WorldWideScience

Sample records for program implemented stream

  1. Overview of implementation of DARPA GPU program in SAIC

    Science.gov (United States)

    Braunreiter, Dennis; Furtek, Jeremy; Chen, Hai-Wen; Healy, Dennis

    2008-04-01

    This paper reviews the implementation of DARPA MTO STAP-BOY program for both Phase I and II conducted at Science Applications International Corporation (SAIC). The STAP-BOY program conducts fast covariance factorization and tuning techniques for space-time adaptive process (STAP) Algorithm Implementation on Graphics Processor unit (GPU) Architectures for Embedded Systems. The first part of our presentation on the DARPA STAP-BOY program will focus on GPU implementation and algorithm innovations for a prototype radar STAP algorithm. The STAP algorithm will be implemented on the GPU, using stream programming (from companies such as PeakStream, ATI Technologies' CTM, and NVIDIA) and traditional graphics APIs. This algorithm will include fast range adaptive STAP weight updates and beamforming applications, each of which has been modified to exploit the parallel nature of graphics architectures.

  2. Battling memory requirements of array programming through streaming

    DEFF Research Database (Denmark)

    Kristensen, Mads Ruben Burgdorff; Avery, James Emil; Blum, Troels

    2016-01-01

    A barrier to efficient array programming, for example in Python/NumPy, is that algorithms written as pure array operations completely without loops, while most efficient on small input, can lead to explosions in memory use. The present paper presents a solution to this problem using array streaming......, implemented in the automatic parallelization high-performance framework Bohrium. This makes it possible to use array programming in Python/NumPy code directly, even when the apparent memory requirement exceeds the machine capacity, since the automatic streaming eliminates the temporary memory overhead...... by performing calculations in per-thread registers. Using Bohrium, we automatically fuse, JIT-compile, and execute NumPy array operations on GPGPUs without modification to the user programs. We present performance evaluations of three benchmarks, all of which show dramatic reductions in memory use from...

  3. Implementation and Analysis of Real-Time Streaming Protocols.

    Science.gov (United States)

    Santos-González, Iván; Rivero-García, Alexandra; Molina-Gil, Jezabel; Caballero-Gil, Pino

    2017-04-12

    Communication media have become the primary way of interaction thanks to the discovery and innovation of many new technologies. One of the most widely used communication systems today is video streaming, which is constantly evolving. Such communications are a good alternative to face-to-face meetings, and are therefore very useful for coping with many problems caused by distance. However, they suffer from different issues such as bandwidth limitation, network congestion, energy efficiency, cost, reliability and connectivity. Hence, the quality of service and the quality of experience are considered the two most important issues for this type of communication. This work presents a complete comparative study of two of the most used protocols of video streaming, Real Time Streaming Protocol (RTSP) and the Web Real-Time Communication (WebRTC). In addition, this paper proposes two new mobile applications that implement those protocols in Android whose objective is to know how they are influenced by the aspects that most affect the streaming quality of service, which are the connection establishment time and the stream reception time. The new video streaming applications are also compared with the most popular video streaming applications for Android, and the experimental results of the analysis show that the developed WebRTC implementation improves the performance of the most popular video streaming applications with respect to the stream packet delay.

  4. Cost-effectiveness of the stream-gaging program in Maine; a prototype for nationwide implementation

    Science.gov (United States)

    Fontaine, Richard A.; Moss, M.E.; Smath, J.A.; Thomas, W.O.

    1984-01-01

    This report documents the results of a cost-effectiveness study of the stream-gaging program in Maine. Data uses and funding sources were identified for the 51 continuous stream gages currently being operated in Maine with a budget of $211,000. Three stream gages were identified as producing data no longer sufficiently needed to warrant continuing their operation. Operation of these stations should be discontinued. Data collected at three other stations were identified as having uses specific only to short-term studies; it is recommended that these stations be discontinued at the end of the data-collection phases of the studies. The remaining 45 stations should be maintained in the program for the foreseeable future. The current policy for operation of the 45-station program would require a budget of $180,300 per year. The average standard error of estimation of streamflow records is 17.7 percent. It was shown that this overall level of accuracy at the 45 sites could be maintained with a budget of approximately $170,000 if resources were redistributed among the gages. A minimum budget of $155,000 is required to operate the 45-gage program; a smaller budget would not permit proper service and maintenance of the gages and recorders. At the minimum budget, the average standard error is 25.1 percent. The maximum budget analyzed was $350,000, which resulted in an average standard error of 8.7 percent. Large parts of Maine's interior were identified as having sparse streamflow data. It was determined that this sparsity be remedied as funds become available.

  5. STREAM: A First Programming Process

    DEFF Research Database (Denmark)

    Caspersen, Michael Edelgaard; Kölling, Michael

    2009-01-01

    to derive a programming process, STREAM, designed specifically for novices. STREAM is a carefully down-scaled version of a full and rich agile software engineering process particularly suited for novices learning object-oriented programming. In using it we hope to achieve two things: to help novice......Programming is recognized as one of seven grand challenges in computing education. Decades of research have shown that the major problems novices experience are composition-based—they may know what the individual programming language constructs are, but they do not know how to put them together....... Despite this fact, textbooks, educational practice, and programming education research hardly address the issue of teaching the skills needed for systematic development of programs. We provide a conceptual framework for incremental program development, called Stepwise Improvement, which unifies best...

  6. A Streaming Language Implementation of the Discontinuous Galerkin Method

    Science.gov (United States)

    Barth, Timothy; Knight, Timothy

    2005-01-01

    We present a Brook streaming language implementation of the 3-D discontinuous Galerkin method for compressible fluid flow on tetrahedral meshes. Efficient implementation of the discontinuous Galerkin method using the streaming model of computation introduces several algorithmic design challenges. Using a cycle-accurate simulator, performance characteristics have been obtained for the Stanford Merrimac stream processor. The current Merrimac design achieves 128 Gflops per chip and the desktop board is populated with 16 chips yielding a peak performance of 2 Teraflops. Total parts cost for the desktop board is less than $20K. Current cycle-accurate simulations for discretizations of the 3-D compressible flow equations yield approximately 40-50% of the peak performance of the Merrimac streaming processor chip. Ongoing work includes the assessment of the performance of the same algorithm on the 2 Teraflop desktop board with a target goal of achieving 1 Teraflop performance.

  7. Checking for Circular Dependencies in Distributed Stream Programs

    Science.gov (United States)

    2011-08-29

    extensions to express new complexities more conve- nient. Teleport messaging ( TMG ) in the StreamIt language [30] is an example. 1.1 StreamIt Language...dynamicities to an FIR computation Thies et al. in [30] give a TMG model for distributed stream pro- grams. TMG is a mechanism that implements control...messages for stream graphs. The TMG mechanism is designed not to interfere with original dataflow graphs’ structures and scheduling, therefore a key

  8. StreamQRE: Modular Specification and Efficient Evaluation of Quantitative Queries over Streaming Data.

    Science.gov (United States)

    Mamouras, Konstantinos; Raghothaman, Mukund; Alur, Rajeev; Ives, Zachary G; Khanna, Sanjeev

    2017-06-01

    Real-time decision making in emerging IoT applications typically relies on computing quantitative summaries of large data streams in an efficient and incremental manner. To simplify the task of programming the desired logic, we propose StreamQRE, which provides natural and high-level constructs for processing streaming data. Our language has a novel integration of linguistic constructs from two distinct programming paradigms: streaming extensions of relational query languages and quantitative extensions of regular expressions. The former allows the programmer to employ relational constructs to partition the input data by keys and to integrate data streams from different sources, while the latter can be used to exploit the logical hierarchy in the input stream for modular specifications. We first present the core language with a small set of combinators, formal semantics, and a decidable type system. We then show how to express a number of common patterns with illustrative examples. Our compilation algorithm translates the high-level query into a streaming algorithm with precise complexity bounds on per-item processing time and total memory footprint. We also show how to integrate approximation algorithms into our framework. We report on an implementation in Java, and evaluate it with respect to existing high-performance engines for processing streaming data. Our experimental evaluation shows that (1) StreamQRE allows more natural and succinct specification of queries compared to existing frameworks, (2) the throughput of our implementation is higher than comparable systems (for example, two-to-four times greater than RxJava), and (3) the approximation algorithms supported by our implementation can lead to substantial memory savings.

  9. Structured multi-stream command language

    International Nuclear Information System (INIS)

    Glad, A.S.

    1982-12-01

    A multi-stream command language was implemented to provide the sequential and decision-making operations necessary to run the neutral-beam ion sources connected to the Doublet III tokamak fusion device. A multi-stream command language was implemented in Pascal on a Classic 7870 running under MAX IV. The purpose of this paper is threefold. First, to provide a brief description of the programs comprising the command language including the operating system interaction. Second, to give a description of the language syntax and commands necessary to develop a procedure stream. Third, to provide a description of the normal operating procedures for executing either the sequential or interactive streams

  10. Introduction to stream: An Extensible Framework for Data Stream Clustering Research with R

    Directory of Open Access Journals (Sweden)

    Michael Hahsler

    2017-02-01

    Full Text Available In recent years, data streams have become an increasingly important area of research for the computer science, database and statistics communities. Data streams are ordered and potentially unbounded sequences of data points created by a typically non-stationary data generating process. Common data mining tasks associated with data streams include clustering, classification and frequent pattern mining. New algorithms for these types of data are proposed regularly and it is important to evaluate them thoroughly under standardized conditions. In this paper we introduce stream, a research tool that includes modeling and simulating data streams as well as an extensible framework for implementing, interfacing and experimenting with algorithms for various data stream mining tasks. The main advantage of stream is that it seamlessly integrates with the large existing infrastructure provided by R. In addition to data handling, plotting and easy scripting capabilities, R also provides many existing algorithms and enables users to interface code written in many programming languages popular among data mining researchers (e.g., C/C++, Java and Python. In this paper we describe the architecture of stream and focus on its use for data stream clustering research. stream was implemented with extensibility in mind and will be extended in the future to cover additional data stream mining tasks like classification and frequent pattern mining.

  11. A programming and a modelling perspective on the evaluation of Java Card implementations

    OpenAIRE

    Hartel, Pieter H.; de Jong, E.; de Jong, Eduard; Attali, Isabelle; Jensen, Thomas

    2000-01-01

    Java Card Technology has provided a huge step forward in programming smart cards: from assembler to using a high level Object Oriented language. However, the authors have found some differences between the current Java Card version (2.1) and main stream Java that may restrict the benefits of using Java achievable in smartcard programming. In particular, efforts towards evaluating Java Card implementations at a high level of assurance may be hampered by the presence of these differences as wel...

  12. SP@CE - An SP-based programming model for consumer electronics streaming applications

    NARCIS (Netherlands)

    Varbanescu, Ana Lucia; Nijhuis, Maik; Escribano, Arturo González; Sips, Henk; Bos, Herbert; Bal, Henri

    2007-01-01

    Efficient programming of multimedia streaming applications for Consumer Electronics (CE) devices is not trivial. As a solution for this problem, we present SP@CE, a novel programming model designed to balance the specific requirements of CE streaming applications with the simplicity and efficiency

  13. Interpretation of stream programs: characterizing type 2 polynomial time complexity

    OpenAIRE

    Férée , Hugo; Hainry , Emmanuel; Hoyrup , Mathieu; Péchoux , Romain

    2010-01-01

    International audience; We study polynomial time complexity of type 2 functionals. For that purpose, we introduce a first order functional stream language. We give criteria, named well-founded, on such programs relying on second order interpretation that characterize two variants of type 2 polynomial complexity including the Basic Feasible Functions (BFF). These charac- terizations provide a new insight on the complexity of stream programs. Finally, we adapt these results to functions over th...

  14. Toward 3D-IPTV: design and implementation of a stereoscopic and multiple-perspective video streaming system

    Science.gov (United States)

    Petrovic, Goran; Farin, Dirk; de With, Peter H. N.

    2008-02-01

    3D-Video systems allow a user to perceive depth in the viewed scene and to display the scene from arbitrary viewpoints interactively and on-demand. This paper presents a prototype implementation of a 3D-video streaming system using an IP network. The architecture of our streaming system is layered, where each information layer conveys a single coded video signal or coded scene-description data. We demonstrate the benefits of a layered architecture with two examples: (a) stereoscopic video streaming, (b) monoscopic video streaming with remote multiple-perspective rendering. Our implementation experiments confirm that prototyping 3D-video streaming systems is possible with today's software and hardware. Furthermore, our current operational prototype demonstrates that highly heterogeneous clients can coexist in the system, ranging from auto-stereoscopic 3D displays to resource-constrained mobile devices.

  15. Hydrogeochemical and stream-sediment reconnaissance program at LLL

    International Nuclear Information System (INIS)

    Tinney, J.F.

    1977-03-01

    The Lawrence Livermore Laboratory (LLL) is conducting a Hydrogeochemical and Stream-Sediment Reconnaissance (HSSR) survey in support of ERDA's National Uranium Resource Evaluation (NURE) program. Included in the LLL portion of this survey are seven western states (Arizona, California, Idaho, Nevada, Oregon, Utah, and Washington). Similar surveys are being carried out in the rest of the continental United States, including Alaska, as part of a systematic nationwide study of the distribution of uranium in surface water, groundwater, and stream sediment. The overall objective is to identify favorable areas for uranium exploration. This paper describes the program being conducted by LLL to complete our portion of the survey by 1981. The topics discussed are geology and sample acquisition, sample preparation and analysis, and data-base management

  16. Research and implementation on improving I/O performance of streaming media storage system

    Science.gov (United States)

    Lu, Zheng-wu; Wang, Yu-de; Jiang, Guo-song

    2008-12-01

    In this paper, we study the special requirements of a special storage system: streaming media server, and propose a solution to improve I/O performance of RAID storage system. The solution is suitable for streaming media applications. A streaming media storage subsystem includes the I/O interfaces, RAID arrays, I/O scheduling and device drivers. The solution is implemented on the top of the storage subsystem I/O Interface. Storage subsystem is the performance bottlenecks of a streaming media system, and I/O interface directly affect the performance of the storage subsystem. According to theoretical analysis, 64 KB block-size is most appropriate for streaming media applications. We carry out experiment in detail, and verified that the proper block-size really is 64KB. It is in accordance with our analysis. The experiment results also show that by using DMA controller, efficient memory management technology and mailbox interface design mechanism, streaming media storage system achieves a high-speed data throughput.

  17. Performance of Сellular Automata-based Stream Ciphers in GPU Implementation

    Directory of Open Access Journals (Sweden)

    P. G. Klyucharev

    2016-01-01

    Full Text Available Earlier the author had developed methods to build high-performance generalized cellular automata-based symmetric ciphers, which allow obtaining the encryption algorithms that show extremely high performance in hardware implementation. However, their implementation based on the conventional microprocessors lacks high performance. The mere fact is quite common - it shows a scope of applications for these ciphers. Nevertheless, the use of graphic processors enables achieving an appropriate performance for a software implementation.The article is extension of a series of the articles, which study various aspects to construct and implement cryptographic algorithms based on the generalized cellular automata. The article is aimed at studying the capabilities to implement the GPU-based cryptographic algorithms under consideration.Representing a key generator, the implemented encryption algorithm comprises 2k generalized cellular automata. The cellular automata graphs are Ramanujan’s ones. The cells of produced k gamma streams alternate, thereby allowing the GPU capabilities to be better used.To implement was used OpenCL, as the most universal and platform-independent API. The software written in C ++ was designed so that the user could set various parameters, including the encryption key, the graph structure, the local communication function, various constants, etc. To test were used a variety of graphics processors (NVIDIA GTX 650; NVIDIA GTX 770; AMD R9 280X.Depending on operating conditions, and GPU used, a performance range is from 0.47 to 6.61 Gb / s, which is comparable to the performance of the countertypes.Thus, the article has demonstrated that using the GPU makes it is possible to provide efficient software implementation of stream ciphers based on the generalized cellular automata.This work was supported by the RFBR, the project №16-07-00542.

  18. Protocols for collection of streamflow, water-quality, streambed-sediment, periphyton, macroinvertebrate, fish, and habitat data to describe stream quality for the Hydrobiological Monitoring Program, Equus Beds Aquifer Storage and Recovery Program, city of Wichita, Kansas

    Science.gov (United States)

    Stone, Mandy L.; Rasmussen, Teresa J.; Bennett, Trudy J.; Poulton, Barry C.; Ziegler, Andrew C.

    2012-01-01

    The city of Wichita, Kansas uses the Equus Beds aquifer, one of two sources, for municipal water supply. To meet future water needs, plans for artificial recharge of the aquifer have been implemented in several phases. Phase I of the Equus Beds Aquifer Storage and Recovery (ASR) Program began with injection of water from the Little Arkansas River into the aquifer for storage and subsequent recovery in 2006. Construction of a river intake structure and surface-water treatment plant began as implementation of Phase II of the Equus Beds ASR Program in 2010. An important aspect of the ASR Program is the monitoring of water quality and the effects of recharge activities on stream conditions. Physical, chemical, and biological data provide the basis for an integrated assessment of stream quality. This report describes protocols for collecting streamflow, water-quality, streambed-sediment, periphyton, macroinvertebrate, fish, and habitat data as part of the city of Wichita's hydrobiological monitoring program (HBMP). Following consistent and reliable methods for data collection and processing is imperative for the long-term success of the monitoring program.

  19. A study of the effects of implementing agricultural best management practices and in-stream restoration on suspended sediment, stream habitat, and benthic macroinvertebrates at three stream sites in Surry County, North Carolina, 2004-2007-Lessons learned

    Science.gov (United States)

    Smith, Douglas G.; Ferrell, G.M.; Harned, Douglas A.; Cuffney, Thomas F.

    2011-01-01

    The effects of agricultural best management practices and in-stream restoration on suspended-sediment concentrations, stream habitat, and benthic macroinvertebrate assemblages were examined in a comparative study of three small, rural stream basins in the Piedmont and Blue Ridge Physiographic Provinces of North Carolina and Virginia between 2004 and 2007. The study was designed to assess changes in stream quality associated with stream-improvement efforts at two sites in comparison to a control site (Hogan Creek), for which no improvements were planned. In the drainage basin of one of the stream-improvement sites (Bull Creek), several agricultural best management practices, primarily designed to limit cattle access to streams, were implemented during this study. In the drainage basin of the second stream-improvement site (Pauls Creek), a 1,600-foot reach of the stream channel was restored and several agricultural best management practices were implemented. Streamflow conditions in the vicinity of the study area were similar to or less than the long-term annual mean streamflows during the study. Precipitation during the study period also was less than normal, and the geographic distribution of precipitation indicated drier conditions in the southern part of the study area than in the northern part. Dry conditions during much of the study limited opportunities for acquiring high-flow sediment samples and streamflow measurements. Suspended-sediment yields for the three basins were compared to yield estimates for streams in the southeastern United States. Concentrations of suspended sediment and nutrients in samples from Bull Creek, the site where best management practices were implemented, were high compared to the other two sites. No statistically significant change in suspended-sediment concentrations occurred at the Bull Creek site following implementation of best management practices. However, data collected before and after channel stabilization at the Pauls

  20. Use of computer programs STLK1 and STWT1 for analysis of stream-aquifer hydraulic interaction

    Science.gov (United States)

    Desimone, Leslie A.; Barlow, Paul M.

    1999-01-01

    Quantifying the hydraulic interaction of aquifers and streams is important in the analysis of stream base fow, flood-wave effects, and contaminant transport between surface- and ground-water systems. This report describes the use of two computer programs, STLK1 and STWT1, to analyze the hydraulic interaction of streams with confined, leaky, and water-table aquifers during periods of stream-stage fuctuations and uniform, areal recharge. The computer programs are based on analytical solutions to the ground-water-flow equation in stream-aquifer settings and calculate ground-water levels, seepage rates across the stream-aquifer boundary, and bank storage that result from arbitrarily varying stream stage or recharge. Analysis of idealized, hypothetical stream-aquifer systems is used to show how aquifer type, aquifer boundaries, and aquifer and streambank hydraulic properties affect aquifer response to stresses. Published data from alluvial and stratifed-drift aquifers in Kentucky, Massachusetts, and Iowa are used to demonstrate application of the programs to field settings. Analytical models of these three stream-aquifer systems are developed on the basis of available hydrogeologic information. Stream-stage fluctuations and recharge are applied to the systems as hydraulic stresses. The models are calibrated by matching ground-water levels calculated with computer program STLK1 or STWT1 to measured ground-water levels. The analytical models are used to estimate hydraulic properties of the aquifer, aquitard, and streambank; to evaluate hydrologic conditions in the aquifer; and to estimate seepage rates and bank-storage volumes resulting from flood waves and recharge. Analysis of field examples demonstrates the accuracy and limitations of the analytical solutions and programs when applied to actual ground-water systems and the potential uses of the analytical methods as alternatives to numerical modeling for quantifying stream-aquifer interactions.

  1. Pollution prevention program implementation plan

    International Nuclear Information System (INIS)

    Engel, J.A.

    1996-09-01

    The Pollution Prevention Program Implementation Plan (the Plan) describes the Pacific Northwest National Laboratory's (PNNL) Pollution Prevention (P2) Program. The Plan also shows how the P2 Program at PNNL will be in support of and in compliance with the Hanford Site Waste Minimization and Pollution Prevention (WMin/P2) Awareness Program Plan and the Hanford Site Guide for Preparing and Maintaining Generator Group Pollution Prevention Program Documentation. In addition, this plan describes how PNNL will demonstrate compliance with various legal and policy requirements for P2. This plan documents the strategy for implementing the PNNL P2 Program. The scope of the P2 Program includes implementing and helping to implement P2 activities at PNNL. These activities will be implemented according to the Environmental Protection Agency's (EPA) hierarchy of source reduction, recycling, treatment, and disposal. The PNNL P2 Program covers all wastes generated at the Laboratory. These include hazardous waste, low-level radioactive waste, radioactive mixed waste, radioactive liquid waste system waste, polychlorinated biphenyl waste, transuranic waste, and sanitary waste generated by activities at PNNL. Materials, resource, and energy conservation are also within the scope of the PNNL P2 Program

  2. Hierarchical programming language for modal multi-rate real-time stream processing applications

    NARCIS (Netherlands)

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

    2014-01-01

    Modal multi-rate stream processing applications with real-time constraints which are executed on multi-core embedded systems often cannot be conveniently specified using current programming languages. An important issue is that sequential programming languages do not allow for convenient programming

  3. FORTRAN computer programs to process Savannah River Laboratory hydrogeochemical and stream-sediment reconnaissance data

    International Nuclear Information System (INIS)

    Zinkl, R.J.; Shettel, D.L. Jr.; D'Andrea, R.F. Jr.

    1980-03-01

    FORTRAN computer programs have been written to read, edit, and reformat the hydrogeochemical and stream-sediment reconnaissance data produced by Savannah River Laboratory for the National Uranium Resource Evaluation program. The data are presorted by Savannah River Laboratory into stream sediment, ground water, and stream water for each 1 0 x 2 0 quadrangle. Extraneous information is eliminated, and missing analyses are assigned a specific value (-99999.0). Negative analyses are below the detection limit; the absolute value of a negative analysis is assumed to be the detection limit

  4. Stream II-V5: Revision Of Stream II-V4 To Account For The Effects Of Rainfall Events

    International Nuclear Information System (INIS)

    Chen, K.

    2010-01-01

    STREAM II-V4 is the aqueous transport module currently used by the Savannah River Site emergency response Weather Information Display (WIND) system. The transport model of the Water Quality Analysis Simulation Program (WASP) was used by STREAM II to perform contaminant transport calculations. WASP5 is a US Environmental Protection Agency (EPA) water quality analysis program that simulates contaminant transport and fate through surface water. STREAM II-V4 predicts peak concentration and peak concentration arrival time at downstream locations for releases from the SRS facilities to the Savannah River. The input flows for STREAM II-V4 are derived from the historical flow records measured by the United States Geological Survey (USGS). The stream flow for STREAM II-V4 is fixed and the flow only varies with the month in which the releases are taking place. Therefore, the effects of flow surge due to a severe storm are not accounted for by STREAM II-V4. STREAM II-V4 has been revised to account for the effects of a storm event. The steps used in this method are: (1) generate rainfall hyetographs as a function of total rainfall in inches (or millimeters) and rainfall duration in hours; (2) generate watershed runoff flow based on the rainfall hyetographs from step 1; (3) calculate the variation of stream segment volume (cross section) as a function of flow from step 2; (4) implement the results from steps 2 and 3 into the STREAM II model. The revised model (STREAM II-V5) will find the proper stream inlet flow based on the total rainfall and rainfall duration as input by the user. STREAM II-V5 adjusts the stream segment volumes (cross sections) based on the stream inlet flow. The rainfall based stream flow and the adjusted stream segment volumes are then used for contaminant transport calculations.

  5. Streaming Model Based Volume Ray Casting Implementation for Cell Broadband Engine

    Directory of Open Access Journals (Sweden)

    Jusub Kim

    2009-01-01

    Full Text Available Interactive high quality volume rendering is becoming increasingly more important as the amount of more complex volumetric data steadily grows. While a number of volumetric rendering techniques have been widely used, ray casting has been recognized as an effective approach for generating high quality visualization. However, for most users, the use of ray casting has been limited to datasets that are very small because of its high demands on computational power and memory bandwidth. However the recent introduction of the Cell Broadband Engine (Cell B.E. processor, which consists of 9 heterogeneous cores designed to handle extremely demanding computations with large streams of data, provides an opportunity to put the ray casting into practical use. In this paper, we introduce an efficient parallel implementation of volume ray casting on the Cell B.E. The implementation is designed to take full advantage of the computational power and memory bandwidth of the Cell B.E. using an intricate orchestration of the ray casting computation on the available heterogeneous resources. Specifically, we introduce streaming model based schemes and techniques to efficiently implement acceleration techniques for ray casting on Cell B.E. In addition to ensuring effective SIMD utilization, our method provides two key benefits: there is no cost for empty space skipping and there is no memory bottleneck on moving volumetric data for processing. Our experimental results show that we can interactively render practical datasets on a single Cell B.E. processor.

  6. 14 CFR 1214.505 - Program implementation.

    Science.gov (United States)

    2010-01-01

    ... Administrators) before implementation. 5 See footnote 1 to § 1214.502(e). (2) A management review process to... Critical Space System Personnel Reliability Program § 1214.505 Program implementation. (a) The Director of... 14 Aeronautics and Space 5 2010-01-01 2010-01-01 false Program implementation. 1214.505 Section...

  7. Quadrature demodulation based circuit implementation of pulse stream for ultrasonic signal FRI sparse sampling

    International Nuclear Information System (INIS)

    Shoupeng, Song; Zhou, Jiang

    2017-01-01

    Converting ultrasonic signal to ultrasonic pulse stream is the key step of finite rate of innovation (FRI) sparse sampling. At present, ultrasonic pulse-stream-forming techniques are mainly based on digital algorithms. No hardware circuit that can achieve it has been reported. This paper proposes a new quadrature demodulation (QD) based circuit implementation method for forming an ultrasonic pulse stream. Elaborating on FRI sparse sampling theory, the process of ultrasonic signal is explained, followed by a discussion and analysis of ultrasonic pulse-stream-forming methods. In contrast to ultrasonic signal envelope extracting techniques, a quadrature demodulation method (QDM) is proposed. Simulation experiments were performed to determine its performance at various signal-to-noise ratios (SNRs). The circuit was then designed, with mixing module, oscillator, low pass filter (LPF), and root of square sum module. Finally, application experiments were carried out on pipeline sample ultrasonic flaw testing. The experimental results indicate that the QDM can accurately convert ultrasonic signal to ultrasonic pulse stream, and reverse the original signal information, such as pulse width, amplitude, and time of arrival. This technique lays the foundation for ultrasonic signal FRI sparse sampling directly with hardware circuitry. (paper)

  8. Program Implementation Plan

    International Nuclear Information System (INIS)

    1987-06-01

    The Program Implementation Plan (PIP) describes the US Department of Energy's (DOE's) current approaches for managing the permanent disposal of defense high-level waste (HLW), transuranic (TRU) waste, and low-level waste (LLW) from atomic energy defense activities. It documents the implementation of the HLW and TRU waste policies as stated in the Defense Waste Management Plan (DWMP) (DOE/DP-0015), dated June 1983, and also addresses the management of LLW. The narrative reflects both accomplishments and changes in the scope of activities. All cost tables and milestone schedules are current as of January 1987. The goals of the program, to provide safe processing and utilization, storage, and disposal of DOE radioactive waste and byproducts to support defense nuclear materials production activities, and to implement cost-effective improvements in all of its ongoing and planned activities, have not changed

  9. Dynamic Programming Optimization of Multi-rate Multicast Video-Streaming Services

    Directory of Open Access Journals (Sweden)

    Nestor Michael Caños Tiglao

    2010-06-01

    Full Text Available In large scale IP Television (IPTV and Mobile TV distributions, the video signal is typically encoded and transmitted using several quality streams, over IP Multicast channels, to several groups of receivers, which are classified in terms of their reception rate. As the number of video streams is usually constrained by both the number of TV channels and the maximum capacity of the content distribution network, it is necessary to find the selection of video stream transmission rates that maximizes the overall user satisfaction. In order to efficiently solve this problem, this paper proposes the Dynamic Programming Multi-rate Optimization (DPMO algorithm. The latter was comparatively evaluated considering several user distributions, featuring different access rate patterns. The experimental results reveal that DPMO is significantly more efficient than exhaustive search, while presenting slightly higher execution times than the non-optimal Multi-rate Step Search (MSS algorithm.

  10. Implementing corporate wellness programs: a business approach to program planning.

    Science.gov (United States)

    Helmer, D C; Dunn, L M; Eaton, K; Macedonio, C; Lubritz, L

    1995-11-01

    1. Support of key decision makers is critical to the successful implementation of a corporate wellness program. Therefore, the program implementation plan must be communicated in a format and language readily understood by business people. 2. A business approach to corporate wellness program planning provides a standardized way to communicate the implementation plan. 3. A business approach incorporates the program planning components in a format that ranges from general to specific. This approach allows for flexibility and responsiveness to changes in program planning. 4. Components of the business approach are the executive summary, purpose, background, ground rules, approach, requirements, scope of work, schedule, and financials.

  11. Are Urban Stream Restoration Plans Worth Implementing?

    Science.gov (United States)

    Sarvilinna, Auri; Lehtoranta, Virpi; Hjerppe, Turo

    2017-01-01

    To manage and conserve ecosystems in a more sustainable way, it is important to identify the importance of the ecosystem services they provide and understand the connection between natural and socio-economic systems. Historically, streams have been an underrated part of the urban environment. Many of them have been straightened and often channelized under pressure of urbanization. However, little knowledge exists concerning the economic value of stream restoration or the value of the improved ecosystem services. We used the contingent valuation method to assess the social acceptability of a policy-level water management plan in the city of Helsinki, Finland, and the values placed on improvements in a set of ecosystem services, accounting for preference uncertainty. According to our study, the action plan would provide high returns on restoration investments, since the benefit-cost ratio was 15-37. Moreover, seventy-two percent of the respondents willing to pay for stream restoration chose "I want to conserve streams as a part of urban nature for future generations" as the most motivating reason. Our study indicates that the water management plan for urban streams in Helsinki has strong public support. If better marketed to the population within the watershed, the future projects could be partly funded by the local residents, making the projects easier to accomplish. The results of this study can be used in planning, management and decision making related to small urban watercourses.

  12. Analysis and Implementation of Gossip-Based P2P Streaming with Distributed Incentive Mechanisms for Peer Cooperation

    Directory of Open Access Journals (Sweden)

    Sachin Agarwal

    2007-10-01

    Full Text Available Peer-to-peer (P2P systems are becoming a popular means of streaming audio and video content but they are prone to bandwidth starvation if selfish peers do not contribute bandwidth to other peers. We prove that an incentive mechanism can be created for a live streaming P2P protocol while preserving the asymptotic properties of randomized gossip-based streaming. In order to show the utility of our result, we adapt a distributed incentive scheme from P2P file storage literature to the live streaming scenario. We provide simulation results that confirm the ability to achieve a constant download rate (in time, per peer that is needed for streaming applications on peers. The incentive scheme fairly differentiates peers' download rates according to the amount of useful bandwidth they contribute back to the P2P system, thus creating a powerful quality-of-service incentive for peers to contribute bandwidth to other peers. We propose a functional architecture and protocol format for a gossip-based streaming system with incentive mechanisms, and present evaluation data from a real implementation of a P2P streaming application.

  13. A backtracking algorithm for the stream AND-parallel execution of logic programs

    Energy Technology Data Exchange (ETDEWEB)

    Somogyi, Z.; Ramamohanarao, K.; Vaghani, J. (Univ. of Melbourne, Parkville (Australia))

    1988-06-01

    The authors present the first backtracking algorithm for stream AND-parallel logic programs. It relies on compile-time knowledge of the data flow graph of each clause to let it figure out efficiently which goals to kill or restart when a goal fails. This crucial information, which they derive from mode declarations, was not available at compile-time in any previous stream AND-parallel system. They show that modes can increase the precision of the backtracking algorithm, though their algorithm allows this precision to be traded off against overhead on a procedure-by-procedure and call-by-call basis. The modes also allow their algorithm to handle efficiently programs that manipulate partially instantiated data structures and an important class of programs with circular dependency graphs. On code that does not need backtracking, the efficiency of their algorithm approaches that of the committed-choice languages; on code that does need backtracking its overhead is comparable to that of the independent AND-parallel backtracking algorithms.

  14. A programming framework for data streaming on the Xeon Phi

    Science.gov (United States)

    Chapeland, S.; ALICE Collaboration

    2017-10-01

    ALICE (A Large Ion Collider Experiment) is the dedicated heavy-ion detector studying the physics of strongly interacting matter and the quark-gluon plasma at the CERN LHC (Large Hadron Collider). After the second long shut-down of the LHC, the ALICE detector will be upgraded to cope with an interaction rate of 50 kHz in Pb-Pb collisions, producing in the online computing system (O2) a sustained throughput of 3.4 TB/s. This data will be processed on the fly so that the stream to permanent storage does not exceed 90 GB/s peak, the raw data being discarded. In the context of assessing different computing platforms for the O2 system, we have developed a framework for the Intel Xeon Phi processors (MIC). It provides the components to build a processing pipeline streaming the data from the PC memory to a pool of permanent threads running on the MIC, and back to the host after processing. It is based on explicit offloading mechanisms (data transfer, asynchronous tasks) and basic building blocks (FIFOs, memory pools, C++11 threads). The user only needs to implement the processing method to be run on the MIC. We present in this paper the architecture, implementation, and performance of this system.

  15. Implementing an Employee Assistance Program.

    Science.gov (United States)

    Gam, John; And Others

    1983-01-01

    Describes in detail the implementation of an employee assistance program in a textile plant. Reviews the historical development, referral process, and termination guidelines of the program and contains descriptive statistics for six periods of the program's operation. (Author/JAC)

  16. Food Safety Programs Based on HACCP Principles in School Nutrition Programs: Implementation Status and Factors Related to Implementation

    Science.gov (United States)

    Stinson, Wendy Bounds; Carr, Deborah; Nettles, Mary Frances; Johnson, James T.

    2011-01-01

    Purpose/Objectives: The objectives of this study were to assess the extent to which school nutrition (SN) programs have implemented food safety programs based on Hazard Analysis and Critical Control Point (HACCP) principles, as well as factors, barriers, and practices related to implementation of these programs. Methods: An online survey was…

  17. Analysis of hydraulic characteristics for stream diversion in small stream

    Energy Technology Data Exchange (ETDEWEB)

    Ahn, Sang-Jin; Jun, Kye-Won [Chungbuk National University, Cheongju(Korea)

    2001-10-31

    This study is the analysis of hydraulic characteristics for stream diversion reach by numerical model test. Through it we can provide the basis data in flood, and in grasping stream flow characteristics. Analysis of hydraulic characteristics in Seoknam stream were implemented by using computer model HEC-RAS(one-dimensional model) and RMA2(two-dimensional finite element model). As a result we became to know that RMA2 to simulate left, main channel, right in stream is more effective method in analysing flow in channel bends, steep slope, complex bed form effect stream flow characteristics, than HEC-RAS. (author). 13 refs., 3 tabs., 5 figs.

  18. Impacts of the proposed program approach on waste stream characteristics

    International Nuclear Information System (INIS)

    King, J.F.; Fleming, M.E.

    1995-01-01

    The evolution of the U.S. Department of Energy's Civilian Radioactive Waste Management System (CRWMS) over the past few years has led to significant changes in key system scenario assumption. This paper describes the effects of two recent changes on waste stream characteristics focusing primarily on repository impacts. First, the multi-purpose canister (MPC) concept has been included in the Program baseline. The change from a bare fuel system to one including an MPC-based system forces the fuel assemblies initially loaded together in MPCs to remain together throughout the system. Second, current system analyses also assume a system without a monitored retrievable storage (MRS), with the understanding that an MRS would be reincorporated if a site becomes available. Together these two changes have significant impacts on waste stream characteristics. Those two changes create a class of scenarios referred to generally as Program Approach (PA) scenarios. Scenarios based on the previously assumed system, bare fuel with an MRS, are referred to here as the Previous Reference (PR) system scenarios. The analysis compares scenarios with otherwise consistent assumptions and presents summary comparisons. The number of disposal containers and the waste heat output are determined for eight PA and PR scenarios

  19. Sustained Implementation Support Scale: Validation of a Measure of Program Characteristics and Workplace Functioning for Sustained Program Implementation.

    Science.gov (United States)

    Hodge, Lauren M; Turner, Karen M T; Sanders, Matthew R; Filus, Ania

    2017-07-01

    An evaluation measure of enablers and inhibitors to sustained evidence-based program (EBP) implementation may provide a useful tool to enhance organizations' capacity. This paper outlines preliminary validation of such a measure. An expert informant and consumer feedback approach was used to tailor constructs from two existing measures assessing key domains associated with sustained implementation. Validity and reliability were evaluated for an inventory composed of five subscales: Program benefits, Program burden, Workplace support, Workplace cohesion, and Leadership style. Exploratory and confirmatory factor analysis with a sample of 593 Triple P-Positive Parenting Program-practitioners led to a 28-item scale with good reliability and good convergent, discriminant, and predictive validity. Practitioners sustaining implementation at least 3 years post-training were more likely to have supervision/peer support, reported higher levels of program benefit, workplace support, and positive leadership style, and lower program burden compared to practitioners who were non-sustainers.

  20. The SBIRT program matrix: a conceptual framework for program implementation and evaluation.

    Science.gov (United States)

    Del Boca, Frances K; McRee, Bonnie; Vendetti, Janice; Damon, Donna

    2017-02-01

    Screening, Brief Intervention and Referral to Treatment (SBIRT) is a comprehensive, integrated, public health approach to the delivery of services to those at risk for the adverse consequences of alcohol and other drug use, and for those with probable substance use disorders. Research on successful SBIRT implementation has lagged behind studies of efficacy and effectiveness. This paper (1) outlines a conceptual framework, the SBIRT Program Matrix, to guide implementation research and program evaluation and (2) specifies potential implementation outcomes. Overview and narrative description of the SBIRT Program Matrix. The SBIRT Program Matrix has five components, each of which includes multiple elements: SBIRT services; performance sites; provider attributes; patient/client populations; and management structure and activities. Implementation outcomes include program adoption, acceptability, appropriateness, feasibility, fidelity, costs, penetration, sustainability, service provision and grant compliance. The Screening, Brief Intervention and Referral to Treatment Program Matrix provides a template for identifying, classifying and organizing the naturally occurring commonalities and variations within and across SBIRT programs, and for investigating which variables are associated with implementation success and, ultimately, with treatment outcomes and other impacts. © 2017 Society for the Study of Addiction.

  1. ENVIRONMENTAL MONITORING AND ASSESSMENT PROGRAM (EMAP): WESTERN STREAMS AND RIVERS STATISTICAL SUMMARY

    Science.gov (United States)

    This statistical summary reports data from the Environmental Monitoring and Assessment Program (EMAP) Western Pilot (EMAP-W). EMAP-W was a sample survey (or probability survey, often simply called 'random') of streams and rivers in 12 states of the western U.S. (Arizona, Californ...

  2. Program system for calculating streaming neutron radiation field in reactor cavity

    International Nuclear Information System (INIS)

    He Zhongliang; Zhao Shu.

    1986-01-01

    The A23 neutron albedo data base based on Monte Carlo method well agrees with SAIL albedo data base. RSCAM program system, using Monte Carlo method with albedo approach, is used to calculate streaming neutron radiation field in reactor cavity and containment operating hall. The dose rate distributions calculated with RSCAM in square concrete duct well agree with experiments

  3. STREAM2016: Streaming Requirements, Experience, Applications and Middleware Workshop

    Energy Technology Data Exchange (ETDEWEB)

    Fox, Geoffrey [Indiana Univ., Bloomington, IN (United States); Jha, Shantenu [Rutgers Univ., New Brunswick, NJ (United States); Ramakrishnan, Lavanya [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States)

    2016-10-01

    The Department of Energy (DOE) Office of Science (SC) facilities including accelerators, light sources and neutron sources and sensors that study, the environment, and the atmosphere, are producing streaming data that needs to be analyzed for next-generation scientific discoveries. There has been an explosion of new research and technologies for stream analytics arising from the academic and private sectors. However, there has been no corresponding effort in either documenting the critical research opportunities or building a community that can create and foster productive collaborations. The two-part workshop series, STREAM: Streaming Requirements, Experience, Applications and Middleware Workshop (STREAM2015 and STREAM2016), were conducted to bring the community together and identify gaps and future efforts needed by both NSF and DOE. This report describes the discussions, outcomes and conclusions from STREAM2016: Streaming Requirements, Experience, Applications and Middleware Workshop, the second of these workshops held on March 22-23, 2016 in Tysons, VA. STREAM2016 focused on the Department of Energy (DOE) applications, computational and experimental facilities, as well software systems. Thus, the role of “streaming and steering” as a critical mode of connecting the experimental and computing facilities was pervasive through the workshop. Given the overlap in interests and challenges with industry, the workshop had significant presence from several innovative companies and major contributors. The requirements that drive the proposed research directions, identified in this report, show an important opportunity for building competitive research and development program around streaming data. These findings and recommendations are consistent with vision outlined in NRC Frontiers of Data and National Strategic Computing Initiative (NCSI) [1, 2]. The discussions from the workshop are captured as topic areas covered in this report's sections. The report

  4. Implementing a centralized institutional peer tutoring program.

    Science.gov (United States)

    Gaughf, Natalie White; Foster, Penni Smith

    2016-01-01

    Peer tutoring has been found to be beneficial to both students and peer tutors in health sciences education programs. This article describes the implementation of a centralized, institutional peer tutoring program at the University of Mississippi Medical Center, an academic health science center in the U.S. The Program: This multispecialty peer tutoring program paired students experiencing academic difficulties with peer tutors who showed prior academic success, professionalism and effective communication skills. The program allowed students and peer tutors to coordinate their own tutoring services. Evaluations by both students and peer tutors showed satisfaction with the program. Recommendations for developing and implementing an effective peer tutoring program are presented, including utilization of an online system, consistent program policy with high professionalism expectations, funding, program evaluation and data tracking.

  5. California's Early Learning & Development System: A Review of Funding Streams and Programs

    Science.gov (United States)

    Miller, Kate; Perez, Giannina S.

    2010-01-01

    California's public early learning and development programs and related services are funded through a range of federal, state and local sources. The purpose and scope of these funding streams vary broadly: some sources are dedicated primarily to serving children, birth to age five, and their families, while others can also be utilized for…

  6. Westinghouse Hanford Company Pollution Prevention Program Implementation Plan

    International Nuclear Information System (INIS)

    Floyd, B.C.

    1994-10-01

    This plan documents Westinghouse Hanford Company's (WHC) Pollution Prevention (P2) (formerly Waste Minimization) program. The program includes WHC; BCS Richland, Inc. (BCSR); and ICF Kaiser Hanford Company (ICF KH). The plan specifies P2 program activities and schedules for implementing the Hanford Site Waste Minimization and Pollution Prevention Awareness (WMin/P2) Program Plan requirements (DOE 1994a). It is intended to satisfy the U.S. Department of Energy (DOE) and other legal requirements that are discussed in both the Hanford Site WMin/P2 plan and paragraph C of this plan. As such, the Pollution Prevention Awareness Program required by DOE Order 5400.1 (DOE 1988) is included in the WHC P2 program. WHC, BCSR, and ICF KH are committed to implementing an effective P2 program as identified in the Hanford Site WMin/P2 Plan. This plan provides specific information on how the WHC P2 program will develop and implement the goals, activities, and budget needed to accomplish this. The emphasis has been to provide detailed planning of the WHC P2 program activities over the next 3 years. The plan will guide the development and implementation of the program. The plan also provides background information on past program activities. Because the plan contains greater detail than in the past, activity scope and implementation schedules may change as new priorities are identified and new approaches are developed and realized. Some activities will be accelerated, others may be delayed; however, all of the general program elements identified in this plan and contractor requirements identified in the Site WMin/P2 plan will be developed and implemented during the next 3 years. This plan applies to all WHC, BCSR, and ICF KH organizations and subcontractors. It will be distributed to those with defined responsibilities in this plan; and the policy, goals, objectives, and strategy of the program will be communicated to all WHC, BCSR, and ICF KH employees

  7. National Uranium Resource Evaluation Program: the Hydrogeochemical Stream Sediment Reconnaissance Program at LLNL

    International Nuclear Information System (INIS)

    Higgins, G.H.

    1980-08-01

    From early 1975 to mid 1979, Lawrence Livermore National Laboratory (LLNL) participated in the Hydrogeochemical Stream Sediment Reconnaissance (HSSR), part of the National Uranium Resource Evaluation (NURE) program sponsored by the Department of Energy (DOE). The Laboratory was initially responsible for collecting, analyzing, and evaluating sediment and water samples from approximately 200,000 sites in seven western states. Eventually, however, the NURE program redefined its sampling priorities, objectives, schedules, and budgets, with the increasingly obvious result that LLNL objectives and methodologies were not compatible with those of the NURE program office, and the LLNL geochemical studies were not relevant to the program goal. The LLNL portion of the HSSR program was consequently terminated, and all work was suspended by June 1979. Of the 38,000 sites sampled, 30,000 were analyzed by instrumental neutron activation analyses (INAA), delayed neutron counting (DNC), optical emission spectroscopy (OES), and automated chloride-sulfate analyses (SC). Data from about 13,000 sites have been formally reported. From each site, analyses were published of about 30 of the 60 elements observed. Uranium mineralization has been identified at several places which were previously not recognized as potential uranium source areas, and a number of other geochemical anomalies were discovered

  8. Cost basis for implementing ALARA programs

    International Nuclear Information System (INIS)

    Kent, C.E.

    1985-01-01

    A method of implementing effective ALARA programs is discussed. A basic element of the cost benefit methodology is the valuation of a man-rem. In the program, this is derived from an assessment of radiation exposure risk and societal valuation of harmful effects. The man-rem value is used as an element in the cost benefit analysis. The analysis includes an assessment of the differential man-rem resulting from the action, implementation cost, and operational savings

  9. Development and implementation of the waste diversion program at MDS Nordion's Cobalt Operations Facility

    International Nuclear Information System (INIS)

    Wasiak, T.

    2004-01-01

    Historically, the MDS Nordion (MDSN) Cobalt Operations Facility sent solid waste for disposal to Atomic Energy of Canada Ltd.'s Chalk River Laboratories (AECL-CRL). A large portion of this waste was not contaminated. Because this non-contaminated waste originated in the 'active area' of the MDSN facility, it was routinely disposed of as low-level active waste. In 2002, MDSN undertook an initiative to develop and implement a more sophisticated and more economical waste management program. The Waste Diversion Program (WDP) ensures continued environmental and public protection, and reduces the demand on Canada's limited capacity for storage of radioactive material and the associated operating costs. The goal of the WDP is to reduce the volume of waste currently being shipped to AECL-CRL's Waste Management Operation as low-level active waste. The presentation discusses key elements of both the development and the implementation of WDP. It focuses on the following areas: the regulatory environment surrounding the waste disposal issues in Canada and abroad. Methods used by MDSN for determination of radionuclides, which could be present in the facility. Choice of equipment and calculation of individual alarm levels for each identified radionuclide. Key elements of the practical implementation of the program. CNSC Regulatory approval process. The bottom line - dollars and cents. The primary objective of the WDP is to ensure that only waste, which meets regulatory requirements, is diverted from the solid active waste stream. This has been successfully accomplished in MDSN's Cobalt Operations Facility. The objective of the presentation is to share the knowledge and experience obtained in the development process, and thus provide a guideline for other nuclear facilities interested in establishing similar proactive and cost effective programs. (author)

  10. Implementation of a Radiological Safety Coach program

    Energy Technology Data Exchange (ETDEWEB)

    Konzen, K.K. [Safe Sites of Colorado, Golden, CO (United States). Rocky Flats Environmental Technology Site; Langsted, J.M. [M.H. Chew and Associates, Golden, CO (United States)

    1998-02-01

    The Safe Sites of Colorado Radiological Safety program has implemented a Safety Coach position, responsible for mentoring workers and line management by providing effective on-the-job radiological skills training and explanation of the rational for radiological safety requirements. This position is significantly different from a traditional classroom instructor or a facility health physicist, and provides workers with a level of radiological safety guidance not routinely provided by typical training programs. Implementation of this position presents a challenge in providing effective instruction, requiring rapport with the radiological worker not typically developed in the routine radiological training environment. The value of this unique training is discussed in perspective with cost-savings through better radiological control. Measures of success were developed to quantify program performance and providing a realistic picture of the benefits of providing one-on-one or small group training. This paper provides a description of the unique features of the program, measures of success for the program, a formula for implementing this program at other facilities, and a strong argument for the success (or failure) of the program in a time of increased radiological safety emphasis and reduced radiological safety budgets.

  11. Implementation of a Radiological Safety Coach program

    International Nuclear Information System (INIS)

    Konzen, K.K.

    1998-01-01

    The Safe Sites of Colorado Radiological Safety program has implemented a Safety Coach position, responsible for mentoring workers and line management by providing effective on-the-job radiological skills training and explanation of the rational for radiological safety requirements. This position is significantly different from a traditional classroom instructor or a facility health physicist, and provides workers with a level of radiological safety guidance not routinely provided by typical training programs. Implementation of this position presents a challenge in providing effective instruction, requiring rapport with the radiological worker not typically developed in the routine radiological training environment. The value of this unique training is discussed in perspective with cost-savings through better radiological control. Measures of success were developed to quantify program performance and providing a realistic picture of the benefits of providing one-on-one or small group training. This paper provides a description of the unique features of the program, measures of success for the program, a formula for implementing this program at other facilities, and a strong argument for the success (or failure) of the program in a time of increased radiological safety emphasis and reduced radiological safety budgets

  12. HIV Pre-exposure Prophylaxis Program Implementation Using Intervention Mapping.

    Science.gov (United States)

    Flash, Charlene A; Frost, Elizabeth L T; Giordano, Thomas P; Amico, K Rivet; Cully, Jeffrey A; Markham, Christine M

    2018-04-01

    HIV pre-exposure prophylaxis has been proven to be an effective tool in HIV prevention. However, numerous barriers still exist in pre-exposure prophylaxis implementation. The framework of Intervention Mapping was used from August 2016 to October 2017 to describe the process of adoption, implementation, and maintenance of an HIV prevention program from 2012 through 2017 in Houston, Texas, that is nested within a county health system HIV clinic. Using the tasks outlined in the Intervention Mapping framework, potential program implementers were identified, outcomes and performance objectives established, matrices of change objectives created, and methods and practical applications formed. Results include the formation of three matrices that document program outcomes, change agents involved in the process, and the determinants needed to facilitate program adoption, implementation, and maintenance. Key features that facilitated successful program adoption and implementation were obtaining leadership buy-in, leveraging existing resources, systematic evaluation of operations, ongoing education for both clinical and nonclinical staff, and attention to emergent issues during launch. The utilization of Intervention Mapping to delineate the program planning steps can provide a model for pre-exposure prophylaxis implementation in other settings. Copyright © 2018. Published by Elsevier Inc.

  13. Implementing the LifeSkills Training drug prevention program: factors related to implementation fidelity.

    Science.gov (United States)

    Mihalic, Sharon F; Fagan, Abigail A; Argamaso, Susanne

    2008-01-18

    Widespread replication of effective prevention programs is unlikely to affect the incidence of adolescent delinquency, violent crime, and substance use until the quality of implementation of these programs by community-based organizations can be assured. This paper presents the results of a process evaluation employing qualitative and quantitative methods to assess the extent to which 432 schools in 105 sites implemented the LifeSkills Training (LST) drug prevention program with fidelity. Regression analysis was used to examine factors influencing four dimensions of fidelity: adherence, dosage, quality of delivery, and student responsiveness. Although most sites faced common barriers, such as finding room in the school schedule for the program, gaining full support from key participants (i.e., site coordinators, principals, and LST teachers), ensuring teacher participation in training workshops, and classroom management difficulties, most schools involved in the project implemented LST with very high levels of fidelity. Across sites, 86% of program objectives and activities required in the three-year curriculum were delivered to students. Moreover, teachers were observed using all four recommended teaching practices, and 71% of instructors taught all the required LST lessons. Multivariate analyses found that highly rated LST program characteristics and better student behavior were significantly related to a greater proportion of material taught by teachers (adherence). Instructors who rated the LST program characteristics as ideal were more likely to teach all lessons (dosage). Student behavior and use of interactive teaching techniques (quality of delivery) were positively related. No variables were related to student participation (student responsiveness). Although difficult, high implementation fidelity by community-based organizations can be achieved. This study suggests some important factors that organizations should consider to ensure fidelity, such as

  14. Implementing the LifeSkills Training drug prevention program: factors related to implementation fidelity

    Directory of Open Access Journals (Sweden)

    Fagan Abigail A

    2008-01-01

    Full Text Available Abstract Background Widespread replication of effective prevention programs is unlikely to affect the incidence of adolescent delinquency, violent crime, and substance use until the quality of implementation of these programs by community-based organizations can be assured. Methods This paper presents the results of a process evaluation employing qualitative and quantitative methods to assess the extent to which 432 schools in 105 sites implemented the LifeSkills Training (LST drug prevention program with fidelity. Regression analysis was used to examine factors influencing four dimensions of fidelity: adherence, dosage, quality of delivery, and student responsiveness. Results Although most sites faced common barriers, such as finding room in the school schedule for the program, gaining full support from key participants (i.e., site coordinators, principals, and LST teachers, ensuring teacher participation in training workshops, and classroom management difficulties, most schools involved in the project implemented LST with very high levels of fidelity. Across sites, 86% of program objectives and activities required in the three-year curriculum were delivered to students. Moreover, teachers were observed using all four recommended teaching practices, and 71% of instructors taught all the required LST lessons. Multivariate analyses found that highly rated LST program characteristics and better student behavior were significantly related to a greater proportion of material taught by teachers (adherence. Instructors who rated the LST program characteristics as ideal were more likely to teach all lessons (dosage. Student behavior and use of interactive teaching techniques (quality of delivery were positively related. No variables were related to student participation (student responsiveness. Conclusion Although difficult, high implementation fidelity by community-based organizations can be achieved. This study suggests some important factors that

  15. GPU-based streaming architectures for fast cone-beam CT image reconstruction and demons deformable registration

    International Nuclear Information System (INIS)

    Sharp, G C; Kandasamy, N; Singh, H; Folkert, M

    2007-01-01

    This paper shows how to significantly accelerate cone-beam CT reconstruction and 3D deformable image registration using the stream-processing model. We describe data-parallel designs for the Feldkamp, Davis and Kress (FDK) reconstruction algorithm, and the demons deformable registration algorithm, suitable for use on a commodity graphics processing unit. The streaming versions of these algorithms are implemented using the Brook programming environment and executed on an NVidia 8800 GPU. Performance results using CT data of a preserved swine lung indicate that the GPU-based implementations of the FDK and demons algorithms achieve a substantial speedup-up to 80 times for FDK and 70 times for demons when compared to an optimized reference implementation on a 2.8 GHz Intel processor. In addition, the accuracy of the GPU-based implementations was found to be excellent. Compared with CPU-based implementations, the RMS differences were less than 0.1 Hounsfield unit for reconstruction and less than 0.1 mm for deformable registration

  16. 75 FR 48934 - Coral Reef Conservation Program Implementation Guidelines

    Science.gov (United States)

    2010-08-12

    ...-01] RIN 0648-ZC19 Coral Reef Conservation Program Implementation Guidelines AGENCY: National Oceanic... Guidelines (Guidelines) for the Coral Reef Conservation Program (CRCP or Program) under the Coral Reef... assistance for coral reef conservation projects under the Act. NOAA revised the Implementation Guidelines for...

  17. In-camera video-stream processing for bandwidth reduction in web inspection

    Science.gov (United States)

    Jullien, Graham A.; Li, QiuPing; Hajimowlana, S. Hossain; Morvay, J.; Conflitti, D.; Roberts, James W.; Doody, Brian C.

    1996-02-01

    Automated machine vision systems are now widely used for industrial inspection tasks where video-stream data information is taken in by the camera and then sent out to the inspection system for future processing. In this paper we describe a prototype system for on-line programming of arbitrary real-time video data stream bandwidth reduction algorithms; the output of the camera only contains information that has to be further processed by a host computer. The processing system is built into a DALSA CCD camera and uses a microcontroller interface to download bit-stream data to a XILINXTM FPGA. The FPGA is directly connected to the video data-stream and outputs data to a low bandwidth output bus. The camera communicates to a host computer via an RS-232 link to the microcontroller. Static memory is used to both generate a FIFO interface for buffering defect burst data, and for off-line examination of defect detection data. In addition to providing arbitrary FPGA architectures, the internal program of the microcontroller can also be changed via the host computer and a ROM monitor. This paper describes a prototype system board, mounted inside a DALSA camera, and discusses some of the algorithms currently being implemented for web inspection applications.

  18. Value stream mapping and simulation for implementation of lean manufacturing practices in a footwear company

    Directory of Open Access Journals (Sweden)

    Danilo Felipe Silva de Lima

    2016-03-01

    Full Text Available The development of the Value Stream Mapping (VSM is generally the first step for implementation of Lean Manufacturing (LM. The aim of this paper is to present an application of VSM with simulation in order to analyze the impacts of the LM adoption in the performance of a footwear plant. Therefore, a VSM was designed for the current state and, through the implementation of lean elements, a future state could be designed. Different scenarios were simulated for the future state implementation and the results were compared each other. Transfer, cutting and assembly sections were chosen to be simulated, because it was considered that would be possible to establish a one-piece flow between those processes. After the simulation, the scenario that presented the best results provided a 19% productivity increase over the current state, as well as improvement in all other process variables. The application of simulation as an additional element of VSM has helped to identify the advantages of the joint approach, since it enables to test different alternatives and better define the future state and its implementation strategies.

  19. Mentoring program design and implementation in new medical schools

    Science.gov (United States)

    Fornari, Alice; Murray, Thomas S.; Menzin, Andrew W.; Woo, Vivian A.; Clifton, Maurice; Lombardi, Marion; Shelov, Steven

    2014-01-01

    Purpose Mentoring is considered a valuable component of undergraduate medical education with a variety of programs at established medical schools. This study presents how new medical schools have set up mentoring programs as they have developed their curricula. Methods Administrators from 14 US medical schools established since 2006 were surveyed regarding the structure and implementation of their mentoring programs. Results The majority of new medical schools had mentoring programs that varied in structure and implementation. Although the programs were viewed as valuable at each institution, challenges when creating and implementing mentoring programs in new medical schools included time constraints for faculty and students, and lack of financial and professional incentives for faculty. Conclusions Similar to established medical schools, there was little uniformity among mentoring programs at new medical schools, likely reflecting differences in curriculum and program goals. Outcome measures are needed to determine whether a best practice for mentoring can be established. PMID:24962112

  20. Implementation contexts of a Tuberculosis Control Program in Brazilian prisons

    Directory of Open Access Journals (Sweden)

    Luisa Gonçalves Dutra de Oliveira

    2015-01-01

    Full Text Available OBJECTIVE To analyze the influence from context characteristics in the control of tuberculosis in prisons, and the influence from the program implementation degrees in observed effects.METHODS A multiple case study, with a qualitative approach, conducted in the prison systems of two Brazilian states in 2011 and 2012. Two prisons were analyzed in each state, and a prison hospital was analyzed in one of them. The data were submitted to a content analysis, which was based on external, political-organizational, implementation, and effect dimensions. Contextual factors and the ones in the program organization were correlated. The independent variable was the program implementation degree and the dependent one, the effects from the Tuberculosis Control Program in prisons.RESULTS The context with the highest sociodemographic vulnerability, the highest incidence rate of tuberculosis, and the smallest amount of available resources were associated with the low implementation degree of the program. The results from tuberculosis treatment in the prison system were better where the program had already been partially implemented than in the case with low implementation degree in both cases.CONCLUSIONS The implementation degree and its contexts – external and political-organizational dimensions – simultaneously contribute to the effects that are observed in the control of tuberculosis in analyzed prisons.

  1. Implementation Measurement for Evidence-Based Violence Prevention Programs in Communities.

    Science.gov (United States)

    Massetti, Greta M; Holland, Kristin M; Gorman-Smith, Deborah

    2016-08-01

    Increasing attention to the evaluation, dissemination, and implementation of evidence-based programs (EBPs) has led to significant advancements in the science of community-based violence prevention. One of the prevailing challenges in moving from science to community involves implementing EBPs and strategies with quality. The CDC-funded National Centers of Excellence in Youth Violence Prevention (YVPCs) partner with communities to implement a comprehensive community-based strategy to prevent violence and to evaluate that strategy for impact on community-wide rates of violence. As part of their implementation approach, YVPCs document implementation of and fidelity to the components of the comprehensive youth violence prevention strategy. We describe the strategies and methods used by the six YVPCs to assess implementation and to use implementation data to inform program improvement efforts. The information presented describes the approach and measurement strategies employed by each center and for each program implemented in the partner communities. YVPCs employ both established and innovative strategies for measurement and tracking of implementation across a broad range of programs, practices, and strategies. The work of the YVPCs highlights the need to use data to understand the relationship between implementation of EBPs and youth violence outcomes.

  2. Inventory of miscellaneous streams

    International Nuclear Information System (INIS)

    Lueck, K.J.

    1995-09-01

    On December 23, 1991, the US Department of Energy, Richland Operations Office (RL) and the Washington State Department of Ecology (Ecology) agreed to adhere to the provisions of the Department of Ecology Consent Order. The Consent Order lists the regulatory milestones for liquid effluent streams at the Hanford Site to comply with the permitting requirements of Washington Administrative Code. The RL provided the US Congress a Plan and Schedule to discontinue disposal of contaminated liquid effluent into the soil column on the Hanford Site. The plan and schedule document contained a strategy for the implementation of alternative treatment and disposal systems. This strategy included prioritizing the streams into two phases. The Phase 1 streams were considered to be higher priority than the Phase 2 streams. The actions recommended for the Phase 1 and 2 streams in the two reports were incorporated in the Hanford Federal Facility Agreement and Consent Order. Miscellaneous Streams are those liquid effluents streams identified within the Consent Order that are discharged to the ground but are not categorized as Phase 1 or Phase 2 Streams. This document consists of an inventory of the liquid effluent streams being discharged into the Hanford soil column

  3. Turtle Graphics implementation using a graphical dataflow programming approach

    OpenAIRE

    Lovejoy, Robert Steven

    1992-01-01

    Approved for public release; distribution is unlimited This thesis expands the concepts of object-oriented programming to implement a visual dataflow programming language. The main thrust of this research is to develop a functional prototype language, based upon the Turtle Graphics tool provided by LOGO programming language, for children to develop both their problem solving skills as well as their general programming skills. The language developed for this thesis was implemented in the...

  4. System-Enforced Deterministic Streaming for Efficient Pipeline Parallelism

    Institute of Scientific and Technical Information of China (English)

    张昱; 李兆鹏; 曹慧芳

    2015-01-01

    Pipeline parallelism is a popular parallel programming pattern for emerging applications. However, program-ming pipelines directly on conventional multithreaded shared memory is difficult and error-prone. We present DStream, a C library that provides high-level abstractions of deterministic threads and streams for simply representing pipeline stage work-ers and their communications. The deterministic stream is established atop our proposed single-producer/multi-consumer (SPMC) virtual memory, which integrates synchronization with the virtual memory model to enforce determinism on shared memory accesses. We investigate various strategies on how to efficiently implement DStream atop the SPMC memory, so that an infinite sequence of data items can be asynchronously published (fixed) and asynchronously consumed in order among adjacent stage workers. We have successfully transformed two representative pipeline applications – ferret and dedup using DStream, and conclude conversion rules. An empirical evaluation shows that the converted ferret performed on par with its Pthreads and TBB counterparts in term of running time, while the converted dedup is close to 2.56X, 7.05X faster than the Pthreads counterpart and 1.06X, 3.9X faster than the TBB counterpart on 16 and 32 CPUs, respectively.

  5. 42 CFR 414.406 - Implementation of programs.

    Science.gov (United States)

    2010-10-01

    ... 42 Public Health 3 2010-10-01 2010-10-01 false Implementation of programs. 414.406 Section 414.406 Public Health CENTERS FOR MEDICARE & MEDICAID SERVICES, DEPARTMENT OF HEALTH AND HUMAN SERVICES... Certain Durable Medical Equipment, Prosthetics, Orthotics, and Supplies (DMEPOS) § 414.406 Implementation...

  6. Factors Impacting Program Delivery: The Importance of Implementation Research in Extension

    Directory of Open Access Journals (Sweden)

    Ryan J. Gagnon

    2015-06-01

    Full Text Available Cooperative Extension is in a unique position, given its relationship with research-based, Land-Grant Universities, to advance the scholarship of implementation research. A stronger shift towards evidence-based practice has been occurring, oriented towards the assessment of programs for outcomes. This paper explores core concepts related to program implementation and delves into factors that influence successful implementation of Extension programs and services. The importance of implementation within the Extension Program Development Model is explored, along with emerging issues and trends.

  7. STREAMS - Supporting Underrepresented Groups in Earth Sciences

    Science.gov (United States)

    Carvalho-Knighton, K.; Johnson, A.

    2009-12-01

    In Fall 2008, STREAMS (Supporting Talented and Remarkable Environmental And Marine Science students) Scholarship initiative began at the University of South Florida St. Petersburg, the only public university in Pinellas County. STREAMS is a partnership between the University of South Florida St. Petersburg’s (USFSP) Environmental Science and Policy Program and University of South Florida’s (USF) College of Marine Science. The STREAMS Student Scholarship Program has facilitated increased recruitment, retention, and graduation of USFSP environmental science and USF marine science majors. The STREAMS program has increased opportunities for minorities and women to obtain undergraduate and graduate degrees, gain valuable research experience and engage in professional development activities. STREAMS scholars have benefited from being mentored by USFSP and USF faculty and as well as MSPhDs students and NSF Florida-Georgia LSAMP Bridge to Doctorate graduate fellows. In addition, STREAMS has facilitated activities designed to prepare student participants for successful Earth system science-related careers. We will elucidate the need for this initiative and vision for the collaboration.

  8. Implementing a Coach-Delivered Dating Violence Prevention Program with High School Athletes.

    Science.gov (United States)

    Jaime, Maria Catrina D; McCauley, Heather L; Tancredi, Daniel J; Decker, Michele R; Silverman, Jay G; O'Connor, Brian; Miller, Elizabeth

    2018-05-10

    Teen dating violence and sexual violence are severe public health problems. Abusive behaviors within the context of dating or romantic relationships are associated with adverse health outcomes. Promoting positive bystander intervention and increasing knowledge of abusive behaviors are promising strategies for preventing dating and sexual violence. Coaching Boys Into Men (CBIM) is an evidence-based, athletic coach-delivered dating violence prevention program that has been shown to increase positive bystander behaviors and reduce abuse perpetration among high school male athletes. Identifying specific barriers and facilitators based on the coaches' experiences with program delivery combined with the coaches' and athletes' program perceptions may help optimize future CBIM implementation and sustainability. Semi-structured interviews with coaches (n = 36) explored the implementers' perspectives on strategies that worked well and potential barriers to program implementation. Ten focus groups with male athletes (n = 39) assessed their experiences with CBIM and the suitability of having their coaches deliver this program. Coaches described using the CBIM training cards and integrating program delivery during practice. Athletes reported coaches routinely delivering the CBIM program and adding their own personal stories or examples to the discussions. Key facilitators to program implementation include support from the violence prevention advocate, the ease of integrating CBIM into the sports season, and using the program materials. Barriers to implementation included finding sufficient time for the program, dynamics of delivering sensitive program content, and participant constraints. Coaches and athletes alike found the program feasible and acceptable to implement within the sports setting. Both coaches and athletes offered insights on the implementation and the feasibility and acceptability of CBIM within school-based athletic programs. These experiences by

  9. CSSP implementation plan for space plasma physics programs

    International Nuclear Information System (INIS)

    Baker, D.N.; Williams, D.J.; Johns Hopkins Univ., Laurel, MD)

    1985-01-01

    The Committee on Solar and Space Physics (CSSP) has provided NASA with guidance in the areas of solar, heliospheric, magnetospheric, and upper atmospheric research. The budgetary sitation confronted by NASA has called for a prioritized plane for the implementation of solar and space plasma physics programs. CSSP has developed the following recommendations: (1) continue implementation of both the Upper Atmosphere Research Satellite and Solar Optical Telescope programs; (2) initiate the International Solar Terrestrial Physics program; (3) plan for later major free-flying missions and carry out the technology development they require; (4) launch an average of one solar and space physics Explorer per yr beginning in 1990; (5) enhance current Shuttle/Spacelab programs; (6) develop facility-class instrumentation; (7) augment the solar terrestrial theory program by FY 1990; (8) support a compute modeling program; (9) strengthen the research and analysis program; and (10) maintain a stable suborbital program for flexible science objectives in upper atmosphere and space plasma physics

  10. Field manual for stream sediment reconnaissance. Savannah River Laboratory National Uranium Resource Evaluation Program

    International Nuclear Information System (INIS)

    Ferguson, R.B.; Price, V.; Baucom, E.I.

    1976-07-01

    A manual is presented that is intended to direct and coordinate field operations, site selection, stream sediment sample collection, water sample collection, and information codes for the Savannah River Laboratory (SRL) contribution to the National Uranium Resource Evaluation (NURE) program. The manual provides public relations information for field sampling teams as well as technical direction

  11. Implementation of a Multichannel Serial Data Streaming Algorithm using the Xilinx Serial RapidIO Solution

    Science.gov (United States)

    Doxley, Charles A.

    2016-01-01

    In the current world of applications that use reconfigurable technology implemented on field programmable gate arrays (FPGAs), there is a need for flexible architectures that can grow as the systems evolve. A project has limited resources and a fixed set of requirements that development efforts are tasked to meet. Designers must develop robust solutions that practically meet the current customer demands and also have the ability to grow for future performance. This paper describes the development of a high speed serial data streaming algorithm that allows for transmission of multiple data channels over a single serial link. The technique has the ability to change to meet new applications developed for future design considerations. This approach uses the Xilinx Serial RapidIO LOGICORE Solution to implement a flexible infrastructure to meet the current project requirements with the ability to adapt future system designs.

  12. IMPLEMENTATION OF PROGRAM THE VILLAGE EMPOWERMENT IN RIAU PROVINCE

    Directory of Open Access Journals (Sweden)

    trio saputra

    2017-03-01

    Full Text Available Village empowerment program Implementation (PPD is a program of the Riau provincial government and the community empowerment directed to rural villages to accelerate poverty reduction through economic development and rural communities. The method used in this research is qualitative discriftif, collecting data through interviews, observation and documentation. The theory used is Edward III of policy implementation. Four variables in the analysis of public policies is Communications, Resources, attitudes and bureaucratic structures. PPD Communications implemented in two ways, namely as a reference guide book uniformity of language policy and technical meetings Tiered as form of direct communication between stakeholders in dealing with problems that arise. Resources consist of human resources and budget. The attitude and commitment of the determination visible implementing decree on the implementation team, commitment to cooperation and commitment duplication of programs by the district / city. While PPD graded organizational structure that is provincial, district / city and district. Each level has a structure and job descriptions of each.

  13. The Rocky Flats Plant Waste Stream and Residue Identification and Characterization Program (WSRIC): Progress and achievements

    International Nuclear Information System (INIS)

    Ideker, V.L.

    1994-01-01

    The Waste Stream and Residue Identification and Characterization (WSRIC) Program, as described in the WSRIC Program Description delineates the process knowledge used to identify and characterize currently-generated waste from approximately 5404 waste streams originating from 576 processes in 288 buildings at Rocky Flats Plant (RFP). Annual updates to the WSRIC documents are required by the Federal Facilities Compliance Agreement between the US Department of Energy, the Colorado Department of Health and the Environmental Protection Agency. Accurate determination and characterization of waste is a crucial component in RFP's waste management strategy to assure compliance with Resource Conservation and Recovery Act (RCRA) storage and treatment requirements, as well as disposal acceptance criteria. The WSRIC Program was rebaselined in September 1992, and serves as the linchpin for documenting process knowledge in RFP's RCRA operating record. Enhancements to the WSRIC include strengthening the waste characterization rationale, expanding WSRIC training for waste generators, and incorporating analytical information into the WSRIC building books. These enhancements will improve credibility with the regulators and increase waste generators' understanding of the basis for credible waste characterizations

  14. Sampling, Splitting and Merging in Coinductive Stream Calculus

    NARCIS (Netherlands)

    M. Niqui (Milad); J.J.M.M. Rutten (Jan); C. Bolduc; J. Desharnais; B. Ktari

    2010-01-01

    textabstractWe study various operations for partitioning, projecting and merging streams of data. These operations are motivated by their use in dataflow programming and the stream processing languages. We use the framework of \\emph{stream calculus} and \\emph{stream circuits} for defining and

  15. Sampling, splitting and merging in coinductive stream calculus

    NARCIS (Netherlands)

    M. Niqui (Milad); J.J.M.M. Rutten (Jan)

    2009-01-01

    htmlabstractWe study various operations for partitioning, projecting and merging streams of data. These operations are motivated by their use in dataflow programming and the stream processing languages. We use the framework of stream calculus and stream circuits for defining and proving properties

  16. The INEL approach: Environmental Restoration Program management and implementation methodology

    International Nuclear Information System (INIS)

    1996-01-01

    The overall objectives of the INEL Environmental Restoration (ER) Program management approach are to facilitate meeting mission needs through the successful implementation of a sound, and effective project management philosophy. This paper outlines the steps taken to develop the ER program, and explains further the implementing tools and processes used to achieve what can be viewed as fundamental to a successful program. The various examples provided will demonstrate how the strategies for implementing these operating philosophies are actually present and at work throughout the program, in spite of budget drills and organizational changes within DOE and the implementing contractor. A few of the challenges and successes of the INEL Environmental Restoration Program have included: a) completion of all enforceable milestones to date, b) acceleration of enforceable milestones, c) managing funds to reduce uncosted obligations at year end by utilizing greater than 99% of FY-95 budget, d) an exemplary safety record, e) developing a strategy for partial Delisting of the INEL by the year 2000, f) actively dealing with Natural Resource Damages Assessment issues, g) the achievement of significant project cost reductions, h) and implementation of a partnering charter and application of front end quality principles

  17. High Definition Video Streaming Using H.264 Video Compression

    OpenAIRE

    Bechqito, Yassine

    2009-01-01

    This thesis presents high definition video streaming using H.264 codec implementation. The experiment carried out in this study was done for an offline streaming video but a model for live high definition streaming is introduced, as well. Prior to the actual experiment, this study describes digital media streaming. Also, the different technologies involved in video streaming are covered. These include streaming architecture and a brief overview on H.264 codec as well as high definition t...

  18. Design and implementation of streaming media server cluster based on FFMpeg.

    Science.gov (United States)

    Zhao, Hong; Zhou, Chun-long; Jin, Bao-zhao

    2015-01-01

    Poor performance and network congestion are commonly observed in the streaming media single server system. This paper proposes a scheme to construct a streaming media server cluster system based on FFMpeg. In this scheme, different users are distributed to different servers according to their locations and the balance among servers is maintained by the dynamic load-balancing algorithm based on active feedback. Furthermore, a service redirection algorithm is proposed to improve the transmission efficiency of streaming media data. The experiment results show that the server cluster system has significantly alleviated the network congestion and improved the performance in comparison with the single server system.

  19. Design and Implementation of Streaming Media Server Cluster Based on FFMpeg

    Science.gov (United States)

    Zhao, Hong; Zhou, Chun-long; Jin, Bao-zhao

    2015-01-01

    Poor performance and network congestion are commonly observed in the streaming media single server system. This paper proposes a scheme to construct a streaming media server cluster system based on FFMpeg. In this scheme, different users are distributed to different servers according to their locations and the balance among servers is maintained by the dynamic load-balancing algorithm based on active feedback. Furthermore, a service redirection algorithm is proposed to improve the transmission efficiency of streaming media data. The experiment results show that the server cluster system has significantly alleviated the network congestion and improved the performance in comparison with the single server system. PMID:25734187

  20. Creating and Implementing Diverse Development Strategies to Support Extension Centers and Programs

    Science.gov (United States)

    Page, Christopher S.; Kern, Michael A.

    2018-01-01

    Declining government funding for higher education requires colleges and universities to seek alternative revenue streams, including through philanthropic fund-raising. Extension-based subject matter centers and other programs can benefit from the thoughtful supplementation of traditional revenue sources with individual, corporate, and private…

  1. High-Performance Parallel and Stream Processing of X-ray Microdiffraction Data on Multicores

    International Nuclear Information System (INIS)

    Bauer, Michael A; McIntyre, Stewart; Xie Yuzhen; Biem, Alain; Tamura, Nobumichi

    2012-01-01

    We present the design and implementation of a high-performance system for processing synchrotron X-ray microdiffraction (XRD) data in IBM InfoSphere Streams on multicore processors. We report on the parallel and stream processing techniques that we use to harvest the power of clusters of multicores to analyze hundreds of gigabytes of synchrotron XRD data in order to reveal the microtexture of polycrystalline materials. The timing to process one XRD image using one pipeline is about ten times faster than the best C program at present. With the support of InfoSphere Streams platform, our software is able to be scaled up to operate on clusters of multi-cores for processing multiple images concurrently. This system provides a high-performance processing kernel to achieve near real-time data analysis of image data from synchrotron experiments.

  2. StreamStats in Oklahoma - Drainage-Basin Characteristics and Peak-Flow Frequency Statistics for Ungaged Streams

    Science.gov (United States)

    Smith, S. Jerrod; Esralew, Rachel A.

    2010-01-01

    The USGS Streamflow Statistics (StreamStats) Program was created to make geographic information systems-based estimation of streamflow statistics easier, faster, and more consistent than previously used manual techniques. The StreamStats user interface is a map-based internet application that allows users to easily obtain streamflow statistics, basin characteristics, and other information for user-selected U.S. Geological Survey data-collection stations and ungaged sites of interest. The application relies on the data collected at U.S. Geological Survey streamflow-gaging stations, computer aided computations of drainage-basin characteristics, and published regression equations for several geographic regions comprising the United States. The StreamStats application interface allows the user to (1) obtain information on features in selected map layers, (2) delineate drainage basins for ungaged sites, (3) download drainage-basin polygons to a shapefile, (4) compute selected basin characteristics for delineated drainage basins, (5) estimate selected streamflow statistics for ungaged points on a stream, (6) print map views, (7) retrieve information for U.S. Geological Survey streamflow-gaging stations, and (8) get help on using StreamStats. StreamStats was designed for national application, with each state, territory, or group of states responsible for creating unique geospatial datasets and regression equations to compute selected streamflow statistics. With the cooperation of the Oklahoma Department of Transportation, StreamStats has been implemented for Oklahoma and is available at http://water.usgs.gov/osw/streamstats/. The Oklahoma StreamStats application covers 69 processed hydrologic units and most of the state of Oklahoma. Basin characteristics available for computation include contributing drainage area, contributing drainage area that is unregulated by Natural Resources Conservation Service floodwater retarding structures, mean-annual precipitation at the

  3. Effects of outdoor education stream classes on substrate movement and macroinvertebrate colonization

    Science.gov (United States)

    Environmental education and stream quality monitoring overlap in stream classes conducted at resident outdoor education (ROE) programs. ROE programs frequently use the same stream locations for their stream classes. The repeated use of the same location can potentially degrade aquatic macroinverte...

  4. Oil program implementation plan FY 1996--2000

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1995-04-01

    This document reaffirms the US Department of Energy (DOE) Office of Fossil Energy commitment to implement the National Oil Research Program in a way to maximize assurance of energy security, economic growth, environmental protection, jobs, improved economic competitiveness, and improved US balance of trade. There are two sections and an appendix in this document. Section 1 is background information that guided its formulation and a summary of the Oil Program Implementation Plan. This summary includes mission statements, major program drivers, oil issues and trends, budget issues, customers/stakeholders, technology transfer, measures of program effectiveness, and benefits. Section 2 contains more detailed program descriptions for the eight technical areas and the NIPER infrastructure. The eight technical areas are reservoir characterization; extraction research; exploration, drilling, and risk-based decision management; analysis and planning; technology transfer; field demonstration projects; oil downstream operations; and environmental research. Each description contains an overview of the program, descriptions on main areas, a discussion of stakeholders, impacts, planned budget projections, projected schedules with Gantt charts, and measures of effectiveness. The appendix is a summary of comments from industry on an earlier draft of the plan. Although changes were made in response to the comments, many of the suggestions will be used as guidance for the FY 1997--2001 plan.

  5. Revised Methods for Characterizing Stream Habitat in the National Water-Quality Assessment Program

    Science.gov (United States)

    Fitzpatrick, Faith A.; Waite, Ian R.; D'Arconte, Patricia J.; Meador, Michael R.; Maupin, Molly A.; Gurtz, Martin E.

    1998-01-01

    Stream habitat is characterized in the U.S. Geological Survey's National Water-Quality Assessment (NAWQA) Program as part of an integrated physical, chemical, and biological assessment of the Nation's water quality. The goal of stream habitat characterization is to relate habitat to other physical, chemical, and biological factors that describe water-quality conditions. To accomplish this goal, environmental settings are described at sites selected for water-quality assessment. In addition, spatial and temporal patterns in habitat are examined at local, regional, and national scales. This habitat protocol contains updated methods for evaluating habitat in NAWQA Study Units. Revisions are based on lessons learned after 6 years of applying the original NAWQA habitat protocol to NAWQA Study Unit ecological surveys. Similar to the original protocol, these revised methods for evaluating stream habitat are based on a spatially hierarchical framework that incorporates habitat data at basin, segment, reach, and microhabitat scales. This framework provides a basis for national consistency in collection techniques while allowing flexibility in habitat assessment within individual Study Units. Procedures are described for collecting habitat data at basin and segment scales; these procedures include use of geographic information system data bases, topographic maps, and aerial photographs. Data collected at the reach scale include channel, bank, and riparian characteristics.

  6. Selecting the optimum plot size for a California design-based stream and wetland mapping program.

    Science.gov (United States)

    Lackey, Leila G; Stein, Eric D

    2014-04-01

    Accurate estimates of the extent and distribution of wetlands and streams are the foundation of wetland monitoring, management, restoration, and regulatory programs. Traditionally, these estimates have relied on comprehensive mapping. However, this approach is prohibitively resource-intensive over large areas, making it both impractical and statistically unreliable. Probabilistic (design-based) approaches to evaluating status and trends provide a more cost-effective alternative because, compared with comprehensive mapping, overall extent is inferred from mapping a statistically representative, randomly selected subset of the target area. In this type of design, the size of sample plots has a significant impact on program costs and on statistical precision and accuracy; however, no consensus exists on the appropriate plot size for remote monitoring of stream and wetland extent. This study utilized simulated sampling to assess the performance of four plot sizes (1, 4, 9, and 16 km(2)) for three geographic regions of California. Simulation results showed smaller plot sizes (1 and 4 km(2)) were most efficient for achieving desired levels of statistical accuracy and precision. However, larger plot sizes were more likely to contain rare and spatially limited wetland subtypes. Balancing these considerations led to selection of 4 km(2) for the California status and trends program.

  7. Implemented or not implemented? Process evaluation of the school-based obesity prevention program DOiT and associations with program effectiveness

    NARCIS (Netherlands)

    van Nassau, F.; Singh, A.S.; Hoekstra, T.; van Mechelen, W.; Brug, J.; Chinapaw, M.J.M.

    This study investigates if and to what extent the Dutch Obesity Intervention in Teenagers (DOiT) program was implemented as intended and how this affected program effectiveness. We collected data at 20 prevocational education schools in the Netherlands. We assessed seven process indicators:

  8. Implemented or not implemented? : Process evaluation of the school-based obesity prevention program DOiT and associations with program effectiveness

    NARCIS (Netherlands)

    van Nassau, Femke; Singh, Amika S; Hoekstra, T.; van Mechelen, Willem; Brug, Johannes; Chinapaw, Mai J M

    This study investigates if and to what extent the Dutch Obesity Intervention in Teenagers (DOiT) program was implemented as intended and how this affected program effectiveness. We collected data at 20 prevocational education schools in the Netherlands. We assessed seven process indicators:

  9. Hydrogeochemical and stream sediment reconnaissance (HSSR) program of the National Uranium Resource Evaluation (NURE) 1973-1984. Technical history

    International Nuclear Information System (INIS)

    1985-01-01

    The Hydrogeochemical and Stream Sediment Reconnaissance (HSSR) program of the National Uranium Resource Evaluation (NURE) generated a database of interest to scientists and other professional personnel in the academic, business, industrial, and governmental communities. NURE was a program of the Department of Energy Grand Junction Office (GJO) to acquire and compile geologic and other information with which to assess the magnitude and distribution of uranium resources and to determine areas favorable for the occurrence of uranium in the United States. The HSSR program provided for the collection of water and sediment samples located on the 1 0 x 2 0 National Topographic Map Series (NTMS) quadrangle grid across the conterminous United States and Alaska and the analysis of these samples for uranium as well as for a number of additional elements. Although the initial purpose of the program was to provide information regarding uranium resources, the information recorded about other elements and general field or site characteristics has made this database potentially valuable for describing the geochemistry of a location and addressing other issues such as water quality. The purpose of this Technical History is to summarize in one report those aspects of the HSSR program that are likely to be important in helping users assess the database and make informed judgements about its application to specific research questions. The history begins with an overview of the NURE Program and its components. Following a general description of the goals, objectives, and key features of the HSSR program, the implementation of the program at each of the four federal laboratories is presented in four separate chapters. These typically cover such topics as sample collection, sample analysis, and data management. 80 refs., 5 figs., 9 tabs

  10. Pressure Safety Program Implementation at ORNL

    Energy Technology Data Exchange (ETDEWEB)

    Lower, Mark [ORNL; Etheridge, Tom [ORNL; Oland, C. Barry [XCEL Engineering, Inc.

    2013-01-01

    The Oak Ridge National Laboratory (ORNL) is a US Department of Energy (DOE) facility that is managed by UT-Battelle, LLC. In February 2006, DOE promulgated worker safety and health regulations to govern contractor activities at DOE sites. These regulations, which are provided in 10 CFR 851, Worker Safety and Health Program, establish requirements for worker safety and health program that reduce or prevent occupational injuries, illnesses, and accidental losses by providing DOE contractors and their workers with safe and healthful workplaces at DOE sites. The regulations state that contractors must achieve compliance no later than May 25, 2007. According to 10 CFR 851, Subpart C, Specific Program Requirements, contractors must have a structured approach to their worker safety and health programs that at a minimum includes provisions for pressure safety. In implementing the structured approach for pressure safety, contractors must establish safety policies and procedures to ensure that pressure systems are designed, fabricated, tested, inspected, maintained, repaired, and operated by trained, qualified personnel in accordance with applicable sound engineering principles. In addition, contractors must ensure that all pressure vessels, boilers, air receivers, and supporting piping systems conform to (1) applicable American Society of Mechanical Engineers (ASME) Boiler and Pressure Vessel Code (2004) Sections I through XII, including applicable code cases; (2) applicable ASME B31 piping codes; and (3) the strictest applicable state and local codes. When national consensus codes are not applicable because of pressure range, vessel geometry, use of special materials, etc., contractors must implement measures to provide equivalent protection and ensure a level of safety greater than or equal to the level of protection afforded by the ASME or applicable state or local codes. This report documents the work performed to address legacy pressure vessel deficiencies and comply

  11. Implementation and Evaluation of the Streamflow Statistics (StreamStats) Web Application for Computing Basin Characteristics and Flood Peaks in Illinois

    Science.gov (United States)

    Ishii, Audrey L.; Soong, David T.; Sharpe, Jennifer B.

    2010-01-01

    Illinois StreamStats (ILSS) is a Web-based application for computing selected basin characteristics and flood-peak quantiles based on the most recently (2010) published (Soong and others, 2004) regional flood-frequency equations at any rural stream location in Illinois. Limited streamflow statistics including general statistics, flow durations, and base flows also are available for U.S. Geological Survey (USGS) streamflow-gaging stations. ILSS can be accessed on the Web at http://streamstats.usgs.gov/ by selecting the State Applications hyperlink and choosing Illinois from the pull-down menu. ILSS was implemented for Illinois by obtaining and projecting ancillary geographic information system (GIS) coverages; populating the StreamStats database with streamflow-gaging station data; hydroprocessing the 30-meter digital elevation model (DEM) for Illinois to conform to streams represented in the National Hydrographic Dataset 1:100,000 stream coverage; and customizing the Web-based Extensible Markup Language (XML) programs for computing basin characteristics for Illinois. The basin characteristics computed by ILSS then were compared to the basin characteristics used in the published study, and adjustments were applied to the XML algorithms for slope and basin length. Testing of ILSS was accomplished by comparing flood quantiles computed by ILSS at a an approximately random sample of 170 streamflow-gaging stations computed by ILSS with the published flood quantile estimates. Differences between the log-transformed flood quantiles were not statistically significant at the 95-percent confidence level for the State as a whole, nor by the regions determined by each equation, except for region 1, in the northwest corner of the State. In region 1, the average difference in flood quantile estimates ranged from 3.76 percent for the 2-year flood quantile to 4.27 percent for the 500-year flood quantile. The total number of stations in region 1 was small (21) and the mean

  12. On the Organization of Parallel Operation of Some Algorithms for Finding the Shortest Path on a Graph on a Computer System with Multiple Instruction Stream and Single Data Stream

    Directory of Open Access Journals (Sweden)

    V. E. Podol'skii

    2015-01-01

    Full Text Available The paper considers the implementing Bellman-Ford and Lee algorithms to find the shortest graph path on a computer system with multiple instruction stream and single data stream (MISD. The MISD computer is a computer that executes commands of arithmetic-logical processing (on the CPU and commands of structures processing (on the structures processor in parallel on a single data stream. Transformation of sequential programs into the MISD programs is a labor intensity process because it requires a stream of the arithmetic-logical processing to be manually separated from that of the structures processing. Algorithms based on the processing of data structures (e.g., algorithms on graphs show high performance on a MISD computer. Bellman-Ford and Lee algorithms for finding the shortest path on a graph are representatives of these algorithms. They are applied to robotics for automatic planning of the robot movement in-situ. Modification of Bellman-Ford and Lee algorithms for finding the shortest graph path in coprocessor MISD mode and the parallel MISD modification of these algorithms were first obtained in this article. Thus, this article continues a series of studies on the transformation of sequential algorithms into MISD ones (Dijkstra and Ford-Fulkerson 's algorithms and has a pronouncedly applied nature. The article also presents the analysis results of Bellman-Ford and Lee algorithms in MISD mode. The paper formulates the basic trends of a technique for parallelization of algorithms into arithmetic-logical processing stream and structures processing stream. Among the key areas for future research, development of the mathematical approach to provide a subsequently formalized and automated process of parallelizing sequential algorithms between the CPU and structures processor is highlighted. Among the mathematical models that can be used in future studies there are graph models of algorithms (e.g., dependency graph of a program. Due to the high

  13. Embedding research to improve program implementation in Latin America and the Caribbean.

    Science.gov (United States)

    Tran, Nhan; Langlois, Etienne V; Reveiz, Ludovic; Varallyay, Ilona; Elias, Vanessa; Mancuso, Arielle; Becerra-Posada, Francisco; Ghaffar, Abdul

    2017-06-08

    In the last 10 years, implementation research has come to play a critical role in improving the implementation of already-proven health interventions by promoting the systematic uptake of research findings and other evidence-based strategies into routine practice. The Alliance for Health Policy and Systems Research and the Pan American Health Organization implemented a program of embedded implementation research to support health programs in Latin America and the Caribbean (LAC) in 2014-2015. A total of 234 applications were received from 28 countries in the Americas. The Improving Program Implementation through Embedded Research (iPIER) scheme supported 12 implementation research projects led by health program implementers from nine LAC countries: Argentina, Bolivia, Brazil, Chile, Colombia, Mexico, Panama, Peru, and Saint Lucia. Through this experience, we learned that the "insider" perspective, which implementers bring to the research proposal, is particularly important in identifying research questions that focus on the systems failures that often manifest in barriers to implementation. This paper documents the experience of and highlights key conclusions about the conduct of embedded implementation research. The iPIER experience has shown great promise for embedded research models that place implementers at the helm of implementation research initiatives.

  14. Repurposing Waste Streams: Lessons on Integrating Hospital Food Waste into a Community Garden.

    Science.gov (United States)

    Galvan, Adri M; Hanson, Ryan; George, Daniel R

    2018-04-06

    There have been increasing efforts in recent decades to divert institutional food waste into composting programs. As major producers of food waste who must increasingly demonstrate community benefit, hospitals have an incentive to develop such programs. In this article, we explain the emerging opportunity to link hospitals' food services to local community gardens in order to implement robust composting programs. We describe a partnership model at our hospital in central Pennsylvania, share preliminary outcomes establishing feasibility, and offer guidance for future efforts. We also demonstrate that the integration of medical students in such efforts can foster systems thinking in the development of programs to manage hospital waste streams in more ecologically-friendly ways.

  15. Toward optimal implementation of cancer prevention and control programs in public health: a study protocol on mis-implementation.

    Science.gov (United States)

    Padek, Margaret; Allen, Peg; Erwin, Paul C; Franco, Melissa; Hammond, Ross A; Heuberger, Benjamin; Kasman, Matt; Luke, Doug A; Mazzucca, Stephanie; Moreland-Russell, Sarah; Brownson, Ross C

    2018-03-23

    Much of the cancer burden in the USA is preventable, through application of existing knowledge. State-level funders and public health practitioners are in ideal positions to affect programs and policies related to cancer control. Mis-implementation refers to ending effective programs and policies prematurely or continuing ineffective ones. Greater attention to mis-implementation should lead to use of effective interventions and more efficient expenditure of resources, which in the long term, will lead to more positive cancer outcomes. This is a three-phase study that takes a comprehensive approach, leading to the elucidation of tactics for addressing mis-implementation. Phase 1: We assess the extent to which mis-implementation is occurring among state cancer control programs in public health. This initial phase will involve a survey of 800 practitioners representing all states. The programs represented will span the full continuum of cancer control, from primary prevention to survivorship. Phase 2: Using data from phase 1 to identify organizations in which mis-implementation is particularly high or low, the team will conduct eight comparative case studies to get a richer understanding of mis-implementation and to understand contextual differences. These case studies will highlight lessons learned about mis-implementation and identify hypothesized drivers. Phase 3: Agent-based modeling will be used to identify dynamic interactions between individual capacity, organizational capacity, use of evidence, funding, and external factors driving mis-implementation. The team will then translate and disseminate findings from phases 1 to 3 to practitioners and practice-related stakeholders to support the reduction of mis-implementation. This study is innovative and significant because it will (1) be the first to refine and further develop reliable and valid measures of mis-implementation of public health programs; (2) bring together a strong, transdisciplinary team with

  16. Hanford Environmental Management Program implementation plan

    International Nuclear Information System (INIS)

    1988-08-01

    The Hanford Environmental Management Program (HEMP) was established to facilitate compliance with the applicable environmental statues, regulations, and standards on the Hanford Site. The HEMP provides a structured approach to achieve environmental management objectives. The Hanford Environmental Management Program Plan (HEMP Plan) was prepared as a strategic level planning document to describe the program management, technical implementation, verification, and communications activities that guide the HEMP. Four basic program objectives are identified in the HEMP Plan as follows: establish ongoing monitoring to ensure that Hanford Site operations comply with environmental requirements; attain regulatory compliance through the modification of activities; mitigate any environmental consequences; and minimize the environmental impacts of future operations at the Hanford Site. 2 refs., 24 figs., 27 tabs

  17. Geochemical orientation survey of stream sediment, stream water, and ground water near uranium prospects, Monticello area, New York. National Uranium Resource Evaluation Program

    International Nuclear Information System (INIS)

    Rose, A.W.; Smith, A.T.; Wesolowski, D.

    1982-08-01

    A detailed geochemical test survey has been conducted in a 570 sq km area around six small copper-uranium prospects in sandstones of the Devonian Catskill Formation near Monticello in southern New York state. This report summarizes and interprets the data for about 500 stream sediment samples, 500 stream water samples, and 500 ground water samples, each analyzed for 40 to 50 elements. The groundwater samples furnish distinctive anomalies for uranium, helium, radon, and copper near the mineralized localities, but the samples must be segregated into aquifers in order to obtain continuous well-defined anomalies. Two zones of uranium-rich water (1 to 16 parts per billion) can be recognized on cross sections; the upper zone extends through the known occurrences. The anomalies in uranium and helium are strongest in the deeper parts of the aquifers and are diluted in samples from shallow wells. In stream water, copper and uranium are slightly anomalous, as in an ore factor derived from factor analysis. Ratios of copper, uranium, and zinc to conductivity improve the resolution of anomalies. In stream sediment, extractable uranium, copper, niobium, vanadium, and an ore factor furnish weak anomalies, and ratios of uranium and copper to zinc improve the definition of anomalies. The uranium/thorium ratio is not helpful. Published analyses of rock samples from the nearby stratigraphic section show distinct anomalies in the zone containing the copper-uranium occurrences. This report is being issued without the normal detailed technical and copy editing, to make the data available to the public before the end of the National Uranium Reconnaissance Evaluation program

  18. Geochemical orientation survey of stream sediment, stream water, and ground water near uranium prospects, Monticello area, New York. National Uranium Resource Evaluation Program

    Energy Technology Data Exchange (ETDEWEB)

    Rose, A. W.; Smith, A. T.; Wesolowski, D.

    1982-08-01

    A detailed geochemical test survey has been conducted in a 570 sq km area around six small copper-uranium prospects in sandstones of the Devonian Catskill Formation near Monticello in southern New York state. This report summarizes and interprets the data for about 500 stream sediment samples, 500 stream water samples, and 500 ground water samples, each analyzed for 40 to 50 elements. The groundwater samples furnish distinctive anomalies for uranium, helium, radon, and copper near the mineralized localities, but the samples must be segregated into aquifers in order to obtain continuous well-defined anomalies. Two zones of uranium-rich water (1 to 16 parts per billion) can be recognized on cross sections; the upper zone extends through the known occurrences. The anomalies in uranium and helium are strongest in the deeper parts of the aquifers and are diluted in samples from shallow wells. In stream water, copper and uranium are slightly anomalous, as in an ore factor derived from factor analysis. Ratios of copper, uranium, and zinc to conductivity improve the resolution of anomalies. In stream sediment, extractable uranium, copper, niobium, vanadium, and an ore factor furnish weak anomalies, and ratios of uranium and copper to zinc improve the definition of anomalies. The uranium/thorium ratio is not helpful. Published analyses of rock samples from the nearby stratigraphic section show distinct anomalies in the zone containing the copper-uranium occurrences. This report is being issued without the normal detailed technical and copy editing, to make the data available to the public before the end of the National Uranium Reconnaissance Evaluation program.

  19. SRS ES and H Standards Compliance Program Implementation Plan

    International Nuclear Information System (INIS)

    Hearn, W.H.

    1993-01-01

    On March 8, 1990, the Defense Nuclear Facilities Safety Board (DNFSB) issued Recommendation 90-2 to the Secretary of Energy. This recommendation, based upon the DNFSB's initial review and evaluation of the content and implementation of standards relating to the design, construction, operations, and decommissioning of defense nuclear facilities of the U.S. Department of Energy (DOE), called for three actions: identification of specific standards that apply to design, construction, operation and decommissioning of DOE facilities; assessment of the adequacy of those standards for protecting public health and safety; and determination of the extent to which they have and are being implemented. The purpose of this Implementation Plan is to define the single program for all sitewide and facility 90-2 ES and H Standards Compliance efforts, which will satisfy the HQ Implementation Plan, avoid duplicate efforts, be as simple and achievable as possible, include cost-saving innovations, use a graded approach based on facility hazards and future needs of facilities, and support configuration control for facility requirements. The Defense Waste Processing Facility (DWPF) has been designated a pilot facility for the 90-2 program and has progressed with their facility program ahead of the site-level program. The DWPF, and other Government-Owned Contractor-Operated (GOCO) facilities that progress on an enhanced schedule, will serve as pilot facilities for the site-level program. The lessons learned with their requirement identifications, and their assessments of the adequacy of and their compliance with these requirements will be used to improve the efficiency of the site-level and subsequent programs

  20. 4kUHD H264 Wireless Live Video Streaming Using CUDA

    Directory of Open Access Journals (Sweden)

    A. O. Adeyemi-Ejeye

    2014-01-01

    Full Text Available Ultrahigh definition video streaming has been explored in recent years. Most recently the possibility of 4kUHD video streaming over wireless 802.11n was presented, using preencoded video. Live encoding for streaming using x264 has proven to be very slow. The use of parallel encoding has been explored to speed up the process using CUDA. However there hasnot been a parallel implementation for video streaming. We therefore present for the first time a novel implementation of 4kUHD live encoding for streaming over a wireless network at low bitrate indoors, using CUDA for parallel H264 encoding. Our experimental results are used to verify our claim.

  1. Implementation of the Air Program Information Management System (APIMS) Inspection Module

    Science.gov (United States)

    2009-05-01

    7 5 T H A I R B A S E W I N G Implementation of the Air Program Information Management System (APIMS) Inspection Module 2009 Environment...Implementation of the Air Program Information Management System (APIMS) Inspection Module 5a. CONTRACT NUMBER 5b. GRANT NUMBER 5c. PROGRAM ELEMENT NUMBER

  2. Implementation lessons: the importance of assessing organizational "fit" and external factors when implementing evidence-based teen pregnancy prevention programs.

    Science.gov (United States)

    Demby, Hilary; Gregory, Alethia; Broussard, Marsha; Dickherber, Jennifer; Atkins, Shantice; Jenner, Lynne W

    2014-03-01

    In recent years, the demand for evidence-based teen pregnancy prevention programs has increased, but practitioners often struggle to replicate and implement them as designed in real-world community settings. The purpose of this article is to describe the barriers and facilitators encountered during pilot year attempts to implement an evidence-based teen pregnancy prevention program within three types of organizations: (1) small community-based organizations; (2) a school-based organization; and (3) a large decentralized city-sponsored summer youth program. We frame our discussion of these experiences within the context of a systemic, multilevel framework for implementation consisting of (1) core implementation components; (2) organizational components; and (3) external factors. This article explores the organizational and external implementation factors we experienced during the implementation process, describes our lessons learned throughout this process, and offers strategies for other practitioners to proactively address these factors from the start of program planning. These findings may provide useful insight for other organizations looking to implement multi-session, group-level interventions with fidelity. Copyright © 2014 Society for Adolescent Health and Medicine. All rights reserved.

  3. DEMOGRAPHIC-ANAMNESTIC PARAMETERS WHICH AFFECT IMPLEMENTATION OF BABY FRIENDLY PROGRAM

    Directory of Open Access Journals (Sweden)

    Bozidar Jovanovic

    2005-12-01

    Full Text Available Various studies and extensive researches, particularly during recent years, on the advantages of breastfeeding and the use of breast milk in infant`s nourishment, have stressed its immeasurable benefit to mothers, infants, family and society. The objective of the research was to ascertain demographic and anamnestic factors affecting the implementation of the baby friendly program. The study was undertaken at OGC CC Kragujevac and based on data from 432 women. The mean age of the examinees was 25,9 years and they were 6 months younger than the corresponding examinees from similar world researches. In most cases, the examinees were from urban areas and lived in bigger families, which did not affect the implementation of the program. With equal probability, it was the first or second pregnancy and in most cases, there were no hospitalizations during the pregnancy in both tested groups. Medications are more often used during the implementation of the baby friendly program. The reason for positive influence of the use of medications during the pregnancy on implementation of the baby friendly program probably lies in better supervision of the pregnancy. The gestation age did not influence the selection into the program. By means of higher level of supervision and by the use of medications during pregnancy, we can positively influence mother`s and infant`s starting with the baby friendly programme implementation.

  4. Molecular implementation of simple logic programs.

    Science.gov (United States)

    Ran, Tom; Kaplan, Shai; Shapiro, Ehud

    2009-10-01

    Autonomous programmable computing devices made of biomolecules could interact with a biological environment and be used in future biological and medical applications. Biomolecular implementations of finite automata and logic gates have already been developed. Here, we report an autonomous programmable molecular system based on the manipulation of DNA strands that is capable of performing simple logical deductions. Using molecular representations of facts such as Man(Socrates) and rules such as Mortal(X) logical deductions and delivers the result. This prototype is the first simple programming language with a molecular-scale implementation.

  5. Ontario's emergency department process improvement program: the experience of implementation.

    Science.gov (United States)

    Rotteau, Leahora; Webster, Fiona; Salkeld, Erin; Hellings, Chelsea; Guttmann, Astrid; Vermeulen, Marian J; Bell, Robert S; Zwarenstein, Merrick; Rowe, Brian H; Nigam, Amit; Schull, Michael J

    2015-06-01

    In recent years, Lean manufacturing principles have been applied to health care quality improvement efforts to improve wait times. In Ontario, an emergency department (ED) process improvement program based on Lean principles was introduced by the Ministry of Health and Long-Term Care as part of a strategy to reduce ED length of stay (LOS) and to improve patient flow. This article aims to describe the hospital-based teams' experiences during the ED process improvement program implementation and the teams' perceptions of the key factors that influenced the program's success or failure. A qualitative evaluation was conducted based on semistructured interviews with hospital implementation team members, such as team leads, medical leads, and executive sponsors, at 10 purposively selected hospitals in Ontario, Canada. Sites were selected based, in part, on their changes in median ED LOS following the implementation period. A thematic framework approach as used for interviews, and a standard thematic coding framework was developed. Twenty-four interviews were coded and analyzed. The results are organized according to participants' experience and are grouped into four themes that were identified as significantly affecting the implementation experience: local contextual factors, relationship between improvement team and support players, staff engagement, and success and sustainability. The results demonstrate the importance of the context of implementation, establishing strong relationships and communication strategies, and preparing for implementation and sustainability prior to the start of the project. Several key factors were identified as important to the success of the program, such as preparing for implementation, ensuring strong executive support, creation of implementation teams based on the tasks and outcomes of the initiative, and using multiple communication strategies throughout the implementation process. Explicit incorporation of these factors into the

  6. Attitudinal Perspectives: A Factor to Implementation of a Dual Language Program

    Directory of Open Access Journals (Sweden)

    Michael Whitacre

    2015-01-01

    Full Text Available The central focus of this study was to determine the overall perceptions of school administrators, and the district bilingual coordinator on transferring theory to classroom practice, implementation, as viewed by those involved in the implementation process of the Gómez and Gómez Model of Dual Language Education. Responses were solicited from administrative personnel involved in the implementation of the Gómez and Gómez Model of Dual Language. Results revealed overall administrative attitudes were positive to the theoretical ideology and mixed as related to the actual implementation of the dual language program. The greatest areas of concern were; what to do when students enter the program who are either not Spanish dominant or who have not been in a dual language program. The second area of concern was with how to effectively evaluate teachers as they are observed for implementation of the dual langue program. Lastly, most administrators felt there was a lack of faculty proficient in Spanish.

  7. Neutron streaming analysis for shield design of FMIT Facility

    International Nuclear Information System (INIS)

    Carter, L.L.

    1980-12-01

    Applications of the Monte Carlo method have been summarized relevant to neutron streaming problems of interest in the shield design for the FMIT Facility. An improved angular biasing method has been implemented to further optimize the calculation of streaming and this method has been applied to calculate streaming within a double bend pipe

  8. Embedding research to improve program implementation in Latin America and the Caribbean

    Directory of Open Access Journals (Sweden)

    Nhan Tran

    2017-06-01

    Full Text Available ABSTRACT In the last 10 years, implementation research has come to play a critical role in improving the implementation of already-proven health interventions by promoting the systematic uptake of research findings and other evidence-based strategies into routine practice. The Alliance for Health Policy and Systems Research and the Pan American Health Organization implemented a program of embedded implementation research to support health programs in Latin America and the Caribbean (LAC in 2014–2015. A total of 234 applications were received from 28 countries in the Americas. The Improving Program Implementation through Embedded Research (iPIER scheme supported 12 implementation research projects led by health program implementers from nine LAC countries: Argentina, Bolivia, Brazil, Chile, Colombia, Mexico, Panama, Peru, and Saint Lucia. Through this experience, we learned that the “insider” perspective, which implementers bring to the research proposal, is particularly important in identifying research questions that focus on the systems failures that often manifest in barriers to implementation. This paper documents the experience of and highlights key conclusions about the conduct of embedded implementation research. The iPIER experience has shown great promise for embedded research models that place implementers at the helm of implementation research initiatives.

  9. Designing, testing, and implementing a sustainable nurse home visiting program: right@home.

    Science.gov (United States)

    Goldfeld, Sharon; Price, Anna; Kemp, Lynn

    2018-05-01

    Nurse home visiting (NHV) offers a potential platform to both address the factors that limit access to services for families experiencing adversity and provide effective interventions. Currently, the ability to examine program implementation is hampered by a lack of detailed description of actual, rather than expected, program development and delivery in published studies. Home visiting implementation remains a black box in relation to quality and sustainability. However, previous literature would suggest that efforts to both report and improve program implementation are vital for NHV to have population impact and policy sustainability. In this paper, we provide a case study of the design, testing, and implementation of the right@home program, an Australian NHV program and randomized controlled trial. We address existing gaps related to implementation of NHV programs by describing the processes used to develop the program to be trialed, summarizing its effectiveness, and detailing the quality processes and implementation evaluation. The weight of our evidence suggests that NHV can be a powerful and sustainable platform for addressing inequitable outcomes, particularly when the program focuses on parent engagement and partnership, delivers evidence-based strategies shown to improve outcomes, includes fidelity monitoring, and is adapted to and embedded within existing service delivery systems. © 2018 The Authors. Annals of the New York Academy of Sciences published by Wiley Periodicals, Inc. on behalf of The New York Academy of Sciences.

  10. BLOSTREAM: A HIGH SPEED STREAM CIPHER

    Directory of Open Access Journals (Sweden)

    ALI H. KASHMAR

    2017-04-01

    Full Text Available Although stream ciphers are widely utilized to encrypt sensitive data at fast speeds, security concerns have led to a shift from stream to block ciphers, judging that the current technology in stream cipher is inferior to the technology of block ciphers. This paper presents the design of an improved efficient and secure stream cipher called Blostream, which is more secure than conventional stream ciphers that use XOR for mixing. The proposed cipher comprises two major components: the Pseudo Random Number Generator (PRNG using the Rabbit algorithm and a nonlinear invertible round function (combiner for encryption and decryption. We evaluate its performance in terms of implementation and security, presenting advantages and disadvantages, comparison of the proposed cipher with similar systems and a statistical test for randomness. The analysis shows that the proposed cipher is more efficient, high speed, and secure than current conventional stream ciphers.

  11. Translating Theory Into Practice: Implementing a Program of Assessment.

    Science.gov (United States)

    Hauer, Karen E; O'Sullivan, Patricia S; Fitzhenry, Kristen; Boscardin, Christy

    2018-03-01

    A program of assessment addresses challenges in learner assessment using a centrally planned, coordinated approach that emphasizes assessment for learning. This report describes the steps taken to implement a program of assessment framework within a medical school. A literature review on best practices in assessment highlighted six principles that guided implementation of the program of assessment in 2016-2017: (1) a centrally coordinated plan for assessment aligns with and supports a curricular vision; (2) multiple assessment tools used longitudinally generate multiple data points; (3) learners require ready access to information-rich feedback to promote reflection and informed self-assessment; (4) mentoring is essential to facilitate effective data use for reflection and learning planning; (5) the program of assessment fosters self-regulated learning behaviors; and (6) expert groups make summative decisions about grades and readiness for advancement. Implementation incorporated stakeholder engagement, use of multiple assessment tools, design of a coaching program, and creation of a learner performance dashboard. The assessment team monitors adherence to principles defining the program of assessment and gathers and responds to regular feedback from key stakeholders, including faculty, staff, and students. Next steps include systematically collecting evidence for validity of individual assessments and the program overall. Iterative review of student performance data informs curricular improvements. The program of assessment also highlights technology needs that will be addressed with information technology experts. The outcome ultimately will entail showing evidence of validity that the program produces physicians who engage in lifelong learning and provide high-quality patient care.

  12. Management assessments of Quality Assurance Program implementation effectiveness

    International Nuclear Information System (INIS)

    Snyder, D.A.

    1984-01-01

    This paper describes a method currently being used by UNC Nuclear Industries, Richland, Washington, to help assure the effectiveness of Quality Assurance (QA) Program implementation. Assessments are conducted annually by management in each department, and the results summarized to the president and his staff. The purpose of these assessments is to review the adequacy of the department's implementing procedures, training/instruction on implementing procedures, and procedure implementation effectiveness. The primary purpose is to assess effectiveness and take improvement action where the need is indicated. The QA organization provides only general guidance in conducting the assessments

  13. The implementation of full ATLAS detector simulation program

    International Nuclear Information System (INIS)

    Rimoldi, A.; Dell'Acqua, A.; Stavrianakou, M.; Amako, K.; Kanzaki, J.; Morita, Y.; Murakami, K.; Sasaki, T.; Saeki, T.; Ueda, I.; Tanaka, S.; Yoshida, H.

    2001-01-01

    The ATLAS detector is one of the most sophisticated and huge detectors ever designed up to now. A detailed, flexible and complete simulation program is needed in order to study the characteristics and possible problems of such a challenging apparatus and to answer to all raising questions in terms of physics, design optimization, etc. To cope with these needs the authors are implementing an application based on the simulation framework FADS/Goofy (Framework for ATLAS Detector Simulation /Geant4-based Object-Oriented Folly) in the Geant4 environment. The user's specific code implementation is presented in details for the different applications implemented until now, from the various components of the ATLAS spectrometer to some particular testbeam facilities. Particular emphasis is put in describing the simulation of the Muon Spectrometer and its subsystems as a test case for the implementation of the whole detector simulation program: the intrinsic complexity in the geometry description of the Muon System is one of the more demanding problems that are faced. The magnetic field handling, the physics impact in the event processing in presence of backgrounds from different sources and the implementation of different possible generators (including Pythia) are also discussed

  14. Analysis and Implement of Broadcast Program Monitoring Data

    Directory of Open Access Journals (Sweden)

    Song Jin Bao

    2016-01-01

    Full Text Available With the rapid development of the radio and TV industry and the implementation of INT (the integration of telecommunications networks, cable TV networks and the Internet, the contents of programs and advertisements is showing massive, live and interactive trends. In order to meet the security of radio and television, the broadcast of information have to be controlled and administered. In order to master the latest information of public opinion trends through radio and television network, it is necessary research the specific industry applications of broadcast program monitoring. In this paper, the importance of broadcast monitoring in public opinion analysis is firstly analysed. The monitoring radio and television programs broadcast system architecture is proposed combining with the practice, focusing on the technical requirements and implementation process of program broadcast, advertisement broadcast and TV station broadcast monitoring. The more efficient information is generated through statistical analysis, which provides data analysis for radio and television public opinion analysis.

  15. CovertCast: Using Live Streaming to Evade Internet Censorship

    Directory of Open Access Journals (Sweden)

    McPherson Richard

    2016-07-01

    Full Text Available We design, implement, and evaluate CovertCast, a censorship circumvention system that broadcasts the content of popular websites in real-time, encrypted video streams on common live-streaming services such as YouTube. CovertCast does not require any modifications to the streaming service and employs the same protocols, servers, and streaming software as any other user of the service. Therefore, CovertCast cannot be distinguished from other live streams by IP address filtering or protocol fingerprinting, raising the bar for censors.

  16. Developing an active implementation model for a chronic disease management program.

    Science.gov (United States)

    Smidth, Margrethe; Christensen, Morten Bondo; Olesen, Frede; Vedsted, Peter

    2013-04-01

    Introduction and diffusion of new disease management programs in healthcare is usually slow, but active theory-driven implementation seems to outperform other implementation strategies. However, we have only scarce evidence on the feasibility and real effect of such strategies in complex primary care settings where municipalities, general practitioners and hospitals should work together. The Central Denmark Region recently implemented a disease management program for chronic obstructive pulmonary disease (COPD) which presented an opportunity to test an active implementation model against the usual implementation model. The aim of the present paper is to describe the development of an active implementation model using the Medical Research Council's model for complex interventions and the Chronic Care Model. We used the Medical Research Council's five-stage model for developing complex interventions to design an implementation model for a disease management program for COPD. First, literature on implementing change in general practice was scrutinised and empirical knowledge was assessed for suitability. In phase I, the intervention was developed; and in phases II and III, it was tested in a block- and cluster-randomised study. In phase IV, we evaluated the feasibility for others to use our active implementation model. The Chronic Care Model was identified as a model for designing efficient implementation elements. These elements were combined into a multifaceted intervention, and a timeline for the trial in a randomised study was decided upon in accordance with the five stages in the Medical Research Council's model; this was captured in a PaTPlot, which allowed us to focus on the structure and the timing of the intervention. The implementation strategies identified as efficient were use of the Breakthrough Series, academic detailing, provision of patient material and meetings between providers. The active implementation model was tested in a randomised trial

  17. The programming language 'PEARL' and its implementation

    International Nuclear Information System (INIS)

    Pelz, K.

    1978-01-01

    This paper describes the real time programming language PEARL, its history and design principles and the portability techniques involved in the implementation of a subset of the language on four computer systems. (Auth.)

  18. The design and implementation of vehicle scrapping programs

    International Nuclear Information System (INIS)

    Sahu, R.; Baxter, R.A.

    1993-01-01

    A number of metropolitan air basins in the US are currently faced with increased difficulty in attaining national and regional clean air standards. Significant controls on stationary sources over the years have allowed mobile sources to become the primary source of air emission in many areas. Programs allowing the use of mobile source offsets for stationary source emission by removal of older, higher emitting vehicles through scrappage programs are, therefore, conceptually attractive and are starting to be implemented. However, achieving success in such scrappage programs is a challenge given the associated technical, economic and social issues. This paper presents a discussion of the important issues that must be considered if vehicle scrappage programs are to be successful, including recent guidance and views of the EPA and state governments on the credits associated with the programs. Although the main focus of such programs is the reduction of criteria pollutants (CO, ROG, NO x , and PM 10 ), the impact on air toxics also has to be considered. The paper will then focus on the technical design of vehicle scrappage programs such that the resulting credits are real, verifiable, enforceable, and cost-effective. Information available under existing vehicle I/M programs along with economic, vehicle maintenance, and geographic data will be used with statistical techniques in order to meet predetermined program goals regarding emissions reduction and cost-effectiveness. A later case-study paper will discuss the actual implementation of such as program in an ozone non-attainment area

  19. The impact of middle manager affective commitment on perceived improvement program implementation success.

    Science.gov (United States)

    Fryer, Ashley-Kay; Tucker, Anita L; Singer, Sara J

    Recent literature suggests that middle manager affective commitment (emotional attachment, identification, and involvement) to an improvement program may influence implementation success. However, less is known about the interplay between middle manager affective commitment and frontline worker commitment, another important driver of implementation success. We contribute to this research by surveying middle managers who directly manage frontline workers on nursing units. We assess how middle manager affective commitment is related to their perceptions of implementation success and whether their perceptions of frontline worker support mediate this relationship. We also test whether a set of organizational support factors foster middle manager affective commitment. We adapt survey measures of manager affective commitment to our research context of hospitals. We surveyed 67 nurse managers from 19 U.S. hospitals. We use hierarchical linear regression to assess relationships among middle manager affective commitment to their units' falls reduction program and their perceptions of three constructs related to the program: frontline worker support, organizational support, and implementation success. Middle manager affective commitment to their unit's falls reduction program is positively associated with their perception of implementation success. This relationship is mediated by their perception of frontline worker support for the falls program. Moreover, middle managers' affective commitment to their unit's falls program mediates the relationship between perceived organizational support for the program and perceived implementation success. We, through this research, offer an important contribution by providing empirical support of factors that may influence successful implementation of an improvement program: middle manager affective commitment, frontline worker support, and organizational support for an improvement program. Increasing levels of middle manager affective

  20. Implementation Plan for the Office of Nuclear Energy Knowledge Management Program

    Energy Technology Data Exchange (ETDEWEB)

    Kimberlyn C. Mousseau

    2011-12-01

    The primary purpose of the Department of Energy (DOE), Office of Nuclear Energy (NE) Knowledge Management (KM) Program is to capture, share, disseminate, and ensure the ability to apply the knowledge created by the major nuclear energy Research and Development (R&D) programs. In support of the KM program, the Implementation Plan for the Office of NE KM Program outlines the knowledge management and distributed data environment that is required for its success. In addition to enumerating some strategic goals and objectives, this document characterizes the initial program and identifies computer-based areas of investment required for increased knowledge sharing and collaboration. It identifies and addresses investments already in existence and describes how these investments can be further enhanced and implemented to support a distributed KM program. The Idaho National Laboratory (INL) is leading the effort to identify and address these investments through the implementation of a distributed KM program that includes participants from ten of the major DOE national laboratories.

  1. Coeur d'Alene Tribe Fisheries Program Research, Monitoring and Evaluation Plan; Implementation of Fisheries Enhancement Opportunities on the Coeur d'Alene Reservation, 1997-2002 Technical Report.

    Energy Technology Data Exchange (ETDEWEB)

    Vitale, Angelo; Lamb, Dave; Peters, Ronald

    2002-11-01

    Westslope cutthroat trout (Oncorhynchus clarki lewisi) and bull trout (Salvelinus confluentus) are currently of special concern regionally and are important to the culture and subsistence needs of the Coeur d'Alene Tribe. The mission of the Coeur d'Alene Tribe Fisheries Program is to restore and maintain these native trout and the habitats that sustain them in order to provide subsistence harvest and recreational fishing opportunities for the Reservation community. The adfluvial life history strategy exhibited by westslope cutthroat and bull trout in the Lake Coeur d'Alene subbasin makes these fish susceptible to habitat degradation and competition in both lake and stream environments. Degraded habitat in Lake Coeur d'Alene and its associated streams and the introduction of exotic species has lead to the decline of westslope cutthroat and listing of bull trout under the endangered species act (Peters et al. 1998). Despite the effects of habitat degradation, several streams on the Reservation still maintain populations of westslope cutthroat trout, albeit in a suppressed condition (Table 1). The results of several early studies looking at fish population status and habitat condition on the Reservation (Graves et al. 1990; Lillengreen et al. 1993, 1996) lead the Tribe to aggressively pursue funding for habitat restoration under the Northwest Power Planning Council's (NWPPC) resident fish substitution program. Through these efforts, habitat restoration needs were identified and projects were initiated. The Coeur d'Alene Tribe Fisheries Program is currently involved in implementing stream habitat restoration projects, reducing the transport of sediment from upland sources, and monitoring fish populations in four watersheds on the Coeur d'Alene Reservation (Figure 1). Restoration projects have included riparian plantings, addition of large woody debris to streams, and complete channel reconstruction to restore historical natural

  2. 33 CFR 385.13 - Projects implemented under additional program authority.

    Science.gov (United States)

    2010-07-01

    ... Implementation Report is prepared and approved in accordance with § 385.26; and (3) Not exceed a total cost of... RESTORATION PLAN CERP Implementation Processes § 385.13 Projects implemented under additional program authority. (a) To expedite implementation of the Plan, the Corps of Engineers and non-Federal sponsors may...

  3. Implementation of inpatient models of pharmacogenetics programs.

    Science.gov (United States)

    Cavallari, Larisa H; Lee, Craig R; Duarte, Julio D; Nutescu, Edith A; Weitzel, Kristin W; Stouffer, George A; Johnson, Julie A

    2016-12-01

    The operational elements essential for establishing an inpatient pharmacogenetic service are reviewed, and the role of the pharmacist in the provision of genotype-guided drug therapy in pharmacogenetics programs at three institutions is highlighted. Pharmacists are well positioned to assume important roles in facilitating the clinical use of genetic information to optimize drug therapy given their expertise in clinical pharmacology and therapeutics. Pharmacists have assumed important roles in implementing inpatient pharmacogenetics programs. This includes programs designed to incorporate genetic test results to optimize antiplatelet drug selection after percutaneous coronary intervention and personalize warfarin dosing. Pharmacist involvement occurs on many levels, including championing and leading pharmacogenetics implementation efforts, establishing clinical processes to support genotype-guided therapy, assisting the clinical staff with interpreting genetic test results and applying them to prescribing decisions, and educating other healthcare providers and patients on genomic medicine. The three inpatient pharmacogenetics programs described use reactive versus preemptive genotyping, the most feasible approach under the current third-party payment structure. All three sites also follow Clinical Pharmacogenetics Implementation Consortium guidelines for drug therapy recommendations based on genetic test results. With the clinical emergence of pharmacogenetics into the inpatient setting, it is important that pharmacists caring for hospitalized patients are well prepared to serve as experts in interpreting and applying genetic test results to guide drug therapy decisions. Since genetic test results may not be available until after patient discharge, pharmacists practicing in the ambulatory care setting should also be prepared to assist with genotype-guided drug therapy as part of transitions in care. Copyright © 2016 by the American Society of Health

  4. The Pacific northwest stream quality assessment

    Science.gov (United States)

    Van Metre, Peter C.; Morace, Jennifer L.; Sheibley, Rich W.

    2015-01-01

    In 2015, the U.S. Geological Survey (USGS) National Water-Quality Assessment (NAWQA) program is assessing stream quality in the Pacific Northwest. The goals of the Pacific Northwest Stream Quality Assessment (Pacific Northwest study) are to assess the quality of streams in the region by characterizing multiple water-quality factors that are stressors to aquatic life and to evaluate the relation between these stressors and biological communities. The effects of urbanization and agriculture on stream quality for the Puget Lowlands and Willamette Valley are the focus of this regional study. Findings will provide the public and policymakers with information regarding which human and environmental factors are the most critical in affecting stream quality and, thus, provide insights about possible approaches to protect or improve the health of streams in the region.

  5. Implementation of a tobacco-free workplace program at a local mental health authority.

    Science.gov (United States)

    Correa-Fernández, Virmarie; Wilson, William T; Shedrick, Deborah A; Kyburz, Bryce; L Samaha, Hannah; Stacey, Timothy; Williams, Teresa; Lam, Cho Y; Reitzel, Lorraine R

    2017-06-01

    Tobacco-free workplace policies that incorporate evidence-based practices can increase the reach and effectiveness of tobacco dependence treatment among underserved populations but may be underutilized due to limited knowledge about implementation processes. This paper describes the implementation of a comprehensive tobacco-free workplace program at a behavioral healthcare community center in Texas. The center participated in a tobacco-free workplace program implementation project that provided guidance and resources and allowed center autonomy in implementation. Six employee-based subcommittees guided implementation of program components including consumer and staff surveys, policy development, signage, tobacco use assessments, communication, and nicotine replacement distribution. Timeline development, successes, challenges, lessons learned, and sustainability initiatives are delineated. Concerns about the tobacco-free workplace policy from the center's staff and consumers were gradually replaced by strong support for the initiative. Program success was enabled by consistent support from the center's leadership, publicity of program efforts, and educational campaigns. The center surpassed the program expectations when it adopted a tobacco-free hiring policy, which was not an initial program goal. This center's path to a tobacco-free workplace provides an implementation and sustainability model for other behavioral health community centers and other organizations to become tobacco free.

  6. Strategies and policies for improving energy efficiency programs: Closing the loop between evaluation and implementation

    International Nuclear Information System (INIS)

    Vine, Edward

    2008-01-01

    Program implementers often use evaluation results to improve the performance of their programs, but, as described in this paper, this is not always the case. Based on a review of the literature, participation in workshops, and interviews with over 50 program implementers, evaluators, and regulators in the United States and Canada, the utilization of evaluation results is investigated by asking the following questions: (1) How are program evaluation results used by program implementers and other stakeholders? (2) How are program evaluation results communicated to program implementers and other stakeholders? (3) Are the needs of program implementers being met by program evaluation? (4) What is the role of the utility regulator in facilitating the use of program evaluation results? (5) What other mechanisms can facilitate the use of program evaluation results? While there is some consensus on the answers to these questions, the type of interest in and use of evaluation varies by functional role (e.g., evaluator versus implementer), maturity of the energy efficiency market, institutional context (e.g., evaluation and implementation conducted inside the same organization, or evaluation and implementation conducted by separate entities), and by regulatory demands and evaluation interests

  7. Teachers' Readiness to Implement Nutrition Education Programs: Beliefs, Attitudes, and Barriers

    Science.gov (United States)

    Perikkou, Anastasia; Kokkinou, Eleni; Panagiotakos, Demosthenes B.; Yannakoulia, Mary

    2015-01-01

    Teachers' attitudes about school food environments and their readiness to implement school-based nutrition programs were investigated. A total of 1,436 primary-school teachers filled out a questionnaire on their demographic and professional characteristics and their attitudes, beliefs, and barriers for implementing health educational programs. The…

  8. Systems engineering implementation plan for the liquid effluents services program

    International Nuclear Information System (INIS)

    Lowe, S.S.

    1995-01-01

    A graded approach is being taken by the Liquid Effluents Services Program in implementing systems engineering because of the advanced state of the program. The approach is cost-effective and takes credit for related work already completed, yet retains the benefits of systems engineering. This plan describes how the Liquid Effluents Services Program will implement systems engineering so there is a common understanding. Systems engineering work to be performed and the products of that work are identified. The relation to the current planning process and integration with the sitewide systems engineering effort is described

  9. RAY TRACING IMPLEMENTATION IN JAVA PROGRAMMING LANGUAGE

    OpenAIRE

    Aybars UĞUR; Mustafa TÜRKSEVER

    2002-01-01

    In this paper realism in computer graphics and components providing realism are discussed at first. It is mentioned about illumination models, surface rendering methods and light sources for this aim. After that, ray tracing which is a technique for creating two dimensional image of a three-dimensional virtual environment is explained briefly. A simple ray tracing algorithm was given. "SahneIzle" which is a ray tracing program implemented in Java programming language which ...

  10. 200 Areas Remedial Investigation/Feasibility Study Implementation Plan - Environmental Restoration Program

    International Nuclear Information System (INIS)

    Knepp, A. J.

    1999-01-01

    The 200 Areas Remedial Investigation/Feasibility Study Implementation Plan - Environmental Restoration Program (Implementation Plan) addresses approximately 700 soil waste sites (and associated structures such as pipelines) resulting from the discharge of liquids and solids from processing facilities to the ground (e.g., ponds, ditches, cribs,burial grounds) in the 200 Areas and assigned to the Environmental Restoration Program. The Implementation Plan outlines the framework for implementing assessment activities in the 200 Areas to ensure consistency in documentation, level of characterization, and decision making. The Implementation Plan also consolidates background information and other typical work plan materials, to serve as a single referenceable source for this type of information

  11. Two-dimensional Value Stream Mapping: Integrating the design of the MPC system in the value stream map

    DEFF Research Database (Denmark)

    Powell, Daryl; Olesen, Peter Bjerg

    2013-01-01

    Companies use value stream mapping to identify waste, often in the early stages of a lean implementation. Though the tool helps users to visualize material and information flows and to identify improvement opportunities, a limitation of this approach is the lack of an integrated method...... for analysing and re-designing the MPC system in order to support lean improvement. We reflect on the current literature regarding value stream mapping, and use practical insights in order to develop and propose a two-dimensional value stream mapping tool that integrates the design of the MPC system within...... the material and information flow map....

  12. [Healthy eating: implementation of a practice-oriented training program].

    Science.gov (United States)

    Kulakova, E N; Nastausheva, T L; Usacheva, E A

    2016-01-01

    Health professionals need to have current knowledge and skills in nutrition. The knowledge and skills have to be acquired in programs of continuing medical education, but also in undergraduate medical education. The main purpose of this work was to develop and implement a practice-oriented training program in nutrition and healthy eating for medical students. The subject named "Nutrition" was implemented into second-year medical curriculum. We defined a theoretical framework and terms such as nutrition, healthy eating, and evidence-based nutrition. In order to get learning outcomes we constructed a method of patients counseling and training "Individual food pyramid". The making of "Individual food pyramid" is a key integrate element of the program. It helps to memorize, understand and apply the basic principles of healthy eating in real life contexts. The final program consists of two sections: "General Nutrition" and "Special Nutrition". The most important intended learning outcome is student's lifestyle improvement. The program is practice-oriented and outcome-based.

  13. Implementation of radiation safety program in a medical institution

    International Nuclear Information System (INIS)

    Palanca, Elena D.

    1999-01-01

    A medical institution that utilizes radiation for the diagnosis and treatment of diseases of malignancies develops and implements a radiation safety program to keep occupational exposures of radiation workers and exposures of non-radiation workers and the public to the achievable and a more achievable minimum, to optimize the use of radiation, and to prevent misadministration. The hospital radiation safety program is established by a core medical radiation committee composed of trained radiation safety officers and head of authorized users of radioactive materials and radiation machines from the different departments. The radiation safety program sets up procedural guidelines of the safe use of radioactive material and of radiation equipment. It offers regular training to radiation workers and radiation safety awareness courses to hospital staff. The program has a comprehensive radiation safety information system or radsis that circularizes the radiation safety program in the hospital. The radsis keeps the drafted and updated records of safety guides and policies, radioactive material and equipment inventory, personnel dosimetry reports, administrative, regulatory and licensing activity document, laboratory procedures, emergency procedures, quality assurance and quality control program process, physics and dosimetry procedures and reports, personnel and hospital staff training program. The medical radiation protection committee is tasked to oversee the actual implementation of the radiation safety guidelines in the different radiation facilities in the hospital, to review personnel exposures, incident reports and ALARA actions, operating procedures, facility inspections and audit reports, to evaluate the existing radiation safety procedures, to make necessary changes to these procedures, and make modifications of course content of the training program. The effective implementation of the radiation safety program provides increased confidence that the physician and

  14. A programming and a modelling perspective on the evaluation of Java Card implementations

    NARCIS (Netherlands)

    Hartel, Pieter H.; de Jong, E.; de Jong, Eduard; Attali, Isabelle; Jensen, Thomas

    Java Card Technology has provided a huge step forward in programming smart cards: from assembler to using a high level Object Oriented language. However, the authors have found some differences between the current Java Card version (2.1) and main stream Java that may restrict the benefits of using

  15. ATLAS Live: Collaborative Information Streams

    CERN Document Server

    Goldfarb, S; The ATLAS collaboration

    2011-01-01

    I report on a pilot project launched in 2010 focusing on facilitating communication and information exchange within the ATLAS Collaboration, through the combination of digital signage software and webcasting. The project, called ATLAS Live, implements video streams of information, ranging from detailed detector and data status to educational and outreach material. The content, including text, images, video and audio, is collected, visualised and scheduled using digital signage software. The system is robust and flexible, utilizing scripts to input data from remote sources, such as the CERN Document Server, Indico, or any available URL, and to integrate these sources into professional-quality streams, including text scrolling, transition effects, inter and intra-screen divisibility. Information is published via the encoding and webcasting of standard video streams, viewable on all common platforms, using a web browser or other common video tool. Authorisation is enforced at the level of the streaming and at th...

  16. Quest for clean streams in North Carolina: An historical account of stream pollution control in North Carolina. Special report

    International Nuclear Information System (INIS)

    Howells, D.H.

    1990-11-01

    The second historical report dealing with North Carolina's water resources traces the evolution of the state's stream pollution control regulations and programs. From the colonial development of streams and rivers to power mills to the effects of land conversion for agriculture and later for commercial and industrial facilities, the report catalogs the various of stream pollution over time. Developments of waste water treatment under both state and federal laws and regulations are described. The report concluded with a look at contemporary stream pollution issues

  17. Translating an early childhood obesity prevention program for local community implementation: a case study of the Melbourne InFANT Program

    Directory of Open Access Journals (Sweden)

    R. Laws

    2016-08-01

    Full Text Available Abstract Background While there is a growing interest in the field of research translation, there are few published examples of public health interventions that have been effectively scaled up and implemented in the community. This paper provides a case study of the community-wide implementation of the Melbourne Infant, Feeding, Activity and Nutrition Trial (InFANT, an obesity prevention program for parents with infants aged 3–18 months. The study explored key factors influencing the translation of the Program into routine practice and the respective role of policy makers, researchers and implementers. Methods Case studies were conducted of five of the eight prevention areas in Victoria, Australia who implemented the Program. Cases were selected on the basis of having implemented the Program for 6 months or more. Data were collected from January to June 2015 and included 18 individual interviews, one focus group and observation of two meetings. A total of 28 individuals, including research staff (n = 4, policy makers (n = 2 and implementers (n = 22, contributed to the data collected. Thematic analysis was conducted using cross case comparisons and key themes were verified through member checking. Results Key facilitators of implementation included availability of a pre-packaged evidence based program addressing a community need, along with support and training provided by research staff to local implementers. Partnerships between researchers and policy makers facilitated initial program adoption, while local partnerships supported community implementation. Community partnerships were facilitated by local coordinators through alignment of program goals with existing policies and services. Workforce capacity for program delivery and administration was a challenge, largely overcome by embedding the Program into existing roles. Adapting the Program to fit local circumstance was critical for feasible and sustainable delivery, however

  18. Ecological health in the Nation's streams

    Science.gov (United States)

    Carlisle, Daren M.; Woodside, Michael D.

    2013-01-01

    Aquatic biological communities, which are collections of organisms, are a direct measure of stream health because they indicate the ability of a stream to support life. This fact sheet highlights selected findings of a national assessment of stream health by the National Water-Quality Assessment (NAWQA) Program of the U.S. Geological Survey (USGS). The assessment was unique in that it integrated the condition of three biological communities—algae, macroinvertebrates, and fish—as well as measures of streamflow modification, pesticides, nutrients, and other factors. At least one biological community was altered at 83 percent of assessed streams, and the occurrence of altered communities was highest in urban streams. Streamflows were modified at 86 percent of assessed streams, and increasing severity of streamflow modification was associated with increased occurrence of altered biological communities. Agricultural and urban land use in watersheds may contribute pesticides and nutrients to stream waters, and increasing concentrations of these chemicals were associated with increased occurrence of altered biological communities.

  19. Implementing Interpersonal Psychotherapy in a Psychiatry Residency Training Program

    Science.gov (United States)

    Lichtmacher, Jonathan; Eisendrath, Stuart J.; Haller, Ellen

    2006-01-01

    Objective: Interpersonal psychotherapy (IPT) for depression is a brief, well researched treatment for acute major depression. This article describes the implementation of IPT as an evidence-based treatment for depression in a psychiatry residency program. Method: The authors tracked the implementation process over 5 years as interpersonal…

  20. Practical approaches to implementing facility wide equipment strengthening programs

    International Nuclear Information System (INIS)

    Kincaid, R.H.; Smietana, E.A.

    1989-01-01

    Equipment strengthening programs typically focus on components required to ensure operability of safety related equipment or to prevent the release of toxic substances. Survival of non-safety related equipment may also be crucial to ensure rapid recovery and minimize business interruption losses. Implementing a strengthening program for non-safety related equipment can be difficult due to the large amounts of equipment involved and limited budget availability. EQE has successfully implemented comprehensive equipment strengthening programs for a number of California corporations. Many of the lessons learned from these projects are applicable to DOE facilities. These include techniques for prioritizing equipment and three general methodologies for anchoring equipment. Pros and cons of each anchorage approach are presented along with typical equipment strengthening costs

  1. American Historical Association Faculty Development Program: Planning and Implementation.

    Science.gov (United States)

    Hoffmann, Charles

    The planning and implementation processes of the Long Island Faculty Development Program are described. Originally sponsored by the American Historical Association's Faculty Development Program to improve history instruction, this project includes faculty representatives from four Long Island universities, colleges, and junior colleges. The…

  2. Assessing Programming Costs of Explicit Memory Localization on a Large Scale Shared Memory Multiprocessor

    Directory of Open Access Journals (Sweden)

    Silvio Picano

    1992-01-01

    Full Text Available We present detailed experimental work involving a commercially available large scale shared memory multiple instruction stream-multiple data stream (MIMD parallel computer having a software controlled cache coherence mechanism. To make effective use of such an architecture, the programmer is responsible for designing the program's structure to match the underlying multiprocessors capabilities. We describe the techniques used to exploit our multiprocessor (the BBN TC2000 on a network simulation program, showing the resulting performance gains and the associated programming costs. We show that an efficient implementation relies heavily on the user's ability to explicitly manage the memory system.

  3. Kyiv institutional buildings sector energy efficiency program: Lending and implementation assessment

    Energy Technology Data Exchange (ETDEWEB)

    Secrest, T.J.; Freeman, S.L. [Pacific Northwest National Lab., Richland, WA (United States); Popelka, A. [Tysak Engineering, Acton, MA (United States); Shestopal, P.A.; Gagurin, E.V. [Agency for Rational Energy Use and Ecology, Kyiv (Ukraine)

    1997-08-01

    The government of Ukraine, through the State Committee of Energy Conservation (State Committee), is considering the implementation of energy efficiency measures in state and municipal institutional buildings in the city of Kyiv. The State Committee entered into a Memorandum of Cooperation with the US Department of Energy (DOE) to conduct an assessment of the institutional buildings sector efficiency potential. This assessment will be used to support a potential loan by the World Bank for implementing a buildings efficiency improvement program in Kyiv. This report provides an assessment of the options for structuring the lending scenarios and the implementation of the program. Components to the lending structure are options for the disbursement of funds, options for the loan service, and other financial options and considerations. Program implementation includes management structures, reporting, installation activities, and post-installation activities such as training and verification.

  4. Cabo Verde telemedicine program: initial results of nationwide implementation.

    Science.gov (United States)

    Latifi, Rifat; Dasho, Erion; Merrell, Ronald C; Lopes, Miguel; Azevedo, Vanda; Bekteshi, Flamur; Osmani, Kalterina L; Qesteri, Orland; Kucani, Julian; Lecaj, Ismet

    2014-11-01

    Telemedicine and e-health have been suggested as one solution for closing the health disparity gap between the developed world and the developing world. Yet evidence is lacking from current successful programs in the developing world and, in particular, from sub-Saharan Africa. The primary objective of our study was to present the preliminary results of our efforts in building the Integrated Telemedicine and e-Health Program for Cabo Verde (ITeHP-CV), with an emphasis on initial utilization and results. This is a prospective study of data collected while we worked to establish a fully functional, integrated national telemedicine network and virtual education network in Cabo Verde. We used the International Virtual e-Hospital Foundation strategic approach known as "initiate-build-operate-transfer" over a 26-month period (November 2011-December 2013). We describe herein the five main pillars of this process that have been implemented: (1) capacity building; (2) network development and deployment of equipment; (3) implementation of clinical telemedicine; (4) implementation of activities related to continuing medical education, delivered from within the country and from abroad; and (5) establishment and use of the electronic virtual library. Based on comprehensive technical and medical assessment of the country's needs, 10 fully functional telemedicine centers in all nine inhabited islands of the Republic of Cabo Verde have been established. RESULTS are presented under the five main pillars of capacity building, network deployment, implementation of clinical telemedicine, implementation of continuing medical education activities, and establishment of the electronic virtual library. The ITeHP-CV has been successfully launched, and the initial results are encouraging. The continuity of the program and sustainability are primary goals once the program is transferred fully to the Ministry of Health of Cabo Verde. A long-term follow-up study is required in order to ensure

  5. An Implementation of the Object-Oriented Concurrent Programming Language SINA

    NARCIS (Netherlands)

    Triphathi, Anand; Berge, Eric; Aksit, Mehmet

    SINA is an object-oriented language for distributed and concurrent programming. The primary focus of this paper is on the object-oriented concurrent programming mechanisms of SINA and their implementation. This paper presents the SINA constructs for concurrent programming and inter-object

  6. Implementation challenges of a motor operated valve program

    International Nuclear Information System (INIS)

    Ferguson, T.L.

    1995-01-01

    Electric motor operated valves (MOVs) have become a global focus of attention for Nuclear Power Plant (NPP) operators due to reported operability problems in the last decade. Many NPPs have or are in the process of setting up maintenance programs to address MOV operability issues. Bruce B is in the initial stages of implementing such a program. This paper outlines some of the challenges that have been encountered and how they are being approached to establish an effective program. (author)

  7. Best Management Practices Monitoring Guide for Stream Systems

    OpenAIRE

    Mesner, Nancy

    2011-01-01

    Best Management Practices Monitoring Guide for Stream Systems provides guidance on establishing a water quality monitoring program that will demonstrate the effectiveness of Best Management Practices (BMPs) to reduce nonpoint source pollution in stream systems.

  8. Implementation of a comprehensive pharmaceutical care program for an underserved population.

    Science.gov (United States)

    Mascardo, Lisa A; Spading, Kimberly A; Abramowitz, Paul W

    2012-07-15

    The implementation of a prescription benefit program for low-income patients emphasizing clinical pharmacist services and strict formulary control is described, with a review of program expenditures and cost avoidance. In 2006, University of Iowa Hospitals and Clinics (UIHC) launched a program to provide a limited prescription benefit to indigent patients under the IowaCare Medicaid demonstration waiver. Sudden dramatic growth in IowaCare enrollment, combined with sharp budget cuts, forced UIHC pharmacy leaders to implement creative cost-control strategies: (1) the establishment of an ambulatory care clinic staffed by a clinical pharmacy specialist, (2) increased reliance on an almost exclusively generic formulary, (3) collaboration with social services staff to help secure medication assistance for patients requiring brand-name drugs, (4) optimized purchasing through the federal 340B Drug Pricing Program, and (5) the imposition of medication copayments and mailing fees for prescription refills. Now in its seventh year, the UIHC pharmacy program has expanded indigent patients' access to pharmaceutical care services while reducing their use of hospital and emergency room services and lowering program medication costs by an estimated 50% (from $2.6 million in fiscal year 2009 to $1.3 million in fiscal year 2010). The UIHC ambulatory care pharmacy implemented a prescription program in collaboration with social service workers to address the medication needs of the state's low-income and uninsured patients in a fiscally responsible manner by managing purchasing contracts, revising a generic formulary, implementing copayments and mailing fees, and reviewing medication profiles.

  9. The power of engagement: implementation of a career ladder program.

    Science.gov (United States)

    Bourgeault, Robert; Newmark, Jason

    2012-01-01

    At Baystate Health in Massachusetts, the development and implementation of a career ladder program was implemented to reduce turnover and to improve employee satisfaction, morale, and recruitment efforts. There was significant initial expenditure in the program, as a result of promoting the large number of employees with significant experience and seniority. A smaller number of staff are expected to apply for advancement during successive cycles, allowing for decreased incremental expense going forward. Critical to the success of the program was understanding the time commitment, getting senior organizational support and staff buy-in, and justifying the associated expenses. The development and initiation of the program has done much to support a positive work environment with increased morale and higher performance among significant numbers of staff at all levels.

  10. Implementing a pediatric pharmacy educational program for health-system pharmacists.

    Science.gov (United States)

    Meyers, Rachel S; Costello-Curtin, Jennifer

    2011-12-15

    To implement an educational program to improve pediatric content knowledge and confidence in providing pediatric care among health-system pharmacists. Pharmacists were asked to voluntarily participate in this prospective, observational education program. A demographic assessment, pre- and post-intervention confidence assessments, and pre- and post-lecture competency assessments were conducted to evaluate the program. Five of the 6 confidence scores improved from the preintervention to the postintervention stage. Test scores for 2 of the 8 postlecture tests improved significantly, and the average test scores for all postlecture tests combined were significantly higher than those for the prelecture tests. This study demonstrated significant improvements in both confidence and competence in pediatric pharmacotherapy among health-system pharmacists following implementation of a pediatric pharmacy education program.

  11. Salmon carcass movements in forest streams

    Science.gov (United States)

    Burke Strobel; Daniel R. Shivley; Brett B. Roper

    2009-01-01

    The movements of salmon carcasses over time were studied in two forest streams in the context of a large-scale salmon carcass supplementation program. The objectives were to assess both the level of treatment after stream flows had displaced carcasses and to evaluate whether the magnitude of carcass movements outside of a given reach could be predicted. The movements...

  12. Y-12 Site environmental protection program implementation plan (EPPIP)

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1996-11-01

    The Y-12 Plant Environmental Protection Program is conducted to: (1) protect public health and the environment from chemical and radiological releases occurring from current plant operations and past waste management and operational practices; (2) ensure compliance with federal, state, and local environmental regulations and DOE directives; (3) identify potential environmental problems; (4) evaluate existing environmental contamination and determine the need for remedial actions and mitigative measures; (5) monitor the progress of ongoing remedial actions and cleanup measures; and (6) inform the public of environmental issues relating to DOE operations. DOE Order 5400.1, General Environmental Protection Program, defines the general requirements for environmental protection programs at DOE facilities. This Environmental Protection Program Implementation Plan (EPPIP) defines the methods by which the Y-12 Plant staff will comply with the order by: (1) referencing environmental protection goals and objectives and identifying strategies and timetables for attaining them; (2) providing the overall framework for the design and implementation of the Y-12 Environmental Protection Program; and (3) assigning responsibilities for complying with the requirements of the order. The EPPIP is revised and updated annually.

  13. Y-12 Site environmental protection program implementation plan (EPPIP)

    International Nuclear Information System (INIS)

    1996-11-01

    The Y-12 Plant Environmental Protection Program is conducted to: (1) protect public health and the environment from chemical and radiological releases occurring from current plant operations and past waste management and operational practices; (2) ensure compliance with federal, state, and local environmental regulations and DOE directives; (3) identify potential environmental problems; (4) evaluate existing environmental contamination and determine the need for remedial actions and mitigative measures; (5) monitor the progress of ongoing remedial actions and cleanup measures; and (6) inform the public of environmental issues relating to DOE operations. DOE Order 5400.1, General Environmental Protection Program, defines the general requirements for environmental protection programs at DOE facilities. This Environmental Protection Program Implementation Plan (EPPIP) defines the methods by which the Y-12 Plant staff will comply with the order by: (1) referencing environmental protection goals and objectives and identifying strategies and timetables for attaining them; (2) providing the overall framework for the design and implementation of the Y-12 Environmental Protection Program; and (3) assigning responsibilities for complying with the requirements of the order. The EPPIP is revised and updated annually

  14. ATLAS Live: Collaborative Information Streams

    Energy Technology Data Exchange (ETDEWEB)

    Goldfarb, Steven [Department of Physics, University of Michigan, Ann Arbor, MI 48109 (United States); Collaboration: ATLAS Collaboration

    2011-12-23

    I report on a pilot project launched in 2010 focusing on facilitating communication and information exchange within the ATLAS Collaboration, through the combination of digital signage software and webcasting. The project, called ATLAS Live, implements video streams of information, ranging from detailed detector and data status to educational and outreach material. The content, including text, images, video and audio, is collected, visualised and scheduled using digital signage software. The system is robust and flexible, utilizing scripts to input data from remote sources, such as the CERN Document Server, Indico, or any available URL, and to integrate these sources into professional-quality streams, including text scrolling, transition effects, inter and intra-screen divisibility. Information is published via the encoding and webcasting of standard video streams, viewable on all common platforms, using a web browser or other common video tool. Authorisation is enforced at the level of the streaming and at the web portals, using the CERN SSO system.

  15. ATLAS Live: Collaborative Information Streams

    International Nuclear Information System (INIS)

    Goldfarb, Steven

    2011-01-01

    I report on a pilot project launched in 2010 focusing on facilitating communication and information exchange within the ATLAS Collaboration, through the combination of digital signage software and webcasting. The project, called ATLAS Live, implements video streams of information, ranging from detailed detector and data status to educational and outreach material. The content, including text, images, video and audio, is collected, visualised and scheduled using digital signage software. The system is robust and flexible, utilizing scripts to input data from remote sources, such as the CERN Document Server, Indico, or any available URL, and to integrate these sources into professional-quality streams, including text scrolling, transition effects, inter and intra-screen divisibility. Information is published via the encoding and webcasting of standard video streams, viewable on all common platforms, using a web browser or other common video tool. Authorisation is enforced at the level of the streaming and at the web portals, using the CERN SSO system.

  16. Identifying gaps, barriers, and solutions in implementing pressure ulcer prevention programs.

    Science.gov (United States)

    Jankowski, Irene M; Nadzam, Deborah Morris

    2011-06-01

    Patients continue to suffer from pressure ulcers (PUs), despite implementation of evidence-based pressure ulcer (PU) prevention protocols. In 2009, Joint Commission Resources (JCR) and Hill-Rom created the Nurse Safety Scholar-in-Residence (nurse scholar) program to foster the professional development of expert nurse clinicians to become translators of evidence into practice. The first nurse scholar activity has focused on PU prevention. Four hospitals with established PU programs participated in the PU prevention implementation project. Each hospital's team completed an inventory of PU prevention program components and provided copies of accompanying documentation, along with prevalence and incidence data. Site visits to the four participating hospitals were arranged to provide opportunities for more in-depth analysis and support. Following the initial site visit, the project team at each hospital developed action plans for the top three barriers to PU program implementation. A series of conference calls was held between the site visits. Pressure Ulcer Program Gaps and Recommendations. The four hospitals shared common gaps in terms of limitations in staff education and training; lack of physician involvement; limited involvement of unlicensed nursing staff; lack of plan for communicating at-risk status; and limited quality improvement evaluations of bedside practices. Detailed recommendations were identified for addressing each of these gaps. these Recommendations for eliminating gaps have been implemented by the participating teams to drive improvement and to reduce hospital-acquired PU rates. The nurse scholars will continue to study implementation of best practices for PU prevention.

  17. 78 FR 57336 - Disadvantaged Business Enterprise: Program Implementation Modifications

    Science.gov (United States)

    2013-09-18

    ... 2105-AE08 Disadvantaged Business Enterprise: Program Implementation Modifications AGENCY: Office of the... Business Enterprise (DBE) Program. In a later notice published on October 25, 2012, the Department extended... writing on specific aspects of the NPRM noted below. DATES: A public listening session will be held on...

  18. An Implementation Research Approach to Evaluating Health Insurance Programs: Insights from India

    Directory of Open Access Journals (Sweden)

    Krishna D. Rao

    2016-05-01

    Full Text Available One of the distinguishing features of implementation research is the importance given to involve implementers in all aspects of research, and as users of research. We report on a recent implementation research effort in India, in which researchers worked together with program implementers from one of the longest serving government funded insurance schemes in India, the Rajiv Aarogyasri Scheme (RAS in the state of undivided Andhra Pradesh, that covers around 70 million people. This paper aims to both inform on the process of the collaborative research, as well as, how the nature of questions that emerged out of the collaborative exercise differed in scope from those typically asked of insurance program evaluations. Starting in 2012, and over the course of a year, staff from the Aarogyasri Health Care Trust (AHCT, and researchers held a series of meetings to identify research questions that could serve as a guide for an evaluation of the RAS. The research questions were derived from the application of a Logical Framework Approach (“log frame” to the RAS. The types of questions that emerged from this collaborative effort were compared with those seen in the published literature on evaluations of insurance programs in low- and middle-income countries (LMICs. In the published literature, 60% of the questions pertained to output/outcome of the program and the remaining 40%, relate to processes and inputs. In contrast, questions generated from the RAS participatory research process between implementers and researchers had a remarkably different distribution – 81% of questions looked at program input/processes, and 19% on outputs and outcomes. An implementation research approach can lead to a substantively different emphasis of research questions. While there are several challenges in collaborative research between implementers and researchers, an implementation research approach can lead to incorporating tacit knowledge of program implementers

  19. Streaming-based verification of XML signatures in SOAP messages

    DEFF Research Database (Denmark)

    Somorovsky, Juraj; Jensen, Meiko; Schwenk, Jörg

    2010-01-01

    approach for XML processing, the Web Services servers easily become a target of Denial-of-Service attacks. We present a solution for these problems: an external streaming-based WS-Security Gateway. Our implementation is capable of processing XML Signatures in SOAP messages using a streaming-based approach...

  20. Costs to implement an effective transition-to-parenthood program for couples: Analysis of the Family Foundations program

    Science.gov (United States)

    Jones, Damon E.; Feinberg, Mark E.; Hostetler, Michelle

    2014-01-01

    The transition to parenthood involves many stressors that can have implications for the couple relationship as well as the developmental environment of the child. Scholars and policymakers have recognized the potential for interventions that can help couples navigate these stressors to improve parenting and coparenting strategies. Such evidence-based programs are scarcely available, however, and little is known about the resources necessary to carry out these programs. This study examines the costs and resources necessary to implement Family Foundations, a program that addresses the multifaceted issues facing first-time parents through a series of pre- and post-natal classes. Costs were determined using a 6-step analytic process and are based on the first implementation of the program carried out through a five-year demonstration project. This assessment demonstrates how overall costs change across years as new cohorts of families are introduced, and how cost breakdowns differ by category as needs shift from training group leaders to sustaining program services. Information from this cost analysis helps clarify how the program could be made more efficient in subsequent implementations. We also consider how results may be used in future research examining economic benefits of participation in the program. PMID:24603052

  1. Food Service Perspectives on National School Lunch Program Implementation.

    Science.gov (United States)

    Tabak, Rachel G; Moreland-Russell, Sarah

    2015-09-01

    Explore barriers and facilitators to implementation of the new National School Lunch Program (NSLP) policy guidelines. Interviews with eight food service directors using an interview guide informed by the Consolidated Framework for Implementation Research. Food service personnel; parents, teachers, school staff; and students were important stakeholders. Characteristics of the new NSLP policy guidelines were reported to create increased demands; resources alleviated some barriers. Directors reported increased food and labor costs, food sourcing challenges, decreased student participation, and organizational constraints as barriers to implementation. Creativity in menu planning facilitated success. Factors within the food service department, characteristics of implementing individuals and the new NSLP policy guidelines, and stakeholder involvement in the implementation process relate to successful implementation.

  2. Activity Based Costing in Value Stream Mapping

    Directory of Open Access Journals (Sweden)

    S. S. Abuthakeer

    2010-12-01

    Full Text Available This paper attempts to integrate Value Stream Map (VSM with the cost aspects. A value stream map provides a blueprint for implementing lean manufacturing concepts by illustrating information and materials flow in a value stream. The objective of the present work is to integrate the various cost aspects. The idea is to introduce a cost line, which enhances the clarity in decision making. The redesigned map proves to be effective in highlighting the improvement areas, in terms of quantitative data. TAKT time calculation is carried out to set the pace of production. Target cost is set as a bench mark for product cost. The results of the study indicates that implementing VSM led to reduction in the following areas: processing lead time by 34%, processing cycle time was reduced by 35%, Inventory level by 66% and product cost from Rs 137 to Rs 125. It was found that adopting VSM in a small scale industry can make significant improvements.

  3. Side Stream Filtration for Cooling Towers

    Energy Technology Data Exchange (ETDEWEB)

    None

    2012-10-20

    This technology evaluation assesses side stream filtration options for cooling towers, with an objective to assess key attributes that optimize energy and water savings along with providing information on specific technology and implementation options. This information can be used to assist Federal sites to determine which options may be most appropriate for their applications. This evaluation provides an overview of the characterization of side stream filtration technology, describes typical applications, and details specific types of filtration technology.

  4. streamgap-pepper: Effects of peppering streams with many small impacts

    Science.gov (United States)

    Bovy, Jo; Erkal, Denis; Sanders, Jason

    2017-02-01

    streamgap-pepper computes the effect of subhalo fly-bys on cold tidal streams based on the action-angle representation of streams. A line-of-parallel-angle approach is used to calculate the perturbed distribution function of a given stream segment by undoing the effect of all impacts. This approach allows one to compute the perturbed stream density and track in any coordinate system in minutes for realizations of the subhalo distribution down to 10^5 Msun, accounting for the stream's internal dispersion and overlapping impacts. This code uses galpy (ascl:1411.008) and the streampepperdf.py galpy extension, which implements the fast calculation of the perturbed stream structure.

  5. Implementing a Batterer's Intervention Program in a Correctional Setting: A Tertiary Prevention Model

    Science.gov (United States)

    Yorke, Nada J.; Friedman, Bruce D.; Hurt, Pat

    2010-01-01

    This study discusses the pretest and posttest results of a batterer's intervention program (BIP) implemented within a California state prison substance abuse program (SAP), with a recommendation for further programs to be implemented within correctional institutions. The efficacy of utilizing correctional facilities to reach offenders who…

  6. Building Sustainable Professional Development Programs: Applying Strategies From Implementation Science to Translate Evidence Into Practice.

    Science.gov (United States)

    Baldwin, Constance D; Chandran, Latha; Gusic, Maryellen E

    2017-01-01

    Multisite and national professional development (PD) programs for educators are challenging to establish. Use of implementation science (IS) frameworks designed to convert evidence-based intervention methods into effective health care practice may help PD developers translate proven educational methods and models into successful, well-run programs. Implementation of the national Educational Scholars Program (ESP) is used to illustrate the value of the IS model. Four adaptable elements of IS are described: (1) replication of an evidence-based model, (2) systematic stages of implementation, (3) management of implementation using three implementation drivers, and (4) demonstration of program success through measures of fidelity to proven models and sustainability. Implementation of the ESP was grounded on five established principles and methods for successful PD. The process was conducted in four IS stages over 10 years: Exploration, Installation, Initial Implementation, and Full Implementation. To ensure effective and efficient processes, attention to IS implementation drivers helped to manage organizational relationships, build competence in faculty and scholars, and address leadership challenges. We describe the ESP's fidelity to evidence-based structures and methods, and offer three examples of sustainability efforts that enabled achievement of targeted program outcomes, including academic productivity, strong networking, and career advancement of scholars. Application of IS frameworks to program implementation may help other PD programs to translate evidence-based methods into interventions with enhanced impact. A PD program can follow systematic developmental stages and be operationalized by practical implementation drivers, thereby creating successful and sustainable interventions that promote the academic vitality of health professions educators.

  7. Developing, Implementing, and Evaluating a Condom Promotion Program Targeting Sexually Active Adolescents.

    Science.gov (United States)

    Alstead, Mark; Campsmith, Michael; Halley, Carolyn Swope; Hartfield, Karen; Goldblum, Gary; Wood, Robert W.

    1999-01-01

    Describes the development, implementation, and evaluation of an HIV prevention program promoting condom use among sexually active adolescents. It mobilized target communities to guide program development and implementation; created a mass media campaign to promote correct condom use; and recruited public agencies and organizations to distribute…

  8. Nurse Leaders' Experiences of Implementing Career Advancement Programs for Nurses in Iran.

    Science.gov (United States)

    Sheikhi, Mohammad Reza; Fallahi Khoshknab, Masoud; Mohammadi, Farahnaz; Oskouie, Fatemeh

    2015-02-24

    Career advancement programs are currently implemented in many countries. In Iran, the first career advancement program was Nurses' Career Advancement Pathway. The purpose of this study was to explore nurse leaders' experiences about implementing the Nurses' Career Advancement Pathway program in Iran. This exploratory qualitative study was conducted in 2013. Sixteen nurse managers were recruited from the teaching hospitals affiliated to Shahid Behesthi, Qazvin, and Iran Universities of Medical Sciences in Iran. Participants were recruited using purposive sampling method. Study data were collected through in-depth semi-structured interviews. The conventional content analysis approach was used for data analysis. participants' experiences about implementing the Nurses' Career Advancement Pathway fell into three main categories including: a) the shortcomings of performance evaluation, b) greater emphasis on point accumulation, c) the advancement-latitude mismatch. The Nurses' Career Advancement pathway has several shortcomings regarding both its content and its implementation. Therefore, it is recommended to revise the program.

  9. Nurse Leaders’ Experiences of Implementing Career Advancement Programs for Nurses in Iran

    Science.gov (United States)

    Sheikhi, Mohammad Reza; Khoshknab, Masoud Fallahi; Mohammadi, Farahnaz; Oskouie, Fatemeh

    2015-01-01

    Background and purpose: Career advancement programs are currently implemented in many countries. In Iran, the first career advancement program was Nurses’ Career Advancement Pathway. The purpose of this study was to explore nurse leaders’ experiences about implementing the Nurses’ Career Advancement Pathway program in Iran. Methods: This exploratory qualitative study was conducted in 2013. Sixteen nurse managers were recruited from the teaching hospitals affiliated to Shahid Behesthi, Qazvin, and Iran Universities of Medical Sciences in Iran. Participants were recruited using purposive sampling method. Study data were collected through in-depth semi-structured interviews. The conventional content analysis approach was used for data analysis. Results: participants’ experiences about implementing the Nurses’ Career Advancement Pathway fell into three main categories including: a) the shortcomings of performance evaluation, b) greater emphasis on point accumulation, c) the advancement-latitude mismatch. Conclusion: The Nurses’ Career Advancement pathway has several shortcomings regarding both its content and its implementation. Therefore, it is recommended to revise the program. PMID:26156907

  10. Principles of selection ofdrilling mud stream volume when drilling with a stream pump

    Directory of Open Access Journals (Sweden)

    Jan Macuda

    2006-10-01

    Full Text Available The reverse mud circulation induced by a stream pump is most frequently applied for large diameter drilling. This system is treated as auxiliary in all design solutions. It is implemented to drilling wells from the surface to the depth of deposition of the preliminary column. It enables performing wells in loose sands, gravel, clays clayey shales, marls, limestones, sandstones and other sedimentary rocks.A principle of selecting a drilling mud stream volume for various bit diameters and drilling rates in loose rocks are presented in the paper. A special attention has been paid to the drop of efficiency of cuttings removal with an increasing depth of the borehole.

  11. Nurse Leaders? Experiences of Implementing Career Advancement Programs for Nurses in Iran

    OpenAIRE

    Sheikhi, Mohammad Reza; Khoshknab, Masoud Fallahi; Mohammadi, Farahnaz; Oskouie, Fatemeh

    2015-01-01

    Background and purpose: Career advancement programs are currently implemented in many countries. In Iran, the first career advancement program was Nurses? Career Advancement Pathway. The purpose of this study was to explore nurse leaders? experiences about implementing the Nurses? Career Advancement Pathway program in Iran. Methods: This exploratory qualitative study was conducted in 2013. Sixteen nurse managers were recruited from the teaching hospitals affiliated to Shahid Behesthi, Qazvin,...

  12. Implementing effective and sustainable multidisciplinary clinical thoracic oncology programs.

    Science.gov (United States)

    Osarogiagbon, Raymond U; Freeman, Richard K; Krasna, Mark J

    2015-08-01

    Three models of care are described, including two models of multidisciplinary care for thoracic malignancies. The pros and cons of each model are discussed, the evidence supporting each is reviewed, and the need for more (and better) research into care delivery models is highlighted. Key stakeholders in thoracic oncology care delivery outcomes are identified, and the need to consider stakeholder perspectives in designing, validating and implementing multidisciplinary programs as a vehicle for quality improvement in thoracic oncology is emphasized. The importance of reconciling stakeholder perspectives, and identify meaningful stakeholder-relevant benchmarks is also emphasized. Metrics for measuring program implementation and overall success are proposed.

  13. Development of a System-Wide Predator Control Program: Stepwise Implementation of a Predation Index, Predator Control Fisheries, and Evaluation Plan in the Columbia River Basin; Northern Pikeminnow Management Program, 2001 Annual Report.

    Energy Technology Data Exchange (ETDEWEB)

    Porter, Russell G.; Winther, Eric C.; Fox, Lyle G.

    2003-03-01

    This report presents results for year eleven in a basin-wide program to harvest northern pikeminnow (Ptychocheilus oregonensis). This program was started in an effort to reduce predation by northern pikeminnow on juvenile salmonids during their emigration from natal streams to the ocean. Earlier work in the Columbia River Basin suggested predation by northern pikeminnow on juvenile salmonids might account for most of the 10-20% mortality juvenile salmonids experience in each of eight Columbia River and Snake River reservoirs. Modeling simulations based on work in John Day Reservoir from 1982 through 1988 indicated that, if predator-size northern pikeminnow were exploited at a 10-20% rate, the resulting restructuring of their population could reduce their predation on juvenile salmonids by 50%. To test this hypothesis, we implemented a sport-reward angling fishery and a commercial longline fishery in the John Day Pool in 1990. We also conducted an angling fishery in areas inaccessible to the public at four dams on the mainstem Columbia River and at Ice Harbor Dam on the Snake River. Based on the success of these limited efforts, we implemented three test fisheries on a system-wide scale in 1991--a tribal longline fishery above Bonneville Dam, a sport-reward fishery, and a dam-angling fishery. Low catch of target fish and high cost of implementation resulted in discontinuation of the tribal longline fishery. However, the sport-reward and dam-angling fisheries were continued in 1992 and 1993. In 1992, we investigated the feasibility of implementing a commercial longline fishery in the Columbia River below Bonneville Dam and found that implementation of this fishery was also infeasible.

  14. Implementing Cardiopulmonary Resuscitation Training Programs in High Schools: Iowa's Experience.

    Science.gov (United States)

    Hoyme, Derek B; Atkins, Dianne L

    2017-02-01

    To understand perceived barriers to providing cardiopulmonary resuscitation (CPR) education, implementation processes, and practices in high schools. Iowa has required CPR as a graduation requirement since 2011 as an unfunded mandate. A cross-sectional study was performed through multiple choice surveys sent to Iowa high schools to collect data about school demographics, details of CPR programs, cost, logistics, and barriers to implementation, as well as automated external defibrillator training and availability. Eighty-four schools responded (26%), with the most frequently reported school size of 100-500 students and faculty size of 25-50. When the law took effect, 51% of schools had training programs already in place; at the time of the study, 96% had successfully implemented CPR training. Perceived barriers to implementation were staffing, time commitment, equipment availability, and cost. The average estimated startup cost was $1000 US, and the yearly maintenance cost was <$500 with funds typically allocated from existing school resources. The facilitator was a school official or volunteer for 81% of schools. Average estimated training time commitment per student was <2 hours. Automated external defibrillators are available in 98% of schools, and 61% include automated external defibrillator training in their curriculum. Despite perceived barriers, school CPR training programs can be implemented with reasonable resource and time allocations. Copyright © 2016 Elsevier Inc. All rights reserved.

  15. Authentication for Propulsion Test Streaming Video

    Data.gov (United States)

    National Aeronautics and Space Administration — A streaming video system was developed and implemented at SSC to support various propulsion projects at SSC. These projects included J-2X and AJ-26 rocket engine...

  16. Using Video to Communicate Scientific Findings -- Habitat Connections in Urban Streams

    Science.gov (United States)

    Harned, D. A.; Moorman, M.; Fitzpatrick, F. A.; McMahon, G.

    2011-12-01

    The U.S Geological Survey (USGS) National Water-Quality Assessment Program (NAWQA) provides information about (1) water-quality conditions and how those conditions vary locally, regionally, and nationally, (2) water-quality trends, and (3) factors that affect those conditions. As part of the NAWQA Program, the Effects of Urbanization on Stream Ecosystems (EUSE) study examined the vulnerability and resilience of streams to urbanization. Completion of the EUSE study has resulted in over 20 scientific publications. Video podcasts are being used in addition to these publications to communicate the relevance of these scientific findings to more general audiences such as resource managers, educational groups, public officials, and the general public. An example of one of the podcasts is a film examining effects of urbanization on stream habitat. "Habitat Connections in Urban Streams" explores how urbanization changes some of the physical features that provide in-stream habitat and examines examples of stream restoration projects designed to improve stream form and function. The "connections" theme is emphasized, including the connection of in-stream habitats from the headwaters to the stream mouth; connections between stream habitat and the surrounding floodplains, wetlands and basin; and connections between streams and people-- resource managers, public officials, scientists, and the general public. Examples of innovative stream restoration projects in Baltimore Maryland; Milwaukee, Wisconsin; and Portland Oregon are shown with interviews of managers, engineers, scientists, and others describing the projects. The film is combined with a website with links to extended film versions of the stream-restoration project interviews. The website and films are an example of USGS efforts aimed at improving science communication to a general audience. The film is available for access from the EUSE website: http://water.usgs.gov/nawqa/urban/html/podcasts.html. Additional films are

  17. Implementation of Waste Minimization at a complex R ampersand D site

    International Nuclear Information System (INIS)

    Lang, R.E.; Thuot, J.R.; Devgun, J.S.

    1995-01-01

    Under the 1994 Waste Minimization/Pollution Prevention Crosscut Plan, the Department of Energy (DOE) has set a goal of 50% reduction in waste at its facilities by the end of 1999. Each DOE site is required to set site-specific goals to reduce generation of all types of waste including hazardous, radioactive, and mixed. To meet these goals, Argonne National Laboratory (ANL), Argonne, IL, has developed and implemented a comprehensive Pollution Prevention/Waste Minimization (PP/WMin) Program. The facilities and activities at the site vary from research into basic sciences and research into nuclear fuel cycle to high energy physics and decontamination and decommissioning projects. As a multidisciplinary R ampersand D facility and a multiactivity site, ANL generates waste streams that are varied, in physical form as well as in chemical constituents. This in turn presents a significant challenge to put a cohesive site-wide PP/WMin Program into action. In this paper, we will describe ANL's key activities and waste streams, the regulatory drivers for waste minimization, and the DOE goals in this area, and we will discuss ANL's strategy for waste minimization and it's implementation across the site

  18. SSCL magnet systems quality program implementation for laboratory and industry

    International Nuclear Information System (INIS)

    Warner, D.G.; Bever, D.L.

    1992-01-01

    The development and delivery of reliable and producible magnets for the Superconducting Super Collider Laboratory (SSCL) require the teamwork of a large and diverse workforce composed of personnel with backgrounds in laboratory research, defense, and energy. The SSCL Magnet Quality Program is being implemented with focus on three definitive objectives: (1) communication of requirements, (2) teamwork, and (3) verification. Examination of the SSCL Magnet Systems Division's (MSD) current and planned approach to implementation of the SSCL Magnet Quality Program utilizing these objectives is discussed

  19. Drug use prevention: factors associated with program implementation in Brazilian urban schools.

    Science.gov (United States)

    Pereira, Ana Paula Dias; Sanchez, Zila M

    2018-03-07

    A school is a learning environment that contributes to the construction of personal values, beliefs, habits and lifestyles, provide convenient settings for the implementation of drug use prevention programs targeting adolescents, who are the population group at highest risk of initiating drug use. The objective of the present study was to investigate the prevalence of factors associated with implementing drug use prevention programs in Brazilian public and private middle and high urban schools. The present population-based cross-sectional survey was conducted with a probability sample of 1151 school administrators stratified by the 5 Brazilian administrative divisions, in 2014. A close-ended, self-reported online questionnaire was used. Logistic regression analysis was used to identify factors associated with implementing drug use prevention programs in schools. A total of 51.1% of the schools had adopted drug use prevention programs. The factors associated with program implementation were as follows: belonging to the public school network; having a library; development of activities targeting sexuality; development of "Health at School Program" activities; offering extracurricular activities; and having an administrator that participated in training courses on drugs. The adoption of drug use prevention practices in Brazilian schools may be expanded with greater orchestration of schools through specialized training of administrators and teachers, expansion of the School Health Program and concomitant development of the schools' structural and curricular attributes.

  20. Costs to implement an effective transition-to-parenthood program for couples: analysis of the Family Foundations program.

    Science.gov (United States)

    Jones, Damon E; Feinberg, Mark E; Hostetler, Michelle L

    2014-06-01

    The transition to parenthood involves many stressors that can have implications for the couple relationship as well as the developmental environment of the child. Scholars and policymakers have recognized the potential for interventions that can help couples navigate these stressors to improve parenting and coparenting strategies. Such evidence-based programs are scarcely available, however, and little is known about the resources necessary to carry out these programs. This study examines the costs and resources necessary to implement Family Foundations, a program that addresses the multifaceted issues facing first-time parents through a series of pre- and post-natal classes. Costs were determined using a 6-step analytic process and are based on the first implementation of the program carried out through a five-year demonstration project. This assessment demonstrates how overall costs change across years as new cohorts of families are introduced, and how cost breakdowns differ by category as needs shift from training group leaders to sustaining program services. Information from this cost analysis helps clarify how the program could be made more efficient in subsequent implementations. We also consider how results may be used in future research examining economic benefits of participation in the program. Copyright © 2014 Elsevier Ltd. All rights reserved.

  1. Real-time Kernel Implementation Practice Program for Embedded Software Engineers' Education and its Evaluation

    Science.gov (United States)

    Yoshida, Toshio; Matsumoto, Masahide; Seo, Katsuhiko; Chino, Shinichiro; Sugino, Eiji; Sawamoto, Jun; Koizumi, Hisao

    A real-time kernel (henceforth RTK) is in the center place of embedded software technology, and the understanding of RTK is indispensable for the embedded system design. To implement RTK, it is necessary to understand languages that describe RTK software program code, system programming manners, software development tools, CPU on that RTK runs and the interface between software and hardware, etc. in addition to understanding of RTK itself. This means RTK implementation process largely covers embedded software implementation process. Therefore, it is thought that RTK implementation practice program is very effective as a means of the acquisition of common embedded software skill in addition to deeper acquisition of RTK itself. In this paper, we propose to apply RTK implementing practice program to embedded software engineers educational program. We newly developed very small and step-up type RTK named μK for educational use, and held a seminar that used μK as a teaching material for the students of information science and engineers of the software house. As a result, we confirmed that RTK implementation practice program is very effective for the acquisition of embedded software common skill.

  2. Implementing an anti-smoking program in rural-remote communities: challenges and strategies.

    Science.gov (United States)

    Tall, Julie A; Brew, Bronwyn K; Saurman, Emily; Jones, Therese C

    2015-01-01

    Rural-remote communities report higher smoking rates and poorer health outcomes than that of metropolitan areas. While anti-smoking programs are an important measure for addressing smoking and improving health, little is known of the challenges faced by primary healthcare staff implementing those programs in the rural-remote setting. The aim of this study was to explore the challenges and strategies of implementing an anti-smoking program by primary healthcare staff in rural-remote Australia. Guided by a phenomenological approach, semi-structured interviews and focus groups were conducted with health service managers, case managers and general practitioners involved in program implementation in Australian rural-remote communities between 2008 and 2010. Program implementation was reported to be challenged by limited primary and mental healthcare resources and client access to services; limited collaboration between health services; the difficulty of accessing staff training; high levels of community distress and disadvantage; the normalisation of smoking and its deleterious impact on smoking abstinence among program clients; and low morale among health staff. Strategies identified to overcome challenges included appointing tobacco-dedicated staff; improving health service collaboration, access and flexibility; providing subsidised pharmacotherapies and boosting staff morale. Findings may assist health services to better tailor anti-smoking programs for the rural-remote setting, where smoking rates are particularly high. Catering for the unique challenges of the rural-remote setting is necessary if anti-smoking programs are to be efficacious, cost-effective and capable of improving rural-remote health outcomes.

  3. rEMM: Extensible Markov Model for Data Stream Clustering in R

    Directory of Open Access Journals (Sweden)

    Michael Hahsler

    2010-10-01

    Full Text Available Clustering streams of continuously arriving data has become an important application of data mining in recent years and efficient algorithms have been proposed by several researchers. However, clustering alone neglects the fact that data in a data stream is not only characterized by the proximity of data points which is used by clustering, but also by a temporal component. The extensible Markov model (EMM adds the temporal component to data stream clustering by superimposing a dynamically adapting Markov chain. In this paper we introduce the implementation of the R extension package rEMM which implements EMM and we discuss some examples and applications.

  4. Implementing a citizen's DWI reporting program using the Extra Eyes model

    Science.gov (United States)

    2008-09-01

    This manual is a guide for law enforcement agencies and community organizations in creating and implementing a citizens DWI reporting program in their communities modeling the Operation Extra Eyes program. Extra Eyes is a program that engages volu...

  5. Implementing three evidence-based program models: early lessons from the Teen Pregnancy Prevention Replication Study.

    Science.gov (United States)

    Kelsey, Meredith; Layzer, Jean

    2014-03-01

    This article describes some of the early implementation challenges faced by nine grantees participating in the Teen Pregnancy Prevention Replication Study and their response to them. The article draws on information collected as part of a comprehensive implementation study. Sources include site and program documents; program officer reports; notes from site investigation, selection and negotiation; ongoing communications with grantees as part of putting the study into place; and semi-structured interviews with program staff. The issues faced by grantees in implementing evidence-based programs designed to prevent teen pregnancy varied by program model. Grantees implementing a classroom-based curriculum faced challenges in delivering the curriculum within the constraints of school schedules and calendars (program length and size of class). Grantees implementing a culturally tailored curriculum faced a series of challenges, including implementing the intervention as part of the regular school curriculum in schools with diverse populations; low attendance when delivered as an after-school program; and resistance on the part of schools to specific curriculum content. The third set of grantees, implementing a program in clinics, faced challenges in identifying and recruiting young women into the program and in retaining young women once they were in the program. The experiences of these grantees reflect some of the complexities that should be carefully considered when choosing to replicate evidence-based programs. The Teen Pregnancy Prevention replication study will provide important context for assessing the effectiveness of some of the more widely replicated evidence-based programs. Copyright © 2014 Society for Adolescent Health and Medicine. All rights reserved.

  6. [Implementation and evaluation of case management in Catalonia: the ISP-SMD program].

    Science.gov (United States)

    Balsera Gómez, J; Rodríguez Medina, C; Caba Calvet, R; Vega Prada, R; Ruiz Ureña, H; Berruezo Ortiz, L; Clusa Gironella, D; Rodríguez Montes, M J; Haro Abad, J M

    2002-01-01

    The pilot study of the Individualized Service Program for people with Severe Mental Disorders (ISP-SMD) consists of the implementation of case management services in Catalonia. The ISP-SMD has been implemented in two health care sectors and will be expanded to the rest of Catalonia in the next years. The program serves people with persistent mental disorders who have serious social or family problems and/or who have inadequate mental health service use (high use of inpatient services, no use of community services). The ISP-SMD is a community intervention program that focuses its activities on direct care and coordination between services. Thirty patients have been included in the evaluation. The results of the pilot study have shown that, compared to the year before entering the program, the patients show better clinical status, they decrease their unmet need level, they have more appropriate use of health services and have lower treatment costs. Satisfaction of the patients, family members and professionals with the program is very high. It is possible to adapt and implement case management services in Catalonia. When implemented, they improve patient quality of life.

  7. ThermoData Engine (TDE): Software Implementation of the Dynamic Data Evaluation Concept. 8. Properties of Material Streams and Solvent Design

    DEFF Research Database (Denmark)

    Diky, Vladimir; Chirico, Robert D.; Muzny, Chris D.

    2013-01-01

    ThermoData Engine (TDE) is the first full-scale software implementation of the dynamic data evaluation concept, as reported in this journal. The present paper describes the first application of this concept to the evaluation of thermophysical properties for material streams involving any number...... of chemical components with assessment of uncertainties. The method involves construction of Redlich-Kister type equations for individual properties (excess volume, thermal conductivity, viscosity, surface tension, and excess enthalpy) and activity-coefficient models for phase equilibrium properties (vapor...

  8. Implementing Health-Promoting Leadership in Municipal Organizations: Managers’ Experiences with a Leadership Program

    Directory of Open Access Journals (Sweden)

    Robert Larsson

    2015-03-01

    Full Text Available The aim of this study was to analyze how line and middle managers experience and describe barriers and enablers in the implementation of a health-promoting leadership program in municipal organizations. A qualitative case study design was applied to examine the leadership program in a case involving implementation of an organizational health intervention. Data were mainly collected using semi-structured interviews with line and middle managers participating in the leadership program. Interviews with senior managers, notes from meetings/workshops, and written action plans were used as complementary data. The interview data were analyzed using a thematic analysis, and the complementary data using a summative content analysis. The findings show that the interviewed line and middle managers experienced this leadership program as a new approach in leadership training because it is based primarily on employee participation. Involvement and commitment of the employees was considered a crucial enabler in the implementation of the leadership program. Other enablers identified include action plans with specific goals, earlier experiences of organizational change, and integration of the program content into regular routines and structures. The line and middle managers described several barriers in the implementation process, and they described various organizational conditions, such as high workload, lack of senior management support, politically initiated projects, and organizational change, as challenges that limited the opportunities to be drivers of change. Taken together, these barriers interfered with the leadership program and its implementation. The study contributes to the understanding of how organizational-level health interventions are implemented in public sector workplaces.

  9. Delivering Instruction via Streaming Media: A Higher Education Perspective.

    Science.gov (United States)

    Mortensen, Mark; Schlieve, Paul; Young, Jon

    2000-01-01

    Describes streaming media, an audio/video presentation that is delivered across a network so that it is viewed while being downloaded onto the user's computer, including a continuous stream of video that can be pre-recorded or live. Discusses its use for nontraditional students in higher education and reports on implementation experiences. (LRW)

  10. Physician practice responses to financial incentive programs: exploring the concept of implementation mechanisms.

    Science.gov (United States)

    Cohen, Genna R; Erb, Natalie; Lemak, Christy Harris

    2012-01-01

    To develop a framework for studying financial incentive program implementation mechanisms, the means by which physician practices and physicians translate incentive program goals into their specific office setting. Understanding how new financial incentives fit with the structure of physician practices and individual providers' work may shed some insight on the variable effects of physician incentives documented in numerous reviews and meta-analyses. Reviewing select articles on pay-for-performance evaluations to identify and characterize the presence of implementation mechanisms for designing, communicating, implementing, and maintaining financial incentive programs as well as recognizing participants' success and effects on patient care. Although uncommonly included in evaluations, evidence from 26 articles reveals financial incentive program sponsors and participants utilized a variety of strategies to facilitate communication about program goals and intentions, to provide feedback about participants' progress, and to assist-practices in providing recommended services. Despite diversity in programs' geographic locations, clinical targets, scope, and market context, sponsors and participants deployed common strategies. While these methods largely pertained to communication between program sponsors and participants and the provision of information about performance through reports and registries, they also included other activities such as efforts to engage patients and ways to change staff roles. This review covers a limited body of research to develop a conceptual framework for future research; it did not exhaustively search for new articles and cannot definitively link particular implementation mechanisms to outcomes. Our results underscore the effects implementation mechanisms may have on how practices incorporate new programs into existing systems of care which implicates both the potential rewards from small changes as well as the resources which may be

  11. Sample collection: an overview of the Hydrogeochemical and Stream Sediment Reconnaissance Program

    International Nuclear Information System (INIS)

    Bolivar, S.L.

    1979-01-01

    A Hydrogeochemical and Stream Sediment Reconnaissance (HSSR) for uranium is currently being conducted throughout the conterminous United States and Alaska. The HSSR is part of the National Uranium Resource Evaluation sponsored by the US Department of Energy. This ambitious geochemical reconnaissance program is conducted by four national laboratories: Los Alamos Scientific Laboratory, Lawrence Livermore Laboratory, Oak Ridge Gaseous Diffusion Plant, and Savannah River Laboratory. The program is based on an extensive review of world literature, reconnaissance work done in other countries, and pilot studies conducted by each laboratory. Sample-collection methods and sample density are determined to optimize the probability of detecting potential uranium mineralization. To achieve this aim, each laboratory has developed independent standardized field collection procedures that are designed for its section of the country. Field parameters such as pH, conductivity, climate, geography, and geology are recorded at each site. Most samples are collected at densities of one sample site per 10 to 23 km 2 . The HSSR program has helped to improve existing hydrogeochemical reconnaissance exploration techniques. In addition to providing industry with data that may help to identify potential uranium districts and to extend known uranium provinces, the HSSR also provides multi-element analytical data, which can be used in water quality, soil, sediment, environmental, and base-metal exploration studies

  12. A Case Study on the Implementation of a Positive Youth Development Program (Project P.A.T.H.S. in Hong Kong: Learning from the Experimental Implementation Phase

    Directory of Open Access Journals (Sweden)

    Tak Yan Lee

    2008-01-01

    Full Text Available This investigation of the implementation of a positive youth development program (Project P.A.T.H.S. was part of a large study undertaken comprehensively to explore how effective the Tier 1 Program was in practice and how the results can shed light on future developments. Utilizing a case study approach, individual and focus group interviews were conducted in 2007 to examine the factors that influence the process and quality of implementation of the Tier 1 Program of the Project P.A.T.H.S. The focus of this study was on how the implementers of a school made use of the experience gained in the Experimental Implementation Phase (EIP in 2005/06 to improve the program implementation quality in the Full Implementation Phase (FIP in 2006/07. Results showed that the program implementation in the FIP was generally high and the program was well received by the implementers. Factors that facilitated the implementation of the program were identified, including the adoption of an incremental change strategy, the incorporation of the program into both formal and informal curricula, positive perceptions of the program among staff and agency social workers, sufficient school administrative support, excellent cooperation between the school and the social work agency, presence of a dedicated school contact person and instructors who engaged themselves in continuous quality improvement of the implementation, and an emphasis on application of what had been learned. Difficulties encountered by the school in the process of implementation were also observed. Based on the present findings, key process variables that facilitate or impede the implementation of positive youth development programs are discussed. Implications for future program implementation are also discussed.

  13. Emissions Scenarios, Costs, and Implementation Considerations of REDD Programs

    Energy Technology Data Exchange (ETDEWEB)

    Sathaye, Jayant; Andrasko, Ken; Chan, Peter

    2011-04-11

    Greenhouse gas emissions from the forestry sector are estimated to be 8.4 GtCO2-eq./year or about 17percent of the global emissions. We estimate that the cost forreducing deforestation is low in Africa and several times higher in Latin America and Southeast Asia. These cost estimates are sensitive to the uncertainties of how muchunsustainable high-revenue logging occurs, little understood transaction and program implementation costs, and barriers to implementation including governance issues. Due to lack of capacity in the affected countries, achieving reduction or avoidance of carbon emissions will require extensive REDD-plus programs. Preliminary REDD-plus Readiness cost estimates and program descriptions for Indonesia, Democratic Republic of the Congo, Ghana, Guyana and Mexico show that roughly one-third of potential REDD-plus mitigation benefits might come from avoided deforestation and the rest from avoided forest degradation and other REDD-plus activities.

  14. Potential stream density in Mid-Atlantic US watersheds.

    Science.gov (United States)

    Elmore, Andrew J; Julian, Jason P; Guinn, Steven M; Fitzpatrick, Matthew C

    2013-01-01

    Stream network density exerts a strong influence on ecohydrologic processes in watersheds, yet existing stream maps fail to capture most headwater streams and therefore underestimate stream density. Furthermore, discrepancies between mapped and actual stream length vary between watersheds, confounding efforts to understand the impacts of land use on stream ecosystems. Here we report on research that predicts stream presence from coupled field observations of headwater stream channels and terrain variables that were calculated both locally and as an average across the watershed upstream of any location on the landscape. Our approach used maximum entropy modeling (MaxEnt), a robust method commonly implemented to model species distributions that requires information only on the presence of the entity of interest. In validation, the method correctly predicts the presence of 86% of all 10-m stream segments and errors are low (stream density and compare our results with the National Hydrography Dataset (NHD). We find that NHD underestimates stream density by up to 250%, with errors being greatest in the densely urbanized cities of Washington, DC and Baltimore, MD and in regions where the NHD has never been updated from its original, coarse-grain mapping. This work is the most ambitious attempt yet to map stream networks over a large region and will have lasting implications for modeling and conservation efforts.

  15. Evaluation of early implementations of antibiotic stewardship program initiatives in nine Dutch hospitals

    NARCIS (Netherlands)

    van Limburg, Maarten; Sinha, Bhanu; Lo-Ten-Foe, Jerome R; van Gemert-Pijnen, Julia Ewc

    2014-01-01

    BACKGROUND: Antibiotic resistance is a global threat to patient safety and care. In response, hospitals start antibiotic stewardship programs to optimise antibiotic use. Expert-based guidelines recommend strategies to implement such programs, but local implementations may differ per hospital.

  16. How wide is a stream? Spatial extent of the potential "stream signature" in terrestrial food webs using meta-analysis.

    Science.gov (United States)

    Muehlbauer, Jeffrey D; Collins, Scott F; Doyle, Martin W; Tockner, Klement

    2014-01-01

    The magnitude of cross-ecosystem resource subsidies is increasingly well recognized; however, less is known about the distance these subsidies travel into the recipient landscape. In streams and rivers, this distance can delimit the "biological stream width," complementary to hydro-geomorphic measures (e.g., channel banks) that have typically defined stream ecosystem boundaries. In this study we used meta-analysis to define a "stream signature" on land that relates the stream-to-land subsidy to distance. The 50% stream signature, for example, identifies the point on the landscape where subsidy resources are still at half of their maximum (in- or near-stream) level. The decay curve for these data was best fit by a negative power function in which the 50% stream signature was concentrated near stream banks (1.5 m), but a non-trivial (10%) portion of the maximum subsidy level was still found > 0.5 km from the water's edge. The meta-analysis also identified explanatory variables that affect the stream signature. This improves our understanding of ecosystem conditions that permit spatially extensive subsidy transmission, such as in highly productive, middle-order streams and rivers. Resultant multivariate models from this analysis may be useful to managers implementing buffer rules and conservation strategies for stream and riparian function, as they facilitate prediction of the extent of subsidies. Our results stress that much of the subsidy remains near the stream, but also that subsidies (and aquatic organisms) are capable of long-distance dispersal into adjacent environments, and that the effective "biological stream width" of stream and river ecosystems is often much larger than has been defined by hydro-geomorphic metrics alone. Limited data available from marine and lake sources overlap well with the stream signature data, indicating that the "signature" approach may also be applicable to subsidy spatial dynamics across other ecosystems.

  17. School Integration Program in Chile: gaps and challenges for the implementation of an inclusive education program

    Directory of Open Access Journals (Sweden)

    Mauro Tamayo Rozas

    2018-06-01

    Full Text Available Constructing inclusive societies, leaving no one behind, it is an ethical obligation. Developing inclusive educational programs allows ensuring equal opportunities in one of the most critical stages of development. The aim of this study is to describe the implementation of the School Integration Program (SIP in its different dimensions and in different zones of Chile. A descriptive and cross-sectional study of the perception of SIP Coordinators was performed in public and subsidized schools at the country through a web-based survey. A simple random convenience sampling of schools was performed, obtaining 1742 answers from educational establishments with SIP. Higher level of implementation of the program was identified in areas related to interdisciplinary work and comprehensive training, curricular and institutional aspects. On the other hand, deficiencies were identified in the implementation of accessibility, development of reasonable adjustments and participation of the educational community. Likewise, there are differences between the zones of Chile, with the North zone having the least progress. Although there are results in the work team and institutional development, the development of objective conditions and participation is still a pending task in the implementation of the SIP.

  18. The Network Form of Implementing Educational Programs: Differences and Typology

    Science.gov (United States)

    Sobolev, Alexandr Borisovich

    2016-01-01

    The article describes peculiarities of implementation and major differences in network educational programs, currently introduced in Russia. It presents a general typology of models and forms for implementing interaction between educational institutions of Russia, including teacher institutes and federal universities, as well as a typology of…

  19. RAY TRACING IMPLEMENTATION IN JAVA PROGRAMMING LANGUAGE

    Directory of Open Access Journals (Sweden)

    Aybars UĞUR

    2002-01-01

    Full Text Available In this paper realism in computer graphics and components providing realism are discussed at first. It is mentioned about illumination models, surface rendering methods and light sources for this aim. After that, ray tracing which is a technique for creating two dimensional image of a three-dimensional virtual environment is explained briefly. A simple ray tracing algorithm was given. "SahneIzle" which is a ray tracing program implemented in Java programming language which can be used on the internet is introduced. As a result, importance of network-centric ray tracing software is discussed.

  20. Web Audio/Video Streaming Tool

    Science.gov (United States)

    Guruvadoo, Eranna K.

    2003-01-01

    In order to promote NASA-wide educational outreach program to educate and inform the public of space exploration, NASA, at Kennedy Space Center, is seeking efficient ways to add more contents to the web by streaming audio/video files. This project proposes a high level overview of a framework for the creation, management, and scheduling of audio/video assets over the web. To support short-term goals, the prototype of a web-based tool is designed and demonstrated to automate the process of streaming audio/video files. The tool provides web-enabled users interfaces to manage video assets, create publishable schedules of video assets for streaming, and schedule the streaming events. These operations are performed on user-defined and system-derived metadata of audio/video assets stored in a relational database while the assets reside on separate repository. The prototype tool is designed using ColdFusion 5.0.

  1. A stream temperature model for the Peace-Athabasca River basin

    Science.gov (United States)

    Morales-Marin, L. A.; Rokaya, P.; Wheater, H. S.; Lindenschmidt, K. E.

    2017-12-01

    Water temperature plays a fundamental role in water ecosystem functioning. Because it regulates flow energy and metabolic rates in organism productivity over a broad spectrum of space and time scales, water temperature constitutes an important indicator of aquatic ecosystems health. In cold region basins, stream water temperature modelling is also fundamental to predict ice freeze-up and break-up events in order to improve flood management. Multiple model approaches such as linear and multivariable regression methods, neural network and thermal energy budged models have been developed and implemented to simulate stream water temperature. Most of these models have been applied to specific stream reaches and trained using observed data, but very little has been done to simulate water temperature in large catchment river networks. We present the coupling of RBM model, a semi-Lagrangian water temperature model for advection-dominated river system, and MESH, a semi-distributed hydrological model, to simulate stream water temperature in river catchments. The coupled models are implemented in the Peace-Athabasca River basin in order to analyze the variation in stream temperature regimes under changing hydrological and meteorological conditions. Uncertainty of stream temperature simulations is also assessed in order to determine the degree of reliability of the estimates.

  2. Evaluation of early implementations of antibiotic stewardship program initiatives in nine Dutch hospitals

    NARCIS (Netherlands)

    van Limburg, A.H.M.; Sinha, Bhanu; Lo-Ten-Foe, Jerome R.; van Gemert-Pijnen, Julia E.W.C.

    2014-01-01

    Background Antibiotic resistance is a global threat to patient safety and care. In response, hospitals start antibiotic stewardship programs to optimise antibiotic use. Expert-based guidelines recommend strategies to implement such programs, but local implementations may differ per hospital. Earlier

  3. Bayesian Modeling of the Assimilative Capacity Component of Stream Nutrient Export

    Science.gov (United States)

    Implementing stream restoration techniques and best management practices to reduce nonpoint source nutrients implies enhancement of the assimilative capacity for the stream system. In this paper, a Bayesian method for evaluating this component of a TMDL load capacity is developed...

  4. Preemptive clinical pharmacogenetics implementation: current programs in five US medical centers.

    Science.gov (United States)

    Dunnenberger, Henry M; Crews, Kristine R; Hoffman, James M; Caudle, Kelly E; Broeckel, Ulrich; Howard, Scott C; Hunkler, Robert J; Klein, Teri E; Evans, William E; Relling, Mary V

    2015-01-01

    Although the field of pharmacogenetics has existed for decades, practioners have been slow to implement pharmacogenetic testing in clinical care. Numerous publications describe the barriers to clinical implementation of pharmacogenetics. Recently, several freely available resources have been developed to help address these barriers. In this review, we discuss current programs that use preemptive genotyping to optimize the pharmacotherapy of patients. Array-based preemptive testing includes a large number of relevant pharmacogenes that impact multiple high-risk drugs. Using a preemptive approach allows genotyping results to be available prior to any prescribing decision so that genomic variation may be considered as an inherent patient characteristic in the planning of therapy. This review describes the common elements among programs that have implemented preemptive genotyping and highlights key processes for implementation, including clinical decision support.

  5. [The German program for disease management guidelines--implementation with pathways and quality management].

    Science.gov (United States)

    Ollenschläger, Günter; Lelgemann, Monika; Kopp, Ina

    2007-07-15

    In Germany, physicians enrolled in disease management programs are legally obliged to follow evidence-based clinical practice guidelines. That is why a Program for National Disease Management Guidelines (German DM-CPG Program) was established in 2002 aiming at implementation of best-practice evidence-based recommendations for nationwide as well as regional disease management programs. Against this background the article reviews programs, methods and tools for implementing DM-CPGs via clinical pathways as well as regional guidelines for outpatient care. Special reference is given to the institutionalized program of adapting DM-CPGs for regional use by primary-care physicians in the State of Hesse.

  6. Stream-groundwater exchange and hydrologic turnover at the network scale

    Science.gov (United States)

    Covino, Tim; McGlynn, Brian; Mallard, John

    2011-12-01

    The exchange of water between streams and groundwater can influence stream water quality, hydrologic mass balances, and attenuate solute export from watersheds. We used conservative tracer injections (chloride, Cl-) across 10 stream reaches to investigate stream water gains and losses from and to groundwater at larger spatial and temporal scales than typically associated with hyporheic exchanges. We found strong relationships between reach discharge, median tracer velocity, and gross hydrologic loss across a range of stream morphologies and sizes in the 11.4 km2 Bull Trout Watershed of central ID. We implemented these empirical relationships in a numerical network model and simulated stream water gains and losses and subsequent fractional hydrologic turnover across the stream network. We found that stream gains and losses from and to groundwater can influence source water contributions and stream water compositions across stream networks. Quantifying proportional influences of source water contributions from runoff generation locations across the network on stream water composition can provide insight into the internal mechanisms that partially control the hydrologic and biogeochemical signatures observed along networks and at watershed outlets.

  7. Implementation of the Danish return-to-work program

    DEFF Research Database (Denmark)

    Aust, Birgit; D. Nielsen, Maj Britt; Grundtvig, Gry

    2015-01-01

    OBJECTIVES: The aim of this study was to evaluate the implementation of the Danish national return-to-work (RTW) program in 21 Danish municipalities. METHODS: We conducted a structured process evaluation on (i) reach and recruitment, (ii) fidelity, (iii) dose-delivered, (iv) dose-received, and (v...... (defined as implementation consistent with the principles of the interdisciplinary RTW process). Five municipalities had high and eight had low fidelity scores. Similar large differences were found with regard to dose-delivered, particularly in the quality of cooperation with beneficiaries, employers...

  8. Barriers to Effective Implementation of Programs for the Prevention of Workplace Violence in Hospitals.

    Science.gov (United States)

    Blando, James; Ridenour, Marilyn; Hartley, Daniel; Casteel, Carri

    2015-01-01

    Effective workplace violence (WPV) prevention programs are essential, yet challenging to implement in healthcare. The aim of this study was to identify major barriers to implementation of effective violence prevention programs. After reviewing the related literature, the authors describe their research methods and analysis and report the following seven themes as major barriers to effective implementation of workplace violence programs: a lack of action despite reporting; varying perceptions of violence; bullying; profit-driven management models; lack of management accountability; a focus on customer service; and weak social service and law enforcement approaches to mentally ill patients. The authors discuss their findings in light of previous studies and experiences and offer suggestions for decreasing WPV in healthcare settings. They conclude that although many of these challenges to effective implementation of workplace violence programs are both within the program itself and relate to broader industry and societal issues, creative innovations can address these issues and improve WPV prevention programs.

  9. Synchronized Multimedia Streaming on the iPhone Platform with Network Coding

    DEFF Research Database (Denmark)

    Vingelmann, Peter; Fitzek, Frank; Pedersen, Morten Videbæk

    2011-01-01

    on the iPhone that use point-to-point architectures. After acknowledging their limitations, we propose a solution based on network coding to efficiently and reliably deliver the multimedia content to many devices in a synchronized manner. Then we introduce an application that implements this technique......This work presents the implementation of synchronized multimedia streaming for the Apple iPhone platform. The idea is to stream multimedia content from a single source to multiple receivers with direct or multihop connections to the source. First we look into existing solutions for video streaming...... on the iPhone. We also present our testbed, which consists of 16 iPod Touch devices to showcase the capabilities of our application....

  10. IMPLEMENTATION OF NEURAL - CRYPTOGRAPHIC SYSTEM USING FPGA

    Directory of Open Access Journals (Sweden)

    KARAM M. Z. OTHMAN

    2011-08-01

    Full Text Available Modern cryptography techniques are virtually unbreakable. As the Internet and other forms of electronic communication become more prevalent, electronic security is becoming increasingly important. Cryptography is used to protect e-mail messages, credit card information, and corporate data. The design of the cryptography system is a conventional cryptography that uses one key for encryption and decryption process. The chosen cryptography algorithm is stream cipher algorithm that encrypt one bit at a time. The central problem in the stream-cipher cryptography is the difficulty of generating a long unpredictable sequence of binary signals from short and random key. Pseudo random number generators (PRNG have been widely used to construct this key sequence. The pseudo random number generator was designed using the Artificial Neural Networks (ANN. The Artificial Neural Networks (ANN providing the required nonlinearity properties that increases the randomness statistical properties of the pseudo random generator. The learning algorithm of this neural network is backpropagation learning algorithm. The learning process was done by software program in Matlab (software implementation to get the efficient weights. Then, the learned neural network was implemented using field programmable gate array (FPGA.

  11. Implementation and evaluation of an incentivized Internet-mediated walking program for obese adults.

    Science.gov (United States)

    Zulman, Donna M; Damschroder, Laura J; Smith, Ryan G; Resnick, Paul J; Sen, Ananda; Krupka, Erin L; Richardson, Caroline R

    2013-12-01

    In response to rising health care costs associated with obesity rates, some health care insurers are adopting incentivized technology-enhanced wellness programs. The purpose of this study is to evaluate the large-scale implementation of an incentivized Internet-mediated walking program for obese adults and to examine program acceptance, adherence, and impact. A mixed-methods evaluation was conducted to investigate program implementation, acceptance, and adherence rates, and physical activity rates among program participants. Program implementation was shaped by national and state policies, data security concerns, and challenges related to incentivizing participation. Among 15,397 eligible individuals, 6,548 (43 %) elected to participate in the walking program, achieving an average of 6,523 steps/day (SD 2,610 steps). Participants who uploaded step counts for 75 % of days for a full year (n = 2,885) achieved an average of 7,500 steps (SD 3,093). Acceptance and participation rates in this incentivized Internet-mediated walking program suggest that such interventions hold promise for engaging obese adults in physical activity.

  12. Organizational Strategies to Implement Hospital Pressure Ulcer Prevention Programs: Findings from a National Survey

    Science.gov (United States)

    SOBAN, LYNN M.; KIM, LINDA; YUAN, ANITA H.; MILTNER, REBECCA S.

    2017-01-01

    Aim To describe the presence and operationalization of organizational strategies to support implementation of pressure ulcer prevention programs across acute care hospitals in a large, integrated healthcare system. Background Comprehensive pressure ulcer programs include nursing interventions such as use of a risk assessment tool and organizational strategies such as policies and performance monitoring to embed these interventions into routine care. The current literature provides little detail about strategies used to implement pressure ulcer prevention programs. Methods Data were collected by an email survey to all Chief Nursing Officers in Veterans Health Administration acute care hospitals. Descriptive and bivariate statistics were used to summarize survey responses and evaluate relationships between some variables. Results Organizational strategies that support pressure ulcer prevention program implementation (policy, committee, staff education, wound care specialists, and use of performance data) were reported at high levels. Considerable variations were noted in how these strategies were operationalized within individual hospitals. Conclusion Organizational strategies to support implementation of pressure ulcer preventive programs are often not optimally operationalized to achieve consistent, sustainable performance. Implications for Nursing Management The results of this study highlight the role and influence of nurse leaders on pressure ulcer prevention program implementation. PMID:27487972

  13. Implementation of Portfolio Assessment in a Competency-based Dental Hygiene Program.

    Science.gov (United States)

    Gadbury-Amyot, Cynthia C.; Holt, Lorie P.; Overman, Pamela R.; Schmidt, Colleen R.

    2000-01-01

    Describes the implementation of a portfolio assessment program in the dental hygiene program at the University of Missouri School of Dentistry. Tables provide examples of program competencies and related portfolio entries, the complete scoring rubric for portfolios, and the student portfolio evaluation survey. Concludes that although portfolio…

  14. Analytical Models of Exoplanetary Atmospheres. IV. Improved Two-stream Radiative Transfer for the Treatment of Aerosols

    International Nuclear Information System (INIS)

    Heng, Kevin; Kitzmann, Daniel

    2017-01-01

    We present a novel generalization of the two-stream method of radiative transfer, which allows for the accurate treatment of radiative transfer in the presence of strong infrared scattering by aerosols. We prove that this generalization involves only a simple modification of the coupling coefficients and transmission functions in the hemispheric two-stream method. This modification originates from allowing the ratio of the first Eddington coefficients to depart from unity. At the heart of the method is the fact that this ratio may be computed once and for all over the entire range of values of the single-scattering albedo and scattering asymmetry factor. We benchmark our improved two-stream method by calculating the fraction of flux reflected by a single atmospheric layer (the reflectivity) and comparing these calculations to those performed using a 32-stream discrete-ordinates method. We further compare our improved two-stream method to the two-stream source function (16 streams) and delta-Eddington methods, demonstrating that it is often more accurate at the order-of-magnitude level. Finally, we illustrate its accuracy using a toy model of the early Martian atmosphere hosting a cloud layer composed of carbon dioxide ice particles. The simplicity of implementation and accuracy of our improved two-stream method renders it suitable for implementation in three-dimensional general circulation models. In other words, our improved two-stream method has the ease of implementation of a standard two-stream method, but the accuracy of a 32-stream method.

  15. Analytical Models of Exoplanetary Atmospheres. IV. Improved Two-stream Radiative Transfer for the Treatment of Aerosols

    Energy Technology Data Exchange (ETDEWEB)

    Heng, Kevin; Kitzmann, Daniel, E-mail: kevin.heng@csh.unibe.ch, E-mail: daniel.kitzmann@csh.unibe.ch [University of Bern, Center for Space and Habitability, Gesellschaftsstrasse 6, CH-3012, Bern (Switzerland)

    2017-10-01

    We present a novel generalization of the two-stream method of radiative transfer, which allows for the accurate treatment of radiative transfer in the presence of strong infrared scattering by aerosols. We prove that this generalization involves only a simple modification of the coupling coefficients and transmission functions in the hemispheric two-stream method. This modification originates from allowing the ratio of the first Eddington coefficients to depart from unity. At the heart of the method is the fact that this ratio may be computed once and for all over the entire range of values of the single-scattering albedo and scattering asymmetry factor. We benchmark our improved two-stream method by calculating the fraction of flux reflected by a single atmospheric layer (the reflectivity) and comparing these calculations to those performed using a 32-stream discrete-ordinates method. We further compare our improved two-stream method to the two-stream source function (16 streams) and delta-Eddington methods, demonstrating that it is often more accurate at the order-of-magnitude level. Finally, we illustrate its accuracy using a toy model of the early Martian atmosphere hosting a cloud layer composed of carbon dioxide ice particles. The simplicity of implementation and accuracy of our improved two-stream method renders it suitable for implementation in three-dimensional general circulation models. In other words, our improved two-stream method has the ease of implementation of a standard two-stream method, but the accuracy of a 32-stream method.

  16. Savannah River Site Environmental Implementation Plan. Volume 2, Protection programs

    Energy Technology Data Exchange (ETDEWEB)

    1989-08-01

    Formal sitewide environmental planning at the . Savannah River Site (SRS) began in 1986 with the development and adoption of the Strategic Environmental Plan. The Strategic Environmental Plan describes the philosophy, policy, and overall program direction of environmental programs for the operation of the SRS. The Strategic Environmental Plan (Volume 2) provided the basis for development of the Environmental Implementation Plan (EIP). The EIP is the detailed, comprehensive environmental master plan for operating contractor organizations at the SRS. The EIP provides a process to ensure that all environmental requirements and obligations are being met by setting specific measurable goals and objectives and strategies for implementation. The plan is the basis for justification of site manpower and funding requests for environmental projects and programs over a five-year planning period.

  17. Implementation and Effectiveness of Student Affairs Services Program in One Polytechnic College

    Directory of Open Access Journals (Sweden)

    Jose Ariel R. Ibarrientos

    2015-12-01

    Full Text Available Descriptive survey using questionnaire was employed to determine the extent of implementation and effectiveness of the Student Affairs Services Program of Camarines Sur Polytechnic Colleges in the Philippines for School Year 2012-2013. Generally, administrators, teachers and students articulated that CSPC’s Student Affairs Services Program was effectively implemented. Of the services provided, Guidance and Counselling and Housing Services show lower significant results in terms of effectiveness. T-test shows that there is no significant difference between its implementation and effectiveness. Significant agreements between the three groups of respondents were identified using the Kendall Coefficient of Concordance. Improvement of the delivery of CSPC’s Student Affairs Services Program will be effective upon adopting the researcher’s Comprehensive Development Plan.

  18. Liquid effluent Sampling and Analysis Plan (SAP) implementation summary report

    International Nuclear Information System (INIS)

    Lueck, K.J.

    1995-01-01

    This report summarizes liquid effluent analytical data collected during the Sampling and Analysis Plan (SAP) Implementation Program, evaluates whether or not the sampling performed meets the requirements of the individual SAPs, compares the results to the WAC 173-200 Ground Water Quality Standards. Presented in the report are results from liquid effluent samples collected (1992-1994) from 18 of the 22 streams identified in the Consent Order (No. DE 91NM-177) requiring SAPs

  19. U.S. Department of Energy defense waste management program implementation plan

    International Nuclear Information System (INIS)

    Jordan, E.A.

    1988-01-01

    The Program Implementation Plan describes the Department of Energy's current approach to managing its defense high-level, low-level, and transuranic radioactive waste. It documents implementation of the policies described in the 1983 Defense Waste Management Plan

  20. Nuclear technology programs

    International Nuclear Information System (INIS)

    Harmon, J.E.

    1992-01-01

    This document reports on the work done by the Nuclear Technology Programs of the Chemical Technology Division, Argonne National Laboratory, in the period October 1989--March 1990. These programs involve R ampersand D in three areas: applied physical chemistry, separation science and technology, and nuclear waste management. The work in applied physical chemistry includes investigations into the processes that control the release and transport of fission products under accident-like conditions, the thermophysical properties of metal fuel and blanket materials of the Integral Fast Reactor, and the properties of selected materials in environments simulating those of fusion energy systems. In the area of separation science and technology, the bulk of the effort is concerned with developing and implementing processes for the removal and concentration of actinides from waste streams contaminated by transuranic elements. Another effort is concerned water waste stream generated in production of 2,4,6-trinitrotoluene. In the area of waste management, investigations are underway on the performance of materials in projected nuclear repository conditions to provide input to the licensing of the nation's high-level waste repositories

  1. The Army and chemical weapons destruction: Implementation in a changing context

    International Nuclear Information System (INIS)

    Lambright, W.H.; Gereben, A.; Cerveny, L.

    1998-01-01

    In 1985, Congress directed the Army to destroy the nation's stockpile of chemical weapons. The estimate was that this task could be accomplished by 1994 at a cost of $1.7 billion. By 1998, only a portion of the stockpile has been destroyed, the deadline extended to 2007 and the estimated cost had risen to approximately $16 billion. This paper discusses the factors underlying cost escalation and missed deadlines. It examines the diffusion of control over the implementation process surrounding the chemical weapons demilitarization (Chem Demil) program in the US. Focusing on the role of the Army and its difficulties in adjusting strategies in the face of political change from the Cold War to the post-Cold War setting, it analyzes the course of implementation through three converging streams of political activity. What differentiates the federal, intergovernmental, and international streams are the nature and number of actors, and the type of pressures with which the Army must deal

  2. ATLAS Live: Collaborative Information Streams

    CERN Document Server

    Goldfarb, S; The ATLAS collaboration

    2010-01-01

    I report on a pilot project launched in 2010 focusing on facilitating communication and information exchange within the ATLAS Collaboration, through the combination of digital signage software and webcasting. The project, called ATLAS Live, implements video streams of information, ranging from detailed detector and data status to educational and outreach material. The content, including text, images, video and audio, is collected, visualised and scheduled using the SCALA digital signage software system. The system is robust and flexible, allowing for the usage of scripts to input data from remote sources, such as the CERN Document Server, Indico, or any available URL, and to integrate these sources into professional-quality streams, including text scrolling, transition effects, inter and intrascreen divisibility. The video is made available to the collaboration or public through the encoding and webcasting of standard video streams, viewable on all common platforms, using a web browser or other common video t...

  3. EVALUATION OF THE IMPLEMENTATION OF OPERATIONS AND MAINTENANCE PROGRAMS IN NEW JERSEY SCHOOLS

    Science.gov (United States)

    The Asbestos Hazard Emergency Response Act (AHERA) required all schools to develop and implement an asbestos management plan (AMP). The key component of the AMP is the operations and maintenance (O&M) program. A study was conducted to evaluate the implementation of O&M programs a...

  4. Real-time video streaming in mobile cloud over heterogeneous wireless networks

    Science.gov (United States)

    Abdallah-Saleh, Saleh; Wang, Qi; Grecos, Christos

    2012-06-01

    Recently, the concept of Mobile Cloud Computing (MCC) has been proposed to offload the resource requirements in computational capabilities, storage and security from mobile devices into the cloud. Internet video applications such as real-time streaming are expected to be ubiquitously deployed and supported over the cloud for mobile users, who typically encounter a range of wireless networks of diverse radio access technologies during their roaming. However, real-time video streaming for mobile cloud users across heterogeneous wireless networks presents multiple challenges. The network-layer quality of service (QoS) provision to support high-quality mobile video delivery in this demanding scenario remains an open research question, and this in turn affects the application-level visual quality and impedes mobile users' perceived quality of experience (QoE). In this paper, we devise a framework to support real-time video streaming in this new mobile video networking paradigm and evaluate the performance of the proposed framework empirically through a lab-based yet realistic testing platform. One particular issue we focus on is the effect of users' mobility on the QoS of video streaming over the cloud. We design and implement a hybrid platform comprising of a test-bed and an emulator, on which our concept of mobile cloud computing, video streaming and heterogeneous wireless networks are implemented and integrated to allow the testing of our framework. As representative heterogeneous wireless networks, the popular WLAN (Wi-Fi) and MAN (WiMAX) networks are incorporated in order to evaluate effects of handovers between these different radio access technologies. The H.264/AVC (Advanced Video Coding) standard is employed for real-time video streaming from a server to mobile users (client nodes) in the networks. Mobility support is introduced to enable continuous streaming experience for a mobile user across the heterogeneous wireless network. Real-time video stream packets

  5. Development, implementation and management of a drug testing program in the workplace

    Energy Technology Data Exchange (ETDEWEB)

    Burtis, C.A.

    1990-01-01

    To combat the rising use of drugs in the workplace many American companies have implemented drug testing programs and are testing employees and job applicants for use of illegal drugs. In addition, on September 15, 1986, Executive Order No.12564 was issued by President Reagan, which requires all federal agencies to develop programs and policies, one of the goals of which is to achieve a drug-free federal workplace. Included in this Executive Order is the requirement that federal agencies implement drug testing has become a prevalent practice as a means to detect and deter drug use in the workplace. Before a drug testing program is implemented, it is imperative that policies and procedures are developed that (1) ensure the accuracy of test results, (2) protect the validity and integrity of the specimen, (3) guarantee due process, and (4) maintain confidentiality. To make certain that these prerequisites were met in the government drug testing programs, the US Department of Health and Human Services (HHS) was directed to develop technical and scientific guidelines for conducting such programs. 15 refs., 1 fig., 2 tabs.

  6. The Implementation of Industrial Cluster Development Program in Padurenan Village, Kudus

    Directory of Open Access Journals (Sweden)

    R. Heffi Achid Muharrom

    2014-12-01

    Full Text Available Small medium enterprise (SME has a significant contribution to the national economic growth, and the Government has been trying to enhance the competitiveness of SME by using industrial cluster approach.This research tries to discuss the implementation of embroidery and apparel industrial cluster development program in Padurenan Village, Kudus Regency, also to analyze supporting and constraining factors that influence the implementation. The descriptive research method with qualitative approach is used in this research.The result shows that many activities conducted through a synergy among stakeholders have been implemented succesfully and proven to provide a positive impact for the developmet of embroidery and apparel SME in Padurenan. Enhancing the commitment and communication among actors involved in the program are needed for further development.Keywords:  Embroidery and apparel industry, industrial cluster, policy implementation

  7. Tank waste remediation system privatization infrastructure program configuration management implementation plan

    International Nuclear Information System (INIS)

    Schaus, P.S.

    1998-01-01

    This Configuration Management Implementation Plan (CMIP) was developed to assist in managing systems, structures, and components (SSCS), to facilitate the effective control and statusing of changes to SSCS, and to ensure technical consistency between design, performance, and operational requirements. Its purpose is to describe the approach Privatization Infrastructure will take in implementing a configuration management program, to identify the Program's products that need configuration management control, to determine the rigor of control, and to identify the mechanisms for that control

  8. Challenges to establishing successful partnerships in community health promotion programs: local experiences from the national implementation of healthy eating activity and lifestyle (HEAL™) program.

    Science.gov (United States)

    Dennis, Sarah; Hetherington, Sharon A; Borodzicz, Jerrad A; Hermiz, Oshana; Zwar, Nicholas A

    2015-04-01

    Community-based programs to address physical activity and diet are seen as a valuable strategy to reduce risk factors for chronic disease. Community partnerships are important for successful local implementation of these programs but little is published to describe the challenges of developing partnerships to implement health promotion programs. The aim of this study was to explore the experiences and opinions of key stakeholders on the development and maintenance of partnerships during their implementation of the HEAL™ program. Semi-structured interviews with key stakeholders involved in implementation of HEAL™ in four local government areas. The interviews were transcribed verbatim and analysed thematically. Partnerships were vital to the success of the local implementation. Successful partnerships occurred where the program met the needs of the partnering organisation, or could be adapted to do so. Partnerships took time to develop and were often dependent on key people. Partnering with organisations that had a strong influence in the community could strengthen existing relationships and success. In remote areas partnerships took longer to develop because of fewer opportunities to meet face to face and workforce shortages and this has implications for program funding in these areas. Partnerships are important for the successful implementation of community preventive health programs. They take time to develop, are dependent on the needs of the stakeholders and are facilitated by stable leadership. SO WHAT?: An understanding of the role of partnerships in the implementation of community health programs is important to inform several aspects of program delivery, including flexibility in funding arrangements to allow effective and mutually beneficial partnerships to develop before the implementation phase of the program. It is important that policy makers have an understanding of the time it takes for partnerships to develop and to take this into consideration

  9. NEPA implementation: The Department of Energy's program to manage spent nuclear fuel

    International Nuclear Information System (INIS)

    Shipler, D.B.

    1994-05-01

    The Department of Energy (DOE) is implementing the National Environmental Protection Act (NEPA) in its management of spent nuclear fuel. The DOE strategy is to address the short-term safety concerns about existing spent nuclear fuel, to study alternatives for interim storage, and to develop a long-range program to manage spent nuclear fuel. This paper discusses the NEPA process, the environmental impact statements for specific sites as well as the overall program, the inventory of DOE spent nuclear fuel, the alternatives for managing the fuel, and the schedule for implementing the program

  10. StreamStats: A water resources web application

    Science.gov (United States)

    Ries, Kernell G.; Guthrie, John G.; Rea, Alan H.; Steeves, Peter A.; Stewart, David W.

    2008-01-01

    . Streamflow measurements are collected systematically over a period of years at partial-record stations to estimate peak-flow or low-flow statistics. Streamflow measurements usually are collected at miscellaneous-measurement stations for specific hydrologic studies with various objectives.StreamStats is a Web-based Geographic Information System (GIS) application that was created by the USGS, in cooperation with Environmental Systems Research Institute, Inc. (ESRI)1, to provide users with access to an assortment of analytical tools that are useful for water-resources planning and management. StreamStats functionality is based on ESRI’s ArcHydro Data Model and Tools, described on the Web at http://resources.arcgis.com/en/communities/hydro/01vn0000000s000000.htm. StreamStats allows users to easily obtain streamflow statistics, basin characteristics, and descriptive information for USGS data-collection stations and user-selected ungaged sites. It also allows users to identify stream reaches that are upstream and downstream from user-selected sites, and to identify and obtain information for locations along the streams where activities that may affect streamflow conditions are occurring. This functionality can be accessed through a map-based user interface that appears in the user’s Web browser, or individual functions can be requested remotely as Web services by other Web or desktop computer applications. StreamStats can perform these analyses much faster than historically used manual techniques.StreamStats was designed so that each state would be implemented as a separate application, with a reliance on local partnerships to fund the individual applications, and a goal of eventual full national implementation. Idaho became the first state to implement StreamStats in 2003. By mid-2008, 14 states had applications available to the public, and 18 other states were in various stages of implementation.

  11. U.S. Department of Energy, defense waste management program implementation plan

    International Nuclear Information System (INIS)

    Chee, T.

    1988-01-01

    This paper reports that the program implementation plan describes the Department of Energy's current approach to managing its defense high-level, low-level, and transuranic radioactive waste. It documents implementation of the policies described in the 1983 Defense Waste Management Plan

  12. Streams with Strahler Stream Order

    Data.gov (United States)

    Minnesota Department of Natural Resources — Stream segments with Strahler stream order values assigned. As of 01/08/08 the linework is from the DNR24K stream coverages and will not match the updated...

  13. Implementation and evaluation of a training program as part of the Cooperative Biological Engagement Program in Azerbaijan

    Directory of Open Access Journals (Sweden)

    April eJohnson

    2015-10-01

    Full Text Available A training program for animal and human health professionals has been implemented in Azerbaijan through a joint agreement between the United States Defense Threat Reduction Agency and the Government of Azerbaijan. The training program is administered as part of the Cooperative Biological Engagement Program, and targets key employees in Azerbaijan’s disease surveillance system including physicians, veterinarians, epidemiologists, and laboratory personnel. Training is aimed at improving detection, diagnosis, and response to especially dangerous pathogens, although the techniques and methodologies can be applied to other pathogens and diseases of concern. Biosafety and biosecurity training is provided to all trainees within the program. Prior to 2014, a variety of international agencies and organizations provided training, which resulted in gaps related to lack of coordination of training materials and content. In 2014 a new training program was implemented in order to address those gaps. This paper provides an overview of the Cooperative Biological Engagement Program training program in Azerbaijan, a description of how the program fits into existing national training infrastructure, and an evaluation of the new program’s effectiveness to date. Long-term sustainability of the program is also discussed.

  14. Evaluation Methodologies for Estimating the Likelihood of Program Implementation Failure

    Science.gov (United States)

    Durand, Roger; Decker, Phillip J.; Kirkman, Dorothy M.

    2014-01-01

    Despite our best efforts as evaluators, program implementation failures abound. A wide variety of valuable methodologies have been adopted to explain and evaluate the "why" of these failures. Yet, typically these methodologies have been employed concurrently (e.g., project monitoring) or to the post-hoc assessment of program activities.…

  15. School Age Center Connections: Site-Based Management Strategies for Implementation of Quality Programs.

    Science.gov (United States)

    Willis, Dahna R.

    This paper describes the outcomes of a practicum that initiated site-based-management strategies to support the consistent implementation of a quality school-age child-care program. Implemented at a multisite child-care center, the program sought to enhance staff members' job satisfaction and maximize their opportunities for professional growth…

  16. A multithreaded parallel implementation of a dynamic programming algorithm for sequence comparison.

    Science.gov (United States)

    Martins, W S; Del Cuvillo, J B; Useche, F J; Theobald, K B; Gao, G R

    2001-01-01

    This paper discusses the issues involved in implementing a dynamic programming algorithm for biological sequence comparison on a general-purpose parallel computing platform based on a fine-grain event-driven multithreaded program execution model. Fine-grain multithreading permits efficient parallelism exploitation in this application both by taking advantage of asynchronous point-to-point synchronizations and communication with low overheads and by effectively tolerating latency through the overlapping of computation and communication. We have implemented our scheme on EARTH, a fine-grain event-driven multithreaded execution and architecture model which has been ported to a number of parallel machines with off-the-shelf processors. Our experimental results show that the dynamic programming algorithm can be efficiently implemented on EARTH systems with high performance (e.g., speedup of 90 on 120 nodes), good programmability and reasonable cost.

  17. Benthic algae of benchmark streams in agricultural areas of eastern Wisconsin

    Science.gov (United States)

    Scudder, Barbara C.; Stewart, Jana S.

    2001-01-01

    Benthic algae were collected from 20 streams in the Western Lake Michigan Drainages by the U.S. Geological Survey in May and June of 1993 as part of the National Water-Quality Assessment program. These streams were selected to represent "benchmark" streams that were minimally affected by human activities, especially agriculture, for comparison to other streams in similar environmental settings. Streams were chosen from four relatively homogeneous units (RHU's) in agricultural areas with differing texture of surficial deposits and bedrock type.

  18. Implementing the MOVE! weight-management program in the Veterans Health Administration, 2007-2010: a qualitative study.

    Science.gov (United States)

    Weiner, Bryan J; Haynes-Maslow, Lindsey; Kahwati, Leila C; Kinsinger, Linda S; Campbell, Marci K

    2012-01-01

    One-third of US veterans receiving care at Veterans Health Administration (VHA) medical facilities are obese and, therefore, at higher risk for developing multiple chronic diseases. To address this problem, the VHA designed and nationally disseminated an evidence-based weight-management program (MOVE!). The objective of this study was to examine the organizational factors that aided or inhibited the implementation of MOVE! in 10 VHA medical facilities. Using a multiple, holistic case study design, we conducted 68 interviews with medical center program coordinators, physicians formally appointed as program champions, managers directly responsible for overseeing the program, clinicians from the program's multidisciplinary team, and primary care physicians identified by program coordinators as local opinion leaders. Qualitative data analysis involved coding, memorandum writing, and construction of data displays. Organizational readiness for change and having an innovation champion were most consistently the 2 factors associated with MOVE! implementation. Other organizational factors, such as management support and resource availability, were barriers to implementation or exerted mixed effects on implementation. Barriers did not prevent facilities from implementing MOVE! However, they were obstacles that had to be overcome, worked around, or accepted as limits on the program's scope or scale. Policy-directed implementation of clinical weight-management programs in health care facilities is challenging, especially when no new resources are available. Instituting powerful, mutually reinforcing organizational policies and practices may be necessary for consistent, high-quality implementation.

  19. Emergency Response Data System (ERDS) implementation

    International Nuclear Information System (INIS)

    Jolicoeur, J.

    1991-06-01

    The US Nuclear Regulatory Commission has begun implementation of the Emergency Response Data System (ERDS) to upgrade its ability to acquire data from nuclear power plants in the event of an emergency at the plant. ERDS provides a direct real-time transfer of data from licensee plant computers to the NRC Operations Center. The system has been designed to be activated by the licensee during an emergency which has been classified at an ALERT or higher level. The NRC portion of ERDS will receive the data stream, sort and file the data. The users will include the NRC Operations Center, the NRC Regional Office of the affected plant, and if requested the States which are within the ten mile EPZ of the site. The currently installed Emergency Notification System will be used to supplement ERDS data. This report provides the minimum guidance for implementation of ERDS at licensee sites. It is intended to be used for planning implementation under the current voluntary program as well as for providing the minimum standards for implementing the proposed ERDS rule. 4 refs., 3 figs

  20. Emergency Response Data System (ERDS) implementation

    International Nuclear Information System (INIS)

    Jolicoeur, J.

    1990-04-01

    The US Nuclear Regulatory Commission has begun implementation of the Emergency Response Data System (ERDS) to upgrade its ability to acquire data from nuclear power plants in the event of an emergency at the plant. ERDS provides a direct real-time transfer of data from licensee plant computers to the NRC Operations Center. The system has been designed to be activated by the licensee during an emergency which has been classified at an ALERT or higher level. The NRC portion of ERDS will receive the data stream, sort and file the data. The users will include the NRC Operations Center, the NRC Regional Office of the affected plant, and if requested the States which are within the ten mile EPZ of the site. The currently installed Emergency Notification System will be used to supplement ERDS data. This report provides the minimum guidance for implementation of ERDS at licensee sites. It is intended to be used for planning implementation under the current voluntary program as well as for providing the minimum standards for implementing the proposed ERDS rule

  1. Implementing an overdose education and naloxone distribution program in a health system.

    Science.gov (United States)

    Devries, Jennifer; Rafie, Sally; Polston, Gregory

    To design and implement a health system-wide program increasing provision of take-home naloxone in patients at risk for opioid overdose, with the downstream aim of reducing fatalities. The program includes health care professional education and guidelines, development, and dissemination of patient education materials, electronic health record changes to promote naloxone prescriptions, and availability of naloxone in pharmacies. Academic health system, San Diego, California. University of California, San Diego Health (UCSDH), offers both inpatient and outpatient primary care and specialty services with 563 beds spanning 2 hospitals and 6 pharmacies. UCSDH is part of the University of California health system, and it serves as the county's safety net hospital. In January 2016, a multisite academic health system initiated a system-wide overdose education and naloxone distribution program to prevent opioid overdose and opioid overdose-related deaths. An interdisciplinary, interdepartmental team came together to develop and implement the program. To strengthen institutional support, naloxone prescribing guidelines were developed and approved for the health system. Education on naloxone for physicians, pharmacists, and nurses was provided through departmental trainings, bulletins, and e-mail notifications. Alerts in the electronic health record and preset naloxone orders facilitated co-prescribing of naloxone with opioid prescriptions. Electronic health record reports captured naloxone prescriptions ordered. Summary reports on the electronic health record measured naloxone reminder alerts and response rates. Since the start of the program, the health system has trained 252 physicians, pharmacists, and nurses in overdose education and take-home naloxone. There has been an increase in the number of prescriptions for naloxone from a baseline of 4.5 per month to an average of 46 per month during the 3 months following full implementation of the program including

  2. Development of a Systemwide Predator Control Program, Section I : Northern Squawfish Management Program Implementation, 1994 annual report.

    Energy Technology Data Exchange (ETDEWEB)

    Willis, Charles F. (S.P. Cramer and Associates, Inc., Gresham, OR); Young, Franklin R. (Columbia Basin Fish and Wildlife Authority, Portland, OR)

    1995-09-01

    The authors report the results from the forth year of a basinwide program to harvest northern squawfish (Ptychocheilus oregonensis) in an effort to reduce mortality due to northern squawfish predation on juvenile salmonids during their emigration from natal streams to the ocean. Earlier work in the Columbia River Basin suggested predation by northern squawfish on juvenile salmonids may account for most of the 10--20% mortality juvenile salmonids experience in each of eight Columbia and Snake River reservoirs. Modeling simulations based on work in John Day Reservoir from 1982 through 1988 indicated it is not necessary to eradicate northern squawfish to substantially reduce predation-caused mortality of juvenile salmonids. Instead, if northern squawfish were exploited at a 10--20% rate, reductions in numbers of larger, older fish resulting in restructuring of their population could reduce their predation on juvenile salmonids by 50% or more. Consequently, the authors designed and tested a sport-reward angling fishery and a commercial longline fishery in the John Day pool in 1990. They also conducted an angling fishery in areas inaccessible to the public at four dams on the mainstem Columbia River and at Ice Harbor Dam on the Snake River. Based on the success of these limited efforts, they implemented three test fisheries on a multi-pool, or systemwide, scale in 1991--a tribal longline fishery above Bonneville Dam, a sport-reward fishery, and a dam-angling fishery.

  3. Optimizing Implementation of Obesity Prevention Programs: A Qualitative Investigation Within a Large-Scale Randomized Controlled Trial.

    Science.gov (United States)

    Kozica, Samantha L; Teede, Helena J; Harrison, Cheryce L; Klein, Ruth; Lombard, Catherine B

    2016-01-01

    The prevalence of obesity in rural and remote areas is elevated in comparison to urban populations, highlighting the need for interventions targeting obesity prevention in these settings. Implementing evidence-based obesity prevention programs is challenging. This study aimed to investigate factors influencing the implementation of obesity prevention programs, including adoption, program delivery, community uptake, and continuation, specifically within rural settings. Nested within a large-scale randomized controlled trial, a qualitative exploratory approach was adopted, with purposive sampling techniques utilized, to recruit stakeholders from 41 small rural towns in Australia. In-depth semistructured interviews were conducted with clinical health professionals, health service managers, and local government employees. Open coding was completed independently by 2 investigators and thematic analysis undertaken. In-depth interviews revealed that obesity prevention programs were valued by the rural workforce. Program implementation is influenced by interrelated factors across: (1) contextual factors and (2) organizational capacity. Key recommendations to manage the challenges of implementing evidence-based programs focused on reducing program delivery costs, aided by the provision of a suite of implementation and evaluation resources. Informing the scale-up of future prevention programs, stakeholders highlighted the need to build local rural capacity through developing supportive university partnerships, generating local program ownership and promoting active feedback to all program partners. We demonstrate that the rural workforce places a high value on obesity prevention programs. Our results inform the future scale-up of obesity prevention programs, providing an improved understanding of strategies to optimize implementation of evidence-based prevention programs. © 2015 National Rural Health Association.

  4. Secondary Data Analyses of Conclusions Drawn by the Program Implementers of a Positive Youth Development Program in Hong Kong

    Directory of Open Access Journals (Sweden)

    Andrew M. H. Siu

    2010-01-01

    Full Text Available The Tier 2 Program of the Project P.A.T.H.S. (Positive Adolescent Training through Holistic Social Programmes is designed for adolescents with significant psychosocial needs, and its various programs are designed and implemented by social workers (program implementers for specific student groups in different schools. Using subjective outcome evaluation data collected from the program participants (Form C at 207 schools, the program implementers were asked to aggregate data and write down five conclusions (n = 1,035 in their evaluation reports. The conclusions stated in the evaluation reports were further analyzed via secondary data analyses in this study. Results showed that the participants regarded the Tier 2 Program as a success, and was effective in enhancing self-understanding, interpersonal skills, and self-management. They liked the experiential learning approach and activities that are novel, interesting, diversified, adventure-based, and outdoor in nature. They also liked instructors who were friendly, supportive, well-prepared, and able to bring challenges and give positive recognition. Most of the difficulties encountered in running the programs were related to time constraints, clashes with other activities, and motivation of participants. Consistent with the previous evaluation findings, the present study suggests that the Tier 2 Program was well received by the participants and that it was beneficial to the development of the program participants.

  5. Implementing Quality Service-Learning Programs in Community Colleges

    Science.gov (United States)

    Vaknin, Lauren Weiner; Bresciani, Marilee J.

    2013-01-01

    This cross-case comparative study at Western Community College and the University of the Coast explored through a constructive lens the characteristics that lead to sustainable, high quality service-learning programs and how they are implemented at institutions of higher education. The researchers determined that both Western Community College and…

  6. Stormwater management impacts on urban stream water quality and quantity during and after development in Clarksburg, MD

    Science.gov (United States)

    Loperfido, J. V.; Noe, G. B.; Jarnagin, S.; Mohamoud, Y. M.; Van Ness, K.; Hogan, D. M.

    2012-12-01

    Urbanization and urban land use leads to degradation of local stream habitat and 'urban stream syndrome.' Best Management Practices (BMPs) are often used in an attempt to mitigate the impact of urban land use on stream water quality and quantity. Traditional development has employed stormwater BMPs that were placed in a centralized manner located either in the stream channel or near the riparian zone to treat stormwater runoff from large drainage areas; however, urban streams have largely remained impaired. Recently, distributed placement of BMPs throughout the landscape has been implemented in an attempt to detain, treat, and infiltrate stormwater runoff from smaller drainage areas near its source. Despite increasing implementation of distributed BMPs, little has been reported on the catchment-scale (1-10 km^2) performance of distributed BMPs and how they compare to centralized BMPs. The Clarksburg Special Protection Area (CSPA), located in the Washington, DC exurbs within the larger Chesapeake Bay watershed, is undergoing rapid urbanization and employs distributed BMPs on the landscape that treat small drainage areas with the goal of preserving high-quality stream resources in the area. In addition, the presence of a nearby traditionally developed (centralized BMPs) catchment and an undeveloped forested catchment makes the CSPA an ideal setting to understand how the best available stormwater management technology implemented during and after development affects stream water quality and quantity through a comparative watershed analysis. The Clarksburg Integrated Monitoring Partnership is a consortium of local and federal agencies and universities that conducts research in the CSPA including: monitoring of stream water quality, geomorphology, and biology; analysis of stream hydrological and water quality data; and GIS mapping and analysis of land cover, elevation change and BMP implementation data. Here, the impacts of urbanization on stream water quantity

  7. The Students Experiences With Live Video-Streamed Teaching Classes

    DEFF Research Database (Denmark)

    Jelsbak, Vibe Alopaeus; Ørngreen, Rikke; Buus, Lillian

    2017-01-01

    The Bachelor's Degree Programme of Biomedical Laboratory Science at VIA Faculty of Health Sciences offers a combination of live video-streamed and traditional teaching. It is the student’s individual choice whether to attend classes on-site or to attend classes from home via live video-stream. Our...... previous studies revealed that the live-streamed sessions compared to on-site teaching reduced interaction and dialogue between attendants, and that the main reasons were technological issues and the teacher’s choice of teaching methods. One of our goals therefore became to develop methods and implement...... transparency in the live video-streamed teaching sessions during a 5-year period of continuous development of technological and pedagogical solutions for live-streamed teaching. Data describing student’s experiences were gathered in a longitudinal study of four sessions from 2012 to 2017 using a qualitative...

  8. THE BUDGET PROGRAM: ECONOMIC CONTENT AND PRACTICE OF IMPLEMENTATION

    Directory of Open Access Journals (Sweden)

    Iryna Shevchenko

    2017-09-01

    Full Text Available The aim of the article is to analyse the practice of the economic content of budget programs’ implementation in Ukraine. The definition of the budget program is given. It is noted that, in the Ukrainian legislative area, there is a wide range of programs, namely: programs of economic and social development of Ukraine; Government activity programs; state target programs; local programs for the socio-economic and cultural development. The author reviews in more detail the differences between the budget program and the state target program since it is these types of programs that are most confusing. It is emphasized that there is a certain interconnection between budget and state target programs and a strategic document. Thus, in order to achieve the corresponding goal and fulfil the tasks set out in the paper and aim at solving urgent problems of development, it is necessary to develop concrete ways in the context of branches of the economy. Methodology. The study of the indicators of planned and fully financed state budget programs, planned and spent expenditures for the financing of budget programs for 2011– 2015, as well as the polynomial trend of planned expenditures for the financialization of budget programs for 2011– 2017, is conducted. The interrelation between elements of budget programs and their characteristic features is studied. Indicators of the implementation of budget programs applied in international practice are considered and analysed, namely: Great Britain, Australia, New Zealand, USA. Results. The author systematized the views of scientists on the performance indicators of budget programs. The analysis of the professional literature on this issue allowed generalizing the main classification features, which, according to the author, should be fixed at the legislative level. Practical implication. The author proposed an additional classification mark “Depending on the degree of risk of non-fulfilment of the program

  9. Implementing Suicide Prevention Programs: Costs and Potential Life Years Saved in Canada.

    Science.gov (United States)

    Vasiliadis, Helen-Maria; Lesage, Alain; Latimer, Eric; Seguin, Monique

    2015-09-01

    Little is known about the costs and effects of suicide prevention programs at the population level. We aimed to determine (i) the costs associated with a suicide death and using prospective values (ii) the costs and effects of transferring, into a Canadian context, the results of the European Nuremberg Alliance against Depression (NAD) trial with the addition of 4 community-based suicide prevention strategies. These included the training of family physicians in the detection and treatment of depression, population campaigns aimed at increasing awareness about depression, the training of community leaders among first responders and follow-up of individuals who attempted suicide. This study includes a prospective value implementation study design. Using published data and information from interviews with Canadian decision makers, we assessed the costs of a suicide death in the province of Quebec and the costs of potentially implementing the NAD multi-modal suicide prevention programs, and the incremental cost-effectiveness ratio (ICER), from a health care system and societal perspective, associated with the NAD program while considering the friction cost method (FCM) and human capital approach (HCA) (discounted at 3%.) The costs considered included those incurred for the suicide prevention program and direct medical and non-medical costs as well as those related to a police investigation and funeral costs. Indirect costs associated with loss of productivity and short term disability were also considered. Sensitivity analyses were also carried out. Costs presented were in 2010 dollars. The annual total cost of implementing the suicide prevention programs in Quebec reached CAD23,982,293. The most expensive components of the program included the follow-up of individuals who had attempted suicide and psychotherapy for bereaved individuals. These accounted for 39% and 34% of total costs. The ICER associated with the implementation of the programs reached on average CAD3

  10. Columbia River Basin Fish and Wildlife Program Annual Implementation Work Plan for fiscal year 1992

    International Nuclear Information System (INIS)

    1991-09-01

    The Columbia River Basin Fish and Wildlife Program Annual Implementation Work Plan (AIWP) for Fiscal Year (FY) 1992 presents Bonneville Power Administration's (BPA) plans for implementing the Columbia River Basin Fish and Wildlife Program (Program) in FY 1992. The AIWP focuses on individual Action Items found in the 1987 Program for which BPA has determined that it has authority and responsibility to implement. Each of the entries in the AIWP includes objectives, background, progress to date in achieving the objectives, and a summary of plans for implementation in FY 1992. Most Action Items are implemented through one or more BPA-funded projects. Each Action Item entry is followed by a list of completed, ongoing, and planned projects, along with objectives, results, schedules, and milestones for each project. In October 1988, BPA and the Columbia Basin Fish and Wildlife Authority (CBFWA) initiated a collaborative and cooperative Implementation Planning Process (IPP). The IPP provided opportunities in FY 1991 for the fish and wildlife agencies. Tribes, and other interested parties to be involved in planning FY 1992 Program implementation. This planing process contributed to the development of this year's AIWP. The joint BPA/CBFWA IPP is expected to continue in FY 1992. The FY 1992 AIWP emphasizes continuation of 143 ongoing, or projected ongoing Program projects, tasks, or task orders, most of which involve protection, mitigation, or enhancement of anadromous fishery resources. The FY 1992 AIWP also contains 10 new Program projects or tasks that are planned to start in FY 1992

  11. Adherence and delivery: Implementation quality and program outcomes for the 7th grade keepin’ it REAL program

    Science.gov (United States)

    Pettigrew, Jonathan; Graham, John W.; Miller-Day, Michelle; Hecht, Michael L.; Krieger, Janice L.; Shin, Young Ju

    2014-01-01

    Poor implementation quality (IQ) is known to reduce program effects making it important to consider IQ for evaluation and dissemination of prevention programs. However, less is known about the ways specific implementation variables relate to outcomes. In this study, two versions of the keepin’ it REAL, 7th grade drug prevention intervention were implemented in 78 classrooms in 25 schools in rural districts in Pennsylvania and Ohio. IQ was measured through observational coding of 276 videos. IQ variables included adherence to the curriculum, teacher engagement (attentiveness, enthusiasm, seriousness, clarity, positivity), student engagement (attention, participation), and a global rating of teacher delivery quality. Factor analysis showed that teacher engagement, student engagement, and delivery quality formed one factor, which was labeled delivery. A second factor was adherence to the curriculum. Self-report student surveys measured substance use, norms (beliefs about prevalence and acceptability of use), and efficacy (beliefs about one’s ability to refuse substance offers) at two waves (pretest, immediate posttest). Mixed model regression analysis which accounted for missing data and controlled for pretest levels examined implementation quality’s effects on individual level outcomes, statistically controlling for cluster level effects. Results show that when implemented well, students show positive outcomes compared to students receiving a poorly implemented program. Delivery significantly influenced substance use and norms, but not efficacy. Adherence marginally significantly predicted use and significantly predicted norms, but not efficacy. Findings underscore the importance of comprehensively measuring and accounting for IQ, particularly delivery, when evaluating prevention interventions. PMID:24442403

  12. ALIENS IN WESTERN STREAM ECOSYSTEMS

    Science.gov (United States)

    The USEPA's Environmental Monitoring and Assessment Program conducted a five year probability sample of permanent mapped streams in 12 western US states. The study design enables us to determine the extent of selected riparian invasive plants, alien aquatic vertebrates, and some ...

  13. School Indoor Air Quality Assessment and Program Implementation.

    Science.gov (United States)

    Prill, R.; Blake, D.; Hales, D.

    This paper describes the effectiveness of a three-step indoor air quality (IAQ) program implemented by 156 schools in the states of Washington and Idaho during the 2000-2001 school year. An experienced IAQ/building science specialist conducted walk-through assessments at each school. These assessments documented deficiencies and served as an…

  14. Delay in catchment nitrogen load to streams following restrictions on fertilizer application

    DEFF Research Database (Denmark)

    Vervloet, Lidwien S. C.; Binning, Philip John; Borgesen, Christen D.

    2018-01-01

    A MIKE SHE hydrological-solute transport model including nitrate reduction is employed to evaluate the delayed response in nitrogen loads in catchment streams following the implementation of nitrogen mitigation measures since the 1980s. The nitrate transport lag times between the root zone...... and the streams for the period 1950-2011 were simulated for two catchments in Denmark and compared with observational data. Results include nitrogen concentration and mass discharge to streams. By automated baseflow separation, stream discharge was separated into baseflow and drain flow components...

  15. Implementation of the thinking skills for work program in a psychosocial clubhouse.

    Science.gov (United States)

    McGurk, Susan R; Schiano, Diane; Mueser, Kim T; Wolfe, Rosemarie

    2010-01-01

    Cognitive remediation programs aimed at improving role functioning have been implemented in a variety of different mental health treatment settings, but not in psychosocial clubhouses. This study sought to determine the feasibility and preliminary outcomes of providing a cognitive remediation program (the Thinking Skills for Work program), developed and previously implemented in supported employment programs at mental health agencies, in a psychosocial club-house. Twenty-three members with a history of difficulties getting or keeping jobs, who were participating in a supported employment program at a psychosocial clubhouse, were enrolled in the Thinking Skills for Work program. A neurocognitive battery was administered at baseline and 3 months later after completion of the computer cognitive training component of the program. Hours of competitive work were tracked for the 2 years before enrollment and 2 years following enrollment. Other work-related activities (school, volunteer) were also tracked for 2 years following enrollment. Twenty-one members (91%) completed 6 or more computer cognitive training sessions. Participants demonstrated significant improvements on neurocognitive measures of processing speed, verbal learning and memory, and executive functions. Sixty percent of the members obtained a competitive job during the 2-year follow-up, and 74% were involved in some type of work-related activity. Participants worked significantly more competitive hours over the 2 years after joining the Thinking Skills for Work program than before. The findings support the feasibility and promise of implementing the Thinking Skills for Work program in the context of supported employment provided at psychosocial clubhouses.

  16. Implementation of evidence-based home visiting programs aimed at reducing child maltreatment: A meta-analytic review.

    Science.gov (United States)

    Casillas, Katherine L; Fauchier, Angèle; Derkash, Bridget T; Garrido, Edward F

    2016-03-01

    In recent years there has been an increase in the popularity of home visitation programs as a means of addressing risk factors for child maltreatment. The evidence supporting the effectiveness of these programs from several meta-analyses, however, is mixed. One potential explanation for this inconsistency explored in the current study involves the manner in which these programs were implemented. In the current study we reviewed 156 studies associated with 9 different home visitation program models targeted to caregivers of children between the ages of 0 and 5. Meta-analytic techniques were used to determine the impact of 18 implementation factors (e.g., staff selection, training, supervision, fidelity monitoring, etc.) and four study characteristics (publication type, target population, study design, comparison group) in predicting program outcomes. Results from analyses revealed that several implementation factors, including training, supervision, and fidelity monitoring, had a significant effect on program outcomes, particularly child maltreatment outcomes. Study characteristics, including the program's target population and the comparison group employed, also had a significant effect on program outcomes. Implications of the study's results for those interested in implementing home visitation programs are discussed. A careful consideration and monitoring of program implementation is advised as a means of achieving optimal study results. Copyright © 2015 Elsevier Ltd. All rights reserved.

  17. Model for implementing cognitive behavioural therapy for smartphone app based smoking cessation program

    Directory of Open Access Journals (Sweden)

    Abdullah Alsharif

    2015-11-01

    Full Text Available Smoking cessation programs are widely implemented to assist smokers in the process of quitting smoking. Cognitive Behavioural Therapy (CBT is a psychological approach that is increasingly used in smoking cessation programs. CBT has also been implemented for smoking cessation programs and has been successful in helping smokers to quit. Another advantage of CBT is that it can be combined with different tools and technologies and hence made to deliver effective health intervention programs. The recent advancements in smartphone technologies have been widely explored to develop smoking cessation apps as tools to assist with quitting smoking. However, most existing smartphone apps lack follow-up and adherence to clinical guidelines for treatment. To date, there are no studies which have explored implementing CBT modules into smoking cessation apps. Therefore, there is a need for implementing behavioural change mechanisms in smoking cessation apps to help smokers quit effectively. In this study, we propose a new approach that combines mobile health technology and CBT methods to provide an effective smoking cessation program. The ubiquitous presence of smartphones and the various communication benefits they provide are utilized by our proposed system to provide a CBT paradigm into smoking cessation app systems and hence enhance their success potential. Currently, the proposed system is at the implementation stage, which is soon to be followed by a clinical trial to study the impact of this system on smoking cessation.

  18. Implementation of a National Workplace Wellness Program for Health Workers in Botswana

    OpenAIRE

    Ledikwe, Jenny H.; Semo, Bazghina-werq; Sebego, Miram; Mpho, Maureen; Mothibedi, Heather; Mawandia, Shreshth; O?Malley, Gabrielle

    2017-01-01

    The Botswana workplace wellness program (WWP) for health care workers (HCWs) was initiated in 2007. WWP implementation was assessed using a sequential, explanatory, mixed methods design including a national implementation assessment (27 health districts) and in-depth interviews (n?=?38). Level of implementation varied across districts with health screening, therapeutic recreation, and health promotion implemented more frequently than occupational health activities and psychosocial services. F...

  19. Remodularizing Java Programs for Improved Locality of Feature Implementations in Source Code

    DEFF Research Database (Denmark)

    Olszak, Andrzej; Jørgensen, Bo Nørregaard

    2011-01-01

    Explicit traceability between features and source code is known to help programmers to understand and modify programs during maintenance tasks. However, the complex relations between features and their implementations are not evident from the source code of object-oriented Java programs....... Consequently, the implementations of individual features are difficult to locate, comprehend, and modify in isolation. In this paper, we present a novel remodularization approach that improves the representation of features in the source code of Java programs. Both forward- and reverse restructurings...... are supported through on-demand bidirectional restructuring between feature-oriented and object-oriented decompositions. The approach includes a feature location phase based of tracing program execution, a feature representation phase that reallocates classes into a new package structure based on single...

  20. IMPLEMENTATION OF EMPOWERMENT PROGRAM FOR FISHERMAN SOCIETY: A THEORETICAL REVIEW

    Directory of Open Access Journals (Sweden)

    Mh I.

    2018-01-01

    Full Text Available This article aimed at describing and explaining a set of theoretical review on the implementation of human empowerment program for fisherman society. This article was composed using review of related literature method. The result of the review points out some interesting findings: policy is a set of actions that contain some agreements agreed by a person or a group of people to solve certain problem or to achieve certain goal; implementation of a policy involves a long process in implementing the program which should be oriented to achieve the predetermined goals as stated in the policy; fisherman society can be classified into several categories, such as traditional fisherman, subsystem fisherman, pure fisherman, recreational and commercial fisherman; traditional fisherman refers to those who seize resources from the nature using traditional tools, small capital, and relatively simple organization; empowerment is an effort to develop certain capability or potential by driving, motivating and raising society’s awareness upon their own capability to be explored; society empowerment is an attempt to strengthen the dignity of certain society, to get themselves free from poverty or poor quality of life. In another word, empowerment is a program that helps a society to grow their ability and independence.

  1. Implementation cost analysis of a community-based exercise program for seniors in South Florida.

    Science.gov (United States)

    Page, Timothy F; Batra, Anamica; Ghouse, Muddasir M; Palmer, Richard C

    2014-07-01

    The objective of the study was to measure the costs of implementing the EnhanceFitness program to elderly residents of South Florida. The Health Foundation of South Florida's Healthy Aging Regional Collaborative implemented EnhanceFitness as part of their initiative to make evidence-based healthy aging programs available to South Florida seniors. Cost data were collected from agencies participating in the delivery of EnhanceFitness classes in South Florida. Cost questionnaires were e-mailed to program coordinators from agencies participating in the delivery of EnhanceFitness classes. Program coordinators worked with accounting staff to complete the questionnaires. Questionnaires were returned via e-mail. Costs were presented from the perspective of participating agencies. Total costs were divided by the number of classes being offered by each agency to determine cost per class per month. Average monthly costs per class were $1,713 during the first year of implementation and $873 during the second year of implementation. The cost measurements, combined with information from the literature on cost savings attributable to EnhanceFitness participation, suggest that EnhanceFitness has the potential to generate a net societal cost savings among program participants. The results are useful for community agencies considering implementing EnhanceFitness for their populations. © 2014 Society for Public Health Education.

  2. Implementing Probabilistic Abductive Logic Programming with Constraint Handling Rules

    DEFF Research Database (Denmark)

    Christiansen, Henning

    2008-01-01

    A class of Probabilistic Abductive Logic Programs (PALPs) is introduced and an implementation is developed in CHR for solving abductive problems, providing minimal explanations with their probabilities. Both all-explanations and most-probable-explanations versions are given. Compared with other...

  3. Benefits of a Biological Monitoring Program for Assessing Remediation Performance and Long-Term Stewardship - 12272

    Energy Technology Data Exchange (ETDEWEB)

    Peterson, Mark [Oak Ridge National Laboratory, Oak Ridge, Tennessee 37831 (United States)

    2012-07-01

    The Biological Monitoring and Abatement Program (BMAP) is a long-running program that was designed to evaluate biological conditions and trends in waters downstream of Department of Energy (DOE) facilities in Oak Ridge, Tennessee. BMAP monitoring has focused on aquatic pathways from sources to biota, which is consistent with the sites' clean water regulatory focus and the overall cleanup strategy which divided remediation areas into watershed administrative units. Specific programmatic goals include evaluating operational and legacy impacts to nearby streams and the effectiveness of implemented remediation strategies at the sites. The program is characterized by consistent, long-term sampling and analysis methods in a multidisciplinary and quantitative framework. Quantitative sampling has shown conclusively that at most Oak Ridge stream sites, fish and aquatic macro-invertebrate communities have improved considerably since the 1980s. Monitoring of mercury and PCBs in fish has shown that remedial and abatement actions have also improved stream conditions, although in some cases biological monitoring suggests further actions are needed. Follow-up investigations have been implemented by BMAP to identify sources or causes, consistent with an adaptive management approach. Biological monitoring results to date have not only been used to assess regulatory compliance, but have provided additional benefits in helping address other components of the DOE's mission, including facility operations, natural resource, and scientific goals. As a result the program has become a key measure of long-term trends in environmental conditions and of high value to the Oak Ridge environmental management community, regulators, and the public. Some of the BMAP lessons learned may be of value in the design, implementation, and application of other long-term monitoring and stewardship programs, and assist environmental managers in the assessment and prediction of the effectiveness of

  4. The role of baseflow in dissolved solids delivery to streams in the Upper Colorado River Basin

    Science.gov (United States)

    Rumsey, C.; Miller, M. P.; Schwarz, G. E.; Susong, D.

    2017-12-01

    Salinity has a major effect on water users in the Colorado River Basin, estimated to cause almost $300 million per year in economic damages. The Colorado River Basin Salinity Control Program implements and manages projects to reduce salinity (dissolved solids) loads, investing millions of dollars per year in irrigation upgrades, canal projects, and other mitigation strategies. To inform and improve mitigation efforts, there is a need to better understand sources of salinity to streams and how salinity has changed over time. This study explores salinity in baseflow, or groundwater discharge to streams, to assess whether groundwater is a significant contributor of dissolved solids to streams in the Upper Colorado River Basin (UCRB). Chemical hydrograph separation was used to estimate long-term mean annual baseflow discharge and baseflow dissolved solids loads at stream gages (n=69) across the UCRB. On average, it is estimated that 89% of dissolved solids loads originate from the baseflow fraction of streamflow. Additionally, a statistical trend analysis using weighted regressions on time, discharge, and season was used to evaluate changes in baseflow dissolved solids loads in streams with data from 1987 to 2011 (n=29). About two-thirds (62%) of these streams showed statistically significant decreasing trends in baseflow dissolved solids loads. At the two most downstream sites, Green River at Green River, UT and Colorado River at Cisco, UT, baseflow dissolved solids loads decreased by a combined 780,000 metric tons, which is approximately 65% of the estimated basin-scale decrease in total dissolved solids loads in the UCRB attributed to salinity control efforts. Results indicate that groundwater discharged to streams, and therefore subsurface transport processes, play a large role in delivering dissolved solids to streams in the UCRB. Decreasing trends in baseflow dissolved solids loads suggest that salinity mitigation projects, changes in land use, and/or climate are

  5. Experience with Designing and Implementing a Bundled Payment Program for Total Hip Replacement.

    Science.gov (United States)

    Whitcomb, Winthrop F; Lagu, Tara; Krushell, Robert J; Lehman, Andrew P; Greenbaum, Jordan; McGirr, Joan; Pekow, Penelope S; Calcasola, Stephanie; Benjamin, Evan; Mayforth, Janice; Lindenauer, Peter K

    2015-09-01

    Bundled payments, also known as episode-based payments, are intended to contain health care costs and promote quality. In 2011 a bundled payment pilot program for total hip replacement was implemented by an integrated health care delivery system in conjunction with a commercial health plan subsidiary. In July 2015 the Centers for Medicare & Medicaid Services (CMS) proposed the Comprehensive Care for Joint Replacement Model to test bundled payment for hip and knee replacement. Stakeholders were identified and a structure for program development and implementation was created. An Oversight Committee provided governance over a Clinical Model Subgroup and a Financial Model Subgroup. The pilot program included (1) a clinical model of care encompassing the period from the preoperative evaluation through the third postoperative visit, (2) a pricing model, (3) a program to share savings, and (4) a patient engagement and expectation strategy. Compared to 32 historical controls-patients treated before bundle implementation-45 post-bundle-implementation patients with total hip replacement had a similar length of hospital stay (3.0 versus 3.4 days, p=.24), higher rates of discharge to home or home with services than to a rehabilitation facility (87% versus 63%), similar adjusted median total payments ($22,272 versus $22,567, p=.43), and lower median posthospital payments ($704 versus $1,121, p=.002), and were more likely to receive guideline-consistent care (99% versus 95%, p=.05). The bundled payment pilot program was associated with similar total costs, decreased posthospital costs, fewer discharges to rehabilitation facilities, and improved quality. Successful implementation of the program hinged on buy-in from stakeholders and close collaboration between stakeholders and the clinical and financial teams.

  6. Perceived benefits and barriers of implementing nursing residency programs in Jordan.

    Science.gov (United States)

    AbuAlRub, R F; Abu Alhaija'a, M G

    2018-03-02

    To explore the challenges that face Jordanian nurses in the first year of employment; and understand the benefits and barriers of implementing a Nursing Residency Program from the perspectives of nurses and key informants. Many researchers reported that novice nurses do not have an adequate level of competence needed in the real clinical practice to meet the increasing demands of healthcare systems. A descriptive qualitative approach using individual interviews and focus group discussions was utilized. The sample was a purposive one that consisted of 30 Jordanian nurses and six key informants. Data were recorded and then transcribed. Content analysis was used to analyze the data. The results revealed several challenges that face nurses in their first year of experience such as reality shock, lack of self-confidence, and burnout and intent to leave. Some of the perceived barriers of implementing the Program were issues concerned with the responsible regulatory body, payment, and monitoring and evaluation. The findings asserted that the implementation of the Nursing Residency Program for new practicing nurses would enhance their competencies and self- confidence; and decrease the rate of reality shock and turnover within the first year of employment. Policy makers, nurse educators, and nurse administrators and clinical nurses need to collaborate to develop a formal system with binding policies and regulations concerning the implementation of Nursing Residency Program. There is also a need to address and modify current orientation programmes offered by hospitals for novice nurses to enhance their transition into clinical practice. © 2018 International Council of Nurses.

  7. Interactive real-time media streaming with reliable communication

    Science.gov (United States)

    Pan, Xunyu; Free, Kevin M.

    2014-02-01

    Streaming media is a recent technique for delivering multimedia information from a source provider to an end- user over the Internet. The major advantage of this technique is that the media player can start playing a multimedia file even before the entire file is transmitted. Most streaming media applications are currently implemented based on the client-server architecture, where a server system hosts the media file and a client system connects to this server system to download the file. Although the client-server architecture is successful in many situations, it may not be ideal to rely on such a system to provide the streaming service as users may be required to register an account using personal information in order to use the service. This is troublesome if a user wishes to watch a movie simultaneously while interacting with a friend in another part of the world over the Internet. In this paper, we describe a new real-time media streaming application implemented on a peer-to-peer (P2P) architecture in order to overcome these challenges within a mobile environment. When using the peer-to-peer architecture, streaming media is shared directly between end-users, called peers, with minimal or no reliance on a dedicated server. Based on the proposed software pɛvμa (pronounced [revma]), named for the Greek word meaning stream, we can host a media file on any computer and directly stream it to a connected partner. To accomplish this, pɛvμa utilizes the Microsoft .NET Framework and Windows Presentation Framework, which are widely available on various types of windows-compatible personal computers and mobile devices. With specially designed multi-threaded algorithms, the application can stream HD video at speeds upwards of 20 Mbps using the User Datagram Protocol (UDP). Streaming and playback are handled using synchronized threads that communicate with one another once a connection is established. Alteration of playback, such as pausing playback or tracking to a

  8. Standard Review Plan Maintenance Program implementing procedures document

    International Nuclear Information System (INIS)

    1996-11-01

    The implementing Procedures Document (IPD) was developed by the Inspection Program Projects Branch, Office of Nuclear Reactor Regulation, with assistance from Pacific Northwest National Laboratory, for the Standard Review Plan Maintenance Program (SRP-MP). The SRP-MP was established to maintain the Standard Review Plan (SRP) on an on-going basis. The IPD provides guidance, including an overall approach and procedures, for SRP-MP tasks. The objective of the IPD is to ensure that modifications to SRP need to reflect current NRC requirements and guidance are identified and that a consistent methodology is used to develop and revise SRP sections

  9. Data Stream Classification Based on the Gamma Classifier

    Directory of Open Access Journals (Sweden)

    Abril Valeria Uriarte-Arcia

    2015-01-01

    Full Text Available The ever increasing data generation confronts us with the problem of handling online massive amounts of information. One of the biggest challenges is how to extract valuable information from these massive continuous data streams during single scanning. In a data stream context, data arrive continuously at high speed; therefore the algorithms developed to address this context must be efficient regarding memory and time management and capable of detecting changes over time in the underlying distribution that generated the data. This work describes a novel method for the task of pattern classification over a continuous data stream based on an associative model. The proposed method is based on the Gamma classifier, which is inspired by the Alpha-Beta associative memories, which are both supervised pattern recognition models. The proposed method is capable of handling the space and time constrain inherent to data stream scenarios. The Data Streaming Gamma classifier (DS-Gamma classifier implements a sliding window approach to provide concept drift detection and a forgetting mechanism. In order to test the classifier, several experiments were performed using different data stream scenarios with real and synthetic data streams. The experimental results show that the method exhibits competitive performance when compared to other state-of-the-art algorithms.

  10. Evaluation of catch-and-release regulations on Brook Trout in Pennsylvania streams

    Science.gov (United States)

    Jason Detar,; Kristine, David; Wagner, Tyler; Greene, Tom

    2014-01-01

    In 2004, the Pennsylvania Fish and Boat Commission implemented catch-and-release (CR) regulations on headwater stream systems to determine if eliminating angler harvest would result in an increase in the number of adult (≥100 mm) or large (≥175 mm) Brook Trout Salvelinus fontinalis. Under the CR regulations, angling was permitted on a year-round basis, no Brook Trout could be harvested at any time, and there were no tackle restrictions. A before-after–control-impact design was used to evaluate the experimental regulations. Brook Trout populations were monitored in 16 treatment (CR regulations) and 7 control streams (statewide regulations) using backpack electrofishing gear periodically for up to 15 years (from 1990 to 2003 or 2004) before the implementation of the CR regulations and over a 7–8-year period (from 2004 or 2005 to 2011) after implementation. We used Poisson mixed models to evaluate whether electrofishing catch per effort (CPE; catch/100 m2) of adult (≥100 mm) or large (≥175 mm) Brook Trout increased in treatment streams as a result of implementing CR regulations. Brook Trout CPE varied among sites and among years, and there was no significant effect (increase or decrease) of CR regulations on the CPE of adult or large Brook Trout. Results of our evaluation suggest that CR regulations were not effective at improving the CPE of adult or large Brook Trout in Pennsylvania streams. Low angler use, high voluntary catch and release, and slow growth rates in infertile headwater streams are likely the primary reasons for the lack of response.

  11. Application of Genetic Programing to Develop a Modular Model for the Simulation of Stream Flow Time Series

    Science.gov (United States)

    Meshgi, A.; Babovic, V.; Chui, T. F. M.; Schmitter, P.

    2014-12-01

    Developing reliable methods to estimate stream flow has been a subject of interest due to its importance in planning, design and management of water resources within a basin. Machine learning tools such as Artificial Neural Network (ANN) and Genetic Programming (GP) have been widely applied for rainfall-runoff modeling as they require less computational time as compared to physically-based models. As GP is able to generate a function with understandable structure, it may offer advantages over other data driven techniques and therefore has been used in different studies to generate rainfall-runoff functions. However, to date, proposed formulations only contain rainfall and/or streamflow data and consequently are local and cannot be generalized and adopted in other catchments which have different physical characteristics. This study investigated the capability of GP in developing a physically interpretable model with understandable structure to simulate stream flow based on hydrological parameters (e.g. precipitation) and catchment conditions (e.g., initial groundwater table elevation and area of the catchment) by following a modular approach. The modular model resulted in two sub-models where the baseflow was first predicted and the direct runoff was then estimated for a semi-urban catchment in Singapore. The simulated results matched very well with observed data in both the training and the testing of data sets, giving NSEs of 0.97 and 0.96 respectively demonstrated the successful estimation of stream flow using the modular model derived in this study. The results of this study indicate that GP is an effective tool in developing a physically interpretable model with understandable structure to simulate stream flow that can be transferred to other catchments.

  12. Restoration as mitigation: analysis of stream mitigation for coal mining impacts in southern Appalachia.

    Science.gov (United States)

    Palmer, Margaret A; Hondula, Kelly L

    2014-09-16

    Compensatory mitigation is commonly used to replace aquatic natural resources being lost or degraded but little is known about the success of stream mitigation. This article presents a synthesis of information about 434 stream mitigation projects from 117 permits for surface mining in Appalachia. Data from annual monitoring reports indicate that the ratio of lengths of stream impacted to lengths of stream mitigation projects were <1 for many projects, and most mitigation was implemented on perennial streams while most impacts were to ephemeral and intermittent streams. Regulatory requirements for assessing project outcome were minimal; visual assessments were the most common and 97% of the projects reported suboptimal or marginal habitat even after 5 years of monitoring. Less than a third of the projects provided biotic or chemical data; most of these were impaired with biotic indices below state standards and stream conductivity exceeding federal water quality criteria. Levels of selenium known to impair aquatic life were reported in 7 of the 11 projects that provided Se data. Overall, the data show that mitigation efforts being implemented in southern Appalachia for coal mining are not meeting the objectives of the Clean Water Act to replace lost or degraded streams ecosystems and their functions.

  13. Morphodynamic regime change induced by riparian vegetation in a restored lowland stream

    NARCIS (Netherlands)

    Eekhout, J.P.C.; Hoitink, A.J.F.

    2013-01-01

    With the aim to establish and understand morphological changes in response to stream restoration measures, a detailed monitoring plan was implemented in a lowland stream called Lunterse Beek, located in the Netherlands. Over a period of 1.5 yr, the monitoring 5 included serial morphological surveys,

  14. Constraint Solver Techniques for Implementing Precise and Scalable Static Program Analysis

    DEFF Research Database (Denmark)

    Zhang, Ye

    solver using unification we could make a program analysis easier to design and implement, much more scalable, and still as precise as expected. We present an inclusion constraint language with the explicit equality constructs for specifying program analysis problems, and a parameterized framework...... developers to build reliable software systems more quickly and with fewer bugs or security defects. While designing and implementing a program analysis remains a hard work, making it both scalable and precise is even more challenging. In this dissertation, we show that with a general inclusion constraint...... data flow analyses for C language, we demonstrate a large amount of equivalences could be detected by off-line analyses, and they could then be used by a constraint solver to significantly improve the scalability of an analysis without sacrificing any precision....

  15. Designing and Implementing a Mentoring Program to Support Clinically-Based Teacher Education

    Science.gov (United States)

    Henning, John E.; Gut, Dianne; Beam, Pamela

    2015-01-01

    This article describes one teacher preparation program's approach to designing and implementing a mentoring program to support clinically-based teacher education. The design for the program is based on an interview study that compared the mentoring experiences of 18 teachers across three different contexts: student teaching, early field…

  16. Implementing the AECL decommissioning quality assurance program at the Chalk River and Whiteshell Laboratories

    International Nuclear Information System (INIS)

    Colotelo, C.A.; Attas, E.M.; Stephens, M.E.

    2006-01-01

    This paper describes the approach and progress in developing, implementing and maintaining a quality assurance (QA) program for decommissioning at the nuclear facilities managed by Atomic Energy of Canada Limited (AECL). Decommissioning activities conducted by AECL are varied in nature, so the QA program must provide adequate flexibility, while maintaining consistency with accepted quality standards. Well-written documentation adhering to the applicable decommissioning standards is a key factor. Manager commitment and input during the writing of the documentation are also important to ensure relevance of the QA program and effectiveness of implementation. Training in the use of the quality assurance plan and procedures is vital to the understanding of the QA program. Beyond the training aspect there is a need for the quality assurance program to be supported by a QA subject expert who is able to advise the group in implementing the Quality Program with consistency over the range of decommissioning work activities and to provide continual assessment of the quality assurance program for efficiency and effectiveness, with a concomitant continuous improvement process. (author)

  17. Development and Implementation of a Mental Health Work Rehabilitation Program: Results of a Developmental Evaluation.

    Science.gov (United States)

    Sylvain, Chantal; Durand, Marie-José; Velasquez Sanchez, Astrid; Lessard, Nathalie; Maillette, Pascale

    2018-05-23

    Purpose Long-term work disability due to common mental disorders (CMDs) is a growing problem. Yet optimal interventions remain unclear and little is known about implementation challenges in everyday practice. This study aimed to support and evaluate, in real time, the development and implementation of a work rehabilitation program (WRP) designed to promote post-CMD return-to-work (RTW). Methods A 2-year developmental evaluation was performed using a participatory approach. At program outset, the researchers held five work meetings to revise the program's logic model and discuss its underlying change theory with clinicians. Data collection tools used throughout the study period were structured charts of activities conducted with workers (n = 41); in-depth interviews with program clinicians and managers (n = 9); and participant observation during work meetings. Quantitative data were analyzed using descriptive statistics. Qualitative data underwent thematic analysis using a processual approach. Results Three types of activity were developed and implemented: individual and group interventions targeting workers, and joint activities targeting partners (physicians, employers, others). While worker-targeted activities were generally implemented as planned, joint activities were sporadic. Analysis of the implementation process revealed five challenges faced by clinicians. Determinants included clinicians, host organization, sociopolitical context and resources provided by the evaluation. Conclusion The program studied is original in that it is based on the best available scientific knowledge, yet adapted to contextual particularities. The identified implementation challenges highlight the need for greater importance to be placed on the external, non-program context to ensure sustainable implementation in everyday practice.

  18. Thinking beyond the Bioreactor Box: Incorporating Stream Ecology into Edge-of-Field Nitrate Management.

    Science.gov (United States)

    Goeller, Brandon C; Febria, Catherine M; Harding, Jon S; McIntosh, Angus R

    2016-05-01

    Around the world, artificially drained agricultural lands are significant sources of reactive nitrogen to stream ecosystems, creating substantial stream health problems. One management strategy is the deployment of denitrification enhancement tools. Here, we evaluate the factors affecting the potential of denitrifying bioreactors to improve stream health and ecosystem services. The performance of bioreactors and the structure and functioning of stream biotic communities are linked by environmental parameters like dissolved oxygen and nitrate-nitrogen concentrations, dissolved organic carbon availability, flow and temperature regimes, and fine sediment accumulations. However, evidence of bioreactors' ability to improve waterway health and ecosystem services is lacking. To improve the potential of bioreactors to enhance desirable stream ecosystem functioning, future assessments of field-scale bioreactors should evaluate the influences of bioreactor performance on ecological indicators such as primary production, organic matter processing, stream metabolism, and invertebrate and fish assemblage structure and function. These stream health impact assessments should be conducted at ecologically relevant spatial and temporal scales. Bioreactors have great potential to make significant contributions to improving water quality, stream health, and ecosystem services if they are tailored to site-specific conditions and implemented strategically with land-based and stream-based mitigation tools within watersheds. This will involve combining economic, logistical, and ecological information in their implementation. Copyright © by the American Society of Agronomy, Crop Science Society of America, and Soil Science Society of America, Inc.

  19. Preemptive Clinical Pharmacogenetics Implementation: Current programs in five United States medical centers

    Science.gov (United States)

    Dunnenberger, Henry M.; Crews, Kristine R.; Hoffman, James M.; Caudle, Kelly E.; Broeckel, Ulrich; Howard, Scott C.; Hunkler, Robert J.; Klein, Teri E.; Evans, William E.; Relling, Mary V.

    2015-01-01

    Although the field of pharmacogenetics has existed for decades, the implementation of, pharmacogenetic testing in clinical care has been slow. There are numerous publications, describing the barriers to clinical implementation of pharmacogenetics. Recently, several freely, available resources have been developed to help address these barriers. In this review we, discuss current programs that use preemptive genotyping to optimize the pharmacotherapy of, patients. Array-based preemptive testing includes a large number of relevant pharmacogenes, that impact multiple high-risk drugs. Using a preemptive approach allows genotyping results to, be available prior to any prescribing decision so that genomic variation may be considered as, an inherent patient characteristic in the planning of therapy. This review describes the common, elements among programs that have implemented preemptive genotyping and highlights key, processes for implementation, including clinical decision support. PMID:25292429

  20. Implementing an Information Security Program

    Energy Technology Data Exchange (ETDEWEB)

    Glantz, Clifford S.; Lenaeus, Joseph D.; Landine, Guy P.; O' Neil, Lori Ross; Leitch, Rosalyn; Johnson, Christopher; Lewis, John G.; Rodger, Robert M.

    2017-11-01

    The threats to information security have dramatically increased with the proliferation of information systems and the internet. Chemical, biological, radiological, nuclear, and explosives (CBRNe) facilities need to address these threats in order to protect themselves from the loss of intellectual property, theft of valuable or hazardous materials, and sabotage. Project 19 of the European Union CBRN Risk Mitigation Centres of Excellence Initiative is designed to help CBRN security managers, information technology/cybersecurity managers, and other decision-makers deal with these threats through the application of cost-effective information security programs. Project 19 has developed three guidance documents that are publically available to cover information security best practices, planning for an information security management system, and implementing security controls for information security.

  1. Savannah River Laboratory semiannual report, April-September 1979. Hydrogeochemical and stream sediment reconnaissance: National Uranium Resource Evaluation Program

    International Nuclear Information System (INIS)

    1979-10-01

    This report summarizes the accomplishments, status, and program of the Savannah River Laboratory (SRL) contribution to the National Uranium Resource Evaluation (NURE) program. SRL has accepted responsibility for Hydrogeochemical and Stream Sediment Reconnaissance (HSSR) of 1,500,000 square miles in 30 eastern and 7 far-western states. The report is a progress report covering the period April 1979 through September 1979. SRL efforts in the following areas are discussed: reconnaissance and detailed studies in geological programs; management, analysis, and interpretation of analytical and field data; reporting of HSSR results; sample preparation methods; and neutron activation analysis and other analytical techniques. Appendix A to the report summarizes the SRL-NURE production of the April 1979-September 1979 period and the program plans for the first half of FY-1980. Page-scale maps are included that show the status of completed sampling, analysis, and data reports placed on open file

  2. Formal semantic specifications as implementation blueprints for real-time programming languages

    Science.gov (United States)

    Feyock, S.

    1981-01-01

    Formal definitions of language and system semantics provide highly desirable checks on the correctness of implementations of programming languages and their runtime support systems. If these definitions can give concrete guidance to the implementor, major increases in implementation accuracy and decreases in implementation effort can be achieved. It is shown that of the wide variety of available methods the Hgraph (hypergraph) definitional technique (Pratt, 1975), is best suited to serve as such an implementation blueprint. A discussion and example of the Hgraph technique is presented, as well as an overview of the growing body of implementation experience of real-time languages based on Hgraph semantic definitions.

  3. AES ALGORITHM IMPLEMENTATION IN PROGRAMMING LANGUAGES

    Directory of Open Access Journals (Sweden)

    Luminiţa DEFTA

    2010-12-01

    Full Text Available Information encryption represents the usage of an algorithm to convert an unknown message into an encrypted one. It is used to protect the data against unauthorized access. Protected data can be stored on a media device or can be transmitted through the network. In this paper we describe a concrete implementation of the AES algorithm in the Java programming language (available from Java Development Kit 6 libraries and C (using the OpenSSL library. AES (Advanced Encryption Standard is an asymmetric key encryption algorithm formally adopted by the U.S. government and was elected after a long process of standardization.

  4. Implementation fidelity of a nurse-led falls prevention program in acute hospitals during the 6-PACK trial.

    Science.gov (United States)

    Morello, Renata T; Barker, Anna L; Ayton, Darshini R; Landgren, Fiona; Kamar, Jeannette; Hill, Keith D; Brand, Caroline A; Sherrington, Catherine; Wolfe, Rory; Rifat, Sheral; Stoelwinder, Johannes

    2017-06-02

    When tested in a randomized controlled trial (RCT) of 31,411 patients, the nurse-led 6-PACK falls prevention program did not reduce falls. Poor implementation fidelity (i.e., program not implemented as intended) may explain this result. Despite repeated calls for the examination of implementation fidelity as an essential component of evaluating interventions designed to improve the delivery of care, it has been neglected in prior falls prevention studies. This study examined implementation fidelity of the 6-PACK program during a large multi-site RCT. Based on the 6-PACK implementation framework and intervention description, implementation fidelity was examined by quantifying adherence to program components and organizational support. Adherence indicators were: 1) falls-risk tool completion; and for patients classified as high-risk, provision of 2) a 'Falls alert' sign; and 3) at least one additional 6-PACK intervention. Organizational support indicators were: 1) provision of resources (executive sponsorship, site clinical leaders and equipment); 2) implementation activities (modification of patient care plans; training; implementation tailoring; audits, reminders and feedback; and provision of data); and 3) program acceptability. Data were collected from daily bedside observation, medical records, resource utilization diaries and nurse surveys. All seven intervention components were delivered on the 12 intervention wards. Program adherence data were collected from 103,398 observations and medical record audits. The falls-risk tool was completed each day for 75% of patients. Of the 38% of patients classified as high-risk, 79% had a 'Falls alert' sign and 63% were provided with at least one additional 6-PACK intervention, as recommended. All hospitals provided the recommended resources and undertook the nine outlined program implementation activities. Most of the nurses surveyed considered program components important for falls prevention. While implementation

  5. Incorporation of water-use summaries into the StreamStats web application for Maryland

    Science.gov (United States)

    Ries, Kernell G.; Horn, Marilee A.; Nardi, Mark R.; Tessler, Steven

    2010-01-01

    Approximately 25,000 new households and thousands of new jobs will be established in an area that extends from southwest to northeast of Baltimore, Maryland, as a result of the Federal Base Realignment and Closure (BRAC) process, with consequent new demands on the water resources of the area. The U.S. Geological Survey, in cooperation with the Maryland Department of the Environment, has extended the area of implementation and added functionality to an existing map-based Web application named StreamStats to provide an improved tool for planning and managing the water resources in the BRAC-affected areas. StreamStats previously was implemented for only a small area surrounding Baltimore, Maryland, and it was extended to cover all BRAC-affected areas. StreamStats could provide previously published streamflow statistics, such as the 1-percent probability flood and the 7-day, 10-year low flow, for U.S. Geological Survey data-collection stations and estimates of streamflow statistics for any user-selected point on a stream within the implemented area. The application was modified for this study to also provide summaries of water withdrawals and discharges upstream from any user-selected point on a stream. This new functionality was made possible by creating a Web service that accepts a drainage-basin delineation from StreamStats, overlays it on a spatial layer of water withdrawal and discharge points, extracts the water-use data for the identified points, and sends it back to StreamStats, where it is summarized for the user. The underlying water-use data were extracted from the U.S. Geological Survey's Site-Specific Water-Use Database System (SWUDS) and placed into a Microsoft Access database that was created for this study for easy linkage to the Web service and StreamStats. This linkage of StreamStats with water-use information from SWUDS should enable Maryland regulators and planners to make more informed decisions on the use of water resources in the BRAC area, and

  6. Overview of the National Uranium Resource Evaluation Hydrogeochemical and Stream Sediment Reconnaissance Program

    International Nuclear Information System (INIS)

    Bolivar, S.L.

    1980-01-01

    A Hydrogeochemical and Stream Sediment Reconnaissance (HSSR) for uranium is currently being conducted throughout the conterminous United States and Alaska. The HSSR is part of the National Uranium Resource Evaluation sponsored by the US Department of Energy. This ambitious geochemical reconnaissance program is conducted by four Department of Energy laboratories: Los Alamos Scientific Laboratory, Lawrence Livermore Laboratory, Oak Ridge Gaseous Diffusion Plant, and Savannah River Laboratory. The program is based on an extensive review of world literature, reconnaissance work done in other countries, and pilot studies conducted by each laboratory. Sample-collection methods and sample density are determined to optimize the probability of detecting potential uranium mineralization. To achieve this aim, each laboratory has developed independent standardized field collection procedures that are designed for its section of the country. Field parameters such as pH, conductivity, climate, geography, and geology are recorded at each site. Most areas are sampled at densities of one sample site per 10 to 23 km 2 . The HSSR program has helped to improve existing hydrogeochemical reconnaissance exploration techniques. In addition to providing industry with data that may help to identify potential uranium districts and to extend known uranium provinces, the HSSR also provides multielement analytical data that can be used in water quality, soil, sediment, environmental, and base-metal exploration studies

  7. Overview of the National Uranium Resource Evaluation Hydrogeochemical and Stream Sediment Reconnaissance Program

    International Nuclear Information System (INIS)

    Bolivar, S.L.

    1980-07-01

    A Hydrogeochemical and Stream Sediment Reconnaissance (HSSR) for uranium is currently being conducted throughout the conterminous United States and Alaska. The HSSR is part of the National Uranium Resource Evaluation sponsored by the US Department of Energy. This ambitious geochemical reconnasissance program is conducted by four Department of Energy Laboratories: Los Alamos Scientific Laboratory, Lawrence Livermore Laboratory, Oak Ridge Gaseous Diffusion Plant, and Savannah River Laboratory. Each laboratory was assigned a geographic region of the United States. The program is based on an extensive review of world literature, reconnaissance work done in other countries, and pilot studies conducted by each laboratory. Sample-collection methods and sample density are determined to optimize the probability of detecting potential uranium mineralization. To achieve this aim, each laboratory has developed independent standardized field collection procedures that are designed for its section of the country. Field parameters such as pH, conductivity, climate, geography, and geology are recorded at each site. Most areas are sampled at densities of one sample site per 10 to 23 km 2 . The HSSR program has helped to improve existing hydrogeochemical reconnaissance exploration techniques. In addition to providing industry with data that may help to identify potential uranium districts and to extend known uranium provinces, the HSSR also provides multielement analytical data that can be used in water quality, soil, sediment, environmental, and base-metal exploration studies

  8. Evaluation of the Tier 1 Program of Project P.A.T.H.S.: Secondary Data Analyses of Conclusions Drawn by the Program Implementers

    Directory of Open Access Journals (Sweden)

    Daniel T. L. Shek

    2008-01-01

    Full Text Available The Tier 1 Program of the Project P.A.T.H.S. (Positive Adolescent Training through Holistic Social Programmes is a curricula-based positive youth development program. In the experimental implementation phase, 52 schools participated in the program. Based on subjective outcome evaluation data collected from the program participants (Form A and program implementers (Form B in each school, the program implementers were invited to write down five conclusions based on an integration of the evaluation findings (N = 52. The conclusions stated in the 52 evaluation reports were further analyzed via secondary data analyses in this paper. Results showed that most of the conclusions concerning perceptions of the Tier 1 Program, instructors, and effectiveness of the programs were positive in nature. There were also conclusions reflecting the respondents’ appreciation of the program. Finally, responses on the difficulties encountered and suggestions for improvements were observed. In conjunction with the previous evaluation findings, the present study suggests that the Tier 1 Program was well received by the stakeholders and the program was beneficial to the development of the program participants.

  9. 77 FR 65164 - Disadvantaged Business Enterprise: Program Implementation Modifications

    Science.gov (United States)

    2012-10-25

    ... 2105-AE08 Disadvantaged Business Enterprise: Program Implementation Modifications AGENCY: Office of the... the PRA's procedural requirements. Today, the Department is correcting this omission by including discussion of the Uniform Report collection and providing the public with 60 days from today to comment both...

  10. Velocity Statistics and Spectra in Three-Stream Jets

    Science.gov (United States)

    Ecker, Tobias; Lowe, K. Todd; Ng, Wing F.; Henderson, Brenda; Leib, Stewart

    2016-01-01

    Velocimetry measurements were obtained in three-stream jets at the NASA Glenn Research Center Nozzle Acoustics Test Rig using the time-resolved Doppler global velocimetry technique. These measurements afford exceptional frequency response, to 125 kHz bandwidth, in order to study the detailed dynamics of turbulence in developing shear flows. Mean stream-wise velocity is compared to measurements acquired using particle image velocimetry for validation. Detailed results for convective velocity distributions throughout an axisymmetric plume and the thick side of a plume with an offset third-stream duct are provided. The convective velocity results exhibit that, as expected, the eddy speeds are reduced on the thick side of the plume compared to the axisymmetric case. The results indicate that the time-resolved Doppler global velocimetry method holds promise for obtaining results valuable to the implementation and refinement of jet noise prediction methods being developed for three-stream jets.

  11. Evaluating the impact of implementation factors on family-based prevention programming: methods for strengthening causal inference.

    Science.gov (United States)

    Crowley, D Max; Coffman, Donna L; Feinberg, Mark E; Greenberg, Mark T; Spoth, Richard L

    2014-04-01

    Despite growing recognition of the important role implementation plays in successful prevention efforts, relatively little work has sought to demonstrate a causal relationship between implementation factors and participant outcomes. In turn, failure to explore the implementation-to-outcome link limits our understanding of the mechanisms essential to successful programming. This gap is partially due to the inability of current methodological procedures within prevention science to account for the multitude of confounders responsible for variation in implementation factors (i.e., selection bias). The current paper illustrates how propensity and marginal structural models can be used to improve causal inferences involving implementation factors not easily randomized (e.g., participant attendance). We first present analytic steps for simultaneously evaluating the impact of multiple implementation factors on prevention program outcome. Then, we demonstrate this approach for evaluating the impact of enrollment and attendance in a family program, over and above the impact of a school-based program, within PROSPER, a large-scale real-world prevention trial. Findings illustrate the capacity of this approach to successfully account for confounders that influence enrollment and attendance, thereby more accurately representing true causal relations. For instance, after accounting for selection bias, we observed a 5% reduction in the prevalence of 11th grade underage drinking for those who chose to receive a family program and school program compared to those who received only the school program. Further, we detected a 7% reduction in underage drinking for those with high attendance in the family program.

  12. Balancing compliance and cost when implementing a Quality Assurance program

    International Nuclear Information System (INIS)

    Pickering, S.Y.

    1997-12-01

    When implementing a Quality Assurance (QA) program, compliance and cost must be balanced. A QA program must be developed that hits the mark in terms of adequate control and documentation, but does not unnecessarily expand resources. As the Waste Isolation Pilot Plant (WIPP) has moved towards certification, Sandia National Laboratories has learned much about balancing compliance and costs. Some of these lessons are summarized here

  13. Computer program SCAP-BR for gamma-ray streaming through multi-legged ducts

    International Nuclear Information System (INIS)

    Byoun, T.Y.; Babel, P.J.; Dajani, A.T.

    1977-01-01

    A computer program, SCAP-BR, has been developed at Burns and Roe for the gamma-ray streaming analysis through multi-legged ducts. SCAP-BR is a modified version of the single scattering code, SCAP, incorporating capabilities of handling multiple scattering and volumetric source geometries. It utilizes the point kernel integration method to calculate both the line-of-sight and scattered gamma dose rates by employing the ray tracing technique through complex shield geometries. The multiple scattering is handled by a repeated process of the single scatter method through each successive scatter region and collapsed pseudo source meshes constructed on the relative coordinate systems. The SCAP-BR results have been compared with experimental data for a Z-type (three-legged) concrete duct with a Co-60 source placed at the duct entrance point. The SCAP-BR dose rate predictions along the duct axis demonstrate an excellent agreement with the measured values

  14. Implementation of a subcanopy solar radiation model on a forested headwater basin in the Southern Appalachians to estimate riparian canopy density and stream insolation for stream temperature models

    Science.gov (United States)

    Belica, L.; Petras, V.; Iiames, J. S., Jr.; Caldwell, P.; Mitasova, H.; Nelson, S. A. C.

    2016-12-01

    Water temperature is a key aspect of water quality and understanding how the thermal regimes of forested headwater streams may change in response to climatic and land cover changes is increasingly important to scientists and resource managers. In recent years, the forested mountain watersheds of the Southeastern U.S. have experienced changing climatic patterns as well as the loss of a keystone riparian tree species and anticipated hydrologic responses include lower summer stream flows and decreased stream shading. Solar radiation is the main source of thermal energy to streams and a key parameter in heat-budget models of stream temperature; a decrease in flow volume combined with a reduction in stream shading during summer have the potential to increase stream temperatures. The high spatial variability of forest canopies and the high spatio-temporal variability in sky conditions make estimating the solar radiation reaching small forested headwater streams difficult. The Subcanopy Solar Radiation Model (SSR) (Bode et al. 2014) is a GIS model that generates high resolution, spatially explicit estimates of solar radiation by incorporating topographic and vegetative shading with a light penetration index derived from leaf-on airborne LIDAR data. To evaluate the potential of the SSR model to provide estimates of stream insolation to parameterize heat-budget models, it was applied to the Coweeta Basin in the Southern Appalachians using airborne LIDAR (NCALM 2009, 1m resolution). The LIDAR derived canopy characteristics were compared to current hyperspectral images of the canopy for changes and the SSR estimates of solar radiation were compared with pyranometer measurements of solar radiation at several subcanopy sites during the summer of 2016. Preliminary results indicate the SSR model was effective in identifying variations in canopy density and light penetration, especially in areas associated with road and stream corridors and tree mortality. Current LIDAR data and

  15. Stream cipher based on pseudorandom number generation using optical affine transformation

    Science.gov (United States)

    Sasaki, Toru; Togo, Hiroyuki; Tanida, Jun; Ichioka, Yoshiki

    2000-07-01

    We propose a new stream cipher technique for 2D image data which can be implemented by iterative optical transformation. The stream cipher uses a pseudo-random number generator (PRNG) to generate pseudo-random bit sequence. The proposed method for the PRNG is composed of iterative operation of 2D affine transformation achieved by optical components, and modulo-n addition of the transformed images. The method is expected to be executed efficiently by optical parallel processing. We verify performance of the proposed method in terms of security strength and clarify problems on optical implementation by the optical fractal synthesizer.

  16. Capacity building in rural Guatemala by implementing a solid waste management program

    International Nuclear Information System (INIS)

    Zarate, M.A.; Slotnick, J.; Ramos, M.

    2008-01-01

    The development and implementation of a solid waste management program served to build local capacity in San Mateo Ixtatan between 2002 and 2003 as part of a public health action plan. The program was developed and implemented in two phases: (1) the identification and education of a working team from the community; and (2) the completion of a solid waste classification and quantification study. Social capital and the water cycle were two public health approaches utilized to build a sustainable program. The activities accomplished gained support from the community and municipal authorities. A description of the tasks completed and findings of the solid waste classification and quantification performed by a local working group are presented in this paper

  17. Implementation of the G8GP program on physical protection - experiences and results

    International Nuclear Information System (INIS)

    Hagemann, A.

    2006-01-01

    At the Kananaskis Summit in June 2002, G8 Leaders launched the Global Partnership against the Spread of Weapons and Materials of Mass Destruction committing to support projects to issues of non-proliferation, disarmament, counter terrorism and nuclear safety in Russia. Since then progress has been made in implementing projects. The German Federal Foreign Office contracted GRS to implement a program for improving the physical protection of nuclear or highly radioactive materials of relevance at facilities in the Russian Federation. This paper reports about this G8GP Program on physical protection, its implementation, gained experiences, current achievements and results. (author)

  18. Gavi HPV Programs: Application to Implementation

    Directory of Open Access Journals (Sweden)

    Celina M. Hanson

    2015-05-01

    Full Text Available Developing countries disproportionately suffer from the burden of cervical cancer yet lack the resources to establish systematic screening programs that have resulted in significant reductions in morbidity and mortality in developed countries. Human Papillomavirus (HPV vaccination provides an opportunity for primary prevention of cervical cancer in low-resource settings through vaccine provision by Gavi The Vaccine Alliance. In addition to the traditional national introduction, countries can apply for a demonstration program to help them make informed decisions for subsequent national introduction. This article summarizes information from approved Gavi HPV demonstration program proposals and preliminary implementation findings. After two rounds of applications, 23 countries have been approved targeting approximately 400,000 girls for vaccination. All countries are proposing primarily school-based strategies with mixed strategies to locate and vaccinate girls not enrolled in school. Experiences to date include: Reaching marginalized girls has been challenging; Strong coordination with the education sector is key and overall acceptance has been high. Initial coverage reports are encouraging but will have to be confirmed in population based coverage surveys that will take place later this year. Experiences from these countries are consistent with existing literature describing other HPV vaccine pilots in low-income settings.

  19. Stream remediation following a gasoline spill

    International Nuclear Information System (INIS)

    Owens, E.H.; Reiter, G.A.; Challenger, G.

    2000-01-01

    On June 10, 1999, a pipe ruptured on the Olympic Pipe Line causing the release, explosion and fire of up to one million litres of gasoline in Bellingham, Washington. It affected approximately 5 km of the Whatcom Creek ecosystem. Following the incident, several concurrent activities in the source area and downstream occurred. This paper discussed the remediation of the affected stream bed sections. During the period July 6 - August 16, an interagency project was implemented. It involved mechanical, manual, and hydraulic in-situ treatment techniques to remove the gasoline from the stream bed and the banks. In addition, a series of controlled, hydraulic flushes were conducted. The sluice or control gates at the head of the Whatcom Creek were opened each night, and bigger flushes took place before and after the treatments. Simultaneously, water and sediment were sampled and analysed. The data obtained provided information on the state of the initial stream water and stream sediment and on the effects that the remediation had had. The residual gasoline was successfully removed from the sediments and river banks in six weeks. No downstream movement of the released gasoline towards Bellingham was detected. 3 refs., 2 tabs., 11 figs

  20. Implementation and Sustainability of the Russian Federation Ministry of Defense Nuclear Personnel Reliability Program

    International Nuclear Information System (INIS)

    Lata, Vasiliy; Coates, Cameron W.

    2010-01-01

    Through a cooperative effort between the US Department of Energy and the Russian Federation (RF) Ministry of Defense (MOD) a Personnel Reliability Program (PRP) for the nuclear handlers within the RF MOD is at the stage of implementation. Sustaining the program is of major significance for long term success. This paper will discuss the elements of the RF PRP and the equipment needs for implementation. Program requirements, documentation needs, training, and assurances of appropriate equipment use will be addressed.

  1. Characterization of waste streams on the Oak Ridge Reservation

    International Nuclear Information System (INIS)

    Rivera, A.L.; Osborne-Lee, I.W.; Jackson, A.M.; Butcher, B.T. Jr.; Van Cleve, J.E. Jr.

    1987-01-01

    The Oak Ridge Reservation (ORR) plants generate solid low-level waste (LLW) that must be disposed of or stored on-site. The available disposal capacity of the current sites is projected to be fully utilized during the next decade. An LLW disposal strategy has been developed by the Low-Level Waste Disposal Development and Demonstration (LLWDDD) Program as a framework for bringing new, regulator-approved disposal capacity to the ORR. An increasing level of waste stream characterization will be needed to maintain the ability to effectively manage solid LLW by the facilities on the ORR under the new regulatory scenario. In this paper, current practices for solid LLW stream characterization, segregation, and certification are described. In addition, the waste stream characterization requirements for segregation and certification under the LLWDDD Program strategy are also examined. 6 refs., 3 figs., 4 tabs

  2. Image Quality Improvement after Implementation of a CT Accreditation Program

    International Nuclear Information System (INIS)

    Kim, You Sung; Jung, Seung Eun; Choi, Byung Gil; Shin, Yu Ri; Hwang, Seong Su; Ku, Young Mi; Lim, Yeon Soo; Lee, Jae Mun

    2010-01-01

    The purpose of this study was to evaluate any improvement in the quality of abdominal CTs after the utilization of the nationally based accreditation program. Approval was obtained from the Institutional Review Board, and informed consent was waived. We retrospectively analyzed 1,011 outside abdominal CTs, from 2003 to 2007. We evaluated images using a fill-up sheet form of the national accreditation program, and subjectively by grading for the overall CT image quality. CT scans were divided into two categories according to time periods; before and after the implementation of the accreditation program. We compared CT scans between two periods according to parameters pertaining to the evaluation of images. We determined whether there was a correlation between the results of a subjective assessment of the image quality and the evaluation scores of the clinical image. The following parameters were significantly different after the implementation of the accreditation program: identifying data, display parameters, scan length, spatial and contrast resolution, window width and level, optimal contrast enhancement, slice thickness, and total score. The remaining parameters were not significantly different between scans obtained from the two different periods: scan parameters, film quality, and artifacts. After performing the CT accreditation program, the quality of the outside abdominal CTs show marked improvement, especially for the parameters related to the scanning protocol

  3. Implementation fidelity trajectories of a health promotion program in multidisciplinary settings: managing tensions in rehabilitation care.

    Science.gov (United States)

    Hoekstra, Femke; van Offenbeek, Marjolein A G; Dekker, Rienk; Hettinga, Florentina J; Hoekstra, Trynke; van der Woude, Lucas H V; van der Schans, Cees P

    2017-12-01

    Although the importance of evaluating implementation fidelity is acknowledged, little is known about heterogeneity in fidelity over time. This study aims to generate insight into the heterogeneity in implementation fidelity trajectories of a health promotion program in multidisciplinary settings and the relationship with changes in patients' health behavior. This study used longitudinal data from the nationwide implementation of an evidence-informed physical activity promotion program in Dutch rehabilitation care. Fidelity scores were calculated based on annual surveys filled in by involved professionals (n = ± 70). Higher fidelity scores indicate a more complete implementation of the program's core components. A hierarchical cluster analysis was conducted on the implementation fidelity scores of 17 organizations at three different time points. Quantitative and qualitative data were used to explore organizational and professional differences between identified trajectories. Regression analyses were conducted to determine differences in patient outcomes. Three trajectories were identified as the following: 'stable high fidelity' (n = 9), 'moderate and improving fidelity' (n = 6), and 'unstable fidelity' (n = 2). The stable high fidelity organizations were generally smaller, started earlier, and implemented the program in a more structured way compared to moderate and improving fidelity organizations. At the implementation period's start and end, support from physicians and physiotherapists, professionals' appreciation, and program compatibility were rated more positively by professionals working in stable high fidelity organizations as compared to the moderate and improving fidelity organizations (p organizations had often an explicit vision and strategy about the implementation of the program. Intriguingly, the trajectories were not associated with patients' self-reported physical activity outcomes (adjusted model β = - 651.6, t(613)

  4. International Energy Agency Implementing Agreements and Annexes: A Guide for Building Technologies Program Managers

    Energy Technology Data Exchange (ETDEWEB)

    Evans, Meredydd; Runci, Paul; Meier, Alan

    2008-08-01

    This report presents results from a program evaluation of the U.S. Department of Energy?s Buildings Technologies Program (BTP) participation in collaborative international technology implementing agreements. The evaluation was conducted by researchers from the Pacific Northwest National Laboratory and the Lawrence Berkeley National Laboratory in the fall of 2007 and winter 2008 and was carried out via interviews with stakeholders in four implementing agreements in which BTP participates, reviews of relevant program reports, websites and other published materials. In addition to these findings, the report includes a variety of supporting materials such that aim to assist BTP managers who currently participate in IEA implementing agreements or who may be considering participation.

  5. Implementation of SQLite database support in program gama-local

    Directory of Open Access Journals (Sweden)

    Vaclav Petras

    2012-03-01

    Full Text Available The program gama-local is a part of GNU Gama project and allows adjustment of local geodetic networks. Before realization of this project the program gama-local supported only XML as an input. I designed and implemented support for the SQLite database and thanks to this extension gama-local can read input data from the SQLite database. This article is focused on the specifics of the use of callback functions in C++ using the native SQLite C/C++ Application Programming Interface. The article provides solution to safe calling of callback functions written in C++. Callback functions are called from C library and C library itself is used by C++ program. Provided solution combines several programing techniques which are described in detail, so this article can serve as a cookbook even for beginner programmers.  This project was accomplished within my bachelor thesis.

  6. Implementation of laparoscopic hysterectomy: maintenance of skills after a mentorship program.

    Science.gov (United States)

    Twijnstra, A R H; Blikkendaal, M D; Kolkman, W; Smeets, M J G H; Rhemrev, J P T; Jansen, F W

    2010-01-01

    To evaluate the implementation and maintenance of advanced laparoscopic skills after a structured mentorship program in laparoscopic hysterectomy (LH). Cohort retrospective analysis of 104 successive LHs performed by two gynecologists during and after a mentorship program. LHs were compared for indication, patient characteristics and intraoperative characteristics. As a frame of reference, 94 LHs performed by the mentor were analyzed. With regard to indication, blood loss and adverse outcomes, both trainees performed LHs during their mentorship program comparable with the LHs performed by the mentor. The difference in mean operating time between trainees and mentor was not clinically significant. Both trainees progressed along a learning curve, while operating time remained statistically constant and comparable to that of the mentor. After completing the mentorship program, both gynecologists maintained their acquired skills as blood loss, adverse outcome rates and operating time were comparable with the results during their traineeship. A mentorship program is an effective and durable tool for implementing a new surgical procedure in a teaching hospital with respect to patient safety aspects, as indications, operating time and adverse outcome rates are comparable to those of the mentor in his own hospital during and after completing the mentorship program. Copyright © 2010 S. Karger AG, Basel.

  7. Hazardous Waste Development, Demonstration, and Disposal (HAZWDDD) Program Plan

    International Nuclear Information System (INIS)

    McGinnis, C.P.; Eisenhower, B.M.; Reeves, M.E.; DePaoli, S.M.; Stinton, L.H.; Harrington, E.H.

    1989-02-01

    The objective of the Hazardous Waste Development, Demonstration and Disposal (HAZWDDD) Program Plan is to ensure that the needs for treatment and disposal of all its hazardous and mixed wastes have been identified and planned for. A multifaceted approach to developing and implementing this plan is given, including complete plans for each of the five installations, and an overall integrated plan is also described in this report. The HAZWDDD Plan accomplishes the following: (1) provides background and organizational information; (2) summarizes the 402 hazardous and mixed waste streams from the five installations by grouping them into 13 general waste categories; (3) presents current treatment, storage, and disposal capabilities within Energy Systems; (4) develops a management strategy by outlining critical issues, presents flow sheets describing management schemes for problem waste streams, and builds on the needs identified; (5) outlines specific activities needed to implement the strategy developed; and (6) presents schedule and budget requirements for the next decade. The HAZWDDD Program addresses current and future technical problems and regulatory issues and uncertainties. Because of the nature and magnitude of the problems in hazardous and mixed waste management, substantial funding will be required. 10 refs., 39 figs., 16 tabs

  8. Design tradeoffs in long-term research for stream salamanders

    Science.gov (United States)

    Brand, Adrianne B,; Grant, Evan H. Campbell

    2017-01-01

    Long-term research programs can benefit from early and periodic evaluation of their ability to meet stated objectives. In particular, consideration of the spatial allocation of effort is key. We sampled 4 species of stream salamanders intensively for 2 years (2010–2011) in the Chesapeake and Ohio Canal National Historical Park, Maryland, USA to evaluate alternative distributions of sampling locations within stream networks, and then evaluated via simulation the ability of multiple survey designs to detect declines in occupancy and to estimate dynamic parameters (colonization, extinction) over 5 years for 2 species. We expected that fine-scale microhabitat variables (e.g., cobble, detritus) would be the strongest determinants of occupancy for each of the 4 species; however, we found greater support for all species for models including variables describing position within the stream network, stream size, or stream microhabitat. A monitoring design focused on headwater sections had greater power to detect changes in occupancy and the dynamic parameters in each of 3 scenarios for the dusky salamander (Desmognathus fuscus) and red salamander (Pseudotriton ruber). Results for transect length were more variable, but across all species and scenarios, 25-m transects are most suitable as a balance between maximizing detection probability and describing colonization and extinction. These results inform sampling design and provide a general framework for setting appropriate goals, effort, and duration in the initial planning stages of research programs on stream salamanders in the eastern United States.

  9. Disposal Activities and the Unique Waste Streams at the Nevada National Security Site (NNSS)

    International Nuclear Information System (INIS)

    Arnold, P.

    2012-01-01

    This slide show documents waste disposal at the Nevada National Security Site. Topics covered include: radionuclide requirements for waste disposal; approved performance assessment (PA) for depleted uranium disposal; requirements; program approval; the Waste Acceptance Review Panel (WARP); description of the Radioactive Waste Acceptance Program (RWAP); facility evaluation; recent program accomplishments, nuclear facility safety changes; higher-activity waste stream disposal; and, large volume bulk waste streams

  10. German Language and Culture: 9-Year Program Guide to Implementation, Grades 4-5-6

    Science.gov (United States)

    Alberta Education, 2008

    2008-01-01

    This implementation guide is intended to support the Grade 4 to Grade 6 portion of the German Language and Culture Nine-year Program (the program of studies). It was developed primarily for teachers, yet it includes information that may be useful for administrators and other stakeholders in their efforts to plan for and implement the new Chinese…

  11. Punjabi Language and Culture: 9-Year Program Guide to Implementation, Grades 4-5-6

    Science.gov (United States)

    Alberta Education, 2008

    2008-01-01

    This implementation guide is intended to support the Grade 4 to Grade 6 portion of the Punjabi Language and Culture Nine-Year Program (the program of studies.) It was developed primarily for teachers, yet it includes information that may be useful for administrators and other stakeholders in their efforts to plan for and implement the new Punjabi…

  12. More scalability, less pain: A simple programming model and its implementation for extreme computing

    International Nuclear Information System (INIS)

    Lusk, E.L.; Pieper, S.C.; Butler, R.M.

    2010-01-01

    This is the story of a simple programming model, its implementation for extreme computing, and a breakthrough in nuclear physics. A critical issue for the future of high-performance computing is the programming model to use on next-generation architectures. Described here is a promising approach: program very large machines by combining a simplified programming model with a scalable library implementation. The presentation takes the form of a case study in nuclear physics. The chosen application addresses fundamental issues in the origins of our Universe, while the library developed to enable this application on the largest computers may have applications beyond this one.

  13. Implementing farm-to-fork traceability in Tanzania

    CSIR Research Space (South Africa)

    Van Dyk, FE

    2005-08-01

    Full Text Available stream_source_info Van Dyk2_2005.pdf.txt stream_content_type text/plain stream_size 10949 Content-Encoding UTF-8 stream_name Van Dyk2_2005.pdf.txt Content-Type text/plain; charset=UTF-8 Copyright @ CSIR 2005 www....csir.co.za Implementing farm-to-fork traceability in Tanzania Esbeth van Dyk CSIR Centre for Logistics ORSSA/SAIIE August 2005 Copyright @ CSIR 2005 www.csir.co.za Structure • Why traceability? • Legislation • Tanzania project • Recordkeeping in coffee...

  14. Stream Processing Using Grammars and Regular Expressions

    DEFF Research Database (Denmark)

    Rasmussen, Ulrik Terp

    disambiguation. The first algorithm operates in two passes in a semi-streaming fashion, using a constant amount of working memory and an auxiliary tape storage which is written in the first pass and consumed by the second. The second algorithm is a single-pass and optimally streaming algorithm which outputs...... as much of the parse tree as is semantically possible based on the input prefix read so far, and resorts to buffering as many symbols as is required to resolve the next choice. Optimality is obtained by performing a PSPACE-complete pre-analysis on the regular expression. In the second part we present...... Kleenex, a language for expressing high-performance streaming string processing programs as regular grammars with embedded semantic actions, and its compilation to streaming string transducers with worst-case linear-time performance. Its underlying theory is based on transducer decomposition into oracle...

  15. Key ingredients for implementing intensive outpatient programs within patient-centered medical homes: A literature review and qualitative analysis.

    Science.gov (United States)

    Breland, Jessica Y; Asch, Steven M; Slightam, Cindie; Wong, Ava; Zulman, Donna M

    2016-03-01

    Intensive outpatient programs aim to transform care while conserving resources for high-need, high-cost patients, but little is known about factors that influence their implementation within patient-centered medical homes (PCMHs). In this mixed-methods study, we reviewed the literature to identify factors affecting intensive outpatient program implementation, then used semi-structured interviews to determine how these factors influenced the implementation of an intensive outpatient program within the Veterans Affairs' (VA) PCMH. Interviewees included facility leadership and clinical staff who were involved in a pilot Intensive Management Patient Aligned Care Team (ImPACT) intervention for high-need, high-cost VA PCMH patents. We classified implementation factors in the literature review and qualitative analysis using the Consolidated Framework for Implementation Research (CFIR). The literature review (n=9 studies) and analyses of interviews (n=15) revealed key implementation factors in three CFIR domains. First, the Inner Setting (i.e., the organizational and PCMH environment), mostly enabled implementation through a culture of innovation, good networks and communication, and positive tension for change. Second, Characteristics of Individuals, including creativity, flexibility, and interpersonal skills, allowed program staff to augment existing PCMH services. Finally, certain Intervention Characteristics (e.g., adaptability) enabled implementation, while others (e.g., complexity) generated implementation barriers. Resources and structural features common to PCMHs can facilitate implementation of intensive outpatient programs, but program success is also dependent on staff creativity and flexibility, and intervention adaptations to meet patient and organizational needs. Established PCMHs likely provide resources and environments that permit accelerated implementation of intensive outpatient programs. V. Published by Elsevier Inc.

  16. What is the role of a project or program manager in implementing and maintaining a quality assurance program

    International Nuclear Information System (INIS)

    Anon.

    1989-01-01

    The task of managing a government-funded program has changed significantly from the days when a program manager managed the funds and depended on reports from a contractor to measure the program's progress. Today's manager of waste management program must be personally involved in every aspect of the program. The successful manager of a waste management program will lead the development of management controls to ensure successful accomplishment of project objectives. This paper describes the responsibilities of the project manager, the quality assurance staff and how they interface to develop and implement a quality assurance program for a waste management program

  17. Family Economy and Its Implementation on Compulsory Education Program

    Directory of Open Access Journals (Sweden)

    Neni Hendaryati

    2015-12-01

    Full Text Available This research aims to determine and describe family economy and the implementation of nine-year compulsory education program at Kajenengan village, Bojong Sub District of Tegal in 2014. It was a qualitative descriptive study. The population of study was 1011 family leaders. This research used purposive sampling technique and 252 family leaders or about 25% of the population were as samples. Data were collected by observation, interview and documentation. Then, the data was analyzed by using data reduction, data display, and concluding. Findings show that the obstacles of social and economy faced by family: 47.20% of Kajenengan villagers are as farm labors, 28,57 % of  villagers get the average income per day from IDR 21,000 up to IDR 30,000,  33.73% of them have 5-6 family members in their nuclear family, and 32.80% of them who prioritize in education, especially on nine-years compulsory education program.  Then, there are only 8.73% of samples who implement the nine-year compulsory education program. Moreover, 47.62% family leaders say that most of their family members join the nine-year compulsory education and 43.65% of the family leaders say that all of their family members do not join the nine-year compulsory education at all.

  18. Implementation of a new advanced graduate education program in oral implantology.

    Science.gov (United States)

    Gallucci, German O; Weber, Hans Peter; Kalenderian, Elsbeth

    2012-10-01

    The academic program for the Harvard School of Dental Medicine's Advanced Graduate Program in Oral Implantology is based on scientific evidence applied to educational quality, translational research, patient care, and service. The objective of the program is to enable highly motivated individuals with proven scholarship and excellence in patient care to achieve academic leadership in the clinical and scientific fields of implant dentistry and tissue regeneration. A detailed curriculum describing the academic program, as well as a business plan (which included a management plan describing the organizational structure, financial implications, and market forces) and implementation and communication plans, were developed before moving forward. With careful academic and business planning, the result was a vibrant implant program, in which all placements and restorations of implants are coordinated with regard to practice management. The program is integrated into the existing clinical care model and has been financially self-sustaining from its inception. Six students have participated in the last two years. On average, each student performed seventy-nine procedures on twenty-nine patients, generating over $46,000 in production. The curriculum includes didactics, hands-on clinical learning, and research activities. Research is a critical component as well. The results demonstrate that the time taken to develop a detailed curriculum and business plan for a new academic program, which anticipated and resolved potential barriers to success, was instrumental in the successful implementation of an oral implantology residency program.

  19. EVALUATION OF CORPORATE SOCIAL RESPONSIBILITY PROGRAM IMPLEMENTATION IN BOGOR PDAM TIRTA PAKUAN, WEST JAVA PROVINCE

    Directory of Open Access Journals (Sweden)

    Ismartaya Ismartaya

    2017-07-01

    Full Text Available The purpose of this research is to determine whether the evaluation corporate social responsibility program implementation in Bogor PDAM Tirta Pakuan has been implemented in accordance with the vision, mission, and objectives of the company. PDAM Tirta Pakuan has a vision of CSR as a pioneer in the implementation of social responsibility in Bogor city especially and Indonesia in general. Through this vision, PDAM Tirta Pakuan Bogor city, would really seriously on the implementation of the CSR programs. Based on these purposes, this research is done by evaluating the CSR programs which implemented by PDAM Tirta Pakuan Bogor city and use CIPP evaluation model to conduct an evaluation of the program. The type which used on this research is evaluation research with using a qualitative approach. The source of information used is the Chief Executive of CSR PDAM Tirta Pakuan Bogor. Data collected by the observation, interview and documentation. Test validity of this research by using triangulation technique, while data analysis is done by reducing the data, presenting and concluding. The result shows that the program Tirta Pakuan care as the company’s strategy goes according to the purposes and plans that have been made by the company.

  20. Implementation and integration of program packages NAMMU and HYPAC

    International Nuclear Information System (INIS)

    Nedbal, T.

    1986-05-01

    This work is prepared for the Swedish Power Inspectorate (SKI). The SKI has from the Atomic Energy Research Establishment (AERE) at Harwell, U.K., acquired the computer model NAMMU for groundwater hydrology calculations. The code was first implemented on an AMDAHL 470, a IBM compatible computer, and then modified in order to integrate it with HYPAC, which is a program package for pre- and post-processing finite element data, developed by KEMAKTA AB. This report describes the modifications done to both NAMMU and HYPAC, and the verification of the coupled program system NAMMU-HYPAC. (author)

  1. High performance multiple stream data transfer

    International Nuclear Information System (INIS)

    Rademakers, F.; Saiz, P.

    2001-01-01

    The ALICE detector at LHC (CERN), will record raw data at a rate of 1.2 Gigabytes per second. Trying to analyse all this data at CERN will not be feasible. As originally proposed by the MONARC project, data collected at CERN will be transferred to remote centres to use their computing infrastructure. The remote centres will reconstruct and analyse the events, and make available the results. Therefore high-rate data transfer between computing centres (Tiers) will become of paramount importance. The authors will present several tests that have been made between CERN and remote centres in Padova (Italy), Torino (Italy), Catania (Italy), Lyon (France), Ohio (United States), Warsaw (Poland) and Calcutta (India). These tests consisted, in a first stage, of sending raw data from CERN to the remote centres and back, using a ftp method that allows connections of several streams at the same time. Thanks to these multiple streams, it is possible to increase the rate at which the data is transferred. While several 'multiple stream ftp solutions' already exist, the authors' method is based on a parallel socket implementation which allows, besides files, also objects (or any large message) to be send in parallel. A prototype will be presented able to manage different transfers. This is the first step of a system to be implemented that will be able to take care of the connections with the remote centres to exchange data and monitor the status of the transfer

  2. Factors related to leader implementation of a nationally disseminated community-based exercise program: a cross-sectional study

    Directory of Open Access Journals (Sweden)

    Economos Christina D

    2008-12-01

    Full Text Available Abstract Background The benefits of community-based health programs are widely recognized. However, research examining factors related to community leaders' characteristics and roles in implementation is limited. Methods The purpose of this cross-sectional study was to use a social ecological framework of variables to explore and describe the relationships between socioeconomic, personal/behavioral, programmatic, leadership, and community-level social and demographic characteristics as they relate to the implementation of an evidence-based strength training program by community leaders. Eight-hundred fifty-four trained program leaders in 43 states were invited to participate in either an online or mail survey. Corresponding community-level characteristics were also collected. Programmatic details were obtained from those who implemented. Four-hundred eighty-seven program leaders responded to the survey (response rate = 57%, 78% online and 22% by mail. Results Of the 487 respondents, 270 implemented the program (55%. One or more factors from each category – professional, socioeconomic, personal/behavioral, and leadership characteristics – were significantly different between implementers and non-implementers, determined by chi square or student's t-tests as appropriate. Implementers reported higher levels of strength training participation, current and lifetime physical activity, perceived support, and leadership competence (all p Conclusion Among this sample of trained leaders, several factors within the professional, socioeconomic, personal/behavioral, and leadership categories were related to whether they implemented a community-based exercise program. It may benefit future community-based physical activity program disseminations to consider these factors when selecting and training leaders.

  3. Independent review of inappropriate identification, storage and treatment methods of polychlorinated biphenyl waste streams

    International Nuclear Information System (INIS)

    1997-07-01

    The purpose of the review was to evaluate incidents involving the inappropriate identification, storage, and treatment methods associated with polychlorinated biphenyl (PCB) waste streams originating from the V-tank system at the Test Area North (TAN). The team was instructed to perform a comprehensive review of Lockheed Martin Idaho Technologies Company (LMITCO's) compliance programs related to these incidents to assess the adequacy and effectiveness of the management program in all respects including: adequacy of the waste management program in meeting all LMITCO requirements and regulations; adequacy of policies, plans, and procedures in addressing and implementing all federal and state requirements and regulations; and compliance status of LMITCO, LMITCO contract team members, and LMITCO contract/team member subcontractor personnel with established PCB management policies, plans, and procedures. The V-Tanks are part of an intermediate waste disposal system and are located at the Technical Support Facility (TSF) at TAN at the Idaho National Engineering and Environmental Laboratory (INEEL). The IRT evaluated how a waste was characterized, managed, and information was documented; however, they did not take control of wastes or ensure followup was performed on all waste streams that may have been generated from the V-Tanks. The team has also subsequently learned that the Environmental Restoration (ER) program is revising the plans for the decontamination and decommissioning of the intermediate waste disposal system based on new information listed and PCB wastes. The team has not reviewed those in-process changes. The source of PCB in the V-Tank is suspected to be a spill of hydraulic fluid in 1968

  4. Corporate Wellness Programs: Implementation Challenges in the Modern American Workplace

    Directory of Open Access Journals (Sweden)

    Bahaudin G. Mujtaba

    2013-01-01

    Full Text Available Being healthy is important for living well and achieving longevity. In the business realm, furthermore, employers want healthy employees, as these workers tend to be more productive, have fewer rates of absenteeism, and use less of their health insurance resources. This article provides an overview of corporate “wellness” efforts in the American workplace and the concomitant challenges which employers will confront in implementing these programs. Consequently, employers and managers must reflect upon wellness policies and objectives, consult with professionals, and discuss the ramifications thereof prior to implementation. The authors herein explore how employers are implementing policies that provide incentives to employees who lead “healthy” lifestyles as well as ones that impose costs on employees who lead “unhealthy” lifestyles.The distinctive contribution of this article is that it proactively explores wellness program implementation challenges and also supplies “best practices” in the modern workplace, so employers can be better prepared when they promulgate wellness policies, and then take practical steps to help their employees become healthier and thereby help to reduce insurance costs. The article, moreover, addresses how wellness policy incentives—in the form of “carrots” as well as penalties—in the form of “sticks” could affect employees, especially “non-healthy” employees, as well as employers, particularly legally. Based on the aforementioned challenges, the authors make practical recommendations for employers and managers, so that they can fashion and implement wellness policies that are deemed to be legal, ethical, and efficacious.

  5. Determination of the self purification of streams using tracers

    International Nuclear Information System (INIS)

    Salviano, J.S.

    1982-04-01

    A methodology for the 'in situ' evaluation of the self purification of streams is discussed. It consists of the simultaneous injection of two tracers into the stream. One of the tracers is oxidized by biochemical processes. It can be either artificially supplied to the stream or a naturally present component can be used. This tracer is used for the determination of the self purification parameters. The other tracer is conservative and allows for the hydrodynamic effects. Tests have been carried out in two streams with quite different hydrodynamic and physicochemical conditions. In the first stream, with a flow-rate of about 0.9 m 3 /s, urea was used as the nonconservative tracer. In the other stream, which had a flow-rate of about 5 m 3 /s, only a radioactive tracer has been used, and the rate of biochemical oxidation has been determined from BOD measurements. Calculations have been implemented on a digital computer. In both cases it was found that the reoxygenation rate is more conveniently determined by empirical formulas. Results from both tests have been deemed realistic by comparison with similar experiments. (Author) [pt

  6. Implementation of Environmental Flows for Intermittent River Systems: Adaptive Management and Stakeholder Participation Facilitate Implementation

    Science.gov (United States)

    Conallin, John; Wilson, Emma; Campbell, Josh

    2018-03-01

    Anthropogenic pressure on freshwater ecosystems is increasing, and often leading to unacceptable social-ecological outcomes. This is even more prevalent in intermittent river systems where many are already heavily modified, or human encroachment is increasing. Although adaptive management approaches have the potential to aid in providing the framework to consider the complexities of intermittent river systems and improve utility within the management of these systems, success has been variable. This paper looks at the application of an adaptive management pilot project within an environmental flows program in an intermittent stream (Tuppal Creek) in the Murray Darling Basin, Australia. The program focused on stakeholder involvement, participatory decision-making, and simple monitoring as the basis of an adaptive management approach. The approach found that by building trust and ownership through concentrating on inclusiveness and transparency, partnerships between government agencies and landholders were developed. This facilitated a willingness to accept greater risks and unintended consequences allowing implementation to occur.

  7. Integrative Dynamic Reconfiguration in a Parallel Stream Processing Engine

    DEFF Research Database (Denmark)

    Madsen, Kasper Grud Skat; Zhou, Yongluan; Cao, Jianneng

    2017-01-01

    Load balancing, operator instance collocations and horizontal scaling are critical issues in Parallel Stream Processing Engines to achieve low data processing latency, optimized cluster utilization and minimized communication cost respectively. In previous work, these issues are typically tackled...... solution called ALBIC, which support general jobs. We implement the proposed techniques on top of Apache Storm, an open-source Parallel Stream Processing Engine. The extensive experimental results over both synthetic and real datasets show that our techniques clearly outperform existing approaches....

  8. Implementing an Applied Science Program

    Science.gov (United States)

    Rickman, Doug; Presson, Joan

    2007-01-01

    The work implied in the NASA Applied Science Program requires a delicate balancing act for the those doing it. At the implementation level there are multiple tensions intrinsic to the program. For example each application of an existing product to a decision support process requires deep knowledge about the data and deep knowledge about the decision making process. It is highly probable no one person has this range of knowledge. Otherwise the decision making process would already be using the data. Therefore, a team is required. But building a team usually requires time, especially across agencies. Yet the program mandates efforts of relatively short duration. Further, those who know the data are scientists, which makes them essential to the program. But scientists are evaluated on their publication record. Anything which diverts a scientist from the research for his next publication is an anathema to him and potential death to their career. Trying to get another agency to use NASA data does not strike most scientists as material inherently suitable for publication. Also, NASA wishes to rapidly implement often substantial changes to another agency's process. For many reasons, such as budget and program constraints, speed is important. But the owner of a decision making process is tightly constrained, usually by law, regulation, organization and custom. Changes when made are slow, cautious, even hesitant, and always done according a process specific to the situation. To manage this work MSFC must balance these and other tensions. Some things we have relatively little control over, such as budget. These we try to handle by structural techniques. For example by insisting all of our people work on multiple projects simultaneously we inherently have diversification of funding for all of our people. In many cases we explicitly use some elements of tension to be productive. For example the need for the scientists to constantly publish is motivation to keep tasks short and

  9. Asynchronous stream processing with S-Net

    NARCIS (Netherlands)

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

    2010-01-01

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

  10. Standard Review Plan Update and Development Program. Implementing Procedures Document

    Energy Technology Data Exchange (ETDEWEB)

    1992-05-01

    This implementing procedures document (IPD) was prepared for use in implementing tasks under the standard review plan update and development program (SRP-UDP). The IPD provides comprehensive guidance and detailed procedures for SRP-UDP tasks. The IPD is mandatory for contractors performing work for the SRP-UDP. It is guidance for the staff. At the completion of the SRP-UDP, the IPD will be revised (to remove the UDP aspects) and will replace NRR Office Letter No. 800 as long-term maintenance procedures.

  11. Implementation of Best Practices in Obesity Prevention in Child Care Facilities: The Arizona Empower Program, 2013-2015.

    Science.gov (United States)

    Papa, Jillian; Agostinelli, Joan; Rodriguez, Gertrudes; Robinson, Deborah

    2017-09-07

    Obesity is a major health concern in every US age group. Approximately one in 4 children in Arizona's Special Supplemental Nutrition Program for Women, Infants, and Children is overweight or obese. The Arizona Department of Health Services developed the Empower program to promote healthy environments in licensed child care facilities. The program consists of 10 standards, including one standard for each of these 5 areas: physical activity and screen time, breastfeeding, fruit juice and water, family-style meals, and staff training. The objective of this evaluation was to determine the level of implementation of these 5 Empower standards. A self-assessment survey was completed from July 2013 through June 2015 by 1,850 facilities to evaluate the level of implementation of 5 Empower standards. We calculated the percentage of facilities that reported the degree to which they implemented each standard and identified common themes in comments recorded in the survey. All facilities reported either full or partial implementation of the 5 standards. Of 1,678 facilities, 21.7% (n = 364) reported full implementation of all standards, and 78.3% (n = 1,314) reported at least partial implementation. Staff training, which has only one component, had the highest level of implementation: 77.4% (n = 1,299) reported full implementation. Only 44.0% (n = 738) reported full implementation of the standard on a breastfeeding-friendly environment. Arizona child care facilities have begun to implement the Empower program, but facilities will need more education, technical assistance, and support in some areas to fully implement the program.

  12. History of Rocky Flats waste streams

    International Nuclear Information System (INIS)

    Luckett, L.L.; Dickman, A.A.; Wells, C.R.; Vickery, D.J.

    1982-01-01

    An analysis of the waste streams at Rocky Flats was done to provide information for the Waste Certification program. This program has involved studying the types and amounts of retrievable transuranic (TRU) waste from Rocky Flats that is stored at the Idaho National Engineering Laboratory (INEL). The information can be used to estimate the types and amounts of waste that will need to be permanently stored in the Waste Isolation Pilot Plant (WIPP). The study covered mostly the eight-year period from June 1971 to June 1979. The types, amounts, and plutonium content of TRU waste and the areas or operations responsible for generating the waste are summarized in this waste stream history report. From the period studied, a total of 24,546,153 lbs of waste containing 211,148 g of plutonium currently occupies 709,497 cu ft of storage space at INEL

  13. Towards Cache-Enabled, Order-Aware, Ontology-Based Stream Reasoning Framework

    Energy Technology Data Exchange (ETDEWEB)

    Yan, Rui; Praggastis, Brenda L.; Smith, William P.; McGuinness, Deborah L.

    2016-08-16

    While streaming data have become increasingly more popular in business and research communities, semantic models and processing software for streaming data have not kept pace. Traditional semantic solutions have not addressed transient data streams. Semantic web languages (e.g., RDF, OWL) have typically addressed static data settings and linked data approaches have predominantly addressed static or growing data repositories. Streaming data settings have some fundamental differences; in particular, data are consumed on the fly and data may expire. Stream reasoning, a combination of stream processing and semantic reasoning, has emerged with the vision of providing "smart" processing of streaming data. C-SPARQL is a prominent stream reasoning system that handles semantic (RDF) data streams. Many stream reasoning systems including C-SPARQL use a sliding window and use data arrival time to evict data. For data streams that include expiration times, a simple arrival time scheme is inadequate if the window size does not match the expiration period. In this paper, we propose a cache-enabled, order-aware, ontology-based stream reasoning framework. This framework consumes RDF streams with expiration timestamps assigned by the streaming source. Our framework utilizes both arrival and expiration timestamps in its cache eviction policies. In addition, we introduce the notion of "semantic importance" which aims to address the relevance of data to the expected reasoning, thus enabling the eviction algorithms to be more context- and reasoning-aware when choosing what data to maintain for question answering. We evaluate this framework by implementing three different prototypes and utilizing five metrics. The trade-offs of deploying the proposed framework are also discussed.

  14. Development and implementation of the heavy water program at Bruce Power

    International Nuclear Information System (INIS)

    Davloor, R.; Bourassa, C.

    2014-01-01

    Bruce Power operates 8 pressurized heavy water reactor units requiring more than 6000 mega grams (Mg) of heavy water. A Heavy Water Management Program that has been developed to administer this asset over the past 3 years. Through a corporate management system the Program provides governance, oversight and support to the stations. It is implemented through organizational structure, program and procedure documents and an information management system that provides benchmarked metrics, business intelligence and analytics for decision making and prediction. The program drives initiatives such as major maintenance activities, capital programs, detritiation strategies and ensures heavy water systems readiness for outages and rehabilitation of units. (author)

  15. Development and implementation of the heavy water program at Bruce Power

    Energy Technology Data Exchange (ETDEWEB)

    Davloor, R.; Bourassa, C., E-mail: ram.davloor@brucepower.com, E-mail: carl.bourassa@brucepower.com [Bruce Power, Tiverton, ON (Canada)

    2014-07-01

    Bruce Power operates 8 pressurized heavy water reactor units requiring more than 6000 mega grams (Mg) of heavy water. A Heavy Water Management Program that has been developed to administer this asset over the past 3 years. Through a corporate management system the Program provides governance, oversight and support to the stations. It is implemented through organizational structure, program and procedure documents and an information management system that provides benchmarked metrics, business intelligence and analytics for decision making and prediction. The program drives initiatives such as major maintenance activities, capital programs, detritiation strategies and ensures heavy water systems readiness for outages and rehabilitation of units. (author)

  16. Factors facilitating and inhibiting implementation of easy accessible sporting programs.

    NARCIS (Netherlands)

    Ooms, L.; Veenhof, C.

    2012-01-01

    Introduction: The organized sport sector has been identified as a potential setting for physical activity promotion. In The Netherlands, ten national sporting organizations were funded to develop and implement easy accessible sporting programs, especially for the least active population groups. A

  17. 76 FR 55136 - Implementation of the Alternative Dispute Resolution Program

    Science.gov (United States)

    2011-09-06

    ... NUCLEAR REGULATORY COMMISSION [NRC-2011-0208] Implementation of the Alternative Dispute Resolution... stakeholders on its Alternative Dispute Resolution (ADR) Program in the Office of Enforcement (OE). The meeting... INFORMATION: I. Background Congress enacted the Administrative Dispute Resolution Act (Act) which requires...

  18. Plan and schedule for disposition and regulatory compliance for miscellaneous streams. Revision 1

    International Nuclear Information System (INIS)

    1994-12-01

    On December 23, 1991, the U.S. Department of Energy, Richland Operations Office (RL) and the Washington State Department of Ecology (Ecology) agreed to adhere to the provisions of Department of Ecology Consent Order No. DE 91NM-177 (Consent Order). The Consent Order lists regulatory milestones for liquid effluent streams at the Hanford Site to comply with the permitting requirements of Washington Administrative Code (WAC) 173-216 (State Waste Discharge Permit Program) or WAC 173-218 (Washington Underground Injection Control Program) where applicable. Hanford Site liquid effluent streams discharging to the soil column have been categorized in the Consent Order as follows: Phase I Streams Phase II Streams Miscellaneous Streams. Phase I and Phase II Streams are addressed in two RL reports: open-quotes Plan and Schedule to Discontinue Disposal of Contaminated Liquids into the Soil Column at the Hanford Siteclose quotes (DOE-RL 1987), and open-quotes Annual Status of the Report of the Plan and Schedule to Discontinue Disposal of Contaminated Liquids into the Soil Column at the Hanford Siteclose quotes. Miscellaneous Streams are those liquid effluent streams discharged to the ground that are not categorized as Phase I or Phase II Streams. Miscellaneous Streams discharging to the soil column at the Hanford Site are subject to the requirements of several milestones identified in the Consent Order. This document provides a plan and schedule for the disposition of Miscellaneous Streams. The disposition process for the Miscellaneous Streams is facilitated using a decision tree format. The decision tree and corresponding analysis for determining appropriate disposition of these streams is presented in this document

  19. Factors associated with the implementation of programs for drug abuse prevention in schools

    Directory of Open Access Journals (Sweden)

    Ana Paula Dias Pereira

    2016-01-01

    Full Text Available ABSTRACT OBJECTIVE To analyze if characteristics of managers, schools, and curriculum are associated with the implementation of programs for drug abuse prevention in elementary and high schools. METHODS Cross-sectional study, with random sample of 263 school managers. Data were collected between 2012 and 2013 by a program that sends forms via internet. A closed self-filling questionnaire was applied online. Statistical analysis included Chi-square tests and logistic regression models. The outcome variable was the presence of program for drug abuse prevention inserted in the daily life and educational program of the school. The explanatory variables were divided into: demographic data of the manager; characteristics of the school and of the curriculum; health education; and drug use in the school. RESULTS We found that 42.5% (95%CI 36.1–49.1 of the evaluated schools had programs for drug abuse prevention. With the multiple logistic regression model, we observed that the more time the manager has worked with education, the chance of the school having a program increased at about 4.0%. Experimenting with innovative teaching techniques also increased at about six times the chance of the school developing a program for drug abuse prevention. The difficulties in the implementation of the programs were more present in state and municipal schools, when compared with private schools, due to, for instance: lack of teaching materials, lack of money, and competing demands for teaching other subjects. CONCLUSIONS The implementation of programs for drug abuse prevention in the city of Sao Paulo is associated with the experience of the manager in education and with the teaching strategies of the school.

  20. Bruce Power's nuclear pressure boundary quality assurance program requirements, implementation and transition

    International Nuclear Information System (INIS)

    Krane, J.C.

    2009-01-01

    The development of a full scope nuclear pressure boundary quality assurance program in Canada requires extensive knowledge of the structure and detailed requirements of codes and standards published by the Canadian Standards Association (CSA) and American Society of Mechanical Engineers (ASME). Incorporation into company governance documents and implementation of these requirements while managing the transition to more recent revisions of these codes and standards represents a significant challenge for Bruce Power, Canada's largest independent nuclear operator. This paper explores the key developments and innovative changes that are used to ensure successful regulatory compliance and effective implementation of the Bruce Power Pressure Boundary Quality Assurance Program. Challenges and mitigating strategies to sustain this large compliance based program at Bruce Power's 8 unit nuclear power plant site will also be detailed. (author)

  1. Anglo-Saxon experience in the implementation of correctional treatment and the Polish individual rehabilitation program

    Directory of Open Access Journals (Sweden)

    Maciej Bernasiewicz

    2012-12-01

    Full Text Available The authors cite American and British research on the effectiveness of correctional treatment. On that basis, they describe several crucial factors that affect the success of rehabilitation (e.g., educators’ skills, working with families of juvenile offenders. The article broadly discusses the specific juvenile residential treatment program that has been implemented in Florida. The conclusions of this program are drawn from the research conducted through interviews with juvenile offenders (young adults who have effectively completed the process of rehabilitation in correctional facilities. Furthermore, the authors discuss an individual program of rehabilitation (IPR implemented in Polish correctional facilities. Using the experience and the impact of correctional treatment in the West, it is proposed to introduce certain modifications in the planning and implementation of Polish correctional treatment programs (IPR s.

  2. Design and Implementation of Modular Software for Programming Mobile Robots

    Directory of Open Access Journals (Sweden)

    Alessandro Farinelli

    2006-03-01

    Full Text Available This article describes a software development toolkit for programming mobile robots, that has been used on different platforms and for different robotic applications. We address design choices, implementation issues and results in the realization of our robot programming environment, that has been devised and built from many people since 1998. We believe that the proposed framework is extremely useful not only for experienced robotic software developers, but also for students approaching robotic research projects.

  3. Implementing the lattice Boltzmann model on commodity graphics hardware

    International Nuclear Information System (INIS)

    Kaufman, Arie; Fan, Zhe; Petkov, Kaloian

    2009-01-01

    Modern graphics processing units (GPUs) can perform general-purpose computations in addition to the native specialized graphics operations. Due to the highly parallel nature of graphics processing, the GPU has evolved into a many-core coprocessor that supports high data parallelism. Its performance has been growing at a rate of squared Moore's law, and its peak floating point performance exceeds that of the CPU by an order of magnitude. Therefore, it is a viable platform for time-sensitive and computationally intensive applications. The lattice Boltzmann model (LBM) computations are carried out via linear operations at discrete lattice sites, which can be implemented efficiently using a GPU-based architecture. Our simulations produce results comparable to the CPU version while improving performance by an order of magnitude. We have demonstrated that the GPU is well suited for interactive simulations in many applications, including simulating fire, smoke, lightweight objects in wind, jellyfish swimming in water, and heat shimmering and mirage (using the hybrid thermal LBM). We further advocate the use of a GPU cluster for large scale LBM simulations and for high performance computing. The Stony Brook Visual Computing Cluster has been the platform for several applications, including simulations of real-time plume dispersion in complex urban environments and thermal fluid dynamics in a pressurized water reactor. Major GPU vendors have been targeting the high performance computing market with GPU hardware implementations. Software toolkits such as NVIDIA CUDA provide a convenient development platform that abstracts the GPU and allows access to its underlying stream computing architecture. However, software programming for a GPU cluster remains a challenging task. We have therefore developed the Zippy framework to simplify GPU cluster programming. Zippy is based on global arrays combined with the stream programming model and it hides the low-level details of the

  4. STREAM

    DEFF Research Database (Denmark)

    Godsk, Mikkel

    This paper presents a flexible model, ‘STREAM’, for transforming higher science education into blended and online learning. The model is inspired by ideas of active and collaborative learning and builds on feedback strategies well-known from Just-in-Time Teaching, Flipped Classroom, and Peer...... Instruction. The aim of the model is to provide both a concrete and comprehensible design toolkit for adopting and implementing educational technologies in higher science teaching practice and at the same time comply with diverse ambitions. As opposed to the above-mentioned feedback strategies, the STREAM...... model supports a relatively diverse use of educational technologies and may also be used to transform teaching into completely online learning. So far both teachers and educational developers have positively received the model and the initial design experiences show promise....

  5. Pile Structure Program, Projected Start Date : January 1, 2010 (Implementation).

    Energy Technology Data Exchange (ETDEWEB)

    Collins, Chris; Corbett, Catherine [Lower Columbia River Estuary Partnership; Ebberts, Blaine [U.S. Army Corps of Engineers

    2009-07-27

    The 2008 Federal Columbia River Power System Biological Opinion includes Reasonable and Prudent Alternative 38-Piling and Piling Dike Removal Program. This RPA directs the Action Agencies to work with the Estuary Partnership to develop and implement a piling and pile dike removal program. The program has since evolved to include modifying pile structures to enhance their habitat value and complexity by adding large woody debris. The geographic extent of the Pile Structure Program (PSP) includes all tidally-influenced portions of the lower Columbia River below Bonneville Dam; however, it will focus on the mainstem. The overarching goal of the PSP is to enhance and restore ecosystem structure and function for the recovery of federally listed salmonids through the active management of pile structures. To attain this goal, the program team developed the following objectives: (1) Develop a plan to remove or modify pile structures that have lower value to navigation channel maintenance, and in which removal or modification will present low-risk to adjacent land use, is cost-effective, and would result in increased ecosystem function. (2) Determine program benefits for juvenile salmonids and the ecosystem through a series of intensively monitored pilot projects. (3) Incorporate best available science and pilot project results into an adaptive management framework that will guide future management by prioritizing projects with the highest benefits. The PSP's hypotheses, which form the basis of the pilot project experiments, are organized into five categories: Sediment and Habitat-forming Processes, Habitat Conditions and Food Web, Piscivorous Fish, Piscivorous Birds, and Toxic Contaminant Reduction. These hypotheses are based on the effects listed in the Estuary Module (NOAA Fisheries in press) and others that emerged during literature reviews, discussions with scientists, and field visits. Using pilot project findings, future implementation will be adaptively managed

  6. Personnel role by implementing anti-crisis programs in small and medium-size enterprises

    Directory of Open Access Journals (Sweden)

    Pak Andrey Borisovitch

    2011-08-01

    Full Text Available To recover from crisis, small and medium-size enterprises have to develop anti-crisis plans and programs and to monitor the implementation process. The implementation efficiency is provided by the personnel which needs appraisal, motivation and development.

  7. Data report: Illinois, Indiana, Kentucky, Tennessee, and Ohio. National Uranium Resource Evaluation Program. Hydrogeochemical and stream sediment reconnaissance

    International Nuclear Information System (INIS)

    Sargent, K.A.; Cook, J.R.; Fay, W.M.

    1982-02-01

    This report presents the results of ground water, stream water, and stream sediment reconnaissance in Illinois, Indiana, Kentucky, Tennessee, and Ohio. The following sample types were collected in each state: Illinois - 716 stream sediment, 1046 ground water, 337 stream water; Indiana - 126 stream sediment, 443 ground water, 111 stream water; Kentucky - 4901 stream sediment, 6408 ground water, 3966 stream water; Tennessee - 3309 stream sediment, 3574 ground water, 1584 stream water; Ohio - 1214 stream sediment, 2049 ground water, 1205 stream water. Neutron activation analyses are given for U, Br, Cl, F, Mn, Na, Al, V, and Dy in ground water and stream water, and for U, Th, Hf, Ce, Fe, Mn, Na, Sc, Ti, V, Al, Dy, Eu, La, Sm, Yb, and Lu in sediments. Supplementary analyses by other techniques are reported for U (extractable), Ag, As, Ba, Be, Ca, Co, Cr, Cu, K, Li, Mg, Mo, Nb, Ni, P, Pb, Se, Sn, Sr, W, Y, and Zn. These analyses were made on 248 sediment samples from Tennessee. Field measurements and observations are reported for each site. Oak Ridge National Laboratory analyzed sediment samples which were not analyzed by Savannah River Laboratory neutron activation

  8. Final Report for Award #DE-SC3956 Separating Algorithm and Implementation via programming Model Injection (SAIMI)

    Energy Technology Data Exchange (ETDEWEB)

    Strout, Michelle [Colorado State Univ., Fort Collins, CO (United States)

    2015-08-15

    Programming parallel machines is fraught with difficulties: the obfuscation of algorithms due to implementation details such as communication and synchronization, the need for transparency between language constructs and performance, the difficulty of performing program analysis to enable automatic parallelization techniques, and the existence of important "dusty deck" codes. The SAIMI project developed abstractions that enable the orthogonal specification of algorithms and implementation details within the context of existing DOE applications. The main idea is to enable the injection of small programming models such as expressions involving transcendental functions, polyhedral iteration spaces with sparse constraints, and task graphs into full programs through the use of pragmas. These smaller, more restricted programming models enable orthogonal specification of many implementation details such as how to map the computation on to parallel processors, how to schedule the computation, and how to allocation storage for the computation. At the same time, these small programming models enable the expression of the most computationally intense and communication heavy portions in many scientific simulations. The ability to orthogonally manipulate the implementation for such computations will significantly ease performance programming efforts and expose transformation possibilities and parameter to automated approaches such as autotuning. At Colorado State University, the SAIMI project was supported through DOE grant DE-SC3956 from April 2010 through August 2015. The SAIMI project has contributed a number of important results to programming abstractions that enable the orthogonal specification of implementation details in scientific codes. This final report summarizes the research that was funded by the SAIMI project.

  9. Current progress in implementing the payments-equal-to-taxes (PETT) program in Nevada

    International Nuclear Information System (INIS)

    Lundgaard, E.L.; Ellis, C.B.

    1993-01-01

    The Nuclear Waste Policy Act of 1982, as amended (NWPA), requires the Secretary of Energy to make Payments-equal-to-Taxes (PETT) to local units of government that are affected by the potential repository at Yucca Mountain, Nevada. The PETT program is designed to provide affected jurisdictions with the revenue they would have received if the potential repository site was being characterized and possibly developed by a private entity rather than the Federal government. A paper presented at last year's conference described how the PETT Program would be implemented in the State of Nevada. This paper describes the current progress in implementing the program as it relates to the PETT associated with property taxes

  10. Assessing the chemical contamination dynamics in a mixed land use stream system

    DEFF Research Database (Denmark)

    Sonne, Anne Thobo; McKnight, Ursula S.; Rønde, Vinni

    2017-01-01

    Traditionally, the monitoring of streams for chemical and ecological status has been limited to surface water concentrations, where the dominant focus has been on general water quality and the risk for eutrophication. Mixed land use stream systems, comprising urban areas and agricultural production......, are challenging to assess with multiple chemical stressors impacting stream corridors. New approaches are urgently needed for identifying relevant sources, pathways and potential impacts for implementation of suitable source management and remedial measures. We developed a method for risk assessing chemical...... stressors in these systems and applied the approach to a 16-km groundwater-fed stream corridor (Grindsted, Denmark). Three methods were combined: (i) in-stream contaminant mass discharge for source quantification, (ii) Toxic Units and (iii) environmental standards. An evaluation of the chemical quality...

  11. Cost-effectiveness analysis of implementing an antimicrobial stewardship program in critical care units.

    Science.gov (United States)

    Ruiz-Ramos, Jesus; Frasquet, Juan; Romá, Eva; Poveda-Andres, Jose Luis; Salavert-Leti, Miguel; Castellanos, Alvaro; Ramirez, Paula

    2017-06-01

    To evaluate the cost-effectiveness of antimicrobial stewardship (AS) program implementation focused on critical care units based on assumptions for the Spanish setting. A decision model comparing costs and outcomes of sepsis, community-acquired pneumonia, and nosocomial infections (including catheter-related bacteremia, urinary tract infection, and ventilator-associated pneumonia) in critical care units with or without an AS was designed. Model variables and costs, along with their distributions, were obtained from the literature. The study was performed from the Spanish National Health System (NHS) perspective, including only direct costs. The Incremental Cost-Effectiveness Ratio (ICER) was analysed regarding the ability of the program to reduce multi-drug resistant bacteria. Uncertainty in ICERs was evaluated with probabilistic sensitivity analyses. In the short-term, implementing an AS reduces the consumption of antimicrobials with a net benefit of €71,738. In the long-term, the maintenance of the program involves an additional cost to the system of €107,569. Cost per avoided resistance was €7,342, and cost-per-life-years gained (LYG) was €9,788. Results from the probabilistic sensitivity analysis showed that there was a more than 90% likelihood that an AS would be cost-effective at a level of €8,000 per LYG. Wide variability of economic results obtained from the implementation of this type of AS program and short information on their impact on patient evolution and any resistance avoided. Implementing an AS focusing on critical care patients is a long-term cost-effective tool. Implementation costs are amortized by reducing antimicrobial consumption to prevent infection by multidrug-resistant pathogens.

  12. Edit distance for marked point processes revisited: An implementation by binary integer programming

    Energy Technology Data Exchange (ETDEWEB)

    Hirata, Yoshito; Aihara, Kazuyuki [Institute of Industrial Science, The University of Tokyo, 4-6-1 Komaba, Meguro-ku, Tokyo 153-8505 (Japan)

    2015-12-15

    We implement the edit distance for marked point processes [Suzuki et al., Int. J. Bifurcation Chaos 20, 3699–3708 (2010)] as a binary integer program. Compared with the previous implementation using minimum cost perfect matching, the proposed implementation has two advantages: first, by using the proposed implementation, we can apply a wide variety of software and hardware, even spin glasses and coherent ising machines, to calculate the edit distance for marked point processes; second, the proposed implementation runs faster than the previous implementation when the difference between the numbers of events in two time windows for a marked point process is large.

  13. IPTV based on IP network and streaming media service station

    Science.gov (United States)

    Sun, Jifeng; Gao, Songbo

    2007-11-01

    IPTV can be a new service performed on the Internet in that network transmission and streaming media technologies are getting mature. In this paper, IPTV system infrastructure of UTStarcom, key technologies deployed, and applications will be discussed and evaluated. The key technologies to achieve IPTV services include 1) codec and compression; 2) streaming media; and 3) broadband networks and access to such networks. The implementation of Media Switch IPTV system in Harbin CNC city network is also discussed.

  14. International Review of the Development and Implementation of Energy Efficiency Standards and Labeling Programs

    Energy Technology Data Exchange (ETDEWEB)

    Zhou, Nan; Zheng, Nina; Fridley, David

    2012-02-28

    Appliance energy efficiency standards and labeling (S&L) programs have been important policy tools for regulating the efficiency of energy-using products for over 40 years and continue to expand in terms of geographic and product coverage. The most common S&L programs include mandatory minimum energy performance standards (MEPS) that seek to push the market for efficient products, and energy information and endorsement labels that seek to pull the market. This study seeks to review and compare some of the earliest and most well-developed S&L programs in three countries and one region: the U.S. MEPS and ENERGY STAR, Australia MEPS and Energy Label, European Union MEPS and Ecodesign requirements and Energy Label and Japanese Top Runner programs. For each program, key elements of S&L programs are evaluated and comparative analyses across the programs undertaken to identify best practice examples of individual elements as well as cross-cutting factors for success and lessons learned in international S&L program development and implementation. The international review and comparative analysis identified several overarching themes and highlighted some common factors behind successful program elements. First, standard-setting and programmatic implementation can benefit significantly from a legal framework that stipulates a specific timeline or schedule for standard-setting and revision, product coverage and legal sanctions for non-compliance. Second, the different MEPS programs revealed similarities in targeting efficiency gains that are technically feasible and economically justified as the principle for choosing a standard level, in many cases at a level that no product on the current market could reach. Third, detailed survey data such as the U.S. Residential Energy Consumption Survey (RECS) and rigorous analyses provide a strong foundation for standard-setting while incorporating the participation of different groups of stakeholders further strengthen the process

  15. Measuring implementation of a school-based violence prevention program : Fidelity and teachers' responsiveness as predictors of proximal outcomes

    NARCIS (Netherlands)

    Schultes, Marie Therese; Stefanek, Elisabeth; van de Schoot, Rens; Strohmeier, Dagmar; Spiel, Christiane

    2014-01-01

    When school-based prevention programs are put into practice, evaluation studies commonly only consider one indicator of program implementation. The present study investigates how two different aspects of program implementation - fidelity and participant responsiveness - jointly influence proximal

  16. Association of school performance indicators with implementation of the Healthy Kids, Smart Kids program: case study

    Science.gov (United States)

    Nansel, Tonja R.; Huang, Terry T.K.; Rovner, Alisha J.; Sanders-Butler, Yvonne

    2009-01-01

    Objective: The purpose of this analysis was to examine secular trends in school performance indicators in relationship to the implementation of a program targeting the school food and physical activity environment. Design: Data on available school performance indicators were obtained; retrospective analyses were conducted to assess trends in indicators in association with program implementation; each outcome was regressed on year, beginning with the year prior to program implementation. Setting: The Healthy Kids, Smart Kids program was a grass-roots effort to enhance the school food and physical activity environment in the Browns Mill Elementary School in Georgia. Subjects: Data included publicly available school records from the years 1995 to 2006. Results: The number of nurse, counseling, and disciplinary referrals per 100 students demonstrated a downward trend, while standardized test scores demonstrated an upward trend beginning the year of program implementation. School year was a significant predictor of all indicators. Conclusions: Promoting nutrition and physical activity within the school environment may be a promising approach for enhancing both student health and educational outcomes. PMID:19454125

  17. Implementing a collaborative return-to-work program: Lessons from a qualitative study in a large Canadian healthcare organization.

    Science.gov (United States)

    Skivington, Kathryn; Lifshen, Marni; Mustard, Cameron

    2016-11-22

    Comprehensive workplace return-to-work policies, applied with consistency, can reduce length of time out of work and the risk of long-term disability. This paper reports on the findings from a qualitative study exploring managers' and return-to-work-coordinators' views on the implementation of their organization's new return-to-work program. To provide practical guidance to organizations in designing and implementing return-to-work programs for their employees. Semi-structured qualitative interviews were undertaken with 20 managers and 10 return-to-work co-ordinators to describe participants' perspectives on the progress of program implementation in the first 18 months of adoption. The study was based in a large healthcare organization in Ontario, Canada. Thematic analysis of the data was conducted. We identified tensions evident in the early implementation phase of the organization's return-to-work program. These tensions were attributed to uncertainties concerning roles and responsibilities and to circumstances where objectives or principles appeared to be in conflict. The implementation of a comprehensive and collaborative return-to-work program is a complex challenge. The findings described in this paper may provide helpful guidance for organizations embarking on the development and implementation of a return-to-work program.

  18. Methodology for Estimation of Flood Magnitude and Frequency for New Jersey Streams

    Science.gov (United States)

    Watson, Kara M.; Schopp, Robert D.

    2009-01-01

    cooperatively by the U.S. Geological Survey and the Environmental Systems Research Institute, Inc., and was designed for national implementation. This web application has been recently implemented for use in New Jersey. This program used in conjunction with a geographic information system provides the computation of values for selected basin characteristics, estimates of flood magnitudes and frequencies, and statistics for stream locations in New Jersey chosen by the user, whether the site is gaged or ungaged.

  19. Implementation of Estrus Synchronization and Artificial Insemination Program (GBIB in West Waringin Kota District, Central Kalimantan Province of Indonesia

    Directory of Open Access Journals (Sweden)

    Kristiana Tresia

    2018-01-01

    Full Text Available The government has launched a program of self-sufficiency in meat as an effort to overcome the shortage of beef supply to meet the needs of the community, especially when the day of religious festivities. GBIB program Implementation is expected to meet the needs of the community will be beef, as demand for beef is always soaring demand every year, especially ahead of religious festivals. To discuss and review the implementation of the program stretcher author uses the theory EDWARDS III to determine the success or failure of the implementation of the program in the district of Kota Waringin Barat. Issues to be examined are 1 the quality and quantity of resources, 2 communication and dissemination program, 3 Attitude 4 Bureaucracy. This will be the focus to see the successful implementation of the program of snapping / sync Lust and optimize of GBIB in the district of Kota Waringin. This study uses the concept of a qualitative descriptive approach with the aim of providing an overview of how the implementation of the field program and then analyzed using the theory of Edwards III. The results of this study show that: 1 Aspects of Resource (HR, Information, Privileges and amenities, some support as the support means the production of drugs / vitamins and breeding stock (straw superior adequate and well as the authority and the information available is quite good, while some aspects that do not support such as: HR, execution time, geographical conditions, transport facilities support, 2 aspect Communications (Transmission, Clarity, Consistency and Coordination strongly supports the implementation of the program GBIB is 3 aspects of attitude (attitude implementer, Support Leader, Incentives for implementing and Transparency, relatively supportive in this program, and 4 Structural Aspects of Bureaucracy (SOP and Fragmentation still do not support the implementation of the Program snapping Sexual arousal and this Artificial Insemination.

  20. The Stream-Catchment (StreamCat) and Lake-Catchment ...

    Science.gov (United States)

    Background/Question/MethodsLake and stream conditions respond to both natural and human-related landscape features. Characterizing these features within contributing areas (i.e., delineated watersheds) of streams and lakes could improve our understanding of how biological conditions vary spatially and improve the use, management, and restoration of these aquatic resources. However, the specialized geospatial techniques required to define and characterize stream and lake watersheds has limited their widespread use in both scientific and management efforts at large spatial scales. We developed the StreamCat and LakeCat Datasets to model, predict, and map the probable biological conditions of streams and lakes across the conterminous US (CONUS). Both StreamCat and LakeCat contain watershed-level characterizations of several hundred natural (e.g., soils, geology, climate, and land cover) and anthropogenic (e.g., urbanization, agriculture, mining, and forest management) landscape features for ca. 2.6 million stream segments and 376,000 lakes across the CONUS, respectively. These datasets can be paired with field samples to provide independent variables for modeling and other analyses. We paired 1,380 stream and 1,073 lake samples from the USEPAs National Aquatic Resource Surveys with StreamCat and LakeCat and used random forest (RF) to model and then map an invertebrate condition index and chlorophyll a concentration, respectively. Results/ConclusionsThe invertebrate

  1. Savannah River Site (SRS) implementation program plan for DNFSB Recommendation 90-2

    International Nuclear Information System (INIS)

    Talukdar, B.K.; Loceff, F.

    1993-01-01

    The Defense Nuclear Facilities Safety Board (DNFSB) based on its review and evaluation of the content and implementation of standards relating to design, construction, operation, and decommissioning of Defense Nuclear Facilities has made the recommendations (90-2) which when implemented would assure comparable or equivalent levels of safety to the environment, public and workers as required for the commercial nuclear facilities. DOE has accepted the DNFSB 90-2 recommendations and have directed SRS and other M ampersand Os to implement them. This report discusses implementation program which commits to developing Requirement Identification Documents (RID's) for all defense nuclear facilities in the DOE complex

  2. The implementation of a discovery-oriented science education program in a rural elementary school

    Science.gov (United States)

    Liddell, Martha Sue

    2000-10-01

    This study focused on the implementation of a discovery-oriented science education program at a rural elementary school in Mississippi. The instructional leadership role of the principal was examined in the study through identification and documentation of processes undertaken by the principal to implement a discovery-oriented science education program school. The goal of the study was to develop a suggested approach for implementing a discovery-oriented science education program for principals who wish to become instructional leaders in the area of science education at their schools. Mixed methods were used to collect, analyze, and interpret data. Subjects for the study consisted of teachers, students, and parents. Data were collected through field observation; observations of science education being taught by classroom teachers; examination of the principal's log describing actions taken to implement a discovery-oriented science education program; conducting semi-structured interviews with teachers as the key informants; and examining attitudinal data collected by the Carolina Biological Supply Company for the purpose of measuring attitudes of teachers, students, and parents toward the proposed science education program and the Science and Technology for Children (STC) program piloted at the school. To develop a suggested approach for implementing a discovery-oriented science education program, data collected from field notes, classroom observations, the principal's log of activities, and key informant interviews were analyzed and group into themes pertinent to the study. In addition to descriptive measures, chi-square goodness-of-fit tests were used to determine whether the frequency distribution showed a specific pattern within the attitudinal data collected by the Carolina Biological Supply Company. The pertinent question asked in analyzing data was: Are the differences significant or are they due to chance? An alpha level of .01 was selected to determine

  3. Strategies in disability management. Corporate disability management programs implemented at the work site.

    Science.gov (United States)

    Kalina, C M

    1999-10-30

    Managers are challenged to demonstrate all programs as economically essential to the business, generating an appreciable return on investment. Further challenge exists to blend and integrate clinical and business objectives in program development. Disability management programs must be viewed as economically essential to the financial success of the business to assure management support for clinical interventions and return-to-work strategies essential for a successful program. This paper discusses a disability management program integrating clinical and business goals and objectives in return-to-work strategies to effect positive clinical, social-cultural, and business results. Clinical, educational, social, and economic challenges in the development, implementation, and continued management of a disability program at a large corporation with multiple global work sites are defined. Continued discussion addresses the effective clinical interventions and educational strategies utilized successfully within the workplace environment in response to each defined challenge. A multiple disciplinary team approach, clinical and business outcome measures, and quality assurance indicators are discussed as major program components. This article discusses a successful program approach focusing on business process and methodology. These parameters are used to link resources to strategy, developing a product for implementing and managing a program demonstrating economic value added through effective clinical medical case management.

  4. High-speed packet filtering utilizing stream processors

    Science.gov (United States)

    Hummel, Richard J.; Fulp, Errin W.

    2009-04-01

    Parallel firewalls offer a scalable architecture for the next generation of high-speed networks. While these parallel systems can be implemented using multiple firewalls, the latest generation of stream processors can provide similar benefits with a significantly reduced latency due to locality. This paper describes how the Cell Broadband Engine (CBE), a popular stream processor, can be used as a high-speed packet filter. Results show the CBE can potentially process packets arriving at a rate of 1 Gbps with a latency less than 82 μ-seconds. Performance depends on how well the packet filtering process is translated to the unique stream processor architecture. For example the method used for transmitting data and control messages among the pseudo-independent processor cores has a significant impact on performance. Experimental results will also show the current limitations of a CBE operating system when used to process packets. Possible solutions to these issues will be discussed.

  5. National Uranium Resource Evaluation Program. Data report: Arkansas, Louisiana, Mississippi, Missouri, Oklahoma, and Texas. Hydrogeochemical and stream sediment reconnaissance

    International Nuclear Information System (INIS)

    Fay, W.M.; Sargent, K.A.; Cook, J.R.

    1982-02-01

    This report presents the results of ground water, stream water, and stream sediment reconnaissance in Arkansas, Louisiana, Mississippi, Missouri, Oklahoma, and Texas. The following samples were collected: Arkansas-3292 stream sediments, 5121 ground waters, 1711 stream waters; Louisiana-1017 stream sediments, 0 ground waters, 0 stream waters; Misissippi-0 stream sediments, 814 ground waters, 0 stream waters; Missouri-2162 stream sediments, 3423 ground waters 1340 stream waters; Oklahoma-2493 stream sediments, 2751 ground waters, 375 stream waters; and Texas-279 stream sediments, 0 ground waters, 0 stream waters. Neutron activation analyses are given for U, Br, Cl, F, Mn, Na, Al, V, and Dy in ground water and stream water, and for U, Th, Hf, Ce, Fe, Mn, Na, Sc, Ti, V, Al, Dy, Eu, La, Sm, Yb, and Lu in sediments. The results of mass spectroscopic analysis for He are given for 563 ground water sites in Mississippi. Field measurements and observations are reported for each site. Oak Ridge National Laboratory analyzed sediment samples which were not analyzed by Savannah River Laboratory neutron activation

  6. Elementary School-Wide Implementation of a Blended Learning Program for Reading Intervention

    Science.gov (United States)

    Prescott, Jen Elise; Bundschuh, Kristine; Kazakoff, Elizabeth R.; Macaruso, Paul

    2018-01-01

    The authors examined the implementation of a blended learning program for literacy instruction across kindergarten through Grade 5 in a Title I urban elementary school, including a population of students (18%) who are English learners. Student progress in the online component of the blended learning program was a significant predictor of growth in…

  7. REVISED STREAM CODE AND WASP5 BENCHMARK

    International Nuclear Information System (INIS)

    Chen, K

    2005-01-01

    STREAM is an emergency response code that predicts downstream pollutant concentrations for releases from the SRS area to the Savannah River. The STREAM code uses an algebraic equation to approximate the solution of the one dimensional advective transport differential equation. This approach generates spurious oscillations in the concentration profile when modeling long duration releases. To improve the capability of the STREAM code to model long-term releases, its calculation module was replaced by the WASP5 code. WASP5 is a US EPA water quality analysis program that simulates one-dimensional pollutant transport through surface water. Test cases were performed to compare the revised version of STREAM with the existing version. For continuous releases, results predicted by the revised STREAM code agree with physical expectations. The WASP5 code was benchmarked with the US EPA 1990 and 1991 dye tracer studies, in which the transport of the dye was measured from its release at the New Savannah Bluff Lock and Dam downstream to Savannah. The peak concentrations predicted by the WASP5 agreed with the measurements within ±20.0%. The transport times of the dye concentration peak predicted by the WASP5 agreed with the measurements within ±3.6%. These benchmarking results demonstrate that STREAM should be capable of accurately modeling releases from SRS outfalls

  8. Organizational Wellness Program Implementation and Evaluation: A Holistic Approach to Improve the Wellbeing of Middle Managers.

    Science.gov (United States)

    Medina, Maria Del Consuelo; Calderon, Angelica; Blunk, Dan I; Mills, Brandy W; Leiner, Marie

    2018-06-01

    : Employee wellness programs can provide benefits to institutions as well as employees and their families. Despite the attempts of some organizations to implement programs that take a holistic approach to improve physical, mental, and social wellness, the most common programs are exclusively comprised of physical and nutritional components. In this study, we implemented a wellness program intervention, including training using a holistic approach to improve the wellbeing of middle managers in several multinational organizations. We included control and experimental groups to measure wellness and teamwork with two repeated measures. Our results indicated that employees receiving the intervention had improved measures of wellness and teamwork. A positive relationship was found between wellness and teamwork in the experimental group when compared with the control group. Taken together, the data suggest that implementation of these programs would provide valuable outcomes for both employees and organizations.

  9. Implementation of an integrity management program in a crude oil pipeline system

    Energy Technology Data Exchange (ETDEWEB)

    Martinez, Maria; Tomasella, Marcelo [Oleoductos del Valle, General Roca (Argentina); Rossi, Juan; Pellicano, Adolfo [SINTEC S.A. , Mar del Plata, Buenos Aires (Argentina)

    2005-07-01

    The implementation of an Integrity Management Program (IMP) in a crude oil pipeline system is focused on the accomplishment of two primary corporative objectives: to increase safety operation margins and to optimize available resources. A proactive work philosophy ensures the safe and reliable operation of the pipeline in accordance with current legislation. The Integrity Management Program is accomplished by means of an interdisciplinary team that defines the strategic objectives that complement and are compatible with the corporative strategic business plan. The implementation of the program is based on the analysis of the risks due to external corrosion, third party damage, design and operations, and the definition of appropriate mitigation, inspection and monitoring actions, which will ensure long-term integrity of the assets. By means of a statistical propagation model of the external defects, reported by high-resolution magnetic inspection tool (MFL), together with the information provided by corrosion sensors, field repair interventions, close internal surveys and operation data, projected defect depth; remaining strength and failure probability distributions were obtained. From the analysis, feasible courses of action were established, including the inspection and repair plan, the internal inspection program and both corrosion monitoring and mitigation programs. (author)

  10. Barriers to Implementing the ACGME Outcome Project: A Systematic Review of Program Director Surveys.

    Science.gov (United States)

    Malik, Mohammad U; Diaz Voss Varela, David A; Stewart, Charles M; Laeeq, Kulsoom; Yenokyan, Gayane; Francis, Howard W; Bhatti, Nasir I

    2012-12-01

    The Accreditation Council for Graduate Medical Education (ACGME) introduced the Outcome Project in July 2001 to improve the quality of resident education through competency-based learning. The purpose of this systematic review is to determine and explore the perceptions of program directors regarding challenges to implementing the ACGME Outcome Project. We used the PubMed and Web of Science databases and bibliographies for English-language articles published between January 1, 2001, and February 17, 2012. Studies were included if they described program directors' opinions on (1) barriers encountered when attempting to implement ACGME competency-based education, and (2) assessment methods that each residency program was using to implement competency-based education. Articles meeting the inclusion criteria were screened by 2 researchers. The grading criterion was created by the authors and used to assess the quality of each study. The survey-based data reported the opinions of 1076 program directors. Barriers that were encountered include: (1) lack of time; (2) lack of faculty support; (3) resistance of residents to the Outcome Project; (4) insufficient funding; (5) perceived low priority for the Outcome Project; (6) inadequate salary incentive; and (7) inadequate knowledge of the competencies. Of the 6 competencies, those pertaining to patient care and medical knowledge received the most responses from program directors and were given highest priority. The reviewed literature revealed that time and financial constraints were the most important barriers encountered when implementing the ACGME Outcome Project.

  11. Design and implementation of a programming circuit in radiation-hardened FPGA

    International Nuclear Information System (INIS)

    Wu Lihua; Han Xiaowei; Zhao Yan; Liu Zhongli; Yu Fang; Chen, Stanley L.

    2011-01-01

    We present a novel programming circuit used in our radiation-hardened field programmable gate array (FPGA) chip. This circuit provides the ability to write user-defined configuration data into an FPGA and then read it back. The proposed circuit adopts the direct-access programming point scheme instead of the typical long token shift register chain. It not only saves area but also provides more flexible configuration operations. By configuring the proposed partial configuration control register, our smallest configuration section can be conveniently configured as a single data and a flexible partial configuration can be easily implemented. The hierarchical simulation scheme, optimization of the critical path and the elaborate layout plan make this circuit work well. Also, the radiation hardened by design programming point is introduced. This circuit has been implemented in a static random access memory (SRAM)-based FPGA fabricated by a 0.5 μm partial-depletion silicon-on-insulator CMOS process. The function test results of the fabricated chip indicate that this programming circuit successfully realizes the desired functions in the configuration and read-back. Moreover, the radiation test results indicate that the programming circuit has total dose tolerance of 1 x 10 5 rad(Si), dose rate survivability of 1.5 x 10 11 rad(Si)/s and neutron fluence immunity of 1 x 10 14 n/cm 2 .

  12. Design and implementation of a programming circuit in radiation-hardened FPGA

    Science.gov (United States)

    Lihua, Wu; Xiaowei, Han; Yan, Zhao; Zhongli, Liu; Fang, Yu; Chen, Stanley L.

    2011-08-01

    We present a novel programming circuit used in our radiation-hardened field programmable gate array (FPGA) chip. This circuit provides the ability to write user-defined configuration data into an FPGA and then read it back. The proposed circuit adopts the direct-access programming point scheme instead of the typical long token shift register chain. It not only saves area but also provides more flexible configuration operations. By configuring the proposed partial configuration control register, our smallest configuration section can be conveniently configured as a single data and a flexible partial configuration can be easily implemented. The hierarchical simulation scheme, optimization of the critical path and the elaborate layout plan make this circuit work well. Also, the radiation hardened by design programming point is introduced. This circuit has been implemented in a static random access memory (SRAM)-based FPGA fabricated by a 0.5 μm partial-depletion silicon-on-insulator CMOS process. The function test results of the fabricated chip indicate that this programming circuit successfully realizes the desired functions in the configuration and read-back. Moreover, the radiation test results indicate that the programming circuit has total dose tolerance of 1 × 105 rad(Si), dose rate survivability of 1.5 × 1011 rad(Si)/s and neutron fluence immunity of 1 × 1014 n/cm2.

  13. Planning and Implementing a Public Health Professional Distance Learning Program

    Science.gov (United States)

    Escoffery, Cam; Leppke, Allison M.; Robinson, Kara B.; Mettler, Erik P.; Miner, Kathleen R.; Smith, Iris

    2005-01-01

    Training of public health professionals through web-based technology is rapidly increasing. This article describes one school of public health's effort to establish an online Master's program that serves students nationally and internationally. It examines the critical components in the design and implementation of distance education, including…

  14. Streaming Pool: reuse, combine and create reactive streams with pleasure

    CERN Multimedia

    CERN. Geneva

    2017-01-01

    When connecting together heterogeneous and complex systems, it is not easy to exchange data between components. Streams of data are successfully used in industry in order to overcome this problem, especially in the case of "live" data. Streams are a specialization of the Observer design pattern and they provide asynchronous and non-blocking data flow. The ongoing effort of the ReactiveX initiative is one example that demonstrates how demanding this technology is even for big companies. Bridging the discrepancies of different technologies with common interfaces is already done by the Reactive Streams initiative and, in the JVM world, via reactive-streams-jvm interfaces. Streaming Pool is a framework for providing and discovering reactive streams. Through the mechanism of dependency injection provided by the Spring Framework, Streaming Pool provides a so called Discovery Service. This object can discover and chain streams of data that are technologically agnostic, through the use of Stream IDs. The stream to ...

  15. Peer education programs in corrections: curriculum, implementation, and nursing interventions.

    Science.gov (United States)

    Dubik-Unruh, S

    1999-01-01

    Despite the prevalence of HIV and other infectious diseases in U.S. prisons, and the mix of infected and high-risk prisoners in crowded and volatile living conditions, federal and state prisons have reduced or eliminated prevention education programs addressing HIV and other infectious diseases for incarcerated populations. Nurses' knowledge, education, and licensure place them in a position to influence prison policy in developing and implementing educational programs for inmates and staff. Their role as advocates for patients in prison and their separation from the more punitive aspects of corrections also enable nurses to earn the trust of inmate populations. These factors identify nurses as the staff best suited within corrections to implement inmate prevention education. Training inmate educators to provide peer prevention and strategies for risk reduction have potential to modify inmate behaviors both within the facility and following release. Selection criteria for peer educator recruitment, prison-sensitive issues, and suggested training activities are discussed.

  16. Disseminating contingency management: Impacts of staff training and implementation at an opiate treatment program

    OpenAIRE

    Hartzler, Bryan; Jackson, T. Ron; Jones, Brinn E.; Beadnell, Blair; Calsyn, Donald A.

    2013-01-01

    Guided by a comprehensive implementation model, this study examined training/implementation processes for a tailored contingency management (CM) intervention instituted at a Clinical Trials Network-affiliate opioid treatment program (OTP). Staff-level training outcomes (intervention delivery skill, knowledge, and adoption readiness) were assessed before and after a 16-hour training, and again following a 90-day trial implementation period. Management-level implementation outcomes (interventio...

  17. Interaction between stream temperature, streamflow, and groundwater exchanges in alpine streams

    Science.gov (United States)

    Constantz, James E.

    1998-01-01

    Four alpine streams were monitored to continuously collect stream temperature and streamflow for periods ranging from a week to a year. In a small stream in the Colorado Rockies, diurnal variations in both stream temperature and streamflow were significantly greater in losing reaches than in gaining reaches, with minimum streamflow losses occurring early in the day and maximum losses occurring early in the evening. Using measured stream temperature changes, diurnal streambed infiltration rates were predicted to increase as much as 35% during the day (based on a heat and water transport groundwater model), while the measured increase in streamflow loss was 40%. For two large streams in the Sierra Nevada Mountains, annual stream temperature variations ranged from 0° to 25°C. In summer months, diurnal stream temperature variations were 30–40% of annual stream temperature variations, owing to reduced streamflows and increased atmospheric heating. Previous reports document that one Sierra stream site generally gains groundwater during low flows, while the second Sierra stream site may lose water during low flows. For August the diurnal streamflow variation was 11% at the gaining stream site and 30% at the losing stream site. On the basis of measured diurnal stream temperature variations, streambed infiltration rates were predicted to vary diurnally as much as 20% at the losing stream site. Analysis of results suggests that evapotranspiration losses determined diurnal streamflow variations in the gaining reaches, while in the losing reaches, evapotranspiration losses were compounded by diurnal variations in streambed infiltration. Diurnal variations in stream temperature were reduced in the gaining reaches as a result of discharging groundwater of relatively constant temperature. For the Sierra sites, comparison of results with those from a small tributary demonstrated that stream temperature patterns were useful in delineating discharges of bank storage following

  18. Energy Efficient Removal of Volatile Organic Compounds (VOCs) and Organic Hazardous Air Pollutants (o-HAPs) from Industrial Waste Streams by Direct Electron Oxidation

    Energy Technology Data Exchange (ETDEWEB)

    Testoni, A. L.

    2011-10-19

    This research program investigated and quantified the capability of direct electron beam destruction of volatile organic compounds and organic hazardous air pollutants in model industrial waste streams and calculated the energy savings that would be realized by the widespread adoption of the technology over traditional pollution control methods. Specifically, this research determined the quantity of electron beam dose required to remove 19 of the most important non-halogenated air pollutants from waste streams and constructed a technical and economic model for the implementation of the technology in key industries including petroleum refining, organic & solvent chemical production, food & beverage production, and forest & paper products manufacturing. Energy savings of 75 - 90% and green house gas reductions of 66 - 95% were calculated for the target market segments.

  19. A Multiple Streams analysis of the decisions to fund gender-neutral HPV vaccination in Canada.

    Science.gov (United States)

    Shapiro, Gilla K; Guichon, Juliet; Prue, Gillian; Perez, Samara; Rosberger, Zeev

    2017-07-01

    In Canada, the human papillomavirus (HPV) vaccine is licensed and recommended for females and males. Although all Canadian jurisdictions fund school-based HPV vaccine programs for girls, only six jurisdictions fund school-based HPV vaccination for boys. The research aimed to analyze the factors that underpin government decisions to fund HPV vaccine for boys using a theoretical policy model, Kingdon's Multiple Streams framework. This approach assesses policy development by examining three concurrent, but independent, streams that guide analysis: Problem Stream, Policy Stream, and Politics Stream. Analysis from the Problem Stream highlights that males are affected by HPV-related diseases and are involved in transmitting HPV infection to their sexual partners. Policy Stream analysis makes clear that while the inclusion of males in HPV vaccine programs is suitable, equitable, and acceptable; there is debate regarding cost-effectiveness. Politics Stream analysis identifies the perspectives of six different stakeholder groups and highlights the contribution of government officials at the provincial and territorial level. Kingdon's Multiple Streams framework helps clarify the opportunities and barriers for HPV vaccine policy change. This analysis identified that the interpretation of cost-effectiveness models and advocacy of stakeholders such as citizen-advocates and HPV-affected politicians have been particularly important in galvanizing policy change. Copyright © 2017 Elsevier Inc. All rights reserved.

  20. Training of Teachers and Teaching Services Specialists for the Design and Implementation of the "School Psychology Master Program

    Directory of Open Access Journals (Sweden)

    Maksimova L.A.

    2015-11-01

    Full Text Available The article presents the experience of organizing the training courses for teachers and teaching services specialists for design and implementation of the basic professional educational pedagogical master program in a psycho-pedagogical training direction (educational psychologist with enhanced internship for students in a context of networking. The authors submit a modular design of training program. The first module includes methodological bases of the design and implementation of the basic professional educational master program. The second module includes legal coverage of the design and implementation of the basic professional educational master program. The third module consists of design and implementation of the basic professional educational master program in a psycho-pedagogical training direction (educational psychologist. The program involves a variety of active and interactive educational technology, providing the development of professional activities: remote technology, expert seminars, design stations, panels and plenary discussions, business games, round-table discussions.

  1. Adaptive streaming applications : analysis and implementation models

    NARCIS (Netherlands)

    Zhai, Jiali Teddy

    2015-01-01

    This thesis presents a highly automated design framework, called DaedalusRT, and several novel techniques. As the foundation of the DaedalusRT design framework, two types of dataflow Models-of-Computation (MoC) are used, one as timing analysis model and another one as the implementation model. The

  2. Implementation of a management applied program for liquid radioactive waste treatment

    International Nuclear Information System (INIS)

    Lee, Y. H.; Ann, S. J.; Jo, H. S.; Son, J. S.

    2003-01-01

    A data collection of a liquid radioactive waste treatment process of a research organization became necessary while developing the RAWMIS(Radioactive Waste Management Integration System) which it can generate personal history management for efficient management of a waste, documents, all kinds of statistics. This paper introduces an input and output application program design to do to database with data in the results and a stream process of a treatment that analyzed the waste occurrence present situation and data by treatment process. Data on the actual treatment process that is not limited experiment improve by a document, human traces, saving of material resources and improve with efficiency of tracking about a radioactive waste and a process and give help to radioactive waste material valance and inventory study

  3. Improving MC and A Oversight in Russia by Implementing Measurement and Training Programs

    International Nuclear Information System (INIS)

    Bokov, Dmitry; Byers, Kenneth R.

    2004-01-01

    As the Russian State regulatory agency responsible for oversight of nuclear material control and accounting (MC and A), Gosatomnadzor of Russia (GAN) determines the status of the MC and A programs at Russian facilities. Last year, GAN developed and implemented their Nuclear Material Measurement Program Plan which documents current non-destructive assay (NDA) measurement capability in all regions of GAN; provides justification for upgrades to equipment, procedures and training; and defines the inspector-facility operator interface as it relates to NDA measurement equipment use. This Program Plan has helped to give the GAN inspection measurements more legal and official status as an oversight tool, and has also helped to improve other GAN MC and A oversight activities. These improvements include developing a tamper-indicating device program, conducting NDA workshops at specific Russian nuclear facilities to better train MC and A inspectors, and developing training evaluation programs. The Program is an important tool to address the GAN role in oversight of the Russian Federal Information System nuclear material database. This paper describes the feedback received from the GAN regional offices on the implementation of the Program Plan during its first year in operation and how the Program Plan has affected other GAN inspection activities to improve MC and A oversight.

  4. On the implementation of the Biological Threat Reduction Program in the Republic of Uzbekistan

    OpenAIRE

    Tuychiev, Laziz; Madaminov, Marifjon

    2013-01-01

    Objective To review the implementation of the Biological Threat Reduction Program (BTRP) of the U.S. Defense Threat Reduction Agency in the Republic of Uzbekistan since 2004. Introduction The Biological Threat Reduction Program (BTRP) has been being implemented in the Republic of Uzbekistan since 2004 within the framework of the Agreement between the Government of the Republic of Uzbekistan and the Government of the United States of America Concerning Cooperation in the Area of the Promotion ...

  5. Individual and setting level predictors of the implementation of a skin cancer prevention program: a multilevel analysis

    Directory of Open Access Journals (Sweden)

    Brownson Ross C

    2010-05-01

    Full Text Available Abstract Background To achieve widespread cancer control, a better understanding is needed of the factors that contribute to successful implementation of effective skin cancer prevention interventions. This study assessed the relative contributions of individual- and setting-level characteristics to implementation of a widely disseminated skin cancer prevention program. Methods A multilevel analysis was conducted using data from the Pool Cool Diffusion Trial from 2004 and replicated with data from 2005. Implementation of Pool Cool by lifeguards was measured using a composite score (implementation variable, range 0 to 10 that assessed whether the lifeguard performed different components of the intervention. Predictors included lifeguard background characteristics, lifeguard sun protection-related attitudes and behaviors, pool characteristics, and enhanced (i.e., more technical assistance, tailored materials, and incentives are provided versus basic treatment group. Results The mean value of the implementation variable was 4 in both years (2004 and 2005; SD = 2 in 2004 and SD = 3 in 2005 indicating a moderate implementation for most lifeguards. Several individual-level (lifeguard characteristics and setting-level (pool characteristics and treatment group factors were found to be significantly associated with implementation of Pool Cool by lifeguards. All three lifeguard-level domains (lifeguard background characteristics, lifeguard sun protection-related attitudes and behaviors and six pool-level predictors (number of weekly pool visitors, intervention intensity, geographic latitude, pool location, sun safety and/or skin cancer prevention programs, and sun safety programs and policies were included in the final model. The most important predictors of implementation were the number of weekly pool visitors (inverse association and enhanced treatment group (positive association. That is, pools with fewer weekly visitors and pools in the enhanced

  6. Relation between Streaming Potential and Streaming Electrification Generated by Streaming of Water through a Sandwich-type Cell

    OpenAIRE

    Maruyama, Kazunori; Nikaido, Mitsuru; Hara, Yoshinori; Tanizaki, Yoshie

    2012-01-01

    Both streaming potential and accumulated charge of water flowed out were measured simultaneously using a sandwich-type cell. The voltages generated in divided sections along flow direction satisfied additivity. The sign of streaming potential agreed with that of streaming electrification. The relation between streaming potential and streaming electrification was explained from a viewpoint of electrical double layer in glass-water interface.

  7. Understanding an improved cookstove program in rural Mexico: An analysis from the implementers' perspective

    International Nuclear Information System (INIS)

    Troncoso, Karin; Castillo, Alicia; Merino, Leticia; Lazos, Elena; Masera, Omar R.

    2011-01-01

    The adoption of innovations in rural areas depends, among many different factors, on the way development workers approach a community. Through a qualitative research methodology this study documented the adoption of a new technology, by following an improved cookstove implementation program carried out by a Mexican NGO. This technology reduces fuel consumption and addresses health impacts of indoor air pollution caused by the widespread use of traditional biomass fuels in open fires in developing countries. Different demographic and socio-economic factors have been analyzed to explain the low success rates implementation projects have faced worldwide, but there are almost no studies that examine the problem from the perspective of implementers. The aim of this study was to understand how the different visions of the individuals involved in an implementation program affect its outcome. Findings showed that the NGO work was constrained by the need to meet the commitment with sponsors. The adoption rates did not change between the first and the second stage of the project, even though the approach towards users was very different. A lack of a shared vision among the work team towards the project was found and the existence of two main perspectives among program workers—broadly described as people-centered and technology-centered—, gave place to differences in attitudes towards the program. - Highlights: ► This study assesses a Mexican NGO ICS implementation program that followed three distinct approaches. ► The first two had similar adoption rates despite their different approaches towards the users. ► An improvement in the technology proved to be more important in raising the adoption rates. ► Two visions were observed among stakeholders: people-centered and technology-centered. ► The NGO work was constrained by the need to meet the commitments with sponsors.

  8. Exploring Barriers to Implementing a School-Wide Positive Behavioral Intervention and Support Program

    Science.gov (United States)

    Gay, Ronald Lynn

    2016-01-01

    This study examined factors related to the implementation of a School Wide Positive Behavioral Intervention and Support (SWPBIS) program at a large middle school in the United States. Parent Teacher Student Association volunteers at the school reported that teacher fidelity to implementation of SWPBIS activities was inconsistent, threatening the…

  9. Federal Programs Supporting Educational Change, Vol. VII: Factors Affecting Implementation and Continuation.

    Science.gov (United States)

    Berman, Paul; And Others

    This report is one of three volumes that describe the second phase of a study that examined the implementation of four federal change agent programs related to education. Phase 2 of the study focused on what happens to local projects in the two largest change agent programs--ESEA Title III and ESEA Title VII--when federal funding stops. This…

  10. Doublet III neutral beam multi-stream command language system

    International Nuclear Information System (INIS)

    Campbell, L.; Garcia, J.R.

    1983-12-01

    A multi-stream command language system was developed to provide control of the dual source neutral beam injectors on the Doublet III experiment at GA Technologies Inc. The Neutral Beam command language system consists of three parts: compiler, sequencer, and interactive task. The command language, which was derived from the Doublet III tokamak command language, POPS, is compiled, using a recursive descent compiler, into reverse polish notation instructions which then can be executed by the sequencer task. The interactive task accepts operator commands via a keyboard. The interactive task directs the operation of three input streams, creating commands which are then executed by the sequencer. The streams correspond to the two sources within a Doublet III neutral beam, plus an interactive stream. The sequencer multiplexes the execution of instructions from these three streams. The instructions include reads and writes to an operator terminal, arithmetic computations, intrinsic functions such as CAMAC input and output, and logical instructions. The neutral beam command language system was implemented using Modular Computer Systems (ModComp) Pascal and consists of two tasks running on a ModComp Classic IV computer

  11. Development of a System-Wide Predator Control Program: Stepwise Implementation of a Predation Index, Predator Control Fisheries, and Evaluation Plan in the Columbia River Basin; Northern Pikeminnow Management Program, 2002 Annual Report.

    Energy Technology Data Exchange (ETDEWEB)

    Porter, Russell G.; Winther, Eric C.; Fox, Lyle G.

    2004-01-01

    This report presents results for year twelve in a basin-wide program to harvest northern pikeminnow1 (Ptychocheilus oregonensis). This program was started in an effort to reduce predation by northern pikeminnow on juvenile salmonids during their emigration from natal streams to the ocean. Earlier work in the Columbia River Basin suggested predation by northern pikeminnow on juvenile salmonids might account for most of the 10-20% mortality juvenile salmonids experience in each of eight Columbia River and Snake River reservoirs. Modeling simulations based on work in John Day Reservoir from 1982 through 1988 indicated that, if predator-size northern pikeminnow were exploited at a 10-20% rate, the resulting restructuring of their population could reduce their predation on juvenile salmonids by 50%. To test this hypothesis, we implemented a sport-reward angling fishery and a commercial longline fishery in the John Day Pool in 1990. We also conducted an angling fishery in areas inaccessible to the public at four dams on the mainstem Columbia River and at Ice Harbor Dam on the Snake River. Based on the success of these limited efforts, we implemented three test fisheries on a system-wide scale in 1991--a tribal longline fishery above Bonneville Dam, a sport-reward fishery, and a dam-angling fishery. Low catch of target fish and high cost of implementation resulted in discontinuation of the tribal longline fishery. However, the sport-reward and dam-angling fisheries were continued in 1992 and 1993. In 1992, we investigated the feasibility of implementing a commercial longline fishery in the Columbia River below Bonneville Dam and found that implementation of this fishery was also infeasible. Estimates of combined annual exploitation rates resulting from the sport-reward and damangling fisheries remained at the low end of our target range of 10-20%. This suggested the need for additional effective harvest techniques. During 1991 and 1992, we developed and tested a modified

  12. Implementation of a worksite educational program focused on promoting healthy eating habits

    OpenAIRE

    Tanagra, Dimitra; Panidis, Dimitris; Tountas, Yannis; Remoudaki, Elina; Alexopoulos, Evangelos C.

    2014-01-01

    Objective: To estimate the effectiveness of a short-term educational-counseling worksite program focused on lipid intake, by monitoring the possible change on nutrition knowledge and eating habits. Methods: an 8-week educational program based on the Health Belief Model was implemented in a honey packaging and sales company in Greece. 20 out of the 29 employees initially enrolled completed the program. Knowledge level and eating habits were evaluated prior and after the intervention by the “Nu...

  13. Factors associated with the implementation of community-based peer-led health promotion programs: A scoping review.

    Science.gov (United States)

    Lorthios-Guilledroit, Agathe; Richard, Lucie; Filiatrault, Johanne

    2018-06-01

    Peer education is growing in popularity as a useful health promotion strategy. However, optimal conditions for implementing peer-led health promotion programs (HPPs) remain unclear. This scoping review aimed to describe factors that can influence implementation of peer-led HPPs targeting adult populations. Five databases were searched using the keywords "health promotion/prevention", "implementation", "peers", and related terms. Studies were included if they reported at least one factor associated with the implementation of community-based peer-led HPPs. Fifty-five studies were selected for the analysis. The method known as "best fit framework synthesis" was used to analyze the factors identified in the selected papers. Many factors included in existing implementation conceptual frameworks were deemed applicable to peer-led HPPs. However, other factors related to individuals, programs, and implementation context also emerged from the analysis. Based on this synthesis, an adapted theoretical framework was elaborated, grounded in a complex adaptive system perspective and specifying potential mechanisms through which factors may influence implementation of community-based peer-led HPPs. Further research is needed to test the theoretical framework against empirical data. Findings from this scoping review increase our knowledge of the optimal conditions for implementing peer-led HPPs and thereby maximizing the benefits of such programs. Copyright © 2018 Elsevier Ltd. All rights reserved.

  14. Reductions in employee productivity impairment observed after implementation of web-based worksite health promotion programs.

    Science.gov (United States)

    Silberman, Jordan; Schwartz, Steven; Giuseffi, Danielle L; Wang, Chun; Nevedal, Dana; Bedrosian, Richard

    2011-12-01

    To assess changes in employee productivity impairment observed after the implementation of several Web-based health promotion programs. Health risk assessments and self-report measures of productivity impairment were administered on-line to more than 43,000 participants of Web-based health promotion programs. Reductions in productivity impairment were observed after 1 month of program utilization. Productivity impairment at 90- and 180-day follow-ups also decreased relative to baseline. Improvements in employee health were associated with reductions in employee productivity impairment. The use of Web-based health promotion programs was associated with reductions in productivity impairment and improvements in employee health. After the implementation of Web-based health promotion programs, reductions in productivity impairment may be observed before reductions in direct health care costs.

  15. StreamMap: Smooth Dynamic Visualization of High-Density Streaming Points.

    Science.gov (United States)

    Li, Chenhui; Baciu, George; Han, Yu

    2018-03-01

    Interactive visualization of streaming points for real-time scatterplots and linear blending of correlation patterns is increasingly becoming the dominant mode of visual analytics for both big data and streaming data from active sensors and broadcasting media. To better visualize and interact with inter-stream patterns, it is generally necessary to smooth out gaps or distortions in the streaming data. Previous approaches either animate the points directly or present a sampled static heat-map. We propose a new approach, called StreamMap, to smoothly blend high-density streaming points and create a visual flow that emphasizes the density pattern distributions. In essence, we present three new contributions for the visualization of high-density streaming points. The first contribution is a density-based method called super kernel density estimation that aggregates streaming points using an adaptive kernel to solve the overlapping problem. The second contribution is a robust density morphing algorithm that generates several smooth intermediate frames for a given pair of frames. The third contribution is a trend representation design that can help convey the flow directions of the streaming points. The experimental results on three datasets demonstrate the effectiveness of StreamMap when dynamic visualization and visual analysis of trend patterns on streaming points are required.

  16. Analyzing indicators of stream health for Minnesota streams

    Science.gov (United States)

    Singh, U.; Kocian, M.; Wilson, B.; Bolton, A.; Nieber, J.; Vondracek, B.; Perry, J.; Magner, J.

    2005-01-01

    Recent research has emphasized the importance of using physical, chemical, and biological indicators of stream health for diagnosing impaired watersheds and their receiving water bodies. A multidisciplinary team at the University of Minnesota is carrying out research to develop a stream classification system for Total Maximum Daily Load (TMDL) assessment. Funding for this research is provided by the United States Environmental Protection Agency and the Minnesota Pollution Control Agency. One objective of the research study involves investigating the relationships between indicators of stream health and localized stream characteristics. Measured data from Minnesota streams collected by various government and non-government agencies and research institutions have been obtained for the research study. Innovative Geographic Information Systems tools developed by the Environmental Science Research Institute and the University of Texas are being utilized to combine and organize the data. Simple linear relationships between index of biological integrity (IBI) and channel slope, two-year stream flow, and drainage area are presented for the Redwood River and the Snake River Basins. Results suggest that more rigorous techniques are needed to successfully capture trends in IBI scores. Additional analyses will be done using multiple regression, principal component analysis, and clustering techniques. Uncovering key independent variables and understanding how they fit together to influence stream health are critical in the development of a stream classification for TMDL assessment.

  17. Interprofessional development and implementation of a pharmacist professional advancement and recognition program.

    Science.gov (United States)

    Hager, David; Chmielewski, Eric; Porter, Andrea L; Brzozowski, Sarah; Rough, Steve S; Trapskin, Philip J

    2017-11-15

    The interprofessional development, implementation, and outcomes of a pharmacist professional advancement and recognition program (PARP) at an academic medical center are described. Limitations of the legacy advancement program, in combination with low rates of employee engagement in peer recognition and professional development, at the UW Health department of pharmacy led to the creation of a task force comprising pharmacists from all practice areas to develop a new pharmacist PARP. Senior leadership within the organization expanded the scope of the project to include an interprofessional work group tasked to develop guidelines and core principles that other professional staff could use to reduce variation across advancement and recognition programs. Key program design elements included a triennial review of performance against advancement standards and the use of peer review to supplement advancement decisions. The primary objective was to meaningfully improve pharmacists' engagement as measured through employee engagement surveys. Secondary outcomes of interest included the results of pharmacist and management satisfaction surveys and the program's impact on the volume and mix of pharmacist professional development activities. Of the 126 eligible pharmacists, 93 participated in the new program. The majority of pharmacists was satisfied with the program. For pharmacists who were advanced as part of the program, meaningful increases in employee engagement scores were observed, and a mean of 95 hours of professional development and quality-improvement activities was documented. Implementation of a PARP helped increase pharmacist engagement through participation in quality-improvement and professional development activities. The program also led to the creation of organizationwide interprofessional guidelines for advancement programs within various healthcare disciplines. Copyright © 2017 by the American Society of Health-System Pharmacists, Inc. All rights reserved.

  18. Implementation and Outcomes of a Comprehensive Type 2 Diabetes Program in Rural Guatemala.

    Science.gov (United States)

    Flood, David; Mux, Sandy; Martinez, Boris; García, Pablo; Douglas, Kate; Goldberg, Vera; Lopez, Waleska; Rohloff, Peter

    2016-01-01

    The burden of chronic, non-communicable diseases such as diabetes is growing rapidly in low- and middle-income countries. Implementing management programs for diabetes and other chronic diseases for underserved populations is thus a critical global health priority. However, there is a notable dearth of shared programmatic and outcomes data from diabetes treatment programs in these settings. We describe our experiences as a non-governmental organization designing and implementing a type 2 diabetes program serving Maya indigenous people in rural Guatemala. We detail the practical challenges and solutions we have developed to build and sustain diabetes programming in this setting. We conduct a retrospective chart review from our electronic medical record to evaluate our program's performance. We generate a cohort profile, assess cross-sectional indicators using a framework adapted from the literature, and report on clinical longitudinal outcomes. A total of 142 patients were identified for the chart review. The cohort showed a decrease in hemoglobin A1C from a mean of 9.2% to 8.1% over an average of 2.1 years of follow-up (p Guatemala.

  19. Preliminary assessment of streamflow characteristics for selected streams at Fort Gordon, Georgia, 1999-2000

    Science.gov (United States)

    Stamey, Timothy C.

    2001-01-01

    In 1999, the U.S. Geological Survey, in cooperation with the U.S. Army Signal Center and Fort Gordon, began collection of periodic streamflow data at four streams on the military base to assess and estimate streamflow characteristics of those streams for potential water-supply sources. Simple and reliable methods of determining streamflow characteristics of selected streams on the military base are needed for the initial implementation of the Fort Gordon Integrated Natural Resources Management Plan. Long-term streamflow data from the Butler Creek streamflow gaging station were used along with several concurrent discharge measurements made at three selected partial-record streamflow stations on Fort Gordon to determine selected low-flow streamflow characteristics. Streamflow data were collected and analyzed using standard U.S. Geological Survey methods and computer application programs to verify the use of simple drainage area to discharge ratios, which were used to estimate the low-flow characteristics for the selected streams. Low-flow data computed based on daily mean streamflow include: mean discharges for consecutive 1-, 3-, 7-, 14-, and 30-day period and low-flow estimates of 7Q10, 30Q2, 60Q2, and 90Q2 recurrence intervals. Flow-duration data also were determined for the 10-, 30-, 50-, 70-, and 90-percent exceedence flows. Preliminary analyses of the streamflow indicate that the flow duration and selected low-flow statistics for the selected streams averages from about 0.15 to 2.27 cubic feet per square mile. The long-term gaged streamflow data indicate that the streamflow conditions for the period analyzed were in the 50- to 90-percent flow range, or in which streamflow would be exceeded about 50 to 90 percent of the time.

  20. Evidence-Based Programs for Older Adults: A Disconnect Between U.S. National Strategy and Local Senior Center Implementation.

    Science.gov (United States)

    Bobitt, Julie; Schwingel, Andiara

    2017-01-01

    While U.S. national policies have been developed to support evidence-based (EB) lifestyle programs for older adults, there has been limited research to determine the extent to which these programs actually reach local communities. This study sought to identify factors that impact the implementation of EB physical activity, nutrition, and chronic disease management programs at regional (Area Agencies on Aging [AAAs]) and community levels (senior Centers [SCs]). Interviews were conducted with directors of four AAAs and 12 SCs to understand their perspectives on EB program implementation. Narratives revealed differences between AAAs and SCs regarding knowledge about EB programs and reasons to promote and adopt these programs. The only agreement occurred when discussing concerns about funding and program inflexibility. Substantial gaps exist between how EB lifestyle programs are promoted and implemented at the regional and community levels.

  1. Utility Green Pricing Programs: Design, Implementation, and Consumer Response

    Energy Technology Data Exchange (ETDEWEB)

    Bird, L.; Swezey, B.; Aabakken, J.

    2004-02-01

    The term green pricing refers to programs offered by utilities in traditionally regulated electricity markets, which allow customers to support the development of renewable energy sources by paying a small premium on their electric bills. Since the introduction of the concept in the United States, the number of unique utility green pricing programs has expanded from just a few programs in 1993 to more than 90 in 2002. About 10% of U.S. utilities offered a green pricing option to about 26 million consumers by the end of 2002. This report provides: (1) aggregate industry data on consumer response to utility programs, which indicate the collective impact of green pricing on renewable energy development nationally; and (2) market data that can be used by utilities as a benchmark for gauging the relative success of their green pricing programs. Specifically, the paper presents current data and trends in consumer response to green pricing, as measured by renewable energy sales, participants, participation rates, and new renewable energy capacity supported. It presents data on various aspects of program design and implementation, such as product pricing, ownership of supplies, retention rates, marketing costs, the effectiveness of marketing techniques, and methods of enrolling and providing value to customers.

  2. Long Live Love+: Evaluation of the Implementation of an Online School-Based Sexuality Education Program in the Netherlands

    Science.gov (United States)

    van Lieshout, Sanne; Mevissen, Fraukje; de Waal, Esri; Kok, Gerjo

    2017-01-01

    Schools are a common setting for adolescents to receive health education, but implementation of these programs with high levels of completeness and fidelity is not self-evident. Programs that are only partially implemented (completeness) or not implemented as instructed (fidelity) are unlikely to be effective. Therefore, it is important to…

  3. Implementation of an RHR/LPSI pump coupling retrofit program

    International Nuclear Information System (INIS)

    Dudiak, J.G.; Koch, R.P.; Orewyler, R.; Tipton, J.W.

    1994-01-01

    Nuclear plant operating experience has shown the RHR and LPSI services to be very demanding on pumps. The systems handle borated water at high temperatures and pressures with frequent step changes in both temperature and pressure. Additionally, the industry trend towards reduced flow rates during plant mid-loop (reduced inventory) conditions has resulted in extended pump operation at flow rates significantly below the pump best efficiency point flow. Operation at these low flow fates is known to cause high thrust loads and large shaft deflections. The combination of these and other factors have resulted in short mechanical seal life and short motor bearing life, thus requiring frequent pump and motor maintenance. For many nuclear plants, including Southern California Edison's (SCE) San Onofre Units 2 and 3, these pumps have represented a major operations and maintenance (O ampersand M) expenditure and a significant source of radiation exposure to plant personnel. SCE management determined that a pump upgrade was justified to reduce the O ampersand M costs and to improve plant availability. SCE decided to proceed with a pump retrofit program to improve the pump maintainability, reliability and availability. Installation was completed for four LPSI pumps at San Onofre Units 2 and 3 during the Cycle 7 refueling outages in 1993. A key to the program's success was the removal of many traditional supplier and customer barriers and revision of supplier and customer roles to create a unified team. This paper traces the RHR/LPSI retrofit program for San Onofre from problem identification to project implementation. The team approach used for this program and the lessons learned may be useful to other utilities and vendors when evaluating or implementing system and equipment upgrades

  4. I and C security program for nuclear facilities: implementation guide - TAFICS/IG/2

    International Nuclear Information System (INIS)

    2016-04-01

    This is the second in a series of documents being developed by TAFICS for protecting computer-based I and C systems of Indian nuclear facilities from cyber attacks. The document provides guidance to nuclear facility management to establish, implement and maintain a robust I and C security program - consisting of security plan and a set of security controls. In order to provide a firm basis for the security program, the document also identifies the fundamental security principles and foundational security requirements related to computer-based I and C systems of nuclear facilities. It is recommended that all applicable Indian nuclear facilities should implement the security program - with required adaptation - so as to provide the necessary assurance that the I and C systems are adequately protected against cyber attacks. (author)

  5. Sources, occurrence and predicted aquatic impact of legacy and contemporary pesticides in streams

    International Nuclear Information System (INIS)

    McKnight, Ursula S.; Rasmussen, Jes J.; Kronvang, Brian; Binning, Philip J.; Bjerg, Poul L.

    2015-01-01

    We couple current findings of pesticides in surface and groundwater to the history of pesticide usage, focusing on the potential contribution of legacy pesticides to the predicted ecotoxicological impact on benthic macroinvertebrates in headwater streams. Results suggest that groundwater, in addition to precipitation and surface runoff, is an important source of pesticides (particularly legacy herbicides) entering surface water. In addition to current-use active ingredients, legacy pesticides, metabolites and impurities are important for explaining the estimated total toxicity attributable to pesticides. Sediment-bound insecticides were identified as the primary source for predicted ecotoxicity. Our results support recent studies indicating that highly sorbing chemicals contribute and even drive impacts on aquatic ecosystems. They further indicate that groundwater contaminated by legacy and contemporary pesticides may impact adjoining streams. Stream observations of soluble and sediment-bound pesticides are valuable for understanding the long-term fate of pesticides in aquifers, and should be included in stream monitoring programs. - Highlights: • Findings comprised a range of contemporary and banned legacy pesticides in streams. • Groundwater is a significant pathway for some herbicides entering streams. • Legacy pesticides increased predicted aquatic toxicity by four orders of magnitude. • Sediment-bound insecticides were identified as the primary source for ecotoxicity. • Stream monitoring programs should include legacy pesticides to assess impacts. - Legacy pesticides, particularly sediment-bound insecticides were identified as the primary source for predicted ecotoxicity impacting benthic macroinvertebrates in headwater streams

  6. Orientation study of northern Arkansas. National Uranium Resource Evaluation program. Hydrogeochemical and stream-sediment reconnaissance

    International Nuclear Information System (INIS)

    Steele, K.F.

    1982-08-01

    Samples of ground water, stream water, and sediment were collected at 335 sites for an orientation study of northern Arkansas. Each stream site consisted of both sediment and stream water (if available), and each sediment sample was sieved to produce four size fractions for analysis. The orientation area included all or parts of Benton, Carroll, Madison, and Washington Counties. Several black shales, including the Chattanooga Shale, crop out in this area, and the Sylamore Sandstone Member has local radiation anomalies. The following analyses were performed for all water samples (both ground water and stream water): pH, conductivity, total alkalinity, temperature, nitrate, ammonia, phosphate and sulfate. Additional water was collected, filtered, and reacted with a resin that was then analyzed by neutron activation analysis for U, Br, Cl, F, Mn, Na, Al, and Dy. In addition, ground water samples were analyzed for He. The stream sediments were analyzed by neutron activation for U, Th, Hf, Ce, Fe, Mn, Sc, Ti, V, Al, Dy, Eu, La, Sm, Yb, and Lu

  7. A Guide for Planning and Implementing Successful Mental Health Educational Programs.

    Science.gov (United States)

    Blanco-Vieira, Thiago; Ramos, Fernando Augusto da Cunha; Lauridsen-Ribeiro, Edith; Ribeiro, Marcos Vinícius Vieira; Meireles, Elisa Andrade; Nóbrega, Brunno Araújo; Motta Palma, Sonia Maria; Ratto, Maria de Fátima; Caetano, Sheila Cavalcante; Ribeiro, Wagner Silva; Rosário, Maria Conceição do

    2018-01-01

    Considering the global burden of mental disorders, there is a worldwide need to improve the quality of mental health care. In order to address this issue, a change in how health care professionals are trained may be essential. However, the majority of the few reports published on this field's training programs do not discuss the characteristics associated with the success or failure of these strategies. The purpose of this review was to systematically examine the literature about mental health training programs designed for health care professionals in order to identify the relevant factors associated with their effective implementation. The MEDLINE/PubMed, SciELO, and Virtual Health Library databases were used to search for articles published before February 2017 and reviewed by two double-blind reviewers. We found 77 original papers about mental health educational programs. Many of these studies were conducted in the USA (39%), addressed depression as the main subject (34%), and applied a quasi-experimental design (52%). Effective interventions were associated with the following characteristics: the use of learner-centered and interactive methodological approaches; a curriculum based on challenges in the trainees' daily routines; the involvement of experts in the program's development; the enrollment of experienced participants; interdisciplinary group work; flexible timing; the use of e-learning resources; and optimizing the implementation of knowledge into the participants' routine work practices. These results will be helpful for planning and improving the quality of future educational programs in mental health.

  8. Documentation of acceptable knowledge for LANL Plutonium Facility transuranic waste streams

    International Nuclear Information System (INIS)

    Montoya, A.J.; Gruetzmacher, K.; Foxx, C.; Rogers, P.S.Z.

    1998-01-01

    Characterization of transuranic waste from the LANL Plutonium Facility for certification and transportation to WIPP includes the use of acceptable knowledge as specified in the WIPP Quality Assurance Program Plan. In accordance with a site-specific procedure, documentation of acceptable knowledge for retrievably stored and currently generated transuranic waste streams is in progress at LANL. A summary overview of the transuranic waste inventory is complete and documented in the Sampling Plan. This document also includes projected waste generation, facility missions, waste generation processes, flow diagrams, times, and material inputs. The second part of acceptable knowledge documentation consists of assembling more detailed acceptable knowledge information into auditable records and is expected to require several years to complete. These records for each waste stream must support final assignment of waste matrix parameters, EPA hazardous waste numbers, and radionuclide characterization. They must also include a determination whether waste streams are defense waste streams for compliance with the WIPP Land Withdrawal Act. The LANL Plutonium Facility's mission is primarily plutonium processing in basic special nuclear material (SNM) research activities to support national defense and energy programs. It currently has about 100 processes ranging from SNM recovery from residues to development of plutonium 238 heat sources for space applications. Its challenge is to characterize and certify waste streams from such diverse and dynamic operations using acceptable knowledge. This paper reports the progress on the certification of the first of these waste streams to the WIPP WAC

  9. Implementation and outcomes of a zero tolerance of bullying and harassment program.

    Science.gov (United States)

    Meloni, Marion; Austin, Michelle

    2011-02-01

    This case study describes the implementation of a zero tolerance of bullying and harassment program and its outcomes in an ACT hospital. The significance of bullying and harassment within this hospital workplace and its impact became apparent in the 2005 employee satisfaction survey. The results showed low staff satisfaction, a relatively high occurrence of perceived bullying and harassment in the workplace, and a low level of trust by staff in the management of bullying and harassment issues in comparison to the health sector norms. A bullying and harassment program was therefore put in place led by the hospital's Organisational Development Unit and a zero-tolerance approach towards bullying and harassment was adopted and embraced by the leadership group. After nearly 3 years the program has had a positive impact, including contributing to an overall increase in staff satisfaction and improvements in the bullying and harassment section of the latest employee satisfaction survey. Additional initiatives have been implemented and improved employee satisfaction results are expected in 2010-11.

  10. Design, Implementation and Evaluation of Congestion Control Mechanism for Video Streaming

    OpenAIRE

    Hiroshi Noborio; Hiroyuki Hisamatsu; Hiroki Oda

    2011-01-01

    In recent years, video streaming services over TCP, such as YouTube, have become more and more popular. TCP NewReno, the current TCP standard, performs greedy congestion control, which increases the congestion window size until packet loss occurs. Therefore, because TCP transmits data at a much higher rate than the video playback rate, the probability of packet loss in the network increases, which in turn takes bandwidth from other network traffic. In this paper, we propose a new transport-la...

  11. A Qualitative Exploration of Implementation Factors in a School-Based Mindfulness and Yoga Program: Lessons Learned from Students and Teachers

    Science.gov (United States)

    Dariotis, Jacinda K.; Mirabal-Beltran, Roxanne; Cluxton-Keller, Fallon; Gould, Laura Feagans; Greenberg, Mark T.; Mendelson, Tamar

    2016-01-01

    Identifying factors relevant for successful implementation of school-based interventions is essential to ensure that programs are provided in an effective and engaging manner. The perspectives of two key stakeholders critical for identifying implementation barriers and facilitators – students and their classroom teachers – merit attention in this context and have rarely been explored using qualitative methods. This study reports qualitative perspectives of fifth and sixth grade participants and their teachers of a 16-week school-based mindfulness and yoga program in three public schools serving low-income urban communities. Four themes related to program implementation barriers and facilitators emerged: program delivery factors, program buy-in, implementer communication with teachers, and instructor qualities. Feedback from students and teachers is discussed in the context of informing implementation, adaptation, and future development of school-based mindfulness and yoga programming in urban settings. PMID:28670007

  12. Design and Implementation of the Futhark Programming Language

    DEFF Research Database (Denmark)

    Henriksen, Troels

    In this thesis we describe the design and implementation of Futhark, a small data-parallel purely functional array language that offers a machine-neutral programming model, and an optimising compiler that generates efficient OpenCL code for GPUs. The overall philosophy is based on seeking a middle...... a lightweight system of size-dependent types that enables the compiler to reason symbolically about the size of arrays in the program, and that reuses general-purpose compiler optimisations to infer relationships between sizes. Third, we furnish Futhark with novel parallel combinators capable of expressing...... reasoning. Fifth, we perform an evaluation on 21 benchmarks that demonstrates the impact of the language and compiler features, and shows application-level performance that is in many cases competitive with hand-written GPU code. Sixth, we make the Futhark compiler freely available with full source code...

  13. Factors associated with sustainability of 2 quality improvement programs after achieving early implementation success. A qualitative case study.

    Science.gov (United States)

    Ament, Stephanie M C; Gillissen, Freek; Moser, Albine; Maessen, José M C; Dirksen, Carmen D; von Meyenfeldt, Maarten F; van der Weijden, Trudy

    2017-12-01

    Sustainability of innovations is a relatively new concept in health care research and has become an issue of growing interest. The current study explored factors related to the sustainability of 2 multidisciplinary hospital-based programs 3 to 6 years after achieving early implementation success. An exploratory qualitative study was conducted into 2 implementation cases, an Enhanced Recovery After Surgery program for colorectal surgery and a short-stay program for breast cancer surgery. Semistructured interviews were held with key persons involved in the care process in 14 hospitals from both cases minimally 3 years after the implementation, between March 2012 and May 2013. The Consolidated Framework for Implementation Research was used to direct the development of the interview guide, during data collection and during analysis. A directed content analysis was performed. A total of 21 interviews with 26 individuals were held, 18 regarding the Enhanced Recovery After Surgery case and 8 regarding the short-stay program case. Respondents mentioned the following factors associated with sustainability of the programs: modification and adaptability of the program, cost-effectiveness, institutionalization into existing systems, short communication lines within the multidisciplinary team, an innovative culture, benefits for patients, cosmopolitanism, the existence of external policies and incentives, trust and belief in the program, and spread of the program to other settings. Two factors are not covered by the Consolidated Framework for Implementation Research, ie, modification of the program over the years and spread of the program to other contexts. The factors associated with sustainability put forward in both cases were largely the same. Leadership and the implementation project were not mentioned as having influenced the long-term sustainability of the benefits achieved. Sustainability of the innovations is influenced by determinants stemming from all ecological

  14. Practical experience from the Office of Adolescent Health's large scale implementation of an evidence-based Teen Pregnancy Prevention Program.

    Science.gov (United States)

    Margolis, Amy Lynn; Roper, Allison Yvonne

    2014-03-01

    After 3 years of experience overseeing the implementation and evaluation of evidence-based teen pregnancy prevention programs in a diversity of populations and settings across the country, the Office of Adolescent Health (OAH) has learned numerous lessons through practical application and new experiences. These lessons and experiences are applicable to those working to implement evidence-based programs on a large scale. The lessons described in this paper focus on what it means for a program to be implementation ready, the role of the program developer in replicating evidence-based programs, the importance of a planning period to ensure quality implementation, the need to define and measure fidelity, and the conditions necessary to support rigorous grantee-level evaluation. Published by Elsevier Inc.

  15. Lack of implementation of eating disorder education and prevention programs in high schools: Data from incoming college freshmen.

    Science.gov (United States)

    Green, Emalee T; Venta, Amanda

    2018-03-22

    The purpose of this study was to examine the implementation of eating disorder education and prevention programs in high schools retrospectively, as reported by incoming college freshmen, exploring whether characteristics of the school influenced implementation. The sample, 169 first-year students from a public university, participated in an online survey inquiring about exposure to programs and high school characteristics. Results demonstrated few students exposed to any eating disorder programming (29.0%), with no students reporting exposure to prevention programming. Furthermore, there were no significant differences in the implementation based on school characteristics, suggesting that this is a universal issue across high schools.

  16. Application of the Hydroecological Integrity Assessment Process for Missouri Streams

    Science.gov (United States)

    Kennen, Jonathan G.; Henriksen, James A.; Heasley, John; Cade, Brian S.; Terrell, James W.

    2009-01-01

    Natural flow regime concepts and theories have established the justification for maintaining or restoring the range of natural hydrologic variability so that physiochemical processes, native biodiversity, and the evolutionary potential of aquatic and riparian assemblages can be sustained. A synthesis of recent research advances in hydroecology, coupled with stream classification using hydroecologically relevant indices, has produced the Hydroecological Integrity Assessment Process (HIP). HIP consists of (1) a regional classification of streams into hydrologic stream types based on flow data from long-term gaging-station records for relatively unmodified streams, (2) an identification of stream-type specific indices that address 11 subcomponents of the flow regime, (3) an ability to establish environmental flow standards, (4) an evaluation of hydrologic alteration, and (5) a capacity to conduct alternative analyses. The process starts with the identification of a hydrologic baseline (reference condition) for selected locations, uses flow data from a stream-gage network, and proceeds to classify streams into hydrologic stream types. Concurrently, the analysis identifies a set of non-redundant and ecologically relevant hydrologic indices for 11 subcomponents of flow for each stream type. Furthermore, regional hydrologic models for synthesizing flow conditions across a region and the development of flow-ecology response relations for each stream type can be added to further enhance the process. The application of HIP to Missouri streams identified five stream types ((1) intermittent, (2) perennial runoff-flashy, (3) perennial runoff-moderate baseflow, (4) perennial groundwater-stable, and (5) perennial groundwater-super stable). Two Missouri-specific computer software programs were developed: (1) a Missouri Hydrologic Assessment Tool (MOHAT) which is used to establish a hydrologic baseline, provide options for setting environmental flow standards, and compare past and

  17. Implementing program-wide awareness about recovery in a large mental health and addictions program.

    Science.gov (United States)

    McVanel-Viney, Sarah; Younger, Jodi; Doyle, Winnie; Kirkpatrick, Helen

    2006-01-01

    St. Joseph's Healthcare Hamilton conceptualized a multi-step plan for implementing a recovery oriented service delivery approach within their Mental Health and Addictions Program. This brief report discusses the first phase of this plan which included building awareness of recovery utilizing Anthony's (2000) system standards to develop a needs assessment for managers and senior team members. The survey had three purposes: to increase managers' awareness about recovery; to allow managers to express concerns that they had with this paradigm; and to afford managers an opportunity to explore the ways in which their service was and was not operating in a recovery oriented way. Initiatives designed to build awareness throughout the program are discussed.

  18. Design and methods of the Southeast Stream Quality Assessment (SESQA), 2014

    Science.gov (United States)

    Journey, Celeste A.; Van Metre, Peter C.; Bell, Amanda H.; Button, Daniel T.; Garrett, Jessica D.; Nakagaki, Naomi; Qi, Sharon L.; Bradley, Paul M.

    2015-07-15

    During 2014, the U.S. Geological Survey (USGS) National Water-Quality Assessment Program (NAWQA) assessed stream quality across the Piedmont and southern Appalachian Mountain regions of the southeastern United States. This Southeast Stream Quality Assessment (SESQA) simultaneously characterized watershed and stream-reach water-quality stressors along with instream biological conditions, in order to better understand regional stressor-effects relations. The goal of SESQA is to provide communities and policymakers with information about those human and environmental factors that have the greatest impact on stream quality across the region. The SESQA design focused on hydrologic alteration and urbanization because of their importance as ecological stressors of particular concern to Southeast region resource managers.

  19. OpenSHMEM-UCX : Evaluation of UCX for implementing OpenSHMEM Programming Model

    Energy Technology Data Exchange (ETDEWEB)

    Baker, Matthew B [ORNL; Gorentla Venkata, Manjunath [ORNL; Aderholdt, William Ferrol [ORNL; Shamis, Pavel [ARM Research

    2016-01-01

    The OpenSHMEM reference implementation was developed towards the goal of developing an open source and high-performing Open- SHMEM implementation. To achieve portability and performance across various networks, the OpenSHMEM reference implementation uses GAS- Net and UCCS for network operations. Recently, new network layers have emerged with the promise of providing high-performance, scalabil- ity, and portability for HPC applications. In this paper, we implement the OpenSHMEM reference implementation to use the UCX framework for network operations. Then, we evaluate its performance and scalabil- ity on Cray XK systems to understand UCX s suitability for developing the OpenSHMEM programming model. Further, we develop a bench- mark called SHOMS for evaluating the OpenSHMEM implementation. Our experimental results show that OpenSHMEM-UCX outperforms the vendor supplied OpenSHMEM implementation in most cases on the Cray XK system by up to 40% with respect to message rate and up to 70% for the execution of application kernels.

  20. Using information management to implement a clinical resource management program.

    Science.gov (United States)

    Rosenstein, A H

    1997-12-01

    This article provides a consultant's account of a 250-bed community hospital's experience in implementing the Clinical Resource Management (CRM) program, a four-stage process of using information to identify opportunities for improvement, developing an effective resource management team, implementing process improvement activities, and measuring the impact on outcomes of care. CASE STUDY EXAMPLE--CONGESTIVE HEART FAILURE: The chair of the departments of internal medicine and family practice selected congestive heart failure for in-depth study. A task force focused on treatment and patient disposition in the emergency room (ER), where most of the nonelective admissions originated. A set of standardized ER orders was developed that emphasized rapid and effective diuresis through the initiation of a progressive diuretic dosing schedule directly linked to patient response. Factors critical to the success of the CRM program included allocating adequate time to promote and sell the value and importance of the program, as well as securing the support of both information systems and physicians. The main barriers to success involved limitations in the information system infrastructure and delays attributable to committee review. Short-term results from the CRM program were encouraging, with average lengths of stay reduced by 0.5 days and average costs of care reduced by 12% for the ten diagnoses studied with no adverse results. Nonstudy diagnoses showed no notable improvement. Recognizing the growing importance of information management not only for clinical decision support but for accommodating all the necessary internal and external reporting requirements will require a significant commitment and investment in technology and personnel resources.

  1. The Pharmacogenomics Research Network Translational Pharmacogenetics Program: Overcoming Challenges of Real-World Implementation

    Science.gov (United States)

    Shuldiner, AR; Relling, MV; Peterson, JF; Hicks, JK; Freimuth, RR; Sadee, W; Pereira, NL; Roden, DM; Johnson, JA; Klein, TE

    2013-01-01

    The pace of discovery of potentially actionable pharmacogenetic variants has increased dramatically in recent years. However, the implementation of this new knowledge for individualized patient care has been slow. The Pharmacogenomics Research Network (PGRN) Translational Pharmacogenetics Program seeks to identify barriers and develop real-world solutions to implementation of evidence-based pharmacogenetic tests in diverse health-care settings. Dissemination of the resulting toolbox of “implementation best practices” will prove useful to a broad audience. PMID:23588301

  2. Device interactions in reducing the cost of tidal stream energy

    International Nuclear Information System (INIS)

    Vazquez, A.; Iglesias, G.

    2015-01-01

    Highlights: • Numerical modelling is used to estimate the levelised cost of tidal stream energy. • As a case study, a model of Lynmouth (UK) is implemented and successfully validated. • The resolution of the model allows the demarcation of individual devices on the model grid. • Device interactions reduce the available tidal resource and the cost increases significantly. - Abstract: The levelised cost of energy takes into account the lifetime generated energy and the costs associated with a project. The objective of this work is to investigate the effects of device interactions on the energy output and, therefore, on the levelised cost of energy of a tidal stream project, by means of numerical modelling. For this purpose, a case study is considered: Lynmouth (North Devon, UK), an area in the Bristol Channel in which the first tidal stream turbine was installed − a testimony of its potential as a tidal energy site. A state-of-the-art hydrodynamics model is implemented on a high-resolution computational grid, which allows the demarcation of the individual devices. The modification to the energy output resulting from interaction between turbines within the tidal farm is thus resolved for each individual turbine. The results indicate that significant changes in the levelised cost of energy values, of up to £0.221 kW h −1 , occur due to the aforementioned modifications, which should not be disregarded if the cost of tidal stream energy is to be minimised

  3. Long Live Love+: evaluation of the implementation of an online school-based sexuality education program in the Netherlands.

    Science.gov (United States)

    van Lieshout, Sanne; Mevissen, Fraukje; de Waal, Esri; Kok, Gerjo

    2017-06-01

    Schools are a common setting for adolescents to receive health education, but implementation of these programs with high levels of completeness and fidelity is not self-evident. Programs that are only partially implemented (completeness) or not implemented as instructed (fidelity) are unlikely to be effective. Therefore, it is important to identify which determinants affect completeness and fidelity of program implementation. As part of the launch of Long Live Love+ (LLL+), an online school-based sexuality education program for adolescents aged 15-17, we performed a process evaluation among teachers and students to measure the levels of completeness and fidelity, identify factors influencing teachers' implementation, and to evaluate the students' response. Sixteen Biology teachers from nine secondary schools throughout the Netherlands who implemented LLL+ were interviewed and 60 students participated in 13 focus group discussions. Results showed that teachers' completeness ranged between 22-100% (M = 75%). Fidelity was high, but many teachers added elements. Teachers and students enjoyed LLL+, particularly the diversity in the exercises and its interactive character. The most important factors that influenced implementation were time and organizational constraints, lack of awareness on the impact of completeness and fidelity, and student response. These factors should be taken into account when developing school-based prevention programs. © The Author 2017. Published by Oxford University Press. All rights reserved. For permissions, please email: journals.permissions@oup.com.

  4. A Strategic Approach to Implementation of Medical Mentorship Programs.

    Science.gov (United States)

    Caruso, Thomas J; Steinberg, Diane H; Piro, Nancy; Walker, Kimberly; Blankenburg, Rebecca; Rassbach, Caroline; Marquez, Juan L; Katznelson, Laurence; Dohn, Ann

    2016-02-01

    Mentors influence medical trainees' experiences through career enhancement and psychosocial support, yet some trainees never receive benefits from involved mentors. Our goals were to examine the effectiveness of 2 interventions aimed at increasing the number of mentors in training programs, and to assess group differences in mentor effectiveness, the relationship between trainees' satisfaction with their programs given the presence of mentors, and the relationship between the number of trainees with mentors and postgraduate year (PGY). In group 1, a physician adviser funded by the graduate medical education department implemented mentorships in 6 residency programs, while group 2 involved a training program with funded physician mentoring time. The remaining 89 training programs served as controls. Chi-square tests were used to determine differences. Survey responses from group 1, group 2, and controls were 47 of 84 (56%), 34 of 78 (44%), and 471 of 981 (48%, P = .38), respectively. The percentages of trainees reporting a mentor in group 1, group 2, and the control group were 89%, 97%, and 79%, respectively (P = .01). There were no differences in mentor effectiveness between groups. Mentored trainees were more likely to be satisfied with their programs (P = .01) and to report that faculty supported their professional aspirations (P = .001). Across all programs, fewer first-year trainees (59%) identified a mentor compared to PGY-2 through PGY-8 trainees (84%, P program is an effective way to create an educational environment that maximizes trainees' perceptions of mentorship and satisfaction with their training programs.

  5. Interactive collision detection for deformable models using streaming AABBs.

    Science.gov (United States)

    Zhang, Xinyu; Kim, Young J

    2007-01-01

    We present an interactive and accurate collision detection algorithm for deformable, polygonal objects based on the streaming computational model. Our algorithm can detect all possible pairwise primitive-level intersections between two severely deforming models at highly interactive rates. In our streaming computational model, we consider a set of axis aligned bounding boxes (AABBs) that bound each of the given deformable objects as an input stream and perform massively-parallel pairwise, overlapping tests onto the incoming streams. As a result, we are able to prevent performance stalls in the streaming pipeline that can be caused by expensive indexing mechanism required by bounding volume hierarchy-based streaming algorithms. At runtime, as the underlying models deform over time, we employ a novel, streaming algorithm to update the geometric changes in the AABB streams. Moreover, in order to get only the computed result (i.e., collision results between AABBs) without reading back the entire output streams, we propose a streaming en/decoding strategy that can be performed in a hierarchical fashion. After determining overlapped AABBs, we perform a primitive-level (e.g., triangle) intersection checking on a serial computational model such as CPUs. We implemented the entire pipeline of our algorithm using off-the-shelf graphics processors (GPUs), such as nVIDIA GeForce 7800 GTX, for streaming computations, and Intel Dual Core 3.4G processors for serial computations. We benchmarked our algorithm with different models of varying complexities, ranging from 15K up to 50K triangles, under various deformation motions, and the timings were obtained as 30 approximately 100 FPS depending on the complexity of models and their relative configurations. Finally, we made comparisons with a well-known GPU-based collision detection algorithm, CULLIDE [4] and observed about three times performance improvement over the earlier approach. We also made comparisons with a SW-based AABB

  6. New Stream-reach Development: A Comprehensive Assessment of Hydropower Energy Potential in the United States

    Energy Technology Data Exchange (ETDEWEB)

    Kao, Shih-Chieh [ORNL; McManamay, Ryan A [ORNL; Stewart, Kevin M [ORNL; Samu, Nicole M [ORNL; Hadjerioua, Boualem [ORNL; DeNeale, Scott T [ORNL; Yeasmin, Dilruba [California State University, Fresno; Pasha, M. Fayzul K. [California State University, Fresno; Oubeidillah, Abdoul A [ORNL; Smith, Brennan T [ORNL

    2014-04-01

    The rapid development of multiple national geospatial datasets related to topography, hydrology, and environmental characteristics in the past decade have provided new opportunities for the refinement of hydropower resource potential from undeveloped stream-reaches. Through 2011 to 2013, the Oak Ridge National Laboratory (ORNL) was tasked by the Department of Energy (DOE) Water Power Program to evaluate the new stream-reach development (NSD) resource potential for more than 3 million US streams. A methodology was designed that contains three main components: (1) identification of stream-reaches with high energy density, (2) topographical analysis of stream-reaches to estimate inundated surface area and reservoir storage, and (3) environmental attribution to spatially join information related to the natural ecological systems, social and cultural settings, policies, management, and legal constraints to stream-reaches of energy potential. An initial report on methodology (Hadjerioua et al., 2013) was later reviewed and revised based on the comments gathered from two peer review workshops. After implementing the assessment across the entire United States, major findings were summarized in this final report. The estimated NSD capacity and generation, including both higher-energy-density (>1 MW per reach) and lower-energy-density (<1 MW per reach) stream-reaches is 84.7 GW, around the same size as the existing US conventional hydropower nameplate capacity (79.5 GW; NHAAP, 2013). In terms of energy, the total undeveloped NSD generation is estimated to be 460 TWh/year, around 169% of average 2002 2011 net annual generation from existing conventional hydropower plants (272 TWh/year; EIA, 2013). Given the run-of-river assumption, NSD stream-reaches have higher capacity factors (53 71%), especially compared with conventional larger-storage peaking-operation projects that usually have capacity factors of around 30%. The highest potential is identified in the Pacific Northwest

  7. Implementation of a management applied program for solid radioactive waste

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Y. H.; Kim, T. K.; Kang, I. S.; Cho, H. S.; Son, J. S. [KAERI, Taejon (Korea, Republic of)

    2004-07-01

    Solid radioactive wastes are generated from the Post-irradiated Fuel Examination Facility, the Irradiated Material Examination Facility, the Research Reactor, and the laboratories at KAERI. A data collection of a solid radioactive waste treatment process of a research organization became necessary while developing the RAWMIS(Radioactive Waste Management Integration System) which it can generate personal history management for efficient management of a waste, documents, all kinds of statistics. This paper introduces an input and output application program design to do to database with data in the results and a stream process of a treatment that analyzed the waste occurrence present situation and data by treatment process. Data on the actual treatment process that is not limited experiment improve by a document, human traces, saving of material resources and improve with efficiency of tracking about a radioactive waste and a process and give help to radioactive waste material balance and inventory study.

  8. A Transition Program for Underprepared Students in General Chemistry: Diagnosis, Implementation, and Evaluation

    Science.gov (United States)

    Shields, Shawn P.; Hogrebe, Mark C.; Spees, William M.; Handlin, Larry B.; Noelken, Greg P.; Riley, Julie M.; Frey, Regina F.

    2012-01-01

    We developed an online exam to diagnose students who are underprepared for college-level general chemistry and implemented a program to support them during the general chemistry sequence. This transition program consists of extended-length recitations, peer-led team-learning (PLTL) study groups, and peer-mentoring groups. We evaluated this…

  9. Principles for urban stormwater management to protect stream ecosystems

    Science.gov (United States)

    Walsh, Christopher J.; Booth, Derek B.; Burns, Matthew J.; Fletcher, Tim D.; Hale, Rebecca L.; Hoang, Lan N.; Livingston, Grant; Rippy, Megan A.; Roy, Allison; Scoggins, Mateo; Wallace, Angela

    2016-01-01

    Urban stormwater runoff is a critical source of degradation to stream ecosystems globally. Despite broad appreciation by stream ecologists of negative effects of stormwater runoff, stormwater management objectives still typically center on flood and pollution mitigation without an explicit focus on altered hydrology. Resulting management approaches are unlikely to protect the ecological structure and function of streams adequately. We present critical elements of stormwater management necessary for protecting stream ecosystems through 5 principles intended to be broadly applicable to all urban landscapes that drain to a receiving stream: 1) the ecosystems to be protected and a target ecological state should be explicitly identified; 2) the postdevelopment balance of evapotranspiration, stream flow, and infiltration should mimic the predevelopment balance, which typically requires keeping significant runoff volume from reaching the stream; 3) stormwater control measures (SCMs) should deliver flow regimes that mimic the predevelopment regime in quality and quantity; 4) SCMs should have capacity to store rain events for all storms that would not have produced widespread surface runoff in a predevelopment state, thereby avoiding increased frequency of disturbance to biota; and 5) SCMs should be applied to all impervious surfaces in the catchment of the target stream. These principles present a range of technical and social challenges. Existing infrastructural, institutional, or governance contexts often prevent application of the principles to the degree necessary to achieve effective protection or restoration, but significant potential exists for multiple co-benefits from SCM technologies (e.g., water supply and climate-change adaptation) that may remove barriers to implementation. Our set of ideal principles for stream protection is intended as a guide for innovators who seek to develop new approaches to stormwater management rather than accept seemingly

  10. Urban development results in stressors that degrade stream ecosystems

    Science.gov (United States)

    Bell, Amanda H.; Coles, James F.; McMahon, Gerard; Woodside, Michael D.

    2012-01-01

    In 2003, eighty-three percent of Americans lived in metropolitan areas, and considerable population increases are predicted within the next 50 years. Nowhere are the environmental changes associated with urban development more evident than in urban streams. Contaminants, habitat destruction, and increasing streamflow flashiness resulting from urban development have been associated with the disruption of biological communities, particularly the loss of sensitive aquatic biota. Every stream is connected downstream to other water bodies, and inputs of contaminants and (or) sediments to streams can cause degradation downstream with adverse effects on biological communities and on economically valuable resources, such as fisheries and tourism. Understanding how algal, invertebrate, and fish communities respond to physical and chemical stressors associated with urban development can provide important clues on how multiple stressors may be managed to protect stream health as a watershed becomes increasingly urbanized. This fact sheet highlights selected findings of a comprehensive assessment by the National Water-Quality Assessment Program of the U.S. Geological Survey (USGS) of the effects of urban development on stream ecosystems in nine metropolitan study areas.

  11. Psi4NumPy: An Interactive Quantum Chemistry Programming Environment for Reference Implementations and Rapid Development.

    Science.gov (United States)

    Smith, Daniel G A; Burns, Lori A; Sirianni, Dominic A; Nascimento, Daniel R; Kumar, Ashutosh; James, Andrew M; Schriber, Jeffrey B; Zhang, Tianyuan; Zhang, Boyi; Abbott, Adam S; Berquist, Eric J; Lechner, Marvin H; Cunha, Leonardo A; Heide, Alexander G; Waldrop, Jonathan M; Takeshita, Tyler Y; Alenaizan, Asem; Neuhauser, Daniel; King, Rollin A; Simmonett, Andrew C; Turney, Justin M; Schaefer, Henry F; Evangelista, Francesco A; DePrince, A Eugene; Crawford, T Daniel; Patkowski, Konrad; Sherrill, C David

    2018-06-11

    Psi4NumPy demonstrates the use of efficient computational kernels from the open-source Psi4 program through the popular NumPy library for linear algebra in Python to facilitate the rapid development of clear, understandable Python computer code for new quantum chemical methods, while maintaining a relatively low execution time. Using these tools, reference implementations have been created for a number of methods, including self-consistent field (SCF), SCF response, many-body perturbation theory, coupled-cluster theory, configuration interaction, and symmetry-adapted perturbation theory. Furthermore, several reference codes have been integrated into Jupyter notebooks, allowing background, underlying theory, and formula information to be associated with the implementation. Psi4NumPy tools and associated reference implementations can lower the barrier for future development of quantum chemistry methods. These implementations also demonstrate the power of the hybrid C++/Python programming approach employed by the Psi4 program.

  12. An Analysis of Earned Value Management Implementation Within the F-22 System Program Office's Software Development

    National Research Council Canada - National Science Library

    Dibert, John C; Velez, John C

    2006-01-01

    .... Acquisition Category ID programs like the US Air Force F-22 fighter program use EVM to manage their software development efforts, but has the program's implementation of EVM followed the industry...

  13. SWOT analysis of program design and implementation: a case study on the reduction of maternal mortality in Afghanistan.

    Science.gov (United States)

    Ahmadi, Qudratullah; Danesh, Homayoon; Makharashvili, Vasil; Mishkin, Kathryn; Mupfukura, Lovemore; Teed, Hillary; Huff-Rousselle, Maggie

    2016-07-01

    This case study analyzes the design and implementation of the Basic Package of Health Services (BPHS) in Afghanistan by synthesizing the literature with a focus on maternal health services. The authors are a group of graduate students in the Brandeis University International Health Policy and Management Program and Sustainable International Development Program who used the experience in Afghanistan to analyze an example of successfully implementing policy; two of the authors are Afghan physicians with direct experience in implementing the BPHS. Data is drawn from a literature review, and a unique aspect of the case study is the application of the business-oriented SWOT analysis to the design and implementation of the program that successfully targeted lowering maternal mortality in Afghanistan. It provides a useful example of how SWOT analysis can be used to consider the reasons for, or likelihood of, successful or unsuccessful design and implementation of a policy or program. Copyright © 2015 John Wiley & Sons, Ltd. Copyright © 2015 John Wiley & Sons, Ltd.

  14. Hazardous Waste Development, Demonstration, and Disposal (HAZWDDD) program plan: Executive summary

    International Nuclear Information System (INIS)

    McGinnis, C.P.; Eisenhower, B.M.; Reeves, M.E.; DePaoli, S.M.; Stinton, L.H.; Harrington, E.H.

    1989-02-01

    The Hazardous Waste Development, Demonstration, and Disposal (HAZWDDD) Program Plan provides a strategy for management of hazardous and mixed wastes generated by the five Department of Energy (DOE) installations managed by Martin Marietta Energy Systems, Inc. (Energy Systems). This integrated corporate plan is based on the individual installation plans, which identify waste streams, facility capabilities, problem wastes, future needs, and funding needs. Using this information, the corporate plan identifies common concerns and technology/facility needs over the next 10 years. The overall objective of this corporate plan is to ensure that treatment, storage, and disposal (TSD) needs for all hazardous and mixed wastes generated by Energy Systems installations have been identified and planned for. Specific objectives of the program plan are to (1) identify all hazardous and mixed waste streams; (2) identify hazardous and mixed waste TSD requirements; (3) identify any unresolved technical issues preventing implementation of the strategy; (4) develop schedules for studies, demonstrations, and facilities to resolve the issues; and (5) define the interfaces with the Low-Level Waste Disposal Development and Demonstration (LLWDDD) Program. 10 refs., 7 figs

  15. Improved streaming analysis technique: spherical harmonics expansion of albedo data

    International Nuclear Information System (INIS)

    Albert, T.E.; Simmons, G.L.

    1979-01-01

    An improved albedo scattering technique was implemented with a three-dimensional Monte Carlo transport code for use in analyzing radiation streaming problems. The improvement was based on a shifted spherical Harmonics expansion of the doubly differential albedo data base. The result of the improvement was a factor of 3 to 10 reduction in data storage requirements and approximately a factor of 3 to 6 increase in computational speed. Comparisons of results obtained using the technique with measurements are shown for neutron streaming in one- and two-legged square concrete ducts

  16. Implementing and evaluating a program to facilitate chronic disease prevention and screening in primary care: a mixed methods program evaluation.

    Science.gov (United States)

    Manca, Donna Patricia; Aubrey-Bassler, Kris; Kandola, Kami; Aguilar, Carolina; Campbell-Scherer, Denise; Sopcak, Nicolette; O'Brien, Mary Ann; Meaney, Christopher; Faria, Vee; Baxter, Julia; Moineddin, Rahim; Salvalaggio, Ginetta; Green, Lee; Cave, Andrew; Grunfeld, Eva

    2014-10-08

    The objectives of this paper are to describe the planned implementation and evaluation of the Building on Existing Tools to Improve Chronic Disease Prevention and Screening in Primary Care (BETTER 2) program which originated from the BETTER trial. The pragmatic trial, informed by the Chronic Care Model, demonstrated the effectiveness of an approach to Chronic Disease Prevention and Screening (CDPS) involving the use of a new role, the prevention practitioner. The desired goals of the program are improved clinical outcomes, reduction in the burden of chronic disease, and improved sustainability of the health-care system through improved CDPS in primary care. The BETTER 2 program aims to expand the implementation of the intervention used in the original BETTER trial into communities across Canada (Alberta, Ontario, Newfoundland and Labrador, the Northwest Territories and Nova Scotia). This proactive approach provides at-risk patients with an intervention from the prevention practitioner, a health-care professional. Using the BETTER toolkit, the prevention practitioner determines which CDPS actions the patient is eligible to receive, and through shared decision-making and motivational interviewing, develops a unique and individualized 'prevention prescription' with the patient. This intervention is 1) personalized; 2) addressing multiple conditions; 3) integrated through linkages to local, regional, or national resources; and 4) longitudinal by assessing patients over time. The BETTER 2 program brings together primary care providers, policy/decision makers and researchers to work towards improving CDPS in primary care. The target patient population is adults aged 40-65. The reach, effectiveness, adoption, implementation, maintain (RE-AIM) framework will inform the evaluation of the program through qualitative and quantitative methods. A composite index will be used to quantitatively assess the effectiveness of the prevention practitioner intervention. The CDPS actions

  17. Implementation and Outcomes of a Comprehensive Type 2 Diabetes Program in Rural Guatemala.

    Directory of Open Access Journals (Sweden)

    David Flood

    Full Text Available The burden of chronic, non-communicable diseases such as diabetes is growing rapidly in low- and middle-income countries. Implementing management programs for diabetes and other chronic diseases for underserved populations is thus a critical global health priority. However, there is a notable dearth of shared programmatic and outcomes data from diabetes treatment programs in these settings.We describe our experiences as a non-governmental organization designing and implementing a type 2 diabetes program serving Maya indigenous people in rural Guatemala. We detail the practical challenges and solutions we have developed to build and sustain diabetes programming in this setting.We conduct a retrospective chart review from our electronic medical record to evaluate our program's performance. We generate a cohort profile, assess cross-sectional indicators using a framework adapted from the literature, and report on clinical longitudinal outcomes.A total of 142 patients were identified for the chart review. The cohort showed a decrease in hemoglobin A1C from a mean of 9.2% to 8.1% over an average of 2.1 years of follow-up (p <0.001. The proportions of patients meeting glycemic targets were 53% for hemoglobin A1C < 8% and 32% for the stricter target of hemoglobin A1C < 7%.We first offer programmatic experiences to address a gap in resources relating to the practical issues of designing and implementing global diabetes management interventions. We then present clinical data suggesting that favorable diabetes outcomes can be attained in poor areas of rural Guatemala.

  18. A holistic method for selecting tidal stream energy hotspots under technical, economic and functional constraints

    International Nuclear Information System (INIS)

    Vazquez, A.; Iglesias, G.

    2016-01-01

    Highlights: • A method for selecting the most suitable sites for tidal stream farms was presented. • The selection was based on relevant technical, economic and functional aspects. • As a case study, a model of the Bristol Channel was implemented and validated. - Abstract: Although a number of prospective locations for tidal stream farms have been identified, the development of a unified approach for selecting the optimum site in a region remains a current research topic. The objective of this work is to develop and apply a methodology for determining the most suitable sites for tidal stream farms, i.e. sites whose characteristics maximise power performance, minimise cost and avoid conflicts with competing uses of the marine space. Illustrated through a case study in the Bristol Channel, the method uses a validated hydrodynamics model to identify highly energetic areas and a geospatial Matlab-based program (designed ad hoc) to estimate the energy output that a tidal farm at the site with a given technology would have. This output is then used to obtain the spatial distribution of the levelised cost of energy and, on this basis, to preselect certain areas. Subsequently, potential conflicts with other functions of the marine space (e.g. fishing, shipping) are considered. The result is a selection of areas for tidal stream energy development based on a holistic approach, encompassing the relevant technical, economic and functional aspects. This methodology can lead to a significant improvement in the selection of tidal sites, thereby increasing the possibilities of project acceptance and development.

  19. Implementation between text and work-a qualitative study of a readmission prevention program targeting elderly patients.

    Science.gov (United States)

    Lehn, Sara Fokdal; Thuesen, Jette; Bunkenborg, Gitte; Zwisler, Ann-Dorthe; Rod, Morten Hulvej

    2018-03-01

    Numerous studies emphasize the importance of context in implementation. Successful implementation across the health care system depends on conditions and requirements that are often presented to health professionals through text-based materials and might present contradictory expectations to the work of health professionals. In this study, we operationalize institutional context as the text-based material, which from the perspective of health professionals, influence health care work. Via the case of a readmission prevention program for elderly patients, we examine the experiences of health professionals that work with implementation, concerning the contradictions that arise between the demands imposed by program implementation and their everyday work routines, and the role of text-based materials in these contradictions. We conducted five focus group interviews among health professionals working at different locations in a single administrative region of Denmark. The 24 health professionals in our study included hospital physicians, hospital nurses, medical secretaries, municipal care managers, registered municipal nurses, and general practitioners. All focus group interviews were transcribed verbatim. Inspired by institutional ethnography, we look into text-based materials, such as written guidelines, if health professionals indicate they are important. The health professionals experience that specific demands of the readmission prevention program come into conflict with the existing demands and daily work routines. Professional resistance to control and the existing digital communication tools create tensions with a program requirement for standardized enrollment of patients to the program. In addition, the striving for autonomy among health professionals and the high level of mono-professional working routines create tension with the program requirements for an additional amount of interdisciplinary work. The different demands are widely mediated by text

  20. Results of Macroinvertebrate Sampling Conducted at 33 SRS Stream Locations, July--August 1993

    Energy Technology Data Exchange (ETDEWEB)

    Specht, W.L.

    1994-12-01

    In order to assess the health of the macroinvertebrate communities of SRS streams, the macroinvertebrate communities at 30 stream locations on SRS were sampled during the summer of 1993, using Hester-Dendy multiplate samplers. In addition, three off-site locations in the Upper Three Runs drainage were sampled in order to assess the potential for impact from off-site activities. In interpreting the data, it is important to recognize that these data were from a single set of collections. Macroinvertebrate communities often undergo considerable temporal variation, and are also greatly influenced by such factors as water depth, water velocity, and available habitat. These stations were selected with the intent of developing an on-going sampling program at a smaller number of stations, with the selection of the stations to be based largely upon the results of this preliminary sampling program. When stations within a given stream showed similar results, fewer stations would be sampled in the future. Similarly, if a stream appeared to be perturbed, additional stations or chemical analyses might be added so that the source of the perturbation could be identified. In general, unperturbed streams will contain more taxa than perturbed streams, and the distribution of taxa among orders or families will differ. Some groups of macroinvertebrates, such as Ephemeroptera (mayflies), Plecoptera (stoneflies) and Trichoptera (caddisflies), which are collectively called EPT taxa, are considered to be relatively sensitive to most kinds of stream perturbation; therefore a reduced number of EPT taxa generally indicates that the stream has been subject to chemical or physical stressors. In coastal plain streams, EPT taxa are generally less dominant than in streams with rocky substrates, while Chironomidae (midges) are more abundant. (Abstract Truncated)

  1. Implementation of a quality control program for a 6 MeV linear photon accelerator

    International Nuclear Information System (INIS)

    Berdaky, Mafalda F.; Caldas, Linda V.E.

    2001-01-01

    This paper describes the operational characteristics of the final process of implementation of a quality control program using routine mechanical and radiation tests. The quality control program was performed during 35 months and demonstrated the excellent stability of this accelerator. (author)

  2. Cost analysis and biological ramifications for implementing the gypsy moth Slow the Spread Program

    Science.gov (United States)

    Patrick C. Tobin

    2008-01-01

    The gypsy moth Slow the Spread Program aims to reduce the rate of gypsy moth, Lymantria dispar (L.), spread into new areas in the United States. The annual budget for this program has ranged from $10-13 million. Changes in funding levels can have important ramifications to the implementation of this program, and consequently affect the rate of gypsy...

  3. DOE's Innovative Treatment Remediation Demonstration Program accelerating the implementation of innovative technologies

    International Nuclear Information System (INIS)

    Hightower, M.

    1995-01-01

    A program to help accelerate the adoption and implementation of new and innovative remediation technologies has been initiated by the Department of Energy's (DOE) Environmental Restoration Program Office (EM40). Developed as a Public-Private Partnership program in cooperation with the US Environmental Protection Agency's (EPA) Technology Innovation Office (TIO) and coordinated by Sandia National Laboratories, the Innovative Treatment Remediation Demonstration (ITRD) Program attempts to reduce many of the classic barriers to the use of new technologies by involving government, industry, and regulatory agencies in the assessment, implementation, and validation of innovative technologies. In this program, DOE facilities work cooperatively with EPA, industry, national laboratories, and state and federal regulatory agencies to establish remediation demonstrations using applicable innovative technologies at their sites. Selected innovative technologies are used to remediate small, one to two acre, sites to generate the full-scale and real-world operating, treatment performance, and cost data needed to validate these technologies and gain acceptance by industry and regulatory agencies, thus accelerating their use nationwide. Each ITRD project developed at a DOE site is designed to address a typical soil or groundwater contamination issue facing both DOE and industry. This includes sites with volatile organic compound (VOC), semi-VOC, heavy metal, explosive residue, and complex or multiple constituent contamination. Projects are presently underway at three DOE facilities, while additional projects are under consideration for initiation in FY96 at several additional DOE sites. A brief overview of the ITRD Program, program plans, and the status and progress of existing ITRD projects are reviewed in this paper

  4. Compensatory stream and wetland mitigation in North Carolina: an evaluation of regulatory success.

    Science.gov (United States)

    Hill, Tammy; Kulz, Eric; Munoz, Breda; Dorney, John R

    2013-05-01

    Data from a probability sample were used to estimate wetland and stream mitigation success from 2007 to 2009 across North Carolina (NC). "Success" was defined as whether the mitigation site met regulatory requirements in place at the time of construction. Analytical results were weighted by both component counts and mitigation size. Overall mitigation success (including preservation) was estimated at 74 % (SE = 3 %) for wetlands and 75 % (SE = 4 %) for streams in NC. Compared to the results of previous studies, wetland mitigation success rates had increased since the mid-1990s. Differences between mitigation providers (mitigation banks, NC Ecosystem Enhancement Program's design-bid-build and full-delivery programs, NC Department of Transportation and private permittee-responsible mitigation) were generally not significant although permittee-responsible mitigation yielded higher success rates in certain circumstances. Both wetland and stream preservation showed high rates of success and the stream enhancement success rate was significantly higher than that of stream restoration. Additional statistically significant differences when mitigation size was considered included: (1) the Piedmont yielded a lower stream mitigation success rate than other areas of the state, and (2) recently constructed wetland mitigation projects demonstrated a lower success rate than those built prior to 2002. Opportunities for improvement exist in the areas of regulatory record-keeping, understanding the relationship between post-construction establishment and long-term ecological trajectories of stream and wetland restoration projects, incorporation of numeric ecological metrics into mitigation monitoring and success criteria, and adaptation of stream mitigation designs to achieve greater success in the Piedmont.

  5. Development and Implementation of a Peer Mentoring Program for Early Career Gerontological Faculty

    Science.gov (United States)

    Bryant, Ashley Leak; Brody, Ab; Perez, Adriana; Shillam, Casey; Edelman, Linda S.; Bond, Stewart M.; Foster, Victoria; Siegel, Elena

    2016-01-01

    Purpose In conjunction with the National Hartford Centers of Gerontological Nursing Excellence (NHCGNE), formerly known as the Building Academic Geriatric Nursing Capacity Initiative (BAGNC), the Hartford Gerontological Nursing Leaders (HGNL) developed and executed a program beginning in 2011 to enhance both (a) the experience of newly selected scholars and fellows to the NHCGNE and (b) the ongoing professional development of the HGNL. The purpose of this article is to describe key strategies used to develop and execute the mentoring program and to present the formative and summative program evaluation. Design The program was launched in January 2011 with seven peer mentor and mentee matches. In June 2012, the peer mentoring committee solicited feedback on the development of the peer mentoring program and changes were made for the subsequent cohorts. Findings An additional 12 matches were made in the following 2 years (2012 and 2013), for a total of 31 matches to date. We have learned several key lessons from our three cohorts regarding how to structure, implement, and carefully evaluate a peer mentoring program. Conclusions Informal evaluation of our peer mentoring program noted several challenges for both peer mentors and mentees. Having knowledge of and addressing those challenges may increase the overall quality and effectiveness of peer mentoring programs and, in turn, benefit academic nursing by strengthening the faculty workforce. Clinical Relevance Findings from development and implementation of a peer mentoring program for gerontological faculty could lead to new and adaptable programs in a variety of clinical and education settings. PMID:25808927

  6. Development and implementation of a peer mentoring program for early career gerontological faculty.

    Science.gov (United States)

    Bryant, Ashley Leak; Aizer Brody, Abraham; Perez, Adriana; Shillam, Casey; Edelman, Linda S; Bond, Stewart M; Foster, Victoria; Siegel, Elena O

    2015-05-01

    The Hartford Gerontological Nursing Leaders (HGNL) formerly known as the Building Academic Geriatric Nursing Capacity Initiative (BAGNC), in conjunction with the National Hartford Centers of Gerontological Nursing Excellence (NHCGNE), developed and executed a peer mentoring program beginning in 2011 to enhance both (a) the experience of newly selected scholars and fellows to the NHCGNE and (b) the ongoing professional development of HGNL members. The purpose of this article is to describe key strategies used to develop and execute the peer mentoring program and to present formative program evaluation. The program was launched in January 2011 with seven peer mentor and mentee matches. In June 2012, the peer mentoring committee solicited feedback on the development of the peer mentoring program and changes were made for the subsequent cohorts. An additional 12 matches were made in the following 2 years (2012 and 2013), for a total of 31 matches to date. We have learned several key lessons from our three cohorts regarding how to structure, implement, and carefully evaluate a peer mentoring program. Informal evaluation of our peer mentoring program noted several challenges for both peer mentors and mentees. Having knowledge of and addressing those challenges may increase the overall quality and effectiveness of peer mentoring programs and, in turn, benefit academic nursing by strengthening the faculty workforce. Findings from development and implementation of a peer mentoring program for gerontological faculty could lead to new and adaptable programs in a variety of clinical and education settings. © 2015 Sigma Theta Tau International.

  7. Prevention of catheter-related blood stream infection.

    Science.gov (United States)

    Byrnes, Matthew C; Coopersmith, Craig M

    2007-08-01

    Catheter-related blood stream infections are a morbid complication of central venous catheters. This review will highlight a comprehensive approach demonstrated to prevent catheter-related blood stream infections. Elements of prevention important to inserting a central venous catheter include proper hand hygiene, use of full barrier precautions, appropriate skin preparation with 2% chlorhexidine, and using the subclavian vein as the preferred anatomic site. Rigorous attention needs to be given to dressing care, and there should be daily assessment of the need for central venous catheters, with prompt removal as soon as is practicable. Healthcare workers should be educated routinely on methods to prevent catheter-related blood stream infections. If rates remain higher than benchmark levels despite proper bedside practice, antiseptic or antibiotic-impregnated catheters can also prevent infections effectively. A recent program utilizing these practices in 103 ICUs in Michigan resulted in a 66% decrease in infection rates. There is increasing recognition that a comprehensive strategy to prevent catheter-related blood stream infections can prevent most infections, if not all. This suggests that thousands of infections can potentially be averted if the simple practices outlined herein are followed.

  8. Child Protection Program Implementations in Sport Management

    Directory of Open Access Journals (Sweden)

    Özgün PARASIZ

    2015-07-01

    Full Text Available The protection and provision of the welfare of children who are in a vulnerable condition to all kinds of risk in the modern world in every field they actively take part in is acknowledged as one of the most important social responsibilites of states in this day and age. In the fight against this problem, especially developed countries promote chi ld protection policies and implement them in every sport field children take active part in. The aim of this study is to examine in which dimensions child protection system, defined as the provision of the child’s safety in all aspects including physical, social, emotional, economic, cultural, ethnic, moral, religious and political on a legal basis and in practice, is implemented within the sport systems of England and to identify the policies of sports organizations. In the study, scanning method based o n the literature was used. Research data was obtained by examining the related sources on the subject in various international libraries, journals, books and sports organizations. According to the information obtained in the study, child protection progra ms were identified to be a legal obligation for independent sports organizations responsible for the management of the sport (such as Federations, Olympic committees, sport clubs. The fundamental purpose of child protection programs is to diminish the ris k of all kinds of (sexual, physical and emotional child abuse. Sports organization establish child protection systems within their governing structure and work in coordination with the related units of clubs, federations and central administrations. Moreo ver, by providing special trainings to administrators and coaches, the stipulation of obtaining a special document for coaches who shall work with sportsmen under the age of 18 has been laid down. Special regulations and educational programs for sport fede rations have been prepared intended for the functioning of child protection system in

  9. Implementation of a National Workplace Wellness Program for Health Workers in Botswana.

    Science.gov (United States)

    Ledikwe, Jenny H; Semo, Bazghina-Werq; Sebego, Miram; Mpho, Maureen; Mothibedi, Heather; Mawandia, Shreshth; O'Malley, Gabrielle

    2017-09-01

    : The Botswana workplace wellness program (WWP) for health care workers (HCWs) was initiated in 2007. WWP implementation was assessed using a sequential, explanatory, mixed methods design including a national implementation assessment (27 health districts) and in-depth interviews (n = 38). Level of implementation varied across districts with health screening, therapeutic recreation, and health promotion implemented more frequently than occupational health activities and psychosocial services. Facilitators to WWP implementation included establishment of a dedicated, diverse WWP committee; provision of administrative support, and integration of activities into organizational culture. Barriers included competing priorities related to delivery of health services to clients, limited technical ability to deliver occupation health activities and psychosocial support, receipt of health services from colleagues, and limited appreciation for personal wellness by some HCWs. Ensuring the well-being of HCWs is critical in reaching international health goals.

  10. Implementation of a National Workplace Wellness Program for Health Workers in Botswana

    Science.gov (United States)

    Ledikwe, Jenny H.; Semo, Bazghina-werq; Sebego, Miram; Mpho, Maureen; Mothibedi, Heather; Mawandia, Shreshth; O’Malley, Gabrielle

    2017-01-01

    The Botswana workplace wellness program (WWP) for health care workers (HCWs) was initiated in 2007. WWP implementation was assessed using a sequential, explanatory, mixed methods design including a national implementation assessment (27 health districts) and in-depth interviews (n = 38). Level of implementation varied across districts with health screening, therapeutic recreation, and health promotion implemented more frequently than occupational health activities and psychosocial services. Facilitators to WWP implementation included establishment of a dedicated, diverse WWP committee; provision of administrative support, and integration of activities into organizational culture. Barriers included competing priorities related to delivery of health services to clients, limited technical ability to deliver occupation health activities and psychosocial support, receipt of health services from colleagues, and limited appreciation for personal wellness by some HCWs. Ensuring the well-being of HCWs is critical in reaching international health goals. PMID:28742763

  11. Coal liquefaction process streams characterization and evaluation

    Energy Technology Data Exchange (ETDEWEB)

    Robbins, G.A.; Brandes, S.D.; Winschel, R.A.; Burke, F.P.

    1992-03-01

    CONSOL R D is conducting a three-year program to characterize process and product streams from direct coal liquefaction process development projects. The program objectives are two-fold: (1) to obtain and provide appropriate samples of coal liquids for the evaluation of analytical methodology, and (2) to support ongoing DOE-sponsored coal liquefaction process development efforts. The two broad objectives have considerable overlap and together serve to provide a bridge between process development and analytical chemistry.

  12. Towards Implementation of a Generalized Architecture for High-Level Quantum Programming Language

    Science.gov (United States)

    Ameen, El-Mahdy M.; Ali, Hesham A.; Salem, Mofreh M.; Badawy, Mahmoud

    2017-08-01

    This paper investigates a novel architecture to the problem of quantum computer programming. A generalized architecture for a high-level quantum programming language has been proposed. Therefore, the programming evolution from the complicated quantum-based programming to the high-level quantum independent programming will be achieved. The proposed architecture receives the high-level source code and, automatically transforms it into the equivalent quantum representation. This architecture involves two layers which are the programmer layer and the compilation layer. These layers have been implemented in the state of the art of three main stages; pre-classification, classification, and post-classification stages respectively. The basic building block of each stage has been divided into subsequent phases. Each phase has been implemented to perform the required transformations from one representation to another. A verification process was exposed using a case study to investigate the ability of the compiler to perform all transformation processes. Experimental results showed that the efficacy of the proposed compiler achieves a correspondence correlation coefficient about R ≈ 1 between outputs and the targets. Also, an obvious achievement has been utilized with respect to the consumed time in the optimization process compared to other techniques. In the online optimization process, the consumed time has increased exponentially against the amount of accuracy needed. However, in the proposed offline optimization process has increased gradually.

  13. Shifting stream planform state decreases stream productivity yet increases riparian animal production

    Science.gov (United States)

    Venarsky, Michael P.; Walters, David M.; Hall, Robert O.; Livers, Bridget; Wohl, Ellen

    2018-01-01

    In the Colorado Front Range (USA), disturbance history dictates stream planform. Undisturbed, old-growth streams have multiple channels and large amounts of wood and depositional habitat. Disturbed streams (wildfires and logging tested how these opposing stream states influenced organic matter, benthic macroinvertebrate secondary production, emerging aquatic insect flux, and riparian spider biomass. Organic matter and macroinvertebrate production did not differ among sites per unit area (m−2), but values were 2 ×–21 × higher in undisturbed reaches per unit of stream valley (m−1 valley) because total stream area was higher in undisturbed reaches. Insect emergence was similar among streams at the per unit area and per unit of stream valley. However, rescaling insect emergence to per meter of stream bank showed that the emerging insect biomass reaching the stream bank was lower in undisturbed sites because multi-channel reaches had 3 × more stream bank than single-channel reaches. Riparian spider biomass followed the same pattern as emerging aquatic insects, and we attribute this to bottom-up limitation caused by the multi-channeled undisturbed sites diluting prey quantity (emerging insects) reaching the stream bank (riparian spider habitat). These results show that historic landscape disturbances continue to influence stream and riparian communities in the Colorado Front Range. However, these legacy effects are only weakly influencing habitat-specific function and instead are primarily influencing stream–riparian community productivity by dictating both stream planform (total stream area, total stream bank length) and the proportional distribution of specific habitat types (pools vs riffles).

  14. A Policy Analysis of the implementation of a Reproductive Health Vouchers Program in Kenya

    Directory of Open Access Journals (Sweden)

    Abuya Timothy

    2012-07-01

    Full Text Available Abstract Background Innovative financing strategies such as those that integrate supply and demand elements like the output-based approach (OBA have been implemented to reduce financial barriers to maternal health services. The Kenyan government with support from the German Development Bank (KfW implemented an OBA voucher program to subsidize priority reproductive health services. Little evidence exists on the experience of implementing such programs in different settings. We describe the implementation process of the Kenyan OBA program and draw implications for scale up. Methods Policy analysis using document review and qualitative data from 10 in-depth interviews with facility in-charges and 18 with service providers from the contracted facilities, local administration, health and field managers in Kitui, Kiambu and Kisumu districts as well as Korogocho and Viwandani slums in Nairobi. Results The OBA implementation process was designed in phases providing an opportunity for learning and adapting the lessons to local settings; the design consisted of five components: a defined benefit package, contracting and quality assurance; marketing and distribution of vouchers and claims processing and reimbursement. Key implementation challenges included limited feedback to providers on the outcomes of quality assurance and accreditation and budgetary constraints that limited effective marketing leading to inadequate information to clients on the benefit package. Claims processing and reimbursement was sophisticated but required adherence to time consuming procedures and in some cases private providers complained of low reimbursement rates for services provided. Conclusions OBA voucher schemes can be implemented successfully in similar settings. For effective scale up, strong partnership will be required between the public and private entities. The government’s role is key and should include provision of adequate funding, stewardship and looking for

  15. A policy analysis of the implementation of a Reproductive Health Vouchers Program in Kenya.

    Science.gov (United States)

    Abuya, Timothy; Njuki, Rebecca; Warren, Charlotte E; Okal, Jerry; Obare, Francis; Kanya, Lucy; Askew, Ian; Bellows, Ben

    2012-07-23

    Innovative financing strategies such as those that integrate supply and demand elements like the output-based approach (OBA) have been implemented to reduce financial barriers to maternal health services. The Kenyan government with support from the German Development Bank (KfW) implemented an OBA voucher program to subsidize priority reproductive health services. Little evidence exists on the experience of implementing such programs in different settings. We describe the implementation process of the Kenyan OBA program and draw implications for scale up. Policy analysis using document review and qualitative data from 10 in-depth interviews with facility in-charges and 18 with service providers from the contracted facilities, local administration, health and field managers in Kitui, Kiambu and Kisumu districts as well as Korogocho and Viwandani slums in Nairobi. The OBA implementation process was designed in phases providing an opportunity for learning and adapting the lessons to local settings; the design consisted of five components: a defined benefit package, contracting and quality assurance; marketing and distribution of vouchers and claims processing and reimbursement. Key implementation challenges included limited feedback to providers on the outcomes of quality assurance and accreditation and budgetary constraints that limited effective marketing leading to inadequate information to clients on the benefit package. Claims processing and reimbursement was sophisticated but required adherence to time consuming procedures and in some cases private providers complained of low reimbursement rates for services provided. OBA voucher schemes can be implemented successfully in similar settings. For effective scale up, strong partnership will be required between the public and private entities. The government's role is key and should include provision of adequate funding, stewardship and looking for opportunities to utilize existing platforms to scale up such

  16. ARABIC PROGRAM ON COT KALA LANGSA STREAMING RADIO SEBAGAI STRATEGI BARU PEMBELAJARAN BAHASA ARAB

    Directory of Open Access Journals (Sweden)

    Dhiauddin Dhiauddin

    2015-06-01

    Full Text Available Learning a language means learn to communicate. The goal of learning Arabic by using communicative approach is to stimulate the student to be able to master both receptive and productive skill. Receptive skills includes listening and reading skill, while productive skills includes speaking and writing skills. The objective of this study is to describe the streaming radio as a strategy in Arabic learning for the student of Arabic Department at Cot Kala Langsa State Islamic Institute. The result at the study shows that the streaming radio strategy gives a good response in conducting the Arabic class. Means that streaming radio can enhance the quality of teaching and learning Arabic at this institute.DOI: 10.15408/a.v2i1.1480

  17. Designing and implementing an undergraduate health administration program for nontraditional students.

    Science.gov (United States)

    Borkowski, Nancy; Gordon, Jean; Rushing, John

    2005-01-01

    This paper describes the development and implementation of an undergraduate health administration program for nontraditional students at a Hispanic serving institution. The program had to meet the needs of a diverse, adult student population, the local community, and the future leadership requirements of the healthcare industry. As such, the program was designed as a "bridge" for full-time employed healthcare licensed professionals seeking to complete a baccalaureate degree and obtain positions in the healthcare management field. It answered the call of the local community to strengthen partnerships between business and education by offering the program at healthcare employer worksites. Furthermore, the program addressed three needs of the healthcare industry: (1) the recognized shortage of future healthcare leaders, (2) the under-representation of minorities in the industry, and (3) proposed changes in health administration programs' curricula to focus on competencies in the areas of communication skills, decision making, ethical leadership, and self-development.

  18. Implementing and Evaluating a Multicomponent Inpatient Diabetes Management Program: Putting Research into Practice

    Science.gov (United States)

    Munoz, Miguel; Pronovost, Peter; Dintzis, Joanne; Kemmerer, Theresa; Wang, Nae-Yuh; Chang, Yi-Ting; Efird, Leigh; Berenholtz, Sean M.; Golden, Sherita Hill

    2013-01-01

    Background Strategies for successful implementation of hospitalwide glucose control efforts were addressed in a conceptual model for the development and implementation of an institutional inpatient glucose management program. Conceptual Model Components The Glucose Steering Committee incrementally developed and implemented hospitalwide glucose policies, coupled with targeted education and clinical decision support to facilitate policy acceptance and uptake by staff while incorporating process and outcome measures to objectively assess the effectiveness of quality improvement efforts. The model includes four components: (1) engaging staff and hospital executives in the importance of inpatient glycemic management, (2) educating staff involved in the care of patients with diabetes through structured knowledge dissemination, (3) executing evidence-based inpatient glucose management through development of policies and clinical decision aids, and (4) evaluating intervention effectiveness through assessing process measures, intermediary glucometric outcomes, and clinical and economic outcomes. An educational curriculum for nursing, provider, and pharmacist diabetes education programs and current glucometrics were also developed. Outcomes Overall the average patient-day–weighted mean blood glucose (PDWMBG) was below the currently recommended maximum of 180 mg/dL in patients with diabetes and hyperglycemia, with a significant decrease in PDWMBG of 7.8 mg/dL in patients with hyperglycemia. The program resulted in an 18.8% reduction in hypoglycemia event rates, which was sustained. Conclusion Inpatient glucose management remains an important area for patient safety, quality improvement, and clinical research, and the implementation model should guide other hospitals in their glucose management initiatives. PMID:22649859

  19. Implementing 'Continuous Improvement' in the U.S. Nuclear Regulatory Commission's Decommissioning Program

    International Nuclear Information System (INIS)

    Orlando, D. A.; Buckley, J. T.; Johnson, R. L.; Gillen, D. M.

    2006-01-01

    The United States Nuclear Regulatory Commission's (US NRC's) comprehensive decommissioning program encompasses the decommissioning of all US NRC licensed facilities, ranging from the termination of routine licenses for sealed sources, to the closure of complex materials sites and nuclear power reactor facilities. Of the approximately 200 materials licenses that are terminated each year, most are routine and require little, if any, remediation to meet the US NRC unrestricted release criteria. However, some present technical and policy challenges that require large expenditures of resources, including a few complex materials sites that have requested license termination under the restricted-use provisions of 10 CFR 20.1403. Fiscal constraints to reduce budgeted resources in the decommissioning program, as well as concerns over the time to complete the decommissioning process have led to actions to improve the program and use resources more efficiently. In addition, the US NRC's Strategic Plan requires efforts to identify and implement improvements to US NRC programs in order to improve efficiency, effectiveness, timeliness, and openness, of the US NRC's activities, while maintaining the necessary focus on safety. Decommissioning regulations, and more recently the analysis of several issues associated with implementing those regulations, also have been significant catalysts for improvements in the decommissioning program. Actions in response to these catalysts have resulted in a program focused on the management of complex sites in a comprehensive, consistent, and risk-informed manner, as opposed to the past practice of focusing on sites deemed to be problematic. This paper describes the current status of the decommissioning of US NRC-licensed nuclear facilities, including an overview of recent decommissioning project completion efforts. It provides a detailed summary of past, current, and future improvements in the US NRC decommissioning program including the

  20. Results of a multidisciplinary program for patients with fibromyalgia implemented in the primary care

    NARCIS (Netherlands)

    van Wilgen, C.P.; Bloten, H.; Oeseburg, B.

    2007-01-01

    Purpose. Fibromyalgia is a syndrome of unknown origin with a high prevalence. Multimodal approaches seem to be the treatment of choice in fibromyalgia. A multidisciplinary program was developed and implemented for patients with fibromyalgia in the primary care setting. The program included education

  1. Using a Domestic and Sexual Violence Prevention Advocate to Implement a Dating Violence Prevention Program with Athletes

    Science.gov (United States)

    Jaime, M. C. D.; Stocking, M.; Freire, K.; Perkinson, L.; Ciaravino, S.; Miller, E.

    2016-01-01

    "Coaching Boys into Men" is an evidence-based dating violence prevention program for coaches to implement with male athletes. A common adaptation of this program is delivery by domestic violence and sexual violence prevention advocates instead of coaches. We explored how this implementer adaptation may influence athlete uptake of program…

  2. Data Decision-Making and Program-Wide Implementation of the Pyramid Model. Roadmap to Effective Intervention Practices #7

    Science.gov (United States)

    Fox, Lise; Veguilla, Myrna; Perez Binder, Denise

    2014-01-01

    The Technical Assistance Center on Social Emotional Intervention for Young Children (TACSEI) Roadmap on "Data Decision-Making and Program-Wide Implementation of the Pyramid Model" provides programs with guidance on how to collect and use data to ensure the implementation of the Pyramid Model with fidelity and decision-making that…

  3. Shifting stream planform state decreases stream productivity yet increases riparian animal production

    Science.gov (United States)

    Venarsky, Michael P.; Walters, David M.; Hall, Robert O.; Livers, Bridget; Wohl, Ellen

    2018-01-01

    In the Colorado Front Range (USA), disturbance history dictates stream planform. Undisturbed, old-growth streams have multiple channels and large amounts of wood and depositional habitat. Disturbed streams (wildfires and logging production, emerging aquatic insect flux, and riparian spider biomass. Organic matter and macroinvertebrate production did not differ among sites per unit area (m−2), but values were 2 ×–21 × higher in undisturbed reaches per unit of stream valley (m−1 valley) because total stream area was higher in undisturbed reaches. Insect emergence was similar among streams at the per unit area and per unit of stream valley. However, rescaling insect emergence to per meter of stream bank showed that the emerging insect biomass reaching the stream bank was lower in undisturbed sites because multi-channel reaches had 3 × more stream bank than single-channel reaches. Riparian spider biomass followed the same pattern as emerging aquatic insects, and we attribute this to bottom-up limitation caused by the multi-channeled undisturbed sites diluting prey quantity (emerging insects) reaching the stream bank (riparian spider habitat). These results show that historic landscape disturbances continue to influence stream and riparian communities in the Colorado Front Range. However, these legacy effects are only weakly influencing habitat-specific function and instead are primarily influencing stream–riparian community productivity by dictating both stream planform (total stream area, total stream bank length) and the proportional distribution of specific habitat types (pools vs riffles).

  4. Implementation of a MIX Emulator: A Case Study of the Scala Programming Language Facilities

    Directory of Open Access Journals (Sweden)

    Batdalov Ruslan

    2017-12-01

    Full Text Available Implementation of an emulator of MIX, a mythical computer invented by Donald Knuth, is used as a case study of the features of the Scala programming language. The developed emulator provides rich opportunities for program debugging, such as tracking intermediate steps of program execution, an opportunity to run a program in the binary or the decimal mode of MIX, verification of correct synchronisation of input/output operations. Such Scala features as cross-compilation, family polymorphism and support for immutable data structures have proved to be useful for implementation of the emulator. The authors of the paper also propose some improvements to these features: flexible definition of family-polymorphic types, integration of family polymorphism with generics, establishing full equivalence between mutating operations on mutable data types and copy-and-modify operations on immutable data types. The emulator is free and open source software available at www.mix-emulator.org.

  5. ADAPTIVE STREAMING OVER HTTP (DASH UNTUK APLIKASI VIDEO STREAMING

    Directory of Open Access Journals (Sweden)

    I Made Oka Widyantara

    2015-12-01

    Full Text Available This paper aims to analyze Internet-based streaming video service in the communication media with variable bit rates. The proposed scheme on Dynamic Adaptive Streaming over HTTP (DASH using the internet network that adapts to the protocol Hyper Text Transfer Protocol (HTTP. DASH technology allows a video in the video segmentation into several packages that will distreamingkan. DASH initial stage is to compress the video source to lower the bit rate video codec uses H.26. Video compressed further in the segmentation using MP4Box generates streaming packets with the specified duration. These packages are assembled into packets in a streaming media format Presentation Description (MPD or known as MPEG-DASH. Streaming video format MPEG-DASH run on a platform with the player bitdash teritegrasi bitcoin. With this scheme, the video will have several variants of the bit rates that gave rise to the concept of scalability of streaming video services on the client side. The main target of the mechanism is smooth the MPEG-DASH streaming video display on the client. The simulation results show that the scheme based scalable video streaming MPEG-DASH able to improve the quality of image display on the client side, where the procedure bufering videos can be made constant and fine for the duration of video views

  6. UK Higher Education Institutions and the Third Stream Agenda

    Science.gov (United States)

    Clough, Stephen; Bagley, Carl A.

    2012-01-01

    This article focuses upon the adoption and implementation of United Kingdom government support for third stream business-facing activities in UK higher education institutions (HEIs). The article, concerned with income generation and the creation and application of knowledge beyond the confines of the academy, draws on policy literature and…

  7. Hardware stream cipher with controllable chaos generator for colour image encryption

    KAUST Repository

    Barakat, Mohamed L.; Mansingka, Abhinav S.; Radwan, Ahmed Gomaa; Salama, Khaled N.

    2014-01-01

    This study presents hardware realisation of chaos-based stream cipher utilised for image encryption applications. A third-order chaotic system with signum non-linearity is implemented and a new post processing technique is proposed to eliminate

  8. Heed the head: buffer benefits along headwater streams

    Science.gov (United States)

    Rhonda Mazza; Deanna (Dede) Olson

    2015-01-01

    Since the Northwest Forest Plan implemented riparian buffers along non-fish bearing streams in 1994, there have been questions about how wide those buffers need to be to protect aquatic and riparian resources from upland forest management activities. The Density Management and Riparian Buffer Study of western Oregon, also initiated in 1994, examines the effects of...

  9. Description of the Design and Implementation of a School-Based Obesity Prevention Program Addressing Needs of Middle School Students

    Science.gov (United States)

    Ward-Begnoche, Wendy L.; Gance-Cleveland, Bonnie; Harris, Margaret M.; Dean, Janice

    2008-01-01

    This article describes the design and implementation of a school-based obesity prevention program, the successes associated with its implementation, and challenges with development and application of the program's curriculum base. The program is described, including purpose and goals, content and structure of the curriculum, type and training of…

  10. Development and Implementation of Worksite Health and Wellness Programs: A Focus on Non-Communicable Disease.

    Science.gov (United States)

    Cahalin, Lawrence P; Kaminsky, Leonard; Lavie, Carl J; Briggs, Paige; Cahalin, Brendan L; Myers, Jonathan; Forman, Daniel E; Patel, Mahesh J; Pinkstaff, Sherry O; Arena, Ross

    2015-01-01

    The development and implementation of worksite health and wellness programs (WHWPs) in the United States (US) hold promise as a means to improve population health and reverse current trends in non-communicable disease incidence and prevalence. However, WHWPs face organizational, economic, systematic, legal, and logistical challenges which have combined to impact program availability and expansion. Even so, there is a burgeoning body of evidence indicating WHWPs can significantly improve the health profile of participating employees in a cost effective manner. This foundation of scientific knowledge justifies further research inquiry to elucidate optimal WHWP models. It is clear that the development, implementation and operation of WHWPs require a strong commitment from organizational leadership, a pervasive culture of health and availability of necessary resources and infrastructure. Since organizations vary significantly, there is a need to have flexibility in creating a customized, effective health and wellness program. Furthermore, several key legal issues must be addressed to facilitate employer and employee needs and responsibilities; the US Affordable Care Act will play a major role moving forward. The purposes of this review are to: 1) examine currently available health and wellness program models and considerations for the future; 2) highlight key legal issues associated with WHWP development and implementation; and 3) identify challenges and solutions for the development and implementation of as well as adherence to WHWPs. Copyright © 2015 Elsevier Inc. All rights reserved.

  11. Implementation of a Regional Training Program on African Swine Fever As Part of the Cooperative Biological Engagement Program across the Caucasus Region

    Directory of Open Access Journals (Sweden)

    Marco De Nardi

    2017-10-01

    Full Text Available A training and outreach program to increase public awareness of African swine fever (ASF was implemented by Defense Threat Reduction Agency and the Ministries of Agriculture in Armenia, Georgia, Kazakhstan, and Ukraine. The implementing agency was the company SAFOSO (Switzerland. Integration of this regional effort was administered by subject matter experts for each country. The main teaching effort of this project was to develop a comprehensive regional public outreach campaign through a network of expertise and knowledge for the control and prevention of ASF in four neighboring countries that experience similar issues with this disease. Gaps in disease knowledge, legislation, and outbreak preparedness in each country were all addressed. Because ASF is a pathogen with bioterrorism potential and of great veterinary health importance that is responsible for major economic instability, the project team developed public outreach programs to train veterinarians in the partner countries to accurately and rapidly identify ASF activity and report it to international veterinary health agencies. The project implementers facilitated four regional meetings to develop this outreach program, which was later disseminated in each partner country. Partner country participants were trained as trainers to implement the outreach program in their respective countries. In this paper, we describe the development, execution, and evaluation of the ASF training and outreach program that reached more than 13,000 veterinarians, farmers, and hunters in the partner countries. Additionally, more than 120,000 booklets, flyers, leaflets, guidelines, and posters were distributed during the outreach campaign. Pre- and post-ASF knowledge exams were developed. The overall success of the project was demonstrated in that the principles of developing and conducting a public outreach program were established, and these foundational teachings can be applied within a single country or

  12. Learning Computer Programming: Implementing a Fractal in a Turing Machine

    Science.gov (United States)

    Pereira, Hernane B. de B.; Zebende, Gilney F.; Moret, Marcelo A.

    2010-01-01

    It is common to start a course on computer programming logic by teaching the algorithm concept from the point of view of natural languages, but in a schematic way. In this sense we note that the students have difficulties in understanding and implementation of the problems proposed by the teacher. The main idea of this paper is to show that the…

  13. Implementing a Comprehensive Program for the Prevention of Conduct Problems in Rural Communities: The Fast Track Experience1

    Science.gov (United States)

    Bierman, Karen L.

    2012-01-01

    Childhood conduct problems are predictive of a number of serious long-term difficulties (e.g., school failure, delinquent behavior, and mental health problems), making the design of effective prevention programs a priority. The Fast Track Program is a demonstration project currently underway in four demographically diverse areas of the United States, testing the feasibility and effectiveness of a comprehensive, multicomponent prevention program targeting children at risk for conduct disorders. This paper describes some lessons learned about the implementation of this program in a rural area. Although there are many areas of commonality in terms of program needs, program design, and implementation issues in rural and urban sites, rural areas differ from urban areas along the dimensions of geographical dispersion and regionalism, and community stability and insularity. Rural programs must cover a broad geographical area and must be sensitive to the multiple, small and regional communities that constitute their service area. Small schools, homogeneous populations, traditional values, limited recreational, educational and mental health services, and politically conservative climates are all more likely to emerge as characteristics of rural rather than urban sites (Sherman, 1992). These characteristics may both pose particular challenges to the implementation of prevention programs in rural areas, as well as offer particular benefits. Three aspects of program implementation are described in detail: (a) community entry and program initiation in rural areas, (b) the adaptation of program components and service delivery to meet the needs of rural families and schools, and (c) issues in administrative organization of a broadly dispersed tricounty rural prevention program. PMID:9338956

  14. Teachers' implementation of reform-oriented instructional strategies in science: Lessons from two professional development programs

    Science.gov (United States)

    Cook, Nicole D.

    This dissertation reports findings from two studies that investigated the relationship between professional development and teachers' instructional practices in Science,Technology, Engineering, and Mathematics (STEM). The first program, the Indiana Science Initiative (ISI) focused on K-8 teachers and their use of inquiry-based science instruction in conjunction with curricular modules provided by the ISI program. The second program, Research Goes to School (RGS), focused on high school STEM teachers and their use of problem-based learning (PBL) as they implemented curricular units that they developed themselves at the RGS summer workshop. In-service teachers were recruited from both programs. They were observed teaching their respective curricular materials and interviewed about their experiences in order to investigate the following research questions: 1. How do teachers implement the reform-oriented instructional strategies promoted by their professional development experiences with the ISI or RGS? 2. What are the challenges and supports that influence teachers' use of the reform-oriented instructional strategies promoted by their professional development experiences with the ISI or RGS? To investigate these questions the fidelity of implementation was it was conceptualized by Century, Rudnick, and Freeman (2010) was used as a theoretical framework. The study of the ISI program was conducted during the program's pilot year (2010-11). Five teachers of grades 3 through 6 were recruited from three different schools. Participants were observed as they taught lessons related to the modules and they were interviewed about their experiences. Based on analysis of the data from the observations, using a modified version of the Science Teacher Inquiry Rubric (STIR) (Bodzin & Beerer, 2003), the participants were found to exhibit partial fidelity of implementation to the model of inquiry-based instruction promoted by the ISI. Based on data from the interviews, the

  15. Sequential specification of time-aware stream processing applications

    NARCIS (Netherlands)

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

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

  16. Design and Implementation of a Research-Informed Water Conservation Education Program

    Science.gov (United States)

    Thompson, Ruthanne; Coe, Alice; Klaver, Irene; Dickson, Kenneth

    2011-01-01

    Informed by the results of a baseline research study of regional citizen knowledge and understanding concerning watershed issues, a team of university faculty and classroom teachers designed and implemented a water conservation education program to address lacking areas of watershed knowledge. The authors developed age-appropriate, hands-on…

  17. Characterization of the solid waste stream of the Tohono O'odham nation.

    Science.gov (United States)

    Wolf, Ann Marie A; Spitz, Anna H; Olson, Gary; Závodská, Anita; Algharaibeh, Mamoun

    2003-04-01

    The Tohono O'odham Nation's Solid Waste Management Program (SWMP) and the Sonora Environmental Research Institute, Inc. (SERI) completed a waste characterization study for the Tohono O'odham Nation (the Nation) to aid in the development of an effective waste management plan. The Nation has recently switched from open dumping and burning of waste to collection in dumpsters and transportation to regulated landfills. The study indicated that members of the Nation produce approximately one-third of the average amount of municipal solid waste produced per person per day in the United States. Far fewer hazardous materials and yard trimmings are found in the waste stream than is the U.S. average. Source reduction options are limited because much of the residential waste comes from packaging materials. Recycling opportunities exist but are hampered by the long distance to markets, which forces the Nation to look at innovative ways of utilizing materials on site. An education program focusing on the traditional O'odham lifestyle has been implemented to help reduce solid waste generation while improving people's health and the environment.

  18. Factors influencing the quality of implementation of a positive youth development program in Hong Kong.

    Science.gov (United States)

    Shek, Daniel T L; Law, Moon Y M

    2013-01-01

    This study examines how social workers collaborate with school teachers in implementing a school-based positive youth development program in Hong Kong. Individual and focus group interviews are conducted with social workers cooperating with school teachers in implementing the Project P.A.T.H.S. in a school context. Through the interviews, strategies for establishing inter-disciplinary collaboration and factors that hinder or facilitate program implementation are identified. This case study highlights factors that facilitate the collaboration between social workers and school teachers, including the following: 1) sufficient training for instructors, 2) sharing of the practice wisdom and teaching experiences, 3) building up mutual support among different parties, 4) use of proactive communication, and 5) demonstration of self-disclosure.

  19. Design and Implementation of a Pilot Obesity Prevention Program in a Low-Resource School: Lessons Learned and Research Recommendations

    Science.gov (United States)

    Baskin, Monica L.; Zunker, Christie; Worley, Courtney B.; Dial, Brenda; Kimbrough, Linda

    2009-01-01

    Purpose: This paper seeks to describe the design, implementation, and lessons learned from an obesity prevention pilot program delivered in a low resource school in the USA. Design/methodology/approach: A planned program evaluation was conducted to: document explicitly the process of designing and implementing the program; and assess the…

  20. 41 CFR 102-38.360 - What must an executive agency do to implement the eFAS program?

    Science.gov (United States)

    2010-07-01

    ... PROPERTY 38-SALE OF PERSONAL PROPERTY Implementation of the Federal Asset Sales Program § 102-38.360 What must an executive agency do to implement the eFAS program? (a) An executive agency must review the effectiveness of all sales solutions, and compare them to the effectiveness (e.g., cost, level of service, and...

  1. Akamai Streaming

    OpenAIRE

    ECT Team, Purdue

    2007-01-01

    Akamai offers world-class streaming media services that enable Internet content providers and enterprises to succeed in today's Web-centric marketplace. They deliver live event Webcasts (complete with video production, encoding, and signal acquisition services), streaming media on demand, 24/7 Webcasts and a variety of streaming application services based upon their EdgeAdvantage.

  2. Implementation and Evaluation of a Smartphone-Based Telemonitoring Program for Patients With Heart Failure: Mixed-Methods Study Protocol.

    Science.gov (United States)

    Ware, Patrick; Ross, Heather J; Cafazzo, Joseph A; Laporte, Audrey; Seto, Emily

    2018-05-03

    Meta-analyses of telemonitoring for patients with heart failure conclude that it can lower the utilization of health services and improve health outcomes compared with the standard of care. A smartphone-based telemonitoring program is being implemented as part of the standard of care at a specialty care clinic for patients with heart failure in Toronto, Canada. The objectives of this study are to (1) evaluate the impact of the telemonitoring program on health service utilization, patient health outcomes, and their ability to self-care; (2) identify the contextual barriers and facilitators of implementation at the physician, clinic, and institutional level; (3) describe patient usage patterns to determine adherence and other behaviors in the telemonitoring program; and (4) evaluate the costs associated with implementation of the telemonitoring program from the perspective of the health care system (ie, public payer), hospital, and patient. The evaluation will use a mixed-methods approach. The quantitative component will include a pragmatic pre- and posttest study design for the impact and cost analyses, which will make use of clinical data and questionnaires administered to at least 108 patients at baseline and 6 months. Furthermore, outcome data will be collected at 1, 12, and 24 months to explore the longitudinal impact of the program. In addition, quantitative data related to implementation outcomes and patient usage patterns of the telemonitoring system will be reported. The qualitative component involves an embedded single case study design to identify the contextual factors that influenced the implementation. The implementation evaluation will be completed using semistructured interviews with clinicians, and other program staff at baseline, 4 months, and 12 months after the program start date. Interviews conducted with patients will be triangulated with usage data to explain usage patterns and adherence to the system. The telemonitoring program was launched in

  3. Blended Learning Implementation in “Guru Pembelajar” Program

    Science.gov (United States)

    Mahdan, D.; Kamaludin, M.; Wendi, H. F.; Simanjuntak, M. V.

    2018-02-01

    The rapid development of information and communication technology (ICT), especially the internet, computers and communication devices requires the innovation in learning; one of which is Blended Learning. The concept of Blended Learning is the mixing of face-to-face learning models by learning online. Blended learning used in the learner teacher program organized by the Indonesian department of education and culture that a program to improve the competence of teachers, called “Guru Pembelajar” (GP). Blended learning model is perfect for learning for teachers, due to limited distance and time because online learning can be done anywhere and anytime. but the problems that arise from the implementation of this activity are many teachers who do not follow the activities because teachers, especially the elderly do not want to follow the activities because they cannot use computers and the internet, applications that are difficult to understand by participants, unstable internet connection in the area where the teacher lives and facilities and infrastructure are not adequate.

  4. Waste treatability guidance program. User's guide. Revision 0

    International Nuclear Information System (INIS)

    Toth, C.

    1995-01-01

    DOE sites across the country generate and manage radioactive, hazardous, mixed, and sanitary wastes. It is necessary for each site to find the technologies and associated capacities required to manage its waste. One role of DOE HQ Office of Environmental Restoration and Waste Management is to facilitate the integration of the site- specific plans into coherent national plans. DOE has developed a standard methodology for defining and categorizing waste streams into treatability groups based on characteristic parameters that influence waste management technology needs. This Waste Treatability Guidance Program automates the Guidance Document for the categorization of waste information into treatability groups; this application provides a consistent implementation of the methodology across the National TRU Program. This User's Guide provides instructions on how to use the program, including installations instructions and program operation. This document satisfies the requirements of the Software Quality Assurance Plan

  5. A novel Python program for implementation of quality control in the ELISA.

    Science.gov (United States)

    Wetzel, Hanna N; Cohen, Cinder; Norman, Andrew B; Webster, Rose P

    2017-09-01

    The use of semi-quantitative assays such as the enzyme-linked immunosorbent assay (ELISA) requires stringent quality control of the data. However, such quality control is often lacking in academic settings due to unavailability of software and knowledge. Therefore, our aim was to develop methods to easily implement Levey-Jennings quality control methods. For this purpose, we created a program written in Python (a programming language with an open-source license) and tested it using a training set of ELISA standard curves quantifying the Fab fragment of an anti-cocaine monoclonal antibody in mouse blood. A colorimetric ELISA was developed using a goat anti-human anti-Fab capture method. Mouse blood samples spiked with the Fab fragment were tested against a standard curve of known concentrations of Fab fragment in buffer over a period of 133days stored at 4°C to assess stability of the Fab fragment and to generate a test dataset to assess the program. All standard curves were analyzed using our program to batch process the data and to generate Levey-Jennings control charts and statistics regarding the datasets. The program was able to identify values outside of two standard deviations, and this identification of outliers was consistent with the results of a two-way ANOVA. This program is freely available, which will help laboratories implement quality control methods, thus improving reproducibility within and between labs. We report here successful testing of the program with our training set and development of a method for quantification of the Fab fragment in mouse blood. Copyright © 2017 Elsevier B.V. All rights reserved.

  6. Evaluation of the School Breakfast Program Pilot Project: Findings from the First Year of Implementation. Nutrition Assistance Program Report Series.

    Science.gov (United States)

    McLaughlin, Joan E.; Bernstein, Lawrence S.; Crepinsek, May Kay; Daft, Lynn M.; Murphy, J. Michael

    In 1998, Congress authorized implementation of a 3-year pilot breakfast program involving 4,300 students in elementary schools in 6 school districts representing a range of economic and demographic characteristics. The program began in the 2000-01 school year. This lengthy report presents the findings from the pilot's first year. The study had two…

  7. Study and program implementation of transient curves' piecewise linearization

    International Nuclear Information System (INIS)

    Shi Yang; Zu Hongbiao

    2014-01-01

    Background: Transient curves are essential for the stress analysis of related equipment in nuclear power plant (NPP). The actually operating data or the design transient data of a NPP usually consist of a large number of data points with very short time intervals. To simplify the analysis, transient curves are generally piecewise linearized in advance. Up to now, the piecewise linearization of transient curves is accomplished manually, Purpose: The aim is to develop a method for the piecewise linearization of transient curves, and to implement it by programming. Methods: First of all, the fitting line of a number of data points was obtained by the least square method. The segment of the fitting line is set while the accumulation error of linearization exceeds the preset limit with the increasing number of points. Then the linearization of subsequent data points was begun from the last point of the preceding curve segment to get the next segment in the same way, and continue until the final data point involved. Finally, averaging of junction points is taken for the segment connection. Results: A computer program named PLTC (Piecewise Linearization for Transient Curves) was implemented and verified by the linearization of the standard sine curve and typical transient curves of a NPP. Conclusion: The method and the PLTC program can be well used to the piecewise linearization of transient curves, with improving efficiency and precision. (authors)

  8. Implementing a campus wide recycling program

    International Nuclear Information System (INIS)

    Alvarez, L.

    2002-01-01

    'Full text:' The University of Windsor is currently expanding its recycling program to include all buildings on campus, but faces two challenges: 1) uncertainty about the current waste composition and distribution on campus; and 2) uncertainty about the effectiveness of increased recycling. This project assesses the current waste composition and the attitudes of the students towards recycling, and evaluates the effectiveness of proposed recycling activities. At present, paper is the only material that is collected throughout the entire campus. Except for two buildings, all other potentially recyclable materials within buildings, such as metal, glass, and plastic beverage containers, are discarded. The main focus of this research is on beverage containers as they represent clearly identifiable materials, but other materials were examined as well. To quantify the waste, different buildings on campus were classified according to their function: academic,operational and administrative. The waste composition study indicated that approximately 33% of the campus waste which is landfilled is composed of potentially recyclable material. A survey was then conducted to gauge the campus population's views on recycling issues that could affect the design of a recycling program. Interestingly, 97% of the respondents indicated a high willingness to recycle, but were uncertain as to how and where to recycle on campus. The project is currently assessing potential diversion rates using new, clearly identifiable recycling receptacles placed within selected classrooms for all major materials. There is a significant tradeoff however because the cost for new receptacles is considerable: multiple materials containers are often placed in high pedestrian traffic locations (e.g., hallways) and not always in classrooms,of which there are often many. This project will evaluate the basic benefits and costs of implementing a more comprehensive recycling program, and recommend how other

  9. The Assessment, Development, Assurance Pharmacist's Tool (ADAPT) for ensuring quality implementation of health promotion programs.

    Science.gov (United States)

    Truong, Hoai-An; Taylor, Catherine R; DiPietro, Natalie A

    2012-02-10

    To develop and validate the Assessment, Development, Assurance Pharmacist's Tool (ADAPT), an instrument for pharmacists and student pharmacists to use in developing and implementing health promotion programs. The 36-item ADAPT instrument was developed using the framework of public health's 3 core functions (assessment, policy development, and assurance) and 10 essential services. The tool's content and usage was assessed and conducted through peer-review and initial validity testing processes. Over 20 faculty members, preceptors, and student pharmacists at 5 institutions involved in planning and implementing health promotion initiatives reviewed the instrument and conducted validity testing. The instrument took approximately 15 minutes to complete and the findings resulted in changes and improvements to elements of the programs evaluated. The ADAPT instrument fills a need to more effectively plan, develop, implement, and evaluate pharmacist-directed public health programs that are evidence-based, high-quality, and compliant with laws and regulations and facilitates documentation of pharmacists' contributions to public health.

  10. Quality assurance programs developed and implemented by the US Department of Energy's Analytical Services Program for environmental restoration and waste management activities

    International Nuclear Information System (INIS)

    Lillian, D.; Bottrell, D.

    1993-01-01

    The U.S. Department of Energy's (DOE's) Office of Environmental Restoration and Waste Management (EM) has been tasked with addressing environmental contamination and waste problems facing the Department. A key element of any environmental restoration or waste management program is environmental data. An effective and efficient sampling and analysis program is required to generate credible environmental data. The bases for DOE's EM Analytical Services Program (ASP) are contained in the charter and commitments in Secretary of Energy Notice SEN-13-89, EM program policies and requirements, and commitments to Congress and the Office of Inspector General (IG). The Congressional commitment by DOE to develop and implement an ASP was in response to concerns raised by the Chairman of the Congressional Environment, Energy, and Natural Resources Subcommittee, and the Chairman of the Congressional Oversight and Investigations Subcommittee of the Committee on Energy and Commerce, regarding the production of analytical data. The development and implementation of an ASP also satisfies the IG's audit report recommendations on environmental analytical support, including development and implementation of a national strategy for acquisition of quality sampling and analytical services. These recommendations were endorsed in Departmental positions, which further emphasize the importance of the ASP to EM's programs. In September 1990, EM formed the Laboratory Management Division (LMD) in the Office of Technology Development to provide the programmatic direction needed to establish and operate an EM-wide ASP program. In January 1992, LMD issued the open-quotes Analytical Services Program Five-Year Plan.close quotes This document described LMD's strategy to ensure the production of timely, cost-effective, and credible environmental data. This presentation describes the overall LMD Analytical Services Program and, specifically, the various QA programs

  11. Safe Patient Handling and Mobility: Development and Implementation of a Large-Scale Education Program.

    Science.gov (United States)

    Lee, Corinne; Knight, Suzanne W; Smith, Sharon L; Nagle, Dorothy J; DeVries, Lori

    This article addresses the development, implementation, and evaluation of an education program for safe patient handling and mobility at a large academic medical center. The ultimate goal of the program was to increase safety during patient mobility/transfer and reduce nursing staff injury from lifting/pulling. This comprehensive program was designed on the basis of the principles of prework, application, and support at the point of care. A combination of online learning, demonstration, skill evaluation, and coaching at the point of care was used to achieve the goal. Specific roles and responsibilities were developed to facilitate implementation. It took 17 master trainers, 88 certified trainers, 176 unit-based trainers, and 98 coaches to put 3706 nurses and nursing assistants through the program. Evaluations indicated both an increase in knowledge about safe patient handling and an increased ability to safely mobilize patients. The challenge now is sustainability of safe patient-handling practices and the growth and development of trainers and coaches.

  12. The Midwest Stream Quality Assessment—Influences of human activities on streams

    Science.gov (United States)

    Van Metre, Peter C.; Mahler, Barbara J.; Carlisle, Daren M.; Coles, James F.

    2018-04-16

    Healthy streams and the fish and other organisms that live in them contribute to our quality of life. Extensive modification of the landscape in the Midwestern United States, however, has profoundly affected the condition of streams. Row crops and pavement have replaced grasslands and woodlands, streams have been straightened, and wetlands and fields have been drained. Runoff from agricultural and urban land brings sediment and chemicals to streams. What is the chemical, physical, and biological condition of Midwestern streams? Which physical and chemical stressors are adversely affecting biological communities, what are their origins, and how might we lessen or avoid their adverse effects?In 2013, the U.S. Geological Survey (USGS) conducted the Midwest Stream Quality Assessment to evaluate how human activities affect the biological condition of Midwestern streams. In collaboration with the U.S. Environmental Protection Agency National Rivers and Streams Assessment, the USGS sampled 100 streams, chosen to be representative of the different types of watersheds in the region. Biological condition was evaluated based on the number and diversity of fish, algae, and invertebrates in the streams. Changes to the physical habitat and chemical characteristics of the streams—“stressors”—were assessed, and their relation to landscape factors and biological condition was explored by using mathematical models. The data and models help us to better understand how the human activities on the landscape are affecting streams in the region.

  13. Effects of stream topology on ecological community results from neutral models

    Science.gov (United States)

    While neutral theory and models have stimulated considerable literature, less well investigated is the effect of topology on neutral metacommunity model simulations. We implemented a neutral metacommunity model using two different stream network topologies, a widely branched netw...

  14. Response of PCB contamination in stream fish to abatement actions at an industrial site

    International Nuclear Information System (INIS)

    Southworth, G.R.; Peterson, M.J.; McCarthy, J.F.; Milne, G.

    1995-01-01

    The Paducah Gaseous Diffusion Plant (PGDP) in Paducah, Kentucky, used large quantities of PCBs in equipment associated with the great electric power requirements of isotopic enrichment of uranium. Historic losses of PCBs in the 1950s and 1960s have left a legacy of contamination at the site. A biological monitoring program implemented in 1987 found PCBs in PGDP effluents and in fish downstream from facility discharges. As a consequence, a fish consumption advisory was posted on Little Bayou Creek by the Commonwealth of Kentucky in 1987, and regulatory discharge limits for PCBs at PGDP were reduced. Monitoring at multiple locations in receiving streams indicated that PGDP discharges were more important than in stream sediment contamination as sources of PCBs to fish. Environmental management and compliance staff at PGDP led an effort to reduce PCB discharges and monitor the effects of those actions. The active discharge of uncontaminated process water to historically PCB-contaminated drainage systems was found to mobilize PCBs into KPDES (Clean Water Act) regulated effluents. Efforts to locate PCB sources within the plant, coupled with improvements in management practices and remedial actions, appear to have been successful in reducing PCB discharges from these sources. Actions included emplacing passive monitors in the plant drainage system to identify this as a chronic source, and consolidating and re-routing effluents to minimize flow through PCB-contaminated channels. As a consequence, PCB contamination in fish in small streams receiving plant discharges decreased 75% over from 1992--1995

  15. Implementation and Results of a Learning Assistant Program

    Science.gov (United States)

    Bogue, Thomas B.; Seeley, L.; Vokos, S.

    2006-12-01

    The Physics Department at Seattle Pacific University has recently completed a three-year CCLI grant to integrate Tutorials in Introductory Physics , Activity Based Physics , and Real Time Physics into our one-year introductory curriculum. One of the difficulties encountered in doing this at a small undergraduate university was the need for additional instructors. This need is met through the use of undergraduate learning assistants. The development of recruitment and implementation methods will be discussed, along with the advantages to physics education, and the challenges encountered. We will also discuss several strategies we have identified as critical to a successful learning assistant program.

  16. Maintaining the Fire but Avoiding Burnout: Implementation and Evaluation of a Resident Well-Being Program.

    Science.gov (United States)

    Riall, Taylor S; Teiman, Joshua; Chang, Michelle; Cole, Denzel; Leighn, Tambre; McClafferty, Hilary; Nfonsam, Valentine N

    2018-04-01

    There have been few programs designed to improve surgical resident well-being, and such efforts often lack formal evaluation. General surgery residents participated in the Energy Leadership Well-Being and Resiliency Program. They were assessed at baseline and 1 year after implementation using the Energy Leadership Index (measures emotional intelligence), Maslach Burnout Inventory General Survey, Perceived Stress Scale, the Beck Depression Inventory, and the annual required ACGME resident survey. Scores before and after implementation were compared using paired t-tests for continuous variables and chi-square tests for categorical variables. Forty-nine general surgery residents participate in the program. One year after implementation, resident score on the Energy Leadership Index improved (from 3.16 ± 0.24 to 3.24 ± 0.32; p = 0.03). Resident perceived stress decreased from baseline (Perceived Stress Scale score, from 17.0 ± 7.2 to 15.7 ± 6.2; p = 0.05). Scores on the emotional exhaustion scale of the Maslach Burnout Inventory decreased (from 16.8 ± 8.4 to 14.4 ± 8.5; p = 0.04). Resident-reported satisfaction improved in many areas; satisfaction with leadership skills, work relationships, communication skills, productivity, time management, personal freedom, and work-life balance, increased during the 1-year intervention (p = NS). On the annual ACGME resident survey, residents' evaluation of the program as positive or very positive increased from 80% to 96%. This study demonstrates that formal implementation of a program to improve resident well-being positively impacted residents' perceived stress, emotional exhaustion, emotional intelligence, life satisfaction, and their perception of the residency program. Formal evaluation and reporting of such efforts allow for reproducibility and scalability, with the potential for widespread impact on resident well-being. Copyright © 2017 American College of Surgeons. Published by Elsevier Inc. All rights reserved.

  17. The Pharmacogenomics Research Network Translational Pharmacogenetics Program: Outcomes and Metrics of Pharmacogenetic Implementations Across Diverse Healthcare Systems.

    Science.gov (United States)

    Luzum, J A; Pakyz, R E; Elsey, A R; Haidar, C E; Peterson, J F; Whirl-Carrillo, M; Handelman, S K; Palmer, K; Pulley, J M; Beller, M; Schildcrout, J S; Field, J R; Weitzel, K W; Cooper-DeHoff, R M; Cavallari, L H; O'Donnell, P H; Altman, R B; Pereira, N; Ratain, M J; Roden, D M; Embi, P J; Sadee, W; Klein, T E; Johnson, J A; Relling, M V; Wang, L; Weinshilboum, R M; Shuldiner, A R; Freimuth, R R

    2017-09-01

    Numerous pharmacogenetic clinical guidelines and recommendations have been published, but barriers have hindered the clinical implementation of pharmacogenetics. The Translational Pharmacogenetics Program (TPP) of the National Institutes of Health (NIH) Pharmacogenomics Research Network was established in 2011 to catalog and contribute to the development of pharmacogenetic implementations at eight US healthcare systems, with the goal to disseminate real-world solutions for the barriers to clinical pharmacogenetic implementation. The TPP collected and normalized pharmacogenetic implementation metrics through June 2015, including gene-drug pairs implemented, interpretations of alleles and diplotypes, numbers of tests performed and actionable results, and workflow diagrams. TPP participant institutions developed diverse solutions to overcome many barriers, but the use of Clinical Pharmacogenetics Implementation Consortium (CPIC) guidelines provided some consistency among the institutions. The TPP also collected some pharmacogenetic implementation outcomes (scientific, educational, financial, and informatics), which may inform healthcare systems seeking to implement their own pharmacogenetic testing programs. © 2017, The American Society for Clinical Pharmacology and Therapeutics.

  18. The effectiveness of streaming video on medical student learning: a case study.

    Science.gov (United States)

    Bridge, Patrick D; Jackson, Matt; Robinson, Leah

    2009-08-19

    Information technology helps meet today's medical students' needs by providing multiple curriculum delivery methods. Video streaming is an e-learning technology that uses the Internet to deliver curriculum while giving the student control of the content's delivery. There have been few studies conducted on the effectiveness of streaming video in medical schools. A 5-year retrospective study was conducted using three groups of students (n = 1736) to determine if the availability of streaming video in Years 1-2 of the basic science curriculum affected overall Step 1 scores for first-time test-takers. The results demonstrated a positive effect on program outcomes as streaming video became more readily available to students. Based on these findings, streaming video technology seems to be a viable tool to complement in-class delivery methods, to accommodate the needs of medical students, and to provide options for meeting the challenges of delivering the undergraduate medical curriculum. Further studies need to be conducted to continue validating the effectiveness of streaming video technology.

  19. Using benchmarking to minimize common DOE waste streams: Volume 5. Office paper waste

    Energy Technology Data Exchange (ETDEWEB)

    Levin, V.

    1995-10-01

    Finding innovative ways to reduce waste streams generated at US Department of Energy (DOE) sites by 50% by the year 2000 is a challenge for DOE`s waste minimization efforts. A team composed of members from several DOE facilities used the quality tool known as benchmarking to improve waste minimization efforts. First the team examined office waste generation and handling processes at their sites. Then team members developed telephone and written questionnaires to help identify potential ``best-in-class`` industry partners willing to share information about their best waste minimization techniques and technologies. The team identified two benchmarking partners, NIKE, Inc., in Beaverton, Oregon, and Microsoft, Inc., in Redmond, Washington. Both companies have proactive, employee-driven environmental issues programs. Both companies report strong employee involvement, management commitment, and readily available markets for recyclable materials such as white paper and nonwhite assorted paper. The availability of markets, the initiative and cooperation of employees, and management support are the main enablers for their programs. At both companies, recycling and waste reduction programs often cut across traditional corporate divisions such as procurement, janitorial services, environmental compliance, grounds maintenance, cafeteria operations, surplus sales, and shipping and receiving. These companies exhibited good cooperation between these functions to design and implement recycling and waste reduction programs.

  20. Using benchmarking to minimize common DOE waste streams: Volume 5. Office paper waste

    International Nuclear Information System (INIS)

    Levin, V.

    1995-10-01

    Finding innovative ways to reduce waste streams generated at US Department of Energy (DOE) sites by 50% by the year 2000 is a challenge for DOE's waste minimization efforts. A team composed of members from several DOE facilities used the quality tool known as benchmarking to improve waste minimization efforts. First the team examined office waste generation and handling processes at their sites. Then team members developed telephone and written questionnaires to help identify potential ''best-in-class'' industry partners willing to share information about their best waste minimization techniques and technologies. The team identified two benchmarking partners, NIKE, Inc., in Beaverton, Oregon, and Microsoft, Inc., in Redmond, Washington. Both companies have proactive, employee-driven environmental issues programs. Both companies report strong employee involvement, management commitment, and readily available markets for recyclable materials such as white paper and nonwhite assorted paper. The availability of markets, the initiative and cooperation of employees, and management support are the main enablers for their programs. At both companies, recycling and waste reduction programs often cut across traditional corporate divisions such as procurement, janitorial services, environmental compliance, grounds maintenance, cafeteria operations, surplus sales, and shipping and receiving. These companies exhibited good cooperation between these functions to design and implement recycling and waste reduction programs