WorldWideScience

Sample records for end-point tracking technology

  1. UST-ID robotics: Wireless communication and minimum conductor technology, and end-point tracking technology surveys

    International Nuclear Information System (INIS)

    Holliday, M.A.

    1993-10-01

    This report is a technology review of the current state-of-the-art in two technologies applicable to the Underground Storage Tank (UST) program at the Hanford Nuclear Reservation. The first review is of wireless and minimal conductor technologies for in-tank communications. The second review is of advanced concepts for independent tool-point tracking. This study addresses the need to provide wireless transmission media or minimum conductor technology for in-tank communications and robot control. At present, signals are conducted via contacting transmission media, i.e., cables. Replacing wires with radio frequencies or invisible light are commonplace in the communication industry. This technology will be evaluated for its applicability to the needs of robotics. Some of these options are radio signals, leaky coax, infrared, microwave, and optical fiber systems. Although optical fiber systems are contacting transmission media, they will be considered because of their ability to reduce the number of conductors. In this report we will identify, evaluate, and recommend the requirements for wireless and minimum conductor technology to replace the present cable system. The second section is a technology survey of concepts for independent end-point tracking (tracking the position of robot end effectors). The position of the end effector in current industrial robots is determined by computing that position from joint information, which is basically a problem of locating a point in three-dimensional space. Several approaches are presently being used in industrial robotics, including: stereo-triangulation with a theodolite network and electrocamera system, photogrammetry, and multiple-length measurement with laser interferometry and wires. The techniques that will be evaluated in this survey are advanced applications of the aforementioned approaches. These include laser tracking (3-D and 5-D), ultrasonic tracking, vision-guided servoing, and adaptive robotic visual tracking

  2. Towards free 3D end-point control for robotic-assisted human reaching using binocular eye tracking.

    Science.gov (United States)

    Maimon-Dror, Roni O; Fernandez-Quesada, Jorge; Zito, Giuseppe A; Konnaris, Charalambos; Dziemian, Sabine; Faisal, A Aldo

    2017-07-01

    Eye-movements are the only directly observable behavioural signals that are highly correlated with actions at the task level, and proactive of body movements and thus reflect action intentions. Moreover, eye movements are preserved in many movement disorders leading to paralysis (or amputees) from stroke, spinal cord injury, Parkinson's disease, multiple sclerosis, and muscular dystrophy among others. Despite this benefit, eye tracking is not widely used as control interface for robotic interfaces in movement impaired patients due to poor human-robot interfaces. We demonstrate here how combining 3D gaze tracking using our GT3D binocular eye tracker with custom designed 3D head tracking system and calibration method enables continuous 3D end-point control of a robotic arm support system. The users can move their own hand to any location of the workspace by simple looking at the target and winking once. This purely eye tracking based system enables the end-user to retain free head movement and yet achieves high spatial end point accuracy in the order of 6 cm RMSE error in each dimension and standard deviation of 4 cm. 3D calibration is achieved by moving the robot along a 3 dimensional space filling Peano curve while the user is tracking it with their eyes. This results in a fully automated calibration procedure that yields several thousand calibration points versus standard approaches using a dozen points, resulting in beyond state-of-the-art 3D accuracy and precision.

  3. Optimal Point-to-Point Trajectory Tracking of Redundant Manipulators using Generalized Pattern Search

    Directory of Open Access Journals (Sweden)

    Thi Rein Myo

    2008-11-01

    Full Text Available Optimal point-to-point trajectory planning for planar redundant manipulator is considered in this study. The main objective is to minimize the sum of the position error of the end-effector at each intermediate point along the trajectory so that the end-effector can track the prescribed trajectory accurately. An algorithm combining Genetic Algorithm and Pattern Search as a Generalized Pattern Search GPS is introduced to design the optimal trajectory. To verify the proposed algorithm, simulations for a 3-D-O-F planar manipulator with different end-effector trajectories have been carried out. A comparison between the Genetic Algorithm and the Generalized Pattern Search shows that The GPS gives excellent tracking performance.

  4. A time domain inverse dynamic method for the end point tracking control of a flexible manipulator

    Science.gov (United States)

    Kwon, Dong-Soo; Book, Wayne J.

    1991-01-01

    The inverse dynamic equation of a flexible manipulator was solved in the time domain. By dividing the inverse system equation into the causal part and the anticausal part, we calculated the torque and the trajectories of all state variables for a given end point trajectory. The interpretation of this method in the frequency domain was explained in detail using the two-sided Laplace transform and the convolution integral. The open loop control of the inverse dynamic method shows an excellent result in simulation. For real applications, a practical control strategy is proposed by adding a feedback tracking control loop to the inverse dynamic feedforward control, and its good experimental performance is presented.

  5. Pixel front-end development in 65 nm CMOS technology

    International Nuclear Information System (INIS)

    Havránek, M; Hemperek, T; Kishishita, T; Krüger, H; Wermes, N

    2014-01-01

    Luminosity upgrade of the LHC (HL-LHC) imposes severe constraints on the detector tracking systems in terms of radiation hardness and capability to cope with higher hit rates. One possible way of keeping track with increasing luminosity is the usage of more advanced technologies. Ultra deep sub-micron CMOS technologies allow a design of complex and high speed electronics with high integration density. In addition, these technologies are inherently radiation hard. We present a prototype of analog pixel front-end integrated circuit designed in 65 nm CMOS technology with applications oriented towards the ATLAS Pixel Detector upgrade. The aspects of ultra deep sub-micron design and performance of the analog pixel front-end circuits will be discussed

  6. Evaluation of maximum power point tracking in hydrokinetic energy conversion systems

    Directory of Open Access Journals (Sweden)

    Jahangir Khan

    2015-11-01

    Full Text Available Maximum power point tracking is a mature control issue for wind, solar and other systems. On the other hand, being a relatively new technology, detailed discussion on power tracking of hydrokinetic energy conversion systems are generally not available. Prior to developing sophisticated control schemes for use in hydrokinetic systems, existing know-how in wind or solar technologies can be explored. In this study, a comparative evaluation of three generic classes of maximum power point scheme is carried out. These schemes are (a tip speed ratio control, (b power signal feedback control, and (c hill climbing search control. In addition, a novel concept for maximum power point tracking: namely, extremum seeking control is introduced. Detailed and validated system models are used in a simulation environment. Potential advantages and drawbacks of each of these schemes are summarised.

  7. Track and mode controller (TMC): a software executive for a high-altitude pointing and tracking experiment

    Science.gov (United States)

    Michnovicz, Michael R.

    1997-06-01

    A real-time executive has been implemented to control a high altitude pointing and tracking experiment. The track and mode controller (TMC) implements a table driven design, in which the track mode logic for a tracking mission is defined within a state transition diagram (STD). THe STD is implemented as a state transition table in the TMC software. Status Events trigger the state transitions in the STD. Each state, as it is entered, causes a number of processes to be activated within the system. As these processes propagate through the system, the status of key processes are monitored by the TMC, allowing further transitions within the STD. This architecture is implemented in real-time, using the vxWorks operating system. VxWorks message queues allow communication of status events from the Event Monitor task to the STD task. Process commands are propagated to the rest of the system processors by means of the SCRAMNet shared memory network. The system mode logic contained in the STD will autonomously sequence in acquisition, tracking and pointing system through an entire engagement sequence, starting with target detection and ending with aimpoint maintenance. Simulation results and lab test results will be presented to verify the mode controller. In addition to implementing the system mode logic with the STD, the TMC can process prerecorded time sequences of commands required during startup operations. It can also process single commands from the system operator. In this paper, the author presents (1) an overview, in which he describes the TMC architecture, the relationship of an end-to-end simulation to the flight software and the laboratory testing environment, (2) implementation details, including information on the vxWorks message queues and the SCRAMNet shared memory network, (3) simulation results and lab test results which verify the mode controller, and (4) plans for the future, specifically as to how this executive will expedite transition to a fully

  8. Maximum power point tracking

    International Nuclear Information System (INIS)

    Enslin, J.H.R.

    1990-01-01

    A well engineered renewable remote energy system, utilizing the principal of Maximum Power Point Tracking can be m ore cost effective, has a higher reliability and can improve the quality of life in remote areas. This paper reports that a high-efficient power electronic converter, for converting the output voltage of a solar panel, or wind generator, to the required DC battery bus voltage has been realized. The converter is controlled to track the maximum power point of the input source under varying input and output parameters. Maximum power point tracking for relative small systems is achieved by maximization of the output current in a battery charging regulator, using an optimized hill-climbing, inexpensive microprocessor based algorithm. Through practical field measurements it is shown that a minimum input source saving of 15% on 3-5 kWh/day systems can easily be achieved. A total cost saving of at least 10-15% on the capital cost of these systems are achievable for relative small rating Remote Area Power Supply systems. The advantages at larger temperature variations and larger power rated systems are much higher. Other advantages include optimal sizing and system monitor and control

  9. Calorimetry end-point predictions

    International Nuclear Information System (INIS)

    Fox, M.A.

    1981-01-01

    This paper describes a portion of the work presently in progress at Rocky Flats in the field of calorimetry. In particular, calorimetry end-point predictions are outlined. The problems associated with end-point predictions and the progress made in overcoming these obstacles are discussed. The two major problems, noise and an accurate description of the heat function, are dealt with to obtain the most accurate results. Data are taken from an actual calorimeter and are processed by means of three different noise reduction techniques. The processed data are then utilized by one to four algorithms, depending on the accuracy desired to determined the end-point

  10. Highly efficient maximum power point tracking using DC-DC coupled inductor single-ended primary inductance converter for photovoltaic power systems

    Science.gov (United States)

    Quamruzzaman, M.; Mohammad, Nur; Matin, M. A.; Alam, M. R.

    2016-10-01

    Solar photovoltaics (PVs) have nonlinear voltage-current characteristics, with a distinct maximum power point (MPP) depending on factors such as solar irradiance and operating temperature. To extract maximum power from the PV array at any environmental condition, DC-DC converters are usually used as MPP trackers. This paper presents the performance analysis of a coupled inductor single-ended primary inductance converter for maximum power point tracking (MPPT) in a PV system. A detailed model of the system has been designed and developed in MATLAB/Simulink. The performance evaluation has been conducted on the basis of stability, current ripple reduction and efficiency at different operating conditions. Simulation results show considerable ripple reduction in the input and output currents of the converter. Both the MPPT and converter efficiencies are significantly improved. The obtained simulation results validate the effectiveness and suitability of the converter model in MPPT and show reasonable agreement with the theoretical analysis.

  11. Maximum-power-point tracking control of solar heating system

    KAUST Repository

    Huang, Bin-Juine

    2012-11-01

    The present study developed a maximum-power point tracking control (MPPT) technology for solar heating system to minimize the pumping power consumption at an optimal heat collection. The net solar energy gain Q net (=Q s-W p/η e) was experimentally found to be the cost function for MPPT with maximum point. The feedback tracking control system was developed to track the optimal Q net (denoted Q max). A tracking filter which was derived from the thermal analytical model of the solar heating system was used to determine the instantaneous tracking target Q max(t). The system transfer-function model of solar heating system was also derived experimentally using a step response test and used in the design of tracking feedback control system. The PI controller was designed for a tracking target Q max(t) with a quadratic time function. The MPPT control system was implemented using a microprocessor-based controller and the test results show good tracking performance with small tracking errors. It is seen that the average mass flow rate for the specific test periods in five different days is between 18.1 and 22.9kg/min with average pumping power between 77 and 140W, which is greatly reduced as compared to the standard flow rate at 31kg/min and pumping power 450W which is based on the flow rate 0.02kg/sm 2 defined in the ANSI/ASHRAE 93-1986 Standard and the total collector area 25.9m 2. The average net solar heat collected Q net is between 8.62 and 14.1kW depending on weather condition. The MPPT control of solar heating system has been verified to be able to minimize the pumping energy consumption with optimal solar heat collection. © 2012 Elsevier Ltd.

  12. SIFT based algorithm for point feature tracking

    Directory of Open Access Journals (Sweden)

    Adrian BURLACU

    2007-12-01

    Full Text Available In this paper a tracking algorithm for SIFT features in image sequences is developed. For each point feature extracted using SIFT algorithm a descriptor is computed using information from its neighborhood. Using an algorithm based on minimizing the distance between two descriptors tracking point features throughout image sequences is engaged. Experimental results, obtained from image sequences that capture scaling of different geometrical type object, reveal the performances of the tracking algorithm.

  13. A maximum power point tracking scheme for a 1kw stand-alone ...

    African Journals Online (AJOL)

    A maximum power point tracking scheme for a 1kw stand-alone solar energy based power supply. ... Nigerian Journal of Technology ... A method for efficiently maximizing the output power of a solar panel supplying a load or battery bus under ...

  14. Fuzzy Controller Design Using FPGA for Photovoltaic Maximum Power Point Tracking

    OpenAIRE

    Basil M Hamed; Mohammed S. El-Moghany

    2012-01-01

    The cell has optimum operating point to be able to get maximum power. To obtain Maximum Power from photovoltaic array, photovoltaic power system usually requires Maximum Power Point Tracking (MPPT) controller. This paper provides a small power photovoltaic control system based on fuzzy control with FPGA technology design and implementation for MPPT. The system composed of photovoltaic module, buck converter and the fuzzy logic controller implemented on FPGA for controlling on/off time of MOSF...

  15. Small Orbital Stereo Tracking Camera Technology Development

    Science.gov (United States)

    Gagliano, L.; Bryan, T.; MacLeod, T.

    On-Orbit Small Debris Tracking and Characterization is a technical gap in the current National Space Situational Awareness necessary to safeguard orbital assets and crew. This poses a major risk of MOD damage to ISS and Exploration vehicles. In 2015 this technology was added to NASAs Office of Chief Technologist roadmap. For missions flying in or assembled in or staging from LEO, the physical threat to vehicle and crew is needed in order to properly design the proper level of MOD impact shielding and proper mission design restrictions. Need to verify debris flux and size population versus ground RADAR tracking. Use of ISS for In-Situ Orbital Debris Tracking development provides attitude, power, data and orbital access without a dedicated spacecraft or restricted operations on-board a host vehicle as a secondary payload. Sensor Applicable to in-situ measuring orbital debris in flux and population in other orbits or on other vehicles. Could enhance safety on and around ISS. Some technologies extensible to monitoring of extraterrestrial debris as well To help accomplish this, new technologies must be developed quickly. The Small Orbital Stereo Tracking Camera is one such up and coming technology. It consists of flying a pair of intensified megapixel telephoto cameras to evaluate Orbital Debris (OD) monitoring in proximity of International Space Station. It will demonstrate on-orbit optical tracking (in situ) of various sized objects versus ground RADAR tracking and small OD models. The cameras are based on Flight Proven Advanced Video Guidance Sensor pixel to spot algorithms (Orbital Express) and military targeting cameras. And by using twin cameras we can provide Stereo images for ranging & mission redundancy. When pointed into the orbital velocity vector (RAM), objects approaching or near the stereo camera set can be differentiated from the stars moving upward in background.

  16. Urbanism on Track : Application of tracking technologies in urbanism

    NARCIS (Netherlands)

    Van der Hoeven, F.D.; Van Schaick, J.; Van der Spek, S.C.; Smit, M.G.J.

    2008-01-01

    Tracking technologies such as GPS, mobile phone tracking, video and RFID monitoring are rapidly becoming part of daily life. Technological progress offers huge possibilities for studying human activity patterns in time and space in new ways. Delft University of Technology (TU Delft) held an

  17. Testing of an End-Point Control Unit Designed to Enable Precision Control of Manipulator-Coupled Spacecraft

    Science.gov (United States)

    Montgomery, Raymond C.; Ghosh, Dave; Tobbe, Patrick A.; Weathers, John M.; Manouchehri, Davoud; Lindsay, Thomas S.

    1994-01-01

    This paper presents an end-point control concept designed to enable precision telerobotic control of manipulator-coupled spacecraft. The concept employs a hardware unit (end-point control unit EPCU) that is positioned between the end-effector of the Space Shuttle Remote Manipulator System and the payload. Features of the unit are active compliance (control of the displacement between the end-effector and the payload), to allow precision control of payload motions, and inertial load relief, to prevent the transmission of loads between the end-effector and the payload. This paper presents the concept and studies the active compliance feature using a simulation and hardware. Results of the simulation show the effectiveness of the EPCU in smoothing the motion of the payload. Results are presented from initial, limited tests of a laboratory hardware unit on a robotic arm testbed at the l Space Flight Center. Tracking performance of the arm in a constant speed automated retraction and extension maneuver of a heavy payload with and without the unit active is compared for the design speed and higher speeds. Simultaneous load reduction and tracking performance are demonstrated using the EPCU.

  18. Applying patent information to tracking a specific technology

    Directory of Open Access Journals (Sweden)

    Chen-Yuan Liu

    2007-10-01

    Full Text Available Patents in general contain much novel technological information. This paper demonstrates that the usage of patent analysis can facilitate a unique scheme for tracking technology development. In this paper, the walking technique of the Japanese biped robot is tracked as an example. The searching method of the FI (file index and F-term classification system developed by JPO (Japan Patent Office was employed in this study, where all the related patent data were searched from the IPDL (Intellectual Property Digital Library. This study investigated an important technique applied to the humanoid biped robot that imitates the walking behavior of the human beings on two legs. By analyzing the patent information obtained, the relative research capabilities, technical strengths, and patent citation conditions among patent competitors were compared. Furthermore, a formulated technical matrix of patent map is established in this paper to indicate that the ZMP (Zero Moment Point control means is the main technology to achieve stabilized walking control of the humanoid biped robot. This study also incorporates relevant academic journal findings and industrial information. Results presented herein demonstrate that patents can function not only as a map for tracking a technology trajectory, but also as a guide to the main development of a new technology in years to come.

  19. Validation of intermediate end points in cancer research.

    Science.gov (United States)

    Schatzkin, A; Freedman, L S; Schiffman, M H; Dawsey, S M

    1990-11-21

    Investigations using intermediate end points as cancer surrogates are quicker, smaller, and less expensive than studies that use malignancy as the end point. We present a strategy for determining whether a given biomarker is a valid intermediate end point between an exposure and incidence of cancer. Candidate intermediate end points may be selected from case series, ecologic studies, and animal experiments. Prospective cohort and sometimes case-control studies may be used to quantify the intermediate end point-cancer association. The most appropriate measure of this association is the attributable proportion. The intermediate end point is a valid cancer surrogate if the attributable proportion is close to 1.0, but not if it is close to 0. Usually, the attributable proportion is close to neither 1.0 nor 0; in this case, valid surrogacy requires that the intermediate end point mediate an established exposure-cancer relation. This would in turn imply that the exposure effect would vanish if adjusted for the intermediate end point. We discuss the relative advantages of intervention and observational studies for the validation of intermediate end points. This validation strategy also may be applied to intermediate end points for adverse reproductive outcomes and chronic diseases other than cancer.

  20. Fast front-end electronics for semiconductor tracking detectors: Trends and perspectives

    Energy Technology Data Exchange (ETDEWEB)

    Rivetti, Angelo

    2014-11-21

    In the past few years, extensive research efforts pursued by both the industry and the academia have lead to major improvements in the performance of Analog to Digital Converters (ADCs) and Time to Digital Converters (TDCs). ADCs achieving 8–10 bit resolution, 50–100 MHz conversion frequency and less than 1 mW power consumption are the today's standard, while TDCs have reached sub-picosecond time resolution. These results have been made possible by architectural upgrades combined with the use of ultra deep submicron CMOS technologies with minimum feature size of 130 nm or smaller. Front-end ASICs in which a prompt digitization is followed by signal conditioning in the digital domain can now be envisaged also within the tight power budget typically available in high density tracking systems. Furthermore, tracking detectors embedding high resolution timing capabilities are gaining interest. In the paper, ADC's and TDC's developments which are of particular relevance for the design front-end electronics for semiconductor trackers are discussed along with the benefits and challenges of exploiting such high performance building blocks in implementing the next generation of ASICs for high granularity particle detectors.

  1. End-point sharpness in thermometric titrimetry.

    Science.gov (United States)

    Tyrrell, H J

    1967-07-01

    It is shown that the sharpness of an end-point in a thermometric titration where the simple reaction A + B right harpoon over left harpoon AB takes place, depends on Kc(A') where K is the equilibrium constant for the reaction, and c(A') is the total concentration of the titrand (A) in the reaction mixture. The end-point is sharp if, (i) the enthalpy change in the reaction is not negligible, and (ii) Kc(A') > 10(3). This shows that it should, for example, be possible to titrate 0.1 M acid, pK(A) = 10, using a thennometric end-point. Some aspects of thermometric titrimetry when Kc(A') < 10(3) are also considered.

  2. Two-Stage Chaos Optimization Search Application in Maximum Power Point Tracking of PV Array

    Directory of Open Access Journals (Sweden)

    Lihua Wang

    2014-01-01

    Full Text Available In order to deliver the maximum available power to the load under the condition of varying solar irradiation and environment temperature, maximum power point tracking (MPPT technologies have been used widely in PV systems. Among all the MPPT schemes, the chaos method is one of the hot topics in recent years. In this paper, a novel two-stage chaos optimization method is presented which can make search faster and more effective. In the process of proposed chaos search, the improved logistic mapping with the better ergodic is used as the first carrier process. After finding the current optimal solution in a certain guarantee, the power function carrier as the secondary carrier process is used to reduce the search space of optimized variables and eventually find the maximum power point. Comparing with the traditional chaos search method, the proposed method can track the change quickly and accurately and also has better optimization results. The proposed method provides a new efficient way to track the maximum power point of PV array.

  3. Face landmark point tracking using LK pyramid optical flow

    Science.gov (United States)

    Zhang, Gang; Tang, Sikan; Li, Jiaquan

    2018-04-01

    LK pyramid optical flow is an effective method to implement object tracking in a video. It is used for face landmark point tracking in a video in the paper. The landmark points, i.e. outer corner of left eye, inner corner of left eye, inner corner of right eye, outer corner of right eye, tip of a nose, left corner of mouth, right corner of mouth, are considered. It is in the first frame that the landmark points are marked by hand. For subsequent frames, performance of tracking is analyzed. Two kinds of conditions are considered, i.e. single factors such as normalized case, pose variation and slowly moving, expression variation, illumination variation, occlusion, front face and rapidly moving, pose face and rapidly moving, and combination of the factors such as pose and illumination variation, pose and expression variation, pose variation and occlusion, illumination and expression variation, expression variation and occlusion. Global measures and local ones are introduced to evaluate performance of tracking under different factors or combination of the factors. The global measures contain the number of images aligned successfully, average alignment error, the number of images aligned before failure, and the local ones contain the number of images aligned successfully for components of a face, average alignment error for the components. To testify performance of tracking for face landmark points under different cases, tests are carried out for image sequences gathered by us. Results show that the LK pyramid optical flow method can implement face landmark point tracking under normalized case, expression variation, illumination variation which does not affect facial details, pose variation, and that different factors or combination of the factors have different effect on performance of alignment for different landmark points.

  4. End points and assessments in esthetic dental treatment.

    Science.gov (United States)

    Ishida, Yuichi; Fujimoto, Keiko; Higaki, Nobuaki; Goto, Takaharu; Ichikawa, Tetsuo

    2015-10-01

    There are two key considerations for successful esthetic dental treatments. This article systematically describes the two key considerations: the end points of esthetic dental treatments and assessments of esthetic outcomes, which are also important for acquiring clinical skill in esthetic dental treatments. The end point and assessment of esthetic dental treatment were discussed through literature reviews and clinical practices. Before designing a treatment plan, the end point of dental treatment should be established. The section entitled "End point of esthetic dental treatment" discusses treatments for maxillary anterior teeth and the restoration of facial profile with prostheses. The process of assessing treatment outcomes entitled "Assessments of esthetic dental treatment" discusses objective and subjective evaluation methods. Practitioners should reach an agreement regarding desired end points with patients through medical interviews, and continuing improvements and developments of esthetic assessments are required to raise the therapeutic level of esthetic dental treatments. Copyright © 2015 Japan Prosthodontic Society. Published by Elsevier Ltd. All rights reserved.

  5. Blossom Point Satellite Tracking and Command Station

    Data.gov (United States)

    Federal Laboratory Consortium — FUNCTION: The Blossom Point Satellite Command and Tracking Facility (BP) provides engineering and operational support to several complex space systems for the Navy...

  6. Survival End Points for Huntington Disease Trials Prior to a Motor Diagnosis.

    Science.gov (United States)

    Long, Jeffrey D; Mills, James A; Leavitt, Blair R; Durr, Alexandra; Roos, Raymund A; Stout, Julie C; Reilmann, Ralf; Landwehrmeyer, Bernhard; Gregory, Sarah; Scahill, Rachael I; Langbehn, Douglas R; Tabrizi, Sarah J

    2017-11-01

    Predictive genetic testing in Huntington disease (HD) enables therapeutic trials in HTT gene expansion mutation carriers prior to a motor diagnosis. Progression-free survival (PFS) is the composite of a motor diagnosis or a progression event, whichever comes first. To determine if PFS provides feasible sample sizes for trials with mutation carriers who have not yet received a motor diagnosis. This study uses data from the 2-phase, longitudinal cohort studies called Track and from a longitudinal cohort study called the Cooperative Huntington Observational Research Trial (COHORT). Track had 167 prediagnosis mutation carriers and 156 noncarriers, whereas COHORT had 366 prediagnosis mutation carriers and noncarriers. Track studies were conducted at 4 sites in 4 countries (Canada, France, England, and the Netherlands) from which data were collected from January 17, 2008, through November 17, 2014. The COHORT was conducted at 38 sites in 3 countries (Australia, Canada, and the United States) from which data were collected from February 14, 2006, through December 31, 2009. Results from the Track data were externally validated with data from the COHORT. The required sample size was estimated for a 2-arm prediagnosis clinical trial. Data analysis took place from May 1, 2016, to June 10, 2017. The primary end point is PFS. Huntington disease progression events are defined for the Unified Huntington's Disease Rating Scale total motor score, total functional capacity, symbol digit modalities test, and Stroop word test. Of Track's 167 prediagnosis mutation carriers, 93 (55.6%) were women, and the mean (SD) age was 40.06 (8.92) years; of the 156 noncarriers, 87 (55.7%) were women, and the mean (SD) age was 45.58 (10.30) years. Of the 366 COHORT participants, 229 (62.5%) were women and the mean (SD) age was 42.21 (12.48) years. The PFS curves of the Track mutation carriers showed good external validity with the COHORT mutation carriers after adjusting for initial progression. For

  7. Photovoltaic System with Smart Tracking of the Optimal Working Point

    Directory of Open Access Journals (Sweden)

    PATARAU, T.

    2010-08-01

    Full Text Available A photovoltaic (PV system, based on a Maximum Power Point Tracking (MPPT controller that extracts the maximum possible output power from the solar panel is described. Output efficiency of a PV energy system can be achieved only if the system working point is brought near the maximum power point (MPP. The proposed system, making use of several MPPT control algorithms (Perturb and Observe, Incremental conductance, Fuzzy Logic, demonstrates in simulations as well as in real experiments good tracking of the optimal working point.

  8. Track length estimation applied to point detectors

    International Nuclear Information System (INIS)

    Rief, H.; Dubi, A.; Elperin, T.

    1984-01-01

    The concept of the track length estimator is applied to the uncollided point flux estimator (UCF) leading to a new algorithm of calculating fluxes at a point. It consists essentially of a line integral of the UCF, and although its variance is unbounded, the convergence rate is that of a bounded variance estimator. In certain applications, involving detector points in the vicinity of collimated beam sources, it has a lower variance than the once-more-collided point flux estimator, and its application is more straightforward

  9. Recent Developments in Maximum Power Point Tracking Technologies for Photovoltaic Systems

    Directory of Open Access Journals (Sweden)

    Nevzat Onat

    2010-01-01

    Full Text Available In photovoltaic (PV system applications, it is very important to design a system for operating of the solar cells (SCs under best conditions and highest efficiency. Maximum power point (MPP varies depending on the angle of sunlight on the surface of the panel and cell temperature. Hence, the operating point of the load is not always MPP of PV system. Therefore, in order to supply reliable energy to the load, PV systems are designed to include more than the required number of modules. The solution to this problem is that switching power converters are used, that is called maximum power point tracker (MPPT. In this study, the various aspects of these algorithms have been analyzed in detail. Classifications, definitions, and basic equations of the most widely used MPPT technologies are given. Moreover, a comparison was made in the conclusion.

  10. Poisson point processes imaging, tracking, and sensing

    CERN Document Server

    Streit, Roy L

    2010-01-01

    This overview of non-homogeneous and multidimensional Poisson point processes and their applications features mathematical tools and applications from emission- and transmission-computed tomography to multiple target tracking and distributed sensor detection.

  11. A Single Phase Doubly Grounded Semi-Z-Source Inverter for Photovoltaic (PV Systems with Maximum Power Point Tracking (MPPT

    Directory of Open Access Journals (Sweden)

    Tofael Ahmed

    2014-06-01

    Full Text Available In this paper, a single phase doubly grounded semi-Z-source inverter with maximum power point tracking (MPPT is proposed for photovoltaic (PV systems. This proposed system utilizes a single-ended primary inductor (SEPIC converter as DC-DC converter to implement the MPPT algorithm for tracking the maximum power from a PV array and a single phase semi-Z-source inverter for integrating the PV with AC power utilities. The MPPT controller utilizes a fast-converging algorithm to track the maximum power point (MPP and the semi-Z-source inverter utilizes a nonlinear SPWM to produce sinusoidal voltage at the output. The proposed system is able to track the MPP of PV arrays and produce an AC voltage at its output by utilizing only three switches. Experimental results show that the fast-converging MPPT algorithm has fast tracking response with appreciable MPP efficiency. In addition, the inverter shows the minimization of common mode leakage current with its ground sharing feature and reduction of the THD as well as DC current components at the output during DC-AC conversion.

  12. Technology survey on video face tracking

    Science.gov (United States)

    Zhang, Tong; Gomes, Herman Martins

    2014-03-01

    With the pervasiveness of monitoring cameras installed in public areas, schools, hospitals, work places and homes, video analytics technologies for interpreting these video contents are becoming increasingly relevant to people's lives. Among such technologies, human face detection and tracking (and face identification in many cases) are particularly useful in various application scenarios. While plenty of research has been conducted on face tracking and many promising approaches have been proposed, there are still significant challenges in recognizing and tracking people in videos with uncontrolled capturing conditions, largely due to pose and illumination variations, as well as occlusions and cluttered background. It is especially complex to track and identify multiple people simultaneously in real time due to the large amount of computation involved. In this paper, we present a survey on literature and software that are published or developed during recent years on the face tracking topic. The survey covers the following topics: 1) mainstream and state-of-the-art face tracking methods, including features used to model the targets and metrics used for tracking; 2) face identification and face clustering from face sequences; and 3) software packages or demonstrations that are available for algorithm development or trial. A number of publically available databases for face tracking are also introduced.

  13. End points for adjuvant therapy trials: has the time come to accept disease-free survival as a surrogate end point for overall survival?

    Science.gov (United States)

    Gill, Sharlene; Sargent, Daniel

    2006-06-01

    The intent of adjuvant therapy is to eradicate micro-metastatic residual disease following curative resection with the goal of preventing or delaying recurrence. The time-honored standard for demonstrating efficacy of new adjuvant therapies is an improvement in overall survival (OS). This typically requires phase III trials of large sample size with lengthy follow-up. With the intent of reducing the cost and time of completing such trials, there is considerable interest in developing alternative or surrogate end points. A surrogate end point may be employed as a substitute to directly assess the effects of an intervention on an already accepted clinical end point such as mortality. When used judiciously, surrogate end points can accelerate the evaluation of new therapies, resulting in the more timely dissemination of effective therapies to patients. The current review provides a perspective on the suitability and validity of disease-free survival (DFS) as an alternative end point for OS. Criteria for establishing surrogacy and the advantages and limitations associated with the use of DFS as a primary end point in adjuvant clinical trials and as the basis for approval of new adjuvant therapies are discussed.

  14. Modeling of Maximum Power Point Tracking Controller for Solar Power System

    Directory of Open Access Journals (Sweden)

    Aryuanto Soetedjo

    2012-09-01

    Full Text Available In this paper, a Maximum Power Point Tracking (MPPT controller for solar power system is modeled using MATLAB Simulink. The model consists of PV module, buck converter, and MPPT controller. The contribution of the work is in the modeling of buck converter that allowing the input voltage of the converter, i.e. output voltage of PV is changed by varying the duty cycle, so that the maximum power point could be tracked when the environmental changes. The simulation results show that the developed model performs well in tracking the maximum power point (MPP of the PV module using Perturb and Observe (P&O Algorithm.

  15. ISS Asset Tracking Using SAW RFID Technology

    Science.gov (United States)

    Schellhase, Amy; Powers, Annie

    2004-01-01

    A team at the NASA Johnson Space Center (JSC) is undergoing final preparations to test Surface Acoustic Wave (SAW) Radio Frequency Identification (RFID) technology to track assets aboard the International Space Station (ISS). Currently, almost 10,000 U.S. items onboard the ISS are tracked within a database maintained by both the JSC ground teams and crew onboard the ISS. This barcode-based inventory management system has successfully tracked the location of 97% of the items onboard, but its accuracy is dependant on the crew to report hardware movements, taking valuable time away from science and other activities. With the addition of future modules, the volume of inventory to be tracked is expected to increase significantly. The first test of RFID technology on ISS, which will be conducted by the Expedition 16 crew later this year, will evaluate the ability of RFID technology to track consumable items. These consumables, which include office supplies and clothing, are regularly supplied to ISS and can be tagged on the ground. Automation will eliminate line-of-sight auditing requirements, directly saving crew time. This first step in automating an inventory tracking system will pave the way for future uses of RFID for inventory tracking in space. Not only are there immediate benefits for ISS applications, it is a crucial step to ensure efficient logistics support for future vehicles and exploration missions where resupplies are not readily available. Following a successful initial test, the team plans to execute additional tests for new technology, expanded operations concepts, and increased automation.

  16. Smart Global Maximum Power Point Tracking Controller of Photovoltaic Module Arrays

    Directory of Open Access Journals (Sweden)

    Long-Yi Chang

    2018-03-01

    Full Text Available This study first explored the effect of shading on the output characteristics of modules in a photovoltaic module array. Next, a modified particle swarm optimization (PSO method was employed to track the maximum power point of the multiple-peak characteristic curve of the array. Through the optimization method, the weighting value and cognition learning factor decreased with an increasing number of iterations, whereas the social learning factor increased, thereby enhancing the tracking capability of a maximum power point tracker. In addition, the weighting value was slightly modified on the basis of the changes in the slope and power of the characteristic curve to increase the tracking speed and stability of the tracker. Finally, a PIC18F8720 microcontroller was coordinated with peripheral hardware circuits to realize the proposed PSO method, which was then adopted to track the maximum power point of the power–voltage (P–V output characteristic curve of the photovoltaic module array under shading. Subsequently, tests were conducted to verify that the modified PSO method exhibited favorable tracking speed and accuracy.

  17. UO3 deactivation end point criteria

    International Nuclear Information System (INIS)

    Stefanski, L.D.

    1994-01-01

    The UO 3 Deactivation End Point Criteria are necessary to facilitate the transfer of the UO 3 Facility from the Office of Facility Transition and Management (EM-60) to the office of Environmental Restoration (EM-40). The criteria were derived from a logical process for determining end points for the systems and spaces at the UO 3 , Facility based on the objectives, tasks, and expected future uses pertinent to that system or space. Furthermore, the established criteria meets the intent and supports the draft guidance for acceptance criteria prepared by EM-40, open-quotes U.S. Department of Energy office of Environmental Restoration (EM-40) Decontamination and Decommissioning Guidance Document (Draft).close quotes For the UO 3 Facility, the overall objective of deactivation is to achieve a safe, stable and environmentally sound condition, suitable for an extended period, as quickly and economically as possible. Once deactivated, the facility is kept in its stable condition by means of a methodical surveillance and maintenance (S ampersand M) program, pending ultimate decontamination and decommissioning (D ampersand D). Deactivation work involves a range of tasks, such as removal of hazardous material, elimination or shielding of radiation fields, partial decontamination to permit access for inspection, installation of monitors and alarms, etc. it is important that the end point of each of these tasks be established clearly and in advance, for the following reasons: (1) End points must be such that the central element of the deactivation objective - to achieve stability - is unquestionably achieved. (2) Much of the deactivation work involves worker exposure to radiation or dangerous materials. This can be minimized by avoiding unnecessary work. (3) Each task is, in effect, competing for resources with other deactivation tasks and other facilities. By assuring that each task is appropriately bounded, DOE's overall resources can be used most fully and effectively

  18. A Validation Approach of an End-to-End Whole Genome Sequencing Workflow for Source Tracking of Listeria monocytogenes and Salmonella enterica

    Directory of Open Access Journals (Sweden)

    Anne-Catherine Portmann

    2018-03-01

    Full Text Available Whole genome sequencing (WGS, using high throughput sequencing technology, reveals the complete sequence of the bacterial genome in a few days. WGS is increasingly being used for source tracking, pathogen surveillance and outbreak investigation due to its high discriminatory power. In the food industry, WGS used for source tracking is beneficial to support contamination investigations. Despite its increased use, no standards or guidelines are available today for the use of WGS in outbreak and/or trace-back investigations. Here we present a validation of our complete (end-to-end WGS workflow for Listeria monocytogenes and Salmonella enterica including: subculture of isolates, DNA extraction, sequencing and bioinformatics analysis. This end-to-end WGS workflow was evaluated according to the following performance criteria: stability, repeatability, reproducibility, discriminatory power, and epidemiological concordance. The current study showed that few single nucleotide polymorphism (SNPs were observed for L. monocytogenes and S. enterica when comparing genome sequences from five independent colonies from the first subculture and five independent colonies after the tenth subculture. Consequently, the stability of the WGS workflow for L. monocytogenes and S. enterica was demonstrated despite the few genomic variations that can occur during subculturing steps. Repeatability and reproducibility were also demonstrated. The WGS workflow was shown to have a high discriminatory power and has the ability to show genetic relatedness. Additionally, the WGS workflow was able to reproduce published outbreak investigation results, illustrating its capability of showing epidemiological concordance. The current study proposes a validation approach comprising all steps of a WGS workflow and demonstrates that the workflow can be applied to L. monocytogenes or S. enterica.

  19. Object tracking system using a VSW algorithm based on color and point features

    Directory of Open Access Journals (Sweden)

    Lim Hye-Youn

    2011-01-01

    Full Text Available Abstract An object tracking system using a variable search window (VSW algorithm based on color and feature points is proposed. A meanshift algorithm is an object tracking technique that works according to color probability distributions. An advantage of this algorithm based on color is that it is robust to specific color objects; however, a disadvantage is that it is sensitive to non-specific color objects due to illumination and noise. Therefore, to offset this weakness, it presents the VSW algorithm based on robust feature points for the accurate tracking of moving objects. The proposed method extracts the feature points of a detected object which is the region of interest (ROI, and generates a VSW using the given information which is the positions of extracted feature points. The goal of this paper is to achieve an efficient and effective object tracking system that meets the accurate tracking of moving objects. Through experiments, the object tracking system is implemented that it performs more precisely than existing techniques.

  20. Acquisition, tracking, and pointing IV; Proceedings of the Meeting, Orlando, FL, Apr. 19, 20, 1990

    Science.gov (United States)

    Gowrinathan, Sankaran

    1990-09-01

    Various papers on acquisition, tracking, and pointing are presented. Individual topics addressed include: backlash control techniques in geared servo mechanics; optical fiber and photodetector array for robotic seam tracking; star trackers for spacecraft applications; Starfire optical range tracking system for the 1.5 m telescope; real-time video image centroid tracker; optical alignment with a beamwalk system; line-of-sight stabilization requirements for target tracking system; image quality with narrow beam illumination in an active tracking system; IR sensor data fusion for target detection, identification, and tracking; target location and pointing algorithm for a three-axis stabilized line scanner. Also discussed are: adaptive control system techniques applied to inertial stabilization systems; supervisory control of electrooptic tracking and pointing; position loop compensation for flex-pivot-mounted gimbal stabilization systems; advanced testing methods for acquisition, tracking, and pointing; development of kinmatics for gimballed mirror systems.

  1. Contactless measurement of muscles fatigue by tracking facial feature points in a video

    DEFF Research Database (Denmark)

    Irani, Ramin; Nasrollahi, Kamal; Moeslund, Thomas B.

    2014-01-01

    their exercises when the level of the fatigue might be dangerous for the patients. The current technology for measuring tiredness, like Electromyography (EMG), requires installing some sensors on the body. In some applications, like remote patient monitoring, this however might not be possible. To deal...... with such cases, in this paper we present a contactless method based on computer vision techniques to measure tiredness by detecting, tracking, and analyzing some facial feature points during the exercise. Experimental results on several test subjects and comparing them against ground truth data show...... that the proposed system can properly find the temporal point of tiredness of the muscles when the test subjects are doing physical exercises....

  2. Improving AR tracking and registration with markerless technology

    OpenAIRE

    Shi, Lei

    2017-01-01

    This study is performed with two mai n goals in mind. The first goal is to understand the Augmented Reality technology and its mainly tracking and registration technology , the second one is find a way to improve the registration and tracking accuracy . T he project is graphic digital compass designed for android devices based on these mainly technology . It can obtain t...

  3. Kick-Off Point (KOP and End of Buildup (EOB Data Analysis in Trajectory Design

    Directory of Open Access Journals (Sweden)

    Novrianti Novrianti

    2017-06-01

    Full Text Available Well X is a development well which is directionally drilled. Directional drilling is choosen because the coordinate target of Well X is above the buffer zone. The directional track plan needs accurate survey calculation in order to make the righ track for directional drilling. There are many survey calculation in directional drilling such as tangential, underbalance, average angle, radius of curvature, and mercury method. Minimum curvature method is used in this directional track plan calculation. This method is used because it gives less error than other method.  Kick-Off Point (KOP and End of Buildup (EOB analysis is done at 200 ft, 400 ft, and 600 ft depth to determine the trajectory design and optimal inclination. The hole problem is also determined in this trajectory track design. Optimal trajectory design determined at 200 ft depth because the inclination below 35º and also already reach the target quite well at 1632.28 ft TVD and 408.16 AHD. The optimal inclination at 200 ft KOP depth because the maximum inclination is 18.87º which is below 35º. Hole problem will occur if the trajectory designed at 600 ft. The problems are stuck pipe and the casing or tubing will not able to bend.

  4. A Hybrid Maximum Power Point Tracking Method for Automobile Exhaust Thermoelectric Generator

    Science.gov (United States)

    Quan, Rui; Zhou, Wei; Yang, Guangyou; Quan, Shuhai

    2017-05-01

    To make full use of the maximum output power of automobile exhaust thermoelectric generator (AETEG) based on Bi2Te3 thermoelectric modules (TEMs), taking into account the advantages and disadvantages of existing maximum power point tracking methods, and according to the output characteristics of TEMs, a hybrid maximum power point tracking method combining perturb and observe (P&O) algorithm, quadratic interpolation and constant voltage tracking method was put forward in this paper. Firstly, it searched the maximum power point with P&O algorithms and a quadratic interpolation method, then, it forced the AETEG to work at its maximum power point with constant voltage tracking. A synchronous buck converter and controller were implemented in the electric bus of the AETEG applied in a military sports utility vehicle, and the whole system was modeled and simulated with a MATLAB/Simulink environment. Simulation results demonstrate that the maximum output power of the AETEG based on the proposed hybrid method is increased by about 3.0% and 3.7% compared with that using only the P&O algorithm and the quadratic interpolation method, respectively. The shorter tracking time is only 1.4 s, which is reduced by half compared with that of the P&O algorithm and quadratic interpolation method, respectively. The experimental results demonstrate that the tracked maximum power is approximately equal to the real value using the proposed hybrid method,and it can preferentially deal with the voltage fluctuation of the AETEG with only P&O algorithm, and resolve the issue that its working point can barely be adjusted only with constant voltage tracking when the operation conditions change.

  5. Maximum power point tracking of partially shaded solar photovoltaic arrays

    Energy Technology Data Exchange (ETDEWEB)

    Roy Chowdhury, Shubhajit; Saha, Hiranmay [IC Design and Fabrication Centre, Department of Electronics and Telecommunication Engineering, Jadavpur University (India)

    2010-09-15

    The paper presents the simulation and hardware implementation of maximum power point (MPP) tracking of a partially shaded solar photovoltaic (PV) array using a variant of Particle Swarm Optimization known as Adaptive Perceptive Particle Swarm Optimization (APPSO). Under partially shaded conditions, the photovoltaic (PV) array characteristics get more complex with multiple maxima in the power-voltage characteristic. The paper presents an algorithmic technique to accurately track the maximum power point (MPP) of a PV array using an APPSO. The APPSO algorithm has also been validated in the current work. The proposed technique uses only one pair of sensors to control multiple PV arrays. This result in lower cost and higher accuracy of 97.7% compared to earlier obtained accuracy of 96.41% using Particle Swarm Optimization. The proposed tracking technique has been mapped onto a MSP430FG4618 microcontroller for tracking and control purposes. The whole system based on the proposed has been realized on a standard two stage power electronic system configuration. (author)

  6. Exploring Experience of Runners with Sports Tracking Technology

    NARCIS (Netherlands)

    Kuru, Armagan

    2016-01-01

    Running has been perceived as an easy way of becoming physically active. Over time, amateur runners start to use technology to keep track of their training and be aware of their improvement. In that sense, this article explores runners’ experience with activity tracking technology. After giving a

  7. Using GPS-tracking technology for urban design interventions

    NARCIS (Netherlands)

    Van der Spek, S.C.; Van Langelaar, C.M.

    2011-01-01

    The aim of this paper is to express the application of tracking technologies in Urban Design and Planning. Tracking technologies can be used to monitor different user groups in different occasions. Since 2005, TU Delft has explored and developed two types of research using GPS to collect spatio

  8. Some nuclear track technologies developed recently for practical purposes

    International Nuclear Information System (INIS)

    Hao Xiuhong

    2000-01-01

    For practical purposes three kinds of nuclear track technologies developed recently are described. They are coloring of nuclear track, nuclear track sheet replication and molding of micro metallic cones from nuclear tracks

  9. A maximum power point tracking algorithm for buoy-rope-drum wave energy converters

    Science.gov (United States)

    Wang, J. Q.; Zhang, X. C.; Zhou, Y.; Cui, Z. C.; Zhu, L. S.

    2016-08-01

    The maximum power point tracking control is the key link to improve the energy conversion efficiency of wave energy converters (WEC). This paper presents a novel variable step size Perturb and Observe maximum power point tracking algorithm with a power classification standard for control of a buoy-rope-drum WEC. The algorithm and simulation model of the buoy-rope-drum WEC are presented in details, as well as simulation experiment results. The results show that the algorithm tracks the maximum power point of the WEC fast and accurately.

  10. Three-level grid-connected photovoltaic inverter with maximum power point tracking

    International Nuclear Information System (INIS)

    Tsang, K.M.; Chan, W.L.

    2013-01-01

    Highlight: ► This paper reports a novel 3-level grid connected photovoltaic inverter. ► The inverter features maximum power point tracking and grid current shaping. ► The inverter can be acted as an active filter and a renewable power source. - Abstract: This paper presents a systematic way of designing control scheme for a grid-connected photovoltaic (PV) inverter featuring maximum power point tracking (MPPT) and grid current shaping. Unlike conventional design, only four power switches are required to achieve three output levels and it is not necessary to use any phase-locked-loop circuitry. For the proposed scheme, a simple integral controller has been designed for the tracking of the maximum power point of a PV array based on an improved extremum seeking control method. For the grid-connected inverter, a current loop controller and a voltage loop controller have been designed. The current loop controller is designed to shape the inverter output current while the voltage loop controller can maintain the capacitor voltage at a certain level and provide a reference inverter output current for the PV inverter without affecting the maximum power point of the PV array. Experimental results are included to demonstrate the effectiveness of the tracking and control scheme.

  11. Gran method for end point anticipation in monosegmented flow titration

    Directory of Open Access Journals (Sweden)

    Aquino Emerson V

    2004-01-01

    Full Text Available An automatic potentiometric monosegmented flow titration procedure based on Gran linearisation approach has been developed. The controlling program can estimate the end point of the titration after the addition of three or four aliquots of titrant. Alternatively, the end point can be determined by the second derivative procedure. In this case, additional volumes of titrant are added until the vicinity of the end point and three points before and after the stoichiometric point are used for end point calculation. The performance of the system was assessed by the determination of chloride in isotonic beverages and parenteral solutions. The system employs a tubular Ag2S/AgCl indicator electrode. A typical titration, performed according to the IUPAC definition, requires only 60 mL of sample and about the same volume of titrant (AgNO3 solution. A complete titration can be carried out in 1 - 5 min. The accuracy and precision (relative standard deviation of ten replicates are 2% and 1% for the Gran and 1% and 0.5% for the Gran/derivative end point determination procedures, respectively. The proposed system reduces the time to perform a titration, ensuring low sample and reagent consumption, and full automatic sampling and titrant addition in a calibration-free titration protocol.

  12. Criteria for use of composite end points for competing risks-a systematic survey of the literature with recommendations.

    Science.gov (United States)

    Manja, Veena; AlBashir, Siwar; Guyatt, Gordon

    2017-02-01

    Composite end points are frequently used in reports of clinical trials. One rationale for the use of composite end points is to account for competing risks. In the presence of competing risks, the event rate of a specific event depends on the rates of other competing events. One proposed solution is to include all important competing events in one composite end point. Clinical trialists require guidance regarding when this approach is appropriate. To identify publications describing criteria for use of composite end points for competing risk and to offer guidance regarding when a composite end point is appropriate on the basis of competing risks. We searched MEDLINE, CINAHL, EMBASE, The Cochrane's Central & Systematic Review databases including the Health Technology Assessment database, and the Cochrane's Methodology register from inception to April 2015, and candidate textbooks, to identify all articles providing guidance on this issue. Eligible publications explicitly addressed the issue of a composite outcome to address competing risks. Two reviewers independently screened the titles and abstracts for full-text review; independently reviewed full-text publications; and abstracted specific criteria authors offered for use of composite end points to address competing risks. Of 63,645 titles and abstracts, 166 proved potentially relevant of which 43 publications were included in the final review. Most publications note competing risks as a reason for using composite end points without further elaboration. None of the articles or textbook chapters provide specific criteria for use of composite end points for competing risk. Some advocate using composite end points to avoid bias due to competing risks and others suggest that composite end points seldom or never be used for this purpose. We recommend using composite end points for competing risks only if the competing risk is plausible and if it occurs with sufficiently high frequency to influence the interpretation

  13. Overview of Maximum Power Point Tracking Techniques for Photovoltaic Energy Production Systems

    DEFF Research Database (Denmark)

    Koutroulis, Eftichios; Blaabjerg, Frede

    2015-01-01

    A substantial growth of the installed photovoltaic systems capacity has occurred around the world during the last decade, thus enhancing the availability of electric energy in an environmentally friendly way. The maximum power point tracking technique enables maximization of the energy production...... of photovoltaic sources during stochastically varying solar irradiation and ambient temperature conditions. Thus, the overall efficiency of the photovoltaic energy production system is increased. Numerous techniques have been presented during the last decade for implementing the maximum power point tracking...... process in a photovoltaic system. This article provides an overview of the operating principles of these techniques, which are suited for either uniform or non-uniform solar irradiation conditions. The operational characteristics and implementation requirements of these maximum power point tracking...

  14. Underground communications and tracking technology advances

    Energy Technology Data Exchange (ETDEWEB)

    Fiscor, S

    2007-03-15

    As the June 2009 deadline set by the MINER Act grows near, several technologies have emerged as possible options for communicating and tracking underground coal miners in the event of an emergency or disaster. NIOSH is currently deciding how best to invest $10 million assigned by Congress under an Emergency Supplementary Appropriations Act (ESA) to research and develop mine safety technology. Medium and ultra high frequency (UHF) systems seem to be leading the pack with radio frequency identification (RFID) tags serving as the tracking system. Wireless mesh systems can serve as a communications infrastructure and they can do much more. Even more technologies continue to emerge, such as inertial navigation tracking systems. Mines are discovering the wonders of modern voice and data communications underground. Still no one know if it is economically practical to design a system that will function after a coal mine explosion. From the nineteen systems submitted to MSHA's request for information (RFI), six systems were selected that represented most of the technologies that had been proposed: the Rajant Breadcrumb, Innovative Wireless, Concurrent Technologies/Time Domain, Transtek, Gamma Services, and the Kutta Consulting systems. They were tested at CONSOL Energy's McElroy mine in April 2006. MSHA felt that all of those systems needed a significant amount of work before they were ready for use in a underground coal mining environment. The agency continues to work with these, and other manufacturers, to assist in arranging for field demonstration and then to gain MSHA approval.

  15. Artificial Neural Network In Maximum Power Point Tracking Algorithm Of Photovoltaic Systems

    Directory of Open Access Journals (Sweden)

    Modestas Pikutis

    2014-05-01

    Full Text Available Scientists are looking for ways to improve the efficiency of solar cells all the time. The efficiency of solar cells which are available to the general public is up to 20%. Part of the solar energy is unused and a capacity of solar power plant is significantly reduced – if slow controller or controller which cannot stay at maximum power point of solar modules is used. Various algorithms of maximum power point tracking were created, but mostly algorithms are slow or make mistakes. In the literature more and more oftenartificial neural networks (ANN in maximum power point tracking process are mentioned, in order to improve performance of the controller. Self-learner artificial neural network and IncCond algorithm were used for maximum power point tracking in created solar power plant model. The algorithm for control was created. Solar power plant model is implemented in Matlab/Simulink environment.

  16. Note on the End Game in Homotopy Zero Curve Tracking

    OpenAIRE

    Sosonkina, Masha; Watson, Layne T.; Stewart, David E.

    1995-01-01

    Homotopy algorithms to solve a nonlinear system of equations f(x)=0 involve tracking the zero curve of a homotopy map p(a,theta,x) from theta=0 until theta=1. When the algorithm nears or crosses the hyperplane theta=1, an "end game" phase is begun to compute the solution x(bar) satisfying p(a,theta,x(bar))=f(x(bar))=0. This note compares several end game strategies, including the one implemented in the normal flow code FIXPNF in the homotopy software package HOMPACK.

  17. Testing of Track Point Resolution of Gas Electron Multiplier with Pion Beam at CERN SPS

    CERN Document Server

    Adak, R P; Das, S; Dubey, A K; Ganti, M S; Saini, J; Singaraju, R

    2015-01-01

    A muon detection system using segmented and instrumented absorber has been designed for high-energy heavy-ion collision experiments to be held at GSI, Darmstadt, Germany. The muon detector system is mounted downstream of a Silicon Tracking System. The reconstructed tracks from the STS are to be matched to the hits in the GEM detector. For reconstructing track in the GEM Detector, track point resolution is an important issue. We report her first time the track point resolution of the GEM detector.

  18. Optical Tracking Technology in Stereotactic Radiation Therapy

    International Nuclear Information System (INIS)

    Wagner, Thomas H.; Meeks, Sanford L.; Bova, Frank J.; Friedman, William A.; Willoughby, Twyla R.; Kupelian, Patrick A.; Tome, Wolfgang

    2007-01-01

    The last decade has seen the introduction of advanced technologies that have enabled much more precise application of therapeutic radiation. These relatively new technologies include multileaf collimators, 3-dimensional conformal radiotherapy planning, and intensity modulated radiotherapy in radiotherapy. Therapeutic dose distributions have become more conformal to volumes of disease, sometimes utilizing sharp dose gradients to deliver high doses to target volumes while sparing nearby radiosensitive structures. Thus, accurate patient positioning has become even more important, so that the treatment delivered to the patient matches the virtual treatment plan in the computer treatment planning system. Optical and image-guided radiation therapy systems offer the potential to improve the precision of patient treatment by providing a more robust fiducial system than is typically used in conventional radiotherapy. The ability to accurately position internal targets relative to the linac isocenter and to provide real-time patient tracking theoretically enables significant reductions in the amount of normal tissue irradiated. This report reviews the concepts, technology, and clinical applications of optical tracking systems currently in use for stereotactic radiation therapy. Applications of radiotherapy optical tracking technology to respiratory gating and the monitoring of implanted fiducial markers are also discussed

  19. Surrogate end points in clinical research: hazardous to your health.

    Science.gov (United States)

    Grimes, David A; Schulz, Kenneth F

    2005-05-01

    Surrogate end points in clinical research pose real danger. A surrogate end point is an outcome measure, commonly a laboratory test, that substitutes for a clinical event of true importance. Resistance to activated protein C, for example, has been used as a surrogate for venous thrombosis in women using oral contraceptives. Other examples of inappropriate surrogate end points in contraception include the postcoital test instead of pregnancy to evaluate new spermicides, breakage and slippage instead of pregnancy to evaluate condoms, and bone mineral density instead of fracture to assess the safety of depo-medroxyprogesterone acetate. None of these markers captures the effect of the treatment on the true outcome. A valid surrogate end point must both correlate with and accurately predict the outcome of interest. Although many surrogate markers correlate with an outcome, few have been shown to capture the effect of a treatment (for example, oral contraceptives) on the outcome (venous thrombosis). As a result, thousands of useless and misleading reports on surrogate end points litter the medical literature. New drugs have been shown to benefit a surrogate marker, but, paradoxically, triple the risk of death. Thousands of patients have died needlessly because of reliance on invalid surrogate markers. Researchers should avoid surrogate end points unless they have been validated; that requires at least one well done trial using both the surrogate and true outcome. The clinical maxim that "a difference to be a difference must make a difference" applies to research as well. Clinical research should focus on outcomes that matter.

  20. Emerging applications of eye-tracking technology in dermatology.

    Science.gov (United States)

    John, Kevin K; Jensen, Jakob D; King, Andy J; Pokharel, Manusheela; Grossman, Douglas

    2018-04-06

    Eye-tracking technology has been used within a multitude of disciplines to provide data linking eye movements to visual processing of various stimuli (i.e., x-rays, situational positioning, printed information, and warnings). Despite the benefits provided by eye-tracking in allowing for the identification and quantification of visual attention, the discipline of dermatology has yet to see broad application of the technology. Notwithstanding dermatologists' heavy reliance upon visual patterns and cues to discriminate between benign and atypical nevi, literature that applies eye-tracking to the study of dermatology is sparse; and literature specific to patient-initiated behaviors, such as skin self-examination (SSE), is largely non-existent. The current article provides a review of eye-tracking research in various medical fields, culminating in a discussion of current applications and advantages of eye-tracking for dermatology research. Copyright © 2018 Japanese Society for Investigative Dermatology. Published by Elsevier B.V. All rights reserved.

  1. Acquisition, tracking, and pointing; Proceedings of the Meeting, Orlando, FL, Apr. 3, 4, 1986

    Science.gov (United States)

    Auelmann, Richard R. (Editor); Richard, Herbert L. (Editor)

    1987-01-01

    The present conference discusses the effect of target signatures on active tracking, the high resolution obtainable with a two-degrees-of-freedom angle sensor having a high update rate, solar object tracking for the Hubble Space Telescope, scaled experiments for the assessment of precise active tracking, and large aperture high-accuracy satellite laser tracking. Also discussed are laboratory test results for the Spaceborne Geodynamic Ranging System's high speed optical tracking system, jitter stabilization for precise optical pointing, scan stabilization and jitter control for an airborne telescope, a simulation of the Solar Optical Telescope's pointing performance, a microprocessor-based dual-speed angle converter, and image localization for alignment by means of adaptive preprocessing.

  2. Measuring coseismic displacements with point-like targets offset tracking

    KAUST Repository

    Hu, Xie; Wang, Teng; Liao, Mingsheng

    2014-01-01

    Offset tracking is an important complement to measure large ground displacements in both azimuth and range dimensions where synthetic aperture radar (SAR) interferometry is unfeasible. Subpixel offsets can be obtained by searching for the cross-correlation peak calculated from the match patches uniformly distributed on two SAR images. However, it has its limitations, including redundant computation and incorrect estimations on decorrelated patches. In this letter, we propose a simple strategy that performs offset tracking on detected point-like targets (PT). We first detect image patches within bright PT by using a sinc-like template from a single SAR image and then perform offset tracking on them to obtain the pixel shifts. Compared with the standard method, the application on the 2010 M 7.2 El Mayor-Cucapah earthquake shows that the proposed PT offset tracking can significantly increase the cross-correlation and thus result in both efficiency and reliability improvements. © 2013 IEEE.

  3. The front-end electronics for the 1.8-kchannel SiPM tracking plane in the NEW detector

    International Nuclear Information System (INIS)

    Rodríguez, J.; Lorca, D.; Monrabal, F.; Toledo, J.; Esteve, R.

    2015-01-01

    NEW is the first phase of NEXT-100 experiment, an experiment aimed at searching for neutrinoless double-beta decay. NEXT technology combines an excellent energy resolution with tracking capabilities thanks to a combination of optical sensors, PMTs for the energy measurement and SiPMs for topology reconstruction. Those two tools result in one of the highest background rejection potentials in the field. This work describes the tracking plane that will be constructed for the NEW detector which consists of close to 1800 sensors with a 1-cm pitch arranged in twenty-eight 64-SiPM boards. Then it focuses in the development of the electronics needed to read the 1800 channels with a front-end board that includes per-channel differential transimpedance input amplifier, gated integrator, automatic offset voltage compensation and 12-bit ADC. Finally, a description of how the FPGA buffers data, carries out zero suppression and sends data to the DAQ interface using CERN RD-51 SRS's DTCC link specification complements the description of the electronics of the NEW detector tracking plane

  4. Acousto-optic pointing and tracking systems for free-space laser communications

    Science.gov (United States)

    Nikulin, V.; Khandekar, R.; Sofka, J.; Tartakovsky, G.

    2005-08-01

    Implementation of long-range laser communication systems holds great promise for high-bandwidth applications. They are viewed as a technology that in the nearest future will handle most of the "last mile" communication traffic for the individual subscribers, corporate offices, military, and possibly deep space probes. Indeed, lasers allow for concentration of energy within tightly focused beams and narrow spectral interval, thus offering high throughput, information security, weight and size of components and power requirements that could not be matched by RF systems. However, the advantages of optical communication systems come in the same package with several major challenges. In particular, high data rates should be complemented by high-precision wide-bandwidth position control of a laser beam. In many applications the ability to maintain a link is affected by the complex maneuvers performed by mobile communication platforms, resident vibrations, and atmospheric effects. The search for the most effective and reliable way to shape and steer the laser beam is an on-going effort. This paper is focused on the application of acousto-optic technology as an alternative to electro-mechanical devices. With realization that an acousto-optic Bragg cell is only a component of the entire communication system, which should perform complex tasks of acquisition, pointing, and tracking of the remote terminal, we present an attempt to consider this problem from the "systems" point of view.

  5. A step towards standardization: A method for end-point titer determination by fluorescence index of an automated microscope. End-point titer determination by fluorescence index.

    Science.gov (United States)

    Carbone, Teresa; Gilio, Michele; Padula, Maria Carmela; Tramontano, Giuseppina; D'Angelo, Salvatore; Pafundi, Vito

    2018-05-01

    Indirect Immunofluorescence (IIF) is widely considered the Gold Standard for Antinuclear Antibody (ANA) screening. However, the high inter-reader variability remains the major disadvantage associated with ANA testing and the main reason for the increasing demand of the computer-aided immunofluorescence microscope. Previous studies proposed the quantification of the fluorescence intensity as an alternative for the classical end-point titer evaluation. However, the different distribution of bright/dark light linked to the nature of the self-antigen and its location in the cells result in different mean fluorescence intensities. The aim of the present study was to correlate Fluorescence Index (F.I.) with end-point titers for each well-defined ANA pattern. Routine serum samples were screened for ANA testing on HEp-2000 cells using Immuno Concepts Image Navigator System, and positive samples were serially diluted to assign the end-point titer. A comparison between F.I. and end-point titers related to 10 different staining patterns was made. According to our analysis, good technical performance of F.I. (97% sensitivity and 94% specificity) was found. A significant correlation between quantitative reading of F.I. and end-point titer groups was observed using Spearman's test and regression analysis. A conversion scale of F.I. in end-point titers for each recognized ANA-pattern was obtained. The Image Navigator offers the opportunity to improve worldwide harmonization of ANA test results. In particular, digital F.I. allows quantifying ANA titers by using just one sample dilution. It could represent a valuable support for the routine laboratory and an effective tool to reduce inter- and intra-laboratory variability. Copyright © 2018. Published by Elsevier B.V.

  6. Maximum Power Point Tracking Based on Sliding Mode Control

    Directory of Open Access Journals (Sweden)

    Nimrod Vázquez

    2015-01-01

    Full Text Available Solar panels, which have become a good choice, are used to generate and supply electricity in commercial and residential applications. This generated power starts with the solar cells, which have a complex relationship between solar irradiation, temperature, and output power. For this reason a tracking of the maximum power point is required. Traditionally, this has been made by considering just current and voltage conditions at the photovoltaic panel; however, temperature also influences the process. In this paper the voltage, current, and temperature in the PV system are considered to be a part of a sliding surface for the proposed maximum power point tracking; this means a sliding mode controller is applied. Obtained results gave a good dynamic response, as a difference from traditional schemes, which are only based on computational algorithms. A traditional algorithm based on MPPT was added in order to assure a low steady state error.

  7. Modeling hard clinical end-point data in economic analyses.

    Science.gov (United States)

    Kansal, Anuraag R; Zheng, Ying; Palencia, Roberto; Ruffolo, Antonio; Hass, Bastian; Sorensen, Sonja V

    2013-11-01

    The availability of hard clinical end-point data, such as that on cardiovascular (CV) events among patients with type 2 diabetes mellitus, is increasing, and as a result there is growing interest in using hard end-point data of this type in economic analyses. This study investigated published approaches for modeling hard end-points from clinical trials and evaluated their applicability in health economic models with different disease features. A review of cost-effectiveness models of interventions in clinically significant therapeutic areas (CV diseases, cancer, and chronic lower respiratory diseases) was conducted in PubMed and Embase using a defined search strategy. Only studies integrating hard end-point data from randomized clinical trials were considered. For each study included, clinical input characteristics and modeling approach were summarized and evaluated. A total of 33 articles (23 CV, eight cancer, two respiratory) were accepted for detailed analysis. Decision trees, Markov models, discrete event simulations, and hybrids were used. Event rates were incorporated either as constant rates, time-dependent risks, or risk equations based on patient characteristics. Risks dependent on time and/or patient characteristics were used where major event rates were >1%/year in models with fewer health states (Models of infrequent events or with numerous health states generally preferred constant event rates. The detailed modeling information and terminology varied, sometimes requiring interpretation. Key considerations for cost-effectiveness models incorporating hard end-point data include the frequency and characteristics of the relevant clinical events and how the trial data is reported. When event risk is low, simplification of both the model structure and event rate modeling is recommended. When event risk is common, such as in high risk populations, more detailed modeling approaches, including individual simulations or explicitly time-dependent event rates, are

  8. Comparison of methods for accurate end-point detection of potentiometric titrations

    Science.gov (United States)

    Villela, R. L. A.; Borges, P. P.; Vyskočil, L.

    2015-01-01

    Detection of the end point in potentiometric titrations has wide application on experiments that demand very low measurement uncertainties mainly for certifying reference materials. Simulations of experimental coulometric titration data and consequential error analysis of the end-point values were conducted using a programming code. These simulations revealed that the Levenberg-Marquardt method is in general more accurate than the traditional second derivative technique used currently as end-point detection for potentiometric titrations. Performance of the methods will be compared and presented in this paper.

  9. Comparison of methods for accurate end-point detection of potentiometric titrations

    International Nuclear Information System (INIS)

    Villela, R L A; Borges, P P; Vyskočil, L

    2015-01-01

    Detection of the end point in potentiometric titrations has wide application on experiments that demand very low measurement uncertainties mainly for certifying reference materials. Simulations of experimental coulometric titration data and consequential error analysis of the end-point values were conducted using a programming code. These simulations revealed that the Levenberg-Marquardt method is in general more accurate than the traditional second derivative technique used currently as end-point detection for potentiometric titrations. Performance of the methods will be compared and presented in this paper

  10. Standardized End Point Definitions for Coronary Intervention Trials: The Academic Research Consortium-2 Consensus Document.

    Science.gov (United States)

    Garcia-Garcia, Hector M; McFadden, Eugène P; Farb, Andrew; Mehran, Roxana; Stone, Gregg W; Spertus, John; Onuma, Yoshinobu; Morel, Marie-Angèle; van Es, Gerrit-Anne; Zuckerman, Bram; Fearon, William F; Taggart, David; Kappetein, Arie-Pieter; Krucoff, Mitchell W; Vranckx, Pascal; Windecker, Stephan; Cutlip, Donald; Serruys, Patrick W

    2018-06-14

    The Academic Research Consortium (ARC)-2 initiative revisited the clinical and angiographic end point definitions in coronary device trials, proposed in 2007, to make them more suitable for use in clinical trials that include increasingly complex lesion and patient populations and incorporate novel devices such as bioresorbable vascular scaffolds. In addition, recommendations for the incorporation of patient-related outcomes in clinical trials are proposed. Academic Research Consortium-2 is a collaborative effort between academic research organizations in the United States and Europe, device manufacturers, and European, US, and Asian regulatory bodies. Several in-person meetings were held to discuss the changes that have occurred in the device landscape and in clinical trials and regulatory pathways in the last decade. The consensus-based end point definitions in this document are endorsed by the stakeholders of this document and strongly advocated for clinical trial purposes. This Academic Research Consortium-2 document provides further standardization of end point definitions for coronary device trials, incorporating advances in technology and knowledge. Their use will aid interpretation of trial outcomes and comparison among studies, thus facilitating the evaluation of the safety and effectiveness of these devices.

  11. Fast and Accurate Rat Head Motion Tracking With Point Sources for Awake Brain PET.

    Science.gov (United States)

    Miranda, Alan; Staelens, Steven; Stroobants, Sigrid; Verhaeghe, Jeroen

    2017-07-01

    To avoid the confounding effects of anesthesia and immobilization stress in rat brain positron emission tomography (PET), motion tracking-based unrestrained awake rat brain imaging is being developed. In this paper, we propose a fast and accurate rat headmotion tracking method based on small PET point sources. PET point sources (3-4) attached to the rat's head are tracked in image space using 15-32-ms time frames. Our point source tracking (PST) method was validated using a manually moved microDerenzo phantom that was simultaneously tracked with an optical tracker (OT) for comparison. The PST method was further validated in three awake [ 18 F]FDG rat brain scans. Compared with the OT, the PST-based correction at the same frame rate (31.2 Hz) reduced the reconstructed FWHM by 0.39-0.66 mm for the different tested rod sizes of the microDerenzo phantom. The FWHM could be further reduced by another 0.07-0.13 mm when increasing the PST frame rate (66.7 Hz). Regional brain [ 18 F]FDG uptake in the motion corrected scan was strongly correlated ( ) with that of the anesthetized reference scan for all three cases ( ). The proposed PST method allowed excellent and reproducible motion correction in awake in vivo experiments. In addition, there is no need of specialized tracking equipment or additional calibrations to be performed, the point sources are practically imperceptible to the rat, and PST is ideally suitable for small bore scanners, where optical tracking might be challenging.

  12. An Indoor Tracking System Based on Bluetooth Technology

    OpenAIRE

    Opoku, Samuel King

    2012-01-01

    Implementations of tracking systems have become prevalent issues in modern technology due to its advantage of location detection of objects. Objects are usually tracked using trackers based on GPS, GSM, RFID and Bluetooth signal strength implementation. These mechanisms usually require line of sight operations, limited coverage and low level programming language for accessing Bluetooth signal strength. This paper presents an alternative technique for tracking the movement of indoor objects ba...

  13. Face pose tracking using the four-point algorithm

    Science.gov (United States)

    Fung, Ho Yin; Wong, Kin Hong; Yu, Ying Kin; Tsui, Kwan Pang; Kam, Ho Chuen

    2017-06-01

    In this paper, we have developed an algorithm to track the pose of a human face robustly and efficiently. Face pose estimation is very useful in many applications such as building virtual reality systems and creating an alternative input method for the disabled. Firstly, we have modified a face detection toolbox called DLib for the detection of a face in front of a camera. The detected face features are passed to a pose estimation method, known as the four-point algorithm, for pose computation. The theory applied and the technical problems encountered during system development are discussed in the paper. It is demonstrated that the system is able to track the pose of a face in real time using a consumer grade laptop computer.

  14. Pharmaceutics, Drug Delivery and Pharmaceutical Technology: A New Test Unit for Disintegration End-Point Determination of Orodispersible Films.

    Science.gov (United States)

    Low, Ariana; Kok, Si Ling; Khong, Yuetmei; Chan, Sui Yung; Gokhale, Rajeev

    2015-11-01

    No standard time or pharmacopoeia disintegration test method for orodispersible films (ODFs) exists. The USP disintegration test for tablets and capsules poses significant challenges for end-point determination when used for ODFs. We tested a newly developed disintegration test unit (DTU) against the USP disintegration test. The DTU is an accessory to the USP disintegration apparatus. It holds the ODF in a horizontal position, allowing top-view of the ODF during testing. A Gauge R&R study was conducted to assign relative contributions of the total variability from the operator, sample or the experimental set-up. Precision was compared using commercial ODF products in different media. Agreement between the two measurement methods was analysed. The DTU showed improved repeatability and reproducibility compared to the USP disintegration system with tighter standard deviations regardless of operator or medium. There is good agreement between the two methods, with the USP disintegration test giving generally longer disintegration times possibly due to difficulty in end-point determination. The DTU provided clear end-point determination and is suitable for quality control of ODFs during product developmental stage or manufacturing. This may facilitate the development of a standardized methodology for disintegration time determination of ODFs. © 2015 Wiley Periodicals, Inc. and the American Pharmacists Association J Pharm Sci 104:3893-3903, 2015. Copyright © 2015 Wiley Periodicals, Inc. and the American Pharmacists Association.

  15. Quantum Triple Point and Quantum Critical End Points in Metallic Magnets.

    Science.gov (United States)

    Belitz, D; Kirkpatrick, T R

    2017-12-29

    In low-temperature metallic magnets, ferromagnetic (FM) and antiferromagnetic (AFM) orders can exist, adjacent to one another or concurrently, in the phase diagram of a single system. We show that universal quantum effects qualitatively alter the known phase diagrams for classical magnets. They shrink the region of concurrent FM and AFM order, change various transitions from second to first order, and, in the presence of a magnetic field, lead to either a quantum triple point where the FM, AFM, and paramagnetic phases all coexist or a quantum critical end point.

  16. Consensus Statement on Diagnostic End Points for Infant Tuberculosis Vaccine Trials

    NARCIS (Netherlands)

    Hatherill, Mark; Verver, Suzanne; Mahomed, Hassan; Barker, Lew; Behr, Marcel; Cardenas, Vicky; Eisele, Bernd; Douoguih, Macaya; Evans, Thomas G.; Eskola, Juhani; Fourie, Bernard; Grewal, Harleen; Grode, Leander; Hawkridge, Tony; Hesseling, Anneke; Hussey, Gregory; Kiringa, Grace; Landry, Bernard; Lockhart, Stephen; Marais, Ben; Måseide, Kårstein; Mayanja, Harriet; McClain, Bruce; McShane, Helen; Moyo, Sizulu; Ofori, Opokua; Parida, Shreemanta K.; Ryall, Robert P.; Sacarlal, Jahit; Sadoff, Jerry; Shea, Jacqui; Tameris, Michele; van Rie, Annelies; von Reyn, C. Fordham; Wajja, Anne; Walker, Bob; Walzl, Gerhard; Wilkinson, Robert J.

    2012-01-01

    Background. Definition of clinical trial end points for childhood tuberculosis is hindered by lack of a standard case definition. We aimed to identify areas of consensus or debate on potential end points for tuberculosis vaccine trials among human immunodeficiency virus-uninfected children. Methods.

  17. Novel high accurate sensorless dual-axis solar tracking system controlled by maximum power point tracking unit of photovoltaic systems

    International Nuclear Information System (INIS)

    Fathabadi, Hassan

    2016-01-01

    Highlights: • Novel high accurate sensorless dual-axis solar tracker. • It has the advantages of both sensor based and sensorless solar trackers. • It does not have the disadvantages of sensor based and sensorless solar trackers. • Tracking error of only 0.11° that is less than the tracking errors of others. • An increase of 28.8–43.6% depending on the seasons in the energy efficiency. - Abstract: In this study, a novel high accurate sensorless dual-axis solar tracker controlled by the maximum power point tracking unit available in almost all photovoltaic systems is proposed. The maximum power point tracking controller continuously calculates the maximum output power of the photovoltaic module/panel/array, and uses the altitude and azimuth angles deviations to track the sun direction where the greatest value of the maximum output power is extracted. Unlike all other sensorless solar trackers, the proposed solar tracking system is a closed loop system which means it uses the actual direction of the sun at any time to track the sun direction, and this is the contribution of this work. The proposed solar tracker has the advantages of both sensor based and sensorless dual-axis solar trackers, but it does not have their disadvantages. Other sensorless solar trackers all are open loop, i.e., they use offline estimated data about the sun path in the sky obtained from solar map equations, so low exactness, cloudy sky, and requiring new data for new location are their problems. A photovoltaic system has been built, and it is experimentally verified that the proposed solar tracking system tracks the sun direction with the tracking error of 0.11° which is less than the tracking errors of other both sensor based and sensorless solar trackers. An increase of 28.8–43.6% depending on the seasons in the energy efficiency is the main advantage of utilizing the proposed solar tracking system.

  18. European network on the determination of site end points for radiologically contaminated land

    International Nuclear Information System (INIS)

    Booth, Peter; Lennon, Chris

    2007-01-01

    Nexia Solutions are currently running a small European network entitled 'European Network on the Determination of Site End Points for Radiologically Contaminated Land (ENDSEP)'. Other network members include NRG (Netherlands), UKAEA (UK), CEA (France), SOGIN (Italy), Wismut (Germany), Saxon State Agency of Environment and Geology (Germany). The network is focused on the technical and socio-economical issues associated with the determination of end points for sites potentially, or actually, impacted by radiological contamination. Such issues will cover: - Those associated with the run up to establishing a site end point; - Those associated with verifying that the end points have been met; and Those associated with post closure. The network's current high level objectives can be summarized as follows: Share experience and best practice in the key issues running up to determining site end points; Gain a better understanding of the potential effects of recent and forthcoming EU legislation; Assess consistency between approaches; Highlight potential gaps within the remit of site end point determination and management; and - Consider the formulation of research projects with a view to sharing time and expense. The programme of work revolves around the following key tasks: - Share information, experience and existing good practice. - Look to determine sustainable approaches to contaminated land site end point management. - Through site visits, gain first hand experience of determining an appropriate end point strategy, and identifying and resolving end point issues. Highlight the key data gaps and consider the development of programmes to either close out these gaps or to build confidence in the approaches taken. Production of position papers on each technical are a highlighting how different countries approach/resolve a specific problem. (authors)

  19. Information Technology Procurement Authorization (ITPA) Tracking System

    Data.gov (United States)

    Office of Personnel Management — Information Technology Procurement Authorization (ITPA) Tracking System is used for gathering consistent data from U.S. Office of Personnel Management (OPM) program...

  20. Maximizing Output Power of a Solar Panel via Combination of Sun Tracking and Maximum Power Point Tracking by Fuzzy Controllers

    Directory of Open Access Journals (Sweden)

    Mohsen Taherbaneh

    2010-01-01

    Full Text Available In applications with low-energy conversion efficiency, maximizing the output power improves the efficiency. The maximum output power of a solar panel depends on the environmental conditions and load profile. In this paper, a method based on simultaneous use of two fuzzy controllers is developed in order to maximize the generated output power of a solar panel in a photovoltaic system: fuzzy-based sun tracking and maximum power point tracking. The sun tracking is performed by changing the solar panel orientation in horizontal and vertical directions by two DC motors properly designed. A DC-DC converter is employed to track the solar panel maximum power point. In addition, the proposed system has the capability of the extraction of solar panel I-V curves. Experimental results present that the proposed fuzzy techniques result in increasing of power delivery from the solar panel, causing a reduction in size, weight, and cost of solar panels in photovoltaic systems.

  1. Intelligent products for enhancing the utilization of tracking technology in transportation

    NARCIS (Netherlands)

    Meyer, Gerben G.; Buijs, Paul; Szirbik, Nick B.; Wortmann, J.C.

    2014-01-01

    Purpose – Many transportation companies struggle to effectively utilize the information provided by tracking technology for performing operational control. The research as presented in this paper aims to identify the problems underlying the inability to utilize tracking technology within this

  2. Measurement of β-decay end point energy with planar HPGe detector

    Science.gov (United States)

    Bhattacharjee, T.; Pandit, Deepak; Das, S. K.; Chowdhury, A.; Das, P.; Banerjee, D.; Saha, A.; Mukhopadhyay, S.; Pal, S.; Banerjee, S. R.

    2014-12-01

    The β - γ coincidence measurement has been performed with a segmented planar Hyper-Pure Germanium (HPGe) detector and a single coaxial HPGe detector to determine the end point energies of nuclear β-decays. The experimental end point energies have been determined for some of the known β-decays in 106Rh →106Pd. The end point energies corresponding to three weak branches in 106Rh →106Pd decay have been measured for the first time. The γ ray and β particle responses for the planar HPGe detector were simulated using the Monte Carlo based code GEANT3. The experimentally obtained β spectra were successfully reproduced with the simulation.

  3. Estimated GFR Decline as a Surrogate End Point for Kidney Failure

    DEFF Research Database (Denmark)

    Lambers Heerspink, Hiddo J; Weldegiorgis, Misghina; Inker, Lesley A

    2014-01-01

    A doubling of serum creatinine value, corresponding to a 57% decline in estimated glomerular filtration rate (eGFR), is used frequently as a component of a composite kidney end point in clinical trials in type 2 diabetes. The aim of this study was to determine whether alternative end points defin...

  4. Differential Rotation via Tracking of Coronal Bright Points.

    Science.gov (United States)

    McAteer, James; Boucheron, Laura E.; Osorno, Marcy

    2016-05-01

    The accurate computation of solar differential rotation is important both as a constraint for, and evidence towards, support of models of the solar dynamo. As such, the use of Xray and Extreme Ultraviolet bright points to elucidate differential rotation has been studied in recent years. In this work, we propose the automated detection and tracking of coronal bright points (CBPs) in a large set of SDO data for re-evaluation of solar differential rotation and comparison to other results. The big data aspects, and high cadence, of SDO data mitigate a few issues common to detection and tracking of objects in image sequences and allow us to focus on the use of CBPs to determine differential rotation. The high cadence of the data allows to disambiguate individual CBPs between subsequent images by allowing for significant spatial overlap, i.e., by the fact that the CBPs will rotate a short distance relative to their size. The significant spatial overlap minimizes the effects of incorrectly detected CBPs by reducing the occurrence of outlier values of differential rotation. The big data aspects of the data allows to be more conservative in our detection of CBPs (i.e., to err on the side of missing CBPs rather than detecting extraneous CBPs) while still maintaining statistically larger populations over which to study characteristics. The ability to compute solar differential rotation through the automated detection and tracking of a large population of CBPs will allow for further analyses such as the N-S asymmetry of differential rotation, variation of differential rotation over the solar cycle, and a detailed study of the magnetic flux underlying the CBPs.

  5. TREEDE, Point Fluxes and Currents Based on Track Rotation Estimator by Monte-Carlo Method

    International Nuclear Information System (INIS)

    Dubi, A.

    1985-01-01

    1 - Description of problem or function: TREEDE is a Monte Carlo transport code based on the Track Rotation estimator, used, in general, to calculate fluxes and currents at a point. This code served as a test code in the development of the concept of the Track Rotation estimator, and therefore analogue Monte Carlo is used (i.e. no importance biasing). 2 - Method of solution: The basic idea is to follow the particle's track in the medium and then to rotate it such that it passes through the detector point. That is, rotational symmetry considerations (even in non-spherically symmetric configurations) are applied to every history, so that a very large fraction of the track histories can be rotated and made to pass through the point of interest; in this manner the 1/r 2 singularity in the un-collided flux estimator (next event estimator) is avoided. TREEDE, being a test code, is used to estimate leakage or in-medium fluxes at given points in a 3-dimensional finite box, where the source is an isotropic point source at the centre of the z = 0 surface. However, many of the constraints of geometry and source can be easily removed. The medium is assumed homogeneous with isotropic scattering, and one energy group only is considered. 3 - Restrictions on the complexity of the problem: One energy group, a homogeneous medium, isotropic scattering

  6. An improved maximum power point tracking method for a photovoltaic system

    Science.gov (United States)

    Ouoba, David; Fakkar, Abderrahim; El Kouari, Youssef; Dkhichi, Fayrouz; Oukarfi, Benyounes

    2016-06-01

    In this paper, an improved auto-scaling variable step-size Maximum Power Point Tracking (MPPT) method for photovoltaic (PV) system was proposed. To achieve simultaneously a fast dynamic response and stable steady-state power, a first improvement was made on the step-size scaling function of the duty cycle that controls the converter. An algorithm was secondly proposed to address wrong decision that may be made at an abrupt change of the irradiation. The proposed auto-scaling variable step-size approach was compared to some various other approaches from the literature such as: classical fixed step-size, variable step-size and a recent auto-scaling variable step-size maximum power point tracking approaches. The simulation results obtained by MATLAB/SIMULINK were given and discussed for validation.

  7. Measurement of β-decay end point energy with planar HPGe detector

    Energy Technology Data Exchange (ETDEWEB)

    Bhattacharjee, T., E-mail: btumpa@vecc.gov.in [Physics Group, Variable Energy Cyclotron Centre, Kolkata 700 064 (India); Pandit, Deepak [Physics Group, Variable Energy Cyclotron Centre, Kolkata 700 064 (India); Das, S.K. [RCD-BARC, Variable Energy Cyclotron Centre, Kolkata 700 064 (India); Chowdhury, A.; Das, P. [Physics Group, Variable Energy Cyclotron Centre, Kolkata 700 064 (India); Banerjee, D. [RCD-BARC, Variable Energy Cyclotron Centre, Kolkata 700 064 (India); Saha, A.; Mukhopadhyay, S.; Pal, S.; Banerjee, S.R. [Physics Group, Variable Energy Cyclotron Centre, Kolkata 700 064 (India)

    2014-12-11

    The β–γ coincidence measurement has been performed with a segmented planar Hyper-Pure Germanium (HPGe) detector and a single coaxial HPGe detector to determine the end point energies of nuclear β-decays. The experimental end point energies have been determined for some of the known β-decays in {sup 106}Rh→{sup 106}Pd. The end point energies corresponding to three weak branches in {sup 106}Rh→{sup 106}Pd decay have been measured for the first time. The γ ray and β particle responses for the planar HPGe detector were simulated using the Monte Carlo based code GEANT3. The experimentally obtained β spectra were successfully reproduced with the simulation.

  8. Maximum power point tracking: a cost saving necessity in solar energy systems

    Energy Technology Data Exchange (ETDEWEB)

    Enslin, J H.R. [Stellenbosch Univ. (South Africa). Dept. of Electrical and Electronic Engineering

    1992-12-01

    A well engineered renewable remote energy system, utilizing the principal of Maximum Power Point Tracking (MPPT) can improve cost effectiveness, has a higher reliability and can improve the quality of life in remote areas. A high-efficient power electronic converter, for converting the output voltage of a solar panel, or wind generator, to the required DC battery bus voltage has been realized. The converter is controlled to track the maximum power point of the input source under varying input and output parameters. Maximum power point tracking for relative small systems is achieved by maximization of the output current in a battery charging regulator, using an optimized hill-climbing, inexpensive microprocessor based algorithm. Through practical field measurements it is shown that a minimum input source saving of between 15 and 25% on 3-5 kWh/day systems can easily be achieved. A total cost saving of at least 10-15% on the capital cost of these systems are achievable for relative small rating Remote Area Power Supply (RAPS) systems. The advantages at large temperature variations and high power rated systems are much higher. Other advantages include optimal sizing and system monitor and control. (author).

  9. The Tipping Points of Technology Development

    Directory of Open Access Journals (Sweden)

    Tauno Kekäle

    2014-07-01

    Full Text Available The tipping point, the decisive point in time in the competition between old and new, is an interesting phenomenon in physics of today. This aspect in technology acceptance is connected to many business decisions such as technology investments, product releases, resource allocation, sales forecasts and, ultimately, affects the profitability and even survival of a company. The tipping point itself is based on many stochastic and dynamic variables, and the process may at least partly be described as path-dependent. This paper analyses the tipping point from three aspects: (1 product performance, (2 features of the market and infrastructure (including related technologies and human network externalities, and (3 actions of the incumbents (including customer lock-in, systems lock-in, and sustaining innovation. The paper is based on the Bass s-curve idea and the technology trajectory concept proposed by Dosi. Three illustrative cases are presented to make the point of the multiple factors affecting technology acceptance and, thus, the tipping point. The paper also suggests outlines for further research in field of computer simulation.

  10. Comparison of Extremum-Seeking Control Techniques for Maximum Power Point Tracking in Photovoltaic Systems

    Directory of Open Access Journals (Sweden)

    Chen-Han Wu

    2011-12-01

    Full Text Available Due to Japan’s recent nuclear crisis and petroleum price hikes, the search for renewable energy sources has become an issue of immediate concern. A promising candidate attracting much global attention is solar energy, as it is green and also inexhaustible. A maximum power point tracking (MPPT controller is employed in such a way that the output power provided by a photovoltaic (PV system is boosted to its maximum level. However, in the context of abrupt changes in irradiance, conventional MPPT controller approaches suffer from insufficient robustness against ambient variation, inferior transient response and a loss of output power as a consequence of the long duration required of tracking procedures. Accordingly, in this work the maximum power point tracking is carried out successfully using a sliding mode extremum-seeking control (SMESC method, and the tracking performances of three controllers are compared by simulations, that is, an extremum-seeking controller, a sinusoidal extremum-seeking controller and a sliding mode extremum-seeking controller. Being able to track the maximum power point promptly in the case of an abrupt change in irradiance, the SMESC approach is proven by simulations to be superior in terms of system dynamic and steady state responses, and an excellent robustness along with system stability is demonstrated as well.

  11. Guidelines for time-to-event end-point definitions in trials for pancreatic cancer. Results of the DATECAN initiative (Definition for the Assessment of Time-to-event End-points in CANcer trials).

    Science.gov (United States)

    Bonnetain, Franck; Bonsing, Bert; Conroy, Thierry; Dousseau, Adelaide; Glimelius, Bengt; Haustermans, Karin; Lacaine, François; Van Laethem, Jean Luc; Aparicio, Thomas; Aust, Daniela; Bassi, Claudio; Berger, Virginie; Chamorey, Emmanuel; Chibaudel, Benoist; Dahan, Laeticia; De Gramont, Aimery; Delpero, Jean Robert; Dervenis, Christos; Ducreux, Michel; Gal, Jocelyn; Gerber, Erich; Ghaneh, Paula; Hammel, Pascal; Hendlisz, Alain; Jooste, Valérie; Labianca, Roberto; Latouche, Aurelien; Lutz, Manfred; Macarulla, Teresa; Malka, David; Mauer, Muriel; Mitry, Emmanuel; Neoptolemos, John; Pessaux, Patrick; Sauvanet, Alain; Tabernero, Josep; Taieb, Julien; van Tienhoven, Geertjan; Gourgou-Bourgade, Sophie; Bellera, Carine; Mathoulin-Pélissier, Simone; Collette, Laurence

    2014-11-01

    Using potential surrogate end-points for overall survival (OS) such as Disease-Free- (DFS) or Progression-Free Survival (PFS) is increasingly common in randomised controlled trials (RCTs). However, end-points are too often imprecisely defined which largely contributes to a lack of homogeneity across trials, hampering comparison between them. The aim of the DATECAN (Definition for the Assessment of Time-to-event End-points in CANcer trials)-Pancreas project is to provide guidelines for standardised definition of time-to-event end-points in RCTs for pancreatic cancer. Time-to-event end-points currently used were identified from a literature review of pancreatic RCT trials (2006-2009). Academic research groups were contacted for participation in order to select clinicians and methodologists to participate in the pilot and scoring groups (>30 experts). A consensus was built after 2 rounds of the modified Delphi formal consensus approach with the Rand scoring methodology (range: 1-9). For pancreatic cancer, 14 time to event end-points and 25 distinct event types applied to two settings (detectable disease and/or no detectable disease) were considered relevant and included in the questionnaire sent to 52 selected experts. Thirty experts answered both scoring rounds. A total of 204 events distributed over the 14 end-points were scored. After the first round, consensus was reached for 25 items; after the second consensus was reached for 156 items; and after the face-to-face meeting for 203 items. The formal consensus approach reached the elaboration of guidelines for standardised definitions of time-to-event end-points allowing cross-comparison of RCTs in pancreatic cancer. Copyright © 2014 Elsevier Ltd. All rights reserved.

  12. Technology of interdisciplinary open-ended designing in engineering education

    Science.gov (United States)

    Isaev, A. P.; Plotnikov, L. V.; Fomin, N. I.

    2017-11-01

    Author’s technology of interdisciplinary open-ended engineering is presented in this article. This technology is an integrated teaching method that significantly increases the practical component in the educational program. Author’s technology creates the conditions to overcome the shortcomings in the engineering education. The basic ideas of the technology of open-ended engineering, experience of their implementation in higher education and the author’s vision of the teaching technology are examined in the article. The main stages of development process of the author’s technology of open-ended engineering to prepare students (bachelor) of technical profile are presented in the article. Complex of the methodological tools and procedures is shown in the article. This complex is the basis of the developed training technology that is used in educational process in higher school of engineering (UrFU). The organizational model of the technology of open-ended engineering is presented. Organizational model integrates the functions in the creation and implementation of all educational program. Analysis of the characteristics of educational activity of students working on author’s technology of interdisciplinary open-ended engineering is presented. Intermediate results of the application of author’s technology in the educational process of the engineering undergraduate are shown.

  13. Distributed maximum power point tracking in wind micro-grids

    Directory of Open Access Journals (Sweden)

    Carlos Andrés Ramos-Paja

    2012-06-01

    Full Text Available With the aim of reducing the hardware requirements in micro-grids based on wind generators, a distributed maximum power point tracking algorithm is proposed. Such a solution reduces the amount of current sensors and processing devices to maximize the power extracted from the micro-grid, reducing the application cost. The analysis of the optimal operating points of the wind generator was performed experimentally, which in addition provides realistic model parameters. Finally, the proposed solution was validated by means of detailed simulations performed in the power electronics software PSIM, contrasting the achieved performance with traditional solutions.

  14. A survey on the automatic object tracking technology using video signals

    International Nuclear Information System (INIS)

    Lee, Jae Cheol; Jun, Hyeong Seop; Choi, Yu Rak; Kim, Jae Hee

    2003-01-01

    Recently, automatic identification and tracking of the object are actively studied according to the rapid development of signal processing and vision technology using improved hardware and software. The object tracking technology can be applied to various fields such as road watching of the vehicles, weather satellite, traffic observation, intelligent remote video-conferences and autonomous mobile robots. Object tracking system receives subsequent pictures from the camera and detects motions of the objects in these pictures. In this report, we investigate various object tracking techniques such as brightness change using histogram characteristic, differential image analysis, contour and feature extraction, and try to find proper methods that can be used to mobile robots actually

  15. Evolving markets and new end use gas technologies

    International Nuclear Information System (INIS)

    Overall, J.

    1995-01-01

    End use gas technologies, and products for residential, commercial, and industrial uses were reviewed, and markets and market drivers needed for end use technologies in the different types of markets were summarized. The range of end use technologies included: gas fireplaces, combination heating/water heating systems, integrated appliance such as heating/ventilation units, gas cooling, and space cooling for commercial markets. The present and future status of each product market was discussed. Growing markets such as cogeneration, and gas turbine technology also received attention, along with regulatory and environmental concerns. The need to be knowledgeable about current market drivers and to introduce new ones, and the evolution of technology were emphasized as means by which the industry will continue to be able to exert a decisive influence on the direction of these markets

  16. End points for validating early warning scores in the context of rapid response systems

    DEFF Research Database (Denmark)

    Pedersen, N. E.; Oestergaard, D.; Lippert, A.

    2016-01-01

    with optimal treatment. This could pose a limitation to studies using these end points. We studied current expert opinion on end points for validating tools for the identification of patients in hospital wards at risk of imminent critical illness. METHODS: The Delphi consensus methodology was used. We......INTRODUCTION: When investigating early warning scores and similar physiology-based risk stratification tools, death, cardiac arrest and intensive care unit admission are traditionally used as end points. A large proportion of the patients identified by these end points cannot be saved, even...

  17. End-User Evaluations of Semantic Web Technologies

    Energy Technology Data Exchange (ETDEWEB)

    McCool, Rob; Cowell, Andrew J.; Thurman, David A.

    2005-11-07

    Stanford University's Knowledge Systems Laboratory (KSL) is working in partnership with Battelle Memorial Institute and IBM Watson Research Center to develop a suite of technologies for information extraction, knowledge representation & reasoning, and human-information interaction, in unison entitled 'Knowledge Associates for Novel Intelligence' (KANI). We have developed an integrated analytic environment composed of a collection of analyst associates, software components that aid the user at different stages of the information analysis process. An important part of our participatory design process has been to ensure our technologies and designs are tightly integrate with the needs and requirements of our end users, To this end, we perform a sequence of evaluations towards the end of the development process that ensure the technologies are both functional and usable. This paper reports on that process.

  18. Acquisition, tracking, and pointing III; Proceedings of the Meeting, Orlando, FL, Mar. 27-29, 1989

    Science.gov (United States)

    Gowrinathan, Sankaran

    1989-09-01

    The present conference on components and sensors, image processing algorithms, and astronomical applications for pointing and tracking gives attention to a CCD daylight stellar sensor, an optical coordinate transfer assembly for precision boresight applications, a grating carousel mechanism for the HST high resolution spectrograph, an IR antiship-seeker simulator, line-of-sight stabilization using image motion compensation, the effects of illumination beam jitter on photodetection statistics, and the enhancement of armored vehicle fire control performance. Also discussed are active angular tracking with a photon-bucket, moving target estimation with autodyne detection, multiresolution object detection and segmentation, a beacon tracker and point-ahead system for optical communications, a precision-pointing mechanism for intersatellite optical communication, high-precision lunar tracking for laser ranging, multimirror beam control, and fundamental limits in the resolution of double-star targets.

  19. Data-Base Software For Tracking Technological Developments

    Science.gov (United States)

    Aliberti, James A.; Wright, Simon; Monteith, Steve K.

    1996-01-01

    Technology Tracking System (TechTracS) computer program developed for use in storing and retrieving information on technology and related patent information developed under auspices of NASA Headquarters and NASA's field centers. Contents of data base include multiple scanned still images and quick-time movies as well as text. TechTracS includes word-processing, report-editing, chart-and-graph-editing, and search-editing subprograms. Extensive keyword searching capabilities enable rapid location of technologies, innovators, and companies. System performs routine functions automatically and serves multiple users.

  20. Research on infrared small-target tracking technology under complex background

    Science.gov (United States)

    Liu, Lei; Wang, Xin; Chen, Jilu; Pan, Tao

    2012-10-01

    In this paper, some basic principles and the implementing flow charts of a series of algorithms for target tracking are described. On the foundation of above works, a moving target tracking software base on the OpenCV is developed by the software developing platform MFC. Three kinds of tracking algorithms are integrated in this software. These two tracking algorithms are Kalman Filter tracking method and Camshift tracking method. In order to explain the software clearly, the framework and the function are described in this paper. At last, the implementing processes and results are analyzed, and those algorithms for tracking targets are evaluated from the two aspects of subjective and objective. This paper is very significant in the application of the infrared target tracking technology.

  1. Science and technology with nuclear tracks in solids

    CERN Document Server

    Buford-Price, P

    2005-01-01

    Fission track dating has greatly expanded its usefulness to geology over the last 40 years. It is central to thermochronology—the use of shortened fission tracks to decipher the thermal history, movement, and provenance of rocks. When combined with other indicators, such as zircon color and (U–Th)/He, a range of temperatures from C to C can be studied. Combining fission track analysis with cosmogenic nuclide decay rates, one can study landscape development and denudation of passive margins. Technological applications have expanded from biological filters, radon mapping, and dosimetry to the use of ion track microtechnology in microlithography, micromachining by ion track etching, microscopic field emission tips, magnetic nanowires as magnetoresistive sensors, microfluidic devices, physiology of ion channels in single cells, and so on. In nuclear and particle physics, relatively insensitive glass detectors have been almost single-handedly responsible for our knowledge of cluster radioactivity, and plastic ...

  2. A New MPPT Control for Photovoltaic Panels by Instantaneous Maximum Power Point Tracking

    Science.gov (United States)

    Tokushima, Daiki; Uchida, Masato; Kanbei, Satoshi; Ishikawa, Hiroki; Naitoh, Haruo

    This paper presents a new maximum power point tracking control for photovoltaic (PV) panels. The control can be categorized into the Perturb and Observe (P & O) method. It utilizes instantaneous voltage ripples at PV panel output terminals caused by the switching of a chopper connected to the panel in order to identify the direction for the maximum power point (MPP). The tracking for the MPP is achieved by a feedback control of the average terminal voltage of the panel. Appropriate use of the instantaneous and the average values of the PV voltage for the separate purposes enables both the quick transient response and the good convergence with almost no ripples simultaneously. The tracking capability is verified experimentally with a 2.8 W PV panel under a controlled experimental setup. A numerical comparison with a conventional P & O confirms that the proposed control extracts much more power from the PV panel.

  3. A feature point identification method for positron emission particle tracking with multiple tracers

    Energy Technology Data Exchange (ETDEWEB)

    Wiggins, Cody, E-mail: cwiggin2@vols.utk.edu [University of Tennessee-Knoxville, Department of Physics and Astronomy, 1408 Circle Drive, Knoxville, TN 37996 (United States); Santos, Roque [University of Tennessee-Knoxville, Department of Nuclear Engineering (United States); Escuela Politécnica Nacional, Departamento de Ciencias Nucleares (Ecuador); Ruggles, Arthur [University of Tennessee-Knoxville, Department of Nuclear Engineering (United States)

    2017-01-21

    A novel detection algorithm for Positron Emission Particle Tracking (PEPT) with multiple tracers based on optical feature point identification (FPI) methods is presented. This new method, the FPI method, is compared to a previous multiple PEPT method via analyses of experimental and simulated data. The FPI method outperforms the older method in cases of large particle numbers and fine time resolution. Simulated data show the FPI method to be capable of identifying 100 particles at 0.5 mm average spatial error. Detection error is seen to vary with the inverse square root of the number of lines of response (LORs) used for detection and increases as particle separation decreases. - Highlights: • A new approach to positron emission particle tracking is presented. • Using optical feature point identification analogs, multiple particle tracking is achieved. • Method is compared to previous multiple particle method. • Accuracy and applicability of method is explored.

  4. Four points function fitted and first derivative procedure for determining the end points in potentiometric titration curves: statistical analysis and method comparison.

    Science.gov (United States)

    Kholeif, S A

    2001-06-01

    A new method that belongs to the differential category for determining the end points from potentiometric titration curves is presented. It uses a preprocess to find first derivative values by fitting four data points in and around the region of inflection to a non-linear function, and then locate the end point, usually as a maximum or minimum, using an inverse parabolic interpolation procedure that has an analytical solution. The behavior and accuracy of the sigmoid and cumulative non-linear functions used are investigated against three factors. A statistical evaluation of the new method using linear least-squares method validation and multifactor data analysis are covered. The new method is generally applied to symmetrical and unsymmetrical potentiometric titration curves, and the end point is calculated using numerical procedures only. It outperforms the "parent" regular differential method in almost all factors levels and gives accurate results comparable to the true or estimated true end points. Calculated end points from selected experimental titration curves compatible with the equivalence point category of methods, such as Gran or Fortuin, are also compared with the new method.

  5. Player-Tracking Technology: Half-Full or Half-Empty Glass?

    Science.gov (United States)

    Buchheit, Martin; Simpson, Ben Michael

    2017-04-01

    With the ongoing development of microtechnology, player tracking has become one of the most important components of load monitoring in team sports. The 3 main objectives of player tracking are better understanding of practice (provide an objective, a posteriori evaluation of external load and locomotor demands of any given session or match), optimization of training-load patterns at the team level, and decision making on individual players' training programs to improve performance and prevent injuries (eg, top-up training vs unloading sequences, return to play progression). This paper discusses the basics of a simple tracking approach and the need to integrate multiple systems. The limitations of some of the most used variables in the field (including metabolic-power measures) are debated, and innovative and potentially new powerful variables are presented. The foundations of a successful player-monitoring system are probably laid on the pitch first, in the way practitioners collect their own tracking data, given the limitations of each variable, and how they report and use all this information, rather than in the technology and the variables per se. Overall, the decision to use any tracking technology or new variable should always be considered with a cost/benefit approach (ie, cost, ease of use, portability, manpower/ability to affect the training program).

  6. An automated method for the evaluation of the pointing accuracy of Sun-tracking devices

    Science.gov (United States)

    Baumgartner, Dietmar J.; Pötzi, Werner; Freislich, Heinrich; Strutzmann, Heinz; Veronig, Astrid M.; Rieder, Harald E.

    2017-03-01

    The accuracy of solar radiation measurements, for direct (DIR) and diffuse (DIF) radiation, depends significantly on the precision of the operational Sun-tracking device. Thus, rigid targets for instrument performance and operation have been specified for international monitoring networks, e.g., the Baseline Surface Radiation Network (BSRN) operating under the auspices of the World Climate Research Program (WCRP). Sun-tracking devices that fulfill these accuracy requirements are available from various instrument manufacturers; however, none of the commercially available systems comprise an automatic accuracy control system allowing platform operators to independently validate the pointing accuracy of Sun-tracking sensors during operation. Here we present KSO-STREAMS (KSO-SunTRackEr Accuracy Monitoring System), a fully automated, system-independent, and cost-effective system for evaluating the pointing accuracy of Sun-tracking devices. We detail the monitoring system setup, its design and specifications, and the results from its application to the Sun-tracking system operated at the Kanzelhöhe Observatory (KSO) Austrian radiation monitoring network (ARAD) site. The results from an evaluation campaign from March to June 2015 show that the tracking accuracy of the device operated at KSO lies within BSRN specifications (i.e., 0.1° tracking accuracy) for the vast majority of observations (99.8 %). The evaluation of manufacturer-specified active-tracking accuracies (0.02°), during periods with direct solar radiation exceeding 300 W m-2, shows that these are satisfied in 72.9 % of observations. Tracking accuracies are highest during clear-sky conditions and on days where prevailing clear-sky conditions are interrupted by frontal movement; in these cases, we obtain the complete fulfillment of BSRN requirements and 76.4 % of observations within manufacturer-specified active-tracking accuracies. Limitations to tracking surveillance arise during overcast conditions and

  7. Maximum power point tracking for PV systems under partial shading conditions using current sweeping

    International Nuclear Information System (INIS)

    Tsang, K.M.; Chan, W.L.

    2015-01-01

    Highlights: • A novel approach for tracking the maximum power point of photovoltaic systems. • Able to handle both the uniform insolation and partial shading conditions. • Maximum power point tracking based on current sweeping. - Abstract: Partial shading on photovoltaic (PV) arrays causes multiple peaks on the output power–voltage characteristic curve and local searching technique such as perturb and observe (P&O) method could easily fail in searching for the global maximum. Moreover, existing global searching techniques are still not very satisfactory in terms of speed and implementation complexity. In this paper, a fast global maximum power point (MPPT) tracking method which is using current sweeping for photovoltaic arrays under partial shading conditions is proposed. Unlike conventional approach, the proposed method is current based rather than voltage based. The initial maximum power point will be derived based on a current sweeping test and the maximum power point can be enhanced by a finer local search. The speed of the global search is mainly governed by the apparent time constant of the PV array and the generation of a fast current sweeping test. The fast current sweeping test can easily be realized by a DC/DC boost converter with a very fast current control loop. Experimental results are included to demonstrate the effectiveness of the proposed global searching scheme

  8. Guidelines for time-to-event end-point definitions in trials for pancreatic cancer. Results of the DATECAN initiative (Definition for the Assessment of Time-to-event End-points in CANcer trials)

    NARCIS (Netherlands)

    Bonnetain, Franck; Bonsing, Bert; Conroy, Thierry; Dousseau, Adelaide; Glimelius, Bengt; Haustermans, Karin; Lacaine, François; van Laethem, Jean Luc; Aparicio, Thomas; Aust, Daniela; Bassi, Claudio; Berger, Virginie; Chamorey, Emmanuel; Chibaudel, Benoist; Dahan, Laeticia; de Gramont, Aimery; Delpero, Jean Robert; Dervenis, Christos; Ducreux, Michel; Gal, Jocelyn; Gerber, Erich; Ghaneh, Paula; Hammel, Pascal; Hendlisz, Alain; Jooste, Valérie; Labianca, Roberto; Latouche, Aurelien; Lutz, Manfred; Macarulla, Teresa; Malka, David; Mauer, Muriel; Mitry, Emmanuel; Neoptolemos, John; Pessaux, Patrick; Sauvanet, Alain; Tabernero, Josep; Taieb, Julien; van Tienhoven, Geertjan; Gourgou-Bourgade, Sophie; Bellera, Carine; Mathoulin-Pélissier, Simone; Collette, Laurence

    2014-01-01

    Using potential surrogate end-points for overall survival (OS) such as Disease-Free- (DFS) or Progression-Free Survival (PFS) is increasingly common in randomised controlled trials (RCTs). However, end-points are too often imprecisely defined which largely contributes to a lack of homogeneity across

  9. Improving maximum power point tracking of partially shaded photovoltaic system by using IPSO-BELBIC

    International Nuclear Information System (INIS)

    El-Garhy, M. Abd Al-Alim; Mubarak, R.I.; El-Bably, M.

    2017-01-01

    Solar photovoltaic (PV) arrays in remote applications are often related to the rapid changes in the partial shading pattern. Rapid changes of the partial shading pattern make the tracking of maximum power point (MPP) of the global peak through the local ones too difficult. An essential need to make a fast and efficient algorithm to detect the peaks values which always vary as the sun irradiance changes. This paper presents two algorithms based on the improved particle swarm optimization technique one of them with PID controller (IPSO-PID), and the other one with Brain Emotional Learning Based Intelligent Controller (IPSO-BELBIC). These techniques improve the maximum power point (MPP) tracking capabilities for photovoltaic (PV) system under partial shading circumstances. The main aim of these improved algorithms is to accelerate the velocity of IPSO to reach to (MPP) and increase its efficiency. These algorithms also improve the tracking time under complex irradiance conditions. Based on these conditions, the tracking time of these presented techniques improves to 2 msec, with an efficiency of 100%.

  10. Improving maximum power point tracking of partially shaded photovoltaic system by using IPSO-BELBIC

    Science.gov (United States)

    Al-Alim El-Garhy, M. Abd; Mubarak, R. I.; El-Bably, M.

    2017-08-01

    Solar photovoltaic (PV) arrays in remote applications are often related to the rapid changes in the partial shading pattern. Rapid changes of the partial shading pattern make the tracking of maximum power point (MPP) of the global peak through the local ones too difficult. An essential need to make a fast and efficient algorithm to detect the peaks values which always vary as the sun irradiance changes. This paper presents two algorithms based on the improved particle swarm optimization technique one of them with PID controller (IPSO-PID), and the other one with Brain Emotional Learning Based Intelligent Controller (IPSO-BELBIC). These techniques improve the maximum power point (MPP) tracking capabilities for photovoltaic (PV) system under partial shading circumstances. The main aim of these improved algorithms is to accelerate the velocity of IPSO to reach to (MPP) and increase its efficiency. These algorithms also improve the tracking time under complex irradiance conditions. Based on these conditions, the tracking time of these presented techniques improves to 2 msec, with an efficiency of 100%.

  11. End point control of an actinide precipitation reactor

    International Nuclear Information System (INIS)

    Muske, K.R.

    1997-01-01

    The actinide precipitation reactors in the nuclear materials processing facility at Los Alamos National Laboratory are used to remove actinides and other heavy metals from the effluent streams generated during the purification of plutonium. These effluent streams consist of hydrochloric acid solutions, ranging from one to five molar in concentration, in which actinides and other metals are dissolved. The actinides present are plutonium and americium. Typical actinide loadings range from one to five grams per liter. The most prevalent heavy metals are iron, chromium, and nickel that are due to stainless steel. Removal of these metals from solution is accomplished by hydroxide precipitation during the neutralization of the effluent. An end point control algorithm for the semi-batch actinide precipitation reactors at Los Alamos National Laboratory is described. The algorithm is based on an equilibrium solubility model of the chemical species in solution. This model is used to predict the amount of base hydroxide necessary to reach the end point of the actinide precipitation reaction. The model parameters are updated by on-line pH measurements

  12. Distributions of chain ends and junction points in ordered block copolymers

    International Nuclear Information System (INIS)

    Mayes, A.M.; Johnson, R.D.; Russell, T.P.; Smith, S.D.; Satija, S.K.; Majkrzak, C.F.

    1993-01-01

    Chain configurations in ordered symmetric poly(styrene-b-methyl methacrylate) diblock copolymers were examined by neutron reflectively. In a thin-film geometry the copolymers organize into lamellar microdomains oriented parallel to the substrate surface. The copolymers organize into lamellar microdomains oriented parallel to the substrate surface. The copolymers were synthesized with small fractions of deuterated segments at either the chain ends or centers. This selective labeling permitted characterization of the spatial distribution of chain ends and junction points normal to the plane of the film. From the reflectivity analysis, the junction points are found to be confined to the PS/PMMA interfacial regions. The chain ends, however, are well distributed through their respective domains, exhibiting only a weak maximum in concentration at the center of the domains

  13. Development of requirements tracking and verification technology for the NPP software

    Energy Technology Data Exchange (ETDEWEB)

    Jung, Chul Hwan; Kim, Jang Yeol; Lee, Jang Soo; Song, Soon Ja; Lee, Dong Young; Kwon, Kee Choon

    1998-12-30

    Searched and analyzed the technology of requirements engineering in the areas of aerospace and defense industry, medical industry and nuclear industry. Summarized the status of tools for the software design and requirements management. Analyzed the software design methodology for the safety software of NPP. Development of the design requirements for the requirements tracking and verification system. Development of the background technology to design the prototype tool for the requirements tracking and verification.

  14. Development of requirements tracking and verification technology for the NPP software

    International Nuclear Information System (INIS)

    Jung, Chul Hwan; Kim, Jang Yeol; Lee, Jang Soo; Song, Soon Ja; Lee, Dong Young; Kwon, Kee Choon

    1998-01-01

    Searched and analyzed the technology of requirements engineering in the areas of aerospace and defense industry, medical industry and nuclear industry. Summarized the status of tools for the software design and requirements management. Analyzed the software design methodology for the safety software of NPP. Development of the design requirements for the requirements tracking and verification system. Development of the background technology to design the prototype tool for the requirements tracking and verification

  15. Improvement of maximum power point tracking perturb and observe algorithm for a standalone solar photovoltaic system

    International Nuclear Information System (INIS)

    Awan, M.M.A.; Awan, F.G.

    2017-01-01

    Extraction of maximum power from PV (Photovoltaic) cell is necessary to make the PV system efficient. Maximum power can be achieved by operating the system at MPP (Maximum Power Point) (taking the operating point of PV panel to MPP) and for this purpose MPPT (Maximum Power Point Trackers) are used. There are many tracking algorithms/methods used by these trackers which includes incremental conductance, constant voltage method, constant current method, short circuit current method, PAO (Perturb and Observe) method, and open circuit voltage method but PAO is the mostly used algorithm because it is simple and easy to implement. PAO algorithm has some drawbacks, one is low tracking speed under rapid changing weather conditions and second is oscillations of PV systems operating point around MPP. Little improvement is achieved in past papers regarding these issues. In this paper, a new method named 'Decrease and Fix' method is successfully introduced as improvement in PAO algorithm to overcome these issues of tracking speed and oscillations. Decrease and fix method is the first successful attempt with PAO algorithm for stability achievement and speeding up of tracking process in photovoltaic system. Complete standalone photovoltaic system's model with improved perturb and observe algorithm is simulated in MATLAB Simulink. (author)

  16. Enabling Technologies for Silicon Microstrip Tracking Detectors at the HL-LHC

    CERN Document Server

    Barth, C; Bloch, I.; Bögelspacher, F.; de Boer, W.; Daniels, M.; Dierlamm, A.; Eber, R.; Eckerlin, G.; Eckstein, D.; Eichhorn, T.; Erfle, J.; Feld, L.; Garutti, E.; Gregor, I. -M.; Guthoff, M.; Hartmann, F.; Hauser, M.; Husemann, U.; Jakobs, K.; Junkes, A.; Karpinski, W.; Klein, K.; Kuehn, S.; Lacker, H.; Mahboubi, K.; Müller, Th.; Mussgiller, A.; Nürnberg, A.; Parzefall, U.; Poehlsen, T.; Poley, L.; Preuten, M.; Rehnisch, L.; Sammet, J.; Schleper, P.; Schuwalow, S.; Sperlich, D.; Stanitzki, M.; Steinbrück, G.; Wlochal, M.

    2016-01-01

    While the tracking detectors of the ATLAS and CMS experiments have shown excellent performance in Run 1 of LHC data taking, and are expected to continue to do so during LHC operation at design luminosity, both experiments will have to exchange their tracking systems when the LHC is upgraded to the high-luminosity LHC (HL-LHC) around the year 2024. The new tracking systems need to operate in an environment in which both the hit densities and the radiation damage will be about an order of magnitude higher than today. In addition, the new trackers need to contribute to the first level trigger in order to maintain a high data-taking efficiency for the interesting processes. Novel detector technologies have to be developed to meet these very challenging goals. The German groups active in the upgrades of the ATLAS and CMS tracking systems have formed a collaborative "Project on Enabling Technologies for Silicon Microstrip Tracking Detectors at the HL-LHC" (PETTL), which was supported by the Helmholtz Alliance "Phys...

  17. Augmented Nonlinear Controller for Maximum Power-Point Tracking with Artificial Neural Network in Grid-Connected Photovoltaic Systems

    Directory of Open Access Journals (Sweden)

    Suliang Ma

    2016-11-01

    Full Text Available Photovoltaic (PV systems have non-linear characteristics that generate maximum power at one particular operating point. Environmental factors such as irradiance and temperature variations greatly affect the maximum power point (MPP. Diverse offline and online techniques have been introduced for tracking the MPP. Here, to track the MPP, an augmented-state feedback linearized (AFL non-linear controller combined with an artificial neural network (ANN is proposed. This approach linearizes the non-linear characteristics in PV systems and DC/DC converters, for tracking and optimizing the PV system operation. It also reduces the dependency of the designed controller on linearized models, to provide global stability. A complete model of the PV system is simulated. The existing maximum power-point tracking (MPPT and DC/DC boost-converter controller techniques are compared with the proposed ANN method. Two case studies, which simulate realistic circumstances, are presented to demonstrate the effectiveness and superiority of the proposed method. The AFL with ANN controller can provide good dynamic operation, faster convergence speed, and fewer operating-point oscillations around the MPP. It also tracks the global maxima under different conditions, especially irradiance-mutating situations, more effectively than the conventional methods. Detailed mathematical models and a control approach for a three-phase grid-connected intelligent hybrid system are proposed using MATLAB/Simulink.

  18. A satellite-tracking millimeter-wave reflector antenna system for mobile satellite-tracking

    Science.gov (United States)

    Densmore, Arthur C.; Jamnejad, Vahraz; Woo, Kenneth E.

    1995-03-01

    A miniature dual-band two-way mobile satellite tracking antenna system mounted on a movable ground vehicle includes a miniature parabolic reflector dish having an elliptical aperture with major and minor elliptical axes aligned horizontally and vertically, respectively, to maximize azimuthal directionality and minimize elevational directionality to an extent corresponding to expected pitch excursions of the movable ground vehicle. A feed-horn has a back end and an open front end facing the reflector dish and has vertical side walls opening out from the back end to the front end at a lesser horn angle and horizontal top and bottom walls opening out from the back end to the front end at a greater horn angle. An RF circuit couples two different signal bands between the feed-horn and the user. An antenna attitude controller maintains an antenna azimuth direction relative to the satellite by rotating it in azimuth in response to sensed yaw motions of the movable ground vehicle so as to compensate for the yaw motions to within a pointing error angle. The controller sinusoidally dithers the antenna through a small azimuth dither angle greater than the pointing error angle while sensing a signal from the satellite received at the reflector dish, and deduces the pointing angle error from dither-induced fluctuations in the received signal.

  19. A comparative study of the maximum power point tracking methods for PV systems

    International Nuclear Information System (INIS)

    Liu, Yali; Li, Ming; Ji, Xu; Luo, Xi; Wang, Meidi; Zhang, Ying

    2014-01-01

    Highlights: • An improved maximum power point tracking method for PV system was proposed. • Theoretical derivation procedure of the proposed method was provided. • Simulation models of MPPT trackers were established based on MATLAB/Simulink. • Experiments were conducted to verify the effectiveness of the proposed MPPT method. - Abstract: Maximum power point tracking (MPPT) algorithms play an important role in the optimization of the power and efficiency of a photovoltaic (PV) generation system. According to the contradiction of the classical Perturb and Observe (P and Oa) method between the corresponding speed and the tracking accuracy on steady-state, an improved P and O (P and Ob) method has been put forward in this paper by using the Atken interpolation algorithm. To validate the correctness and performance of the proposed method, simulation and experimental study have been implemented. Simulation models of classical P and Oa method and improved P and Ob method have been established by MATLAB/Simulink to analyze each technique under varying solar irradiation and temperature. The experimental results show that the tracking efficiency of P and Ob method is an average of 93% compared to 72% for P and Oa method, this conclusion basically agree with the simulation study. Finally, we proposed the applicable conditions and scope of these MPPT methods in the practical application

  20. Attention and Recall of Point-of-sale Tobacco Marketing: A Mobile Eye-Tracking Pilot Study

    Directory of Open Access Journals (Sweden)

    Maansi Bansal-Travers

    2016-01-01

    Full Text Available  Introduction: As tobacco advertising restrictions have increased, the retail ‘power wall’ behind the counter is increasingly invaluable for marketing tobacco products. Objective: The primary objectives of this pilot study were 3-fold: (1 evaluate the attention paid/fixations on the area behind the cash register where tobacco advertising is concentrated and tobacco products are displayed in a real-world setting, (2 evaluate the duration (dwell-time of these fixations, and (3 evaluate the recall of advertising displayed on the tobacco power wall. Methods: Data from 13 Smokers (S and 12 Susceptible or non-daily Smokers (SS aged 180–30 from a mobile eye-tracking study. Mobile-eye tracking technology records the orientation (fixation and duration (dwell-time of visual attention. Participants were randomized to one of three purchase tasks at a convenience store: Candy bar Only (CO; N = 10, Candy bar + Specified cigarette Brand (CSB; N = 6, and Candy bar + cigarette Brand of their Choice (CBC; N = 9. A post-session survey evaluated recall of tobacco marketing. Key outcomes were fixations and dwell-time on the cigarette displays at the point-of-sale. Results: Participants spent a median time of 44 seconds during the standardized time evaluated and nearly three-quarters (72% fixated on the power wall during their purchase, regardless of smoking status (S: 77%, SS: 67% or purchase task (CO: 44%, CSB: 71%, CBC: 100%. In the post session survey, nearly all participants (96% indicated they noticed a cigarette brand and 64% were able to describe a specific part of the tobacco wall or recall a promotional offer. Conclusions: Consumers are exposed to point-of-sale tobacco marketing, regardless of smoking status. FDA should consider regulations that limit exposure to point-of-sale tobacco marketing among consumers.

  1. Attention and Recall of Point-of-sale Tobacco Marketing: A Mobile Eye-Tracking Pilot Study.

    Science.gov (United States)

    Bansal-Travers, Maansi; Adkison, Sarah E; O'Connor, Richard J; Thrasher, James F

    2016-01-01

    As tobacco advertising restrictions have increased, the retail 'power wall' behind the counter is increasingly invaluable for marketing tobacco products. The primary objectives of this pilot study were 3-fold: (1) evaluate the attention paid/fixations on the area behind the cash register where tobacco advertising is concentrated and tobacco products are displayed in a real-world setting, (2) evaluate the duration (dwell-time) of these fixations, and (3) evaluate the recall of advertising displayed on the tobacco power wall. Data from 13 Smokers (S) and 12 Susceptible or non-daily Smokers (SS) aged 180-30 from a mobile eye-tracking study. Mobile-eye tracking technology records the orientation (fixation) and duration (dwell-time) of visual attention. Participants were randomized to one of three purchase tasks at a convenience store: Candy bar Only (CO; N = 10), Candy bar + Specified cigarette Brand (CSB; N = 6), and Candy bar + cigarette Brand of their Choice (CBC; N = 9). A post-session survey evaluated recall of tobacco marketing. Key outcomes were fixations and dwell-time on the cigarette displays at the point-of-sale. Participants spent a median time of 44 seconds during the standardized time evaluated and nearly three-quarters (72%) fixated on the power wall during their purchase, regardless of smoking status (S: 77%, SS: 67%) or purchase task (CO: 44%, CSB: 71%, CBC: 100%). In the post session survey, nearly all participants (96%) indicated they noticed a cigarette brand and 64% were able to describe a specific part of the tobacco wall or recall a promotional offer. Consumers are exposed to point-of-sale tobacco marketing, regardless of smoking status. FDA should consider regulations that limit exposure to point-of-sale tobacco marketing among consumers.

  2. Tracking an oil slick from multiple natural sources, Coal Oil Point, California

    International Nuclear Information System (INIS)

    Leifer, Ira; Luyendyk, Bruce; Broderick, Kris

    2006-01-01

    Oil slicks on the ocean surface emitted from natural marine hydrocarbon seeps offshore from Coal Oil Point in the Santa Barbara Channel, California were tracked and sampled over a 2-h period. The objectives were to characterize the seep oil and to track its composition over time using a new sampling device, a catamaran drum sampler (CATDRUMS). The sampler was designed and developed at UCSB. Chromatograms showed that oil originating from an informally named, very active seep area, Shane Seep, primarily evolved during the first hour due to mixing with oil originating from a convergence zone slick surrounding Shane Seep. (author)

  3. Tracking an oil slick from multiple natural sources, Coal Oil Point, California

    Energy Technology Data Exchange (ETDEWEB)

    Leifer, Ira [Marine Sciences Institute, University of California, Santa Barbara, CA 93106 (United States); Luyendyk, Bruce [Department of Geological Sciences, University of California, Santa Barbara, CA 93106 (United States); Broderick, Kris [Exxon/Mobil Exploration Company, 13401 N. Freeway, Houston, TX 77060 (United States)

    2006-06-15

    Oil slicks on the ocean surface emitted from natural marine hydrocarbon seeps offshore from Coal Oil Point in the Santa Barbara Channel, California were tracked and sampled over a 2-h period. The objectives were to characterize the seep oil and to track its composition over time using a new sampling device, a catamaran drum sampler (CATDRUMS). The sampler was designed and developed at UCSB. Chromatograms showed that oil originating from an informally named, very active seep area, Shane Seep, primarily evolved during the first hour due to mixing with oil originating from a convergence zone slick surrounding Shane Seep. (author)

  4. Maximum Power Point Tracking Using Sliding Mode Control for Photovoltaic Array

    Directory of Open Access Journals (Sweden)

    J. Ghazanfari

    2013-09-01

    Full Text Available In this paper, a robust Maximum Power Point Tracking (MPPT for PV array has been proposed using sliding mode control by defining a new formulation for sliding surface which is based on increment conductance (INC method. The stability and robustness of the proposed controller are investigated to load variations and environment changes. Three different types of DC-DC converter are used in Maximum Power Point (MPP system and the results obtained are given. The simulation results confirm the effectiveness of the proposed method in the presence of load variations and environment changes for different types of DC-DC converter topologies.

  5. Optimized Adaptive Perturb and Observe Maximum Power Point Tracking Control for Photovoltaic Generation

    Directory of Open Access Journals (Sweden)

    Luigi Piegari

    2015-04-01

    Full Text Available The power extracted from PV arrays is usually maximized using maximum power point tracking algorithms. One of the most widely used techniques is the perturb & observe algorithm, which periodically perturbs the operating point of the PV array, sometime with an adaptive perturbation step, and compares the PV power before and after the perturbation. This paper analyses the most suitable perturbation step to optimize maximum power point tracking performance and suggests a design criterion to select the parameters of the controller. Using this proposed adaptive step, the MPPT perturb & observe algorithm achieves an excellent dynamic response by adapting the perturbation step to the actual operating conditions of the PV array. The proposed algorithm has been validated and tested in a laboratory using a dual input inductor push-pull converter. This particular converter topology is an efficient interface to boost the low voltage of PV arrays and effectively control the power flow when input or output voltages are variable. The experimental results have proved the superiority of the proposed algorithm in comparison of traditional perturb & observe and incremental conductance techniques.

  6. Neural Network Based Maximum Power Point Tracking Control with Quadratic Boost Converter for PMSG—Wind Energy Conversion System

    Directory of Open Access Journals (Sweden)

    Ramji Tiwari

    2018-02-01

    Full Text Available This paper proposes an artificial neural network (ANN based maximum power point tracking (MPPT control strategy for wind energy conversion system (WECS implemented with a DC/DC converter. The proposed topology utilizes a radial basis function network (RBFN based neural network control strategy to extract the maximum available power from the wind velocity. The results are compared with a classical Perturb and Observe (P&O method and Back propagation network (BPN method. In order to achieve a high voltage rating, the system is implemented with a quadratic boost converter and the performance of the converter is validated with a boost and single ended primary inductance converter (SEPIC. The performance of the MPPT technique along with a DC/DC converter is demonstrated using MATLAB/Simulink.

  7. Medication overuse headache: a critical review of end points in recent follow-up studies

    DEFF Research Database (Denmark)

    Hagen, Knut; Jensen, Rigmor; Bøe, Magne Geir

    2010-01-01

    in headache index at the end of follow-up were reported in only one and two of nine studies, respectively. The present review demonstrated a lack of uniform end points used in recently published follow-up studies. Guidelines for presenting follow-up data on MOH are needed and we propose end points......No guidelines for performing and presenting the results of studies on patients with medication overuse headache (MOH) exist. The aim of this study was to review long-term outcome measures in follow-up studies published in 2006 or later. We included MOH studies with >6 months duration presenting...... a minimum of one predefined end point. In total, nine studies were identified. The 1,589 MOH patients (22% men) had an overall mean frequency of 25.3 headache days/month at baseline. Headache days/month at the end of follow-up was reported in six studies (mean 13.8 days/month). The decrease was more...

  8. Intelligent Maximum Power Point Tracking Using Fuzzy Logic for Solar Photovoltaic Systems Under Non-Uniform Irradiation Conditions

    OpenAIRE

    P. Selvam; S. Senthil Kumar

    2016-01-01

    Maximum Power Point Tracking (MPPT) has played a vital role to enhance the efficiency of solar photovoltaic (PV) power generation under varying atmospheric temperature and solar irradiation. However, it is hard to track the maximum power point using conventional linear controllers due to the natural inheritance of nonlinear I-V and P-V characteristics of solar PV systems. Fuzzy Logic Controller (FLC) is suitable for nonlinear system control applications and eliminating oscillations, circuit c...

  9. Radiometric titration of officinal radiopharmaceuticals using radioactive kryptonates as end-point indicators. II

    International Nuclear Information System (INIS)

    Harangozo, M.; Jombik, J.; Schiller, P.; Toelgyessy, J.

    1981-01-01

    A method for the determination of citric, tartaric and undecylenic acids based on radiometric titration with 0.1 or 0.05 mole.l -1 NaOH was developed. As an indicator of the end point, radioactive kryptonate of glass was used. Experimental technique, results of determinations as well as other possible applications of the radioactive kryptonate of glass for end point determination in alkalimetric analyses of officinal pharmaceuticals are discussed. (author)

  10. Cross-Device Tracking: Measurement and Disclosures

    Directory of Open Access Journals (Sweden)

    Brookman Justin

    2017-04-01

    Full Text Available Internet advertising and analytics technology companies are increasingly trying to find ways to link behavior across the various devices consumers own. This cross-device tracking can provide a more complete view into a consumer’s behavior and can be valuable for a range of purposes, including ad targeting, research, and conversion attribution. However, consumers may not be aware of how and how often their behavior is tracked across different devices. We designed this study to try to assess what information about cross-device tracking (including data flows and policy disclosures is observable from the perspective of the end user. Our paper demonstrates how data that is routinely collected and shared online could be used by online third parties to track consumers across devices.

  11. Can eye-tracking technology improve situational awareness in paramedic clinical education?

    Science.gov (United States)

    Williams, Brett; Quested, Andrew; Cooper, Simon

    2013-01-01

    Human factors play a significant part in clinical error. Situational awareness (SA) means being aware of one's surroundings, comprehending the present situation, and being able to predict outcomes. It is a key human skill that, when properly applied, is associated with reducing medical error: eye-tracking technology can be used to provide an objective and qualitative measure of the initial perception component of SA. Feedback from eye-tracking technology can be used to improve the understanding and teaching of SA in clinical contexts, and consequently, has potential for reducing clinician error and the concomitant adverse events.

  12. Implementation of a new maximum power point tracking control strategy for small wind energy conversion systems without mechanical sensors

    International Nuclear Information System (INIS)

    Daili, Yacine; Gaubert, Jean-Paul; Rahmani, Lazhar

    2015-01-01

    Highlights: • A new maximum power point tracking algorithm for small wind turbines is proposed. • This algorithm resolves the problems of the classical perturb and observe method. • The proposed method has been tested under several wind speed profiles. • The validity of the new algorithm has been confirmed by the experimental results. - Abstract: This paper proposes a modified perturbation and observation maximum power point tracking algorithm for small wind energy conversion systems to overcome the problems of the conventional perturbation and observation technique, namely rapidity/efficiency trade-off and the divergence from peak power under a fast variation of the wind speed. Two modes of operation are used by this algorithm, the normal perturbation and observation mode and the predictive mode. The normal perturbation and observation mode with small step-size is switched under a slow wind speed variation to track the true maximum power point with fewer fluctuations in steady state. When a rapid change of wind speed is detected, the algorithm tracks the new maximum power point in two phases: in the first stage, the algorithm switches to the predictive mode in which the step-size is auto-adjusted according to the distance between the operating point and the estimated optimum point to move the operating point near to the maximum power point rapidly, and then the normal perturbation and observation mode is used to track the true peak power in the second stage. The dc-link voltage variation is used to detect rapid wind changes. The proposed algorithm does not require either knowledge of system parameters or of mechanical sensors. The experimental results confirm that the proposed algorithm has a better performance in terms of dynamic response and efficiency compared with the conventional perturbation and observation algorithm

  13. Software design of automatic counting system for nuclear track based on mathematical morphology algorithm

    International Nuclear Information System (INIS)

    Pan Yi; Mao Wanchong

    2010-01-01

    The parameter measurement of nuclear track occupies an important position in the field of nuclear technology. However, traditional artificial counting method has many limitations. In recent years, DSP and digital image processing technology have been applied in nuclear field more and more. For the sake of reducing errors of visual measurement in artificial counting method, an automatic counting system for nuclear track based on DM642 real-time image processing platform is introduced in this article, which is able to effectively remove interferences from the background and noise points, as well as automatically extract nuclear track-points by using mathematical morphology algorithm. (authors)

  14. Kinect technology for hand tracking control of surgical robots: technical and surgical skill comparison to current robotic masters.

    Science.gov (United States)

    Kim, Yonjae; Leonard, Simon; Shademan, Azad; Krieger, Axel; Kim, Peter C W

    2014-06-01

    Current surgical robots are controlled by a mechanical master located away from the patient, tracking surgeon's hands by wire and pulleys or mechanical linkage. Contactless hand tracking for surgical robot control is an attractive alternative, because it can be executed with minimal footprint at the patient's bedside without impairing sterility, while eliminating current disassociation between surgeon and patient. We compared technical and technologic feasibility of contactless hand tracking to the current clinical standard master controllers. A hand-tracking system (Kinect™-based 3Gear), a wire-based mechanical master (Mantis Duo), and a clinical mechanical linkage master (da Vinci) were evaluated for technical parameters with strong clinical relevance: system latency, static noise, robot slave tremor, and controller range. Five experienced surgeons performed a skill comparison study, evaluating the three different master controllers for efficiency and accuracy in peg transfer and pointing tasks. da Vinci had the lowest latency of 89 ms, followed by Mantis with 374 ms and 3Gear with 576 ms. Mantis and da Vinci produced zero static error. 3Gear produced average static error of 0.49 mm. The tremor of the robot used by the 3Gear and Mantis system had a radius of 1.7 mm compared with 0.5 mm for da Vinci. The three master controllers all had similar range. The surgeons took 1.98 times longer to complete the peg transfer task with the 3Gear system compared with Mantis, and 2.72 times longer with Mantis compared with da Vinci (p value 2.1e-9). For the pointer task, surgeons were most accurate with da Vinci with average error of 0.72 mm compared with Mantis's 1.61 mm and 3Gear's 2.41 mm (p value 0.00078). Contactless hand-tracking technology as a surgical master can execute simple surgical tasks. Whereas traditional master controllers outperformed, given that contactless hand-tracking is a first-generation technology, clinical potential is promising and could

  15. A maximum power point tracking algorithm for photovoltaic applications

    Science.gov (United States)

    Nelatury, Sudarshan R.; Gray, Robert

    2013-05-01

    The voltage and current characteristic of a photovoltaic (PV) cell is highly nonlinear and operating a PV cell for maximum power transfer has been a challenge for a long time. Several techniques have been proposed to estimate and track the maximum power point (MPP) in order to improve the overall efficiency of a PV panel. A strategic use of the mean value theorem permits obtaining an analytical expression for a point that lies in a close neighborhood of the true MPP. But hitherto, an exact solution in closed form for the MPP is not published. This problem can be formulated analytically as a constrained optimization, which can be solved using the Lagrange method. This method results in a system of simultaneous nonlinear equations. Solving them directly is quite difficult. However, we can employ a recursive algorithm to yield a reasonably good solution. In graphical terms, suppose the voltage current characteristic and the constant power contours are plotted on the same voltage current plane, the point of tangency between the device characteristic and the constant power contours is the sought for MPP. It is subject to change with the incident irradiation and temperature and hence the algorithm that attempts to maintain the MPP should be adaptive in nature and is supposed to have fast convergence and the least misadjustment. There are two parts in its implementation. First, one needs to estimate the MPP. The second task is to have a DC-DC converter to match the given load to the MPP thus obtained. Availability of power electronics circuits made it possible to design efficient converters. In this paper although we do not show the results from a real circuit, we use MATLAB to obtain the MPP and a buck-boost converter to match the load. Under varying conditions of load resistance and irradiance we demonstrate MPP tracking in case of a commercially available solar panel MSX-60. The power electronics circuit is simulated by PSIM software.

  16. An Improvement of a Fuzzy Logic-Controlled Maximum Power Point Tracking Algorithm for Photovoltic Applications

    Directory of Open Access Journals (Sweden)

    Woonki Na

    2017-03-01

    Full Text Available This paper presents an improved maximum power point tracking (MPPT algorithm using a fuzzy logic controller (FLC in order to extract potential maximum power from photovoltaic cells. The objectives of the proposed algorithm are to improve the tracking speed, and to simultaneously solve the inherent drawbacks such as slow tracking in the conventional perturb and observe (P and O algorithm. The performances of the conventional P and O algorithm and the proposed algorithm are compared by using MATLAB/Simulink in terms of the tracking speed and steady-state oscillations. Additionally, both algorithms were experimentally validated through a digital signal processor (DSP-based controlled-boost DC-DC converter. The experimental results show that the proposed algorithm performs with a shorter tracking time, smaller output power oscillation, and higher efficiency, compared with the conventional P and O algorithm.

  17. Microwatt power consumption maximum power point tracking circuit using an analogue differentiator for piezoelectric energy harvesting

    Science.gov (United States)

    Chew, Z. J.; Zhu, M.

    2015-12-01

    A maximum power point tracking (MPPT) scheme by tracking the open-circuit voltage from a piezoelectric energy harvester using a differentiator is presented in this paper. The MPPT controller is implemented by using a low-power analogue differentiator and comparators without the need of a sensing circuitry and a power hungry controller. This proposed MPPT circuit is used to control a buck converter which serves as a power management module in conjunction with a full-wave bridge diode rectifier. Performance of this MPPT control scheme is verified by using the prototyped circuit to track the maximum power point of a macro-fiber composite (MFC) as the piezoelectric energy harvester. The MFC was bonded on a composite material and the whole specimen was subjected to various strain levels at frequency from 10 to 100 Hz. Experimental results showed that the implemented full analogue MPPT controller has a tracking efficiency between 81% and 98.66% independent of the load, and consumes an average power of 3.187 μW at 3 V during operation.

  18. Electrical breakthrough effect for end pointing in 90 and 45 nm node circuit edit

    International Nuclear Information System (INIS)

    Liu, Kun; Soskov, Alex; Scipioni, Larry; Bassom, Neil; Sijbrandij, Sybren; Smith, Gerald

    2006-01-01

    The interaction between high-energy Ga + ions and condensed matter is studied for circuit edit applications. A new 'electrical breakthrough effect' due to charging of, and Ga + penetration/doping into, dielectrics is discovered. This new effect is proposed for end pointing in 90 and 45 nm node circuit edits where integrated circuit device dimensions are of a few hundred nanometers. This new end point approach is very sensitive, reliable, and precise. Most importantly, it is not sensitive to device dimensions. A series of circuit edits involving milling holes of high aspect ratio (5-30) and small cross-section area (0.01-0.25 μm 2 ) on real chips has been successfully performed using the electrical breakthrough effect as the end point method

  19. Technology on the Move: Recent and Forthcoming Innovations for Tracking Migratory Birds

    DEFF Research Database (Denmark)

    Bridge, Eli S.; Thorup, Kasper; Bowlin, Melissa S.

    2011-01-01

    networks, solar geolocation, radar, and information technology are improving our understanding of when and where birds go during their annual cycles and informing numerous scientific disciplines, including evolutionary biology, population ecology, and global change. The recent developments described......Basic questions about the life histories of migratory birds have confounded scientists for generations, yet we are nearing an era of historic discovery as new tracking technologies make it possible to determine the timing and routes of an increasing number of bird migrations. Tracking small flying...

  20. Design and Implementation of Photovoltaic Maximum Power Point Tracking Controller

    Directory of Open Access Journals (Sweden)

    Fawaz S. Abdullah

    2018-03-01

    Full Text Available  The power supplied by any solar array depends upon the environmental conditions as weather conditions (temperature and radiation intensity and the incident angle of the radiant source. The work aims to study the maximum power tracking schemes that used to compare the system performance without and with different types of controllers. The maximum power points of the solar panel under test studied and compared with two controller's types.  The first controller is the proportional- integral - derivative controller type and the second is the perturbation and observation algorithm controller. The associated converter system is a microcontroller based type, whereas the results studied and compared of greatest power point of the Photovoltaic panels under the different two controllers. The experimental tests results compared with simulation results to verify accurate performance.

  1. Track following of Ξ"- hyperons in nuclear emulsion for the E07 experiment

    International Nuclear Information System (INIS)

    Mishina, Akihiro; Endo, Yoko; Hoshino, Kaoru

    2015-01-01

    The E07 experiment is expected to provide knowledge of S = -2 systems with ten times more statistics than that of the past E373 experiment. To achieve this in a reasonable time, an automated track following system is very important. This system consists of three techniques, 'emulsion surface detection', 'alignment of plate by plate connection with K"- beams' and 'followed track recognition in nuclear emulsion'. Ξ"- hyperon candidate tracks are followed from the entrance to the end point in the emulsion. If the system operates properly such that one track is processed in each plate within one minute, all Ξ"- candidate tracks can be followed successfully to their stopping points in a year. The development of softwares for the system is ongoing. (author)

  2. Tracking of plus-ends reveals microtubule functional diversity in different cell types

    Science.gov (United States)

    Shaebani, M. Reza; Pasula, Aravind; Ott, Albrecht; Santen, Ludger

    2016-07-01

    Many cellular processes are tightly connected to the dynamics of microtubules (MTs). While in neuronal axons MTs mainly regulate intracellular trafficking, they participate in cytoskeleton reorganization in many other eukaryotic cells, enabling the cell to efficiently adapt to changes in the environment. We show that the functional differences of MTs in different cell types and regions is reflected in the dynamic properties of MT tips. Using plus-end tracking proteins EB1 to monitor growing MT plus-ends, we show that MT dynamics and life cycle in axons of human neurons significantly differ from that of fibroblast cells. The density of plus-ends, as well as the rescue and catastrophe frequencies increase while the growth rate decreases toward the fibroblast cell margin. This results in a rather stable filamentous network structure and maintains the connection between nucleus and membrane. In contrast, plus-ends are uniformly distributed along the axons and exhibit diverse polymerization run times and spatially homogeneous rescue and catastrophe frequencies, leading to MT segments of various lengths. The probability distributions of the excursion length of polymerization and the MT length both follow nearly exponential tails, in agreement with the analytical predictions of a two-state model of MT dynamics.

  3. A Review of Point-Wise Motion Tracking Algorithms for Fetal Magnetic Resonance Imaging.

    Science.gov (United States)

    Chikop, Shivaprasad; Koulagi, Girish; Kumbara, Ankita; Geethanath, Sairam

    2016-01-01

    We review recent feature-based tracking algorithms as applied to fetal magnetic resonance imaging (MRI). Motion in fetal MRI is an active and challenging area of research, but the challenge can be mitigated by strategies related to patient setup, acquisition, reconstruction, and image processing. We focus on fetal motion correction through methods based on tracking algorithms for registration of slices with similar anatomy in multiple volumes. We describe five motion detection algorithms based on corner detection and region-based methods through pseudocodes, illustrating the results of their application to fetal MRI. We compare the performance of these methods on the basis of error in registration and minimum number of feature points required for registration. Harris, a corner detection method, provides similar error when compared to the other methods and has the lowest number of feature points required at that error level. We do not discuss group-wise methods here. Finally, we attempt to communicate the application of available feature extraction methods to fetal MRI.

  4. Efficiency of Photovoltaic Maximum Power Point Tracking Controller Based on a Fuzzy Logic

    Directory of Open Access Journals (Sweden)

    Ammar Al-Gizi

    2017-07-01

    Full Text Available This paper examines the efficiency of a fuzzy logic control (FLC based maximum power point tracking (MPPT of a photovoltaic (PV system under variable climate conditions and connected load requirements. The PV system including a PV module BP SX150S, buck-boost DC-DC converter, MPPT, and a resistive load is modeled and simulated using Matlab/Simulink package. In order to compare the performance of FLC-based MPPT controller with the conventional perturb and observe (P&O method at different irradiation (G, temperature (T and connected load (RL variations – rising time (tr, recovering time, total average power and MPPT efficiency topics are calculated. The simulation results show that the FLC-based MPPT method can quickly track the maximum power point (MPP of the PV module at the transient state and effectively eliminates the power oscillation around the MPP of the PV module at steady state, hence more average power can be extracted, in comparison with the conventional P&O method.

  5. Detection of Bordetella pertussis from Clinical Samples by Culture and End-Point PCR in Malaysian Patients.

    Science.gov (United States)

    Ting, Tan Xue; Hashim, Rohaidah; Ahmad, Norazah; Abdullah, Khairul Hafizi

    2013-01-01

    Pertussis or whooping cough is a highly infectious respiratory disease caused by Bordetella pertussis. In vaccinating countries, infants, adolescents, and adults are relevant patients groups. A total of 707 clinical specimens were received from major hospitals in Malaysia in year 2011. These specimens were cultured on Regan-Lowe charcoal agar and subjected to end-point PCR, which amplified the repetitive insertion sequence IS481 and pertussis toxin promoter gene. Out of these specimens, 275 were positive: 4 by culture only, 6 by both end-point PCR and culture, and 265 by end-point PCR only. The majority of the positive cases were from ≤3 months old patients (77.1%) (P 0.05). Our study showed that the end-point PCR technique was able to pick up more positive cases compared to culture method.

  6. A quantitative analysis of statistical power identifies obesity end points for improved in vivo preclinical study design.

    Science.gov (United States)

    Selimkhanov, J; Thompson, W C; Guo, J; Hall, K D; Musante, C J

    2017-08-01

    The design of well-powered in vivo preclinical studies is a key element in building the knowledge of disease physiology for the purpose of identifying and effectively testing potential antiobesity drug targets. However, as a result of the complexity of the obese phenotype, there is limited understanding of the variability within and between study animals of macroscopic end points such as food intake and body composition. This, combined with limitations inherent in the measurement of certain end points, presents challenges to study design that can have significant consequences for an antiobesity program. Here, we analyze a large, longitudinal study of mouse food intake and body composition during diet perturbation to quantify the variability and interaction of the key metabolic end points. To demonstrate how conclusions can change as a function of study size, we show that a simulated preclinical study properly powered for one end point may lead to false conclusions based on secondary end points. We then propose the guidelines for end point selection and study size estimation under different conditions to facilitate proper power calculation for a more successful in vivo study design.

  7. Track formation. Principles and applications

    International Nuclear Information System (INIS)

    Monnin, M.

    1978-01-01

    The principles and technical aspects of track formation in insulating solids are first described. The characteristics of dialectic track detection are discussed from the technical point of view: the nature of the detectors, the chemical treatment, the sensitivity and the environmental conditions of use. The applications are reviewed. The principle of each type of applied research is described and then the applications are listed. When used as a detector, nuclear tracks can provide valuable information in a number of fields: element content determination and wrapping, imaging, radiation dosimetry, environmental studies, technological uses and miscellaneous other applications. The track-formation process can also be used for making well-defined holes; this method allows other applications which are also described. Finally, some possible future applications are mentioned. (author)

  8. PENGENALAN POLA SIDIK JARI RIDGE ENDING DAN BIFURCATION POINT DENGAN EKSTRAKSI MINUSI METODE CROSSING NUMBER

    Directory of Open Access Journals (Sweden)

    I Putu Dody Lesmana

    2012-09-01

    Full Text Available Abstract: Biometric is a development of basic method of identification using human natural characteristics as its basic. One of the biometric system that is often used is fingerprint. Fingerprint matching system can be obtained by extraction of minutiae information. Information from minutiae extraction generated ridge ending and bifurcation. The technique coffered in this paper is based on the extraction of minutiae from fingerprint image using crossing number (CN method to get ridge ending and bifurcation point by scanning each of ridges point. False identification of minutiae structure may be introduced into the fingerprint image due to hole and spur structure. It is necessary to test the validity of each minutiae point to eliminate false minutiae. Experiments are firstly conducted to assess how well the crossing number method is able to extract the minutiae point. The minutiae validation algorithm is then evaluated to see how effective the algorithm is in detecting the false minutiae. From experiments result using crossing number method, it can be deduced that all ridge points corresponding to ridge ending and bifurcation point have been detected successfully. However, there are a few cases where the extracted minutiae do not correspond to true minutiae points due to hole and spur structure. Applying minutiae validation algorithm is able to cancel out the false ridge endings created by the spur structure and bifurcations created by the hole structures.

  9. Maximum Power Point Tracking of Photovoltaic System for Traffic Light Application

    OpenAIRE

    Muhida, Riza; Mohamad, Nor Hilmi; Legowo, Ari; Irawan, Rudi; Astuti, Winda

    2013-01-01

    Photovoltaic traffic light system is a significant application of renewable energy source. The development of the system is an alternative effort of local authority to reduce expenditure for paying fees to power supplier which the power comes from conventional energy source. Since photovoltaic (PV) modules still have relatively low conversion efficiency, an alternative control of maximum power point tracking (MPPT) method is applied to the traffic light system. MPPT is intended to catch up th...

  10. A maximum power point tracking for photovoltaic-SPE system using a maximum current controller

    Energy Technology Data Exchange (ETDEWEB)

    Muhida, Riza [Osaka Univ., Dept. of Physical Science, Toyonaka, Osaka (Japan); Osaka Univ., Dept. of Electrical Engineering, Suita, Osaka (Japan); Park, Minwon; Dakkak, Mohammed; Matsuura, Kenji [Osaka Univ., Dept. of Electrical Engineering, Suita, Osaka (Japan); Tsuyoshi, Akira; Michira, Masakazu [Kobe City College of Technology, Nishi-ku, Kobe (Japan)

    2003-02-01

    Processes to produce hydrogen from solar photovoltaic (PV)-powered water electrolysis using solid polymer electrolysis (SPE) are reported. An alternative control of maximum power point tracking (MPPT) in the PV-SPE system based on the maximum current searching methods has been designed and implemented. Based on the characteristics of voltage-current and theoretical analysis of SPE, it can be shown that the tracking of the maximum current output of DC-DC converter in SPE side will track the MPPT of photovoltaic panel simultaneously. This method uses a proportional integrator controller to control the duty factor of DC-DC converter with pulse-width modulator (PWM). The MPPT performance and hydrogen production performance of this method have been evaluated and discussed based on the results of the experiment. (Author)

  11. L1 Adaptive Speed Control of a Small Wind Energy Conversion System for Maximum Power Point Tracking

    DEFF Research Database (Denmark)

    Zhao, Haoran; Wu, Qiuwei; Rasmussen, Claus Nygaard

    2014-01-01

    This paper presents the design of an L1 adaptive controller for maximum power point tracking (MPPT) of a small variable speed Wind Energy Conversion System (WECS). The proposed controller generates the optimal torque command for the vector controlled generator side converter (GSC) based on the wi......) is used to carry out case studies using Matlab/Simulink. The case study results show that the designed L1 adaptive controller has good tracking performance even with unmodeled dynamics and in the presence of parameter uncertainties and unknown disturbances.......This paper presents the design of an L1 adaptive controller for maximum power point tracking (MPPT) of a small variable speed Wind Energy Conversion System (WECS). The proposed controller generates the optimal torque command for the vector controlled generator side converter (GSC) based on the wind...

  12. Feasibility Study of RFID Technology for Construction Load Tracking

    Science.gov (United States)

    2011-12-31

    RFID technology was proven to be successful in tracking dump trucks from loading plant to a paver location on a highway project. The average roundtrip time was 1 hour and 4 minutes. However, 3% of this data has truck delivery times in excess of 2 hou...

  13. Improved incremental conductance method for maximum power point tracking using cuk converter

    Directory of Open Access Journals (Sweden)

    M. Saad Saoud

    2014-03-01

    Full Text Available The Algerian government relies on a strategy focused on the development of inexhaustible resources such as solar and uses to diversify energy sources and prepare the Algeria of tomorrow: about 40% of the production of electricity for domestic consumption will be from renewable sources by 2030, Therefore it is necessary to concentrate our forces in order to reduce the application costs and to increment their performances, Their performance is evaluated and compared through theoretical analysis and digital simulation. This paper presents simulation of improved incremental conductance method for maximum power point tracking (MPPT using DC-DC cuk converter. This improved algorithm is used to track MPPs because it performs precise control under rapidly changing Atmospheric conditions, Matlab/ Simulink were employed for simulation studies.

  14. 40 CFR 63.487 - Batch front-end process vents-reference control technology.

    Science.gov (United States)

    2010-07-01

    ... § 63.487 Batch front-end process vents—reference control technology. (a) Batch front-end process vents... 40 Protection of Environment 9 2010-07-01 2010-07-01 false Batch front-end process vents-reference control technology. 63.487 Section 63.487 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY...

  15. Free-time and fixed end-point multi-target optimal control theory: Application to quantum computing

    International Nuclear Information System (INIS)

    Mishima, K.; Yamashita, K.

    2011-01-01

    Graphical abstract: The two-state Deutsch-Jozsa algortihm used to demonstrate the utility of free-time and fixed-end point multi-target optimal control theory. Research highlights: → Free-time and fixed-end point multi-target optimal control theory (FRFP-MTOCT) was constructed. → The features of our theory include optimization of the external time-dependent perturbations with high transition probabilities, that of the temporal duration, the monotonic convergence, and the ability to optimize multiple-laser pulses simultaneously. → The advantage of the theory and a comparison with conventional fixed-time and fixed end-point multi-target optimal control theory (FIFP-MTOCT) are presented by comparing data calculated using the present theory with those published previously [K. Mishima, K. Yamashita, Chem. Phys. 361 (2009) 106]. → The qubit system of our interest consists of two polar NaCl molecules coupled by dipole-dipole interaction. → The calculation examples show that our theory is useful for minor adjustment of the external fields. - Abstract: An extension of free-time and fixed end-point optimal control theory (FRFP-OCT) to monotonically convergent free-time and fixed end-point multi-target optimal control theory (FRFP-MTOCT) is presented. The features of our theory include optimization of the external time-dependent perturbations with high transition probabilities, that of the temporal duration, the monotonic convergence, and the ability to optimize multiple-laser pulses simultaneously. The advantage of the theory and a comparison with conventional fixed-time and fixed end-point multi-target optimal control theory (FIFP-MTOCT) are presented by comparing data calculated using the present theory with those published previously [K. Mishima, K. Yamashita, Chem. Phys. 361, (2009), 106]. The qubit system of our interest consists of two polar NaCl molecules coupled by dipole-dipole interaction. The calculation examples show that our theory is useful for minor

  16. Use of point-of-sale data to track usage patterns of residential pesticides: methodology development

    Directory of Open Access Journals (Sweden)

    Chism Bill

    2006-05-01

    Full Text Available Abstract Background Residential-use pesticides have been shown to be a major source of pesticide exposure to people in the United States. However, little is understood about the exposures to household pesticides and the resultant health effects. One reason that little is known about home-use pesticide exposure is the lack of comprehensive data on exposures to pesticides in the home. One method to help ascertain the amount of pesticides present in the home is use of point-of-sale data collected from marketing companies that track product sales to obtain the volume of pesticides sold for home-use. This provides a measure of volume of home-use pesticide. Methods We have constructed a searchable database containing sales data for home-use permethrin-containing pesticides sold by retail stores in the United States from January 1997 through December 2002 in an attempt to develop a tracking method for pesticide. This pilot project was conducted to determine if point-of-sale data would be effective in helping track the purchase of home-use permethrin containing pesticides and if it would stand as a good model for tracking sales of other home-use pesticides. Results There are several limitations associated with this tracking method, including the availability of sales data, market coverage, and geographic resolution. As a result, a fraction of sales data potentially available for reporting is represented in this database. However, the database is sensitive to the number and type of merchants reporting permethrin sales. Further, analysis of the sale of individual products included in the database indicates that year to year variability has a greater impact on reported permethrin sales than the amount sold by each type of merchant. Conclusion We conclude that, while nothing could completely replace a detailed exposure assessment to estimate exposures to home-use pesticides, a point-of-sale database is a useful tool in tracking the purchase of these types

  17. Use of point-of-sale data to track usage patterns of residential pesticides: methodology development.

    Science.gov (United States)

    Bekarian, Nyree; Payne-Sturges, Devon; Edmondson, Stuart; Chism, Bill; Woodruff, Tracey J

    2006-05-25

    Residential-use pesticides have been shown to be a major source of pesticide exposure to people in the United States. However, little is understood about the exposures to household pesticides and the resultant health effects. One reason that little is known about home-use pesticide exposure is the lack of comprehensive data on exposures to pesticides in the home. One method to help ascertain the amount of pesticides present in the home is use of point-of-sale data collected from marketing companies that track product sales to obtain the volume of pesticides sold for home-use. This provides a measure of volume of home-use pesticide. We have constructed a searchable database containing sales data for home-use permethrin-containing pesticides sold by retail stores in the United States from January 1997 through December 2002 in an attempt to develop a tracking method for pesticide. This pilot project was conducted to determine if point-of-sale data would be effective in helping track the purchase of home-use permethrin containing pesticides and if it would stand as a good model for tracking sales of other home-use pesticides. There are several limitations associated with this tracking method, including the availability of sales data, market coverage, and geographic resolution. As a result, a fraction of sales data potentially available for reporting is represented in this database. However, the database is sensitive to the number and type of merchants reporting permethrin sales. Further, analysis of the sale of individual products included in the database indicates that year to year variability has a greater impact on reported permethrin sales than the amount sold by each type of merchant. We conclude that, while nothing could completely replace a detailed exposure assessment to estimate exposures to home-use pesticides, a point-of-sale database is a useful tool in tracking the purchase of these types of pesticides to 1) detect anomalous trends in regional and seasonal

  18. Performances improvement of maximum power point tracking perturb and observe method

    Energy Technology Data Exchange (ETDEWEB)

    Egiziano, L.; Femia, N.; Granozio, D.; Petrone, G.; Spagnuolo, G. [Salermo Univ., Salermo (Italy); Vitelli, M. [Seconda Univ. di Napoli, Napoli (Italy)

    2006-07-01

    Perturb and observe best operation conditions were investigated in order to identify edge efficiency performance capabilities of a maximum power point (MPP) tracking technique for photovoltaic (PV) applications. The strategy was developed to ensure a 3-points behavior across the MPP under a fixed irradiation level with a central point blocked on the MPP and 2 operating points operating at voltage values that guaranteed the same power levels. The system was also devised to quickly detect the MPP movement in the presence of varying atmospheric conditions by increasing the perturbation so that the MPP was guaranteed within a few sampling periods. A perturbation equation was selected where amplitude was represented as a function of the actual power drawn from the PV field together with the adoption of a parabolic interpolation of the sequence of the final 3 acquired voltage power couples corresponding to as many operating points. The technique was developed to ensure that the power difference between 2 consecutive operating points was higher than the power quantization error. Simulations were conducted to demonstrate that the proposed technique arranged operating points symmetrically around the MPP. The average power of the 3-points set was achieved by means of the parabolic prediction. Experiments conducted to validate the simulation showed a reduced power oscillation below the MPP and a real power gain. 2 refs., 8 figs.

  19. Limits in point to point resolution of MOS based pixels detector arrays

    Science.gov (United States)

    Fourches, N.; Desforge, D.; Kebbiri, M.; Kumar, V.; Serruys, Y.; Gutierrez, G.; Leprêtre, F.; Jomard, F.

    2018-01-01

    In high energy physics point-to-point resolution is a key prerequisite for particle detector pixel arrays. Current and future experiments require the development of inner-detectors able to resolve the tracks of particles down to the micron range. Present-day technologies, although not fully implemented in actual detectors, can reach a 5-μm limit, this limit being based on statistical measurements, with a pixel-pitch in the 10 μm range. This paper is devoted to the evaluation of the building blocks for use in pixel arrays enabling accurate tracking of charged particles. Basing us on simulations we will make here a quantitative evaluation of the physical and technological limits in pixel size. Attempts to design small pixels based on SOI technology will be briefly recalled here. A design based on CMOS compatible technologies that allow a reduction of the pixel size below the micrometer is introduced here. Its physical principle relies on a buried carrier-localizing collecting gate. The fabrication process needed by this pixel design can be based on existing process steps used in silicon microelectronics. The pixel characteristics will be discussed as well as the design of pixel arrays. The existing bottlenecks and how to overcome them will be discussed in the light of recent ion implantation and material characterization experiments.

  20. A New Test Unit for Disintegration End-Point Determination of Orodispersible Films.

    Science.gov (United States)

    Low, Ariana; Kok, Si Ling; Khong, Yuet Mei; Chan, Sui Yung; Gokhale, Rajeev

    2015-11-01

    No standard time or pharmacopoeia disintegration test method for orodispersible films (ODFs) exists. The USP disintegration test for tablets and capsules poses significant challenges for end-point determination when used for ODFs. We tested a newly developed disintegration test unit (DTU) against the USP disintegration test. The DTU is an accessory to the USP disintegration apparatus. It holds the ODF in a horizontal position, allowing top-view of the ODF during testing. A Gauge R&R study was conducted to assign relative contributions of the total variability from the operator, sample or the experimental set-up. Precision was compared using commercial ODF products in different media. Agreement between the two measurement methods was analysed. The DTU showed improved repeatability and reproducibility compared to the USP disintegration system with tighter standard deviations regardless of operator or medium. There is good agreement between the two methods, with the USP disintegration test giving generally longer disintegration times possibly due to difficulty in end-point determination. The DTU provided clear end-point determination and is suitable for quality control of ODFs during product developmental stage or manufacturing. This may facilitate the development of a standardized methodology for disintegration time determination of ODFs. © 2015 Wiley Periodicals, Inc. and the American Pharmacists Association.

  1. Enabling technologies for silicon microstrip tracking detectors at the HL-LHC

    International Nuclear Information System (INIS)

    Feld, L.; Karpinski, W.; Klein, K.

    2016-04-01

    While the tracking detectors of the ATLAS and CMS experiments have shown excellent performance in Run 1 of LHC data taking, and are expected to continue to do so during LHC operation at design luminosity, both experiments will have to exchange their tracking systems when the LHC is upgraded to the high-luminosity LHC (HL-LHC) around the year 2024. The new tracking systems need to operate in an environment in which both the hit densities and the radiation damage will be about an order of magnitude higher than today. In addition, the new trackers need to contribute to the first level trigger in order to maintain a high data-taking efficiency for the interesting processes. Novel detector technologies have to be developed to meet these very challenging goals. The German groups active in the upgrades of the ATLAS and CMS tracking systems have formed a collaborative ''Project on Enabling Technologies for Silicon Microstrip Tracking Detectors at the HL-LHC'' (PETTL), which was supported by the Helmholtz Alliance ''Physics at the Terascale'' during the years 2013 and 2014. The aim of the project was to share experience and to work together on key areas of mutual interest during the R and D phase of these upgrades. The project concentrated on five areas, namely exchange of experience, radiation hardness of silicon sensors, low mass system design, automated precision assembly procedures, and irradiations. This report summarizes the main achievements.

  2. Enabling technologies for silicon microstrip tracking detectors at the HL-LHC

    Energy Technology Data Exchange (ETDEWEB)

    Feld, L.; Karpinski, W.; Klein, K. [RWTH Aachen Univ. (Germany). 1. Physikalisches Institut B; Collaboration: The PETTL Collaboration; and others

    2016-04-15

    While the tracking detectors of the ATLAS and CMS experiments have shown excellent performance in Run 1 of LHC data taking, and are expected to continue to do so during LHC operation at design luminosity, both experiments will have to exchange their tracking systems when the LHC is upgraded to the high-luminosity LHC (HL-LHC) around the year 2024. The new tracking systems need to operate in an environment in which both the hit densities and the radiation damage will be about an order of magnitude higher than today. In addition, the new trackers need to contribute to the first level trigger in order to maintain a high data-taking efficiency for the interesting processes. Novel detector technologies have to be developed to meet these very challenging goals. The German groups active in the upgrades of the ATLAS and CMS tracking systems have formed a collaborative ''Project on Enabling Technologies for Silicon Microstrip Tracking Detectors at the HL-LHC'' (PETTL), which was supported by the Helmholtz Alliance ''Physics at the Terascale'' during the years 2013 and 2014. The aim of the project was to share experience and to work together on key areas of mutual interest during the R and D phase of these upgrades. The project concentrated on five areas, namely exchange of experience, radiation hardness of silicon sensors, low mass system design, automated precision assembly procedures, and irradiations. This report summarizes the main achievements.

  3. Translating silicon nanowire BioFET sensor-technology to embedded point-of-care medical diagnostics

    DEFF Research Database (Denmark)

    Pfreundt, Andrea; Zulfiqar, Azeem; Patou, François

    2013-01-01

    Silicon nanowire and nanoribbon biosensors have shown great promise in the detection of biomarkers at very low concentrations. Their high sensitivity makes them ideal candidates for use in early-stage medical diagnostics and further disease monitoring where low amounts of biomarkers need to be de......Silicon nanowire and nanoribbon biosensors have shown great promise in the detection of biomarkers at very low concentrations. Their high sensitivity makes them ideal candidates for use in early-stage medical diagnostics and further disease monitoring where low amounts of biomarkers need...... to be detected. However, in order to translate this technology from the bench to the bedside, a number of key issues need to be taken into consideration: Integrating nanobiosensors-based technology requires to overcome the difficult tradeoff between imperatives for high device reproducibilty and associated...... rising fabrication costs. Also the translation of nano-scale sensor technology into daily-use point-of-care devices requires acknowledgement of the end-user requirements, making device portability and human-interfacing a focus point in device development. Sample handling or purification for instance...

  4. Evaluation of a proper controller performance for maximum-power point tracking of a stand-alone PV system

    Energy Technology Data Exchange (ETDEWEB)

    Nafeh, A.E.-S.A.; Fahmy, F.H. [Electronics Research Institute, Cairo (Egypt); El-Zahab, E.M.A. [Cairo University, Giza (Egypt). Faculty of Engineering

    2003-02-01

    In this paper the implementation of a suggested stand-alone PV system, for maximum-power point tracking (MPPT), is carried out. Also, this paper presents a comparative study, through experimental work, between the conventional PI controller and the fuzzy logic controller (FLC) under different atmospheric conditions. The implemented system with both the PI controller and the FLC gives a good maximum-power operation of the PV array, but the tracking capability for different optimum operating points is better and faster for the case of using the FLC compared to the case of using the PI controller. (author)

  5. Elastic collisions of classical point particles on a finite frictionless linear track with perfectly reflecting endpoints

    Science.gov (United States)

    DeLuca, R.

    2006-03-01

    Repeated elastic collisions of point particles on a finite frictionless linear track with perfectly reflecting endpoints are considered. The problem is analysed by means of an elementary linear algebra approach. It is found that, starting with a state consisting of a projectile particle in motion at constant velocity and a target particle at rest in a fixed known position, the points at which collisions occur on track, when plotted versus progressive numerals, corresponding to the collisions themselves, show periodic patterns for a rather large choice of values of the initial position x(0) and on the mass ratio r. For certain values of these parameters, however, only regular behaviour over a large number of collisions is detected.

  6. Development of Non-Tracking Solar Thermal Technology

    Science.gov (United States)

    Winston, Roland; Johnston, Bruce; Balkowski, Kevin

    2011-11-01

    The aims of this research is to develop high temperature solar thermal collectors that do not require complex solar tracking devices to maintain optimal performance. The collector technology developed through these efforts uses non-imaging optics and is referred to as an external compound parabolic concentrator. It is able to operate with a solar thermal efficiency of approximately 50% at a temperature of 200 ° C and can be readily manufactured at a cost between 15 and 18 per square foot.

  7. A Mobile GPS Application: Mosque Tracking with Prayer Time Synchronization

    Science.gov (United States)

    Hashim, Rathiah; Ikhmatiar, Mohammad Sibghotulloh; Surip, Miswan; Karmin, Masiri; Herawan, Tutut

    Global Positioning System (GPS) is a popular technology applied in many areas and embedded in many devices, facilitating end-users to navigate effectively to user's intended destination via the best calculated route. The ability of GPS to track precisely according to coordinates of specific locations can be utilized to assist a Muslim traveler visiting or passing an unfamiliar place to find the nearest mosque in order to perform his prayer. However, not many techniques have been proposed for Mosque tracking. This paper presents the development of GPS technology in tracking the nearest mosque using mobile application software embedded with the prayer time's synchronization system on a mobile application. The prototype GPS system developed has been successfully incorporated with a map and several mosque locations.

  8. Radiometric titration of officinal radiopharmaceuticals using radioactive kryptonates as end-point indicators. I

    International Nuclear Information System (INIS)

    Toelgyessy, J.; Dillinger, P.; Harangozo, M.; Jombik, J.

    1980-01-01

    A method for the determination of salicylic, acetylsalicylic and benzoic acids in officinal pharmaceutical based on radiometric titration with 0.1 mol.l -1 NaOH was developed. The end-point was detected with the aid of radioactive glass kryptonate. After the end-point, the excess titrant attacks the glass surface layers and this results in releasing 85 Kr, and consequently, in decreasing the radioactivity of the kryptonate employed. The radioactive kryptonate used as an indicator was prepared by the bombardment of glass with accelerated 85 Kr ions. The developed method is simple, accurate and correct. (author)

  9. Sliding-Mode Controller for Maximum Power Point Tracking in Grid-Connected Photovoltaic Systems

    Directory of Open Access Journals (Sweden)

    Paula Andrea Ortiz Valencia

    2015-11-01

    Full Text Available The maximum power point tracking (MPPT of photovoltaic systems must be as fast and accurate as possible to increase the power production, which eventually increases the PV system profitability. This paper proposes and mathematically analyses a sliding-mode controller to provide a fast and accurate maximum power point tracking in grid-connected photovoltaic systems using a single control stage. This approach avoids the circular dependency in the design of classical cascade controllers used to optimize the photovoltaic system operation, and at the same time, it reduces the number of controllers and avoids the use of linearized models to provide global stability in all the operation range. Such a compact solution also reduces the system cost and implementation complexity. To ensure the stability of the proposed solution, detailed mathematical analyses are performed to demonstrate the fulfillment of the transversality, reachability and equivalent control conditions. Finally, the performance of the proposed solution is validated using detailed simulations, executed in the power electronics simulator PSIM, accounting for both environmental and load perturbations.

  10. Swimming speed alteration of Artemia sp. and Brachionus plicatilis as a sub-lethal behavioural end-point for ecotoxicological surveys.

    Science.gov (United States)

    Garaventa, Francesca; Gambardella, Chiara; Di Fino, Alessio; Pittore, Massimiliano; Faimali, Marco

    2010-03-01

    In this study, we investigated the possibility to improve a new behavioural bioassay (Swimming Speed Alteration test-SSA test) using larvae of marine cyst-forming organisms: e.g. the brine shrimp Artemia sp. and the rotifer Brachionus plicatilis. Swimming speed was investigated as a behavioural end-point for application in ecotoxicology studies. A first experiment to analyse the linear swimming speed of the two organisms was performed to verify the applicability of the video-camera tracking system, here referred to as Swimming Behavioural Recorder (SBR). A second experiment was performed, exposing organisms to different toxic compounds (zinc pyrithione, Macrotrol MT-200, and Eserine). Swimming speed alteration was analyzed together with mortality. The results of the first experiment indicate that SBR is a suitable tool to detect linear swimming speed of the two organisms, since the values have been obtained in accordance with other studies using the same organisms (3.05 mm s(-1) for Artemia sp. and 0.62 mm s(-1) for B. plicatilis). Toxicity test results clearly indicate that swimming speed of Artemia sp. and B. plicatilis is a valid behavioural end-point to detect stress at sub-lethal toxic substance concentrations. Indeed, alterations in swimming speed have been detected at toxic compound concentrations as low as less then 0.1-5% of their LC(50) values. In conclusion, the SSA test with B. plicatilis and Artemia sp. can be a good behavioural integrated output for application in marine ecotoxicology and environmental monitoring programs.

  11. TIPsy tour guides: How microtubule plus-end tracking proteins (+TIPs facilitate axon guidance

    Directory of Open Access Journals (Sweden)

    Elizabeth A Bearce

    2015-06-01

    Full Text Available The growth cone is a dynamic cytoskeletal vehicle, which drives the end of a developing axon. It serves to interpret and navigate through the complex landscape and guidance cues of the early nervous system. The growth cone’s distinctive cytoskeletal organization offers a fascinating platform to study how extracellular cues can be translated into mechanical outgrowth and turning behaviors. While many studies of cell motility highlight the importance of actin networks in signaling, adhesion, and propulsion, both seminal and emerging works in the field have highlighted a unique and necessary role for microtubules in growth cone navigation. Here, we focus on the role of singular pioneer microtubules, which extend into the growth cone periphery and are regulated by a diverse family of microtubule plus-end tracking proteins (+TIPs. These +TIPs accumulate at the dynamic ends of microtubules, where they are well-positioned to encounter and respond to key signaling events downstream of guidance receptors, catalyzing immediate changes in microtubule stability and actin cross-talk, that facilitate both axonal outgrowth and turning events.

  12. Tracking 3D Moving Objects Based on GPS/IMU Navigation Solution, Laser Scanner Point Cloud and GIS Data

    Directory of Open Access Journals (Sweden)

    Siavash Hosseinyalamdary

    2015-07-01

    Full Text Available Monitoring vehicular road traffic is a key component of any autonomous driving platform. Detecting moving objects, and tracking them, is crucial to navigating around objects and predicting their locations and trajectories. Laser sensors provide an excellent observation of the area around vehicles, but the point cloud of objects may be noisy, occluded, and prone to different errors. Consequently, object tracking is an open problem, especially for low-quality point clouds. This paper describes a pipeline to integrate various sensor data and prior information, such as a Geospatial Information System (GIS map, to segment and track moving objects in a scene. We show that even a low-quality GIS map, such as OpenStreetMap (OSM, can improve the tracking accuracy, as well as decrease processing time. A bank of Kalman filters is used to track moving objects in a scene. In addition, we apply non-holonomic constraint to provide a better orientation estimation of moving objects. The results show that moving objects can be correctly detected, and accurately tracked, over time, based on modest quality Light Detection And Ranging (LiDAR data, a coarse GIS map, and a fairly accurate Global Positioning System (GPS and Inertial Measurement Unit (IMU navigation solution.

  13. The End of Points

    Science.gov (United States)

    Feldman, Jo

    2018-01-01

    Have teachers become too dependent on points? This article explores educators' dependency on their points systems, and the ways that points can distract teachers from really analyzing students' capabilities and achievements. Feldman argues that using a more subjective grading system can help illuminate crucial information about students and what…

  14. Impact of confinement housing on study end-points in the calf model of cryptosporidiosis.

    Science.gov (United States)

    Graef, Geneva; Hurst, Natalie J; Kidder, Lance; Sy, Tracy L; Goodman, Laura B; Preston, Whitney D; Arnold, Samuel L M; Zambriski, Jennifer A

    2018-04-01

    Diarrhea is the second leading cause of death in children confinement housing, and Interval Collection (IC), which permits use of box stalls. CFC mimics human challenge model methodology but it is unknown if confinement housing impacts study end-points and if data gathered via this method is suitable for generalization to human populations. Using a modified crossover study design we compared CFC and IC and evaluated the impact of housing on study end-points. At birth, calves were randomly assigned to confinement (n = 14) or box stall housing (n = 9), or were challenged with 5 x 107 C. parvum oocysts, and followed for 10 days. Study end-points included fecal oocyst shedding, severity of diarrhea, degree of dehydration, and plasma cortisol. Calves in confinement had no significant differences in mean log oocysts enumerated per gram of fecal dry matter between CFC and IC samples (P = 0.6), nor were there diurnal variations in oocyst shedding (P = 0.1). Confinement housed calves shed significantly more oocysts (P = 0.05), had higher plasma cortisol (P = 0.001), and required more supportive care (P = 0.0009) than calves in box stalls. Housing method confounds study end-points in the calf model of cryptosporidiosis. Due to increased stress data collected from calves in confinement housing may not accurately estimate the efficacy of chemotherapeutics targeting C. parvum.

  15. Free Energy, Enthalpy and Entropy from Implicit Solvent End-Point Simulations.

    Science.gov (United States)

    Fogolari, Federico; Corazza, Alessandra; Esposito, Gennaro

    2018-01-01

    Free energy is the key quantity to describe the thermodynamics of biological systems. In this perspective we consider the calculation of free energy, enthalpy and entropy from end-point molecular dynamics simulations. Since the enthalpy may be calculated as the ensemble average over equilibrated simulation snapshots the difficulties related to free energy calculation are ultimately related to the calculation of the entropy of the system and in particular of the solvent entropy. In the last two decades implicit solvent models have been used to circumvent the problem and to take into account solvent entropy implicitly in the solvation terms. More recently outstanding advancement in both implicit solvent models and in entropy calculations are making the goal of free energy estimation from end-point simulations more feasible than ever before. We review briefly the basic theory and discuss the advancements in light of practical applications.

  16. Free Energy, Enthalpy and Entropy from Implicit Solvent End-Point Simulations

    Directory of Open Access Journals (Sweden)

    Federico Fogolari

    2018-02-01

    Full Text Available Free energy is the key quantity to describe the thermodynamics of biological systems. In this perspective we consider the calculation of free energy, enthalpy and entropy from end-point molecular dynamics simulations. Since the enthalpy may be calculated as the ensemble average over equilibrated simulation snapshots the difficulties related to free energy calculation are ultimately related to the calculation of the entropy of the system and in particular of the solvent entropy. In the last two decades implicit solvent models have been used to circumvent the problem and to take into account solvent entropy implicitly in the solvation terms. More recently outstanding advancement in both implicit solvent models and in entropy calculations are making the goal of free energy estimation from end-point simulations more feasible than ever before. We review briefly the basic theory and discuss the advancements in light of practical applications.

  17. Instrumentation of the upgraded ATLAS tracker with a double buffer front-end architecture for track triggering

    International Nuclear Information System (INIS)

    Wardrope, D

    2012-01-01

    The Large Hadron Collider will be upgraded to provide instantaneous luminosity L = 5 × 10 34 cm −2 s −1 , leading to excessive rates from the ATLAS Level-1 trigger. A double buffer front-end architecture for the ATLAS tracker replacement is proposed, that will enable the use of track information in trigger decisions within 20 μs in order to reduce the high trigger rates. Analysis of ATLAS simulations have found that using track information will enable the use of single lepton triggers with transverse momentum thresholds of p T ∼ 25 GeV, which will be of great benefit to the future physics programme of ATLAS.

  18. Tracking the global maximum power point of PV arrays under partial shading conditions

    Science.gov (United States)

    Fennich, Meryem

    This thesis presents the theoretical and simulation studies of the global maximum power point tracking (MPPT) for photovoltaic systems under partial shading. The main goal is to track the maximum power point of the photovoltaic module so that the maximum possible power can be extracted from the photovoltaic panels. When several panels are connected in series with some of them shaded partially either due to clouds or shadows from neighboring buildings, several local maxima appear in the power vs. voltage curve. A power increment based MPPT algorithm is effective in identifying the global maximum from the several local maxima. Several existing MPPT algorithms are explored and the state-of-the-art power increment method is simulated and tested for various partial shading conditions. The current-voltage and power-voltage characteristics of the PV model are studied under different partial shading conditions, along with five different cases demonstrating how the MPPT algorithm performs when shading switches from one state to another. Each case is supplemented with simulation results. The method of tracking the Global MPP is based on controlling the DC-DC converter connected to the output of the PV array. A complete system simulation including the PV array, the direct current to direct current (DC-DC) converter and the MPPT is presented and tested using MATLAB software. The simulation results show that the MPPT algorithm works very well with the buck converter, while the boost converter needs further changes and implementation.

  19. Minimally invasive registration for computer-assisted orthopedic surgery: combining tracked ultrasound and bone surface points via the P-IMLOP algorithm.

    Science.gov (United States)

    Billings, Seth; Kang, Hyun Jae; Cheng, Alexis; Boctor, Emad; Kazanzides, Peter; Taylor, Russell

    2015-06-01

    We present a registration method for computer-assisted total hip replacement (THR) surgery, which we demonstrate to improve the state of the art by both reducing the invasiveness of current methods and increasing registration accuracy. A critical element of computer-guided procedures is the determination of the spatial correspondence between the patient and a computational model of patient anatomy. The current method for establishing this correspondence in robot-assisted THR is to register points intraoperatively sampled by a tracked pointer from the exposed proximal femur and, via auxiliary incisions, from the distal femur. In this paper, we demonstrate a noninvasive technique for sampling points on the distal femur using tracked B-mode ultrasound imaging and present a new algorithm for registering these data called Projected Iterative Most-Likely Oriented Point (P-IMLOP). Points and normal orientations of the distal bone surface are segmented from ultrasound images and registered to the patient model along with points sampled from the exposed proximal femur via a tracked pointer. The proposed approach is evaluated using a bone- and tissue-mimicking leg phantom constructed to enable accurate assessment of experimental registration accuracy with respect to a CT-image-based model of the phantom. These experiments demonstrate that localization of the femur shaft is greatly improved by tracked ultrasound. The experiments further demonstrate that, for ultrasound-based data, the P-IMLOP algorithm significantly improves registration accuracy compared to the standard ICP algorithm. Registration via tracked ultrasound and the P-IMLOP algorithm has high potential to reduce the invasiveness and improve the registration accuracy of computer-assisted orthopedic procedures.

  20. A proton point source produced by laser interaction with cone-top-end target

    International Nuclear Information System (INIS)

    Yu, Jinqing; Jin, Xiaolin; Zhou, Weimin; Zhao, Zongqing; Yan, Yonghong; Li, Bin; Hong, Wei; Gu, Yuqiu

    2012-01-01

    In this paper, we propose a proton point source by the interaction of laser and cone-top-end target and investigate it by two-dimensional particle-in-cell (2D-PIC) simulations as the proton point sources are well known for higher spatial resolution of proton radiography. Our results show that the relativistic electrons are guided to the rear of the cone-top-end target by the electrostatic charge-separation field and self-generated magnetic field along the profile of the target. As a result, the peak magnitude of sheath field at the rear surface of cone-top-end target is higher compared to common cone target. We test this scheme by 2D-PIC simulation and find the result has a diameter of 0.79λ 0 , an average energy of 9.1 MeV and energy spread less than 35%.

  1. Technologies for Future Vertex and Tracking Detectors at CLIC

    CERN Document Server

    Spannagel, Simon

    2018-01-01

    CLIC is a proposed linear e$^{+}$e$^{-}$ collider with center-of-mass energies of up to 3 TeV. Its main objectives are precise top quark and Higgs boson measurements, as well as searches for Beyond Standard Model physics. To meet the physics goals, the vertex and tracking detectors require not only a spatial resolution of a few micrometers and a very low material budget, but also timing capabilities with a precision of a few nanoseconds to allow suppression of beam-induced backgrounds. Different technologies using hybrid silicon detectors are explored for the vertex detectors, such as dedicated readout ASICs, small-pitch active edge sensors as well as capacitively coupled High-Voltage CMOS sensors. Monolithic sensors are considered as an option for the tracking detector, and a prototype using a CMOS process with a high-resistivity epitaxial layer is being designed. Different designs using a silicon-on-insulator process are under investigation for both vertex and tracking detector. All prototypes are evaluate...

  2. Information resources and the correlation of response patterns between biological end points

    Energy Technology Data Exchange (ETDEWEB)

    Malling, H.V. [National Institute of Environmental Health Sciences, Research Triangle Park, NC (United States); Wassom, J.S. [Oak Ridge National Laboratory, TN (United States)

    1990-12-31

    This paper focuses on the analysis of information for mutagenesis, a biological end point that is important in the overall process of assessing possible adverse health effects from chemical exposure. 17 refs.

  3. Theoretical assessment of the maximum power point tracking efficiency of photovoltaic facilities with different converter topologies

    Energy Technology Data Exchange (ETDEWEB)

    Enrique, J.M.; Duran, E.; Andujar, J.M. [Departamento de Ingenieria Electronica, de Sistemas Informaticos y Automatica, Universidad de Huelva (Spain); Sidrach-de-Cardona, M. [Departamento de Fisica Aplicada, II, Universidad de Malaga (Spain)

    2007-01-15

    The operating point of a photovoltaic generator that is connected to a load is determined by the intersection point of its characteristic curves. In general, this point is not the same as the generator's maximum power point. This difference means losses in the system performance. DC/DC converters together with maximum power point tracking systems (MPPT) are used to avoid these losses. Different algorithms have been proposed for maximum power point tracking. Nevertheless, the choice of the configuration of the right converter has not been studied so widely, although this choice, as demonstrated in this work, has an important influence in the optimum performance of the photovoltaic system. In this article, we conduct a study of the three basic topologies of DC/DC converters with resistive load connected to photovoltaic modules. This article demonstrates that there is a limitation in the system's performance according to the type of converter used. Two fundamental conclusions are derived from this study: (1) the buck-boost DC/DC converter topology is the only one which allows the follow-up of the PV module maximum power point regardless of temperature, irradiance and connected load and (2) the connection of a buck-boost DC/DC converter in a photovoltaic facility to the panel output could be a good practice to improve performance. (author)

  4. Neural Modeling of Fuzzy Controllers for Maximum Power Point Tracking in Photovoltaic Energy Systems

    Science.gov (United States)

    Lopez-Guede, Jose Manuel; Ramos-Hernanz, Josean; Altın, Necmi; Ozdemir, Saban; Kurt, Erol; Azkune, Gorka

    2018-06-01

    One field in which electronic materials have an important role is energy generation, especially within the scope of photovoltaic energy. This paper deals with one of the most relevant enabling technologies within that scope, i.e, the algorithms for maximum power point tracking implemented in the direct current to direct current converters and its modeling through artificial neural networks (ANNs). More specifically, as a proof of concept, we have addressed the problem of modeling a fuzzy logic controller that has shown its performance in previous works, and more specifically the dimensionless duty cycle signal that controls a quadratic boost converter. We achieved a very accurate model since the obtained medium squared error is 3.47 × 10-6, the maximum error is 16.32 × 10-3 and the regression coefficient R is 0.99992, all for the test dataset. This neural implementation has obvious advantages such as a higher fault tolerance and a simpler implementation, dispensing with all the complex elements needed to run a fuzzy controller (fuzzifier, defuzzifier, inference engine and knowledge base) because, ultimately, ANNs are sums and products.

  5. Microtubule plus end-tracking proteins play critical roles in directional growth of hyphae by regulating the dynamics of cytoplasmic microtubules in Aspergillus nidulans.

    Science.gov (United States)

    Zeng, Cui J Tracy; Kim, Hye-Ryun; Vargas Arispuro, Irasema; Kim, Jung-Mi; Huang, An-Chi; Liu, Bo

    2014-11-01

    Cytoplasmic microtubules (MTs) serve as a rate-limiting factor for hyphal tip growth in the filamentous fungus Aspergillus nidulans. We hypothesized that this function depended on the MT plus end-tracking proteins (+TIPs) including the EB1 family protein EBA that decorated the MT plus ends undergoing polymerization. The ebAΔ mutation reduced colony growth and the mutant hyphae appeared in an undulating pattern instead of exhibiting unidirectional growth in the control. These phenotypes were enhanced by a mutation in another +TIP gene clipA. EBA was required for plus end-tracking of CLIPA, the Kinesin-7 motor KipA, and the XMAP215 homologue AlpA. In addition, cytoplasmic dynein also depended on EBA to track on most polymerizing MT plus ends, but not for its conspicuous appearance at the MT ends near the hyphal apex. The loss of EBA reduced the number of cytoplasmic MTs and prolonged dwelling times for MTs after reaching the hyphal apex. Finally, we found that colonies were formed in the absence of EBA, CLIPA, and NUDA together, suggesting that they were dispensable for fundamental functions of MTs. This study provided a comprehensive delineation of the relationship among different +TIPs and their contributions to MT dynamics and unidirectional hyphal expansion in filamentous fungi. © 2014 John Wiley & Sons Ltd.

  6. Intelligent Photovoltaic Maximum Power Point Tracking Controller for Energy Enhancement in Renewable Energy System

    Directory of Open Access Journals (Sweden)

    Subiyanto

    2013-01-01

    Full Text Available Photovoltaic (PV system is one of the promising renewable energy technologies. Although the energy conversion efficiency of the system is still low, but it has the advantage that the operating cost is free, very low maintenance and pollution-free. Maximum power point tracking (MPPT is a significant part of PV systems. This paper presents a novel intelligent MPPT controller for PV systems. For the MPPT algorithm, an optimized fuzzy logic controller (FLC using the Hopfield neural network is proposed. It utilizes an automatically tuned FLC membership function instead of the trial-and-error approach. The MPPT algorithm is implemented in a new variant of coupled inductor soft switching boost converter with high voltage gain to increase the converter output from the PV panel. The applied switching technique, which includes passive and active regenerative snubber circuits, reduces the insulated gate bipolar transistor switching losses. The proposed MPPT algorithm is implemented using the dSPACE DS1104 platform software on a DS1104 board controller. The prototype MPPT controller is tested using an agilent solar array simulator together with a 3 kW real PV panel. Experimental test results show that the proposed boost converter produces higher output voltages and gives better efficiency (90% than the conventional boost converter with an RCD snubber, which gives 81% efficiency. The prototype MPPT controller is also found to be capable of tracking power from the 3 kW PV array about 2.4 times more than that without using the MPPT controller.

  7. Efficient Photovoltaic System Maximum Power Point Tracking Using a New Technique

    Directory of Open Access Journals (Sweden)

    Mehdi Seyedmahmoudian

    2016-03-01

    Full Text Available Partial shading is an unavoidable condition which significantly reduces the efficiency and stability of a photovoltaic (PV system. When partial shading occurs the system has multiple-peak output power characteristics. In order to track the global maximum power point (GMPP within an appropriate period a reliable technique is required. Conventional techniques such as hill climbing and perturbation and observation (P&O are inadequate in tracking the GMPP subject to this condition resulting in a dramatic reduction in the efficiency of the PV system. Recent artificial intelligence methods have been proposed, however they have a higher computational cost, slower processing time and increased oscillations which results in further instability at the output of the PV system. This paper proposes a fast and efficient technique based on Radial Movement Optimization (RMO for detecting the GMPP under partial shading conditions. The paper begins with a brief description of the behavior of PV systems under partial shading conditions followed by the introduction of the new RMO-based technique for GMPP tracking. Finally, results are presented to demonstration the performance of the proposed technique under different partial shading conditions. The results are compared with those of the PSO method, one of the most widely used methods in the literature. Four factors, namely convergence speed, efficiency (power loss reduction, stability (oscillation reduction and computational cost, are considered in the comparison with the PSO technique.

  8. Marginalization of end-use technologies in energy innovation for climate protection

    Science.gov (United States)

    Wilson, Charlie; Grubler, Arnulf; Gallagher, Kelly S.; Nemet, Gregory F.

    2012-11-01

    Mitigating climate change requires directed innovation efforts to develop and deploy energy technologies. Innovation activities are directed towards the outcome of climate protection by public institutions, policies and resources that in turn shape market behaviour. We analyse diverse indicators of activity throughout the innovation system to assess these efforts. We find efficient end-use technologies contribute large potential emission reductions and provide higher social returns on investment than energy-supply technologies. Yet public institutions, policies and financial resources pervasively privilege energy-supply technologies. Directed innovation efforts are strikingly misaligned with the needs of an emissions-constrained world. Significantly greater effort is needed to develop the full potential of efficient end-use technologies.

  9. IceCube point source searches using through-going muon tracks

    Energy Technology Data Exchange (ETDEWEB)

    Coenders, Stefan [TU Muenchen, Physik-Department, Excellence Cluster Universe, Boltzmannstr. 2, 85748 Garching (Germany); Collaboration: IceCube-Collaboration

    2015-07-01

    The IceCube neutrino observatory located at the South Pole is the current largest neutrino telescope. Using through-going muon tracks, IceCube records approximately 130,000 events per year with reconstruction accuracy as low as 0.7 deg for energies of 10 TeV. Having analysed an integrated time-scale of 4 years, no sources of neutrinos have yet been observed. This talk deals with the current progress in point-source searches, adding another two years of data recorded in the years 2012 and 2013. In a combined search with starting events, sources of hard and soft spectra with- and with-out cut-offs are characterised.

  10. Point of Injury Sampling Technology for Battlefield Molecular Diagnostics

    Science.gov (United States)

    2011-11-14

    Injury" Sampling Technology for Battlefield Molecular Diagnostics November 14, 2011 Sponsored by Defense Advanced Research Projects Agency (DOD...Date of Contract: April 25, 2011 Short Title of Work: "Point of Injury" Sampling Technology for Battlefield Molecular Diagnostics " Contract...PHASE I FINAL REPORT: Point of Injury, Sampling Technology for Battlefield Molecular Diagnostics . W31P4Q-11-C-0222 (UNCLASSIFIED) P.I: Bernardo

  11. When means become ends: technology producing values

    Directory of Open Access Journals (Sweden)

    Bjørn Hofmann

    2006-12-01

    Full Text Available Technology has become the symbol of our culture.  The claim that we are subject to a technological imperative is therefore a fundamental cultural critique: we do not control technology, rather technology controls us. An alternative way to formulate this is to claim that technology cannot be “made down” when it is made up; we just have to make the best of it. Accordingly, it has been argued that technology has evolved from being merely a means to becoming an end in itself. This article investigates this claim by analyzing the relationship between technology and values. The examples stem from the technologies of medicine and weapons because they clarify this relationship. It is argued that technology relates to values in two ways. Technology both raises general questions about values and it is value-laden due to its very function. However, although technology is value-laden, it does not necessarily give an imperative mandate. One reason for this lies in our responsibility. We are inevitably responsible for all aspects of technology, i.e. development, construction, production, commercialization, implementation, and use. Referring to a technological imperative to explain and defend our decisions with respect to technology constitutes an unjustified renunciation of our own responsibility. Hence, the article tries to underscore our responsibility by developing a technological axiology.

  12. Maximum Power Point Tracking Control of Photovoltaic Systems: A Polynomial Fuzzy Model-Based Approach

    DEFF Research Database (Denmark)

    Rakhshan, Mohsen; Vafamand, Navid; Khooban, Mohammad Hassan

    2018-01-01

    This paper introduces a polynomial fuzzy model (PFM)-based maximum power point tracking (MPPT) control approach to increase the performance and efficiency of the solar photovoltaic (PV) electricity generation. The proposed method relies on a polynomial fuzzy modeling, a polynomial parallel......, a direct maximum power (DMP)-based control structure is considered for MPPT. Using the PFM representation, the DMP-based control structure is formulated in terms of SOS conditions. Unlike the conventional approaches, the proposed approach does not require exploring the maximum power operational point...

  13. Uninterrupted thermoelectric energy harvesting using temperature-sensor-based maximum power point tracking system

    International Nuclear Information System (INIS)

    Park, Jae-Do; Lee, Hohyun; Bond, Matthew

    2014-01-01

    Highlights: • Feedforward MPPT scheme for uninterrupted TEG energy harvesting is suggested. • Temperature sensors are used to avoid current measurement or source disconnection. • MPP voltage reference is generated based on OCV vs. temperature differential model. • Optimal operating condition is maintained using hysteresis controller. • Any type of power converter can be used in the proposed scheme. - Abstract: In this paper, a thermoelectric generator (TEG) energy harvesting system with a temperature-sensor-based maximum power point tracking (MPPT) method is presented. Conventional MPPT algorithms for photovoltaic cells may not be suitable for thermoelectric power generation because a significant amount of time is required for TEG systems to reach a steady state. Moreover, complexity and additional power consumption in conventional circuits and periodic disconnection of power source are not desirable for low-power energy harvesting applications. The proposed system can track the varying maximum power point (MPP) with a simple and inexpensive temperature-sensor-based circuit without instantaneous power measurement or TEG disconnection. This system uses TEG’s open circuit voltage (OCV) characteristic with respect to temperature gradient to generate a proper reference voltage signal, i.e., half of the TEG’s OCV. The power converter controller maintains the TEG output voltage at the reference level so that the maximum power can be extracted for the given temperature condition. This feedforward MPPT scheme is inherently stable and can be implemented without any complex microcontroller circuit. The proposed system has been validated analytically and experimentally, and shows a maximum power tracking error of 1.15%

  14. Symplectic tracking using point magnets in the presence of a longitudinal magnetic field

    International Nuclear Information System (INIS)

    Parzen, G.

    1993-09-01

    In the absence of a longitudinal magnetic field, symplectic tracking can be achieved by replacing the magnets by a series of point magnets and drift spaces. To treat the case when a longitudinal magnetic field is also present, this procedure is modified in this paper by replacing the drift space by a solenoidal drift, which is defined as the motion of a particle in a uniform longitudinal magnetic field. A symplectic integrator can be obtained by subdividing each magnet into pieces and replacing each magnet piece by point magnets, with only transverse fields, and solenoidal drift spaces. The reference orbit used here is made up of arcs of circles and straight lines which join smoothly with each other. For this choice of reference orbit, the required results are obtained to track particles, which are the transfer functions, and the transfer time for the different elements. It is shown that these results provide a symplectic integrator, and they are exact in the sense that as the number of magnet pieces is increased, the particle motion will converge to the particle motion of the exact equations of motion

  15. A non-disruptive technology for robust 3D tool tracking for ultrasound-guided interventions.

    Science.gov (United States)

    Mung, Jay; Vignon, Francois; Jain, Ameet

    2011-01-01

    In the past decade ultrasound (US) has become the preferred modality for a number of interventional procedures, offering excellent soft tissue visualization. The main limitation however is limited visualization of surgical tools. A new method is proposed for robust 3D tracking and US image enhancement of surgical tools under US guidance. Small US sensors are mounted on existing surgical tools. As the imager emits acoustic energy, the electrical signal from the sensor is analyzed to reconstruct its 3D coordinates. These coordinates can then be used for 3D surgical navigation, similar to current day tracking systems. A system with real-time 3D tool tracking and image enhancement was implemented on a commercial ultrasound scanner and 3D probe. Extensive water tank experiments with a tracked 0.2mm sensor show robust performance in a wide range of imaging conditions and tool position/orientations. The 3D tracking accuracy was 0.36 +/- 0.16mm throughout the imaging volume of 55 degrees x 27 degrees x 150mm. Additionally, the tool was successfully tracked inside a beating heart phantom. This paper proposes an image enhancement and tool tracking technology with sub-mm accuracy for US-guided interventions. The technology is non-disruptive, both in terms of existing clinical workflow and commercial considerations, showing promise for large scale clinical impact.

  16. Side-Scan Sonar Image Mosaic Using Couple Feature Points with Constraint of Track Line Positions

    Directory of Open Access Journals (Sweden)

    Jianhu Zhao

    2018-06-01

    Full Text Available To obtain large-scale seabed surface image, this paper proposes a side-scan sonar (SSS image mosaic method using couple feature points (CFPs with constraint of track line positions. The SSS geocoded images are firstly used to form a coarsely mosaicked one and the overlapping areas between adjacent strip images can be determined based on geographic information. Inside the overlapping areas, the feature point (FP detection and registration operation are adopted for both strips. According to the detected CFPs and track line positions, an adjustment model is established to accommodate complex local distortions as well as ensure the global stability. This proposed method effectively solves the problem of target ghosting or dislocation and no accumulated errors arise in the mosaicking process. Experimental results show that the finally mosaicked image correctly reflects the object distribution, which is meaningful for understanding and interpreting seabed topography.

  17. WE-DE-BRA-11: A Study of Motion Tracking Accuracy of Robotic Radiosurgery Using a Novel CCD Camera Based End-To-End Test System

    Energy Technology Data Exchange (ETDEWEB)

    Wang, L; M Yang, Y [Department of Radiation Oncology, Stanford University School of Medicine, Stanford, CA (United States); Nelson, B [Logos Systems Intl, Scotts Valley, CA (United States)

    2016-06-15

    Purpose: A novel end-to-end test system using a CCD camera and a scintillator based phantom (XRV-124, Logos Systems Int’l) capable of measuring the beam-by-beam delivery accuracy of Robotic Radiosurgery (CyberKnife) was developed and reported in our previous work. This work investigates its application in assessing the motion tracking (Synchrony) accuracy for CyberKnife. Methods: A QA plan with Anterior and Lateral beams (with 4 different collimator sizes) was created (Multiplan v5.3) for the XRV-124 phantom. The phantom was placed on a motion platform (superior and inferior movement), and the plans were delivered on the CyberKnife M6 system using four motion patterns: static, Sine- wave, Sine with 15° phase shift, and a patient breathing pattern composed of 2cm maximum motion with 4 second breathing cycle. Under integral recording mode, the time-averaged beam vectors (X, Y, Z) were measured by the phantom and compared with static delivery. In dynamic recording mode, the beam spots were recorded at a rate of 10 frames/second. The beam vector deviation from average position was evaluated against the various breathing patterns. Results: The average beam position of the six deliveries with no motion and three deliveries with Synchrony tracking on ideal motion (sinewave without phase shift) all agree within −0.03±0.00 mm, 0.10±0.04, and 0.04±0.03 in the X, Y, and X directions. Radiation beam width (FWHM) variations are within ±0.03 mm. Dynamic video record showed submillimeter tracking stability for both regular and irregular breathing pattern; however the tracking error up to 3.5 mm was observed when a 15 degree phase shift was introduced. Conclusion: The XRV-124 system is able to provide 3D and 4D targeting accuracy for CyberKnife delivery with Synchrony. The experimental results showed sub-millimeter delivery in phantom with excellent correlation in target to breathing motion. The accuracy was degraded when irregular motion and phase shift was introduced.

  18. Kinetic titration with differential thermometric determination of the end-point.

    Science.gov (United States)

    Sajó, I

    1968-06-01

    A method has been described for the determination of concentrations below 10(-4)M by applying catalytic reactions and using thermometric end-point determination. A reference solution, identical with the sample solution except for catalyst, is titrated with catalyst solution until the rates of reaction become the same, as shown by a null deflection on a galvanometer connected via bridge circuits to two opposed thermistors placed in the solutions.

  19. Maximum power point tracking for photovoltaic solar pump based on ANFIS tuning system

    Directory of Open Access Journals (Sweden)

    S. Shabaan

    2018-05-01

    Full Text Available Solar photovoltaic (PV systems are a clean and naturally replenished energy source. PV panels have a unique point which represents the maximum available power and this point depend on the environmental conditions such as temperature and irradiance. A maximum power point tracking (MPPT is therefore necessary for maximum efficiency. In this paper, a study of MPPT for PV water pumping system based on adaptive neuro-fuzzy inference system (ANFIS is discussed. A comparison between the performance of the system with and without MPPT is carried out under varying irradiation and temperature conditions. ANFIS based controller shows fast response with high efficiency at all irradiance and temperature levels making it a powerful technique for non-linear systems as PV modules. Keywords: MPPT, ANFIS, Boost converter, PMDC pump

  20. Impact of Mobile Dose-Tracking Technology on Medication Distribution at an Academic Medical Center.

    Science.gov (United States)

    Kelm, Matthew; Campbell, Udobi

    2016-05-01

    Medication dose-tracking technologies have the potential to improve efficiency and reduce costs associated with re-dispensing doses reported as missing. Data describing this technology and its impact on the medication use process are limited. The purpose of this study is to assess the impact of dose-tracking technology on pharmacy workload and drug expense at an academic, acute care medical center. Dose-tracking technology was implemented in June 2014. Pre-implementation data were collected from February to April 2014. Post-implementation data were collected from July to September 2014. The primary endpoint was the percent of re-dispensed oral syringe and compounded sterile product (CSP) doses within the pre- and post-implementation periods per 1,000 discharges. Secondary endpoints included pharmaceutical expense generated from re-dispensing doses, labor costs, and staff satisfaction with the medication distribution process. We observed an average 6% decrease in re-dispensing of oral syringe and CSP doses from pre- to post-implementation (15,440 vs 14,547 doses; p = .047). However, when values were adjusted per 1,000 discharges, this trend did not reach statistical significance (p = .074). Pharmaceutical expense generated from re-dispensing doses was significantly reduced from pre- to post-implementation ($834,830 vs $746,466 [savings of $88,364]; p = .047). We estimated that $2,563 worth of technician labor was avoided in re-dispensing missing doses. We also saw significant improvement in staff perception of technology assisting in reducing missing doses (p = .0003), as well as improvement in effectiveness of resolving or minimizing missing doses (p = .01). The use of mobile dose-tracking technology demonstrated meaningful reductions in both the number of doses re-dispensed and cost of pharmaceuticals dispensed.

  1. Calorie counting and fitness tracking technology: Associations with eating disorder symptomatology.

    Science.gov (United States)

    Simpson, Courtney C; Mazzeo, Suzanne E

    2017-08-01

    The use of online calorie tracking applications and activity monitors is increasing exponentially. Anecdotal reports document the potential for these trackers to trigger, maintain, or exacerbate eating disorder symptomatology. Yet, research has not examined the relation between use of these devices and eating disorder-related attitudes and behaviors. This study explored associations between the use of calorie counting and fitness tracking devices and eating disorder symptomatology. Participants (N=493) were college students who reported their use of tracking technology and completed measures of eating disorder symptomatology. Individuals who reported using calorie trackers manifested higher levels of eating concern and dietary restraint, controlling for BMI. Additionally, fitness tracking was uniquely associated with ED symptomatology after adjusting for gender and bingeing and purging behavior within the past month. Findings highlight associations between use of calorie and fitness trackers and eating disorder symptomatology. Although preliminary, overall results suggest that for some individuals, these devices might do more harm than good. Copyright © 2017 Elsevier Ltd. All rights reserved.

  2. Development of intelligent MPPT (maximum power point tracking) control for a grid-connected hybrid power generation system

    International Nuclear Information System (INIS)

    Hong, Chih-Ming; Ou, Ting-Chia; Lu, Kai-Hung

    2013-01-01

    A hybrid power control system is proposed in the paper, consisting of solar power, wind power, and a diesel-engine. To achieve a fast and stable response for the real power control, an intelligent controller was proposed, which consists of the Wilcoxon (radial basis function network) RBFN and the improved (Elman neural network) ENN for (maximum power point tracking) MPPT. The pitch angle control of wind power uses improved ENN controller, and the output is fed to the wind turbine to achieve the MPPT. The solar array is integrated with an RBFN control algorithm to track the maximum power. MATLAB (MATrix LABoratory)/Simulink was used to build the dynamic model and simulate the solar and diesel-wind hybrid power system. - Highlights: ► To achieve a fast and stable response for the real power control. ► The pitch control of wind power uses improved ENN (Elman neural network) controller to achieve the MPPT (maximum power point tracking). ► The RBFN (radial basis function network) can quickly and accurately track the maximum power output for PV (photovoltaic) array. ► MATLAB was used to build the dynamic model and simulate the hybrid power system. ► This method can reach the desired performance even under different load conditions

  3. Technologies pioneered by LHC. Superconducting magnet and radiation-tolerant tracking detector

    International Nuclear Information System (INIS)

    Yamamoto, Akira; Unno, Yoshinobu

    2007-01-01

    In the LHC project of proton-proton collisions exploring the energy frontier, superconducting magnets and radiation-tolerant tracking detector play fundamental roles as key technologies. The superconducting magnets contribute to bending and focusing particle beam by using high magnetic field created with the NbTi superconductor cooled to the superfluid temperature of He (1.9 K). In order to overcome the unprecedented radiation damage and to capture the particles emerging with high energy and high density, the large area and highly radiation-tolerant silicon semiconductor tracking detector has been developed for the LHC experiment. (author)

  4. IMPLEMENTATION OF OBJECT TRACKING ALGORITHMS ON THE BASIS OF CUDA TECHNOLOGY

    Directory of Open Access Journals (Sweden)

    B. A. Zalesky

    2014-01-01

    Full Text Available A fast version of correlation algorithm to track objects on video-sequences made by a nonstabilized camcorder is presented. The algorithm is based on comparison of local correlations of the object image and regions of video-frames. The algorithm is implemented in programming technology CUDA. Application of CUDA allowed to attain real time execution of the algorithm. To improve its precision and stability, a robust version of the Kalman filter has been incorporated into the flowchart. Tests showed applicability of the algorithm to practical object tracking.

  5. Circuit Simulation for Solar Power Maximum Power Point Tracking with Different Buck-Boost Converter Topologies

    Directory of Open Access Journals (Sweden)

    Jaw-Kuen Shiau

    2014-08-01

    Full Text Available The power converter is one of the essential elements for effective use of renewable power sources. This paper focuses on the development of a circuit simulation model for maximum power point tracking (MPPT evaluation of solar power that involves using different buck-boost power converter topologies; including SEPIC, Zeta, and four-switch type buck-boost DC/DC converters. The circuit simulation model mainly includes three subsystems: a PV model; a buck-boost converter-based MPPT system; and a fuzzy logic MPPT controller. Dynamic analyses of the current-fed buck-boost converter systems are conducted and results are presented in the paper. The maximum power point tracking function is achieved through appropriate control of the power switches of the power converter. A fuzzy logic controller is developed to perform the MPPT function for obtaining maximum power from the PV panel. The MATLAB-based Simulink piecewise linear electric circuit simulation tool is used to verify the complete circuit simulation model.

  6. Applying dual-laser spot positions measurement technology on a two-dimensional tracking measurement system

    International Nuclear Information System (INIS)

    Lee, Hau-Wei; Chen, Chieh-Li

    2009-01-01

    This paper presents a two-dimensional tracking measurement system with a tracking module, which consists of two stepping motors, two laser diodes and a four separated active areas segmented position sensitive detector (PSD). The PSD was placed on a two-dimensional moving stage and used as a tracking target. The two laser diodes in the tracking module were directly rotated to keep the laser spots on the origin of the PSD. The two-dimensional position of the target PSD on the moving stage is determined from the distance between the two motors and the tracking angles of the two laser diodes, which are rotated by the two stepping motors, respectively. In order to separate the four positional values of the two laser spots on one PSD, the laser diodes were modulated by two distinct frequencies. Multiple-laser spot position measurement technology was used to separate the four positional values of the two laser spots on the PSD. The experimental results show that the steady-state voltage shift rate is about 0.2% and dynamic cross-talk rate is smaller than 2% when the two laser spots are projected on one PSD at the same time. The measurement errors of the x and y axial positions of the two-dimensional tracking system were less than 1% in the measuring range of 20 mm. The results demonstrate that multiple-laser spot position measurement technology can be employed in a two-dimensional tracking measurement system

  7. Thermoelectric automotive waste heat energy recovery using maximum power point tracking

    International Nuclear Information System (INIS)

    Yu Chuang; Chau, K.T.

    2009-01-01

    This paper proposes and implements a thermoelectric waste heat energy recovery system for internal combustion engine automobiles, including gasoline vehicles and hybrid electric vehicles. The key is to directly convert the heat energy from automotive waste heat to electrical energy using a thermoelectric generator, which is then regulated by a DC-DC Cuk converter to charge a battery using maximum power point tracking. Hence, the electrical power stored in the battery can be maximized. Both analysis and experimental results demonstrate that the proposed system can work well under different working conditions, and is promising for automotive industry.

  8. Molecular tracking of Salmonella spp. in chicken meat chain: from slaughterhouse reception to end cuts

    OpenAIRE

    Dias, Mariane Rezende; Cavicchioli, Valéria Quintana; Camargo, Anderson Carlos; Lanna, Frederico Germano Piscitelli Alvarenga; Pinto, Paulo Sérgio de Arruda; Bersot, Luciano dos Santos; Nero, Luís Augusto

    2015-01-01

    Due to the importance of Salmonella spp. in poultry products, this study aimed to track its main contamination routes since slaughtering reception to processing of chicken end cuts. Samples from different steps of slaughtering and processing (n = 277) were collected from two chicken slaughterhouses (Sl1 and Sl2) located in Minas Gerais state, Brazil, and subjected to Salmonella spp. detection. The obtained isolates were subjected to serological identification and tested by PCR for specific Sa...

  9. The Type-2 Fuzzy Logic Controller-Based Maximum Power Point Tracking Algorithm and the Quadratic Boost Converter for Pv System

    Science.gov (United States)

    Altin, Necmi

    2018-05-01

    An interval type-2 fuzzy logic controller-based maximum power point tracking algorithm and direct current-direct current (DC-DC) converter topology are proposed for photovoltaic (PV) systems. The proposed maximum power point tracking algorithm is designed based on an interval type-2 fuzzy logic controller that has an ability to handle uncertainties. The change in PV power and the change in PV voltage are determined as inputs of the proposed controller, while the change in duty cycle is determined as the output of the controller. Seven interval type-2 fuzzy sets are determined and used as membership functions for input and output variables. The quadratic boost converter provides high voltage step-up ability without any reduction in performance and stability of the system. The performance of the proposed system is validated through MATLAB/Simulink simulations. It is seen that the proposed system provides high maximum power point tracking speed and accuracy even for fast changing atmospheric conditions and high voltage step-up requirements.

  10. Performance Comparison between ĆUK and SEPIC Converters for Maximum Power Point Tracking Using Incremental Conductance Technique in Solar Power Applications

    OpenAIRE

    James Dunia; Bakari M. M. Mwinyiwiwa

    2013-01-01

    Photovoltaic (PV) energy is one of the most important energy resources since it is clean, pollution free, and endless. Maximum Power Point Tracking (MPPT) is used in photovoltaic (PV) systems to maximize the photovoltaic output power, irrespective the variations of temperature and radiation conditions. This paper presents a comparison between Ćuk and SEPIC converter in maximum power point tracking (MPPT) of photovoltaic (PV) system. In the paper, advantages and disadvantages of both converter...

  11. [Echo-tracking technology for evaluating femoral artery endothelial function in patients with Grave's disease].

    Science.gov (United States)

    Wei, Wei; Wang, Jingyuan; Zhao, Qiaoling; Yang, Jinru

    2012-10-01

    To assess the value of echo-tracking technology in evaluating endothelial function of the femoral artery in patients with Grave's disease. Thirty-four patients with Grave's disease patients and 30 normal adults as controls were recruited in this study. The intima-media thickness (IMT), arterial stiffness (β), pressure strain elastic modulus (Ep), arterial compliance (AC), pulse wave conducting velocity (PWVβ) and augmentation index (AI) parameters were examined using echo-tracking technology for evaluating the right femoral arterial elasticity. Compared with the control subjects, the patients with Grave's disease showed significantly increased β, Ep, and PWVβ and significantly decreased AC (P0.05). In patients with Grave's disease, β and Ep were positively correlated with FT3, FT4, TT3, TT4, and PWVβ was positively correlated with FT3 and FT4. Echo-tracking technology can provide more accurate quantitative evidences for early diagnosis of femoral artery endothelial dysfunction in patients with Grave's disease, but the influence of procedural factors on the measurement accuracy should be considered in the evaluation.

  12. CRIM-TRACK: Sensor System for Detection of Criminal Chemical Substances

    DEFF Research Database (Denmark)

    Munk, Jens Kristian; Buus, Ole Thomsen; Larsen, Jan

    2015-01-01

    of such technology. CRIM-TRACK is developing a sensing device based on these requirements. We engage highly skilled specialists from research institutions, industry, SMEs and LEAs and rely on a team of end users to benefit maximally from our prototypes. Currently we can detect minute quantities of drugs, explosives...... our ability to detect threat compounds amidst harmless substances improves. Different end users prefer their equipment optimized for their specific field. In an explosives-detecting scenario, the end user may prefer false positives over false negatives, while the opposite may be true in a drug...

  13. Experimental Tracking of Limit-Point Bifurcations and Backbone Curves Using Control-Based Continuation

    Science.gov (United States)

    Renson, Ludovic; Barton, David A. W.; Neild, Simon A.

    Control-based continuation (CBC) is a means of applying numerical continuation directly to a physical experiment for bifurcation analysis without the use of a mathematical model. CBC enables the detection and tracking of bifurcations directly, without the need for a post-processing stage as is often the case for more traditional experimental approaches. In this paper, we use CBC to directly locate limit-point bifurcations of a periodically forced oscillator and track them as forcing parameters are varied. Backbone curves, which capture the overall frequency-amplitude dependence of the system’s forced response, are also traced out directly. The proposed method is demonstrated on a single-degree-of-freedom mechanical system with a nonlinear stiffness characteristic. Results are presented for two configurations of the nonlinearity — one where it exhibits a hardening stiffness characteristic and one where it exhibits softening-hardening.

  14. Mirroring of fibre ends for the LHCb SciFi project

    CERN Document Server

    Joram, Christian

    2014-01-01

    The relatively low light yields for tracks close to the midplane (y=0) of the SciFi tracker, in particular after radiation damage due to ionizing radiation, suggests to mirror the fibre ends. This note describes a set of tests and measurements in order to establish a viable mirror technology which combines high reflectivity with simplicity and low cost. The following technologies were evaluated: Aluminized Mylar film glued to the fibre ends, 3M Enhanced Specular Reflectance film glued to the fibre ends, Thin Film Aluminium vacuum coated on the fibre ends. The tests show that Aluminized Mylar film is a viable solution fulfilling all SciFi requirements. ESR film leads potentially to a higher reflectivity but its usability when glued to fibre ends could not (yet) be demonstrated. The Thin Film Aluminium coating disqualifies for reasons of cost and complexity without any performance gain. This report is meant as backup document for the LHCb SciFi TDR document to be submitted in February 2014.

  15. A Comparison of Accuracy of Image- versus Hardware-based Tracking Technologies in 3D Fusion in Aortic Endografting.

    Science.gov (United States)

    Rolls, A E; Maurel, B; Davis, M; Constantinou, J; Hamilton, G; Mastracci, T M

    2016-09-01

    Fusion of three-dimensional (3D) computed tomography and intraoperative two-dimensional imaging in endovascular surgery relies on manual rigid co-registration of bony landmarks and tracking of hardware to provide a 3D overlay (hardware-based tracking, HWT). An alternative technique (image-based tracking, IMT) uses image recognition to register and place the fusion mask. We present preliminary experience with an agnostic fusion technology that uses IMT, with the aim of comparing the accuracy of overlay for this technology with HWT. Data were collected prospectively for 12 patients. All devices were deployed using both IMT and HWT fusion assistance concurrently. Postoperative analysis of both systems was performed by three blinded expert observers, from selected time-points during the procedures, using the displacement of fusion rings, the overlay of vascular markings and the true ostia of renal arteries. The Mean overlay error and the deviation from mean error was derived using image analysis software. Comparison of the mean overlay error was made between IMT and HWT. The validity of the point-picking technique was assessed. IMT was successful in all of the first 12 cases, whereas technical learning curve challenges thwarted HWT in four cases. When independent operators assessed the degree of accuracy of the overlay, the median error for IMT was 3.9 mm (IQR 2.89-6.24, max 9.5) versus 8.64 mm (IQR 6.1-16.8, max 24.5) for HWT (p = .001). Variance per observer was 0.69 mm(2) and 95% limit of agreement ±1.63. In this preliminary study, the error of magnitude of displacement from the "true anatomy" during image overlay in IMT was less than for HWT. This confirms that ongoing manual re-registration, as recommended by the manufacturer, should be performed for HWT systems to maintain accuracy. The error in position of the fusion markers for IMT was consistent, thus may be considered predictable. Copyright © 2016 European Society for Vascular Surgery. Published by

  16. End point detection in ion milling processes by sputter-induced optical emission spectroscopy

    International Nuclear Information System (INIS)

    Lu, C.; Dorian, M.; Tabei, M.; Elsea, A.

    1984-01-01

    The characteristic optical emission from the sputtered material during ion milling processes can provide an unambiguous indication of the presence of the specific etched species. By monitoring the intensity of a representative emission line, the etching process can be precisely terminated at an interface. Enhancement of the etching end point is possible by using a dual-channel photodetection system operating in a ratio or difference mode. The installation of the optical detection system to an existing etching chamber has been greatly facilitated by the use of optical fibers. Using a commercial ion milling system, experimental data for a number of etching processes have been obtained. The result demonstrates that sputter-induced optical emission spectroscopy offers many advantages over other techniques in detecting the etching end point of ion milling processes

  17. Learning-based position control of a closed-kinematic chain robot end-effector

    Science.gov (United States)

    Nguyen, Charles C.; Zhou, Zhen-Lei

    1990-01-01

    A trajectory control scheme whose design is based on learning theory, for a six-degree-of-freedom (DOF) robot end-effector built to study robotic assembly of NASA hardwares in space is presented. The control scheme consists of two control systems: the feedback control system and the learning control system. The feedback control system is designed using the concept of linearization about a selected operating point, and the method of pole placement so that the closed-loop linearized system is stabilized. The learning control scheme consisting of PD-type learning controllers, provides additional inputs to improve the end-effector performance after each trial. Experimental studies performed on a 2 DOF end-effector built at CUA, for three tracking cases show that actual trajectories approach desired trajectories as the number of trials increases. The tracking errors are substantially reduced after only five trials.

  18. A new apparatus for track-analysis in nuclear track emulsion based on a CCD-camera device

    International Nuclear Information System (INIS)

    Ganssauge, E.

    1993-01-01

    A CCD camera-based, image-analyzing system for automatic evaluation of nuclear track emulsion chambers is presented. The stage of a normal microscope moves using three remote controlled stepping motors with a step size of 0.25 μm. A CCD-camera is mounted on tope of the microscope in order to register the nuclear emulsion. The camera has a resolution capable of differentiating single emulsion-grains (0.6 μm). The camera picture is transformed from analogue to digital signals and stored by a frame grabber. Some background-picture elements can be eliminated by applying cuts on grey levels. The central computer processes the picture, correlates the single picture points, the coordinates and the grey-levels, such that in the end one has a unique assignment of each picture point to an address on the hard disk for a given plate. After repetition of this procedure for several plates by means of an appropriate software (for instance our vertex program [1]). the coordinates of the points are combined to tracks, and a variety of distributions like pseudorapidity-distributions can be calculated and presented on the terminal. (author)

  19. Confinement in Melts of Chains with Junction Points, but No Ends

    Science.gov (United States)

    Foster, Mark; He, Qiming; Zhou, Yang; Zhang, Fan; Huang, Chongwen; Narayanan, Suresh

    Measurements of surface fluctuations of 4-arm star and ''8-shaped'' analogs of the same polystyrene (PS) chain show that elimination of chain ends is much more important in dictating the fragility in a thin film than is the introduction of a branch point in the molecule. Both the viscosities derived from surface fluctuations and rheological measurements for the 8-shaped PS manifest a lower value than the 4-arm star PS analog, with the discrepancy increasing as the temperature approaches the glass transition temperature, Tg , bulk. Comparison among different chain topologies shows the effect of the number of chain ends and junction point on the viscosity. The viscosity behavior of the 8-shaped PS is quite different from that of the star analog, but similar to that of the simple cycle analog. The fragility of the 8-shaped molecule in the thin film is reduced relative to that in the bulk, manifesting a nanoconfinement effect. This research used resources of the Advanced Photon Source, a U.S. Department of Energy (DOE) Office of Science User Facility operated for the DOE Office of Science by Argonne National Laboratory under Contract No. DE-AC02-06CH11357.

  20. USING RFID AND GIS TECHNOLOGIES FOR ADVANCED LUGGAGE TRACKING

    Directory of Open Access Journals (Sweden)

    Zoltan KATO

    2015-06-01

    Full Text Available By purchasing a plane ticket or a cargo service, the passenger or the customer signs a contract with the airline company. From that moment on the airline company is responsible for all aspects of air travel, including the passenger' luggage (recording, handling to / from the aircraft etc.. Safe transport of passengers' luggage or cargo packages on airlines raises numerous problems for airlines and requires flexible, efficient solutions, appropriate to the specific requirements of each client. Annually millions of luggages get lost in airports around the world. This causes inconvenience to passengers and loss of resources and additional costs for the airlines. The aim of this paper is to examine how RFID(Radio Frequency Identification technology could be useful for advanced shipment tracking (Track and Trace in the airlines industry, by using rewritable passive RFID tags.

  1. A review of technology for contact protection of remediation manipulators (WHC Issue 39)

    International Nuclear Information System (INIS)

    Thunborg, S.

    1994-09-01

    Remediation of waste from Underground Storage Tanks (UST) at Hanford will require the use of large remotely controlled equipment. Inherent safety methods need to be identified and incorporated into the retrieval system to prevent contact damage to the UST or to the remediation equipment. This report discusses the requirements for an adequate protection system and reviews the major technologies available for inclusion in a damage protection system. The report proposes that adequate reliability of a protection system can be achieved through the use of two fully-independent subsafety systems. Safety systems technologies reviewed were Force/Torque Sensors, Overload Protection Devices, Ultrasonic Sensors, Capacitance Sensors, Controller Software Limit Graphic Collision Detection, and End Point Tracking. A relative comparison between retrieval systems protection technologies is presented

  2. Fast cine-magnetic resonance imaging point tracking for prostate cancer radiation therapy planning

    International Nuclear Information System (INIS)

    Dowling, J; Chandra, S; Dang, K; Fox, Chris D; Gill, Suki; Kron, T; Pham, D; Foroudi, F

    2014-01-01

    The analysis of intra-fraction organ motion is important for improving the precision of radiation therapy treatment delivery. One method to quantify this motion is for one or more observers to manually identify anatomic points of interest (POIs) on each slice of a cine-MRI sequence. However this is labour intensive and inter- and intra- observer variation can introduce uncertainty. In this paper a fast method for non-rigid registration based point tracking in cine-MRI sagittal and coronal series is described which identifies POIs in 0.98 seconds per sagittal slice and 1.35 seconds per coronal slice. The manual and automatic points were highly correlated (r>0.99, p<0.001) for all organs and the difference generally less than 1mm. For prostate planning peristalsis and rectal gas can result in unpredictable out of plane motion, suggesting the results may require manual verification.

  3. Examination of Maximum Power Point Tracking on the EV for Installing on Windmill

    OpenAIRE

    雪田, 和人; 細江, 忠司; 小田切, 雄也; 後藤, 泰之; 一柳, 勝宏

    2006-01-01

    This paper proposes that wind generator system is operated by using wind collection equipment and Maximum Power Point Tracking more and more high-efficient. As an example of the utility, it was proposed that it was used for the regeneration of electric vehicle. The efficiency upgrading of electric vehicle can be expect by introducing in addition, proposing system with the conventional regeneration. The field experiment was carried out in order to measure the effect. Regeneration energy by pro...

  4. Simultaneous Tracking of Multiple Points Using a Wiimote

    Science.gov (United States)

    Skeffington, Alex; Scully, Kyle

    2012-01-01

    This paper reviews the construction of an inexpensive motion tracking and data logging system, which can be used for a wide variety of teaching experiments ranging from entry-level physics courses to advanced courses. The system utilizes an affordable infrared camera found in a Nintendo Wiimote to track IR LEDs mounted to the objects to be…

  5. Performance Analysis of a Maximum Power Point Tracking Technique using Silver Mean Method

    Directory of Open Access Journals (Sweden)

    Shobha Rani Depuru

    2018-01-01

    Full Text Available The proposed paper presents a simple and particularly efficacious Maximum Power Point Tracking (MPPT algorithm based on Silver Mean Method (SMM. This method operates by choosing a search interval from the P-V characteristics of the given solar array and converges to MPP of the Solar Photo-Voltaic (SPV system by shrinking its interval. After achieving the maximum power, the algorithm stops shrinking and maintains constant voltage until the next interval is decided. The tracking capability efficiency and performance analysis of the proposed algorithm are validated by the simulation and experimental results with a 100W solar panel for variable temperature and irradiance conditions. The results obtained confirm that even without any perturbation and observation process, the proposed method still outperforms the traditional perturb and observe (P&O method by demonstrating far better steady state output, more accuracy and higher efficiency.

  6. Person and gesture tracking with smart stereo cameras

    Science.gov (United States)

    Gordon, Gaile; Chen, Xiangrong; Buck, Ron

    2008-02-01

    Physical security increasingly involves sophisticated, real-time visual tracking of a person's location inside a given environment, often in conjunction with biometrics and other security-related technologies. However, demanding real-world conditions like crowded rooms, changes in lighting and physical obstructions have proved incredibly challenging for 2D computer vision technology. In contrast, 3D imaging technology is not affected by constant changes in lighting and apparent color, and thus allows tracking accuracy to be maintained in dynamically lit environments. In addition, person tracking with a 3D stereo camera can provide the location and movement of each individual very precisely, even in a very crowded environment. 3D vision only requires that the subject be partially visible to a single stereo camera to be correctly tracked; multiple cameras are used to extend the system's operational footprint, and to contend with heavy occlusion. A successful person tracking system, must not only perform visual analysis robustly, but also be small, cheap and consume relatively little power. The TYZX Embedded 3D Vision systems are perfectly suited to provide the low power, small footprint, and low cost points required by these types of volume applications. Several security-focused organizations, including the U.S Government, have deployed TYZX 3D stereo vision systems in security applications. 3D image data is also advantageous in the related application area of gesture tracking. Visual (uninstrumented) tracking of natural hand gestures and movement provides new opportunities for interactive control including: video gaming, location based entertainment, and interactive displays. 2D images have been used to extract the location of hands within a plane, but 3D hand location enables a much broader range of interactive applications. In this paper, we provide some background on the TYZX smart stereo cameras platform, describe the person tracking and gesture tracking systems

  7. Quantitative interpretation of nuclear logging data by adopting point-by-point spectrum striping deconvolution technology

    International Nuclear Information System (INIS)

    Tang Bin; Liu Ling; Zhou Shumin; Zhou Rongsheng

    2006-01-01

    The paper discusses the gamma-ray spectrum interpretation technology on nuclear logging. The principles of familiar quantitative interpretation methods, including the average content method and the traditional spectrum striping method, are introduced, and their limitation of determining the contents of radioactive elements on unsaturated ledges (where radioactive elements distribute unevenly) is presented. On the basis of the intensity gamma-logging quantitative interpretation technology by using the deconvolution method, a new quantitative interpretation method of separating radioactive elements is presented for interpreting the gamma spectrum logging. This is a point-by-point spectrum striping deconvolution technology which can give the logging data a quantitative interpretation. (authors)

  8. To track or not to track: user reactions to concepts in longitudinal health monitoring.

    Science.gov (United States)

    Beaudin, Jennifer S; Intille, Stephen S; Morris, Margaret E

    2006-01-01

    Advances in ubiquitous computing, smart homes, and sensor technologies enable novel, longitudinal health monitoring applications in the home. Many home monitoring technologies have been proposed to detect health crises, support aging-in-place, and improve medical care. Health professionals and potential end users in the lay public, however, sometimes question whether home health monitoring is justified given the cost and potential invasion of privacy. The aim of the study was to elicit specific feedback from health professionals and laypeople about how they might use longitudinal health monitoring data for proactive health and well-being. Interviews were conducted with 8 health professionals and 26 laypeople. Participants were asked to evaluate mock data visualization displays that could be generated by novel home monitoring systems. The mock displays were used to elicit reactions to longitudinal monitoring in the home setting as well as what behaviors, events, and physiological indicators people were interested in tracking. Based on the qualitative data provided by the interviews, lists of benefits of and concerns about health tracking from the perspectives of the practitioners and laypeople were compiled. Variables of particular interest to the interviewees, as well as their specific ideas for applications of collected data, were documented. Based upon these interviews, we recommend that ubiquitous "monitoring" systems may be more readily adopted if they are developed as tools for personalized, longitudinal self-investigation that help end users learn about the conditions and variables that impact their social, cognitive, and physical health.

  9. More Than Bar Codes: Integrating Global Standards-Based Bar Code Technology Into National Health Information Systems in Ethiopia and Pakistan to Increase End-to-End Supply Chain Visibility.

    Science.gov (United States)

    Hara, Liuichi; Guirguis, Ramy; Hummel, Keith; Villanueva, Monica

    2017-12-28

    The United Nations Population Fund (UNFPA) and the United States Agency for International Development (USAID) DELIVER PROJECT work together to strengthen public health commodity supply chains by standardizing bar coding under a single set of global standards. From 2015, UNFPA and USAID collaborated to pilot test how tracking and tracing of bar coded health products could be operationalized in the public health supply chains of Ethiopia and Pakistan and inform the ecosystem needed to begin full implementation. Pakistan had been using proprietary bar codes for inventory management of contraceptive supplies but transitioned to global standards-based bar codes during the pilot. The transition allowed Pakistan to leverage the original bar codes that were preprinted by global manufacturers as opposed to printing new bar codes at the central warehouse. However, barriers at lower service delivery levels prevented full realization of end-to-end data visibility. Key barriers at the district level were the lack of a digital inventory management system and absence of bar codes at the primary-level packaging level, such as single blister packs. The team in Ethiopia developed an open-sourced smartphone application that allowed the team to scan bar codes using the mobile phone's camera and to push the captured data to the country's data mart. Real-time tracking and tracing occurred from the central warehouse to the Addis Ababa distribution hub and to 2 health centers. These pilots demonstrated that standardized product identification and bar codes can significantly improve accuracy over manual stock counts while significantly streamlining the stock-taking process, resulting in efficiencies. The pilots also showed that bar coding technology by itself is not sufficient to ensure data visibility. Rather, by using global standards for identification and data capture of pharmaceuticals and medical devices, and integrating the data captured into national and global tracking systems

  10. Fuzzy sliding mode control for maximum power point tracking of a photovoltaic pumping system

    Directory of Open Access Journals (Sweden)

    Sabah Miqoi

    2017-03-01

    Full Text Available In this paper a new maximum power point tracking method based on fuzzy sliding mode control is proposed, and employed in a PV water pumping system based on a DC-DC boost converter, to produce maximum power from the solar panel hence more speed in the DC motor and more water quantity. This method combines two different tracking techniques sliding mode control and fuzzy logic; our controller is based on sliding mode control, then to give better stability and enhance the power production a fuzzy logic technique was added. System modeling, sliding method definition and the new control method presentation are represented in this paper. The results of the simulation that are compared to both sliding mode controller and perturbation and observation method demonstrate effectiveness and robustness of the proposed controller.

  11. A Maximum Power Point Tracking Control Method of a Photovoltaic Power Generator with Consideration of Dynamic Characteristics of Solar Cells

    Science.gov (United States)

    Watanabe, Takashi; Yoshida, Toshiya; Ohniwa, Katsumi

    This paper discusses a new control strategy for photovoltaic power generation systems with consideration of dynamic characteristics of the photovoltaic cells. The controller estimates internal currents of an equivalent circuit for the cells. This estimated, or the virtual current and the actual voltage of the cells are fed to a conventional Maximum-Power-Point-Tracking (MPPT) controller. Consequently, this MPPT controller still tracks the optimum point even though it is so designed that the seeking speed of the operating point is extremely high. This system may suit for applications, which are installed in rapidly changeable insolation and temperature-conditions e.g. automobiles, trains, and airplanes. The proposed method is verified by experiment with a combination of this estimating function and the modified Boehringer's MPPT algorithm.

  12. Next Generation Waste Tracking: Linking Legacy Systems with Modern Networking Technologies

    International Nuclear Information System (INIS)

    Walker, Randy M.; Resseguie, David R.; Shankar, Mallikarjun; Gorman, Bryan L.; Smith, Cyrus M.; Hill, David E.

    2010-01-01

    This report describes results from a preliminary analysis to satisfy the Department of Energy (DOE) objective to ensure the safe, secure, efficient packaging and transportation of materials both hazardous and non hazardous (1, 2). The DOE Office of Environmental Management (OEM) through Oak Ridge National Laboratory (ORNL) has embarked on a project to further this objective. OEM and ORNL have agreed to develop, demonstrate and make available modern day cost effective technologies for characterization, identification, tracking, monitoring and disposal of radioactive waste when transported by, or between, motor, air, rail, and water modes. During the past 8 years ORNL has investigated and deployed Web 2.0 compliant sensors into the transportation segment of the supply chain. ORNL has recently demonstrated operational experience with DOE Oak Ridge Operations Office (ORO) and others in national test beds and applications within this domain of the supply chain. Furthermore, in addition to DOE, these hazardous materials supply chain partners included Federal and State enforcement agencies, international ports, and commercial sector shipping operations in a hazardous/radioactive materials tracking and monitoring program called IntelligentFreight. IntelligentFreight is an ORNL initiative encompassing 5 years of research effort associated with the supply chain. The ongoing ORNL SmartFreight programs include RadSTraM (3), GRadSTraM, Trusted Corridors, SensorPedia (4), SensorNet, Southeastern Transportation Corridor Pilot (SETCP) and Trade Data Exchange (5). The integration of multiple technologies aimed at safer more secure conveyance has been investigated with the core research question being focused on testing distinctly different distributed supply chain information sharing systems. ORNL with support from ORO have demonstrated capabilities when transporting Environmental Management (EM) waste materials for disposal over an onsite haul road. ORNL has unified the operations

  13. Evolution of Randomized Trials in Advanced/Metastatic Soft Tissue Sarcoma: End Point Selection, Surrogacy, and Quality of Reporting.

    Science.gov (United States)

    Zer, Alona; Prince, Rebecca M; Amir, Eitan; Abdul Razak, Albiruni

    2016-05-01

    Randomized controlled trials (RCTs) in soft tissue sarcoma (STS) have used varying end points. The surrogacy of intermediate end points, such as progression-free survival (PFS), response rate (RR), and 3-month and 6-month PFS (3moPFS and 6moPFS) with overall survival (OS), remains unknown. The quality of efficacy and toxicity reporting in these studies is also uncertain. A systematic review of systemic therapy RCTs in STS was performed. Surrogacy between intermediate end points and OS was explored using weighted linear regression for the hazard ratio for OS with the hazard ratio for PFS or the odds ratio for RR, 3moPFS, and 6moPFS. The quality of reporting for efficacy and toxicity was also evaluated. Fifty-two RCTs published between 1974 and 2014, comprising 9,762 patients, met the inclusion criteria. There were significant correlations between PFS and OS (R = 0.61) and between RR and OS (R = 0.51). Conversely, there were nonsignificant correlations between 3moPFS and 6moPFS with OS. A reduction in the use of RR as the primary end point was observed over time, favoring time-based events (P for trend = .02). In 14% of RCTs, the primary end point was not met, but the study was reported as being positive. Toxicity was comprehensively reported in 47% of RCTs, whereas 14% inadequately reported toxicity. In advanced STS, PFS and RR seem to be appropriate surrogates for OS. There is poor correlation between OS and both 3moPFS and 6moPFS. As such, caution is urged with the use of these as primary end points in randomized STS trials. The quality of toxicity reporting and interpretation of results is suboptimal. © 2016 by American Society of Clinical Oncology.

  14. A study of a two stage maximum power point tracking control of a photovoltaic system under partially shaded insolation conditions

    Energy Technology Data Exchange (ETDEWEB)

    Kobayashi, Kenji; Takano, Ichiro; Sawada, Yoshio [Kogakuin University, Tokyo 163-8677 (Japan)

    2006-11-23

    A photovoltaic (PV) array shows relatively low output power density, and has a greatly drooping current-voltage (I-V) characteristic. Therefore, maximum power point tracking (MPPT) control is used to maximize the output power of the PV array. Many papers have been reported in relation to MPPT. However, the current-power (I-P) curve sometimes shows multi-local maximum point mode under non-uniform insolation conditions. The operating point of the PV system tends to converge to a local maximum output point which is not the real maximal output point on the I-P curve. Some papers have been also reported, trying to avoid this difficulty. However, most of those control systems become rather complicated. Then, the two stage MPPT control method is proposed in this paper to realize a relatively simple control system which can track the real maximum power point even under non-uniform insolation conditions. The feasibility of this control concept is confirmed for steady insolation as well as for rapidly changing insolation by simulation study using software PSIM and LabVIEW. (author)

  15. Radiometric titration of officinal radiopharmaceuticals using radioactive kryptonates as end-point indicators. II. Citric, tartaric, undecylenic acids

    Energy Technology Data Exchange (ETDEWEB)

    Harangozo, M.; Jombik, J.; Schiller, P. (Komenskeho Univ., Bratislava (Czechoslovakia). Farmaceuticka Fakulta); Toelgyessy, J. (Slovenska Vysoka Skola Technicka, Bratislava (Czechoslovakia). Chemickotechnologicka Fakulta)

    1981-01-01

    A method for the determination of citric, tartaric and undecylenic acids based on radiometric titration with 0.1 or 0.05 mole.l/sup -1/ NaOH was developed. As an indicator of the end point, radioactive kryptonate of glass was used. Experimental technique, results of determinations as well as other possible applications of the radioactive kryptonate of glass for end point determination in alkalimetric analyses of officinal pharmaceuticals are discussed.

  16. Mathematical pointing model establishment of the visual tracking theodolite for satellites in two kinds of observation methods.

    Science.gov (United States)

    Zhang, Yuncheng

    The mathematical pointing model is establishment of the visual tracking theodolite for satellites in two kinds of observation methods at Yunnan Observatory, which is related to the digitalisation reform and the optical-electronic technique reform, is introduced respectively in this paper.

  17. Quality control for electron beam processing of polymeric materials by end-point analysis

    International Nuclear Information System (INIS)

    DeGraff, E.; McLaughlin, W.L.

    1981-01-01

    Properties of certain plastics, e.g. polytetrafluoroethylene, polyethylene, ethylene vinyl acetate copolymer, can be modified selectively by ionizing radiation. One of the advantages of this treatment over chemical methods is better control of the process and the end-product properties. The most convenient method of dosimetry for monitoring quality control is post-irradiation evaluation of the plastic itself, e.g., melt index and melt point determination. It is shown that by proper calibration in terms of total dose and sufficiently reproducible radiation effects, such product test methods provide convenient and meaningful analyses. Other appropriate standardized analytical methods include stress-crack resistance, stress-strain-to-fracture testing and solubility determination. Standard routine dosimetry over the dose and dose rate ranges of interest confirm that measured product end points can be correlated with calibrated values of absorbed dose in the product within uncertainty limits of the measurements. (author)

  18. Online Tracking Technologies and Web Privacy:Technologieën voor Online volgen en Web Privacy

    OpenAIRE

    Acar, Mustafa Gunes Can

    2017-01-01

    In my PhD thesis, I would like to study the problem of online privacy with a focus on Web and mobile applications. Key research questions to be addressed by my study are the following: How can we formalize and quantify web tracking? What are the threats presented against privacy by different tracking techniques such as browser fingerprinting and cookie based tracking? What kind of privacy enhancing technologies (PET) can be used to ensure privacy without degrading service quality? The stud...

  19. Tracking detectors for the sLHC, the LHC upgrade

    CERN Document Server

    Sadrozinski, Hartmut F W

    2005-01-01

    The plans for an upgrade of the Large Hadron Collider (LHC) to the Super-LHC (sLHC) are reviewed with special consideration of the environment for the inner tracking system. A straw-man detector upgrade for ATLAS is presented, which is motivated by the varying radiation levels as a function of radius, and choices for detector geometries and technologies are proposed, based on the environmental constraints. A few promising technologies for detectors are discussed, both for sensors and for the associated front-end electronics. On-going research in silicon detectors and in ASIC technologies will be crucial for the success of the upgrade.

  20. USING EYE TRACKING TO MEASURE ONLINE INTERACTIVITY: A THEORETICAL FRAMEWORK

    Directory of Open Access Journals (Sweden)

    Adriana-Emilia ROBU

    2013-06-01

    Full Text Available Notwithstanding that each and every company, even the sweetshop around the corner has found its way to the Internet, some customers still hesitate to shop online or to shop from one site and ignore the other. In order to build an online effective communication between the participants, one of the most important factors is interactivity. In the last decade it received extensive attention in the marketing literature, but few are the studies which have seen new methods to measure it. Eye tracking technology has been broadly used in the cognitive sciences. The purpose of this study is to investigate the existing literature in order to give insights into the eye tracking methodology when measuring the online interactivity. It also describes the eye tracking technology in general, extracts various examples from the eye tracking research field, with different applications, highlights its importance when analyzing the online consumer behavior, giving examples from various studies and finds the key points of the methodological difficulties. Finally, this work has an important merit for the future studies when taking into consideration the eye tracking technology in the online interactivity research and further, it is relevant for marketers, regarding the enhancement of online interactive interfaces and web or mobile applications.

  1. An automotive thermoelectric-photovoltaic hybrid energy system using maximum power point tracking

    International Nuclear Information System (INIS)

    Zhang Xiaodong; Chau, K.T.

    2011-01-01

    In recent years, there has been active research on exhaust gas waste heat energy recovery for automobiles. Meanwhile, the use of solar energy is also proposed to promote on-board renewable energy and hence to improve their fuel economy. In this paper, a new thermoelectric-photovoltaic (TE-PV) hybrid energy system is proposed and implemented for automobiles. The key is to newly develop the power conditioning circuit using maximum power point tracking so that the output power of the proposed TE-PV hybrid energy system can be maximized. An experimental system is prototyped and tested to verify the validity of the proposed system.

  2. Hand-eye calibration for rigid laparoscopes using an invariant point.

    Science.gov (United States)

    Thompson, Stephen; Stoyanov, Danail; Schneider, Crispin; Gurusamy, Kurinchi; Ourselin, Sébastien; Davidson, Brian; Hawkes, David; Clarkson, Matthew J

    2016-06-01

    Laparoscopic liver resection has significant advantages over open surgery due to less patient trauma and faster recovery times, yet it can be difficult due to the restricted field of view and lack of haptic feedback. Image guidance provides a potential solution but one current challenge is in accurate "hand-eye" calibration, which determines the position and orientation of the laparoscope camera relative to the tracking markers. In this paper, we propose a simple and clinically feasible calibration method based on a single invariant point. The method requires no additional hardware, can be constructed by theatre staff during surgical setup, requires minimal image processing and can be visualised in real time. Real-time visualisation allows the surgical team to assess the calibration accuracy before use in surgery. In addition, in the laboratory, we have developed a laparoscope with an electromagnetic tracking sensor attached to the camera end and an optical tracking marker attached to the distal end. This enables a comparison of tracking performance. We have evaluated our method in the laboratory and compared it to two widely used methods, "Tsai's method" and "direct" calibration. The new method is of comparable accuracy to existing methods, and we show RMS projected error due to calibration of 1.95 mm for optical tracking and 0.85 mm for EM tracking, versus 4.13 and 1.00 mm respectively, using existing methods. The new method has also been shown to be workable under sterile conditions in the operating room. We have proposed a new method of hand-eye calibration, based on a single invariant point. Initial experience has shown that the method provides visual feedback, satisfactory accuracy and can be performed during surgery. We also show that an EM sensor placed near the camera would provide significantly improved image overlay accuracy.

  3. Maximum power point tracking algorithm based on sliding mode and fuzzy logic for photovoltaic sources under variable environmental conditions

    Science.gov (United States)

    Atik, L.; Petit, P.; Sawicki, J. P.; Ternifi, Z. T.; Bachir, G.; Della, M.; Aillerie, M.

    2017-02-01

    Solar panels have a nonlinear voltage-current characteristic, with a distinct maximum power point (MPP), which depends on the environmental factors, such as temperature and irradiation. In order to continuously harvest maximum power from the solar panels, they have to operate at their MPP despite the inevitable changes in the environment. Various methods for maximum power point tracking (MPPT) were developed and finally implemented in solar power electronic controllers to increase the efficiency in the electricity production originate from renewables. In this paper we compare using Matlab tools Simulink, two different MPP tracking methods, which are, fuzzy logic control (FL) and sliding mode control (SMC), considering their efficiency in solar energy production.

  4. Comparative Study of Maximum Power Point Tracking Techniques for Photovoltaic Systems

    Directory of Open Access Journals (Sweden)

    Fernando Lessa Tofoli

    2015-01-01

    Full Text Available The generation of electricity from photovoltaic (PV arrays has been increasingly considered as a prominent alternative to fossil fuels. However, the conversion efficiency is typically low and the initial cost is still appreciable. A required feature of a PV system is the ability to track the maximum power point (MPP of the PV array. Besides, MPP tracking (MPPT is desirable in both grid-connected and stand-alone photovoltaic systems because the solar irradiance and temperature change throughout the day, as well as along seasons and geographical conditions, also leading to the modification of the I×V (current versus voltage and P×V (power versus voltage curves of the PV module. MPPT is also justified by the relatively high cost of the energy generated by PV systems if compared with other sources. Since there are various MPPT approaches available in the literature, this work presents a comparative study among four popular techniques, which are the fixed duty cycle method, constant voltage (CV, perturb and observe (P&O, and incremental conductance (IC. It considers different operational climatic conditions (i.e., irradiance and temperature, since the MPP is nonlinear with the environment status. PSIM software is used to validate the assumptions, while relevant results are discussed in detail.

  5. Object Tracking with LiDAR: Monitoring Taxiing and Landing Aircraft

    Directory of Open Access Journals (Sweden)

    Zoltan Koppanyi

    2018-02-01

    Full Text Available Mobile light detection and ranging (LiDAR sensors used in car navigation and robotics, such as the Velodyne’s VLP-16 and HDL-32E, allow for sensing the surroundings of the platform with high temporal resolution to detect obstacles, tracking objects and support path planning. This study investigates the feasibility of using LiDAR sensors for tracking taxiing or landing aircraft close to the ground to improve airport safety. A prototype system was developed and installed at an airfield to capture point clouds to monitor aircraft operations. One of the challenges of accurate object tracking using the Velodyne sensors is the relatively small vertical field of view (30°, 41.3° and angular resolution (1.33°, 2°, resulting in a small number of points of the tracked object. The point density decreases with the object–sensor distance, and is already sparse at a moderate range of 30–40 m. The paper introduces our model-based tracking algorithms, including volume minimization and cube trajectories, to address the optimal estimation of object motion and tracking based on sparse point clouds. Using a network of sensors, multiple tests were conducted at an airport to assess the performance of the demonstration system and the algorithms developed. The investigation was focused on monitoring small aircraft moving on runways and taxiways, and the results indicate less than 0.7 m/s and 17 cm velocity and positioning accuracy achieved, respectively. Overall, based on our findings, this technology is promising not only for aircraft monitoring but for airport applications.

  6. End-point construction and systematic titration error in linear titration curves-complexation reactions

    NARCIS (Netherlands)

    Coenegracht, P.M.J.; Duisenberg, A.J.M.

    The systematic titration error which is introduced by the intersection of tangents to hyperbolic titration curves is discussed. The effects of the apparent (conditional) formation constant, of the concentration of the unknown component and of the ranges used for the end-point construction are

  7. Maximum Power Point Tracking in Variable Speed Wind Turbine Based on Permanent Magnet Synchronous Generator Using Maximum Torque Sliding Mode Control Strategy

    Institute of Scientific and Technical Information of China (English)

    Esmaeil Ghaderi; Hossein Tohidi; Behnam Khosrozadeh

    2017-01-01

    The present study was carried out in order to track the maximum power point in a variable speed turbine by minimizing electromechanical torque changes using a sliding mode control strategy.In this strategy,fhst,the rotor speed is set at an optimal point for different wind speeds.As a result of which,the tip speed ratio reaches an optimal point,mechanical power coefficient is maximized,and wind turbine produces its maximum power and mechanical torque.Then,the maximum mechanical torque is tracked using electromechanical torque.In this technique,tracking error integral of maximum mechanical torque,the error,and the derivative of error are used as state variables.During changes in wind speed,sliding mode control is designed to absorb the maximum energy from the wind and minimize the response time of maximum power point tracking (MPPT).In this method,the actual control input signal is formed from a second order integral operation of the original sliding mode control input signal.The result of the second order integral in this model includes control signal integrity,full chattering attenuation,and prevention from large fluctuations in the power generator output.The simulation results,calculated by using MATLAB/m-file software,have shown the effectiveness of the proposed control strategy for wind energy systems based on the permanent magnet synchronous generator (PMSG).

  8. Merchandising at the point of sale: differential effect of end of aisle and islands

    Directory of Open Access Journals (Sweden)

    Álvaro Garrido-Morgado

    2015-01-01

    Full Text Available Merchandising at point of sale comprises a set of techniques aimed at encouraging the purchase at the point of sale. This paper analyzes the impact on sales of two of these techniques, especially used in the context of non-specialized food stores and rarely distinguished in academic research: (1 the presentation of product in the ends of the aisles or main aisles, leading from the side aisle access and, (2 the presentation of the product in islands within the main aisles. This research combines cross-sectional and longitudinal data and analyzes specific information on sales and commercial stimulus for all references in two large categories of products from a hypermarket over ten weeks. Results show that both the ends of aisle and the islands have a positive effect on sales and their relative importance depends on the nature of the category analyzed. There are also greater synergies between ends of aisle and price promotions. Finally, the results provide some evidence into the impact of the extension or termination of these merchandising stimuli.

  9. SKYWARD: the next generation airborne infrared search and track

    Science.gov (United States)

    Fortunato, L.; Colombi, G.; Ondini, A.; Quaranta, C.; Giunti, C.; Sozzi, B.; Balzarotti, G.

    2016-05-01

    Infrared Search and Track systems are an essential element of the modern and future combat aircrafts. Passive automatic search, detection and tracking functions, are key points for silent operations or jammed tactical scenarios. SKYWARD represents the latest evolution of IRST technology in which high quality electro-optical components, advanced algorithms, efficient hardware and software solutions are harmonically integrated to provide high-end affordable performances. Additionally, the reduction of critical opto-mechanical elements optimises weight and volume and increases the overall reliability. Multiple operative modes dedicated to different situations are available; many options can be selected among multiple or single target tracking, for surveillance or engagement, and imaging, for landing or navigation aid, assuring the maximum system flexibility. The high quality 2D-IR sensor is exploited by multiple parallel processing chains, based on linear and non-linear techniques, to extract the possible targets from background, in different conditions, with false alarm rate control. A widely tested track processor manages a large amount of candidate targets simultaneously and allows discriminating real targets from noise whilst operating with low target to background contrasts. The capability of providing reliable passive range estimation is an additional qualifying element of the system. Particular care has been dedicated to the detector non-uniformities, a possible limiting factor for distant targets detection, as well as to the design of the electro-optics for a harsh airborne environment. The system can be configured for LWIR or MWIR waveband according to the customer operational requirements. An embedded data recorder saves all the necessary images and data for mission debriefing, particularly useful during inflight system integration and tuning.

  10. The Prestressed Track Beam Testing Technology of Shanghai Electromagnetic Levitation Train

    Directory of Open Access Journals (Sweden)

    Qing-biao WANG

    2013-07-01

    Full Text Available Shanghai electromagnetic levitation train (maglev is the first one that is constructed and operated commercially in the world. Many technological problems have to be tackled during its construction, and the most difficult problem in the civil engineering part is the making of prestressed track beam. It requires high precision because of its special function. The stretching control of the pre-tensioning force and the post-tensioning force in the making of prestressed track beam is most important during the construction. This paper introduces and analyses the technical features of vibrating wire sensors as well as the development, the research and the application of force sensor for pulling force measurement of anchor cable.

  11. Maximum-power-point tracking control of solar heating system

    KAUST Repository

    Huang, Bin-Juine; Ton, Wei-Zhe; Wu, Chen-Chun; Ko, Hua-Wei; Chang, Hsien-Shun; Yen, Rue-Her; Wang, Jiunn-Cherng

    2012-01-01

    was used to determine the instantaneous tracking target Q max(t). The system transfer-function model of solar heating system was also derived experimentally using a step response test and used in the design of tracking feedback control system. The PI

  12. Multicore PSO Operation for Maximum Power Point Tracking of a Distributed Photovoltaic System under Partially Shading Condition

    Directory of Open Access Journals (Sweden)

    Ru-Min Chao

    2016-01-01

    Full Text Available This paper identifies the partial shading problem of a PV module using the one-diode model and simulating the characteristics exhibiting multiple-peak power output condition that is similar to a PV array. A modified particle swarm optimization (PSO algorithm based on the suggested search-agent deployment, retracking condition, and multicore operation is proposed in order to continuously locate the global maximum power point for the PV system. Partial shading simulation results for up to 16 modules in series/parallel formats are presented. A distributed PV system consisting of up to 8 a-silicon thin film PV panels and also having a dedicated DC/DC buck converter on each of the modules is tested. The converter reaches its steady state voltage output in 10 ms. However for MPPT operation, voltage, and current measurement interval is set to 20 ms to avoid unnecessary noise from the entire electric circuit. Based on the simulation and experiment results, each core of the proposed PSO operation should control no more than 4 PV modules in order to have the maximum tracking accuracy and minimum overall tracking time. Tracking for the global maximum power point of a distributed PV system under various partial shading conditions can be done within 1.3 seconds.

  13. The Timepix Telescope for High Performance Particle Tracking

    CERN Document Server

    Akiba, Kazuyoshi; van Beuzekom, Martin; van Beveren, Vincent; Borghi, Silvia; Boterenbrood, Henk; Buytaert, Jan; Collins, Paula; Dosil Suárez, Alvaro; Dumps, Raphael; Eklund, Lars; Esperante, Daniel; Gallas, Abraham; Gordon, Hamish; van der Heijden, Bas; Hombach, Christoph; Hynds, Daniel; John, Malcolm; Leflat, Alexander; Li, Yi Ming; Longstaff, Ian; Morton, Alexander; Nakatsuka, Noritsugu; Nomerotski, Andre; Parkes, Chris; Perez Trigo, Eliseo; Plackett, Richard; Reid, Matthew M; Rodriguez Perez, Pablo; Schindler, Heinrich; Szumlak, Tomasz; Tsopelas, Panagiotis; Vázquez Sierra, Carlos; Velthuis, Jaap; Wysokinski, Michal

    2013-01-01

    The Timepix particle tracking telescope has been developed as part of the LHCb VELO Upgrade project, supported by the Medipix Collaboration and the AIDA framework. It is a primary piece of infrastructure for the VELO Upgrade project and is being used for the development of new sensors and front end technologies for several upcoming LHC trackers and vertexing systems. The telescope is designed around the dual capability of the Timepix ASICs to provide information about either the deposited charge or the timing information from tracks traversing the 14 x 14mm matrix of 55 x 55 um pixels. The rate of reconstructed tracks available is optimised by taking advantage of the shutter driven readout architecture of the Timepix chip, operated with existing readout systems. Results of tests conducted in the SPS North Area beam facility at CERN show that the telescope typically provides reconstructed track rates during the beam spills of between 3.5 and 7.5 kHz, depending on beam conditions. The tracks are time stamped wi...

  14. Soft modes at the critical end point in the chiral effective models

    International Nuclear Information System (INIS)

    Fujii, Hirotsugu; Ohtani, Munehisa

    2004-01-01

    At the critical end point in QCD phase diagram, the scalar, vector and entropy susceptibilities are known to diverge. The dynamic origin of this divergence is identified within the chiral effective models as softening of a hydrodynamic mode of the particle-hole-type motion, which is a consequence of the conservation law of the baryon number and the energy. (author)

  15. Analysis and research on Maximum Power Point Tracking of Photovoltaic Array with Fuzzy Logic Control and Three-point Weight Comparison Method

    Institute of Scientific and Technical Information of China (English)

    LIN; Kuang-Jang; LIN; Chii-Ruey

    2010-01-01

    The Photovoltaic Array has a best optimal operating point where the array operating can obtain the maximum power.However, the optimal operating point can be compromised by the strength of solar radiation,angle,and by the change of environment and load.Due to the constant changes in these conditions,it has become very difficult to locate the optimal operating point by following a mathematical model.Therefore,this study will focus mostly on the application of Fuzzy Logic Control theory and Three-point Weight Comparison Method in effort to locate the optimal operating point of solar panel and achieve maximum efficiency in power generation. The Three-point Weight Comparison Method is the comparison between the characteristic curves of the voltage of photovoltaic array and output power;it is a rather simple way to track the maximum power.The Fuzzy Logic Control,on the other hand,can be used to solve problems that cannot be effectively dealt with by calculation rules,such as concepts,contemplation, deductive reasoning,and identification.Therefore,this paper uses these two kinds of methods to make simulation successively. The simulation results show that,the Three-point Comparison Method is more effective under the environment with more frequent change of solar radiation;however,the Fuzzy Logic Control has better tacking efficiency under the environment with violent change of solar radiation.

  16. Space Time – Track Circuits with Trellis Code Modulation

    Directory of Open Access Journals (Sweden)

    Marius Enulescu

    2017-07-01

    Full Text Available The track circuits are very important equipments used in the railway transportation system. Today these are used to send vital information, to the running train, in the same time with the integrity checking of the rail. The actual track circuits have a small problem due to the use of the same transmission medium by the signals containing vital information and the return traction current, the running track rails. But this small problem can produce big disturbances in the train circulation, especially in the rush hours. To improve the data transmission to the train on-board equipment, the implementation of new track circuits using new communication technology were studied. This technology is used by the mobile and satellite communications and applies the principle of diversity encoding both time and space through the use of multiple transmission points of the track circuit signal for telegram which is sent to the train. Since this implementation does not satisfy the intended purpose, other modern communication principles such as 8PSK signals modulation and encoding using Trellis Coded Modulation were developed. This new track circuit aims to solve the problems which appeared in the current operation of track circuits and theoretically manages to transmit vital information to the train on board equipment without being affected by disturbances in electric traction transport systems.

  17. New supervised learning theory applied to cerebellar modeling for suppression of variability of saccade end points.

    Science.gov (United States)

    Fujita, Masahiko

    2013-06-01

    A new supervised learning theory is proposed for a hierarchical neural network with a single hidden layer of threshold units, which can approximate any continuous transformation, and applied to a cerebellar function to suppress the end-point variability of saccades. In motor systems, feedback control can reduce noise effects if the noise is added in a pathway from a motor center to a peripheral effector; however, it cannot reduce noise effects if the noise is generated in the motor center itself: a new control scheme is necessary for such noise. The cerebellar cortex is well known as a supervised learning system, and a novel theory of cerebellar cortical function developed in this study can explain the capability of the cerebellum to feedforwardly reduce noise effects, such as end-point variability of saccades. This theory assumes that a Golgi-granule cell system can encode the strength of a mossy fiber input as the state of neuronal activity of parallel fibers. By combining these parallel fiber signals with appropriate connection weights to produce a Purkinje cell output, an arbitrary continuous input-output relationship can be obtained. By incorporating such flexible computation and learning ability in a process of saccadic gain adaptation, a new control scheme in which the cerebellar cortex feedforwardly suppresses the end-point variability when it detects a variation in saccadic commands can be devised. Computer simulation confirmed the efficiency of such learning and showed a reduction in the variability of saccadic end points, similar to results obtained from experimental data.

  18. A Study of a Two Stage Maximum Power Point Tracking Control of a Photovoltaic System under Partially Shaded Insolation Conditions

    Science.gov (United States)

    Kobayashi, Kenji; Takano, Ichiro; Sawada, Yoshio

    A photovoltaic array shows relatively low output power density, and has a greatly drooping Current-Voltage (I-V) characteristic. Therefore, Maximum Power Point Tracking (MPPT) control is used to maximize the output power of the array. Many papers have been reported in relation to MPPT. However, the Current-Power (I-P) curve sometimes shows multi-local maximum points mode under non-uniform insolation conditions. The operating point of the PV system tends to converge to a local maximum output point which is not the real maximal output point on the I-P curve. Some papers have been also reported, trying to avoid this difficulty. However most of those control systems become rather complicated. Then, the two stage MPPT control method is proposed in this paper to realize a relatively simple control system which can track the real maximum power point even under non-uniform insolation conditions. The feasibility of this control concept is confirmed for steady insolation as well as for rapidly changing insolation by simulation study using software PSIM and LabVIEW. In addition, simulated experiment confirms fundament al operation of the two stage MPPT control.

  19. Global Maximum Power Point Tracking (MPPT of a Photovoltaic Module Array Constructed through Improved Teaching-Learning-Based Optimization

    Directory of Open Access Journals (Sweden)

    Kuei-Hsiang Chao

    2016-11-01

    Full Text Available The present study proposes a maximum power point tracking (MPPT method in which improved teaching-learning-based optimization (I-TLBO is applied to perform global MPPT of photovoltaic (PV module arrays under dissimilar shading situations to ensure the maximum power output of the module arrays. The proposed I-TLBO enables the automatic adjustment of teaching factors according to the self-learning ability of students. Incorporating smart-tracking and self-study strategies can effectively improve the tracking response speed and steady-state tracking performance. To evaluate the feasibility of the proposed I-TLBO, a HIP-2717 PV module array from Sanyo Electric was employed to compose various arrays with different serial and parallel configurations. The arrays were operated under different shading conditions to test the MPPT with double, triple, or quadruple peaks of power-voltage characteristic curves. Boost converters were employed with TMS320F2808 digital signal processors to test the proposed MPPT method. Empirical results confirm that the proposed method exhibits more favorable dynamic and static-state response tracking performance compared with that of conventional TLBO.

  20. Maximum power point tracking controller for PV systems using neural networks

    Energy Technology Data Exchange (ETDEWEB)

    Bahgat, A.B.G. [Cairo Univ. (Egypt). Faculty of Engineering; Helwa, N.H.; Ahmad, G.E.; El Shenawy, E.T. [National Research Center, Dokki, Cairo (Egypt). Solar Energy Dept.

    2005-07-01

    This paper presents a development and implementation of a PC-based maximum power point tracker (MPPT) for PV system using neural networks (NN). The system consists of a PV module via a MPPT supplying a dc motor that drives an air fan. The control algorithm is developed to use the artificial NN for detecting the optimal operating point under different operating conditions, then the control action gives the driving signals to the MPPT. A PC is used for data acquisition, running the control algorithm, data storage, as well as data display and analysis. The system has been implemented and tested under various operating conditions. The experimental results showed that the PV system with MPPT always tracks the peak power point of the PV module under various operating conditions. The MPPT transmits about 97% of the actual maximum power generated by the PV module. The MPPT not only increases the power from the PV module to the load, but also maintains longer operating periods for the PV system. The air velocity and the air mass flow rate of the mechanical load are increased considerably, due to the increase of the PV system power. It is also found that the increase in the output energy due to using the MPPT is about 45.2% for a clear sunny day. (Author)

  1. Observer-based design of set-point tracking adaptive controllers for nonlinear chaotic systems

    International Nuclear Information System (INIS)

    Khaki-Sedigh, A.; Yazdanpanah-Goharrizi, A.

    2006-01-01

    A gradient based approach for the design of set-point tracking adaptive controllers for nonlinear chaotic systems is presented. In this approach, Lyapunov exponents are used to select the controller gain. In the case of unknown or time varying chaotic plants, the Lyapunov exponents may vary during the plant operation. In this paper, an effective adaptive strategy is used for online identification of Lyapunov exponents and adaptive control of nonlinear chaotic plants. Also, a nonlinear observer for estimation of the states is proposed. Simulation results are provided to show the effectiveness of the proposed methodology

  2. Observer-based design of set-point tracking adaptive controllers for nonlinear chaotic systems

    Energy Technology Data Exchange (ETDEWEB)

    Khaki-Sedigh, A. [Department of Electrical Engineering, K.N. Toosi University of Technology, Sayyed Khandan Bridge, Shariati Street, Tehran 16314 (Iran, Islamic Republic of)]. E-mail: sedigh@kntu.ac.ir; Yazdanpanah-Goharrizi, A. [Department of Electrical Engineering, K.N. Toosi University of Technology, Sayyed Khandan Bridge, Shariati Street, Tehran 16314 (Iran, Islamic Republic of)]. E-mail: yazdanpanah@ee.kntu.ac.ir

    2006-09-15

    A gradient based approach for the design of set-point tracking adaptive controllers for nonlinear chaotic systems is presented. In this approach, Lyapunov exponents are used to select the controller gain. In the case of unknown or time varying chaotic plants, the Lyapunov exponents may vary during the plant operation. In this paper, an effective adaptive strategy is used for online identification of Lyapunov exponents and adaptive control of nonlinear chaotic plants. Also, a nonlinear observer for estimation of the states is proposed. Simulation results are provided to show the effectiveness of the proposed methodology.

  3. Beam-pointing error compensation method of phased array radar seeker with phantom-bit technology

    Directory of Open Access Journals (Sweden)

    Qiuqiu WEN

    2017-06-01

    Full Text Available A phased array radar seeker (PARS must be able to effectively decouple body motion and accurately extract the line-of-sight (LOS rate for target missile tracking. In this study, the real-time two-channel beam pointing error (BPE compensation method of PARS for LOS rate extraction is designed. The PARS discrete beam motion principium is analyzed, and the mathematical model of beam scanning control is finished. According to the principle of the antenna element shift phase, both the antenna element shift phase law and the causes of beam-pointing error under phantom-bit conditions are analyzed, and the effect of BPE caused by phantom-bit technology (PBT on the extraction accuracy of the LOS rate is examined. A compensation method is given, which includes coordinate transforms, beam angle margin compensation, and detector dislocation angle calculation. When the method is used, the beam angle margin in the pitch and yaw directions is calculated to reduce the effect of the missile body disturbance and to improve LOS rate extraction precision by compensating for the detector dislocation angle. The simulation results validate the proposed method.

  4. A radar-enabled collaborative sensor network integrating COTS technology for surveillance and tracking.

    Science.gov (United States)

    Kozma, Robert; Wang, Lan; Iftekharuddin, Khan; McCracken, Ernest; Khan, Muhammad; Islam, Khandakar; Bhurtel, Sushil R; Demirer, R Murat

    2012-01-01

    The feasibility of using Commercial Off-The-Shelf (COTS) sensor nodes is studied in a distributed network, aiming at dynamic surveillance and tracking of ground targets. Data acquisition by low-cost (wireless mote is described. We demonstrate the detection, ranging and velocity estimation, classification and tracking capabilities of the mini-radar, and compare results to simulations and manual measurements. Furthermore, we supplement the radar output with other sensor modalities, such as acoustic and vibration sensors. This method provides innovative solutions for detecting, identifying, and tracking vehicles and dismounts over a wide area in noisy conditions. This study presents a step towards distributed intelligent decision support and demonstrates effectiveness of small cheap sensors, which can complement advanced technologies in certain real-life scenarios.

  5. Determining nest predators of the Least Bell's Vireo through point counts, tracking stations, and video photography

    Science.gov (United States)

    Peterson, Bonnie L.; Kus, Barbara E.; Deutschman, Douglas H.

    2004-01-01

    We compared three methods to determine nest predators of the Least Bell's Vireo (Vireo bellii pusillus) in San Diego County, California, during spring and summer 2000. Point counts and tracking stations were used to identify potential predators and video photography to document actual nest predators. Parental behavior at depredated nests was compared to that at successful nests to determine whether activity (frequency of trips to and from the nest) and singing vs. non-singing on the nest affected nest predation. Yellow-breasted Chats (Icteria virens) were the most abundant potential avian predator, followed by Western Scrub-Jays (Aphelocoma californica). Coyotes (Canis latrans) were abundant, with smaller mammalian predators occurring in low abundance. Cameras documented a 48% predation rate with scrub-jays as the major nest predators (67%), but Virginia opossums (Didelphis virginiana, 17%), gopher snakes (Pituophis melanoleucus, 8%) and Argentine ants (Linepithema humile, 8%) were also confirmed predators. Identification of potential predators from tracking stations and point counts demonstrated only moderate correspondence with actual nest predators. Parental behavior at the nest prior to depredation was not related to nest outcome.

  6. An Investigation of Three-point Shooting through an Analysis of NBA Player Tracking Data

    OpenAIRE

    Sliz, Bradley A.

    2017-01-01

    I address the difficult challenge of measuring the relative influence of competing basketball game strategies, and I apply my analysis to plays resulting in three-point shots. I use a glut of SportVU player tracking data from over 600 NBA games to derive custom position-based features that capture tangible game strategies from game-play data, such as teamwork, player matchups, and on-ball defender distances. Then, I demonstrate statistical methods for measuring the relative importance of any ...

  7. Acquisition, tracking, and pointing V; Proceedings of the Meeting, Orlando, FL, Apr. 3-5, 1991

    Science.gov (United States)

    Masten, Michael K.; Stockum, Larry A.

    1991-08-01

    The present conference discusses the Starlab control system, an angular positioning mechanism for a UV coronagraph spectrometer, a second-generation laser tracking system, the optimization of a gimbal-scanned IR seeker, design considerations for an airborne electrooptic sensor, the effects of atmospheric turbulence on a relay mirror experiment, and the sensor fusion approach to optimization for human perception. Also discussed are target detection with a co-occurrence matrix segmentation, imaging autotracker technology for guided missile systems, a fuzzy logic approach to multitarget tracking in clutter, salient contour extraction for target recognition, accelerometer-based platform stabilization, a low-drift fiber-optic gyro for earth-rate applications, and velocity profiling in linear and rotational systems. (No individual items are abstracted in this volume)

  8. Evaluation of a photovoltaic energy mechatronics system with a built-in quadratic maximum power point tracking algorithm

    Energy Technology Data Exchange (ETDEWEB)

    Chao, R.M.; Ko, S.H.; Lin, I.H. [Department of Systems and Naval Mechatronics Engineering, National Cheng Kung University, Tainan, Taiwan 701 (China); Pai, F.S. [Department of Electronic Engineering, National University of Tainan (China); Chang, C.C. [Department of Environment and Energy, National University of Tainan (China)

    2009-12-15

    The historically high cost of crude oil price is stimulating research into solar (green) energy as an alternative energy source. In general, applications with large solar energy output require a maximum power point tracking (MPPT) algorithm to optimize the power generated by the photovoltaic effect. This work aims to provide a stand-alone solution for solar energy applications by integrating a DC/DC buck converter to a newly developed quadratic MPPT algorithm along with its appropriate software and hardware. The quadratic MPPT method utilizes three previously used duty cycles with their corresponding power outputs. It approaches the maximum value by using a second order polynomial formula, which converges faster than the existing MPPT algorithm. The hardware implementation takes advantage of the real-time controller system from National Instruments, USA. Experimental results have shown that the proposed solar mechatronics system can correctly and effectively track the maximum power point without any difficulties. (author)

  9. Simulation and analysis of an isolated full-bridge DC/DC boost converter operating with a modified perturb and observe maximum power point tracking algorithm

    Directory of Open Access Journals (Sweden)

    Calebe A. Matias

    2017-07-01

    Full Text Available The purpose of the present study is to simulate and analyze an isolated full-bridge DC/DC boost converter, for photovoltaic panels, running a modified perturb and observe maximum power point tracking method. The zero voltage switching technique was used in order to minimize the losses of the converter for a wide range of solar operation. The efficiency of the power transfer is higher than 90% for large solar operating points. The panel enhancement due to the maximum power point tracking algorithm is 5.06%.

  10. Point of Injury’ Sampling Technology for Battlefield Molecular Diagnostics

    Science.gov (United States)

    2012-03-17

    Injury" Sampling Technology for Battlefield Molecular Diagnostics March 17,2012 Sponsored by Defense Advanced Research Projects Agency (DOD) Defense...Contract: April 25, 2011 Short Title of Work: "Point of Injury" Sampling Technology for Battlefield Molecular Diagnostics " Contract Expiration Date...SBIR PHASE I OPTION REPORT: Point of Injury, Sampling Technology for Battlefield Molecular Diagnostics . W31P4Q-1 l-C-0222 (UNCLASSIFIED) P.I

  11. Design of Wireless Point of Sale Based on ZigBee Technology

    Directory of Open Access Journals (Sweden)

    Xiaoning Jiang

    2014-02-01

    Full Text Available With the rapid development of Point of Sale technology and modern communication technology, financial Point of Sale terminal system has been started from wired to wireless. Wireless payment technology can used where can’t rely on or even no cable network. As one of the most important technologies in the information era, Wireless Sensor Network has been widely used in banking business and other various modem business fields. This paper describes a kind of simple portable Point of Sale terminal based on the ZigBee wireless network 1, which is a low power, low cost, flexible, safe and reliable network. This Point of Sale system can be applied gas stations, liquefied petroleum gas stations and other complex sales environment, and it improves safety of gas station and personnel safety. Simple and user-friendly, this formula design and optimization method greatly improves efficiency and thus has much value for practical application.

  12. Instrumentation for beam radiation and luminosity measurement in the CMS experiment using novel detector technologies

    CERN Document Server

    Guthoff, Moritz

    2017-01-01

    The higher energy and luminosity of the LHC initiated the development of dedicated technologies for radiation monitoring and luminosity measurement. A pixelated luminosity detector counts coincidences in several three layer telescopes of silicon pixel detectors to measure the luminosity for each colliding LHC bunch pair. In addition, charged particle tracking allows to monitor the location of the collision point.The upgraded fast beam conditions monitor measures the particle flux using 24 two pad single crystalline diamond sensors, equipped with a fast front-end ASIC produced in 130 nm CMOS technology. The excellent time resolution is used to separate collision products from machine induced background.A new beam-halo monitor at larger radius exploits Cerenkov light produced by relativistic charged particles in fused quartz crystals to provide direction sensitivity and time resolution to separate incoming and outgoing particles. The back-end electronics of the beam monitoring systems includes dedicated modules...

  13. End Point of the Ultraspinning Instability and Violation of Cosmic Censorship

    Science.gov (United States)

    Figueras, Pau; Kunesch, Markus; Lehner, Luis; Tunyasuvunakool, Saran

    2017-04-01

    We determine the end point of the axisymmetric ultraspinning instability of asymptotically flat Myers-Perry black holes in D =6 spacetime dimensions. In the nonlinear regime, this instability gives rise to a sequence of concentric rings connected by segments of black membrane on the rotation plane. The latter become thinner over time, resulting in the formation of a naked singularity in finite asymptotic time and hence a violation of the weak cosmic censorship conjecture in asymptotically flat higher-dimensional spaces.

  14. User acceptance of location-tracking technologies in health research: Implications for study design and data quality.

    Science.gov (United States)

    Hardy, Jean; Veinot, Tiffany C; Yan, Xiang; Berrocal, Veronica J; Clarke, Philippa; Goodspeed, Robert; Gomez-Lopez, Iris N; Romero, Daniel; Vydiswaran, V G Vinod

    2018-03-01

    Research regarding place and health has undergone a revolution due to the availability of consumer-focused location-tracking devices that reveal fine-grained details of human mobility. Such research requires that participants accept such devices enough to use them in their daily lives. There is a need for a theoretically grounded understanding of acceptance of different location-tracking technology options, and its research implications. Guided by an extended Unified Theory of Acceptance and Use of Technology (UTAUT), we conducted a 28-day field study comparing 21 chronically ill people's acceptance of two leading, consumer-focused location-tracking technologies deployed for research purposes: (1) a location-enabled smartphone, and (2) a GPS watch/activity tracker. Participants used both, and completed two surveys and qualitative interviews. Findings revealed that all participants exerted effort to facilitate data capture, such as by incorporating devices into daily routines and developing workarounds to keep devices functioning. Nevertheless, the smartphone was perceived to be significantly easier and posed fewer usability challenges for participants than the watch. Older participants found the watch significantly more difficult to use. For both devices, effort expectancy was significantly associated with future willingness to participate in research although prosocial motivations overcame some concerns. Social influence, performance expectancy and use behavior were significantly associated with intentions to use the devices in participants' personal lives. Data gathered via the smartphone was significantly more complete than data gathered via the watch, primarily due to usability challenges. To make longer-term participation in location tracking research a reality, and to achieve complete data capture, researchers must minimize the effort involved in participation; this requires usable devices. For long-term location-tracking studies using similar devices

  15. An analysis of particle track effects on solid mammalian tissues

    International Nuclear Information System (INIS)

    Todd, P.

    1992-01-01

    The relative biological effectiveness (RBE) and quality factor (Q) at extreme values of linear energy transfer (LET) have been determined on the basis of experiments with single-cell systems and specific tissue responses. In typical single-cell systems, each heavy particle (Ar or Fe) passes through a single cell or no cell. In experiments on animal tissues, however, each heavy particle passes through several cells, and the LET can exceed 200 keV μm -1 in every cell. In most laboratory animal tissue systems, however, only a small portion of the hit cells are capable of expressing the end-point being measured, such as cell killing, mutation or carcinogenesis. The following question was therefore addressed: do RBEs and Q factors derived from single-cell experiments properly account for the damage at high LET when multiple cells are hit by HZE tracks? A review is offered in which measured radiation effects and known tissue properties are combined to estimate on the one hand, the number of cells at risk, p 3 n, per track, where n is the number of cells per track based on tissue and organ geometry, and p 3 is the probability that a cell in the track is capable of expressing the experimental end-point. On the other hand, the tissue and single-cell responses are compared by determining the ratio RBE in tissue/RBE in corresponding single cells. Experimental data from the literature indicate that tissue RBEs at very high LET (Fe and Ar ions) are higher than corresponding single-cell RBEs, especially in tissues in which p 3 n is high. (author)

  16. Maximum Power Point Tracking of Photovoltaic System for Traffic Light Application

    Directory of Open Access Journals (Sweden)

    Riza Muhida

    2013-07-01

    Full Text Available Photovoltaic traffic light system is a significant application of renewable energy source. The development of the system is an alternative effort of local authority to reduce expenditure for paying fees to power supplier which the power comes from conventional energy source. Since photovoltaic (PV modules still have relatively low conversion efficiency, an alternative control of maximum power point tracking (MPPT method is applied to the traffic light system. MPPT is intended to catch up the maximum power at daytime in order to charge the battery at the maximum rate in which the power from the battery is intended to be used at night time or cloudy day. MPPT is actually a DC-DC converter that can step up or down voltage in order to achieve the maximum power using Pulse Width Modulation (PWM control. From experiment, we obtained the voltage of operation using MPPT is at 16.454 V, this value has error of 2.6%, if we compared with maximum power point voltage of PV module that is 16.9 V. Based on this result it can be said that this MPPT control works successfully to deliver the power from PV module to battery maximally.

  17. CRIM-TRACK: sensor system for detection of criminal chemical substances

    Science.gov (United States)

    Munk, Jens K.; Buus, Ole T.; Larsen, Jan; Dossi, Eleftheria; Tatlow, Sol; Lässig, Lina; Sandström, Lars; Jakobsen, Mogens H.

    2015-10-01

    Detection of illegal compounds requires a reliable, selective and sensitive detection device. The successful device features automated target acquisition, identification and signal processing. It is portable, fast, user friendly, sensitive, specific, and cost efficient. LEAs are in need of such technology. CRIM-TRACK is developing a sensing device based on these requirements. We engage highly skilled specialists from research institutions, industry, SMEs and LEAs and rely on a team of end users to benefit maximally from our prototypes. Currently we can detect minute quantities of drugs, explosives and precursors thereof in laboratory settings. Using colorimetric technology we have developed prototypes that employ disposable sensing chips. Ease of operation and intuitive sensor response are highly prioritized features that we implement as we gather data to feed into machine learning. With machine learning our ability to detect threat compounds amidst harmless substances improves. Different end users prefer their equipment optimized for their specific field. In an explosives-detecting scenario, the end user may prefer false positives over false negatives, while the opposite may be true in a drug-detecting scenario. Such decisions will be programmed to match user preference. Sensor output can be as detailed as the sensor allows. The user can be informed of the statistics behind the detection, identities of all detected substances, and quantities thereof. The response can also be simplified to "yes" vs. "no". The technology under development in CRIM-TRACK will provide custom officers, police and other authorities with an effective tool to control trafficking of illegal drugs and drug precursors.

  18. A Radar-Enabled Collaborative Sensor Network Integrating COTS Technology for Surveillance and Tracking

    Directory of Open Access Journals (Sweden)

    R. Murat Demirer

    2012-01-01

    Full Text Available The feasibility of using Commercial Off-The-Shelf (COTS sensor nodes is studied in a distributed network, aiming at dynamic surveillance and tracking of ground targets. Data acquisition by low-cost ( < $50 US miniature low-power radar through a wireless mote is described. We demonstrate the detection, ranging and velocity estimation, classification and tracking capabilities of the mini-radar, and compare results to simulations and manual measurements. Furthermore, we supplement the radar output with other sensor modalities, such as acoustic and vibration sensors. This method provides innovative solutions for detecting, identifying, and tracking vehicles and dismounts over a wide area in noisy conditions. This study presents a step towards distributed intelligent decision support and demonstrates effectiveness of small cheap sensors, which can complement advanced technologies in certain real-life scenarios.

  19. Is Chronic Dialysis the Right Hard Renal End Point To Evaluate Renoprotective Drug Effects?

    NARCIS (Netherlands)

    Weldegiorgis, Misghina; de Zeeuw, Dick; Dwyer, Jamie P.; Mol, Peter; Heerspink, Hiddo J. L.

    2017-01-01

    Background and objectives: RRT and doubling of serum creatinine are considered the objective hard end points in nephrology intervention trials. Because both are assumed to reflect changes in the filtration capacity of the kidney, drug effects, if present, are attributed to kidney protection.

  20. Solid State nuclear track detector - [Part] III : applications in science and technology

    International Nuclear Information System (INIS)

    Lal, Nand

    1992-01-01

    The present article describes the applications of solid state nuclear track detection techniques in different branches of science (e.g. life sciences, nuclear physics, cosmic ray and solar physics, earth sciences, teaching laboratories) and technology with selected examples from voluminous literature available on the subject. (author). 28 refs., 6 figs., 3 tabs

  1. Tracking Detectors in the STAR Experiment at RHIC

    Science.gov (United States)

    Wieman, Howard

    2015-04-01

    The STAR experiment at RHIC is designed to measure and identify the thousands of particles produced in 200 Gev/nucleon Au on Au collisions. This talk will focus on the design and construction of two of the main tracking detectors in the experiment, the TPC and the Heavy Flavor Tracker (HFT) pixel detector. The TPC is a solenoidal gas filled detector 4 meters in diameter and 4.2 meters long. It provides precise, continuous tracking and rate of energy loss in the gas (dE/dx) for particles at + - 1 units of pseudo rapidity. The tracking in a half Tesla magnetic field measures momentum and dE/dX provides particle ID. To detect short lived particles tracking close to the point of interaction is required. The HFT pixel detector is a two-layered, high resolution vertex detector located at a few centimeters radius from the collision point. It determines origins of the tracks to a few tens of microns for the purpose of extracting displaced vertices, allowing the identification of D mesons and other short-lived particles. The HFT pixel detector uses detector chips developed by the IPHC group at Strasbourg that are based on standard IC Complementary Metal-Oxide-Semiconductor (CMOS) technology. This is the first time that CMOS pixel chips have been incorporated in a collider application.

  2. End-point impedance measurements across dominant and nondominant hands and robotic assistance with directional damping.

    Science.gov (United States)

    Erden, Mustafa Suphi; Billard, Aude

    2015-06-01

    The goal of this paper is to perform end-point impedance measurements across dominant and nondominant hands while doing airbrush painting and to use the results for developing a robotic assistance scheme. We study airbrush painting because it resembles in many ways manual welding, a standard industrial task. The experiments are performed with the 7 degrees of freedom KUKA lightweight robot arm. The robot is controlled in admittance using a force sensor attached at the end-point, so as to act as a free-mass and be passively guided by the human. For impedance measurements, a set of nine subjects perform 12 repetitions of airbrush painting, drawing a straight-line on a cartoon horizontally placed on a table, while passively moving the airbrush mounted on the robot's end-point. We measure hand impedance during the painting task by generating sudden and brief external forces with the robot. The results show that on average the dominant hand displays larger impedance than the nondominant in the directions perpendicular to the painting line. We find the most significant difference in the damping values in these directions. Based on this observation, we develop a "directional damping" scheme for robotic assistance and conduct a pilot study with 12 subjects to contrast airbrush painting with and without robotic assistance. Results show significant improvement in precision with both dominant and nondominant hands when using robotic assistance.

  3. Design and implementation of a microcontroller-based maximum power point tracking fuzzy solar-charge controller

    Energy Technology Data Exchange (ETDEWEB)

    Qazalbash, A.A.; Iqbal, T.; Shafiq, M.Z. [National Univ. of Sciences and Technology, Rawalpindi (Pakistan). Dept. of Electrical Engineering

    2007-07-01

    Photovoltaic (PV) solar arrays are particularly useful for electrical power generation in remote, off-grid areas in developing countries. However, PV arrays offer a small power to area ratio, resulting in the need for more PV arrays which increases the cost of the system. In order to improve the profitability of PV arrays, the power extraction from available PV array systems must be maximized. This paper presented an analysis, modeling and implementation of an efficient solar charge controller. It was shown that the maximum power of a photovoltaic system depends largely on temperature and insolation. A perturb and observe algorithm was used for maximum power point tracking (MPPT). MPPT maximizes the efficiency of a solar PV system. A solar charge controller determines the optimal values of output current and voltage of converters to maximize power output for battery charging. In order to improve performance and implement the perturb and observe algorithm, the authors designed a fuzzy rule-based system in which a solar charge controller worked with a PWM controlled DC-DC converter for battery charging. The system was implemented on a low-cost PIC microcontroller. Results were better than conventional techniques in power efficiency. Swift maximum power point tracking was obtained. 13 refs., 1 tab., 11 figs.

  4. Extended Kalman Filtering to estimate temperature and irradiation for maximum power point tracking of a photovoltaic module

    International Nuclear Information System (INIS)

    Docimo, D.J.; Ghanaatpishe, M.; Mamun, A.

    2017-01-01

    This paper develops an algorithm for estimating photovoltaic (PV) module temperature and effective irradiation level. The power output of a PV system depends directly on both of these states. Estimating the temperature and irradiation allows for improved state-based control methods while eliminating the need of additional sensors. Thermal models and irradiation estimators have been developed in the literature, but none incorporate feedback for estimation. This paper outlines an Extended Kalman Filter for temperature and irradiation estimation. These estimates are, in turn, used within a novel state-based controller that tracks the maximum power point of the PV system. Simulation results indicate this state-based controller provides up to an 8.5% increase in energy produced per day as compared to an impedance matching controller. A sensitivity analysis is provided to examine the impact state estimate errors have on the ability to find the optimal operating point of the PV system. - Highlights: • Developed a temperature and irradiation estimator for photovoltaic systems. • Designed an Extended Kalman Filter to handle model and measurement uncertainty. • Developed a state-based controller for maximum power point tracking (MPPT). • Validated combined estimator/controller algorithm for different weather conditions. • Algorithm increases energy captured up to 8.5% over traditional MPPT algorithms.

  5. Ground-based telescope pointing and tracking optimization using a neural controller.

    Science.gov (United States)

    Mancini, D; Brescia, M; Schipani, P

    2003-01-01

    Neural network models (NN) have emerged as important components for applications of adaptive control theories. Their basic generalization capability, based on acquired knowledge, together with execution rapidity and correlation ability between input stimula, are basic attributes to consider NN as an extremely powerful tool for on-line control of complex systems. By a control system point of view, not only accuracy and speed, but also, in some cases, a high level of adaptation capability is required in order to match all working phases of the whole system during its lifetime. This is particularly remarkable for a new generation ground-based telescope control system. Infact, strong changes in terms of system speed and instantaneous position error tolerance are necessary, especially in case of trajectory disturb induced by wind shake. The classical control scheme adopted in such a system is based on the proportional integral (PI) filter, already applied and implemented on a large amount of new generation telescopes, considered as a standard in this technological environment. In this paper we introduce the concept of a new approach, the neural variable structure proportional integral, (NVSPI), related to the implementation of a standard multi layer perceptron network in new generation ground-based Alt-Az telescope control systems. Its main purpose is to improve adaptive capability of the Variable structure proportional integral model, an already innovative control scheme recently introduced by authors [Proc SPIE (1997)], based on a modified version of classical PI control model, in terms of flexibility and accuracy of the dynamic response range also in presence of wind noise effects. The realization of a powerful well tested and validated telescope model simulation system allowed the possibility to directly compare performances of the two control schemes on simulated tracking trajectories, revealing extremely encouraging results in terms of NVSPI control robustness and

  6. Integrating different tracking systems in football: multiple camera semi-automatic system, local position measurement and GPS technologies.

    Science.gov (United States)

    Buchheit, Martin; Allen, Adam; Poon, Tsz Kit; Modonutti, Mattia; Gregson, Warren; Di Salvo, Valter

    2014-12-01

    Abstract During the past decade substantial development of computer-aided tracking technology has occurred. Therefore, we aimed to provide calibration equations to allow the interchangeability of different tracking technologies used in soccer. Eighty-two highly trained soccer players (U14-U17) were monitored during training and one match. Player activity was collected simultaneously with a semi-automatic multiple-camera (Prozone), local position measurement (LPM) technology (Inmotio) and two global positioning systems (GPSports and VX). Data were analysed with respect to three different field dimensions (small, systems were compared, and calibration equations (linear regression models) between each system were calculated for each field dimension. Most metrics differed between the 4 systems with the magnitude of the differences dependant on both pitch size and the variable of interest. Trivial-to-small between-system differences in total distance were noted. However, high-intensity running distance (>14.4 km · h -1 ) was slightly-to-moderately greater when tracked with Prozone, and accelerations, small-to-very largely greater with LPM. For most of the equations, the typical error of the estimate was of a moderate magnitude. Interchangeability of the different tracking systems is possible with the provided equations, but care is required given their moderate typical error of the estimate.

  7. Development of a Hough transformation track finder for time projection chambers

    International Nuclear Information System (INIS)

    Heinze, Isa

    2013-12-01

    The International Linear Collider (ILC) is a planned particle physics experiment. One of the two detector concepts is the International Large Detector (ILD) concept for which a time projection chamber is foreseen as the main tracking device. In the ILD the particle flow concept is followed which leads to special requirements for the detector. Especially for the tracking system a very good momentum resolution is required. Several prototypes were build to prove that it is possible to build a TPC which fulfills the requirements for a TPC in the ILD. One is the Large Prototype with which different readout technologies currently under development are tested. In parallel reconstruction software is developed for the reconstruction of Large Prototype data. In this thesis the development of a track finding algorithm based on the Hough transformation is described. It can find curved tracks (with magnetic field) as well as straight tracks (without magnetic field). This package was mainly developed for Large Prototype testbeam data but was also tested on Monte Carlo simulation of tracks in the ILD TPC. Furthermore the analysis of testbeam data regarding the single point resolution is presented. The data were taken with the Large Prototype and a readout module with GEM (gas electron multiplier) amplification. For the reconstruction of these data the software package mentioned above was used. The single point resolution is directly related to the momentum resolution of the detector, thus a good single point resolution is needed to achieve a good momentum resolution.

  8. Development of a Hough transformation track finder for time projection chambers

    Energy Technology Data Exchange (ETDEWEB)

    Heinze, Isa

    2013-12-15

    The International Linear Collider (ILC) is a planned particle physics experiment. One of the two detector concepts is the International Large Detector (ILD) concept for which a time projection chamber is foreseen as the main tracking device. In the ILD the particle flow concept is followed which leads to special requirements for the detector. Especially for the tracking system a very good momentum resolution is required. Several prototypes were build to prove that it is possible to build a TPC which fulfills the requirements for a TPC in the ILD. One is the Large Prototype with which different readout technologies currently under development are tested. In parallel reconstruction software is developed for the reconstruction of Large Prototype data. In this thesis the development of a track finding algorithm based on the Hough transformation is described. It can find curved tracks (with magnetic field) as well as straight tracks (without magnetic field). This package was mainly developed for Large Prototype testbeam data but was also tested on Monte Carlo simulation of tracks in the ILD TPC. Furthermore the analysis of testbeam data regarding the single point resolution is presented. The data were taken with the Large Prototype and a readout module with GEM (gas electron multiplier) amplification. For the reconstruction of these data the software package mentioned above was used. The single point resolution is directly related to the momentum resolution of the detector, thus a good single point resolution is needed to achieve a good momentum resolution.

  9. Detection of subclinical atherosclerosis in asymptomatic subjects using ultrasound radiofrequency-tracking technology.

    Directory of Open Access Journals (Sweden)

    Lili Niu

    Full Text Available Atherosclerosis is a chronic and systemic disease and its developmental process involves the synergism of multiple risk factors such as hypertension, dyslipidemia, diabetes, obesity and smoking. The diagnosis of subclinical atherosclerosis is essential for strategic guidance towards suitable treatments and efficient prevention against acute cardiovascular events. This study employed ultrasound radiofrequency (RF tracking technology to characterize human carotid arteries in vivo in terms of intima-media thickness (IMT and artery stiffness, and evaluated the statistical correlation between carotid IMT and stiffness, and the number of risk factors for atherosclerosis.A total of 160 asymptomatic subjects were enrolled. Ultrasound RF-tracking technology was employed to acquire carotid IMT and stiffness parameters: maximum IMT ((MAXIMT, RF Quality IMT ((RFQIMT, distensibility coefficient (DC, compliance coefficient (CC, αindex, β index and local pulse wave velocity (PWVβ. The subjects were categorized in four groups in terms of the number of risk factors: 'zero', 'single', 'double', and 'multiple', and statistical analyses of carotid IMT and stiffness parameters were performed between these different groups.The subjects (n = 145 with (MAXIMT smaller than 1.0 mm matched the IMT criteria for non-atherosclerosis and were named as NA-subjects. Spearman's rho correlation analysis of the whole group and the NA-subjects both showed that (MAXIMT correlated positively with (RFQIMT, α, β, and PWVβ, and negatively with DC and CC (p<0.01. The analysis of covariance of NA-subjects showed significant differences between subjects with and without risk factors, and also showed significant differences between the 'zero', 'single', 'double', and 'multiple' groups.The carotid IMT and stiffness parameters obtained by the ultrasound RF-tracking technology were demonstrated to possess significant statistical correlation with the number of risk factors from 160

  10. Potentiometric end point detection in the EDTA titrimetric determination of gallium

    International Nuclear Information System (INIS)

    Gopinath, N.; Renuka, M.; Aggarwal, S.K.

    2001-01-01

    Gallium is titrated in presence of known amount of Fe (III) with EDTA in HNO 3 solution at pH 2 to 3. The end point is detected potentiometrically employing a bright platinum wire - saturated calomel (SCE) reference electrode system, the redox couple being Fe (III) / Fe (II). Since Fe (III) is also titrated by EDTA, it is, therefore, subtracted from titre value to get the EDTA equivalent to gallium only. Precision and accuracy 0.2 to 0.4% was obtained in the results of gallium in the range of 8 to 2 mg. (author)

  11. Measuring advertising effectiveness in Travel 2.0 websites through eye-tracking technology.

    Science.gov (United States)

    Muñoz-Leiva, Francisco; Hernández-Méndez, Janet; Gómez-Carmona, Diego

    2018-03-06

    The advent of Web 2.0 is changing tourists' behaviors, prompting them to take on a more active role in preparing their travel plans. It is also leading tourism companies to have to adapt their marketing strategies to different online social media. The present study analyzes advertising effectiveness in social media in terms of customers' visual attention and self-reported memory (recall). Data were collected through a within-subjects and between-groups design based on eye-tracking technology, followed by a self-administered questionnaire. Participants were instructed to visit three Travel 2.0 websites (T2W), including a hotel's blog, social network profile (Facebook), and virtual community profile (Tripadvisor). Overall, the results revealed greater advertising effectiveness in the case of the hotel social network; and visual attention measures based on eye-tracking data differed from measures of self-reported recall. Visual attention to the ad banner was paid at a low level of awareness, which explains why the associations with the ad did not activate its subsequent recall. The paper offers a pioneering attempt in the application of eye-tracking technology, and examines the possible impact of visual marketing stimuli on user T2W-related behavior. The practical implications identified in this research, along with its limitations and future research opportunities, are of interest both for further theoretical development and practical application. Copyright © 2018 Elsevier Inc. All rights reserved.

  12. A New Technique for Tracking the Global Maximum Power Point of PV Arrays Operating Under Partial-Shading Conditions

    DEFF Research Database (Denmark)

    Koutroulis, Eftichios; Blaabjerg, Frede

    2012-01-01

    The power-voltage characteristic of photovoltaic (PV) arrays operating under partial-shading conditions exhibits multiple local maximum power points (MPPs). In this paper, a new method to track the global MPP is presented, which is based on controlling a dc/dc converter connected at the PV array...

  13. Point-of-care and point-of-procedure optical imaging technologies for primary care and global health.

    Science.gov (United States)

    Boppart, Stephen A; Richards-Kortum, Rebecca

    2014-09-10

    Leveraging advances in consumer electronics and wireless telecommunications, low-cost, portable optical imaging devices have the potential to improve screening and detection of disease at the point of care in primary health care settings in both low- and high-resource countries. Similarly, real-time optical imaging technologies can improve diagnosis and treatment at the point of procedure by circumventing the need for biopsy and analysis by expert pathologists, who are scarce in developing countries. Although many optical imaging technologies have been translated from bench to bedside, industry support is needed to commercialize and broadly disseminate these from the patient level to the population level to transform the standard of care. This review provides an overview of promising optical imaging technologies, the infrastructure needed to integrate them into widespread clinical use, and the challenges that must be addressed to harness the potential of these technologies to improve health care systems around the world. Copyright © 2014, American Association for the Advancement of Science.

  14. Tracking truck flows with programmable mobile devices for drayage efficiency analysis: [research brief].

    Science.gov (United States)

    2016-05-01

    The purpose of this project is to design and experiment on a technology to track, organize, : extract and analyze data on port drayage activities from which a clear understanding of drayage : efficiency can be gained. Drayage efficiency may point to ...

  15. CRITICAL CONTROL POINTS ON THE TECHNOLOGICAL FLOW OF PANIFICATION

    Directory of Open Access Journals (Sweden)

    Gigel PARASCHIV

    2013-05-01

    Full Text Available Bread and panification products are intended for direct human consumption and underlying nutritional pyramid, it can affect the consumers health in case of biological, chemical or physical contamination, immediate or delayed, by noxious accumulation in the human organism. Only by rigorous compliance of the production rules throughout the technological process can ensure the quality and food safety of these products. If the risk can be prevented, eliminated or reduce to an acceptable level, as a result of a control actions made at that stage, it is considered a Critical Control Point (CCP. There can be checkpoints where it can exert a control action. Thus, the checkpoint is represented by any stage in which the risk factors, biological, chemical or physical, can be controlled in order to prevent, disrupt or reduce them to an acceptable level. This paper is referring to the control points on the technological flow of the bread fabrication, in all phases of this technological flow, laying stress on that points (or phases which can affect security and food safety, through the influence of parameters of any kind on the quality of finished products.

  16. Radiometric titration of officinal radiopharmaceuticals using radioactive kryptonates as end-point indicators. I. Salicylic, acetylosalicylic, benzoic acids

    Energy Technology Data Exchange (ETDEWEB)

    Toelgyessy, J; Dillinger, P [Slovenska Vysoka Skola Technicka, Bratislava (Czechoslovakia). Chemickotechnologicka Fakulta; Harangozo, M; Jombik, J [Komenskeho Univ., Bratislava (Czechoslovakia). Farmaceuticka Fakulta

    1980-01-01

    A method for the determination of salicylic, acetylsalicylic and benzoic acids in officinal pharmaceutical based on radiometric titration with 0.1 mol.l/sup -1/ NaOH was developed. The end-point was detected with the aid of radioactive glass kryptonate. After the end-point, the excess titrant attacks the glass surface layers and this results in releasing /sup 85/Kr, and consequently, in decreasing the radioactivity of the kryptonate employed. The radioactive kryptonate used as an indicator was prepared by the bombardment of glass with accelerated /sup 85/Kr ions. The developed method is simple, accurate and correct.

  17. Nutrition content of brisket point end of part Simental Ongole Crossbred meat in boiled various temperature

    Science.gov (United States)

    Riyanto, J.; Sudibya; Cahyadi, M.; Aji, A. P.

    2018-01-01

    This aim of this study was to determine the quality of nutritional contents of beef brisket point end of Simental Ongole Crossbred meat in various boiling temperatures. Simental Ongole Crossbred had been fattened for 9 months. Furthermore, they were slaughtered at slaughterhouse and brisket point end part of meat had been prepared to analyse its nutritional contents using Food Scan. These samples were then boiled at 100°C for 0 (TR), 15 (R15), and 30 (R30) minutes, respectively. The data was analysed using Randomized Complete Design (CRD) and Duncan’s multiple range test (DMRT) had been conducted to differentiate among three treatments. The results showed that boiling temperatures significantly affected moisture, and cholesterol contents of beef (P<0.05) while fat content was not significantly affected by boiling temperatures. The boiling temperature decreased beef water contents from 72.77 to 70.84%, on the other hand, the treatment increased beef protein and cholesterol contents from 20.77 to 25.14% and 47.55 to 50.45 mg/100g samples, respectively. The conclusion of this study was boiling of beef at 100°C for 15 minutes and 30 minutes decreasing water content and increasing protein and cholesterol contents of brisket point end of Simental Ongole Crossbred beef.

  18. Negotiating Family Tracking

    DEFF Research Database (Denmark)

    Albrechtslund, Anders; Bøge, Ask Risom; Sonne Damkjær, Maja

    This presentation explores the question: What motivates the use of tracking technologies in families, and how does the use transform the relations between parent and child? The purpose is to investigate why tracking technologies are used in families and how these technologies potentially change...... the relation between parents and children. The use of tracking technologies in families implicate negotiations about the boundaries of trust and intimacy in parent-child relations which can lead to strategies of resistance or modification (Fotel and Thomsen, 2004; Rooney, 2010; Steeves and Jones, 2010......). In the presentation, we report from a qualitative study that focuses on intergenerational relations. The study draws on empirical data from workshops with Danish families as well as individual and group interviews. We aim to gain insights about the sharing habits and negotiations in intimate family relations...

  19. GFR Decline as an Alternative End Point to Kidney Failure in Clinical Trials : A Meta-analysis of Treatment Effects From 37 Randomized Trials

    NARCIS (Netherlands)

    Inker, Lesley A.; Lambers Heerspink, Hiddo J.; Mondal, Hasi; Schmid, Christopher H.; Tighiouart, Hocine; Noubary, Farzad; Coresh, Josef; Greene, Tom; Levey, Andrew S.

    2014-01-01

    Background: There is increased interest in using alternative end points for trials of kidney disease progression. The currently established end points of end-stage renal disease and doubling of serum creatinine level, equivalent to a 57% decline in estimated glomerular filtration rate (eGFR), are

  20. Biomarkers of Host Response Predict Primary End-Point Radiological Pneumonia in Tanzanian Children with Clinical Pneumonia: A Prospective Cohort Study.

    Directory of Open Access Journals (Sweden)

    Laura K Erdman

    Full Text Available Diagnosing pediatric pneumonia is challenging in low-resource settings. The World Health Organization (WHO has defined primary end-point radiological pneumonia for use in epidemiological and vaccine studies. However, radiography requires expertise and is often inaccessible. We hypothesized that plasma biomarkers of inflammation and endothelial activation may be useful surrogates for end-point pneumonia, and may provide insight into its biological significance.We studied children with WHO-defined clinical pneumonia (n = 155 within a prospective cohort of 1,005 consecutive febrile children presenting to Tanzanian outpatient clinics. Based on x-ray findings, participants were categorized as primary end-point pneumonia (n = 30, other infiltrates (n = 31, or normal chest x-ray (n = 94. Plasma levels of 7 host response biomarkers at presentation were measured by ELISA. Associations between biomarker levels and radiological findings were assessed by Kruskal-Wallis test and multivariable logistic regression. Biomarker ability to predict radiological findings was evaluated using receiver operating characteristic curve analysis and Classification and Regression Tree analysis.Compared to children with normal x-ray, children with end-point pneumonia had significantly higher C-reactive protein, procalcitonin and Chitinase 3-like-1, while those with other infiltrates had elevated procalcitonin and von Willebrand Factor and decreased soluble Tie-2 and endoglin. Clinical variables were not predictive of radiological findings. Classification and Regression Tree analysis generated multi-marker models with improved performance over single markers for discriminating between groups. A model based on C-reactive protein and Chitinase 3-like-1 discriminated between end-point pneumonia and non-end-point pneumonia with 93.3% sensitivity (95% confidence interval 76.5-98.8, 80.8% specificity (72.6-87.1, positive likelihood ratio 4.9 (3.4-7.1, negative likelihood ratio 0

  1. Biomarkers of Host Response Predict Primary End-Point Radiological Pneumonia in Tanzanian Children with Clinical Pneumonia: A Prospective Cohort Study

    Science.gov (United States)

    Erdman, Laura K.; D’Acremont, Valérie; Hayford, Kyla; Kilowoko, Mary; Kyungu, Esther; Hongoa, Philipina; Alamo, Leonor; Streiner, David L.; Genton, Blaise; Kain, Kevin C.

    2015-01-01

    Background Diagnosing pediatric pneumonia is challenging in low-resource settings. The World Health Organization (WHO) has defined primary end-point radiological pneumonia for use in epidemiological and vaccine studies. However, radiography requires expertise and is often inaccessible. We hypothesized that plasma biomarkers of inflammation and endothelial activation may be useful surrogates for end-point pneumonia, and may provide insight into its biological significance. Methods We studied children with WHO-defined clinical pneumonia (n = 155) within a prospective cohort of 1,005 consecutive febrile children presenting to Tanzanian outpatient clinics. Based on x-ray findings, participants were categorized as primary end-point pneumonia (n = 30), other infiltrates (n = 31), or normal chest x-ray (n = 94). Plasma levels of 7 host response biomarkers at presentation were measured by ELISA. Associations between biomarker levels and radiological findings were assessed by Kruskal-Wallis test and multivariable logistic regression. Biomarker ability to predict radiological findings was evaluated using receiver operating characteristic curve analysis and Classification and Regression Tree analysis. Results Compared to children with normal x-ray, children with end-point pneumonia had significantly higher C-reactive protein, procalcitonin and Chitinase 3-like-1, while those with other infiltrates had elevated procalcitonin and von Willebrand Factor and decreased soluble Tie-2 and endoglin. Clinical variables were not predictive of radiological findings. Classification and Regression Tree analysis generated multi-marker models with improved performance over single markers for discriminating between groups. A model based on C-reactive protein and Chitinase 3-like-1 discriminated between end-point pneumonia and non-end-point pneumonia with 93.3% sensitivity (95% confidence interval 76.5–98.8), 80.8% specificity (72.6–87.1), positive likelihood ratio 4.9 (3.4–7

  2. Using eye tracking technology to compare the effectiveness of malignant hyperthermia cognitive aid design.

    Science.gov (United States)

    King, Roderick; Hanhan, Jaber; Harrison, T Kyle; Kou, Alex; Howard, Steven K; Borg, Lindsay K; Shum, Cynthia; Udani, Ankeet D; Mariano, Edward R

    2018-05-15

    Malignant hyperthermia is a rare but potentially fatal complication of anesthesia, and several different cognitive aids designed to facilitate a timely and accurate response to this crisis currently exist. Eye tracking technology can measure voluntary and involuntary eye movements, gaze fixation within an area of interest, and speed of visual response and has been used to a limited extent in anesthesiology. With eye tracking technology, we compared the accessibility of five malignant hyperthermia cognitive aids by collecting gaze data from twelve volunteer participants. Recordings were reviewed and annotated to measure the time required for participants to locate objects on the cognitive aid to provide an answer; cumulative time to answer was the primary outcome. For the primary outcome, there were differences detected between cumulative time to answer survival curves (P typescript with minimal use of single color blocking.

  3. Low dose response analysis through a cytogenetic end-point

    International Nuclear Information System (INIS)

    Bojtor, I.; Koeteles, G.J.

    1998-01-01

    The effects of low doses were studied on human lymphocytes of various individuals. The frequency of micronuclei in cytokinesis-blocked cultured lymphocytes was taken as end-point. The probability distribution of radiation-induced increment was statistically proved and identified as to be asymmetric when the blood samples had been irradiated with doses of 0.01-0.05 Gy of X-rays, similarly to that in unirradiated control population. On the contrary, at or above 1 Gy the corresponding normal curve could be accepted only reflecting an approximately symmetrical scatter of the increments about their mean value. It was found that the slope as well as the closeness of correlation of the variables considerably changed when lower and lower dose ranges had been selected. Below approximately 0.2 Gy even an unrelatedness was found betwen the absorbed dose and the increment

  4. A Heritage Tourism and Tourist Flow Pattern: A Perspective on Traditional versus Modern Technologies in Tracking the Tourists

    Directory of Open Access Journals (Sweden)

    Mohamad Akmal Mohamad Toha

    2015-05-01

    Full Text Available Historic city offers tourists a mixture of cultural heritage and leisure activities in a unique set-ting. However, there are limited research addressing the movement and behavior of tourists in tourism destination that leads the understanding of urban function towards "heterogeneity" and "multi functionality". In order to maintain and ensuring long-term success as an attractive des-tination for tourists, tourist’s movement and behavior is most likely an important element to be fully understood by decision maker. Hence, the method of tracking tourist is one of the im-portant aspects in providing better picture, especially in the context of obtaining accurate data on the tourist’s movement. Hence, the studies were designed to determine the potential worth of the various tracking technologies for research on tourist movement in Melaka historic cities. The discussion in this paper focusing on 6 traditional and 5 modern methods of tracking tourists movement. Accuracy, availability, location of the study area, costs, privacy of travelling, dura-tion of tracking and suitability in tracking daily movement are used as variables to identify which tracking method is the best to track tourists in heritage site. Existing literature indicates that application of GPS in a smart phone emerges as the best option method for tracking tour-ists in Melaka heritage site. By comparing methods of tracking tourists, it may assist researcher to choose the best option of method to obtain accurate and precise data about tourist move-ment. Thus, the study offered a systematic review of several tracking technologies in which potentially able to push the boundaries of tourism studies, as well as improving policy making, planning and management in tourism area.

  5. End-to-side neurorraphy: a long-term study of neural regeneration in a rat model.

    Science.gov (United States)

    Tarasidis, G; Watanabe, O; Mackinnon, S E; Strasberg, S R; Haughey, B H; Hunter, D A

    1998-10-01

    This study evaluated long-term reinnervation of an end-to-side neurorraphy and the resultant functional recovery in a rat model. The divided distal posterior tibial nerve was repaired to the side of an intact peroneal nerve. Control groups included a cut-and-repair of the posterior tibial nerve and an end-to-end repair of the peroneal nerve to the posterior tibial nerve. Evaluations included walking-track analysis, nerve conduction studies, muscle mass measurements, retrograde nerve tracing, and histologic evaluation. Walking tracks indicated poor recovery of posterior tibial nerve function in the experimental group. No significant difference in nerve conduction velocities was seen between the experimental and control groups. Gastrocnemius muscle mass measurements revealed no functional recovery in the experimental group. Similarly, retrograde nerve tracing revealed minimal motor neuron staining in the experimental group. However, some sensory staining was seen within the dorsal root ganglia of the end-to-side group. Histologic study revealed minimal myelinated axonal regeneration in the experimental group as compared with findings in the other groups. These results suggest that predominantly sensory regeneration occurs in an end-to-side neurorraphy at an end point of 6 months.

  6. MODEL PREDICTIVE CONTROL FOR PHOTOVOLTAIC STATION MAXIMUM POWER POINT TRACKING SYSTEM

    Directory of Open Access Journals (Sweden)

    I. Elzein

    2015-01-01

    Full Text Available The purpose of this paper is to present an alternative maximum power point tracking, MPPT, algorithm for a photovoltaic module, PVM, to produce the maximum power, Pmax, using the optimal duty ratio, D, for different types of converters and load matching.We present a state-based approach to the design of the maximum power point tracker for a stand-alone photovoltaic power generation system. The system under consideration consists of a solar array with nonlinear time-varying characteristics, a step-up converter with appropriate filter.The proposed algorithm has the advantages of maximizing the efficiency of the power utilization, can be integrated to other MPPT algorithms without affecting the PVM performance, is excellent for Real-Time applications and is a robust analytical method, different from the traditional MPPT algorithms which are more based on trial and error, or comparisons between present and past states. The procedure to calculate the optimal duty ratio for a buck, boost and buck-boost converters, to transfer the maximum power from a PVM to a load, is presented in the paper. Additionally, the existence and uniqueness of optimal internal impedance, to transfer the maximum power from a photovoltaic module using load matching, is proved.

  7. Centralized adjudication of cardiovascular end points in cardiovascular and noncardiovascular pharmacologic trials: a report from the Cardiac Safety Research Consortium.

    Science.gov (United States)

    Seltzer, Jonathan H; Turner, J Rick; Geiger, Mary Jane; Rosano, Giuseppe; Mahaffey, Kenneth W; White, William B; Sabol, Mary Beth; Stockbridge, Norman; Sager, Philip T

    2015-02-01

    This white paper provides a summary of presentations and discussions at a cardiovascular (CV) end point adjudication think tank cosponsored by the Cardiac Safety Research Committee and the US Food and Drug Administration (FDA) that was convened at the FDA's White Oak headquarters on November 6, 2013. Attention was focused on the lack of clarity concerning the need for end point adjudication in both CV and non-CV trials: there is currently an absence of widely accepted academic or industry standards and a definitive regulatory policy on how best to structure and use clinical end point committees (CECs). This meeting therefore provided a forum for leaders in the fields of CV clinical trials and CV safety to develop a foundation of initial best practice recommendations for use in future CEC charters. Attendees included representatives from pharmaceutical companies, regulatory agencies, end point adjudication specialist groups, clinical research organizations, and active, academically based adjudicators. The manuscript presents recommendations from the think tank regarding when CV end point adjudication should be considered in trials conducted by cardiologists and by noncardiologists as well as detailing key issues in the composition of a CEC and its charter. In addition, it presents several recommended best practices for the establishment and operation of CECs. The science underlying CV event adjudication is evolving, and suggestions for additional areas of research will be needed to continue to advance this science. This manuscript does not constitute regulatory guidance. Copyright © 2014 Elsevier Inc. All rights reserved.

  8. Tracking and data system support for the Mariner Mars 1971 mission. Volume 3: Orbit insertion through end of primary mission

    Science.gov (United States)

    Barnum, P. W.; Renzetti, N. A.; Textor, G. P.; Kelly, L. B.

    1973-01-01

    The Tracking and Data System (TDS) Support for the Mariner Mars 1971 Mission final report contains the deep space tracking and data acquisition activities in support of orbital operations. During this period a major NASA objective was accomplished: completion of the 180th revolution and 90th day of data gathering with the spacecraft about the planet Mars. Included are presentations of the TDS flight support pass chronology data for each of the Deep Space Stations used, and performance evaluation for the Deep Space Network Telemetry, Tracking, Command, and Monitor Systems. With the loss of Mariner 8 at launch, Mariner 9 assumed the mission plan of Mariner 8, which included the TV mapping cycles and a 12-hr orbital period. The mission plan was modified as a result of a severe dust storm on the surface of Mars, which delayed the start of the TV mapping cycles. Thus, the end of primary mission date was extended to complete the TV mapping cycles.

  9. The Accuracy Assessment of Determining the Axis of Railway Track Basing on the Satellite Surveying

    Science.gov (United States)

    Koc, Władysław; Specht, Cezary; Chrostowski, Piotr; Palikowska, Katarzyna

    2012-09-01

    In 2009, at the Gdansk University of Technology there have been carried out, for the first time, continuous satellite surveying of railway track by the use of the relative phase method based on geodesic active network ASG-EUPOS and NAVGEO service. Still continuing research works focused on the GNSS multi-receivers platform evaluation for projecting and stock-taking. In order to assess the accuracy of the railway track axis position, the values of deviations of transverse position XTE (Cross Track Error) were evaluated. In order to eliminate the influence of random measurement errors and to obtain the coordinates representing the actual shape of the track, the XTE variable was analyzed by signal analysis methods (Chebyshev low-pass filtering and fast Fourier transform). At the end the paper presents the module of the computer software SATTRACK which currently has been developing at the Gdansk University of Technology. The program serves visualization, assessment and design process of railway track, adapted to the technique of continuous satellite surveying. The module called TRACK STRAIGHT is designed to assess the straight sections. A description of its operation as well as examples of its functions has been presented.

  10. SeaTrack: Ground station orbit prediction and planning software for sea-viewing satellites

    Science.gov (United States)

    Lambert, Kenneth S.; Gregg, Watson W.; Hoisington, Charles M.; Patt, Frederick S.

    1993-01-01

    An orbit prediction software package (Sea Track) was designed to assist High Resolution Picture Transmission (HRPT) stations in the acquisition of direct broadcast data from sea-viewing spacecraft. Such spacecraft will be common in the near future, with the launch of the Sea viewing Wide Field-of-view Sensor (SeaWiFS) in 1994, along with the continued Advanced Very High Resolution Radiometer (AVHRR) series on NOAA platforms. The Brouwer-Lyddane model was chosen for orbit prediction because it meets the needs of HRPT tracking accuracies, provided orbital elements can be obtained frequently (up to within 1 week). Sea Track requires elements from the U.S. Space Command (NORAD Two-Line Elements) for the satellite's initial position. Updated Two-Line Elements are routinely available from many electronic sources (some are listed in the Appendix). Sea Track is a menu-driven program that allows users to alter input and output formats. The propagation period is entered by a start date and end date with times in either Greenwich Mean Time (GMT) or local time. Antenna pointing information is provided in tabular form and includes azimuth/elevation pointing angles, sub-satellite longitude/latitude, acquisition of signal (AOS), loss of signal (LOS), pass orbit number, and other pertinent pointing information. One version of Sea Track (non-graphical) allows operation under DOS (for IBM-compatible personal computers) and UNIX (for Sun and Silicon Graphics workstations). A second, graphical, version displays orbit tracks, and azimuth-elevation for IBM-compatible PC's, but requires a VGA card and Microsoft FORTRAN.

  11. Realworld maximum power point tracking simulation of PV system based on Fuzzy Logic control

    Science.gov (United States)

    Othman, Ahmed M.; El-arini, Mahdi M. M.; Ghitas, Ahmed; Fathy, Ahmed

    2012-12-01

    In the recent years, the solar energy becomes one of the most important alternative sources of electric energy, so it is important to improve the efficiency and reliability of the photovoltaic (PV) systems. Maximum power point tracking (MPPT) plays an important role in photovoltaic power systems because it maximize the power output from a PV system for a given set of conditions, and therefore maximize their array efficiency. This paper presents a maximum power point tracker (MPPT) using Fuzzy Logic theory for a PV system. The work is focused on the well known Perturb and Observe (P&O) algorithm and is compared to a designed fuzzy logic controller (FLC). The simulation work dealing with MPPT controller; a DC/DC Ćuk converter feeding a load is achieved. The results showed that the proposed Fuzzy Logic MPPT in the PV system is valid.

  12. Technology data characterizing refrigeration in commercial buildings: Application to end-use forecasting with COMMEND 4.0

    Energy Technology Data Exchange (ETDEWEB)

    Sezgen, O.; Koomey, J.G.

    1995-12-01

    In the United States, energy consumption is increasing most rapidly in the commercial sector. Consequently, the commercial sector is becoming an increasingly important target for state and federal energy policies and also for utility-sponsored demand side management (DSM) programs. The rapid growth in commercial-sector energy consumption also makes it important for analysts working on energy policy and DSM issues to have access to energy end-use forecasting models that include more detailed representations of energy-using technologies in the commercial sector. These new forecasting models disaggregate energy consumption not only by fuel type, end use, and building type, but also by specific technology. The disaggregation of the refrigeration end use in terms of specific technologies, however, is complicated by several factors. First, the number of configurations of refrigeration cases and systems is quite large. Also, energy use is a complex function of the refrigeration-case properties and the refrigeration-system properties. The Electric Power Research Institute`s (EPRI`s) Commercial End-Use Planning System (COMMEND 4.0) and the associated data development presented in this report attempt to address the above complications and create a consistent forecasting framework. Expanding end-use forecasting models so that they address individual technology options requires characterization of the present floorstock in terms of service requirements, energy technologies used, and cost-efficiency attributes of the energy technologies that consumers may choose for new buildings and retrofits. This report describes the process by which we collected refrigeration technology data. The data were generated for COMMEND 4.0 but are also generally applicable to other end-use forecasting frameworks for the commercial sector.

  13. Development of a global computable general equilibrium model coupled with detailed energy end-use technology

    International Nuclear Information System (INIS)

    Fujimori, Shinichiro; Masui, Toshihiko; Matsuoka, Yuzuru

    2014-01-01

    Highlights: • Detailed energy end-use technology information is considered within a CGE model. • Aggregated macro results of the detailed model are similar to traditional model. • The detailed model shows unique characteristics in the household sector. - Abstract: A global computable general equilibrium (CGE) model integrating detailed energy end-use technologies is developed in this paper. The paper (1) presents how energy end-use technologies are treated within the model and (2) analyzes the characteristics of the model’s behavior. Energy service demand and end-use technologies are explicitly considered, and the share of technologies is determined by a discrete probabilistic function, namely a Logit function, to meet the energy service demand. Coupling with detailed technology information enables the CGE model to have more realistic representation in the energy consumption. The proposed model in this paper is compared with the aggregated traditional model under the same assumptions in scenarios with and without mitigation roughly consistent with the two degree climate mitigation target. Although the results of aggregated energy supply and greenhouse gas emissions are similar, there are three main differences between the aggregated and the detailed technologies models. First, GDP losses in mitigation scenarios are lower in the detailed technology model (2.8% in 2050) as compared with the aggregated model (3.2%). Second, price elasticity and autonomous energy efficiency improvement are heterogeneous across regions and sectors in the detailed technology model, whereas the traditional aggregated model generally utilizes a single value for each of these variables. Third, the magnitude of emissions reduction and factors (energy intensity and carbon factor reduction) related to climate mitigation also varies among sectors in the detailed technology model. The household sector in the detailed technology model has a relatively higher reduction for both energy

  14. The effect of adherence to statin therapy on cardiovascular mortality: quantification of unmeasured bias using falsification end-points

    Directory of Open Access Journals (Sweden)

    Maarten J. Bijlsma

    2016-04-01

    Full Text Available Abstract Background To determine the clinical effectiveness of statins on cardiovascular mortality in practice, observational studies are needed. Control for confounding is essential in any observational study. Falsification end-points may be useful to determine if bias is present after adjustment has taken place. Methods We followed starters on statin therapy in the Netherlands aged 46 to 100 years over the period 1996 to 2012, from initiation of statin therapy until cardiovascular mortality or censoring. Within this group (n = 49,688, up to 16 years of follow-up, we estimated the effect of adherence to statin therapy (0 = completely non-adherent, 1 = fully adherent on ischemic heart diseases and cerebrovascular disease (ICD10-codes I20-I25 and I60-I69 as well as respiratory and endocrine disease mortality (ICD10-codes J00-J99 and E00-E90 as falsification end points, controlling for demographic factors, socio-economic factors, birth cohort, adherence to other cardiovascular medications, and diabetes using time-varying Cox regression models. Results Falsification end-points indicated that a simpler model was less biased than a model with more controls. Adherence to statins appeared to be protective against cardiovascular mortality (HR: 0.70, 95 % CI 0.61 to 0.81. Conclusions Falsification end-points helped detect overadjustment bias or bias due to competing risks, and thereby proved to be a useful technique in such a complex setting.

  15. Electrification Futures Study: End-Use Electric Technology Cost and Performance Projections through 2050

    Energy Technology Data Exchange (ETDEWEB)

    Vimmerstedt, Laura J. [National Renewable Energy Lab. (NREL), Golden, CO (United States); Jadun, Paige [National Renewable Energy Lab. (NREL), Golden, CO (United States); McMillan, Colin A. [National Renewable Energy Lab. (NREL), Golden, CO (United States); Steinberg, Daniel C. [National Renewable Energy Lab. (NREL), Golden, CO (United States); Muratori, Matteo [National Renewable Energy Lab. (NREL), Golden, CO (United States); Mai, Trieu T. [National Renewable Energy Lab. (NREL), Golden, CO (United States)

    2018-01-02

    This report provides projected cost and performance assumptions for electric technologies considered in the Electrification Futures Study, a detailed and comprehensive analysis of the effects of widespread electrification of end-use service demands in all major economic sectors - transportation, residential and commercial buildings, and industry - for the contiguous United States through 2050. Using extensive literature searches and expert assessment, the authors identify slow, moderate, and rapid technology advancement sensitivities on technology cost and performance, and they offer a comparative analysis of levelized cost metrics as a reference indicator of total costs. The identification and characterization of these end-use service demand technologies is fundamental to the Electrification Futures Study. This report, the larger Electrification Futures Study, and the associated data and methodologies may be useful to planners and analysts in evaluating the potential role of electrification in an uncertain future. The report could be broadly applicable for other analysts and researchers who wish to assess electrification and electric technologies.

  16. Tracking Honey Bees Using LIDAR (Light Detection and Ranging) Technology

    Energy Technology Data Exchange (ETDEWEB)

    BENDER, SUSAN FAE ANN; RODACY, PHILIP J.; SCHMITT, RANDAL L.; HARGIS JR., PHILIP J.; JOHNSON, MARK S.; KLARKOWSKI, JAMES R.; MAGEE, GLEN I.; BENDER, GARY LEE

    2003-01-01

    The Defense Advanced Research Projects Agency (DARPA) has recognized that biological and chemical toxins are a real and growing threat to troops, civilians, and the ecosystem. The Explosives Components Facility at Sandia National Laboratories (SNL) has been working with the University of Montana, the Southwest Research Institute, and other agencies to evaluate the feasibility of directing honeybees to specific targets, and for environmental sampling of biological and chemical ''agents of harm''. Recent work has focused on finding and locating buried landmines and unexploded ordnance (UXO). Tests have demonstrated that honeybees can be trained to efficiently and accurately locate explosive signatures in the environment. However, it is difficult to visually track the bees and determine precisely where the targets are located. Video equipment is not practical due to its limited resolution and range. In addition, it is often unsafe to install such equipment in a field. A technology is needed to provide investigators with the standoff capability to track bees and accurately map the location of the suspected targets. This report documents Light Detection and Ranging (LIDAR) tests that were performed by SNL. These tests have shown that a LIDAR system can be used to track honeybees. The LIDAR system can provide both the range and coordinates of the target so that the location of buried munitions can be accurately mapped for subsequent removal.

  17. Estimated GFR Decline as a Surrogate End Point for Kidney Failure : A Post Hoc Analysis From the Reduction of End Points in Non-Insulin-Dependent Diabetes With the Angiotensin II Antagonist Losartan (RENAAL) Study and Irbesartan Diabetic Nephropathy Trial (IDNT)

    NARCIS (Netherlands)

    Lambers Heerspink, Hiddo; Weldegiorgis, Misghina; Inker, Lesley A.; Gansevoort, Ron; Parving, Hans-Henrik; Dwyer, Jamie P.; Mondal, Hasi; Coresh, Josef; Greene, Tom; Levey, Andrew S.; de Zeeuw, Dick

    Background: A doubling of serum creatinine value, corresponding to a 57% decline in estimated glomerular filtration rate (eGFR), is used frequently as a component of a composite kidney end point in clinical trials in type 2 diabetes. The aim of this study was to determine whether alternative end

  18. Satellite tracking of radioactive shipments - High technology solution to tough institutional problems

    International Nuclear Information System (INIS)

    Harmon, L.H.; Grimm, P.D.

    1987-01-01

    Three troublesome institutional issues face every large-quantity radioactive materials shipment. They are routing, pre-notification, and emergency response. The Transportation Communications System (TRANSCOM), under development by DOE, is based on a rapidly developing technology to determine geographical location using geo-positioning satellite systems. This technology will be used to track unclassified radioactive materials shipments in real-time. It puts those charged with monitoring transportation status on top of very shipment. Besides its practical benefits in the areas of logistics planning and execution, it demonstrates emergency preparedness has indeed been considered and close monitoring is possible. This paper describes TRANSCOM in its technical detail and DOE plans and policy for its implementation. The state of satellite positioning technology and its business future is also discussed

  19. The DATCON system of the Belle II experiment. Tracking and data reduction

    Energy Technology Data Exchange (ETDEWEB)

    Wessel, Christian; Dingfelder, Jochen; Marinas, Carlos; Deschamps, Bruno [Universitaet Bonn (Germany). Physikalisches Institut

    2016-07-01

    The SuperKEKB e{sup +}e{sup -} accelerator at KEK in Japan will have a luminosity which is a factor of 40 higher than the luminosity of its predecessor KEKB. The Belle II detector at SuperKEKB will contain a two-layer pixel detector at radii of 1.421 and 2.179 cm from the interaction point, based on the DEPFET (DEpleted P-channel Field Effect Transistor) technology. It is surrounded by four layers of strip detectors. Due to the high collision rate, the data rate of the pixel detector needs to by drastically reduced by an online data reduction system. The DATCON (Data Acquisition Tracking and Concentrator Online Node) system performs track reconstruction in the SVD (Strip Vertex Detector) and extrapolates to the PXD (PiXel Detector) to calculate ROI and to keep only hits in the ROI. The track reconstruction algorithm is based on a Hough transform, which reduces track finding to finding intersection points in the Hough parameter space. In this talk the employed algorithm for fast online track reconstruction on FPGA, ROI finding and the performance of the data reduction are presented.

  20. Tracking the Mind's Eye: A New Technology for Researching Twenty-First-Century Writing and Reading Processes

    Science.gov (United States)

    Anson, Chris M.; Schwegler, Robert A.

    2012-01-01

    This article describes the nature of eye-tracking technology and its use in the study of discourse processes, particularly reading. It then suggests several areas of research in composition studies, especially at the intersection of writing, reading, and digital media, that can benefit from the use of this technology. (Contains 2 figures.)

  1. New drugs and patient-centred end-points in old age: setting the wheels in motion.

    Science.gov (United States)

    Mangoni, Arduino A; Pilotto, Alberto

    2016-01-01

    Older patients with various degrees of frailty and disability, a key population target of pharmacological interventions in acute and chronic disease states, are virtually neglected in pre-marketing studies assessing the efficacy and safety of investigational drugs. Moreover, aggressively pursuing established therapeutic targets in old age, e.g. blood pressure, serum glucose or cholesterol concentrations, is not necessarily associated with the beneficial effects, and the acceptable safety, reported in younger patient cohorts. Measures of self-reported health and functional status might represent additional, more meaningful, therapeutic end-points in the older population, particularly in patients with significant frailty and relatively short life expectancy, e.g. in the presence of cancer and/or neurodegenerative disease conditions. Strategies enhancing early knowledge about key pharmacological characteristics of investigational drugs targeting older adults are discussed, together with the rationale for incorporating non-traditional, patient-centred, end-points in this ever-increasing group.

  2. Resource tracking within and across continents in long-distance bird migrants

    KAUST Repository

    Thorup, Kasper

    2017-01-05

    Migratory birds track seasonal resources across and between continents. We propose a general strategy of tracking the broad seasonal abundance of resources throughout the annual cycle in the longest-distance migrating land birds as an alternative to tracking a certain climatic niche or shorter-term resource surplus occurring, for example, during spring foliation. Whether and how this is possible for complex annual spatiotemporal schedules is not known. New tracking technology enables unprecedented spatial and temporal mapping of long-distance movement of birds. We show that three Palearctic-African species track vegetation greenness throughout their annual cycle, adjusting the timing and direction of migratory movements with seasonal changes in resource availability over Europe and Africa. Common cuckoos maximize the vegetation greenness, whereas red-backed shrikes and thrush nightingales track seasonal surplus in greenness. Our results demonstrate that the longest-distance migrants move between consecutive staging areas even within the wintering region in Africa to match seasonal variation in regional climate. End-of-century climate projections indicate that optimizing greenness would be possible but that vegetation surplus might be more difficult to track in the future.

  3. Resource tracking within and across continents in long-distance bird migrants.

    Science.gov (United States)

    Thorup, Kasper; Tøttrup, Anders P; Willemoes, Mikkel; Klaassen, Raymond H G; Strandberg, Roine; Vega, Marta Lomas; Dasari, Hari P; Araújo, Miguel B; Wikelski, Martin; Rahbek, Carsten

    2017-01-01

    Migratory birds track seasonal resources across and between continents. We propose a general strategy of tracking the broad seasonal abundance of resources throughout the annual cycle in the longest-distance migrating land birds as an alternative to tracking a certain climatic niche or shorter-term resource surplus occurring, for example, during spring foliation. Whether and how this is possible for complex annual spatiotemporal schedules is not known. New tracking technology enables unprecedented spatial and temporal mapping of long-distance movement of birds. We show that three Palearctic-African species track vegetation greenness throughout their annual cycle, adjusting the timing and direction of migratory movements with seasonal changes in resource availability over Europe and Africa. Common cuckoos maximize the vegetation greenness, whereas red-backed shrikes and thrush nightingales track seasonal surplus in greenness. Our results demonstrate that the longest-distance migrants move between consecutive staging areas even within the wintering region in Africa to match seasonal variation in regional climate. End-of-century climate projections indicate that optimizing greenness would be possible but that vegetation surplus might be more difficult to track in the future.

  4. Timber tracking

    DEFF Research Database (Denmark)

    Düdder, Boris; Ross, Omry

    2017-01-01

    Managing and verifying forest products in a value chain is often reliant on easily manipulated document or digital tracking methods - Chain of Custody Systems. We aim to create a new means of tracking timber by developing a tamper proof digital system based on Blockchain technology. Blockchain...

  5. Inner Detector Track Reconstruction and Alignment at the ATLAS Experiment

    CERN Document Server

    Danninger, Matthias; The ATLAS collaboration

    2017-01-01

    The Inner Detector of the ATLAS experiment at the LHC is responsible for reconstructing the trajectories of charged particles (‘tracks’) with high efficiency and accuracy. It consists of three subdetectors, each using a different technology to provide measurements points. An overview of the use of each of these subdetectors in track reconstruction, as well as the algorithmic approaches taken to the specific tasks of pattern recognition and track fitting, is given. The performance of the Inner Detector tracking will be summarised. Of crucial importance for optimal tracking performance is precise knowledge of the relative positions of the detector elements. ATLAS uses a sophisticated, highly granular software alignment procedure to determine and correct for the positions of the sensors, including time-dependent effects appearing within single data runs. This alignment procedure will be discussed in detail, and its effect on Inner Detector tracking for LHC Run 2 proton-proton collision data highlighted.

  6. Realworld maximum power point tracking simulation of PV system based on Fuzzy Logic control

    Directory of Open Access Journals (Sweden)

    Ahmed M. Othman

    2012-12-01

    Full Text Available In the recent years, the solar energy becomes one of the most important alternative sources of electric energy, so it is important to improve the efficiency and reliability of the photovoltaic (PV systems. Maximum power point tracking (MPPT plays an important role in photovoltaic power systems because it maximize the power output from a PV system for a given set of conditions, and therefore maximize their array efficiency. This paper presents a maximum power point tracker (MPPT using Fuzzy Logic theory for a PV system. The work is focused on the well known Perturb and Observe (P&O algorithm and is compared to a designed fuzzy logic controller (FLC. The simulation work dealing with MPPT controller; a DC/DC Ćuk converter feeding a load is achieved. The results showed that the proposed Fuzzy Logic MPPT in the PV system is valid.

  7. A Multi-Point Method Considering the Maximum Power Point Tracking Dynamic Process for Aerodynamic Optimization of Variable-Speed Wind Turbine Blades

    Directory of Open Access Journals (Sweden)

    Zhiqiang Yang

    2016-05-01

    Full Text Available Due to the dynamic process of maximum power point tracking (MPPT caused by turbulence and large rotor inertia, variable-speed wind turbines (VSWTs cannot maintain the optimal tip speed ratio (TSR from cut-in wind speed up to the rated speed. Therefore, in order to increase the total captured wind energy, the existing aerodynamic design for VSWT blades, which only focuses on performance improvement at a single TSR, needs to be improved to a multi-point design. In this paper, based on a closed-loop system of VSWTs, including turbulent wind, rotor, drive train and MPPT controller, the distribution of operational TSR and its description based on inflow wind energy are investigated. Moreover, a multi-point method considering the MPPT dynamic process for the aerodynamic optimization of VSWT blades is proposed. In the proposed method, the distribution of operational TSR is obtained through a dynamic simulation of the closed-loop system under a specific turbulent wind, and accordingly the multiple design TSRs and the corresponding weighting coefficients in the objective function are determined. Finally, using the blade of a National Renewable Energy Laboratory (NREL 1.5 MW wind turbine as the baseline, the proposed method is compared with the conventional single-point optimization method using the commercial software Bladed. Simulation results verify the effectiveness of the proposed method.

  8. The end point of the first-order phase transition of the SU(2) gauge-Higgs model on a four-dimensional isotropic lattice

    International Nuclear Information System (INIS)

    Aoki, Y.; Csikor, F.; Fodor, Z.; Ukawa, A.

    1999-01-01

    We report results of a study of the end point of the electroweak phase transition of the SU(2) gauge-Higgs model defined on a four-dimensional isotropic lattice with N t = 2. Finite-size scaling study of Lee-Yang zeros yields λ c = 0.00116(16) for the end point. Combined with a zero-temperature measurement of Higgs and W boson masses, this leads to M H,c = 68.2 ± 6.6 GeV for the critical Higgs boson mass. An independent analysis of Binder cumulant gives a consistent value λ c = 0.00102(3) for the end point

  9. Front end optimization for the monolithic active pixel sensor of the ALICE Inner Tracking System upgrade

    International Nuclear Information System (INIS)

    Kim, D.; Rinella, G. Aglieri; Cavicchioli, C.; Hillemanns, H.; Hristozkov, S.; Junique, A.; Keil, M.; Kofarago, M.; Kugathasan, T.; Mager, M.; Chanlek, N.; Collu, A.; Degerli, Y.; Flouzat, C.; Guilloux, F.; Dorokhov, A.; Gajanana, D.; Gao, C.; Kwon, Y.; Lattuca, A.

    2016-01-01

    ALICE plans to replace its Inner Tracking System during the second long shut down of the LHC in 2019 with a new 10 m 2 tracker constructed entirely with monolithic active pixel sensors. The TowerJazz 180 nm CMOS imaging Sensor process has been selected to produce the sensor as it offers a deep pwell allowing full CMOS in-pixel circuitry and different starting materials. First full-scale prototypes have been fabricated and tested. Radiation tolerance has also been verified. In this paper the development of the charge sensitive front end and in particular its optimization for uniformity of charge threshold and time response will be presented

  10. Front end optimization for the monolithic active pixel sensor of the ALICE Inner Tracking System upgrade

    Science.gov (United States)

    Kim, D.; Aglieri Rinella, G.; Cavicchioli, C.; Chanlek, N.; Collu, A.; Degerli, Y.; Dorokhov, A.; Flouzat, C.; Gajanana, D.; Gao, C.; Guilloux, F.; Hillemanns, H.; Hristozkov, S.; Junique, A.; Keil, M.; Kofarago, M.; Kugathasan, T.; Kwon, Y.; Lattuca, A.; Mager, M.; Sielewicz, K. M.; Marin Tobon, C. A.; Marras, D.; Martinengo, P.; Mazza, G.; Mugnier, H.; Musa, L.; Pham, T. H.; Puggioni, C.; Reidt, F.; Riedler, P.; Rousset, J.; Siddhanta, S.; Snoeys, W.; Song, M.; Usai, G.; Van Hoorne, J. W.; Yang, P.

    2016-02-01

    ALICE plans to replace its Inner Tracking System during the second long shut down of the LHC in 2019 with a new 10 m2 tracker constructed entirely with monolithic active pixel sensors. The TowerJazz 180 nm CMOS imaging Sensor process has been selected to produce the sensor as it offers a deep pwell allowing full CMOS in-pixel circuitry and different starting materials. First full-scale prototypes have been fabricated and tested. Radiation tolerance has also been verified. In this paper the development of the charge sensitive front end and in particular its optimization for uniformity of charge threshold and time response will be presented.

  11. Photovoltaic System Modeling with Fuzzy Logic Based Maximum Power Point Tracking Algorithm

    Directory of Open Access Journals (Sweden)

    Hasan Mahamudul

    2013-01-01

    Full Text Available This paper represents a novel modeling technique of PV module with a fuzzy logic based MPPT algorithm and boost converter in Simulink environment. The prime contributions of this work are simplification of PV modeling technique and implementation of fuzzy based MPPT system to track maximum power efficiently. The main highlighted points of this paper are to demonstrate the precise control of the duty cycle with respect to various atmospheric conditions, illustration of PV characteristic curves, and operation analysis of the converter. The proposed system has been applied for three different PV modules SOLKAR 36 W, BP MSX 60 W, and KC85T 87 W. Finally the resultant data has been compared with the theoretical prediction and company specified value to ensure the validity of the system.

  12. Overview of Maximum Power Point Tracking Techniques for Photovoltaic Energy Production Systems

    DEFF Research Database (Denmark)

    Koutroulis, Eftichios; Blaabjerg, Frede

    2017-01-01

    production of PV sources, despite the stochastically varying solar irradiation and ambient temperature conditions. Thereby, the overall efficiency of the PV energy production system is increased. Numerous techniques have been presented during the last decades for implementing the MPPT process in a PV system......A substantial growth of the installed photovoltaic (PV) systems capacity has occurred around the world during the last decade, thus enhancing the availability of electric energy in an environmentally friendly way. The maximum power point tracking (MPPT) technique enables to maximize the energy....... This chapter provides an overview of the operating principles of these techniques, which are suited for either uniform or nonuniform solar irradiation conditions. The operational characteristics and implementation requirements of these MPPT methods are also analyzed in order to demonstrate their performance...

  13. Guidelines for the definition of time-to-event end points in renal cell cancer clinical trials: results of the DATECAN project†.

    Science.gov (United States)

    Kramar, A; Negrier, S; Sylvester, R; Joniau, S; Mulders, P; Powles, T; Bex, A; Bonnetain, F; Bossi, A; Bracarda, S; Bukowski, R; Catto, J; Choueiri, T K; Crabb, S; Eisen, T; El Demery, M; Fitzpatrick, J; Flamand, V; Goebell, P J; Gravis, G; Houédé, N; Jacqmin, D; Kaplan, R; Malavaud, B; Massard, C; Melichar, B; Mourey, L; Nathan, P; Pasquier, D; Porta, C; Pouessel, D; Quinn, D; Ravaud, A; Rolland, F; Schmidinger, M; Tombal, B; Tosi, D; Vauleon, E; Volpe, A; Wolter, P; Escudier, B; Filleron, T

    2015-12-01

    In clinical trials, the use of intermediate time-to-event end points (TEEs) is increasingly common, yet their choice and definitions are not standardized. This limits the usefulness for comparing treatment effects between studies. The aim of the DATECAN Kidney project is to clarify and recommend definitions of TEE in renal cell cancer (RCC) through a formal consensus method for end point definitions. A formal modified Delphi method was used for establishing consensus. From a 2006-2009 literature review, the Steering Committee (SC) selected 9 TEE and 15 events in the nonmetastatic (NM) and metastatic/advanced (MA) RCC disease settings. Events were scored on the range of 1 (totally disagree to include) to 9 (totally agree to include) in the definition of each end point. Rating Committee (RC) experts were contacted for the scoring rounds. From these results, final recommendations were established for selecting pertinent end points and the associated events. Thirty-four experts scored 121 events for 9 end points. Consensus was reached for 31%, 43% and 85% events during the first, second and third rounds, respectively. The expert recommend the use of three and two endpoints in NM and MA setting, respectively. In the NM setting: disease-free survival (contralateral RCC, appearance of metastases, local or regional recurrence, death from RCC or protocol treatment), metastasis-free survival (appearance of metastases, regional recurrence, death from RCC); and local-regional-free survival (local or regional recurrence, death from RCC). In the MA setting: kidney cancer-specific survival (death from RCC or protocol treatment) and progression-free survival (death from RCC, local, regional, or metastatic progression). The consensus method revealed that intermediate end points have not been well defined, because all of the selected end points had at least one event definition for which no consensus was obtained. These clarified definitions of TEE should become standard practice in

  14. Why we are tracking

    DEFF Research Database (Denmark)

    Tække, Jesper

    2015-01-01

    In this short essay, concerning why we are tracking, I will try to frame tracking as an evolutionary developed skill that humans need to survive. From an evolutionary point zero life must reflect upon itself in regard to its surrounding world as a kind of societal self-synchronization in this reg......In this short essay, concerning why we are tracking, I will try to frame tracking as an evolutionary developed skill that humans need to survive. From an evolutionary point zero life must reflect upon itself in regard to its surrounding world as a kind of societal self......-synchronization in this regard (Spencer 1890, Luhmann 2000, Tække 2014, 2011). I was inspired by Jill Walker Rettberg’s book: “Seeing Ourselves through Technology” and her presentation at the seminar: “Tracking Culture” arranged by Anders Albrechtslund in Aarhus January 2015....

  15. Solar Panel System for Street Light Using Maximum Power Point Tracking (MPPT Technique

    Directory of Open Access Journals (Sweden)

    Wiedjaja A.

    2014-03-01

    Full Text Available Solar energy is one form of the renewable energy which is very abundant in regions close to the equator. One application of solar energy is for street light. This research focuses on using the maximum power point tracking technique (MPPT, particularly the perturb and observe (P&O algorithm, to charge battery for street light system. The proposed charger circuit can achieve 20.73% higher power efficiency compared to that of non-MPPT charger. We also develop the LED driver circuit for the system which can achieve power efficiency up to 91.9% at a current of 1.06 A. The proposed street lightning system can be implemented with a relatively low cost for public areas.

  16. Scalable Track Detection in SAR CCD Images

    Energy Technology Data Exchange (ETDEWEB)

    Chow, James G [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Quach, Tu-Thach [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2017-03-01

    Existing methods to detect vehicle tracks in coherent change detection images, a product of combining two synthetic aperture radar images ta ken at different times of the same scene, rely on simple, fast models to label track pixels. These models, however, are often too simple to capture natural track features such as continuity and parallelism. We present a simple convolutional network architecture consisting of a series of 3-by-3 convolutions to detect tracks. The network is trained end-to-end to learn natural track features entirely from data. The network is computationally efficient and improves the F-score on a standard dataset to 0.988, up fr om 0.907 obtained by the current state-of-the-art method.

  17. TRACK The New Beam Dynamics Code

    CERN Document Server

    Mustapha, Brahim; Ostroumov, Peter; Schnirman-Lessner, Eliane

    2005-01-01

    The new ray-tracing code TRACK was developed* to fulfill the special requirements of the RIA accelerator systems. The RIA lattice includes an ECR ion source, a LEBT containing a MHB and a RFQ followed by three SC linac sections separated by two stripping stations with appropriate magnetic transport systems. No available beam dynamics code meet all the necessary requirements for an end-to-end simulation of the RIA driver linac. The latest version of TRACK was used for end-to-end simulations of the RIA driver including errors and beam loss analysis.** In addition to the standard capabilities, the code includes the following new features: i) multiple charge states ii) realistic stripper model; ii) static and dynamic errors iii) automatic steering to correct for misalignments iv) detailed beam-loss analysis; v) parallel computing to perform large scale simulations. Although primarily developed for simulations of the RIA machine, TRACK is a general beam dynamics code. Currently it is being used for the design and ...

  18. Development of system technology for radiation cancer therapy with the dexterous auto lesions tracking

    International Nuclear Information System (INIS)

    Kim, Seungho; Jeong, Kyungmin; Jung, Seungho; Lee, Namho

    2013-01-01

    The project objectives are to establish the fundamental core technologies for precise auto lesions tracking radiation cancer therapy and developing related system technology as well. Radiation cancer therapy apparatus should be domestically produced to reduce medical expenses, hence advanced technologies are suggested and developed to make cost down medical expenses and save expenditure for importing 10 million dollars/set from overseas. To achieve these targets, we have carried out reviewing of domestic and foreign technology trend. Based on review of state-of-the-art technology, radiation sensory system is studied. 3m high precise image processing technique and intelligent therapy planning software are developed. Also precedent study on the redundant robot for dexterous motion control system has been performed for developing of radiation cancel therapy robot system

  19. When self-tracking enters physical rehabilitation

    DEFF Research Database (Denmark)

    Schwennesen, Nete

    2017-01-01

    In this paper, I explore what happens when self-tracking technologies and devices travel into the context of physical rehabilitation and come to constitute what Lupton has called ‘pushed’ self-tracking. By unpacking the processes through which a self-tracking technology is put to use in physical...... rehabilitation in Denmark, and the kind of relationships patients and healthcare providers establish with and through this technology, I illustrate how a new geography of responsibility is constituted, where responsibility for professional guidance is delegated to the technology and patients are expected...

  20. High performance monolithic power management system with dynamic maximum power point tracking for microbial fuel cells.

    Science.gov (United States)

    Erbay, Celal; Carreon-Bautista, Salvador; Sanchez-Sinencio, Edgar; Han, Arum

    2014-12-02

    Microbial fuel cell (MFC) that can directly generate electricity from organic waste or biomass is a promising renewable and clean technology. However, low power and low voltage output of MFCs typically do not allow directly operating most electrical applications, whether it is supplementing electricity to wastewater treatment plants or for powering autonomous wireless sensor networks. Power management systems (PMSs) can overcome this limitation by boosting the MFC output voltage and managing the power for maximum efficiency. We present a monolithic low-power-consuming PMS integrated circuit (IC) chip capable of dynamic maximum power point tracking (MPPT) to maximize the extracted power from MFCs, regardless of the power and voltage fluctuations from MFCs over time. The proposed PMS continuously detects the maximum power point (MPP) of the MFC and matches the load impedance of the PMS for maximum efficiency. The system also operates autonomously by directly drawing power from the MFC itself without any external power. The overall system efficiency, defined as the ratio between input energy from the MFC and output energy stored into the supercapacitor of the PMS, was 30%. As a demonstration, the PMS connected to a 240 mL two-chamber MFC (generating 0.4 V and 512 μW at MPP) successfully powered a wireless temperature sensor that requires a voltage of 2.5 V and consumes power of 85 mW each time it transmit the sensor data, and successfully transmitted a sensor reading every 7.5 min. The PMS also efficiently managed the power output of a lower-power producing MFC, demonstrating that the PMS works efficiently at various MFC power output level.

  1. Glue detection based on teaching points constraint and tracking model of pixel convolution

    Science.gov (United States)

    Geng, Lei; Ma, Xiao; Xiao, Zhitao; Wang, Wen

    2018-01-01

    On-line glue detection based on machine version is significant for rust protection and strengthening in car production. Shadow stripes caused by reflect light and unevenness of inside front cover of car reduce the accuracy of glue detection. In this paper, we propose an effective algorithm to distinguish the edges of the glue and shadow stripes. Teaching points are utilized to calculate slope between the two adjacent points. Then a tracking model based on pixel convolution along motion direction is designed to segment several local rectangular regions using distance. The distance is the height of rectangular region. The pixel convolution along the motion direction is proposed to extract edges of gules in local rectangular region. A dataset with different illumination and complexity shape stripes are used to evaluate proposed method, which include 500 thousand images captured from the camera of glue gun machine. Experimental results demonstrate that the proposed method can detect the edges of glue accurately. The shadow stripes are distinguished and removed effectively. Our method achieves the 99.9% accuracies for the image dataset.

  2. Tracks, intersections and dead ends

    DEFF Research Database (Denmark)

    Siim, Birte; Skjeie, Hege

    2008-01-01

    The article discusses multicultural challenges to state feminism in Denmark and Norway focusing both on similarities and differences in the two countries policy responses.  In spite of important differences, we point towards similar problems and dilemmas in the public responses to multiculturalism...

  3. Eye tracking in user experience design

    CERN Document Server

    Romano Bergstorm, Jennifer

    2014-01-01

    Eye Tracking for User Experience Design explores the many applications of eye tracking to better understand how users view and interact with technology. Ten leading experts in eye tracking discuss how they have taken advantage of this new technology to understand, design, and evaluate user experience. Real-world stories are included from these experts who have used eye tracking during the design and development of products ranging from information websites to immersive games. They also explore recent advances in the technology which tracks how users interact with mobile devices, large-screen displays and video game consoles. Methods for combining eye tracking with other research techniques for a more holistic understanding of the user experience are discussed. This is an invaluable resource to those who want to learn how eye tracking can be used to better understand and design for their users. * Includes highly relevant examples and information for those who perform user research and design interactive experi...

  4. End-Point Contact Force Control with Quantitative Feedback Theory for Mobile Robots

    Directory of Open Access Journals (Sweden)

    Shuhuan Wen

    2012-12-01

    Full Text Available Robot force control is an important issue for intelligent mobile robotics. The end-point stiffness of a robot is a key and open problem in the research community. The control strategies are mostly dependent on both the specifications of the task and the environment of the robot. Due to the limited stiffness of the end-effector, we may adopt inherent torque to feedback the oscillations of the controlled force. This paper proposes an effective control strategy which contains a controller using quantitative feedback theory. The nested loop controllers take into account the physical limitation of the system's inner variables and harmful interference. The biggest advantage of the method is its simplicity in both the design process and the implementation of the control algorithm in engineering practice. Taking the one-link manipulator as an example, numerical experiments are carried out to verify the proposed control method. The results show the satisfactory performance.

  5. MotorSense: Using Motion Tracking Technology to Support the Identification and Treatment of Gross-Motor Dysfunction.

    Science.gov (United States)

    Arnedillo-Sánchez, Inmaculada; Boyle, Bryan; Bossavit, Benoît

    2017-01-01

    MotorSense is a motion detection and tracking technology that can be implemented across a range of environments to assist in detecting delays in gross-motor skills development. The system utilises the motion tracking functionality of Microsoft's Kinect™. It features games that require children to perform graded gross-motor tasks matched with their chronological and developmental ages. This paper describes the rationale for MotorSense, provides an overview of the functionality of the system and illustrates sample activities.

  6. Nambu-Goto string with the Gauss-Bonnet term and point-like masses at the ends

    Science.gov (United States)

    Hadasz, Leszek; Róg, Tomasz

    1996-02-01

    We investigate classical dynamics of the Nambu-Goto string with Gauss-Bonnet term in the action and point-like masses at the ends in the context of effective QCD string. The configuration of rigidly rotating string is studied and its application to phenomenological description of meson spectroscopy is discussed.

  7. Tracking Activities in Complex Settings Using Smart Environment Technologies.

    Science.gov (United States)

    Singla, Geetika; Cook, Diane J; Schmitter-Edgecombe, Maureen

    2009-01-01

    The pervasive sensing technologies found in smart homes offer unprecedented opportunities for providing health monitoring and assistance to individuals experiencing difficulties living independently at home. A primary challenge that needs to be tackled to meet this need is the ability to recognize and track functional activities that people perform in their own homes and everyday settings. In this paper we look at approaches to perform real-time recognition of Activities of Daily Living. We enhance other related research efforts to develop approaches that are effective when activities are interrupted and interleaved. To evaluate the accuracy of our recognition algorithms we assess them using real data collected from participants performing activities in our on-campus smart apartment testbed.

  8. Front-end electronics and readout system for the ILD TPC

    CERN Document Server

    Hedberg, V; Lundberg, B; Mjörnmark, U; Oskarsson, A; Österman, L; De Lentdecker, G; Yang, Y; Zhang, F

    2015-01-01

    A high resolution TPC is the main option for a central tracking detector at the future International Linear Collider (ILC). It is planned that the MPGD (Micro Pattern Gas Detector) technology will be used for the readout. A Large Prototype TPC at DESY has been used to test the performance of MPGDs in an electron beam of energies up to 6 GeV. The first step in the technology development was to demonstrate that the MPGDs are able to achieve the necessary performance set by the goals of ILC. For this ’proof of principle’ phase, the ALTRO front-end electronics from the ALICE TPC was used, modified to adapt to MPGD readout. The proof of principle has been verified and at present further improvement of the MPGD technology is going on, using the same readout electronics. The next step is the ’feasibility phase’, which aims at producing front-end electronics comparable in size (few mm2) to the readout pads of the TPC. This development work is based on the succeeding SALTRO16 chip, which combines the analogue ...

  9. Tracking Porters

    DEFF Research Database (Denmark)

    Bruun, Maja Hojer; Krause-Jensen, Jakob; Saltofte, Margit

    2015-01-01

    . In this chapter, we argue that although anthropology has its specific methodology – including a myriad of ethnographic data-gathering tools, techniques, analytical approaches and theories – it must first and foremost be understood as a craft. Anthropology as craft requires a specific ‘anthropological sensibility......’ that differs from the standardized procedures of normal science. To establish our points we use an example of problem-based project work conducted by a group of Techno-Anthropology students at Aalborg University, we focus on key aspects of this craft and how the students began to learn it: For two weeks...... the students followed the work of a group of porters. Drawing on anthropological concepts and research strategies the students gained crucial insights about the potential effects of using tracking technologies in the hospital....

  10. Development of an electronic converter with maximum power point tracking for photovoltaic systems applied to rural electrification; Desenvolvimento de conversor eletronico para maxima transferencia de potencia em sistemas fotovoltaicos aplicados a eletrificacao rural

    Energy Technology Data Exchange (ETDEWEB)

    Machado Neto, Lauro de Vilhena Brandao [Pontificia Universidade Catolica de Minas Gerais (PUC-Minas), Belo Horizonte, MG (Brazil); Cabral, Claudia Valeria Tavora; Oliveira Filho, Delly [Universidade Federal de Vicosa (UFV), MG (Brazil); Diniz, Antonia Sonia Alves Cardoso [Companhia Energetica de Minas Gerais (CEMIG), Belo Horizonte, MG (Brazil); Cortizo, Porfirio Cabaleiro [Universidade Federal de Minas Gerais (UFMG), Belo Horizonte, MG (Brazil)

    2004-07-01

    The maximization of the efficiency in the electric energy conversion is essential to the developing of technical and economic viability of photovoltaic solar energy systems. This paper presents the development of an electronic converter with maximum power point tracking for photovoltaic systems applied to rural electrification. The standalone photovoltaic system used is similar to the systems installed by Companhia Energetica de Minas Gerais - CEMIG in the schools of isolated communities, inside the Solar Light Program. Initially were developed test procedures of the equipment used in the system like photovoltaic generators, electronic ballasts, inverters, charge controllers and batteries, covering minimum performance requirements and in compliance with national and international standards, as possible, due to the instrumentation availability. A data acquisition system was assembled to monitoring the photovoltaic system. A simulation of the system was implemented and the aims were to optimize the project and carry out a comparative study with the monitoring results. The converter with maximum power point tracking consists of a direct current converter in the buck configuration and the control algorithm was implemented in a micro controller, being the first results presented here. After finished the prototype, it will be incorporated in the photovoltaic system and will be accomplished a study of the technical and economic viability. The first results of the tests, of the monitoring and of the converter with maximum power point tracking are helping the sustainability of the systems installed by CEMIG, funding the government initiatives in the quality control of equipment and promoting the development of national technology. (author)

  11. Humans, Intelligent Technology, and Their Interface: A Study of Brown’s Point

    Science.gov (United States)

    2017-12-01

    INTELLIGENT TECHNOLOGY , AND THEIR INTERFACE: A STUDY OF BROWN’S POINT by Jackie L. J. White December 2017 Thesis Advisor: Carolyn Halladay...REPORT TYPE AND DATES COVERED Master’s thesis 4. TITLE AND SUBTITLE HUMANS, INTELLIGENT TECHNOLOGY , AND THEIR INTERFACE: A STUDY OF BROWN’S POINT...with the technology before and during the accident. I combined the findings from the accident investigation with various heuristics regarding the human

  12. A Mobility-Aware Adaptive Duty Cycling Mechanism for Tracking Objects during Tunnel Excavation

    Directory of Open Access Journals (Sweden)

    Taesik Kim

    2017-02-01

    Full Text Available Tunnel construction workers face many dangers while working under dark conditions, with difficult access and egress, and many potential hazards. To enhance safety at tunnel construction sites, low latency tracking of mobile objects (e.g., heavy-duty equipment and construction workers is critical for managing the dangerous construction environment. Wireless Sensor Networks (WSNs are the basis for a widely used technology for monitoring the environment because of their energy-efficiency and scalability. However, their use involves an inherent point-to-point delay caused by duty cycling mechanisms that can result in a significant rise in the delivery latency for tracking mobile objects. To overcome this issue, we proposed a mobility-aware adaptive duty cycling mechanism for the WSNs based on object mobility. For the evaluation, we tested this mechanism for mobile object tracking at a tunnel excavation site. The evaluation results showed that the proposed mechanism could track mobile objects with low latency while they were moving, and could reduce energy consumption by increasing sleep time while the objects were immobile.

  13. The FCMM, a Fastbus Control and Memory Module for readout of the DELPHI SAT track detector

    International Nuclear Information System (INIS)

    Wikne, J.C.; Skaali, B.

    1990-02-01

    The Small Angle Tagger (SAT) in the DELPHI experiment at CERN concists of detector units placed close to the beam on both sides of the interaction point. The track detector part of the SAT is built of Si-strip detectors where position can be measured to an accurancy of 1 mm in the radial direction. A specially developed Fastbus module for reading and front end buffering of the data from the track detector is decribed in the report. The description is intended as a complete technical manual for the module. 13 refs.; 27 figs

  14. Tracking the Flow of Resources in Electronic Waste - The Case of End-of-Life Computer Hard Disk Drives.

    Science.gov (United States)

    Habib, Komal; Parajuly, Keshav; Wenzel, Henrik

    2015-10-20

    Recovery of resources, in particular, metals, from waste flows is widely seen as a prioritized option to reduce their potential supply constraints in the future. The current waste electrical and electronic equipment (WEEE) treatment system is more focused on bulk metals, where the recycling rate of specialty metals, such as rare earths, is negligible compared to their increasing use in modern products, such as electronics. This study investigates the challenges in recovering these resources in the existing WEEE treatment system. It is illustrated by following the material flows of resources in a conventional WEEE treatment plant in Denmark. Computer hard disk drives (HDDs) containing neodymium-iron-boron (NdFeB) magnets were selected as the case product for this experiment. The resulting output fractions were tracked until their final treatment in order to estimate the recovery potential of rare earth elements (REEs) and other resources contained in HDDs. The results further show that out of the 244 kg of HDDs treated, 212 kg comprising mainly of aluminum and steel can be finally recovered from the metallurgic process. The results further demonstrate the complete loss of REEs in the existing shredding-based WEEE treatment processes. Dismantling and separate processing of NdFeB magnets from their end-use products can be a more preferred option over shredding. However, it remains a technological and logistic challenge for the existing system.

  15. Maximum power point tracking techniques for wind energy systems using three levels boost converter

    Science.gov (United States)

    Tran, Cuong Hung; Nollet, Frédéric; Essounbouli, Najib; Hamzaoui, Abdelaziz

    2018-05-01

    This paper presents modeling and simulation of three level Boost DC-DC converter in Wind Energy Conversion System (WECS). Three-level Boost converter has significant advantage compared to conventional Boost. A maximum power point tracking (MPPT) method for a variable speed wind turbine using permanent magnet synchronous generator (PMSG) is also presented. Simulation of three-level Boost converter topology with Perturb and Observe algorithm and Fuzzy Logic Control is implemented in MATLAB/SIMULINK. Results of this simulation show that the system with MPPT using fuzzy logic controller has better performance to the Perturb and Observe algorithm: fast response under changing conditions and small oscillation.

  16. Ion track etching revisited: II. Electronic properties of aged tracks in polymers

    Science.gov (United States)

    Fink, D.; Muñoz Hernández, G.; Cruz, S. A.; Garcia-Arellano, H.; Vacik, J.; Hnatowicz, V.; Kiv, A.; Alfonta, L.

    2018-02-01

    We compile here electronic ion track etching effects, such as capacitive-type currents, current spike emission, phase shift, rectification and background currents that eventually emerge upon application of sinusoidal alternating voltages across thin, aged swift heavy ion-irradiated polymer foils during etching. Both capacitive-type currents and current spike emission occur as long as obstacles still prevent a smooth continuous charge carrier passage across the foils. In the case of sufficiently high applied electric fields, these obstacles are overcome by spike emission. These effects vanish upon etchant breakthrough. Subsequent transmitted currents are usually of Ohmic type, but shortly after breakthrough (during the track' core etching) often still exhibit deviations such as strong positive phase shifts. They stem from very slow charge carrier mobility across the etched ion tracks due to retarding trapping/detrapping processes. Upon etching the track's penumbra, one occasionally observes a split-up into two transmitted current components, one with positive and another one with negative phase shifts. Usually, these phase shifts vanish when bulk etching starts. Current rectification upon track etching is a very frequent phenomenon. Rectification uses to inverse when core etching ends and penumbra etching begins. When the latter ends, rectification largely vanishes. Occasionally, some residual rectification remains which we attribute to the aged polymeric bulk itself. Last not least, we still consider background currents which often emerge transiently during track etching. We could assign them clearly to differences in the electrochemical potential of the liquids on both sides of the etched polymer foils. Transient relaxation effects during the track etching cause their eventually chaotic behaviour.

  17. Defining the end-point of mastication: A conceptual model.

    Science.gov (United States)

    Gray-Stuart, Eli M; Jones, Jim R; Bronlund, John E

    2017-10-01

    properties define the end-point texture and enduring sensory perception of the food. © 2017 Wiley Periodicals, Inc.

  18. Random Forest-Based Approach for Maximum Power Point Tracking of Photovoltaic Systems Operating under Actual Environmental Conditions.

    Science.gov (United States)

    Shareef, Hussain; Mutlag, Ammar Hussein; Mohamed, Azah

    2017-01-01

    Many maximum power point tracking (MPPT) algorithms have been developed in recent years to maximize the produced PV energy. These algorithms are not sufficiently robust because of fast-changing environmental conditions, efficiency, accuracy at steady-state value, and dynamics of the tracking algorithm. Thus, this paper proposes a new random forest (RF) model to improve MPPT performance. The RF model has the ability to capture the nonlinear association of patterns between predictors, such as irradiance and temperature, to determine accurate maximum power point. A RF-based tracker is designed for 25 SolarTIFSTF-120P6 PV modules, with the capacity of 3 kW peak using two high-speed sensors. For this purpose, a complete PV system is modeled using 300,000 data samples and simulated using the MATLAB/SIMULINK package. The proposed RF-based MPPT is then tested under actual environmental conditions for 24 days to validate the accuracy and dynamic response. The response of the RF-based MPPT model is also compared with that of the artificial neural network and adaptive neurofuzzy inference system algorithms for further validation. The results show that the proposed MPPT technique gives significant improvement compared with that of other techniques. In addition, the RF model passes the Bland-Altman test, with more than 95 percent acceptability.

  19. Dysglycemia and Index60 as Prediagnostic End Points for Type 1 Diabetes Prevention Trials.

    Science.gov (United States)

    Nathan, Brandon M; Boulware, David; Geyer, Susan; Atkinson, Mark A; Colman, Peter; Goland, Robin; Russell, William; Wentworth, John M; Wilson, Darrell M; Evans-Molina, Carmella; Wherrett, Diane; Skyler, Jay S; Moran, Antoinette; Sosenko, Jay M

    2017-11-01

    We assessed dysglycemia and a T1D Diagnostic Index60 (Index60) ≥1.00 (on the basis of fasting C-peptide, 60-min glucose, and 60-min C-peptide levels) as prediagnostic end points for type 1 diabetes among Type 1 Diabetes TrialNet Pathway to Prevention Study participants. Two cohorts were analyzed: 1 ) baseline normoglycemic oral glucose tolerance tests (OGTTs) with an incident dysglycemic OGTT and 2 ) baseline Index60 <1.00 OGTTs with an incident Index60 ≥1.00 OGTT. Incident dysglycemic OGTTs were divided into those with (DYS/IND+) and without (DYS/IND-) concomitant Index60 ≥1.00. Incident Index60 ≥1.00 OGTTs were divided into those with (IND/DYS+) and without (IND/DYS-) concomitant dysglycemia. The cumulative incidence for type 1 diabetes was greater after IND/DYS- than after DYS/IND- ( P < 0.01). Within the normoglycemic cohort, the cumulative incidence of type 1 diabetes was higher after DYS/IND+ than after DYS/IND- ( P < 0.001), whereas within the Index60 <1.00 cohort, the cumulative incidence after IND/DYS+ and after IND/DYS- did not differ significantly. Among nonprogressors, type 1 diabetes risk at the last OGTT was greater for IND/DYS- than for DYS/IND- ( P < 0.001). Hazard ratios (HRs) of DYS/IND- with age and 30- to 0-min C-peptide were positive ( P < 0.001 for both), whereas HRs of type 1 diabetes with these variables were inverse ( P < 0.001 for both). In contrast, HRs of IND/DYS- and type 1 diabetes with age and 30- to 0-min C-peptide were consistent (all inverse [ P < 0.01 for all]). The findings suggest that incident dysglycemia without Index60 ≥1.00 is a suboptimal prediagnostic end point for type 1 diabetes. Measures that include both glucose and C-peptide levels, such as Index60 ≥1.00, appear better suited as prediagnostic end points. © 2017 by the American Diabetes Association.

  20. The use of advanced tracking technologies for the analysis of mobility in Alzheimer's disease and related cognitive diseases

    Directory of Open Access Journals (Sweden)

    Wahl Hans-Werner

    2008-03-01

    Full Text Available Abstract Background One of the more common behavioral manifestations of dementia-related disorders is severe problems with out-of-home mobility. Various efforts have been attempted to attain a better understanding of mobility behavior, but most studies are based on institutionalized patients and the assessment usually relies on reports of caregivers and institutional staff, using observational approaches, activity monitoring, or behavioral checklists. The current manuscript describes the research protocol of a project that measures mobility in Alzheimer's disease and related cognitive disorders in an innovative way, by taking advantage of advanced tracking technologies. Methods/design Participants are 360 demented persons, mildly cognitively impaired persons, and unimpaired controls aged ≥ 65 in Israel and Germany. Data regarding space-time activities will be collected via a GPS tracking kit for a period of 4 weeks in 3 waves (one year apart with the same participants (using a repeated measures design. Participants will be interviewed by use of a battery of instruments prior to and following GPS data collection. Further, a family member will complete a questionnaire both before and after data tracking. Statistical analyses will strive to explain differences in mobility based on a wide range of socio-structural, clinical, affect-related and environmental variables. We will also assess the impact of the use of advanced tracking technology on the quality of life of dementia patients and care givers, as well as its potential as a diagnostic tool. Systematic assessment of ethical issues involved in the use of tracking technology will be an integral component of the project. Discussion This project will be able to make a substantial contribution to basic as well as applied and clinical aspects in the area of mobility and cognitive impairment research. The innovative technologies applied in this study will allow for assessing a range of dimensions of

  1. Characterization and Design of Digital Pointing Subsystem for Optical Communication Demonstrator

    Science.gov (United States)

    Racho, C.; Portillo, A.

    1998-01-01

    The Optical Communications Demonstrator (OCD) is a laboratory-based lasercom demonstration terminal designed to validate several key technologies, including beacon acquisition, high bandwidth tracking, precision bearn pointing, and point-ahead compensation functions. It has been under active development over the past few years. The instrument uses a CCD array detector for both spatial acquisition and high-bandwidth tracking, and a fiber coupled laser transmitter. The array detector tracking concept provides wide field-of-view acquisition and permits effective platform jitter compensation and point-ahead control using only one steering mirror. This paper describes the detailed design and characterization of the digital control loop system which includes the Fast Steering Mirror (FSM), the CCD image tracker, and the associated electronics. The objective is to improve the overall system performance using laboratory measured data. The. design of the digital control loop is based on a linear time invariant open loop model. The closed loop performance is predicted using the theoretical model. With the digital filter programmed into the OCD control software, data is collected to verify the predictions. This paper presents the results of the, system modeling and performance analysis. It has been shown that measurement data closely matches theoretical predictions. An important part of the laser communication experiment is the ability of FSM to track the laser beacon within the. required tolerances. The pointing must be maintained to an accuracy that is much smaller than the transmit signal beamwidth. For an earth orbit distance, the system must be able to track the receiving station to within a few microradians. The failure. to do so will result in a severely degraded system performance.

  2. Self-monitoring practices, attitudes, and needs of individuals with bipolar disorder: implications for the design of technologies to manage mental health.

    Science.gov (United States)

    Murnane, Elizabeth L; Cosley, Dan; Chang, Pamara; Guha, Shion; Frank, Ellen; Gay, Geri; Matthews, Mark

    2016-05-01

    To understand self-monitoring strategies used independently of clinical treatment by individuals with bipolar disorder (BD), in order to recommend technology design principles to support mental health management. Participants with BD (N = 552) were recruited through the Depression and Bipolar Support Alliance, the International Bipolar Foundation, and WeSearchTogether.org to complete a survey of closed- and open-ended questions. In this study, we focus on descriptive results and qualitative analyses. Individuals reported primarily self-monitoring items related to their bipolar disorder (mood, sleep, finances, exercise, and social interactions), with an increasing trend towards the use of digital tracking methods observed. Most participants reported having positive experiences with technology-based tracking because it enables self-reflection and agency regarding health management and also enhances lines of communication with treatment teams. Reported challenges stem from poor usability or difficulty interpreting self-tracked data. Two major implications for technology-based self-monitoring emerged from our results. First, technologies can be designed to be more condition-oriented, intuitive, and proactive. Second, more automated forms of digital symptom tracking and intervention are desired, and our results suggest the feasibility of detecting and predicting emotional states from patterns of technology usage. However, we also uncovered tension points, namely that technology designed to support mental health can also be a disruptor. This study provides increased understanding of self-monitoring practices, attitudes, and needs of individuals with bipolar disorder. This knowledge bears implications for clinical researchers and practitioners seeking insight into how individuals independently self-manage their condition as well as for researchers designing monitoring technologies to support mental health management. © The Author 2016. Published by Oxford University

  3. Instrumentation of a Level-1 Track Trigger at ATLAS with Double Buffer Front-End Architecture

    CERN Document Server

    Cooper, B; The ATLAS collaboration

    2012-01-01

    Around 2021 the Large Hadron Collider will be upgraded to provide instantaneous luminosities 5x10^34, leading to excessive rates from the ATLAS Level-1 trigger. We describe a double-buffer front-end architecture for the ATLAS tracker replacement which should enable tracking information to be used in the Level-1 decision. This will allow Level-1 rates to be controlled whilst preserving high efficiency for single lepton triggers at relatively low transverse momentum thresholds pT ~25 GeV, enabling ATLAS to remain sensitive to physics at the electroweak scale. In particular, a potential hardware solution for the communication between the upgraded silicon barrel strip detectors and the external processing within this architecture will be described, and discrete event simulations used to demonstrate that this fits within the tight latency constraints.

  4. Proton tracking in a high-granularity Digital Tracking Calorimeter for proton CT purposes

    Science.gov (United States)

    Pettersen, H. E. S.; Alme, J.; Biegun, A.; van den Brink, A.; Chaar, M.; Fehlker, D.; Meric, I.; Odland, O. H.; Peitzmann, T.; Rocco, E.; Ullaland, K.; Wang, H.; Yang, S.; Zhang, C.; Röhrich, D.

    2017-07-01

    Radiation therapy with protons as of today utilizes information from x-ray CT in order to estimate the proton stopping power of the traversed tissue in a patient. The conversion from x-ray attenuation to proton stopping power in tissue introduces range uncertainties of the order of 2-3% of the range, uncertainties that are contributing to an increase of the necessary planning margins added to the target volume in a patient. Imaging methods and modalities, such as Dual Energy CT and proton CT, have come into consideration in the pursuit of obtaining an as good as possible estimate of the proton stopping power. In this study, a Digital Tracking Calorimeter is benchmarked for proof-of-concept for proton CT purposes. The Digital Tracking Calorimeter was originally designed for the reconstruction of high-energy electromagnetic showers for the ALICE-FoCal project. The presented prototype forms the basis for a proton CT system using a single technology for tracking and calorimetry. This advantage simplifies the setup and reduces the cost of a proton CT system assembly, and it is a unique feature of the Digital Tracking Calorimeter concept. Data from the AGORFIRM beamline at KVI-CART in Groningen in the Netherlands and Monte Carlo simulation results are used to in order to develop a tracking algorithm for the estimation of the residual ranges of a high number of concurrent proton tracks. High energy protons traversing the detector leave a track through the sensor layers. These tracks are spread out through charge diffusion processes. A charge diffusion model is applied for acquisition of estimates of the deposited energy of the protons in each sensor layer by using the size of the charge diffused area. A model fit of the Bragg Curve is applied to each reconstructed track and through this, estimating the residual range of each proton. The range of the individual protons can at present be estimated with a resolution of 4%. The readout system for this prototype is able to

  5. Proton tracking in a high-granularity Digital Tracking Calorimeter for proton CT purposes

    Energy Technology Data Exchange (ETDEWEB)

    Pettersen, H.E.S., E-mail: helge.pettersen@helse-bergen.no [Department of Oncology and Medical Physics, Haukeland University Hospital, Postbox 1400, 5021 Bergen (Norway); Department of Physics and Technology, University of Bergen, Postbox 7803, 5020 Bergen (Norway); Alme, J. [Department of Physics and Technology, University of Bergen, Postbox 7803, 5020 Bergen (Norway); Biegun, A. [Kernfysisch Versneller Instituut, University of Groningen, NL-9747 AA Groningen (Netherlands); Brink, A. van den [Nikhef, Utrecht University, Postbox 41882, 1009 DB Amsterdam (Netherlands); Chaar, M.; Fehlker, D. [Department of Physics and Technology, University of Bergen, Postbox 7803, 5020 Bergen (Norway); Meric, I. [Department of Electrical Engineering, Bergen University College, Postbox 7030, 5020 Bergen (Norway); Odland, O.H. [Department of Oncology and Medical Physics, Haukeland University Hospital, Postbox 1400, 5021 Bergen (Norway); Peitzmann, T.; Rocco, E. [Nikhef, Utrecht University, Postbox 41882, 1009 DB Amsterdam (Netherlands); Ullaland, K. [Department of Physics and Technology, University of Bergen, Postbox 7803, 5020 Bergen (Norway); Wang, H. [Nikhef, Utrecht University, Postbox 41882, 1009 DB Amsterdam (Netherlands); Yang, S. [Department of Physics and Technology, University of Bergen, Postbox 7803, 5020 Bergen (Norway); Zhang, C. [Nikhef, Utrecht University, Postbox 41882, 1009 DB Amsterdam (Netherlands); Röhrich, D. [Department of Physics and Technology, University of Bergen, Postbox 7803, 5020 Bergen (Norway)

    2017-07-11

    Radiation therapy with protons as of today utilizes information from x-ray CT in order to estimate the proton stopping power of the traversed tissue in a patient. The conversion from x-ray attenuation to proton stopping power in tissue introduces range uncertainties of the order of 2–3% of the range, uncertainties that are contributing to an increase of the necessary planning margins added to the target volume in a patient. Imaging methods and modalities, such as Dual Energy CT and proton CT, have come into consideration in the pursuit of obtaining an as good as possible estimate of the proton stopping power. In this study, a Digital Tracking Calorimeter is benchmarked for proof-of-concept for proton CT purposes. The Digital Tracking Calorimeter was originally designed for the reconstruction of high-energy electromagnetic showers for the ALICE-FoCal project. The presented prototype forms the basis for a proton CT system using a single technology for tracking and calorimetry. This advantage simplifies the setup and reduces the cost of a proton CT system assembly, and it is a unique feature of the Digital Tracking Calorimeter concept. Data from the AGORFIRM beamline at KVI-CART in Groningen in the Netherlands and Monte Carlo simulation results are used to in order to develop a tracking algorithm for the estimation of the residual ranges of a high number of concurrent proton tracks. High energy protons traversing the detector leave a track through the sensor layers. These tracks are spread out through charge diffusion processes. A charge diffusion model is applied for acquisition of estimates of the deposited energy of the protons in each sensor layer by using the size of the charge diffused area. A model fit of the Bragg Curve is applied to each reconstructed track and through this, estimating the residual range of each proton. The range of the individual protons can at present be estimated with a resolution of 4%. The readout system for this prototype is able to

  6. Efficiency improvement of the maximum power point tracking for PV systems using support vector machine technique

    International Nuclear Information System (INIS)

    Kareim, Ameer A; Mansor, Muhamad Bin

    2013-01-01

    The aim of this paper is to improve efficiency of maximum power point tracking (MPPT) for PV systems. The Support Vector Machine (SVM) was proposed to achieve the MPPT controller. The theoretical, the perturbation and observation (P and O), and incremental conductance (IC) algorithms were used to compare with proposed SVM algorithm. MATLAB models for PV module, theoretical, SVM, P and O, and IC algorithms are implemented. The improved MPPT uses the SVM method to predict the optimum voltage of the PV system in order to extract the maximum power point (MPP). The SVM technique used two inputs which are solar radiation and ambient temperature of the modeled PV module. The results show that the proposed SVM technique has less Root Mean Square Error (RMSE) and higher efficiency than P and O and IC methods.

  7. Head-end process technology for the new reprocessing plants in France and Japan

    International Nuclear Information System (INIS)

    Saudray, D.; Hugelmann, D.; Cho, A.

    1991-01-01

    Major technological innovations brought to the new UP3 and UP2-800 reprocessing plants of COGEMA LA HAGUE and also to the JNFS ROKKASHO plant concern the head-end process. The continuous process designed allows for high throughputs whilst meeting stringent safety requirements. The head-end of each plant includes two lines for each operation in order to guarantee availability. This paper presents the T1 head-end facility of the UP3 plant as well as the few adaptations implemented in the ROKKASHO Reprocessing Plant to fulfill the particular design requirements in Japan

  8. Alignment of the ATLAS Inner Detector Tracking System

    CERN Document Server

    Moles-Valls, R

    2008-01-01

    The ATLAS experiment is equipped with a tracking system for c harged particles built on two technologies: silicon and drift tube base detectors. These kind of detectors compose the ATLAS Inner Detector (ID). The Alignment of the ATLAS ID tracking s ystem requires the determination of almost 36000 degrees of freedom. From the tracking point o f view, the alignment parameters should be know to a few microns precision. This permits to att ain optimal measurements of the parameters of the charged particles trajectories, thus ena bling ATLAS to achieve its physics goals. The implementation of the alignment software, its framewor k and the data flow will be discussed. Special attention will be paid to the recent challenges wher e large scale computing simulation of the ATLAS detector has been performed, mimicking the ATLAS o peration, which is going to be very important for the LHC startup scenario. The alignment r esult for several challenges (real cosmic ray data taking and computing system commissioning) will be...

  9. Tracking the maximum efficiency point for the FC system based on extremum seeking scheme to control the air flow

    International Nuclear Information System (INIS)

    Bizon, Nicu

    2014-01-01

    Highlights: • The Maximum Efficiency Point (MEP) is tracked based on air flow rate. • The proposed Extremum Seeking (ES) control assures high performances. • About 10 kW/s search speed and 99.99% stationary accuracy can be obtained. • The energy efficiency increases with 3–12%, according to the power losses. • The control strategy is robust based on self-optimizing ES scheme proposed. - Abstract: An advanced control of the air compressor for the Proton Exchange Membrane Fuel Cell (PEMFC) system is proposed in this paper based on Extremum Seeking (ES) control scheme. The FC net power is mainly depended on the air and hydrogen flow rate and pressure, and heat and water management. This paper proposes to compute the optimal value for the air flow rate based on the advanced ES control scheme in order to maximize the FC net power. In this way, the Maximum Efficiency Point (MEP) will be tracked in real time, with about 10 kW/s search speed and a stationary accuracy of 0.99. Thus, energy efficiency will be close to the maximum value that can be obtained for a given PEMFC stack and compressor group under dynamic load. It is shown that the MEP tracking allows an increasing of the FC net power with 3–12%, depending on the percentage of the FC power supplied to the compressor and the level of the load power. Simulations shows that the performances mentioned above are effective

  10. Social acceptance of solar energy technologies in China-End users' perspective

    International Nuclear Information System (INIS)

    Yuan Xueliang; Zuo Jian; Ma Chunyuan

    2011-01-01

    Energy is essential to human beings. The increasing demand of energy has triggered the public scrutiny on the sustainability issues associated with the energy production and transmission. There have been a large number of studies focusing on reducing the environmental impacts associated with the energy sector. Renewable energy sources such as solar energy have been prompted to mitigate these environmental impacts. This research adopted a quantitative approach to investigate the social acceptance of solar energy technologies from end users' perspective in Shandong province, China. A large scale questionnaire survey was conducted. The results show that there is a considerable high level of social acceptance and public awareness of solar water heater. However, another major application of solar energy, solar PV has not gained a high level of social acceptance or public awareness in Shandong. This study provides useful references for policy makers to further promote the utilization of solar energy innovations. - Research Highlights: → Social acceptance of solar energy technologies from end users' perspective is investigated by a large scale questionnaire survey. → Higher level of social acceptance and public awareness of solar water heater than solar PV. → Impact factors for social acceptance of solar energy technologies are analyzed.

  11. Power converter with maximum power point tracking MPPT for small wind-electric pumping systems

    International Nuclear Information System (INIS)

    Lara, David; Merino, Gabriel; Salazar, Lautaro

    2015-01-01

    Highlights: • We implement a wind electric pumping system of small power. • The power converter allowed to change the operating point of the electro pump. • Two control techniques were implemented in the power converter. • The control V/f variable allowed to increase the power generated by the permanent magnet generator. - Abstract: In this work, an AC–DC–AC direct-drive power converter was implemented for a wind electric pumping system consisting of a permanent magnet generator (PMG) of 1.3 kW and a peripheral single phase pump of 0.74 kW. In addition, the inverter linear V/f control scheme and the maximum power point tracking (MPPT) algorithm with variable V/f were developed. MPPT algorithm seeks to extract water in a wide range of power input using the maximum amount of wind power available. Experimental trials at different pump pressures were conducted. With a MPPT tracking system with variable V/f, a power value of 1.3 kW was obtained at a speed of 350 rpm and a maximum operating hydraulic head of 50 m. At lower operating heads pressures (between 10 and 40 m), variable V/f control increases the power generated by the PMG compared to the linear V/f control. This increase ranged between 4% and 23% depending on the operating pressure, with an average of 13%, getting close to the maximum electrical power curve of the PMG. The pump was driven at variable frequency reaching a minimum speed of 0.5 times the rated speed. Efficiency of the power converter ranges between 70% and 95% with a power factor between 0.4 and 0.85, depending on the operating pressure

  12. MTB-3, a microtubule plus-end tracking protein (+TIP of Neurospora crassa.

    Directory of Open Access Journals (Sweden)

    Rosa R Mouriño-Pérez

    Full Text Available The microtubule (MT "plus end" constitutes the platform for the accumulation of a structurally and functionally diverse group of proteins, collectively called "MT plus-end tracking proteins" (+TIPs. +TIPs control MT dynamics and link MTs to diverse sub-cellular structures. Neurospora crassaMicroTubule Binding protein-3 (MTB-3 is the homolog of yeast EB1, a highly conserved +TIP. To address the function of MTB-3, we examined strains with mtb-3 deletions, and we tagged MTB-3 with GFP to assess its dynamic behavior. MTB-3-GFP was present as comet-like structures distributed more or less homogeneously within the hyphal cytoplasm, and moving mainly towards the apex at speeds up to 4× faster than the normal hyphal elongation rates. MTB-3-GFP comets were present in all developmental stages, but were most abundant in mature hyphae. MTB-3-GFP comets were observed moving in anterograde and retrograde direction along the hypha. Retrograde movement was also observed as originating from the apical dome. The integrity of the microtubular cytoskeleton affects the presence and dynamics of MTB-3-GFP comets, while actin does not seem to play a role. The size of MTB-3-GFP comets is affected by the absence of dynactin and conventional kinesin. We detected no obvious morphological phenotypes in Δmtb-3 mutants but there were fewer MTs in Δmtb-3, MTs were less bundled and less organized. Compared to WT, both MT polymerization and depolymerization rates were significantly decreased in Δmtb-3. In summary, the lack of MTB-3 affects overall growth and morphological phenotypes of N. crassa only slightly, but deletion of mtb-3 has strong effect on MT dynamics.

  13. On the evening of June 15, 2008, ALICE physicists saw the first tracks at LHC during the first injection test in transfer line TI 2. The Silicon Pixel detector recorded muon tracks produced in the beam dump near Point 2 of the LHC.

    CERN Multimedia

    Manzari, Vito

    2008-01-01

    On the evening of June 15, 2008, ALICE physicists saw the first tracks at LHC during the first injection test in transfer line TI 2. The Silicon Pixel detector recorded muon tracks produced in the beam dump near Point 2 of the LHC

  14. Graph-based geometric-iconic guide-wire tracking.

    Science.gov (United States)

    Honnorat, Nicolas; Vaillant, Régis; Paragios, Nikos

    2011-01-01

    In this paper we introduce a novel hybrid graph-based approach for Guide-wire tracking. The image support is captured by steerable filters and improved through tensor voting. Then, a graphical model is considered that represents guide-wire extraction/tracking through a B-spline control-point model. Points with strong geometric interest (landmarks) are automatically determined and anchored to such a representation. Tracking is then performed through discrete MRFs that optimize the spatio-temporal positions of the control points while establishing landmark temporal correspondences. Promising results demonstrate the potentials of our method.

  15. Object Detection and Tracking using Modified Diamond Search Block Matching Motion Estimation Algorithm

    Directory of Open Access Journals (Sweden)

    Apurva Samdurkar

    2018-06-01

    Full Text Available Object tracking is one of the main fields within computer vision. Amongst various methods/ approaches for object detection and tracking, the background subtraction approach makes the detection of object easier. To the detected object, apply the proposed block matching algorithm for generating the motion vectors. The existing diamond search (DS and cross diamond search algorithms (CDS are studied and experiments are carried out on various standard video data sets and user defined data sets. Based on the study and analysis of these two existing algorithms a modified diamond search pattern (MDS algorithm is proposed using small diamond shape search pattern in initial step and large diamond shape (LDS in further steps for motion estimation. The initial search pattern consists of five points in small diamond shape pattern and gradually grows into a large diamond shape pattern, based on the point with minimum cost function. The algorithm ends with the small shape pattern at last. The proposed MDS algorithm finds the smaller motion vectors and fewer searching points than the existing DS and CDS algorithms. Further, object detection is carried out by using background subtraction approach and finally, MDS motion estimation algorithm is used for tracking the object in color video sequences. The experiments are carried out by using different video data sets containing a single object. The results are evaluated and compared by using the evaluation parameters like average searching points per frame and average computational time per frame. The experimental results show that the MDS performs better than DS and CDS on average search point and average computation time.

  16. Short Linear Sequence Motif LxxPTPh Targets Diverse Proteins to Growing Microtubule Ends

    NARCIS (Netherlands)

    Kumar, Anil; Manatschal, Cristina; Rai, Ankit; Grigoriev, Ilya; Degen, Miriam Steiner; Jaussi, Rolf; Kretzschmar, Ines; Prota, Andrea E; Volkmer, Rudolf; Kammerer, Richard A.; Akhmanova, Anna; Steinmetz, Michel O.

    2017-01-01

    Microtubule plus-end tracking proteins (+TIPs) are involved in virtually all microtubule-based processes. End-binding (EB) proteins are considered master regulators of +TIP interaction networks, since they autonomously track growing microtubule ends and recruit a plethora of proteins to this

  17. Local power production at the end consumer - appropriate technologies

    International Nuclear Information System (INIS)

    Grinden, Bjoern; Morch, Andrei Z.; Braanaas, Marit; Stang, Jacob; Berner, Monica

    2002-11-01

    The report describes and evaluates a selection of technologies which may be adequate for a local power production at the end consumer. Contrary to may other technology surveys it is focused on small-scale production units that also may be of interest to small consumers. For the various technologies the particular technology is described and an evaluation of the suitability to Norwegian conditions is carried out. For each technology the following is described: 1) The technology in general. 2) Construction and technology trends. 3) Environmental conditions, operation and maintenance. 4) Experiences. 5) Key facts/data. It has to be emphasised that all the technologies are in development and this report describes them as they are in 2002 except for general conditions which always will exist. It has not been possible to obtain exact facts regarding the investment costs and the costs for each produced kWh e lectricity or kWh h eat for many of the technologies because they are new and mass production has not yet started. In an appendix a form is presented for use in obtaining information from equipment suppliers. Later in the project there will be developed a model for calculating the profitability of such investments as well. Technologies such as small-scale wind and hydropower units are the technologies most suited for Norway in a short perspective. In the years to come it is probable that technologies which use biologic fuel/waste of some kind would be used to some extent. In a longer perspective technologies as the Stirling engine and fuel cells may be of interest. The micro gas turbines and combustion engines may be current technologies if the distribution network for natural gas is developed. For these technologies the utilisation of waste heat would approximately double the efficiency and halve the operation costs. Various external conditions will play a major part in the spreading of the local power production. The political, legal and economical external

  18. Random Forest-Based Approach for Maximum Power Point Tracking of Photovoltaic Systems Operating under Actual Environmental Conditions

    Directory of Open Access Journals (Sweden)

    Hussain Shareef

    2017-01-01

    Full Text Available Many maximum power point tracking (MPPT algorithms have been developed in recent years to maximize the produced PV energy. These algorithms are not sufficiently robust because of fast-changing environmental conditions, efficiency, accuracy at steady-state value, and dynamics of the tracking algorithm. Thus, this paper proposes a new random forest (RF model to improve MPPT performance. The RF model has the ability to capture the nonlinear association of patterns between predictors, such as irradiance and temperature, to determine accurate maximum power point. A RF-based tracker is designed for 25 SolarTIFSTF-120P6 PV modules, with the capacity of 3 kW peak using two high-speed sensors. For this purpose, a complete PV system is modeled using 300,000 data samples and simulated using the MATLAB/SIMULINK package. The proposed RF-based MPPT is then tested under actual environmental conditions for 24 days to validate the accuracy and dynamic response. The response of the RF-based MPPT model is also compared with that of the artificial neural network and adaptive neurofuzzy inference system algorithms for further validation. The results show that the proposed MPPT technique gives significant improvement compared with that of other techniques. In addition, the RF model passes the Bland–Altman test, with more than 95 percent acceptability.

  19. Effects of Different Multimedia Presentations on Viewers' Information-Processing Activities Measured by Eye-Tracking Technology

    Science.gov (United States)

    Chuang, Hsueh-Hua; Liu, Han-Chin

    2012-01-01

    This study implemented eye-tracking technology to understand the impact of different multimedia instructional materials, i.e., five successive pages versus a single page with the same amount of information, on information-processing activities in 21 non-science-major college students. The findings showed that students demonstrated the same number…

  20. Intelligent approach to maximum power point tracking control strategy for variable-speed wind turbine generation system

    Energy Technology Data Exchange (ETDEWEB)

    Lin, Whei-Min; Hong, Chih-Ming [Department of Electrical Engineering, National Sun Yat-Sen University, Kaohsiung 80424 (China)

    2010-06-15

    To achieve maximum power point tracking (MPPT) for wind power generation systems, the rotational speed of wind turbines should be adjusted in real time according to wind speed. In this paper, a Wilcoxon radial basis function network (WRBFN) with hill-climb searching (HCS) MPPT strategy is proposed for a permanent magnet synchronous generator (PMSG) with a variable-speed wind turbine. A high-performance online training WRBFN using a back-propagation learning algorithm with modified particle swarm optimization (MPSO) regulating controller is designed for a PMSG. The MPSO is adopted in this study to adapt to the learning rates in the back-propagation process of the WRBFN to improve the learning capability. The MPPT strategy locates the system operation points along the maximum power curves based on the dc-link voltage of the inverter, thus avoiding the generator speed detection. (author)

  1. Dynamic performance of maximum power point tracking circuits using sinusoidal extremum seeking control for photovoltaic generation

    Science.gov (United States)

    Leyva, R.; Artillan, P.; Cabal, C.; Estibals, B.; Alonso, C.

    2011-04-01

    The article studies the dynamic performance of a family of maximum power point tracking circuits used for photovoltaic generation. It revisits the sinusoidal extremum seeking control (ESC) technique which can be considered as a particular subgroup of the Perturb and Observe algorithms. The sinusoidal ESC technique consists of adding a small sinusoidal disturbance to the input and processing the perturbed output to drive the operating point at its maximum. The output processing involves a synchronous multiplication and a filtering stage. The filter instance determines the dynamic performance of the MPPT based on sinusoidal ESC principle. The approach uses the well-known root-locus method to give insight about damping degree and settlement time of maximum-seeking waveforms. This article shows the transient waveforms in three different filter instances to illustrate the approach. Finally, an experimental prototype corroborates the dynamic analysis.

  2. Comparative Analysis of Maximum Power Point Tracking Controllers under Partial Shaded Conditions in a Photovoltaic System

    Directory of Open Access Journals (Sweden)

    R. Ramaprabha

    2015-06-01

    Full Text Available Mismatching effects due to partial shaded conditions are the major drawbacks existing in today’s photovoltaic (PV systems. These mismatch effects are greatly reduced in distributed PV system architecture where each panel is effectively decoupled from its neighboring panel. To obtain the optimal operation of the PV panels, maximum power point tracking (MPPT techniques are used. In partial shaded conditions, detecting the maximum operating point is difficult as the characteristic curves are complex with multiple peaks. In this paper, a neural network control technique is employed for MPPT. Detailed analyses were carried out on MPPT controllers in centralized and distributed architecture under partial shaded environments. The efficiency of the MPPT controllers and the effectiveness of the proposed control technique under partial shaded environments was examined using MATLAB software. The results were validated through experimentation.

  3. Eye tracking in Library and Information Science

    DEFF Research Database (Denmark)

    Lund, Haakon

    2016-01-01

    Purpose The purpose of this paper is to present a systematic literature review of the application of eye-tracking technology within the field of library and information science. Eye-tracking technology has now reached a level of maturity, which makes the use of the technology more accessible....... Subsequently, a growing interest in employing eye tracking as a methodology within library and information science research must be anticipated. Design/methodology/approach The review follows the guidelines set in the Preferred Reporting Items for Systematic Reviews and Meta-Analyses recommendations. Two...... reference databases are searched for relevant references: Library and Information Science Abstracts and Library, Information Science and Technology Abstracts. The main selection criteria are peer-reviewed literature that describes the experimental setting, including which eye-tracking equipment was used...

  4. End-to-End Beam Simulations for the New Muon G-2 Experiment at Fermilab

    Energy Technology Data Exchange (ETDEWEB)

    Korostelev, Maxim [Cockcroft Inst. Accel. Sci. Tech.; Bailey, Ian [Lancaster U.; Herrod, Alexander [Liverpool U.; Morgan, James [Fermilab; Morse, William [RIKEN BNL; Stratakis, Diktys [RIKEN BNL; Tishchenko, Vladimir [RIKEN BNL; Wolski, Andrzej [Cockcroft Inst. Accel. Sci. Tech.

    2016-06-01

    The aim of the new muon g-2 experiment at Fermilab is to measure the anomalous magnetic moment of the muon with an unprecedented uncertainty of 140 ppb. A beam of positive muons required for the experiment is created by pion decay. Detailed studies of the beam dynamics and spin polarization of the muons are important to predict systematic uncertainties in the experiment. In this paper, we present the results of beam simulations and spin tracking from the pion production target to the muon storage ring. The end-to-end beam simulations are developed in Bmad and include the processes of particle decay, collimation (with accurate representation of all apertures) and spin tracking.

  5. Advances in point-of-care technologies for molecular diagnostics.

    Science.gov (United States)

    Zarei, Mohammad

    2017-12-15

    Advances in miniaturization, nanotechnology, and microfluidics, along with developments in cloud-connected point-of-care (POC) diagnostics technologies are pushing the frontiers of POC devices toward low-cost, user-friendly, and enhanced sensitivity molecular-level diagnostics. The combination of various bio-sensing platforms within smartphone-integrated electronic readers provides accurate on-site and on-time diagnostics based on various types of chemical and biological targets. Further, 3D printing technology shows a huge potential toward fabrication and improving the performance of POC devices. Integration of skin-like flexible sensors with wireless communication technology creates a unique opportunity for continuous, real-time monitoring of patients for both preventative healthcare and during disease outbreaks. Here, we review recent developments and advances in POC technologies and describe how these advances enhance the performance of POC platforms. Also, this review describes challenges, directions, and future trends on application of emerging technologies in POC diagnostics. Copyright © 2017 Elsevier B.V. All rights reserved.

  6. Open-ended education

    DEFF Research Database (Denmark)

    Nørgård, Rikke Toft; Paaskesen, Rikke Berggreen

    2016-01-01

    THE ARTICLE DESCRIBES OPEN-ENDED EDUCATION FOR 21ST CENTURY LEARNING AS THE COMING TOGETHER OF OPEN-ENDED TECHNOLOGY, OPEN-ENDED PROJECTS, AND OPEN-ENDED INSTITUTIONS IN WAYS THAT FOSTER AND PROMOTE FUTURE EDUCATION FOR CITIZENSHIP IN SOCIETY. THROUGH THE CASE OF THE CODING PIRATES FUTURE ISLAND......, THE ARTICLE DEMONSTRATES HOW OPEN-ENDED EDUCATION CAN BE PRACTICED TO FOSTER AND PROMOTE TECHNOLOGICAL IMAGINATION, ENTERPRISING, AND PARTICIPATION. THIS PRACTICE IS THEN DEVELOPED INTO A THEORETICAL MODEL FOR THE CONCEPT OF OPEN-ENDED EDUCATION AS A WAY OF AND FRAMEWORK FOR PRACTICING FUTURE EDUCATION FOR 21......ST CENTURY LEARNING WITH NEW TECHNOLOGIES. THE ARTICLE PRESENTS AN ANSWER TO THE CALL FOR 21ST CENTURY LEARNING AS THOROUGHLY COLLABORATIVE, COMMUNICATIVE, CREATIVE, AND CRITICALLY REFLECTIVE THROUGH THE CASE AND THE CONCEPT OF OPEN-ENDED EDUCATION. IT OUTLINES THE IMPLICATIONS OF THIS CALL...

  7. 40 CFR 63.495 - Back-end process provisions-procedures to determine compliance using stripping technology.

    Science.gov (United States)

    2010-07-01

    ... 40 Protection of Environment 9 2010-07-01 2010-07-01 false Back-end process provisions-procedures to determine compliance using stripping technology. 63.495 Section 63.495 Protection of Environment...: Group I Polymers and Resins § 63.495 Back-end process provisions—procedures to determine compliance...

  8. Genetic algorithms optimized fuzzy logic control for the maximum power point tracking in photovoltaic system

    Energy Technology Data Exchange (ETDEWEB)

    Larbes, C.; Ait Cheikh, S.M.; Obeidi, T.; Zerguerras, A. [Laboratoire des Dispositifs de Communication et de Conversion Photovoltaique, Departement d' Electronique, Ecole Nationale Polytechnique, 10, Avenue Hassen Badi, El Harrach, Alger 16200 (Algeria)

    2009-10-15

    This paper presents an intelligent control method for the maximum power point tracking (MPPT) of a photovoltaic system under variable temperature and irradiance conditions. First, for the purpose of comparison and because of its proven and good performances, the perturbation and observation (P and O) technique is briefly introduced. A fuzzy logic controller based MPPT (FLC) is then proposed which has shown better performances compared to the P and O MPPT based approach. The proposed FLC has been also improved using genetic algorithms (GA) for optimisation. Different development stages are presented and the optimized fuzzy logic MPPT controller (OFLC) is then simulated and evaluated, which has shown better performances. (author)

  9. Front-end Intelligence for triggering and local track recognition in Gas Pixel Detectors

    CERN Document Server

    Hessey, NP; The ATLAS collaboration; van der Graaf, H; Vermeulen, J; Jansweijer, P; Romaniouk, A

    2012-01-01

    The combination of gaseous detectors with pixel readout chips gives unprecedented hit resolution (improving from O(100 um) for wire chambers to 10 um), as well as high-rate capability, low radiation length and giving in addition angular information on the local track. These devices measure individually every electron liberated by the passage of a charged particle, leading to a large quantity of data to be read out. Typically an external trigger is used to start the read-out. We are investigating the addition of local intelligence to the pixel read-out chip. A first level of processing detects the passage of a particle through the gas volume, and accurately determines the time of passage. A second level measures in an approximate but fast way the tilt-angle of the track. This can be used to trigger a third stage in which all hits associated to the track are processed locally to give a least-squares-fit to the track. The chip can then send out just the fitted track parameters instead of the individual electron ...

  10. Tracking Accuracy of a Real-Time Fiducial Tracking System for Patient Positioning and Monitoring in Radiation Therapy

    International Nuclear Information System (INIS)

    Shchory, Tal; Schifter, Dan; Lichtman, Rinat; Neustadter, David; Corn, Benjamin W.

    2010-01-01

    Purpose: In radiation therapy there is a need to accurately know the location of the target in real time. A novel radioactive tracking technology has been developed to answer this need. The technology consists of a radioactive implanted fiducial marker designed to minimize migration and a linac mounted tracking device. This study measured the static and dynamic accuracy of the new tracking technology in a clinical radiation therapy environment. Methods and Materials: The tracking device was installed on the linac gantry. The radioactive marker was located in a tissue equivalent phantom. Marker location was measured simultaneously by the radioactive tracking system and by a Microscribe G2 coordinate measuring machine (certified spatial accuracy of 0.38 mm). Localization consistency throughout a volume and absolute accuracy in the Fixed coordinate system were measured at multiple gantry angles over volumes of at least 10 cm in diameter centered at isocenter. Dynamic accuracy was measured with the marker located inside a breathing phantom. Results: The mean consistency for the static source was 0.58 mm throughout the tested region at all measured gantry angles. The mean absolute position error in the Fixed coordinate system for all gantry angles was 0.97 mm. The mean real-time tracking error for the dynamic source within the breathing phantom was less than 1 mm. Conclusions: This novel radioactive tracking technology has the potential to be useful in accurate target localization and real-time monitoring for radiation therapy.

  11. Teaching Braille Line Tracking Using Stimulus Fading

    Science.gov (United States)

    Scheithauer, Mindy C.; Tiger, Jeffrey H.

    2014-01-01

    Line tracking is a prerequisite skill for braille literacy that involves moving one's finger horizontally across a line of braille text and identifying when a line ends so the reader may reset his or her finger on the subsequent line. Current procedures for teaching line tracking are incomplete, because they focus on tracking lines with only…

  12. Innovative technology summary report: Confined sluicing end effector

    International Nuclear Information System (INIS)

    1998-09-01

    A Confined Sluicing End-Effector (CSEE) was field tested during the summer of 1997 in Tank W-3, one of the Gunite and Associated Tanks (GAAT) at the Oak Ridge Reservation (ORR). It should be noted that the specific device used at the Oak Ridge Reservation demonstration was the Sludge Retrieval End-Effector (SREE), although in common usage it is referred to as the CSEE. Deployed by the Modified Light-Duty Utility Arm (MLDUA) and the Houdini remotely operated vehicle (ROV), the CSEE was used to mobilize and retrieve waste from the tank. After removing the waste, the CSEE was used to scarify the gunite walls of Tank W-3, removing approximately 0.1 in of material. The CSEE uses three rotating water-jets to direct a short-range pressurized jet of water to effectively mobilize the waste. Simultaneously, the water and dislodged tank waste, or scarified materials, are aspirated using a water-jet pump-driven conveyance system. The material is then pumped outside of the tank, where it can be stored for treatment. The technology, its performance, uses, cost, and regulatory issues are discussed

  13. Awareness, Interest, and Preferences of Primary Care Providers in Using Point-of-Care Cancer Screening Technology.

    Science.gov (United States)

    Kim, Chloe S; Vanture, Sarah; Cho, Margaret; Klapperich, Catherine M; Wang, Catharine; Huang, Franklin W

    2016-01-01

    Well-developed point-of-care (POC) cancer screening tools have the potential to provide better cancer care to patients in both developed and developing countries. However, new medical technology will not be adopted by medical providers unless it addresses a population's existing needs and end-users' preferences. The goals of our study were to assess primary care providers' level of awareness, interest, and preferences in using POC cancer screening technology in their practice and to provide guidelines to biomedical engineers for future POC technology development. A total of 350 primary care providers completed a one-time self-administered online survey, which took approximately 10 minutes to complete. A $50 Amazon gift card was given as an honorarium for the first 100 respondents to encourage participation. The description of POC cancer screening technology was provided in the beginning of the survey to ensure all participants had a basic understanding of what constitutes POC technology. More than half of the participants (57%) stated that they heard of the term "POC technology" for the first time when they took the survey. However, almost all of the participants (97%) stated they were either "very interested" (68%) or "somewhat interested" (29%) in using POC cancer screening technology in their practice. Demographic characteristics such as the length of being in the practice of medicine, the percentage of patients on Medicaid, and the average number of patients per day were not shown to be associated with the level of interest in using POC. These data show that there is a great interest in POC cancer screening technology utilization among this population of primary care providers and vast room for future investigations to further understand the interest and preferences in using POC cancer technology in practice. Ensuring that the benefits of new technology outweigh the costs will maximize the likelihood it will be used by medical providers and patients.

  14. SOA – The Link Between Modern Educational Technologies and Mobile Learning in the Higher Education Landscape

    Directory of Open Access Journals (Sweden)

    Popa Strainu Roxana Marina

    2017-06-01

    Full Text Available Modern educational technologies encompass a variety of variables such as people, processes, assets, environments, technology. These variables are part of a complex system which has some important properties and a final purpose: delivering learning material and keeping track of the recipient’s evolution and development. The purpose of this paper is to define the system of modern educational technologies with the help of its variables and internal or external processes as well as to find where mobile learning fits in this large system. From a technical point of view we want to analyze whether Service Oriented Architecture (SOA is enough or proper to integrate mobile learning in this system. At the end we should be able to decide if dedicated mobile apps, or mobile friendly sites or a combination of those two are suited to deliver the results we are looking for with the support of SOA, if we consider the variety of devices and operating systems we are trying to integrate.

  15. Application of SharePoint Portal Technologies in Public Enterprises

    Directory of Open Access Journals (Sweden)

    Dragan Đokić

    2015-03-01

    Full Text Available Nowadays, systematic reforms are realized acrossmany countries. One of the characteristics of these reforms is necessity for rationalization of expenses in governmental and public enterprises. Rationalization of expenses can be achieved by more extensive application of information and communication technologies based on internet technologies and cloud computing. These systems include huge number of services, applications, resources, users and roles. At the same time, concepts of scalability, availability, ubiquity and pervasiveness need to be applied. This paper deals with application of portal technologies for enhanced content management, document management, and collaboration within public enterprises. The goal is to achieve efficient exchange of information on all hierarchical levels, as well as mechanisms of reporting and performance measurements, such as business intelligence and key performance indicators. The model is based on SharePoint portal technologies. A case study of application within the public enterprise Post of Serbia is described.

  16. Is automated kinetic measurement superior to end-point for advanced oxidation protein product?

    Science.gov (United States)

    Oguz, Osman; Inal, Berrin Bercik; Emre, Turker; Ozcan, Oguzhan; Altunoglu, Esma; Oguz, Gokce; Topkaya, Cigdem; Guvenen, Guvenc

    2014-01-01

    Advanced oxidation protein product (AOPP) was first described as an oxidative protein marker in chronic uremic patients and measured with a semi-automatic end-point method. Subsequently, the kinetic method was introduced for AOPP assay. We aimed to compare these two methods by adapting them to a chemistry analyzer and to investigate the correlation between AOPP and fibrinogen, the key molecule responsible for human plasma AOPP reactivity, microalbumin, and HbA1c in patients with type II diabetes mellitus (DM II). The effects of EDTA and citrate-anticogulated tubes on these two methods were incorporated into the study. This study included 93 DM II patients (36 women, 57 men) with HbA1c levels > or = 7%, who were admitted to the diabetes and nephrology clinics. The samples were collected in EDTA and in citrate-anticoagulated tubes. Both methods were adapted to a chemistry analyzer and the samples were studied in parallel. In both types of samples, we found a moderate correlation between the kinetic and the endpoint methods (r = 0.611 for citrate-anticoagulated, r = 0.636 for EDTA-anticoagulated, p = 0.0001 for both). We found a moderate correlation between fibrinogen-AOPP and microalbumin-AOPP levels only in the kinetic method (r = 0.644 and 0.520 for citrate-anticoagulated; r = 0.581 and 0.490 for EDTA-anticoagulated, p = 0.0001). We conclude that adaptation of the end-point method to automation is more difficult and it has higher between-run CV% while application of the kinetic method is easier and it may be used in oxidative stress studies.

  17. Automatic neutron dosimetry system based on fluorescent nuclear track detector technology

    International Nuclear Information System (INIS)

    Akselrod, M.S.; Fomenko, V.V.; Bartz, J.A.; Haslett, T.L.

    2014-01-01

    For the first time, the authors are describing an automatic fluorescent nuclear track detector (FNTD) reader for neutron dosimetry. FNTD is a luminescent integrating type of detector made of aluminium oxide crystals that does not require electronics or batteries during irradiation. Non-destructive optical readout of the detector is performed using a confocal laser scanning fluorescence imaging with near-diffraction limited resolution. The fully automatic table-top reader allows one to load up to 216 detectors on a tray, read their engraved IDs using a CCD camera and optical character recognition, scan and process simultaneously two types of images in fluorescent and reflected laser light contrast to eliminate false-positive tracks related to surface and volume crystal imperfections. The FNTD dosimetry system allows one to measure neutron doses from 0.1 mSv to 20 Sv and covers neutron energies from thermal to 20 MeV. The reader is characterised by a robust, compact optical design, fast data processing electronics and user-friendly software. The first table-top automatic FNTD neutron dosimetry system was successfully tested for LLD, linearity and ability to measure neutrons in mixed neutron-photon fields satisfying US and ISO standards. This new neutron dosimetry system provides advantages over other technologies including environmental stability of the detector material, wide range of detectable neutron energies and doses, detector re-readability and re-usability and all-optical readout. A new adaptive image processing algorithm reliably removes false-positive tracks associated with surface and bulk crystal imperfections. (authors)

  18. DIAGNOSTIC FEATURES RESEARCH OF AC ELECTRIC POINT MOTORS

    Directory of Open Access Journals (Sweden)

    S. YU. Buryak

    2014-05-01

    Full Text Available Purpose.Considerable responsibility for safety of operation rests on signal telephone and telegraph department of railway. One of the most attackable nodes (both automation systems, and railway in whole is track switches. The aim of this investigation is developing such system for monitoring and diagnostics of track switches, which would fully meet the requirements of modern conditions of high-speed motion and heavy trains and producing diagnostics, collection and systematization of data in an automated way. Methodology. In order to achieve the desired objectives research of a structure and the operating principle description of the switch electric drive, sequence of triggering its main units were carried out. The operating characteristics and settings, operating conditions, the causes of failures in the work, andrequirements for electric drives technology and their service were considered and analyzed. Basic analysis principles of dependence of nature of the changes the current waveform, which flows in the working circuit of AC electric point motor were determined. Technical implementation of the monitoring and diagnosing system the state of AC electric point motors was carried out. Findings. Signals taken from serviceable and defective electric turnouts were researched. Originality. Identified a strong interconnectionbetween the technical condition of the track switchand curve shape that describes the current in the circuit of AC electric point motor during operation which is based on the research processes that have influence on it during operation. Practical value. Shown the principles of the technical approach to the transition from scheduled preventive maintenance to maintenance of real condition for a more objective assessment and thus more rapid response to emerging or failures when they occur gradually, damages and any other shortcomings in the work track switch AC drives.

  19. Broadband integrated mid infrared light sources as enabling technology for point of care mid-infrared spectroscopy

    Science.gov (United States)

    2017-08-20

    AFRL-AFOSR-JP-TR-2017-0061 Broadband integrated mid-infrared light sources as enabling technology for point-of-care mid- infrared spectroscopy Alex...mid-infrared light sources as enabling technology for point-of-care mid-infrared spectroscopy 5a.  CONTRACT NUMBER 5b.  GRANT NUMBER FA2386-16-1-4037...Broadband integrated mid-infrared light sources as enabling technology for point-of-care mid- infrared spectroscopy ” Date: 16th August 2017 Name

  20. Pseudocolor techniques for differentiation of nuclear tracks

    International Nuclear Information System (INIS)

    Camacho, S.; Laville, A.; Peralta-Fabi, R.; Lira, J.

    1984-01-01

    Two types of tracks left by 4 He particles at different angles of incidence to CA8015 detectors were successfully discriminated by an SEM coupled to a micro-computer image processing system. To achieve this end, a track signature is defined based on the image's gray level distribution which results from the interaction between the track profile and the electron beam. The principles of track signature extraction, determination of discriminant functions and the design of the ad hoc supervised classifier are described. Finally the possibility of obtaining the track profile through digital analysis of track signatures is discussed. (author)

  1. Tracks, intersections and dead ends

    DEFF Research Database (Denmark)

    Siim, Birte; Skjeie, Hege

    The paper discusses multicultural challenges to state feminism in Denmark and Norway focusing on both similarities and differences in the two countries' policy responses to diversity. In spite of important differences, we point towwards similar problems and dilemmaes in the public responses...... multiculturalism and the rights of immigrant groups on the one hand and state feminism and the rights of woman on the other hand. Here we emphasise the participatory dimension of state feminism and the migrant women's right to participation and voice in political ecision making. ...

  2. Underwater Acoustic Target Tracking: A Review

    Science.gov (United States)

    Han, Ying; Fan, Liying

    2018-01-01

    Advances in acoustic technology and instrumentation now make it possible to explore marine resources. As a significant component of ocean exploration, underwater acoustic target tracking has aroused wide attention both in military and civil fields. Due to the complexity of the marine environment, numerous techniques have been proposed to obtain better tracking performance. In this paper, we survey over 100 papers ranging from innovative papers to the state-of-the-art in this field to present underwater tracking technologies. Not only the related knowledge of acoustic tracking instrument and tracking progress is clarified in detail, but also a novel taxonomy method is proposed. In this paper, algorithms for underwater acoustic target tracking are classified based on the methods used as: (1) instrument-assisted methods; (2) mode-based methods; (3) tracking optimization methods. These algorithms are compared and analyzed in the aspect of dimensions, numbers, and maneuvering of the tracking target, which is different from other survey papers. Meanwhile, challenges, countermeasures, and lessons learned are illustrated in this paper. PMID:29301318

  3. Post-Newtonian equations of motion for LEO debris objects and space-based acquisition, pointing and tracking laser systems

    Science.gov (United States)

    Gambi, J. M.; García del Pino, M. L.; Gschwindl, J.; Weinmüller, E. B.

    2017-12-01

    This paper deals with the problem of throwing middle-sized low Earth orbit debris objects into the atmosphere via laser ablation. The post-Newtonian equations here provided allow (hypothetical) space-based acquisition, pointing and tracking systems endowed with very narrow laser beams to reach the pointing accuracy presently prescribed. In fact, whatever the orbital elements of these objects may be, these equations will allow the operators to account for the corrections needed to balance the deviations of the line of sight directions due to the curvature of the paths the laser beams are to travel along. To minimize the respective corrections, the systems will have to perform initial positioning manoeuvres, and the shooting point-ahead angles will have to be adapted in real time. The enclosed numerical experiments suggest that neglecting these measures will cause fatal errors, due to differences in the actual locations of the objects comparable to their size.

  4. Photovoltaic High-Frequency Pulse Charger for Lead-Acid Battery under Maximum Power Point Tracking

    Directory of Open Access Journals (Sweden)

    Hung-I. Hsieh

    2013-01-01

    Full Text Available A photovoltaic pulse charger (PV-PC using high-frequency pulse train for charging lead-acid battery (LAB is proposed not only to explore the charging behavior with maximum power point tracking (MPPT but also to delay sulfating crystallization on the electrode pores of the LAB to prolong the battery life, which is achieved due to a brief pulse break between adjacent pulses that refreshes the discharging of LAB. Maximum energy transfer between the PV module and a boost current converter (BCC is modeled to maximize the charging energy for LAB under different solar insolation. A duty control, guided by a power-increment-aided incremental-conductance MPPT (PI-INC MPPT, is implemented to the BCC that operates at maximum power point (MPP against the random insolation. A 250 W PV-PC system for charging a four-in-series LAB (48 Vdc is examined. The charging behavior of the PV-PC system in comparison with that of CC-CV charger is studied. Four scenarios of charging statuses of PV-BC system under different solar insolation changes are investigated and compared with that using INC MPPT.

  5. Demand pull and technology push perspective in technology-based innovations for the points of sale : the retailers evaluation

    NARCIS (Netherlands)

    Pantano, E.; Viassone, M.

    Despite the consumers' increasing demand of technology-based innovations for making stores more appealing and the huge availability of advanced technologies, there is still a lack of research on the retailers' and employees' points of views towards the introduction of these systems. In fact, an

  6. GPS Navigation and Tracking Device

    Directory of Open Access Journals (Sweden)

    Yahya Salameh Khraisat

    2011-10-01

    Full Text Available Since the introduction of GPS Navigation systems in the marketplace, consumers and businesses have been coming up with innovative ways to use the technology in their everyday life. GPS Navigation and Tracking systems keep us from getting lost when we are in strange locations, they monitor children when they are away from home, keep track of business vehicles and can even let us know where a philandering partner is at all times. Because of this we attend to build a GPS tracking device to solve the mentioned problems. Our work consists of the GPS module that collects data from satellites and calculates the position information before transmitting them to the user’s PC (of Navigation system or observers (of Tracking System using wireless technology (GSM.

  7. End-to-End Delay Model for Train Messaging over Public Land Mobile Networks

    Directory of Open Access Journals (Sweden)

    Franco Mazzenga

    2017-11-01

    Full Text Available Modern train control systems rely on a dedicated radio network for train to ground communications. A number of possible alternatives have been analysed to adopt the European Rail Traffic Management System/European Train Control System (ERTMS/ETCS control system on local/regional lines to improve transport capacity. Among them, a communication system based on public networks (cellular&satellite provides an interesting, effective and alternative solution to proprietary and expensive radio networks. To analyse performance of this solution, it is necessary to model the end-to-end delay and message loss to fully characterize the message transfer process from train to ground and vice versa. Starting from the results of a railway test campaign over a 300 km railway line for a cumulative 12,000 traveled km in 21 days, in this paper, we derive a statistical model for the end-to-end delay required for delivering messages. In particular, we propose a two states model allowing for reproducing the main behavioral characteristics of the end-to-end delay as observed experimentally. Model formulation has been derived after deep analysis of the recorded experimental data. When it is applied to model a realistic scenario, it allows for explicitly accounting for radio coverage characteristics, the received power level, the handover points along the line and for the serving radio technology. As an example, the proposed model is used to generate the end-to-end delay profile in a realistic scenario.

  8. Maximum Power Point Tracking (MPPT Pada Sistem Pembangkit Listrik Tenaga Angin Menggunakan Buck-Boost Converter

    Directory of Open Access Journals (Sweden)

    Muhamad Otong

    2017-05-01

    Full Text Available In this paper, the implementation of the Maximum Power Point Tracking (MPPT technique is developed using buck-boost converter. Perturb and observe (P&O MPPT algorithm is used to searching maximum power from the wind power plant for charging of the battery. The model used in this study is the Variable Speed Wind Turbine (VSWT with a Permanent Magnet Synchronous Generator (PMSG. Analysis, design, and modeling of wind energy conversion system has done using MATLAB/simulink. The simulation results show that the proposed MPPT produce a higher output power than the system without MPPT. The average efficiency that can be achieved by the proposed system to transfer the maximum power into battery is 90.56%.

  9. Emerging technologies in point-of-care molecular diagnostics for resource-limited settings.

    Science.gov (United States)

    Peeling, Rosanna W; McNerney, Ruth

    2014-06-01

    Emerging molecular technologies to diagnose infectious diseases at the point at which care is delivered have the potential to save many lives in developing countries where access to laboratories is poor. Molecular tests are needed to improve the specificity of syndromic management, monitor progress towards disease elimination and screen for asymptomatic infections with the goal of interrupting disease transmission and preventing long-term sequelae. In simplifying laboratory-based molecular assays for use at point-of-care, there are inevitable compromises between cost, ease of use and test performance. Despite significant technological advances, many challenges remain for the development of molecular diagnostics for resource-limited settings. There needs to be more advocacy for these technologies to be applied to infectious diseases, increased efforts to lower the barriers to market entry through streamlined and harmonized regulatory approaches, faster policy development for adoption of new technologies and novel financing mechanisms to enable countries to scale up implementation.

  10. Application of new control strategy for sun tracking

    International Nuclear Information System (INIS)

    Rubio, F.R.; Ortega, M.G.; Gordillo, F.; Lopez-Martinez, M.

    2007-01-01

    The application of high concentration solar cells technology allows a significant increase in the amount of energy collected by solar arrays per unit area. However, to make it possible, more severe specifications on the sun pointing error are required. In fact, the performance of solar cells with concentrators decreases drastically if this error is greater than a small value. These specifications are not fulfilled by simple tracking systems due to different sources of errors (e.g., small misalignments of the structure with respect to geographical north) that appear in practice in low cost, domestic applications. This paper presents a control application of a sun tracker that is able to follow the sun with high accuracy without the necessity of either a precise procedure of installation or recalibration. A hybrid tracking system that consists of a combination of open loop tracking strategies based on solar movement models and closed loop strategies using a dynamic feedback controller is presented. Energy saving factors are taken into account, which implies that, among other factors, the sun is not constantly tracked with the same accuracy, to prevent energy overconsumption by the motors. Simulation and experimental results with a low cost two axes solar tracker are exposed, including a comparison between a classical open loop tracking strategy and the proposed hybrid one

  11. Multiradar tracking for theater missile defense

    Science.gov (United States)

    Sviestins, Egils

    1995-09-01

    A prototype system for tracking tactical ballistic missiles using multiple radars has been developed. The tracking is based on measurement level fusion (`true' multi-radar) tracking. Strobes from passive sensors can also be used. We describe various features of the system with some emphasis on the filtering technique. This is based on the Interacting Multiple Model framework where the states are Free Flight, Drag, Boost, and Auxiliary. Measurement error modeling includes the signal to noise ratio dependence; outliers and miscorrelations are handled in the same way. The launch point is calculated within one minute from the detection of the missile. The impact point, and its uncertainty region, is calculated continually by extrapolating the track state vector using the equations of planetary motion.

  12. Controlled ion track etching

    Science.gov (United States)

    George, J.; Irkens, M.; Neumann, S.; Scherer, U. W.; Srivastava, A.; Sinha, D.; Fink, D.

    2006-03-01

    It is a common practice since long to follow the ion track-etching process in thin foils via conductometry, i.e . by measurement of the electrical current which passes through the etched track, once the track breakthrough condition has been achieved. The major disadvantage of this approach, namely the absence of any major detectable signal before breakthrough, can be avoided by examining the track-etching process capacitively. This method allows one to define precisely not only the breakthrough point before it is reached, but also the length of any non-transient track. Combining both capacitive and conductive etching allows one to control the etching process perfectly. Examples and possible applications are given.

  13. Sampling strong tracking nonlinear unscented Kalman filter and its application in eye tracking

    International Nuclear Information System (INIS)

    Zu-Tao, Zhang; Jia-Shu, Zhang

    2010-01-01

    The unscented Kalman filter is a developed well-known method for nonlinear motion estimation and tracking. However, the standard unscented Kalman filter has the inherent drawbacks, such as numerical instability and much more time spent on calculation in practical applications. In this paper, we present a novel sampling strong tracking nonlinear unscented Kalman filter, aiming to overcome the difficulty in nonlinear eye tracking. In the above proposed filter, the simplified unscented transform sampling strategy with n + 2 sigma points leads to the computational efficiency, and suboptimal fading factor of strong tracking filtering is introduced to improve robustness and accuracy of eye tracking. Compared with the related unscented Kalman filter for eye tracking, the proposed filter has potential advantages in robustness, convergence speed, and tracking accuracy. The final experimental results show the validity of our method for eye tracking under realistic conditions. (classical areas of phenomenology)

  14. Stem Cell Tracking Technologies for Neurological Regenerative Medicine Purposes

    Directory of Open Access Journals (Sweden)

    Yongtao Zheng

    2017-01-01

    Full Text Available The growing field of stem cell therapy is moving toward clinical trials in a variety of applications, particularly for neurological diseases. However, this translation of cell therapies into humans has prompted a need to create innovative and breakthrough methods for stem cell tracing, to explore the migration routes and its reciprocity with microenvironment targets in the body, to monitor and track the outcome after stem cell transplantation therapy, and to track the distribution and cell viability of transplanted cells noninvasively and longitudinally. Recently, a larger number of cell tracking methods in vivo were developed and applied in animals and humans, including magnetic resonance imaging, nuclear medicine imaging, and optical imaging. This review has been intended to summarize the current use of those imaging tools in tracking stem cells, detailing their main features and drawbacks, including image resolution, tissue penetrating depth, and biosafety aspects. Finally, we address that multimodality imaging method will be a more potential tracking tool in the future clinical application.

  15. Point-and-Click Pedagogy: Is it Effective for Teaching Information Technology?

    Directory of Open Access Journals (Sweden)

    Mark Angolia

    2016-09-01

    Full Text Available This paper assesses the effectiveness of the adoption of curriculum content developed and supported by a global academic university-industry alliance sponsored by one of the world’s largest information technology software providers. Academic alliances promote practical and future-oriented education while providing access to proprietary software and technology. Specifically, this paper addresses a lack of quantitative analysis to substantiate the perceived benefits of using information technologypoint-and-click” instructional pedagogy to teach fundamental business processes and concepts. The analysis of over 800 test questions from 229 students allowed inferences regarding the utilization of self-directed “point-and-click” driven case studies employed to teach software applications of business processes needed for supply chain management. Correlation studies and analysis of variance investigated data collected from 10 individual course sections over a two-and-one-half-year period in a four-year public university. The data showed statistically significant positive correlations between the pedagogy and conceptual learning. Further, the research provided evidence that the methodology is equally effective for teaching information technology applications using either face-to-face or distance education delivery methods.

  16. Biomethane storage: Evaluation of technologies, end uses, business models, and sustainability

    International Nuclear Information System (INIS)

    Budzianowski, Wojciech M.; Brodacka, Marlena

    2017-01-01

    Highlights: • Biomethane storage integrates the different energy subsystems. • It facilitates adoption of solar and wind energy sources. • It is essential to adequately match storages with their end uses and business models. • Business models must propose, create, and capture value linked with gas storage. • Sustainable is economically viable, environmentally benign, and socially beneficial. - Abstract: Biomethane is a renewable gas that can be turned into dispatchable resource through applying storage techniques. The storage enables the discharge of stored biomethane at any time and place it is required as gas turbine power, heat or transport fuel. Thus the stored biomethane could more efficiently serve various energy applications in the power, transport, heat, and gas systems as well as in industry. Biomethane storage may therefore integrate the different energy subsystems making the whole energy system more efficient. This work provides an overview and evaluation of biomethane storage technologies, end uses, business models and sustainability. It is shown that storage technologies are versatile, have different costs and efficiencies and may serve different end uses. Business models may be created or selected to fit regional spatial contexts, realistic demands for gas storage related services, and the level of available subsidies. By applying storage the sustainability of biomethane is greatly improved in terms of economic viability, reduced environmental impacts and greater social benefits. Stored biomethane may greatly facilitate adoption of intermittent renewable energy sources such as solar and wind. Other findings show that biomethane storage needs to be combined with grid services and other similar services to reduce overall storage costs.

  17. Use of Surrogate end points in HTA

    Directory of Open Access Journals (Sweden)

    Mangiapane, Sandra

    2009-08-01

    Full Text Available The different actors involved in health system decision-making and regulation have to deal with the question which are valid parameters to assess the health value of health technologies.So called surrogate endpoints represent in the best case preliminary steps in the casual chain leading to the relevant outcome (e. g. mortality, morbidity and are not usually directly perceptible by patients. Surrogate endpoints are not only used in trials of pharmaceuticals but also in studies of other technologies. Their use in the assessment of the benefit of a health technology is however problematic. In this report we intend to answer the following research questions: Which criteria need to be fulfilled for a surrogate parameter to be considered a valid endpoint? Which methods have been described in the literature for the assessment of the validity of surrogate endpoints? Which methodological recommendations concerning the use of surrogate endpoints have been made by international HTA agencies? Which place has been given to surrogate endpoints in international and German HTA reports? For this purpose, we choose three different approaches. Firstly, we conduct a review of the methodological literature dealing with the issue of surrogate endpoints and their validation. Secondly, we analyse current methodological guidelines of HTA agencies members of the International network of agencies for Health Technology Assessment (INAHTA as well as of agencies concerned with assessments for reimbursement purposes. Finally, we analyse the outcome parameter used in a sample of HTA reports available for the public. The analysis of methodological guidelines shows a very cautious position of HTA institutions regarding the use of surrogate endpoints in technology assessment. Surrogate endpoints have not been prominently used in HTA reports. None of the analysed reports based its conclusions solely on the results of surrogate endpoints. The analysis of German HTA reports shows a

  18. Exploring How Usage-Focused Business Models Enable Circular Economy through Digital Technologies

    Directory of Open Access Journals (Sweden)

    Gianmarco Bressanelli

    2018-02-01

    Full Text Available Recent studies advocate that digital technologies are key enabling factors for the introduction of servitized business models. At the same time, these technologies support the implementation of the circular economy (CE paradigm into businesses. Despite this general agreement, the literature still overlooks how digital technologies enable such a CE transition. To fill the gap, this paper develops a conceptual framework, based on the literature and a case study of a company implementing a usage-focused servitized business model in the household appliance industry. This study focuses on the Internet of Things (IoT, Big Data, and analytics, and identifies eight specific functionalities enabled by such technologies (improving product design, attracting target customers, monitoring and tracking product activity, providing technical support, providing preventive and predictive maintenance, optimizing the product usage, upgrading the product, enhancing renovation and end-of-life activities. By investigating how these functionalities affect three CE value drivers (increasing resource efficiency, extending lifespan, and closing the loop, the conceptual framework developed in this paper advances knowledge about the role of digital technologies as an enabler of the CE within usage-focused business models. Finally, this study shows how digital technologies help overcome the drawback of usage-focused business models for the adoption of CE pointed out by previous literature.

  19. ATPase Cycle of the Nonmotile Kinesin NOD Allows Microtubule End Tracking and Drives Chromosome Movement

    Energy Technology Data Exchange (ETDEWEB)

    Cochran, J.; Sindelar, C; Mulko, N; Collins, K; Kong, S; Hawley, R; Kull, F

    2009-01-01

    Segregation of nonexchange chromosomes during Drosophila melanogaster meiosis requires the proper function of NOD, a nonmotile kinesin-10. We have determined the X-ray crystal structure of the NOD catalytic domain in the ADP- and AMPPNP-bound states. These structures reveal an alternate conformation of the microtubule binding region as well as a nucleotide-sensitive relay of hydrogen bonds at the active site. Additionally, a cryo-electron microscopy reconstruction of the nucleotide-free microtubule-NOD complex shows an atypical binding orientation. Thermodynamic studies show that NOD binds tightly to microtubules in the nucleotide-free state, yet other nucleotide states, including AMPPNP, are weakened. Our pre-steady-state kinetic analysis demonstrates that NOD interaction with microtubules occurs slowly with weak activation of ADP product release. Upon rapid substrate binding, NOD detaches from the microtubule prior to the rate-limiting step of ATP hydrolysis, which is also atypical for a kinesin. We propose a model for NOD's microtubule plus-end tracking that drives chromosome movement.

  20. The effective QCD phase diagram and the critical end point

    Directory of Open Access Journals (Sweden)

    Alejandro Ayala

    2015-08-01

    Full Text Available We study the QCD phase diagram on the temperature T and quark chemical potential μ plane, modeling the strong interactions with the linear sigma model coupled to quarks. The phase transition line is found from the effective potential at finite T and μ taking into account the plasma screening effects. We find the location of the critical end point (CEP to be (μCEP/Tc,TCEP/Tc∼(1.2,0.8, where Tc is the (pseudocritical temperature for the crossover phase transition at vanishing μ. This location lies within the region found by lattice inspired calculations. The results show that in the linear sigma model, the CEP's location in the phase diagram is expectedly determined solely through chiral symmetry breaking. The same is likely to be true for all other models which do not exhibit confinement, provided the proper treatment of the plasma infrared properties for the description of chiral symmetry restoration is implemented. Similarly, we also expect these corrections to be substantially relevant in the QCD phase diagram.

  1. An end-to-end coupled model ROMS-N 2 P 2 Z 2 D 2 -OSMOSE of ...

    African Journals Online (AJOL)

    An end-to-end coupled model ROMS-N 2 P 2 Z 2 D 2 -OSMOSE of the southern Benguela foodweb: parameterisation, calibration and pattern-oriented validation. ... We also highlight the capacity of this model for tracking indicators at various hierarchical levels. Keywords: individual-based model, model validation, ...

  2. A REVIEW OF EXPERIMENTAL STUDY OF POWER QUALITY MEASUREMENT OF PHOTOVOLTAIC CELLS WITH MAXIMUM POWER POINT TRACKING SYSTEM

    OpenAIRE

    Smriti Dwivedi; Prof. Sunil Kumar Bhatt

    2016-01-01

    Maximum power point tracking (MPPT) is a technique that charge controllers use for wind turbines and PV solar systems to maximize power output. PV solar systems exist in several different configurations. The most basic version sends power from collector panels directly to the DC-AC inverter and from there directly to the electrical grid. A second version, called a hybrid inverter, might split the power at the inverter, where a percentage of the power goes to the grid and the remainder goes to...

  3. Printed Tag Real-time Tracking

    KAUST Repository

    Bilal, Rana M.

    2014-09-18

    Disclosed are various embodiments for monitoring tracking devices capable of seamless indoor and outdoor tracking transitions. A tracking device may comprise, for example, printable circuitry and antennas combined with one or more receivers/transceivers on a substrate. The tracking device may be configured, for example, to localize the tracking device via GPS or an alternative localization strategy based on a determination of whether GPS communication is available. A modified RSSI fingerprinting methodology may be used to accurately determine a location of the tracking device using Wi-Fi access points. A device monitoring service may communicate with internal and/or external mapping API\\'s to render a device monitoring user interface comprising a visual representation of the location of the tracking device.

  4. Casimir Energy of the Nambu-Goto String with Gauss-Bonnet Term and Point-Like Masses at the Ends

    Science.gov (United States)

    Hadasz, Leszek

    1999-09-01

    We calculate the Casimir energy of the rotating Nambu-Goto string with the Gauss-Bonnet term in the action and point-like masses at the ends. This energy turns out to be negative for every values of the parameters of the model.

  5. Casimir Energy of the Nambu-Goto String with Gauss-Bonnet Term and Point-Like Masses at the Ends

    International Nuclear Information System (INIS)

    Hadasz, L.

    1999-01-01

    We calculate the Casimir energy of the rotating Nambu-Goto string with the Gauss-Bonnet term in the action and point-like masses at the ends. This energy turns out to be negative for every values of the parameters of the model. (author)

  6. Kalman Filter Tracking on Parallel Architectures

    International Nuclear Information System (INIS)

    Cerati, Giuseppe; Elmer, Peter; Krutelyov, Slava; Lantz, Steven; Lefebvre, Matthieu; McDermott, Kevin; Riley, Daniel; Tadel, Matevž; Wittich, Peter; Würthwein, Frank; Yagil, Avi

    2016-01-01

    Power density constraints are limiting the performance improvements of modern CPUs. To address this we have seen the introduction of lower-power, multi-core processors such as GPGPU, ARM and Intel MIC. In order to achieve the theoretical performance gains of these processors, it will be necessary to parallelize algorithms to exploit larger numbers of lightweight cores and specialized functions like large vector units. Track finding and fitting is one of the most computationally challenging problems for event reconstruction in particle physics. At the High-Luminosity Large Hadron Collider (HL-LHC), for example, this will be by far the dominant problem. The need for greater parallelism has driven investigations of very different track finding techniques such as Cellular Automata or Hough Transforms. The most common track finding techniques in use today, however, are those based on a Kalman filter approach. Significant experience has been accumulated with these techniques on real tracking detector systems, both in the trigger and offline. They are known to provide high physics performance, are robust, and are in use today at the LHC. Given the utility of the Kalman filter in track finding, we have begun to port these algorithms to parallel architectures, namely Intel Xeon and Xeon Phi. We report here on our progress towards an end-to-end track reconstruction algorithm fully exploiting vectorization and parallelization techniques in a simplified experimental environment

  7. Simultaneous pattern recognition and track fitting by the Kalman filtering method

    International Nuclear Information System (INIS)

    Billoir, P.

    1990-01-01

    A progressive pattern recognition algorithm based on the Kalman filtering method has been tested. The algorithm starts from a small track segment or from a fitted track of a neighbouring detector, then extends the candidate tracks by adding measured points one by one. The fitted parameters and weight matrix of the candidate track are updated when adding a point, and give an increasing precision on prediction of the next point. Thus, pattern recognition and track fitting can be accomplished simultaneously. The method has been implemented and tested for track reconstruction for the vertex detector of the ZEUS experiment at DESY. Detailed procedures of the method and its performance are presented. Its flexibility is described as well. (orig.)

  8. Engineering for the ATLAS SemiConductor Tracker (SCT) End-cap

    Energy Technology Data Exchange (ETDEWEB)

    Abdesselam, A; Barr, A [Department of Physics, Oxford University, Oxford (United Kingdom); Allport, P P [Department of Physics, Oliver Lodge Laboratory, University of Liverpool, Liverpool (United Kingdom); Anderson, B [Department of Physics, University College, University of London, London (United Kingdom); Andricek, L; Becker, H [Max-Planck-Institut fuer Physik, Muenchen (Germany); Anghinolfi, F [European Laboratory for Particle Physics (CERN), Geneva (Switzerland); Apsimon, R J; Austin, A; Barclay, P; Batchelor, L E; Benes, J [Centro Nacional de Microelectronica de Barcelona, CNM-IMB, CSIC, Barcelona (Spain); Atkinson, T [University of Melbourne, Parkville, Victoria 3052 (Australia); Band, H [NIKHEF, Amsterdam (Netherlands); Bates, R L; Bell, W H [Department of Physics and Astronomy, University of Glasgow, Glasgow (United Kingdom); Batley, J R [Cavendish Laboratory, Cambridge University, Cambridge (United Kingdom); Beck, G; Belymam, A [Department of Physics, Queen Mary and Westfield College, University of London, London (United Kingdom); Bell, P [School of Physics and Astronomy, University of Manchester, Manchester (United Kingdom)], E-mail: S.J.Haywood@rl.ac.uk (and others)

    2008-05-15

    The ATLAS SemiConductor Tracker (SCT) is a silicon-strip tracking detector which forms part of the ATLAS inner detector. The SCT is designed to track charged particles produced in proton-proton collisions at the Large Hadron Collider (LHC) at CERN at an energy of 14 TeV. The tracker is made up of a central barrel and two identical end-caps. The barrel contains 2112 silicon modules, while each end-cap contains 988 modules. The overall tracking performance depends not only on the intrinsic measurement precision of the modules but also on the characteristics of the whole assembly, in particular, the stability and the total material budget. This paper describes the engineering design and construction of the SCT end-caps, which are required to support mechanically the silicon modules, supply services to them and provide a suitable environment within the inner detector. Critical engineering choices are highlighted and innovative solutions are presented - these will be of interest to other builders of large-scale tracking detectors. The SCT end-caps will be fully connected at the start of 2008. Further commissioning will continue, to be ready for proton-proton collision data in 2008.

  9. Tracking studies in eRHIC energy-recovery recirculator

    Energy Technology Data Exchange (ETDEWEB)

    Meot, F. [Brookhaven National Lab. (BNL), Upton, NY (United States); Brooks, S. [Brookhaven National Lab. (BNL), Upton, NY (United States); Ptitsyn, V. [Brookhaven National Lab. (BNL), Upton, NY (United States); Trbojevic, D. [Brookhaven National Lab. (BNL), Upton, NY (United States); Tsoupas, N. [Brookhaven National Lab. (BNL), Upton, NY (United States)

    2015-07-13

    Beam and polarization tracking studies in eRHIC energy recovery electron recirculator are presented, based on a very preliminary design of the FFAG lattice. These simulations provide examples of some of the beam and spin optics aspects of the linear FFAG lattice concept and its application in eRHIC, they provide code benchmarking for synchrotron radiation and spin diffusion in addition, and pave the way towards end-to-end 6-D(phasespace)+3D(spin) tracking simulations.

  10. Calculation of the Intensity of electrical field at the end of the loaded path in the solid-state nuclear track detectors by using the numerical calculation of Laplace equations

    International Nuclear Information System (INIS)

    Kolahdooz, M.; Abotalebi, A.; Sheikh Aleslam, F.

    2011-01-01

    The goal of this article is calculation of the electric field at the end of loaded path in solid-state track detectors. For the calculation, Laplace-Equation has been solved numerically. By solving the equation, upon considering a specific potential at the boundary of the region, in addition to calculating the electric field at the end of path, the parameters which are affecting the electric field have also been investigated.

  11. Additional risk of end-of-the-pipe geoengineering technologies

    Science.gov (United States)

    Bohle, Martin

    2014-05-01

    qualitatively from the known successes. They do not tackle the initial cause, namely the carbon-dioxide inputs that are too high. This is their additional specific risk. 'The acceptability of geoengineering will be determined as much by social, legal and political issues as by scientific and technical factors', conclude Adam Corner and Nick Pidgeon (2010) when reviewing social and ethical implications of geoengineering the climate. It is to debate in that context that most geoengineering technologies are 'end of the pipe technologies', what involves an additional specific risk. Should these technologies be part of the toolbox to tackle anthropogenic climate change? Adam Corner and Nick Pidgeon 2010, Geoengineering the climate: The social and ethical implications, Environment Vol. 52.

  12. The track nanotechnology

    International Nuclear Information System (INIS)

    Waheed, A.; Forsyth, D.; Watts, A.; Saad, A.F.; Mitchell, G.R.; Farmer, M.; Harris, P.J.F.

    2009-01-01

    The discipline now called Solid State Nuclear Track Detection (SSNTD) dates back to 1958 and has its roots in the United Kingdom. Its strength stems chiefly from factors such as its simplicity, small geometry, permanent maintenance of the nuclear record and other diversified applications. A very important field with exciting applications reported recently in conjuction with the nuclear track technique is nanotechnology, which has applications in biology, chemistry, industry, medicare and health, information technology, biotechnology, and metallurgical and chemical technologies. Nanotechnology requires material design followed by the study of the quantum effects for final produced applications in sensors, medical diagnosis, information technology to name a few. We, in this article, present a review of past and present applications of SSNTD suggesting ways to apply the technique in nanotechnology, with special reference to development of nanostructure for applications utilising nanowires, nanofilters and sensors.

  13. The track nanotechnology

    Energy Technology Data Exchange (ETDEWEB)

    Waheed, A. [British Institute of Technology and E-Commerce, London E7 9HZ (United Kingdom); Physics Department, University of Reading, Reading RG6 6AF (United Kingdom); Forsyth, D., E-mail: dforsyth@bite.ac.u [British Institute of Technology and E-Commerce, London E7 9HZ (United Kingdom); Watts, A. [Department of Physics, UCL, London Centre of Nanotechnology (LCN), 17-19 Gordon Street, London WC1H OAH (United Kingdom); Saad, A.F. [Physics Department, Faculty of Science, Garyounis University, Benghazi (Libyan Arab Jamahiriya); Mitchell, G.R. [British Institute of Technology and E-Commerce, London E7 9HZ (United Kingdom); Physics Department, University of Reading, Reading RG6 6AF (United Kingdom); Farmer, M. [British Institute of Technology and E-Commerce, London E7 9HZ (United Kingdom); Harris, P.J.F. [Physics Department, University of Reading, Reading RG6 6AF (United Kingdom)

    2009-10-15

    The discipline now called Solid State Nuclear Track Detection (SSNTD) dates back to 1958 and has its roots in the United Kingdom. Its strength stems chiefly from factors such as its simplicity, small geometry, permanent maintenance of the nuclear record and other diversified applications. A very important field with exciting applications reported recently in conjuction with the nuclear track technique is nanotechnology, which has applications in biology, chemistry, industry, medicare and health, information technology, biotechnology, and metallurgical and chemical technologies. Nanotechnology requires material design followed by the study of the quantum effects for final produced applications in sensors, medical diagnosis, information technology to name a few. We, in this article, present a review of past and present applications of SSNTD suggesting ways to apply the technique in nanotechnology, with special reference to development of nanostructure for applications utilising nanowires, nanofilters and sensors.

  14. Prototype ATLAS IBL Modules using the FE-I4A Front-End Readout Chip

    CERN Document Server

    Albert, J; Alimonti, Gianluca; Allport, Phil; Altenheiner, Silke; Ancu, Lucian; Andreazza, Attilio; Arguin, Jean-Francois; Arutinov, David; Backhaus, Malte; Bagolini, Alvise; Ballansat, Jacques; Barbero, Marlon; Barbier, Gérard; Bates, Richard; Battistin, Michele; Baudin, Patrick; Beau, Tristan; Beccherle, Roberto; Beck, Hans Peter; Benoit, Mathieu; Bensinger, Jim; Bomben, Marco; Borri, Marcello; Boscardin, Maurizio; Botelho Direito, Jose Antonio; Bousson, Nicolas; Boyd, George Russell Jr; Breugnon, Patrick; Bruni, Graziano; Bruschi, Marco; Buchholz, Peter; Buttar, Craig; Cadoux, Franck; Calderini, Giovanni; Caminada, Leah; Capeans, Mar; Casse, Gianluigi; Catinaccio, Andrea; Cavalli-Sforza, Matteo; Chauveau, Jacques; Chu, Ming-Lee; Ciapetti, Marco; Cindro, Vladimir; Citterio, Mauro; Clark, Allan; Cobal, Marina; Coelli, Simone; Colijn, Auke-Pieter; Colin, Daly; Collot, Johann; Crespo-Lopez, Olivier; Dalla Betta, Gian-Franco; Darbo, Giovanni; DaVia, Cinzia; David, Pierre-Yves; Debieux, Stéphane; Delebecque, Pierre; Devetak, Erik; DeWilde, Burton; Di Girolamo, Beniamino; Dinu, Nicoleta; Dittus, Fridolin; Diyakov, Denis; Djama, Fares; Dobos, Daniel Adam; Doonan, Kate; Dopke, Jens; Dorholt, Ole; Dube, Sourabh; Dushkin, Andrey; Dzahini, Daniel; Egorov, Kirill; Ehrmann, Oswin; Elldge, David; Elles, Sabine; Elsing, Markus; Eraud, Ludovic; Ereditato, Antonio; Eyring, Andreas; Falchieri, Davide; Falou, Aboud; Fang, Xiaochao; Fausten, Camille; Favre, Yannick; Ferrere, Didier; Fleta, Celeste; Fleury, Julien; Flick, Tobias; Forshaw, Dean; Fougeron, Denis; Fritzsch, Thomas; Gabrielli, Alessandro; Gaglione, Renaud; Gallrapp, Christian; Gan, K; Garcia-Sciveres, Maurice; Gariano, Giuseppe; Gastaldi, Thibaut; Gemme, Claudia; Gensolen, Fabrice; George, Matthias; Ghislain, Patrick; Giacomini, Gabriele; Gibson, Stephen; Giordani, Mario Paolo; Giugni, Danilo; Gjersdal, Håvard; Glitza, Karl Walter; Gnani, Dario; Godlewski, Jan; Gonella, Laura; Gorelov, Igor; Gorišek, Andrej; Gössling, Claus; Grancagnolo, Sergio; Gray, Heather; Gregor, Ingrid-Maria; Grenier, Philippe; Grinstein, Sebastian; Gromov, Vladimir; Grondin, Denis; Grosse-Knetter, Jörn; Hansen, Thor-Erik; Hansson, Per; Harb, Ali; Hartman, Neal; Hasi, Jasmine; Hegner, Franziska; Heim, Timon; Heinemann, Beate; Hemperek, Tomasz; Hessey, Nigel; Hetmánek, Martin; Hoeferkamp, Martin; Hostachy, Jean-Yves; Hügging, Fabian; Husi, Coralie; Iacobucci, Giuseppe; Idarraga, John; Ikegami, Yoichi; Janoška, Zdenko; Jansen, Jens; Jansen, Luc; Jensen, Frank; Jentzsch, Jennifer; Joseph, John; Kagan, Harris; Karagounis, Michael; Kass, Richard; Kenney, Christopher J; Kersten, Susanne; Kind, Peter; Klingenberg, Reiner; Kluit, Ruud; Kocian, Martin; Koffeman, Els; Kok, Angela; Korchak, Oleksandr; Korolkov, Ilya; Kostyukhin, Vadim; Krieger, Nina; Krüger, Hans; Kruth, Andre; Kugel, Andreas; Kuykendall, William; La Rosa, Alessandro; Lai, Chung-Hang; Lantzsch, Kerstin; Laporte, Didier; Lapsien, Tobias; Lounis, abdenour; Lozano, Manuel; Lu, Yunpeng; Lubatti, Henry; Macchiolo, Anna; Mallik, Usha; Mandić, Igor; Marchand, Denis; Marchiori, Giovanni; Massol, Nicolas; Matthias, Wittgen; Mättig, Peter; Mekkaoui, Abderrazak; Menouni, Mohsine; Menu, Johann; Meroni, Chiara; Mesa, Javier; Micelli, Andrea; Michal, Sébastien; Miglioranzi, Silvia; Mikuž, Marko; Mitsui, Shingo; Monti, Mauro; Moore, J; Morettini, Paolo; Muenstermann, Daniel; Murray, Peyton; Nellist, Clara; Nelson, David J; Nessi, Marzio; Neumann, Manuel; Nisius, Richard; Nordberg, Markus; Nuiry, Francois-Xavier; Oppermann, Hermann; Oriunno, Marco; Padilla, Cristobal; Parker, Sherwood; Pellegrini, Giulio; Pelleriti, Gabriel; Pernegger, Heinz; Piacquadio, Nicola Giacinto; Picazio, Attilio; Pohl, David; Polini, Alessandro; Popule, Jiří; Portell Bueso, Xavier; Povoli, Marco; Puldon, David; Pylypchenko, Yuriy; Quadt, Arnulf; Quirion, David; Ragusa, Francesco; Rambure, Thibaut; Richards, Erik; Ristic, Branislav; Røhne, Ole; Rothermund, Mario; Rovani, Alessandro; Rozanov, Alexandre; Rubinskiy, Igor; Rudolph, Matthew Scott; Rummler, André; Ruscino, Ettore; Salek, David; Salzburger, Andreas; Sandaker, Heidi; Schipper, Jan-David; Schneider, Basil; Schorlemmer, Andre; Schroer, Nicolai; Schwemling, Philippe; Seidel, Sally; Seiden, Abraham; Šícho, Petr; Skubic, Patrick; Sloboda, Michal; Smith, D; Sood, Alex; Spencer, Edwin; Strang, Michael; Stugu, Bjarne; Stupak, John; Su, Dong; Takubo, Yosuke; Tassan, Jean; Teng, Ping-Kun; Terada, Susumu; Todorov, Theodore; Tomášek, Michal; Toms, Konstantin; Travaglini, Riccardo; Trischuk, William; Troncon, Clara; Troska, Georg; Tsiskaridze, Shota; Tsurin, Ilya; Tsybychev, Dmitri; Unno, Yoshinobu; Vacavant, Laurent; Verlaat, Bart; Vianello, Elisa; Vigeolas, Eric; von Kleist, Stephan; Vrba, Václav; Vuillermet, Raphaël; Wang, Rui; Watts, Stephen; Weber, Michele; Weber, Marteen; Weigell, Philipp; Weingarten, Jens; Welch, Steven David; Wenig, Siegfried; Wermes, Norbert; Wiese, Andreas; Wittig, Tobias; Yildizkaya, Tamer; Zeitnitz, Christian; Ziolkowski, Michal; Zivkovic, Vladimir; Zoccoli, Antonio; Zorzi, Nicola; Zwalinski, Lukasz

    2012-01-01

    The ATLAS Collaboration will upgrade its semiconductor pixel tracking detector with a new Insertable B-layer (IBL) between the existing pixel detector and the vacuum pipe of the Large Hadron Collider. The extreme operating conditions at this location have necessitated the development of new radiation hard pixel sensor technologies and a new front-end readout chip, called the FE-I4. Planar pixel sensors and 3D pixel sensors have been investigated to equip this new pixel layer, and prototype modules using the FE-I4A have been fabricated and characterized using 120 GeV pions at the CERN SPS and 4 GeV positrons at DESY, before and after module irradiation. Beam test results are presented, including charge collection efficiency, tracking efficiency and charge sharing.

  15. Overview of the "epigenetic end points in toxicologic pathology and relevance to human health" session of the 2014 Society Of Toxicologic Pathology Annual Symposium.

    Science.gov (United States)

    Hoenerhoff, Mark J; Hartke, James

    2015-01-01

    The theme of the Society of Toxicologic Pathology 2014 Annual Symposium was "Translational Pathology: Relevance of Toxicologic Pathology to Human Health." The 5th session focused on epigenetic end points in biology, toxicity, and carcinogenicity, and how those end points are relevant to human exposures. This overview highlights the various presentations in this session, discussing integration of epigenetics end points in toxicologic pathology studies, investigating the role of epigenetics in product safety assessment, epigenetic changes in cancers, methodologies to detect them, and potential therapies, chromatin remodeling in development and disease, and epigenomics and the microbiome. The purpose of this overview is to discuss the application of epigenetics to toxicologic pathology and its utility in preclinical or mechanistic based safety, efficacy, and carcinogenicity studies. © 2014 by The Author(s).

  16. Upgrade of the First Level Muon Trigger in the End-Cap New Small Wheel Region of the ATLAS Detector

    International Nuclear Information System (INIS)

    Munwes, Yonathan

    2013-06-01

    The luminosity levels foreseen at the LHC after the 2018 LHC upgrade will tighten the demands on the ATLAS first level muon trigger system. A finer muon selection will be required to cope with the increased background and to keep the trigger rate for 20 GeV/c pTmuons as before. The introduction of new detectors in the small wheel region of the end-cap muon spectrometer will allow to refine the current trigger selection, allowing to increase the rejection power for tracks not coming from the interaction point, thus to find candidate muon tracks within 1 mrad angular resolution and within the 500 ns available latency. The on-detector trigger logic will require a coincidence of eight layers of small thin gap chambers detector pads to determine the trigger regions-of-interest. The charge information from the detector strips of the selected regions-of-interest will be sent to the off-detector trigger logic, which will calculate the strip centroids and extrapolate the muon tracks. The muon tracks information will be finally sent to the end-cap sector logic, which will combine the big wheel and the new small wheel trigger data, and provide the trigger muon candidates to the ATLAS central trigger. (author)

  17. Precise Point Positioning with the BeiDou Navigation Satellite System

    Directory of Open Access Journals (Sweden)

    Min Li

    2014-01-01

    Full Text Available By the end of 2012, China had launched 16 BeiDou-2 navigation satellites that include six GEOs, five IGSOs and five MEOs. This has provided initial navigation and precise pointing services ability in the Asia-Pacific regions. In order to assess the navigation and positioning performance of the BeiDou-2 system, Wuhan University has built up a network of BeiDou Experimental Tracking Stations (BETS around the World. The Position and Navigation Data Analyst (PANDA software was modified to determine the orbits of BeiDou satellites and provide precise orbit and satellite clock bias products from the BeiDou satellite system for user applications. This article uses the BeiDou/GPS observations of the BeiDou Experimental Tracking Stations to realize the BeiDou and BeiDou/GPS static and kinematic precise point positioning (PPP. The result indicates that the precision of BeiDou static and kinematic PPP reaches centimeter level. The precision of BeiDou/GPS kinematic PPP solutions is improved significantly compared to that of BeiDou-only or GPS-only kinematic PPP solutions. The PPP convergence time also decreases with the use of combined BeiDou/GPS systems.

  18. Precise point positioning with the BeiDou navigation satellite system.

    Science.gov (United States)

    Li, Min; Qu, Lizhong; Zhao, Qile; Guo, Jing; Su, Xing; Li, Xiaotao

    2014-01-08

    By the end of 2012, China had launched 16 BeiDou-2 navigation satellites that include six GEOs, five IGSOs and five MEOs. This has provided initial navigation and precise pointing services ability in the Asia-Pacific regions. In order to assess the navigation and positioning performance of the BeiDou-2 system, Wuhan University has built up a network of BeiDou Experimental Tracking Stations (BETS) around the World. The Position and Navigation Data Analyst (PANDA) software was modified to determine the orbits of BeiDou satellites and provide precise orbit and satellite clock bias products from the BeiDou satellite system for user applications. This article uses the BeiDou/GPS observations of the BeiDou Experimental Tracking Stations to realize the BeiDou and BeiDou/GPS static and kinematic precise point positioning (PPP). The result indicates that the precision of BeiDou static and kinematic PPP reaches centimeter level. The precision of BeiDou/GPS kinematic PPP solutions is improved significantly compared to that of BeiDou-only or GPS-only kinematic PPP solutions. The PPP convergence time also decreases with the use of combined BeiDou/GPS systems.

  19. No significant effect of angiotensin II receptor blockade on intermediate cardiovascular end points in hemodialysis patients

    DEFF Research Database (Denmark)

    Peters, Christian Daugaard; Kjaergaard, Krista D; Jensen, Jens D

    2014-01-01

    Agents blocking the renin-angiotensin-aldosterone system are frequently used in patients with end-stage renal disease, but whether they exert beneficial cardiovascular effects is unclear. Here the long-term effects of the angiotensin II receptor blocker, irbesartan, were studied in hemodialysis......, and residual renal function. Brachial blood pressure decreased significantly in both groups, but there was no significant difference between placebo and irbesartan. Use of additional antihypertensive medication, ultrafiltration volume, and dialysis dosage were not different. Intermediate cardiovascular end...... points such as central aortic blood pressure, carotid-femoral pulse wave velocity, left ventricular mass index, N-terminal brain natriuretic prohormone, heart rate variability, and plasma catecholamines were not significantly affected by irbesartan treatment. Changes in systolic blood pressure during...

  20. Qatar's Educational System in the Technology-Driven Era: Long Story Short

    Science.gov (United States)

    Karkouti, Ibrahim Mohamad

    2016-01-01

    This paper provides an overview of Qatar's educational system. Specifically, it focuses on the national educational reform that has been unfolding since 2003, tracks its progress, and describes the extent to which educational technology is utilized within Qatari institutions of the higher education. The paper ends with recommendations for practice…

  1. Implementation and development of vehicle tracking and immobilization technologies.

    Science.gov (United States)

    2010-01-01

    Since the mid-1980s, limited use has been made of vehicle tracking using satellite communications to mitigate the security and safety risks created by the highway transportation of certain types of hazardous materials. However, vehicle-tracking techn...

  2. Casimir energy of the Nambu-Goto string with Gauss-Bonnet term and point-like masses at the ends

    OpenAIRE

    Hadasz, Leszek

    1999-01-01

    We calculate (using zeta function regularization) the Casimir energy of the rotating Nambu-Goto string with the Gauss-Bonnet term in the action and point-like masses at the ends. The resulting value turns out to be negative for all values of the parameters of the model.

  3. Feasibility of popular m-health technologies for activity tracking among individuals with serious mental illness.

    Science.gov (United States)

    Naslund, John A; Aschbrenner, Kelly A; Barre, Laura K; Bartels, Stephen J

    2015-03-01

    Obesity prevalence is nearly double among individuals with serious mental illness (SMI), including schizophrenia spectrum disorders, bipolar disorder, or major depressive disorder, compared with the general population. Emerging mobile health (m-health) technologies are increasingly available and offer the potential to support lifestyle interventions targeting weight loss, yet the practical feasibility of using these technologies in this high-risk group has not been established. We evaluated the feasibility and acceptability of popular m-health technologies for activity tracking among overweight and obese individuals with SMI. We provided wearable activity monitoring devices (FitBit [San Francisco, CA] Zip™ or Nike Inc. [Beaverton, OR] FuelBand) and smartphones (Apple [Cupertino, CA] iPhone(®) 4S) for accessing the smartphone application for each device to participants with SMI enrolled in a weight loss program. Feasibility of these devices was measured by the frequency of use over time. Acceptability was measured through qualitative follow-up interviews with participants. Ten participants with SMI wore the devices for a mean of 89% (standard deviation=13%) of the days in the study. Five participants wore the devices 100% of the time. Participants reported high satisfaction, stating the devices were easy to use, helpful for setting goals, motivational, and useful for self-monitoring. Several participants liked the social connectivity feature of the devices where they could see each other's progress on the smartphone application, noting that "friendly" competition increased motivation to be more physically active. This study supports using popular m-health technologies for activity tracking among individuals with SMI. These findings can inform the design of weight loss interventions targeting this vulnerable patient population.

  4. Skull registration for prone patient position using tracked ultrasound

    Science.gov (United States)

    Underwood, Grace; Ungi, Tamas; Baum, Zachary; Lasso, Andras; Kronreif, Gernot; Fichtinger, Gabor

    2017-03-01

    PURPOSE: Tracked navigation has become prevalent in neurosurgery. Problems with registration of a patient and a preoperative image arise when the patient is in a prone position. Surfaces accessible to optical tracking on the back of the head are unreliable for registration. We investigated the accuracy of surface-based registration using points accessible through tracked ultrasound. Using ultrasound allows access to bone surfaces that are not available through optical tracking. Tracked ultrasound could eliminate the need to work (i) under the table for registration and (ii) adjust the tracker between surgery and registration. In addition, tracked ultrasound could provide a non-invasive method in comparison to an alternative method of registration involving screw implantation. METHODS: A phantom study was performed to test the feasibility of tracked ultrasound for registration. An initial registration was performed to partially align the pre-operative computer tomography data and skull phantom. The initial registration was performed by an anatomical landmark registration. Surface points accessible by tracked ultrasound were collected and used to perform an Iterative Closest Point Algorithm. RESULTS: When the surface registration was compared to a ground truth landmark registration, the average TRE was found to be 1.6+/-0.1mm and the average distance of points off the skull surface was 0.6+/-0.1mm. CONCLUSION: The use of tracked ultrasound is feasible for registration of patients in prone position and eliminates the need to perform registration under the table. The translational component of error found was minimal. Therefore, the amount of TRE in registration is due to a rotational component of error.

  5. Preliminary thoughts on the data acquisition for the next generation of silicon tracking systems

    International Nuclear Information System (INIS)

    Genat, J.F.; Savoy-Navarro, A.

    2007-01-01

    Preliminary thoughts about the data acquisition system to be developed for the next generation of large area silicon tracker are presented in this paper. This paper describes the set of data delivered by these tracking systems, and the various stages of processing and data flow transmission from the front-end chip sitting on the detector to the latest stage in the data processing. How to best profit from the status of the art technologies is a major goal. (author)

  6. Lack of Bystander Effects From High-LET Radiation For Early Cytogenetic End Points

    International Nuclear Information System (INIS)

    Groesser, Torsten; Cooper, Brian; Rydberg, Bjorn

    2008-01-01

    The aim of this work was to study radiation-induced bystander effects for early cytogenetic end points in various cell lines using the medium transfer technique after exposure to high- and low-LET radiation. Cells were exposed to 20 MeV/ nucleon nitrogen ions, 968 MeV/nucleon iron ions, or 575 MeV/nucleon iron ions followed by transfer of the conditioned medium from the irradiated cells to unirradiated test cells. The effects studied included DNA double-strand break induction, γ-H2AX focus formation, induction of chromatid breaks in prematurely condensed chromosomes, and micronucleus formation using DNA repair-proficient and -deficient hamster and human cell lines (xrs6, V79, SW48, MO59K and MO59J). Cell survival was also measured in SW48 bystander cells using X rays. Although it was occasionally possible to detect an increase in chromatid break levels using nitrogen ions and to see a higher number of γ-H2AX foci using nitrogen and iron ions in xrs6 bystander cells in single experiments, the results were not reproducible. After we pooled all the data, we could not verify a significant bystander effect for any of these end points. Also, we did not detect a significant bystander effect for DSB induction or micronucleus formation in these cell lines or for clonogenic survival in SW48 cells. The data suggest that DNA damage and cytogenetic changes are not induced in bystander cells. In contrast, data in the literature show pronounced bystander effects in a variety of cell lines, including clonogenic survival in SW48 cells and induction of chromatid breaks and micronuclei in hamster cells. To reconcile these conflicting data, it is possible that the epigenetic status of the specific cell line or the precise culture conditions and medium supplements, such as serum, may be critical for inducing bystander effects.

  7. Low Cost vs. High-End Eye Tracking for Usability Testing

    DEFF Research Database (Denmark)

    Johansen, Sune Alstrup; San Agustin, Javier; Jensen, Henrik Tomra Skovsgaard Hegner

    2011-01-01

    Accuracy of an open source remote eye tracking system and a state-of-the-art commercial eye tracker was measured 4 times during a usability test. Results from 9 participants showed both devices to be fairly stable over time, but the commercial tracker was more accurate with a mean error of 31 pix...

  8. Awareness, Interest, and Preferences of Primary Care Providers in Using Point-of-Care Cancer Screening Technology.

    Directory of Open Access Journals (Sweden)

    Chloe S Kim

    Full Text Available Well-developed point-of-care (POC cancer screening tools have the potential to provide better cancer care to patients in both developed and developing countries. However, new medical technology will not be adopted by medical providers unless it addresses a population's existing needs and end-users' preferences. The goals of our study were to assess primary care providers' level of awareness, interest, and preferences in using POC cancer screening technology in their practice and to provide guidelines to biomedical engineers for future POC technology development. A total of 350 primary care providers completed a one-time self-administered online survey, which took approximately 10 minutes to complete. A $50 Amazon gift card was given as an honorarium for the first 100 respondents to encourage participation. The description of POC cancer screening technology was provided in the beginning of the survey to ensure all participants had a basic understanding of what constitutes POC technology. More than half of the participants (57% stated that they heard of the term "POC technology" for the first time when they took the survey. However, almost all of the participants (97% stated they were either "very interested" (68% or "somewhat interested" (29% in using POC cancer screening technology in their practice. Demographic characteristics such as the length of being in the practice of medicine, the percentage of patients on Medicaid, and the average number of patients per day were not shown to be associated with the level of interest in using POC. These data show that there is a great interest in POC cancer screening technology utilization among this population of primary care providers and vast room for future investigations to further understand the interest and preferences in using POC cancer technology in practice. Ensuring that the benefits of new technology outweigh the costs will maximize the likelihood it will be used by medical providers and

  9. Electronic tracking system and wandering in Alzheimer's disease: a case study.

    Science.gov (United States)

    Faucounau, V; Riguet, M; Orvoen, G; Lacombe, A; Rialle, V; Extra, J; Rigaud, A-S

    2009-01-01

    Wandering is a behavioural disorder, which occurs in Alzheimer's disease or other dementia. People who wander are at risk of physical harm and untimely death. Moreover, wandering behaviour causes a lot of stress to the caregivers. In the last few years, different geolocation devices have been developed in order to minimise risk and manage unsafe wandering. These detection systems rarely meet patients and caregivers' needs because they are not involved in the devices building process. The aim is to explore the needs and perceptions of wandering persons and their caregivers towards existing tracking devices as well as their acceptability and usability. This paper reports a dyad case. The tracking system tested is presented as a mobile Global Positioning System (GPS) receiver-shaped, including function of telephony and data transfer via GSM/GPRS. Dyad patient/caregiver expressed their needs and perceptions towards tracking devices and gave their impressions about the functioning of the tested device at the end of the test. The patient focused on the device's shape which he found too voluminous and unaesthetic, and was unable to give an opinion about the device's functioning. The spouse highlighted malfunctions and usage difficulties, which made the device not appropriate to her needs. Involving end-users in the co-design of new technologies is necessary for building tailored devices. Moreover, in this area of dementia care, the person-centred approach is essential to a tailored wandering management.

  10. Understanding Semiotic Technology in University Classrooms: A Social Semiotic Approach to PowerPoint-Assisted Cultural Studies Lectures

    Science.gov (United States)

    Zhao, Sumin; van Leeuwen, Theo

    2014-01-01

    In this paper, we propose a social semiotic approach to studying PowerPoint in university classrooms. Our approach is centred on two premises: (1) PowerPoint is a semiotic technology that can be integrated into the pedagogical discourse of classrooms, and (2) PowerPoint technology encompasses three interrelated dimensions of social semiotic…

  11. Miniaturization for Point-of-Care Analysis: Platform Technology for Almost Every Biomedical Assay.

    Science.gov (United States)

    Schumacher, Soeren; Sartorius, Dorian; Ehrentreich-Förster, Eva; Bier, Frank F

    2012-10-01

    Platform technologies for the changing need of diagnostics are one of the main challenges in medical device technology. From one point-of-view the demand for new and more versatile diagnostic is increasing due to a deeper knowledge of biomarkers and their combination with diseases. From another point-of-view a decentralization of diagnostics will occur since decisions can be made faster resulting in higher success of therapy. Hence, new types of technologies have to be established which enables a multiparameter analysis at the point-of-care. Within this review-like article a system called Fraunhofer ivD-platform is introduced. It consists of a credit-card sized cartridge with integrated reagents, sensors and pumps and a read-out/processing unit. Within the cartridge the assay runs fully automated within 15-20 minutes. Due to the open design of the platform different analyses such as antibody, serological or DNA-assays can be performed. Specific examples of these three different assay types are given to show the broad applicability of the system.

  12. End-point detection in potentiometric titration by continuous wavelet transform.

    Science.gov (United States)

    Jakubowska, Małgorzata; Baś, Bogusław; Kubiak, Władysław W

    2009-10-15

    The aim of this work was construction of the new wavelet function and verification that a continuous wavelet transform with a specially defined dedicated mother wavelet is a useful tool for precise detection of end-point in a potentiometric titration. The proposed algorithm does not require any initial information about the nature or the type of analyte and/or the shape of the titration curve. The signal imperfection, as well as random noise or spikes has no influence on the operation of the procedure. The optimization of the new algorithm was done using simulated curves and next experimental data were considered. In the case of well-shaped and noise-free titration data, the proposed method gives the same accuracy and precision as commonly used algorithms. But, in the case of noisy or badly shaped curves, the presented approach works good (relative error mainly below 2% and coefficients of variability below 5%) while traditional procedures fail. Therefore, the proposed algorithm may be useful in interpretation of the experimental data and also in automation of the typical titration analysis, specially in the case when random noise interfere with analytical signal.

  13. Multitarget multisensor closed-loop tracking

    Science.gov (United States)

    Sanders-Reed, John N.

    2004-07-01

    This paper describes a closed-loop tracking system using multiple co-located sensors to develop multi-sensor track histories on multiple targets. The use of multiple, co-aligned sensors to track multiple, possibly maneuvering targets, presents a number of tracker design challenges and opportunities. Many of these problems have been addressed individually in the published literature from a theoretical point of view. However, no one has yet addressed the design and implementation of a specific tracker to meet all of these requirements at once. Specific questions addressed in this paper include how to assign N detections in a current frame to M active tracks, how to initiate new tracks and terminate dead tracks, how to combine information from multiple sensors into a single integrated picture, represented by a global track file, and how to perform these functions in a timely manner to support a precision closed loop tracking system.

  14. Use of the contingency matrix in the TRACK-MATCH procedure for two projections

    International Nuclear Information System (INIS)

    Baginyan, S.A.; Moroz, V.I.

    1985-01-01

    When analysing the work of geometrical reconstruction programs it is noted that if the TRACK-MATCH procedure is successful, it garantes the event measurement correctness. This serves as a base for application of the TRACK-MATCH procedure as a test for event mask measurements. Such use of the procedure does not require point-to-point correspondence between track images in different projections. It is sufficient to establish that the TRACK-MATCH procedure admits a solusion. It is shown that the problem of point-to-point correspondence between track images in different projections is reduced to conting matrix analysis. It is stated that if the determinant of the contingency matrix is not equal to zero it is sufficient for the TRACK-MATCH procedure to be solved

  15. Integrating eye tracking in virtual reality for stroke rehabilitation

    OpenAIRE

    Alves, Júlio Miguel Gomes Rebelo

    2014-01-01

    This thesis reports on research done for the integration of eye tracking technology into virtual reality environments, with the goal of using it in rehabilitation of patients who suffered from stroke. For the last few years, eye tracking has been a focus on medical research, used as an assistive tool  to help people with disabilities interact with new technologies  and as an assessment tool  to track the eye gaze during computer interactions. However, tracking more complex gaze behavio...

  16. Das Ende der Literatur als sekundäres Kommunikationsmittel?

    Directory of Open Access Journals (Sweden)

    Hikmet TAN

    2013-12-01

    Full Text Available The End of Literature as an Indirect Medium – With the digital revolution incommunication technology, communication has accelerated and communication means, have becomevirtual and digital processes. As a secondary communication mean, literature in general and novel in specific, have been affected quite much and they are still being affected. In this study, taking the role of digital technology in culture process as a base, the condition of novel as a secondary culture source is taken into consideration with a critical point of view.Key words: Audiovisuality, aesthetics, novel.

  17. Mid-point for open-ended income category and the effect of equivalence scales on the income-health relationship.

    Science.gov (United States)

    Celeste, Roger Keller; Bastos, João Luiz

    2013-12-01

    To estimate the mid-point of an open-ended income category and to assess the impact of two equivalence scales on income-health associations. Data were obtained from the 2010 Brazilian Oral Health Survey (Pesquisa Nacional de Saúde Bucal--SBBrasil 2010). Income was converted from categorical to two continuous variables (per capita and equivalized) for each mid-point. The median mid-point was R$ 14,523.50 and the mean, R$ 24,507.10. When per capita income was applied, 53% of the population were below the poverty line, compared with 15% with equivalized income. The magnitude of income-health associations was similar for continuous income, but categorized equivalized income tended to decrease the strength of association.

  18. Principal-vector-directed fringe-tracking technique.

    Science.gov (United States)

    Zhang, Zhihui; Guo, Hongwei

    2014-11-01

    Fringe tracking is one of the most straightforward techniques for analyzing a single fringe pattern. This work presents a principal-vector-directed fringe-tracking technique. It uses Gaussian derivatives for estimating fringe gradients and uses hysteresis thresholding for segmenting singular points, thus improving the principal component analysis method. Using it allows us to estimate the principal vectors of fringes from a pattern with high noise. The fringe-tracking procedure is directed by these principal vectors, so that erroneous results induced by noise and other error-inducing factors are avoided. At the same time, the singular point regions of the fringe pattern are identified automatically. Using them allows us to determine paths through which the "seed" point for each fringe skeleton is easy to find, thus alleviating the computational burden in processing the fringe pattern. The results of a numerical simulation and experiment demonstrate this method to be valid.

  19. Tracking by Machine Learning Methods

    CERN Document Server

    Jofrehei, Arash

    2015-01-01

    Current track reconstructing methods start with two points and then for each layer loop through all possible hits to find proper hits to add to that track. Another idea would be to use this large number of already reconstructed events and/or simulated data and train a machine on this data to find tracks given hit pixels. Training time could be long but real time tracking is really fast Simulation might not be as realistic as real data but tacking has been done for that with 100 percent efficiency while by using real data we would probably be limited to current efficiency.

  20. Guidelines for time-to-event end point definitions in breast cancer trials: results of the DATECAN initiative (Definition for the Assessment of Time-to-event Endpoints in CANcer trials)†.

    Science.gov (United States)

    Gourgou-Bourgade, S; Cameron, D; Poortmans, P; Asselain, B; Azria, D; Cardoso, F; A'Hern, R; Bliss, J; Bogaerts, J; Bonnefoi, H; Brain, E; Cardoso, M J; Chibaudel, B; Coleman, R; Cufer, T; Dal Lago, L; Dalenc, F; De Azambuja, E; Debled, M; Delaloge, S; Filleron, T; Gligorov, J; Gutowski, M; Jacot, W; Kirkove, C; MacGrogan, G; Michiels, S; Negreiros, I; Offersen, B V; Penault Llorca, F; Pruneri, G; Roche, H; Russell, N S; Schmitt, F; Servent, V; Thürlimann, B; Untch, M; van der Hage, J A; van Tienhoven, G; Wildiers, H; Yarnold, J; Bonnetain, F; Mathoulin-Pélissier, S; Bellera, C; Dabakuyo-Yonli, T S

    2015-05-01

    Using surrogate end points for overall survival, such as disease-free survival, is increasingly common in randomized controlled trials. However, the definitions of several of these time-to-event (TTE) end points are imprecisely which limits interpretation and cross-trial comparisons. The estimation of treatment effects may be directly affected by the definitions of end points. The DATECAN initiative (Definition for the Assessment of Time-to-event Endpoints in CANcer trials) aims to provide recommendations for definitions of TTE end points. We report guidelines for randomized cancer clinical trials (RCTs) in breast cancer. A literature review was carried out to identify TTE end points (primary or secondary) reported in publications of randomized trials or guidelines. An international multidisciplinary panel of experts proposed recommendations for the definitions of these end points based on a validated consensus method that formalize the degree of agreement among experts. Recommended guidelines for the definitions of TTE end points commonly used in RCTs for breast cancer are provided for non-metastatic and metastatic settings. The use of standardized definitions should facilitate comparisons of trial results and improve the quality of trial design and reporting. These guidelines could be of particular interest to those involved in the design, conducting, reporting, or assessment of RCT. © The Author 2015. Published by Oxford University Press on behalf of the European Society for Medical Oncology. All rights reserved. For permissions, please email: journals.permissions@oup.com.

  1. TAGGING, TRACKING AND LOCATING WITHOUT GPS

    Energy Technology Data Exchange (ETDEWEB)

    Cordaro, J.; Coleman, T.; Shull, D.

    2012-07-08

    The Savannah River National Laboratory (SRNL) was requested to lead a Law Enforcement Working Group that was formed to collaborate on common operational needs. All agencies represented on the working group ranked their need to tag, track, and locate a witting or unwitting target as their highest priority. Specifically, they were looking for technologies more robust than Global Positioning Satellite (GPS), could communicate back to the owner, and worked where normal cell phone communications did not work or were unreliable. SRNL brought together multiple technologies in a demonstration that was held in in various Alaska venues, including metropolitan, wilderness, and at-sea that met the working group's requirements. Using prototypical technologies from Boeing, On Ramp, and Fortress, SRNL was able to demonstrate the ability to track personnel and material in all scenarios including indoors, in heavily wooden areas, canyons, and in parking garages. In all cases GPS signals were too weak to measure. Bi-directional communication was achieved in areas that Wi-Fi, cell towers, or traditional radios would not perform. The results of the exercise will be presented. These technologies are considered ideal for tracking high value material such has nuclear material with a platform that allows seamless tracking anywhere in the world, indoors or outdoors.

  2. Remote gaze tracking system for 3D environments.

    Science.gov (United States)

    Congcong Liu; Herrup, Karl; Shi, Bertram E

    2017-07-01

    Eye tracking systems are typically divided into two categories: remote and mobile. Remote systems, where the eye tracker is located near the object being viewed by the subject, have the advantage of being less intrusive, but are typically used for tracking gaze points on fixed two dimensional (2D) computer screens. Mobile systems such as eye tracking glasses, where the eye tracker are attached to the subject, are more intrusive, but are better suited for cases where subjects are viewing objects in the three dimensional (3D) environment. In this paper, we describe how remote gaze tracking systems developed for 2D computer screens can be used to track gaze points in a 3D environment. The system is non-intrusive. It compensates for small head movements by the user, so that the head need not be stabilized by a chin rest or bite bar. The system maps the 3D gaze points of the user onto 2D images from a scene camera and is also located remotely from the subject. Measurement results from this system indicate that it is able to estimate gaze points in the scene camera to within one degree over a wide range of head positions.

  3. Inertial fusion energy target injection, tracking, and beam pointing

    International Nuclear Information System (INIS)

    Petzoldt, R.W.

    1995-01-01

    Several cryogenic targets must be injected each second into a reaction chamber. Required target speed is about 100 m/s. Required accuracy of the driver beams on target is a few hundred micrometers. Fuel strength is calculated to allow acceleration in excess of 10,000 m/s 2 if the fuel temperature is less than 17 K. A 0.1 μm thick dual membrane will allow nearly 2,000 m/s 2 acceleration. Acceleration is gradually increased and decreased over a few membrane oscillation periods (a few ms), to avoid added stress from vibrations which could otherwise cause a factor of two decrease in allowed acceleration. Movable shielding allows multiple targets to be in flight toward the reaction chamber at once while minimizing neutron heating of subsequent targets. The use of multiple injectors is recommended for redundancy which increases availability and allows a higher pulse rate. Gas gun, rail gun, induction accelerator, and electrostatic accelerator target injection devices are studied, and compared. A gas gun is the preferred device for indirect-drive targets due to its simplicity and proven reliability. With the gas gun, the amount of gas required for each target (about 10 to 100 mg) is acceptable. A revolver loading mechanism is recommended with a cam operated poppet valve to control the gas flow. Cutting vents near the muzzle of the gas gun barrel is recommended to improve accuracy and aid gas pumping. If a railgun is used, we recommend an externally applied magnetic field to reduce required current by an order of magnitude. Optical target tracking is recommended. Up/down counters are suggested to predict target arrival time. Target steering is shown to be feasible and would avoid the need to actively point the beams. Calculations show that induced tumble from electrostatically steering the target is not excessive

  4. Reviewing Automated Sensor-Based Visitor Tracking Studies

    DEFF Research Database (Denmark)

    Mygind, Lærke; Bentsen, Peter

    2017-01-01

    The method of timing and tracking has a long history within visitor studies and exhibition evaluation. With an increase in indoor tracking research, sensor-based positioning tool usage in museums has grown, as have expectations regarding the efficacy of technological sensing systems. This literat......The method of timing and tracking has a long history within visitor studies and exhibition evaluation. With an increase in indoor tracking research, sensor-based positioning tool usage in museums has grown, as have expectations regarding the efficacy of technological sensing systems...... methods in terms of obtained level of detail, accuracy, level of obtrusiveness, automation of data entry, ability to time concurrent behaviors, and amount of observer training needed. Although individual sensor-based and traditional, observational methods had both strengths and weaknesses, all sensor......-based timing and tracking methods provided automated data entry and the opportunity to track a number of visitors simultaneously regardless of the available personnel....

  5. Stochastic bounded consensus tracking of leader—follower multi-agent systems with measurement noises and sampled-data

    International Nuclear Information System (INIS)

    Wu Zhi-Hai; Peng Li; Xie Lin-Bo; Wen Ji-Wei

    2012-01-01

    This paper is concerned with the stochastic bounded consensus tracking problems of leader—follower multi-agent systems, where the control input of an agent can only use the information measured at the sampling instants from its neighbours or the virtual leader with a time-varying reference state, and the measurements are corrupted by random noises. The probability limit theory and the algebra graph theory are employed to derive the necessary and sufficient conditions guaranteeing the mean square bounded consensus tracking. It is shown that the maximum allowable upper boundary of the sampling period simultaneously depends on the constant feedback gains and the network topology. Furthermore, the effects of the sampling period on the tracking performance are analysed. It turns out that from the view point of the sampling period, there is a trade-off between the tracking speed and the static tracking error. Simulations are provided to demonstrate the effectiveness of the theoretical results. (interdisciplinary physics and related areas of science and technology)

  6. Large scale tracking algorithms

    Energy Technology Data Exchange (ETDEWEB)

    Hansen, Ross L. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Love, Joshua Alan [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Melgaard, David Kennett [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Karelitz, David B. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Pitts, Todd Alan [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Zollweg, Joshua David [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Anderson, Dylan Z. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Nandy, Prabal [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Whitlow, Gary L. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Bender, Daniel A. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Byrne, Raymond Harry [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2015-01-01

    Low signal-to-noise data processing algorithms for improved detection, tracking, discrimination and situational threat assessment are a key research challenge. As sensor technologies progress, the number of pixels will increase signi cantly. This will result in increased resolution, which could improve object discrimination, but unfortunately, will also result in a significant increase in the number of potential targets to track. Many tracking techniques, like multi-hypothesis trackers, suffer from a combinatorial explosion as the number of potential targets increase. As the resolution increases, the phenomenology applied towards detection algorithms also changes. For low resolution sensors, "blob" tracking is the norm. For higher resolution data, additional information may be employed in the detection and classfication steps. The most challenging scenarios are those where the targets cannot be fully resolved, yet must be tracked and distinguished for neighboring closely spaced objects. Tracking vehicles in an urban environment is an example of such a challenging scenario. This report evaluates several potential tracking algorithms for large-scale tracking in an urban environment.

  7. A novel Gravity-FREAK feature extraction and Gravity-KLT tracking registration algorithm based on iPhone MEMS mobile sensor in mobile environment.

    Science.gov (United States)

    Hong, Zhiling; Lin, Fan; Xiao, Bin

    2017-01-01

    Based on the traditional Fast Retina Keypoint (FREAK) feature description algorithm, this paper proposed a Gravity-FREAK feature description algorithm based on Micro-electromechanical Systems (MEMS) sensor to overcome the limited computing performance and memory resources of mobile devices and further improve the reality interaction experience of clients through digital information added to the real world by augmented reality technology. The algorithm takes the gravity projection vector corresponding to the feature point as its feature orientation, which saved the time of calculating the neighborhood gray gradient of each feature point, reduced the cost of calculation and improved the accuracy of feature extraction. In the case of registration method of matching and tracking natural features, the adaptive and generic corner detection based on the Gravity-FREAK matching purification algorithm was used to eliminate abnormal matches, and Gravity Kaneda-Lucas Tracking (KLT) algorithm based on MEMS sensor can be used for the tracking registration of the targets and robustness improvement of tracking registration algorithm under mobile environment.

  8. The performance of the ZEUS central tracking detector z-by-timing electronics in a transputer based data acquisition system

    International Nuclear Information System (INIS)

    Foster, B.; Heath, G.P.; Llewellyn, T.J.; Gingrich, D.M.; Harnew, N.; Hallam-Baker, P.M.; Khatri, T.; McArthur, I.C.; Morawitz, P.; Nash, J.; Shield, P.D.; Topp-Jorgensen, S.; Wilson, F.F.; Allen, D.B.; Carter, R.C.; Jeffs, M.D.; Morrissey, M.C.; Quinton, S.P.H.; Lane, J.B.; Postranecky, M.

    1993-01-01

    The Central Tracking Detector of the ZEUS experiment employs a time difference technique to measure the z coordinate of each hit. The method provides fast, three-dimensional space point measurements which are used as input to all levels of the ZEUS trigger. Such a tracking trigger is essential in order to discriminate against events with vertices lying outside the nominal electron-proton interaction region. Since the beam crossing interval of the HERA collider is 96 ns, all data must be pipelined through the front-end readout electronics. Subsequent data aquisition employs a novel technique which utilizes a network of approximately 120 INMOS transputers to process the data in parallel. The z-by-timing method and its data aquisition have been employed successfully in recording and reconstructing tracks from electron-proton interactions in ZEUS. (orig.)

  9. Tissue-Point Motion Tracking in the Tongue from Cine MRI and Tagged MRI

    Science.gov (United States)

    Woo, Jonghye; Stone, Maureen; Suo, Yuanming; Murano, Emi Z.; Prince, Jerry L.

    2014-01-01

    Purpose: Accurate tissue motion tracking within the tongue can help professionals diagnose and treat vocal tract--related disorders, evaluate speech quality before and after surgery, and conduct various scientific studies. The authors compared tissue tracking results from 4 widely used deformable registration (DR) methods applied to cine magnetic…

  10. A Hybrid Maximum Power Point Tracking Approach for Photovoltaic Systems under Partial Shading Conditions Using a Modified Genetic Algorithm and the Firefly Algorithm

    Directory of Open Access Journals (Sweden)

    Yu-Pei Huang

    2018-01-01

    Full Text Available This paper proposes a modified maximum power point tracking (MPPT algorithm for photovoltaic systems under rapidly changing partial shading conditions (PSCs. The proposed algorithm integrates a genetic algorithm (GA and the firefly algorithm (FA and further improves its calculation process via a differential evolution (DE algorithm. The conventional GA is not advisable for MPPT because of its complicated calculations and low accuracy under PSCs. In this study, we simplified the GA calculations with the integration of the DE mutation process and FA attractive process. Results from both the simulation and evaluation verify that the proposed algorithm provides rapid response time and high accuracy due to the simplified processing. For instance, evaluation results demonstrate that when compared to the conventional GA, the execution time and tracking accuracy of the proposed algorithm can be, respectively, improved around 69.4% and 4.16%. In addition, in comparison to FA, the tracking speed and tracking accuracy of the proposed algorithm can be improved around 42.9% and 1.85%, respectively. Consequently, the major improvement of the proposed method when evaluated against the conventional GA and FA is tracking speed. Moreover, this research provides a framework to integrate multiple nature-inspired algorithms for MPPT. Furthermore, the proposed method is adaptable to different types of solar panels and different system formats with specifically designed equations, the advantages of which are rapid tracking speed with high accuracy under PSCs.

  11. Quantitative Evaluation of the Fetal Right and Left Ventricular Fractional Area Change Using Speckle Tracking Technology.

    Science.gov (United States)

    DeVore, Greggory R; Klas, Berthold; Satou, Gary; Sklansky, Mark

    2018-03-14

    The purpose of this study was to measure the fractional area change (FAC) of the right and left ventricles in normal fetal hearts between 20 and 40 weeks of gestation using speckle-tracking software. The 4-chamber view of the fetal heart was obtained in 200 control fetuses between 20 and 40 weeks of gestation. The FAC was computed from the ventricular areas [((end-diastolic area) - (end-systolic area)/(end-diastolic area)) x 100] for the right and left ventricles and regressed against 7 independent biometric and age variables. The FAC was correlated with longitudinal fractional shortening (LFS) [((end-diastolic longitudinal length) - (end-systolic longitudinal length) /(end-diastolic longitudinal length)) x 100] obtained from the mid ventricular basal-apical lengths of the right and left ventricular chambers and the transverse fractional shortening (TFS) [((end-diastolic transverse length) - (end-systolic transverse length)/(end-diastolic transverse length)) x 100] from three transverse positions (base, mid, apical) located within each ventricular chamber. To evaluate potential clinical utility, the FAC, LFS, and TFS results were examined in 9 fetuses with congenital heart defects (CHD). Regression analysis demonstrated significant associations between the FAC and the biometric and age independent variables (R 2 = 0.13 - 0.15). The FAC was significantly correlated with the LFS (R 2 =0.18 to 0.28) and TFS (R 2 = 0.13 to 0.33). The 9 fetuses with CHD illustrated the interrelationship between the FAC, LFS, and TFS when identifying abnormal ventricular function. This study reports results from measuring the FAC of the right and left ventricles, and demonstrates a correlation with longitudinal fractional shortening (LFS) and transverse fractional shortening (TFS). This article is protected by copyright. All rights reserved.

  12. Lightweight Battery Charge Regulator Used to Track Solar Array Peak Power

    Science.gov (United States)

    Soeder, James F.; Button, Robert M.

    1999-01-01

    A battery charge regulator based on the series-connected boost regulator (SCBR) technology has been developed for high-voltage spacecraft applications. The SCBR regulates the solar array power during insolation to prevent battery overcharge or undercharge conditions. It can also be used to provide regulated battery output voltage to spacecraft loads if necessary. This technology uses industry-standard dc-dc converters and a unique interconnection to provide size, weight, efficiency, fault tolerance, and modularity benefits over existing systems. The high-voltage SCBR shown in the photograph has demonstrated power densities of over 1000 watts per kilogram (W/kg). Using four 150-W dc-dc converter modules, it can process 2500 W of power at 120 Vdc with a minimum input voltage of 90 Vdc. Efficiency of the SCBR was 94 to 98 percent over the entire operational range. Internally, the unit is made of two separate SCBR s, each with its own analog control circuitry, to demonstrate the modularity of the technology. The analog controllers regulate the output current and incorporate the output voltage limit with active current sharing between the two units. They also include voltage and current telemetry, on/off control, and baseplate temperature sensors. For peak power tracking, the SCBR was connected to a LabView-based data acquisition system for telemetry and control. A digital control algorithm for tracking the peak power point of a solar array was developed using the principle of matching the source impedance with the load impedance for maximum energy transfer. The algorithm was successfully demonstrated in a simulated spacecraft electrical system at the Boeing PhantomWorks High Voltage Test Facility in Seattle, Washington. The system consists of a 42-string, high-voltage solar array simulator, a 77-cell, 80-ampere-hour (A-hr) nickel-hydrogen battery, and a constant power-load module. The SCBR and the LabView control algorithm successfully tracked the solar array peak

  13. Educational Governance and Innovation: Technology as End and Means of Government

    Science.gov (United States)

    Cifuentes, Gary

    2016-01-01

    Innovation in education enhanced by new technologies has become a central issue in the agenda of many countries around the world. This article analyses this emergence as a dispositive installed in education and points out the need to understand how it is enacted on specific practices. As a main theoretical framework, this work employs an analytics…

  14. Reconstructing events, from electronic signals to tracks

    CERN Multimedia

    CERN. Geneva

    2015-01-01

    Reconstructing tracks in the events taken by LHC experiments is one of the most challenging and computationally expensive software tasks to be carried out in the data processing chain. A typical LHC event is composed of multiple p-p interactions, each leaving signals from many charged particles in the detector and jus building up an environment of unprecedented complexity. In the lecture I will give an overview of event reconstruction in a typical High Energy Physics experiment. After an introduction to particle tracking detectors I will discuss the concepts and techniques required to master the tracking challenge at the LHC. I will explain how track propagation in a realistic detector works, present different techniques for track fitting and track finding. At the end we will see how all of those techniques play together in the ATLAS track reconstruction application.

  15. Postsystolic Shortening by Speckle Tracking Echocardiography Is an Independent Predictor of Cardiovascular Events and Mortality in the General Population

    DEFF Research Database (Denmark)

    Brainin, Philip; Biering-Sørensen, Sofie Reumert; Møgelvang, Rasmus

    2018-01-01

    BACKGROUND: Postsystolic shortening (PSS) has been proposed as a novel marker of contractile dysfunction in the myocardium. Our objective was to assess the prognostic potential of PSS on cardiovascular events and death in the general population. METHODS AND RESULTS: The study design consisted...... of a prospective cohort study of 1296 low-risk participants from the general population, who were examined by speckle tracking echocardiography. The primary end point was the composite of heart failure, myocardial infarction, and cardiovascular death, defined as major adverse cardiovascular events (MACEs...... as having MACEs and 236 participants (18%) died. Increasing number of walls with PSS predicted both end points, an association that persisted after adjustment for age, sex, estimated glomerular filtration rate, global longitudinal strain, hypertension, heart rate, left ventricular ejection fraction, LV mass...

  16. Point-of-care technologies for molecular diagnostics using a drop of blood.

    Science.gov (United States)

    Song, Yujun; Huang, Yu-Yen; Liu, Xuewu; Zhang, Xiaojing; Ferrari, Mauro; Qin, Lidong

    2014-03-01

    Molecular diagnostics is crucial for prevention, identification, and treatment of disease. Traditional technologies for molecular diagnostics using blood are limited to laboratory use because they rely on sample purification and sophisticated instruments, are labor and time intensive, expensive, and require highly trained operators. This review discusses the frontiers of point-of-care (POC) diagnostic technologies using a drop of blood obtained from a finger prick. These technologies, including emerging biotechnologies, nanotechnologies, and microfluidics, hold the potential for rapid, accurate, and inexpensive disease diagnostics. Copyright © 2014 Elsevier Ltd. All rights reserved.

  17. Mid-point for open-ended income category and the effect of equivalence scales on the income-health relationship

    Directory of Open Access Journals (Sweden)

    Roger Keller Celeste

    2013-12-01

    Full Text Available To estimate the mid-point of an open-ended income category and to assess the impact of two equivalence scales on income-health associations. Data were obtained from the 2010 Brazilian Oral Health Survey ( Pesquisa Nacional de Saúde Bucal – SBBrasil 2010. Income was converted from categorical to two continuous variables ( per capita and equivalized for each mid-point. The median mid-point was R$ 14,523.50 and the mean, R$ 24,507.10. When per capita income was applied, 53% of the population were below the poverty line, compared with 15% with equivalized income. The magnitude of income-health associations was similar for continuous income, but categorized equivalized income tended to decrease the strength of association.

  18. Hopfield neural network in HEP track reconstruction

    International Nuclear Information System (INIS)

    Muresan, R.; Pentia, M.

    1997-01-01

    In experimental particle physics, pattern recognition problems, specifically for neural network methods, occur frequently in track finding or feature extraction. Track finding is a combinatorial optimization problem. Given a set of points in Euclidean space, one tries the reconstruction of particle trajectories, subject to smoothness constraints.The basic ingredients in a neural network are the N binary neurons and the synaptic strengths connecting them. In our case the neurons are the segments connecting all possible point pairs.The dynamics of the neural network is given by a local updating rule wich evaluates for each neuron the sign of the 'upstream activity'. An updating rule in the form of sigmoid function is given. The synaptic strengths are defined in terms of angle between the segments and the lengths of the segments implied in the track reconstruction. An algorithm based on Hopfield neural network has been developed and tested on the track coordinates measured by silicon microstrip tracking system

  19. Coupling Between Doppler Radar Signatures and Tornado Damage Tracks

    Science.gov (United States)

    Jedlovec, Gary J.; Molthan, Andrew L.; Carey, Lawrence; Carcione, Brian; Smith, Matthew; Schultz, Elise V.; Schultz, Christopher; Lafontaine, Frank

    2011-01-01

    On April 27, 2011, the southeastern United States was raked with several episodes of severe weather. Numerous tornadoes caused extensive damage, and tragically, the deaths of over 300 people. In Alabama alone, there were 61 confirmed tornados, 4 of them produced EF5 damage, and several were on the ground an hour or more with continuous damage tracks exceeding 80km. The use of Doppler radars covering the region provided reflectivity and velocity signatures that allowed forecasters to monitors the severe storms from beginning to end issuing hundreds of severe weather warnings throughout the day. Meteorologists from the the NWS performed extensive surveys to assess the intensity, duration, and ground track of tornadoes reported during the event. Survey activities included site visits to the affected locations, analysis of radar and satellite data, aerial surveys, and interviews with eyewitnesses. Satellite data from NASA's MODIS and ASTER instruments played a helpful role in determining the location of tornado damage paths and in the assessment. High resolution multispectral and temporal composites helped forecasters corroborate their damage assessments, determine starting and ending points for tornado touchdowns, and helped to provide forecasters with a better big-picture view of the damage region. The imagery also helped to separate damage from the April 27th tornados from severe weather that occurred earlier that month. In a post analysis of the outbreak, tornado damage path signatures observed in the NASA satellite data have been correlated to "debris ball" signatures in the NWS Doppler radars and a special ARMOR dual-polarization radar operated by the University of Alabama Huntsville during the event. The Doppler radar data indicates a circular enhanced reflectivity signal and rotational couplet in the radial velocity likely associated with the tornado that is spatially correlated with the damage tracks in the observed satellite data. An algorithm to detect and

  20. Artificial Neural Network based control for PV/T panel to track optimum thermal and electrical power

    International Nuclear Information System (INIS)

    Ben Ammar, Majed; Chaabene, Maher; Chtourou, Zied

    2013-01-01

    Highlights: ► We establish a state model of PV/T panel. ► We study the effect of mass flow rate on PV/T efficiency. ► A real time PV/T control algorithm is proposed. ► A model based optimal thermal and electrical power operation point is tracked. - Abstract: As solar energy is intermittent, many algorithms and electronics have been developed to track the maximum power generation from photovoltaic and thermal panels. Following technological advances, these panels are gathered into one unit: PV/T system. PV/T delivers simultaneously two kinds of power: electrical power and thermal power. Nevertheless, no control systems have been developed in order to track maximum power generation from PV/T system. This paper suggests a PV/T control algorithm based on Artificial Neural Network (ANN) to detect the optimal power operating point (OPOP) by considering PV/T model behavior. The OPOP computes the optimum mass flow rate of PV/T for a considered irradiation and ambient temperature. Simulation results demonstrate great concordance between OPOP model based calculation and ANN outputs.

  1. People detection and tracking using RGB-D cameras for mobile robots

    Directory of Open Access Journals (Sweden)

    Hengli Liu

    2016-09-01

    Full Text Available People detection and tracking is an essential capability for mobile robots in order to achieve natural human–robot interaction. In this article, a human detection and tracking system is designed and validated for mobile robots using color data with depth information RGB-depth (RGB-D cameras. The whole framework is composed of human detection, tracking and re-identification. Firstly, ground points and ceiling planes are removed to reduce computation effort. A prior-knowledge guided random sample consensus fitting algorithm is used to detect the ground plane and ceiling points. All left points are projected onto the ground plane and subclusters are segmented for candidate detection. Meanshift clustering with an Epanechnikov kernel is conducted to partition different points into subclusters. We propose the new idea of spatial region of interest plan view maps which are employed to identify human candidates from point cloud subclusters. Here, a depth-weighted histogram is extracted online to feature a human candidate. Then, a particle filter algorithm is adopted to track the human’s motion. The integration of the depth-weighted histogram and particle filter provides a precise tool to track the motion of human objects. Finally, data association is set up to re-identify humans who are tracked. Extensive experiments are conducted to demonstrate the effectiveness and robustness of our human detection and tracking system.

  2. Technologies for dealing with information overload : an engineers' point of view

    NARCIS (Netherlands)

    Calders, T.G.K.; Fletcher, G.H.L.; Kamiran, F.; Pechenizkiy, M.; Strother, J.B.; Ulijn, J.M.; Fazal, Z.

    2012-01-01

    In this chapter, we provide an overview of the technological side of the information overload problem. We discuss the challenges and opportunities offered by the ever-growing and emerging stream of information from an engineering point of view. More concretely, we survey storage and querying

  3. Points with branching track in a vertical plane for a magnetic levitating railway. Weiche mit einer Fahrbahnverzweigung in einer vertikalen Ebene fuer eine Magnetschwebebahn

    Energy Technology Data Exchange (ETDEWEB)

    Miericke, J

    1978-01-19

    The invention refers to points for a railway, which are used for the non-contact guiding of a vehicle by a magnet system on the electrodynamic repulsion principle, with a branching track lying in a vertical plane. The invention is characterized by the fact that mechanically moving means are provided on the vehicle, which, together with the magnetic reaction parts of the branching track form an additional magnet system. The moving means consist of at least 2 magnet coils, one of which is situated on the outside of the vehicle. The reaction parts are situated on the upper track side of the reaction rail. The moving means consist of 2 reaction plates, one of which is situated on the outside of the vehicle. Other design features are made clear by some system section drawings and 10 patent claims.

  4. Trends in the design of front-end systems for room temperature solid state detectors

    International Nuclear Information System (INIS)

    Manfredi, Pier F.; Re, Valerio

    2003-01-01

    The paper discusses the present trends in the design of low-noise front-end systems for room temperature semiconductor detectors. The technological advancement provided by submicron CMOS and BiCMOS processes is examined from several points of view. The noise performances are a fundamental issue in most detector applications and suitable attention is devoted to them for the purpose of judging whether or not the present processes supersede the solutions featuring a field-effect transistor as a front-end element. However, other considerations are also important in judging how well a monolithic technology suits the front-end design. Among them, the way a technology lends itself to the realization of additional functions, for instance, the charge reset in a charge-sensitive loop or the time-variant filters featuring the special weighting functions that may be requested in some applications of CdTe or CZT detectors

  5. Maximum Power Point Tracking menggunakan Buck Converter dengan Algoritma P & O untuk Turbin Angin

    Directory of Open Access Journals (Sweden)

    Erik Tridianto

    2016-12-01

    Full Text Available Energi terbarukan adalah salah satu energi alternatif sebagai pengganti bahan bakar untuk pembangkit listrik. Dari berbagai energi terbarukan,yang ada energi angin adalah yang paling mudah dicari. Indonesia merupakan negara kepulauan dengan ratusan pantai dan dengan kecepatan angin yang besar dan berfluktuasi 3-5 m / s. Dan solusi dari masalah angin yang berfluktuasi ini adalah dengan menggunakan kontrol MPPT (Maximum Power Point Tracking dengan lm2596 dc-dc buck converter. Ketika daya yang dihasilkan kurang dari yang diharapkan, maka kontrol MPPT akan menurunkan tegangan untuk mendapatkan daya maksimum. Penelitian ini dilakukan dengan menggunakan lm2596 buck dc-dc converter menggunakan kontrol MPPT dengan tujuan mendapatkan daya maksimum pada kondisi kecepatan angin yang bervariasi, dan jenis MPPT yang digunakan adalah Perturb and Observation (P & O. Untuk membaca daya yang dihasilkan menggunakan Voltage dan Current sensor. Hasil tes menunjukkan bahwa, dengan penambahan kontrol MPPT dapat meningkatkan output daya dari generator sebesar 23%-49%.

  6. Development of superconductor electronics technology for high-end computing

    Energy Technology Data Exchange (ETDEWEB)

    Silver, A [Jet Propulsion Laboratory, 4800 Oak Grove Drive, Pasadena, CA 91109-8099 (United States); Kleinsasser, A [Jet Propulsion Laboratory, 4800 Oak Grove Drive, Pasadena, CA 91109-8099 (United States); Kerber, G [Northrop Grumman Space Technology, One Space Park, Redondo Beach, CA 90278 (United States); Herr, Q [Northrop Grumman Space Technology, One Space Park, Redondo Beach, CA 90278 (United States); Dorojevets, M [Department of Electrical and Computer Engineering, SUNY-Stony Brook, NY 11794-2350 (United States); Bunyk, P [Northrop Grumman Space Technology, One Space Park, Redondo Beach, CA 90278 (United States); Abelson, L [Northrop Grumman Space Technology, One Space Park, Redondo Beach, CA 90278 (United States)

    2003-12-01

    This paper describes our programme to develop and demonstrate ultra-high performance single flux quantum (SFQ) VLSI technology that will enable superconducting digital processors for petaFLOPS-scale computing. In the hybrid technology, multi-threaded architecture, the computational engine to power a petaFLOPS machine at affordable power will consist of 4096 SFQ multi-chip processors, with 50 to 100 GHz clock frequency and associated cryogenic RAM. We present the superconducting technology requirements, progress to date and our plan to meet these requirements. We improved SFQ Nb VLSI by two generations, to a 8 kA cm{sup -2}, 1.25 {mu}m junction process, incorporated new CAD tools into our methodology, demonstrated methods for recycling the bias current and data communication at speeds up to 60 Gb s{sup -1}, both on and between chips through passive transmission lines. FLUX-1 is the most ambitious project implemented in SFQ technology to date, a prototype general-purpose 8 bit microprocessor chip. We are testing the FLUX-1 chip (5K gates, 20 GHz clock) and designing a 32 bit floating-point SFQ multiplier with vector-register memory. We report correct operation of the complete stripline-connected gate library with large bias margins, as well as several larger functional units used in FLUX-1. The next stage will be an SFQ multi-processor machine. Important challenges include further reducing chip supply current and on-chip power dissipation, developing at least 64 kbit, sub-nanosecond cryogenic RAM chips, developing thermally and electrically efficient high data rate cryogenic-to-ambient input/output technology and improving Nb VLSI to increase gate density.

  7. Development of superconductor electronics technology for high-end computing

    International Nuclear Information System (INIS)

    Silver, A; Kleinsasser, A; Kerber, G; Herr, Q; Dorojevets, M; Bunyk, P; Abelson, L

    2003-01-01

    This paper describes our programme to develop and demonstrate ultra-high performance single flux quantum (SFQ) VLSI technology that will enable superconducting digital processors for petaFLOPS-scale computing. In the hybrid technology, multi-threaded architecture, the computational engine to power a petaFLOPS machine at affordable power will consist of 4096 SFQ multi-chip processors, with 50 to 100 GHz clock frequency and associated cryogenic RAM. We present the superconducting technology requirements, progress to date and our plan to meet these requirements. We improved SFQ Nb VLSI by two generations, to a 8 kA cm -2 , 1.25 μm junction process, incorporated new CAD tools into our methodology, demonstrated methods for recycling the bias current and data communication at speeds up to 60 Gb s -1 , both on and between chips through passive transmission lines. FLUX-1 is the most ambitious project implemented in SFQ technology to date, a prototype general-purpose 8 bit microprocessor chip. We are testing the FLUX-1 chip (5K gates, 20 GHz clock) and designing a 32 bit floating-point SFQ multiplier with vector-register memory. We report correct operation of the complete stripline-connected gate library with large bias margins, as well as several larger functional units used in FLUX-1. The next stage will be an SFQ multi-processor machine. Important challenges include further reducing chip supply current and on-chip power dissipation, developing at least 64 kbit, sub-nanosecond cryogenic RAM chips, developing thermally and electrically efficient high data rate cryogenic-to-ambient input/output technology and improving Nb VLSI to increase gate density

  8. Instrumentation for beam radiation and luminosity measurement in the CMS experiment using novel detector technologies

    Energy Technology Data Exchange (ETDEWEB)

    Guthoff, Moritz

    2017-02-11

    The higher energy and luminosity of the LHC initiated the development of dedicated technologies for radiation monitoring and luminosity measurement. A dedicated pixelated luminosity detector measures coincidences in several three-layer telescopes of silicon pixel detectors to arrive at a luminosity for each colliding LHC bunch pair. In addition, charged particle tracking allows to monitor the location of the collision point. The upgraded fast beam conditions monitor measures the particle flux using 24 two-pad single crystalline diamond sensors, equipped with a fast front-end ASIC produced in 130 nm CMOS technology. The excellent time resolution is used to separate collision products from machine induced background. A new beam-halo monitor at larger radius exploits Cherenkov light produced by relativistic charged particles in fuzed quartz crystals to provide direction sensitivity and time resolution to separate incoming and outgoing particles. The back-end electronics of the beam monitoring systems includes dedicated modules with high bandwidth digitizers developed in both VME and microTCA standards for per bunch beam measurements and gain monitoring. All new and upgraded sub-detectors have been taking data from the first day of LHC operation in April 2015. Results on their commissioning and essential characteristics using data since the start-up of LHC will be presented.

  9. Maximum power point tracking for photovoltaic applications by using two-level DC/DC boost converter

    Science.gov (United States)

    Moamaei, Parvin

    Recently, photovoltaic (PV) generation is becoming increasingly popular in industrial applications. As a renewable and alternative source of energy they feature superior characteristics such as being clean and silent along with less maintenance problems compared to other sources of the energy. In PV generation, employing a Maximum Power Point Tracking (MPPT) method is essential to obtain the maximum available solar energy. Among several proposed MPPT techniques, the Perturbation and Observation (P&O;) and Model Predictive Control (MPC) methods are adopted in this work. The components of the MPPT control system which are P&O; and MPC algorithms, PV module and high gain DC-DC boost converter are simulated in MATLAB Simulink. They are evaluated theoretically under rapidly and slowly changing of solar irradiation and temperature and their performance is shown by the simulation results, finally a comprehensive comparison is presented.

  10. Discrete Model Predictive Control-Based Maximum Power Point Tracking for PV Systems: Overview and Evaluation

    DEFF Research Database (Denmark)

    Lashab, Abderezak; Sera, Dezso; Guerrero, Josep M.

    2018-01-01

    The main objective of this work is to provide an overview and evaluation of discrete model predictive controlbased maximum power point tracking (MPPT) for PV systems. A large number of MPC based MPPT methods have been recently introduced in the literature with very promising performance, however......, an in-depth investigation and comparison of these methods have not been carried out yet. Therefore, this paper has set out to provide an in-depth analysis and evaluation of MPC based MPPT methods applied to various common power converter topologies. The performance of MPC based MPPT is directly linked...... with the converter topology, and it is also affected by the accurate determination of the converter parameters, sensitivity to converter parameter variations is also investigated. The static and dynamic performance of the trackers are assessed according to the EN 50530 standard, using detailed simulation models...

  11. Tracking Clean Energy Progress 2013

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2013-06-01

    Tracking Clean Energy Progress 2013 (TCEP 2013) examines progress in the development and deployment of key clean energy technologies. Each technology and sector is tracked against interim 2020 targets in the IEA Energy Technology Perspectives 2012 2°C scenario, which lays out pathways to a sustainable energy system in 2050. Stark message emerge: progress has not been fast enough; large market failures are preventing clean energy solutions from being taken up; considerable energy efficiency remains untapped; policies need to better address the energy system as a whole; and energy-related research, development and demonstration need to accelerate. Alongside these grim conclusions there is positive news. In 2012, hybrid-electric vehicle sales passed the 1 million mark. Solar photovoltaic systems were being installed at a record pace. The costs of most clean energy technologies fell more rapidly than anticipated.

  12. Tracking fuzzy borders using geodesic curves with application to liver segmentation on planning CT

    International Nuclear Information System (INIS)

    Yuan, Yading; Chao, Ming; Sheu, Ren-Dih; Rosenzweig, Kenneth; Lo, Yeh-Chi

    2015-01-01

    Purpose: This work aims to develop a robust and efficient method to track the fuzzy borders between liver and the abutted organs where automatic liver segmentation usually suffers, and to investigate its applications in automatic liver segmentation on noncontrast-enhanced planning computed tomography (CT) images. Methods: In order to track the fuzzy liver–chestwall and liver–heart borders where oversegmentation is often found, a starting point and an ending point were first identified on the coronal view images; the fuzzy border was then determined as a geodesic curve constructed by minimizing the gradient-weighted path length between these two points near the fuzzy border. The minimization of path length was numerically solved by fast-marching method. The resultant fuzzy borders were incorporated into the authors’ automatic segmentation scheme, in which the liver was initially estimated by a patient-specific adaptive thresholding and then refined by a geodesic active contour model. By using planning CT images of 15 liver patients treated with stereotactic body radiation therapy, the liver contours extracted by the proposed computerized scheme were compared with those manually delineated by a radiation oncologist. Results: The proposed automatic liver segmentation method yielded an average Dice similarity coefficient of 0.930 ± 0.015, whereas it was 0.912 ± 0.020 if the fuzzy border tracking was not used. The application of fuzzy border tracking was found to significantly improve the segmentation performance. The mean liver volume obtained by the proposed method was 1727 cm 3 , whereas it was 1719 cm 3 for manual-outlined volumes. The computer-generated liver volumes achieved excellent agreement with manual-outlined volumes with correlation coefficient of 0.98. Conclusions: The proposed method was shown to provide accurate segmentation for liver in the planning CT images where contrast agent is not applied. The authors’ results also clearly demonstrated

  13. Vision-based mobile robot navigation through deep convolutional neural networks and end-to-end learning

    Science.gov (United States)

    Zhang, Yachu; Zhao, Yuejin; Liu, Ming; Dong, Liquan; Kong, Lingqin; Liu, Lingling

    2017-09-01

    In contrast to humans, who use only visual information for navigation, many mobile robots use laser scanners and ultrasonic sensors along with vision cameras to navigate. This work proposes a vision-based robot control algorithm based on deep convolutional neural networks. We create a large 15-layer convolutional neural network learning system and achieve the advanced recognition performance. Our system is trained from end to end to map raw input images to direction in supervised mode. The images of data sets are collected in a wide variety of weather conditions and lighting conditions. Besides, the data sets are augmented by adding Gaussian noise and Salt-and-pepper noise to avoid overfitting. The algorithm is verified by two experiments, which are line tracking and obstacle avoidance. The line tracking experiment is proceeded in order to track the desired path which is composed of straight and curved lines. The goal of obstacle avoidance experiment is to avoid the obstacles indoor. Finally, we get 3.29% error rate on the training set and 5.1% error rate on the test set in the line tracking experiment, 1.8% error rate on the training set and less than 5% error rate on the test set in the obstacle avoidance experiment. During the actual test, the robot can follow the runway centerline outdoor and avoid the obstacle in the room accurately. The result confirms the effectiveness of the algorithm and our improvement in the network structure and train parameters

  14. A CVD diamond beam telescope for charged particle tracking

    CERN Document Server

    Adam, W; Bergonzo, P; de Boer, Wim; Bogani, F; Borchi, E; Brambilla, A; Bruzzi, Mara; Colledani, C; Conway, J; D'Angelo, P; Dabrowski, W; Delpierre, P A; Dulinski, W; Doroshenko, J; Doucet, M; van Eijk, B; Fallou, A; Fischer, P; Fizzotti, F; Kania, D R; Gan, K K; Grigoriev, E; Hallewell, G D; Han, S; Hartjes, F G; Hrubec, Josef; Husson, D; Kagan, H; Kaplon, J; Kass, R; Keil, M; Knöpfle, K T; Koeth, T W; Krammer, Manfred; Meuser, S; Lo Giudice, A; MacLynne, L; Manfredotti, C; Meier, D; Menichelli, D; Mishina, M; Moroni, L; Noomen, J; Oh, A; Pan, L S; Pernicka, Manfred; Perera, L P; Riester, J L; Roe, S; Rudge, A; Russ, J; Sala, S; Sampietro, M; Schnetzer, S; Sciortino, S; Stelzer, H; Stone, R; Suter, B; Trischuk, W; Tromson, D; Vittone, E; Weilhammer, Peter; Wermes, N; Wetstein, M; Zeuner, W; Zöller, M

    2002-01-01

    CVD diamond is a radiation hard sensor material which may be used for charged particle tracking near the interaction region in experiments at high luminosity colliders. The goal of the work described here is to investigate the use of several detector planes made of CVD diamond strip sensors for charged particle tracking. Towards this end a tracking telescope composed entirely of CVD diamond planes has been constructed. The telescope was tested in muon beams and its tracking capability has been investigated.

  15. Transcom's next move: Improvements to DOE's transportation satellite tracking systems

    International Nuclear Information System (INIS)

    Harmon, L.H.; Harris, A.D. III; Driscoll, K.L.; Ellis, L.G.

    1990-01-01

    In today's society, the use of satellites is becoming the state-of-the-art method of tracking shipments. The United States Department of Energy (US DOE) has advanced technology in this area with its transportation tracking and communications system, TRANSCOM, which has been in operation for over one year. TRANSCOM was developed by DOE to monitor selected, unclassified shipments of radioactive materials across the country. With the latest technology in satellite communications, Long Range Navigation (Loran), and computer networks, TRANSCOM tracks shipments in near-real time, disseminates information on each shipment to authorized users of the system, and offers two-way communications between vehicle operators and TRANSCOM users anywhere in the country. TRANSCOM's successful tracking record, during fiscal year 1989, includes shipments of spent fuel, cesium, uranium hexafluoride, and demonstration shipments for the Waste Isolation Pilot Plant (WIPP). Plans for fiscal year 1990 include tracking additional shipments, implementing system enhancements designed to meet the users' needs, and continuing to research the technology of tracking systems so that TRANSCOM can provide its users with the newest technology available in satellite communications. 3 refs., 1 fig

  16. Charged particle track reconstruction using artificial neural networks

    International Nuclear Information System (INIS)

    Glover, C.; Fu, P.; Gabriel, T.; Handler, T.

    1992-01-01

    This paper summarizes the current state of our research in developing and applying artificial neural network (ANN) algorithm described here is based on a crude model of the retina. It takes as input the coordinates of each charged particle's interaction point (''hit'') in the tracking chamber. The algorithm's output is a set of vectors pointing to other hits that most likely to form a track

  17. EVA: laparoscopic instrument tracking based on Endoscopic Video Analysis for psychomotor skills assessment.

    Science.gov (United States)

    Oropesa, Ignacio; Sánchez-González, Patricia; Chmarra, Magdalena K; Lamata, Pablo; Fernández, Alvaro; Sánchez-Margallo, Juan A; Jansen, Frank Willem; Dankelman, Jenny; Sánchez-Margallo, Francisco M; Gómez, Enrique J

    2013-03-01

    The EVA (Endoscopic Video Analysis) tracking system is a new system for extracting motions of laparoscopic instruments based on nonobtrusive video tracking. The feasibility of using EVA in laparoscopic settings has been tested in a box trainer setup. EVA makes use of an algorithm that employs information of the laparoscopic instrument's shaft edges in the image, the instrument's insertion point, and the camera's optical center to track the three-dimensional position of the instrument tip. A validation study of EVA comprised a comparison of the measurements achieved with EVA and the TrEndo tracking system. To this end, 42 participants (16 novices, 22 residents, and 4 experts) were asked to perform a peg transfer task in a box trainer. Ten motion-based metrics were used to assess their performance. Construct validation of the EVA has been obtained for seven motion-based metrics. Concurrent validation revealed that there is a strong correlation between the results obtained by EVA and the TrEndo for metrics, such as path length (ρ = 0.97), average speed (ρ = 0.94), or economy of volume (ρ = 0.85), proving the viability of EVA. EVA has been successfully validated in a box trainer setup, showing the potential of endoscopic video analysis to assess laparoscopic psychomotor skills. The results encourage further implementation of video tracking in training setups and image-guided surgery.

  18. Track counting in radon dosimetry

    International Nuclear Information System (INIS)

    Fesenbeck, Ingo; Koehler, Bernd; Reichert, Klaus-Martin

    2013-01-01

    The newly developed, computer-controlled track counting system is capable of imaging and analyzing the entire area of nuclear track detectors. The high optical resolution allows a new analysis approach for the process of automated counting using digital image processing technologies. This way, higher exposed detectors can be evaluated reliably by an automated process as well. (orig.)

  19. The influence of image sensor irradiation damage on the tracking and pointing accuracy of optical communication system

    Science.gov (United States)

    Li, Xiaoliang; Luo, Lei; Li, Pengwei; Yu, Qingkui

    2018-03-01

    The image sensor in satellite optical communication system may generate noise due to space irradiation damage, leading to deviation for the determination of the light spot centroid. Based on the irradiation test data of CMOS devices, simulated defect spots in different sizes have been used for calculating the centroid deviation value by grey-level centroid algorithm. The impact on tracking & pointing accuracy of the system has been analyzed. The results show that both the amount and the position of irradiation-induced defect pixels contribute to spot centroid deviation. And the larger spot has less deviation. At last, considering the space radiation damage, suggestions are made for the constraints of spot size selection.

  20. High End Computing Technologies for Earth Science Applications: Trends, Challenges, and Innovations

    Science.gov (United States)

    Parks, John (Technical Monitor); Biswas, Rupak; Yan, Jerry C.; Brooks, Walter F.; Sterling, Thomas L.

    2003-01-01

    Earth science applications of the future will stress the capabilities of even the highest performance supercomputers in the areas of raw compute power, mass storage management, and software environments. These NASA mission critical problems demand usable multi-petaflops and exabyte-scale systems to fully realize their science goals. With an exciting vision of the technologies needed, NASA has established a comprehensive program of advanced research in computer architecture, software tools, and device technology to ensure that, in partnership with US industry, it can meet these demanding requirements with reliable, cost effective, and usable ultra-scale systems. NASA will exploit, explore, and influence emerging high end computing architectures and technologies to accelerate the next generation of engineering, operations, and discovery processes for NASA Enterprises. This article captures this vision and describes the concepts, accomplishments, and the potential payoff of the key thrusts that will help meet the computational challenges in Earth science applications.