WorldWideScience

Sample records for hand-corrected typescript stored

  1. Checking Correctness of TypeScript Interfaces for JavaScript Libraries

    DEFF Research Database (Denmark)

    Feldthaus, Asger; Møller, Anders

    2014-01-01

    The TypeScript programming language adds optional types to JavaScript, with support for interaction with existing JavaScript libraries via interface declarations. Such declarations have been written for hundreds of libraries, but they can be difficult to write and often contain errors, which may...... affect the type checking and misguide code completion for the application code in IDEs. We present a pragmatic approach to check correctness of TypeScript declaration files with respect to JavaScript library implementations. The key idea in our algorithm is that many declaration errors can be detected...... library and with a low number of false positives. Our analysis of how programmers use library interface declarations furthermore reveals some practical limitations of the TypeScript type system....

  2. Mastering TypeScript

    CERN Document Server

    Rozentals, Nathan

    2015-01-01

    Whether you are a JavaScript developer aiming to learn TypeScript, or an experienced TypeScript developer wanting to take your skills to the next level, this book is for you. From basic to advanced language constructs, test-driven development, and object-oriented techniques, you will learn how to get the most out of the TypeScript language.

  3. TypeScript revealed

    CERN Document Server

    Maharry, Dan

    2013-01-01

    TypeScript Revealed is a quick 100-page guide to Anders Hejlsberg's new take on JavaScript. With this brief, fast-paced introduction to TypeScript, .NET, Web and Windows 8 application developers who are already familiar with JavaScript will easily get up to speed with TypeScript and decide whether or not to start incorporating it into their own development. TypeScript is 'JavaScript for Application-scale development'; a superset of JavaScript that brings to it an additional object-oriented-like syntax familiar to .NET programmers that compiles down into simple, clean JavaScript that any browse

  4. Refinement Types for TypeScript

    OpenAIRE

    Vekris, Panagiotis; Cosman, Benjamin; Jhala, Ranjit

    2016-01-01

    We present Refined TypeScript (RSC), a lightweight refinement type system for TypeScript, that enables static verification of higher-order, imperative programs. We develop a formal core of RSC that delineates the interaction between refinement types and mutability. Next, we extend the core to account for the imperative and dynamic features of TypeScript. Finally, we evaluate RSC on a set of real world benchmarks, including parts of the Octane benchmarks, D3, Transducers, and the TypeScript co...

  5. Concrete Types for TypeScript

    OpenAIRE

    Richards, Gregor; Zappa Nardelli, Francesco; Vitek, Jan

    2015-01-01

    Typescript extends JavaScript with optional type annotations that are, by design, unsound and, that the Typescript compiler discards as it emits code. This design point preserves programming idioms developers are familiar with, and allows them to leave their legacy code unchanged, while offering a measure of static error checking in parts of the program that have type annotations. We present an alternative design for TypeScript, one where it is possible to support the same degree of dynamism,...

  6. Mixed Messages: Measuring Conformance and Non-Interference in TypeScript (Artifact)

    OpenAIRE

    Williams, Jack; Morris, J. Garrett; Wadler, Philip; Zalewski, Jakub

    2017-01-01

    In the paper Mixed Messages: Measuring Conformance and Non-Interference in TypeScript we present our experiences of evaluating gradual typing using our tool TypeScript TPD. The tool, based on the polymorphic blame calculus, monitors JavaScript libraries and TypeScript clients against the corresponding TypeScript definition. Our experiments yield two conclusions. First, TypeScript definitions are prone to error. Second, there are serious technical concerns with the use of the JavaScript proxy ...

  7. Mixed Messages: Measuring Conformance and Non-Interference in TypeScript

    OpenAIRE

    Williams, Jack; Morris, J. Garrett; Wadler, Philip; Zalewski, Jakub

    2017-01-01

    TypeScript participates in the recent trend among programming languages to support gradual typing. The DefinitelyTyped Repository for TypeScript supplies type definitions for over 2000 popular JavaScript libraries. However, there is no guarantee that implementations conform to their corresponding declarations.We present a practical evaluation of gradual typing for TypeScript. We have developed a tool for use with TypeScript, based on the polymorphic blame calculus, for monitoring JavaScript l...

  8. Refining types using type guards in TypeScript

    NARCIS (Netherlands)

    de Wolff, Ivo Gabe; Hage, J.

    2017-01-01

    We discuss two adaptations of the implementation of type guards and narrowing in the TypeScript compiler. The first is an improvement on the original syntax-directed implementation, and has now replaced the original one in the TypeScript compiler. It is specifically suited for the scenario in which

  9. TypeScript essentials

    CERN Document Server

    Nance, Christopher

    2014-01-01

    The book introduces the TypeScript language and its features to anyone looking to develop rich web applications. Whether you are new to web development or are an experienced engineer with strong JavaScript skills, this book will get you writing code quickly. A basic understanding of JavaScript and its language features are necessary for this book.

  10. Spelling Correction in User Interfaces.

    Science.gov (United States)

    1982-12-20

    conventional typescript -oriented command language, where most com- mands consist of a verb followed by a sequence of arguments. Most user terminals are...and explanations. not part of the typescripts . 2 SPFE.LING CORRLC1iON IN USR IN"RFAC’S 2. Design Issues We were prompted to look for a new correction...remaining 73% led us to wonder what other mechanisms might permit further corrections while retaining the typescript -style interface. Most of the other

  11. Využití jazyka TypeScript v Power BI

    OpenAIRE

    Černý, Jan

    2016-01-01

    This bachelor thesis looks into creating visualisations in Power BI, product of Microsoft company, and in the TypeScript programming language. Its objective is to explain the visualisation structure and its development. The introductory part of the thesis introduces basic terms, the second part describes the JavaScript language on which TypeScript is patterned. The third chapter inquires into TypeScript and the fourth chapter describes Power BI. The last chapter contains the visualisations th...

  12. Systematic Interviewing Skills. Typescript Manual.

    Science.gov (United States)

    Farley, Roy C.; Rubin, Stanford E.

    Part of a five-part package (see note) of training materials to teach interviewing skills to human services personnel, this typescript manual is intended for use as a visual reference to aid in understanding the taped dialogues of the packages tape/slide demonstrations of interview interaction, and for referral in class discussions. The typescript…

  13. Keening Woman and Today: James Welch's Early Unpublished Novel

    Science.gov (United States)

    Orton, Thomas

    2006-01-01

    It was most likely in the spring of 1966 that the late American Indian novelist James Welch wrote his first novel, predating his first published fiction by eight years. The titleless, hand-corrected typescript, stored in his Missoula home for many years, is 114 pages long and unfinished. The book is playful and experimental the way warm-ups…

  14. Teaching psychotherapy by use of brief typescripts.

    Science.gov (United States)

    Kepecs, J G

    1977-07-01

    A typescript of a 10-minute segment of a taped therapeutic interview, coded by using a modification of the Gottshalk scales, quite clearly demonstrates the patient's current focal conflict. Recognition of the current focal conflict is thus taught, and this is used as an organizing principle in supervision of psychotherapy.

  15. Introducing modified TypeScript in an existing framework to improve error handling

    OpenAIRE

    Minder, Patrik

    2016-01-01

    Error messages in compilers is a topic that is often overlooked. The quality of the messages can have a big impact on development time and ease oflearning. Another method used to speed up development is to build a domainspecific language (DSL). This thesis migrates an existing framework to use TypeScript in order to speed up development time with compile-time error handling. Alternative methods for implementing a DSL are evaluated based onhow they affect the ability to generate good error mes...

  16. Intake Interview Skills for Rehabilitation Counselors: A Typescript Manual. Advanced Facilitative Case Management Series, Training Package I.

    Science.gov (United States)

    Rubin, Stanford E.; Farley, Roy C.

    This guide is the case study manual for the first in a series of instructor-assisted training modules for rehabilitation counselors, supervisors, and graduate students. This typescript manual for the first module focuses on basic intake interviewing skills consisting of: (1) systematic interview programming including attracting, planning and…

  17. Multi-axial correction system in the treatment of radial club hand.

    Science.gov (United States)

    Bhat, Suneel B; Kamath, Atul F; Sehgal, Kriti; Horn, B David; Hosalkar, Harish S

    2009-12-01

    Radial club hand is a well-recognized congenital malformation characterized by hypoplasia of bone and soft tissue on the radial aspect of the forearm and hand. The modalities of treatment have traditionally varied from stretching casts with soft-tissue procedures to the use of multiple corrective osteotomies. These osteotomies can be stabilized by a variety of methods, including external fixators that allow the possibility of gradual distraction with neohistiogenesis. This current study outlines the usage of one such device (multi-axial correction system [MAC]) in the management of deformity associated with severe radial club hand. Three consecutive cases of unilateral or bilateral severe (Bayne type IV) congenital radial club hand were corrected using MAC fixation in the last 5 years. This is a retrospective review of all three cases. Data parameters included: patient demographics, presentation findings, degree of deformity, amount of correction/lengthening, length of procedure, length of treatment, and associated complications. The surgical technique is described in detail for the benefit of the readership. The three patients with severe congenital radial club hand had a total of four limb involvements that underwent correction using osteotomies and usage of the MAC device for external fixation. All three patients underwent successful correction of deformity with the restoration of alignment, lengthening of forearm for improvement of function, and stabilization of the wrist (mean duration, mean lengthening, mean time to consolidation). The MAC system was well tolerated in all patients and associated complications were limited. The MAC fixator seems to be a good alternative modality of stabilization and correction for severe congenital radial club hand deformities. Its usage is fairly simple and it provides the ease of application of a mono-lateral fixator with far superior three-dimensional control, like the circular external fixator. We recommend that

  18. Chapter 03: Correct use of a hand lens

    Science.gov (United States)

    Alex Wiedenhoeft

    2011-01-01

    A hand lens is a powerful tool for the identification of wood, but like all tools it must be used correctly to take full advantage of its powers. The hand lens has two main parts, a lens that magnifies the object of interest (generally we use 10X or 14X lenses in wood identification; a 14X lens is recommended for use with this manual) and a housing to hold and protect...

  19. Enteric pathogens in stored drinking water and on caregiver's hands in Tanzanian households with and without reported cases of child diarrhea.

    Directory of Open Access Journals (Sweden)

    Mia Catharine Mattioli

    Full Text Available BACKGROUND: Diarrhea is one of the leading causes of mortality in young children. Diarrheal pathogens are transmitted via the fecal-oral route, and for children the majority of this transmission is thought to occur within the home. However, very few studies have documented enteric pathogens within households of low-income countries. METHODS AND FINDINGS: The presence of molecular markers for three enteric viruses (enterovirus, adenovirus, and rotavirus, seven Escherichia coli virulence genes (ECVG, and human-specific Bacteroidales was assessed in hand rinses and household stored drinking water in Bagamoyo, Tanzania. Using a matched case-control study design, we examined the relationship between contamination of hands and water with these markers and child diarrhea. We found that the presence of ECVG in household stored water was associated with a significant decrease in the odds of a child within the home having diarrhea (OR = 0.51; 95% confidence interval 0.27-0.93. We also evaluated water management and hygiene behaviors. Recent hand contact with water or food was positively associated with detection of enteric pathogen markers on hands, as was relatively lower volumes of water reportedly used for daily hand washing. Enteropathogen markers in stored drinking water were more likely found among households in which the markers were also detected on hands, as well as in households with unimproved water supply and sanitation infrastructure. CONCLUSIONS: The prevalence of enteric pathogen genes and the human-specific Bacteroidales fecal marker in stored water and on hands suggests extensive environmental contamination within homes both with and without reported child diarrhea. Better stored water quality among households with diarrhea indicates caregivers with sick children may be more likely to ensure safe drinking water in the home. Interventions to increase the quantity of water available for hand washing, and to improve food hygiene, may

  20. Correction of severe postburn claw hand.

    Science.gov (United States)

    Davami, Babak; Pourkhameneh, Golnar

    2011-12-01

    Burn scar contractures are perhaps the most frequent and most frustrating sequelae of thermal injuries to the hand. Unfortunately, stiffness occurs in the burned hand quickly. A week of neglect in the burned hand can lead to digital malpositioning and distortion that may be difficult to correct. The dorsal contracture is the most common of all the complications of the burned hand. It is the result of damage to the thin dorsal skin and scant subcutaneous tissue, which offers little protection to the deeper structures. Consequently, these injuries are deep resulting in a spectrum of deformities that has remained the bane of reconstructive surgery. Flap coverage will be required in the event of exposure of joints and tendons with absent paratenons. Multiple different flap types are available to treat complex severe postburn hand contractures. In our center, which is the largest regional burn center in northwest Iran, we have considerable experience in the treatment of thermal hand injuries. Between 2005 and 2010, we treated 53 consecutive patients with 65 severe postburn hand deformities. There were 35 men and 18 women with a mean age of 35±3 years. Flame injury was the inciting traumatic event in each patient. The severity of original injury and inadequate early treatment resulted in all of the fingers developing a severe extension contracture with scarred and adherent extensor tendons and subluxed metacarpophalangeal joints. In 36 cases, the injury was in the patients' dominant hand. We first incised the dorsal aspect of the contracted hands where there was maximum tension, then tenolysed the extensor tendons and released the volar capsules, collateral ligaments, and volar plate in all cases. In 30 cases, we also tenolysed the flexor tendons. We reduced the subluxed metacarpophalangeal joints and fixed them with Kirschner wires in 70 to 90 degrees flexion. Then, we planned and performed axial groin flaps to reconstruct the defects in all of them. In all of these

  1. Pharmacological correction of long QT-linked mutations in KCNH2 (hERG) increases the trafficking of Kv11.1 channels stored in the transitional endoplasmic reticulum.

    Science.gov (United States)

    Smith, Jennifer L; Reloj, Allison R; Nataraj, Parvathi S; Bartos, Daniel C; Schroder, Elizabeth A; Moss, Arthur J; Ohno, Seiko; Horie, Minoru; Anderson, Corey L; January, Craig T; Delisle, Brian P

    2013-11-01

    KCNH2 encodes Kv11.1 and underlies the rapidly activating delayed rectifier K(+) current (IKr) in the heart. Loss-of-function KCNH2 mutations cause the type 2 long QT syndrome (LQT2), and most LQT2-linked missense mutations inhibit the trafficking of Kv11.1 channels. Drugs that bind to Kv11.1 and block IKr (e.g., E-4031) can act as pharmacological chaperones to increase the trafficking and functional expression for most LQT2 channels (pharmacological correction). We previously showed that LQT2 channels are selectively stored in a microtubule-dependent compartment within the endoplasmic reticulum (ER). We tested the hypothesis that pharmacological correction promotes the trafficking of LQT2 channels stored in this compartment. Confocal analyses of cells expressing the trafficking-deficient LQT2 channel G601S showed that the microtubule-dependent ER compartment is the transitional ER. Experiments with E-4031 and the protein synthesis inhibitor cycloheximide suggested that pharmacological correction promotes the trafficking of G601S stored in this compartment. Treating cells in E-4031 or ranolazine (a drug that blocks IKr and has a short half-life) for 30 min was sufficient to cause pharmacological correction. Moreover, the increased functional expression of G601S persisted 4-5 h after drug washout. Coexpression studies with a dominant-negative form of Rab11B, a small GTPase that regulates Kv11.1 trafficking, prevented the pharmacological correction of G601S trafficking from the transitional ER. These data suggest that pharmacological correction quickly increases the trafficking of LQT2 channels stored in the transitional ER via a Rab11B-dependent pathway, and we conclude that the pharmacological chaperone activity of drugs like ranolazine might have therapeutic potential.

  2. What Information is Stored in DNA: Does it Contain Digital Error Correcting Codes?

    Science.gov (United States)

    Liebovitch, Larry

    1998-03-01

    evidence for such error correcting codes in these genes. However, we analyzed only a small amount of DNA and if digitial error correcting schemes are present in DNA, they may be more subtle than such simple linear block codes. The basic issue we raise here, is how information is stored in DNA and an appreciation that digital symbol sequences, such as DNA, admit of interesting schemes to store and protect the fidelity of their information content. Liebovitch, Tao, Todorov, Levine. 1996. Biophys. J. 71:1539-1544. Supported by NIH grant EY6234.

  3. The left IPL represents stored hand-postures for object use and action prediction

    Directory of Open Access Journals (Sweden)

    Michiel evan Elk

    2014-04-01

    Full Text Available Action semantics enables us to plan actions with objects and to predict others’ object-directed actions as well. Previous studies have suggested that action semantics are represented in a fronto-parietal action network that has also been implicated to play a role in action observation. In the present fMRI study it was investigated how activity within this network changes as a function of the predictability of an action involving multiple objects and requiring the use of action semantics. Participants performed an action prediction task in which they were required to anticipate the use of a centrally presented object that could be moved to an associated target object (e.g. hammer - nail. The availability of actor information (i.e. presenting a hand grasping the central object and the number of possible target objects (i.e. 0, 1 or 2 target objects were independently manipulated, resulting in different levels of predictability. It was found that making an action prediction based on actor information resulted in an increased activation in the extrastriate body area (EBA and the fronto-parietal action observation network (AON. Predicting actions involving a target object resulted in increased activation in the bilateral IPL and frontal motor areas. Within the AON, activity in the left inferior parietal lobe (IPL and the left premotor cortex (PMC increased as a function of the level of action predictability. Together these findings suggest that the left IPL represents stored hand-postures that can be used for planning object-directed actions and for predicting other’s actions as well.

  4. Right-handed sneutrinos as curvatons

    International Nuclear Information System (INIS)

    McDonald, John

    2003-01-01

    We consider the possibility that a right-handed sneutrino can serve as the source of energy density perturbations leading to structure formation in cosmology. The cosmological evolution of a coherently oscillating condensate of right-handed sneutrinos is studied for the case where reheating after inflation is due to perturbative inflaton decays. For the case of Dirac neutrinos, it is shown that some suppression of Planck scale-suppressed corrections to the right-handed neutrino superpotential is necessary in order to have sufficiently late decay of the right-handed sneutrinos. cH 2 corrections to the sneutrino mass squared term must also be suppressed during inflation (vertical bar c vertical bar 0) or red (if c 6 GeV is possible). For the case of Majorana neutrinos, a more severe suppression of Planck-suppressed superpotential corrections is required. In addition, the Majorana sneutrino condensate is likely to be thermalized before it can dominate the energy density, which would exclude the Majorana right-handed sneutrino as a curvaton

  5. Classification bias in commercial business lists for retail food stores in the U.S.

    Science.gov (United States)

    2012-01-01

    Background Aspects of the food environment such as the availability of different types of food stores have recently emerged as key modifiable factors that may contribute to the increased prevalence of obesity. Given that many of these studies have derived their results based on secondary datasets and the relationship of food stores with individual weight outcomes has been reported to vary by store type, it is important to understand the extent to which often-used secondary data correctly classify food stores. We evaluated the classification bias of food stores in Dun & Bradstreet (D&B) and InfoUSA commercial business lists. Methods We performed a full census in 274 randomly selected census tracts in the Chicago metropolitan area and collected detailed store attributes inside stores for classification. Store attributes were compared by classification match status and store type. Systematic classification bias by census tract characteristics was assessed in multivariate regression. Results D&B had a higher classification match rate than InfoUSA for supermarkets and grocery stores, while InfoUSA was higher for convenience stores. Both lists were more likely to correctly classify large supermarkets, grocery stores, and convenience stores with more cash registers and different types of service counters (supermarkets and grocery stores only). The likelihood of a correct classification match for supermarkets and grocery stores did not vary systemically by tract characteristics whereas convenience stores were more likely to be misclassified in predominately Black tracts. Conclusion Researches can rely on classification of food stores in commercial datasets for supermarkets and grocery stores whereas classifications for convenience and specialty food stores are subject to some systematic bias by neighborhood racial/ethnic composition. PMID:22512874

  6. Classification bias in commercial business lists for retail food stores in the U.S.

    Directory of Open Access Journals (Sweden)

    Han Euna

    2012-04-01

    Full Text Available Abstract Background Aspects of the food environment such as the availability of different types of food stores have recently emerged as key modifiable factors that may contribute to the increased prevalence of obesity. Given that many of these studies have derived their results based on secondary datasets and the relationship of food stores with individual weight outcomes has been reported to vary by store type, it is important to understand the extent to which often-used secondary data correctly classify food stores. We evaluated the classification bias of food stores in Dun & Bradstreet (D&B and InfoUSA commercial business lists. Methods We performed a full census in 274 randomly selected census tracts in the Chicago metropolitan area and collected detailed store attributes inside stores for classification. Store attributes were compared by classification match status and store type. Systematic classification bias by census tract characteristics was assessed in multivariate regression. Results D&B had a higher classification match rate than InfoUSA for supermarkets and grocery stores, while InfoUSA was higher for convenience stores. Both lists were more likely to correctly classify large supermarkets, grocery stores, and convenience stores with more cash registers and different types of service counters (supermarkets and grocery stores only. The likelihood of a correct classification match for supermarkets and grocery stores did not vary systemically by tract characteristics whereas convenience stores were more likely to be misclassified in predominately Black tracts. Conclusion Researches can rely on classification of food stores in commercial datasets for supermarkets and grocery stores whereas classifications for convenience and specialty food stores are subject to some systematic bias by neighborhood racial/ethnic composition.

  7. Classification bias in commercial business lists for retail food stores in the U.S.

    Science.gov (United States)

    Han, Euna; Powell, Lisa M; Zenk, Shannon N; Rimkus, Leah; Ohri-Vachaspati, Punam; Chaloupka, Frank J

    2012-04-18

    Aspects of the food environment such as the availability of different types of food stores have recently emerged as key modifiable factors that may contribute to the increased prevalence of obesity. Given that many of these studies have derived their results based on secondary datasets and the relationship of food stores with individual weight outcomes has been reported to vary by store type, it is important to understand the extent to which often-used secondary data correctly classify food stores. We evaluated the classification bias of food stores in Dun & Bradstreet (D&B) and InfoUSA commercial business lists. We performed a full census in 274 randomly selected census tracts in the Chicago metropolitan area and collected detailed store attributes inside stores for classification. Store attributes were compared by classification match status and store type. Systematic classification bias by census tract characteristics was assessed in multivariate regression. D&B had a higher classification match rate than InfoUSA for supermarkets and grocery stores, while InfoUSA was higher for convenience stores. Both lists were more likely to correctly classify large supermarkets, grocery stores, and convenience stores with more cash registers and different types of service counters (supermarkets and grocery stores only). The likelihood of a correct classification match for supermarkets and grocery stores did not vary systemically by tract characteristics whereas convenience stores were more likely to be misclassified in predominately Black tracts. Researches can rely on classification of food stores in commercial datasets for supermarkets and grocery stores whereas classifications for convenience and specialty food stores are subject to some systematic bias by neighborhood racial/ethnic composition.

  8. Volume correction in the aging hand: role of dermal fillers

    Directory of Open Access Journals (Sweden)

    Rivkin AZ

    2016-08-01

    Full Text Available Alexander Z Rivkin David Geffen/UCLA School of Medicine Los Angeles, CA, USA Abstract: The hands, just like the face, are highly visible parts of the body. They age at a similar rate and demonstrate comparable changes with time, sun damage, and smoking. Loss of volume in the hands exposes underlying tendons, veins, and bony prominences. Rejuvenation of the hands with dermal fillers is a procedure with high patient satisfaction and relatively low risk for complications. This study will review relevant anatomy, injection technique, clinical safety, and efficacy of dermal filler volumization of the aging hand. Keywords: dermal fillers, hands, volumization, hyaluronic acid, calcium hydroxylapatite

  9. Hand hygiene--evaluation of three disinfectant hand sanitizers in a community setting.

    Directory of Open Access Journals (Sweden)

    Rita Babeluk

    Full Text Available Hand hygiene is acknowledged as the single most important measure to prevent nosocomial infections in the healthcare setting. Similarly, in non-clinical settings, hand hygiene is recognised as a key element in helping prevent the spread of infectious diseases. The aim of this study was to evaluate the efficacy of three different disinfectant hand sanitizers in reducing the burden of bacterial hand contamination in 60 healthy volunteers in a community setting, both before and after education about the correct use of hand sanitizers. The study is the first to evaluate the efficacy and ease of use of different formulations of hand rubs used by the general population. The products tested were: Sterillium (perfumed, liquid, desderman pure gel (odorless, gel and Lavit (perfumed, spray. Sterillium and desderman are EN1500 (hygienic hand rub certified products (available in pharmacy and Lavit is non EN1500 certified and available in supermarkets. The two EN1500 certified products were found to be significantly superior in terms of reducing bacterial load. desderman pure gel, Sterillium and Lavit reduced the bacterial count to 6.4%, 8.2% and 28.0% respectively. After education in the correct use of each hand rub, the bacterial load was reduced even further, demonstrating the value of education in improving hand hygiene. Information about the testers' perceptions of the three sanitizers, together with their expectations of a hand sanitizer was obtained through a questionnaire. Efficacy, followed by skin compatibility were found to be the two most important attributes of a hand disinfectant in our target group.

  10. Factors Influencing Store Selection for Supply with Fast-Moving Consumer Goods

    Directory of Open Access Journals (Sweden)

    Albana Berisha Qehaja

    2015-12-01

    Full Text Available The main purpose of this paper is to contribute to the discussion on factors that influence store selection for supply with fast-moving consumer goods. We have surveyed 90 households in the Republic of Kosovo. We have decided to undertake this research seeing in one hand ‘competitive struggle’ which is being developed among the largest retail chains of fast-moving consumer goods, and, on the other hand, the created ‘situation’ for traditional stores as a result of the expansion of these retailers. This study also aims to highlight factors that consumers consider in order to improve the performance of these businesses. We have proposed that the opening of hypermarkets in Kosovo has affected negatively on traditional stores’ turnover. We have also proposed that the most influential factors in customers in the selection of stores where they will be supplied with fast-moving consumer goods are the rich store offering, good customer service and good staff behaviour. We have also proposed that the factors affecting the selection of hypermarket/store for supplying are closely related to the factors that affect customer dissatisfaction that leads to the change of hypermarket/ store. The results of this empirical study are consistent with the hypothesis set out in the paper.

  11. Hand Hygiene – Evaluation of Three Disinfectant Hand Sanitizers in a Community Setting

    Science.gov (United States)

    Babeluk, Rita; Jutz, Sabrina; Mertlitz, Sarah; Matiasek, Johannes; Klaus, Christoph

    2014-01-01

    Hand hygiene is acknowledged as the single most important measure to prevent nosocomial infections in the healthcare setting. Similarly, in non-clinical settings, hand hygiene is recognised as a key element in helping prevent the spread of infectious diseases. The aim of this study was to evaluate the efficacy of three different disinfectant hand sanitizers in reducing the burden of bacterial hand contamination in 60 healthy volunteers in a community setting, both before and after education about the correct use of hand sanitizers. The study is the first to evaluate the efficacy and ease of use of different formulations of hand rubs used by the general population. The products tested were: Sterillium (perfumed, liquid), desderman pure gel (odorless, gel) and Lavit (perfumed, spray). Sterillium and desderman are EN1500 (hygienic hand rub) certified products (available in pharmacy) and Lavit is non EN1500 certified and available in supermarkets. The two EN1500 certified products were found to be significantly superior in terms of reducing bacterial load. desderman pure gel, Sterillium and Lavit reduced the bacterial count to 6.4%, 8.2% and 28.0% respectively. After education in the correct use of each hand rub, the bacterial load was reduced even further, demonstrating the value of education in improving hand hygiene. Information about the testers' perceptions of the three sanitizers, together with their expectations of a hand sanitizer was obtained through a questionnaire. Efficacy, followed by skin compatibility were found to be the two most important attributes of a hand disinfectant in our target group. PMID:25379773

  12. 18 CFR 367.1630 - Account 163, Stores expense undistributed.

    Science.gov (United States)

    2010-04-01

    ... stock on hand by stores employees but not including inventories by general department employees as part... supplies. (10) Rent of storage space and facilities. (11) Communication service. (12) Excise and other...

  13. Polarization of a stored beam by spin filtering

    International Nuclear Information System (INIS)

    Weidemann, C.

    2014-01-01

    In 2011 the PAX Collaboration has performed a successful spin-filtering test using protons at Tp = 49.3 MeV at the COSY ring, which confirms that spin filtering is a viable method to polarize a stored beam and that the present interpretation of the mechanism in terms of the proton-proton interaction is correct. The equipment and the procedures to produce stored polarized beams was successfully commissioned and are established. The outcome of the experiment is of utmost importance in view of the possible application of the method to polarize a beam of stored antiprotons. (author)

  14. A prospective, comparative, evaluator-blind clinical study investigating efficacy and safety of two injection techniques with Radiesse ® for the correction of skin changes in aging hands

    Directory of Open Access Journals (Sweden)

    Elena I Gubanova

    2015-01-01

    Full Text Available Background: Dermal fillers are used to correct age-related changes in hands. Aims: Assess efficacy and safety of two injection techniques to treat age-related changes in the hands using calcium hydroxylapatite filler, Radiesse ® . Settings and Design: This was a prospective, comparative, evaluator-blind, single-center study. Materials and Methods: Radiesse ® (0.8 mL/0.2 mL 2% lidocaine was injected subdermally on Day (D01, using a needle multipoint technique in one hand (N and a fan-like cannula technique in the other (C. Assessments were made pre-injection, on D14, Month (M02, M03 and M05 using the Merz Aesthetics Hand Grading Scale (MAS and Global Aesthetic Improvement Scale (GAIS. Participants completed questionnaires on satisfaction, pain and adverse events (AEs. Statistical Analysis Used: Data distribution was tested with the Shapiro-Wilk and Levene′s tests. The Wilcoxon signed-rank and Chi-square tests were employed to evaluate quantitative and qualitative data, respectively. Results: All 10 participants completed the study, four opted for a M03 touch-up (0.8 mL Radiesse ® . Evaluator-assessed mean GAIS scores were between 2 (significant improvement but not complete correction and 3 (optimal cosmetic result at each time point. The MAS score improved from D01 to M05 (N: 2.60 to 1.40; C: 2.20 to 1.30. Following treatment, participants reported skin was softer, more elastic, more youthful and less wrinkled. Other than less noticeable veins and tendons on the C hand, no differences in participant satisfaction were noted. All AEs were mild, with no serious AEs reported. Conclusions: Both injection techniques (needle and cannula demonstrated equivalent clinical efficacy with a comparable safety profile for the correction of age-related changes in hands with Radiesse ® .

  15. Device Stores and Discharges Metered Fluid

    Science.gov (United States)

    Hooper, S. L.; Setzer, D.

    1983-01-01

    Hand-held container accepts measured amount of liquid from pressurized supply. Supply pressure drives spring-loaded piston that stores enough mechanical energy to discharge measured liquid into another container. Original application of container was to rehydrate sterilized pre-packaged food in zerogravity environment of space vehicles. Possible terrestrial applicatios include dispensing of toxic fluids or metering of fluids for household, commercial or laboratory uses.

  16. Error Correcting Codes

    Indian Academy of Sciences (India)

    Science and Automation at ... the Reed-Solomon code contained 223 bytes of data, (a byte ... then you have a data storage system with error correction, that ..... practical codes, storing such a table is infeasible, as it is generally too large.

  17. Economic Evaluation of a Solar Charged Thermal Energy Store for Space Heating

    OpenAIRE

    Melo, Manuel

    2013-01-01

    A thermal energy store corrects the misalignment of heating demand in the winter relative to solar thermal energy gathered in the summer. This thesis reviews the viability of a solar charged hot water tank thermal energy store for a school at latitude 56.25N, longitude -120.85W

  18. The importance of store windows in creating store identity and store attractiveness

    Directory of Open Access Journals (Sweden)

    Renko Sanda

    2012-01-01

    Full Text Available While choosing the store, customer first notices the store window and it plays an important role in retailing strategy. Store's window is what customers see first in meeting with the store. Store window design can lead customer to enter the store, and can give a lot of information about store brands and products. Besides the analysis of the way how specific elements of the window design affect customers and their perception, the explanation of their attraction and rejection to customers is given. If we consider the importance of the topics, we can point out the lack of literature about store windows as the communication tool which allow store to communicate with its customers and to create its retailing strategy as well. There is the scientific contribution of this paper. The paper gives theoretical comprehensions completed with the results of the study about the importance of store windows for retailers as well as for customers. Therefore, for the purpose of this paper, a two-phase research study, including a qualitative and a quantitative approach, was used: 1 the qualitative study among retailers which indicated the most important elements of store windows, the level of financial sources invested in the window design, the basis for the decisions about store window design, etc.; 2 the quantitative study on the sample of consumers conducted with on-line questionnaire. Findings suggest that store window attractiveness is the main motif for store visits. The results of the research confirm that by means of store window and its elements (with special emphasis on price and pricing actions retail store sends messages to its consumers.

  19. THE DIMENSIONS OF COMPOSITION ANNOTATION.

    Science.gov (United States)

    MCCOLLY, WILLIAM

    ENGLISH TEACHER ANNOTATIONS WERE STUDIED TO DETERMINE THE DIMENSIONS AND PROPERTIES OF THE ENTIRE SYSTEM FOR WRITING CORRECTIONS AND CRITICISMS ON COMPOSITIONS. FOUR SETS OF COMPOSITIONS WERE WRITTEN BY STUDENTS IN GRADES 9 THROUGH 13. TYPESCRIPTS OF THE COMPOSITIONS WERE ANNOTATED BY CLASSROOM ENGLISH TEACHERS. THEN, 32 ENGLISH TEACHERS JUDGED…

  20. Real-time video analysis for retail stores

    Science.gov (United States)

    Hassan, Ehtesham; Maurya, Avinash K.

    2015-03-01

    With the advancement in video processing technologies, we can capture subtle human responses in a retail store environment which play decisive role in the store management. In this paper, we present a novel surveillance video based analytic system for retail stores targeting localized and global traffic estimate. Development of an intelligent system for human traffic estimation in real-life poses a challenging problem because of the variation and noise involved. In this direction, we begin with a novel human tracking system by an intelligent combination of motion based and image level object detection. We demonstrate the initial evaluation of this approach on available standard dataset yielding promising result. Exact traffic estimate in a retail store require correct separation of customers from service providers. We present a role based human classification framework using Gaussian mixture model for this task. A novel feature descriptor named graded colour histogram is defined for object representation. Using, our role based human classification and tracking system, we have defined a novel computationally efficient framework for two types of analytics generation i.e., region specific people count and dwell-time estimation. This system has been extensively evaluated and tested on four hours of real-life video captured from a retail store.

  1. Hand-Based Biometric Analysis

    Science.gov (United States)

    Bebis, George (Inventor); Amayeh, Gholamreza (Inventor)

    2015-01-01

    Hand-based biometric analysis systems and techniques are described which provide robust hand-based identification and verification. An image of a hand is obtained, which is then segmented into a palm region and separate finger regions. Acquisition of the image is performed without requiring particular orientation or placement restrictions. Segmentation is performed without the use of reference points on the images. Each segment is analyzed by calculating a set of Zernike moment descriptors for the segment. The feature parameters thus obtained are then fused and compared to stored sets of descriptors in enrollment templates to arrive at an identity decision. By using Zernike moments, and through additional manipulation, the biometric analysis is invariant to rotation, scale, or translation or an in put image. Additionally, the analysis utilizes re-use of commonly-seen terms in Zernike calculations to achieve additional efficiencies over traditional Zernike moment calculation.

  2. Manipulating the retrieved width of stored light pulses

    International Nuclear Information System (INIS)

    Chen Yongfan; Wang Shihhao; Wang Changyi; Yu, Ite A.

    2005-01-01

    We have systematically studied the method proposed by Patnaik et al. [Phys. Rev. A 69, 035803 (2004)] that manipulates the retrieval of stored light pulses. The measured probe pulse width of the retrieval is inversely proportional to the intensity of the reading field. We also show that the method does not introduce any phase shift or jump into the retrieved pulses. Our study demonstrates that the distortion at the output of the light storage can be corrected by manipulating the retrieval process and the phase information of the stored pulses can remain intact during the process

  3. Energy stored in irradiated NaCl

    International Nuclear Information System (INIS)

    Lidiard, A.B.

    1979-01-01

    Recently reported measurements of the energy stored in heavily irradiated NaCl are reviewed in the light of recent understanding of radiation-damage processes in this material. It is shown that, in the ranges of temperatures and dose rates of these experiments, the F-centres produced by the irradiation are retained principally in the form of colloids: the stored energy is thus a direct measure of the number of F-centres retained in this form. Comparison of these results with the prediction of the recently proposed theory of colloid growth shows that the predictions of the dependence of colloid growth rates upon temperature and dose rate are qualitatively correct. The dependence of stored energy dose, however, appears to require the inclusion of a thermally activated back-reaction and possible modifications to the theory are briefly discussed. However, further experiments in this range of temperatures and dose rates are necessary for more quantitative tests of the theory. This reconsideration of the data does not alter the broad conclusion as to the relative insignificance of stored energy in a natural salt formation used as a radioactive waste repository, although more extensive measurements permitting a more exact test of theory would allow better predictions to be made for such applications. (author)

  4. Revue Africaine de Chirurgie et Spécialités: Submissions

    African Journals Online (AJOL)

    Any typescript that is declared unpublishable by at least two experts shall be returned via electronic mail to the corresponding author with the two anonymous reports bearing the mention «refused» In case of a single unfavourable opinion, another expertise may be solicited. In the other cases, the necessary corrections are ...

  5. Store and forward teledermatology

    Directory of Open Access Journals (Sweden)

    Kanthraj Garehatty

    2007-01-01

    Full Text Available Store and forward and real time or videoconferences are the two types of teledermatology services practiced. Dermatology and radio-diagnosis are visual specialties suited for store-and-forward teledermatology (SAFT. Advances in information technology, electronic instruments and biotechnology have revolutionized and brought changes in SAFT. Cellular phone, digital camera, personal digital assistants, Wi-Fi, Wi-Max and computer- aided-design software are incorporated to deliver the quality health care to remote geographic regions. Complete SAFT care equivalent to face-to-face consultation (Gold standard is essential. Health care providers in rural areas are the ′eyes′ for the consultants. Consultants to guide them should have a rapid periodic audit of visual parameters and dimensions of lesions. Given this background, this article reviews advances in 1 capture, store and transfer of images. 2 Computer Aided measurements of generalized and localized lesions and 3 the integration model to meet all the above two requirements in a centralized location. This process enables diagnosis, management, periodic assessment and complete follow-up care to achieve patient and physician satisfaction. Preservation of privacy and confidentiality of digital images is important. Uniform rules and regulations are required. Indian space research organization (ISRO, Government of India has demonstrated telemedicine pilot projects utilizing the satellite communication and mobile telemedicine units to be useful in meeting the health care needs of remote and rural India. we have to join hands with them to meet dermatology problems in rural areas.

  6. Integration of Narrative Processing, Data Fusion, and Database Updating Techniques in an Automated System.

    Science.gov (United States)

    1981-10-29

    are implemented, respectively, in the files "W-Update," "W-combine" and RW-Copy," listed in the appendix. The appendix begins with a typescript of an...the typescript ) and the copying process (steps 45 and 46) are shown as human actions in the typescript , but can be performed easily by a "master...for Natural Language, M. Marcus, MIT Press, 1980. I 29 APPENDIX: DATABASE UPDATING EXPERIMENT 30 CONTENTS Typescript of an experiment in Rosie

  7. Distributed Computation and TENEX-Related Activities

    Science.gov (United States)

    1975-02-01

    new featuies. c. Other Changes To improve efficiency ani reduce security problems, the loqic of typescript files produced by TELNET has been...changed. The oroqram .ow assigns no typescript file unless specifically commanded to do so. Mso, when the default temoorary typescript file is called

  8. Store manager performance and satisfaction: effects on store employee performance and satisfaction, store customer satisfaction, and store customer spending growth.

    Science.gov (United States)

    Netemeyer, Richard G; Maxham, James G; Lichtenstein, Donald R

    2010-05-01

    Based on emotional contagion theory and the value-profit chain literatures, the present study posits a number of hypotheses that show how managers in the small store, small number of employees retail context may affect store employees, customers, and potentially store performance. With data from 306 store managers, 1,615 store customer-contact employees, and 57,656 customers of a single retail chain, the authors examined relationships among store manager job satisfaction and job performance, store customer-contact employee job satisfaction and job performance, customer satisfaction with the retailer, and a customer-spending-based store performance metric (customer spending growth over a 2-year period). Via path analysis, several hypothesized direct and interaction relations among these constructs are supported. The results suggest implications for academic researchers and retail managers. PsycINFO Database Record (c) 2010 APA, all rights reserved.

  9. Social marketing analysis of 20 [corrected] years of hand hygiene promotion.

    Science.gov (United States)

    Mah, Manuel W; Tam, Yat Cho; Deshpande, Sameer

    2008-03-01

    To assess published hand hygiene behavioral interventions that employed a social marketing framework and to recommend improvements to future interventions. We performed a systematic literature review by searching the PubMed database and the Cumulative Index to Nursing and Allied Health Literature for published articles about hand hygiene behavioral interventions in healthcare facilities, schools, and community settings. Our analysis included articles that describe multifaceted interventions and evaluated them with predefined social marketing benchmark criteria. Of 53 interventions analyzed in this review, 16 (30.2%) employed primary formative audience research, 5 (9.4%) incorporated social or behavioral theories, 27 (50.9%) employed segmentation and targeting of the audience, 44 (83.0%) used components of the "marketing mix," 3 (5.7%) considered the influence of competing behaviors, 7 (13.2%) cultivated relationships with the target audience, and 15 (28.3%) provided simple behavioral messages. Thirty-five (66.0%) of the interventions demonstrated a significant improvement in performance, but only 21 (39.6%) were considered to have a strong evaluative design. The median duration of the interventions was 8.0 months. From a social marketing perspective, the promotion of hand hygiene could be improved in several ways. The effectiveness of social marketing in hand hygiene promotion should be tested in future interventions.

  10. Hand hygiene knowledge and perceptions among anesthesia providers.

    Science.gov (United States)

    Fernandez, Patrick G; Loftus, Randy W; Dodds, Thomas M; Koff, Matthew D; Reddy, Sundara; Heard, Stephen O; Beach, Michael L; Yeager, Mark P; Brown, Jeremiah R

    2015-04-01

    Health care worker compliance with hand hygiene guidelines is an important measure for health care-associated infection prevention, yet overall compliance across all health care arenas remains low. A correct answer to 4 of 4 structured questions pertaining to indications for hand decontamination (according to types of contact) has been associated with improved health care provider hand hygiene compliance when compared to those health care providers answering incorrectly for 1 or more questions. A better understanding of knowledge deficits among anesthesia providers may lead to hand hygiene improvement strategies. In this study, our primary aims were to characterize and identify predictors for hand hygiene knowledge deficits among anesthesia providers. We modified this previously tested survey instrument to measure anesthesia provider hand hygiene knowledge regarding the 5 moments of hand hygiene across national and multicenter groups. Complete knowledge was defined by correct answers to 5 questions addressing the 5 moments for hand hygiene and received a score of 1. Incomplete knowledge was defined by an incorrect answer to 1 or more of the 5 questions and received a score of 0. We used a multilevel random-effects XTMELOGIT logistic model clustering at the respondent and geographic location for insufficient knowledge and forward/backward stepwise logistic regression analysis to identify predictors for incomplete knowledge. The survey response rates were 55.8% and 18.2% for the multicenter and national survey study groups, respectively. One or more knowledge deficits occurred with 81.6% of survey respondents, with the mean number of correct answers 2.89 (95% confidence interval, 2.78- 2.99). Failure of providers to recognize prior contact with the environment and prior contact with the patient as hand hygiene opportunities contributed to the low mean. Several cognitive factors were associated with a reduced risk of incomplete knowledge including providers responding

  11. Task Refinement for Autonomous Robots using Complementary Corrective Human Feedback

    Directory of Open Access Journals (Sweden)

    Cetin Mericli

    2011-06-01

    Full Text Available A robot can perform a given task through a policy that maps its sensed state to appropriate actions. We assume that a hand-coded controller can achieve such a mapping only for the basic cases of the task. Refining the controller becomes harder and gets more tedious and error prone as the complexity of the task increases. In this paper, we present a new learning from demonstration approach to improve the robot's performance through the use of corrective human feedback as a complement to an existing hand-coded algorithm. The human teacher observes the robot as it performs the task using the hand-coded algorithm and takes over the control to correct the behavior when the robot selects a wrong action to be executed. Corrections are captured as new state-action pairs and the default controller output is replaced by the demonstrated corrections during autonomous execution when the current state of the robot is decided to be similar to a previously corrected state in the correction database. The proposed approach is applied to a complex ball dribbling task performed against stationary defender robots in a robot soccer scenario, where physical Aldebaran Nao humanoid robots are used. The results of our experiments show an improvement in the robot's performance when the default hand-coded controller is augmented with corrective human demonstration.

  12. Whatman Paper (FTA Cards for Storing and Transferring Leishmania DNA for PCR Examination

    Directory of Open Access Journals (Sweden)

    A Amin-Mohammadi

    2009-12-01

    Full Text Available "nBackground: Diagnosis of cutaneous leishmaniasis (CL is often made based on clinical manifesta­tion. Correct diagnosis and identification of the parasite are crucial for choosing the effective treat­ment and for epidemiological studies. On the other hand, determination of Leishmania species is nec­essary for designing appropriate control programs. Diagnosis by PCR is becoming a 'gold standard'. For PCR preparation, storage and shipments of specimens are necessary. In this study, Whatman filter paper (FTA Card was used to store and transfer samples for Leishmania identification using PCR. "nMethods: Among the patients who had CL lesion and referred to Parasitology Laboratory of Emam Reza Hospital, Mashhad, Iran, 44 consented cases with positive results in their direct smear were se­lected. An informed consent form and a questionnaire were completed and three different types of samples (direct smear, NNN culture, and spot on FTA card were collected. DNA extraction and PCR were carried out on three different samples from each patient. "nResults: PCR results using Whatman paper samples revealed a significant difference (P<0.0001 compared to the culture method but no significant difference was seen between PCR results using samples stored on Whatman paper and direct smears. "nConclusion: The use of FTA cards is simple, rapid, and cost-effective, and can be readily employed for large-scale population screening, especially for regions where the specimens are to be transported from distant places to the laboratory.

  13. Correction

    CERN Multimedia

    2002-01-01

    Tile Calorimeter modules stored at CERN. The larger modules belong to the Barrel, whereas the smaller ones are for the two Extended Barrels. (The article was about the completion of the 64 modules for one of the latter.) The photo on the first page of the Bulletin n°26/2002, from 24 July 2002, illustrating the article «The ATLAS Tile Calorimeter gets into shape» was published with a wrong caption. We would like to apologise for this mistake and so publish it again with the correct caption.

  14. Modelling flow phenomena in time dependent store release from transonic aircraft

    CSIR Research Space (South Africa)

    MacLucas, David A

    2014-07-01

    Full Text Available Center (AEDC) [3] at angle of attack α=0° and Mach number M = 0.95. In the carriage position the separation distance of the store from the pylon was 0.070 inches. Data corrections may be found in the original report. The test case was conducted at a...-generated store grid through a background grid attached to the wing. Grids are illustrated in Figure 2 below. Refinement zones were also generated for both the parent and the release corridor. These assist with increasing the grid resolution in these areas...

  15. Renormalisation group analysis of single right-handed neutrino dominance

    International Nuclear Information System (INIS)

    King, S.F.; Nimai Singh, N.

    2000-01-01

    We perform a renormalisation group (RG) analysis of neutrino masses and mixing angles in the see-saw mechanism in the minimal supersymmetric standard model with three right-handed neutrinos, including the effects of the heavy neutrino thresholds. We focus on the case that one of the right-handed neutrinos provides the dominant contribution to the 23 block of the light Majorana matrix, causing its determinant to approximately vanish and giving an automatic neutrino mass hierarchy, so-called single right-handed neutrino dominance which may arise from a U(1) family symmetry. In these models radiative corrections can increase atmospheric and solar neutrino mixing by up to about 10% and 5%, respectively, and may help to achieve bi-maximal mixing. Significantly we find that the radiative corrections over the heavy neutrino threshold region are at least as important as those usually considered from the lightest right-handed neutrino down to low energies

  16. Specialty Store and Multi-Brand Store loyalty: An Indian consumer perspective

    Directory of Open Access Journals (Sweden)

    Sarabjot Singh

    2013-12-01

    Full Text Available In the competitive era of retailing, retailers need to understand the importance of store format preferences. The study aimed to understand consumer store loyalty; in-depth interview was conducted to examine consumer store loyalty antecedents for two retail formats: specialty stores and multi brand stores. The study conceptualizes store loyalty factors like program loyalty, trust and brand commitment. Trust and brand commitment act as mediating factors between store image and store loyalty formats, and also between brand image and store loyalty formats. The findings highlight how consumer store loyalty preference differ for these two formats.

  17. Hand hygiene in the nursery during diaper changing.

    Science.gov (United States)

    Phang, Koh Ni; Maznin, Nur Liyanna; Yip, Wai Kin

    2012-12-01

    This project aimed to improve hand hygiene practice during diaper changing among nurses working in the nursery. This project was conducted in one of the nurseries in a 935-bed acute care hospital with a sample of 15 nurses. A pre- and post-intervention audit was conducted utilising the Joanna Briggs Institute Practical Application of Clinical Evidence System and Getting Research into Practice module. A revised written workflow, which specified the occasions and process for hand hygiene during diaper changing, was introduced. Modifications to the baby bassinets and nursery were made after barriers to good hand hygiene were identified. The project was carried out over 4 months, from March to June 2011. The post-intervention audit results show an improvement in performing hand washing after changing diapers (20%) and performing the correct steps of hand rubbing (25%). However, the compliance rates decreased for the other criteria that measured whether hand rubbing or hand washing was performed prior to contacting the infant and after wrapping the infant, and whether hand washing was performed correctly. The improvement in compliance with hand washing--the main focus of the new workflow--after changing diapers was especially significant. The results indicated that having a workflow on the occasions and process for hand hygiene during diaper changing was useful in standardising practice. Pre- and post-implementation audits were effective methods for evaluating the effect of translating evidence into practice. However, this project had limited success in improving compliance with hand hygiene. This suggested that more effort is needed to reinforce the importance of hand hygiene and compliance to the proposed workflow. In addition, this project showed that for change to take place successfully, environmental modifications, increased awareness and adequate communication to every staff member are essential. © 2012 The Authors. International Journal of Evidence

  18. Simplified correction of g-value measurements

    DEFF Research Database (Denmark)

    Duer, Karsten

    1998-01-01

    been carried out using a detailed physical model based on ISO9050 and prEN410 but using polarized data for non-normal incidence. This model is only valid for plane, clear glazings and therefor not suited for corrections of measurements performed on complex glazings. To investigate a more general...... correction procedure the results from the measurements on the Interpane DGU have been corrected using the principle outlined in (Rosenfeld, 1996). This correction procedure is more general as corrections can be carried out without a correct physical model of the investigated glazing. On the other hand...... the way this “general” correction procedure is used is not always in accordance to the physical conditions....

  19. Improving medical stores management through automation and effective communication.

    Science.gov (United States)

    Kumar, Ashok; Cariappa, M P; Marwaha, Vishal; Sharma, Mukti; Arora, Manu

    2016-01-01

    Medical stores management in hospitals is a tedious and time consuming chore with limited resources tasked for the purpose and poor penetration of Information Technology. The process of automation is slow paced due to various inherent factors and is being challenged by the increasing inventory loads and escalating budgets for procurement of drugs. We carried out an indepth case study at the Medical Stores of a tertiary care health care facility. An iterative six step Quality Improvement (QI) process was implemented based on the Plan-Do-Study-Act (PDSA) cycle. The QI process was modified as per requirement to fit the medical stores management model. The results were evaluated after six months. After the implementation of QI process, 55 drugs of the medical store inventory which had expired since 2009 onwards were replaced with fresh stock by the suppliers as a result of effective communication through upgraded database management. Various pending audit objections were dropped due to the streamlined documentation and processes. Inventory management improved drastically due to automation, with disposal orders being initiated four months prior to the expiry of drugs and correct demands being generated two months prior to depletion of stocks. The monthly expense summary of drugs was now being done within ten days of the closing month. Improving communication systems within the hospital with vendor database management and reaching out to clinicians is important. Automation of inventory management requires to be simple and user-friendly, utilizing existing hardware. Physical stores monitoring is indispensable, especially due to the scattered nature of stores. Staff training and standardized documentation protocols are the other keystones for optimal medical store management.

  20. STORE IN STORE FRANCHISING STRATEGY: THE TREND IN FRANCHISING NEGOTIATION

    OpenAIRE

    Rosado-Serrano, Alexander; Universidad de Puerto Rico

    2016-01-01

    The literature on franchising has traditionally focused on the effects and transformation it has promoted in the service sector, retailing, restaurants, hotels and other service-related industries. Store within a store research has been focused on the perspective of the manufacturer entering department stores. To date, little research has been carried out for the store in store strategy from the franchising perspective. This paper explores why big box retailers such as Walmart are adopting th...

  1. Store tobacco policies: a survey of store managers, California, 1996-1997.

    Science.gov (United States)

    Weinbaum, Z; Quinn, V; Rogers, T; Roeseler, A

    1999-01-01

    To identify store tobacco policies and retailer perception and beliefs that may have contributed to changes in compliance with youth access laws in California. In the winter of 1996-7, a cross sectional, follow up telephone survey was conducted of California store managers whose stores were anonymously surveyed for illegal tobacco sales in the summer of 1996 (that is, 1996 Youth Tobacco Purchase Survey, YTPS). A simple random sample of stores from a list of California stores likely to sell tobacco, used in the 1996 YTPS. 334 managers (77%) of the 434 stores surveyed in 1996 responded to the survey. After eliminating stores that stopped selling tobacco or were under new management or ownership, 320 responses of store managers were included in the analysis. The stores were analysed by type of ownership: chain, which included corporate managed (n = 61); franchise owned (n = 56); and independent (n = 203). Responses of store managers were linked with the 1996 YTPS outcomes. Manager responses were compared by chi2 tests. Logistic regression analyses were conducted to identify store factors associated with illegal tobacco sales. A lower likelihood of illegal sales rate was associated with the chain stores when compared with the independent stores (odds ratio (OR) = 0.4, 95% confidence interval (CI) 0.2 to 0.9). A lower likelihood of illegal tobacco sales was found in stores that implemented tobacco related activities in the previous year such as changing tobacco displays (OR = 0.5, 95% CI 0.2 to 0.9) or adding new warning signs (OR = 0.7, 95% CI 0.4 to 1.2). Store managers' beliefs that youth were sent to their stores to do compliance checks also resulted in a lower likelihood of illegal sales (OR = 0.7, 95% CI 0.4 to 1.1). Store tobacco youth access policies, and managers' beliefs about the extent of youth access enforcement in the community, are important in reducing illegal tobacco sales to minors.

  2. Unusual case of cleft hand

    Directory of Open Access Journals (Sweden)

    Sahasrabudhe Parag

    2007-01-01

    Full Text Available We present a case of a six-year-old male child with cleft hand deformity involving the dominant right hand. It was a rare case of atypical cleft hand with no missing tissue but cleft extending to metacarpal level and associated hypoplasia of thumb and index finger. As per Manske′s classification of cleft hand our patient belongs to the Class III variety. There was associated malposition of the index finger with absence of first web space and syndactly of thumb and index finger at the metacarpal level. A modified Snow-Littler procedure was planned. The surgical plan involved closure of cleft, release of thumb and index finger syndactly and reconstruction of the first web space. The functional outcome was good considering hypoplasia of the index finger and thumb. Depending upon the function of the thumb tendon transfers can be planned to augment thumb function at a later date along with correction of rotational deformities of the index and middle finger.

  3. Stores

    CERN Multimedia

    2004-01-01

    Following the introduction of Condensators, resistors and potentiometers from the Farnell electronic-catalogue into CERN Stores' catalogue, following products are now available: PRODUCT FAMILY GROUP SCEM Oscillators and quartz crystals 07.94.10 / 07.94.12 Diodes 08.51.14 / 08.51.54 Thyristors 08.51.60 / 08.51.66 Opto-electronics 08.52 Transistors 08.53 Integrated circuits 08.54 / 08.55 These articles can be procured in the same way as any other stores item, by completing a Material Request. N.B. Individual Farnell order codes can be used as keywords to facilitate searches in the CERN Stores Catalogue.

  4. Occupational Safety. Hand Tools. Pre-Apprenticeship Phase 1 Training.

    Science.gov (United States)

    Lane Community Coll., Eugene, OR.

    This self-paced student training module on safety when using hand tools is one of a number of modules developed for Pre-apprenticeship Phase 1 Training. Purpose of the module is to teach students the correct safety techniques for operating common hand- and arm-powered tools, including selection, maintenance, technique, and uses. The module may…

  5. Organizational choices and financial performance: the case of company-owned stores, franchisee-owned stores and stores-within-a-store among French fashion retailers

    OpenAIRE

    Paul Amadieu; Karine Picot-Coupey; Jean-Laurent Viviani

    2013-01-01

    This paper deals with the governance and financial performance issues in the context of French Fashion retail companies. In this study, we analyze the influence of the organizational choices on the financial performance at the network level. We consider three forms used in isolation (company-owned stores, franchisee-owned stores and stores-within-a-store), three dually-organized forms (dual forms mixing two of the three forms) as well as a combined form associating the three ones. We study a ...

  6. TO STORES USERS

    CERN Multimedia

    SPL Division

    2001-01-01

    Stores users are informed that the Stores (Central, Emergency window, Raw materials, Chemical products and Prévessin Self service stores) will be closed on Friday, 7 December owing to migration of the Stores computers to Windows 2000. Thank you for your understanding.

  7. Self-correcting Multigrid Solver

    International Nuclear Information System (INIS)

    Lewandowski, Jerome L.V.

    2004-01-01

    A new multigrid algorithm based on the method of self-correction for the solution of elliptic problems is described. The method exploits information contained in the residual to dynamically modify the source term (right-hand side) of the elliptic problem. It is shown that the self-correcting solver is more efficient at damping the short wavelength modes of the algebraic error than its standard equivalent. When used in conjunction with a multigrid method, the resulting solver displays an improved convergence rate with no additional computational work

  8. An e-Commerce like platform enabling bricks-and-mortar stores to use sophisticated product recommender systems

    OpenAIRE

    Keller, Thorben; Raffelsieper, Matthias

    2014-01-01

    Compared to online-retailers, bricks-and-mortar stores have only limited possibilities to understand consumer preferences, their intentions, and their feedback. The first are able to evaluate clickstream data collected on their web-pages alongside the actual purchase data to put together a comprehensive view on individual customers. Bricks-and-mortar stores on the other hand have to rely solely on the evaluation of scanner data collected at the point of sale (POS). Thus, akin to the Event Hor...

  9. Corrective Action Decision Document for Corrective Action Unit 204: Storage Bunkers, Nevada Test Site, Nevada

    International Nuclear Information System (INIS)

    Boehlecke, Robert

    2004-01-01

    The six bunkers included in CAU 204 were primarily used to monitor atmospheric testing or store munitions. The 'Corrective Action Investigation Plan (CAIP) for Corrective Action Unit 204: Storage Bunkers, Nevada Test Site, Nevada' (NNSA/NV, 2002a) provides information relating to the history, planning, and scope of the investigation; therefore, it will not be repeated in this CADD. This CADD identifies potential corrective action alternatives and provides a rationale for the selection of a recommended corrective action alternative for each CAS within CAU 204. The evaluation of corrective action alternatives is based on process knowledge and the results of investigative activities conducted in accordance with the CAIP (NNSA/NV, 2002a) that was approved prior to the start of the Corrective Action Investigation (CAI). Record of Technical Change (ROTC) No. 1 to the CAIP (approval pending) documents changes to the preliminary action levels (PALs) agreed to by the Nevada Division of Environmental Protection (NDEP) and DOE, National Nuclear Security Administration Nevada Site Office (NNSA/NSO). This ROTC specifically discusses the radiological PALs and their application to the findings of the CAU 204 corrective action investigation. The scope of this CADD consists of the following: (1) Develop corrective action objectives; (2) Identify corrective action alternative screening criteria; (3) Develop corrective action alternatives; (4) Perform detailed and comparative evaluations of corrective action alternatives in relation to corrective action objectives and screening criteria; and (5) Recommend and justify a preferred corrective action alternative for each CAS within CAU 204

  10. Analysis of Information Remaining on Hand Held Devices Offered for Sale on the Second Hand Market

    Directory of Open Access Journals (Sweden)

    Andy Jones

    2008-06-01

    Full Text Available The ownership and use of mobile phones, Personal Digital Assistants and other hand held devices is now ubiquitous both for home and business use. The majority of these devices have a high initial cost, a relatively short period before they become obsolescent and a relatively low second hand value.  As a result of this, when the devices are replaced, there are indications that they tend to be discarded.  As technology has continued to develop, it has led to an increasing diversity in the number and type of devices that are available, and the processing power and the storage capacity of the digital storage in the device. All organisations, whether in the public or private sector increasingly use hand held devices that contain digital media for the storage of information relating to their business, their employees or their customers. Similarly, individual private users increasingly use hand held devices containing digital media for the storage of information relating to their private lives.The research revealed that a significant number of organisations and private users are ignorant or misinformed about the volume and type of information that is stored on the hand held devices and the media on which it is stored.  It is apparent that they have either not considered, or are unaware of, the potential impact of this information becoming available to their competitors or those with criminal intent.This main purpose of this study was to gain an understanding of the volume and type of information that may remain on hand held devices that are offered for sale on the second hand market.  A second aim of the research was to determine the level of damage that could, potentially be caused, if the information that remains on the devices fell into the wrong hands.  The study examined a number of hand held devices that had been obtained from sources in the UK and Australia that ranged from internet auction sites, to private sales and commercial

  11. A machine-checked proof of correctness of Pastry

    OpenAIRE

    Azmy, Noran

    2016-01-01

    A distributed hash table (DHT) is a peer-to-peer network that offers the function of a classic hash table, but where different key-value pairs are stored at different nodes on the network. Like a classic hash table, the main function provided by a DHT is key lookup, which retrieves the value stored at a given key. Examples of DHT protocols include Chord, Pastry, Kademlia and Tapestry. Such DHT protocols certain correctness and performance guarantees, but formal verification typically ...

  12. Manual of Documentation Practices Applicable to Defence-Aerospace Scientific and Technical Information. Volume 2. Section 4 - Data Recording and Storage. Section 5 - Mechanization Systems and Operations. Section 6 - Announcement Services and Publications

    Science.gov (United States)

    1979-07-01

    M -1 Indexer § ad~ K y si JOURNAL ARTICLES ifmplomon. , + m, Ii ( Typescript only, please) GODEN 4 192 ANAIAO Abbrev, Title 1 !3 Analyst (Cambridge...useful review ofOCR equipnmlent. 4.6-) (’lnmet~r Sets Otia char;ce rcognition equipment can be made to read typescript , printed pages. handwritten...material, computer ouitput and computer ouitput microim. Th’le typescript usuially has to be in one or more specified formats. Those recommended by the

  13. The 91st Infantry in World War I -- Analysis of an AEF Division’s Efforts to Achieve Battlefield Success

    Science.gov (United States)

    2013-06-13

    collaboration with John J. Pershing, “Who Won the War” ( Typescript copy held in the Duane N. Diedrich Collection, Clements Library, University of...trusted to luck.”74 73The Training and Employment of Divisions, 1918, 71. 74Diary of Lieutenant Charles H. Paul, 364th Infantry, 91st Division ( typescript ...accessed 19 May 2013). Diary of Gaylen Snow, 362nd Infantry, 91st Division. Typescript held at Brigham Young University, UT. 79 Diary of Lieutenant

  14. Documentation of Source Code.

    Science.gov (United States)

    1988-05-12

    the "load IC" menu option. A prompt will appear in the typescript window requesting the name of the knowledge base to be loaded. Enter...highlighted and then a prompt will appear in the typescript window. The prompt will be requesting the name of the file containing the message to be read in...the file name, the system will begin reading in the message. The listified message is echoed back in the typescript window. After that, the screen

  15. Flavor physics and right-handed models

    Energy Technology Data Exchange (ETDEWEB)

    Shafaq, Saba

    2010-08-20

    The Standard Model of particle physics only provides a parametrization of flavor which involves the values of the quark and lepton masses and unitary flavor mixing matrix i.e. CKM (Cabibbo-Kobayashi-Masakawa) matrix for quarks. The precise determination of elements of the CKM matrix is important for the study of the flavor sector of quarks. Here we concentrate on the matrix element vertical stroke V{sub cb} vertical stroke. In particular we consider the effects on the value of vertical stroke V{sub cb} vertical stroke from possible right-handed admixtures along with the usually left-handed weak currents. Left Right Symmetric Model provide a natural basis for right-handed current contributions and has been studied extensively in the literature but has never been discussed including flavor. In the first part of the present work an additional flavor symmetry is included in LRSM which allows a systematic study of flavor effects. The second part deals with the practical extraction of a possible right-handed contribution. Starting from the quark level transition b{yields}c we use heavy quark symmetries to relate the helicities of the quarks to experimentally accessible quantities. To this end we study the decays anti B{yields}D(D{sup *})l anti {nu} which have been extensively explored close to non recoil point. By taking into account SCET (Soft Collinear Effective Theory) formalism it has been extended to a maximum recoil point i.e. {upsilon} . {upsilon}{sup '} >>1. We derive a factorization formula, where the set of form factors is reduced to a single universal form factor {xi}({upsilon} . {upsilon}{sup '}) up to hard-scattering corrections. Symmetry relations on form factors for exclusive anti B {yields} D(D{sup *})l anti {nu} transition has been derived in terms of {xi}({upsilon} . {upsilon}{sup '}). These symmetries are then broken by perturbative effects. The perturbative corrections to symmetry-breaking corrections to first order in the strong

  16. Interactive topology optimization on hand-held devices

    DEFF Research Database (Denmark)

    Aage, Niels; Nobel-Jørgensen, Morten; Andreasen, Casper Schousboe

    2013-01-01

    This paper presents an interactive topology optimization application designed for hand-held devices running iOS or Android. The TopOpt app solves the 2D minimum compliance problem with interactive control of load and support positions as well as volume fraction. Thus, it is possible to change......OS devices from the Apple App Store, at Google Play for the Android platform, and a web-version can be run from www.topopt.dtu.dk....

  17. Computed tomography in soft-tissue lesions of the hand and forearm

    International Nuclear Information System (INIS)

    Schmitt, R.; Warmuth-Metz, M.; Lucas, D.; Feyerabend, T.; Schindler, G.; Lanz, U.

    1990-01-01

    Computed tomography was carried out in 32 patients with clinically equivocal soft-tissue lesions of the hand (24 times) and forearm (8 times). The CT scans were performed with the patients in standard positions; thin slices and zoom technique were used. All soft-tissue tumors were correctly diagnosed with regard to localization, size and infiltration of the surrounding tissue. The histological diagnosis was correct in tendon-sheath proliferations, deposits caused by metabolic disorders, epithelial and ganglion cysts, hemangiomas, lipomas and in one schwannoma. A malignancy was suspected and was proven to be correct in two cases. False-positive diagnoses of a malignant soft-tissue tumor were made in one case of an aggressive fibromatosis, in a rapidly progressive, ossifying myositis, and three times in the presence of postoperative scar tissue following the resection of a sarcoma. Finally, a case of proliferative myositis regarded as semimalignant was underrated by CT. The hand surgeon considered CT diagnostics to be very helpful in planning operations in an anatomically complex organ such as the hand. (orig.) [de

  18. Hands of early primates.

    Science.gov (United States)

    Boyer, Doug M; Yapuncich, Gabriel S; Chester, Stephen G B; Bloch, Jonathan I; Godinot, Marc

    2013-12-01

    Questions surrounding the origin and early evolution of primates continue to be the subject of debate. Though anatomy of the skull and inferred dietary shifts are often the focus, detailed studies of postcrania and inferred locomotor capabilities can also provide crucial data that advance understanding of transitions in early primate evolution. In particular, the hand skeleton includes characteristics thought to reflect foraging, locomotion, and posture. Here we review what is known about the early evolution of primate hands from a comparative perspective that incorporates data from the fossil record. Additionally, we provide new comparative data and documentation of skeletal morphology for Paleogene plesiadapiforms, notharctines, cercamoniines, adapines, and omomyiforms. Finally, we discuss implications of these data for understanding locomotor transitions during the origin and early evolutionary history of primates. Known plesiadapiform species cannot be differentiated from extant primates based on either intrinsic hand proportions or hand-to-body size proportions. Nonetheless, the presence of claws and a different metacarpophalangeal [corrected] joint form in plesiadapiforms indicate different grasping mechanics. Notharctines and cercamoniines have intrinsic hand proportions with extremely elongated proximal phalanges and digit rays relative to metacarpals, resembling tarsiers and galagos. But their hand-to-body size proportions are typical of many extant primates (unlike those of tarsiers, and possibly Teilhardina, which have extremely large hands). Non-adapine adapiforms and omomyids exhibit additional carpal features suggesting more limited dorsiflexion, greater ulnar deviation, and a more habitually divergent pollex than observed plesiadapiforms. Together, features differentiating adapiforms and omomyiforms from plesiadapiforms indicate increased reliance on vertical prehensile-clinging and grasp-leaping, possibly in combination with predatory behaviors in

  19. The seesaw with many right-handed neutrinos

    International Nuclear Information System (INIS)

    Ellis, John; Lebedev, Oleg

    2007-01-01

    There are no upper limits on the possible number of massive, singlet (right-handed) neutrinos that may participate in the seesaw mechanism, and some string constructions motivate seesaw models with up to O(100) right-handed neutrinos. In this case, the seesaw mass scale can be significantly higher than that in the traditional scheme with just 3 right-handed neutrinos. We consider the possible phenomenological implications of such models, in particular, for lepton-flavour violation and electric dipole moments. Since the neutrino masses depend on the Majorana mass scale linearly, while supersymmetric loop corrections depend on it logarithmically, the magnitude of lepton-flavour- and CP-violating transitions may increase with the multiplicity of the right-handed neutrinos and may be enhanced by orders of magnitude. We also point out that, in the context of leptogenesis, the bounds on the reheating temperature and the lightest neutrino mass get relaxed compared to those in the case of 3 right-handed neutrinos

  20. VLSI architectures for modern error-correcting codes

    CERN Document Server

    Zhang, Xinmiao

    2015-01-01

    Error-correcting codes are ubiquitous. They are adopted in almost every modern digital communication and storage system, such as wireless communications, optical communications, Flash memories, computer hard drives, sensor networks, and deep-space probing. New-generation and emerging applications demand codes with better error-correcting capability. On the other hand, the design and implementation of those high-gain error-correcting codes pose many challenges. They usually involve complex mathematical computations, and mapping them directly to hardware often leads to very high complexity. VLSI

  1. Correction for polychromatic aberration in computed tomography images

    International Nuclear Information System (INIS)

    Naparstek, A.

    1979-01-01

    A method and apparatus for correcting a computed tomography image for polychromatic aberration caused by the non-linear interaction (i.e. the energy dependent attenuation characteristics) of different body constituents, such as bone and soft tissue, with a polychromatic X-ray beam are described in detail. An initial image is conventionally computed from path measurements made as source and detector assembly scan a body section. In the improvement, each image element of the initial computed image representing attenuation is recorded in a store and is compared with two thresholds, one representing bone and the other soft tissue. Depending on the element value relative to the thresholds, a proportion of the respective constituent is allocated to that element location and corresponding bone and soft tissue projections are determined and stored. An error projection generator calculates projections of polychromatic aberration errors in the raw image data from recalled bone and tissue projections using a multidimensional polynomial function which approximates the non-linear interaction involved. After filtering, these are supplied to an image reconstruction computer to compute image element correction values which are subtracted from raw image element values to provide a corrected reconstructed image for display. (author)

  2. HAND OSTEOARTHROSIS: ON THE QUALITY OF LIFE AND AESTHETIC DISCOMFORT

    Directory of Open Access Journals (Sweden)

    Anastasia Viktorovna Sarapulova

    2013-01-01

    Full Text Available Osteoarthrosis (OA is one of the most common causes of hand pains, leading to lower quality of life (QL. In addition to pain and functional impairment, the patients' aesthetic dissatisfaction that cannot be now determined or measuredis of prime importanceObjective: to assess a number of QL aspects and to measure the level of aesthetic discomfort in patients with hand OA.Subjects and methods. Sixty women aged 45–75 years with hand OA were included. The number of painful and deformed joints was determined and functional impairments were evaluated using the AUSCAN questionnaire. The patients filled out the questionnaire to determine the level of dissatisfaction with the appearance of their hands; the Ellis stress test for irrational beliefs was carried out.Results. The patients with hand OA were found to have significant aesthetic discomfort comparable with level of joint pain. Deformity phobia in the future and external discomfort because of hand deformity were most pronounced; a wish for surgical correction was less pronounced. Comparison of the results obtained in different age groups determined the highest levels of anxiety and wish for surgical correction in younger women. The patients' aesthetic dissatisfaction was also influenced by employment and internet usage.Conclusion. Aesthetic discomfort is an important component of lower QL in patients with hand OA. Further investigation of this factor and elaboration of criteria for its estimation are needed.

  3. Developing Windows Store apps with HTML5 and JavaScript

    CERN Document Server

    Sarieddine, Rami

    2013-01-01

    This book is a hands-on guide that follows a step-by-step tutorial approach which discusses Windows 8 application development with HTML5, CSS3, and JavaScript.This book is great for developers who want to start developing for Windows 8 and it also targets developers who want to get introduced to powerful advancements in standards-based web technology, while using it to build Windows Store apps, as well as leveraging their existing skills and code assets in web development.

  4. USE OF VITAL STAINING IN STORED HUMAN PLATELETS MORPHOFUNCTIONAL ANALYSIS

    Directory of Open Access Journals (Sweden)

    M. S. Makarov

    2014-01-01

    Full Text Available Apheresis and pooled platelet concentrates, stored at 22°C during 5 days, were studied with morho-functional platelet rate analysis, based on vital cell staining and registration with fluorescent microscope. It was revealed that apheresis and pooled PC had, on the average, normal values of morphological and functional parameters. On the other hand, both PC kept MFPR of cells only for 2 days storage. Longer PC storage caused the significant decay of morphological and functional platelet parameters.

  5. A novel educational outreach approach to teach Hands-Only Cardiopulmonary Resuscitation to the public.

    Science.gov (United States)

    Chang, Mary P; Gent, Lana M; Sweet, Merrilee; Potts, Jerry; Ahtone, Jeral; Idris, Ahamed H

    2017-07-01

    The American Heart Association set goals in 2010 to train 20 million people annually in cardiopulmonary resuscitation and to double bystander response by 2020. These ambitious goals are difficult to achieve without new approaches. The main objective is to evaluate a new approach to cardiopulmonary resuscitation instruction using a self-instructional kiosk to teach Hands-Only CPR to people at a busy international airport. This is a prospective, observational study evaluating a new approach to teach Hands-Only CPR to the public from July 2013 to February 2016. The American Heart Association developed a Hands-Only CPR Kiosk for this project. We assessed the number of participants who viewed the instructional video and practiced chest compressions as well as the quality metrics of the chest compressions. In a 32-month period, there were 23478 visits to the Hands-Only CPR Kiosk and 9006 test sessions; of those practice sessions, 26.2% achieved correct chest compression rate, 60.2% achieved correct chest compression depth, and 63.5% had the correct hand position. There is noticeable public interest in learning Hands-Only CPR by using an airport kiosk and an airport is an opportune place to engage a layperson in learning Hands-Only CPR. The average quality of Hands-Only CPR by the public needs improvement and adding kiosks to other locations in the airport could reach more people and could be replicated in other major airports in the United States. Copyright © 2017 Elsevier B.V. All rights reserved.

  6. CORPORATE REBRANDING OF GRAMEDIA STORE (CORPORATE REBRANDING DI GRAMEDIA STORE

    Directory of Open Access Journals (Sweden)

    Natasha Helena Kairupan

    2016-10-01

    Full Text Available Abstract. The purposes of this research are to determine the stages of analysis, planning, and evaluation of corporate rebranding process of Gramedia Book Store to be Gramedia Store to rise stakeholder’s awareness. The method used is descriptive qualitative with positivism paradigm. The technique of collecting data through in-depth interview, observation, and literature study. The result of this research showed the analysis stage by analyzing the market through insights and foresights, brand audit through SWOT analysis, and identifying opportunities. The planning stage is by determine the purpose of the planning process and then determine the target audience, consist of external and internal customer. The planning of external customer by renaming and change of corporate identity, and marketing planning using communication channel (above the line and below the line. The planning of internal customer by Brand Induction, training, inspiration briefing at store, and innovation competition. The evaluation of rebranding process of Gramedia Store is having a focus group discussion with customer, media monitoring, and presentation to BOD. Keywords : Process, Corporate Rebranding, Stakeholder Awareness, Corporate Identity, Gramedia Store Abstrak.Tujuan penelitian ini adalah untuk mengetahui bagaimana tahapan analisis, perencanaan, dan evaluasi proses corporate rebranding Gramedia Book Store menjadi Gramedia Store untuk meningkatkan stakeholder awareness. Pendekatan yang digunakan adalah kualitatif dengan paradigma positivisme dan jenis studi deksriptif. Teknik pengumpulan data yang dilakukan melalui wawancara mendalam, observasi, dan studi pustaka. Berdasarkan hasil penelitian, tahapan analisis dilakukan dengan menganalisis pasar melalui insights dan foresights, audit merek dengan analisis SWOT, dan mengidentifikasi peluang. Dalam tahapan perencanaan dengan menentukan tujuan kemudian menentukan target audiens, yaitu eksternal dan internal. Perencanaan

  7. Tactile Working Memory Outside our Hands

    Directory of Open Access Journals (Sweden)

    Takako Yoshida

    2011-10-01

    Full Text Available The haptic perception of 2D images is believed to make heavy demands on working memory. During active exploration, we need to store not only the current sensory information, but also to integrate this with kinesthetic information of the hand and fingers in order to generate a coherent percept. The question that arises is how much tactile memory we have for tactile stimuli that are no longer in contact with the skin during active touch? We examined working memory using a tactile change detection task with active exploration. Each trial contained two stimulation arrays. Participants engaged in unconstrained active tactile exploration of an array of vibrotactile stimulators. In half of the trials, one of the vibrating tactors that was active in the first stimulation turned off and another started vibrating in the second stimulation. Participants had to report whether the arrays were the same or different. Performance was near-perfect when up to two tactors were used and dropped linearly as the number of the vibrating tactors increased. These results suggest that the tactile working memory off the hand is limited and there is little or no memory integration across hand movements.

  8. Comparison of RESRAD with hand calculations

    International Nuclear Information System (INIS)

    Rittmann, P.D.

    1995-09-01

    This report is a continuation of an earlier comparison done with two other computer programs, GENII and PATHRAE. The dose calculations by the two programs were compared with each other and with hand calculations. These band calculations have now been compared with RESRAD Version 5.41 to examine the use of standard models and parameters in this computer program. The hand calculations disclosed a significant computational error in RESRAD. The Pu-241 ingestion doses are five orders of magnitude too small. In addition, the external doses from some nuclides differ greatly from expected values. Both of these deficiencies have been corrected in later versions of RESRAD

  9. Visuo-Haptic Mixed Reality with Unobstructed Tool-Hand Integration.

    Science.gov (United States)

    Cosco, Francesco; Garre, Carlos; Bruno, Fabio; Muzzupappa, Maurizio; Otaduy, Miguel A

    2013-01-01

    Visuo-haptic mixed reality consists of adding to a real scene the ability to see and touch virtual objects. It requires the use of see-through display technology for visually mixing real and virtual objects, and haptic devices for adding haptic interaction with the virtual objects. Unfortunately, the use of commodity haptic devices poses obstruction and misalignment issues that complicate the correct integration of a virtual tool and the user's real hand in the mixed reality scene. In this work, we propose a novel mixed reality paradigm where it is possible to touch and see virtual objects in combination with a real scene, using commodity haptic devices, and with a visually consistent integration of the user's hand and the virtual tool. We discuss the visual obstruction and misalignment issues introduced by commodity haptic devices, and then propose a solution that relies on four simple technical steps: color-based segmentation of the hand, tracking-based segmentation of the haptic device, background repainting using image-based models, and misalignment-free compositing of the user's hand. We have developed a successful proof-of-concept implementation, where a user can touch virtual objects and interact with them in the context of a real scene, and we have evaluated the impact on user performance of obstruction and misalignment correction.

  10. Retooling Special Forces Officers for the 21st Century

    Science.gov (United States)

    2010-03-25

    usual printing or typescript . Qualification (DLPT) 1+ {Elementary Proficiency, Plus) Sufficient comprehension to understand simple discourse in printed...material in a form equivalent to usual printing or typescript on subjects within a familiar context. 2+ (Limited Working Proficiency, Plus) Sufficient

  11. On Trust: A Hard Look at Canadian Senior Officer Relationships During the Italian Campaign

    Science.gov (United States)

    2015-05-01

    impossible to measure.”50 46 Typescript of an Interview by McAndrew and Greenhouse with Bert... Typescript of an Interview by McAndrew and Greenhouse with Bert Hoffmeister, 37. 73 Notes on Interview with General Bert Hoffmeister, Vancouver, 2

  12. Sequoyah Foreign Language Translation System - Business Case Analysis

    Science.gov (United States)

    2007-12-01

    typescript . Can read either representations of familiar formulaic verbal exchanges or simple language containing only the highest frequency...comprehension to read simple, authentic written material in a form equivalent to usual printing or typescript on subjects within a familiar context

  13. High order corrections to the renormalon

    International Nuclear Information System (INIS)

    Faleev, S.V.

    1997-01-01

    High order corrections to the renormalon are considered. Each new type of insertion into the renormalon chain of graphs generates a correction to the asymptotics of perturbation theory of the order of ∝1. However, this series of corrections to the asymptotics is not the asymptotic one (i.e. the mth correction does not grow like m.). The summation of these corrections for the UV renormalon may change the asymptotics by a factor N δ . For the traditional IR renormalon the mth correction diverges like (-2) m . However, this divergence has no infrared origin and may be removed by a proper redefinition of the IR renormalon. On the other hand, for IR renormalons in hadronic event shapes one should naturally expect these multiloop contributions to decrease like (-2) -m . Some problems expected upon reaching the best accuracy of perturbative QCD are also discussed. (orig.)

  14. Food and beverage purchases in corner stores, gas-marts, pharmacies and dollar stores.

    Science.gov (United States)

    Caspi, Caitlin E; Lenk, Kathleen; Pelletier, Jennifer E; Barnes, Timothy L; Harnack, Lisa; Erickson, Darin J; Laska, Melissa N

    2017-10-01

    Little is known about customer purchases of foods and beverages from small and non-traditional food retailers (i.e. corner stores, gas-marts, dollar stores and pharmacies). The present study aimed to: (i) describe customer characteristics, shopping frequency and reasons for shopping at small and non-traditional food retailers; and (ii) describe food/beverage purchases and their nutritional quality, including differences across store type. Data were collected through customer intercept interviews. Nutritional quality of food/beverage purchases was analysed; a Healthy Eating Index-2010 (HEI-2010) score for purchases was created by aggregating participant purchases at each store. Small and non-traditional food stores that were not WIC-authorized in Minneapolis and St. Paul, MN, USA. Customers (n 661) from 105 food retailers. Among participants, 29 % shopped at the store at least once daily; an additional 44 % shopped there at least once weekly. Most participants (74 %) cited convenient location as the primary draw to the store. Customers purchased a median of 2262 kJ (540 kcal), which varied by store type (P=0·04). The amount of added sugar far surpassed national dietary recommendations. At dollar stores, participants purchased a median of 5302 kJ (1266 kcal) for a median value of $US 2·89. Sugar-sweetened beverages were the most common purchase. The mean HEI-2010 score across all stores was 36·4. Small and non-traditional food stores contribute to the urban food environment. Given the poor nutritional quality of purchases, findings support the need for interventions that address customer decision making in these stores.

  15. Automatic gain control of neural coupling during cooperative hand movements.

    Science.gov (United States)

    Thomas, F A; Dietz, V; Schrafl-Altermatt, M

    2018-04-13

    Cooperative hand movements (e.g. opening a bottle) are controlled by a task-specific neural coupling, reflected in EMG reflex responses contralateral to the stimulation site. In this study the contralateral reflex responses in forearm extensor muscles to ipsilateral ulnar nerve stimulation was analyzed at various resistance and velocities of cooperative hand movements. The size of contralateral reflex responses was closely related to the level of forearm muscle activation required to accomplish the various cooperative hand movement tasks. This indicates an automatic gain control of neural coupling that allows a rapid matching of corrective forces exerted at both sides of an object with the goal 'two hands one action'.

  16. Efficient storage, retrieval and analysis of poker hands: An adaptive data framework

    Directory of Open Access Journals (Sweden)

    Gorawski Marcin

    2017-12-01

    Full Text Available In online gambling, poker hands are one of the most popular and fundamental units of the game state and can be considered objects comprising all the events that pertain to the single hand played. In a situation where tens of millions of poker hands are produced daily and need to be stored and analysed quickly, the use of relational databases no longer provides high scalability and performance stability. The purpose of this paper is to present an efficient way of storing and retrieving poker hands in a big data environment. We propose a new, read-optimised storage model that offers significant data access improvements over traditional database systems as well as the existing Hadoop file formats such as ORC, RCFile or SequenceFile. Through index-oriented partition elimination, our file format allows reducing the number of file splits that needs to be accessed, and improves query response time up to three orders of magnitude in comparison with other approaches. In addition, our file format supports a range of new indexing structures to facilitate fast row retrieval at a split level. Both index types operate independently of the Hive execution context and allow other big data computational frameworks such as MapReduce or Spark to benefit from the optimized data access path to the hand information. Moreover, we present a detailed analysis of our storage model and its supporting index structures, and how they are organised in the overall data framework. We also describe in detail how predicate based expression trees are used to build effective file-level execution plans. Our experimental tests conducted on a production cluster, holding nearly 40 billion hands which span over 4000 partitions, show that multi-way partition pruning outperforms other existing file formats, resulting in faster query execution times and better cluster utilisation.

  17. Association between store food environment and customer purchases in small grocery stores, gas-marts, pharmacies and dollar stores.

    Science.gov (United States)

    Caspi, Caitlin E; Lenk, Kathleen; Pelletier, Jennifer E; Barnes, Timothy L; Harnack, Lisa; Erickson, Darin J; Laska, Melissa N

    2017-06-05

    Purchases at small/non-traditional food stores tend to have poor nutritional quality, and have been associated with poor health outcomes, including increased obesity risk The purpose of this study was to examine whether customers who shop at small/non-traditional food stores with more health promoting features make healthier purchases. In a cross-sectional design, data collectors assessed store features in a sample of 99 small and non-traditional food stores not participating in the Special Supplemental Nutrition Program for Women, Infants, and Children (WIC) in Minneapolis/St. Paul, MN in 2014. Customer intercept interviews (n = 594) collected purchase data from a bag check and demographics from a survey. Store measures included fruit/vegetable and whole grain availability, an overall Healthy Food Supply Score (HFSS), healthy food advertisements and in-store placement, and shelf space of key items. Customer nutritional measures were analyzed using Nutrient Databases System for Research (NDSR), and included the purchase of ≥1 serving of fruits/vegetables; ≥1 serving of whole grains; and overall Healthy Eating Index-2010 (HEI-2010) score for foods/beverages purchased. Associations between store and customer measures were estimated in multilevel linear and logistic regression models, controlling for customer characteristics and store type. Few customers purchased fruits and vegetables (8%) or whole grains (8%). In fully adjusted models, purchase HEI-2010 scores were associated with fruit/vegetable shelf space (p = 0.002) and the ratio of shelf space devoted to healthy vs. less healthy items (p = 0.0002). Offering ≥14 varieties of fruit/vegetables was associated with produce purchases (OR 3.9, 95% CI 1.2-12.3), as was having produce visible from the store entrance (OR 2.3 95% CI 1.0 to 5.8), but whole grain availability measures were not associated with whole grain purchases. Strategies addressing both customer demand and the availability of healthy food

  18. Direct magnification radiography of the hand

    International Nuclear Information System (INIS)

    Presacco, D.; Pellegrini, A.; Di Maggio, C.

    1987-01-01

    The value of direct magnification radiography of the hand and the wrist has been studied in 128 patients affected by rheumatic diseases. Only in a small group (3.17%) magnification determined a higher percentage of correct diagnosis; in the 17.06% of cases direct magnification radiography provided useful increase in information but did not change the diagnisis correctly reached by conventional techniques. In most cases (79.76%) magnification provided only a better image quality but no more information helpful for the diagnosis, because of the high level achieved by convetional techniques. Therefore direct magnification radiography must be used only in selected cases and not as routine radiographyc technique

  19. Using a Virtual Store As a Research Tool to Investigate Consumer In-store Behavior.

    Science.gov (United States)

    Ploydanai, Kunalai; van den Puttelaar, Jos; van Herpen, Erica; van Trijp, Hans

    2017-07-24

    People's responses to products and/or choice environments are crucial to understanding in-store consumer behaviors. Currently, there are various approaches (e.g., surveys or laboratory settings) to study in-store behaviors, but the external validity of these is limited by their poor capability to resemble realistic choice environments. In addition, building a real store to meet experimental conditions while controlling for undesirable effects is costly and highly difficult. A virtual store developed by virtual reality techniques potentially transcends these limitations by offering the simulation of a 3D virtual store environment in a realistic, flexible, and cost-efficient way. In particular, a virtual store interactively allows consumers (participants) to experience and interact with objects in a tightly controlled yet realistic setting. This paper presents the key elements of using a desktop virtual store to study in-store consumer behavior. Descriptions of the protocol steps to: 1) build the experimental store, 2) prepare the data management program, 3) run the virtual store experiment, and 4) organize and export data from the data management program are presented. The virtual store enables participants to navigate through the store, choose a product from alternatives, and select or return products. Moreover, consumer-related shopping behaviors (e.g., shopping time, walking speed, and number and type of products examined and bought) can also be collected. The protocol is illustrated with an example of a store layout experiment showing that shelf length and shelf orientation influence shopping- and movement-related behaviors. This demonstrates that the use of a virtual store facilitates the study of consumer responses. The virtual store can be especially helpful when examining factors that are costly or difficult to change in real life (e.g., overall store layout), products that are not presently available in the market, and routinized behaviors in familiar

  20. Consumer Poultry Handling Behavior in the Grocery Store and In-Home Storage.

    Science.gov (United States)

    Donelan, Amy K; Chambers, Delores H; Chambers, Edgar; Godwin, Sandria L; Cates, Sheryl C

    2016-04-01

    Considerable work on consumers' food safety habits has highlighted issues associated with home food preparation. However, consumer handling of foods, such as poultry, during shopping and storage has not been noted. The objective of this study was to determine consumer behaviors during purchasing and initial storage of raw poultry to determine potential cross-contamination issues. A shop-along observational study was conducted to determine actual shopping, transportation, and storage behavior of consumers who purchase raw poultry products. Neither hand sanitizer nor wipes were observed in 71% of grocery store meat sections of stores visited. Plastic bags could be found in the meat section 85% of the time, but only 25% of shoppers used the bag for their raw poultry purchases. During checkout, the poultry was bagged separately from other products 71% of the time. A majority of shoppers stored raw poultry in the original package without an additional container or overwrap. Overall, there needs to be an increase in food safety education on the handling of poultry during purchasing, transportation, and storage.

  1. Cooking up Psychological Operations: The Ingredients of Successful PSYOP

    Science.gov (United States)

    2011-06-01

    College, 16 February, 1953, typescript in AWC Archives, Carlisle, Pennsylvania, cited by Stanley Sandler, ―Cease Resistance: It’s Good For You!”: A...McClure interview, USNWP, McClure lecture before Army War College, 16 February, 1953. Typescript in AWC Archives, Carlisle, Pennsylvania. Cited

  2. TAKING THE LONG VIEW TOWARDS THE LONG WAR. Equipping General Purpose Force Leaders with Soft Power Tools for Irregular Warfare

    Science.gov (United States)

    2009-02-12

    equivalent to usual printing or typescript . Can read either representations of familiar formulaic verbal exchanges or simple language containing only...read simple, authentic written material in a form equivalent to usual printing or typescript on subjects within a familiar context. Able to read with

  3. PENGARUH KEDISIPLINAN KERJA TERHADAP KINERJA KARYAWAN PADA PT MATAHARI DEPARTEMEN STORE TBK DI MAKASSAR

    Directory of Open Access Journals (Sweden)

    Nurlianti _

    2017-10-01

    Full Text Available Nurlianti.2016.essay. The influence of work discipline on employee performance at PT Matahari Deartement Store Tbk guided by Ramli Manrapi, SE., M.Si and Chahyono, SE., M.Si. The purpose of this study to determine the effect of work discipline on employee performance on PT Matahari Departemen Store Tbk. The object of research is the permanent employee at PT Matahari Departement Store Tbk. The analysis tool used in this research is simple regression.The results showed that the discipline of preventive work and corrective work discipline had a positive and significant effect on employee performance the higher the discipline of work hence the performance of employees will increase. For that discipline of work should be the main concern by the company to support work productivity so that corporate targets can be achieved.

  4. Extremal RN/CFT in both hands revisited

    International Nuclear Information System (INIS)

    Kuo, En-Jui; Yang, Yi

    2016-01-01

    We study RN/CFT correspondence for four dimensional extremal Reissner–Nordstrom black hole. We uplift the 4d RN black hole to a 5d rotating black hole and make a geometric regularization of the 5d space–time. Both hands central charges are obtained correctly at the same time by Brown–Henneaux technique.

  5. EMP Interaction: Principles, Techniques and Reference Data (A Compleat concatenation of Technology from the EMP Interaction Notes). EMP Interaction 2-1

    Science.gov (United States)

    1980-12-01

    staff of Dikewood, Santa Monica, no. only has contributed a large amount of material to this document, but also proofread the typescript . In...assistance and skills in the preparation of the entire typescript . Dikewood Industries, Inc. K.S.H. LEE Santa Monica, California September, 1979 xJ

  6. Buying clothes from thrift stores: an analysis of young people consuming second-hand clothing in Rio de Janeiro

    Directory of Open Access Journals (Sweden)

    Sílvia Borges Corrêa

    2015-05-01

    Full Text Available This article presents the results of a research that analyzed the consumption of second-hand clothing among young people in the city of Rio de Janeiro. Theoretically speaking, the research was guided by the anthropological perspective of consumption. The research was conducted based on the ethnographic method with participant observation and in-depth interviews. The results show the relationships between consumers and merchandise and reveal the main motivations for buying second-hand clothing and accessories.

  7. Corrective Action Decision Document for Corrective Action Unit 204: Storage Bunkers, Nevada Test Site, Nevada, Rev. No. 0

    Energy Technology Data Exchange (ETDEWEB)

    Robert Boehlecke

    2004-04-01

    The six bunkers included in CAU 204 were primarily used to monitor atmospheric testing or store munitions. The ''Corrective Action Investigation Plan (CAIP) for Corrective Action Unit 204: Storage Bunkers, Nevada Test Site, Nevada'' (NNSA/NV, 2002a) provides information relating to the history, planning, and scope of the investigation; therefore, it will not be repeated in this CADD. This CADD identifies potential corrective action alternatives and provides a rationale for the selection of a recommended corrective action alternative for each CAS within CAU 204. The evaluation of corrective action alternatives is based on process knowledge and the results of investigative activities conducted in accordance with the CAIP (NNSA/NV, 2002a) that was approved prior to the start of the Corrective Action Investigation (CAI). Record of Technical Change (ROTC) No. 1 to the CAIP (approval pending) documents changes to the preliminary action levels (PALs) agreed to by the Nevada Division of Environmental Protection (NDEP) and DOE, National Nuclear Security Administration Nevada Site Office (NNSA/NSO). This ROTC specifically discusses the radiological PALs and their application to the findings of the CAU 204 corrective action investigation. The scope of this CADD consists of the following: (1) Develop corrective action objectives; (2) Identify corrective action alternative screening criteria; (3) Develop corrective action alternatives; (4) Perform detailed and comparative evaluations of corrective action alternatives in relation to corrective action objectives and screening criteria; and (5) Recommend and justify a preferred corrective action alternative for each CAS within CAU 204.

  8. Optimizing pattern recognition-based control for partial-hand prosthesis application.

    Science.gov (United States)

    Earley, Eric J; Adewuyi, Adenike A; Hargrove, Levi J

    2014-01-01

    Partial-hand amputees often retain good residual wrist motion, which is essential for functional activities involving use of the hand. Thus, a crucial design criterion for a myoelectric, partial-hand prosthesis control scheme is that it allows the user to retain residual wrist motion. Pattern recognition (PR) of electromyographic (EMG) signals is a well-studied method of controlling myoelectric prostheses. However, wrist motion degrades a PR system's ability to correctly predict hand-grasp patterns. We studied the effects of (1) window length and number of hand-grasps, (2) static and dynamic wrist motion, and (3) EMG muscle source on the ability of a PR-based control scheme to classify functional hand-grasp patterns. Our results show that training PR classifiers with both extrinsic and intrinsic muscle EMG yields a lower error rate than training with either group by itself (pgrasps available to the classifier significantly decrease classification error (pgrasp.

  9. A survey on consumers' attitude towards storing and end of life strategies of small information and communication technology devices in Spain.

    Science.gov (United States)

    Bovea, María D; Ibáñez-Forés, Valeria; Pérez-Belis, Victoria; Juan, Pablo

    2018-01-01

    This study analyses the current habits and practices towards the store, repair and second-hand purchase of small electrical and electronic devices belonging to the category of information and communication technology (ICT). To this end, a survey was designed and conducted with a representative sample size of 400 individuals through telephone interviews for the following categories: MP3/MP4, video camera, photo camera, mobile phone, tablet, e-book, laptop, hard disk drive, navigator-GPS, radio/radio alarm clock. According to the results obtained, there is a tendency to store disused small ICT devices at home. On average for all the small ICT categories analysed, 73.91% of the respondents store disused small ICT devices at home. Related to the habits towards the repair and second-hand purchase of small ICT devices, 65.5% and 87.6% of the respondents have never taken to repair and have never purchased second-hand, respectively, small ICT devices. This paper provides useful and hitherto unavailable information about the current habits of discarding and reusing ICT devices. It can be concluded that there is a need to implement awareness-raising campaigns to encourage these practices, which are necessary to reach the minimum goals established regarding preparation for reuse set out in the Directive 2012/19/EU for the category small electrical and electronic equipment. Copyright © 2017 Elsevier Ltd. All rights reserved.

  10. LHC Orbit Correction Reproducibility and Related Machine Protection

    CERN Document Server

    Baer, T; Schmidt, R; Wenninger, J

    2012-01-01

    The Large Hadron Collider (LHC) has an unprecedented nominal stored beam energy of up to 362 MJ per beam. In order to ensure an adequate machine protection by the collimation system, a high reproducibility of the beam position at collimators and special elements like the final focus quadrupoles is essential. This is realized by a combination of manual orbit corrections, feed forward and real time feedback. In order to protect the LHC against inconsistent orbit corrections, which could put the machine in a vulnerable state, a novel software-based interlock system for orbit corrector currents was developed. In this paper, the principle of the new interlock system is described and the reproducibility of the LHC orbit correction is discussed against the background of this system.

  11. An Interactive Decision Support System for Technology Transfer Pertaining to Organization and Management

    Science.gov (United States)

    1980-07-01

    Where the filename is of the user’s choice and DRIBBLE opens a typescript for the filename. _PRINTPARMS (or PRINTRULES) _DRIBBLE The last DRIBBLE...information. TER - enter terse mode. TAB - Tabular entry mode. TS - write out a typescript file of consultation. N (a number) reconsider previously saved

  12. Avoiding unfavorable results in postburn contracture hand

    Science.gov (United States)

    Bhattacharya, Sameek

    2013-01-01

    Deformities of the hands are a fairly common sequel of burn especially in the developing world. This is because of high incidence of burns, limited access to standard treatment and rehabilitation. The best outcome of a burnt hand is when deformities are prevented from developing. A good functional result is possible when due consideration is paid to hands during resuscitation, excisional surgery, reconstructive surgery and physiotherapy. The post-burns deformities of hand develop due direct thermal damage or secondary to intrinsic minus position due to oedema or vascular insufficiency. During the acute phase the concerns are, maintenance circulation minimize oedema prevent unphysiological positioning and wound closure with autogenous tissue as soon as possible. The rehabilitation program during the acute phase starts from day one and goes on till the hand has healed and has regained full range of motion. Full blown hand contractures are challenging to correct and become more difficult as time passes. Long-standing cases often land up with attenuation of extensor apparatus leading to swan neck and boutonniere deformity, muscle shortening and bony ankylosis. The major and most common pitfall after contracture release is relapse. The treatment protocol of contracture is solely directed towards countering this tendency. This article aims to guide a surgeon in obtaining optimal hand function and avoid pit falls at different stages of management of hand burns. The reasons of an unfavourable outcome of a burnt hand are possible lack of optimal care in the acute phase, while planning and performing reconstructive procedure and during aftercare and rehabilitation. PMID:24501479

  13. Tobacco advertising in retail stores.

    Science.gov (United States)

    Cummings, K M; Sciandra, R; Lawrence, J

    1991-01-01

    Recent studies have described tobacco advertising in the print media, on billboards, and through sponsorship of cultural and sporting events. However, little attention has been given to another common and unavoidable source of tobacco advertising, that which is encountered in retail stores. In July 1987, we conducted a survey of 61 packaged goods retail stores in Buffalo, NY, to assess the prevalence and type of point-of-sale tobacco advertising. In addition, store owners or managers were surveyed to determine their store's policy regarding tobacco advertising, receipt of monetary incentives from distributors for displaying tobacco ads, and willingness to display antitobacco ads. Six types of stores were involved in the study: 10 supermarkets, 10 privately owned grocery stores, 9 chain convenience food stores that do not sell gasoline, 11 chain convenience food stores that sell gasoline, 11 chain pharmacies, and 10 private pharmacies. Two-thirds of the stores displayed tobacco posters, and 87 percent had promotional items advertising tobacco products, primarily cigarettes. Larger stores, and those that were privately owned, tended to display more posters and promotional items. Eighty percent of tobacco product displays were for cigarettes, 16 percent for smokeless tobacco products, and 4 percent for cigars and pipe tobacco. Convenience stores selling gasoline had the most separate tobacco product displays. Of tobacco product displays, 24 percent were located adjacent to candy and snack displays. Twenty-nine of the 61 store owners or managers indicated that their store had a policy regulating the display of tobacco ads and tobacco product displays.(ABSTRACT TRUNCATED AT 250 WORDS) PMID:1910192

  14. CLOTHING BUYING MOTIVES AND STORE SELECTION CRITERIA – THE CASE OF CROATIAN ADOLESCENTS

    Directory of Open Access Journals (Sweden)

    Blaženka Knežević

    2016-12-01

    Full Text Available The aim of this paper is to analyse Croatian adolescents’ clothing buying motives and their retail store selection criteria. The paper examined their preferences, attitudes and behaviours when buying clothes - whether adolescents with different primary clothing motives would have similar or different store selection criteria. Also, the paper determined how today’s adolescents spend money on clothes and whether they are more inclined to purchase branded clothes or not. Finally, the paper explained whether Croatian adolescents prefer purchasing in small or large specialized apparel stores, or whether they are more prone to online purchasing or even buying clothes in second-hand shops. Also, the society influences in forming adolescents’ attitudes and decisions towards store selection and purchasing preferences of clothes were examined. The research findings showed that shopping centres are the preferred retail format. In addition, adolescents do not have a fully developed attitude on fashion and clothing. Therefore, they strongly refer to opinions of family and friends when choosing clothes. Moreover, the Internet and TV are evaluated as influential channels of consumer communication within this particular group of consumers. Based on the findings, suggestions for service management and marketing strategies are provided for apparel retail companies that target adolescents.

  15. Beyond Promotion-Based Store Switching: Antecedents and Consequences of Systematic Multiple-Store Shopping

    OpenAIRE

    Gijsbrechts, E.; Campo, K.; Nisol, P.

    2005-01-01

    In this paper, we demonstrate that single-purpose multiple store shopping is not only driven by opportunistic, promotion-based motivations, but may also be part of a longer term shopping planning process based on stable store characteristics.Starting from a utility-maximizing shopping behavior model, we find that consumers systematically visit multiple stores to take advantage of two types of store complementarity.With 'fixed cost complementarity', consumers alternate visits to highly preferr...

  16. NACS Store Planning Manual.

    Science.gov (United States)

    College Store Journal, 1979

    1979-01-01

    Topics discussed by the NACS Store Planning/Renovation Committees in this updated version of the college store renovation manual include: short- and long-range planning, financial considerations, professional planning assistance, the store's image and business character, location considerations, building requirements, space requirements, fixtures,…

  17. Feeling touch on the own hand restores the capacity to visually discriminate it from someone else' hand: Pathological embodiment receding in brain-damaged patients.

    Science.gov (United States)

    Fossataro, Carlotta; Bruno, Valentina; Gindri, Patrizia; Pia, Lorenzo; Berti, Anna; Garbarini, Francesca

    2017-06-23

    The sense of body ownership, i.e., the belief that a specific body part belongs to us, can be selectively impaired in brain-damaged patients. Recently, a pathological form of embodiment has been described in patients who, when the examiner's hand is located in a body-congruent position, systematically claim that it is their own hand (E+ patients). This paradoxical behavior suggests that, in these patients, the altered sense of body ownership also affects their capacity of visually discriminating the body-identity details of the own and the alien hand, even when both hands are clearly visible on the table. Here, we investigated whether, in E+ patients with spared tactile sensibility, a coherent body ownership could be restored by introducing a multisensory conflict between what the patients feel on the own hand and what they see on the alien hand. To this aim, we asked the patients to rate their sense of body ownership over the alien hand, either after segregated tactile stimulations of the own hand (out of view) and of the alien hand (visible) or after synchronous and asynchronous tactile stimulations of both hands, as in the rubber hand illusion set-up. Our results show that, when the tactile sensation perceived on the patient's own hand was in conflict with visual stimuli observed on the examiner's hand, E+ patients noticed the conflict and spontaneously described visual details of the (visible) examiner's hand (e.g., the fingers length, the nails shape, the skin color…), to conclude that it was not their own hand. These data represent the first evidence that, in E+ patients, an incongruent visual-tactile stimulation of the own and of the alien hand reduces, at least transitorily, the delusional body ownership over the alien hand, by restoring the access to the perceptual self-identity system, where visual body identity details are stored. Copyright © 2017 Elsevier Ltd. All rights reserved.

  18. Experimental study of collective effects in BEP storage ring with high stored current

    International Nuclear Information System (INIS)

    Danilov, V.; Koop, I.; Lysenko, A.; Militsyn, B.; Nesterenko, I.; Perevedentsev, E.; Pozdeev, E.; Ptitsin, V.; Shatunov, Yu.; Vasserman, I.

    1993-01-01

    The results of extensive investigation of beam dynamics with high current in BEP booster are presented. Strong bunch lengthening due to the potential well distortion by the inductive impedance was observed on the background of the multiple intrabeam scattering and of the ion accumulation (in the e - beam). The octupole and sextupole corrections enabled control of collective damping of the head-tail modes. Fast damping is also observed at zero chromaticity, this is attributed to the injection kickers acting as transmission lines. The proper tuning of the nonlinearity corrections cures the transverse instabilities and enables capability to store up to 0.8A current in a single bunch

  19. HOW IN-STORE MARKETING AFFECTS PURCHASE AND SALESMAN’S RECOMMENDATION RATE IN TELECOM RETAIL STORES

    Directory of Open Access Journals (Sweden)

    Melik Karabıyıkoglu

    2013-01-01

    Full Text Available The authors study in-store marketing for telecom retail stores in GSM sector in Turkey which handset manufacturers practice special application in stores for increasing purchasing and improving suggestion rates of their products. They develop a theoretical model of dealers, and manufacturers behavior based on observations about key aspects of the mobile phone market. The analysis provides important insights about in-store marketing and their applications. For example, owner of the store and salesmen would like to support in-store marketing applications of manufacturers in spite of operators’s in-store rules. The authors find empirical support when they test the theoretical results.

  20. Contactless and pose invariant biometric identification using hand surface.

    Science.gov (United States)

    Kanhangad, Vivek; Kumar, Ajay; Zhang, David

    2011-05-01

    This paper presents a novel approach for hand matching that achieves significantly improved performance even in the presence of large hand pose variations. The proposed method utilizes a 3-D digitizer to simultaneously acquire intensity and range images of the user's hand presented to the system in an arbitrary pose. The approach involves determination of the orientation of the hand in 3-D space followed by pose normalization of the acquired 3-D and 2-D hand images. Multimodal (2-D as well as 3-D) palmprint and hand geometry features, which are simultaneously extracted from the user's pose normalized textured 3-D hand, are used for matching. Individual matching scores are then combined using a new dynamic fusion strategy. Our experimental results on the database of 114 subjects with significant pose variations yielded encouraging results. Consistent (across various hand features considered) performance improvement achieved with the pose correction demonstrates the usefulness of the proposed approach for hand based biometric systems with unconstrained and contact-free imaging. The experimental results also suggest that the dynamic fusion approach employed in this work helps to achieve performance improvement of 60% (in terms of EER) over the case when matching scores are combined using the weighted sum rule.

  1. Discrimination against customers by retail chain stores and the impact of the law

    Directory of Open Access Journals (Sweden)

    K Reddy

    2014-10-01

    Full Text Available Profit and other related objectives of business emphasise the need to distinguish between different customers or groups of customers. The South African Constitution, on the other hand, specifically prohibits unfair discrimination. This paper examines the legal principle of non-discrimination, as set out in the Constitution and the Equality Act, as well as the impact that these provisions have on discrimination against customers. The literature study shows that there is a legal obligation on business to ensure the provision of equitable customer service. An exploratory study was conducted among the customers of retail chain store outlets in Clermont, a historically disadvantaged area, to identify examples of differentiated treatment of customers by retail chain stores. Customer perceptions have in fact shown areas of differentiation which could be viewed as unfair discrimination unless justified

  2. Distributed energy store railgun

    International Nuclear Information System (INIS)

    Marshall, R.A.

    1991-01-01

    This paper reports that when the limiting case of a distributed energy store railgun is analyzed, i.e., the case where the space between adjacent energy stores become indefinitely small, three important results are obtained. First, the shape of the current pulse delivered by each store is sinusoidal and an exponential tail. Second, the rail-to-rail voltage behind the rear-most active store approaches zero. Third, it is not possible to choose parameters in such a way that capacitor crowbars can be eliminated

  3. Redefining the Subject, Redefining the Social, Reconsidering Education: George Herbert Mead's Course on Philosophy of Education at the University of Chicago.

    Science.gov (United States)

    Biesta, Gert J. J.

    1999-01-01

    George Mead's posthumously published works express a genuine philosophy of education. This paper contributes to the reconstruction of Mead's educational philosophy, examining a typescript of student notes from his course on philosophy of education at the University of Chicago. The essay discusses the typescript against the backdrop of Mead's…

  4. Optimal Simulations by Butterfly Networks: Extended Abstract,

    Science.gov (United States)

    1987-11-01

    Typescript , Univ. of Massachusetts; submitted for nublication. 1_2.2 Ll, - W 12. ifliU 1.8 UI1.25 . l i I 61 MICROCOPY RESOLUTION TEST CHART NATIONAL...1987): An optimal mapping of the FFT algorithm onto the tlypercube architecture. Typescript , Univ. of Massachusetts; submitted for publication. (HR I

  5. Real Time Monitoring of GPS-IGU orbits and clocks as a tool to disseminate corrections to GPS-Broadcast Ephemerides

    Science.gov (United States)

    Thaler, G.; Opitz, M.; Weber, R.

    2009-04-01

    Nowadays RTIGS and NTRIP have become standards for real time GNSS based positioning applications. The IGS (International GNSS Service) Real-Time Working Group disseminates via Internet (RTIGS) raw observation data of a subset of stations of the IGS network. This observation data can be used to establish a real-time integrity monitoring of the IGS predicted orbits (Ultra Rapid (IGU-) Orbits) and clocks, according to the recommendations of the IGS Workshop 2004 in Bern and in a further step correction terms for improving the accuracy of the GPS broadcast ephemerides can be calculated. The Institute for "Geodesy and Geophysics" of the TU-Vienna develops in cooperation with the IGS Real-Time Working Group the software "RTR- Control", which currently provides a real-time integrity monitoring of predicted IGU Satellite Clock Corrections to GPS Time. The real-time orbit calculation and monitoring of the predicted IGU satellite orbits is currently in a testing phase and will be operable in the near future. A kinematic model and calculated ranges to the satellites are combined in a KALMAN-Filter approach. Currently the most recent GPS- Satellite Clock Corrections are published in Real Time via Internet. A 24 - hour clock RINEX file and the IGU SP3 files modified for the associated clock corrections are stored on the ftp-server of the institute. To perform the task of calculating corrections to the broadcast ephemerides three programs are used, which are BNC (BKG Ntrip Client) and BNS (BKG Ntrip State Space Server) from BKG (Bundesamt für Kartographie und Geoinformation) as well as RTR-Control. BNC receives the GPS-broadcast ephemerides from the Ntrip-Caster and forwards them to BNS. RTR-Control calculates the satellite clocks and in future also the satellite orbits and forwards them in SP3-format to BNS. BNS calculates the correction terms to the broadcast ephemerides and delivers it in RTCM 3.x format (proprietary message 4056) back to the Ntrip-caster. Subsequently

  6. Information for stores users

    CERN Multimedia

    Logistics Group - FI Department

    2005-01-01

    The Farnell catalogue can now be accessed from the Material Request form on EDH in addition to the CERN Stores catalogue. Users can order Farnell equipment as well as standard Stores equipment at the same time using a single document, the EDH Materials Request form. The Materials Request form offers users items from both the internal 'Stores' catalogue and the external 'Farnell' catalogue, all of which may be ordered on the same form. The system automatically forwards orders for standard Stores equipment to the CERN Stores and those for Farnell equipment to Farnell. The delivery time is 48 hours in both cases. Requests for materials are routed for approval in accordance with the standard EDH routing procedures. Logistics Group FI Department

  7. Building Store Satisfaction Centred on Customer Retention in Clothing Retailing: Store Design and Ease of Shopping

    Directory of Open Access Journals (Sweden)

    Gulden Turhan

    2016-01-01

    Full Text Available The study’s research model suggests that store design and ease of shopping are associated with customer retention through a mediated pathway in which store design and ease of shopping influence perceived store satisfaction, which in turn, influences customer retention. This survey was administered to two separate clothing stores offered to either females or males (in total, 533 participants. Using structural equation modelling methodology, data was analysed to explain the interrelations among the variables in the model. The results of an empirical study of a sample of store shoppers revealed that store design and ease of shopping influence customer retention in an indirect way through customer perception of satisfaction with the store. In building store satisfaction that is centred on customer retention, store design and shopping ease differ in their relative influences. This difference is high for females, but for men as low as to be considered negligible in males. As a result, improving customers’ perceptions of store design and ease of shopping is a way to ensure store satisfaction support customer retention. The results of the study provide a new insight into the relationships by suggesting indirect effects of shopping ease and store design on consumer retention by their impacts on store satisfaction, rather than direct effects.

  8. Building Store Satisfaction Centred on Customer Retention in Clothing Retailing: Store Design and Ease of Shopping

    Directory of Open Access Journals (Sweden)

    Gulden Turhan

    2014-01-01

    Full Text Available The study’s research model suggests that store design and ease of shopping are associated with customer retention through a mediated pathway in which store design and ease of shopping influence perceived store satisfaction, which in turn, influences customer retention. This survey was administered to two separate clothing stores offered to either females or males (in total, 533 participants. Using structural equation modelling methodology, data was analysed to explain the interrelations among the variables in the model. The results of an empirical study of a sample of store shoppers revealed that store design and ease of shopping influence customer retention in an indirect way through customer perception of satisfaction with the store. In building store satisfaction that is centred on customer retention, store design and shopping ease differ in their relative influences. This difference is high for females, but for men as low as to be considered negligible in males. As a result, improving customers’ perceptions of store design and ease of shopping is a way to ensure store satisfaction support customer retention. The results of the study provide a new insight into the relationships by suggesting indirect effects of shopping ease and store design on consumer retention by their impacts on store satisfaction, rather than direct effects.

  9. Error Field Correction in DIII-D Ohmic Plasmas With Either Handedness

    International Nuclear Information System (INIS)

    Park, Jong-Kyu; Schaffer, Michael J.; La Haye, Robert J.; Scoville, Timothy J.; Menard, Jonathan E.

    2011-01-01

    Error field correction results in DIII-D plasmas are presented in various configurations. In both left-handed and right-handed plasma configurations, where the intrinsic error fields become different due to the opposite helical twist (handedness) of the magnetic field, the optimal error correction currents and the toroidal phases of internal(I)-coils are empirically established. Applications of the Ideal Perturbed Equilibrium Code to these results demonstrate that the field component to be minimized is not the resonant component of the external field, but the total field including ideal plasma responses. Consistency between experiment and theory has been greatly improved along with the understanding of ideal plasma responses, but non-ideal plasma responses still need to be understood to achieve the reliable predictability in tokamak error field correction.

  10. TruStore: Implementing a Trusted Store for Android

    OpenAIRE

    Yury, Zhauniarovich; Olga, Gadyatskaya; Bruno, Crispo

    2013-01-01

    In the Android ecosystem, the process of verifying the integrity of downloaded apps is left to the user. Different from other systems, e.g., Apple, App Store, Google does not provide any certified vetting process for the Android apps. This choice has a lot of advantages but it is also the open door to possible attacks as the recent one shown by Bluebox. To address this issue, we present how to enable the deployment of application certification service, we called TruStores, for the Android pla...

  11. Mothers’ Hand washing Practice and Diarrhea Cases in Children under Five in Baleendah, Bandung

    Directory of Open Access Journals (Sweden)

    M Syafril Firdaus

    2015-06-01

    Full Text Available ackground: Diarrhea is a disease, especially in children, with high mortality and morbidity rate in developing countries, including Indonesia. Diarrhea can be prevented if people can apply clean and healthy behaviors, especially hand washing. Hand washing is the cheapest, simplest, and the most effective methods for prevention of diarrhea. The objective of this study is to identify the knowledge, attitude, and practice of mothers’ hand washing and diarrhea cases in children under five in Baleendah District, Bandung. Methods: A descriptive study was conducted during September−November 2012 to 210 mothers who had children (ages 12−59 months in Baleendah using rapid survey technique. The time allocated for each village was adjusted to the population proportion for each region. The data were analyzed using computer and was represented using frequency distribution. Results: This study showed that the respondents had good level of knowledge and attitude of hand washing (83.8% and 61%, respectively, but only 21% of the respondents’ practices of hand washing was in good level. Most of the respondents did not wash their hands according to the 7 steps of correct hand washing. Moreover the percentage of children with diarrhea in Baleendah was 43.8% (92 cases during the study. Conclusions: There should be dissemination of information about the benefit of washing hands with 7 steps of correct hands washing so that families can practice it and can prevent diarrhea in children under five.

  12. An Ubiquitous and Non Intrusive System for Pervasive Advertising using NFC and Geolocation Technologies and Air Hand Gestures

    Directory of Open Access Journals (Sweden)

    Francisco M. Borrego-Jaraba

    2014-01-01

    Full Text Available In this paper we present a pervasive proposal for advertising using mobile phones, Near Field Communication, geolocation and air hand gestures. Advertising post built by users in public/private spaces can store multiple ads containing any kind of textual, graphic or multimedia information. Ads are automatically shows in the mobile phone of the users using a notification based process considering relative user location between the posts and the user preferences. Moreover, ads can be stored and retrieved from the post using hand gestures and Near Field Communication technology. Secure management of information about users, posts, and notifications and the use of instant messaging enable the development of systems to extend the current advertising strategies based on Web, large displays or digital signage.

  13. RCRA corrective action program guide (Interim)

    Energy Technology Data Exchange (ETDEWEB)

    1993-05-01

    The US Department of Energy (DOE) is responsible for compliance with an increasingly complex spectrum of environmental regulations. One of the most complex programs is the corrective action program proposed by the US Environmental Protection Agency (EPA) under the authority of the Resource Conservation and Recovery Act (RCRA) as amended by the Hazardous and Solid Waste Amendments (HSWA). The proposed regulations were published on July 27, 1990. The proposed Subpart S rule creates a comprehensive program for investigating and remediating releases of hazardous wastes and hazardous waste constituents from solid waste management units (SWMUs) at facilities permitted to treat, store, or dispose of hazardous wastes. This proposed rule directly impacts many DOE facilities which conduct such activities. This guidance document explains the entire RCRA Corrective Action process as outlined by the proposed Subpart S rule, and provides guidance intended to assist those persons responsible for implementing RCRA Corrective Action at DOE facilities.

  14. Model/School Store Management Guide.

    Science.gov (United States)

    North Dakota State Board for Vocational Education, Bismarck.

    This teacher-coordinator manual assists in planning, organizing, directing, and evaluating student learning experiences associated with either a model store, school store, or combination. (A model store in a marketing laboratory simulates marketing functions; the school store markets merchandise to fellow students, faculty, and/or the public.)…

  15. Naval War College Review. Volume 67, Number 1, Winter 2014

    Science.gov (United States)

    2014-01-01

    english in about 1938, it has been published only in french. the original typescript docu- ment is in Manuscript Collection 91: Herbert rosinski...english typescript pp. 33–34). 24. Ibid. see a. t. Mahan, lessons of the war with Spain (boston: little, brown, 1899), pp. 78, 123–24; Mahan, life

  16. How the Measurement of Store Choice Behaviour Moderates the Relationship between Distance and Store Choice Behaviour

    DEFF Research Database (Denmark)

    Hansen, Torben; Cumberland, Flemming; Solgaard, Hans Stubbe

    2013-01-01

    The influence of distance on consumer store choice behaviour has been considered in many studies. In that respect, frequency and budget share are frequently used methods of measurement to determine the consumer's store choice behavour. In this study, we propose that the significance of distance...... is influenced by the way in which store choice behaviour is conceptualized. A survey among 631 consuemrs was performed in order to examine the research proposition. Structural equation results suggest that the negative effect of distance on store choice behaviour is larger when store choice behaviour...... is measured as number of visits to a particular store than wehen store cjoice behaviour is measured as the percentage of budget spend at a particular store. Our results indicate that researchers should carefully consider the measurement of store choice behaviour when carrying out empirical research invlving...

  17. A hand tracking algorithm with particle filter and improved GVF snake model

    Science.gov (United States)

    Sun, Yi-qi; Wu, Ai-guo; Dong, Na; Shao, Yi-zhe

    2017-07-01

    To solve the problem that the accurate information of hand cannot be obtained by particle filter, a hand tracking algorithm based on particle filter combined with skin-color adaptive gradient vector flow (GVF) snake model is proposed. Adaptive GVF and skin color adaptive external guidance force are introduced to the traditional GVF snake model, guiding the curve to quickly converge to the deep concave region of hand contour and obtaining the complex hand contour accurately. This algorithm realizes a real-time correction of the particle filter parameters, avoiding the particle drift phenomenon. Experimental results show that the proposed algorithm can reduce the root mean square error of the hand tracking by 53%, and improve the accuracy of hand tracking in the case of complex and moving background, even with a large range of occlusion.

  18. Storing up trouble

    International Nuclear Information System (INIS)

    Townsley, M.

    1992-01-01

    Scottish Nuclear have applied for permission to build a temporary ground-level dry store for spent fuel at Torness. However, Nirex's failure to find a suitable site for a long-term repository could mean that the Torness store will be less temporary than planned. (author)

  19. Hand exposure to ionising radiation of nuclear medicine workers

    International Nuclear Information System (INIS)

    Wrzesien, M.; Olszewski, J.; Jankowski, J.

    2008-01-01

    The specific nature of work in nuclear medicine departments involves the use of isotopes and handling procedures, which contribute to the considerable value of an equivalent dose received, in particular, by the fingertips. Standard nuclear medicine department uses ring dosemeters placed usually at the base of the middle finger. The main aim of the study was to find out whether a relationship exists between the doses recorded by thermoluminescent detectors placed at various locations on the radio-pharmacists' hands and the doses recorded by the ring detectors, and to determine the character of that relationship. The correction factor represents a correction value to be used to calculate the doses which might be received by locations on the hand from the dose recorded by the ring dosemeter. The dose recorded by the ring dosemeter is on the average five times lower than that received by the fingertips of thumb, index and middle fingers. (authors)

  20. Store operations to maintain cache coherence

    Energy Technology Data Exchange (ETDEWEB)

    Evangelinos, Constantinos; Nair, Ravi; Ohmacht, Martin

    2017-08-01

    In one embodiment, a computer-implemented method includes encountering a store operation during a compile-time of a program, where the store operation is applicable to a memory line. It is determined, by a computer processor, that no cache coherence action is necessary for the store operation. A store-without-coherence-action instruction is generated for the store operation, responsive to determining that no cache coherence action is necessary. The store-without-coherence-action instruction specifies that the store operation is to be performed without a cache coherence action, and cache coherence is maintained upon execution of the store-without-coherence-action instruction.

  1. Store operations to maintain cache coherence

    Energy Technology Data Exchange (ETDEWEB)

    Evangelinos, Constantinos; Nair, Ravi; Ohmacht, Martin

    2017-09-12

    In one embodiment, a computer-implemented method includes encountering a store operation during a compile-time of a program, where the store operation is applicable to a memory line. It is determined, by a computer processor, that no cache coherence action is necessary for the store operation. A store-without-coherence-action instruction is generated for the store operation, responsive to determining that no cache coherence action is necessary. The store-without-coherence-action instruction specifies that the store operation is to be performed without a cache coherence action, and cache coherence is maintained upon execution of the store-without-coherence-action instruction.

  2. An Analysis of Proposed Changes to Incentivize Facilities Capital Investment through Cost Accounting Standard 409.

    Science.gov (United States)

    1982-09-01

    Standard 409, The." n.p.:n.d. Typescript report supplied to the authors by Mr. Von Lunenschloss, Hughes Aircraft Company, June 1982. 8. Clark, Charles...Profit Policy." n.p.:n.d. Typescript report supplied to the authors by Mr. C. G. Adams, General Accounting Office, March 1982. N25. Keith, Donald R

  3. SU-F-T-67: Correction Factors for Monitor Unit Verification of Clinical Electron Beams

    Energy Technology Data Exchange (ETDEWEB)

    Haywood, J [Mercy Health Partners, Muskegon, MI (United States)

    2016-06-15

    Purpose: Monitor units calculated by electron Monte Carlo treatment planning systems are often higher than TG-71 hand calculations for a majority of patients. Here I’ve calculated tables of geometry and heterogeneity correction factors for correcting electron hand calculations. Method: A flat water phantom with spherical volumes having radii ranging from 3 to 15 cm was created. The spheres were centered with respect to the flat water phantom, and all shapes shared a surface at 100 cm SSD. D{sub max} dose at 100 cm SSD was calculated for each cone and energy on the flat phantom and for the spherical volumes in the absence of the flat phantom. The ratio of dose in the sphere to dose in the flat phantom defined the geometrical correction factor. The heterogeneity factors were then calculated from the unrestricted collisional stopping power for tissues encountered in electron beam treatments. These factors were then used in patient second check calculations. Patient curvature was estimated by the largest sphere that aligns to the patient contour, and appropriate tissue density was read from the physical properties provided by the CT. The resulting MU were compared to those calculated by the treatment planning system and TG-71 hand calculations. Results: The geometry and heterogeneity correction factors range from ∼(0.8–1.0) and ∼(0.9–1.01) respectively for the energies and cones presented. Percent differences for TG-71 hand calculations drop from ∼(3–14)% to ∼(0–2)%. Conclusion: Monitor units calculated with the correction factors typically decrease the percent difference to under actionable levels, < 5%. While these correction factors work for a majority of patients, there are some patient anatomies that do not fit the assumptions made. Using these factors in hand calculations is a first step in bringing the verification monitor units into agreement with the treatment planning system MU.

  4. Left-Handed W bosons at the LHC

    International Nuclear Information System (INIS)

    Dixon, Lance

    2011-01-01

    The production of W bosons in association with jets is an important background to new physics at the LHC. Events in which the W carries large transverse momentum and decays leptonically lead to large missing energy and are of particular importance. We show that the left-handed nature of the W coupling, combined with valence quark domination at a pp machine, leads to a large left-handed polarization for both W + and W - bosons at large transverse momenta. The polarization fractions are very stable with respect to QCD corrections. The leptonic decay of the W +- bosons translates the common left-handed polarization into a strong asymmetry in transverse momentum distributions between positrons and electrons, and between neutrinos and anti-neutrinos (missing transverse energy). Such asymmetries may provide an effective experimental handle on separating W +jets from top quark production, which exhibits very little asymmetry due to C invariance, and from various types of new physics.

  5. Left-Handed W bosons at the LHC

    Energy Technology Data Exchange (ETDEWEB)

    Bern, Z.; /UCLA; Diana, G.; /Saclay, SPhT; Dixon, L.J.; /CERN /SLAC; Cordero, F.Febres; /Simon Bolivar U.; Forde, D.; /Simon Bolivar U. /NIKHEF, Amsterdam; Gleisberg, T.; Hoeche, S.; /SLAC; Ita, H.; /UCLA; Kosower, D.A.; /Saclay, SPhT; Maitre, D.; /CERN /Durham U.; Ozeren, K.; /UCLA

    2011-05-20

    The production of W bosons in association with jets is an important background to new physics at the LHC. Events in which the W carries large transverse momentum and decays leptonically lead to large missing energy and are of particular importance. We show that the left-handed nature of the W coupling, combined with valence quark domination at a pp machine, leads to a large left-handed polarization for both W{sup +} and W{sup -} bosons at large transverse momenta. The polarization fractions are very stable with respect to QCD corrections. The leptonic decay of the W{sup +-} bosons translates the common left-handed polarization into a strong asymmetry in transverse momentum distributions between positrons and electrons, and between neutrinos and anti-neutrinos (missing transverse energy). Such asymmetries may provide an effective experimental handle on separating W +jets from top quark production, which exhibits very little asymmetry due to C invariance, and from various types of new physics.

  6. Information for Stores Users

    CERN Multimedia

    Logistics Group

    2004-01-01

    As the FARNELL Catalogue CAPACITORS, RESISTORS and POTENTIOMETERS have now been integrated into the CERN Stores Catalogue (SCEM Groups 10 and 11) they can now be obtained via an EDH 'Material Request' like any other Stores item. N.B. The Farnell 'Order code' is one of the key-words that make it easier to find items in the Stores Catalogue. Logistics Group FI Department

  7. Inflammable materials stores

    International Nuclear Information System (INIS)

    Nandagopan, V.

    2017-01-01

    A new Inflammable Materials Stores has been constructed by A and SED, BARC near Gamma Field for storage of inflammable materials falling into Petroleum Class ‘A’ ‘B’ and “C” mainly comprising of oils and lubricants, Chemicals like Acetone, Petroleum Ether etc. which are regularly procured by Central Stores Unit (CSU) for issue to the various divisions of BARC. The design of the shed done by A and SED, BARC was duly got approved from Petroleum and Explosive Safety Organization (PESO) which is a mandatory requirement before commencement of the construction. The design had taken into account various safety factors which is ideally required for an inflammable materials stores

  8. Country-of-origin labeling prior to and at the point of purchase: an exploration of the information environment in Baltimore City grocery stores.

    Science.gov (United States)

    Lagasse, Lisa P; Love, David C; Smith, Katherine Clegg

    2014-01-01

    The country-of-origin labeling (COOL) law requires United States grocers to indicate the origin and procurement method (farm-raised or wild-caught) for seafood. This study explored the presentation of COOL on fresh, frozen, packaged, and unpackaged seafood in Baltimore City grocery stores. Eight stores were visited bi-monthly to photograph seafood labels, and circulars were collected weekly from fourteen stores over three months. Ninety-six percent of products were labeled correctly. Forty-eight percent of advertisements included COOL. While in-store labels did not highlight COOL, advertising featured references to domestic and wild-caught seafood, signaling to customers that these are high-value product qualities.

  9. Learning iPhone Programming From Xcode to App Store

    CERN Document Server

    Allan, Alasdair

    2010-01-01

    Get the hands-on experience you need to program for the iPhone and iPod Touch. With this easy-to-follow guide, you'll build several sample applications by learning how to use Xcode tools, the Objective-C programming language, and the core frameworks. Before you know it, you'll not only have the skills to develop your own apps, you'll know how to sail through the process of submitting apps to the iTunes App Store. Whether you're a developer new to Mac programming or an experienced Mac developer ready to tackle the iPhone and iPod Touch, Learning iPhone Programming will give you a head start o

  10. Short-range second order screened exchange correction to RPA correlation energies

    Science.gov (United States)

    Beuerle, Matthias; Ochsenfeld, Christian

    2017-11-01

    Direct random phase approximation (RPA) correlation energies have become increasingly popular as a post-Kohn-Sham correction, due to significant improvements over DFT calculations for properties such as long-range dispersion effects, which are problematic in conventional density functional theory. On the other hand, RPA still has various weaknesses, such as unsatisfactory results for non-isogyric processes. This can in parts be attributed to the self-correlation present in RPA correlation energies, leading to significant self-interaction errors. Therefore a variety of schemes have been devised to include exchange in the calculation of RPA correlation energies in order to correct this shortcoming. One of the most popular RPA plus exchange schemes is the second order screened exchange (SOSEX) correction. RPA + SOSEX delivers more accurate absolute correlation energies and also improves upon RPA for non-isogyric processes. On the other hand, RPA + SOSEX barrier heights are worse than those obtained from plain RPA calculations. To combine the benefits of RPA correlation energies and the SOSEX correction, we introduce a short-range RPA + SOSEX correction. Proof of concept calculations and benchmarks showing the advantages of our method are presented.

  11. Chaotic inflation and baryogenesis by right-handed sneutrinos

    International Nuclear Information System (INIS)

    Murayama, H.; Suzuki, H.; Yanagida, T.; Yokoyama, J.i.

    1993-01-01

    We present a model of chaotic inflation driven by the superpartner of the right-handed neutrino (N R ). This model gives the correct magnitude of the density perturbation observed by the Cosmic Background Explorer satellite with a right-handed neutrino mass congruent 10 13 GeV, which is also preferred by the Mikheyev-Smirnov-Wolfenstein solution to the solar neutrino problem. The reheating process is the dacay of the coherently oscillating N R . This decay process also generates lepton asymmetry via CP violation, which will be converted to baryon asymmetry thanks to the electroweak anomaly. This model can incorporate the τ-neutrino mass congruent 10 eV

  12. Gamma camera system with improved means for correcting nonuniformity

    International Nuclear Information System (INIS)

    Lange, K.; Jeppesen, J.

    1979-01-01

    In a gamma camera system, means are provided for correcting nonuniformity or lack of correspondence between the positions of scintillations and their calculated and displayed by x-y coordinates. In an accumulation mode, pulse counts corresponding with scintillations in various areas of the radiation field are stored in memory locations corresponding with their locations in the radiation field. A uniform radiation source is presented to the detectors during the accumulation is interrupted at which time other locations have fewer counts in them. In the run mode, counts are stored in corresponding locations of a memory and these counts are compared continuously with those stored in the accumulation mode. Means are provided for injecting a number of counts during the run mode proportional to the difference between the counts accumulated during the accumulation mode in a given area increment and the counts that should have been obtained from a uniform source

  13. A Psycholinguistic Description of the Oral and Written Language of a Selected Group of Middle School Children.

    Science.gov (United States)

    Martellock, Helen Anna

    Six highly skilled middle school readers read aloud a story from a basal reader, then orally retold the story in their own words, wrote a version of the story, and finally read their own version aloud. Typescripts made from audio tape were compared with typescripts of the written compositions. The oral and written retellings were analyzed for…

  14. Experiments and kinematics analysis of a hand rehabilitation exoskeleton with circuitous joints.

    Science.gov (United States)

    Zhang, Fuhai; Fu, Yili; Zhang, Qinchao; Wang, Shuguo

    2015-01-01

    Aiming at the hand rehabilitation of stroke patients, a wearable hand exoskeleton with circuitous joint is proposed. The circuitous joint adopts the symmetric pinion and rack mechanism (SPRM) with the parallel mechanism. The exoskeleton finger is a serial mechanism composed of three closed-chain SPRM joints in series. The kinematic equations of the open chain of the finger and the closed chains of the SPRM joints were built to analyze the kinematics of the hand rehabilitation exoskeleton. The experimental setup of the hand rehabilitation exoskeleton was built and the continuous passive motion (CPM) rehabilitation experiment and the test of human-robot interaction force measurement were conducted. Experiment results show that the mechanical design of the hand rehabilitation robot is reasonable and that the kinematic analysis is correct, thus the exoskeleton can be used for the hand rehabilitation of stroke patients.

  15. Radiative corrections in neutrino-deuterium disintegration

    International Nuclear Information System (INIS)

    Kurylov, A.; Ramsey-Musolf, M.J.; Vogel, P.

    2002-01-01

    The radiative corrections of order α for the charged- and neutral-current neutrino-deuterium disintegration for energies relevant to the SNO experiment are evaluated. Particular attention is paid to the issue of the bremsstrahlung detection threshold. It is shown that the radiative corrections to the total cross section for the charged current reaction are independent of that threshold, as they must be for consistency, and amount to a slowly decreasing function of the neutrino energy E ν , varying from about 4% at low energies to 3% at the end of the 8 B spectrum. The differential cross section corrections, on the other hand, do depend on the bremsstrahlung detection threshold. Various choices of the threshold are discussed. It is shown that for a realistic choice of the threshold and for the actual electron energy threshold of the SNO detector, the deduced 8 B ν e flux should be decreased by about 2%. The radiative corrections to the neutral-current reaction are also evaluated

  16. 78 FR 27441 - NIJ Evaluation of Hand-Held Cell Phone Detector Devices

    Science.gov (United States)

    2013-05-10

    ...The National Institute of Justice (NIJ) is soliciting interest in supplying hand-held cell phone detector devices for participation in an evaluation by the NIJ Corrections Technology Center of Excellence (CXCoE).

  17. Shape-based hand recognition approach using the morphological pattern spectrum

    Science.gov (United States)

    Ramirez-Cortes, Juan Manuel; Gomez-Gil, Pilar; Sanchez-Perez, Gabriel; Prieto-Castro, Cesar

    2009-01-01

    We propose the use of the morphological pattern spectrum, or pecstrum, as the base of a biometric shape-based hand recognition system. The system receives an image of the right hand of a subject in an unconstrained pose, which is captured with a commercial flatbed scanner. According to pecstrum property of invariance to translation and rotation, the system does not require the use of pegs for a fixed hand position, which simplifies the image acquisition process. This novel feature-extraction method is tested using a Euclidean distance classifier for identification and verification cases, obtaining 97% correct identification, and an equal error rate (EER) of 0.0285 (2.85%) for the verification mode. The obtained results indicate that the pattern spectrum represents a good feature-extraction alternative for low- and medium-level hand-shape-based biometric applications.

  18. Right-handed charged currents in the era of the Large Hadron Collider

    Energy Technology Data Exchange (ETDEWEB)

    Alioli, S. [CERN Theory Division,CH-1211, Geneva 23 (Switzerland); Cirigliano, V. [Theoretical Division, Los Alamos National Laboratory,Los Alamos, NM 87545 (United States); Dekens, W. [Theoretical Division, Los Alamos National Laboratory,Los Alamos, NM 87545 (United States); New Mexico Consortium, Los Alamos Research Park,Los Alamos, NM 87544 (United States); Vries, J. de [Nikhef, Theory Group,Science Park 105, 1098 XG, Amsterdam (Netherlands); Mereghetti, E. [Theoretical Division, Los Alamos National Laboratory,Los Alamos, NM 87545 (United States)

    2017-05-16

    We discuss the phenomenology of right-handed charged currents in the framework of the Standard Model Effective Field Theory, in which they arise due to a single gauge-invariant dimension-six operator. We study the manifestations of the nine complex couplings of the W to right-handed quarks in collider physics, flavor physics, and low-energy precision measurements. We first obtain constraints on the couplings under the assumption that the right-handed operator is the dominant correction to the Standard Model at observable energies. We subsequently study the impact of degeneracies with other Beyond-the-Standard-Model effective interactions and identify observables, both at colliders and low-energy experiments, that would uniquely point to right-handed charged currents.

  19. The Nord interim store

    International Nuclear Information System (INIS)

    Leushacke, D.F.; Rittscher, D.

    1996-01-01

    In line with the decision taken in 1990 to shut down and decommission the Greifswald and Rheinsberg Nuclear Power Stations, the waste management concept of the Energiewerke Nord is based on direct and complete decommissioning of the six shut down reactor units within the next fifteen years. One key element of this concept is the construction and use of the Zwischenlager Nord (Nord Interim Store, ZLN) for holding the existing nuclear fuels and for interim and decay storage of the radioactive materials arising in decommissioning and demolition. The owner and operator of the store is Energiewerke Nord GmbH. The interim store has the functions of a processing and Energiewerke Nord GmbH. The interim store has the functions of a processing and treatment station and buffer store for the flows of residues arising. As a radioactive waste management station, it accommodates nuclear fuels, radioactive waste or residues which are not treated any further. It is used as a buffer store to allow the materials accumulating in disassembly to be stored temporarily before or after treatment in order to ensure continuous loading of the treatment plants. When operated as a processing station, the ZLN is able to handle nearly all types of radioactive waste and residues arising, except for nuclear fuels. These installations allow the treatment of radioactive residues to be separated from the demolition work both physically and in time. The possibilities of interium storage and buffer storage of untreated waste and waste packages make for high flexibility in logistics and waste management strategy. (orig.) [de

  20. A Comparison of Customer Relationships between Large Chain Stores and Small Local Stores in the Fashion Industry

    OpenAIRE

    Krstevska, Biljana

    2017-01-01

    This research investigates customer relationships of two distinct store formats (small local stores and large chain stores) in the fashion industry. The aim is to find out if there are differences between the store formats regarding customer relationships. Relationship marketing theory was used to formulate hypotheses. Shoppers of small local stores and large chain stores in Würzburg, Germany, were surveyed to test the hypotheses. Results indicate that customer relationships significantly dif...

  1. Renewables cannot be stored economically on a well-run power system

    Science.gov (United States)

    Swift-Hook, Donald

    2017-11-01

    Economic storage on a power system must rely on arbitrage, buying electrical power when it is cheap and selling when it is dear. In practice, this means a store must buy power at night and sell it during the day. There is no solar power at night [by definition], so solar power cannot be stored economically on a well-run power system. Also renewables [and nuclear] are installed commercially to save fuel but fuel costs the same at night as it does during the day, so there is no arbitrage on fuel-saving to justify storage. Pumped water storage has always been widely used on power systems and is still the only method that is economic today, although many others have been tried, including fuels cells, compressed air and batteries. Devices for power correction and balancing [e.g. capacitor banks and batteries] may physically involve the storage of energy [just as a mobile phone does] but it is misleading to describe them as methods of power system storage, [just as it would be misleading to call a School bus a fuel transportation system, even though it does transport fuel]. When a power system has different sorts of plant generating - coal, gas, nuclear, wind etc - any power being put into storage is from the plant that would need to be switched off [because less power was needed] if storage ceased [e.g. because the store became full or failed]. On a well-run power system, that always has the highest fuel/running cost, but the wind blows free and has zero fuel/running cost, so wind is never [normally] stored unless there is no other plant on line i.e. wind power is the last to be stored.

  2. Information for stores users

    CERN Multimedia

    2006-01-01

    The Bossard catalogue is now accessible alongside the CERN Stores catalogue from the Material Request form on EDH. Users will thus be able to order Bossard equipment using the EDH Materials Request form. As a reminder, the system automatically forwards orders for standard Stores equipment to the CERN Stores and those for Bossard equipment to Bossard. In both cases the delivery time will be a maximum of 48 hours. Requests for materials will be routed for approval in accordance with the standard EDH routing procedures. Some items will remain available from the emergency desk in the event of urgent requests. These items will be visible in the Stores catalogue even if they cannot be purchased via the EDH material request form. Logistics Group FI Department

  3. Arbitrary function generator for APS injector synchrotron correction magnets

    International Nuclear Information System (INIS)

    Despe, O.D.

    1991-01-01

    The APS injector synchrotron has eighty correction magnets around its circumference to provide the vernier field changes required for beam orbit correction during acceleration. The arbitrary function generator (AFG) design is based on scanning out encoded data from a semi-conductor memory, a first-in-first-out (FIFO) device. The data input consists of a maximum of 20 correction values specified within the acceleration window. Additional points between these values are then linearly interpolated to create a uniformly spaced 1000 data-point function stored in the FIFO. Each point, encoded as a 3-bit value is scanned out in synchronism with the injection pulse and used to clock the up/down counter driving the DAC. The DAC produces the analog reference voltage used to control the magnet current. 1 ref., 4 figs

  4. The influence of store image on customer satisfaction: a case study of a shoe store

    Directory of Open Access Journals (Sweden)

    Tarsis Souza Silva

    2010-01-01

    Full Text Available Knowledge of customers' image of a store is an essential factor in the management of retail outlets. This article presents a case study of the effect of the image customers have of a shoe store on their satisfaction, based on a descriptive and quantitative survey, with the application of a structured questionnaire. We then employed factor analysis to obtain seven store image factors: assortment, convenience, reputation, price, atmosphere, layout and service. The results show that the factor that most affects customer satisfaction in the store studied is service, and that atmosphere and layout have no effect in this respect. The results provide a better understanding of the role store image plays in customer satisfaction and loyalty.

  5. Buying in multiple stores : Shopping strategies beyond price promotions and their effects on Store Competition

    NARCIS (Netherlands)

    Gijsbrechts, E.; Campo, K.; Nisol, P.

    2013-01-01

    Grocery-store switching has typically been viewed as evidence of cherry-picking behavior, with consumers switching stores to benefit from temporary promotional offers. However, research reveals that it may also result from a longer-term planning process based on stable store characteristics. Even in

  6. Provenance Store Evaluation

    Energy Technology Data Exchange (ETDEWEB)

    Paulson, Patrick R.; Gibson, Tara D.; Schuchardt, Karen L.; Stephan, Eric G.

    2008-03-01

    Requirements for the provenance store and access API are developed. Existing RDF stores and APIs are evaluated against the requirements and performance benchmarks. The team’s conclusion is to use MySQL as a database backend, with a possible move to Oracle in the near-term future. Both Jena and Sesame’s APIs will be supported, but new code will use the Jena API

  7. Understanding Retailers’ Acceptance of Virtual Stores

    OpenAIRE

    Irene Y.L. Chen

    2010-01-01

    The acceptance of e-commerce among consumers has stimulated the rise of virtual stores. Increasing traditional retailers or people who do not have sufficient capital for maintaining a brick-and-mortar store have considered using virtual stores to reach global market. In the e-commerce literature, there has been rich research evidence concerning consumers’ acceptance of virtual stores. However, rigorous academic research on retailers’ acceptance of virtual stores is relatively scarce today. Th...

  8. [Retrospective analysis of effects of metacarpus and phalanx traction on correction of scar contracture of hand after burn on the palm side].

    Science.gov (United States)

    Chunsheng, Hou; Qingye, Liu; Hongfei, Hao; Yuying, Dong; Feng, Wang; Jin, Lei

    2015-06-01

    To analyze the effects of metacarpus and phalanx traction on correction of scar contracture of hand after burn on the palm side retrospectively. A total of 32 patients with 39 affected hands with scar contracture on the palm side after burn were hospitalized from May 2010 to December 2014. Method of treatment: scar contracture was conservatively released followed by skin grafting, which was referred to as method A; Kirschner wire was inserted into the middle or distal phalanx of finger with contracture and the corresponding metacarpus in the shape of U for 2 to 7 weeks' traction, which was referred to as method B; traction frame was built based on the traction pile and anchor formed by Kirschner wire inserted through the second to the fifth metacarpus and distal phalanx of finger with contracture, and then the affected fingers were pulled into a straight position with rubber bands for 2 to 6 months, which was referred to as method C. Method A was used in patients who would be treated with thorough release of scar followed by skin grafting routinely. Method B was used in patients who would be treated with intramedullary Kirschner wire fixation after release of scar contracture and skin transplantation routinely. Method C was further used in patients when methods A and B failed to accomplish the expected result. Method C was used in the first place followed by method A in whom there might be vascular decompensation or exposure of tendon and bone after scar release, and those who failed to meet the expectation were treated with method C in addition. Patients who were unwilling to undergo surgery were treated with method C exclusively. During the course of treatment, the presence or absence of infection and slipping of Kirschner wire or its slitting through soft tissue were observed. The presence or absence of tendency of recurrence of scar contracture within 1 to 2 weeks after treatment was observed. The length of palmar skin measuring from the root of finger with

  9. Unsteady hydrodynamic forces acting on a robotic hand and its flow field.

    Science.gov (United States)

    Takagi, Hideki; Nakashima, Motomu; Ozaki, Takashi; Matsuuchi, Kazuo

    2013-07-26

    This study aims to clarify the mechanism of generating unsteady hydrodynamic forces acting on a hand during swimming in order to directly measure the forces, pressure distribution, and flow field around the hand by using a robotic arm and particle image velocimetry (PIV). The robotic arm consisted of the trunk, shoulder, upper arm, forearm, and hand, and it was independently computer controllable in five degrees of freedom. The elbow-joint angle of the robotic arm was fixed at 90°, and the arm was moved in semicircles around the shoulder joint in a plane perpendicular to the water surface. Two-component PIV was used for flow visualization around the hand. The data of the forces and pressure acting on the hand were sampled at 200Hz and stored on a PC. When the maximum resultant force acting on the hand was observed, a pair of counter-rotating vortices appeared on the dorsal surface of the hand. A vortex attached to the hand increased the flow velocity, which led to decreased surface pressure, increasing the hydrodynamic forces. This phenomenon is known as the unsteady mechanism of force generation. We found that the drag force was 72% greater and the lift force was 4.8 times greater than the values estimated under steady flow conditions. Therefore, it is presumable that swimmers receive the benefits of this unsteady hydrodynamic force. Copyright © 2013 Elsevier Ltd. All rights reserved.

  10. Education on Correct Inhaler Technique in Pharmacy Schools ...

    African Journals Online (AJOL)

    Conclusion: Standard educational training may not be the most appropriate method of teaching students the correct use of inhalers. Clearly, there is a practice element missing which needs to be addressed in a feasible way. Keywords: Inhaler technique, Pharmacy education, Hands-on training, Training barrier ...

  11. Augmented robotic device for EVA hand manoeuvres

    Science.gov (United States)

    Matheson, Eloise; Brooker, Graham

    2012-12-01

    During extravehicular activities (EVAs), pressurised space suits can lead to difficulties in performing hand manoeuvres and fatigue. This is often the cause of EVAs being terminated early, or taking longer to complete. Assistive robotic gloves can be used to augment the natural motion of a human hand, meaning work can be carried out more efficiently with less stress to the astronaut. Lightweight and low profile solutions must be found in order for the assistive robotic glove to be easily integrated with a space suit pressure garment. Pneumatic muscle actuators combined with force sensors are one such solution. These actuators are extremely light, yet can output high forces using pressurised gases as the actuation drive. Their movement is omnidirectional, so when combined with a flexible exoskeleton that itself provides a degree of freedom of movement, individual fingers can be controlled during flexion and extension. This setup allows actuators and other hardware to be stored remotely on the user's body, resulting in the least possible mass being supported by the hand. Two prototype gloves have been developed at the University of Sydney; prototype I using a fibreglass exoskeleton to provide flexion force, and prototype II using torsion springs to achieve the same result. The gloves have been designed to increase the ease of human movements, rather than to add unnatural ability to the hand. A state space control algorithm has been developed to ensure that human initiated movements are recognised, and calibration methods have been implemented to accommodate the different characteristics of each wearer's hands. For this calibration technique, it was necessary to take into account the natural tremors of the human hand which may have otherwise initiated unexpected control signals. Prototype I was able to actuate the user's hand in 1 degree of freedom (DOF) from full flexion to partial extension, and prototype II actuated a user's finger in 2 DOF with forces achieved

  12. A program in BASIC for calclation of cavity theory corrections

    International Nuclear Information System (INIS)

    Bugge Christensen, E.; Miller, A.

    1982-05-01

    A program in BASIC for a desk-top calculator HP 9830A is described. The program allows calculation of cavity theory corrections according to Burlin's general cavity theory. The calculations are made by using tabulated values for stopping powers and energy absorption coefficients, stored either as coefficients to a fitted polynomial or as the actual table data. (author)

  13. Factors affecting the longevity of interim ILW stores, monitoring methods and techniques supporting store life extension - 59151

    International Nuclear Information System (INIS)

    Morris, Jenny; Wickham, Stephen; Hicks, Tim; Richardson, Phil; McKinney, James; Morris, Darrell; Brownridge, Melanie; Tearle, Mark

    2012-01-01

    Life-limiting features of stores (i.e. components of a typical Intermediate Level Waste (ILW) store that are vulnerable to failure) can be separated into those related to store design, the continuing operation of the store and equipment and store management. Environmental factors, including temperature, humidity, atmospheric pollutants and radiation fields also affect the longevity of ILW storage buildings and the integrity of the waste packages within the store. The current condition of the store and the causes and rates of any observed deterioration need to be determined to estimate the current operating life of the store and to analyse the costs and benefits associated with life extension. Suitable monitoring techniques and methods for extending the operating life of stores, either by remediation or replacement of identified life-limiting features, have also been assessed. Techniques including visual inspection (directly or by use of CCTV or inspection cells), corrosion coupons, crane monitoring and a wide range of indirect measurement methods can be used to monitor the condition of life-limiting features and the store environment. Methods for extending store life include the application of paint or coatings to retard degradation, use of electro-chemical treatments and repair of the concrete structure or replacement of components. Life-limiting features and environmental factors that affect the longevity of facilities for the interim storage of ILW have been identified through a literature review and Expert Workshop. Monitoring techniques are available for the key life-limiting feature of structural integrity of reinforced concrete, and for the atmospheric or surface concentration of corrosion-accelerating substances. Methods for remediating the reinforced concrete structure or crane rails to increase the expected lifetime of the store are also reviewed. Many of these techniques have previously been used at radioactive waste stores or other nuclear facilities in

  14. Information for stores users

    CERN Multimedia

    2006-01-01

    The Radiospares Catalogue is now accessible from the Material Request page on EDH in the same way as the CERN Stores Catalogue. This means that users can order Radiospares equipment by completing an EDH Materials Request form. N.B.: The system will automatically forward orders for standard Stores equipment to the CERN Stores and those for Radiospares equipment to Radiospares. In both cases the delivery time will be a maximum of 48 hours. Requests for materials will be routed for approval in accordance with the standard EDH routing procedures. Logistics Group FI Department

  15. INFORMATION FOR STORES USERS

    CERN Multimedia

    SPL Division

    1999-01-01

    You can now make Material Request from CERN Stores over the WEB :CERN Home/Administrative Tools/EDH/Material Requestor https://edh.cern.ch/Document/MAGVia the Stores Catalogue : CERN Home/Administrative Tools/Stores Catalogueor http://edhcat.cern.ch/In both cases, you need to enter your EDH login and password.For more details, you can consult the Quick Reference Guide on :http://edh.cern.ch/doc/quickrefguides.htmlor obtain a printed version from AIS Support at tel: 79933or e-mail to: ais.support@cern.chSPL DivisionLogistics Group

  16. Store-operate-coherence-on-value

    Science.gov (United States)

    Chen, Dong; Heidelberger, Philip; Kumar, Sameer; Ohmacht, Martin; Steinmacher-Burow, Burkhard

    2014-11-18

    A system, method and computer program product for performing various store-operate instructions in a parallel computing environment that includes a plurality of processors and at least one cache memory device. A queue in the system receives, from a processor, a store-operate instruction that specifies under which condition a cache coherence operation is to be invoked. A hardware unit in the system runs the received store-operate instruction. The hardware unit evaluates whether a result of the running the received store-operate instruction satisfies the condition. The hardware unit invokes a cache coherence operation on a cache memory address associated with the received store-operate instruction if the result satisfies the condition. Otherwise, the hardware unit does not invoke the cache coherence operation on the cache memory device.

  17. Thermal right-handed sneutrino dark matter in the NMSSM

    International Nuclear Information System (INIS)

    Cerdeno, David G.

    2009-01-01

    The right-handed sneutrino is a viable WIMP dark matter candidate within the context of the Next-to-MSSM. This is possible through the inclusion of a new singlet superfield with direct coupling to the singlet Higgs. I will review here the main details of this construction, together with the properties of the right-handed sneutrino, including its annihilation channels and direct detection prospects. Sneutrinos within a mass-range of 5-200 GeV can reproduce the correct dark matter relic abundance while not being excluded by current direct searches, and for natural values of the input parameters. Some interesting features regarding collider phenomenology are also pointed out.

  18. Differences in healthy food supply and stocking practices between small grocery stores, gas-marts, pharmacies and dollar stores.

    Science.gov (United States)

    Caspi, Caitlin Eicher; Pelletier, Jennifer E; Harnack, Lisa; Erickson, Darin J; Laska, Melissa N

    2016-02-01

    Little is known about the practices for stocking and procuring healthy food in non-traditional food retailers (e.g., gas-marts, pharmacies). The present study aimed to: (i) compare availability of healthy food items across small food store types; and (ii) examine owner/manager perceptions and stocking practices for healthy food across store types. Descriptive analyses were conducted among corner/small grocery stores, gas-marts, pharmacies and dollar stores. Data from store inventories were used to examine availability of twelve healthy food types and an overall healthy food supply score. Interviews with managers assessed stocking practices and profitability. Small stores in Minneapolis and St. Paul, MN, USA, not participating in the Special Supplemental Nutrition Program for Women, Infants, and Children. One hundred and nineteen small food retailers and seventy-one store managers. Availability of specific items varied across store type. Only corner/small grocery stores commonly sold fresh vegetables (63% v. 8% of gas-marts, 0% of dollar stores and 23% of pharmacies). More than half of managers stocking produce relied on cash-and-carry practices to stock fresh fruit (53%) and vegetables (55%), instead of direct store delivery. Most healthy foods were perceived by managers to have at least average profitability. Interventions to improve healthy food offerings in small stores should consider the diverse environments, stocking practices and supply mechanisms of small stores, particularly non-traditional food retailers. Improvements may require technical support, customer engagement and innovative distribution practices.

  19. Stored word sequences in language learning: the effect of familiarity on children's repetition of four-word combinations.

    Science.gov (United States)

    Bannard, Colin; Matthews, Danielle

    2008-03-01

    Recent accounts of the development of grammar propose that children remember utterances they hear and draw generalizations over these stored exemplars. This study tested these accounts' assumption that children store utterances as wholes by testing memory for familiar sequences of words. Using a newly available, dense corpus of child-directed speech, we identified frequently occurring chunks in the input (e.g., sit in your chair) and matched them to infrequent sequences (e.g., sit in your truck). We tested young children's ability to produce these sequences in a sentence-repetition test. Three-year-olds (n= 21) and 2-year-olds (n= 17) were significantly more likely to repeat frequent sequences correctly than to repeat infrequent sequences correctly. Moreover, the 3-year-olds were significantly faster to repeat the first three words of an item if they formed part of a chunk (e.g., they were quicker to say sit in your when the following word was chair than when it was truck). We discuss the implications of these results for theories of language development and processing.

  20. Evaluating the use of in-store measures in retail food stores and restaurants in Brazil

    Science.gov (United States)

    Duran, Ana Clara; Lock, Karen; Latorre, Maria do Rosario D O; Jaime, Patricia Constante

    2015-01-01

    ABSTRACT OBJECTIVE To assess inter-rater reliability, test-retest reliability, and construct validity of retail food store, open-air food market, and restaurant observation tools adapted to the Brazilian urban context. METHODS This study is part of a cross-sectional observation survey conducted in 13 districts across the city of Sao Paulo, Brazil in 2010-2011. Food store and restaurant observational tools were developed based on previously available tools, and then tested it. They included measures on the availability, variety, quality, pricing, and promotion of fruits and vegetables and ultra-processed foods. We used Kappa statistics and intra-class correlation coefficients to assess inter-rater and test-retest reliabilities in samples of 142 restaurants, 97 retail food stores (including open-air food markets), and of 62 restaurants and 45 retail food stores (including open-air food markets), respectively. Construct validity as the tool’s abilities to discriminate based on store types and different income contexts were assessed in the entire sample: 305 retail food stores, 8 fruits and vegetable markets, and 472 restaurants. RESULTS Inter-rater and test-retest reliability were generally high, with most Kappa values greater than 0.70 (range 0.49-1.00). Both tools discriminated between store types and neighborhoods with different median income. Fruits and vegetables were more likely to be found in middle to higher-income neighborhoods, while soda, fruit-flavored drink mixes, cookies, and chips were cheaper and more likely to be found in lower-income neighborhoods. CONCLUSIONS The measures were reliable and able to reveal significant differences across store types and different contexts. Although some items may require revision, results suggest that the tools may be used to reliably measure the food stores and restaurant food environment in urban settings of middle-income countries. Such studies can help .inform health promotion interventions and policies in these

  1. Experiential Marketing and Customer Experience - How apparel stores build customer experience and interaction using in-store touchpoints

    OpenAIRE

    Nyberg, Emma; Soini, Mathias

    2017-01-01

    Abstract Purpose:The purpose of this study is to explore in-store touchpoints that help creating a positive customer experience in apparel stores. The aim of this thesis is to provide further insight that may be used for implementation of experiential marketing in stores.   Problem:As e-commerce channels are gaining more customers to the detriment of brick and mortar stores, the authors of this thesis believe it is relevant to study what apparel stores can do to enhance their customer experie...

  2. Persistence of malathion residues in stored milled rice: Direct and indirect applications

    International Nuclear Information System (INIS)

    Arshad, J.H.

    1990-01-01

    Two experiments were carried out: (i) to study the persistence of malathion residues in stored milled rice following multiple applications of 14 C-malathion to the bagged rice and (ii) to determine the degradation of malathion in stored milled rice and stored paddy following direct and single application of 14 C-malathion. The storage conditions were similar to those found in the local rice godowns. Three applications of malathion to the bagged milled rice resulted in the accumulation of malathion and its metabolites in and/or on the rice grains over the storage period. After 9 months' storage, ca. 4% of the total applied radioactivity, which amounted to 10 μg/g equivalent of 14 C residues, were found in and/or on the grains. About one fourth of the residue remained as the unchanged parent compound. On the other hand, when 14 C-malathion at the 10 ppm level was mixed directly with the milled rice or paddy prior to storage, the amount of malathion (recovered in the chloroform extracts) decreased from 6.2 μg/g at zero time to 2.9 μg/g after 3 months' storage for the milled rice samples. The major metabolite in the milled rice and paddy samples was malathion monocarboxylic acid with trace amounts of malathion dicarboxylic acid and malaoxon. (author). 5 refs, 3 tabs

  3. Functional Store Image and Corporate Social Responsibility Image: A Congruity Analysis on Store Loyalty

    OpenAIRE

    Jamaliah Mohd. Yusof; Rosidah Musa; Sofiah Abd. Rahman

    2011-01-01

    With previous studies that examined the importance of functional store image and CSR, this study is aimed at examining their effects in the self-congruity model in influencing store loyalty. In particular, this study developed and tested a structural model in the context of retailing industry on the self-congruity theory. Whilst much of the self-congruity studies have incorporated functional store image, there has been lack of studies that examined social responsibility i...

  4. Predicting Commissary Store Success

    Science.gov (United States)

    2014-12-01

    stores or if it is possible to predict that success. Multiple studies of private commercial grocery consumer preferences , habits and demographics have...appropriate number of competitors due to the nature of international cultures and consumer preferences . 2. Missing Data Four of the remaining stores

  5. Signature-based store checking buffer

    Science.gov (United States)

    Sridharan, Vilas; Gurumurthi, Sudhanva

    2015-06-02

    A system and method for optimizing redundant output verification, are provided. A hardware-based store fingerprint buffer receives multiple instances of output from multiple instances of computation. The store fingerprint buffer generates a signature from the content included in the multiple instances of output. When a barrier is reached, the store fingerprint buffer uses the signature to verify the content is error-free.

  6. Novel approaches to assess the quality of fertility data stored in dairy herd management software.

    Science.gov (United States)

    Hermans, K; Waegeman, W; Opsomer, G; Van Ranst, B; De Koster, J; Van Eetvelde, M; Hostens, M

    2017-05-01

    Scientific journals and popular press magazines are littered with articles in which the authors use data from dairy herd management software. Almost none of such papers include data cleaning and data quality assessment in their study design despite this being a very critical step during data mining. This paper presents 2 novel data cleaning methods that permit identification of animals with good and bad data quality. The first method is a deterministic or rule-based data cleaning method. Reproduction and mutation or life-changing events such as birth and death were converted to a symbolic (alphabetical letter) representation and split into triplets (3-letter code). The triplets were manually labeled as physiologically correct, suspicious, or impossible. The deterministic data cleaning method was applied to assess the quality of data stored in dairy herd management from 26 farms enrolled in the herd health management program from the Faculty of Veterinary Medicine Ghent University, Belgium. In total, 150,443 triplets were created, 65.4% were labeled as correct, 17.4% as suspicious, and 17.2% as impossible. The second method, a probabilistic method, uses a machine learning algorithm (random forests) to predict the correctness of fertility and mutation events in an early stage of data cleaning. The prediction accuracy of the random forests algorithm was compared with a classical linear statistical method (penalized logistic regression), outperforming the latter substantially, with a superior receiver operating characteristic curve and a higher accuracy (89 vs. 72%). From those results, we conclude that the triplet method can be used to assess the quality of reproduction data stored in dairy herd management software and that a machine learning technique such as random forests is capable of predicting the correctness of fertility data. Copyright © 2017 American Dairy Science Association. Published by Elsevier Inc. All rights reserved.

  7. Corner stores: the perspective of urban youth.

    Science.gov (United States)

    Sherman, Sandra; Grode, Gabrielle; McCoy, Tara; Vander Veur, Stephanie S; Wojtanowski, Alexis; Sandoval, Brianna Almaguer; Foster, Gary D

    2015-02-01

    We examined the perspectives of low-income, urban youth about the corner store experience to inform the development of corner store interventions. Focus groups were conducted to understand youth perceptions regarding their early shopping experiences, the process of store selection, reasons for shopping in a corner store, parental guidance about corner stores, and what their ideal, or "dream corner store" would look like. Thematic analysis was employed to identify themes using ATLAS.ti (version 6.1, 2010, ATLAS.ti GmbH) and Excel (version 2010, Microsoft Corp). Focus groups were conducted in nine kindergarten-through-grade 8 (K-8) public schools in low-income neighborhoods with 40 fourth- to sixth-graders with a mean age of 10.9±0.8 years. Youth report going to corner stores with family members at an early age. By second and third grades, a growing number of youth reported shopping unaccompanied by an older sibling or adult. Youth reported that the products sold in stores were the key reason they choose a specific store. A small number of youth said their parents offered guidance on their corner store purchases. When youth were asked what their dream corner store would look like, they mentioned wanting a combination of healthy and less-healthy foods. These data suggest that, among low-income, urban youth, corner store shopping starts at a very young age and that product, price, and location are key factors that affect corner store selection. The data also suggest that few parents offer guidance about corner store purchases, and youth are receptive to having healthier items in corner stores. Corner store intervention efforts should target young children and their parents/caregivers and aim to increase the availability of affordable, healthier products. Copyright © 2015 Academy of Nutrition and Dietetics. Published by Elsevier Inc. All rights reserved.

  8. Radiative corrections to chargino production in electron-positron collisions with polarized beams

    International Nuclear Information System (INIS)

    Diaz, Marco A.; King, Stephen F.; Ross, Douglas A.

    2001-01-01

    We study radiative corrections to chargino production at linear colliders with polarized electron beams. We calculate the one-loop corrected cross sections for polarized electon beams due to three families of quarks and squarks, working in the {ovr MS} scheme, extending our previous calculation of the unpolarized cross section with one-loop corrections due to the third family of quarks and squarks. In some cases we find rather large corrections to the tree-level cross sections. For example, for the case of right-handed polarized electrons and large tanβ the corrections can be of order 30%, allowing sensitivity to the squark mass parameters

  9. Hand hygiene in preventing nosocomial infections:a nursing research.

    Science.gov (United States)

    Di Muzio, M; Cammilletti, V; Petrelli, E; Di Simone, E

    2015-01-01

    To verify whether there is some correlation between the nursing workload and the occurrence of healthcare-associated infections. An anonymous questionnaire made up of 20 items has been drafted for this specific purpose and delivered to a sample of 70 participants, including 33 nurses and 37 nursing students of a well-known University Hospital in Rome. The study is supported by extensive documental research, and a specific literature review. Hand hygiene is a mandatory daily practice, simple but critical, but not always clear enough for both nurses and students. The investigation demonstrated inconsistencies between nurses' and students' behaviour and what is recommended by the new WHO international guidelines. The documented correlation between the workload and the occurrence of healthcare-associated infections may be explained by the negative effect of nursing workload on correct hand-washing procedures. Out of the total sample, 58.6% answered affirmatively to both the presence of healthcare-associated infections within their unit and an excessive daily workload. Indeed, the remaining 41.4% of the sample do not report an excessive workload and states that "there are no healthcare-associated infections within their operational reality, at least not in the time period covered by the present investigation". Although limited to a small sample, this study may reveal that the correct practice of hand washing, prompted and considered fundamental by WHO, is still much underrated. Hand hygiene should be better understood and practiced in all healthcare facilities, through a series of interventions such as: specific training courses, the presence of a gel sanitizer next to each patient's bed or in each patient's room, as well as the adoption of the new international guidelines in all units. The analysis of other correlations found the presence of a protective factor (RRinfections. In fact, we found no statistically significant values to support such considerations (p>0

  10. Beyond Promotion-Based Store Switching : Antecedents and Consequences of Systematic Multiple-Store Shopping

    NARCIS (Netherlands)

    Gijsbrechts, E.; Campo, K.; Nisol, P.

    2005-01-01

    In this paper, we demonstrate that single-purpose multiple store shopping is not only driven by opportunistic, promotion-based motivations, but may also be part of a longer term shopping planning process based on stable store characteristics.Starting from a utility-maximizing shopping behavior

  11. Nutrition environments in corner stores in Philadelphia.

    Science.gov (United States)

    Cavanaugh, Erica; Mallya, Giridhar; Brensinger, Colleen; Tierney, Ann; Glanz, Karen

    2013-02-01

    To examine the availability, quality, and price of key types of healthy and less-healthy foods found in corner stores in low-income urban neighborhoods and the associations between store characteristics and store food environments. A sample of 246 corner stores was selected from all corner stores participating in the Philadelphia Healthy Corner Store Initiative (HCSI). The Nutrition Environment Measures Survey for Corner Stores (NEMS-CS) was used to assess the availability, quality, and price of foods and beverages in 11 common categories between February and May, 2011. NEMS-CS measures were completed in 233 stores, 94.7% of the 246 stores approached. The healthier options were significantly less available in all food categories and often more expensive. Baked goods, bread, chips and cereals were sold at nearly all stores, with significantly fewer offering low-fat baked goods (5.7%, pbread (56.2%, pfood environment and dietary choices among low-income urban populations. Availability of certain healthier foods could be improved. Copyright © 2012 Elsevier Inc. All rights reserved.

  12. The Journal of Stored-Products Research: The living history of stored product protection

    Science.gov (United States)

    This year, the Journal of Stored Products Research (JSPR) completes 52 years of history with publications of research papers. With approx. one hundred articles annually, the JSPR is an important scientific forum for stored product researchers throughout the globe. The aims and scope of JSPR are focu...

  13. Information for stores users

    CERN Multimedia

    2007-01-01

    From next week, the SFS UNIMARKET (tooling) catalogue will be accessible using the Material Request form on EDH in addition to the CERN Stores catalogue and those of existing suppliers. Users will now be able to place orders from the SFS catalogue using the Material Request form on EDH. Note: The system automatically forwards orders for standard Stores equipment and those for SFS equipment, placed using the same Material Request form, to the CERN Stores and SFS respectively. In both cases, the maximum delivery time will be 48 hours. Requests for equipment will be routed for approval in accordance with standard EDH routing procedures. Logistics Group FI Department

  14. INFORMATION FOR STORES USERS

    CERN Multimedia

    2007-01-01

    From next week, the SFS UNIMARKET (tooling) catalogue will be accessible using the Material Request form on EDH in addition to the CERN Stores catalogue and those of existing suppliers. Users will now be able to place orders from the SFS catalogue using the Material Request form on EDH. Note: The system automatically forwards orders for standard Stores equipment and those for SFS equipment, placed using the same Material Request form, to the CERN Stores and SFS respectively. In both cases, the maximum delivery time will be 48 hours. Requests for equipment will be routed for approval in accordance with standard EDH routing procedures. Logistics Group FI Department

  15. Rethinking the grocery store: inclusive wayfinding system for visually impaired shoppers in grocery stores

    OpenAIRE

    Khattab, Doaa

    2015-01-01

    Many people with disabilities face considerable barriers while shopping in grocery stores.  One such barrier is that they cannot find their way around easily, especially when they visit the grocery store for the first time and have not yet built a cognitive map in their memory. They may also experience delays in finding the right product or waiting for assistance from store employees, thus leading them to rely on family, friends, relatives, or volunteers to help them with their shopping. Prob...

  16. Breastfeeding FAQs: Safely Storing Breast Milk

    Science.gov (United States)

    ... Search English Español Breastfeeding FAQs: Safely Storing Breast Milk KidsHealth / For Parents / Breastfeeding FAQs: Safely Storing Breast ... may have. How do I store my breast milk? You can freeze and/or refrigerate your pumped ( ...

  17. IT release management a hands-on guide

    CERN Document Server

    Howard, Dave

    2011-01-01

    When implemented correctly, release management can help ensure that quality is integrated throughout the development, implementation, and delivery of services, applications, and infrastructure. This holistic, total cost of ownership approach allows for higher levels of system availability, is more cost effective to maintain, and increases overall stability, maintainability, and reliability. Filled with practical insights, IT Release Management: A Hands-on Guide clearly illustrates the effective implementation of a release process in the real world. It examines the similarities and differences

  18. Understanding Retailers’ Acceptance of Virtual Stores

    Directory of Open Access Journals (Sweden)

    Irene Y.L. Chen

    2010-09-01

    Full Text Available The acceptance of e-commerce among consumers has stimulated the rise of virtual stores. Increasing traditional retailers or people who do not have sufficient capital for maintaining a brick-and-mortar store have considered using virtual stores to reach global market. In the e-commerce literature, there has been rich research evidence concerning consumers’ acceptance of virtual stores. However, rigorous academic research on retailers’ acceptance of virtual stores is relatively scarce today. This study draws upon the theory of planned behavior and information richness theory to propose an integrated theoretical model. A field survey is used to collect data from e-tailers. The data are analyzed to examine the six relationships posited in the research model. Findings of this study provide a further research avenue for e-commerce, and implications for those who are managing or considering using virtual stores.

  19. Consumer behaviour in Apple's App Store

    OpenAIRE

    Ayalew, Romel

    2011-01-01

    Mobile applications stores such as Apple’s App Store and Google’s Android Market revolutionized the distribution of applications for mobile devices. However, with thousands of application submissions, limited testing resources and the lack of an effective filtering mechanism, application stores suffer from information overload and a risk of releasing poor quality applications that could create confusion to consumers and may seriously affect the App store markets. Thus concern has been raised ...

  20. ENERGY CORRECTION FOR HIGH POWER PROTON/H MINUS LINAC INJECTORS.

    Energy Technology Data Exchange (ETDEWEB)

    RAPARIA, D.; LEE, Y.Y.; WEI, J.

    2005-05-16

    High-energy proton/H minus energy (> GeV) linac injector suffer from energy jitter due to RF amplitude and phase stability. Especially in high power injectors this energy jitter result beam losses more than 1 W/m that require for hand on maintenance. Depending upon the requirements for next accelerator in the chain, this energy jitter may or may not require to be corrected. This paper will discuss the sources of this energy jitter, correction schemes with specific examples.

  1. A lateral chromatic aberration correction system for ultrahigh-definition color video camera

    Science.gov (United States)

    Yamashita, Takayuki; Shimamoto, Hiroshi; Funatsu, Ryohei; Mitani, Kohji; Nojiri, Yuji

    2006-02-01

    We have developed color camera for an 8k x 4k-pixel ultrahigh-definition video system, which is called Super Hi- Vision, with a 5x zoom lens and a signal-processing system incorporating a function for real-time lateral chromatic aberration correction. The chromatic aberration of the lens degrades color image resolution. So in order to develop a compact zoom lens consistent with ultrahigh-resolution characteristics, we incorporated a real-time correction function in the signal-processing system. The signal-processing system has eight memory tables to store the correction data at eight focal length points on the blue and red channels. When the focal length data is inputted from the lens control units, the relevant correction data are interpolated from two of eights correction data tables. This system performs geometrical conversion on both channels using this correction data. This paper describes that the correction function can successfully reduce the lateral chromatic aberration, to an amount small enough to ensure the desired image resolution was achieved over the entire range of the lens in real time.

  2. In-Store Media and Channel Management

    OpenAIRE

    Anthony Dukes; Yunchuan Liu

    2007-01-01

    In this paper, we study the interesting and complicated effects of retailer in-store media on distribution channel relationships. With the help of advanced technology, retailers can open in-store media in their stores and allow manufacturers to advertise through the instore media. We show that opening in-store media is a strategic decision for a retailer, and a retailer may strategically subsidize manufacturers on their advertising through instore media to better coordinate the channel. Even ...

  3. Tobacco advertising in retail stores.

    OpenAIRE

    Cummings, K M; Sciandra, R; Lawrence, J

    1991-01-01

    Recent studies have described tobacco advertising in the print media, on billboards, and through sponsorship of cultural and sporting events. However, little attention has been given to another common and unavoidable source of tobacco advertising, that which is encountered in retail stores. In July 1987, we conducted a survey of 61 packaged goods retail stores in Buffalo, NY, to assess the prevalence and type of point-of-sale tobacco advertising. In addition, store owners or managers were sur...

  4. Consumers' quality perception of national branded, national store branded, and imported store branded beef

    DEFF Research Database (Denmark)

    Banovic, Marija; Grunert, Klaus G.; Barreira, Maria Madalena

    2010-01-01

    This study investigated the differences in the consumers' quality perception of national branded, national store branded, and imported store branded beef. Partial Least Squares analysis is used for modelling the quality perception process. Results show that consumers perceived national branded...

  5. The Strategic Management of Store Brand Perceived Quality

    Science.gov (United States)

    Yang, Defeng

    Store brand plays a vital role in the success of retailers. Perceived quality is one of important factors influencing consumers' store brand purchase intention. Store brand perceived quality is lower compared with objective quality or national brand. For this end, the purpose of this article is to examine how to manage store brand perceived quality in strategic level. This article firstly discusses how consumers evaluate product quality, and the theoretical background of the reason that store brand perceived quality is lower from the view of cue related theories. Then, consumers' store brand quality evaluation is explored. Finally, this article presents several strategic tactics to increase store brand perceived quality. These tactics include choosing store's name as store brand name, making large advertising investment, improving store brand product package, and strengthening the relationship with store brand product suppliers.

  6. Ipsilateral deficits in 1-handed shoe tying after left or right hemisphere stroke.

    Science.gov (United States)

    Poole, Janet L; Sadek, Joseph; Haaland, Kathleen Y

    2009-10-01

    Poole JL, Sadek J, Haaland KY. Ipsilateral deficits in 1-handed shoe tying after left or right hemisphere stroke. To examine 1-handed shoe tying performance and whether cognitive deficits more associated with left or right hemisphere damage differentially affect it after unilateral stroke. Observational cohort comparing ipsilesional shoe tying, spatial and language skills, and limb praxis. Primary care Veterans Affairs and private medical center. Not applicable. Volunteer right-handed sample of adults with left or right hemisphere damage and healthy demographically matched adults. The number of correct trials and the total time to complete 10 trials tying a shoe using the 1-handed method. Both stroke groups had fewer correct trials and were significantly slower tying the shoe than the control group. Spatial skills predicted accuracy and speed after right hemisphere damage. After left hemisphere damage, accuracy was predicted by spatial skills and limb praxis, while speed was predicted by limb praxis only. Ipsilesional shoe tying is similarly impaired after left or right hemisphere damage, but for different reasons. Spatial deficits had a greater influence after right hemisphere damage, and limb apraxia had a greater influence after left hemisphere damage. Language deficits did not affect performance, indicating that aphasia does not preclude using this therapy approach. These results suggest that rehabilitation professionals should consider assessment of limb apraxia and ipsilesional skill training in the performance of everyday tasks.

  7. Pynchon, In His Absence

    Directory of Open Access Journals (Sweden)

    Albert Rolls

    2012-07-01

    Full Text Available In a footnote to “Fast Learner: The Typescript of Pynchon's V. at the Harry Ransom Center in Austin,” Luc Herman and John Krafft note that the letters Corlies (Cork Smith graciously provided them for their study of the transformation of the typescript of V. (1963 into the published novel “may be identical to those published in an unauthorized limited edition under the title Of a Fond Ghoul in 1990.” Sounding more confident in “From the Ground Up: The Evolution of the South-West Africa Chapter in Pynchon's V.,” they write, “Originals of the Smith-Pynchon letters were apparently stolen from the offices of Harper & Row, and an unauthorized facsimile edition was published in 1990 under the title Of a Fond Ghoul (a phrase Pynchon proposes in the correspondence as one possible title for his novel. Smith later received photocopies of the letters in the mail.” Herman and Krafft were essentially correct in their assumption about the letters they have. Smith received a copy of the extant correspondence between him and Pynchon as it appears in Of a Fond Ghoul, but he did not get the book's entire contents. This piece provides archival information on the documents contained in Of a Fond Ghoul.

  8. Pynchon, In His Absence

    Directory of Open Access Journals (Sweden)

    Albert Rolls

    2012-07-01

    Full Text Available In a footnote to “Fast Learner: The Typescript of Pynchon's 'V.' at the Harry Ransom Center in Austin,” Luc Herman and John Krafft note that the letters Corlies (Cork Smith graciously provided them for their study of the transformation of the typescript of 'V.' (1963 into the published novel “may be identical to those published in an unauthorized limited edition under the title 'Of a Fond Ghoul' in 1990.” Sounding more confident in “From the Ground Up: The Evolution of the South-West Africa Chapter in Pynchon's 'V.',” they write, “Originals of the Smith-Pynchon letters were apparently stolen from the offices of Harper & Row, and an unauthorized facsimile edition was published in 1990 under the title 'Of a Fond Ghoul' (a phrase Pynchon proposes in the correspondence as one possible title for his novel. Smith later received photocopies of the letters in the mail.” Herman and Krafft were essentially correct in their assumption about the letters they have. Smith received a copy of the extant correspondence between him and Pynchon as it appears in 'Of a Fond Ghoul', but he did not get the book's entire contents. This piece provides archival information on the documents contained in 'Of a Fond Ghoul'.

  9. Mechanism of store-operated calcium entry

    Indian Academy of Sciences (India)

    Activation of receptors coupled to the phospholipase C/IP3 signalling pathway results in a rapid release of calcium from its intracellular stores, eventually leading to depletion of these stores. Calcium store depletion triggers an influx of extracellular calcium across the plasma membrane, a mechanism known as the ...

  10. Performance Comparison Between FEDERICA Hand and LARM Hand

    OpenAIRE

    Carbone, Giuseppe; Rossi, Cesare; Savino, Sergio

    2015-01-01

    This paper describes two robotic hands that have been\\ud developed at University Federico II of Naples and at the\\ud University of Cassino. FEDERICA Hand and LARM Hand\\ud are described in terms of design and operational features.\\ud In particular, careful attention is paid to the differences\\ud between the above-mentioned hands in terms of transmission\\ud systems. FEDERICA Hand uses tendons and pulleys\\ud to drive phalanxes, while LARM Hand uses cross four-bar\\ud linkages. Results of experime...

  11. RETHINKING THE GROCERY STORE: INCLUSIVE WAYFINDING SYSTEM FOR VISUALLY IMPAIRED SHOPPERS IN GROCERY STORES

    Directory of Open Access Journals (Sweden)

    Doaa Khattab

    2015-11-01

    Full Text Available Many people with disabilities face considerable barriers while shopping in grocery stores.  One such barrier is that they cannot find their way around easily, especially when they visit the grocery store for the first time and have not yet built a cognitive map in their memory. They may also experience delays in finding the right product or waiting for assistance from store employees, thus leading them to rely on family, friends, relatives, or volunteers to help them with their shopping. Problems start when these people are not available, in which case the individual is forced to cancel their visit to the grocery store and reschedule the trip. Grocery stores include many different zones and services, the aisles area being one of the main barriers to access for people with different disabilities. This area features many different sections such as canned goods, dry packaged goods, spices, drinks and snacks, baking supplies, baby items, cereals, cleaning products, pet supplies, and health and beauty items. For visually impaired individuals, however, it can be hard to reach these various sections and find the relevant products. The objective of this research is to design an inclusive and innovative wayfinding system in grocery stores for visually impaired shoppers in order to help them find the center zone, orient between different aisles, decide where to go, move easily between different sections, and select products with ease. The research approach will be based on the literature review and the application of the Delphi method.

  12. Back to basics: hand hygiene and surgical hand antisepsis.

    Science.gov (United States)

    Spruce, Lisa

    2013-11-01

    Health care-associated infections (HAIs) are a significant issue in the United States and throughout the world, but following proper hand hygiene practices is the most effective and least expensive way to prevent HAIs. Hand hygiene is inexpensive and protects patients and health care personnel alike. The four general types of hand hygiene that should be performed in the perioperative environment are washing hands that are visibly soiled, hand hygiene using alcohol-based products, surgical hand scrubs, and surgical hand scrubs using an alcohol-based surgical hand rub product. Barriers to proper hand hygiene may include not thinking about it, forgetting, skin irritation, a lack of role models, or a lack of a safety culture. One strategy for improving hand hygiene practices is monitoring hand hygiene as part of a quality improvement project, but the most important aspect for perioperative team members is to set an example for other team members by following proper hand hygiene practices and reminding each other to perform hand hygiene. Copyright © 2013 AORN, Inc. Published by Elsevier Inc. All rights reserved.

  13. Re-thinking the store image study approach

    DEFF Research Database (Denmark)

    Hansen, Kåre

    2001-01-01

    Store image has traditionally been of interest in the Western markets. Studies of store image have also assessed the image of one or a few competing stores. This paper develops an approach to capture store images of an entire retail sector, an issue of importance when enter-ing the new emerging...

  14. Store Image: Scale implementation Part 3

    Directory of Open Access Journals (Sweden)

    Ronel du Preez

    2008-10-01

    Full Text Available This paper is the final in the three-part series regarding store image. The purposes of this article are to (1 implement the developed scale to assess whether it illustrates acceptable psychometric properties of reliability and validity, (2 assess the model fit of the developed scale and (3 formulate recommendations for future research. Results indicated that the Apparel Store Image Scale (ASIS show acceptable reliability and model fit. A refined definition of store image was proposed together with a Final Model of Apparel Store Image. Recommendations for future research are made.

  15. The Key Points of Building an Online Store

    OpenAIRE

    Etuaro, Mari

    2014-01-01

    Online shopping is becoming more popular in Finland and online shopping sales levels have increased. There has been concern that brick and mortar stores are losing their customers to online stores and that Finnish stores are losing their customers to international online stores. One solution to this concern is that Finnish brick and mortar stores also start selling online. But how to build online stores? The aim of this thesis was to study about building an online store based on theory and...

  16. Stiff Hands

    Science.gov (United States)

    ... All Topics A-Z Videos Infographics Symptom Picker Anatomy Bones Joints Muscles Nerves Vessels Tendons About Hand Surgery What is a Hand Surgeon? What is a Hand Therapist? Media Find a Hand Surgeon Home Anatomy Stiff Hands Email to a friend * required fields ...

  17. Hand Infections

    Science.gov (United States)

    ... All Topics A-Z Videos Infographics Symptom Picker Anatomy Bones Joints Muscles Nerves Vessels Tendons About Hand Surgery What is a Hand Surgeon? What is a Hand Therapist? Media Find a Hand Surgeon Home Anatomy Hand Infections Email to a friend * required fields ...

  18. Study of recognizing multiple persons' complicated hand gestures from the video sequence acquired by a moving camera

    Science.gov (United States)

    Dan, Luo; Ohya, Jun

    2010-02-01

    Recognizing hand gestures from the video sequence acquired by a dynamic camera could be a useful interface between humans and mobile robots. We develop a state based approach to extract and recognize hand gestures from moving camera images. We improved Human-Following Local Coordinate (HFLC) System, a very simple and stable method for extracting hand motion trajectories, which is obtained from the located human face, body part and hand blob changing factor. Condensation algorithm and PCA-based algorithm was performed to recognize extracted hand trajectories. In last research, this Condensation Algorithm based method only applied for one person's hand gestures. In this paper, we propose a principal component analysis (PCA) based approach to improve the recognition accuracy. For further improvement, temporal changes in the observed hand area changing factor are utilized as new image features to be stored in the database after being analyzed by PCA. Every hand gesture trajectory in the database is classified into either one hand gesture categories, two hand gesture categories, or temporal changes in hand blob changes. We demonstrate the effectiveness of the proposed method by conducting experiments on 45 kinds of sign language based Japanese and American Sign Language gestures obtained from 5 people. Our experimental recognition results show better performance is obtained by PCA based approach than the Condensation algorithm based method.

  19. Text recognition and correction for automated data collection by mobile devices

    Science.gov (United States)

    Ozarslan, Suleyman; Eren, P. Erhan

    2014-03-01

    Participatory sensing is an approach which allows mobile devices such as mobile phones to be used for data collection, analysis and sharing processes by individuals. Data collection is the first and most important part of a participatory sensing system, but it is time consuming for the participants. In this paper, we discuss automatic data collection approaches for reducing the time required for collection, and increasing the amount of collected data. In this context, we explore automated text recognition on images of store receipts which are captured by mobile phone cameras, and the correction of the recognized text. Accordingly, our first goal is to evaluate the performance of the Optical Character Recognition (OCR) method with respect to data collection from store receipt images. Images captured by mobile phones exhibit some typical problems, and common image processing methods cannot handle some of them. Consequently, the second goal is to address these types of problems through our proposed Knowledge Based Correction (KBC) method used in support of the OCR, and also to evaluate the KBC method with respect to the improvement on the accurate recognition rate. Results of the experiments show that the KBC method improves the accurate data recognition rate noticeably.

  20. Electron beam potential measurements on an inductive-store, opening-switch accelerator

    International Nuclear Information System (INIS)

    Riordan, J.C.; Goyer, J.R.; Kortbawi, D.; Meachum, J.S.; Mendenhall, R.S.; Roth, I.S.

    1993-01-01

    Direct measurement of the accelerating potential in a relativistic electron beam accelerator is difficult, particularly when the diode is downstream from a plasma opening switch. An indirect potential measurement can be obtained from the high energy tail of the bremsstrahlung spectrum generated as the electron beam strikes the anode. The authors' time-resolved spectrometer contains 7 silicon pin diode detectors filtered with 2 to 15 mm of lead to span an electron energy range of 0.5 to 2 MeV. A Monte-Carlo transport code was used to provide calibration curves, and the resulting potential measurements have been confirmed in experiments on the PITHON accelerator. The spectrometer has recently been deployed on PM1, an inductive-store, opening-switch testbed. The diode voltage measurements from the spectrometer are in good agreement with the diode voltage measured upstream and corrected using transmission line relations. The x-ray signal and spectral voltage rise 10 ns later than the corrected electrical voltage, however, indicating plasma motion between the opening switch and the diode

  1. Dorte Nors "Den store tomat"

    DEFF Research Database (Denmark)

    Michelsen, Jimmi

    2017-01-01

    Tekstgennemgang og undervisningsforløb til Dorte Nors "Den store tomat". Undervisningsforløbet er henvendt til elever i folkeskolens udskoling......Tekstgennemgang og undervisningsforløb til Dorte Nors "Den store tomat". Undervisningsforløbet er henvendt til elever i folkeskolens udskoling...

  2. Left hand polydactyly: a case report.

    Science.gov (United States)

    Mumoli, Nicola; Gandini, Daniele; Wamala, Edris Kalanzi; Cei, Marco

    2008-11-24

    Polydactyly is a congenital anomaly with a wide range of manifestations that occurs in many forms, ranging from varying degrees of mere splitting to completely duplicated thumb. When duplication occurs alone, it is usually unilateral and sporadic. In this case report we describe an otherwise healthy 19-year-old woman of Tibetan heritage with isolated left hand preaxial polydactyly. She experienced working related difficulties in her daily yak's milking. She subsequently underwent surgical correction, and the over number thumb was removed with associated meticulous skeletal and soft tissue reconstruction. Polydactyly is the most common congenital digital anomaly of the hand and foot. It can occur in isolation or as part of a syndrome. Surgery is necessary to create a single, functioning thumb and is indicated to improve cosmesis. Skin, nail, bone, ligament, and musculoskeletal elements must be combined to reconstruct an optimal digit. In this case (Tibetan society is almost exclusively a sheep-breeding one) surgery was necessary to leave a single, functioning thumb for her work as yak milkmaid.

  3. Alcoholic fermentation of stored sweet potatoes

    Energy Technology Data Exchange (ETDEWEB)

    Yutaka, Y; One, H

    1958-01-01

    Sweet potatoes were ground and stored in a ground hold. The stored sweet potatoes gave about 90% fermentation efficiency by the koji process. A lower fermentation efficiency by the amylo process was improved by adding 20 to 30 mg/100 ml of organic N. Inorganic N has no effect in improving the fermentation efficiency of the stored sweet potatoes by the amylo process.

  4. Investigating the effect of emotional and social stimulants of store atmosphere and prices on the customers' satisfaction and loyalty

    Directory of Open Access Journals (Sweden)

    Alireza Mosayebi

    2013-06-01

    Full Text Available Nowadays, it is impossible for retailers to establish a competitive and successful store in the marketplace through making a distinction in the outer facades of their stores, altering the pricing system, and diversifying the products offered in the store, due to the intense competition emerged in retailing markets. This leads the retailing markets to a new concept of marketplace, which is called “teaser retailing”. In this research, we first explain some related variables such as emotional and social stimulants, emotional-perceptual indicators, price of product, customer satisfaction, and customer loyalty. Then we investigate the impact of emotional and social stimulants and price of products on emotional-perceptual indicators as well as the relationship between emotional-perceptual indicators and customer satisfaction, and finally the relationship between customer satisfaction and his/her loyalty. The first hypothesis was associated with the effect of the store emotional stimulants on emotional-perceptual indicators and it was not confirmed. After investigation of the second hypothesis, it was cleared that the store social stimulants affects the buyer's emotional-perceptual indicators in purchasing point. On the other hand, the third hypothesis indicated that price of products affects the buyer's emotional-perceptual indicators in purchasing point. The fourth hypothesis indicated that emotional-perceptual indicators affect the customer satisfaction, and finally the fifth one indicated that the customer satisfaction leads to his/her loyalty.

  5. Virtual store atmosphere in internet retailing: Measuring virtual retail store layout effects on consumer buying behaviour

    OpenAIRE

    Vrechopoulos, Adam P

    2001-01-01

    This thesis was submitted for the degree of Doctor of Philosophy and awarded by Brunel University. The research presented in this dissertation is concerned with the effects of the "virtual store atmosphere" on consumer buying behaviour within the context of Internet retailing. More specifically, the focus of this research is to investigate whether the virtual store layout, as a major virtual store atmosphere determinant, affects consumer buying behaviour during shopping activity w...

  6. Storing Empty Calories and Chronic Disease Risk: Snack-Food Products, Nutritive Content, and Manufacturers in Philadelphia Corner Stores

    OpenAIRE

    Lucan, Sean C.; Karpyn, Allison; Sherman, Sandy

    2010-01-01

    Corner stores are part of the urban food environment that may contribute to obesity and diet-related diseases, particularly for low-income and minority children. The snack foods available in corner stores may be a particularly important aspect of an urban child’s food environment. Unfortunately, there is little data on exactly what snack foods corner stores stock, or where these foods come from. We evaluated snack foods in 17 Philadelphia corner stores, located in three ethnically distinct, l...

  7. Optimal causal inference: estimating stored information and approximating causal architecture.

    Science.gov (United States)

    Still, Susanne; Crutchfield, James P; Ellison, Christopher J

    2010-09-01

    We introduce an approach to inferring the causal architecture of stochastic dynamical systems that extends rate-distortion theory to use causal shielding--a natural principle of learning. We study two distinct cases of causal inference: optimal causal filtering and optimal causal estimation. Filtering corresponds to the ideal case in which the probability distribution of measurement sequences is known, giving a principled method to approximate a system's causal structure at a desired level of representation. We show that in the limit in which a model-complexity constraint is relaxed, filtering finds the exact causal architecture of a stochastic dynamical system, known as the causal-state partition. From this, one can estimate the amount of historical information the process stores. More generally, causal filtering finds a graded model-complexity hierarchy of approximations to the causal architecture. Abrupt changes in the hierarchy, as a function of approximation, capture distinct scales of structural organization. For nonideal cases with finite data, we show how the correct number of the underlying causal states can be found by optimal causal estimation. A previously derived model-complexity control term allows us to correct for the effect of statistical fluctuations in probability estimates and thereby avoid overfitting.

  8. Marketing practices of vapor store owners.

    Science.gov (United States)

    Cheney, Marshall; Gowin, Mary; Wann, Taylor Franklin

    2015-06-01

    We examined the marketing strategies for local vapor stores in a large metropolitan area in Oklahoma. Vapor store owners or managers (n = 33) participated in individual interviews regarding marketing practices in 2014. We asked owners about their marketing strategies and the groups they targeted. We transcribed the interviews and analyzed them for themes. Store owners used a variety of marketing strategies to bring new customers to their stores and keep current customers coming back. These marketing strategies showed many parallels to tobacco industry strategies. Most owners engaged in some form of traditional marketing practices (e.g., print media), but only a few used radio or television advertising because of budget constraints. Owners used social media and other forms of electronic communication, pricing discounts and specials, and loyalty programs. Owners also had booths at local events, sponsored community events, and hosted them in their stores. Owners attempted to target different groups of users, such as college students and long-term smokers. Local vapor store marketing practices closely resemble current and former tobacco industry marketing strategies. Surveillance of marketing practices should include local and Web-based strategies.

  9. Marketing Practices of Vapor Store Owners

    Science.gov (United States)

    Gowin, Mary; Wann, Taylor Franklin

    2015-01-01

    Objectives. We examined the marketing strategies for local vapor stores in a large metropolitan area in Oklahoma. Methods. Vapor store owners or managers (n = 33) participated in individual interviews regarding marketing practices in 2014. We asked owners about their marketing strategies and the groups they targeted. We transcribed the interviews and analyzed them for themes. Results. Store owners used a variety of marketing strategies to bring new customers to their stores and keep current customers coming back. These marketing strategies showed many parallels to tobacco industry strategies. Most owners engaged in some form of traditional marketing practices (e.g., print media), but only a few used radio or television advertising because of budget constraints. Owners used social media and other forms of electronic communication, pricing discounts and specials, and loyalty programs. Owners also had booths at local events, sponsored community events, and hosted them in their stores. Owners attempted to target different groups of users, such as college students and long-term smokers. Conclusions. Local vapor store marketing practices closely resemble current and former tobacco industry marketing strategies. Surveillance of marketing practices should include local and Web-based strategies. PMID:25880960

  10. A clinical and SEM evaluation of the efficiency of sofscale gel and hand scaling and hand scaling alone.

    Science.gov (United States)

    Thomas, K; Vandana, K L; Reddy, V Ramesh

    2002-01-01

    The purpose of this study is to compose between hand scaling with abd without the calculus solvent gel (sofscale) and ultrasonic instrumentation at clinical and SEM level. 30 patients belonging to the age group of 17-50 year were selected. Patients selected were subjected to three different scaling modalities namely hand scaling (control), hand scaling using sofscale (Experimental quadrant A) and ultrasonic scaling (Experimental quadrant B), in three different quadrants. Case report forms were used to document the tooth sensitivity, soft tissue pain after scaling, patient preference of instrumentation, ease of calculus removal, patient comfort, soft tissue irritation, time taken for scaling, Bleeding while scaling, pre and post operative sulcus bleeding index. In addition to the clinical criteria, the teeth treated were extracted and evaluated using the scanning electron microscope to show potential effects on cemntal surfaces. No difference in tooth sensitivity was appreciated between control and experimental quadrant A. There was a higher degree of tooth sensitivity when treated with ultrasonic. Patients in control group appreciated a higher degree of soft tissue pain. Hand scaling using softscale produced a lesser amount of pain and treatment with ultrasoincs was the least painful. Most of the patients preferred ultrasonic scaling (70%) Calculus removal was easier. Hand scaling using sofscale gel results in more patient comfort when compared to hand scaling alone. There was no significant difference in patient comfort between handscaling using sofscale and ultrasonic scaling. The percentage of reduction of sulcus bleeding index showed no difference between the 3 scaling modalities SEM evaluation revealed that there was no significant difference the 3 scaling modalities in relation to residual calculus, cleaning efficiency and damage to the root surface. This study concluded that treatment with sofscale gel appears to be safe and effective method for removal

  11. High magnetic field multipoles generated by superconductor magnetization within a set of nested superconducting correction coils

    International Nuclear Information System (INIS)

    Green, M.A.

    1990-04-01

    Correction elements in colliding beam accelerators such as the SSC can be the source of undesirable higher magnetic field multipoles due to magnetization of the superconductor within the corrector. Quadrupole and sextupole correctors located within the main dipole will produce sextupole and decapole due to magnetization of the superconductor within the correction coils. Lumped nested correction coils can produce a large number of skew and normal magnetization multipoles which may have an adverse effect on a stored beam at injection into a high energy colliding beam machine such as the SSC. 6 refs., 2 figs., 2 tabs

  12. Silent store detection and recording in memory storage

    Energy Technology Data Exchange (ETDEWEB)

    Bose, Pradip; Cher, Chen-Yong; Nair, Ravi

    2017-03-14

    An aspect includes receiving a write request that includes a memory address and write data. Stored data is read from a memory location at the memory address. Based on determining that the memory location was not previously modified, the stored data is compared to the write data. Based on the stored data matching the write data, the write request is completed without writing the write data to the memory and a corresponding silent store bit, in a silent store bitmap is set. Based on the stored data not matching the write data, the write data is written to the memory location, the silent store bit is reset and a corresponding modified bit is set. At least one of an application and an operating system is provided access to the silent store bitmap.

  13. Silent store detection and recording in memory storage

    Energy Technology Data Exchange (ETDEWEB)

    Bose, Pradip; Cher, Chen-Yong; Nair, Ravi

    2017-03-07

    An aspect includes receiving a write request that includes a memory address and write data. Stored data is read from a memory location at the memory address. Based on determining that the memory location was not previously modified, the stored data is compared to the write data. Based on the stored data matching the write data, the write request is completed without writing the write data to the memory and a corresponding silent store bit, in a silent store bitmap is set. Based on the stored data not matching the write data, the write data is written to the memory location, the silent store bit is reset and a corresponding modified bit is set. At least one of an application and an operating system is provided access to the silent store bitmap.

  14. BrailleEasy: One-handed Braille Keyboard for Smartphones.

    Science.gov (United States)

    Šepić, Barbara; Ghanem, Abdurrahman; Vogel, Stephan

    2015-01-01

    The evolution of mobile technology is moving at a very fast pace. Smartphones are currently considered a primary communication platform where people exchange voice calls, text messages and emails. The human-smartphone interaction, however, is generally optimized for sighted people through the use of visual cues on the touchscreen, e.g., typing text by tapping on a visual keyboard. Unfortunately, this interaction scheme renders smartphone technology largely inaccessible to visually impaired people as it results in slow typing and higher error rates. Apple and some third party applications provide solutions specific to blind people which enables them to use Braille on smartphones. These applications usually require both hands for typing. However, Brailling with both hands while holding the phone is not very comfortable. Furthermore, two-handed Brailling is not possible on smartwatches, which will be used more pervasively in the future. Therefore, we develop a platform for one-handed Brailing consisting of a custom keyboard called BrailleEasy to input Arabic or English Braille codes within any application, and a BrailleTutor application for practicing. Our platform currently supports Braille grade 1, and will be extended to support contractions, spelling correction, and more languages. Preliminary analysis of user studies for blind participants showed that after less than two hours of practice, participants were able to type significantly faster with the BrailleEasy keyboard than with the standard QWERTY keyboard.

  15. Microbial Efficacy of Waterless Hand Hygiene in Dar es Salaam, Tanzania

    Science.gov (United States)

    Pickering, A.; Boehm, A.; Davis, J.

    2008-12-01

    Millions of people die from diarrheal and respiratory diseases every year due to lack of proper sanitation, hygiene, and access to clean water. The act of handwashing with soap has been found to effectively reduce both diarrheal and respiratory illness, however, handwashing at critical times (i.e. after using the toilet, before preparing food) remains infrequent around the world. This research investigates the potential for alcohol- based hand sanitizer (ABHS) to be an effective and appropriate hand hygiene option in developing countries. A study was conducted to assess the microbiological effectiveness of ABHS, as compared to handwashing with soap and water, in field conditions in Dar es Salaam, Tanzania. A total of 205 participants, including mothers, nurses, students, and teachers, were introduced to ABHS, given a standardized amount (2ml) of product, and instructed on how to use the product correctly. Hand samples were obtained using the hand rinse method before and after the use of ABHS from 152 participants. The other 53 participants were hand sampled before and after handwashing with a non-antimicrobial liquid soap and clean water (prior to using ABHS). Visual inspections of the hands were performed before hand sampling to record the level of dirt on the hands. All hand samples were processed and analyzed by membrane filtration for concentrations of two microbial indicators, enterococci and E. coli. User perceptions of the product and willingness to pay are also documented. The results of this study provide valuable insight on the prospective of promoting ABHS in developing countries and water scarce areas.

  16. Retail brand architecture and consumer store loyalty

    DEFF Research Database (Denmark)

    Brunsø, Karen; Grunert, Klaus G.

    is to investigate the relationship between consumers perceived retail brand architecture, their store satisfaction and loyalty. Furthermore we use perceived store image as a mediating factor in our framework. In total 772 Danish households participated in a telephone interview and returned questionnaires by mail....... The major contribution of this research is to conceptualise and empirically investigate the role of brand architecture for perceived store image, store satisfaction and loyalty....

  17. EthoHand: A dexterous robotic hand with ball-joint thumb enables complex in-hand object manipulation

    OpenAIRE

    Konnaris, C; Gavriel, C; Thomik, AAC; Aldo Faisal, A

    2016-01-01

    Our dexterous hand is a fundmanetal human feature that distinguishes us from other animals by enabling us to go beyond grasping to support sophisticated in-hand object manipulation. Our aim was the design of a dexterous anthropomorphic robotic hand that matches the human hand's 24 degrees of freedom, under-actuated by seven motors. With the ability to replicate human hand movements in a naturalistic manner including in-hand object manipulation. Therefore, we focused on the development of a no...

  18. E-learning may improve adherence to alcohol-based hand rubbing: a cohort study

    DEFF Research Database (Denmark)

    Laustsen, Sussie; Bibby, Bo Martin; Kristensen, Brian

    2009-01-01

    BACKGROUND: Since 2004, we have promoted alcohol-based hand rubbing (HR) with an e-learning program (ELP) among hospital staff. This study sought to determine whether an ELP improves adherence to correct HR. METHODS: This was a cohort study of staff members at Aarhus University Hospital, Skejby, ...

  19. Hand-related physical function in rheumatic hand conditions

    DEFF Research Database (Denmark)

    Klokker, Louise; Terwee, Caroline B; Wæhrens, Eva Ejlersen

    2016-01-01

    as well as those items from the Patient Reported Outcomes Measurement Information System (PROMIS) Physical Function (PF) item bank that are relevant to patients with rheumatic hand conditions. Selection will be based on consensus among reviewers. Content validity of selected items will be established......INTRODUCTION: There is no consensus about what constitutes the most appropriate patient-reported outcome measurement (PROM) instrument for measuring physical function in patients with rheumatic hand conditions. Existing instruments lack psychometric testing and vary in feasibility...... and their psychometric qualities. We aim to develop a PROM instrument to assess hand-related physical function in rheumatic hand conditions. METHODS AND ANALYSIS: We will perform a systematic search to identify existing PROMs to rheumatic hand conditions, and select items relevant for hand-related physical function...

  20. Hand-related physical function in rheumatic hand conditions

    DEFF Research Database (Denmark)

    Klokker, Louise; Terwee, Caroline; Wæhrens, Eva Elisabet Ejlersen

    2016-01-01

    INTRODUCTION: There is no consensus about what constitutes the most appropriate patient-reported outcome measurement (PROM) instrument for measuring physical function in patients with rheumatic hand conditions. Existing instruments lack psychometric testing and vary in feasibility...... and their psychometric qualities. We aim to develop a PROM instrument to assess hand-related physical function in rheumatic hand conditions. METHODS AND ANALYSIS: We will perform a systematic search to identify existing PROMs to rheumatic hand conditions, and select items relevant for hand-related physical function...... as well as those items from the Patient Reported Outcomes Measurement Information System (PROMIS) Physical Function (PF) item bank that are relevant to patients with rheumatic hand conditions. Selection will be based on consensus among reviewers. Content validity of selected items will be established...

  1. Stores, Weight and Inertial System Facility

    Data.gov (United States)

    Federal Laboratory Consortium — This facility provides stores weight, center of gravity, and inertia measurements in support of weapon/aircraft compatibility testing. System provides store weight...

  2. Soft Tissue Masses of Hand: A Radio-Pathological Correlation

    International Nuclear Information System (INIS)

    Agarwal, Aditi; Prakash, Mahesh; Gupta, Pankaj; Tripathy, Satyaswarup; Kakkar, Nandita; Srinivasan, Radhika; Khandelwal, Niranjan

    2015-01-01

    Aim. To evaluate soft tissue masses of the hand with magnetic resonance imaging (MRI) and ultrasonography (USG) and to correlate imaging findings with pathological findings. Material and Methods. Thirty-five patients with soft tissue masses of the hand were evaluated with high resolution USG and contrast enhanced MRI of the hand, prospectively over a period of 2.5 years. The radiological diagnosis was then compared with cytology/histopathology. Results. There were a total of 19 (55%) females. The mean age was 27.45 ± 14.7 years. Majority (45%) of cases were heteroechoic. Four cases were predominantly hyperechoic. These were later diagnosed as lipomas. Four cases were anechoic (diagnosed as ganglions). Only four lesions showed hyperintense signal on T1-weighted images. Out of these, 3 were lipomas and one was cavernous haemangioma. Three lesions were hypointense on T2-weighted images. All these lesions were diagnosed as giant cell tumor of the tendon sheath. A correct diagnosis was possible on MRI in 80% of cases (n = 28). Conclusion. MRI provides specific findings for diagnosis of certain soft tissue lesions of the hand. Ultrasonography allows accurate diagnosis of hemangioma/vascular malformations. However, in most conditions, imaging findings are nonspecific and diagnosis rests on pathologic evaluation

  3. Corrective Action Investigation Plan for Corrective Action Unit 543: Liquid Disposal Units, Nevada Test Site, Nevada: Revision 0

    Energy Technology Data Exchange (ETDEWEB)

    U.S. Department of Energy, National Nuclear Security Administration Nevada Site Office

    2004-05-03

    The general purpose of this Corrective Action Investigation Plan is to ensure that adequate data are collected to provide sufficient and reliable information to identify, evaluate, and select technically viable corrective action alternatives (CAAs) for Corrective Action Unit (CAU) 543: Liquid Disposal Units, Nevada Test Site (NTS), Nevada. Located in Areas 6 and 15 on the NTS, CAU 543 is comprised of a total of seven corrective action sites (CASs), one in Area 6 and six in Area 15. The CAS in Area 6 consists of a Decontamination Facility and its components which are associated with decontamination of equipment, vehicles, and materials related to nuclear testing. The six CASs in Area 15 are located at the U.S. Environmental Protection Agency Farm and are related to waste disposal activities at the farm. Sources of possible contamination at Area 6 include potentially contaminated process waste effluent discharged through a process waste system, a sanitary waste stream generated within buildings of the Decon Facility, and radiologically contaminated materials stored within a portion of the facility yard. At Area 15, sources of potential contamination are associated with the dairy operations and the animal tests and experiments involving radionuclide uptake. Identified contaminants of potential concern include volatile organic compounds, semivolatile organic compounds, petroleum hydrocarbons, pesticides, herbicides, polychlorinated biphenyls, metals, and radionuclides. Three corrective action closure alternatives - No Further Action, Close in Place, or Clean Closure - will be recommended for CAU 543 based on an evaluation of all the data quality objective-related data. Field work will be conducted following approval of the plan. The results of the field investigation will support a defensible evaluation of CAAs that will be presented in the Corrective Action Decision Document.

  4. The hand hygiene compliance of student nurses during clinical placements.

    Science.gov (United States)

    Sundal, Jorun Saetre; Aune, Anne Grethe; Storvig, Eline; Aasland, Jenny Kristin; Fjeldsaeter, Kaja Linn; Torjuul, Kirsti

    2017-12-01

    To observe student nurses' overall and moment-specific hand hygiene compliance during clinical placement. Hand hygiene is the single most important measure to prevent healthcare-associated infections. However, research has shown low compliance among healthcare workers. During clinical placements, student nurses perform various nursing tasks and procedures to a large number of patients, requiring extensive patient contact. It is crucial that they practice correct hand hygiene to prevent healthcare-associated infections. Open, standardised and nonparticipating observations. Twenty-nine student nurses were observed three times for 20 ± 10 min during clinical placement in a Norwegian university hospital. To measure compliance, we used WHO's Hand Hygiene Observation tool, based on the model "My five moments for hand hygiene". Overall hand hygiene compliance in the student group was 83.5%. Highest moment-specific compliance was after touching patient surroundings, after touching patients and after body fluid exposure risk. Lowest moment-specific compliance was recorded before touching patients or patient surroundings, and before clean/aseptic procedures. Nurse education needs to be improved both theoretically and during clinical placements in order to advance and sustain compliance among student nurses. Increasing healthcare workers' compliance with hand hygiene guidelines remains a challenge to the clinical community. In order to reduce healthcare-associated infections, it is important to educate student nurses to comply with the guidelines during clinical placements. Identifying student nurses' hand hygiene performance is the first step towards developing teaching methods to improve and sustain their overall and moment-specific compliance. As a measure to ensure student compliance during clinical placements, mentors should be aware of their influence on students' performance, act as hand hygiene ambassadors, encourage students to comply with established guidelines

  5. Insect pests of stored grain products

    International Nuclear Information System (INIS)

    Chuaqui-Offermanns, N.

    1987-01-01

    The presence of insects in stored products is a worldwide recognized problem. In this report chemical and physical methods to control insect infestations in stored products are discussed. Special attention is given to the use of ionizing radiation to control insect pests in stored grains. The radiosensitivity of the most common insect pests at their different developmental stages is presented and discussed. The conclusions of this review are compiled in an executive summary. 62 refs

  6. Biometrics encryption combining palmprint with two-layer error correction codes

    Science.gov (United States)

    Li, Hengjian; Qiu, Jian; Dong, Jiwen; Feng, Guang

    2017-07-01

    To bridge the gap between the fuzziness of biometrics and the exactitude of cryptography, based on combining palmprint with two-layer error correction codes, a novel biometrics encryption method is proposed. Firstly, the randomly generated original keys are encoded by convolutional and cyclic two-layer coding. The first layer uses a convolution code to correct burst errors. The second layer uses cyclic code to correct random errors. Then, the palmprint features are extracted from the palmprint images. Next, they are fused together by XORing operation. The information is stored in a smart card. Finally, the original keys extraction process is the information in the smart card XOR the user's palmprint features and then decoded with convolutional and cyclic two-layer code. The experimental results and security analysis show that it can recover the original keys completely. The proposed method is more secure than a single password factor, and has higher accuracy than a single biometric factor.

  7. Apple iTunes music store

    OpenAIRE

    Lenzi, R.; Schmucker, M.; Spadoni, F.

    2003-01-01

    This technical report analyses the Apple iTunes Music Store and its success factors. Besides the technical aspects, user and customer aspects as well as content aspects are considered. Furthermore, iTunes Music Store's impact to online music distribution services is analysed and a short outlook to future music online distribution is given.

  8. Forhastet regulering af de store

    DEFF Research Database (Denmark)

    Thomsen, Steen

    2013-01-01

    Christiansborg gennemfører sandsynligvis en markant skærpet regulering af de store finansielle virksomheder. Det vil virke kontraktivt og medvirke til erhvervslivets kredittørke.......Christiansborg gennemfører sandsynligvis en markant skærpet regulering af de store finansielle virksomheder. Det vil virke kontraktivt og medvirke til erhvervslivets kredittørke....

  9. Consumers’ preferences regarding department stores

    NARCIS (Netherlands)

    van Laarhoven, W.; Borgers, A.W.J.; van den Berg, P.E.W.

    2017-01-01

    The main reason for this research was the bankruptcy of one the Dutch oldest and largest chain of department stores at the end of 2015. The main goal of this research is to find what, from a consumers’ perspective, a department store should look like. A four storey (1500 m2 each) building was

  10. Hand Fractures

    Science.gov (United States)

    ... All Topics A-Z Videos Infographics Symptom Picker Anatomy Bones Joints Muscles Nerves Vessels Tendons About Hand Surgery What is ... Hand Therapist? Media Find a Hand Surgeon Home Anatomy ... DESCRIPTION The bones of the hand serve as a framework. This framework supports the muscles that make the wrist and fingers move. When ...

  11. Real-time distortion correction for visual inspection systems based on FPGA

    Science.gov (United States)

    Liang, Danhua; Zhang, Zhaoxia; Chen, Xiaodong; Yu, Daoyin

    2008-03-01

    Visual inspection is a kind of new technology based on the research of computer vision, which focuses on the measurement of the object's geometry and location. It can be widely used in online measurement, and other real-time measurement process. Because of the defects of the traditional visual inspection, a new visual detection mode -all-digital intelligent acquisition and transmission is presented. The image processing, including filtering, image compression, binarization, edge detection and distortion correction, can be completed in the programmable devices -FPGA. As the wide-field angle lens is adopted in the system, the output images have serious distortion. Limited by the calculating speed of computer, software can only correct the distortion of static images but not the distortion of dynamic images. To reach the real-time need, we design a distortion correction system based on FPGA. The method of hardware distortion correction is that the spatial correction data are calculated first under software circumstance, then converted into the address of hardware storage and stored in the hardware look-up table, through which data can be read out to correct gray level. The major benefit using FPGA is that the same circuit can be used for other circularly symmetric wide-angle lenses without being modified.

  12. Autonomous Locator of Thermals (ALOFT) Autonomous Soaring Algorithm

    Science.gov (United States)

    2015-04-03

    thermal identification, a sliding window of past data is used. Only data stored in the queues is remembered; after the time length of the queue...53) Each queue is cut down to ensure that data is only stored for the correct window of queue time length, tmax. This starts with...determination are handed back to the calling function. 2D Nonlinear Regression This nonlinear regression is the heart and soul of the ALOFT

  13. From manager's emotional intelligence to objective store performance: Through store cohesiveness and sales-directed employee behavior

    NARCIS (Netherlands)

    Wilderom, Celeste P.M.; Hur, YounHee; Wiersma, Uco J.; van den Berg, Peter T.; Lee, Jaehoon

    2015-01-01

    The relationships among manager's emotional intelligence, store cohesiveness, sales-directed employee behavior, and objective store performance were investigated. Non-managerial sales employees of a large retail electronics chain in South Korea (N = 1611) rated the emotional intelligence of their

  14. Senior's lifestyle and their store choice

    Directory of Open Access Journals (Sweden)

    Lesakova Dagmar

    2014-01-01

    Full Text Available To attract and retain customers, an understanding of their motives and reasons for selecting particular food and grocery store is needed. This is of particular importance in the growing segment of seniors. The size of the senior's market demands a better understanding of the older consumer. The aim of our study is to identify psychographic characteristics of the elderly consumer, and to indicate the lifestyle groups and the relationship between these groups and retail store attributes. Differences in the motives for patronizing specific food stores are analyzed for lifestyle groups. We use the lifestyle as a segmentation variable in the diverse population of seniors for the reason, that the lifestyle of the elderly provides more valuable information than chronological age alone. This information can be used by retailers to improve marketing strategies in order to appeal to a target group of senior shoppers. Empirical research is based on a self-administrated questionnaire aimed on the identification of the lifestyle characteristics and retail store attributes of the consumers in 65+ age, used for the choice of food purchasing retail stores. Lifestyles characteristics were measured by the respondents activities, interests and opinions (AIO. The results of the research indicate that there are differences among the lifestyle groups with significant differences in attitudes towards quality of products or internal store environment. Our research demonstrates the value of psychographic information over age alone regarding the patronage factors in store selection. Our study is a part of the research project VEGA 1/0612/12 'Determinants of the size, structure and tendences in the individual consumption of seniors'.

  15. Principal components analysis based control of a multi-dof underactuated prosthetic hand

    Directory of Open Access Journals (Sweden)

    Magenes Giovanni

    2010-04-01

    Full Text Available Abstract Background Functionality, controllability and cosmetics are the key issues to be addressed in order to accomplish a successful functional substitution of the human hand by means of a prosthesis. Not only the prosthesis should duplicate the human hand in shape, functionality, sensorization, perception and sense of body-belonging, but it should also be controlled as the natural one, in the most intuitive and undemanding way. At present, prosthetic hands are controlled by means of non-invasive interfaces based on electromyography (EMG. Driving a multi degrees of freedom (DoF hand for achieving hand dexterity implies to selectively modulate many different EMG signals in order to make each joint move independently, and this could require significant cognitive effort to the user. Methods A Principal Components Analysis (PCA based algorithm is used to drive a 16 DoFs underactuated prosthetic hand prototype (called CyberHand with a two dimensional control input, in order to perform the three prehensile forms mostly used in Activities of Daily Living (ADLs. Such Principal Components set has been derived directly from the artificial hand by collecting its sensory data while performing 50 different grasps, and subsequently used for control. Results Trials have shown that two independent input signals can be successfully used to control the posture of a real robotic hand and that correct grasps (in terms of involved fingers, stability and posture may be achieved. Conclusions This work demonstrates the effectiveness of a bio-inspired system successfully conjugating the advantages of an underactuated, anthropomorphic hand with a PCA-based control strategy, and opens up promising possibilities for the development of an intuitively controllable hand prosthesis.

  16. Method for distinctive estimation of stored acidity forms in acid mine wastes.

    Science.gov (United States)

    Li, Jun; Kawashima, Nobuyuki; Fan, Rong; Schumann, Russell C; Gerson, Andrea R; Smart, Roger St C

    2014-10-07

    Jarosites and schwertmannite can be formed in the unsaturated oxidation zone of sulfide-containing mine waste rock and tailings together with ferrihydrite and goethite. They are also widely found in process wastes from electrometallurgical smelting and metal bioleaching and within drained coastal lowland soils (acid-sulfate soils). These secondary minerals can temporarily store acidity and metals or remove and immobilize contaminants through adsorption, coprecipitation, or structural incorporation, but release both acidity and toxic metals at pH above about 4. Therefore, they have significant relevance to environmental mineralogy through their role in controlling pollutant concentrations and dynamics in contaminated aqueous environments. Most importantly, they have widely different acid release rates at different pHs and strongly affect drainage water acidity dynamics. A procedure for estimation of the amounts of these different forms of nonsulfide stored acidity in mining wastes is required in order to predict acid release rates at any pH. A four-step extraction procedure to quantify jarosite and schwertmannite separately with various soluble sulfate salts has been developed and validated. Corrections to acid potentials and estimation of acid release rates can be reliably based on this method.

  17. Hand held lasers, a hazard to aircraft: How do we address this?

    Science.gov (United States)

    Barat, K.

    2015-10-01

    The availability of hand held lasers, commonly termed "laser pointers" is easy and wide spread, through commercial web sites and brick & mortar stores. The output of these hand held devices ranges from 1-5 milliWatts (mW) the legal laser pointer output limit, to 5000mW (5Watts). This is thousand times the maximum limit for pointers. Sadly the abuse of these devices is also wide spread. Over the last few years over 3000 aircraft are exposed to laser hits per year. While these aircraft exposures are of no danger to the aircraft frame but they can cause pilot distractions with the potential to cause a serve accident. The presentation will discuss the problem review visual effects, the regulatory response and how educators need to be aware of the problem and can take steps to educate students in the hope of having an effect.

  18. Stored energy in irradiated silicon carbide

    Energy Technology Data Exchange (ETDEWEB)

    Snead, L.L.; Burchell, T.D. [Oak Ridge National Lab., TN (United States)

    1997-04-01

    This report presents a short review of the phenomenon of Wigner stored energy release from irradiated graphite and discusses it in relation to neutron irradiation of silicon carbide. A single published work in the area of stored energy release in SiC is reviewed and the results are discussed. It appears from this previous work that because the combination of the comparatively high specific heat of SiC and distribution in activation energies for recombining defects, the stored energy release of SiC should only be a problem at temperatures lower than those considered for fusion devices. The conclusion of this preliminary review is that the stored energy release in SiC will not be sufficient to cause catastrophic heating in fusion reactor components, though further study would be desirable.

  19. Hand Hygiene: Knowledge and Attitudes of Fourth-Year Clerkship Medical Students at Alfaisal University, College of Medicine, Riyadh, Saudi Arabia.

    Science.gov (United States)

    Hamadah, Reem; Kharraz, Razan; Alshanqity, Airabab; AlFawaz, Danah; Eshaq, Abdulaziz M; Abu-Zaid, Ahmed

    2015-08-24

    Little is known about the clerkship (clinical) medical students' knowledge of hand hygiene as the single most important precautionary measure to reduce nosocomial healthcare-associated infections. The aim of this study is to explore the knowledge of, and attitudes towards, hand hygiene practices among fourth-year clerkship medical students at Alfaisal University, College of Medicine, Riyadh, Saudi Arabia. A cross-sectional, paper-based, Yes/No formatted questionnaire was administered to explore the students' knowledge of, and attitudes towards, hand hygiene practices. Data were decoded in Microsoft Excel sheet and presented as numbers and percentages. One hundred and eleven students (n=111/147) participated in the questionnaire (response rate: 76%). Although the majority of students had a fair knowledge of hand hygiene practices, a number of them had some misconceptions. Only 14% of students correctly agreed to the statement: "Traditional hand washing (water, plus regular soap) decreases the number of germs." Furthermore, only 32% of students correctly answered that "hand washing with a regular soap, instead of an antiseptic soap, is better in limiting the transmission of clostridium difficile infections". Almost all students (93%) agreed to the importance of hand hygiene education in medical curricula and its awareness in healthcare centers. Despite the importance of hand hygiene, only 13% of students reviewed the respective WHO and CDC guidelines before starting their clinical training in the teaching hospital. The students' inadequate knowledge about hand hygiene needs to be enriched by well-structured curricular and extra-curricular programs as well as more positive attitudes by healthcare workers.

  20. Hand Matters: Left-Hand Gestures Enhance Metaphor Explanation

    Science.gov (United States)

    Argyriou, Paraskevi; Mohr, Christine; Kita, Sotaro

    2017-01-01

    Research suggests that speech-accompanying gestures influence cognitive processes, but it is not clear whether the gestural benefit is specific to the gesturing hand. Two experiments tested the "(right/left) hand-specificity" hypothesis for self-oriented functions of gestures: gestures with a particular hand enhance cognitive processes…

  1. Vesicular-arbuscular mycorrhizal populations in stored topsoil

    Energy Technology Data Exchange (ETDEWEB)

    Harris, J.A.; Hunter, D.; Birch, P.; Short, K.C. (North East London Polytechnic, London (UK). Environment and Industry Research Unit, Dept. of Biology and Biochemistry)

    1987-01-01

    Two soil stores of different ages were sampled to investigate their vesicular-arbuscular mycorrhizal (VAM) populations. The soils collected were assessed for pH, moisture content, loss on ignition, spore numbers, number and size of root fragments present and percentage of these roots infected with VAM. A corn-root bioassay was used to determine soil infectivity. Root fragment number, size, % root infection and soil infectivity were negatively correlated with soil depth. VAM spore number was not significantly correlated with depth in either store. It appears that infected root fragments and fresh roots were the source of inoculum although there may have been a contribution from spores in the younger store. The infectivity of the older store soil was less than that of the younger store. 12 refs., 5 tabs.

  2. [Hand osteoarthritis].

    Science.gov (United States)

    Šenolt, Ladislav

    Hand osteoarthritis (OA) is a common chronic disorder causing pain and limitation of mobility of affected joints. The prevalence of hand OA increases with age and more often affects females. Clinical signs obviously do not correlate with radiographic findings - symptomatic hand OA affects approximately 26 % of adult subjects, but radiographic changes can be found in up to two thirds of females and half of males older than 55 years.Disease course differ among individual patients. Hand OA is a heterogeneous disease. Nodal hand OA is the most common subtype affecting interphalangeal joints, thumb base OA affects first carpometacarpal joint. Erosive OA represents a specific subtype of hand OA, which is associated with joint inflammation, more pain, functional limitation and erosive findings on radiographs.Treatment of OA is limited. Analgesics and nonsteroidal anti-inflammatory drugs are the only agents reducing symptoms. New insights into the pathogenesis of disease should contribute to the development of novel effective treatment of hand OA.

  3. The INTERLISP Virtual Machine Specification,

    Science.gov (United States)

    1976-09-01

    typescript ” files. t h i n _ r b is. f i les contain -sung all ofthen i n n _ p m_ n_ b n_ u n _ l~m m : t tm , u i n _ :- , u - n_ h i On s w i t h...nm _ sIn _ c d of a File N~n _ mune ) n_ n _ u u ’J t b - s e nann_e of tb;e current , - typescript file (i f n _ n _ n _ n y). The conrespondunmg f

  4. Store Separations From a Supersonic Cone

    National Research Council Canada - National Science Library

    Simko, Richard J

    2006-01-01

    ... analyses of supersonic store separations. Also included in this research is a study of supersonic base pressure profiles, near-wake velocity profiles, wind tunnel shock interactions and force/moment studies on a conical store and parent vehicle...

  5. An attenuation correction method for PET/CT images

    International Nuclear Information System (INIS)

    Ue, Hidenori; Yamazaki, Tomohiro; Haneishi, Hideaki

    2006-01-01

    In PET/CT systems, accurate attenuation correction can be achieved by creating an attenuation map from an X-ray CT image. On the other hand, respiratory-gated PET acquisition is an effective method for avoiding motion blurring of the thoracic and abdominal organs caused by respiratory motion. In PET/CT systems employing respiratory-gated PET, using an X-ray CT image acquired during breath-holding for attenuation correction may have a large effect on the voxel values, especially in regions with substantial respiratory motion. In this report, we propose an attenuation correction method in which, as the first step, a set of respiratory-gated PET images is reconstructed without attenuation correction, as the second step, the motion of each phase PET image from the PET image in the same phase as the CT acquisition timing is estimated by the previously proposed method, as the third step, the CT image corresponding to each respiratory phase is generated from the original CT image by deformation according to the motion vector maps, and as the final step, attenuation correction using these CT images and reconstruction are performed. The effectiveness of the proposed method was evaluated using 4D-NCAT phantoms, and good stability of the voxel values near the diaphragm was observed. (author)

  6. Whatman Paper (FTA Cards) for Storing and Transferring Leishmania DNA for PCR Examination

    OpenAIRE

    A Amin-Mohammadi; E Eskandari; AA Akhavan; M Ganjbakhsh; Z Hosseininejad; M Afzalaghaei; F Berenji; M Mohajery; A Khamesipour; A Fata

    2009-01-01

    "nBackground: Diagnosis of cutaneous leishmaniasis (CL) is often made based on clinical manifesta­tion. Correct diagnosis and identification of the parasite are crucial for choosing the effective treat­ment and for epidemiological studies. On the other hand, determination of Leishmania species is nec­essary for designing appropriate control programs. Diagnosis by PCR is becoming a 'gold standard'. For PCR preparation, storage and shipments of specimens are necessary. In this study, ...

  7. Accuracy Improvement Capability of Advanced Projectile Based on Course Correction Fuze Concept

    Directory of Open Access Journals (Sweden)

    Ahmed Elsaadany

    2014-01-01

    Full Text Available Improvement in terminal accuracy is an important objective for future artillery projectiles. Generally it is often associated with range extension. Various concepts and modifications are proposed to correct the range and drift of artillery projectile like course correction fuze. The course correction fuze concepts could provide an attractive and cost-effective solution for munitions accuracy improvement. In this paper, the trajectory correction has been obtained using two kinds of course correction modules, one is devoted to range correction (drag ring brake and the second is devoted to drift correction (canard based-correction fuze. The course correction modules have been characterized by aerodynamic computations and flight dynamic investigations in order to analyze the effects on deflection of the projectile aerodynamic parameters. The simulation results show that the impact accuracy of a conventional projectile using these course correction modules can be improved. The drag ring brake is found to be highly capable for range correction. The deploying of the drag brake in early stage of trajectory results in large range correction. The correction occasion time can be predefined depending on required correction of range. On the other hand, the canard based-correction fuze is found to have a higher effect on the projectile drift by modifying its roll rate. In addition, the canard extension induces a high-frequency incidence angle as canards reciprocate at the roll motion.

  8. Accuracy improvement capability of advanced projectile based on course correction fuze concept.

    Science.gov (United States)

    Elsaadany, Ahmed; Wen-jun, Yi

    2014-01-01

    Improvement in terminal accuracy is an important objective for future artillery projectiles. Generally it is often associated with range extension. Various concepts and modifications are proposed to correct the range and drift of artillery projectile like course correction fuze. The course correction fuze concepts could provide an attractive and cost-effective solution for munitions accuracy improvement. In this paper, the trajectory correction has been obtained using two kinds of course correction modules, one is devoted to range correction (drag ring brake) and the second is devoted to drift correction (canard based-correction fuze). The course correction modules have been characterized by aerodynamic computations and flight dynamic investigations in order to analyze the effects on deflection of the projectile aerodynamic parameters. The simulation results show that the impact accuracy of a conventional projectile using these course correction modules can be improved. The drag ring brake is found to be highly capable for range correction. The deploying of the drag brake in early stage of trajectory results in large range correction. The correction occasion time can be predefined depending on required correction of range. On the other hand, the canard based-correction fuze is found to have a higher effect on the projectile drift by modifying its roll rate. In addition, the canard extension induces a high-frequency incidence angle as canards reciprocate at the roll motion.

  9. IMPORTANCE OF HAND HYGIENE AS HOSPITAL INFECTION PROPHYLAXIS BY HEALTH PROFESSIONALS

    Directory of Open Access Journals (Sweden)

    Elaine C. de Souza

    2013-12-01

    Full Text Available Hospital infections currently represent the interests of the international order, as it involves the performance of health professionals, the quality of physical facilities and materials of daily use. This study aimed to verify the recognition of the importance of hand hygiene in preventing nosocomial infection by health professionals. This is a cross-sectional study, which was applied in semi-structured form, a sample of 60 professionals, including nurses, technicians and / or licensed practical nurses and doctors, working in a public hospital located in Bahia, in October 2011, complying with ethical requirements for studies in humans. The results showed that 98.3% of respondents recognize the importance of hand hygiene in preventing hospital infection, 83.3% said they master the technique, however only 53.4% described it correctly. We conclude that despite the awareness of professionals about the importance and availability of products for hand hygiene, it is necessary to implement educational activities that motivate and intensify the adhesion of professionals

  10. Animal Feces Contribute to Domestic Fecal Contamination: Evidence from E. coli Measured in Water, Hands, Food, Flies, and Soil in Bangladesh.

    Science.gov (United States)

    Ercumen, Ayse; Pickering, Amy J; Kwong, Laura H; Arnold, Benjamin F; Parvez, Sarker Masud; Alam, Mahfuja; Sen, Debashis; Islam, Sharmin; Kullmann, Craig; Chase, Claire; Ahmed, Rokeya; Unicomb, Leanne; Luby, Stephen P; Colford, John M

    2017-08-01

    Fecal-oral pathogens are transmitted through complex, environmentally mediated pathways. Sanitation interventions that isolate human feces from the environment may reduce transmission but have shown limited impact on environmental contamination. We conducted a study in rural Bangladesh to (1) quantify domestic fecal contamination in settings with high on-site sanitation coverage; (2) determine how domestic animals affect fecal contamination; and (3) assess how each environmental pathway affects others. We collected water, hand rinse, food, soil, and fly samples from 608 households. We analyzed samples with IDEXX Quantitray for the most probable number (MPN) of E. coli. We detected E. coli in source water (25%), stored water (77%), child hands (43%), food (58%), flies (50%), ponds (97%), and soil (95%). Soil had >120 000 mean MPN E. coli per gram. In compounds with vs without animals, E. coli was higher by 0.54 log 10 in soil, 0.40 log 10 in stored water and 0.61 log 10 in food (p food increased with increasing E. coli in soil, ponds, source water and hands. We provide empirical evidence of fecal transmission in the domestic environment despite on-site sanitation. Animal feces contribute to fecal contamination, and fecal indicator bacteria do not strictly indicate human fecal contamination when animals are present.

  11. Denmark: HAND in HAND Policy Questionnaire

    DEFF Research Database (Denmark)

    Laursen, Hilmar Dyrborg; Nielsen, Birgitte Lund

    2018-01-01

    Som del af det internationale EU finansierede projekt Hand in Hand, der fokuserer på de såkaldte SEI-kompetencer (Social, Emotional, Intercultural), er dansk policy i relation til elevernes sociale, emotionelle og interkulturelle læring kortlagt i denne rapport. Der refereres bl.a. til "elevernes...

  12. The School Store...Making It Work. Second Edition. Selling, Buying, Promotion, Operation, Store Security, Management, Accounting.

    Science.gov (United States)

    Michigan State Univ., East Lansing. Michigan Vocational Education Resource Center.

    This handbook is intended as a resource for individuals involved in the development, operation, and expansion of school store laboratories. The first of three sections covers facility/laboratory planning. It includes detailed guidelines for establishing a new school store operation and remodeling or relocating an existing operation. Section II…

  13. Highly confined ions store charge more efficiently in supercapacitors

    Science.gov (United States)

    Merlet, C.; Péan, C.; Rotenberg, B.; Madden, P. A.; Daffos, B.; Taberna, P.-L.; Simon, P.; Salanne, M.

    2013-10-01

    Liquids exhibit specific properties when they are adsorbed in nanoporous structures. This is particularly true in the context of supercapacitors, for which an anomalous increase in performance has been observed for nanoporous electrodes. This enhancement has been traditionally attributed in experimental studies to the effect of confinement of the ions from the electrolyte inside sub-nanometre pores, which is accompanied by their partial desolvation. Here we perform molecular dynamics simulations of realistic supercapacitors and show that this picture is correct at the microscopic scale. We provide a detailed analysis of the various environments experienced by the ions. We pick out four different adsorption types, and we, respectively, label them as edge, planar, hollow and pocket sites upon increase of the coordination of the molecular species by carbon atoms from the electrode. We show that both the desolvation and the local charge stored on the electrode increase with the degree of confinement.

  14. Stored energy analysis in the scaled-down test facilities

    International Nuclear Information System (INIS)

    Deng, Chengcheng; Chang, Huajian; Qin, Benke; Wu, Qiao

    2016-01-01

    Highlights: • Three methods are developed to evaluate stored energy in the scaled-down test facilities. • The mechanism behind stored energy distortion in the test facilities is revealed. • The application of stored energy analysis is demonstrated for the ACME facility of China. - Abstract: In the scaled-down test facilities that simulate the accident transient process of the prototype nuclear power plant, the stored energy release in the metal structures has an important influence on the accuracy and effectiveness of the experimental data. Three methods of stored energy analysis are developed, and the mechanism behind stored energy distortion in the test facilities is revealed. Moreover, the application of stored energy analysis is demonstrated for the ACME test facility newly built in China. The results show that the similarity requirements of three methods analyzing the stored energy release decrease gradually. The physical mechanism of stored energy release process can be characterized by the dimensionless numbers including Stanton number, Fourier number and Biot number. Under the premise of satisfying the overall similarity of natural circulation, the stored energy release process in the scale-down test facilities cannot maintain exact similarity. The results of the application of stored energy analysis illustrate that both the transient release process and integral total stored energy of the reactor pressure vessel wall of CAP1400 power plant can be well reproduced in the ACME test facility.

  15. Win-Win Strategies at Discount Stores

    NARCIS (Netherlands)

    B. Deleersnyder (Barbara); M.G. Dekimpe (Marnik); J-B.E.M. Steenkamp (Jan-Benedict); O. Koll (Oliver)

    2005-01-01

    textabstractAn important development that contributes to store brands’ growing success in the grocery market is the increasing number of discount stores that sell predominantly own, private-label, brands. To fight private labels, manufacturers of national brands feel increasingly compelled to

  16. Feasibility of an AI-Based Measure of the Hand Motions of Expert and Novice Surgeons

    Directory of Open Access Journals (Sweden)

    Munenori Uemura

    2018-01-01

    Full Text Available This study investigated whether parameters derived from hand motions of expert and novice surgeons accurately and objectively reflect laparoscopic surgical skill levels using an artificial intelligence system consisting of a three-layer chaos neural network. Sixty-seven surgeons (23 experts and 44 novices performed a laparoscopic skill assessment task while their hand motions were recorded using a magnetic tracking sensor. Eight parameters evaluated as measures of skill in a previous study were used as inputs to the neural network. Optimization of the neural network was achieved after seven trials with a training dataset of 38 surgeons, with a correct judgment ratio of 0.99. The neural network that prospectively worked with the remaining 29 surgeons had a correct judgment rate of 79% for distinguishing between expert and novice surgeons. In conclusion, our artificial intelligence system distinguished between expert and novice surgeons among surgeons with unknown skill levels.

  17. Hand Surgery: Anesthesia

    Science.gov (United States)

    ... All Topics A-Z Videos Infographics Symptom Picker Anatomy Bones Joints Muscles Nerves Vessels Tendons About Hand Surgery What is a Hand Surgeon? What is a Hand Therapist? Media Find a Hand Surgeon Home Anatomy Hand Surgery Anesthesia Email to a friend * required ...

  18. Top-squark mixing effects in the supersymmetric electroweak corrections to top-quark production at the Fermilab Tevatron

    International Nuclear Information System (INIS)

    Yang, J.M.; Li, C.S.

    1996-01-01

    Taking into account the mixing effects between left- and right-handed top squarks, we calculate the genuine supersymmetric electroweak correction to top-quark production at the Fermilab Tevatron in the minimal supersymmetric model. The analytic expressions of the corrections to both the parton level cross section and the total hadronic cross section are presented. Some numerical examples are also given to show the size of the corrections. copyright 1996 The American Physical Society

  19. Hand Anatomy

    Science.gov (United States)

    ... All Topics A-Z Videos Infographics Symptom Picker Anatomy Bones Joints Muscles Nerves Vessels Tendons About Hand Surgery What is ... Hand Therapist? Media Find a Hand Surgeon Home Anatomy Bones Joints Muscles Nerves Vessels Tendons Anatomy The upper extremity is ...

  20. Quantitative grading of store separation trajectories

    CSIR Research Space (South Africa)

    Jamison, Kevin A

    2017-09-01

    Full Text Available When a new store is integrated with an aircraft, it is necessary to verify that it separates safely for all possible release and emergency jettison scenarios. A large number of store separation analyses are required to comply with this requirement...

  1. Self-correcting quantum memory in a thermal environment

    International Nuclear Information System (INIS)

    Chesi, Stefano; Roethlisberger, Beat; Loss, Daniel

    2010-01-01

    The ability to store information is of fundamental importance to any computer, be it classical or quantum. To identify systems for quantum memories, which rely, analogously to classical memories, on passive error protection (''self-correction''), is of greatest interest in quantum information science. While systems with topological ground states have been considered to be promising candidates, a large class of them was recently proven unstable against thermal fluctuations. Here, we propose two-dimensional (2D) spin models unaffected by this result. Specifically, we introduce repulsive long-range interactions in the toric code and establish a memory lifetime polynomially increasing with the system size. This remarkable stability is shown to originate directly from the repulsive long-range nature of the interactions. We study the time dynamics of the quantum memory in terms of diffusing anyons and support our analytical results with extensive numerical simulations. Our findings demonstrate that self-correcting quantum memories can exist in 2D at finite temperatures.

  2. Boligmarkedet uden for de store byer

    DEFF Research Database (Denmark)

    Larsen, Jacob Norvig; Andersen, Hans Thor; Haldrup, Karin

    landet som helhed, hvor den østjyske millionby og hovedstaden er migrationens mål. Dermed må der på steder langt fra de store byers infrastruktur og arbejdspladser forventes faldende eller meget begrænset efterspørgsel efter boliger. Det gælder især gamle, dårligt vedligeholdte boliger og boliger med...... og lokalpolitiske planer og indsatser. Tre casestudier belyser, hvordan man i lokalsamfund i tre kommuner uden for de store byer aktivt tager den udfordring op, som følger af en generel strukturændring med øget urbanisering og aldrende befolkning i områderne uden for de store byer. Med blandt andet...... nye samarbejdsformer mellem private, frivillige og kommunale aktører og aktivitets- og beboerhuse som base for foreningsaktivitet er det flere steder lykkedes at tiltrække tilflyttere til samfund langt uden for de store byer....

  3. Pricing of Staple Foods at Supermarkets versus Small Food Stores.

    Science.gov (United States)

    Caspi, Caitlin E; Pelletier, Jennifer E; Harnack, Lisa J; Erickson, Darin J; Lenk, Kathleen; Laska, Melissa N

    2017-08-15

    Prices affect food purchase decisions, particularly in lower-income communities, where access to a range of food retailers (including supermarkets) is limited. The aim of this study was to examine differences in staple food pricing between small urban food stores and the closest supermarkets, as well as whether pricing differentials varied based on proximity between small stores and larger retailers. In 2014, prices were measured for 15 staple foods during store visits in 140 smaller stores (corner stores, gas-marts, dollar stores, and pharmacies) in Minneapolis/St. Paul, MN and their closest supermarket. Mixed models controlling for store type were used to estimate the average price differential between: (a) smaller stores and supermarkets; (b) isolated smaller stores (>1 mile to closest supermarket) and non-isolated smaller stores; and (c) isolated smaller stores inside versus outside USDA-identified food deserts. On average, all items except white bread were 10-54% more expensive in smaller stores than in supermarkets ( p Prices were generally not significantly different in isolated stores compared with non-isolated stores for most items. Among isolated stores, there were no price differences inside versus outside food deserts. We conclude that smaller food stores have higher prices for most staple foods compared to their closest supermarket, regardless of proximity. More research is needed to examine staple food prices in different retail spaces.

  4. From manager’s emotional intelligence to objective store performance : Through store cohesiveness and sales-directed employee behavior

    NARCIS (Netherlands)

    Wilderom, C.P.M.; Hur, Y.; Wiersma, U.J.; van den Berg, Petrus; Lee, J.

    2015-01-01

    The relationships among manager's emotional intelligence, store cohesiveness, sales-directed employee behavior, and objective store performance were investigated. Non-managerial sales employees of a large retail electronics chain in South Korea (N = 1611) rated the emotional intelligence of their

  5. Information from the central stores

    CERN Multimedia

    GS Department

    2010-01-01

    All items sold in the CERN shop (Bldg. 33) are now available in the central stores (Bldg. 73) and can be purchased on-line via EDH “Material Request” or at the “Emergency Desk” of the stores on the ground floor of Bldg. 73. These items are visible in the CERN catalogue under the “SCEM” codes beginning with 92. Department of General Infrastructure Services (GS) GS-SEM Group

  6. Compliance to two city convenience store ordinance requirements

    Science.gov (United States)

    Menéndez, Cammie K Chaumont; Amandus, Harlan E; Wu, Nan; Hendricks, Scott A

    2015-01-01

    Background Robbery-related homicides and assaults are the leading cause of death in retail businesses. Robbery reduction approaches focus on compliance to Crime Prevention Through Environmental Design (CPTED) guidelines. Purpose We evaluated the level of compliance to CPTED guidelines specified by convenience store safety ordinances effective in 2010 in Dallas and Houston, Texas, USA. Methods Convenience stores were defined as businesses less than 10 000 square feet that sell grocery items. Store managers were interviewed for store ordinance requirements from August to November 2011, in a random sample of 594 (289 in Dallas, 305 in Houston) convenience stores that were open before and after the effective dates of their city’s ordinance. Data were collected in 2011 and analysed in 2012–2014. Results Overall, 9% of stores were in full compliance, although 79% reported being registered with the police departments as compliant. Compliance was consistently significantly higher in Dallas than in Houston for many requirements and by store type. Compliance was lower among single owner-operator stores compared with corporate/franchise stores. Compliance to individual requirements was lowest for signage and visibility. Conclusions Full compliance to the required safety measures is consistent with industry ‘best practices’ and evidence-based workplace violence prevention research findings. In Houston and Dallas compliance was higher for some CPTED requirements but not the less costly approaches that are also the more straightforward to adopt. PMID:26337569

  7. The Antecedents of Store Image and Customer Satisfaction

    Directory of Open Access Journals (Sweden)

    Banu Kulter Demirgunes

    2016-01-01

    Full Text Available Definition of store image is argued to be useful if it predicts phenomena such as satisfaction, loyalty, customer retention and other attitudinal and behavioral outcomes. Previous researches show that customers are affected by the store attributes and consider them to assess perceived benefits and attitudes. One of the biggest challenges for companies is to build a positive image. Knowing the alternatives which could be used to form a positive image is an important issue. A positive image which is created in the customer’s mind about store is seen to have a strong and positive influence on satisfaction. A satisfied customer is likely to be loyal to the store. Therefore, image and customer satisfaction gain importance in the stores which aim to survive. This study focuses on store image, customer satisfaction and the relationship between them. The study primarily explains these two concepts, and then provides a literature review on the researches related with them. The study presents researches in which store image and customer satisfaction are separately discussed, thus it also shows other variables which can be influential on these concepts. Implications for both store image theory and practices are discussed. The literature review reveals that store image plays an important role in customer satisfaction.  Since most of the studies in literature are based on retail industry, in this study ‘store’ concept mostly refers to ‘retail store’.

  8. Distributed energy store railguns experiment and analysis

    International Nuclear Information System (INIS)

    Holland, L.D.

    1984-01-01

    Electromagnetic acceleration of projectiles holds the potential for achieving higher velocities than yet achieved by any other means. A railgun is the simplest form of electromagnetic macroparticle accelerator and can generate the highest sustained accelerating force. The practical length of conventional railguns is limited by the impedance of the rails because current must be carried along the entire length of the rails. A railgun and power supply system called the distributed energy store railgun was proposed as a solution to this limitation. The distributed energy store railgun used multiple current sources connected to the rails of a railgun at points distributed along the bore. These current sources (energy stores) are turned on in sequence as the projectile moves down the bore so that current is fed to the railgun from behind the armature. In this system the length of the rails that carry the full armature current is less than the total length of the railgun. If a sufficient number of energy stores is used, this removes the limitation on the length of a railgun. An additional feature of distributed energy store type railguns is that they can be designed to maintain a constant pressure on the projectile being accelerated. A distributed energy store railgun was constructed and successfully operated. In addition to this first demonstration of the distributed energy store railgun principle, a theoretical model of the system was also constructed

  9. Nearly degenerate neutrinos, supersymmetry and radiative corrections

    International Nuclear Information System (INIS)

    Casas, J.A.; Espinosa, J.R.; Ibarra, A.; Navarro, I.

    2000-01-01

    If neutrinos are to play a relevant cosmological role, they must be essentially degenerate with a mass matrix of the bimaximal mixing type. We study this scenario in the MSSM framework, finding that if neutrino masses are produced by a see-saw mechanism, the radiative corrections give rise to mass splittings and mixing angles that can accommodate the atmospheric and the (large angle MSW) solar neutrino oscillations. This provides a natural origin for the Δm 2 sol 2 atm hierarchy. On the other hand, the vacuum oscillation solution to the solar neutrino problem is always excluded. We discuss also in the SUSY scenario other possible effects of radiative corrections involving the new neutrino Yukawa couplings, including implications for triviality limits on the Majorana mass, the infrared fixed point value of the top Yukawa coupling, and gauge coupling and bottom-tau unification

  10. 76 FR 19741 - Exemption for Retail Store Operations

    Science.gov (United States)

    2011-04-08

    ... the types of operations traditionally and usually conducted at retail stores and restaurants when those operations are conducted at any retail store or restaurant or similar retail-type establishment... Retail Store Operations AGENCY: Food Safety and Inspection Service, USDA. [[Page 19742

  11. Nudging consumer behaviour in retail stores

    DEFF Research Database (Denmark)

    Adam, Abdulfatah

    2016-01-01

    -effectiveness of alternative interventions in retail store settings. In cooperation with a supermarket chain in Denmark, we manipulated food locations inside the store so that relatively low energy dense products were placed favorable shelf locations. The underlying theory for the experiment was the behavioral approach (so...

  12. The functions of store-operated calcium channels.

    Science.gov (United States)

    Putney, James W; Steinckwich-Besançon, Natacha; Numaga-Tomita, Takuro; Davis, Felicity M; Desai, Pooja N; D'Agostin, Diane M; Wu, Shilan; Bird, Gary S

    2017-06-01

    Store-operated calcium channels provide calcium signals to the cytoplasm of a wide variety of cell types. The basic components of this signaling mechanism include a mechanism for discharging Ca 2+ stores (commonly but not exclusively phospholipase C and inositol 1,4,5-trisphosphate), a sensor in the endoplasmic reticulum that also serves as an activator of the plasma membrane channel (STIM1 and STIM2), and the store-operated channel (Orai1, 2 or 3). The advent of mice genetically altered to reduce store-operated calcium entry globally or in specific cell types has provided important tools to understand the functions of these widely encountered channels in specific and clinically important physiological systems. This review briefly discusses the history and cellular properties of store-operated calcium channels, and summarizes selected studies of their physiological functions in specific physiological or pathological contexts. This article is part of a Special Issue entitled: ECS Meeting edited by Claus Heizmann, Joachim Krebs and Jacques Haiech. Published by Elsevier B.V.

  13. Gamma camera correction system and method for using the same

    International Nuclear Information System (INIS)

    Inbar, D.; Gafni, G.; Grimberg, E.; Bialick, K.; Koren, J.

    1986-01-01

    A gamma camera is described which consists of: (a) a detector head that includes photodetectors for producing output signals in response to radiation stimuli which are emitted by a radiation field and which interact with the detector head and produce an event; (b) signal processing circuitry responsive to the output signals of the photodetectors for producing a sum signal that is a measure of the total energy of the event; (c) an energy discriminator having a relatively wide window for comparison with the sum signal; (d) the signal processing circuitry including coordinate computation circuitry for operating on the output signals, and calculating an X,Y coordinate of an event when the sum signal lies within the window of the energy discriminator; (e) an energy correction table containing spatially dependent energy windows for producing a validation signal if the total energy of an event lies within the window associated with the X,Y coordinates of the event; (f) the signal processing circuitry including a dislocation correction table containing spatially dependent correction factors for converting the X,Y coordinates of an event to relocated coordinates in accordance with correction factors determined by the X,Y coordinates; (g) a digital memory for storing a map of the radiation field; and (h) means for recording an event at its relocated coordinates in the memory if the energy correction table produces a validation signal

  14. Correction device for fuel positioning value

    International Nuclear Information System (INIS)

    Nakahara, Toshiro.

    1993-01-01

    In a computer for a fuel exchanger for controlling handling of fuels such as loading and unloading based on the data for settling values of fuels installed in a reactor core or fuel pool, data for burnup degree during reactor operation are inputted from a computer computing the reactor output into a correction device for fuel settling values in which fuel irradiation growth rate is calculated to determine a correction value. This makes it unnecessary for sampling measurement of fuel settling values in the reactor core practiced at the same time with the reactor opening and exchange operation for the stored date of settling values in the computer for the fuel exchanger conducted on every time. New data for settling values can be exchanged automatically based on the data for the burnup degree at the same time with the reactor shutdown, which can be conducted easily over the whole number. Accordingly, it is possible to improve reliability and safety of the fuel exchanging operation including the setting for the interlock of the fuel exchanging operation relevant to the fuel settling values, as well as moderate operator's burden. (N.H.)

  15. Propagating separable equalities in an MDD store

    DEFF Research Database (Denmark)

    Hadzic, Tarik; Hooker, John N.; Tiedemann, Peter

    2008-01-01

    We present a propagator that achieves MDD consistency for a separable equality over an MDD (multivalued decision diagram) store in pseudo-polynomial time. We integrate the propagator into a constraint solver based on an MDD store introduced in [1]. Our experiments show that the new propagator pro...... provides substantial computational advantage over propagation of two inequality constraints, and that the advantage increases when the maximum width of the MDD store increases....

  16. Diagnostic potential of stored dried blood spots for inborn errors of metabolism: a metabolic autopsy of medium-chain acyl-CoA dehydrogenase deficiency.

    Science.gov (United States)

    Kaku, Noriyuki; Ihara, Kenji; Hirata, Yuichiro; Yamada, Kenji; Lee, Sooyoung; Kanemasa, Hikaru; Motomura, Yoshitomo; Baba, Haruhisa; Tanaka, Tamami; Sakai, Yasunari; Maehara, Yoshihiko; Ohga, Shouichi

    2018-05-02

    It is estimated that 1-5% of sudden infant death syndrome (SIDS) cases might be caused by undiagnosed inborn errors of metabolism (IEMs); however, the postmortem identification of IEMs remains difficult. This study aimed to evaluate the usefulness of dried blood spots (DBSs) stored after newborn screening tests as a metabolic autopsy to determine the causes of death in infants and children who died suddenly and unexpectedly. Infants or toddlers who had suddenly died without a definite diagnosis between July 2008 and December 2012 at Kyushu University Hospital in Japan were enrolled in this study. Their Guthrie cards, which had been stored for several years at 4-8°C, were used for an acylcarnitine analysis by tandem mass spectrometry to identify inborn errors of metabolism. Fifteen infants and children who died at less than 2 years of age and for whom the cause of death was unknown were enrolled for the study. After correcting the C0 and C8 values assuming the hydrolysation of acylcarnitine in the stored DBSs, the corrected C8 value of one case just exceeded the cut-off level for medium-chain acyl-CoA dehydrogenase (MCAD) deficiency screening. Genetic and biochemical analyses confirmed this patient to have MCAD deficiency. DBSs stored after newborn screening tests are a promising tool for metabolic autopsy. The appropriate compensation of acylcarnitine data and subsequent genetic and biochemical analyses are essential for the postmortem diagnosis of inborn errors of metabolism. © Article author(s) (or their employer(s) unless otherwise stated in the text of the article) 2018. All rights reserved. No commercial use is permitted unless otherwise expressly granted.

  17. Hemoglobin Function in Stored Blood.

    Science.gov (United States)

    1974-08-01

    States during 1973. Several advantages over ACA) are important. Blood stored in CPD maintains higher ./ levels of 2,3-DPG (2,3- diphosphoglycerate ) and a...survival and ATP levels in stored blood is explained by the several functions of ATP which are necessary for cell viability. However, ATP levels do...not correlate with oxygen affinity during storage. Levels of 2,3-DPG determine oxygen affinity and thus hemoglobin function. (12,13) When normal levels

  18. Exploring field-of-view non-uniformities produced by a hand-held spectroradiometer

    Directory of Open Access Journals (Sweden)

    Tamir Caras

    2011-01-01

    Full Text Available The shape of a spectroradiometer’s field of view (FOV affects the way spectral measurements are acquired. Knowing this property is a prerequisite for the correct use of the spectrometer. If the substrate is heterogeneous, the ability to accurately know what is being measured depends on knowing the FOV location, shape, spectral and spatial sensitivity. The GER1500 is a hand-held spectrometer with a fixed lens light entry slit and has a laser guide that allows control over the target by positioning the entire unit. In the current study, the FOV of the GER1500 was mapped and analysed. The spectral and spatial non-uniformities of the FOV were examined and were found to be spectrally independent. The relationship between the FOV and the built-in laser guide was tested and found to have a linear displacement dependent on the distance to the target. This allows an accurate prediction of the actual FOV position. A correction method to improve the agreement between the expected and measured reflectance over heterogeneous targets was developed and validated. The methods described are applicable and may be of use with other hand-held spectroradiometers.

  19. Effect of the gamma radiation on the preservation pf potato tubers (Solanum tuberosum L.) during the storing period

    International Nuclear Information System (INIS)

    Mazon matanzo, M.P.; Fernandez Gonzalez, J.

    1976-01-01

    The effect of the gamma radiation on the preservation of potato tubers stored during a period of six months is described by evaluating the loss by sprouting, transpiration and infections. The dose of 9 Krad inhibits sprouting with independence of the epoch in wich the treatment is made, on the other hand a dose of 6 Krad inhibits sprouting only if the tubers are irradiated during the resting period. The treatment with IPC gave similar results to those obtained with a dose of 9 Krad. (author) [es

  20. Insect pest management in stored grain

    Science.gov (United States)

    Stored grain is vulnerable to attach by a variety of insect pests, that can generally be classified as external or internal feeders. Infestations primarily occur after grain is stored, though there is some evidence that infestations can occur in the field right before harvest. There are a variety of...

  1. Compliance to two city convenience store ordinance requirements.

    Science.gov (United States)

    Chaumont Menéndez, Cammie K; Amandus, Harlan E; Wu, Nan; Hendricks, Scott A

    2016-04-01

    Robbery-related homicides and assaults are the leading cause of death in retail businesses. Robbery reduction approaches focus on compliance to Crime Prevention Through Environmental Design (CPTED) guidelines. We evaluated the level of compliance to CPTED guidelines specified by convenience store safety ordinances effective in 2010 in Dallas and Houston, Texas, USA. Convenience stores were defined as businesses less than 10 000 square feet that sell grocery items. Store managers were interviewed for store ordinance requirements from August to November 2011, in a random sample of 594 (289 in Dallas, 305 in Houston) convenience stores that were open before and after the effective dates of their city's ordinance. Data were collected in 2011 and analysed in 2012-2014. Overall, 9% of stores were in full compliance, although 79% reported being registered with the police departments as compliant. Compliance was consistently significantly higher in Dallas than in Houston for many requirements and by store type. Compliance was lower among single owner-operator stores compared with corporate/franchise stores. Compliance to individual requirements was lowest for signage and visibility. Full compliance to the required safety measures is consistent with industry 'best practices' and evidence-based workplace violence prevention research findings. In Houston and Dallas compliance was higher for some CPTED requirements but not the less costly approaches that are also the more straightforward to adopt. Published by the BMJ Publishing Group Limited. For permission to use (where not already granted under a licence) please go to http://www.bmj.com/company/products-services/rights-and-licensing/

  2. Information for Stores users

    CERN Multimedia

    FI Department

    2008-01-01

    The DISTRELEC catalogue (IT) is now available in EDH in addition to the CERN Stores catalogue and the catalogues of existing suppliers. Using an EDH materials request form, users can now order DISTRELEC equipment from amongst the following product groups: peripherals, multimedia, PC components, data media, communication and data cables and adapters. Non-authorised materials will be clearly indicated. As a reminder, the system automatically manages the distribution of standard Stores equipment and punch out equipment ordered on the same request form. In both cases, delivery will take a maximum of 48 hours. The approval of the EDH document will follow the usual EDH routing procedures. Logistics Group FI Department

  3. Stored energy analysis in scale-down test facility

    International Nuclear Information System (INIS)

    Deng Chengcheng; Qin Benke; Fang Fangfang; Chang Huajian; Ye Zishen

    2013-01-01

    In the integral test facilities that simulate the accident transient process of the prototype nuclear power plant, the stored energy in the metal components has a direct influence on the simulation range and the test results of the facilities. Based on the heat transfer theory, three methods analyzing the stored energy were developed, and a thorough study on the stored energy problem in the scale-down test facilities was further carried out. The lumped parameter method and power integration method were applied to analyze the transient process of energy releasing and to evaluate the average total energy stored in the reactor pressure vessel of the ACME (advanced core-cooling mechanism experiment) facility, which is now being built in China. The results show that the similarity requirements for such three methods to analyze the stored energy in the test facilities are reduced gradually. Under the condition of satisfying the integral similarity of natural circulation, the stored energy releasing process in the scale-down test facilities can't maintain exact similarity. The stored energy in the reactor pressure vessel wall of ACME, which is released quickly during the early stage of rapid depressurization of system, will not make a major impact on the long-term behavior of system. And the scaling distortion of integral average total energy of the stored heat is acceptable. (authors)

  4. Robotic hand project

    OpenAIRE

    Karaçizmeli, Cengiz; Çakır, Gökçe; Tükel, Dilek

    2014-01-01

    In this work, the mechatronic based robotic hand is controlled by the position data taken from the glove which has flex sensors mounted to capture finger bending of the human hand. The angular movement of human hand’s fingers are perceived and processed by a microcontroller, and the robotic hand is controlled by actuating servo motors. It has seen that robotic hand can simulate the movement of the human hand that put on the glove, during tests have done. This robotic hand can be used not only...

  5. Corrective Action Investigation Plan for Corrective Action Unit 321: Area 22 Weather Station Fuel Storage, Nevada Test Site, Nevada; TOPICAL

    International Nuclear Information System (INIS)

    1999-01-01

    This Corrective Action Investigation Plan (CAIP) has been developed in accordance with the Federal Facility Agreement and Consent Order (FFACO) that was agreed to by the US Department of Energy, Nevada Operations Office (DOE/NV); the State of Nevada Division of Environmental Protection (NDEP); and the US Department of Defense (FFACO, 1996). The CAIP is a document that provides or references all of the specific information for investigation activities associated with Corrective Action Units (CAUs) or Corrective Action Sites (CASs). According to the FFACO (1996), CASs are sites potentially requiring corrective action(s) and may include solid waste management units or individual disposal or release sites. A CAU consists of one or more CASs grouped together based on geography, technical similarity, or agency responsibility for the purpose of determining corrective actions. This CAIP contains the environmental sample collection objectives and the criteria for conducting site investigation activities at the CAU 321 Area 22 Weather Station Fuel Storage, CAS 22-99-05 Fuel Storage Area. For purposes of this discussion, this site will be referred to as either CAU 321 or the Fuel Storage Area. The Fuel Storage Area is located in Area 22 of the Nevada Test Site (NTS). The NTS is approximately 105 kilometers (km) (65 miles[mi]) northwest of Las Vegas, Nevada (Figure 1-1) (DOE/NV, 1996a). The Fuel Storage Area (Figure 1-2) was used to store fuel and other petroleum products necessary for motorized operations at the historic Camp Desert Rock facility which was operational from 1951 to 1958 at the Nevada Test Site, Nevada. The site was dismantled after 1958 (DOE/NV, 1996a)

  6. Clean Hands Count

    Medline Plus

    Full Text Available ... has been rented. This feature is not available right now. Please try again later. Published on May ... 34 How The Clean Hands - Safe Hands System Works - Duration: 3:38. Clean Hands-Safe Hands 5, ...

  7. Perturbed Motion of Airplane and Safe Store Separation

    OpenAIRE

    S. C. Raisinghani; S. Rao

    1983-01-01

    A method is presented to predict the perturbed motion of an airplane following stores jettisoning. The mass, moment of inertia, forces, and moments acting on the airplane are suitable split into contributions from the stores and the rest of the airplane parts. The seperation of stores is assumed to result in a step change of mass, moment of intertai, forces, and moments contributed by stores. The resulting set of perturbed state equations of motion are solved for two illustrative airplane str...

  8. Control of stored product pests by ionizing radiation

    Energy Technology Data Exchange (ETDEWEB)

    Hallman, Guy J [United States Department of Agriculture, Agricultural Research Service, Weslaco, TX (United States)

    2013-01-15

    Food irradiation for prevention of food-borne illness and disinfestation of commodities of pests is increasing in a number of countries. The goal of this review is to analyze the literature and current use of irradiation to control stored product pests and suggest research to optimize its potential. Doses to prevent reproduction of stored product pests range from 0.05 kGy for Tenebrio molitor L. to 0.45 kGy for Sitotroga cereallela (Olivier). Small but increasing amounts of grains and pulses are being irradiated in the world today especially in Asia. At least 33 countries permit irradiation of some stored products with 14 countries permitting it for all stored products. Ways in which stored product irradiation research and application may influence other uses of irradiation technology are also discussed. Deactivation of weed seeds might be an area of stored product phytosanitation where irradiation would have an advantage over other measures. (author)

  9. Stored energy recovery of irradiated copper

    International Nuclear Information System (INIS)

    Richard, R.T.; Chaplin, R.L.; Coltman, R.R. Jr.; Kerchner, H.R.; Klabunde, C.E.

    1990-01-01

    The stored energy released in Stage I recovery of reactor neutron irradiated copper was measured by differential thermal analysis calorimetry for three fluences up to a maximum of 3.5 x 10 18 n/cm 2 (E>0.1 MeV) after irradiation at temperatures of less than 10 K. The dependence of the stored energy upon fluence, and a tendency toward saturation, were observed. Theoretical reaction rate processes were compared directly with the experimental rates of stored energy release, and the parameters associated with the theory were compared with results from previous resistivity measurements. Good agreement was found for several parameters, but major differences with previous D + E substage results lead to the conclusion that the point defect model may not describe materials experiencing severe neutron damage. Computer studies of warmup rates were made for first and second order and for correlated recovery processes as a function of defect concentration and of external power input. First and second order processes show definite distortion in their recovery rate curves for high defect concentrations; the correlated recovery process shows a much less pronounced effect. This investigation of stored energy used several new approaches. The use of induced radioactivity within the sample as the heating source, and the use of computer generated theoretical stored energy release curves to analyze the data were unique. (author)

  10. Proprioceptive deafferentation slows down the processing of visual hand feedback

    DEFF Research Database (Denmark)

    Balslev, Daniela; Miall, R Chris; Cole, Jonathan

    2007-01-01

    During visually guided movements both vision and proprioception inform the brain about the position of the hand, so interaction between these two modalities is presumed. Current theories suggest that this interaction occurs by sensory information from both sources being fused into a more reliable...... proprioception facilitates the processing of visual information during motor control. Subjects used a computer mouse to move a cursor to a screen target. In 28% of the trials, pseudorandomly, the cursor was rotated or the target jumped. Reaction time for the trajectory correction in response to this perturbation......, multimodal, percept of hand location. In the literature on perception, however, there is evidence that different sensory modalities interact in the allocation of attention, so that a stimulus in one modality facilitates the processing of a stimulus in a different modality. We investigated whether...

  11. Critical correction of verses from Anvari’s Divan

    Directory of Open Access Journals (Sweden)

    rahman zabihi

    2016-09-01

    Full Text Available Abstract Anvari’s Divan, a sixth century poet, is one of the precious texts in Persian literature. It was edited more than fifty years ago by Saeed Nafisi and then, once again, it was edited and published by Mohammad Taqi Modarres Razavi. Despite the attempts and great strides taken by editors, there are many shortcomings in the recording of the poems, mostly due to a lack of access to old and authentic manuscripts and defects in reading the versions. In this study, 12 verses of old odes and excerpts have been edited based on the twelve old manuscript of which five manuscript were accessed by the editors, two manuscript were accessed by the expositors, and five manuscript have been used edite the selected verses. In correcting the mentioned verses, in addition to the background of manuscripts, the reasons and evidence for precise recording of the verses have been discussed. The results, in addition to clarifying the correct form of selected verses from Anvari’s Divan and recognizing some rare cases of vocabulary and expressions as well as pointing to poet’s some images and interpretations, on the one hand reflects the unique role of the old ignored manuscripts in poem correction, and on the other hand, indicates the mistakes and errors in reading the old manuscripts used by the editors.

  12. A Methodological Approach for Testing the Viability of Seeds Stored in Short-Term Seed Banks

    Directory of Open Access Journals (Sweden)

    Jose A. FORTE GIL

    2017-12-01

    Full Text Available Efficient management of ‘active’ seed banks – specifically aimed at the short-term storage at room temperature of seeds to be used locally in conservation/regeneration programmes of endemic or endangered plant species – requires establishing the optimal storage time to maintain high seed viability, for each stored species. In this work, germination of seeds of the halophytes Thalictrum maritimum, Centaurea dracunculifolia and Linum maritimum has been investigated. The seeds had been stored for different periods of time in the seed bank of ‘La Albufera’ Natural Park (Valencia, SE Spain after collection in salt marshes of the Park, where small populations of the three species are present. Seeds of T. maritimum and C. dracunculifolia have a relatively short period of viability at room temperature, and should not be stored for more than three years. On the other hand, L. maritimum seeds maintain a high germination percentage and can be kept at room temperature for up to 10 years. T. maritimum seeds, in contrast to those of the other two species, did not germinate in in vitro tests nor when sown directly on a standard substrate, unless a pre-treatment of the seeds was applied, mechanical scarification being the most effective. These results will help to improve the management of the seed bank, to generate more efficiently new plants for reintroduction and reinforcement of populations of these species in their natural ecosystems within the Natural Park.

  13. Balancing fast-rotating parts of hand-held machine drive

    Science.gov (United States)

    Korotkov, V. S.; Sicora, E. A.; Nadeina, L. V.; Yongzheng, Wang

    2018-03-01

    The article considers the issues related to the balancing of fast rotating parts of the hand-held machine drive including a wave transmission with intermediate rolling elements, which is constructed on the basis of the single-phase collector motor with a useful power of 1 kW and a nominal rotation frequency of 15000 rpm. The forms of balancers and their location are chosen. The method of balancing is described. The scheme for determining of residual unbalance in two correction planes is presented. Measurement results are given in tables.

  14. Customers' willingness to purchase new store brands

    OpenAIRE

    Zielke, Stephan; Dobbelstein, Thomas

    2007-01-01

    Purpose – The purpose of this paper is to identify factors influencing customers’ willingness to purchase new store brands. Design/methodology/approach – The paper develops a 3 £ 3 design to investigate the impact of price and quality positioning on the willingness to purchase new store brands in five product groups. A total of 990 respondents completed a questionnaire about store brand perception, aspects of purchasing behavior and willingness to buy. Data are analyzed with analysis...

  15. Variable Thumb Moment Arm Modeling and Thumb-Tip Force Production of a Human-Like Robotic Hand.

    Science.gov (United States)

    Niehues, Taylor D; Deshpande, Ashish D

    2017-10-01

    The anatomically correct testbed (ACT) hand mechanically simulates the musculoskeletal structure of the fingers and thumb of the human hand. In this work, we analyze the muscle moment arms (MAs) and thumb-tip force vectors in the ACT thumb in order to compare the ACT thumb's mechanical structure to the human thumb. Motion data are used to determine joint angle-dependent MA models, and thumb-tip three-dimensional (3D) force vectors are experimentally analyzed when forces are applied to individual muscles. Results are presented for both a nominal ACT thumb model designed to match human MAs and an adjusted model that more closely replicates human-like thumb-tip forces. The results confirm that the ACT thumb is capable of faithfully representing human musculoskeletal structure and muscle functionality. Using the ACT hand as a physical simulation platform allows us to gain a better understanding of the underlying biomechanical and neuromuscular properties of the human hand to ultimately inform the design and control of robotic and prosthetic hands.

  16. Pressure Systems Stored-Energy Threshold Risk Analysis

    Energy Technology Data Exchange (ETDEWEB)

    Paulsen, Samuel S.

    2009-08-25

    Federal Regulation 10 CFR 851, which became effective February 2007, brought to light potential weaknesses regarding the Pressure Safety Program at the Pacific Northwest National Laboratory (PNNL). The definition of a pressure system in 10 CFR 851 does not contain a limit based upon pressure or any other criteria. Therefore, the need for a method to determine an appropriate risk-based hazard level for pressure safety was identified. The Laboratory has historically used a stored energy of 1000 lbf-ft to define a pressure hazard; however, an analytical basis for this value had not been documented. This document establishes the technical basis by evaluating the use of stored energy as an appropriate criterion to establish a pressure hazard, exploring a suitable risk threshold for pressure hazards, and reviewing the methods used to determine stored energy. The literature review and technical analysis concludes the use of stored energy as a method for determining a potential risk, the 1000 lbf-ft threshold, and the methods used by PNNL to calculate stored energy are all appropriate. Recommendations for further program improvements are also discussed

  17. (G6PD) in stored blood

    African Journals Online (AJOL)

    Red blood cell viability in stored blood determines successful transfusion. Glucose-6-phosphate dehydrogenase (G6PD) activity has been shown to maintain red blood cell membrane integrity. This study was, therefore, aimed at estimating the G6PD activity in stored blood bags at the blood bank of the University of Nigeria ...

  18. Method for storing radioactive rare gases

    International Nuclear Information System (INIS)

    Watabe, Atsushi; Nagao, Hiroyuki; Takiguchi, Yukio; Kanazawa, Toshio; Soya, Masataka.

    1975-01-01

    Object: To safely and securely store radioactive rare gases for a long period of time. Structure: The waste gases produced in nuclear power plant are cooled by a cooler and then introduced into a low temperature adsorbing device so that the gases are adsorbed by adsorbents, and then discharged into atmosphere through the purifying gas discharge line. When the radioactive rare gases reach a level of saturation in the amount of adsorption, they are heated and extracted by a suction pump and heated by a heater. The gases are then introduced into an oxygen-impurity removing device and the purified rare gases containing no oxygen and impurities are cooled by a cooler and fed into a gas holder. When the amount of radioactive rare gases stored within the gas holder reaches a given level, they are compressed and sealed by a compressure into a storing cylinder and residual gases in the piping are sucked and recovered into the gas holder, after which the cylinder is removed and stored in a fixed room. (Kamimura, M.)

  19. Walmart Experimental Store Performance Stories: Preprint

    Energy Technology Data Exchange (ETDEWEB)

    Deru, M.; Kozubal, E.; Norton, P.

    2010-08-01

    Walmart opened two experimental stores--one in Colorado and one in Texas--in 2005 to serve as test beds for several advanced building systems. Each embodied more than 50 experiments covering materials, water systems, energy systems, and renewable energy production. Walmart worked for three years with the National Renewable Energy Laboratory for the Colorado Store and Oak Ridge National Laboratory for the Texas store to monitor, analyze, and report on their performance. HVAC experiments included waste oil boilers, a microturbine/absorption chiller combined heat and power system, evaporative cooling, and a transpired solar collector. The refrigeration systems integrated a medium-temperature secondary loop, evaporatively cooled condenser, doors on medium-temperature cases, and light-emitting diodes on cases. Experiments in the lighting systems included a redesigned roof for clerestory daylighting and T-5 fluorescent lamps. Three photovoltaic systems for a total of 135 kW and a 50-kW wind turbine are also included. The energy system performance was compared to the measured performance of a prototypical Walmart store and to other benchmarks.

  20. Stingless bees (Melipona subnitida) adjust brood production rather than foraging activity in response to changes in pollen stores.

    Science.gov (United States)

    Maia-Silva, Camila; Hrncir, Michael; Imperatriz-Fonseca, Vera Lucia; Schorkopf, Dirk Louis P

    2016-10-01

    Highly eusocial bees (honey bees and stingless bees) sustain their colonies through periods of resource scarcity by food stored within the nest. The protein supply necessary for successful brood production is ensured through adjustments of the colonies' pollen foraging according to the availability of this resource in the environment. In honey bees Apis mellifera, in addition, pollen foraging is regulated through the broods' demand for this resource. Here, we investigated the influence of the colony's pollen store level on pollen foraging and brood production in stingless bees (Melipona subnitida). When pollen was added to the nests, colonies increased their brood production and reduced their pollen foraging within 24 h. On the other hand, when pollen reserves were removed, colonies significantly reduced their brood production. In strong contrast to A. mellifera; however, M. subnitida did not significantly increase its pollen foraging activity under poor pollen store conditions. This difference concerning the regulation of pollen foraging may be due to differences regarding the mechanism of brood provisioning. Honey bees progressively feed young larvae and, consequently, require a constant pollen supply. Stingless bees, by contrast, mass-provision their brood cells and temporary absence of pollen storage will not immediately result in substantial brood loss.

  1. Method of storing solidification products

    International Nuclear Information System (INIS)

    Tani, Yutaro.

    1985-01-01

    Purpose: To enable to efficiently and satisfactorily cool and store solidification products of liquid wastes generated from the reactor spent fuel reprocessing process by a simple facility. Method: Liquid wastes generated from the reactor spent fuel reprocessing process are caused to flow from the upper opening to the inside of a spherical canistor. The opening of the spherical canistor is welded with a lid by a remote control and the liquid wastes are tightly sealed within the spherical canistor as glass solidification products. Spherical canistors having the solidification products tightly sealed therein are sent into and stored in a hopper by the remote control. Further, a blower is driven upon storing to suck cooling air from the cooling air intake port to the inside of the hopper to absorb the decay heat of radioactive materials in the solidification products and the air is discharged from the duct and through the stack to the atmosphere. (Kawakami, Y.)

  2. Performance Determinants for Convenience Store Suppliers

    OpenAIRE

    Zainah Abdullah; Aznur Hajar Abdullah

    2012-01-01

    This paper examines the impact of information and communication technology (ICT) usage, internal relationship, supplier-retailer relationship, logistics services and inventory management on convenience store suppliers- performance. Data was collected from 275 convenience store managers in Malaysia using a set of questionnaire. The multiple linear regression results indicate that inventory management, supplier-retailer relationship, logistics services and internal relation...

  3. Hand biometric recognition based on fused hand geometry and vascular patterns.

    Science.gov (United States)

    Park, GiTae; Kim, Soowon

    2013-02-28

    A hand biometric authentication method based on measurements of the user's hand geometry and vascular pattern is proposed. To acquire the hand geometry, the thickness of the side view of the hand, the K-curvature with a hand-shaped chain code, the lengths and angles of the finger valleys, and the lengths and profiles of the fingers were used, and for the vascular pattern, the direction-based vascular-pattern extraction method was used, and thus, a new multimodal biometric approach is proposed. The proposed multimodal biometric system uses only one image to extract the feature points. This system can be configured for low-cost devices. Our multimodal biometric-approach hand-geometry (the side view of the hand and the back of hand) and vascular-pattern recognition method performs at the score level. The results of our study showed that the equal error rate of the proposed system was 0.06%.

  4. Apparatus and method for monitoring stored material

    International Nuclear Information System (INIS)

    Price, W.E.; Lewis, D.R.; Galloway, L.A.; Lowrey, C.B.

    1983-01-01

    Material, e.g. radioactive waste or other hazardous material, which is to be stored and monitored is placed within the innermost container of a series of nested containers and monitoring fluids are circulated in a closed loop of fluid flow through the spaces between the nested containers. Monitoring devices are used to analyse said monitoring fluids to detect leakage of the stored material from the innermost nested container and to detect the migration of external fluids into the series of nested containers. A computer based monitoring system continually checks the values of various parameters of the monitoring fluids to immediately detect and report the presence of stored material or external fluid in the monitoring fluids. The stored material may then be immediately retrieved from storage to repair leaks in the series of nested containers. (author)

  5. Common hand sanitizer may distort readings of breathalyzer tests in the absence of acute intoxication.

    Science.gov (United States)

    Ali, Syed S; Wilson, Michael P; Castillo, Edward M; Witucki, Peter; Simmons, Todd T; Vilke, Gary M

    2013-02-01

    The use of alcohol-based hand sanitizers has recently become widespread. To the authors' knowledge, no previous study has examined whether application of ethanol-based hand sanitizers by the person operating a common breathalyzer machine will affect the accuracy of the readings. This was a prospective study investigating whether the use of hand sanitizer applied according to manufacturer's recommendations (Group I), applied improperly at standard doses (Group II), or applied improperly at high doses (Group III) had an effect on breathalyzer readings of individuals who had not ingested alcohol. The participants of the prospective study were divided into three groups to assess the effect of hand sanitizer on breathalyzer readings. Group I used one pump (1.5 mL) of hand sanitizer (Purell), allowing the hands to dry per manufacturer's recommendations; Group II used one pump (1.5 mL), without allowing the hands to dry; and Group III used two pumps (3 mL), without allowing the hands to dry. Breathalyzer measures for each group are presented as medians with interquartile ranges (IQR) and ranges. Differences between each sequential group (I vs. II and II vs. III) were assessed using a Mann-Whitney U-test (p hand sanitizer may cause false-positive readings with a standard hospital breathalyzer when the operator uses the hand sanitizer correctly. The breathalyzer readings are further elevated if more sanitizer is used or if it is not allowed to dry appropriately. © 2013 by the Society for Academic Emergency Medicine.

  6. Hand Hygiene With Alcohol-Based Hand Rub: How Long Is Long Enough?

    Science.gov (United States)

    Pires, Daniela; Soule, Hervé; Bellissimo-Rodrigues, Fernando; Gayet-Ageron, Angèle; Pittet, Didier

    2017-05-01

    BACKGROUND Hand hygiene is the core element of infection prevention and control. The optimal hand-hygiene gesture, however, remains poorly defined. OBJECTIVE We aimed to evaluate the influence of hand-rubbing duration on the reduction of bacterial counts on the hands of healthcare personnel (HCP). METHODS We performed an experimental study based on the European Norm 1500. Hand rubbing was performed for 10, 15, 20, 30, 45, or 60 seconds, according to the WHO technique using 3 mL alcohol-based hand rub. Hand contamination with E. coli ATCC 10536 was followed by hand rubbing and sampling. A generalized linear mixed model with a random effect on the subject adjusted for hand size and gender was used to analyze the reduction in bacterial counts after each hand-rubbing action. In addition, hand-rubbing durations of 15 and 30 seconds were compared to assert non-inferiority (0.6 log10). RESULTS In total, 32 HCP performed 123 trials. All durations of hand rubbing led to significant reductions in bacterial counts (Phand rubbing were not significantly different from those obtained after 30 seconds. The mean bacterial reduction after 15 seconds of hand rubbing was 0.11 log10 lower (95% CI, -0.46 to 0.24) than after 30 seconds, demonstrating non-inferiority. CONCLUSIONS Hand rubbing for 15 seconds was not inferior to 30 seconds in reducing bacterial counts on hands under the described experimental conditions. There was no gain in reducing bacterial counts from hand rubbing longer than 30 seconds. Further studies are needed to assess the clinical significance of our findings. Infect Control Hosp Epidemiol 2017;38:547-552.

  7. Corrective Action Decision Document/Closure Report for Corrective Action Unit 504: 16a-Tunnel Muckpile, Nevada Test Site

    Energy Technology Data Exchange (ETDEWEB)

    NSTec Environmental Restoration

    2010-03-15

    This Corrective Action Decision Document (CADD)/Closure Report (CR) was prepared by the Defense Threat Reduction Agency (DTRA) for Corrective Action Unit (CAU) 504, 16a-Tunnel Muckpile. This CADD/CR is consistent with the requirements of the Federal Facility Agreement and Consent Order (FFACO) agreed to by the State of Nevada; U.S. Department of Energy (DOE), Environmental Management; U.S. Department of Defense; and DOE, Legacy Management. Corrective Action Unit 504 is comprised of four Corrective Action Sites (CASs): • 16-06-01, Muckpile • 16-23-01, Contaminated Burial Pit • 16-23-02, Contaminated Area • 16-99-01, Concrete Construction Waste Corrective Action Site 16-23-01 is not a burial pit; it is part of CAS 16-06-01. Therefore, there is not a separate data analysis and assessment for CAS 16-23-01; it is included as part of the assessment for CAS 16-06-01. In addition to these CASs, the channel between CAS 16-23-02 (Contaminated Area) and Mid Valley Road was investigated with walk-over radiological surveys and soil sampling using hand tools. The purpose of this CADD/CR is to provide justification and documentation supporting the recommendation for closure in place with use restrictions for CAU 504. A CADD was originally submitted for CAU 504 and approved by the Nevada Division of Environmental Protection (NDEP). However, following an agreement between NDEP, DTRA, and the DOE, National Nuclear Security Administration Nevada Site Office to change to a risk-based approach for assessing the corrective action investigation (CAI) data, NDEP agreed that the CAU could be re-evaluated using the risk-based approach and a CADD/CR prepared to close the site.

  8. Access improvement to aircraft passengers' hand luggage.

    Science.gov (United States)

    Alberda, W; Kampinga, O; Kassels, R; van Kester, R; Noriega, J; Vink, P

    2015-01-01

    Efficient use of space and passenger comfort in aircraft interiors are major issues. There is not much research available about the flying experience regarding passengers' personal belongings. The objective of this study is to explore concepts within the current aircraft seats which improve the passenger experience related to their personal belongings like wallets, mobile phones and laptops. Through on-site observations, interviews and online questionnaires, data regarding the number of personal belongings taken into the airplane and opinions about access to hand luggage were gathered. These data were used to develop different concepts to optimize the aircraft interior, which were evaluated by passengers. Almost every passenger carries a phone (88%), wallet (94%), travel documents (98%) and keys (76%) with them and they like to have these stored close by. Passengers rate the concept that provides integrated storage in the tray table of the aircraft seat the best. Extra storage possibility in the table-tray seems a promising solution according to the passengers.

  9. Hand in Hand - SEI Programmes for School Staff

    DEFF Research Database (Denmark)

    Nielsen, Birgitte Lund; Réol, Lise Andersen; Laursen, Hilmar Dyrborg

    2017-01-01

    This catalogue of research in the field of SEI programmes for the school staff’s and teachers’ SEI competencies is based on a review performed by the main researchers Birgitte Lund Nielsen, Lise Andersen Réol and Hilmar Dyrborg Laursen, VIA University College, Denmark, but discussed by the entire...... team of Hand in Hand partner countries and researchers. The aim was to identify the central aspects and elements concerning successful implementation, and school staff’s development of professional competencies in the specific field of supporting students’ social, emotional and intercultural (SEI......) competencies. Abstract: Framed by the EU-project Hand in Hand focusing on Social, Emotional and Intercultural (SEI) competencies among students and school staff, the paper discusses implementation and professional competencies based on a research review. The following five topics were identified: 1...

  10. Hand Biometric Recognition Based on Fused Hand Geometry and Vascular Patterns

    Science.gov (United States)

    Park, GiTae; Kim, Soowon

    2013-01-01

    A hand biometric authentication method based on measurements of the user's hand geometry and vascular pattern is proposed. To acquire the hand geometry, the thickness of the side view of the hand, the K-curvature with a hand-shaped chain code, the lengths and angles of the finger valleys, and the lengths and profiles of the fingers were used, and for the vascular pattern, the direction-based vascular-pattern extraction method was used, and thus, a new multimodal biometric approach is proposed. The proposed multimodal biometric system uses only one image to extract the feature points. This system can be configured for low-cost devices. Our multimodal biometric-approach hand-geometry (the side view of the hand and the back of hand) and vascular-pattern recognition method performs at the score level. The results of our study showed that the equal error rate of the proposed system was 0.06%. PMID:23449119

  11. Extension technology of store ability of spent fuel

    International Nuclear Information System (INIS)

    1991-05-01

    It is the introduction of the extension technology of store ability of spent fuel including metal store cask, transport and store cask, concrete cask, NUHOMS and MVDS. It explains of technology of recombination of spent fuel including the purpose and real application, demonstration, presumption of expense, major interesting issue and the present condition of relevant licences permit and approvals.

  12. Corrective Action Decision Document for Corrective Action Unit 204: Storage Bunkers, Nevada Test Site, Nevada, Revision 0 with ROTC 1, 2, and Errata

    Energy Technology Data Exchange (ETDEWEB)

    Wickline, Alfred

    2004-04-01

    This Corrective Action Decision Document (CADD) has been prepared for Corrective Action Unit (CAU) 204 Storage Bunkers, Nevada Test Site (NTS), Nevada, in accordance with the ''Federal Facility Agreement and Consent Order'' (FFACO) that was agreed to by the State of Nevada; U.S. Department of Energy (DOE); and the U.S. Department of Defense (FFACO, 1996). The NTS is approximately 65 miles (mi) north of Las Vegas, Nevada (Figure 1-1). The Corrective Action Sites (CASs) within CAU 204 are located in Areas 1, 2, 3, and 5 of the NTS, in Nye County, Nevada (Figure 1-2). Corrective Action Unit 204 is comprised of the six CASs identified in Table 1-1. As shown in Table 1-1, the FFACO describes four of these CASs as bunkers one as chemical exchange storage and one as a blockhouse. Subsequent investigations have identified four of these structures as instrumentation bunkers (CASs 01-34-01, 02-34-01, 03-34-01, 05-33-01), one as an explosives storage bunker (CAS 05-99-02), and one as both (CAS 05-18-02). The six bunkers included in CAU 204 were primarily used to monitor atmospheric testing or store munitions. The ''Corrective Action Investigation Plan (CAIP) for Corrective Action Unit 204: Storage Bunkers, Nevada Test Site, Nevada'' (NNSA/NV, 2002a) provides information relating to the history, planning, and scope of the investigation; therefore, it will not be repeated in this CADD. This CADD identifies potential corrective action alternatives and provides a rationale for the selection of a recommended corrective action alternative for each CAS within CAU 204. The evaluation of corrective action alternatives is based on process knowledge and the results of investigative activities conducted in accordance with the CAIP (NNSA/NV, 2002a) that was approved prior to the start of the Corrective Action Investigation (CAI). Record of Technical Change (ROTC) No. 1 to the CAIP (approval pending) documents changes to the preliminary action levels

  13. Streamlined approach for environmental restoration work plan for Corrective Action Unit 126: Closure of aboveground storage tanks, Nevada Test Site, Nevada. Revision 1

    International Nuclear Information System (INIS)

    1998-07-01

    This plan addresses the closure of several aboveground storage tanks in Area 25 of the Nevada Test Site. The unit is currently identified as Corrective Action Unit 126 in the Federal Facility Agreement and Consent Order and is listed as having six Corrective Action Sites. This plan addresses the Streamlined Approach for Environmental Restoration closure for five of the six sites. Four of the CASs are located at the Engine Test Stand complex and one is located in the Central Support Area. The sites consist of aboveground tanks, two of which were used to store diesel fuel and one stored Nalcool (an antifreeze mixture). The remaining tanks were used as part of a water demineralization process and stored either sulfuric acid or sodium hydroxide, and one was used as a charcoal adsorption furnace. Closure will be completed by removal of the associated piping, tank supports and tanks using a front end loader, backhoe, and/or crane. When possible, the tanks will be salvaged as scrap metal. The piping that is not removed will be sealed using a cement grout

  14. A key region in the human parietal cortex for processing proprioceptive hand feedback during reaching movements

    DEFF Research Database (Denmark)

    Reichenbach, Alexandra; Thielscher, Axel; Peer, Angelika

    2014-01-01

    of proprioceptive-only and of multi-sensory information about hand position when reaching for a visual target. TMS over two distinct stimulation sites elicited differential effects: TMS applied over the posterior part of the medial intraparietal sulcus (mIPS) compromised reaching accuracy when proprioception...... was the only sensory information available for correcting the reaching error. When visual feedback of the hand was available, TMS over the anterior intraparietal sulcus (aIPS) prolonged reaching time. Our results show for the first time the causal involvement of the posterior mIPS in processing proprioceptive...

  15. HANDS: a tool for genome-wide discovery of subgenome-specific base-identity in polyploids.

    KAUST Repository

    Mithani, Aziz; Belfield, Eric J; Brown, Carly; Jiang, Caifu; Leach, Lindsey J; Harberd, Nicholas P

    2013-01-01

    The analysis of polyploid genomes is problematic because homeologous subgenome sequences are closely related. This relatedness makes it difficult to assign individual sequences to the specific subgenome from which they are derived, and hinders the development of polyploid whole genome assemblies.We here present a next-generation sequencing (NGS)-based approach for assignment of subgenome-specific base-identity at sites containing homeolog-specific polymorphisms (HSPs): 'HSP base Assignment using NGS data through Diploid Similarity' (HANDS). We show that HANDS correctly predicts subgenome-specific base-identity at >90% of assayed HSPs in the hexaploid bread wheat (Triticum aestivum) transcriptome, thus providing a substantial increase in accuracy versus previous methods for homeolog-specific base assignment.We conclude that HANDS enables rapid and accurate genome-wide discovery of homeolog-specific base-identity, a capability having multiple applications in polyploid genomics.

  16. HANDS: a tool for genome-wide discovery of subgenome-specific base-identity in polyploids.

    KAUST Repository

    Mithani, Aziz

    2013-09-24

    The analysis of polyploid genomes is problematic because homeologous subgenome sequences are closely related. This relatedness makes it difficult to assign individual sequences to the specific subgenome from which they are derived, and hinders the development of polyploid whole genome assemblies.We here present a next-generation sequencing (NGS)-based approach for assignment of subgenome-specific base-identity at sites containing homeolog-specific polymorphisms (HSPs): \\'HSP base Assignment using NGS data through Diploid Similarity\\' (HANDS). We show that HANDS correctly predicts subgenome-specific base-identity at >90% of assayed HSPs in the hexaploid bread wheat (Triticum aestivum) transcriptome, thus providing a substantial increase in accuracy versus previous methods for homeolog-specific base assignment.We conclude that HANDS enables rapid and accurate genome-wide discovery of homeolog-specific base-identity, a capability having multiple applications in polyploid genomics.

  17. Guideline Implementation: Hand Hygiene.

    Science.gov (United States)

    Goldberg, Judith L

    2017-02-01

    Performing proper hand hygiene and surgical hand antisepsis is essential to reducing the rates of health care-associated infections, including surgical site infections. The updated AORN "Guideline for hand hygiene" provides guidance on hand hygiene and surgical hand antisepsis, the wearing of fingernail polish and artificial nails, proper skin care to prevent dermatitis, the wearing of jewelry, hand hygiene product selection, and quality assurance and performance improvement considerations. This article focuses on key points of the guideline to help perioperative personnel make informed decisions about hand hygiene and surgical hand antisepsis. The key points address the necessity of keeping fingernails and skin healthy, not wearing jewelry on the hands or wrists in the perioperative area, properly performing hand hygiene and surgical hand antisepsis, and involving patients and visitors in hand hygiene initiatives. Perioperative RNs should review the complete guideline for additional information and for guidance when writing and updating policies and procedures. Copyright © 2017 AORN, Inc. Published by Elsevier Inc. All rights reserved.

  18. Peranan Store Atmosphere Dalam Meningkatkan Keputusan Pembelian

    Directory of Open Access Journals (Sweden)

    Rennyta Yusiana

    2017-04-01

    ABSTRACT Bandung is a destination for domestic and foreign tourists with culinary goals. There are many restaurants and cafes offering a variety of culinary tastes, ranging from culinary archipelago to abroad. Nowadays consumers are attracted to the restaurant and cafe with a different atmosphere. One of them is the Hummingbird Eatery which implementing store homey atmosphere, with the cozy interior and dominated by furniture made of wood. Atmosphere is an important factor for consumers in choosing where to dine and relax. Cozy atmosphere with unique decor and creative appeal to a restaurant that makes consumers visit. This study aims to determine consumer response regarding the role of Store Atmosphere in increasing consumer purchasing decisions. This type of research is descriptive and quantitative, using 100 samples. Data collection techniques used were questionnaires, observations, interviews, and literature studies. This study uses SPSS V.22 and simple linear regression. The results of this study indicate that the general interior becomes a major consideration as a benefit for consumers in making purchasing decisions apart from other sub variables store atmosphere. Managers can prioritize managing general interior more effectively, because consumers prefer it in the store atmosphere. Keywords: Store Atmosphere, Purchase Decision

  19. Ownership and Agency of an Independent Supernumerary Hand Induced by an Imitation Brain-Computer Interface.

    Science.gov (United States)

    Bashford, Luke; Mehring, Carsten

    2016-01-01

    To study body ownership and control, illusions that elicit these feelings in non-body objects are widely used. Classically introduced with the Rubber Hand Illusion, these illusions have been replicated more recently in virtual reality and by using brain-computer interfaces. Traditionally these illusions investigate the replacement of a body part by an artificial counterpart, however as brain-computer interface research develops it offers us the possibility to explore the case where non-body objects are controlled in addition to movements of our own limbs. Therefore we propose a new illusion designed to test the feeling of ownership and control of an independent supernumerary hand. Subjects are under the impression they control a virtual reality hand via a brain-computer interface, but in reality there is no causal connection between brain activity and virtual hand movement but correct movements are observed with 80% probability. These imitation brain-computer interface trials are interspersed with movements in both the subjects' real hands, which are in view throughout the experiment. We show that subjects develop strong feelings of ownership and control over the third hand, despite only receiving visual feedback with no causal link to the actual brain signals. Our illusion is crucially different from previously reported studies as we demonstrate independent ownership and control of the third hand without loss of ownership in the real hands.

  20. Design variables and constraints in fashion store design processes

    DEFF Research Database (Denmark)

    Haug, Anders; Borch Münster, Mia

    2015-01-01

    is to identify the most important store design variables, organise these variables into categories, understand the design constraints between categories, and determine the most influential stakeholders. Design/methodology/approach: – Based on a discussion of existing literature, the paper defines a framework...... into categories, provides an understanding of constraints between categories of variables, and identifies the most influential stakeholders. The paper demonstrates that the fashion store design task can be understood through a system perspective, implying that the store design task becomes a matter of defining......Purpose: – Several frameworks of retail store environment variables exist, but as shown by this paper, they are not particularly well-suited for supporting fashion store design processes. Thus, in order to provide an improved understanding of fashion store design, the purpose of this paper...

  1. 16-channel analog store and multiplexer unit

    Energy Technology Data Exchange (ETDEWEB)

    Brossard, M; Kulka, Z [Clermont-Ferrand-2 Univ., 63 - Aubiere (France). Lab. de Physique Corpusculaire

    1979-03-15

    A 16-channel analog store and multiplexer unit is described. The unit enables storing and selection of analog information which is then digitally encoded by single ADC. This solution becomes economically attractive particularly in multidetector pulse height analysis systems.

  2. Kinect-based sign language recognition of static and dynamic hand movements

    Science.gov (United States)

    Dalawis, Rando C.; Olayao, Kenneth Deniel R.; Ramos, Evan Geoffrey I.; Samonte, Mary Jane C.

    2017-02-01

    A different approach of sign language recognition of static and dynamic hand movements was developed in this study using normalized correlation algorithm. The goal of this research was to translate fingerspelling sign language into text using MATLAB and Microsoft Kinect. Digital input image captured by Kinect devices are matched from template samples stored in a database. This Human Computer Interaction (HCI) prototype was developed to help people with communication disability to express their thoughts with ease. Frame segmentation and feature extraction was used to give meaning to the captured images. Sequential and random testing was used to test both static and dynamic fingerspelling gestures. The researchers explained some factors they encountered causing some misclassification of signs.

  3. Correcting a fundamental error in greenhouse gas accounting related to bioenergy

    International Nuclear Information System (INIS)

    Haberl, Helmut; Sprinz, Detlef; Bonazountas, Marc; Cocco, Pierluigi; Desaubies, Yves; Henze, Mogens; Hertel, Ole; Johnson, Richard K.; Kastrup, Ulrike; Laconte, Pierre; Lange, Eckart; Novak, Peter; Paavola, Jouni; Reenberg, Anette; Hove, Sybille van den

    2012-01-01

    Many international policies encourage a switch from fossil fuels to bioenergy based on the premise that its use would not result in carbon accumulation in the atmosphere. Frequently cited bioenergy goals would at least double the present global human use of plant material, the production of which already requires the dedication of roughly 75% of vegetated lands and more than 70% of water withdrawals. However, burning biomass for energy provision increases the amount of carbon in the air just like burning coal, oil or gas if harvesting the biomass decreases the amount of carbon stored in plants and soils, or reduces carbon sequestration. Neglecting this fact results in an accounting error that could be corrected by considering that only the use of ‘additional biomass’ – biomass from additional plant growth or biomass that would decompose rapidly if not used for bioenergy – can reduce carbon emissions. Failure to correct this accounting flaw will likely have substantial adverse consequences. The article presents recommendations for correcting greenhouse gas accounts related to bioenergy.

  4. Correcting a fundamental error in greenhouse gas accounting related to bioenergy.

    Science.gov (United States)

    Haberl, Helmut; Sprinz, Detlef; Bonazountas, Marc; Cocco, Pierluigi; Desaubies, Yves; Henze, Mogens; Hertel, Ole; Johnson, Richard K; Kastrup, Ulrike; Laconte, Pierre; Lange, Eckart; Novak, Peter; Paavola, Jouni; Reenberg, Anette; van den Hove, Sybille; Vermeire, Theo; Wadhams, Peter; Searchinger, Timothy

    2012-06-01

    Many international policies encourage a switch from fossil fuels to bioenergy based on the premise that its use would not result in carbon accumulation in the atmosphere. Frequently cited bioenergy goals would at least double the present global human use of plant material, the production of which already requires the dedication of roughly 75% of vegetated lands and more than 70% of water withdrawals. However, burning biomass for energy provision increases the amount of carbon in the air just like burning coal, oil or gas if harvesting the biomass decreases the amount of carbon stored in plants and soils, or reduces carbon sequestration. Neglecting this fact results in an accounting error that could be corrected by considering that only the use of 'additional biomass' - biomass from additional plant growth or biomass that would decompose rapidly if not used for bioenergy - can reduce carbon emissions. Failure to correct this accounting flaw will likely have substantial adverse consequences. The article presents recommendations for correcting greenhouse gas accounts related to bioenergy.

  5. Inspections of Hand Washing Supplies and Hand Sanitizer in Public Schools

    Science.gov (United States)

    Ramos, Mary M.; Blea, Mary; Trujillo, Rebecca; Greenberg, Cynthia

    2010-01-01

    Hand washing and hand antisepsis are proven infection control measures in the school setting, yet barriers such as lack of soap, paper towels, and hand sanitizer can hinder compliance. This pilot study measured the prevalence of hand cleaning supplies in public schools. Ten school districts (93 schools) participated in school nurse inspections. In…

  6. Effects of Ionizing Radiation on Surface Infesting Microbes of Stored Grain

    International Nuclear Information System (INIS)

    Maity, J.P.; Chanda, S.; Chakraborty, A.; Santra, S.C.

    2005-09-01

    Spoilage of nutritional value of stored grains and seeds by the surface-infesting microbes, especially those producing mycotoxins, has been a worldwide economic problem. In this perspective our present work aims at probing into the potential of gamma rays to reduce the microbial infestation on stored grain surface and additionally to focus differential radiation sensitivity, if any, of the different fungi in response to gradient of gamma exposure. Co-60 source at 250 C emitting gamma rays at 1173 and 1332 keV energy (0.12 kGy/h) was used in the range of 0.5-6 kGy (absorbed dose) for irradiating some common stored seeds in India namely rice (Oryza sativa. Cv-2233 and Oryza sativa. Cv-Shankar), Bengal gram (Cicer arietinum. Cv-local), wheat (Triticum aestivum) and Mung (Phaseolus mungo). Gamma irradiation results in dose-dependent delay in colony formation and growth inhibition of the fungi on the seed surface. Differential rate of depletion was noted for different fungi. Effective absorbed dose for depletion of Alternaria sp., Aspergillus sp was 1 to 2 kGy while that for Tricoderma sp., Curvularia sp was 0.5-1 kGy. Complete inhibition of all the selected fungi was found above 2.5 kGy. Germinating potential of the irradiated grains remained unaffected upto an absorbed dose of 2kGy while their respective nutritional value in terms of protein and carbohydrate content was not significantly altered. Higher doses of exposure however, documented delayed seed germination. Colony forming ability (CFA) of the exposed fungi documented significant variation between fungi attached to the seed surface and that when isolated from the host. Alternaria sp, Aspergillus sp or Curvularia sp exhibited total inhibition of CFA at a much lower dose (1-3 kGy) in isolated conditions than that when seed attached (>4kGy). On the other hand Trichoderma sp expressed a different trend revealing more sensitivity in seed attached condition. Such differential response possibly reflects species

  7. Implementation of Cascade Gamma and Positron Range Corrections for I-124 Small Animal PET

    Science.gov (United States)

    Harzmann, S.; Braun, F.; Zakhnini, A.; Weber, W. A.; Pietrzyk, U.; Mix, M.

    2014-02-01

    Small animal Positron Emission Tomography (PET) should provide accurate quantification of regional radiotracer concentrations and high spatial resolution. This is challenging for non-pure positron emitters with high positron endpoint energies, such as I-124: On the one hand the cascade gammas emitted from this isotope can produce coincidence events with the 511 keV annihilation photons leading to quantification errors. On the other hand the long range of the high energy positron degrades spatial resolution. This paper presents the implementation of a comprehensive correction technique for both of these effects. The established corrections include a modified sinogram-based tail-fitting approach to correct for scatter, random and cascade gamma coincidences and a compensation for resolution degradation effects during the image reconstruction. Resolution losses were compensated for by an iterative algorithm which incorporates a convolution kernel derived from line source measurements for the microPET Focus 120 system. The entire processing chain for these corrections was implemented, whereas previous work has only addressed parts of this process. Monte Carlo simulations with GATE and measurements of mice with the microPET Focus 120 show that the proposed method reduces absolute quantification errors on average to 2.6% compared to 15.6% for the ordinary Maximum Likelihood Expectation Maximization algorithm. Furthermore resolution was improved in the order of 11-29% depending on the number of convolution iterations. In summary, a comprehensive, fast and robust algorithm for the correction of small animal PET studies with I-124 was developed which improves quantitative accuracy and spatial resolution.

  8. Setup of a novel biofeedback prototype for sensorimotor control of the hand and preliminary application in patients with peripheral nerve injuries.

    Science.gov (United States)

    Chiu, Haw-Yen; Hsu, Hsiu-Yun; Su, Fong-Chin; Jou, I-Ming; Lin, Cheng-Feng; Kuo, Li-Chieh

    2013-02-01

    Biofeedback training is widely used for rehabilitative intervention in patients with central or peripheral nervous impairment to train correct movement patterns; however, no biofeedback apparatus is currently available to correct pinch force ratios for patients with sensory deficiencies. A cross-sectional and longitudinal design was used in an observational measurement study for establishing a prototype and to determine the effects of biofeedback intervention, respectively. This study aimed to develop a computerized evaluation and re-education biofeedback (CERB) prototype for application in clinical settings. A CERB prototype was developed integrating pinch apparatus hardware, a biofeedback user-controlled interface, and a data processing/analysis interface to detect momentary pinch performances in 79 people with normal hand sensation. Nine patients with hand sensory impairments were recruited to investigate the effects of training hand function with the CERB prototype. Hand dominance, pinch pattern, and age significantly affected the peak pinch force and force ratio for lifting a 480-g object with a steel surface. In the case of the 79 volunteers with normal hand sensation, hand dominance affected the time lag between peak pinch force and maximum load; however, it was unaffected by pinch pattern or age. Training with the CERB prototype produced significant improvements in force ratio and better performance in the pin insertion subtests, although the results for both 2-point discriminative and Semmes-Weinstein monofilament tests did not change significantly. The intervention findings are preliminary. This study developed a conjunct system suited for evaluating and restoring sensorimotor function for patients with impaired hand sensibility. The results from the participants with normal hand sensation could serve as a reference database for comparison with patients with nerve injuries.

  9. Effect of hand sanitizer location on hand hygiene compliance.

    Science.gov (United States)

    Cure, Laila; Van Enk, Richard

    2015-09-01

    Hand hygiene is the most important intervention to prevent infection in hospitals. Health care workers should clean their hands at least before and after contact with patients. Hand sanitizer dispensers are important to support hand hygiene because they can be made available throughout hospital units. The aim of this study was to determine whether the usability of sanitizer dispensers correlates with compliance of staff in using the sanitizer in a hospital. This study took place in a Midwest, 404-bed, private, nonprofit community hospital with 15 inpatient care units in addition to several ambulatory units. The usability and standardization of sanitizers in 12 participating inpatient units were evaluated. The hospital measured compliance of staff with hand hygiene as part of their quality improvement program. Data from 2010-2012 were analyzed to measure the relationship between compliance and usability using mixed-effects logistic regression models. The total usability score (P = .0046), visibility (P = .003), and accessibility of the sanitizer on entrance to the patient room (P = .00055) were statistically associated with higher observed compliance rates. Standardization alone showed no significant impact on observed compliance (P = .37). Hand hygiene compliance can be influenced by visibility and accessibility of dispensers. The sanitizer location should be part of multifaceted interventions to improve hand hygiene. Copyright © 2015 Association for Professionals in Infection Control and Epidemiology, Inc. Published by Elsevier Inc. All rights reserved.

  10. Storing empty calories and chronic disease risk: snack-food products, nutritive content, and manufacturers in Philadelphia corner stores.

    Science.gov (United States)

    Lucan, Sean C; Karpyn, Allison; Sherman, Sandy

    2010-05-01

    Corner stores are part of the urban food environment that may contribute to obesity and diet-related diseases, particularly for low-income and minority children. The snack foods available in corner stores may be a particularly important aspect of an urban child's food environment. Unfortunately, there is little data on exactly what snack foods corner stores stock, or where these foods come from. We evaluated snack foods in 17 Philadelphia corner stores, located in three ethnically distinct, low-income school neighborhoods. We recorded the manufacturer, calories, fat, sugar, and sodium for all snack items, excluding candy and prepared foods. We then compared the nutritive content of assessed snack items to established dietary recommendations and a school nutrition standard. In total, stores stocked 452 kinds of snacks, with only 15% of items common between all three neighborhoods. Total and unique snacks and snack food manufacturers varied by neighborhood, but distributions in snack type varied negligibly: overall, there were no fruit snacks, no vegetable snacks, and only 3.6% of all snacks (by liberal definition) were whole grain. The remainder (96.4% of snacks) was highly processed foods. Five of 65 manufacturers supplied 73.4% of all kinds of snack foods. Depending on serving size definition, 80.0-91.5% of snack foods were "unhealthy" (by the school nutrition standard), including seven of 11 wholegrain products. A single snack item could supply 6-14% of a day's recommended calories, fat, sugar, and sodium on average (or 56-169% at the extreme) for a "typical" child. We conclude that corner store snack food inventories are almost entirely unhealthful, and we discuss possible implications and next steps for research and intervention.

  11. Whole-brain functional magnetic resonance imaging of human brain during voluntary movements of dominant and subdominant hands

    International Nuclear Information System (INIS)

    Yu Wei; Yan Zixu; Ma Xiaohai; Zhang Zhaoqi; Lin Chongyu; Zang Yufeng; Weng Xuchu

    2003-01-01

    Objective: To identify the neural substrates of voluntary movements of dominant and subdominant hands by using the whole-brain functional magnetic resonance imaging. Methods: Seven right-handed healthy volunteers were scanned at a Sonata 1.5 Tesla magnetic resonance imaging scanner (Siemens) while they were performing the visually instructive movement tasks with their right and left index fingers. Image data were co-registered to correct head motion, spatially normalized according to the standard coordinates, and spatially smoothed with isotopic Guassian Kernel. Statistical parametric maps (activation maps) for right and left hands were generated respectively by cross-correlation analysis. Results: Voluntary movements of the right/dominant hand mainly activated contralateral primary motor cortex (MI), bilateral supplementary motor area (SMA), bilateral second motor area (MII), and ipsilateral cerebellum, whereas movements of the left/subdominant hand additionally elicited activation in contralateral premotor area (PMC). Moreover, activation volumes in SMA and MII during movements of the subdominant hand were significantly larger than those during movements of the dominant hand. Conclusion: A large set of structures in the cerebral cortex and cerebellum is involved in voluntary movements, as revealed by whole brain-based fMRI. Movements of the subdominant hand are more dependent on higher control areas, such as SMA and PMC, comparing to movements of the dominant hand

  12. [A case with apraxia of tool use: selective inability to form a hand posture for a tool].

    Science.gov (United States)

    Hayakawa, Yuko; Fujii, Toshikatsu; Yamadori, Atsushi; Meguro, Kenichi; Suzuki, Kyoko

    2015-03-01

    Impaired tool use is recognized as a symptom of ideational apraxia. While many studies have focused on difficulties in producing gestures as a whole, using tools involves several steps; these include forming hand postures appropriate for the use of certain tool, selecting objects or body parts to act on, and producing gestures. In previously reported cases, both producing and recognizing hand postures were impaired. Here we report the first case showing a selective impairment of forming hand postures appropriate for tools with preserved recognition of the required hand postures. A 24-year-old, right-handed man was admitted to hospital because of sensory impairment of the right side of the body, mild aphasia, and impaired tool use due to left parietal subcortical hemorrhage. His ability to make symbolic gestures, copy finger postures, and orient his hand to pass a slit was well preserved. Semantic knowledge for tools and hand postures was also intact. He could flawlessly select the correct hand postures in recognition tasks. He only demonstrated difficulties in forming a hand posture appropriate for a tool. Once he properly grasped a tool by trial and error, he could use it without hesitation. These observations suggest that each step of tool use should be thoroughly examined in patients with ideational apraxia.

  13. Higher magnetic field multipoles generated by superconductor magnetization within a set of nested superconducting correction coils

    International Nuclear Information System (INIS)

    Green, M.A.

    1990-01-01

    Correction elements in colliding beam accelerators such as the Superconducting Super Collider (SSC) can be the source of undesirable higher magnetic field multipoles due to magnetization of the superconductor within the corrector. Quadrupole and sextupole correctors located within the main dipole will produce sextupole and decapole due to magnetization of the superconductor within the correction coils. Lumped nested correction coils can produce a large number of skew and normal magnetization multipoles which may have an adverse effect on a stored beam at injection into a high energy colliding beam machine such as the SSC. Multipole magnetization field components have been measured within the HERA storage ring dipole magnets. Calculations of these components using the SCMAG04 code, which agree substantially with the measured multipoles, are presented in the report. As a result, in the proposed continuous correction winding for the SSC, dipoles have been replaced with lumped correction elements every six dipole magnets (about 120 meters apart). Nested lumped correction elements will also produce undesirable higher magnetization multipoles. This report shows a method by which the higher multipole generated by nested correction elements can be identified. (author)

  14. Conditional load and store in a shared memory

    Science.gov (United States)

    Blumrich, Matthias A; Ohmacht, Martin

    2015-02-03

    A method, system and computer program product for implementing load-reserve and store-conditional instructions in a multi-processor computing system. The computing system includes a multitude of processor units and a shared memory cache, and each of the processor units has access to the memory cache. In one embodiment, the method comprises providing the memory cache with a series of reservation registers, and storing in these registers addresses reserved in the memory cache for the processor units as a result of issuing load-reserve requests. In this embodiment, when one of the processor units makes a request to store data in the memory cache using a store-conditional request, the reservation registers are checked to determine if an address in the memory cache is reserved for that processor unit. If an address in the memory cache is reserved for that processor, the data are stored at this address.

  15. Point-of-Sale E-cigarette Advertising Among Tobacco Stores.

    Science.gov (United States)

    Wan, Neng; Siahpush, Mohammad; Shaikh, Raees A; McCarthy, Molly; Ramos, Athena; Correa, Antonia

    2017-12-01

    The marketing expenditure and sale of e-cigarettes increased sharply in the United States in recent years. However, little is known about neighborhood characteristics of point-of-sale (POS) e-cigarette advertising among tobacco stores. The purpose of this study was to examine socio-demographic characteristics of POS e-cigarette advertising among tobacco stores in the Omaha metropolitan area of Nebraska, USA. Between April and June 2014, trained fieldworkers completed marketing audits of all stores that sell tobacco (n = 463) in the Omaha metropolitan area and collected comprehensive e-cigarette advertising data of these stores. Based on the auditing information, we categorized tobacco stores based on e-cigarette advertising status. Logistic regression was used to examine the association between neighborhood socio-demographic factors and e-cigarette advertising among tobacco stores. 251 (54.2%) of the 463 tobacco stores had e-cigarette advertisements. We found that neighborhoods of stores with POS e-cigarette advertising had higher per capita income (p advertising. There were negative associations between e-cigarette advertising and number of adolescents or number of middle/high school students. After adjusting for covariates, only percentage of non-Hispanic Whites remained a significant factor for e-cigarette advertising. POS e-cigarette advertising among tobacco stores is related with neighborhood socioeconomic and demographic characteristics. Future studies are needed to understand how these characteristics are related with e-cigarette purchasing and e-cigarette prevalence among social groups.

  16. Die Sprache der Hande zu den Handen sprechen (Talking the Language of the Hands to the Hands). DB-LINK.

    Science.gov (United States)

    Miles, Barbara

    This paper examines the importance of hands for the person who is deafblind, reviews hand development, and identifies specific teaching skills that facilitate hand development and expressiveness in persons who are deafblind. It notes that the hands of a deafblind individual serve not only as tools but also as sense organs (to compensate for their…

  17. Hand hygiene strategies

    OpenAIRE

    Yazaji, Eskandar Alex

    2011-01-01

    Hand hygiene is one of the major players in preventing healthcare associated infections. However, healthcare workers compliance with hand hygiene continues to be a challenge. This article will address strategies to help improving hand hygiene compliance. Keywords: hand hygiene; healthcare associated infections; multidisciplinary program; system change; accountability; education; feedback(Published: 18 July 2011)Citation: Journal of Community Hospital Internal Medicine Perspectives 2011, 1: 72...

  18. Correction

    DEFF Research Database (Denmark)

    Pinkevych, Mykola; Cromer, Deborah; Tolstrup, Martin

    2016-01-01

    [This corrects the article DOI: 10.1371/journal.ppat.1005000.][This corrects the article DOI: 10.1371/journal.ppat.1005740.][This corrects the article DOI: 10.1371/journal.ppat.1005679.].......[This corrects the article DOI: 10.1371/journal.ppat.1005000.][This corrects the article DOI: 10.1371/journal.ppat.1005740.][This corrects the article DOI: 10.1371/journal.ppat.1005679.]....

  19. ON-LINE NONLINEAR CHROMATICITY CORRECTION USING OFF-MOMENTUM TUNE RESPONSE MATRIX

    International Nuclear Information System (INIS)

    LUO, Y.; FISCHER, W.; MALISKY, N.; TEPIKIAN, S.; TROBJEVIC, D.

    2007-01-01

    In this article, we propose a method for the online nonlinear chromaticity correction at store in the Relativistic Heavy Ion Collider (RHIC). With 8 arc sextupole families in each RHIC ring, the nonlinear chromaticities can be minimized online by matching the off-momentum tunes onto the wanted tunes given by the linear chromaticities. The Newton method is used for this multi-dimensional nonlinear optimization, where the off-momentum tune response matrix with respect to sextupole strength changes is adopted. The off-momentum tune response matrix can be calculated with the online accelerator optics model or directly measured with the real beam. In this article, the correction algorithm for the RHIC is presented. Simulations are also carried out to verify the method. The preliminary results from the beam experiments taken place in the RHIC 2007 Au run are reviewed

  20. The human hand as an inspiration for robot hand development

    CERN Document Server

    Santos, Veronica

    2014-01-01

    “The Human Hand as an Inspiration for Robot Hand Development” presents an edited collection of authoritative contributions in the area of robot hands. The results described in the volume are expected to lead to more robust, dependable, and inexpensive distributed systems such as those endowed with complex and advanced sensing, actuation, computation, and communication capabilities. The twenty-four chapters discuss the field of robotic grasping and manipulation viewed in light of the human hand’s capabilities and push the state-of-the-art in robot hand design and control. Topics discussed include human hand biomechanics, neural control, sensory feedback and perception, and robotic grasp and manipulation. This book will be useful for researchers from diverse areas such as robotics, biomechanics, neuroscience, and anthropologists.

  1. Understanding Consumers' In-store Visual Perception

    DEFF Research Database (Denmark)

    Clement, Jesper; Kristensen, Tore; Grønhaug, Kjell

    2013-01-01

    It is widely accepted that the human brain has limited capacity for perceptual stimuli and consumers'' visual attention, when searching for a particular product or brand in a grocery store, should then be limited by the boundaries of their own perceptual capacity. In this exploratory study, we...... examine the relationship between abundant in-store stimuli and limited human perceptual capacity. Specifically, we test the influence of package design features on visual attention. Data was collected through two eye-tracking experiments, one in a grocery store using wireless eye-tracking equipment......, and another in a lab setting. Findings show that consumers have fragmented visual attention during grocery shopping, and that their visual attention is simultaneously influenced and disrupted by the shelf display. Physical design features such as shape and contrast dominate the initial phase of searching...

  2. Development and reliability testing of a food store observation form.

    Science.gov (United States)

    Rimkus, Leah; Powell, Lisa M; Zenk, Shannon N; Han, Euna; Ohri-Vachaspati, Punam; Pugach, Oksana; Barker, Dianne C; Resnick, Elissa A; Quinn, Christopher M; Myllyluoma, Jaana; Chaloupka, Frank J

    2013-01-01

    To develop a reliable food store observational data collection instrument to be used for measuring product availability, pricing, and promotion. Observational data collection. A total of 120 food stores (26 supermarkets, 34 grocery stores, 54 gas/convenience stores, and 6 mass merchandise stores) in the Chicago metropolitan statistical area. Inter-rater reliability for product availability, pricing, and promotion measures on a food store observational data collection instrument. Cohen's kappa coefficient and proportion of overall agreement for dichotomous variables and intra-class correlation coefficient for continuous variables. Inter-rater reliability, as measured by average kappa coefficient, was 0.84 for food and beverage product availability measures, 0.80 for interior store characteristics, and 0.70 for exterior store characteristics. For continuous measures, average intra-class correlation coefficient was 0.82 for product pricing measures; 0.90 for counts of fresh, frozen, and canned fruit and vegetable options; and 0.85 for counts of advertisements on the store exterior and property. The vast majority of measures demonstrated substantial or almost perfect agreement. Although some items may require revision, results suggest that the instrument may be used to reliably measure the food store environment. Copyright © 2013 Society for Nutrition Education and Behavior. Published by Elsevier Inc. All rights reserved.

  3. Crosstalk corrections for improved energy resolution with highly segmented HPGe-detectors

    International Nuclear Information System (INIS)

    Bruyneel, Bart; Reiter, Peter; Wiens, Andreas; Eberth, Juergen; Hess, Herbert; Pascovici, Gheorghe; Warr, Nigel; Aydin, Sezgin; Bazzacco, Dino; Recchia, Francesco

    2009-01-01

    Crosstalk effects of 36-fold segmented, large volume AGATA HPGe detectors cause shifts in the γ-ray energy measured by the inner core and outer segments as function of segment multiplicity. The positions of the segment sum energy peaks vary approximately linearly with increasing segment multiplicity. The resolution of these peaks deteriorates also linearly as a function of segment multiplicity. Based on single event treatment, two methods were developed in the AGATA Collaboration to correct for the crosstalk induced effects by employing a linear transformation. The matrix elements are deduced from coincidence measurements of γ-rays of various energies as recorded with digital electronics. A very efficient way to determine the matrix elements is obtained by measuring the base line shifts of untriggered segments using γ-ray detection events in which energy is deposited in a single segment. A second approach is based on measuring segment energy values for γ-ray interaction events in which energy is deposited in only two segments. After performing crosstalk corrections, the investigated detector shows a good fit between the core energy and the segment sum energy at all multiplicities and an improved energy resolution of the segment sum energy peaks. The corrected core energy resolution equals the segment sum energy resolution which is superior at all folds compared to the individual uncorrected energy resolutions. This is achieved by combining the two independent energy measurements with the core contact on the one hand and the segment contacts on the other hand.

  4. Consumers' store choice behavior for fresh food

    NARCIS (Netherlands)

    Meulenberg, M.T.G.; Trijp, van J.C.M.

    1991-01-01

    Consumers' preference for fresh food stores is analyzed. In particular the choice between supermarkets and specialized shops for purchasing fresh food is analyzed. Attention is given to the factors influencing this choice. For this purpose a number of research questions with respect to store choice

  5. Combination of biased forecasts: Bias correction or bias based weights?

    OpenAIRE

    Wenzel, Thomas

    1999-01-01

    Most of the literature on combination of forecasts deals with the assumption of unbiased individual forecasts. Here, we consider the case of biased forecasts and discuss two different combination techniques resulting in an unbiased forecast. On the one hand we correct the individual forecasts, and on the other we calculate bias based weights. A simulation study gives some insight in the situations where we should use the different methods.

  6. Constraint Study for a Hand Exoskeleton: Human Hand Kinematics and Dynamics

    Directory of Open Access Journals (Sweden)

    Fai Chen Chen

    2013-01-01

    Full Text Available In the last few years, the number of projects studying the human hand from the robotic point of view has increased rapidly, due to the growing interest in academic and industrial applications. Nevertheless, the complexity of the human hand given its large number of degrees of freedom (DoF within a significantly reduced space requires an exhaustive analysis, before proposing any applications. The aim of this paper is to provide a complete summary of the kinematic and dynamic characteristics of the human hand as a preliminary step towards the development of hand devices such as prosthetic/robotic hands and exoskeletons imitating the human hand shape and functionality. A collection of data and constraints relevant to hand movements is presented, and the direct and inverse kinematics are solved for all the fingers as well as the dynamics; anthropometric data and dynamics equations allow performing simulations to understand the behavior of the finger.

  7. Robbery characteristics and employee injuries in convenience stores.

    Science.gov (United States)

    Faulkner, K A; Landsittel, D P; Hendricks, S A

    2001-12-01

    Each year approximately 30,000 convenience store employees are at risk for injuries related to robberies and many are fatal. A prospective cohort study of 460 convenience store robberies from 1 February 1995 to 30 September 1996 was conducted to uncover possible associations between injury and pertinent robbery circumstances and work environments. Data collection sources included police reports, employee interviews, store evaluations, and relevant Census data. Rate ratios and correlation statistics were calculated to identify associations with injury and relationships between variables. Injury risk was strongly associated with the following characteristics: employee resistance, robberies without firearms or money taken, daytime and merchandise robberies, stores with limited escape routes and no cash policy or drop safe, older clerks, and surrounding areas with lower valued buildings, less expensive rent, more vacant structures, and younger residents. Numerous intercorrelations between these characteristics were identified. Training opportunities, store procedures, and environmental designs are important factors to consider in reducing robbery-related injuries. Published 2001 Wiley-Liss, Inc

  8. Partitioned key-value store with atomic memory operations

    Energy Technology Data Exchange (ETDEWEB)

    Bent, John M.; Faibish, Sorin; Grider, Gary

    2017-02-07

    A partitioned key-value store is provided that supports atomic memory operations. A server performs a memory operation in a partitioned key-value store by receiving a request from an application for at least one atomic memory operation, the atomic memory operation comprising a memory address identifier; and, in response to the atomic memory operation, performing one or more of (i) reading a client-side memory location identified by the memory address identifier and storing one or more key-value pairs from the client-side memory location in a local key-value store of the server; and (ii) obtaining one or more key-value pairs from the local key-value store of the server and writing the obtained one or more key-value pairs into the client-side memory location identified by the memory address identifier. The server can perform functions obtained from a client-side memory location and return a result to the client using one or more of the atomic memory operations.

  9. Decisive Visual Saliency and Consumers' In-store Decisions

    DEFF Research Database (Denmark)

    Clement, Jesper; Aastrup, Jesper; Forsberg, Signe Charlotte

    2015-01-01

    This paper focuses on consumers' in-store visual tactics and decision-making. It has been argued that many consumers shop by routine or by simple rules and justification techniques when they purchase daily commodities. It has also been argued that they make a majority of decisions in the shop......, and that they are affected by the visual stimuli in the store. The objective for this paper is to investigate the visual saliency from two factors: 1) in-store signage and 2) placement of products. This is done by a triangulation method where we utilize data from an eye-track study and sales data from grocery stores....... The first study takes place in laboratory settings with a simulated purchase situation, and the second research design builds on manipulated in-store settings and data from real purchases. We found optimal placement of two comparable goods (branded good and private label) to increase visual attention...

  10. HandTutor™ enhanced hand rehabilitation after stroke--a pilot study.

    Science.gov (United States)

    Carmeli, Eli; Peleg, Sara; Bartur, Gadi; Elbo, Enbal; Vatine, Jean-Jacques

    2011-12-01

    This study assessed the potential therapeutic benefi t of using HandTutor™ in combination with traditional rehabilitation in a post-stroke sub-acute population. The study compares an experimental group receiving traditional therapy combined with HandTutorTM treatment, against a control group receiving only traditional therapy. An assessor-blinded, randomized controlled pilot trial, was conducted in the Reuth rehabilitation unit in Israel. Thirty-one stroke patients in the sub-acute phase, were randomly assigned to one of the two groups (experimental or control) in sets of three. The experimental group (n = 16) underwent a hand rehabilitation programme using the HandTutorTM combined with traditional therapy. The control group (n = 15) received only traditional therapy. The treatment schedules for both groups were of similar duration and frequency. Improvements were evaluated using three indicators: 1) The Brunnström-Fugl-Meyer (FM) test, 2) the Box and Blocks (B&B) test and 3) improvement parameters as determined by the HandTutorTM software. Following 15 consecutive treatment sessions, a signifi cant improvement was observed within the experimental group (95% confi dence intervals) compared with the control group: B&B p = 0.015; FM p = 0.041, HandTutor™ performance accuracy on x axis and performance accuracy on y axis p stroke hand function rehabilitation.

  11. 3D DOCUMENTATION AND DATA MANAGEMENT IN THE DAZU THOUSAND-HAND BODHISATTVA STATUE IN CHINA

    Directory of Open Access Journals (Sweden)

    M. L. Hou

    2016-06-01

    Full Text Available Recently different types 3D data of many cultural heritage are collected, however, how to store and manage these data problem. This paper presents a new solution regarding cultural 3D information fine reconstruction and data management based on 3D modeling. These data were stored with the file system and database, which improved the efficiency of data retrieval; on this basis, hyper-fine 3D models of cultural relics were established. Fine 3D information model based on this method can be used for 3D statistics, virtual restoration and change detection, etc. It can provide a scientific basis for the field of conservation and restoration of cultural relics, but can also provide a reference for fine 3D reconstruction to be applied to other cultural relics. Finally, the Dazu Thousand-hand Bodhisattva has been taken as an example, which verified the feasibility and effectiveness of the program.

  12. The Avocado Hand

    LENUS (Irish Health Repository)

    Rahmani, G

    2017-11-01

    Accidental self-inflicted knife injuries to digits are a common cause of tendon and nerve injury requiring hand surgery. There has been an apparent increase in avocado related hand injuries. Classically, the patients hold the avocado in their non-dominant hand while using a knife to cut\\/peel the fruit with their dominant hand. The mechanism of injury is usually a stabbing injury to the non-dominant hand as the knife slips past the stone, through the soft avocado fruit. Despite their apparent increased incidence, we could not find any cases in the literature which describe the “avocado hand”. We present a case of a 32-year-old woman who sustained a significant hand injury while preparing an avocado. She required exploration and repair of a digital nerve under regional anaesthesia and has since made a full recovery.

  13. Double nerve intraneural interface implant on a human amputee for robotic hand control.

    Science.gov (United States)

    Rossini, Paolo M; Micera, Silvestro; Benvenuto, Antonella; Carpaneto, Jacopo; Cavallo, Giuseppe; Citi, Luca; Cipriani, Christian; Denaro, Luca; Denaro, Vincenzo; Di Pino, Giovanni; Ferreri, Florinda; Guglielmelli, Eugenio; Hoffmann, Klaus-Peter; Raspopovic, Stanisa; Rigosa, Jacopo; Rossini, Luca; Tombini, Mario; Dario, Paolo

    2010-05-01

    The principle underlying this project is that, despite nervous reorganization following upper limb amputation, original pathways and CNS relays partially maintain their function and can be exploited for interfacing prostheses. Aim of this study is to evaluate a novel peripheral intraneural multielectrode for multi-movement prosthesis control and for sensory feed-back, while assessing cortical reorganization following the re-acquired stream of data. Four intrafascicular longitudinal flexible multielectrodes (tf-LIFE4) were implanted in the median and ulnar nerves of an amputee; they reliably recorded output signals for 4 weeks. Artificial intelligence classifiers were used off-line to analyse LIFE signals recorded during three distinct hand movements under voluntary order. Real-time control of motor output was achieved for the three actions. When applied off-line artificial intelligence reached >85% real-time correct classification of trials. Moreover, different types of current stimulation were determined to allow reproducible and localized hand/fingers sensations. Cortical organization was observed via TMS in parallel with partial resolution of symptoms due to the phantom-limb syndrome (PLS). tf-LIFE4s recorded output signals in human nerves for 4 weeks, though the efficacy of sensory stimulation decayed after 10 days. Recording from a number of fibres permitted a high percentage of distinct actions to be classified correctly. Reversal of plastic changes and alleviation of PLS represent corollary findings of potential therapeutic benefit. This study represents a breakthrough in robotic hand use in amputees. Copyright 2010 International Federation of Clinical Neurophysiology. Published by Elsevier Ireland Ltd. All rights reserved.

  14. Efficient orbit integration by manifold correction methods.

    Science.gov (United States)

    Fukushima, Toshio

    2005-12-01

    Triggered by a desire to investigate, numerically, the planetary precession through a long-term numerical integration of the solar system, we developed a new formulation of numerical integration of orbital motion named manifold correct on methods. The main trick is to rigorously retain the consistency of physical relations, such as the orbital energy, the orbital angular momentum, or the Laplace integral, of a binary subsystem. This maintenance is done by applying a correction to the integrated variables at each integration step. Typical methods of correction are certain geometric transformations, such as spatial scaling and spatial rotation, which are commonly used in the comparison of reference frames, or mathematically reasonable operations, such as modularization of angle variables into the standard domain [-pi, pi). The form of the manifold correction methods finally evolved are the orbital longitude methods, which enable us to conduct an extremely precise integration of orbital motions. In unperturbed orbits, the integration errors are suppressed at the machine epsilon level for an indefinitely long period. In perturbed cases, on the other hand, the errors initially grow in proportion to the square root of time and then increase more rapidly, the onset of which depends on the type and magnitude of the perturbations. This feature is also realized for highly eccentric orbits by applying the same idea as used in KS-regularization. In particular, the introduction of time elements greatly enhances the performance of numerical integration of KS-regularized orbits, whether the scaling is applied or not.

  15. 41 CFR 109-27.5006 - Stores catalogs.

    Science.gov (United States)

    2010-07-01

    ... 41 Public Contracts and Property Management 3 2010-07-01 2010-07-01 false Stores catalogs. 109-27.5006 Section 109-27.5006 Public Contracts and Property Management Federal Property Management...-INVENTORY MANAGEMENT 27.50-Inventory Management Policies, Procedures, and Guidelines § 109-27.5006 Stores...

  16. Designing pharmacy services based on grocery store patron preferences.

    Science.gov (United States)

    Lindstrom, Nicolette S Raya; Casper, Kristin A; Green, Tara R; Pedersen, Craig A

    2007-01-01

    To assess preferences of grocery store patrons concerning pharmacy services and identify study participant characteristics that may predict the success of pharmacy services in the community setting. Self-administered survey. Central Ohio from December 16, 2005, to January 12, 2006. 163 grocery store patrons. Eight grocery store survey events. Responses to survey items about (1) perceived importance of 28 pharmacy services, (2) identification of the 3 most important services, (3) frequency of grocery store and pharmacy use, (4) preferred methods of advertising pharmacy services, and (5) socioeconomic demographics. Preferred services delineated by various demographics also were analyzed. A total of 163 surveys were returned from study participants. Nine services appeared in both the top 12 overall preferred services and the 12 highest-ranked services. Statistically significant differences were observed among services ranked as important or very important by age, race, employment, income, caregiver status, and prescription drug coverage status. The three advertising tools selected most frequently included: weekly grocery store ads (68.6%), in-store signs (51.0%), and flyers attached to prescription bags (36.0%). Grocery store patrons would like a wide range of nontraditional pharmacy services that could be implemented into community pharmacies. Pharmacies in grocery stores need to provide both traditional and expanded pharmacy services to meet the desires and expectations of current and potential patients, and expanded marketing methods should be considered.

  17. Explaining Online Purchase Intentions: A Multi-Channel Store Image Perspective

    OpenAIRE

    Dolen, van, Willemijn; Verhagen, Tibert

    2007-01-01

    This study is one of the few empirical works addressing the impact of offline and online store impressions on consumer online purchase intentions. Building upon the literature on store image and consumer online purchasing, we propose positive effects of online store image and suggest mixed influences of offline store image perceptions. Drawing on a sample of 630 customers of one of the largest music retail stores in the Netherlands, hypotheses are tested. The empirical results clearly support...

  18. Consistent calculation of the polarization electric dipole moment by the shell-correction method

    International Nuclear Information System (INIS)

    Denisov, V.Yu.

    1992-01-01

    Macroscopic calculations of the polarization electric dipole moment which arises in nuclei with an octupole deformation are discussed in detail. This dipole moment is shown to depend on the position of the center of gravity. The conditions of consistency of the radii of the proton and neutron potentials and the radii of the proton and neutron surfaces, respectively, are discussed. These conditions must be incorporated in a shell-correction calculation of this dipole moment. A correct calculation of this moment by the shell-correction method is carried out. Dipole transitions between (on the one hand) levels belonging to an octupole vibrational band and (on the other) the ground state in rare-earth nuclei with a large quadrupole deformation are studied. 19 refs., 3 figs

  19. Saturne II: characteristics of the proton beam, field qualities and corrections, acceleration of the polarized protons

    International Nuclear Information System (INIS)

    Laclare, J.-L.

    1978-01-01

    Indicated specifications of Saturne II are summed up: performance of the injection system, quality of the guidance field (magnetic measurements and multipolar corrections), transverse and longitudinal instabilities, characteristics of the beam stored in the machine and of the extracted beam. The problem of depolarization along the acceleration cycle is briefly discussed (1 or 2% between injection and 3 GeV) [fr

  20. Ability of Hand Hygiene Interventions Using Alcohol-Based Hand Sanitizers and Soap To Reduce Microbial Load on Farmworker Hands Soiled during Harvest.

    Science.gov (United States)

    de Aceituno, Anna Fabiszewski; Bartz, Faith E; Hodge, Domonique Watson; Shumaker, David J; Grubb, James E; Arbogast, James W; Dávila-Aviña, Jorgé; Venegas, Fabiola; Heredia, Norma; García, Santos; Leon, Juan S

    2015-11-01

    Effective hand hygiene is essential to prevent the spread of pathogens on produce farms and reduce foodborne illness. The U.S. Food and Drug Administration Food Safety Modernization Act Proposed Rule for Produce Safety recommends the use of soap and running water for hand hygiene of produce handlers. The use of alcohol-based hand sanitizer (ABHS) may be an effective alternative hygiene intervention where access to water is limited. There are no published data on the efficacy of either soap or ABHS-based interventions to reduce microbial contamination in agricultural settings. The goal of this study was to assess the ability of two soap-based (traditional or pumice) and two ABHS-based (label-use or two-step) hygiene interventions to reduce microbes (coliforms, Escherichia coli, and Enterococcus spp.) and soil (absorbance of hand rinsate at 600 nm [A600]) on farmworker hands after harvesting produce, compared with the results for a no-hand-hygiene control. With no hand hygiene, farmworker hands were soiled (median A600, 0.48) and had high concentrations of coliforms (geometric mean, 3.4 log CFU per hand) and Enterococcus spp. (geometric mean, 5.3 log CFU per hand) after 1 to 2 h of harvesting tomatoes. Differences in microbial loads in comparison to the loads in the control group varied by indicator organism and hygiene intervention (0 to 2.3 log CFU per hand). All interventions yielded lower concentrations of Enterococcus spp. and E. coli (P hands (P hand washing with soap at reducing indicator organisms on farmworker hands. Based on these results, ABHS is an efficacious hand hygiene solution for produce handlers, even on soiled hands.

  1. Hand Therapy

    Science.gov (United States)

    ... from conditions such as carpal tunnel syndrome and tennis elbow , as well as from chronic problems such as ... Tools Advice from a Certified Hand Therapist on Tennis Elbow Advice from a Certified Hand Therapist: Living with( ...

  2. Hand fractures: A study of their site and type in childhood

    International Nuclear Information System (INIS)

    Rajesh, Arumugam; Basu, Avi K.; Vaidhyanath, Ramachandran; Finlay, David

    2001-01-01

    AIM: The purpose of the study was to document the site and type of fractures of the hand in children up to 16 years of age. MATERIALS AND METHODS: The radiographs of 280 children who were found to have a fracture in Accident and Emergency over a one-year period were reviewed. A total of 293 fractures of the hand and 3 distal interphalangeal joint dislocations without fracture were identified. There were 293 fractures as some children had more than one fracture. RESULTS: Distal tuft fractures were commonest in the 0 to 4-year age-group; fractures of distal phalanx (both transverse and tuft) in the 5 to 8-year age-group; transverse fractures of the proximal phalanx of little finger in the 9 to 12-year age-group and transverse fractures of neck of the fifth metacarpal in the 13 to 16-year age-groups. CONCLUSION: Hand fractures are more common in older children, with a male preponderance in most groups except in the 0-4 age-group. The site of injury is different in the various corresponding age-groups, reflecting the differing mechanisms of injury. The management of hand fractures rely on a correct diagnosis and a knowledge of their common site in each age-group should aid diagnosis. Rajesh, A. et al. (2001)

  3. A four-dimensional virtual hand brain-machine interface using active dimension selection.

    Science.gov (United States)

    Rouse, Adam G

    2016-06-01

    Brain-machine interfaces (BMI) traditionally rely on a fixed, linear transformation from neural signals to an output state-space. In this study, the assumption that a BMI must control a fixed, orthogonal basis set was challenged and a novel active dimension selection (ADS) decoder was explored. ADS utilizes a two stage decoder by using neural signals to both (i) select an active dimension being controlled and (ii) control the velocity along the selected dimension. ADS decoding was tested in a monkey using 16 single units from premotor and primary motor cortex to successfully control a virtual hand avatar to move to eight different postures. Following training with the ADS decoder to control 2, 3, and then 4 dimensions, each emulating a grasp shape of the hand, performance reached 93% correct with a bit rate of 2.4 bits s(-1) for eight targets. Selection of eight targets using ADS control was more efficient, as measured by bit rate, than either full four-dimensional control or computer assisted one-dimensional control. ADS decoding allows a user to quickly and efficiently select different hand postures. This novel decoding scheme represents a potential method to reduce the complexity of high-dimension BMI control of the hand.

  4. NASA Armstrong's Approach to Store Separation Analysis

    Science.gov (United States)

    Acuff, Chris; Bui, Trong

    2015-01-01

    Presentation will an overview of NASA Armstrong's store separation capabilities and how they have been applied recently. Objective of the presentation is to brief Generation Orbit and other potential partners on NASA Armstrong's store separation capabilities. It will include discussions on the use of NAVSEP and Cart3D, as well as some Python scripting work to perform the analysis, and a short overview of this methodology applied to the Towed Glider Air Launch System. Collaboration with potential customers in this area could lead to funding for the further development of a store separation capability at NASA Armstrong, which would boost the portfolio of engineering expertise at the center.

  5. Knowledge, Attitudes, and Practices Study on Hand Hygiene Among Imam Hossein Hospital’s Residents in 2013

    Science.gov (United States)

    Nabavi, Mahmoud; Alavi-Moghaddam, Mostafa; Gachkar, Latif; Moeinian, Mohammad

    2015-01-01

    Background: Hand hygiene is considered one of the most important infection control measures for preventing health care-associated infections. Although the techniques involved in hand hygiene are simple, compliance with hand hygiene recommendations is poor worldwide. Objectives: We sought to perform a knowledge, attitudes, and practices (KAP) study on hand hygiene among medical residents at Imam Hossein hospital, Tehran, Iran. Patients and Methods: This cross-sectional KAP study was conducted among medical residents in Imam Hossein hospital, Iran, 2013. All medical residents from different wards were invited to participate in this study (270 in total). The world health organization questionnaires and an observational checklist were used to collect data. The χ2 test and the Fisher exact test were utilized to analyze the qualitative variables. Since the quantitative variables had no normal distribution, the Mann-Whitney test and the Kruskal-Wallis method were employed. A P value hand hygiene, and only 20.16% (n = 25) managed to identify the correct answer. Moreover, 3.1% (n = 8) of the residents adhered to the 8 standard steps, 12.1% (n = 31) washed their hands for 20 - 30 seconds, and only 2 residents observed the sequences of hand hygiene. Additionally, none of the residents performed hand washing with available means (water and hand-washing liquid) in the morning visit hours. Conclusions: Concerning hand hygiene, the residents had moderate knowledge but overall poor attitudes and practices. The present study underscores the need for further improvement in the existing training programs to address the gaps in KAP regarding hand hygiene. PMID:26568858

  6. High Performance Experiment Data Archiving with gStore

    Energy Technology Data Exchange (ETDEWEB)

    Goeringer, H; Feyerabend, M; Sedykh, S [GSI Helmholtzzentrum fuer Schwerionenforschung - Center for Heavy Ion Research Planckstr. 1, D-64291 Darmstadt (Germany)

    2012-12-13

    GSI in Darmstadt (Germany) is a center for heavy ion research. It hosts an Alice Tier2 center and is the home of the future FAIR facility. The planned data rates of the largest FAIR experiments, CBM and Panda, will be similar to those of the current LHC experiments at Cern. gStore is a hierarchical storage system with unique name space and successfully in operation since more than fifteen years. Its core consists of several tape libraries and currently {approx}20 data mover nodes connected within a SAN network. The gStore clients transfer data via fast socket connections from/to the disk cache of the data movers ({approx}200 TByte currently). Each data mover has also a high speed connection to the GSI lustre file system ({approx}3 PByte data capacity currently). The overall bandwidth between gStore (disk cache or tape) and lustre amounts to 5 GByte/s and will be duplicated in 2012. In the near future the lustre HSM functionality will be implemented with gStore. Each tape drive is accessible from any data mover, fully transparent to the users. The tapes and libraries are managed by commercial software (IBM Tivoli Storage Manager TSM), whereas the disk cache management and the TSM and user interfaces are provided by GSI software. This provides the flexibility needed to tailor gStore according to the always developing requirements of the GSI and FAIR user communities. For Alice users all gStore data are worldwide accessible via Alice grid software. Data streams from running experiments at GSI (up to 500 MByte/s) are written via sockets from the event builders to gStore write cache for migration to tape. In parallel the data are also copied to lustre for online evaluation and monitoring. As all features related to tapes and libraries are handled by TSM gStore is practically completely hardware independent. Additionally, according to the design principles gStore is fully scalable in data capacity and I/O bandwidth. Therefore we are optimistic to fulfill also the

  7. High Performance Experiment Data Archiving with gStore

    International Nuclear Information System (INIS)

    Goeringer, H; Feyerabend, M; Sedykh, S

    2012-01-01

    GSI in Darmstadt (Germany) is a center for heavy ion research. It hosts an Alice Tier2 center and is the home of the future FAIR facility. The planned data rates of the largest FAIR experiments, CBM and Panda, will be similar to those of the current LHC experiments at Cern. gStore is a hierarchical storage system with unique name space and successfully in operation since more than fifteen years. Its core consists of several tape libraries and currently ∼20 data mover nodes connected within a SAN network. The gStore clients transfer data via fast socket connections from/to the disk cache of the data movers (∼200 TByte currently). Each data mover has also a high speed connection to the GSI lustre file system (∼3 PByte data capacity currently). The overall bandwidth between gStore (disk cache or tape) and lustre amounts to 5 GByte/s and will be duplicated in 2012. In the near future the lustre HSM functionality will be implemented with gStore. Each tape drive is accessible from any data mover, fully transparent to the users. The tapes and libraries are managed by commercial software (IBM Tivoli Storage Manager TSM), whereas the disk cache management and the TSM and user interfaces are provided by GSI software. This provides the flexibility needed to tailor gStore according to the always developing requirements of the GSI and FAIR user communities. For Alice users all gStore data are worldwide accessible via Alice grid software. Data streams from running experiments at GSI (up to 500 MByte/s) are written via sockets from the event builders to gStore write cache for migration to tape. In parallel the data are also copied to lustre for online evaluation and monitoring. As all features related to tapes and libraries are handled by TSM gStore is practically completely hardware independent. Additionally, according to the design principles gStore is fully scalable in data capacity and I/O bandwidth. Therefore we are optimistic to fulfill also the dramatically increased

  8. Radioactive waste management and spent nuclear fuel storing. Options and priorities

    International Nuclear Information System (INIS)

    Popescu, Ion

    2001-01-01

    As a member of the states' club using nuclear energy for peaceful applications, Romania approaches all the activities implied by natural uranium nuclear fuel cycle, beginning with uranium mining and ending with electric energy generation. Since, in all steps of the nuclear fuel cycle radioactive wastes are resulting, in order to protect the environment and the life, the correct and competent radioactive waste management is compulsory. Such a management implies: a. Separating the radioisotopes in all the effluences released into environment; b. Treating separately the radioisotopes to be each properly stored; c. Conditioning waste within resistant matrices ensuring long term isolation of the radioactive waste destined to final disposal; d. Building radioactive waste repositories with characteristics of isolation guaranteed for long periods of time. To comply with the provisions of the International Convention concerning the safety of the spent nuclear fuel and radioactive waste management, signed on 5 September 1997, Romania launched its program 'Management of Radioactive Wastes and Dry Storing of Spent Nuclear Fuel' having the following objectives: 1. Establishing the technology package for treating and conditioning the low and medium active waste from Cernavoda NPP to prepare them for final disposal; 2. Geophysical and geochemical investigations of the site chosen for the low and medium active final disposal (DFDSMA); 3. Evaluating the impact on environment and population of the DFDSMA; 4. Providing data necessary in the dry intermediate storing of spent nuclear fuel and the continuous and automated surveillance; 5. Establishing multiple barriers for spent nuclear fuel final disposal in order to establish the repository in granitic rocks and salt massives; 6. Designing and testing containers for final disposal of spent nuclear fuel guaranteeing the isolation over at least 500 years; 7. Computational programs for evaluation of radionuclide leakage in environment in

  9. [Organization and technology in the grocery store sector].

    Science.gov (United States)

    Gambetti, Edy

    2014-01-01

    In Italy, grocery stores develop an annual turnover of 92 billion of , (data referred to 2013) and have 28.232 stores spread over a commercial area of 17.224.000 m2. The business involved are 252, linked with 30 important distribution leader companies. The total workforce is about 280.000 people. The grocery stores structure is composed by suppliers and producers warehouses and different kinds of stores (hypermarkets, supermarkets, shops and discounts). In the stores, the technological progress concerns fundamentally back-office operations; the improvement of information and computer science is the main renewal source. Other tasks as receiving goods and stocking shelves are still executed without specific inovations. In terms of organization, we observed a strong increase of part-time workers, the development of atypical contract and thie inclination to contract the easiest jobs (for example, stocking shelves). Also the warehouses often use to sub-contract the picking tasks. The increase of on-line shopping, also concerning the groceries, represents the most relevant evolution in tire near future.

  10. Around the Corner to Better Health: A Milwaukee Corner Store Initiative.

    Science.gov (United States)

    Young, Staci; DeNomie, Melissa; Sabir, JoAnne; Gass, Eric; Tobin, Jessie

    2017-01-01

    To discuss successes and challenges of a collaborative pilot project to increase healthy food availability in corner stores in Milwaukee, Wisconsin. The Lindsay Heights Healthy Corner Store Initiative aimed to help corner stores sell high-quality produce by increasing supply of healthy foods and funding minor store upgrades to facilitate change. Evaluation research. Milwaukee, Wisconsin. Corner stores; youth and adult community members. (1) Supporting businesses in purchasing equipment to stock fresh produce, (2) connecting stores with produce sources, and (3) community outreach and marketing. Partnership capacity, youth engagement in food justice, and community members' usage of corner stores. Qualitative analysis; descriptive statistics. Storeowners reported more sold produce items per week and increased noticeable fresh produce upon entrance into the store. There was increased or improved store redesign, fresh produce signage, in-store cooking demonstrations, and small business development resources. Youth learned about new vegetables, increased kitchen skills and proper food storage, and the effects of obesity on overall health. Similar interventions must address infrastructure costs, cooperation with property owners, and local policies and regulations affecting business practices.

  11. Intermittently-visual Tracking Experiments Reveal the Roles of Error-correction and Predictive Mechanisms in the Human Visual-motor Control System

    Science.gov (United States)

    Hayashi, Yoshikatsu; Tamura, Yurie; Sase, Kazuya; Sugawara, Ken; Sawada, Yasuji

    Prediction mechanism is necessary for human visual motion to compensate a delay of sensory-motor system. In a previous study, “proactive control” was discussed as one example of predictive function of human beings, in which motion of hands preceded the virtual moving target in visual tracking experiments. To study the roles of the positional-error correction mechanism and the prediction mechanism, we carried out an intermittently-visual tracking experiment where a circular orbit is segmented into the target-visible regions and the target-invisible regions. Main results found in this research were following. A rhythmic component appeared in the tracer velocity when the target velocity was relatively high. The period of the rhythm in the brain obtained from environmental stimuli is shortened more than 10%. The shortening of the period of rhythm in the brain accelerates the hand motion as soon as the visual information is cut-off, and causes the precedence of hand motion to the target motion. Although the precedence of the hand in the blind region is reset by the environmental information when the target enters the visible region, the hand motion precedes the target in average when the predictive mechanism dominates the error-corrective mechanism.

  12. [Influence of different lighting levels at workstations with video display terminals on operators' work efficiency].

    Science.gov (United States)

    Janosik, Elzbieta; Grzesik, Jan

    2003-01-01

    The aim of this work was to evaluate the influence of different lighting levels at workstations with video display terminals (VDTs) on the course of the operators' visual work, and to determine the optimal levels of lighting at VDT workstations. For two kinds of job (entry of figures from a typescript and edition of the text displayed on the screen), the work capacity, the degree of the visual strain and the operators' subjective symptoms were determined for four lighting levels (200, 300, 500 and 750 lx). It was found that the work at VDT workstations may overload the visual system and cause eyes complaints as well as the reduction of accommodation or convergence strength. It was also noted that the edition of the text displayed on the screen is more burdening for operators than the entry of figures from a typescript. Moreover, the examination results showed that the lighting at VDT workstations should be higher than 200 lx and that 300 lx makes the work conditions most comfortable during the entry of figures from a typescript, and 500 lx during the edition of the text displayed on the screen.

  13. Torness delay is storing up trouble

    International Nuclear Information System (INIS)

    Cavenagh, Andrew.

    1994-01-01

    A recent decision by the Scottish Office to delay planning permission for the construction of a 50 million dry store for spent nuclear fuel at Torness Power Station is proving frustrating and inexplicable to many in the nuclear industry. The possible reasons for this apparent about face in government policy on spent fuel management are debated and the economic ramifications of the decision for British Nuclear Fuels Limited (BNFL), if the store were to go ahead, are outlined. (UK)

  14. A general dead-time correction method based on live-time stamping. Application to the measurement of short-lived radionuclides.

    Science.gov (United States)

    Chauvenet, B; Bobin, C; Bouchard, J

    2017-12-01

    Dead-time correction formulae are established in the general case of superimposed non-homogeneous Poisson processes. Based on the same principles as conventional live-timed counting, this method exploits the additional information made available using digital signal processing systems, and especially the possibility to store the time stamps of live-time intervals. No approximation needs to be made to obtain those formulae. Estimates of the variances of corrected rates are also presented. This method is applied to the activity measurement of short-lived radionuclides. Copyright © 2017 Elsevier Ltd. All rights reserved.

  15. Method of storing fissile mateiral

    International Nuclear Information System (INIS)

    Onoshita, Toshio; Ishitobi, Masuhiro

    1989-01-01

    Upon storing nuclear fissile materials in a storing building, vessels packed with fissile materials are inserted into a containing chamber divided with partition walls comprising neutron absorbers and neutron moderators. Thus, released neutrons permeating the vessel are moderated by the neutron moderators and then absorbed by the neutron absorbers. Accordingly, the neutron absorbing effect by the neutron absorbers is improved, and irradiation of neutrons released from one of vessels to the other of vessels can be suppressed. Accordingly, it is possible to shorten the distance between the vessels in a contained state as much as possible, while securing the critical safety, to improve the containing density during storage. (T.M.)

  16. In a demanding task, three-handed manipulation is preferred to two-handed manipulation.

    Science.gov (United States)

    Abdi, Elahe; Burdet, Etienne; Bouri, Mohamed; Himidan, Sharifa; Bleuler, Hannes

    2016-02-25

    Equipped with a third hand under their direct control, surgeons may be able to perform certain surgical interventions alone; this would reduce the need for a human assistant and related coordination difficulties. However, does human performance improve with three hands compared to two hands? To evaluate this possibility, we carried out a behavioural study on the performance of naive adults catching objects with three virtual hands controlled by their two hands and right foot. The subjects could successfully control the virtual hands in a few trials. With this control strategy, the workspace of the hands was inversely correlated with the task velocity. The comparison of performance between the three and two hands control revealed no significant difference of success in catching falling objects and in average effort during the tasks. Subjects preferred the three handed control strategy, found it easier, with less physical and mental burden. Although the coordination of the foot with the natural hands increased trial after trial, about two minutes of practice was not sufficient to develop a sense of ownership towards the third arm.

  17. Shaktismen - hinduismens store gudindetradition

    DEFF Research Database (Denmark)

    Olesen, Bjarne Wernicke

    2008-01-01

    Artiklen giver en introduktion til shaktismen - hinduismens store gudindetradition. Den ser på de vigtigste gudinder, begreber, traditioner og forestillinger, ligesom den giver et vue over forskningssituationen. Shaktismens opståen i sin klassiske form, dens hovedretninger, virkelighedsforståelse...

  18. Characteristics of antigravity spontaneous movements in preterm infants up to 3 months of corrected age.

    Science.gov (United States)

    Miyagishima, Saori; Asaka, Tadayoshi; Kamatsuka, Kaori; Kozuka, Naoki; Kobayashi, Masaki; Igarashi, Risa; Hori, Tsukasa; Yoto, Yuko; Tsutsumi, Hiroyuki

    2016-08-01

    We investigated whether spontaneous antigravity limbs movements in very low birth weight preterm infants were insufficient compared to those in term infants. The relationship between the quality of general movements (GMs) and antigravity limbs movements was also examined. Preterm infants with very low birth weight without central nervous system disorders nor severe respiration disorders, and healthy term infants were recruited. The infants were set in a supine position. The distance between both hands and between both feet, and the height of both hands and feet from the floor were recorded at 1-3 corrected months for preterm infants, and at 1-3 months for term infants by a 3D motion capture system. The measurements were adjusted for body proportions. GMs in preterm and term infants were assessed similarly. Thirteen preterm and 15 term infants completed the study. In preterm infants, the distance between both hands and between both feet were longer, and the height of both hands and feet were lower than those in term infants in all measurements. In term infants, the height of both hands and feet increased as they developed, but no change was observed in preterm infants. In preterm infants with abnormal GMs, the distance between both hands was longer, and the height of both hands and feet was lower than that in those with normal GMs. There were no such differences between preterm infants with normal GMs and term infants with normal GMs. Antigravity limbs movements in preterm infants within the first 3 month of corrected age were insufficient compared with those in term infants. Furthermore, no improvement with development was observed in preterm infants. In addition, preterm infants with abnormal GMs showed worse antigravity limbs movements than preterm and term infants with normal GMs. The preterm infants with normal GMs could behave similar to the full term infants. Copyright © 2016 Elsevier Inc. All rights reserved.

  19. Modelling impulsive factors for electronics and restaurant coupons’ e-store display

    Science.gov (United States)

    Ariningsih, P. K.; Nainggolan, M.; Sandy, I. A.

    2018-04-01

    In many times, the increment of e-store visitors does not followed by sales increment. Most purchases through e-commerce are impulsive buying, however only small amount of study is available to understand impulsive factors of e-store display. This paper suggests a preliminary concept on understanding the impulsive factors in Electronics and Restaurant Coupons e-store display, which are two among few popular group products sold through e-commerce. By conducting literature study and survey, 31 attributes were identified as impulsive factors in electronics e-store display and 20 attributes were identified as impulsive factors for restaurant coupon e-store. The attributes were then grouped into comprehensive impulsive factors by factor analysis. Each group of impulsive attributes were generated into 3 factors. Accessibility Factors and Trust Factors appeared for each group products. The other factors are Internal Factors for electronics e-store and Marketing factors for restaurant coupons e-store. Structural Equation Model of the impulsive factors was developed for each type of e-store, which stated the covariance between Trust Factors and Accessibility Factors. Based on preliminary model, Internal Factor and Trust Factor are influencing impulsive buying in electronics store. Special factor for electronics e-store is Internal Factor, while for restaurant coupons e-store is Marketing Factor.

  20. A graph edit dictionary for correcting errors in roof topology graphs reconstructed from point clouds

    Science.gov (United States)

    Xiong, B.; Oude Elberink, S.; Vosselman, G.

    2014-07-01

    In the task of 3D building model reconstruction from point clouds we face the problem of recovering a roof topology graph in the presence of noise, small roof faces and low point densities. Errors in roof topology graphs will seriously affect the final modelling results. The aim of this research is to automatically correct these errors. We define the graph correction as a graph-to-graph problem, similar to the spelling correction problem (also called the string-to-string problem). The graph correction is more complex than string correction, as the graphs are 2D while strings are only 1D. We design a strategy based on a dictionary of graph edit operations to automatically identify and correct the errors in the input graph. For each type of error the graph edit dictionary stores a representative erroneous subgraph as well as the corrected version. As an erroneous roof topology graph may contain several errors, a heuristic search is applied to find the optimum sequence of graph edits to correct the errors one by one. The graph edit dictionary can be expanded to include entries needed to cope with errors that were previously not encountered. Experiments show that the dictionary with only fifteen entries already properly corrects one quarter of erroneous graphs in about 4500 buildings, and even half of the erroneous graphs in one test area, achieving as high as a 95% acceptance rate of the reconstructed models.

  1. Glove use among hairdressers: difficulties in the correct use of gloves among hairdressers and the effect of education.

    Science.gov (United States)

    Oreskov, Katia W; Søsted, Heidi; Johansen, Jeanne D

    2015-06-01

    Hand eczema is frequent among Danish hairdressers, and they are advised to use gloves as protection. However, studies indicate that a significant proportion use gloves inappropriately. To determine whether hairdressers and apprentices use protective gloves in the correct way, and to determine whether a demonstration of correct use could cause an improvement. Forty-three hairdressers and apprentices were asked to perform a hair wash while wearing gloves. The shampoo used was contaminated with an ultraviolet (UV) trace material. Two rounds of hair washing were carried out by each person, interrupted by a demonstration of how to use gloves correctly. Photographs were taken to compare UV contamination before and after the demonstration. All of the participants (100%) had their hands contaminated during the first round; the area ranged between 0.02 and 101.37 cm(2) (median 3.62 cm(2)). In the second round, 55.8% were contaminated (range 0.00-3.08 cm(2) ; median 0.01 cm(2)). The reduction in contaminated skin areas was statistically significant (p glove demonstration. There were no significant differences between hairdressers and apprentices. Hairdressers and apprentices lack knowledge on how to handle gloves correctly. A short demonstration of correct glove use made a significant difference in the skin protection provided by gloves. © 2015 John Wiley & Sons A/S. Published by John Wiley & Sons Ltd.

  2. About Hand Surgery

    Science.gov (United States)

    ... Find a hand surgeon near you. © 2009 American Society for Surgery of the Hand. Definition developed by ASSH Council. Other Links CME Mission Statement and Disclaimer Policies and Technical Requirements Exhibits and Partners ASSH 822 W. Washington Blvd. ... 2018 by American Society for Surgery of the Hand × Search Tips Tip ...

  3. Perfection of technical and tactical preparation of sportsmen of hand-to-hand fight

    Directory of Open Access Journals (Sweden)

    Serebryak V.V.

    2010-06-01

    Full Text Available Essence of innovative hike is considered to upgrading preparation of sportsmen of hand-to-hand fight. 58 sportsmen of section of hand-to-hand fight took part in research. Age of sportsmen are from 17 to 22 years. Developed and approved the most effective technical and tactical charts of construction of duel with the opponents of different styles of single combats. It is well-proven that offered approach instrumental in development of operative thought and adaptation to sparring of hand-to-hand fight.

  4. In-Store Experimental Approach to Pricing and Consumer Behavior

    Science.gov (United States)

    Sigurdsson, Valdimar; Foxall, Gordon; Saevarsson, Hugi

    2010-01-01

    This study assessed how, and to what extent, it is possible to use behavioral experimentation and relative sales analysis to study the effects of price on consumers' brand choices in the store environment. An in-store experiment was performed in four stores to investigate the effects of different prices of a target brand on consumers' relative…

  5. Dry fuel store for advanced gas cooled reactor fuels

    International Nuclear Information System (INIS)

    Grant, J.S.; Boocock, P.M.; Ealing, C.J.

    1992-01-01

    This paper summarizes the fuel storage requirements in Scotland and the selection of a Dry Fuel Store of the Modular Vault Dry Store (MVDS) design developed by GEC ALSTHOM Engineering Systems Limited (GECA). A similar design of store has been selected and has been constructed in the USA by Foster Wheeler Energy Corporation in collaboration with GECA

  6. Osteoarthritis of the Hand

    Science.gov (United States)

    ... All Topics A-Z Videos Infographics Symptom Picker Anatomy Bones Joints Muscles Nerves Vessels Tendons About Hand Surgery What is a Hand Surgeon? What is a Hand Therapist? Media Find a Hand Surgeon Home Anatomy Osteoarthritis Email to a friend * required fields From * ...

  7. A proposal for self-correcting stabilizer quantum memories in 3 dimensions (or slightly less)

    Science.gov (United States)

    Brell, Courtney G.

    2016-01-01

    We propose a family of local CSS stabilizer codes as possible candidates for self-correcting quantum memories in 3D. The construction is inspired by the classical Ising model on a Sierpinski carpet fractal, which acts as a classical self-correcting memory. Our models are naturally defined on fractal subsets of a 4D hypercubic lattice with Hausdorff dimension less than 3. Though this does not imply that these models can be realized with local interactions in {{{R}}}3, we also discuss this possibility. The X and Z sectors of the code are dual to one another, and we show that there exists a finite temperature phase transition associated with each of these sectors, providing evidence that the system may robustly store quantum information at finite temperature.

  8. Evaluating EMG Feature and Classifier Selection for Application to Partial-Hand Prosthesis Control

    Directory of Open Access Journals (Sweden)

    Adenike A. Adewuyi

    2016-10-01

    Full Text Available Pattern recognition-based myoelectric control of upper limb prostheses has the potential to restore control of multiple degrees of freedom. Though this control method has been extensively studied in individuals with higher-level amputations, few studies have investigated its effectiveness for individuals with partial-hand amputations. Most partial-hand amputees retain a functional wrist and the ability of pattern recognition-based methods to correctly classify hand motions from different wrist positions is not well studied. In this study, focusing on partial-hand amputees, we evaluate (1 the performance of non-linear and linear pattern recognition algorithms and (2 the performance of optimal EMG feature subsets for classification of four hand motion classes in different wrist positions for 16 non-amputees and 4 amputees. Our results show that linear discriminant analysis and linear and non-linear artificial neural networks perform significantly better than the quadratic discriminant analysis for both non-amputees and partial-hand amputees. For amputees, including information from multiple wrist positions significantly decreased error (p<0.001 but no further significant decrease in error occurred when more than 4, 2, or 3 positions were included for the extrinsic (p=0.07, intrinsic (p=0.06, or combined extrinsic and intrinsic muscle EMG (p=0.08, respectively. Finally, we found that a feature set determined by selecting optimal features from each channel outperformed the commonly used time domain (p<0.001 and time domain/autoregressive feature sets (p<0.01. This method can be used as a screening filter to select the features from each channel that provide the best classification of hand postures across different wrist positions.

  9. Hand eczema

    DEFF Research Database (Denmark)

    Ibler, K.S.; Jemec, G.B.E.; Flyvholm, M.-A.

    2012-01-01

    Background. Healthcare workers are at increased risk of developing hand eczema. Objectives. To investigate the prevalence and severity of self-reported hand eczema, and to relate the findings to demographic data, occupation, medical speciality, wards, shifts, and working hours. Patients/materials......Background. Healthcare workers are at increased risk of developing hand eczema. Objectives. To investigate the prevalence and severity of self-reported hand eczema, and to relate the findings to demographic data, occupation, medical speciality, wards, shifts, and working hours. Patients...... dermatitis, younger age, male sex (male doctors), and working hours. Eighty nine per cent of subjects reported mild/moderate lesions. Atopic dermatitis was the only factor significantly related to severity. Sick leave was reported by 8% of subjects, and notification to the authorities by 12%. Conclusions...... or severity, but cultural differences between professions with respect to coping with the eczema were significant. Atopic dermatitis was related to increased prevalence and severity, and preventive efforts should be made for healthcare workers with atopic dermatitis....

  10. Comparing Relational and Ontological Triple Stores in Healthcare Domain

    Directory of Open Access Journals (Sweden)

    Ozgu Can

    2017-01-01

    Full Text Available Today’s technological improvements have made ubiquitous healthcare systems that converge into smart healthcare applications in order to solve patients’ problems, to communicate effectively with patients, and to improve healthcare service quality. The first step of building a smart healthcare information system is representing the healthcare data as connected, reachable, and sharable. In order to achieve this representation, ontologies are used to describe the healthcare data. Combining ontological healthcare data with the used and obtained data can be maintained by storing the entire health domain data inside big data stores that support both relational and graph-based ontological data. There are several big data stores and different types of big data sets in the healthcare domain. The goal of this paper is to determine the most applicable ontology data store for storing the big healthcare data. For this purpose, AllegroGraph and Oracle 12c data stores are compared based on their infrastructural capacity, loading time, and query response times. Hence, healthcare ontologies (GENE Ontology, Gene Expression Ontology (GEXO, Regulation of Transcription Ontology (RETO, Regulation of Gene Expression Ontology (REXO are used to measure the ontology loading time. Thereafter, various queries are constructed and executed for GENE ontology in order to measure the capacity and query response times for the performance comparison between AllegroGraph and Oracle 12c triple stores.

  11. Corrective response times in a coordinated eye-head-arm countermanding task.

    Science.gov (United States)

    Tao, Gordon; Khan, Aarlenne Z; Blohm, Gunnar

    2018-06-01

    Inhibition of motor responses has been described as a race between two competing decision processes of motor initiation and inhibition, which manifest as the reaction time (RT) and the stop signal reaction time (SSRT); in the case where motor initiation wins out over inhibition, an erroneous movement occurs that usually needs to be corrected, leading to corrective response times (CRTs). Here we used a combined eye-head-arm movement countermanding task to investigate the mechanisms governing multiple effector coordination and the timing of corrective responses. We found a high degree of correlation between effector response times for RT, SSRT, and CRT, suggesting that decision processes are strongly dependent across effectors. To gain further insight into the mechanisms underlying CRTs, we tested multiple models to describe the distribution of RTs, SSRTs, and CRTs. The best-ranked model (according to 3 information criteria) extends the LATER race model governing RTs and SSRTs, whereby a second motor initiation process triggers the corrective response (CRT) only after the inhibition process completes in an expedited fashion. Our model suggests that the neural processing underpinning a failed decision has a residual effect on subsequent actions. NEW & NOTEWORTHY Failure to inhibit erroneous movements typically results in corrective movements. For coordinated eye-head-hand movements we show that corrective movements are only initiated after the erroneous movement cancellation signal has reached a decision threshold in an accelerated fashion.

  12. Role of dominant versus non-dominant hand position during uninterrupted chest compression CPR by novice rescuers: a randomized double-blind crossover study.

    Science.gov (United States)

    Nikandish, Reza; Shahbazi, Sharbanoo; Golabi, Sedigheh; Beygi, Najimeh

    2008-02-01

    Previous research has suggested improved quality of chest compressions when the dominant hand was in contact with the sternum. However, the study was in health care professionals and during conventional chest compression-ventilation CPR. The aim of this study was to test the hypothesis, in null form, that the quality of external chest compressions (ECC) in novice rescuers during 5min of uninterrupted chest compression CPR (UCC-CPR) is independent of the hand in contact with the sternum. Confirmation of the hypothesis would allow the use of either hand by the novice rescuers during UCC-CPR. Fifty-nine first year public heath students participated in this randomised double-blind crossover study. After completion of a standard adult BLS course, they performed single rescuer adult UCC-CPR for 5 min on a recording Resusci Anne. One week later they changed the hand of contact with the sternum while performing ECC. The quality of ECC was recorded by the skill meter for the dominant and non-dominant hand during 5 min ECC. The total number of correct chest compressions in the dominant hand group (DH), mean 183+/-152, was not statistically different from the non-dominant hand group (NH), mean 152+/-135 (P=0.09). The number of ECC with inadequate depth in the DH group, mean 197+/-174 and NH group, mean 196+/-173 were comparable (P=0.1). The incidence of ECC exceeding the recommended depth in the DH group, mean 51+/-110 and NH group, mean 32+/-75 were comparable (P=0.1). Although there is a trend to increased incidence of correct chest compressions with positioning the dominant hand in contact with the sternum, it does not reach statistical significance during UCC-CPR by the novice rescuers for 5 min.

  13. The Effect of Antibacterial Formula Hand Cleaners on the Elimination of Microbes on Hands

    Science.gov (United States)

    Coleman, J. R.

    2002-05-01

    : The purpose of this project is to find out which one of the antibacterial hand cleanser (antibacterial bar soap, antibacterial liquid hand soap, and liquid hand sanitizer) is more effective in eliminating microbes. If antibacterial- formula liquid hand soap is used on soiled hands, then it will be more effective in eliminating microbes. Germs are microorganisms that cause disease and can spread from person-to-person. Bacteria are a kind of microbe, an example of which is Transient Flora that is often found on hands. Hand washing prevents germs from spreading to others. During the procedure, swabs were used to take samples before and after the soiled hands had been washed with one of the antibacterial hand cleansers. Nutrient Easygel was poured into petri dishes to harden for 1 day, and then samples were swabbed on the gel. The Petri dishes were placed in an incubator for 24 hours, and then data was recorded accordingly. The antibacterial liquid hand soap was sufficient in eliminating the majority of bacteria. The hands had 65% of the bacteria on them, and after the liquid hand soap was used only 37% of the bacteria remained.

  14. Systems and methods of storing combustion waste products

    Science.gov (United States)

    Chen, Shen-En; Wang, Peng; Miao, Xiexing; Feng, Qiyan; Zhu, Qianlin

    2016-04-12

    In one aspect, methods of storing one or more combustion waste products are described herein. Combustion waste products stored by a method described herein can include solid combustion waste products such as coal ash and/or gaseous combustion products such as carbon dioxide. In some embodiments, a method of storing carbon dioxide comprises providing a carbon dioxide storage medium comprising porous concrete having a macroporous and microporous pore structure and flowing carbon dioxide captured from a combustion flue gas source into the pore structure of the porous concrete.

  15. Polarizing a stored proton beam by spin flip?

    International Nuclear Information System (INIS)

    Oellers, D.; Barion, L.; Barsov, S.; Bechstedt, U.; Benati, P.; Bertelli, S.; Chiladze, D.; Ciullo, G.; Contalbrigo, M.; Dalpiaz, P.F.; Dietrich, J.; Dolfus, N.; Dymov, S.; Engels, R.; Erven, W.; Garishvili, A.; Gebel, R.; Goslawski, P.

    2009-01-01

    We discuss polarizing a proton beam in a storage ring, either by selective removal or by spin flip of the stored ions. Prompted by recent, conflicting calculations, we have carried out a measurement of the spin-flip cross section in low-energy electron-proton scattering. The experiment uses the cooling electron beam at COSY as an electron target. The measured cross sections are too small for making spin flip a viable tool in polarizing a stored beam. This invalidates a recent proposal to use co-moving polarized positrons to polarize a stored antiproton beam.

  16. Predictive models to determine imagery strategies employed by children to judge hand laterality.

    Science.gov (United States)

    Spruijt, Steffie; Jongsma, Marijtje L A; van der Kamp, John; Steenbergen, Bert

    2015-01-01

    A commonly used paradigm to study motor imagery is the hand laterality judgment task. The present study aimed to determine which strategies young children employ to successfully perform this task. Children of 5 to 8 years old (N = 92) judged laterality of back and palm view hand pictures in different rotation angles. Response accuracy and response duration were registered. Response durations of the trials with a correct judgment were fitted to a-priori defined predictive sinusoid models, representing different strategies to successfully perform the hand laterality judgment task. The first model predicted systematic changes in response duration as a function of rotation angle of the displayed hand. The second model predicted that response durations are affected by biomechanical constraints of hand rotation. If observed data could be best described by the first model, this would argue for a mental imagery strategy that does not involve motor processes to solve the task. The second model reflects a motor imagery strategy to solve the task. In line with previous research, we showed an age-related increase in response accuracy and decrease in response duration in children. Observed data for both back and palm view showed that motor imagery strategies were used to perform hand laterality judgments, but that not all the children use these strategies (appropriately) at all times. A direct comparison of response duration patterns across age sheds new light on age-related differences in the strategies employed to solve the task. Importantly, the employment of the motor imagery strategy for successful task performance did not change with age.

  17. High- but not low-intensity light leads to oxidative stress and quality loss of cold-stored baby leaf spinach.

    Science.gov (United States)

    Glowacz, Marcin; Mogren, Lars M; Reade, John P H; Cobb, Andrew H; Monaghan, James M

    2015-07-01

    Quality management in the fresh produce industry is an important issue. Spinach is exposed to various adverse conditions (temperature, light, etc.) within the supply chain. The present experiments were conducted to investigate the effect of light conditions (dark, low-intensity light (LL) and high-intensity light (HL)) and photoperiod (6 h HL and 18 h dark) on the quality changes of cold-stored spinach. HL exposure resulted in oxidative stress, causing tissue damage and quality loss as evidenced by increased membrane damage and water loss. The content of total ascorbic acid was reduced under HL conditions. On the other hand, storage of spinach under LL conditions gave promising results, as nutritional quality was not reduced, while texture maintenance was improved. No significant differences, with the exception of nutritional quality, were found between spinach leaves stored under continuous (24 h) low-intensity light (30-35 µmol m(-2) s(-1)) and their counterparts stored under the same light integral over 6 h (130-140 µmol m(-2) s(-1)). LL extended the shelf-life of spinach. The amount of light received by the leaves was the key factor affecting produce quality. Light intensity, however, has to be low enough not to cause excess oxidative stress and lead to accelerated senescence. © 2014 Society of Chemical Industry.

  18. Robotic Hand

    Science.gov (United States)

    1993-01-01

    The Omni-Hand was developed by Ross-Hime Designs, Inc. for Marshall Space Flight Center (MSFC) under a Small Business Innovation Research (SBIR) contract. The multiple digit hand has an opposable thumb and a flexible wrist. Electric muscles called Minnacs power wrist joints and the interchangeable digits. Two hands have been delivered to NASA for evaluation for potential use on space missions and the unit is commercially available for applications like hazardous materials handling and manufacturing automation. Previous SBIR contracts resulted in the Omni-Wrist and Omni-Wrist II robotic systems, which are commercially available for spray painting, sealing, ultrasonic testing, as well as other uses.

  19. Radiographic findings of the hand and foot in patients with systemic lupus erythematosus

    International Nuclear Information System (INIS)

    Scutellari, P.N.; Stabellini, R.; Orzincolo, C.; Franceschini, F.; Govoni, M.; Trotta, F.

    1987-01-01

    A detail examination of the hands and feet was performed in a group of 34 patients affected by systemic lupus erythematosus (SLE), using low-dose mammographic film and Rank Xerox selenium plate, according to current diagnostic techniques. All patients presented articular symptoms (pain and arthralgia). The high incidence (38.8%) of patients with no radiographic evidence of bone damage-even though articular symptoms are present-is emphasized. In such cases, it is very difficult to distinguish SLE from rheumatoid arthritis, especially as far as therapeutic management and prognosis are concerned. The lack of any pathognomonic radiological sign of the lupus arthritis, in the hands as well as in the feet, is then stressed. Nevertheless, artropathy in SLE is defined as a deforming unerosive arthritis, with a typical symmetric distribution, affecting most commonly (according to incidence) the proximal interphalangeal and metacarpophalangeal joints. In the hand, arthropathy is referred to as Jaccoud's type arthritis, because it is characterized by joint deformities which can be corrected. In the foot, the main abnormalities include hallux valgus, subluxation of the matatarsophalangeal joints and widening of the forefoot

  20. Radiographic findings of the hand and foot in patients with systemic lupus erythematosus

    Energy Technology Data Exchange (ETDEWEB)

    Scutellari, P N; Stabellini, R; Orzincolo, C; Franceschini, F; Govoni, M; Trotta, F

    1987-01-01

    A detail examination of the hands and feet was performed in a group of 34 patients affected by systemic lupus erythematosus (SLE), using low-dose mammographic film and Rank Xerox selenium plate, according to current diagnostic techniques. All patients presented articular symptoms (pain and arthralgia). The high incidence (38.8%) of patients with no radiographic evidence of bone damage-even though articular symptoms are present-is emphasized. In such cases, it is very difficult to distinguish SLE from rheumatoid arthritis, especially as far as therapeutic management and prognosis are concerned. The lack of any pathognomonic radiological sign of the lupus arthritis, in the hands as well as in the feet, is then stressed. Nevertheless, artropathy in SLE is defined as a deforming unerosive arthritis, with a typical symmetric distribution, affecting most commonly (according to incidence) the proximal interphalangeal and metacarpophalangeal joints. In the hand, arthropathy is referred to as Jaccoud's type arthritis, because it is characterized by joint deformities which can be corrected. In the foot, the main abnormalities include hallux valgus, subluxation of the matatarsophalangeal joints and widening of the forefoot.

  1. Influencing factors on hand hygiene behavior of nursing students based on theory of planned behavior: A descriptive survey study.

    Science.gov (United States)

    Jeong, Sun Young; Kim, Kyung Mi

    2016-01-01

    Hand hygiene is the single most important measure to prevent transmission of infection, but the compliance rate of healthcare workers is relatively low. This study was conducted to identify the knowledge, beliefs, behavior, and affecting factors about hand hygiene among nursing students. A descriptive survey study. The study was carried out in two South Korean nursing schools. A total 208 nursing students participated in this study. Questionnaires were used to collect data. The percentage of correct answers in the survey section concerning hand hygiene knowledge was 68.1%. No significant difference in the knowledge, behavioral beliefs, normative beliefs, or control beliefs data was found related to general characteristics. Behavioral beliefs correlated with normative beliefs (r=.25, phand hygiene behavior (r=.17, p=.017), and control beliefs correlated with hand hygiene behavior (r=.18, p=.010). The results suggest that knowledge is not enough to change the beliefs related to hand hygiene; positive behavioral beliefs and strong control beliefs are also needed to increase hand hygiene compliance. Copyright © 2015 Elsevier Ltd. All rights reserved.

  2. Development of five-finger robotic hand using master-slave control for hand-assisted laparoscopic surgery.

    Science.gov (United States)

    Yoshida, Koki; Yamada, Hiroshi; Kato, Ryu; Seki, Tatsuya; Yokoi, Hiroshi; Mukai, Masaya

    2016-08-01

    This study aims to develop a robotic hand as a substitute for a surgeon's hand in hand-assisted laparoscopic surgery (HALS). We determined the requirements for the proposed hand from a surgeon's motions in HALS. We identified four basic behaviors: "power grasp," "precision grasp," "open hand for exclusion," and "peace sign for extending peritoneum." The proposed hand had the minimum necessary DOFs for performing these behaviors, five fingers as in a human's hand, a palm that can be folded when a surgeon inserts the hand into the abdomen, and an arm for adjusting the hand's position. We evaluated the proposed hand based on a performance test and a physician's opinions, and we confirmed that it can grasp organs.

  3. Effective Factors in Environmental Health Status of Grocery Stores

    Directory of Open Access Journals (Sweden)

    Mehdi Asadi

    2012-08-01

    Full Text Available Aims of the Study: This study was carried out to determine the effective factors in environmental health status of grocery stores in the city of Qom (located in the center of Iran. Materials & Methods: In this cross-sectional study, 283 grocery stores from 3 different regions were selected randomly using stratified sampling. Data were gathered through observation, interview, and questionnaire. The questionnaire consisted of two sections: section 1 dealt with some shop managers’ features including the age, educational level, job satisfaction, passing “food and occupational hygiene training courses”, store ownership, duration of employment, and features of stores including their location (Region and environmental health condition. And section 2 dealt with the important aspects of regulations of Article 13. The data analyzed using statistical procedures such as Spearman Rank Correlation and Multivariate Regression Analysis. P-values less than 0.05 were considered as statistically significant. Results: Among the investigated factors, the manager’s educational level had a greater impact on the environmental health conditions of grocery stores. The ownership status of grocery stores, Job satisfaction and passing “food and occupational hygiene training courses” were next in the ranking, respectively (p <0.001 for all measures, except for shop ownership, for which p-value was <0.02. Conclusions: Planning and implementation of effective operational and strategic programs addressing the above mentioned issues seems to be necessary. Such programs will improve the health status of the stores over time.

  4. Store Format Choice in an Evolving Market . A TPB Approach

    OpenAIRE

    Singh, Kamaljit Anand; Sinha, Piyush Kumar

    2008-01-01

    The store choice has been studied extensively in the literature, but store format choice has had limited research attention. The store choice modeling has been primarily done in the random utility theory framework, which however is a neo-economics based view of choice decision that ignores the psychological and behavioral aspects of this planned behavior. The store format choice for bulk grocery purchase despite being a rational context has not been conceptualized in the most accepted constru...

  5. Storing of free neutrons

    International Nuclear Information System (INIS)

    Trinks, U.

    1978-12-01

    The applied method makes use of the interaction between the magnetic moment μ vector of the neutron and a magnetic field B vector. By means of superconducting magnets there can easily be achieved potential walls of μ B approximately 2 x 10 -7 eV. The principle of magnetic storing was first used for the storage ring NESTOR and showed immediate success: the stored neutrons decreased exponentially with a time constant tau = (907 +- 70) sec corresponding to the natural lifetime of the neutrons within the statistical errors. This means that there occurred no measurable additional losses (e.g. by resonance excitation) Neutrons therefore could be observed in the storage ring during about 5 half-lives (in principle of course longer, too). The orbit dynamics for neutrons in the storage ring is smilar to that in circular accelerators for charged particles. It is so well understood that the problem of the storage ring for uncharged particles (with magnetic moment) may be considered to e solved. (orig./HSI) [de

  6. Healthful Nutrition of Foods in Navajo Nation Stores: Availability and Pricing.

    Science.gov (United States)

    Kumar, Gayathri; Jim-Martin, Sonlatsa; Piltch, Emily; Onufrak, Stephen; McNeil, Carrie; Adams, Laura; Williams, Nancy; Blanck, Heidi M; Curley, Larry

    2016-09-01

    Low availability and affordability of healthier foods in food stores on the Navajo Nation (NN) may be a community-level risk factor for the high prevalence of obesity among the Navajo people. This study assessed the availability and pricing of foods and beverages in supermarkets and convenience stores throughout the NN. Descriptive study design using the Nutrition Environment Measurement Survey in Stores audit tool. Supermarkets (n = 13) and convenience stores (n = 50) on NN and border-town supermarkets (n = 9). Not applicable. Availability and pricing of healthy and less-healthy foods. Descriptive and χ(2) analyses. Navajo convenience stores offered fewer healthier food options compared to Navajo supermarkets. In Navajo convenience stores, 100% whole grain products, reduced-fat cheese, lean meats, reduced-fat chips, and fat-free or light hot dogs were available in fewer stores than their corresponding less-healthy versions (all with p foods are not as readily available in Navajo convenience stores as they are in Navajo supermarkets. Improving access to and affordability of healthier foods in reservation stores of all sizes may support healthy eating among Navajo residents. © 2016 by American Journal of Health Promotion, Inc.

  7. Experimental Study of Real-Time Classification of 17 Voluntary Movements for Multi-Degree Myoelectric Prosthetic Hand

    Directory of Open Access Journals (Sweden)

    Trongmun Jiralerspong

    2017-11-01

    Full Text Available The myoelectric prosthetic hand is a powerful tool developed to help people with upper limb loss restore the functions of a biological hand. Recognizing multiple hand motions from only a few electromyography (EMG sensors is one of the requirements for the development of prosthetic hands with high level of usability. This task is highly challenging because both classification rate and misclassification rate worsen with additional hand motions. This paper presents a signal processing technique that uses spectral features and an artificial neural network to classify 17 voluntary movements from EMG signals. The main highlight will be on the use of a small set of low-cost EMG sensor for classification of a reasonably large number of hand movements. The aim of this work is to extend the capabilities to recognize and produce multiple movements beyond what is currently feasible. This work will also show and discuss about how tailoring the number of hand motions for a specific task can help develop a more reliable prosthetic hand system. Online classification experiments have been conducted on seven male and five female participants to evaluate the validity of the proposed method. The proposed algorithm achieves an overall correct classification rate of up to 83%, thus, demonstrating the potential to classify 17 movements from 6 EMG sensors. Furthermore, classifying 9 motions using this method could achieve an accuracy of up to 92%. These results show that if the prosthetic hand is intended for a specific task, limiting the number of motions can significantly increase the performance and usability.

  8. Hands in Systemic Disease

    Science.gov (United States)

    ... All Topics A-Z Videos Infographics Symptom Picker Anatomy Bones Joints Muscles Nerves Vessels Tendons About Hand Surgery What is ... Hand Therapist? Media Find a Hand Surgeon Home Anatomy ... hands, being composed of many types of tissue, including blood vessels, nerves, skin and skin-related tissues, bones, and muscles/tendons/ligaments, may show changes that reflect a ...

  9. Control of stored-product pests by irradiation

    International Nuclear Information System (INIS)

    Mahbub Hasan; Khan, A.R.

    1998-01-01

    The present review deals with the effects of irradiation on some aspects of the biology of major stored-product pests, namely mortality, stages of development, reproductive organs and reproductive potential, histology of the gut, factors influencing irradiation and the synergism of irradiation with other control agents. It also reports on the irradiation effects on stored commodities. Further guidelines for future research have been suggested. (author)

  10. Original article Personality of correction officers and their attitudes towards resocialization tasks

    Directory of Open Access Journals (Sweden)

    Maria Gordon

    2014-07-01

    Full Text Available The main aim of the study is to identify factors that promote or hinder the fulfilment of tasks by people working in Polish prisons in positions of educators. Correction officers plan, organize and implement corrective actions towards persons deprived of their freedom. The question whether they have the relevant skills and abilities to use existing resources is important from the point of view of the prison rehabilitation tasks. The results of a survey conducted on 97 officers have shown that they have personality and professional competence, but they do not fully apply its potential in working with persons deprived of their freedom. The correction officers do not accept regulations for the treatment of convicts and evaluate these regulations as too mild. On the other hand, they perceive many external factors as reducing the motivation to engage in the process of resocialization.

  11. Explaining Online Purchase Intentions: A Multi-Channel Store Image Perspective

    NARCIS (Netherlands)

    Dolen, van Willemijn; Verhagen, Tibert

    2007-01-01

    This study is one of the few empirical works addressing the impact of offline and online store impressions on consumer online purchase intentions. Building upon the literature on store image and consumer online purchasing, we propose positive effects of online store image and suggest mixed

  12. Microbiological evaluation of poultry sausages stored at different temperatures

    Directory of Open Access Journals (Sweden)

    Simona Kunová

    2014-02-01

    Full Text Available The aim of our study was to evaluate the microbiological quality of poultry sausages, which were stored at different temperatures (4 °C, 15 °C. Total count of bacteria, coliform bacteria, yeasts and filamentous microscopic fungi were detected in poultry sausages. Microbiological quality was evaluated using the horizontal method for the determination number of microorganisms. Total count of bacteria in sausages stored at 4 °C ranged from 1 × 101 CFU.g-1 in sample 1 (after opening to 4.35 × 104 CFU.g-1  in sample 1 (7th day of storage. Total count of bacteria in sausages stored at 15 °C ranged from 3.25 × 103 CFU.g-1 in sample 1 (after opening to 3.12 × 106 CFU.g-1 in sample 1 to 3.12 × 106  CFU.g-1 in sample 1 (7th day of storage.  Coliform bacteria in sausages stored at 4 °C ranged from 1 × 101 CFU.g-1 to 3.15 × 105 CFU.g-1. Coliform bacteria in sausages stored at 15 °C ranged from 1.54 × 103 CFU.g-1 to 1.40 × 106 CFU.g-1.  Yeasts and microscopic filamentous fungi in sausages stored at 4 °C ranged from 2.75 × 104 CFU.g-1 to 1.40 × 106 CFU.g-1.  Yeasts and microscopic filamentous fungi in sausages stored at 15 °C ranged from 1.30 × 104 CFU.g-1 to 1.44 × 106  CFU.g-1. Total count of bacteria, coliform bacteria, yeast and microscopic fungi were not in accordance with Codex Alimentarius of Slovak Republic on 3rd day in samples stored at 15 °C.

  13. Efficacy of alcohol-based hand sanitizer on hands soiled with dirt and cooking oil.

    Science.gov (United States)

    Pickering, Amy J; Davis, Jennifer; Boehm, Alexandria B

    2011-09-01

    Handwashing education and promotion are well established as effective strategies to reduce diarrhea and respiratory illness in countries around the world. However, access to reliable water supplies has been identified as an important barrier to regular handwashing in low-income countries. Alcohol-based hand sanitizer (ABHS) is an effective hand hygiene method that does not require water, but its use is not currently recommended when hands are visibly soiled. This study evaluated the efficacy of ABHS on volunteers' hands artificially contaminated with Escherichia coli in the presence of dirt (soil from Tanzania) and cooking oil. ABHS reduced levels of E. coli by a mean of 2.33 log colony forming units (CFU) per clean hand, 2.32 log CFU per dirt-covered hand, and 2.13 log CFU per oil-coated hand. No significant difference in efficacy was detected between hands that were clean versus dirty or oily. ABHS may be an appropriate hand hygiene method for hands that are moderately soiled, and an attractive option for field settings in which access to water and soap is limited.

  14. Non-thermal production of minimal dark matter via right-handed neutrino decay

    International Nuclear Information System (INIS)

    Aoki, Mayumi; Toma, Takashi; Vicente, Avelino

    2015-01-01

    Minimal Dark Matter (MDM) stands as one of the simplest dark matter scenarios. In MDM models, annihilation and co-annihilation processes among the members of the MDM multiplet are usually very efficient, pushing the dark matter mass above O(10) TeV in order to reproduce the observed dark matter relic density. Motivated by this little drawback, in this paper we consider an extension of the MDM scenario by three right-handed neutrinos. Two specific choices for the MDM multiplet are studied: a fermionic SU(2) L quintuplet and a scalar SU(2) L septuplet. The lightest right-handed neutrino, with tiny Yukawa couplings, never reaches thermal equilibrium in the early universe and is produced by freeze-in. This creates a link between dark matter and neutrino physics: dark matter can be non-thermally produced by the decay of the lightest right-handed neutrino after freeze-out, allowing to lower significantly the dark matter mass. We discuss the phenomenology of the non-thermally produced MDM and, taking into account significant Sommerfeld corrections, we find that the dark matter mass must have some specific values in order not to be in conflict with the current bounds from gamma-ray observations

  15. Information for stores users

    CERN Multimedia

    FI Department

    2008-01-01

    From the beginning of March onwards, the LYRECO (stationery) catalogue will be accessible from the Material Request form on EDH in the same way as the CERN Stores catalogue and the existing individual supplier catalogues. Items will be delivered within a maximum of 48 hours. Logistics Group FI Department

  16. Can a virtual supermarket bring realism into the lab? Comparing shopping behavior using virtual and pictorial store representations to behavior in a physical store.

    Science.gov (United States)

    van Herpen, Erica; van den Broek, Eva; van Trijp, Hans C M; Yu, Tian

    2016-12-01

    Immersive virtual reality techniques present new opportunities for research into consumer behavior. The current study examines whether the increased realism of a virtual store compared to pictorial (2D) stimuli elicits consumer behavior that is more in line with behavior in a physical store. We examine the number, variety, and type of products selected, amount of money spent, and responses to price promotions and shelf display, in three product categories (fruit & vegetables, milk, and biscuits). We find that virtual reality elicits behavior that is more similar to behavior in the physical store compared to the picture condition for the number of products selected (Milk: M store  = 1.19, M virtual  = 1.53, M pictures  = 2.58) and amount of money spent (Milk: M store  = 1.27, M virtual  = 1.53, M pictures  = 2.60 Euro), and for the selection of products from different areas of the shelf, both vertically (purchases from top shelves, milk and biscuits: P store  = 21.6%, P virtual  = 33.4%, P pictures  = 50.0%) and horizontally (purchase from left shelf, biscuits: P store  = 35.5%, P virtual  = 53.3%, P pictures  = 66.7%). This indicates that virtual reality can improve realism in responses to shelf allocation. Virtual reality was not able to diminish other differences between lab and physical store: participants bought more products and spent more money (for biscuits and fruit & vegetables), bought more national brands, and responded more strongly to price promotions in both virtual reality and pictorial representations than in the physical store. Implications for the use of virtual reality in studies of consumer food choice behavior as well as for future improvement of virtual reality techniques are discussed. Copyright © 2016 Elsevier Ltd. All rights reserved.

  17. "Puffy hand syndrome".

    Science.gov (United States)

    Chouk, Mickaël; Vidon, Claire; Deveza, Elise; Verhoeven, Frank; Pelletier, Fabien; Prati, Clément; Wendling, Daniel

    2017-01-01

    Intravenous drug addiction is responsible for many complications, especially cutaneous and infectious. There is a syndrome, rarely observed in rheumatology, resulting in "puffy hands": the puffy hand syndrome. We report two cases of this condition from our rheumatologic consultation. Our two patients had intravenous drug addiction. They presented with an edema of the hands, bilateral, painless, no pitting, occurring in one of our patient during heroin intoxication, and in the other 2 years after stopping injections. In our two patients, additional investigations (biological, radiological, ultrasound) were unremarkable, which helped us, in the context, to put the diagnosis of puffy hand syndrome. The pathophysiology, still unclear, is based in part on a lymphatic toxicity of drugs and their excipients. There is no etiological treatment but elastic compression by night has improved edema of the hands in one of our patients. Copyright © 2016 Société française de rhumatologie. Published by Elsevier SAS. All rights reserved.

  18. Hand eczema classification

    DEFF Research Database (Denmark)

    Diepgen, T L; Andersen, Klaus Ejner; Brandao, F M

    2008-01-01

    of the disease is rarely evidence based, and a classification system for different subdiagnoses of hand eczema is not agreed upon. Randomized controlled trials investigating the treatment of hand eczema are called for. For this, as well as for clinical purposes, a generally accepted classification system...... A classification system for hand eczema is proposed. Conclusions It is suggested that this classification be used in clinical work and in clinical trials....

  19. Matter Loops Corrected Modified Gravity in Palatini Formulation

    International Nuclear Information System (INIS)

    Meng Xinhe; Wang Peng

    2008-01-01

    Recently, corrections to the standard Einstein-Hilbert action were proposed to explain the current cosmic acceleration in stead of introducing dark energy. In the Palatini formulation of those modified gravity models, there is an important observation due to Arkani-Hamed: matter loops will give rise to a correction to the modified gravity action proportional to the Ricci scalar of the metric. In the presence of such a term, we show that the current forms of modified gravity models in Palatini formulation, specifically, the 1/R gravity and ln R gravity, will have phantoms. Then we study the possible instabilities due to the presence of phantom fields. We show that the strong instability in the metric formulation of 1/R gravity indicated by Dolgov and Kawasaki will not appear and the decay timescales for the phantom fields may be long enough for the theories to make sense as effective field theory. On the other hand, if we change the sign of the modification terms to eliminate the phantoms, some other inconsistencies will arise for the various versions of the modified gravity models. Finally, we comment on the universal property of the Palatini formulation of the matter loops corrected modified gravity models and its implications

  20. 7 CFR 1421.106 - Warehouse-stored marketing assistance loan collateral.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 10 2010-01-01 2010-01-01 false Warehouse-stored marketing assistance loan collateral... Marketing Assistance Loans § 1421.106 Warehouse-stored marketing assistance loan collateral. (a) A commodity may be pledged as collateral for a warehouse-stored marketing assistance loan in the quantity...

  1. Store brands’ purchase intention: Examining the role of perceived quality

    Directory of Open Access Journals (Sweden)

    Cristina Calvo-Porral

    2017-05-01

    Full Text Available Considering the increase of the store brand's market share globally, the present study addresses the following question: “Does the consumer product perceived quality influence store brands’ proneness?”; or in other words “Does product perceived quality influence store brands’ purchase intention?”, since perceived quality is a customer-based undertaken variable. The present study proposes and empirically tests a conceptual model of the influence of perceived product quality of store brands relative to perceived value and purchase intention. Structural Equation Modelling (SEM was developed on a sample of 439 consumers, distinguishing between consumers with high perceived quality (HPQ and low perceived quality (LPQ. Our findings highlight that store brands’ purchase intention is strongly influenced by confidence for both HPQ and LPQ customers, followed by product price. Additionally, our results suggest the moderating role of perceived quality on some of the proposed relationships. Store brand managers and retailers could develop market segmentation and perform marketing strategies based on customers’ perceived quality.

  2. The impact of the photon PDF and electroweak corrections on t anti t distributions

    International Nuclear Information System (INIS)

    Pagani, D.; Tsinikos, I.; Zaro, M.

    2016-01-01

    We discuss the impact of EW corrections on differential distributions in top-quark pair production at the LHC and future hadron colliders, focussing on the effects of initial-state photons. Performing a calculation at Next-to-Leading Order QCD+EW accuracy, we investigate in detail the impact of photon-initiated channels on central values as well as PDF and scale uncertainties, both at order α s α and α s 2 α. We present predictions at 13 and 100 TeV, and provide results for the 8 TeV differential measurements performed by ATLAS and CMS. A thorough comparison of results obtained with the NNPDF2.3QED and CT14QED PDF sets is performed. While contributions due to the photon PDF are negligible with CT14QED, this is not the case for NNPDF2.3QED, where such contributions are sizeable and show large PDF uncertainties. On the one hand, we show that differential observables in top-pair production, in particular top-quark and t anti t rapidities, can be used to improve the determination of the photon PDF within the NNPDF approach. On the other hand, with current PDF sets, we demonstrate the necessity of including EW corrections and photon-induced contributions for a correct determination of both the central value and the uncertainties of theoretical predictions. (orig.)

  3. The impact of the photon PDF and electroweak corrections on t anti t distributions

    Energy Technology Data Exchange (ETDEWEB)

    Pagani, D.; Tsinikos, I. [Universite Catholique de Louvain, Centre for Cosmology, Particle Physics and Phenomenology (CP3), Louvain-la-Neuve (Belgium); Zaro, M. [Sorbonne Universites, UPMC University Paris 06, UMR 589, LPTHE, Paris (France); CNRS, UMR 7589, LPTHE, Paris (France)

    2016-09-15

    We discuss the impact of EW corrections on differential distributions in top-quark pair production at the LHC and future hadron colliders, focussing on the effects of initial-state photons. Performing a calculation at Next-to-Leading Order QCD+EW accuracy, we investigate in detail the impact of photon-initiated channels on central values as well as PDF and scale uncertainties, both at order α{sub s}α and α{sub s}{sup 2}α. We present predictions at 13 and 100 TeV, and provide results for the 8 TeV differential measurements performed by ATLAS and CMS. A thorough comparison of results obtained with the NNPDF2.3QED and CT14QED PDF sets is performed. While contributions due to the photon PDF are negligible with CT14QED, this is not the case for NNPDF2.3QED, where such contributions are sizeable and show large PDF uncertainties. On the one hand, we show that differential observables in top-pair production, in particular top-quark and t anti t rapidities, can be used to improve the determination of the photon PDF within the NNPDF approach. On the other hand, with current PDF sets, we demonstrate the necessity of including EW corrections and photon-induced contributions for a correct determination of both the central value and the uncertainties of theoretical predictions. (orig.)

  4. New frontiers in the rubber hand experiment: when a robotic hand becomes one's own.

    Science.gov (United States)

    Caspar, Emilie A; De Beir, Albert; Magalhaes De Saldanha Da Gama, Pedro A; Yernaux, Florence; Cleeremans, Axel; Vanderborght, Bram

    2015-09-01

    The rubber hand illusion is an experimental paradigm in which participants consider a fake hand to be part of their body. This paradigm has been used in many domains of psychology (i.e., research on pain, body ownership, agency) and is of clinical importance. The classic rubber hand paradigm nevertheless suffers from limitations, such as the absence of active motion or the reliance on approximate measurements, which makes strict experimental conditions difficult to obtain. Here, we report on the development of a novel technology-a robotic, user- and computer-controllable hand-that addresses many of the limitations associated with the classic rubber hand paradigm. Because participants can actively control the robotic hand, the device affords higher realism and authenticity. Our robotic hand has a comparatively low cost and opens up novel and innovative methods. In order to validate the robotic hand, we have carried out three experiments. The first two studies were based on previous research using the rubber hand, while the third was specific to the robotic hand. We measured both sense of agency and ownership. Overall, results show that participants experienced a "robotic hand illusion" in the baseline conditions. Furthermore, we also replicated previous results about agency and ownership.

  5. A Three-Phase Multiobjective Mechanism for Selecting Retail Stores to Close

    Directory of Open Access Journals (Sweden)

    Rong-Chang Chen

    2016-01-01

    Full Text Available To operate a successful and growing business, a retail store manager has to make tough decisions about selectively closing underperforming stores. In this paper, we propose using a three-phase multiobjective mechanism to help retail industry practitioners determine which stores to close. In the first phase, a geographic information system (GIS and k-means clustering algorithm are used to divide all the stores into clusters. In the second phase, stores can be strategically selected according to the requirements of the company and the attributes of the stores. In the third phase, a neighborhood-based multiobjective genetic algorithm (NBMOGA is utilized to determine which stores to close. To examine the effectiveness of the proposed three-phase mechanism, a variety of experiments are performed, based partly on a real dataset from a stock-list company in Taiwan. Results from the experiments show that the proposed three-phase mechanism can help efficiently decide which store locations to close. In addition, the neighborhood radius has a considerable influence on the results.

  6. La correction et la révision de l’écrit en français langue seconde: médiation humaine, médiation informatique Correcting and editing texts written by FSL students: human mediation vs. computer-assisted mediation

    Directory of Open Access Journals (Sweden)

    Chantal Dion

    2003-06-01

    Full Text Available L’apprentissage de la correction / révision de l’écrit par les apprenants de français langue seconde peut-elle tirer profit des correcteurs orthographiques et grammaticaux des traitements de texte ou des correcticiels spécialisés ? La nature de la médiation informatique permet-elle aux apprenants de corriger de façon efficace leurs textes et comment se compare-t-elle avec la correction humaine ? Qu’est-ce qui différencie ces deux médiations ? Des textes rédigés par des anglophones ont été soumis aux deux types de corrections, humaine et informatique, soit deux enseignantes ayant vingt ans d’expérience et la correction informatique effectuée par le correcteur orthographique et grammatical de Word et les deux correcticiels canadiens, Le correcteur 101 et Antidote. Les résultats montrent que la nature de ces médiations n’est pas comparable et que la médiation informatique, pour être efficace, nécessite la participation active, intelligente et instruite de l’utilisateur et que les correcticiels ne peuvent pas corriger efficacement des textes d’étudiants de niveau intermédiaire.Can spellcheckers or grammar correctors, be they part of a word processor or stand-alone programs, help FSL students become more adept at correcting or editing the written texts they produce? Does computer-assisted mediation enable learners to correct their work efficiently and how does it compare with human mediation? What differentiates them? Texts written by anglophone students were corrected using both methods, i.e., on the one hand, by two teachers with 20 years experience and, on the other hand, using the specialized tools available with MSWord as well as two Canadian text correction programs, Le Correcteur 101 and Antidote. It turns out that the two methods are of very different natures ; computer-based correction can only give some positive results if the users have received appropriate training enabling them to actively and

  7. Hand Hygiene: When and How

    Science.gov (United States)

    Hand Hygiene When and How August 2009 How to handrub? How to handwash? RUB HANDS FOR HAND HYGIENE! WASH HANDS WHEN VISIBLY SOILED Duration of the ... its use. When? YOUR 5 MOMENTS FOR HAND HYGIENE 1 BEFORETOUCHINGA PATIENT 2 B P ECFLOER R ...

  8. Future trends and needs in stored product entomology-pest management

    Science.gov (United States)

    Insect pest management in stored products, and in particular the concept of integrated pest management (IPM), has different meanings depending on one's viewpoint of IPM. One of the difficulties in stored products is adequately sampling large bulk bins or silos of raw stored grain or large milling an...

  9. Using Bacteria to Store Renewable Energy (Text Version) | News | NREL

    Science.gov (United States)

    Using Bacteria to Store Renewable Energy (Text Version) Using Bacteria to Store Renewable Energy is a text version of the video entitled "Using Bacteria to Store Renewable Energy." ; Bacteria from some of the Earth's harshest environments now have a new home at NREL. [A natural spring has

  10. A radiative corrections scheme for generation of the lepton masses

    International Nuclear Information System (INIS)

    Pisano, F.; Pleitez, V.; Tonasse, M.D.

    1994-01-01

    We consider in the context of 331 model of the electroweak interactions the generation of the lepton masses by introducing a single neutral right-handed singlet in a radiatively corrections scheme. By adding a lepton-baryon number violating term in the Higgs potential, we show that one can have the right mass spectrum for the leptons without introducing a sextet of Higgs fields which is present in the original model. (author) of Higgs fields which is present in the original model. (author)

  11. Modelling of hand phantoms and optimisation of dose measurements in inhomogeneous beta-photon radiation fields using the MCNP code

    International Nuclear Information System (INIS)

    Becker, Frank; Blunck, Christoph; Hegenbart, Lars; Heide, Bernd; Leone, Debora; Nagels, Sven; Schimmelpfeng, Jutta; Urban, Manfred

    2008-01-01

    Inhomogeneous beta-photon radiation fields make a reliable dose difficult to determine. Routine monitoring with dosemeters does not guarantee any accurate determination of the local skin dose. In general, correction factors are used to correct for the measured dose and the maximum exposure. However, strong underestimations of the maximum exposure are possible, depending on the individual handling and the reliability of dose measurements. Simulations provide the possibility to track the points of highest exposure and the origin of the highest dose. In this connection, simulations are performed with MCNPX. In order to investigate the local skin dose, two hand phantoms are used, a model based on geometrical elements and a voxel hand. A typical case of radio synoviorthesis, handling of a syringe filled with 90 Y, is simulated. Another simulation focuses on the selective internal radio therapy, revealing the origin of the main dose component in the mixed beta-photon radiation field of a 90 Y vial in an opened transport container. (author)

  12. 41 CFR 109-1.5108-3 - Stores inventories.

    Science.gov (United States)

    2010-07-01

    ... 41 Public Contracts and Property Management 3 2010-07-01 2010-07-01 false Stores inventories. 109-1.5108-3 Section 109-1.5108-3 Public Contracts and Property Management Federal Property Management....51-Personal Property Management Standards and Practices § 109-1.5108-3 Stores inventories. Perpetual...

  13. Is the hand to speech what speech is to the hand?

    Science.gov (United States)

    Mildner, V

    2000-01-01

    Interference between the manual and the verbal performance on two types of concurrent verbal-manual tasks was studied on a sample of 48 female right-handers. The more complex verbal task (storytelling) affected both hands significantly, the less complex (essentially phonemic) task affected only the right hand, with insignificant negative influence on the left-hand performance. No significant reciprocal effects of the motor task on verbalization were found.

  14. PERSONALITY INFLUENCES ON ONLINE STORES CUSTOMERS BEHAVIOR

    Directory of Open Access Journals (Sweden)

    Costinel DOBRE

    2015-02-01

    Full Text Available Online customer behaviors include a wide range of processes and activities related to sensory reactions, perceptions, attitude formation, preferences, decisions, satisfaction evaluation, and loyalty formation. Online customer behaviors are influenced by exogenous and endogenous factors. Exogenous factors include attributes associated with the online retailer and the consumer’s environmental influences. Endogenous factors include characteristics attributed to consumers. Of these, personality has major influences on customer behavior in the online stores. In this paper we highlight the influences of personality on important decision making variables linked to the customer’s online visiting, buying and post purchase process. Thus, we intend to point out the influences of personality on the criteria used in evaluating stores, on expectations customers form towards stores, on the perception of store performance and the assessment of satisfaction. This will involve carrying out a survey, and its administration will be performed on the Internet. The sample under research will comprise respondents who own an account on the social network Facebook, assuming these respondents have time and are more likely to have purchased online at least once. The results of this study are useful both for academic researchers and practitioners engaged in online marketing, online communication and web design.

  15. Publisher Correction: Probing the strongly driven spin-boson model in a superconducting quantum circuit.

    Science.gov (United States)

    Magazzù, L; Forn-Díaz, P; Belyansky, R; Orgiazzi, J-L; Yurtalan, M A; Otto, M R; Lupascu, A; Wilson, C M; Grifoni, M

    2018-06-07

    The original PDF and HTML versions of this Article omitted the ORCID ID of the authors L. Magazzù and P. Forn-Díaz. (L. Magazzù: 0000-0002-4377-8387; P. Forn-Diaz: 0000-0003-4365-5157).The original PDF version of this Article contained errors in Eqs. (2), (6), (13), (14), (25), (26). These equations were missing all instances of 'Γ' and 'Δ', which are correctly displayed in the HTML version.Similarly, the inline equation in the third sentence of the caption of Fig. 2 was missing the left hand term 'Ω'.The original HTML version of this Article contained errors in Table 1. The correct version of the sixth row of the first column states 'Figure 2' instead of the original, incorrect 'Figure'. And the correction version of the ninth row of the first column states 'Figure 3' instead of the original, incorrect 'Figure'.This has been corrected in both the PDF and HTML versions of the Article.

  16. Hand hygiene in reducing transient flora on the hands of healthcare workers: an educational intervention.

    Science.gov (United States)

    Kapil, R; Bhavsar, H K; Madan, M

    2015-01-01

    Hand hygiene has now been recognised as one of the most effective intervention to control the transmission of infections in a hospital and education is an important tool to ensure its implementation. In order to convince the users and as a part of education, it is important to generate evidence on the role of hand hygiene in reducing the bacterial flora on their hands. The present study was undertaken in a tertiary care hospital to demonstrate the presence of bacterial flora on the hands of healthcare workers (HCW) in different categories, to teach them proper hand hygiene technique using alcohol-based hand rub and determine the outcome for reduction of bacteria. A total sample size of 60 subjects including resident doctors, medical students, nurses and hospital attendants were included in the study after obtaining informed consent. Each person was educated on the technique of hand hygiene with alcohol-based hand rub and hand impressions were cultured before and after hand hygiene. All the subjects were also given a questionnaire to assess their perception on hand hygiene. The WHO posters on proper hand hygiene were displayed in the appropriate areas of the hospital in addition, as an educational tool. Majority (42 out of 60) of the HCWs had bacterial count up to 100 colonies or more on both hands before the application of hand rub while working in the hospital. After use of alcohol hand rub with a proper hand hygiene technique, it was found that the percentage reduction was 95-99% among doctors and nurses, 70% among hospital attendants and 50% among sanitary attendants. Staphylococcus aureus was present on the hands of eight persons of which three were methicillin-resistant Staphylococcus aureus. The study demonstrates that transient bacteria are present on the hands of HCWs but majority could be removed by proper hand hygiene, which needs continuous education to be effective. It also shows that active education by demonstrating the proper hand hygiene technique

  17. Hand aperture patterns in prehension.

    Science.gov (United States)

    Bongers, Raoul M; Zaal, Frank T J M; Jeannerod, Marc

    2012-06-01

    Although variations in the standard prehensile pattern can be found in the literature, these alternative patterns have never been studied systematically. This was the goal of the current paper. Ten participants picked up objects with a pincer grip. Objects (3, 5, or 7cm in diameter) were placed at 30, 60, 90, or 120cm from the hands' starting location. Usually the hand was opened gradually to a maximum immediately followed by hand closing, called the standard hand opening pattern. In the alternative opening patterns the hand opening was bumpy, or the hand aperture stayed at a plateau before closing started. Two participants in particular delayed the start of grasping with respect to start of reaching, with the delay time increasing with object distance. For larger object distances and smaller object sizes, the bumpy and plateau hand opening patterns were used more often. We tentatively concluded that the alternative hand opening patterns extended the hand opening phase, to arrive at the appropriate hand aperture at the appropriate time to close the hand for grasping the object. Variations in hand opening patterns deserve attention because this might lead to new insights into the coordination of reaching and grasping. Copyright © 2011 Elsevier B.V. All rights reserved.

  18. GSM accessories now available from the CERN Stores

    CERN Multimedia

    Labo Telecom

    2001-01-01

    As of 1st October you can order and receive GSM accessories from the CERN stores like any other article. The CERN stores also manage GSM telephones but, for technical reasons, only the Labo Telecom shop (Building 31, Room S026) is able to make the standard sales, repairs and exchanges for authorised persons with a CERN subscription. Labo Telecom will thus become a specialist shop, open from 11 a.m. to 12 a.m., and will apply the usual rules and authorisation procedures of the stores. The paper form for requests for GSM subscriptions is being computerized and will be available on EDH in the near future.

  19. Maximally Localized States and Quantum Corrections of Black Hole Thermodynamics in the Framework of a New Generalized Uncertainty Principle

    International Nuclear Information System (INIS)

    Zhang, Shao-Jun; Miao, Yan-Gang; Zhao, Ying-Jie

    2015-01-01

    As a generalized uncertainty principle (GUP) leads to the effects of the minimal length of the order of the Planck scale and UV/IR mixing, some significant physical concepts and quantities are modified or corrected correspondingly. On the one hand, we derive the maximally localized states—the physical states displaying the minimal length uncertainty associated with a new GUP proposed in our previous work. On the other hand, in the framework of this new GUP we calculate quantum corrections to the thermodynamic quantities of the Schwardzschild black hole, such as the Hawking temperature, the entropy, and the heat capacity, and give a remnant mass of the black hole at the end of the evaporation process. Moreover, we compare our results with that obtained in the frameworks of several other GUPs. In particular, we observe a significant difference between the situations with and without the consideration of the UV/IR mixing effect in the quantum corrections to the evaporation rate and the decay time. That is, the decay time can greatly be prolonged in the former case, which implies that the quantum correction from the UV/IR mixing effect may give rise to a radical rather than a tiny influence to the Hawking radiation.

  20. Retail store image in emerging markets: An initial study among Chinese retailers

    DEFF Research Database (Denmark)

    Hansen, Kåre

    differences regarding store characteristics, purchasing behavior, and supplier selection criteria among the three identified store image segments are revealed. The implications of these findings for practitioners and for future research on store image in emerging markets are highlighted....... their stores to defend and sustain the image (i.e. retailers' perspective). Here Chinese food retailing is used as an example of emerging markets. The study finds three unique store images, corresponding to up-market, middle-range, and down-market store segments. Contrasting the two studies, significant...

  1. Allegheny County Supermarkets & Convenience Stores

    Data.gov (United States)

    Allegheny County / City of Pittsburgh / Western PA Regional Data Center — Location information for all Supermarkets and Convenience Stores in Allegheny County was produced using the Allegheny County Fee and Permit Data for 2016.

  2. Proving the correctness of unfold/fold program transformations using bisimulation

    DEFF Research Database (Denmark)

    Hamilton, Geoff W.; Jones, Neil

    2011-01-01

    by a labelled transition system whose bisimilarity relation is a congruence that coincides with contextual equivalence. Labelled transition systems are well-suited to represent global program behaviour. On the other hand, unfold/fold program transformations use generalization and folding, and neither is easy......This paper shows that a bisimulation approach can be used to prove the correctness of unfold/fold program transformation algorithms. As an illustration, we show how our approach can be use to prove the correctness of positive supercompilation (due to Sørensen et al). Traditional program equivalence...... to describe contextually, due to use of non-local information. We show that weak bisimulation on labelled transition systems gives an elegant framework to prove contextual equivalence of original and transformed programs. One reason is that folds can be seen in the context of corresponding unfolds....

  3. Vitamin E nanoemulsion activity on stored red blood cells.

    Science.gov (United States)

    Silva, C A L; Azevedo Filho, C A; Pereira, G; Silva, D C N; Castro, M C A B; Almeida, A F; Lucena, S C A; Santos, B S; Barjas-Castro, M L; Fontes, A

    2017-06-01

    Stored red blood cells (RBCs) undergo numerous changes that have been termed RBC storage lesion, which can be related to oxidative damage. Vitamin E is an important antioxidant, acting on cell lipids. Thus, this study aimed to investigate vitamin E activity on stored RBCs. We prepared a vitamin E nanoemulsion that was added to RBC units and stored at 4 °C. Controls, without vitamin E, were kept under the same conditions. Reactive oxygen species (ROS) production was monitored for up to 35 days of storage. RBC elasticity was also evaluated using an optical tweezer system. Vitamin E-treated samples presented a significant decrease in ROS production. Additionally, the elastic constant for vitamin E-treated RBCs did not differ from the control. Vitamin E decreased the amount of ROS in stored RBCs. Because vitamin E acts on lipid oxidation, results suggest that protein oxidation should also be considered a key factor for erythrocyte elastic properties. Thus, further studies combining vitamin E with protein antioxidants deserve attention, aiming to better preserve overall stored RBC properties. © 2017 British Blood Transfusion Society.

  4. Closure Report for Corrective Action Unit 340: NTS Pesticide Release Sites Nevada Test Site, Nevada

    Energy Technology Data Exchange (ETDEWEB)

    C. M. Obi

    2000-05-01

    The purpose of this report is to provide documentation of the completed corrective action and to provide data confirming the corrective action. The corrective action was performed in accordance with the approved Corrective Action Plan (CAP) (U.S. Department of Energy [DOE], 1999) and consisted of clean closure by excavation and disposal. The Area 15 Quonset Hut 15-11 was formerly used for storage of farm supplies including pesticides, herbicides, and fertilizers. The Area 23 Quonset Hut 800 was formerly used to clean pesticide and herbicide equipment. Steam-cleaning rinsate and sink drainage occasionally overflowed a sump into adjoining drainage ditches. One ditch flows south and is referred to as the quonset hut ditch. The other ditch flows southeast and is referred to as the inner drainage ditch. The Area 23 Skid Huts were formerly used for storing and mixing pesticide and herbicide solutions. Excess solutions were released directly to the ground near the skid huts. The skid huts were moved to a nearby location prior to the site characterization performed in 1998 and reported in the Corrective Action Decision Document (CADD) (DOE, 1998). The vicinity and site plans of the Area 23 sites are shown in Figures 2 and 3, respectively.

  5. Isochronicity corrections for isochronous mass measurements at the HIRFL-CSRe

    International Nuclear Information System (INIS)

    Gao, Xiang; Yuan, You-Jin; Yang, Jian-cheng; Litvinov, S.; Wang, Meng; Litvinov, Y.; Zhang, Wei; Yin, Da-Yu; Shen, Guo-Dong; Chai, Wei-ping; Shi, Jian; Shang, Peng

    2014-01-01

    Isochronous Mass Spectrometry (IMS) is a unique experimental method for mass measurement experiments on short-lived nuclei. Mass measurements of 78 Kr projectile fragments were performed in HIRFL-CSRe at the Institute of Modern Physics (IMP), Chinese Academy of Sciences. The short-lived secondary beams were produced by bombarding a 15 mm thick beryllium-target in the Radioactive Ion Beam Line (RIBLL2) and were then injected into the CSRe storage ring. The masses of stored ions were measured by employing the IMS technique, which is based on the determination of the ion revolution times. A dedicated time-of-flight (TOF) detector is used for the latter purpose. However, the isochronicity, and thus the mass resolving power, depends on the momentum spread and the transverse emittance of the injected beams, Here, we present the first-order isochronicity optimization, the chromaticity and second-order isochronicity corrections through the modification of the quadrupole and sextupole field strengths. With the help of these corrections, the mass resolution of Δm/m=10 −6 can be achieved

  6. Isochronicity corrections for isochronous mass measurements at the HIRFL-CSRe

    Energy Technology Data Exchange (ETDEWEB)

    Gao, Xiang [Institute of Modern Physics, Chinese Academy of Sciences, Lanzhou 730000 (China); Graduate University of Chinese Academy of Sciences, Beijing 100049 (China); Yuan, You-Jin; Yang, Jian-cheng [Institute of Modern Physics, Chinese Academy of Sciences, Lanzhou 730000 (China); Litvinov, S. [GSI, Helmholtzzentrum für Schwerionenforschung GmbH, 64291 Darmstadt (Germany); Wang, Meng [Institute of Modern Physics, Chinese Academy of Sciences, Lanzhou 730000 (China); Litvinov, Y. [GSI, Helmholtzzentrum für Schwerionenforschung GmbH, 64291 Darmstadt (Germany); Zhang, Wei; Yin, Da-Yu [Institute of Modern Physics, Chinese Academy of Sciences, Lanzhou 730000 (China); Shen, Guo-Dong [Institute of Modern Physics, Chinese Academy of Sciences, Lanzhou 730000 (China); Graduate University of Chinese Academy of Sciences, Beijing 100049 (China); Chai, Wei-ping; Shi, Jian [Institute of Modern Physics, Chinese Academy of Sciences, Lanzhou 730000 (China); Shang, Peng [Institute of Modern Physics, Chinese Academy of Sciences, Lanzhou 730000 (China); Graduate University of Chinese Academy of Sciences, Beijing 100049 (China)

    2014-11-01

    Isochronous Mass Spectrometry (IMS) is a unique experimental method for mass measurement experiments on short-lived nuclei. Mass measurements of {sup 78}Kr projectile fragments were performed in HIRFL-CSRe at the Institute of Modern Physics (IMP), Chinese Academy of Sciences. The short-lived secondary beams were produced by bombarding a 15 mm thick beryllium-target in the Radioactive Ion Beam Line (RIBLL2) and were then injected into the CSRe storage ring. The masses of stored ions were measured by employing the IMS technique, which is based on the determination of the ion revolution times. A dedicated time-of-flight (TOF) detector is used for the latter purpose. However, the isochronicity, and thus the mass resolving power, depends on the momentum spread and the transverse emittance of the injected beams, Here, we present the first-order isochronicity optimization, the chromaticity and second-order isochronicity corrections through the modification of the quadrupole and sextupole field strengths. With the help of these corrections, the mass resolution of Δm/m=10{sup −6} can be achieved.

  7. Site selection under the underground geologic store plan. Procedures of selecting underground geologic stores as disputed by society, science, and politics. Site selection rules

    International Nuclear Information System (INIS)

    Aebersold, M.

    2008-01-01

    The new Nuclear Power Act and the Nuclear Power Ordinance of 2005 are used in Switzerland to select a site of an underground geologic store for radioactive waste in a substantive planning procedure. The ''Underground Geologic Store Substantive Plan'' is to ensure the possibility to build underground geologic stores in an independent, transparent and fair procedure. The Federal Office for Energy (BFE) is the agency responsible for this procedure. The ''Underground Geologic Store'' Substantive Plan comprises these principles: - The long term protection of people and the environment enjoys priority. Aspects of regional planning, economics and society are of secondary importance. - Site selection is based on the waste volumes arising from the five nuclear power plants currently existing in Switzerland. The Substantive Plan is no precedent for or against future nuclear power plants. - A transparent and fair procedure is an indispensable prerequisite for achieving the objectives of a Substantive Plan, i.e., finding accepted sites for underground geologic stores. The Underground Geologic Stores Substantive Plan is arranged in two parts, a conceptual part defining the rules of the selection process, and an implementation part documenting the selection process step by step and, in the end, naming specific sites of underground geologic stores in Switzerland. The objective is to be able to commission underground geologic stores in 25 or 35 years' time. In principle, 2 sites are envisaged, one for low and intermediate level waste, and one for high level waste. The Swiss Federal Council approved the conceptual part on April 2, 2008. This marks the beginning of the implementation phase and the site selection process proper. (orig.)

  8. Store-directed price promotions and communications strategies improve healthier food supply and demand: impact results from a randomized controlled, Baltimore City store-intervention trial.

    Science.gov (United States)

    Budd, Nadine; Jeffries, Jayne K; Jones-Smith, Jessica; Kharmats, Anna; McDermott, Ann Yelmokas; Gittelsohn, Joel

    2017-12-01

    Small food store interventions show promise to increase healthy food access in under-resourced areas. However, none have tested the impact of price discounts on healthy food supply and demand. We tested the impact of store-directed price discounts and communications strategies, separately and combined, on the stocking, sales and prices of healthier foods and on storeowner psychosocial factors. Factorial design randomized controlled trial. Twenty-four corner stores in low-income neighbourhoods of Baltimore City, MD, USA. Stores were randomized to pricing intervention, communications intervention, combined pricing and communications intervention, or control. Stores that received the pricing intervention were given a 10-30 % price discount by wholesalers on selected healthier food items during the 6-month trial. Communications stores received visual and interactive materials to promote healthy items, including signage, taste tests and refrigerators. All interventions showed significantly increased stock of promoted foods v. There was a significant treatment effect for daily unit sales of healthy snacks (β=6·4, 95 % CI 0·9, 11·9) and prices of healthy staple foods (β=-0·49, 95 % CI -0·90, -0·03) for the combined group v. control, but not for other intervention groups. There were no significant intervention effects on storeowner psychosocial factors. All interventions led to increased stock of healthier foods. The combined intervention was effective in increasing sales of healthier snacks, even though discounts on snacks were not passed to the consumer. Experimental research in small stores is needed to understand the mechanisms by which store-directed price promotions can increase healthy food supply and demand.

  9. Misalignment corrections in optical interconnects

    Science.gov (United States)

    Song, Deqiang

    Optical interconnects are considered a promising solution for long distance and high bitrate data transmissions, outperforming electrical interconnects in terms of loss and dispersion. Due to the bandwidth and distance advantage of optical interconnects, longer links have been implemented with optics. Recent studies show that optical interconnects have clear advantages even at very short distances---intra system interconnects. The biggest challenge for such optical interconnects is the alignment tolerance. Many free space optical components require very precise assembly and installation, and therefore the overall cost could be increased. This thesis studied the misalignment tolerance and possible alignment correction solutions for optical interconnects at backplane or board level. First the alignment tolerance for free space couplers was simulated and the result indicated the most critical alignments occur between the VCSEL, waveguide and microlens arrays. An in-situ microlens array fabrication method was designed and experimentally demonstrated, with no observable misalignment with the waveguide array. At the receiver side, conical lens arrays were proposed to replace simple microlens arrays for a larger angular alignment tolerance. Multilayer simulation models in CodeV were built to optimized the refractive index and shape profiles of the conical lens arrays. Conical lenses fabricated with micro injection molding machine and fiber etching were characterized. Active component VCSOA was used to correct misalignment in optical connectors between the board and backplane. The alignment correction capability were characterized for both DC and AC (1GHz) optical signal. The speed and bandwidth of the VCSOA was measured and compared with a same structure VCSEL. Based on the optical inverter being studied in our lab, an all-optical flip-flop was demonstrated using a pair of VCSOAs. This memory cell with random access ability can store one bit optical signal with set or

  10. The retail store managers' role: Evidence from Greece

    Directory of Open Access Journals (Sweden)

    Zairis, A.

    2013-03-01

    Full Text Available Despite the fact that the retail manager's role is determinant for a store's performance, and there is abundant wisdom about how to be an outstanding manager or what are the characteristics of a successful retail manager, there is no detailed description about the store managers' role or their actual work. Furthermore, the continuous developments in the retail sector have established different roles and created higher levels of responsibility for store managers. The aim of the present paper is to empirically investigate the role of retail store managers in Greece and identify any potential differences in terms of personal characteristics, tasks and various job-related factors. For the purposes of this research a survey was conducted focusing on the sectors of apparel/footwear and food, in an attempt to explore any potential differences within the two divisions. The results revealed the profile of the Greek store managers (male, over the age of 40, with a secondary level of education and more than five years of work experience and their multi-factor role. The three major roles that they perform were labeled as: sales oriented, supervisor, and customer experience oriented. The research also indicated that the two most popular sub-sectors in the Greek retail industry employ different profile managers. The issues of work experience, job satisfaction and security were also analysed.

  11. The Antecedents of Store Image and Customer Satisfaction

    Directory of Open Access Journals (Sweden)

    Banu Külter Demirgüneş

    2014-07-01

    Full Text Available Definition ofstore image is argued to be useful if it predicts phenomena such assatisfaction, loyalty, customer retention and other attitudinal and behavioraloutcomes. Previous researches show that customers are affected by the storeattributes and consider them to assess perceived benefits and attitudes. One ofthe biggest challenges for companies is to build a positive image. Knowing thealternatives which could be used to form a positive image is an importantissue.A positive image which iscreated in the customer’s mind about store is seen to have a strong andpositive influence on satisfaction. A satisfied customer is likely to be loyalto the store. Therefore, image and customer satisfaction gain importance in thestores which aim to survive.     This study focuses on store image, customer satisfaction and therelationship between them. The study primarily explains these two concepts, andthen provides a literature review on the researches related with them. The study presents researches in which store image andcustomer satisfaction are separately discussed, thus it also shows othervariables which can be influential on these concepts. Implications for bothstore image theory and practices are discussed. The literature review revealsthat store image plays an important role in customer satisfaction.  Sincemost of the studies in literature are based on retail industry, in this study‘store’ concept mostly refers to ‘retail store’.

  12. Criteria for Evaluating Oral History Interviews.

    Science.gov (United States)

    Fonsino, Frank J.

    1980-01-01

    Discusses the rationale for establishing criteria for evaluating oral history interviews. Presents seven evaluation categories relating to oral history tapes and three categories relating to typescripts. (CK)

  13. 32 CFR Appendix B to Part 231 - In-Store Banking

    Science.gov (United States)

    2010-07-01

    ... 32 National Defense 2 2010-07-01 2010-07-01 false In-Store Banking B Appendix B to Part 231.... 231, App. B Appendix B to Part 231—In-Store Banking A. Selection Process. The purpose of this guidance... provide in-store banking services when such services are desired and approved by the installation...

  14. Quantum Corrected Non-Thermal Radiation Spectrum from the Tunnelling Mechanism

    Directory of Open Access Journals (Sweden)

    Subenoy Chakraborty

    2015-06-01

    Full Text Available The tunnelling mechanism is today considered a popular and widely used method in describing Hawking radiation. However, in relation to black hole (BH emission, this mechanism is mostly used to obtain the Hawking temperature by comparing the probability of emission of an outgoing particle with the Boltzmann factor. On the other hand, Banerjee and Majhi reformulated the tunnelling framework deriving a black body spectrum through the density matrix for the outgoing modes for both the Bose-Einstein distribution and the Fermi-Dirac distribution. In contrast, Parikh and Wilczek introduced a correction term performing an exact calculation of the action for a tunnelling spherically symmetric particle and, as a result, the probability of emission of an outgoing particle corresponds to a non-strictly thermal radiation spectrum. Recently, one of us (C. Corda introduced a BH effective state and was able to obtain a non-strictly black body spectrum from the tunnelling mechanism corresponding to the probability of emission of an outgoing particle found by Parikh and Wilczek. The present work introduces the quantum corrected effective temperature and the corresponding quantum corrected effective metric is written using Hawking’s periodicity arguments. Thus, we obtain further corrections to the non-strictly thermal BH radiation spectrum as the final distributions take into account both the BH dynamical geometry during the emission of the particle and the quantum corrections to the semiclassical Hawking temperature.

  15. Consumer Perceptions of the Safety of Ready-to-Eat Foods in Retail Food Store Settings.

    Science.gov (United States)

    Levine, Katrina; Yavelak, Mary; Luchansky, John B; Porto-Fett, Anna C S; Chapman, Benjamin

    2017-08-01

    To better understand how consumers perceive food safety risks in retail food store settings, a survey was administered to 1,041 nationally representative participants who evaluated possible food safety risks depicted in selected photographs and self-reported their perceptions, attitudes, and behaviors. Participants were shown 12 photographs taken at retail stores portraying either commonly perceived or actual food safety contributing factors, such as cross-contamination, product and equipment temperatures, worker hygiene, and/or store sanitation practices. Participants were then asked to specifically identify what they saw, comment as to whether what they saw was safe or unsafe, and articulate what actions they would take in response to these situations. In addition to the survey, focus groups were employed to supplement survey findings with qualitative data. Survey respondents identified risk factors for six of nine actual contributing factor photographs >50% of the time: poor produce storage sanitation (86%, n = 899), cross-contamination during meat slicing (72%, n = 750), bare-hand contact of ready-to-eat food in the deli area (67%, n = 698), separation of raw and ready-to-eat food in the seafood case (63%, n = 660), cross-contamination from serving utensils in the deli case (62%, n = 644), and incorrect product storage temperature (51%, n = 528). On a scale of 1 to 5, where 1 was very unsafe and 5 was very safe, a significant difference was found between average risk perception scores for photographs of actual contributing factors (score of ca. 2.5) and scores for photographs of perceived contributing factors (score of ca. 2.0). Themes from the focus groups supported the results of the survey and provided additional insight into consumer food safety risk perceptions. The results of this study inform communication interventions for consumers and retail food safety professionals aimed at improving hazard identification.

  16. Identifying e-cigarette vape stores: description of an online search methodology.

    Science.gov (United States)

    Kim, Annice E; Loomis, Brett; Rhodes, Bryan; Eggers, Matthew E; Liedtke, Christopher; Porter, Lauren

    2016-04-01

    Although the overall impact of Electronic Nicotine Delivery Systems (ENDS) on public health is unclear, awareness, use, and marketing of the products have increased markedly in recent years. Identifying the increasing number of 'vape stores' that specialise in selling ENDS can be challenging given the lack of regulatory policies and licensing. This study assesses the utility of online search methods in identifying ENDS vape stores. We conducted online searches in Google Maps, Yelp, and YellowPages to identify listings of ENDS vape stores in Florida, and used a crowdsourcing platform to call and verify stores that primarily sold ENDS to consumers. We compared store listings generated from the online search and crowdsourcing methodology to list licensed tobacco and ENDS retailers from the Florida Department of Business and Professional Regulation. The combined results from all three online sources yielded a total of 403 ENDS vape stores. Nearly 32.5% of these stores were on the state tobacco licensure list, while 67.5% were not. Accuracy of online results was highest for Yelp (77.6%), followed by YellowPages (77.1%) and Google (53.0%). Using the online search methodology we identified more ENDS vape stores than were on the state tobacco licensure list. This approach may be a promising strategy to identify and track the growth of ENDS vape stores over time, especially in states without a systematic licensing requirement for such stores. Published by the BMJ Publishing Group Limited. For permission to use (where not already granted under a licence) please go to http://www.bmj.com/company/products-services/rights-and-licensing/

  17. Unimanual SNARC Effect: Hand Matters

    Directory of Open Access Journals (Sweden)

    Marianna eRiello

    2011-12-01

    Full Text Available A structural representation of the hand embedding information about the identity and relative position of fingers is necessary to counting routines. It may also support associations between numbers and allocentric spatial codes that predictably interact with other known numerical spatial representations, such as the mental number line. In this study, 48 Western participants whose typical counting routine proceeded from thumb-to-little on both hands performed magnitude and parity binary judgments. Response keys were pressed either with the right index and middle fingers or with the left index and middle fingers in separate blocks. 24 participants responded with either hands in prone posture (i.e. palm down and 24 participants responded with either hands in supine (i.e. palm up posture. When hands were in prone posture, the counting direction of the left hand conflicted with the direction of the left-right mental number line, whereas the counting direction of the right hand was consistent with it. When hands were in supine posture, the opposite was true. If systematic associations existed between relative number magnitude and an allocentric spatial representation of the finger series within each hand, as predicted on the basis of counting habits, interactions would be expected between hand posture and a unimanual version of the Spatial-Numerical Association of Response Codes (SNARC effect. Data revealed that with hands in prone posture a unimanual SNARC effect was present for the right hand, and with hands in supine posture a unimanual SNARC effect was present for the left hand. We propose that a posture-invariant body structural representation of the finger series provides a relevant frame of reference, a within-hand directional vector, that is associated to simple number processing. Such frame of reference can significantly interact with stimulus-response correspondence effects that have been attributed to the mapping of numbers on a mental

  18. Comparative study of presurgical hand hygiene with hydroalcoholic solution versus traditional presurgical hand hygiene.

    Science.gov (United States)

    López Martín, M Beatriz; Erice Calvo-Sotelo, Alejo

    To compare presurgical hand hygiene with hydroalcoholic solution following the WHO protocol with traditional presurgical hand hygiene. Cultures of the hands of surgeons and surgical nurses were performed before and after presurgical hand hygiene and after removing gloves at the end of surgery. Cultures were done in 2different days: the first day after traditional presurgical hand hygiene, and the second day after presurgical hand hygiene with hydroalcoholic solution following the WHO protocol. The duration of the traditional hand hygiene was measured and compared with the duration (3min) of the WHO protocol. The cost of the products used in the traditional technique was compared with the cost of the hydroalcoholic solution used. The variability of the traditional technique was determined by observation. Following presurgical hand hygiene with hydroalcoholic solution, colony-forming units (CFU) were detected in 5 (7.3%) subjects, whereas after traditional presurgical hand hygiene CFU were detected in 14 subjects (20.5%) (p < 0.05). After glove removal, the numbers of CFU were similar. The time employed in hand hygiene with hydroalcoholic solution (3min) was inferior to the time employed in the traditional technique (p < 0.05), its cost was less than half, and there was no variability. Compared with other techniques, presurgical hand hygiene with hydroalcoholic solution significantly decreases CFU, has similar latency time, a lower cost, and saves time. Copyright © 2017 Elsevier España, S.L.U. All rights reserved.

  19. Changes to online control and eye-hand coordination with healthy ageing.

    Science.gov (United States)

    O'Rielly, Jessica L; Ma-Wyatt, Anna

    2018-06-01

    Goal directed movements are typically accompanied by a saccade to the target location. Online control plays an important part in correction of a reach, especially if the target or goal of the reach moves during the reach. While there are notable changes to visual processing and motor control with healthy ageing, there is limited evidence about how eye-hand coordination during online updating changes with healthy ageing. We sought to quantify differences between older and younger people for eye-hand coordination during online updating. Participants completed a double step reaching task implemented under time pressure. The target perturbation could occur 200, 400 and 600 ms into a reach. We measured eye position and hand position throughout the trials to investigate changes to saccade latency, movement latency, movement time, reach characteristics and eye-hand latency and accuracy. Both groups were able to update their reach in response to a target perturbation that occurred at 200 or 400 ms into the reach. All participants demonstrated incomplete online updating for the 600 ms perturbation time. Saccade latencies, measured from the first target presentation, were generally longer for older participants. Older participants had significantly increased movement times but there was no significant difference between groups for touch accuracy. We speculate that the longer movement times enable the use of new visual information about the target location for online updating towards the end of the movement. Interestingly, older participants also produced a greater proportion of secondary saccades within the target perturbation condition and had generally shorter eye-hand latencies. This is perhaps a compensatory mechanism as there was no significant group effect on final saccade accuracy. Overall, the pattern of results suggests that online control of movements may be qualitatively different in older participants. Crown Copyright © 2018. Published by Elsevier B.V. All

  20. Store Security: Reducing Shoplifting.

    Science.gov (United States)

    Minsel, Robert; Garman, Jerry

    The major purpose of the course outline presented in the document is the reduction of stealing in retail stores. The teaching outline is formatted by juxtaposing the content outline of each substantive area next to relevant activities and methods. Some of the topics covered are psychology of shoplifting, tools used by shoplifters, Ohio's law on…

  1. Attenuation correction for the collimated gamma ray assay of cylindrical samples

    International Nuclear Information System (INIS)

    Patra, Sabyasachi; Agarwal, Chhavi; Goswami, A.; Gathibandhe, M.

    2015-01-01

    The Hybrid Monte Carlo (HMC) method developed earlier for attenuation correction of non-collimated samples [Agarwal et al., 2008, Nucl. Instrum. Methods A 597, 198], has been extended to the segmented gamma ray assay of cylindrical samples. The method has been validated both experimentally and theoretically. For experimental validation, the results of HMC calculation have been compared with the experimentally obtained attenuation correction factors. The HMC attenuation correction factors have also been compared with the results obtained from literature available near-field and far-field formulae at two sample-to-detector distances (10.3 cm and 20.4 cm). The method has been found to be valid at all sample-to-detector distances over a wide range of transmittance. On the other hand, the literature available near-field and far-field formulae have been found to work over a limited range of sample-to detector distances and transmittances. The HMC method has been further extended to circular collimated geometries where analytical formula for attenuation correction does not exist. - Highlights: • Hybrid Monte Carlo method for attenuation correction developed for SGA system. • Method found to work for all sample-detector geometries for all transmittances. • The near-field formula applicable only after certain sample-detector distance. • The far-field formula applicable only for higher transmittances (>18%). • Hybrid Monte Carlo method further extended to circular collimated geometry

  2. Renormalisation group corrections to the littlest seesaw model and maximal atmospheric mixing

    International Nuclear Information System (INIS)

    King, Stephen F.; Zhang, Jue; Zhou, Shun

    2016-01-01

    The Littlest Seesaw (LS) model involves two right-handed neutrinos and a very constrained Dirac neutrino mass matrix, involving one texture zero and two independent Dirac masses, leading to a highly predictive scheme in which all neutrino masses and the entire PMNS matrix is successfully predicted in terms of just two real parameters. We calculate the renormalisation group (RG) corrections to the LS predictions, with and without supersymmetry, including also the threshold effects induced by the decoupling of heavy Majorana neutrinos both analytically and numerically. We find that the predictions for neutrino mixing angles and mass ratios are rather stable under RG corrections. For example we find that the LS model with RG corrections predicts close to maximal atmospheric mixing, θ_2_3=45"∘±1"∘, in most considered cases, in tension with the latest NOvA results. The techniques used here apply to other seesaw models with a strong normal mass hierarchy.

  3. Renormalisation group corrections to the littlest seesaw model and maximal atmospheric mixing

    Energy Technology Data Exchange (ETDEWEB)

    King, Stephen F. [School of Physics and Astronomy, University of Southampton,SO17 1BJ Southampton (United Kingdom); Zhang, Jue [Center for High Energy Physics, Peking University,Beijing 100871 (China); Zhou, Shun [Center for High Energy Physics, Peking University,Beijing 100871 (China); Institute of High Energy Physics, Chinese Academy of Sciences,Beijing 100049 (China)

    2016-12-06

    The Littlest Seesaw (LS) model involves two right-handed neutrinos and a very constrained Dirac neutrino mass matrix, involving one texture zero and two independent Dirac masses, leading to a highly predictive scheme in which all neutrino masses and the entire PMNS matrix is successfully predicted in terms of just two real parameters. We calculate the renormalisation group (RG) corrections to the LS predictions, with and without supersymmetry, including also the threshold effects induced by the decoupling of heavy Majorana neutrinos both analytically and numerically. We find that the predictions for neutrino mixing angles and mass ratios are rather stable under RG corrections. For example we find that the LS model with RG corrections predicts close to maximal atmospheric mixing, θ{sub 23}=45{sup ∘}±1{sup ∘}, in most considered cases, in tension with the latest NOvA results. The techniques used here apply to other seesaw models with a strong normal mass hierarchy.

  4. Wash Your Hands

    Science.gov (United States)

    ... hand sanitizers might not remove harmful chemicals like pesticides and heavy metals from hands. Be cautious when ... Health Promotion Materials Fact Sheets Podcasts Posters Stickers Videos Web Features Training & Education Our Partners Publications, Data & ...

  5. Robotically enhanced rubber hand illusion.

    Science.gov (United States)

    Arata, Jumpei; Hattori, Masashi; Ichikawa, Shohei; Sakaguchi, Masamichi

    2014-01-01

    The rubber hand illusion is a well-known multisensory illusion. In brief, watching a rubber hand being stroked by a paintbrush while one's own unseen hand is synchronously stroked causes the rubber hand to be attributed to one's own body and to "feel like it's my hand." The rubber hand illusion is thought to be triggered by the synchronized tactile stimulation of both the subject's hand and the fake hand. To extend the conventional rubber hand illusion, we introduce robotic technology in the form of a master-slave telemanipulator. The developed one degree-of-freedom master-slave system consists of an exoskeleton master equipped with an optical encoder that is worn on the subject's index finger and a motor-actuated index finger on the rubber hand, which allows the subject to perform unilateral telemanipulation. The moving rubber hand illusion has been studied by several researchers in the past with mechanically connected rigs between the subject's body and the fake limb. The robotic instruments let us investigate the moving rubber hand illusion with less constraints, thus behaving closer to the classic rubber hand illusion. In addition, the temporal delay between the body and the fake limb can be precisely manipulated. The experimental results revealed that the robotic instruments significantly enhance the rubber hand illusion. The time delay is significantly correlated with the effect of the multisensory illusion, and the effect significantly decreased at time delays over 100 ms. These findings can potentially contribute to the investigations of neural mechanisms in the field of neuroscience and of master-slave systems in the field of robotics.

  6. Key-value store with internal key-value storage interface

    Science.gov (United States)

    Bent, John M.; Faibish, Sorin; Ting, Dennis P. J.; Tzelnic, Percy; Gupta, Uday; Grider, Gary; Bonnie, David J.

    2018-01-16

    A key-value store is provided having one or more key-value storage interfaces. A key-value store on at least one compute node comprises a memory for storing a plurality of key-value pairs; and an abstract storage interface comprising a software interface module that communicates with at least one persistent storage device providing a key-value interface for persistent storage of one or more of the plurality of key-value pairs, wherein the software interface module provides the one or more key-value pairs to the at least one persistent storage device in a key-value format. The abstract storage interface optionally processes one or more batch operations on the plurality of key-value pairs. A distributed embodiment for a partitioned key-value store is also provided.

  7. Management of Constraint Generators in Fashion Store Design Processes

    DEFF Research Database (Denmark)

    Borch Münster, Mia; Haug, Anders

    2017-01-01

    of the literature and eight case studies of fashion store design projects. Findings: The paper shows that the influence of the constraint generators decreases during the design process except for supplier-generated constraints, which increase in the final stages of the design process. The paper argues...... is on fashion store design, the findings may, to some degree, be applicable to other types of store design projects. Practical implications: The understandings provided by this paper may help designers to deal proactively with constraints, reducing the use of resources to alter design proposals. Originality......Purpose: Retail design concepts are complex designs meeting functional and aesthetic demands from various constraint generators. However, the literature on this topic is sparse and offers only little support for store designers to deal with such challenges. To address this issue, the purpose...

  8. Availability of Medical and Recreational Marijuana Stores and Neighborhood Characteristics in Colorado

    Directory of Open Access Journals (Sweden)

    Yuyan Shi

    2016-01-01

    Full Text Available Objective. To examine the availability of marijuana stores in Colorado and associations with neighborhood characteristics. Methods. The addresses for 650 medical and recreational marijuana stores were geocoded and linked to the characteristics of 1249 census tracts in Colorado. Accounting for spatial autocorrelations, autologistic regressions were used to quantify the associations of census tract socioeconomic characteristics with the availability of marijuana stores. Results. Regardless of store types, marijuana stores were more likely to locate in neighborhoods that had a lower proportion of young people, had a higher proportion of racial and ethnic minority population, had a lower household income, had a higher crime rate, or had a greater density of on-premise alcohol outlets. The availability of medical and recreational marijuana stores was differentially correlated with household income and racial and ethnic composition. Conclusions. Neighborhood disparities existed in the availability of marijuana stores, and associations between availability of stores and neighborhood characteristics varied by store types. This study highlighted the need for regulatory measures to prevent marijuana related outcomes in high risk neighborhoods.

  9. How a smiley protects health: A pilot intervention to improve hand hygiene in hospitals by activating injunctive norms through emoticons

    Science.gov (United States)

    Tsivrikos, Dimitrios; Dollinger, Daniel; Lermer, Eva

    2018-01-01

    Hand hygiene practice in hospitals is unfortunately still widely insufficient, even though it is known that transmitting pathogens via hands is the leading cause of healthcare-associated infections. Previous research has shown that improving knowledge, providing feedback on past behaviour and targeting social norms are promising approaches to improve hand hygiene practices. The present field experiment was designed to direct people on when to perform hand hygiene and prevent forgetfulness. This intervention is the first to examine the effect of inducing injunctive social norms via an emoticon-based feedback system on hand hygiene behaviour. Electronic monitoring and feedback devices were installed in hospital patient rooms on top of hand-rub dispensers, next to the doorway, for a period of 17 weeks. In the emoticon condition, screens at the devices activated whenever a person entered or exited the room. Before using the alcohol-based hand-rub dispenser, a frowny face was displayed, indicating that hand hygiene should be performed. If the dispenser was subsequently used, this picture changed to a smiley face to positively reinforce the correct behaviour. Hand hygiene behaviour in the emoticon rooms significantly outperformed the behaviour in three other tested conditions. The strong effect in this field experiment indicates that activating injunctive norms may be a promising approach to improve hand hygiene behaviour. Theoretical and practical implications of these findings are discussed. PMID:29782516

  10. Design of a store for encapsulated intermediate level radioactive waste

    International Nuclear Information System (INIS)

    Lloyd, A.I.; Robinson, G.; Price, M.S.T.

    1989-01-01

    The design of a new store for cemented intermediate level radioactive waste produced in unshielded 500 litre drums from the Winfrith Radwaste Treatment Plant is described. The store design has had to take account of local site constraints and disposal uncertainties. As a result, an innovative above ground storage tube design using interlocking, commercially available, concrete pipe rings has been selected. Other special features are that the store is easily capable of being extended whilst in service and is simple and cheap to decommission. A quality assessment facility for the drummed waste is an integral part of the store complex. (author)

  11. Coordination of hand shape.

    Science.gov (United States)

    Pesyna, Colin; Pundi, Krishna; Flanders, Martha

    2011-03-09

    The neural control of hand movement involves coordination of the sensory, motor, and memory systems. Recent studies have documented the motor coordinates for hand shape, but less is known about the corresponding patterns of somatosensory activity. To initiate this line of investigation, the present study characterized the sense of hand shape by evaluating the influence of differences in the amount of grasping or twisting force, and differences in forearm orientation. Human subjects were asked to use the left hand to report the perceived shape of the right hand. In the first experiment, six commonly grasped items were arranged on the table in front of the subject: bottle, doorknob, egg, notebook, carton, and pan. With eyes closed, subjects used the right hand to lightly touch, forcefully support, or imagine holding each object, while 15 joint angles were measured in each hand with a pair of wired gloves. The forces introduced by supporting or twisting did not influence the perceptual report of hand shape, but for most objects, the report was distorted in a consistent manner by differences in forearm orientation. Subjects appeared to adjust the intrinsic joint angles of the left hand, as well as the left wrist posture, so as to maintain the imagined object in its proper spatial orientation. In a second experiment, this result was largely replicated with unfamiliar objects. Thus, somatosensory and motor information appear to be coordinated in an object-based, spatial-coordinate system, sensitive to orientation relative to gravitational forces, but invariant to grasp forcefulness.

  12. Inexpensive and Time-Efficient Hand Hygiene Interventions Increase Elementary School Children's Hand Hygiene Rates

    Science.gov (United States)

    Snow, Michelle; White, George L.; Kim, Han S.

    2008-01-01

    Routine hand hygiene has been cited by the World Health Organization and the Centers for Disease Control and Prevention as a cost-effective and important hygiene measure in preventing the spread of infectious diseases. Several studies have explored children's hand hygiene habits, effects of scheduled hand hygiene, hand hygiene environmental…

  13. 25 CFR 226.38 - Measuring and storing oil.

    Science.gov (United States)

    2010-04-01

    ... 25 Indians 1 2010-04-01 2010-04-01 false Measuring and storing oil. 226.38 Section 226.38 Indians... LANDS FOR OIL AND GAS MINING Requirements of Lessees § 226.38 Measuring and storing oil. All production.... Facilities suitable for containing and measuring accurately all crude oil produced from the wells shall be...

  14. High-current pulses from inductive energy stores

    International Nuclear Information System (INIS)

    Wipf, S.L.

    1981-01-01

    Superconducting inductive energy stores can be used for high power pulse supplies if a suitable current multiplication scheme is used. The concept of an inductive Marx generator is superior to a transformer. A third scheme, a variable flux linkage device, is suggested; in multiplying current it also compresses energy. Its function is in many ways analogous to that of a horsewhip. Superconductor limits indicate that peak power levels of TW can be reached for stored energies above 1 MJ

  15. Clean Hands Count

    Science.gov (United States)

    ... intended to promote or encourage adherence to CDC hand hygiene recommendations. It is a component of the Clean ... also aims to address myths and misperceptions about hand hygiene and empower patients to play a role in ...

  16. Changes in food and beverage environments after an urban corner store intervention.

    Science.gov (United States)

    Cavanaugh, Erica; Green, Sarah; Mallya, Giridhar; Tierney, Ann; Brensinger, Colleen; Glanz, Karen

    2014-08-01

    In response to the obesity epidemic, interventions to improve the food environment in corner stores have gained attention. This study evaluated the availability, quality, and price of foods in Philadelphia corner stores before and after a healthy corner store intervention with two levels of intervention intensity ("basic" and "conversion"). Observational measures of the food environment were completed in 2011 and again in 2012 in corner stores participating in the intervention, using the Nutrition Environment Measures Survey for Corner Stores (NEMS-CS). Main analyses included the 211 stores evaluated at both time-points. A time-by-treatment interaction analysis was used to evaluate the changes in NEMS-CS scores by intervention level over time. Availability of fresh fruit increased significantly in conversion stores over time. Specifically, there were significant increases in the availability of apples, oranges, grapes, and broccoli in conversion stores over time. Conversion stores showed a trend toward a significantly larger increase in the availability score compared to basic stores over time. Interventions aimed at increasing healthy food availability are associated with improvements in the availability of low-fat milk, fruits, and some vegetables, especially when infrastructure changes, such as refrigeration and shelving enhancements, are offered. Copyright © 2014 Elsevier Inc. All rights reserved.

  17. Programming of left hand exploits task set but that of right hand depends on recent history.

    Science.gov (United States)

    Tang, Rixin; Zhu, Hong

    2017-07-01

    There are many differences between the left hand and the right hand. But it is not clear if there is a difference in programming between left hand and right hand when the hands perform the same movement. In current study, we carried out two experiments to investigate whether the programming of two hands was equivalent or they exploited different strategies. In the first experiment, participants were required to use one hand to grasp an object with visual feedback or to point to the center of one object without visual feedback on alternate trials, or to grasp an object without visual feedback and to point the center of one object with visual feedback on alternating trials. They then performed the tasks with the other hand. The result was that previous pointing task affected current grasping when it was performed by the left hand, but not the right hand. In experiment 2, we studied if the programming of the left (or right) hand would be affected by the pointing task performed on the previous trial not only by the same hand, but also by the right (or left) hand. Participants pointed and grasped the objects alternately with two hands. The result was similar with Experiment 1, i.e., left-hand grasping was affected by right-hand pointing, whereas right-hand grasping was immune from the interference from left hand. Taken together, the results suggest that when open- and closed-loop trials are interleaved, motor programming of grasping with the right hand was affected by the nature of the online feedback on the previous trial only if it was a grasping trial, suggesting that the trial-to-trial transfer depends on sensorimotor memory and not on task set. In contrast, motor programming of grasping with the left hand can use information about the nature of the online feedback on the previous trial to specify the parameters of the movement, even when the type of movement that occurred was quite different (i.e., pointing) and was performed with the right hand. This suggests that

  18. Clean Hands Count

    Medline Plus

    Full Text Available ... today; no cure tomorrow - Duration: 3:10. World Health Organization 75,362 views 3:10 Wash 'Em - Hand Hygiene Music Video - Duration: 5:46. Jefferson Health 412,404 views 5:46 Hand Washing Technique - ...

  19. Clean Hands Count

    Medline Plus

    Full Text Available ... today; no cure tomorrow - Duration: 3:10. World Health Organization 74,478 views 3:10 Wash 'Em - Hand Hygiene Music Video - Duration: 5:46. Jefferson Health 411,292 views 5:46 Hand Washing Technique - ...

  20. Clean Hands Count

    Medline Plus

    Full Text Available ... to promote or encourage adherence to CDC hand hygiene recommendations. It is a component of the Clean ... aims to address myths and misperceptions about hand hygiene and empower patients to play a role in ...