WorldWideScience

Sample records for grew significantly faster

  1. Do Zebra Mussels Grow Faster on Live Unionids than on Inanimate Substrate? A Study with Field Enclosures

    Science.gov (United States)

    Hörmann, Leonhard; Maier, Gerhard

    2006-05-01

    The zebra mussel Dreissena polymorpha has invaded numerous freshwaters in Europe and North America and can foul many types of solid substrates, including unionid bivalves. In field experiments we compared growth rates of dreissenids on live specimens of the freshwater bivalve Anodonta cygnea to growth rates of dreissenids on stones. Dreissena density in the study lake was about 1000 m-2 in most places, Anodonta density approximately 1 m-2 and about 50% of the Anodonta were infested with 10-30 Dreissena . In summer/autumn small dreissenids generally grew faster on live Anodonta than on stones. Similar trends were observed for spring, but differences of growth increments between dreissenids on live Anodonta and stones were usually not significant. Dreissenids settled down or moved towards the ingestion/egestion siphons of Anodonta and ingestion siphons of dreissenids were directed towards siphons of Anodonta . These results suggest that dreissenids can use the food provided by the filter current of the large Anodonta .

  2. Level of headaches after surgical aneurysm clipping decreases significantly faster compared to endovascular coiled patients

    Directory of Open Access Journals (Sweden)

    Athanasios K. Petridis

    2017-04-01

    Full Text Available In incidental aneurysms, endovascular treatment can lead to post-procedural headaches. We studied the difference of surgical clipping vs. endovascular coiling in concern to post-procedural headaches in patients with ruptured aneurysms. Sixtyseven patients with aneurysmal subarachnoidal haemorrhage were treated in our department from September 1st 2015 - September 1st 2016. 43 Patients were included in the study and the rest was excluded because of late recovery or highgrade subarachnoid bleedings. Twenty-two were surgical treated and twenty-one were interventionally treated. We compared the post-procedural headaches at the time points of 24 h, 21 days, and 3 months after treatment using the visual analog scale (VAS for pain. After surgical clipping the headache score decreased for 8.8 points in the VAS, whereas the endovascular treated population showed a decrease of headaches of 3.3 points. This difference was highly statistical significant and remained significant even after 3 weeks where the pain score for the surgically treated patients was 0.68 and for the endovascular treated 1.8. After 3 months the pain was less than 1 for both groups with surgically treated patients scoring 0.1 and endovascular treated patients 0.9 (not significant. Clipping is relieving the headaches of patients with aneurysm rupture faster and more effective than endovascular coiling. This effect stays significant for at least 3 weeks and plays a crucial role in stress relieve during the acute and subacute ICU care of such patients.

  3. Writing faster Python

    CERN Multimedia

    CERN. Geneva

    2016-01-01

    Did you know that Python preallocates integers from -5 to 257 ? Reusing them 1000 times, instead of allocating memory for a bigger integer, can save you a couple of milliseconds of code’s execution time. If you want to learn more about this kind of optimizations then, … well, probably this presentation is not for you :) Instead of going into such small details, I will talk about more "sane" ideas for writing faster code. After a very brief overview of how to optimize Python code (rule 1: don’t do this; rule 2: don’t do this yet; rule 3: ok, but what if I really want to do this ?), I will show simple and fast ways of measuring the execution time and finally, discuss examples of how some code structures could be improved. You will see: - What is the fastest way of removing duplicates from a list - How much faster your code is when you reuse the built-in functions instead of trying to reinvent the wheel - What is faster than the good ol’ for loop - If the lookup is faster in a list or a set (and w...

  4. Breaking the Myth That Relay Swimming Is Faster Than Individual Swimming.

    Science.gov (United States)

    Skorski, Sabrina; Etxebarria, Naroa; Thompson, Kevin G

    2016-04-01

    To investigate if swimming performance is better in a relay race than in the corresponding individual race. The authors analyzed 166 elite male swimmers from 15 nations in the same competition (downloaded from www.swimrankings.net). Of 778 observed races, 144 were Olympic Games performances (2000, 2004, 2012), with the remaining 634 performed in national or international competitions. The races were 100-m (n = 436) and 200-m (n = 342) freestyle events. Relay performance times for the 2nd-4th swimmers were adjusted (+ 0.73 s) to allow for the "flying start." Without any adjustment, mean individual relay performances were significantly faster for the first 50 m and overall time in the 100-m events. Furthermore, the first 100 m of the 200-m relay was significantly faster (P > .001). During relays, swimmers competing in 1st position did not show any difference compared with their corresponding individual performance (P > .16). However, swimmers competing in 2nd-4th relay-team positions demonstrated significantly faster times in the 100-m (P individual events (P team positions were adjusted for the flying start no differences were detected between relay and individual race performance for any event or split time (P > .17). Highly trained swimmers do not swim (or turn) faster in relay events than in their individual races. Relay exchange times account for the difference observed in individual vs relay performance.

  5. Faster-X evolution: Theory and evidence from Drosophila.

    Science.gov (United States)

    Charlesworth, Brian; Campos, José L; Jackson, Benjamin C

    2018-02-12

    A faster rate of adaptive evolution of X-linked genes compared with autosomal genes can be caused by the fixation of recessive or partially recessive advantageous mutations, due to the full expression of X-linked mutations in hemizygous males. Other processes, including recombination rate and mutation rate differences between X chromosomes and autosomes, may also cause faster evolution of X-linked genes. We review population genetics theory concerning the expected relative values of variability and rates of evolution of X-linked and autosomal DNA sequences. The theoretical predictions are compared with data from population genomic studies of several species of Drosophila. We conclude that there is evidence for adaptive faster-X evolution of several classes of functionally significant nucleotides. We also find evidence for potential differences in mutation rates between X-linked and autosomal genes, due to differences in mutational bias towards GC to AT mutations. Many aspects of the data are consistent with the male hemizygosity model, although not all possible confounding factors can be excluded. © 2018 John Wiley & Sons Ltd.

  6. Compressing bitmap indexes for faster search operations

    International Nuclear Information System (INIS)

    Wu, Kesheng; Otoo, Ekow J.; Shoshani, Arie

    2002-01-01

    In this paper, we study the effects of compression on bitmap indexes. The main operations on the bitmaps during query processing are bitwise logical operations such as AND, OR, NOT, etc. Using the general purpose compression schemes, such as gzip, the logical operations on the compressed bitmaps are much slower than on the uncompressed bitmaps. Specialized compression schemes, like the byte-aligned bitmap code(BBC), are usually faster in performing logical operations than the general purpose schemes, but in many cases they are still orders of magnitude slower than the uncompressed scheme. To make the compressed bitmap indexes operate more efficiently, we designed a CPU-friendly scheme which we refer to as the word-aligned hybrid code (WAH). Tests on both synthetic and real application data show that the new scheme significantly outperforms well-known compression schemes at a modest increase in storage space. Compared to BBC, a scheme well-known for its operational efficiency, WAH performs logical operations about 12 times faster and uses only 60 percent more space. Compared to the uncompressed scheme, in most test cases WAH is faster while still using less space. We further verified with additional tests that the improvement in logical operation speed translates to similar improvement in query processing speed

  7. Compressing bitmap indexes for faster search operations

    Energy Technology Data Exchange (ETDEWEB)

    Wu, Kesheng; Otoo, Ekow J.; Shoshani, Arie

    2002-04-25

    In this paper, we study the effects of compression on bitmap indexes. The main operations on the bitmaps during query processing are bitwise logical operations such as AND, OR, NOT, etc. Using the general purpose compression schemes, such as gzip, the logical operations on the compressed bitmaps are much slower than on the uncompressed bitmaps. Specialized compression schemes, like the byte-aligned bitmap code(BBC), are usually faster in performing logical operations than the general purpose schemes, but in many cases they are still orders of magnitude slower than the uncompressed scheme. To make the compressed bitmap indexes operate more efficiently, we designed a CPU-friendly scheme which we refer to as the word-aligned hybrid code (WAH). Tests on both synthetic and real application data show that the new scheme significantly outperforms well-known compression schemes at a modest increase in storage space. Compared to BBC, a scheme well-known for its operational efficiency, WAH performs logical operations about 12 times faster and uses only 60 percent more space. Compared to the uncompressed scheme, in most test cases WAH is faster while still using less space. We further verified with additional tests that the improvement in logical operation speed translates to similar improvement in query processing speed.

  8. Longer - Faster - Purer

    CERN Multimedia

    Caroline Duc

    2013-01-01

    The MR-ToF-MS, a new ion trap, has been integrated into ISOLTRAP, the experiment that performs accurate mass measurements on short-lived nuclides produced at ISOLDE. When used as a mass separator and spectrometer, it extends ISOLTRAP’s experimental reach towards the limits of nuclear stability.   Susanne Kreim, the ISOLTRAP local group leader at CERN in front of a part of the ISOLTRAP device. When mass measurement experiments like ISOLTRAP* are placed in an on-line radioactive ion-beam facility they face a major challenge: the efficient and fast transfer of the nuclide of interest to the location where the mass measurement is performed. The biggest yield of one selected nuclide, without contaminants, needs to be transferred to the set-up as quickly as possible in order to measure its mass with the greatest precision. Recently, the ISOLTRAP collaboration installed a new device that provides a faster separation of isobars.** It has significantly improved ISOLTRAP’s purificat...

  9. FASTER Test Reactor Preconceptual Design Report

    Energy Technology Data Exchange (ETDEWEB)

    Grandy, C. [Argonne National Lab. (ANL), Argonne, IL (United States); Belch, H. [Argonne National Lab. (ANL), Argonne, IL (United States); Brunett, A. J. [Argonne National Lab. (ANL), Argonne, IL (United States); Heidet, F. [Argonne National Lab. (ANL), Argonne, IL (United States); Hill, R. [Argonne National Lab. (ANL), Argonne, IL (United States); Hoffman, E. [Argonne National Lab. (ANL), Argonne, IL (United States); Jin, E. [Argonne National Lab. (ANL), Argonne, IL (United States); Mohamed, W. [Argonne National Lab. (ANL), Argonne, IL (United States); Moisseytsev, A. [Argonne National Lab. (ANL), Argonne, IL (United States); Passerini, S. [Argonne National Lab. (ANL), Argonne, IL (United States); Sienicki, J. [Argonne National Lab. (ANL), Argonne, IL (United States); Sumner, T. [Argonne National Lab. (ANL), Argonne, IL (United States); Vilim, R. [Argonne National Lab. (ANL), Argonne, IL (United States); Hayes, S. [Argonne National Lab. (ANL), Argonne, IL (United States)

    2016-03-31

    The FASTER test reactor plant is a sodium-cooled fast spectrum test reactor that provides high levels of fast and thermal neutron flux for scientific research and development. The 120MWe FASTER reactor plant has a superheated steam power conversion system which provides electrical power to a local grid allowing for recovery of operating costs for the reactor plant.

  10. Faster and Energy-Efficient Signed Multipliers

    Directory of Open Access Journals (Sweden)

    B. Ramkumar

    2013-01-01

    Full Text Available We demonstrate faster and energy-efficient column compression multiplication with very small area overheads by using a combination of two techniques: partition of the partial products into two parts for independent parallel column compression and acceleration of the final addition using new hybrid adder structures proposed here. Based on the proposed techniques, 8-b, 16-b, 32-b, and 64-b Wallace (W, Dadda (D, and HPM (H reduction tree based Baugh-Wooley multipliers are developed and compared with the regular W, D, H based Baugh-Wooley multipliers. The performances of the proposed multipliers are analyzed by evaluating the delay, area, and power, with 65 nm process technologies on interconnect and layout using industry standard design and layout tools. The result analysis shows that the 64-bit proposed multipliers are as much as 29%, 27%, and 21% faster than the regular W, D, H based Baugh-Wooley multipliers, respectively, with a maximum of only 2.4% power overhead. Also, the power-delay products (energy consumption of the proposed 16-b, 32-b, and 64-b multipliers are significantly lower than those of the regular Baugh-Wooley multiplier. Applicability of the proposed techniques to the Booth-Encoded multipliers is also discussed.

  11. Introducing extra NADPH consumption ability significantly increases the photosynthetic efficiency and biomass production of cyanobacteria.

    Science.gov (United States)

    Zhou, Jie; Zhang, Fuliang; Meng, Hengkai; Zhang, Yanping; Li, Yin

    2016-11-01

    Increasing photosynthetic efficiency is crucial to increasing biomass production to meet the growing demands for food and energy. Previous theoretical arithmetic analysis suggests that the light reactions and dark reactions are imperfectly coupled due to shortage of ATP supply, or accumulation of NADPH. Here we hypothesized that solely increasing NADPH consumption might improve the coupling of light reactions and dark reactions, thereby increasing the photosynthetic efficiency and biomass production. To test this hypothesis, an NADPH consumption pathway was constructed in cyanobacterium Synechocystis sp. PCC 6803. The resulting extra NADPH-consuming mutant grew much faster and achieved a higher biomass concentration. Analyses of photosynthesis characteristics showed the activities of photosystem II and photosystem I and the light saturation point of the NADPH-consuming mutant all significantly increased. Thus, we demonstrated that introducing extra NADPH consumption ability is a promising strategy to increase photosynthetic efficiency and to enable utilization of high-intensity lights. Copyright © 2016 International Metabolic Engineering Society. Published by Elsevier Inc. All rights reserved.

  12. Slow light brings faster communications

    International Nuclear Information System (INIS)

    Gauthier, D.

    2006-01-01

    Two teams of researchers have managed to significantly reduce the speed of light in an optical fibre, which could open the door to all-optical routers for telecommunications, as Daniel Gauthier explains. Optical engineers around the globe are working hard to meet the ever-growing demand for higher-speed information networks, and the latest systems being developed operate at rates close to 160 GB per second - which is over 100 times quicker than the fastest broadband services currently available and a world away from the 56 kb per second dial-up connections of the early years of the Internet. Paradoxically, it seems that making light travel slower rather than faster might be the best way to meet these high-speed challenges. (U.K.)

  13. Preparing for faster filling

    CERN Multimedia

    CERN Bulletin

    2010-01-01

    Following the programmed technical stop last week, operators focussed on preparing the machine for faster filling, which includes multibunch injection and a faster pre-cycle phase.   The LHC1 screen shot during the first multibunch injection operation. The LHC operational schedule incorporates a technical stop for preventive maintenance roughly every six weeks of stable operation, during which several interventions on the various machines are carried out. Last week these included the replacement of a faulty magnet in the SPS pre-accelerator, which required the subsequent re-setting of the system of particle extraction and transfer to the LHC. At the end of last week, all the machines were handed back for operation and work could start on accommodating all the changes made into the complex systems in order for normal operation to be resumed. These ‘recovery’ operations continued through the weekend and into this week. At the beginning of this week, operators succeeded in pro...

  14. FASTER test reactor preconceptual design report summary

    Energy Technology Data Exchange (ETDEWEB)

    Grandy, C. [Argonne National Lab. (ANL), Argonne, IL (United States); Belch, H. [Argonne National Lab. (ANL), Argonne, IL (United States); Brunett, A. [Argonne National Lab. (ANL), Argonne, IL (United States); Heidet, F. [Argonne National Lab. (ANL), Argonne, IL (United States); Hill, R. [Argonne National Lab. (ANL), Argonne, IL (United States); Hoffman, E. [Argonne National Lab. (ANL), Argonne, IL (United States); Jin, E. [Argonne National Lab. (ANL), Argonne, IL (United States); Mohamed, W. [Argonne National Lab. (ANL), Argonne, IL (United States); Moisseytsev, A. [Argonne National Lab. (ANL), Argonne, IL (United States); Passerini, S. [Argonne National Lab. (ANL), Argonne, IL (United States); Sienicki, J. [Argonne National Lab. (ANL), Argonne, IL (United States); Sumner, T. [Argonne National Lab. (ANL), Argonne, IL (United States); Vilim, R. [Argonne National Lab. (ANL), Argonne, IL (United States); Hayes, Steven [Argonne National Lab. (ANL), Argonne, IL (United States)

    2016-02-29

    The FASTER reactor plant is a sodium-cooled fast spectrum test reactor that provides high levels of fast and thermal neutron flux for scientific research and development. The 120MWe FASTER reactor plant has a superheated steam power conversion system which provides electrical power to a local grid allowing for recovery of operating costs for the reactor plant.

  15. A simplified implementation of edge detection in MATLAB is faster and more sensitive than fast fourier transform for actin fiber alignment quantification.

    Science.gov (United States)

    Kemeny, Steven Frank; Clyne, Alisa Morss

    2011-04-01

    Fiber alignment plays a critical role in the structure and function of cells and tissues. While fiber alignment quantification is important to experimental analysis and several different methods for quantifying fiber alignment exist, many studies focus on qualitative rather than quantitative analysis perhaps due to the complexity of current fiber alignment methods. Speed and sensitivity were compared in edge detection and fast Fourier transform (FFT) for measuring actin fiber alignment in cells exposed to shear stress. While edge detection using matrix multiplication was consistently more sensitive than FFT, image processing time was significantly longer. However, when MATLAB functions were used to implement edge detection, MATLAB's efficient element-by-element calculations and fast filtering techniques reduced computation cost 100 times compared to the matrix multiplication edge detection method. The new computation time was comparable to the FFT method, and MATLAB edge detection produced well-distributed fiber angle distributions that statistically distinguished aligned and unaligned fibers in half as many sample images. When the FFT sensitivity was improved by dividing images into smaller subsections, processing time grew larger than the time required for MATLAB edge detection. Implementation of edge detection in MATLAB is simpler, faster, and more sensitive than FFT for fiber alignment quantification.

  16. X-ray-induced changes in growth of Mozambique tilapia

    International Nuclear Information System (INIS)

    Jana, B.B.; Basu, M.

    1995-01-01

    Early fry (30 d postfertilization) and 7-8-week-old Mozambique tilapias (Tilapia mossambica) were exposed to X rays in dosages of 50, 100, 200, 300, 400 or 500 roentgens and reared in outdoor culture tanks between May 1981 and October 1988. Fish of either sex that were irradiated as fry grew faster than controls at all test X-ray doses. Among fish irradiated at 7-8 weeks, males grew significantly faster, but females grew significantly slower, than controls at all test doses. X-ray-induced changes in growth were dose-dependent: growth rates of fry (both sexes) and of juvenile males rose relative to those of controls with increased radiation dose. The growth increase per unit of radiation dose was higher for fry than for older juveniles. The length-weight regression was steeper for irradiated males than for controls. The average weights of F 1 offspring of irradiated fish were greatly reduced as compared with controls, which suggests the transfer of the detrimental effects of X rays from irradiated parents to their offspring. 39 refs., 3 figs., 3 tabs

  17. Rooting Cuttings of Cottonwood, WilIow, and Sycamore

    Science.gov (United States)

    Charles B. Briscoe

    1963-01-01

    Cuttings of cottonwood, willow, and sycamore were collectd monthly through the year and set in nursery beds. Every species yield an appreciable percentage of rooted cuttings every month. The best month was March; the worst month was June. Willow rooted more cuttings than cottonwood or sycamore, and those which rooted grew faster. Cottonwood grew faster than sycamore....

  18. Real-time vehicle detection and tracking in video based on faster R-CNN

    Science.gov (United States)

    Zhang, Yongjie; Wang, Jian; Yang, Xin

    2017-08-01

    Vehicle detection and tracking is a significant part in auxiliary vehicle driving system. Using the traditional detection method based on image information has encountered enormous difficulties, especially in complex background. To solve this problem, a detection method based on deep learning, Faster R-CNN, which has very high detection accuracy and flexibility, is introduced. An algorithm of target tracking with the combination of Camshift and Kalman filter is proposed for vehicle tracking. The computation time of Faster R-CNN cannot achieve realtime detection. We use multi-thread technique to detect and track vehicle by parallel computation for real-time application.

  19. Bribes for Faster Delivery

    OpenAIRE

    Sanyal, Amal

    2000-01-01

    The paper models the practice of charging bribes for faster delivery of essential services in third world countries. It then examines the possibility of curbing corruption by supervision, and secondly, by introducing competition among delivery agents. It is argued that a supervisory solution eludes the problem because no hard evidence of the reduction of corruption can be established for this type of offenses. It is also shown that using more than one supplier cannot eliminate the practice, a...

  20. Faster magnet sorting with a threshold acceptance algorithm

    International Nuclear Information System (INIS)

    Lidia, S.; Carr, R.

    1995-01-01

    We introduce here a new technique for sorting magnets to minimize the field errors in permanent magnet insertion devices. Simulated annealing has been used in this role, but we find the technique of threshold acceptance produces results of equal quality in less computer time. Threshold accepting would be of special value in designing very long insertion devices, such as long free electron lasers (FELs). Our application of threshold acceptance to magnet sorting showed that it converged to equivalently low values of the cost function, but that it converged significantly faster. We present typical cases showing time to convergence for various error tolerances, magnet numbers, and temperature schedules

  1. Faster magnet sorting with a threshold acceptance algorithm

    International Nuclear Information System (INIS)

    Lidia, S.

    1994-08-01

    The authors introduce here a new technique for sorting magnets to minimize the field errors in permanent magnet insertion devices. Simulated annealing has been used in this role, but they find the technique of threshold acceptance produces results of equal quality in less computer time. Threshold accepting would be of special value in designing very long insertion devices, such as long FEL's. Their application of threshold acceptance to magnet sorting showed that it converged to equivalently low values of the cost function, but that it converged significantly faster. They present typical cases showing time to convergence for various error tolerances, magnet numbers, and temperature schedules

  2. The faster-X effect: integrating theory and data.

    Science.gov (United States)

    Meisel, Richard P; Connallon, Tim

    2013-09-01

    Population genetics theory predicts that X (or Z) chromosomes could play disproportionate roles in speciation and evolutionary divergence, and recent genome-wide analyses have identified situations in which X or Z-linked divergence exceeds that on the autosomes (the so-called 'faster-X effect'). Here, we summarize the current state of both the theory and data surrounding the study of faster-X evolution. Our survey indicates that the faster-X effect is pervasive across a taxonomically diverse array of evolutionary lineages. These patterns could be informative of the dominance or recessivity of beneficial mutations and the nature of genetic variation acted upon by natural selection. We also identify several aspects of disagreement between these empirical results and the population genetic models used to interpret them. However, there are clearly delineated aspects of the problem for which additional modeling and collection of genomic data will address these discrepancies and provide novel insights into the population genetics of adaptation. Copyright © 2013 Elsevier Ltd. All rights reserved.

  3. Faster Smith-Waterman database searches with inter-sequence SIMD parallelisation.

    Science.gov (United States)

    Rognes, Torbjørn

    2011-06-01

    The Smith-Waterman algorithm for local sequence alignment is more sensitive than heuristic methods for database searching, but also more time-consuming. The fastest approach to parallelisation with SIMD technology has previously been described by Farrar in 2007. The aim of this study was to explore whether further speed could be gained by other approaches to parallelisation. A faster approach and implementation is described and benchmarked. In the new tool SWIPE, residues from sixteen different database sequences are compared in parallel to one query residue. Using a 375 residue query sequence a speed of 106 billion cell updates per second (GCUPS) was achieved on a dual Intel Xeon X5650 six-core processor system, which is over six times more rapid than software based on Farrar's 'striped' approach. SWIPE was about 2.5 times faster when the programs used only a single thread. For shorter queries, the increase in speed was larger. SWIPE was about twice as fast as BLAST when using the BLOSUM50 score matrix, while BLAST was about twice as fast as SWIPE for the BLOSUM62 matrix. The software is designed for 64 bit Linux on processors with SSSE3. Source code is available from http://dna.uio.no/swipe/ under the GNU Affero General Public License. Efficient parallelisation using SIMD on standard hardware makes it possible to run Smith-Waterman database searches more than six times faster than before. The approach described here could significantly widen the potential application of Smith-Waterman searches. Other applications that require optimal local alignment scores could also benefit from improved performance.

  4. Faster than Nyquist signaling algorithms to silicon

    CERN Document Server

    Dasalukunte, Deepak; Rusek, Fredrik; Anderson, John B

    2014-01-01

    This book addresses the challenges and design trade-offs arising during the hardware design of Faster-than-Nyquist (FTN) signaling transceivers. The authors describe how to design for coexistence between the FTN system described and Orthogonal frequency-division multiplexing (OFDM) systems, enabling readers to design FTN specific processing blocks as add-ons to the conventional transceiver chain.   • Provides a comprehensive introduction to Faster-than-Nyquist (FTN) signaling transceivers, covering both theory and hardware implementation; • Enables readers to design systems that achieve bandwidth efficiency by making better use of the available spectrum resources; • Describes design techniques to achieve 2x improvement in bandwidth usage with similar performance as that of an OFDM system.  

  5. Faster Smith-Waterman database searches with inter-sequence SIMD parallelisation

    Directory of Open Access Journals (Sweden)

    Rognes Torbjørn

    2011-06-01

    Full Text Available Abstract Background The Smith-Waterman algorithm for local sequence alignment is more sensitive than heuristic methods for database searching, but also more time-consuming. The fastest approach to parallelisation with SIMD technology has previously been described by Farrar in 2007. The aim of this study was to explore whether further speed could be gained by other approaches to parallelisation. Results A faster approach and implementation is described and benchmarked. In the new tool SWIPE, residues from sixteen different database sequences are compared in parallel to one query residue. Using a 375 residue query sequence a speed of 106 billion cell updates per second (GCUPS was achieved on a dual Intel Xeon X5650 six-core processor system, which is over six times more rapid than software based on Farrar's 'striped' approach. SWIPE was about 2.5 times faster when the programs used only a single thread. For shorter queries, the increase in speed was larger. SWIPE was about twice as fast as BLAST when using the BLOSUM50 score matrix, while BLAST was about twice as fast as SWIPE for the BLOSUM62 matrix. The software is designed for 64 bit Linux on processors with SSSE3. Source code is available from http://dna.uio.no/swipe/ under the GNU Affero General Public License. Conclusions Efficient parallelisation using SIMD on standard hardware makes it possible to run Smith-Waterman database searches more than six times faster than before. The approach described here could significantly widen the potential application of Smith-Waterman searches. Other applications that require optimal local alignment scores could also benefit from improved performance.

  6. Faster Increases in Human Life Expectancy Could Lead to Slower Population Aging

    Science.gov (United States)

    2015-01-01

    Counterintuitively, faster increases in human life expectancy could lead to slower population aging. The conventional view that faster increases in human life expectancy would lead to faster population aging is based on the assumption that people become old at a fixed chronological age. A preferable alternative is to base measures of aging on people’s time left to death, because this is more closely related to the characteristics that are associated with old age. Using this alternative interpretation, we show that faster increases in life expectancy would lead to slower population aging. Among other things, this finding affects the assessment of the speed at which countries will age. PMID:25876033

  7. Self-regulation strategies of white young adult male students who grew up with emotionally absent fathers / Dirk Wouter Jacobus Ackermann

    OpenAIRE

    Ackermann, Dirk Wouter Jacobus

    2014-01-01

    Young men who grew up with emotionally absent fathers seem to find it difficult to attain equilibrium through dedication to both personal and relational concerns, probably because they tend to have low self-esteem, struggle to establish intimate relationships and may be at greater risk of engaging in antisocial or violent behaviour. The aim of this study was to explore the self-regulation strategies that white young adult male students employ to deal with the emotions and cognitions related t...

  8. Adrenaline in cardiac arrest: Prefilled syringes are faster.

    Science.gov (United States)

    Helm, Claire; Gillett, Mark

    2015-08-01

    Standard ampoules and prefilled syringes of adrenaline are widely available in Australasian EDs for use in cardiac arrest. We hypothesise that prefilled syringes can be administered more rapidly and accurately when compared with the two available standard ampoules. This is a triple arm superiority study comparing the time to i.v. administration and accuracy of dosing of three currently available preparations of adrenaline. In their standard packaging, prefilled syringes were on average more than 12 s faster to administer than the 1 mL 1:1000 ampoules and more than 16 s faster than the 10 mL 1:10,000 ampoules (P adrenaline utilising a Minijet (CSL Limited, Parkville, Victoria, Australia) is faster than using adrenaline in glass ampoules presented in their plastic packaging. Removing the plastic packaging from the 1 mL (1 mg) ampoule might result in more rapid administration similar to the Minijet. Resuscitation personnel requiring rapid access to adrenaline should consider storing it as either Minijets or ampoules devoid of packaging. These results might be extrapolatable to other clinical scenarios, including pre-hospital and anaesthesia, where other drugs are required for rapid use. © 2015 Australasian College for Emergency Medicine and Australasian Society for Emergency Medicine.

  9. Functional effects of treadmill-based gait training at faster speeds in stroke survivors: a prospective, single-group study.

    Science.gov (United States)

    Mohammadi, Roghayeh; Ershad, Navid; Rezayinejad, Marziyeh; Fatemi, Elham; Phadke, Chetan P

    2017-09-01

    To examine the functional effects of walking retraining at faster than self-selected speed (SSS). Ten individuals with chronic stroke participated in a 4-week training over a treadmill at walking speeds 40% faster than SSS, three times per week, 30 min/session. Outcome measures assessed before, after, and 2 months after the end of intervention were the Timed Up and Go, the 6-Minute Walk, the 10-Meter Walk test, the Modified Ashworth Scale, SSS, and fastest comfortable speed. After 4 weeks of training, all outcome measures showed clinically meaningful and statistically significant improvements (Ptraining. The results showed that a strategy of training at a speed 40% faster than SSS can improve functional activity in individuals with chronic stroke, with effects lasting up to 2 months after the intervention.

  10. Faster and timing-attack resistant AES-GCM

    NARCIS (Netherlands)

    Käsper, E.; Schwabe, P.; Clavier, C.; Gaj, K.

    2009-01-01

    We present a bitsliced implementation of AES encryption in counter mode for 64-bit Intel processors. Running at 7.59 cycles/byte on a Core 2, it is up to 25% faster than previous implementations, while simultaneously offering protection against timing attacks. In particular, it is the only

  11. Faster than light, slower than time

    International Nuclear Information System (INIS)

    Rucker, R.

    1981-01-01

    The problem with faster-than-light travel is that, in the framework of Special Relativity, it is logically equivalent to time-travel. The problem with time-travel is that it leads to two types of paradoxes. The paradoxes, and the various means of skirting them, are all discussed here. Virtually all the examples are drawn from science-fiction novels, which are a large and neglected source of thought-experiments. (Auth.)

  12. ZKBoo: Faster Zero-Knowledge for Boolean Circuits

    DEFF Research Database (Denmark)

    Giacomelli, Irene; Madsen, Jesper; Orlandi, Claudio

    2016-01-01

    variants of IKOS, which highlights their pros and cons for practically rele- vant soundness parameters; ◦ A generalization and simplification of their approach, which leads to faster Σ-protocols (that can be made non-interactive using the Fiat-Shamir heuristic) for state- ments of the form “I know x...

  13. Learning to Play in a Day: Faster Deep Reinforcement Learning by Optimality Tightening

    OpenAIRE

    He, Frank S.; Liu, Yang; Schwing, Alexander G.; Peng, Jian

    2016-01-01

    We propose a novel training algorithm for reinforcement learning which combines the strength of deep Q-learning with a constrained optimization approach to tighten optimality and encourage faster reward propagation. Our novel technique makes deep reinforcement learning more practical by drastically reducing the training time. We evaluate the performance of our approach on the 49 games of the challenging Arcade Learning Environment, and report significant improvements in both training time and...

  14. Cortex Matures Faster in Youths With Highest IQ

    Science.gov (United States)

    ... NIH Cortex Matures Faster in Youths With Highest IQ Past Issues / Summer 2006 Table of Contents For ... on. Photo: Getty image (StockDisc) Youths with superior IQ are distinguished by how fast the thinking part ...

  15. Semantic Size Does Not Matter: “Bigger” Words Are Not Recognised Faster

    OpenAIRE

    Kang, Sean H.K.; Yap, Melvin J.; Tse, Chi-Shing; Kurby, Christopher A.

    2011-01-01

    Sereno, O’Donnell, and Sereno (2009) reported that words are recognised faster in a lexical decision task when their referents are physically large rather than small, suggesting that “semantic size” might be an important variable that should be considered in visual word recognition research and modelling. We sought to replicate their size effect, but failed to find a significant latency advantage in lexical decision for “big” words (cf. “small” words), even though we used the same word stimul...

  16. Pigeons home faster through polluted air

    OpenAIRE

    Zhongqiu Li; Franck Courchamp; Daniel T. Blumstein

    2016-01-01

    Air pollution, especially haze pollution, is creating health issues for both humans and other animals. However, remarkably little is known about how animals behaviourally respond to air pollution. We used multiple linear regression to analyse 415 pigeon races in the North China Plain, an area with considerable air pollution, and found that while the proportion of pigeons successfully homed was not influenced by air pollution, pigeons homed faster when the air was especially polluted. Our resu...

  17. Two-ply channels for faster wicking in paper-based microfluidic devices.

    Science.gov (United States)

    Camplisson, Conor K; Schilling, Kevin M; Pedrotti, William L; Stone, Howard A; Martinez, Andres W

    2015-12-07

    This article describes the development of porous two-ply channels for paper-based microfluidic devices that wick fluids significantly faster than conventional, porous, single-ply channels. The two-ply channels were made by stacking two single-ply channels on top of each other and were fabricated entirely out of paper, wax and toner using two commercially available printers, a convection oven and a thermal laminator. The wicking in paper-based channels was studied and modeled using a modified Lucas-Washburn equation to account for the effect of evaporation, and a paper-based titration device incorporating two-ply channels was demonstrated.

  18. Zero bugs and program faster

    CERN Document Server

    Thompson, Kate

    2015-01-01

    A book about programming, improving skill, and avoiding mistakes. The author spent two years researching every bug avoidance technique she could find. This book contains the best of them. If you want to program faster, with fewer bugs, and write more secure code, buy this book! "This is the best book I have ever read." - Anonymous reviewer "Four score and seven years ago this book helped me debug my server code." -Abraham Lincoln "Would my Javascript have memory leaks without this book? Would fishes fly without water?" -Socrates "This book is the greatest victory since the Spanish Armada, and the best about programming." -Queen Elizabeth

  19. Size matters: bigger is faster.

    Science.gov (United States)

    Sereno, Sara C; O'Donnell, Patrick J; Sereno, Margaret E

    2009-06-01

    A largely unexplored aspect of lexical access in visual word recognition is "semantic size"--namely, the real-world size of an object to which a word refers. A total of 42 participants performed a lexical decision task on concrete nouns denoting either big or small objects (e.g., bookcase or teaspoon). Items were matched pairwise on relevant lexical dimensions. Participants' reaction times were reliably faster to semantically "big" versus "small" words. The results are discussed in terms of possible mechanisms, including more active representations for "big" words, due to the ecological importance attributed to large objects in the environment and the relative speed of neural responses to large objects.

  20. Pedestrian crowd dynamics in merging sections: Revisiting the ;faster-is-slower; phenomenon

    Science.gov (United States)

    Shahhoseini, Zahra; Sarvi, Majid; Saberi, Meead

    2018-02-01

    The study of the discharge of active or self-driven matter in narrow passages has become of the growing interest in a variety of fields. The question has particularly important practical applications for the safety of pedestrian human flows notably in emergency scenarios. It has been suggested predominantly through simulation in some theoretical studies as well as through few experimentations that under certain circumstances, an elevated vigour to escape may exacerbate the outflow and cause further delay although the experimental evidence is rather mixed. The dimensions of this complex phenomenon known as the "faster-is slower" effect are of crucial importance to be understood owing to its potential practical implications for the emergency management. The contextual requirements of observing this phenomenon are yet to be identified. It is not clear whether a "do not speed up" policy is universally beneficial and advisable in an evacuation scenario. Here for the first time we experimentally examine this phenomenon in relation to the pedestrian flows at merging sections as a common geometric feature of crowd egress. Various merging angles and three different speed regimes were examined in high-density laboratory experiments. The measurements of flow interruptions and egress efficiency all indicated that the pedestrians were discharged faster when moving at elevated speed levels. We also observed clear dependencies between the discharge rate and the physical layout of the merging with certain designs clearly outperforming others. But regardless of the design, we observed faster throughput and greater avalanche sizes when we instructed pedestrians to run. Our results give the suggestion that observation of the faster-is-slower effect may necessitate certain critical conditions including passages being overly narrow relative to the size of participles (pedestrians) to create long-lasting blockages. The faster-is-slower assumption may not be universal and there may be

  1. Better Faster Noise with the GPU

    DEFF Research Database (Denmark)

    Wyvill, Geoff; Frisvad, Jeppe Revall

    Filtered noise [Perlin 1985] has, for twenty years, been a fundamental tool for creating functional texture and it has many other applications; for example, animating water waves or the motion of grass waving in the wind. Perlin noise suffers from a number of defects and there have been many atte...... attempts to create better or faster noise but Perlin’s ‘Gradient Noise’ has consistently proved to be the best compromise between speed and quality. Our objective was to create a better noise cheaply by use of the GPU....

  2. The Faster, Better, Cheaper Approach to Space Missions: An Engineering Management Assessment

    Science.gov (United States)

    Hamaker, Joseph W.

    1999-01-01

    NASA was chartered as an independent civilian space agency in 1958 following the Soviet Union's dramatic launch of the Sputnik 1 (1957). In his state of the union address in May of 1961, President Kennedy issued to the fledging organization his famous challenge for a manned lunar mission by the end of the decade. The Mercury, Gemini and Apollo programs that followed put the utmost value on high quality, low risk (as low as possible within the context of space flight), quick results, all with little regard for cost. These circumstances essentially melded NASAs culture as an organization capable of great technological achievement but at extremely high cost. The Space Shuttle project, the next major agency endeavor, was put under severe annual budget constraints in the 1970's. NASAs response was to hold to the high quality standards, low risk and annual cost and let schedule suffer. The result was a significant delay in the introduction of the Shuttle as well as overall total cost growth. By the early 1990's, because NASA's budget was declining, the number of projects was also declining. Holding the same cost and schedule productivity levels as before was essentially causing NASA to price itself out of business. In 1992, the helm of NASA was turned over to a new Administrator. Dan Goldin's mantra was "faster, better, cheaper" and his enthusiasm and determination to change the NASA culture was not to be ignored. This research paper documents the various implementations of "faster, better, cheaper" that have been attempted, analyzes their impact and compares the cost performance of these new projects to previous NASA benchmarks. Fundamentally, many elements of "faster, better, cheaper" are found to be working well, especially on smaller projects. Some of the initiatives are found to apply only to smaller or experimental projects however, so that extrapolation to "flagship" projects may be problematic.

  3. Quantum mechanics and faster-than-light communication: methodological considerations

    International Nuclear Information System (INIS)

    Ghirardi, G.C.; Weber, T.

    1983-06-01

    A detailed quantum mechanical analysis of a recent proposal of faster than light communication through wave packet reduction is performed. The discussion allows us to focus on some methodological problems about critical investigations in physical theories. (author)

  4. Multiple Object Tracking Using the Shortest Path Faster Association Algorithm

    Directory of Open Access Journals (Sweden)

    Zhenghao Xi

    2014-01-01

    Full Text Available To solve the persistently multiple object tracking in cluttered environments, this paper presents a novel tracking association approach based on the shortest path faster algorithm. First, the multiple object tracking is formulated as an integer programming problem of the flow network. Then we relax the integer programming to a standard linear programming problem. Therefore, the global optimum can be quickly obtained using the shortest path faster algorithm. The proposed method avoids the difficulties of integer programming, and it has a lower worst-case complexity than competing methods but better robustness and tracking accuracy in complex environments. Simulation results show that the proposed algorithm takes less time than other state-of-the-art methods and can operate in real time.

  5. New analytical approaches for faster or greener phytochemical analyses

    NARCIS (Netherlands)

    Shen, Y.

    2015-01-01

    Summary

    Chapter 1 provides a short introduction into the constraints of phytochemical analysis. In order to make them faster, less laborious and greener, there is a clear scope for miniaturized and simplified sample preparation, solvent-free extractions

  6. Increasing the Capital Income Tax Leads to Faster Growth

    NARCIS (Netherlands)

    Uhlig, H.F.H.V.S.; Yanagawa, N.

    1994-01-01

    This paper shows that under rather mild conditions, higher capital income taxes lead to faster growth in an overlapping generations economy with endogenous growth. Government expenditures are financed with labor income taxes as well as capital income taxes. Since capital income accrues to the old,

  7. "But I Grew Up Here!" Science Inquiry, Pedagogy and Technology Through a Sociocultural Lens

    Science.gov (United States)

    Meyer, Brian R.

    The majority of students in the urban setting are considered underrepresented. These students frequently perform below their proficiency level on standardized tests locally and nationally. If we treat education as the ticket out of the culture of poverty that underrepresented students find themselves, it is incumbent upon us to find pedagogical, content, and cultural methods that allow for these students to achieve at a high level. The purpose behind this case study was to determine the pedagogical, content and cultural knowledge of two urban junior high school science teachers with the specific intention of drawing on the mitigating factors in the use, or non-use, of technology by these respective classroom teachers. Participants in this case study included two teachers both of whom teach 7th and 8th grade science in the urban setting. Their students are deemed to be underachieving by local and state measures of assessment, and the schools in which they teach are both considered low on measures of socioeconomic status. Data were collected over an academic year and included: teacher and student interviews, classroom video recordings, student work, teacher plans, and researcher field notes. These data were analyzed using an inductive approach and a constant-comparative method. The teachers shared their beliefs about the schools and district in which they teach, about the students they teach, and about their own upbringing. These female teachers had many demographics in common, including the duration of their teaching careers, their age, their content area, their time teaching in the district, and their professed caring for their students and their students' success. Where they contrasted, however, was in their own educational background at the grade school level - one teacher grew up in a middle class suburban home while the other was raised in the urban setting. Another difference was in their early choice of career, as the suburban teacher knew she wanted to teach

  8. Percutaneous closure of patent ductus arteriosus in small infants with significant lung disease may offer faster recovery of respiratory function when compared to surgical ligation.

    Science.gov (United States)

    Abu Hazeem, Anas A; Gillespie, Matthew J; Thun, Haley; Munson, David; Schwartz, Matthew C; Dori, Yoav; Rome, Jonathan J; Glatz, Andrew C

    2013-10-01

    To describe our experience with percutaneous closure of patent ductus arteriosus (PDA) in small infants and compare outcomes to matched surgical patients. Ligation via thoracotomy has been used to close PDAs in small infants, but has been associated with respiratory and hemodynamic compromise. We hypothesized that percutaneous closure would offer faster recovery of respiratory function. Patients closure between January 2000 and April 2012 were reviewed and matched to contemporary surgical patients on gestational age (GA), birth weight (BW), procedure weight (WT), and ventilation mode. Patients returned to baseline respiratory status when the product of mean airway pressure and FiO2 returned to pre-procedural levels. Eight matched pairs were included. Median BW, GA, and WT were 1.43 kg (0.52-2.97), 29.8 weeks (24-39), and 2.8 kg (2.2-3.9) for catheter patients and 1.55 kg (0.48-3.04), 29 weeks (23-37), and 2.75 kg (2.3-4.2) for surgical patients. Complete PDA closure occurred in all. The median time to return to baseline respiratory status was significantly shorter in the percutaneous group (17 hr (range 0-113) vs. 53 hr (range 13-219), P closure of PDA in small infants on respiratory support is equivalent in safety and efficacy and may offer shorter recovery time than surgical ligation. Copyright © 2013 Wiley Periodicals, Inc.

  9. Withholding response to self-face is faster than to other-face.

    Science.gov (United States)

    Zhu, Min; Hu, Yinying; Tang, Xiaochen; Luo, Junlong; Gao, Xiangping

    2015-01-01

    Self-face advantage refers to adults' response to self-face is faster than that to other-face. A stop-signal task was used to explore how self-face advantage interacted with response inhibition. The results showed that reaction times of self-face were faster than that of other-face not in the go task but in the stop response trials. The novelty of the finding was that self-face has shorter stop-signal reaction time compared to other-face in the successful inhibition trials. These results indicated the processing mechanism of self-face may be characterized by a strong response tendency and a corresponding strong inhibition control.

  10. Dedicated workspaces: Faster resumption times and reduced cognitive load in sequential multitasking

    DEFF Research Database (Denmark)

    Jeuris, Steven; Bardram, Jakob Eyvind

    2016-01-01

    Studies show that virtual desktops have become a widespread approach to window management within desktop environments. However, despite their success, there is no experimental evidence of their effect on multitasking. In this paper, we present an experimental study incorporating 16 participants...... to perform the same tasks. Results show that adopting virtual desktops as dedicated workspaces allows for faster task resumption (10 s faster on average) and reduced cognitive load during sequential multitasking. Within our experiment the majority of users already benefited from using dedicated workspaces...

  11. Having your cake and eating it - Staphylococcus aureus small colony variants can evolve faster growth rate without losing their antibiotic resistance

    Directory of Open Access Journals (Sweden)

    Gerrit Brandis

    2017-08-01

    Full Text Available Staphylococcus aureus can produce small colony variants (SCVs during infections. These cause significant clinical problems because they are difficult to detect in standard microbiological screening and are associated with persistent infections. The major causes of the SCV phenotype are mutations that inhibit respiration by inactivation of genes of the menadione or hemin biosynthesis pathways. This reduces the production of ATP required to support fast growth. Importantly, it also decreases cross-membrane potential in SCVs, resulting in decreased uptake of cationic compounds, with reduced susceptibility to aminoglycoside antibiotics as a consequence. Because SCVs are slow-growing (mutations in men genes are associated with growth rates in rich medium ~30% of the wild-type growth rate bacterial cultures are very susceptible to rapid takeover by faster-growing mutants (revertants or suppressors. In the case of reversion, the resulting fast growth is obviously associated with the loss of antibiotic resistance. However, direct reversion is relatively rare due to the very small genetic target size for such mutations. We explored the phenotypic consequences of SCVs evolving faster growth by routes other than direct reversion, and in particular whether any of those routes allowed for the maintenance of antibiotic resistance. In a recent paper (mBio 8: e00358-17 we demonstrated the existence of several different routes of SCV evolution to faster growth, one of which maintained the antibiotic resistance phenotype. This discovery suggests that SCVs might be more adaptable and problematic that previously thought. They are capable of surviving as a slow-growing persistent form, before evolving into a significantly faster-growing form without sacrificing their antibiotic resistance phenotype.

  12. Effects of temperature, pH and carbon and nitrogen sources on growth of in vitro cultures of ectomycorrhizal isolates from Pinus heldreichii forest

    Energy Technology Data Exchange (ETDEWEB)

    Lazarević, J.; Stojičić, D.; Keča, N.

    2016-07-01

    Aim of study: This study aims to provide basic information about physiological characteristics of isolates of Lactarius deliciosus (L.) Gray, Russula sanguinaria (Schumach.) Rauschert, Suillus collinitus (Fr) Kuntze, Suillus granulatus (L.) Rousell, Tricholoma batchii Gulden and Tricholoma imbricatum (Fr.) Kumm. Area of study: The isolates are obtained from Pinus heldreichii H. Christ forest in the south-eastern part of Montenegro. Material and methods: The isolates were molecularly characterised by internal transcribed spacer (ITS) sequencing and restriction fragment length polymorphism (RFLP) analysis. The effects of different temperatures (20, 22, 25°C), pHs (4, 4.5, 5.2, 5.8, 6.5, 7.5), and carbon (glucose, sucrose, dextrin, arabinose, xylose and starch) and nitrogen (NH4+, NO3- and protein) sources on their growth were examined under laboratory conditions. Main results: The studied factors established significant differences in the development of isolates. Isolates of R. sanguinaria, L. deliciosus and both Suillus, were characterised by faster growth at 22°C, while Tricholoma isolates grew faster at 25°C. S. granulatus, S. collinitus and T. imbticatum isolates grew well at lower pH values (4 - 5.2), while L. deliciosus, R. sanguinaria and T. bachii exhibited faster growth at pHs between 5.8 and 6.5. The examined isolates were able to utilize various carbohydrates as carbon sources. The biggest mycelial growth was characterised for sucrose, then glucose, dextrin, arabinose, starch and xylose. They grew on all examined nitrogen sources, while the biggest mycelia growth was achieved on ammonium, followed by nitrate and protein. Those characteristics varied amongst the species. Research highlights: Information about physiological characteristics of Tricholoma, Lactarius, Russula, as well as Suillus, are sparse. Hence, the data obtained in this study could contribute to the understanding of their function in ecosystems. (Author)

  13. The association between parental life history and offspring phenotype in Atlantic salmon.

    Science.gov (United States)

    Van Leeuwen, Travis E; McLennan, Darryl; McKelvey, Simon; Stewart, David C; Adams, Colin E; Metcalfe, Neil B

    2016-02-01

    In many taxa there is considerable intraspecific variation in life history strategies from within a single population, reflecting alternative routes through which organisms can achieve successful reproduction. Atlantic salmon Salmo salar (Linnaeus) show some of the greatest within-population variability in life history strategies amongst vertebrates, with multiple discrete male and female life histories co-existing and interbreeding on many spawning grounds, although the effect of the various combinations of life histories on offspring traits remains unknown. Using crosses of wild fish we show here that the life history strategy of both parents was significantly associated with a range of offspring traits. Mothers that had spent longer at sea (2 versus 1 year) produced offspring that were heavier, longer and in better condition at the time of first feeding. However, these relationships disappeared shortly after fry had begun feeding exogenously. At this stage, the juvenile rearing environment (i.e. time spent in fresh water as juveniles) of the mother was a better predictor of offspring traits, with mothers that were faster to develop in fresh water (migrating to sea after two rather than three years of age) producing offspring that had higher maximal metabolic rates, aerobic scopes, and that grew faster. Faster developing fathers (1 year old sneaker males) tended to produce offspring that had higher maximal metabolic rates, were in better body condition and grew faster. The results suggest that both genetic effects and those related to parental early and late life history contribute to offspring traits. © 2016. Published by The Company of Biologists Ltd.

  14. Faster self-paced rate of drinking for alcohol mixed with energy drinks versus alcohol alone.

    Science.gov (United States)

    Marczinski, Cecile A; Fillmore, Mark T; Maloney, Sarah F; Stamates, Amy L

    2017-03-01

    The consumption of alcohol mixed with energy drinks (AmED) has been associated with higher rates of binge drinking and impaired driving when compared with alcohol alone. However, it remains unclear why the risks of use of AmED are heightened compared with alcohol alone even when the doses of alcohol consumed are similar. Therefore, the purpose of this laboratory study was to investigate if the rate of self-paced beverage consumption was faster for a dose of AmED versus alcohol alone using a double-blind, within-subjects, placebo-controlled study design. Participants (n = 16) of equal gender who were social drinkers attended 4 separate test sessions that involved consumption of alcohol (1.97 ml/kg vodka) and energy drinks, alone and in combination. On each test day, the dose assigned was divided into 10 cups. Participants were informed that they would have a 2-h period to consume the 10 drinks. After the self-paced drinking period, participants completed a cued go/no-go reaction time (RT) task and subjective ratings of stimulation and sedation. The results indicated that participants consumed the AmED dose significantly faster (by ∼16 min) than the alcohol dose. For the performance task, participants' mean RTs were slower in the alcohol conditions and faster in the energy-drink conditions. In conclusion, alcohol consumers should be made aware that rapid drinking might occur for AmED beverages, thus heightening alcohol-related safety risks. The fast rate of drinking may be related to the generalized speeding of responses after energy-drink consumption. (PsycINFO Database Record (c) 2017 APA, all rights reserved).

  15. No evidence for faster male hybrid sterility in population crosses of an intertidal copepod (Tigriopus californicus).

    Science.gov (United States)

    Willett, Christopher S

    2008-06-01

    Two different forces are thought to contribute to the rapid accumulation of hybrid male sterility that has been observed in many inter-specific crosses, namely the faster male and the dominance theories. For male heterogametic taxa, both faster male and dominance would work in the same direction to cause the rapid evolution of male sterility; however, for taxa lacking differentiated sex chromosomes only the faster male theory would explain the rapid evolution of male hybrid sterility. It is currently unknown what causes the faster evolution of male sterility, but increased sexual selection on males and the sensitivity of genes involved in male reproduction are two hypotheses that could explain the observation. Here, patterns of hybrid sterility in crosses of genetically divergent copepod populations are examined to test potential mechanisms of faster male evolution. The study species, Tigriopus californicus, lacks differentiated, hemizygous sex chromosomes and appears to have low levels of divergence caused by sexual selection acting upon males. Hybrid sterility does not accumulate more rapidly in males than females in these crosses suggesting that in this taxon male reproductive genes are not inherently more prone to disruption in hybrids.

  16. The Faster, Better, Cheaper Approach to Space Missions: An Engineering Management Assessment

    Science.gov (United States)

    Hamaker, Joe

    2000-01-01

    This paper describes, in viewgraph form, the faster, better, cheaper approach to space missions. The topics include: 1) What drives "Faster, Better, Cheaper"? 2) Why Space Programs are Costly; 3) Background; 4) Aerospace Project Management (Old Culture); 5) Aerospace Project Management (New Culture); 6) Scope of Analysis Limited to Engineering Management Culture; 7) Qualitative Analysis; 8) Some Basic Principles of the New Culture; 9) Cause and Effect; 10) "New Ways of Doing Business" Survey Results; 11) Quantitative Analysis; 12) Recent Space System Cost Trends; 13) Spacecraft Dry Weight Trend; 14) Complexity Factor Trends; 15) Cost Normalization; 16) Cost Normalization Algorithm; 17) Unnormalized Cost vs. Normalized Cost; and 18) Concluding Observations.

  17. Faster in-plane switching and reduced rotational viscosity characteristics in a graphene-nematic suspension

    Science.gov (United States)

    Basu, Rajratan; Kinnamon, Daniel; Skaggs, Nicole; Womack, James

    2016-05-01

    The in-plane switching (IPS) for a nematic liquid crystal (LC) was found to be considerably faster when the LC was doped with dilute concentrations of monolayer graphene flakes. Additional studies revealed that the presence of graphene reduced the rotational viscosity of the LC, permitting the nematic director to respond quicker in IPS mode on turning the electric field on. The studies were carried out with several graphene concentrations in the LC, and the experimental results coherently suggest that there exists an optimal concentration of graphene, allowing a reduction in the IPS response time and rotational viscosity in the LC. Above this optimal graphene concentration, the rotational viscosity was found to increase, and consequently, the LC no longer switched faster in IPS mode. The presence of graphene suspension was also found to decrease the LC's pretilt angle significantly due to the π-π electron stacking between the LC molecules and graphene flakes. To understand the π-π stacking interaction, the anchoring mechanism of the LC on a CVD grown monolayer graphene film on copper substrate was studied by reflected crossed polarized microscopy. Optical microphotographs revealed that the LC alignment direction depended on monolayer graphene's hexagonal crystal structure and its orientation.

  18. Faster in-plane switching and reduced rotational viscosity characteristics in a graphene-nematic suspension

    International Nuclear Information System (INIS)

    Basu, Rajratan; Kinnamon, Daniel; Skaggs, Nicole; Womack, James

    2016-01-01

    The in-plane switching (IPS) for a nematic liquid crystal (LC) was found to be considerably faster when the LC was doped with dilute concentrations of monolayer graphene flakes. Additional studies revealed that the presence of graphene reduced the rotational viscosity of the LC, permitting the nematic director to respond quicker in IPS mode on turning the electric field on. The studies were carried out with several graphene concentrations in the LC, and the experimental results coherently suggest that there exists an optimal concentration of graphene, allowing a reduction in the IPS response time and rotational viscosity in the LC. Above this optimal graphene concentration, the rotational viscosity was found to increase, and consequently, the LC no longer switched faster in IPS mode. The presence of graphene suspension was also found to decrease the LC's pretilt angle significantly due to the π-π electron stacking between the LC molecules and graphene flakes. To understand the π-π stacking interaction, the anchoring mechanism of the LC on a CVD grown monolayer graphene film on copper substrate was studied by reflected crossed polarized microscopy. Optical microphotographs revealed that the LC alignment direction depended on monolayer graphene's hexagonal crystal structure and its orientation.

  19. Faster in-plane switching and reduced rotational viscosity characteristics in a graphene-nematic suspension

    Energy Technology Data Exchange (ETDEWEB)

    Basu, Rajratan, E-mail: basu@usna.edu; Kinnamon, Daniel; Skaggs, Nicole; Womack, James [Soft Matter and Nanomaterials Laboratory, Department of Physics, The United States Naval Academy, Annapolis, Maryland 21402 (United States)

    2016-05-14

    The in-plane switching (IPS) for a nematic liquid crystal (LC) was found to be considerably faster when the LC was doped with dilute concentrations of monolayer graphene flakes. Additional studies revealed that the presence of graphene reduced the rotational viscosity of the LC, permitting the nematic director to respond quicker in IPS mode on turning the electric field on. The studies were carried out with several graphene concentrations in the LC, and the experimental results coherently suggest that there exists an optimal concentration of graphene, allowing a reduction in the IPS response time and rotational viscosity in the LC. Above this optimal graphene concentration, the rotational viscosity was found to increase, and consequently, the LC no longer switched faster in IPS mode. The presence of graphene suspension was also found to decrease the LC's pretilt angle significantly due to the π-π electron stacking between the LC molecules and graphene flakes. To understand the π-π stacking interaction, the anchoring mechanism of the LC on a CVD grown monolayer graphene film on copper substrate was studied by reflected crossed polarized microscopy. Optical microphotographs revealed that the LC alignment direction depended on monolayer graphene's hexagonal crystal structure and its orientation.

  20. Sequence-based heuristics for faster annotation of non-coding RNA families.

    Science.gov (United States)

    Weinberg, Zasha; Ruzzo, Walter L

    2006-01-01

    Non-coding RNAs (ncRNAs) are functional RNA molecules that do not code for proteins. Covariance Models (CMs) are a useful statistical tool to find new members of an ncRNA gene family in a large genome database, using both sequence and, importantly, RNA secondary structure information. Unfortunately, CM searches are extremely slow. Previously, we created rigorous filters, which provably sacrifice none of a CM's accuracy, while making searches significantly faster for virtually all ncRNA families. However, these rigorous filters make searches slower than heuristics could be. In this paper we introduce profile HMM-based heuristic filters. We show that their accuracy is usually superior to heuristics based on BLAST. Moreover, we compared our heuristics with those used in tRNAscan-SE, whose heuristics incorporate a significant amount of work specific to tRNAs, where our heuristics are generic to any ncRNA. Performance was roughly comparable, so we expect that our heuristics provide a high-quality solution that--unlike family-specific solutions--can scale to hundreds of ncRNA families. The source code is available under GNU Public License at the supplementary web site.

  1. Semantic size does not matter: "bigger" words are not recognized faster.

    Science.gov (United States)

    Kang, Sean H K; Yap, Melvin J; Tse, Chi-Shing; Kurby, Christopher A

    2011-06-01

    Sereno, O'Donnell, and Sereno (2009) reported that words are recognized faster in a lexical decision task when their referents are physically large than when they are small, suggesting that "semantic size" might be an important variable that should be considered in visual word recognition research and modelling. We sought to replicate their size effect, but failed to find a significant latency advantage in lexical decision for "big" words (cf. "small" words), even though we used the same word stimuli as Sereno et al. and had almost three times as many subjects. We also examined existing data from visual word recognition megastudies (e.g., English Lexicon Project) and found that semantic size is not a significant predictor of lexical decision performance after controlling for the standard lexical variables. In summary, the null results from our lab experiment--despite a much larger subject sample size than Sereno et al.--converged with our analysis of megastudy lexical decision performance, leading us to conclude that semantic size does not matter for word recognition. Discussion focuses on why semantic size (unlike some other semantic variables) is unlikely to play a role in lexical decision.

  2. Faster quantum chemistry simulation on fault-tolerant quantum computers

    International Nuclear Information System (INIS)

    Cody Jones, N; McMahon, Peter L; Yamamoto, Yoshihisa; Whitfield, James D; Yung, Man-Hong; Aspuru-Guzik, Alán; Van Meter, Rodney

    2012-01-01

    Quantum computers can in principle simulate quantum physics exponentially faster than their classical counterparts, but some technical hurdles remain. We propose methods which substantially improve the performance of a particular form of simulation, ab initio quantum chemistry, on fault-tolerant quantum computers; these methods generalize readily to other quantum simulation problems. Quantum teleportation plays a key role in these improvements and is used extensively as a computing resource. To improve execution time, we examine techniques for constructing arbitrary gates which perform substantially faster than circuits based on the conventional Solovay–Kitaev algorithm (Dawson and Nielsen 2006 Quantum Inform. Comput. 6 81). For a given approximation error ϵ, arbitrary single-qubit gates can be produced fault-tolerantly and using a restricted set of gates in time which is O(log ϵ) or O(log log ϵ); with sufficient parallel preparation of ancillas, constant average depth is possible using a method we call programmable ancilla rotations. Moreover, we construct and analyze efficient implementations of first- and second-quantized simulation algorithms using the fault-tolerant arbitrary gates and other techniques, such as implementing various subroutines in constant time. A specific example we analyze is the ground-state energy calculation for lithium hydride. (paper)

  3. Object Detection Based on Fast/Faster RCNN Employing Fully Convolutional Architectures

    Directory of Open Access Journals (Sweden)

    Yun Ren

    2018-01-01

    Full Text Available Modern object detectors always include two major parts: a feature extractor and a feature classifier as same as traditional object detectors. The deeper and wider convolutional architectures are adopted as the feature extractor at present. However, many notable object detection systems such as Fast/Faster RCNN only consider simple fully connected layers as the feature classifier. In this paper, we declare that it is beneficial for the detection performance to elaboratively design deep convolutional networks (ConvNets of various depths for feature classification, especially using the fully convolutional architectures. In addition, this paper also demonstrates how to employ the fully convolutional architectures in the Fast/Faster RCNN. Experimental results show that a classifier based on convolutional layer is more effective for object detection than that based on fully connected layer and that the better detection performance can be achieved by employing deeper ConvNets as the feature classifier.

  4. Evolution and plasticity: Divergence of song discrimination is faster in birds with innate song than in song learners in Neotropical passerine birds.

    Science.gov (United States)

    Freeman, Benjamin G; Montgomery, Graham A; Schluter, Dolph

    2017-09-01

    Plasticity is often thought to accelerate trait evolution and speciation. For example, plasticity in birdsong may partially explain why clades of song learners are more diverse than related clades with innate song. This "song learning" hypothesis predicts that (1) differences in song traits evolve faster in song learners, and (2) behavioral discrimination against allopatric song (a proxy for premating reproductive isolation) evolves faster in song learners. We tested these predictions by analyzing acoustic traits and conducting playback experiments in allopatric Central American sister pairs of song learning oscines (N = 42) and nonlearning suboscines (N = 27). We found that nonlearners evolved mean acoustic differences slightly faster than did leaners, and that the mean evolutionary rate of song discrimination was 4.3 times faster in nonlearners than in learners. These unexpected results may be a consequence of significantly greater variability in song traits in song learners (by 54-79%) that requires song-learning oscines to evolve greater absolute differences in song before achieving the same level of behavioral song discrimination as nonlearning suboscines. This points to "a downside of learning" for the evolution of species discrimination, and represents an important example of plasticity reducing the rate of evolution and diversification by increasing variability. © 2017 The Author(s). Evolution © 2017 The Society for the Study of Evolution.

  5. The hard-won benefits of familiarity in visual search: naturally familiar brand logos are found faster.

    Science.gov (United States)

    Qin, Xiaoyan Angela; Koutstaal, Wilma; Engel, Stephen A

    2014-05-01

    Familiar items are found faster than unfamiliar ones in visual search tasks. This effect has important implications for cognitive theory, because it may reveal how mental representations of commonly encountered items are changed by experience to optimize performance. It remains unknown, however, whether everyday items with moderate levels of exposure would show benefits in visual search, and if so, what kind of experience would be required to produce them. Here, we tested whether familiar product logos were searched for faster than unfamiliar ones, and also familiarized subjects with previously unfamiliar logos. Subjects searched for preexperimentally familiar and unfamiliar logos, half of which were familiarized in the laboratory, amongst other, unfamiliar distractor logos. In three experiments, we used an N-back-like familiarization task, and in four others we used a task that asked detailed questions about the perceptual aspects of the logos. The number of familiarization exposures ranged from 30 to 84 per logo across experiments, with two experiments involving across-day familiarization. Preexperimentally familiar target logos were searched for faster than were unfamiliar, nonfamiliarized logos, by 8 % on average. This difference was reliable in all seven experiments. However, familiarization had little or no effect on search speeds; its average effect was to improve search times by 0.7 %, and its effect was significant in only one of the seven experiments. If priming, mere exposure, episodic memory, or relatively modest familiarity were responsible for familiarity's effects on search, then performance should have improved following familiarization. Our results suggest that the search-related advantage of familiar logos does not develop easily or rapidly.

  6. Elastic coupling of limb joints enables faster bipedal walking

    Science.gov (United States)

    Dean, J.C.; Kuo, A.D.

    2008-01-01

    The passive dynamics of bipedal limbs alone are sufficient to produce a walking motion, without need for control. Humans augment these dynamics with muscles, actively coordinated to produce stable and economical walking. Present robots using passive dynamics walk much slower, perhaps because they lack elastic muscles that couple the joints. Elastic properties are well known to enhance running gaits, but their effect on walking has yet to be explored. Here we use a computational model of dynamic walking to show that elastic joint coupling can help to coordinate faster walking. In walking powered by trailing leg push-off, the model's speed is normally limited by a swing leg that moves too slowly to avoid stumbling. A uni-articular spring about the knee allows faster but uneconomical walking. A combination of uni-articular hip and knee springs can speed the legs for improved speed and economy, but not without the swing foot scuffing the ground. Bi-articular springs coupling the hips and knees can yield high economy and good ground clearance similar to humans. An important parameter is the knee-to-hip moment arm that greatly affects the existence and stability of gaits, and when selected appropriately can allow for a wide range of speeds. Elastic joint coupling may contribute to the economy and stability of human gait. PMID:18957360

  7. From officium to civil service position – the Difficult Transformation of Rent Bureaucracy into a Constitutional Bureaucracy

    OpenAIRE

    Lopes, José Reinaldo de Lima

    2012-01-01

    The paper explores possible similarities between the development of Brazil and the Spanish speaking republics in South America during the XIX century. As opposed to the Spanish speaking “Vice Reynados”, Brazil had a rather undeveloped bureaucracy in colonial times. However, as the Portuguese head of government moved to Rio de Janeiro in 1808 bureaucracy grew faster than before. Nonetheless, it grew along the lines of the Ancien Régime ideas of governmental organization: justice, government, f...

  8. [Prognostic significance of the cyclic AMP concentration in acute leukemias].

    Science.gov (United States)

    Paietta, E; Mittermayer, K; Schwarzmeier, J D

    1979-01-01

    In patients with acute leukemia (myeloblastic, lymphoblastic, undifferentiated) proliferation kinetics and cyclic adenosine-3', 5'-monophosphate (cAMP) concentration of the leukemic cells were studied for their significance in the prediction of responsiveness to cytostatic therapy. Patients with good clinical response had significantly faster turnover and lower cAMP-levels than those who failed to respond to treatment.

  9. How to Elect a Leader Faster than a Tournament

    OpenAIRE

    Alistarh, Dan; Gelashvili, Rati; Vladu, Adrian

    2014-01-01

    The problem of electing a leader from among $n$ contenders is one of the fundamental questions in distributed computing. In its simplest formulation, the task is as follows: given $n$ processors, all participants must eventually return a win or lose indication, such that a single contender may win. Despite a considerable amount of work on leader election, the following question is still open: can we elect a leader in an asynchronous fault-prone system faster than just running a $\\Theta(\\log n...

  10. CSRtrack Faster Calculation of 3-D CSR Effects

    CERN Document Server

    Dohlus, Martin

    2004-01-01

    CSRtrack is a new code for the simulation of Coherent Synchrotron radiation effects on the beam dynamics of linear accelerators. It incorporates the physics of our previous code, TraFiC4, and adds new algorithms for the calculation of the CSR fields. A one-dimensional projected method allows quick estimates and a greens function method allows 3D calculations about ten times faster than with the `direct' method. The tracking code is written in standard FORTRAN77 and has its own parser for comfortable input of calculation parameters and geometry. Phase space input and the analysis of the traced particle distribution is done with MATLAB interface programs.

  11. Robustness of a bisimulation-type faster-than preorder

    Directory of Open Access Journals (Sweden)

    Katrin Iltgen

    2009-11-01

    Full Text Available TACS is an extension of CCS where upper time bounds for delays can be specified. Luettgen and Vogler defined three variants of bismulation-type faster-than relations and showed that they all three lead to the same preorder, demonstrating the robustness of their approach. In the present paper, the operational semantics of TACS is extended; it is shown that two of the variants still give the same preorder as before, underlining robustness. An explanation is given why this result fails for the third variant. It is also shown that another variant, which mixes old and new operational semantics, can lead to smaller relations that prove the same preorder.

  12. Vehicle parts detection based on Faster - RCNN with location constraints of vehicle parts feature point

    Science.gov (United States)

    Yang, Liqin; Sang, Nong; Gao, Changxin

    2018-03-01

    Vehicle parts detection plays an important role in public transportation safety and mobility. The detection of vehicle parts is to detect the position of each vehicle part. We propose a new approach by combining Faster RCNN and three level cascaded convolutional neural network (DCNN). The output of Faster RCNN is a series of bounding boxes with coordinate information, from which we can locate vehicle parts. DCNN can precisely predict feature point position, which is the center of vehicle part. We design an output strategy by combining these two results. There are two advantages for this. The quality of the bounding boxes are greatly improved, which means vehicle parts feature point position can be located more precise. Meanwhile we preserve the position relationship between vehicle parts and effectively improve the validity and reliability of the result. By using our algorithm, the performance of the vehicle parts detection improve obviously compared with Faster RCNN.

  13. Dyslexics' faster decay of implicit memory for sounds and words is manifested in their shorter neural adaptation.

    Science.gov (United States)

    Jaffe-Dax, Sagi; Frenkel, Or; Ahissar, Merav

    2017-01-24

    Dyslexia is a prevalent reading disability whose underlying mechanisms are still disputed. We studied the neural mechanisms underlying dyslexia using a simple frequency-discrimination task. Though participants were asked to compare the two tones in each trial, implicit memory of previous trials affected their responses. We hypothesized that implicit memory decays faster among dyslexics. We tested this by increasing the temporal intervals between consecutive trials, and by measuring the behavioral impact and ERP responses from the auditory cortex. Dyslexics showed a faster decay of implicit memory effects on both measures, with similar time constants. Finally, faster decay of implicit memory also characterized the impact of sound regularities in benefitting dyslexics' oral reading rate. Their benefit decreased faster as a function of the time interval from the previous reading of the same non-word. We propose that dyslexics' shorter neural adaptation paradoxically accounts for their longer reading times, since it reduces their temporal window of integration of past stimuli, resulting in noisier and less reliable predictions for both simple and complex stimuli. Less reliable predictions limit their acquisition of reading expertise.

  14. Faster gastric emptying of a liquid meal in rats after hypothalamic dorsomedial nucleus lesion

    Directory of Open Access Journals (Sweden)

    Denofre-Carvalho S.

    1997-01-01

    Full Text Available The effects of dorsomedial hypothalamic (DMH nucleus lesion on body weight, plasma glucose levels, and the gastric emptying of a liquid meal were investigated in male Wistar rats (170-250 g. DMH lesions were produced stereotaxically by delivering a 2.0-mA current for 20 s through nichrome electrodes (0.3-mm tip exposure. In a second set of experiments, the DMH and the ventromedial hypothalamic (VMH nucleus were lesioned with a 1.0-mA current for 10 s (0.1-mm tip exposure. The medial hypothalamus (MH was also lesioned separately using a nichrome electrode (0.3-mm tip exposure with a 2.0-mA current for 20 s. Gastric emptying was measured following the orogastric infusion of a liquid test meal consisting of physiological saline (0.9% NaCl, w/v plus phenol red dye (6 mg/dl as a marker. Plasma glucose levels were determined after an 18-h fast before the lesion and on the 7th and 15th postoperative day. Body weight was determined before lesioning and before sacrificing the rats. The DMH-lesioned rats showed a significantly faster (P<0.05 gastric emptying (24.7% gastric retention, N = 11 than control (33.0% gastric retention, N = 8 and sham-lesioned (33.5% gastric retention, N = 12 rats, with a transient hypoglycemia on the 7th postoperative day which returned to normal by the 15th postoperative day. In all cases, weight gain was slower among lesioned rats. Additional experiments using a smaller current to induce lesions confirmed that DMH-lesioned rats had a faster gastric emptying (25.1% gastric retention, N = 7 than control (33.4% gastric retention, N = 17 and VMH-lesioned (34.6% gastric retention, N = 7 rats. MH lesions resulted in an even slower gastric emptying (43.7% gastric retention, N = 7 than in the latter two groups. We conclude that although DMH lesions reduce weight gain, they do not produce consistent changes in plasma glucose levels. These lesions also promote faster gastric emptying of an inert liquid meal, thus suggesting a role for

  15. Earlier time to aerobic exercise is associated with faster recovery following acute sport concussion.

    Science.gov (United States)

    Lawrence, David Wyndham; Richards, Doug; Comper, Paul; Hutchison, Michael G

    2018-01-01

    To determine whether earlier time to initiation of aerobic exercise following acute concussion is associated with time to full return to (1) sport and (2) school or work. A retrospective stratified propensity score survival analysis of acute (≤14 days) concussion was used to determine whether time (days) to initiation of aerobic exercise post-concussion was associated with, both, time (days) to full return to (1) sport and (2) school or work. A total of 253 acute concussions [median (IQR) age, 17.0 (15.0-20.0) years; 148 (58.5%) males] were included in this study. Multivariate Cox regression models identified that earlier time to aerobic exercise was associated with faster return to sport and school/work adjusting for other covariates, including quintile propensity strata. For each successive day in delay to initiation of aerobic exercise, individuals had a less favourable recovery trajectory. Initiating aerobic exercise at 3 and 7 days following injury was associated with a respective 36.5% (HR, 0.63; 95% CI, 0.53-0.76) and 73.2% (HR, 0.27; 95% CI, 0.16-0.45) reduced probability of faster full return to sport compared to within 1 day; and a respective 45.9% (HR, 0.54; 95% CI, 0.44-0.66) and 83.1% (HR, 0.17; 95% CI, 0.10-0.30) reduced probability of faster full return to school/work. Additionally, concussion history, symptom severity, LOC deleteriously influenced concussion recovery. Earlier initiation of aerobic exercise was associated with faster full return to sport and school or work. This study provides greater insight into the benefits and safety of aerobic exercise within the first week of the injury.

  16. Development of Novel Faster-Dissolving Microneedle Patches for Transcutaneous Vaccine Delivery.

    Science.gov (United States)

    Ono, Akihiko; Ito, Sayami; Sakagami, Shun; Asada, Hideo; Saito, Mio; Quan, Ying-Shu; Kamiyama, Fumio; Hirobe, Sachiko; Okada, Naoki

    2017-08-03

    Microneedle (MN) patches are promising for transcutaneous vaccination because they enable vaccine antigens to physically penetrate the stratum corneum via low-invasive skin puncturing, and to be effectively delivered to antigen-presenting cells in the skin. In second-generation MN patches, the dissolving MNs release the loaded vaccine antigen into the skin. To shorten skin application time for clinical practice, this study aims to develop novel faster-dissolving MNs. We designed two types of MNs made from a single thickening agent, carboxymethylcellulose (CMC) or hyaluronan (HN). Both CMC-MN and HN-MN completely dissolved in rat skin after a 5-min application. In pre-clinical studies, both MNs could demonstrably increase antigen-specific IgG levels after vaccination and prolong antigen deposition compared with conventional injections, and deliver antigens into resected human dermal tissue. In clinical research, we demonstrated that both MNs could reliably and safely puncture human skin without any significant skin irritation from transepidermal water loss measurements and ICDRG (International Contact Dermatitis Research Group) evaluation results.

  17. Microzooplankton growth rates examined across a temperature gradient in the Barents Sea.

    Science.gov (United States)

    Franzè, Gayantonia; Lavrentyev, Peter J

    2014-01-01

    Growth rates (µ) of abundant microzooplankton species were examined in field experiments conducted at ambient sea temperatures (-1.8-9.0°C) in the Barents Sea and adjacent waters (70-78.5°N). The maximum species-specific µ of ciliates and athecate dinoflagellates (0.33-1.67 d(-1) and 0.52-1.14 d(-1), respectively) occurred at temperatures below 5°C and exceeded the µmax predicted by previously published, laboratory culture-derived equations. The opposite trend was found for thecate dinoflagellates, which grew faster in the warmer Atlantic Ocean water. Mixotrophic ciliates and dinoflagellates grew faster than their heterotrophic counterparts. At sub-zero temperatures, microzooplankton µmax matched those predicted for phytoplankton by temperature-dependent growth equations. These results indicate that microzooplankton protists may be as adapted to extreme Arctic conditions as their algal prey.

  18. Motivational salience signal in the basal forebrain is coupled with faster and more precise decision speed.

    Science.gov (United States)

    Avila, Irene; Lin, Shih-Chieh

    2014-03-01

    The survival of animals depends critically on prioritizing responses to motivationally salient stimuli. While it is generally believed that motivational salience increases decision speed, the quantitative relationship between motivational salience and decision speed, measured by reaction time (RT), remains unclear. Here we show that the neural correlate of motivational salience in the basal forebrain (BF), defined independently of RT, is coupled with faster and also more precise decision speed. In rats performing a reward-biased simple RT task, motivational salience was encoded by BF bursting response that occurred before RT. We found that faster RTs were tightly coupled with stronger BF motivational salience signals. Furthermore, the fraction of RT variability reflecting the contribution of intrinsic noise in the decision-making process was actively suppressed in faster RT distributions with stronger BF motivational salience signals. Artificially augmenting the BF motivational salience signal via electrical stimulation led to faster and more precise RTs and supports a causal relationship. Together, these results not only describe for the first time, to our knowledge, the quantitative relationship between motivational salience and faster decision speed, they also reveal the quantitative coupling relationship between motivational salience and more precise RT. Our results further establish the existence of an early and previously unrecognized step in the decision-making process that determines both the RT speed and variability of the entire decision-making process and suggest that this novel decision step is dictated largely by the BF motivational salience signal. Finally, our study raises the hypothesis that the dysregulation of decision speed in conditions such as depression, schizophrenia, and cognitive aging may result from the functional impairment of the motivational salience signal encoded by the poorly understood noncholinergic BF neurons.

  19. Faster than light motion does not imply time travel

    International Nuclear Information System (INIS)

    Andréka, Hajnal; Madarász, Judit X; Németi, István; Székely, Gergely; Stannett, Mike

    2014-01-01

    Seeing the many examples in the literature of causality violations based on faster than light (FTL) signals one naturally thinks that FTL motion leads inevitably to the possibility of time travel. We show that this logical inference is invalid by demonstrating a model, based on (3+1)-dimensional Minkowski spacetime, in which FTL motion is permitted (in every direction without any limitation on speed) yet which does not admit time travel. Moreover, the Principle of Relativity is true in this model in the sense that all observers are equivalent. In short, FTL motion does not imply time travel after all. (paper)

  20. Faster recovery of a diatom from UV damage under ocean acidification.

    Science.gov (United States)

    Wu, Yaping; Campbell, Douglas A; Gao, Kunshan

    2014-11-01

    Diatoms are the most important group of primary producers in marine ecosystems. As oceanic pH declines and increased stratification leads to the upper mixing layer becoming shallower, diatoms are interactively affected by both lower pH and higher average exposures to solar ultraviolet radiation. The photochemical yields of a model diatom, Phaeodactylum tricornutum, were inhibited by ultraviolet radiation under both growth and excess light levels, while the functional absorbance cross sections of the remaining photosystem II increased. Cells grown under ocean acidification (OA) were less affected during UV exposure. The recovery of PSII under low photosynthetically active radiation was much faster than in the dark, indicating that photosynthetic processes were essential for the full recovery of photosystem II. This light dependent recovery required de novo synthesized protein. Cells grown under ocean acidification recovered faster, possibly attributable to higher CO₂ availability for the Calvin cycle producing more resources for repair. The lower UV inhibition combined with higher recovery rate under ocean acidification could benefit species such as P.tricornutum, and change their competitiveness in the future ocean. Copyright © 2014 Elsevier B.V. All rights reserved.

  1. Experimental study of electromagnetic radiation from a faster-than-light vacuum macroscopic source

    Energy Technology Data Exchange (ETDEWEB)

    Bessarab, A.V. [Russian Federal Nuclear Center-All-Russia Scientific Research Institute of Experimental Physics, Sarov, Nizhni Novgorod region, 607188 (Russian Federation); Martynenko, S.P. [Russian Federal Nuclear Center-All-Russia Scientific Research Institute of Experimental Physics, Sarov, Nizhni Novgorod region, 607188 (Russian Federation); Prudkoi, N.A. [Russian Federal Nuclear Center-All-Russia Scientific Research Institute of Experimental Physics, Sarov, Nizhni Novgorod region, 607188 (Russian Federation); Soldatov, A.V. [Russian Federal Nuclear Center-All-Russia Scientific Research Institute of Experimental Physics, Sarov, Nizhni Novgorod region, 607188 (Russian Federation)]. E-mail: soldatov@vniief.ru; Terekhin, V.A. [Russian Federal Nuclear Center-All-Russia Scientific Research Institute of Experimental Physics, Sarov, Nizhni Novgorod region, 607188 (Russian Federation)

    2006-08-15

    The effect which manifests itself in the form of directed electromagnetic pulses (EMP) initiated by an X-ray incident obliquely upon a conducting surface has been confirmed and investigated experimentally in detail. A planar accelerating diode comprising a metallic cathode and grid anode was initiated with an oblique short soft-X-ray pulse from a point laser-plasma source. Then a source of directed EMP-a current of accelerated photoelectrons-was formed whose boundary ran along the anode external surface with a faster-than-light velocity. The plasma was formed when short-pulse ({approx}0.3ns) laser radiation from ISKRA-5 facility was focused on a plane Au target. The amplitude-in-time and spatial characteristics of radiation emitted by the faster-than-light source have been measured. Parameters of the accelerated electron current have been measured too.

  2. Information needs at the beginning of foraging: grass-cutting ants trade off load size for a faster return to the nest.

    Directory of Open Access Journals (Sweden)

    Martin Bollazzi

    2011-03-01

    Full Text Available Acquisition of information about food sources is essential for animals that forage collectively like social insects. Foragers deliver two commodities to the nest, food and information, and they may favor the delivery of one at the expenses of the other. We predict that information needs should be particularly high at the beginning of foraging: the decision to return faster to the nest will motivate a grass-cutting ant worker to reduce its loading time, and so to leave the source with a partial load.Field results showed that at the initial foraging phase, most grass-cutting ant foragers (Acromyrmex heyeri returned unladen to the nest, and experienced head-on encounters with outgoing workers. Ant encounters were not simply collisions in a probabilistic sense: outgoing workers contacted in average 70% of the returning foragers at the initial foraging phase, and only 20% at the established phase. At the initial foraging phase, workers cut fragments that were shorter, narrower, lighter and tenderer than those harvested at the established one. Foragers walked at the initial phase significantly faster than expected for the observed temperatures, yet not at the established phase. Moreover, when controlling for differences in the fragment-size carried, workers still walked faster at the initial phase. Despite the higher speed, their individual transport rate of vegetable tissue was lower than that of similarly-sized workers foraging later at the same patch.At the initial foraging phase, workers compromised their individual transport rates of material in order to return faster to the colony. We suggest that the observed flexible cutting rules and the selection of partial loads at the beginning of foraging are driven by the need of information transfer, crucial for the establishment and maintenance of a foraging process to monopolize a discovered resource.

  3. DOE translation tool: Faster and better than ever

    International Nuclear Information System (INIS)

    El-Chakieh, T.; Vincent, C.

    2006-01-01

    CAE's constant push to advance power plant simulation practices involves continued investment in our technologies. This commitment has yielded many advances in our simulation technologies and tools to provide faster maintenance updates, easier process updates and higher fidelity models for power plant simulators. Through this quest, a comprehensive, self-contained and user-friendly DCS translation tool for plant control system emulation was created. The translation tool converts an ABB Advant AC160 and/or AC450 control system, used in both gas turbine-based, fossil and nuclear power plants, into Linux or Windows-based ROSE[reg] simulation schematics. The translation for a full combined-cycle gas turbine (CCGT) plant that comprises more than 5,300 function plans distributed over 15 nodes is processed in less than five hours on a dual 2.8Ghz Xeon Linux platform in comparison to the 12 hours required by CAE's previous translation tool. The translation process, using the plant configuration files, includes the parsing of the control algorithms, the databases, the graphic and the interconnection between nodes. A Linux or Windows API is then used to automatically populate the ROSE[reg] database. Without such a translation, tool or if ?stimulation? of real control system is not feasible or too costly, simulation of the DCS manually takes months of error prone manual coding. The translation can be performed for all the nodes constituting the configuration files of the whole plant DCS, or in order to provide faster maintenance updates and easier process updates, partial builds are possible at 3 levels: a. single schematic updates, b. multi-schematic updates and c. single node updates based on the user inputs into the Graphical User Interface. improvements including: - Process time reduction of over 60%; - All communication connections between nodes are fully automated; - New partial build for one schematic, a group of schematics or a single node; - Availability on PC

  4. Faster and more accurate transport procedures for HZETRN

    International Nuclear Information System (INIS)

    Slaba, T.C.; Blattnig, S.R.; Badavi, F.F.

    2010-01-01

    The deterministic transport code HZETRN was developed for research scientists and design engineers studying the effects of space radiation on astronauts and instrumentation protected by various shielding materials and structures. In this work, several aspects of code verification are examined. First, a detailed derivation of the light particle (A ≤ 4) and heavy ion (A > 4) numerical marching algorithms used in HZETRN is given. References are given for components of the derivation that already exist in the literature, and discussions are given for details that may have been absent in the past. The present paper provides a complete description of the numerical methods currently used in the code and is identified as a key component of the verification process. Next, a new numerical method for light particle transport is presented, and improvements to the heavy ion transport algorithm are discussed. A summary of round-off error is also given, and the impact of this error on previously predicted exposure quantities is shown. Finally, a coupled convergence study is conducted by refining the discretization parameters (step-size and energy grid-size). From this study, it is shown that past efforts in quantifying the numerical error in HZETRN were hindered by single precision calculations and computational resources. It is determined that almost all of the discretization error in HZETRN is caused by the use of discretization parameters that violate a numerical convergence criterion related to charged target fragments below 50 AMeV. Total discretization errors are given for the old and new algorithms to 100 g/cm 2 in aluminum and water, and the improved accuracy of the new numerical methods is demonstrated. Run time comparisons between the old and new algorithms are given for one, two, and three layer slabs of 100 g/cm 2 of aluminum, polyethylene, and water. The new algorithms are found to be almost 100 times faster for solar particle event simulations and almost 10 times

  5. They all like it hot: faster cleanup of contaminated soil and groundwater

    Energy Technology Data Exchange (ETDEWEB)

    Newmark, R., LLNL

    1998-03-01

    Clean up a greasy kitchen spill with cold water and the going is slow. Us hot water instead and progress improves markedly. So it makes sense that cleanup of greasy underground contaminants such as gasoline might go faster if hot water or steam were somehow added to the process. The Environmental Protection Agency named hundreds of sites to the Superfund list - sites that have been contaminated with petroleum products or petroleum products or solvents. Elsewhere across the country, thousands of properties not identified on federal cleanup lists are contaminated as well. Given that under current regulations, underground accumulations of solvent and hydrocarbon contaminants (the most serious cause of groundwater pollution) must be cleaned up, finding a rapid and effective method of removing them is imperative. In the early 1990`s, in collaboration with the School of Engineering at the University of California at Berkeley, Lawrence Livermore developed dynamic underground stripping. This method for treating underground contaminants with heat is much faster and more effective than traditional treatment methods.

  6. 20 Recipes for Programming MVC 3 Faster, Smarter Web Development

    CERN Document Server

    Munro, Jamie

    2011-01-01

    There's no need to reinvent the wheel every time you run into a problem with ASP.NET's Model-View-Controller (MVC) framework. This concise cookbook provides recipes to help you solve tasks many web developers encounter every day. Each recipe includes the C# code you need, along with a complete working example of how to implement the solution. Learn practical techniques for applying user authentication, providing faster page reloads, validating user data, filtering search results, and many other issues related to MVC3 development. These recipes help you: Restrict access to views with password

  7. Life-history parameters of white stumpnose Rhabdosargus ...

    African Journals Online (AJOL)

    Life-history parameters of white stumpnose Rhabdosargus globiceps (Pisces: Sparidae) in Saldanha Bay, South Africa, with evidence of stock separation. ... Seasonal variation in the condition index suggests a slightly greater investment in reproduction by males than females. Females grew slightly faster than males and ...

  8. Investigating the Mpemba Effect: When Hot Water Freezes Faster than Cold Water

    Science.gov (United States)

    Ibekwe, R. T.; Cullerne, J. P.

    2016-01-01

    Under certain conditions a body of hot liquid may cool faster and freeze before a body of colder liquid, a phenomenon known as the Mpemba Effect. An initial difference in temperature of 3.2 °C enabled warmer water to reach 0 °C in 14% less time than colder water. Convection currents in the liquid generate a temperature gradient that causes more…

  9. High Fidelity, “Faster than Real-Time” Simulator for Predicting Power System Dynamic Behavior - Final Technical Report

    Energy Technology Data Exchange (ETDEWEB)

    Flueck, Alex [Illinois Inst. of Technology, Chicago, IL (United States)

    2017-07-14

    The “High Fidelity, Faster than Real­Time Simulator for Predicting Power System Dynamic Behavior” was designed and developed by Illinois Institute of Technology with critical contributions from Electrocon International, Argonne National Laboratory, Alstom Grid and McCoy Energy. Also essential to the project were our two utility partners: Commonwealth Edison and AltaLink. The project was a success due to several major breakthroughs in the area of large­scale power system dynamics simulation, including (1) a validated faster than real­ time simulation of both stable and unstable transient dynamics in a large­scale positive sequence transmission grid model, (2) a three­phase unbalanced simulation platform for modeling new grid devices, such as independently controlled single­phase static var compensators (SVCs), (3) the world’s first high fidelity three­phase unbalanced dynamics and protection simulator based on Electrocon’s CAPE program, and (4) a first­of­its­ kind implementation of a single­phase induction motor model with stall capability. The simulator results will aid power grid operators in their true time of need, when there is a significant risk of cascading outages. The simulator will accelerate performance and enhance accuracy of dynamics simulations, enabling operators to maintain reliability and steer clear of blackouts. In the long­term, the simulator will form the backbone of the newly conceived hybrid real­time protection and control architecture that will coordinate local controls, wide­area measurements, wide­area controls and advanced real­time prediction capabilities. The nation’s citizens will benefit in several ways, including (1) less down time from power outages due to the faster­than­real­time simulator’s predictive capability, (2) higher levels of reliability due to the detailed dynamics plus protection simulation capability, and (3) more resiliency due to the three­ phase unbalanced simulator’s ability to

  10. Even Faster Web Sites Performance Best Practices for Web Developers

    CERN Document Server

    Souders, Steve

    2009-01-01

    Performance is critical to the success of any web site, and yet today's web applications push browsers to their limits with increasing amounts of rich content and heavy use of Ajax. In this book, Steve Souders, web performance evangelist at Google and former Chief Performance Yahoo!, provides valuable techniques to help you optimize your site's performance. Souders' previous book, the bestselling High Performance Web Sites, shocked the web development world by revealing that 80% of the time it takes for a web page to load is on the client side. In Even Faster Web Sites, Souders and eight exp

  11. Early exposure to nonlethal predation risk by size-selective predators increases somatic growth and decreases size at adulthood in threespined sticklebacks

    NARCIS (Netherlands)

    Bell, A. M.; Dingemanse, N. J.; Hankison, S. J.; Langenhof, M. B. W.; Rollins, K.

    Predation has an important influence on life history traits in many organisms, especially when they are young. When cues of trout were present, juvenile sticklebacks grew faster. The increase in body size as a result of exposure to cues of predators was adaptive because larger individuals were more

  12. Revisit the faster-is-slower effect for an exit at a corner

    Science.gov (United States)

    Chen, Jun Min; Lin, Peng; Wu, Fan Yu; Li Gao, Dong; Wang, Guo Yuan

    2018-02-01

    The faster-is-slower effect (FIS), which means that crowd at a high enough velocity could significantly increase the evacuation time to escape through an exit, is an interesting phenomenon in pedestrian dynamics. Such phenomenon had been studied widely and has been experimentally verified in different systems of discrete particles flowing through a centre exit. To experimentally validate this phenomenon by using people under high pressure is difficult due to ethical issues. A mouse, similar to a human, is a kind of self-driven and soft body creature with competitive behaviour under stressed conditions. Therefore, mice are used to escape through an exit at a corner. A number of repeated tests are conducted and the average escape time per mouse at different levels of stimulus are analysed. The escape times do not increase obviously with the level of stimulus for the corner exit, which is contrary to the experiment with the center exit. The experimental results show that the FIS effect is not necessary a universal law for any discrete system. The observation could help the design of buildings by relocating their exits to the corner in rooms to avoid the formation of FIS effect.

  13. Numerical Feynman integrals with physically inspired interpolation: Faster convergence and significant reduction of computational cost

    Directory of Open Access Journals (Sweden)

    Nikesh S. Dattani

    2012-03-01

    Full Text Available One of the most successful methods for calculating reduced density operator dynamics in open quantum systems, that can give numerically exact results, uses Feynman integrals. However, when simulating the dynamics for a given amount of time, the number of time steps that can realistically be used with this method is always limited, therefore one often obtains an approximation of the reduced density operator at a sparse grid of points in time. Instead of relying only on ad hoc interpolation methods (such as splines to estimate the system density operator in between these points, I propose a method that uses physical information to assist with this interpolation. This method is tested on a physically significant system, on which its use allows important qualitative features of the density operator dynamics to be captured with as little as two time steps in the Feynman integral. This method allows for an enormous reduction in the amount of memory and CPU time required for approximating density operator dynamics within a desired accuracy. Since this method does not change the way the Feynman integral itself is calculated, the value of the density operator approximation at the points in time used to discretize the Feynamn integral will be the same whether or not this method is used, but its approximation in between these points in time is considerably improved by this method. A list of ways in which this proposed method can be further improved is presented in the last section of the article.

  14. Internal migration, center-state grants, and economic growth in the states of India.

    Science.gov (United States)

    Cashin, P; Sahay, R

    1996-03-01

    "This paper examines the growth experience of 20 states of India during 1961-91, using cross-sectional estimation and the analytical framework of the Solow-Swan neoclassical growth model. We find evidence of absolute convergence--initially poor states grew faster than their initially rich counterparts. Also, the dispersion of real per capita state incomes widened over the period 1961-91. However, relatively more grants were transferred from the central government to the poor states than to their rich counterparts. Significant barriers to population flows also exist, as net migration from poor to rich states responded only weakly to cross-state income differentials." excerpt

  15. Using otolith microstructure to analyse growth of juvenile Baltic cod Gadus morhua

    DEFF Research Database (Denmark)

    Hüssy, Karin; Mosegaard, Henrik; Hinrichsen, H.H.

    2003-01-01

    to fish age. At both localities, fish that hatched early in the season spent a shorter time in the pelagic stage than late-hatched fish. However, significant differences in growth rate during the pelagic stage were observed, where fish captured on the slope grew faster. On the bank, individuals with fast...... otolith growth rates before settling continued to grow fast after settling. On the slope, no relationship between growth before and after settling was found. These results indicate that the different settling habitats occupied by juvenile Baltic cod have different potential for settling and nursery areas....

  16. The impact of accelerating faster than exponential population growth on genetic variation.

    Science.gov (United States)

    Reppell, Mark; Boehnke, Michael; Zöllner, Sebastian

    2014-03-01

    Current human sequencing projects observe an abundance of extremely rare genetic variation, suggesting recent acceleration of population growth. To better understand the impact of such accelerating growth on the quantity and nature of genetic variation, we present a new class of models capable of incorporating faster than exponential growth in a coalescent framework. Our work shows that such accelerated growth affects only the population size in the recent past and thus large samples are required to detect the models' effects on patterns of variation. When we compare models with fixed initial growth rate, models with accelerating growth achieve very large current population sizes and large samples from these populations contain more variation than samples from populations with constant growth. This increase is driven almost entirely by an increase in singleton variation. Moreover, linkage disequilibrium decays faster in populations with accelerating growth. When we instead condition on current population size, models with accelerating growth result in less overall variation and slower linkage disequilibrium decay compared to models with exponential growth. We also find that pairwise linkage disequilibrium of very rare variants contains information about growth rates in the recent past. Finally, we demonstrate that models of accelerating growth may substantially change estimates of present-day effective population sizes and growth times.

  17. Determination of the growth of nematophagous fungi on diverse carbon sources

    Directory of Open Access Journals (Sweden)

    Martha Orozco

    2015-11-01

    Full Text Available Organic amendments have been widely used to stimulate the populations of predatory nematophagous fungi (PNF in soil; however, the use of organic amendments has produced inconsistent results in the control of parasitic nematodes. The inconsistencies have been partially attributed to the chemical composition of the organic amendments, specifically to carbon and nitrogen contents. Therefore, to know the carbon preferences of these fungi could be helpful to promote the predatory phase of the PNF in soil. The aim of this study was to determine the growth of native PNF strains from Costa Rica in diverse carbon sources. The PNF Arthrobotrys oligospora and Candelabrella musiformis were grown in artificial culture media containing the following carbon sources: cellulose, chitin, pectin, starch, and skim milk. The growth rate developed by the PNF in each one of the culture media was determined and compared. The growth rates developed by both fungal species followed the next order: cellulos e>chitin>pectin>starch>skim milk. Significant differences in the growth rates developed by the fungal strains were detected only in culture medium containing cellulose, in comparison with culture media containing other carbon sources. In culture medium containing cellulose both A. oligospora and C. musiformis grew faster with respect to the other culture media, but A. oligospora strains grew faster in comparison with C. musiformis strains. Both fungal species developed the lowest growth rates in culture media containing starch and skim milk.

  18. Gender differences in brain development in Chinese children and adolescents: a structural MRI study

    Science.gov (United States)

    Guo, Xiaojuan; Jin, Zhen; Chen, Kewei; Peng, Danling; Yao, Li

    2008-03-01

    Using optimized voxel-based morphometry (VBM), this study systematically investigated gender differences in brain development through magnetic resonance imaging (MRI) data in 158 Chinese normal children and adolescents aged 7.26 to 22.80 years (mean age 15.03+/-4.70 years, 78 boys and 80 girls). Gender groups were matched for measures of age, handedness, education level. The customized brain templates, including T I-weighted image and gray matter (GM)/white matter (WM)/cerebro-spinal fluid (CSF) prior probability maps, were created from all participants. Results showed that the total intracranial volume (TIV), global absolute GM and global WM volume in girls were significantly smaller than those in boys. The hippocampus grew faster in girls than that in boys, but the amygdala grew faster in boys than that in girls. The rate of regional GM decreases with age was steeper in the left superior parietal lobule, bilateral inferior parietal lobule, left precuneus, and bilateral supramarginal gyrus in boys compared to girls, which was possibly related to better spatial processing ability in boys. Regional GM volumes were greater in bilateral superior temporal gyrus, bilateral inferior frontal gyrus and bilateral middle frontal gyrus in girls. Regional WM volumes were greater in the left temporal lobe, right inferior parietal and bilateral middle frontal gyrus in girls. The gender differences in the temporal and frontal lobe maybe be related to better language ability in girls. These findings may aid in understanding the differences in cognitive function between boys and girls.

  19. Innovations for competitiveness: European views on "better-faster-cheaper"

    Science.gov (United States)

    Atzei, A.; Groepper, P.; Novara, M.; Pseiner, K.

    1999-09-01

    The paper elaborates on " lessons learned" from two recent ESA workshops, one focussing on the role of Innovation in the competitiveness of the space sector and the second on technology and engineering aspects conducive to better, faster and cheaper space programmes. The paper focuses primarily on four major aspects, namely: a) the adaptations of industrial and public organisations to the global market needs; b) the understanding of the bottleneck factors limiting competitiveness; c) the trends toward new system architectures and new engineering and production methods; d) the understanding of the role of new technology in the future applications. Under the pressure of market forces and the influence of many global and regional players, applications of space systems and technology are becoming more and more competitive. It is well recognised that without major effort for innovation in industrial practices, organisations, R&D, marketing and financial approaches the European space sector will stagnate and loose its competence as well as its competitiveness. It is also recognised that a programme run according to the "better, faster, cheaper" philosophy relies on much closer integration of system design, development and verification, and draws heavily on a robust and comprehensive programme of technology development, which must run in parallel and off-line with respect to flight programmes. A company's innovation capabilities will determine its future competitive advantage (in time, cost, performance or value) and overall growth potential. Innovation must be a process that can be counted on to provide repetitive, sustainable, long-term performance improvements. As such, it needs not depend on great breakthroughs in technology and concepts (which are accidental and rare). Rather, it could be based on bold evolution through the establishment of know-how, application of best practices, process effectiveness and high standards, performance measurement, and attention to

  20. Hexagonal undersampling for faster MRI near metallic implants.

    Science.gov (United States)

    Sveinsson, Bragi; Worters, Pauline W; Gold, Garry E; Hargreaves, Brian A

    2015-02-01

    Slice encoding for metal artifact correction acquires a three-dimensional image of each excited slice with view-angle tilting to reduce slice and readout direction artifacts respectively, but requires additional imaging time. The purpose of this study was to provide a technique for faster imaging around metallic implants by undersampling k-space. Assuming that areas of slice distortion are localized, hexagonal sampling can reduce imaging time by 50% compared with conventional scans. This work demonstrates this technique by comparisons of fully sampled images with undersampled images, either from simulations from fully acquired data or from data actually undersampled during acquisition, in patients and phantoms. Hexagonal sampling is also shown to be compatible with parallel imaging and partial Fourier acquisitions. Image quality was evaluated using a structural similarity (SSIM) index. Images acquired with hexagonal undersampling had no visible difference in artifact suppression from fully sampled images. The SSIM index indicated high similarity to fully sampled images in all cases. The study demonstrates the ability to reduce scan time by undersampling without compromising image quality. © 2014 Wiley Periodicals, Inc.

  1. Processing language in face-to-face conversation: Questions with gestures get faster responses.

    Science.gov (United States)

    Holler, Judith; Kendrick, Kobin H; Levinson, Stephen C

    2017-09-08

    The home of human language use is face-to-face interaction, a context in which communicative exchanges are characterised not only by bodily signals accompanying what is being said but also by a pattern of alternating turns at talk. This transition between turns is astonishingly fast-typically a mere 200-ms elapse between a current and a next speaker's contribution-meaning that comprehending, producing, and coordinating conversational contributions in time is a significant challenge. This begs the question of whether the additional information carried by bodily signals facilitates or hinders language processing in this time-pressured environment. We present analyses of multimodal conversations revealing that bodily signals appear to profoundly influence language processing in interaction: Questions accompanied by gestures lead to shorter turn transition times-that is, to faster responses-than questions without gestures, and responses come earlier when gestures end before compared to after the question turn has ended. These findings hold even after taking into account prosodic patterns and other visual signals, such as gaze. The empirical findings presented here provide a first glimpse of the role of the body in the psycholinguistic processes underpinning human communication.

  2. Birth and weaning traits in crossbred cattle from Hereford, Angus, Norwegian Red, Swedish Red and White, Wagyu, and Friesian sires.

    Science.gov (United States)

    Casas, E; Thallman, R M; Cundiff, L V

    2012-09-01

    The objective of this study was to characterize breeds representing diverse biological types for birth and weaning traits in crossbred cattle (Bos taurus). Gestation length, calving difficulty, percentage of unassisted calving, percentage of perinatal survival, percentage of survival from birth to weaning, birth weight, weaning weight, BW at 205 d, and ADG was measured in 1,370 calves born and 1,285 calves weaned. Calves were obtained by mating Hereford, Angus, and MARC III (1/4 Hereford, 1/4 Angus, 1/4 Pinzgauer, and 1/4 Red Poll) mature cows to Hereford or Angus (British breeds), Norwegian Red, Swedish Red and White, Wagyu, and Friesian sires. Calves were born during the spring of 1997 and 1998. Sire breed was significant for gestation length, birth weight, BW at 205 d, and ADG (P Angus cows had the shortest (282 d). Offspring from MARC III cows were the heaviest at birth (39.4 kg) when compared with offspring from Hereford (38.2 kg) and Angus (38.6 kg) cows. Progeny from Angus cows were the heaviest at 205 d (235 kg) and grew faster (0.96 kg/d), whereas offspring from Hereford cows were the lightest at 205 d (219 kg) and were the slowest in growth (0.88 kg/d). Sex was significant for gestation length (P = 0.026), birth weight, BW at 205 d, and ADG (P < 0.001). Male calves had a longer gestation length (284 d) when compared with female calves (283 d). Males were heavier than females at birth and at 205 d, and grew faster. Sire breed effects can be optimized by selection and use of appropriate crossbreeding systems.

  3. National health expenditure projections, 2013-23: faster growth expected with expanded coverage and improving economy.

    Science.gov (United States)

    Sisko, Andrea M; Keehan, Sean P; Cuckler, Gigi A; Madison, Andrew J; Smith, Sheila D; Wolfe, Christian J; Stone, Devin A; Lizonitz, Joseph M; Poisal, John A

    2014-10-01

    In 2013 health spending growth is expected to have remained slow, at 3.6 percent, as a result of the sluggish economic recovery, the effects of sequestration, and continued increases in private health insurance cost-sharing requirements. The combined effects of the Affordable Care Act's coverage expansions, faster economic growth, and population aging are expected to fuel health spending growth this year and thereafter (5.6 percent in 2014 and 6.0 percent per year for 2015-23). However, the average rate of increase through 2023 is projected to be slower than the 7.2 percent average growth experienced during 1990-2008. Because health spending is projected to grow 1.1 percentage points faster than the average economic growth during 2013-23, the health share of the gross domestic product is expected to rise from 17.2 percent in 2012 to 19.3 percent in 2023. Project HOPE—The People-to-People Health Foundation, Inc.

  4. Recruitment of faster motor units is associated with greater rates of fascicle strain and rapid changes in muscle force during locomotion.

    Science.gov (United States)

    Lee, Sabrina S M; de Boef Miara, Maria; Arnold, Allison S; Biewener, Andrew A; Wakeling, James M

    2013-01-15

    Animals modulate the power output needed for different locomotor tasks by changing muscle forces and fascicle strain rates. To generate the necessary forces, appropriate motor units must be recruited. Faster motor units have faster activation-deactivation rates than slower motor units, and they contract at higher strain rates; therefore, recruitment of faster motor units may be advantageous for tasks that involve rapid movements or high rates of work. This study identified motor unit recruitment patterns in the gastrocnemii muscles of goats and examined whether faster motor units are recruited when locomotor speed is increased. The study also examined whether locomotor tasks that elicit faster (or slower) motor units are associated with increased (or decreased) in vivo tendon forces, force rise and relaxation rates, fascicle strains and/or strain rates. Electromyography (EMG), sonomicrometry and muscle-tendon force data were collected from the lateral and medial gastrocnemius muscles of goats during level walking, trotting and galloping and during inclined walking and trotting. EMG signals were analyzed using wavelet and principal component analyses to quantify changes in the EMG frequency spectra across the different locomotor conditions. Fascicle strain and strain rate were calculated from the sonomicrometric data, and force rise and relaxation rates were determined from the tendon force data. The results of this study showed that faster motor units were recruited as goats increased their locomotor speeds from level walking to galloping. Slow inclined walking elicited EMG intensities similar to those of fast level galloping but different EMG frequency spectra, indicating that recruitment of the different motor unit types depended, in part, on characteristics of the task. For the locomotor tasks and muscles analyzed here, recruitment patterns were generally associated with in vivo fascicle strain rates, EMG intensity and tendon force. Together, these data provide

  5. Recruitment of faster motor units is associated with greater rates of fascicle strain and rapid changes in muscle force during locomotion

    Science.gov (United States)

    Lee, Sabrina S. M.; de Boef Miara, Maria; Arnold, Allison S.; Biewener, Andrew A.; Wakeling, James M.

    2013-01-01

    SUMMARY Animals modulate the power output needed for different locomotor tasks by changing muscle forces and fascicle strain rates. To generate the necessary forces, appropriate motor units must be recruited. Faster motor units have faster activation–deactivation rates than slower motor units, and they contract at higher strain rates; therefore, recruitment of faster motor units may be advantageous for tasks that involve rapid movements or high rates of work. This study identified motor unit recruitment patterns in the gastrocnemii muscles of goats and examined whether faster motor units are recruited when locomotor speed is increased. The study also examined whether locomotor tasks that elicit faster (or slower) motor units are associated with increased (or decreased) in vivo tendon forces, force rise and relaxation rates, fascicle strains and/or strain rates. Electromyography (EMG), sonomicrometry and muscle-tendon force data were collected from the lateral and medial gastrocnemius muscles of goats during level walking, trotting and galloping and during inclined walking and trotting. EMG signals were analyzed using wavelet and principal component analyses to quantify changes in the EMG frequency spectra across the different locomotor conditions. Fascicle strain and strain rate were calculated from the sonomicrometric data, and force rise and relaxation rates were determined from the tendon force data. The results of this study showed that faster motor units were recruited as goats increased their locomotor speeds from level walking to galloping. Slow inclined walking elicited EMG intensities similar to those of fast level galloping but different EMG frequency spectra, indicating that recruitment of the different motor unit types depended, in part, on characteristics of the task. For the locomotor tasks and muscles analyzed here, recruitment patterns were generally associated with in vivo fascicle strain rates, EMG intensity and tendon force. Together, these

  6. Fast Physics Testbed for the FASTER Project

    Energy Technology Data Exchange (ETDEWEB)

    Lin, W.; Liu, Y.; Hogan, R.; Neggers, R.; Jensen, M.; Fridlind, A.; Lin, Y.; Wolf, A.

    2010-03-15

    This poster describes the Fast Physics Testbed for the new FAst-physics System Testbed and Research (FASTER) project. The overall objective is to provide a convenient and comprehensive platform for fast turn-around model evaluation against ARM observations and to facilitate development of parameterizations for cloud-related fast processes represented in global climate models. The testbed features three major components: a single column model (SCM) testbed, an NWP-Testbed, and high-resolution modeling (HRM). The web-based SCM-Testbed features multiple SCMs from major climate modeling centers and aims to maximize the potential of SCM approach to enhance and accelerate the evaluation and improvement of fast physics parameterizations through continuous evaluation of existing and evolving models against historical as well as new/improved ARM and other complementary measurements. The NWP-Testbed aims to capitalize on the large pool of operational numerical weather prediction products. Continuous evaluations of NWP forecasts against observations at ARM sites are carried out to systematically identify the biases and skills of physical parameterizations under all weather conditions. The highresolution modeling (HRM) activities aim to simulate the fast processes at high resolution to aid in the understanding of the fast processes and their parameterizations. A four-tier HRM framework is established to augment the SCM- and NWP-Testbeds towards eventual improvement of the parameterizations.

  7. Faster acquisition of laparoscopic skills in virtual reality with haptic feedback and 3D vision.

    Science.gov (United States)

    Hagelsteen, Kristine; Langegård, Anders; Lantz, Adam; Ekelund, Mikael; Anderberg, Magnus; Bergenfelz, Anders

    2017-10-01

    The study investigated whether 3D vision and haptic feedback in combination in a virtual reality environment leads to more efficient learning of laparoscopic skills in novices. Twenty novices were allocated to two groups. All completed a training course in the LapSim ® virtual reality trainer consisting of four tasks: 'instrument navigation', 'grasping', 'fine dissection' and 'suturing'. The study group performed with haptic feedback and 3D vision and the control group without. Before and after the LapSim ® course, the participants' metrics were recorded when tying a laparoscopic knot in the 2D video box trainer Simball ® Box. The study group completed the training course in 146 (100-291) minutes compared to 215 (175-489) minutes in the control group (p = .002). The number of attempts to reach proficiency was significantly lower. The study group had significantly faster learning of skills in three out of four individual tasks; instrument navigation, grasping and suturing. Using the Simball ® Box, no difference in laparoscopic knot tying after the LapSim ® course was noted when comparing the groups. Laparoscopic training in virtual reality with 3D vision and haptic feedback made training more time efficient and did not negatively affect later video box-performance in 2D. [Formula: see text].

  8. Faster-than-real-time robot simulation for plan development and robot safety

    International Nuclear Information System (INIS)

    Crane, C.D. III; Dalton, R.; Ogles, J.; Tulenko, J.S.; Zhou, X.

    1990-01-01

    The University of Florida, in cooperation with the Universities of Texas, Tennessee, and Michigan and Oak Ridge National Laboratory (ORNL), is developing an advanced robotic system for the US Department of Energy under the University Program for Robotics for Advanced Reactors. As part of this program, the University of Florida has been pursuing the development of a faster-than-real-time robotic simulation program for planning and control of mobile robotic operations to ensure the efficient and safe operation of mobile robots in nuclear power plants and other hazardous environments

  9. Faster algorithms for RNA-folding using the Four-Russians method.

    Science.gov (United States)

    Venkatachalam, Balaji; Gusfield, Dan; Frid, Yelena

    2014-03-06

    The secondary structure that maximizes the number of non-crossing matchings between complimentary bases of an RNA sequence of length n can be computed in O(n3) time using Nussinov's dynamic programming algorithm. The Four-Russians method is a technique that reduces the running time for certain dynamic programming algorithms by a multiplicative factor after a preprocessing step where solutions to all smaller subproblems of a fixed size are exhaustively enumerated and solved. Frid and Gusfield designed an O(n3logn) algorithm for RNA folding using the Four-Russians technique. In their algorithm the preprocessing is interleaved with the algorithm computation. We simplify the algorithm and the analysis by doing the preprocessing once prior to the algorithm computation. We call this the two-vector method. We also show variants where instead of exhaustive preprocessing, we only solve the subproblems encountered in the main algorithm once and memoize the results. We give a simple proof of correctness and explore the practical advantages over the earlier method.The Nussinov algorithm admits an O(n2) time parallel algorithm. We show a parallel algorithm using the two-vector idea that improves the time bound to O(n2logn). We have implemented the parallel algorithm on graphics processing units using the CUDA platform. We discuss the organization of the data structures to exploit coalesced memory access for fast running times. The ideas to organize the data structures also help in improving the running time of the serial algorithms. For sequences of length up to 6000 bases the parallel algorithm takes only about 2.5 seconds and the two-vector serial method takes about 57 seconds on a desktop and 15 seconds on a server. Among the serial algorithms, the two-vector and memoized versions are faster than the Frid-Gusfield algorithm by a factor of 3, and are faster than Nussinov by up to a factor of 20. The source-code for the algorithms is available at http://github.com/ijalabv/FourRussiansRNAFolding.

  10. The Development of Future Orientation is Associated with Faster Decline in Hopelessness during Adolescence.

    Science.gov (United States)

    Mac Giollabhui, Naoise; Nielsen, Johanna; Seidman, Sam; Olino, Thomas M; Abramson, Lyn Y; Alloy, Lauren B

    2018-01-05

    Hopelessness is implicated in multiple psychological disorders. Little is known, however, about the trajectory of hopelessness during adolescence or how emergent future orientation may influence its trajectory. Parallel process latent growth curve modelling tested whether (i) trajectories of future orientation and hopelessness and (ii) within-individual change in future orientation and hopelessness were related. The study was comprised of 472 adolescents [52% female, 47% Caucasian, 47% received free lunch] recruited at ages 12-13 who completed measures of future orientation and hopelessness at five annual assessments. The results indicate that a general decline in hopelessness across adolescence occurs quicker for those experiencing faster development of future orientation, when controlling for age, sex, low socio-economic status in addition to stressful life events in childhood and adolescence. Stressful childhood life events were associated with worse future orientation at baseline and negative life events experienced during adolescence were associated with both an increase in the trajectory of hopelessness as well as a decrease in the trajectory of future orientation. This study provides compelling evidence that the development of future orientation during adolescence is associated with a faster decline in hopelessness.

  11. Ear Detection under Uncontrolled Conditions with Multiple Scale Faster Region-Based Convolutional Neural Networks

    Directory of Open Access Journals (Sweden)

    Yi Zhang

    2017-04-01

    Full Text Available Ear detection is an important step in ear recognition approaches. Most existing ear detection techniques are based on manually designing features or shallow learning algorithms. However, researchers found that the pose variation, occlusion, and imaging conditions provide a great challenge to the traditional ear detection methods under uncontrolled conditions. This paper proposes an efficient technique involving Multiple Scale Faster Region-based Convolutional Neural Networks (Faster R-CNN to detect ears from 2D profile images in natural images automatically. Firstly, three regions of different scales are detected to infer the information about the ear location context within the image. Then an ear region filtering approach is proposed to extract the correct ear region and eliminate the false positives automatically. In an experiment with a test set of 200 web images (with variable photographic conditions, 98% of ears were accurately detected. Experiments were likewise conducted on the Collection J2 of University of Notre Dame Biometrics Database (UND-J2 and University of Beira Interior Ear dataset (UBEAR, which contain large occlusion, scale, and pose variations. Detection rates of 100% and 98.22%, respectively, demonstrate the effectiveness of the proposed approach.

  12. Faster native vowel discrimination learning in musicians is mediated by an optimization of mnemonic functions.

    Science.gov (United States)

    Elmer, Stefan; Greber, Marielle; Pushparaj, Arethy; Kühnis, Jürg; Jäncke, Lutz

    2017-09-01

    The ability to discriminate phonemes varying in spectral and temporal attributes constitutes one of the most basic intrinsic elements underlying language learning mechanisms. Since previous work has consistently shown that professional musicians are characterized by perceptual and cognitive advantages in a variety of language-related tasks, and since vowels can be considered musical sounds within the domain of speech, here we investigated the behavioral and electrophysiological correlates of native vowel discrimination learning in a sample of professional musicians and non-musicians. We evaluated the contribution of both the neurophysiological underpinnings of perceptual (i.e., N1/P2 complex) and mnemonic functions (i.e., N400 and P600 responses) while the participants were instructed to judge whether pairs of native consonant-vowel (CV) syllables manipulated in the first formant transition of the vowel (i.e., from /tu/ to /to/) were identical or not. Results clearly demonstrated faster learning in musicians, compared to non-musicians, as reflected by shorter reaction times and higher accuracy. Most notably, in terms of morphology, time course, and voltage strength, this steeper learning curve was accompanied by distinctive N400 and P600 manifestations between the two groups. In contrast, we did not reveal any group differences during the early stages of auditory processing (i.e., N1/P2 complex), suggesting that faster learning was mediated by an optimization of mnemonic but not perceptual functions. Based on a clear taxonomy of the mnemonic functions involved in the task, results are interpreted as pointing to a relationship between faster learning mechanisms in musicians and an optimization of echoic (i.e., N400 component) and working memory (i.e., P600 component) functions. Copyright © 2017 Elsevier Ltd. All rights reserved.

  13. Faster proton transfer dynamics of water on SnO2 compared to TiO2.

    Science.gov (United States)

    Kumar, Nitin; Kent, Paul R C; Bandura, Andrei V; Kubicki, James D; Wesolowski, David J; Cole, David R; Sofo, Jorge O

    2011-01-28

    Proton jump processes in the hydration layer on the iso-structural TiO(2) rutile (110) and SnO(2) cassiterite (110) surfaces were studied with density functional theory molecular dynamics. We find that the proton jump rate is more than three times faster on cassiterite compared with rutile. A local analysis based on the correlation between the stretching band of the O-H vibrations and the strength of H-bonds indicates that the faster proton jump activity on cassiterite is produced by a stronger H-bond formation between the surface and the hydration layer above the surface. The origin of the increased H-bond strength on cassiterite is a combined effect of stronger covalent bonding and stronger electrostatic interactions due to differences of its electronic structure. The bridging oxygens form the strongest H-bonds between the surface and the hydration layer. This higher proton jump rate is likely to affect reactivity and catalytic activity on the surface. A better understanding of its origins will enable methods to control these rates.

  14. Simultaneous development of laparoscopy and robotics provides acceptable perioperative outcomes and shows robotics to have a faster learning curve and to be overall faster in rectal cancer surgery: analysis of novice MIS surgeon learning curves.

    Science.gov (United States)

    Melich, George; Hong, Young Ki; Kim, Jieun; Hur, Hyuk; Baik, Seung Hyuk; Kim, Nam Kyu; Sender Liberman, A; Min, Byung Soh

    2015-03-01

    Laparoscopy offers some evidence of benefit compared to open rectal surgery. Robotic rectal surgery is evolving into an accepted approach. The objective was to analyze and compare laparoscopic and robotic rectal surgery learning curves with respect to operative times and perioperative outcomes for a novice minimally invasive colorectal surgeon. One hundred and six laparoscopic and 92 robotic LAR rectal surgery cases were analyzed. All surgeries were performed by a surgeon who was primarily trained in open rectal surgery. Patient characteristics and perioperative outcomes were analyzed. Operative time and CUSUM plots were used for evaluating the learning curve for laparoscopic versus robotic LAR. Laparoscopic versus robotic LAR outcomes feature initial group operative times of 308 (291-325) min versus 397 (373-420) min and last group times of 220 (212-229) min versus 204 (196-211) min-reversed in favor of robotics; major complications of 4.7 versus 6.5 % (NS), resection margin involvement of 2.8 versus 4.4 % (NS), conversion rate of 3.8 versus 1.1 (NS), lymph node harvest of 16.3 versus 17.2 (NS), and estimated blood loss of 231 versus 201 cc (NS). Due to faster learning curves for extracorporeal phase and total mesorectal excision phase, the robotic surgery was observed to be faster than laparoscopic surgery after the initial 41 cases. CUSUM plots demonstrate acceptable perioperative surgical outcomes from the beginning of the study. Initial robotic operative times improved with practice rapidly and eventually became faster than those for laparoscopy. Developing both laparoscopic and robotic skills simultaneously can provide acceptable perioperative outcomes in rectal surgery. It might be suggested that in the current milieu of clashing interests between evolving technology and economic constrains, there might be advantages in embracing both approaches.

  15. Faster Simulation Methods for the Nonstationary Random Vibrations of Non-linear MDOF Systems

    DEFF Research Database (Denmark)

    Askar, A.; Köylüo, U.; Nielsen, Søren R.K.

    1996-01-01

    subject to nonstationary Gaussian white noise excitation, as an alternative to conventional direct simulation methods. These alternative simulation procedures rely on an assumption of local Gaussianity during each time step. This assumption is tantamount to various linearizations of the equations....... Such a treatment offers higher rates of convergence, faster speed and higher accuracy. These procedures are compared to the direct Monte Carlo simulation procedure, which uses a fourth order Runge-Kutta scheme with the white noise process approximated by a broad band Ruiz-Penzien broken line process...

  16. Learning Faster by Discovering and Exploiting Object Similarities

    Directory of Open Access Journals (Sweden)

    Tadej Janež

    2013-03-01

    Full Text Available In this paper we explore the question: “Is it possible to speed up the learning process of an autonomous agent by performing experiments in a more complex environment (i.e., an environment with a greater number of different objects?” To this end, we use a simple robotic domain, where the robot has to learn a qualitative model predicting the change in the robot's distance to an object. To quantify the environment's complexity, we defined cardinal complexity as the number of objects in the robot's world, and behavioural complexity as the number of objects' distinct behaviours. We propose Error reduction merging (ERM, a new learning method that automatically discovers similarities in the structure of the agent's environment. ERM identifies different types of objects solely from the data measured and merges the observations of objects that behave in the same or similar way in order to speed up the agent's learning. We performed a series of experiments in worlds of increasing complexity. The results in our simple domain indicate that ERM was capable of discovering structural similarities in the data which indeed made the learning faster, clearly superior to conventional learning. This observed trend occurred with various machine learning algorithms used inside the ERM method.

  17. Chemical Weed Control Increases Survival and Growth in Hardwood Plantings

    Science.gov (United States)

    Gayne G. Erdmann

    1967-01-01

    In a plantation of four hardwood species on a silt loam soil planted to 1-0 stock, 4 pounds of active atrazine or simazine controlled weeds effectively without injuring the trees. Chemical weed control was better on plowed and disked ground than on unprepared ground. Yellow-poplar and white ash grew faster on prepared ground. Black walnut and red oak did not respond...

  18. Outdoor recreation in a shifting societal landscape

    Science.gov (United States)

    H. Ken Cordell; Carter J. Betz; Shela H. Mou

    2013-01-01

    Key FindingsPopulationThe South grew considerably faster (32.5 percent) in total population in the 18 years between 1990 and 2008 than the Nation as a whole (22.2 percent). The region has just over half of the country’s non-Hispanic African American population (18.9 million) and is a close second to the Rocky Mountains in both...

  19. High NOTCH activity induces radiation resistance in non small cell lung cancer

    International Nuclear Information System (INIS)

    Theys, Jan; Yahyanejad, Sanaz; Habets, Roger; Span, Paul; Dubois, Ludwig; Paesmans, Kim; Kattenbeld, Bo; Cleutjens, Jack; Groot, Arjan J.; Schuurbiers, Olga C.J.; Lambin, Philippe; Bussink, Jan; Vooijs, Marc

    2013-01-01

    Background and purpose: Patients with advanced NSCLC have survival rates <15%. The NOTCH pathway plays an important role during lung development and physiology but is often deregulated in lung cancer, making it a potential therapeutic target. We investigated NOTCH signaling in NSCLC and hypothesized that high NOTCH activity contributes to radiation resistance. Materials and methods: NOTCH signaling in NSCLC patient samples was investigated using quantitative RT-PCR. H460 NSCLC cells with either high or blocked NOTCH activity were generated and their radiation sensitivity monitored using clonogenic assays. In vivo, xenograft tumors were irradiated and response assessed using growth delay. Microenvironmental parameters were analyzed by immunohistochemistry. Results: Patients with high NOTCH activity in tumors showed significantly worse disease-free survival. In vitro, NOTCH activity did not affect the proliferation or intrinsic radiosensitivity of NSCLC cells. In contrast, xenografts with blocked NOTCH activity grew slower than wild type tumors. Tumors with high NOTCH activity grew significantly faster, were more hypoxic and showed a radioresistant phenotype. Conclusions: We demonstrate an important role for NOTCH in tumor growth and correlate high NOTCH activity with poor prognosis and radioresistance. Blocking NOTCH activity in NSCLC might be a promising intervention to improve outcome after radiotherapy

  20. Faster dissolution of PuO2 in nitrous media by means of electrolytic oxidation

    International Nuclear Information System (INIS)

    Baumgaertner, F.; Kim, J.I.; Luckner, N.; Brueckl, N.; Lieberer, E.

    1984-03-01

    The contribution shows that the dissolution of PuO 2 in HNO 3 can be accelerated considerably by means of electrolytic oxidation. A glass apparatus has been developed which uses platinum electrodes providing for sufficient contact between electrodes and solids. Increase of temperature, acid concentration, and electrode current density, and a good contact between electrode and metal oxide will improve the dissolution kinetics. The reaction could be made even faster by addition of Ce 4+ . (orig.) [de

  1. Paying more for faster care? Individuals' attitude toward price-based priority access in health care.

    Science.gov (United States)

    Benning, Tim M; Dellaert, Benedict G C

    2013-05-01

    Increased competition in the health care sector has led hospitals and other health care institutions to experiment with new access allocation policies that move away from traditional expert based allocation of care to price-based priority access (i.e., the option to pay more for faster care). To date, little is known about individuals' attitude toward price-based priority access and the evaluation process underlying this attitude. This paper addresses the role of individuals' evaluations of collective health outcomes as an important driver of their attitude toward (price-based) allocation policies in health care. The authors investigate how individuals evaluate price-based priority access by means of scenario-based survey data collected in a representative sample from the Dutch population (N = 1464). They find that (a) offering individuals the opportunity to pay for faster care negatively affects their evaluations of both the total and distributional collective health outcome achieved, (b) however, when health care supply is not restricted (i.e., when treatment can be offered outside versus within the regular working hours of the hospital) offering price-based priority access affects total collective health outcome evaluations positively instead of negatively, but it does not change distributional collective health outcome evaluations. Furthermore, (c) the type of health care treatment (i.e., life saving liver transplantation treatment vs. life improving cosmetic ear correction treatment - priced at the same level to the individual) moderates the effect of collective health outcome evaluations on individuals' attitude toward allocation policies. For policy makers and hospital managers the results presented in this article are helpful because they provide a better understanding of what drives individuals' preferences for health care allocation policies. In particular, the results show that policies based on the "paying more for faster care" principle are more

  2. A faster sample preparation method for determination of polonium-210 in fish

    International Nuclear Information System (INIS)

    Sadi, B.B.; Jing Chen; Kochermin, Vera; Godwin Tung; Sorina Chiorean

    2016-01-01

    In order to facilitate Health Canada’s study on background radiation levels in country foods, an in-house radio-analytical method has been developed for determination of polonium-210 ( 210 Po) in fish samples. The method was validated by measurement of 210 Po in a certified reference material. It was also evaluated by comparing 210 Po concentrations in a number of fish samples by another method. The in-house method offers faster sample dissolution using an automated digestion system compared to currently used wet-ashing on a hot plate. It also utilizes pre-packed Sr-resin® cartridges for rapid and reproducible separation of 210 Po versus time-consuming manually packed Sr-resin® columns. (author)

  3. A piece of paper falling faster than free fall

    International Nuclear Information System (INIS)

    Vera, F; Rivera, R

    2011-01-01

    We report a simple experiment that clearly demonstrates a common error in the explanation of the classic experiment where a small piece of paper is put over a book and the system is let fall. This classic demonstration is used in introductory physics courses to show that after eliminating the friction force with the air, the piece of paper falls with acceleration g. To test if the paper falls behind the book in a nearly free fall motion or if it is dragged by the book, we designed a version of this experiment that includes a ball and a piece of paper over a book that is forced to fall using elastic cords. We recorded a video of our experiment using a high-speed video camera at 300 frames per second that shows that the book and the paper fall faster than the ball, which falls well behind the book with an acceleration approximately equal to g. Our experiment shows that the piece of paper is dragged behind the book and therefore the paper and book demonstration should not be used to show that all objects fall with acceleration g independently of their mass.

  4. Faster Double-Size Bipartite Multiplication out of Montgomery Multipliers

    Science.gov (United States)

    Yoshino, Masayuki; Okeya, Katsuyuki; Vuillaume, Camille

    This paper proposes novel algorithms for computing double-size modular multiplications with few modulus-dependent precomputations. Low-end devices such as smartcards are usually equipped with hardware Montgomery multipliers. However, due to progresses of mathematical attacks, security institutions such as NIST have steadily demanded longer bit-lengths for public-key cryptography, making the multipliers quickly obsolete. In an attempt to extend the lifespan of such multipliers, double-size techniques compute modular multiplications with twice the bit-length of the multipliers. Techniques are known for extending the bit-length of classical Euclidean multipliers, of Montgomery multipliers and the combination thereof, namely bipartite multipliers. However, unlike classical and bipartite multiplications, Montgomery multiplications involve modulus-dependent precomputations, which amount to a large part of an RSA encryption or signature verification. The proposed double-size technique simulates double-size multiplications based on single-size Montgomery multipliers, and yet precomputations are essentially free: in an 2048-bit RSA encryption or signature verification with public exponent e=216+1, the proposal with a 1024-bit Montgomery multiplier is at least 1.5 times faster than previous double-size Montgomery multiplications.

  5. A piece of paper falling faster than free fall

    Energy Technology Data Exchange (ETDEWEB)

    Vera, F; Rivera, R, E-mail: fvera@ucv.cl [Instituto de Fisica, Pontificia Universidad Catolica de ValparaIso, Av. Universidad 330, Curauma, ValparaIso (Chile)

    2011-09-15

    We report a simple experiment that clearly demonstrates a common error in the explanation of the classic experiment where a small piece of paper is put over a book and the system is let fall. This classic demonstration is used in introductory physics courses to show that after eliminating the friction force with the air, the piece of paper falls with acceleration g. To test if the paper falls behind the book in a nearly free fall motion or if it is dragged by the book, we designed a version of this experiment that includes a ball and a piece of paper over a book that is forced to fall using elastic cords. We recorded a video of our experiment using a high-speed video camera at 300 frames per second that shows that the book and the paper fall faster than the ball, which falls well behind the book with an acceleration approximately equal to g. Our experiment shows that the piece of paper is dragged behind the book and therefore the paper and book demonstration should not be used to show that all objects fall with acceleration g independently of their mass.

  6. Causal events enter awareness faster than non-causal events

    Directory of Open Access Journals (Sweden)

    Pieter Moors

    2017-01-01

    Full Text Available Philosophers have long argued that causality cannot be directly observed but requires a conscious inference (Hume, 1967. Albert Michotte however developed numerous visual phenomena in which people seemed to perceive causality akin to primary visual properties like colour or motion (Michotte, 1946. Michotte claimed that the perception of causality did not require a conscious, deliberate inference but, working over 70 years ago, he did not have access to the experimental methods to test this claim. Here we employ Continuous Flash Suppression (CFS—an interocular suppression technique to render stimuli invisible (Tsuchiya & Koch, 2005—to test whether causal events enter awareness faster than non-causal events. We presented observers with ‘causal’ and ‘non-causal’ events, and found consistent evidence that participants become aware of causal events more rapidly than non-causal events. Our results suggest that, whilst causality must be inferred from sensory evidence, this inference might be computed at low levels of perceptual processing, and does not depend on a deliberative conscious evaluation of the stimulus. This work therefore supports Michotte’s contention that, like colour or motion, causality is an immediate property of our perception of the world.

  7. N-Terminal Domains in Two-Domain Proteins Are Biased to Be Shorter and Predicted to Fold Faster Than Their C-Terminal Counterparts

    Directory of Open Access Journals (Sweden)

    Etai Jacob

    2013-04-01

    Full Text Available Computational analysis of proteomes in all kingdoms of life reveals a strong tendency for N-terminal domains in two-domain proteins to have shorter sequences than their neighboring C-terminal domains. Given that folding rates are affected by chain length, we asked whether the tendency for N-terminal domains to be shorter than their neighboring C-terminal domains reflects selection for faster-folding N-terminal domains. Calculations of absolute contact order, another predictor of folding rate, provide additional evidence that N-terminal domains tend to fold faster than their neighboring C-terminal domains. A possible explanation for this bias, which is more pronounced in prokaryotes than in eukaryotes, is that faster folding of N-terminal domains reduces the risk for protein aggregation during folding by preventing formation of nonnative interdomain interactions. This explanation is supported by our finding that two-domain proteins with a shorter N-terminal domain are much more abundant than those with a shorter C-terminal domain.

  8. Effects of reservoir hydrology on reproduction by largemouth bass and spotted bass in Normandy Reservoir, Tennessee

    Science.gov (United States)

    Sammons, S.M.; Dorsey, L.G.; Bettoli, P.W.; Fiss, F.C.

    1999-01-01

    Age-O largemouth bass Micropterus salmoides and spotted bass M. punctulatus were collected from Normandy Reservoir, Tennessee, 1992-1996, to evaluate effects of reservoir hydrology and hatching of shad Dorosoma spp. on hatching and first-year growth and survival of these two species. Fish were collected in cove rotenone samples in early August and electrofishing samples biweekly throughout the summer; hatch dates and age-specific growth for both species were determined from cove samples with sagittal otoliths. Hatching of both species ranged from early April to early June. Initiation of largemouth bass spawning, but not spotted bass spawning, was positively related to the first day water levels achieved full pool. Mean hatch dates of both species were positively related to the first day of full pool. Timing of spawning for both species was not related to water temperature, Largemouth bass exhibited bimodal length-frequency distributions by midsummer in two wet years and length frequencies were unimodal in dry years; spotted bass always formed unimodal length-frequency distributions. When largemouth bass exhibited bimodal length distributions, earlier hatched fish grew faster than later hatched fish. Spotted bass grew at similar rates, regardless of hatch date, every year except during 1992 when later hatched fish grew faster than earlier hatched fish. Weekly survival of largemouth bass in their first summer was positively related to reservoir water level. First-year growth of both species was not directly affected by the timing of threadfin shad D. petenense or gizzard shad D. cepedianum hatching.

  9. Species hybridization in the genus Pinus

    Science.gov (United States)

    Peter W. Garrett

    1979-01-01

    Results of a breeding program in which a large number of pine species were tested indicate that a number of species and hybrids may be useful in the northeastern United States. Austrian black pine x Japanese black pine and hybrids containing Japanese red pine all had good growth rates. While none of the soft pines grew faster than eastern white pine, a number of...

  10. Faster Simulation Methods for the Non-Stationary Random Vibrations of Non-Linear MDOF Systems

    DEFF Research Database (Denmark)

    Askar, A.; Köylüoglu, H. U.; Nielsen, Søren R. K.

    subject to nonstationary Gaussian white noise excitation, as an alternative to conventional direct simulation methods. These alternative simulation procedures rely on an assumption of local Gaussianity during each time step. This assumption is tantamount to various linearizations of the equations....... Such a treatment offers higher rates of convergence, faster speed and higher accuracy. These procedures are compared to the direct Monte Carlo simulation procedure, which uses a fourth order Runge-Kutta scheme with the white noise process approximated by a broad band Ruiz-Penzien broken line process...

  11. Bird on Your Smartphone: How to make identification faster?

    Science.gov (United States)

    Hidayat, T.; Kurniawan, I. S.; Tapilow, F. S.

    2018-01-01

    Identification skills of students are needed in the field activities of animal ecology course. Good identification skills will help students to understand the traits, determine differences and similarities in order to naming of birds’ species. This study aims to describe the identification skill of students by using smart phone applications designed in such a way as a support in the field activities. Research method used was quasi experiment involving 60 students which were divided into two groups, one group that use smartphone applications (SA) and other group using a guidebook (GB). This study was carried out in the classroom and outside (the field). Instruments used in this research included tests and questionnaire. The identification skills were measured by tests, indicated by an average score (AS). The results showed that the identification skills of SA students were higher (AS = 3.12) than those of GB one (AS = 2.91). These results are in accordance with response of students. The most of students (90.08%) mentioned that the use of smart phone applications in identifying birds is helpful, more effective and convenience to make identification faster. For further implementation, however, performance of the smartphone used here need to be enhanced to improve the identification skills of students and for wider use.

  12. Effects of exercise training and coronary ablation on swimming performance, heart size, and cardiac enzymes in rainbow trout, Oncorhynchus mykiss

    DEFF Research Database (Denmark)

    FARRELL, AP; JOHANSEN, JA; STEFFENSEN, JF

    1990-01-01

    Rainbow trout, Oncorhynchus mykiss, were exercise trained for 28-52 days. Trained fish were 13% larger and swam 12% faster in an aerobic swimming test. Training induced cardiac growth that was isometric with body growth, since ventricle mass relative to body mass was constant. The proportions...... of compact and spongy myocardia in the ventricle were also unchanged by training. Trained fish had significantly higher levels of citrate synthase, ß-hydroxyacyl CoA dehydrogenase, and hexokinase in both compact and spongy myocardium. Ligation of a 0.5- to 1.0-cm section of the coronary artery produced only...... a temporary interruption of coronary flow to the compact myocardium because new vessels grew around the ligation site in the majority of fish during the 28- to 52-day experiment. Nonetheless, coronary ligation resulted in a significantly smaller (17%) proportion of compact myocardium with lower levels...

  13. An Adaptive Tuning Mechanism for Phase-Locked Loop Algorithms for Faster Time Performance of Interconnected Renewable Energy Sources

    DEFF Research Database (Denmark)

    Hadjidemetriou, Lenos; Kyriakides, Elias; Blaabjerg, Frede

    2015-01-01

    Interconnected renewable energy sources (RES) require fast and accurate fault ride through (FRT) operation, in order to support the power grid, when faults occur. This paper proposes an adaptive phase-locked loop (adaptive dαβPLL) algorithm, which can be used for a faster and more accurate response...

  14. Flexible OSSC or the on-site storage alternative and how it grew

    International Nuclear Information System (INIS)

    Dufrane, K.H.

    1986-01-01

    The On-Site Storage Container (OSSC) is an accepted and proven concept currently in widespread use for both operations and the storage of low level radioactive waste. In addition, it represents a very attractive enhancement to a geological low-level waste disposal site. Use of the proven OSSC concept at a site can provide additional safety to the environment by combining the benefits of an engineered storage facility with the proven safety of a sound geological repository. The concept of flexibility which was built into the OSSC concept for the temporary above ground storage of low-level waste is directly applicable to a permanent storage facility. Manufacturing costs, size flexibility, handling systems, and real-world operational advantages are well known and proven. This background provides a high confidence level for adapting this technology to a disposal site while keeping in mind the significance of both operational economics, safety to the environment, and ALARA principles. The development, design and cost effectiveness features of the OSSC as a temporary storage facility are discussed in detail. The flexible OSSC provides significant economic advantages over a permanent storage building. The application of the OSSC to a permanent geological disposal site provides the environmental advantages of an engineered facility while maintaining the inherent operational and economic benefits of the flexible OSSC concept

  15. Process Fragment Libraries for Easier and Faster Development of Process-based Applications

    Directory of Open Access Journals (Sweden)

    David Schumm

    2011-01-01

    Full Text Available The term “process fragment” is recently gaining momentum in business process management research. We understand a process fragment as a connected and reusable process structure, which has relaxed completeness and consistency criteria compared to executable processes. We claim that process fragments allow for an easier and faster development of process-based applications. As evidence to this claim we present a process fragment concept and show a sample collection of concrete, real-world process fragments. We present advanced application scenarios for using such fragments in development of process-based applications. Process fragments are typically managed in a repository, forming a process fragment library. On top of a process fragment library from previous work, we discuss the potential impact of using process fragment libraries in cross-enterprise collaboration and application integration.

  16. Cone-Beam Computed Tomography (CBCT) Versus CT in Lung Ablation Procedure: Which is Faster?

    Science.gov (United States)

    Cazzato, Roberto Luigi; Battistuzzi, Jean-Benoit; Catena, Vittorio; Grasso, Rosario Francesco; Zobel, Bruno Beomonte; Schena, Emiliano; Buy, Xavier; Palussiere, Jean

    2015-10-01

    To compare cone-beam CT (CBCT) versus computed tomography (CT) guidance in terms of time needed to target and place the radiofrequency ablation (RFA) electrode on lung tumours. Patients at our institution who received CBCT- or CT-guided RFA for primary or metastatic lung tumours were retrospectively included. Time required to target and place the RFA electrode within the lesion was registered and compared across the two groups. Lesions were stratified into three groups according to their size (20 mm). Occurrences of electrode repositioning, repositioning time, RFA complications, and local recurrence after RFA were also reported. Forty tumours (22 under CT, 18 under CBCT guidance) were treated in 27 patients (19 male, 8 female, median age 67.25 ± 9.13 years). Thirty RFA sessions (16 under CBCT and 14 under CT guidance) were performed. Multivariable linear regression analysis showed that CBCT was faster than CT to target and place the electrode within the tumour independently from its size (β = -9.45, t = -3.09, p = 0.004). Electrode repositioning was required in 10/22 (45.4 %) tumours under CT guidance and 5/18 (27.8 %) tumours under CBCT guidance. Pneumothoraces occurred in 6/14 (42.8 %) sessions under CT guidance and in 6/16 (37.5 %) sessions under CBCT guidance. Two recurrences were noted for tumours receiving CBCT-guided RFA (2/17, 11.7 %) and three after CT-guided RFA (3/19, 15.8 %). CBCT with live 3D needle guidance is a useful technique for percutaneous lung ablation. Despite lesion size, CBCT allows faster lung RFA than CT.

  17. Il mercato dei diritti d’impianto dei vigneti nel Veneto

    Directory of Open Access Journals (Sweden)

    Luigi Galletto

    2015-02-01

    Full Text Available The paper represents a pioneering study of market for vineyard planting rights. Based on two ad hoc surveys, it is aimed at identifying the characteristics of demand, supply and prices for planting rights in Veneto Region since first transactions (1995 to 2007. Results give a picture of a highly heterogeneous market, showing significant changes not only in prices. The use of cluster analysis have made possible to find out the presence of local market segmentation. Thanks to a demand, which grew faster than local supply, prices increased sharply until 2004; then a quick downturn followed. A wide gap exists between maximum and minimum price in the same zone combined with strong spatial price variability among and within provinces.

  18. Faster Movement Speed Results in Greater Tendon Strain during the Loaded Squat Exercise

    Science.gov (United States)

    Earp, Jacob E.; Newton, Robert U.; Cormie, Prue; Blazevich, Anthony J.

    2016-01-01

    Introduction: Tendon dynamics influence movement performance and provide the stimulus for long-term tendon adaptation. As tendon strain increases with load magnitude and decreases with loading rate, changes in movement speed during exercise should influence tendon strain. Methods: Ten resistance-trained men [squat one repetition maximum (1RM) to body mass ratio: 1.65 ± 0.12] performed parallel-depth back squat lifts with 60% of 1RM load at three different speeds: slow fixed-tempo (TS: 2-s eccentric, 1-s pause, 2-s concentric), volitional-speed without a pause (VS) and maximum-speed jump (JS). In each condition joint kinetics, quadriceps tendon length (LT), patellar tendon force (FT), and rate of force development (RFDT) were estimated using integrated ultrasonography, motion-capture, and force platform recordings. Results: Peak LT, FT, and RFDT were greater in JS than TS (p < 0.05), however no differences were observed between VS and TS. Thus, moving at faster speeds resulted in both greater tendon stress and strain despite an increased RFDT, as would be predicted of an elastic, but not a viscous, structure. Temporal comparisons showed that LT was greater in TS than JS during the early eccentric phase (10–14% movement duration) where peak RFDT occurred, demonstrating that the tendon's viscous properties predominated during initial eccentric loading. However, during the concentric phase (61–70 and 76–83% movement duration) differing FT and similar RFDT between conditions allowed for the tendon's elastic properties to predominate such that peak tendon strain was greater in JS than TS. Conclusions: Based on our current understanding, there may be an additional mechanical stimulus for tendon adaptation when performing large range-of-motion isoinertial exercises at faster movement speeds. PMID:27630574

  19. The influence of diet composition upon growth and development of sandhill cranes

    Science.gov (United States)

    Serafin, J.A.

    1982-01-01

    Experiments were conducted to evaluate the effect of protein, metabolizable energy, and sulfur amino acid content of five diets upon growth and development of captive Florida Sandhill Crane (Grus canadensis pratensis) and Greater Sandhill Crane (G. c. tabida) chicks raised under controlled conditions. A high protein (32%) diet resulted in faster growth than that obtained when a lower protein (24%) ration was supplied. Florida Sandhill Crane chicks fed a diet containing 2,160 kcal/kg grew significantly slower than chicks fed a ration containing 2,830 kcal/kg. Reducing the sulfur amino acid content of a ration containing 24% protein from 0.88% to 0.73% significantly slowed the growth of young cranes. A 17% incidence of leg disorders and a 25% incidence of wing abnormalities occurred between 7 and 28 days of age among Greater Sandhill Cranes fed a high protein diet. Florida Sandhill Cranes grew slower than Greater Sandhill Cranes irrespective of the type of ration they were provided and did not develop leg or wing abnormalities. Abnormalities invariably developed only in the most rapidly growing Greater Sandhill Cranes. Diets that promoted slower growth reduced the incidence of abnormalities. A ration formulated to contain a low (0.73%) sulfur amino acid level appeared to be the most suitable for slowing growth rates of captive-reared Sandhill Cranes and reducing the risk of abnormaiwing or leg development.

  20. Significant-Loophole-Free Test of Bell's Theorem with Entangled Photons.

    Science.gov (United States)

    Giustina, Marissa; Versteegh, Marijn A M; Wengerowsky, Sören; Handsteiner, Johannes; Hochrainer, Armin; Phelan, Kevin; Steinlechner, Fabian; Kofler, Johannes; Larsson, Jan-Åke; Abellán, Carlos; Amaya, Waldimar; Pruneri, Valerio; Mitchell, Morgan W; Beyer, Jörn; Gerrits, Thomas; Lita, Adriana E; Shalm, Lynden K; Nam, Sae Woo; Scheidl, Thomas; Ursin, Rupert; Wittmann, Bernhard; Zeilinger, Anton

    2015-12-18

    Local realism is the worldview in which physical properties of objects exist independently of measurement and where physical influences cannot travel faster than the speed of light. Bell's theorem states that this worldview is incompatible with the predictions of quantum mechanics, as is expressed in Bell's inequalities. Previous experiments convincingly supported the quantum predictions. Yet, every experiment requires assumptions that provide loopholes for a local realist explanation. Here, we report a Bell test that closes the most significant of these loopholes simultaneously. Using a well-optimized source of entangled photons, rapid setting generation, and highly efficient superconducting detectors, we observe a violation of a Bell inequality with high statistical significance. The purely statistical probability of our results to occur under local realism does not exceed 3.74×10^{-31}, corresponding to an 11.5 standard deviation effect.

  1. Otolith development in larval and juvenile Schizothorax davidi: ontogeny and growth increment characteristics

    Science.gov (United States)

    Yan, Taiming; Hu, Jiaxiang; Cai, Yueping; Xiong, Sen; Yang, Shiyong; Wang, Xiongyan; He, Zhi

    2017-09-01

    Laboratory-reared Schizothorax davidi larvae and juveniles were examined to assess the formation and characteristics of David's schizothoracin otoliths. Otolith development was observed and their formation period was verified by monitoring larvae and juveniles of known age. The results revealed that lapilli and sagittae developed before hatching, and the first otolith increment was identified at 2 days post hatching in both. The shape of lapilli was relatively stable during development compared with that of sagittae; however, growth of four sagittae and lapilli areas was consistent, but the posterior area grew faster than the anterior area and the ventral surface grew faster than the dorsal surface. Similarly, the sum length of the radius of the anterior and posterior areas on sagittae and lapilli were linearly and binomially related to total fish length, respectively. Moreover, daily deposition rates were validated by monitoring knownage larvae and juveniles. The increase in lapilli width was 1.88±0.080 0 μm at the ninth increment, which reached a maximum and the decreased gradually toward the otolith edge, whereas that of sagittae increased more slowly. These results illustrate the developmental biology of S. davidi, which will aid in population conservation and fish stock management.

  2. When to Blink and when to Think: Preference for Intuitive Decisions Results in Faster and Better Tactical Choices

    Science.gov (United States)

    Raab, Markus; Laborde, Sylvain

    2011-01-01

    Intuition is often considered an effective manner of decision making in sports. In this study we investigated whether a preference for intuition over deliberation results in faster and better lab-based choices in team handball attack situations with 54 male and female handball players of different expertise levels. We assumed that intuitive…

  3. Higher Resolution and Faster MRI of 31Phosphorus in Bone

    Science.gov (United States)

    Frey, Merideth; Barrett, Sean; Sethna, Zachary; Insogna, Karl; Vanhouten, Joshua

    2013-03-01

    Probing the internal composition of bone on the sub-100 μm length scale is important to study normal features and to look for signs of disease. However, few useful non-destructive techniques are available to evaluate changes in the bone mineral chemical structure and functional micro-architecture on the interior of bones. MRI would be an excellent candidate, but bone is a particularly challenging tissue to study given the relatively low water density, wider linewidths of its solid components leading to low spatial resolution, and the long imaging time compared to conventional 1H MRI. Our lab has recently made advances in obtaining high spatial resolution (sub-400 μm)3 three-dimensional 31Phosphorus MRI of bone through use of the quadratic echo line-narrowing sequence (1). In this talk, we describe our current results using proton decoupling to push this technique even further towards the factor of 1000 increase in spatial resolution imposed by fundamental limits. We also discuss our work to speed up imaging through novel, faster reconstruction algorithms that can reconstruct the desired image from very sparse data sets. (1) M. Frey, et al. PNAS 109: 5190 (2012).

  4. Skin graft donor site: a procedure for a faster healing.

    Science.gov (United States)

    Cuomo, Roberto; Grimaldi, Luca; Brandi, Cesare; Nisi, Giuseppe; D'Aniello, Carlo

    2017-10-23

    The authors want to evaluate the efficacy of fibrillary tabotamp dressing in skin graft-donor site. A comparison was made with Vaseline gauzes. Tabotamp is an absorbable haemostatic product of Ethicon (Johnson and Johnson) obtained by sterile and oxidized regenerated cellulose (Rayon). It is used for mild to moderate bleeding. 276 patients were subject to skin graft and divided into two group: Group A and Group B. The donor site of patients in Group A was medicated with fibrillary tabotamp, while the patients of Group B were medicated only with Vaseline gauze. We recorded infection, timing of healing, number of dressing change, the pain felt during and after the dressing change with visual analog scale (VAS) and a questionnaire. Patients allocated in Group A healed faster than the Group B. Questionnaires and VAS analysis showed lower pain felt, lower intake of pain drugs and lower infection rate in the Group A than the Group B. Analysis of coast showed lower dressing change in Group A than the Group B. We believe that the use of tabotamp is a very viable alternative to improve healing.

  5. Faster but not smarter: effects of caffeine and caffeine withdrawal on alertness and performance.

    Science.gov (United States)

    Rogers, Peter J; Heatherley, Susan V; Mullings, Emma L; Smith, Jessica E

    2013-03-01

    Despite 100 years of psychopharmacological research, the extent to which caffeine consumption benefits human functioning remains unclear. To measure the effects of overnight caffeine abstinence and caffeine administration as a function of level of habitual caffeine consumption. Medium-high (n = 212) and non-low (n = 157) caffeine consumers completed self-report measures and computer-based tasks before (starting at 10:30 AM) and after double-blind treatment with either caffeine (100 mg, then 150 mg) or placebo. The first treatment was given at 11:15 AM and the second at 12:45 PM, with post-treatment measures repeated twice between 1:45 PM and 3:30 PM. Caffeine withdrawal was associated with some detrimental effects at 10:30 AM, and more severe effects, including greater sleepiness, lower mental alertness, and poorer performance on simple reaction time, choice reaction time and recognition memory tasks, later in the afternoon. Caffeine improved these measures in medium-high consumers but, apart from decreasing sleepiness, had little effect on them in non-low consumers. The failure of caffeine to increase mental alertness and improve mental performance in non-low consumers was related to a substantial caffeine-induced increase in anxiety/jitteriness that offset the benefit of decreased sleepiness. Caffeine enhanced physical performance (faster tapping speed and faster simple and choice reaction times) in both medium-high and non-low consumers. While caffeine benefits motor performance and tolerance develops to its tendency to increase anxiety/jitteriness, tolerance to its effects on sleepiness means that frequent consumption fails to enhance mental alertness and mental performance.

  6. Drought evolution: greater and faster impacts on blue water than on green water

    Science.gov (United States)

    Destouni, G.; Orth, R.

    2017-12-01

    Drought propagates through the terrestrial water cycle, affecting different interlinked geospheres which have so far been mostly investigated separately and without direct comparison. By use of comprehensive multi-decadal data from >400 near-natural catchments along a steep climate gradient across Europe we here analyze drought propagation from precipitation (deficits) through soil moisture to runoff (blue water) and evapotranspiration (green water). We show that soil-moisture droughts reduce runoff stronger and faster than evapotranspiration. While runoff responds within weeks, evapotranspiration can be unaffected for months, or even entirely as in central and northern Europe. Understanding these different drought pathways towards blue and green water resources contributes to improve food and water security and offers early warning potential to mitigate (future) drought impacts on society and ecosystems.

  7. A faster and more reliable data acquisition system for the full performance of the SciCRT

    International Nuclear Information System (INIS)

    Sasai, Y.; Matsubara, Y.; Itow, Y.; Sako, T.; Kawabata, T.; Lopez, D.; Hikimochi, R.; Tsuchiya, A.; Ikeno, M.; Uchida, T.; Tanaka, M.; Munakata, K.; Kato, C.; Nakamura, Y.; Oshima, T.; Koike, T.; Kozai, M.; Shibata, S.; Oshima, A.; Takamaru, H.

    2017-01-01

    The SciBar Cosmic Ray Telescope (SciCRT) is a massive scintillator tracker to observe cosmic rays at a very high-altitude environment in Mexico. The fully active tracker is based on the Scintillator Bar (SciBar) detector developed as a near detector for the KEK-to-Kamioka long-baseline neutrino oscillation experiment (K2K) in Japan. Since the data acquisition (DAQ) system was developed for the accelerator experiment, we determined to develop a new robust DAQ system to optimize it to our cosmic-ray experiment needs at the top of Mt. Sierra Negra (4600 m). One of our special requirements is to achieve a 10 times faster readout rate. We started to develop a new fast readout back-end board (BEB) based on 100 Mbps SiTCP, a hardware network processor developed for DAQ systems for high energy physics experiments. Then we developed the new BEB which has a potential of 20 times faster than the current one in the case of observing neutrons. Finally we installed the new DAQ system including the new BEBs to a part of the SciCRT in July 2015. The system has been operating since then. In this paper, we describe the development, the basic performance of the new BEB, the status after the installation in the SciCRT, and the future performance.

  8. A faster and more reliable data acquisition system for the full performance of the SciCRT

    Energy Technology Data Exchange (ETDEWEB)

    Sasai, Y., E-mail: sasaiyoshinori@isee.nagoya-u.ac.jp [Institute for Space-Earth Environmental Research, Nagoya University, Furo-cho, Chikusa-ku, Nagoya 464-8601 (Japan); Matsubara, Y.; Itow, Y.; Sako, T.; Kawabata, T.; Lopez, D.; Hikimochi, R.; Tsuchiya, A. [Institute for Space-Earth Environmental Research, Nagoya University, Furo-cho, Chikusa-ku, Nagoya 464-8601 (Japan); Ikeno, M.; Uchida, T.; Tanaka, M. [High Energy Accelerator Research Organization, KEK, 1-1 Oho, Tsukuba, Ibaraki 305-0801 (Japan); Munakata, K.; Kato, C.; Nakamura, Y.; Oshima, T.; Koike, T. [Department of Physics, Shinshu University, Asahi, Matsumoto 390-8621 (Japan); Kozai, M. [Institute of Space and Astronautical Science, Japan Aerospace Exploration Agency (ISAS/JAXA), Sagamihara, Kanagawa 252-5210 (Japan); Shibata, S.; Oshima, A.; Takamaru, H. [College of Engineering, Chubu University, Kasugai 487-8501 (Japan); and others

    2017-06-11

    The SciBar Cosmic Ray Telescope (SciCRT) is a massive scintillator tracker to observe cosmic rays at a very high-altitude environment in Mexico. The fully active tracker is based on the Scintillator Bar (SciBar) detector developed as a near detector for the KEK-to-Kamioka long-baseline neutrino oscillation experiment (K2K) in Japan. Since the data acquisition (DAQ) system was developed for the accelerator experiment, we determined to develop a new robust DAQ system to optimize it to our cosmic-ray experiment needs at the top of Mt. Sierra Negra (4600 m). One of our special requirements is to achieve a 10 times faster readout rate. We started to develop a new fast readout back-end board (BEB) based on 100 Mbps SiTCP, a hardware network processor developed for DAQ systems for high energy physics experiments. Then we developed the new BEB which has a potential of 20 times faster than the current one in the case of observing neutrons. Finally we installed the new DAQ system including the new BEBs to a part of the SciCRT in July 2015. The system has been operating since then. In this paper, we describe the development, the basic performance of the new BEB, the status after the installation in the SciCRT, and the future performance.

  9. Will small energy consumers be faster in transition? Evidence from the early shift from coal to oil in Latin America

    International Nuclear Information System (INIS)

    Rubio, M.d.Mar; Folchi, Mauricio

    2012-01-01

    This paper provide evidence of the early transition from coal to oil for 20 Latin American countries over the first half of the 20th century, which does not fit the transition experiences of large energy consumers. These small energy consumers had earlier and faster transitions than leading nations. We also provide evidence for alternative sequences (inverse, revertible) in the transition from coal to oil. Furthermore, we demonstrate that ‘leapfrogging’ allowed a set of follower economies to reach the next rung of the energy ladder (oil domination) 30 years in advance of the most developed economies. We examine these follower economies, where transition took place earlier and faster than the cases historically known, in order to understand variation within the energy transitions and to expand the array of feasible pathways of future energy transitions. We find that being a small energy consumer makes a difference for the way the energy transition takes place; but also path dependence (including trade and technological partnerships), domestic energy endowment (which dictates relative prices) and policy decisions seem to be the variables that shaped past energy transitions. - Highlights: ► We provide evidence of the early transition from coal to oil for 20 Latin American. ► We find that being a small energy consumer makes a difference for the way the energy transition takes place. ► Followers had earlier and faster transitions than leading nations. ► ‘Leapfrogging’ allowed extremely fast energy transitions. ► Alternative forms (revertible, inverse) of energy transition also exist.

  10. A study on the functions of ubiquitin metabolic system related gene FBG2 in gastric cancer cell line

    Directory of Open Access Journals (Sweden)

    Wu Benyan

    2009-06-01

    Full Text Available Abstract Background FBG2 (F-BOX6 gene is an important member in ubiquitin metabolic system F-BOX family, and forms E3 complex with the other members in the family. But its role in gastric cancer is still not clear. In the present study, we intended to investigate the influence of FBG2 on the growth, proliferation, apoptosis, invasion and cell cycle of the gastric cancer line MKN45 and gastric cell line HFE145. Methods As a critical component of ubiquitin-protein ligase complex, FBG2 cDNA was subcloned into a constitutive vector PCDNA3.1 followed by transfection in MKN45 and HFE145 by using liposome. Then stable transfectants were selected and appraised. The apoptosis and cell cycles of these clones were analyzed by using flow cytometry. The growth and proliferation were analyzed by cell growth curves and colony-forming assay respectively. The invasion of these clones was tested by using cancer cell migration assay. The FBG2 stable expression clones(MKN-FBG2 and HFE-FBG2 and their control groups were detected and compared respectively. Results MKN-FBG2 grew faster than MKN45 and MKN-PC(MKN45 transfected with PCDNA3.1 vector. HFE-FBG2 grew faster than HFE145 and HFE-PC(HFE145 transfected with PCDNA3.1 vector. The cell counts of MKN-FBG2 in the forth, fifth, sixth and seventh days were significantly more than those of others (P Conclusion FBG2 can promote the growth and proliferation of gastric cancer cells and normal gastric cells. It can help tumor cell maintain malignant phenotype too. But it can have a negative influence on the apoptosis or the ability of invasion of gastric cancer cells.

  11. Cone-Beam Computed Tomography (CBCT) Versus CT in Lung Ablation Procedure: Which is Faster?

    Energy Technology Data Exchange (ETDEWEB)

    Cazzato, Roberto Luigi, E-mail: r.cazzato@unicampus.it; Battistuzzi, Jean-Benoit, E-mail: j.battistuzzi@bordeaux.unicancer.fr; Catena, Vittorio, E-mail: vittoriocatena@gmail.com [Institut Bergonié, Department of Radiology (France); Grasso, Rosario Francesco, E-mail: r.grasso@unicampus.it; Zobel, Bruno Beomonte, E-mail: b.zobel@unicampus.it [Università Campus Bio-Medico di Roma, Department of Radiology and Diagnostic Imaging (Italy); Schena, Emiliano, E-mail: e.schena@unicampus.it [Università Campus Bio-Medico di Roma, Unit of Measurements and Biomedical Instrumentations, Biomedical Engineering Laboratory (Italy); Buy, Xavier, E-mail: x.buy@bordeaux.unicancer.fr; Palussiere, Jean, E-mail: j.palussiere@bordeaux.unicancer.fr [Institut Bergonié, Department of Radiology (France)

    2015-10-15

    AimTo compare cone-beam CT (CBCT) versus computed tomography (CT) guidance in terms of time needed to target and place the radiofrequency ablation (RFA) electrode on lung tumours.Materials and MethodsPatients at our institution who received CBCT- or CT-guided RFA for primary or metastatic lung tumours were retrospectively included. Time required to target and place the RFA electrode within the lesion was registered and compared across the two groups. Lesions were stratified into three groups according to their size (<10, 10–20, >20 mm). Occurrences of electrode repositioning, repositioning time, RFA complications, and local recurrence after RFA were also reported.ResultsForty tumours (22 under CT, 18 under CBCT guidance) were treated in 27 patients (19 male, 8 female, median age 67.25 ± 9.13 years). Thirty RFA sessions (16 under CBCT and 14 under CT guidance) were performed. Multivariable linear regression analysis showed that CBCT was faster than CT to target and place the electrode within the tumour independently from its size (β = −9.45, t = −3.09, p = 0.004). Electrode repositioning was required in 10/22 (45.4 %) tumours under CT guidance and 5/18 (27.8 %) tumours under CBCT guidance. Pneumothoraces occurred in 6/14 (42.8 %) sessions under CT guidance and in 6/16 (37.5 %) sessions under CBCT guidance. Two recurrences were noted for tumours receiving CBCT-guided RFA (2/17, 11.7 %) and three after CT-guided RFA (3/19, 15.8 %).ConclusionCBCT with live 3D needle guidance is a useful technique for percutaneous lung ablation. Despite lesion size, CBCT allows faster lung RFA than CT.

  12. Social Media Usage In European Clubs Football Industry. Is Digital Reach Better Correlated With Sports Or Financial Performane?

    OpenAIRE

    Teodor Dima

    2015-01-01

    Social media is likely the marketing and communication channel which grew fastest from "unique and modern" to "mandatory". Presented as a solution for the future, usage of media channels has already become a key part of any brand promoting campaign or business expansion effort. And football clubs line up with this trend. Development of the new media elements solves two fundamental needs for business units specialized in sports: the need for faster and more efficient communication with fans - ...

  13. Evaluation of Neonatal Lung Volume Growth by Pulmonary Magnetic Resonance Imaging in Patients with Congenital Diaphragmatic Hernia.

    Science.gov (United States)

    Schopper, Melissa A; Walkup, Laura L; Tkach, Jean A; Higano, Nara S; Lim, Foong Yen; Haberman, Beth; Woods, Jason C; Kingma, Paul S

    2017-09-01

    To evaluate postnatal lung volume in infants with congenital diaphragmatic hernia (CDH) and determine if a compensatory increase in lung volume occurs during the postnatal period. Using a novel pulmonary magnetic resonance imaging method for imaging neonatal lungs, the postnatal lung volumes in infants with CDH were determined and compared with prenatal lung volumes obtained via late gestation magnetic resonance imaging. Infants with left-sided CDH (2 mild, 9 moderate, and 1 severe) were evaluated. The total lung volume increased in all infants, with the contralateral lung increasing faster than the ipsilateral lung (mean ± SD: 4.9 ± 3.0 mL/week vs 3.4 ± 2.1 mL/week, P = .005). In contrast to prenatal studies, the volume of lungs of infants with more severe CDH grew faster than the lungs of infants with more mild CDH (Spearman's ρ=-0.086, P = .01). Although the contralateral lung volume grew faster in both mild and moderate groups, the majority of total lung volume growth in moderate CDH came from increased volume of the ipsilateral lung (42% of total lung volume increase in the moderate group vs 32% of total lung volume increase in the mild group, P = .09). Analysis of multiple clinical variables suggests that increased weight gain was associated with increased compensatory ipsilateral lung volume growth (ρ = 0.57, P = .05). These results suggest a potential for postnatal catch-up growth in infants with pulmonary hypoplasia and suggest that weight gain may increase the volume growth of the more severely affected lung. Copyright © 2017 Elsevier Inc. All rights reserved.

  14. Shampoo-clay heals diaper rash faster than calendula officinalis.

    Science.gov (United States)

    Adib-Hajbaghery, Mohsen; Mahmoudi, Mansoreh; Mashaiekhi, Mahdi

    2014-06-01

    Diaper rash is one of the most common skin disorders of infancy and childhood. Some studies have shown that Shampoo-clay was effective to treat chronic dermatitis. Then, it is supposed that it may be effective in diaper rash; however, no published studies were found in this regard. This study aimed to compare the effects of Shampoo-clay (S.C) and Calendula officinalis (C.O) to improve infantile diaper rash. A randomized, double blind, parallel controlled, non-inferiority trial was conducted on 60 outpatient infants referred to health care centers or pediatric clinics in Khomein city and diagnosed with diaper rash. Patients were randomly assigned into two treatment groups including S.C group (n = 30) and C.O group (n = 30) by using one to one allocation ratio. The rate of complete recovery in three days was the primary outcome. Data was collected using a checklist and analyzed using t-test, Chi-square and Fisher's exact tests and risk ratio. Totally, 93.3% of lesions in the S.C group healed in the first 6 hours, while this rate was 40% in C.O group (P < 0.001). The healing ratio for improvement in the first 6 hours was 7 times more in the S.C group. In addition, 90% of infants in the SC group and 36.7% in the C.O group were improved completely in the first 3 days (P < 0.001). S.C was effective to heal diaper rash, and also had faster effects compared to C.O.

  15. Desflurane Allows for a Faster Emergence when Compared to Sevoflurane Without Affecting the Baseline Cognitive Recovery Time.

    Directory of Open Access Journals (Sweden)

    Joseph G. Werner

    2015-10-01

    Full Text Available Aims, We compared the effect of desflurane and sevoflurane on anesthesia recovery time in patients undergoing urological cystoscopic surgery. The Short Orientation Memory Concentration Test (SOMCT measured and compared cognitive impairment between groups and coughing was assessed throughout the anesthetic.Methods and Materials, This investigation included 75 ambulatory patients. Patients were randomized to receive either desflurane or sevoflurane. Inhalational anesthetics were discontinued after removal of the cystoscope and once repositioning of the patient was final. Coughing assessment and awakening time from anesthesia were assessed by a blinded observer.Statistical analysis used: Statistical analysis was performed by using t-test for parametric variables and Mann-Whitney U test for nonparametric variables. Results, The primary endpoint, mean time to eye-opening, was 5.0±2.5 minutes for desflurane, and 7.9±4.1 minutes for sevoflurane (p <0.001. There were no significant differences in time to SOMCT recovery (p=0.109, overall time spent in the post anesthesia care unit (p=0.924 or time to discharge (p=0.363. Median time until readiness for discharge was nine minutes in the desflurane group, while the sevoflurane group had a median time of 20 minutes (p=0.020. The overall incidence of coughing during the perioperative period was significantly higher in the desflurane (p=0.030. Conclusions, We re-confirmed that patients receiving desflurane had a faster emergence and met the criteria to be discharged from the post anesthesia care unit earlier. No difference was found in time to return to baseline cognition between desflurane and sevoflurane.

  16. With medium-chain triglycerides, higher and faster oxygen radical production by stimulated polymorphonuclear leukocytes occurs.

    Science.gov (United States)

    Kruimel, J W; Naber, A H; Curfs, J H; Wenker, M A; Jansen, J B

    2000-01-01

    Parenteral lipid emulsions are suspected of suppressing the immune function. However, study results are contradictory and mainly concern the conventional long-chain triglyceride emulsions. Polymorphonuclear leukocytes were preincubated with parenteral lipid emulsions. The influence of the lipid emulsions on the production of oxygen radicals by these stimulated leukocytes was studied by measuring chemiluminescence. Three different parenteral lipid emulsions were tested: long-chain triglycerides, a physical mixture of medium- and long-chain triglycerides, and structured triglycerides. Structured triglycerides consist of triglycerides where the medium- and long-chain fatty acids are attached to the same glycerol molecule. Stimulated polymorphonuclear leukocytes preincubated with the physical mixture of medium- and long-chain triglycerides showed higher levels of oxygen radicals (p triglycerides or structured triglycerides. Additional studies indicated that differences in results of various lipid emulsions were not caused by differences in emulsifier. The overall production of oxygen radicals was significantly lower after preincubation with the three lipid emulsions compared with controls without lipid emulsion. A physical mixture of medium- and long-chain triglycerides induced faster production of oxygen radicals, resulting in higher levels of oxygen radicals, compared with long-chain triglycerides or structured triglycerides. This can be detrimental in cases where oxygen radicals play either a pathogenic role or a beneficial one, such as when rapid phagocytosis and killing of bacteria is needed. The observed lower production of oxygen radicals by polymorphonuclear leukocytes in the presence of parenteral lipid emulsions may result in immunosuppression by these lipids.

  17. Faster, better, and cheaper” at NASA: Lessons learned in managing and accepting risk

    Science.gov (United States)

    Paxton, Larry J.

    2007-11-01

    Can Earth observing missions be done "better, faster and cheaper"? In this paper I explore the management and technical issues that arose from the attempt to do things "faster, better and cheaper" at NASA. The FBC mantra lead to some failures and, more significantly, an increase in the cadence of missions. Mission cadence is a major enabler of innovation and the driver for the training and testing of the next generation of managers, engineers, and scientists. A high mission cadence is required to maintain and develop competence in mission design, management, and execution and, for an exploration-driven organization, to develop and train the next generation of leaders: the time between missions must be short enough that careers span the complete life of more than a few missions. This process reduces risk because the "lessons learned" are current and widely held. Increasing the cadence of missions has the added benefit of reducing the pressure to do everything on one particular mission thus reducing mission complexity. Since failures are inevitable in such a complex endeavor, a higher mission cadence has the advantage of providing some resiliency to the scientific program the missions support. Some failures are avoidable (often only in hindsight) but most are due to some combination of interacting factors. This interaction is often only appreciated as a potential failure mode after the fact. There is always the pressure to do more with less: the scope of the project may become too ambitious or the management and oversight of the project may be reduced to fit the money allocated, or the project time line may be lengthened due to external factors (launcher availability, budgetary constraints) without a concomitant increase in the total funding. This leads to increased risk. Risks are always deemed acceptable until they change from a "risk" to a "failure mode". Identifying and managing those risks are particularly difficult when the activities are dispersed

  18. 1910–2010: How infrastructure grew our nation

    CSIR Research Space (South Africa)

    Wall, K

    2010-10-01

    Full Text Available and the motor car, with improved roads, have revolutionised inter-city travel; the Internet (and Wiki) have revolutionised how learners prepare assignments; computers (and software) have revolutionised data sorting and analysis; aerial photography and satellite...

  19. The Development of Functional Overreaching Is Associated with a Faster Heart Rate Recovery in Endurance Athletes.

    Directory of Open Access Journals (Sweden)

    Anaël Aubry

    Full Text Available The aim of the study was to investigate whether heart rate recovery (HRR may represent an effective marker of functional overreaching (f-OR in endurance athletes.Thirty-one experienced male triathletes were tested (10 control and 21 overload subjects before (Pre, and immediately after an overload training period (Mid and after a 2-week taper (Post. Physiological responses were assessed during an incremental cycling protocol to exhaustion, including heart rate, catecholamine release and blood lactate concentration. Ten participants from the overload group developed signs of f-OR at Mid (i.e. -2.1 ± 0.8% change in performance associated with concomitant high perceived fatigue. Additionally, only the f-OR group demonstrated a 99% chance of increase in HRR during the overload period (+8 ± 5 bpm, large effect size. Concomitantly, this group also revealed a >80% chance of decreasing blood lactate (-11 ± 14%, large, plasma norepinephrine (-12 ± 37%, small and plasma epinephrine peak concentrations (-51 ± 22%, moderate. These blood measures returned to baseline levels at Post. HRR change was negatively correlated to changes in performance, peak HR and peak blood metabolites concentrations.These findings suggest that i a faster HRR is not systematically associated with improved physical performance, ii changes in HRR should be interpreted in the context of the specific training phase, the athletes perceived level of fatigue and the performance response; and, iii the faster HRR associated with f-OR may be induced by a decreased central command and by a lower chemoreflex activity.

  20. Professional Music Training and Novel Word Learning: From Faster Semantic Encoding to Longer-lasting Word Representations.

    Science.gov (United States)

    Dittinger, Eva; Barbaroux, Mylène; D'Imperio, Mariapaola; Jäncke, Lutz; Elmer, Stefan; Besson, Mireille

    2016-10-01

    On the basis of previous results showing that music training positively influences different aspects of speech perception and cognition, the aim of this series of experiments was to test the hypothesis that adult professional musicians would learn the meaning of novel words through picture-word associations more efficiently than controls without music training (i.e., fewer errors and faster RTs). We also expected musicians to show faster changes in brain electrical activity than controls, in particular regarding the N400 component that develops with word learning. In line with these hypotheses, musicians outperformed controls in the most difficult semantic task. Moreover, although a frontally distributed N400 component developed in both groups of participants after only a few minutes of novel word learning, in musicians this frontal distribution rapidly shifted to parietal scalp sites, as typically found for the N400 elicited by known words. Finally, musicians showed evidence for better long-term memory for novel words 5 months after the main experimental session. Results are discussed in terms of cascading effects from enhanced perception to memory as well as in terms of multifaceted improvements of cognitive processing due to music training. To our knowledge, this is the first report showing that music training influences semantic aspects of language processing in adults. These results open new perspectives for education in showing that early music training can facilitate later foreign language learning. Moreover, the design used in the present experiment can help to specify the stages of word learning that are impaired in children and adults with word learning difficulties.

  1. The Role of Hydrogen for Sulfurimonas denitrificans’ Metabolism

    Science.gov (United States)

    Han, Yuchen; Perner, Mirjam

    2014-01-01

    Sulfurimonas denitrificans was originally isolated from coastal marine sediments. It can grow with thiosulfate and nitrate or sulfide and oxygen. Recently sequencing of its genome revealed that it encodes periplasmic and cytoplasmic [NiFe]-hydrogenases but the role of hydrogen for its metabolism has remained unknown. We show the first experimental evidence that S. denitrificans can indeed express a functional hydrogen uptake active hydrogenase and can grow on hydrogen. In fact, under the provided conditions it grew faster and denser on hydrogen than on thiosulfate alone and even grew with hydrogen in the absence of reduced sulfur compounds. In our experiments, at the time points tested, the hydrogen uptake activity appeared to be related to the periplasmic hydrogenase and not to the cytoplasmic hydrogenase. Our data suggest that under the provided conditions S. denitrificans can grow more efficiently with hydrogen than with thiosulfate. PMID:25170905

  2. Experiments of the EPR-type involving CP-violation do not allow faster-than-light communication between distant observers

    International Nuclear Information System (INIS)

    Ghirardi, G.C.; Grassi, R.; Weber, T.; Rimini, A.

    1987-11-01

    The proof that faster-than-light communication is not permitted by quantum mechanics derived some years ago by three of us, is extended to cover the case of measurements which do not fit within the standard scheme based on sets of orthogonal projections. A detailed discussion of a recent proposal of superluminal transmission making resort to a CP-violating interaction is presented. It is shown that such a proposal cannot work. (author). 8 refs

  3. High levels of the type III inorganic phosphate transporter PiT1 (SLC20A1) can confer faster cell adhesion

    DEFF Research Database (Denmark)

    Kongsfelt, Iben Boutrup; Byskov, Kristina; Pedersen, Lasse Ebdrup

    2014-01-01

    overexpression led to faster cell spreading. The final total numbers of attached cells did, however, not differ between cultures of PiT1 overexpressing cells and control cells of neither cell type. We suggest that the PiT1-mediated fast adhesion potentials allow the cells to go faster out of G0/G1 and thereby......The inorganic phosphate transporter PiT1 (SLC20A1) is ubiquitously expressed in mammalian cells. We recently showed that overexpression of human PiT1 was sufficient to increase proliferation of two strict density-inhibited cell lines, murine fibroblastic NIH3T3 and pre-osteoblastic MC3T3-E1 cells......, and allowed the cultures to grow to higher cell densities. In addition, upon transformation NIH3T3 cells showed increased ability to form colonies in soft agar. The cellular regulation of PiT1 expression supports that cells utilize the PiT1 levels to control proliferation, with non-proliferating cells showing...

  4. Women awaken faster than men after electroencephalogram-monitored propofol sedation for colonoscopy: A prospective observational study.

    Science.gov (United States)

    Riphaus, Andrea; Slottje, Mark; Bulla, Jan; Keil, Carolin; Mentzel, Christian; Limbach, Vera; Schultz, Barbara; Unzicker, Christian

    2017-10-01

    Sedation for colonoscopy using intravenous propofol has become standard in many Western countries. Gender-specific differences have been shown for general anaesthesia in dentistry, but no such data existed for gastrointestinal endoscopy. A prospective observational study. An academic teaching hospital of Hannover Medical School. A total of 219 patients (108 women and 111 men) scheduled for colonoscopy. Propofol sedation using electroencephalogram monitoring during a constant level of sedation depth (D0 to D2) performed by trained nurses or physicians after a body-weight-adjusted loading dose. The primary end-point was the presence of gender-specific differences in awakening time (time from end of sedation to eye-opening and complete orientation); secondary outcome parameters analysed were total dose of propofol, sedation-associated complications (bradycardia, hypotension, hypoxaemia and apnoea), patient cooperation and patient satisfaction. Multivariate analysis was performed to correct confounding factors such as age and BMI. Women awakened significantly faster than men, with a time to eye-opening of 7.3 ± 3.7 versus 8.4 ± 3.4 min (P = 0.005) and time until complete orientation of 9.1 ± 3.9 versus 10.4 ± 13.7 min (P = 0.008). The propofol dosage was not significantly different, with some trend towards more propofol per kg body weight in women (3.98 ± 1.81 mg versus 3.72 ± 1.75 mg, P = 0.232). The effect of gender aspects should be considered when propofol is used as sedation for gastrointestinal endoscopy. That includes adequate dosing for women as well as caution regarding potential overdosing of male patients. ClinicalTrials.gov (Identifier: NCT02687568).

  5. Faster processing of multiple spatially-heterodyned direct to digital holograms

    Science.gov (United States)

    Hanson, Gregory R [Clinton, TN; Bingham, Philip R [Knoxville, TN

    2008-09-09

    Systems and methods are described for faster processing of multiple spatially-heterodyned direct to digital holograms. A method includes of obtaining multiple spatially-heterodyned holograms, includes: digitally recording a first spatially-heterodyned hologram including spatial heterodyne fringes for Fourier analysis; digitally recording a second spatially-heterodyned hologram including spatial heterodyne fringes for Fourier analysis; Fourier analyzing the recorded first spatially-heterodyned hologram by shifting a first original origin of the recorded first spatially-heterodyned hologram including spatial heterodyne fringes in Fourier space to sit on top of a spatial-heterodyne carrier frequency defined as a first angle between a first reference beam and a first object beam; applying a first digital filter to cut off signals around the first original origin and performing an inverse Fourier transform on the result; Fourier analyzing the recorded second spatially-heterodyned hologram by shifting a second original origin of the recorded second spatially-heterodyned hologram including spatial heterodyne fringes in Fourier space to sit on top of a spatial-heterodyne carrier frequency defined as a second angle between a second reference beam and a second object beam; and applying a second digital filter to cut off signals around the second original origin and performing an inverse Fourier transform on the result, wherein digitally recording the first spatially-heterodyned hologram is completed before digitally recording the second spatially-heterodyned hologram and a single digital image includes both the first spatially-heterodyned hologram and the second spatially-heterodyned hologram.

  6. Better, faster and cheaper energy facades for transformation of multi-storey blocks built between 1960 and 1976

    DEFF Research Database (Denmark)

    Vestergaard, Inge

    2013-01-01

    an innovative process. The aim is to inspire clients and consultants to think smart through optimizing the planning and design process as well as the building process. Through this way of thinking we can secure a better, cheaper and faster energy renovation of the existing building stock. The project is under...... scale projects have been driven by the housing association AL2bolig, Tilst, Denmark. Author was part of the architectural discussion through planning process and the evaluation of the first frame competition. The methods used are: - participation through the development process - comparable research...

  7. Which Ultrasound-Guided Sciatic Nerve Block Strategy Works Faster? Prebifurcation or Separate Tibial-Peroneal Nerve Block? A Randomized Clinical Trial.

    Science.gov (United States)

    Faiz, Seyed Hamid Reza; Imani, Farnad; Rahimzadeh, Poupak; Alebouyeh, Mahmoud Reza; Entezary, Saeed Reza; Shafeinia, Amineh

    2017-08-01

    Peripheral nerve block is an accepted method in lower limb surgeries regarding its convenience and good tolerance by the patients. Quick performance and fast sensory and motor block are highly demanded in this method. The aim of the present study was to compare 2 different methods of sciatic and tibial-peroneal nerve block in lower limb surgeries in terms of block onset. In this clinical trial, 52 candidates for elective lower limb surgery were randomly divided into 2 groups: sciatic nerve block before bifurcation (SG; n = 27) and separate tibial-peroneal nerve block (TPG; n = 25) under ultrasound plus nerve stimulator guidance. The mean duration of block performance, as well as complete sensory and motor block, was recorded and compared between the groups. The mean duration of complete sensory block in the SG and TPG groups was 35.4 ± 4.1 and 24.9 ± 4.2 minutes, respectively, which was significantly lower in the TPG group (P = 0.001). The mean duration of complete motor block in the SG and TPG groups was 63.3 ± 4.4 and 48.4 ± 4.6 minutes, respectively, which was significantly lower in the TPG group (P = 0.001). No nerve injuries, paresthesia, or other possible side effects were reported in patients. According to the present study, it seems that TPG shows a faster sensory and motor block than SG.

  8. Osmium Atoms and Os2 Molecules Move Faster on Selenium-Doped Compared to Sulfur-Doped Boronic Graphenic Surfaces.

    Science.gov (United States)

    Barry, Nicolas P E; Pitto-Barry, Anaïs; Tran, Johanna; Spencer, Simon E F; Johansen, Adam M; Sanchez, Ana M; Dove, Andrew P; O'Reilly, Rachel K; Deeth, Robert J; Beanland, Richard; Sadler, Peter J

    2015-07-28

    We deposited Os atoms on S- and Se-doped boronic graphenic surfaces by electron bombardment of micelles containing 16e complexes [Os(p-cymene)(1,2-dicarba-closo-dodecarborane-1,2-diselenate/dithiolate)] encapsulated in a triblock copolymer. The surfaces were characterized by energy-dispersive X-ray (EDX) analysis and electron energy loss spectroscopy of energy filtered TEM (EFTEM). Os atoms moved ca. 26× faster on the B/Se surface compared to the B/S surface (233 ± 34 pm·s(-1) versus 8.9 ± 1.9 pm·s(-1)). Os atoms formed dimers with an average Os-Os distance of 0.284 ± 0.077 nm on the B/Se surface and 0.243 ± 0.059 nm on B/S, close to that in metallic Os. The Os2 molecules moved 0.83× and 0.65× more slowly than single Os atoms on B/S and B/Se surfaces, respectively, and again markedly faster (ca. 20×) on the B/Se surface (151 ± 45 pm·s(-1) versus 7.4 ± 2.8 pm·s(-1)). Os atom motion did not follow Brownian motion and appears to involve anchoring sites, probably S and Se atoms. The ability to control the atomic motion of metal atoms and molecules on surfaces has potential for exploitation in nanodevices of the future.

  9. Visual input that matches the content of vist of visual working memory requires less (not faster) evidence sampling to reach conscious access

    NARCIS (Netherlands)

    Gayet, S.; van Maanen, L.; Heilbron, M.; Paffen, C.L.E.; Van Der Stigchel, S.

    2016-01-01

    The content of visual working memory (VWM) affects the processing of concurrent visual input. Recently, it has been demonstrated that stimuli are released from interocular suppression faster when they match rather than mismatch a color that is memorized for subsequent recall. In order to investigate

  10. Asian-Pacific leadership: Implications for foreign economic policy of Japan and the US

    OpenAIRE

    Hiemenz, Ulrich

    1991-01-01

    In the 1980s, the Western Pacific hemisphere ranging from Japan and the PR China to Australia and New Zealand has remained the growth pole of the world economy. Real per capita incomes of East and Southeast Asian developing economies grew even faster in this decade than in the 1970s [World Bank, 1990: Table 1.3] despite major disturbances in their global environment such as the world-wide recession in the early 1980s, increasing protectionism in the EC and the US, large exchange rate fluctuat...

  11. Impacts of parasites in early life: contrasting effects on juvenile growth for different family members.

    Directory of Open Access Journals (Sweden)

    Thomas E Reed

    Full Text Available Parasitism experienced early in ontogeny can have a major impact on host growth, development and future fitness, but whether siblings are affected equally by parasitism is poorly understood. In birds, hatching asynchrony induced by hormonal or behavioural mechanisms largely under parental control might predispose young to respond to infection in different ways. Here we show that parasites can have different consequences for offspring depending on their position in the family hierarchy. We experimentally treated European Shag (Phalacrocorax aristoteli nestlings with the broad-spectrum anti-parasite drug ivermectin and compared their growth rates with nestlings from control broods. Average growth rates measured over the period of linear growth (10 days to 30 days of age and survival did not differ for nestlings from treated and control broods. However, when considering individuals within broods, parasite treatment reversed the patterns of growth for individual family members: last-hatched nestlings grew significantly slower than their siblings in control nests but grew faster in treated nests. This was at the expense of their earlier-hatched brood-mates, who showed an overall growth rate reduction relative to last-hatched nestlings in treated nests. These results highlight the importance of exploring individual variation in the costs of infection and suggest that parasites could be a key factor modulating within-family dynamics, sibling competition and developmental trajectories from an early age.

  12. Tropical epiphytes in a CO 2-rich atmosphere

    Science.gov (United States)

    Monteiro, José Alberto Fernandez; Zotz, Gerhard; Körner, Christian

    2009-01-01

    We tested the effect on epiphyte growth of a doubling of pre-industrial CO 2 concentration (280 vs. 560 ppm) combined with two light (three fold) and two nutrition (ten fold) treatments under close to natural humid conditions in daylight growth cabinets over 6 months. Across co-treatments and six species, elevated CO 2 increased relative growth rates by only 6% ( p = 0.03). Although the three C3 species, on average, grew 60% faster than the three CAM species, the two groups did not significantly differ in their CO 2 response. The two Orchidaceae, Bulbophyllum (CAM) and Oncidium (C3) showed no CO 2 response, and three out of four Bromeliaceae showed a positive one: Aechmea (CAM, +32% p = 0.08), Catopsis (C3, +11% p = 0.01) and Vriesea (C3, +4% p = 0.02). In contrast, the representative of the species-rich genus Tillandsia (CAM), which grew very well under experimental conditions, showed no stimulation. On average, high light increased growth by 21% and high nutrients by 10%. Interactions between CO 2, light and nutrient treatments (low vs. high) were inconsistent across species. CO 2 responsive taxa such as Catopsis, could accelerate tropical forest dynamics and increase branch breakage, but overall, the responses to doubling CO 2 of these epiphytes was relatively small and the responses were taxa specific.

  13. Faster Than Light (FTL) Travel and Causality in the Context of the Gravity-Electro-Magnetism (GEM) Theory of Field Unification

    Science.gov (United States)

    Brandenburg, J. E.

    2010-01-01

    In The GEM (Brandenburg, 2006) theory, direct manipulation of space-time geometry is possible leading to the possibility of transformation of a starship into a tachyon moving Faster Than Light (FTL). The GEM theory is reviewed and Causality in terms of the time ordering of experienced events is considered as well as examining the space-time curvature signature of such FTL particles. Time ordering and time flow is found to be determined by the 2nd law of thermodynamics and is used to derive a Cosmic time flow in terms of the expansion of the universe. The rate of increase of cosmic entropy is approximately dS/dt = c3/(Gmp), the rate that light transits from a proton-mass Black Hole, reminiscent of the Dirac Larger Number Hypothesis relating Cosmic and subatomic quantities. It is found that the tachyon FTL method, rather than allowing reversal of time ordering of experienced events, actually makes the cosmos age faster by contributing to an increase in ``Dark Energy'' and thus FTL travel via tachyons irreversibly changes the cosmos. Therefore, it appears that FTL travel can be accomplished without violation of Causality.

  14. Experimental mixture design as a tool to optimize the growth of various Ganoderma species cultivated on media with different sugars

    Directory of Open Access Journals (Sweden)

    Yit Kheng Goh

    2016-01-01

    Full Text Available The influence of different medium components (glucose, sucrose, and fructose on the growth of different Ganoderma isolates and species was investigated using mixture design. Ten sugar combinations based on three simple sugars were generated with two different concentrations, namely 3.3% and 16.7%, which represented low and high sugar levels, respectively. The media were adjusted to either pH 5 or 8. Ganoderma isolates (two G. boninense from oil palm, one Ganoderma species from coconut palm, G. lingzhi, and G. australe from tower tree grew faster at pH 8. Ganoderma lingzhi proliferated at the slowest rate compared to all other tested Ganoderma species in all the media studied. However, G. boninense isolates grew the fastest. Different Ganoderma species were found to have different sugar preferences. This study illustrated that the mixture design can be used to determine the optimal combinations of sugar or other nutrient/chemical components of media for fungal growth.

  15. An adaptive Phase-Locked Loop algorithm for faster fault ride through performance of interconnected renewable energy sources

    DEFF Research Database (Denmark)

    Hadjidemetriou, Lenos; Kyriakides, Elias; Blaabjerg, Frede

    2013-01-01

    Interconnected renewable energy sources require fast and accurate fault ride through operation in order to support the power grid when faults occur. This paper proposes an adaptive Phase-Locked Loop (adaptive dαβPLL) algorithm, which can be used for a faster and more accurate response of the grid...... side converter control of a renewable energy source, especially under fault ride through operation. The adaptive dαβPLL is based on modifying the control parameters of the dαβPLL according to the type and voltage characteristic of the grid fault with the purpose of accelerating the performance...

  16. Effects of N2-O2 and CO2-O2 tensions on growth of fungi isolated from damaged flue-cured tobacco.

    Science.gov (United States)

    Yang, H; Lucas, G B

    1970-02-01

    Ten fungi, Aspergillus niger, A. flavus, A. ochraceus, A. ruber, A. repens, A. amstelodami, Alternaria tenuis, Penicillium brevi-compactum, Cladosporium herbarum, and Chaetomium dolicotrichum, were isolated from moldy flue-cured tobacco and grown in various mixtures of N(2)-O(2) or CO(2)-O(2). A 1 to 5% concentration of O(2) in an N(2) atmosphere caused the greatest change in growth of the nine species, and a 10 to 20% concentration of O(2) for A. flavus. All species, except A. amstelodami and A. ruber, grew faster in air than in mixtures containing 10% O(2). High O(2) concentrations generally inhibited furrow production in the mycelial mats. In an atmosphere of 5 to 40% O(2) in the N(2) atmosphere, furrows formed in mycelial mats between 5 and 40% O(2) in the species except for A. ruber, A. repens, and A. amstelodami, which produced none in any concentration. As O(2) decreased below 20%, spore production was progressively decreased, colony color faded to white, and cleistothecia formation was suppressed. In CO(2)-O(2) mixtures radial growth of all species increased with each quantitative decrease of CO(2). All species except A. niger grew faster in air than in 10% CO(2). In contrast to N(2)-O(2) mixtures, the fungi formed furrows, sporulation and cleistothecial formation were suppressed, and colony color changed to white in higher O(2) concentrations.

  17. Effects of N2-O2 and CO2-O2 Tensions on Growth of Fungi Isolated from Damaged Flue-Cured Tobacco 1

    Science.gov (United States)

    Yang, H.; Lucas, G. B.

    1970-01-01

    Ten fungi, Aspergillus niger, A. flavus, A. ochraceus, A. ruber, A. repens, A. amstelodami, Alternaria tenuis, Penicillium brevi-compactum, Cladosporium herbarum, and Chaetomium dolicotrichum, were isolated from moldy flue-cured tobacco and grown in various mixtures of N2-O2 or CO2-O2. A 1 to 5% concentration of O2 in an N2 atmosphere caused the greatest change in growth of the nine species, and a 10 to 20% concentration of O2 for A. flavus. All species, except A. amstelodami and A. ruber, grew faster in air than in mixtures containing 10% O2. High O2 concentrations generally inhibited furrow production in the mycelial mats. In an atmosphere of 5 to 40% O2 in the N2 atmosphere, furrows formed in mycelial mats between 5 and 40% O2 in the species except for A. ruber, A. repens, and A. amstelodami, which produced none in any concentration. As O2 decreased below 20%, spore production was progressively decreased, colony color faded to white, and cleistothecia formation was suppressed. In CO2-O2 mixtures radial growth of all species increased with each quantitative decrease of CO2. All species except A. niger grew faster in air than in 10% CO2. In contrast to N2-O2 mixtures, the fungi formed furrows, sporulation and cleistothecial formation were suppressed, and colony color changed to white in higher O2 concentrations. PMID:5461786

  18. Leg Regrowth in Blaberus discoidalis (Discoid Cockroach following Limb Autotomy versus Limb Severance and Relevance to Neurophysiology Experiments.

    Directory of Open Access Journals (Sweden)

    Timothy C Marzullo

    Full Text Available Many insects can regenerate limbs, but less is known about the regrowth process with regard to limb injury type. As part of our neurophysiology education experiments involving the removal of a cockroach leg, 1 the ability of Blaberus discoidalis cockroaches to regenerate a metathoracic leg was examined following autotomy at the femur/trochanter joint versus severance via a transverse coxa-cut, and 2 the neurophysiology of the detached legs with regard to leg removal type was studied by measuring spike firing rate and microstimulation movement thresholds.First appearance of leg regrowth was after 5 weeks in the autotomy group and 12 weeks in the coxa-cut group. Moreover, regenerated legs in the autotomy group were 72% of full size on first appearance, significantly larger (p<0.05 than coxa-cut legs (29% of full size at first appearance. Regenerated legs in both groups grew in size with each subsequent molt; the autotomy-removed legs grew to full size within 18 weeks, whereas coxa-cut legs took longer than 28 weeks to regrow. Removal of the metathoracic leg in both conditions did not have an effect on mortality compared to matched controls with unmolested legs.Autotomy-removed legs had lower spontaneous firing rates, similar marked increased firing rates upon tactile manipulation of tibial barbs, and a 10% higher electrical microstimulation threshold for movement.It is recommended that neurophysiology experiments on cockroach legs remove the limb at autotomy joints instead of coxa cuts, as the leg regenerates significantly faster when autotomized and does not detract from the neurophysiology educational content.

  19. EVOLUTION AND TRENDS IN TRADE IN AGRICULTURAL PRODUCTS

    Directory of Open Access Journals (Sweden)

    Daniela POPA

    2014-06-01

    Full Text Available Moldova's foreign trade value will exceed 10 billion U.S. dollars, exports increased by 12 percent annually andimports by about 9, 4 percent in the years 2014 to 2016, according to preliminary forecasts prepared by theMinistry of Economy. For 2013, an increase of 7,5 percent and 6 percent of exports imports. The foreign tradetrends may come back in 2011, when supplies of Moldovan goods to foreign markets grew faster than imports. In2012 exports fell by 2,5%, while imports rose 0,4%.

  20. Why We Respond Faster to the Self than to Others? An Implicit Positive Association Theory of Self-Advantage during Implicit Face Recognition

    Science.gov (United States)

    Ma, Yina; Han, Shihui

    2010-01-01

    Human adults usually respond faster to their own faces rather than to those of others. We tested the hypothesis that an implicit positive association (IPA) with self mediates self-advantage in face recognition through 4 experiments. Using a self-concept threat (SCT) priming that associated the self with negative personal traits and led to a…

  1. Extended two-photon microscopy in live samples with Bessel beams: steadier focus, faster volume scans, and simpler stereoscopic imaging.

    Science.gov (United States)

    Thériault, Gabrielle; Cottet, Martin; Castonguay, Annie; McCarthy, Nathalie; De Koninck, Yves

    2014-01-01

    Two-photon microscopy has revolutionized functional cellular imaging in tissue, but although the highly confined depth of field (DOF) of standard set-ups yields great optical sectioning, it also limits imaging speed in volume samples and ease of use. For this reason, we recently presented a simple and retrofittable modification to the two-photon laser-scanning microscope which extends the DOF through the use of an axicon (conical lens). Here we demonstrate three significant benefits of this technique using biological samples commonly employed in the field of neuroscience. First, we use a sample of neurons grown in culture and move it along the z-axis, showing that a more stable focus is achieved without compromise on transverse resolution. Second, we monitor 3D population dynamics in an acute slice of live mouse cortex, demonstrating that faster volumetric scans can be conducted. Third, we acquire a stereoscopic image of neurons and their dendrites in a fixed sample of mouse cortex, using only two scans instead of the complete stack and calculations required by standard systems. Taken together, these advantages, combined with the ease of integration into pre-existing systems, make the extended depth-of-field imaging based on Bessel beams a strong asset for the field of microscopy and life sciences in general.

  2. Alaska Satellite Facility: The Quest to Stay Ahead of the Big Data Wave

    Science.gov (United States)

    Labelle-Hamer, A. L.; Nicoll, J.; Munk, S.

    2014-12-01

    Big Data is getting bigger. Fast enough is getting faster. The number and type of products produced is growing. The ideas on how to handle the day-to-day management of data and data systems need to scale with the data and the demand. We have seen the effects of rapid growth spurts at the Alaska Satellite Facility (ASF) and anticipate we are not done yet. Looking back, ASF was conceived in 1982 to be a single-purpose imaging radar receiving station supporting a science team focused on geophysical processes. The primary construction at the University of Alaska Fairbanks (UAF) was completed in 1988 and full operational status achieved in 1991. The expected supports were estimated at 10 minutes per day and quickly grew to 70 minutes per day. In 1994, a Memorandum of Agreement (MOA) between NASA and UAF formed the ASF Distributed Active Archive Center (DAAC) complementing, the existing agreement for ASF. The demand for the use of ASF as a receiving station and as a data center grew as fast as, and at times faster, than the capabilities. Looking forward, as demand drives the system larger just adding on more of the same often complicates rather than simplifies the system. A growing percentage of efforts and resources spent on dealing with problems that originate from a legacy system can creep up on an organization. This in turn limits the ability to keep the overall sustaining costs under control and leads to a crisis. Such growth means more-of-the-same philosophy has to shift into change-or-die philosophy in order to boot strap up to the next level. In this talk, we review how ASF has faced this several times in the past as the volume and demand of data grew along with the technology to acquire and disseminate it. We will look at what is coming for ASF as a data center and what we think are the next steps to stay ahead of the Big Data wave.

  3. Ethnic diversity and employment growth in English cities.

    Science.gov (United States)

    Lee, Neil

    2011-01-01

    There are many reasons why cities with diverse populations may grow faster. Ethnic diversity might attract human capital, tourists or firms, increase productivity through diverse approaches to problem-solving or ethnic minority entrepreneurship. Yet there are also reasons to believe that diversity could be harmful, by leading to sub-optimal provision of public goods or reducing trust or social capital. Or it may be irrelevant, being merely a proxy for class. A number of studies have shown both positive and negative relationships between diversity and growth, using a range of different measures for "diversity." This paper asks two questions: have more diverse English cities grown faster? And does measurement matter: is it important to have a multinational population or an ethnically diverse one? To answer these questions, in this paper a range of models are estimated for employment growth for 53 English cities between 1981 and 2001. The evidence suggests that cities with a high proportion of their populations born abroad in 1981 grew faster in the subsequent 10 years. Neither diversity by country of birth nor ethnic diversity is significant in the period 1991-2001. However, when variables accounting for both are included together, it appears that cities with a large number of migrants saw higher employment growth in the 1990s, but that ethnically diverse cities were less successful. The results presented here suggest that considerable attention needs to be paid to the variable used to indicate "diversity" in these studies and that the impact of diversity varies according to nature of the groups any indicator for "diversity" is representing.

  4. Slowing of axonal regeneration is correlated with increased axonal viscosity during aging

    Directory of Open Access Journals (Sweden)

    Heidemann Steven R

    2010-10-01

    Full Text Available Abstract Background As we age, the speed of axonal regeneration declines. At the biophysical level, why this occurs is not well understood. Results To investigate we first measured the rate of axonal elongation of sensory neurons cultured from neonatal and adult rats. We found that neonatal axons grew 40% faster than adult axons (11.5 µm/hour vs. 8.2 µm/hour. To determine how the mechanical properties of axons change during maturation, we used force calibrated towing needles to measure the viscosity (stiffness and strength of substrate adhesion of neonatal and adult sensory axons. We found no significant difference in the strength of adhesions, but did find that adult axons were 3 times intrinsically stiffer than neonatal axons. Conclusions Taken together, our results suggest decreasing axonal stiffness may be part of an effective strategy to accelerate the regeneration of axons in the adult peripheral nervous system.

  5. Biogeochemical significance of transport exopolymer particles in the Indian Ocean

    Digital Repository Service at National Institute of Oceanography (India)

    DileepKumar, M.; Sarma, V.V.S.S.; Ramaiah, N.; Gauns, M.; DeSousa, S.N.

    was found between waters of the Arabian Sea and the Bay of Bengal. The TEP concentrations were lower in the Bay of Bengal due to faster scavenging from water column because of interaction with mineral particles. They were higher and occurred even in intense...

  6. A study of growth and some blood parameters in Czech rabbits

    Directory of Open Access Journals (Sweden)

    Eva Tůmová

    2013-12-01

    Full Text Available The aims of this study were to describe selected performance characteristics of Czech local breeds and to compare these breeds with a commercial hybrid. Seven original Czech breeds were included in the study: the giant breed Moravian Blue (MB, the medium breeds Czech White (CW, Czech Spotted (CS, Czech Solver (CSo, Moravian White of Brown Eye (MW and the small breeds Czech Black Guard Hair (CB and Czech Gold (CG and the Hyplus rabbits. Growth of the rabbits was significantly (P=0.001 affected by genotype; MB and CW breeds grew non-significantly faster than Hyplus. The highest daily weight gain was observed in MB (42.6 g/d and the lowest was in CB (23.9 g/d. Digestibility of ether extract was significantly (P=0.001 affected by genotype, with the lowest value for MB (0.823. Slaughter characteristics mostly correlated with live weight; the highest dressing-out percentage was in the small breed CG (62.0% and the lowest in the Hyplus rabbit (57.0%. Of the biochemical traits evaluated, only cholesterol concentration was significantly (P=0.041 affected by genotype, with the highest values observed in Hyplus rabbits (4.2 mmol/L.

  7. QERx- A Faster than Real-Time Emulator for Space Processors

    Science.gov (United States)

    Carvalho, B.; Pidgeon, A.; Robinson, P.

    2012-08-01

    Developing software for space systems is challenging. Especially because, in order to be sure it can cope with the harshness of the environment and the imperative requirements and constrains imposed by the platform were it will run, it needs to be tested exhaustively. Software Validation Facilities (SVF) are known to the industry and developers, and provide the means to run the On-Board Software (OBSW) in a realistic environment, allowing the development team to debug and test the software.But the challenge is to be able to keep up with the performance of the new processors (LEON2 and LEON3), which need to be emulated within the SVF. Such processor emulators are also used in Operational Simulators, used to support mission preparation and train mission operators. These simulators mimic the satellite and its behaviour, as realistically as possible. For test/operational efficiency reasons and because they will need to interact with external systems, both these uses cases require the processor emulators to provide real-time, or faster, performance.It is known to the industry that the performance of previously available emulators is not enough to cope with the performance of the new processors available in the market. SciSys approached this problem with dynamic translation technology trying to keep costs down by avoiding a hardware solution and keeping the integration flexibility of full software emulation.SciSys presented “QERx: A High Performance Emulator for Software Validation and Simulations” [1], in a previous DASIA event. Since then that idea has evolved and QERx has been successfully validated. SciSys is now presenting QERx as a product that can be tailored to fit different emulation needs. This paper will present QERx latest developments and current status.

  8. Visual Motion Processing Subserves Faster Visuomotor Reaction in Badminton Players.

    Science.gov (United States)

    Hülsdünker, Thorben; Strüder, Heiko K; Mierau, Andreas

    2017-06-01

    Athletes participating in ball or racquet sports have to respond to visual stimuli under critical time pressure. Previous studies used visual contrast stimuli to determine visual perception and visuomotor reaction in athletes and nonathletes; however, ball and racquet sports are characterized by motion rather than contrast visual cues. Because visual contrast and motion signals are processed in different cortical regions, this study aimed to determine differences in perception and processing of visual motion between athletes and nonathletes. Twenty-five skilled badminton players and 28 age-matched nonathletic controls participated in this study. Using a 64-channel EEG system, we investigated visual motion perception/processing in the motion-sensitive middle temporal (MT) cortical area in response to radial motion of different velocities. In a simple visuomotor reaction task, visuomotor transformation in Brodmann area 6 (BA6) and BA4 as well as muscular activation (EMG onset) and visuomotor reaction time (VMRT) were investigated. Stimulus- and response-locked potentials were determined to differentiate between perceptual and motor-related processes. As compared with nonathletes, athletes showed earlier EMG onset times (217 vs 178 ms, P < 0.001), accompanied by a faster VMRT (274 vs 243 ms, P < 0.001). Furthermore, athletes showed an earlier stimulus-locked peak activation of MT (200 vs 182 ms, P = 0.002) and BA6 (161 vs 137 ms, P = 0.009). Response-locked peak activation in MT was later in athletes (-7 vs 26 ms, P < 0.001), whereas no group differences were observed in BA6 and BA4. Multiple regression analyses with stimulus- and response-locked cortical potentials predicted EMG onset (r = 0.83) and VMRT (r = 0.77). The athletes' superior visuomotor performance in response to visual motion is primarily related to visual perception and, to a minor degree, to motor-related processes.

  9. Effects of employer-sponsored health insurance costs on Social Security taxable wages.

    Science.gov (United States)

    Burtless, Gary; Milusheva, Sveta

    2013-01-01

    The increasing cost of employer contributions for employee health insurance reduces the share of compensation subject to the Social Security payroll tax. Rising insurance contributions can also have a more subtle effect on the Social Security tax base because they influence the distribution of money wages above and below the taxable maximum amount. This article uses the Medical Expenditure Panel Survey to analyze trends in employer health insurance contributions and the distribution of those costs up and down the wage distribution. Our analysis shows that employer health insurance contributions increased faster than overall compensation during 1996-2008, but such contributions grew only slightly faster among workers earning less than the taxable maximum than they did among those earning more. Because employer health insurance contributions represent a much higher percentage of compensation below the taxable maximum, health insurance cost trends exerted a disproportionate downward pressure on money wages below the taxable maximum.

  10. US carbon emissions, technological progress and economic growth since 1870

    International Nuclear Information System (INIS)

    Huntington, H.G.

    2005-01-01

    The long-term US experience emphasises the importance of controlling for electrification and other major technology transformations when evaluating the growth of carbon emissions at different stages of development. Prior to World War I, carbon emissions grew faster than economic growth by 2.3% per year. As electricity use expanded and steam engines became much larger, carbon emissions began to grow slower than economic growth by 1.6% per year. Adjusting to this technological shift, an expanding economy continues to increase carbon emissions by about 9% for each 10% faster growth. There is little evidence of a decline in this elasticity as the income level rises. These results suggest that the USA today will need to find additional policies to curb carbon emissions if it wishes to prevent any further increase in its per capita emissions, and if its per capita economy grows by more than 1.8% per year. (Author)

  11. The uriscreen test to detect significant asymptomatic bacteriuria during pregnancy.

    Science.gov (United States)

    Teppa, Roberto J; Roberts, James M

    2005-01-01

    Asymptomatic bacteriuria (ASB) occurs in 2-11% of pregnancies and it is a clear predisposition to the development of acute pyelonephritis, which, in turn, poses risk to mother and fetus. Treatment of bacteriuria during pregnancy reduces the incidence of pyelonephritis. Therefore, it is recommended to screen for ASB at the first prenatal visit. The gold standard for detection of bacteriuria during pregnancy is urine culture, but this test is expensive, time-consuming, and labor-intensive. To determine the reliability of an enzymatic urine screening test (Uriscreen; Savyon Diagnostics, Ashdod, Israel) for detecting ASB in pregnancy. Catheterized urine samples were collected from 150 women who had routine prenatal screening for ASB. Patients with urinary symptoms, active vaginal bleeding, or who were previously on antibiotics therapy were excluded from the study. Sensitivity, specificity, and the positive and negative predictive values for the Uriscreen were estimated using urine culture as the criterion standard. Urine cultures were considered positive if they grew >10(5) colony-forming units of a single uropathogen. Twenty-eight women (18.7%) had urine culture results indicating significant bacteriuria, and 17 of these 28 specimens had positive enzyme activity. Of 122 samples with no growth, 109 had negative enzyme activity. Sensitivity, specificity, and positive and negative predictive values for the Uriscreen test were 60.7% (+/-18.1), 89.3% (+/-5.6), 56.6%, and 90.8%, respectively. The Uriscreen test had inadequate sensitivity for rapid screening of bacteriuria in pregnancy.

  12. Faster Growth of Road Transportation CO2 Emissions in Asia Pacific Economies: Exploring Differences in Trends of the Rapidly Developing and Developed Worlds

    Science.gov (United States)

    Marcotullio, Peter J.

    2006-01-01

    Researchers have identified how in some rapidly developing countries, road and aviation transportation CO2 emissions are rising faster (over time) when compared to the experiences of the USA at similar levels of economic development. While suggestive of how experiences of the rapidly developing Asia are different from those of the developed world…

  13. Detection of vehicle parts based on Faster R-CNN and relative position information

    Science.gov (United States)

    Zhang, Mingwen; Sang, Nong; Chen, Youbin; Gao, Changxin; Wang, Yongzhong

    2018-03-01

    Detection and recognition of vehicles are two essential tasks in intelligent transportation system (ITS). Currently, a prevalent method is to detect vehicle body, logo or license plate at first, and then recognize them. So the detection task is the most basic, but also the most important work. Besides the logo and license plate, some other parts, such as vehicle face, lamp, windshield and rearview mirror, are also key parts which can reflect the characteristics of vehicle and be used to improve the accuracy of recognition task. In this paper, the detection of vehicle parts is studied, and the work is novel. We choose Faster R-CNN as the basic algorithm, and take the local area of an image where vehicle body locates as input, then can get multiple bounding boxes with their own scores. If the box with maximum score is chosen as final result directly, it is often not the best one, especially for small objects. This paper presents a method which corrects original score with relative position information between two parts. Then we choose the box with maximum comprehensive score as the final result. Compared with original output strategy, the proposed method performs better.

  14. Registered nurse supply grows faster than projected amid surge in new entrants ages 23-26.

    Science.gov (United States)

    Auerbach, David I; Buerhaus, Peter I; Staiger, Douglas O

    2011-12-01

    The vast preponderance of the nation's registered nurses are women. In the 1980s and 1990 s, a decline in the number of women ages 23-26 who were choosing nursing as a career led to concerns that there would be future nurse shortages unless the trend was reversed. Between 2002 and 2009, however, the number of full-time-equivalent registered nurses ages 23-26 increased by 62 percent. If these young nurses follow the same life-cycle employment patterns as those who preceded them--as they appear to be thus far--then they will be the largest cohort of registered nurses ever observed. Because of this surge in the number of young people entering nursing during the past decade, the nurse workforce is projected to grow faster during the next two decades than previously anticipated. However, it is uncertain whether interest in nursing will continue to grow in the future.

  15. Growth of monosex hybrid tilapia in the labortory and sewage oxidation ponds. [Effects of water temperature, nutrient level, and. gamma. rays on growth

    Energy Technology Data Exchange (ETDEWEB)

    Suffern, J.S.; Adams, S.M.; Blaylock, B.G.; Coutant, C.C.; Guthrie, C.A.

    1978-01-01

    Studies were conducted to evaluate the potential of monosex hybrid tilapia (female T. mossambica x male T. hornorum) in waste-heat polyculture systems. The optimum growth temperature for this hybrid was found to be 32/sup 0/C in laboratory experiments. Experiments in sewage pond cage culture in the temperature range of 23 to 33/sup 0/C at stocking densities of approximately 53 fish/m/sup 3/ were also conducted. At fish sizes between 5 and 12 cm TL, estimated annual production is approximately 50,000 kg/ha/yr (50,000 lb/acre/yr). Fish in the sewage oxidation ponds grew significantly faster than fish fed trout chow at optimum temperature in the laboratory, even though temperatures in the sewage ponds averaged below the optimum growth temperature. Techniques to accelerate growth rates are being explored. Exposure to gamma radiation (500 rads), known to cause significant increases in channel catfish growth rate, was found to have a similar effect on tilapia. After a 20-week growth period, exposed fish weighed an average of 20% more than controls.

  16. Growth of monosex hybrid tilapia in the labortory and sewage oxidation ponds

    International Nuclear Information System (INIS)

    Suffern, J.S.; Adams, S.M.; Blaylock, B.G.; Coutant, C.C.; Guthrie, C.A.

    1978-01-01

    Studies were conducted to evaluate the potential of monosex hybrid tilapia (female T. mossambica x male T. hornorum) in waste-heat polyculture systems. The optimum growth temperature for this hybrid was found to be 32 0 C in laboratory experiments. Experiments in sewage pond cage culture in the temperature range of 23 to 33 0 C at stocking densities of approximately 53 fish/m 3 were also conducted. At fish sizes between 5 and 12 cm TL, estimated annual production is approximately 50,000 kg/ha/yr (50,000 lb/acre/yr). Fish in the sewage oxidation ponds grew significantly faster than fish fed trout chow at optimum temperature in the laboratory, even though temperatures in the sewage ponds averaged below the optimum growth temperature. Techniques to accelerate growth rates are being explored. Exposure to gamma radiation (500 rads), known to cause significant increases in channel catfish growth rate, was found to have a similar effect on tilapia. After a 20-week growth period, exposed fish weighed an average of 20% more than controls

  17. A new way of controlling NesCOPOs (nested cavity doubly resonant OPO) for faster and more efficient high resolution spectrum measurement

    Science.gov (United States)

    Georges des Aulnois, Johann; Szymanski, Benjamin; Grimieau, Axel; Sillard, Léo.

    2018-02-01

    Optical Parametric Oscillator (OPO) is a well-known solution when wide tunability in the mid-infrared is needed. A specific design called NesCOPO (Nested Cavity doubly resonant OPO) is currently integrated in the X-FLR8 portable gas analyzer from Blue Industry and Science. Thanks to its low threshold this OPO can be pumped by a micro-chip nanosecond YAG (4 kHz repetition rate and a 30 GHz bandwidth). To achieve very high resolution spectra (10 pm of resolution or better), the emitted wavelength has to be finely controlled. Commercial Wavemeter do not meet price and compactness required in the context of an affordable and portable gas analyzer. To overcome this issue, Blue first integrated an active wavelength controller using multiple tunable Fabry-Perot (FP) interferometers. The required resolution was achieved at a 10 Hz measurement rate. We now present an enhanced Wavemeter architecture, based on fixed FP etalons, that is 100 times faster and 2 times smaller. We avoid having FP `blind zones' thanks to one source characteristic: the knowledge of the FSR (Free Spectral Range) of the OPO source and thus, the fact that only discrete wavelengths can be emitted. First results are displayed showing faster measurement for spectroscopic application, and potential future improvement of the device are discussed.

  18. Body size, growth and life span: implications for the polewards range shift of Octopus tetricus in south-eastern Australia.

    Science.gov (United States)

    Ramos, Jorge E; Pecl, Gretta T; Moltschaniwskyj, Natalie A; Strugnell, Jan M; León, Rafael I; Semmens, Jayson M

    2014-01-01

    Understanding the response of any species to climate change can be challenging. However, in short-lived species the faster turnover of generations may facilitate the examination of responses associated with longer-term environmental change. Octopus tetricus, a commercially important species, has undergone a recent polewards range shift in the coastal waters of south-eastern Australia, thought to be associated with the southerly extension of the warm East Australian Current. At the cooler temperatures of a polewards distribution limit, growth of a species could be slower, potentially leading to a bigger body size and resulting in a slower population turnover, affecting population viability at the extreme of the distribution. Growth rates, body size, and life span of O. tetricus were examined at the leading edge of a polewards range shift in Tasmanian waters (40°S and 147°E) throughout 2011. Octopus tetricus had a relatively small body size and short lifespan of approximately 11 months that, despite cooler temperatures, would allow a high rate of population turnover and may facilitate the population increase necessary for successful establishment in the new extended area of the range. Temperature, food availability and gender appear to influence growth rate. Individuals that hatched during cooler and more productive conditions, but grew during warming conditions, exhibited faster growth rates and reached smaller body sizes than individuals that hatched into warmer waters but grew during cooling conditions. This study suggests that fast growth, small body size and associated rapid population turnover may facilitate the range shift of O. tetricus into Tasmanian waters.

  19. Faster N Release, but Not C Loss, From Leaf Litter of Invasives Compared to Native Species in Mediterranean Ecosystems

    Directory of Open Access Journals (Sweden)

    Guido Incerti

    2018-04-01

    Full Text Available Plant invasions can have relevant impacts on biogeochemical cycles, whose extent, in Mediterranean ecosystems, have not yet been systematically assessed comparing litter carbon (C and nitrogen (N dynamics between invasive plants and native communities. We carried out a 1-year litterbag experiment in 4 different plant communities (grassland, sand dune, riparian and mixed forests on 8 invasives and 24 autochthonous plant species, used as control. Plant litter was characterized for mass loss, N release, proximate lignin and litter chemistry by 13C CPMAS NMR. Native and invasive species showed significant differences in litter chemical traits, with invaders generally showing higher N concentration and lower lignin/N ratio. Mass loss data revealed no consistent differences between native and invasive species, although some woody and vine invaders showed exceptionally high decomposition rate. In contrast, N release rate from litter was faster for invasive plants compared to native species. N concentration, lignin content and relative abundance of methoxyl and N-alkyl C region from 13C CPMAS NMR spectra were the parameters that better explained mass loss and N mineralization rates. Our findings demonstrate that during litter decomposition invasive species litter has no different decomposition rates but greater N release rate compared to natives. Accordingly, invasives are expected to affect N cycle in Mediterranean plant communities, possibly promoting a shift of plant assemblages.

  20. Novel mode of microbial energy metabolism: organic carbon oxidation coupled to dissimilatory reduction of iron or manganese.

    Science.gov (United States)

    Lovley, D R; Phillips, E J

    1988-06-01

    A dissimilatory Fe(III)- and Mn(IV)-reducing microorganism was isolated from freshwater sediments of the Potomac River, Maryland. The isolate, designated GS-15, grew in defined anaerobic medium with acetate as the sole electron donor and Fe(III), Mn(IV), or nitrate as the sole electron acceptor. GS-15 oxidized acetate to carbon dioxide with the concomitant reduction of amorphic Fe(III) oxide to magnetite (Fe(3)O(4)). When Fe(III) citrate replaced amorphic Fe(III) oxide as the electron acceptor, GS-15 grew faster and reduced all of the added Fe(III) to Fe(II). GS-15 reduced a natural amorphic Fe(III) oxide but did not significantly reduce highly crystalline Fe(III) forms. Fe(III) was reduced optimally at pH 6.7 to 7 and at 30 to 35 degrees C. Ethanol, butyrate, and propionate could also serve as electron donors for Fe(III) reduction. A variety of other organic compounds and hydrogen could not. MnO(2) was completely reduced to Mn(II), which precipitated as rhodochrosite (MnCO(3)). Nitrate was reduced to ammonia. Oxygen could not serve as an electron acceptor, and it inhibited growth with the other electron acceptors. This is the first demonstration that microorganisms can completely oxidize organic compounds with Fe(III) or Mn(IV) as the sole electron acceptor and that oxidation of organic matter coupled to dissimilatory Fe(III) or Mn(IV) reduction can yield energy for microbial growth. GS-15 provides a model for how enzymatically catalyzed reactions can be quantitatively significant mechanisms for the reduction of iron and manganese in anaerobic environments.

  1. Effects of seasonal change on activity rhythms and swimming behavior of age-0 bluefish (Pomatomus saltatrix) and a description of gliding behavior

    OpenAIRE

    Stehlik, Linda L.

    2009-01-01

    Daily and seasonal activity rhythms, swimming speed, and modes of swimming were studied in a school of spring-spawned age-0 bluefish (Pomatomus saltatrix) for nine months in a 121-kL research aquarium. Temperature was lowered from 20° to 15°C, then returned to 20°C to match the seasonal cycle. The fish grew from a mean 198 mm to 320 mm (n= 67). Bluefish swam faster and in a more organized school during day (overall mean 47 cm/s) than at night (31 cm/s). Swimming speed declined in fall as t...

  2. In a warmer Arctic, mosquitoes avoid increased mortality from predators by growing faster.

    Science.gov (United States)

    Culler, Lauren E; Ayres, Matthew P; Virginia, Ross A

    2015-09-22

    Climate change is altering environmental temperature, a factor that influences ectothermic organisms by controlling rates of physiological processes. Demographic effects of warming, however, are determined by the expression of these physiological effects through predator-prey and other species interactions. Using field observations and controlled experiments, we measured how increasing temperatures in the Arctic affected development rates and mortality rates (from predation) of immature Arctic mosquitoes in western Greenland. We then developed and parametrized a demographic model to evaluate how temperature affects survival of mosquitoes from the immature to the adult stage. Our studies showed that warming increased development rate of immature mosquitoes (Q10 = 2.8) but also increased daily mortality from increased predation rates by a dytiscid beetle (Q10 = 1.2-1.5). Despite increased daily mortality, the model indicated that faster development and fewer days exposed to predators resulted in an increased probability of mosquito survival to the adult stage. Warming also advanced mosquito phenology, bringing mosquitoes into phenological synchrony with caribou. Increases in biting pests will have negative consequences for caribou and their role as a subsistence resource for local communities. Generalizable frameworks that account for multiple effects of temperature are needed to understand how climate change impacts coupled human-natural systems. © 2015 The Author(s).

  3. Peroxidase Activity in Poplar Inoculated with Compatible and Incompetent Isolates of Paxillus involutus

    Directory of Open Access Journals (Sweden)

    ABDUL GAFUR

    2007-06-01

    Full Text Available Peroxidase activity of the hybrid poplar Populus×canescens (Ait. Sm. (= P. tremula L. × P. alba L. inoculated with compatible and incompetent isolates of Paxillus involutus (Batsch Fr. was investigated. Screening of the ectomycorrhizal fungal isolates was initiated with exploration of mycelial growth characteristics and mycorrhizal ability in vitro with poplar. Both traits varied within the fungus although they did not seem to be genetically correlated. While isolates SCO1, NAU, and 031 grew faster than others, only isolates MAJ, SCO1, and 031 were able to form ectomycorrhiza with poplar. Isolates MAJ (compatible and NAU (incompetent were subsequently selected for further experiments. Activity of peroxidase, one of the defense-related enzymes, was examined in pure culture and short root components of compatible and incompetent interactions between poplar and P. involutus. Peroxidase activities increased significantly in poplar inoculated with incompetent isolate of the fungus compared to control, while induction of the same enzyme was not detected in compatible associations.

  4. The impact of rapid evolution on population dynamics in the wild: experimental test of eco-evolutionary dynamics.

    Science.gov (United States)

    Turcotte, Martin M; Reznick, David N; Hare, J Daniel

    2011-11-01

    Rapid evolution challenges the assumption that evolution is too slow to impact short-term ecological dynamics. This insight motivates the study of 'Eco-Evolutionary Dynamics' or how evolution and ecological processes reciprocally interact on short time scales. We tested how rapid evolution impacts concurrent population dynamics using an aphid (Myzus persicae) and an undomesticated host (Hirschfeldia incana) in replicated wild populations. We manipulated evolvability by creating non-evolving (single clone) and potentially evolving (two-clone) aphid populations that contained genetic variation in intrinsic growth rate. We observed significant evolution in two-clone populations whether or not they were exposed to predators and competitors. Evolving populations grew up to 42% faster and attained up to 67% higher density, compared with non-evolving control populations but only in treatments exposed to competitors and predators. Increased density also correlates with relative fitness of competing clones suggesting a full eco-evolutionary dynamic cycle defined as reciprocal interactions between evolution and density. © 2011 Blackwell Publishing Ltd/CNRS.

  5. Faster and stronger manifestation of mitochondrial diseases in skeletal muscle than in heart related to cytosolic inorganic phosphate (Pi) accumulation.

    Science.gov (United States)

    Korzeniewski, Bernard

    2016-08-01

    A model of the cell bioenergetic system was used to compare the effect of oxidative phosphorylation (OXPHOS) deficiencies in a broad range of moderate ATP demand in skeletal muscle and heart. Computer simulations revealed that kinetic properties of the system are similar in both cases despite the much higher mitochondria content and "basic" OXPHOS activity in heart than in skeletal muscle, because of a much higher each-step activation (ESA) of OXPHOS in skeletal muscle than in heart. Large OXPHOS deficiencies lead in both tissues to a significant decrease in oxygen consumption (V̇o2) and phosphocreatine (PCr) and increase in cytosolic ADP, Pi, and H(+) The main difference between skeletal muscle and heart is a much higher cytosolic Pi concentration in healthy tissue and much higher cytosolic Pi accumulation (level) at low OXPHOS activities in the former, caused by a higher PCr level in healthy tissue (and higher total phosphate pool) and smaller Pi redistribution between cytosol and mitochondria at OXPHOS deficiency. This difference does not depend on ATP demand in a broad range. A much greater Pi increase and PCr decrease during rest-to-moderate work transition in skeletal muscle at OXPHOS deficiencies than at normal OXPHOS activity significantly slows down the V̇o2 on-kinetics. Because high cytosolic Pi concentrations cause fatigue in skeletal muscle and can compromise force generation in skeletal muscle and heart, this system property can contribute to the faster and stronger manifestation of mitochondrial diseases in skeletal muscle than in heart. Shortly, skeletal muscle with large OXPHOS deficiencies becomes fatigued already during low/moderate exercise. Copyright © 2016 the American Physiological Society.

  6. Introducing difference recurrence relations for faster semi-global alignment of long sequences.

    Science.gov (United States)

    Suzuki, Hajime; Kasahara, Masahiro

    2018-02-19

    The read length of single-molecule DNA sequencers is reaching 1 Mb. Popular alignment software tools widely used for analyzing such long reads often take advantage of single-instruction multiple-data (SIMD) operations to accelerate calculation of dynamic programming (DP) matrices in the Smith-Waterman-Gotoh (SWG) algorithm with a fixed alignment start position at the origin. Nonetheless, 16-bit or 32-bit integers are necessary for storing the values in a DP matrix when sequences to be aligned are long; this situation hampers the use of the full SIMD width of modern processors. We proposed a faster semi-global alignment algorithm, "difference recurrence relations," that runs more rapidly than the state-of-the-art algorithm by a factor of 2.1. Instead of calculating and storing all the values in a DP matrix directly, our algorithm computes and stores mainly the differences between the values of adjacent cells in the matrix. Although the SWG algorithm and our algorithm can output exactly the same result, our algorithm mainly involves 8-bit integer operations, enabling us to exploit the full width of SIMD operations (e.g., 32) on modern processors. We also developed a library, libgaba, so that developers can easily integrate our algorithm into alignment programs. Our novel algorithm and optimized library implementation will facilitate accelerating nucleotide long-read analysis algorithms that use pairwise alignment stages. The library is implemented in the C programming language and available at https://github.com/ocxtal/libgaba .

  7. Flux control-based design of furfural-resistance strains of Saccharomyces cerevisiae for lignocellulosic biorefinery.

    Science.gov (United States)

    Unrean, Pornkamol

    2017-04-01

    We have previously developed a dynamic flux balance analysis of Saccharomyces cerevisiae for elucidation of genome-wide flux response to furfural perturbation (Unrean and Franzen, Biotechnol J 10(8):1248-1258, 2015). Herein, the dynamic flux distributions were analyzed by flux control analysis to identify target overexpressed genes for improved yeast robustness against furfural. The flux control coefficient (FCC) identified overexpressing isocitrate dehydrogenase (IDH1), a rate-controlling flux for ethanol fermentation, and dicarboxylate carrier (DIC1), a limiting flux for cell growth, as keys of furfural-resistance phenotype. Consistent with the model prediction, strain characterization showed 1.2- and 2.0-fold improvement in ethanol synthesis and furfural detoxification rates, respectively, by IDH1 overexpressed mutant compared to the control. DIC1 overexpressed mutant grew at 1.3-fold faster and reduced furfural at 1.4-fold faster than the control under the furfural challenge. This study hence demonstrated the FCC-based approach as an effective tool for guiding the design of robust yeast strains.

  8. Bone Shaft Revascularization After Marrow Ablation Is Dramatically Accelerated in BSP-/- Mice, Along With Faster Hematopoietic Recolonization.

    Science.gov (United States)

    Bouleftour, Wafa; Granito, Renata Neves; Vanden-Bossche, Arnaud; Sabido, Odile; Roche, Bernard; Thomas, Mireille; Linossier, Marie Thérèse; Aubin, Jane E; Lafage-Proust, Marie-Hélène; Vico, Laurence; Malaval, Luc

    2017-09-01

    The bone organ integrates the activity of bone tissue, bone marrow, and blood vessels and the factors ensuring this coordination remain ill defined. Bone sialoprotein (BSP) is with osteopontin (OPN) a member of the small integrin binding ligand N-linked glycoprotein (SIBLING) family, involved in bone formation, hematopoiesis and angiogenesis. In rodents, bone marrow ablation induces a rapid formation of medullary bone which peaks by ∼8 days (d8) and is blunted in BSP-/- mice. We investigated the coordinate hematopoietic and vascular recolonization of the bone shaft after marrow ablation of 2 month old BSP+/+ and BSP-/- mice. At d3, the ablated area in BSP-/- femurs showed higher vessel density (×4) and vascular volume (×7) than BSP+/+. Vessel numbers in the shaft of ablated BSP+/+ mice reached BSP-/- values only by d8, but with a vascular volume which was twice the value in BSP-/-, reflecting smaller vessel size in ablated mutants. At d6, a much higher number of Lin - (×3) as well as LSK (Lin - IL-7Rα - Sca-1 hi c-Kit hi , ×2) and hematopoietic stem cells (HSC: Flt3 - LSK, ×2) were counted in BSP-/- marrow, indicating a faster recolonization. However, the proportion of LSK and HSC within the Lin - was lower in BSP-/- and more differentiated stages were more abundant, as also observed in unablated bone, suggesting that hematopoietic differentiation is favored in the absence of BSP. Interestingly, unablated BSP-/- femur marrow also contains more blood vessels than BSP+/+, and in both intact and ablated shafts expression of VEGF and OPN are higher, and DMP1 lower in the mutants. In conclusion, bone marrow ablation in BSP-/- mice is followed by a faster vascular and hematopoietic recolonization, along with lower medullary bone formation. Thus, lack of BSP affects the interplay between hematopoiesis, angiogenesis, and osteogenesis, maybe in part through higher expression of VEGF and the angiogenic SIBLING, OPN. J. Cell. Physiol. 232: 2528-2537, 2017. © 2016

  9. Faster but Less Careful Prehension in Presence of High, Rather than Low, Social Status Attendees.

    Directory of Open Access Journals (Sweden)

    Carlo Fantoni

    Full Text Available Ample evidence attests that social intention, elicited through gestures explicitly signaling a request of communicative intention, affects the patterning of hand movement kinematics. The current study goes beyond the effect of social intention and addresses whether the same action of reaching to grasp an object for placing it in an end target position within or without a monitoring attendee's peripersonal space, can be moulded by pure social factors in general, and by social facilitation in particular. A motion tracking system (Optotrak Certus was used to record motor acts. We carefully avoided the usage of communicative intention by keeping constant both the visual information and the positional uncertainty of the end target position, while we systematically varied the social status of the attendee (a high, or a low social status in separated blocks. Only thirty acts performed in the presence of a different social status attendee, revealed a significant change of kinematic parameterization of hand movement, independently of the attendee's distance. The amplitude of peak velocity reached by the hand during the reach-to-grasp and the lift-to-place phase of the movement was larger in the high rather than in the low social status condition. By contrast, the deceleration time of the reach-to-grasp phase and the maximum grasp aperture was smaller in the high rather than in the low social status condition. These results indicated that the hand movement was faster but less carefully shaped in presence of a high, but not of a low social status attendee. This kinematic patterning suggests that being monitored by a high rather than a low social status attendee might lead participants to experience evaluation apprehension that informs the control of motor execution. Motor execution would rely more on feedforward motor control in the presence of a high social status human attendee, vs. feedback motor control, in the presence of a low social status attendee.

  10. Starting off on the right foot: strong right-footers respond faster with the right foot to positive words and with the left foot to negative words.

    Science.gov (United States)

    de la Vega, Irmgard; Graebe, Julia; Härtner, Leonie; Dudschig, Carolin; Kaup, Barbara

    2015-01-01

    Recent studies have provided evidence for an association between valence and left/right modulated by handedness, which is predicted by the body-specificity hypothesis (Casasanto, 2009) and also reflected in response times. We investigated whether such a response facilitation can also be observed with foot responses. Right-footed participants classified positive and negative words according to their valence by pressing a key with their left or right foot. A significant interaction between valence and foot only emerged in the by-items analysis. However, when dividing participants into two groups depending on the strength of their footedness, an interaction between valence and left/right was observed for strong right-footers, who responded faster with the right foot to positive words, and with the left foot to negative words. No interaction emerged for weak right-footers. The results strongly support the assumption that fluency lies at the core of the association between valence and left/right.

  11. Intraoperative Sensorcaine significantly improves postoperative pain management in outpatient reduction mammaplasty.

    Science.gov (United States)

    Culliford, Alfred T; Spector, Jason A; Flores, Roberto L; Louie, Otway; Choi, Mihye; Karp, Nolan S

    2007-09-15

    Breast reduction is one of the most frequently performed plastic surgical procedures in the United States; more than 160,500 patients underwent the procedure in 2005. Many outpatient reduction mammaplasty patients report the greatest postoperative discomfort in the first 48 hours. The authors' investigated the effect of intraoperative topical application of the long-acting local anesthetic agent bupivacaine (Sensorcaine or Marcaine) on postoperative pain, time to postanesthesia care unit discharge, and postoperative use of narcotic medication. In a prospective, randomized, single-blind trial, intraoperative use of Sensorcaine versus placebo (normal saline) was compared. Postoperative pain was quantified using the visual analogue scale, and time to discharge from the postanesthesia care unit was recorded. Patients documented their outpatient pain medication usage. Of the 37 patients enrolled in the study, 20 were treated with intraoperative topical Sensorcaine and 17 received placebo. Patients treated with Sensorcaine were discharged home significantly faster (2.9 hours versus 3.8 hours, p = 0.002). The control arm consistently had higher pain scores in the postanesthesia care unit (although not statistically significant) than the Sensorcaine group using the visual analogue scale system. Furthermore, patients receiving Sensorcaine required significantly less narcotic medication while recovering at home (mean, 3.5 tablets of Vicodin) than the control group (mean, 6.4 tablets; p = 0.001). There were no complications resulting from Sensorcaine usage. This prospective, randomized, single-blind study demonstrates that a single dose of intraoperative Sensorcaine provides a safe, inexpensive, and efficacious way to significantly shorten the length of postanesthesia care unit stay and significantly decrease postoperative opioid analgesic use in patients undergoing ambulatory reduction mammaplasty.

  12. Biological feedbacks as cause and demise of the Neoproterozoic icehouse: astrobiological prospects for faster evolution and importance of cold conditions.

    Science.gov (United States)

    Janhunen, Pekka; Kaartokallio, Hermanni; Oksanen, Ilona; Lehto, Kirsi; Lehto, Harry

    2007-02-14

    Several severe glaciations occurred during the Neoproterozoic eon, and especially near its end in the Cryogenian period (630-850 Ma). While the glacial periods themselves were probably related to the continental positions being appropriate for glaciation, the general coldness of the Neoproterozoic and Cryogenian as a whole lacks specific explanation. The Cryogenian was immediately followed by the Ediacaran biota and Cambrian Metazoan, thus understanding the climate-biosphere interactions around the Cryogenian period is central to understanding the development of complex multicellular life in general. Here we present a feedback mechanism between growth of eukaryotic algal phytoplankton and climate which explains how the Earth system gradually entered the Cryogenian icehouse from the warm Mesoproterozoic greenhouse. The more abrupt termination of the Cryogenian is explained by the increase in gaseous carbon release caused by the more complex planktonic and benthic foodwebs and enhanced by a diversification of metazoan zooplankton and benthic animals. The increased ecosystem complexity caused a decrease in organic carbon burial rate, breaking the algal-climatic feedback loop of the earlier Neoproterozoic eon. Prior to the Neoproterozoic eon, eukaryotic evolution took place in a slow timescale regulated by interior cooling of the Earth and solar brightening. Evolution could have proceeded faster had these geophysical processes been faster. Thus, complex life could theoretically also be found around stars that are more massive than the Sun and have main sequence life shorter than 10 Ga. We also suggest that snow and glaciers are, in a statistical sense, important markers for conditions that may possibly promote the development of complex life on extrasolar planets.

  13. Emotion, Etmnooi, or Emitoon?--Faster lexical access to emotional than to neutral words during reading.

    Science.gov (United States)

    Kissler, Johanna; Herbert, Cornelia

    2013-03-01

    Cortical processing of emotional words differs from that of neutral words. Using EEG event-related potentials (ERPs), the present study examines the functional stage(s) of this differentiation. Positive, negative, and neutral nouns were randomly mixed with pseudowords and letter strings derived from words within each valence and presented for reading while participants' EEG was recorded. Results indicated emotion effects in the N1 (110-140 ms), early posterior negativity (EPN, 216-320) and late positive potential (LPP, 432-500 ms) time windows. Across valence, orthographic word-form effects occurred from about 180 ms after stimulus presentation. Crucially, in emotional words, lexicality effects (real words versus pseudowords) were identified from 216 ms, words being more negative over posterior cortex, coinciding with EPN effects, whereas neutral words differed from pseudowords only after 320 ms. Emotional content affects word processing at pre-lexical, lexical and post-lexical levels, but remarkably lexical access to emotional words is faster than access to neutral words. Copyright © 2012 Elsevier B.V. All rights reserved.

  14. Faster-Than-Real-Time Simulation of Lithium Ion Batteries with Full Spatial and Temporal Resolution

    Directory of Open Access Journals (Sweden)

    Sandip Mazumder

    2013-01-01

    Full Text Available A one-dimensional coupled electrochemical-thermal model of a lithium ion battery with full temporal and normal-to-electrode spatial resolution is presented. Only a single pair of electrodes is considered in the model. It is shown that simulation of a lithium ion battery with the inclusion of detailed transport phenomena and electrochemistry is possible with faster-than-real-time compute times. The governing conservation equations of mass, charge, and energy are discretized using the finite volume method and solved using an iterative procedure. The model is first successfully validated against experimental data for both charge and discharge processes in a LixC6-LiyMn2O4 battery. Finally, it is demonstrated for an arbitrary rapidly changing transient load typical of a hybrid electric vehicle drive cycle. The model is able to predict the cell voltage of a 15-minute drive cycle in less than 12 seconds of compute time on a laptop with a 2.33 GHz Intel Pentium 4 processor.

  15. Clinical significance of dynamic measurements of serum and urinary TNF-α contents in patients receiving kidney transplantation

    International Nuclear Information System (INIS)

    Wu Cuihua; Xu Jun; Zhang Daojie

    2004-01-01

    Objective: To investigate the clinical significance of dynamic measurements of serum and urinary TNF-α contents in patients following kidney transplantation. Methods: Serum and urinary TNF-α contents were measured with RIA in 45 patients receiving kidney transplantation (both before and 2 day after operation) and 45 controls. In the group of 33 patients without rejection, serial dynamic measurements of serum and urinary TNF-α content were repeatedly performed on d7, d14, d21 and d28 postoperatively. Results: Serum TNF-α levels in all the patients groups were significantly higher than those in the controls (P 0.05). Urinary TNF-α levels dropped even faster and approached control values by d7. Conclusion: Continuous monitoring of post-operative serum and urinary TNF-α contents serves as an important indicator of the function of the transplanted kidney

  16. Platelet-rich fibrin, "a faster healing aid" in the treatment of combined lesions: A report of two cases.

    Science.gov (United States)

    Karunakar, Parupalli; Prasanna, Jammula Surya; Jayadev, Matapathi; Shravani, Guniganti Sushma

    2014-09-01

    Anatomically the pulp and periodontium are connected through apical foramen, and the lateral, accessory, and furcal canals. Diseases of one tissue may affect the other. In the present case report with two cases, a primary periodontal lesion with secondary endodontic involvement is described. In both cases, root canal treatment was done followed by periodontal therapy with the use of platelet-rich fibrin (PRF) as the regenerative material of choice. PRF has been a breakthrough in the stimulation and acceleration of tissue healing. It is used to achieve faster healing of the intrabony defects. Absence of an intraradicular lesion, pain, and swelling, along with tooth stability and adequate radiographic bone fill at 9 months of follow-up indicated a successful outcome.

  17. Platelet-rich fibrin, "a faster healing aid" in the treatment of combined lesions: A report of two cases

    Directory of Open Access Journals (Sweden)

    Parupalli Karunakar

    2014-01-01

    Full Text Available Anatomically the pulp and periodontium are connected through apical foramen, and the lateral, accessory, and furcal canals. Diseases of one tissue may affect the other. In the present case report with two cases, a primary periodontal lesion with secondary endodontic involvement is described. In both cases, root canal treatment was done followed by periodontal therapy with the use of platelet-rich fibrin (PRF as the regenerative material of choice. PRF has been a breakthrough in the stimulation and acceleration of tissue healing. It is used to achieve faster healing of the intrabony defects. Absence of an intraradicular lesion, pain, and swelling, along with tooth stability and adequate radiographic bone fill at 9 months of follow-up indicated a successful outcome.

  18. A light and faster regional convolutional neural network for object detection in optical remote sensing images

    Science.gov (United States)

    Ding, Peng; Zhang, Ye; Deng, Wei-Jian; Jia, Ping; Kuijper, Arjan

    2018-07-01

    Detection of objects from satellite optical remote sensing images is very important for many commercial and governmental applications. With the development of deep convolutional neural networks (deep CNNs), the field of object detection has seen tremendous advances. Currently, objects in satellite remote sensing images can be detected using deep CNNs. In general, optical remote sensing images contain many dense and small objects, and the use of the original Faster Regional CNN framework does not yield a suitably high precision. Therefore, after careful analysis we adopt dense convoluted networks, a multi-scale representation and various combinations of improvement schemes to enhance the structure of the base VGG16-Net for improving the precision. We propose an approach to reduce the test-time (detection time) and memory requirements. To validate the effectiveness of our approach, we perform experiments using satellite remote sensing image datasets of aircraft and automobiles. The results show that the improved network structure can detect objects in satellite optical remote sensing images more accurately and efficiently.

  19. FAMOUS, faster: using parallel computing techniques to accelerate the FAMOUS/HadCM3 climate model with a focus on the radiative transfer algorithm

    Directory of Open Access Journals (Sweden)

    P. Hanappe

    2011-09-01

    Full Text Available We have optimised the atmospheric radiation algorithm of the FAMOUS climate model on several hardware platforms. The optimisation involved translating the Fortran code to C and restructuring the algorithm around the computation of a single air column. Instead of the existing MPI-based domain decomposition, we used a task queue and a thread pool to schedule the computation of individual columns on the available processors. Finally, four air columns are packed together in a single data structure and computed simultaneously using Single Instruction Multiple Data operations.

    The modified algorithm runs more than 50 times faster on the CELL's Synergistic Processing Element than on its main PowerPC processing element. On Intel-compatible processors, the new radiation code runs 4 times faster. On the tested graphics processor, using OpenCL, we find a speed-up of more than 2.5 times as compared to the original code on the main CPU. Because the radiation code takes more than 60 % of the total CPU time, FAMOUS executes more than twice as fast. Our version of the algorithm returns bit-wise identical results, which demonstrates the robustness of our approach. We estimate that this project required around two and a half man-years of work.

  20. Fate and Phytotoxicity of CeO2 Nanoparticles on Lettuce Cultured in the Potting Soil Environment.

    Science.gov (United States)

    Gui, Xin; Zhang, Zhiyong; Liu, Shutong; Ma, Yuhui; Zhang, Peng; He, Xiao; Li, Yuanyuan; Zhang, Jing; Li, Huafen; Rui, Yukui; Liu, Liming; Cao, Weidong

    2015-01-01

    Cerium oxide nanoparticles (CeO2 NPs) have been shown to have significant interactions in plants. Previous study reported the specific-species phytotoxicity of CeO2 NPs by lettuce (Lactuca sativa), but their physiological impacts and vivo biotransformation are not yet well understood, especially in relative realistic environment. Butterhead lettuce were germinated and grown in potting soil for 30 days cultivation with treatments of 0, 50, 100, 1000 mg CeO2 NPs per kg soil. Results showed that lettuce in 100 mg·kg-1 treated groups grew significantly faster than others, but significantly increased nitrate content. The lower concentrations treatment had no impact on plant growth, compared with the control. However, the higher concentration treatment significantly deterred plant growth and biomass production. The stress response of lettuce plants, such as Superoxide dismutase (SOD), Peroxidase (POD), Malondialdehyde(MDA) activity was disrupted by 1000 mg·kg-1 CeO2 NPs treatment. In addition, the presence of Ce (III) in the roots of butterhead lettuce explained the reason of CeO2 NPs phytotoxicity. These findings demonstrate CeO2 NPs modification of nutritional quality, antioxidant defense system, the possible transfer into the food chain and biotransformation in vivo.

  1. Fate and Phytotoxicity of CeO2 Nanoparticles on Lettuce Cultured in the Potting Soil Environment.

    Directory of Open Access Journals (Sweden)

    Xin Gui

    Full Text Available Cerium oxide nanoparticles (CeO2 NPs have been shown to have significant interactions in plants. Previous study reported the specific-species phytotoxicity of CeO2 NPs by lettuce (Lactuca sativa, but their physiological impacts and vivo biotransformation are not yet well understood, especially in relative realistic environment. Butterhead lettuce were germinated and grown in potting soil for 30 days cultivation with treatments of 0, 50, 100, 1000 mg CeO2 NPs per kg soil. Results showed that lettuce in 100 mg·kg-1 treated groups grew significantly faster than others, but significantly increased nitrate content. The lower concentrations treatment had no impact on plant growth, compared with the control. However, the higher concentration treatment significantly deterred plant growth and biomass production. The stress response of lettuce plants, such as Superoxide dismutase (SOD, Peroxidase (POD, Malondialdehyde(MDA activity was disrupted by 1000 mg·kg-1 CeO2 NPs treatment. In addition, the presence of Ce (III in the roots of butterhead lettuce explained the reason of CeO2 NPs phytotoxicity. These findings demonstrate CeO2 NPs modification of nutritional quality, antioxidant defense system, the possible transfer into the food chain and biotransformation in vivo.

  2. Strategic larval decision-making in a bivoltine butterfly.

    Science.gov (United States)

    Friberg, Magne; Dahlerus, Josefin; Wiklund, Christer

    2012-07-01

    In temperate areas, insect larvae must decide between entering winter diapause or developing directly and reproducing in the same season. Long daylength and high temperature promote direct development, which is generally associated with a higher growth rate. In this work, we investigated whether the larval pathway decision precedes the adjustment of growth rate (state-independent), or whether the pathway decision is conditional on the individual's growth rate (state-dependent), in the butterfly Pieris napi. This species typically makes the pathway decision in the penultimate instar. We measured growth rate throughout larval development under two daylengths: slightly shorter and slightly longer than the critical daylength. Results indicate that the pathway decision can be both state-independent and state-dependent; under the shorter daylength condition, most larvae entered diapause, and direct development was chosen exclusively by a small subset of larvae showing the highest growth rates already in the early instars; under the longer daylength condition, most larvae developed directly, and the diapause pathway was chosen exclusively by a small subset of slow-growing individuals. Among the remainder, the choice of pathway was independent of the early growth rate; larvae entering diapause under the short daylength grew as fast as or faster than the direct developers under the longer daylength in the early instars, whereas the direct developers grew faster than the diapausers only in the ultimate instar. Hence, the pathway decision was state-dependent in a subset with a very high or very low growth rate, whereas the decision was state-independent in the majority of the larvae, which made the growth rate adjustment downstream from the pathway decision.

  3. Effects of extensive system versus semi-intensive and intensive systems on growth and carcass quality of dairy kids

    Directory of Open Access Journals (Sweden)

    Pedro Zurita Herrera

    2011-11-01

    Full Text Available The aim of this research was to study the effects of three different management systems on growth and carcass quality of 61 Murciano-Granadina breed kids and their interaction with sex. In the extensive system, 21 kids were allocated to suckle from their dams on free-range pasture with no additional feedstuff. In the semi-intensive system, 20 kids were suckled from their dams and had access to alfalfa hay and cereal straw (no free-range pasture. In the intensive system, 20 kids were separated from the dams at birth and then fed with milk replacer and alfalfa hay. Animals were slaughtered at 7.00 ± 1.00 kg of average BW. The semi-intensive system and extensive system kids grew faster than intensive system animals (127, 113 and 96 g/d, respectively. Differences in energy intake may explain these differences. Intensive system kids displayed the lowest real dressing percentages, calculated as 100 × (hot carcass weight/empty body weight, due to high development of empty gastrointestinal tract. The long leg and carcass were larger in extensive system kids than in kids from other management systems, presumably due to high physical activity on the free-range pastures. The carcasses and cuts from semi-intensive system and extensive system kids displayed more fat than those of intensive system kids. Males grew faster than females (122 and 103 g/d, respectively. Carcasses in male kids showed a higher content of bones but a lower content of fat than carcasses in female kids. The extensive system is feasible for producing kid meat from a dairy breed.

  4. Efficacy of using data from angler-caught Burbot to estimate population rate functions

    Science.gov (United States)

    Brauer, Tucker A.; Rhea, Darren T.; Walrath, John D.; Quist, Michael C.

    2018-01-01

    The effective management of a fish population depends on the collection of accurate demographic data from that population. Since demographic data are often expensive and difficult to obtain, developing cost‐effective and efficient collection methods is a high priority. This research evaluates the efficacy of using angler‐supplied data to monitor a nonnative population of Burbot Lota lota. Age and growth estimates were compared between Burbot collected by anglers and those collected in trammel nets from two Wyoming reservoirs. Collection methods produced different length‐frequency distributions, but no difference was observed in age‐frequency distributions. Mean back‐calculated lengths at age revealed that netted Burbot grew faster than angled Burbot in Fontenelle Reservoir. In contrast, angled Burbot grew slightly faster than netted Burbot in Flaming Gorge Reservoir. Von Bertalanffy growth models differed between collection methods, but differences in parameter estimates were minor. Estimates of total annual mortality (A) of Burbot in Fontenelle Reservoir were comparable between angled (A = 35.4%) and netted fish (33.9%); similar results were observed in Flaming Gorge Reservoir for angled (29.3%) and netted fish (30.5%). Beverton–Holt yield‐per‐recruit models were fit using data from both collection methods. Estimated yield differed by less than 15% between data sources and reservoir. Spawning potential ratios indicated that an exploitation rate of 20% would be required to induce recruitment overfishing in either reservoir, regardless of data source. Results of this study suggest that angler‐supplied data are useful for monitoring Burbot population dynamics in Wyoming and may be an option to efficiently monitor other fish populations in North America.

  5. World oil demand's shift toward faster growing and less price-responsive products and regions

    International Nuclear Information System (INIS)

    Dargay, Joyce M.; Gately, Dermot

    2010-01-01

    Using data for 1971-2008, we estimate the effects of changes in price and income on world oil demand, disaggregated by product - transport oil, fuel oil (residual and heating oil), and other oil - for six groups of countries. Most of the demand reductions since 1973-74 were due to fuel-switching away from fuel oil, especially in the OECD; in addition, the collapse of the Former Soviet Union (FSU) reduced their oil consumption substantially. Demand for transport and other oil was much less price-responsive, and has grown almost as rapidly as income, especially outside the OECD and FSU. World oil demand has shifted toward products and regions that are faster growing and less price-responsive. In contrast to projections to 2030 of declining per-capita demand for the world as a whole - by the U.S. Department of Energy (DOE), International Energy Agency (IEA) and OPEC - we project modest growth. Our projections for total world demand in 2030 are at least 20% higher than projections by those three institutions, using similar assumptions about income growth and oil prices, because we project rest-of-world growth that is consistent with historical patterns, in contrast to the dramatic slowdowns which they project. (author)

  6. Microgeographic differentiation in thermal performance curves between rural and urban populations of an aquatic insect.

    Science.gov (United States)

    Tüzün, Nedim; Op de Beeck, Lin; Brans, Kristien I; Janssens, Lizanne; Stoks, Robby

    2017-12-01

    The rapidly increasing rate of urbanization has a major impact on the ecology and evolution of species. While increased temperatures are a key aspect of urbanization ("urban heat islands"), we have very limited knowledge whether this generates differentiation in thermal responses between rural and urban populations. In a common garden experiment, we compared the thermal performance curves (TPCs) for growth rate and mortality in larvae of the damselfly Coenagrion puella from three urban and three rural populations. TPCs for growth rate shifted vertically, consistent with the faster-slower theoretical model whereby the cold-adapted rural larvae grew faster than the warm-adapted urban larvae across temperatures. In line with costs of rapid growth, rural larvae showed lower survival than urban larvae across temperatures. The relatively lower temperatures hence expected shorter growing seasons in rural populations compared to the populations in the urban heat islands likely impose stronger time constraints to reach a certain developmental stage before winter, thereby selecting for faster growth rates. In addition, higher predation rates at higher temperature may have contributed to the growth rate differences between urban and rural ponds. A faster-slower differentiation in TPCs may be a widespread pattern along the urbanization gradient. The observed microgeographic differentiation in TPCs supports the view that urbanization may drive life-history evolution. Moreover, because of the urban heat island effect, urban environments have the potential to aid in developing predictions on the impact of climate change on rural populations.

  7. Chemistry in California: How it Started and How it Grew

    Science.gov (United States)

    Norberg, Arthur L.

    1976-01-01

    Gives a brief history of chemistry in California during the last 100 years, including the foundation of chemical industries, the development of chemistry departments in universities and their respective specialities, and the role of California laboratories in World War II. (MLH)

  8. The Association of Canadian Medical Colleges and how it grew.

    Science.gov (United States)

    Waugh, D

    1993-01-01

    The Association of Canadian Medical Colleges has evolved over the 50 years of its existence in ways that could not have been anticipated by its founders who, none the less, would approve of the mature adult their infant has become. Both undergraduate and postgraduate medical education in Canada are now on a firmer and more rational base than would have been possible without the guidance and direction provided by a national body capable of resisting regional and sectarian pressures. Credit for this achievement must go to those who were responsible for the creation of the secretariat in the early 1960s. The vision of Wendell Macleod, the first chief executive officer, led to the development of the association's strong research arm, and his charm and wisdom created a smoothly operating and loyal staff. The record of the organization is a tribute to its staff and to the wisdom and foresight of its Council of Deans and Board of Directors. PMID:8477373

  9. HPV-FASTER

    DEFF Research Database (Denmark)

    Bosch, F Xavier; Robles, Claudia; Díaz, Mireia

    2016-01-01

    protocol would represent an attractive approach for many health-care systems, in particular, countries in Central and Eastern Europe, Latin America, Asia, and some more-developed parts of Africa. The role of vaccination in women aged >30 years and the optimal number of HPV-screening tests required......Human papillomavirus (HPV)-related screening technologies and HPV vaccination offer enormous potential for cancer prevention, notably prevention of cervical cancer. The effectiveness of these approaches is, however, suboptimal owing to limited implementation of screening programmes and restricted...... indications for HPV vaccination. Trials of HPV vaccination in women aged up to 55 years have shown almost 90% protection from cervical precancer caused by HPV16/18 among HPV16/18-DNA-negative women. We propose extending routine vaccination programmes to women of up to 30 years of age (and to the 45-50-year...

  10. Reading faster

    Directory of Open Access Journals (Sweden)

    Paul Nation

    2009-12-01

    Full Text Available This article describes the visual nature of the reading process as it relates to reading speed. It points out that there is a physical limit on normal reading speed and beyond this limit the reading process will be different from normal reading where almost every word is attended to. The article describes a range of activities for developing reading fluency, and suggests how the development of fluency can become part of a reading programme.

  11. Mechanisms of Bacterial (Serratia marcescens) Attachment to, Migration along, and Killing of Fungal Hyphae.

    Science.gov (United States)

    Hover, Tal; Maya, Tal; Ron, Sapir; Sandovsky, Hani; Shadkchan, Yana; Kijner, Nitzan; Mitiagin, Yulia; Fichtman, Boris; Harel, Amnon; Shanks, Robert M Q; Bruna, Roberto E; García-Véscovi, Eleonora; Osherov, Nir

    2016-05-01

    We have found a remarkable capacity for the ubiquitous Gram-negative rod bacterium Serratia marcescens to migrate along and kill the mycelia of zygomycete molds. This migration was restricted to zygomycete molds and several basidiomycete species. No migration was seen on any molds of the phylum Ascomycota. S. marcescens migration did not require fungal viability or surrounding growth medium, as bacteria migrated along aerial hyphae as well.S. marcescens did not exhibit growth tropism toward zygomycete mycelium. Bacterial migration along hyphae proceeded only when the hyphae grew into the bacterial colony. S. marcescens cells initially migrated along the hyphae, forming attached microcolonies that grew and coalesced to generate a biofilm that covered and killed the mycelium. Flagellum-defective strains of S. marcescens were able to migrate along zygomycete hyphae, although they were significantly slower than the wild-type strain and were delayed in fungal killing. Bacterial attachment to the mycelium does not necessitate type 1 fimbrial adhesion, since mutants defective in this adhesin migrated equally well as or faster than the wild-type strain. Killing does not depend on the secretion of S. marcescens chitinases, as mutants in which all three chitinase genes were deleted retained wild-type killing abilities. A better understanding of the mechanisms by which S. marcescens binds to, spreads on, and kills fungal hyphae might serve as an excellent model system for such interactions in general; fungal killing could be employed in agricultural fungal biocontrol. Copyright © 2016, American Society for Microbiology. All Rights Reserved.

  12. Biological feedbacks as cause and demise of the Neoproterozoic icehouse: astrobiological prospects for faster evolution and importance of cold conditions.

    Directory of Open Access Journals (Sweden)

    Pekka Janhunen

    Full Text Available Several severe glaciations occurred during the Neoproterozoic eon, and especially near its end in the Cryogenian period (630-850 Ma. While the glacial periods themselves were probably related to the continental positions being appropriate for glaciation, the general coldness of the Neoproterozoic and Cryogenian as a whole lacks specific explanation. The Cryogenian was immediately followed by the Ediacaran biota and Cambrian Metazoan, thus understanding the climate-biosphere interactions around the Cryogenian period is central to understanding the development of complex multicellular life in general. Here we present a feedback mechanism between growth of eukaryotic algal phytoplankton and climate which explains how the Earth system gradually entered the Cryogenian icehouse from the warm Mesoproterozoic greenhouse. The more abrupt termination of the Cryogenian is explained by the increase in gaseous carbon release caused by the more complex planktonic and benthic foodwebs and enhanced by a diversification of metazoan zooplankton and benthic animals. The increased ecosystem complexity caused a decrease in organic carbon burial rate, breaking the algal-climatic feedback loop of the earlier Neoproterozoic eon. Prior to the Neoproterozoic eon, eukaryotic evolution took place in a slow timescale regulated by interior cooling of the Earth and solar brightening. Evolution could have proceeded faster had these geophysical processes been faster. Thus, complex life could theoretically also be found around stars that are more massive than the Sun and have main sequence life shorter than 10 Ga. We also suggest that snow and glaciers are, in a statistical sense, important markers for conditions that may possibly promote the development of complex life on extrasolar planets.

  13. Le realizzazioni dell'economia sovietica. (Soviet economic performance

    Directory of Open Access Journals (Sweden)

    A. MADDISON

    2014-07-01

    Full Text Available While in the 1950s Soviet output grew faster than most other industrial countries, the early 1960s has seen a noticeable slowing down in growth. The present paper puts these economic developments into perspective to judge the efficacy of Soviet policy in its attempt to achieve maximum growth and transform an underdeveloped into a developed country. The author first assesses Soviet performance and policy at different stages of development, before assessing the level attained. The purposes for which output is used and the major factors responsible for Soviet performance are then analysed. Finally, likely future developments are considered.JEL: P27, O40

  14. THE DETERMINANTS OF E-GOVERNMENT RELATIONAL MODELS CONSTRUCTION: INTERACTION, COMMUNICATION, PARTICIPATION AND COLLABORATION

    Directory of Open Access Journals (Sweden)

    Florentina Neamtu

    2013-12-01

    Full Text Available In recent decades the integrating approach of new information and communication technologies in the public sector grew faster. Worldwide, most states have made and still make substantiate efforts towards the coherent strategies implementation in order to favor the complex process of integrating the new information and communication technologies. Regardless of the objectives - maximizing efficiency, increase transparency in the decision process, improve service quality or citizen participation in decision making - what we call today e-Government has become an essential mechanism in administrative reforms, independent of aggregation level. The article presents an analysis of the factors that define the outline of the e-government relational model.

  15. Faster diffraction-based overlay measurements with smaller targets using 3D gratings

    Science.gov (United States)

    Li, Jie; Kritsun, Oleg; Liu, Yongdong; Dasari, Prasad; Volkman, Catherine; Hu, Jiangtao

    2012-03-01

    Diffraction-based overlay (DBO) technologies have been developed to address the overlay metrology challenges for 22nm technology node and beyond. Most DBO technologies require specially designed targets that consist of multiple measurement pads, which consume too much space and increase measurement time. The traditional empirical approach (eDBO) using normal incidence spectroscopic reflectometry (NISR) relies on linear response of the reflectance with respect to overlay displacement within a small range. It offers convenience of quick recipe setup since there is no need to establish a model. However it requires three or four pads per direction (x or y) which adds burden to throughput and target size. Recent advances in modeling capability and computation power enabled mDBO, which allows overlay measurement with reduced number of pads, thus reducing measurement time and DBO target space. In this paper we evaluate the performance of single pad mDBO measurements using two 3D targets that have different grating shapes: squares in boxes and L-shapes in boxes. Good overlay sensitivities are observed for both targets. The correlation to programmed shifts and image-based overlay (IBO) is excellent. Despite the difference in shapes, the mDBO results are comparable for square and L-shape targets. The impact of process variations on overlay measurements is studied using a focus and exposure matrix (FEM) wafer. Although the FEM wafer has larger process variations, the correlation of mDBO results with IBO measurements is as good as the normal process wafer. We demonstrate the feasibility of single pad DBO measurements with faster throughput and smaller target size, which is particularly important in high volume manufacturing environment.

  16. Psoriasis treatment: faster and long-standing results after bathing in geothermal seawater. A randomized trial of three UVB phototherapy regimens.

    Science.gov (United States)

    Eysteinsdóttir, Jenna Huld; Ólafsson, Jón Hjaltalín; Agnarsson, Bjarni A; Lúðvíksson, Björn Rúnar; Sigurgeirsson, Bárður

    2014-02-01

    The combination of seawater baths and narrowband ultraviolet B (NB-UVB) is a known treatment for psoriasis. This study evaluates two treatment regimens that combine bathing in geothermal seawater and NB-UVB therapy in comparison with NB-UVB monotherapy. Sixty-eight psoriasis patients were randomly assigned to outpatient bathing in geothermal seawater combined with NB-UVB therapy three times a week, intensive daily treatment involving bathing in geothermal seawater combined with NB-UVB therapy, or NB-UVB therapy alone three times a week; treatment period was 6 weeks. Disease severity [Psoriasis Area Severity Index (PASI) and Lattice System Physician's Global Assessment scores], quality of life (Dermatology Life Quality Index) and histological changes were evaluated before, during and after treatment. The primary end point was the proportion of patients who achieved PASI 75 at 6 weeks. At 6 weeks, the percentage of patients who achieved PASI 75 and PASI 90 was significantly greater for both regimens, bathing in geothermal seawater three times a week (68.1% and 18.2%, respectively) and intensive treatment with geothermal seawater (73.1% and 42.3%, respectively) than for NB-UVB monotherapy (16.7% and 0%, respectively) (P seawater combined with NB-UVB therapy in psoriasis induces faster clinical and histological improvement, produces longer remission time and permits lower NB-UVB doses than UVB therapy alone. © 2013 John Wiley & Sons A/S. Published by John Wiley & Sons Ltd.

  17. Evaluation of medically significant bacteria in colonoscopes after 8 weeks of shelf life in open air storage.

    Science.gov (United States)

    Ingram, Jackie; Gaines, Peggy; Kite, Roberta; Morgan, Marcia; Spurling, Sheila; Winsett, Rebecca P

    2013-01-01

    The purpose of this study was to examine bacterial growth in colonoscopes in a series of graduated shelf times. There is no conclusive evidence on the length of time colonoscopes can be safely stored before requiring redisinfection. Standards for processing scopes after use are described and supported by the professional organizations of gastroenterology and infection control; however, shelf life varies from 3 to 5 days and most recommendations are based on clinical consensus. In this study, four colonoscopes were used in a clinical procedure, underwent automated high-level disinfection with 2.6% buffered glutaraldehyde, and cultured after 3, 5, 7, 14, 21, 28, 42, and 56 days of shelf time. Two investigators collected all the cultures after interrater reliability was established. Cultures were processed in the microbiology laboratory. No medically significant growth was detected at any of the culture points. At Day 14 and Day 42, one of four scopes grew fewer than two colony-forming units of a medically insignificant bacterium. Using professional standards for high-level disinfection growth was suppressed for up to 8 weeks. Further evidence to assess fungal or viral growth is needed to be able to make suggestions for colonoscope shelf life.

  18. The significance of music in teaching Turkish

    Directory of Open Access Journals (Sweden)

    Feyzan Göher Vural

    2018-03-01

    Full Text Available The whole history of teaching foreign languages is, in a way, a search for the best methodologies of doing so. Methods of teaching can be seen as systems providing the optimal ways of getting basic knowledge of a foreign language for students. The existing wide variety of methods suggests the choice of those most efficient for particular individuals. Each of the methodologies used relies on a number of theoretical underpinnings. This article advances proposals on using music in teaching Turkish as a foreign language, based on the principles of suggestopedia — the psychology of positive teaching developed by G. Lozanov. It is claimed that suggestopedia helps students learn a foreign language 3 to 5 times faster than those who rely on traditional methods of study. Suggestopedia makes colloquial dialogues in a foreign language be pronounced and/or listened to in the same way as music, and music is used as a facilitating and motivating factor, without lyrics. However, teaching based on suggestopedia alone will not suffice, since in the classical form it is limited by adult audiences and small ones to boot. Other peculiarities of students and groups also have to be accounted for, such as their linguistic background: if their first language is a Turkic one, they can be expected to learn Turkish faster, since they are already familiar with the melodic mode of the language. It can nevertheless be postulated that the use of songs in language learning helps develop such skills as vocabulary, rules of grammar and correct pronunciation. Songs facilitate teaching new words, grammatical rules, learning direction, layout, numbers and demonstrative adjectives. This is both useful and interesting for all categories of learners, children as well as adults.

  19. PET/CT Biograph trademark Sensation 16. Performance improvement using faster electronics

    International Nuclear Information System (INIS)

    Martinez, M.J.; Schwaiger, M.; Ziegler, S.I.; Bercier, Y.

    2006-01-01

    Aim: the new PET/CT biograph sensation 16 (BS16) tomographs have faster detector electronics which allow a reduced timing coincidence window and an increased lower energy threshold (from 350 to 400 keV). This paper evaluates the performance of the BS16 PET scanner before and after the Pico-3D electronics upgrade. Methods: four NEMA NU 2-2001 protocols, (i) spatial resolution, (ii) scatter fraction, count losses and random measurement, (iii) sensitivity, and (iv) image quality, have been performed. Results: a considerable change in both PET count-rate performance and image quality is observed after electronics upgrade. The new scatter fraction obtained using Pico-3D electronics showed a 14% decrease compared to that obtained with the previous electronics. At the typical patient background activity (5.3 kBq/ml), the new scatter fraction was approximately 0.42. The noise equivalent count-rate (R NEC ) performance was also improved. The value at which the R NEC curve peaked, increased from 3.7 . 10 4 s -1 at 14 kBq/ml to 6.4 . 10 4 s -1 at 21 kBq/ml (2R-NEC rate). Likewise, the peak true count-rate value increased from 1.9 . 10 5 s -1 at 22 kBq/ml to 3.4 . 10 5 s -1 at 33 kBq/ml. An average increase of 45% in contrast was observed for hot spheres when using AW-OSEM (4ix8s) as the reconstruction algorithm. For cold spheres, the average increase was 12%. Conclusion: the performance of the PET scanners in the BS16 tomographs is improved by the optimization of the signal processing. The narrower energy and timing coincidence windows lead to a considerable increase of signal-to-noise ratio. The existing combination of fast detectors and adapted electronics in the BS16 tomographs allow imaging protocols with reduced acquisition time, providing higher patient throughput. (orig.)

  20. An Acute Lateral Ankle Sprain Significantly Decreases Physical Activity across the Lifespan

    Directory of Open Access Journals (Sweden)

    Tricia Hubbard-Turner, Erik A. Wikstrom, Sophie Guderian, Michael J. Turner

    2015-09-01

    Full Text Available We do not know the impact an ankle sprain has on physical activity levels across the lifespan. With the negative consequences of physical inactivity well established, understanding the effect of an ankle sprain on this outcome is critical. The objective of this study was to measure physical activity across the lifespan after a single ankle sprain in an animal model. Thirty male mice (CBA/J were randomly placed into one of three groups: the transected calcaneofibular ligament (CFL group, the transected anterior talofibular ligament (ATFL/CFL group, and a SHAM group. Three days after surgery, all of the mice were individually housed in a cage containing a solid surface running wheel. Physical activity levels were recorded and averaged every week across the mouse’s lifespan. The SHAM mice ran significantly more distance each day compared to the remaining two running groups (post hoc p = 0.011. Daily duration was different between the three running groups (p = 0.048. The SHAM mice ran significantly more minutes each day compared to the remaining two running groups (post hoc p=0.046 while the ATFL/CFL mice ran significantly less minutes each day (post hoc p = 0.028 compared to both the SHAM and CFL only group. The SHAM mice ran at a faster daily speed versus the remaining two groups of mice (post hoc p = 0.019 and the ATFL/CFL mice ran significantly slower each day compared to the SHAM and CFL group (post hoc p = 0.005. The results of this study indicate that a single ankle sprain significantly decreases physical activity across the lifespan in mice. This decrease in physical activity can potentially lead to the development of numerous chronic diseases. An ankle sprain thus has the potential to lead to significant long term health risks if not treated appropriately.

  1. Getting Innovative Therapies Faster to Patients at the Right Dose: Impact of Quantitative Pharmacology Towards First Registration and Expanding Therapeutic Use.

    Science.gov (United States)

    Nayak, Satyaprakash; Sander, Oliver; Al-Huniti, Nidal; de Alwis, Dinesh; Chain, Anne; Chenel, Marylore; Sunkaraneni, Soujanya; Agrawal, Shruti; Gupta, Neeraj; Visser, Sandra A G

    2018-03-01

    Quantitative pharmacology (QP) applications in translational medicine, drug-development, and therapeutic use were crowd-sourced by the ASCPT Impact and Influence initiative. Highlighted QP case studies demonstrated faster access to innovative therapies for patients through 1) rational dose selection for pivotal trials; 2) reduced trial-burden for vulnerable populations; or 3) simplified posology. Critical success factors were proactive stakeholder engagement, alignment on the value of model-informed approaches, and utilizing foundational clinical pharmacology understanding of the therapy. © 2018 The Authors Clinical Pharmacology & Therapeutics published by Wiley Periodicals, Inc. on behalf of American Society for Clinical Pharmacology and Therapeutics.

  2. Platelet-rich fibrin, “a faster healing aid” in the treatment of combined lesions: A report of two cases

    Science.gov (United States)

    Karunakar, Parupalli; Prasanna, Jammula Surya; Jayadev, Matapathi; Shravani, Guniganti Sushma

    2014-01-01

    Anatomically the pulp and periodontium are connected through apical foramen, and the lateral, accessory, and furcal canals. Diseases of one tissue may affect the other. In the present case report with two cases, a primary periodontal lesion with secondary endodontic involvement is described. In both cases, root canal treatment was done followed by periodontal therapy with the use of platelet-rich fibrin (PRF) as the regenerative material of choice. PRF has been a breakthrough in the stimulation and acceleration of tissue healing. It is used to achieve faster healing of the intrabony defects. Absence of an intraradicular lesion, pain, and swelling, along with tooth stability and adequate radiographic bone fill at 9 months of follow-up indicated a successful outcome. PMID:25425831

  3. A faster ordered-subset convex algorithm for iterative reconstruction in a rotation-free micro-CT system

    International Nuclear Information System (INIS)

    Quan, E; Lalush, D S

    2009-01-01

    We present a faster iterative reconstruction algorithm based on the ordered-subset convex (OSC) algorithm for transmission CT. The OSC algorithm was modified such that it calculates the normalization term before the iterative process in order to save computational cost. The modified version requires only one backprojection per iteration as compared to two required for the original OSC. We applied the modified OSC (MOSC) algorithm to a rotation-free micro-CT system that we proposed previously, observed its performance, and compared with the OSC algorithm for 3D cone-beam reconstruction. Measurements on the reconstructed images as well as the point spread functions show that MOSC is quite similar to OSC; in noise-resolution trade-off, MOSC is comparable with OSC in a regular-noise situation and it is slightly worse than OSC in an extremely high-noise situation. The timing record shows that MOSC saves 25-30% CPU time, depending on the number of iterations used. We conclude that the MOSC algorithm is more efficient than OSC and provides comparable images.

  4. Interactions between marine facultative epiphyte Chlamydomonas sp. (Chlamydomonadales, Chlorophyta) and ceramiaceaen algae (Rhodophyta).

    Science.gov (United States)

    Klochkova, Tatyana A; Cho, Ga Youn; Boo, Sung Min; Chung, Ki Wha; Kim, Song Ja; Kim, Gwang Hoon

    2008-07-01

    Previously unrecorded marine Chlamydomonas that grew epiphytic on ceramiaceaen algae was collected from the western coast of Korea and isolated into a unialgal culture. The isolate was subjected to 18S rDNA phylogenetic analysis as well as ultrastructure and life cycle studies. It had an affinity with the marine Chlamydomonas species and was less related to freshwater/terrestrial representatives of this genus. It had flagella shorter than the cell body two-layered cell wall with striated outer surface and abundant mucilaginous material beneath the innermost layer and no contractile vacuoles. This alga grew faster in mixed cultures with ceramiaceaen algae rather than in any tested unialgal culture condition; the cells looked healthier and zoosporangia and motile flagellated vegetative cells appeared more often. These results suggested that this Chlamydomonas might be a facultative epiphyte benefiting from its hosts. Several ceramiaceaen algae were tested as host plants. Meanwhile, cell deformation or collapse of the whole thallus was caused to Aglaothamnion byssoides, and preliminary study suggested that a substance released from Chlamydomonas caused the response. This is first report on harmful epiphytic interactions between Chlamydomonas species and red ceramiaceaen algae.

  5. A faster numerical scheme for a coupled system modeling soil erosion and sediment transport

    Science.gov (United States)

    Le, M.-H.; Cordier, S.; Lucas, C.; Cerdan, O.

    2015-02-01

    Overland flow and soil erosion play an essential role in water quality and soil degradation. Such processes, involving the interactions between water flow and the bed sediment, are classically described by a well-established system coupling the shallow water equations and the Hairsine-Rose model. Numerical approximation of this coupled system requires advanced methods to preserve some important physical and mathematical properties; in particular, the steady states and the positivity of both water depth and sediment concentration. Recently, finite volume schemes based on Roe's solver have been proposed by Heng et al. (2009) and Kim et al. (2013) for one and two-dimensional problems. In their approach, an additional and artificial restriction on the time step is required to guarantee the positivity of sediment concentration. This artificial condition can lead the computation to be costly when dealing with very shallow flow and wet/dry fronts. The main result of this paper is to propose a new and faster scheme for which only the CFL condition of the shallow water equations is sufficient to preserve the positivity of sediment concentration. In addition, the numerical procedure of the erosion part can be used with any well-balanced and positivity preserving scheme of the shallow water equations. The proposed method is tested on classical benchmarks and also on a realistic configuration.

  6. Differentially-Expressed Genes Associated with Faster Growth of the Pacific Abalone, Haliotis discus hannai.

    Science.gov (United States)

    Choi, Mi-Jin; Kim, Gun-Do; Kim, Jong-Myoung; Lim, Han Kyu

    2015-11-18

    The Pacific abalone Haliotis discus hannai is used for commercial aquaculture in Korea. We examined the transcriptome of Pacific abalone Haliotis discus hannai siblings using NGS technology to identify genes associated with high growth rates. Pacific abalones grown for 200 days post-fertilization were divided into small-, medium-, and large-size groups with mean weights of 0.26 ± 0.09 g, 1.43 ± 0.405 g, and 5.24 ± 1.09 g, respectively. RNA isolated from the soft tissues of each group was subjected to RNA sequencing. Approximately 1%-3% of the transcripts were differentially expressed in abalones, depending on the growth rate. RT-PCR was carried out on thirty four genes selected to confirm the relative differences in expression detected by RNA sequencing. Six differentially-expressed genes were identified as associated with faster growth of the Pacific abalone. These include five up-regulated genes (including one specific to females) encoding transcripts homologous to incilarin A, perlucin, transforming growth factor-beta-induced protein immunoglobulin-heavy chain 3 (ig-h3), vitelline envelope zona pellucida domain 4, and defensin, and one down-regulated gene encoding tomoregulin in large abalones. Most of the transcripts were expressed predominantly in the hepatopancreas. The genes identified in this study will lead to development of markers for identification of high-growth-rate abalones and female abalones.

  7. Differentially-Expressed Genes Associated with Faster Growth of the Pacific Abalone, Haliotis discus hannai

    Directory of Open Access Journals (Sweden)

    Mi-Jin Choi

    2015-11-01

    Full Text Available The Pacific abalone Haliotis discus hannai is used for commercial aquaculture in Korea. We examined the transcriptome of Pacific abalone Haliotis discus hannai siblings using NGS technology to identify genes associated with high growth rates. Pacific abalones grown for 200 days post-fertilization were divided into small-, medium-, and large-size groups with mean weights of 0.26 ± 0.09 g, 1.43 ± 0.405 g, and 5.24 ± 1.09 g, respectively. RNA isolated from the soft tissues of each group was subjected to RNA sequencing. Approximately 1%–3% of the transcripts were differentially expressed in abalones, depending on the growth rate. RT-PCR was carried out on thirty four genes selected to confirm the relative differences in expression detected by RNA sequencing. Six differentially-expressed genes were identified as associated with faster growth of the Pacific abalone. These include five up-regulated genes (including one specific to females encoding transcripts homologous to incilarin A, perlucin, transforming growth factor-beta-induced protein immunoglobulin-heavy chain 3 (ig-h3, vitelline envelope zona pellucida domain 4, and defensin, and one down-regulated gene encoding tomoregulin in large abalones. Most of the transcripts were expressed predominantly in the hepatopancreas. The genes identified in this study will lead to development of markers for identification of high-growth-rate abalones and female abalones.

  8. Control Algorithms Charge Batteries Faster

    Science.gov (United States)

    2012-01-01

    On March 29, 2011, NASA s Mercury Surface, Space Environment, Geochemistry and Ranging (MESSENGER) spacecraft beamed a milestone image to Earth: the first photo of Mercury taken from orbit around the solar system s innermost planet. (MESSENGER is also the first spacecraft to orbit Mercury.) Like most of NASA s deep space probes, MESSENGER is enabled by a complex power system that allows its science instruments and communications to function continuously as it travels millions of miles from Earth. "Typically, there isn't one particular power source that can support the entire mission," says Linda Taylor, electrical engineer in Glenn Research Center s Power Systems Analysis Branch. "If you have solar arrays and you are in orbit, at some point you re going to be in eclipse." Because of this, Taylor explains, spacecraft like MESSENGER feature hybrid power systems. MESSENGER is powered by a two-panel solar array coupled with a nickel hydrogen battery. The solar arrays provide energy to the probe and charge the battery; when the spacecraft s orbit carries it behind Mercury and out of the Sun s light, the spacecraft switches to battery power to continue operations. Typically, hybrid systems with multiple power inputs and a battery acting alternately as storage and a power source require multiple converters to handle the power flow between the devices, Taylor says. (Power converters change the qualities of electrical energy, such as from alternating current to direct current, or between different levels of voltage or frequency.) This contributes to a pair of major concerns for spacecraft design. "Weight and size are big drivers for any space application," Taylor says, noting that every pound added to a space vehicle incurs significant costs. For an innovative solution to managing power flows in a lightweight, cost-effective manner, NASA turned to a private industry partner.

  9. Growth and Progression of TRAMP Prostate Tumors in Relationship to Diet and Obesity

    Directory of Open Access Journals (Sweden)

    Melissa J. L. Bonorden

    2012-01-01

    Full Text Available To clarify effects of diet and body weight on prostate cancer development, three studies were undertaken using the TRAMP mouse model of this disease. In the first experiment, obesity was induced by injection of gold thioglucose (GTG. Age of prostate tumor detection (~33 wk and death (~43 wk was not significantly different among the groups. In the second study, TRAMP-C2 cells were injected into syngeneic C57BL6 mice and tumor progression was evaluated in mice fed either high-fat or low-fat diets. The high fat fed mice had larger tumors than did the low-fat fed mice. In the third study, tumor development was followed in TRAMP mice fed a high fat diet from 6 weeks of age. There were no significant effects of body weight status or diet on tumor development among the groups. When the tumors were examined for the neuroendocrine marker synaptophysin, there was no correlation with either body weight or diet. However, there was a significant correlation of the expression of synaptophysin with earlier age to tumor detection and death. In summary, TRAMP-C2 cells grew faster when the mice were fed a high-fat diet. Further synaptophysin may be a marker of poor prognosis independent of weight and diet.

  10. The nuclear marketplace. Past, present, future

    International Nuclear Information System (INIS)

    Hatcher, S.R.

    1984-01-01

    Demand for uranium and heavy water depends on demand for power reactors, which in turn depends on demand for electricity. There is electric power generation over capacity at the moment, due to the fact that during the period of rapid economic growth in the 1960s and 1970s electricity production was growing about 50% faster than the GDP. The rapid escalation of energy costs between 1973 and 1980 fueled inflation and drove interest rates up, resulting in low growth rates and a recession. Even during this period electricity production capacity grew 50% faster than the GDP. The inevitable rationalization resulted in cancellations and near bankruptcy for electric utilities. The IAEA forecasts that more than the world's total nuclear generating capacity as of 1982 will be added in the 1990s, so the long-term prospect for nuclear power remains good. Until then, the nuclear industry will be experiencing a buyer's market, and the Canadian nuclear industry must select its markets carefully, in both the domestic and the international markets. (L.L.)

  11. Evidence of underage targeting of alcohol advertising on television in the United States: Lessons from the Lockyer v. Reynolds decisions

    Science.gov (United States)

    Ostroff, Joshua; Jernigan, David H.

    2016-01-01

    Underage alcohol use is a global public health problem and alcohol advertising has been associated with underage drinking. The alcohol industry regulates itself and is the primary control on alcohol advertising in many countries around the world, advising trade association members to advertise only in adult-oriented media. Despite high levels of compliance with these self-regulatory guidelines, in several countries youth exposure to alcohol advertising on television has grown faster than adult exposure. In the United States, we found that exposure for underage viewers ages 18–20 grew from 2005 through 2011 faster than any adult age group. Applying a method adopted from a court in the US to identify underage targeting of advertising, we found evidence of targeting of alcohol advertising to underage viewers ages 18–20. The court's rule appeared in Lockyer v. Reynolds (The People ex rel. Bill Lockyer v. R.J. Reynolds Tobacco Company, GIC764118, 2002). We demonstrated that alcohol companies were able to modify their advertising practices to maintain current levels of adult advertising exposure while reducing youth exposure. PMID:24424494

  12. Growth rate differences between resident native brook trout and non-native brown trout

    Science.gov (United States)

    Carlson, S.M.; Hendry, A.P.; Letcher, B.H.

    2007-01-01

    Between species and across season variation in growth was examined by tagging and recapturing individual brook trout Salvelinus fontinalis and brown trout Salmo trutta across seasons in a small stream (West Brook, Massachusetts, U.S.A.). Detailed information on body size and growth are presented to (1) test whether the two species differed in growth within seasons and (2) characterize the seasonal growth patterns for two age classes of each species. Growth differed between species in nearly half of the season- and age-specific comparisons. When growth differed, non-native brown trout grew faster than native brook trout in all but one comparison. Moreover, species differences were most pronounced when overall growth was high during the spring and early summer. These growth differences resulted in size asymmetries that were sustained over the duration of the study. A literature survey also indicated that non-native salmonids typically grow faster than native salmonids when the two occur in sympatry. Taken together, these results suggest that differences in growth are not uncommon for coexisting native and non-native salmonids. ?? 2007 The Authors.

  13. Evidence of underage targeting of alcohol advertising on television in the United States: lessons from the Lockyer v. Reynolds decisions.

    Science.gov (United States)

    Ross, Craig S; Ostroff, Joshua; Jernigan, David H

    2014-02-01

    Underage alcohol use is a global public health problem and alcohol advertising has been associated with underage drinking. The alcohol industry regulates itself and is the primary control on alcohol advertising in many countries around the world, advising trade association members to advertise only in adult-oriented media. Despite high levels of compliance with these self-regulatory guidelines, in several countries youth exposure to alcohol advertising on television has grown faster than adult exposure. In the United States, we found that exposure for underage viewers ages 18-20 grew from 2005 through 2011 faster than any adult age group. Applying a method adopted from a court in the US to identify underage targeting of advertising, we found evidence of targeting of alcohol advertising to underage viewers ages 18-20. The court's rule appeared in Lockyer v. Reynolds (The People ex rel. Bill Lockyer v. R.J. Reynolds Tobacco Company, GIC764118, 2002). We demonstrated that alcohol companies were able to modify their advertising practices to maintain current levels of adult advertising exposure while reducing youth exposure.

  14. Catheter placement for lysis of spontaneous intracerebral hematomas: does a catheter position in the core of the hematoma allow more effective and faster hematoma lysis?

    Science.gov (United States)

    Malinova, Vesna; Schlegel, Anna; Rohde, Veit; Mielke, Dorothee

    2017-07-01

    For the fibrinolytic therapy of intracerebral hematomas (ICH) using recombinant tissue plasminogen activator (rtPA), a catheter position in the core of the hematoma along the largest clot diameter was assumed to be optimal for an effective clot lysis. However, it never had been proven that core position indeed enhances clot lysis if compared with less optimal catheter positions. In this study, the impact of the catheter position on the effectiveness and on the time course of clot lysis was evaluated. We analyzed the catheter position using a relative error calculating the distance perpendicular to the catheter's center in relation to hematoma's diameter and evaluated the relative hematoma volume reduction (RVR). The correlation of the RVR with the catheter position was evaluated. Additionally, we tried to identify patterns of clot lysis with different catheter positions. The patient's outcome at discharge was evaluated using the Glasgow outcome score. A total of 105 patients were included in the study. The mean hematoma volume was 56 ml. The overall RVR was 62.7 %. In 69 patients, a catheter position in the core of the clot was achieved. We found no significant correlation between catheter position and hematoma RVR (linear regression, p = 0.14). Core catheter position leads to more symmetrical hematoma RVR. Faster clot lysis happens in the vicinity of the catheter openings. We found no significant difference in the patient's outcome dependent on the catheter position (linear regression, p = 0.90). The catheter position in the core of the hematoma along its largest diameter does not significantly influence the effectiveness of clot lysis after rtPA application.

  15. Faster eating rates are associated with higher energy intakes during an ad libitum meal, higher BMI and greater adiposity among 4·5-year-old children: results from the Growing Up in Singapore Towards Healthy Outcomes (GUSTO) cohort.

    Science.gov (United States)

    Fogel, Anna; Goh, Ai Ting; Fries, Lisa R; Sadananthan, Suresh A; Velan, S Sendhil; Michael, Navin; Tint, Mya-Thway; Fortier, Marielle V; Chan, Mei Jun; Toh, Jia Ying; Chong, Yap-Seng; Tan, Kok Hian; Yap, Fabian; Shek, Lynette P; Meaney, Michael J; Broekman, Birit F P; Lee, Yung Seng; Godfrey, Keith M; Chong, Mary F F; Forde, Ciarán G

    2017-04-01

    Faster eating rates are associated with increased energy intake, but little is known about the relationship between children's eating rate, food intake and adiposity. We examined whether children who eat faster consume more energy and whether this is associated with higher weight status and adiposity. We hypothesised that eating rate mediates the relationship between child weight and ad libitum energy intake. Children (n 386) from the Growing Up in Singapore Towards Healthy Outcomes cohort participated in a video-recorded ad libitum lunch at 4·5 years to measure acute energy intake. Videos were coded for three eating-behaviours (bites, chews and swallows) to derive a measure of eating rate (g/min). BMI and anthropometric indices of adiposity were measured. A subset of children underwent MRI scanning (n 153) to measure abdominal subcutaneous and visceral adiposity. Children above/below the median eating rate were categorised as slower and faster eaters, and compared across body composition measures. There was a strong positive relationship between eating rate and energy intake (r 0·61, P<0·001) and a positive linear relationship between eating rate and children's BMI status. Faster eaters consumed 75 % more energy content than slower eating children (Δ548 kJ (Δ131 kcal); 95 % CI 107·6, 154·4, P<0·001), and had higher whole-body (P<0·05) and subcutaneous abdominal adiposity (Δ118·3 cc; 95 % CI 24·0, 212·7, P=0·014). Mediation analysis showed that eating rate mediates the link between child weight and energy intake during a meal (b 13·59; 95 % CI 7·48, 21·83). Children who ate faster had higher energy intake, and this was associated with increased BMI z-score and adiposity.

  16. Considering Time in Orthophotography Production: from a General Workflow to a Shortened Workflow for a Faster Disaster Response

    Science.gov (United States)

    Lucas, G.

    2015-08-01

    This article overall deals with production time with orthophoto imagery with medium size digital frame camera. The workflow examination follows two main parts: data acquisition and post-processing. The objectives of the research are fourfold: 1/ gathering time references for the most important steps of orthophoto production (it turned out that literature is missing on this topic); these figures are used later for total production time estimation; 2/ identifying levers for reducing orthophoto production time; 3/ building a simplified production workflow for emergency response: less exigent with accuracy and faster; and compare it to a classical workflow; 4/ providing methodical elements for the estimation of production time with a custom project. In the data acquisition part a comprehensive review lists and describes all the factors that may affect the acquisition efficiency. Using a simulation with different variables (average line length, time of the turns, flight speed) their effect on acquisition efficiency is quantitatively examined. Regarding post-processing, the time references figures were collected from the processing of a 1000 frames case study with 15 cm GSD covering a rectangular area of 447 km2; the time required to achieve each step during the production is written down. When several technical options are possible, each one is tested and time documented so as all alternatives are available. Based on a technical choice with the workflow and using the compiled time reference of the elementary steps, a total time is calculated for the post-processing of the 1000 frames. Two scenarios are compared as regards to time and accuracy. The first one follows the "normal" practices, comprising triangulation, orthorectification and advanced mosaicking methods (feature detection, seam line editing and seam applicator); the second is simplified and make compromise over positional accuracy (using direct geo-referencing) and seamlines preparation in order to achieve

  17. CO2 enrichment inhibits shoot nitrate assimilation in C3 but not C4 plants and slows growth under nitrate in C3 plants.

    Science.gov (United States)

    Bloom, Arnold J; Asensio, Jose Salvador Rubaio; Randall, Lesley; Rachmilevitch, Shimon; Cousins, Asaph B; Carlisle, Eli A

    2012-02-01

    The CO2 concentration in Earth's atmosphere may double during this century. Plant responses to such an increase depend strongly on their nitrogen status, but the reasons have been uncertain. Here, we assessed shoot nitrate assimilation into amino acids via the shift in shoot CO2 and O2 fluxes when plants received nitrate instead of ammonium as a nitrogen source (deltaAQ). Shoot nitrate assimilation became negligible with increasing CO2 in a taxonomically diverse group of eight C3 plant species, was relatively insensitive to CO2 in three C4 species, and showed an intermediate sensitivity in two C3-C4 intermediate species. We then examined the influence of CO2 level and ammonium vs. nitrate nutrition on growth, assessed in terms of changes in fresh mass, of several C3 species and a Crassulacean acid metabolism (CAM) species. Elevated CO2 (720 micromol CO2/mol of all gases present) stimulated growth or had no effect in the five C3 species tested when they received ammonium as a nitrogen source but inhibited growth or had no effect if they received nitrate. Under nitrate, two C3 species grew faster at sub-ambient (approximately 310 micromol/mol) than elevated CO2. A CAM species grew faster at ambient than elevated or sub-ambient CO2 under either ammonium or nitrate nutrition. This study establishes that CO2 enrichment inhibits shoot nitrate assimilation in a wide variety of C3 plants and that this phenomenon can have a profound effect on their growth. This indicates that shoot nitrate assimilation provides an important contribution to the nitrate assimilation of an entire C3 plant. Thus, rising CO2 and its effects on shoot nitrate assimilation may influence the distribution of C3 plant species.

  18. Fetal growth trajectories in pregnancies of European and South Asian mothers with and without gestational diabetes, a population-based cohort study.

    Science.gov (United States)

    Sletner, Line; Jenum, Anne Karen; Yajnik, Chittaranjan S; Mørkrid, Kjersti; Nakstad, Britt; Rognerud-Jensen, Odd Harald; Birkeland, Kåre I; Vangen, Siri

    2017-01-01

    Our aim was to examine the impact of gestational diabetes (GDM), from before the GDM-diagnosis is made, on fetal growth trajectories, and to compare it in Europeans and South Asians; two ethnic groups with dissimilar fetal growth patterns. We studied European (n = 349) and South Asian (n = 184) pregnant women, from the population-based STORK-Groruddalen cohort in Oslo, Norway. Mothers were enrolled in early pregnancy, screened for GDM in gestational week 28 ±2, and classified as "non-GDM", "mild GDM" or "moderate/severe GDM". We measured fetal head circumference, abdominal circumference and femur length by ultrasound, and estimated fetal weight in gestational week 24, 32 and 37, and performed corresponding measurements at birth. In non-GDM pregnancies, South Asian fetuses (n = 156) had a slower growth from gestational week 24, compared with Europeans (n = 310). More than two thirds of the European mothers later diagnosed with GDM were overweight or obese in early pregnancy, while this was not observed in South Asians. Fetuses of GDM mothers tended to be smaller than fetuses of non-GDM mothers in week 24, but thereafter grew faster until birth. This pattern was especially pronounced in fetuses of South Asian mothers with moderate/severe GDM. In week 24 these fetuses had a -0.95 SD (95% CI: -1.53, -0.36) lower estimated fetal weight than their non-GDM counterparts. In contrast, at birth they were 0.45 SD (0.09, 0.81) larger. Offspring of GDM mothers were smaller in mid pregnancy, but subsequently grew faster until birth, compared with offspring of non-GDM mothers. This pattern was most prominent in South Asian mothers with moderate to severe GDM. However, the most remarkable characteristic of these fetuses was not a large size at birth, but the small size in mid pregnancy, before the GDM diagnosis was set.

  19. Spatial patterns of cyanobacterial mat growth on sand ripples

    Science.gov (United States)

    Mariotti, G.; Klepac-Ceraj, V.; Perron, J. T.; Bosak, T.

    2016-02-01

    Photosynthetic microbial mats produce organic matter, cycle nutrients, bind pollutants and stabilize sediment in sandy marine environments. Here, we investigate the influence of bedforms and wave motion on the growth rate, composition and spatial variability of microbial mats by growing cyanobacterial mats on a rippled bed of carbonate sand in a wave tank. The tank was forced with an oscillatory flow with velocities below the threshold for sediment motion yet able to induce a porewater flow within the sediment. Different spatial patterns developed in mats depending on the initial biochemistry of the water medium. When growing in a medium rich in nitrogen, phosphorous and micronutrients, mats grew faster on ripple troughs than on ripple crests. After two months, mats covered the bed surface uniformly, and the microbial communities on the crests and in the troughs had similar compositions. Differences in bed shear stress and nutrient availability between crests and troughs were not able to explain the faster growth in the troughs. We hypothesize that this growth pattern is due to a "strainer" effect, i.e. the suspended bacteria from the inoculum were preferentially delivered to troughs by the wave-induced porewater flow. In the experiments initiated in a medium previously used up by a microbial mat and thus depleted in nutrients, mats grew preferentially on the ripple crests. This spatial pattern persisted for nearly two years, and the microbial composition on troughs and crests was different. We attribute this pattern to the upwelling of porewater in the crests, which increased the delivery of nutrients from sediment to the cyanobacteria on the bed surface. Thus, the macroscopic patterns formed by photosynthetic microbial mats on sand ripples may be used to infer whether mats are nutrient-limited and whether they are recently colonized or older than a month.

  20. Temperature affects species distribution in symbiotic populations of Vibrio spp.

    Science.gov (United States)

    Nishiguchi, M K

    2000-08-01

    The genus Sepiola (Cephalopoda: Sepiolidae) contains 10 known species that occur in the Mediterranean Sea today. All Sepiola species have a light organ that contains at least one of two species of luminous bacteria, Vibrio fischeri and Vibrio logei. The two Vibrio species coexist in at least four Sepiola species (S. affinis, S. intermedia, S. ligulata, and S. robusta), and their concentrations in the light organ depend on changes in certain abiotic factors, including temperature. Strains of V. fischeri grew faster in vitro and in Sepiola juveniles when they were incubated at 26 degrees C. In contrast, strains of V. logei grew faster at 18 degrees C in culture and in Sepiola juveniles. When aposymbiotic S. affinis or S. ligulata juveniles were inoculated with one Vibrio species, all strains of V. fischeri and V. logei were capable of infecting both squid species at the optimum growth temperatures, regardless of the squid host from which the bacteria were initially isolated. However, when two different strains of V. fischeri and V. logei were placed in direct competition with each other at either 18 or 26 degrees C, strains of V. fischeri were present in sepiolid light organs in greater concentrations at 26 degrees C, whereas strains of V. logei were present in greater concentrations at 18 degrees C. In addition to the competition experiments, the ratios of the two bacterial species in adult Sepiola specimens caught throughout the season at various depths differed, and these differences were correlated with the temperature in the surrounding environment. My findings contribute additional data concerning the ecological and environmental factors that affect host-symbiont recognition and may provide insight into the evolution of animal-bacterium specificity.

  1. Red fox ( Vulpes vulpes L.) favour seed dispersal, germination and seedling survival of Mediterranean Hackberry ( Celtis australis L.)

    Science.gov (United States)

    Juan, Traba; Sagrario, Arrieta; Jesús, Herranz; Cristina, Clamagirand M.

    2006-07-01

    Seeds of the Mediterranean Hackberry Celtis australis are often encountered in fox faeces. In order to evaluate the effect of gut transit on the size of seeds selected, the rates and speed of germination and on the survival of the seedlings, Mediterranean Hackberry seeds from fox faeces were germinated in a greenhouse. The results were compared with those of seeds taken from ripe, uneaten fruits. Fox-dispersed seeds were smaller and lighter than the control ones and had higher (74% vs. 57%) and more rapid germination (74.5 days vs. 99.2 days). Seedlings from fox-dispersed seeds showed significantly greater survival by the end of the study period (74.1% vs. 43.6%) than the control ones. Survival in seedlings from fox-dispersed seeds was related to germination date, late seedlings showing poorer survival. This relationship was not observed away in the control seedlings. Seed mass did not affect seedling survival. Seedling arising from fox-dispersed seeds grew faster than control ones. These results suggest that fox can play a relevant role as seed disperser of Mediterranean Hackberry.

  2. Growth of nicotiana in response to atmospheric CO sub 2 enrichment and various light regimes

    Energy Technology Data Exchange (ETDEWEB)

    Pope, S.; Thomas, J.F. (North Carolina State Univ., Raleigh (USA))

    1989-04-01

    Nicotiana tabacum NCTG-22, N. tabacum Petite Havana and N. plumbaginifolia were grown in chambers (24 C, 12-h light) under daytime atmospheric CO{sub 2} levels of 340 ppm (ambient) or 1000 ppm (enriched). All 3 types of tobacco grew faster and had open flowers sooner under CO2 enrichment, but patterns of dry weight distribution varied with type of tobacco. In N. plumbaginifolia significant proportions of dry weight were allocated to stems and branches, while in tabacum types, less was allocated to stems and more to leaves and roots. Increases in dry weight due to CO2 enrichment were accompanied by increases in leaf area and thickness. Plants given a far-red low intensity night break exhibited few differences from controls except having thinner leaves under ambient CO2; but under enriched CO2, had greater total dry weight and thicker leaves containing a higher proportion of spongy mesophyll than controls. A 50% reduction in light intensity led to a comparable reduction in dry weight and leaf area across treatments.

  3. Soft robotics: a review and progress towards faster and higher torque actuators (presentation video)

    Science.gov (United States)

    Shepherd, Robert

    2014-03-01

    Last year, nearly 160,000 industrial robots were shipped worldwide—into a total market valued at 26 Bn (including hardware, software, and peripherals).[1] Service robots for professional (e.g., defense, medical, agriculture) and personal (e.g., household, handicap assistance, toys, and education) use accounted for 16,000 units, 3.4 Bn and 3,000,000 units, $1.2 Bn respectively.[1] The vast majority of these robotic systems use fully actuated, rigid components that take little advantage of passive dynamics. Soft robotics is a field that is taking advantage of compliant actuators and passive dynamics to achieve several goals: reduced design, manufacturing and control complexity, improved energy efficiency, more sophisticated motions, and safe human-machine interactions to name a few. The potential for societal impact is immense. In some instances, soft actuators have achieved commercial success; however, large scale adoption will require improved methods of controlling non-linear systems, greater reliability in their function, and increased utility from faster and more forceful actuation. In my talk, I will describe efforts from my work in the Whitesides group at Harvard to prove sophisticated motions in these machines using simple controls, as well capabilities unique to soft machines. I will also describe the potential for combinations of different classes of soft actuators (e.g., electrically and pneumatically actuated systems) to improve the utility of soft robots. 1. World Robotics - Industrial Robots 2013, 2013, International Federation of Robotics.

  4. Resonant Drag Instabilities in protoplanetary disks: the streaming instability and new, faster-growing instabilities

    Science.gov (United States)

    Squire, Jonathan; Hopkins, Philip F.

    2018-04-01

    We identify and study a number of new, rapidly growing instabilities of dust grains in protoplanetary disks, which may be important for planetesimal formation. The study is based on the recognition that dust-gas mixtures are generically unstable to a Resonant Drag Instability (RDI), whenever the gas, absent dust, supports undamped linear modes. We show that the "streaming instability" is an RDI associated with epicyclic oscillations; this provides simple interpretations for its mechanisms and accurate analytic expressions for its growth rates and fastest-growing wavelengths. We extend this analysis to more general dust streaming motions and other waves, including buoyancy and magnetohydrodynamic oscillations, finding various new instabilities. Most importantly, we identify the disk "settling instability," which occurs as dust settles vertically into the midplane of a rotating disk. For small grains, this instability grows many orders of magnitude faster than the standard streaming instability, with a growth rate that is independent of grain size. Growth timescales for realistic dust-to-gas ratios are comparable to the disk orbital period, and the characteristic wavelengths are more than an order of magnitude larger than the streaming instability (allowing the instability to concentrate larger masses). This suggests that in the process of settling, dust will band into rings then filaments or clumps, potentially seeding dust traps, high-metallicity regions that in turn seed the streaming instability, or even overdensities that coagulate or directly collapse to planetesimals.

  5. Personal Over-indebtedness in Croatia and Measures for its Reduction

    Directory of Open Access Journals (Sweden)

    Bejaković Predrag

    2016-05-01

    Full Text Available The robust growth in household debt in pre-crisis period coincided with real growth in household disposable income, large economic expansion and a considerable fall in banks’ interest rates. However, household debt indicators deteriorated markedly as total household debt grew faster than income. This raised concerns about potential implications of an additional increase in the debt burden on financial stability. An analysis of household debt based exclusively on data aggregated at the sector level is not a best financial vulnerability indicator as it fails to provide insight into the distribution of debt and credit risk by individual household groups. The text explains the problems with personal over-indebtedness in Croatia and measures for their reduction.

  6. EFSA NDA Panel (EFSA Panel on Dietetic Products, Nutrition and Allergies), 2014. Scientific Opinion on the substantiation of a health claim related to citrulline-malate and faster recovery from muscle fatigue after exercise pursuant to Article 13(5) of Regulation (EC) No 1924/2006

    DEFF Research Database (Denmark)

    Tetens, Inge

    Following an application from Biocodex, submitted for authorisation of a health claim pursuant to Article 13(5) of Regulation (EC) No 1924/2006 via the Competent Authority of Belgium, the EFSA Panel on Dietetic Products, Nutrition and Allergies (NDA) was asked to deliver an opinion on the scienti......Following an application from Biocodex, submitted for authorisation of a health claim pursuant to Article 13(5) of Regulation (EC) No 1924/2006 via the Competent Authority of Belgium, the EFSA Panel on Dietetic Products, Nutrition and Allergies (NDA) was asked to deliver an opinion...... on the scientific substantiation of a health claim related to citrulline-malate and faster recovery from muscle fatigue after exercise. The Panel considers that citrulline-malate is sufficiently characterised. The claimed effect proposed by the applicant is “improved recovery from muscle fatigue”. Faster recovery...... function. The evidence provided by the applicant did not establish that a faster reduction of blood lactate concentrations through a dietary intervention leads to faster recovery from muscle fatigue by contributing to the restoration of muscle function after exercise. No conclusions could be drawn from...

  7. THE GROWTH OF PATIN Pangasiodon hypophthalmus IN A CLOSE SYSTEM TANK

    Directory of Open Access Journals (Sweden)

    Taufik Ahmad

    2007-06-01

    Full Text Available This experiment aimed to evaluate the possibility of using integrated recirculation production system for patin grow-out. Each of twelve concrete 2.5 m x 4.0 m x 1.0 m tanks filled to 0.73 m depth was stocked with 100 juvenile patin, 9-10g body weight. Six tanks were equipped with sand and palm (Arenga pinata fibre filters planted with vegetables, lettuce and kangkoong. A submersible pump was installed in each tank to assure continuous water recirculation at the rate of 0.4 L sec-1. The filtered water flowed into the tank at the surface (SC treatment, or at the bottom (BC treatment. In the other 6 tanks, the water flowed continuously from a concrete canal in an open culture system at a similar rate and with similar water entrance positions (SO and BO treatments. The experiment was arranged in a completely randomized design with three replicates. The fish were fed dry pelleted feed to satiation and sampled every other week for growth observation. After 90 days, the average individual weight of the fish attained the range of 80-100 g. The fish grew significantly faster (P0.05 among treatment, ranging from 99% to 100%. In terms of water usage, the closed system tanks produced fish weighing 202.38–220.05 g m-3, much more efficiently than did the open system tanks, 1.87–1.89 g/m3. The vegetables, either lettuce or water spinach, grew well on the filter. These results suggest that the integrated recirculation tank system is suitable for patin culture.

  8. Blockade of Notch Signaling in Tumor-Bearing Mice May Lead to Tumor Regression, Progression, or Metastasis, Depending on Tumor Cell Types

    Directory of Open Access Journals (Sweden)

    Xing-Bin Hu

    2009-01-01

    Full Text Available It has been reported that blocking Notch signaling in tumor-bearing mice results in abortive angiogenesis and tumor regression. However, given that Notch signaling influences numerous cellular processes in vivo, a comprehensive evaluation of the effect of Notch inactivation on tumor growth would be favorable. In this study, we inoculated four cancer cell lines in mice with the conditional inactivation of recombination signal-binding protein-Jκ (RBP-J, which mediates signaling from all four mammalian Notch receptors. We found that whereas three tumors including hepatocarcinoma, lung cancer, and osteogenic sarcoma grew slower in the RBP-J-deficient mice, at least a melanoma, B16, grew significantly faster in the RBP-J-deficient mice than in the controls, suggesting that the RBP-J-deficient hosts could provide permissive cues for tumor growth. All these tumors showed increased microvessels and up-regulated hypoxia-inducible factor 1α, suggesting that whereas defective angiogenesis resulted in hypoxia, different tumors might grow differentially in the RBP-J-deleted mice. Similarly, increased infiltration of Gr1+/Mac1+ cells were noticed in tumors grown in the RBP-J-inactivated mice. Moreover, we found that when inoculated in the RBP-J knockout hosts, the H22 hepatoma cells had a high frequency of metastasis and lethality, suggesting that at least for H22, deficiency of environmental Notch signaling favored tumor metastasis. Our findings suggested that the general blockade of Notch signaling in tumor-bearing mice could lead to defective angiogenesis in tumors, but depending on tumor cell types, general inhibition of Notch signaling might result in tumor regression, progression, or metastasis.

  9. The effects of overwintering and habitat type on body condition and locomotion of the wolf spider Pardosa alacris

    Science.gov (United States)

    Ingle, Kapilkumar; Horváth, Ádám; Gallé-Szpisjak, Nikolett; Gellért, Levente; Csata, Enikő; Gallé, Róbert

    2018-05-01

    Overwintering in temperate regions is a prominent mortality risk for invertebrates and may affect their behaviour and body condition. Pardosa alacris is a common ground dwelling spider in central European native and plantation forests, and habitat type and prey availability may play important roles in their overwintering. The effect of overwintering on body condition and behaviour of spiders in semi natural and exotic habitats is relatively unknown. Here we assess the effects of winter on spiders from native poplar and exotic pine plantations. The locomotory behaviour of P. alacris (distance covered and speed) was assessed by tracking their movement in a white circular plastic arena. We assessed body condition, body size, and total fat content. Forest type and sex had significant effects on body length. Fat content was significantly higher in the spring than in autumn, and spiders covered larger distances and were faster in autumn than in spring. Fat content had a significant negative effect on average speed. Spiders in native forests were smaller but grew more during the winter than in exotic plantations, possibly due to higher prey availability in native forests. Visually-hunting predators may significantly affect spiders. Fat spiders with better body condition moved less, and were thus less detectable by predators. However the low movement rate may result in a low rate of encountering prey items, thus lowering feeding efficiency.

  10. Ovarian follicular dynamics and plasma steroid concentrations are not significantly different in ewes given intravaginal sponges containing either 20 or 40 mg of fluorogestone acetate.

    Science.gov (United States)

    Letelier, C A; Contreras-Solis, I; García-Fernández, R A; Ariznavarreta, C; Tresguerres, J A F; Flores, J M; Gonzalez-Bulnes, A

    2009-03-01

    Although various progestagens are often used to induce and synchronize estrus and ovulation in ruminants, concerns regarding residues are the impetus to develop alternative approaches, including reduced doses of progestagens. Therefore, the objective was to determine whether ovarian function was affected by halving the dose of fluorogestone acetate in intravaginal sponges for synchronizing ovulation in sheep during the physiologic breeding season. Twenty Manchega ewes, 4-6-year-old, were randomly allocated to receive an intravaginal sponge containing either 20mg (P20, n=10) or 40 mg of fluorogestone acetate (P40, n=10). Cloprostenol (125 microg) was given at sponge insertion, and all sponges were removed after 6d. Ovarian follicular dynamics (monitored by daily ultrasonography) and other aspects of ovarian function did not differ significantly between the two groups. Ovulatory follicles (OF) grew at a similar growth rate (r=0.62; Pprogesterone concentrations (3.8+/-0.35 ng/mL for P20 and 3.9+/-0.38 ng/mL for P40) were similar. In conclusion, reducing the dose of fluorogestone acetate from 40 to 20mg did not affect significantly ovarian follicular dynamics or other aspects of ovarian function.

  11. Slower Perception Followed by Faster Lexical Decision in Longer Words: A Diffusion Model Analysis.

    Science.gov (United States)

    Oganian, Yulia; Froehlich, Eva; Schlickeiser, Ulrike; Hofmann, Markus J; Heekeren, Hauke R; Jacobs, Arthur M

    2015-01-01

    Effects of stimulus length on reaction times (RTs) in the lexical decision task are the topic of extensive research. While slower RTs are consistently found for longer pseudo-words, a finding coined the word length effect (WLE), some studies found no effects for words, and yet others reported faster RTs for longer words. Moreover, the WLE depends on the orthographic transparency of a language, with larger effects in more transparent orthographies. Here we investigate processes underlying the WLE in lexical decision in German-English bilinguals using a diffusion model (DM) analysis, which we compared to a linear regression approach. In the DM analysis, RT-accuracy distributions are characterized using parameters that reflect latent sub-processes, in particular evidence accumulation and decision-independent perceptual encoding, instead of typical parameters such as mean RT and accuracy. The regression approach showed a decrease in RTs with length for pseudo-words, but no length effect for words. However, DM analysis revealed that the null effect for words resulted from opposing effects of length on perceptual encoding and rate of evidence accumulation. Perceptual encoding times increased with length for words and pseudo-words, whereas the rate of evidence accumulation increased with length for real words but decreased for pseudo-words. A comparison between DM parameters in German and English suggested that orthographic transparency affects perceptual encoding, whereas effects of length on evidence accumulation are likely to reflect contextual information and the increase in available perceptual evidence with length. These opposing effects may account for the inconsistent findings on WLEs.

  12. Sequential search leads to faster, more efficient fragment-based de novo protein structure prediction.

    Science.gov (United States)

    de Oliveira, Saulo H P; Law, Eleanor C; Shi, Jiye; Deane, Charlotte M

    2018-04-01

    Most current de novo structure prediction methods randomly sample protein conformations and thus require large amounts of computational resource. Here, we consider a sequential sampling strategy, building on ideas from recent experimental work which shows that many proteins fold cotranslationally. We have investigated whether a pseudo-greedy search approach, which begins sequentially from one of the termini, can improve the performance and accuracy of de novo protein structure prediction. We observed that our sequential approach converges when fewer than 20 000 decoys have been produced, fewer than commonly expected. Using our software, SAINT2, we also compared the run time and quality of models produced in a sequential fashion against a standard, non-sequential approach. Sequential prediction produces an individual decoy 1.5-2.5 times faster than non-sequential prediction. When considering the quality of the best model, sequential prediction led to a better model being produced for 31 out of 41 soluble protein validation cases and for 18 out of 24 transmembrane protein cases. Correct models (TM-Score > 0.5) were produced for 29 of these cases by the sequential mode and for only 22 by the non-sequential mode. Our comparison reveals that a sequential search strategy can be used to drastically reduce computational time of de novo protein structure prediction and improve accuracy. Data are available for download from: http://opig.stats.ox.ac.uk/resources. SAINT2 is available for download from: https://github.com/sauloho/SAINT2. saulo.deoliveira@dtc.ox.ac.uk. Supplementary data are available at Bioinformatics online.

  13. World oil demand's shift toward faster growing and less price-responsive products and regions

    Energy Technology Data Exchange (ETDEWEB)

    Dargay, Joyce M. [Institute for Transport Studies, University of Leeds, Leeds LS2 9JT (United Kingdom); Gately, Dermot [Dept. of Economics, New York University, 19W. 4 St., New York, NY 10012 (United States)

    2010-10-15

    Using data for 1971-2008, we estimate the effects of changes in price and income on world oil demand, disaggregated by product - transport oil, fuel oil (residual and heating oil), and other oil - for six groups of countries. Most of the demand reductions since 1973-74 were due to fuel-switching away from fuel oil, especially in the OECD; in addition, the collapse of the Former Soviet Union (FSU) reduced their oil consumption substantially. Demand for transport and other oil was much less price-responsive, and has grown almost as rapidly as income, especially outside the OECD and FSU. World oil demand has shifted toward products and regions that are faster growing and less price-responsive. In contrast to projections to 2030 of declining per-capita demand for the world as a whole - by the U.S. Department of Energy (DOE), International Energy Agency (IEA) and OPEC - we project modest growth. Our projections for total world demand in 2030 are at least 20% higher than projections by those three institutions, using similar assumptions about income growth and oil prices, because we project rest-of-world growth that is consistent with historical patterns, in contrast to the dramatic slowdowns which they project. (author)

  14. Morphological and Genetic Analyses of the Invasive Forest Pathogen Phytophthora austrocedri Reveal that Two Clonal Lineages Colonized Britain and Argentina from a Common Ancestral Population.

    Science.gov (United States)

    Henricot, Béatrice; Pérez-Sierra, Ana; Armstrong, April C; Sharp, Paul M; Green, Sarah

    2017-12-01

    Phytophthora austrocedri is causing widespread mortality of Austrocedrus chilensis in Argentina and Juniperus communis in Britain. The pathogen has also been isolated from J. horizontalis in Germany. Isolates from Britain, Argentina, and Germany are homothallic, with no clear differences in the dimensions of sporangia, oogonia, or oospores. Argentinian and German isolates grew faster than British isolates across a range of media and had a higher temperature tolerance, although most isolates, regardless of origin, grew best at 15°C and all isolates were killed at 25°C. Argentinian and British isolates caused lesions when inoculated onto both A. chilensis and J. communis; however, the Argentinian isolate caused longer lesions on A. chilensis than on J. communis and vice versa for the British isolate. Genetic analyses of nuclear and mitochondrial loci showed that all British isolates are identical. Argentinian isolates and the German isolate are also identical but differ from the British isolates. Single-nucleotide polymorphisms are shared between the British and Argentinian isolates. We concluded that British isolates and Argentinian isolates conform to two distinct clonal lineages of P. austrocedri founded from the same as-yet-unidentified source population. These lineages should be recognized and treated as separate risks by international plant health legislation.

  15. Einstein locality, EPR locality, and the significance for science of the nonlocal character of quantum theory

    International Nuclear Information System (INIS)

    Stapp, H.P.

    1985-10-01

    The immense difference between Einstein locality and EPR locality is discussed. The latter provides a basis for establishing the nonlocal character of quantum theory, whereas the former does not. A model representing Heisenberg's idea of physical reality is introduced. It is nondeterministic and holistic: the objects, measuring devices, and their environment are treated as an inseparable entity, with, however, macroscopically localizable attributes. The EPR principle that no disturbance can propagate faster than light is imposed without assuming any structure incompatible with orthodox quantum thinking. This locality requirement renders the model incompatible with rudimentary predictions of quantum theory. A more general proof not depending on any model is also given. A recent argument that purports to show that quantum theory is compatible with EPR locality is examined. It illustrates the importance of the crucial one-world assumption. The significance for science of the failure of EPR locality is discussed

  16. SU-C-303-01: Activation-Induced Cytidine Deaminase Confers Cancer Resistance to Radiation Therapy

    International Nuclear Information System (INIS)

    Yi, S; La Count, S; Liu, J; Bai, X; Lu, L

    2015-01-01

    Purpose: To study the role of activation-induced cytidine deaminase (AID) in malignant cell resistance to radiation therapy. Methods: We first developed several small devices that could be used to adopt radiation beams from clinical high dose rate brachy therapy (HDR) or linac-based megavoltage machines to perform pre-clinical cell and mouse experiments. Then we used these devices to deliver radiation to AID-positive and AID-silenced cancer cells or tumors formed by these cells in mice. Cells and mice bearing tumors received the same dose under the same experimental conditions. For cells, we observed the apoptosis and the cell survival rate over time. For mice bearing tumors, we measured and recorded the tumor sizes every other day for 4 weeks. Results: For cell experiments, we found that the AID-positive cells underwent much less apoptosis compared with AID-silenced cells upon radiation. And for mouse experiments, we found that AID-positive tumors grew significantly faster than the AID-silenced tumors despite of receiving the same doses of radiation. Conclusion: Our study suggests that AID may confer cancer resistance to radiation therapy, and AID may be a significant biomarker predicting cancer resistance to radiation therapy for certain cancer types

  17. Differential host growth regulation by the solitary endoparasitoid, Meteorus pulchricornis in two hosts of greatly differing mass.

    Science.gov (United States)

    Harvey, Jeffrey A; Sano, Takeshi; Tanaka, Toshiharu

    2010-09-01

    Solitary koinobiont endoparasitoids generally reduce the growth of their hosts by a significant amount compared with healthy larvae. Here, we compared the development and host usage strategies of the solitary koinobiont endoparasitoid, Meteorus pulchricornis, when developing in larvae of a large host species (Mythimna separata) and a much smaller host species (Plutella xylostella). Caterpillars of M. separata were parasitized as L2 and P. xylostella as L3, when they weighed approximately 2mg. The growth of parasitized M. separata larvae was reduced by almost 95% compared with controls, whereas parasitized P. xylostella larvae grew some 30% larger than controls. Still, adult wasps emerging from M. separata larvae were almost twice as large as wasps emerging from P. xylostella larvae, had larger egg loads after 5 days and produced more progeny. Survival to eclosion was also higher on M. separata than on P. xylostella, although parasitoids developed significantly faster when developing on P. xylostella. Our results provide evidence that koinobionts are able to differentially regulate the growth of different host species. However, there are clearly also limitations in the ability of parasitoids to regulate phenotypic host traits when size differences between different host species are as extreme as demonstrated here.

  18. Fast, faster, poorest decisions?: A practical theological exploration of the role of a speedy mobinomic world in decision-making

    Directory of Open Access Journals (Sweden)

    Jan Albert van den Berg

    2014-07-01

    Full Text Available In a digital world, it seems as if the boundaries between rich and poor are becoming increasingly blurred. A mobinomic world is created through the use of cellular telephones, which plays an important role on multiple levels of socioeconomic understanding. Various advantages are created through the interplay between the power of mobility and the convergence of various forms of media. Considering the immediate accessibility of an overflow of data in various forms as well as time pressure, decision-making is increasingly becoming associated with living in the fast lane of the digital world. Unfortunately, the cost of faster decision-making is that it could potentially result in individuals making poor decisions on various levels. A practical-theological exploration, as embedded in a transversal rational engagement, entails a preliminary investigation and description of this digital reality, especially as portrayed in the dynamics of decision-making associated with the social media platform Twitter.

  19. Blastocystis Isolates from Patients with Irritable Bowel Syndrome and from Asymptomatic Carriers Exhibit Similar Parasitological Loads, but Significantly Different Generation Times and Genetic Variability across Multiple Subtypes.

    Directory of Open Access Journals (Sweden)

    Gie-Bele Vargas-Sanchez

    Full Text Available Blastocystis spp is a common intestinal parasite of humans and animals that has been associated to the etiology of irritable bowel syndrome (IBS; however, some studies have not found this association. Furthermore, many biological features of Blastocystis are little known. The objective of present study was to assess the generation times of Blastocystis cultures, from IBS patients and from asymptomatic carriers. A total of 100 isolates were obtained from 50 IBS patients and from 50 asymptomatic carriers. Up to 50 mg of feces from each participant were cultured in Barret's and in Pavlova's media during 48 h. Initial and final parasitological load were measured by microscopy and by quantitative PCR. Amplicons were purified, sequenced and submitted to GenBank; sequences were analysed for genetic diversity and a Bayesian inference allowed identifying genetic subtypes (ST. Generation times for Blastocystis isolates in both media, based on microscopic measures and molecular assays, were calculated. The clinical symptoms of IBS patients and distribution of Blastocystis ST 1, 2 and 3 in both groups was comparable to previous reports. Interestingly, the group of cases showed scarce mean nucleotide diversity (π as compared to the control group (0.011±0.016 and 0.118±0.177, respectively, whilst high gene flow and small genetic differentiation indexes between different ST were found. Besides, Tajima's D test showed negative values for ST1-ST3. No statistical differences regarding parasitological load between cases and controls in both media, as searched by microscopy and by qPCR, were detected except that parasites grew faster in Barret's than in Pavlova's medium. Interestingly, slow growth of isolates recovered from cases in comparison to those of controls was observed (p<0.05. We propose that generation times of Blastocystis might be easily affected by intestinal environmental changes due to IBS probably because virulent strains with slow growth may be

  20. Are OPERA neutrinos faster than light because of non-inertial reference frames?

    Science.gov (United States)

    Germanà, C.

    2012-02-01

    Context. Recent results from the OPERA experiment reported a neutrino beam traveling faster than light. The challenging experiment measured the neutrino time of flight (TOF) over a baseline from the CERN to the Gran Sasso site, concluding that the neutrino beam arrives ~60 ns earlier than a light ray would do. Because the result, if confirmed, has an enormous impact on science, it might be worth double-checking the time definitions with respect to the non-inertial system in which the neutrino travel time was measured. An observer with a clock measuring the proper time τ free of non-inertial effects is the one located at the solar system barycenter (SSB). Aims: Potential problems in the OPERA data analysis connected with the definition of the reference frame and time synchronization are emphasized. We aim to investigate the synchronization of non-inertial clocks on Earth by relating this time to the proper time of an inertial observer at SSB. Methods: The Tempo2 software was used to time-stamp events observed on the geoid with respect to the SSB inertial observer time. Results: Neutrino results from OPERA might carry the fingerprint of non-inertial effects because they are timed by terrestrial clocks. The CERN-Gran Sasso clock synchronization is accomplished by applying corrections that depend on special and general relativistic time dilation effects at the clocks, depending on the position of the clocks in the solar system gravitational well. As a consequence, TOF distributions are centered on values shorter by tens of nanoseconds than expected, integrating over a period from April to December, longer if otherwise. It is worth remarking that the OPERA runs have always been carried out from April/May to November. Conclusions: If the analysis by Tempo2 holds for the OPERA experiment, the excellent measurement by the OPERA collaboration will turn into a proof of the general relativity theory in a weak field approximation. The analysis presented here is falsifiable

  1. Controlling chaos faster

    International Nuclear Information System (INIS)

    Bick, Christian; Kolodziejski, Christoph; Timme, Marc

    2014-01-01

    Predictive feedback control is an easy-to-implement method to stabilize unknown unstable periodic orbits in chaotic dynamical systems. Predictive feedback control is severely limited because asymptotic convergence speed decreases with stronger instabilities which in turn are typical for larger target periods, rendering it harder to effectively stabilize periodic orbits of large period. Here, we study stalled chaos control, where the application of control is stalled to make use of the chaotic, uncontrolled dynamics, and introduce an adaptation paradigm to overcome this limitation and speed up convergence. This modified control scheme is not only capable of stabilizing more periodic orbits than the original predictive feedback control but also speeds up convergence for typical chaotic maps, as illustrated in both theory and application. The proposed adaptation scheme provides a way to tune parameters online, yielding a broadly applicable, fast chaos control that converges reliably, even for periodic orbits of large period

  2. Controlling chaos faster.

    Science.gov (United States)

    Bick, Christian; Kolodziejski, Christoph; Timme, Marc

    2014-09-01

    Predictive feedback control is an easy-to-implement method to stabilize unknown unstable periodic orbits in chaotic dynamical systems. Predictive feedback control is severely limited because asymptotic convergence speed decreases with stronger instabilities which in turn are typical for larger target periods, rendering it harder to effectively stabilize periodic orbits of large period. Here, we study stalled chaos control, where the application of control is stalled to make use of the chaotic, uncontrolled dynamics, and introduce an adaptation paradigm to overcome this limitation and speed up convergence. This modified control scheme is not only capable of stabilizing more periodic orbits than the original predictive feedback control but also speeds up convergence for typical chaotic maps, as illustrated in both theory and application. The proposed adaptation scheme provides a way to tune parameters online, yielding a broadly applicable, fast chaos control that converges reliably, even for periodic orbits of large period.

  3. Controlling chaos faster

    Energy Technology Data Exchange (ETDEWEB)

    Bick, Christian [Network Dynamics, Max Planck Institute for Dynamics and Self-Organization (MPIDS), 37077 Göttingen (Germany); Bernstein Center for Computational Neuroscience (BCCN), 37077 Göttingen (Germany); Institute for Mathematics, Georg–August–Universität Göttingen, 37073 Göttingen (Germany); Kolodziejski, Christoph [Network Dynamics, Max Planck Institute for Dynamics and Self-Organization (MPIDS), 37077 Göttingen (Germany); III. Physical Institute—Biophysics, Georg–August–Universität Göttingen, 37077 Göttingen (Germany); Timme, Marc [Network Dynamics, Max Planck Institute for Dynamics and Self-Organization (MPIDS), 37077 Göttingen (Germany); Institute for Nonlinear Dynamics, Georg–August–Universität Göttingen, 37077 Göttingen (Germany)

    2014-09-01

    Predictive feedback control is an easy-to-implement method to stabilize unknown unstable periodic orbits in chaotic dynamical systems. Predictive feedback control is severely limited because asymptotic convergence speed decreases with stronger instabilities which in turn are typical for larger target periods, rendering it harder to effectively stabilize periodic orbits of large period. Here, we study stalled chaos control, where the application of control is stalled to make use of the chaotic, uncontrolled dynamics, and introduce an adaptation paradigm to overcome this limitation and speed up convergence. This modified control scheme is not only capable of stabilizing more periodic orbits than the original predictive feedback control but also speeds up convergence for typical chaotic maps, as illustrated in both theory and application. The proposed adaptation scheme provides a way to tune parameters online, yielding a broadly applicable, fast chaos control that converges reliably, even for periodic orbits of large period.

  4. Interferences Between e-Commerce and Insurance

    Directory of Open Access Journals (Sweden)

    Marius GAVRILETEA

    2008-01-01

    Full Text Available Internet use grew faster than any other technology in the last few years and it has a powerful impact on international commerce development. New opportunities appear for small and medium companies which use the internet to make commerce across the borders. Citizens save their time and money making payments on the internet, ordering goods and services using their home computers. With all this advantages, a wide variety of barriers show up and disturb the internet activity. Using the internet, companies can be affected by the losses of revenues, losses of information, security dates, reputation damage, interruption of activity, theft of private information, etc. To cover all this internet risks, insurers develop new products in order to meet all the company and citizens expectations.

  5. Faster methods for estimating arc centre position during VAR and results from Ti-6Al-4V and INCONEL 718 alloys

    Science.gov (United States)

    Nair, B. G.; Winter, N.; Daniel, B.; Ward, R. M.

    2016-07-01

    Direct measurement of the flow of electric current during VAR is extremely difficult due to the aggressive environment as the arc process itself controls the distribution of current. In previous studies the technique of “magnetic source tomography” was presented; this was shown to be effective but it used a computationally intensive iterative method to analyse the distribution of arc centre position. In this paper we present faster computational methods requiring less numerical optimisation to determine the centre position of a single distributed arc both numerically and experimentally. Numerical validation of the algorithms were done on models and experimental validation on measurements based on titanium and nickel alloys (Ti6Al4V and INCONEL 718). The results are used to comment on the effects of process parameters on arc behaviour during VAR.

  6. Are sick individuals weak competitors? Competitive ability of snails parasitized by a gigantism-inducing trematode.

    Directory of Open Access Journals (Sweden)

    Otto Seppälä

    Full Text Available Parasitized individuals are often expected to be poor competitors because they are weakened by infections. Many trematode species, however, although extensively exploiting their mollusc hosts, also induce gigantism (increased host size by diverting host resources towards growth instead of reproduction. In such systems, alternatively to reduced competitive ability due to negative effects of parasitism on host performance, larger size could allow more efficient resource acquisition and thus increase the relative competitive ability of host individuals. We addressed this hypothesis by testing the effect of a trematode parasite Diplostomum pseudospathaceum on the competitive ability of its snail host Lymnaea stagnalis. We experimentally examined the growth of snails kept in pairs in relation to their infection status and intensity of resource competition (i.e. food availability. We found that parasitized snails grew faster and their reproduction was reduced compared to unparasitized individuals indicating parasite-induced gigantism. However, growth of the snails was faster when competing with parasitized individuals compared to unparasitized snails indicating reduced competitive ability due to parasitism. The latter effect, however, was relatively weak suggesting that the effects of the parasite on snail physiology may partly override each other in determining competitive ability.

  7. Augmenting the post-transplantation growth and survivorship of juvenile scleractinian corals via nutritional enhancement.

    Directory of Open Access Journals (Sweden)

    Tai Chong Toh

    Full Text Available Size-dependent mortality influences the recolonization success of juvenile corals transplanted for reef restoration and assisting juvenile corals attain a refuge size would thus improve post-transplantation survivorship. To explore colony size augmentation strategies, recruits of the scleractinian coral Pocillopora damicornis were fed with live Artemia salina nauplii twice a week for 24 weeks in an ex situ coral nursery. Fed recruits grew significantly faster than unfed ones, with corals in the 3600, 1800, 600 and 0 (control nauplii/L groups exhibiting volumetric growth rates of 10.65 ± 1.46, 4.69 ± 0.9, 3.64 ± 0.55 and 1.18 ± 0.37 mm3/week, respectively. Corals supplied with the highest density of nauplii increased their ecological volume by more than 74 times their initial size, achieving a mean final volume of 248.38 ± 33.44 mm3. The benefits of feeding were apparent even after transplantation to the reef. The corals in the 3600, 1800, 600 and 0 nauplii/L groups grew to final sizes of 4875 ± 260 mm3, 2036 ± 627 mm3, 1066 ± 70 mm3 and 512 ± 116 mm3, respectively. The fed corals had significantly higher survival rates than the unfed ones after transplantation (63%, 59%, 56% and 38% for the 3600, 1800, 600 and 0 nauplii/L treatments respectively. Additionally, cost-effectiveness analysis revealed that the costs per unit volumetric growth were drastically reduced with increasing feed densities. Corals fed with the highest density of nauplii were the most cost-effective (US$0.02/mm3, and were more than 12 times cheaper than the controls. This study demonstrated that nutrition enhancement can augment coral growth and post-transplantation survival, and is a biologically and economically viable option that can be used to supplement existing coral mariculture procedures and enhance reef restoration outcomes.

  8. Additive and Synergistic Impacts of Fishing and Warming on the Growth of a Temperate Marine Fish

    Science.gov (United States)

    Morrongiello, J.

    2016-02-01

    Fishing and climate change are having profound impacts on the trajectory and variability of marine populations. However, despite the wealth of work undertaken in marine environments on the causes of longer-term biological change, the effects of these two drivers have traditionally been considered in isolation or just additively. Such an approach obviously overlooks the potential for significant synergistic or antagonistic interactions between fishing and climate to occur. Indeed, it is increasingly becoming acknowledged that the direction and magnitude of biological responses to natural environmental variation and climate change can be mediated by other anthropogenic disturbances such as fishing, and vice versa. Somatic growth is an ideal candidate with which to explore the impacts of fishing and environmental variability due to its strong biological relevance and its heightened sensitivity to natural and anthropogenic drivers. I developed 19-year growth biochronologies (1980-1999) for three south-east Australian populations of a site-attached temperate reef fish, purple wrasse (Notolabrus fucicola) using individual-based growth information naturally archived in otoliths. A commercial wrasse fishery began in the early 1990s; before this there was negligible recreational or commercial fishing. The growth of older fish was proportionally higher and that of the youngest fish proportionally lower after the onset of commercial fishing; 2-year olds grew 7.4% slower, but 5-year-olds grew 10.3% and 10-year-olds 26% faster in the latter period. These results are consistent with a density dependent response to harvesting. Average growth rates across all ages increased by 6.6%.oC-1, reflecting either a direct or indirect temperature effect in this global marine 'hotspot'. Finally, the distribution of individual thermal reaction norms significantly changed post fishing, showing that fishing and temperature can have a synergetic impact on marine populations via within

  9. Item hierarchy-based analysis of the Rivermead Mobility Index resulted in improved interpretation and enabled faster scoring in patients undergoing rehabilitation after stroke.

    Science.gov (United States)

    Roorda, Leo D; Green, John R; Houwink, Annemieke; Bagley, Pam J; Smith, Jane; Molenaar, Ivo W; Geurts, Alexander C

    2012-06-01

    To enable improved interpretation of the total score and faster scoring of the Rivermead Mobility Index (RMI) by studying item ordering or hierarchy and formulating start-and-stop rules in patients after stroke. Cohort study. Rehabilitation center in the Netherlands; stroke rehabilitation units and the community in the United Kingdom. Item hierarchy of the RMI was studied in an initial group of patients (n=620; mean age ± SD, 69.2±12.5y; 297 [48%] men; 304 [49%] left hemisphere lesion, and 269 [43%] right hemisphere lesion), and the adequacy of the item hierarchy-based start-and-stop rules was checked in a second group of patients (n=237; mean age ± SD, 60.0±11.3y; 139 [59%] men; 103 [44%] left hemisphere lesion, and 93 [39%] right hemisphere lesion) undergoing rehabilitation after stroke. Not applicable. Mokken scale analysis was used to investigate the fit of the double monotonicity model, indicating hierarchical item ordering. The percentages of patients with a difference between the RMI total score and the scores based on the start-and-stop rules were calculated to check the adequacy of these rules. The RMI had good fit of the double monotonicity model (coefficient H(T)=.87). The interpretation of the total score improved. Item hierarchy-based start-and-stop rules were formulated. The percentages of patients with a difference between the RMI total score and the score based on the recommended start-and-stop rules were 3% and 5%, respectively. Ten of the original 15 items had to be scored after applying the start-and-stop rules. Item hierarchy was established, enabling improved interpretation and faster scoring of the RMI. Copyright © 2012 American Congress of Rehabilitation Medicine. Published by Elsevier Inc. All rights reserved.

  10. Significantly reducing registration time in IGRT using graphics processing units

    DEFF Research Database (Denmark)

    Noe, Karsten Østergaard; Denis de Senneville, Baudouin; Tanderup, Kari

    2008-01-01

    respiration phases in a free breathing volunteer and 41 anatomical landmark points in each image series. The registration method used is a multi-resolution GPU implementation of the 3D Horn and Schunck algorithm. It is based on the CUDA framework from Nvidia. Results On an Intel Core 2 CPU at 2.4GHz each...... registration took 30 minutes. On an Nvidia Geforce 8800GTX GPU in the same machine this registration took 37 seconds, making the GPU version 48.7 times faster. The nine image series of different respiration phases were registered to the same reference image (full inhale). Accuracy was evaluated on landmark...

  11. Path Planning with a Lazy Significant Edge Algorithm (LSEA

    Directory of Open Access Journals (Sweden)

    Joseph Polden

    2013-04-01

    Full Text Available Probabilistic methods have been proven to be effective for robotic path planning in a geometrically complex environment. In this paper, we propose a novel approach, which utilizes a specialized roadmap expansion phase, to improve lazy probabilistic path planning. This expansion phase analyses roadmap connectivity information to bias sampling towards objects in the workspace that have not yet been navigated by the robot. A new method to reduce the number of samples required to navigate narrow passages is also proposed and tested. Experimental results show that the new algorithm is more efficient than the traditional path planning methodologies. It was able to generate solutions for a variety of path planning problems faster, using fewer samples to arrive at a valid solution.

  12. Effects of continuous ivermectin treatment from birth to puberty on growth and reproduction in dairy heifers.

    Science.gov (United States)

    Mejía, M; Gonzalez-Iglesias, A; Díaz-Torga, G S; Villafañe, P; Formía, N; Libertun, C; Becú-Villalobos, D; Lacau-Mengido, I M

    1999-06-01

    The effect of continuous ivermectin treatment from birth to puberty on growth and reproductive performance was studied in Holstein heifer calves grown on pastures in comparison to naturally nematode-infected, untreated animals. Ivermectin effectively abated the presence of nematode eggs in feces. Eggs per gram (EPG) in parasitized animals increased rapidly from wk 12 to 18 of age and then decreased. Animals treated with ivermectin grew faster than untreated ones, and differences in body weight became significant at 6 wk of life, even before eggs appeared in the feces of either treatment group. Ivermectin-treated heifers reached puberty 3 wk earlier than infected ones as assessed with serum progesterone concentrations (ivermectin, 30.4 +/- .8 vs untreated, 33.7 +/- 1.3 wk of age). This delay was not directly related to body weight. In addition, pelvic area at 39 wk and at 15 mo of age was increased in treated heifers (8 and 11%, respectively) compared with parasitized animals. No differences in the wither heights were observed. We conclude that ivermectin treatment in dairy heifers may increase growth rate during development, advance the onset of ovarian function, and positively affect yearling pelvic area.

  13. Population structure and the evolution of sexual size dimorphism and sex ratios in an insular population of Florida box turtles (Terrapene carolina bauri)

    Science.gov (United States)

    Dodd, C.K.

    1997-01-01

    Hypotheses in the chelonian literature suggest that in species with sexual size dimorphism, the smaller sex will mature at a smaller size and a younger age than the larger sex, sex ratios should be biased in favor of the earlier maturing sex, and deviations from a 1:1 sex ratio result from maturation of the smaller sex at a younger age. I tested these hypotheses using data collected from 1991 to 1995 on an insular (Egmont Key) population of Florida box turtles, Terrapene carolina bauri. Contrary to predictions, the earlier maturing sex (males) grew to larger sizes than the late maturing sex. Males were significantly larger than females in mean carapace length but not mean body mass. Sex ratios were not balanced, favoring the earlier maturing sex (1.6 males:1 female), but the sex-ratio imbalance did not result from faster maturation of the smaller sex. The imbalance in the sex ratio in Egmont Key's box turtles is not the result of sampling biases; it may result from nest placement. Size-class structure and sex ratios can provide valuable insights into the status and trends of populations of long-lived turtles.

  14. Growth and male reproduction improvement of non-thermal dielectric barrier discharge plasma treatment on chickens

    Science.gov (United States)

    Jiao Zhang, Jiao; Luong Huynh, Do; Chandimali, Nisansala; Kang, Tae Yoon; Kim, Nameun; Mok, Young Sun; Kwon, Taeho; Jeong, Dong Kee

    2018-05-01

    This study investigated whether plasma treatment of fertilized eggs before hatching could affect the growth and reproduction of chickens. Three point five-day-incubated fertilized eggs exposed to non-thermal dielectric barrier discharge plasma at 2.81 W of power for 2 min resulted in the highest growth in chickens. Plasma growth-promoting effect was regulated by the reactive oxygen species homeostasis and the improvement of energy metabolism via increasing serum hormones and adenosine triphosphate levels which were resulted from the regulation of genes involved in antioxidant defense, hormone biosynthesis and energetic metabolism. Interestingly, plasma-treated male chickens conspicuously grew faster than females. Further, aspects of male reproductive system (testosterone level and sperm quality) were improved by the plasma treatment but female reproduction (estradiol and progesterone levels, egg-laying rate and egg weight) had no significant changes. Unfortunately, offspring whose parents were the optimal plasma-treated chickens did not show any difference on growth characteristics and failed to inherit excellent growth features from their parents. Our results suggest a new method to improve the growth rate and male reproductive capacity in poultry but it is only effective in the plasma direct-treated generation.

  15. CNTs-Modified Nb3O7F Hybrid Nanocrystal towards Faster Carrier Migration, Lower Bandgap and Higher Photocatalytic Activity.

    Science.gov (United States)

    Huang, Fei; Li, Zhen; Yan, Aihua; Zhao, Hui; Liang, Huagen; Gao, Qingyu; Qiang, Yinghuai

    2017-01-06

    Novel semiconductor photocatalysts have been the research focus and received much attention in recent years. The key issues for novel semiconductor photocatalysts are to effectively harvest solar energy and enhance the separation efficiency of the electron-hole pairs. In this work, novel Nb 3 O 7 F/CNTs hybrid nanocomposites with enhanced photocatalytic activity have been successfully synthesized by a facile hydrothermal plus etching technique. The important finding is that appropriate pH values lead to the formation of Nb 3 O 7 F nanocrystal directly. A general strategy to introdue interaction between Nb 3 O 7 F and CNTs markedly enhances the photocatalytic activity of Nb 3 O 7 F. Comparatively, Nb 3 O 7 F/CNTs nanocomposites exhibit higher photodegradation efficiency and faster photodegradation rate in the solution of methylene blue (MB) under visible-light irradiation. The higher photocatalytic activity may be attributed to more exposed active sites, higher carrier migration and narrower bandgap because of good synergistic effect. The results here may inspire more engineering, new design and facile fabrication of novel photocatalysts with highly photocatalytic activity.

  16. The good, the bad and the recovery in an assisted migration.

    Directory of Open Access Journals (Sweden)

    Bridget S Green

    2010-11-01

    Full Text Available Assisted migration or translocation of species to ameliorate effects of habitat loss or changing environment is currently under scrutiny as a conservation tool. A large scale experiment of assisted migration over hundreds of kilometres was tested on a morph from a commercial fishery of southern rock lobster Jasus edwardsii, to enhance depleted populations, improve the yield and sustainability of the fishery, and test resilience to a changing climate.Approximately 10,000 lower-valued, pale-coloured lobsters were moved from deep water to inshore sites (2 in Tasmania [TAS] and 2 in South Australia [SA] where the high-value, red morph occurs. In TAS this was a northwards movement of 1° latitude. Growth was measured only in TAS lobsters, and reproductive status was recorded in lobsters from all locations. Pale females (TAS grew 4 times faster than resident pale lobsters from the original site and twice as fast as red lobsters at their new location. Approximately 30% of translocated pale lobsters deferred reproduction for one year after release (SA and TAS, and grew around 1 mm yr(-1 less compared to translocated pale lobsters that did not defer reproduction. In spite of this stress response to translocation, females that deferred reproduction still grew 2-6 mm yr(-1 more than lobsters at the source site. Lobsters have isometric growth whereby volume increases as a cube of length. Consequently despite the one-year hiatus in reproduction, increased growth increases fecundity of translocated lobsters, as the increase in size provided a larger volume for producing and incubating eggs in future years.Assisted migration improved egg production and growth, despite a temporary stress response, and offers a tool to improve the production, sustainability and resilience of the fishery.

  17. Stimulus- and goal-driven control of eye movements: action videogame players are faster but not better.

    Science.gov (United States)

    Heimler, Benedetta; Pavani, Francesco; Donk, Mieke; van Zoest, Wieske

    2014-11-01

    Action videogame players (AVGPs) have been shown to outperform nongamers (NVGPs) in covert visual attention tasks. These advantages have been attributed to improved top-down control in this population. The time course of visual selection, which permits researchers to highlight when top-down strategies start to control performance, has rarely been investigated in AVGPs. Here, we addressed specifically this issue through an oculomotor additional-singleton paradigm. Participants were instructed to make a saccadic eye movement to a unique orientation singleton. The target was presented among homogeneous nontargets and one additional orientation singleton that was more, equally, or less salient than the target. Saliency was manipulated in the color dimension. Our results showed similar patterns of performance for both AVGPs and NVGPs: Fast-initiated saccades were saliency-driven, whereas later-initiated saccades were more goal-driven. However, although AVGPs were faster than NVGPs, they were also less accurate. Importantly, a multinomial model applied to the data revealed comparable underlying saliency-driven and goal-driven functions for the two groups. Taken together, the observed differences in performance are compatible with the presence of a lower decision bound for releasing saccades in AVGPs than in NVGPs, in the context of comparable temporal interplay between the underlying attentional mechanisms. In sum, the present findings show that in both AVGPs and NVGPs, the implementation of top-down control in visual selection takes time to come about, and they argue against the idea of a general enhancement of top-down control in AVGPs.

  18. Effects of Warming Hiatuses on Vegetation Growth in the Northern Hemisphere

    Directory of Open Access Journals (Sweden)

    Hong Wei

    2018-04-01

    Full Text Available There have been hiatuses in global warming since the 1990s, and their potential impacts have attracted extensive attention and discussion. Changes in temperature not only directly affect the greening of vegetation but can also indirectly alter both the growth state and the growth tendency of vegetation by altering other climatic elements. The middle-high latitudes of the Northern Hemisphere (NH constitute the region that has experienced the most warming in recent decades; therefore, identifying the effects of warming hiatuses on the vegetation greening in that region is of great importance. Using satellite-derived Normalized Difference Vegetation Index (NDVI data and climatological observation data from 1982–2013, we investigated hiatuses in warming trends and their impact on vegetation greenness in the NH. Our results show that the regions with warming hiatuses in the NH accounted for 50.1% of the total area and were concentrated in Mongolia, central China, and other areas. Among these regions, 18.8% of the vegetation greenness was inhibited in the warming hiatus areas, but 31.3% of the vegetation grew faster. Because temperature was the main positive climatic factor in central China, the warming hiatuses caused the slow vegetation greening rate. However, precipitation was the main positive climatic factor affecting vegetation greenness in Mongolia; an increase in precipitation accelerated vegetation greening. The regions without a warming hiatus, which were mainly distributed in northern Russia, northern central Asia, and other areas, accounted for 49.9% of the total area. Among these regions, 21.4% of the vegetation grew faster over time, but 28.5% of the vegetation was inhibited. Temperature was the main positive factor affecting vegetation greenness in northern Russia; an increase in temperature promoted vegetation greening. However, radiation was the main positive climatic factor in northern central Asia; reductions in radiation

  19. Nannoplankton malformation during the Paleocene-Eocene Thermal Maximum and its paleoecological and paleoceanographic significance

    Science.gov (United States)

    Bralower, Timothy J.; Self-Trail, Jean

    2016-01-01

    The Paleocene-Eocene Thermal Maximum (PETM) is characterized by a transient group of nannoplankton, belonging to the genus Discoaster. Our investigation of expanded shelf sections provides unprecedented detail of the morphology and phylogeny of the transient Discoasterduring the PETM and their relationship with environmental change. We observe a much larger range of morphological variation than previously documented suggesting that the taxa belonged to a plexus of highly gradational morphotypes rather than individual species. We propose that the plexus represents malformed ecophenotypes of a single species that migrated to a deep photic zone refuge during the height of PETM warming and eutrophication. Anomalously, high rates of organic matter remineralization characterized these depths during the event and led to lower saturation levels, which caused malformation. The proposed mechanism explains the co-occurrence of malformed Discoaster with pristine species that grew in the upper photic zone; moreover, it illuminates why malformation is a rare phenomenon in the paleontological record.

  20. “We grew as we grew”: visual methods, social change and collective ...

    African Journals Online (AJOL)

    ... participants about what impact the work has had on their lives. Each has travelled a different journey and been faced with different constraints that have implications for the effectiveness of such work. Where are they now, and as adults, what do they have to say about the visual methodologies, memory, and social change?

  1. “We grew as we grew”: visual methods, social change and collective ...

    African Journals Online (AJOL)

    from taking a longitudinal approach to educational research? ... structural factors are critical considerations (Shirani & Weller, 2010; Neale, 2010). ... We came to the debates and the workshops with an eye to critical thinking. ... Looking at educational projects using visual methodologies over time has a great deal to offer.

  2. Quorum sensing influences Vibrio harveyi growth rates in a manner not fully accounted for by the marker effect of bioluminescence.

    Science.gov (United States)

    Nackerdien, Zeena E; Keynan, Alexander; Bassler, Bonnie L; Lederberg, Joshua; Thaler, David S

    2008-02-27

    The light-emitting Vibrios provide excellent material for studying the interaction of cellular communication with growth rate because bioluminescence is a convenient marker for quorum sensing. However, the use of bioluminescence as a marker is complicated because bioluminescence itself may affect growth rate, e.g. by diverting energy. The marker effect was explored via growth rate studies in isogenic Vibrio harveyi (Vh) strains altered in quorum sensing on the one hand, and bioluminescence on the other. By hypothesis, growth rate is energy limited: mutants deficient in quorum sensing grow faster because wild type quorum sensing unleashes bioluminescence and bioluminescence diverts energy. Findings reported here confirm a role for bioluminescence in limiting Vh growth rate, at least under the conditions tested. However, the results argue that the bioluminescence is insufficient to explain the relationship of growth rate and quorum sensing in Vh. A Vh mutant null for all genes encoding the bioluminescence pathway grew faster than wild type but not as fast as null mutants in quorum sensing. Vh quorum sensing mutants showed altered growth rates that do not always rank with their relative increase or decrease in bioluminescence. In addition, the cell-free culture fluids of a rapidly growing Vibrio parahaemolyticus (Vp) strain increased the growth rate of wild type Vh without significantly altering Vh's bioluminescence. The same cell-free culture fluid increased the bioluminescence of Vh quorum mutants. The effect of quorum sensing on Vh growth rate can be either positive or negative and includes both bioluminescence-dependent and independent components. Bioluminescence tends to slow growth rate but not enough to account for the effects of quorum sensing on growth rate.

  3. Quorum sensing influences Vibrio harveyi growth rates in a manner not fully accounted for by the marker effect of bioluminescence.

    Directory of Open Access Journals (Sweden)

    Zeena E Nackerdien

    2008-02-01

    Full Text Available The light-emitting Vibrios provide excellent material for studying the interaction of cellular communication with growth rate because bioluminescence is a convenient marker for quorum sensing. However, the use of bioluminescence as a marker is complicated because bioluminescence itself may affect growth rate, e.g. by diverting energy.The marker effect was explored via growth rate studies in isogenic Vibrio harveyi (Vh strains altered in quorum sensing on the one hand, and bioluminescence on the other. By hypothesis, growth rate is energy limited: mutants deficient in quorum sensing grow faster because wild type quorum sensing unleashes bioluminescence and bioluminescence diverts energy. Findings reported here confirm a role for bioluminescence in limiting Vh growth rate, at least under the conditions tested. However, the results argue that the bioluminescence is insufficient to explain the relationship of growth rate and quorum sensing in Vh. A Vh mutant null for all genes encoding the bioluminescence pathway grew faster than wild type but not as fast as null mutants in quorum sensing. Vh quorum sensing mutants showed altered growth rates that do not always rank with their relative increase or decrease in bioluminescence. In addition, the cell-free culture fluids of a rapidly growing Vibrio parahaemolyticus (Vp strain increased the growth rate of wild type Vh without significantly altering Vh's bioluminescence. The same cell-free culture fluid increased the bioluminescence of Vh quorum mutants.The effect of quorum sensing on Vh growth rate can be either positive or negative and includes both bioluminescence-dependent and independent components. Bioluminescence tends to slow growth rate but not enough to account for the effects of quorum sensing on growth rate.

  4. L-carnitine significantly decreased aging of rat adipose tissue-derived mesenchymal stem cells.

    Science.gov (United States)

    Mobarak, Halimeh; Fathi, Ezzatollah; Farahzadi, Raheleh; Zarghami, Nosratollah; Javanmardi, Sara

    2017-03-01

    Mesenchymal stem cells are undifferentiated cells that have the ability to divide continuously and tissue regeneration potential during the transplantation. Aging and loss of cell survival, is one of the main problems in cell therapy. Since the production of free radicals in the aging process is effective, the use of antioxidant compounds can help in scavenging free radicals and prevent the aging of cells. The aim of this study is evaluate the effects of L-carnitine (LC) on proliferation and aging of rat adipose tissue-derived mesenchymal stem cells (rADSC). rADSCs were isolated from inguinal region of 5 male Rattus rats. Oil red-O, alizarin red-S and toluidine blue staining were performed to evaluate the adipogenic, osteogenic and chondrogenic differentiation of rADSCs, respectively. Flow cytometric analysis was done for investigating the cell surface markers. The methyl thiazol tetrazolium (MTT) method was used to determine the cell proliferation of rADSCs following exposure to different concentrations of LC. rADSCs aging was evaluated by beta-galactosidase staining. The results showed significant proliferation of rADSCs 48 h after treatment with concentrations of 0.2 mM LC. In addition, in the presence of 0.2 mM LC, rADSCs appeared to be growing faster than control group and 0.2 mM LC supplementation could significantly decrease the population doubling time and aging of rADSCs. It seems that LC would be a good antioxidant to improve lifespan of rADSCs due to the decrease in aging.

  5. Faster simulated laparoscopic cholecystectomy with haptic feedback technology

    Directory of Open Access Journals (Sweden)

    Yiasemidou M

    2011-10-01

    Full Text Available Marina Yiasemidou, Daniel Glassman, Peter Vasas, Sarit Badiani, Bijendra Patel Barts and the London School of Medicine and Dentistry, Department of Upper GI Surgery, Barts and The Royal London Hospital, London, UK Background: Virtual reality simulators have been gradually introduced into surgical training. One of the enhanced features of the latest virtual simulators is haptic feedback. The usefulness of haptic feedback technology has been a matter of controversy in recent years. Previous studies have assessed the importance of haptic feedback in executing parts of a procedure or basic tasks, such as tissue grasping. The aim of this study was to assess the role of haptic feedback within a structured educational environment, based on the performance of junior surgical trainees after undergoing substantial simulation training. Methods: Novices, whose performance was assessed after several repetitions of a task, were recruited for this study. The performance of senior house officers at the last stage of a validated laparoscopic cholecystectomy curriculum was assessed. Nine senior house officers completed a validated laparoscopic cholecystectomy curriculum on a haptic simulator and nine on a nonhaptic simulator. Performance in terms of mean total time, mean total number of movements, and mean total path length at the last level of the validated curriculum (full procedure of laparoscopic cholecystectomy was compared between the two groups. Results: Haptic feedback significantly reduced the time required to complete the full procedure of laparoscopic cholecystectomy (mean total time for nonhaptic machine 608.83 seconds, mean total time for haptic machine 553.27 seconds; P = 0.019 while maintaining safety standards similar to those of the nonhaptic machine (mean total number of movements: nonhaptic machine 583.74, haptic machine 603.93, P = 0.145, mean total path length: for nonhaptic machine 1207.37 cm, for haptic machine 1262.36 cm, P = 0

  6. Tumor Response to Radiotherapy Regulated by Endothelial Cell Apoptosis

    Science.gov (United States)

    Garcia-Barros, Monica; Paris, Francois; Cordon-Cardo, Carlos; Lyden, David; Rafii, Shahin; Haimovitz-Friedman, Adriana; Fuks, Zvi; Kolesnick, Richard

    2003-05-01

    About 50% of cancer patients receive radiation therapy. Here we investigated the hypothesis that tumor response to radiation is determined not only by tumor cell phenotype but also by microvascular sensitivity. MCA/129 fibrosarcomas and B16F1 melanomas grown in apoptosis-resistant acid sphingomyelinase (asmase)-deficient or Bax-deficient mice displayed markedly reduced baseline microvascular endothelial apoptosis and grew 200 to 400% faster than tumors on wild-type microvasculature. Thus, endothelial apoptosis is a homeostatic factor regulating angiogenesis-dependent tumor growth. Moreover, these tumors exhibited reduced endothelial apoptosis upon irradiation and, unlike tumors in wild-type mice, they were resistant to single-dose radiation up to 20 grays (Gy). These studies indicate that microvascular damage regulates tumor cell response to radiation at the clinically relevant dose range.

  7. Transcriptional profiling of protein expression related genes of Pichia pastoris under simulated microgravity.

    Directory of Open Access Journals (Sweden)

    Feng Qi

    Full Text Available The physiological responses and transcription profiling of Pichia pastoris GS115 to simulated microgravity (SMG were substantially changed compared with normal gravity (NG control. We previously reported that the recombinant P. pastoris grew faster under SMG than NG during methanol induction phase and the efficiencies of recombinant enzyme production and secretion were enhanced under SMG, which was considered as the consequence of changed transcriptional levels of some key genes. In this work, transcriptiome profiling of P. pastoris cultured under SMG and NG conditions at exponential and stationary phases were determined using next-generation sequencing (NGS technologies. Four categories of 141 genes function as methanol utilization, protein chaperone, RNA polymerase and protein transportation or secretion classified according to Gene Ontology (GO were chosen to be analyzed on the basis of NGS results. And 80 significantly changed genes were weighted and estimated by Cluster 3.0. It was found that most genes of methanol metabolism (85% of 20 genes and protein transportation or secretion (82.2% of 45 genes were significantly up-regulated under SMG. Furthermore the quantity and fold change of up-regulated genes in exponential phase of each category were higher than those of stationary phase. The results indicate that the up-regulated genes of methanol metabolism and protein transportation or secretion mainly contribute to enhanced production and secretion of the recombinant protein under SMG.

  8. Characterization of a cold-active bacterium isolated from the South Pole “Ice Tunnel”

    Energy Technology Data Exchange (ETDEWEB)

    Madigan, Michael T.; Kempher, Megan L.; Bender, Kelly S.; Sullivan, Paul; Matthew Sattley, W.; Dohnalkova, Alice C.; Joye, Samantha B.

    2017-07-05

    Abstract Extremely cold microbial habitats on Earth (those below -30 °C) are rare and have not been surveyed for microbes as extensively as environments in the 0 to -20 °C range. Using cryoprotected growth media incubated at -5 °C, we enriched a cold-active Pseudomonas species from -50 °C ice collected from a utility tunnel for wastewater pipes under Amundsen–Scott South Pole Station, Antarctica. The isolate, strain UC-1, is related to other cold-active Pseudomonas species, most notably P. psychrophila, and grew at -5 °C to +34–37 °C; growth of UC-1 at +3 °C was significantly faster than at +34 °C. Strain UC-1 synthesized a surface exopolymer and high levels of unsaturated fatty acids under cold growth conditions. A 16S rRNA gene diversity screen of the ice sample that yielded strain UC-1 revealed over 1200 operational taxonomic units (OTUs) distributed across eight major classes of Bacteria. Many of the OTUs were Clostridia and Bacteriodia and some of these were probably of wastewater origin. However, a significant fraction of the OTUs were Proteobacteria and Actinobacteria of likely environmental origin. Our results shed light on the lower temperature limits to life and the possible existence of functional microbial communities in ultra-cold environments.

  9. Nanoparticle growth and surface chemistry changes in cell-conditioned culture medium.

    Science.gov (United States)

    Kendall, Michaela; Hodges, Nikolas J; Whitwell, Harry; Tyrrell, Jess; Cangul, Hakan

    2015-02-05

    When biomolecules attach to engineered nanoparticle (ENP) surfaces, they confer the particles with a new biological identity. Physical format may also radically alter, changing ENP stability and agglomeration state within seconds. In order to measure which biomolecules are associated with early ENP growth, we studied ENPs in conditioned medium from A549 cell culture, using dynamic light scattering (DLS) and linear trap quadrupole electron transfer dissociation mass spectrometry. Two types of 100 nm polystyrene particles (one uncoated and one with an amine functionalized surface) were used to measure the influence of surface type. In identically prepared conditioned medium, agglomeration was visible in all samples after 1 h, but was variable, indicating inter-sample variability in secretion rates and extracellular medium conditions. In samples conditioned for 1 h or more, ENP agglomeration rates varied significantly. Agglomerate size measured by DLS was well correlated with surface sequestered peptide number for uncoated but not for amine coated polystyrene ENPs. Amine-coated ENPs grew much faster and into larger agglomerates associated with fewer sequestered peptides, but including significant sequestered lactose dehydrogenase. We conclude that interference with extracellular peptide balance and oxidoreductase activity via sequestration is worthy of further study, as increased oxidative stress via this new mechanism may be important for cell toxicity. © 2014 The Author(s) Published by the Royal Society. All rights reserved.

  10. The impact of the 'Sea Empress' oil spill on seabass recruitment

    International Nuclear Information System (INIS)

    Lancaster, J.E.; Pawson, M.G.; Pickett, G.D.; Jennings, S.

    1998-01-01

    Young-of-the-year (O-group) sea bass (Dicentrarchus labrax L.) were collected during 1996 from 12 inshore sites in the Bristol Channel in order to investigate possible effects of the Sea Empress oil spill on their growth and survival. O-group bass were more abundant on the south side of the Bristol Channel than in South Wales nurseries, and particularly scarce within Milford Haven. Some bass caught in nursery areas on the north Cornish coast had spawned in early March, but only fish spawned after late April appeared in South Wales nurseries, where the first arrival data of bass post-larvae was later than in nursery areas in north Devon and Cornwall. O-group bass grew faster within the latter nurseries than in the north coast of the Bristol Channel, where a much higher proportion of fish failed to reach 60 mm, the critical length for survival through the first winter. There were no significant differences in fish condition or in the weight of their stomach contents between sites. Whilst the Sea Empress oil spill may have contributed to the differences in the survival of early-spawned bass larvae and the abundance of O-group bass in nursery areas on either side of the Bristol Channel, these differences are likely to be less significant than the year to year variation due to natural causes. (author)

  11. Ontogeny of the Alligator Cartilago Transiliens and Its Significance for Sauropsid Jaw Muscle Evolution

    Science.gov (United States)

    Tsai, Henry P.; Holliday, Casey M.

    2011-01-01

    The cartilago transiliens is a fibrocartilaginous structure within the jaw muscles of crocodylians. The cartilago transiliens slides between the pterygoid buttress and coronoid region of the lower jaw and connects two muscles historically identified as m. pseudotemporalis superficialis and m. intramandibularis. However, the position of cartilago transiliens, and its anatomical similarities to tendon organs suggest the structure may be a sesamoid linking a single muscle. Incompressible sesamoids often form inside tendons that wrap around bone. However, such structures rarely ossify in reptiles and have thus far received scant attention. We tested the hypothesis that the cartilago transiliens is a sesamoid developed within in one muscle by investigating its structure in an ontogenetic series of Alligator mississippiensis using dissection, 3D imaging, and polarizing and standard light microscopy. In all animals studied, the cartilago transiliens receives collagen fibers and tendon insertions from its two main muscular attachments. However, whereas collagen fibers were continuous within the cartilaginous nodule of younger animals, such continuity decreased in older animals, where the fibrocartilaginous core grew to displace the fibrous region. Whereas several neighboring muscles attached to the fibrous capsule in older individuals, only two muscles had significant contributions to the structure in young animals. Our results indicate that the cartilago transiliens is likely a sesamoid formed within a single muscle (i.e., m. pseudotemporalis superficialis) as it wraps around the pterygoid buttress. This tendon organ is ubiquitous among fossil crocodyliforms indicating it is a relatively ancient, conserved structure associated with the development of the large pterygoid flanges in this clade. Finally, these findings indicate that similar tendon organs exist among potentially homologous muscle groups in birds and turtles, thus impacting inferences of jaw muscle homology

  12. Faster onset of antidepressant effects of citalopram compared with sertraline in drug-naïve first-episode major depressive disorder in a Chinese population: a 6-week double-blind, randomized comparative study.

    Science.gov (United States)

    Hsu, Ju-Wei; Su, Tung-Ping; Huang, Chen-Ying; Chen, Ying-Sheue; Chou, Yuan-Hwa

    2011-10-01

    Several previous studies, including a meta-analysis, reported no significant differences between various selective serotonin reuptake inhibitors (SSRIs) in the treatment of major depressive disorder. However, because of the different chemical structure of SSRIs and the difference in the frequency of serotonin transporter polymorphisms between ethnic groups, a head-to-head comparative study between SSRIs in different populations may be enlightening. We compared the efficacy and adverse effect profiles of citalopram and sertraline in a double-blinded randomized clinical trial in a Chinese population of drug-naïve patients with first-episode major depressive disorder. Fifty-one patients were randomly assigned to citalopram or sertraline treatment. The Montgomery-Åsberg Depression Rating Scale (MADRS) was used as the primary outcome. Efficacy and adverse effects were analyzed in an intent-to-treat population. Efficacy was analyzed using a last-observation-carried-forward method for early terminators. There were no significant differences in demographic characteristics at baseline. No significant differences were found in MADRS scores between citalopram and sertraline at baseline (36.6 ± 5.5 vs 38.2 ± 4.9; P = 0.322) or at the end of treatment (week 6; 10.8 ± 10.0 vs 16.7 ± 11.3; P = 0.082). However, MADRS scores in the citalopram group were significantly lower at week 1 (25.2 ± 8.5 vs 30.4 ± 6.1; P = 0.029) and week 3 (15.9 ± 10.0 vs 22.1 ± 8.7; P = 0.037). Overall, treatment-emergent adverse effects were reported by 14.3% and 28.6% of patients in the citalopram and sertraline groups, respectively. In conclusion, citalopram and sertraline were both efficacious and well tolerated. However, citalopram exhibited a significantly faster onset than sertraline during the early weeks of treatment and tended to have a better efficacy in overall treatment, although the statistic was not significant.

  13. Emotional facial expressions evoke faster orienting responses, but weaker emotional responses at neural and behavioural levels compared to scenes: A simultaneous EEG and facial EMG study.

    Science.gov (United States)

    Mavratzakis, Aimee; Herbert, Cornelia; Walla, Peter

    2016-01-01

    In the current study, electroencephalography (EEG) was recorded simultaneously with facial electromyography (fEMG) to determine whether emotional faces and emotional scenes are processed differently at the neural level. In addition, it was investigated whether these differences can be observed at the behavioural level via spontaneous facial muscle activity. Emotional content of the stimuli did not affect early P1 activity. Emotional faces elicited enhanced amplitudes of the face-sensitive N170 component, while its counterpart, the scene-related N100, was not sensitive to emotional content of scenes. At 220-280ms, the early posterior negativity (EPN) was enhanced only slightly for fearful as compared to neutral or happy faces. However, its amplitudes were significantly enhanced during processing of scenes with positive content, particularly over the right hemisphere. Scenes of positive content also elicited enhanced spontaneous zygomatic activity from 500-750ms onwards, while happy faces elicited no such changes. Contrastingly, both fearful faces and negative scenes elicited enhanced spontaneous corrugator activity at 500-750ms after stimulus onset. However, relative to baseline EMG changes occurred earlier for faces (250ms) than for scenes (500ms) whereas for scenes activity changes were more pronounced over the whole viewing period. Taking into account all effects, the data suggests that emotional facial expressions evoke faster attentional orienting, but weaker affective neural activity and emotional behavioural responses compared to emotional scenes. Copyright © 2015 The Authors. Published by Elsevier Inc. All rights reserved.

  14. Faster-higher-stronger -- greener

    International Nuclear Information System (INIS)

    Burgess, A.

    2000-01-01

    The Toronto Olympic Bid Committee is reported to have adopted a strong environmental orientation in its bid to bring the 2008 Olympic Games to Toronto. In a recent address, the President of the Committee outlined details of the bid's environmental component which emphasizes the role of sustainable development within the Olympics and the consequences of this orientation on the design, construction and operation of facilities. The Toronto Bid Committee has gained inspiration and momentum for its 'green bid' from the host city of the 2000 Olympic Games, Sidney, Australia, which has won widespread praise for its efforts to clean up Homebush Bay, a brownfield site long seen as a liability for the city. The Toronto Bid Committee is making itself accountable for: creating the healthiest possible conditions for the athletes, visitors and residents; designing for sustainability; protecting, restoring and enhancing human and natural habitats; conserving resources and minimizing the ecological impact of the Games; promoting innovative, technically proven Canadian environmental technology; and fostering environmental awareness and education. The Committee intends to make the environment a priority and not just an afterthought in the bidding process. It hopes to develop specific goals and where possible, quantifiable targets in non-polluting designs for all Olympic housing and sports facilities. Wherever possible renewable power such as wind, solar and fuel cells will be used, and cleaner fuels such as natural gas where green power is not a viable option

  15. Faster scannerless GLR parsing

    NARCIS (Netherlands)

    Economopoulos, G.R.; Klint, P.; Vinju, J.J.; Moor, de O.; Schwartzbach, M.I.

    2009-01-01

    Analysis and renovation of large software portfolios requires syntax analysis of multiple, usually embedded, languages and this is beyond the capabilities of many standard parsing techniques. The traditional separation between lexer and parser falls short due to the limitations of tokenization based

  16. Faster Scannerless GLR parsing

    NARCIS (Netherlands)

    J.J. Vinju (Jurgen); G.R. Economopoulos (Giorgos Robert); P. Klint (Paul)

    2008-01-01

    textabstractAnalysis and renovation of large software portfolios requires syntax analysis of multiple, usually embedded, languages and this is beyond the capabilities of many standard parsing techniques. The traditional separation between lexer and parser falls short due to the limitations of

  17. Faster, Practical GLL Parsing

    NARCIS (Netherlands)

    A. Afroozeh (Ali); A. Izmaylova (Anastasia)

    2015-01-01

    htmlabstractGeneralized LL (GLL) parsing is an extension of recursive-descent (RD) parsing that supports all context-free grammars in cubic time and space. GLL parsers have the direct relationship with the grammar that RD parsers have, and therefore, compared to GLR, are easier to understand, debug,

  18. Faster scannerless GLR parsing

    NARCIS (Netherlands)

    G.R. Economopoulos (Giorgos Robert); P. Klint (Paul); J.J. Vinju (Jurgen); O. de Moor; M.I. Schwartzbach

    2009-01-01

    textabstractAnalysis and renovation of large software portfolios requires syntax analysis of multiple, usually embedded, languages and this is beyond the capabilities of many standard parsing techniques. The traditional separation between lexer and parser falls short due to the limitations of

  19. Similar mitochondrial activation kinetics in wild-type and creatine kinase-deficient fast-twitch muscle indicate significant Pi control of respiration

    NARCIS (Netherlands)

    Jeneson, J.A.L.; Veld, ter F.; Schmitz, J.P.J.; Meyer, R.A.; Hilbers, P.A.J.; Nicolay, K.

    2011-01-01

    Past simulations of oxidative ATP metabolism in skeletal muscle have predicted that elimination of the creatine kinase (CK) reaction should result in dramatically faster oxygen consumption dynamics during transitions in ATP turnover rate. This hypothesis was investigated. Oxygen consumption of

  20. Cumulative Significance of Hyporheic Exchange and Biogeochemical Processing in River Networks

    Science.gov (United States)

    Harvey, J. W.; Gomez-Velez, J. D.

    2014-12-01

    Biogeochemical reactions in rivers that decrease excessive loads of nutrients, metals, organic compounds, etc. are enhanced by hydrologic interactions with microbially and geochemically active sediments of the hyporheic zone. The significance of reactions in individual hyporheic flow paths has been shown to be controlled by the contact time between river water and sediment and the intrinsic reaction rate in the sediment. However, little is known about how the cumulative effects of hyporheic processing in large river basins. We used the river network model NEXSS (Gomez-Velez and Harvey, submitted) to simulate hyporheic exchange through synthetic river networks based on the best available models of network topology, hydraulic geometry and scaling of geomorphic features, grain size, hydraulic conductivity, and intrinsic reaction rates of nutrients and metals in river sediment. The dimensionless reaction significance factor, RSF (Harvey et al., 2013) was used to quantify the cumulative removal fraction of a reactive solute by hyporheic processing. SF scales reaction progress in a single pass through the hyporheic zone with the proportion of stream discharge passing through the hyporheic zone for a specified distance. Reaction progress is optimal where the intrinsic reaction timescale in sediment matches the residence time of hyporheic flow and is less efficient in longer residence time hyporheic flow as a result of the decreasing proportion of river flow that is processed by longer residence time hyporheic flow paths. In contrast, higher fluxes through short residence time hyporheic flow paths may be inefficient because of the repeated surface-subsurface exchanges required to complete the reaction. Using NEXSS we found that reaction efficiency may be high in both small streams and large rivers, although for different reasons. In small streams reaction progress generally is dominated by faster pathways of vertical exchange beneath submerged bedforms. Slower exchange

  1. Effects of air flow maldistribution on refrigeration system dynamics of air source heat pump chiller under frosting conditions

    International Nuclear Information System (INIS)

    Gong Jianying; Gao Tieyu; Yuan Xiuling; Huang Dong

    2008-01-01

    The effects of air flow maldistribution on the performance of an air source heat pump chiller under frosting conditions were investigated experimentally. The results indicated that air flow maldistribution was the dominant factor leading to hunting of the thermostatic expansion valve for medium and/or large size finned tube evaporators. With air flow maldistribution degree (AMD) increasing, frost occurred earlier, and the frost layer grew faster. The operating characteristics became lower when AMD was increased. We found such phenomenon seemed to be related to both the difference of refrigerant outlet superheat and the frosting velocity. In the hunting stage, the frost block effect became the main factor degrading the refrigeration system performance. With AMD increasing, the heat pump system pertinent performance data (suction pressure, evaporation temperature, discharge pressure, refrigerant outlet temperature, etc.) were degraded more dramatically

  2. ¿Publish or perish? The case of Social Sciences and Humanities in Latin America

    Directory of Open Access Journals (Sweden)

    Eduardo Aguado-López

    2016-12-01

    Full Text Available The aim of this work is to explore the scientific collaborative behavior in the Social Sciences and Humanities in Latin America. To achieve this, Scopus trends (2003-2013, through the analysis done by Plume and Van Weijen, were contrasted with redalyc.org trends (2005-2014, covering a total of 220.200 papers. It revealed that the forms of author grew at a faster pace than the number of published papers; this rise was prompted by collaborative work strategies, with a tendency toward foreign collaboration. Therefore, the study of the characteristics of current scientific output leads inevitably to a discussion of collaboration. This has become one of the properties defining scientific work and is one of the ways that Latin American scientists address the “publish or perish” principle, which is now key to how research performance evaluations operate.

  3. CuInS2/ZnS QD-ferroelectric liquid crystal mixtures for faster electro-optical devices and their energy storage aspects

    Science.gov (United States)

    Singh, Dharmendra Pratap; Vimal, Tripti; Mange, Yatin J.; Varia, Mahesh C.; Nann, Thomas; Pandey, K. K.; Manohar, Rajiv; Douali, Redouane

    2018-01-01

    CuInS2/ZnS core/shell quantum dots (CIS/ZnS QDs) dispersed ferroelectric liquid crystal (FLC) mixtures have been characterized for their application in electro-optical devices, energy storage, and solar cells. Physical properties of the CIS/ZnS QD-FLC (ferroelectric liquid crystal) mixtures have also been investigated with varying QD concentrations in order to optimize the critical concentration of QDs in mixtures. The presence of QDs breaks the geometrical symmetry in the FLC matrix, which results in a change in the physical properties of the mixtures. We observed the reduced values of primary and secondary order parameters (tilt angle and spontaneous polarization, respectively) for mixtures, which also depend on the concentration of QDs. The reduction of spontaneous polarization in QDs-FLC mixtures is attributed to the adverse role of flexoelectric contribution in the mixtures. The 92% faster electro-optic response and enhanced capacitance indicate the possible application of these mixtures in electro-optical devices and solar cells. Photoluminescence emission of pure FLC and QDs-FLC mixtures has been thermally tailored, which is explained by suitable models.

  4. Bacterial contamination of fabric and metal-bead identity card lanyards: A cross-sectional study

    Directory of Open Access Journals (Sweden)

    Thomas Pepper

    2014-11-01

    Full Text Available Summary: In healthcare, fabric or metal-bead lanyards are universally used for carrying identity cards. However there is little information on microbial contamination with potential pathogens that may readily re-contaminate disinfected hands. We examined 108 lanyards from hospital staff. Most grew skin flora but 7/108 (6% had potentially pathogenic bacteria: four grew methicillin-susceptible Staphylococcus aureus, and four grew probable fecal flora: 3 Clostridium perfringens and 1 Clostridium bifermentans (one lanyard grew both S. aureus and C. bifermentans. Unused (control lanyards had little or no such contamination. The median duration of lanyard wear was 12 months (interquartile range 3–36 months. 17/108 (16% of the lanyards had reportedly undergone decontamination including wiping with alcohol, chlorhexidine or chlorine dioxide; and washing with soap and water or by washing machine. Metal-bead lanyards had significantly lower median bacterial counts than those from fabric lanyards (1 vs. 4 CFU/cm2; Mann–Whitney U = 300.5; P < 0.001. 12/32 (38% of the metal-bead lanyards grew no bacteria, compared with 2/76 (3% of fabric lanyards. We recommend that an effective decontamination regimen be instituted by those who use fabric lanyards, or that fabric lanyards be discarded altogether in preference for metal-bead lanyards or clip-on identity cards. Keywords: Lanyard, Contamination, Identity card, Metal, Fabric

  5. Second generation stationary digital breast tomosynthesis system with faster scan time and wider angular span.

    Science.gov (United States)

    Calliste, Jabari; Wu, Gongting; Laganis, Philip E; Spronk, Derrek; Jafari, Houman; Olson, Kyle; Gao, Bo; Lee, Yueh Z; Zhou, Otto; Lu, Jianping

    2017-09-01

    The aim of this study was to characterize a new generation stationary digital breast tomosynthesis system with higher tube flux and increased angular span over a first generation system. The linear CNT x-ray source was designed, built, and evaluated to determine its performance parameters. The second generation system was then constructed using the CNT x-ray source and a Hologic gantry. Upon construction, test objects and phantoms were used to characterize system resolution as measured by the modulation transfer function (MTF), and artifact spread function (ASF). The results indicated that the linear CNT x-ray source was capable of stable operation at a tube potential of 49 kVp, and measured focal spot sizes showed source-to-source consistency with a nominal focal spot size of 1.1 mm. After construction, the second generation (Gen 2) system exhibited entrance surface air kerma rates two times greater the previous s-DBT system. System in-plane resolution as measured by the MTF is 7.7 cycles/mm, compared to 6.7 cycles/mm for the Gen 1 system. As expected, an increase in the z-axis depth resolution was observed, with a decrease in the ASF from 4.30 mm to 2.35 mm moving from the Gen 1 system to the Gen 2 system as result of an increased angular span. The results indicate that the Gen 2 stationary digital breast tomosynthesis system, which has a larger angular span, increased entrance surface air kerma, and faster image acquisition time over the Gen 1 s-DBT system, results in higher resolution images. With the detector operating at full resolution, the Gen 2 s-DBT system can achieve an in-plane resolution of 7.7 cycles per mm, which is better than the current commercial DBT systems today, and may potentially result in better patient diagnosis. © 2017 American Association of Physicists in Medicine.

  6. Feeding enhances skeletal growth and energetic stores of an Atlantic coral under significantly elevated CO2

    Science.gov (United States)

    Drenkard, L.; Cohen, A. L.; McCorkle, D. C.; dePutron, S.; Zicht, A.

    2011-12-01

    Many corals living under the relatively acidic conditions of naturally high-CO2 reefs are calcifying as fast or faster than their conspecifics on naturally low CO2 reefs. These observations are inconsistent with most experimental work that shows a negative impact of ocean acidification on coral calcification. We investigated the link between coral nutritional (energetic) status and the calcification response to significantly elevated CO2. Juveniles of the Atlantic brooding coral, Favia fragum were reared for three weeks under fully crossed CO2 and feeding conditions: ambient (μar =1.6+-0.2) and high CO2 (μar =3.7+-0.3); fed and unfed. In most measured parameters, the effect of feeding is much stronger than the effect of CO2. Nutritionally enhanced (fed) corals, regardless of CO2 condition, have higher concentrations of total lipid and their skeletons are both significantly larger and more developmentally advanced than those of corals relying solely on autotrophy. In measurements of corallite weight, where the impact of CO2 is most apparent, no statistical difference is observed between unfed corals under ambient CO2 conditions and fed corals reared under 1600 ppm CO2. Our results suggest that coral energetic status, which can be enhanced by heterotrophic feeding but depleted by stressors such as bleaching, will play a key role in the coral response to ocean acidification and thus, in the resilience of reef ecosystems under climate change.

  7. Germination, growth rates, and electron microscope analysis of tomato seeds flown on the LDEF

    Science.gov (United States)

    Hammond, Ernest C., Jr.; Bridgers, Kevin; Brown, Cecelia Wright

    1995-01-01

    The tomato seeds were flown in orbit aboard the Long Duration Exposure Facility (LDEF) for nearly six years. During this time, the tomato seeds received an abundant exposure to cosmic radiation and solar wind. Upon the return of the LDEF to earth, the seeds were distributed throughout the United States and 30 foreign countries for analysis. The purpose of the experiment was to determine the long term effect of cosmic rays on living tissue. Our university analysis included germination and growth rates as well as Scanning Electron Microscopy and X-ray analysis of the control as well as Space-exposed tomato seeds. In analyzing the seeds under the Electron Microscope, usual observations were performed on the nutritional and epidermis layer of the seed. These layers appeared to be more porous in the Space-exposed seeds than on the Earth-based control seeds. This unusual characteristic may explain the increases in the space seeds growth pattern. (Several test results show that the Space-exposed seeds germinate sooner than the Earth-Based seeds. Also, the Space-exposed seeds grew at a faster rate). The porous nutritional region may allow the seeds to receive necessary nutrients and liquids more readily, thus enabling the plant to grow at a faster rate. Roots, leaves and stems were cut into small sections and mounted. After sputter coating the specimens with Argon/Gold Palladium Plasma, they were ready to be viewed under the Electron Microscope. Many micrographs were taken. The X-ray analysis displayed possible identifications of calcium, potassium, chlorine, copper, aluminum, silicon, phosphate, carbon, and sometimes sulfur and iron. The highest concentrations were shown in potassium and calcium. The Space-exposed specimens displayed a high concentration of copper and calcium in the two specimens. There was a significantly high concentration of copper in the Earth-based specimens, whereas there was no copper in the Space-exposed specimens.

  8. Pre-Restoration Habitat Use by Chinook Salmon in the Nisqually Estuary Using Otolith Analysis: An Additional Year

    Science.gov (United States)

    Lind-Null, Angie; Larsen, Kim

    2009-01-01

    The Nisqually Fall Chinook population is one of 27 stocks in the Puget Sound evolutionarily significant unit listed as threatened under the Federal Endangered Species Act (ESA). Preservation and extensive restoration of the Nisqually delta ecosystem is currently taking place to assist in recovery of the stock as juvenile Fall Chinook salmon are dependent upon the estuary. A pre-restoration baseline that includes characterization of life history types, estuary residence times, growth rates, and habitat use is needed to evaluate the potential response of hatchery and natural origin Chinook salmon to restoration efforts and determine restoration success. Otolith analysis was selected to examine Chinook salmon life history, growth, and residence in the Nisqually Estuary. Previously funded work on wild samples collected in 2004 established the growth rate and length of residence associated with various habitats. The purpose of the current study is to build on the previous work by incorporating otolith microstructure analysis from 2005 (second sampling year), to verify findings from 2004, and to evaluate between-year variation in otolith microstructure. Our results from this second year of analysis indicated no inter-annual variation in the appearance of the tidal delta check (TDCK) and delta-flats check (DFCK). However, a new life history type (fry migrant) was observed on samples collected in 2005. Fish caught in the tidal delta regardless of capture date spent an average of 17 days in the tidal delta. There was a corresponding increase in growth rate as the fish migrated from freshwater (FW) to tidal delta to nearshore (NS) habitats. Fish grew 33 percent faster in the tidal delta than in FW habitat and slightly faster (14 percent) in the delta flats (DF) habitat compared to the tidal delta.

  9. Civil gymnastics associations and sports in the Kingdom of Serbia

    Directory of Open Access Journals (Sweden)

    Vukašinović Vladan

    2016-01-01

    Full Text Available The aim of this study was to enable insight and systemization of data relevant for the appearance of sports in the Kingdom of Serbia through reviews of adequate monographs and series of publications. Primary assumption was founded on the expectation to determine a direct link between gymnastics and the falcon system of exercising with sports that was rising. The historic method has been used for the research. Work results indicate a significant role of civil gymnastics associations - falcons (the falcon and knight (Dusan the Mighty as a phenomenon in popularization and development of modern sports at the end of the 19th and the beginning of the 20th century in Serbia. All these associations, no matter what their name was, had intentions to maintain their existing and attract new membership, and they foresaw with their rules and statutes acceptance and the introduction of other sports activities and forming of clubs, apart from gymnastics which was the skeleton of exercising curriculum. Newly founded gymnastics - sports departments in fighting, marksmanship, skating, riding, swimming, rowing, velocipede, football developed and grew into sports clubs. Their separation from core gymnastics associations enabled faster development of individual sports branches, which stood for the first modern sports in Serbia.

  10. Vitamin E supplementation of undernourished ewes pre- and post-lambing reduces weight loss of ewes and increases weight of lambs.

    Science.gov (United States)

    Rosales Nieto, César Augusto; Meza-Herrera, César Alberto; Moron Cedillo, Felipe de Jesús; Flores Najera, Manuel de Jesús; Gámez Vázquez, Hector Guillermo; Ventura Pérez, Felipe de Jesús; Liu, Shimin

    2016-03-01

    The aim of this study was to test if vitamin E supplementation during late gestation and early lactation would affect the weight of ewes under nutritional restriction and the performance of their lambs. Mature Rambouillet ewes (n = 37) were fed a diet that supplied 70 % of the energy and 80 % of recommended protein requirements and randomly assigned to either vitamin E (vit E, n = 20, 4 IU of α-tocopherol kg(-1) of live weight) or control (n = 17, without vitamin E supplementation). During the experimental period, the mean weight of ewes decreased from 74.6 ± 2.4 to 58.1 ± 2.2 kg. Weight loss of ewes was slightly less for the vit E than the control (-65 vs -124 g day(-1), SEM = 46; P = 0.07). Lambs born from vit E-supplemented ewes were heavier than lambs from the control and grew significantly faster (239 vs 195 g day(-1), SEM = 29.3, P ewes are not met, supplementation of vitamin E during late gestation and early lactation might be an effective strategy to minimise ewe weight loss as well as to increase lamb growth.

  11. Temperature influences selective mortality during the early life stages of a coral reef fish.

    Directory of Open Access Journals (Sweden)

    Tauna L Rankin

    2011-05-01

    Full Text Available For organisms with complex life cycles, processes occurring at the interface between life stages can disproportionately impact survival and population dynamics. Temperature is an important factor influencing growth in poikilotherms, and growth-related processes are frequently correlated with survival. We examined the influence of water temperature on growth-related early life history traits (ELHTs and differential mortality during the transition from larval to early juvenile stage in sixteen monthly cohorts of bicolor damselfish Stegastes partitus, sampled on reefs of the upper Florida Keys, USA over 6 years. Otolith analysis of settlers and juveniles coupled with environmental data revealed that mean near-reef water temperature explained a significant proportion of variation in pelagic larval duration (PLD, early larval growth, size-at-settlement, and growth during early juvenile life. Among all cohorts, surviving juveniles were consistently larger at settlement, but grew more slowly during the first 6 d post-settlement. For the other ELHTs, selective mortality varied seasonally: during winter and spring months, survivors exhibited faster larval growth and shorter PLDs, whereas during warmer summer months, selection on PLD reversed and selection on larval growth became non-linear. Our results demonstrate that temperature not only shapes growth-related traits, but can also influence the direction and intensity of selective mortality.

  12. Sponge communities on Caribbean coral reefs are structured by factors that are top-down, not bottom-up.

    Science.gov (United States)

    Pawlik, Joseph R; Loh, Tse-Lynn; McMurray, Steven E; Finelli, Christopher M

    2013-01-01

    Caribbean coral reefs have been transformed in the past few decades with the demise of reef-building corals, and sponges are now the dominant habitat-forming organisms on most reefs. Competing hypotheses propose that sponge communities are controlled primarily by predatory fishes (top-down) or by the availability of picoplankton to suspension-feeding sponges (bottom-up). We tested these hypotheses on Conch Reef, off Key Largo, Florida, by placing sponges inside and outside predator-excluding cages at sites with less and more planktonic food availability (15 m vs. 30 m depth). There was no evidence of a bottom-up effect on the growth of any of 5 sponge species, and 2 of 5 species grew more when caged at the shallow site with lower food abundance. There was, however, a strong effect of predation by fishes on sponge species that lacked chemical defenses. Sponges with chemical defenses grew slower than undefended species, demonstrating a resource trade-off between growth and the production of secondary metabolites. Surveys of the benthic community on Conch Reef similarly did not support a bottom-up effect, with higher sponge cover at the shallower depth. We conclude that the structure of sponge communities on Caribbean coral reefs is primarily top-down, and predict that removal of sponge predators by overfishing will shift communities toward faster-growing, undefended species that better compete for space with threatened reef-building corals.

  13. Sponge communities on Caribbean coral reefs are structured by factors that are top-down, not bottom-up.

    Directory of Open Access Journals (Sweden)

    Joseph R Pawlik

    Full Text Available Caribbean coral reefs have been transformed in the past few decades with the demise of reef-building corals, and sponges are now the dominant habitat-forming organisms on most reefs. Competing hypotheses propose that sponge communities are controlled primarily by predatory fishes (top-down or by the availability of picoplankton to suspension-feeding sponges (bottom-up. We tested these hypotheses on Conch Reef, off Key Largo, Florida, by placing sponges inside and outside predator-excluding cages at sites with less and more planktonic food availability (15 m vs. 30 m depth. There was no evidence of a bottom-up effect on the growth of any of 5 sponge species, and 2 of 5 species grew more when caged at the shallow site with lower food abundance. There was, however, a strong effect of predation by fishes on sponge species that lacked chemical defenses. Sponges with chemical defenses grew slower than undefended species, demonstrating a resource trade-off between growth and the production of secondary metabolites. Surveys of the benthic community on Conch Reef similarly did not support a bottom-up effect, with higher sponge cover at the shallower depth. We conclude that the structure of sponge communities on Caribbean coral reefs is primarily top-down, and predict that removal of sponge predators by overfishing will shift communities toward faster-growing, undefended species that better compete for space with threatened reef-building corals.

  14. Fuel-consumption reflects increasing export

    International Nuclear Information System (INIS)

    TREND

    2003-01-01

    Fuel consumption in Slovakia has been substantially rising during the first three months of this year. During January and February about 6 percent more petrol and 15 percent more diesel fuel were sold compared to last year. Retail sales were growing even faster, informed president of Slovak Association of Petroleum Industry and Trade (SAPPO), Karoly Robak. He considers this an evidence of a substantial economic growth. The export is executed in form of freight transport (lorries), as this, together with agriculture, is the largest diesel fuel consumer. K. Robak, who at the same time is the Deputy General Manager For Retail at Slovnaft, a.s., Bratislava, expects the sales of fuel to grow by about 8 percent this year. Low prices due to a weaker US dollar should only support these tendencies. Last year the sales grew by 8,3 percent and in retail business the increase exceeded 10 percent. At the moment there are about 700 petrol stations in Slovakia (SAPPO) and over 330 out of them are owned by Slovnaft. The sale of fuel is now moving more to the retail business - to petrol stations as the price difference between retail and wholesale is decreasing. Last year for instance the wholesale recorded an increase in sales of diesel by 6,5 percent whereas retail sales grew by 17 percent. With petrol the situation was similar - 6,4 increase in retail sales and 2,5 percent in wholesale. (Author)

  15. EFSA Panel on Dietetic Products, Nutrition and Allergies (NDA); Scientific Opinion on the substantiation of a health claim related to citrulline-malate and faster recovery from muscle fatigue after exercise pursuant to Article 13(5) of Regulation (EC) No 1924/2006

    DEFF Research Database (Denmark)

    Tetens, Inge

    Following an application from Biocodex, submitted pursuant to Article 13(5) of Regulation (EC) No 1924/2006 via the Competent Authority of Belgium, the Panel on Dietetic Products, Nutrition and Allergies was asked to deliver an opinion on the scientific substantiation of a health claim related...... to citrulline-malate and faster recovery from muscle fatigue after exercise. Citrulline-malate is sufficiently characterised. The claimed effect is “maintenance of ATP levels through reduction of lactates in excess for an improved recovery from muscle fatigue”. The target population proposed by the applicant...... is healthy children above six years of age and adults. The Panel considers that faster recovery from muscle fatigue after exercise contributing to the restoration of muscle function is a beneficial physiological effect. A total of 33 references were considered as pertinent to the claim by the applicant...

  16. Economy: the sector crisis grew in 87 and one rate more in 88

    International Nuclear Information System (INIS)

    Servant-Vildary, S.; Soguio, K.

    1988-01-01

    The crisis in the Brazilian electric power sector is analysed, making forecasting for the year of 1995. An overview of the hydroelectric power plants is presented, including some consideration about investments and market. Some commentary about the necessity of Angra-2 operation are also cited. (author)

  17. Direct synthesis of some significant metal alkoxides

    International Nuclear Information System (INIS)

    Emilio, Gule Buyu

    1998-11-01

    Investigations were carried out with an attempt to study direct synthesis of metal alkoxides from elemental metals and appropriate alcohols. These were done by reacting representative metals of group I, II, III 7 IV (which are Na, Mg, Al and Sn respectively) directly with dry ethanol and dry isopropanol. The products were then analysed by infrared spectrophotometer to meter to identify metal alkoxides formed. Ethanol was found to have more acidic character in reactions with these metals than isopropanol, thus its reactions with the metals were faster. Reduction in the acidic character of isopropanol, a secondary alcohol, could be due to the existence off more alkyl groups in the molecule which displays +1 inductive effect. For the same alcohol the metals reactions were found to decrease with increase in electronegativity of the metals. Sodium being the least electronegative metal reacted fasted while tin the more electronegative metal reacted slowest. Mg, Al and Sn required a catalyst,, mercury (II) chloride and heat in order to initiate and drive the reactions completion. The alkoxides formed were found to be soluble to a certain extent in the tow alcohols and the order of solubility is such that Sn≥ Al ≥ Mg ≥ Na.(Author)

  18. A strategy of faster movements used by elderly humans to lift objects of increasing weight in ecological context.

    Science.gov (United States)

    Hoellinger, Thomas; McIntyre, Joseph; Jami, Lena; Hanneton, Sylvain; Cheron, Guy; Roby-Brami, Agnes

    2017-08-15

    It is not known whether, during the course of aging, changes occur in the motor strategies used by the CNS for lifting objects of different weights. Here, we analyzed the kinematics of object-lifting in two different healthy groups (young and elderly people) plus one well-known deafferented patient (GL). The task was to reach and lift onto a shelf an opaque cylindrical object with changing weight. The movements of the hand and object were recorded with electromagnetic sensors. In an ecological context (i.e. no instruction was given about movement speed), we found that younger participants, elderly people and GL did not all move at the same speed and that, surprisingly, elder people are faster. We also observed that the lifting trajectories were constant for both the elderly and the deafferented patient while younger participants raised their hand higher when the object weighed more. It appears that, depending on age and on available proprioceptive information, the CNS uses different strategies of lifting. We suggest that elder people tend to optimize their feedforward control in order to compensate for less functional afferent feedback, perhaps to optimize movement time and energy expenditure at the expense of high precision. In the case of complete loss of proprioceptive input, however, compensation follows a different strategy as suggested by GL's behavior who moved more slowly compared to both our younger and older participants. Copyright © 2017. Published by Elsevier Ltd.

  19. Hepatic steatosis progresses faster in HIV mono-infected than HIV/HCV co-infected patients and is associated with liver fibrosis.

    Science.gov (United States)

    Pembroke, Thomas; Deschenes, Marc; Lebouché, Bertrand; Benmassaoud, Amine; Sewitch, Maida; Ghali, Peter; Wong, Philip; Halme, Alex; Vuille-Lessard, Elise; Pexos, Costa; Klein, Marina B; Sebastiani, Giada

    2017-10-01

    Hepatic steatosis (HS) seems common in patients infected with human immunodeficiency virus (HIV). However, the relative effect of HIV, as well as hepatitis C virus (HCV) in those co-infected, and the influence of HS on liver fibrosis progression are unclear. The LIVEr disease in HIV (LIVEHIV) is a Canadian prospective cohort study using transient elastography and associated controlled attenuation parameter (CAP) to screen for HS and liver fibrosis, in unselected HIV-infected adults. HS progression was defined as development of any grade HS (CAP ⩾248dB/m), or transition to severe HS (CAP >292dB/m), for those with any grade HS at baseline. Fibrosis progression was defined as development of significant liver fibrosis (liver stiffness measurement [LSM] >7.1kPa), or transition to cirrhosis (LSM >12.5kPa) for those with significant liver fibrosis at baseline. Cox regression analysis was used to assess predictors of HS and fibrosis progression. A prospective cohort study was conducted, which included 726 HIV-infected patients (22.7% HCV co-infected). Prevalence of any grade HS did not differ between HIV mono-infected and HIV/HCV co-infected patients (36.1% vs. 38.6%, respectively). 313 patients were followed for a median of 15.4 (interquartile range 8.5-23.0) months. The rate of HS progression was 37.8 (95% confidence interval [CI] 29.2-49.0) and 21.9 (95% CI 15.6-30.7) per 100 person-years in HIV mono-infection and HIV/HCV co-infection, respectively. HCV co-infection was an independent negative predictor of HS progression (adjusted hazard ratio [aHR] 0.50, 95% CI 0.28-0.89). HS predicted liver fibrosis progression in HIV mono-infection (aHR 4.18, 95% CI 1.21-14.5), but not in HIV/HCV co-infection. HS progresses faster and is associated with liver fibrosis progression in HIV mono-infection but not in HIV/HCV co-infection. Lay summary: Fatty liver is the most frequent liver disease in Western countries. People living with HIV seem at high risk of fatty liver due to

  20. Adaptive transgenerational plasticity in an annual plant: grandparental and parental drought stress enhance performance of seedlings in dry soil.

    Science.gov (United States)

    Herman, Jacob J; Sultan, Sonia E; Horgan-Kobelski, Tim; Riggs, Charlotte

    2012-07-01

    Stressful parental (usually maternal) environments can dramatically influence expression of traits in offspring, in some cases resulting in phenotypes that are adaptive to the inducing stress. The ecological and evolutionary impact of such transgenerational plasticity depends on both its persistence across generations and its adaptive value. Few studies have examined both aspects of transgenerational plasticity within a given system. Here we report the results of a growth-chamber study of adaptive transgenerational plasticity across two generations, using the widespread annual plant Polygonum persicaria as a naturally evolved model system. We grew five inbred Polygonum genetic lines in controlled dry vs. moist soil environments for two generations in a fully factorial design, producing replicate individuals of each genetic line with all permutations of grandparental and parental environment. We then measured the effects of these two-generational stress histories on traits critical for functioning in dry soil, in a third (grandchild) generation of seedling offspring raised in the dry treatment. Both grandparental and parental moisture environment significantly influenced seedling development: seedlings of drought-stressed grandparents or parents produced longer root systems that extended deeper and faster into dry soil compared with seedlings of the same genetic lines whose grandparents and/or parents had been amply watered. Offspring of stressed individuals also grew to a greater biomass than offspring of nonstressed parents and grandparents. Importantly, the effects of drought were cumulative over the course of two generations: when both grandparents and parents were drought-stressed, offspring had the greatest provisioning, germinated earliest, and developed into the largest seedlings with the most extensive root systems. Along with these functionally appropriate developmental effects, seedlings produced after two previous drought-stressed generations had

  1. The dynamic behavior of bacterial macrofibers growing with one end prevented from rotating: variation in shaft rotation along the fiber's length, and supercoil movement on a solid surface toward the constrained end

    Directory of Open Access Journals (Sweden)

    Chen Liling

    2003-08-01

    Full Text Available Abstract Background Bacterial macrofibers twist as they grow, writhe, supercoil and wind up into plectonemic structures (helical forms the individual filaments of which cannot be taken apart without unwinding that eventually carry loops at both of their ends. Terminal loops rotate about the axis of a fiber's shaft in contrary directions at increasing rate as the shaft elongates. Theory suggests that rotation rates should vary linearly along the length of a fiber ranging from maxima at the loop ends to zero at an intermediate point. Blocking rotation at one end of a fiber should lead to a single gradient: zero at the blocked end to maximum at the free end. We tested this conclusion by measuring directly the rotation at various distances along fiber length from the blocked end. The movement of supercoils over a solid surface was also measured in tethered macrofibers. Results Macrofibers that hung down from a floating wire inserted through a terminal loop grew vertically and produced small plectonemic structures by supercoiling along their length. Using these as markers for shaft rotation we observed a uniform gradient of initial rotation rates with slopes of 25.6°/min. mm. and 36.2°/min. mm. in two different fibers. Measurements of the distal tip rotation in a third fiber as a function of length showed increases proportional to increases in length with constant of proportionality 79.2 rad/mm. Another fiber tethered to the floor grew horizontally with a length-doubling time of 74 min, made contact periodically with the floor and supercoiled repeatedly. The supercoils moved over the floor toward the tether at approximately 0.06 mm/min, 4 times faster than the fiber growth rate. Over a period of 800 minutes the fiber grew to 23 mm in length and was entirely retracted back to the tether by a process involving 29 supercoils. Conclusions The rate at which growing bacterial macrofibers rotated about the axis of the fiber shaft measured at various

  2. Fluorescence Microscopy Gets Faster and Clearer: Roles of Photochemistry and Selective Illumination

    Science.gov (United States)

    Wolenski, Joseph S.; Julich, Doerthe

    2014-01-01

    Significant advances in fluorescence microscopy tend be a balance between two competing qualities wherein improvements in resolution and low light detection are typically accompanied by losses in acquisition rate and signal-to-noise, respectively. These trade-offs are becoming less of a barrier to biomedical research as recent advances in optoelectronic microscopy and developments in fluorophore chemistry have enabled scientists to see beyond the diffraction barrier, image deeper into live specimens, and acquire images at unprecedented speed. Selective plane illumination microscopy has provided significant gains in the spatial and temporal acquisition of fluorescence specimens several mm in thickness. With commercial systems now available, this method promises to expand on recent advances in 2-photon deep-tissue imaging with improved speed and reduced photobleaching compared to laser scanning confocal microscopy. Superresolution microscopes are also available in several modalities and can be coupled with selective plane illumination techniques. The combination of methods to increase resolution, acquisition speed, and depth of collection are now being married to common microscope systems, enabling scientists to make significant advances in live cell and in situ imaging in real time. We show that light sheet microscopy provides significant advantages for imaging live zebrafish embryos compared to laser scanning confocal microscopy. PMID:24600334

  3. Making Brains run Faster: are they Becoming Smarter?

    Science.gov (United States)

    Pahor, Anja; Jaušovec, Norbert

    2016-12-05

    A brief overview of structural and functional brain characteristics related to g is presented in the light of major neurobiological theories of intelligence: Neural Efficiency, P-FIT and Multiple-Demand system. These theories provide a framework to discuss the main objective of the paper: what is the relationship between individual alpha frequency (IAF) and g? Three studies were conducted in order to investigate this relationship: two correlational studies and a third study in which we experimentally induced changes in IAF by means of transcranial alternating current stimulation (tACS). (1) In a large scale study (n = 417), no significant correlations between IAF and IQ were observed. However, in males IAF positively correlated with mental rotation and shape manipulation and with an attentional focus on detail. (2) The second study showed sex-specific correlations between IAF (obtained during task performance) and scope of attention in males and between IAF and reaction time in females. (3) In the third study, individuals' IAF was increased with tACS. The induced changes in IAF had a disrupting effect on male performance on Raven's matrices, whereas a mild positive effect was observed for females. Neuro-electric activity after verum tACS showed increased desynchronization in the upper alpha band and dissociation between fronto-parietal and right temporal brain areas during performance on Raven's matrices. The results are discussed in the light of gender differences in brain structure and activity.

  4. Charged Particles are Prevented from Going Faster than the Speed of Light by Light Itself: A Biophysical Cell Biologist's Contribution to Physics

    International Nuclear Information System (INIS)

    Wayne, R.

    2010-01-01

    Investigations of living organisms have led biologists and physicians to introduce fundamental concepts, including Brownian motion, the First Law of Thermodynamics, Poiseuille's Law of fluid flow, and Fick's Law of diffusion into physics. Given the prominence of viscous forces within and around cells and the experience of identifying and quantifying such resistive forces, biophysical cell biologists have an unique perspective in discovering the viscous forces that cause moving particles to respond to an applied force in a nonlinear manner. Using my experience as a biophysical cell biologist, I show that in any space consisting of a photon gas with a temperature above absolute zero, Doppler-shifted photons exert a velocity-dependent viscous force on moving charged particles. This viscous force prevents charged particles from exceeding the speed of light. Consequently, light itself prevents charged particles from moving faster than the speed of light. This interpretation provides a testable alternative to the interpretation provided by the Special Theory of Relativity, which contends that particles are prevented from exceeding the speed of light as a result of the relativity of time. (author)

  5. The importance of moral construal: moral versus non-moral construal elicits faster, more extreme, universal evaluations of the same actions.

    Directory of Open Access Journals (Sweden)

    Jay J Van Bavel

    Full Text Available Over the past decade, intuitionist models of morality have challenged the view that moral reasoning is the sole or even primary means by which moral judgments are made. Rather, intuitionist models posit that certain situations automatically elicit moral intuitions, which guide moral judgments. We present three experiments showing that evaluations are also susceptible to the influence of moral versus non-moral construal. We had participants make moral evaluations (rating whether actions were morally good or bad or non-moral evaluations (rating whether actions were pragmatically or hedonically good or bad of a wide variety of actions. As predicted, moral evaluations were faster, more extreme, and more strongly associated with universal prescriptions-the belief that absolutely nobody or everybody should engage in an action-than non-moral (pragmatic or hedonic evaluations of the same actions. Further, we show that people are capable of flexibly shifting from moral to non-moral evaluations on a trial-by-trial basis. Taken together, these experiments provide evidence that moral versus non-moral construal has an important influence on evaluation and suggests that effects of construal are highly flexible. We discuss the implications of these experiments for models of moral judgment and decision-making.

  6. The age and significance of in-situ sinter at the Te Kopia thermal area, Taupo Volcanic Zone, New Zealand

    Energy Technology Data Exchange (ETDEWEB)

    Martin, Rod; Rodgers, Kerry A. [Auckland Univ., Dept. of Geology, Auckland (New Zealand); Mildenhall, Dallas C. [Institute of Geological and Nuclear Sciences, Lower Hutt (New Zealand); Browne, Patrick R.L. [Auckland Univ., Dept. of Geology, Auckland (New Zealand); Auckland Univ., Geothermal Inst., Auckland (New Zealand)

    2000-06-01

    One hundred pollen grains and spores, recovered from a single sample of in situ silica sinter from the Te Kopia geothermal field, include some from a podocarp forest that grew in a temperate, frost-free climate, unlike that of today, as indicated by the presence of Ascarina. Also present are pollen from taxa introduced within the last 100 years. Ascarina has been absent from the area since at least 1800 B.P. and its presence in the sinter indicates that alkali chloride waters discharged at the surface of Te Kopia before 1800 B.P., and possibly before 3500 B.P. Although palynology is a powerful tool to place age limits on fluctuations in the shallow hydrology of geothermal fields, interpretation must be moderated by considering the present flora and also changes in both local and regional flora, habitat and climate. (Author)

  7. Maternal, social and abiotic environmental effects on growth vary across life stages in a cooperative mammal.

    Science.gov (United States)

    English, Sinead; Bateman, Andrew W; Mares, Rafael; Ozgul, Arpat; Clutton-Brock, Tim H

    2014-03-01

    Resource availability plays a key role in driving variation in somatic growth and body condition, and the factors determining access to resources vary considerably across life stages. Parents and carers may exert important influences in early life, when individuals are nutritionally dependent, with abiotic environmental effects having stronger influences later in development as individuals forage independently. Most studies have measured specific factors influencing growth across development or have compared relative influences of different factors within specific life stages. Such studies may not capture whether early-life factors continue to have delayed effects at later stages, or whether social factors change when individuals become nutritionally independent and adults become competitors for, rather than providers of, food. Here, we examined variation in the influence of the abiotic, social and maternal environment on growth across life stages in a wild population of cooperatively breeding meerkats. Cooperatively breeding vertebrates are ideal for investigating environmental influences on growth. In addition to experiencing highly variable abiotic conditions, cooperative breeders are typified by heterogeneity both among breeders, with mothers varying in age and social status, and in the number of carers present. Recent rainfall had a consistently marked effect on growth across life stages, yet other seasonal terms only influenced growth during stages when individuals were growing fastest. Group size and maternal dominance status had positive effects on growth during the period of nutritional dependence on carers, but did not influence mass at emergence (at 1 month) or growth at independent stages (>4 months). Pups born to older mothers were lighter at 1 month of age and subsequently grew faster as subadults. Males grew faster than females during the juvenile and subadult stage only. Our findings demonstrate the complex ways in which the external environment

  8. Attractive males have faster sperm in three-spined sticklebacks Gasterosteus aculeatus

    Directory of Open Access Journals (Sweden)

    Marion MEHLIS, Lukas K. HILKE, Theo C. M. BAKKER

    2013-12-01

    Full Text Available Recent studies have revealed that sexually selected traits may signal sperm quality and hence male fertilisation ability. There is also evidence that the expression of male sexual ornamentation and associated sperm characteristics depend on an individual’s ability to cope with oxidative stress. Carotenoids are known for their antioxidant properties and carotenoid-based ornaments might represent honest signals as these pigments can be traded off between the investment in sexual ornamentation, sperm function as well as immune response. In this study, we examined the relationship between sexual ornamentation (breeding coloration and sperm characteristics (e.g., velocity and morphology in the three-spined stickleback Gasterosteus aculeatus, an externally fertilising fish species, in which sperm competition commonly occurs. During the breeding season males are sperm limited and develop a conspicuous carotenoid-based coloration, which is under strong pre-copulatory sexual selection due to female mate choice and male-male competition. The results of the present study show that the expression of stickleback male breeding coloration is significantly positively associated with the linearity of sperm movement, whereas sperm morphology (head length to tail length ratio is significantly negatively related to the trajectory of sperm movement. Moreover, there is some support for the phenotype-linked fertility hypothesis as the intensity of male red breeding coloration is significantly positively correlated with sperm velocity, which is supposed to be an important determinant of fertilisation success in external fertilisers, indicating the honesty of the sexually selected nuptial red coloration [Current Zoology 59 (6: 761-768, 2013].

  9. Cell cycle analysis of brain cells as a growth index in larval cod at different feeding conditions and temperatures

    Directory of Open Access Journals (Sweden)

    Rafael González-Quirós

    2007-09-01

    Full Text Available The percentage of cells dividing in a specific tissue of individual larvae can be estimated by analyzing DNA per cell by flow cytometry. An experimental test was carried out with cod (Gadus morhua larvae, with brain as the target tissue, to validate this technique as an appropriate growth index for larval fish. Standard length (SL, myotome height, and %S-phase (% of cells in the S-phase of the cell-division cycle variability were analyzed, with temperature (6 and 10°C, food level (high- and no-food and larval developmental stage (first feeding, pre-metamorphosis and post-metamorphosis as independent factors. Cod larvae grew faster (in SL and presented a higher %S-phase under high-food conditions. Larval SL increased with temperature in rearing and experimental tanks. However, there was a significant interaction between temperature and food in the %S-phase. There were no significant differences in the %S-phase between 6 and 10°C at high-food levels. We suggest that this result is a consequence of temperature-dependency of the duration of the cell cycle. In the absence of food, larvae at 10ºC had a lower %S-phase than larvae at 6°C, which may be related to increased metabolic costs with increasing temperature. Considering the effect of temperature, the mean % S-phase explained 74% of the variability in the estimated standard growth rate.

  10. Time-Dependent Decline in Multifocal Electroretinogram Requires Faster Recording Procedures in Anesthetized Pigs

    DEFF Research Database (Denmark)

    Sørensen, Nina Buus; Christiansen, Anders Tolstrup; Kjær, Troels Wesenberg

    2017-01-01

    between the 3-minute and the prolonged mfERG recordings for conventional amplitudes and the global-flash direct response. The global flash-induced component significantly decreases with prolonged mfERG recordings. CONCLUSIONS: A 3-minute mfERG recording and a single stimulation protocol is sufficient...... injection of tetrodotoxin (TTX) was given and the mfERG was rerecorded as described above. Data were analyzed using mixed models in SAS statistical software. RESULTS: Propofol significantly decreases the conventional and global-flash amplitudes over time. The only significant effect of isoflurane...... is a decrease in the global-flash amplitudes. At 15 minutes after TTX injection several of the mfERG amplitudes are significantly decreased. There is a linear correlation between the conventional P1 and the global-flash DR mfERG-amplitude (R2 = 0.82, slope = 0.72, P

  11. INDUCED FUCTIONAL MALE OF CORAL TROUT GROUPER (Plectropomus leopardus USING 17α-METHYLTESTOSTERONE HORMONE

    Directory of Open Access Journals (Sweden)

    Sar Budi Moria Sembiring

    2013-12-01

    Full Text Available The success of grouper seeds production is depends on the availability of qualified broodstock. The nature of grouper is protogynous hermaphrodite, causing difficulties to mantain female and a bit difficult to get male broodstock, one possibility to accelerate sex revers is by hormone manipulation. The aim of this experiment was to find effectiveness of 17α-methyl testosterone hormone to produce coral trout grouper (Plectropomus leopardus functional male. The experiment was conducted in floating net cage by using 6 net cages with size of 2 m x 2 m x 2 m at density of 25 fish/cage, size of fish were 377.27±21.49 g. The fishes were treated by hormone implantation at concentration of 50 μg/kg body weight and without hormone implantation as a control with 3 replicates. The results showed that the highest concentration of testosteron in fish blood (1.144±0.135 pg/mL was detected after four months of hormone treatment, but the concentration of testosteron in fish blood declined after 8th months of treatment. The treated fish with hormone grew faster than control. Based on histological analysis of gonad, female gonado somatic index was higher for treated fish compare to control. Its seems that hormone tratment lead to promote development of female maturity and than sex reverse into male become faster.

  12. Dietary and prey-capture adaptations by which Zodarion germanicum, an ant-eating spider (Araneae: Zodariidae), specialises on the Formicinae

    DEFF Research Database (Denmark)

    Pekár, S.; Toft, Søren; Hrusková, M.

    2008-01-01

    There has been considerable recent interest in the biology of spiders that specialise on ants as prey, but previous studies have tended to envisage the level of adaptation as being to ants as a group. In this paper, we provide evidence that Zodarion germanicum is a spider that has dietary and venom...... adaptations by which it targets a particular subset of ants, the subfamily Formicinae. We reared spiders from first instar in the laboratory on three different diets: formicine ants only, myrmicine ants only and mixed (both formicine and myrmicine ants). Fitness-related life-history parameters were determined......, and we found that the spiders on the formicine-only diet lived longer and grew at a faster rate. Lipid, carbon and nitrogen compositions of ants were analysed, but we found no evidence of formicines differing from myrmicines in macro-nutrient content. This suggests that effects on longevity and growth...

  13. Money for nothing: How firms have financed R&D-projects since the Industrial Revolution.

    Science.gov (United States)

    Bakker, Gerben

    2013-12-01

    We investigate the long-run historical pattern of R&D-outlays by reviewing aggregate growth rates and historical cases of particular R&D projects, following the historical-institutional approach of Chandler (1962), North (1981) and Williamson (1985). We find that even the earliest R&D-projects used non-insignificant cash outlays and that until the 1970s aggregate R&D outlays grew far faster than GDP, despite five well-known challenges that implied that R&D could only be financed with cash, for which no perfect market existed: the presence of sunk costs, real uncertainty, long time lags, adverse selection, and moral hazard. We then review a wide variety of organisational forms and institutional instruments that firms historically have used to overcome these financing obstacles, and without which the enormous growth of R&D outlays since the nineteenth century would not have been possible.

  14. Money for nothing: How firms have financed R&D-projects since the Industrial Revolution

    Science.gov (United States)

    Bakker, Gerben

    2013-01-01

    We investigate the long-run historical pattern of R&D-outlays by reviewing aggregate growth rates and historical cases of particular R&D projects, following the historical-institutional approach of Chandler (1962), North (1981) and Williamson (1985). We find that even the earliest R&D-projects used non-insignificant cash outlays and that until the 1970s aggregate R&D outlays grew far faster than GDP, despite five well-known challenges that implied that R&D could only be financed with cash, for which no perfect market existed: the presence of sunk costs, real uncertainty, long time lags, adverse selection, and moral hazard. We then review a wide variety of organisational forms and institutional instruments that firms historically have used to overcome these financing obstacles, and without which the enormous growth of R&D outlays since the nineteenth century would not have been possible. PMID:24910477

  15. Development, optimization, validation and application of faster gas chromatography - flame ionization detector method for the analysis of total petroleum hydrocarbons in contaminated soils.

    Science.gov (United States)

    Zubair, Abdulrazaq; Pappoe, Michael; James, Lesley A; Hawboldt, Kelly

    2015-12-18

    This paper presents an important new approach to improving the timeliness of Total Petroleum Hydrocarbon (TPH) analysis in the soil by Gas Chromatography - Flame Ionization Detector (GC-FID) using the CCME Canada-Wide Standard reference method. The Canada-Wide Standard (CWS) method is used for the analysis of petroleum hydrocarbon compounds across Canada. However, inter-laboratory application of this method for the analysis of TPH in the soil has often shown considerable variability in the results. This could be due, in part, to the different gas chromatography (GC) conditions, other steps involved in the method, as well as the soil properties. In addition, there are differences in the interpretation of the GC results, which impacts the determination of the effectiveness of remediation at hydrocarbon-contaminated sites. In this work, multivariate experimental design approach was used to develop and validate the analytical method for a faster quantitative analysis of TPH in (contaminated) soil. A fractional factorial design (fFD) was used to screen six factors to identify the most significant factors impacting the analysis. These factors included: injection volume (μL), injection temperature (°C), oven program (°C/min), detector temperature (°C), carrier gas flow rate (mL/min) and solvent ratio (v/v hexane/dichloromethane). The most important factors (carrier gas flow rate and oven program) were then optimized using a central composite response surface design. Robustness testing and validation of model compares favourably with the experimental results with percentage difference of 2.78% for the analysis time. This research successfully reduced the method's standard analytical time from 20 to 8min with all the carbon fractions eluting. The method was successfully applied for fast TPH analysis of Bunker C oil contaminated soil. A reduced analytical time would offer many benefits including an improved laboratory reporting times, and overall improved clean up

  16. Bispectral index monitoring for conscious sedation in intervention: better, safer, faster

    Energy Technology Data Exchange (ETDEWEB)

    Bell, J.K.; Laasch, H.-U.; Wilbraham, L.; England, R.E.; Morris, J.A.; Martin, D.F. E-mail: derrick.martin@smtr.nhs.uk

    2004-12-01

    AIM: The aim of this study was to compare subjective (Ramsay sedation score, RSS) with objective electroencephalogram-based bispectral index (BIS) assessment, and to validate the appropriate BIS range for measurement of conscious sedation in interventional procedures. MATERIALS AND METHODS: One hundred patients undergoing sedo-analgesia (midazolam and fentanyl) for interventional gastrointestinal procedures were divided into two groups. In group A (n=30) sedation was guided by the RSS with the operator blinded to the BIS recording. In group B (n=70) the operator titrated intravenous sedation to maintain an optimal BIS, predetermined from the results in group A. Recovery time, procedure duration, physiological parameters and unplanned events were recorded in both groups. RESULTS: There was a significant correlation between the BIS and RSS (p<0.001). BIS values of 87.2 and 80.9 corresponded to an RSS of 3 and 4, respectively. The optimal BIS level was defined as 80-85. Fifty-seven point five percent of readings were within this range in group B compared with 26.5% in group A (p<0.001). Sedation approaching general anaesthesia (BIS<60) occurred in 5.5% of patients in group A but not in group B. Mean recovery time, duration of procedure, midazolam and fentanyl doses were significantly reduced in group B. Unplanned events were reduced from 27 to 17%, but this was not statistically significant (p=0.29). CONCLUSION: BIS monitoring enables more effective titration of sedatives to maintain a suitable level of consciousness, whilst reducing procedure time. The BIS offers an objective, safe and reliable measure of sedation, without disturbing either patient or operator. BIS monitoring raises the standard of patient care, and in our view, should be used to augment standard assessment.

  17. Bispectral index monitoring for conscious sedation in intervention: better, safer, faster

    International Nuclear Information System (INIS)

    Bell, J.K.; Laasch, H.-U.; Wilbraham, L.; England, R.E.; Morris, J.A.; Martin, D.F.

    2004-01-01

    AIM: The aim of this study was to compare subjective (Ramsay sedation score, RSS) with objective electroencephalogram-based bispectral index (BIS) assessment, and to validate the appropriate BIS range for measurement of conscious sedation in interventional procedures. MATERIALS AND METHODS: One hundred patients undergoing sedo-analgesia (midazolam and fentanyl) for interventional gastrointestinal procedures were divided into two groups. In group A (n=30) sedation was guided by the RSS with the operator blinded to the BIS recording. In group B (n=70) the operator titrated intravenous sedation to maintain an optimal BIS, predetermined from the results in group A. Recovery time, procedure duration, physiological parameters and unplanned events were recorded in both groups. RESULTS: There was a significant correlation between the BIS and RSS (p<0.001). BIS values of 87.2 and 80.9 corresponded to an RSS of 3 and 4, respectively. The optimal BIS level was defined as 80-85. Fifty-seven point five percent of readings were within this range in group B compared with 26.5% in group A (p<0.001). Sedation approaching general anaesthesia (BIS<60) occurred in 5.5% of patients in group A but not in group B. Mean recovery time, duration of procedure, midazolam and fentanyl doses were significantly reduced in group B. Unplanned events were reduced from 27 to 17%, but this was not statistically significant (p=0.29). CONCLUSION: BIS monitoring enables more effective titration of sedatives to maintain a suitable level of consciousness, whilst reducing procedure time. The BIS offers an objective, safe and reliable measure of sedation, without disturbing either patient or operator. BIS monitoring raises the standard of patient care, and in our view, should be used to augment standard assessment

  18. Hereditary angioedema attacks resolve faster and are shorter after early icatibant treatment.

    Directory of Open Access Journals (Sweden)

    Marcus Maurer

    Full Text Available BACKGROUND: Attacks of hereditary angioedema (HAE are unpredictable and, if affecting the upper airway, can be lethal. Icatibant is used for physician- or patient self-administered symptomatic treatment of HAE attacks in adults. Its mode of action includes disruption of the bradykinin pathway via blockade of the bradykinin B(2 receptor. Early treatment is believed to shorten attack duration and prevent severe outcomes; however, evidence to support these benefits is lacking. OBJECTIVE: To examine the impact of timing of icatibant administration on the duration and resolution of HAE type I and II attacks. METHODS: The Icatibant Outcome Survey is an international, prospective, observational study for patients treated with icatibant. Data on timings and outcomes of icatibant treatment for HAE attacks were collected between July 2009-February 2012. A mixed-model of repeated measures was performed for 426 attacks in 136 HAE type I and II patients. RESULTS: Attack duration was significantly shorter in patients treated <1 hour of attack onset compared with those treated ≥ 1 hour (6.1 hours versus 16.8 hours [p<0.001]. Similar significant effects were observed for <2 hours versus ≥ 2 hours (7.2 hours versus 20.2 hours [p<0.001] and <5 hours versus ≥ 5 hours (8.0 hours versus 23.5 hours [p<0.001]. Treatment within 1 hour of attack onset also significantly reduced time to attack resolution (5.8 hours versus 8.8 hours [p<0.05]. Self-administrators were more likely to treat early and experience shorter attacks than those treated by a healthcare professional. CONCLUSION: Early blockade of the bradykinin B(2 receptor with icatibant, particularly within the first hour of attack onset, significantly reduced attack duration and time to attack resolution.

  19. Public health challenges for the 21st century: Convergence of demography, economics, environment and biology: Nalanda distinguished lecture.

    Science.gov (United States)

    Narayan, K M Venkat

    2017-01-01

    The rapidly changing and interdependent world under the mega-force of globalization presents unique challenges and opportunities for public health. Focusing on the example of type 2 diabetes, I argue that an appreciation for the evolution of demographic and economic contexts is essential to appropriately address today's dynamic and complex health challenges. For the vast majority of the past 2000 years, India and China were the world's largest economies until the rise of western European nations in the 18th century and later the USA. In the case of India, inflation-adjusted per capita income remained flat between 1700 and 1950, while in the same period that of the UK grew more than 7-fold, although the population of the UK relatively grew 3-times faster than that of India in the same period. This 250-year gap in industrial and economic development may be central to understanding the large burden of diabetes among individuals of Indian descent, and should be taken into account in a wider context to understand the divergence in health development between India and parts of the world which benefited from early industrial progress and accompanying improvements in food supply, hygiene and living conditions. Lessons from high-income countries support a strong emphasis on public health to achieve important populationwide health gains, and offer insights into the broader determinants of health such as economic and food security, equity, urban infrastructure, health-promoting environments, and access to high-quality health systems. Critical to contemporary public health is also strong data systems and evidence-based decision-making.

  20. Growth strategies of tropical tree species: disentangling light and size effects.

    Directory of Open Access Journals (Sweden)

    Nadja Rüger

    Full Text Available An understanding of the drivers of tree growth at the species level is required to predict likely changes of carbon stocks and biodiversity when environmental conditions change. Especially in species-rich tropical forests, it is largely unknown how species differ in their response of growth to resource availability and individual size. We use a hierarchical bayesian approach to quantify the impact of light availability and tree diameter on growth of 274 woody species in a 50-ha long-term forest census plot in Barro Colorado Island, Panama. Light reaching each individual tree was estimated from yearly vertical censuses of canopy density. The hierarchical bayesian approach allowed accounting for different sources of error, such as negative growth observations, and including rare species correctly weighted by their abundance. All species grew faster at higher light. Exponents of a power function relating growth to light were mostly between 0 and 1. This indicates that nearly all species exhibit a decelerating increase of growth with light. In contrast, estimated growth rates at standardized conditions (5 cm dbh, 5% light varied over a 9-fold range and reflect strong growth-strategy differentiation between the species. As a consequence, growth rankings of the species at low (2% and high light (20% were highly correlated. Rare species tended to grow faster and showed a greater sensitivity to light than abundant species. Overall, tree size was less important for growth than light and about half the species were predicted to grow faster in diameter when bigger or smaller, respectively. Together light availability and tree diameter only explained on average 12% of the variation in growth rates. Thus, other factors such as soil characteristics, herbivory, or pathogens may contribute considerably to shaping tree growth in the tropics.

  1. Upwelling and Other Environmental Influences on Growth of a Nearshore Benthic Fish

    Science.gov (United States)

    von Biela, V. R.; Zimmerman, C. E.; Kruse, G. H.; Mueter, F. J.; Black, B.; Douglas, D. C.; Bodkin, J. L.

    2016-02-01

    The role of upwelling in nearshore benthic systems is more uncertain compared to the relatively strong positive associations with pelagic production. To understand how upwelling and other environmental conditions influence nearshore benthic production, we developed an annual index of production from growth increments recorded in otoliths of kelp greenling (Hexagrammos decagrammus) at nine sites in the seasonally-upwelling California Current and downwelling Alaska Coastal currents. Kelp greenling are a benthic-feeding fish common in kelp forests with food webs sustained by both kelp and phytoplankton primary production. We explored the influence of basin- and local-scale conditions, including upwelling, across all seasons at lags up to two years taken to represent changes in the quantity and quality of prey. Upwelling strength was positively related to fish growth in both current systems, although relationships in the Alaska Coastal Current were indicative of faster growth with relaxed downwelling, rather than upwelling. Looking across a suite of basin- and local-scale environmental indicators, complex relationships emerged in the California Current, with faster growth related to within-year warm conditions and lagged-year cool conditions. In contrast, fish in the downwelling system grew faster both during and subsequent to warm conditions. The complex lag-dependent dynamics in the upwelling system may reflect differences in conditions that promote quantity versus quality of benthic invertebrate prey. Thus, we hypothesize that benthic production is maximized when cool and warm years alternate during periods of high frequency climate variability in the California Current. Such a pattern is consistent with previous findings suggesting that benthic invertebrate abundance (e.g., recruitment) is food-limited during warm years with reduced upwelling, while quality (e.g., energy content) is temperature-limited during cool years.

  2. How significant is the ‘significant other’? Associations between significant others’ health behaviors and attitudes and young adults’ health outcomes

    Directory of Open Access Journals (Sweden)

    Berge Jerica M

    2012-04-01

    Full Text Available Abstract Background Having a significant other has been shown to be protective against physical and psychological health conditions for adults. Less is known about the period of emerging young adulthood and associations between significant others’ weight and weight-related health behaviors (e.g. healthy dietary intake, the frequency of physical activity, weight status. This study examined the association between significant others’ health attitudes and behaviors regarding eating and physical activity and young adults’ weight status, dietary intake, and physical activity. Methods This study uses data from Project EAT-III, a population-based cohort study with emerging young adults from diverse ethnic and socioeconomic backgrounds (n = 1212. Logistic regression models examining cross-sectional associations, adjusted for sociodemographics and health behaviors five years earlier, were used to estimate predicted probabilities and calculate prevalence differences. Results Young adult women whose significant others had health promoting attitudes/behaviors were significantly less likely to be overweight/obese and were more likely to eat ≥ 5 fruits/vegetables per day and engage in ≥ 3.5 hours/week of physical activity, compared to women whose significant others did not have health promoting behaviors/attitudes. Young adult men whose significant other had health promoting behaviors/attitudes were more likely to engage in ≥ 3.5 hours/week of physical activity compared to men whose significant others did not have health promoting behaviors/attitudes. Conclusions Findings suggest the protective nature of the significant other with regard to weight-related health behaviors of young adults, particularly for young adult women. Obesity prevention efforts should consider the importance of including the significant other in intervention efforts with young adult women and potentially men.

  3. C.U. INY A G~ G. Grewe and H. Bisswanger3 Department of Food ...

    African Journals Online (AJOL)

    BSN

    Appreciable protease activity assayed by the azocasem protease tc0>t 11as obtained ... fatal diseases such as cancer and AIDS. Their application ..... Ginther CL (1979). Sporulation and the production of serine protease and cephamycin C by.

  4. C.U. INY A G~ G. Grewe and H. Bisswanger3 Department of Food ...

    African Journals Online (AJOL)

    BSN

    Appreciable protease activity assayed by the azocasem protease tc0>t 11as obtained after 96h of cultivation. '' hen growth of the organism had stopped at an alkaline pll of 7.5- 8 0. Puriticdtion of the protease ''as b) ammonium sulphate fractionation. ion exchange chromatograph~ u:.ing DEAE- cellulose 52, gel filtration us ...

  5. Data goes faster than ever

    CERN Multimedia

    Katarina Anthony

    2012-01-01

    Using store-bought computers and commercially available optical fibre lines, researchers from the California Institute of Technology (Caltech), the University of Victoria, the University of Michigan, CERN and Florida International University broke the world speed record for LHC data transfer. They caught the attention of HEP experiments worldwide – including the LHC – which rely on ever-improving technology to share their results.   The equipment used by the Caltech team to break the data transfer record. Photo credit: D. Foster. At November’s SuperComputing 2011 (SC11) convention in Seattle, the Caltech team sent LHC data between the University of Victoria and the Seattle exhibition floor at a full duplex speed of 186 gigabits per second on a 100 Gbps circuit provided by CANARIE and BCnet. This is a 10-fold increase compared with the current 10 gigabits per second circuits between CERN and each of the 11 major GRID Tier 1 centres that receive LHC data, and you ...

  6. Command and Control : faster decisions

    CSIR Research Space (South Africa)

    Venter, C

    2012-10-01

    Full Text Available Decisions 4th Biennial Conference Presented by Cobus Venter 10 October 2012 ? CSIR 2012 Slide 2 Command and Control Planning TaskingControl Assessment Si tu at io n DPSS Objective Ends Increase the Defence Capability of South Africa Ways... Supported by SAAB THALES Global CommsDPSS DDSI ERGOTECH Cooperation to make it work Example 1: Future SA Army Strategy and Joint Operations Support Campus Experiment Example 1: Future SA Army Strategy and Joint Operations Support Campus Experiment...

  7. Faster than Hermitian Quantum Mechanics

    International Nuclear Information System (INIS)

    Bender, Carl M.; Brody, Dorje C.; Jones, Hugh F.; Meister, Bernhard K.

    2007-01-01

    Given an initial quantum state vertical bar ψ I > and a final quantum state vertical bar ψ F >, there exist Hamiltonians H under which vertical bar ψ I > evolves into vertical bar ψ F >. Consider the following quantum brachistochrone problem: subject to the constraint that the difference between the largest and smallest eigenvalues of H is held fixed, which H achieves this transformation in the least time τ? For Hermitian Hamiltonians τ has a nonzero lower bound. However, among non-Hermitian PT-symmetric Hamiltonians satisfying the same energy constraint, τ can be made arbitrarily small without violating the time-energy uncertainty principle. This is because for such Hamiltonians the path from vertical bar ψ I > to vertical bar ψ F > can be made short. The mechanism described here is similar to that in general relativity in which the distance between two space-time points can be made small if they are connected by a wormhole. This result may have applications in quantum computing

  8. Transpassive dissolution of alloy 625, chromium, nickel, and molybdenum in high-temperature solutions containing hydrochloric acid and oxygen

    International Nuclear Information System (INIS)

    Kritzer, P.; Boukis, N.; Dinjus, E.

    2000-01-01

    Coupons of nickel, molybdenum, chromium, and the nickel-based Alloy 625 (UNS 06625) were corroded in strongly oxidizing hydrochloric acid (HCl) solutions at 350 C and a pressure (p) of 24 MPa, with reaction times between 0.75 h and 50 h. For Alloy 625, the effect of surface roughness also was investigated. Nickel and molybdenum showed strong material loss after only 5 h of reaction as a result of the instability of the solid oxides formed under experimental conditions. The attack on chromium started at the grain boundaries. At longer reaction times, thick, spalling oxide layers formed on the surface. The attack on Alloy 625 also started at the grain boundaries and at inclusions leading to the formation of small pits. On polished surfaces, the growth of these pits occurred faster than on nonpolished surfaces, but fewer pits grew. Corrosion products formed at the surface consisted of oxygen and chromium. On isolated spots, nickel- and chlorine-containing products also were found

  9. Diel horizontal migration in streams: juvenile fish exploit spatial heterogeneity in thermal and trophic resources

    Science.gov (United States)

    Armstrong, Jonathan B.; Schindler, Daniel E.; Ruff, Casey P.; Brooks, Gabriel T.; Bentley, Kale E.; Torgersen, Christian E.

    2013-01-01

    Vertical heterogeneity in the physical characteristics of lakes and oceans is ecologically salient and exploited by a wide range of taxa through diel vertical migration to enhance their growth and survival. Whether analogous behaviors exploit horizontal habitat heterogeneity in streams is largely unknown. We investigated fish movement behavior at daily timescales to explore how individuals integrated across spatial variation in food abundance and water temperature. Juvenile coho salmon made feeding forays into cold habitats with abundant food, and then moved long distances (350–1300 m) to warmer habitats that accelerated their metabolism and increased their assimilative capacity. This behavioral thermoregulation enabled fish to mitigate trade-offs between trophic and thermal resources by exploiting thermal heterogeneity. Fish that exploited thermal heterogeneity grew at substantially faster rates than did individuals that assumed other behaviors. Our results provide empirical support for the importance of thermal diversity in lotic systems, and emphasize the importance of considering interactions between animal behavior and habitat heterogeneity when managing and restoring ecosystems.

  10. Oral administration of myostatin-specific recombinant Saccharomyces cerevisiae vaccine in rabbit.

    Science.gov (United States)

    Liu, Zhongtian; Zhou, Gang; Ren, Chonghua; Xu, Kun; Yan, Qiang; Li, Xinyi; Zhang, Tingting; Zhang, Zhiying

    2016-04-29

    Yeast is considered as a simple and cost-effective host for protein expression, and our previous studies have proved that Saccharomyces cerevisiae can deliver recombinant protein and DNA into mouse dendritic cells and can further induce immune responses as novel vaccines. In order to know whether similar immune responses can be induced in rabbit by oral administration of such recombinant S. cerevisiae vaccine, we orally fed the rabbits with heat-inactivated myostatin-recombinant S. cerevisiae for 5 weeks, and then myostatin-specific antibody in serum was detected successfully by western blotting and ELISA assay. The rabbits treated with myostatin-recombinant S. cerevisiae vaccine grew faster and their muscles were much heavier than that of the control group. As a common experimental animal and a meat livestock with great economic value, rabbit was proved to be the second animal species that have been successfully orally immunized by recombinant S. cerevisiae vaccine after mice. Copyright © 2016 Elsevier Ltd. All rights reserved.

  11. The Impact of Certificate-of-Need Laws on Nursing Home and Home Health Care Expenditures.

    Science.gov (United States)

    Rahman, Momotazur; Galarraga, Omar; Zinn, Jacqueline S; Grabowski, David C; Mor, Vincent

    2016-02-01

    Over the past two decades, nursing homes and home health care agencies have been influenced by several Medicare and Medicaid policy changes including the adoption of prospective payment for Medicare-paid postacute care and Medicaid-paid long-term home and community-based care reforms. This article examines how spending growth in these sectors was affected by state certificate-of-need (CON) laws, which were designed to limit the growth of providers and have remained unchanged for several decades. Compared with states without CON laws, Medicare and Medicaid spending in states with CON laws grew faster for nursing home care and more slowly for home health care. In particular, we observed the slowest growth in community-based care in states with CON for both the nursing home and home health industries. Thus, controlling for other factors, public postacute and long-term care expenditures in CON states have become dominated by nursing homes. © The Author(s) 2015.

  12. Conflict over reproduction in an ant-plant symbiosis: why Allomerus octoarticulatus ants sterilize Cordia nodosa trees.

    Science.gov (United States)

    Frederickson, Megan E

    2009-05-01

    The evolutionary stability of mutualism is thought to depend on how well the fitness interests of partners are aligned. Because most ant-myrmecophyte mutualisms are persistent and horizontally transmitted, partners share an interest in growth but not in reproduction. Resources invested in reproduction are unavailable for growth, giving rise to a conflict of interest between partners. I investigated whether this explains why Allomerus octoarticulatus ants sterilize Cordia nodosa trees. Allomerus octoarticulatus nests in the hollow stem domatia of C. nodosa. Workers protect C. nodosa leaves against herbivores but destroy inflorescences. Using C. nodosa trees with Azteca ants, which do not sterilize their hosts, I cut inflorescences off trees to simulate sterilization by A. octoarticulatus. Sterilized C. nodosa grew faster than control trees, providing evidence for a trade-off between growth and reproduction. Allomerus octoarticulatus manipulates this trade-off to its advantage; sterilized trees produce more domatia and can house larger, more fecund colonies.

  13. Parenteral structured triglyceride emulsion improves nitrogen balance and is cleared faster from the blood in moderately catabolic patients.

    Science.gov (United States)

    Kruimel, J W; Naber, T H; van der Vliet, J A; Carneheim, C; Katan, M B; Jansen, J B

    2001-01-01

    Most postoperative patients lose net protein mass, which reflects loss of muscle tissue and organ function. Perioperative parenteral nutrition may reduce the loss of protein, but in general, with conventional lipid emulsions a waste of protein still remains. We compared the effects on nitrogen balance of an emulsion containing structured triglycerides, a new type of synthesized triglycerides, with an emulsion of a physical mixture of medium- and long-chain triglycerides as part of parenteral feeding in moderately catabolic patients. The first 5 days after placement of an aortic prosthesis patients received total parenteral nutrition (TPN) providing 0.2 g of nitrogen per kg body weight per day; energy requirement was calculated using Harris and Benedict's equation, adding 300 kcal per day for activity. Twelve patients were treated with the structured triglyceride emulsion and 13 patients with the emulsion of the physical mixture of medium- and long-chain triglycerides. The design was a randomized, double-blind parallel study. In the patients who completed the study, the mean cumulative nitrogen balance over the first 5 postoperative days was -8+/-2 g in 10 patients on the structured triglyceride emulsion and -21+/-4 g in 9 patients on the emulsion of the physical mixture of medium- and long-chain triglycerides; the mean difference was 13 g of nitrogen (95% confidence interval 4 to 22, p = .015) in favor of the structured triglyceride emulsion. On the first postoperative day serum triglyceride and plasma medium-chain free fatty acid levels increased less during infusion of the structured triglyceride emulsion than with the physical mixture emulsion. The parenteral structured triglyceride emulsion improves the nitrogen balance and is cleared faster from the blood, compared with the emulsion of the physical mixture of medium- and long-chain triglycerides, in moderately catabolic patients.

  14. Genotype and local environment dynamically influence growth, disturbance response and survivorship in the threatened coral, Acropora cervicornis.

    Science.gov (United States)

    Drury, Crawford; Manzello, Derek; Lirman, Diego

    2017-01-01

    The relationship between the coral genotype and the environment is an important area of research in degraded coral reef ecosystems. We used a reciprocal outplanting experiment with 930 corals representing ten genotypes on each of eight reefs to investigate the influence of genotype and the environment on growth and survivorship in the threatened Caribbean staghorn coral, Acropora cervicornis. Coral genotype and site were strong drivers of coral growth and individual genotypes exhibited flexible, non-conserved reaction norms, complemented by ten-fold differences in growth between specific G-E combinations. Growth plasticity may diminish the influence of local adaptation, where foreign corals grew faster than native corals at their home sites. Novel combinations of environment and genotype also significantly affected disturbance response during and after the 2015 bleaching event, where these factors acted synergistically to drive variation in bleaching and recovery. Importantly, small differences in temperature stress elicit variable patterns of survivorship based on genotype and illustrate the importance of novel combinations of coral genetics and small differences between sites representing habitat refugia. In this context, acclimatization and flexibility is especially important given the long lifespan of corals coping with complex environmental change. The combined influence of site and genotype creates short-term differences in growth and survivorship, contributing to the standing genetic variation needed for adaptation to occur over longer timescales and the recovery of degraded reefs through natural mechanisms.

  15. Soil carbon sequestration and biochar as negative emission technologies.

    Science.gov (United States)

    Smith, Pete

    2016-03-01

    Despite 20 years of effort to curb emissions, greenhouse gas (GHG) emissions grew faster during the 2000s than in the 1990s, which presents a major challenge for meeting the international goal of limiting warming to deforestation, showed that all NETs have significant limits to implementation, including economic cost, energy requirements, land use, and water use. In this paper, I assess the potential for negative emissions from soil carbon sequestration and biochar addition to land, and also the potential global impacts on land use, water, nutrients, albedo, energy and cost. Results indicate that soil carbon sequestration and biochar have useful negative emission potential (each 0.7 GtCeq. yr(-1) ) and that they potentially have lower impact on land, water use, nutrients, albedo, energy requirement and cost, so have fewer disadvantages than many NETs. Limitations of soil carbon sequestration as a NET centre around issues of sink saturation and reversibility. Biochar could be implemented in combination with bioenergy with carbon capture and storage. Current integrated assessment models do not represent soil carbon sequestration or biochar. Given the negative emission potential of SCS and biochar and their potential advantages compared to other NETs, efforts should be made to include these options within IAMs, so that their potential can be explored further in comparison with other NETs for climate stabilization. © 2016 John Wiley & Sons Ltd.

  16. Significance of porous structure on degradatin of 2 2' dichloro diethyl sulphide and 2 chloroethyl ethyl sulphide on the surface of vanadium oxide nanostructure

    International Nuclear Information System (INIS)

    Singh, Beer; Mahato, T.H.; Srivastava, A.K.; Prasad, G.K.; Ganesan, K.; Vijayaraghavan, R.; Jain, Rajeev

    2011-01-01

    Degradation of the king of chemical warfare agent, 2 2' dichloro diethyl sulphide (HD), and its simulant 2 chloroethyl ethyl sulphide (CEES) were investigated on the surface of porous vanadium oxide nanotubes at room temperature (30 ± 2 ° C ). Reaction kinetics was monitored by GC-FID technique and the reaction products were characterized by GC-MS. Data indicates that HD degraded faster relative to CEES inside the solid decontaminant compared to the reported liquid phase degradation of CEES and HD. Data explores the role of hydrolysis, elimination and oxidation reactions in the detoxification of HD and CEES and the first order rate constant and t 1/2 were calculated to be 0.026 h -1 , 26.6 h for CEES and 0.052 h -1 , 13.24 h for HD. In this report faster degradation of HD compared to CEES was explained on the basis of porous structure.

  17. The Maputo Development

    African Journals Online (AJOL)

    ANBR

    southern Mozambique. The SDI concept grew to encompass a range of targeted ... improvement of rail and port operations in Mozambique to re-establish ... businesses of significance stand out: a Portuguese style restaurant and a fish import.

  18. Sodium provides unique insights into transgenerational effects of ocean acidification on bivalve shell formation.

    Science.gov (United States)

    Zhao, Liqiang; Schöne, Bernd R; Mertz-Kraus, Regina; Yang, Feng

    2017-01-15

    Ocean acidification is likely to have profound impacts on marine bivalves, especially on their early life stages. Therefore, it is imperative to know whether and to what extent bivalves will be able to acclimate or adapt to an acidifying ocean over multiple generations. Here, we show that reduced seawater pH projected for the end of this century (i.e., pH7.7) led to a significant decrease of shell production of newly settled juvenile Manila clams, Ruditapes philippinarum. However, juveniles from parents exposed to low pH grew significantly faster than those from parents grown at ambient pH, exhibiting a rapid transgenerational acclimation to an acidic environment. The sodium composition of the shells may shed new light on the mechanisms responsible for beneficial transgenerational acclimation. Irrespective of parental exposure, the amount of Na incorporated into shells increased with decreasing pH, implying active removal of excessive protons through the Na + /H + exchanger which is known to depend on the Na + gradient actively built up by the Na + /K + -ATPase as a driving force. However, the shells with a prior history of transgenerational exposure to low pH recorded significantly lower amounts of Na than those with no history of acidic exposure. It therefore seems very likely that the clams may implement less costly and more ATP-efficient ion regulatory mechanisms to maintain pH homeostasis in the calcifying fluid following transgenerational acclimation. Our results suggest that marine bivalves may have a greater capacity to acclimate or adapt to ocean acidification by the end of this century than currently understood. Copyright © 2016 Elsevier B.V. All rights reserved.

  19. The natural history of fibroids.

    Science.gov (United States)

    Mavrelos, D; Ben-Nagi, J; Holland, T; Hoo, W; Naftalin, J; Jurkovic, D

    2010-02-01

    Fibroids are common, hormone-dependent, benign uterine tumors. They can cause significant morbidity and the symptoms depend largely on their size. The aim of this study was to describe the natural history of fibroids and identify factors that may influence their growth. This was a retrospective longitudinal study of premenopausal women who were diagnosed with uterine fibroids on ultrasound examination. All women underwent at least two transvaginal ultrasound scans, which were all performed by a single operator. Fibroids were measured in three perpendicular planes and the mean diameter was calculated. The size and position of every individual fibroid was assessed and recorded on a computerized database. The volume of each fibroid was calculated using the formula for a sphere. A total of 122 women were included in the study. Their median age at the initial examination was 40 (range, 27-45) years. Seventy-two (59.0%) were nulliparous and 74 (60.7%) had multiple fibroids. The median interval between the initial and final examination was 21.5 (range, 8-90) months. The median fibroid volume increased by 35.2% per year. Small fibroids (< 20 mm mean diameter) grew significantly faster than larger fibroids (P = 0.007). The median increase in size was significantly higher in cases of intramural fibroids (53.2 (interquartile range (IQR), 11.2-217)%) than in subserous fibroids (25.1 (IQR, 1.1-87.1)%) and submucous fibroids (22.8 (IQR, - 11.7 to 48.3)%) (P = 0.012). Multivariate analysis retained only fibroid size at presentation as an independent predictor of fibroid growth. The growth of fibroids in premenopausal women is influenced by the tumor's size at presentation.

  20. Hydrothermal–galvanic couple synthesis of directionally oriented BaTiO3 thin films on TiN-coated substrates

    International Nuclear Information System (INIS)

    Yang, Chia-Jung; Tsai, Di-You; Chan, Pei-Hsuan; Wu, Chu-Tsun; Lu, Fu-Hsing

    2013-01-01

    BaTiO 3 films were synthesized on TiN-coated Si substrate below 100 °C by a hydrothermal–galvanic couple technique in barium contained alkaline solutions. X-ray diffraction and electron backscatter diffraction results show that the BaTiO 3 thin films were directionally oriented grown on the TiN/Si substrates, i.e., (111) BaTiO 3 over (111) TiN. The surface morphologies revealed that BaTiO 3 nucleated and grew over the TiN surface with a single layer. From kinetic analyses, the growth rates of BaTiO 3 films prepared by the hydrothermal–galvanic couple technique were faster than a hydrothermal method. The galvanic effects were confirmed by investigating the induced currents and energies. The galvanic currents were generated and controlled by both the dissolution of TiN and the formation of BaTiO 3 . The output electric energies increased rapidly with the reaction time and leveled off at the full coverage of BaTiO 3 . - Highlights: • Cubic BaTiO 3 films are synthesized by a hydrothermal–galvanic couple method (HT–GC). • Growth rates of BaTiO 3 films made by HT–GC are faster than a hydrothermal method. • BaTiO 3 films are directionally oriented grown on the TiN/Si substrates. • Galvanic currents are controlled by dissolution of TiN and formation of BaTiO 3

  1. Detecting Novelty and Significance

    Science.gov (United States)

    Ferrari, Vera; Bradley, Margaret M.; Codispoti, Maurizio; Lang, Peter J.

    2013-01-01

    Studies of cognition often use an “oddball” paradigm to study effects of stimulus novelty and significance on information processing. However, an oddball tends to be perceptually more novel than the standard, repeated stimulus as well as more relevant to the ongoing task, making it difficult to disentangle effects due to perceptual novelty and stimulus significance. In the current study, effects of perceptual novelty and significance on ERPs were assessed in a passive viewing context by presenting repeated and novel pictures (natural scenes) that either signaled significant information regarding the current context or not. A fronto-central N2 component was primarily affected by perceptual novelty, whereas a centro-parietal P3 component was modulated by both stimulus significance and novelty. The data support an interpretation that the N2 reflects perceptual fluency and is attenuated when a current stimulus matches an active memory representation and that the amplitude of the P3 reflects stimulus meaning and significance. PMID:19400680

  2. Journal of Earth System Science | Indian Academy of Sciences

    Indian Academy of Sciences (India)

    The other tree (Q5296) did not exhibit any significant climatic correlations either because it grew utilizing a nearby permanent source of ground water or because the intra-ring isotopic variations in Irish oak are significant enough to mask the climatic signal. Whilst our results have given a positive indication of the usefulness ...

  3. Growth and morphometrics of the box turtle, Terrapene c. carolina

    Science.gov (United States)

    Stickel, L.F.; Bunck, C.M.

    1989-01-01

    Growth of box turtles in a bottomland forest in Maryland was studied over a period of years (1944-1981). A bivariate analysis of age related growth showed that between 8 and 13 yr, male turtles grew at an average rate of 6.7% per year in carapace length, whereas females grew at 5.3% per year. Both males and females grew considerably more slowly between 14 and 19 years, males at 2.3% per year and females at 3.4% per year. Growth slowed still more in the twenties. Growth in the six other dimensions that were measured provided additional comparisons. Allometric analysis of the different carapace and plastron dimensions showed that among males length increased proportionally more than either width or height and that width increased more than height. Among females, only the greater increase of length than of width was statistically significant. Fully grown males were larger than females in all dimensions except height. Differences from the normal scutal pattern occurred in 16.8% of fully grown males and 18.4% of the females

  4. Isolation and purification of psoralen and isopsoralen and their ...

    African Journals Online (AJOL)

    identified based on 1H-NMR, 13C-NMR spectra, the two compounds were identified as psoralen andisopsoralen, and their .... multi-point injection began when the tumor grew to 0.5 .... were no significant changes in the color and texture.

  5. The CXCR5 chemokine receptor is expressed by carcinoma cells and promotes growth of colon carcinoma in the liver.

    Science.gov (United States)

    Meijer, Joost; Zeelenberg, Ingrid S; Sipos, Bence; Roos, Ed

    2006-10-01

    The chemokine receptor CXCR5 is expressed by B cells and certain T cells and controls their migration into and within lymph nodes. Its ligand BCA-1/CXCL13 is present in lymph nodes and spleen and also in the liver. Surprisingly, we detected CXCR5 in several mouse and human carcinoma cell lines. CXCR5 was particularly prominent in pancreatic carcinoma cell lines and was also detected by immunohistochemistry in 7 of 18 human pancreatic carcinoma tissues. Expression in CT26 colon carcinoma was low in vitro, up-regulated in vivo, and rapidly lost when cells were explanted in vitro. CXCL13 strongly promoted proliferation of CXCR5-transfected CT26 cells in vitro. In the liver, after intrasplenic injection, these CXCR5 transfectants initially grew faster than controls, but the growth rate of control tumors accelerated later to become similar to the transfectants, likely due to the up-regulation of CXCR5. Inhibition of CXCR5 function, by trapping CXCR5 in the endoplasmic reticulum using a CXCL13-KDEL "intrakine," had no effect on initial growth of liver foci but later caused a prolonged growth arrest. In contrast, s.c. and lung tumors of CXCR5- and intrakine-transfected cells grew at similar rates as controls. We conclude that expression of CXCR5 on tumor cells promotes the growth of tumor cells in the liver and, at least for CT26 cells, seems to be required for outgrowth to large liver tumors. Given the limited expression on normal cells, CXCR5 may constitute an attractive target for therapy, particularly for pancreatic carcinoma.

  6. Significance of porous structure on degradatin of 2 2' dichloro diethyl sulphide and 2 chloroethyl ethyl sulphide on the surface of vanadium oxide nanostructure

    Energy Technology Data Exchange (ETDEWEB)

    Singh, Beer, E-mail: beerbs5@rediffmail.com [Defence R and D Establishment, Jhansi Road, Gwalior, M.P 474002 (India); Mahato, T.H.; Srivastava, A.K.; Prasad, G.K.; Ganesan, K.; Vijayaraghavan, R. [Defence R and D Establishment, Jhansi Road, Gwalior, M.P 474002 (India); Jain, Rajeev [School of Studies in Chemistry, Jiwaji University, Gwalior, M.P. 474011 (India)

    2011-06-15

    Degradation of the king of chemical warfare agent, 2 2' dichloro diethyl sulphide (HD), and its simulant 2 chloroethyl ethyl sulphide (CEES) were investigated on the surface of porous vanadium oxide nanotubes at room temperature (30 {+-} 2{sup Degree-Sign }C ). Reaction kinetics was monitored by GC-FID technique and the reaction products were characterized by GC-MS. Data indicates that HD degraded faster relative to CEES inside the solid decontaminant compared to the reported liquid phase degradation of CEES and HD. Data explores the role of hydrolysis, elimination and oxidation reactions in the detoxification of HD and CEES and the first order rate constant and t{sub 1/2} were calculated to be 0.026 h{sup -1}, 26.6 h for CEES and 0.052 h{sup -1}, 13.24 h for HD. In this report faster degradation of HD compared to CEES was explained on the basis of porous structure.

  7. Quantum Monte Carlo: Faster, More Reliable, And More Accurate

    Science.gov (United States)

    Anderson, Amos Gerald

    2010-06-01

    The Schrodinger Equation has been available for about 83 years, but today, we still strain to apply it accurately to molecules of interest. The difficulty is not theoretical in nature, but practical, since we're held back by lack of sufficient computing power. Consequently, effort is applied to find acceptable approximations to facilitate real time solutions. In the meantime, computer technology has begun rapidly advancing and changing the way we think about efficient algorithms. For those who can reorganize their formulas to take advantage of these changes and thereby lift some approximations, incredible new opportunities await. Over the last decade, we've seen the emergence of a new kind of computer processor, the graphics card. Designed to accelerate computer games by optimizing quantity instead of quality in processor, they have become of sufficient quality to be useful to some scientists. In this thesis, we explore the first known use of a graphics card to computational chemistry by rewriting our Quantum Monte Carlo software into the requisite "data parallel" formalism. We find that notwithstanding precision considerations, we are able to speed up our software by about a factor of 6. The success of a Quantum Monte Carlo calculation depends on more than just processing power. It also requires the scientist to carefully design the trial wavefunction used to guide simulated electrons. We have studied the use of Generalized Valence Bond wavefunctions to simply, and yet effectively, captured the essential static correlation in atoms and molecules. Furthermore, we have developed significantly improved two particle correlation functions, designed with both flexibility and simplicity considerations, representing an effective and reliable way to add the necessary dynamic correlation. Lastly, we present our method for stabilizing the statistical nature of the calculation, by manipulating configuration weights, thus facilitating efficient and robust calculations. Our

  8. Computer input devices: neutral party or source of significant error in manual lesion segmentation?

    Science.gov (United States)

    Chen, James Y; Seagull, F Jacob; Nagy, Paul; Lakhani, Paras; Melhem, Elias R; Siegel, Eliot L; Safdar, Nabile M

    2011-02-01

    Lesion segmentation involves outlining the contour of an abnormality on an image to distinguish boundaries between normal and abnormal tissue and is essential to track malignant and benign disease in medical imaging for clinical, research, and treatment purposes. A laser optical mouse and a graphics tablet were used by radiologists to segment 12 simulated reference lesions per subject in two groups (one group comprised three lesion morphologies in two sizes, one for each input device for each device two sets of six, composed of three morphologies in two sizes each). Time for segmentation was recorded. Subjects completed an opinion survey following segmentation. Error in contour segmentation was calculated using root mean square error. Error in area of segmentation was calculated compared to the reference lesion. 11 radiologists segmented a total of 132 simulated lesions. Overall error in contour segmentation was less with the graphics tablet than with the mouse (P Error in area of segmentation was not significantly different between the tablet and the mouse (P = 0.62). Time for segmentation was less with the tablet than the mouse (P = 0.011). All subjects preferred the graphics tablet for future segmentation (P = 0.011) and felt subjectively that the tablet was faster, easier, and more accurate (P = 0.0005). For purposes in which accuracy in contour of lesion segmentation is of the greater importance, the graphics tablet is superior to the mouse in accuracy with a small speed benefit. For purposes in which accuracy of area of lesion segmentation is of greater importance, the graphics tablet and mouse are equally accurate.

  9. Zebra mussels anchor byssal threads faster and tighter than quagga mussels in flow.

    Science.gov (United States)

    Peyer, Suzanne M; McCarthy, Alice J; Lee, Carol Eunmi

    2009-07-01

    While the invasive zebra mussel Dreissena polymorpha has rapidly spread throughout the Great Lakes and inland waterways, it is being displaced by the quagga mussel Dreissena bugensis in shallow water habitats. However, zebra mussels remain dominant in areas with higher water velocity. We hypothesized that the persistence of zebra over quagga mussels in habitats with higher water velocity might result from greater rate and strength of byssal thread attachment. We examined whether zebra mussels relative to quagga mussels have: (1) higher byssal thread synthesis rate, (2) lower dislodgment in flow and (3) greater mechanical force required for detachment from substrate. Specifically, we examined byssal thread synthesis rate and dislodgment of both species in response to water velocities of 0, 50, 100 and 180 cm s(-1). Byssal thread synthesis rate was significantly higher for zebra than for quagga mussels at all velocities. Dislodgment from the substrate increased for both species with increasing velocity but was significantly lower for zebra than for quagga mussels. We also tested the mechanical force to detach mussels after short (32 h) and long (two and three months) periods of attachment on hard substrate. Detachment force was significantly higher for zebra than for quagga mussels only after short-term attachment. Higher byssal thread synthesis rate in zebra mussels was a likely factor that minimized their dislodgment in flow and increased short-term attachment strength. Differences in byssal thread synthesis rate between the two species might partly account for the ability of zebra mussels to maintain dominance over quagga mussels in habitats with high velocities.

  10. From Nehemiah Grew to Genomics: the emerging field of evo-devo research for woody plants

    Science.gov (United States)

    Andrew Groover; Quentin Cronk

    2013-01-01

    Wood has played a primary role in the evolution of land plants (Spicer and Groover 2010), but our understanding of the genes and mechanisms underlying wood evolution and development has been limited until recently. Importantly, many of the fundamental questions of woody plant evolution and development are now tractable using genomics and high-capacity sequencing...

  11. Significant Tsunami Events

    Science.gov (United States)

    Dunbar, P. K.; Furtney, M.; McLean, S. J.; Sweeney, A. D.

    2014-12-01

    Tsunamis have inflicted death and destruction on the coastlines of the world throughout history. The occurrence of tsunamis and the resulting effects have been collected and studied as far back as the second millennium B.C. The knowledge gained from cataloging and examining these events has led to significant changes in our understanding of tsunamis, tsunami sources, and methods to mitigate the effects of tsunamis. The most significant, not surprisingly, are often the most devastating, such as the 2011 Tohoku, Japan earthquake and tsunami. The goal of this poster is to give a brief overview of the occurrence of tsunamis and then focus specifically on several significant tsunamis. There are various criteria to determine the most significant tsunamis: the number of deaths, amount of damage, maximum runup height, had a major impact on tsunami science or policy, etc. As a result, descriptions will include some of the most costly (2011 Tohoku, Japan), the most deadly (2004 Sumatra, 1883 Krakatau), and the highest runup ever observed (1958 Lituya Bay, Alaska). The discovery of the Cascadia subduction zone as the source of the 1700 Japanese "Orphan" tsunami and a future tsunami threat to the U.S. northwest coast, contributed to the decision to form the U.S. National Tsunami Hazard Mitigation Program. The great Lisbon earthquake of 1755 marked the beginning of the modern era of seismology. Knowledge gained from the 1964 Alaska earthquake and tsunami helped confirm the theory of plate tectonics. The 1946 Alaska, 1952 Kuril Islands, 1960 Chile, 1964 Alaska, and the 2004 Banda Aceh, tsunamis all resulted in warning centers or systems being established.The data descriptions on this poster were extracted from NOAA's National Geophysical Data Center (NGDC) global historical tsunami database. Additional information about these tsunamis, as well as water level data can be found by accessing the NGDC website www.ngdc.noaa.gov/hazard/

  12. How should I regulate my emotions if I want to run faster?

    Science.gov (United States)

    Lane, Andrew M; Devonport, Tracey J; Friesen, Andrew P; Beedie, Christopher J; Fullerton, Christopher L; Stanley, Damian M

    2016-01-01

    The present study investigated the effects of emotion regulation strategies on self-reported emotions and 1600 m track running performance. In stage 1 of a three-stage study, participants (N = 15) reported emotional states associated with best, worst and ideal performance. Results indicated that a best and ideal emotional state for performance composed of feeling happy, calm, energetic and moderately anxious whereas the worst emotional state for performance composed of feeling downhearted, sluggish and highly anxious. In stage 2, emotion regulation interventions were developed using online material and supported by electronic feedback. One intervention motivated participants to increase the intensity of unpleasant emotions (e.g. feel more angry and anxious). A second intervention motivated participants to reduce the intensity of unpleasant emotions (e.g. feel less angry and anxious). In stage 3, using a repeated measures design, participants used each intervention before running a 1600 m time trial. Data were compared with a no treatment control condition. The intervention designed to increase the intensity of unpleasant emotions resulted in higher anxiety and lower calmness scores but no significant effects on 1600 m running time. The intervention designed to reduce the intensity of unpleasant emotions was associated with significantly slower times for the first 400 m. We suggest future research should investigate emotion regulation, emotion and performance using quasi-experimental methods with performance measures that are meaningful to participants.

  13. Influence of affective significance on different levels of processing using pupil dilation in an analogical reasoning task.

    Science.gov (United States)

    Prehn, Kristin; Heekeren, Hauke R; van der Meer, Elke

    2011-02-01

    The present study investigates the interaction of cognition and emotion in decision making, using an analogical reasoning task. In this task, two word pairs were presented simultaneously. Each word pair could be characterized by an associative conceptual relation (object, actor, or location relation) as well as an emotional relation (negative, neutral, or positive valence). Both types of relations were equally task-relevant: Participants had to identify both types of relations, to compare them, and to decide whether or not the word pairs were analogous, i.e., corresponding in both conceptual and emotional relations. Behavioral data showed that emotional relations were identified preferentially and faster than conceptual relations. Pupil dilations reflected the descending difficulty of the conditions and were greatest in amplitude when both conceptual and emotional correspondence was shown, intermediate when only one type of relation (either the emotional or the conceptual) corresponded, and least when neither correspondence existed. Additionally, a negative valence of the word material slowed down response times and increased pupil dilation relative to positive and neutral items. In summary, pupil and response time data together support recent (neurobiological) models concerning the interaction of emotion and cognition by showing that affective significance leads to a processing advantage at a cognitively lower level of information processing (here, identification or retrieval of relations from long-term memory) but can also distract people from higher level cognitive processes (here, from the controlled comparison of retrieved relations). Copyright © 2010 Elsevier B.V. All rights reserved.

  14. Osteopontin (OPN is an important protein to mediate improvements in the biocompatibility of C ion-implanted silicone rubber.

    Directory of Open Access Journals (Sweden)

    Shao-liang Wang

    Full Text Available Medical device implants are drawing increasing amounts of interest from modern medical practitioners. However, this attention is not evenly spread across all such devices; most of these implantable devices can cause adverse reactions such as inflammation, fibrosis, thrombosis, and infection. In this work, the biocompatibility of silicone rubber (SR was improved through carbon (C ion implantation. Scanning electron microscopy (SEM, atomic force microscopy (AFM, X-ray photoelectron spectroscopy (XPS, and X-ray diffraction (XRD results confirmed that these newly generated carbon-implanted silicone rubbers (C-SRs had large, irregular peaks and deep valleys on their surfaces. The water contact angle of the SR surface decreased significantly after C ion implantation. C ion implantation also changed the surface charge distribution, silicone oxygen rate, and chemical-element distribution of SR to favor cell attachment. The dermal fibroblasts cultured on the surface C-SR grew faster and showed more typical fibroblastic shapes. The expression levels of major adhesion proteins, including talin-1, zyxin, and vinculin, were significantly higher in dermal fibroblasts cultured on C-SR coated plates than in dermal fibroblasts cultured on SR. Those same dermal fibroblasts on C-SRs showed more pronounced adhesion and migration abilities. Osteopontin (OPN, a critical extracellular matrix (ECM protein, was up-regulated and secreted from dermal fibroblasts cultured on C-SR. Matrix metalloproteinase-9 (MMP-9 activity was also increased. These cells were highly mobile and were able to adhere to surfaces, but these abilities were inhibited by the monoclonal antibody against OPN, or by shRNA-mediated MMP-9 knockdown. Together, these results suggest that C ion implantation significantly improves SR biocompatibility, and that OPN is important to promote cell adhesion to the C-SR surface.

  15. Relations between radiobiological hypoxia and nuclear magnetic resonance-imaged blood microcirculation in experimental tumors

    International Nuclear Information System (INIS)

    Koike, Sachiko; Ando, Koichi; Ikehira, Hiroo.

    1993-01-01

    Characteristics of hypoxic cells subjected to radiation were investigated and compared with those of microcirculation for two murine fibrosarcomas growing in C3H mice. Small NFSa tumors, growing in air-breathing mice, developed a radioresistant tail on the survival curve. The tail was indistinguishably parallel to a survival curve for an artificially hypoxic tumor. As the NFSa tumors increased in size, the hypoxic tail moved upward with no change of Do, resulting in increase of hypoxic fraction from 3.9% to 40%. The R1137 tumors had no radioresistant tail nor hypoxic fraction regardless of tumor size. However, large-sized R1137 tumors developed a significant number of radioresistant, hypoxic cells with an intermediate Do, and were effectively sensitized by administrating misonidazole before irradiation. Thus, the NFSa tumors were fractionally hypoxic, and the large R1137 tumors had intermediate hypoxia. Measurement of tumor microcirculation by gadolinium-enhanced nuclear magnetic resonance indicated that both blood flow and blood volume decreased significantly when the NFSa tumor grew large. Similar reduction in these microcirculation parameters was also observed for the R1137 tumor. The small-sized NFSa tumor had relatively larger blood volume and faster blood flow than the small-sized R1137 tumor. When large-sized tumors were compared to each other, the NFSa again had better blood flow than the R1137. However, the blood volume in the large-sized tumors was significantly (p<0.05) smaller for the NFSa tumor than for the R1137 tumor. It was concluded that blood flow could not be a single determinant for tumor hypoxia, and the difference between fractional hypoxia and intermediate hypoxia would be reflected in the ratio of blood flow to blood volume. (author)

  16. Population demographics and life history of the round hickorynut (Obovaria subrotunda) in the Duck River, Tennessee

    Science.gov (United States)

    Ehlo, Chase A.; Layzer, James B.

    2014-01-01

    Population characteristics and life history aspects of healthy mussel populations are poorly understood. The reproductive cycle, age and growth, and population structure of Obovaria subrotunda were examined at four sites in the middle Duck River, Tennessee. Obovaria subrotunda was confirmed to be a bradytictic species, spawning in the late summer and holding glochidia in the gills for 11 mo until the following summer. Fecundity was positively related to mussel length (R2  =  0.75) and ranged from 7122 to 76,584 glochidia. Fourteen species of fish found in the Duck River, in the families Percidae, Cyprinidae, and Cottidae, were infested with glochidia in the laboratory to examine potential hosts. Juveniles transformed onEtheostoma blennioides (greenside darter), E. obama (spangled darter), E. flabellare (fantail darter), and Cottus carolinae (banded sculpin). Analyses of shell thin-sections indicated that males grew faster and obtained a larger size than females. Individuals live to at least 14 y old. Females became sexually mature at age one. Four sites were quantitatively sampled using a systematic design with three random starts. The observed ratio of adult males to females (0.9∶1) did not differ significantly from 1∶1. Results of the quantitative sampling showed an increase in density compared to earlier studies and a high proportion of 1 to 5 y old O. subrotunda.

  17. Caring for the new uninsured: Hospital charity care for older people without coverage.

    Science.gov (United States)

    DeLia, Derek

    2006-12-01

    Despite near-universal coverage through Medicare, a number of elderly residents in the United States do not have health insurance coverage. To the author's knowledge, this study is the first to document trends in the use of hospital charity care by uninsured older people. Data from the New Jersey Charity Care Program, which subsidizes hospitals for services provided to low-income uninsured people, were used to analyze trends in charity care utilization by older people from 1999 to 2004. Charity care charges are standardized to uniform Medicaid reimbursement rates and inflation adjusted using the Medical Care Consumer Price Index. From 1999 to 2004, use of charity care by older people grew much faster than it did for younger patients. As a result, older people now account for a greater share of hospital charity care in New Jersey than children. Elderly users of charity care generated higher costs per patient than their younger counterparts. Cost differences were especially salient at the upper end of the distribution, where high-cost elderly patients used significantly more resources than high-cost patients in other age groups. These results highlight an emerging source of strain on the healthcare safety net and point to a growing population of uninsured residents who have costly and complex medical needs. Similar experiences are likely to be found in other states, especially those that have growing populations of elderly immigrants who are likely to lack health insurance.

  18. Identification of novel genes responsible for ethanol and/or thermotolerance by transposon mutagenesis in Saccharomyces cerevisiae

    Energy Technology Data Exchange (ETDEWEB)

    Kim, Hyun-Soo [Ewha Womans Univ., Seoul (Korea, Republic of). Dept. of Life Sciences; Kim, Na-Rae [Ewha Womans Univ., Seoul (Korea, Republic of). Div. of Life and Pharmaceutical Sciences; Yang, Jungwoo [Ewha Womans Univ., Seoul (Korea, Republic of). Microbial Resources Research Center; Choi, Wonja [Ewha Womans Univ., Seoul (Korea, Republic of). Dept. of Life Sciences; Ewha Womans Univ., Seoul (Korea, Republic of). Div. of Life and Pharmaceutical Sciences; Ewha Womans Univ., Seoul (Korea, Republic of). Microbial Resources Research Center

    2011-08-15

    Saccharomyces cerevisiae strains tolerant to ethanol and heat stresses are important for industrial ethanol production. In this study, five strains (Tn 1-5) tolerant to up to 15% ethanol were isolated by screening a transposon-mediated mutant library. Two of them displayed tolerance to heat (42 C). The determination of transposon insertion sites and Northern blot analysis identified seven putative genes (CMP2, IMD4, SSK2, PPG1, DLD3, PAM1, and MSN2) and revealed simultaneous down-regulations of CMP2 and IMD4, and SSK2 and PPG1, down-regulation of DLD3, and disruptions of the open reading frame of PAM1 and MSN2, indicating that ethanol and/or heat tolerance can be conferred. Knockout mutants of these seven individual genes were ethanol tolerant and three of them (SSK2, PPG1, and PAM1) were tolerant to heat. Such tolerant phenotypes reverted to sensitive phenotypes by the autologous or overexpression of each gene. Five transposon mutants showed higher ethanol production and grew faster than the control strain when cultured in rich media containing 30% glucose and initial 6% ethanol at 30 C. Of those, two thermotolerant transposon mutants (Tn 2 and Tn 3) exhibited significantly enhanced growth and ethanol production compared to the control at 42 C. The genes identified in this study may provide a basis for the application in developing industrial yeast strains. (orig.)

  19. Genotype and local environment dynamically influence growth, disturbance response and survivorship in the threatened coral, Acropora cervicornis.

    Directory of Open Access Journals (Sweden)

    Crawford Drury

    Full Text Available The relationship between the coral genotype and the environment is an important area of research in degraded coral reef ecosystems. We used a reciprocal outplanting experiment with 930 corals representing ten genotypes on each of eight reefs to investigate the influence of genotype and the environment on growth and survivorship in the threatened Caribbean staghorn coral, Acropora cervicornis. Coral genotype and site were strong drivers of coral growth and individual genotypes exhibited flexible, non-conserved reaction norms, complemented by ten-fold differences in growth between specific G-E combinations. Growth plasticity may diminish the influence of local adaptation, where foreign corals grew faster than native corals at their home sites. Novel combinations of environment and genotype also significantly affected disturbance response during and after the 2015 bleaching event, where these factors acted synergistically to drive variation in bleaching and recovery. Importantly, small differences in temperature stress elicit variable patterns of survivorship based on genotype and illustrate the importance of novel combinations of coral genetics and small differences between sites representing habitat refugia. In this context, acclimatization and flexibility is especially important given the long lifespan of corals coping with complex environmental change. The combined influence of site and genotype creates short-term differences in growth and survivorship, contributing to the standing genetic variation needed for adaptation to occur over longer timescales and the recovery of degraded reefs through natural mechanisms.

  20. Evaluation and development of soil values for the pathway 'soil to plant'. Significance of mercury evaporation for the burden of plants

    International Nuclear Information System (INIS)

    Gaeth, S.; Schlueter, K.

    1998-05-01

    In cooperation with the Ad-hoc working group 'Transfer of heavy metals from soil to plant' of the Laenderarbeitsgemeinschaft Bodenschutz (LABO) the significance of mercury evaporation for the deduction of threshold values in respect of the impact via the pathway soil to plant was investigated. Mercury contamination of food- and feeding stuff plants was examined with special emphasis. For these purposes a lab experiment including three different soils with varying initial mercury load (background level, geogenic and anthropogenic contamination) and two different plant species (parsely and spinach) was carried out under defined conditions in closed lysimeters. Mercury uptake via the roots was minimised since the plants grew in isolated customary substrate which showed a low concentration of mercury. Thus, only the surrounding soil evaporated mercury. The concentrations of mercury in the plants in the background level treatment (0.1 mg Hg/kg dry soil) were 0.15 mg/kg dry matter (spinach) and 0.44 mg/kg dry matter (parsely). The treatment with anthropogenic contaminated soil (111 mg Hg/kg dry soil) resulted in concentrations in the two plants of 2.0 and 2.6 mg/kg dry matter, respectively. A comparable order of magnitude was achieved in the geogenic contaminated treatment (34 mg Hg/kg dry soil) with 2.1 mg/kg dry matter. Experiments conducted with radioactive 203 Hg showed in each case recoveries of 20 to 34% in the leaves regarding the evaporated Hg-tracer. Also in the stem and in the roots Hg-tracer could be detected, indicating a translocation within the plant from leaf to root. By means of a comprehensive literature study the state of the art for Hg-evaporation and Hg-uptake of plants was compiled. Comparing the experimental results with data derived from literature, the Hg-concentrations found are confirmed by results of other authors. (orig.) [de

  1. Characterization of a second physiologically relevant lactose permease gene (lacpB) in Aspergillus nidulans.

    Science.gov (United States)

    Fekete, Erzsébet; Orosz, Anita; Kulcsár, László; Kavalecz, Napsugár; Flipphi, Michel; Karaffa, Levente

    2016-05-01

    In Aspergillus nidulans, uptake rather than hydrolysis is the rate-limiting step of lactose catabolism. Deletion of the lactose permease A-encoding gene (lacpA) reduces the growth rate on lactose, while its overexpression enables faster growth than wild-type strains are capable of. We have identified a second physiologically relevant lactose transporter, LacpB. Glycerol-grown mycelia from mutants deleted for lacpB appear to take up only minute amounts of lactose during the first 60 h after a medium transfer, while mycelia of double lacpA/lacpB-deletant strains are unable to produce new biomass from lactose. Although transcription of both lacp genes was strongly induced by lactose, their inducer profiles differ markedly. lacpA but not lacpB expression was high in d-galactose cultures. However, lacpB responded strongly also to β-linked glucopyranose dimers cellobiose and sophorose, while these inducers of the cellulolytic system did not provoke any lacpA response. Nevertheless, lacpB transcript was induced to higher levels on cellobiose in strains that lack the lacpA gene than in a wild-type background. Indeed, cellobiose uptake was faster and biomass formation accelerated in lacpA deletants. In contrast, in lacpB knockout strains, growth rate and cellobiose uptake were considerably reduced relative to wild-type, indicating that the cellulose and lactose catabolic systems employ common elements. Nevertheless, our permease mutants still grew on cellobiose, which suggests that its uptake in A. nidulans prominently involves hitherto unknown transport systems.

  2. Possible associations between Salmonella persistence in poultry houses and resistance to commonly used disinfectants and a putative role of mar

    DEFF Research Database (Denmark)

    Gradel, Kim Oren; Randall, L.; Sayers, A.R.

    2005-01-01

    MICs to the five farm disinfectants. Compared to the parent isolates, MICs for the triclosan adapted and de-adapted isolates and the triclosan mutants were significantly increased to triclosan, but not to the five disinfectants. Moreover, most of the triclosan adapted and de-adapted isolates grew...

  3. flp-32 Ligand/receptor silencing phenocopy faster plant pathogenic nematodes.

    Science.gov (United States)

    Atkinson, Louise E; Stevenson, Michael; McCoy, Ciaran J; Marks, Nikki J; Fleming, Colin; Zamanian, Mostafa; Day, Tim A; Kimber, Michael J; Maule, Aaron G; Mousley, Angela

    2013-02-01

    Restrictions on nematicide usage underscore the need for novel control strategies for plant pathogenic nematodes such as Globodera pallida (potato cyst nematode) that impose a significant economic burden on plant cultivation activities. The nematode neuropeptide signalling system is an attractive resource for novel control targets as it plays a critical role in sensory and motor functions. The FMRFamide-like peptides (FLPs) form the largest and most diverse family of neuropeptides in invertebrates, and are structurally conserved across nematode species, highlighting the utility of the FLPergic system as a broad-spectrum control target. flp-32 is expressed widely across nematode species. This study investigates the role of flp-32 in G. pallida and shows that: (i) Gp-flp-32 encodes the peptide AMRNALVRFamide; (ii) Gp-flp-32 is expressed in the brain and ventral nerve cord of G. pallida; (iii) migration rate increases in Gp-flp-32-silenced worms; (iv) the ability of G. pallida to infect potato plant root systems is enhanced in Gp-flp-32-silenced worms; (v) a novel putative Gp-flp-32 receptor (Gp-flp-32R) is expressed in G. pallida; and, (vi) Gp-flp-32R-silenced worms also display an increase in migration rate. This work demonstrates that Gp-flp-32 plays an intrinsic role in the modulation of locomotory behaviour in G. pallida and putatively interacts with at least one novel G-protein coupled receptor (Gp-flp-32R). This is the first functional characterisation of a parasitic nematode FLP-GPCR.

  4. flp-32 Ligand/receptor silencing phenocopy faster plant pathogenic nematodes.

    Directory of Open Access Journals (Sweden)

    Louise E Atkinson

    2013-02-01

    Full Text Available Restrictions on nematicide usage underscore the need for novel control strategies for plant pathogenic nematodes such as Globodera pallida (potato cyst nematode that impose a significant economic burden on plant cultivation activities. The nematode neuropeptide signalling system is an attractive resource for novel control targets as it plays a critical role in sensory and motor functions. The FMRFamide-like peptides (FLPs form the largest and most diverse family of neuropeptides in invertebrates, and are structurally conserved across nematode species, highlighting the utility of the FLPergic system as a broad-spectrum control target. flp-32 is expressed widely across nematode species. This study investigates the role of flp-32 in G. pallida and shows that: (i Gp-flp-32 encodes the peptide AMRNALVRFamide; (ii Gp-flp-32 is expressed in the brain and ventral nerve cord of G. pallida; (iii migration rate increases in Gp-flp-32-silenced worms; (iv the ability of G. pallida to infect potato plant root systems is enhanced in Gp-flp-32-silenced worms; (v a novel putative Gp-flp-32 receptor (Gp-flp-32R is expressed in G. pallida; and, (vi Gp-flp-32R-silenced worms also display an increase in migration rate. This work demonstrates that Gp-flp-32 plays an intrinsic role in the modulation of locomotory behaviour in G. pallida and putatively interacts with at least one novel G-protein coupled receptor (Gp-flp-32R. This is the first functional characterisation of a parasitic nematode FLP-GPCR.

  5. The Great Recession and the Social Safety Net

    Science.gov (United States)

    Moffitt, Robert A.

    2016-01-01

    The social safety net responded in significant and favorable ways during the Great Recession. Aggregate per capita expenditures grew significantly, with particularly strong growth in the SNAP, EITC, UI, and Medicaid programs. Distributionally, the increase in transfers was widely shared across demographic groups, including families with and without children, single-parent and two-parent families. Transfers grew as well among families with more employed members and with fewer employed members. However, the increase in transfer amounts was not strongly progressive across income classes within the low-income population, increasingly slightly more for those just below the poverty line and those just above it, compared to those at the bottom of the income distribution. This is mainly the result of the EITC program, which provides greater benefits to those with higher family earnings. The expansions of SNAP and UI benefitted those at the bottom of the income distribution to a greater extent. PMID:27065356

  6. Analysis of Parent, Teacher, and Consultant Speech Exchanges and Educational Outcomes of Students With Autism During COMPASS Consultation.

    Science.gov (United States)

    Ruble, Lisa; Birdwhistell, Jessie; Toland, Michael D; McGrew, John H

    2011-01-01

    The significant increase in the numbers of students with autism combined with the need for better trained teachers (National Research Council, 2001) call for research on the effectiveness of alternative methods, such as consultation, that have the potential to improve service delivery. Data from 2 randomized controlled single-blind trials indicate that an autism-specific consultation planning framework known as the collaborative model for promoting competence and success (COMPASS) is effective in increasing child Individual Education Programs (IEP) outcomes (Ruble, Dal-rymple, & McGrew, 2010; Ruble, McGrew, & Toland, 2011). In this study, we describe the verbal interactions, defined as speech acts and speech act exchanges that take place during COMPASS consultation, and examine the associations between speech exchanges and child outcomes. We applied the Psychosocial Processes Coding Scheme (Leaper, 1991) to code speech acts. Speech act exchanges were overwhelmingly affiliative, failed to show statistically significant relationships with child IEP outcomes and teacher adherence, but did correlate positively with IEP quality.

  7. Photovoltaics is growing faster than expected

    International Nuclear Information System (INIS)

    Hostettler, T.

    2010-01-01

    This article presents and discusses the results of a survey concerning photovoltaics in Switzerland in the year 2009. The author notes that the average size of the installations has, once more, grown and that, in the year under review, the largest increase in newly installed power could be noted. A total of almost 70 MW peak power was on-line. It is also noted that the per capita installed power is only less than one tenth of that in Germany. A somewhat above-average annual specific production could, thanks to good irradiation levels, be noted. The article discusses details on newly-installed power, 2009 production figures and weather conditions. Production figures for the period 1989 - 2009 are presented

  8. Faster 2-regular information-set decoding

    NARCIS (Netherlands)

    Bernstein, D.J.; Lange, T.; Peters, C.P.; Schwabe, P.; Chee, Y.M.

    2011-01-01

    Fix positive integers B and w. Let C be a linear code over F 2 of length Bw. The 2-regular-decoding problem is to find a nonzero codeword consisting of w length-B blocks, each of which has Hamming weight 0 or 2. This problem appears in attacks on the FSB (fast syndrome-based) hash function and

  9. Faster radiotoxicological analyses of alpha emitters

    International Nuclear Information System (INIS)

    Willemot, J.M.; Verry, M.

    1989-10-01

    Ion-exchange resins allow efficient separation of actinides likely to be found in human biological samples. However, time saving during the analysis is most interesting for the biologist especially if the separation and spectrum qualities are not affected. Such a result is possible with urine or feces using a macroporous resin [fr

  10. Faster Fully-Dynamic minimum spanning forest

    DEFF Research Database (Denmark)

    Holm, Jacob; Rotenberg, Eva; Wulff-Nilsen, Christian

    2015-01-01

    We give a new data structure for the fully-dynamic minimum spanning forest problem in simple graphs. Edge updates are supported in O(log4 n/log logn) expected amortized time per operation, improving the O(log4 n) amortized bound of Holm et al. (STOC’98, JACM’01).We also provide a deterministic data...

  11. Faster Heavy Ion Transport for HZETRN

    Science.gov (United States)

    Slaba, Tony C.

    2013-01-01

    The deterministic particle transport code HZETRN was developed to enable fast and accurate space radiation transport through materials. As more complex transport solutions are implemented for neutrons, light ions (Z heavy ion (Z > 2) transport algorithm in HZETRN is reviewed, and a simple modification is shown to provide an approximate 5x decrease in execution time for galactic cosmic ray transport. Convergence tests and other comparisons are carried out to verify that numerical accuracy is maintained in the new algorithm.

  12. Confronting the Faster-Than-Light Neutrinos?

    Indian Academy of Sciences (India)

    How well do we know Special Theory of Relativity, Quantum Mechanics, General ... 1 The principle of relativity: The laws of physics are not affected by the .... If the limiting velocities of the three neutrinos are different, that would lead to neutrino.

  13. Citius, Altius, Fortius: Faster, Higher, Stronger

    Science.gov (United States)

    2013-06-01

    males. For example, elite female athletes improved the national 100- meter sprint and 80- meter hurdle record by nearly two seconds. High jump was...improved by a third of a meter , and shot put and javelin improved by over 30 meters .52 Notably, the motivations of the CCP’s sports policy from 1949 to...per capita gross domestic product (GDP) was around 1,000 yuan in 1988,82 and a bonus for an academic in the space shuttle program was 400 yuan.83

  14. Parking Can Get You There Faster

    DEFF Research Database (Denmark)

    Möller, M.Oliver

    2002-01-01

    We present an approximation technique that can render real-time model checking of safety and universal path properties more e#cient. It is beneficial, when loops lead to repetition of control situations. Basically we augment a timed automata model with carefully selected extra transitions. This i...

  15. Faster than the Brighter-Light Beacon

    Science.gov (United States)

    Baune, S.

    2009-01-01

    We analyse the motion of a spot of light projected onto a flat screen by a rotating source. We find that the motion of the spot has many interesting features such as spot splitting and superluminal effects. Our discussion is well suited for undergraduates and can be an interesting add-on in their curriculum, giving them new insights into the…

  16. Are Dirac electrons faster than light?

    International Nuclear Information System (INIS)

    De Angelis, G.F.

    1986-01-01

    This paper addresses the problem of path integral solutions of the Dirac equation. The path integral construction of the Dirac propagator which extends Fynman's checkerboard rule in more than one space dimension is discussed. A distinguished feature of such extension is the fact that the speed of a relativistic electron is actually greater than the speed of light when the space has more than one dimension. A technique employed in obtaining an extension to higher space dimension is described which consists in comparing continuity equations of quantum mechanical origin with forward Kolmogorov equations for suitable chosen classes of random processes

  17. Time flies faster under time pressure.

    Science.gov (United States)

    Rattat, Anne-Claire; Matha, Pauline; Cegarra, Julien

    2018-04-01

    We examined the effects of time pressure on duration estimation in a verbal estimation task and a production task. In both temporal tasks, participants had to solve mazes in two conditions of time pressure (with or without), and with three different target durations (30 s, 60 s, and 90 s). In each trial of the verbal estimation task, participants had to estimate in conventional time units (minutes and seconds) the amount of time that had elapsed since they started to solve the maze. In the production task, they had to press a key while solving the maze when they thought that the trial's duration had reached a target value. Results showed that in both tasks, durations were judged longer with time pressure than without it. However, this temporal overestimation under time pressure did not increase with the length of the target duration. These results are discussed within the framework of scalar expectancy theory. Copyright © 2018 Elsevier B.V. All rights reserved.

  18. Do photons travel faster than gravitons?

    Science.gov (United States)

    Ejlli, Damian

    2018-02-01

    The vacuum polarization in an external gravitational field due to one loop electron-positron pair and one loop millicharged fermion-antifermion pair is studied. Considering the propagation of electromagnetic (EM) radiation and gravitational waves (GWs) in an expanding universe, it is shown that by taking into account QED effects in curved spacetime, the propagation velocity of photons is superluminal and can exceed that of gravitons. We apply these results to the case of the GW170817 event detected by LIGO. If the EM radiation and GWs are emitted either simultaneously or with a time difference from the same source, it is shown that the EM radiation while propagating with superluminal velocity, would be detected either in advance or in delay with respect to GW depending on the ratio of millicharged fermion relative charge to mass epsilon/mepsilon.

  19. Evaluating the income and employment impacts of gas cooling technologies

    Energy Technology Data Exchange (ETDEWEB)

    Hughes, P.J. [Oak Ridge National Lab., TN (United States); Laitner, S.

    1995-03-01

    The purpose of this study is to estimate the potential employment and income benefits of the emerging market for gas cooling products. The emphasis here is on exports because that is the major opportunity for the U.S. heating, ventilating, and air-conditioning (HVAC) industry. But domestic markets are also important and considered here because without a significant domestic market, it is unlikely that the plant investments, jobs, and income associated with gas cooling exports would be retained within the United States. The prospects for significant gas cooling exports appear promising for a variety of reasons. There is an expanding need for cooling in the developing world, natural gas is widely available, electric infrastructures are over-stressed in many areas, and the cost of building new gas infrastructure is modest compared to the cost of new electric infrastructure. Global gas cooling competition is currently limited, with Japanese and U.S. companies, and their foreign business partners, the only product sources. U.S. manufacturers of HVAC products are well positioned to compete globally, and are already one of the faster growing goods-exporting sectors of the U.S. economy. Net HVAC exports grew by over 800 percent from 1987 to 1992 and currently exceed $2.6 billion annually (ARI 1994). Net gas cooling job and income creation are estimated using an economic input-output model to compare a reference case to a gas cooling scenario. The reference case reflects current policies, practices, and trends with respect to conventional electric cooling technologies. The gas cooling scenario examines the impact of accelerated use of natural gas cooling technologies here and abroad.

  20. A novel life cycle arising from leaf segments in plants regenerated from horseradish hairy roots.

    Science.gov (United States)

    Mano, Y; Matsuhashi, M

    1995-03-01

    Horseradish (Armoracia rusticana) hairy root clones were established from hairy roots which were transformed with the Ri plasmid in Agrobacterium rhizogenes 15834. The transformed plants, which were regenerated from hairy root clones, had thicker roots with extensive lateral branches and thicker stems, and grew faster compared with non-transformed horseradish plants. Small sections of leaves of the transformed plants generated adventitious roots in phytohormone-free G (modified Gamborg's) medium. Root proliferation was followed by adventitious shoot formation and plant regeneration. Approximately twenty plants were regenerated per square centimeter of leaf. The transformed plants were easily transferable from sterile conditions to soil. When leaf segments of the transformed plants were cultured in a liquid fertilizer under non-sterile conditions, adventitious roots were generated at the cut ends of the leaves. Adventitious shoots were generated at the boundary between the leaf and the adventitious roots and developed into complete plants. This novel life cycle arising from leaf segments is a unique property of the transformed plants derived from hairy root clones.

  1. Ectopic expression of a horseradish peroxidase enhances growth rate and increases oxidative stress resistance in hybrid aspen.

    Science.gov (United States)

    Kawaoka, Akiyoshi; Matsunaga, Etsuko; Endo, Saori; Kondo, Shinkichi; Yoshida, Kazuya; Shinmyo, Atsuhiko; Ebinuma, Hiroyasu

    2003-07-01

    We previously demonstrated that overexpression of the horseradish (Armoracia rusticana) peroxidase prxC1a gene stimulated the growth rate of tobacco (Nicotiana tabacum) plants. Here, the cauliflower mosaic virus 35S::prxC1a construct was introduced into hybrid aspen (Populus sieboldii x Populus grandidentata). The growth rate of these transformed hybrid aspen plants was substantially increased under greenhouse conditions. The average stem length of transformed plants was 25% greater than that of control plants. There was no other obvious phenotypic difference between the transformed and control plants. Fast-growing transformed hybrid aspen showed high levels of expression of prxC1a and had elevated peroxidase activities toward guaiacol and ascorbate. However, there was no increase of the endogenous class I ascorbate peroxidase activities in the transformed plants by separate assay and activity staining of native polyacrylamide gel electrophoresis. Furthermore, calli derived from the transformed hybrid aspen grew faster than those from control plants and were resistant to the oxidative stress imposed by hydrogen peroxide. Therefore, enhanced peroxidase activity affects plant growth rate and oxidative stress resistance.

  2. The sustainability challenge of meeting carbon dioxide targets in Europe by 2020

    International Nuclear Information System (INIS)

    Saikku, Laura; Rautiainen, Aapo; Kauppi, Pekka E.

    2008-01-01

    Following the Kyoto Protocol, the European Union obligated itself to lower its greenhouse gas (GHG) emissions 20% below their 1990 level, by the year 2020. Carbon dioxide is the major GHG. To fulfil this obligation, the nations must meet the sustainability challenge of countering rising population plus affluence with the dematerialization of less energy per GDP plus the decarbonization of less carbon per energy. To test the feasibility of meeting the challenge, we analysed carbon dioxide emission during 1993-2004. Although emissions in the entire Union grew only by an average of 0.31% per year, emissions and their drivers varied markedly among the 27 member states. Dematerialization and decarbonization did occur, but not enough to offset the slight population growth plus rapidly increasing affluence. To fulfil its obligation in the next 12 years, the EU27 would have to counter its increasing population and affluence by a combined dematerialization and decarbonization 1.9-2.6 times faster than during 1993-2004. Hence, fulfilling its obligation by addressing fossil carbon emissions alone is very unlikely. (author)

  3. The sustainability challenge of meeting carbon dioxide targets in Europe by 2020

    Energy Technology Data Exchange (ETDEWEB)

    Saikku, Laura; Rautiainen, Aapo; Kauppi, Pekka E. [Department of Biological and Environmental Sciences, University of Helsinki, P.O. Box 27, FIN-00014 Helsinki (Finland)

    2008-02-15

    Following the Kyoto Protocol, the European Union obligated itself to lower its greenhouse gas (GHG) emissions 20% below their 1990 level, by the year 2020. Carbon dioxide is the major GHG. To fulfil this obligation, the nations must meet the sustainability challenge of countering rising population plus affluence with the dematerialization of less energy per GDP plus the decarbonization of less carbon per energy. To test the feasibility of meeting the challenge, we analysed carbon dioxide emission during 1993-2004. Although emissions in the entire Union grew only by an average of 0.31% per year, emissions and their drivers varied markedly among the 27 member states. Dematerialization and decarbonization did occur, but not enough to offset the slight population growth plus rapidly increasing affluence. To fulfil its obligation in the next 12 years, the EU27 would have to counter its increasing population and affluence by a combined dematerialization and decarbonization 1.9-2.6 times faster than during 1993-2004. Hence, fulfilling its obligation by addressing fossil carbon emissions alone is very unlikely. (author)

  4. Intra-adrenal murine TH-MYCN neuroblastoma tumors grow more aggressive and exhibit a distinct tumor microenvironment relative to their subcutaneous equivalents.

    Science.gov (United States)

    Kroesen, Michiel; Brok, Ingrid C; Reijnen, Daphne; van Hout-Kuijer, Maaike A; Zeelenberg, Ingrid S; Den Brok, Martijn H; Hoogerbrugge, Peter M; Adema, Gosse J

    2015-05-01

    In around half of the patients with neuroblastoma (NBL), the primary tumor is located in one of the adrenal glands. We have previously reported on a transplantable TH-MYCN model of subcutaneous (SC) growing NBL in C57Bl/6 mice for immunological studies. In this report, we describe an orthotopic TH-MYCN transplantable model where the tumor cells were injected intra-adrenally (IA) by microsurgery. Strikingly, 9464D cells grew out much faster in IA tumors compared to the subcutis. Tumors were infiltrated by equal numbers of lymphocytes and myeloid cells. Within the myeloid cell population, however, tumor-infiltrating macrophages were more abundant in IA tumors compared to SC tumors and expressed lower levels of MHC class II, indicative of a more immunosuppressive phenotype. Using 9464D cells stably expressing firefly luciferase, enhanced IA tumor growth could be confirmed using bioluminescence. Collectively, these data show that the orthotopic IA localization of TH-MYCN cells impacts the NBL tumor microenvironment, resulting in a more stringent NBL model to study novel immunotherapeutic approaches for NBL.

  5. Did saber-tooth kittens grow up musclebound? A study of postnatal limb bone allometry in felids from the Pleistocene of Rancho La Brea.

    Science.gov (United States)

    Long, Katherine; Prothero, Donald; Madan, Meena; Syverson, Valerie J P

    2017-01-01

    Previous studies have demonstrated that the Pleistocene saber-toothed cat Smilodon fatalis had many forelimb adaptations for increased strength, presumably to grapple with and subdue prey. The Rancho La Brea tar pits yield large samples of juvenile limb bones forming a growth series that allow us to examine how Smilodon kittens grew up. Almost all available juvenile limb bones were measured, and reduced major axis fits were calculated to determine the allometric growth trends. Contrary to expectations based on their robust limbs, Smilodon kittens show the typical pattern of growth found in other large felids (such as the Ice Age lion, Panthera atrox, as well as living tigers, cougars, servals, and wildcats) where the limb grows longer and more slender faster than they grow thick. This adaptation is thought to give felids greater running speed. Smilodon kittens do not grow increasingly more robust with age. Instead, they start out robust and follow the ancestral felid growth pattern, while maintaining their robustness compared to other felids. Apparently, the growth of felid forelimbs is highly canalized and their ontogeny is tightly constrained.

  6. Experimental study on the interspecific interactions between the two bloom-forming algal species and the rotifer Brachionus plicatilis

    Science.gov (United States)

    Xie, Zhihao; Xiao, Hui; Tang, Xuexi; Cai, Hengjiang

    2009-06-01

    The interspecific interactions between the rotifer Brachionus plicatilis and two harmful algal blooms (HAB) species were investigated experimentally by single culture method. B. plicatilis population and the growth of the two algae were compared at different algal cell densities. The results demonstrated that the B. plicatilis obtained sufficient nutrition from Prorocentrum donghaiense to support net population increase. With exposure to 2.5×104 cells mL-1 of P. donghaiense, the number of B. plicatilis increased faster than it did when exposed to other four algal densities (5, 10, 15 and 20 ×104 cells mL-1), and the increase rate of B. plicatilis population ( r) at this algal density was 0.104 ± 0.015 rd-1. Cell densities of P. donghaiense decreased due to the grazing of B. plicatilis. In contrast, Heterosigma akashiwo had an adverse effect on B. plicatilis population and its growth was largely unaffected by rotifer grazing. In this case, B. plicatilis population decreased and H. akashiwo grew at a rate similar to that of the control.

  7. Growth of probiotic bacteria and bifidobacteria in a soy yogurt formulation.

    Science.gov (United States)

    Farnworth, E R; Mainville, I; Desjardins, M-P; Gardner, N; Fliss, I; Champagne, C

    2007-05-01

    Soy beverage and cows' milk yogurts were produced with Steptococcus thermophilus (ATCC 4356) and Lactobacillus delbrueckii subsp. bulgaricus (IM 025). The drop in pH during fermentation was faster in the soy beverage than in cows' milk, but the final pH values were similar. Yogurts were prepared with a yogurt starter in conjunction with either the probiotic bacteria Lactobacillus johnsonii NCC533 (La-1), Lactobacillus rhamnosus ATCC 53103 (GG) or human derived bifidobacteria. The presence of the probiotic bacteria did not affect the growth of the yogurt strains. Approximately 2 log increases in both L. rhamnosus GG and L. johnsonii La-1 were observed when each was added with the yogurt strains in both cows' milk and the soy beverage. Two of the five bifidobacteria strains grew well in the cows' milk and soy beverage during fermentation with the yogurt bacteria. High pressure liquid chromatography (HPLC) analyses showed that the probiotic bacteria and the bifidobacteria were using different sugars to support their growth, depending on whether the bacteria were growing in cows' milk or soy beverage.

  8. Faster PET reconstruction with a stochastic primal-dual hybrid gradient method

    Science.gov (United States)

    Ehrhardt, Matthias J.; Markiewicz, Pawel; Chambolle, Antonin; Richtárik, Peter; Schott, Jonathan; Schönlieb, Carola-Bibiane

    2017-08-01

    Image reconstruction in positron emission tomography (PET) is computationally challenging due to Poisson noise, constraints and potentially non-smooth priors-let alone the sheer size of the problem. An algorithm that can cope well with the first three of the aforementioned challenges is the primal-dual hybrid gradient algorithm (PDHG) studied by Chambolle and Pock in 2011. However, PDHG updates all variables in parallel and is therefore computationally demanding on the large problem sizes encountered with modern PET scanners where the number of dual variables easily exceeds 100 million. In this work, we numerically study the usage of SPDHG-a stochastic extension of PDHG-but is still guaranteed to converge to a solution of the deterministic optimization problem with similar rates as PDHG. Numerical results on a clinical data set show that by introducing randomization into PDHG, similar results as the deterministic algorithm can be achieved using only around 10 % of operator evaluations. Thus, making significant progress towards the feasibility of sophisticated mathematical models in a clinical setting.

  9. Faster PET reconstruction with a stochastic primal-dual hybrid gradient method

    KAUST Repository

    Ehrhardt, Matthias J.

    2017-08-24

    Image reconstruction in positron emission tomography (PET) is computationally challenging due to Poisson noise, constraints and potentially non-smooth priors-let alone the sheer size of the problem. An algorithm that can cope well with the first three of the aforementioned challenges is the primal-dual hybrid gradient algorithm (PDHG) studied by Chambolle and Pock in 2011. However, PDHG updates all variables in parallel and is therefore computationally demanding on the large problem sizes encountered with modern PET scanners where the number of dual variables easily exceeds 100 million. In this work, we numerically study the usage of SPDHG-a stochastic extension of PDHG-but is still guaranteed to converge to a solution of the deterministic optimization problem with similar rates as PDHG. Numerical results on a clinical data set show that by introducing randomization into PDHG, similar results as the deterministic algorithm can be achieved using only around 10 % of operator evaluations. Thus, making significant progress towards the feasibility of sophisticated mathematical models in a clinical setting.

  10. State Policies Influence Medicare Telemedicine Utilization.

    Science.gov (United States)

    Neufeld, Jonathan D; Doarn, Charles R; Aly, Reem

    2016-01-01

    Medicare policy regarding telemedicine reimbursement has changed little since 2000. Many individual states, however, have added telemedicine reimbursement for either Medicaid and/or commercial payers over the same period. Because telemedicine programs must serve patients from all or most payers, it is likely that these state-level policy changes have significant impacts on telemedicine program viability and utilization of services from all payers, not just those services and payers affected directly by state policy. This report explores the impact of two significant state-level policy changes-one expanding Medicaid telemedicine coverage and the other introducing telemedicine parity for commercial payers-on Medicare utilization in the affected states. Medicare claims data from 2011-2013 were examined for states in the Great Lakes region. All valid claims for live interactive telemedicine professional fees were extracted and linked to their states of origin. Allowed encounters and expenditures were calculated in total and on a per 1,000 members per year basis to standardize against changes in the Medicare population by state and year. Medicare telemedicine encounters and professional fee expenditures grew sharply following changes in state Medicaid and commercial payer policy in the examined states. Medicare utilization in Illinois grew by 173% in 2012 (over 2011) following Medicaid coverage expansion, and Medicare utilization in Michigan grew by 118% in 2013 (over 2012) following adoption of telemedicine parity for commercial payers. By contrast, annual Medicare telemedicine utilization growth in surrounding states (in which there were no significant policy changes during these years) varied somewhat but showed no discernible pattern. Although Medicare telemedicine policy has changed little since its inception, changes in state policies with regard to telemedicine reimbursement appear to have significant impacts on the practical viability of telemedicine programs

  11. Significance and estimations of lifetime of natural fracture mineral buffers in the Olkiluoto bedrock

    International Nuclear Information System (INIS)

    Luukkonen, A.; Pitkaenen, P.; Partamies, S.

    2004-03-01

    the range 0.1-1 L/h the lifetime of calcite and pyrite buffers are extensive. The amount of dissolved carbon in the infiltrating water has a large significance to the lifetime of calcite buffer. The more water contains initially dissolved carbon the faster calcite is consumed. However, higher dissolved carbon contents in water form a better buffer against elevated pH values. All calculations are simplified, and are merely indicative of how long mineral buffers can stand during the open tunnel conditions, and what kind of breakthrough waters may be expected in the underground facilities. With the current knowledge it is certain that there are plenty of potentially significant pH/redox affecting variables not taken into account in this study. (orig.)

  12. Impact significance determination-Back to basics

    International Nuclear Information System (INIS)

    Lawrence, David P.

    2007-01-01

    Impact significance determination is widely recognized as a vital and critical EIA activity. But impact significance related concepts are poorly understood. And the quality of approaches for impact significance determination in EIA practice remains highly variable. This article seeks to help establish a sound and practical conceptual foundation for formulating and evaluating impact significance determination approaches. It addresses the nature (what is impact significance?), the core characteristics (what are the major properties of significance determination?), the rationale (why are impact significance determinations necessary?), the procedural and substantive objectives (what do impact significance determinations seek to achieve?), and the process for making impact significance judgments (how is impact significance determination conducted?). By identifying fundamental attributes and key distinctions associated with impact significance determinations, a basis is provided for designing and evaluating impact significance determination procedures at both the regulatory and applied levels

  13. Abbreviated Combined MR Protocol: A New Faster Strategy for Characterizing Breast Lesions.

    Science.gov (United States)

    Moschetta, Marco; Telegrafo, Michele; Rella, Leonarda; Stabile Ianora, Amato Antonio; Angelelli, Giuseppe

    2016-06-01

    The use of an abbreviated magnetic resonance (MR) protocol has been recently proposed for cancer screening. The aim of our study is to evaluate the diagnostic accuracy of an abbreviated MR protocol combining short TI inversion recovery (STIR), turbo-spin-echo (TSE)-T2 sequences, a pre-contrast T1, and a single intermediate (3 minutes after contrast injection) post-contrast T1 sequence for characterizing breast lesions. A total of 470 patients underwent breast MR examination for screening, problem solving, or preoperative staging. Two experienced radiologists evaluated both standard and abbreviated protocols in consensus. Sensitivity, specificity, positive predictive value (PPV), negative predictive value (NPV), and diagnostic accuracy for both protocols were calculated (with the histological findings and 6-month ultrasound follow-up as the reference standard) and compared with the McNemar test. The post-processing and interpretation times for the MR images were compared with the paired t test. In 177 of 470 (38%) patients, the MR sequences detected 185 breast lesions. Standard and abbreviated protocols obtained sensitivity, specificity, diagnostic accuracy, PPV, and NPV values respectively of 92%, 92%, 92%, 68%, and 98% and of 89%, 91%, 91%, 64%, and 98% with no statistically significant difference (P < .0001). The mean post-processing and interpretation time were, respectively, 7 ± 1 minutes and 6 ± 3.2 minutes for the standard protocol and 1 ± 1.2 minutes and 2 ± 1.2 minutes for the abbreviated protocol, with a statistically significant difference (P < .01). An abbreviated combined MR protocol represents a time-saving tool for radiologists and patients with the same diagnostic potential as the standard protocol in patients undergoing breast MRI for screening, problem solving, or preoperative staging. Copyright © 2016 Elsevier Inc. All rights reserved.

  14. Move faster, think later: Women who play action video games have quicker visually-guided responses with later onset visuomotor-related brain activity.

    Science.gov (United States)

    Gorbet, Diana J; Sergio, Lauren E

    2018-01-01

    A history of action video game (AVG) playing is associated with improvements in several visuospatial and attention-related skills and these improvements may be transferable to unrelated tasks. These facts make video games a potential medium for skill-training and rehabilitation. However, examinations of the neural correlates underlying these observations are almost non-existent in the visuomotor system. Further, the vast majority of studies on the effects of a history of AVG play have been done using almost exclusively male participants. Therefore, to begin to fill these gaps in the literature, we present findings from two experiments. In the first, we use functional MRI to examine brain activity in experienced, female AVG players during visually-guided reaching. In the second, we examine the kinematics of visually-guided reaching in this population. Imaging data demonstrate that relative to women who do not play, AVG players have less motor-related preparatory activity in the cuneus, middle occipital gyrus, and cerebellum. This decrease is correlated with estimates of time spent playing. Further, these correlations are strongest during the performance of a visuomotor mapping that spatially dissociates eye and arm movements. However, further examinations of the full time-course of visuomotor-related activity in the AVG players revealed that the decreased activity during motor preparation likely results from a later onset of activity in AVG players, which occurs closer to beginning motor execution relative to the non-playing group. Further, the data presented here suggest that this later onset of preparatory activity represents greater neural efficiency that is associated with faster visually-guided responses.

  15. Move faster, think later: Women who play action video games have quicker visually-guided responses with later onset visuomotor-related brain activity

    Science.gov (United States)

    Gorbet, Diana J.; Sergio, Lauren E.

    2018-01-01

    A history of action video game (AVG) playing is associated with improvements in several visuospatial and attention-related skills and these improvements may be transferable to unrelated tasks. These facts make video games a potential medium for skill-training and rehabilitation. However, examinations of the neural correlates underlying these observations are almost non-existent in the visuomotor system. Further, the vast majority of studies on the effects of a history of AVG play have been done using almost exclusively male participants. Therefore, to begin to fill these gaps in the literature, we present findings from two experiments. In the first, we use functional MRI to examine brain activity in experienced, female AVG players during visually-guided reaching. In the second, we examine the kinematics of visually-guided reaching in this population. Imaging data demonstrate that relative to women who do not play, AVG players have less motor-related preparatory activity in the cuneus, middle occipital gyrus, and cerebellum. This decrease is correlated with estimates of time spent playing. Further, these correlations are strongest during the performance of a visuomotor mapping that spatially dissociates eye and arm movements. However, further examinations of the full time-course of visuomotor-related activity in the AVG players revealed that the decreased activity during motor preparation likely results from a later onset of activity in AVG players, which occurs closer to beginning motor execution relative to the non-playing group. Further, the data presented here suggest that this later onset of preparatory activity represents greater neural efficiency that is associated with faster visually-guided responses. PMID:29364891

  16. Childhood Body Size and the Risk of Malignant Melanoma in Adulthood

    DEFF Research Database (Denmark)

    Meyle, Kathrine D; Gamborg, Michael; Sørensen, Thorkild I A

    2017-01-01

    years and age 13 years had a significantly increased MM risk compared with children who grew taller between those ages. Birth weight was positively associated with MM. We conclude that associations between body size and MM originate early in life and are driven largely by height and birth weight...

  17. Age, growth, and maturity of the longnose sucker Catostomus catostomus, of western Lake Superior

    Science.gov (United States)

    Bailey, Merryll M.

    1969-01-01

    Studies of age, growth, and maturity were based on 1760 fish collected in western Lake Superior in 1964-65. The body:scale relation was curvilinear and the curve had an intercept of 1.65 inches on the length axis. The weight increased as the 2.85 power of the length. Some fish formed an annulus before May 18 in 1965; all had completed annuli by late September. Longnose suckers grew 3.6 inches the 1st year, reached 12 inches in the 6th year, and 18 inches in the 11th year. Fish from Pikes Bay grew faster than those from Gull Island Shoal. Over 6 years were required for weight to reach 1 lb and nearly 10 years to reach 2 lb. Minimum length at maturity was 10.5 inches for males and 11.5 inches for females. The youngest mature male belonged to age-group IV and the youngest mature female to age-group V. All males were mature at 14.5-14.9 inches (age-group VIII) and all females at 15.0-15.4 inches (age-group IX). Finclipped longnose suckers returned to spawn in the Brule River in successive years. One fish returned to spawn in 4 successive years. Many of the fish were not recaptured until 2 or 3 years after marking. The time of the Brule River spawning migration depended more on water temperature than on length of day. The average water temperature during the peak of the spawning runs of 1958-64 was 55.4 F. Larval suckers apparently spend little time in the Brule River and adjacent streams and drift downstream to the lake soon after hatching. The number of eggs in the ovaries of eight suckers ranged from 14 to 35 thousand and averaged 24 thousand for fish 13.9-17.7 inches long.

  18. Utility DSM Programs from 1989 Through 1998: Continuation or Cross-Roads?

    Energy Technology Data Exchange (ETDEWEB)

    Hadley, S.

    1995-01-01

    Over the past five years, the Energy Information Administration (EIA) has been collecting data annually from US electric utilities on their demand-side management (DSM) programs, both current and projected. The latest data cover activities for 1993 and projections for 1994 and 1998. In 1993, 991 utilities operated DSM programs. That year, they spent $2.8 billion, a 13% increase over 1992 expenditures. These and earlier DSM programs saved 44,000 GWh of energy and reduced potential peak demand by 40,000 MW, 30% and 22% increases over the 1992 values, respectively. While some people predict the demise of electric-utility DSM programs, the data do not paint so bleak a picture. In most parts of the country, DSM programs grew in 1993 and utilities (as of Spring 1994) projected continued growth through 1998. Expenditures grew from 1.3% of revenues in 1992 to 1.5% in 1993, and are expected to grow 2.5% per year faster than inflation, which is equivalent to revenue growth. Thus, DSM spending is expected to stay constant at 1.5% of revenues through 1998. Because of the cumulative effect of DSM programs, energy savings are expected to grow from 1.2% of sales in 1992 to 1.6% in 1993 and 3.0% in 1998. Potential-peak reductions are expected to increase from 5.9% of peak demand in 1992 to 6.8% in 1993 and 8.9% in 1998. However, the growth in spending is not as rapid as the 8% annual real growth projected a year earlier. Actual expenditures in 1993 were 6.5% lower than projected early that year. Energy savings, on the other hand, were the same as projected earlier. Potential peak reductions were actually 9% higher than previously projected.

  19. Effects of Increasing Space Allowance by Removing a Pig or Gate Adjustment on Finishing Pig Growth Performance.

    Science.gov (United States)

    Carpenter, Corey B; Holder, Cheyenne J; Wu, Fanghou; Woodworth, Jason C; DeRouchey, Joel M; Tokach, Mike D; Goodband, Robert D; Dritz, Steve S

    2018-05-03

    A total of 256 pigs (initially 55.9 ± 4.88 kg) were used in a 71-d study to determine the effects of increasing space allowance and pig removal on pig growth performance. Pens of pigs were blocked by body weight (BW) and allotted to one of four space allowance treatments, initially with 8 pigs per pen and 8 pens per treatment. First two treatments included pens with 0.91 m2 per pig or 0.63 m2 per pig for the entire study; two additional treatments initially provided 0.63 m2 per pig, but either a gate was adjusted on d 28, 45, and 62 or the heaviest pig in the pen was removed from the pen on d 28 and 45 to provide more space and keep pigs in accordance with their predicted minimum space requirement [(m2) = 0.0336 × (BW, kg)0.67]. From d 0 to 14 (56 to 69 kg), there was no effect of stocking density observed for average daily gain (ADG), average daily feed intake (ADFI), and gain:feed (G:F). From d 14 to 28 (69 to 83 kg), pigs provided 0.91 m2 had increased (P space adjustment treatments had greater (P space adjustments intermediate. In summary, pigs with 0.91 m2 grew faster and consumed more feed than pigs restricted in space. As pigs reached the critical k value, gate adjustments and pig removals affected growth similarly. As pigs grew to the predicted space requirement and were subsequently allowed more space, performance was greater than those provided 0.63 m2 but less than those allowed 0.91 m2. It appears that the industry accepted critical k value, 0.0336, may not be adequate for optimal pig performance across multiple BW ranges.

  20. Impacts of ocean acidification on sea urchin growth across the juvenile to mature adult life-stage transition is mitigated by warming.

    Science.gov (United States)

    Dworjanyn, Symon A; Byrne, Maria

    2018-04-11

    Understanding how growth trajectories of calcifying invertebrates are affected by changing climate requires acclimation experiments that follow development across life-history transitions. In a long-term acclimation study, the effects of increased acidification and temperature on survival and growth of the tropical sea urchin Tripneustes gratilla from the early juvenile (5 mm test diameter-TD) through the developmental transition to the mature adult (60 mm TD) were investigated. Juveniles were reared in a combination of three temperature and three pH/ p CO 2 treatments, including treatments commensurate with global change projections. Elevated temperature and p CO 2 /pH both affected growth, but there was no interaction between these factors. The urchins grew more slowly at pH 7.6, but not at pH 7.8. Slow growth may be influenced by the inability to compensate coelomic fluid acid-base balance at pH 7.6. Growth was faster at +3 and +6°C compared to that in ambient temperature. Acidification and warming had strong and interactive effects on reproductive potential. Warming increased the gonad index, but acidification decreased it. At pH 7.6 there were virtually no gonads in any urchins regardless of temperature. The T. gratilla were larger at maturity under combined near-future warming and acidification scenarios (+3°C/pH 7.8). Although the juveniles grew and survived in near-future warming and acidification conditions, chronic exposure to these stressors from an early stage altered allocation to somatic and gonad growth. In the absence of phenotypic adjustment, the interactive effects of warming and acidification on the benthic life phases of sea urchins may compromise reproductive fitness and population maintenance as global climatic change unfolds. © 2018 The Author(s).

  1. Assessing the Gap in Female Authorship in Radiology: Trends Over the Past Two Decades.

    Science.gov (United States)

    Liang, Teresa; Zhang, Cathy; Khara, Rohan M; Harris, Alison C

    2015-07-01

    The aim of this study was to retrospectively identify trends in the representation of female authorship in prominent general radiology journals over the past 2 decades. A comprehensive search was conducted for all articles published in 1993, 2003, and 2013 in Radiology, the American Journal of Roentgenology (AJR), European Radiology, and Investigative Radiology. The genders of the first and last authors were collected. Chi-square tests were used for statistical analysis, and P values authorship, 24.7% of first authors, and 15.2% of senior authors. The average overall female first and senior authorship grew from 19.7% to 32.1% and from 13.6% to 19.1%, respectively from 1993 to 2013. Female first authorship grew over the past 2 decades in the journals reviewed, with significant growth in AJR and Radiology (P authorship in the individual journals grew from 16.4%-29.1% in 1993, to 29.1%-34.8% in 2013. Female senior authorship also demonstrated growth in the past 2 decades, growing from 4.3%-17.5% in 1993 to 15.5%-23.2% in 2013. There was significant growth in senior female authorship in Radiology (from 12.1% to 19.2%, P = .004) and European Radiology (from 4.3% to 15.5%, P = .0433). Female senior authorship remained significantly lower than first authorship over the past 2 decades (P = .002, P authorship in radiology literature is proportional to their growth in the specialty, they continue to remain a minority, especially in senior authorship, and demonstrate similar participation to other medical specialties. Copyright © 2015 American College of Radiology. Published by Elsevier Inc. All rights reserved.

  2. The silver-releasing foam dressing, Contreet Foam, promotes faster healing of critically colonised venous leg ulcers

    DEFF Research Database (Denmark)

    Jørgensen, Bo; Price, Patricia; Andersen, Klaus E

    2005-01-01

    in all respects. After 4 weeks, there was a significantly greater reduction in ulcer area in the Contreet Foam group (45%) than in the Allevyn Hydrocellular group (25%). After 1 and 4 weeks, odour was present in significantly less of the ulcers in the Contreet Foam group (17% and 19%, respectively...

  3. Faster, Better, Cheaper: News on Seeking Gaia's Astrometric Solution with AGIS

    Science.gov (United States)

    Lammers, U.; Lindegren, L.; Bombrun, A.; O'Mullane, W.; Hobbs, D.

    2010-12-01

    Gaia is ESA’s ambitious space astrometry mission with a foreseen launch date in early 2012. Its main objective is to perform a stellar census of the 1000 Million brightest objects in our galaxy (completeness to V=20 mag) from which an astrometric catalog of micro-arcsec level accuracy will be constructed. A key element in this endeavor is the Astrometric Global Iterative Solution (AGIS) - the mathematical and numerical framework for combining the ≍80 available observations per star obtained during Gaia’s 5yr lifetime into a single global astrometric solution. At last year’s ADASS XVIII we presented (O4.1) in detail the fundamental working principles of AGIS, its development status, and selected results obtained by running the system on processing hardware at ESAC, Madrid with large-scale simulated data sets. We present here the latest developments around AGIS highlighting in particular a much improved algebraic solving method that has recently been implemented. This Conjugate Gradient scheme improves the convergence behavior in significant ways and leads to a solution of much higher scientific quality. We also report on a new collaboration aiming at processing the data from the future small Japanese astrometry mission Nano-Jasmine with AGIS.

  4. The role of forest trees and their mycorrhizal fungi in carbonate rock weathering and its significance for global carbon cycling.

    Science.gov (United States)

    Thorley, Rachel M S; Taylor, Lyla L; Banwart, Steve A; Leake, Jonathan R; Beerling, David J

    2015-09-01

    On million-year timescales, carbonate rock weathering exerts no net effect on atmospheric CO2 concentration. However, on timescales of decades-to-centuries, it can contribute to sequestration of anthropogenic CO2 and increase land-ocean alkalinity flux, counteracting ocean acidification. Historical evidence indicates this flux is sensitive to land use change, and recent experimental evidence suggests that trees and their associated soil microbial communities are major drivers of continental mineral weathering. Here, we review key physical and chemical mechanisms by which the symbiotic mycorrhizal fungi of forest tree roots potentially enhance carbonate rock weathering. Evidence from our ongoing field study at the UK's national pinetum confirms increased weathering of carbonate rocks by a wide range of gymnosperm and angiosperm tree species that form arbuscular (AM) or ectomycorrhizal (EM) fungal partnerships. We demonstrate that calcite-containing rock grains under EM tree species weather significantly faster than those under AM trees, an effect linked to greater soil acidification by EM trees. Weathering and corresponding alkalinity export are likely to increase with rising atmospheric CO2 and associated climate change. Our analyses suggest that strategic planting of fast-growing EM angiosperm taxa on calcite- and dolomite-rich terrain might accelerate the transient sink for atmospheric CO2 and slow rates of ocean acidification. © 2014 The Authors. Plant, Cell & Environment published by John Wiley & Sons Ltd.

  5. Structural growth trajectories and rates of change in the first 3 months of infant brain development.

    Science.gov (United States)

    Holland, Dominic; Chang, Linda; Ernst, Thomas M; Curran, Megan; Buchthal, Steven D; Alicata, Daniel; Skranes, Jon; Johansen, Heather; Hernandez, Antonette; Yamakawa, Robyn; Kuperman, Joshua M; Dale, Anders M

    2014-10-01

    The very early postnatal period witnesses extraordinary rates of growth, but structural brain development in this period has largely not been explored longitudinally. Such assessment may be key in detecting and treating the earliest signs of neurodevelopmental disorders. To assess structural growth trajectories and rates of change in the whole brain and regions of interest in infants during the first 3 months after birth. Serial structural T1-weighted and/or T2-weighted magnetic resonance images were obtained for 211 time points from 87 healthy term-born or term-equivalent preterm-born infants, aged 2 to 90 days, between October 5, 2007, and June 12, 2013. We segmented whole-brain and multiple subcortical regions of interest using a novel application of Bayesian-based methods. We modeled growth and rate of growth trajectories nonparametrically and assessed left-right asymmetries and sexual dimorphisms. Whole-brain volume at birth was approximately one-third of healthy elderly brain volume, and did not differ significantly between male and female infants (347 388 mm3 and 335 509 mm3, respectively, P = .12). The growth rate was approximately 1%/d, slowing to 0.4%/d by the end of the first 3 months, when the brain reached just more than half of elderly adult brain volume. Overall growth in the first 90 days was 64%. There was a significant age-by-sex effect leading to widening separation in brain sizes with age between male and female infants (with male infants growing faster than females by 200.4 mm3/d, SE = 67.2, P = .003). Longer gestation was associated with larger brain size (2215 mm3/d, SE = 284, P = 4×10-13). The expected brain size of an infant born one week earlier than average was 5% smaller than average; at 90 days it will not have caught up, being 2% smaller than average. The cerebellum grew at the highest rate, more than doubling in 90 days, and the hippocampus grew at the slowest rate, increasing by 47% in 90 days. There was left

  6. Global solar PV installations grew in 2015 and will continue this trend over the coming years

    International Nuclear Information System (INIS)

    2016-01-01

    According to preliminary numbers from GTM Research, 59 GW of solar PV were installed globally in 2015, representing a 34% increase over 2014 total. The fourth quarter of 2015 showed that global PV demand is very much at the mercy of government support, which can often be unpredictable and idiosyncratic, frequently leading to negative, although occasionally positive, outcomes. By the end of 2016, cumulative installations will reach 321 GW. (Author)

  7. Impact significance determination-Pushing the boundaries

    International Nuclear Information System (INIS)

    Lawrence, David P.

    2007-01-01

    Impact significance determination practice tends to be highly variable. Too often insufficient consideration is given to good practice insights. Also, impact significance determinations are frequently narrowly defined addressing, for example, only individual, negative impacts, focusing on bio-physical impacts, and not seeking to integrate either the Precautionary Principle or sustainability. This article seeks to extend the boundaries of impact significance determination practice by providing an overview of good general impact significance practices, together with stakeholder roles and potential methods for addressing significance determination challenges. Relevant thresholds, criteria, contextual considerations and support methods are also highlighted. The analysis is then extended to address how impact significance determination practices change for positive as compared with negative impacts, for cumulative as compared with individual impacts, for socio-economic as compared with bio-physical impacts, when the Precautionary Principle is integrated into the process, and when sustainability contributions drive the EIA process and related impact significance determinations. These refinements can assist EIA practitioners in ensuring that the scope and nature of impact significance determinations reflect the broadened scope of emerging EIA requirements and practices. Suggestions are included for further refining and testing of the proposed changes to impact significance determination practice

  8. The quantitative significance of Syntrophaceae and syntrophic partnerships in methanogenic degradation of crude oil alkanes.

    Science.gov (United States)

    Gray, N D; Sherry, A; Grant, R J; Rowan, A K; Hubert, C R J; Callbeck, C M; Aitken, C M; Jones, D M; Adams, J J; Larter, S R; Head, I M

    2011-11-01

    Libraries of 16S rRNA genes cloned from methanogenic oil degrading microcosms amended with North Sea crude oil and inoculated with estuarine sediment indicated that bacteria from the genera Smithella (Deltaproteobacteria, Syntrophaceace) and Marinobacter sp. (Gammaproteobacteria) were enriched during degradation. Growth yields and doubling times (36 days for both Smithella and Marinobacter) were determined using qPCR and quantitative data on alkanes, which were the predominant hydrocarbons degraded. The growth yield of the Smithella sp. [0.020 g(cell-C)/g(alkane-C)], assuming it utilized all alkanes removed was consistent with yields of bacteria that degrade hydrocarbons and other organic compounds in methanogenic consortia. Over 450 days of incubation predominance and exponential growth of Smithella was coincident with alkane removal and exponential accumulation of methane. This growth is consistent with Smithella's occurrence in near surface anoxic hydrocarbon degrading systems and their complete oxidation of crude oil alkanes to acetate and/or hydrogen in syntrophic partnership with methanogens in such systems. The calculated growth yield of the Marinobacter sp., assuming it grew on alkanes, was [0.0005 g(cell-C)/g(alkane-C)] suggesting that it played a minor role in alkane degradation. The dominant methanogens were hydrogenotrophs (Methanocalculus spp. from the Methanomicrobiales). Enrichment of hydrogen-oxidizing methanogens relative to acetoclastic methanogens was consistent with syntrophic acetate oxidation measured in methanogenic crude oil degrading enrichment cultures. qPCR of the Methanomicrobiales indicated growth characteristics consistent with measured rates of methane production and growth in partnership with Smithella. © 2011 Society for Applied Microbiology and Blackwell Publishing Ltd.

  9. New blue pigment produced by Pantoea agglomerans and its production characteristics at various temperatures.

    Science.gov (United States)

    Fujikawa, Hiroshi; Akimoto, Ryo

    2011-01-01

    A bacterium capable of producing a deep blue pigment was isolated from the environment and identified as Pantoea agglomerans. The pigment production characteristics of the bacterium under various conditions were studied. The optimal agar plate ingredients for pigment production by the bacterium were first studied: the optimal ingredients were 5 g/liter glucose, 10 g/liter tryptic soy broth, and 40 g/liter glycerol at pH 6.4. Bacterial cells grew on the agar plate during the incubation, while the pigment spread into the agar plate, meaning that it is water soluble. Pigment production was affected by the initial cell density. Namely, at higher initial cell densities ranging from 10(6.3) to 10(8.2) CFU/cm(2) on the agar plate, faster pigment production was observed, but no blue pigment was produced at a very high initial density of 10(9.1) CFU/cm(2). Thus, the cell population of 10(8.2) CFU/cm(2) was used for subsequent study. Although the bacterium was capable of growing at temperatures above and below 10°C, it could produce the pigment only at temperatures of ≥10°C. Moreover, the pigment production was faster at higher temperatures in the range of 10 to 20°C. Pigment production at various temperature patterns was well described by a new logistic model. These results suggested that the bacterium could be used in the development of a microbial temperature indicator for the low-temperature-storage management of foods and clinical materials. To our knowledge, there is no other P. agglomerans strain capable of producing a blue pigment and the pigment is a new one of microbial origin.

  10. Postsettlement growth of two estuarine crab species, Chasmagnathus granulata and Cyrtograpsus angulatus (Crustacea, Decapoda, Grapsidae): laboratory and field investigations

    Science.gov (United States)

    Luppi, T. A.; Spivak, E. D.; Anger, K.

    2002-02-01

    The estuarine grapsid crabs Chasmagnathus granulata and Cyrtograpsus angulatus belong to the most typical and dominant inhabitants of brackish coastal lagoons in southeastern South America. In a combined laboratory and field investigation of juvenile growth, we measured the increase in body size in these species under controlled conditions as well as in field experiments (in Mar Chiquita lagoon, Argentina), seasonal changes in size frequency distribution of a natural population, and growth related changes in selected morphometric traits of male and female juveniles (relations between carapace width, carapace length, propodus height and length of the cheliped, and pleon width). At 24°C, Cy. angulatus grew faster than Ch. granulata; it reached the crab-9 instar (C9; 13 mm carapace width) after 92 days, while Ch. granulata required 107 days to reach the C8 instar (7.4 mm). At 12°C, growth ceased in both species. The pleon begins to show sexual differences in the C5 ( Cy. angulatus) and C8 instar ( Ch. granulata), respectively, while the chelae differentiate earlier in Ch. granulata than in Cy. angulatus (in C4 vs C6). In the field, growth was maximal in summer, and was generally faster than in laboratory cultures. However, there is great individual variability in size (about 25% even in the first crab instar) and in size increments at ecdysis, increasing throughout juvenile growth. Our data indicate that, in the field, small-scale and short-term variations in feeding conditions, temperature, and salinity account for an extremely high degree of variability in the absolute and relative rates of growth as well as in the time to sexual differentiation.

  11. Significant NRC Enforcement Actions

    Data.gov (United States)

    Nuclear Regulatory Commission — This dataset provides a list of Nuclear Regulartory Commission (NRC) issued significant enforcement actions. These actions, referred to as "escalated", are issued by...

  12. Effect of root density on erosion and erodibility of a loamy soil under simulated rain

    DEFF Research Database (Denmark)

    Katuwal, Sheela; Vermang, J.; Cornelis, W. M.

    2013-01-01

    of complete plants and (2) after clipping off the shoots. Roots of ryegrass grew rapidly, attaining densities of 0.614 kg m−2 and 2.280 kg m−2 in 4 and 12 weeks respectively. There was no significant influence of root density alone in runoff whereas presence of shoots decreased runoff over control...

  13. Effects of depth and crayfish size on predation risk and foraging profitability of a lotic crayfish

    Science.gov (United States)

    Flinders, C.A.; Magoulick, D.D.

    2007-01-01

    crayfish grew faster in shallow habitats where they might have had a fitness advantage caused by high prey availability and reduced predation risk. Size-dependent reduction of silt by crayfish might influence benthic habitats where large crayfish are abundant. ?? 2007 by The North American Benthological Society.

  14. Rescue Emergency Drone (RED) for Fast Response to Medical Emergencies Due to Traffic Accidents

    DEFF Research Database (Denmark)

    Mehmood, Saqib; Kristensen, Anders Schmidt; Ahmed, Shakeel

    2017-01-01

    of inflicted persons can be reduced significantly. Smart and innovative technologies can play a pivotal role to respond faster to traffic crash emergencies comparing conventional means of transportation. For instance, Rescue Emergency Drone (RED) can provide faster and real-time crash site risk assessment...

  15. Rescue Emergency Drone for Fast Response to Medical Emergencies Due to Traffic Accidents

    DEFF Research Database (Denmark)

    Kristensen, Anders Schmidt; Ahsan, Dewan; Mehmood, Saqib

    2017-01-01

    of inflicted persons can be reduced significantly. Smart and innovative technologies can play a pivotal role to respond faster to traffic crash emergencies comparing conventional means of transportation. For instance, Rescue Emergency Drone (RED) can provide faster and real-time crash site risk assessment...

  16. Sugarcane straw and the populations of pests and nematodes

    Directory of Open Access Journals (Sweden)

    Leila Luci Dinardo-Miranda

    2013-10-01

    Full Text Available The green cane harvesting represented a significant change in sugarcane ecosystem due to the presence of straw left on the soil and to the absence of fire. These two factors may affect the populations of pests and their natural enemies. Among the pests benefit from the green cane harvesting stand out the spittlebug, Mahanarva fimbriolata, the curculionid Sphenophorus levis and sugarcane borer, Diatraea saccharalis. In areas of green cane harvesting, the population of these species grew faster than in areas of burnt cane. On the other hand, there are virtually no records of attacks by lesser cornstalk borers in areas of green cane harvesting. Populations of plant parasitic nematodes and the beetles Migdolus fryanus, very important pests of sugarcane, were apparently not affected by the green cane harvesting. Despite the absence of more consistent information, it appears that populations of ants and the giant borer Telchin licus can increase in green cane areas, due primarily to the difficulty of pest control. The partial or total removal of straw from the field represents an additional change to the ecosystem that could alter the status of pests and nematodes. It is likely that spittlebug, the curculionid S. levis and sugarcane borer populations decrease if a portion of the straw is removed from the field. However, the pest populations in areas where the straw is collected will not return to their original conditions at the time of burnt cane harvesting because the absence of fire will be maintained.

  17. The influence of social structure on brood survival and development in a socially polymorphic ant: insights from a cross-fostering experiment.

    Science.gov (United States)

    Purcell, Jessica; Chapuisat, M

    2012-11-01

    Animal societies vary in the number of breeders per group, which affects many socially and ecologically relevant traits. In several social insect species, including our study species Formica selysi, the presence of either one or multiple reproducing females per colony is generally associated with differences in a suite of traits such as the body size of individuals. However, the proximate mechanisms and ontogenetic processes generating such differences between social structures are poorly known. Here, we cross-fostered eggs originating from single-queen (= monogynous) or multiple-queen (= polygynous) colonies into experimental groups of workers from each social structure to investigate whether differences in offspring survival, development time and body size are shaped by the genotype and/or prefoster maternal effects present in the eggs, or by the social origin of the rearing workers. Eggs produced by polygynous queens were more likely to survive to adulthood than eggs from monogynous queens, regardless of the social origin of the rearing workers. However, brood from monogynous queens grew faster than brood from polygynous queens. The social origin of the rearing workers influenced the probability of brood survival, with workers from monogynous colonies rearing more brood to adulthood than workers from polygynous colonies. The social origin of eggs or rearing workers had no significant effect on the head size of the resulting workers in our standardized laboratory conditions. Overall, the social backgrounds of the parents and of the rearing workers appear to shape distinct survival and developmental traits of ant brood. © 2012 The Authors. Journal of Evolutionary Biology © 2012 European Society For Evolutionary Biology.

  18. Increasing global crop harvest frequency: recent trends and future directions

    International Nuclear Information System (INIS)

    Ray, Deepak K; Foley, Jonathan A

    2013-01-01

    The world’s agricultural systems face the challenge of meeting the rising demands from population growth, changing dietary preferences, and expanding biofuel use. Previous studies have put forward strategies for meeting this growing demand by increasing global crop production, either expanding the area under cultivation or intensifying the crop yields of our existing agricultural lands. However, another possible means for increasing global crop production has received less attention: increasing the frequency of global cropland harvested each year. Historically, many of the world’s croplands were left fallow, or had failed harvests, each year, foregoing opportunities for delivering crop production. Furthermore, many regions, particularly in the tropics, may be capable of multiple harvests per year, often more than are harvested today. Here we analyze a global compilation of agricultural statistics to show how the world’s harvested cropland has changed. Between 2000 and 2011, harvested land area grew roughly 4 times faster than total standing cropland area. Using a metric of cropland harvest frequency (CHF)—the ratio of land harvested each year to the total standing cropland—and its recent trends, we identify countries that harvest their croplands more frequently, and those that have the potential to increase their cropland harvest frequency. We suggest that a possible ‘harvest gap’ may exist in many countries that represents an opportunity to increase crop production on existing agricultural lands. However, increasing the harvest frequency of existing croplands could have significant environmental and social impacts, which need careful evaluation. (letter)

  19. Rising natural gas prices : impacts on U.S. industries

    International Nuclear Information System (INIS)

    Henry, D.

    2005-01-01

    The impact of rising natural gas prices on the United States economy and domestic industries was examined in this PowerPoint presentation. Industry comments were solicited on the effects of natural gas prices on their business performance from 2000 to 2004 in order to collect data, and macroeconomic impacts were determined through the use of an inter-industry model. Results of the survey and subsequent model suggested that in 2000 and 2001, real gross domestic product (GDP) growth was depressed by 0.2 per cent because of higher natural gas prices. Between 2000 and 2004, the civilian workforce was lower by 489,000 jobs. It was determined that nitrogenous fertilizer manufacturing was the most gas intensive industry. The results indicated that higher natural gas prices were an additional burden on manufacturing industries, and that the economic performance of natural gas intensive industries was poor between 2000-2004. However, it was just as poor between 1997-2000, when gas prices were relatively low and stable. Natural gas intensive industries passed along price increases in their products to their downstream consumers. Despite job losses, wages in natural gas intensive industries were higher and grew faster than in the rest of the manufacturing industry in the 2000-2004 period. Although capital expenditures declined between 2000 to 2004, they declined more rapidly in the 1997-2000 period. There has been no evidence of a decline in international competitiveness of natural gas intensive industries. It was concluded that rising natural gas prices have had a significant impact on the growth of the economy and workforce. tabs., figs

  20. Survival and development of Heliothis virescens (Lepidoptera: Noctuidae) larvae on isogenic tobacco lines with different levels of alkaloids.

    Science.gov (United States)

    Jackson, D Michael; Johnson, A W; Stephenson, M G

    2002-12-01

    Levels of pyridine alkaloids were measured in 18 tobacco, Nicotiana tabacum L., entries from three parental isolines ('NC 95', 'SC 58', and 'Coker 139'), grown at Tifton, GA, Florence, SC, and Oxford, NC, in 1991. Levels of alkaloids in bud leaves (first fully unfolded leaf below the apical leaf bud) were negatively correlated to natural infestation ratings of tobacco budworm larvae, Heliothis virescens (F.), 7 wk after transplanting. For artificially infested bud leaves at Oxford, there was a significant negative correlation between levels of total alkaloids and larval weights after 1 wk of feeding. In 1992, four entries from the 'NC 95' isoline were grown at Oxford, and samples for alkaloid analyses were taken every 2 wk at several leaf positions on each plant. During weeks 4, 8, 12, and 16, second instar tobacco budworms were caged on individual, intact leaves inside perforated plastic bags in the field. The survival and development of tobacco budworm larvae after 1 wk were negatively correlated with levels of alkaloids at the various leaf positions. Larvae survived better and grew faster on the bud leaves of each entry where alkaloid levels were lower than they did on leaves further down the stalk where alkaloid levels were higher. More larvae survived on the lower leaves of the low alkaloid lines than on the lower leaves of the high alkaloid lines. Even moderate increases in pyridine alkaloids had negative effects on tobacco budworm survival and development. Nicotine constituted >97% of the pyridine alkaloids in the 'NC95' isoline each year.

  1. A model of seasonal foliage dynamics of the subtropical mangrove species Rhizophora stylosa Griff. growing at the northern limit of its distribution

    Directory of Open Access Journals (Sweden)

    Sahadev Sharma

    2014-08-01

    Full Text Available Background Progress of forest production in response to the environment requires a quantitative understanding of leaf area development. Therefore, it is necessary to investigate the dynamics of seasonal crown foliage in order to understand the productivity of mangroves, which play an important role in the subtropical and tropical coastlines of the world. Method Crown foliage dynamics of the mangrove Rhizophora stylosa were studies to reveal patterns of leaf recruitment, survival and seasonal leaf area growth. Results Flushing of leaves occurred throughout the year, but both flushing and leaf area growth pattern of leaves varied with season. Maximum flushing occurred in summer, but leaf areas did not differ significantly with season. The half-expansion period is longer, and the intrinsic rate of increase was lower in winter. Summer flushed leaves grew faster at their initial stage and reached their maximum area over a shorter period of time. The difference in temperature and air vapor pressure deficit (VPD between summer and winter contributed to the present dynamics of foliage patterns. The mean leaf longevity was estimated to be 13.1 month. The crown foliage area was almost stable throughout the year. Conclusions Homeostatic control of the crown foliage area may be accompanied by the existence of ecophysiological mechanisms in R. stylosa. Integrating crown foliage dynamics into forest models represents an important step towards incorporating physiological mechanisms into the models for predicting growth responses to environmental changes and for understanding the complex responses of tree growth and litter production.

  2. Differences in functional traits between invasive and native Amaranthus species under different forms of N deposition

    Science.gov (United States)

    Wang, Congyan; Zhou, Jiawei; Liu, Jun; Jiang, Kun

    2017-08-01

    Differences in functional traits between invasive and native plant species are believed to determine the invasion success of the former. Increasing amounts of anthropogenic nitrogen (N) are continually deposited into natural ecosystems, which may change the relative occurrence of the different N deposition forms (such as NH4-N, NO3-N, and CO(NH2)2-N) naturally deposited. Under high N deposition scenarios, some invasive species may grow faster, gaining advantage over native species. In a greenhouse experiment, we grew invasive and native Amaranthus species from seed both alone and in competition under simulated N enriched environments with different forms of N over 3 months. Then, we measured different leaf traits (i.e., plant height, leaf length, leaf width, leaf shape index, specific leaf area (SLA), and leaf chlorophyll and N concentrations). Results showed that the competition intensity between A. retroflexus and A. tricolor decreased under N deposition. This may be due to the large functional divergence between A. retroflexus and A. tricolor under simulated N deposition. Phenotypic plasticity of SLA and leaf chlorophyll concentration of A. retroflexus were significantly lower than in A. tricolor. The lower range of phenotypic plasticity of SLA and leaf chlorophyll concentration of A. retroflexus may indicate a fitness cost for plastic functional traits under adverse environments. The restricted phenotypic plasticity of SLA and leaf chlorophyll concentration of A. retroflexus may also stabilize leaf construction costs and the growth rate. Meanwhile, the two Amaranthus species possessed greater plasticity in leaf N concentration under NO3-N fertilization, which enhanced their competitiveness.

  3. Rapid evolution of stability and productivity at the origin of a microbial mutualism

    Energy Technology Data Exchange (ETDEWEB)

    Hillesland, Kristina L.; Stahl, David A.

    2009-12-01

    Mutualistic interactions are taxonomically and functionally diverse. Despite their ubiquity, the basic ecological and evolutionary processes underlying their origin and maintenance are poorly understood. A major reason for this has been the lack of an experimentally tractable model system. We examine the evolution of an experimentally imposed obligate mutualism between sulfate-reducing and methanogenic microorganisms that have no known history of prior interaction. Twenty-four independent pairings (cocultures) of the bacterium Desulfovibrio vulgaris and the archaeon Methanococcus maripaludis were established and followed for 300 community doublings in two environments, one allowing for the development of a heterogeneous distribution of resources and the other not. Evolved cocultures grew up to 80percent faster and were up to 30percent more productive (biomass yield per mole substrate) than the ancestors. The evolutionary process was marked by periods of significant instability leading to extinction of two of the cocultures, but resulted in more stable, efficient, and productive mutualisms for most replicated pairings. Comparisons of evolved cocultures with those assembled from one evolved and one ancestral mutualist showed that evolution of both species contributed to improved productivity. Surprisingly, however, overall improvements in growth rate and yield were less than the sum of individual contributions, suggesting antagonistic interactions between mutations from the coevolved populations. Physical constraints on the transfer of metabolites in the evolution environment affected the evolution of M. maripaludis but not D. vulgaris. Together, these results show that challenges can imperil nascent obligate mutualisms and demonstrate the evolutionary responses that enable their persistence and future evolution.

  4. Significance evaluation in factor graphs

    DEFF Research Database (Denmark)

    Madsen, Tobias; Hobolth, Asger; Jensen, Jens Ledet

    2017-01-01

    in genomics and the multiple-testing issues accompanying them, accurate significance evaluation is of great importance. We here address the problem of evaluating statistical significance of observations from factor graph models. Results Two novel numerical approximations for evaluation of statistical...... significance are presented. First a method using importance sampling. Second a saddlepoint approximation based method. We develop algorithms to efficiently compute the approximations and compare them to naive sampling and the normal approximation. The individual merits of the methods are analysed both from....... Conclusions The applicability of saddlepoint approximation and importance sampling is demonstrated on known models in the factor graph framework. Using the two methods we can substantially improve computational cost without compromising accuracy. This contribution allows analyses of large datasets...

  5. Application of half-embryo test to identify irradiated fresh fruits

    International Nuclear Information System (INIS)

    Abdelbary, N.A.; EL agamawy, M.R.

    2004-01-01

    Some countries already permit the irradiation of foods to extend its storage life and to control pests, therefore, a faster and significantly more uniform identification method are needed. Half-embryo test is based on the inhibition of shooting due to gamma irradiation since biological systems are sensitive to low doses of gamma irradiation. The intact fruits, apples, lemons, oranges and watermelons were obtained from the local market and irradiated directly with doses of 0.5, 0.75, 1.5 and 3 KGy. Shooting was defined as the elongation of the shoot to the extent of at least 1 mm length in apples and watermelon, while 0.5 mm length in citrus fruits. Root and shoot growth was stimulated most strongly by the addition of benzyladenine (2.5 mg/l) as a growth hormone. Shooting started after 1-3 days and reached to 90 % after 4 days. A long lasting half-embryo test (4-5 days) was capable to discriminate between irradiated and non-irradiated fruits. Growth of half-embryo and the changes were almost the same in all non-irradiated fruits under study. Growth of half-embryo irradiated with a dose of 0.5 KGy or more almost has totally retarded elongation of both root and shoot. Practically, it was observed that small-developed shoots showed slight elongation and afterward they were decayed. If shooting percentage after 1-3 days is less than 20% in apples, 40% in oranges and 30% in lemons and watermelons, the fruits are classified as i rradiated u nder 0.5 KGy as a detection limit dose of the irradiation. Irradiation caused obvious changes in root and shoot growth of half-embryos studied. Roots of non-irradiated half-embryos grew well in all fruits under study and those irradiated with 0.5 KGy or more were obviously reduced. In the same way, shoots of non-irradiated half-embryo grew well and shooting percentage reached to 50 % after 1-2 days and those fruits irradiated with 0.5 KGy or more were reduced. It is recommended to employ the half-embryo test as a practical technique

  6. Interactions between soil texture, water, and nutrients control patterns of biocrusts abundance and structure

    Science.gov (United States)

    Young, Kristina; Bowker, Matthew; Reed, Sasha; Howell, Armin

    2017-04-01

    Heterogeneity in the abiotic environment structures biotic communities by controlling niche space and parameters. This has been widely observed and demonstrated in vascular plant and other aboveground communities. While soil organisms are presumably also strongly influenced by the physical and chemical dimensions of the edaphic environment, there are fewer studies linking the development, structure, productivity or function of surface soil communities to specific edaphic gradients. Here, we use biological soil crusts (biocrusts) as a model system to determine mechanisms regulating community structure of soil organisms. We chose soil texture to serve as an edaphic gradient because of soil texture's influence over biocrust distribution on a landscape level. We experimentally manipulated texture in constructed soil, and simultaneously manipulated two main outcomes of texture, water and nutrient availability, to determine the mechanism underlying texture's influence on biocrust abundance and structure. We grew biocrust communities from a field-sourced inoculum on four different soil textures, sieved from the same parent soil material, manipulating watering levels and nutrient additions across soil textures in a full-factorial design over a 5-month period of time. We measured abundance and structure of biocrusts over time, and measured two metrics of function, N2 fixation rates and soil stabilization, at the conclusion of the experiment. Our results showed finer soil textures resulted in faster biocrust community development and dominance by mosses, whereas coarser textures grew more slowly and had biocrust communities dominated by cyanobacteria and lichen. Additionally, coarser textured soils contained cyanobacterial filaments significantly deeper into the soil profile than fine textured soils. N2-fixation values increased with increasing moss cover and decreased with increasing cyanobacterial cover, however, the rate of change depended on soil texture and water amount

  7. Microculture of western white pine (Pinus monticola) by induction of shoots on bud explants from 1- to 7-year-old trees.

    Science.gov (United States)

    Lapp, M S; Malinek, J; Coffey, M

    1996-04-01

    We developed a protocol for the production of shoots from bud explants from 1- to 7-year-old trees of western white pine (Pinus monticola Dougl.). The best explant was a 2-mm-thick cross-sectional slice of the early winter bud. Genotype of the donor tree was a significant factor affecting shoot production, but more than 80% of the genotypes tested produced shoots. Of the media tested, bud slices from 1- to 3-year-old trees grew best in Litvay's medium containing N(6)-benzyladenine in the range of 1 to 30 micro M, whereas bud slices from older trees grew best in Gupta and Durzan's DCR medium with zeatin riboside. Up to 400 shoots more than 3 mm in height were obtained from 100 bud-slice explants taken from 7-year-old western white pine trees.

  8. EVALUATION OF GOAT PRODUCTION IN THE HUMID GULF COAST OF TEXAS

    Directory of Open Access Journals (Sweden)

    Jackson Mante Dzakuma

    2009-06-01

    Full Text Available Our research activities are designed to support increased economic opportunities and improved quality of life for rural American farmers.  The objective of this paper is to examine our research efforts and determine where we can be more productive and sustainable.  Goat research activities using  Tennessee Stiff-legged (TS, Spanish (SP, Nubian (NU and Boer (BR breeds in different production systems at the International Goat Research Center at Prairie View A&M University,  located on the northeastern corridor of the Gulf Coast region of Texas, approximately 45 miles from Houston, have been examined.  From a diallel crossing experiment we recommended the use of terminal sire TS on the cross of NUxSP females. Goats that were fed at intermediate level of a ration (70% of ad libitum were significantly more efficient (P< 0.05 in converting feed to gain. Comparison of intensive and pasture rearing systems indicated that pasture raised SP kids were significantly heavier (P< 0.05 than intensively raised SP kids, while the opposite was true for TS and BR kids. It would appear that on pasture, the SP kids grew faster than the TS kids. Between breeds, growth performance was higher for the BR and TS breeds in the intensive system, while growth performance was higher for the SP in the pasture system.  It would appear that the SP breed is more adapted to production under pasture (or extensive production system. Even though the TS breed is smaller, under intensive system it grows more efficiently (P< 0.05 than the SP, an intermediate size breed. Under conditions existing in the Gulf Coast region of Texas, breeds that are adapted to the environment are recommended for use in initiating goat production programs. Tremendous potential exist to make a living with goats in this region.

  9. What a difference a bay makes: natural variation in dietary resources mediates growth in a recently settled herbivorous fish

    Science.gov (United States)

    Priest, Mark A.; Halford, Andrew R.; Clements, Kendall D.; Douglas, Emily; Abellana, Sheena L.; McIlwain, Jennifer L.

    2016-12-01

    Processes acting during the early stages of coral reef fish life cycles have a disproportionate influence on their adult abundance and community structure. Higher growth rates, for example, confer a major fitness advantage in larval and juvenile fishes, with larger fish undergoing significantly less mortality. The role of dietary resources in the size-structuring process has not been well validated, especially at the early post-settlement phase, where competition and predation are seen as preeminent drivers of juvenile fish assemblage structure. Here, we report on a size differential of 10-20% between recently settled Siganus spinus rabbitfish recruits from different bays around the Pacific island of Guam. This difference was maintained across multiple recruitment events within and between years. After confirming the validity of our observations through otolith increment analysis, subsequent investigation into the drivers of this variation revealed significant differences in the structure of algal assemblages between bays, congruent with the observed differences in size of the recently settled fish. Gut analyses showed a greater presence of algal types with higher levels of nitrogen and phosphorus in the stomachs of fish from Tanguisson, the bay with the largest observed recruits. To ensure this mechanism was one of causation and not correlation, we conducted a fully factorial experiment in which S. spinus recruits sampled from different bays were reared on all combinations of algal diets representative of the different bays. Recruits on the `Tanguisson' diet grew faster than recruits on other diets, regardless of their origin. We propose that the greater availability of high-quality dietary resources at this location is likely conferring benefits that impact on the population-level dynamics of this species. The spatial and temporal extent of this process clearly implicates food as a limiting resource, capable of mediating fish population dynamics at multiple

  10. 23 CFR 630.1010 - Significant projects.

    Science.gov (United States)

    2010-04-01

    ... 23 Highways 1 2010-04-01 2010-04-01 false Significant projects. 630.1010 Section 630.1010 Highways... PRECONSTRUCTION PROCEDURES Work Zone Safety and Mobility § 630.1010 Significant projects. (a) A significant project is one that, alone or in combination with other concurrent projects nearby is anticipated to cause...

  11. Ecological relationships between xerophilic fungi and house-dust mites (Acarida: Pyroglyphidae).

    Science.gov (United States)

    Lustgraaf, B V D

    1978-01-01

    At. 75 and 80% relative humidity (RH), on a wheat germ flake medium, Aspergillus penicilloides grew abundantly and suppressed the population growth of Dermatophagoides pteronyssiunus. At 71% RH, A. penicilloides grew moderately and was only antagonistic to D. pteronyssinus when the fungus was previously incubated on the medium.On a human dander medium and on mattress dust, A. penicilloides grew moderately at 71% and 75% RH and stimulated the development of D. pteronyssinus populations. Also a moderate growth of Eurotium repens on human dander positively influenced D. pteronyssinus. Wallemia sebi and Penicillium brevicompactum grew slightly or did not grow at all at 75% RH. No effect was observed on D. pteronyssinus.It appears that xerophilic fungi may stimulate, and occasionally may reduce, the growth of house-dust mite populations in the natural environment.

  12. Creating Significant Learning Experiences across Disciplines

    Science.gov (United States)

    Levine, Laura E.; Fallahi, Carolyn R.; Nicoll-Senft, Joan M.; Tessier, Jack T.; Watson, Cheryl L.; Wood, Rebecca M.

    2008-01-01

    The purpose of this study was to use Fink's (2003) taxonomy of significant learning to redesign courses and assess student learning. Significant improvements were found across the semester for students in the six courses, but there were differences in which taxa showed improvement in each course. The meta-analysis showed significant, positive…

  13. Alabama's forest products industry: performance and contribution to the State's economy, 1970 to 1980.

    Science.gov (United States)

    Wilbur R. Maki; Con H Schallau; Bennett B. Foster; Clair H. Redmond

    1986-01-01

    Employment and earnings in Alabama's forest products industry, like those of most Southern States, grew significantly between 1970 and 1980. The forest products industry accounted for a larger share of the State's economic base. in 1980 than in 1970. Of the 13 Southern States, only 5 had more forest products industry employment than Alabama. Moreover, during...

  14. Workers on the Line: Activity Guide.

    Science.gov (United States)

    Massachusetts Univ., Lowell. Tsongas Industrial History Center.

    This field trip program, a 90-minute interpretive tour and a 90-minute hands-on workshop, provides students with the opportunity to explore the causes and nature of the conflict between workers and owners which grew out of the Industrial Revolution. The workshop complements the tour by bringing the significance of historic resources to life as…

  15. Russian as a Commodity: Medical Tourism and the Healthcare Industry in Post-Soviet Lithuania

    Science.gov (United States)

    Muth, Sebastian

    2017-01-01

    The focus of this paper is on Lithuania, where government policies continue to limit the use of Russian in education, the public space and the media, while the local economy has recognized proficiency in Russian as a commodity. This is particularly salient in the healthcare industry that grew significantly in the past years with patients from…

  16. Structural Change, Fundamentals, and Growth : A Framework and Case Studies

    OpenAIRE

    McMillan, Margaret S.; Rodrik, Dani; Sepúlveda, Claudia

    2017-01-01

    Developing countries made considerable gains during the first decade of the 21st century. Their economies grew at unprecedented rates, resulting in large reduction in extreme poverty and a significant expansion of the middle class. But more recently that progress has slowed with an economic environment of lackluster global trade, not enough jobs coupled with skills mismatches, continued gl...

  17. EFSA Panel on Dietetic Products, Nutrition and Allergies (NDA); Scientific Opinion on the substantiation of health claims related to casein protein hydrolysates and growth or maintenance of muscle mass (ID 1498), increase in endurance performance (ID 660, 1497) and faster recovery from muscle

    DEFF Research Database (Denmark)

    Tetens, Inge

    Following a request from the European Commission, the Panel on Dietetic Products, Nutrition and Allergies was asked to provide a scientific opinion on a list of health claims pursuant to Article 13 of Regulation (EC) No 1924/2006. This opinion addresses the scientific substantiation of health...... claims in relation to casein protein hydrolysates and growth or maintenance of muscle mass, increase in endurance performance and faster recovery from muscle fatigue after exercise. The scientific substantiation is based on the information provided by the Member States in the consolidated list of Article...

  18. The significance of psychosocial factors of the working environment in the development of sick building syndrome

    Directory of Open Access Journals (Sweden)

    Maja Miškulin

    2014-12-01

    Full Text Available Introduction: Sick building syndrome (SBS is a medical condition in which people in a certain buildings suffer from symptoms of illness or feeling unwell. The aim of this study was to determine the frequency of exposure of the employees of public institutions from the city of Osijek to harmful psychosocial factors of the working environment, to assess whether there is a connection between the exposure to these factors and the incidence of SBS symptoms and to clarify the nature of this connection.Methods: This cross-sectional study was conducted during May 2013 among 178 employees of public institutions in the city of Osijek. An anonymous questionnaire which contained questions relating to demographic data and working status of the participants, their exposure to various harmful psychosocial factors of the working environment and occurrence of certain symptoms of SBS among them was used as a research tool.Results: 96.1 % (171/178 of participants were exposed to harmful psychosocial factors of the working environment. Employees exposed to those factors more frequently expressed symptoms of SBS. The incidence and the number of symptoms of SBS among employees simultaneously grew with the increase of the number of harmful psychosocial factors of the working environment to which they were exposed.Conclusion: The study showed positive connection between the exposure to harmful psychosocial factors of the working environment and the incidence of SBS symptoms, highlighting this issue as a very important subject in the field of occupational medicine and health protection in the workplace.

  19. CISN ShakeAlert: Faster Warning Information Through Multiple Threshold Event Detection in the Virtual Seismologist (VS) Early Warning Algorithm

    Science.gov (United States)

    Cua, G. B.; Fischer, M.; Caprio, M.; Heaton, T. H.; Cisn Earthquake Early Warning Project Team

    2010-12-01

    multiple-threshold approach is faster and more reliable for larger events than the earlier version of the VS codes. In addition, we provide evolutionary estimates of the probability of false alarms (PFA), which is an envisioned output stream of the CISN ShakeAlert system. The real-time decision-making approach envisioned for CISN ShakeAlert users, where users specify a threshhold PFA in addition to thresholds on peak ground motion estimates, has the potential to increase the available warning time for users with high tolerance to false alarms without compromising the needs of users with lower tolerances to false alarms.

  20. Faster simulations with a 5 fs timestep for lipids in the CHARMM forcefield

    DEFF Research Database (Denmark)

    Olesen, Karina; Awasthi, Neha; Bruhn, Dennis Skjøth

    2018-01-01

    The performance of all-atom molecular dynamics simulations is limited by an integration timestep of 2 femtoseconds (fs), which is needed to resolve the fastest degrees of freedom in the system, namely, the vibration of bonds and angles involving hydrogen atoms. The Virtual Interaction Sites (VIS...... gain for all atom simulations of membranes. The method has the potential to make longer time and length scales accessible in all-atom simulations of membrane-protein complexes....... by increasing the hydrogen atom masses at regular intervals in the lipid acyl chains, and obtained lipid properties and pore formation free energies in very good agreement with those calculated in simulations without VIS. Our modified VIS scheme enables a 5 fs timestep resulting in a significant performance...

  1. Attentional Bias to Beauty with Evolutionary Benefits: Evidence from Aesthetic Appraisal of Landscape Architecture

    Science.gov (United States)

    Zhang, Wei; Tang, Xiaoxiang; He, Xianyou; Lai, Shuxian

    2018-01-01

    Substantial evidence suggests that beauty is associated with the survival and reproduction of organisms. Landscape architecture is composed of a series of natural elements that have significant evolutionary implications. The present study used one pilot material ratings and three experiments to examine the mechanisms of aesthetic appraisals of landscape architecture. The results confirmed that landscape architecture elicited a sense of beauty and captured visual attention more easily than other types of architecture during explicit aesthetic rating task (Experiment 1) and implicit aesthetic perception task (dot-probe paradigm, Experiment 2). Furthermore, the spatial cueing paradigm revealed that response latencies were significantly faster for landscape architecture than non-landscape architecture on valid trials, but there was no significant difference in this contrast on invalid trials at 150-ms stimulus onset asynchrony (SOA, Experiment 3a). At 500-ms SOA (Experiment 3b), participants responded significantly faster for landscape architecture on valid trials, but reacted significantly slower for landscape architecture on invalid trials. The findings indicated that the beauty of landscape architecture can be perceived implicitly, and only faster orienting of attention, but not delayed disengagement of attention was generated at early stages of the processing of landscape architecture. However, the attentional bias at later stages of attentional processes may be resulted from both faster orienting of attention and delayed disengagement of attention from landscape architecture photographs. PMID:29467696

  2. Attentional Bias to Beauty with Evolutionary Benefits: Evidence from Aesthetic Appraisal of Landscape Architecture.

    Science.gov (United States)

    Zhang, Wei; Tang, Xiaoxiang; He, Xianyou; Lai, Shuxian

    2018-01-01

    Substantial evidence suggests that beauty is associated with the survival and reproduction of organisms. Landscape architecture is composed of a series of natural elements that have significant evolutionary implications. The present study used one pilot material ratings and three experiments to examine the mechanisms of aesthetic appraisals of landscape architecture. The results confirmed that landscape architecture elicited a sense of beauty and captured visual attention more easily than other types of architecture during explicit aesthetic rating task (Experiment 1) and implicit aesthetic perception task (dot-probe paradigm, Experiment 2). Furthermore, the spatial cueing paradigm revealed that response latencies were significantly faster for landscape architecture than non-landscape architecture on valid trials, but there was no significant difference in this contrast on invalid trials at 150-ms stimulus onset asynchrony (SOA, Experiment 3a). At 500-ms SOA (Experiment 3b), participants responded significantly faster for landscape architecture on valid trials, but reacted significantly slower for landscape architecture on invalid trials. The findings indicated that the beauty of landscape architecture can be perceived implicitly, and only faster orienting of attention, but not delayed disengagement of attention was generated at early stages of the processing of landscape architecture. However, the attentional bias at later stages of attentional processes may be resulted from both faster orienting of attention and delayed disengagement of attention from landscape architecture photographs.

  3. Boosting recovery rather than buffering reactivity: Higher stress-induced oxytocin secretion is associated with increased cortisol reactivity and faster vagal recovery after acute psychosocial stress.

    Science.gov (United States)

    Engert, Veronika; Koester, Anna M; Riepenhausen, Antje; Singer, Tania

    2016-12-01

    Animal models and human studies using paradigms designed to stimulate endogenous oxytocin release suggest a stress-buffering role of oxytocin. We here examined the involvement of stress-induced peripheral oxytocin secretion in reactivity and recovery phases of the human psychosocial stress response. Healthy male and female participants (N=114) were subjected to a standardized laboratory stressor, the Trier Social Stress Test. In addition to plasma oxytocin, cortisol was assessed as a marker of hypothalamic-pituitary-adrenal (HPA-) axis activity, alpha-amylase and heart rate as markers of sympathetic activity, high frequency heart rate variability as a marker of vagal tone and self-rated anxiety as an indicator of subjective stress experience. On average, oxytocin levels increased by 51% following psychosocial stress. The stress-induced oxytocin secretion, however, did not reduce stress reactivity. To the contrary, higher oxytocin secretion was associated with greater cortisol reactivity and peak cortisol levels in both sexes. In the second phase of the stress response the opposite pattern was observed, with higher oxytocin secretion associated with faster vagal recovery. We suggest that after an early stage of oxytocin and HPA-axis co-activation, the stress-reducing action of oxytocin unfolds. Due to the time lag it manifests as a recovery-boosting rather than a reactivity-buffering effect. By reinforcing parasympathetic autonomic activity, specifically during stress recovery, oxytocin may provide an important protective function against the health-compromising effects of sustained stress. Copyright © 2016 Elsevier Ltd. All rights reserved.

  4. Climatic niche evolution is faster in sympatric than allopatric lineages of the butterfly genus Pyrgus.

    Science.gov (United States)

    Pitteloud, Camille; Arrigo, Nils; Suchan, Tomasz; Mastretta-Yanes, Alicia; Vila, Roger; Dincă, Vlad; Hernández-Roldán, Juan; Brockmann, Ernst; Chittaro, Yannick; Kleckova, Irena; Fumagalli, Luca; Buerki, Sven; Pellissier, Loïc; Alvarez, Nadir

    2017-04-12

    Understanding how speciation relates to ecological divergence has long fascinated biologists. It is assumed that ecological divergence is essential to sympatric speciation, as a mechanism to avoid competition and eventually lead to reproductive isolation, while divergence in allopatry is not necessarily associated with niche differentiation. The impact of the spatial context of divergence on the evolutionary rates of abiotic dimensions of the ecological niche has rarely been explored for an entire clade. Here, we compare the magnitude of climatic niche shifts between sympatric versus allopatric divergence of lineages in butterflies. By combining next-generation sequencing, parametric biogeography and ecological niche analyses applied to a genus-wide phylogeny of Palaearctic Pyrgus butterflies, we compare evolutionary rates along eight climatic dimensions across sister lineages that diverged in large-scale sympatry versus allopatry. In order to examine the possible effects of the spatial scale at which sympatry is defined, we considered three sets of biogeographic assignments, ranging from narrow to broad definition. Our findings suggest higher rates of niche evolution along all climatic dimensions for sister lineages that diverge in sympatry, when using a narrow delineation of biogeographic areas. This result contrasts with significantly lower rates of climatic niche evolution found in cases of allopatric speciation, despite the biogeographic regions defined here being characterized by significantly different climates. Higher rates in allopatry are retrieved when biogeographic areas are too widely defined-in such a case allopatric events may be recorded as sympatric. Our results reveal the macro-evolutionary significance of abiotic niche differentiation involved in speciation processes within biogeographic regions, and illustrate the importance of the spatial scale chosen to define areas when applying parametric biogeographic analyses. © 2017 The Author(s).

  5. Fertilization of sea urchin eggs and sperm motility are negatively impacted under low hypergravitational forces significant to space flight

    Science.gov (United States)

    Tash, J. S.; Kim, S.; Schuber, M.; Seibt, D.; Kinsey, W. H.

    2001-01-01

    Sperm and other flagellates swim faster in microgravity (microG) than in 1 G, raising the question of whether fertilization is altered under conditions of space travel. Such alterations have implications for reproduction of plant and animal food and for long-term space habitation by man. We previously demonstrated that microG accelerates protein phosphorylation during initiation of sperm motility but delays the sperm response to the egg chemotactic factor, speract. Thus sperm are sensitive to changes in gravitational force. New experiments using the NiZeMi centrifugal microscope examined whether low hypergravity (hyperG) causes effects opposite to microG on sperm motility, signal transduction, and fertilization. Sperm % motility and straight-line velocity were significantly inhibited by as little as 1.3 G. The phosphorylation states of FP130, an axonemal phosphoprotein, and FP160, a cAMP-dependent salt-extractable flagellar protein, both coupled to motility activation, showed a more rapid decline in hyperG. Most critically, hyperG caused an approximately 50% reduction in both the rate of sperm-egg binding and fertilization. The similar extent of inhibition of both fertilization parameters in hyperG suggests that the primary effect is on sperm rather than eggs. These results not only support our earlier microG data demonstrating that sperm are sensitive to small changes in gravitational forces but more importantly now show that this sensitivity affects the ability of sperm to fertilize eggs. Thus, more detailed studies on the impact of space flight on development should include studies of sperm function and fertilization.

  6. Restoring locality with faster-than-light velocities

    International Nuclear Information System (INIS)

    Eberhard, P.H.

    1993-01-01

    The idea of ''locality'' is a deep rooted concept. It does not have to be abandoned even if ''loophole free'' EPR experiments are performed and confirm the predictions of quantum theory. To satisfy locality, one can imagine that influences at a distance are exerted via mechanisms involving an ether and effects propagating in that ether a velocity V > c. Such model of physical phenomena is not Lorentz invariant but, with V large enough, the model can be made to reproduce the results of all experiments where quantum mechanics and Lorentz invariance have been verified

  7. Efficient C/C++ programming smaller, faster, better

    CERN Document Server

    Heller, Steve

    1994-01-01

    Efficient C/C++ Programming describes a practical, real-world approach to efficient C/C++ programming. Topics covered range from how to save storage using a restricted character set and how to speed up access to records by employing hash coding and caching. A selective mailing list system is used to illustrate rapid access to and rearrangement of information selected by criteria specified at runtime.Comprised of eight chapters, this book begins by discussing factors to consider when deciding whether a program needs optimization. In the next chapter, a supermarket price lookup system is used to

  8. A Faster Algorithm for Computing Straight Skeletons

    KAUST Repository

    Cheng, Siu-Wing

    2014-09-01

    We present a new algorithm for computing the straight skeleton of a polygon. For a polygon with n vertices, among which r are reflex vertices, we give a deterministic algorithm that reduces the straight skeleton computation to a motorcycle graph computation in O(n (logn)logr) time. It improves on the previously best known algorithm for this reduction, which is randomized, and runs in expected O(n√h+1log2n) time for a polygon with h holes. Using known motorcycle graph algorithms, our result yields improved time bounds for computing straight skeletons. In particular, we can compute the straight skeleton of a non-degenerate polygon in O(n (logn) logr + r 4/3 + ε ) time for any ε > 0. On degenerate input, our time bound increases to O(n (logn) logr + r 17/11 + ε ).

  9. A Faster Algorithm for Computing Straight Skeletons

    KAUST Repository

    Mencel, Liam A.

    2014-05-06

    We present a new algorithm for computing the straight skeleton of a polygon. For a polygon with n vertices, among which r are reflex vertices, we give a deterministic algorithm that reduces the straight skeleton computation to a motorcycle graph computation in O(n (log n) log r) time. It improves on the previously best known algorithm for this reduction, which is randomised, and runs in expected O(n √(h+1) log² n) time for a polygon with h holes. Using known motorcycle graph algorithms, our result yields improved time bounds for computing straight skeletons. In particular, we can compute the straight skeleton of a non-degenerate polygon in O(n (log n) log r + r^(4/3 + ε)) time for any ε > 0. On degenerate input, our time bound increases to O(n (log n) log r + r^(17/11 + ε))

  10. Krill (Meganyctiphanes norvegica) swim faster at night

    KAUST Repository

    Klevjer, Thor A.

    2011-05-01

    Krill are key members in marine food webs, and measurement of swimming speed is vital to assess their bioenergetic budgets, feeding, and encounters with predators. We document a consistent and marked diel signal in swimming speed of krill in their natural habitat that is not related to diel vertical migration. The results were obtained using a bottom-mounted, upward-looking echo sounder at 150-m depth in the Oslofjord, Norway, spanning 5 months from late autumn to spring at a temporal resolution of ~1–2 records s−1. Swimming speed was assessed using acoustic target tracking of individual krill. At the start of the registration period, both daytime and nocturnal average swimming speeds of Meganyctiphanes norvegica were ~ 3.5 cm s−1 (~ 1 body lengths ([bl] s−1) in waters with oxygen concentrations of ~ 15–20% O2 saturation. Following intrusion of more oxygenated water, nocturnal average swimming speeds increased to ~ 10 cm s−1 (~ 3 bl s−1), i.e., more than double that of daytime swimming speeds in the same period. We hypothesize that krill activity during the first period was limited by oxygen, and the enhanced swimming at night subsequent to the water renewal is due to increased feeding activity under lessened danger of predation in darkness.

  11. A Faster Algorithm for Computing Motorcycle Graphs

    KAUST Repository

    Vigneron, Antoine E.; Yan, Lie

    2014-01-01

    We present a new algorithm for computing motorcycle graphs that runs in (Formula presented.) time for any (Formula presented.), improving on all previously known algorithms. The main application of this result is to computing the straight skeleton of a polygon. It allows us to compute the straight skeleton of a non-degenerate polygon with (Formula presented.) holes in (Formula presented.) expected time. If all input coordinates are (Formula presented.)-bit rational numbers, we can compute the straight skeleton of a (possibly degenerate) polygon with (Formula presented.) holes in (Formula presented.) expected time. In particular, it means that we can compute the straight skeleton of a simple polygon in (Formula presented.) expected time if all input coordinates are (Formula presented.)-bit rationals, while all previously known algorithms have worst-case running time (Formula presented.). © 2014 Springer Science+Business Media New York.

  12. Faster bridge construction using precast substructures : brief.

    Science.gov (United States)

    2011-07-01

    Bridge replacement often requires road closures and detours that frustrate road users. It remains a key goal of Wisconsin DOT to reduce construction-related road use interruptions. This will be a challenge with bridges: Bridge inspections in 2007 ide...

  13. Automated Cellient(™) cytoblocks: better, stronger, faster?

    Science.gov (United States)

    Prendeville, S; Brosnan, T; Browne, T J; McCarthy, J

    2014-12-01

    Cytoblocks (CBs), or cell blocks, provide additional morphological detail and a platform for immunocytochemistry (ICC) in cytopathology. The Cellient(™) system produces CBs in 45 minutes using methanol fixation, compared with traditional CBs, which require overnight formalin fixation. This study compares Cellient and traditional CB methods in terms of cellularity, morphology and immunoreactivity, evaluates the potential to add formalin fixation to the Cellient method for ICC studies and determines the optimal sectioning depth for maximal cellularity in Cellient CBs. One hundred and sixty CBs were prepared from 40 cytology samples (32 malignant, eight benign) using four processing methods: (A) traditional; (B) Cellient (methanol fixation); (C) Cellient using additional formalin fixation for 30 minutes; (D) Cellient using additional formalin fixation for 60 minutes. Haematoxylin and eosin-stained sections were assessed for cellularity and morphology. ICC was assessed on 14 cases with a panel of antibodies. Three additional Cellient samples were serially sectioned to determine the optimal sectioning depth. Scoring was performed by two independent, blinded reviewers. For malignant cases, morphology was superior with Cellient relative to traditional CBs (P Cellient process did not influence the staining quality. Serial sectioning through Cellient CBs showed optimum cellularity at 30-40 μm with at least 27 sections obtainable. Cellient CBs provide superior morphology to traditional CBs and, if required, formalin fixation may be added to the Cellient process for ICC. Optimal Cellient CB cellularity is achieved at 30-40 μm, which will impact on the handling of cases in daily practice. © 2014 John Wiley & Sons Ltd.

  14. A Faster Algorithm for Computing Motorcycle Graphs

    KAUST Repository

    Vigneron, Antoine E.

    2014-08-29

    We present a new algorithm for computing motorcycle graphs that runs in (Formula presented.) time for any (Formula presented.), improving on all previously known algorithms. The main application of this result is to computing the straight skeleton of a polygon. It allows us to compute the straight skeleton of a non-degenerate polygon with (Formula presented.) holes in (Formula presented.) expected time. If all input coordinates are (Formula presented.)-bit rational numbers, we can compute the straight skeleton of a (possibly degenerate) polygon with (Formula presented.) holes in (Formula presented.) expected time. In particular, it means that we can compute the straight skeleton of a simple polygon in (Formula presented.) expected time if all input coordinates are (Formula presented.)-bit rationals, while all previously known algorithms have worst-case running time (Formula presented.). © 2014 Springer Science+Business Media New York.

  15. Faster universal modeling for two source classes

    NARCIS (Netherlands)

    Nowbakht, A.; Willems, F.M.J.; Macq, B.; Quisquater, J.-J.

    2002-01-01

    The Universal Modeling algorithms proposed in [2] for two general classes of finite-context sources are reviewed. The above methods were constructed by viewing a model structure as a partition of the context space and realizing that a partition can be reached through successive splits. Here we start

  16. Many random walks are faster than one

    Czech Academy of Sciences Publication Activity Database

    Alon, N.; Avin, Ch.; Koucký, Michal; Kozma, G.; Lotker, Z.; Tuttle, M.R.

    2011-01-01

    Roč. 20, č. 4 (2011), s. 481-502 ISSN 0963-5483 R&D Projects: GA ČR GP201/07/P276; GA ČR GA201/05/0124 Institutional research plan: CEZ:AV0Z10190503 Keywords : multiple random walks * parallel random walks Subject RIV: BA - General Mathematics Impact factor: 0.778, year: 2011 http://journals.cambridge.org/ action /displayAbstract?fromPage=online&aid=8280727

  17. Krill (Meganyctiphanes norvegica) swim faster at night

    KAUST Repository

    Klevjer, Thor A.; Kaartvedt, Stein

    2011-01-01

    Krill are key members in marine food webs, and measurement of swimming speed is vital to assess their bioenergetic budgets, feeding, and encounters with predators. We document a consistent and marked diel signal in swimming speed of krill in their natural habitat that is not related to diel vertical migration. The results were obtained using a bottom-mounted, upward-looking echo sounder at 150-m depth in the Oslofjord, Norway, spanning 5 months from late autumn to spring at a temporal resolution of ~1–2 records s−1. Swimming speed was assessed using acoustic target tracking of individual krill. At the start of the registration period, both daytime and nocturnal average swimming speeds of Meganyctiphanes norvegica were ~ 3.5 cm s−1 (~ 1 body lengths ([bl] s−1) in waters with oxygen concentrations of ~ 15–20% O2 saturation. Following intrusion of more oxygenated water, nocturnal average swimming speeds increased to ~ 10 cm s−1 (~ 3 bl s−1), i.e., more than double that of daytime swimming speeds in the same period. We hypothesize that krill activity during the first period was limited by oxygen, and the enhanced swimming at night subsequent to the water renewal is due to increased feeding activity under lessened danger of predation in darkness.

  18. Faster and Simpler Approximation of Stable Matchings

    Directory of Open Access Journals (Sweden)

    Katarzyna Paluch

    2014-04-01

    Full Text Available We give a 3 2 -approximation algorithm for finding stable matchings that runs in O(m time. The previous most well-known algorithm, by McDermid, has the same approximation ratio but runs in O(n3/2m time, where n denotes the number of people andm is the total length of the preference lists in a given instance. In addition, the algorithm and the analysis are much simpler. We also give the extension of the algorithm for computing stable many-to-many matchings.

  19. Morphing for faster computations in transformation optics.

    Science.gov (United States)

    Aznavourian, Ronald; Guenneau, Sébastien

    2014-11-17

    We propose to use morphing algorithms to deduce some approximate wave pictures of scattering by cylindrical invisibility cloaks of various shapes deduced from the exact computation (e.g. using a finite element method) of scattering by cloaks of two given shapes, say circular and elliptic ones, thereafter called the source and destination images. The error in L(2) norm between the exact and approximate solutions deduced via morphing from the source and destination images is typically less than 2 percent if control points are judiciously chosen. Our approach works equally well for rotators and concentrators, and also unveils some device which we call rotacon since it both rotates and concentrates electromagnetic fields. However, it breaks down for superscatterers (deduced from non-monotonic transforms): the error in L(2) norm is about 25 percent. We stress that our approach might greatly accelerate numerical studies of 2D and 3D cloaks.

  20. Income distribution policies for faster poverty reduction

    OpenAIRE

    Addison, Tony; Cornia, Giovanni Andrea

    2001-01-01

    Inequality has risen in many countries over the last two decades, especially in the transition economies, but also in many developing and developed economies. This is disturbing since little progress can be made in poverty reduction when inequality is high and rising. Moreover, contrary to earlier theories of development, high inequality tends to reduce economic growth, and therefore poverty reduction through growth. This paper finds evidence of a concave relationship between inequality and g...