WorldWideScience

Sample records for asynchronous event-driven particle

  1. Spatiotemporal Features for Asynchronous Event-based Data

    Directory of Open Access Journals (Sweden)

    Xavier eLagorce

    2015-02-01

    Full Text Available Bio-inspired asynchronous event-based vision sensors are currently introducing a paradigm shift in visual information processing. These new sensors rely on a stimulus-driven principle of light acquisition similar to biological retinas. They are event-driven and fully asynchronous, thereby reducing redundancy and encoding exact times of input signal changes, leading to a very precise temporal resolution. Approaches for higher-level computer vision often rely on the realiable detection of features in visual frames, but similar definitions of features for the novel dynamic and event-based visual input representation of silicon retinas have so far been lacking. This article addresses the problem of learning and recognizing features for event-based vision sensors, which capture properties of truly spatiotemporal volumes of sparse visual event information. A novel computational architecture for learning and encoding spatiotemporal features is introduced based on a set of predictive recurrent reservoir networks, competing via winner-take-all selection. Features are learned in an unsupervised manner from real-world input recorded with event-based vision sensors. It is shown that the networks in the architecture learn distinct and task-specific dynamic visual features, and can predict their trajectories over time.

  2. NEBULAS A High Performance Data-Driven Event-Building Architecture based on an Asynchronous Self-Routing Packet-Switching Network

    CERN Multimedia

    Costa, M; Letheren, M; Djidi, K; Gustafsson, L; Lazraq, T; Minerskjold, M; Tenhunen, H; Manabe, A; Nomachi, M; Watase, Y

    2002-01-01

    RD31 : The project is evaluating a new approach to event building for level-two and level-three processor farms at high rate experiments. It is based on the use of commercial switching fabrics to replace the traditional bus-based architectures used in most previous data acquisition sytems. Switching fabrics permit the construction of parallel, expandable, hardware-driven event builders that can deliver higher aggregate throughput than the bus-based architectures. A standard industrial switching fabric technology is being evaluated. It is based on Asynchronous Transfer Mode (ATM) packet-switching network technology. Commercial, expandable ATM switching fabrics and processor interfaces, now being developed for the future Broadband ISDN infrastructure, could form the basis of an implementation. The goals of the project are to demonstrate the viability of this approach, to evaluate the trade-offs involved in make versus buy options, to study the interfacing of the physics frontend data buffers to such a fabric, a...

  3. A Synchronous-Asynchronous Particle Swarm Optimisation Algorithm

    Science.gov (United States)

    Ab Aziz, Nor Azlina; Mubin, Marizan; Mohamad, Mohd Saberi; Ab Aziz, Kamarulzaman

    2014-01-01

    In the original particle swarm optimisation (PSO) algorithm, the particles' velocities and positions are updated after the whole swarm performance is evaluated. This algorithm is also known as synchronous PSO (S-PSO). The strength of this update method is in the exploitation of the information. Asynchronous update PSO (A-PSO) has been proposed as an alternative to S-PSO. A particle in A-PSO updates its velocity and position as soon as its own performance has been evaluated. Hence, particles are updated using partial information, leading to stronger exploration. In this paper, we attempt to improve PSO by merging both update methods to utilise the strengths of both methods. The proposed synchronous-asynchronous PSO (SA-PSO) algorithm divides the particles into smaller groups. The best member of a group and the swarm's best are chosen to lead the search. Members within a group are updated synchronously, while the groups themselves are asynchronously updated. Five well-known unimodal functions, four multimodal functions, and a real world optimisation problem are used to study the performance of SA-PSO, which is compared with the performances of S-PSO and A-PSO. The results are statistically analysed and show that the proposed SA-PSO has performed consistently well. PMID:25121109

  4. An asynchronous data-driven event-building scheme based on ATM switching fabrics

    International Nuclear Information System (INIS)

    Letheren, M.; Christiansen, J.; Mandjavidze, I.; Verhille, H.; De Prycker, M.; Pauwels, B.; Petit, G.; Wright, S.; Lumley, J.

    1994-01-01

    The very high data rates expected in experiments at the next generation of high luminosity hadron colliders will be handled by pipelined front-end readout electronics and multiple levels (2 or 3) of triggering. A variety of data acquisition architectures have been proposed for use downstream of the first level trigger. Depending on the architecture, the aggregate bandwidths required for event building are expected to be of the order 10--100 Gbit/s. Here, an Asynchronous Transfer Mode (ATM) packet-switching network technology is proposed as the interconnect for building high-performance, scalable data acquisition architectures. This paper introduces the relevant characteristics of ATM and describes components for the construction of an ATM-based event builder: (1) a multi-path, self-routing, scalable ATM switching fabric, (2) an experimental high performance workstation ATM-interface, and (3) a VMEbus ATM-interface. The requirement for traffic shaping in ATM-based event-builders is discussed and an analysis of the performance of several such schemes is presented

  5. Breaking The Millisecond Barrier On SpiNNaker: Implementing Asynchronous Event-Based Plastic Models With Microsecond Resolution

    Directory of Open Access Journals (Sweden)

    Xavier eLagorce

    2015-06-01

    Full Text Available Spike-based neuromorphic sensors such as retinas and cochleas, change the way in which the world is sampled. Instead of producing data sampled at a constant rate, these sensors output spikes that are asynchronous and event driven. The event-based nature of neuromorphic sensors implies a complete paradigm shift in current perception algorithms towards those that emphasize the importance of precise timing. The spikes produced by these sensors usually have a time resolution in the order of microseconds. This high temporal resolution is a crucial factor in learning tasks. It is also widely used in the field of biological neural networks. Sound localization for instance relies on detecting time lags between the two ears which, in the barn owl, reaches a temporal resolution of 5 microseconds. Current available neuromorphic computation platforms such as SpiNNaker often limit their users to a time resolution in the order of milliseconds that is not compatible with the asynchronous outputs of neuromorphic sensors. To overcome these limitations and allow for the exploration of new types of neuromorphic computing architectures, we introduce a novel software framework on the SpiNNaker platform. This framework allows for simulations of spiking networks and plasticity mechanisms using a completely asynchronous and event-based scheme running with a microsecond time resolution. Results on two example networks using this new implementation are presented.

  6. Self-Adaptive Event-Driven Simulation of Multi-Scale Plasma Systems

    Science.gov (United States)

    Omelchenko, Yuri; Karimabadi, Homayoun

    2005-10-01

    Multi-scale plasmas pose a formidable computational challenge. The explicit time-stepping models suffer from the global CFL restriction. Efficient application of adaptive mesh refinement (AMR) to systems with irregular dynamics (e.g. turbulence, diffusion-convection-reaction, particle acceleration etc.) may be problematic. To address these issues, we developed an alternative approach to time stepping: self-adaptive discrete-event simulation (DES). DES has origin in operations research, war games and telecommunications. We combine finite-difference and particle-in-cell techniques with this methodology by assuming two caveats: (1) a local time increment, dt for a discrete quantity f can be expressed in terms of a physically meaningful quantum value, df; (2) f is considered to be modified only when its change exceeds df. Event-driven time integration is self-adaptive as it makes use of causality rules rather than parametric time dependencies. This technique enables asynchronous flux-conservative update of solution in accordance with local temporal scales, removes the curse of the global CFL condition, eliminates unnecessary computation in inactive spatial regions and results in robust and fast parallelizable codes. It can be naturally combined with various mesh refinement techniques. We discuss applications of this novel technology to diffusion-convection-reaction systems and hybrid simulations of magnetosonic shocks.

  7. Verification and Planning for Stochastic Processes with Asynchronous Events

    National Research Council Canada - National Science Library

    Younes, Hakan L

    2005-01-01

    .... The most common assumption is that of history-independence: the Markov assumption. In this thesis, the author considers the problems of verification and planning for stochastic processes with asynchronous events, without relying on the Markov assumption...

  8. Generalized Asynchronous Systems

    Directory of Open Access Journals (Sweden)

    E. S. Kudryashova

    2012-01-01

    Full Text Available The paper consider a mathematical model of a concurrent system, the special case of which is an asynchronous system. Distributed asynchronous automata are introduced here. It is proved that Petri nets and transition systems with independence can be considered as distributed asynchronous automata. Time distributed asynchronous automata are defined in a standard way by correspondence which relates events with time intervals. It is proved that the time distributed asynchronous automata generalize time Petri nets and asynchronous systems.

  9. Asynchronous discrete event schemes for PDEs

    Science.gov (United States)

    Stone, D.; Geiger, S.; Lord, G. J.

    2017-08-01

    A new class of asynchronous discrete-event simulation schemes for advection-diffusion-reaction equations is introduced, based on the principle of allowing quanta of mass to pass through faces of a (regular, structured) Cartesian finite volume grid. The timescales of these events are linked to the flux on the face. The resulting schemes are self-adaptive, and local in both time and space. Experiments are performed on realistic physical systems related to porous media flow applications, including a large 3D advection diffusion equation and advection diffusion reaction systems. The results are compared to highly accurate reference solutions where the temporal evolution is computed with exponential integrator schemes using the same finite volume discretisation. This allows a reliable estimation of the solution error. Our results indicate a first order convergence of the error as a control parameter is decreased, and we outline a framework for analysis.

  10. Asynchronous sampled-data approach for event-triggered systems

    Science.gov (United States)

    Mahmoud, Magdi S.; Memon, Azhar M.

    2017-11-01

    While aperiodically triggered network control systems save a considerable amount of communication bandwidth, they also pose challenges such as coupling between control and event-condition design, optimisation of the available resources such as control, communication and computation power, and time-delays due to computation and communication network. With this motivation, the paper presents separate designs of control and event-triggering mechanism, thus simplifying the overall analysis, asynchronous linear quadratic Gaussian controller which tackles delays and aperiodic nature of transmissions, and a novel event mechanism which compares the cost of the aperiodic system against a reference periodic implementation. The proposed scheme is simulated on a linearised wind turbine model for pitch angle control and the results show significant improvement against the periodic counterpart.

  11. A Parallel Particle Swarm Optimization Algorithm Accelerated by Asynchronous Evaluations

    Science.gov (United States)

    Venter, Gerhard; Sobieszczanski-Sobieski, Jaroslaw

    2005-01-01

    A parallel Particle Swarm Optimization (PSO) algorithm is presented. Particle swarm optimization is a fairly recent addition to the family of non-gradient based, probabilistic search algorithms that is based on a simplified social model and is closely tied to swarming theory. Although PSO algorithms present several attractive properties to the designer, they are plagued by high computational cost as measured by elapsed time. One approach to reduce the elapsed time is to make use of coarse-grained parallelization to evaluate the design points. Previous parallel PSO algorithms were mostly implemented in a synchronous manner, where all design points within a design iteration are evaluated before the next iteration is started. This approach leads to poor parallel speedup in cases where a heterogeneous parallel environment is used and/or where the analysis time depends on the design point being analyzed. This paper introduces an asynchronous parallel PSO algorithm that greatly improves the parallel e ciency. The asynchronous algorithm is benchmarked on a cluster assembled of Apple Macintosh G5 desktop computers, using the multi-disciplinary optimization of a typical transport aircraft wing as an example.

  12. An event driven algorithm for fractal cluster formation

    NARCIS (Netherlands)

    González, S.; Gonzalez Briones, Sebastián; Thornton, Anthony Richard; Luding, Stefan

    2011-01-01

    A new cluster based event-driven algorithm is developed to simulate the formation of clusters in a two dimensional gas: particles move freely until they collide and "stick" together irreversibly. These clusters aggregate into bigger structures in an isotompic way, forming fractal structures whose

  13. An event driven algorithm for fractal cluster formation

    NARCIS (Netherlands)

    González, S.; Thornton, Anthony Richard; Luding, Stefan

    2010-01-01

    A new cluster based event-driven algorithm is developed to simulate the formation of clusters in a two dimensional gas: particles move freely until they collide and "stick" together irreversibly. These clusters aggregate into bigger structures in an isotompic way, forming fractal structures whose

  14. Bio-Inspired Asynchronous Pixel Event Tricolor Vision Sensor.

    Science.gov (United States)

    Lenero-Bardallo, Juan Antonio; Bryn, D H; Hafliger, Philipp

    2014-06-01

    This article investigates the potential of the first ever prototype of a vision sensor that combines tricolor stacked photo diodes with the bio-inspired asynchronous pixel event communication protocol known as Address Event Representation (AER). The stacked photo diodes are implemented in a 22 × 22 pixel array in a standard STM 90 nm CMOS process. Dynamic range is larger than 60 dB and pixels fill factor is 28%. The pixels employ either simple pulse frequency modulation (PFM) or a Time-to-First-Spike (TFS) mode. A heuristic linear combination of the chip's inherent pseudo colors serves to approximate RGB color representation. Furthermore, the sensor outputs can be processed to represent the radiation in the near infrared (NIR) band without employing external filters, and to color-encode direction of motion due to an asymmetry in the update rates of the different diode layers.

  15. Event-driven Adaptation in COP

    Directory of Open Access Journals (Sweden)

    Pierpaolo Degano

    2016-06-01

    Full Text Available Context-Oriented Programming languages provide us with primitive constructs to adapt program behaviour depending on the evolution of their operational environment, namely the context. In previous work we proposed ML_CoDa, a context-oriented language with two-components: a declarative constituent for programming the context and a functional one for computing. This paper describes an extension of ML_CoDa to deal with adaptation to unpredictable context changes notified by asynchronous events.

  16. Data-Driven Based Asynchronous Motor Control for Printing Servo Systems

    Science.gov (United States)

    Bian, Min; Guo, Qingyun

    Modern digital printing equipment aims to the environmental-friendly industry with high dynamic performances and control precision and low vibration and abrasion. High performance motion control system of printing servo systems was required. Control system of asynchronous motor based on data acquisition was proposed. Iterative learning control (ILC) algorithm was studied. PID control was widely used in the motion control. However, it was sensitive to the disturbances and model parameters variation. The ILC applied the history error data and present control signals to approximate the control signal directly in order to fully track the expect trajectory without the system models and structures. The motor control algorithm based on the ILC and PID was constructed and simulation results were given. The results show that data-driven control method is effective dealing with bounded disturbances for the motion control of printing servo systems.

  17. Asynchronous response of tropical forest leaf phenology to seasonal and el Niño-driven drought.

    Directory of Open Access Journals (Sweden)

    Stephanie Pau

    2010-06-01

    Full Text Available The Hawaiian Islands are an ideal location to study the response of tropical forests to climate variability because of their extreme isolation in the middle of the Pacific, which makes them especially sensitive to El Niño-Southern Oscillation (ENSO. Most research examining the response of tropical forests to drought or El Niño have focused on rainforests, however, tropical dry forests cover a large area of the tropics and may respond very differently than rainforests. We use satellite-derived Normalized Difference Vegetation Index (NDVI from February 2000-February 2009 to show that rainforests and dry forests in the Hawaiian Islands exhibit asynchronous responses in leaf phenology to seasonal and El Niño-driven drought. Dry forest NDVI was more tightly coupled with precipitation compared to rainforest NDVI. Rainforest cloud frequency was negatively correlated with the degree of asynchronicity (Delta(NDVI between forest types, most strongly at a 1-month lag. Rainforest green-up and dry forest brown-down was particularly apparent during the 2002-003 El Niño. The spatial pattern of NDVI response to the NINO 3.4 Sea Surface Temperature (SST index during 2002-2003 showed that the leeward side exhibited significant negative correlations to increased SSTs, whereas the windward side exhibited significant positive correlations to increased SSTs, most evident at an 8 to 9-month lag. This study demonstrates that different tropical forest types exhibit asynchronous responses to seasonal and El Niño-driven drought, and suggests that mechanisms controlling dry forest leaf phenology are related to water-limitation, whereas rainforests are more light-limited.

  18. Event-Driven Contrastive Divergence for Spiking Neuromorphic Systems

    Directory of Open Access Journals (Sweden)

    Emre eNeftci

    2014-01-01

    Full Text Available Restricted Boltzmann Machines (RBMs and Deep Belief Networks have been demonstrated to perform efficiently in variety of applications, such as dimensionality reduction, feature learning, and classification. Their implementation on neuromorphic hardware platforms emulating large-scale networks of spiking neurons can have significant advantages from the perspectives of scalability, power dissipation and real-time interfacing with the environment. However the traditional RBM architecture and the commonly used training algorithm known as Contrastive Divergence (CD are based on discrete updates and exact arithmetics which do not directly map onto a dynamical neural substrate. Here, we present an event-driven variation of CD to train a RBM constructed with Integrate & Fire (I&F neurons, that is constrained by the limitations of existing and near future neuromorphic hardware platforms. Our strategy is based on neural sampling, which allows us to synthesize a spiking neural network that samples from a target Boltzmann distribution. The reverberating activity of the network replaces the discrete steps of the CD algorithm, while Spike Time Dependent Plasticity (STDP carries out the weight updates in an online, asynchronous fashion.We demonstrate our approach by training an RBM composed of leaky I&F neurons with STDP synapses to learn a generative model of the MNIST hand-written digit dataset, and by testing it in recognition, generation and cue integration tasks. Our results contribute to a machine learning-driven approach for synthesizing networks of spiking neurons capable of carrying out practical, high-level functionality.

  19. Event-driven contrastive divergence for spiking neuromorphic systems.

    Science.gov (United States)

    Neftci, Emre; Das, Srinjoy; Pedroni, Bruno; Kreutz-Delgado, Kenneth; Cauwenberghs, Gert

    2013-01-01

    Restricted Boltzmann Machines (RBMs) and Deep Belief Networks have been demonstrated to perform efficiently in a variety of applications, such as dimensionality reduction, feature learning, and classification. Their implementation on neuromorphic hardware platforms emulating large-scale networks of spiking neurons can have significant advantages from the perspectives of scalability, power dissipation and real-time interfacing with the environment. However, the traditional RBM architecture and the commonly used training algorithm known as Contrastive Divergence (CD) are based on discrete updates and exact arithmetics which do not directly map onto a dynamical neural substrate. Here, we present an event-driven variation of CD to train a RBM constructed with Integrate & Fire (I&F) neurons, that is constrained by the limitations of existing and near future neuromorphic hardware platforms. Our strategy is based on neural sampling, which allows us to synthesize a spiking neural network that samples from a target Boltzmann distribution. The recurrent activity of the network replaces the discrete steps of the CD algorithm, while Spike Time Dependent Plasticity (STDP) carries out the weight updates in an online, asynchronous fashion. We demonstrate our approach by training an RBM composed of leaky I&F neurons with STDP synapses to learn a generative model of the MNIST hand-written digit dataset, and by testing it in recognition, generation and cue integration tasks. Our results contribute to a machine learning-driven approach for synthesizing networks of spiking neurons capable of carrying out practical, high-level functionality.

  20. Asynchronous networks: modularization of dynamics theorem

    Science.gov (United States)

    Bick, Christian; Field, Michael

    2017-02-01

    Building on the first part of this paper, we develop the theory of functional asynchronous networks. We show that a large class of functional asynchronous networks can be (uniquely) represented as feedforward networks connecting events or dynamical modules. For these networks we can give a complete description of the network function in terms of the function of the events comprising the network: the modularization of dynamics theorem. We give examples to illustrate the main results.

  1. Automated Testing of Event-Driven Applications

    DEFF Research Database (Denmark)

    Jensen, Casper Svenning

    may be tested by selecting an interesting input (i.e. a sequence of events), and deciding if a failure occurs when the selected input is applied to the event-driven application under test. Automated testing promises to reduce the workload for developers by automatically selecting interesting inputs...... and detect failures. However, it is non-trivial to conduct automated testing of event-driven applications because of, for example, infinite input spaces and the absence of specifications of correct application behavior. In this PhD dissertation, we identify a number of specific challenges when conducting...... automated testing of event-driven applications, and we present novel techniques for solving these challenges. First, we present an algorithm for stateless model-checking of event-driven applications with partial-order reduction, and we show how this algorithm may be used to systematically test web...

  2. An Event-Driven Hybrid Molecular Dynamics and Direct Simulation Monte Carlo Algorithm

    Energy Technology Data Exchange (ETDEWEB)

    Donev, A; Garcia, A L; Alder, B J

    2007-07-30

    A novel algorithm is developed for the simulation of polymer chains suspended in a solvent. The polymers are represented as chains of hard spheres tethered by square wells and interact with the solvent particles with hard core potentials. The algorithm uses event-driven molecular dynamics (MD) for the simulation of the polymer chain and the interactions between the chain beads and the surrounding solvent particles. The interactions between the solvent particles themselves are not treated deterministically as in event-driven algorithms, rather, the momentum and energy exchange in the solvent is determined stochastically using the Direct Simulation Monte Carlo (DSMC) method. The coupling between the solvent and the solute is consistently represented at the particle level, however, unlike full MD simulations of both the solvent and the solute, the spatial structure of the solvent is ignored. The algorithm is described in detail and applied to the study of the dynamics of a polymer chain tethered to a hard wall subjected to uniform shear. The algorithm closely reproduces full MD simulations with two orders of magnitude greater efficiency. Results do not confirm the existence of periodic (cycling) motion of the polymer chain.

  3. CCS, locations and asynchronous transition systems

    DEFF Research Database (Denmark)

    Mukund, Madhavan; Nielsen, Mogens

    1992-01-01

    We provide a simple non-interleaved operational semantics for CCS in terms of asynchronous transition systems. We identify the concurrency present in the system in a natural way, in terms of events occurring at independent locations in the system. We extend the standard interleaving transition...... system for CCS by introducing labels on the transitions with information about the locations of events. We then show that the resulting transition system is an asynchronous transition system which has the additional property of being elementary, which means that it can also be represented by a 1-safe net....... We also introduce a notion of bisimulation on asynchronous transition systems which preserves independence. We conjecture that the induced equivalence on CCS processes coincides with the notion of location equivalence proposed by Boudol et al....

  4. Second-Order Multiagent Systems with Event-Driven Consensus Control

    Directory of Open Access Journals (Sweden)

    Jiangping Hu

    2013-01-01

    Full Text Available Event-driven control scheduling strategies for multiagent systems play a key role in future use of embedded microprocessors of limited resources that gather information and actuate the agent control updates. In this paper, a distributed event-driven consensus problem is considered for a multi-agent system with second-order dynamics. Firstly, two kinds of event-driven control laws are, respectively, designed for both leaderless and leader-follower systems. Then, the input-to-state stability of the closed-loop multi-agent system with the proposed event-driven consensus control is analyzed and the bound of the inter-event times is ensured. Finally, some numerical examples are presented to validate the proposed event-driven consensus control.

  5. An asynchronous data-driven readout prototype for CEPC vertex detector

    Science.gov (United States)

    Yang, Ping; Sun, Xiangming; Huang, Guangming; Xiao, Le; Gao, Chaosong; Huang, Xing; Zhou, Wei; Ren, Weiping; Li, Yashu; Liu, Jianchao; You, Bihui; Zhang, Li

    2017-12-01

    The Circular Electron Positron Collider (CEPC) is proposed as a Higgs boson and/or Z boson factory for high-precision measurements on the Higgs boson. The precision of secondary vertex impact parameter plays an important role in such measurements which typically rely on flavor-tagging. Thus silicon CMOS Pixel Sensors (CPS) are the most promising technology candidate for a CEPC vertex detector, which can most likely feature a high position resolution, a low power consumption and a fast readout simultaneously. For the R&D of the CEPC vertex detector, we have developed a prototype MIC4 in the Towerjazz 180 nm CMOS Image Sensor (CIS) process. We have proposed and implemented a new architecture of asynchronous zero-suppression data-driven readout inside the matrix combined with a binary front-end inside the pixel. The matrix contains 128 rows and 64 columns with a small pixel pitch of 25 μm. The readout architecture has implemented the traditional OR-gate chain inside a super pixel combined with a priority arbiter tree between the super pixels, only reading out relevant pixels. The MIC4 architecture will be introduced in more detail in this paper. It will be taped out in May and will be characterized when the chip comes back.

  6. Applications of laser-driven particle acceleration

    CERN Document Server

    Parodi, Katia; Schreiber, Jorg

    2018-01-01

    The first book of its kind to highlight the unique capabilities of laser-driven acceleration and its diverse potential, Applications of Laser-Driven Particle Acceleration presents the basic understanding of acceleration concepts and envisioned prospects for selected applications. As the main focus, this new book explores exciting and diverse application possibilities, with emphasis on those uniquely enabled by the laser driver that can also be meaningful and realistic for potential users. A key aim of the book is to inform multiple, interdisciplinary research communities of the new possibilities available and to inspire them to engage with laser-driven acceleration, further motivating and advancing this developing field. Material is presented in a thorough yet accessible manner, making it a valuable reference text for general scientific and engineering researchers who are not necessarily subject matter experts. Applications of Laser-Driven Particle Acceleration is edited by Professors Paul R. Bolton, Katia ...

  7. Event management for large scale event-driven digital hardware spiking neural networks.

    Science.gov (United States)

    Caron, Louis-Charles; D'Haene, Michiel; Mailhot, Frédéric; Schrauwen, Benjamin; Rouat, Jean

    2013-09-01

    The interest in brain-like computation has led to the design of a plethora of innovative neuromorphic systems. Individually, spiking neural networks (SNNs), event-driven simulation and digital hardware neuromorphic systems get a lot of attention. Despite the popularity of event-driven SNNs in software, very few digital hardware architectures are found. This is because existing hardware solutions for event management scale badly with the number of events. This paper introduces the structured heap queue, a pipelined digital hardware data structure, and demonstrates its suitability for event management. The structured heap queue scales gracefully with the number of events, allowing the efficient implementation of large scale digital hardware event-driven SNNs. The scaling is linear for memory, logarithmic for logic resources and constant for processing time. The use of the structured heap queue is demonstrated on a field-programmable gate array (FPGA) with an image segmentation experiment and a SNN of 65,536 neurons and 513,184 synapses. Events can be processed at the rate of 1 every 7 clock cycles and a 406×158 pixel image is segmented in 200 ms. Copyright © 2013 Elsevier Ltd. All rights reserved.

  8. Asynchronous data-driven classification of weapon systems

    International Nuclear Information System (INIS)

    Jin, Xin; Mukherjee, Kushal; Gupta, Shalabh; Ray, Asok; Phoha, Shashi; Damarla, Thyagaraju

    2009-01-01

    This communication addresses real-time weapon classification by analysis of asynchronous acoustic data, collected from microphones on a sensor network. The weapon classification algorithm consists of two parts: (i) feature extraction from time-series data using symbolic dynamic filtering (SDF), and (ii) pattern classification based on the extracted features using the language measure (LM) and support vector machine (SVM). The proposed algorithm has been tested on field data, generated by firing of two types of rifles. The results of analysis demonstrate high accuracy and fast execution of the pattern classification algorithm with low memory requirements. Potential applications include simultaneous shooter localization and weapon classification with soldier-wearable networked sensors. (rapid communication)

  9. SOLAR ENERGETIC PARTICLE EVENTS AND THE KIPLINGER EFFECT

    International Nuclear Information System (INIS)

    Kahler, S. W.

    2012-01-01

    The Kiplinger effect is an observed association of solar energetic (E > 10 MeV) particle (SEP) events with a 'soft-hard-harder' (SHH) spectral evolution during the extended phases of the associated solar hard (E > 30 keV) X-ray (HXR) flares. Besides its possible use as a space weather predictor of SEP events, the Kiplinger effect has been interpreted as evidence of SEP production in the flare site itself, contradicting the widely accepted view that particles of large SEP events are predominately or entirely accelerated in shocks driven by coronal mass ejections (CMEs). We review earlier work to develop flare soft X-ray (SXR) and HXR spectra as SEP event forecast tools and then examine recent Reuven Ramaty High-Energy Solar Spectroscopic Imager (RHESSI) evidence supporting the association of SHH HXR flares with large SEP events. We point out that ad hoc prediction criteria using the CME widths and SXR flare durations of associated RHESSI hard X-ray bursts (HXBs) can yield results comparable to those of the SHH prediction criteria. An examination of the RHESSI dynamic plots reveals several ambiguities in the determination of whether and when the SHH criteria are fulfilled, which must be quantified and applied consistently before an SHH-based predictive tool can be made. A comparative HXR spectral study beginning with the large population of relatively smaller SEP events has yet to be done, and we argue that those events will not be so well predicted by the SHH criteria. SHH HXR flares and CMEs are both components of large eruptive flare events, which accounts for the good connection of the SHH HXR flares with SEP events.

  10. Event-Triggered Asynchronous Guaranteed Cost Control for Markov Jump Discrete-Time Neural Networks With Distributed Delay and Channel Fading.

    Science.gov (United States)

    Yan, Huaicheng; Zhang, Hao; Yang, Fuwen; Zhan, Xisheng; Peng, Chen

    2017-08-18

    This paper is concerned with the guaranteed cost control problem for a class of Markov jump discrete-time neural networks (NNs) with event-triggered mechanism, asynchronous jumping, and fading channels. The Markov jump NNs are introduced to be close to reality, where the modes of the NNs and guaranteed cost controller are determined by two mutually independent Markov chains. The asynchronous phenomenon is considered, which increases the difficulty of designing required mode-dependent controller. The event-triggered mechanism is designed by comparing the relative measurement error with the last triggered state at the process of data transmission, which is used to eliminate dispensable transmission and reduce the networked energy consumption. In addition, the signal fading is considered for the effect of signal reflection and shadow in wireless networks, which is modeled by the novel Rice fading models. Some novel sufficient conditions are obtained to guarantee that the closed-loop system reaches a specified cost value under the designed jumping state feedback control law in terms of linear matrix inequalities. Finally, some simulation results are provided to illustrate the effectiveness of the proposed method.

  11. The Design of Finite State Machine for Asynchronous Replication Protocol

    Science.gov (United States)

    Wang, Yanlong; Li, Zhanhuai; Lin, Wei; Hei, Minglei; Hao, Jianhua

    Data replication is a key way to design a disaster tolerance system and to achieve reliability and availability. It is difficult for a replication protocol to deal with the diverse and complex environment. This means that data is less well replicated than it ought to be. To reduce data loss and to optimize replication protocols, we (1) present a finite state machine, (2) run it to manage an asynchronous replication protocol and (3) report a simple evaluation of the asynchronous replication protocol based on our state machine. It's proved that our state machine is applicable to guarantee the asynchronous replication protocol running in the proper state to the largest extent in the event of various possible events. It also can helpful to build up replication-based disaster tolerance systems to ensure the business continuity.

  12. A Performance Study on Synchronous and Asynchronous Update Rules for A Plug-In Direct Particle Swarm Repetitive Controller

    Directory of Open Access Journals (Sweden)

    Ufnalski Bartlomiej

    2014-12-01

    Full Text Available In this paper two different update schemes for the recently developed plug-in direct particle swarm repetitive controller (PDPSRC are investigated and compared. The proposed approach employs the particle swarm optimizer (PSO to solve in on-line mode a dynamic optimization problem (DOP related to the control task in the constant-amplitude constant-frequency voltage-source inverter (CACF VSI with an LC output filter. The effectiveness of synchronous and asynchronous update rules, both commonly used in static optimization problems (SOPs, is assessed and compared in the case of PDPSRC. The performance of the controller, when synthesized using each of the update schemes, is studied numerically.

  13. Three-dimensional particle tracking velocimetry using dynamic vision sensors

    Science.gov (United States)

    Borer, D.; Delbruck, T.; Rösgen, T.

    2017-12-01

    A fast-flow visualization method is presented based on tracking neutrally buoyant soap bubbles with a set of neuromorphic cameras. The "dynamic vision sensors" register only the changes in brightness with very low latency, capturing fast processes at a low data rate. The data consist of a stream of asynchronous events, each encoding the corresponding pixel position, the time instant of the event and the sign of the change in logarithmic intensity. The work uses three such synchronized cameras to perform 3D particle tracking in a medium sized wind tunnel. The data analysis relies on Kalman filters to associate the asynchronous events with individual tracers and to reconstruct the three-dimensional path and velocity based on calibrated sensor information.

  14. Functional asynchronous networks: Factorization of dynamics and function

    Directory of Open Access Journals (Sweden)

    Bick Christian

    2016-01-01

    Full Text Available In this note we describe the theory of functional asynchronous networks and one of the main results, the Modularization of Dynamics Theorem, which for a large class of functional asynchronous networks gives a factorization of dynamics in terms of constituent subnetworks. For these networks we can give a complete description of the network function in terms of the function of the events comprising the network and thereby answer a question originally raised by Alon in the context of biological networks.

  15. Retinal Vessel Segmentation Based on Primal-Dual Asynchronous Particle Swarm Optimisation (pdAPSO Algorithm

    Directory of Open Access Journals (Sweden)

    E. G. Dada

    2017-04-01

    Full Text Available Acute damage to the retina vessel has been identified to be main reason for blindness and impaired vision all over the world. A timely detection and control of these illnesses can greatly decrease the number of loss of sight cases. Developing a high performance unsupervised retinal vessel segmentation technique poses an uphill task. This paper presents study on the Primal-Dual Asynchronous Particle Swarm Optimisation (pdAPSO method for the segmentation of retinal vessels. A maximum average accuracy rate 0.9243 with an average specificity of sensitivity rate of 0.9834 and average sensitivity rate of 0.5721 were achieved on DRIVE database. The proposed method produces higher mean sensitivity and accuracy rates in the same range of very good specificity.

  16. Novelty-driven Particle Swarm Optimization

    DEFF Research Database (Denmark)

    Galvao, Diana; Lehman, Joel Anthony; Urbano, Paulo

    2015-01-01

    Particle Swarm Optimization (PSO) is a well-known population-based optimization algorithm. Most often it is applied to optimize objective-based fitness functions that reward progress towards a desired objective or behavior. As a result, search increasingly focuses on higher-fitness areas. However......, in problems with many local optima, such focus often leads to premature convergence that precludes reaching the intended objective. To remedy this problem in certain types of domains, this paper introduces Novelty-driven Particle Swarm Optimization (NdPSO), which is motivated by the novelty search algorithm...

  17. Low latency asynchronous interface circuits

    Science.gov (United States)

    Sadowski, Greg

    2017-06-20

    In one form, a logic circuit includes an asynchronous logic circuit, a synchronous logic circuit, and an interface circuit coupled between the asynchronous logic circuit and the synchronous logic circuit. The asynchronous logic circuit has a plurality of asynchronous outputs for providing a corresponding plurality of asynchronous signals. The synchronous logic circuit has a plurality of synchronous inputs corresponding to the plurality of asynchronous outputs, a stretch input for receiving a stretch signal, and a clock output for providing a clock signal. The synchronous logic circuit provides the clock signal as a periodic signal but prolongs a predetermined state of the clock signal while the stretch signal is active. The asynchronous interface detects whether metastability could occur when latching any of the plurality of the asynchronous outputs of the asynchronous logic circuit using said clock signal, and activates the stretch signal while the metastability could occur.

  18. Synaptotagmin-7 is an asynchronous calcium sensor for synaptic transmission in neurons expressing SNAP-23.

    Directory of Open Access Journals (Sweden)

    Jens P Weber

    Full Text Available Synchronization of neurotransmitter release with the presynaptic action potential is essential for maintaining fidelity of information transfer in the central nervous system. However, synchronous release is frequently accompanied by an asynchronous release component that builds up during repetitive stimulation, and can even play a dominant role in some synapses. Here, we show that substitution of SNAP-23 for SNAP-25 in mouse autaptic glutamatergic hippocampal neurons results in asynchronous release and a higher frequency of spontaneous release events (mEPSCs. Use of neurons from double-knock-out (SNAP-25, synaptotagmin-7 mice in combination with viral transduction showed that SNAP-23-driven release is triggered by endogenous synaptotagmin-7. In the absence of synaptotagmin-7 release became even more asynchronous, and the spontaneous release rate increased even more, indicating that synaptotagmin-7 acts to synchronize release and suppress spontaneous release. However, compared to synaptotagmin-1, synaptotagmin-7 is a both leaky and asynchronous calcium sensor. In the presence of SNAP-25, consequences of the elimination of synaptotagmin-7 were small or absent, indicating that the protein pairs SNAP-25/synaptotagmin-1 and SNAP-23/synaptotagmin-7 might act as mutually exclusive calcium sensors. Expression of fusion proteins between pHluorin (pH-sensitive GFP and synaptotagmin-1 or -7 showed that vesicles that fuse using the SNAP-23/synaptotagmin-7 combination contained synaptotagmin-1, while synaptotagmin-7 barely displayed activity-dependent trafficking between vesicle and plasma membrane, implying that it acts as a plasma membrane calcium sensor. Overall, these findings support the idea of alternative syt∶SNARE combinations driving release with different kinetics and fidelity.

  19. A semi-analytical foreshock model for energetic storm particle events inside 1 AU

    Directory of Open Access Journals (Sweden)

    Vainio Rami

    2014-02-01

    Full Text Available We have constructed a semi-analytical model of the energetic-ion foreshock of a CME-driven coronal/interplanetary shock wave responsible for the acceleration of large solar energetic particle (SEP events. The model is based on the analytical model of diffusive shock acceleration of Bell (1978, appended with a temporal dependence of the cut-off momentum of the energetic particles accelerated at the shock, derived from the theory. Parameters of the model are re-calibrated using a fully time-dependent self-consistent simulation model of the coupled particle acceleration and Alfvén-wave generation upstream of the shock. Our results show that analytical estimates of the cut-off energy resulting from the simplified theory and frequently used in SEP modelling are overestimating the cut-off momentum at the shock by one order magnitude. We show also that the cut-off momentum observed remotely far upstream of the shock (e.g., at 1 AU can be used to infer the properties of the foreshock and the resulting energetic storm particle (ESP event, when the shock is still at small distances from the Sun, unaccessible to the in-situ observations. Our results can be used in ESP event modelling for future missions to the inner heliosphere, like the Solar Orbiter and Solar Probe Plus as well as in developing acceleration models for SEP events in the solar corona.

  20. Symmetry breaking in clogging for oppositely driven particles

    Science.gov (United States)

    Glanz, Tobias; Wittkowski, Raphael; Löwen, Hartmut

    2016-11-01

    The clogging behavior of a symmetric binary mixture of colloidal particles that are driven in opposite directions through constrictions is explored by Brownian dynamics simulations and theory. A dynamical state with a spontaneously broken symmetry occurs where one species is flowing and the other is blocked for a long time, which can be tailored by the size of the constrictions. Moreover, we find self-organized oscillations in clogging and unclogging of the two species. Apart from statistical physics, our results are of relevance for fields like biology, chemistry, and crowd management, where ions, microparticles, pedestrians, or other particles are driven in opposite directions through constrictions.

  1. An Evaluation of Parallel Synchronous and Conservative Asynchronous Logic-Level Simulations

    Directory of Open Access Journals (Sweden)

    Ausif Mahmood

    1996-01-01

    a circuit remain fixed during the entire simulation. We remove this limitation and, by extending the analyses to multi-input, multi-output circuits with an arbitrary number of input events, show that the conservative asynchronous simulation extracts more parallelism and executes faster than synchronous simulation in general. Our conclusions are supported by a comparison of the idealized execution times of synchronous and conservative asynchronous algorithms on ISCAS combinational and sequential benchmark circuits.

  2. Macroscale particle simulation of externally driven magnetic reconnection

    International Nuclear Information System (INIS)

    Murakami, Sadayoshi; Sato, Tetsuya.

    1991-09-01

    Externally driven reconnection, assuming an anomalous particle collision model, is numerically studied by means of a 2.5D macroscale particle simulation code in which the field and particle motions are solved self-consistently. Explosive magnetic reconnection and energy conversion are observed as a result of slow shock formation. Electron and ion distribution functions exhibit large bulk acceleration and heating of the plasma. Simulation runs with different collision parameters suggest that the development of reconnection, particle acceleration and heating do not significantly depend on the parameters of the collision model. (author)

  3. Asynchronous control for networked systems

    CERN Document Server

    Rubio, Francisco; Bencomo, Sebastián

    2015-01-01

    This book sheds light on networked control systems; it describes different techniques for asynchronous control, moving away from the periodic actions of classical control, replacing them with state-based decisions and reducing the frequency with which communication between subsystems is required. The text focuses specially on event-based control. Split into two parts, Asynchronous Control for Networked Systems begins by addressing the problems of single-loop networked control systems, laying out various solutions which include two alternative model-based control schemes (anticipatory and predictive) and the use of H2/H∞ robust control to deal with network delays and packet losses. Results on self-triggering and send-on-delta sampling are presented to reduce the need for feedback in the loop. In Part II, the authors present solutions for distributed estimation and control. They deal first with reliable networks and then extend their results to scenarios in which delays and packet losses may occur. The novel ...

  4. Sawtooth events and O+ in the plasma sheet and boundary layer: CME- and SIR-driven events

    Science.gov (United States)

    Lund, E. J.; Nowrouzi, N.; Kistler, L. M.; Cai, X.; Liao, J.

    2017-12-01

    The role of ionospheric ions in sawtooth events is an open question. Simulations[1,2,3] suggest that O+ from the ionosphere produces a feedback mechanism for driving sawtooth events. However, observational evidence[4,5] suggest that the presence of O+ in the plasma sheet is neither necessary nor sufficient. In this study we investigate whether the solar wind driver of the geomagnetic storm has an effect on the result. Building on an earlier study[4] that used events for which Cluster data is available in the plasma sheet and boundary layer, we perform a superposed epoch analysis for coronal mass ejection (CME) driven storms and streaming interaction region (SIR) driven storms separately, to investigate the hypothesis that ionospheric O+ is an important contributor for CME-driven storms but not SIR-driven storms[2]. [1]O. J. Brambles et al. (2011), Science 332, 1183.[2]O. J. Brambles et al. (2013), JGR 118, 6026.[3]R. H. Varney et al. (2016), JGR 121, 9688.[4]J. Liao et al. (2014), JGR 119, 1572.[5]E. J. Lund et al. (2017), JGR, submitted.

  5. Particle transport in 3He-rich events: wave-particle interactions and particle anisotropy measurements

    Directory of Open Access Journals (Sweden)

    B. T. Tsurutani

    2002-04-01

    Full Text Available Energetic particles and MHD waves are studied using simultaneous ISEE-3 data to investigate particle propagation and scattering between the source near the Sun and 1 AU. 3 He-rich events are of particular interest because they are typically low intensity "scatter-free" events. The largest solar proton events are of interest because they have been postulated to generate their own waves through beam instabilities. For 3 He-rich events, simultaneous interplanetary magnetic spectra are measured. The intensity of the interplanetary "fossil" turbulence through which the particles have traversed is found to be at the "quiet" to "intermediate" level of IMF activity. Pitch angle scattering rates and the corresponding particle mean free paths lW - P are calculated using the measured wave intensities, polarizations, and k directions. The values of lW - P are found to be ~ 5 times less than the value of lHe , the latter derived from He intensity and anisotropy time profiles. It is demonstrated by computer simulation that scattering rates through a 90° pitch angle are lower than that of other pitch angles, and that this is a possible explanation for the discrepancy between the lW - P and lHe values. At this time the scattering mechanism(s is unknown. We suggest a means where a direct comparison between the two l values could be made. Computer simulations indicate that although scattering through 90° is lower, it still occurs. Possibilities are either large pitch angle scattering through resonant interactions, or particle mirroring off of field compression regions. The largest solar proton events are analyzed to investigate the possibilities of local wave generation at 1 AU. In accordance with the results of a previous calculation (Gary et al., 1985 of beam stability, proton beams at 1 AU are found to be marginally stable. No evidence for substantial wave amplitude was found. Locally generated waves, if present, were less than 10-3 nT 2 Hz-1 at the leading

  6. Particle transport in 3He-rich events: wave-particle interactions and particle anisotropy measurements

    Directory of Open Access Journals (Sweden)

    T. Hada

    Full Text Available Energetic particles and MHD waves are studied using simultaneous ISEE-3 data to investigate particle propagation and scattering between the source near the Sun and 1 AU. 3 He-rich events are of particular interest because they are typically low intensity "scatter-free" events. The largest solar proton events are of interest because they have been postulated to generate their own waves through beam instabilities. For 3 He-rich events, simultaneous interplanetary magnetic spectra are measured. The intensity of the interplanetary "fossil" turbulence through which the particles have traversed is found to be at the "quiet" to "intermediate" level of IMF activity. Pitch angle scattering rates and the corresponding particle mean free paths lW - P are calculated using the measured wave intensities, polarizations, and k directions. The values of lW - P are found to be ~ 5 times less than the value of lHe , the latter derived from He intensity and anisotropy time profiles. It is demonstrated by computer simulation that scattering rates through a 90° pitch angle are lower than that of other pitch angles, and that this is a possible explanation for the discrepancy between the lW - P and lHe values. At this time the scattering mechanism(s is unknown. We suggest a means where a direct comparison between the two l values could be made. Computer simulations indicate that although scattering through 90° is lower, it still occurs. Possibilities are either large pitch angle scattering through resonant interactions, or particle mirroring off of field compression regions. The largest solar proton events are analyzed to investigate the possibilities of local wave generation at 1 AU. In accordance with the results of a previous calculation (Gary et al., 1985 of beam stability, proton beams at 1 AU are found to be marginally stable. No evidence for substantial wave amplitude was found. Locally generated waves, if present, were less than 10-3 nT 2 Hz-1 at the leading

  7. A Scalable Multicore Architecture With Heterogeneous Memory Structures for Dynamic Neuromorphic Asynchronous Processors (DYNAPs).

    Science.gov (United States)

    Moradi, Saber; Qiao, Ning; Stefanini, Fabio; Indiveri, Giacomo

    2018-02-01

    Neuromorphic computing systems comprise networks of neurons that use asynchronous events for both computation and communication. This type of representation offers several advantages in terms of bandwidth and power consumption in neuromorphic electronic systems. However, managing the traffic of asynchronous events in large scale systems is a daunting task, both in terms of circuit complexity and memory requirements. Here, we present a novel routing methodology that employs both hierarchical and mesh routing strategies and combines heterogeneous memory structures for minimizing both memory requirements and latency, while maximizing programming flexibility to support a wide range of event-based neural network architectures, through parameter configuration. We validated the proposed scheme in a prototype multicore neuromorphic processor chip that employs hybrid analog/digital circuits for emulating synapse and neuron dynamics together with asynchronous digital circuits for managing the address-event traffic. We present a theoretical analysis of the proposed connectivity scheme, describe the methods and circuits used to implement such scheme, and characterize the prototype chip. Finally, we demonstrate the use of the neuromorphic processor with a convolutional neural network for the real-time classification of visual symbols being flashed to a dynamic vision sensor (DVS) at high speed.

  8. Reconstructing particle masses in events with displaced vertices

    Science.gov (United States)

    Cottin, Giovanna

    2018-03-01

    We propose a simple way to extract particle masses given a displaced vertex signature in event topologies where two long-lived mother particles decay to visible particles and an invisible daughter. The mother could be either charged or neutral and the neutral daughter could correspond to a dark matter particle in different models. The method allows to extract the parent and daughter masses by using on-shell conditions and energy-momentum conservation, in addition to the displaced decay positions of the parents, which allows to solve the kinematic equations fully on an event-by-event basis. We show the validity of the method by means of simulations including detector effects. If displaced events are seen in discovery searches at the Large Hadron Collider (LHC), this technique can be applied.

  9. Probing Quantum Chromodynamics with the ATLAS Detector: Charged-Particle Event Shape Variables and the Dijet Cross-Section

    CERN Document Server

    Hülsing, Tobias

    Quantum chromodynamics, QCD, the theory of the strong interaction is split into two regimes. Scattering processes of the proton constituents, the partons, with a high momentum transfer $Q^2$ can be calculated and predicted with perturbative calculations. At low momentum transfers between the scattering particles perturbation theory is not applicable anymore, and phenomenological methods are used to describe the physics in this regime. The ATLAS experiment at the Large Hadron Collider, LHC, provides the possibility to analyze QCD processes at both ends of the momentum scale. Two measurements are presented in this thesis, emphasizing one of the two regimes each: The measurement of charged-particle event shape variables in inelastic proton–proton collisions at a center-of-mass energy of $\\sqrt{s}$ = 7 TeV analyses the transverse momentum flow and structure of hadronic events. Due to the, on average, low momentum transfer, predictions of these events are mainly driven by non-perturbative models. Three event sha...

  10. The solar energetic particle event on 2013 April 11: an investigation of its solar origin and longitudinal spread

    Energy Technology Data Exchange (ETDEWEB)

    Lario, D.; Raouafi, N. E. [The Johns Hopkins University, Applied Physics Laboratory, Laurel, MD 20723 (United States); Kwon, R.-Y.; Zhang, J. [School of Physics, Astronomy and Computational Sciences, George Mason University, 4400 University Drive, MSN 6A2, Fairfax, VA 22030 (United States); Gómez-Herrero, R. [Space Research Group, Physics and Mathematics Department, University of Alcalá, Alcalá de Henares, E-28871 Spain (Spain); Dresing, N. [Institute of Experimental and Applied Physics, Christian-Albrechts University of Kiel, Kiel D-24118 (Germany); Riley, P. [Predictive Science, 9990 Mesa Rim Road, Suite 170, San Diego, CA 92121 (United States)

    2014-12-10

    We investigate the solar phenomena associated with the origin of the solar energetic particle (SEP) event observed on 2013 April 11 by a number of spacecraft distributed in the inner heliosphere over a broad range of heliolongitudes. We use extreme ultraviolet (EUV) and white-light coronagraph observations from the Solar Dynamics Observatory (SDO), the SOlar and Heliospheric Observatory, and the twin Solar TErrestrial RElations Observatory spacecraft (STEREO-A and STEREO-B) to determine the angular extent of the EUV wave and coronal mass ejection (CME) associated with the origin of the SEP event. We compare the estimated release time of SEPs observed at each spacecraft with the arrival time of the structures associated with the CME at the footpoints of the field lines connecting each spacecraft with the Sun. Whereas the arrival of the EUV wave and CME-driven shock at the footpoint of STEREO-B is consistent, within uncertainties, with the release time of the particles observed by this spacecraft, the EUV wave never reached the footpoint of the field lines connecting near-Earth observers with the Sun, even though an intense SEP event was observed there. We show that the west flank of the CME-driven shock propagating at high altitudes above the solar surface was most likely the source of the particles observed near Earth, but it did not leave any EUV trace on the solar disk. We conclude that the angular extent of the EUV wave on the solar surface did not agree with the longitudinal extent of the SEP event in the heliosphere. Hence EUV waves cannot be used reliably as a proxy for the solar phenomenon that accelerates and injects energetic particles over broad ranges of longitudes.

  11. Discrete Event Modeling and Simulation-Driven Engineering for the ATLAS Data Acquisition Network

    CERN Document Server

    Bonaventura, Matias Alejandro; The ATLAS collaboration; Castro, Rodrigo Daniel

    2016-01-01

    We present an iterative and incremental development methodology for simulation models in network engineering projects. Driven by the DEVS (Discrete Event Systems Specification) formal framework for modeling and simulation we assist network design, test, analysis and optimization processes. A practical application of the methodology is presented for a case study in the ATLAS particle physics detector, the largest scientific experiment built by man where scientists around the globe search for answers about the origins of the universe. The ATLAS data network convey real-time information produced by physics detectors as beams of particles collide. The produced sub-atomic evidences must be filtered and recorded for further offline scrutiny. Due to the criticality of the transported data, networks and applications undergo careful engineering processes with stringent quality of service requirements. A tight project schedule imposes time pressure on design decisions, while rapid technology evolution widens the palett...

  12. Radiation reaction effect on laser driven auto-resonant particle acceleration

    International Nuclear Information System (INIS)

    Sagar, Vikram; Sengupta, Sudip; Kaw, P. K.

    2015-01-01

    The effects of radiation reaction force on laser driven auto-resonant particle acceleration scheme are studied using Landau-Lifshitz equation of motion. These studies are carried out for both linear and circularly polarized laser fields in the presence of static axial magnetic field. From the parametric study, a radiation reaction dominated region has been identified in which the particle dynamics is greatly effected by this force. In the radiation reaction dominated region, the two significant effects on particle dynamics are seen, viz., (1) saturation in energy gain by the initially resonant particle and (2) net energy gain by an initially non-resonant particle which is caused due to resonance broadening. It has been further shown that with the relaxation of resonance condition and with optimum choice of parameters, this scheme may become competitive with the other present-day laser driven particle acceleration schemes. The quantum corrections to the Landau-Lifshitz equation of motion have also been taken into account. The difference in the energy gain estimates of the particle by the quantum corrected and classical Landau-Lifshitz equation is found to be insignificant for the present day as well as upcoming laser facilities

  13. Do interacting coronal mass ejections play a role in solar energetic particle events?

    International Nuclear Information System (INIS)

    Kahler, S. W.; Vourlidas, A.

    2014-01-01

    Gradual solar energetic (E > 10 MeV) particle (SEP) events are produced in shocks driven by fast and wide coronal mass ejections (CMEs). With a set of western hemisphere 20 MeV SEP events, we test the possibility that SEP peak intensities, Ip, are enhanced by interactions of their associated CMEs with preceding CMEs (preCMEs) launched during the previous 12 hr. Among SEP events with no, 1, or 2 or more (2+) preCMEs, we find enhanced Ip for the groups with preCMEs, but no differences in TO+TR, the time from CME launch to SEP onset and the time from onset to SEP half-peak Ip. Neither the timings of the preCMEs relative to their associated CMEs nor the preCME widths W pre , speeds V pre , or numbers correlate with the SEP Ip values. The 20 MeV Ip of all the preCME groups correlate with the 2 MeV proton background intensities, consistent with a general correlation with possible seed particle populations. Furthermore, the fraction of CMEs with preCMEs also increases with the 2 MeV proton background intensities. This implies that the higher SEP Ip values with preCMEs may not be due primarily to CME interactions, such as the 'twin-CME' scenario, but are explained by a general increase of both background seed particles and more frequent CMEs during times of higher solar activity. This explanation is not supported by our analysis of 2 MeV proton backgrounds in two earlier preCME studies of SEP events, so the relevance of CME interactions for larger SEP event intensities remains unclear.

  14. Ballooning-mirror instability and internally driven Pc 4--5 wave events

    International Nuclear Information System (INIS)

    Cheng, C.Z.; Qian, Q.; Takahashi, K.; Lui, A.T.Y.

    1994-03-01

    A kinetic-MHD field-aligned eigenmode stability analysis of low frequency ballooning-mirror instabilities has been performed for anisotropic pressure plasma sin the magnetosphere. The ballooning mode is mainly a transverse wave driven unstable by pressure gradient in the bad curvature region. The mirror mode with a dominant compressional magnetic field perturbation is excited when the product of plasma beta and pressure anisotropy (P perpendicular /P parallel > 1) is large. From the AMPTE/CCE particle and magnetic field data observed during Pc 4--5 wave events the authors compute the ballooning-mirror instability parameters and perform a correlation study with the theoretical instability threshold. They find that compressional Pc 5 waves approximately satisfy the ballooning-mirror instability condition, and transverse Pc 4--5 waves are probably related to resonant ballooning instabilities with small pressure anisotropy

  15. Data-driven execution of fast multipole methods

    KAUST Repository

    Ltaief, Hatem

    2013-09-17

    Fast multipole methods (FMMs) have O (N) complexity, are compute bound, and require very little synchronization, which makes them a favorable algorithm on next-generation supercomputers. Their most common application is to accelerate N-body problems, but they can also be used to solve boundary integral equations. When the particle distribution is irregular and the tree structure is adaptive, load balancing becomes a non-trivial question. A common strategy for load balancing FMMs is to use the work load from the previous step as weights to statically repartition the next step. The authors discuss in the paper another approach based on data-driven execution to efficiently tackle this challenging load balancing problem. The core idea consists of breaking the most time-consuming stages of the FMMs into smaller tasks. The algorithm can then be represented as a directed acyclic graph where nodes represent tasks and edges represent dependencies among them. The execution of the algorithm is performed by asynchronously scheduling the tasks using the queueing and runtime for kernels runtime environment, in a way such that data dependencies are not violated for numerical correctness purposes. This asynchronous scheduling results in an out-of-order execution. The performance results of the data-driven FMM execution outperform the previous strategy and show linear speedup on a quad-socket quad-core Intel Xeon system.Copyright © 2013 John Wiley & Sons, Ltd. Copyright © 2013 John Wiley & Sons, Ltd.

  16. DEFLECTIONS OF FAST CORONAL MASS EJECTIONS AND THE PROPERTIES OF ASSOCIATED SOLAR ENERGETIC PARTICLE EVENTS

    International Nuclear Information System (INIS)

    Kahler, S. W.; Akiyama, S.; Gopalswamy, N.

    2012-01-01

    The onset times and peak intensities of solar energetic particle (SEP) events at Earth have long been thought to be influenced by the open magnetic fields of coronal holes (CHs). The original idea was that a CH lying between the solar SEP source region and the magnetic footpoint of the 1 AU observer would result in a delay in onset and/or a decrease in the peak intensity of that SEP event. Recently, Gopalswamy et al. showed that CHs near coronal mass ejection (CME) source regions can deflect fast CMEs from their expected trajectories in space, explaining the appearance of driverless shocks at 1 AU from CMEs ejected near solar central meridian (CM). This suggests that SEP events originating in CME-driven shocks may show variations attributable to CH deflections of the CME trajectories. Here, we use a CH magnetic force parameter to examine possible effects of CHs on the timing and intensities of 41 observed gradual E ∼ 20 MeV SEP events with CME source regions within 20° of CM. We find no systematic CH effects on SEP event intensity profiles. Furthermore, we find no correlation between the CME leading-edge measured position angles and SEP event properties, suggesting that the widths of CME-driven shock sources of the SEPs are much larger than the CMEs. Independently of the SEP event properties, we do find evidence for significant CME deflections by CH fields in these events.

  17. DEFLECTIONS OF FAST CORONAL MASS EJECTIONS AND THE PROPERTIES OF ASSOCIATED SOLAR ENERGETIC PARTICLE EVENTS

    Energy Technology Data Exchange (ETDEWEB)

    Kahler, S. W. [Air Force Research Laboratory, Space Vehicles Directorate, 3550 Aberdeen Avenue, Kirtland AFB, NM 87117 (United States); Akiyama, S. [Institute for Astrophyics and Computational Sciences, Catholic University of America, Washington, DC 20064 (United States); Gopalswamy, N., E-mail: AFRL.RVB.PA@kirtland.af.mil [NASA Goddard Space Flight Center, Greenbelt, MD 20771 (United States)

    2012-08-01

    The onset times and peak intensities of solar energetic particle (SEP) events at Earth have long been thought to be influenced by the open magnetic fields of coronal holes (CHs). The original idea was that a CH lying between the solar SEP source region and the magnetic footpoint of the 1 AU observer would result in a delay in onset and/or a decrease in the peak intensity of that SEP event. Recently, Gopalswamy et al. showed that CHs near coronal mass ejection (CME) source regions can deflect fast CMEs from their expected trajectories in space, explaining the appearance of driverless shocks at 1 AU from CMEs ejected near solar central meridian (CM). This suggests that SEP events originating in CME-driven shocks may show variations attributable to CH deflections of the CME trajectories. Here, we use a CH magnetic force parameter to examine possible effects of CHs on the timing and intensities of 41 observed gradual E {approx} 20 MeV SEP events with CME source regions within 20 Degree-Sign of CM. We find no systematic CH effects on SEP event intensity profiles. Furthermore, we find no correlation between the CME leading-edge measured position angles and SEP event properties, suggesting that the widths of CME-driven shock sources of the SEPs are much larger than the CMEs. Independently of the SEP event properties, we do find evidence for significant CME deflections by CH fields in these events.

  18. Deflections of Fast Coronal Mass Ejections and the Properties of Associated Solar Energetic Particle Events

    Science.gov (United States)

    Kahler, S. W.; Akiyama, S.; Gopalswamy, N.

    2012-01-01

    The onset times and peak intensities of solar energetic particle (SEP) events at Earth have long been thought to be influenced by the open magnetic fields of coronal holes (CHs). The original idea was that a CH lying between the solar SEP source region and the magnetic footpoint of the 1 AU observer would result in a delay in onset and/or a decrease in the peak intensity of that SEP event. Recently, Gopalswamy et al. showed that CHs near coronal mass ejection (CME) source regions can deflect fast CMEs from their expected trajectories in space, explaining the appearance of driverless shocks at 1 AU from CMEs ejected near solar central meridian (CM). This suggests that SEP events originating in CME-driven shocks may show variations attributable to CH deflections of the CME trajectories. Here, we use a CH magnetic force parameter to examine possible effects of CHs on the timing and intensities of 41 observed gradual E approx 20 MeV SEP events with CME source regions within 20 deg. of CM. We find no systematic CH effects on SEP event intensity profiles. Furthermore, we find no correlation between the CME leading-edge measured position angles and SEP event properties, suggesting that the widths of CME-driven shock sources of the SEPs are much larger than the CMEs. Independently of the SEP event properties, we do find evidence for significant CME deflections by CH fields in these events

  19. Thermal and nonthermal particle production without event horizons

    International Nuclear Information System (INIS)

    Sanchez, N.

    1979-01-01

    Usually, particle production in accelerated frames is discussed in connection with the presence of event horizons and with a planckian spectrum. Accelerated frames without event horizons, where particle production takes place with thermal as well as nonthermal distributions, are constructed. (Auth.)

  20. Catalog of solar particle events 1955--1969

    International Nuclear Information System (INIS)

    Anon.

    1975-01-01

    This catalog, which is a common enterprise of solar physicists and space scientists, consists of three parts. The first part contains a complete list of 732 particle events of solar origin recorded at the Earth or in space from the first PCA observation in 1955 up to the end of 1969; it thus covers two solar cycle maxima. Each particle event is described in detail by using many unpublished data, kindly made available by more than 20 space scientists. A group of solar experts has tried to look up the source, or alternative sources, of each particle event on the Sun. These sources (with estimates of ''certainty'') are presented, and all the flares which have been considered to be obvious or probable sources of the particle events are summarized in the second part of the catalog, with a description of their characteristic features in the optical, radio, and X-ray spectral range. Finally, the third part describes the active regions in which these flares occurred, including magnetic field maps, plage and sunspot group configurations, flare positions (often with flare photographs), data on the active region development, and bibliography

  1. Event-driven simulation of neural population synchronization facilitated by electrical coupling.

    Science.gov (United States)

    Carrillo, Richard R; Ros, Eduardo; Barbour, Boris; Boucheny, Christian; Coenen, Olivier

    2007-02-01

    Most neural communication and processing tasks are driven by spikes. This has enabled the application of the event-driven simulation schemes. However the simulation of spiking neural networks based on complex models that cannot be simplified to analytical expressions (requiring numerical calculation) is very time consuming. Here we describe briefly an event-driven simulation scheme that uses pre-calculated table-based neuron characterizations to avoid numerical calculations during a network simulation, allowing the simulation of large-scale neural systems. More concretely we explain how electrical coupling can be simulated efficiently within this computation scheme, reproducing synchronization processes observed in detailed simulations of neural populations.

  2. System on chip module configured for event-driven architecture

    Science.gov (United States)

    Robbins, Kevin; Brady, Charles E.; Ashlock, Tad A.

    2017-10-17

    A system on chip (SoC) module is described herein, wherein the SoC modules comprise a processor subsystem and a hardware logic subsystem. The processor subsystem and hardware logic subsystem are in communication with one another, and transmit event messages between one another. The processor subsystem executes software actors, while the hardware logic subsystem includes hardware actors, the software actors and hardware actors conform to an event-driven architecture, such that the software actors receive and generate event messages and the hardware actors receive and generate event messages.

  3. On Mixed Data and Event Driven Design for Adaptive-Critic-Based Nonlinear $H_{\\infty}$ Control.

    Science.gov (United States)

    Wang, Ding; Mu, Chaoxu; Liu, Derong; Ma, Hongwen

    2018-04-01

    In this paper, based on the adaptive critic learning technique, the control for a class of unknown nonlinear dynamic systems is investigated by adopting a mixed data and event driven design approach. The nonlinear control problem is formulated as a two-player zero-sum differential game and the adaptive critic method is employed to cope with the data-based optimization. The novelty lies in that the data driven learning identifier is combined with the event driven design formulation, in order to develop the adaptive critic controller, thereby accomplishing the nonlinear control. The event driven optimal control law and the time driven worst case disturbance law are approximated by constructing and tuning a critic neural network. Applying the event driven feedback control, the closed-loop system is built with stability analysis. Simulation studies are conducted to verify the theoretical results and illustrate the control performance. It is significant to observe that the present research provides a new avenue of integrating data-based control and event-triggering mechanism into establishing advanced adaptive critic systems.

  4. Sampled-data consensus in switching networks of integrators based on edge events

    Science.gov (United States)

    Xiao, Feng; Meng, Xiangyu; Chen, Tongwen

    2015-02-01

    This paper investigates the event-driven sampled-data consensus in switching networks of multiple integrators and studies both the bidirectional interaction and leader-following passive reaction topologies in a unified framework. In these topologies, each information link is modelled by an edge of the information graph and assigned a sequence of edge events, which activate the mutual data sampling and controller updates of the two linked agents. Two kinds of edge-event-detecting rules are proposed for the general asynchronous data-sampling case and the synchronous periodic event-detecting case. They are implemented in a distributed fashion, and their effectiveness in reducing communication costs and solving consensus problems under a jointly connected topology condition is shown by both theoretical analysis and simulation examples.

  5. Microscopic origin and macroscopic implications of lane formation in mixtures of oppositely-driven particles

    Science.gov (United States)

    Whitelam, Stephen

    Colloidal particles of two types, driven in opposite directions, can segregate into lanes. I will describe some results on this phenomenon obtained by simple physical arguments and computer simulations. Laning results from rectification of diffusion on the scale of a particle diameter: oppositely-driven particles must, in the time taken to encounter each other in the direction of the drive, diffuse in the perpendicular direction by about one particle diameter. This geometric constraint implies that the diffusion constant of a particle, in the presence of those of the opposite type, grows approximately linearly with Peclet number, a prediction confirmed by our numerics. Such environment-dependent diffusion is statistically similar to an effective interparticle attraction; consistent with this observation, we find that oppositely-driven colloids display features characteristic of the simplest model system possessing both interparticle attractions and persistent motion, the driven Ising lattice gas. Office of Science, Office of Basic Energy Sciences, of the U.S. Department of Energy under Contract No. DE-AC02-05CH11231.

  6. Embedded Vehicle Speed Estimation System Using an Asynchronous Temporal Contrast Vision Sensor

    Directory of Open Access Journals (Sweden)

    D. Bauer

    2007-01-01

    Full Text Available This article presents an embedded multilane traffic data acquisition system based on an asynchronous temporal contrast vision sensor, and algorithms for vehicle speed estimation developed to make efficient use of the asynchronous high-precision timing information delivered by this sensor. The vision sensor features high temporal resolution with a latency of less than 100 μs, wide dynamic range of 120 dB of illumination, and zero-redundancy, asynchronous data output. For data collection, processing and interfacing, a low-cost digital signal processor is used. The speed of the detected vehicles is calculated from the vision sensor's asynchronous temporal contrast event data. We present three different algorithms for velocity estimation and evaluate their accuracy by means of calibrated reference measurements. The error of the speed estimation of all algorithms is near zero mean and has a standard deviation better than 3% for both traffic flow directions. The results and the accuracy limitations as well as the combined use of the algorithms in the system are discussed.

  7. Approximate Integrals of rf-driven Particle Motion in Magnetic Field

    International Nuclear Information System (INIS)

    Dodin, I.Y.; Fisch, N.J.

    2004-01-01

    For a particle moving in nonuniform magnetic field under the action of an rf wave, ponderomotive effects result from rf-driven oscillations nonlinearly coupled with Larmor rotation. Using Lagrangian and Hamiltonian formalism, we show how, despite this coupling, two independent integrals of the particle motion are approximately conserved. Those are the magnetic moment of free Larmor rotation and the quasi-energy of the guiding center motion parallel to the magnetic field. Under the assumption of non-resonant interaction of the particle with the rf field, these integrals represent adiabatic invariants of the particle motion

  8. Client and event driven data hub system at CDF

    International Nuclear Information System (INIS)

    Kilminster, Ben; McFarland, Kevin; Vaiciulis, Tony; Matsunaga, Hiroyuki; Shimojima, Makoto

    2001-01-01

    The Consumer-Server Logger (CSL) system at the Collider Detector at Fermilab is a client and event driven data hub capable of receiving physics events from multiple connections, and logging them to multiple streams while distributing them to multiple online analysis programs (consumers). Its multiple-partitioned design allows data flowing through different paths of the detector sub-systems to be processed separately. The CSL system, using a set of internal memory buffers and message queues mapped to the location of events within its programs, and running on an SGI 2200 Server, is able to process at least the required 20 MB/s of constant event logging (75 Hz of 250 KB events) while also filtering up to 10 MB/s to consumers requesting specific types of events

  9. Microscopic origin and macroscopic implications of lane formation in mixtures of oppositely driven particles

    Science.gov (United States)

    Klymko, Katherine; Geissler, Phillip L.; Whitelam, Stephen

    2016-08-01

    Colloidal particles of two types, driven in opposite directions, can segregate into lanes [Vissers et al., Soft Matter 7, 2352 (2011), 10.1039/c0sm01343a]. This phenomenon can be reproduced by two-dimensional Brownian dynamics simulations of model particles [Dzubiella et al., Phys. Rev. E 65, 021402 (2002), 10.1103/PhysRevE.65.021402]. Here we use computer simulation to assess the generality of lane formation with respect to variation of particle type and dynamical protocol. We find that laning results from rectification of diffusion on the scale of a particle diameter: oppositely driven particles must, in the time taken to encounter each other in the direction of the drive, diffuse in the perpendicular direction by about one particle diameter. This geometric constraint implies that the diffusion constant of a particle, in the presence of those of the opposite type, grows approximately linearly with the Péclet number, a prediction confirmed by our numerics over a range of model parameters. Such environment-dependent diffusion is statistically similar to an effective interparticle attraction; consistent with this observation, we find that oppositely driven nonattractive colloids display features characteristic of the simplest model system possessing both interparticle attractions and persistent motion, the driven Ising lattice gas [Katz, Leibowitz, and Spohn, J. Stat. Phys. 34, 497 (1984), 10.1007/BF01018556]. These features include long-ranged correlations in the disordered regime, a critical regime characterized by a change in slope of the particle current with the Péclet number, and fluctuations that grow with system size. By analogy, we suggest that lane formation in the driven colloid system is a phase transition in the macroscopic limit, but that macroscopic phase separation would not occur in finite time upon starting from disordered initial conditions.

  10. Asynchronous LMS adaptive equalization

    NARCIS (Netherlands)

    Bergmans, J.W.M.; Lin, M.Y.; Modrie, D.; Otte, R.

    2005-01-01

    Digital data receivers often operate at a fixed sampling rate 1/Ts that is asynchronous to the baud rate 1/T. A digital equalizer that processes the incoming signal will also operate in the asynchronous clock domain. Existing adaptation techniques for this equalizer involve an error sequence ek that

  11. Clogging and transport of driven particles in asymmetric funnel arrays

    Science.gov (United States)

    Reichhardt, C. J. O.; Reichhardt, C.

    2018-06-01

    We numerically examine the flow and clogging of particles driven through asymmetric funnel arrays when the commensurability ratio of the number of particles per plaquette is varied. The particle–particle interactions are modeled with a soft repulsive potential that could represent vortex flow in type-II superconductors or driven charged colloids. The velocity-force curves for driving in the easy flow direction of the funnels exhibit a single depinning threshold; however, for driving in the hard flow direction, we find that there can be both negative mobility where the velocity decreases with increasing driving force as well as a reentrant pinning effect in which the particles flow at low drives but become pinned at intermediate drives. This reentrant pinning is associated with a transition from smooth 1D flow at low drives to a clogged state at higher drives that occurs when the particles cluster in a small number of plaquettes and block the flow. When the drive is further increased, particle rearrangements occur that cause the clog to break apart. We map out the regimes in which the pinned, flowing, and clogged states appear as a function of plaquette filling and drive. The clogged states remain robust at finite temperatures but develop intermittent bursts of flow in which a clog temporarily breaks apart but quickly reforms.

  12. Cosmological event horizons, thermodynamics, and particle creation

    International Nuclear Information System (INIS)

    Gibbons, G.W.; Hawking, S.W.

    1977-01-01

    It is shown that the close connection between event horizons and thermodynamics which has been found in the case of black holes can be extended to cosmological models with a repulsive cosmological constant. An observer in these models will have an event horizon whose area can be interpreted as the entropy or lack of information of the observer about the regions which he cannot see. Associated with the event horizon is a surface gravity kappa which enters a classical ''first law of event horizons'' in a manner similar to that in which temperature occurs in the first law of thermodynamics. It is shown that this similarity is more than an analogy: An observer with a particle detector will indeed observe a background of thermal radiation coming apparently from the cosmological event horizon. If the observer absorbs some of this radiation, he will gain energy and entropy at the expense of the region beyond his ken and the event horizon will shrink. The derivation of these results involves abandoning the idea that particles should be defined in an observer-independent manner. They also suggest that one has to use something like the Everett-Wheeler interpretation of quantum mechanics because the back reaction and hence the spacetime metric itself appear to be observer-dependent, if one assumes, as seems reasonable, that the detection of a particle is accompanied by a change in the gravitational field

  13. An Asynchronous P300 BCI With SSVEP-Based Control State Detection

    DEFF Research Database (Denmark)

    Panicker, Rajesh C.; Puthusserypady, Sadasivan; Sun, Ying

    2011-01-01

    In this paper, an asynchronous brain–computer interface (BCI) system combining the P300 and steady-state visually evoked potentials (SSVEPs) paradigms is proposed. The information transfer is accomplished using P300 event-related potential paradigm and the control state (CS) detection is achieved...

  14. Asynchronous design of Networks-on-Chip

    DEFF Research Database (Denmark)

    Sparsø, Jens

    2007-01-01

    -synchronous, mesochronous, globally-asynchronous locally-synchronous and fully asynchronous), discusses the circuitry needed to implement these timing methodologies, and provides some implementation details for a couple of asynchronous NoCs designed at the Technical University of Denmark (DTU). The paper is written...... to support an invited talk at the NORCHIP’2007 conference....

  15. Flight attendant radiation dose from solar particle events.

    Science.gov (United States)

    Anderson, Jeri L; Mertens, Christopher J; Grajewski, Barbara; Luo, Lian; Tseng, Chih-Yu; Cassinelli, Rick T

    2014-08-01

    Research has suggested that work as a flight attendant may be related to increased risk for reproductive health effects. Air cabin exposures that may influence reproductive health include radiation dose from galactic cosmic radiation and solar particle events. This paper describes the assessment of radiation dose accrued during solar particle events as part of a reproductive health study of flight attendants. Solar storm data were obtained from the National Oceanic and Atmospheric Administration Space Weather Prediction Center list of solar proton events affecting the Earth environment to ascertain storms relevant to the two study periods (1992-1996 and 1999-2001). Radiation dose from exposure to solar energetic particles was estimated using the NAIRAS model in conjunction with galactic cosmic radiation dose calculated using the CARI-6P computer program. Seven solar particle events were determined to have potential for significant radiation exposure, two in the first study period and five in the second study period, and over-lapped with 24,807 flight segments. Absorbed (and effective) flight segment doses averaged 6.5 μGy (18 μSv) and 3.1 μGy (8.3 μSv) for the first and second study periods, respectively. Maximum doses were as high as 440 μGy (1.2 mSv) and 20 flight segments had doses greater than 190 μGy (0.5 mSv). During solar particle events, a pregnant flight attendant could potentially exceed the equivalent dose limit to the conceptus of 0.5 mSv in a month recommended by the National Council on Radiation Protection and Measurements.

  16. Laser-driven particle acceleration towards radiobiology and medicine

    CERN Document Server

    2016-01-01

    This book deals with the new method of laser-driven acceleration for application to radiation biophysics and medicine. It provides multidisciplinary contributions from world leading scientist in order to assess the state of the art of innovative tools for radiation biology research and medical applications of ionizing radiation. The book contains insightful contributions on highly topical aspects of spatio-temporal radiation biophysics, evolving over several orders of magnitude, typically from femtosecond and sub-micrometer scales. Particular attention is devoted to the emerging technology of laser-driven particle accelerators and their applicatio to spatio-temporal radiation biology and medical physics, customization of non-conventional and selective radiotherapy and optimized radioprotection protocols.

  17. Behavioral synthesis of asynchronous circuits

    DEFF Research Database (Denmark)

    Nielsen, Sune Fallgaard

    2005-01-01

    This thesis presents a method for behavioral synthesis of asynchronous circuits, which aims at providing a synthesis flow which uses and tranfers methods from synchronous circuits to asynchronous circuits. We move the synchronous behavioral synthesis abstraction into the asynchronous handshake...... is idle. This reduces unnecessary switching activity in the individual functional units and therefore the energy consumption of the entire circuit. A collection of behavioral synthesis algorithms have been developed allowing the designer to perform time and power constrained design space exploration...

  18. Boundary layer new particle formation over East Antarctic sea ice – possible Hg-driven nucleation?

    Directory of Open Access Journals (Sweden)

    R. S. Humphries

    2015-12-01

    Full Text Available Aerosol observations above the Southern Ocean and Antarctic sea ice are scarce. Measurements of aerosols and atmospheric composition were made in East Antarctic pack ice on board the Australian icebreaker Aurora Australis during the spring of 2012. One particle formation event was observed during the 32 days of observations. This event occurred on the only day to exhibit extended periods of global irradiance in excess of 600 W m−2. Within the single air mass influencing the measurements, number concentrations of particles larger than 3 nm (CN3 reached almost 7700 cm−3 within a few hours of clouds clearing, and grew at rates of 5.6 nm h−1. Formation rates of 3 nm particles were in the range of those measured at other Antarctic locations at 0.2–1.1 ± 0.1 cm−3 s−1. Our investigations into the nucleation chemistry found that there were insufficient precursor concentrations for known halogen or organic chemistry to explain the nucleation event. Modelling studies utilising known sulfuric acid nucleation schemes could not simultaneously reproduce both particle formation or growth rates. Surprising correlations with total gaseous mercury (TGM were found that, together with other data, suggest a mercury-driven photochemical nucleation mechanism may be responsible for aerosol nucleation. Given the very low vapour pressures of the mercury species involved, this nucleation chemistry is likely only possible where pre-existing aerosol concentrations are low and both TGM concentrations and solar radiation levels are relatively high (∼ 1.5 ng m−3 and ≥ 600 W m−2, respectively, such as those observed in the Antarctic sea ice boundary layer in this study or in the global free troposphere, particularly in the Northern Hemisphere.

  19. ENERGETIC PARTICLE CROSS-FIELD PROPAGATION EARLY IN A SOLAR EVENT

    Energy Technology Data Exchange (ETDEWEB)

    Laitinen, T.; Dalla, S.; Marsh, M. S. [Jeremiah Horrocks Institute, University of Central Lancashire, PR1 2HE Preston (United Kingdom)

    2013-08-20

    Solar energetic particles (SEPs) have been observed to easily spread across heliographic longitudes, and the mechanisms responsible for this behavior remain unclear. We use full-orbit simulations of a 10 MeV proton beam in a turbulent magnetic field to study to what extent the spread across the mean field can be described as diffusion early in a particle event. We compare the full-orbit code results to solutions of a Fokker-Planck equation including spatial and pitch angle diffusion, and of one including also propagation of the particles along random-walking magnetic field lines. We find that propagation of the particles along meandering field lines is the key process determining their cross-field spread at 1 AU at the beginning of the simulated event. The mean square displacement of the particles an hour after injection is an order of magnitude larger than that given by the diffusion model, indicating that models employing spatial cross-field diffusion cannot be used to describe early evolution of an SEP event. On the other hand, the diffusion of the particles from their initial field lines is negligible during the first 5 hr, which is consistent with the observations of SEP intensity dropouts. We conclude that modeling SEP events must take into account the particle propagation along meandering field lines for the first 20 hr of the event.

  20. ENERGETIC PARTICLE CROSS-FIELD PROPAGATION EARLY IN A SOLAR EVENT

    International Nuclear Information System (INIS)

    Laitinen, T.; Dalla, S.; Marsh, M. S.

    2013-01-01

    Solar energetic particles (SEPs) have been observed to easily spread across heliographic longitudes, and the mechanisms responsible for this behavior remain unclear. We use full-orbit simulations of a 10 MeV proton beam in a turbulent magnetic field to study to what extent the spread across the mean field can be described as diffusion early in a particle event. We compare the full-orbit code results to solutions of a Fokker-Planck equation including spatial and pitch angle diffusion, and of one including also propagation of the particles along random-walking magnetic field lines. We find that propagation of the particles along meandering field lines is the key process determining their cross-field spread at 1 AU at the beginning of the simulated event. The mean square displacement of the particles an hour after injection is an order of magnitude larger than that given by the diffusion model, indicating that models employing spatial cross-field diffusion cannot be used to describe early evolution of an SEP event. On the other hand, the diffusion of the particles from their initial field lines is negligible during the first 5 hr, which is consistent with the observations of SEP intensity dropouts. We conclude that modeling SEP events must take into account the particle propagation along meandering field lines for the first 20 hr of the event

  1. Characterisation of electron beams from laser-driven particle accelerators

    Energy Technology Data Exchange (ETDEWEB)

    Brunetti, E.; Manahan, G. G.; Shanks, R. P.; Islam, M. R.; Ersfeld, B.; Anania, M. P.; Cipiccia, S.; Issac, R. C.; Vieux, G.; Welsh, G. H.; Wiggins, S. M.; Jaroszynski, D. A. [Physics Department, University of Strathclyde, Glasgow G4 0NG (United Kingdom)

    2012-12-21

    The development, understanding and application of laser-driven particle accelerators require accurate measurements of the beam properties, in particular emittance, energy spread and bunch length. Here we report measurements and simulations showing that laser wakefield accelerators can produce beams of quality comparable to conventional linear accelerators.

  2. Formation of the wide asynchronous binary asteroid population

    International Nuclear Information System (INIS)

    Jacobson, Seth A.; Scheeres, Daniel J.; McMahon, Jay

    2014-01-01

    We propose and analyze a new mechanism for the formation of the wide asynchronous binary population. These binary asteroids have wide semimajor axes relative to most near-Earth and main belt asteroid systems. Confirmed members have rapidly rotating primaries and satellites that are not tidally locked. Previously suggested formation mechanisms from impact ejecta, from planetary flybys, and directly from rotational fission events cannot satisfy all of the observations. The newly hypothesized mechanism works as follows: (1) these systems are formed from rotational fission, (2) their satellites are tidally locked, (3) their orbits are expanded by the binary Yarkovsky-O'Keefe-Radzievskii-Paddack (BYORP) effect, (4) their satellites desynchronize as a result of the adiabatic invariance between the libration of the secondary and the mutual orbit, and (5) the secondary avoids resynchronization because of the YORP effect. This seemingly complex chain of events is a natural pathway for binaries with satellites that have particular shapes, which define the BYORP effect torque that acts on the system. After detailing the theory, we analyze each of the wide asynchronous binary members and candidates to assess their most likely formation mechanism. Finally, we suggest possible future observations to check and constrain our hypothesis.

  3. EMAPS: An Efficient Multiscale Approach to Plasma Systems with Non-MHD Scale Effects

    Energy Technology Data Exchange (ETDEWEB)

    Omelchenko, Yuri A. [SciberQuest, Inc., Del Mar, CA (United States); Karimabadi, Homa [SciberQuest, Inc., Del Mar, CA (United States)

    2014-10-14

    Using Discrete-Event Simulation (DES) as a novel paradigm for time integration of large-scale physics-driven systems, we have achieved significant breakthroughs in simulations of multi-dimensional magnetized plasmas where ion kinetic and finite Larmor radius (FLR) and Hall effects play a crucial role. For these purposes we apply a unique asynchronous simulation tool: a parallel, electromagnetic Particle-in-Cell (PIC) code, HYPERS (Hybrid Particle Event-Resolved Simulator), which treats plasma electrons as a charge neutralizing fluid and solves a self-consistent set of non-radiative Maxwell, electron fluid equations and ion particle equations on a structured computational grid. HYPERS enables adaptive local time steps for particles, fluid elements and electromagnetic fields. This ensures robustness (stability) and efficiency (speed) of highly dynamic and nonlinear simulations of compact plasma systems such spheromaks, FRCs, ion beams and edge plasmas. HYPERS is a unique asynchronous code that has been designed to serve as a test bed for developing multi-physics applications not only for laboratory plasma devices but generally across a number of plasma physics fields, including astrophysics, space physics and electronic devices. We have made significant improvements to the HYPERS core: (1) implemented a new asynchronous magnetic field integration scheme that preserves local divB=0 to within round-off errors; (2) Improved staggered-grid discretizations of electric and magnetic fields. These modifications have significantly enhanced the accuracy and robustness of 3D simulations. We have conducted first-ever end-to-end 3D simulations of merging spheromak plasmas. The preliminary results show: (1) tilt-driven relaxation of a freely expanding spheromak to an m=1 Taylor helix configuration and (2) possibility of formation of a tilt-stable field-reversed configuration via merging and magnetic reconnection of two double-sided spheromaks with opposite helicities.

  4. Shock propagation in locally driven granular systems

    Science.gov (United States)

    Joy, Jilmy P.; Pathak, Sudhir N.; Das, Dibyendu; Rajesh, R.

    2017-09-01

    We study shock propagation in a system of initially stationary hard spheres that is driven by a continuous injection of particles at the origin. The disturbance created by the injection of energy spreads radially outward through collisions between particles. Using scaling arguments, we determine the exponent characterizing the power-law growth of this disturbance in all dimensions. The scaling functions describing the various physical quantities are determined using large-scale event-driven simulations in two and three dimensions for both elastic and inelastic systems. The results are shown to describe well the data from two different experiments on granular systems that are similarly driven.

  5. Laser-driven particle and photon beams and some applications

    International Nuclear Information System (INIS)

    Ledingham, K W D; Galster, W

    2010-01-01

    Outstanding progress has been made in high-power laser technology in the last 10 years with laser powers reaching petawatt (PW) values. At present, there are 15 PW lasers built or being built around the world and plans are afoot for new, even higher power, lasers reaching values of exawatt (EW) or even zetawatt (ZW) powers. Petawatt lasers generate electric fields of 10 12 V m -1 with a large fraction of the total pulse energy being converted to relativistic electrons with energies reaching in excess of 1 GeV. In turn these electrons result in the generation of beams of protons, heavy ions, neutrons and high-energy photons. These laser-driven particle beams have encouraged many to think of carrying out experiments normally associated with conventional nuclear accelerators and reactors. To this end a number of introductory articles have been written under a trial name 'Laser Nuclear Physics' (Ledingham and Norreys 1999 Contemp. Phys. 40 367, Ledingham et al 2002 Europhys. News. 33 120, Ledingham et al 2003 Science 300 1107, Takabe et al 2001 J. Plasma Fusion Res. 77 1094). However, even greater strides have been made in the last 3 or 4 years in laser technology and it is timely to reassess the potential of laser-driven particle and photon beams. It must be acknowledged right from the outset that to date laser-driven particle beams have yet to compete favourably with conventional nuclear accelerator-generated beams in any way and so this is not a paper comparing laser and conventional accelerators. However, occasionally throughout the paper as a reality check, it will be mentioned what conventional nuclear accelerators can do.

  6. Laser-driven particle and photon beams and some applications

    Energy Technology Data Exchange (ETDEWEB)

    Ledingham, K W D; Galster, W, E-mail: K.Ledingham@phys.strath.ac.u [SUPA, Department of Physics, University of Strathclyde, Glasgow G4 0NG (United Kingdom)

    2010-04-15

    Outstanding progress has been made in high-power laser technology in the last 10 years with laser powers reaching petawatt (PW) values. At present, there are 15 PW lasers built or being built around the world and plans are afoot for new, even higher power, lasers reaching values of exawatt (EW) or even zetawatt (ZW) powers. Petawatt lasers generate electric fields of 10{sup 12} V m{sup -1} with a large fraction of the total pulse energy being converted to relativistic electrons with energies reaching in excess of 1 GeV. In turn these electrons result in the generation of beams of protons, heavy ions, neutrons and high-energy photons. These laser-driven particle beams have encouraged many to think of carrying out experiments normally associated with conventional nuclear accelerators and reactors. To this end a number of introductory articles have been written under a trial name 'Laser Nuclear Physics' (Ledingham and Norreys 1999 Contemp. Phys. 40 367, Ledingham et al 2002 Europhys. News. 33 120, Ledingham et al 2003 Science 300 1107, Takabe et al 2001 J. Plasma Fusion Res. 77 1094). However, even greater strides have been made in the last 3 or 4 years in laser technology and it is timely to reassess the potential of laser-driven particle and photon beams. It must be acknowledged right from the outset that to date laser-driven particle beams have yet to compete favourably with conventional nuclear accelerator-generated beams in any way and so this is not a paper comparing laser and conventional accelerators. However, occasionally throughout the paper as a reality check, it will be mentioned what conventional nuclear accelerators can do.

  7. Energetic particle pressure in intense ESP events

    Science.gov (United States)

    Lario, D.; Decker, R. B.; Roelof, E. C.; Viñas, A.-F.

    2015-09-01

    We study three intense energetic storm particle (ESP) events in which the energetic particle pressure PEP exceeded both the pressure of the background thermal plasma Pth and the pressure of the magnetic field PB. The region upstream of the interplanetary shocks associated with these events was characterized by a depression of the magnetic field strength coincident with the increase of the energetic particle intensities and, when plasma measurements were available, a depleted solar wind density. The general feature of cosmic-ray mediated shocks such as the deceleration of the upstream background medium into which the shock propagates is generally observed. However, for those shocks where plasma parameters are available, pressure balance is not maintained either upstream of or across the shock, which may result from the fact that PEP is not included in the calculation of the shock parameters.

  8. Traffic and related self-driven many-particle systems

    Science.gov (United States)

    Helbing, Dirk

    2001-10-01

    Since the subject of traffic dynamics has captured the interest of physicists, many surprising effects have been revealed and explained. Some of the questions now understood are the following: Why are vehicles sometimes stopped by ``phantom traffic jams'' even though drivers all like to drive fast? What are the mechanisms behind stop-and-go traffic? Why are there several different kinds of congestion, and how are they related? Why do most traffic jams occur considerably before the road capacity is reached? Can a temporary reduction in the volume of traffic cause a lasting traffic jam? Under which conditions can speed limits speed up traffic? Why do pedestrians moving in opposite directions normally organize into lanes, while similar systems ``freeze by heating''? All of these questions have been answered by applying and extending methods from statistical physics and nonlinear dynamics to self-driven many-particle systems. This article considers the empirical data and then reviews the main approaches to modeling pedestrian and vehicle traffic. These include microscopic (particle-based), mesoscopic (gas-kinetic), and macroscopic (fluid-dynamic) models. Attention is also paid to the formulation of a micro-macro link, to aspects of universality, and to other unifying concepts, such as a general modeling framework for self-driven many-particle systems, including spin systems. While the primary focus is upon vehicle and pedestrian traffic, applications to biological or socio-economic systems such as bacterial colonies, flocks of birds, panics, and stock market dynamics are touched upon as well.

  9. Pro asynchronous programming with .NET

    CERN Document Server

    Blewett, Richard; Ltd, Rock Solid Knowledge

    2014-01-01

    Pro Asynchronous Programming with .NET teaches the essential skill of asynchronous programming in .NET. It answers critical questions in .NET application development, such as: how do I keep my program responding at all times to keep my users happy how do I make the most of the available hardware how can I improve performanceIn the modern world, users expect more and more from their applications and devices, and multi-core hardware has the potential to provide it. But it takes carefully crafted code to turn that potential into responsive, scalable applications.With Pro Asynchronous Programming

  10. Pseudo Asynchronous Level Crossing adc for ecg Signal Acquisition.

    Science.gov (United States)

    Marisa, T; Niederhauser, T; Haeberlin, A; Wildhaber, R A; Vogel, R; Goette, J; Jacomet, M

    2017-02-07

    A new pseudo asynchronous level crossing analogue-to-digital converter (adc) architecture targeted for low-power, implantable, long-term biomedical sensing applications is presented. In contrast to most of the existing asynchronous level crossing adc designs, the proposed design has no digital-to-analogue converter (dac) and no continuous time comparators. Instead, the proposed architecture uses an analogue memory cell and dynamic comparators. The architecture retains the signal activity dependent sampling operation by generating events only when the input signal is changing. The architecture offers the advantages of smaller chip area, energy saving and fewer analogue system components. Beside lower energy consumption the use of dynamic comparators results in a more robust performance in noise conditions. Moreover, dynamic comparators make interfacing the asynchronous level crossing system to synchronous processing blocks simpler. The proposed adc was implemented in [Formula: see text] complementary metal-oxide-semiconductor (cmos) technology, the hardware occupies a chip area of 0.0372 mm 2 and operates from a supply voltage of [Formula: see text] to [Formula: see text]. The adc's power consumption is as low as 0.6 μW with signal bandwidth from [Formula: see text] to [Formula: see text] and achieves an equivalent number of bits (enob) of up to 8 bits.

  11. Asynchronized synchronous machines

    CERN Document Server

    Botvinnik, M M

    1964-01-01

    Asynchronized Synchronous Machines focuses on the theoretical research on asynchronized synchronous (AS) machines, which are "hybrids” of synchronous and induction machines that can operate with slip. Topics covered in this book include the initial equations; vector diagram of an AS machine; regulation in cases of deviation from the law of full compensation; parameters of the excitation system; and schematic diagram of an excitation regulator. The possible applications of AS machines and its calculations in certain cases are also discussed. This publication is beneficial for students and indiv

  12. Data Collection for Mobile Group Consumption: An Asynchronous Distributed Approach

    Directory of Open Access Journals (Sweden)

    Weiping Zhu

    2016-04-01

    Full Text Available Mobile group consumption refers to consumption by a group of people, such as a couple, a family, colleagues and friends, based on mobile communications. It differs from consumption only involving individuals, because of the complex relations among group members. Existing data collection systems for mobile group consumption are centralized, which has the disadvantages of being a performance bottleneck, having single-point failure and increasing business and security risks. Moreover, these data collection systems are based on a synchronized clock, which is often unrealistic because of hardware constraints, privacy concerns or synchronization cost. In this paper, we propose the first asynchronous distributed approach to collecting data generated by mobile group consumption. We formally built a system model thereof based on asynchronous distributed communication. We then designed a simulation system for the model for which we propose a three-layer solution framework. After that, we describe how to detect the causality relation of two/three gathering events that happened in the system based on the collected data. Various definitions of causality relations based on asynchronous distributed communication are supported. Extensive simulation results show that the proposed approach is effective for data collection relating to mobile group consumption.

  13. Data Collection for Mobile Group Consumption: An Asynchronous Distributed Approach.

    Science.gov (United States)

    Zhu, Weiping; Chen, Weiran; Hu, Zhejie; Li, Zuoyou; Liang, Yue; Chen, Jiaojiao

    2016-04-06

    Mobile group consumption refers to consumption by a group of people, such as a couple, a family, colleagues and friends, based on mobile communications. It differs from consumption only involving individuals, because of the complex relations among group members. Existing data collection systems for mobile group consumption are centralized, which has the disadvantages of being a performance bottleneck, having single-point failure and increasing business and security risks. Moreover, these data collection systems are based on a synchronized clock, which is often unrealistic because of hardware constraints, privacy concerns or synchronization cost. In this paper, we propose the first asynchronous distributed approach to collecting data generated by mobile group consumption. We formally built a system model thereof based on asynchronous distributed communication. We then designed a simulation system for the model for which we propose a three-layer solution framework. After that, we describe how to detect the causality relation of two/three gathering events that happened in the system based on the collected data. Various definitions of causality relations based on asynchronous distributed communication are supported. Extensive simulation results show that the proposed approach is effective for data collection relating to mobile group consumption.

  14. Error characterization for asynchronous computations: Proxy equation approach

    Science.gov (United States)

    Sallai, Gabriella; Mittal, Ankita; Girimaji, Sharath

    2017-11-01

    Numerical techniques for asynchronous fluid flow simulations are currently under development to enable efficient utilization of massively parallel computers. These numerical approaches attempt to accurately solve time evolution of transport equations using spatial information at different time levels. The truncation error of asynchronous methods can be divided into two parts: delay dependent (EA) or asynchronous error and delay independent (ES) or synchronous error. The focus of this study is a specific asynchronous error mitigation technique called proxy-equation approach. The aim of this study is to examine these errors as a function of the characteristic wavelength of the solution. Mitigation of asynchronous effects requires that the asynchronous error be smaller than synchronous truncation error. For a simple convection-diffusion equation, proxy-equation error analysis identifies critical initial wave-number, λc. At smaller wave numbers, synchronous error are larger than asynchronous errors. We examine various approaches to increase the value of λc in order to improve the range of applicability of proxy-equation approach.

  15. Accelerating universes driven by bulk particles

    International Nuclear Information System (INIS)

    Brito, F.A.; Cruz, F.F.; Oliveira, J.F.N.

    2005-01-01

    We consider our universe as a 3d domain wall embedded in a 5d dimensional Minkowski space-time. We address the problem of inflation and late time acceleration driven by bulk particles colliding with the 3d domain wall. The expansion of our universe is mainly related to these bulk particles. Since our universe tends to be permeated by a large number of isolated structures, as temperature diminishes with the expansion, we model our universe with a 3d domain wall with increasing internal structures. These structures could be unstable 2d domain walls evolving to fermi-balls which are candidates to cold dark matter. The momentum transfer of bulk particles colliding with the 3d domain wall is related to the reflection coefficient. We show a nontrivial dependence of the reflection coefficient with the number of internal dark matter structures inside the 3d domain wall. As the population of such structures increases the velocity of the domain wall expansion also increases. The expansion is exponential at early times and polynomial at late times. We connect this picture with string/M-theory by considering BPS 3d domain walls with structures which can appear through the bosonic sector of a five-dimensional supergravity theory

  16. Probabilistic Models for Solar Particle Events

    Science.gov (United States)

    Adams, James H., Jr.; Dietrich, W. F.; Xapsos, M. A.; Welton, A. M.

    2009-01-01

    Probabilistic Models of Solar Particle Events (SPEs) are used in space mission design studies to provide a description of the worst-case radiation environment that the mission must be designed to tolerate.The models determine the worst-case environment using a description of the mission and a user-specified confidence level that the provided environment will not be exceeded. This poster will focus on completing the existing suite of models by developing models for peak flux and event-integrated fluence elemental spectra for the Z>2 elements. It will also discuss methods to take into account uncertainties in the data base and the uncertainties resulting from the limited number of solar particle events in the database. These new probabilistic models are based on an extensive survey of SPE measurements of peak and event-integrated elemental differential energy spectra. Attempts are made to fit the measured spectra with eight different published models. The model giving the best fit to each spectrum is chosen and used to represent that spectrum for any energy in the energy range covered by the measurements. The set of all such spectral representations for each element is then used to determine the worst case spectrum as a function of confidence level. The spectral representation that best fits these worst case spectra is found and its dependence on confidence level is parameterized. This procedure creates probabilistic models for the peak and event-integrated spectra.

  17. Single-particle model of a strongly driven, dense, nanoscale quantum ensemble

    Science.gov (United States)

    DiLoreto, C. S.; Rangan, C.

    2018-01-01

    We study the effects of interatomic interactions on the quantum dynamics of a dense, nanoscale, atomic ensemble driven by a strong electromagnetic field. We use a self-consistent, mean-field technique based on the pseudospectral time-domain method and a full, three-directional basis to solve the coupled Maxwell-Liouville equations. We find that interatomic interactions generate a decoherence in the state of an ensemble on a much faster time scale than the excited-state lifetime of individual atoms. We present a single-particle model of the driven, dense ensemble by incorporating interactions into a dephasing rate. This single-particle model reproduces the essential physics of the full simulation and is an efficient way of rapidly estimating the collective dynamics of a dense ensemble.

  18. Asynchronous zero-forcing adaptive equalization

    NARCIS (Netherlands)

    Bergmans, J.W.M.; Pozidis, H.; Lin, M.Y.

    2005-01-01

    Digital data receivers often operate at a fixed sampling rate 1/Ts that is asynchronous to the baud rate 1/T. A digital equalizer that processes the incoming signal will also be asynchronous, and its adaptation is commonly based on extensions of the LMS algorithm. In this paper, we develop and

  19. Do Solar Coronal Holes Affect the Properties of Solar Energetic Particle Events?

    Science.gov (United States)

    Kahler, S. W.; Arge, C. N.; Akiyama, S.; Gopalswamy, N.

    2013-01-01

    The intensities and timescales of gradual solar energetic particle (SEP) events at 1 AU may depend not only on the characteristics of shocks driven by coronal mass ejections (CMEs), but also on large-scale coronal and interplanetary structures. It has long been suspected that the presence of coronal holes (CHs) near the CMEs or near the 1-AU magnetic footpoints may be an important factor in SEP events. We used a group of 41 E (is) approx. 20 MeV SEP events with origins near the solar central meridian to search for such effects. First we investigated whether the presence of a CH directly between the sources of the CME and of the magnetic connection at 1 AU is an important factor. Then we searched for variations of the SEP events among different solar wind (SW) stream types: slow, fast, and transient. Finally, we considered the separations between CME sources and CH footpoint connections from 1 AU determined from four-day forecast maps based on Mount Wilson Observatory and the National Solar Observatory synoptic magnetic-field maps and the Wang-Sheeley-Arge model of SW propagation. The observed in-situ magnetic-field polarities and SW speeds at SEP event onsets tested the forecast accuracies employed to select the best SEP/CH connection events for that analysis. Within our limited sample and the three analytical treatments, we found no statistical evidence for an effect of CHs on SEP event peak intensities, onset times, or rise times. The only exception is a possible enhancement of SEP peak intensities in magnetic clouds.

  20. The composition of nucleation and Aitken modes particles during coastal nucleation events: evidence for marine secondary organic contribution

    Directory of Open Access Journals (Sweden)

    P. Vaattovaara

    2006-01-01

    Full Text Available Newly-formed nanometer-sized particles have been observed at coastal and marine environments world wide. Organic species have so far not been detected in those newly-formed nucleation mode particles. In this study, we applied the ultrafine organic tandem differential mobility analyzer method to study the possible existence of an organic fraction in recently formed coastal nucleation mode particles (d<20 nm at the Mace Head research station. Furthermore, effects of those nucleation events on potential cloud condensation nuclei were studied. The coastal events were typical for the Mace Head region and they occurred at low tide conditions during efficient solar radiation and enhanced biological activity in spring 2002. Additionally, a pulse height analyzer ultrafine condensation particle counter technique was used to study the composition of newly-formed particles formed in low tide conditions during a lower biological activity in October 2002. The overall results of the ultrafine organic tandem differential mobility analyzer and the pulse height analyzer ultrafine condensation particle counter measurements indicate that those coastally/marinely formed nucleation mode particles include a remarkable fraction of secondary organic products, beside iodine oxides, which are likely to be responsible for the nucleation. During clean marine air mass conditions, the origin of those secondary organic oxidation compounds can be related to marine coast and open ocean biota and thus a major fraction of the organics may originate from biosynthetic production of alkenes such as isoprene and their oxidation driven by iodine radicals, hydroxyl radicals, acid catalysis, and ozone during efficient solar radiation. During modified marine conditions, also anthropogenic secondary organic compounds may contribute to the nucleation mode organic mass, in addition to biogenic secondary organic compounds. Thus, the ultrafine organic tandem differential mobility analyzer

  1. Asynchronous transfer mode and Local Area Network emulation standards, protocols, and security implications

    OpenAIRE

    Kirwin, John P.

    1999-01-01

    A complex networking technology called Asynchronous Transfer Mode (ATM) and a networking protocol called Local Area Network Emulation (LANE) are being integrated into many naval networks without any security-driven naval configuration guidelines. No single publication is available that describes security issues of data delivery and signaling relating to the transition of Ethernet to LANE and ATM. The thesis' focus is to provide: (1) an overview and security analysis of standardized protocols ...

  2. Simulating large-scale pedestrian movement using CA and event driven model: Methodology and case study

    Science.gov (United States)

    Li, Jun; Fu, Siyao; He, Haibo; Jia, Hongfei; Li, Yanzhong; Guo, Yi

    2015-11-01

    Large-scale regional evacuation is an important part of national security emergency response plan. Large commercial shopping area, as the typical service system, its emergency evacuation is one of the hot research topics. A systematic methodology based on Cellular Automata with the Dynamic Floor Field and event driven model has been proposed, and the methodology has been examined within context of a case study involving the evacuation within a commercial shopping mall. Pedestrians walking is based on Cellular Automata and event driven model. In this paper, the event driven model is adopted to simulate the pedestrian movement patterns, the simulation process is divided into normal situation and emergency evacuation. The model is composed of four layers: environment layer, customer layer, clerk layer and trajectory layer. For the simulation of movement route of pedestrians, the model takes into account purchase intention of customers and density of pedestrians. Based on evacuation model of Cellular Automata with Dynamic Floor Field and event driven model, we can reflect behavior characteristics of customers and clerks at the situations of normal and emergency evacuation. The distribution of individual evacuation time as a function of initial positions and the dynamics of the evacuation process is studied. Our results indicate that the evacuation model using the combination of Cellular Automata with Dynamic Floor Field and event driven scheduling can be used to simulate the evacuation of pedestrian flows in indoor areas with complicated surroundings and to investigate the layout of shopping mall.

  3. Particle formation events measured at a semirural background site in Denmark

    DEFF Research Database (Denmark)

    Wang, Fenjuan; Zhang, Zhenyi; Massling, Andreas

    2013-01-01

    according to 3D daily plots in combination with an automatic routine. A clear seasonal variation was found in the way that events occurred more frequently during the warm season from May to September and especially in June. The mean values of the apparent 6 nm particle formation rates, the growth rate......The particle formation and growth events observed at a semirural background site in Denmark were analyzed based on particle number size distribution data collected during the period from February 2005 to December 2010. The new particle formation (NPF) events have been classified visually in detail...... and the condensation sink were about 0.36 cm−3 s−1, 2.6 nm h−1, 4.3 × 10−3 s−1, respectively. A positive relationship of oxidation capacity (OX = O3 + NO2) of the atmosphere and the appearance of NPF events was found indicating that the oxidation of the atmosphere was linked to the formation of new particles...

  4. From Particle Flow to Colour Flow in Top Events

    CERN Document Server

    Lofberg, Henrik Johan

    2013-01-01

    A deeper understanding of the underlying event in $t\\overline{t}$ pair production is expected to improve the current uncertainty on the measurements of the top quark mass. By selecting events with an electron, a muon and two b-tagged jets a high purity signal is obtained. The main properties of the underlying event are isolated and compared between data and different Pythia Monte Carlo Tunes. Discrepancies between the total number of charged particles for different models is observed. Furthermore a contribution of colour reconnection to the modeling of the average transverse momentum of the charged particles is identified.

  5. The Aeolian Asynchronous Generator

    Directory of Open Access Journals (Sweden)

    Ionel Dragomirescu

    2008-10-01

    Full Text Available The production of the electric energy with lower costs could be realized with the help of the aeolian electric central. In these centrals we can use the squirrel cage asynchronous generators, because these machines are the most safety in function and easy exploited. This work show the function analyzing of the asynchronous generator having on involving torque depending on the square wind speed, the air-density and on the construction of the wing spiral.

  6. A Methodology for the Design and Verification of Globally Asynchronous/Locally Synchronous Architectures

    Science.gov (United States)

    Miller, Steven P.; Whalen, Mike W.; O'Brien, Dan; Heimdahl, Mats P.; Joshi, Anjali

    2005-01-01

    Recent advanced in model-checking have made it practical to formally verify the correctness of many complex synchronous systems (i.e., systems driven by a single clock). However, many computer systems are implemented by asynchronously composing several synchronous components, where each component has its own clock and these clocks are not synchronized. Formal verification of such Globally Asynchronous/Locally Synchronous (GA/LS) architectures is a much more difficult task. In this report, we describe a methodology for developing and reasoning about such systems. This approach allows a developer to start from an ideal system specification and refine it along two axes. Along one axis, the system can be refined one component at a time towards an implementation. Along the other axis, the behavior of the system can be relaxed to produce a more cost effective but still acceptable solution. We illustrate this process by applying it to the synchronization logic of a Dual Fight Guidance System, evolving the system from an ideal case in which the components do not fail and communicate synchronously to one in which the components can fail and communicate asynchronously. For each step, we show how the system requirements have to change if the system is to be implemented and prove that each implementation meets the revised system requirements through modelchecking.

  7. Estimating the Probability of Wind Ramping Events: A Data-driven Approach

    OpenAIRE

    Wang, Cheng; Wei, Wei; Wang, Jianhui; Qiu, Feng

    2016-01-01

    This letter proposes a data-driven method for estimating the probability of wind ramping events without exploiting the exact probability distribution function (PDF) of wind power. Actual wind data validates the proposed method.

  8. Particle transport patterns of short-distance soil erosion by wind-driven rain, rain and wind

    Science.gov (United States)

    Marzen, Miriam; Iserloh, Thomas; de Lima, João L. M. P.; Ries, Johannes B.

    2015-04-01

    Short distance erosion of soil surface material is one of the big question marks in soil erosion studies. The exact measurement of short-distance transported soil particles, prior to the occurrence of overland flow, is a challenge to soil erosion science due to the particular requirements of the experimental setup and test procedure. To approach a quantification of amount and distance of each type of transport, we applied an especially developed multiple-gutter system installed inside the Trier Portable Wind and Rainfall Simulator (PWRS). We measured the amount and travel distance of soil particles detached and transported by raindrops (splash), wind-driven rain (splash-saltation and splash-drift) and wind (saltation). The test setup included three different erosion agents (rain/ wind-driven rain/ wind), two substrates (sandy/ loamy), three surface structures (grain roughness/ rills lengthwise/ rills transversal) and three slope angles (0°/+7°/-7°). The results present detailed transport patterns of the three erosion agents under the varying soil and surface conditions up to a distance of 1.6 m. Under the applied rain intensity and wind velocity, wind-driven rain splash generates the highest erosion. The erodibility and travel distance of the two substrates depend on the erosion agent. The total erosion is slightly higher for the slope angle -7° (downslope), but for wind-driven rain splash, the inclination is not a relevant factor. The effect of surface structures (rills) changes with traveling distance. The wind driven rain splash generates a much higher amount of erosion and a further travel distance of the particles due to the combined action of wind and rain. The wind-driven rain factor appears to be much more significant than the other factors. The study highlights the effects of different erosion agents and surface parameters on short-distance particle transport and the powerful impact of wind-driven rain on soil erosion.

  9. Data Collection for Mobile Group Consumption: An Asynchronous Distributed Approach †

    Science.gov (United States)

    Zhu, Weiping; Chen, Weiran; Hu, Zhejie; Li, Zuoyou; Liang, Yue; Chen, Jiaojiao

    2016-01-01

    Mobile group consumption refers to consumption by a group of people, such as a couple, a family, colleagues and friends, based on mobile communications. It differs from consumption only involving individuals, because of the complex relations among group members. Existing data collection systems for mobile group consumption are centralized, which has the disadvantages of being a performance bottleneck, having single-point failure and increasing business and security risks. Moreover, these data collection systems are based on a synchronized clock, which is often unrealistic because of hardware constraints, privacy concerns or synchronization cost. In this paper, we propose the first asynchronous distributed approach to collecting data generated by mobile group consumption. We formally built a system model thereof based on asynchronous distributed communication. We then designed a simulation system for the model for which we propose a three-layer solution framework. After that, we describe how to detect the causality relation of two/three gathering events that happened in the system based on the collected data. Various definitions of causality relations based on asynchronous distributed communication are supported. Extensive simulation results show that the proposed approach is effective for data collection relating to mobile group consumption. PMID:27058544

  10. Particle hygroscopicity during atmospheric new particle formation events: implications for the chemical species contributing to particle growth

    Directory of Open Access Journals (Sweden)

    Z. Wu

    2013-07-01

    Full Text Available This study examines the hygroscopicity of newly formed particles (diameters range 25–45 nm during two atmospheric new particle formation (NPF events in the German mid-level mountains during the Hill Cap Cloud Thuringia 2010 (HCCT-2010 field experiment. At the end of the NPF event involving clear particle growth, we measured an unusually high soluble particle fraction of 58.5% at 45 nm particle size. The particle growth rate contributed through sulfuric acid condensation only accounts for around 6.5% of the observed growth rate. Estimations showed that sulfuric acid condensation explained, however, only around 10% of that soluble particle fraction. Therefore, the formation of additional water-soluble matter appears imperative to explain the missing soluble fraction. Although direct evidence is missing, we consider water-soluble organics as candidates for this mechanism. For the case with clear growth process, the particle growth rate was determined by two alternative methods based on tracking the mode diameter of the nucleation mode. The mean particle growth rate obtained from the inter-site data comparison using Lagrangian consideration is 3.8 (± 2.6 nm h−1. During the same period, the growth rate calculated based on one site data is 5.0 nm h−1 using log-normal distribution function method. In light of the fact that considerable uncertainties could be involved in both methods, we consider both estimated growth rates consistent.

  11. THE 2012 JULY 23 BACKSIDE ERUPTION: AN EXTREME ENERGETIC PARTICLE EVENT?

    Energy Technology Data Exchange (ETDEWEB)

    Gopalswamy, N. [Code 671, Solar Physics Laboratory, NASA Goddard Space Flight Center, Greenbelt, MD 20771 (United States); Yashiro, S.; Thakur, N.; Mäkelä, P.; Xie, H.; Akiyama, S., E-mail: nat.gopalswamy@nasa.gov [Department of Physics, The Catholic University of America, Washington, DC 20064 (United States)

    2016-12-20

    The backside coronal mass ejection (CME) of 2012 July 23 had a short Sun-to-Earth shock transit time (18.5 hr). The associated solar energetic particle (SEP) event had a >10 MeV proton flux peaking at ∼5000 pfu, and the energetic storm particle event was an order of magnitude larger, making it the most intense event in the space era at these energies. By a detailed analysis of the CME, shock, and SEP characteristics, we find that the July 23 event is consistent with a high-energy SEP event (accelerating particles to gigaelectronvolt energies). The times of maximum and fluence spectra in the range 10–100 MeV were very hard, similar to those of ground-level enhancement (GLE) events. We found a hierarchical relationship between the CME initial speeds and the fluence spectral indices: CMEs with low initial speeds had SEP events with the softest spectra, while those with the highest initial speeds had SEP events with the hardest spectra. CMEs attaining intermediate speeds result in moderately hard spectra. The July 23 event was in the group of hard-spectrum events. During the July 23 event, the shock speed (>2000 km s{sup −1}), the initial acceleration (∼1.70 km s{sup −2}), and the shock-formation height (∼1.5 solar radii) were all typical of GLE events. The associated type II burst had emission components from meter to kilometer wavelengths, suggesting a strong shock. These observations confirm that the 2012 July 23 event is likely to be an extreme event in terms of the energetic particles it accelerated.

  12. Pre-attentive processing of spectrally complex sounds with asynchronous onsets: an event-related potential study with human subjects.

    Science.gov (United States)

    Tervaniemi, M; Schröger, E; Näätänen, R

    1997-05-23

    Neuronal mechanisms involved in the processing of complex sounds with asynchronous onsets were studied in reading subjects. The sound onset asynchrony (SOA) between the leading partial and the remaining complex tone was varied between 0 and 360 ms. Infrequently occurring deviant sounds (in which one out of 10 harmonics was different in pitch relative to the frequently occurring standard sound) elicited the mismatch negativity (MMN), a change-specific cortical event-related potential (ERP) component. This indicates that the pitch of standard stimuli had been pre-attentively coded by sensory-memory traces. Moreover, when the complex-tone onset fell within temporal integration window initiated by the leading-partial onset, the deviants elicited the N2b component. This indexes that involuntary attention switch towards the sound change occurred. In summary, the present results support the existence of pre-perceptual integration mechanism of 100-200 ms duration and emphasize its importance in switching attention towards the stimulus change.

  13. Radial dependence of solar energetic particles derived from the 15 March 2013 solar energetic particle event and global MHD simulation

    Energy Technology Data Exchange (ETDEWEB)

    Wu, Chin-Chun, E-mail: chin-chun.wu@nrl.navy.mil; Plunkett, Simon, E-mail: simon.plunkett@nrl.navy.mil [Naval Research Laboratory, Washington, DC 20375 (United States); Liou, Kan, E-mail: kan.liou@jhuapl.edu [Johns Hopkins University Applied Physics Laboratory, Laurel, Maryland (United States); Wu, S. T., E-mail: wus@uah.edu [CSPAR, University of Alabama, Huntsville, Alabama (United States); Dryer, Murray, E-mail: murraydryer@msn.com [Emeritus, NOAA, Boulder, CO (United States)

    2016-03-25

    We study an unusual solar energetic particle (SEP) event that was associated with the coronal mass ejection (CME) on March 15, 2013. Enhancements of the SEP fluxes were first detected by the ACE spacecraft at 14:00 UT, ∼7 hours after the onset of the CME (07:00 UT), and the SEP’s peak intensities were recorded ∼36 hours after the onset of the CME. Our recent study showed that the CME-driven shock Mach number, based on a global three-dimensional (3-D) magnetohydrodynamic (MHD) simulation, is well correlated with the time-intensity of 10-30 MeV and 30-80 MeV protons. Here we focus on the radial dependence (r{sup −α}) of {sup 4}He (3.43-41.2 MeV/n) and O (7.30-89.8 MeV/n) energetic particles from ACE/SIS. It is found that the scaling factor (α) ranges between 2 and 4 for most of the energy channels. We also found that the correlation coefficients tend to increase with SEP energies.

  14. Notification Event Architecture for Traveler Screening: Predictive Traveler Screening Using Event Driven Business Process Management

    Science.gov (United States)

    Lynch, John Kenneth

    2013-01-01

    Using an exploratory model of the 9/11 terrorists, this research investigates the linkages between Event Driven Business Process Management (edBPM) and decision making. Although the literature on the role of technology in efficient and effective decision making is extensive, research has yet to quantify the benefit of using edBPM to aid the…

  15. Seabed resident event driven profiling system (SREP). Concept, design and tests

    Digital Repository Service at National Institute of Oceanography (India)

    Mascarenhas, A.A.M.Q.; Afzulpurkar, S.; Maurya, P.K.; Fernandes, L.; Madhan, R.; Desa, E.S.; Dabolkar, N.A.; Navelkar, G.S.; Naik, L.; Shetye, V.G.; Shetty, N.B.; Prabhudesai, S.P.; Nagvekar, S.; Vimalakumari, D.

    The seabed resident event driven profiling system (SREP) described here offers a novel, optimized approach to profiling in coastal waters from seabed to sea surface during the rough seas encountered in the southwest monsoon season (June...

  16. Burst-Mode Asynchronous Controllers on FPGA

    Directory of Open Access Journals (Sweden)

    Duarte L. Oliveira

    2008-01-01

    Full Text Available FPGAs have been mainly used to design synchronous circuits. Asynchronous design on FPGAs is difficult because the resulting circuit may suffer from hazard problems. We propose a method that implements a popular class of asynchronous circuits, known as burst mode, on FPGAs based on look-up table architectures. We present two conditions that, if satisfied, guarantee essential hazard-free implementation on any LUT-based FPGA. By doing that, besides all the intrinsic advantages of asynchronous over synchronous circuits, they also take advantage of the shorter design time and lower cost associated with FPGA designs.

  17. Asynchronous beating of cilia enhances particle capture rate

    Science.gov (United States)

    Ding, Yang; Kanso, Eva

    2014-11-01

    Many aquatic micro-organisms use beating cilia to generate feeding currents and capture particles in surrounding fluids. One of the capture strategies is to ``catch up'' with particles when a cilium is beating towards the overall flow direction (effective stroke) and intercept particles on the downstream side of the cilium. Here, we developed a 3D computational model of a cilia band with prescribed motion in a viscous fluid and calculated the trajectories of the particles with different sizes in the fluid. We found an optimal particle diameter that maximizes the capture rate. The flow field and particle motion indicate that the low capture rate of smaller particles is due to the laminar flow in the neighbor of the cilia, whereas larger particles have to move above the cilia tips to get advected downstream which decreases their capture rate. We then analyzed the effect of beating coordination between neighboring cilia on the capture rate. Interestingly, we found that asynchrony of the beating of the cilia can enhance the relative motion between a cilium and the particles near it and hence increase the capture rate.

  18. Selection of initial events of accelerator driven subcritical system

    International Nuclear Information System (INIS)

    Wang Qianglong; Hu Liqin; Wang Jiaqun; Li Yazhou; Yang Zhiyi

    2013-01-01

    The Probabilistic Safety Assessment (PSA) is an important tool in reactor safety analysis and a significant reference to the design and operation of reactor. It is the origin and foundation of the PSA for a reactor to select the initial events. Accelerator Driven Subcritical System (ADS) has advanced design characteristics, complicated subsystems and little engineering and operating experience, which makes it much more difficult to identify the initial events of ADS. Based on the current design project of ADS, the system's safety characteristics and special issues were analyzed in this article. After a series of deductions with Master Logic Diagram (MLD) and considering the relating experience of other advanced research reactors, a preliminary initial events was listed finally, which provided the foundation for the next safety assessment. (authors)

  19. Event-by-event particle multiplicity fluctuations in Pb-Pb collisions with ALICE

    Energy Technology Data Exchange (ETDEWEB)

    Arslandok, Mesut [Institut fuer Kernphysik, Goethe-Universitaet Frankfurt (Germany); Collaboration: ALICE-Collaboration

    2014-07-01

    The study of event-by-event fluctuations of identified hadrons may reveal the degrees of freedom of the strongly interacting mater created in heavy-ion collisions. Particle identification that is based on the measurement of the specific ionization energy loss dE/dx works well on a statistical basis, however, suffers from ambiguities when applied on the event-by-event level. A novel experimental technique called the ''Identity Method'' was recently proposed to overcome such limitations. The method follows a probabilistic approach using the inclusive dE/dx distributions measured in the ALICE TPC, and determines the moments of the multiplicity distributions by an unfolding procedure. In this contribution, the status of an event-by-event fluctuation analysis that applies the Identity Method to Pb-Pb data from ALICE is presented.

  20. Event- and Time-Driven Techniques Using Parallel CPU-GPU Co-processing for Spiking Neural Networks.

    Science.gov (United States)

    Naveros, Francisco; Garrido, Jesus A; Carrillo, Richard R; Ros, Eduardo; Luque, Niceto R

    2017-01-01

    Modeling and simulating the neural structures which make up our central neural system is instrumental for deciphering the computational neural cues beneath. Higher levels of biological plausibility usually impose higher levels of complexity in mathematical modeling, from neural to behavioral levels. This paper focuses on overcoming the simulation problems (accuracy and performance) derived from using higher levels of mathematical complexity at a neural level. This study proposes different techniques for simulating neural models that hold incremental levels of mathematical complexity: leaky integrate-and-fire (LIF), adaptive exponential integrate-and-fire (AdEx), and Hodgkin-Huxley (HH) neural models (ranged from low to high neural complexity). The studied techniques are classified into two main families depending on how the neural-model dynamic evaluation is computed: the event-driven or the time-driven families. Whilst event-driven techniques pre-compile and store the neural dynamics within look-up tables, time-driven techniques compute the neural dynamics iteratively during the simulation time. We propose two modifications for the event-driven family: a look-up table recombination to better cope with the incremental neural complexity together with a better handling of the synchronous input activity. Regarding the time-driven family, we propose a modification in computing the neural dynamics: the bi-fixed-step integration method. This method automatically adjusts the simulation step size to better cope with the stiffness of the neural model dynamics running in CPU platforms. One version of this method is also implemented for hybrid CPU-GPU platforms. Finally, we analyze how the performance and accuracy of these modifications evolve with increasing levels of neural complexity. We also demonstrate how the proposed modifications which constitute the main contribution of this study systematically outperform the traditional event- and time-driven techniques under

  1. FLARE VERSUS SHOCK ACCELERATION OF HIGH-ENERGY PROTONS IN SOLAR ENERGETIC PARTICLE EVENTS

    International Nuclear Information System (INIS)

    Cliver, E. W.

    2016-01-01

    Recent studies have presented evidence for a significant to dominant role for a flare-resident acceleration process for high-energy protons in large (“gradual”) solar energetic particle (SEP) events, contrary to the more generally held view that such protons are primarily accelerated at shock waves driven by coronal mass ejections (CMEs). The new support for this flare-centric view is provided by correlations between the sizes of X-ray and/or microwave bursts and associated SEP events. For one such study that considered >100 MeV proton events, we present evidence based on CME speeds and widths, shock associations, and electron-to-proton ratios that indicates that events omitted from that investigation’s analysis should have been included. Inclusion of these outlying events reverses the study’s qualitative result and supports shock acceleration of >100 MeV protons. Examination of the ratios of 0.5 MeV electron intensities to >100 MeV proton intensities for the Grechnev et al. event sample provides additional support for shock acceleration of high-energy protons. Simply scaling up a classic “impulsive” SEP event to produce a large >100 MeV proton event implies the existence of prompt 0.5 MeV electron events that are approximately two orders of magnitude larger than are observed. While classic “impulsive” SEP events attributed to flares have high electron-to-proton ratios (≳5 × 10 5 ) due to a near absence of >100 MeV protons, large poorly connected (≥W120) gradual SEP events, attributed to widespread shock acceleration, have electron-to-proton ratios of ∼2 × 10 3 , similar to those of comparably sized well-connected (W20–W90) SEP events.

  2. High-Energy Solar Particle Events in Cycle 24

    Science.gov (United States)

    Gopalswamy, N.; Makela, P.; Yashiro, S.; Xie, H.; Akiyama, S.; Thakur, N.

    2015-01-01

    The Sun is already in the declining phase of cycle 24, but the paucity of high-energy solar energetic particle (SEP) events continues with only two ground level enhancement (GLE) events as of March 31, 2015. In an attempt to understand this, we considered all the large SEP events of cycle 24 that occurred until the end of 2014. We compared the properties of the associated CMEs with those in cycle 23. We found that the CME speeds in the sky plane were similar, but almost all those cycle-24 CMEs were halos. A significant fraction of (16%) of the frontside SEP events were associated with eruptive prominence events. CMEs associated with filament eruption events accelerate slowly and attain peak speeds beyond the typical GLE release heights. When we considered only western hemispheric events that had good connectivity to the CME nose, there were only 8 events that could be considered as GLE candidates. One turned out to be the first GLE event of cycle 24 (2012 May 17). In two events, the CMEs were very fast (>2000 km/s) but they were launched into a tenuous medium (high Alfven speed). In the remaining five events, the speeds were well below the typical GLE CME speed (2000 km/s). Furthermore, the CMEs attained their peak speeds beyond the typical heights where GLE particles are released. We conclude that several factors contribute to the low rate of high-energy SEP events in cycle 24: (i) reduced efficiency of shock acceleration (weak heliospheric magnetic field), (ii) poor latitudinal and longitudinal connectivity), and (iii) variation in local ambient conditions (e.g., high Alfven speed).

  3. Event-driven charge-coupled device design and applications therefor

    Science.gov (United States)

    Doty, John P. (Inventor); Ricker, Jr., George R. (Inventor); Burke, Barry E. (Inventor); Prigozhin, Gregory Y. (Inventor)

    2005-01-01

    An event-driven X-ray CCD imager device uses a floating-gate amplifier or other non-destructive readout device to non-destructively sense a charge level in a charge packet associated with a pixel. The output of the floating-gate amplifier is used to identify each pixel that has a charge level above a predetermined threshold. If the charge level is above a predetermined threshold the charge in the triggering charge packet and in the charge packets from neighboring pixels need to be measured accurately. A charge delay register is included in the event-driven X-ray CCD imager device to enable recovery of the charge packets from neighboring pixels for accurate measurement. When a charge packet reaches the end of the charge delay register, control logic either dumps the charge packet, or steers the charge packet to a charge FIFO to preserve it if the charge packet is determined to be a packet that needs accurate measurement. A floating-diffusion amplifier or other low-noise output stage device, which converts charge level to a voltage level with high precision, provides final measurement of the charge packets. The voltage level is eventually digitized by a high linearity ADC.

  4. Particle force model effects in a shock-driven multiphase instability

    Science.gov (United States)

    Black, W. J.; Denissen, N.; McFarland, J. A.

    2018-05-01

    This work presents simulations on a shock-driven multiphase instability (SDMI) at an initial particle volume fraction of 1% with the addition of a suite of particle force models applicable in dense flows. These models include pressure-gradient, added-mass, and interparticle force terms in an effort to capture the effects neighboring particles have in non-dilute flow regimes. Two studies are presented here: the first seeks to investigate the individual contributions of the force models, while the second study focuses on examining the effect of these force models on the hydrodynamic evolution of a SDMI with various particle relaxation times (particle sizes). In the force study, it was found that the pressure gradient and interparticle forces have little effect on the instability under the conditions examined, while the added-mass force decreases the vorticity deposition and alters the morphology of the instability. The relaxation-time study likewise showed a decrease in metrics associated with the evolution of the SDMI for all sizes when the particle force models were included. The inclusion of these models showed significant morphological differences in both the particle and carrier species fields, which increased as particle relaxation times increased.

  5. Neural network-based voltage regulator for an isolated asynchronous generator supplying three-phase four-wire loads

    Energy Technology Data Exchange (ETDEWEB)

    Singh, Bhim; Kasal, Gaurav Kumar [Department of Electrical Engineering, Indian Institute of Technology, Delhi, Hauz-Khas, New Delhi 110016 (India)

    2008-06-15

    This paper deals with a neural network-based solid state voltage controller for an isolated asynchronous generator (IAG) driven by constant speed prime mover like diesel engine, bio-gas or gasoline engine and supplying three-phase four-wire loads. The proposed control scheme uses an indirect current control and a fast adaptive linear element (adaline) based neural network reference current extractor, which extracts the real positive sequence current component without any phase shift. The neutral current of the source is also compensated by using three single-phase bridge configuration of IGBT (insulated gate bipolar junction transistor) based voltage source converter (VSC) along-with single-phase transformer having self-supported dc bus. The proposed controller provides the functions as a voltage regulator, a harmonic eliminator, a neutral current compensator, and a load balancer. The proposed isolated electrical system with its controller is modeled and simulated in MATLAB along with Simulink and PSB (Power System Block set) toolboxes. The simulated results are presented to demonstrate the capability of an isolated asynchronous generating system driven by a constant speed prime mover for feeding three-phase four-wire loads. (author)

  6. Event-by-Event Elliptic Flow Fluctuations from PHOBOS

    Science.gov (United States)

    Wosiek, B.; Alver, B.; Back, B. B.; Baker, M. D.; Ballintijn, M.; Barton, D. S.; Betts, R. R.; Bickley, A. A.; Bindel, R.; Busza, W.; Carroll, A.; Chai, Z.; Chetluru, V.; Decowski, M. P.; García, E.; Gburek, T.; George, N.; Gulbrandsen, K.; Halliwell, C.; Hamblen, J.; Harnarine, I.; Hauer, M.; Henderson, C.; Hofman, D. J.; Hollis, R. S.; Hołyński, R.; Holzman, B.; Iordanova, A.; Johnson, E.; Kane, J. L.; Khan, N.; Kulinich, P.; Kuo, C. M.; Li, W.; Lin, W. T.; Loizides, C.; Manly, S.; Mignerey, A. C.; Nouicer, R.; Olszewski, A.; Pak, R.; Reed, C.; Richardson, E.; Roland, C.; Roland, G.; Sagerer, J.; Seals, H.; Sedykh, I.; Smith, C. E.; Stankiewicz, M. A.; Steinberg, P.; Stephans, G. S. F.; Sukhanov, A.; Szostak, A.; Tonjes, M. B.; Trzupek, A.; Vale, C.; van Nieuwenhuizen, G. J.; Vaurynovich, S. S.; Verdier, R.; Veres, G. I.; Walters, P.; Wenger, E.; Willhelm, D.; Wolfs, F. L. H.; Woźniak, K.; Wyngaardt, S.; Wysłouch, B.

    2009-04-01

    Recently PHOBOS has focused on the study of fluctuations and correlations in particle production in heavy-ion collisions at the highest energies delivered by the Relativistic Heavy Ion Collider (RHIC). In this report, we present results on event-by-event elliptic flow fluctuations in (Au+Au) collisions at sqrt {sNN}=200 GeV. A data-driven method was used to estimate the dominant contribution from non-flow correlations. Over the broad range of collision centralities, the observed large elliptic flow fluctuations are in agreement with the fluctuations in the initial source eccentricity.

  7. Asynchronous event driven distributed energy management using profile steering

    NARCIS (Netherlands)

    Hoogsteen, G.; Molderink, A.; Hurink, J. L.; Smit, G. J. M.

    2017-01-01

    Distributed Energy Management methodologies with a scheduling approach based on predictions require means to avoid problems related to prediction errors. Various approaches deal with such prediction errors by applying a different online control mechanism, such as a double-sided auction. However,

  8. Clonal expansion and linear genome evolution through breast cancer progression from pre-invasive stages to asynchronous metastasis

    DEFF Research Database (Denmark)

    Krøigård, Anne Bruun; Larsen, Martin Jakob; Lænkholm, Anne Vibeke

    2015-01-01

    Evolution of the breast cancer genome from pre-invasive stages to asynchronous metastasis is complex and mostly unexplored, but highly demanded as it may provide novel markers for and mechanistic insights in cancer progression. The increasing use of personalized therapy of breast cancer necessita......Evolution of the breast cancer genome from pre-invasive stages to asynchronous metastasis is complex and mostly unexplored, but highly demanded as it may provide novel markers for and mechanistic insights in cancer progression. The increasing use of personalized therapy of breast cancer...... progression from one breast cancer patient, including two different regions of Ductal Carcinoma In Situ (DCIS), primary tumor and an asynchronous metastasis. We identify a remarkable landscape of somatic mutations, retained throughout breast cancer progression and with new mutational events emerging at each...

  9. Supporting Beacon and Event-Driven Messages in Vehicular Platoons through Token-Based Strategies.

    Science.gov (United States)

    Balador, Ali; Uhlemann, Elisabeth; Calafate, Carlos T; Cano, Juan-Carlos

    2018-03-23

    Timely and reliable inter-vehicle communications is a critical requirement to support traffic safety applications, such as vehicle platooning. Furthermore, low-delay communications allow the platoon to react quickly to unexpected events. In this scope, having a predictable and highly effective medium access control (MAC) method is of utmost importance. However, the currently available IEEE 802.11p technology is unable to adequately address these challenges. In this paper, we propose a MAC method especially adapted to platoons, able to transmit beacons within the required time constraints, but with a higher reliability level than IEEE 802.11p, while concurrently enabling efficient dissemination of event-driven messages. The protocol circulates the token within the platoon not in a round-robin fashion, but based on beacon data age, i.e., the time that has passed since the previous collection of status information, thereby automatically offering repeated beacon transmission opportunities for increased reliability. In addition, we propose three different methods for supporting event-driven messages co-existing with beacons. Analysis and simulation results in single and multi-hop scenarios showed that, by providing non-competitive channel access and frequent retransmission opportunities, our protocol can offer beacon delivery within one beacon generation interval while fulfilling the requirements on low-delay dissemination of event-driven messages for traffic safety applications.

  10. Supporting Beacon and Event-Driven Messages in Vehicular Platoons through Token-Based Strategies

    Directory of Open Access Journals (Sweden)

    Ali Balador

    2018-03-01

    Full Text Available Timely and reliable inter-vehicle communications is a critical requirement to support traffic safety applications, such as vehicle platooning. Furthermore, low-delay communications allow the platoon to react quickly to unexpected events. In this scope, having a predictable and highly effective medium access control (MAC method is of utmost importance. However, the currently available IEEE 802.11p technology is unable to adequately address these challenges. In this paper, we propose a MAC method especially adapted to platoons, able to transmit beacons within the required time constraints, but with a higher reliability level than IEEE 802.11p, while concurrently enabling efficient dissemination of event-driven messages. The protocol circulates the token within the platoon not in a round-robin fashion, but based on beacon data age, i.e., the time that has passed since the previous collection of status information, thereby automatically offering repeated beacon transmission opportunities for increased reliability. In addition, we propose three different methods for supporting event-driven messages co-existing with beacons. Analysis and simulation results in single and multi-hop scenarios showed that, by providing non-competitive channel access and frequent retransmission opportunities, our protocol can offer beacon delivery within one beacon generation interval while fulfilling the requirements on low-delay dissemination of event-driven messages for traffic safety applications.

  11. Comparing the force ripple during asynchronous and conventional stimulation.

    Science.gov (United States)

    Downey, Ryan J; Tate, Mark; Kawai, Hiroyuki; Dixon, Warren E

    2014-10-01

    Asynchronous stimulation has been shown to reduce fatigue during electrical stimulation; however, it may also exhibit a force ripple. We quantified the ripple during asynchronous and conventional single-channel transcutaneous stimulation across a range of stimulation frequencies. The ripple was measured during 5 asynchronous stimulation protocols, 2 conventional stimulation protocols, and 3 volitional contractions in 12 healthy individuals. Conventional 40 Hz and asynchronous 16 Hz stimulation were found to induce contractions that were as smooth as volitional contractions. Asynchronous 8, 10, and 12 Hz stimulation induced contractions with significant ripple. Lower stimulation frequencies can reduce fatigue; however, they may also lead to increased ripple. Future efforts should study the relationship between force ripple and the smoothness of the evoked movements in addition to the relationship between stimulation frequency and NMES-induced fatigue to elucidate an optimal stimulation frequency for asynchronous stimulation. © 2014 Wiley Periodicals, Inc.

  12. Event-by-event fluctuations of the particle yield ratios in heavy-ion collisions at 20 - 158 AGeV

    Energy Technology Data Exchange (ETDEWEB)

    Kresan, Dmytro

    2010-12-22

    Non-statistical event-by-event fluctuations are considered as an important signal for the critical endpoint of the QCD phase diagram. Event-by-event fluctuations of different observables are thus investigated in detail in current experiments but are also an important observable to be studied at the future CBM experiment at FAIR. In this work we present the energy and centrality dependence of event-by-event fluctuations of particle yield ratios measured by the NA49 experiment in Pb+Pb collisions at 20-158 AGeV. Systematic studies of the influence of the dE/dx resolution on the particle identification and the centrality bin size were performed. Results can be compared to event-by-event fluctuations measured by NA49 for different observables such as or the mean charged particle multiplicity. Main results of these studies are an increase of absolute value of the dynamical particle ratio fluctuations with decreasing centrality for all considered ratios, saturation of the K/{pi} and K/p ratio fluctuations for peripheral Pb + Pb collisions at 158A GeV and scaling of the energy and centrality dependences of the p/{pi} ratio fluctuations with N{sub p}N{sub {pi}}. The measured energy and centrality dependences of the K/{pi} and K/p ratio fluctuations scale with N{sub K} in a different way. The saturation of the mentioned ratios fluctuations was attributed to the development of pronounced spike at zero in the eventwise ratio distributions, which, as was shown by Monte Carlo simulations, influence the measured fluctuations in the very peripheral Pb + Pb collisions at 158A GeV. In future, the CBM experiment at FAIR will investigate the intermediate region of the QCD phase diagram in great detail searching for the first order phase transition line and the expected critical endpoint. It is therefore important to closely investigate its sensitivity towards particle ratio fluctuations in Au+Au collisions at 10-45 AGeV beam energy. Detailed simulation studies are

  13. A modular control architecture for real-time synchronous and asynchronous systems

    International Nuclear Information System (INIS)

    Butler, P.L.; Jones, J.P.

    1993-01-01

    This paper describes a control architecture for real-time control of complex robotic systems. The Modular Integrated Control Architecture (MICA), which is actually two complementary control systems, recognizes and exploits the differences between asynchronous and synchronous control. The asynchronous control system simulates shared memory on a heterogeneous network. For control information, a portable event-scheme is used. This scheme provides consistent interprocess coordination among multiple tasks on a number of distributed systems. The machines in the network can vary with respect to their native operating systems and the intemal representation of numbers they use. The synchronous control system is needed for tight real-time control of complex electromechanical systems such as robot manipulators, and the system uses multiple processors at a specified rate. Both the synchronous and asynchronous portions of MICA have been developed to be extremely modular. MICA presents a simple programming model to code developers and also considers the needs of system integrators and maintainers. MICA has been used successfully in a complex robotics project involving a mobile 7-degree-of-freedom manipulator in a heterogeneous network with a body of software totaling over 100,000 lines of code. MICA has also been used in another robotics system, controlling a commercial long-reach manipulator

  14. Ultra Low Energy FDSOI Asynchronous Reconfiguration Network for Adaptive Circuits

    Directory of Open Access Journals (Sweden)

    Soundous Chairat

    2017-05-01

    Full Text Available This paper introduces a plug-and-play on-chip asynchronous communication network aimed at the dynamic reconfiguration of a low-power adaptive circuit such as an internet of things (IoT system. By using a separate communication network, we can address both digital and analog blocks at a lower configuration cost, increasing the overall system power efficiency. As reconfiguration only occurs according to specific events and has to be automatically in stand-by most of the time, our design is fully asynchronous using handshake protocols. The paper presents the circuit’s architecture, performance results, and an example of the reconfiguration of frequency locked loops (FLL to validate our work. We obtain an overall energy per bit of 0.07 pJ/bit for one stage, in a 28 nm Fully Depleted Silicon On Insulator (FDSOI technology at 0.6 V and a 1.1 ns/bit latency per stage.

  15. Global peatland initiation driven by regionally asynchronous warming.

    Science.gov (United States)

    Morris, Paul J; Swindles, Graeme T; Valdes, Paul J; Ivanovic, Ruza F; Gregoire, Lauren J; Smith, Mark W; Tarasov, Lev; Haywood, Alan M; Bacon, Karen L

    2018-05-08

    Widespread establishment of peatlands since the Last Glacial Maximum represents the activation of a globally important carbon sink, but the drivers of peat initiation are unclear. The role of climate in peat initiation is particularly poorly understood. We used a general circulation model to simulate local changes in climate during the initiation of 1,097 peatlands around the world. We find that peat initiation in deglaciated landscapes in both hemispheres was driven primarily by warming growing seasons, likely through enhanced plant productivity, rather than by any increase in effective precipitation. In Western Siberia, which remained ice-free throughout the last glacial period, the initiation of the world's largest peatland complex was globally unique in that it was triggered by an increase in effective precipitation that inhibited soil respiration and allowed wetland plant communities to establish. Peat initiation in the tropics was only weakly related to climate change, and appears to have been driven primarily by nonclimatic mechanisms such as waterlogging due to tectonic subsidence. Our findings shed light on the genesis and Holocene climate space of one of the world's most carbon-dense ecosystem types, with implications for understanding trajectories of ecological change under changing future climates.

  16. Event generators in particle physics

    International Nuclear Information System (INIS)

    Sjostrand, Torbjorn

    1994-01-01

    This presentation gives an introduction to the topic of event generators in particle physics . The emphasis is on the physics aspects that have to be considered in the construction of a generator, and what lessons we have learned from comparisons with data. A brief survey of existing generators is also included. As illustration, a few topics of current interest are covered in a bit more detail: QCD uncertainties in W mass determinations and γp/γγ physics. (author)

  17. Shock Geometry and Spectral Breaks in Large SEP Events

    Science.gov (United States)

    Li, G.; Zank, G. P.; Verkhoglyadova, Olga; Mewaldt, R. A.; Cohen, C. M. S.; Mason, G. M.; Desai, M. I.

    2009-09-01

    Solar energetic particle (SEP) events are traditionally classified as "impulsive" or "gradual." It is now widely accepted that in gradual SEP events, particles are accelerated at coronal mass ejection-driven (CME-driven) shocks. In many of these large SEP events, particle spectra exhibit double power law or exponential rollover features, with the break energy or rollover energy ordered as (Q/A)α, with Q being the ion charge in e and A the ion mass in units of proton mass mp . This Q/A dependence of the spectral breaks provides an opportunity to study the underlying acceleration mechanism. In this paper, we examine how the Q/A dependence may depend on shock geometry. Using the nonlinear guiding center theory, we show that α ~ 1/5 for a quasi-perpendicular shock. Such a weak Q/A dependence is in contrast to the quasi-parallel shock case where α can reach 2. This difference in α reflects the difference of the underlying parallel and perpendicular diffusion coefficients κ|| and κbottom. We also examine the Q/A dependence of the break energy for the most general oblique shock case. Our analysis offers a possible way to remotely examine the geometry of a CME-driven shock when it is close to the Sun, where the acceleration of particle to high energies occurs.

  18. Label-acquired magnetorotation for biosensing: An asynchronous rotation assay

    International Nuclear Information System (INIS)

    Hecht, Ariel; Kinnunen, Paivo; McNaughton, Brandon; Kopelman, Raoul

    2011-01-01

    This paper presents a novel application of magnetic particles for biosensing, called label-acquired magnetorotation (LAM). This method is based on a combination of the traditional sandwich assay format with the asynchronous magnetic bead rotation (AMBR) method. In label-acquired magnetorotation, an analyte facilitates the binding of a magnetic label bead to a nonmagnetic solid phase sphere, forming a sandwich complex. The sandwich complex is then placed in a rotating magnetic field, where the rotational frequency of the sandwich complex is a function of the amount of analyte attached to the surface of the sphere. Here, we use streptavidin-coated beads and biotin-coated particles as analyte mimics, to be replaced by proteins and other biological targets in future work. We show this sensing method to have a dynamic range of two orders of magnitude.

  19. Asynchronous machines. Direct torque control; Machines asynchrones. Commande par controle direct de couple

    Energy Technology Data Exchange (ETDEWEB)

    Fornel, B. de [Institut National Polytechnique, 31 - Toulouse (France)

    2006-05-15

    The asynchronous machine, with its low cost and robustness, is today the most widely used motor to make speed variators. However, its main drawback is that the same current generates both the magnetic flux and the torque, and thus any torque variation creates a flux variation. Such a coupling gives to the asynchronous machine a nonlinear behaviour which makes its control much more complex. The direct self control (DSC) method has been developed to improve the low efficiency of the scalar control method and for the specific railway drive application. The direct torque control (DTC) method is derived from the DSC method but corresponds to other type of applications. The DSC and DTC algorithms for asynchronous motors are presented in this article: 1 - direct control of the stator flux (DSC): principle, flux control, torque control, switching frequency of the inverter, speed estimation; 2 - direct torque control (DTC): principle, electromagnetic torque derivative, signals shape and switching frequency, some results, DTC speed variator without speed sensor, DTC application to multi-machine multi-converter systems; 3 - conclusion. (J.S.)

  20. Tunable interactions between paramagnetic colloidal particles driven in a modulated ratchet potential.

    Science.gov (United States)

    Straube, Arthur V; Tierno, Pietro

    2014-06-14

    We study experimentally and theoretically the interactions between paramagnetic particles dispersed in water and driven above the surface of a stripe patterned magnetic garnet film. An external rotating magnetic field modulates the stray field of the garnet film and generates a translating potential landscape which induces directed particle motion. By varying the ellipticity of the rotating field, we tune the inter-particle interactions from net repulsive to net attractive. For attractive interactions, we show that pairs of particles can approach each other and form stable doublets which afterwards travel along the modulated landscape at a constant mean speed. We measure the strength of the attractive force between the moving particles and propose an analytically tractable model that explains the observations and is in quantitative agreement with experiment.

  1. Electric current-driven migration of electrically neutral particles in liquids

    International Nuclear Information System (INIS)

    Zhang, Xinfang; Qin, Rongshan

    2014-01-01

    We design and experimentally demonstrate a migration of electrically neutral particles in liquids driven by electric current according to the discrepancies of their electrical conductivities. A force from electric current to electrically neutral particles has been identified to drive the particles toward the lateral surface from the centre of suspension via three distinguishable zones, namely, pushing, trapping, and expelling zones. The driving force can overtake gravity in practical cases. The property of the force is found neither similar to that of the force in electromagnetophoresis nor similar to that of the electromigration force in terms of direction and magnitude. An expression for the force at the pushing zone has been developed based on the numerical calculation of the thermodynamics of suspension fluids. The excellent agreement between numerical calculations and experimental data demonstrates that our calculation provides fundamental and predictive insight into particles separation from the liquids. Therefore, it is possible to use the force in many engineering applications such as separation of particles according to the differences of their electrical conductivities

  2. Self-driven particles in linear flows and trapped in a harmonic potential

    Science.gov (United States)

    Sandoval, Mario; Hidalgo-Gonzalez, Julio C.; Jimenez-Aquino, Jose I.

    2018-03-01

    We present analytical expressions for the mean-square displacement of self-driven particles in general linear flows and trapped in a harmonic potential. The general expressions are applied to three types of linear flows, namely, shear flow, solid-body rotation flow, and extensional flow. By using Brownian dynamics simulations, the effect of trapping and external linear flows on the particles' distribution is also elucidated. These simulations also enabled us to validate our theoretical results.

  3. Isolation of TRPV1 independent mechanisms of spontaneous and asynchronous glutamate release at primary afferent to NTS synapses.

    Directory of Open Access Journals (Sweden)

    Axel J. Fenwick

    2014-01-01

    Full Text Available Cranial visceral afferents contained within the solitary tract (ST contact second-order neurons in the nucleus of the solitary tract (NTS and release the excitatory amino acid glutamate via three distinct exocytosis pathways; synchronous, asynchronous, and spontaneous release. The presence of TRPV1 in the central terminals of a majority of ST afferents conveys activity-dependent asynchronous glutamate release and provides a temperature sensitive calcium conductance which largely determines the rate of spontaneous vesicle fusion. TRPV1 is present in unmyelinated C-fiber afferents and these facilitated forms of glutamate release may underlie the relative strength of C-fibers in activating autonomic reflex pathways. However, pharmacological blockade of TRPV1 signaling eliminates only ~50% of the asynchronous profile and attenuates the temperature sensitivity of spontaneous release indicating additional thermosensitive calcium influx pathways may exist which mediate these forms of vesicle release. In the present study we isolate the contribution of TRPV1 independent forms of glutamate release at ST-NTS synapses. We found ST afferent innervation at NTS neurons and synchronous vesicle release from TRPV1 KO mice was not different to control animals; however, only half of TRPV1 KO ST afferents completely lacked asynchronous glutamate release. Further, temperature driven spontaneous rates of vesicle release were not different from 33˚ - 37˚C between control and TRPV1 KO afferents. These findings suggest additional temperature dependent mechanisms controlling asynchronous and thermosensitive spontaneous release at physiological temperatures, possibly mediated by additional thermosensitive TRP channels in primary afferent terminals.

  4. Current Trends in High-Level Synthesis of Asynchronous Circuits

    DEFF Research Database (Denmark)

    Sparsø, Jens

    2009-01-01

    This paper is a survey paper presenting what the author sees as two major and promising trends in the current research in CAD-tools and design-methods for asynchronous circuits. One branch of research builds on top of existing asynchronous CAD-tools that perform syntax directed translation, e...... a conventional synchronous circuit as the starting point, and then adds some form of handshake-based flow-control. One approach keeps the global clock and implements discrete-time asynchronous operation. Another approach substitutes the clocked registers by asynchronous handshake-registers, thus creating truly...

  5. A New Simulation Technique for Study of Collisionless Shocks: Self-Adaptive Simulations

    International Nuclear Information System (INIS)

    Karimabadi, H.; Omelchenko, Y.; Driscoll, J.; Krauss-Varban, D.; Fujimoto, R.; Perumalla, K.

    2005-01-01

    The traditional technique for simulating physical systems modeled by partial differential equations is by means of time-stepping methodology where the state of the system is updated at regular discrete time intervals. This method has inherent inefficiencies. In contrast to this methodology, we have developed a new asynchronous type of simulation based on a discrete-event-driven (as opposed to time-driven) approach, where the simulation state is updated on a 'need-to-be-done-only' basis. Here we report on this new technique, show an example of particle acceleration in a fast magnetosonic shockwave, and briefly discuss additional issues that we are addressing concerning algorithm development and parallel execution

  6. Jet evolution in a dense medium: event-by-event fluctuations and multi-particle correlations

    Science.gov (United States)

    Escobedo, Miguel A.; Iancu, Edmond

    2017-11-01

    We study the gluon distribution produced via successive medium-induced branchings by an energetic jet propagating through a weakly-coupled quark-gluon plasma. We show that under suitable approximations, the jet evolution is a Markovian stochastic process, which is exactly solvable. For this process, we construct exact analytic solutions for all the n-point correlation functions describing the gluon distribution in the space of energy [M. A. Escobedo, E. Iancu, Event-by-event fluctuations in the medium-induced jet evolution, JHEP 05 (2016) 008. arXiv:arxiv:arXiv:1601.03629, doi:http://dx.doi.org/10.1007/JHEP05(2016)008, M. A. Escobedo, E. Iancu, Multi-particle correlations and KNO scaling in the medium-induced jet evolution, JHEP 12 (2016) 104. arXiv:arxiv:arXiv:1609.06104, doi:http://dx.doi.org/10.1007/JHEP12(2016)104]. Using these results, we study the event-by-event distribution of the energy lost by the jet at large angles and of the multiplicities of the soft particles which carry this energy. We find that the event-by-event fluctuations are huge: the standard deviation in the energy loss is parametrically as large as its mean value [M. A. Escobedo, E. Iancu, Event-by-event fluctuations in the medium-induced jet evolution, JHEP 05 (2016) 008. arXiv:arxiv:arXiv:1601.03629, doi:http://dx.doi.org/10.1007/JHEP05(2016)008]. This has important consequences for the phenomenology of di-jet asymmetry in Pb+Pb collisions at the LHC: it implies that the fluctuations in the branching process can contribute to the measured asymmetry on an equal footing with the geometry of the di-jet event (i.e. as the difference between the in-medium path lengths of the two jets). We compute the higher moments of the multiplicity distribution and identify a remarkable regularity known as Koba-Nielsen-Olesen (KNO) scaling [M. A. Escobedo, E. Iancu, Multi-particle correlations and KNO scaling in the medium-induced jet evolution, JHEP 12 (2016) 104. arXiv:arxiv:arXiv:1609.06104, doi

  7. Jet evolution in a dense medium: event-by-event fluctuations and multi-particle correlations

    International Nuclear Information System (INIS)

    Escobedo, Miguel A.; Iancu, Edmond

    2017-01-01

    We study the gluon distribution produced via successive medium-induced branchings by an energetic jet propagating through a weakly-coupled quark-gluon plasma. We show that under suitable approximations, the jet evolution is a Markovian stochastic process, which is exactly solvable. For this process, we construct exact analytic solutions for all the n-point correlation functions describing the gluon distribution in the space of energy [M. A. Escobedo, E. Iancu, Event-by-event fluctuations in the medium-induced jet evolution, JHEP 05 (2016) 008. arXiv: (arXiv:1601.03629), doi: (http://dx.doi.org/10.1007/JHEP05(2016)008), M. A. Escobedo, E. Iancu, Multi-particle correlations and KNO scaling in the medium-induced jet evolution, JHEP 12 (2016) 104. arXiv: (arXiv:1609.06104), doi: (http://dx.doi.org/10.1007/JHEP12(2016)104)]. Using these results, we study the event-by-event distribution of the energy lost by the jet at large angles and of the multiplicities of the soft particles which carry this energy. We find that the event-by-event fluctuations are huge: the standard deviation in the energy loss is parametrically as large as its mean value [M. A. Escobedo, E. Iancu, Event-by-event fluctuations in the medium-induced jet evolution, JHEP 05 (2016) 008. arXiv: (arXiv:1601.03629), doi: (http://dx.doi.org/10.1007/JHEP05(2016)008)]. This has important consequences for the phenomenology of di-jet asymmetry in Pb+Pb collisions at the LHC: it implies that the fluctuations in the branching process can contribute to the measured asymmetry on an equal footing with the geometry of the di-jet event (i.e. as the difference between the in-medium path lengths of the two jets). We compute the higher moments of the multiplicity distribution and identify a remarkable regularity known as Koba-Nielsen-Olesen (KNO) scaling [M. A. Escobedo, E. Iancu, Multi-particle correlations and KNO scaling in the medium-induced jet evolution, JHEP 12 (2016) 104. arXiv: (arXiv:1609.06104), doi: (http

  8. Asynchronous communication in real space process algebra

    NARCIS (Netherlands)

    Baeten, J.C.M.; Bergstra, J.A.

    1991-01-01

    A version of classical real space process algebra is given in which messages travel with constant speed through a three-dimensional medium. It follows that communication is asynchronous and has a broadcasting character. A state operator is used to describe asynchronous message transfer and a

  9. Asynchronous communication in real space process algebra

    NARCIS (Netherlands)

    Bergstra, J.A.; Baeten, J.C.M.

    1992-01-01

    A version of classical real space process algebra is given in which messages travel with constant speed through a three-dimensional medium. It follows that communication is asynchronous and has a broadcasting character. A state operator is used to describe asynchronous message transfer and a

  10. Type II solar radio bursts, interplanetary shocks, and energetic particle events

    International Nuclear Information System (INIS)

    Cane, H.V.; Stone, R.G.

    1984-01-01

    Using the ISEE 3 radio astronomy experiment data we have identified 37 interplanetary type II bursts in the period 1978 September to 1981 December. We lists these events and the associated phenomena. The events are preceded by intense, soft X-ray events with long decay times and type II or type IV bursts, or both, at meter wavelengths. The meter wavelength type II bursts are usually intense and exhibit herringbone structure. The extension of the herringbone structure into the kilometer wavelength range appears as a fast drift radio feature which we refer to as a shock associated radio event. The shock associated event is an important diagnostic for the presence of a strong shock and particle acceleration. The majority of the interplanetary type II bursts are associated with energetic particle events. Our results support other studies which indicate that energetic soalr particles detected at 1 A.U. are generatd by shock acceleration. From a preliminary analysis of the available data there appears to be a high correlation with white light coronal transients. The transients are fast: i.e., velocities greater than 500 km s -1

  11. Error Analysis of Satellite Precipitation-Driven Modeling of Flood Events in Complex Alpine Terrain

    Directory of Open Access Journals (Sweden)

    Yiwen Mei

    2016-03-01

    Full Text Available The error in satellite precipitation-driven complex terrain flood simulations is characterized in this study for eight different global satellite products and 128 flood events over the Eastern Italian Alps. The flood events are grouped according to two flood types: rain floods and flash floods. The satellite precipitation products and runoff simulations are evaluated based on systematic and random error metrics applied on the matched event pairs and basin-scale event properties (i.e., rainfall and runoff cumulative depth and time series shape. Overall, error characteristics exhibit dependency on the flood type. Generally, timing of the event precipitation mass center and dispersion of the time series derived from satellite precipitation exhibits good agreement with the reference; the cumulative depth is mostly underestimated. The study shows a dampening effect in both systematic and random error components of the satellite-driven hydrograph relative to the satellite-retrieved hyetograph. The systematic error in shape of the time series shows a significant dampening effect. The random error dampening effect is less pronounced for the flash flood events and the rain flood events with a high runoff coefficient. This event-based analysis of the satellite precipitation error propagation in flood modeling sheds light on the application of satellite precipitation in mountain flood hydrology.

  12. Asynchronous and corrected-asynchronous numerical solutions of parabolic PDES on MIMD multiprocessors

    Science.gov (United States)

    Amitai, Dganit; Averbuch, Amir; Itzikowitz, Samuel; Turkel, Eli

    1991-01-01

    A major problem in achieving significant speed-up on parallel machines is the overhead involved with synchronizing the concurrent process. Removing the synchronization constraint has the potential of speeding up the computation. The authors present asynchronous (AS) and corrected-asynchronous (CA) finite difference schemes for the multi-dimensional heat equation. Although the discussion concentrates on the Euler scheme for the solution of the heat equation, it has the potential for being extended to other schemes and other parabolic partial differential equations (PDEs). These schemes are analyzed and implemented on the shared memory multi-user Sequent Balance machine. Numerical results for one and two dimensional problems are presented. It is shown experimentally that the synchronization penalty can be about 50 percent of run time: in most cases, the asynchronous scheme runs twice as fast as the parallel synchronous scheme. In general, the efficiency of the parallel schemes increases with processor load, with the time level, and with the problem dimension. The efficiency of the AS may reach 90 percent and over, but it provides accurate results only for steady-state values. The CA, on the other hand, is less efficient, but provides more accurate results for intermediate (non steady-state) values.

  13. Long-lasting solar energetic electron injection during the 26 Dec 2013 widespread SEP event

    Science.gov (United States)

    Dresing, N.; Klassen, A.; Temmer, M.; Gomez-Herrero, R.; Heber, B.; Veronig, A.

    2017-12-01

    The solar energetic particle (SEP) event on 26 Dec 2013 was detected all around the Sun by the two STEREO spacecraft and close-to-Earth observers. While the two STEREOs were separated by 59 degrees and situated at the front side of the associated large coronal event, it was a backside-event for Earth. Nevertheless, significant and long-lasting solar energetic electron anisotropies together with long rise times were observed at all three viewpoints, pointing to an extended electron injection. Although the CME-driven shock appears to account for the SEP event at a first glance a more detailed view reveals a more complex scenario: A CME-CME interaction takes place during the very early phase of the SEP event. Furthermore, four hours after the onset of the event, a second component is measured at all three viewpoints on top of the first SEP increase, mainly consisting of high energy particles. We find that the CME-driven shock alone can hardly account for the observed SEP event in total but a trapping scenario together with ongoing particle acceleration is more likely.

  14. Next generation multi-particle event generators for the MSSM

    International Nuclear Information System (INIS)

    Reuter, J.; Kilian, W.; Hagiwara, K.; Krauss, F.; Schumann, S.; Rainwater, D.

    2005-12-01

    We present a next generation of multi-particle Monte Carlo (MC) Event generators for LHC and ILC for the MSSM, namely the three program packages Madgraph/MadEvent, WHiZard/O'Mega and Sherpa/Amegic++. The interesting but difficult phenomenology of supersymmetric models at the upcoming colliders demands a corresponding complexity and maturity from simulation tools. This includes multi-particle final states, reducible and irreducible backgrounds, spin correlations, real emission of photons and gluons, etc., which are incorporated in the programs presented here. The framework of a model with such a huge particle content and as complicated as the MSSM makes strenuous tests and comparison of codes inevitable. Various tests show agreement among the three different programs; the tables of cross sections produced in these tests may serve as a future reference for other codes. Furthermore, first MSSM physics analyses performed with these programs are presented here. (orig.)

  15. ARE THERE TWO DISTINCT SOLAR ENERGETIC PARTICLE RELEASES IN THE 2012 MAY 17 GROUND LEVEL ENHANCEMENT EVENT?

    International Nuclear Information System (INIS)

    Ding, Liu-Guan; Jiang, Yong; Li, Gang

    2016-01-01

    We examine ion release times in the solar vicinity for the 2012 May 17 Ground Level Enhancement event using the velocity dispersion analysis method. In situ energetic proton data from Solar and Heliospheric Observatory (SOHO)/Energetic and Relativistic Nuclei and Electron and Geostationary Operational Environmental Satellite are used. We find two distinct releases of Solar Energetic Particles (SEPs) near the Sun, separated by ∼40 minutes. From soft X-ray observations, we find that the first release coincides with the solar flare eruption: the release starts from the flare onset and ends near the peak of the soft X-ray; type-III radio bursts also occur when the release starts. A type II radio burst may also start at the begining of the release. However, the associated Coronal Mass Ejection (CME) only has a height of 0.08R s from extrapolation of SOHO/LASCO data. At the start of the second release, the CME propagates to more than 8.4R s in height, and there are signatures of an enhanced type II radio burst. The time-integrated spectra for the two releases differ. The spectrum for the second release shows the common double-power-law feature of gradual SEP events. The spectrum for the first release does not resemble power laws because there is considerable modulation at lower energies. Based on our analysis, we suggest that SEPs of the first release were dominated by particles accelerated at the flare, and those of the second release were dominated by particles accelerated at the associated CME-driven shock. Our study may be important to understand certain extreme SEP events

  16. Developing asynchronous online interprofessional education.

    Science.gov (United States)

    Sanborn, Heidi

    2016-09-01

    For many health programmes, developing interprofessional education (IPE) has been a challenge. Evidence on the best method for design and implementation of IPE has been slow to emerge, with little research on how to best incorporate IPE in the asynchronous online learning environment. This leaves online programmes with no clear guidance when embarking upon an initiative to integrate IPE into the curriculum. One tool that can be effective at guiding the incorporation of IPE across all learning platforms is the Interprofessional Education Collaborative (IPEC) competencies. A project was designed to integrate the nationally defined IPEC competencies throughout an asynchronous, online baccalaureate nursing completion programme. A programme-wide review led to targeted revision of course and unit-level objectives, learning experiences, and assessments based on the IPEC framework. As a result of this effort, the programme curriculum now provides interprofessional learning activities across all courses. This report provides a method for using the IPEC competencies to incorporate IPE within various asynchronous learning assessments, assuring students learn about, with, and from other professions.

  17. Asynchronous Parallelization of a CFD Solver

    OpenAIRE

    Abdi, Daniel S.; Bitsuamlak, Girma T.

    2015-01-01

    The article of record as published may be found at http://dx.doi.org/10.1155/2015/295393 A Navier-Stokes equations solver is parallelized to run on a cluster of computers using the domain decomposition method. Two approaches of communication and computation are investigated, namely, synchronous and asynchronous methods. Asynchronous communication between subdomains is not commonly used inCFDcodes; however, it has a potential to alleviate scaling bottlenecks incurred due to process...

  18. Investigation of periodically driven systems by x-ray absorption spectroscopy using asynchronous data collection mode

    Science.gov (United States)

    Singh, H.; Donetsky, D.; Liu, J.; Attenkofer, K.; Cheng, B.; Trelewicz, J. R.; Lubomirsky, I.; Stavitski, E.; Frenkel, A. I.

    2018-04-01

    We report the development, testing, and demonstration of a setup for modulation excitation spectroscopy experiments at the Inner Shell Spectroscopy beamline of National Synchrotron Light Source - II. A computer algorithm and dedicated software were developed for asynchronous data processing and analysis. We demonstrate the reconstruction of X-ray absorption spectra for different time points within the modulation pulse using a model system. This setup and the software are intended for a broad range of functional materials which exhibit structural and/or electronic responses to the external stimulation, such as catalysts, energy and battery materials, and electromechanical devices.

  19. Evolution of asynchronous motor activity in paired muscles: effects of ecology, morphology, and phylogeny.

    Science.gov (United States)

    Gerry, Shannon P; Ramsay, Jason B; Dean, Mason N; Wilga, Cheryl D

    2008-08-01

    Many studies of feeding behavior have implanted electrodes unilaterally (in muscles on only one side of the head) to determine the basic motor patterns of muscles controlling the jaws. However, bilateral implantation has the potential to achieve a more comprehensive understanding of modification of the motor activity that may be occurring between the left and right sides of the head. In particular, complex processing of prey is often characterized by bilaterally asynchronous and even unilateral activation of the jaw musculature. In this study, we bilaterally implant feeding muscles in species from four orders of elasmobranchs (Squaliformes, Orectolobiformes, Carcharhiniformes, Rajoidea) in order to characterize the effects of type of prey, feeding behavior, and phylogeny on the degree of asynchronous muscle activation. Electrodes were implanted in three of the jaw adductors, two divisions of the quadratomandibularis and the preorbitalis, as well as in a cranial elevator in sharks, the epaxialis. The asynchrony of feeding events (measured as the degree to which activity of members of a muscle pair is out of phase) was compared across species for capture versus processing and simple versus complex prey, then interpreted in the contexts of phylogeny, morphology, and ecology to clarify determinants of asynchronous activity. Whereas capture and processing of prey were characterized by statistically similar degrees of asynchrony for data pooled across species, events involving complex prey were more asynchronous than were those involving simple prey. The two trophic generalists, Squalus acanthias and Leucoraja erinacea, modulated the degree of asynchrony according to type of prey, whereas the two behavioral specialists, Chiloscyllium plagiosum and Mustelus canis, activated the cranial muscles synchronously regardless of type of prey. These differences in jaw muscle activity would not have been detected with unilateral implantation. Therefore, we advocate bilateral

  20. Cloud condensation nuclei droplet growth kinetics of ultrafine particles during anthropogenic nucleation events

    Science.gov (United States)

    Shantz, N. C.; Pierce, J. R.; Chang, R. Y.-W.; Vlasenko, A.; Riipinen, I.; Sjostedt, S.; Slowik, J. G.; Wiebe, A.; Liggio, J.; Abbatt, J. P. D.; Leaitch, W. R.

    2012-02-01

    Evolution of the cloud condensation nucleus (CCN) activity of 36 ± 4 nm diameter anthropogenic aerosol particles at a water supersaturation of 1.0 ± 0.1% is examined for particle nucleation and growth. During the early stages of one event, relatively few of the anthropogenic particles at 36 nm were CCN active and their growth rates by water condensation were delayed relative to ammonium sulphate particles. As the event progressed, the particle size distribution evolved to larger sizes and the relative numbers of particles at 36 nm that were CCN active increased until all the 36 nm particles were activating at the end of the event. Based on the chemistry of larger particles and the results from an aerosol chemical microphysics box model, the increase in CCN activity of the particles was most likely the result of the condensation of sulphate in this case. Despite the increased CCN activity, a delay was observed in the initial growth of these particles into cloud droplets, which persisted even when the aerosol was most CCN active later in the afternoon. Simulations show that the delay in water uptake is explained by a reduction of the mass accommodation coefficient assuming that the composition of the 36 nm particles is the same as the measured composition of the 60-100 nm particles.

  1. Asynchronous SAR ADC

    NARCIS (Netherlands)

    2011-01-01

    An asynchronous analog to digital convertor for converting an analog input signal into a digital output is presented. According to an embodiment, the analog to digital convertor comprises a clock input operable to receive an external clock signal having a clock period, a comparator operable to

  2. Polar cap flow channel events: spontaneous and driven responses

    Directory of Open Access Journals (Sweden)

    P. E. Sandholt

    2010-11-01

    Full Text Available We present two case studies of specific flow channel events appearing at the dusk and/or dawn polar cap boundary during passage at Earth of interplanetary (IP coronal mass ejections (ICMEs on 10 January and 25 July 2004. The channels of enhanced (>1 km/s antisunward convection are documented by SuperDARN radars and dawn-dusk crossings of the polar cap by the DMSP F13 satellite. The relationship with Birkeland currents (C1–C2 located poleward of the traditional R1–R2 currents is demonstrated. The convection events are manifest in ground magnetic deflections obtained from the IMAGE (International Monitor for Auroral Geomagnetic Effects Svalbard chain of ground magnetometer stations located within 71–76° MLAT. By combining the ionospheric convection data and the ground magnetograms we are able to study the temporal behaviour of the convection events. In the two ICME case studies the convection events belong to two different categories, i.e., directly driven and spontaneous events. In the 10 January case two sharp southward turnings of the ICME magnetic field excited corresponding convection events as detected by IMAGE and SuperDARN. We use this case to determine the ground magnetic signature of enhanced flow channel events (the NH-dusk/By<0 variant. In the 25 July case a several-hour-long interval of steady southwest ICME field (Bz<0; By<0 gave rise to a long series of spontaneous convection events as detected by IMAGE when the ground stations swept through the 12:00–18:00 MLT sector. From the ground-satellite conjunction on 25 July we infer the pulsed nature of the polar cap ionospheric flow channel events in this case. The typical duration of these convection enhancements in the polar cap is 10 min.

  3. Global Hybrid Simulations of Energetic Particle-driven Modes in Toroidal Plasmas

    International Nuclear Information System (INIS)

    Fu, G.Y.; Breslau, J.; Fredrickson, E.; Park, W.; Strauss, H.R.

    2004-01-01

    Global hybrid simulations of energetic particle-driven MHD modes have been carried out for tokamaks and spherical tokamaks using the hybrid code M3D. The numerical results for the National Spherical Tokamak Experiments (NSTX) show that Toroidal Alfven Eigenmodes are excited by beam ions with their frequencies consistent with the experimental observations. Nonlinear simulations indicate that the n=2 mode frequency chirps down as the mode moves out radially. For ITER, it is shown that the alpha-particle effects are strongly stabilizing for internal kink mode when central safety factor q(0) is sufficiently close to unity. However, the elongation of ITER plasma shape reduces the stabilization significantly

  4. Simulating fail-stop in asynchronous distributed systems

    Science.gov (United States)

    Sabel, Laura; Marzullo, Keith

    1994-01-01

    The fail-stop failure model appears frequently in the distributed systems literature. However, in an asynchronous distributed system, the fail-stop model cannot be implemented. In particular, it is impossible to reliably detect crash failures in an asynchronous system. In this paper, we show that it is possible to specify and implement a failure model that is indistinguishable from the fail-stop model from the point of view of any process within an asynchronous system. We give necessary conditions for a failure model to be indistinguishable from the fail-stop model, and derive lower bounds on the amount of process replication needed to implement such a failure model. We present a simple one-round protocol for implementing one such failure model, which we call simulated fail-stop.

  5. Asynchronous decentralized method for interconnected electricity markets

    International Nuclear Information System (INIS)

    Huang, Anni; Joo, Sung-Kwan; Song, Kyung-Bin; Kim, Jin-Ho; Lee, Kisung

    2008-01-01

    This paper presents an asynchronous decentralized method to solve the optimization problem of interconnected electricity markets. The proposed method decomposes the optimization problem of combined electricity markets into individual optimization problems. The impact of neighboring markets' information is included in the objective function of the individual market optimization problem by the standard Lagrangian relaxation method. Most decentralized optimization methods use synchronous models of communication to exchange updated market information among markets during the iterative process. In this paper, however, the solutions of the individual optimization problems are coordinated through an asynchronous communication model until they converge to the global optimal solution of combined markets. Numerical examples are presented to demonstrate the advantages of the proposed asynchronous method over the existing synchronous methods. (author)

  6. Fenton-driven regeneration of MTBE-spent granular activated carbon - Effects of particle size and Iron Amendment Procedures

    Science.gov (United States)

    Fenton-driven regeneration of spent granular activated carbon (GAC) is a technology being developed to regenerate organic contaminant-spent GAC. Here, the effect of GAC particle size (>2 mm to Fenton-driven oxidation of methyl tert-butyl ether (MTBE)-spent GAC was ev...

  7. Optimization of parameters of special asynchronous electric drives

    Science.gov (United States)

    Karandey, V. Yu; Popov, B. K.; Popova, O. B.; Afanasyev, V. L.

    2018-03-01

    The article considers the solution of the problem of parameters optimization of special asynchronous electric drives. The solution of the problem will allow one to project and create special asynchronous electric drives for various industries. The created types of electric drives will have optimum mass-dimensional and power parameters. It will allow one to realize and fulfill the set characteristics of management of technological processes with optimum level of expenses of electric energy, time of completing the process or other set parameters. The received decision allows one not only to solve a certain optimizing problem, but also to construct dependences between the optimized parameters of special asynchronous electric drives, for example, with the change of power, current in a winding of the stator or rotor, induction in a gap or steel of magnetic conductors and other parameters. On the constructed dependences, it is possible to choose necessary optimum values of parameters of special asynchronous electric drives and their components without carrying out repeated calculations.

  8. Multiparty Asynchronous Session Types

    DEFF Research Database (Denmark)

    Honda, Kohei; Yoshida, Nobuko; Carbone, Marco

    2016-01-01

    . This work extends the foregoing theories of binary session types to multiparty, asynchronous sessions, which often arise in practical communication-centered applications. Presented as a typed calculus for mobile processes, the theory introduces a new notion of types in which interactions involving multiple......Communication is a central elements in software development. As a potential typed foundation for structured communication-centered programming, session types have been studied over the past decade for a wide range of process calculi and programming languages, focusing on binary (two-party) sessions...... peers are directly abstracted as a global scenario. Global types retain the friendly type syntax of binary session types while specifying dependencies and capturing complex causal chains of multiparty asynchronous interactions. A global type plays the role of a shared agreement among communication peers...

  9. Behavior coordination of mobile robotics using supervisory control of fuzzy discrete event systems.

    Science.gov (United States)

    Jayasiri, Awantha; Mann, George K I; Gosine, Raymond G

    2011-10-01

    In order to incorporate the uncertainty and impreciseness present in real-world event-driven asynchronous systems, fuzzy discrete event systems (DESs) (FDESs) have been proposed as an extension to crisp DESs. In this paper, first, we propose an extension to the supervisory control theory of FDES by redefining fuzzy controllable and uncontrollable events. The proposed supervisor is capable of enabling feasible uncontrollable and controllable events with different possibilities. Then, the extended supervisory control framework of FDES is employed to model and control several navigational tasks of a mobile robot using the behavior-based approach. The robot has limited sensory capabilities, and the navigations have been performed in several unmodeled environments. The reactive and deliberative behaviors of the mobile robotic system are weighted through fuzzy uncontrollable and controllable events, respectively. By employing the proposed supervisory controller, a command-fusion-type behavior coordination is achieved. The observability of fuzzy events is incorporated to represent the sensory imprecision. As a systematic analysis of the system, a fuzzy-state-based controllability measure is introduced. The approach is implemented in both simulation and real time. A performance evaluation is performed to quantitatively estimate the validity of the proposed approach over its counterparts.

  10. Hydrodynamic Capture and Release of Passively Driven Particles by Active Particles Under Hele-Shaw Flows

    Science.gov (United States)

    Mishler, Grant; Tsang, Alan Cheng Hou; Pak, On Shun

    2018-03-01

    The transport of active and passive particles plays central roles in diverse biological phenomena and engineering applications. In this paper, we present a theoretical investigation of a system consisting of an active particle and a passive particle in a confined micro-fluidic flow. The introduction of an external flow is found to induce the capture of the passive particle by the active particle via long-range hydrodynamic interactions among the particles. This hydrodynamic capture mechanism relies on an attracting stable equilibrium configuration formed by the particles, which occurs when the external flow intensity exceeds a certain threshold. We evaluate this threshold by studying the stability of the equilibrium configurations analytically and numerically. Furthermore, we study the dynamics of typical capture and non-capture events and characterize the basins of attraction of the equilibrium configurations. Our findings reveal a critical dependence of the hydrodynamic capture mechanism on the external flow intensity. Through adjusting the external flow intensity across the stability threshold, we demonstrate that the active particle can capture and release the passive particle in a controllable manner. Such a capture-and-release mechanism is desirable for biomedical applications such as the capture and release of therapeutic payloads by synthetic micro-swimmers in targeted drug delivery.

  11. NOvA Event Building, Buffering and Data-Driven Triggering From Within the DAQ System

    Energy Technology Data Exchange (ETDEWEB)

    Fischler, M. [Fermilab; Green, C. [Fermilab; Kowalkowski, J. [Fermilab; Norman, A. [Fermilab; Paterno, M. [Fermilab; Rechenmacher, R. [Fermilab

    2012-06-22

    To make its core measurements, the NOvA experiment needs to make real-time data-driven decisions involving beam-spill time correlation and other triggering issues. NOvA-DDT is a prototype Data-Driven Triggering system, built using the Fermilab artdaq generic DAQ/Event-building tools set. This provides the advantages of sharing online software infrastructure with other Intensity Frontier experiments, and of being able to use any offline analysis module--unchanged--as a component of the online triggering decisions. The NOvA-artdaq architecture chosen has significant advantages, including graceful degradation if the triggering decision software fails or cannot be done quickly enough for some fraction of the time-slice ``events.'' We have tested and measured the performance and overhead of NOvA-DDT using an actual Hough transform based trigger decision module taken from the NOvA offline software. The results of these tests--98 ms mean time per event on only 1/16 of th e available processing power of a node, and overheads of about 2 ms per event--provide a proof of concept: NOvA-DDT is a viable strategy for data acquisition, event building, and trigger processing at the NOvA far detector.

  12. Interpolation algorithm for asynchronous ADC-data

    Directory of Open Access Journals (Sweden)

    S. Bramburger

    2017-09-01

    Full Text Available This paper presents a modified interpolation algorithm for signals with variable data rate from asynchronous ADCs. The Adaptive weights Conjugate gradient Toeplitz matrix (ACT algorithm is extended to operate with a continuous data stream. An additional preprocessing of data with constant and linear sections and a weighted overlap of step-by-step into spectral domain transformed signals improve the reconstruction of the asycnhronous ADC signal. The interpolation method can be used if asynchronous ADC data is fed into synchronous digital signal processing.

  13. Foretelling Flares and Solar Energetic Particle Events: the FORSPEF tool

    Science.gov (United States)

    Anastasiadis, Anastasios; Papaioannou, Athanasios; Sandberg, Ingmar; Georgoulis, Manolis K.; Tziotziou, Kostas; Jiggens, Piers

    2017-04-01

    A novel integrated prediction system, for both solar flares (SFs) and solar energetic particle (SEP) events is being presented. The Forecasting Solar Particle Events and Flares (FORSPEF) provides forecasting of solar eruptive events, such as SFs with a projection to coronal mass ejections (CMEs) (occurrence and velocity) and the likelihood of occurrence of a SEP event. In addition, FORSPEF, also provides nowcasting of SEP events based on actual SF and CME near real-time data, as well as the complete SEP profile (peak flux, fluence, rise time, duration) per parent solar event. The prediction of SFs relies on a morphological method: the effective connected magnetic field strength (Beff); it is based on an assessment of potentially flaring active-region (AR) magnetic configurations and it utilizes sophisticated analysis of a large number of AR magnetograms. For the prediction of SEP events new methods have been developed for both the likelihood of SEP occurrence and the expected SEP characteristics. In particular, using the location of the flare (longitude) and the flare size (maximum soft X-ray intensity), a reductive statistical method has been implemented. Moreover, employing CME parameters (velocity and width), proper functions per width (i.e. halo, partial halo, non-halo) and integral energy (E>30, 60, 100 MeV) have been identified. In our technique warnings are issued for all > C1.0 soft X-ray flares. The prediction time in the forecasting scheme extends to 24 hours with a refresh rate of 3 hours while the respective prediction time for the nowcasting scheme depends on the availability of the near real-time data and falls between 15-20 minutes for solar flares and 6 hours for CMEs. We present the modules of the FORSPEF system, their interconnection and the operational set up. The dual approach in the development of FORPSEF (i.e. forecasting and nowcasting scheme) permits the refinement of predictions upon the availability of new data that characterize changes on

  14. Fenton-driven regeneration of MTBE-spent granular activated carbon - Effects of particle size and Iron Amendment Procedures

    Science.gov (United States)

    Fenton-driven regeneration of spent granular activated carbon (GAC) is a technology being developed to regenerate organic contaminant-spent GAC. Here, the effect of GAC particle size (>2 mm to <0.35 mm) on Fenton-driven oxidation of methyl tert-butyl ether (MTBE)-spent GAC was ev...

  15. Event-Driven Control for Networked Control Systems With Quantization and Markov Packet Losses.

    Science.gov (United States)

    Yang, Hongjiu; Xu, Yang; Zhang, Jinhui

    2016-05-23

    In this paper, event-driven is used in a networked control system (NCS) which is subjected to the effect of quantization and packet losses. A discrete event-detector is used to monitor specific events in the NCS. Both an arbitrary region quantizer and Markov jump packet losses are also considered for the NCS. Based on zoom strategy and Lyapunov theory, a complete proof is given to guarantee mean square stability of the closed-loop system. Stabilization of the NCS is ensured by designing a feedback controller. Lastly, an inverted pendulum model is given to show the advantages and effectiveness of the proposed results.

  16. Synaptotagmin-7 Is an Asynchronous Calcium Sensor for Synaptic Transmission in Neurons Expressing SNAP-23

    DEFF Research Database (Denmark)

    Weber, Jens P; Toft-Bertelsen, Trine L; Mohrmann, Ralf

    2014-01-01

    Synchronization of neurotransmitter release with the presynaptic action potential is essential for maintaining fidelity of information transfer in the central nervous system. However, synchronous release is frequently accompanied by an asynchronous release component that builds up during repetitive...... stimulation, and can even play a dominant role in some synapses. Here, we show that substitution of SNAP-23 for SNAP-25 in mouse autaptic glutamatergic hippocampal neurons results in asynchronous release and a higher frequency of spontaneous release events (mEPSCs). Use of neurons from double-knock-out (SNAP......, while synaptotagmin-7 barely displayed activity-dependent trafficking between vesicle and plasma membrane, implying that it acts as a plasma membrane calcium sensor. Overall, these findings support the idea of alternative syt∶SNARE combinations driving release with different kinetics and fidelity....

  17. Modelling of aircrew radiation exposure during solar particle events

    Science.gov (United States)

    Al Anid, Hani Khaled

    In 1990, the International Commission on Radiological Protection recognized the occupational exposure of aircrew to cosmic radiation. In Canada, a Commercial and Business Aviation Advisory Circular was issued by Transport Canada suggesting that action should be taken to manage such exposure. In anticipation of possible regulations on exposure of Canadian-based aircrew in the near future, an extensive study was carried out at the Royal Military College of Canada to measure the radiation exposure during commercial flights. The radiation exposure to aircrew is a result of a complex mixed-radiation field resulting from Galactic Cosmic Rays (GCRs) and Solar Energetic Particles (SEPs). Supernova explosions and active galactic nuclei are responsible for GCRs which consist of 90% protons, 9% alpha particles, and 1% heavy nuclei. While they have a fairly constant fluence rate, their interaction with the magnetic field of the Earth varies throughout the solar cycles, which has a period of approximately 11 years. SEPs are highly sporadic events that are associated with solar flares and coronal mass ejections. This type of exposure may be of concern to certain aircrew members, such as pregnant flight crew, for which the annual effective dose is limited to 1 mSv over the remainder of the pregnancy. The composition of SEPs is very similar to GCRs, in that they consist of mostly protons, some alpha particles and a few heavy nuclei, but with a softer energy spectrum. An additional factor when analysing SEPs is the effect of flare anisotropy. This refers to the way charged particles are transported through the Earth's magnetosphere in an anisotropic fashion. Solar flares that are fairly isotropic produce a uniform radiation exposure for areas that have similar geomagnetic shielding, while highly anisotropic events produce variable exposures at different locations on the Earth. Studies of neutron monitor count rates from detectors sharing similar geomagnetic shielding properties

  18. Event-driven processing for hardware-efficient neural spike sorting

    Science.gov (United States)

    Liu, Yan; Pereira, João L.; Constandinou, Timothy G.

    2018-02-01

    Objective. The prospect of real-time and on-node spike sorting provides a genuine opportunity to push the envelope of large-scale integrated neural recording systems. In such systems the hardware resources, power requirements and data bandwidth increase linearly with channel count. Event-based (or data-driven) processing can provide here a new efficient means for hardware implementation that is completely activity dependant. In this work, we investigate using continuous-time level-crossing sampling for efficient data representation and subsequent spike processing. Approach. (1) We first compare signals (synthetic neural datasets) encoded with this technique against conventional sampling. (2) We then show how such a representation can be directly exploited by extracting simple time domain features from the bitstream to perform neural spike sorting. (3) The proposed method is implemented in a low power FPGA platform to demonstrate its hardware viability. Main results. It is observed that considerably lower data rates are achievable when using 7 bits or less to represent the signals, whilst maintaining the signal fidelity. Results obtained using both MATLAB and reconfigurable logic hardware (FPGA) indicate that feature extraction and spike sorting accuracies can be achieved with comparable or better accuracy than reference methods whilst also requiring relatively low hardware resources. Significance. By effectively exploiting continuous-time data representation, neural signal processing can be achieved in a completely event-driven manner, reducing both the required resources (memory, complexity) and computations (operations). This will see future large-scale neural systems integrating on-node processing in real-time hardware.

  19. Synchronous and Asynchronous ATM Multiplexor Properties Comparsion

    OpenAIRE

    Jan Zabka

    2006-01-01

    The article is aimed to ATM multiplexor computer model utilisation. Based on simulation runs we try to review aspects of use a synchronous and asynchronous ATM multiplexors. ATM multiplexor is the input queuing model with three inputs. Synchronous multiplexor works without an input priority. Multiplexor inputs are served periodically. Asynchronous multiplexor model supports several queuing and priority mechanisms. CLR and CTD are basic performance parameters. Input cell flows are genera...

  20. Asynchronous communication in real space process algebra

    OpenAIRE

    Baeten, JCM Jos; Bergstra, JA Jan

    1990-01-01

    A version of classical real space process algebra is given in which messages travel with constant speed through a three-dimensional medium. It follows that communication is asynchronous and has a broadcasting character. A state operator is used to describe asynchronous message transfer and a priority mechanism allows to express the broadcasting mechanism. As an application, a protocol is specified in which the receiver moves with respect to the sender.

  1. Asynchronous Learning Sources in a High-Tech Organization

    Science.gov (United States)

    Bouhnik, Dan; Giat, Yahel; Sanderovitch, Yafit

    2009-01-01

    Purpose: The purpose of this study is to characterize learning from asynchronous sources among research and development (R&D) personnel. It aims to examine four aspects of asynchronous source learning: employee preferences regarding self-learning; extent of source usage; employee satisfaction with these sources and the effect of the sources on the…

  2. An experimental and analytical study of a buoyancy driven cooling system for a particle accelerator

    International Nuclear Information System (INIS)

    Campbell, B.; Ranganathan, R.

    1993-05-01

    A buoyancy driven closed-loop cooling system that transports the heat generated in a particle accelerator to the ambient has been evaluated both through experiments performed earlier and analysis techniques developed elsewhere. Excellent comparisons between measurements and calculations have been obtained. The model illustrates the feasibility (from a heat transfer viewpoint) of such a cooling system for a particle accelerator

  3. An experimental and analytical study of a buoyancy driven cooling system for a particle accelerator

    International Nuclear Information System (INIS)

    Campbell, B.; Ranganathan, R.

    1993-01-01

    A buoyancy driven closed-loop cooling system that transports the heat generated in a particle accelerator to the ambient has been evaluated both through experiments performed earlier and analysis techniques developed elsewhere. Excellent comparisons between measurements and calculations have been obtained. The model illustrates the feasibility (from a heat transfer viewpoint) of such a cooling system for a particle accelerator

  4. TCDQ-TCT retraction and losses during asynchronous beam dump

    CERN Document Server

    Bracco, Chiara; Quaranta, Elena; CERN. Geneva. ATS Department

    2016-01-01

    The protection provided by the TCDQs in case of asynchronous beam dump depends strongly on their correct setup. They have to respect the strict hierarchy of the full collimation system and shield the tertiary collimators in the experimental regions. This MD aimed at performing asynchronous beam dump tests with different configurations, in order to assess the minimum allowed retraction between TCTs and TCDQs and, as a consequence, on the The protection provided by the TCDQs in case of asynchronous beam dump depends strongly on their correct setup. They have to respect the strict hierarchy of the full collimation system and shield the tertiary collimators in the experimental regions. This MD aimed at performing asynchronous beam dump tests with different configurations, in order to assess the minimum allowed retraction between TCTs and TCDQs and, as a consequence, on the β* reach.

  5. Directly driven generators for wind power applications

    Energy Technology Data Exchange (ETDEWEB)

    Lampola, P [Helsinki Univ. of Technology, Espoo (Finland). Lab. of Electromechanics

    1996-12-31

    The article deals with an analysis of directly driven, low-speed wind generators. The generators studied were a permanent-magnet synchronous machine and an asynchronous machine. The machines were compared with a typical generator of a wind power plant. The electromagnetic optimization of the machines was done by the finite element method. The rated power of the generators was 500 kW and the rotational speed was 40 rpm. (author)

  6. Directly driven generators for wind power applications

    Energy Technology Data Exchange (ETDEWEB)

    Lampola, P. [Helsinki Univ. of Technology, Espoo (Finland). Lab. of Electromechanics

    1995-12-31

    The article deals with an analysis of directly driven, low-speed wind generators. The generators studied were a permanent-magnet synchronous machine and an asynchronous machine. The machines were compared with a typical generator of a wind power plant. The electromagnetic optimization of the machines was done by the finite element method. The rated power of the generators was 500 kW and the rotational speed was 40 rpm. (author)

  7. Basic Algorithms for the Asynchronous Reconfigurable Mesh

    Directory of Open Access Journals (Sweden)

    Yosi Ben-Asher

    2002-01-01

    Full Text Available Many constant time algorithms for various problems have been developed for the reconfigurable mesh (RM in the past decade. All these algorithms are designed to work with synchronous execution, with no regard for the fact that large size RMs will probably be asynchronous. A similar observation about the PRAM model motivated many researchers to develop algorithms and complexity measures for the asynchronous PRAM (APRAM. In this work, we show how to define the asynchronous reconfigurable mesh (ARM and how to measure the complexity of asynchronous algorithms executed on it. We show that connecting all processors in a row of an n×n ARM (the analog of barrier synchronization in the APRAM model can be solved with complexity Θ(nlog⁡n. Intuitively, this is average work time for solving such a problem. Next, we describe general a technique for simulating T -step synchronous RM algorithms on the ARM with complexity of Θ(T⋅n2log⁡n. Finally, we consider the simulation of the classical synchronous algorithm for counting the number of non-zero bits in an n bits vector using (k

  8. Numerical simulation of flow fields and particle trajectories

    DEFF Research Database (Denmark)

    Mayer, Stefan

    2000-01-01

    . The time-dependent flow is approximated with a continuous sequence of steady state creeping flow fields, where metachronously beating ciliary bands are modelled by linear combinations of singularity solutions to the Stokes equations. Generally, the computed flow fields can be divided into an unsteady......A model describing the ciliary driven flow and motion of suspended particles in downstream suspension feeders is developed. The quasi-steady Stokes equations for creeping flow are solved numerically in an unbounded fluid domain around cylindrical bodies using a boundary integral formulation...... in the simulated unsteady ciliary driven flow. A fraction of particles appear to follow trajectories, that resemble experimentally observed particle capture events in the downstream feeding system of the polycheate Sabella penicillus, indicating that particles can be captured by ciliary systems without mechanical...

  9. Particle acceleration in relativistic magnetic flux-merging events

    Science.gov (United States)

    Lyutikov, Maxim; Sironi, Lorenzo; Komissarov, Serguei S.; Porth, Oliver

    2017-12-01

    Using analytical and numerical methods (fluid and particle-in-cell simulations) we study a number of model problems involving merger of magnetic flux tubes in relativistic magnetically dominated plasma. Mergers of current-carrying flux tubes (exemplified by the two-dimensional `ABC' structures) and zero-total-current magnetic flux tubes are considered. In all cases regimes of spontaneous and driven evolution are investigated. We identify two stages of particle acceleration during flux mergers: (i) fast explosive prompt X-point collapse and (ii) ensuing island merger. The fastest acceleration occurs during the initial catastrophic X-point collapse, with the reconnection electric field of the order of the magnetic field. During the X-point collapse, particles are accelerated by charge-starved electric fields, which can reach (and even exceed) values of the local magnetic field. The explosive stage of reconnection produces non-thermal power-law tails with slopes that depend on the average magnetization . For plasma magnetization 2$ the spectrum power-law index is 2$ ; in this case the maximal energy depends linearly on the size of the reconnecting islands. For higher magnetization, 2$ , the spectra are hard, , yet the maximal energy \\text{max}$ can still exceed the average magnetic energy per particle, , by orders of magnitude (if is not too close to unity). The X-point collapse stage is followed by magnetic island merger that dissipates a large fraction of the initial magnetic energy in a regime of forced magnetic reconnection, further accelerating the particles, but proceeds at a slower reconnection rate.

  10. Urban particle size distributions during two contrasting dust events originating from Taklimakan and Gobi Deserts

    International Nuclear Information System (INIS)

    Zhao, Suping; Yu, Ye; Xia, Dunsheng; Yin, Daiying; He, Jianjun; Liu, Na; Li, Fang

    2015-01-01

    The dust origins of the two events were identified using HYSPLIT trajectory model and MODIS and CALIPSO satellite data to understand the particle size distribution during two contrasting dust events originated from Taklimakan and Gobi deserts. The supermicron particles significantly increased during the dust events. The dust event from Gobi desert affected significantly on the particles larger than 2.5 μm, while that from Taklimakan desert impacted obviously on the particles in 1.0–2.5 μm. It is found that the particle size distributions and their modal parameters such as VMD (volume median diameter) have significant difference for varying dust origins. The dust from Taklimakan desert was finer than that from Gobi desert also probably due to other influencing factors such as mixing between dust and urban emissions. Our findings illustrated the capacity of combining in situ, satellite data and trajectory model to characterize large-scale dust plumes with a variety of aerosol parameters. - Highlights: • Dust particle size distributions had large differences for varying origins. • Dust originating from Taklimakan Desert was finer than that from Gobi Desert. • Effect of dust on the supermicron particles was obvious. • PM_1_0 concentrations increased by a factor of 3.4–25.6 during the dust event. - Dust particle size distributions had large differences for varying origins, which may be also related to other factors such as mixing between dust and urban emissions.

  11. Analysis of aluminum protective effect for female astronauts in solar particle events

    Directory of Open Access Journals (Sweden)

    Xu Feng

    2017-01-01

    Full Text Available In order to ensure the health and safety of female astronauts in space, the risks of space radiation should be evaluated, and effective methods for protecting against space radiation should be investigated. In this paper, a dose calculation model is established for Chinese female astronauts. The absorbed doses of some organs in two historical solar particle events are calculated using Monte Carlo methods, and the shielding conditions are 0 gcm-2 and 5 gcm-2 aluminum, respectively. The calculated results are analysed, compared, and discussed. The results show that 5 gcm-2 aluminum cannot afford enough effective protection in solar particle events. Hence, once encountering solar particle events in manned spaceflight missions, in order to ensure the health and safety of female astronauts, they are not allowed to stay in the pressure vessel, and must enter into the thicker shielding location such as food and water storage cabin.

  12. Exploratory study of a novel low occupancy vertex detector architecture based on high precision timing for high luminosity particle colliders

    Energy Technology Data Exchange (ETDEWEB)

    Orel, Peter, E-mail: porel@hawaii.edu; Varner, Gary S.; Niknejadi, Pardis

    2017-06-11

    Vertex detectors provide space–time coordinates for the traversing charged particle decay products closest to the interaction point. Resolving these increasingly intense particle fluences at high luminosity particle colliders, such as SuperKEKB, is an ever growing challenge. This results in a non-negligible occupancy of the vertex detector using existing low material budget techniques. Consequently, new approaches are being studied that meet the vertexing requirements while lowering the occupancy. In this paper, we introduce a novel vertex detector architecture. Its design relies on an asynchronous digital pixel matrix in combination with a readout based on high precision time-of-flight measurement. Denoted the Timing Vertex Detector (TVD), it consists of a binary pixel array, a transmission line for signal collection, and a readout ASIC. The TVD aims to have a spatial resolution comparable to the existing Belle2 vertex detector. At the same time it offers a reduced occupancy by a factor of ten while decreasing the channel count by almost three orders of magnitude. Consequently, reducing the event size from about 1 MB/event to about 5.9 kB/event.

  13. Joint Ne/O and Fe/O Analysis to Diagnose Large Solar Energetic Particle Events during Solar Cycle 23

    Energy Technology Data Exchange (ETDEWEB)

    Tan, Lun C.; Shao, Xi [Department of Astronomy, University of Maryland, College Park, MD 20742 (United States); Malandraki, Olga E., E-mail: ltan@umd.edu [IAASARS, National Observatory of Athens, GR-15236, Penteli (Greece)

    2017-02-01

    We have examined 29 large solar energetic particle (SEP) events with the peak proton intensity J {sub pp}(>60 MeV) > 1 pfu during solar cycle 23. The emphasis of our examination is put on a joint analysis of Ne/O and Fe/O data in the energy range (3–40 MeV nucleon{sup −1}) covered by Wind /Low-Energy Matrix Telescope and ACE /Solar Isotope Spectrometer sensors in order to differentiate between the Fe-poor and Fe-rich events that emerged from the coronal mass ejection driven shock acceleration process. An improved ion ratio calculation is carried out by rebinning ion intensity data into the form of equal bin widths in the logarithmic energy scale. Through the analysis we find that the variability of Ne/O and Fe/O ratios can be used to investigate the accelerating shock properties. In particular, the high-energy Ne/O ratio is well correlated with the source plasma temperature of SEPs.

  14. Pharmacists' perception of synchronous versus asynchronous distance learning for continuing education programs.

    Science.gov (United States)

    Buxton, Eric C

    2014-02-12

    To evaluate and compare pharmacists' satisfaction with the content and learning environment of a continuing education program series offered as either synchronous or asynchronous webinars. An 8-lecture series of online presentations on the topic of new drug therapies was offered to pharmacists in synchronous and asynchronous webinar formats. Participants completed a 50-question online survey at the end of the program series to evaluate their perceptions of the distance learning experience. Eighty-two participants completed the survey instrument (41 participants from the live webinar series and 41 participants from the asynchronous webinar series.) Responses indicated that while both groups were satisfied with the program content, the asynchronous group showed greater satisfaction with many aspects of the learning environment. The synchronous and asynchronous webinar participants responded positively regarding the quality of the programming and the method of delivery, but asynchronous participants rated their experience more positively overall.

  15. Effective equilibrium states in mixtures of active particles driven by colored noise

    Science.gov (United States)

    Wittmann, René; Brader, J. M.; Sharma, A.; Marconi, U. Marini Bettolo

    2018-01-01

    We consider the steady-state behavior of pairs of active particles having different persistence times and diffusivities. To this purpose we employ the active Ornstein-Uhlenbeck model, where the particles are driven by colored noises with exponential correlation functions whose intensities and correlation times vary from species to species. By extending Fox's theory to many components, we derive by functional calculus an approximate Fokker-Planck equation for the configurational distribution function of the system. After illustrating the predicted distribution in the solvable case of two particles interacting via a harmonic potential, we consider systems of particles repelling through inverse power-law potentials. We compare the analytic predictions to computer simulations for such soft-repulsive interactions in one dimension and show that at linear order in the persistence times the theory is satisfactory. This work provides the toolbox to qualitatively describe many-body phenomena, such as demixing and depletion, by means of effective pair potentials.

  16. THE 'TWIN-CME' SCENARIO AND LARGE SOLAR ENERGETIC PARTICLE EVENTS IN SOLAR CYCLE 23

    International Nuclear Information System (INIS)

    Ding, Liuguan; Jiang, Yong; Zhao, Lulu; Li, Gang

    2013-01-01

    Energetic particles in large solar energetic particle (SEP) events are a major concern for space weather. Recently, Li et al. proposed a 'twin-CME' scenario for ground-level events. Here we extend that study to large SEP events in solar cycle 23. Depending on whether preceding coronal mass ejections (CMEs) within 9 hr exist and whether ions >10 MeV nucleon –1 exceed 10 pfu, we categorize fast CMEs with speed >900 km s –1 and width >60° from the western hemisphere source regions into four groups: groups I and II are 'twin' and single CMEs that lead to large SEPs; groups III and IV are 'twin' and single CMEs that do not lead to large SEPs. The major findings of this paper are: first, large SEP events tend to be 'twin-CME' events. Of 59 western large SEP events in solar cycle 23, 43 are 'twin-CME' (group I) events and 16 are single-CME (group II) events. Second, not all 'twin CMEs' produced large SEPs: 28 twin CMEs did not produce large SEPs (group III events). Some of them produced excesses of particles up to a few MeV nucleon –1 . Third, there were 39 single fast CMEs that did not produce SEPs (group IV events). Some of these also showed an excess of particles up to a few MeV nucleon –1 . For all four groups of events, we perform statistical analyses on properties such as the angular width, the speed, the existence of accompanying metric type II radio bursts, and the associated flare class for the main CMEs and the preceding CMEs.

  17. Designing Asynchronous Circuits for Low Power: An IFIR Filter

    DEFF Research Database (Denmark)

    Nielsen, Lars Skovby; Sparsø, Jens

    1999-01-01

    This paper addresses the design of asynchronous circuits for low power through an example: a filter bank for a digital hearing aid. The asynchronous design re-implements an existing synchronous circuit which is used in a commercial product. For comparison, both designs have been fabricated...

  18. A Novel Forecasting System for Solar Particle Events and Flares (FORSPEF)

    International Nuclear Information System (INIS)

    Papaioannou, A; Anastasiadis, A; Sandberg, I; Tsiropoula, G; Tziotziou, K; Georgoulis, M K; Jiggens, P; Hilgers, A

    2015-01-01

    Solar Energetic Particles (SEPs) result from intense solar eruptive events such as solar flares and coronal mass ejections (CMEs) and pose a significant threat for both personnel and infrastructure in space conditions. In this work, we present FORSPEF (Forecasting Solar Particle Events and Flares), a novel dual system, designed to perform forecasting of SEPs based on forecasting of solar flares, as well as independent SEP nowcasting. An overview of flare and SEP forecasting methods of choice is presented. Concerning SEP events, we make use for the first time of the newly re-calibrated GOES proton data within the energy range 6.0-243 MeV and we build our statistics on an extensive time interval that includes roughly 3 solar cycles (1984-2013). A new comprehensive catalogue of SEP events based on these data has been compiled including solar associations in terms of flare (magnitude, location) and CME (width, velocity) characteristics. (paper)

  19. Size evolution of ultrafine particles: Differential signatures of normal and episodic events

    International Nuclear Information System (INIS)

    Joshi, Manish; Khan, Arshad; Anand, S.; Sapra, B.K.

    2016-01-01

    The effect of fireworks on the aerosol number characteristics of atmosphere was studied for an urban mega city. Measurements were made at 50 m height to assess the local changes around the festival days. Apart from the increase in total number concentration and characteristic accumulation mode, short-term increase of ultrafine particle concentration was noted. Total number concentration varies an order of magnitude during the measurement period in which peak occurs at a frequency of approximately one per day. On integral scale, it seems not possible to distinguish an episodic (e.g. firework bursting induced aerosol emission) and a normal (ambient atmospheric changes) event. However these events could be differentiated on the basis of size evolution analysis around number concentration peaks. The results are discussed relative to past studies and inferences are drawn towards aerosol signatures of firework bursting. The short-term burst in ultrafine particle concentration can pose an inhalation hazard. - Highlights: • Effect of firework emissions on atmospheric aerosol characteristics was studied. • Significant increase in ultrafine particle concentration was observed during firework bursting. • Size distribution evolution analysis of number concentration peaks has been performed. • Differential signatures of normal and episodic event were noted. - Notable increase in ultrafine particle concentration during firework bursting was seen. Normal and episodic event could be differentiated on the basis of size evolution analysis.

  20. FPGA BASED ASYNCHRONOUS PIPELINED MB-OFDM UWB TRANSMITTER BACKEND MODULES

    Directory of Open Access Journals (Sweden)

    M. Santhi

    2010-03-01

    Full Text Available In this paper, a novel scheme is proposed which comprises the advantages of asynchronous pipelining techniques and the advantages of FPGAs for implementing a 200Mbps MB-OFDM UWB transmitter digital backend modules. In asynchronous pipelined system, registers are used as in synchronous system. But they are controlled by handshaking signals. Since FPGAs are rich in registers, design and implementation of asynchronous pipelined MBOFDM UWB transmitter on FPGA using four-phase bundled-data protocol is considered in this paper. Novel ideas have also been proposed for designing asynchronous OFDM using Modified Radix-24 SDF and asynchronous interleaver using two RAM banks. Implementation has been performed on ALTERA STRATIX II EP2S60F1020C4 FPGA and it is operating at a speed of 350MHz. It is assured that the proposed MB-OFDM UWB system can be made to work on STRATIX III device with the operating frequency of 528MHz in compliance to the ECMA-368 standard. The proposed scheme is also applicable for FPGA from other vendors and ASIC.

  1. Spatial distribution and occurrence probability of regional new particle formation events in eastern China

    Directory of Open Access Journals (Sweden)

    X. Shen

    2018-01-01

    Full Text Available In this work, the spatial extent of new particle formation (NPF events and the relative probability of observing particles originating from different spatial origins around three rural sites in eastern China were investigated using the NanoMap method, using particle number size distribution (PNSD data and air mass back trajectories. The length of the datasets used were 7, 1.5, and 3 years at rural sites Shangdianzi (SDZ in the North China Plain (NCP, Mt. Tai (TS in central eastern China, and Lin'an (LAN in the Yangtze River Delta region in eastern China, respectively. Regional NPF events were observed to occur with the horizontal extent larger than 500 km at SDZ and TS, favoured by the fast transport of northwesterly air masses. At LAN, however, the spatial footprint of NPF events was mostly observed around the site within 100–200 km. Difference in the horizontal spatial distribution of new particle source areas at different sites was connected to typical meteorological conditions at the sites. Consecutive large-scale regional NPF events were observed at SDZ and TS simultaneously and were associated with a high surface pressure system dominating over this area. Simultaneous NPF events at SDZ and LAN were seldom observed. At SDZ the polluted air masses arriving over the NCP were associated with higher particle growth rate (GR and new particle formation rate (J than air masses from Inner Mongolia (IM. At TS the same phenomenon was observed for J, but GR was somewhat lower in air masses arriving over the NCP compared to those arriving from IM. The capability of NanoMap to capture the NPF occurrence probability depends on the length of the dataset of PNSD measurement but also on topography around the measurement site and typical air mass advection speed during NPF events. Thus the long-term measurements of PNSD in the planetary boundary layer are necessary in the further study of spatial extent and the probability of NPF events. The spatial

  2. ELM triggering by energetic particle driven mode in wall-stabilized high-β plasmas

    International Nuclear Information System (INIS)

    Matsunaga, G.; Aiba, N.; Shinohara, K.; Asakura, N.; Isayama, A.; Oyama, N.

    2013-01-01

    In the JT-60U high-β plasmas above the no-wall β limit, a triggering of an edge localized mode (ELM) by an energetic particle (EP)-driven mode has been observed. This EP-driven mode is thought to be driven by trapped EPs and it has been named EP-driven wall mode (EWM) on JT-60U (Matsunaga et al 2009 Phys. Rev. Lett. 103 045001). When the EWM appears in an ELMy H-mode phase, ELM crashes are reproducibly synchronized with the EWM bursts. The EWM-triggered ELM has a higher repetition frequency and less energy loss than those of the natural ELM. In order to trigger an ELM by the EP-driven mode, some conditions are thought to be needed, thus an EWM with large amplitude and growth rate, and marginal edge stability. In the scrape-off layer region, several measurements indicate an ion loss induced by the EWM. The ion transport is considered as the EP transport through the edge region. From these observations, the EP contributions to edge stability are discussed as one of the ELM triggering mechanisms. (paper)

  3. Integrating Asynchronous Digital Design Into the Computer Engineering Curriculum

    Science.gov (United States)

    Smith, S. C.; Al-Assadi, W. K.; Di, J.

    2010-01-01

    As demand increases for circuits with higher performance, higher complexity, and decreased feature size, asynchronous (clockless) paradigms will become more widely used in the semiconductor industry, as evidenced by the International Technology Roadmap for Semiconductors' (ITRS) prediction of a likely shift from synchronous to asynchronous design…

  4. Exploring Asynchronous and Synchronous Tool Use in Online Courses

    Science.gov (United States)

    Oztok, Murat; Zingaro, Daniel; Brett, Clare; Hewitt, Jim

    2013-01-01

    While the independent contributions of synchronous and asynchronous interaction in online learning are clear, comparatively less is known about the pedagogical consequences of using both modes in the same environment. In this study, we examine relationships between students' use of asynchronous discussion forums and synchronous private messages…

  5. An Overview of the Asynchronous Digital Systems – Part 3

    Directory of Open Access Journals (Sweden)

    Mihai Timis

    2008-01-01

    Full Text Available Implementation methods for the digital asynchronous systems use different predefined models like self timed circuits, speed independent circuits, delay insensitive circuits, handshake protocol implementation in asynchronous systems,C Muller circuits.

  6. An Overview of the Asynchronous Digital Systems – Part 2

    Directory of Open Access Journals (Sweden)

    Mihai Timis

    2008-01-01

    Full Text Available Implementation methods for the digital asynchronous systems use different predefined models like self timed circuits, speed independent circuits, delay insensitive circuits, handshake protocol implementation in asynchronous systems,C Muller circuits.

  7. Solar Particle Induced Upsets in the TDRS-1 Attitude Control System RAM During the October 1989 Solar Particle Events

    Science.gov (United States)

    Croley, D. R.; Garrett, H. B.; Murphy, G. B.; Garrard,T. L.

    1995-01-01

    The three large solar particle events, beginning on October 19, 1989 and lasting approximately six days, were characterized by high fluences of solar protons and heavy ions at 1 AU. During these events, an abnormally large number of upsets (243) were observed in the random access memory of the attitude control system (ACS) control processing electronics (CPE) on-board the geosynchronous TDRS-1 (Telemetry and Data Relay Satellite). The RAM unit affected was composed of eight Fairchild 93L422 memory chips. The Galileo spacecraft, launched on October 18, 1989 (one day prior to the solar particle events) observed the fluxes of heavy ions experienced by TDRS-1. Two solid-state detector telescopes on-board Galileo, designed to measure heavy ion species and energy, were turned on during time periods within each of the three separate events. The heavy ion data have been modeled and the time history of the events reconstructed to estimate heavy ion fluences. These fluences were converted to effective LET spectra after transport through the estimated shielding distribution around the TDRS-1 ACS system. The number of single event upsets (SEU) expected was calculated by integrating the measured cross section for the Fairchild 93L422 memory chip with average effective LET spectrum. The expected number of heavy ion induced SEU's calculated was 176. GOES-7 proton data, observed during the solar particle events, were used to estimate the number of proton-induced SEU's by integrating the proton fluence spectrum incident on the memory chips, with the two-parameter Bendel cross section for proton SEU'S. The proton fluence spectrum at the device level was gotten by transporting the protons through the estimated shielding distribution. The number of calculated proton-induced SEU's was 72, yielding a total of 248 predicted SEU'S, very dose to the 243 observed SEU'S. These calculations uniquely demonstrate the roles that solar heavy ions and protons played in the production of SEU

  8. Authentic execution of distributed event-driven applications with a small TCB

    OpenAIRE

    Noorman, Job; Mühlberg, Tobias; Piessens, Frank

    2017-01-01

    This paper presents an approach to provide strong assurance of the secure execution of distributed event-driven applications on shared infrastructures, while relying on a small Trusted Computing Base. We build upon and extend security primitives provided by a Protected Module Architecture (PMA) to guarantee authenticity and integrity properties of applications, and to secure control of input and output devices used by these applications. More specifically, we want to guarantee that if an outp...

  9. Router Designs for an Asynchronous Time-Division-Multiplexed Network-on-Chip

    DEFF Research Database (Denmark)

    Kasapaki, Evangelia; Sparsø, Jens; Sørensen, Rasmus Bo

    2013-01-01

    In this paper we explore the design of an asynchronous router for a time-division-multiplexed (TDM) network-on-chip (NOC) that is being developed for a multi-processor platform for hard real-time systems. TDM inherently requires a common time reference, and existing TDM-based NOC designs are either....... This adds hardware complexity and increases area and power consumption. We propose to use asynchronous routers in order to achieve a simpler, more robust and globally-asynchronous NOC, and this represents an unexplored point in the design space. The paper presents a range of alternative router designs. All...... routers have been synthesized for a 65nm CMOS technology, and the paper reports post-layout figures for area, speed and energy and compares the asynchronous designs with an existing mesochronous clocked router. The results show that an asynchronous router is 2 times smaller, marginally slower...

  10. First long-term study of particle number size distributions and new particle formation events of regional aerosol in the North China Plain

    Directory of Open Access Journals (Sweden)

    X. J. Shen

    2011-02-01

    Full Text Available Atmospheric particle number size distributions (size range 0.003–10 μm were measured between March 2008 and August 2009 at Shangdianzi (SDZ, a rural research station in the North China Plain. These measurements were made in an attempt to better characterize the tropospheric background aerosol in Northern China. The mean particle number concentrations of the total particle, as well as the nucleation, Aitken, accumulation and coarse mode were determined to be 1.2 ± 0.9 × 104, 3.6 ± 7.9 × 103, 4.4 ± 3.4 × 103, 3.5 ± 2.8 × 103 and 2 ± 3 cm−3, respectively. A general finding was that the particle number concentration was higher during spring compared to the other seasons. The air mass origin had an important effect on the particle number concentration and new particle formation events. Air masses from northwest (i.e. inner Asia favored the new particle formation events, while air masses from southeast showed the highest particle mass concentration. Significant diurnal variations in particle number were observed, which could be linked to new particle formation events, i.e. gas-to-particle conversion. During particle formation events, the number concentration of the nucleation mode rose up to maximum value of 104 cm−3. New particle formation events were observed on 36% of the effective measurement days. The formation rate ranged from 0.7 to 72.7 cm−3 s−1, with a mean value of 8.0 cm−3 s−1. The value of the nucleation mode growth rate was in the range of 0.3–14.5 nm h−1, with a mean value of 4.3 nm h−1. It was an essential observation that on many occasions the nucleation mode was able to grow into the size of cloud condensation nuclei (CCN within a matter of several hours. Furthermore, the new particle formation was regularly followed by a measurable increase in particle mass

  11. Mode structure symmetry breaking of energetic particle driven beta-induced Alfvén eigenmode

    Science.gov (United States)

    Lu, Z. X.; Wang, X.; Lauber, Ph.; Zonca, F.

    2018-01-01

    The mode structure symmetry breaking of energetic particle driven Beta-induced Alfvén Eigenmode (BAE) is studied based on global theory and simulation. The weak coupling formula gives a reasonable estimate of the local eigenvalue compared with global hybrid simulation using XHMGC. The non-perturbative effect of energetic particles on global mode structure symmetry breaking in radial and parallel (along B) directions is demonstrated. With the contribution from energetic particles, two dimensional (radial and poloidal) BAE mode structures with symmetric/asymmetric tails are produced using an analytical model. It is demonstrated that the symmetry breaking in radial and parallel directions is intimately connected. The effects of mode structure symmetry breaking on nonlinear physics, energetic particle transport, and the possible insight for experimental studies are discussed.

  12. Evaluation of discrete modeling efficiency of asynchronous electric machines

    OpenAIRE

    Byczkowska-Lipińska, Liliana; Stakhiv, Petro; Hoholyuk, Oksana; Vasylchyshyn, Ivanna

    2011-01-01

    In the paper the problem of effective mathematical macromodels in the form of state variables intended for asynchronous motor transient analysis is considered. Their comparing with traditional mathematical models of asynchronous motors including models built into MATLAB/Simulink software was carried out and analysis of their efficiency was conducted.

  13. Two Studies Examining Argumentation in Asynchronous Computer Mediated Communication

    Science.gov (United States)

    Joiner, Richard; Jones, Sarah; Doherty, John

    2008-01-01

    Asynchronous computer mediated communication (CMC) would seem to be an ideal medium for supporting development in student argumentation. This paper investigates this assumption through two studies. The first study compared asynchronous CMC with face-to-face discussions. The transactional and strategic level of the argumentation (i.e. measures of…

  14. MODELING AND INVESTIGATION OF ASYNCHRONOUS TWO-MACHINE SYSTEM MODES

    Directory of Open Access Journals (Sweden)

    V. S. Safaryan

    2014-01-01

    Full Text Available The paper considers stationary and transient processes of an asynchronous two-machine system. A mathematical model for investigation of stationary and transient modes, static characteristics and research results of dynamic process pertaining to starting-up the asynchronous two-machine system has been given in paper.

  15. Science to Support Management of Receiving Waters in an Event-Driven Ecosystem: From Land to River to Sea

    Directory of Open Access Journals (Sweden)

    Stuart E. Bunn

    2013-06-01

    Full Text Available Managing receiving-water quality, ecosystem health and ecosystem service delivery is challenging in regions where extreme rainfall and runoff events occur episodically, confounding and often intensifying land-degradation impacts. We synthesize the approaches used in river, reservoir and coastal water management in the event-driven subtropics of Australia, and the scientific research underpinning them. Land-use change has placed the receiving waters of Moreton Bay, an internationally-significant coastal wetland, at risk of ecological degradation through increased nutrient and sediment loads. The event-driven climate exacerbates this issue, as the waterways and ultimately Moreton Bay receive large inputs of nutrients and sediment during events, well above those received throughout stable climatic periods. Research on the water quality and ecology of the region’s rivers and coastal waters has underpinned the development of a world-renowned monitoring program and, in combination with catchment-source tracing methods and modeling, has revealed the key mechanisms and management strategies by which receiving-water quality, ecosystem health and ecosystem services can be maintained and improved. These approaches provide a useful framework for management of water bodies in other regions driven by episodic events, or where novel stressors are involved (e.g., climate change, urbanization, to support sustained ecosystem service delivery and restoration of aquatic ecosystems.

  16. WE-G-BRA-02: SafetyNet: Automating Radiotherapy QA with An Event Driven Framework

    International Nuclear Information System (INIS)

    Hadley, S; Kessler, M; Litzenberg, D; Lee, C; Irrer, J; Chen, X; Acosta, E; Weyburne, G; Lam, K; Younge, K; Matuszak, M; Keranen, W; Covington, E; Moran, J

    2015-01-01

    Purpose: Quality assurance is an essential task in radiotherapy that often requires many manual tasks. We investigate the use of an event driven framework in conjunction with software agents to automate QA and eliminate wait times. Methods: An in house developed subscription-publication service, EventNet, was added to the Aria OIS to be a message broker for critical events occurring in the OIS and software agents. Software agents operate without user intervention and perform critical QA steps. The results of the QA are documented and the resulting event is generated and passed back to EventNet. Users can subscribe to those events and receive messages based on custom filters designed to send passing or failing results to physicists or dosimetrists. Agents were developed to expedite the following QA tasks: Plan Revision, Plan 2nd Check, SRS Winston-Lutz isocenter, Treatment History Audit, Treatment Machine Configuration. Results: Plan approval in the Aria OIS was used as the event trigger for plan revision QA and Plan 2nd check agents. The agents pulled the plan data, executed the prescribed QA, stored the results and updated EventNet for publication. The Winston Lutz agent reduced QA time from 20 minutes to 4 minutes and provided a more accurate quantitative estimate of radiation isocenter. The Treatment Machine Configuration agent automatically reports any changes to the Treatment machine or HDR unit configuration. The agents are reliable, act immediately, and execute each task identically every time. Conclusion: An event driven framework has inverted the data chase in our radiotherapy QA process. Rather than have dosimetrists and physicists push data to QA software and pull results back into the OIS, the software agents perform these steps immediately upon receiving the sentinel events from EventNet. Mr Keranen is an employee of Varian Medical Systems. Dr. Moran’s institution receives research support for her effort for a linear accelerator QA project from

  17. WE-G-BRA-02: SafetyNet: Automating Radiotherapy QA with An Event Driven Framework

    Energy Technology Data Exchange (ETDEWEB)

    Hadley, S; Kessler, M [The University of Michigan, Ann Arbor, MI (United States); Litzenberg, D [Univ Michigan, Ann Arbor, MI (United States); Lee, C; Irrer, J; Chen, X; Acosta, E; Weyburne, G; Lam, K; Younge, K; Matuszak, M [University of Michigan, Ann Arbor, MI (United States); Keranen, W [Varian Medical Systems, Palo Alto, CA (United States); Covington, E [University of Michigan Hospital and Health System, Ann Arbor, MI (United States); Moran, J [Univ Michigan Medical Center, Ann Arbor, MI (United States)

    2015-06-15

    Purpose: Quality assurance is an essential task in radiotherapy that often requires many manual tasks. We investigate the use of an event driven framework in conjunction with software agents to automate QA and eliminate wait times. Methods: An in house developed subscription-publication service, EventNet, was added to the Aria OIS to be a message broker for critical events occurring in the OIS and software agents. Software agents operate without user intervention and perform critical QA steps. The results of the QA are documented and the resulting event is generated and passed back to EventNet. Users can subscribe to those events and receive messages based on custom filters designed to send passing or failing results to physicists or dosimetrists. Agents were developed to expedite the following QA tasks: Plan Revision, Plan 2nd Check, SRS Winston-Lutz isocenter, Treatment History Audit, Treatment Machine Configuration. Results: Plan approval in the Aria OIS was used as the event trigger for plan revision QA and Plan 2nd check agents. The agents pulled the plan data, executed the prescribed QA, stored the results and updated EventNet for publication. The Winston Lutz agent reduced QA time from 20 minutes to 4 minutes and provided a more accurate quantitative estimate of radiation isocenter. The Treatment Machine Configuration agent automatically reports any changes to the Treatment machine or HDR unit configuration. The agents are reliable, act immediately, and execute each task identically every time. Conclusion: An event driven framework has inverted the data chase in our radiotherapy QA process. Rather than have dosimetrists and physicists push data to QA software and pull results back into the OIS, the software agents perform these steps immediately upon receiving the sentinel events from EventNet. Mr Keranen is an employee of Varian Medical Systems. Dr. Moran’s institution receives research support for her effort for a linear accelerator QA project from

  18. A prototype pixel readout chip for asynchronous detection applications

    International Nuclear Information System (INIS)

    Raymond, D.M.; Hall, G.; Lewis, A.J.; Sharp, P.H.

    1991-01-01

    A two-dimensional array of amplifier cells has been fabricated as a prototype readout system for a matching array of silicon diode detectors. Each cell contains a preamplifier, shaping amplifier, comparator and analogue signal storage in an area of 300 μmx320 μm using 3 μm CMOS technology. Full size chips will be bump bonded to pixel detector arrays. Low noise and asynchronous operation are novel design features. With noise levels of less than 250 rms electrons for input capacitances up to 600 fF, pixel detectors will be suitable for autoradiography, synchrotron X-ray and high energy particle detection applications. The design of the prototype chip is presented and future developments and prospects for applications are discussed. (orig.)

  19. Simultaneous Modeling of Gradual SEP Events at the Earth and the Mars

    Science.gov (United States)

    Hu, J.; Li, G.

    2017-12-01

    Solar Energetic Particles (SEP) event is the number one space hazard for spacecraft instruments and astronauts' safety. Recent studies have shown that both longitudinal and radial extent of SEP events can be very significant. In this work, we use the improved Particle Acceleration and Transport in the Heliosphere (iPATH) model to simulate gradual SEP events that have impacts upon both the Earth and the Mars. We follow the propagation of a 2D CME-driven shock. Particles are accelerated at the shock via the diffusive shock acceleration (DSA) mechanism. Transport of the escaped particles to the Earth and the Mars is then followed using a backward stochastic differential equation method. Perpendicular diffusion is considered in both the DSA and the transport process. Model results such as time intensity profile and energetic particle spectrum at the two locations are compared to understand the spatial extent of an SEP event. Observational data at the Earth and the Mars are also studied to validate the model.

  20. Inclusive charged particle distributions in deep inelastic scattering events at HERA

    International Nuclear Information System (INIS)

    Derrick, M.; Krakauer, D.; Magill, S.

    1995-11-01

    A measurement of inclusive charged particle distributions in deep inelastic ep scattering for γ * p centre-of-mass energies 75 2 2 from the ZEUS detector at HERA is presented. The differential charged particle rates in the γ*p centre-of-mass system as a function of the scaled longitudinal momentum, x F , and of the transverse momentum, p* t and t 2 >, as a function of x F , W and Q 2 are given. Separate distributions are shown for events with (LRG) and without (NRG) a rapidity gap with respect to the proton direction. The data are compared with results from experiments at lower beam energies, with the naive quark parton model and with parton models including perturbative QCD corrections. The comparison shows the importance of the higher order QCD processes. Significant differences of the inclusive charged particle rates between NRG and LRG events at the same W are observed. The value of t 2 > for LRG events with a hadronic mass M X , which excludes the forward produced baryonic system, is similar to the t 2 > value observed in fixed target experiments at W∼M X . (orig.)

  1. PsychVACS: a system for asynchronous telepsychiatry.

    Science.gov (United States)

    Odor, Alberto; Yellowlees, Peter; Hilty, Donald; Parish, Michelle Burke; Nafiz, Najia; Iosif, Ana-Maria

    2011-05-01

    To describe the technical development of an asynchronous telepsychiatry application, the Psychiatric Video Archiving and Communication System. A client-server application was developed in Visual Basic.Net with Microsoft(®) SQL database as the backend. It includes the capability of storing video-recorded psychiatric interviews and manages the workflow of the system with automated messaging. Psychiatric Video Archiving and Communication System has been used to conduct the first ever series of asynchronous telepsychiatry consultations worldwide. A review of the software application and the process as part of this project has led to a number of improvements that are being implemented in the next version, which is being written in Java. This is the first description of the use of video recorded data in an asynchronous telemedicine application. Primary care providers and consulting psychiatrists have found it easy to work with and a valuable resource to increase the availability of psychiatric consultation in remote rural locations.

  2. ASCERTAINMENT OF THE EQUIVALENT CIRCUIT PARAMETERS OF THE ASYNCHRONOUS MACHINE

    Directory of Open Access Journals (Sweden)

    V. S. Safaryan

    2015-01-01

    Full Text Available The article considers experimental and analytical determination of the asynchronous machine equivalent-circuit parameters with application of the reference data. Transient processes investigation of the asynchronous machines necessitates the equivalent circuit parameters (resistance impedance, inductances and coefficient of the stator-rotor contours mutual inductance that help form the transitory-process mathematical simulation model. The reference books do not provide those parameters; they instead give the rated ones (active power, voltage, slide, coefficient of performance and capacity coefficient as well as the ratio of starting and nominal currents and torques. The noted studies on the asynchronous machine equivalent-circuits parametrization fail to solve the problems ad finem or solve them with admissions. The paper presents experimental and analytical determinations of the asynchronous machine equivalent-circuit parameters: the experimental one based on the results of two measurements and the analytical one where the problem boils down to solving a system of nonlineal algebraic equations. The authors investigate the equivalent asynchronous machine input-resistance properties and adduce the dependence curvatures of the input-resistances on the slide. They present a symbolic model for analytical parameterization of the asynchronous machine equivalent-circuit that represents a system of nonlineal equations and requires one of the rotor-parameters arbitrary assignment. The article demonstrates that for the asynchronous machine equivalent-circuit experimental parameterization the measures are to be conducted of the stator-circuit voltage, current and active power with two different slides and arbitrary assignment of one of the rotor parameters. The paper substantiates the fact that additional measurement does not discard the rotor-parameter choice arbitrariness. The authors establish that in motoring mode there is a critical slide by which the

  3. Effect of asynchronous updating on the stability of cellular automata

    International Nuclear Information System (INIS)

    Baetens, J.M.; Van der Weeën, P.; De Baets, B.

    2012-01-01

    Highlights: ► An upper bound on the Lyapunov exponent of asynchronously updated CA is established. ► The employed update method has repercussions on the stability of CAs. ► A decision on the employed update method should be taken with care. ► Substantial discrepancies arise between synchronously and asynchronously updated CA. ► Discrepancies between different asynchronous update schemes are less pronounced. - Abstract: Although cellular automata (CAs) were conceptualized as utter discrete mathematical models in which the states of all their spatial entities are updated simultaneously at every consecutive time step, i.e. synchronously, various CA-based models that rely on so-called asynchronous update methods have been constructed in order to overcome the limitations that are tied up with the classical way of evolving CAs. So far, only a few researchers have addressed the consequences of this way of updating on the evolved spatio-temporal patterns, and the reachable stationary states. In this paper, we exploit Lyapunov exponents to determine to what extent the stability of the rules within a family of totalistic CAs is affected by the underlying update method. For that purpose, we derive an upper bound on the maximum Lyapunov exponent of asynchronously iterated CAs, and show its validity, after which we present a comparative study between the Lyapunov exponents obtained for five different update methods, namely one synchronous method and four well-established asynchronous methods. It is found that the stability of CAs is seriously affected if one of the latter methods is employed, whereas the discrepancies arising between the different asynchronous methods are far less pronounced and, finally, we discuss the repercussions of our findings on the development of CA-based models.

  4. Temporal integration: intentional sound discrimination does not modulate stimulus-driven processes in auditory event synthesis.

    Science.gov (United States)

    Sussman, Elyse; Winkler, István; Kreuzer, Judith; Saher, Marieke; Näätänen, Risto; Ritter, Walter

    2002-12-01

    Our previous study showed that the auditory context could influence whether two successive acoustic changes occurring within the temporal integration window (approximately 200ms) were pre-attentively encoded as a single auditory event or as two discrete events (Cogn Brain Res 12 (2001) 431). The aim of the current study was to assess whether top-down processes could influence the stimulus-driven processes in determining what constitutes an auditory event. Electroencepholagram (EEG) was recorded from 11 scalp electrodes to frequently occurring standard and infrequently occurring deviant sounds. Within the stimulus blocks, deviants either occurred only in pairs (successive feature changes) or both singly and in pairs. Event-related potential indices of change and target detection, the mismatch negativity (MMN) and the N2b component, respectively, were compared with the simultaneously measured performance in discriminating the deviants. Even though subjects could voluntarily distinguish the two successive auditory feature changes from each other, which was also indicated by the elicitation of the N2b target-detection response, top-down processes did not modify the event organization reflected by the MMN response. Top-down processes can extract elemental auditory information from a single integrated acoustic event, but the extraction occurs at a later processing stage than the one whose outcome is indexed by MMN. Initial processes of auditory event-formation are fully governed by the context within which the sounds occur. Perception of the deviants as two separate sound events (the top-down effects) did not change the initial neural representation of the same deviants as one event (indexed by the MMN), without a corresponding change in the stimulus-driven sound organization.

  5. Detection of Failure in Asynchronous Motor Using Soft Computing Method

    Science.gov (United States)

    Vinoth Kumar, K.; Sony, Kevin; Achenkunju John, Alan; Kuriakose, Anto; John, Ano P.

    2018-04-01

    This paper investigates the stator short winding failure of asynchronous motor also their effects on motor current spectrums. A fuzzy logic approach i.e., model based technique possibly will help to detect the asynchronous motor failure. Actually, fuzzy logic similar to humanoid intelligent methods besides expected linguistic empowering inferences through vague statistics. The dynamic model is technologically advanced for asynchronous motor by means of fuzzy logic classifier towards investigate the stator inter turn failure in addition open phase failure. A hardware implementation was carried out with LabVIEW for the online-monitoring of faults.

  6. Long-duration high-energy proton events observed by GOES in October 1989

    Directory of Open Access Journals (Sweden)

    A. Anttila

    1998-08-01

    Full Text Available We consider the prolonged injection of the high-energy (>10 MeV protons during the three successive events observed by GOES in October 1989. We apply a solar-rotation-stereoscopy approach to study the injection of the accelerated particles from the CME-driven interplanetary shock waves in order to find out how the effectiveness of the particle acceleration and/or escape depends on the angular distance from the shock axis. We use an empirical model for the proton injection at the shock and a standard model of the interplanetary transport. The model can reproduce rather well the observed intensity–time profiles of the October 1989 events. The deduced proton injection rate is highest at the nose of the shock; the injection spectrum is always harder near the Sun. The results seem to be consistent with the scheme that the CME-driven interplanetary shock waves accelerate a seed particle population of coronal origin.Key words. Interplanetary physics · Energetic particles · Solar physics · astrophysics and astronomy · Flares and mass ejections

  7. Control or non-control state: that is the question! An asynchronous visual P300-based BCI approach

    Science.gov (United States)

    Pinegger, Andreas; Faller, Josef; Halder, Sebastian; Wriessnegger, Selina C.; Müller-Putz, Gernot R.

    2015-02-01

    Objective. Brain-computer interfaces (BCI) based on event-related potentials (ERP) were proven to be a reliable synchronous communication method. For everyday life situations, however, this synchronous mode is impractical because the system will deliver a selection even if the user is not paying attention to the stimulation. So far, research into attention-aware visual ERP-BCIs (i.e., asynchronous ERP-BCIs) has led to variable success. In this study, we investigate new approaches for detection of user engagement. Approach. Classifier output and frequency-domain features of electroencephalogram signals as well as the hybridization of them were used to detect the user's state. We tested their capabilities for state detection in different control scenarios on offline data from 21 healthy volunteers. Main results. The hybridization of classifier output and frequency-domain features outperformed the results of the single methods, and allowed building an asynchronous P300-based BCI with an average correct state detection accuracy of more than 95%. Significance. Our results show that all introduced approaches for state detection in an asynchronous P300-based BCI can effectively avoid involuntary selections, and that the hybrid method is the most effective approach.

  8. Asynchronous Operators of Sequential Logic Venjunction & Sequention

    CERN Document Server

    Vasyukevich, Vadim

    2011-01-01

    This book is dedicated to new mathematical instruments assigned for logical modeling of the memory of digital devices. The case in point is logic-dynamical operation named venjunction and venjunctive function as well as sequention and sequentional function. Venjunction and sequention operate within the framework of sequential logic. In a form of the corresponding equations, they organically fit analytical expressions of Boolean algebra. Thus, a sort of symbiosis is formed using elements of asynchronous sequential logic on the one hand and combinational logic on the other hand. So, asynchronous

  9. LCP method for a planar passive dynamic walker based on an event-driven scheme

    Science.gov (United States)

    Zheng, Xu-Dong; Wang, Qi

    2018-06-01

    The main purpose of this paper is to present a linear complementarity problem (LCP) method for a planar passive dynamic walker with round feet based on an event-driven scheme. The passive dynamic walker is treated as a planar multi-rigid-body system. The dynamic equations of the passive dynamic walker are obtained by using Lagrange's equations of the second kind. The normal forces and frictional forces acting on the feet of the passive walker are described based on a modified Hertz contact model and Coulomb's law of dry friction. The state transition problem of stick-slip between feet and floor is formulated as an LCP, which is solved with an event-driven scheme. Finally, to validate the methodology, four gaits of the walker are simulated: the stance leg neither slips nor bounces; the stance leg slips without bouncing; the stance leg bounces without slipping; the walker stands after walking several steps.

  10. Particle production in very-high-energy cosmic-ray emulsion chamber events: Usual and unusual events

    International Nuclear Information System (INIS)

    Costa, C.G.S.; Halzen, F.; Salles, C.

    1995-01-01

    We show that a simple scaling model of very forward particle production, consistent with accelerator and air shower data, can describe the overall features of the very-high-energy interactions recorded with emulsion chambers. The rapidity and transverse momentum distribution of the secondaries are quantitatively reproduced. This is somewhat surprising after numerous claims that the same data implied large scaling violations or new dynamics. Interestingly, we cannot describe some of the Centauro events, suggesting that these events are anomalous independently of their well-advertised unusual features such as the absence of neutral secondaries

  11. Ratchet effect on a relativistic particle driven by external forces

    Energy Technology Data Exchange (ETDEWEB)

    Quintero, Niurka R [Departamento de Fisica Aplicada I, Escuela Universitaria Politecnica, Universidad de Sevilla, Calle Virgen de Africa 7, E-41011 Sevilla (Spain); Alvarez-Nodarse, Renato [Departamento de Analisis Matematico, Facultad de Matematicas, Universidad de Sevilla, Apdo 1160, E-41080 Sevilla (Spain); Cuesta, Jose A, E-mail: niurka@us.es, E-mail: ran@us.es, E-mail: cuesta@math.uc3m.es [Grupo Interdisciplinar de Sistemas Complejos (GISC), Departamento de Matematicas, Universidad Carlos III de Madrid, Avenida de la Universidad 30, E-28911 Leganes, Madrid (Spain)

    2011-10-21

    We study the ratchet effect of a damped relativistic particle driven by both asymmetric temporal bi-harmonic and time-periodic piecewise constant forces. This system can be formally solved for any external force, providing the ratchet velocity as a nonlinear functional of the driving force. This allows us to explicitly illustrate the functional Taylor expansion formalism recently proposed for this kind of systems. The Taylor expansion reveals particularly useful to obtain the shape of the current when the force is periodic, piecewise constant. We also illustrate the somewhat counterintuitive effect that introducing damping may induce a ratchet effect. When the force is symmetric under time-reversal and the system is undamped, under symmetry principles no ratchet effect is possible. In this situation increasing damping generates a ratchet current which, upon increasing the damping coefficient eventually reaches a maximum and decreases toward zero. We argue that this effect is not specific of this example and should appear in any ratchet system with tunable damping driven by a time-reversible external force. (paper)

  12. Ratchet effect on a relativistic particle driven by external forces

    International Nuclear Information System (INIS)

    Quintero, Niurka R; Alvarez-Nodarse, Renato; Cuesta, Jose A

    2011-01-01

    We study the ratchet effect of a damped relativistic particle driven by both asymmetric temporal bi-harmonic and time-periodic piecewise constant forces. This system can be formally solved for any external force, providing the ratchet velocity as a nonlinear functional of the driving force. This allows us to explicitly illustrate the functional Taylor expansion formalism recently proposed for this kind of systems. The Taylor expansion reveals particularly useful to obtain the shape of the current when the force is periodic, piecewise constant. We also illustrate the somewhat counterintuitive effect that introducing damping may induce a ratchet effect. When the force is symmetric under time-reversal and the system is undamped, under symmetry principles no ratchet effect is possible. In this situation increasing damping generates a ratchet current which, upon increasing the damping coefficient eventually reaches a maximum and decreases toward zero. We argue that this effect is not specific of this example and should appear in any ratchet system with tunable damping driven by a time-reversible external force. (paper)

  13. Source Regions of the Interplanetary Magnetic Field and Variability in Heavy-Ion Elemental Composition in Gradual Solar Energetic Particle Events

    Science.gov (United States)

    Ko, Yuan-Kuen; Tylka, Allan J.; Ng, Chee K.; Wang, Yi-Ming; Dietrich, William F.

    2013-01-01

    Gradual solar energetic particle (SEP) events are those in which ions are accelerated to their observed energies by interactions with a shock driven by a fast coronal mass-ejection (CME). Previous studies have shown that much of the observed event-to-event variability can be understood in terms of shock speed and evolution in the shock-normal angle. But an equally important factor, particularly for the elemental composition, is the origin of the suprathermal seed particles upon which the shock acts. To tackle this issue, we (1) use observed solar-wind speed, magnetograms, and the PFSS model to map the Sun-L1 interplanetary magnetic field (IMF) line back to its source region on the Sun at the time of the SEP observations; and (2) then look for correlation between SEP composition (as measured by Wind and ACE at approx. 2-30 MeV/nucleon) and characteristics of the identified IMF-source regions. The study is based on 24 SEP events, identified as a statistically-significant increase in approx. 20 MeV protons and occurring in 1998 and 2003-2006, when the rate of newly-emergent solar magnetic flux and CMEs was lower than in solar-maximum years and the field-line tracing is therefore more likely to be successful. We find that the gradual SEP Fe/O is correlated with the field strength at the IMF-source, with the largest enhancements occurring when the footpoint field is strong, due to the nearby presence of an active region. In these cases, other elemental ratios show a strong charge-to-mass (q/M) ordering, at least on average, similar to that found in impulsive events. These results lead us to suggest that magnetic reconnection in footpoint regions near active regions bias the heavy-ion composition of suprathermal seed ions by processes qualitatively similar to those that produce larger heavy-ion enhancements in impulsive SEP events. To address potential technical concerns about our analysis, we also discuss efforts to exclude impulsive SEP events from our event sample.

  14. STEREO/SEPT particle observations during the CIR event on 2011 August 9

    Science.gov (United States)

    Dresing, N.; Heber, B.; Klassen, A.; Kühl, P.; Boettcher, S. I.; Gomez-Herrero, R.; Wraase, S.

    2017-12-01

    Among others, shocks are known to be accelerators of energetic charged particles. However, many questions regarding the acceleration efficiency and the required conditions are not fully understood. In particular, the acceleration of electrons by shocks is often questioned. Recurrent energetic particle events are caused by the passage of Corotating Interaction Regions (CIRs) that have been extensively analysed by different instrumentation close to Earth. Measurements of the Solar Electron and Proton Telescope aboard the Solar TErrestrial RElations Observatory are utilized in the solar heliospheric community to investigate electron events. Due to its measurement principle, the magnet foil technique, ions can contribute to the electron channel. This effect is well known. During recurrent energetic particle events the averaged helium to proton ration is enhanced to more than 10%. The energy per nucleon spectra are nearly the same for protons and helium. Although the electron intensity profile is influenced by an ion contamination during the shock crossings it is not obvious that electrons are not enhanced during such periods. Computation using a GEANT4 simulation of the SEPT instrument resulted in response function for ions and electrons. These response functions have been utilzed to analyze the recurrent energetic particle event that was was measured by STEREO B on August 9, 2011. Assuming a constant helium to proton ratio and energy spectra described by a Band function we found that electron and ion measurement can be explained by the contribution of helium and protons with an helium to proton ratio of about 16%. Thus no electron enhancements are needed to explain the SEPT measurements.

  15. [A novel proposal explaining sleep disturbance of children in Japan--asynchronization].

    Science.gov (United States)

    Kohyama, Jun

    2008-07-01

    It has been reported that more than half of the children in Japan suffer from daytime sleepiness. In contrast, about one quarter of junior high-school students in Japan complain of insomnia. According to the International Classification of Sleep Disorders (Second edition), these children could be diagnosed as having behaviorally-induced insufficient sleep syndrome due to inadequate sleeping habits. Getting on adequate amount of sleep should solve such problems;however, such a therapeutic approach often fails. Although social factors are involved in these sleep disturbances, I feel that a novel notion - asynchronization - leads to an understanding of the pathophysiology of disturbances in these children. Further, it could contribute to resolve their problems. The essence of asynchronization is a disturbance of various aspects (e.g., cycle, amplitude, phase, and interrelationship) of the biological rhythms that normally exhibits circadian oscillation. The main cause of asynchronization is hypothesized to be the combination of light exposure during night and the lack of light exposure in the morning. Asynchronization results in the disturbance of variable systems. Thus, symptoms of asynchronization include disturbances of the autonomic nervous system (sleepiness, insomnia, disturbance of hormonal excretion, gastrointestinal problems, etc.) and higher brain function (disorientation, loss of sociality, loss of will or motivation, impaired alertness and performance, etc.). Neurological (attention deficit, aggression, impulsiveness, hyperactivity, etc.), psychiatric (depressive disorders, personality disorders, anxiety disorders, etc.) and somatic (tiredness, fatigue, etc.) disturbances could also be symptoms of asynchronization. At the initial phase of asynchronization, disturbances are functional and can be resolved relatively easily, such as by the establishment of a regular sleep-wakefulness cycle;however, without adequate intervention the disturbances could gradually

  16. Observations of new particle formation events in the south-eastern Baltic Sea

    Directory of Open Access Journals (Sweden)

    Kristina Plauškaitė

    2010-03-01

    Full Text Available New particle formation and growth were observed at a coastal site (Preila station, Lithuania during 1997 and 2000-2002. The total amountof data analysed covers 291 one-day periods, 45 (15% of which were long-term, new particle formation days. Short-term nucleationevents (from a few minutes to one hour and long-term events (from one to eight hours were identified. The mean particlegrowth rate, condensation sink and condensable vapour source rate during nucleation events were 3.9 nm h-1, 1.45 × 10-3 cm-3 s-1 and 7.5 × 104 cm-3 s-1 respectively.The average formation rate J10 was 0.4 cm-3 s-1. The nucleation events were accompaniedmainly by air masses transported from the north (43% and north-west (19%. Meteorological parameters and trace gas (O3, SO2,NO2 concentrations were also analysed. It was found that nucleation events are related to high levels of solar radiation.

  17. The topology dependence of charged particle multiplicities in three-jet events

    CERN Document Server

    Barate, R; Décamp, D; Ghez, P; Goy, C; Lees, J P; Lucotte, A; Minard, M N; Nief, J Y; Odier, P; Pietrzyk, B; Casado, M P; Chmeissani, M; Comas, P; Crespo, J M; Delfino, M C; Fernández, E; Fernández-Bosman, M; Garrido, L; Juste, A; Martínez, M; Miquel, R; Mir, L M; Orteu, S; Padilla, C; Park, I C; Pascual, A; Perlas, J A; Riu, I; Sánchez, F; Teubert, F; Colaleo, A; Creanza, D; De Palma, M; Gelao, G; Iaselli, Giuseppe; Maggi, G; Maggi, M; Marinelli, N; Nuzzo, S; Ranieri, A; Raso, G; Ruggieri, F; Selvaggi, G; Silvestris, L; Tempesta, P; Tricomi, A; Zito, G; Huang, X; Lin, J; Ouyang, Q; Wang, T; Xie, Y; Xu, R; Xue, S; Zhang, J; Zhang, L; Zhao, W; Abbaneo, D; Alemany, R; Bazarko, A O; Bright-Thomas, P G; Cattaneo, M; Cerutti, F; Drevermann, H; Forty, Roger W; Frank, M; Hagelberg, R; Harvey, J; Janot, P; Jost, B; Kneringer, E; Knobloch, J; Lehraus, Ivan; Lutters, G; Mato, P; Minten, Adolf G; Moneta, L; Pacheco, A; Pusztaszeri, J F; Ranjard, F; Rensing, P E; Rizzo, G; Rolandi, Luigi; Schlatter, W D; Schmelling, M; Schmitt, M; Schneider, O; Tejessy, W; Tomalin, I R; Wachsmuth, H W; Wagner, A; Ajaltouni, Ziad J; Barrès, A; Boyer, C; Falvard, A; Ferdi, C; Gay, P; Guicheney, C; Henrard, P; Jousset, J; Michel, B; Monteil, S; Montret, J C; Pallin, D; Perret, P; Podlyski, F; Proriol, J; Rosnet, P; Rossignol, J M; Fearnley, Tom; Hansen, J B; Hansen, J D; Hansen, J R; Hansen, P H; Nilsson, B S; Rensch, B; Wäänänen, A; Daskalakis, G; Kyriakis, A; Markou, C; Simopoulou, Errietta; Siotis, I; Vayaki, Anna; Zachariadou, K; Blondel, A; Bonneaud, G R; Brient, J C; Bourdon, P; Rougé, A; Rumpf, M; Valassi, Andrea; Verderi, M; Videau, H L; Candlin, D J; Parsons, M I; Focardi, E; Parrini, G; Corden, M; Georgiopoulos, C H; Jaffe, D E; Antonelli, A; Bencivenni, G; Bologna, G; Bossi, F; Campana, P; Capon, G; Casper, David William; Chiarella, V; Felici, G; Laurelli, P; Mannocchi, G; Murtas, F; Murtas, G P; Passalacqua, L; Pepé-Altarelli, M; Curtis, L; Dorris, S J; Halley, A W; Knowles, I G; Lynch, J G; O'Shea, V; Raine, C; Scarr, J M; Smith, K; Teixeira-Dias, P; Thompson, A S; Thomson, E; Thomson, F; Turnbull, R M; Becker, U; Buchmüller, O L; Geweniger, C; Graefe, G; Hanke, P; Hansper, G; Hepp, V; Kluge, E E; Putzer, A; Schmidt, M; Sommer, J; Tittel, K; Werner, S; Wunsch, M; Beuselinck, R; Binnie, David M; Cameron, W; Dornan, Peter J; Girone, M; Goodsir, S M; Martin, E B; Moutoussi, A; Nash, J; Sedgbeer, J K; Stacey, A M; Williams, M D; Dissertori, G; Girtler, P; Kuhn, D; Rudolph, G; Betteridge, A P; Bowdery, C K; Colrain, P; Crawford, G; Finch, A J; Foster, F; Hughes, G; Sloan, Terence; Williams, M I; Galla, A; Giehl, I; Greene, A M; Hoffmann, C; Jakobs, K; Kleinknecht, K; Quast, G; Renk, B; Rohne, E; Sander, H G; Van Gemmeren, P; Zeitnitz, C; Aubert, Jean-Jacques; Benchouk, C; Bonissent, A; Bujosa, G; Calvet, D; Carr, J; Coyle, P; Diaconu, C A; Etienne, F; Konstantinidis, N P; Leroy, O; Payre, P; Rousseau, D; Talby, M; Sadouki, A; Thulasidas, M; Trabelsi, K; Aleppo, M; Ragusa, F; Berlich, R; Blum, Walter; Büscher, V; Dietl, H; Dydak, Friedrich; Ganis, G; Gotzhein, C; Kroha, H; Lütjens, G; Lutz, Gerhard; Männer, W; Moser, H G; Richter, R H; Rosado-Schlosser, A; Schael, S; Settles, Ronald; Seywerd, H C J; Saint-Denis, R; Stenzel, H; Wiedenmann, W; Wolf, G; Boucrot, J; Callot, O; Chen, S; Choi, Y; Cordier, A; Davier, M; Duflot, L; Grivaz, J F; Heusse, P; Höcker, A; Jacholkowska, A; Jacquet, M; Kim, D W; Le Diberder, F R; Lefrançois, J; Lutz, A M; Nikolic, I A; Park, H J; Schune, M H; Simion, S; Veillet, J J; Videau, I; Zerwas, D; Azzurri, P; Bagliesi, G; Batignani, G; Bettarini, S; Bozzi, C; Calderini, G; Carpinelli, M; Ciocci, M A; Ciulli, V; Dell'Orso, R; Fantechi, R; Ferrante, I; Foà, L; Forti, F; Giassi, A; Giorgi, M A; Gregorio, A; Ligabue, F; Lusiani, A; Marrocchesi, P S; Messineo, A; Palla, Fabrizio; Sanguinetti, G; Sciabà, A; Spagnolo, P; Steinberger, Jack; Tenchini, Roberto; Tonelli, G; Vannini, C; Venturi, A; Verdini, P G; Blair, G A; Bryant, L M; Chambers, J T; Gao, Y; Green, M G; Medcalf, T; Perrodo, P; Strong, J A; Von Wimmersperg-Töller, J H; Botterill, David R; Clifft, R W; Edgecock, T R; Haywood, S; Maley, P; Norton, P R; Thompson, J C; Wright, A E; Bloch-Devaux, B; Colas, P; Emery, S; Kozanecki, Witold; Lançon, E; Lemaire, M C; Locci, E; Pérez, P; Rander, J; Renardy, J F; Roussarie, A; Schuller, J P; Schwindling, J; Trabelsi, A; Vallage, B; Black, S N; Dann, J H; Johnson, R P; Kim, H Y; Litke, A M; McNeil, M A; Taylor, G; Booth, C N; Boswell, R; Brew, C A J; Cartwright, S L; Combley, F; Kelly, M S; Lehto, M H; Newton, W M; Reeve, J; Thompson, L F; Böhrer, A; Brandt, S; Cowan, G D; Grupen, Claus; Saraiva, P; Smolik, L; Stephan, F; Apollonio, M; Bosisio, L; Della Marina, R; Giannini, G; Gobbo, B; Musolino, G; Rothberg, J E; Wasserbaech, S R; Armstrong, S R; Elmer, P; Feng, Z; Ferguson, D P S; Gao, Y S; González, S; Grahl, J; Greening, T C; Hayes, O J; Hu, H; McNamara, P A; Nachtman, J M; Orejudos, W; Pan, Y B; Saadi, Y; Scott, I J; Walsh, J; Wu Sau Lan; Wu, X; Yamartino, J M; Zheng, M; Zobernig, G

    1997-01-01

    A study of individual jet and whole-event charged particle multiplicities in three-jet events measured in e+e- annihilation at the Z reveals a significant topology dependence. Mean jet multiplicities are inadequately described by jet energies; interjet angles must also be specified. Quantitative tests suggest that it is necessary to use transverse-momentum-like scales to describe the data.

  18. Mapping travelling convection vortex events with respect to energetic particle boundaries

    Directory of Open Access Journals (Sweden)

    T. Moretto

    1998-08-01

    Full Text Available Thirteen events of high-latitude ionospheric travelling convection vortices during very quiet conditions were identified in the Greenland magnetometer data during 1990 and 1991. The latitudes of the vortex centres for these events are compared to the energetic electron trapping boundaries as identified by the particle measurements of the NOAA 10 satellite. In addition, for all events at least one close DMSP overpass was available. All but one of the 13 cases agree to an exceptional degree that: the TCV centres are located within the region of trapped, high energy electrons close to the trapping boundary for the population of electrons with energy greater than >100 keV. Correspondingly, from the DMSP data they are located within the region of plasmasheet-type precipitation close to the CPS/BPS precipitation boundary. That is, the TCV centres map to deep inside the magnetosphere and not to the magnetopause.Key Words. Ionosphere (Electric fields and currents; Particle precipitation · Magnetospheric physics (Magnetosphere-ionosphere interaction

  19. Localized radio frequency communication using asynchronous transfer mode protocol

    Science.gov (United States)

    Witzke, Edward L.; Robertson, Perry J.; Pierson, Lyndon G.

    2007-08-14

    A localized wireless communication system for communication between a plurality of circuit boards, and between electronic components on the circuit boards. Transceivers are located on each circuit board and electronic component. The transceivers communicate with one another over spread spectrum radio frequencies. An asynchronous transfer mode protocol controls communication flow with asynchronous transfer mode switches located on the circuit boards.

  20. Electrotechnics - AC motors. Asynchronous and brush-less motors - Lecture and exercises with solutions; Electrotechnique - Moteurs a courant alternatif. Moteurs asynchrones et brushless - Cours et problemes resolus

    Energy Technology Data Exchange (ETDEWEB)

    Jacob, D.

    2005-07-01

    This book proposes a presentation of AC electric motors essentially based on physics and technology. Its originality consists in avoiding to use mathematical formulations (like Park's transformation). The modeling retained, which only uses magnetic momentum, magnetic fields and reluctance concepts, leads simply and naturally to the vectorial control principle. The book develops some lecture elements which includes some topics rarely considered like the dimensioning of an asynchronous motor or of a single-phase brush-less motor. Experimental results illustrate the physical phenomena described and many original problems are resolved and commented at the end of each chapter. Content: signals and systems in electrotechnics, torque and rotating magnetic fields generation, asynchronous machine in permanent regime, speed variation of the asynchronous motor, special asynchronous motors, synchronous machine in permanent regime, brush-less motor, note about step motors, note about inverters, index. (J.S.)

  1. Geodesic acoustic mode driven by energetic particles with bump-on-tail distribution

    Science.gov (United States)

    Ren, Haijun; Wang, Hao

    2018-04-01

    Energetic-particle-driven geodesic acoustic mode (EGAM) is analytically investigated by adopting the bump-on-tail distribution for energetic particles (EPs), which is created by the fact that the charge exchange time (τcx ) is sufficiently shorter than the slowing down time (τsl ). The dispersion relation is derived in the use of gyro-kinetic equations. Due to the finite ratio of the critical energy and the initial energy of EPs, defined as τc , the dispersion relation is numerically evaluated and the effect of finite τc is examined. Following relative simulation and experimental work, we specifically considered two cases: τsl/τcx = 3.4 and τsl/τcx = 20.4 . The pitch angle is shown to significantly enhance the growth rate and meanwhile, the real frequency is dramatically decreased with increasing pitch angle. The excitation of high-frequency EGAM is found, and this is consistent with both the experiment and the simulation. The number density effect of energetic particles, represented by \

  2. Behavioral Synthesis of Asynchronous Circuits Using Syntax Directed Translation as Backend

    DEFF Research Database (Denmark)

    Nielsen, Sune Fallgaard; Sparsø, Jens; Madsen, Jan

    2009-01-01

    The current state-of-the art in high-level synthesis of asynchronous circuits is syntax directed translation, which performs a one-to-one mapping of a HDL-description into a corresponding circuit. This paper presents a method for behavioral synthesis of asynchronous circuits which builds on top...... description language Balsa [1]. This ”conventional” template architecture allows us to adapt traditional synchronous synthesis techniques for resource sharing, scheduling, binding etc, to the domain of asynchronous circuits. A prototype tool has been implemented on top of the Balsa framework, and the method...... is illustrated through the implementation of a set of example circuits. The main contributions of the paper are: the fundamental idea, the template architecture and its implementation using asynchronous handshake components, and the implementation of a prototype tool....

  3. Event-Driven Technology to Generate Relevant Collections of Near-Realtime Data

    Science.gov (United States)

    Graves, S. J.; Keiser, K.; Nair, U. S.; Beck, J. M.; Ebersole, S.

    2017-12-01

    Getting the right data when it is needed continues to be a challenge for researchers and decision makers. Event-Driven Data Delivery (ED3), funded by the NASA Applied Science program, is a technology that allows researchers and decision makers to pre-plan what data, information and processes they need to have collected or executed in response to future events. The Information Technology and Systems Center at the University of Alabama in Huntsville (UAH) has developed the ED3 framework in collaboration with atmospheric scientists at UAH, scientists at the Geological Survey of Alabama, and other federal, state and local stakeholders to meet the data preparedness needs for research, decisions and situational awareness. The ED3 framework supports an API that supports the addition of loosely-coupled, distributed event handlers and data processes. This approach allows the easy addition of new events and data processes so the system can scale to support virtually any type of event or data process. Using ED3's underlying services, applications have been developed that monitor for alerts of registered event types and automatically triggers subscriptions that match new events, providing users with a living "album" of results that can continued to be curated as more information for an event becomes available. This capability can allow users to improve capacity for the collection, creation and use of data and real-time processes (data access, model execution, product generation, sensor tasking, social media filtering, etc), in response to disaster (and other) events by preparing in advance for data and information needs for future events. This presentation will provide an update on the ED3 developments and deployments, and further explain the applicability for utilizing near-realtime data in hazards research, response and situational awareness.

  4. Dynamic modeling of an asynchronous squirrel-cage machine; Modelisation dynamique d'une machine asynchrone a cage

    Energy Technology Data Exchange (ETDEWEB)

    Guerette, D.

    2009-07-01

    This document presented a detailed mathematical explanation and validation of the steps leading to the development of an asynchronous squirrel-cage machine. The MatLab/Simulink software was used to model a wind turbine at variable high speeds. The asynchronous squirrel-cage machine is an electromechanical system coupled to a magnetic circuit. The resulting electromagnetic circuit can be represented as a set of resistances, leakage inductances and mutual inductances. Different models were used for a comparison study, including the Munteanu, Boldea, Wind Turbine Blockset, and SimPowerSystem. MatLab/Simulink modeling results were in good agreement with the results from other comparable models. Simulation results were in good agreement with analytical calculations. 6 refs, 2 tabs, 9 figs.

  5. Asynchronous and Synchronous Online Discussion: Real and Perceived Achievement Differences

    Science.gov (United States)

    Johnson, Genevieve Marie; Buck, George H.

    2007-01-01

    Students in an introductory educational psychology course used two WebCT communication tools (synchronous chat and asynchronous discussion) to discuss four case studies. In response to the item, "I learned the case studies best when using," 39 students selected synchronous chat and 51 students selected asynchronous discussion. Students who…

  6. DESIGN METHODOLOGY OF SELF-EXCITED ASYNCHRONOUS GENERATOR

    Directory of Open Access Journals (Sweden)

    Berzan V.

    2012-04-01

    Full Text Available The paper sets out the methodology of designing an asynchronous generator with capacitive self-excitation. It is known that its design is possible on the basis of serial synchronous motor with squirrel cage rotor. With this approach, the design reworked only the stator winding of electrical machines, making it cost-effectively implement the creation of the generator. Therefore, the methodology for the design, optimization calculations, the development scheme and the stator winding excitation system gain, not only of practical interest, and may also be useful for specialists in the field of electrical machines in the design of asynchronous generators.

  7. Handbook of asynchronous machines with variable speed

    CERN Document Server

    Razik, Hubert

    2013-01-01

    This handbook deals with the asynchronous machine in its close environment. It was born from a reflection on this electromagnetic converter whose integration in industrial environments takes a wide part. Previously this type of motor operated at fixed speed, from now on it has been integrated more and more in processes at variable speed. For this reason it seemed useful, or necessary, to write a handbook on the various aspects from the motor in itself, via the control and while finishing by the diagnosis aspect. Indeed, an asynchronous motor is used nowadays in industry where variation speed a

  8. Particle-driven gravity currents in non-rectangular cross section channels

    International Nuclear Information System (INIS)

    Zemach, T.

    2015-01-01

    We consider a high-Reynolds-number gravity current generated by suspension of heavier particles in fluid of density ρ i , propagating along a channel into an ambient fluid of the density ρ a . The bottom and top of the channel are at z = 0, H, and the cross section is given by the quite general −f 1 (z) ≤ y ≤ f 2 (z) for 0 ≤ z ≤ H. The flow is modeled by the one-layer shallow-water equations obtained for the time-dependent motion which is produced by release from rest of a fixed volume of mixture from a lock. We solve the problem by the finite-difference numerical code to present typical height h(x, t), velocity u(x, t), and volume fraction of particles (concentration) ϕ(x, t) profiles. The methodology is illustrated for flow in typical geometries: power-law (f(z) = z α and f(z) = (H − z) α , where α is positive constant), trapezoidal, and circle. In general, the speed of propagation of the flows driven by suspensions decreases compared with those driven by a reduced gravity in homogeneous currents. However, the details depend on the geometry of the cross section. The runout length of suspensions in channels of power-law cross sections is analytically predicted using a simplified depth-averaged “box” model. The present approach is a significant generalization of the classical gravity current problem. The classical formulation for a rectangular channel is now just a particular case, f(z) = const., in the wide domain of cross sections covered by this new model

  9. Solar particle induced upsets in the TDRS-1 attitude control system RAM during the October 1989 solar particle events

    International Nuclear Information System (INIS)

    Croley, D.R.; Garrett, H.B.; Murphy, G.B.; Garrard, T.L.

    1995-01-01

    The three large solar particle events, beginning on October 19, 1989 and lasting approximately six days, were characterized by high fluences of solar protons and heavy ions at 1 AU. During these events, an abnormally large number of upsets (243) were observed in the random access memory of the attitude control system (ACS) control processing electronics (CPE) on-board the geosynchronous TDRS-1 (Telemetry and Data Relay Satellite). The RAM unit affected was composed of eight Fairchild 93L422 memory chips. The Galileo spacecraft, launched on October 18, 1989 (one day prior to the solar particle events) observed the fluxes of heavy ions experienced by TDRS-1. Two solid-state detector telescopes on-board Galileo, designed to measure heavy ion species and energy, were turned on during time periods within each of the three separate events. The heavy ion data have been modeled and the time history of the events reconstructed to estimate heavy ion fluences. These fluences were converted to effective LET spectra after transport through the estimated shielding distribution around the TDRS-1 ACS system. The number of single event upsets (SEU) expected was calculated by integrating the measured cross section for the Fairchild 93L422 memory chip with average effective LET spectrum. The expected number of heavy ion induced SEU's calculated was 176. GOES-7 proton data, observed during the solar particle events, were used to estimate the number of proton-induced SEU's by integrating the proton fluence spectrum incident on the memory chips, with the two-parameter Bendel cross section for proton SEU's. The proton fluence spectrum at the device level was gotten by transporting the protons through the estimated shielding distribution. The number of calculated proton-induced SEU's was 72, yielding a total of 248 predicted SEU's, very close to the 243 observed SEU's

  10. Staged Event-Driven Architecture As A Micro-Architecture Of Distributed And Pluginable Crawling Platform

    Directory of Open Access Journals (Sweden)

    Leszek Siwik

    2013-01-01

    Full Text Available There are many crawling systems available on the market but they are rather close systems dedicated for performing particular kind and class of tasks with predefined set of scope, strategy etc. In real life however there are meaningful groups of users (e.g. marketing, criminal or governmental analysts requiring not just a yet another crawling system dedicated for performing predefined tasks. They need rather easy-to-use, user friendly all-in-one studio for not only executing and running internet robots and crawlers, but also for (graphical (redefining and (recomposing crawlers according to dynamically changing requirements and use-cases. To realize the above-mentioned idea, Cassiopeia framework has been designed and developed. One has to remember, however, that enormous size and unimaginable structural complexity of WWW network are the reasons that, from a technical and architectural point of view, developing effective internet robots – and the more so developing a framework supporting graphical robots’ composition – becomes a really challenging task. The crucial aspect in the context of crawling efficiency and scalability is concurrency model applied. There are two the most typical concurrency management models i.e. classical concurrency based on the pool of threads and processes and event-driven concurrency. None of them are ideal approaches. That is why, research on alternative models is still conducted to propose efficient and convenient architecture for concurrent and distributed applications. One of promising models is staged event-driven architecture mixing to some extent both of above mentioned classical approaches and providing some additional benefits such as splitting application into separate stages connected by events queues – what is interesting taking requirements about crawler (recomposition into account. The goal of this paper is to present the idea and the PoC  implementation of Cassiopeia framework, with the special

  11. Numerical study of acoustophoretic motion of particles in a PDMS microchannel driven by surface acoustic waves.

    Science.gov (United States)

    Nama, Nitesh; Barnkob, Rune; Mao, Zhangming; Kähler, Christian J; Costanzo, Francesco; Huang, Tony Jun

    2015-06-21

    We present a numerical study of the acoustophoretic motion of particles suspended in a liquid-filled PDMS microchannel on a lithium niobate substrate acoustically driven by surface acoustic waves. We employ a perturbation approach where the flow variables are divided into first- and second-order fields. We use impedance boundary conditions to model the PDMS microchannel walls and we model the acoustic actuation by a displacement function from the literature based on a numerical study of piezoelectric actuation. Consistent with the type of actuation, the obtained first-order field is a horizontal standing wave that travels vertically from the actuated wall towards the upper PDMS wall. This is in contrast to what is observed in bulk acoustic wave devices. The first-order fields drive the acoustic streaming, as well as the time-averaged acoustic radiation force acting on suspended particles. We analyze the motion of suspended particles driven by the acoustic streaming drag and the radiation force. We examine a range of particle diameters to demonstrate the transition from streaming-drag-dominated acoustophoresis to radiation-force-dominated acoustophoresis. Finally, as an application of our numerical model, we demonstrate the capability to tune the position of the vertical pressure node along the channel width by tuning the phase difference between two incoming surface acoustic waves.

  12. A Hybrid Adaptive Routing Algorithm for Event-Driven Wireless Sensor Networks

    Science.gov (United States)

    Figueiredo, Carlos M. S.; Nakamura, Eduardo F.; Loureiro, Antonio A. F.

    2009-01-01

    Routing is a basic function in wireless sensor networks (WSNs). For these networks, routing algorithms depend on the characteristics of the applications and, consequently, there is no self-contained algorithm suitable for every case. In some scenarios, the network behavior (traffic load) may vary a lot, such as an event-driven application, favoring different algorithms at different instants. This work presents a hybrid and adaptive algorithm for routing in WSNs, called Multi-MAF, that adapts its behavior autonomously in response to the variation of network conditions. In particular, the proposed algorithm applies both reactive and proactive strategies for routing infrastructure creation, and uses an event-detection estimation model to change between the strategies and save energy. To show the advantages of the proposed approach, it is evaluated through simulations. Comparisons with independent reactive and proactive algorithms show improvements on energy consumption. PMID:22423207

  13. Secret Forwarding of Events over Distributed Publish/Subscribe Overlay Network.

    Science.gov (United States)

    Yoon, Young; Kim, Beom Heyn

    2016-01-01

    Publish/subscribe is a communication paradigm where loosely-coupled clients communicate in an asynchronous fashion. Publish/subscribe supports the flexible development of large-scale, event-driven and ubiquitous systems. Publish/subscribe is prevalent in a number of application domains such as social networking, distributed business processes and real-time mission-critical systems. Many publish/subscribe applications are sensitive to message loss and violation of privacy. To overcome such issues, we propose a novel method of using secret sharing and replication techniques. This is to reliably and confidentially deliver decryption keys along with encrypted publications even under the presence of several Byzantine brokers across publish/subscribe overlay networks. We also propose a framework for dynamically and strategically allocating broker replicas based on flexibly definable criteria for reliability and performance. Moreover, a thorough evaluation is done through a case study on social networks using the real trace of interactions among Facebook users.

  14. Reliable self-replicating machines in asynchronous cellular automata.

    Science.gov (United States)

    Lee, Jia; Adachi, Susumu; Peper, Ferdinand

    2007-01-01

    We propose a self-replicating machine that is embedded in a two-dimensional asynchronous cellular automaton with von Neumann neighborhood. The machine dynamically encodes its shape into description signals, and despite the randomness of cell updating, it is able to successfully construct copies of itself according to the description signals. Self-replication on asynchronously updated cellular automata may find application in nanocomputers, where reconfigurability is an essential property, since it allows avoidance of defective parts and simplifies programming of such computers.

  15. Composition variations of low energy heavy ions during large solar energetic particle events

    Energy Technology Data Exchange (ETDEWEB)

    Ho, George C., E-mail: George.Ho@jhuapl.edu; Mason, Glenn M., E-mail: Glenn.Mason@jhuapl.edu [Johns Hopkins University Applied Physics Laboratory, Laurel, MD 20723 (United States)

    2016-03-25

    The time-intensity profile of large solar energetic particle (SEP) event is well organized by solar longitude as observed at Earth orbit. This is mostly due to different magnetic connection to the shock that is associated with large SEP event propagates from the Sun to the heliosphere. Earlier studies have shown event averaged heavy ion abundance ratios can also vary as a function of solar longitude. It was found that the Fe/O ratio for high energy particle (>10 MeV/nucleon) is higher for those western magnetically well connected events compare to the eastern events as observed at L1 by the Advanced Composition Explorer (ACE) spacecraft. In this paper, we examined the low energy (∼1 MeV/nucleon) heavy ions in 110 isolated SEP events from 2009 to the end of 2014. In addition, the optical and radio signatures for all of our events are identified and when data are available we also located the associated coronal mass ejection (CME) data. Our survey shows a higher Fe/O ratio at events in the well-connected region, while there are no corrections between the event averaged elemental composition with the associated coronal mass ejection speed. This is inconsistent with the higher energy results, but inline with other recent low-energy measurements.

  16. Low-power Implementation of an Encryption/Decryption System with Asynchronous Techniques

    Directory of Open Access Journals (Sweden)

    Nikos Sklavos

    2002-01-01

    Full Text Available An asynchronous VLSI implementation of the International Data Encryption Algorithm (IDEA is presented in this paper. In order to evaluate the asynchronous design a synchronous version of the algorithm was also designed. VHDL hardware description language was used in order to describe the algorithm. By using Synopsys commercial available tools the VHDL code was synthesized. After placing and routing both designs were fabricated with 0.6 μm CMOS technology. With a system clock of up to 8 MHz and a power supply of 5 V the two chips were tested and evaluated comparing with the software implementation of the IDEA algorithm. This new approach proves efficiently the lowest power consumption of the asynchronous implementation compared to the existing synchronous. Therefore, the asynchronous chip performs efficiently in Wireless Encryption Protocols and high speed networks.

  17. Physics of energetic particle-driven instabilities in the START spherical tokamak

    International Nuclear Information System (INIS)

    McClements, K.G.; Gryaznevich, M.P.; Akers, R.J.; Appel, L.C.; Counsell, G.F.; Roach, C.M.; Sharapov, S.E.; Majeski, R.

    1999-01-01

    The recent use of neutral beam injection (NBI) in the UKAEA small tight aspect ratio tokamak (START) has provided the first opportunity to study experimentally the physics of energetic ions in spherical tokamak (ST) plasmas. In such devices the ratio of major radius to minor radius R 0 /a is of order unity. Several distinct classes of NBI-driven instability have been observed at frequencies up to 1 MHz during START discharges. These observations are described, and possible interpretations are given. Equilibrium data, corresponding to times of beam-driven wave activity, are used to compute continuous shear Alfven spectra: toroidicity and high plasma beta give rise to wide spectral gaps, extending up to frequencies of several times the Alfven gap frequency. In each of these gaps Alfvenic instabilities could, in principle, be driven by energetic ions. Chirping modes observed at high beta in this frequency range have bandwidths comparable to or greater than the gap widths. Instability drive in START is provided by beam ion pressure gradients (as in conventional tokamaks), and also by positive gradients in beam ion velocity distributions, which arise from velocity-dependent charge exchange losses. It is shown that fishbone-like bursts observed at a few tens of kHz can be attributed to internal kink mode excitation by passing beam ions, while narrow-band emission at several hundred kHz may be due to excitation of fast Alfven (magnetosonic) eigenmodes. In the light of our understanding of energetic particle-driven instabilities in START, the possible existence of such instabilities in larger STs is discussed. (author)

  18. Fine particles from Independence Day fireworks events: chemical characterization and source apportionment

    Science.gov (United States)

    Zhang, J.; Lance, S.; Freedman, J. M.; Yele, S.; Crandall, B.; Wei, X.; Schwab, J. J.

    2017-12-01

    To study the impact of fireworks (FW) events on air quality, aerosol particles from FW displays were measured using a High-Resolution Time-of-Flight Aerosol Mass Spectrometer (HR-ToF-AMS) and collocated instruments during the Independence Day holiday 2017 in Albany, NY. Three FW events were identified through potassium ion (K+) signals in the mass spectra. The largest FW event signal measured at two different locations was the Independence Day celebration in Albany, with maximum aerosol concentrations of about 55 ug/m3 at the downtown site and 35 ug/m3 at the uptown site. The aerosol concentration peaked at the uptown site about 2 hours later than at the downtown site. FW events resulted in significant increases in both organic and inorganic (K+, sulfate, chloride) compounds. Among the organics, Positive Matrix Factorization (PMF) identified one special FW organic aerosol factor (FW-OA), which was highly oxidized. The intense emission of FW particles from the Independence Day celebration contributed 76% of total PM1 at the uptown site. The aerosol and wind LiDAR measurements showed two distinct pollution sources, one from the Independence Day FW event in Albany, and another aerosol source transported from other areas, potentially associated with other town's FW events.

  19. Predictive Capability of the Compressible MRG Equation for an Explosively Driven Particle with Validation

    Science.gov (United States)

    Garno, Joshua; Ouellet, Frederick; Koneru, Rahul; Balachandar, Sivaramakrishnan; Rollin, Bertrand

    2017-11-01

    An analytic model to describe the hydrodynamic forces on an explosively driven particle is not currently available. The Maxey-Riley-Gatignol (MRG) particle force equation generalized for compressible flows is well-studied in shock-tube applications, and captures the evolution of particle force extracted from controlled shock-tube experiments. In these experiments only the shock-particle interaction was examined, and the effects of the contact line were not investigated. In the present work, the predictive capability of this model is considered for the case where a particle is explosively ejected from a rigid barrel into ambient air. Particle trajectory information extracted from simulations is compared with experimental data. This configuration ensures that both the shock and contact produced by the detonation will influence the motion of the particle. The simulations are carried out using a finite volume, Euler-Lagrange code using the JWL equation of state to handle the explosive products. This work was supported by the U.S. Department of Energy, National Nuclear Security Administration, Advanced Simulation and Computing Program, as a Cooperative Agreement under the Predictive Science Academic Alliance Program,under Contract No. DE-NA0002378.

  20. Build Your Own Particle Detector. Education and outreach through ATLAS LEGO models and events

    CERN Document Server

    AUTHOR|(INSPIRE)INSPIRE-00220289; The ATLAS collaboration

    2016-01-01

    To support the outreach activities of ATLAS institutes and to grasp people’s attention in science exhibitions and during public events, a very detailed model of the experiment built entirely out of LEGO bricks as well as an outreach programme using LEGO bricks to get people to think about particle detectors and involve them into a conversation about particle physics in general have been created. A large LEGO model, consisting of about 9500 pieces, has been exported to more than 55 ATLAS institutes and has been used in numerous exhibitions to explain the proportion and composition of the experiment to the public. As part of the Build Your Own Particle Detector programme (byopd.org) more than 15 events have been conducted, either involving a competition to design and build the best particle detector from a random pile of pieces or to take part in the construction of one of the large models, as part of a full day outreach event. Recently, miniature models of all four main LHC experiments, that will be used at ...

  1. Fast digital processor for event selection according to particle number difference

    International Nuclear Information System (INIS)

    Basiladze, S.G.; Gus'kov, B.N.; Li Van Sun; Maksimov, A.N.; Parfenov, A.N.

    1978-01-01

    A fast digital processor for a magnetic spectrometer is described. It is used in experimental searches for charmed particles. The basic purpose of the processor is discriminating events in the difference of numbers of particles passing through two proportional chambers (PC). The processor consists of three units for detecting signals with PC, and a binary coder. The number of inputs of the processor is 32 for the first PC and 64 for the second. The difference in the number of particles discriminated is from 0 to 8. The resolution time is 180 ns. The processor is built in the CAMAC standard

  2. Radiation dose of aircrews during a solar proton event without ground-level enhancement

    Directory of Open Access Journals (Sweden)

    R. Kataoka

    2015-01-01

    Full Text Available A significant enhancement of radiation doses is expected for aircrews during ground-level enhancement (GLE events, while the possible radiation hazard remains an open question during non-GLE solar energetic particle (SEP events. Using a new air-shower simulation driven by the proton flux data obtained from GOES satellites, we show the possibility of significant enhancement of the effective dose rate of up to 4.5 μSv h−1 at a conventional flight altitude of 12 km during the largest SEP event that did not cause a GLE. As a result, a new GOES-driven model is proposed to give an estimate of the contribution from the isotropic component of the radiation dose in the stratosphere during non-GLE SEP events.

  3. SOLAR ENERGETIC PARTICLE EVENT ASSOCIATED WITH THE 2012 JULY 23 EXTREME SOLAR STORM

    Energy Technology Data Exchange (ETDEWEB)

    Zhu, Bei; Liu, Ying D.; Hu, Huidong; Wang, Rui; Yang, Zhongwei [State Key Laboratory of Space Weather, National Space Science Center, Chinese Academy of Sciences, Beijing 100190 (China); Luhmann, Janet G., E-mail: liuxying@spaceweather.ac.cn [Space Sciences Laboratory, University of California, Berkeley, CA 94720 (United States)

    2016-08-20

    We study the solar energetic particle (SEP) event associated with the 2012 July 23 extreme solar storm, for which Solar Terrestrial Relations Observatory (STEREO) and the spacecraft at L1 provide multi-point remote sensing and in situ observations. The extreme solar storm, with a superfast shock and extremely enhanced ejecta magnetic fields observed near 1 au at STEREO A , was caused by the combination of successive coronal mass ejections (CMEs). Meanwhile, energetic particles were observed by STEREO and near-Earth spacecraft such as the Advanced Composition Explorer and SOlar and Heliospheric Observatory , suggesting a wide longitudinal spread of the particles at 1 au. Combining the SEP observations with in situ plasma and magnetic field measurements, we investigate the longitudinal distribution of the SEP event in connection with the associated shock and CMEs. Our results underscore the complex magnetic configuration of the inner heliosphere formed by solar eruptions. Examination of particle intensities, proton anisotropy distributions, element abundance ratios, magnetic connectivity, and spectra also gives important clues for particle acceleration, transport, and distribution.

  4. Application of intelligent soft start in asynchronous motor

    Science.gov (United States)

    Du, Xue; Ye, Ying; Wang, Yuelong; Peng, Lei; Zhang, Suying

    2018-05-01

    The starting way of three phase asynchronous motor has full voltage start and step-down start. Direct starting brings large current impact, causing excessive local temperature to the power grid and larger starting torque will also impact the motor equipment and affect the service life of the motor. Aim at the problem of large current and torque caused by start-up, an intelligent soft starter is proposed. Through the application of intelligent soft start on asynchronous motor, highlights its application advantage in motor control.

  5. Rapid, generalized adaptation to asynchronous audiovisual speech.

    Science.gov (United States)

    Van der Burg, Erik; Goodbourn, Patrick T

    2015-04-07

    The brain is adaptive. The speed of propagation through air, and of low-level sensory processing, differs markedly between auditory and visual stimuli; yet the brain can adapt to compensate for the resulting cross-modal delays. Studies investigating temporal recalibration to audiovisual speech have used prolonged adaptation procedures, suggesting that adaptation is sluggish. Here, we show that adaptation to asynchronous audiovisual speech occurs rapidly. Participants viewed a brief clip of an actor pronouncing a single syllable. The voice was either advanced or delayed relative to the corresponding lip movements, and participants were asked to make a synchrony judgement. Although we did not use an explicit adaptation procedure, we demonstrate rapid recalibration based on a single audiovisual event. We find that the point of subjective simultaneity on each trial is highly contingent upon the modality order of the preceding trial. We find compelling evidence that rapid recalibration generalizes across different stimuli, and different actors. Finally, we demonstrate that rapid recalibration occurs even when auditory and visual events clearly belong to different actors. These results suggest that rapid temporal recalibration to audiovisual speech is primarily mediated by basic temporal factors, rather than higher-order factors such as perceived simultaneity and source identity. © 2015 The Author(s) Published by the Royal Society. All rights reserved.

  6. Distributed Consensus of Stochastic Delayed Multi-agent Systems Under Asynchronous Switching.

    Science.gov (United States)

    Wu, Xiaotai; Tang, Yang; Cao, Jinde; Zhang, Wenbing

    2016-08-01

    In this paper, the distributed exponential consensus of stochastic delayed multi-agent systems with nonlinear dynamics is investigated under asynchronous switching. The asynchronous switching considered here is to account for the time of identifying the active modes of multi-agent systems. After receipt of confirmation of mode's switching, the matched controller can be applied, which means that the switching time of the matched controller in each node usually lags behind that of system switching. In order to handle the coexistence of switched signals and stochastic disturbances, a comparison principle of stochastic switched delayed systems is first proved. By means of this extended comparison principle, several easy to verified conditions for the existence of an asynchronously switched distributed controller are derived such that stochastic delayed multi-agent systems with asynchronous switching and nonlinear dynamics can achieve global exponential consensus. Two examples are given to illustrate the effectiveness of the proposed method.

  7. Physical and chemical events that follow the passage of a charged particle in liquid water

    International Nuclear Information System (INIS)

    Wright, H.A.; Hamm, R.N.; Turner, J.E.; Magee, J.L.; Chatterjee, A.

    1985-01-01

    Biological effects of radiation are the result of a complicated sequence of events that begins with initial physical interactions that are complete by approx. 10 -15 s, followed by chemical interactions that begin at approx. 10 -11 s and are complete by approx. 10 -6 s, and followed by later biochemical and biological events, some of which may not occur for years. A central problem in radiation physics and radiation chemistry is to understand the details of the physical and chemical events that occur during that first microsecond following the passage of a charged particle. Significant progress has been made recently at linking early physical events with later chemical events. We have developed a Monte Carlo computer code to calculate the position and identity of each physical event that a charged particle (electron, proton, alpha) and all of its secondaries undergoes in traversing liquid water. The code then calculates the position and identity of each reactive chemical species (ion or radical) that is produced from these physical events and is present at 10 -11 s, and then follows each reactant through the diffusion and chemical reaction stage of track development. This work will be discussed and examples of ''pictures'' of charged-particle tracks at various times will be shown. 11 refs., 9 figs

  8. The Determination of the Asynchronous Traction Motor Characteristics of Locomotive

    Directory of Open Access Journals (Sweden)

    Pavel Grigorievich Kolpakhchyan

    2017-01-01

    Full Text Available The article deals with the problem of the locomotive asynchronous traction motor control with the AC diesel-electric transmission. The limitations of the torque of the traction motor when powered by the inverter are determined. The recommendations to improve the use of asynchronous traction motor of locomotives with the AC diesel-electric transmission are given.

  9. OFDM with Index Modulation for Asynchronous mMTC Networks.

    Science.gov (United States)

    Doğan, Seda; Tusha, Armed; Arslan, Hüseyin

    2018-04-21

    One of the critical missions for next-generation wireless communication systems is to fulfill the high demand for massive Machine-Type Communications (mMTC). In mMTC systems, a sporadic transmission is performed between machine users and base station (BS). Lack of coordination between the users and BS in time destroys orthogonality between the subcarriers, and causes inter-carrier interference (ICI). Therefore, providing services to asynchronous massive machine users is a major challenge for Orthogonal Frequency Division Multiplexing (OFDM). In this study, OFDM with index modulation (OFDM-IM) is proposed as an eligible solution to alleviate ICI caused by asynchronous transmission in uncoordinated mMTC networks. In OFDM-IM, data transmission is performed not only by modulated subcarriers but also by the indices of active subcarriers. Unlike classical OFDM, fractional subcarrier activation leads to less ICI in OFDM-IM technology. A novel subcarrier mapping scheme (SMS) named as Inner Subcarrier Activation is proposed to further alleviate adjacent user interference in asynchronous OFDM-IM-based systems. ISA reduces inter-user interference since it gives more activation priority to inner subcarriers compared with the existing SMS-s. The superiority of the proposed SMS is shown through both theoretical analysis and computer-based simulations in comparison to existing mapping schemes for asynchronous systems.

  10. Validation of modelling the radiation exposure due to solar particle events at aircraft altitudes

    International Nuclear Information System (INIS)

    Beck, P.; Bartlett, D. T.; Bilski, P.; Dyer, C.; Flueckiger, E.; Fuller, N.; Lantos, P.; Reitz, G.; Ruehm, W.; Spurny, F.; Taylor, G.; Trompier, F.; Wissmann, F.

    2008-01-01

    Dose assessment procedures for cosmic radiation exposure of aircraft crew have been introduced in most European countries in accordance with the corresponding European directive and national regulations. However, the radiation exposure due to solar particle events is still a matter of scientific research. Here we describe the European research project CONRAD, WP6, Subgroup-B, about the current status of available solar storm measurements and existing models for dose estimation at flight altitudes during solar particle events leading to ground level enhancement (GLE). Three models for the numerical dose estimation during GLEs are discussed. Some of the models agree with limited experimental data reasonably well. Analysis of GLEs during geomagnetically disturbed conditions is still complex and time consuming. Currently available solar particle event models can disagree with each other by an order of magnitude. Further research and verification by on-board measurements is still needed. (authors)

  11. The power of event-driven analytics in Large Scale Data Processing

    CERN Multimedia

    CERN. Geneva; Marques, Paulo

    2011-01-01

    FeedZai is a software company specialized in creating high-­‐throughput low-­‐latency data processing solutions. FeedZai develops a product called "FeedZai Pulse" for continuous event-­‐driven analytics that makes application development easier for end users. It automatically calculates key performance indicators and baselines, showing how current performance differ from previous history, creating timely business intelligence updated to the second. The tool does predictive analytics and trend analysis, displaying data on real-­‐time web-­‐based graphics. In 2010 FeedZai won the European EBN Smart Entrepreneurship Competition, in the Digital Models category, being considered one of the "top-­‐20 smart companies in Europe". The main objective of this seminar/workshop is to explore the topic for large-­‐scale data processing using Complex Event Processing and, in particular, the possible uses of Pulse in...

  12. Comparing face-to-face, synchronous, and asynchronous learning: postgraduate dental resident preferences.

    Science.gov (United States)

    Kunin, Marc; Julliard, Kell N; Rodriguez, Tobias E

    2014-06-01

    The Department of Dental Medicine of Lutheran Medical Center has developed an asynchronous online curriculum consisting of prerecorded PowerPoint presentations with audio explanations. The focus of this study was to evaluate if the new asynchronous format satisfied the educational needs of the residents compared to traditional lecture (face-to-face) and synchronous (distance learning) formats. Lectures were delivered to 219 dental residents employing face-to-face and synchronous formats, as well as the new asynchronous format; 169 (77 percent) participated in the study. Outcomes were assessed with pretests, posttests, and individual lecture surveys. Results found the residents preferred face-to-face and asynchronous formats to the synchronous format in terms of effectiveness and clarity of presentations. This preference was directly related to the residents' perception of how well the technology worked in each format. The residents also rated the quality of student-instructor and student-student interactions in the synchronous and asynchronous formats significantly higher after taking the lecture series than they did before taking it. However, they rated the face-to-face format as significantly more conducive to student-instructor and student-student interaction. While the study found technology had a major impact on the efficacy of this curricular model, the results suggest that the asynchronous format can be an effective way to teach a postgraduate course.

  13. Modeling and Analysis of Asynchronous Systems Using SAL and Hybrid SAL

    Science.gov (United States)

    Tiwari, Ashish; Dutertre, Bruno

    2013-01-01

    We present formal models and results of formal analysis of two different asynchronous systems. We first examine a mid-value select module that merges the signals coming from three different sensors that are each asynchronously sampling the same input signal. We then consider the phase locking protocol proposed by Daly, Hopkins, and McKenna. This protocol is designed to keep a set of non-faulty (asynchronous) clocks phase locked even in the presence of Byzantine-faulty clocks on the network. All models and verifications have been developed using the SAL model checking tools and the Hybrid SAL abstractor.

  14. Supporting collaborative discussions on asynchronous time: a technological perspective

    OpenAIRE

    Caballé, Santi

    2011-01-01

    The aim of this paper is to report on an experience of using an innovative on-line learning tool to support real, collaborative learning through discussion in asynchronous time. While asynchronous interaction gives rise to unique opportunities that support active, collaborative learning, unique problems also arise, such as frustration, caused by waiting for other peoples' reactions and feedback and the consequent loss of motivation, which has a negative impact on learning outcomes. In order t...

  15. EPOS for Coordination of Asynchronous Sensor Webs

    Data.gov (United States)

    National Aeronautics and Space Administration — Develop, integrate, and deploy software-based tools to coordinate asynchronous, distributed missions and optimize observation planning spanning simultaneous...

  16. Comparison of atmospheric new particle formation events in three Central European cities

    Science.gov (United States)

    Németh, Zoltán; Rosati, Bernadette; Zíková, Naděžda; Salma, Imre; Bozó, László; Dameto de España, Carmen; Schwarz, Jaroslav; Ždímal, Vladimír; Wonaschütz, Anna

    2018-04-01

    Simultaneous particle number size distribution measurements were performed in the urban environment of Budapest, Vienna, and Prague, three Central European cities located within 450 km of each other. The measurement days from the continuous, 2-year long campaign were classified for new particle formation (NPF) events using an adapted classification scheme for urban sites. The total numbers of NPF event days were 152 for Budapest, 69 for Vienna, and 143 for Prague. There were 12 days when new particle formation took place at all three sites; 11 out of these 12 days were in spring and in summer. There were only 2 (Budapest-Vienna), 19 (Budapest-Prague), and 19 (Vienna-Prague) nucleation days, when NPF did not occur on the third site. The main difference was related to source and sink terms of gas-phase sulphuric acid. Air mass origin and back-trajectories did not show any substantial influence on the atmospheric nucleation phenomena. The relative contribution of particles from NPF with respect to regional aerosol to the particles originating from all sources was expressed as nucleation strength factor. The overall mean nucleation strength factors were 1.58, 1.54, and 2.01 for Budapest, Vienna, and Prague, respectively, and showed diurnal and seasonal variations. The monthly mean NSF varied from 1.2 to 3.2 in Budapest, from 0.7 to 1.9 in Vienna, and from 1.0 to 2.3 in Prague. This implies that the new particle formation in cities is a significant source of ultrafine (UF) particles, and the amount of them is comparable to the directly emitted UF particles.

  17. Composition of heavy ions in solar energetic particle events

    International Nuclear Information System (INIS)

    Fan, C.Y.; Gloeckler, G.

    1983-01-01

    The elemental, charge state, and isotopic composition of approximately 1 to 20 MeV per nucleon ions in solar energetic particle (SEP) events was determined and current understanding of the nature of solar and interplanetary processes which may explain the observations are outlined. The composition within individual SEP events may vary both with time and energy, and will in general be different from that in other SEP events. Average values of relative abundances measured in a large number of SEP events, however are found to be roughly energy independent in the approximately 1 to approximately 20 MeV per nucleon range, and show a systematic deviation from photospheric abundances which seem to be organized in terms of the first ionization potential of the ion. Direct measurements of the charge states of SEPs have revealed the surprisingly common presence of energetic He(+) along with heavy ions with typical coronal ionization states. High resolution measurements of isotopic abundance ratios in a small number of SEP events show these to be consistent with the universal composition except for the puzzling overabundance of the SEP Ne-22 relative to this isotopes ratio in the solar wind

  18. Multithreaded Asynchronous Graph Traversal for In-Memory and Semi-External Memory

    KAUST Repository

    Pearce, Roger

    2010-11-01

    Processing large graphs is becoming increasingly important for many domains such as social networks, bioinformatics, etc. Unfortunately, many algorithms and implementations do not scale with increasing graph sizes. As a result, researchers have attempted to meet the growing data demands using parallel and external memory techniques. We present a novel asynchronous approach to compute Breadth-First-Search (BFS), Single-Source-Shortest-Paths, and Connected Components for large graphs in shared memory. Our highly parallel asynchronous approach hides data latency due to both poor locality and delays in the underlying graph data storage. We present an experimental study applying our technique to both In-Memory and Semi-External Memory graphs utilizing multi-core processors and solid-state memory devices. Our experiments using synthetic and real-world datasets show that our asynchronous approach is able to overcome data latencies and provide significant speedup over alternative approaches. For example, on billion vertex graphs our asynchronous BFS scales up to 14x on 16-cores. © 2010 IEEE.

  19. THE 'TWIN-CME' SCENARIO AND LARGE SOLAR ENERGETIC PARTICLE EVENTS IN SOLAR CYCLE 23

    Energy Technology Data Exchange (ETDEWEB)

    Ding, Liuguan; Jiang, Yong [College of Math and Physics, Nanjing University of Information Science and Technology, Nanjing, Jiangsu 210044 (China); Zhao, Lulu; Li, Gang, E-mail: gang.li@uah.edu [Department of Physics and CSPAR, University of Alabama in Huntsville, AL 35899 (United States)

    2013-01-20

    Energetic particles in large solar energetic particle (SEP) events are a major concern for space weather. Recently, Li et al. proposed a 'twin-CME' scenario for ground-level events. Here we extend that study to large SEP events in solar cycle 23. Depending on whether preceding coronal mass ejections (CMEs) within 9 hr exist and whether ions >10 MeV nucleon{sup -1} exceed 10 pfu, we categorize fast CMEs with speed >900 km s{sup -1} and width >60 Degree-Sign from the western hemisphere source regions into four groups: groups I and II are 'twin' and single CMEs that lead to large SEPs; groups III and IV are 'twin' and single CMEs that do not lead to large SEPs. The major findings of this paper are: first, large SEP events tend to be 'twin-CME' events. Of 59 western large SEP events in solar cycle 23, 43 are 'twin-CME' (group I) events and 16 are single-CME (group II) events. Second, not all 'twin CMEs' produced large SEPs: 28 twin CMEs did not produce large SEPs (group III events). Some of them produced excesses of particles up to a few MeV nucleon{sup -1}. Third, there were 39 single fast CMEs that did not produce SEPs (group IV events). Some of these also showed an excess of particles up to a few MeV nucleon{sup -1}. For all four groups of events, we perform statistical analyses on properties such as the angular width, the speed, the existence of accompanying metric type II radio bursts, and the associated flare class for the main CMEs and the preceding CMEs.

  20. Event-Based Color Segmentation With a High Dynamic Range Sensor

    Directory of Open Access Journals (Sweden)

    Alexandre Marcireau

    2018-04-01

    Full Text Available This paper introduces a color asynchronous neuromorphic event-based camera and a methodology to process color output from the device to perform color segmentation and tracking at the native temporal resolution of the sensor (down to one microsecond. Our color vision sensor prototype is a combination of three Asynchronous Time-based Image Sensors, sensitive to absolute color information. We devise a color processing algorithm leveraging this information. It is designed to be computationally cheap, thus showing how low level processing benefits from asynchronous acquisition and high temporal resolution data. The resulting color segmentation and tracking performance is assessed both with an indoor controlled scene and two outdoor uncontrolled scenes. The tracking's mean error to the ground truth for the objects of the outdoor scenes ranges from two to twenty pixels.

  1. A theoretical perspective on particle acceleration by interplanetary shocks and the Solar Energetic Particle problem

    Energy Technology Data Exchange (ETDEWEB)

    Verkhoglyadova, Olga P. [Center for Space Plasma and Aeronomic Research, University of Alabama in Huntsville, Huntsville, AL35899 (United States); Jet Propulsion Laboratory, California Institute of Technology, Pasadena, CA91109 (United States); Zank, Gary P.; Li, Gang [Department of Space Science, UAH, Huntsville, AL35899 (United States); Center for Space Plasma and Aeronomic Research, University of Alabama in Huntsville, Huntsville, AL35899 (United States)

    2015-02-12

    Understanding the physics of Solar Energetic Particle (SEP) events is of importance to the general question of particle energization throughout the cosmos as well as playing a role in the technologically critical impact of space weather on society. The largest, and often most damaging, events are the so-called gradual SEP events, generally associated with shock waves driven by coronal mass ejections (CMEs). We review the current state of knowledge about particle acceleration at evolving interplanetary shocks with application to SEP events that occur in the inner heliosphere. Starting with a brief outline of recent theoretical progress in the field, we focus on current observational evidence that challenges conventional models of SEP events, including complex particle energy spectra, the blurring of the distinction between gradual and impulsive events, and the difference inherent in particle acceleration at quasi-parallel and quasi-perpendicular shocks. We also review the important problem of the seed particle population and its injection into particle acceleration at a shock. We begin by discussing the properties and characteristics of non-relativistic interplanetary shocks, from their formation close to the Sun to subsequent evolution through the inner heliosphere. The association of gradual SEP events with shocks is discussed. Several approaches to the energization of particles have been proposed, including shock drift acceleration, diffusive shock acceleration (DSA), acceleration by large-scale compression regions, acceleration by random velocity fluctuations (sometimes known as the “pump mechanism”), and others. We review these various mechanisms briefly and focus on the DSA mechanism. Much of our emphasis will be on our current understanding of the parallel and perpendicular diffusion coefficients for energetic particles and models of plasma turbulence in the vicinity of the shock. Because of its importance both to the DSA mechanism itself and to the

  2. Low-Frequency Type III Bursts and Solar Energetic Particle Events

    Science.gov (United States)

    Gopalswamy, Nat; Makela, Pertti

    2010-01-01

    We analyzed the coronal mass ejections (CMEs), flares, and type 11 radio bursts associated with a set of six low frequency (15 min) normally used to define these bursts. All but one of the type III bursts was not associated with a type 11 burst in the metric or longer wavelength domains. The burst without type 11 burst also lacked a solar energetic particle (SEP) event at energies >25 MeV. The 1-MHz duration of the type III burst (28 min) is near the median value of type III durations found for gradual SEP events and ground level enhancement (GLE) events. Yet, there was no sign of SEP events. On the other hand, two other type III bursts from the same active region had similar duration but accompanied by WAVES type 11 bursts; these bursts were also accompanied by SEP events detected by SOHO/ERNE. The CMEs were of similar speeds and the flares are also of similar size and duration. This study suggests that the type III burst duration may not be a good indicator of an SEP event.

  3. A Block-Asynchronous Relaxation Method for Graphics Processing Units

    OpenAIRE

    Anzt, H.; Dongarra, J.; Heuveline, Vincent; Tomov, S.

    2011-01-01

    In this paper, we analyze the potential of asynchronous relaxation methods on Graphics Processing Units (GPUs). For this purpose, we developed a set of asynchronous iteration algorithms in CUDA and compared them with a parallel implementation of synchronous relaxation methods on CPU-based systems. For a set of test matrices taken from the University of Florida Matrix Collection we monitor the convergence behavior, the average iteration time and the total time-to-solution time. Analyzing the r...

  4. Novel Asynchronous Wrapper and Its Application to GALS Systems

    Institute of Scientific and Technical Information of China (English)

    Zhuang Shengxian; Peng Anjin; Lars Wanhammar

    2006-01-01

    An asynchronous wrapper with novel handshake circuits for data communication in globally asynchronous locally synchronous (GALS) systems is proposed. The handshake circuits include two communication ports and a local clock generator. Two approaches for the implementation of communication ports are presented, one with pure standard cells and the others with Müller-C elements. The detailed design methodology for GALS systems is given and the circuits are validated with VHDL and circuits simulation in standard CMOS technology.

  5. Control of discrete event systems modeled as hierarchical state machines

    Science.gov (United States)

    Brave, Y.; Heymann, M.

    1991-01-01

    The authors examine a class of discrete event systems (DESs) modeled as asynchronous hierarchical state machines (AHSMs). For this class of DESs, they provide an efficient method for testing reachability, which is an essential step in many control synthesis procedures. This method utilizes the asynchronous nature and hierarchical structure of AHSMs, thereby illustrating the advantage of the AHSM representation as compared with its equivalent (flat) state machine representation. An application of the method is presented where an online minimally restrictive solution is proposed for the problem of maintaining a controlled AHSM within prescribed legal bounds.

  6. Physical and chemical events that follow the passage of a charged particle in liquid water

    International Nuclear Information System (INIS)

    Wright, H.A.; Hamm, R.N.; Turner, J.E.; Magee, J.L.; Chatterjee, A.

    1986-01-01

    Biological effects of radiation are the result of a complicated sequence of events that begins with initial physical interactions that are complete by ∼10 -15 s, followed by chemical interactions that begin at ∼10 -11 s and are completed by ∼10 -15 s, and followed by later biochemical and biological events, some of which may not occur for years. A central problem in radiation physics and radiation chemistry is to understand the details of the physical and chemical events that occur during that first microsecond following the passage of a charged particle. Significant progress has been made recently at linking early physical events with later chemical events. The authors have developed a Monte Carlo computer code to calculate the position and identity of each physical event that a charged particle (electron, proton, alpha) and all of its secondaries undergoes in traversing liquid water. The code then calculates the position and identity of each reactive chemical species (ion or radical) that is produced from these physical events and is present at 10 -11 s, and then follows each reactant through the diffusion and chemical reaction stage of track development. This work will be discussed and examples of pictures of charged-particle tracks at various times will be shown. 11 references, 9 figures, 4 tables

  7. Particle acceleration in explosive relativistic reconnection events and Crab Nebula gamma-ray flares

    Science.gov (United States)

    Lyutikov, Maxim; Komissarov, Serguei; Sironi, Lorenzo

    2018-04-01

    We develop a model of gamma-ray flares of the Crab Nebula resulting from the magnetic reconnection events in a highly magnetised relativistic plasma. We first discuss physical parameters of the Crab Nebula and review the theory of pulsar winds and termination shocks. We also review the principle points of particle acceleration in explosive reconnection events [Lyutikov et al., J. Plasma Phys., vol. 83(6), p. 635830601 (2017a); J. Plasma Phys., vol. 83(6), p. 635830602 (2017b)]. It is required that particles producing flares are accelerated in highly magnetised regions of the nebula. Flares originate from the poleward regions at the base of the Crab's polar outflow, where both the magnetisation and the magnetic field strength are sufficiently high. The post-termination shock flow develops macroscopic (not related to the plasma properties on the skin-depth scale) kink-type instabilities. The resulting large-scale magnetic stresses drive explosive reconnection events on the light-crossing time of the reconnection region. Flares are produced at the initial stage of the current sheet development, during the X-point collapse. The model has all the ingredients needed for Crab flares: natural formation of highly magnetised regions, explosive dynamics on the light travel time, development of high electric fields on macroscopic scales and acceleration of particles to energies well exceeding the average magnetic energy per particle.

  8. Blending Online Asynchronous and Synchronous Learning

    Directory of Open Access Journals (Sweden)

    Lisa C. Yamagata-Lynch

    2014-04-01

    Full Text Available In this article I will share a qualitative self-study about a 15-week blended 100% online graduate level course facilitated through synchronous meetings on Blackboard Collaborate and asynchronous discussions on Blackboard. I taught the course at the University of Tennessee (UT during the spring 2012 semester and the course topic was online learning environments. The primary research question of this study was: How can the designer/instructor optimize learning experiences for students who are studying about online learning environments in a blended online course relying on both synchronous and asynchronous technologies? I relied on student reflections of course activities during the beginning, middle, and the end of the semester as the primary data source to obtain their insights regarding course experiences. Through the experiences involved in designing and teaching the course and engaging in this study I found that there is room in the instructional technology research community to address strategies for facilitating online synchronous learning that complement asynchronous learning. Synchronous online whole class meetings and well-structured small group meetings can help students feel a stronger sense of connection to their peers and instructor and stay engaged with course activities. In order to provide meaningful learning spaces in synchronous learning environments, the instructor/designer needs to balance the tension between embracing the flexibility that the online space affords to users and designing deliberate structures that will help them take advantage of the flexible space.

  9. Double-slit experiment with single wave-driven particles and its relation to quantum mechanics

    DEFF Research Database (Denmark)

    Andersen, Anders Peter; Madsen, Jacob; Reichelt, Christian Günther

    2015-01-01

    even though it is possible to determine unambiguously which slit the walking droplet passes. Here we argue, however, that the single-particle statistics in such an experiment will be fundamentally different from the single-particle statistics of quantum mechanics. Quantum mechanical interference takes...... place between different classical paths with precise amplitude and phase relations. In the double-slit experiment with walking droplets, these relations are lost since one of the paths is singled out by the droplet. To support our conclusions, we have carried out our own double-slit experiment, and our...... results, in particular the long and variable slit passage times of the droplets, cast strong doubt on the feasibility of the interference claimed by Couder and Fort. To understand theoretically the limitations of wave-driven particle systems as analogs to quantum mechanics, we introduce a Schro...

  10. Data-driven Simulations of Magnetic Connectivity in Behind-the-Limb Gamma-ray Flares and Associated Coronal Mass Ejections

    Science.gov (United States)

    Jin, M.; Petrosian, V.; Liu, W.; Nitta, N.; Omodei, N.; Rubio da Costa, F.; Effenberger, F.; Li, G.; Pesce-Rollins, M.

    2017-12-01

    Recent Fermi detection of high-energy gamma-ray emission from the behind-the-limb (BTL) solar flares pose a puzzle on the particle acceleration and transport mechanisms in such events. Due to the large separation between the flare site and the location of gamma-ray emission, it is believed that the associated coronal mass ejections (CMEs) play an important role in accelerating and subsequently transporting particles back to the Sun to produce obseved gamma-rays. We explore this scenario by simulating the CME associated with a well-observed flare on 2014 September 1 about 40 degrees behind the east solar limb and by comparing the simulation and observational results. We utilize a data-driven global magnetohydrodynamics model (AWSoM: Alfven-wave Solar Model) to track the dynamical evolution of the global magnetic field during the event and investigate the magnetic connectivity between the CME/CME-driven shock and the Fermi emission region. Moreover, we derive the time-varying shock parameters (e.g., compression ratio, Alfven Mach number, and ThetaBN) over the area that is magnetically connected to the visible solar disk where Fermi gamma-ray emission originates. Our simulation shows that the visible solar disk develops connections both to the flare site and to the CME-driven shock during the eruption, which indicate that the CME's interaction with the global solar corona is critical for understanding such Fermi BTL events and gamma-ray flares in general. We discuss the causes and implications of Fermi BTL events, in the framework of a potential shift of paradigm on particle acceleration in solar flares/CMEs.

  11. Secret Forwarding of Events over Distributed Publish/Subscribe Overlay Network.

    Directory of Open Access Journals (Sweden)

    Young Yoon

    Full Text Available Publish/subscribe is a communication paradigm where loosely-coupled clients communicate in an asynchronous fashion. Publish/subscribe supports the flexible development of large-scale, event-driven and ubiquitous systems. Publish/subscribe is prevalent in a number of application domains such as social networking, distributed business processes and real-time mission-critical systems. Many publish/subscribe applications are sensitive to message loss and violation of privacy. To overcome such issues, we propose a novel method of using secret sharing and replication techniques. This is to reliably and confidentially deliver decryption keys along with encrypted publications even under the presence of several Byzantine brokers across publish/subscribe overlay networks. We also propose a framework for dynamically and strategically allocating broker replicas based on flexibly definable criteria for reliability and performance. Moreover, a thorough evaluation is done through a case study on social networks using the real trace of interactions among Facebook users.

  12. Decentralized automatic generation control of interconnected power systems incorporating asynchronous tie-lines.

    Science.gov (United States)

    Ibraheem; Hasan, Naimul; Hussein, Arkan Ahmed

    2014-01-01

    This Paper presents the design of decentralized automatic generation controller for an interconnected power system using PID, Genetic Algorithm (GA) and Particle Swarm Optimization (PSO). The designed controllers are tested on identical two-area interconnected power systems consisting of thermal power plants. The area interconnections between two areas are considered as (i) AC tie-line only (ii) Asynchronous tie-line. The dynamic response analysis is carried out for 1% load perturbation. The performance of the intelligent controllers based on GA and PSO has been compared with the conventional PID controller. The investigations of the system dynamic responses reveal that PSO has the better dynamic response result as compared with PID and GA controller for both type of area interconnection.

  13. The Event-Driven Software Library for YARP—With Algorithms and iCub Applications

    Directory of Open Access Journals (Sweden)

    Arren Glover

    2018-01-01

    Full Text Available Event-driven (ED cameras are an emerging technology that sample the visual signal based on changes in the signal magnitude, rather than at a fixed-rate over time. The change in paradigm results in a camera with a lower latency, that uses less power, has reduced bandwidth, and higher dynamic range. Such cameras offer many potential advantages for on-line, autonomous, robots; however, the sensor data do not directly integrate with current “image-based” frameworks and software libraries. The iCub robot uses Yet Another Robot Platform (YARP as middleware to provide modular processing and connectivity to sensors and actuators. This paper introduces a library that incorporates an event-based framework into the YARP architecture, allowing event cameras to be used with the iCub (and other YARP-based robots. We describe the philosophy and methods for structuring events to facilitate processing, while maintaining low-latency and real-time operation. We also describe several processing modules made available open-source, and three example demonstrations that can be run on the neuromorphic iCub.

  14. NOvA Event Building, Buffering and Data-Driven Triggering From Within the DAQ System

    International Nuclear Information System (INIS)

    Fischler, M; Rechenmacher, R; Green, C; Kowalkowski, J; Norman, A; Paterno, M

    2012-01-01

    The NOvA experiment is a long baseline neutrino experiment design to make precision probes of the structure of neutrino mixing. The experiment features a unique deadtimeless data acquisition system that is capable acquiring and building an event data stream from the continuous readout of the more than 360,000 far detector channels. In order to achieve its physics goals the experiment must be able to buffer, correlate and extract the data in this stream with the beam-spills that occur that Fermilab. In addition the NOvA experiment seeks to enhance its data collection efficiencies for rare class of event topologies that are valuable for calibration through the use of data driven triggering. The NOvA-DDT is a prototype Data-Driven Triggering system. NOvA-DDT has been developed using the Fermilab artdaq generic DAQ/Event-building toolkit. This toolkit provides the advantages of sharing online software infrastructure with other Intensity Frontier experiments, and of being able to use any offline analysis module-unchanged-as a component of the online triggering decisions. We have measured the performance and overhead of NOvA-DDT framework using a Hough transform based trigger decision module developed for the NOvA detector to identify cosmic rays. The results of these tests which were run on the NOvA prototype near detector, yielded a mean processing time of 98 ms per event, while consuming only 1/16th of the available processing capacity. These results provide a proof of concept that a NOvA-DDT based processing system is a viable strategy for data acquisition and triggering for the NOvA far detector.

  15. Electron–Ion Intensity Dropouts in Gradual Solar Energetic Particle Events during Solar Cycle 23

    International Nuclear Information System (INIS)

    Tan, Lun C.

    2017-01-01

    Since the field-line mixing model of Giacalone et al. suggests that ion dropouts cannot happen in the “gradual” solar energetic particle (SEP) event because of the large size of the particle source region in the event, the observational evidence of ion dropouts in the gradual SEP event should challenge the model. We have searched for the presence of ion dropouts in the gradual SEP event during solar cycle 23. From 10 SEP events the synchronized occurrence of ion and electron dropouts is identified in 12 periods. Our main observational facts, including the mean width of electron–ion dropout periods being consistent with the solar wind correlation scale, during the dropout period the dominance of the slab turbulence component and the enhanced turbulence power parallel to the mean magnetic field, and the ion gyroradius dependence of the edge steepness in dropout periods, are all in support of the solar wind turbulence origin of dropout events. Also, our observation indicates that a wide longitude distribution of SEP events could be due to the increase of slab turbulence fraction with the increased longitude distance from the flare-associated active region.

  16. Electron-Ion Intensity Dropouts in Gradual Solar Energetic Particle Events during Solar Cycle 23

    Science.gov (United States)

    Tan, Lun C.

    2017-09-01

    Since the field-line mixing model of Giacalone et al. suggests that ion dropouts cannot happen in the “gradual” solar energetic particle (SEP) event because of the large size of the particle source region in the event, the observational evidence of ion dropouts in the gradual SEP event should challenge the model. We have searched for the presence of ion dropouts in the gradual SEP event during solar cycle 23. From 10 SEP events the synchronized occurrence of ion and electron dropouts is identified in 12 periods. Our main observational facts, including the mean width of electron-ion dropout periods being consistent with the solar wind correlation scale, during the dropout period the dominance of the slab turbulence component and the enhanced turbulence power parallel to the mean magnetic field, and the ion gyroradius dependence of the edge steepness in dropout periods, are all in support of the solar wind turbulence origin of dropout events. Also, our observation indicates that a wide longitude distribution of SEP events could be due to the increase of slab turbulence fraction with the increased longitude distance from the flare-associated active region.

  17. Electron–Ion Intensity Dropouts in Gradual Solar Energetic Particle Events during Solar Cycle 23

    Energy Technology Data Exchange (ETDEWEB)

    Tan, Lun C., E-mail: ltan@umd.edu [Department of Astronomy, University of Maryland, College Park, MD 20742 (United States)

    2017-09-01

    Since the field-line mixing model of Giacalone et al. suggests that ion dropouts cannot happen in the “gradual” solar energetic particle (SEP) event because of the large size of the particle source region in the event, the observational evidence of ion dropouts in the gradual SEP event should challenge the model. We have searched for the presence of ion dropouts in the gradual SEP event during solar cycle 23. From 10 SEP events the synchronized occurrence of ion and electron dropouts is identified in 12 periods. Our main observational facts, including the mean width of electron–ion dropout periods being consistent with the solar wind correlation scale, during the dropout period the dominance of the slab turbulence component and the enhanced turbulence power parallel to the mean magnetic field, and the ion gyroradius dependence of the edge steepness in dropout periods, are all in support of the solar wind turbulence origin of dropout events. Also, our observation indicates that a wide longitude distribution of SEP events could be due to the increase of slab turbulence fraction with the increased longitude distance from the flare-associated active region.

  18. Identification and quantification of particle growth channels during new particle formation

    Directory of Open Access Journals (Sweden)

    M. R. Pennington

    2013-10-01

    Full Text Available Atmospheric new particle formation (NPF is a key source of ambient ultrafine particles that may contribute substantially to the global production of cloud condensation nuclei (CCN. While NPF is driven by atmospheric nucleation, its impact on CCN concentration depends strongly on atmospheric growth mechanisms since the growth rate must exceed the loss rate due to scavenging in order for the particles to reach the CCN size range. In this work, chemical composition measurements of 20 nm diameter particles during NPF in Hyytiälä, Finland, in March–April 2011 permit identification and quantitative assessment of important growth channels. In this work we show the following: (A sulfuric acid, a key species associated with atmospheric nucleation, accounts for less than half of particle mass growth during this time period; (B the sulfate content of a growing particle during NPF is quantitatively explained by condensation of gas-phase sulfuric acid molecules (i.e., sulfuric acid uptake is collision-limited; (C sulfuric acid condensation substantially impacts the chemical composition of preexisting nanoparticles before new particles have grown to a size sufficient to be measured; (D ammonium and sulfate concentrations are highly correlated, indicating that ammonia uptake is driven by sulfuric acid uptake; (E sulfate neutralization by ammonium does not reach the predicted thermodynamic end point, suggesting that a barrier exists for ammonia uptake; (F carbonaceous matter accounts for more than half of the particle mass growth, and its oxygen-to-carbon ratio (~ 0.5 is characteristic of freshly formed secondary organic aerosol; and (G differences in the overall growth rate from one formation event to another are caused by variations in the growth rates of all major chemical species, not just one individual species.

  19. Mixing state of particles with secondary species by single particle aerosol mass spectrometer in an atmospheric pollution event

    Science.gov (United States)

    Xu, Lingling; Chen, Jinsheng

    2016-04-01

    Single particle aerosol mass spectrometer (SPAMS) was used to characterize size distribution, chemical composition, and mixing state of particles in an atmospheric pollution event during 20 Oct. - 5 Nov., 2015 in Xiamen, Southeast China. A total of 533,012 particle mass spectra were obtained and clustered into six groups, comprising of industry metal (4.5%), dust particles (2.6%), carbonaceous species (70.7%), K-Rich particles (20.7%), seasalt (0.6%) and other particles (0.9%). Carbonaceous species were further divided into EC (70.6%), OC (28.5%), and mixed ECOC (0.9%). There were 61.7%, 58.3%, 4.0%, and 14.6% of particles internally mixed with sulfate, nitrate, ammonium and C2H3O, respectively, indicating that these particles had undergone significant aging processing. Sulfate was preferentially mixed with carbonaceous particles, while nitrate tended to mix with metal-containing and dust particles. Compared to clear days, the fractions of EC-, metal- and dust particles remarkably increased, while the fraction of OC-containing particles decreased in pollution days. The mixing state of particles, excepted for OC-containing particles with secondary species was much stronger in pollution days than that in clear days, which revealed the significant influence of secondary particles in atmospheric pollution. The different activity of OC-containing particles might be related to their much smaller aerodynamic diameter. These results could improve our understanding of aerosol characteristics and could be helpful to further investigate the atmospheric process of particles.

  20. A High-Speed, Event-Driven, Active Pixel Sensor Readout for Photon-Counting Microchannel Plate Detectors

    Science.gov (United States)

    Kimble, Randy A.; Pain, Bedabrata; Norton, Timothy J.; Haas, J. Patrick; Oegerle, William R. (Technical Monitor)

    2002-01-01

    Silicon array readouts for microchannel plate intensifiers offer several attractive features. In this class of detector, the electron cloud output of the MCP intensifier is converted to visible light by a phosphor; that light is then fiber-optically coupled to the silicon array. In photon-counting mode, the resulting light splashes on the silicon array are recognized and centroided to fractional pixel accuracy by off-chip electronics. This process can result in very high (MCP-limited) spatial resolution while operating at a modest MCP gain (desirable for dynamic range and long term stability). The principal limitation of intensified CCD systems of this type is their severely limited local dynamic range, as accurate photon counting is achieved only if there are not overlapping event splashes within the frame time of the device. This problem can be ameliorated somewhat by processing events only in pre-selected windows of interest of by using an addressable charge injection device (CID) for the readout array. We are currently pursuing the development of an intriguing alternative readout concept based on using an event-driven CMOS Active Pixel Sensor. APS technology permits the incorporation of discriminator circuitry within each pixel. When coupled with suitable CMOS logic outside the array area, the discriminator circuitry can be used to trigger the readout of small sub-array windows only when and where an event splash has been detected, completely eliminating the local dynamic range problem, while achieving a high global count rate capability and maintaining high spatial resolution. We elaborate on this concept and present our progress toward implementing an event-driven APS readout.

  1. Structure of proton-proton events at high center-of-mass energy with an identified particle of large transverse momentum

    International Nuclear Information System (INIS)

    Hanke, P.

    1977-01-01

    At the CERN-ISR events of pp-collisions, in which particles of large transverse momentum psub(T) are produced, were studied at √S = 52 GeV center-of-mass energy, using the 'Split-Field'-magnetspectrometer. The lorentz-invariant production cross-section of positive particles with high psub(T) was measured in the fragmentation region (average* approximately 20 0 ). In the same kinematical region the pion-fraction of produced particles for both charges was determined. In these events the effect of 'strangeness'-conservation on the dynamics of additionally produced particles was investigated. The comparison of events with negative pions and events with heavier particles - mainly kaons - at high psub(T) indicates, that the compensation of transverse momentum does not depend on the 'strangeness' of the particle at high psub(T). The quantum-number conservation rather influences the particle-content from the hadronic rest inside longitudinal phase-space. This was shown by reconstruction of decay-vertices of neutral kaons. The results obtained can be interpreted by 'constituent'-models of the proton-structure. (orig.) [de

  2. Relating Solar Energetic Particle Event Fluences to Peak Intensities

    Science.gov (United States)

    Kahler, Stephen W.; Ling, Alan G.

    2018-02-01

    Recently we (Kahler and Ling, Solar Phys. 292, 59, 2017: KL) have shown that time-intensity profiles [I(t)] of 14 large solar energetic particle (SEP) events can be fitted with a simple two-parameter fit, the modified Weibull function, which is characterized by shape and scaling parameters [α and β]. We now look for a simple correlation between an event peak energy intensity [Ip] and the time integral of I(t) over the event duration: the fluence [F]. We first ask how the ratio of F/Ip varies for the fits of the 14 KL events and then examine that ratio for three separate published statistical studies of SEP events in which both F and Ip were measured for comparisons of those parameters with various solar-flare and coronal mass ejection (CME) parameters. The three studies included SEP energies from a 4 - 13 MeV band to E > 100 MeV. Within each group of SEP events, we find a very robust correlation (CC > 0.90) in log-log plots of F versus Ip over four decades of Ip. The ratio increases from western to eastern longitudes. From the value of Ip for a given event, F can be estimated to within a standard deviation of a factor of {≤} 2. Log-log plots of two studies are consistent with slopes of unity, but the third study shows plot slopes of { 10 MeV to {>} 100 MeV. This difference is not explained.

  3. Research on a Hierarchical Dynamic Automatic Voltage Control System Based on the Discrete Event-Driven Method

    Directory of Open Access Journals (Sweden)

    Yong Min

    2013-06-01

    Full Text Available In this paper, concepts and methods of hybrid control systems are adopted to establish a hierarchical dynamic automatic voltage control (HD-AVC system, realizing the dynamic voltage stability of power grids. An HD-AVC system model consisting of three layers is built based on the hybrid control method and discrete event-driven mechanism. In the Top Layer, discrete events are designed to drive the corresponding control block so as to avoid solving complex multiple objective functions, the power system’s characteristic matrix is formed and the minimum amplitude eigenvalue (MAE is calculated through linearized differential-algebraic equations. MAE is applied to judge the system’s voltage stability and security and construct discrete events. The Middle Layer is responsible for management and operation, which is also driven by discrete events. Control values of the control buses are calculated based on the characteristics of power systems and the sensitivity method. Then control values generate control strategies through the interface block. In the Bottom Layer, various control devices receive and implement the control commands from the Middle Layer. In this way, a closed-loop power system voltage control is achieved. Computer simulations verify the validity and accuracy of the HD-AVC system, and verify that the proposed HD-AVC system is more effective than normal voltage control methods.

  4. Network evolution induced by asynchronous stimuli through spike-timing-dependent plasticity.

    Directory of Open Access Journals (Sweden)

    Wu-Jie Yuan

    Full Text Available In sensory neural system, external asynchronous stimuli play an important role in perceptual learning, associative memory and map development. However, the organization of structure and dynamics of neural networks induced by external asynchronous stimuli are not well understood. Spike-timing-dependent plasticity (STDP is a typical synaptic plasticity that has been extensively found in the sensory systems and that has received much theoretical attention. This synaptic plasticity is highly sensitive to correlations between pre- and postsynaptic firings. Thus, STDP is expected to play an important role in response to external asynchronous stimuli, which can induce segregative pre- and postsynaptic firings. In this paper, we study the impact of external asynchronous stimuli on the organization of structure and dynamics of neural networks through STDP. We construct a two-dimensional spatial neural network model with local connectivity and sparseness, and use external currents to stimulate alternately on different spatial layers. The adopted external currents imposed alternately on spatial layers can be here regarded as external asynchronous stimuli. Through extensive numerical simulations, we focus on the effects of stimulus number and inter-stimulus timing on synaptic connecting weights and the property of propagation dynamics in the resulting network structure. Interestingly, the resulting feedforward structure induced by stimulus-dependent asynchronous firings and its propagation dynamics reflect both the underlying property of STDP. The results imply a possible important role of STDP in generating feedforward structure and collective propagation activity required for experience-dependent map plasticity in developing in vivo sensory pathways and cortices. The relevance of the results to cue-triggered recall of learned temporal sequences, an important cognitive function, is briefly discussed as well. Furthermore, this finding suggests a potential

  5. Solar flares, CMEs and solar energetic particle events during solar cycle 24

    Science.gov (United States)

    Pande, Bimal; Pande, Seema; Chandra, Ramesh; Chandra Mathpal, Mahesh

    2018-01-01

    We present here a study of Solar Energetic Particle Events (SEPs) associated with solar flares during 2010-2014 in solar cycle 24. We have selected the flare events (≥GOES M-class), which produced SEPs. The SEPs are classified into three categories i.e. weak (proton intensity ≤ 1 pfu), minor (1 pfu pfu) and major (proton intensity ≥ 10 pfu). We used the GOES data for the SEP events which have intensity greater than one pfu and SOHO/ERNE data for the SEP event less than one pfu intensity. In addition to the flare and SEP properties, we have also discussed different properties of associated CMEs.

  6. MED5/355: Using Web-technology for Asynchronous Telemedicine Consulting

    OpenAIRE

    Reviakin, Y; Sukhanov, A

    1999-01-01

    Introduction Common telemedicine consultations can be divided in two classes: real-time telemedicine consultations and asynchronous telemedicine consultations. The advantage of real-time consultations is obvious - this is a natural discussion between physicians, which may be realised on the basis of desktop videoconferences. But the problems are also obvious: the necessity of additional hardware and the elevated demands for channel bandwidth. Because of the latter, the use of asynchronous tel...

  7. Asynchronous stream processing with S-Net

    NARCIS (Netherlands)

    Grelck, C.; Scholz, S.-B.; Shafarenko, A.

    2010-01-01

    We present the rationale and design of S-Net, a coordination language for asynchronous stream processing. The language achieves a near-complete separation between the application code, written in any conventional programming language, and the coordination/communication code written in S-Net. Our

  8. The column architecture -- A novel architecture for event driven 2D pixel imagers

    International Nuclear Information System (INIS)

    Millaud, J.; Nygren, D.

    1996-01-01

    The authors describe an electronic architecture for two-dimensional pixel arrays that permits very large increases in rate capability for event- or data-driven applications relative to conventional x-y architectures. The column architecture also permits more efficient use of silicon area in applications requiring local buffering, frameless data acquisition, and it avoids entirely the problem of ambiguities that may arise in conventional approaches. Two examples of active implementation are described: high energy physics and protein crystallography

  9. Particle transport in subaqueous eruptions: An experimental investigation

    Science.gov (United States)

    Verolino, A.; White, J. D. L.; Zimanowski, B.

    2018-01-01

    Subaqueous volcanic eruptions are natural events common under the world's oceans. Here we report results from bench-scale underwater explosions that entrain and eject particles into a water tank. Our aim was to examine how particles are transferred to the water column and begin to sediment from it, and to visualize and interpret evolution of the 'eruption' cloud. Understanding particle transfer to water is a key requirement for using deposit characteristics to infer behaviour and evolution of an underwater eruption. For the experiments here, we used compressed argon to force different types of particles, under known driving pressures, into water within a container, and recorded the results at 1 MPx/frame and 1000 fps. Three types of runs were completed: (1) particles within water were driven into a water-filled container; (2) dry particles were driven into water; (3) dry particles were driven into air at atmospheric pressure. Across the range of particles used for all subaqueous runs, we observed: a) initial doming, b) a main expansion of decompressing gas, and c) a phase of necking, when a forced plume separated from the driving jet. Phase c did not take place for the subaerial runs. A key observation is that none of the subaqueous explosions produced a single, simple, open cavity; in all cases, multiphase mixtures of gas bubbles, particles and water were formed. Explosions in which the expanding argon ejects particles in air, analogous to delivery of particles created in an explosion, produce jets and forced plumes that release particles into the tank more readily than do those in which particles in water are driven into the tank. The latter runs mimic propulsion of an existing vent slurry by an explosion. Explosions with different particle types also yielded differences in behaviour controlled primarily by particle mass, particle density, and particle-population homogeneity. Particles were quickly delivered into the water column during plume rise following

  10. Using Television Sitcoms to Facilitate Asynchronous Discussions in the Online Communication Course

    Science.gov (United States)

    Tolman, Elizabeth; Asbury, Bryan

    2012-01-01

    Asynchronous discussions are a useful instructional resource in the online communication course. In discussion groups students have the opportunity to actively participate and interact with students and the instructor. Asynchronous communication allows for flexibility because "participants can interact with significant amounts of time between…

  11. [Cost-effectiveness of Synchronous vs. Asynchronous Telepsychiatry in Prison Inmates With Depression].

    Science.gov (United States)

    Barrera-Valencia, Camilo; Benito-Devia, Alexis Vladimir; Vélez-Álvarez, Consuelo; Figueroa-Barrera, Mario; Franco-Idárraga, Sandra Milena

    Telepsychiatry is defined as the use of information and communication technology (ICT) in providing remote psychiatric services. Telepsychiatry is applied using two types of communication: synchronous (real time) and asynchronous (store and forward). To determine the cost-effectiveness of a synchronous and an asynchronous telepsychiatric model in prison inmate patients with symptoms of depression. A cost-effectiveness study was performed on a population consisting of 157 patients from the Establecimiento Penitenciario y Carcelario de Mediana Seguridad de Manizales, Colombia. The sample was determined by applying Zung self-administered surveys for depression (1965) and the Hamilton Depression Rating Scale (HDRS), the latter being the tool used for the comparison. Initial Hamilton score, arrival time, duration of system downtime, and clinical effectiveness variables had normal distributions (P>.05). There were significant differences (P<.001) between care costs for the different models, showing that the mean cost of the asynchronous model is less than synchronous model, and making the asynchronous model more cost-effective. The asynchronous model is the most cost-effective model of telepsychiatry care for patients with depression admitted to a detention centre, according to the results of clinical effectiveness, cost measurement, and patient satisfaction. Copyright © 2016 Asociación Colombiana de Psiquiatría. Publicado por Elsevier España. All rights reserved.

  12. Two-particle correlations from droplet formation in high multiplicity anti pp events

    International Nuclear Information System (INIS)

    Ruuskanen, P.V.; Seibert, D.

    1988-01-01

    We study the correlations that arise from the formation of plasma droplets in high multiplicity events observed in recent FNAL anti pp collisions at √s=1.8 TeV. We show how the correlation between the final particles depends on the droplet size and density and on correlations between the droplets. We find that the two-particle correlation function R 2 could provide a clear signal for the formation of droplets. (orig.)

  13. DNS of buoyancy-driven flows and Lagrangian particle tracking in a square cavity at high Rayleigh numbers

    International Nuclear Information System (INIS)

    Puragliesi, R.; Dehbi, A.; Leriche, E.; Soldati, A.; Deville, M.O.

    2011-01-01

    Highlights: → 2D study of micro-size particle depletion driven by chaotic natural convective flows in square domains. → Description of velocity and temperature first and second moments with changing in the Rayleigh number. → Strong decoupling between the turbulent kinetic energy and the dissipation rate. → Particle recirculation sustained by the vertical hot boundary layer. → Deposition mostly induced by gravity, thermophoretic and lift forces are negligible. - Abstract: In this work we investigate numerically particle deposition in the buoyancy driven flow of the differentially heated cavity (DHC). We consider two values of the Rayleigh number (Ra = 10 9 , 10 10 ) and three values of the particle diameter (d p = 15, 25, 35 [μm]). We consider the cavity filled with air and particles with the same density of water ρ w = 1000 [kg/m 3 ] (aerosol). We use direct numerical simulations (DNS) for the continuous phase, and we solve transient Navier-Stokes and energy transport equations written in an Eulerian framework, under the Boussinesq approximation, for the viscous incompressible Newtonian fluid with constant Prandtl number (Pr = 0.71). First- and second-order statistics are presented for the continuous phase as well as important quantities like turbulent kinetic energy (TKE) and temperature variance with the associated production and dissipation fields. The TKE production shows different behaviour at the two Rayleigh numbers. The Lagrangian approach has been chosen for the dispersed phase description. The forces taken into account are drag, gravity, buoyancy, lift and thermophoresis. A first incursion in the sedimentation mechanisms is presented. Current results indicate that the largest contribution to particle deposition is caused by gravitational settling, but a strong recirculating zone, which liftoffs and segregates particles, contributes to decrease settling. Deposition takes place mostly at the bottom wall. The influence of lift and thermophoretic

  14. DNS of buoyancy-driven flows and Lagrangian particle tracking in a square cavity at high Rayleigh numbers

    Energy Technology Data Exchange (ETDEWEB)

    Puragliesi, R., E-mail: riccardo.puragliesi@psi.ch [Nuclear Energy and Safety Research Department, Paul Scherrer Institut, CH-5232 Villigen PSI (Switzerland); Laboratoire d' Ingenierie Numerique, Ecole Polytechnique Federale de Lausanne, Station 9, CH-1015 Lausanne (Switzerland); Dehbi, A., E-mail: abdel.dehbi@psi.ch [Nuclear Energy and Safety Research Department, Paul Scherrer Institut, CH-5232 Villigen PSI (Switzerland); Leriche, E., E-mail: emmanuel.leriche@univ-st-etienne.fr [Universite de Lyon, F-42023 Saint-Etienne, LMFA-UJM St-Etienne, CNRS UMR 5509 Universite de St-Etienne, 23 rue Docteur Paul Michelon, F-42023 Saint-Etienne (France); Soldati, A., E-mail: soldati@uniud.it [Dipartimento di Energetica e Macchine, Universita di Udine, Via delle Scienze 208, IT-33100 Udine (Italy); Deville, M.O., E-mail: michel.deville@epfl.ch [Laboratoire d' Ingenierie Numerique, Ecole Polytechnique Federale de Lausanne, Station 9, CH-1015 Lausanne (Switzerland)

    2011-10-15

    Highlights: > 2D study of micro-size particle depletion driven by chaotic natural convective flows in square domains. > Description of velocity and temperature first and second moments with changing in the Rayleigh number. > Strong decoupling between the turbulent kinetic energy and the dissipation rate. > Particle recirculation sustained by the vertical hot boundary layer. > Deposition mostly induced by gravity, thermophoretic and lift forces are negligible. - Abstract: In this work we investigate numerically particle deposition in the buoyancy driven flow of the differentially heated cavity (DHC). We consider two values of the Rayleigh number (Ra = 10{sup 9}, 10{sup 10}) and three values of the particle diameter (d{sub p} = 15, 25, 35 [{mu}m]). We consider the cavity filled with air and particles with the same density of water {rho}{sub w} = 1000 [kg/m{sup 3}] (aerosol). We use direct numerical simulations (DNS) for the continuous phase, and we solve transient Navier-Stokes and energy transport equations written in an Eulerian framework, under the Boussinesq approximation, for the viscous incompressible Newtonian fluid with constant Prandtl number (Pr = 0.71). First- and second-order statistics are presented for the continuous phase as well as important quantities like turbulent kinetic energy (TKE) and temperature variance with the associated production and dissipation fields. The TKE production shows different behaviour at the two Rayleigh numbers. The Lagrangian approach has been chosen for the dispersed phase description. The forces taken into account are drag, gravity, buoyancy, lift and thermophoresis. A first incursion in the sedimentation mechanisms is presented. Current results indicate that the largest contribution to particle deposition is caused by gravitational settling, but a strong recirculating zone, which liftoffs and segregates particles, contributes to decrease settling. Deposition takes place mostly at the bottom wall. The influence of lift

  15. On the Convergence of Asynchronous Parallel Pattern Search

    International Nuclear Information System (INIS)

    Tamara Gilbson Kolda

    2002-01-01

    In this paper the authors prove global convergence for asynchronous parallel pattern search. In standard pattern search, decisions regarding the update of the iterate and the step-length control parameter are synchronized implicitly across all search directions. They lose this feature in asynchronous parallel pattern search since the search along each direction proceeds semi-autonomously. By bounding the value of the step-length control parameter after any step that produces decrease along a single search direction, they can prove that all the processes share a common accumulation point and that such a point is a stationary point of the standard nonlinear unconstrained optimization problem

  16. ZONES OF STEADY CAPACITOR EXCITATION IN A MODE OF GENERATION OF TYPICAL ASYNCHRONOUS MACHINES

    Directory of Open Access Journals (Sweden)

    Postoronca Sv.

    2009-12-01

    Full Text Available In work some features of a mode of capacitor excitation of industrial asynchronous electric motors, and also generators made on their base which can be used in wind installations of low power are considered. Borders of zones of steady capacitor excitation of asynchronous electric motors in rated power of 0,25-22,0 kW and generators made on their base, and also character of influence of own losses and active capacity of loading of the equivalent circuit of the asynchronous machine resulted in parameters have been determined. Some recommendations after maintenance of stability of capacitor excitation of asynchronous machines for work in a mode of generation of electric energy are given.

  17. New particle formation events measured on board the ATR-42 aircraft during the EUCAARI campaign

    Directory of Open Access Journals (Sweden)

    S. Crumeyrolle

    2010-07-01

    Full Text Available Aerosol properties were studied during an intensive airborne measurement campaign that took place at Rotterdam in Netherlands in May 2008 within the framework of the European Aerosol Cloud Climate and Air Quality Interactions project (EUCAARI. The objective of this study is to illustrate seven events of new particle formation (NPF observed with two Condensation Particle Counters (CPCs operated on board the ATR-42 research aircraft in airsectors around Rotterdam, and to provide information on the spatial extent of the new particle formation phenomenon based on 1-s resolution measurements of ultra-fine particle (in the size range 3–10 nm diameter, denoted N3-10 hereafter concentrations. The results show that particle production occurred under the influence of different air mass origins, at different day times and over the North Sea as well as over the continent. The number concentration of freshly nucleated particles (N3-10 varied between 5000 and 100 000 cm−3 within the boundary layer (BL. Furthermore the vertical extension for all nucleation events observed on the ATR-42 never exceeded the upper limit of the BL. The horizontal extent of N3-10 could not be delimited due to inflexible flight plans which could not be modified to accommodate real-time results. However, the NPF events were observed over geographically large areas; typically the horizontal extension was about 100 km and larger.

  18. Giant Radio Halos in Galaxy Clusters as Probes of Particle ...

    Indian Academy of Sciences (India)

    2016-01-27

    Jan 27, 2016 ... Giant radio halos in galaxy clusters probe mechanisms of particle acceleration connected with cluster merger events. Shocks and turbulence are driven in the inter-galactic medium (IGM) during clusters mergers and may have a deep impact on the non-thermal properties of galaxy clusters. Models of ...

  19. Robust estimation of event-related potentials via particle filter.

    Science.gov (United States)

    Fukami, Tadanori; Watanabe, Jun; Ishikawa, Fumito

    2016-03-01

    In clinical examinations and brain-computer interface (BCI) research, a short electroencephalogram (EEG) measurement time is ideal. The use of event-related potentials (ERPs) relies on both estimation accuracy and processing time. We tested a particle filter that uses a large number of particles to construct a probability distribution. We constructed a simple model for recording EEG comprising three components: ERPs approximated via a trend model, background waves constructed via an autoregressive model, and noise. We evaluated the performance of the particle filter based on mean squared error (MSE), P300 peak amplitude, and latency. We then compared our filter with the Kalman filter and a conventional simple averaging method. To confirm the efficacy of the filter, we used it to estimate ERP elicited by a P300 BCI speller. A 400-particle filter produced the best MSE. We found that the merit of the filter increased when the original waveform already had a low signal-to-noise ratio (SNR) (i.e., the power ratio between ERP and background EEG). We calculated the amount of averaging necessary after applying a particle filter that produced a result equivalent to that associated with conventional averaging, and determined that the particle filter yielded a maximum 42.8% reduction in measurement time. The particle filter performed better than both the Kalman filter and conventional averaging for a low SNR in terms of both MSE and P300 peak amplitude and latency. For EEG data produced by the P300 speller, we were able to use our filter to obtain ERP waveforms that were stable compared with averages produced by a conventional averaging method, irrespective of the amount of averaging. We confirmed that particle filters are efficacious in reducing the measurement time required during simulations with a low SNR. Additionally, particle filters can perform robust ERP estimation for EEG data produced via a P300 speller. Copyright © 2015 Elsevier Ireland Ltd. All rights reserved.

  20. Inertia-driven particle migration and mixing in a wall-bounded laminar suspension flow

    Energy Technology Data Exchange (ETDEWEB)

    Loisel, V.; Abbas, M., E-mail: micheline.abbas@ensiacet.fr; Masbernat, O. [Université de Toulouse INPT-UPS: Laboratoire de Génie Chimique and CNRS, Fédération de Recherche FERMaT, Toulouse (France); Climent, E. [Université de Toulouse INPT-UPS: Institut de Mécanique des Fluides de Toulouse and CNRS, Fédération de Recherche FERMaT, Toulouse (France)

    2015-12-15

    Laminar pressure-driven suspension flows are studied in the situation of neutrally buoyant particles at finite Reynolds number. The numerical method is validated for homogeneous particle distribution (no lateral migration across the channel): the increase of particle slip velocities and particle stress with inertia and concentration is in agreement with former works in the literature. In the case of a two-phase channel flow with freely moving particles, migration towards the channel walls due to the Segré-Silberberg effect is observed, leading to the development of a non-uniform concentration profile in the wall-normal direction (the concentration peaks in the wall region and tends towards zero in the channel core). The particle accumulation in the region of highest shear favors the shear-induced particle interactions and agitation, the profile of which appears to be correlated to the concentration profile. A 1D model predicting particle agitation, based on the kinetic theory of granular flows in the quenched state regime when Stokes number St = O(1) and from numerical simulations when St < 1, fails to reproduce the agitation profile in the wall normal direction. Instead, the existence of secondary flows is clearly evidenced by long time simulations. These are composed of a succession of contra-rotating structures, correlated with the development of concentration waves in the transverse direction. The mechanism proposed to explain the onset of this transverse instability is based on the development of a lift force induced by spanwise gradient of the axial velocity fluctuations. The establishment of the concentration profile in the wall-normal direction therefore results from the combination of the mean flow Segré-Silberberg induced migration, which tends to stratify the suspension and secondary flows which tend to mix the particles over the channel cross section.

  1. Inertia-driven particle migration and mixing in a wall-bounded laminar suspension flow

    International Nuclear Information System (INIS)

    Loisel, V.; Abbas, M.; Masbernat, O.; Climent, E.

    2015-01-01

    Laminar pressure-driven suspension flows are studied in the situation of neutrally buoyant particles at finite Reynolds number. The numerical method is validated for homogeneous particle distribution (no lateral migration across the channel): the increase of particle slip velocities and particle stress with inertia and concentration is in agreement with former works in the literature. In the case of a two-phase channel flow with freely moving particles, migration towards the channel walls due to the Segré-Silberberg effect is observed, leading to the development of a non-uniform concentration profile in the wall-normal direction (the concentration peaks in the wall region and tends towards zero in the channel core). The particle accumulation in the region of highest shear favors the shear-induced particle interactions and agitation, the profile of which appears to be correlated to the concentration profile. A 1D model predicting particle agitation, based on the kinetic theory of granular flows in the quenched state regime when Stokes number St = O(1) and from numerical simulations when St < 1, fails to reproduce the agitation profile in the wall normal direction. Instead, the existence of secondary flows is clearly evidenced by long time simulations. These are composed of a succession of contra-rotating structures, correlated with the development of concentration waves in the transverse direction. The mechanism proposed to explain the onset of this transverse instability is based on the development of a lift force induced by spanwise gradient of the axial velocity fluctuations. The establishment of the concentration profile in the wall-normal direction therefore results from the combination of the mean flow Segré-Silberberg induced migration, which tends to stratify the suspension and secondary flows which tend to mix the particles over the channel cross section

  2. Gigabit Ethernet signal transmission using asynchronous optical code division multiple access.

    Science.gov (United States)

    Ma, Philip Y; Fok, Mable P; Shastri, Bhavin J; Wu, Ben; Prucnal, Paul R

    2015-12-15

    We propose and experimentally demonstrate a novel architecture for interfacing and transmitting a Gigabit Ethernet (GbE) signal using asynchronous incoherent optical code division multiple access (OCDMA). This is the first such asynchronous incoherent OCDMA system carrying GbE data being demonstrated to be working among multi-users where each user is operating with an independent clock/data rate and is granted random access to the network. Three major components, the GbE interface, the OCDMA transmitter, and the OCDMA receiver are discussed in detail. The performance of the system is studied and characterized through measuring eye diagrams, bit-error rate and packet loss rate in real-time file transfer. Our Letter also addresses the near-far problem and realizes asynchronous transmission and detection of signal.

  3. A New Approach to Adaptive Control of Multiple Scales in Plasma Simulations

    Science.gov (United States)

    Omelchenko, Yuri

    2007-04-01

    A new approach to temporal refinement of kinetic (Particle-in-Cell, Vlasov) and fluid (MHD, two-fluid) simulations of plasmas is presented: Discrete-Event Simulation (DES). DES adaptively distributes CPU resources in accordance with local time scales and enables asynchronous integration of inhomogeneous nonlinear systems with multiple time scales on meshes of arbitrary topologies. This removes computational penalties usually incurred in explicit codes due to the global Courant-Friedrich-Levy (CFL) restriction on a time-step size. DES stands apart from multiple time-stepping algorithms in that it requires neither selecting a global synchronization time step nor pre-determining a sequence of time-integration operations for individual parts of the system (local time increments need not bear any integer multiple relations). Instead, elements of a mesh-distributed solution self-adaptively predict and synchronize their temporal trajectories by directly enforcing local causality (accuracy) constraints, which are formulated in terms of incremental changes to the evolving solution. Together with flux-conservative propagation of information, this new paradigm ensures stable and fast asynchronous runs, where idle computation is automatically eliminated. DES is parallelized via a novel Preemptive Event Processing (PEP) technique, which automatically synchronizes elements with similar update rates. In this mode, events with close execution times are projected onto time levels, which are adaptively determined by the program. PEP allows reuse of standard message-passing algorithms on distributed architectures. For optimum accuracy, DES can be combined with adaptive mesh refinement (AMR) techniques for structured and unstructured meshes. Current examples of event-driven models range from electrostatic, hybrid particle-in-cell plasma systems to reactive fluid dynamics simulations. They demonstrate the superior performance of DES in terms of accuracy, speed and robustness.

  4. Asynchronous vs didactic education: it's too early to throw in the towel on tradition.

    Science.gov (United States)

    Jordan, Jaime; Jalali, Azadeh; Clarke, Samuel; Dyne, Pamela; Spector, Tahlia; Coates, Wendy

    2013-08-08

    Asynchronous, computer based instruction is cost effective, allows self-directed pacing and review, and addresses preferences of millennial learners. Current research suggests there is no significant difference in learning compared to traditional classroom instruction. Data are limited for novice learners in emergency medicine. The objective of this study was to compare asynchronous, computer-based instruction with traditional didactics for senior medical students during a week-long intensive course in acute care. We hypothesized both modalities would be equivalent. This was a prospective observational quasi-experimental study of 4th year medical students who were novice learners with minimal prior exposure to curricular elements. We assessed baseline knowledge with an objective pre-test. The curriculum was delivered in either traditional lecture format (shock, acute abdomen, dyspnea, field trauma) or via asynchronous, computer-based modules (chest pain, EKG interpretation, pain management, trauma). An interactive review covering all topics was followed by a post-test. Knowledge retention was measured after 10 weeks. Pre and post-test items were written by a panel of medical educators and validated with a reference group of learners. Mean scores were analyzed using dependent t-test and attitudes were assessed by a 5-point Likert scale. 44 of 48 students completed the protocol. Students initially acquired more knowledge from didactic education as demonstrated by mean gain scores (didactic: 28.39% ± 18.06; asynchronous 9.93% ± 23.22). Mean difference between didactic and asynchronous = 18.45% with 95% CI [10.40 to 26.50]; p = 0.0001. Retention testing demonstrated similar knowledge attrition: mean gain scores -14.94% (didactic); -17.61% (asynchronous), which was not significantly different: 2.68% ± 20.85, 95% CI [-3.66 to 9.02], p = 0.399. The attitudinal survey revealed that 60.4% of students believed the asynchronous modules were educational and 95

  5. Investigating the Origins of Two Extreme Solar Particle Events: Proton Source Profile and Associated Electromagnetic Emissions

    Energy Technology Data Exchange (ETDEWEB)

    Kocharov, Leon; Usoskin, Ilya [Sodankylä Geophysical Observatory/Oulu Unit, University of Oulu, P.O.B. 3000, Oulu FI-90014 (Finland); Pohjolainen, Silja [Tuorla Observatory, University of Turku, Piikkiö FI-21500 (Finland); Mishev, Alexander [Space Climate Research Unit, University of Oulu, Oulu FI-90014 (Finland); Reiner, Mike J. [The Catholic University of America, Washington, DC, and NASA/Goddard Space Flight Center, Greenbelt, MD (United States); Lee, Jeongwoo [Department of Physics and Astronomy, Seoul National University, Seoul 151-747 (Korea, Republic of); Laitinen, Timo [Jeremiah Horrocks Institute, University of Central Lancashire, Preston PR1 2HE (United Kingdom); Didkovsky, Leonid V. [University of Southern California Space Sciences Center, 835 Bloom Walk, Los Angeles CA 90089 (United States); Pizzo, Victor J. [NOAA Space Weather Prediction Center, Boulder, CO 80305 (United States); Kim, Roksoon; Cho, Kyung-Suk [Korea Astronomy and Space Science Institute, Daejeon 305-348 (Korea, Republic of); Klassen, Andreas [Institut für Experimentelle und Angewandte Physik, Christian-Albrechts-Universität, Kiel D-24118 (Germany); Karlicky, Marian [Astronomical Institute of the Czech Academy of Sciences, Fričova 258, Ondřejov 251 65 (Czech Republic); Gary, Dale E. [Center for Solar-Terrestrial Research, New Jersey Institute of Technology, Newark NJ 07102-1982 (United States); Valtonen, Eino; Vainio, Rami [Space Research Laboratory, University of Turku, Turku FI-20014 (Finland)

    2017-04-20

    We analyze the high-energy particle emission from the Sun in two extreme solar particle events in which protons are accelerated to relativistic energies and can cause a significant signal even in the ground-based particle detectors. Analysis of a relativistic proton event is based on modeling of the particle transport and interaction, from a near-Sun source through the solar wind and the Earth’s magnetosphere and atmosphere to a detector on the ground. This allows us to deduce the time profile of the proton source at the Sun and compare it with observed electromagnetic emissions. The 1998 May 2 event is associated with a flare and a coronal mass ejection (CME), which were well observed by the Nançay Radioheliograph, thus the images of the radio sources are available. For the 2003 November 2 event, the low corona images of the CME liftoff obtained at the Mauna Loa Solar Observatory are available. Those complementary data sets are analyzed jointly with the broadband dynamic radio spectra, EUV images, and other data available for both events. We find a common scenario for both eruptions, including the flare’s dual impulsive phase, the CME-launch-associated decimetric-continuum burst, and the late, low-frequency type III radio bursts at the time of the relativistic proton injection into the interplanetary medium. The analysis supports the idea that the two considered events start with emission of relativistic protons previously accelerated during the flare and CME launch, then trapped in large-scale magnetic loops and later released by the expanding CME.

  6. Electrical Design and Evaluation of Asynchronous Serial Bus Communication Network of 48 Sensor Platform LSIs with Single-Ended I/O for Integrated MEMS-LSI Sensors

    Science.gov (United States)

    Shao, Chenzhong; Tanaka, Shuji; Nakayama, Takahiro; Hata, Yoshiyuki

    2018-01-01

    For installing many sensors in a limited space with a limited computing resource, the digitization of the sensor output at the site of sensation has advantages such as a small amount of wiring, low signal interference and high scalability. For this purpose, we have developed a dedicated Complementary Metal-Oxide-Semiconductor (CMOS) Large-Scale Integration (LSI) (referred to as “sensor platform LSI”) for bus-networked Micro-Electro-Mechanical-Systems (MEMS)-LSI integrated sensors. In this LSI, collision avoidance, adaptation and event-driven functions are simply implemented to relieve data collision and congestion in asynchronous serial bus communication. In this study, we developed a network system with 48 sensor platform LSIs based on Printed Circuit Board (PCB) in a backbone bus topology with the bus length being 2.4 m. We evaluated the serial communication performance when 48 LSIs operated simultaneously with the adaptation function. The number of data packets received from each LSI was almost identical, and the average sampling frequency of 384 capacitance channels (eight for each LSI) was 73.66 Hz. PMID:29342923

  7. Electrical Design and Evaluation of Asynchronous Serial Bus Communication Network of 48 Sensor Platform LSIs with Single-Ended I/O for Integrated MEMS-LSI Sensors

    Directory of Open Access Journals (Sweden)

    Chenzhong Shao

    2018-01-01

    Full Text Available For installing many sensors in a limited space with a limited computing resource, the digitization of the sensor output at the site of sensation has advantages such as a small amount of wiring, low signal interference and high scalability. For this purpose, we have developed a dedicated Complementary Metal-Oxide-Semiconductor (CMOS Large-Scale Integration (LSI (referred to as “sensor platform LSI” for bus-networked Micro-Electro-Mechanical-Systems (MEMS-LSI integrated sensors. In this LSI, collision avoidance, adaptation and event-driven functions are simply implemented to relieve data collision and congestion in asynchronous serial bus communication. In this study, we developed a network system with 48 sensor platform LSIs based on Printed Circuit Board (PCB in a backbone bus topology with the bus length being 2.4 m. We evaluated the serial communication performance when 48 LSIs operated simultaneously with the adaptation function. The number of data packets received from each LSI was almost identical, and the average sampling frequency of 384 capacitance channels (eight for each LSI was 73.66 Hz.

  8. Computing by Temporal Order: Asynchronous Cellular Automata

    Directory of Open Access Journals (Sweden)

    Michael Vielhaber

    2012-08-01

    Full Text Available Our concern is the behaviour of the elementary cellular automata with state set 0,1 over the cell set Z/nZ (one-dimensional finite wrap-around case, under all possible update rules (asynchronicity. Over the torus Z/nZ (n<= 11,we will see that the ECA with Wolfram rule 57 maps any v in F_2^n to any w in F_2^n, varying the update rule. We furthermore show that all even (element of the alternating group bijective functions on the set F_2^n = 0,...,2^n-1, can be computed by ECA57, by iterating it a sufficient number of times with varying update rules, at least for n <= 10. We characterize the non-bijective functions computable by asynchronous rules.

  9. Computational Aspects of Asynchronous CA

    OpenAIRE

    Chandesris, Jérôme; Dennunzio, Alberto; Formenti, Enrico; Manzoni, Luca

    2011-01-01

    This work studies some aspects of the computational power of fully asynchronous cellular automata (ACA). We deal with some notions of simulation between ACA and Turing Machines. In particular, we characterize the updating sequences specifying which are "universal", i.e., allowing a (specific family of) ACA to simulate any TM on any input. We also consider the computational cost of such simulations.

  10. The design of an asynchronous Tiny RISC TM/TR4101 microprocessor core

    DEFF Research Database (Denmark)

    Christensen, Kåre Tais; Jensen, P.; Korger, P.

    1998-01-01

    This paper presents the design of an asynchronous version of the TR4101 embedded microprocessor core developed by LSI Logic Inc. The asynchronous processor, called ARISC, was designed using the same CAD tools and the same standard cell library that was used to implement the TR4101. The paper repo...

  11. Solar Energetic Particle Events at the Rise Phase of the 23rd Solar ...

    Indian Academy of Sciences (India)

    tribpo

    Abstract. The experiment with 10K-80 aboard the INTER-BALL-2. (which detects protons with energies >7, 27-41, 41-58, 58-88, 88-180 and 180-300 MeV) registered six events of the solar energetic particle. (SEP) increase. These events are during the initial rise phase of the 23rd solar activity cycle. Solar flares with the ...

  12. The Solar Energetic Particle Event of 2010 August 14: Connectivity with the Solar Source Inferred from Multiple Spacecraft Observations and Modeling

    Energy Technology Data Exchange (ETDEWEB)

    Lario, D.; Kwon, R.-Y.; Raouafi, N. E. [The Johns Hopkins University, Applied Physics Laboratory, 11100 Johns Hopkins Road, Laurel, MD 20723 (United States); Richardson, I. G.; Thompson, B. J.; Rosenvinge, T. T. von; Mays, M. L.; Mäkelä, P. A.; Xie, H.; Thakur, N. [NASA Goddard Space Flight Center, Greenbelt, MD 20771 (United States); Bain, H. M. [Space Sciences Laboratory, UC Berkeley, 7 Gauss Way, Berkeley, CA 94720-7450 (United States); Zhang, M.; Zhao, L. [Department of Physics and Space Sciences, Florida Institute of Technology, Melbourne, FL (United States); Cane, H. V. [Department of Mathematics and Physics, University of Tasmania, Hobart (Australia); Papaioannou, A. [Institute for Astronomy, Astrophysics, Space Applications and Remote Sensing, National Observatory of Athens, GR-15 236 Penteli (Greece); Riley, P., E-mail: david.lario@jhuapl.edu [Predictive Science, 9990 Mesa Rim Road, Suite 170, San Diego, CA 92121 (United States)

    2017-03-20

    We analyze one of the first solar energetic particle (SEP) events of solar cycle 24 observed at widely separated spacecraft in order to assess the reliability of models currently used to determine the connectivity between the sources of SEPs at the Sun and spacecraft in the inner heliosphere. This SEP event was observed on 2010 August 14 by near-Earth spacecraft, STEREO-A (∼80° west of Earth) and STEREO-B (∼72° east of Earth). In contrast to near-Earth spacecraft, the footpoints of the nominal magnetic field lines connecting STEREO-A and STEREO-B with the Sun were separated from the region where the parent fast halo coronal mass ejection (CME) originated by ∼88° and ∼47° in longitude, respectively. We discuss the properties of the phenomena associated with this solar eruption. Extreme ultraviolet and white-light images are used to specify the extent of the associated CME-driven coronal shock. We then assess whether the SEPs observed at the three heliospheric locations were accelerated by this shock or whether transport mechanisms in the corona and/or interplanetary space provide an alternative explanation for the arrival of particles at the poorly connected spacecraft. A possible scenario consistent with the observations indicates that the observation of SEPs at STEREO-B and near Earth resulted from particle injection by the CME shock onto the field lines connecting to these spacecraft, whereas SEPs reached STEREO-A mostly via cross-field diffusive transport processes. The successes, limitations, and uncertainties of the methods used to resolve the connection between the acceleration sites of SEPs and the spacecraft are evaluated.

  13. A Full Parallel Event Driven Readout Technique for Area Array SPAD FLIM Image Sensors

    Directory of Open Access Journals (Sweden)

    Kaiming Nie

    2016-01-01

    Full Text Available This paper presents a full parallel event driven readout method which is implemented in an area array single-photon avalanche diode (SPAD image sensor for high-speed fluorescence lifetime imaging microscopy (FLIM. The sensor only records and reads out effective time and position information by adopting full parallel event driven readout method, aiming at reducing the amount of data. The image sensor includes four 8 × 8 pixel arrays. In each array, four time-to-digital converters (TDCs are used to quantize the time of photons’ arrival, and two address record modules are used to record the column and row information. In this work, Monte Carlo simulations were performed in Matlab in terms of the pile-up effect induced by the readout method. The sensor’s resolution is 16 × 16. The time resolution of TDCs is 97.6 ps and the quantization range is 100 ns. The readout frame rate is 10 Mfps, and the maximum imaging frame rate is 100 fps. The chip’s output bandwidth is 720 MHz with an average power of 15 mW. The lifetime resolvability range is 5–20 ns, and the average error of estimated fluorescence lifetimes is below 1% by employing CMM to estimate lifetimes.

  14. Synchronization of Hierarchical Time-Varying Neural Networks Based on Asynchronous and Intermittent Sampled-Data Control.

    Science.gov (United States)

    Xiong, Wenjun; Patel, Ragini; Cao, Jinde; Zheng, Wei Xing

    In this brief, our purpose is to apply asynchronous and intermittent sampled-data control methods to achieve the synchronization of hierarchical time-varying neural networks. The asynchronous and intermittent sampled-data controllers are proposed for two reasons: 1) the controllers may not transmit the control information simultaneously and 2) the controllers cannot always exist at any time . The synchronization is then discussed for a kind of hierarchical time-varying neural networks based on the asynchronous and intermittent sampled-data controllers. Finally, the simulation results are given to illustrate the usefulness of the developed criteria.In this brief, our purpose is to apply asynchronous and intermittent sampled-data control methods to achieve the synchronization of hierarchical time-varying neural networks. The asynchronous and intermittent sampled-data controllers are proposed for two reasons: 1) the controllers may not transmit the control information simultaneously and 2) the controllers cannot always exist at any time . The synchronization is then discussed for a kind of hierarchical time-varying neural networks based on the asynchronous and intermittent sampled-data controllers. Finally, the simulation results are given to illustrate the usefulness of the developed criteria.

  15. The magnitude and effects of extreme solar particle events

    Directory of Open Access Journals (Sweden)

    Jiggens Piers

    2014-06-01

    Full Text Available The solar energetic particle (SEP radiation environment is an important consideration for spacecraft design, spacecraft mission planning and human spaceflight. Herein is presented an investigation into the likely severity of effects of a very large Solar Particle Event (SPE on technology and humans in space. Fluences for SPEs derived using statistical models are compared to historical SPEs to verify their appropriateness for use in the analysis which follows. By combining environment tools with tools to model effects behind varying layers of spacecraft shielding it is possible to predict what impact a large SPE would be likely to have on a spacecraft in Near-Earth interplanetary space or geostationary Earth orbit. Also presented is a comparison of results generated using the traditional method of inputting the environment spectra, determined using a statistical model, into effects tools and a new method developed as part of the ESA SEPEM Project allowing for the creation of an effect time series on which statistics, previously applied to the flux data, can be run directly. The SPE environment spectra is determined and presented as energy integrated proton fluence (cm−2 as a function of particle energy (in MeV. This is input into the SHIELDOSE-2, MULASSIS, NIEL, GRAS and SEU effects tools to provide the output results. In the case of the new method for analysis, the flux time series is fed directly into the MULASSIS and GEMAT tools integrated into the SEPEM system. The output effect quantities include total ionising dose (in rads, non-ionising energy loss (MeV g−1, single event upsets (upsets/bit and the dose in humans compared to established limits for stochastic (or cancer-causing effects and tissue reactions (such as acute radiation sickness in humans given in grey-equivalent and sieverts respectively.

  16. Towards behavioral synthesis of asynchronous circuits - an implementation template targeting syntax directed compilation

    DEFF Research Database (Denmark)

    Nielsen, Sune Fallgaard; Sparsø, Jens; Madsen, Jan

    2004-01-01

    This paper presents a method for behavioral synthesis of asynchronous circuits. Our approach aims at providing a synthesis flow which is very similar to what is found in existing synchronous design tools. We adapt the synchronous behavioral synthesis abstraction into the asynchronous handshake...

  17. Momentum distribution of charged particles in jets in dijet events and ...

    Indian Academy of Sciences (India)

    2016-07-19

    Jul 19, 2016 ... Momentum distribution of charged particles in jets in dijet events and comparison to perturbative QCD predictions. M E ZOMORRODIAN1,∗, M HASHEMINIA1,4, S M ZABIHINPOUR2 and A MIRJALILI3. 1Department of Physics, Ferdowsi University of Mashhad, 91775-1436, Mashhad, Iran. 2Department of ...

  18. FAST: A fully asynchronous and status-tracking pattern for geoprocessing services orchestration

    Science.gov (United States)

    Wu, Huayi; You, Lan; Gui, Zhipeng; Gao, Shuang; Li, Zhenqiang; Yu, Jingmin

    2014-09-01

    Geoprocessing service orchestration (GSO) provides a unified and flexible way to implement cross-application, long-lived, and multi-step geoprocessing service workflows by coordinating geoprocessing services collaboratively. Usually, geoprocessing services and geoprocessing service workflows are data and/or computing intensive. The intensity feature may make the execution process of a workflow time-consuming. Since it initials an execution request without blocking other interactions on the client side, an asynchronous mechanism is especially appropriate for GSO workflows. Many critical problems remain to be solved in existing asynchronous patterns for GSO including difficulties in improving performance, status tracking, and clarifying the workflow structure. These problems are a challenge when orchestrating performance efficiency, making statuses instantly available, and constructing clearly structured GSO workflows. A Fully Asynchronous and Status-Tracking (FAST) pattern that adopts asynchronous interactions throughout the whole communication tier of a workflow is proposed for GSO. The proposed FAST pattern includes a mechanism that actively pushes the latest status to clients instantly and economically. An independent proxy was designed to isolate the status tracking logic from the geoprocessing business logic, which assists the formation of a clear GSO workflow structure. A workflow was implemented in the FAST pattern to simulate the flooding process in the Poyang Lake region. Experimental results show that the proposed FAST pattern can efficiently tackle data/computing intensive geoprocessing tasks. The performance of all collaborative partners was improved due to the asynchronous mechanism throughout communication tier. A status-tracking mechanism helps users retrieve the latest running status of a GSO workflow in an efficient and instant way. The clear structure of the GSO workflow lowers the barriers for geospatial domain experts and model designers to

  19. Electrically and magnetically dual-driven Janus particles for handwriting-enabled electronic paper

    Energy Technology Data Exchange (ETDEWEB)

    Komazaki, Y., E-mail: komazaki@dt.k.u-tokyo.ac.jp; Hirama, H.; Torii, T. [Graduate School of Frontier Sciences, The University of Tokyo, Kashiwa, Chiba 277-8563 (Japan)

    2015-04-21

    In this work, we describe the synthesis of novel electrically and magnetically dual-driven Janus particles for a handwriting-enabled twisting ball display via the microfluidic technique. One hemisphere of the Janus particles contains a charge control agent, which allows the display color to be controlled by applying a voltage and superparamagnetic nanoparticles, allows handwriting by applying a magnetic field to the display. We fabricated a twisting ball display utilizing these Janus particles and tested the electric color control and handwriting using a magnet. As a result, the display was capable of permitting handwriting with a small magnet in addition to conventional color control using an applied voltage (80 V). Handwriting performance was improved by increasing the concentration of superparamagnetic nanoparticles and was determined to be possible even when 80 V was applied across the electrodes for 4 wt. % superparamagnetic nanoparticles in one hemisphere. This improvement was impossible when the concentration was reduced to 2 wt. % superparamagnetic nanoparticles. The technology presented in our work can be applied to low-cost, lightweight, highly visible, and energy-saving electronic message boards and large whiteboards because the large-size display can be fabricated easily due to its simple structure.

  20. Electrically and magnetically dual-driven Janus particles for handwriting-enabled electronic paper

    International Nuclear Information System (INIS)

    Komazaki, Y.; Hirama, H.; Torii, T.

    2015-01-01

    In this work, we describe the synthesis of novel electrically and magnetically dual-driven Janus particles for a handwriting-enabled twisting ball display via the microfluidic technique. One hemisphere of the Janus particles contains a charge control agent, which allows the display color to be controlled by applying a voltage and superparamagnetic nanoparticles, allows handwriting by applying a magnetic field to the display. We fabricated a twisting ball display utilizing these Janus particles and tested the electric color control and handwriting using a magnet. As a result, the display was capable of permitting handwriting with a small magnet in addition to conventional color control using an applied voltage (80 V). Handwriting performance was improved by increasing the concentration of superparamagnetic nanoparticles and was determined to be possible even when 80 V was applied across the electrodes for 4 wt. % superparamagnetic nanoparticles in one hemisphere. This improvement was impossible when the concentration was reduced to 2 wt. % superparamagnetic nanoparticles. The technology presented in our work can be applied to low-cost, lightweight, highly visible, and energy-saving electronic message boards and large whiteboards because the large-size display can be fabricated easily due to its simple structure

  1. Pediatric emergency medicine asynchronous e-learning: a multicenter randomized controlled Solomon four-group study.

    Science.gov (United States)

    Chang, Todd P; Pham, Phung K; Sobolewski, Brad; Doughty, Cara B; Jamal, Nazreen; Kwan, Karen Y; Little, Kim; Brenkert, Timothy E; Mathison, David J

    2014-08-01

    Asynchronous e-learning allows for targeted teaching, particularly advantageous when bedside and didactic education is insufficient. An asynchronous e-learning curriculum has not been studied across multiple centers in the context of a clinical rotation. We hypothesize that an asynchronous e-learning curriculum during the pediatric emergency medicine (EM) rotation improves medical knowledge among residents and students across multiple participating centers. Trainees on pediatric EM rotations at four large pediatric centers from 2012 to 2013 were randomized in a Solomon four-group design. The experimental arms received an asynchronous e-learning curriculum consisting of nine Web-based, interactive, peer-reviewed Flash/HTML5 modules. Postrotation testing and in-training examination (ITE) scores quantified improvements in knowledge. A 2 × 2 analysis of covariance (ANCOVA) tested interaction and main effects, and Pearson's correlation tested associations between module usage, scores, and ITE scores. A total of 256 of 458 participants completed all study elements; 104 had access to asynchronous e-learning modules, and 152 were controls who used the current education standards. No pretest sensitization was found (p = 0.75). Use of asynchronous e-learning modules was associated with an improvement in posttest scores (p effect (partial η(2) = 0.19). Posttest scores correlated with ITE scores (r(2) = 0.14, p e-learning is an effective educational tool to improve knowledge in a clinical rotation. Web-based asynchronous e-learning is a promising modality to standardize education among multiple institutions with common curricula, particularly in clinical rotations where scheduling difficulties, seasonality, and variable experiences limit in-hospital learning. © 2014 by the Society for Academic Emergency Medicine.

  2. Polydisperse particle-driven gravity currents in non-rectangular cross section channels

    Science.gov (United States)

    Zemach, T.

    2018-01-01

    We consider a high-Reynolds-number gravity current generated by polydisperse suspension of n types of particles distributed in a fluid of density ρi. Each class of particles in suspension has a different settling velocity. The current propagates along a channel of non-rectangular cross section into an ambient fluid of constant density ρa. The bottom and top of the channel are at z = 0, H, and the cross section is given by the quite general form -f1(z) ≤ y ≤ f2(z) for 0 ≤ z ≤ H. The flow is modeled by the one-layer shallow-water equations obtained for the time-dependent motion. We solve the problem by a finite-difference numerical code to present typical height h, velocity u, and mass fractions of particle (concentrations) (ϕ( j), j = 1, …, n) profiles. The runout length of suspensions in channels of power-law cross sections is analytically predicted using a simplified depth-averaged "box" model. We demonstrate that any degree of polydispersivity adds to the runout length of the currents, relative to that of equivalent monodisperse currents with an average settling velocity. The theoretical predictions are supported by the available experimental data. The present approach is a significant generalization of the particle-driven gravity current problem: on the one hand, now the monodisperse current in non-rectangular channels is a particular case of n = 1. On the other hand, the classical formulation of polydisperse currents for a rectangular channel is now just a particular case, f(z) = const., in the wide domain of cross sections covered by this new model.

  3. Increasing Student Engagement Using Asynchronous Learning

    Science.gov (United States)

    Northey, Gavin; Bucic, Tania; Chylinski, Mathew; Govind, Rahul

    2015-01-01

    Student engagement is an ongoing concern for educators because of its positive association with deep learning and educational outcomes. This article tests the use of a social networking site (Facebook) as a tool to facilitate asynchronous learning opportunities that complement face-to-face interactions and thereby enable a stronger learning…

  4. Radiation therapy with laser-driven accelerated particle beams: physical dosimetry and spatial dose distribution

    Energy Technology Data Exchange (ETDEWEB)

    Reinhardt, Sabine; Assmann, Walter [Ludwig-Maximilians Universitaet Muenchen (Germany); Kneschaurek, Peter; Wilkens, Jan [MRI, Technische Universitaet Muenchen (Germany)

    2011-07-01

    One of the main goals of the Munich Centre for Advanced Photonics (MAP) is the application of laser driven accelerated (LDA) particle beams for radiation therapy. Due to the unique acceleration process ultrashort particle pulses of high intensity (> 10{sup 7} particles /cm{sup 2}/ns) are generated, which makes online detection an ambitious task. So far, state of the art detection of laser accelerated ion pulses are non-electronic detectors like radiochromic films (RCF), imaging plates (IP) or nuclear track detectors (e.g. CR39). All these kind of detectors are offline detectors requiring several hours of processing time. For this reason they are not qualified for an application in radiation therapy where quantitative real time detection of the beam is an essential prerequisite. Therefore we are investigating pixel detectors for real time monitoring of LDA particle pulses. First tests of commercially available systems with 8-20 MeV protons are presented. For radiobiological experiments second generation Gafchromic films (EBT2) have been calibrated with protons of 12 and 20 MeV for a dose range of 0.3-10 Gy. Dose verification in proton irradiation of subcutaneous tumours in mice was successfully accomplished using these films.

  5. Mean occurrence frequency and temporal risk analysis of solar particle events

    International Nuclear Information System (INIS)

    Kim, Myung-Hee Y.; Cucinotta, Francis A.; Wilson, John W.

    2006-01-01

    The protection of astronauts from space radiation is required on future exploratory class and long-duration missions. For the accurate projections of radiation doses, a solar cycle statistical model, which quantifies the progression level within the cycle, has been developed. The resultant future cycle projection is then applied to estimate the mean frequency of solar particle events (SPEs) in the near future using a power law function of sunspot number. Detailed temporal behaviors of the recent large event and two historically large events of the August 1972 SPE and the November 1960 SPE are analyzed for dose-rate and cumulative dose equivalent at sensitive organs. Polyethylene shielded 'storm shelters' inside spacecraft are studied to limit astronauts' total exposure at a sensitive site within 10 cSv from a large event as a potential goal that fulfills the ALARA (as low as reasonably achievable) requirement

  6. Asynchronous Gossip for Averaging and Spectral Ranking

    Science.gov (United States)

    Borkar, Vivek S.; Makhijani, Rahul; Sundaresan, Rajesh

    2014-08-01

    We consider two variants of the classical gossip algorithm. The first variant is a version of asynchronous stochastic approximation. We highlight a fundamental difficulty associated with the classical asynchronous gossip scheme, viz., that it may not converge to a desired average, and suggest an alternative scheme based on reinforcement learning that has guaranteed convergence to the desired average. We then discuss a potential application to a wireless network setting with simultaneous link activation constraints. The second variant is a gossip algorithm for distributed computation of the Perron-Frobenius eigenvector of a nonnegative matrix. While the first variant draws upon a reinforcement learning algorithm for an average cost controlled Markov decision problem, the second variant draws upon a reinforcement learning algorithm for risk-sensitive control. We then discuss potential applications of the second variant to ranking schemes, reputation networks, and principal component analysis.

  7. The acceleration of particles at propagating interplanetary shocks

    Science.gov (United States)

    Prinsloo, P. L.; Strauss, R. D. T.

    2017-12-01

    Enhancements of charged energetic particles are often observed at Earth following the eruption of coronal mass ejections (CMEs) on the Sun. These enhancements are thought to arise from the acceleration of those particles at interplanetary shocks forming ahead of CMEs, propagating into the heliosphere. In this study, we model the acceleration of these energetic particles by solving a set of stochastic differential equations formulated to describe their transport and including the effects of diffusive shock acceleration. The study focuses on how acceleration at halo-CME-driven shocks alter the energy spectra of non-thermal particles, while illustrating how this acceleration process depends on various shock and transport parameters. We finally attempt to establish the relative contributions of different seed populations of energetic particles in the inner heliosphere to observed intensities during selected acceleration events.

  8. Violation of the equivalence principle for stressed bodies in asynchronous relativity

    Energy Technology Data Exchange (ETDEWEB)

    Andrade Martins, R. de (Centro de Logica, Epistemologia e Historia da Ciencia, Campinas (Brazil))

    1983-12-11

    In the recently developed asynchronous formulation of the relativistic theory of extended bodies, the inertial mass of a body does not explicitly depend on its pressure or stress. The detailed analysis of the weight of a box filled with a gas and placed in a weak gravitational field shows that this feature of asynchronous relativity implies a breakdown of the equivalence between inertial and passive gravitational mass for stressed systems.

  9. Role of particle masses in the magnetic field generation driven by the parity violating interaction

    Energy Technology Data Exchange (ETDEWEB)

    Dvornikov, Maxim, E-mail: maxdvo@izmiran.ru [Pushkov Institute of Terrestrial Magnetism, Ionosphere and Radiowave Propagation (IZMIRAN), 142190 Troitsk, Moscow (Russian Federation); Physics Faculty, National Research Tomsk State University, 36 Lenin Avenue, 634050 Tomsk (Russian Federation); II. Institute for Theoretical Physics, University of Hamburg, 149 Luruper Chaussee, D-22761 Hamburg (Germany)

    2016-09-10

    Recently the new model for the generation of strong large scale magnetic fields in neutron stars, driven by the parity violating interaction, was proposed. In this model, the magnetic field instability results from the modification of the chiral magnetic effect in presence of the electroweak interaction between ultrarelativistic electrons and nucleons. In the present work we study how a nonzero mass of charged particles, which are degenerate relativistic electrons and nonrelativistic protons, influences the generation of the magnetic field in frames of this approach. For this purpose we calculate the induced electric current of these charged particles, electroweakly interacting with background neutrons and an external magnetic field, exactly accounting for the particle mass. This current is calculated by two methods: using the exact solution of the Dirac equation for a charged particle in external fields and computing the polarization operator of a photon in matter composed of background neutrons. We show that the induced current is vanishing in both approaches leading to the zero contribution of massive particles to the generated magnetic field. We discuss the implication of our results for the problem of the magnetic field generation in compact stars.

  10. Event-driven control of a speed varying digital displacement machine

    DEFF Research Database (Denmark)

    Pedersen, Niels Henrik; Johansen, Per; Andersen, Torben O.

    2017-01-01

    . The controller synthesis is carried out as a discrete optimal deterministic problem with full state feedback. Based on a linear analysis of the feedback control system, stability is proven in a pre-specified operation region. Simulation of a non-linear evaluation model with the controller implemented shows great...... be treated as a Discrete Linear Time Invariant control problem with synchronous sampling rate. To make synchronous linear control theory applicable for a variable speed digital displacement machine, a method based on event-driven control is presented. Using this method, the time domain differential equations...... are converted into the spatial (position) domain to obtain a constant sampling rate and thus allowing for use of classical control theory. The method is applied to a down scaled digital fluid power motor, where the motor speed is controlled at varying references under varying pressure and load torque conditions...

  11. On the theoretical gap between synchronous and asynchronous MPC protocols

    DEFF Research Database (Denmark)

    Beerliová-Trubíniová, Zuzana; Hirt, Martin; Nielsen, Jesper Buus

    2010-01-01

    that in the cryptographic setting (with setup), the sole reason for it is the distribution of inputs: given an oracle for input distribution, cryptographically-secure asynchronous MPC is possible with the very same condition as synchronous MPC, namely t ..., we show that such an input-distribution oracle can be reduced to an oracle that allows each party to synchronously broadcast one single message. This means that when one single round of synchronous broadcast is available, then asynchronous MPC is possible at the same condition as synchronous MPC...

  12. Aerosol particle shrinkage event phenomenology in a South European suburban area during 2009-2015

    Science.gov (United States)

    Alonso-Blanco, E.; Gómez-Moreno, F. J.; Núñez, L.; Pujadas, M.; Cusack, M.; Artíñano, B.

    2017-07-01

    A high number of aerosol particle shrinkage cases (70) have been identified and analyzed from an extensive and representative database of aerosol size distributions obtained between 2009 and 2015 at an urban background site in Madrid (Spain). A descriptive classification based on the process from which the shrinkage began is proposed according which shrinkage events were divided into three groups: (1) NPF + shrinkage (NPF + S) events, (2) aerosol particle growth process + shrinkage (G + S) events, and (3) pure shrinkage (S) events. The largest number of shrinkages corresponded to the S-type followed by NPF + S, while the G + S events were the least frequent group recorded. Duration of shrinkages varied widely from 0.75 to 8.5 h and SR from -1.0 to -11.1 nm h-1. These processes typically occurred in the afternoon, around 18:00 UTC, caused by two situations: i) a wind speed increase usually associated with a change in the wind direction (over 60% of the observations) and ii) the reduction of photochemical activity at the end of the day. All shrinkages were detected during the warm period, mainly between May and August, when local meteorological conditions (high solar irradiance and temperature and low relative humidity), atmospheric processes (high photochemical activity) and availability of aerosol-forming precursors were favorable for their development. As a consequence of these processes, the particles concentration corresponding to the Aitken mode decreased into the nucleation mode. The accumulation mode did not undergo significant changes during these processes. In some cases, a dilution of the particulate content in the ambient air was observed. This work, goes further than others works dealing with aerosol particles shrinkages, as it incorporates as a main novelty a classification methodology for studying these processes. Moreover, compared to other studies, it is supported by a high and representative number of observations. Thus, this study contributes to

  13. Novel Simplified Model for Asynchronous Machine with Consideration of Frequency Characteristic

    Directory of Open Access Journals (Sweden)

    Changchun Cai

    2014-01-01

    Full Text Available The frequency characteristic of electric equipment should be considered in the digital simulation of power systems. The traditional asynchronous machine third-order transient model excludes not only the stator transient but also the frequency characteristics, thus decreasing the application sphere of the model and resulting in a large error under some special conditions. Based on the physical equivalent circuit and Park model for asynchronous machines, this study proposes a novel asynchronous third-order transient machine model with consideration of the frequency characteristic. In the new definitions of variables, the voltages behind the reactance are redefined as the linear equation of flux linkage. In this way, the rotor voltage equation is not associated with the derivative terms of frequency. However, the derivative terms of frequency should not always be ignored in the application of the traditional third-order transient model. Compared with the traditional third-order transient model, the novel simplified third-order transient model with consideration of the frequency characteristic is more accurate without increasing the order and complexity. Simulation results show that the novel third-order transient model for the asynchronous machine is suitable and effective and is more accurate than the widely used traditional simplified third-order transient model under some special conditions with drastic frequency fluctuations.

  14. Asynchronous Multiparty Computation

    DEFF Research Database (Denmark)

    Damgård, Ivan Bjerre; Geisler, Martin; Krøigaard, Mikkel

    2009-01-01

    guarantees termination if the adversary allows a preprocessing phase to terminate, in which no information is released. The communication complexity of this protocol is the same as that of a passively secure solution up to a constant factor. It is secure against an adaptive and active adversary corrupting...... less than n/3 players. We also present a software framework for implementation of asynchronous protocols called VIFF (Virtual Ideal Functionality Framework), which allows automatic parallelization of primitive operations such as secure multiplications, without having to resort to complicated...... multithreading. Benchmarking of a VIFF implementation of our protocol confirms that it is applicable to practical non-trivial secure computations....

  15. Argo: A Time-Elastic Time-Division-Multiplexed NOC using Asynchronous Routers

    DEFF Research Database (Denmark)

    Kasapaki, Evangelia; Sparsø, Jens

    2014-01-01

    are either synchronous or mesochronous. We use asynchronous routers to achieve a simpler, smaller, and more robust, self-timed design. Our design exploits the fact that pipelined asynchronous circuits also behave as ripple FIFOs. Thus, it avoids the need for explicit synchronization FIFOs between the routers......In this paper we explore the use of asynchronous routers in a time-division-multiplexed (TDM) network-on-chip (NOC), Argo, that is being developed for a multi-processor platform for hard real-time systems. TDM inherently requires a common time reference, and existing TDM-based NOC designs...... delays derived from a 65nm CMOS implementation, a worstcase analysis shows that a typical design can tolerate a skew of 1-5 cycles (depending on FIFO depths and NI clock frequency). Simulation results of a 2 x 2 NOC confirm this....

  16. Starnet, a high-speed fiber optical network for particle physics application

    International Nuclear Information System (INIS)

    Bacilieri, P.; Ghiselli, A.; Caccia, B.; Valentini, S.; Ciaffoni, O.; Di Pirro, G.; Ferrer, M.L.; Martini, A.; Pace, E.; Trasatti, L.

    1990-01-01

    An asynchronous data transmission optical network using single-mode fibers and capable of transmitting frequencies of a few Gbit/s at distances of tens of kilometers is presented. This network (or part of it) is of interest for application in particle physics. (orig.)

  17. Asynchronous vs didactic education: it’s too early to throw in the towel on tradition

    Science.gov (United States)

    2013-01-01

    Background Asynchronous, computer based instruction is cost effective, allows self-directed pacing and review, and addresses preferences of millennial learners. Current research suggests there is no significant difference in learning compared to traditional classroom instruction. Data are limited for novice learners in emergency medicine. The objective of this study was to compare asynchronous, computer-based instruction with traditional didactics for senior medical students during a week-long intensive course in acute care. We hypothesized both modalities would be equivalent. Methods This was a prospective observational quasi-experimental study of 4th year medical students who were novice learners with minimal prior exposure to curricular elements. We assessed baseline knowledge with an objective pre-test. The curriculum was delivered in either traditional lecture format (shock, acute abdomen, dyspnea, field trauma) or via asynchronous, computer-based modules (chest pain, EKG interpretation, pain management, trauma). An interactive review covering all topics was followed by a post-test. Knowledge retention was measured after 10 weeks. Pre and post-test items were written by a panel of medical educators and validated with a reference group of learners. Mean scores were analyzed using dependent t-test and attitudes were assessed by a 5-point Likert scale. Results 44 of 48 students completed the protocol. Students initially acquired more knowledge from didactic education as demonstrated by mean gain scores (didactic: 28.39% ± 18.06; asynchronous 9.93% ± 23.22). Mean difference between didactic and asynchronous = 18.45% with 95% CI [10.40 to 26.50]; p = 0.0001. Retention testing demonstrated similar knowledge attrition: mean gain scores −14.94% (didactic); -17.61% (asynchronous), which was not significantly different: 2.68% ± 20.85, 95% CI [−3.66 to 9.02], p = 0.399. The attitudinal survey revealed that 60.4% of students believed the asynchronous

  18. EUCAARI ion spectrometer measurements at 12 European sites – analysis of new particle formation events

    Directory of Open Access Journals (Sweden)

    H. E. Manninen

    2010-08-01

    Full Text Available We present comprehensive results on continuous atmospheric cluster and particle measurements in the size range ~1–42 nm within the European Integrated project on Aerosol Cloud Climate and Air Quality interactions (EUCAARI project. We focused on characterizing the spatial and temporal variation of new particle formation events and relevant particle formation parameters across Europe. Different types of air ion and cluster mobility spectrometers were deployed at 12 field sites across Europe from March 2008 to May 2009. The measurements were conducted in a wide variety of environments, including coastal and continental locations as well as sites at different altitudes (both in the boundary layer and the free troposphere. New particle formation events were detected at all of the 12 field sites during the year-long measurement period. From the data, nucleation and growth rates of newly formed particles were determined for each environment. In a case of parallel ion and neutral cluster measurements, we could also estimate the relative contribution of ion-induced and neutral nucleation to the total particle formation. The formation rates of charged particles at 2 nm accounted for 1–30% of the corresponding total particle formation rates. As a significant new result, we found out that the total particle formation rate varied much more between the different sites than the formation rate of charged particles. This work presents, so far, the most comprehensive effort to experimentally characterize nucleation and growth of atmospheric molecular clusters and nanoparticles at ground-based observation sites on a continental scale.

  19. High Fidelity Measurement of Free Space Solar Particle Event and Galactic Cosmic Ray Environments at Intermediate Energies

    Science.gov (United States)

    Leitgab, M.

    2018-02-01

    A charged particle measurement experiment mounted externally to the Deep Space Gateway is proposed, contributing to improving astronaut radiation exposure management during Solar Particle Events and Extra Vehicular Activities.

  20. Psychophysiological effects of synchronous versus asynchronous music during cycling.

    Science.gov (United States)

    Lim, Harry B T; Karageorghis, Costas I; Romer, Lee M; Bishop, Daniel T

    2014-02-01

    Synchronizing movement to a musical beat may reduce the metabolic cost of exercise, but findings to date have been equivocal. Our aim was to examine the degree to which the synchronous application of music moderates the metabolic demands of a cycle ergometer task. Twenty-three recreationally active men made two laboratory visits. During the first visit, participants completed a maximal incremental ramp test on a cycle ergometer. At the second visit, they completed four randomized 6-min cycling bouts at 90% of ventilatory threshold (control, metronome, synchronous music, and asynchronous music). Main outcome variables were oxygen uptake, HR, ratings of dyspnea and limb discomfort, affective valence, and arousal. No significant differences were evident for oxygen uptake. HR was lower under the metronome condition (122 ± 15 bpm) compared to asynchronous music (124 ± 17 bpm) and control (125 ± 16 bpm). Limb discomfort was lower while listening to the metronome (2.5 ± 1.2) and synchronous music (2.3 ± 1.1) compared to control (3.0 ± 1.5). Both music conditions, synchronous (1.9 ± 1.2) and asynchronous (2.1 ± 1.3), elicited more positive affective valence compared to metronome (1.2 ± 1.4) and control (1.2 ± 1.2), while arousal was higher with synchronous music (3.4 ± 0.9) compared to metronome (2.8 ± 1.0) and control (2.8 ± 0.9). Synchronizing movement to a rhythmic stimulus does not reduce metabolic cost but may lower limb discomfort. Moreover, synchronous music has a stronger effect on limb discomfort and arousal when compared to asynchronous music.

  1. Double-slit experiment with single wave-driven particles and its relation to quantum mechanics.

    Science.gov (United States)

    Andersen, Anders; Madsen, Jacob; Reichelt, Christian; Rosenlund Ahl, Sonja; Lautrup, Benny; Ellegaard, Clive; Levinsen, Mogens T; Bohr, Tomas

    2015-07-01

    In a thought-provoking paper, Couder and Fort [Phys. Rev. Lett. 97, 154101 (2006)] describe a version of the famous double-slit experiment performed with droplets bouncing on a vertically vibrated fluid surface. In the experiment, an interference pattern in the single-particle statistics is found even though it is possible to determine unambiguously which slit the walking droplet passes. Here we argue, however, that the single-particle statistics in such an experiment will be fundamentally different from the single-particle statistics of quantum mechanics. Quantum mechanical interference takes place between different classical paths with precise amplitude and phase relations. In the double-slit experiment with walking droplets, these relations are lost since one of the paths is singled out by the droplet. To support our conclusions, we have carried out our own double-slit experiment, and our results, in particular the long and variable slit passage times of the droplets, cast strong doubt on the feasibility of the interference claimed by Couder and Fort. To understand theoretically the limitations of wave-driven particle systems as analogs to quantum mechanics, we introduce a Schrödinger equation with a source term originating from a localized particle that generates a wave while being simultaneously guided by it. We show that the ensuing particle-wave dynamics can capture some characteristics of quantum mechanics such as orbital quantization. However, the particle-wave dynamics can not reproduce quantum mechanics in general, and we show that the single-particle statistics for our model in a double-slit experiment with an additional splitter plate differs qualitatively from that of quantum mechanics.

  2. Double-slit experiment with single wave-driven particles and its relation to quantum mechanics

    Science.gov (United States)

    Andersen, Anders; Madsen, Jacob; Reichelt, Christian; Rosenlund Ahl, Sonja; Lautrup, Benny; Ellegaard, Clive; Levinsen, Mogens T.; Bohr, Tomas

    2015-07-01

    In a thought-provoking paper, Couder and Fort [Phys. Rev. Lett. 97, 154101 (2006), 10.1103/PhysRevLett.97.154101] describe a version of the famous double-slit experiment performed with droplets bouncing on a vertically vibrated fluid surface. In the experiment, an interference pattern in the single-particle statistics is found even though it is possible to determine unambiguously which slit the walking droplet passes. Here we argue, however, that the single-particle statistics in such an experiment will be fundamentally different from the single-particle statistics of quantum mechanics. Quantum mechanical interference takes place between different classical paths with precise amplitude and phase relations. In the double-slit experiment with walking droplets, these relations are lost since one of the paths is singled out by the droplet. To support our conclusions, we have carried out our own double-slit experiment, and our results, in particular the long and variable slit passage times of the droplets, cast strong doubt on the feasibility of the interference claimed by Couder and Fort. To understand theoretically the limitations of wave-driven particle systems as analogs to quantum mechanics, we introduce a Schrödinger equation with a source term originating from a localized particle that generates a wave while being simultaneously guided by it. We show that the ensuing particle-wave dynamics can capture some characteristics of quantum mechanics such as orbital quantization. However, the particle-wave dynamics can not reproduce quantum mechanics in general, and we show that the single-particle statistics for our model in a double-slit experiment with an additional splitter plate differs qualitatively from that of quantum mechanics.

  3. Emphasis on the Impact of Asynchronous Media

    African Journals Online (AJOL)

    ICTs and their utilization is one of the most pertinent issues in the education industry today. ... The paper pointed out specific impact of asynchronous ICT media in ... The paper finally noted that the struggle to be part of the digital world is ...

  4. Heating calculation features at self-start of large asynchronous motor

    Science.gov (United States)

    Shevchenko, A. A.; Temlyakova, Z. S.; Grechkin, V. V.; Vilberger, M. E.

    2017-10-01

    The article proposes a method for optimizing the incremental heating calculation in the active volume of a large asynchronous motor for certain kinds of load characteristics. The incremental heating calculation is conditioned by the need to determine the aging level of the insulation and to predict a decrease in the electric machine service life. The method for optimizing the incremental heating calculation of asynchronous motor active volume is based on the automation of calculating the heating when simulating the self-starting process of the motor after eliminating an AC drop.

  5. Design issues in the semantics and scheduling of asynchronous tasks.

    Energy Technology Data Exchange (ETDEWEB)

    Olivier, Stephen L.

    2013-07-01

    The asynchronous task model serves as a useful vehicle for shared memory parallel programming, particularly on multicore and manycore processors. As adoption of model among programmers has increased, support has emerged for the integration of task parallel language constructs into mainstream programming languages, e.g., C and C++. This paper examines some of the design decisions in Cilk and OpenMP concerning semantics and scheduling of asynchronous tasks with the aim of informing the efforts of committees considering language integration, as well as developers of new task parallel languages and libraries.

  6. UNIVERSAL REGULAR AUTONOMOUS ASYNCHRONOUS SYSTEMS: ω-LIMIT SETS, INVARIANCE AND BASINS OF ATTRACTION

    Directory of Open Access Journals (Sweden)

    Serban Vlad

    2011-07-01

    Full Text Available The asynchronous systems are the non-deterministic real timebinarymodels of the asynchronous circuits from electrical engineering.Autonomy means that the circuits and their models have no input.Regularity means analogies with the dynamical systems, thus such systems may be considered to be real time dynamical systems with a’vector field’, Universality refers to the case when the state space of the system is the greatest possible in the sense of theinclusion. The purpose of this paper is that of defining, by analogy with the dynamical systems theory, the omega-limit sets, the invariance and the basins of attraction of the universal regular autonomous asynchronous systems.

  7. Modern particle physics event generation with WHIZARD

    International Nuclear Information System (INIS)

    Reuter, J.; Bach, F.; Chokoufe, B.; Kilian, W.; Sekulla, M.; Ohl, T.; Weiss, C.; Siegen Univ.

    2014-01-01

    We describe the multi-purpose Monte-Carlo event generator WHIZARD for the simulation of high-energy particle physics experiments. Besides the presentation of the general features of the program like SM physics, BSM physics, and QCD effects, special emphasis is given to the support of the most accurate simulation of the collider environments at hadron colliders and especially at future linear lepton colliders. On the more technical side, the very recent code refactoring towards a completely object-oriented software package to improve maintainability, flexibility and code development are discussed. Finally, we present ongoing work and future plans regarding higher-order corrections, more general model support including the setup to search for new physics in vector boson scattering at the LHC, as well as several lines of performance improvements.

  8. Modern Particle Physics Event Generation with WHIZARD

    Science.gov (United States)

    Reuter, J.; Bach, F.; Chokoufé, B.; Kilian, W.; Ohl, T.; Sekulla, M.; Weiss, C.

    2015-05-01

    We describe the multi-purpose Monte-Carlo event generator WHIZARD for the simulation of high-energy particle physics experiments. Besides the presentation of the general features of the program like SM physics, BSM physics, and QCD effects, special emphasis will be given to the support of the most accurate simulation of the collider environments at hadron colliders and especially at future linear lepton colliders. On the more technical side, the very recent code refactoring towards a completely object-oriented software package to improve maintainability, flexibility and code development will be discussed. Finally, we present ongoing work and future plans regarding higher-order corrections, more general model support including the setup to search for new physics in vector boson scattering at the LHC, as well as several lines of performance improvements.

  9. Modern Particle Physics Event Generation with WHIZARD

    International Nuclear Information System (INIS)

    Reuter, J; Bach, F; Chokoufé, B; Weiss, C; Kilian, W; Sekulla, M; Ohl, T

    2015-01-01

    We describe the multi-purpose Monte-Carlo event generator WHIZARD for the simulation of high-energy particle physics experiments. Besides the presentation of the general features of the program like SM physics, BSM physics, and QCD effects, special emphasis will be given to the support of the most accurate simulation of the collider environments at hadron colliders and especially at future linear lepton colliders. On the more technical side, the very recent code refactoring towards a completely object-oriented software package to improve maintainability, flexibility and code development will be discussed. Finally, we present ongoing work and future plans regarding higher-order corrections, more general model support including the setup to search for new physics in vector boson scattering at the LHC, as well as several lines of performance improvements. (paper)

  10. Size evolution of ultrafine particles: Differential signatures of normal and episodic events.

    Science.gov (United States)

    Joshi, Manish; Khan, Arshad; Anand, S; Sapra, B K

    2016-01-01

    The effect of fireworks on the aerosol number characteristics of atmosphere was studied for an urban mega city. Measurements were made at 50 m height to assess the local changes around the festival days. Apart from the increase in total number concentration and characteristic accumulation mode, short-term increase of ultrafine particle concentration was noted. Total number concentration varies an order of magnitude during the measurement period in which peak occurs at a frequency of approximately one per day. On integral scale, it seems not possible to distinguish an episodic (e.g. firework bursting induced aerosol emission) and a normal (ambient atmospheric changes) event. However these events could be differentiated on the basis of size evolution analysis around number concentration peaks. The results are discussed relative to past studies and inferences are drawn towards aerosol signatures of firework bursting. The short-term burst in ultrafine particle concentration can pose an inhalation hazard. Copyright © 2015 Elsevier Ltd. All rights reserved.

  11. A novel asynchronous access method with binary interfaces

    Directory of Open Access Journals (Sweden)

    Torres-Solis Jorge

    2008-10-01

    Full Text Available Abstract Background Traditionally synchronous access strategies require users to comply with one or more time constraints in order to communicate intent with a binary human-machine interface (e.g., mechanical, gestural or neural switches. Asynchronous access methods are preferable, but have not been used with binary interfaces in the control of devices that require more than two commands to be successfully operated. Methods We present the mathematical development and evaluation of a novel asynchronous access method that may be used to translate sporadic activations of binary interfaces into distinct outcomes for the control of devices requiring an arbitrary number of commands to be controlled. With this method, users are required to activate their interfaces only when the device under control behaves erroneously. Then, a recursive algorithm, incorporating contextual assumptions relevant to all possible outcomes, is used to obtain an informed estimate of user intention. We evaluate this method by simulating a control task requiring a series of target commands to be tracked by a model user. Results When compared to a random selection, the proposed asynchronous access method offers a significant reduction in the number of interface activations required from the user. Conclusion This novel access method offers a variety of advantages over traditionally synchronous access strategies and may be adapted to a wide variety of contexts, with primary relevance to applications involving direct object manipulation.

  12. NUMERICAL WITHOUT ITERATION METHOD OF MODELING OF ELECTROMECHANICAL PROCESSES IN ASYNCHRONOUS ENGINES

    Directory of Open Access Journals (Sweden)

    D. G. Patalakh

    2018-02-01

    Full Text Available Purpose. Development of calculation of electromagnetic and electromechanic transients is in asynchronous engines without iterations. Methodology. Numeral methods of integration of usual differential equations, programming. Findings. As the system of equations, describing the dynamics of asynchronous engine, contents the products of rotor and stator currents and product of rotation frequency of rotor and currents, so this system is nonlinear one. The numeral solution of nonlinear differential equations supposes an iteration process on every step of integration. Time-continuing and badly converging iteration process may be the reason of calculation slowing. The improvement of numeral method by the way of an iteration process removing is offered. As result the modeling time is reduced. The improved numeral method is applied for integration of differential equations, describing the dynamics of asynchronous engine. Originality. The improvement of numeral method allowing to execute numeral integrations of differential equations containing product of functions is offered, that allows to avoid an iteration process on every step of integration and shorten modeling time. Practical value. On the basis of the offered methodology the universal program of modeling of electromechanics processes in asynchronous engines could be developed as taking advantage on fast-acting.

  13. Dynamic Performances of Asynchronous Machines | Ubeku ...

    African Journals Online (AJOL)

    The per-phase parameters of a 1.5 hp, 380 V, 50 Hz, 4 poles, 3 phase asynchronous machine used in the simulation were computed with reading obtained from a dc, no-load and blocked rotor tests carried out on the machine in the laboratory. The results obtained from the computer simulations confirmed the capabilities ...

  14. Measurement of charged-particle event shape variables in $\\sqrt{s}$ = 7 TeV proton-proton interactions with the ATLAS detector

    CERN Document Server

    Aad, Georges; Abbott, Brad; Abdallah, Jalal; Abdel Khalek, Samah; Abdelalim, Ahmed Ali; Abdinov, Ovsat; Aben, Rosemarie; Abi, Babak; Abolins, Maris; AbouZeid, Ossama; Abramowicz, Halina; Abreu, Henso; Acerbi, Emilio; Acharya, Bobby Samir; Adamczyk, Leszek; Adams, David; Addy, Tetteh; Adelman, Jahred; Adomeit, Stefanie; Adragna, Paolo; Adye, Tim; Aefsky, Scott; Aguilar-Saavedra, Juan Antonio; Agustoni, Marco; Aharrouche, Mohamed; Ahlen, Steven; Ahles, Florian; Ahmad, Ashfaq; Ahsan, Mahsana; Aielli, Giulio; Akdogan, Taylan; Åkesson, Torsten Paul Ake; Akimoto, Ginga; Akimov, Andrei; Alam, Mohammad; Alam, Muhammad Aftab; Albert, Justin; Albrand, Solveig; Aleksa, Martin; Aleksandrov, Igor; Alessandria, Franco; Alexa, Calin; Alexander, Gideon; Alexandre, Gauthier; Alexopoulos, Theodoros; Alhroob, Muhammad; Aliev, Malik; Alimonti, Gianluca; Alison, John; Allbrooke, Benedict; Allport, Phillip; Allwood-Spiers, Sarah; Almond, John; Aloisio, Alberto; Alon, Raz; Alonso, Alejandro; Alonso, Francisco; Alvarez Gonzalez, Barbara; Alviggi, Mariagrazia; Amako, Katsuya; Amelung, Christoph; Ammosov, Vladimir; Amorim, Antonio; Amram, Nir; Anastopoulos, Christos; Ancu, Lucian Stefan; Andari, Nansi; Andeen, Timothy; Anders, Christoph Falk; Anders, Gabriel; Anderson, Kelby; Andreazza, Attilio; Andrei, George Victor; Anduaga, Xabier; Anger, Philipp; Angerami, Aaron; Anghinolfi, Francis; Anisenkov, Alexey; Anjos, Nuno; Annovi, Alberto; Antonaki, Ariadni; Antonelli, Mario; Antonov, Alexey; Antos, Jaroslav; Anulli, Fabio; Aoki, Masato; Aoun, Sahar; Aperio Bella, Ludovica; Apolle, Rudi; Arabidze, Giorgi; Aracena, Ignacio; Arai, Yasuo; Arce, Ayana; Arfaoui, Samir; Arguin, Jean-Francois; Arik, Engin; Arik, Metin; Armbruster, Aaron James; Arnaez, Olivier; Arnal, Vanessa; Arnault, Christian; Artamonov, Andrei; Artoni, Giacomo; Arutinov, David; Asai, Shoji; Asfandiyarov, Ruslan; Ask, Stefan; Åsman, Barbro; Asquith, Lily; Assamagan, Ketevi; Astbury, Alan; Atkinson, Markus; Aubert, Bernard; Auge, Etienne; Augsten, Kamil; Aurousseau, Mathieu; Avolio, Giuseppe; Avramidou, Rachel Maria; Axen, David; Azuelos, Georges; Azuma, Yuya; Baak, Max; Baccaglioni, Giuseppe; Bacci, Cesare; Bach, Andre; Bachacou, Henri; Bachas, Konstantinos; Backes, Moritz; Backhaus, Malte; Badescu, Elisabeta; Bagnaia, Paolo; Bahinipati, Seema; Bai, Yu; Bailey, David; Bain, Travis; Baines, John; Baker, Oliver Keith; Baker, Mark; Baker, Sarah; Banas, Elzbieta; Banerjee, Piyali; Banerjee, Swagato; Banfi, Danilo; Bangert, Andrea Michelle; Bansal, Vikas; Bansil, Hardeep Singh; Barak, Liron; Baranov, Sergei; Barbaro Galtieri, Angela; Barber, Tom; Barberio, Elisabetta Luigia; Barberis, Dario; Barbero, Marlon; Bardin, Dmitri; Barillari, Teresa; Barisonzi, Marcello; Barklow, Timothy; Barlow, Nick; Barnett, Bruce; Barnett, Michael; Baroncelli, Antonio; Barone, Gaetano; Barr, Alan; Barreiro, Fernando; Barreiro Guimarães da Costa, João; Barrillon, Pierre; Bartoldus, Rainer; Barton, Adam Edward; Bartsch, Valeria; Basye, Austin; Bates, Richard; Batkova, Lucia; Batley, Richard; Battaglia, Andreas; Battistin, Michele; Bauer, Florian; Bawa, Harinder Singh; Beale, Steven; Beau, Tristan; Beauchemin, Pierre-Hugues; Beccherle, Roberto; Bechtle, Philip; Beck, Hans Peter; Becker, Anne Kathrin; Becker, Sebastian; Beckingham, Matthew; Becks, Karl-Heinz; Beddall, Andrew; Beddall, Ayda; Bedikian, Sourpouhi; Bednyakov, Vadim; Bee, Christopher; Beemster, Lars; Begel, Michael; Behar Harpaz, Silvia; Beimforde, Michael; Belanger-Champagne, Camille; Bell, Paul; Bell, William; Bella, Gideon; Bellagamba, Lorenzo; Bellina, Francesco; Bellomo, Massimiliano; Belloni, Alberto; Beloborodova, Olga; Belotskiy, Konstantin; Beltramello, Olga; Benary, Odette; Benchekroun, Driss; Bendtz, Katarina; Benekos, Nektarios; Benhammou, Yan; Benhar Noccioli, Eleonora; Benitez Garcia, Jorge-Armando; Benjamin, Douglas; Benoit, Mathieu; Bensinger, James; Benslama, Kamal; Bentvelsen, Stan; Berge, David; Bergeaas Kuutmann, Elin; Berger, Nicolas; Berghaus, Frank; Berglund, Elina; Beringer, Jürg; Bernat, Pauline; Bernhard, Ralf; Bernius, Catrin; Berry, Tracey; Bertella, Claudia; Bertin, Antonio; Bertolucci, Federico; Besana, Maria Ilaria; Besjes, Geert-Jan; Besson, Nathalie; Bethke, Siegfried; Bhimji, Wahid; Bianchi, Riccardo-Maria; Bianco, Michele; Biebel, Otmar; Bieniek, Stephen Paul; Bierwagen, Katharina; Biesiada, Jed; Biglietti, Michela; Bilokon, Halina; Bindi, Marcello; Binet, Sebastien; Bingul, Ahmet; Bini, Cesare; Biscarat, Catherine; Black, Kevin; Blair, Robert; Blanchard, Jean-Baptiste; Blanchot, Georges; Blazek, Tomas; Blocker, Craig; Blocki, Jacek; Blondel, Alain; Blum, Walter; Blumenschein, Ulrike; Bobbink, Gerjan; Bobrovnikov, Victor; Bocchetta, Simona Serena; Bocci, Andrea; Boddy, Christopher Richard; Boehler, Michael; Boek, Jennifer; Boelaert, Nele; Bogaerts, Joannes Andreas; Bogdanchikov, Alexander; Bogouch, Andrei; Bohm, Christian; Bohm, Jan; Boisvert, Veronique; Bold, Tomasz; Boldea, Venera; Bolnet, Nayanka Myriam; Bomben, Marco; Bona, Marcella; Boonekamp, Maarten; Booth, Chris; Bordoni, Stefania; Borer, Claudia; Borisov, Anatoly; Borissov, Guennadi; Borjanovic, Iris; Borri, Marcello; Borroni, Sara; Bortolotto, Valerio; Bos, Kors; Boscherini, Davide; Bosman, Martine; Boterenbrood, Hendrik; Bouchami, Jihene; Boudreau, Joseph; Bouhova-Thacker, Evelina Vassileva; Boumediene, Djamel Eddine; Bourdarios, Claire; Bousson, Nicolas; Boveia, Antonio; Boyd, James; Boyko, Igor; Bozovic-Jelisavcic, Ivanka; Bracinik, Juraj; Branchini, Paolo; Brandt, Andrew; Brandt, Gerhard; Brandt, Oleg; Bratzler, Uwe; Brau, Benjamin; Brau, James; Braun, Helmut; Brazzale, Simone Federico; Brelier, Bertrand; Bremer, Johan; Brendlinger, Kurt; Brenner, Richard; Bressler, Shikma; Britton, Dave; Brochu, Frederic; Brock, Ian; Brock, Raymond; Broggi, Francesco; Bromberg, Carl; Bronner, Johanna; Brooijmans, Gustaaf; Brooks, Timothy; Brooks, William; Brown, Gareth; Brown, Heather; Bruckman de Renstrom, Pawel; Bruncko, Dusan; Bruneliere, Renaud; Brunet, Sylvie; Bruni, Alessia; Bruni, Graziano; Bruschi, Marco; Buanes, Trygve; Buat, Quentin; Bucci, Francesca; Buchanan, James; Buchholz, Peter; Buckingham, Ryan; Buckley, Andrew; Buda, Stelian Ioan; Budagov, Ioulian; Budick, Burton; Büscher, Volker; Bugge, Lars; Bulekov, Oleg; Bundock, Aaron Colin; Bunse, Moritz; Buran, Torleiv; Burckhart, Helfried; Burdin, Sergey; Burgess, Thomas; Burke, Stephen; Busato, Emmanuel; Bussey, Peter; Buszello, Claus-Peter; Butler, Bart; Butler, John; Buttar, Craig; Butterworth, Jonathan; Buttinger, William; Cabrera Urbán, Susana; Caforio, Davide; Cakir, Orhan; Calafiura, Paolo; Calderini, Giovanni; Calfayan, Philippe; Calkins, Robert; Caloba, Luiz; Caloi, Rita; Calvet, David; Calvet, Samuel; Camacho Toro, Reina; Camarri, Paolo; Cameron, David; Caminada, Lea Michaela; Caminal Armadans, Roger; Campana, Simone; Campanelli, Mario; Canale, Vincenzo; Canelli, Florencia; Canepa, Anadi; Cantero, Josu; Cantrill, Robert; Capasso, Luciano; Capeans Garrido, Maria Del Mar; Caprini, Irinel; Caprini, Mihai; Capriotti, Daniele; Capua, Marcella; Caputo, Regina; Cardarelli, Roberto; Carli, Tancredi; Carlino, Gianpaolo; Carminati, Leonardo; Caron, Bryan; Caron, Sascha; Carquin, Edson; Carrillo Montoya, German D; Carter, Antony; Carter, Janet; Carvalho, João; Casadei, Diego; Casado, Maria Pilar; Cascella, Michele; Caso, Carlo; Castaneda Hernandez, Alfredo Martin; Castaneda-Miranda, Elizabeth; Castillo Gimenez, Victoria; Castro, Nuno Filipe; Cataldi, Gabriella; Catastini, Pierluigi; Catinaccio, Andrea; Catmore, James; Cattai, Ariella; Cattani, Giordano; Caughron, Seth; Cavaliere, Viviana; Cavalleri, Pietro; Cavalli, Donatella; Cavalli-Sforza, Matteo; Cavasinni, Vincenzo; Ceradini, Filippo; Santiago Cerqueira, Augusto; Cerri, Alessandro; Cerrito, Lucio; Cerutti, Fabio; Cetin, Serkant Ali; Chafaq, Aziz; Chakraborty, Dhiman; Chalupkova, Ina; Chan, Kevin; Chang, Philip; Chapleau, Bertrand; Chapman, John Derek; Chapman, John Wehrley; Chareyre, Eve; Charlton, Dave; Chavda, Vikash; Chavez Barajas, Carlos Alberto; Cheatham, Susan; Chekanov, Sergei; Chekulaev, Sergey; Chelkov, Gueorgui; Chelstowska, Magda Anna; Chen, Chunhui; Chen, Hucheng; Chen, Shenjian; Chen, Xin; Chen, Yujiao; Cheplakov, Alexander; Cherkaoui El Moursli, Rajaa; Chernyatin, Valeriy; Cheu, Elliott; Cheung, Sing-Leung; Chevalier, Laurent; Chiefari, Giovanni; Chikovani, Leila; Childers, John Taylor; Chilingarov, Alexandre; Chiodini, Gabriele; Chisholm, Andrew; Chislett, Rebecca Thalatta; Chitan, Adrian; Chizhov, Mihail; Choudalakis, Georgios; Chouridou, Sofia; Christidi, Illectra-Athanasia; Christov, Asen; Chromek-Burckhart, Doris; Chu, Ming-Lee; Chudoba, Jiri; Ciapetti, Guido; Ciftci, Abbas Kenan; Ciftci, Rena; Cinca, Diane; Cindro, Vladimir; Ciocca, Claudia; Ciocio, Alessandra; Cirilli, Manuela; Cirkovic, Predrag; Citterio, Mauro; Ciubancan, Mihai; Clark, Allan G; Clark, Philip James; Clarke, Robert; Cleland, Bill; Clemens, Jean-Claude; Clement, Benoit; Clement, Christophe; Coadou, Yann; Cobal, Marina; Coccaro, Andrea; Cochran, James H; Cogan, Joshua Godfrey; Coggeshall, James; Cogneras, Eric; Colas, Jacques; Cole, Stephen; Colijn, Auke-Pieter; Collins, Neil; Collins-Tooth, Christopher; Collot, Johann; Colombo, Tommaso; Colon, German; Conde Muiño, Patricia; Coniavitis, Elias; Conidi, Maria Chiara; Consonni, Sofia Maria; Consorti, Valerio; Constantinescu, Serban; Conta, Claudio; Conti, Geraldine; Conventi, Francesco; Cooke, Mark; Cooper, Ben; Cooper-Sarkar, Amanda; Copic, Katherine; Cornelissen, Thijs; Corradi, Massimo; Corriveau, Francois; Cortes-Gonzalez, Arely; Cortiana, Giorgio; Costa, Giuseppe; Costa, María José; Costanzo, Davide; Côté, David; Courneyea, Lorraine; Cowan, Glen; Cowden, Christopher; Cox, Brian; Cranmer, Kyle; Crescioli, Francesco; Cristinziani, Markus; Crosetti, Giovanni; Crépé-Renaudin, Sabine; Cuciuc, Constantin-Mihai; Cuenca Almenar, Cristóbal; Cuhadar Donszelmann, Tulay; Curatolo, Maria; Curtis, Chris; Cuthbert, Cameron; Cwetanski, Peter; Czirr, Hendrik; Czodrowski, Patrick; Czyczula, Zofia; D'Auria, Saverio; D'Onofrio, Monica; D'Orazio, Alessia; Da Cunha Sargedas De Sousa, Mario Jose; Da Via, Cinzia; Dabrowski, Wladyslaw; Dafinca, Alexandru; Dai, Tiesheng; Dallapiccola, Carlo; Dam, Mogens; Dameri, Mauro; Damiani, Daniel; Danielsson, Hans Olof; Dao, Valerio; Darbo, Giovanni; Darlea, Georgiana Lavinia; Dassoulas, James; Davey, Will; Davidek, Tomas; Davidson, Nadia; Davidson, Ruth; Davies, Eleanor; Davies, Merlin; Davignon, Olivier; Davison, Adam; Davygora, Yuriy; Dawe, Edmund; Dawson, Ian; Daya-Ishmukhametova, Rozmin; De, Kaushik; de Asmundis, Riccardo; De Castro, Stefano; De Cecco, Sandro; de Graat, Julien; De Groot, Nicolo; de Jong, Paul; De La Taille, Christophe; De la Torre, Hector; De Lorenzi, Francesco; de Mora, Lee; De Nooij, Lucie; De Pedis, Daniele; De Salvo, Alessandro; De Sanctis, Umberto; De Santo, Antonella; De Vivie De Regie, Jean-Baptiste; De Zorzi, Guido; Dearnaley, William James; Debbe, Ramiro; Debenedetti, Chiara; Dechenaux, Benjamin; Dedovich, Dmitri; Degenhardt, James; Del Papa, Carlo; Del Peso, Jose; Del Prete, Tarcisio; Delemontex, Thomas; Deliyergiyev, Maksym; Dell'Acqua, Andrea; Dell'Asta, Lidia; Della Pietra, Massimo; della Volpe, Domenico; Delmastro, Marco; Delsart, Pierre-Antoine; Deluca, Carolina; Demers, Sarah; Demichev, Mikhail; Demirkoz, Bilge; Deng, Jianrong; Denisov, Sergey; Derendarz, Dominik; Derkaoui, Jamal Eddine; Derue, Frederic; Dervan, Paul; Desch, Klaus Kurt; Devetak, Erik; Deviveiros, Pier-Olivier; Dewhurst, Alastair; DeWilde, Burton; Dhaliwal, Saminder; Dhullipudi, Ramasudhakar; Di Ciaccio, Anna; Di Ciaccio, Lucia; Di Girolamo, Alessandro; Di Girolamo, Beniamino; Di Luise, Silvestro; Di Mattia, Alessandro; Di Micco, Biagio; Di Nardo, Roberto; Di Simone, Andrea; Di Sipio, Riccardo; Diaz, Marco Aurelio; Diehl, Edward; Dietrich, Janet; Dietzsch, Thorsten; Diglio, Sara; Dindar Yagci, Kamile; Dingfelder, Jochen; Dinut, Florin; Dionisi, Carlo; Dita, Petre; Dita, Sanda; Dittus, Fridolin; Djama, Fares; Djobava, Tamar; Barros do Vale, Maria Aline; Do Valle Wemans, André; Doan, Thi Kieu Oanh; Dobbs, Matt; Dobinson, Robert; Dobos, Daniel; Dobson, Ellie; Dodd, Jeremy; Doglioni, Caterina; Doherty, Tom; Doi, Yoshikuni; Dolejsi, Jiri; Dolenc, Irena; Dolezal, Zdenek; Dolgoshein, Boris; Dohmae, Takeshi; Donadelli, Marisilvia; Donini, Julien; Dopke, Jens; Doria, Alessandra; Dos Anjos, Andre; Dotti, Andrea; Dova, Maria-Teresa; Doxiadis, Alexander; Doyle, Tony; Dris, Manolis; Dubbert, Jörg; Dube, Sourabh; Duchovni, Ehud; Duckeck, Guenter; Duda, Dominik; Dudarev, Alexey; Dudziak, Fanny; Dührssen, Michael; Duerdoth, Ian; Duflot, Laurent; Dufour, Marc-Andre; Duguid, Liam; Dunford, Monica; Duran Yildiz, Hatice; Duxfield, Robert; Dwuznik, Michal; Dydak, Friedrich; Düren, Michael; Ebke, Johannes; Eckweiler, Sebastian; Edmonds, Keith; Edson, William; Edwards, Clive; Edwards, Nicholas Charles; Ehrenfeld, Wolfgang; Eifert, Till; Eigen, Gerald; Einsweiler, Kevin; Eisenhandler, Eric; Ekelof, Tord; El Kacimi, Mohamed; Ellert, Mattias; Elles, Sabine; Ellinghaus, Frank; Ellis, Katherine; Ellis, Nicolas; Elmsheuser, Johannes; Elsing, Markus; Emeliyanov, Dmitry; Engelmann, Roderich; Engl, Albert; Epp, Brigitte; Erdmann, Johannes; Ereditato, Antonio; Eriksson, Daniel; Ernst, Jesse; Ernst, Michael; Ernwein, Jean; Errede, Deborah; Errede, Steven; Ertel, Eugen; Escalier, Marc; Esch, Hendrik; Escobar, Carlos; Espinal Curull, Xavier; Esposito, Bellisario; Etienne, Francois; Etienvre, Anne-Isabelle; Etzion, Erez; Evangelakou, Despoina; Evans, Hal; Fabbri, Laura; Fabre, Caroline; Fakhrutdinov, Rinat; Falciano, Speranza; Fang, Yaquan; Fanti, Marcello; Farbin, Amir; Farilla, Addolorata; Farley, Jason; Farooque, Trisha; Farrell, Steven; Farrington, Sinead; Farthouat, Philippe; Fassi, Farida; Fassnacht, Patrick; Fassouliotis, Dimitrios; Fatholahzadeh, Baharak; Favareto, Andrea; Fayard, Louis; Fazio, Salvatore; Febbraro, Renato; Federic, Pavol; Fedin, Oleg; Fedorko, Wojciech; Fehling-Kaschek, Mirjam; Feligioni, Lorenzo; Fellmann, Denis; Feng, Cunfeng; Feng, Eric; Fenyuk, Alexander; Ferencei, Jozef; Fernando, Waruna; Ferrag, Samir; Ferrando, James; Ferrara, Valentina; Ferrari, Arnaud; Ferrari, Pamela; Ferrari, Roberto; Ferreira de Lima, Danilo Enoque; Ferrer, Antonio; Ferrere, Didier; Ferretti, Claudio; Ferretto Parodi, Andrea; Fiascaris, Maria; Fiedler, Frank; Filipčič, Andrej; Filthaut, Frank; Fincke-Keeler, Margret; Fiolhais, Miguel; Fiorini, Luca; Firan, Ana; Fischer, Gordon; Fisher, Matthew; Flechl, Martin; Fleck, Ivor; Fleckner, Johanna; Fleischmann, Philipp; Fleischmann, Sebastian; Flick, Tobias; Floderus, Anders; Flores Castillo, Luis; Flowerdew, Michael; Fonseca Martin, Teresa; Formica, Andrea; Forti, Alessandra; Fortin, Dominique; Fournier, Daniel; Fox, Harald; Francavilla, Paolo; Franchini, Matteo; Franchino, Silvia; Francis, David; Frank, Tal; Franz, Sebastien; Fraternali, Marco; Fratina, Sasa; French, Sky; Friedrich, Conrad; Friedrich, Felix; Froeschl, Robert; Froidevaux, Daniel; Frost, James; Fukunaga, Chikara; Fullana Torregrosa, Esteban; Fulsom, Bryan Gregory; Fuster, Juan; Gabaldon, Carolina; Gabizon, Ofir; Gadfort, Thomas; Gadomski, Szymon; Gagliardi, Guido; Gagnon, Pauline; Galea, Cristina; Gallas, Elizabeth; Gallo, Valentina Santina; Gallop, Bruce; Gallus, Petr; Gan, KK; Gao, Yongsheng; Gaponenko, Andrei; Garberson, Ford; Garcia-Sciveres, Maurice; García, Carmen; García Navarro, José Enrique; Gardner, Robert; Garelli, Nicoletta; Garitaonandia, Hegoi; Garonne, Vincent; Gatti, Claudio; Gaudio, Gabriella; Gaur, Bakul; Gauthier, Lea; Gauzzi, Paolo; Gavrilenko, Igor; Gay, Colin; Gaycken, Goetz; Gazis, Evangelos; Ge, Peng; Gecse, Zoltan; Gee, Norman; Geerts, Daniël Alphonsus Adrianus; Geich-Gimbel, Christoph; Gellerstedt, Karl; Gemme, Claudia; Gemmell, Alistair; Genest, Marie-Hélène; Gentile, Simonetta; George, Matthias; George, Simon; Gerlach, Peter; Gershon, Avi; Geweniger, Christoph; Ghazlane, Hamid; Ghodbane, Nabil; Giacobbe, Benedetto; Giagu, Stefano; Giakoumopoulou, Victoria; Giangiobbe, Vincent; Gianotti, Fabiola; Gibbard, Bruce; Gibson, Adam; Gibson, Stephen; Gillberg, Dag; Gillman, Tony; Gingrich, Douglas; Ginzburg, Jonatan; Giokaris, Nikos; Giordani, MarioPaolo; Giordano, Raffaele; Giorgi, Francesco Michelangelo; Giovannini, Paola; Giraud, Pierre-Francois; Giugni, Danilo; Giunta, Michele; Giusti, Paolo; Gjelsten, Børge Kile; Gladilin, Leonid; Glasman, Claudia; Glatzer, Julian; Glazov, Alexandre; Glitza, Karl-Walter; Glonti, George; Goddard, Jack Robert; Godfrey, Jennifer; Godlewski, Jan; Goebel, Martin; Göpfert, Thomas; Goeringer, Christian; Gössling, Claus; Goldfarb, Steven; Golling, Tobias; Gomes, Agostinho; Gomez Fajardo, Luz Stella; Gonçalo, Ricardo; Goncalves Pinto Firmino Da Costa, Joao; Gonella, Laura; Gonzalez, Saul; González de la Hoz, Santiago; Gonzalez Parra, Garoe; Gonzalez Silva, Laura; Gonzalez-Sevilla, Sergio; Goodson, Jeremiah Jet; Goossens, Luc; Gorbounov, Petr Andreevich; Gordon, Howard; Gorelov, Igor; Gorfine, Grant; Gorini, Benedetto; Gorini, Edoardo; Gorišek, Andrej; Gornicki, Edward; Gosdzik, Bjoern; Goshaw, Alfred; Gosselink, Martijn; Gostkin, Mikhail Ivanovitch; Gough Eschrich, Ivo; Gouighri, Mohamed; Goujdami, Driss; Goulette, Marc Phillippe; Goussiou, Anna; Goy, Corinne; Gozpinar, Serdar; Grabowska-Bold, Iwona; Grafström, Per; Grahn, Karl-Johan; Grancagnolo, Francesco; Grancagnolo, Sergio; Grassi, Valerio; Gratchev, Vadim; Grau, Nathan; Gray, Heather; Gray, Julia Ann; Graziani, Enrico; Grebenyuk, Oleg; Greenshaw, Timothy; Greenwood, Zeno Dixon; Gregersen, Kristian; Gregor, Ingrid-Maria; Grenier, Philippe; Griffiths, Justin; Grigalashvili, Nugzar; Grillo, Alexander; Grinstein, Sebastian; Gris, Philippe Luc Yves; Grishkevich, Yaroslav; Grivaz, Jean-Francois; Gross, Eilam; Grosse-Knetter, Joern; Groth-Jensen, Jacob; Grybel, Kai; Guest, Daniel; Guicheney, Christophe; Guindon, Stefan; Gul, Umar; Guler, Hulya; Gunther, Jaroslav; Guo, Bin; Guo, Jun; Gutierrez, Phillip; Guttman, Nir; Gutzwiller, Olivier; Guyot, Claude; Gwenlan, Claire; Gwilliam, Carl; Haas, Andy; Haas, Stefan; Haber, Carl; Hadavand, Haleh Khani; Hadley, David; Haefner, Petra; Hahn, Ferdinand; Haider, Stefan; Hajduk, Zbigniew; Hakobyan, Hrachya; Hall, David; Haller, Johannes; Hamacher, Klaus; Hamal, Petr; Hamer, Matthias; Hamilton, Andrew; Hamilton, Samuel; Han, Liang; Hanagaki, Kazunori; Hanawa, Keita; Hance, Michael; Handel, Carsten; Hanke, Paul; Hansen, John Renner; Hansen, Jørgen Beck; Hansen, Jorn Dines; Hansen, Peter Henrik; Hansson, Per; Hara, Kazuhiko; Hare, Gabriel; Harenberg, Torsten; Harkusha, Siarhei; Harper, Devin; Harrington, Robert; Harris, Orin; Hartert, Jochen; Hartjes, Fred; Haruyama, Tomiyoshi; Harvey, Alex; Hasegawa, Satoshi; Hasegawa, Yoji; Hassani, Samira; Haug, Sigve; Hauschild, Michael; Hauser, Reiner; Havranek, Miroslav; Hawkes, Christopher; Hawkings, Richard John; Hawkins, Anthony David; Hawkins, Donovan; Hayakawa, Takashi; Hayashi, Takayasu; Hayden, Daniel; Hays, Chris; Hayward, Helen; Haywood, Stephen; He, Mao; Head, Simon; Hedberg, Vincent; Heelan, Louise; Heim, Sarah; Heinemann, Beate; Heisterkamp, Simon; Helary, Louis; Heller, Claudio; Heller, Matthieu; Hellman, Sten; Hellmich, Dennis; Helsens, Clement; Henderson, Robert; Henke, Michael; Henrichs, Anna; Henriques Correia, Ana Maria; Henrot-Versille, Sophie; Hensel, Carsten; Henß, Tobias; Medina Hernandez, Carlos; Hernández Jiménez, Yesenia; Herrberg, Ruth; Herten, Gregor; Hertenberger, Ralf; Hervas, Luis; Hesketh, Gavin Grant; Hessey, Nigel; Higón-Rodriguez, Emilio; Hill, John; Hiller, Karl Heinz; Hillert, Sonja; Hillier, Stephen; Hinchliffe, Ian; Hines, Elizabeth; Hirose, Minoru; Hirsch, Florian; Hirschbuehl, Dominic; Hobbs, John; Hod, Noam; Hodgkinson, Mark; Hodgson, Paul; Hoecker, Andreas; Hoeferkamp, Martin; Hoffman, Julia; Hoffmann, Dirk; Hohlfeld, Marc; Holder, Martin; Holmgren, Sven-Olof; Holy, Tomas; Holzbauer, Jenny; Hong, Tae Min; Hooft van Huysduynen, Loek; Horner, Stephan; Hostachy, Jean-Yves; Hou, Suen; Hoummada, Abdeslam; Howard, Jacob; Howarth, James; Hristova, Ivana; Hrivnac, Julius; Hryn'ova, Tetiana; Hsu, Pai-hsien Jennifer; Hsu, Shih-Chieh; Hu, Diedi; Hubacek, Zdenek; Hubaut, Fabrice; Huegging, Fabian; Huelsing, Tobias Alexander; Huettmann, Antje; Huffman, Todd Brian; Hughes, Emlyn; Hughes, Gareth; Huhtinen, Mika; Hurwitz, Martina; Husemann, Ulrich; Huseynov, Nazim; Huston, Joey; Huth, John; Iacobucci, Giuseppe; Iakovidis, Georgios; Ibbotson, Michael; Ibragimov, Iskander; Iconomidou-Fayard, Lydia; Idarraga, John; Iengo, Paolo; Igonkina, Olga; Ikegami, Yoichi; Ikeno, Masahiro; Iliadis, Dimitrios; Ilic, Nikolina; Ince, Tayfun; Inigo-Golfin, Joaquin; Ioannou, Pavlos; Iodice, Mauro; Iordanidou, Kalliopi; Ippolito, Valerio; Irles Quiles, Adrian; Isaksson, Charlie; Ishino, Masaya; Ishitsuka, Masaki; Ishmukhametov, Renat; Issever, Cigdem; Istin, Serhat; Ivashin, Anton; Iwanski, Wieslaw; Iwasaki, Hiroyuki; Izen, Joseph; Izzo, Vincenzo; Jackson, Brett; Jackson, John; Jackson, Paul; Jaekel, Martin; Jain, Vivek; Jakobs, Karl; Jakobsen, Sune; Jakoubek, Tomas; Jakubek, Jan; Jana, Dilip; Jansen, Eric; Jansen, Hendrik; Jantsch, Andreas; Janus, Michel; Jarlskog, Göran; Jeanty, Laura; Jen-La Plante, Imai; Jennens, David; Jenni, Peter; Loevschall-Jensen, Ask Emil; Jež, Pavel; Jézéquel, Stéphane; Jha, Manoj Kumar; Ji, Haoshuang; Ji, Weina; Jia, Jiangyong; Jiang, Yi; Jimenez Belenguer, Marcos; Jin, Shan; Jinnouchi, Osamu; Joergensen, Morten Dam; Joffe, David; Johansen, Marianne; Johansson, Erik; Johansson, Per; Johnert, Sebastian; Johns, Kenneth; Jon-And, Kerstin; Jones, Graham; Jones, Roger; Jones, Tim; Joram, Christian; Jorge, Pedro; Joshi, Kiran Daniel; Jovicevic, Jelena; Jovin, Tatjana; Ju, Xiangyang; Jung, Christian; Jungst, Ralph Markus; Juranek, Vojtech; Jussel, Patrick; Juste Rozas, Aurelio; Kabana, Sonja; Kaci, Mohammed; Kaczmarska, Anna; Kadlecik, Peter; Kado, Marumi; Kagan, Harris; Kagan, Michael; Kajomovitz, Enrique; Kalinin, Sergey; Kalinovskaya, Lidia; Kama, Sami; Kanaya, Naoko; Kaneda, Michiru; Kaneti, Steven; Kanno, Takayuki; Kantserov, Vadim; Kanzaki, Junichi; Kaplan, Benjamin; Kapliy, Anton; Kaplon, Jan; Kar, Deepak; Karagounis, Michael; Karakostas, Konstantinos; Karnevskiy, Mikhail; Kartvelishvili, Vakhtang; Karyukhin, Andrey; Kashif, Lashkar; Kasieczka, Gregor; Kass, Richard; Kastanas, Alex; Kataoka, Mayuko; Kataoka, Yousuke; Katsoufis, Elias; Katzy, Judith; Kaushik, Venkatesh; Kawagoe, Kiyotomo; Kawamoto, Tatsuo; Kawamura, Gen; Kayl, Manuel; Kazama, Shingo; Kazanin, Vassili; Kazarinov, Makhail; Keeler, Richard; Kehoe, Robert; Keil, Markus; Kekelidze, George; Keller, John; Kenyon, Mike; Kepka, Oldrich; Kerschen, Nicolas; Kerševan, Borut Paul; Kersten, Susanne; Kessoku, Kohei; Keung, Justin; Khalil-zada, Farkhad; Khandanyan, Hovhannes; Khanov, Alexander; Kharchenko, Dmitri; Khodinov, Alexander; Khomich, Andrei; Khoo, Teng Jian; Khoriauli, Gia; Khoroshilov, Andrey; Khovanskiy, Valery; Khramov, Evgeniy; Khubua, Jemal; Kim, Hyeon Jin; Kim, Shinhong; Kimura, Naoki; Kind, Oliver; King, Barry; King, Matthew; King, Robert Steven Beaufoy; Kirk, Julie; Kiryunin, Andrey; Kishimoto, Tomoe; Kisielewska, Danuta; Kitamura, Takumi; Kittelmann, Thomas; Kiuchi, Kenji; Kladiva, Eduard; Klein, Max; Klein, Uta; Kleinknecht, Konrad; Klemetti, Miika; Klier, Amit; Klimek, Pawel; Klimentov, Alexei; Klingenberg, Reiner; Klinger, Joel Alexander; Klinkby, Esben; Klioutchnikova, Tatiana; Klok, Peter; Klous, Sander; Kluge, Eike-Erik; Kluge, Thomas; Kluit, Peter; Kluth, Stefan; Knecht, Neil; Kneringer, Emmerich; Knoops, Edith; Knue, Andrea; Ko, Byeong Rok; Kobayashi, Tomio; Kobel, Michael; Kocian, Martin; Kodys, Peter; Köneke, Karsten; König, Adriaan; Koenig, Sebastian; Köpke, Lutz; Koetsveld, Folkert; Koevesarki, Peter; Koffas, Thomas; Koffeman, Els; Kogan, Lucy Anne; Kohlmann, Simon; Kohn, Fabian; Kohout, Zdenek; Kohriki, Takashi; Koi, Tatsumi; Kolachev, Guennady; Kolanoski, Hermann; Kolesnikov, Vladimir; Koletsou, Iro; Koll, James; Kollefrath, Michael; Komar, Aston; Komori, Yuto; Kondo, Takahiko; Kono, Takanori; Kononov, Anatoly; Konoplich, Rostislav; Konstantinidis, Nikolaos; Koperny, Stefan; Korcyl, Krzysztof; Kordas, Kostantinos; Korn, Andreas; Korol, Aleksandr; Korolkov, Ilya; Korolkova, Elena; Korotkov, Vladislav; Kortner, Oliver; Kortner, Sandra; Kostyukhin, Vadim; Kotov, Sergey; Kotov, Vladislav; Kotwal, Ashutosh; Kourkoumelis, Christine; Kouskoura, Vasiliki; Koutsman, Alex; Kowalewski, Robert Victor; Kowalski, Tadeusz; Kozanecki, Witold; Kozhin, Anatoly; Kral, Vlastimil; Kramarenko, Viktor; Kramberger, Gregor; Krasny, Mieczyslaw Witold; Krasznahorkay, Attila; Kraus, Jana; Kreiss, Sven; Krejci, Frantisek; Kretzschmar, Jan; Krieger, Nina; Krieger, Peter; Kroeninger, Kevin; Kroha, Hubert; Kroll, Joe; Kroseberg, Juergen; Krstic, Jelena; Kruchonak, Uladzimir; Krüger, Hans; Kruker, Tobias; Krumnack, Nils; Krumshteyn, Zinovii; Kubota, Takashi; Kuday, Sinan; Kuehn, Susanne; Kugel, Andreas; Kuhl, Thorsten; Kuhn, Dietmar; Kukhtin, Victor; Kulchitsky, Yuri; Kuleshov, Sergey; Kummer, Christian; Kuna, Marine; Kunkle, Joshua; Kupco, Alexander; Kurashige, Hisaya; Kurata, Masakazu; Kurochkin, Yurii; Kus, Vlastimil; Kuwertz, Emma Sian; Kuze, Masahiro; Kvita, Jiri; Kwee, Regina; La Rosa, Alessandro; La Rotonda, Laura; Labarga, Luis; Labbe, Julien; Lablak, Said; Lacasta, Carlos; Lacava, Francesco; Lacker, Heiko; Lacour, Didier; Lacuesta, Vicente Ramón; Ladygin, Evgueni; Lafaye, Remi; Laforge, Bertrand; Lagouri, Theodota; Lai, Stanley; Laisne, Emmanuel; Lamanna, Massimo; Lambourne, Luke; Lampen, Caleb; Lampl, Walter; Lancon, Eric; Landgraf, Ulrich; Landon, Murrough; Lane, Jenna; Lang, Valerie Susanne; Lange, Clemens; Lankford, Andrew; Lanni, Francesco; Lantzsch, Kerstin; Laplace, Sandrine; Lapoire, Cecile; Laporte, Jean-Francois; Lari, Tommaso; Larner, Aimee; Lassnig, Mario; Laurelli, Paolo; Lavorini, Vincenzo; Lavrijsen, Wim; Laycock, Paul; Le Dortz, Olivier; Le Guirriec, Emmanuel; Le Maner, Christophe; Le Menedeu, Eve; LeCompte, Thomas; Ledroit-Guillon, Fabienne Agnes Marie; Lee, Hurng-Chun; Lee, Jason; Lee, Shih-Chang; Lee, Lawrence; Lefebvre, Michel; Legendre, Marie; Legger, Federica; Leggett, Charles; Lehmacher, Marc; Lehmann Miotto, Giovanna; Lei, Xiaowen; Leite, Marco Aurelio Lisboa; Leitner, Rupert; Lellouch, Daniel; Lemmer, Boris; Lendermann, Victor; Leney, Katharine; Lenz, Tatiana; Lenzen, Georg; Lenzi, Bruno; Leonhardt, Kathrin; Leontsinis, Stefanos; Lepold, Florian; Leroy, Claude; Lessard, Jean-Raphael; Lester, Christopher; Lester, Christopher Michael; Levêque, Jessica; Levin, Daniel; Levinson, Lorne; Lewis, Adrian; Lewis, George; Leyko, Agnieszka; Leyton, Michael; Li, Bo; Li, Haifeng; Li, Shu; Li, Xuefei; Liang, Zhijun; Liao, Hongbo; Liberti, Barbara; Lichard, Peter; Lichtnecker, Markus; Lie, Ki; Liebig, Wolfgang; Limbach, Christian; Limosani, Antonio; Limper, Maaike; Lin, Simon; Linde, Frank; Linnemann, James; Lipeles, Elliot; Lipniacka, Anna; Liss, Tony; Lissauer, David; Lister, Alison; Litke, Alan; Liu, Chuanlei; Liu, Dong; Liu, Hao; Liu, Jianbei; Liu, Lulu; Liu, Minghui; Liu, Yanwen; Livan, Michele; Livermore, Sarah; Lleres, Annick; Llorente Merino, Javier; Lloyd, Stephen; Lobodzinska, Ewelina; Loch, Peter; Lockman, William; Loddenkoetter, Thomas; Loebinger, Fred; Loginov, Andrey; Loh, Chang Wei; Lohse, Thomas; Lohwasser, Kristin; Lokajicek, Milos; Lombardo, Vincenzo Paolo; Long, Robin Eamonn; Lopes, Lourenco; Lopez Mateos, David; Lorenz, Jeanette; Lorenzo Martinez, Narei; Losada, Marta; Loscutoff, Peter; Lo Sterzo, Francesco; Losty, Michael; Lou, Xinchou; Lounis, Abdenour; Loureiro, Karina; Love, Jeremy; Love, Peter; Lowe, Andrew; Lu, Feng; Lubatti, Henry; Luci, Claudio; Lucotte, Arnaud; Ludwig, Andreas; Ludwig, Dörthe; Ludwig, Inga; Ludwig, Jens; Luehring, Frederick; Luijckx, Guy; Lukas, Wolfgang; Lumb, Debra; Luminari, Lamberto; Lund, Esben; Lund-Jensen, Bengt; Lundberg, Björn; Lundberg, Johan; Lundberg, Olof; Lundquist, Johan; Lungwitz, Matthias; Lynn, David; Lytken, Else; Ma, Hong; Ma, Lian Liang; Maccarrone, Giovanni; Macchiolo, Anna; Maček, Boštjan; Machado Miguens, Joana; Mackeprang, Rasmus; Madaras, Ronald; Mader, Wolfgang; Maenner, Reinhard; Maeno, Tadashi; Mättig, Peter; Mättig, Stefan; Magnoni, Luca; Magradze, Erekle; Mahboubi, Kambiz; Mahmoud, Sara; Mahout, Gilles; Maiani, Camilla; Maidantchik, Carmen; Maio, Amélia; Majewski, Stephanie; Makida, Yasuhiro; Makovec, Nikola; Mal, Prolay; Malaescu, Bogdan; Malecki, Pawel; Malecki, Piotr; Maleev, Victor; Malek, Fairouz; Mallik, Usha; Malon, David; Malone, Caitlin; Maltezos, Stavros; Malyshev, Vladimir; Malyukov, Sergei; Mameghani, Raphael; Mamuzic, Judita; Manabe, Atsushi; Mandelli, Luciano; Mandić, Igor; Mandrysch, Rocco; Maneira, José; Mangeard, Pierre-Simon; Manhaes de Andrade Filho, Luciano; Manjarres Ramos, Joany Andreina; Mann, Alexander; Manning, Peter; Manousakis-Katsikakis, Arkadios; Mansoulie, Bruno; Mapelli, Alessandro; Mapelli, Livio; March, Luis; Marchand, Jean-Francois; Marchese, Fabrizio; Marchiori, Giovanni; Marcisovsky, Michal; Marino, Christopher; Marroquim, Fernando; Marshall, Zach; Martens, Kalen; Marti, Lukas Fritz; Marti-Garcia, Salvador; Martin, Brian; Martin, Brian Thomas; Martin, Jean-Pierre; Martin, Tim; Martin, Victoria Jane; Martin dit Latour, Bertrand; Martin-Haugh, Stewart; Martinez, Mario; Martinez Outschoorn, Verena; Martyniuk, Alex; Marx, Marilyn; Marzano, Francesco; Marzin, Antoine; Masetti, Lucia; Mashimo, Tetsuro; Mashinistov, Ruslan; Masik, Jiri; Maslennikov, Alexey; Massa, Ignazio; Massaro, Graziano; Massol, Nicolas; Mastrandrea, Paolo; Mastroberardino, Anna; Masubuchi, Tatsuya; Matricon, Pierre; Matsunaga, Hiroyuki; Matsushita, Takashi; Mattravers, Carly; Maurer, Julien; Maxfield, Stephen; Mayne, Anna; Mazini, Rachid; Mazur, Michael; Mazzaferro, Luca; Mazzanti, Marcello; Mc Donald, Jeffrey; Mc Kee, Shawn Patrick; McCarn, Allison; McCarthy, Robert; McCarthy, Tom; McCubbin, Norman; McFarlane, Kenneth; Mcfayden, Josh; Mchedlidze, Gvantsa; Mclaughlan, Tom; McMahon, Steve; McPherson, Robert; Meade, Andrew; Mechnich, Joerg; Mechtel, Markus; Medinnis, Mike; Meera-Lebbai, Razzak; Meguro, Tatsuma; Mehdiyev, Rashid; Mehlhase, Sascha; Mehta, Andrew; Meier, Karlheinz; Meirose, Bernhard; Melachrinos, Constantinos; Mellado Garcia, Bruce Rafael; Meloni, Federico; Mendoza Navas, Luis; Meng, Zhaoxia; Mengarelli, Alberto; Menke, Sven; Meoni, Evelin; Mercurio, Kevin Michael; Mermod, Philippe; Merola, Leonardo; Meroni, Chiara; Merritt, Frank; Merritt, Hayes; Messina, Andrea; Metcalfe, Jessica; Mete, Alaettin Serhan; Meyer, Carsten; Meyer, Christopher; Meyer, Jean-Pierre; Meyer, Jochen; Meyer, Joerg; Meyer, Thomas Christian; Miao, Jiayuan; Michal, Sebastien; Micu, Liliana; Middleton, Robin; Migas, Sylwia; Mijović, Liza; Mikenberg, Giora; Mikestikova, Marcela; Mikuž, Marko; Miller, David; Miller, Robert; Mills, Bill; Mills, Corrinne; Milov, Alexander; Milstead, David; Milstein, Dmitry; Minaenko, Andrey; Miñano Moya, Mercedes; Minashvili, Irakli; Mincer, Allen; Mindur, Bartosz; Mineev, Mikhail; Ming, Yao; Mir, Lluisa-Maria; Mirabelli, Giovanni; Mitrevski, Jovan; Mitsou, Vasiliki A; Mitsui, Shingo; Miyagawa, Paul; Mjörnmark, Jan-Ulf; Moa, Torbjoern; Moeller, Victoria; Mönig, Klaus; Möser, Nicolas; Mohapatra, Soumya; Mohr, Wolfgang; Moles-Valls, Regina; Monk, James; Monnier, Emmanuel; Montejo Berlingen, Javier; Monticelli, Fernando; Monzani, Simone; Moore, Roger; Moorhead, Gareth; Mora Herrera, Clemencia; Moraes, Arthur; Morange, Nicolas; Morel, Julien; Morello, Gianfranco; Moreno, Deywis; Moreno Llácer, María; Morettini, Paolo; Morgenstern, Marcus; Morii, Masahiro; Morley, Anthony Keith; Mornacchi, Giuseppe; Morris, John; Morvaj, Ljiljana; Moser, Hans-Guenther; Mosidze, Maia; Moss, Josh; Mount, Richard; Mountricha, Eleni; Mouraviev, Sergei; Moyse, Edward; Mueller, Felix; Mueller, James; Mueller, Klemens; Müller, Thomas; Mueller, Timo; Muenstermann, Daniel; Munwes, Yonathan; Murray, Bill; Mussche, Ido; Musto, Elisa; Myagkov, Alexey; Myska, Miroslav; Nadal, Jordi; Nagai, Koichi; Nagai, Ryo; Nagano, Kunihiro; Nagarkar, Advait; Nagasaka, Yasushi; Nagel, Martin; Nairz, Armin Michael; Nakahama, Yu; Nakamura, Koji; Nakamura, Tomoaki; Nakano, Itsuo; Nanava, Gizo; Napier, Austin; Narayan, Rohin; Nash, Michael; Nattermann, Till; Naumann, Thomas; Navarro, Gabriela; Neal, Homer; Nechaeva, Polina; Neep, Thomas James; Negri, Andrea; Negri, Guido; Negrini, Matteo; Nektarijevic, Snezana; Nelson, Andrew; Nelson, Timothy Knight; Nemecek, Stanislav; Nemethy, Peter; Nepomuceno, Andre Asevedo; Nessi, Marzio; Neubauer, Mark; Neumann, Manuel; Neusiedl, Andrea; Neves, Ricardo; Nevski, Pavel; Newman, Paul; Nguyen Thi Hong, Van; Nickerson, Richard; Nicolaidou, Rosy; Nicquevert, Bertrand; Niedercorn, Francois; Nielsen, Jason; Nikiforou, Nikiforos; Nikiforov, Andriy; Nikolaenko, Vladimir; Nikolic-Audit, Irena; Nikolics, Katalin; Nikolopoulos, Konstantinos; Nilsen, Henrik; Nilsson, Paul; Ninomiya, Yoichi; Nisati, Aleandro; Nisius, Richard; Nobe, Takuya; Nodulman, Lawrence; Nomachi, Masaharu; Nomidis, Ioannis; Norberg, Scarlet; Nordberg, Markus; Norton, Peter; Novakova, Jana; Nozaki, Mitsuaki; Nozka, Libor; Nugent, Ian Michael; Nuncio-Quiroz, Adriana-Elizabeth; Nunes Hanninger, Guilherme; Nunnemann, Thomas; Nurse, Emily; O'Brien, Brendan Joseph; O'Neale, Steve; O'Neil, Dugan; O'Shea, Val; Oakes, Louise Beth; Oakham, Gerald; Oberlack, Horst; Ocariz, Jose; Ochi, Atsuhiko; Oda, Susumu; Odaka, Shigeru; Odier, Jerome; Ogren, Harold; Oh, Alexander; Oh, Seog; Ohm, Christian; Ohshima, Takayoshi; Okawa, Hideki; Okumura, Yasuyuki; Okuyama, Toyonobu; Olariu, Albert; Olchevski, Alexander; Olivares Pino, Sebastian Andres; Oliveira, Miguel Alfonso; Oliveira Damazio, Denis; Oliver Garcia, Elena; Olivito, Dominick; Olszewski, Andrzej; Olszowska, Jolanta; Onofre, António; Onyisi, Peter; Oram, Christopher; Oreglia, Mark; Oren, Yona; Orestano, Domizia; Orlando, Nicola; Orlov, Iliya; Oropeza Barrera, Cristina; Orr, Robert; Osculati, Bianca; Ospanov, Rustem; Osuna, Carlos; Otero y Garzon, Gustavo; Ottersbach, John; Ouchrif, Mohamed; Ouellette, Eric; Ould-Saada, Farid; Ouraou, Ahmimed; Ouyang, Qun; Ovcharova, Ana; Owen, Mark; Owen, Simon; Ozcan, Veysi Erkcan; Ozturk, Nurcan; Pacheco Pages, Andres; Padilla Aranda, Cristobal; Pagan Griso, Simone; Paganis, Efstathios; Pahl, Christoph; Paige, Frank; Pais, Preema; Pajchel, Katarina; Palacino, Gabriel; Paleari, Chiara; Palestini, Sandro; Pallin, Dominique; Palma, Alberto; Palmer, Jody; Pan, Yibin; Panagiotopoulou, Evgenia; Pani, Priscilla; Panikashvili, Natalia; Panitkin, Sergey; Pantea, Dan; Papadelis, Aras; Papadopoulou, Theodora; Paramonov, Alexander; Paredes Hernandez, Daniela; Park, Woochun; Parker, Andy; Parodi, Fabrizio; Parsons, John; Parzefall, Ulrich; Pashapour, Shabnaz; Pasqualucci, Enrico; Passaggio, Stefano; Passeri, Antonio; Pastore, Fernanda; Pastore, Francesca; Pásztor, Gabriella; Pataraia, Sophio; Patel, Nikhul; Pater, Joleen; Patricelli, Sergio; Pauly, Thilo; Pecsy, Martin; Pedraza Lopez, Sebastian; Pedraza Morales, Maria Isabel; Peleganchuk, Sergey; Pelikan, Daniel; Peng, Haiping; Penning, Bjoern; Penson, Alexander; Penwell, John; Perantoni, Marcelo; Perez, Kerstin; Perez Cavalcanti, Tiago; Perez Codina, Estel; Pérez García-Estañ, María Teresa; Perez Reale, Valeria; Perini, Laura; Pernegger, Heinz; Perrino, Roberto; Perrodo, Pascal; Peshekhonov, Vladimir; Peters, Krisztian; Petersen, Brian; Petersen, Jorgen; Petersen, Troels; Petit, Elisabeth; Petridis, Andreas; Petridou, Chariclia; Petrolo, Emilio; Petrucci, Fabrizio; Petschull, Dennis; Petteni, Michele; Pezoa, Raquel; Phan, Anna; Phillips, Peter William; Piacquadio, Giacinto; Picazio, Attilio; Piccaro, Elisa; Piccinini, Maurizio; Piec, Sebastian Marcin; Piegaia, Ricardo; Pignotti, David; Pilcher, James; Pilkington, Andrew; Pina, João Antonio; Pinamonti, Michele; Pinder, Alex; Pinfold, James; Pinto, Belmiro; Pizio, Caterina; Plamondon, Mathieu; Pleier, Marc-Andre; Plotnikova, Elena; Poblaguev, Andrei; Poddar, Sahill; Podlyski, Fabrice; Poggioli, Luc; Pohl, David-leon; Pohl, Martin; Polesello, Giacomo; Policicchio, Antonio; Polini, Alessandro; Poll, James; Polychronakos, Venetios; Pomeroy, Daniel; Pommès, Kathy; Pontecorvo, Ludovico; Pope, Bernard; Popeneciu, Gabriel Alexandru; Popovic, Dragan; Poppleton, Alan; Portell Bueso, Xavier; Pospelov, Guennady; Pospisil, Stanislav; Potrap, Igor; Potter, Christina; Potter, Christopher; Poulard, Gilbert; Poveda, Joaquin; Pozdnyakov, Valery; Prabhu, Robindra; Pralavorio, Pascal; Pranko, Aliaksandr; Prasad, Srivas; Pravahan, Rishiraj; Prell, Soeren; Pretzl, Klaus Peter; Price, Darren; Price, Joe; Price, Lawrence; Prieur, Damien; Primavera, Margherita; Prokofiev, Kirill; Prokoshin, Fedor; Protopopescu, Serban; Proudfoot, James; Prudent, Xavier; Przybycien, Mariusz; Przysiezniak, Helenka; Psoroulas, Serena; Ptacek, Elizabeth; Pueschel, Elisa; Purdham, John; Purohit, Milind; Puzo, Patrick; Pylypchenko, Yuriy; Qian, Jianming; Quadt, Arnulf; Quarrie, David; Quayle, William; Quinonez, Fernando; Raas, Marcel; Radescu, Voica; Radloff, Peter; Rador, Tonguc; Ragusa, Francesco; Rahal, Ghita; Rahimi, Amir; Rahm, David; Rajagopalan, Srinivasan; Rammensee, Michael; Rammes, Marcus; Randle-Conde, Aidan Sean; Randrianarivony, Koloina; Rauscher, Felix; Rave, Tobias Christian; Raymond, Michel; Read, Alexander Lincoln; Rebuzzi, Daniela; Redelbach, Andreas; Redlinger, George; Reece, Ryan; Reeves, Kendall; Reinherz-Aronis, Erez; Reinsch, Andreas; Reisinger, Ingo; Rembser, Christoph; Ren, Zhongliang; Renaud, Adrien; Rescigno, Marco; Resconi, Silvia; Resende, Bernardo; Reznicek, Pavel; Rezvani, Reyhaneh; Richter, Robert; Richter-Was, Elzbieta; Ridel, Melissa; Rijpstra, Manouk; Rijssenbeek, Michael; Rimoldi, Adele; Rinaldi, Lorenzo; Rios, Ryan Randy; Riu, Imma; Rivoltella, Giancesare; Rizatdinova, Flera; Rizvi, Eram; Robertson, Steven; Robichaud-Veronneau, Andree; Robinson, Dave; Robinson, James; Robson, Aidan; Rocha de Lima, Jose Guilherme; Roda, Chiara; Roda Dos Santos, Denis; Roe, Adam; Roe, Shaun; Røhne, Ole; Rolli, Simona; Romaniouk, Anatoli; Romano, Marino; Romeo, Gaston; Romero Adam, Elena; Rompotis, Nikolaos; Roos, Lydia; Ros, Eduardo; Rosati, Stefano; Rosbach, Kilian; Rose, Anthony; Rose, Matthew; Rosenbaum, Gabriel; Rosenberg, Eli; Rosendahl, Peter Lundgaard; Rosenthal, Oliver; Rosselet, Laurent; Rossetti, Valerio; Rossi, Elvira; Rossi, Leonardo Paolo; Rotaru, Marina; Roth, Itamar; Rothberg, Joseph; Rousseau, David; Royon, Christophe; Rozanov, Alexander; Rozen, Yoram; Ruan, Xifeng; Rubbo, Francesco; Rubinskiy, Igor; Ruckstuhl, Nicole; Rud, Viacheslav; Rudolph, Christian; Rudolph, Gerald; Rühr, Frederik; Ruiz-Martinez, Aranzazu; Rumyantsev, Leonid; Rurikova, Zuzana; Rusakovich, Nikolai; Rutherfoord, John; Ruwiedel, Christoph; Ruzicka, Pavel; Ryabov, Yury; Rybar, Martin; Rybkin, Grigori; Ryder, Nick; Saavedra, Aldo; Sadeh, Iftach; Sadrozinski, Hartmut; Sadykov, Renat; Safai Tehrani, Francesco; Sakamoto, Hiroshi; Salamanna, Giuseppe; Salamon, Andrea; Saleem, Muhammad; Salek, David; Salihagic, Denis; Salnikov, Andrei; Salt, José; Salvachua Ferrando, Belén; Salvatore, Daniela; Salvatore, Pasquale Fabrizio; Salvucci, Antonio; Salzburger, Andreas; Sampsonidis, Dimitrios; Samset, Björn Hallvard; Sanchez, Arturo; Sanchez Martinez, Victoria; Sandaker, Heidi; Sander, Heinz Georg; Sanders, Michiel; Sandhoff, Marisa; Sandoval, Tanya; Sandoval, Carlos; Sandstroem, Rikard; Sankey, Dave; Sansoni, Andrea; Santamarina Rios, Cibran; Santoni, Claudio; Santonico, Rinaldo; Santos, Helena; Saraiva, João; Sarangi, Tapas; Sarkisyan-Grinbaum, Edward; Sarri, Francesca; Sartisohn, Georg; Sasaki, Osamu; Sasaki, Yuichi; Sasao, Noboru; Satsounkevitch, Igor; Sauvage, Gilles; Sauvan, Emmanuel; Sauvan, Jean-Baptiste; Savard, Pierre; Savinov, Vladimir; Savu, Dan Octavian; Sawyer, Lee; Saxon, David; Saxon, James; Sbarra, Carla; Sbrizzi, Antonio; Scannicchio, Diana; Scarcella, Mark; Schaarschmidt, Jana; Schacht, Peter; Schaefer, Douglas; Schäfer, Uli; Schaepe, Steffen; Schaetzel, Sebastian; Schaffer, Arthur; Schaile, Dorothee; Schamberger, R. Dean; Schamov, Andrey; Scharf, Veit; Schegelsky, Valery; Scheirich, Daniel; Schernau, Michael; Scherzer, Max; Schiavi, Carlo; Schieck, Jochen; Schioppa, Marco; Schlenker, Stefan; Schmidt, Evelyn; Schmieden, Kristof; Schmitt, Christian; Schmitt, Sebastian; Schmitz, Martin; Schneider, Basil; Schnoor, Ulrike; Schoening, Andre; Schorlemmer, Andre Lukas; Schott, Matthias; Schouten, Doug; Schovancova, Jaroslava; Schram, Malachi; Schroeder, Christian; Schroer, Nicolai; Schultens, Martin Johannes; Schultes, Joachim; Schultz-Coulon, Hans-Christian; Schulz, Holger; Schumacher, Markus; Schumm, Bruce; Schune, Philippe; Schwanenberger, Christian; Schwartzman, Ariel; Schwemling, Philippe; Schwienhorst, Reinhard; Schwierz, Rainer; Schwindling, Jerome; Schwindt, Thomas; Schwoerer, Maud; Sciolla, Gabriella; Scott, Bill; Searcy, Jacob; Sedov, George; Sedykh, Evgeny; Seidel, Sally; Seiden, Abraham; Seifert, Frank; Seixas, José; Sekhniaidze, Givi; Sekula, Stephen; Selbach, Karoline Elfriede; Seliverstov, Dmitry; Sellden, Bjoern; Sellers, Graham; Seman, Michal; Semprini-Cesari, Nicola; Serfon, Cedric; Serin, Laurent; Serkin, Leonid; Seuster, Rolf; Severini, Horst; Sfyrla, Anna; Shabalina, Elizaveta; Shamim, Mansoora; Shan, Lianyou; Shank, James; Shao, Qi Tao; Shapiro, Marjorie; Shatalov, Pavel; Shaw, Kate; Sherman, Daniel; Sherwood, Peter; Shibata, Akira; Shimizu, Shima; Shimojima, Makoto; Shin, Taeksu; Shiyakova, Maria; Shmeleva, Alevtina; Shochet, Mel; Short, Daniel; Shrestha, Suyog; Shulga, Evgeny; Shupe, Michael; Sicho, Petr; Sidoti, Antonio; Siegert, Frank; Sijacki, Djordje; Silbert, Ohad; Silva, José; Silver, Yiftah; Silverstein, Daniel; Silverstein, Samuel; Simak, Vladislav; Simard, Olivier; Simic, Ljiljana; Simion, Stefan; Simioni, Eduard; Simmons, Brinick; Simoniello, Rosa; Simonyan, Margar; Sinervo, Pekka; Sinev, Nikolai; Sipica, Valentin; Siragusa, Giovanni; Sircar, Anirvan; Sisakyan, Alexei; Sivoklokov, Serguei; Sjölin, Jörgen; Sjursen, Therese; Skinnari, Louise Anastasia; Skottowe, Hugh Philip; Skovpen, Kirill; Skubic, Patrick; Slater, Mark; Slavicek, Tomas; Sliwa, Krzysztof; Smakhtin, Vladimir; Smart, Ben; Smirnov, Sergei; Smirnov, Yury; Smirnova, Lidia; Smirnova, Oxana; Smith, Ben Campbell; Smith, Douglas; Smith, Kenway; Smizanska, Maria; Smolek, Karel; Snesarev, Andrei; Snow, Steve; Snow, Joel; Snyder, Scott; Sobie, Randall; Sodomka, Jaromir; Soffer, Abner; Solans, Carlos; Solar, Michael; Solc, Jaroslav; Soldatov, Evgeny; Soldevila, Urmila; Solfaroli Camillocci, Elena; Solodkov, Alexander; Solovyanov, Oleg; Solovyev, Victor; Soni, Nitesh; Sopko, Vit; Sopko, Bruno; Sosebee, Mark; Soualah, Rachik; Soukharev, Andrey; Spagnolo, Stefania; Spanò, Francesco; Spighi, Roberto; Spigo, Giancarlo; Spiwoks, Ralf; Spousta, Martin; Spreitzer, Teresa; Spurlock, Barry; St Denis, Richard Dante; Stahlman, Jonathan; Stamen, Rainer; Stanecka, Ewa; Stanek, Robert; Stanescu, Cristian; Stanescu-Bellu, Madalina; Stapnes, Steinar; Starchenko, Evgeny; Stark, Jan; Staroba, Pavel; Starovoitov, Pavel; Staszewski, Rafal; Staude, Arnold; Stavina, Pavel; Steele, Genevieve; Steinbach, Peter; Steinberg, Peter; Stekl, Ivan; Stelzer, Bernd; Stelzer, Harald Joerg; Stelzer-Chilton, Oliver; Stenzel, Hasko; Stern, Sebastian; Stewart, Graeme; Stillings, Jan Andre; Stockton, Mark; Stoerig, Kathrin; Stoicea, Gabriel; Stonjek, Stefan; Strachota, Pavel; Stradling, Alden; Straessner, Arno; Strandberg, Jonas; Strandberg, Sara; Strandlie, Are; Strang, Michael; Strauss, Emanuel; Strauss, Michael; Strizenec, Pavol; Ströhmer, Raimund; Strom, David; Strong, John; Stroynowski, Ryszard; Strube, Jan; Stugu, Bjarne; Stumer, Iuliu; Stupak, John; Sturm, Philipp; Styles, Nicholas Adam; Soh, Dart-yin; Su, Dong; Subramania, Halasya Siva; Succurro, Antonella; Sugaya, Yorihito; Suhr, Chad; Suk, Michal; Sulin, Vladimir; Sultansoy, Saleh; Sumida, Toshi; Sun, Xiaohu; Sundermann, Jan Erik; Suruliz, Kerim; Susinno, Giancarlo; Sutton, Mark; Suzuki, Yu; Suzuki, Yuta; Svatos, Michal; Swedish, Stephen; Sykora, Ivan; Sykora, Tomas; Sánchez, Javier; Ta, Duc; Tackmann, Kerstin; Taffard, Anyes; Tafirout, Reda; Taiblum, Nimrod; Takahashi, Yuta; Takai, Helio; Takashima, Ryuichi; Takeda, Hiroshi; Takeshita, Tohru; Takubo, Yosuke; Talby, Mossadek; Talyshev, Alexey; Tamsett, Matthew; Tanaka, Junichi; Tanaka, Reisaburo; Tanaka, Satoshi; Tanaka, Shuji; Tanasijczuk, Andres Jorge; Tani, Kazutoshi; Tannoury, Nancy; Tapprogge, Stefan; Tardif, Dominique; Tarem, Shlomit; Tarrade, Fabien; Tartarelli, Giuseppe Francesco; Tas, Petr; Tasevsky, Marek; Tassi, Enrico; Tatarkhanov, Mous; Tayalati, Yahya; Taylor, Christopher; Taylor, Frank; Taylor, Geoffrey; Taylor, Wendy; Teinturier, Marthe; Teischinger, Florian Alfred; Teixeira Dias Castanheira, Matilde; Teixeira-Dias, Pedro; Temming, Kim Katrin; Ten Kate, Herman; Teng, Ping-Kun; Terada, Susumu; Terashi, Koji; Terron, Juan; Testa, Marianna; Teuscher, Richard; Therhaag, Jan; Theveneaux-Pelzer, Timothée; Thoma, Sascha; Thomas, Juergen; Thompson, Emily; Thompson, Paul; Thompson, Peter; Thompson, Stan; Thomsen, Lotte Ansgaard; Thomson, Evelyn; Thomson, Mark; Thong, Wai Meng; Thun, Rudolf; Tian, Feng; Tibbetts, Mark James; Tic, Tomáš; Tikhomirov, Vladimir; Tikhonov, Yury; Timoshenko, Sergey; Tipton, Paul; Tisserant, Sylvain; Todorov, Theodore; Todorova-Nova, Sharka; Toggerson, Brokk; Tojo, Junji; Tokár, Stanislav; Tokushuku, Katsuo; Tollefson, Kirsten; Tomoto, Makoto; Tompkins, Lauren; Toms, Konstantin; Tonoyan, Arshak; Topfel, Cyril; Topilin, Nikolai; Torchiani, Ingo; Torrence, Eric; Torres, Heberth; Torró Pastor, Emma; Toth, Jozsef; Touchard, Francois; Tovey, Daniel; Trefzger, Thomas; Tremblet, Louis; Tricoli, Alesandro; Trigger, Isabel Marian; Trincaz-Duvoid, Sophie; Tripiana, Martin; Triplett, Nathan; Trischuk, William; Trocmé, Benjamin; Troncon, Clara; Trottier-McDonald, Michel; Trzebinski, Maciej; Trzupek, Adam; Tsarouchas, Charilaos; Tseng, Jeffrey; Tsiakiris, Menelaos; Tsiareshka, Pavel; Tsionou, Dimitra; Tsipolitis, Georgios; Tsiskaridze, Shota; Tsiskaridze, Vakhtang; Tskhadadze, Edisher; Tsukerman, Ilya; Tsulaia, Vakhtang; Tsung, Jieh-Wen; Tsuno, Soshi; Tsybychev, Dmitri; Tua, Alan; Tudorache, Alexandra; Tudorache, Valentina; Tuggle, Joseph; Turala, Michal; Turecek, Daniel; Turk Cakir, Ilkay; Turlay, Emmanuel; Turra, Ruggero; Tuts, Michael; Tykhonov, Andrii; Tylmad, Maja; Tyndel, Mike; Tzanakos, George; Uchida, Kirika; Ueda, Ikuo; Ueno, Ryuichi; Ugland, Maren; Uhlenbrock, Mathias; Uhrmacher, Michael; Ukegawa, Fumihiko; Unal, Guillaume; Undrus, Alexander; Unel, Gokhan; Unno, Yoshinobu; Urbaniec, Dustin; Usai, Giulio; Uslenghi, Massimiliano; Vacavant, Laurent; Vacek, Vaclav; Vachon, Brigitte; Vahsen, Sven; Valenta, Jan; Valentinetti, Sara; Valero, Alberto; Valkar, Stefan; Valladolid Gallego, Eva; Vallecorsa, Sofia; Valls Ferrer, Juan Antonio; Van Der Deijl, Pieter; van der Geer, Rogier; van der Graaf, Harry; Van Der Leeuw, Robin; van der Poel, Egge; van der Ster, Daniel; van Eldik, Niels; van Gemmeren, Peter; van Vulpen, Ivo; Vanadia, Marco; Vandelli, Wainer; Vaniachine, Alexandre; Vankov, Peter; Vannucci, Francois; Vari, Riccardo; Varol, Tulin; Varouchas, Dimitris; Vartapetian, Armen; Varvell, Kevin; Vassilakopoulos, Vassilios; Vazeille, Francois; Vazquez Schroeder, Tamara; Vegni, Guido; Veillet, Jean-Jacques; Veloso, Filipe; Veness, Raymond; Veneziano, Stefano; Ventura, Andrea; Ventura, Daniel; Venturi, Manuela; Venturi, Nicola; Vercesi, Valerio; Verducci, Monica; Verkerke, Wouter; Vermeulen, Jos; Vest, Anja; Vetterli, Michel; Vichou, Irene; Vickey, Trevor; Vickey Boeriu, Oana Elena; Viehhauser, Georg; Viel, Simon; Villa, Mauro; Villaplana Perez, Miguel; Vilucchi, Elisabetta; Vincter, Manuella; Vinek, Elisabeth; Vinogradov, Vladimir; Virchaux, Marc; Virzi, Joseph; Vitells, Ofer; Viti, Michele; Vivarelli, Iacopo; Vives Vaque, Francesc; Vlachos, Sotirios; Vladoiu, Dan; Vlasak, Michal; Vogel, Adrian; Vokac, Petr; Volpi, Guido; Volpi, Matteo; Volpini, Giovanni; von der Schmitt, Hans; von Radziewski, Holger; von Toerne, Eckhard; Vorobel, Vit; Vorwerk, Volker; Vos, Marcel; Voss, Rudiger; Voss, Thorsten Tobias; Vossebeld, Joost; Vranjes, Nenad; Vranjes Milosavljevic, Marija; Vrba, Vaclav; Vreeswijk, Marcel; Vu Anh, Tuan; Vuillermet, Raphael; Vukotic, Ilija; Wagner, Wolfgang; Wagner, Peter; Wahlen, Helmut; Wahrmund, Sebastian; Wakabayashi, Jun; Walch, Shannon; Walder, James; Walker, Rodney; Walkowiak, Wolfgang; Wall, Richard; Waller, Peter; Walsh, Brian; Wang, Chiho; Wang, Haichen; Wang, Hulin; Wang, Jike; Wang, Jin; Wang, Rui; Wang, Song-Ming; Wang, Tan; Warburton, Andreas; Ward, Patricia; Warsinsky, Markus; Washbrook, Andrew; Wasicki, Christoph; Watanabe, Ippei; Watkins, Peter; Watson, Alan; Watson, Ian; Watson, Miriam; Watts, Gordon; Watts, Stephen; Waugh, Anthony; Waugh, Ben; Weber, Michele; Weber, Pavel; Weidberg, Anthony; Weigell, Philipp; Weingarten, Jens; Weiser, Christian; Wellenstein, Hermann; Wells, Phillippa; Wenaus, Torre; Wendland, Dennis; Weng, Zhili; Wengler, Thorsten; Wenig, Siegfried; Wermes, Norbert; Werner, Matthias; Werner, Per; Werth, Michael; Wessels, Martin; Wetter, Jeffrey; Weydert, Carole; Whalen, Kathleen; Wheeler-Ellis, Sarah Jane; White, Andrew; White, Martin; White, Sebastian; Whitehead, Samuel Robert; Whiteson, Daniel; Whittington, Denver; Wicek, Francois; Wicke, Daniel; Wickens, Fred; Wiedenmann, Werner; Wielers, Monika; Wienemann, Peter; Wiglesworth, Craig; Wiik-Fuchs, Liv Antje Mari; Wijeratne, Peter Alexander; Wildauer, Andreas; Wildt, Martin Andre; Wilhelm, Ivan; Wilkens, Henric George; Will, Jonas Zacharias; Williams, Eric; Williams, Hugh; Willis, William; Willocq, Stephane; Wilson, John; Wilson, Michael Galante; Wilson, Alan; Wingerter-Seez, Isabelle; Winkelmann, Stefan; Winklmeier, Frank; Wittgen, Matthias; Wollstadt, Simon Jakob; Wolter, Marcin Wladyslaw; Wolters, Helmut; Wong, Wei-Cheng; Wooden, Gemma; Wosiek, Barbara; Wotschack, Jorg; Woudstra, Martin; Wozniak, Krzysztof; Wraight, Kenneth; Wright, Michael; Wrona, Bozydar; Wu, Sau Lan; Wu, Xin; Wu, Yusheng; Wulf, Evan; Wynne, Benjamin; Xella, Stefania; Xiao, Meng; Xie, Song; Xu, Chao; Xu, Da; Yabsley, Bruce; Yacoob, Sahal; Yamada, Miho; Yamaguchi, Hiroshi; Yamamoto, Akira; Yamamoto, Kyoko; Yamamoto, Shimpei; Yamamura, Taiki; Yamanaka, Takashi; Yamaoka, Jared; Yamazaki, Takayuki; Yamazaki, Yuji; Yan, Zhen; Yang, Haijun; Yang, Un-Ki; Yang, Yi; Yang, Zhaoyu; Yanush, Serguei; Yao, Liwen; Yao, Yushu; Yasu, Yoshiji; Ybeles Smit, Gabriel Valentijn; Ye, Jingbo; Ye, Shuwei; Yilmaz, Metin; Yoosoofmiya, Reza; Yorita, Kohei; Yoshida, Riktura; Young, Charles; Young, Christopher John; Youssef, Saul; Yu, Dantong; Yu, Jaehoon; Yu, Jie; Yuan, Li; Yurkewicz, Adam; Byszewski, Marcin; Zabinski, Bartlomiej; Zaidan, Remi; Zaitsev, Alexander; Zajacova, Zuzana; Zanello, Lucia; Zaytsev, Alexander; Zeitnitz, Christian; Zeman, Martin; Zemla, Andrzej; Zendler, Carolin; Zenin, Oleg; Ženiš, Tibor; Zinonos, Zinonas; Zenz, Seth; Zerwas, Dirk; Zevi della Porta, Giovanni; Zhan, Zhichao; Zhang, Dongliang; Zhang, Huaqiao; Zhang, Jinlong; Zhang, Xueyao; Zhang, Zhiqing; Zhao, Long; Zhao, Tianchi; Zhao, Zhengguo; Zhemchugov, Alexey; Zhong, Jiahang; Zhou, Bing; Zhou, Ning; Zhou, Yue; Zhu, Cheng Guang; Zhu, Hongbo; Zhu, Junjie; Zhu, Yingchun; Zhuang, Xuai; Zhuravlov, Vadym; Zieminska, Daria; Zimin, Nikolai; Zimmermann, Robert; Zimmermann, Simone; Zimmermann, Stephanie; Ziolkowski, Michael; Zitoun, Robert; Živković, Lidija; Zmouchko, Viatcheslav; Zobernig, Georg; Zoccoli, Antonio; zur Nedden, Martin; Zutshi, Vishnu; Zwalinski, Lukasz

    2013-08-06

    The measurement of several event shape variables is presented in minimum bias pp collisions at a center-of-mass energy of 7 TeV using the ATLAS detector at the LHC. The observables studied are the transverse thrust, thrust minor and transverse sphericity, each defined using the momenta perpendicular to the beam direction of the final state charged particles. Events with at least six charged particles are selected. In addition to the differential distributions, the evolution of each event shape variable as a function of the leading charged particle transverse momentum, charged particle multiplicity and summed transverse momentum is presented. Predictions from several Monte Carlo models have been compared with data and they show significant deviations from data.

  15. THE ROLE OF OFFLINE METALANGUAGE TALK IN ASYNCHRONOUS COMPUTER-MEDIATED COMMUNICATION

    Directory of Open Access Journals (Sweden)

    Keiko Kitade

    2008-02-01

    Full Text Available In order to demonstrate how learners utilize the text-based asynchronous attributes of the Bulletin Board System, this study explored Japanese-as-a-second-language learners' metalanguage episodes (Swain & Lapkin, 1995, 1998 in offline verbal peer speech and online asynchronous discussions with their Japanese key pals. The findings suggest the crucial role of offline collaborative dialogue, the interactional modes in which the episodes occur, and the unique discourse structure of metalanguage episodes concerning online and offline interactions. A high score on the posttest also suggests the high retention of linguistic knowledge constructed through offline peer dialogue. In the offline mode, the learners were able to collaboratively construct knowledge with peers in the stipulated time, while simultaneously focusing on task content in the online interaction. The retrospective interviews and questionnaires reveal the factors that could affect the benefits of the asynchronous computer-mediated communication medium for language learning.

  16. Multiple Active Contours Driven by Particle Swarm Optimization for Cardiac Medical Image Segmentation

    Science.gov (United States)

    Cruz-Aceves, I.; Aviña-Cervantes, J. G.; López-Hernández, J. M.; González-Reyna, S. E.

    2013-01-01

    This paper presents a novel image segmentation method based on multiple active contours driven by particle swarm optimization (MACPSO). The proposed method uses particle swarm optimization over a polar coordinate system to increase the energy-minimizing capability with respect to the traditional active contour model. In the first stage, to evaluate the robustness of the proposed method, a set of synthetic images containing objects with several concavities and Gaussian noise is presented. Subsequently, MACPSO is used to segment the human heart and the human left ventricle from datasets of sequential computed tomography and magnetic resonance images, respectively. Finally, to assess the performance of the medical image segmentations with respect to regions outlined by experts and by the graph cut method objectively and quantifiably, a set of distance and similarity metrics has been adopted. The experimental results demonstrate that MACPSO outperforms the traditional active contour model in terms of segmentation accuracy and stability. PMID:23762177

  17. Relaxation near Supermassive Black Holes Driven by Nuclear Spiral Arms: Anisotropic Hypervelocity Stars, S-stars, and Tidal Disruption Events

    Energy Technology Data Exchange (ETDEWEB)

    Hamers, Adrian S. [Institute for Advanced Study, School of Natural Sciences, Einstein Drive, Princeton, NJ 08540 (United States); Perets, Hagai B., E-mail: hamers@ias.edu [Technion—Israel Institute of Technology, Haifa 32000 (Israel)

    2017-09-10

    Nuclear spiral arms are small-scale transient spiral structures found in the centers of galaxies. Similarly to their galactic-scale counterparts, nuclear spiral arms can perturb the orbits of stars. In the case of the Galactic center (GC), these perturbations can affect the orbits of stars and binaries in a region extending to several hundred parsecs around the supermassive black hole (SMBH), causing diffusion in orbital energy and angular momentum. This diffusion process can drive stars and binaries to close approaches with the SMBH, disrupting single stars in tidal disruption events (TDEs), or disrupting binaries, leaving a star tightly bound to the SMBH and an unbound star escaping the galaxy, i.e., a hypervelocity star (HVS). Here, we consider diffusion by nuclear spiral arms in galactic nuclei, specifically the Milky Way GC. We determine nuclear-spiral-arm-driven diffusion rates using test-particle integrations and compute disruption rates. Our TDE rates are up to 20% higher compared to relaxation by single stars. For binaries, the enhancement is up to a factor of ∼100, and our rates are comparable to the observed numbers of HVSs and S-stars. Our scenario is complementary to relaxation driven by massive perturbers. In addition, our rates depend on the inclination of the binary with respect to the Galactic plane. Therefore, our scenario provides a novel potential source for the observed anisotropic distribution of HVSs. Nuclear spiral arms may also be important for accelerating the coalescence of binary SMBHs and for supplying nuclear star clusters with stars and gas.

  18. A Two Species Bump-On-Tail Model With Relaxation for Energetic Particle Driven Modes

    Science.gov (United States)

    Aslanyan, V.; Porkolab, M.; Sharapov, S. E.; Spong, D. A.

    2017-10-01

    Energetic particle driven Alfvén Eigenmodes (AEs) observed in present day experiments exhibit various nonlinear behaviours varying from steady state amplitude at a fixed frequency to bursting amplitudes and sweeping frequency. Using the appropriate action-angle variables, the problem of resonant wave-particle interaction becomes effectively one-dimensional. Previously, a simple one-dimensional Bump-On-Tail (BOT) model has proven to be one of the most effective in describing characteristic nonlinear near-threshold wave evolution scenarios. In particular, dynamical friction causes bursting mode evolution, while diffusive relaxation may give steady-state, periodic or chaotic mode evolution. BOT has now been extended to include two populations of fast particles, with one dominated by dynamical friction at the resonance and the other by diffusion; the relative size of the populations determines the temporal evolution of the resulting wave. This suggests an explanation for recent observations on the TJ-II stellarator, where a transition between steady state and bursting occured as the magnetic configuration varied. The two species model is then applied to burning plasma with drag-dominated alpha particles and diffusion-dominated ICRH accelerated minority ions. This work was supported by the US DoE and the RCUK Energy Programme [Grant Number EP/P012450/1].

  19. Data Albums: An Event Driven Search, Aggregation and Curation Tool for Earth Science

    Science.gov (United States)

    Ramachandran, Rahul; Kulkarni, Ajinkya; Maskey, Manil; Bakare, Rohan; Basyal, Sabin; Li, Xiang; Flynn, Shannon

    2014-01-01

    Approaches used in Earth science research such as case study analysis and climatology studies involve discovering and gathering diverse data sets and information to support the research goals. To gather relevant data and information for case studies and climatology analysis is both tedious and time consuming. Current Earth science data systems are designed with the assumption that researchers access data primarily by instrument or geophysical parameter. In cases where researchers are interested in studying a significant event, they have to manually assemble a variety of datasets relevant to it by searching the different distributed data systems. This paper presents a specialized search, aggregation and curation tool for Earth science to address these challenges. The search rool automatically creates curated 'Data Albums', aggregated collections of information related to a specific event, containing links to relevant data files [granules] from different instruments, tools and services for visualization and analysis, and information about the event contained in news reports, images or videos to supplement research analysis. Curation in the tool is driven via an ontology based relevancy ranking algorithm to filter out non relevant information and data.

  20. Determination of power and moment on shaft of special asynchronous electric drives

    Science.gov (United States)

    Karandey, V. Yu; Popov, B. K.; Popova, O. B.; Afanasyev, V. L.

    2018-03-01

    In the article, questions and tasks of determination of power and the moment on a shaft of special asynchronous electric drives are considered. Use of special asynchronous electric drives in mechanical engineering and other industries is relevant. The considered types of electric drives possess the improved mass-dimensional indicators in comparison with singleengine systems. Also these types of electric drives have constructive advantages; the improved characteristics allow one to realize the technological process. But creation and design of new electric drives demands adjustment of existing or development of new methods and approaches of calculation of parameters. Determination of power and the moment on a shaft of special asynchronous electric drives is the main objective during design of electric drives. This task has been solved based on a method of electromechanical transformation of energy.

  1. Methodological Reflections on the Use of Asynchronous Online Focus Groups in Health Research

    Directory of Open Access Journals (Sweden)

    Sarah Williams PhD

    2012-09-01

    Full Text Available The Internet is increasingly used as a tool in qualitative research. In particular, asynchronous online focus groups are used when factors such as cost, time, or access to participants can make conducting face-to-face research difficult. In this article we consider key methodological issues involved in using asynchronous online focus groups to explore experiences of health and illness. The written nature of Internet communication, the lack of physical presence, and the asynchronous, longitudinal aspects enable participants who might not normally contribute to research studies to reflect on their personal stories before disclosing them to the researcher. Implications for study design, recruitment strategies, and ethics should be considered when deciding whether to use this method.

  2. Aspects of computation on asynchronous parallel processors

    International Nuclear Information System (INIS)

    Wright, M.

    1989-01-01

    The increasing availability of asynchronous parallel processors has provided opportunities for original and useful work in scientific computing. However, the field of parallel computing is still in a highly volatile state, and researchers display a wide range of opinion about many fundamental questions such as models of parallelism, approaches for detecting and analyzing parallelism of algorithms, and tools that allow software developers and users to make effective use of diverse forms of complex hardware. This volume collects the work of researchers specializing in different aspects of parallel computing, who met to discuss the framework and the mechanics of numerical computing. The far-reaching impact of high-performance asynchronous systems is reflected in the wide variety of topics, which include scientific applications (e.g. linear algebra, lattice gauge simulation, ordinary and partial differential equations), models of parallelism, parallel language features, task scheduling, automatic parallelization techniques, tools for algorithm development in parallel environments, and system design issues

  3. An Asynchronous IEEE Floating-Point Arithmetic Unit

    Directory of Open Access Journals (Sweden)

    Joel R. Noche

    2007-12-01

    Full Text Available An asynchronous floating-point arithmetic unit is designed and tested at the transistor level usingCadence software. It uses CMOS (complementary metal oxide semiconductor and DCVS (differentialcascode voltage switch logic in a 0.35 µm process using a 3.3 V supply voltage, with dual-rail data andsingle-rail control signals using four-phase handshaking.Using 17,085 transistors, the unit handles single-precision (32-bit addition/subtraction, multiplication,division, and remainder using the IEEE 754-1985 Standard for Binary Floating-Point Arithmetic, withrounding and other operations to be handled by separate hardware or software. Division and remainderare done using a restoring subtractive algorithm; multiplication uses an additive algorithm. Exceptionsare noted by flags (and not trap handlers and the output is in single-precision.Previous work on asynchronous floating-point arithmetic units have mostly focused on single operationssuch as division. This is the first work to the authors' knowledge that can perform floating-point addition,multiplication, division, and remainder using a common datapath.

  4. Regression analysis of sparse asynchronous longitudinal data.

    Science.gov (United States)

    Cao, Hongyuan; Zeng, Donglin; Fine, Jason P

    2015-09-01

    We consider estimation of regression models for sparse asynchronous longitudinal observations, where time-dependent responses and covariates are observed intermittently within subjects. Unlike with synchronous data, where the response and covariates are observed at the same time point, with asynchronous data, the observation times are mismatched. Simple kernel-weighted estimating equations are proposed for generalized linear models with either time invariant or time-dependent coefficients under smoothness assumptions for the covariate processes which are similar to those for synchronous data. For models with either time invariant or time-dependent coefficients, the estimators are consistent and asymptotically normal but converge at slower rates than those achieved with synchronous data. Simulation studies evidence that the methods perform well with realistic sample sizes and may be superior to a naive application of methods for synchronous data based on an ad hoc last value carried forward approach. The practical utility of the methods is illustrated on data from a study on human immunodeficiency virus.

  5. Physical characterization of aerosol particles during the Chinese New Year’s firework events

    Science.gov (United States)

    Zhang, Min; Wang, Xuemei; Chen, Jianmin; Cheng, Tiantao; Wang, Tao; Yang, Xin; Gong, Youguo; Geng, Fuhai; Chen, Changhong

    2010-12-01

    Measurements for particles 10 nm to 10 μm were taken using a Wide-range Particle Spectrometer during the Chinese New Year (CNY) celebrations in 2009 in Shanghai, China. These celebrations provided an opportunity to study the number concentration and size distribution of particles in an especial atmospheric pollution situation due to firework displays. The firework activities had a clear contribution to the number concentration of small accumulation mode particles (100-500 nm) and PM 1 mass concentration, with a maximum total number concentration of 3.8 × 10 4 cm -3. A clear shift of particles from nucleation and Aitken mode to small accumulation mode was observed at the peak of the CNY firework event, which can be explained by reduced atmospheric lifetimes of smaller particles via the concept of the coagulation sink. High particle density (2.7 g cm -3) was identified as being particularly characteristic of the firework aerosols. Recalculated fine particles PM 1 exhibited on average above 150 μg m -3 for more than 12 hours, which was a health risk to susceptible individuals. Integral physical parameters of firework aerosols were calculated for understanding their physical properties and further model simulation.

  6. Proton-driven plasma wakefield acceleration: a path to the future of high-energy particle physics

    International Nuclear Information System (INIS)

    Assmann, R; Gross, M; Bingham, R; Holloway, J; Bohl, T; Bracco, C; Butterworth, A; Feldbaumer, E; Goddard, B; Gschwendtner, E; Buttenschön, B; Caldwell, A; Chattopadhyay, S; Cipiccia, S; Jaroszynski, D; Fonseca, R A; Grulke, O; Kempkes, P; Huang, C; Jolly, S

    2014-01-01

    New acceleration technology is mandatory for the future elucidation of fundamental particles and their interactions. A promising approach is to exploit the properties of plasmas. Past research has focused on creating large-amplitude plasma waves by injecting an intense laser pulse or an electron bunch into the plasma. However, the maximum energy gain of electrons accelerated in a single plasma stage is limited by the energy of the driver. Proton bunches are the most promising drivers of wakefields to accelerate electrons to the TeV energy scale in a single stage. An experimental program at CERN—the AWAKE experiment—has been launched to study in detail the important physical processes and to demonstrate the power of proton-driven plasma wakefield acceleration. Here we review the physical principles and some experimental considerations for a future proton-driven plasma wakefield accelerator. (paper)

  7. Proton-driven plasma wakefield acceleration: a path to the future of high-energy particle physics

    CERN Document Server

    Assmann, R.; Bohl, T.; Bracco, C.; Buttenschon, B.; Butterworth, A.; Caldwell, A.; Chattopadhyay, S.; Cipiccia, S.; Feldbaumer, E.; Fonseca, R.A.; Goddard, B.; Gross, M.; Grulke, O.; Gschwendtner, E.; Holloway, J.; Huang, C.; Jaroszynski, D.; Jolly, S.; Kempkes, P.; Lopes, N.; Lotov, K.; Machacek, J.; Mandry, S.R.; McKenzie, J.W.; Meddahi, M.; Militsyn, B.L.; Moschuering, N.; Muggli, P.; Najmudin, Z.; Noakes, T.C.Q.; Norreys, P.A.; Oz, E.; Pardons, A.; Petrenko, A.; Pukhov, A.; Rieger, K.; Reimann, O.; Ruhl, H.; Shaposhnikova, E.; Silva, L.O.; Sosedkin, A.; Tarkeshian, R.; Trines, R.M.G.N.; Tuckmantel, T.; Vieira, J.; Vincke, H.; Wing, M.; Xia, G.

    2014-01-01

    New acceleration technology is mandatory for the future elucidation of fundamental particles and their interactions. A promising approach is to exploit the properties of plasmas. Past research has focused on creating large-amplitude plasma waves by injecting an intense laser pulse or an electron bunch into the plasma. However, the maximum energy gain of electrons accelerated in a single plasma stage is limited by the energy of the driver. Proton bunches are the most promising drivers of wakefields to accelerate electrons to the TeV energy scale in a single stage. An experimental program at CERN -- the AWAKE experiment -- has been launched to study in detail the important physical processes and to demonstrate the power of proton-driven plasma wakefield acceleration. Here we review the physical principles and some experimental considerations for a future proton-driven plasma wakefield accelerator.

  8. A Multi-mission Event-Driven Component-Based System for Support of Flight Software Development, ATLO, and Operations first used by the Mars Science Laboratory (MSL) Project

    Science.gov (United States)

    Dehghani, Navid; Tankenson, Michael

    2006-01-01

    This paper details an architectural description of the Mission Data Processing and Control System (MPCS), an event-driven, multi-mission ground data processing components providing uplink, downlink, and data management capabilities which will support the Mars Science Laboratory (MSL) project as its first target mission. MPCS is developed based on a set of small reusable components, implemented in Java, each designed with a specific function and well-defined interfaces. An industry standard messaging bus is used to transfer information among system components. Components generate standard messages which are used to capture system information, as well as triggers to support the event-driven architecture of the system. Event-driven systems are highly desirable for processing high-rate telemetry (science and engineering) data, and for supporting automation for many mission operations processes.

  9. An Asynchronous Circuit Design Technique for a Flexible 8-Bit Microprocessor

    Science.gov (United States)

    Karaki, Nobuo; Nanmoto, Takashi; Inoue, Satoshi

    This paper presents an asynchronous design technique, an enabler for the emerging technology of flexible microelectronics that feature low-temperature processed polysilicon (LTPS) thin-film transistors (TFT) and surface-free technology by laser annealing/ablation (SUFTLA®). The first design instance chosen is an 8-bit microprocessor. LTPS TFTs are good for realizing displays having integrated VLSI circuit at lower costs. However, LTPS TFTs have drawbacks, including substantial deviations in characteristics and the self-heating phenomenon. To solve these problems, the authors adopted the asynchronous circuit design technique and developed an asynchronous design language called Verilog+, which is based on a subset of Verilog HDL® and includes minimal primitives used for describing the communications between modules, and the dedicated tools including a translator called xlator and a synthesizer called ctrlsyn. The flexible 8-bit microprocessor stably operates at 500kHz, drawing 180μA from a 5V power source. The microprocessor's electromagnetic emissions are 21dB less than those of the synchronous counterpart.

  10. Possible effect of strong solar energetic particle events on polar stratospheric aerosol: a summary of observational results

    International Nuclear Information System (INIS)

    Mironova, I A; Usoskin, I G

    2014-01-01

    This letter presents a summary of a phenomenological study of the response of the polar stratosphere to strong solar energetic particle (SEP) events corresponding to ground level enhancements (GLEs) of cosmic rays. This work is focused on evaluation of the possible influence of the atmospheric ionization caused by SEPs upon formation of aerosol particles in the stratosphere over polar regions. Following case studies of two major SEP/GLE events, in January 2005 and September 1989, and their possible effects on polar stratospheric aerosols, we present here the results of an analysis of variations of the daily profiles of the stratospheric aerosol parameters (aerosol extinction for different wavelengths, as well as Ångstrom exponent) for both polar hemispheres during SEP/GLE events of July 2000, April 2001 and October 2003, which form already five clear cases corresponding to extreme and strong SEP/GLE events. The obtained results suggest that an enhancement of ionization rate by a factor of about two in the polar region with night/cold/winter conditions can lead to the formation/growing of aerosol particles in the altitude range of 10–25 km. We also present a summary of the investigated effects based on the phenomenological study of the atmospheric application of extreme SEP events. (paper)

  11. Asynchronous versus Synchronous Learning in Pharmacy Education

    Science.gov (United States)

    Motycka, Carol A.; St. Onge, Erin L.; Williams, Jennifer

    2013-01-01

    Objective: To better understand the technology being used today in pharmacy education through a review of the current methodologies being employed at various institutions. Also, to discuss the benefits and difficulties of asynchronous and synchronous methodologies, which are being utilized at both traditional and distance education campuses.…

  12. OCCURRENCE OF EXTREME SOLAR PARTICLE EVENTS: ASSESSMENT FROM HISTORICAL PROXY DATA

    International Nuclear Information System (INIS)

    Usoskin, Ilya G.; Kovaltsov, Gennady A.

    2012-01-01

    The probability of occurrence of extreme solar particle events (SPEs) with proton fluence (>30 MeV) F 30 ≥ 10 10 cm –2 is evaluated based on data on the cosmogenic isotopes 14 C and 10 Be in terrestrial archives covering centennial-millennial timescales. Four potential candidates with F 30 = (1-1.5) × 10 10 cm –2 and no events with F 30 > 2 × 10 10 cm –2 are identified since 1400 AD in the annually resolved 10 Be data. A strong SPE related to the Carrington flare of 1859 AD is not supported by the data. For the last 11,400 years, 19 SPE candidates with F 30 = (1-3) × 10 10 cm –2 are found and clearly no event with F 30 > 5 × 10 10 cm –2 (50 times the SPE of 1956 February 23) has occurred. These values serve as observational upper limits on the strength of SPEs on the timescale of tens of millennia. Two events, ca. 780 and 1460 AD, appear in different data series making them strong candidates for extreme SPEs. We build a distribution of the occurrence probability of extreme SPEs, providing a new strict observational constraint. Practical limits can be set as F 30 ≈ 1, 2-3, and 5×10 10 cm –2 for occurrence probabilities ≈10 –2 , 10 –3 , and 10 –4 yr –1 , respectively. Because of the uncertainties, our results should be interpreted as a conservative upper limit on the SPE occurrence near Earth. The mean solar energetic particle (SEP) flux is evaluated as ≈40 (cm 2 s) –1 , in agreement with estimates from lunar rocks. On average, extreme SPEs contribute about 10% to the total SEP fluence.

  13. Forecasting the Earth’s radiation belts and modelling solar energetic particle events: Recent results from SPACECAST

    Directory of Open Access Journals (Sweden)

    Poedts Stefaan

    2013-05-01

    Full Text Available High-energy charged particles in the van Allen radiation belts and in solar energetic particle events can damage satellites on orbit leading to malfunctions and loss of satellite service. Here we describe some recent results from the SPACECAST project on modelling and forecasting the radiation belts, and modelling solar energetic particle events. We describe the SPACECAST forecasting system that uses physical models that include wave-particle interactions to forecast the electron radiation belts up to 3 h ahead. We show that the forecasts were able to reproduce the >2 MeV electron flux at GOES 13 during the moderate storm of 7–8 October 2012, and the period following a fast solar wind stream on 25–26 October 2012 to within a factor of 5 or so. At lower energies of 10 – a few 100 keV we show that the electron flux at geostationary orbit depends sensitively on the high-energy tail of the source distribution near 10 RE on the nightside of the Earth, and that the source is best represented by a kappa distribution. We present a new model of whistler mode chorus determined from multiple satellite measurements which shows that the effects of wave-particle interactions beyond geostationary orbit are likely to be very significant. We also present radial diffusion coefficients calculated from satellite data at geostationary orbit which vary with Kp by over four orders of magnitude. We describe a new automated method to determine the position at the shock that is magnetically connected to the Earth for modelling solar energetic particle events and which takes into account entropy, and predict the form of the mean free path in the foreshock, and particle injection efficiency at the shock from analytical theory which can be tested in simulations.

  14. Composition of heavy ions in solar energetic particle events

    International Nuclear Information System (INIS)

    Fan, C.Y.; Gloeckler, G.

    1983-01-01

    Recent advances in determining the elemental, charge state, and isotopic composition of approximatelt 1 to 20 MeV per nucleon ions in solar energetic particle (SEP) events and outline our current understanding of the nature of solar and interplanetary processes which may explain the observations. Average values of relative abundances measured in a large number of SEP events were found to be roughly energy independent in the approx. 1 to approx. 20 MeV per nucleon range, and showed a systematic deviation from photospheric abundances which seems to be organized in terms of the first ionization potential of the ion. Direct measurements of the charge states of SEPs revealed the surprisingly common presence of energetic He(+) along with heavy ion with typically coronal ionization states. High resolution measurements of isotopic abundance ratios in a small number of SEP events showed these to be consistent with the universal composition except for the puzzling overabundance of the SEP(22)Ne/(20)Ne relative to this isotopes ratio in the solar wind. The broad spectrum of observed elemental abundance variations, which in their extreme result in composition anomalies characteristic of (3)He rich, heavy ion rich and carbon poor SEP events, along with direct measurements of the ionization states of SEPs provided essential information on the physical characteristics of, and conditions in the source regions, as well as important constraints to possible models for SEP production

  15. The Two Sources of Solar Energetic Particles

    Science.gov (United States)

    Reames, Donald V.

    2013-06-01

    Evidence for two different physical mechanisms for acceleration of solar energetic particles (SEPs) arose 50 years ago with radio observations of type III bursts, produced by outward streaming electrons, and type II bursts from coronal and interplanetary shock waves. Since that time we have found that the former are related to "impulsive" SEP events from impulsive flares or jets. Here, resonant stochastic acceleration, related to magnetic reconnection involving open field lines, produces not only electrons but 1000-fold enhancements of 3He/4He and of ( Z>50)/O. Alternatively, in "gradual" SEP events, shock waves, driven out from the Sun by coronal mass ejections (CMEs), more democratically sample ion abundances that are even used to measure the coronal abundances of the elements. Gradual events produce by far the highest SEP intensities near Earth. Sometimes residual impulsive suprathermal ions contribute to the seed population for shock acceleration, complicating the abundance picture, but this process has now been modeled theoretically. Initially, impulsive events define a point source on the Sun, selectively filling few magnetic flux tubes, while gradual events show extensive acceleration that can fill half of the inner heliosphere, beginning when the shock reaches ˜2 solar radii. Shock acceleration occurs as ions are scattered back and forth across the shock by resonant Alfvén waves amplified by the accelerated protons themselves as they stream away. These waves also can produce a streaming-limited maximum SEP intensity and plateau region upstream of the shock. Behind the shock lies the large expanse of the "reservoir", a spatially extensive trapped volume of uniform SEP intensities with invariant energy-spectral shapes where overall intensities decrease with time as the enclosing "magnetic bottle" expands adiabatically. These reservoirs now explain the slow intensity decrease that defines gradual events and was once erroneously attributed solely to slow

  16. October 1972 solar event: The third dimension in solar particle propagation

    International Nuclear Information System (INIS)

    Domingo, V.; Page, D.E.; Wenzel, K.

    1976-01-01

    From late on October 29 until November 3, 1972, our experiment on the European Space Research Organization satellite Heos 2 recorded the arrival of an enhanced interplanetary particle intensity. A dramatic 'slot' in count rate and other sudden anisotropy and flux changes (measured in and perpendicular to the ecliptic plane) were found to coincide with changes in the theta (north-south) ecliptic direction of the interplanetary magnetic field. However, reorientation of strongly field-aligned particle distributions relative to the detectors was insufficient to explain the intensity changes recorded, and the conclusion had to be drawn that the spacecraft was repeatedly crossing a boundary between one regime and a neighboring one with a different particle population. Since the switching from one regime to the other continued for several days, it would seem reasonable to suggest that the boundary between regimes was roughly parallel to the ecliptic plane. This idea was reinforced by the discovery that each time that the particle regime changed, not only did B/sub theta/ change, but the solar wind flow direction changed, the dip angle reversing sign. It would thus appear that when the solar wind blows three-dimensional snakelike tubes in interplanetary space, MeV particles obediently follow the field line bundles within such tubes and experience considerable difficulty in crossing from one tube to a neighboring tube which encloses a different regime. Because of the absence of cross-field particle movement, measurements made at higher solar latitudes, where most solar active regions occur, could reveal a somewhat different picture of the development of solar particle events

  17. Measurements of Particle Production, Underlying Event and Double Parton Interactions at the LHC

    CERN Document Server

    AUTHOR|(INSPIRE)INSPIRE-00439671; The ATLAS collaboration

    2016-01-01

    The effects of soft, non-pertubative strong interactions (QCD) are an important part of the phenomenology of the events at hadron colliders, as the LHC. In order to constrain the parameters of models of soft QCD, diverse measurements are provided by the ALICE, ATLAS and CMS collaborations. Measurements of particle production, underlying event and double parton interactions are presented. In general, reasonable agreement between the measured data and the models is found, but discrepancies hint at the need for a better description.

  18. Time distributions of solar energetic particle events: Are SEPEs really random?

    Science.gov (United States)

    Jiggens, P. T. A.; Gabriel, S. B.

    2009-10-01

    Solar energetic particle events (SEPEs) can exhibit flux increases of several orders of magnitude over background levels and have always been considered to be random in nature in statistical models with no dependence of any one event on the occurrence of previous events. We examine whether this assumption of randomness in time is correct. Engineering modeling of SEPEs is important to enable reliable and efficient design of both Earth-orbiting and interplanetary spacecraft and future manned missions to Mars and the Moon. All existing engineering models assume that the frequency of SEPEs follows a Poisson process. We present analysis of the event waiting times using alternative distributions described by Lévy and time-dependent Poisson processes and compared these with the usual Poisson distribution. The results show significant deviation from a Poisson process and indicate that the underlying physical processes might be more closely related to a Lévy-type process, suggesting that there is some inherent “memory” in the system. Inherent Poisson assumptions of stationarity and event independence are investigated, and it appears that they do not hold and can be dependent upon the event definition used. SEPEs appear to have some memory indicating that events are not completely random with activity levels varying even during solar active periods and are characterized by clusters of events. This could have significant ramifications for engineering models of the SEP environment, and it is recommended that current statistical engineering models of the SEP environment should be modified to incorporate long-term event dependency and short-term system memory.

  19. Asynchronous Free-Space Optical CDMA Communications System for Last-mile Access Network

    DEFF Research Database (Denmark)

    Jurado-Navas, Antonio; Raddo, Thiago R.; Sanches, Anderson L.

    2016-01-01

    We propose a new hybrid asynchronous OCDMA-FSO communications system for access network solutions. New ABER expressions are derived under gamma-gamma scintillation channels, where all users can surprisingly achieve error-free transmissions when FEC is employed.......We propose a new hybrid asynchronous OCDMA-FSO communications system for access network solutions. New ABER expressions are derived under gamma-gamma scintillation channels, where all users can surprisingly achieve error-free transmissions when FEC is employed....

  20. Strict optical orthogonal codes for purely asynchronous code-division multiple-access applications

    Science.gov (United States)

    Zhang, Jian-Guo

    1996-12-01

    Strict optical orthogonal codes are presented for purely asynchronous optical code-division multiple-access (CDMA) applications. The proposed code can strictly guarantee the peaks of its cross-correlation functions and the sidelobes of any of its autocorrelation functions to have a value of 1 in purely asynchronous data communications. The basic theory of the proposed codes is given. An experiment on optical CDMA systems is also demonstrated to verify the characteristics of the proposed code.

  1. Single charging events on colloidal particles in a nonpolar liquid with surfactant

    Science.gov (United States)

    Schreuer, Caspar; Vandewiele, Stijn; Brans, Toon; Strubbe, Filip; Neyts, Kristiaan; Beunis, Filip

    2018-01-01

    Electrical charging of colloidal particles in nonpolar liquids due to surfactant additives is investigated intensively, motivated by its importance in a variety of applications. Most methods rely on average electrophoretic mobility measurements of many particles, which provide only indirect information on the charging mechanism. In the present work, we present a method that allows us to obtain direct information on the charging mechanism, by measuring the charge fluctuations on individual particles with a precision higher than the elementary charge using optical trapping electrophoresis. We demonstrate the capabilities of the method by studying the influence of added surfactant OLOA 11000 on the charging of single colloidal PMMA particles in dodecane. The particle charge and the frequency of charging events are investigated both below and above the critical micelle concentration (CMC) and with or without applying a DC offset voltage. It is found that at least two separate charging mechanisms are present below the critical micelle concentration. One mechanism is a process where the particle is stripped from negatively charged ionic molecules. An increase in the charging frequency with increased surfactant concentration suggests a second mechanism that involves single surfactant molecules. Above the CMC, neutral inverse micelles can also be involved in the charging process.

  2. ON THE ISSUE OF VECTOR CONTROL OF THE ASYNCHRONOUS MOTORS

    Directory of Open Access Journals (Sweden)

    B. I. Firago

    2015-01-01

    Full Text Available The paper considers the issue of one of the widespread types of vector control realization for the asynchronous motors with a short-circuited rotor. Of all more than 20 vector control types known presently, the following are applied most frequently: direct vector control with velocity pickup (VP, direct vector control without VP, indirect vector control with VP and indirect vector control without VP. Despite the fact that the asynchronous-motor indirect vector control without VP is the easiest and most spread, the absence of VP does not allow controlling the motor electromagnetic torque at zero velocity. This is the reason why for electric motor drives of such requirements they utilize the vector control with a velocity transducer. The systems of widest dissemination became the direct and indirect vector control systems with X-axis alignment of the synchronously rotating x–y-coordinate frame along the rotor flux-linkage vector inasmuch as this provides the simplest correlations for controlling variables. Although these two types of vector control are well presented in literature, a number of issues concerning their realization and practical application require further elaboration. These include: the block schemes adequate representation as consisted with the modern realization of vector control and clarification of the analytical expressions for evaluating the regulator parameters.The authors present a technique for evaluating the dynamics of an asynchronous electric motor drive with direct vector control and x-axis alignment along the vector of rotor flux linkage. The article offers a generalized structure of this vector control type with detailed description of its principal blocks: controlling system, frequency converter, and the asynchronous motor.The paper presents a direct vector control simulating model developed in the MatLab environment on the grounds of this structure. The authors illustrate the described technique with the results

  3. Structure of events with a particle at large transverse momentum in proton-proton collisions at the CERN ISR

    International Nuclear Information System (INIS)

    Herr, W.F.

    1985-01-01

    The structure of events with a particle with large transverse momentum has been studied for proton-proton collisions at a centre-of-mass energy of √s=62.2 GeV. The experiment was performed with the Split-Field-Magnet detector at the CERN Intersecting Storage Rings and events were recorded with high-psub(T) particles with psub(T)>2 GeV/c produced at polar angles around 45 0 and 20 0 . The distributions of charged particles in the jet recoiling against the high-psub(T) particle have been measured as a function of the fragmentation variable xsub(E)=psub(T)/psub(T)sup(tri). The production of high-psub(T) particles is usually interpreted in the quark parton model as the hard collision of proton constituents. The asymmetry and charge composition of the recoil jet and their correlation with the flavour of the high-psub(T) particle supports this qualitative picture. Model calculations using first order Quantum Chromodynamics (QCD) and phenomenological fragmentation model cannot explain the particle distribution in the recoil jet. (orig.) [de

  4. NEVESIM: event-driven neural simulation framework with a Python interface.

    Science.gov (United States)

    Pecevski, Dejan; Kappel, David; Jonke, Zeno

    2014-01-01

    NEVESIM is a software package for event-driven simulation of networks of spiking neurons with a fast simulation core in C++, and a scripting user interface in the Python programming language. It supports simulation of heterogeneous networks with different types of neurons and synapses, and can be easily extended by the user with new neuron and synapse types. To enable heterogeneous networks and extensibility, NEVESIM is designed to decouple the simulation logic of communicating events (spikes) between the neurons at a network level from the implementation of the internal dynamics of individual neurons. In this paper we will present the simulation framework of NEVESIM, its concepts and features, as well as some aspects of the object-oriented design approaches and simulation strategies that were utilized to efficiently implement the concepts and functionalities of the framework. We will also give an overview of the Python user interface, its basic commands and constructs, and also discuss the benefits of integrating NEVESIM with Python. One of the valuable capabilities of the simulator is to simulate exactly and efficiently networks of stochastic spiking neurons from the recently developed theoretical framework of neural sampling. This functionality was implemented as an extension on top of the basic NEVESIM framework. Altogether, the intended purpose of the NEVESIM framework is to provide a basis for further extensions that support simulation of various neural network models incorporating different neuron and synapse types that can potentially also use different simulation strategies.

  5. Laser dynamics of asynchronous rational harmonic mode-locked fiber soliton lasers

    International Nuclear Information System (INIS)

    Jyu, Siao-Shan; Jiang, Guo-Hao; Lai, Yinchieh

    2013-01-01

    Laser dynamics of asynchronous rational harmonic mode-locked (ARHM) fiber soliton lasers are investigated in detail. In particular, based on the unique laser dynamics of asynchronous mode-locking, we have developed a new method for determining the effective active modulation strength in situ for ARHM lasers. By measuring the magnitudes of the slowly oscillating pulse timing position and central frequency, the effective phase modulation strength at the multiplication frequency of rational harmonic mode-locking can be accurately inferred. The method can be a very useful tool for developing ARHM fiber lasers. (paper)

  6. A low-power asynchronous data-path for a FIR filter bank

    DEFF Research Database (Denmark)

    Nielsen, Lars Skovby; Sparsø, Jens

    1996-01-01

    This paper describes a number of design issues relating to the implementation of low-power asynchronous signal processing circuits. Specifically, the paper addresses the design of a dedicated processor structure that implements an audio FIR filter bank which is part of an industrial application....... The algorithm requires a fixed number of steps and the moderate speed requirement allows a sequential implementation. The latter, in combination with a huge predominance of numerically small data values in the input data stream, is the key to a low-power asynchronous implementation. Power is minimized in two...

  7. Evidence for Alfvén Waves in Source Flares of Impulsive Solar Energetic Particle Events

    Science.gov (United States)

    Bucik, R.; Innes, D.; Mason, G. M.; Wiedenbeck, M. E.; Gomez-Herrero, R.; Nitta, N.

    2017-12-01

    Impulsive solar energetic particle events, characterised by a peculiar elemental composition with the rare elements like 3He and ultra-heavy ions enhanced by factors up to ten thousand above their thermal abundance, have been puzzling for almost 50 years. The solar sources of these events have been commonly associated with coronal jets, believed to be a signature of magnetic reconnection involving field lines open to interplanetary space. Here we present some of the most intense events, highly enriched in both 3He and heavier ions. The corresponding high-resolution, extreme-ultraviolet imaging observations have revealed for the first time a helical structure in the source flare with a jet-like shape. A mini-filament at the base of the jet appears to trigger these events. The events were observed with the two Solar Terrestrial Relations Observatories on the backside of the Sun, during the period of increased solar activity in 2014. During the last decade, it has been established that the helical motions in coronal jets represent propagating Alfvén waves. Revealing such magnetic-untwisting waves in the solar sources of highly enriched events in this study is consistent with a stochastic acceleration mechanism. An examination of jets in previously reported impulsive solar energetic particle events indicates that they tend to be large-scale blowout jets, sometimes cleanly showing a twisted configuration.The work of R. Bucik is supported by the Deutsche Forschungsgemeinschaft grant BU 3115/2-1.

  8. Adaptive hatching hypotheses do not explain asynchronous ...

    African Journals Online (AJOL)

    At the core of the suite of adaptive hatching hypotheses advanced to explain asynchronous hatching in birds is the assumption that if food is not limited then all the hatchlings will develop normally to adulthood. In this study Brown-headed Parrot Poicephalus cryptoxanthus chicks were hand fed and weighed on a daily basis.

  9. ON THE REMOTE DETECTION OF SUPRATHERMAL IONS IN THE SOLAR CORONA AND THEIR ROLE AS SEEDS FOR SOLAR ENERGETIC PARTICLE PRODUCTION

    Energy Technology Data Exchange (ETDEWEB)

    Laming, J. Martin; Moses, J. Daniel; Ko, Yuan-Kuen [Space Science Division, Naval Research Laboratory, Code 7684, Washington, DC 20375 (United States); Ng, Chee K. [College of Science, George Mason University, Fairfax, VA 22030 (United States); Rakowski, Cara E.; Tylka, Allan J. [NASA/GSFC Code 672, Greenbelt, MD 20771 (United States)

    2013-06-10

    Forecasting large solar energetic particle (SEP) events associated with shocks driven by fast coronal mass ejections (CMEs) poses a major difficulty in the field of space weather. Besides issues associated with CME initiation, the SEP intensities are difficult to predict, spanning three orders of magnitude at any given CME speed. Many lines of indirect evidence point to the pre-existence of suprathermal seed particles for injection into the acceleration process as a key ingredient limiting the SEP intensity of a given event. This paper outlines the observational and theoretical basis for the inference that a suprathermal particle population is present prior to large SEP events, explores various scenarios for generating seed particles and their observational signatures, and explains how such suprathermals could be detected through measuring the wings of the H I Ly{alpha} line.

  10. ON THE REMOTE DETECTION OF SUPRATHERMAL IONS IN THE SOLAR CORONA AND THEIR ROLE AS SEEDS FOR SOLAR ENERGETIC PARTICLE PRODUCTION

    International Nuclear Information System (INIS)

    Laming, J. Martin; Moses, J. Daniel; Ko, Yuan-Kuen; Ng, Chee K.; Rakowski, Cara E.; Tylka, Allan J.

    2013-01-01

    Forecasting large solar energetic particle (SEP) events associated with shocks driven by fast coronal mass ejections (CMEs) poses a major difficulty in the field of space weather. Besides issues associated with CME initiation, the SEP intensities are difficult to predict, spanning three orders of magnitude at any given CME speed. Many lines of indirect evidence point to the pre-existence of suprathermal seed particles for injection into the acceleration process as a key ingredient limiting the SEP intensity of a given event. This paper outlines the observational and theoretical basis for the inference that a suprathermal particle population is present prior to large SEP events, explores various scenarios for generating seed particles and their observational signatures, and explains how such suprathermals could be detected through measuring the wings of the H I Lyα line.

  11. Measurement of neutral strange particle production in the underlying event in proton-proton collisions at sqrt(s) = 7 TeV

    Energy Technology Data Exchange (ETDEWEB)

    Chatrchyan, Serguei; et al.

    2013-09-01

    Measurements are presented of the production of primary K(S)0 and Lambda particles in proton-proton collisions at sqrt(s) = 7 TeV in the region transverse to the leading charged-particle jet in each event. The average multiplicity and average scalar transverse momentum sum of K(S)0 and Lambda particles measured at pseudorapidities abs(eta) < 2 rise with increasing charged-particle jet pt in the range 1-10 GeV and saturate in the region 10-50 GeV. The rise and saturation of the strange particle yields and transverse momentum sums in the underlying event are similar to those observed for inclusive charged particles, which confirms the impact-parameter picture of multiple parton interactions. The results are compared to recent tunes of the PYTHIA Monte Carlo event generator. The PYTHIA simulations underestimate the data by 15-30% for K(S)0 mesons and by about 50% for Lambda baryons, a deficit similar to that observed for the inclusive strange particle production in non-single-diffractive proton-proton collisions. The constant strange- to charged-particle activity ratios and the similar trends for mesons and baryons indicate that the multiparton-interaction dynamics is decoupled from parton hadronization, which occurs at a later stage.

  12. Sensitivity of Water Scarcity Events to ENSO-Driven Climate Variability at the Global Scale

    Science.gov (United States)

    Veldkamp, T. I. E.; Eisner, S.; Wada, Y.; Aerts, J. C. J. H.; Ward, P. J.

    2015-01-01

    Globally, freshwater shortage is one of the most dangerous risks for society. Changing hydro-climatic and socioeconomic conditions have aggravated water scarcity over the past decades. A wide range of studies show that water scarcity will intensify in the future, as a result of both increased consumptive water use and, in some regions, climate change. Although it is well-known that El Niño- Southern Oscillation (ENSO) affects patterns of precipitation and drought at global and regional scales, little attention has yet been paid to the impacts of climate variability on water scarcity conditions, despite its importance for adaptation planning. Therefore, we present the first global-scale sensitivity assessment of water scarcity to ENSO, the most dominant signal of climate variability. We show that over the time period 1961-2010, both water availability and water scarcity conditions are significantly correlated with ENSO-driven climate variability over a large proportion of the global land area (> 28.1 %); an area inhabited by more than 31.4% of the global population. We also found, however, that climate variability alone is often not enough to trigger the actual incidence of water scarcity events. The sensitivity of a region to water scarcity events, expressed in terms of land area or population exposed, is determined by both hydro-climatic and socioeconomic conditions. Currently, the population actually impacted by water scarcity events consists of 39.6% (CTA: consumption-to-availability ratio) and 41.1% (WCI: water crowding index) of the global population, whilst only 11.4% (CTA) and 15.9% (WCI) of the global population is at the same time living in areas sensitive to ENSO-driven climate variability. These results are contrasted, however, by differences in growth rates found under changing socioeconomic conditions, which are relatively high in regions exposed to water scarcity events. Given the correlations found between ENSO and water availability and scarcity

  13. Charged particle tracking in high multiplicity events at RHIC

    International Nuclear Information System (INIS)

    Foley, K.J.; Love, W.A.

    1985-01-01

    It is generally accepted that the ability to track some fraction of the charged particles produced in heavy ion collisions is very desirable. At a very minimum, one must detect the occurance of multiple interactions in a single crossing. The very tight beam structure at RHIC does not favor time separation, so the location of separate vertices seems the best solution. The limits of tracking large numbers of tracks in a solid angle approaching 4π have been explored. A model detector considered is a 2.5 m radius TPC, a true 3D tracking device. In order to estimate the particle density of a function of production angle, five Hijet Au-Au central events were used to deduce the particle density distribution as a function of polar angle. An important feature of a tracking detector is the effective ''pixel'' size - the area within which two tracks cannot be resolved. In a TPC with multistep avalanche chamber readout this is approximately 3 mm x 3 mm or approx.0.1 cm 2 . Using this pixel size we have calculated the radius at which the number of particles/pixel is 0.01 and 0.1. With the exception of the region very near the beam expect these distributions aren't expected to change very much with the application of a low (approx. 0.5 tesla) magnetic field. While the actual reconstruction efficiency will depend on the fine details of the apparatus and reconstruction program, the 1% fill fraction is safe for efficiencies in the 80 to 90% region. Tracking is found to be feasible at pseudorapidities up to 3

  14. Efficiency of three-phase asynchronous motors. Energy loss reduction by means of overdimensioning; Efficientie van driefasen asynchrone motoren. SinuMEC beperkt energieverlies door overdimensionering

    Energy Technology Data Exchange (ETDEWEB)

    Peeters, J.; Van Dorst, C. [Hyteps, Gemert (Netherlands)

    2008-10-15

    The three phase asynchronous motor has been applied in various installations since time immemorial. Although the motor is more efficient at full mechanical load, this is not always applied efficiently. Can the efficiency of low load motors be improved or is this a utopia? The Sinusoidal Motor Controller (SinuMEC) improves efficiency, saves energy and lengthens the life span. [mk]. [Dutch] De driefasen asynchrone motor wordt sinds mensenheugenis in uiteenlopende installaties toegepast. Hoewel de motor met een volle mechanische belasting efficient is, wordt deze niet altijd efficient toegepast. Kan de efficiency van laag belaste motoren worden verbeterd of is dit een utopie? De Sinusoidal Motor efficiency controller (SinuMEC) verbetert de efficiency, bespaart energie en verlengt de levensduur.

  15. Scaling up liquid state machines to predict over address events from dynamic vision sensors.

    Science.gov (United States)

    Kaiser, Jacques; Stal, Rainer; Subramoney, Anand; Roennau, Arne; Dillmann, Rüdiger

    2017-09-01

    Short-term visual prediction is important both in biology and robotics. It allows us to anticipate upcoming states of the environment and therefore plan more efficiently. In theoretical neuroscience, liquid state machines have been proposed as a biologically inspired method to perform asynchronous prediction without a model. However, they have so far only been demonstrated in simulation or small scale pre-processed camera images. In this paper, we use a liquid state machine to predict over the whole  [Formula: see text]  event stream provided by a real dynamic vision sensor (DVS, or silicon retina). Thanks to the event-based nature of the DVS, the liquid is constantly fed with data when an object is in motion, fully embracing the asynchronicity of spiking neural networks. We propose a smooth continuous representation of the event stream for the short-term visual prediction task. Moreover, compared to previous works (2002 Neural Comput. 2525 282-93 and Burgsteiner H et al 2007 Appl. Intell. 26 99-109), we scale the input dimensionality that the liquid operates on by two order of magnitudes. We also expose the current limits of our method by running experiments in a challenging environment where multiple objects are in motion. This paper is a step towards integrating biologically inspired algorithms derived in theoretical neuroscience to real world robotic setups. We believe that liquid state machines could complement current prediction algorithms used in robotics, especially when dealing with asynchronous sensors.

  16. Simulating the energy deposits of particles in the KASCADE-grande detector stations as a preliminary step for EAS event reconstruction

    International Nuclear Information System (INIS)

    Toma, G.; Brancus, I.M.; Mitrica, B.; Sima, O.; Rebel, H.; Haungs, A.

    2005-01-01

    The study of primary cosmic rays with energies higher than 10 14 eV is done mostly by indirect observation techniques such as the study of Extensive Air Showers (EAS). In the much larger framework effort of inferring data on the mass and energy of the primaries from EAS observables, the present study aims at developing a versatile method and software tool that will be used to reconstruct lateral particle densities from the energy deposits of particles in the KASCADE-Grande detector stations. The study has been performed on simulated events, by taking into account the interaction of the EAS components with the detector array (energy deposits). The energy deposits have been simulated using the GEANT code and then the energy deposits have been parametrized for different incident energies and angles of EAS particles. Thus the results obtained for simulated events have the same level of consistency as the experimental data. This technique will allow an increased speed of lateral particle density reconstruction when studying real events detected by the KASCADE-Grande array. The particle densities in detectors have been reconstructed from the energy deposits. A correlation between lateral particle density and primary mass and primary energy (at ∼600 m from shower core) has been established. The study puts great emphasis on the quality of reconstruction and also on the speed of the technique. The data obtained from the study on simulated events creates the basis for the next stage of the study, the study of real events detected by the KASCADE-Grande array. (authors)

  17. Modeling particle emission and power flow in pulsed-power driven, nonuniform transmission lines

    Directory of Open Access Journals (Sweden)

    Nichelle Bruner

    2008-04-01

    Full Text Available Pulsed-power driven x-ray radiographic systems are being developed to operate at higher power in an effort to increase source brightness and penetration power. Essential to the design of these systems is a thorough understanding of electron power flow in the transmission line that couples the pulsed-power driver to the load. In this paper, analytic theory and fully relativistic particle-in-cell simulations are used to model power flow in several experimental transmission-line geometries fielded on Sandia National Laboratories’ upgraded Radiographic Integrated Test Stand [IEEE Trans. Plasma Sci. 28, 1653 (2000ITPSBD0093-381310.1109/27.901250]. Good agreement with measured electrical currents is demonstrated on a shot-by-shot basis for simulations which include detailed models accounting for space-charge-limited electron emission, surface heating, and stimulated particle emission. Resonant cavity modes related to the transmission-line impedance transitions are also shown to be excited by electron power flow. These modes can drive oscillations in the output power of the system, degrading radiographic resolution.

  18. Asynchronous L1-gain control of uncertain switched positive linear systems with dwell time.

    Science.gov (United States)

    Li, Yang; Zhang, Hongbin

    2018-04-01

    In this paper, dwell time (DT) stability, L 1 -gain performance analysis and asynchronous L 1 -gain controller design problems of uncertain switched positive linear systems (SPLSs) are investigated. Via a time-scheduled multiple linear co-positive Lyapunov function (TSMLCLF) approach, convex sufficient conditions of DT stability and L 1 -gain performance of SPLSs with interval and polytopic uncertainties are presented. Furthermore, by utilizing the feature that the TSMLCLF keeps decreasing even if the controller is running asynchronously with the system, the asynchronous L 1 -gain controller design problem of SPLSs with interval and polytopic uncertainties is investigated. Convex sufficient conditions of the existence of time-varying asynchronous state-feedback controller which can ensure the closed-loop system's positivity, stability and L 1 -gain performance are established, and the controller gain matrices can be calculated instantaneously online. The obtained L 1 -gain in the paper is standard. All the results are presented in terms of linear programming. A practical example is provided to show the effectiveness of the results. Copyright © 2018 ISA. Published by Elsevier Ltd. All rights reserved.

  19. Analysis and application of two recursive parametric estimation algorithms for an asynchronous machine

    International Nuclear Information System (INIS)

    Damek, Nawel; Kamoun, Samira

    2011-01-01

    In this communication, two recursive parametric estimation algorithms are analyzed and applied to an squirrelcage asynchronous machine located at the research ''Unit of Automatic Control'' (UCA) at ENIS. The first algorithm which, use the transfer matrix mathematical model, is based on the gradient principle. The second algorithm, which use the state-space mathematical model, is based on the minimization of the estimation error. These algorithms are applied as a key technique to estimate asynchronous machine with unknown, but constant or timevarying parameters. Stator voltage and current are used as measured data. The proposed recursive parametric estimation algorithms are validated on the experimental data of an asynchronous machine under normal operating condition as full load. The results show that these algorithms can estimate effectively the machine parameters with reliability.

  20. Tuning and Test of Fragmentation Models Based on Identified Particles and Precision Event Shape Data

    CERN Document Server

    Abreu, P; Adye, T; Ajinenko, I; Alekseev, G D; Alemany, R; Allport, P P; Almehed, S; Amaldi, Ugo; Amato, S; Andreazza, A; Andrieux, M L; Antilogus, P; Apel, W D; Åsman, B; Augustin, J E; Augustinus, A; Baillon, Paul; Bambade, P; Barão, F; Barate, R; Barbi, M S; Bardin, Dimitri Yuri; Baroncelli, A; Bärring, O; Barrio, J A; Bartl, Walter; Bates, M J; Battaglia, Marco; Baubillier, M; Baudot, J; Becks, K H; Begalli, M; Beillière, P; Belokopytov, Yu A; Belous, K S; Benvenuti, Alberto C; Berggren, M; Bertini, D; Bertrand, D; Besançon, M; Bianchi, F; Bigi, M; Bilenky, S M; Billoir, P; Bloch, D; Blume, M; Bolognese, T; Bonesini, M; Bonivento, W; Booth, P S L; Bosio, C; Botner, O; Boudinov, E; Bouquet, B; Bourdarios, C; Bowcock, T J V; Bozzo, M; Branchini, P; Brand, K D; Brenke, T; Brenner, R A; Bricman, C; Brown, R C A; Brückman, P; Brunet, J M; Bugge, L; Buran, T; Burgsmüller, T; Buschmann, P; Buys, A; Cabrera, S; Caccia, M; Calvi, M; Camacho-Rozas, A J; Camporesi, T; Canale, V; Canepa, M; Cankocak, K; Cao, F; Carena, F; Carroll, L; Caso, Carlo; Castillo-Gimenez, M V; Cattai, A; Cavallo, F R; Chabaud, V; Charpentier, P; Chaussard, L; Checchia, P; Chelkov, G A; Chen, M; Chierici, R; Chliapnikov, P V; Chochula, P; Chorowicz, V; Chudoba, J; Cindro, V; Collins, P; Contreras, J L; Contri, R; Cortina, E; Cosme, G; Cossutti, F; Cowell, J H; Crawley, H B; Crennell, D J; Crosetti, G; Cuevas-Maestro, J; Czellar, S; Dahl-Jensen, Erik; Dahm, J; D'Almagne, B; Dam, M; Damgaard, G; Dauncey, P D; Davenport, Martyn; Da Silva, W; Defoix, C; Deghorain, A; Della Ricca, G; Delpierre, P A; Demaria, N; De Angelis, A; de Boer, Wim; De Brabandere, S; De Clercq, C; La Vaissière, C de; De Lotto, B; De Min, A; De Paula, L S; De Saint-Jean, C; Dijkstra, H; Di Ciaccio, Lucia; Di Diodato, A; Djama, F; Dolbeau, J; Dönszelmann, M; Doroba, K; Dracos, M; Drees, J; Drees, K A; Dris, M; Durand, J D; Edsall, D M; Ehret, R; Eigen, G; Ekelöf, T J C; Ekspong, Gösta; Elsing, M; Engel, J P; Erzen, B; Espirito-Santo, M C; Falk, E; Fassouliotis, D; Feindt, Michael; Ferrer, A; Fichet, S; Filippas-Tassos, A; Firestone, A; Fischer, P A; Föth, H; Fokitis, E; Fontanelli, F; Formenti, F; Franek, B J; Frenkiel, P; Fries, D E C; Frodesen, A G; Frühwirth, R; Fulda-Quenzer, F; Fuster, J A; Galloni, A; Gamba, D; Gandelman, M; García, C; García, J; Gaspar, C; Gasparini, U; Gavillet, P; Gazis, E N; Gelé, D; Gerber, J P; Gokieli, R; Golob, B; Gopal, Gian P; Gorn, L; Górski, M; Guz, Yu; Gracco, Valerio; Graziani, E; Green, C; Grefrath, A; Gris, P; Grosdidier, G; Grzelak, K; Gumenyuk, S A; Gunnarsson, P; Günther, M; Guy, J; Hahn, F; Hahn, S; Hajduk, Z; Hallgren, A; Hamacher, K; Harris, F J; Hedberg, V; Henriques, R P; Hernández, J J; Herquet, P; Herr, H; Hessing, T L; Higón, E; Hilke, Hans Jürgen; Hill, T S; Holmgren, S O; Holt, P J; Holthuizen, D J; Hoorelbeke, S; Houlden, M A; Hrubec, Josef; Huet, K; Hultqvist, K; Jackson, J N; Jacobsson, R; Jalocha, P; Janik, R; Jarlskog, C; Jarlskog, G; Jarry, P; Jean-Marie, B; Johansson, E K; Jönsson, L B; Jönsson, P E; Joram, Christian; Juillot, P; Kaiser, M; Kapusta, F; Karafasoulis, K; Karlsson, M; Karvelas, E; Katsanevas, S; Katsoufis, E C; Keränen, R; Khokhlov, Yu A; Khomenko, B A; Khovanskii, N N; King, B J; Kjaer, N J; Klapp, O; Klein, H; Klovning, A; Kluit, P M; Köne, B; Kokkinias, P; Koratzinos, M; Korcyl, K; Kostyukhin, V; Kourkoumelis, C; Kuznetsov, O; Kreuter, C; Kronkvist, I J; Krumshtein, Z; Krupinski, W; Kubinec, P; Kucewicz, W; Kurvinen, K L; Lacasta, C; Laktineh, I; Lamsa, J; Lanceri, L; Lane, D W; Langefeld, P; Lapin, V; Laugier, J P; Lauhakangas, R; Leder, Gerhard; Ledroit, F; Lefébure, V; Legan, C K; Leitner, R; Lemonne, J; Lenzen, Georg; Lepeltier, V; Lesiak, T; Libby, J; Liko, D; Lindner, R; Lipniacka, A; Lippi, I; Lörstad, B; Loken, J G; López, J M; Loukas, D; Lutz, P; Lyons, L; Naughton, J M; Maehlum, G; Mahon, J R; Maio, A; Malmgren, T G M; Malychev, V; Mandl, F; Marco, J; Marco, R P; Maréchal, B; Margoni, M; Marin, J C; Mariotti, C; Markou, A; Martínez-Rivero, C; Martínez-Vidal, F; Martí i García, S; Masik, J; Matorras, F; Matteuzzi, C; Matthiae, Giorgio; Mazzucato, M; McCubbin, M L; McKay, R; McNulty, R; Medbo, J; Merk, M; Meroni, C; Meyer, S; Meyer, W T; Myagkov, A; Michelotto, M; Migliore, E; Mirabito, L; Mitaroff, Winfried A; Mjörnmark, U; Moa, T; Møller, R; Mönig, K; Monge, M R; Morettini, P; Müller, H; Mulders, M; Mundim, L M; Murray, W J; Muryn, B; Myatt, Gerald; Naraghi, F; Navarria, Francesco Luigi; Navas, S; Nawrocki, K; Negri, P; Neumann, W; Neumeister, N; Nicolaidou, R; Nielsen, B S; Nieuwenhuizen, M; Nikolaenko, V; Niss, P; Nomerotski, A; Normand, Ainsley; Oberschulte-Beckmann, W; Obraztsov, V F; Olshevskii, A G; Onofre, A; Orava, Risto; Österberg, K; Ouraou, A; Paganini, P; Paganoni, M; Pagès, P; Pain, R; Palka, H; Papadopoulou, T D; Papageorgiou, K; Pape, L; Parkes, C; Parodi, F; Passeri, A; Pegoraro, M; Peralta, L; Pernegger, H; Pernicka, Manfred; Perrotta, A; Petridou, C; Petrolini, A; Petrovykh, M; Phillips, H T; Piana, G; Pierre, F; Plaszczynski, S; Podobrin, O; Pol, M E; Polok, G; Poropat, P; Pozdnyakov, V; Privitera, P; Pukhaeva, N; Pullia, Antonio; Radojicic, D; Ragazzi, S; Rahmani, H; Rames, J; Ratoff, P N; Read, A L; Reale, M; Rebecchi, P; Redaelli, N G; Regler, Meinhard; Reid, D; Renton, P B; Resvanis, L K; Richard, F; Richardson, J; Rídky, J; Rinaudo, G; Ripp, I; Romero, A; Roncagliolo, I; Ronchese, P; Roos, L; Rosenberg, E I; Rosso, E; Roudeau, Patrick; Rovelli, T; Rückstuhl, W; Ruhlmann-Kleider, V; Ruiz, A; Rybicki, K; Saarikko, H; Sacquin, Yu; Sadovskii, A; Sahr, O; Sajot, G; Salt, J; Sánchez, J; Sannino, M; Schimmelpfennig, M; Schneider, H; Schwickerath, U; Schyns, M A E; Sciolla, G; Scuri, F; Seager, P; Sedykh, Yu; Segar, A M; Seitz, A; Sekulin, R L; Serbelloni, L; Shellard, R C; Siegrist, P; Silvestre, R; Simonetti, S; Simonetto, F; Sissakian, A N; Sitár, B; Skaali, T B; Smadja, G; Smirnov, N; Smirnova, O G; Smith, G R; Sokolov, A; Sosnowski, R; Souza-Santos, D; Spassoff, Tz; Spiriti, E; Sponholz, P; Squarcia, S; Stanescu, C; Stapnes, Steinar; Stavitski, I; Stevenson, K; Stichelbaut, F; Stocchi, A; Strauss, J; Strub, R; Stugu, B; Szczekowski, M; Szeptycka, M; Tabarelli de Fatis, T; Tavernet, J P; Chikilev, O G; Thomas, J; Tilquin, A; Timmermans, J; Tkatchev, L G; Todorov, T; Todorova, S; Toet, D Z; Tomaradze, A G; Tomé, B; Tonazzo, A; Tortora, L; Tranströmer, G; Treille, D; Trischuk, W; Tristram, G; Trombini, A; Troncon, C; Tsirou, A L; Turluer, M L; Tyapkin, I A; Tyndel, M; Tzamarias, S; Überschär, B; Ullaland, O; Uvarov, V; Valenti, G; Vallazza, E; van Apeldoorn, G W; van Dam, P; Van Eldik, J; Vassilopoulos, N; Vegni, G; Ventura, L; Venus, W A; Verbeure, F; Verlato, M; Vertogradov, L S; Vilanova, D; Vincent, P; Vitale, L; Vlasov, E; Vodopyanov, A S; Vrba, V; Wahlen, H; Walck, C; Waldner, F; Weierstall, M; Weilhammer, Peter; Weiser, C; Wetherell, Alan M; Wicke, D; Wickens, J H; Wielers, M; Wilkinson, G R; Williams, W S C; Winter, M; Witek, M; Woschnagg, K; Yip, K; Yushchenko, O P; Zach, F; Zaitsev, A; Zalewska-Bak, A; Zalewski, Piotr; Zavrtanik, D; Zevgolatakos, E; Zimin, N I; Zito, M; Zontar, D; Zucchelli, G C; Zumerle, G

    1996-01-01

    Event shape and charged particle inclusive distributions are measured using 750000 decays of the $Z$ to hadrons from the DELPHI detector at LEP. These precise data allow a decisive confrontation with models of the hadronization process. Improved tunings of the JETSET ARIADNE and HERWIG parton shower models and the JETSET matrix element model are obtained by fitting the models to these DELPHI data as well as to identified particle distributions from all LEP experiments. The description of the data distributions by the models is critically reviewed with special importance attributed to identified particles.

  1. Event-based Sensing for Space Situational Awareness

    Science.gov (United States)

    Cohen, G.; Afshar, S.; van Schaik, A.; Wabnitz, A.; Bessell, T.; Rutten, M.; Morreale, B.

    A revolutionary type of imaging device, known as a silicon retina or event-based sensor, has recently been developed and is gaining in popularity in the field of artificial vision systems. These devices are inspired by a biological retina and operate in a significantly different way to traditional CCD-based imaging sensors. While a CCD produces frames of pixel intensities, an event-based sensor produces a continuous stream of events, each of which is generated when a pixel detects a change in log light intensity. These pixels operate asynchronously and independently, producing an event-based output with high temporal resolution. There are also no fixed exposure times, allowing these devices to offer a very high dynamic range independently for each pixel. Additionally, these devices offer high-speed, low power operation and a sparse spatiotemporal output. As a consequence, the data from these sensors must be interpreted in a significantly different way to traditional imaging sensors and this paper explores the advantages this technology provides for space imaging. The applicability and capabilities of event-based sensors for SSA applications are demonstrated through telescope field trials. Trial results have confirmed that the devices are capable of observing resident space objects from LEO through to GEO orbital regimes. Significantly, observations of RSOs were made during both day-time and nighttime (terminator) conditions without modification to the camera or optics. The event based sensor’s ability to image stars and satellites during day-time hours offers a dramatic capability increase for terrestrial optical sensors. This paper shows the field testing and validation of two different architectures of event-based imaging sensors. An eventbased sensor’s asynchronous output has an intrinsically low data-rate. In addition to low-bandwidth communications requirements, the low weight, low-power and high-speed make them ideally suitable to meeting the demanding

  2. An Efficient Algorithm for Computing Attractors of Synchronous And Asynchronous Boolean Networks

    Science.gov (United States)

    Zheng, Desheng; Yang, Guowu; Li, Xiaoyu; Wang, Zhicai; Liu, Feng; He, Lei

    2013-01-01

    Biological networks, such as genetic regulatory networks, often contain positive and negative feedback loops that settle down to dynamically stable patterns. Identifying these patterns, the so-called attractors, can provide important insights for biologists to understand the molecular mechanisms underlying many coordinated cellular processes such as cellular division, differentiation, and homeostasis. Both synchronous and asynchronous Boolean networks have been used to simulate genetic regulatory networks and identify their attractors. The common methods of computing attractors are that start with a randomly selected initial state and finish with exhaustive search of the state space of a network. However, the time complexity of these methods grows exponentially with respect to the number and length of attractors. Here, we build two algorithms to achieve the computation of attractors in synchronous and asynchronous Boolean networks. For the synchronous scenario, combing with iterative methods and reduced order binary decision diagrams (ROBDD), we propose an improved algorithm to compute attractors. For another algorithm, the attractors of synchronous Boolean networks are utilized in asynchronous Boolean translation functions to derive attractors of asynchronous scenario. The proposed algorithms are implemented in a procedure called geneFAtt. Compared to existing tools such as genYsis, geneFAtt is significantly faster in computing attractors for empirical experimental systems. Availability The software package is available at https://sites.google.com/site/desheng619/download. PMID:23585840

  3. Solar and interplanetary particles at 2 to 4 MEV during solar cycles 21, solar cycle variations of event sizes, and compositions

    International Nuclear Information System (INIS)

    Armstrong, T.P.; Shields, J.C.; Briggs, P.R.; Eckes, S.

    1985-01-01

    In this paper 2 to 4 MeV/nucleon protons, alpha particles, and medium (CNO) nuclei in the near-Earth interplanetary medium during the years 1974 to 1981 are studied. This period contains both the solar activity minimum in 1976 and the very active onset phase of Solar Cycle 21. Characteristic compositional differences between the solar minimum and solar maximum ion populations have been investigated. Previous studies of interplanetary composition at these energies have concentrated on well-defined samples of the heliospheric medium. During flare particle events, the ambient plasma is dominated by ions accelerated in specific regions of the solar atmosphere; observation of the proton/alpha and alpha/medium ratios for flare events shows that there is marked compositional variability both during an event and from event to event suggesting the complicated nature of flare particle production and transport

  4. Asynchronous Channel-Hopping Scheme under Jamming Attacks

    Directory of Open Access Journals (Sweden)

    Yongchul Kim

    2018-01-01

    Full Text Available Cognitive radio networks (CRNs are considered an attractive technology to mitigate inefficiency in the usage of licensed spectrum. CRNs allow the secondary users (SUs to access the unused licensed spectrum and use a blind rendezvous process to establish communication links between SUs. In particular, quorum-based channel-hopping (CH schemes have been studied recently to provide guaranteed blind rendezvous in decentralized CRNs without using global time synchronization. However, these schemes remain vulnerable to jamming attacks. In this paper, we first analyze the limitations of quorum-based rendezvous schemes called asynchronous channel hopping (ACH. Then, we introduce a novel sequence sensing jamming attack (SSJA model in which a sophisticated jammer can dramatically reduce the rendezvous success rates of ACH schemes. In addition, we propose a fast and robust asynchronous rendezvous scheme (FRARS that can significantly enhance robustness under jamming attacks. Our numerical results demonstrate that the performance of the proposed scheme vastly outperforms the ACH scheme when there are security concerns about a sequence sensing jammer.

  5. Positive semidefinite integrated covariance estimation, factorizations and asynchronicity

    DEFF Research Database (Denmark)

    Boudt, Kris; Laurent, Sébastien; Lunde, Asger

    2017-01-01

    An estimator of the ex-post covariation of log-prices under asynchronicity and microstructure noise is proposed. It uses the Cholesky factorization of the covariance matrix in order to exploit the heterogeneity in trading intensities to estimate the different parameters sequentially with as many...

  6. Positive Semidefinite Integrated Covariance Estimation, Factorizations and Asynchronicity

    DEFF Research Database (Denmark)

    Boudt, Kris; Laurent, Sébastien; Lunde, Asger

    An estimator of the ex-post covariation of log-prices under asynchronicity and microstructure noise is proposed. It uses the Cholesky factorization on the correlation matrix in order to exploit the heterogeneity in trading intensity to estimate the different parameters sequentially with as many...

  7. Particle-flow reconstruction and global event description with the CMS detector

    Energy Technology Data Exchange (ETDEWEB)

    Sirunyan, Albert M; et al.

    2017-06-15

    The CMS apparatus was identified, a few years before the start of the LHC operation at CERN, to feature properties well suited to particle-flow (PF) reconstruction: a highly-segmented tracker, a fine-grained electromagnetic calorimeter, a hermetic hadron calorimeter, a strong magnetic field, and an excellent muon spectrometer. A fully-fledged PF reconstruction algorithm tuned to the CMS detector was therefore developed and has been consistently used in physics analyses for the first time at a hadron collider. For each collision, the comprehensive list of final-state particles identified and reconstructed by the algorithm provides a global event description that leads to unprecedented CMS performance for jet and hadronic tau decay reconstruction, missing transverse momentum determination, and electron and muon identification. This approach also allows particles from pileup interactions to be identified and enables efficient pileup mitigation methods. The data collected by CMS at a centre-of-mass energy of 8 TeV show excellent agreement with the simulation and confirm the superior PF performance at least up to an average of 20 pileup interactions.

  8. Underlying event characteristics and their dependence on jet size of charged-particle jet events in pp collisions at $\\sqrt{s}$ = 7 TeV with the ATLAS detector

    CERN Document Server

    Aad, Georges; Abdallah, Jalal; Abdel Khalek, Samah; Abdelalim, Ahmed Ali; Abdinov, Ovsat; Abi, Babak; Abolins, Maris; AbouZeid, Ossama; Abramowicz, Halina; Abreu, Henso; Acerbi, Emilio; Acharya, Bobby Samir; Adamczyk, Leszek; Adams, David; Addy, Tetteh; Adelman, Jahred; Adomeit, Stefanie; Adragna, Paolo; Adye, Tim; Aefsky, Scott; Aguilar-Saavedra, Juan Antonio; Aharrouche, Mohamed; Ahlen, Steven; Ahles, Florian; Ahmad, Ashfaq; Ahsan, Mahsana; Aielli, Giulio; Akdogan, Taylan; Åkesson, Torsten Paul Ake; Akimoto, Ginga; Akimov, Andrei; Akiyama, Kunihiro; Alam, Mohammad; Alam, Muhammad Aftab; Albert, Justin; Albrand, Solveig; Aleksa, Martin; Aleksandrov, Igor; Alessandria, Franco; Alexa, Calin; Alexander, Gideon; Alexandre, Gauthier; Alexopoulos, Theodoros; Alhroob, Muhammad; Aliev, Malik; Alimonti, Gianluca; Alison, John; Allbrooke, Benedict; Allport, Phillip; Allwood-Spiers, Sarah; Almond, John; Aloisio, Alberto; Alon, Raz; Alonso, Alejandro; Alvarez Gonzalez, Barbara; Alviggi, Mariagrazia; Amako, Katsuya; Amelung, Christoph; Ammosov, Vladimir; Amorim, Antonio; Amram, Nir; Anastopoulos, Christos; Ancu, Lucian Stefan; Andari, Nansi; Andeen, Timothy; Anders, Christoph Falk; Anders, Gabriel; Anderson, Kelby; Andreazza, Attilio; Andrei, George Victor; Anduaga, Xabier; Anger, Philipp; Angerami, Aaron; Anghinolfi, Francis; Anisenkov, Alexey; Anjos, Nuno; Annovi, Alberto; Antonaki, Ariadni; Antonelli, Mario; Antonov, Alexey; Antos, Jaroslav; Anulli, Fabio; Aoun, Sahar; Aperio Bella, Ludovica; Apolle, Rudi; Arabidze, Giorgi; Aracena, Ignacio; Arai, Yasuo; Arce, Ayana; Arfaoui, Samir; Arguin, Jean-Francois; Arik, Engin; Arik, Metin; Armbruster, Aaron James; Arnaez, Olivier; Arnal, Vanessa; Arnault, Christian; Artamonov, Andrei; Artoni, Giacomo; Arutinov, David; Asai, Shoji; Asfandiyarov, Ruslan; Ask, Stefan; Åsman, Barbro; Asquith, Lily; Assamagan, Ketevi; Astbury, Alan; Aubert, Bernard; Auge, Etienne; Augsten, Kamil; Aurousseau, Mathieu; Avolio, Giuseppe; Avramidou, Rachel Maria; Axen, David; Azuelos, Georges; Azuma, Yuya; Baak, Max; Baccaglioni, Giuseppe; Bacci, Cesare; Bach, Andre; Bachacou, Henri; Bachas, Konstantinos; Backes, Moritz; Backhaus, Malte; Badescu, Elisabeta; Bagnaia, Paolo; Bahinipati, Seema; Bai, Yu; Bailey, David; Bain, Travis; Baines, John; Baker, Oliver Keith; Baker, Mark; Baker, Sarah; Banas, Elzbieta; Banerjee, Piyali; Banerjee, Swagato; Banfi, Danilo; Bangert, Andrea Michelle; Bansal, Vikas; Bansil, Hardeep Singh; Barak, Liron; Baranov, Sergei; Barbaro Galtieri, Angela; Barber, Tom; Barberio, Elisabetta Luigia; Barberis, Dario; Barbero, Marlon; Bardin, Dmitri; Barillari, Teresa; Barisonzi, Marcello; Barklow, Timothy; Barlow, Nick; Barnett, Bruce; Barnett, Michael; Baroncelli, Antonio; Barone, Gaetano; Barr, Alan; Barreiro, Fernando; Barreiro Guimarães da Costa, João; Barrillon, Pierre; Bartoldus, Rainer; Barton, Adam Edward; Bartsch, Valeria; Bates, Richard; Batkova, Lucia; Batley, Richard; Battaglia, Andreas; Battistin, Michele; Bauer, Florian; Bawa, Harinder Singh; Beale, Steven; Beau, Tristan; Beauchemin, Pierre-Hugues; Beccherle, Roberto; Bechtle, Philip; Beck, Hans Peter; Becker, Anne Kathrin; Becker, Sebastian; Beckingham, Matthew; Becks, Karl-Heinz; Beddall, Andrew; Beddall, Ayda; Bedikian, Sourpouhi; Bednyakov, Vadim; Bee, Christopher; Begel, Michael; Behar Harpaz, Silvia; Beimforde, Michael; Belanger-Champagne, Camille; Bell, Paul; Bell, William; Bella, Gideon; Bellagamba, Lorenzo; Bellina, Francesco; Bellomo, Massimiliano; Belloni, Alberto; Beloborodova, Olga; Belotskiy, Konstantin; Beltramello, Olga; Benary, Odette; Benchekroun, Driss; Bendtz, Katarina; Benekos, Nektarios; Benhammou, Yan; Benhar Noccioli, Eleonora; Benitez Garcia, Jorge-Armando; Benjamin, Douglas; Benoit, Mathieu; Bensinger, James; Benslama, Kamal; Bentvelsen, Stan; Berge, David; Bergeaas Kuutmann, Elin; Berger, Nicolas; Berghaus, Frank; Berglund, Elina; Beringer, Jürg; Bernat, Pauline; Bernhard, Ralf; Bernius, Catrin; Berry, Tracey; Bertella, Claudia; Bertin, Antonio; Bertolucci, Federico; Besana, Maria Ilaria; Besjes, Geert-Jan; Besson, Nathalie; Bethke, Siegfried; Bhimji, Wahid; Bianchi, Riccardo-Maria; Bianco, Michele; Biebel, Otmar; Bieniek, Stephen Paul; Bierwagen, Katharina; Biesiada, Jed; Biglietti, Michela; Bilokon, Halina; Bindi, Marcello; Binet, Sebastien; Bingul, Ahmet; Bini, Cesare; Biscarat, Catherine; Bitenc, Urban; Black, Kevin; Blair, Robert; Blanchard, Jean-Baptiste; Blanchot, Georges; Blazek, Tomas; Blocker, Craig; Blocki, Jacek; Blondel, Alain; Blum, Walter; Blumenschein, Ulrike; Bobbink, Gerjan; Bobrovnikov, Victor; Bocchetta, Simona Serena; Bocci, Andrea; Boddy, Christopher Richard; Boehler, Michael; Boek, Jennifer; Boelaert, Nele; Bogaerts, Joannes Andreas; Bogdanchikov, Alexander; Bogouch, Andrei; Bohm, Christian; Bohm, Jan; Boisvert, Veronique; Bold, Tomasz; Boldea, Venera; Bolnet, Nayanka Myriam; Bomben, Marco; Bona, Marcella; Bondioli, Mario; Boonekamp, Maarten; Booth, Chris; Bordoni, Stefania; Borer, Claudia; Borisov, Anatoly; Borissov, Guennadi; Borjanovic, Iris; Borri, Marcello; Borroni, Sara; Bortolotto, Valerio; Bos, Kors; Boscherini, Davide; Bosman, Martine; Boterenbrood, Hendrik; Botterill, David; Bouchami, Jihene; Boudreau, Joseph; Bouhova-Thacker, Evelina Vassileva; Boumediene, Djamel Eddine; Bourdarios, Claire; Bousson, Nicolas; Boveia, Antonio; Boyd, James; Boyko, Igor; Bozhko, Nikolay; Bozovic-Jelisavcic, Ivanka; Bracinik, Juraj; Branchini, Paolo; Brandt, Andrew; Brandt, Gerhard; Brandt, Oleg; Bratzler, Uwe; Brau, Benjamin; Brau, James; Braun, Helmut; Brelier, Bertrand; Bremer, Johan; Brendlinger, Kurt; Brenner, Richard; Bressler, Shikma; Britton, Dave; Brochu, Frederic; Brock, Ian; Brock, Raymond; Brodet, Eyal; Broggi, Francesco; Bromberg, Carl; Bronner, Johanna; Brooijmans, Gustaaf; Brooks, William; Brown, Gareth; Brown, Heather; Bruckman de Renstrom, Pawel; Bruncko, Dusan; Bruneliere, Renaud; Brunet, Sylvie; Bruni, Alessia; Bruni, Graziano; Bruschi, Marco; Buanes, Trygve; Buat, Quentin; Bucci, Francesca; Buchanan, James; Buchholz, Peter; Buckingham, Ryan; Buckley, Andrew; Buda, Stelian Ioan; Budagov, Ioulian; Budick, Burton; Büscher, Volker; Bugge, Lars; Bulekov, Oleg; Bundock, Aaron Colin; Bunse, Moritz; Buran, Torleiv; Burckhart, Helfried; Burdin, Sergey; Burgess, Thomas; Burke, Stephen; Busato, Emmanuel; Bussey, Peter; Buszello, Claus-Peter; Butler, Bart; Butler, John; Buttar, Craig; Butterworth, Jonathan; Buttinger, William; Cabrera Urbán, Susana; Caforio, Davide; Cakir, Orhan; Calafiura, Paolo; Calderini, Giovanni; Calfayan, Philippe; Calkins, Robert; Caloba, Luiz; Caloi, Rita; Calvet, David; Calvet, Samuel; Camacho Toro, Reina; Camarri, Paolo; Cameron, David; Caminada, Lea Michaela; Campana, Simone; Campanelli, Mario; Canale, Vincenzo; Canelli, Florencia; Canepa, Anadi; Cantero, Josu; Cantrill, Robert; Capasso, Luciano; Capeans Garrido, Maria Del Mar; Caprini, Irinel; Caprini, Mihai; Capriotti, Daniele; Capua, Marcella; Caputo, Regina; Cardarelli, Roberto; Carli, Tancredi; Carlino, Gianpaolo; Carminati, Leonardo; Caron, Bryan; Caron, Sascha; Carquin, Edson; Carrillo Montoya, German D; Carter, Antony; Carter, Janet; Carvalho, João; Casadei, Diego; Casado, Maria Pilar; Cascella, Michele; Caso, Carlo; Castaneda Hernandez, Alfredo Martin; Castaneda-Miranda, Elizabeth; Castillo Gimenez, Victoria; Castro, Nuno Filipe; Cataldi, Gabriella; Catastini, Pierluigi; Catinaccio, Andrea; Catmore, James; Cattai, Ariella; Cattani, Giordano; Caughron, Seth; Cavalleri, Pietro; Cavalli, Donatella; Cavalli-Sforza, Matteo; Cavasinni, Vincenzo; Ceradini, Filippo; Santiago Cerqueira, Augusto; Cerri, Alessandro; Cerrito, Lucio; Cerutti, Fabio; Cetin, Serkant Ali; Chafaq, Aziz; Chakraborty, Dhiman; Chalupkova, Ina; Chan, Kevin; Chapleau, Bertrand; Chapman, John Derek; Chapman, John Wehrley; Chareyre, Eve; Charlton, Dave; Chavda, Vikash; Chavez Barajas, Carlos Alberto; Cheatham, Susan; Chekanov, Sergei; Chekulaev, Sergey; Chelkov, Gueorgui; Chelstowska, Magda Anna; Chen, Chunhui; Chen, Hucheng; Chen, Shenjian; Chen, Xin; Cheplakov, Alexander; Cherkaoui El Moursli, Rajaa; Chernyatin, Valeriy; Cheu, Elliott; Cheung, Sing-Leung; Chevalier, Laurent; Chiefari, Giovanni; Chikovani, Leila; Childers, John Taylor; Chilingarov, Alexandre; Chiodini, Gabriele; Chisholm, Andrew; Chislett, Rebecca Thalatta; Chizhov, Mihail; Choudalakis, Georgios; Chouridou, Sofia; Christidi, Illectra-Athanasia; Christov, Asen; Chromek-Burckhart, Doris; Chu, Ming-Lee; Chudoba, Jiri; Ciapetti, Guido; Ciftci, Abbas Kenan; Ciftci, Rena; Cinca, Diane; Cindro, Vladimir; Ciocca, Claudia; Ciocio, Alessandra; Cirilli, Manuela; Citterio, Mauro; Ciubancan, Mihai; Clark, Allan G; Clark, Philip James; Cleland, Bill; Clemens, Jean-Claude; Clement, Benoit; Clement, Christophe; Coadou, Yann; Cobal, Marina; Coccaro, Andrea; Cochran, James H; Coe, Paul; Cogan, Joshua Godfrey; Coggeshall, James; Cogneras, Eric; Colas, Jacques; Colijn, Auke-Pieter; Collins, Neil; Collins-Tooth, Christopher; Collot, Johann; Colombo, Tommaso; Colon, German; Conde Muiño, Patricia; Coniavitis, Elias; Conidi, Maria Chiara; Consonni, Sofia Maria; Consorti, Valerio; Constantinescu, Serban; Conta, Claudio; Conti, Geraldine; Conventi, Francesco; Cooke, Mark; Cooper, Ben; Cooper-Sarkar, Amanda; Copic, Katherine; Cornelissen, Thijs; Corradi, Massimo; Corriveau, Francois; Cortes-Gonzalez, Arely; Cortiana, Giorgio; Costa, Giuseppe; Costa, María José; Costanzo, Davide; Costin, Tudor; Côté, David; Courneyea, Lorraine; Cowan, Glen; Cowden, Christopher; Cox, Brian; Cranmer, Kyle; Crescioli, Francesco; Cristinziani, Markus; Crosetti, Giovanni; Crupi, Roberto; Crépé-Renaudin, Sabine; Cuciuc, Constantin-Mihai; Cuenca Almenar, Cristóbal; Cuhadar Donszelmann, Tulay; Curatolo, Maria; Curtis, Chris; Cuthbert, Cameron; Cwetanski, Peter; Czirr, Hendrik; Czodrowski, Patrick; Czyczula, Zofia; D'Auria, Saverio; D'Onofrio, Monica; D'Orazio, Alessia; Da Cunha Sargedas De Sousa, Mario Jose; Da Via, Cinzia; Dabrowski, Wladyslaw; Dafinca, Alexandru; Dai, Tiesheng; Dallapiccola, Carlo; Dam, Mogens; Dameri, Mauro; Damiani, Daniel; Danielsson, Hans Olof; Dao, Valerio; Darbo, Giovanni; Darlea, Georgiana Lavinia; Davey, Will; Davidek, Tomas; Davidson, Nadia; Davidson, Ruth; Davies, Eleanor; Davies, Merlin; Davison, Adam; Davygora, Yuriy; Dawe, Edmund; Dawson, Ian; Daya-Ishmukhametova, Rozmin; De, Kaushik; de Asmundis, Riccardo; De Castro, Stefano; De Cecco, Sandro; de Graat, Julien; De Groot, Nicolo; de Jong, Paul; De La Taille, Christophe; De la Torre, Hector; De Lorenzi, Francesco; de Mora, Lee; De Nooij, Lucie; De Pedis, Daniele; De Salvo, Alessandro; De Sanctis, Umberto; De Santo, Antonella; De Vivie De Regie, Jean-Baptiste; De Zorzi, Guido; Dearnaley, William James; Debbe, Ramiro; Debenedetti, Chiara; Dechenaux, Benjamin; Dedovich, Dmitri; Degenhardt, James; Del Papa, Carlo; Del Peso, Jose; Del Prete, Tarcisio; Delemontex, Thomas; Deliyergiyev, Maksym; Dell'Acqua, Andrea; Dell'Asta, Lidia; Della Pietra, Massimo; della Volpe, Domenico; Delmastro, Marco; Delsart, Pierre-Antoine; Deluca, Carolina; Demers, Sarah; Demichev, Mikhail; Demirkoz, Bilge; Deng, Jianrong; Denisov, Sergey; Derendarz, Dominik; Derkaoui, Jamal Eddine; Derue, Frederic; Dervan, Paul; Desch, Klaus Kurt; Devetak, Erik; Deviveiros, Pier-Olivier; Dewhurst, Alastair; DeWilde, Burton; Dhaliwal, Saminder; Dhullipudi, Ramasudhakar; Di Ciaccio, Anna; Di Ciaccio, Lucia; Di Girolamo, Alessandro; Di Girolamo, Beniamino; Di Luise, Silvestro; Di Mattia, Alessandro; Di Micco, Biagio; Di Nardo, Roberto; Di Simone, Andrea; Di Sipio, Riccardo; Diaz, Marco Aurelio; Diehl, Edward; Dietrich, Janet; Dietzsch, Thorsten; Diglio, Sara; Dindar Yagci, Kamile; Dingfelder, Jochen; Dionisi, Carlo; Dita, Petre; Dita, Sanda; Dittus, Fridolin; Djama, Fares; Djobava, Tamar; Barros do Vale, Maria Aline; Do Valle Wemans, André; Doan, Thi Kieu Oanh; Dobbs, Matt; Dobinson, Robert; Dobos, Daniel; Dobson, Ellie; Dodd, Jeremy; Doglioni, Caterina; Doherty, Tom; Doi, Yoshikuni; Dolejsi, Jiri; Dolenc, Irena; Dolezal, Zdenek; Dolgoshein, Boris; Dohmae, Takeshi; Donadelli, Marisilvia; Donega, Mauro; Donini, Julien; Dopke, Jens; Doria, Alessandra; Dos Anjos, Andre; Dotti, Andrea; Dova, Maria-Teresa; Doxiadis, Alexander; Doyle, Tony; Dris, Manolis; Dubbert, Jörg; Dube, Sourabh; Duchovni, Ehud; Duckeck, Guenter; Dudarev, Alexey; Dudziak, Fanny; Dührssen, Michael; Duerdoth, Ian; Duflot, Laurent; Dufour, Marc-Andre; Dunford, Monica; Duran Yildiz, Hatice; Duxfield, Robert; Dwuznik, Michal; Dydak, Friedrich; Düren, Michael; Ebke, Johannes; Eckweiler, Sebastian; Edmonds, Keith; Edwards, Clive; Edwards, Nicholas Charles; Ehrenfeld, Wolfgang; Eifert, Till; Eigen, Gerald; Einsweiler, Kevin; Eisenhandler, Eric; Ekelof, Tord; El Kacimi, Mohamed; Ellert, Mattias; Elles, Sabine; Ellinghaus, Frank; Ellis, Katherine; Ellis, Nicolas; Elmsheuser, Johannes; Elsing, Markus; Emeliyanov, Dmitry; Engelmann, Roderich; Engl, Albert; Epp, Brigitte; Eppig, Andrew; Erdmann, Johannes; Ereditato, Antonio; Eriksson, Daniel; Ernst, Jesse; Ernst, Michael; Ernwein, Jean; Errede, Deborah; Errede, Steven; Ertel, Eugen; Escalier, Marc; Escobar, Carlos; Espinal Curull, Xavier; Esposito, Bellisario; Etienne, Francois; Etienvre, Anne-Isabelle; Etzion, Erez; Evangelakou, Despoina; Evans, Hal; Fabbri, Laura; Fabre, Caroline; Fakhrutdinov, Rinat; Falciano, Speranza; Fang, Yaquan; Fanti, Marcello; Farbin, Amir; Farilla, Addolorata; Farley, Jason; Farooque, Trisha; Farrell, Steven; Farrington, Sinead; Farthouat, Philippe; Fassnacht, Patrick; Fassouliotis, Dimitrios; Fatholahzadeh, Baharak; Favareto, Andrea; Fayard, Louis; Fazio, Salvatore; Febbraro, Renato; Federic, Pavol; Fedin, Oleg; Fedorko, Wojciech; Fehling-Kaschek, Mirjam; Feligioni, Lorenzo; Fellmann, Denis; Feng, Cunfeng; Feng, Eric; Fenyuk, Alexander; Ferencei, Jozef; Fernando, Waruna; Ferrag, Samir; Ferrando, James; Ferrara, Valentina; Ferrari, Arnaud; Ferrari, Pamela; Ferrari, Roberto; Ferreira de Lima, Danilo Enoque; Ferrer, Antonio; Ferrere, Didier; Ferretti, Claudio; Ferretto Parodi, Andrea; Fiascaris, Maria; Fiedler, Frank; Filipčič, Andrej; Filthaut, Frank; Fincke-Keeler, Margret; Fiolhais, Miguel; Fiorini, Luca; Firan, Ana; Fischer, Gordon; Fisher, Matthew; Flechl, Martin; Fleck, Ivor; Fleckner, Johanna; Fleischmann, Philipp; Fleischmann, Sebastian; Flick, Tobias; Floderus, Anders; Flores Castillo, Luis; Flowerdew, Michael; Fonseca Martin, Teresa; Formica, Andrea; Forti, Alessandra; Fortin, Dominique; Fournier, Daniel; Fox, Harald; Francavilla, Paolo; Franchino, Silvia; Francis, David; Frank, Tal; Franklin, Melissa; Franz, Sebastien; Fraternali, Marco; Fratina, Sasa; French, Sky; Friedrich, Conrad; Friedrich, Felix; Froeschl, Robert; Froidevaux, Daniel; Frost, James; Fukunaga, Chikara; Fullana Torregrosa, Esteban; Fulsom, Bryan Gregory; Fuster, Juan; Gabaldon, Carolina; Gabizon, Ofir; Gadfort, Thomas; Gadomski, Szymon; Gagliardi, Guido; Gagnon, Pauline; Galea, Cristina; Gallas, Elizabeth; Gallo, Valentina Santina; Gallop, Bruce; Gallus, Petr; Gan, KK; Gao, Yongsheng; Gaponenko, Andrei; Garberson, Ford; Garcia-Sciveres, Maurice; García, Carmen; García Navarro, José Enrique; Gardner, Robert; Garelli, Nicoletta; Garitaonandia, Hegoi; Garonne, Vincent; Garvey, John; Gatti, Claudio; Gaudio, Gabriella; Gaur, Bakul; Gauthier, Lea; Gauzzi, Paolo; Gavrilenko, Igor; Gay, Colin; Gaycken, Goetz; Gazis, Evangelos; Ge, Peng; Gecse, Zoltan; Gee, Norman; Geerts, Daniël Alphonsus Adrianus; Geich-Gimbel, Christoph; Gellerstedt, Karl; Gemme, Claudia; Gemmell, Alistair; Genest, Marie-Hélène; Gentile, Simonetta; George, Matthias; George, Simon; Gerlach, Peter; Gershon, Avi; Geweniger, Christoph; Ghazlane, Hamid; Ghodbane, Nabil; Giacobbe, Benedetto; Giagu, Stefano; Giakoumopoulou, Victoria; Giangiobbe, Vincent; Gianotti, Fabiola; Gibbard, Bruce; Gibson, Adam; Gibson, Stephen; Gillberg, Dag; Gillman, Tony; Gingrich, Douglas; Ginzburg, Jonatan; Giokaris, Nikos; Giordani, MarioPaolo; Giordano, Raffaele; Giorgi, Francesco Michelangelo; Giovannini, Paola; Giraud, Pierre-Francois; Giugni, Danilo; Giunta, Michele; Giusti, Paolo; Gjelsten, Børge Kile; Gladilin, Leonid; Glasman, Claudia; Glatzer, Julian; Glazov, Alexandre; Glitza, Karl-Walter; Glonti, George; Goddard, Jack Robert; Godfrey, Jennifer; Godlewski, Jan; Goebel, Martin; Göpfert, Thomas; Goeringer, Christian; Gössling, Claus; Goldfarb, Steven; Golling, Tobias; Gomes, Agostinho; Gomez Fajardo, Luz Stella; Gonçalo, Ricardo; Goncalves Pinto Firmino Da Costa, Joao; Gonella, Laura; Gonzalez, Saul; González de la Hoz, Santiago; Gonzalez Parra, Garoe; Gonzalez Silva, Laura; Gonzalez-Sevilla, Sergio; Goodson, Jeremiah Jet; Goossens, Luc; Gorbounov, Petr Andreevich; Gordon, Howard; Gorelov, Igor; Gorfine, Grant; Gorini, Benedetto; Gorini, Edoardo; Gorišek, Andrej; Gornicki, Edward; Gosdzik, Bjoern; Goshaw, Alfred; Gosselink, Martijn; Gostkin, Mikhail Ivanovitch; Gough Eschrich, Ivo; Gouighri, Mohamed; Goujdami, Driss; Goulette, Marc Phillippe; Goussiou, Anna; Goy, Corinne; Gozpinar, Serdar; Grabowska-Bold, Iwona; Grafström, Per; Grahn, Karl-Johan; Grancagnolo, Francesco; Grancagnolo, Sergio; Grassi, Valerio; Gratchev, Vadim; Grau, Nathan; Gray, Heather; Gray, Julia Ann; Graziani, Enrico; Grebenyuk, Oleg; Greenshaw, Timothy; Greenwood, Zeno Dixon; Gregersen, Kristian; Gregor, Ingrid-Maria; Grenier, Philippe; Griffiths, Justin; Grigalashvili, Nugzar; Grillo, Alexander; Grinstein, Sebastian; Grishkevich, Yaroslav; Grivaz, Jean-Francois; Gross, Eilam; Grosse-Knetter, Joern; Groth-Jensen, Jacob; Grybel, Kai; Guest, Daniel; Guicheney, Christophe; Guida, Angelo; Guindon, Stefan; Gul, Umar; Guler, Hulya; Gunther, Jaroslav; Guo, Bin; Guo, Jun; Gushchin, Vladimir; Gutierrez, Phillip; Guttman, Nir; Gutzwiller, Olivier; Guyot, Claude; Gwenlan, Claire; Gwilliam, Carl; Haas, Andy; Haas, Stefan; Haber, Carl; Hadavand, Haleh Khani; Hadley, David; Haefner, Petra; Hahn, Ferdinand; Haider, Stefan; Hajduk, Zbigniew; Hakobyan, Hrachya; Hall, David; Haller, Johannes; Hamacher, Klaus; Hamal, Petr; Hamer, Matthias; Hamilton, Andrew; Hamilton, Samuel; Han, Liang; Hanagaki, Kazunori; Hanawa, Keita; Hance, Michael; Handel, Carsten; Hanke, Paul; Hansen, John Renner; Hansen, Jørgen Beck; Hansen, Jorn Dines; Hansen, Peter Henrik; Hansson, Per; Hara, Kazuhiko; Hare, Gabriel; Harenberg, Torsten; Harkusha, Siarhei; Harper, Devin; Harrington, Robert; Harris, Orin; Harrison, Karl; Hartert, Jochen; Hartjes, Fred; Haruyama, Tomiyoshi; Harvey, Alex; Hasegawa, Satoshi; Hasegawa, Yoji; Hassani, Samira; Haug, Sigve; Hauschild, Michael; Hauser, Reiner; Havranek, Miroslav; Hawkes, Christopher; Hawkings, Richard John; Hawkins, Anthony David; Hawkins, Donovan; Hayakawa, Takashi; Hayashi, Takayasu; Hayden, Daniel; Hays, Chris; Hayward, Helen; Haywood, Stephen; He, Mao; Head, Simon; Hedberg, Vincent; Heelan, Louise; Heim, Sarah; Heinemann, Beate; Heisterkamp, Simon; Helary, Louis; Heller, Claudio; Heller, Matthieu; Hellman, Sten; Hellmich, Dennis; Helsens, Clement; Henderson, Robert; Henke, Michael; Henrichs, Anna; Henriques Correia, Ana Maria; Henrot-Versille, Sophie; Henry-Couannier, Frédéric; Hensel, Carsten; Henß, Tobias; Medina Hernandez, Carlos; Hernández Jiménez, Yesenia; Herrberg, Ruth; Herten, Gregor; Hertenberger, Ralf; Hervas, Luis; Hesketh, Gavin Grant; Hessey, Nigel; Higón-Rodriguez, Emilio; Hill, John; Hiller, Karl Heinz; Hillert, Sonja; Hillier, Stephen; Hinchliffe, Ian; Hines, Elizabeth; Hirose, Minoru; Hirsch, Florian; Hirschbuehl, Dominic; Hobbs, John; Hod, Noam; Hodgkinson, Mark; Hodgson, Paul; Hoecker, Andreas; Hoeferkamp, Martin; Hoffman, Julia; Hoffmann, Dirk; Hohlfeld, Marc; Holder, Martin; Holmgren, Sven-Olof; Holy, Tomas; Holzbauer, Jenny; Hong, Tae Min; Hooft van Huysduynen, Loek; Horn, Claus; Horner, Stephan; Hostachy, Jean-Yves; Hou, Suen; Hoummada, Abdeslam; Howard, Jacob; Howarth, James; Hristova, Ivana; Hrivnac, Julius; Hruska, Ivan; Hryn'ova, Tetiana; Hsu, Pai-hsien Jennifer; Hsu, Shih-Chieh; Hubacek, Zdenek; Hubaut, Fabrice; Huegging, Fabian; Huettmann, Antje; Huffman, Todd Brian; Hughes, Emlyn; Hughes, Gareth; Huhtinen, Mika; Hurwitz, Martina; Husemann, Ulrich; Huseynov, Nazim; Huston, Joey; Huth, John; Iacobucci, Giuseppe; Iakovidis, Georgios; Ibbotson, Michael; Ibragimov, Iskander; Iconomidou-Fayard, Lydia; Idarraga, John; Iengo, Paolo; Igonkina, Olga; Ikegami, Yoichi; Ikeno, Masahiro; Iliadis, Dimitrios; Ilic, Nikolina; Ince, Tayfun; Inigo-Golfin, Joaquin; Ioannou, Pavlos; Iodice, Mauro; Iordanidou, Kalliopi; Ippolito, Valerio; Irles Quiles, Adrian; Isaksson, Charlie; Ishikawa, Akimasa; Ishino, Masaya; Ishmukhametov, Renat; Issever, Cigdem; Istin, Serhat; Ivashin, Anton; Iwanski, Wieslaw; Iwasaki, Hiroyuki; Izen, Joseph; Izzo, Vincenzo; Jackson, Brett; Jackson, John; Jackson, Paul; Jaekel, Martin; Jain, Vivek; Jakobs, Karl; Jakobsen, Sune; Jakoubek, Tomas; Jakubek, Jan; Jana, Dilip; Jansen, Eric; Jansen, Hendrik; Jantsch, Andreas; Janus, Michel; Jarlskog, Göran; Jeanty, Laura; Jen-La Plante, Imai; Jenni, Peter; Jeremie, Andrea; Jež, Pavel; Jézéquel, Stéphane; Jha, Manoj Kumar; Ji, Haoshuang; Ji, Weina; Jia, Jiangyong; Jiang, Yi; Jimenez Belenguer, Marcos; Jin, Shan; Jinnouchi, Osamu; Joergensen, Morten Dam; Joffe, David; Johansen, Lars; Johansen, Marianne; Johansson, Erik; Johansson, Per; Johnert, Sebastian; Johns, Kenneth; Jon-And, Kerstin; Jones, Graham; Jones, Roger; Jones, Tim; Joram, Christian; Jorge, Pedro; Joshi, Kiran Daniel; Jovicevic, Jelena; Jovin, Tatjana; Ju, Xiangyang; Jung, Christian; Jungst, Ralph Markus; Juranek, Vojtech; Jussel, Patrick; Juste Rozas, Aurelio; Kabana, Sonja; Kaci, Mohammed; Kaczmarska, Anna; Kadlecik, Peter; Kado, Marumi; Kagan, Harris; Kagan, Michael; Kajomovitz, Enrique; Kalinin, Sergey; Kalinovskaya, Lidia; Kama, Sami; Kanaya, Naoko; Kaneda, Michiru; Kaneti, Steven; Kanno, Takayuki; Kantserov, Vadim; Kanzaki, Junichi; Kaplan, Benjamin; Kapliy, Anton; Kaplon, Jan; Kar, Deepak; Karagounis, Michael; Karakostas, Konstantinos; Karnevskiy, Mikhail; Kartvelishvili, Vakhtang; Karyukhin, Andrey; Kashif, Lashkar; Kasieczka, Gregor; Kass, Richard; Kastanas, Alex; Kataoka, Mayuko; Kataoka, Yousuke; Katsoufis, Elias; Katzy, Judith; Kaushik, Venkatesh; Kawagoe, Kiyotomo; Kawamoto, Tatsuo; Kawamura, Gen; Kayl, Manuel; Kazanin, Vassili; Kazarinov, Makhail; Keeler, Richard; Kehoe, Robert; Keil, Markus; Kekelidze, George; Keller, John; Kennedy, John; Kenyon, Mike; Kepka, Oldrich; Kerschen, Nicolas; Kerševan, Borut Paul; Kersten, Susanne; Kessoku, Kohei; Keung, Justin; Khalil-zada, Farkhad; Khandanyan, Hovhannes; Khanov, Alexander; Kharchenko, Dmitri; Khodinov, Alexander; Khomich, Andrei; Khoo, Teng Jian; Khoriauli, Gia; Khoroshilov, Andrey; Khovanskiy, Valery; Khramov, Evgeniy; Khubua, Jemal; Kim, Hyeon Jin; Kim, Min Suk; Kim, Shinhong; Kimura, Naoki; Kind, Oliver; King, Barry; King, Matthew; King, Robert Steven Beaufoy; Kirk, Julie; Kiryunin, Andrey; Kishimoto, Tomoe; Kisielewska, Danuta; Kittelmann, Thomas; Kiver, Andrey; Kladiva, Eduard; Klein, Max; Klein, Uta; Kleinknecht, Konrad; Klemetti, Miika; Klier, Amit; Klimek, Pawel; Klimentov, Alexei; Klingenberg, Reiner; Klinger, Joel Alexander; Klinkby, Esben; Klioutchnikova, Tatiana; Klok, Peter; Klous, Sander; Kluge, Eike-Erik; Kluge, Thomas; Kluit, Peter; Kluth, Stefan; Knecht, Neil; Kneringer, Emmerich; Knoops, Edith; Knue, Andrea; Ko, Byeong Rok; Kobayashi, Tomio; Kobel, Michael; Kocian, Martin; Kodys, Peter; Köneke, Karsten; König, Adriaan; Koenig, Sebastian; Köpke, Lutz; Koetsveld, Folkert; Koevesarki, Peter; Koffas, Thomas; Koffeman, Els; Kogan, Lucy Anne; Kohlmann, Simon; Kohn, Fabian; Kohout, Zdenek; Kohriki, Takashi; Koi, Tatsumi; Kolachev, Guennady; Kolanoski, Hermann; Kolesnikov, Vladimir; Koletsou, Iro; Koll, James; Kollefrath, Michael; Komar, Aston; Komori, Yuto; Kondo, Takahiko; Kono, Takanori; Kononov, Anatoly; Konoplich, Rostislav; Konstantinidis, Nikolaos; Kootz, Andreas; Koperny, Stefan; Korcyl, Krzysztof; Kordas, Kostantinos; Korn, Andreas; Korol, Aleksandr; Korolkov, Ilya; Korolkova, Elena; Korotkov, Vladislav; Kortner, Oliver; Kortner, Sandra; Kostyukhin, Vadim; Kotov, Sergey; Kotov, Vladislav; Kotwal, Ashutosh; Kourkoumelis, Christine; Kouskoura, Vasiliki; Koutsman, Alex; Kowalewski, Robert Victor; Kowalski, Tadeusz; Kozanecki, Witold; Kozhin, Anatoly; Kral, Vlastimil; Kramarenko, Viktor; Kramberger, Gregor; Krasny, Mieczyslaw Witold; Krasznahorkay, Attila; Kraus, James; Kraus, Jana; Kreiss, Sven; Krejci, Frantisek; Kretzschmar, Jan; Krieger, Nina; Krieger, Peter; Kroeninger, Kevin; Kroha, Hubert; Kroll, Joe; Kroseberg, Juergen; Krstic, Jelena; Kruchonak, Uladzimir; Krüger, Hans; Kruker, Tobias; Krumnack, Nils; Krumshteyn, Zinovii; Kruth, Andre; Kubota, Takashi; Kuday, Sinan; Kuehn, Susanne; Kugel, Andreas; Kuhl, Thorsten; Kuhn, Dietmar; Kukhtin, Victor; Kulchitsky, Yuri; Kuleshov, Sergey; Kummer, Christian; Kuna, Marine; Kunkle, Joshua; Kupco, Alexander; Kurashige, Hisaya; Kurata, Masakazu; Kurochkin, Yurii; Kus, Vlastimil; Kuwertz, Emma Sian; Kuze, Masahiro; Kvita, Jiri; Kwee, Regina; La Rosa, Alessandro; La Rotonda, Laura; Labarga, Luis; Labbe, Julien; Lablak, Said; Lacasta, Carlos; Lacava, Francesco; Lacker, Heiko; Lacour, Didier; Lacuesta, Vicente Ramón; Ladygin, Evgueni; Lafaye, Remi; Laforge, Bertrand; Lagouri, Theodota; Lai, Stanley; Laisne, Emmanuel; Lamanna, Massimo; Lambourne, Luke; Lampen, Caleb; Lampl, Walter; Lancon, Eric; Landgraf, Ulrich; Landon, Murrough; Lane, Jenna; Lange, Clemens; Lankford, Andrew; Lanni, Francesco; Lantzsch, Kerstin; Laplace, Sandrine; Lapoire, Cecile; Laporte, Jean-Francois; Lari, Tommaso; Larner, Aimee; Lassnig, Mario; Laurelli, Paolo; Lavorini, Vincenzo; Lavrijsen, Wim; Laycock, Paul; Le Dortz, Olivier; Le Guirriec, Emmanuel; Le Maner, Christophe; Le Menedeu, Eve; LeCompte, Thomas; Ledroit-Guillon, Fabienne Agnes Marie; Lee, Hurng-Chun; Lee, Jason; Lee, Shih-Chang; Lee, Lawrence; Lefebvre, Michel; Legendre, Marie; LeGeyt, Benjamin; Legger, Federica; Leggett, Charles; Lehmacher, Marc; Lehmann Miotto, Giovanna; Lei, Xiaowen; Leite, Marco Aurelio Lisboa; Leitner, Rupert; Lellouch, Daniel; Lemmer, Boris; Lendermann, Victor; Leney, Katharine; Lenz, Tatiana; Lenzen, Georg; Lenzi, Bruno; Leonhardt, Kathrin; Leontsinis, Stefanos; Lepold, Florian; Leroy, Claude; Lessard, Jean-Raphael; Lester, Christopher; Lester, Christopher Michael; Levêque, Jessica; Levin, Daniel; Levinson, Lorne; Lewis, Adrian; Lewis, George; Leyko, Agnieszka; Leyton, Michael; Li, Bo; Li, Haifeng; Li, Shu; Li, Xuefei; Liang, Zhijun; Liao, Hongbo; Liberti, Barbara; Lichard, Peter; Lichtnecker, Markus; Lie, Ki; Liebig, Wolfgang; Limbach, Christian; Limosani, Antonio; Limper, Maaike; Lin, Simon; Linde, Frank; Linnemann, James; Lipeles, Elliot; Lipniacka, Anna; Liss, Tony; Lissauer, David; Lister, Alison; Litke, Alan; Liu, Chuanlei; Liu, Dong; Liu, Hao; Liu, Jianbei; Liu, Minghui; Liu, Yanwen; Livan, Michele; Livermore, Sarah; Lleres, Annick; Llorente Merino, Javier; Lloyd, Stephen; Lobodzinska, Ewelina; Loch, Peter; Lockman, William; Loddenkoetter, Thomas; Loebinger, Fred; Loginov, Andrey; Loh, Chang Wei; Lohse, Thomas; Lohwasser, Kristin; Lokajicek, Milos; Lombardo, Vincenzo Paolo; Long, Robin Eamonn; Lopes, Lourenco; Lopez Mateos, David; Lorenz, Jeanette; Lorenzo Martinez, Narei; Losada, Marta; Loscutoff, Peter; Lo Sterzo, Francesco; Losty, Michael; Lou, Xinchou; Lounis, Abdenour; Loureiro, Karina; Love, Jeremy; Love, Peter; Lowe, Andrew; Lu, Feng; Lubatti, Henry; Luci, Claudio; Lucotte, Arnaud; Ludwig, Andreas; Ludwig, Dörthe; Ludwig, Inga; Ludwig, Jens; Luehring, Frederick; Luijckx, Guy; Lukas, Wolfgang; Lumb, Debra; Luminari, Lamberto; Lund, Esben; Lund-Jensen, Bengt; Lundberg, Björn; Lundberg, Johan; Lundquist, Johan; Lungwitz, Matthias; Lynn, David; Lytken, Else; Ma, Hong; Ma, Lian Liang; Macana Goia, Jorge Andres; Maccarrone, Giovanni; Macchiolo, Anna; Maček, Boštjan; Machado Miguens, Joana; Mackeprang, Rasmus; Madaras, Ronald; Mader, Wolfgang; Maenner, Reinhard; Maeno, Tadashi; Mättig, Peter; Mättig, Stefan; Magnoni, Luca; Magradze, Erekle; Mahboubi, Kambiz; Mahmoud, Sara; Mahout, Gilles; Maiani, Camilla; Maidantchik, Carmen; Maio, Amélia; Majewski, Stephanie; Makida, Yasuhiro; Makovec, Nikola; Mal, Prolay; Malaescu, Bogdan; Malecki, Pawel; Malecki, Piotr; Maleev, Victor; Malek, Fairouz; Mallik, Usha; Malon, David; Malone, Caitlin; Maltezos, Stavros; Malyshev, Vladimir; Malyukov, Sergei; Mameghani, Raphael; Mamuzic, Judita; Manabe, Atsushi; Mandelli, Luciano; Mandić, Igor; Mandrysch, Rocco; Maneira, José; Mangeard, Pierre-Simon; Manhaes de Andrade Filho, Luciano; Mann, Alexander; Manning, Peter; Manousakis-Katsikakis, Arkadios; Mansoulie, Bruno; Mapelli, Alessandro; Mapelli, Livio; March, Luis; Marchand, Jean-Francois; Marchese, Fabrizio; Marchiori, Giovanni; Marcisovsky, Michal; Marino, Christopher; Marroquim, Fernando; Marshall, Zach; Martens, Kalen; Marti-Garcia, Salvador; Martin, Brian; Martin, Brian Thomas; Martin, Jean-Pierre; Martin, Tim; Martin, Victoria Jane; Martin dit Latour, Bertrand; Martin-Haugh, Stewart; Martinez, Mario; Martinez Outschoorn, Verena; Martyniuk, Alex; Marx, Marilyn; Marzano, Francesco; Marzin, Antoine; Masetti, Lucia; Mashimo, Tetsuro; Mashinistov, Ruslan; Masik, Jiri; Maslennikov, Alexey; Massa, Ignazio; Massaro, Graziano; Massol, Nicolas; Mastroberardino, Anna; Masubuchi, Tatsuya; Matricon, Pierre; Matsunaga, Hiroyuki; Matsushita, Takashi; Mattravers, Carly; Maurer, Julien; Maxfield, Stephen; Mayne, Anna; Mazini, Rachid; Mazur, Michael; Mazzaferro, Luca; Mazzanti, Marcello; Mc Kee, Shawn Patrick; McCarn, Allison; McCarthy, Robert; McCarthy, Tom; McCubbin, Norman; McFarlane, Kenneth; Mcfayden, Josh; McGlone, Helen; Mchedlidze, Gvantsa; Mclaughlan, Tom; McMahon, Steve; McPherson, Robert; Meade, Andrew; Mechnich, Joerg; Mechtel, Markus; Medinnis, Mike; Meera-Lebbai, Razzak; Meguro, Tatsuma; Mehdiyev, Rashid; Mehlhase, Sascha; Mehta, Andrew; Meier, Karlheinz; Meirose, Bernhard; Melachrinos, Constantinos; Mellado Garcia, Bruce Rafael; Meloni, Federico; Mendoza Navas, Luis; Meng, Zhaoxia; Mengarelli, Alberto; Menke, Sven; Meoni, Evelin; Mercurio, Kevin Michael; Mermod, Philippe; Merola, Leonardo; Meroni, Chiara; Merritt, Frank; Merritt, Hayes; Messina, Andrea; Metcalfe, Jessica; Mete, Alaettin Serhan; Meyer, Carsten; Meyer, Christopher; Meyer, Jean-Pierre; Meyer, Jochen; Meyer, Joerg; Meyer, Thomas Christian; Meyer, W Thomas; Miao, Jiayuan; Michal, Sebastien; Micu, Liliana; Middleton, Robin; Migas, Sylwia; Mijović, Liza; Mikenberg, Giora; Mikestikova, Marcela; Mikuž, Marko; Miller, David; Miller, Robert; Mills, Bill; Mills, Corrinne; Milov, Alexander; Milstead, David; Milstein, Dmitry; Minaenko, Andrey; Miñano Moya, Mercedes; Minashvili, Irakli; Mincer, Allen; Mindur, Bartosz; Mineev, Mikhail; Ming, Yao; Mir, Lluisa-Maria; Mirabelli, Giovanni; Mitrevski, Jovan; Mitsou, Vasiliki A; Mitsui, Shingo; Miyagawa, Paul; Miyazaki, Kazuki; Mjörnmark, Jan-Ulf; Moa, Torbjoern; Moed, Shulamit; Moeller, Victoria; Mönig, Klaus; Möser, Nicolas; Mohapatra, Soumya; Mohr, Wolfgang; Moles-Valls, Regina; Molina-Perez, Jorge; Monk, James; Monnier, Emmanuel; Montesano, Simone; Monticelli, Fernando; Monzani, Simone; Moore, Roger; Moorhead, Gareth; Mora Herrera, Clemencia; Moraes, Arthur; Morange, Nicolas; Morel, Julien; Morello, Gianfranco; Moreno, Deywis; Moreno Llácer, María; Morettini, Paolo; Morgenstern, Marcus; Morii, Masahiro; Morin, Jerome; Morley, Anthony Keith; Mornacchi, Giuseppe; Morris, John; Morvaj, Ljiljana; Moser, Hans-Guenther; Mosidze, Maia; Moss, Josh; Mount, Richard; Mountricha, Eleni; Mouraviev, Sergei; Moyse, Edward; Mueller, Felix; Mueller, James; Mueller, Klemens; Müller, Thomas; Mueller, Timo; Muenstermann, Daniel; Munwes, Yonathan; Murray, Bill; Mussche, Ido; Musto, Elisa; Myagkov, Alexey; Myska, Miroslav; Nadal, Jordi; Nagai, Koichi; Nagano, Kunihiro; Nagarkar, Advait; Nagasaka, Yasushi; Nagel, Martin; Nairz, Armin Michael; Nakahama, Yu; Nakamura, Koji; Nakamura, Tomoaki; Nakano, Itsuo; Nanava, Gizo; Napier, Austin; Narayan, Rohin; Nash, Michael; Nattermann, Till; Naumann, Thomas; Navarro, Gabriela; Neal, Homer; Nechaeva, Polina; Neep, Thomas James; Negri, Andrea; Negri, Guido; Nektarijevic, Snezana; Nelson, Andrew; Nelson, Timothy Knight; Nemecek, Stanislav; Nemethy, Peter; Nepomuceno, Andre Asevedo; Nessi, Marzio; Neubauer, Mark; Neusiedl, Andrea; Neves, Ricardo; Nevski, Pavel; Newman, Paul; Nguyen Thi Hong, Van; Nickerson, Richard; Nicolaidou, Rosy; Nicquevert, Bertrand; Niedercorn, Francois; Nielsen, Jason; Nikiforou, Nikiforos; Nikiforov, Andriy; Nikolaenko, Vladimir; Nikolic-Audit, Irena; Nikolics, Katalin; Nikolopoulos, Konstantinos; Nilsen, Henrik; Nilsson, Paul; Ninomiya, Yoichi; Nisati, Aleandro; Nishiyama, Tomonori; Nisius, Richard; Nodulman, Lawrence; Nomachi, Masaharu; Nomidis, Ioannis; Nordberg, Markus; Norton, Peter; Novakova, Jana; Nozaki, Mitsuaki; Nozka, Libor; Nugent, Ian Michael; Nuncio-Quiroz, Adriana-Elizabeth; Nunes Hanninger, Guilherme; Nunnemann, Thomas; Nurse, Emily; O'Brien, Brendan Joseph; O'Neale, Steve; O'Neil, Dugan; O'Shea, Val; Oakes, Louise Beth; Oakham, Gerald; Oberlack, Horst; Ocariz, Jose; Ochi, Atsuhiko; Oda, Susumu; Odaka, Shigeru; Odier, Jerome; Ogren, Harold; Oh, Alexander; Oh, Seog; Ohm, Christian; Ohshima, Takayoshi; Okada, Shogo; Okawa, Hideki; Okumura, Yasuyuki; Okuyama, Toyonobu; Olariu, Albert; Olchevski, Alexander; Olivares Pino, Sebastian Andres; Oliveira, Miguel Alfonso; Oliveira Damazio, Denis; Oliver Garcia, Elena; Olivito, Dominick; Olszewski, Andrzej; Olszowska, Jolanta; Onofre, António; Onyisi, Peter; Oram, Christopher; Oreglia, Mark; Oren, Yona; Orestano, Domizia; Orlando, Nicola; Orlov, Iliya; Oropeza Barrera, Cristina; Orr, Robert; Osculati, Bianca; Ospanov, Rustem; Osuna, Carlos; Otero y Garzon, Gustavo; Ottersbach, John; Ouchrif, Mohamed; Ouellette, Eric; Ould-Saada, Farid; Ouraou, Ahmimed; Ouyang, Qun; Ovcharova, Ana; Owen, Mark; Owen, Simon; Ozcan, Veysi Erkcan; Ozturk, Nurcan; Pacheco Pages, Andres; Padilla Aranda, Cristobal; Pagan Griso, Simone; Paganis, Efstathios; Paige, Frank; Pais, Preema; Pajchel, Katarina; Palacino, Gabriel; Paleari, Chiara; Palestini, Sandro; Pallin, Dominique; Palma, Alberto; Palmer, Jody; Pan, Yibin; Panagiotopoulou, Evgenia; Pani, Priscilla; Panikashvili, Natalia; Panitkin, Sergey; Pantea, Dan; Papadelis, Aras; Papadopoulou, Theodora; Paramonov, Alexander; Paredes Hernandez, Daniela; Park, Woochun; Parker, Andy; Parodi, Fabrizio; Parsons, John; Parzefall, Ulrich; Pashapour, Shabnaz; Pasqualucci, Enrico; Passaggio, Stefano; Passeri, Antonio; Pastore, Fernanda; Pastore, Francesca; Pásztor, Gabriella; Pataraia, Sophio; Patel, Nikhul; Pater, Joleen; Patricelli, Sergio; Pauly, Thilo; Pecsy, Martin; Pedraza Morales, Maria Isabel; Peleganchuk, Sergey; Pelikan, Daniel; Peng, Haiping; Penning, Bjoern; Penson, Alexander; Penwell, John; Perantoni, Marcelo; Perez, Kerstin; Perez Cavalcanti, Tiago; Perez Codina, Estel; Pérez García-Estañ, María Teresa; Perez Reale, Valeria; Perini, Laura; Pernegger, Heinz; Perrino, Roberto; Perrodo, Pascal; Persembe, Seda; Peshekhonov, Vladimir; Peters, Krisztian; Petersen, Brian; Petersen, Jorgen; Petersen, Troels; Petit, Elisabeth; Petridis, Andreas; Petridou, Chariclia; Petrolo, Emilio; Petrucci, Fabrizio; Petschull, Dennis; Petteni, Michele; Pezoa, Raquel; Phan, Anna; Phillips, Peter William; Piacquadio, Giacinto; Picazio, Attilio; Piccaro, Elisa; Piccinini, Maurizio; Piec, Sebastian Marcin; Piegaia, Ricardo; Pignotti, David; Pilcher, James; Pilkington, Andrew; Pina, João Antonio; Pinamonti, Michele; Pinder, Alex; Pinfold, James; Pinto, Belmiro; Pizio, Caterina; Plamondon, Mathieu; Pleier, Marc-Andre; Plotnikova, Elena; Poblaguev, Andrei; Poddar, Sahill; Podlyski, Fabrice; Poggioli, Luc; Poghosyan, Tatevik; Pohl, Martin; Polci, Francesco; Polesello, Giacomo; Policicchio, Antonio; Polini, Alessandro; Poll, James; Polychronakos, Venetios; Pomarede, Daniel Marc; Pomeroy, Daniel; Pommès, Kathy; Pontecorvo, Ludovico; Pope, Bernard; Popeneciu, Gabriel Alexandru; Popovic, Dragan; Poppleton, Alan; Portell Bueso, Xavier; Pospelov, Guennady; Pospisil, Stanislav; Potrap, Igor; Potter, Christina; Potter, Christopher; Poulard, Gilbert; Poveda, Joaquin; Pozdnyakov, Valery; Prabhu, Robindra; Pralavorio, Pascal; Pranko, Aliaksandr; Prasad, Srivas; Pravahan, Rishiraj; Prell, Soeren; Pretzl, Klaus Peter; Price, Darren; Price, Joe; Price, Lawrence; Prieur, Damien; Primavera, Margherita; Prokofiev, Kirill; Prokoshin, Fedor; Protopopescu, Serban; Proudfoot, James; Prudent, Xavier; Przybycien, Mariusz; Przysiezniak, Helenka; Psoroulas, Serena; Ptacek, Elizabeth; Pueschel, Elisa; Purdham, John; Purohit, Milind; Puzo, Patrick; Pylypchenko, Yuriy; Qian, Jianming; Quadt, Arnulf; Quarrie, David; Quayle, William; Quinonez, Fernando; Raas, Marcel; Radescu, Voica; Radloff, Peter; Rador, Tonguc; Ragusa, Francesco; Rahal, Ghita; Rahimi, Amir; Rahm, David; Rajagopalan, Srinivasan; Rammensee, Michael; Rammes, Marcus; Randle-Conde, Aidan Sean; Randrianarivony, Koloina; Rauscher, Felix; Rave, Tobias Christian; Raymond, Michel; Read, Alexander Lincoln; Rebuzzi, Daniela; Redelbach, Andreas; Redlinger, George; Reece, Ryan; Reeves, Kendall; Reinherz-Aronis, Erez; Reinsch, Andreas; Reisinger, Ingo; Rembser, Christoph; Ren, Zhongliang; Renaud, Adrien; Rescigno, Marco; Resconi, Silvia; Resende, Bernardo; Reznicek, Pavel; Rezvani, Reyhaneh; Richter, Robert; Richter-Was, Elzbieta; Ridel, Melissa; Rijpstra, Manouk; Rijssenbeek, Michael; Rimoldi, Adele; Rinaldi, Lorenzo; Rios, Ryan Randy; Riu, Imma; Rivoltella, Giancesare; Rizatdinova, Flera; Rizvi, Eram; Robertson, Steven; Robichaud-Veronneau, Andree; Robinson, Dave; Robinson, James; Robson, Aidan; Rocha de Lima, Jose Guilherme; Roda, Chiara; Roda Dos Santos, Denis; Roe, Adam; Roe, Shaun; Røhne, Ole; Rolli, Simona; Romaniouk, Anatoli; Romano, Marino; Romeo, Gaston; Romero Adam, Elena; Roos, Lydia; Ros, Eduardo; Rosati, Stefano; Rosbach, Kilian; Rose, Anthony; Rose, Matthew; Rosenbaum, Gabriel; Rosenberg, Eli; Rosendahl, Peter Lundgaard; Rosenthal, Oliver; Rosselet, Laurent; Rossetti, Valerio; Rossi, Elvira; Rossi, Leonardo Paolo; Rotaru, Marina; Roth, Itamar; Rothberg, Joseph; Rousseau, David; Royon, Christophe; Rozanov, Alexander; Rozen, Yoram; Ruan, Xifeng; Rubbo, Francesco; Rubinskiy, Igor; Ruckert, Benjamin; Ruckstuhl, Nicole; Rud, Viacheslav; Rudolph, Christian; Rudolph, Gerald; Rühr, Frederik; Ruggieri, Federico; Ruiz-Martinez, Aranzazu; Rumyantsev, Leonid; Runge, Kay; Rurikova, Zuzana; Rusakovich, Nikolai; Rutherfoord, John; Ruwiedel, Christoph; Ruzicka, Pavel; Ryabov, Yury; Ryan, Patrick; Rybar, Martin; Rybkin, Grigori; Ryder, Nick; Saavedra, Aldo; Sadeh, Iftach; Sadrozinski, Hartmut; Sadykov, Renat; Safai Tehrani, Francesco; Sakamoto, Hiroshi; Salamanna, Giuseppe; Salamon, Andrea; Saleem, Muhammad; Salek, David; Salihagic, Denis; Salnikov, Andrei; Salt, José; Salvachua Ferrando, Belén; Salvatore, Daniela; Salvatore, Pasquale Fabrizio; Salvucci, Antonio; Salzburger, Andreas; Sampsonidis, Dimitrios; Samset, Björn Hallvard; Sanchez, Arturo; Sanchez Martinez, Victoria; Sandaker, Heidi; Sander, Heinz Georg; Sanders, Michiel; Sandhoff, Marisa; Sandoval, Tanya; Sandoval, Carlos; Sandstroem, Rikard; Sankey, Dave; Sansoni, Andrea; Santamarina Rios, Cibran; Santoni, Claudio; Santonico, Rinaldo; Santos, Helena; Saraiva, João; Sarangi, Tapas; Sarkisyan-Grinbaum, Edward; Sarri, Francesca; Sartisohn, Georg; Sasaki, Osamu; Sasao, Noboru; Satsounkevitch, Igor; Sauvage, Gilles; Sauvan, Emmanuel; Sauvan, Jean-Baptiste; Savard, Pierre; Savinov, Vladimir; Savu, Dan Octavian; Sawyer, Lee; Saxon, David; Saxon, James; Sbarra, Carla; Sbrizzi, Antonio; Scallon, Olivia; Scannicchio, Diana; Scarcella, Mark; Schaarschmidt, Jana; Schacht, Peter; Schaefer, Douglas; Schäfer, Uli; Schaepe, Steffen; Schaetzel, Sebastian; Schaffer, Arthur; Schaile, Dorothee; Schamberger, R. Dean; Schamov, Andrey; Scharf, Veit; Schegelsky, Valery; Scheirich, Daniel; Schernau, Michael; Scherzer, Max; Schiavi, Carlo; Schieck, Jochen; Schioppa, Marco; Schlenker, Stefan; Schmidt, Evelyn; Schmieden, Kristof; Schmitt, Christian; Schmitt, Sebastian; Schmitz, Martin; Schneider, Basil; Schnoor, Ulrike; Schoening, Andre; Schott, Matthias; Schouten, Doug; Schovancova, Jaroslava; Schram, Malachi; Schroeder, Christian; Schroer, Nicolai; Schultens, Martin Johannes; Schultes, Joachim; Schultz-Coulon, Hans-Christian; Schulz, Holger; Schumacher, Jan; Schumacher, Markus; Schumm, Bruce; Schune, Philippe; Schwanenberger, Christian; Schwartzman, Ariel; Schwemling, Philippe; Schwienhorst, Reinhard; Schwierz, Rainer; Schwindling, Jerome; Schwindt, Thomas; Schwoerer, Maud; Sciolla, Gabriella; Scott, Bill; Searcy, Jacob; Sedov, George; Sedykh, Evgeny; Seidel, Sally; Seiden, Abraham; Seifert, Frank; Seixas, José; Sekhniaidze, Givi; Sekula, Stephen; Selbach, Karoline Elfriede; Seliverstov, Dmitry; Sellden, Bjoern; Sellers, Graham; Seman, Michal; Semprini-Cesari, Nicola; Serfon, Cedric; Serin, Laurent; Serkin, Leonid; Seuster, Rolf; Severini, Horst; Sfyrla, Anna; Shabalina, Elizaveta; Shamim, Mansoora; Shan, Lianyou; Shank, James; Shao, Qi Tao; Shapiro, Marjorie; Shatalov, Pavel; Shaw, Kate; Sherman, Daniel; Sherwood, Peter; Shibata, Akira; Shichi, Hideharu; Shimizu, Shima; Shimojima, Makoto; Shin, Taeksu; Shiyakova, Maria; Shmeleva, Alevtina; Shochet, Mel; Short, Daniel; Shrestha, Suyog; Shulga, Evgeny; Shupe, Michael; Sicho, Petr; Sidoti, Antonio; Siegert, Frank; Sijacki, Djordje; Silbert, Ohad; Silva, José; Silver, Yiftah; Silverstein, Daniel; Silverstein, Samuel; Simak, Vladislav; Simard, Olivier; Simic, Ljiljana; Simion, Stefan; Simmons, Brinick; Simoniello, Rosa; Simonyan, Margar; Sinervo, Pekka; Sinev, Nikolai; Sipica, Valentin; Siragusa, Giovanni; Sircar, Anirvan; Sisakyan, Alexei; Sivoklokov, Serguei; Sjölin, Jörgen; Sjursen, Therese; Skinnari, Louise Anastasia; Skottowe, Hugh Philip; Skovpen, Kirill; Skubic, Patrick; Slater, Mark; Slavicek, Tomas; Sliwa, Krzysztof; Smakhtin, Vladimir; Smart, Ben; Smirnov, Sergei; Smirnov, Yury; Smirnova, Lidia; Smirnova, Oxana; Smith, Ben Campbell; Smith, Douglas; Smith, Kenway; Smizanska, Maria; Smolek, Karel; Snesarev, Andrei; Snow, Steve; Snow, Joel; Snyder, Scott; Sobie, Randall; Sodomka, Jaromir; Soffer, Abner; Solans, Carlos; Solar, Michael; Solc, Jaroslav; Soldatov, Evgeny; Soldevila, Urmila; Solfaroli Camillocci, Elena; Solodkov, Alexander; Solovyanov, Oleg; Soni, Nitesh; Sopko, Vit; Sopko, Bruno; Sosebee, Mark; Soualah, Rachik; Soukharev, Andrey; Spagnolo, Stefania; Spanò, Francesco; Spighi, Roberto; Spigo, Giancarlo; Spila, Federico; Spiwoks, Ralf; Spousta, Martin; Spreitzer, Teresa; Spurlock, Barry; St Denis, Richard Dante; Stahlman, Jonathan; Stamen, Rainer; Stanecka, Ewa; Stanek, Robert; Stanescu, Cristian; Stanescu-Bellu, Madalina; Stapnes, Steinar; Starchenko, Evgeny; Stark, Jan; Staroba, Pavel; Starovoitov, Pavel; Staude, Arnold; Stavina, Pavel; Steele, Genevieve; Steinbach, Peter; Steinberg, Peter; Stekl, Ivan; Stelzer, Bernd; Stelzer, Harald Joerg; Stelzer-Chilton, Oliver; Stenzel, Hasko; Stern, Sebastian; Stewart, Graeme; Stillings, Jan Andre; Stockton, Mark; Stoerig, Kathrin; Stoicea, Gabriel; Stonjek, Stefan; Strachota, Pavel; Stradling, Alden; Straessner, Arno; Strandberg, Jonas; Strandberg, Sara; Strandlie, Are; Strang, Michael; Strauss, Emanuel; Strauss, Michael; Strizenec, Pavol; Ströhmer, Raimund; Strom, David; Strong, John; Stroynowski, Ryszard; Strube, Jan; Stugu, Bjarne; Stumer, Iuliu; Stupak, John; Sturm, Philipp; Styles, Nicholas Adam; Soh, Dart-yin; Su, Dong; Subramania, Halasya Siva; Succurro, Antonella; Sugaya, Yorihito; Suhr, Chad; Suita, Koichi; Suk, Michal; Sulin, Vladimir; Sultansoy, Saleh; Sumida, Toshi; Sun, Xiaohu; Sundermann, Jan Erik; Suruliz, Kerim; Susinno, Giancarlo; Sutton, Mark; Suzuki, Yu; Suzuki, Yuta; Svatos, Michal; Swedish, Stephen; Sykora, Ivan; Sykora, Tomas; Sánchez, Javier; Ta, Duc; Tackmann, Kerstin; Taffard, Anyes; Tafirout, Reda; Taiblum, Nimrod; Takahashi, Yuta; Takai, Helio; Takashima, Ryuichi; Takeda, Hiroshi; Takeshita, Tohru; Takubo, Yosuke; Talby, Mossadek; Talyshev, Alexey; Tamsett, Matthew; Tanaka, Junichi; Tanaka, Reisaburo; Tanaka, Satoshi; Tanaka, Shuji; Tanasijczuk, Andres Jorge; Tani, Kazutoshi; Tannoury, Nancy; Tapprogge, Stefan; Tardif, Dominique; Tarem, Shlomit; Tarrade, Fabien; Tartarelli, Giuseppe Francesco; Tas, Petr; Tasevsky, Marek; Tassi, Enrico; Tatarkhanov, Mous; Tayalati, Yahya; Taylor, Christopher; Taylor, Frank; Taylor, Geoffrey; Taylor, Wendy; Teinturier, Marthe; Teixeira Dias Castanheira, Matilde; Teixeira-Dias, Pedro; Temming, Kim Katrin; Ten Kate, Herman; Teng, Ping-Kun; Terada, Susumu; Terashi, Koji; Terron, Juan; Testa, Marianna; Teuscher, Richard; Therhaag, Jan; Theveneaux-Pelzer, Timothée; Thoma, Sascha; Thomas, Juergen; Thompson, Emily; Thompson, Paul; Thompson, Peter; Thompson, Stan; Thomsen, Lotte Ansgaard; Thomson, Evelyn; Thomson, Mark; Thun, Rudolf; Tian, Feng; Tibbetts, Mark James; Tic, Tomáš; Tikhomirov, Vladimir; Tikhonov, Yury; Timoshenko, Sergey; Tipton, Paul; Tique Aires Viegas, Florbela De Jes; Tisserant, Sylvain; Todorov, Theodore; Todorova-Nova, Sharka; Toggerson, Brokk; Tojo, Junji; Tokár, Stanislav; Tokunaga, Kaoru; Tokushuku, Katsuo; Tollefson, Kirsten; Tomoto, Makoto; Tompkins, Lauren; Toms, Konstantin; Tonoyan, Arshak; Topfel, Cyril; Topilin, Nikolai; Torchiani, Ingo; Torrence, Eric; Torres, Heberth; Torró Pastor, Emma; Toth, Jozsef; Touchard, Francois; Tovey, Daniel; Trefzger, Thomas; Tremblet, Louis; Tricoli, Alesandro; Trigger, Isabel Marian; Trincaz-Duvoid, Sophie; Tripiana, Martin; Trischuk, William; Trocmé, Benjamin; Troncon, Clara; Trottier-McDonald, Michel; Trzebinski, Maciej; Trzupek, Adam; Tsarouchas, Charilaos; Tseng, Jeffrey; Tsiakiris, Menelaos; Tsiareshka, Pavel; Tsionou, Dimitra; Tsipolitis, Georgios; Tsiskaridze, Shota; Tsiskaridze, Vakhtang; Tskhadadze, Edisher; Tsukerman, Ilya; Tsulaia, Vakhtang; Tsung, Jieh-Wen; Tsuno, Soshi; Tsybychev, Dmitri; Tua, Alan; Tudorache, Alexandra; Tudorache, Valentina; Tuggle, Joseph; Turala, Michal; Turecek, Daniel; Turk Cakir, Ilkay; Turlay, Emmanuel; Turra, Ruggero; Tuts, Michael; Tykhonov, Andrii; Tylmad, Maja; Tyndel, Mike; Tzanakos, George; Uchida, Kirika; Ueda, Ikuo; Ueno, Ryuichi; Ugland, Maren; Uhlenbrock, Mathias; Uhrmacher, Michael; Ukegawa, Fumihiko; Unal, Guillaume; Undrus, Alexander; Unel, Gokhan; Unno, Yoshinobu; Urbaniec, Dustin; Usai, Giulio; Uslenghi, Massimiliano; Vacavant, Laurent; Vacek, Vaclav; Vachon, Brigitte; Vahsen, Sven; Valenta, Jan; Valente, Paolo; Valentinetti, Sara; Valkar, Stefan; Valladolid Gallego, Eva; Vallecorsa, Sofia; Valls Ferrer, Juan Antonio; van der Graaf, Harry; van der Kraaij, Erik; Van Der Leeuw, Robin; van der Poel, Egge; van der Ster, Daniel; van Eldik, Niels; van Gemmeren, Peter; van Vulpen, Ivo; Vanadia, Marco; Vandelli, Wainer; Vaniachine, Alexandre; Vankov, Peter; Vannucci, Francois; Vari, Riccardo; Varol, Tulin; Varouchas, Dimitris; Vartapetian, Armen; Varvell, Kevin; Vassilakopoulos, Vassilios; Vazeille, Francois; Vazquez Schroeder, Tamara; Vegni, Guido; Veillet, Jean-Jacques; Veloso, Filipe; Veness, Raymond; Veneziano, Stefano; Ventura, Andrea; Ventura, Daniel; Venturi, Manuela; Venturi, Nicola; Vercesi, Valerio; Verducci, Monica; Verkerke, Wouter; Vermeulen, Jos; Vest, Anja; Vetterli, Michel; Vichou, Irene; Vickey, Trevor; Vickey Boeriu, Oana Elena; Viehhauser, Georg; Viel, Simon; Villa, Mauro; Villaplana Perez, Miguel; Vilucchi, Elisabetta; Vincter, Manuella; Vinek, Elisabeth; Vinogradov, Vladimir; Virchaux, Marc; Virzi, Joseph; Vitells, Ofer; Viti, Michele; Vivarelli, Iacopo; Vives Vaque, Francesc; Vlachos, Sotirios; Vladoiu, Dan; Vlasak, Michal; Vogel, Adrian; Vokac, Petr; Volpi, Guido; Volpi, Matteo; Volpini, Giovanni; von der Schmitt, Hans; von Loeben, Joerg; von Radziewski, Holger; von Toerne, Eckhard; Vorobel, Vit; Vorwerk, Volker; Vos, Marcel; Voss, Rudiger; Voss, Thorsten Tobias; Vossebeld, Joost; Vranjes, Nenad; Vranjes Milosavljevic, Marija; Vrba, Vaclav; Vreeswijk, Marcel; Vu Anh, Tuan; Vuillermet, Raphael; Vukotic, Ilija; Wagner, Wolfgang; Wagner, Peter; Wahlen, Helmut; Wahrmund, Sebastian; Wakabayashi, Jun; Walch, Shannon; Walder, James; Walker, Rodney; Walkowiak, Wolfgang; Wall, Richard; Waller, Peter; Wang, Chiho; Wang, Haichen; Wang, Hulin; Wang, Jike; Wang, Jin; Wang, Rui; Wang, Song-Ming; Wang, Tan; Warburton, Andreas; Ward, Patricia; Warsinsky, Markus; Washbrook, Andrew; Wasicki, Christoph; Watkins, Peter; Watson, Alan; Watson, Ian; Watson, Miriam; Watts, Gordon; Watts, Stephen; Waugh, Anthony; Waugh, Ben; Weber, Marc; Weber, Michele; Weber, Pavel; Weidberg, Anthony; Weigell, Philipp; Weingarten, Jens; Weiser, Christian; Wellenstein, Hermann; Wells, Phillippa; Wenaus, Torre; Wendland, Dennis; Weng, Zhili; Wengler, Thorsten; Wenig, Siegfried; Wermes, Norbert; Werner, Matthias; Werner, Per; Werth, Michael; Wessels, Martin; Wetter, Jeffrey; Weydert, Carole; Whalen, Kathleen; Wheeler-Ellis, Sarah Jane; White, Andrew; White, Martin; White, Sebastian; Whitehead, Samuel Robert; Whiteson, Daniel; Whittington, Denver; Wicek, Francois; Wicke, Daniel; Wickens, Fred; Wiedenmann, Werner; Wielers, Monika; Wienemann, Peter; Wiglesworth, Craig; Wiik-Fuchs, Liv Antje Mari; Wijeratne, Peter Alexander; Wildauer, Andreas; Wildt, Martin Andre; Wilhelm, Ivan; Wilkens, Henric George; Will, Jonas Zacharias; Williams, Eric; Williams, Hugh; Willis, William; Willocq, Stephane; Wilson, John; Wilson, Michael Galante; Wilson, Alan; Wingerter-Seez, Isabelle; Winkelmann, Stefan; Winklmeier, Frank; Wittgen, Matthias; Wolter, Marcin Wladyslaw; Wolters, Helmut; Wong, Wei-Cheng; Wooden, Gemma; Wosiek, Barbara; Wotschack, Jorg; Woudstra, Martin; Wozniak, Krzysztof; Wraight, Kenneth; Wright, Catherine; Wright, Michael; Wrona, Bozydar; Wu, Sau Lan; Wu, Xin; Wu, Yusheng; Wulf, Evan; Wynne, Benjamin; Xella, Stefania; Xiao, Meng; Xie, Song; Xu, Chao; Xu, Da; Yabsley, Bruce; Yacoob, Sahal; Yamada, Miho; Yamaguchi, Hiroshi; Yamamoto, Akira; Yamamoto, Kyoko; Yamamoto, Shimpei; Yamamura, Taiki; Yamanaka, Takashi; Yamaoka, Jared; Yamazaki, Takayuki; Yamazaki, Yuji; Yan, Zhen; Yang, Haijun; Yang, Un-Ki; Yang, Yi; Yang, Zhaoyu; Yanush, Serguei; Yao, Liwen; Yao, Yushu; Yasu, Yoshiji; Ybeles Smit, Gabriel Valentijn; Ye, Jingbo; Ye, Shuwei; Yilmaz, Metin; Yoosoofmiya, Reza; Yorita, Kohei; Yoshida, Riktura; Young, Charles; Young, Christopher John; Youssef, Saul; Yu, Dantong; Yu, Jaehoon; Yu, Jie; Yuan, Li; Yurkewicz, Adam; Zabinski, Bartlomiej; Zaidan, Remi; Zaitsev, Alexander; Zajacova, Zuzana; Zanello, Lucia; Zaytsev, Alexander; Zeitnitz, Christian; Zeman, Martin; Zemla, Andrzej; Zendler, Carolin; Zenin, Oleg; Ženiš, Tibor; Zinonos, Zinonas; Zenz, Seth; Zerwas, Dirk; Zevi della Porta, Giovanni; Zhan, Zhichao; Zhang, Dongliang; Zhang, Huaqiao; Zhang, Jinlong; Zhang, Xueyao; Zhang, Zhiqing; Zhao, Long; Zhao, Tianchi; Zhao, Zhengguo; Zhemchugov, Alexey; Zhong, Jiahang; Zhou, Bing; Zhou, Ning; Zhou, Yue; Zhu, Cheng Guang; Zhu, Hongbo; Zhu, Junjie; Zhu, Yingchun; Zhuang, Xuai; Zhuravlov, Vadym; Zieminska, Daria; Zimmermann, Robert; Zimmermann, Simone; Zimmermann, Stephanie; Ziolkowski, Michael; Zitoun, Robert; Živković, Lidija; Zmouchko, Viatcheslav; Zobernig, Georg; Zoccoli, Antonio; zur Nedden, Martin; Zutshi, Vishnu; Zwalinski, Lukasz

    2012-01-01

    Distributions sensitive to the underlying event are studied in events containing one or more charged-particle jets produced in pp collisions at $\\sqrt{s}$ = 7 TeV with the ATLAS detector at the Large Hadron Collider (LHC). These measurements reflect 800 inverse microbarns of data taken during 2010. Jets are reconstructed using the anti-$k_t$ algorithm with radius parameter R varying between 0.2 and 1.0. Distributions of the charged-particle multiplicity, the scalar sum of the transverse momentum of charged particles, and the average charged-particle pT are measured as functions of $p_T^{JET}$ in regions transverse to and opposite the leading jet for 4 GeV < $p_T^{JET}$ < 100 GeV. In addition, the R-dependence of the mean values of these observables is studied. In the transverse region, both the multiplicity and the scalar sum of the transverse momentum at fixed $p_T^{JET}$ vary significantly with R, while the average charged-particle transverse momentum has a minimal dependence on R. Predictions from se...

  9. Electron beam driven disordering in small particles

    International Nuclear Information System (INIS)

    Vanfleet, R.R.; Mochel, J.

    1997-01-01

    Small metal particles in the range of a few nanometers in diameter are seen to progressively disorder when the 100 keV electron beam of a Scanning Transmission Electron Microscope (STEM) is held stationary on the particle. The diffraction pattern of the individual particle is seen to progress from an initial array of indexable diffraction spots to a mixture of diffraction spots and amorphous-like rings and finally to rings with no persistent diffraction spots. After the electron beam is removed, the particles will recrystallize after minutes or hours. Only particles below a critical size are seen to fully disorder. The authors have observed this in platinum, palladium, rhodium, and iridium and based on the model of disordering process believe it is a universal effect. It has also been observed with a platinum ruthenium alloy. They discuss the mechanism of this disordering and the structure of the resulting disordering particle for the case of platinum clusters

  10. Minimizing cache misses in an event-driven network server: A case study of TUX

    DEFF Research Database (Denmark)

    Bhatia, Sapan; Consel, Charles; Lawall, Julia Laetitia

    2006-01-01

    We analyze the performance of CPU-bound network servers and demonstrate experimentally that the degradation in the performance of these servers under high-concurrency workloads is largely due to inefficient use of the hardware caches. We then describe an approach to speeding up event-driven network...... servers by optimizing their use of the L2 CPU cache in the context of the TUX Web server, known for its robustness to heavy load. Our approach is based on a novel cache-aware memory allocator and a specific scheduling strategy that together ensure that the total working data set of the server stays...

  11. Event-Driven Process Chains (EPC)

    Science.gov (United States)

    Mendling, Jan

    This chapter provides a comprehensive overview of Event-driven Process Chains (EPCs) and introduces a novel definition of EPC semantics. EPCs became popular in the 1990s as a conceptual business process modeling language in the context of reference modeling. Reference modeling refers to the documentation of generic business operations in a model such as service processes in the telecommunications sector, for example. It is claimed that reference models can be reused and adapted as best-practice recommendations in individual companies (see [230, 168, 229, 131, 400, 401, 446, 127, 362, 126]). The roots of reference modeling can be traced back to the Kölner Integrationsmodell (KIM) [146, 147] that was developed in the 1960s and 1970s. In the 1990s, the Institute of Information Systems (IWi) in Saarbrücken worked on a project with SAP to define a suitable business process modeling language to document the processes of the SAP R/3 enterprise resource planning system. There were two results from this joint effort: the definition of EPCs [210] and the documentation of the SAP system in the SAP Reference Model (see [92, 211]). The extensive database of this reference model contains almost 10,000 sub-models: 604 of them non-trivial EPC business process models. The SAP Reference model had a huge impact with several researchers referring to it in their publications (see [473, 235, 127, 362, 281, 427, 415]) as well as motivating the creation of EPC reference models in further domains including computer integrated manufacturing [377, 379], logistics [229] or retail [52]. The wide-spread application of EPCs in business process modeling theory and practice is supported by their coverage in seminal text books for business process management and information systems in general (see [378, 380, 49, 384, 167, 240]). EPCs are frequently used in practice due to a high user acceptance [376] and extensive tool support. Some examples of tools that support EPCs are ARIS Toolset by IDS

  12. Host Event Based Network Monitoring

    Energy Technology Data Exchange (ETDEWEB)

    Jonathan Chugg

    2013-01-01

    The purpose of INL’s research on this project is to demonstrate the feasibility of a host event based network monitoring tool and the effects on host performance. Current host based network monitoring tools work on polling which can miss activity if it occurs between polls. Instead of polling, a tool could be developed that makes use of event APIs in the operating system to receive asynchronous notifications of network activity. Analysis and logging of these events will allow the tool to construct the complete real-time and historical network configuration of the host while the tool is running. This research focused on three major operating systems commonly used by SCADA systems: Linux, WindowsXP, and Windows7. Windows 7 offers two paths that have minimal impact on the system and should be seriously considered. First is the new Windows Event Logging API, and, second, Windows 7 offers the ALE API within WFP. Any future work should focus on these methods.

  13. OCCURRENCE OF EXTREME SOLAR PARTICLE EVENTS: ASSESSMENT FROM HISTORICAL PROXY DATA

    Energy Technology Data Exchange (ETDEWEB)

    Usoskin, Ilya G. [Sodankylae Geophysical Observatory (Oulu unit) and Department of Physical Sciences, University of Oulu, FIN-90014 Oulu (Finland); Kovaltsov, Gennady A., E-mail: ilya.usoskin@oulu.fi [Ioffe Physical-Technical Institute of RAS, 194021 St. Petersburg (Russian Federation)

    2012-09-20

    The probability of occurrence of extreme solar particle events (SPEs) with proton fluence (>30 MeV) F{sub 30} {>=} 10{sup 10} cm{sup -2} is evaluated based on data on the cosmogenic isotopes {sup 14}C and {sup 10}Be in terrestrial archives covering centennial-millennial timescales. Four potential candidates with F{sub 30} = (1-1.5) Multiplication-Sign 10{sup 10} cm{sup -2} and no events with F{sub 30} > 2 Multiplication-Sign 10{sup 10} cm{sup -2} are identified since 1400 AD in the annually resolved {sup 10}Be data. A strong SPE related to the Carrington flare of 1859 AD is not supported by the data. For the last 11,400 years, 19 SPE candidates with F{sub 30} = (1-3) Multiplication-Sign 10{sup 10} cm{sup -2} are found and clearly no event with F{sub 30} > 5 Multiplication-Sign 10{sup 10} cm{sup -2} (50 times the SPE of 1956 February 23) has occurred. These values serve as observational upper limits on the strength of SPEs on the timescale of tens of millennia. Two events, ca. 780 and 1460 AD, appear in different data series making them strong candidates for extreme SPEs. We build a distribution of the occurrence probability of extreme SPEs, providing a new strict observational constraint. Practical limits can be set as F{sub 30} Almost-Equal-To 1, 2-3, and 5 Multiplication-Sign 10{sup 10} cm{sup -2} for occurrence probabilities Almost-Equal-To 10{sup -2}, 10{sup -3}, and 10{sup -4} yr{sup -1}, respectively. Because of the uncertainties, our results should be interpreted as a conservative upper limit on the SPE occurrence near Earth. The mean solar energetic particle (SEP) flux is evaluated as Almost-Equal-To 40 (cm{sup 2} s){sup -1}, in agreement with estimates from lunar rocks. On average, extreme SPEs contribute about 10% to the total SEP fluence.

  14. Type III-L Solar Radio Bursts and Solar Energetic Particle Events

    Science.gov (United States)

    Duffin, R. T.; White, S. M.; Ray, P. S.; Kaiser, M. L.

    2015-09-01

    A radio-selected sample of fast drift radio bursts with complex structure occurring after the impulsive phase of the associated flare (“Type III-L bursts”) is identified by inspection of radio dynamic spectra from 1 to 180 MHz for over 300 large flares in 2001. An operational definition that takes into account previous work on these radio bursts starting from samples of solar energetic particle (SEP) events is applied to the data, and 66 Type III-L bursts are found in the sample. In order to determine whether the presence of these radio bursts can be used to predict the occurrence of SEP events, we also develop a catalog of all SEP proton events in 2001 using data from the ERNE detector on the SOHO satellite. 68 SEP events are found, for 48 of which we can identify a solar source and hence look for associated Type III-L emission. We confirm previous work that found that most (76% in our sample) of the solar sources of SEP events exhibit radio emission of this type. However, the correlation in the opposite direction is not as strong: starting from a radio-selected sample of Type III-L events, around 64% of the bursts that occur at longitudes magnetically well-connected to the Earth, and hence favorable for detection of SEPs, are associated with SEP events. The degree of association increases when the events have durations over 10 minutes at 1 MHz, but in general Type III-L bursts do not perform any better than Type II bursts in our sample as predictors of SEP events. A comparison of Type III-L timing with the arrival of near-relativistic electrons at the ACE spacecraft is not inconsistent with a common source for the accelerated electrons in both phenomena.

  15. Type III-L Solar Radio Bursts and Solar Energetic Particle Events

    International Nuclear Information System (INIS)

    Duffin, R T; White, S M; Ray, P S; Kaiser, M L

    2015-01-01

    A radio-selected sample of fast drift radio bursts with complex structure occurring after the impulsive phase of the associated flare (“Type III-L bursts”) is identified by inspection of radio dynamic spectra from 1 to 180 MHz for over 300 large flares in 2001. An operational definition that takes into account previous work on these radio bursts starting from samples of solar energetic particle (SEP) events is applied to the data, and 66 Type III-L bursts are found in the sample. In order to determine whether the presence of these radio bursts can be used to predict the occurrence of SEP events, we also develop a catalog of all SEP proton events in 2001 using data from the ERNE detector on the SOHO satellite. 68 SEP events are found, for 48 of which we can identify a solar source and hence look for associated Type III-L emission. We confirm previous work that found that most (76% in our sample) of the solar sources of SEP events exhibit radio emission of this type. However, the correlation in the opposite direction is not as strong: starting from a radio-selected sample of Type III-L events, around 64% of the bursts that occur at longitudes magnetically well-connected to the Earth, and hence favorable for detection of SEPs, are associated with SEP events. The degree of association increases when the events have durations over 10 minutes at 1 MHz, but in general Type III-L bursts do not perform any better than Type II bursts in our sample as predictors of SEP events. A comparison of Type III-L timing with the arrival of near-relativistic electrons at the ACE spacecraft is not inconsistent with a common source for the accelerated electrons in both phenomena. (paper)

  16. Detection of zero anisotropy at 5.2 AU during the November 1998 solar particle event: Ulysses Anisotropy Telescopes observations

    Directory of Open Access Journals (Sweden)

    S. Dalla

    Full Text Available For the first time during the mission, the Anisotropy Telescopes instrument on board the Ulysses spacecraft measured constant zero anisotropy of protons in the 1.3-2.2 MeV energy range, for a period lasting more than three days. This measurement was made during the energetic particle event taking place at Ulysses between 25 November and 15 December 1998, an event characterised by constant high proton fluxes within a region delimited by two interplanetary forward shocks, at a distance of 5.2 AU from the Sun and heliographic latitude of 17°S. We present the ATs results for this event and discuss their possible interpretation and their relevance to the issue of intercalibration of the two telescopes.

    Key words: Interplanetary physics (energetic particles - Solar physics, astrophysics and astronomy (energetic particles - Space plasma physics (instruments and techniques

  17. A Scalable GVT Estimation Algorithm for PDES: Using Lower Bound of Event-Bulk-Time

    Directory of Open Access Journals (Sweden)

    Yong Peng

    2015-01-01

    Full Text Available Global Virtual Time computation of Parallel Discrete Event Simulation is crucial for conducting fossil collection and detecting the termination of simulation. The triggering condition of GVT computation in typical approaches is generally based on the wall-clock time or logical time intervals. However, the GVT value depends on the timestamps of events rather than the wall-clock time or logical time intervals. Therefore, it is difficult for the existing approaches to select appropriate time intervals to compute the GVT value. In this study, we propose a scalable GVT estimation algorithm based on Lower Bound of Event-Bulk-Time, which triggers the computation of the GVT value according to the number of processed events. In order to calculate the number of transient messages, our algorithm employs Event-Bulk to record the messages sent and received by Logical Processes. To eliminate the performance bottleneck, we adopt an overlapping computation approach to distribute the workload of GVT computation to all worker-threads. We compare our algorithm with the fast asynchronous GVT algorithm using PHOLD benchmark on the shared memory machine. Experimental results indicate that our algorithm has a light overhead and shows higher speedup and accuracy of GVT computation than the fast asynchronous GVT algorithm.

  18. Evaluation of asynchronous E-learning in the geography curriculum: enriching learning quality in Saudi high schools

    OpenAIRE

    Al Dobaikhi, Hend; Woollard, John

    2011-01-01

    The impacts of emerging ICT into educational curricula Asynchronous discussion forumDiscussion groups via e-learning environmentPosting questions and commentsSelf-efficacy in asynchronous e-learning Web community participationCollaborative learning can be fosteredPositive impacts on objectives of educational curriculum

  19. A cosmic-ray nuclear event with an anomalously strong concentration of energy and particles in the central region

    International Nuclear Information System (INIS)

    Amato, N.M.; Arata, N.; Maldonado, R.H.C.

    1986-01-01

    A cosmic-ray induced nuclear event detected in the emulsion chamber is described. The event consists of 217 shower cores with ΣEγ = 1,275 TeV. In log scale, energy and particles are emitted most densely at the small lateral distance corresponding to 0.5 mm; 77 % of the total energy and 61 % of the total multiplicity are inside the radius of 0.65 cm. The shower cores in the central region show exponential-type energy distribution and non-isotropic azimuthal distribution. This event indicates a possibility that phenomena of large transverse momentum could happen to produce a strong concentration of energy and particles in the very forward direction. (Authors) [pt

  20. Solar Energetic Particles Events and Human Exploration: Measurements in a Space Habitat

    Science.gov (United States)

    Narici, L.; Berrilli, F.; Casolino, M.; Del Moro, D.; Forte, R.; Giovannelli, L.; Martucci, M.; Mergè, M.; Picozza, P.; Rizzo, A.; Scardigli, S.; Sparvoli, R.; Zeitlin, C.

    2016-12-01

    Solar activity is the source of Space Weather disturbances. Flares, CME and coronal holes modulate physical conditions of circumterrestrial and interplanetary space and ultimately the fluxes of high-energy ionized particles, i.e., solar energetic particle (SEP) and galactic cosmic ray (GCR) background. This ionizing radiation affects spacecrafts and biological systems, therefore it is an important issue for human exploration of space. During a deep space travel (for example the trip to Mars) radiation risk thresholds may well be exceeded by the crew, so mitigation countermeasures must be employed. Solar particle events (SPE) constitute high risks due to their impulsive high rate dose. Forecasting SPE appears to be needed and also specifically tailored to the human exploration needs. Understanding the parameters of the SPE that produce events leading to higher health risks for the astronauts in deep space is therefore a first priority issue. Measurements of SPE effects with active devices in LEO inside the ISS can produce important information for the specific SEP measured, relative to the specific detector location in the ISS (in a human habitat with a shield typical of manned space-crafts). Active detectors can select data from specific geo-magnetic regions along the orbits, allowing geo-magnetic selections that best mimic deep space radiation. We present results from data acquired in 2010 - 2012 by the detector system ALTEA inside the ISS (18 SPEs detected). We compare this data with data from the detector Pamela on a LEO satellite, with the RAD data during the Curiosity Journey to Mars, with GOES data and with several Solar physical parameters. While several features of the radiation modulation are easily understood by the effect of the geomagnetic field, as an example we report a proportionality of the flux in the ISS with the energetic proton flux measured by GOES, some features appear more difficult to interpret. The final goal of this work is to find the

  1. Solar energetic particles: observational studies and magnetohydrodynamic simulation

    International Nuclear Information System (INIS)

    Masson, S.

    2010-10-01

    Solar activity manifests itself through highly dynamical events, such as flares and coronal mass ejections, which result in energy release by magnetic reconnection. This thesis focuses on two manifestations of this energy release: solar energetic particles and dynamics of magnetic reconnection. The first part of my work consists in the detailed temporal analysis of several electromagnetic signatures, produced by energetic particles in the solar atmosphere, with respect to the energetic particle flux at Earth. Using multi-instrument observations, I highlighted that particles can be accelerated by the flare to relativistic energies during a specific episode of acceleration in the impulsive phase. This showed that particles traveled a longer path length than the theoretical length generally assumed. Using in-situ measurements of magnetic field and plasma, I identified the interplanetary magnetic field for 10 particle events, and performing a velocity dispersion analysis I obtained the interplanetary length traveled by particles. I showed that the magnetic structure of the interplanetary medium play a crucial role in the association of the particle flux at Earth and the acceleration signatures of particles at the Sun. The second part of my work focuses on the dynamics of magnetic reconnection. Observationally, the best evidence for magnetic reconnection is the appearance of brightnesses at the solar surface. Performing the first data-driven 3 dimensional magneto-hydrodynamic (MHD) simulation of an observed event, I discovered that the evolution of brightnesses can be explained by the succession of two different reconnection regimes, induced by a new topological association where null-point separatrix lines are embedded in quasi-separatrix layers. This new topological association induces a change of field line connectivity, but also a continuous reconnection process, leading to an apparent slipping motion of reconnected field lines. From a MHD simulation I showed that

  2. Adding the Human Touch to Asynchronous Online Learning

    Science.gov (United States)

    Glenn, Cynthia Wheatley

    2018-01-01

    For learners to actively accept responsibility in a virtual classroom platform, it is necessary to provide special motivation extending across the traditional classroom setting into asynchronous online learning. This article explores specific ways to do this that bridge the gap between ground and online students' learning experiences, and how…

  3. Designing a Web-Based Asynchronous Innovation/Entrepreneurism Course

    Science.gov (United States)

    Ghandforoush, Parviz

    2017-01-01

    Teaching an online fully asynchronous information technology course that requires students to ideate, build an e-commerce website, and develop an effective business plan involves a well-developed and highly engaging course design. This paper describes the design, development, and implementation of such a course and presents information on…

  4. DOES A SCALING LAW EXIST BETWEEN SOLAR ENERGETIC PARTICLE EVENTS AND SOLAR FLARES?

    International Nuclear Information System (INIS)

    Kahler, S. W.

    2013-01-01

    Among many other natural processes, the size distributions of solar X-ray flares and solar energetic particle (SEP) events are scale-invariant power laws. The measured distributions of SEP events prove to be distinctly flatter, i.e., have smaller power-law slopes, than those of the flares. This has led to speculation that the two distributions are related through a scaling law, first suggested by Hudson, which implies a direct nonlinear physical connection between the processes producing the flares and those producing the SEP events. We present four arguments against this interpretation. First, a true scaling must relate SEP events to all flare X-ray events, and not to a small subset of the X-ray event population. We also show that the assumed scaling law is not mathematically valid and that although the flare X-ray and SEP event data are correlated, they are highly scattered and not necessarily related through an assumed scaling of the two phenomena. An interpretation of SEP events within the context of a recent model of fractal-diffusive self-organized criticality by Aschwanden provides a physical basis for why the SEP distributions should be flatter than those of solar flares. These arguments provide evidence against a close physical connection of flares with SEP production.

  5. Asynchronous decision making in a memorized paddle pressing task.

    Science.gov (United States)

    Dankert, James R; Olson, Byron; Si, Jennie

    2008-12-01

    This paper presents a method for asynchronous decision making using recorded neural data in a binary decision task. This is a demonstration of a technique for developing motor cortical neural prosthetics that do not rely on external cued timing information. The system presented in this paper uses support vector machines and leaky integrate-and-fire elements to predict directional paddle presses. In addition to the traditional metrics of accuracy, asynchronous systems must also optimize the time needed to make a decision. The system presented is able to predict paddle presses with a median accuracy of 88% and all decisions are made before the time of the actual paddle press. An alternative bit rate measure of performance is defined to show that the system proposed here is able to perform the task with the same efficiency as the rats.

  6. LARGE SOLAR ENERGETIC PARTICLE EVENTS ASSOCIATED WITH FILAMENT ERUPTIONS OUTSIDE ACTIVE REGIONS

    Energy Technology Data Exchange (ETDEWEB)

    Gopalswamy, N.; Mäkelä, P.; Akiyama, S.; Yashiro, S.; Xie, H.; Thakur, N. [Solar Physics Laboratory, NASA Goddard Space Flight Center, Greenbelt, MD 20771 (United States); Kahler, S. W., E-mail: nat.gopalswamy@nasa.gov [Air Force Research Laboratory, Albuquerque, NM 87117 (United States)

    2015-06-10

    We report on four large filament eruptions (FEs) from solar cycles 23 and 24 that were associated with large solar energetic particle (SEP) events and interplanetary type II radio bursts. The post-eruption arcades corresponded mostly to C-class soft X-ray enhancements, but an M1.0 flare was associated with one event. However, the associated coronal mass ejections (CMEs) were fast (speeds ∼ 1000 km s{sup −1}) and appeared as halo CMEs in the coronagraph field of view. The interplanetary type II radio bursts occurred over a wide wavelength range, indicating the existence of strong shocks throughout the inner heliosphere. No metric type II bursts were present in three events, indicating that the shocks formed beyond 2–3 Rs. In one case, there was a metric type II burst with low starting frequency, indicating a shock formation height of ∼2 Rs. The FE-associated SEP events did have softer spectra (spectral index >4) in the 10–100 MeV range, but there were other low-intensity SEP events with spectral indices ≥4. Some of these events are likely FE-SEP events, but were not classified as such in the literature because they occurred close to active regions. Some were definitely associated with large active region flares, but the shock formation height was large. We definitely find a diminished role for flares and complex type III burst durations in these large SEP events. Fast CMEs and shock formation at larger distances from the Sun seem to be the primary characteristics of the FE-associated SEP events.

  7. Model independent particle mass measurements in missing energy events at hadron colliders

    Science.gov (United States)

    Park, Myeonghun

    2011-12-01

    This dissertation describes several new kinematic methods to measure the masses of new particles in events with missing transverse energy at hadron colliders. Each method relies on the measurement of some feature (a peak or an endpoint) in the distribution of a suitable kinematic variable. The first method makes use of the "Gator" variable s min , whose peak provides a global and fully inclusive measure of the production scale of the new particles. In the early stage of the LHC, this variable can be used both as an estimator and a discriminator for new physics over the standard model backgrounds. The next method studies the invariant mass distributions of the visible decay products from a cascade decay chain and the shapes and endpoints of those distributions. Given a sufficient number of endpoint measurements, one could in principle attempt to invert and solve for the mass spectrum. However, the non-linear character of the relevant coupled quadratic equations often leads to multiple solutions. In addition, there is a combinatorial ambiguity related to the ordering of the decay products from the cascade decay chain. We propose a new set of invariant mass variables which are less sensitive to these problems. We demonstrate how the new particle mass spectrum can be extracted from the measurement of their kinematic endpoints. The remaining methods described in the dissertation are based on "transverse" invariant mass variables like the "Cambridge" transverse mass MT2, the "Sheffield" contrasverse mass MCT and their corresponding one-dimensional projections MT2⊥, M T2||, MCT⊥ , and MCT|| with respect to the upstream transverse momentum U⃗T . The main advantage of all those methods is that they can be applied to very short (single-stage) decay topologies, as well as to a subsystem of the observed event. The methods can also be generalized to the case of non-identical missing particles, as demonstrated in Chapter 7. A complete set of analytical results for the

  8. Features of the Asynchronous Correlation between the China Coal Price Index and Coal Mining Accidental Deaths

    Science.gov (United States)

    Huang, Yuecheng; Cheng, Wuyi; Luo, Sida; Luo, Yun; Ma, Chengchen; He, Tailin

    2016-01-01

    The features of the asynchronous correlation between accident indices and the factors that influence accidents can provide an effective reference for warnings of coal mining accidents. However, what are the features of this correlation? To answer this question, data from the China coal price index and the number of deaths from coal mining accidents were selected as the sample data. The fluctuation modes of the asynchronous correlation between the two data sets were defined according to the asynchronous correlation coefficients, symbolization, and sliding windows. We then built several directed and weighted network models, within which the fluctuation modes and the transformations between modes were represented by nodes and edges. Then, the features of the asynchronous correlation between these two variables could be studied from a perspective of network topology. We found that the correlation between the price index and the accidental deaths was asynchronous and fluctuating. Certain aspects, such as the key fluctuation modes, the subgroups characteristics, the transmission medium, the periodicity and transmission path length in the network, were analyzed by using complex network theory, analytical methods and spectral analysis method. These results provide a scientific reference for generating warnings for coal mining accidents based on economic indices. PMID:27902748

  9. A distributed real-time system for event-driven control and dynamic data acquisition on a fusion plasma experiment

    International Nuclear Information System (INIS)

    Sousa, J.; Combo, A.; Batista, A.; Correia, M.; Trotman, D.; Waterhouse, J.; Varandas, C.A.F.

    2000-01-01

    A distributed real-time trigger and timing system, designed in a tree-type topology and implemented in VME and CAMAC versions, has been developed for a magnetic confinement fusion experiment. It provides sub-microsecond time latencies for the transport of small data objects allowing event-driven discharge control with failure counteraction, dynamic pre-trigger sampling and event recording as well as accurate simultaneous triggers and synchronism on all nodes with acceptable optimality and predictability of timeliness. This paper describes the technical characteristics of the hardware components (central unit composed by one or more reflector crates, event and synchronism reflector cards, event and pulse node module, fan-out and fan-in modules) as well as software for both tests and integration on a global data acquisition system. The results of laboratory operation for several configurations and the overall performance of the system are presented and analysed

  10. The study of transient processes in the asynchronous starting of the synchronous motor

    OpenAIRE

    Alexandru Bârlea; Olivian Chiver

    2012-01-01

    Starting synchronous motors can be achieved by several ethods: starting with an auxiliary motor launch, starting in asynchronous regim, by feeding from a variable frequency source, auto-synchronization with the network.. In our case we study the transient processes in a asynchronous regim . In this case the synchronous motor is started like a squirrel cage induction motor . To start, the synchronous motor is equipped with a starting winding cage placed in the pole pieces of polar inducers; la...

  11. Asynchronous hatching provides females with a means for increasing male care but incurs a cost by reducing offspring fitness.

    Science.gov (United States)

    Ford, L E; Smiseth, P T

    2016-02-01

    In species with biparental care, sexual conflict occurs because the benefit of care depends on the total amount of care provided by the two parents while the cost of care depends on each parent's own contribution. Asynchronous hatching may play a role in mediating the resolution of this conflict over parental care. The sexual conflict hypothesis for the evolution of asynchronous hatching suggests that females adjust hatching patterns in order to increase male parental effort relative to female effort. We tested this hypothesis in the burying beetle Nicrophorus vespilloides by setting up experimental broods with three different hatching patterns: synchronous, asynchronous and highly asynchronous broods. As predicted, we found that males provided care for longer in asynchronous broods whereas the opposite was true of females. However, we did not find any benefit to females of reducing their duration of care in terms of increased lifespan or reduced mass loss during breeding. We found substantial negative effects of hatching asynchrony on offspring fitness as larval mass was lower and fewer larvae survived to dispersal in highly asynchronous broods compared to synchronous or asynchronous broods. Our results suggest that, even though females can increase male parental effort by hatching their broods more asynchronously, females pay a substantial cost from doing so in terms of reducing offspring growth and survival. Thus, females should be under selection to produce a hatching pattern that provides the best possible trade-off between the benefits of increased male parental effort and the costs due to reduced offspring fitness. © 2015 European Society For Evolutionary Biology. Journal of Evolutionary Biology © 2015 European Society For Evolutionary Biology.

  12. SPECTRAL PROPERTIES OF LARGE GRADUAL SOLAR ENERGETIC PARTICLE EVENTS. II. SYSTEMATIC Q/M DEPENDENCE OF HEAVY ION SPECTRAL BREAKS

    Energy Technology Data Exchange (ETDEWEB)

    Desai, M. I.; Dayeh, M. A.; Ebert, R. W.; Schwadron, N. A. [Southwest Research Institute, 6220 Culebra Road, San Antonio, TX 78238 (United States); Mason, G. M. [Johns Hopkins University/Applied Physics Laboratory, Laurel, MD 20723 (United States); McComas, D. J. [Department of Astrophysical Sciences, Princeton University, NJ 08544 (United States); Li, G. [The Center for Space Plasma and Aeronomic Research (CSPAR), University of Alabama in Huntsville, Huntsville, AL 35756 (United States); Cohen, C. M. S.; Mewaldt, R. A. [California Institute of Technology, Pasadena, CA 91125 (United States); Smith, C. W., E-mail: mdesai@swri.edu [University of New Hampshire, 8 College Road, Durham NH 03824 (United States)

    2016-09-10

    We fit ∼0.1–500 MeV nucleon{sup −1} H–Fe spectra in 46 large solar energetic particle (SEP) events with the double power-law Band function to obtain a normalization constant, low- and high-energy parameters γ {sub a} and γ {sub b}, and break energy E {sub B}, and derive the low-energy spectral slope γ {sub 1}. We find that: (1) γ {sub a}, γ {sub 1}, and γ {sub b} are species-independent and the spectra steepen with increasing energy; (2) E {sub B} decreases systematically with decreasing Q/M scaling as (Q/M){sup α}; (3) α varies between ∼0.2–3 and is well correlated with the ∼0.16–0.23 MeV nucleon{sup −1} Fe/O; (4) in most events, α < 1.4, γ {sub b}– γ {sub a} > 3, and O E {sub B} increases with γ {sub b}– γ {sub a}; and (5) in many extreme events (associated with faster coronal mass ejections (CMEs) and GLEs), Fe/O and {sup 3}He/{sup 4}He ratios are enriched, α ≥ 1.4, γ {sub b}– γ {sub a} < 3, and E {sub B} decreases with γ {sub b}– γ {sub a}. The species-independence of γ {sub a}, γ {sub 1}, and γ {sub b} and the Q/M dependence of E {sub B} within an event and the α values suggest that double power-law SEP spectra occur due to diffusive acceleration by near-Sun CME shocks rather than scattering in interplanetary turbulence. Using γ {sub 1}, we infer that the average compression ratio for 33 near-Sun CME shocks is 2.49 ± 0.08. In most events, the Q/M dependence of E {sub B} is consistent with the equal diffusion coefficient condition and the variability in α is driven by differences in the near-shock wave intensity spectra, which are flatter than the Kolmogorov turbulence spectrum but weaker than the spectra for extreme events. In contrast, in extreme events, enhanced wave power enables faster CME shocks to accelerate impulsive suprathermal ions more efficiently than ambient coronal ions.

  13. Dual stator winding variable speed asynchronous generator: optimal design and experiments

    International Nuclear Information System (INIS)

    Tutelea, L N; Deaconu, S I; Popa, G N

    2015-01-01

    In the present paper is carried out a theoretical and experimental study of dual stator winding squirrel cage asynchronous generator (DSWA) behavior in the presence of saturation regime (non-sinusoidal) due to the variable speed operation. The main aims are the determination of the relations of calculating the equivalent parameters of the machine windings to optimal design using a Matlab code. Issue is limited to three phase range of double stator winding cage-induction generator of small sized powers, the most currently used in the small adjustable speed wind or hydro power plants. The tests were carried out using three-phase asynchronous generator having rated power of 6 [kVA]. (paper)

  14. SOLAR ENERGETIC PARTICLE EVENT ONSETS: FAR BACKSIDE SOLAR SOURCES AND THE EAST–WEST HEMISPHERIC ASYMMETRY

    Energy Technology Data Exchange (ETDEWEB)

    Kahler, S. W., E-mail: stephen.kahler@kirtland.af.mil [Air Force Research Laboratory, Space Vehicles Directorate, 3550 Aberdeen Avenue, Kirtland AFB, NM 87117 (United States)

    2016-03-10

    Prompt onsets and short rise times to peak intensities Ip have been noted in a few solar energetic (E > 10 MeV) particle (SEP) events from far behind (≥25°) the west limb. We discuss 15 archival and recent examples of these prompt events, giving their source longitudes, onset and rise times, and associated coronal mass ejection (CME) speeds. Their timescales and CME speeds are not exceptional in comparison with a larger set of SEP events from behind the west limb. A further statistical comparison of observed timescales of SEP events from behind the west limb with events similarly poorly magnetically connected to the eastern hemisphere (EH) shows the longer timescales of the latter group. We interpret this result in terms of a difference between SEP production at parallel shocks on the eastern flanks of western backside events and at perpendicular shocks on the western flanks of EH events.

  15. Asynchronous Assessment in a Large Lecture Marketing Course

    Science.gov (United States)

    Downey, W. Scott; Schetzsle, Stacey

    2012-01-01

    Asynchronous assessment, which includes quizzes or exams online or outside class, offers marketing educators an opportunity to make more efficient use of class time and to enhance students' learning experiences by giving them more flexibility and choice in their assessment environment. In this paper, we examine the performance difference between…

  16. Data driven analysis of rain events: feature extraction, clustering, microphysical /macro physical relationship

    Science.gov (United States)

    Djallel Dilmi, Mohamed; Mallet, Cécile; Barthes, Laurent; Chazottes, Aymeric

    2017-04-01

    that a rain time series can be considered by an alternation of independent rain event and no rain period. The five selected feature are used to perform a hierarchical clustering of the events. The well-known division between stratiform and convective events appears clearly. This classification into two classes is then refined in 5 fairly homogeneous subclasses. The data driven analysis performed on whole rain events instead of fixed length samples allows identifying strong relationships between macrophysics (based on rain rate) and microphysics (based on raindrops) features. We show that among the 5 identified subclasses some of them have specific microphysics characteristics. Obtaining information on microphysical characteristics of rainfall events from rain gauges measurement suggests many implications in development of the quantitative precipitation estimation (QPE), for the improvement of rain rate retrieval algorithm in remote sensing context.

  17. Why is solar cycle 24 an inefficient producer of high-energy particle events?

    Science.gov (United States)

    Vainio, Rami; Raukunen, Osku; Tylka, Allan J.; Dietrich, William F.; Afanasiev, Alexandr

    2017-08-01

    Aims: The aim of the study is to investigate the reason for the low productivity of high-energy SEPs in the present solar cycle. Methods: We employ scaling laws derived from diffusive shock acceleration theory and simulation studies including proton-generated upstream Alfvén waves to find out how the changes observed in the long-term average properties of the erupting and ambient coronal and/or solar wind plasma would affect the ability of shocks to accelerate particles to the highest energies. Results: Provided that self-generated turbulence dominates particle transport around coronal shocks, it is found that the most crucial factors controlling the diffusive shock acceleration process are the number density of seed particles and the plasma density of the ambient medium. Assuming that suprathermal populations provide a fraction of the particles injected to shock acceleration in the corona, we show that the lack of most energetic particle events as well as the lack of low charge-to-mass ratio ion species in the present cycle can be understood as a result of the reduction of average coronal plasma and suprathermal densities in the present cycle over the previous one.

  18. Order and disorder in traffic and self-driven many-particle systems

    Science.gov (United States)

    Helbing, Dirk

    2002-07-01

    During the last decade, physicists have identified various spatio-temporal patterns of motion in vehicle and pedestrian traffic. Moreover, by applying and extending methods from statistical physics and non-linear dynamics, these have been successfully explained by means of self-driven many-particle models. Some of the questions now understood are the following: Why are vehicles sometimes stopped by so-called "phantom traffic jams," although they all like to drive fast? What are the mechanisms behind stop-and-go traffic? Why are there several different kinds of congestion, and how are they related? Why do most traffic jams occur considerably before the road capacity is reached? Can a temporary reduction of the traffic volume cause a lasting traffic jam? What is the origin of fluctuations in traffic systems and which consequences do they have? Why do pedestrians moving in opposite directions normally organize in lanes, while nervous crowds are "freezing by heating?" Why do panicking pedestrians produce dangerous deadlocks?

  19. Asynchronous schemes for CFD at extreme scales

    Science.gov (United States)

    Konduri, Aditya; Donzis, Diego

    2013-11-01

    Recent advances in computing hardware and software have made simulations an indispensable research tool in understanding fluid flow phenomena in complex conditions at great detail. Due to the nonlinear nature of the governing NS equations, simulations of high Re turbulent flows are computationally very expensive and demand for extreme levels of parallelism. Current large simulations are being done on hundreds of thousands of processing elements (PEs). Benchmarks from these simulations show that communication between PEs take a substantial amount of time, overwhelming the compute time, resulting in substantial waste in compute cycles as PEs remain idle. We investigate a novel approach based on widely used finite-difference schemes in which computations are carried out asynchronously, i.e. synchronization of data among PEs is not enforced and computations proceed regardless of the status of messages. This drastically reduces PE idle time and results in much larger computation rates. We show that while these schemes remain stable, their accuracy is significantly affected. We present new schemes that maintain accuracy under asynchronous conditions and provide a viable path towards exascale computing. Performance of these schemes will be shown for simple models like Burgers' equation.

  20. Basic physics of Alfven instabilities driven by energetic particles in toroidally confined plasmas

    International Nuclear Information System (INIS)

    Heidbrink, W. W.

    2008-01-01

    Superthermal energetic particles (EP) often drive shear Alfven waves unstable in magnetically confined plasmas. These instabilities constitute a fascinating nonlinear system where fluid and kinetic nonlinearities can appear on an equal footing. In addition to basic science, Alfven instabilities are of practical importance, as the expulsion of energetic particles can damage the walls of a confinement device. Because of rapid dispersion, shear Alfven waves that are part of the continuous spectrum are rarely destabilized. However, because the index of refraction is periodic in toroidally confined plasmas, gaps appear in the continuous spectrum. At spatial locations where the radial group velocity vanishes, weakly damped discrete modes appear in these gaps. These eigenmodes are of two types. One type is associated with frequency crossings of counterpropagating waves; the toroidal Alfven eigenmode is a prominent example. The second type is associated with an extremum of the continuous spectrum; the reversed shear Alfven eigenmode is an example of this type. In addition to these normal modes of the background plasma, when the energetic particle pressure is very large, energetic particle modes that adopt the frequency of the energetic particle population occur. Alfven instabilities of all three types occur in every toroidal magnetic confinement device with an intense energetic particle population. The energetic particles are most conveniently described by their constants of motion. Resonances occur between the orbital frequencies of the energetic particles and the wave phase velocity. If the wave resonance with the energetic particle population occurs where the gradient with respect to a constant of motion is inverted, the particles transfer energy to the wave, promoting instability. In a tokamak, the spatial gradient drive associated with inversion of the toroidal canonical angular momentum P ζ is most important. Once a mode is driven unstable, a wide variety of

  1. The acceleration and propagation of solar energetic particles

    International Nuclear Information System (INIS)

    Dalla, Silvia

    2004-01-01

    During flares and coronal mass ejections at the Sun, ions and electrons can be accelerated to high energies. They can escape from the solar corona into interplanetary space, and be detected by instruments on board spacecraft. This paper will review measurements of these solar energetic particles (SEPs) and models of their acceleration and propagation.It is generally agreed that SEP flux enhancements fall into two distinct classes: the so-called impulsive events, thought to originate in solar flares, and gradual events, thought to be the result of acceleration at the shock driven through the corona and interplanetary space by coronal mass ejections. A fundamental assumption of this model for SEPs is that particles' guiding centers propagate essentially parallel to the interplanetary magnetic field lines, and cross-field particle diffusion is negligible.The recent passage of the Ulysses spacecraft over the solar poles provided the first ever measurements of SEPs out of the ecliptic plane. Analysis of these data has revealed several fundamental differences with respect to the near-ecliptic measurements, such as large delays in particle arrival and in fluxes reaching their peak value. It will be shown that the current model of SEP acceleration and propagation does not account for the Ulysses results, which would more easily be explained by efficient cross-field diffusion of energetic particles

  2. Asynchronous replication and autosome-pair non-equivalence in human embryonic stem cells.

    Directory of Open Access Journals (Sweden)

    Devkanya Dutta

    Full Text Available A number of mammalian genes exhibit the unusual properties of random monoallelic expression and random asynchronous replication. Such exceptional genes include genes subject to X inactivation and autosomal genes including odorant receptors, immunoglobulins, interleukins, pheromone receptors, and p120 catenin. In differentiated cells, random asynchronous replication of interspersed autosomal genes is coordinated at the whole chromosome level, indicative of chromosome-pair non-equivalence. Here we have investigated the replication pattern of the random asynchronously replicating genes in undifferentiated human embryonic stem cells, using fluorescence in situ hybridization based assay. We show that allele-specific replication of X-linked genes and random monoallelic autosomal genes occur in human embryonic stem cells. The direction of replication is coordinated at the whole chromosome level and can cross the centromere, indicating the existence of autosome-pair non-equivalence in human embryonic stem cells. These results suggest that epigenetic mechanism(s that randomly distinguish between two parental alleles are emerging in the cells of the inner cell mass, the source of human embryonic stem cells.

  3. Solar energetic particles and space weather

    Science.gov (United States)

    Reames, Donald V.; Tylka, Allan J.; Ng, Chee K.

    2001-02-01

    The solar energetic particles (SEPs) of consequence to space weather are accelerated at shock waves driven out from the Sun by fast coronal mass ejections (CMEs). In the large events, these great shocks fill half of the heliosphere. SEP intensity profiles change appearance with longitude. Events with significant intensities of >10 MeV protons occur at an average rate of ~13 yr-1 near solar maximum and several events with high intensities of >100 MeV protons occur each decade. As particles stream out along magnetic field lines from a shock near the Sun, they generate waves that scatter subsequent particles. At high intensities, wave growth throttles the flow below the ``streaming limit.'' However, if the shock maintains its strength, particle intensities can rise above this limit to a peak when the shock itself passes over the observer creating a `delayed' radiation hazard, even for protons with energies up to ~1 GeV. The streaming limit makes us blind to the intensities at the oncoming shock, however, heavier elements such as He, O, and Fe probe the shape of the wave spectrum, and variation in abundances of these elements allow us to evade the limit and probe conditions at the shock, with the aid of detailed modeling. At high energies, spectra steepen to form a spectral `knee.' The location of the proton spectral knee can vary from ~10 MeV to ~1 GeV, depending on shock conditions, greatly affecting the radiation hazard. Hard spectra are a serious threat to astronauts, placing challenging requirements for shielding, especially on long-duration missions to the moon or Mars. .

  4. Content Analysis Coding Schemes for Online Asynchronous Discussion

    Science.gov (United States)

    Weltzer-Ward, Lisa

    2011-01-01

    Purpose: Researchers commonly utilize coding-based analysis of classroom asynchronous discussion contributions as part of studies of online learning and instruction. However, this analysis is inconsistent from study to study with over 50 coding schemes and procedures applied in the last eight years. The aim of this article is to provide a basis…

  5. An Asynchronous Low Power and High Performance VLSI Architecture for Viterbi Decoder Implemented with Quasi Delay Insensitive Templates

    Directory of Open Access Journals (Sweden)

    T. Kalavathi Devi

    2015-01-01

    Full Text Available Convolutional codes are comprehensively used as Forward Error Correction (FEC codes in digital communication systems. For decoding of convolutional codes at the receiver end, Viterbi decoder is often used to have high priority. This decoder meets the demand of high speed and low power. At present, the design of a competent system in Very Large Scale Integration (VLSI technology requires these VLSI parameters to be finely defined. The proposed asynchronous method focuses on reducing the power consumption of Viterbi decoder for various constraint lengths using asynchronous modules. The asynchronous designs are based on commonly used Quasi Delay Insensitive (QDI templates, namely, Precharge Half Buffer (PCHB and Weak Conditioned Half Buffer (WCHB. The functionality of the proposed asynchronous design is simulated and verified using Tanner Spice (TSPICE in 0.25 µm, 65 nm, and 180 nm technologies of Taiwan Semiconductor Manufacture Company (TSMC. The simulation result illustrates that the asynchronous design techniques have 25.21% of power reduction compared to synchronous design and work at a speed of 475 MHz.

  6. Carbon nanostructure formation driven by energetic particles

    International Nuclear Information System (INIS)

    Zhu Zhiyuan; Gong Jinlong; Zhu Dezhang

    2006-01-01

    Carbon nanostructures, especially carbon nanotubes (CNTs), have been envisaged to be the building blocks of a variety of nanoscale devices and materials. The inherent nanometer-size and ability of being either metallic or semiconductive of CNTs lead to their application in nanoelectronics. Excellent mechanical characteristics of CNTs suggest their use as structural reinforcements. However, to fully exploit the potential applications, effective means of tailoring CNT properties must be developed. Irradiation of materials with energetic particles beams (ions and electrons) is a standard and important tool for modifying material properties. Irradiation makes it possible to dope the samples, to create local amorphous region or vice versa, recrystallize the lattice and even drive a phase transition. In this paper, we report our results of (1) phase transfromation from carbon nanotubes to nanocrystalline diamond driven by hydrogen plasma, (2) onion-like nanostructure from carbon nanotubes driven by ion beams of several tens keV, and (3) amorphous carbon nanowire network formation by ion beam irradiation. Structural phase transformation from multiwalled carbon nanotubes to nanocrystalline diamond by hydrogen plasma post-treatment was carried out. Ultrahigh equivalent diamond nucleation density of more than 1011 nuclei/cm 2 was obtained. The diamond formation and growth mechanisms were proposed to be the consequence of the formation of sp3 bonded amorphous carbon clusters. The hydrogen chemisorption on curved graphite network and the energy deposited on CNTs by continuous impingement of activated molecular or atomic hydrogen are responsible for the formation of amorphous carbon matrix. Diamond nucleates and grows in the way similar to that of diamond chemical vapor deposition processes on amorphous carbon films. Furthermore, single crystalline diamond nanorods of 4-8 nm in diameter and up to 200 nm in length have been successfully synthesized by hydrogen plasma post

  7. Modeling a Single SEP Event from Multiple Vantage Points Using the iPATH Model

    Science.gov (United States)

    Hu, Junxiang; Li, Gang; Fu, Shuai; Zank, Gary; Ao, Xianzhi

    2018-02-01

    Using the recently extended 2D improved Particle Acceleration and Transport in the Heliosphere (iPATH) model, we model an example gradual solar energetic particle event as observed at multiple locations. Protons and ions that are energized via the diffusive shock acceleration mechanism are followed at a 2D coronal mass ejection-driven shock where the shock geometry varies across the shock front. The subsequent transport of energetic particles, including cross-field diffusion, is modeled by a Monte Carlo code that is based on a stochastic differential equation method. Time intensity profiles and particle spectra at multiple locations and different radial distances, separated in longitudes, are presented. The results shown here are relevant to the upcoming Parker Solar Probe mission.

  8. Searches for Dark Matter in events with long-lived particles at the LHC

    CERN Document Server

    Schioppa, Marco; The ATLAS collaboration

    2017-01-01

    The ATLAS, CMS and LHCb collaborations searched for Dark Matter (DM) in events with long-lived particles. Many theories of physics beyond the Standard Model predict the existence of stable, neutral, weakly-interacting and massive particles that are putative Dark Matter candidates. The observation of such matter at a collider could only establish that it is neutral, weakly-interactive, massive and stable on the distance-scales of tens of meters. The searches are performed using the LHC Run-I and Run-II datasets recorded with the ATLAS, CMS and LHCb detectors in proton-proton collisions at a center-of-mass energy of 7, 8 and 13 TeV. Signatures include both long-lived particles produced in association with DM and long-lived DM particles (e.g. dark photons decay in lepton-jets). This presentation covers only some of the many researches carried out with the LHC experiments in recent years. No deviation from SM background expectation was found up to now and exclusion limits on DM production cross section were set.

  9. Miscellany of Students' Satisfaction in an Asynchronous Learning Environment

    Science.gov (United States)

    Larbi-Siaw, Otu; Owusu-Agyeman, Yaw

    2017-01-01

    This study investigates the determinants of students' satisfaction in an asynchronous learning environment using seven key considerations: the e-learning environment, student-content interaction, student and student interaction, student-teacher interaction, group cohesion and timely participation, knowledge of Internet usage, and satisfaction. The…

  10. Developments in the theory of trapped particle pressure gradient driven turbulence in tokamaks and stellarators

    International Nuclear Information System (INIS)

    Diamond, P.H.; Biglari, H.; Gang, F.Y.

    1991-01-01

    Recent advances in the theory of trapped particle pressure gradient driven turbulence are summarized. A novel theory of trapped ion convective cell turbulence is presented. It is shown that non-linear transfer to small scales occurs, and that saturation levels are not unphysically large, as previously thought. As the virulent saturation mechanism of ion Compton scattering is shown to result in weak turbulence at higher frequencies, it is thus likely that trapped ion convective cells are the major agent of tokamak transport. Fluid like trapped electron modes at short wavelengths (k θ ρ i > 1) are shown to drive an inward particle pinch. The characteristics of convective cell turbulence in flat density discharges are described, as is the stability of dissipative trapped electron modes in stellarators, with flexible magnetic field structure. The role of cross-correlations in the dynamics of multifield models of drift wave turbulence is discussed. (author). 32 refs, 8 figs, 1 tab

  11. Pass-transistor asynchronous sequential circuits

    Science.gov (United States)

    Whitaker, Sterling R.; Maki, Gary K.

    1989-01-01

    Design methods for asynchronous sequential pass-transistor circuits, which result in circuits that are hazard- and critical-race-free and which have added degrees of freedom for the input signals, are discussed. The design procedures are straightforward and easy to implement. Two single-transition-time state assignment methods are presented, and hardware bounds for each are established. A surprising result is that the hardware realizations for each next state variable and output variable is identical for a given flow table. Thus, a state machine with N states and M outputs can be constructed using a single layout replicated N + M times.

  12. Airborne measurements over the boreal forest of southern Finland during new particle formation events in 2009 and 2010

    Energy Technology Data Exchange (ETDEWEB)

    Schobesberger, S.; Vaananen, R.; Leino, K. [Helsinki Univ. (Finland). Dept. of Physics, Division of Atmospheric Sciences] [and others

    2013-06-01

    We conducted airborne observations of aerosol physical properties over the southern Finland boreal forest environment. The aim was to investigate the lower tropospheric aerosol (up to 4-km altitude) over an area of 250 by 200 km, in particular during new particle formation (NPF) events, and to address the spatial variability of aerosol number concentration and number size distribution. The regional NPF events, detected both airborne and at the ground, with air masses originating from the Arctic or northern Atlantic Ocean were studied throughout the boundary layer and throughout the area covered. Three suitable case studies are presented in more detail. In two of these studies, the concentrations of nucleation mode particles (3-10 nm in diameter) were found considerably higher (up to a factor of 30) in the upper parts of the planetary boundary layer compared to ground-based measurements during the nucleation events. The observed vertical variation can be connected to boundary layer dynamics and interactions between the boundary layer and the lower free troposphere, likely yielding high concentrations of newly formed aerosol particles. Our results suggest that nucleation does not necessarily occur close to the surface. In one presented case we found evidence of NPF occurring in a limited area above cloud, in the complete absence of a regional NPF event. (orig.)

  13. Jet and underlying event properties as a function of charged-particle multiplicity in proton–proton collisions at $\\sqrt{s}$ = 7 TeV

    CERN Document Server

    Chatrchyan, Serguei; Sirunyan, Albert M; Tumasyan, Armen; Adam, Wolfgang; Bergauer, Thomas; Dragicevic, Marko; Erö, Janos; Fabjan, Christian; Friedl, Markus; Fruehwirth, Rudolf; Ghete, Vasile Mihai; Hörmann, Natascha; Hrubec, Josef; Jeitler, Manfred; Kiesenhofer, Wolfgang; Knünz, Valentin; Krammer, Manfred; Krätschmer, Ilse; Liko, Dietrich; Mikulec, Ivan; Rabady, Dinyar; Rahbaran, Babak; Rohringer, Christine; Rohringer, Herbert; Schöfbeck, Robert; Strauss, Josef; Taurok, Anton; Treberer-Treberspurg, Wolfgang; Waltenberger, Wolfgang; Wulz, Claudia-Elisabeth; Mossolov, Vladimir; Shumeiko, Nikolai; Suarez Gonzalez, Juan; Alderweireldt, Sara; Bansal, Monika; Bansal, Sunil; Cornelis, Tom; De Wolf, Eddi A; Janssen, Xavier; Knutsson, Albert; Luyckx, Sten; Mucibello, Luca; Ochesanu, Silvia; Roland, Benoit; Rougny, Romain; Staykova, Zlatka; Van Haevermaet, Hans; Van Mechelen, Pierre; Van Remortel, Nick; Van Spilbeeck, Alex; Blekman, Freya; Blyweert, Stijn; D'Hondt, Jorgen; Kalogeropoulos, Alexis; Keaveney, James; Lowette, Steven; Maes, Michael; Olbrechts, Annik; Tavernier, Stefaan; Van Doninck, Walter; Van Mulders, Petra; Van Onsem, Gerrit Patrick; Villella, Ilaria; Caillol, Cécile; Clerbaux, Barbara; De Lentdecker, Gilles; Favart, Laurent; Gay, Arnaud; Hreus, Tomas; Léonard, Alexandre; Marage, Pierre Edouard; Mohammadi, Abdollah; Perniè, Luca; Reis, Thomas; Seva, Tomislav; Thomas, Laurent; Vander Velde, Catherine; Vanlaer, Pascal; Wang, Jian; Adler, Volker; Beernaert, Kelly; Benucci, Leonardo; Cimmino, Anna; Costantini, Silvia; Dildick, Sven; Garcia, Guillaume; Klein, Benjamin; Lellouch, Jérémie; Marinov, Andrey; Mccartin, Joseph; Ocampo Rios, Alberto Andres; Ryckbosch, Dirk; Sigamani, Michael; Strobbe, Nadja; Thyssen, Filip; Tytgat, Michael; Walsh, Sinead; Yazgan, Efe; Zaganidis, Nicolas; Basegmez, Suzan; Beluffi, Camille; Bruno, Giacomo; Castello, Roberto; Caudron, Adrien; Ceard, Ludivine; Da Silveira, Gustavo Gil; Delaere, Christophe; Du Pree, Tristan; Favart, Denis; Forthomme, Laurent; Giammanco, Andrea; Hollar, Jonathan; Jez, Pavel; Lemaitre, Vincent; Liao, Junhui; Militaru, Otilia; Nuttens, Claude; Pagano, Davide; Pin, Arnaud; Piotrzkowski, Krzysztof; Popov, Andrey; Selvaggi, Michele; Vidal Marono, Miguel; Vizan Garcia, Jesus Manuel; Beliy, Nikita; Caebergs, Thierry; Daubie, Evelyne; Hammad, Gregory Habib; Alves, Gilvan; Correa Martins Junior, Marcos; Martins, Thiago; Pol, Maria Elena; Henrique Gomes E Souza, Moacyr; Aldá Júnior, Walter Luiz; Carvalho, Wagner; Chinellato, Jose; Custódio, Analu; Melo Da Costa, Eliza; De Jesus Damiao, Dilson; De Oliveira Martins, Carley; Fonseca De Souza, Sandro; Malbouisson, Helena; Malek, Magdalena; Matos Figueiredo, Diego; Mundim, Luiz; Nogima, Helio; Prado Da Silva, Wanda Lucia; Santoro, Alberto; Sznajder, Andre; Tonelli Manganote, Edmilson José; Vilela Pereira, Antonio; Bernardes, Cesar Augusto; De Almeida Dias, Flavia; Tomei, Thiago; De Moraes Gregores, Eduardo; Lagana, Caio; Mercadante, Pedro G; Novaes, Sergio F; Padula, Sandra; Genchev, Vladimir; Iaydjiev, Plamen; Piperov, Stefan; Rodozov, Mircho; Sultanov, Georgi; Vutova, Mariana; Dimitrov, Anton; Hadjiiska, Roumyana; Kozhuharov, Venelin; Litov, Leander; Pavlov, Borislav; Petkov, Peicho; Bian, Jian-Guo; Chen, Guo-Ming; Chen, He-Sheng; Jiang, Chun-Hua; Liang, Dong; Liang, Song; Meng, Xiangwei; Tao, Junquan; Wang, Xianyou; Wang, Zheng; Asawatangtrakuldee, Chayanit; Ban, Yong; Guo, Yifei; Li, Qiang; Li, Wenbo; Liu, Shuai; Mao, Yajun; Qian, Si-Jin; Wang, Dayong; Zhang, Linlin; Zou, Wei; Avila, Carlos; Carrillo Montoya, Camilo Andres; Chaparro Sierra, Luisa Fernanda; Gomez, Juan Pablo; Gomez Moreno, Bernardo; Sanabria, Juan Carlos; Godinovic, Nikola; Lelas, Damir; Plestina, Roko; Polic, Dunja; Puljak, Ivica; Antunovic, Zeljko; Kovac, Marko; Brigljevic, Vuko; Kadija, Kreso; Luetic, Jelena; Mekterovic, Darko; Morovic, Srecko; Tikvica, Lucija; Attikis, Alexandros; Mavromanolakis, Georgios; Mousa, Jehad; Nicolaou, Charalambos; Ptochos, Fotios; Razis, Panos A; Finger, Miroslav; Finger Jr, Michael; Abdelalim, Ahmed Ali; Assran, Yasser; Elgammal, Sherif; Ellithi Kamel, Ali; Mahmoud, Mohammed; Radi, Amr; Kadastik, Mario; Müntel, Mait; Murumaa, Marion; Raidal, Martti; Rebane, Liis; Tiko, Andres; Eerola, Paula; Fedi, Giacomo; Voutilainen, Mikko; Härkönen, Jaakko; Karimäki, Veikko; Kinnunen, Ritva; Kortelainen, Matti J; Lampén, Tapio; Lassila-Perini, Kati; Lehti, Sami; Lindén, Tomas; Luukka, Panja-Riina; Mäenpää, Teppo; Peltola, Timo; Tuominen, Eija; Tuominiemi, Jorma; Tuovinen, Esa; Wendland, Lauri; Tuuva, Tuure; Besancon, Marc; Couderc, Fabrice; Dejardin, Marc; Denegri, Daniel; Fabbro, Bernard; Faure, Jean-Louis; Ferri, Federico; Ganjour, Serguei; Givernaud, Alain; Gras, Philippe; Hamel de Monchenault, Gautier; Jarry, Patrick; Locci, Elizabeth; Malcles, Julie; Millischer, Laurent; Nayak, Aruna; Rander, John; Rosowsky, André; Titov, Maksym; Baffioni, Stephanie; Beaudette, Florian; Benhabib, Lamia; Bluj, Michal; Busson, Philippe; Charlot, Claude; Daci, Nadir; Dahms, Torsten; Dalchenko, Mykhailo; Dobrzynski, Ludwik; Florent, Alice; Granier de Cassagnac, Raphael; Haguenauer, Maurice; Miné, Philippe; Mironov, Camelia; Naranjo, Ivo Nicolas; Nguyen, Matthew; Ochando, Christophe; Paganini, Pascal; Sabes, David; Salerno, Roberto; Sirois, Yves; Veelken, Christian; Zabi, Alexandre; Agram, Jean-Laurent; Andrea, Jeremy; Bloch, Daniel; Brom, Jean-Marie; Chabert, Eric Christian; Collard, Caroline; Conte, Eric; Drouhin, Frédéric; Fontaine, Jean-Charles; Gelé, Denis; Goerlach, Ulrich; Goetzmann, Christophe; Juillot, Pierre; Le Bihan, Anne-Catherine; Van Hove, Pierre; Gadrat, Sébastien; Beauceron, Stephanie; Beaupere, Nicolas; Boudoul, Gaelle; Brochet, Sébastien; Chasserat, Julien; Chierici, Roberto; Contardo, Didier; Depasse, Pierre; El Mamouni, Houmani; Fan, Jiawei; Fay, Jean; Gascon, Susan; Gouzevitch, Maxime; Ille, Bernard; Kurca, Tibor; Lethuillier, Morgan; Mirabito, Laurent; Perries, Stephane; Sgandurra, Louis; Sordini, Viola; Vander Donckt, Muriel; Verdier, Patrice; Viret, Sébastien; Xiao, Hong; Tsamalaidze, Zviad; Autermann, Christian; Beranek, Sarah; Bontenackels, Michael; Calpas, Betty; Edelhoff, Matthias; Feld, Lutz; Heracleous, Natalie; Hindrichs, Otto; Klein, Katja; Ostapchuk, Andrey; Perieanu, Adrian; Raupach, Frank; Sammet, Jan; Schael, Stefan; Sprenger, Daniel; Weber, Hendrik; Wittmer, Bruno; Zhukov, Valery; Ata, Metin; Caudron, Julien; Dietz-Laursonn, Erik; Duchardt, Deborah; Erdmann, Martin; Fischer, Robert; Güth, Andreas; Hebbeker, Thomas; Heidemann, Carsten; Hoepfner, Kerstin; Klingebiel, Dennis; Knutzen, Simon; Kreuzer, Peter; Merschmeyer, Markus; Meyer, Arnd; Olschewski, Mark; Padeken, Klaas; Papacz, Paul; Pieta, Holger; Reithler, Hans; Schmitz, Stefan Antonius; Sonnenschein, Lars; Steggemann, Jan; Teyssier, Daniel; Thüer, Sebastian; Weber, Martin; Cherepanov, Vladimir; Erdogan, Yusuf; Flügge, Günter; Geenen, Heiko; Geisler, Matthias; Haj Ahmad, Wael; Hoehle, Felix; Kargoll, Bastian; Kress, Thomas; Kuessel, Yvonne; Lingemann, Joschka; Nowack, Andreas; Nugent, Ian Michael; Perchalla, Lars; Pooth, Oliver; Stahl, Achim; Asin, Ivan; Bartosik, Nazar; Behr, Joerg; Behrenhoff, Wolf; Behrens, Ulf; Bell, Alan James; Bergholz, Matthias; Bethani, Agni; Borras, Kerstin; Burgmeier, Armin; Cakir, Altan; Calligaris, Luigi; Campbell, Alan; Choudhury, Somnath; Costanza, Francesco; Diez Pardos, Carmen; Dooling, Samantha; Dorland, Tyler; Eckerlin, Guenter; Eckstein, Doris; Flucke, Gero; Geiser, Achim; Glushkov, Ivan; Grebenyuk, Anastasia; Gunnellini, Paolo; Habib, Shiraz; Hauk, Johannes; Hellwig, Gregor; Horton, Dean; Jung, Hannes; Kasemann, Matthias; Katsas, Panagiotis; Kleinwort, Claus; Kluge, Hannelies; Krämer, Mira; Krücker, Dirk; Kuznetsova, Ekaterina; Lange, Wolfgang; Leonard, Jessica; Lipka, Katerina; Lohmann, Wolfgang; Lutz, Benjamin; Mankel, Rainer; Marfin, Ihar; Melzer-Pellmann, Isabell-Alissandra; Meyer, Andreas Bernhard; Mnich, Joachim; Mussgiller, Andreas; Naumann-Emme, Sebastian; Novgorodova, Olga; Nowak, Friederike; Olzem, Jan; Perrey, Hanno; Petrukhin, Alexey; Pitzl, Daniel; Placakyte, Ringaile; Raspereza, Alexei; Ribeiro Cipriano, Pedro M; Riedl, Caroline; Ron, Elias; Sahin, Mehmet Özgür; Salfeld-Nebgen, Jakob; Schmidt, Ringo; Schoerner-Sadenius, Thomas; Sen, Niladri; Stein, Matthias; Walsh, Roberval; Wissing, Christoph; Aldaya Martin, Maria; Blobel, Volker; Enderle, Holger; Erfle, Joachim; Garutti, Erika; Gebbert, Ulla; Görner, Martin; Gosselink, Martijn; Haller, Johannes; Goebel, Kristin; Höing, Rebekka Sophie; Kaussen, Gordon; Kirschenmann, Henning; Klanner, Robert; Kogler, Roman; Lange, Jörn; Marchesini, Ivan; Peiffer, Thomas; Pietsch, Niklas; Rathjens, Denis; Sander, Christian; Schettler, Hannes; Schleper, Peter; Schlieckau, Eike; Schmidt, Alexander; Schröder, Matthias; Schum, Torben; Seidel, Markus; Sibille, Jennifer; Sola, Valentina; Stadie, Hartmut; Steinbrück, Georg; Thomsen, Jan; Troendle, Daniel; Usai, Emanuele; Vanelderen, Lukas; Barth, Christian; Baus, Colin; Berger, Joram; Böser, Christian; Butz, Erik; Chwalek, Thorsten; De Boer, Wim; Descroix, Alexis; Dierlamm, Alexander; Feindt, Michael; Guthoff, Moritz; Hartmann, Frank; Hauth, Thomas; Held, Hauke; Hoffmann, Karl-Heinz; Husemann, Ulrich; Katkov, Igor; Komaragiri, Jyothsna Rani; Kornmayer, Andreas; Lobelle Pardo, Patricia; Martschei, Daniel; Mozer, Matthias Ulrich; Müller, Thomas; Niegel, Martin; Nürnberg, Andreas; Oberst, Oliver; Ott, Jochen; Quast, Gunter; Rabbertz, Klaus; Ratnikov, Fedor; Röcker, Steffen; Schilling, Frank-Peter; Schott, Gregory; Simonis, Hans-Jürgen; Stober, Fred-Markus Helmut; Ulrich, Ralf; Wagner-Kuhr, Jeannine; Wayand, Stefan; Weiler, Thomas; Zeise, Manuel; Anagnostou, Georgios; Daskalakis, Georgios; Geralis, Theodoros; Kesisoglou, Stilianos; Kyriakis, Aristotelis; Loukas, Demetrios; Markou, Athanasios; Markou, Christos; Ntomari, Eleni; Topsis-giotis, Iasonas; Gouskos, Loukas; Panagiotou, Apostolos; Saoulidou, Niki; Stiliaris, Efstathios; Aslanoglou, Xenofon; Evangelou, Ioannis; Flouris, Giannis; Foudas, Costas; Kokkas, Panagiotis; Manthos, Nikolaos; Papadopoulos, Ioannis; Paradas, Evangelos; Bencze, Gyorgy; Hajdu, Csaba; Hidas, Pàl; Horvath, Dezso; Sikler, Ferenc; Veszpremi, Viktor; Vesztergombi, Gyorgy; Zsigmond, Anna Julia; Beni, Noemi; Czellar, Sandor; Molnar, Jozsef; Palinkas, Jozsef; Szillasi, Zoltan; Karancsi, János; Raics, Peter; Trocsanyi, Zoltan Laszlo; Ujvari, Balazs; Swain, Sanjay Kumar; Beri, Suman Bala; Bhatnagar, Vipin; Dhingra, Nitish; Gupta, Ruchi; Kaur, Manjit; Mehta, Manuk Zubin; Mittal, Monika; Nishu, Nishu; Sharma, Archana; Singh, Jasbir; Kumar, Ashok; Kumar, Arun; Ahuja, Sudha; Bhardwaj, Ashutosh; Choudhary, Brajesh C; Kumar, Ajay; Malhotra, Shivali; Naimuddin, Md; Ranjan, Kirti; Saxena, Pooja; Sharma, Varun; Shivpuri, Ram Krishen; Banerjee, Sunanda; Bhattacharya, Satyaki; Chatterjee, Kalyanmoy; Dutta, Suchandra; Gomber, Bhawna; Jain, Sandhya; Jain, Shilpi; Khurana, Raman; Modak, Atanu; Mukherjee, Swagata; Roy, Debarati; Sarkar, Subir; Sharan, Manoj; Singh, Anil; Abdulsalam, Abdulla; Dutta, Dipanwita; Kailas, Swaminathan; Kumar, Vineet; Mohanty, Ajit Kumar; Pant, Lalit Mohan; Shukla, Prashant; Topkar, Anita; Aziz, Tariq; Chatterjee, Rajdeep Mohan; Ganguly, Sanmay; Ghosh, Saranya; Guchait, Monoranjan; Gurtu, Atul; Kole, Gouranga; Kumar, Sanjeev; Maity, Manas; Majumder, Gobinda; Mazumdar, Kajari; Mohanty, Gagan Bihari; Parida, Bibhuti; Sudhakar, Katta; Wickramage, Nadeesha; Banerjee, Sudeshna; Dugad, Shashikant; Arfaei, Hessamaddin; Bakhshiansohi, Hamed; Etesami, Seyed Mohsen; Fahim, Ali; Jafari, Abideh; Khakzad, Mohsen; Mohammadi Najafabadi, Mojtaba; Paktinat Mehdiabadi, Saeid; Safarzadeh, Batool; Zeinali, Maryam; Grunewald, Martin; Abbrescia, Marcello; Barbone, Lucia; Calabria, Cesare; Chhibra, Simranjit Singh; Colaleo, Anna; Creanza, Donato; De Filippis, Nicola; De Palma, Mauro; Fiore, Luigi; Iaselli, Giuseppe; Maggi, Giorgio; Maggi, Marcello; Marangelli, Bartolomeo; My, Salvatore; Nuzzo, Salvatore; Pacifico, Nicola; Pompili, Alexis; Pugliese, Gabriella; Selvaggi, Giovanna; Silvestris, Lucia; Singh, Gurpreet; Venditti, Rosamaria; Verwilligen, Piet; Zito, Giuseppe; Abbiendi, Giovanni; Benvenuti, Alberto; Bonacorsi, Daniele; Braibant-Giacomelli, Sylvie; Brigliadori, Luca; Campanini, Renato; Capiluppi, Paolo; Castro, Andrea; Cavallo, Francesca Romana; Codispoti, Giuseppe; Cuffiani, Marco; Dallavalle, Gaetano-Marco; Fabbri, Fabrizio; Fanfani, Alessandra; Fasanella, Daniele; Giacomelli, Paolo; Grandi, Claudio; Guiducci, Luigi; Marcellini, Stefano; Masetti, Gianni; Meneghelli, Marco; Montanari, Alessandro; Navarria, Francesco; Odorici, Fabrizio; Perrotta, Andrea; Primavera, Federica; Rossi, Antonio; Rovelli, Tiziano; Siroli, Gian Piero; Tosi, Nicolò; Travaglini, Riccardo; Albergo, Sebastiano; Chiorboli, Massimiliano; Costa, Salvatore; Giordano, Ferdinando; Potenza, Renato; Tricomi, Alessia; Tuve, Cristina; Barbagli, Giuseppe; Ciulli, Vitaliano; Civinini, Carlo; D'Alessandro, Raffaello; Focardi, Ettore; Frosali, Simone; Gallo, Elisabetta; Gonzi, Sandro; Gori, Valentina; Lenzi, Piergiulio; Meschini, Marco; Paoletti, Simone; Sguazzoni, Giacomo; Tropiano, Antonio; Benussi, Luigi; Bianco, Stefano; Fabbri, Franco; Piccolo, Davide; Fabbricatore, Pasquale; Ferretti, Roberta; Ferro, Fabrizio; Lo Vetere, Maurizio; Musenich, Riccardo; Robutti, Enrico; Tosi, Silvano; Benaglia, Andrea; Dinardo, Mauro Emanuele; Fiorendi, Sara; Gennai, Simone; Ghezzi, Alessio; Govoni, Pietro; Lucchini, Marco Toliman; Malvezzi, Sandra; Manzoni, Riccardo Andrea; Martelli, Arabella; Menasce, Dario; Moroni, Luigi; Paganoni, Marco; Pedrini, Daniele; Ragazzi, Stefano; Redaelli, Nicola; Tabarelli de Fatis, Tommaso; Buontempo, Salvatore; Cavallo, Nicola; De Cosa, Annapaola; Fabozzi, Francesco; Iorio, Alberto Orso Maria; Lista, Luca; Meola, Sabino; Merola, Mario; Paolucci, Pierluigi; Azzi, Patrizia; Bacchetta, Nicola; Bellato, Marco; Bisello, Dario; Branca, Antonio; Carlin, Roberto; Checchia, Paolo; Dorigo, Tommaso; Fanzago, Federica; Galanti, Mario; Gasparini, Fabrizio; Gasparini, Ugo; Giubilato, Piero; Gozzelino, Andrea; Kanishchev, Konstantin; Lacaprara, Stefano; Lazzizzera, Ignazio; Margoni, Martino; Meneguzzo, Anna Teresa; Passaseo, Marina; Pazzini, Jacopo; Pegoraro, Matteo; Pozzobon, Nicola; Ronchese, Paolo; Simonetto, Franco; Torassa, Ezio; Tosi, Mia; Vanini, Sara; Zotto, Pierluigi; Zucchetta, Alberto; Zumerle, Gianni; Gabusi, Michele; Ratti, Sergio P; Riccardi, Cristina; Vitulo, Paolo; Biasini, Maurizio; Bilei, Gian Mario; Fanò, Livio; Lariccia, Paolo; Mantovani, Giancarlo; Menichelli, Mauro; Nappi, Aniello; Romeo, Francesco; Saha, Anirban; Santocchia, Attilio; Spiezia, Aniello; Androsov, Konstantin; Azzurri, Paolo; Bagliesi, Giuseppe; Bernardini, Jacopo; Boccali, Tommaso; Broccolo, Giuseppe; Castaldi, Rino; Ciocci, Maria Agnese; D'Agnolo, Raffaele Tito; Dell'Orso, Roberto; Fiori, Francesco; Foà, Lorenzo; Giassi, Alessandro; Grippo, Maria Teresa; Kraan, Aafke; Ligabue, Franco; Lomtadze, Teimuraz; Martini, Luca; Messineo, Alberto; Moon, Chang-Seong; Palla, Fabrizio; Rizzi, Andrea; Savoy-Navarro, Aurore; Serban, Alin Titus; Spagnolo, Paolo; Squillacioti, Paola; Tenchini, Roberto; Tonelli, Guido; Venturi, Andrea; Verdini, Piero Giorgio; Vernieri, Caterina; Barone, Luciano; Cavallari, Francesca; Del Re, Daniele; Diemoz, Marcella; Grassi, Marco; Longo, Egidio; Margaroli, Fabrizio; Meridiani, Paolo; Micheli, Francesco; Nourbakhsh, Shervin; Organtini, Giovanni; Paramatti, Riccardo; Rahatlou, Shahram; Rovelli, Chiara; Soffi, Livia; Amapane, Nicola; Arcidiacono, Roberta; Argiro, Stefano; Arneodo, Michele; Bellan, Riccardo; Biino, Cristina; Cartiglia, Nicolo; Casasso, Stefano; Costa, Marco; Degano, Alessandro; Demaria, Natale; Mariotti, Chiara; Maselli, Silvia; Migliore, Ernesto; Monaco, Vincenzo; Musich, Marco; Obertino, Maria Margherita; Pastrone, Nadia; Pelliccioni, Mario; Potenza, Alberto; Romero, Alessandra; Ruspa, Marta; Sacchi, Roberto; Solano, Ada; Staiano, Amedeo; Tamponi, Umberto; Belforte, Stefano; Candelise, Vieri; Casarsa, Massimo; Cossutti, Fabio; Della Ricca, Giuseppe; Gobbo, Benigno; La Licata, Chiara; Marone, Matteo; Montanino, Damiana; Penzo, Aldo; Schizzi, Andrea; Zanetti, Anna; Chang, Sunghyun; Kim, Tae Yeon; Nam, Soon-Kwon; Kim, Dong Hee; Kim, Gui Nyun; Kim, Ji Eun; Kong, Dae Jung; Lee, Sangeun; Oh, Young Do; Park, Hyangkyu; Son, Dong-Chul; Kim, Jae Yool; Kim, Zero Jaeho; Song, Sanghyeon; Choi, Suyong; Gyun, Dooyeon; Hong, Byung-Sik; Jo, Mihee; Kim, Hyunchul; Kim, Tae Jeong; Lee, Kyong Sei; Park, Sung Keun; Roh, Youn; Choi, Minkyoo; Kim, Ji Hyun; Park, Chawon; Park, Inkyu; Park, Sangnam; Ryu, Geonmo; Choi, Young-Il; Choi, Young Kyu; Goh, Junghwan; Kim, Min Suk; Kwon, Eunhyang; Lee, Byounghoon; Lee, Jongseok; Lee, Sungeun; Seo, Hyunkwan; Yu, Intae; Grigelionis, Ignas; Juodagalvis, Andrius; Castilla-Valdez, Heriberto; De La Cruz-Burelo, Eduard; Heredia-de La Cruz, Ivan; Lopez-Fernandez, Ricardo; Martínez-Ortega, Jorge; Sánchez Hernández, Alberto; Villasenor-Cendejas, Luis Manuel; Carrillo Moreno, Salvador; Vazquez Valencia, Fabiola; Salazar Ibarguen, Humberto Antonio; Casimiro Linares, Edgar; Morelos Pineda, Antonio; Reyes-Santos, Marco A; Krofcheck, David; Butler, Philip H; Doesburg, Robert; Reucroft, Steve; Silverwood, Hamish; Ahmad, Muhammad; Asghar, Muhammad Irfan; Butt, Jamila; Hoorani, Hafeez R; Khalid, Shoaib; Khan, Wajid Ali; Khurshid, Taimoor; Qazi, Shamona; Shah, Mehar Ali; Shoaib, Muhammad; Bialkowska, Helena; Boimska, Bożena; Frueboes, Tomasz; Górski, Maciej; Kazana, Malgorzata; Nawrocki, Krzysztof; Romanowska-Rybinska, Katarzyna; Szleper, Michal; Wrochna, Grzegorz; Zalewski, Piotr; Brona, Grzegorz; Bunkowski, Karol; Cwiok, Mikolaj; Dominik, Wojciech; Doroba, Krzysztof; Kalinowski, Artur; Konecki, Marcin; Krolikowski, Jan; Misiura, Maciej; Wolszczak, Weronika; Almeida, Nuno; Bargassa, Pedrame; Beirão Da Cruz E Silva, Cristóvão; Faccioli, Pietro; Ferreira Parracho, Pedro Guilherme; Gallinaro, Michele; Nguyen, Federico; Rodrigues Antunes, Joao; Seixas, Joao; Varela, Joao; Vischia, Pietro; Afanasiev, Serguei; Bunin, Pavel; Gavrilenko, Mikhail; Golutvin, Igor; Gorbunov, Ilya; Kamenev, Alexey; Karjavin, Vladimir; Konoplyanikov, Viktor; Lanev, Alexander; Malakhov, Alexander; Matveev, Viktor; Moisenz, Petr; Palichik, Vladimir; Perelygin, Victor; Shmatov, Sergey; Skatchkov, Nikolai; Smirnov, Vitaly; Zarubin, Anatoli; Evstyukhin, Sergey; Golovtsov, Victor; Ivanov, Yury; Kim, Victor; Levchenko, Petr; Murzin, Victor; Oreshkin, Vadim; Smirnov, Igor; Sulimov, Valentin; Uvarov, Lev; Vavilov, Sergey; Vorobyev, Alexey; Vorobyev, Andrey; Andreev, Yuri; Dermenev, Alexander; Gninenko, Sergei; Golubev, Nikolai; Kirsanov, Mikhail; Krasnikov, Nikolai; Pashenkov, Anatoli; Tlisov, Danila; Toropin, Alexander; Epshteyn, Vladimir; Erofeeva, Maria; Gavrilov, Vladimir; Lychkovskaya, Natalia; Popov, Vladimir; Safronov, Grigory; Semenov, Sergey; Spiridonov, Alexander; Stolin, Viatcheslav; Vlasov, Evgueni; Zhokin, Alexander; Andreev, Vladimir; Azarkin, Maksim; Dremin, Igor; Kirakosyan, Martin; Leonidov, Andrey; Mesyats, Gennady; Rusakov, Sergey V; Vinogradov, Alexey; Belyaev, Andrey; Boos, Edouard; Dudko, Lev; Gribushin, Andrey; Khein, Lev; Klyukhin, Vyacheslav; Kodolova, Olga; Lokhtin, Igor; Markina, Anastasia; Obraztsov, Stepan; Petrushanko, Sergey; Proskuryakov, Alexander; Savrin, Viktor; Snigirev, Alexander; Azhgirey, Igor; Bayshev, Igor; Bitioukov, Sergei; Kachanov, Vassili; Kalinin, Alexey; Konstantinov, Dmitri; Krychkine, Victor; Petrov, Vladimir; Ryutin, Roman; Sobol, Andrei; Tourtchanovitch, Leonid; Troshin, Sergey; Tyurin, Nikolay; Uzunian, Andrey; Volkov, Alexey; Adzic, Petar; Djordjevic, Milos; Ekmedzic, Marko; Krpic, Dragomir; Milosevic, Jovan; Aguilar-Benitez, Manuel; Alcaraz Maestre, Juan; Battilana, Carlo; Calvo, Enrique; Cerrada, Marcos; Chamizo Llatas, Maria; Colino, Nicanor; De La Cruz, Begona; Delgado Peris, Antonio; Domínguez Vázquez, Daniel; Fernandez Bedoya, Cristina; Fernández Ramos, Juan Pablo; Ferrando, Antonio; Flix, Jose; Fouz, Maria Cruz; Garcia-Abia, Pablo; Gonzalez Lopez, Oscar; Goy Lopez, Silvia; Hernandez, Jose M; Josa, Maria Isabel; Merino, Gonzalo; Navarro De Martino, Eduardo; Puerta Pelayo, Jesus; Quintario Olmeda, Adrián; Redondo, Ignacio; Romero, Luciano; Santaolalla, Javier; Senghi Soares, Mara; Willmott, Carlos; Albajar, Carmen; de Trocóniz, Jorge F; Brun, Hugues; Cuevas, Javier; Fernandez Menendez, Javier; Folgueras, Santiago; Gonzalez Caballero, Isidro; Lloret Iglesias, Lara; Piedra Gomez, Jonatan; Brochero Cifuentes, Javier Andres; Cabrillo, Iban Jose; Calderon, Alicia; Chuang, Shan-Huei; Duarte Campderros, Jordi; Fernandez, Marcos; Gomez, Gervasio; Gonzalez Sanchez, Javier; Graziano, Alberto; Jorda, Clara; Lopez Virto, Amparo; Marco, Jesus; Marco, Rafael; Martinez Rivero, Celso; Matorras, Francisco; Munoz Sanchez, Francisca Javiela; Rodrigo, Teresa; Rodríguez-Marrero, Ana Yaiza; Ruiz-Jimeno, Alberto; Scodellaro, Luca; Vila, Ivan; Vilar Cortabitarte, Rocio; Abbaneo, Duccio; Auffray, Etiennette; Auzinger, Georg; Bachtis, Michail; Baillon, Paul; Ball, Austin; Barney, David; Bendavid, Joshua; Benitez, Jose F; Bernet, Colin; Bianchi, Giovanni; Bloch, Philippe; Bocci, Andrea; Bonato, Alessio; Bondu, Olivier; Botta, Cristina; Breuker, Horst; Camporesi, Tiziano; Cerminara, Gianluca; Christiansen, Tim; Coarasa Perez, Jose Antonio; Colafranceschi, Stefano; D'Alfonso, Mariarosaria; D'Enterria, David; Dabrowski, Anne; David Tinoco Mendes, Andre; De Guio, Federico; De Roeck, Albert; De Visscher, Simon; Di Guida, Salvatore; Dobson, Marc; Dupont-Sagorin, Niels; Elliott-Peisert, Anna; Eugster, Jürg; Franzoni, Giovanni; Funk, Wolfgang; Georgiou, Georgios; Giffels, Manuel; Gigi, Dominique; Gill, Karl; Giordano, Domenico; Girone, Maria; Giunta, Marina; Glege, Frank; Gomez-Reino Garrido, Robert; Gowdy, Stephen; Guida, Roberto; Hammer, Josef; Hansen, Magnus; Harris, Philip; Hartl, Christian; Hinzmann, Andreas; Innocente, Vincenzo; Janot, Patrick; Karavakis, Edward; Kousouris, Konstantinos; Krajczar, Krisztian; Lecoq, Paul; Lee, Yen-Jie; Lourenco, Carlos; Magini, Nicolo; Malgeri, Luca; Mannelli, Marcello; Masetti, Lorenzo; Meijers, Frans; Mersi, Stefano; Meschi, Emilio; Moser, Roland; Mulders, Martijn; Musella, Pasquale; Nesvold, Erik; Orsini, Luciano; Palencia Cortezon, Enrique; Perez, Emmanuelle; Perrozzi, Luca; Petrilli, Achille; Pfeiffer, Andreas; Pierini, Maurizio; Pimiä, Martti; Piparo, Danilo; Plagge, Michael; Quertenmont, Loic; Racz, Attila; Reece, William; Rolandi, Gigi; Rovere, Marco; Sakulin, Hannes; Santanastasio, Francesco; Schäfer, Christoph; Schwick, Christoph; Sekmen, Sezen; Sharma, Archana; Siegrist, Patrice; Silva, Pedro; Simon, Michal; Sphicas, Paraskevas; Spiga, Daniele; Stoye, Markus; Tsirou, Andromachi; Veres, Gabor Istvan; Vlimant, Jean-Roch; Wöhri, Hermine Katharina; Worm, Steven; Zeuner, Wolfram Dietrich; Bertl, Willi; Deiters, Konrad; Erdmann, Wolfram; Gabathuler, Kurt; Horisberger, Roland; Ingram, Quentin; Kaestli, Hans-Christian; König, Stefan; Kotlinski, Danek; Langenegger, Urs; Renker, Dieter; Rohe, Tilman; Bachmair, Felix; Bäni, Lukas; Bianchini, Lorenzo; Bortignon, Pierluigi; Buchmann, Marco-Andrea; Casal, Bruno; Chanon, Nicolas; Deisher, Amanda; Dissertori, Günther; Dittmar, Michael; Donegà, Mauro; Dünser, Marc; Eller, Philipp; Freudenreich, Klaus; Grab, Christoph; Hits, Dmitry; Lecomte, Pierre; Lustermann, Werner; Mangano, Boris; Marini, Andrea Carlo; Martinez Ruiz del Arbol, Pablo; Meister, Daniel; Mohr, Niklas; Moortgat, Filip; Nägeli, Christoph; Nef, Pascal; Nessi-Tedaldi, Francesca; Pandolfi, Francesco; Pape, Luc; Pauss, Felicitas; Peruzzi, Marco; Quittnat, Milena; Ronga, Frederic Jean; Rossini, Marco; Sala, Leonardo; Sanchez, Ann - Karin; Starodumov, Andrei; Stieger, Benjamin; Takahashi, Maiko; Tauscher, Ludwig; Thea, Alessandro; Theofilatos, Konstantinos; Treille, Daniel; Urscheler, Christina; Wallny, Rainer; Weber, Hannsjoerg Artur; Amsler, Claude; Chiochia, Vincenzo; Favaro, Carlotta; Ivova Rikova, Mirena; Kilminster, Benjamin; Millan Mejias, Barbara; Robmann, Peter; Snoek, Hella; Taroni, Silvia; Verzetti, Mauro; Yang, Yong; Cardaci, Marco; Chen, Kuan-Hsin; Ferro, Cristina; Kuo, Chia-Ming; Li, Syue-Wei; Lin, Willis; Lu, Yun-Ju; Volpe, Roberta; Yu, Shin-Shan; Bartalini, Paolo; Chang, Paoti; Chang, You-Hao; Chang, Yu-Wei; Chao, Yuan; Chen, Kai-Feng; Dietz, Charles; Grundler, Ulysses; Hou, George Wei-Shu; Hsiung, Yee; Kao, Kai-Yi; Lei, Yeong-Jyi; Lu, Rong-Shyang; Majumder, Devdatta; Petrakou, Eleni; Shi, Xin; Shiu, Jing-Ge; Tzeng, Yeng-Ming; Wang, Minzu; Asavapibhop, Burin; Suwonjandee, Narumon; Adiguzel, Aytul; Bakirci, Mustafa Numan; Cerci, Salim; Dozen, Candan; Dumanoglu, Isa; Eskut, Eda; Girgis, Semiray; Gokbulut, Gul; Gurpinar, Emine; Hos, Ilknur; Kangal, Evrim Ersin; Kayis Topaksu, Aysel; Onengut, Gulsen; Ozdemir, Kadri; Ozturk, Sertac; Polatoz, Ayse; Sogut, Kenan; Sunar Cerci, Deniz; Tali, Bayram; Topakli, Huseyin; Vergili, Mehmet; Akin, Ilina Vasileva; Aliev, Takhmasib; Bilin, Bugra; Bilmis, Selcuk; Deniz, Muhammed; Gamsizkan, Halil; Guler, Ali Murat; Karapinar, Guler; Ocalan, Kadir; Ozpineci, Altug; Serin, Meltem; Sever, Ramazan; Surat, Ugur Emrah; Yalvac, Metin; Zeyrek, Mehmet; Gülmez, Erhan; Isildak, Bora; Kaya, Mithat; Kaya, Ozlem; Ozkorucuklu, Suat; Sonmez, Nasuf; Bahtiyar, Hüseyin; Barlas, Esra; Cankocak, Kerem; Günaydin, Yusuf Oguzhan; Vardarlı, Fuat Ilkehan; Yücel, Mete; Levchuk, Leonid; Sorokin, Pavel; Brooke, James John; Clement, Emyr; Cussans, David; Flacher, Henning; Frazier, Robert; Goldstein, Joel; Grimes, Mark; Heath, Greg P; Heath, Helen F; Kreczko, Lukasz; Lucas, Chris; Meng, Zhaoxia; Metson, Simon; Newbold, Dave M; Nirunpong, Kachanon; Paramesvaran, Sudarshan; Poll, Anthony; Senkin, Sergey; Smith, Vincent J; Williams, Thomas; Bell, Ken W; Belyaev, Alexander; Brew, Christopher; Brown, Robert M; Cockerill, David JA; Coughlan, John A; Harder, Kristian; Harper, Sam; Ilic, Jelena; Olaiya, Emmanuel; Petyt, David; Radburn-Smith, Benjamin Charles; Shepherd-Themistocleous, Claire; Tomalin, Ian R; Womersley, William John; Bainbridge, Robert; Buchmuller, Oliver; Burton, Darren; Colling, David; Cripps, Nicholas; Cutajar, Michael; Dauncey, Paul; Davies, Gavin; Della Negra, Michel; Ferguson, William; Fulcher, Jonathan; Futyan, David; Gilbert, Andrew; Guneratne Bryer, Arlo; Hall, Geoffrey; Hatherell, Zoe; Hays, Jonathan; Iles, Gregory; Jarvis, Martyn; Karapostoli, Georgia; Kenzie, Matthew; Lane, Rebecca; Lucas, Robyn; Lyons, Louis; Magnan, Anne-Marie; Marrouche, Jad; Mathias, Bryn; Nandi, Robin; Nash, Jordan; Nikitenko, Alexander; Pela, Joao; Pesaresi, Mark; Petridis, Konstantinos; Pioppi, Michele; Raymond, David Mark; Rogerson, Samuel; Rose, Andrew; Seez, Christopher; Sharp, Peter; Sparrow, Alex; Tapper, Alexander; Vazquez Acosta, Monica; Virdee, Tejinder; Wakefield, Stuart; Wardle, Nicholas; Chadwick, Matthew; Cole, Joanne; Hobson, Peter R; Khan, Akram; Kyberd, Paul; Leggat, Duncan; Leslie, Dawn; Martin, William; Reid, Ivan; Symonds, Philip; Teodorescu, Liliana; Turner, Mark; Dittmann, Jay; Hatakeyama, Kenichi; Kasmi, Azeddine; Liu, Hongxuan; Scarborough, Tara; Charaf, Otman; Cooper, Seth; Henderson, Conor; Rumerio, Paolo; Avetisyan, Aram; Bose, Tulika; Fantasia, Cory; Heister, Arno; Lawson, Philip; Lazic, Dragoslav; Rohlf, James; Sperka, David; St John, Jason; Sulak, Lawrence; Alimena, Juliette; Bhattacharya, Saptaparna; Christopher, Grant; Cutts, David; Demiragli, Zeynep; Ferapontov, Alexey; Garabedian, Alex; Heintz, Ulrich; Jabeen, Shabnam; Kukartsev, Gennadiy; Laird, Edward; Landsberg, Greg; Luk, Michael; Narain, Meenakshi; Segala, Michael; Sinthuprasith, Tutanon; Speer, Thomas; Breedon, Richard; Breto, Guillermo; Calderon De La Barca Sanchez, Manuel; Chauhan, Sushil; Chertok, Maxwell; Conway, John; Conway, Rylan; Cox, Peter Timothy; Erbacher, Robin; Gardner, Michael; Houtz, Rachel; Ko, Winston; Kopecky, Alexandra; Lander, Richard; Miceli, Tia; Pellett, Dave; Pilot, Justin; Ricci-Tam, Francesca; Rutherford, Britney; Searle, Matthew; Smith, John; Squires, Michael; Tripathi, Mani; Wilbur, Scott; Yohay, Rachel; Andreev, Valeri; Cline, David; Cousins, Robert; Erhan, Samim; Everaerts, Pieter; Farrell, Chris; Felcini, Marta; Hauser, Jay; Ignatenko, Mikhail; Jarvis, Chad; Rakness, Gregory; Schlein, Peter; Takasugi, Eric; Traczyk, Piotr; Valuev, Vyacheslav; Weber, Matthias; Babb, John; Clare, Robert; Ellison, John Anthony; Gary, J William; Hanson, Gail; Heilman, Jesse; Jandir, Pawandeep; Liu, Hongliang; Long, Owen Rosser; Luthra, Arun; Malberti, Martina; Nguyen, Harold; Shrinivas, Amithabh; Sturdy, Jared; Sumowidagdo, Suharyo; Wilken, Rachel; Wimpenny, Stephen; Andrews, Warren; Branson, James G; Cerati, Giuseppe Benedetto; Cittolin, Sergio; Evans, David; Holzner, André; Kelley, Ryan; Lebourgeois, Matthew; Letts, James; Macneill, Ian; Padhi, Sanjay; Palmer, Christopher; Petrucciani, Giovanni; Pieri, Marco; Sani, Matteo; Sharma, Vivek; Simon, Sean; Sudano, Elizabeth; Tadel, Matevz; Tu, Yanjun; Vartak, Adish; Wasserbaech, Steven; Würthwein, Frank; Yagil, Avraham; Yoo, Jaehyeok; Barge, Derek; Campagnari, Claudio; Danielson, Thomas; Flowers, Kristen; Geffert, Paul; George, Christopher; Golf, Frank; Incandela, Joe; Justus, Christopher; Kovalskyi, Dmytro; Krutelyov, Vyacheslav; Magaña Villalba, Ricardo; Mccoll, Nickolas; Pavlunin, Viktor; Richman, Jeffrey; Rossin, Roberto; Stuart, David; To, Wing; West, Christopher; Apresyan, Artur; Bornheim, Adolf; Bunn, Julian; Chen, Yi; Di Marco, Emanuele; Duarte, Javier; Kcira, Dorian; Ma, Yousi; Mott, Alexander; Newman, Harvey B; Pena, Cristian; Rogan, Christopher; Spiropulu, Maria; Timciuc, Vladlen; Veverka, Jan; Wilkinson, Richard; Xie, Si; Zhu, Ren-Yuan; Azzolini, Virginia; Calamba, Aristotle; Carroll, Ryan; Ferguson, Thomas; Iiyama, Yutaro; Jang, Dong Wook; Liu, Yueh-Feng; Paulini, Manfred; Russ, James; Vogel, Helmut; Vorobiev, Igor; Cumalat, John Perry; Drell, Brian Robert; Ford, William T; Gaz, Alessandro; Luiggi Lopez, Eduardo; Nauenberg, Uriel; Smith, James; Stenson, Kevin; Ulmer, Keith; Wagner, Stephen Robert; Alexander, James; Chatterjee, Avishek; Eggert, Nicholas; Gibbons, Lawrence Kent; Hopkins, Walter; Khukhunaishvili, Aleko; Kreis, Benjamin; Mirman, Nathan; Nicolas Kaufman, Gala; Patterson, Juliet Ritchie; Ryd, Anders; Salvati, Emmanuele; Sun, Werner; Teo, Wee Don; Thom, Julia; Thompson, Joshua; Tucker, Jordan; Weng, Yao; Winstrom, Lucas; Wittich, Peter; Winn, Dave; Abdullin, Salavat; Albrow, Michael; Anderson, Jacob; Apollinari, Giorgio; Bauerdick, Lothar AT; Beretvas, Andrew; Berryhill, Jeffrey; Bhat, Pushpalatha C; Burkett, Kevin; Butler, Joel Nathan; Chetluru, Vasundhara; Cheung, Harry; Chlebana, Frank; Cihangir, Selcuk; Elvira, Victor Daniel; Fisk, Ian; Freeman, Jim; Gao, Yanyan; Gottschalk, Erik; Gray, Lindsey; Green, Dan; Gutsche, Oliver; Hare, Daryl; Harris, Robert M; Hirschauer, James; Hooberman, Benjamin; Jindariani, Sergo; Johnson, Marvin; Joshi, Umesh; Kaadze, Ketino; Klima, Boaz; Kunori, Shuichi; Kwan, Simon; Linacre, Jacob; Lincoln, Don; Lipton, Ron; Lykken, Joseph; Maeshima, Kaori; Marraffino, John Michael; Martinez Outschoorn, Verena Ingrid; Maruyama, Sho; Mason, David; McBride, Patricia; Mishra, Kalanand; Mrenna, Stephen; Musienko, Yuri; Newman-Holmes, Catherine; O'Dell, Vivian; Prokofyev, Oleg; Ratnikova, Natalia; Sexton-Kennedy, Elizabeth; Sharma, Seema; Spalding, William J; Spiegel, Leonard; Taylor, Lucas; Tkaczyk, Slawek; Tran, Nhan Viet; Uplegger, Lorenzo; Vaandering, Eric Wayne; Vidal, Richard; Whitmore, Juliana; Wu, Weimin; Yang, Fan; Yun, Jae Chul; Acosta, Darin; Avery, Paul; Bourilkov, Dimitri; Chen, Mingshui; Cheng, Tongguang; Das, Souvik; De Gruttola, Michele; Di Giovanni, Gian Piero; Dobur, Didar; Drozdetskiy, Alexey; Field, Richard D; Fisher, Matthew; Fu, Yu; Furic, Ivan-Kresimir; Hugon, Justin; Kim, Bockjoo; Konigsberg, Jacobo; Korytov, Andrey; Kropivnitskaya, Anna; Kypreos, Theodore; Low, Jia Fu; Matchev, Konstantin; Milenovic, Predrag; Mitselmakher, Guenakh; Muniz, Lana; Remington, Ronald; Rinkevicius, Aurelijus; Skhirtladze, Nikoloz; Snowball, Matthew; Yelton, John; Zakaria, Mohammed; Gaultney, Vanessa; Hewamanage, Samantha; Linn, Stephan; Markowitz, Pete; Martinez, German; Rodriguez, Jorge Luis; Adams, Todd; Askew, Andrew; Bochenek, Joseph; Chen, Jie; Diamond, Brendan; Haas, Jeff; Hagopian, Sharon; Hagopian, Vasken; Johnson, Kurtis F; Prosper, Harrison; Veeraraghavan, Venkatesh; Weinberg, Marc; Baarmand, Marc M; Dorney, Brian; Hohlmann, Marcus; Kalakhety, Himali; Yumiceva, Francisco; Adams, Mark Raymond; Apanasevich, Leonard; Bazterra, Victor Eduardo; Betts, Russell Richard; Bucinskaite, Inga; Callner, Jeremy; Cavanaugh, Richard; Evdokimov, Olga; Gauthier, Lucie; Gerber, Cecilia Elena; Hofman, David Jonathan; Khalatyan, Samvel; Kurt, Pelin; Lacroix, Florent; Moon, Dong Ho; O'Brien, Christine; Silkworth, Christopher; Strom, Derek; Turner, Paul; Varelas, Nikos; Akgun, Ugur; Albayrak, Elif Asli; Bilki, Burak; Clarida, Warren; Dilsiz, Kamuran; Duru, Firdevs; Griffiths, Scott; Merlo, Jean-Pierre; Mermerkaya, Hamit; Mestvirishvili, Alexi; Moeller, Anthony; Nachtman, Jane; Newsom, Charles Ray; Ogul, Hasan; Onel, Yasar; Ozok, Ferhat; Sen, Sercan; Tan, Ping; Tiras, Emrah; Wetzel, James; Yetkin, Taylan; Yi, Kai; Barnett, Bruce Arnold; Blumenfeld, Barry; Bolognesi, Sara; Giurgiu, Gavril; Gritsan, Andrei; Hu, Guofan; Maksimovic, Petar; Martin, Christopher; Swartz, Morris; Whitbeck, Andrew; Baringer, Philip; Bean, Alice; Benelli, Gabriele; Kenny III, Raymond Patrick; Murray, Michael; Noonan, Daniel; Sanders, Stephen; Stringer, Robert; Wood, Jeffrey Scott; Barfuss, Anne-Fleur; Chakaberia, Irakli; Ivanov, Andrew; Khalil, Sadia; Makouski, Mikhail; Maravin, Yurii; Saini, Lovedeep Kaur; Shrestha, Shruti; Svintradze, Irakli; Gronberg, Jeffrey; Lange, David; Rebassoo, Finn; Wright, Douglas; Baden, Drew; Calvert, Brian; Eno, Sarah Catherine; Gomez, Jaime; Hadley, Nicholas John; Kellogg, Richard G; Kolberg, Ted; Lu, Ying; Marionneau, Matthieu; Mignerey, Alice; Pedro, Kevin; Peterman, Alison; Skuja, Andris; Temple, Jeffrey; Tonjes, Marguerite; Tonwar, Suresh C; Apyan, Aram; Bauer, Gerry; Busza, Wit; Cali, Ivan Amos; Chan, Matthew; Di Matteo, Leonardo; Dutta, Valentina; Gomez Ceballos, Guillelmo; Goncharov, Maxim; Gulhan, Doga; Kim, Yongsun; Klute, Markus; Lai, Yue Shi; Levin, Andrew; Luckey, Paul David; Ma, Teng; Nahn, Steve; Paus, Christoph; Ralph, Duncan; Roland, Christof; Roland, Gunther; Stephans, George; Stöckli, Fabian; Sumorok, Konstanty; Velicanu, Dragos; Wolf, Roger; Wyslouch, Bolek; Yang, Mingming; Yilmaz, Yetkin; Yoon, Sungho; Zanetti, Marco; Zhukova, Victoria; Dahmes, Bryan; De Benedetti, Abraham; Gude, Alexander; Haupt, Jason; Kao, Shih-Chuan; Klapoetke, Kevin; Kubota, Yuichi; Mans, Jeremy; Pastika, Nathaniel; Rusack, Roger; Sasseville, Michael; Singovsky, Alexander; Tambe, Norbert; Turkewitz, Jared; Acosta, John Gabriel; Cremaldi, Lucien Marcus; Kroeger, Rob; Oliveros, Sandra; Perera, Lalith; Rahmat, Rahmat; Sanders, David A; Summers, Don; Avdeeva, Ekaterina; Bloom, Kenneth; Bose, Suvadeep; Claes, Daniel R; Dominguez, Aaron; Eads, Michael; Gonzalez Suarez, Rebeca; Keller, Jason; Kravchenko, Ilya; Lazo-Flores, Jose; Malik, Sudhir; Meier, Frank; Snow, Gregory R; Dolen, James; Godshalk, Andrew; Iashvili, Ia; Jain, Supriya; Kharchilava, Avto; Kumar, Ashish; Rappoccio, Salvatore; Wan, Zongru; Alverson, George; Barberis, Emanuela; Baumgartel, Darin; Chasco, Matthew; Haley, Joseph; Massironi, Andrea; Nash, David; Orimoto, Toyoko; Trocino, Daniele; Wood, Darien; Zhang, Jinzhong; Anastassov, Anton; Hahn, Kristan Allan; Kubik, Andrew; Lusito, Letizia; Mucia, Nicholas; Odell, Nathaniel; Pollack, Brian; Pozdnyakov, Andrey; Schmitt, Michael Henry; Stoynev, Stoyan; Sung, Kevin; Velasco, Mayda; Won, Steven; Berry, Douglas; Brinkerhoff, Andrew; Chan, Kwok Ming; Hildreth, Michael; Jessop, Colin; Karmgard, Daniel John; Kolb, Jeff; Lannon, Kevin; Luo, Wuming; Lynch, Sean; Marinelli, Nancy; Morse, David Michael; Pearson, Tessa; Planer, Michael; Ruchti, Randy; Slaunwhite, Jason; Valls, Nil; Wayne, Mitchell; Wolf, Matthias; Antonelli, Louis; Bylsma, Ben; Durkin, Lloyd Stanley; Hill, Christopher; Hughes, Richard; Kotov, Khristian; Ling, Ta-Yung; Puigh, Darren; Rodenburg, Marissa; Smith, Geoffrey; Vuosalo, Carl; Winer, Brian L; Wolfe, Homer; Berry, Edmund; Elmer, Peter; Halyo, Valerie; Hebda, Philip; Hegeman, Jeroen; Hunt, Adam; Jindal, Pratima; Koay, Sue Ann; Lujan, Paul; Marlow, Daniel; Medvedeva, Tatiana; Mooney, Michael; Olsen, James; Piroué, Pierre; Quan, Xiaohang; Raval, Amita; Saka, Halil; Stickland, David; Tully, Christopher; Werner, Jeremy Scott; Zenz, Seth Conrad; Zuranski, Andrzej; Brownson, Eric; Lopez, Angel; Mendez, Hector; Ramirez Vargas, Juan Eduardo; Alagoz, Enver; Benedetti, Daniele; Bolla, Gino; Bortoletto, Daniela; De Mattia, Marco; Everett, Adam; Hu, Zhen; Jones, Matthew; Jung, Kurt; Koybasi, Ozhan; Kress, Matthew; Leonardo, Nuno; Lopes Pegna, David; Maroussov, Vassili; Merkel, Petra; Miller, David Harry; Neumeister, Norbert; Shipsey, Ian; Silvers, David; Svyatkovskiy, Alexey; Wang, Fuqiang; Xie, Wei; Xu, Lingshan; Yoo, Hwi Dong; Zablocki, Jakub; Zheng, Yu; Parashar, Neeti; Adair, Antony; Akgun, Bora; Ecklund, Karl Matthew; Geurts, Frank JM; Li, Wei; Michlin, Benjamin; Padley, Brian Paul; Redjimi, Radia; Roberts, Jay; Zabel, James; Betchart, Burton; Bodek, Arie; Covarelli, Roberto; de Barbaro, Pawel; Demina, Regina; Eshaq, Yossof; Ferbel, Thomas; Garcia-Bellido, Aran; Goldenzweig, Pablo; Han, Jiyeon; Harel, Amnon; Miner, Daniel Carl; Petrillo, Gianluca; Vishnevskiy, Dmitry; Zielinski, Marek; Bhatti, Anwar; Ciesielski, Robert; Demortier, Luc; Goulianos, Konstantin; Lungu, Gheorghe; Malik, Sarah; Mesropian, Christina; Arora, Sanjay; Barker, Anthony; Chou, John Paul; Contreras-Campana, Christian; Contreras-Campana, Emmanuel; Duggan, Daniel; Ferencek, Dinko; Gershtein, Yuri; Gray, Richard; Halkiadakis, Eva; Hidas, Dean; Lath, Amitabh; Panwalkar, Shruti; Park, Michael; Patel, Rishi; Rekovic, Vladimir; Robles, Jorge; Salur, Sevil; Schnetzer, Steve; Seitz, Claudia; Somalwar, Sunil; Stone, Robert; Thomas, Scott; Thomassen, Peter; Walker, Matthew; Cerizza, Giordano; Hollingsworth, Matthew; Rose, Keith; Spanier, Stefan; Yang, Zong-Chang; York, Andrew; Bouhali, Othmane; Eusebi, Ricardo; Flanagan, Will; Gilmore, Jason; Kamon, Teruki; Khotilovich, Vadim; Montalvo, Roy; Osipenkov, Ilya; Pakhotin, Yuriy; Perloff, Alexx; Roe, Jeffrey; Safonov, Alexei; Sakuma, Tai; Suarez, Indara; Tatarinov, Aysen; Toback, David; Akchurin, Nural; Cowden, Christopher; Damgov, Jordan; Dragoiu, Cosmin; Dudero, Phillip Russell; Kovitanggoon, Kittikul; Lee, Sung Won; Libeiro, Terence; Volobouev, Igor; Appelt, Eric; Delannoy, Andrés G; Greene, Senta; Gurrola, Alfredo; Johns, Willard; Maguire, Charles; Mao, Yaxian; Melo, Andrew; Sharma, Monika; Sheldon, Paul; Snook, Benjamin; Tuo, Shengquan; Velkovska, Julia; Arenton, Michael Wayne; Boutle, Sarah; Cox, Bradley; Francis, Brian; Goodell, Joseph; Hirosky, Robert; Ledovskoy, Alexander; Lin, Chuanzhe; Neu, Christopher; Wood, John; Gollapinni, Sowjanya; Harr, Robert; Karchin, Paul Edmund; Kottachchi Kankanamge Don, Chamath; Lamichhane, Pramod; Sakharov, Alexandre; Belknap, Donald; Borrello, Laura; Carlsmith, Duncan; Cepeda, Maria; Dasu, Sridhara; Duric, Senka; Friis, Evan; Grothe, Monika; Hall-Wilton, Richard; Herndon, Matthew; Hervé, Alain; Klabbers, Pamela; Klukas, Jeffrey; Lanaro, Armando; Loveless, Richard; Mohapatra, Ajit; Ojalvo, Isabel; Perry, Thomas; Pierro, Giuseppe Antonio; Polese, Giovanni; Ross, Ian; Sarangi, Tapas; Savin, Alexander; Smith, Wesley H; Swanson, Joshua

    2013-12-11

    Characteristics of multi-particle production in proton-proton collisions at $\\sqrt{s}$=7 TeV are studied as a function of the charged-particle multiplicity, $N_{ch}$. The produced particles are separated into two classes: those belonging to jets and those belonging to the underlying event. Charged particles are measured with pseudorapidity |η| 0.25 GeV/c. Jets are reconstructed from charged-particles only and required to have $p_T$ > 5 GeV/c. The distributions of jet $p_T$, average $p_T$ of charged particles belonging to the underlying event or to jets, jet rates, and jet shapes are presented as functions of $N_{ch}$ and compared to the predictions of the PYTHIA and HERWIG event generators. Predictions without multi-parton interactions fail completely to describe the $N_{ch}$-dependence observed in the data. For increasing $N_{ch}$, PYTHIA systematically predicts higher jet rates and harder $p_T$ spectra than seen in the data, whereas HERWIG shows the opposite trends. At the highest multiplicity, the data–...

  14. A Novel Approach to Asynchronous MVP Data Interpretation Based on Elliptical-Vectors

    Science.gov (United States)

    Kruglyakov, M.; Trofimov, I.; Korotaev, S.; Shneyer, V.; Popova, I.; Orekhova, D.; Scshors, Y.; Zhdanov, M. S.

    2014-12-01

    We suggest a novel approach to asynchronous magnetic-variation profiling (MVP) data interpretation. Standard method in MVP is based on the interpretation of the coefficients of linear relation between vertical and horizontal components of the measured magnetic field.From mathematical point of view this pair of linear coefficients is not a vector which leads to significant difficulties in asynchronous data interpretation. Our approach allows us to actually treat such a pair of complex numbers as a special vector called an ellipse-vector (EV). By choosing the particular definitions of complex length and direction, the basic relation of MVP can be considered as the dot product. This considerably simplifies the interpretation of asynchronous data. The EV is described by four real numbers: the values of major and minor semiaxes, the angular direction of the major semiaxis and the phase. The notation choice is motivated by historical reasons. It is important that different EV's components have different sensitivity with respect to the field sources and the local heterogeneities. Namely, the value of major semiaxis and the angular direction are mostly determined by the field source and the normal cross-section. On the other hand, the value of minor semiaxis and the phase are responsive to local heterogeneities. Since the EV is the general form of complex vector, the traditional Schmucker vectors can be explicitly expressed through its components.The proposed approach was successfully applied to interpretation the results of asynchronous measurements that had been obtained in the Arctic Ocean at the drift stations "North Pole" in 1962-1976.

  15. A study of upward going particles with the Extreme Energy Events telescopes

    Energy Technology Data Exchange (ETDEWEB)

    Abbrescia, M. [Museo Storico della Fisica e Centro Studi e Ricerche E. Fermi, Roma (Italy); INFN and Dipartimento di Fisica, Università di Bari, Bari (Italy); Avanzini, C.; Baldini, L. [Museo Storico della Fisica e Centro Studi e Ricerche E. Fermi, Roma (Italy); INFN and Dipartimento di Fisica, Università di Pisa, Pisa (Italy); Ferroli, R. Baldini [Museo Storico della Fisica e Centro Studi e Ricerche E. Fermi, Roma (Italy); INFN Laboratori Nazionali di Frascati, Frascati (RM) (Italy); Batignani, G. [Museo Storico della Fisica e Centro Studi e Ricerche E. Fermi, Roma (Italy); INFN and Dipartimento di Fisica, Università di Pisa, Pisa (Italy); Bencivenni, G. [INFN Laboratori Nazionali di Frascati, Frascati (RM) (Italy); Bossini, E. [Museo Storico della Fisica e Centro Studi e Ricerche E. Fermi, Roma (Italy); INFN Gruppo Collegato di Siena and Dipartimento di Fisica, Università di Siena, Siena (Italy); Chiavassa, A. [INFN and Dipartimento di Fisica, Università di Torino, Torino (Italy); Cicalo, C. [Museo Storico della Fisica e Centro Studi e Ricerche E. Fermi, Roma (Italy); INFN and Dipartimento di Fisica, Università di Cagliari, Cagliari (Italy); Cifarelli, L. [Museo Storico della Fisica e Centro Studi e Ricerche E. Fermi, Roma (Italy); INFN and Dipartimento di Fisica, Università di Bologna, Bologna (Italy); Coccia, E. [INFN and Dipartimento di Fisica, Università di Roma Tor Vergata, Roma (Italy); Corvaglia, A. [Museo Storico della Fisica e Centro Studi e Ricerche E. Fermi, Roma (Italy); INFN and Dipartimento di Matematica e Fisica, Università del Salento, Lecce (Italy); and others

    2016-04-21

    In this paper the first study of the upward going events detected by the telescopes of the Extreme Energy Event (EEE) project is reported. The EEE project consists of a detector array of Multigap Resistive Plate Chambers located at selected sites on the Italian territory. During autumn 2014 the first coordinated data taking period took place and around one billion candidate tracks were collected. Among them, of particular interest is the sample of particles which cross the telescopes from below. The results obtained demonstrate that the EEE telescopes can distinguish the electrons produced as decay products of cosmic muons stopped in the ground, or in the last chamber of the telescopes themselves, confirming the excellent performance of the system for the investigation of intriguing cosmic phenomena.

  16. A study of upward going particles with the Extreme Energy Events telescopes

    International Nuclear Information System (INIS)

    Abbrescia, M.; Avanzini, C.; Baldini, L.; Ferroli, R. Baldini; Batignani, G.; Bencivenni, G.; Bossini, E.; Chiavassa, A.; Cicalo, C.; Cifarelli, L.; Coccia, E.; Corvaglia, A.

    2016-01-01

    In this paper the first study of the upward going events detected by the telescopes of the Extreme Energy Event (EEE) project is reported. The EEE project consists of a detector array of Multigap Resistive Plate Chambers located at selected sites on the Italian territory. During autumn 2014 the first coordinated data taking period took place and around one billion candidate tracks were collected. Among them, of particular interest is the sample of particles which cross the telescopes from below. The results obtained demonstrate that the EEE telescopes can distinguish the electrons produced as decay products of cosmic muons stopped in the ground, or in the last chamber of the telescopes themselves, confirming the excellent performance of the system for the investigation of intriguing cosmic phenomena.

  17. Coronal mass ejections, type II radio bursts, and solar energetic particle events in the SOHO era

    Directory of Open Access Journals (Sweden)

    N. Gopalswamy

    2008-10-01

    Full Text Available Using the extensive and uniform data on coronal mass ejections (CMEs, solar energetic particle (SEP events, and type II radio bursts during the SOHO era, we discuss how the CME properties such as speed, width and solar-source longitude decide whether CMEs are associated with type II radio bursts and SEP events. We discuss why some radio-quiet CMEs are associated with small SEP events while some radio-loud CMEs are not associated with SEP events. We conclude that either some fast and wide CMEs do not drive shocks or they drive weak shocks that do not produce significant levels of particle acceleration. We also infer that the Alfvén speed in the corona and near-Sun interplanetary medium ranges from <200 km/s to ~1600 km/s. Radio-quiet fast and wide CMEs are also poor SEP producers and the association rate of type II bursts and SEP events steadily increases with CME speed and width (i.e. energy. If we consider western hemispheric CMEs, the SEP association rate increases linearly from ~30% for 800 km/s CMEs to 100% for ≥1800 km/s. Essentially all type II bursts in the decametre-hectometric (DH wavelength range are associated with SEP events once the source location on the Sun is taken into account. This is a significant result for space weather applications, because if a CME originating from the western hemisphere is accompanied by a DH type II burst, there is a high probability that it will produce an SEP event.

  18. The Interplay of Content and Community in Synchronous and Asynchronous Communication: Virtual Communication in a Graduate Seminar

    Directory of Open Access Journals (Sweden)

    Richard A. Schwier

    2002-06-01

    Full Text Available A group of graduate students and an instructor at the University of Saskatchewan experimented with the use of synchronous communication (chat and asynchronous communication (bulletin board in a theory course in Educational Communications and Technology for an eight-month period. Synchronous communication contributed dramatically to the continuity and convenience of the class, and promoted a strong sense of community. At the same time, it was viewed as less effective than asynchronous communication for dealing with content and issues deeply, and it introduced a number of pedagogical and intellectual limitations. We concluded that synchronous and asynchronous strategies were suitable for different types of learning, and what we experienced was a balancing act between content and community in our group. A combination of synchronous and asynchronous experiences seems to be necessary to promote the kind of engagement and depth required in a graduate seminar.

  19. Performance analysis of 2D asynchronous hard-limiting optical code-division multiple access system through atmospheric scattering channel

    Science.gov (United States)

    Zhao, Yaqin; Zhong, Xin; Wu, Di; Zhang, Ye; Ren, Guanghui; Wu, Zhilu

    2013-09-01

    Optical code-division multiple access (OCDMA) systems usually allocate orthogonal or quasi-orthogonal codes to the active users. When transmitting through atmospheric scattering channel, the coding pulses are broadened and the orthogonality of the codes is worsened. In truly asynchronous case, namely both the chips and the bits are asynchronous among each active user, the pulse broadening affects the system performance a lot. In this paper, we evaluate the performance of a 2D asynchronous hard-limiting wireless OCDMA system through atmospheric scattering channel. The probability density function of multiple access interference in truly asynchronous case is given. The bit error rate decreases as the ratio of the chip period to the root mean square delay spread increases and the channel limits the bit rate to different levels when the chip period varies.

  20. Radiation Exposure Analyses Supporting the Development of Solar Particle Event Shielding Technologies

    Science.gov (United States)

    Walker, Steven A.; Clowdsley, Martha S.; Abston, H. Lee; Simon, Hatthew A.; Gallegos, Adam M.

    2013-01-01

    NASA has plans for long duration missions beyond low Earth orbit (LEO). Outside of LEO, large solar particle events (SPEs), which occur sporadically, can deliver a very large dose in a short amount of time. The relatively low proton energies make SPE shielding practical, and the possibility of the occurrence of a large event drives the need for SPE shielding for all deep space missions. The Advanced Exploration Systems (AES) RadWorks Storm Shelter Team was charged with developing minimal mass SPE storm shelter concepts for missions beyond LEO. The concepts developed included "wearable" shields, shelters that could be deployed at the onset of an event, and augmentations to the crew quarters. The radiation transport codes, human body models, and vehicle geometry tools contained in the On-Line Tool for the Assessment of Radiation In Space (OLTARIS) were used to evaluate the protection provided by each concept within a realistic space habitat and provide the concept designers with shield thickness requirements. Several different SPE models were utilized to examine the dependence of the shield requirements on the event spectrum. This paper describes the radiation analysis methods and the results of these analyses for several of the shielding concepts.

  1. Asynchronous Magnetic Bead Rotation (AMBR Microviscometer for Label-Free DNA Analysis

    Directory of Open Access Journals (Sweden)

    Yunzi Li

    2014-03-01

    Full Text Available We have developed a label-free viscosity-based DNA detection system, using paramagnetic beads as an asynchronous magnetic bead rotation (AMBR microviscometer. We have demonstrated experimentally that the bead rotation period is linearly proportional to the viscosity of a DNA solution surrounding the paramagnetic bead, as expected theoretically. Simple optical measurement of asynchronous microbead motion determines solution viscosity precisely in microscale volumes, thus allowing an estimate of DNA concentration or average fragment length. The response of the AMBR microviscometer yields reproducible measurement of DNA solutions, enzymatic digestion reactions, and PCR systems at template concentrations across a 5000-fold range. The results demonstrate the feasibility of viscosity-based DNA detection using AMBR in microscale aqueous volumes.

  2. Fast-ion response to energetic-particle-driven MHD activity in Heliotron J

    Energy Technology Data Exchange (ETDEWEB)

    Kobayashi, S.; Yamamoto, S.; Mizuuchi, T.; Nagasaki, K.; Okada, H.; Minami, T.; Hanatani, K.; Konoshima, S.; Ohshima, S.; Toushi, K.; Sano, F. [Institute of Advanced Energy, Kyoto University, Gokasho, Uji (Japan); Nagaoka, K.; Suzuki, Y.; Takeiri, Y.; Yokoyama, M. [National Institute for Fusion Science, Toki, Gifu (Japan); Murakami, S. [Graduate School of Engineering, Kyoto University, Kyoto (Japan); Lee, H.Y.; Nakamura, Y.; Hosaka, K. [Graduate School of Energy Science, Kyoto University, Gokasho, Uji (Japan)

    2010-08-15

    In Heliotron J, low magnetic shear configuration, instabilities with frequency chirping in the frequency range of Alfven eigenmodes have been observed in tangentially injected neutral beam plasmas. These modes are induced by energetic-particle driven magnetohydrodynamic (MHD) instabilities such as global Alfven eigenmode or energetic particle mode. A hybrid directional Langmuir probe system has been installed into Heliotron J to investigate the response of fast-ion fluxes to the MHD modes. A high coherent response of the ion flux to the bursting modes has been observed not only by the co-directed probe but also by the counter-directed one. A linear correlation between the response of the co-directed ion flux and the mode amplitude has been found. The radial profile of the response of the co-directed ions has decreased with the minor radius and has not been obtained significantly outside last closed flux surface. These results indicate that the fast-ion response is due to a resonant convective oscillation. The ion flux response of the counter-directed probe has appeared in the growth phase of the mode burst. Its phase relation is different from that of co-directed one and magnetic probe located at the Heliotron J vacuum vessel. Two candidates of the detected ion flux of the counter-directed probe have been discussed. (copyright 2010 WILEY-VCH Verlag GmbH and Co. KGaA, Weinheim) (orig.)

  3. Asynchronous Multi-Party Computation with Quadratic Communication

    DEFF Research Database (Denmark)

    Hirt, Martin; Nielsen, Jesper Buus; Przydatek, Bartosz

    2008-01-01

    We present an efficient protocol for secure multi-party computation in the asynchronous model with optimal resilience. For n parties, up to t < n/3 of them being corrupted, and security parameter κ, a circuit with c gates can be securely computed with communication complexity O(cn^2k) bits, which...... circuit randomization due to Beaver (Crypto’91), and an abstraction of certificates, which can be of independent interest....

  4. Development of a data-driven algorithm to determine the W+jets background in t anti t events in ATLAS

    Energy Technology Data Exchange (ETDEWEB)

    Mehlhase, Sascha

    2010-07-12

    The physics of the top quark is one of the key components in the physics programme of the ATLAS experiment at the Large Hadron Collider at CERN. In this thesis, general studies of the jet trigger performance for top quark events using fully simulated Monte Carlo samples are presented and two data-driven techniques to estimate the multi-jet trigger efficiency and the W+Jets background in top pair events are introduced to the ATLAS experiment. In a tag-and-probe based method, using a simple and common event selection and a high transverse momentum lepton as tag object, the possibility to estimate the multijet trigger efficiency from data in ATLAS is investigated and it is shown that the method is capable of estimating the efficiency without introducing any significant bias by the given tag selection. In the second data-driven analysis a new method to estimate the W+Jets background in a top-pair event selection is introduced to ATLAS. By defining signal and background dominated regions by means of the jet multiplicity and the pseudo-rapidity distribution of the lepton in the event, the W+Jets contribution is extrapolated from the background dominated into the signal dominated region. The method is found to estimate the given background contribution as a function of the jet multiplicity with an accuracy of about 25% for most of the top dominated region with an integrated luminosity of above 100 pb{sup -1} at {radical}(s) = 10 TeV. This thesis also covers a study summarising the thermal behaviour and expected performance of the Pixel Detector of ATLAS. All measurements performed during the commissioning phase of 2008/09 yield results within the specification of the system and the performance is expected to stay within those even after several years of running under LHC conditions. (orig.)

  5. Development of a data-driven algorithm to determine the W+jets background in t anti t events in ATLAS

    International Nuclear Information System (INIS)

    Mehlhase, Sascha

    2010-01-01

    The physics of the top quark is one of the key components in the physics programme of the ATLAS experiment at the Large Hadron Collider at CERN. In this thesis, general studies of the jet trigger performance for top quark events using fully simulated Monte Carlo samples are presented and two data-driven techniques to estimate the multi-jet trigger efficiency and the W+Jets background in top pair events are introduced to the ATLAS experiment. In a tag-and-probe based method, using a simple and common event selection and a high transverse momentum lepton as tag object, the possibility to estimate the multijet trigger efficiency from data in ATLAS is investigated and it is shown that the method is capable of estimating the efficiency without introducing any significant bias by the given tag selection. In the second data-driven analysis a new method to estimate the W+Jets background in a top-pair event selection is introduced to ATLAS. By defining signal and background dominated regions by means of the jet multiplicity and the pseudo-rapidity distribution of the lepton in the event, the W+Jets contribution is extrapolated from the background dominated into the signal dominated region. The method is found to estimate the given background contribution as a function of the jet multiplicity with an accuracy of about 25% for most of the top dominated region with an integrated luminosity of above 100 pb -1 at √(s) = 10 TeV. This thesis also covers a study summarising the thermal behaviour and expected performance of the Pixel Detector of ATLAS. All measurements performed during the commissioning phase of 2008/09 yield results within the specification of the system and the performance is expected to stay within those even after several years of running under LHC conditions. (orig.)

  6. Full-load converter connected asynchronous generators for MW class wind turbines

    Energy Technology Data Exchange (ETDEWEB)

    Akhmatov, Vladislav

    2005-06-15

    Wind turbines equipped with full-load converter-connected asynchronous generators are a known concept. These have rating up to hundreds of kW and are a feasible concept for MW class wind turbines and may have advantages when compared to conventional wind turbines with directly connected generators. The concept requires the use of full-scale frequency converters, but the mechanical gearbox is smaller than in conventional wind turbines of the same rating. Application of smaller gearbox may reduce the no-load losses in the wind turbines, which is why such wind turbines with converter connected generators may start operation at a smaller wind speed. Wind turbines equipped with such converted connected asynchronous generators are pitch-controlled and variable-speed. This allows better performance and control. The converter control may be applied to support the grid voltage at short-circuit faults and to improve the fault-ride-through capability of the wind turbines, which makes the concepts relevant for large wind farms. The Danish transmission system operator Energinet-DK has implemented the general model of wind turbines equipped with converter connected asynchronous generators with the simulation tool Powerfactory (DlgSilent). The article presents Energinet-DK's experience of modeling this feasible wind turbine concept. (Author)

  7. Atypical energetic particle events observed prior energetic particle enhancements associated with corotating interaction regions

    Science.gov (United States)

    Khabarova, Olga; Malandraki, Olga; Zank, Gary; Jackson, Bernard; Bisi, Mario; Desai, Mihir; Li, Gang; le Roux, Jakobus; Yu, Hsiu-Shan

    2017-04-01

    Recent studies of mechanisms of particle acceleration in the heliosphere have revealed the importance of the comprehensive analysis of stream-stream interactions as well as the heliospheric current sheet (HCS) - stream interactions that often occur in the solar wind, producing huge magnetic cavities bounded by strong current sheets. Such cavities are usually filled with small-scale magnetic islands that trap and re-accelerate energetic particles (Zank et al. ApJ, 2014, 2015; le Roux et al. ApJ, 2015, 2016; Khabarova et al. ApJ, 2015, 2016). Crossings of these regions are associated with unusual variations in the energetic particle flux up to several MeV/nuc near the Earth's orbit. These energetic particle flux enhancements called "atypical energetic particle events" (AEPEs) are not associated with standard mechanisms of particle acceleration. The analysis of multi-spacecraft measurements of energetic particle flux, plasma and the interplanetary magnetic field shows that AEPEs have a local origin as they are observed by different spacecraft with a time delay corresponding to the solar wind propagation from one spacecraft to another, which is a signature of local particle acceleration in the region embedded in expanding and rotating background solar wind. AEPEs are often observed before the arrival of corotating interaction regions (CIRs) or stream interaction regions (SIRs) to the Earth's orbit. When fast solar wind streams catch up with slow solar wind, SIRs of compressed heated plasma or more regular CIRs are created at the leading edge of the high-speed stream. Since coronal holes are often long-lived structures, the same CIR re-appears often for several consecutive solar rotations. At low heliographic latitudes, such CIRs are typically bounded by forward and reverse waves on their leading and trailing edges, respectively, that steepen into shocks at heliocentric distances beyond 1 AU. Energetic ion increases have been frequently observed in association with CIR

  8. Simulating Quantitative Cellular Responses Using Asynchronous Threshold Boolean Network Ensembles

    Directory of Open Access Journals (Sweden)

    Shah Imran

    2011-07-01

    Full Text Available Abstract Background With increasing knowledge about the potential mechanisms underlying cellular functions, it is becoming feasible to predict the response of biological systems to genetic and environmental perturbations. Due to the lack of homogeneity in living tissues it is difficult to estimate the physiological effect of chemicals, including potential toxicity. Here we investigate a biologically motivated model for estimating tissue level responses by aggregating the behavior of a cell population. We assume that the molecular state of individual cells is independently governed by discrete non-deterministic signaling mechanisms. This results in noisy but highly reproducible aggregate level responses that are consistent with experimental data. Results We developed an asynchronous threshold Boolean network simulation algorithm to model signal transduction in a single cell, and then used an ensemble of these models to estimate the aggregate response across a cell population. Using published data, we derived a putative crosstalk network involving growth factors and cytokines - i.e., Epidermal Growth Factor, Insulin, Insulin like Growth Factor Type 1, and Tumor Necrosis Factor α - to describe early signaling events in cell proliferation signal transduction. Reproducibility of the modeling technique across ensembles of Boolean networks representing cell populations is investigated. Furthermore, we compare our simulation results to experimental observations of hepatocytes reported in the literature. Conclusion A systematic analysis of the results following differential stimulation of this model by growth factors and cytokines suggests that: (a using Boolean network ensembles with asynchronous updating provides biologically plausible noisy individual cellular responses with reproducible mean behavior for large cell populations, and (b with sufficient data our model can estimate the response to different concentrations of extracellular ligands. Our

  9. Turing Incompleteness of Asynchronous P Systems with Active Membranes

    OpenAIRE

    Leporati, Alberto; Manzoni, Luca; Porreca, Antonio E.

    2013-01-01

    We prove that asynchronous P systems with active membranes without divi- sion rules can be simulated by place/transition Petri nets, and hence are computationally weaker than Turing machines. This result holds even if the synchronisation mechanisms provided by electrical charges and membrane dissolution are exploited.

  10. An improved modelling of asynchronous machine with skin-effect ...

    African Journals Online (AJOL)

    The conventional method of analysis of Asynchronous machine fails to give accurate results especially when the machine is operated under high rotor frequency. At high rotor frequency, skin-effect dominates causing the rotor impedance to be frequency dependant. This paper therefore presents an improved method of ...

  11. Solar Energetic Particle Event Risks for Future Human Missions within the Inner Heliosphere

    Science.gov (United States)

    Over, S.; Ford, J.

    2017-12-01

    As astronauts travel beyond low-Earth orbit (LEO), space weather research will play a key role in determining risks from space radiation. Of interest are the rare, large solar energetic particle (SEP) events that can cause significant medical effects during flight. Historical SEP data were analyzed from the Geostationary Operational Environmental Satellites (GOES) program covering the time period of 1986 to 2016 for SEP events. The SEP event data were combined with a Monte Carlo approach to develop a risk model to determine maximum expected doses for missions within the inner heliosphere. Presented here are results from risk assessments for proposed Mars transits as compared to a geostationary Earth-bound mission. Overall, the greatest risk was for the return from Mars with a Venus swing-by, due to the additional transit length and decreased distance from the Sun as compared to traditional Hohmann transfers. The overall results do not indicate that the effects of SEP events alone would prohibit these missions based on current radiation limits alone, but the combination of doses from SEP events and galactic cosmic radiation may be significant, and should be considered in all phases of mission design.

  12. Magnetic field power density spectra during 'scatter-free' solar particle events

    Science.gov (United States)

    Tan, L. C.; Mason, G. M.

    1993-01-01

    We have examined interplanetary magnetic field power spectral density during four previously identified 3He-rich flare periods when the about 1 MeV nucleon-1 particles exhibited nearly scatter-free transport from the sun to 1 AU. Since the scattering mean free path A was large, it might be expected that interplanetary turbulence was low, yet the spectral density value was low only for one of the four periods. For the other three, however, the spectral index q of the power density spectrum was near 2.0, a value at which quasi-linear theories predict an increase in the scattering mean free path. Comparing the lambda values from the energetic particles with that computed from a recent quasi-linear theory which includes helicity and the propagation direction of waves, we find lambda(QLT)/lambda(SEP) = 0.08 +/- 0.03 for the four events. Thus, the theory fits the q-dependence of lambda; however, as found for previous quasi-linear theories, the absolute value is low.

  13. Comparison between Synchronous and Asynchronous Instructional Delivery Method of Training Programme on In-Service Physical Educators' Knowledge

    Science.gov (United States)

    Emmanouilidou, Kyriaki; Derri, Vassiliki; Antoniou, Panagiotis; Kyrgiridis, Pavlos

    2012-01-01

    The purpose of the study was to compare the influences of a training programme's instructional delivery method (synchronous and asynchronous) on Greek in-service physical educators' cognitive understanding on student assessment. Forty nine participants were randomly divided into synchronous, asynchronous, and control group. The experimental groups…

  14. Parallel, Asynchronous Executive (PAX): System concepts, facilities, and architecture

    Science.gov (United States)

    Jones, W. H.

    1983-01-01

    The Parallel, Asynchronous Executive (PAX) is a software operating system simulation that allows many computers to work on a single problem at the same time. PAX is currently implemented on a UNIVAC 1100/42 computer system. Independent UNIVAC runstreams are used to simulate independent computers. Data are shared among independent UNIVAC runstreams through shared mass-storage files. PAX has achieved the following: (1) applied several computing processes simultaneously to a single, logically unified problem; (2) resolved most parallel processor conflicts by careful work assignment; (3) resolved by means of worker requests to PAX all conflicts not resolved by work assignment; (4) provided fault isolation and recovery mechanisms to meet the problems of an actual parallel, asynchronous processing machine. Additionally, one real-life problem has been constructed for the PAX environment. This is CASPER, a collection of aerodynamic and structural dynamic problem simulation routines. CASPER is not discussed in this report except to provide examples of parallel-processing techniques.

  15. Area/latency optimized early output asynchronous full adders and relative-timed ripple carry adders.

    Science.gov (United States)

    Balasubramanian, P; Yamashita, S

    2016-01-01

    This article presents two area/latency optimized gate level asynchronous full adder designs which correspond to early output logic. The proposed full adders are constructed using the delay-insensitive dual-rail code and adhere to the four-phase return-to-zero handshaking. For an asynchronous ripple carry adder (RCA) constructed using the proposed early output full adders, the relative-timing assumption becomes necessary and the inherent advantages of the relative-timed RCA are: (1) computation with valid inputs, i.e., forward latency is data-dependent, and (2) computation with spacer inputs involves a bare minimum constant reverse latency of just one full adder delay, thus resulting in the optimal cycle time. With respect to different 32-bit RCA implementations, and in comparison with the optimized strong-indication, weak-indication, and early output full adder designs, one of the proposed early output full adders achieves respective reductions in latency by 67.8, 12.3 and 6.1 %, while the other proposed early output full adder achieves corresponding reductions in area by 32.6, 24.6 and 6.9 %, with practically no power penalty. Further, the proposed early output full adders based asynchronous RCAs enable minimum reductions in cycle time by 83.4, 15, and 8.8 % when considering carry-propagation over the entire RCA width of 32-bits, and maximum reductions in cycle time by 97.5, 27.4, and 22.4 % for the consideration of a typical carry chain length of 4 full adder stages, when compared to the least of the cycle time estimates of various strong-indication, weak-indication, and early output asynchronous RCAs of similar size. All the asynchronous full adders and RCAs were realized using standard cells in a semi-custom design fashion based on a 32/28 nm CMOS process technology.

  16. Jet and underlying event properties as a function of charged-particle multiplicity in proton-proton collisions at sqrt(s) = 7 TeV

    Energy Technology Data Exchange (ETDEWEB)

    Chatrchyan, Serguei; et al.,

    2013-12-17

    Characteristics of multi-particle production in proton-proton collisions at sqrt(s) = 7 TeV are studied as a function of the charged-particle multiplicity, N[ch]. The produced particles are separated into two classes: those belonging to jets and those belonging to the underlying event. Charged particles are measured with pseudorapidity abs(eta) < 2.4 and transverse momentum pt > 0.25 GeV. Jets are reconstructed from charged-particles only and required to have pt > 5 GeV. The distributions of jet pt, average pt of charged particles belonging to the underlying event or to jets, jet rates, and jet shapes are presented as functions of N[ch] and compared to the predictions of the PYTHIA and HERWIG event generators. Predictions without multi-parton interactions fail completely to describe the N[ch]-dependence observed in the data. For increasing N[ch], PYTHIA systematically predicts higher jet rates and harder pt spectra than seen in the data, whereas HERWIG shows the opposite trends. At the highest multiplicity, the data-model agreement is worse for most observables, indicating the need for further tuning and/or new model ingredients.

  17. Active and fast particle driven Alfvén eigenmodes in Alcator C-Moda)

    Science.gov (United States)

    Snipes, J. A.; Basse, N.; Boswell, C.; Edlund, E.; Fasoli, A.; Gorelenkov, N. N.; Granetz, R. S.; Lin, L.; Lin, Y.; Parker, R.; Porkolab, M.; Sears, J.; Sharapov, S.; Tang, V.; Wukitch, S.

    2005-05-01

    Alfvén eigenmodes (AEs) are studied to assess their stability in high density reactor relevant regimes where Ti≈Te and as a diagnostic tool. Stable AEs are excited with active magnetohydrodynamics antennas in the range of the expected AE frequency. Toroidal Alfvén eigenmode (TAE) damping rates between 0.5%<γ/ω<4.5% have been observed in diverted and limited Ohmic plasmas. Unstable AEs are excited with a fast ion tail driven by H minority ion cyclotron radio frequency (ICRF) heating with electron densities in the range of n¯e=0.5-2×1020m-3. Energetic particle modes or TAEs have been observed to decrease in frequency and mode number with time up to a large sawtooth collapse, indicating the role fast particles play in stabilizing sawteeth. In the current rise phase, unstable modes with frequencies that increase rapidly with time are observed with magnetic pick-up coils at the wall and phase contrast imaging density fluctuation measurements in the core. Modeling of these modes constrains the calculated safety factor profile to be very flat or with slightly reversed shear. AEs are found to be more stable for an inboard than for central or outboard ICRF resonances in qualitative agreement with modeling.

  18. Possible effect of extreme solar energetic particle event of 20 January 2005 on polar stratospheric aerosols: direct observational evidence

    Directory of Open Access Journals (Sweden)

    I. A. Mironova

    2012-01-01

    Full Text Available Energetic cosmic rays are the main source of ionization of the low-middle atmosphere, leading to associated changes in atmospheric properties. Via the hypothetical influence of ionization on aerosol growth and facilitated formation of clouds, this may be an important indirect link relating solar variability to climate. This effect is highly debated, however, since the proposed theoretical mechanisms still remain illusive and qualitative, and observational evidence is inconclusive and controversial. Therefore, important questions regarding the existence and magnitude of the effect, and particularly the fraction of aerosol particles that can form and grow, are still open. Here we present empirical evidence of the possible effect caused by cosmic rays upon polar stratospheric aerosols, based on a case study of an extreme solar energetic particle (SEP event of 20 January 2005. Using aerosol data obtained over polar regions from different satellites with optical instruments that were operating during January 2005, such as the Stratospheric Aerosol and Gas Experiment III (SAGE III, and Optical Spectrograph and Infrared Imaging System (OSIRIS, we found a significant simultaneous change in aerosol properties in both the Southern and Northern Polar regions in temporal association with the SEP event. We speculate that ionization of the atmosphere, which was abnormally high in the lower stratosphere during the extreme SEP event, might have led to formation of new particles and/or growth of preexisting ultrafine particles in the polar stratospheric region. However, a detailed interpretation of the effect is left for subsequent studies. This is the first time high vertical resolution measurements have been used to discuss possible production of stratospheric aerosols under the influence of cosmic ray induced ionization. The observed effect is marginally detectable for the analyzed severe SEP event and can be undetectable for the majority of weak

  19. Possible effect of extreme solar energetic particle event of 20 January 2005 on polar stratospheric aerosols: direct observational evidence

    Science.gov (United States)

    Mironova, I. A.; Usoskin, I. G.; Kovaltsov, G. A.; Petelina, S. V.

    2012-01-01

    Energetic cosmic rays are the main source of ionization of the low-middle atmosphere, leading to associated changes in atmospheric properties. Via the hypothetical influence of ionization on aerosol growth and facilitated formation of clouds, this may be an important indirect link relating solar variability to climate. This effect is highly debated, however, since the proposed theoretical mechanisms still remain illusive and qualitative, and observational evidence is inconclusive and controversial. Therefore, important questions regarding the existence and magnitude of the effect, and particularly the fraction of aerosol particles that can form and grow, are still open. Here we present empirical evidence of the possible effect caused by cosmic rays upon polar stratospheric aerosols, based on a case study of an extreme solar energetic particle (SEP) event of 20 January 2005. Using aerosol data obtained over polar regions from different satellites with optical instruments that were operating during January 2005, such as the Stratospheric Aerosol and Gas Experiment III (SAGE III), and Optical Spectrograph and Infrared Imaging System (OSIRIS), we found a significant simultaneous change in aerosol properties in both the Southern and Northern Polar regions in temporal association with the SEP event. We speculate that ionization of the atmosphere, which was abnormally high in the lower stratosphere during the extreme SEP event, might have led to formation of new particles and/or growth of preexisting ultrafine particles in the polar stratospheric region. However, a detailed interpretation of the effect is left for subsequent studies. This is the first time high vertical resolution measurements have been used to discuss possible production of stratospheric aerosols under the influence of cosmic ray induced ionization. The observed effect is marginally detectable for the analyzed severe SEP event and can be undetectable for the majority of weak-moderate events. The present

  20. Integration of asynchronous knowledge sources in a novel speech recognition framework

    OpenAIRE

    Van hamme, Hugo

    2008-01-01

    Van hamme H., ''Integration of asynchronous knowledge sources in a novel speech recognition framework'', Proceedings ITRW on speech analysis and processing for knowledge discovery, 4 pp., June 2008, Aalborg, Denmark.