WorldWideScience

Sample records for standard avionics packaging

  1. Next-generation avionics packaging and cooling 'test results from a prototype system'

    Science.gov (United States)

    Seals, J. D.

    The author reports on the design, material characteristics, and test results obtained under the US Air Force's advanced aircraft avionics packaging technologies (AAAPT) program, whose charter is to investigate new designs and technologies for reliable packaging, interconnection, and thermal management. Under this program, AT&T Bell Laboratories has completed the preliminary testing of and is evaluating a number of promising materials and technologies, including conformal encapsulation, liquid flow-through cooling, and a cyanate ester backplane. A fifty-two module system incorporating these and and other technologies has undergone preliminary cooling efficiency, shock, sine and random vibration, and maintenance testing. One of the primary objectives was to evaluate the interaction compatibility of new materials and designs with other components in the system.

  2. Application of industry-standard guidelines for the validation of avionics software

    Science.gov (United States)

    Hayhurst, Kelly J.; Shagnea, Anita M.

    1990-01-01

    The application of industry standards to the development of avionics software is discussed, focusing on verification and validation activities. It is pointed out that the procedures that guide the avionics software development and testing process are under increased scrutiny. The DO-178A guidelines, Software Considerations in Airborne Systems and Equipment Certification, are used by the FAA for certifying avionics software. To investigate the effectiveness of the DO-178A guidelines for improving the quality of avionics software, guidance and control software (GCS) is being developed according to the DO-178A development method. It is noted that, due to the extent of the data collection and configuration management procedures, any phase in the life cycle of a GCS implementation can be reconstructed. Hence, a fundamental development and testing platform has been established that is suitable for investigating the adequacy of various software development processes. In particular, the overall effectiveness and efficiency of the development method recommended by the DO-178A guidelines are being closely examined.

  3. Development of Avionics Installation Interface Standards. Revision.

    Science.gov (United States)

    1981-08-01

    Shakil Rockwell Collins William Rupp Bendix Air Transport, Avionics Division * D. T. Engen Bendix Air Transport, Avionics Division J. C. Hoelz Bendix...flow is specified in recognition of the situation in whichj 220 kilograms per hour per kilowatt air flow available in a civil configuration D-1

  4. Avionics and Software Project

    Data.gov (United States)

    National Aeronautics and Space Administration — The goal of the AES Avionics and Software (A&S) project is to develop a reference avionics and software architecture that is based on standards and that can be...

  5. Avionics Architecture for Exploration

    Data.gov (United States)

    National Aeronautics and Space Administration — The goal of the AES Avionics Architectures for Exploration (AAE) project is to develop a reference architecture that is based on standards and that can be scaled and...

  6. 49 CFR 178.915 - General Large Packaging standards.

    Science.gov (United States)

    2010-10-01

    ... 49 Transportation 2 2010-10-01 2010-10-01 false General Large Packaging standards. 178.915 Section... PACKAGINGS Large Packagings Standards § 178.915 General Large Packaging standards. (a) Each Large Packaging.... Large Packagings intended for solid hazardous materials must be sift-proof and water-resistant. (b) All...

  7. Micro-Scale Avionics Thermal Management

    Science.gov (United States)

    Moran, Matthew E.

    2001-01-01

    Trends in the thermal management of avionics and commercial ground-based microelectronics are converging, and facing the same dilemma: a shortfall in technology to meet near-term maximum junction temperature and package power projections. Micro-scale devices hold the key to significant advances in thermal management, particularly micro-refrigerators/coolers that can drive cooling temperatures below ambient. A microelectromechanical system (MEMS) Stirling cooler is currently under development at the NASA Glenn Research Center to meet this challenge with predicted efficiencies that are an order of magnitude better than current and future thermoelectric coolers.

  8. Flight Avionics Hardware Roadmap

    Science.gov (United States)

    Hodson, Robert; McCabe, Mary; Paulick, Paul; Ruffner, Tim; Some, Rafi; Chen, Yuan; Vitalpur, Sharada; Hughes, Mark; Ling, Kuok; Redifer, Matt; hide

    2013-01-01

    As part of NASA's Avionics Steering Committee's stated goal to advance the avionics discipline ahead of program and project needs, the committee initiated a multi-Center technology roadmapping activity to create a comprehensive avionics roadmap. The roadmap is intended to strategically guide avionics technology development to effectively meet future NASA missions needs. The scope of the roadmap aligns with the twelve avionics elements defined in the ASC charter, but is subdivided into the following five areas: Foundational Technology (including devices and components), Command and Data Handling, Spaceflight Instrumentation, Communication and Tracking, and Human Interfaces.

  9. Vector-matrix-quaternion, array and arithmetic packages: All HAL/S functions implemented in Ada

    Science.gov (United States)

    Klumpp, Allan R.; Kwong, David D.

    1986-01-01

    The HAL/S avionics programmers have enjoyed a variety of tools built into a language tailored to their special requirements. Ada is designed for a broader group of applications. Rather than providing built-in tools, Ada provides the elements with which users can build their own. Standard avionic packages remain to be developed. These must enable programmers to code in Ada as they have coded in HAL/S. The packages under development at JPL will provide all of the vector-matrix, array, and arithmetic functions described in the HAL/S manuals. In addition, the linear algebra package will provide all of the quaternion functions used in Shuttle steering and Galileo attitude control. Furthermore, using Ada's extensibility, many quaternion functions are being implemented as infix operations; equivalent capabilities were never implemented in HAL/S because doing so would entail modifying the compiler and expanding the language. With these packages, many HAL/S expressions will compile and execute in Ada, unchanged. Others can be converted simply by replacing the implicit HAL/S multiply operator with the Ada *. Errors will be trapped and identified. Input/output will be convenient and readable.

  10. Space Tug avionics definition study. Volume 2: Avionics functional requirements

    Science.gov (United States)

    1975-01-01

    Flight and ground operational phases of the tug/shuttle system are analyzed to determine the general avionics support functions that are needed during each of the mission phases and sub-phases. Each of these general support functions is then expanded into specific avionics system requirements, which are then allocated to the appropriate avionics subsystems. This process is then repeated at the next lower level of detail where these subsystem requirements are allocated to each of the major components that comprise a subsystem.

  11. AN ADA LINEAR ALGEBRA PACKAGE MODELED AFTER HAL/S

    Science.gov (United States)

    Klumpp, A. R.

    1994-01-01

    This package extends the Ada programming language to include linear algebra capabilities similar to those of the HAL/S programming language. The package is designed for avionics applications such as Space Station flight software. In addition to the HAL/S built-in functions, the package incorporates the quaternion functions used in the Shuttle and Galileo projects, and routines from LINPAK that solve systems of equations involving general square matrices. Language conventions in this package follow those of HAL/S to the maximum extent practical and minimize the effort required for writing new avionics software and translating existent software into Ada. Valid numeric types in this package include scalar, vector, matrix, and quaternion declarations. (Quaternions are fourcomponent vectors used in representing motion between two coordinate frames). Single precision and double precision floating point arithmetic is available in addition to the standard double precision integer manipulation. Infix operators are used instead of function calls to define dot products, cross products, quaternion products, and mixed scalar-vector, scalar-matrix, and vector-matrix products. The package contains two generic programs: one for floating point, and one for integer. The actual component type is passed as a formal parameter to the generic linear algebra package. The procedures for solving systems of linear equations defined by general matrices include GEFA, GECO, GESL, and GIDI. The HAL/S functions include ABVAL, UNIT, TRACE, DET, INVERSE, TRANSPOSE, GET, PUT, FETCH, PLACE, and IDENTITY. This package is written in Ada (Version 1.2) for batch execution and is machine independent. The linear algebra software depends on nothing outside the Ada language except for a call to a square root function for floating point scalars (such as SQRT in the DEC VAX MATHLIB library). This program was developed in 1989, and is a copyrighted work with all copyright vested in NASA.

  12. An Ada Linear-Algebra Software Package Modeled After HAL/S

    Science.gov (United States)

    Klumpp, Allan R.; Lawson, Charles L.

    1990-01-01

    New avionics software written more easily. Software package extends Ada programming language to include linear-algebra capabilities similar to those of HAL/S programming language. Designed for such avionics applications as Space Station flight software. In addition to built-in functions of HAL/S, package incorporates quaternion functions used in Space Shuttle and Galileo projects and routines from LINPAK solving systems of equations involving general square matrices. Contains two generic programs: one for floating-point computations and one for integer computations. Written on IBM/AT personal computer running under PC DOS, v.3.1.

  13. Advanced Avionics Architecture and Technology Review. Executive Summary and Volume 1, Avionics Technology. Volume 2. Avionics Systems Engineering

    Science.gov (United States)

    1993-08-06

    JIAWG core avionics are described in the section below. The JIAWO architecture standard (187-01) describes an open. system architeture which provides...0.35 microns (pRm). Present technology is in the 0.8 npm to 0.5 pm range for aggressive producers. Since the area of a die is approximately proportional ...analog (D/A) converters. The I A/D converter is a device or circuit that examines an analog voltage or current and converts it to a proportional binary

  14. Avionics systems integration technology

    Science.gov (United States)

    Stech, George; Williams, James R.

    1988-01-01

    A very dramatic and continuing explosion in digital electronics technology has been taking place in the last decade. The prudent and timely application of this technology will provide Army aviation the capability to prevail against a numerically superior enemy threat. The Army and NASA have exploited this technology explosion in the development and application of avionics systems integration technology for new and future aviation systems. A few selected Army avionics integration technology base efforts are discussed. Also discussed is the Avionics Integration Research Laboratory (AIRLAB) that NASA has established at Langley for research into the integration and validation of avionics systems, and evaluation of advanced technology in a total systems context.

  15. Applying emerging digital video interface standards to airborne avionics sensor and digital map integrations: benefits outweigh the initial costs

    Science.gov (United States)

    Kuehl, C. Stephen

    1996-06-01

    Video signal system performance can be compromised in a military aircraft cockpit management system (CMS) with the tailoring of vintage Electronics Industries Association (EIA) RS170 and RS343A video interface standards. Video analog interfaces degrade when induced system noise is present. Further signal degradation has been traditionally associated with signal data conversions between avionics sensor outputs and the cockpit display system. If the CMS engineering process is not carefully applied during the avionics video and computing architecture development, extensive and costly redesign will occur when visual sensor technology upgrades are incorporated. Close monitoring and technical involvement in video standards groups provides the knowledge-base necessary for avionic systems engineering organizations to architect adaptable and extendible cockpit management systems. With the Federal Communications Commission (FCC) in the process of adopting the Digital HDTV Grand Alliance System standard proposed by the Advanced Television Systems Committee (ATSC), the entertainment and telecommunications industries are adopting and supporting the emergence of new serial/parallel digital video interfaces and data compression standards that will drastically alter present NTSC-M video processing architectures. The re-engineering of the U.S. Broadcasting system must initially preserve the electronic equipment wiring networks within broadcast facilities to make the transition to HDTV affordable. International committee activities in technical forums like ITU-R (former CCIR), ANSI/SMPTE, IEEE, and ISO/IEC are establishing global consensus on video signal parameterizations that support a smooth transition from existing analog based broadcasting facilities to fully digital computerized systems. An opportunity exists for implementing these new video interface standards over existing video coax/triax cabling in military aircraft cockpit management systems. Reductions in signal

  16. 16 CFR 1700.15 - Poison prevention packaging standards.

    Science.gov (United States)

    2010-01-01

    ... 16 Commercial Practices 2 2010-01-01 2010-01-01 false Poison prevention packaging standards. 1700.15 Section 1700.15 Commercial Practices CONSUMER PRODUCT SAFETY COMMISSION POISON PREVENTION PACKAGING ACT OF 1970 REGULATIONS POISON PREVENTION PACKAGING § 1700.15 Poison prevention packaging...

  17. Synchronous Modeling of Modular Avionics Architectures using the SIGNAL Language

    OpenAIRE

    Gamatié , Abdoulaye; Gautier , Thierry

    2002-01-01

    This document presents a study on the modeling of architecture components for avionics applications. We consider the avionics standard ARINC 653 specifications as basis, as well as the synchronous language SIGNAL to describe the modeling. A library of APEX object models (partition, process, communication and synchronization services, etc.) has been implemented. This should allow to describe distributed real-time applications using POLYCHRONY, so as to access formal tools and techniques for ar...

  18. Radioactive material package test standards and performance requirements - public perception

    International Nuclear Information System (INIS)

    Pope, R.B.; Shappert, L.B.; Rawl, R.R.

    1992-01-01

    This paper addresses issues related to the public perception of the regulatory test standards and performance requirements for packaging and transporting radioactive material. Specifically, it addresses the adequacy of the package performance standards and testing for Type B packages, which are those packages designed for transporting the most hazardous quantities and forms of radioactive material. Type B packages are designed to withstand accident conditions in transport. To improve public perception, the public needs to better understand: (a) the regulatory standards and requirements themselves, (b) the extensive history underlying their development, and (c) the soundness of the technical foundation. The public needs to be fully informed on studies, tests, and analyses that have been carried out worldwide and form the basis of the regulatory standards and requirements. This paper provides specific information aimed at improving the public perception of packages test standards

  19. An assessment of General Aviation utilization of advanced avionics technology

    Science.gov (United States)

    Quinby, G. F.

    1980-01-01

    Needs of the general aviation industry for services and facilities which might be supplied by NASA were examined. In the data collection phase, twenty-one individuals from nine manufacturing companies in general aviation were interviewed against a carefully prepared meeting format. General aviation avionics manufacturers were credited with a high degree of technology transfer from the forcing industries such as television, automotive, and computers and a demonstrated ability to apply advanced technology such as large scale integration and microprocessors to avionics functions in an innovative and cost effective manner. The industry's traditional resistance to any unnecessary regimentation or standardization was confirmed. Industry's self sufficiency in applying advanced technology to avionics product development was amply demonstrated. NASA research capability could be supportive in areas of basic mechanics of turbulence in weather and alternative means for its sensing.

  20. BRC/IoP standard importance in packaging quality assurance

    Directory of Open Access Journals (Sweden)

    Agnieszka Kawecka

    2014-10-01

    Full Text Available BRC/IoP (British Retail Consortium / Institute of Packaging is the only industry standard dedicated entrepreneurs operating in the packaging industry, primarily intended for contact with food. The requirements of the BRC / IoP guarantee the safety of packaging and fulfillment of all legal and hygienic requirements. The article presents the main features of the standard, the basic requirements contained in the document and the results of research on the implementation of quality management systems, including standard BRC / IoP and the actions that are required checklists. It is noticeable that there is little interest in certification BRC / IoP, due to low awareness of the standard, despite the fulfillment of some of the basic requirements of the surveyed companies.

  1. Reference Specifications for SAVOIR Avionics Elements

    Science.gov (United States)

    Hult, Torbjorn; Lindskog, Martin; Roques, Remi; Planche, Luc; Brunjes, Bernhard; Dellandrea, Brice; Terraillon, Jean-Loup

    2012-08-01

    Space industry and Agencies have been recognizing already for quite some time the need to raise the level of standardisation in the spacecraft avionics systems in order to increase efficiency and reduce development cost and schedule. This also includes the aspect of increasing competition in global space business, which is a challenge that European space companies are facing at all stages of involvement in the international markets.A number of initiatives towards this vision are driven both by the industry and ESA’s R&D programmes. However, today an intensified coordination of these activities is required in order to achieve the necessary synergy and to ensure they converge towards the shared vision. It has been proposed to federate these initiatives under the common Space Avionics Open Interface Architecture (SAVOIR) initiative. Within this initiative, the approach based on reference architectures and building blocks plays a key role.Following the principles outlined above, the overall goal of the SAVOIR is to establish a streamlined onboard architecture in order to standardize the development of avionics systems for space programmes. This reflects the need to increase efficiency and cost-effectiveness in the development process as well as account the trend towards more functionality implemented by the onboard building blocks, i.e. HW and SW components, and more complexity for the overall space mission objectives.

  2. Development of $Mathematica$ Package 'StandardPhysicalConstants'

    CERN Document Server

    Ezhela, Vladimir V

    2003-01-01

    Here we report on the further development of the 'StandardPhysicalConstants' package which was presented for the first time at the last IMS 2001 conference. We would like to dwell on the following issues: the package structure; current status of the physical constant database; data sourses, current data collection and data structure; the main modules of data management system; the first version of "error propagator"; usage examples of one in calculations for high precision tests of physics theories. The outlook of the future development of the package is also given.

  3. Radioactive materials packaging standards and regulations: Making sense of it all

    International Nuclear Information System (INIS)

    Pope, R.B.; Rawl, R.R.

    1989-01-01

    Numerous regulations and standards, both national and international, apply to the packaging and transportation of radioactive material. These are legal and technical prerequisites to practically every action that a designer or user of a radioactive material transportation package will perform. The identity and applicability of these requirements and the bodies that formulate them are also not readily understood. This paper addresses the roles that various international bodies play in developing and implementing the various regulations and standards. It uses the US regulatory and standards-making bodies to illustrate how international requirements feed the domestic control of packaging and transport. It explains the scope and interactions between domestic and international regulatory and standards agencies and summarizes the status and major standards activities at the international level. The overview provided by this paper will be valuable to designers and users of radioactive material packages for better understanding and use of both standards and regulations, and for complying with regulatory requirements in the radioactive materials transportation field. 11 refs., 2 figs

  4. Micro-Avionics Multi-Purpose Platform (MicroAMPP)

    Data.gov (United States)

    National Aeronautics and Space Administration — The Micro-Avionics Multi-Purpose Platform (MicroAMPP) is a common avionics architecture supporting microsatellites, launch vehicles, and upper-stage carrier...

  5. Avionics System Architecture for the NASA Orion Vehicle

    Science.gov (United States)

    Baggerman, Clint; McCabe, Mary; Verma, Dinesh

    2009-01-01

    It has been 30 years since the National Aeronautics and Space Administration (NASA) last developed a crewed spacecraft capable of launch, on-orbit operations, and landing. During that time, aerospace avionics technologies have greatly advanced in capability, and these technologies have enabled integrated avionics architectures for aerospace applications. The inception of NASA s Orion Crew Exploration Vehicle (CEV) spacecraft offers the opportunity to leverage the latest integrated avionics technologies into crewed space vehicle architecture. The outstanding question is to what extent to implement these advances in avionics while still meeting the unique crewed spaceflight requirements for safety, reliability and maintainability. Historically, aircraft and spacecraft have very similar avionics requirements. Both aircraft and spacecraft must have high reliability. They also must have as much computing power as possible and provide low latency between user control and effecter response while minimizing weight, volume, and power. However, there are several key differences between aircraft and spacecraft avionics. Typically, the overall spacecraft operational time is much shorter than aircraft operation time, but the typical mission time (and hence, the time between preventive maintenance) is longer for a spacecraft than an aircraft. Also, the radiation environment is typically more severe for spacecraft than aircraft. A "loss of mission" scenario (i.e. - the mission is not a success, but there are no casualties) arguably has a greater impact on a multi-million dollar spaceflight mission than a typical commercial flight. Such differences need to be weighted when determining if an aircraft-like integrated modular avionics (IMA) system is suitable for a crewed spacecraft. This paper will explore the preliminary design process of the Orion vehicle avionics system by first identifying the Orion driving requirements and the difference between Orion requirements and those of

  6. International performance-oriented packaging standards adopted in the united states

    International Nuclear Information System (INIS)

    McCall, D.L.

    1993-01-01

    On January 1, 1991, the U.S. Department of Transportation (DOT) initiated a transition to adopting a modified version of current international standards for packaging and transporting hazardous materials and hazardous wastes. This transition permits a 5-year phase-in period that will impact all phases of hazardous material transportation including material classification and description, packaging for shipment, and hazard communication standards. These changes are being enacted through the DOT Federal Docket HM-181, 'Performance-Oriented Packaging Standards.' These regulatory standards will have dramatic impact on nearly 5 billion tons of hazardous materials transported within the United States each year. This paper summarizes the principal elements of the new DOT regulations, the latest implementation schedule and impacts on U.S. shipping activities, and discusses outstanding issues that remain to be solved through the next 5 years. (author)

  7. Design and Realization of Avionics Integration Simulation System Based on RTX

    Directory of Open Access Journals (Sweden)

    Wang Liang

    2016-01-01

    Full Text Available Aircraft avionics system becoming more and more complicated, it is too hard to test and verify real avionics systems. A design and realization method of avionics integration simulation system based on RTX was brought forward to resolve the problem. In this simulation system, computer software and hardware resources were utilized entirely. All kinds of aircraft avionics system HIL (hardware-in-loop simulations can be implemented in this platform. The simulation method provided the technical foundation of testing and verifying real avionics system. The research has recorded valuable data using the newly-developed method. The experiment results prove that the avionics integration simulation system was used well in some helicopter avionics HIL simulation experiment. The simulation experiment results provided the necessary judgment foundation for the helicopter real avionics system verification.

  8. 10 CFR 71.59 - Standards for arrays of fissile material packages.

    Science.gov (United States)

    2010-01-01

    ... 10 Energy 2 2010-01-01 2010-01-01 false Standards for arrays of fissile material packages. 71.59 Section 71.59 Energy NUCLEAR REGULATORY COMMISSION (CONTINUED) PACKAGING AND TRANSPORTATION OF RADIOACTIVE.... The value of the CSI may be zero provided that an unlimited number of packages are subcritical, such...

  9. Standard semiconductor packaging for high-reliability low-cost MEMS applications

    Science.gov (United States)

    Harney, Kieran P.

    2005-01-01

    Microelectronic packaging technology has evolved over the years in response to the needs of IC technology. The fundamental purpose of the package is to provide protection for the silicon chip and to provide electrical connection to the circuit board. Major change has been witnessed in packaging and today wafer level packaging technology has further revolutionized the industry. MEMS (Micro Electro Mechanical Systems) technology has created new challenges for packaging that do not exist in standard ICs. However, the fundamental objective of MEMS packaging is the same as traditional ICs, the low cost and reliable presentation of the MEMS chip to the next level interconnect. Inertial MEMS is one of the best examples of the successful commercialization of MEMS technology. The adoption of MEMS accelerometers for automotive airbag applications has created a high volume market that demands the highest reliability at low cost. The suppliers to these markets have responded by exploiting standard semiconductor packaging infrastructures. However, there are special packaging needs for MEMS that cannot be ignored. New applications for inertial MEMS devices are emerging in the consumer space that adds the imperative of small size to the need for reliability and low cost. These trends are not unique to MEMS accelerometers. For any MEMS technology to be successful the packaging must provide the basic reliability and interconnection functions, adding the least possible cost to the product. This paper will discuss the evolution of MEMS packaging in the accelerometer industry and identify the main issues that needed to be addressed to enable the successful commercialization of the technology in the automotive and consumer markets.

  10. Towards a distributed information architecture for avionics data

    Science.gov (United States)

    Mattmann, Chris; Freeborn, Dana; Crichton, Dan

    2003-01-01

    Avionics data at the National Aeronautics and Space Administration's (NASA) Jet Propulsion Laboratory (JPL consists of distributed, unmanaged, and heterogeneous information that is hard for flight system design engineers to find and use on new NASA/JPL missions. The development of a systematic approach for capturing, accessing and sharing avionics data critical to the support of NASA/JPL missions and projects is required. We propose a general information architecture for managing the existing distributed avionics data sources and a method for querying and retrieving avionics data using the Object Oriented Data Technology (OODT) framework. OODT uses XML messaging infrastructure that profiles data products and their locations using the ISO-11179 data model for describing data products. Queries against a common data dictionary (which implements the ISO model) are translated to domain dependent source data models, and distributed data products are returned asynchronously through the OODT middleware. Further work will include the ability to 'plug and play' new manufacturer data sources, which are distributed at avionics component manufacturer locations throughout the United States.

  11. Avionics Simulation, Development and Software Engineering

    Science.gov (United States)

    2002-01-01

    During this reporting period, all technical responsibilities were accomplished as planned. A close working relationship was maintained with personnel of the MSFC Avionics Department Software Group (ED14), the MSFC EXPRESS Project Office (FD31), and the Huntsville Boeing Company. Accomplishments included: performing special tasks; supporting Software Review Board (SRB), Avionics Test Bed (ATB), and EXPRESS Software Control Panel (ESCP) activities; participating in technical meetings; and coordinating issues between the Boeing Company and the MSFC Project Office.

  12. Projection display technology for avionics applications

    Science.gov (United States)

    Kalmanash, Michael H.; Tompkins, Richard D.

    2000-08-01

    Avionics displays often require custom image sources tailored to demanding program needs. Flat panel devices are attractive for cockpit installations, however recent history has shown that it is not possible to sustain a business manufacturing custom flat panels in small volume specialty runs. As the number of suppliers willing to undertake this effort shrinks, avionics programs unable to utilize commercial-off-the-shelf (COTS) flat panels are placed in serious jeopardy. Rear projection technology offers a new paradigm, enabling compact systems to be tailored to specific platform needs while using a complement of COTS components. Projection displays enable improved performance, lower cost and shorter development cycles based on inter-program commonality and the wide use of commercial components. This paper reviews the promise and challenges of projection technology and provides an overview of Kaiser Electronics' efforts in developing advanced avionics displays using this approach.

  13. The advantages of using standardized review procedures in certifying type B radioactive material packages

    International Nuclear Information System (INIS)

    Easton, E.P.; Faille, S.

    2004-01-01

    This paper presents the advantages of adopting well-documented standardized review practices for reviewing Type B package designs. The US experience using standardized review plans and guidance has shown them to be a valuable tool in achieving more consistent and efficient package reviews, in training and qualifying technical reviewers, and in enhancing public and industry understanding of the package certification process. In addition, the standardized review practices, as living documents, have proven to be an effective method of incorporating new technical advances into the review process, and have provided a vehicle to make that knowledge widely available to fellow reviewers, the public and industry. Canada implemented a new internal review process in early 2003 to standardize the review of applications for certification of Type B Packages. Based on the similarity of these approaches, the United States and Canada have started discussions on a A North American System for the unilateral approval of Type B (U) packages. This initiative is looking into how each country is currently reviewing transportation package applications to see if agreement can be reached on accepting Type B certifications on a reciprocal basis, i.e., without additional review. Based on the experience in Canada and the United States, the authors believe that the use of standardized review processes, coupled with the knowledge and experience resident in IAEA's Transportation Advisory Material (TS-G-1.1) and series of TECDOCS, could also be used to develop a standard internationally accepted review process that could enhance the acceptance of unilateral approvals for Type B packages

  14. The advantages of using standardized review procedures in certifying type B radioactive material packages

    Energy Technology Data Exchange (ETDEWEB)

    Easton, E.P. [United States Nuclear Regulatory Commission, Washington, DC (United States); Faille, S. [Canadian Nuclear Safety Commission, Ottawa (Canada)

    2004-07-01

    This paper presents the advantages of adopting well-documented standardized review practices for reviewing Type B package designs. The US experience using standardized review plans and guidance has shown them to be a valuable tool in achieving more consistent and efficient package reviews, in training and qualifying technical reviewers, and in enhancing public and industry understanding of the package certification process. In addition, the standardized review practices, as living documents, have proven to be an effective method of incorporating new technical advances into the review process, and have provided a vehicle to make that knowledge widely available to fellow reviewers, the public and industry. Canada implemented a new internal review process in early 2003 to standardize the review of applications for certification of Type B Packages. Based on the similarity of these approaches, the United States and Canada have started discussions on a A North American System for the unilateral approval of Type B (U) packages. This initiative is looking into how each country is currently reviewing transportation package applications to see if agreement can be reached on accepting Type B certifications on a reciprocal basis, i.e., without additional review. Based on the experience in Canada and the United States, the authors believe that the use of standardized review processes, coupled with the knowledge and experience resident in IAEA's Transportation Advisory Material (TS-G-1.1) and series of TECDOCS, could also be used to develop a standard internationally accepted review process that could enhance the acceptance of unilateral approvals for Type B packages.

  15. HH-65A Dolphin digital integrated avionics

    Science.gov (United States)

    Huntoon, R. B.

    1984-01-01

    Communication, navigation, flight control, and search sensor management are avionics functions which constitute every Search and Rescue (SAR) operation. Routine cockpit duties monopolize crew attention during SAR operations and thus impair crew effectiveness. The United States Coast Guard challenged industry to build an avionics system that automates routine tasks and frees the crew to focus on the mission tasks. The HH-64A SAR avionics systems of communication, navigation, search sensors, and flight control have existed independently. On the SRR helicopter, the flight management system (FMS) was introduced. H coordinates or integrates these functions. The pilot interacts with the FMS rather than the individual subsystems, using simple, straightforward procedures to address distinct mission tasks and the flight management system, in turn, orchestrates integrated system response.

  16. Benefits of standard format and content for approval of packaging for radioactive material

    International Nuclear Information System (INIS)

    Pstrak, D.; Osgood, N.

    2004-01-01

    The U.S. Nuclear Regulatory Commission (NRC) uses Regulatory Guide 7.9, ''Standard Format and Content of Part 71 Applications for Approval of Packaging for Radioactive Material'' to provide recommendations on the preparation of applications for approval of Type B and fissile material packages. The purpose of this Regulatory Guide is to assist the applicant in preparing an application that demonstrates the adequacy of a package in meeting the 10 CFR Part 71 packaging requirements. NRC recently revised Regulatory Guide 7.9 to reflect current changes to the regulations in Part 71 as a result of a recent rulemaking that included changes to the structural, containment, and criticality requirements for packages. Overall, the NRC issues Regulatory Guides to describe methods that are acceptable to the NRC staff for implementing specific parts of the NRC's regulations, to explain techniques used by the NRC staff in evaluating specific problems, and to provide guidance to applicants. It is important to note the specific purpose of this Regulatory Guide. As the name indicates, this Guide sets forth a standard format for application submission that is acceptable to the NRC staff that, when used by the applicant, will accomplish several objectives. First, use of the guide provides a consistent and repeatable approach that indicates the information to be provided by the applicant. Second, the organization of the information in the application will assist the reviewer(s) in locating information. Ultimately, accomplishing these objectives will help to ensure the completeness of the information in the application as well as decrease the review time. From an international perspective, use of a standard format approach could enhance the efficiency with which Competent Authorities certify and validate packages for use in the packaging and transportation of radioactive material worldwide. This streamlined approach of preparing package applications could ultimately lead to uniform

  17. 49 CFR 178.522 - Standards for composite packagings with inner plastic receptacles.

    Science.gov (United States)

    2010-10-01

    ... plastic receptacles. 178.522 Section 178.522 Transportation Other Regulations Relating to Transportation... Standards for composite packagings with inner plastic receptacles. (a) The following are the identification codes for composite packagings with inner plastic receptacles: (1) 6HA1 for a plastic receptacle within...

  18. Developing A Generic Optical Avionic Network

    DEFF Research Database (Denmark)

    Zhang, Jiang; An, Yi; Berger, Michael Stübert

    2011-01-01

    We propose a generic optical network design for future avionic systems in order to reduce the weight and power consumption of current networks on board. A three-layered network structure over a ring optical network topology is suggested, as it can provide full reconfiguration flexibility...... and support a wide range of avionic applications. Segregation can be made on different hierarchies according to system criticality and security requirements. The structure of each layer is discussed in detail. Two network configurations are presented, focusing on how to support different network services...... by such a network. Finally, three redundancy scenarios are discussed and compared....

  19. The single event upset environment for avionics at high latitude

    International Nuclear Information System (INIS)

    Sims, A.J.; Dyer, C.S.; Peerless, C.L.; Farren, J.

    1994-01-01

    Modern avionic systems for civil and military applications are becoming increasingly reliant upon embedded microprocessors and associated memory devices. The phenomenon of single event upset (SEU) is well known in space systems and designers have generally been careful to use SEU tolerant devices or to implement error detection and correction (EDAC) techniques where appropriate. In the past, avionics designers have had no reason to consider SEU effects but is clear that the more prevalent use of memory devices combined with increasing levels of IC integration will make SEU mitigation an important design consideration for future avionic systems. To this end, it is necessary to work towards producing models of the avionics SEU environment which will permit system designers to choose components and EDAC techniques which are based on predictions of SEU rates correct to much better than an order of magnitude. Measurements of the high latitude SEU environment at avionics altitude have been made on board a commercial airliner. Results are compared with models of primary and secondary cosmic rays and atmospheric neutrons. Ground based SEU tests of static RAMs are used to predict rates in flight

  20. Standard Guide for Packaging Materials for Foods to Be Irradiated

    CERN Document Server

    American Society for Testing and Materials. Philadelphia

    2009-01-01

    1.1 This guide provides a format to assist producers and users of food packaging materials in selecting materials that have the desirable characteristics for their intended use and comply with applicable standards or government authorizations. It outlines parameters that should be considered when selecting food-contact packaging materials intended for use during irradiation of prepackaged foods and it examines the criteria for fitness for their use. 1.2 This guide identifies known regulations and regulatory frameworks worldwide pertaining to packaging materials for holding foods during irradiation; but it does not address all regulatory issues associated with the selection and use of packaging materials for foods to be irradiated. It is the responsibility of the user of this guide to determine the pertinent regulatory issues in each country where foods are to be irradiated and where irradiated foods are distributed. 1.3 This guide does not address all of the food safety issues associated with the synergisti...

  1. Standard high-reliability integrated circuit logic packaging. [for deep space tracking stations

    Science.gov (United States)

    Slaughter, D. W.

    1977-01-01

    A family of standard, high-reliability hardware used for packaging digital integrated circuits is described. The design transition from early prototypes to production hardware is covered and future plans are discussed. Interconnections techniques are described as well as connectors and related hardware available at both the microcircuit packaging and main-frame level. General applications information is also provided.

  2. Analysis of the qualification test standards for small radioactive material shipping packages

    International Nuclear Information System (INIS)

    McClure, J.D.

    1978-01-01

    The study compares the severity of the existing regulatory standards which are used to license radioactive material (RAM) shipping packages with the severity of transportation accidents. The basic findings of the study indicate that the present regulatory standards provide significantly higher levels of protection for surface transportation modes (truck, rail) than for RAM packages shipped by aircraft. It was also determined that crush can occur in all of the transport modes and is not presently included in existing regulations for accident conditions. Test proposals are included for the surface transport mode (truck, rail) and the air transport mode

  3. Customer Avionics Interface Development and Analysis (CAIDA): Software Developer for Avionics Systems

    Science.gov (United States)

    Mitchell, Sherry L.

    2018-01-01

    The Customer Avionics Interface Development and Analysis (CAIDA) supports the testing of the Launch Control System (LCS), NASA's command and control system for the Space Launch System (SLS), Orion Multi-Purpose Crew Vehicle (MPCV), and ground support equipment. The objective of the semester-long internship was to support day-to-day operations of CAIDA and help prepare for verification and validation of CAIDA software.

  4. ISHM-oriented adaptive fault diagnostics for avionics based on a distributed intelligent agent system

    Science.gov (United States)

    Xu, Jiuping; Zhong, Zhengqiang; Xu, Lei

    2015-10-01

    In this paper, an integrated system health management-oriented adaptive fault diagnostics and model for avionics is proposed. With avionics becoming increasingly complicated, precise and comprehensive avionics fault diagnostics has become an extremely complicated task. For the proposed fault diagnostic system, specific approaches, such as the artificial immune system, the intelligent agents system and the Dempster-Shafer evidence theory, are used to conduct deep fault avionics diagnostics. Through this proposed fault diagnostic system, efficient and accurate diagnostics can be achieved. A numerical example is conducted to apply the proposed hybrid diagnostics to a set of radar transmitters on an avionics system and to illustrate that the proposed system and model have the ability to achieve efficient and accurate fault diagnostics. By analyzing the diagnostic system's feasibility and pragmatics, the advantages of this system are demonstrated.

  5. Integrating ISHM with Flight Avionics Architectures for Cyber-Physical Space Systems, Phase I

    Data.gov (United States)

    National Aeronautics and Space Administration — Autonomous, avionic and robotic systems are used in a variety of applications including launch vehicles, robotic precursor platforms, etc. Most avionic innovations...

  6. Electronics/avionics integrity - Definition, measurement and improvement

    Science.gov (United States)

    Kolarik, W.; Rasty, J.; Chen, M.; Kim, Y.

    The authors report on the results obtained from an extensive, three-fold research project: (1) to search the open quality and reliability literature for documented information relative to electronics/avionics integrity; (2) to interpret and evaluate the literature as to significant concepts, strategies, and tools appropriate for use in electronics/avionics product and process integrity efforts; and (3) to develop a list of critical findings and recommendations that will lead to significant progress in product integrity definition, measurement, modeling, and improvements. The research consisted of examining a broad range of trade journals, scientific journals, and technical reports, as well as face-to-face discussions with reliability professionals. Ten significant recommendations have been supported by the research work.

  7. Estimation of Airline Benefits from Avionics Upgrade under Preferential Merge Re-sequence Scheduling

    Science.gov (United States)

    Kotegawa, Tatsuya; Cayabyab, Charlene Anne; Almog, Noam

    2013-01-01

    Modernization of the airline fleet avionics is essential to fully enable future technologies and procedures for increasing national airspace system capacity. However in the current national airspace system, system-wide benefits gained by avionics upgrade are not fully directed to aircraft/airlines that upgrade, resulting in slow fleet modernization rate. Preferential merge re-sequence scheduling is a best-equipped-best-served concept designed to incentivize avionics upgrade among airlines by allowing aircraft with new avionics (high-equipped) to be re-sequenced ahead of aircraft without the upgrades (low-equipped) at enroute merge waypoints. The goal of this study is to investigate the potential benefits gained or lost by airlines under a high or low-equipped fleet scenario if preferential merge resequence scheduling is implemented.

  8. Investigation of an advanced fault tolerant integrated avionics system

    Science.gov (United States)

    Dunn, W. R.; Cottrell, D.; Flanders, J.; Javornik, A.; Rusovick, M.

    1986-01-01

    Presented is an advanced, fault-tolerant multiprocessor avionics architecture as could be employed in an advanced rotorcraft such as LHX. The processor structure is designed to interface with existing digital avionics systems and concepts including the Army Digital Avionics System (ADAS) cockpit/display system, navaid and communications suites, integrated sensing suite, and the Advanced Digital Optical Control System (ADOCS). The report defines mission, maintenance and safety-of-flight reliability goals as might be expected for an operational LHX aircraft. Based on use of a modular, compact (16-bit) microprocessor card family, results of a preliminary study examining simplex, dual and standby-sparing architectures is presented. Given the stated constraints, it is shown that the dual architecture is best suited to meet reliability goals with minimum hardware and software overhead. The report presents hardware and software design considerations for realizing the architecture including redundancy management requirements and techniques as well as verification and validation needs and methods.

  9. Advanced Packaging Materials and Techniques for High Power TR Module: Standard Flight vs. Advanced Packaging

    Science.gov (United States)

    Hoffman, James Patrick; Del Castillo, Linda; Miller, Jennifer; Jenabi, Masud; Hunter, Donald; Birur, Gajanana

    2011-01-01

    The higher output power densities required of modern radar architectures, such as the proposed DESDynI [Deformation, Ecosystem Structure, and Dynamics of Ice] SAR [Synthetic Aperture Radar] Instrument (or DSI) require increasingly dense high power electronics. To enable these higher power densities, while maintaining or even improving hardware reliability, requires advances in integrating advanced thermal packaging technologies into radar transmit/receive (TR) modules. New materials and techniques have been studied and compared to standard technologies.

  10. MATHEMATICAL MODELS OF PROCESSES AND SYSTEMS OF TECHNICAL OPERATION FOR ONBOARD COMPLEXES AND FUNCTIONAL SYSTEMS OF AVIONICS

    Directory of Open Access Journals (Sweden)

    Sergey Viktorovich Kuznetsov

    2017-01-01

    Full Text Available Modern aircraft are equipped with complicated systems and complexes of avionics. Aircraft and its avionics tech- nical operation process is observed as a process with changing of operation states. Mathematical models of avionics pro- cesses and systems of technical operation are represented as Markov chains, Markov and semi-Markov processes. The pur- pose is to develop the graph-models of avionics technical operation processes, describing their work in flight, as well as during maintenance on the ground in the various systems of technical operation. The graph-models of processes and sys- tems of on-board complexes and functional avionics systems in flight are proposed. They are based on the state tables. The models are specified for the various technical operation systems: the system with control of the reliability level, the system with parameters control and the system with resource control. The events, which cause the avionics complexes and func- tional systems change their technical state, are failures and faults of built-in test equipment. Avionics system of technical operation with reliability level control is applicable for objects with constant or slowly varying in time failure rate. Avion- ics system of technical operation with resource control is mainly used for objects with increasing over time failure rate. Avionics system of technical operation with parameters control is used for objects with increasing over time failure rate and with generalized parameters, which can provide forecasting and assign the borders of before-fail technical states. The pro- posed formal graphical approach avionics complexes and systems models designing is the basis for models and complex systems and facilities construction, both for a single aircraft and for an airline aircraft fleet, or even for the entire aircraft fleet of some specific type. The ultimate graph-models for avionics in various systems of technical operation permit the beginning of

  11. Demonstration Advanced Avionics System (DAAS) function description

    Science.gov (United States)

    Bailey, A. J.; Bailey, D. G.; Gaabo, R. J.; Lahn, T. G.; Larson, J. C.; Peterson, E. M.; Schuck, J. W.; Rodgers, D. L.; Wroblewski, K. A.

    1982-01-01

    The Demonstration Advanced Avionics System, DAAS, is an integrated avionics system utilizing microprocessor technologies, data busing, and shared displays for demonstrating the potential of these technologies in improving the safety and utility of general aviation operations in the late 1980's and beyond. Major hardware elements of the DAAS include a functionally distributed microcomputer complex, an integrated data control center, an electronic horizontal situation indicator, and a radio adaptor unit. All processing and display resources are interconnected by an IEEE-488 bus in order to enhance the overall system effectiveness, reliability, modularity and maintainability. A detail description of the DAAS architecture, the DAAS hardware, and the DAAS functions is presented. The system is designed for installation and flight test in a NASA Cessna 402-B aircraft.

  12. CanOpen on RASTA: The Integration of the CanOpen IP Core in the Avionics Testbed

    Science.gov (United States)

    Furano, Gianluca; Guettache, Farid; Magistrati, Giorgio; Tiotto, Gabriele; Ortega, Carlos Urbina; Valverde, Alberto

    2013-08-01

    This paper presents the work done within the ESA Estec Data Systems Division, targeting the integration of the CanOpen IP Core with the existing Reference Architecture Test-bed for Avionics (RASTA). RASTA is the reference testbed system of the ESA Avionics Lab, designed to integrate the main elements of a typical Data Handling system. It aims at simulating a scenario where a Mission Control Center communicates with on-board computers and systems through a TM/TC link, thus providing the data management through qualified processors and interfaces such as Leon2 core processors, CAN bus controllers, MIL-STD-1553 and SpaceWire. This activity aims at the extension of the RASTA with two boards equipped with HurriCANe controller, acting as CANOpen slaves. CANOpen software modules have been ported on the RASTA system I/O boards equipped with Gaisler GR-CAN controller and acts as master communicating with the CCIPC boards. CanOpen serves as upper application layer for based on CAN defined within the CAN-in-Automation standard and can be regarded as the definitive standard for the implementation of CAN-based systems solutions. The development and integration of CCIPC performed by SITAEL S.p.A., is the first application that aims to bring the CANOpen standard for space applications. The definition of CANOpen within the European Cooperation for Space Standardization (ECSS) is under development.

  13. A Model-based Avionic Prognostic Reasoner (MAPR)

    Data.gov (United States)

    National Aeronautics and Space Administration — The Model-based Avionic Prognostic Reasoner (MAPR) presented in this paper is an innovative solution for non-intrusively monitoring the state of health (SoH) and...

  14. Advanced Information Processing System (AIPS)-based fault tolerant avionics architecture for launch vehicles

    Science.gov (United States)

    Lala, Jaynarayan H.; Harper, Richard E.; Jaskowiak, Kenneth R.; Rosch, Gene; Alger, Linda S.; Schor, Andrei L.

    1990-01-01

    An avionics architecture for the advanced launch system (ALS) that uses validated hardware and software building blocks developed under the advanced information processing system program is presented. The AIPS for ALS architecture defined is preliminary, and reliability requirements can be met by the AIPS hardware and software building blocks that are built using the state-of-the-art technology available in the 1992-93 time frame. The level of detail in the architecture definition reflects the level of detail available in the ALS requirements. As the avionics requirements are refined, the architecture can also be refined and defined in greater detail with the help of analysis and simulation tools. A useful methodology is demonstrated for investigating the impact of the avionics suite to the recurring cost of the ALS. It is shown that allowing the vehicle to launch with selected detected failures can potentially reduce the recurring launch costs. A comparative analysis shows that validated fault-tolerant avionics built out of Class B parts can result in lower life-cycle-cost in comparison to simplex avionics built out of Class S parts or other redundant architectures.

  15. Heavy Lift Vehicle (HLV) Avionics Flight Computing Architecture Study

    Science.gov (United States)

    Hodson, Robert F.; Chen, Yuan; Morgan, Dwayne R.; Butler, A. Marc; Sdhuh, Joseph M.; Petelle, Jennifer K.; Gwaltney, David A.; Coe, Lisa D.; Koelbl, Terry G.; Nguyen, Hai D.

    2011-01-01

    A NASA multi-Center study team was assembled from LaRC, MSFC, KSC, JSC and WFF to examine potential flight computing architectures for a Heavy Lift Vehicle (HLV) to better understand avionics drivers. The study examined Design Reference Missions (DRMs) and vehicle requirements that could impact the vehicles avionics. The study considered multiple self-checking and voting architectural variants and examined reliability, fault-tolerance, mass, power, and redundancy management impacts. Furthermore, a goal of the study was to develop the skills and tools needed to rapidly assess additional architectures should requirements or assumptions change.

  16. Spacecraft Avionics Software Development Then and Now: Different but the Same

    Science.gov (United States)

    Mangieri, Mark L.; Garman, John (Jack); Vice, Jason

    2012-01-01

    NASA has always been in the business of balancing new technologies and techniques to achieve human space travel objectives. NASA s historic Software Production Facility (SPF) was developed to serve complex avionics software solutions during an era dominated by mainframes, tape drives, and lower level programming languages. These systems have proven themselves resilient enough to serve the Shuttle Orbiter Avionics life cycle for decades. The SPF and its predecessor the Software Development Lab (SDL) at NASA s Johnson Space Center (JSC) hosted flight software (FSW) engineering, development, simulation, and test. It was active from the beginning of Shuttle Orbiter development in 1972 through the end of the shuttle program in the summer of 2011 almost 40 years. NASA s Kedalion engineering analysis lab is on the forefront of validating and using many contemporary avionics HW/SW development and integration techniques, which represent new paradigms to NASA s heritage culture in avionics software engineering. Kedalion has validated many of the Orion project s HW/SW engineering techniques borrowed from the adjacent commercial aircraft avionics environment, inserting new techniques and skills into the Multi-Purpose Crew Vehicle (MPCV) Orion program. Using contemporary agile techniques, COTS products, early rapid prototyping, in-house expertise and tools, and customer collaboration, NASA has adopted a cost effective paradigm that is currently serving Orion effectively. This paper will explore and contrast differences in technology employed over the years of NASA s space program, due largely to technological advances in hardware and software systems, while acknowledging that the basic software engineering and integration paradigms share many similarities.

  17. Hazardous materials package performance regulations

    International Nuclear Information System (INIS)

    Russell, N.A.; Glass, R.E.; McClure, J.D.; Finley, N.C.

    1992-01-01

    The hazardous materials (hazmat) packaging development and certification process is currently defined by two different regulatory philosophies, one based on specification packagings and the other based on performance standards. With specification packagings, a packaging is constructed according to an agreed set of design specifications. In contrast, performance standards do not specify the packaging design; they specify performance standards that a packaging design must be able to pass before it can be certified for transport. The packaging can be designed according to individual needs as long as it meets these performance standards. Performance standards have been used nationally and internationally for about 40 years to certify radioactive materials (RAM) packagings. It is reasonable to state that for RAM transport, performance specifications have maintained transport safety. A committee of United Nation's experts recommended the performance standard philosophy as the preferred regulation method for hazmat packaging. Performance standards for hazmat packagings smaller than 118 gallons have been adopted in 49CFR178. Packagings for materials that are classified as toxic-by-inhalation must comply with the performance standards by October 1, 1993, and packagings for all other classes of hazardous materials covered must comply by October 1, 1996. For packages containing bulk (in excess of 188 gallons) quantities of materials that are extremely toxic by inhalation, there currently are no performance requirements. This paper discusses a Hazmat Packaging Performance Evaluation (HPPE) project to look at the subset of bulk packagings that are larger than 2000 gallons. The objectives of this project are the evaluate current hazmat specification packagings and develop supporting documentation for determining performance requirements for packagings in excess of 2000 gallons that transport hazardous materials that have been classified as extremely toxic by inhalation (METBI)

  18. 40 CFR 63.825 - Standards: Product and packaging rotogravure and wide-web flexographic printing.

    Science.gov (United States)

    2010-07-01

    ... POLLUTANTS FOR SOURCE CATEGORIES (CONTINUED) National Emission Standards for the Printing and Publishing Industry § 63.825 Standards: Product and packaging rotogravure and wide-web flexographic printing. (a) Each... rotogravure and wide-web flexographic printing. 63.825 Section 63.825 Protection of Environment ENVIRONMENTAL...

  19. Avionic Data Bus Integration Technology

    Science.gov (United States)

    1991-12-01

    address the hardware-software interaction between a digital data bus and an avionic system. Very Large Scale Integration (VLSI) ICs and multiversion ...the SCP. In 1984, the Sperry Corporation developed a fault tolerant system which employed multiversion programming, voting, and monitoring for error... MULTIVERSION PROGRAMMING. N-version programming. 226 N-VERSION PROGRAMMING. The independent coding of a number, N, of redundant computer programs that

  20. A method of distributed avionics data processing based on SVM classifier

    Science.gov (United States)

    Guo, Hangyu; Wang, Jinyan; Kang, Minyang; Xu, Guojing

    2018-03-01

    Under the environment of system combat, in order to solve the problem on management and analysis of the massive heterogeneous data on multi-platform avionics system, this paper proposes a management solution which called avionics "resource cloud" based on big data technology, and designs an aided decision classifier based on SVM algorithm. We design an experiment with STK simulation, the result shows that this method has a high accuracy and a broad application prospect.

  1. Avionics Configuration Assessment for Flightdeck Interval Management: A Comparison of Avionics and Notification Methods

    Science.gov (United States)

    Latorella, Kara A.

    2015-01-01

    present IM information to crews: (1) Integrated (IM information is embedded in extant PFD (Primary Flight Display), ND (Navigation Display), EICAS (Engine Indicating and Crew Alerting System) displays); (2) EFB_Aft (IM information is only supplied in an EFB and mounted in location similar to that for MITRE's UPS work); (3) EFB_Fore (IM information is only supplied in an EFB which is mounted more forward, under the side window), and (4) EFB_Aft plus use of an AGD (the same IM information is supplied in an EFB and on an AGD, both mounted in locations similar to that in MITRE's UPS work ). Twelve commercial pilot crews flew descent scenarios (VNAV Speed with the mode control panel (MCP) speed window open until flaps extended, then VNAV Path) in a commercial transport flight simulator with realistic visual scene and communications. The results of this study serve three practical aims: (1) contribute to the down-select of avionics configuration for future assessment of the ASTAR spacing algorithm at NASA; (2) provide information useful to the FAA Human Factors Division (ANG-C1)'s mission to identify issues pertinent to flight certification of, and flight standards; (3) identify methodological considerations in support of future FIM human-in-the-loop (HITL) investigations.

  2. Avionics for Hibernation and Recovery on Planetary Surfaces

    Data.gov (United States)

    National Aeronautics and Space Administration — Landers and rovers endure on the Martian equator but experience avionics failures in the cryogenic temperatures of lunar nights and Martian winters. The greatest...

  3. Predicting Cost/Reliability/Maintainability of Advanced General Aviation Avionics Equipment

    Science.gov (United States)

    Davis, M. R.; Kamins, M.; Mooz, W. E.

    1978-01-01

    A methodology is provided for assisting NASA in estimating the cost, reliability, and maintenance (CRM) requirements for general avionics equipment operating in the 1980's. Practical problems of predicting these factors are examined. The usefulness and short comings of different approaches for modeling coast and reliability estimates are discussed together with special problems caused by the lack of historical data on the cost of maintaining general aviation avionics. Suggestions are offered on how NASA might proceed in assessing cost reliability CRM implications in the absence of reliable generalized predictive models.

  4. Technical committee on transport package test standards (for radioactive materials transport). Vienna, 6-10 August 1979

    International Nuclear Information System (INIS)

    White, M.C.

    1979-11-01

    The report of a meeting of the technical committee on transport package test standards is presented. The committee assigned high priority to work on Low Level Solid material and Low Specific Activity material, on the justification for and requirements of a Crush Test and on leakage from packages

  5. Yoga as part of a package of care versus standard care for schizophrenia.

    Science.gov (United States)

    Broderick, Julie; Vancampfort, Davy

    2017-09-29

    Yoga is an ancient spiritual practice that originated in India and is currently accepted in the Western world as a form of relaxation and exercise. It has been of interest for people with schizophrenia to determine the efficacy of yoga delivered as a package of care versus standard care. To examine the effects of yoga as a package of care versus standard care. We searched the Cochrane Schizophrenia Group Trials Register (latest 30 March 2017) which is based on regular searches of MEDLINE, PubMed, Embase, CINAHL, BIOSS, AMED, PsychINFO, and registries of clinical trials. We searched the references of all included studies. There are no language, date, document type, or publication status limitations for inclusion of records in the register. All randomised controlled trials (RCTs) including people with schizophrenia comparing yoga as a package of care with standard-care control. The review authors independently selected studies, quality rated these, and extracted data. For binary outcomes, we calculated risk difference (RD) and its 95% confidence interval (CI), on an intention-to-treat (ITT) basis. For continuous data, we estimated the mean difference (MD) between groups and its CI. We employed mixed-effect and fixed-effect models for analysis. We examined heterogeneity (I 2 technique), assessed risk of bias for included studies, and created a 'Summary of findings' table using GRADE (Grading of Recommendations Assessment, Development and Evaluation). Three studies are included in this review. All outcomes were short term (less than eight weeks). Useable data were reported for two outcomes only; leaving the study early and quality of life. None of the participants left the studies early and there was some evidence in favour of the yoga package for quality of life endpoint scores (1 RCT, n=80, MD 22.93 CI 19.74 to 26.12, low-quality evidence). Leaving the study early data were equivocal between the treatment groups (3 RCTs, n=193, RD 0.06 CI -0.01 to 0.13, medium

  6. "Plain packaging" regulations for tobacco products: the impact of standardizing the color and design of cigarette packs.

    Science.gov (United States)

    Hammond, David

    2010-01-01

    Tobacco packaging and labeling policies have emerged as prominent and cost-effective tobacco control measures. Although packaging policies have primarily focused on health warnings, there is growing recognition of the importance of packaging as a marketing tool for the tobacco industry. The current paper reviews evidence on the potential impact of standardizing the color and design of tobacco packages -so called "plain" packaging. The evidence indicates three primary benefits of plain packaging: increasing the effectiveness of health warnings, reducing false health beliefs about cigarettes, and reducing brand appeal especially among youth and young adults. Overall, the research to date suggests that "plain" packaging regulations would be an effective tobacco control measure, particularly in jurisdictions with comprehensive restrictions on other forms of marketing.

  7. Integrated Power, Avionics, and Software (IPAS) Flexible Systems Integration

    Data.gov (United States)

    National Aeronautics and Space Administration — The Integrated Power, Avionics, and Software (IPAS) facility is a flexible, multi-mission hardware and software design environment. This project will develop a...

  8. Sail GTS ground system analysis: Avionics system engineering

    Science.gov (United States)

    Lawton, R. M.

    1977-01-01

    A comparison of two different concepts for the guidance, navigation and control test set signal ground system is presented. The first is a concept utilizing a ground plate to which crew station, avionics racks, electrical power distribution system, master electrical common connection assembly and marshall mated elements system grounds are connected by 4/0 welding cable. An alternate approach has an aluminum sheet interconnecting the signal ground reference points between the crew station and avionics racks. The comparison analysis quantifies the differences between the two concepts in terms of dc resistance, ac resistance and inductive reactance. These parameters are figures of merit for ground system conductors in that the system with the lowest impedance is the most effective in minimizing noise voltage. Although the welding cable system is probably adequate, the aluminum sheet system provides a higher probability of a successful system design.

  9. Integrated Modular Avionics for Spacecraft: Earth Observation Use Case Demonstrator

    Science.gov (United States)

    Deredempt, Marie-Helene; Rossignol, Alain; Hyounet, Philippe

    2013-08-01

    Integrated Modular Avionics (IMA) for Space, as European Space Agency initiative, aimed to make applicable to space domain the time and space partitioning concepts and particularly the ARINC 653 standard [1][2]. Expected benefits of such an approach are development flexibility, capability to provide differential V&V for different criticality level functionalities and to integrate late or In-Orbit delivery. This development flexibility could improve software subcontracting, industrial organization and software reuse. Time and space partitioning technique facilitates integration of software functions as black boxes and integration of decentralized function such as star tracker in On Board Computer to save mass and power by limiting electronics resources. In aeronautical domain, Integrated Modular Avionics architecture is based on a network of LRU (Line Replaceable Unit) interconnected by AFDX (Avionic Full DupleX). Time and Space partitioning concept is applicable to LRU and provides independent partitions which inter communicate using ARINC 653 communication ports. Using End System (LRU component) intercommunication between LRU is managed in the same way than intercommunication between partitions in LRU. In such architecture an application developed using only communication port can be integrated in an LRU or another one without impacting the global architecture. In space domain, a redundant On Board Computer controls (ground monitoring TM) and manages the platform (ground command TC) in terms of power, solar array deployment, attitude, orbit, thermal, maintenance, failure detection and recovery isolation. In addition, Payload units and platform units such as RIU, PCDU, AOCS units (Star tracker, Reaction wheels) are considered in this architecture. Interfaces are mainly realized through MIL-STD-1553B busses and SpaceWire and this could be considered as the main constraint for IMA implementation in space domain. During the first phase of IMA SP project, ARINC653

  10. Rad-hard Smallsat / CubeSat Avionics Board, Phase I

    Data.gov (United States)

    National Aeronautics and Space Administration — VORAGO will design a rad-hard Smallsat / CubeSat Avionics single board that has the necessary robustness needed for long duration missions in harsh mission...

  11. Reconfigurable fault tolerant avionics system

    Science.gov (United States)

    Ibrahim, M. M.; Asami, K.; Cho, Mengu

    This paper presents the design of a reconfigurable avionics system based on modern Static Random Access Memory (SRAM)-based Field Programmable Gate Array (FPGA) to be used in future generations of nano satellites. A major concern in satellite systems and especially nano satellites is to build robust systems with low-power consumption profiles. The system is designed to be flexible by providing the capability of reconfiguring itself based on its orbital position. As Single Event Upsets (SEU) do not have the same severity and intensity in all orbital locations, having the maximum at the South Atlantic Anomaly (SAA) and the polar cusps, the system does not have to be fully protected all the time in its orbit. An acceptable level of protection against high-energy cosmic rays and charged particles roaming in space is provided within the majority of the orbit through software fault tolerance. Check pointing and roll back, besides control flow assertions, is used for that level of protection. In the minority part of the orbit where severe SEUs are expected to exist, a reconfiguration for the system FPGA is initiated where the processor systems are triplicated and protection through Triple Modular Redundancy (TMR) with feedback is provided. This technique of reconfiguring the system as per the level of the threat expected from SEU-induced faults helps in reducing the average dynamic power consumption of the system to one-third of its maximum. This technique can be viewed as a smart protection through system reconfiguration. The system is built on the commercial version of the (XC5VLX50) Xilinx Virtex5 FPGA on bulk silicon with 324 IO. Simulations of orbit SEU rates were carried out using the SPENVIS web-based software package.

  12. 49 CFR 178.935 - Standards for wooden Large Packagings.

    Science.gov (United States)

    2010-10-01

    ... Packagings. (i) Natural wood used in the construction of Large Packagings must be well-seasoned, commercially...) Reconstituted wood used in the construction of Large Packagings must be water resistant reconstituted wood such... Packaging types are designated: (1) 50C natural wood. (2) 50D plywood. (3) 50F reconstituted wood. (b...

  13. A critique of reliability prediction techniques for avionics applications

    Directory of Open Access Journals (Sweden)

    Guru Prasad PANDIAN

    2018-01-01

    Full Text Available Avionics (aeronautics and aerospace industries must rely on components and systems of demonstrated high reliability. For this, handbook-based methods have been traditionally used to design for reliability, develop test plans, and define maintenance requirements and sustainment logistics. However, these methods have been criticized as flawed and leading to inaccurate and misleading results. In its recent report on enhancing defense system reliability, the U.S. National Academy of Sciences has recently discredited these methods, judging the Military Handbook (MIL-HDBK-217 and its progeny as invalid and inaccurate. This paper discusses the issues that arise with the use of handbook-based methods in commercial and military avionics applications. Alternative approaches to reliability design (and its demonstration are also discussed, including similarity analysis, testing, physics-of-failure, and data analytics for prognostics and systems health management.

  14. Advanced information processing system for advanced launch system: Avionics architecture synthesis

    Science.gov (United States)

    Lala, Jaynarayan H.; Harper, Richard E.; Jaskowiak, Kenneth R.; Rosch, Gene; Alger, Linda S.; Schor, Andrei L.

    1991-01-01

    The Advanced Information Processing System (AIPS) is a fault-tolerant distributed computer system architecture that was developed to meet the real time computational needs of advanced aerospace vehicles. One such vehicle is the Advanced Launch System (ALS) being developed jointly by NASA and the Department of Defense to launch heavy payloads into low earth orbit at one tenth the cost (per pound of payload) of the current launch vehicles. An avionics architecture that utilizes the AIPS hardware and software building blocks was synthesized for ALS. The AIPS for ALS architecture synthesis process starting with the ALS mission requirements and ending with an analysis of the candidate ALS avionics architecture is described.

  15. An integrated autonomous rendezvous and docking system architecture using Centaur modern avionics

    Science.gov (United States)

    Nelson, Kurt

    1991-01-01

    The avionics system for the Centaur upper stage is in the process of being modernized with the current state-of-the-art in strapdown inertial guidance equipment. This equipment includes an integrated flight control processor with a ring laser gyro based inertial guidance system. This inertial navigation unit (INU) uses two MIL-STD-1750A processors and communicates over the MIL-STD-1553B data bus. Commands are translated into load activation through a Remote Control Unit (RCU) which incorporates the use of solid state relays. Also, a programmable data acquisition system replaces separate multiplexer and signal conditioning units. This modern avionics suite is currently being enhanced through independent research and development programs to provide autonomous rendezvous and docking capability using advanced cruise missile image processing technology and integrated GPS navigational aids. A system concept was developed to combine these technologies in order to achieve a fully autonomous rendezvous, docking, and autoland capability. The current system architecture and the evolution of this architecture using advanced modular avionics concepts being pursued for the National Launch System are discussed.

  16. 49 CFR 178.940 - Standards for flexible Large Packagings.

    Science.gov (United States)

    2010-10-01

    .... Flexible Large Packagings types are designated: (1) 51H flexible plastics. (2) 51M flexible paper. (b... this subchapter, flexible Large Packaging must be resistant to aging and degradation caused by ultraviolet radiation. (5) For plastic flexible Large Packagings, if necessary, protection against ultraviolet...

  17. Avionics System Development for a Rotary Wing Unmanned Aerial Vehicle

    National Research Council Canada - National Science Library

    Greer, Daniel

    1998-01-01

    .... A helicopter with sufficient lift capability was selected and a lightweight aluminum structure was built to serve as both an avionics platform for the necessary equipment and also as a landing skid...

  18. New Technologies for Space Avionics, 1993

    Science.gov (United States)

    Aibel, David W.; Harris, David R.; Bartlett, Dave; Black, Steve; Campagna, Dave; Fernald, Nancy; Garbos, Ray

    1993-01-01

    The report reviews a 1993 effort that investigated issues associated with the development of requirements, with the practice of concurrent engineering and with rapid prototyping, in the development of a next-generation Reaction Jet Drive Controller. This report details lessons learned, the current status of the prototype, and suggestions for future work. The report concludes with a discussion of the vision of future avionics architectures based on the principles associated with open architectures and integrated vehicle health management.

  19. Non-functional Avionics Requirements

    Science.gov (United States)

    Paulitsch, Michael; Ruess, Harald; Sorea, Maria

    Embedded systems in aerospace become more and more integrated in order to reduce weight, volume/size, and power of hardware for more fuel-effi ciency. Such integration tendencies change architectural approaches of system ar chi tec tures, which subsequently change non-functional requirements for plat forms. This paper provides some insight into state-of-the-practice of non-func tional requirements for developing ultra-critical embedded systems in the aero space industry, including recent changes and trends. In particular, formal requi re ment capture and formal analysis of non-functional requirements of avionic systems - including hard-real time, fault-tolerance, reliability, and per for mance - are exemplified by means of recent developments in SAL and HiLiTE.

  20. Packaging BCG: standardizing an anti-tuberculosis vaccine in interwar Europe.

    Science.gov (United States)

    Bonah, Christian

    2008-06-01

    Using the example of the anti-tuberculosis vaccine BCG during the 1920s and 1930s, this article asks how a labile laboratory-modified bacteria was transformed into a genuine standard vaccine packaged and commercialized as a pharmaceutical product. At the center of the analysis lies the notion of standardization inquiring why and how a local laboratory process with standard operating procedures (SOPs) reached its limits and was transformed when the product faced international distribution. Moving from Paul Ehrlich's initial technological notion of Wertbestimmung referring to a practice physiologically testing the effects of ill-defined antitoxins, the concept of standardization is extended to pharmaceutical and economical meanings implying quality control for biological therapeutic agents produced by a variety of industrial entrepreneurs. Following the request for product uniformity, two ways to maintain levels of compatibility and commonality are depicted opposing SOPs and end-product control. Furthermore, standardization is understood as a spiral, never ending process where progressive transformation of the vaccine in its production and medical uses periodically recreated the necessity of standardization. Developments analyzed are thus understood as a stabilization process aligning laboratory settings, products, and practices with medical theories and practices through technical, bureaucratic, and organizational systems. A paradox of the analysis is that standardization as a historical phenomenon and moment in the history of drug development was initially linked to a problem of under-determination of what was to be standardized and to a knowledge gap before it could become a central concept for quality control.

  1. Advanced Avionics and Processor Systems for a Flexible Space Exploration Architecture

    Science.gov (United States)

    Keys, Andrew S.; Adams, James H.; Smith, Leigh M.; Johnson, Michael A.; Cressler, John D.

    2010-01-01

    The Advanced Avionics and Processor Systems (AAPS) project, formerly known as the Radiation Hardened Electronics for Space Environments (RHESE) project, endeavors to develop advanced avionic and processor technologies anticipated to be used by NASA s currently evolving space exploration architectures. The AAPS project is a part of the Exploration Technology Development Program, which funds an entire suite of technologies that are aimed at enabling NASA s ability to explore beyond low earth orbit. NASA s Marshall Space Flight Center (MSFC) manages the AAPS project. AAPS uses a broad-scoped approach to developing avionic and processor systems. Investment areas include advanced electronic designs and technologies capable of providing environmental hardness, reconfigurable computing techniques, software tools for radiation effects assessment, and radiation environment modeling tools. Near-term emphasis within the multiple AAPS tasks focuses on developing prototype components using semiconductor processes and materials (such as Silicon-Germanium (SiGe)) to enhance a device s tolerance to radiation events and low temperature environments. As the SiGe technology will culminate in a delivered prototype this fiscal year, the project emphasis shifts its focus to developing low-power, high efficiency total processor hardening techniques. In addition to processor development, the project endeavors to demonstrate techniques applicable to reconfigurable computing and partially reconfigurable Field Programmable Gate Arrays (FPGAs). This capability enables avionic architectures the ability to develop FPGA-based, radiation tolerant processor boards that can serve in multiple physical locations throughout the spacecraft and perform multiple functions during the course of the mission. The individual tasks that comprise AAPS are diverse, yet united in the common endeavor to develop electronics capable of operating within the harsh environment of space. Specifically, the AAPS tasks for

  2. Color in packaging design : Case: ZheJiang JinSheng packaging Co,Ltd

    OpenAIRE

    Hu, Cuicui

    2010-01-01

    Color occupies an important position in packaging design, with the improvement of living standard, the higher requirement of color design in packaging. The aim of this thesis was to discuss key issues concerning aesthetics of packaging design. Topics will include an overview of the packaging design, the influence factor of packaging design, and introduce the aesthetics from packaging aspect. This thesis will also identify common problems of the production process, and list the phases of ho...

  3. Research on the Reliability Analysis of the Integrated Modular Avionics System Based on the AADL Error Model

    Directory of Open Access Journals (Sweden)

    Peng Wang

    2018-01-01

    Full Text Available In recent years, the integrated modular avionics (IMA concept has been introduced to replace the traditional federated avionics. Different avionics functions are hosted in a shared IMA platform, and IMA adopts partition technologies to provide a logical isolation among different functions. The IMA architecture can provide more sophisticated and powerful avionics functionality; meanwhile, the failure propagation patterns in IMA are more complex. The feature of resource sharing introduces some unintended interconnections among different functions, which makes the failure propagation modes more complex. Therefore, this paper proposes an architecture analysis and design language- (AADL- based method to establish the reliability model of IMA platform. The single software and hardware error behavior in IMA system is modeled. The corresponding AADL error model of failure propagation among components, between software and hardware, is given. Finally, the display function of IMA platform is taken as an example to illustrate the effectiveness of the proposed method.

  4. Development of a Comprehensive Digital Avionics Curriculum for the Aeronautical Engineer

    National Research Council Canada - National Science Library

    Hofer, Thomas W

    2006-01-01

    ... avionics curriculum does not yet exist that satisfies the needs of graduates who will serve as aeronautical engineers involved with the development, integration, testing, fielding, and supporting...

  5. Power, Avionics and Software Communication Network Architecture

    Science.gov (United States)

    Ivancic, William D.; Sands, Obed S.; Bakula, Casey J.; Oldham, Daniel R.; Wright, Ted; Bradish, Martin A.; Klebau, Joseph M.

    2014-01-01

    This document describes the communication architecture for the Power, Avionics and Software (PAS) 2.0 subsystem for the Advanced Extravehicular Mobile Unit (AEMU). The following systems are described in detail: Caution Warn- ing and Control System, Informatics, Storage, Video, Audio, Communication, and Monitoring Test and Validation. This document also provides some background as well as the purpose and goals of the PAS project at Glenn Research Center (GRC).

  6. Space Shuttle Program Primary Avionics Software System (PASS) Success Legacy - Quality and Reliability Date

    Science.gov (United States)

    Orr, James K.; Peltier, Daryl

    2010-01-01

    Thsi slide presentation reviews the avionics software system on board the space shuttle, with particular emphasis on the quality and reliability. The Primary Avionics Software System (PASS) provides automatic and fly-by-wire control of critical shuttle systems which executes in redundant computers. Charts given show the number of space shuttle flights vs time, PASS's development history, and other charts that point to the reliability of the system's development. The reliability of the system is also compared to predicted reliability.

  7. Plutonium stabilization and packaging system

    International Nuclear Information System (INIS)

    1996-01-01

    This document describes the functional design of the Plutonium Stabilization and Packaging System (Pu SPS). The objective of this system is to stabilize and package plutonium metals and oxides of greater than 50% wt, as well as other selected isotopes, in accordance with the requirements of the DOE standard for safe storage of these materials for 50 years. This system will support completion of stabilization and packaging campaigns of the inventory at a number of affected sites before the year 2002. The package will be standard for all sites and will provide a minimum of two uncontaminated, organics free confinement barriers for the packaged material

  8. The effect of requirements prioritization on avionics system conceptual design

    Science.gov (United States)

    Lorentz, John

    This dissertation will provide a detailed approach and analysis of a new collaborative requirements prioritization methodology that has been used successfully on four Coast Guard avionics acquisition and development programs valued at $400M+. A statistical representation of participant study results will be discussed and analyzed in detail. Many technically compliant projects fail to deliver levels of performance and capability that the customer desires. Some of these systems completely meet "threshold" levels of performance; however, the distribution of resources in the process devoted to the development and management of the requirements does not always represent the voice of the customer. This is especially true for technically complex projects such as modern avionics systems. A simplified facilitated process for prioritization of system requirements will be described. The collaborative prioritization process, and resulting artifacts, aids the systems engineer during early conceptual design. All requirements are not the same in terms of customer priority. While there is a tendency to have many thresholds inside of a system design, there is usually a subset of requirements and system performance that is of the utmost importance to the design. These critical capabilities and critical levels of performance typically represent the reason the system is being built. The systems engineer needs processes to identify these critical capabilities, the associated desired levels of performance, and the risks associated with the specific requirements that define the critical capability. The facilitated prioritization exercise is designed to collaboratively draw out these critical capabilities and levels of performance so they can be emphasized in system design. Developing the purpose, scheduling and process for prioritization events are key elements of systems engineering and modern project management. The benefits of early collaborative prioritization flow throughout the

  9. Grandfathering of competent authority approved packages

    International Nuclear Information System (INIS)

    Osgood, N.L.

    2004-01-01

    International Atomic Energy Agency transportation regulations are reviewed and revised on a periodic basis as new technical and scientific information becomes available. The 1996 Edition of the Regulations for the Safe Transport of Radioactive Materials in TS-R-1 includes provisions for the use of package designs approved to previous editions of the regulations. This assures that there is no disruption of transport when the regulations are updated and revised. The revision of package design standards may make certain designs obsolete, though not necessarily unsafe. The U.S. Nuclear Regulatory Commission is the agency in the United States that certifies transportation packages for Type B and fissile materials. NRC regulations include grandfathering provisions that are comparable to and compatible with the IAEA standards. NRC staff is promoting a new system that would eliminate the need to grandfather package designs. Under the new method, any new or revised provision of the regulations that affects package standards would include its own transitional arrangements. In this way, each change would be evaluated for its safety importance. Changes in the package standards that are important to safety would be implemented immediately upon the regulations coming into force. Other changes, that do not significantly affect safety, would have longer implementation periods. In this way, all packages in use would be compatible with the regulations in force, and no specific grandfathering provisions for older designs would be needed. NRC staff has concluded that the package design standards are mature and have been shown to be protective over the past 40 years of shipping experience. We predict that future changes in package design standards will not be substantive in terms of resulting in significant changes in physical performance of a package in transport, including actual transportation accidents. The benefits of the new system would be a more predictable regulatory structure

  10. Developing a Standard Method of Test for Packaged, Solid-Desiccant Based Dehumidification Systems

    International Nuclear Information System (INIS)

    Sand, J.R.

    2001-01-01

    A draft Method of Test (MOT) has been proposed for packaged, air-to-air, desiccant-based dehumidifier systems that incorporate a thermally-regenerated desiccant material for dehumidification. This MOT is intended to function as the ''system'' testing and rating compliment to the desiccant ''component'' (desiccant wheels and/or cassettes) MOT (ASHRAE 1998) and rating standard (ARI 1998) already adopted by industry. This draft standard applies to ''packaged systems'' that: Use desiccants for dehumidification of conditioned air for buildings; Use heated air for regeneration of the desiccant material; Include fans for moving process and regeneration air; May include other system components for filtering, pre-cooling, post-cooling, or heating conditioned air; and May include other components for humidification of conditioned air. The proposed draft applies to four different system operating modes depending on whether outdoor or indoor air is used for process air and regeneration air streams . Only the ''ventilation'' mode which uses outdoor air for both process and regeneration inlets is evaluated in this paper. Performance of the dehumidification system is presented in terms that would be most familiar and useful to designers of building HVAC systems to facilitate integration of desiccant equipment with more conventional hardware. Parametric performance results from a modified, commercial desiccant dehumidifier undergoing laboratory testing were used as data input to evaluate the draft standard. Performance results calculated from this experimental input, results from an error-checking/heat-balance verification test built into the standard, and estimated comparisons between desiccant and similarly performing conventional dehumidification equipment are calculated and presented. Some variations in test procedures are suggested to aid in analytical assessment of individual component performance

  11. Proceedings Papers of the AFSC (Air Force Systems Command) Avionics Standardization Conference (2nd) Held at Dayton, Ohio on 30 November-2 December 1982. Volume 2

    Science.gov (United States)

    1982-11-01

    validation will result in sustainable avionics. 747 .l REFERENCES 1. Hitt, Ellis F., Webb, Jeff J., Lucius, Charles E., Bridgman, Michael S., Eldredge...There is * software requirement for cross compiler facilities for a t~rget computer system. The Project Manager for the effort has bezo assigned the

  12. 21 CFR 610.61 - Package label.

    Science.gov (United States)

    2010-04-01

    ... 21 Food and Drugs 7 2010-04-01 2010-04-01 false Package label. 610.61 Section 610.61 Food and... GENERAL BIOLOGICAL PRODUCTS STANDARDS Labeling Standards § 610.61 Package label. The following items shall appear on the label affixed to each package containing a product: (a) The proper name of the product; (b...

  13. Software testability and its application to avionic software

    Science.gov (United States)

    Voas, Jeffrey M.; Miller, Keith W.; Payne, Jeffery E.

    1993-01-01

    Randomly generated black-box testing is an established yet controversial method of estimating software reliability. Unfortunately, as software applications have required higher reliabilities, practical difficulties with black-box testing have become increasingly problematic. These practical problems are particularly acute in life-critical avionics software, where requirements of 10 exp -7 failures per hour of system reliability can translate into a probability of failure (POF) of perhaps 10 exp -9 or less for each individual execution of the software. This paper describes the application of one type of testability analysis called 'sensitivity analysis' to B-737 avionics software; one application of sensitivity analysis is to quantify whether software testing is capable of detecting faults in a particular program and thus whether we can be confident that a tested program is not hiding faults. We so 80 by finding the testabilities of the individual statements of the program, and then use those statement testabilities to find the testabilities of the functions and modules. For the B-737 system we analyzed, we were able to isolate those functions that are more prone to hide errors during system/reliability testing.

  14. IXV avionics architecture: Design, qualification and mission results

    Science.gov (United States)

    Succa, Massimo; Boscolo, Ilario; Drocco, Alessandro; Malucchi, Giovanni; Dussy, Stephane

    2016-07-01

    The paper details the IXV avionics presenting the architecture and the constituting subsystems and equipment. It focuses on the novelties introduced, such as the Ethernet-based protocol for the experiment data acquisition system, and on the synergy with Ariane 5 and Vega equipment, pursued in order to comply with the design-to-cost requirement for the avionics system development. Emphasis is given to the adopted model philosophy in relation to OTS/COTS items heritage and identified activities necessary to extend the qualification level to be compliant with the IXV environment. Associated lessons learned are identified. Then, the paper provides the first results and interpretation from the flight recorders telemetry, covering the behavior of the Data Handling System, the quality of telemetry recording and real-time/delayed transmission, the performance of the batteries and the Power Protection and Distribution Unit, the ground segment coverage during visibility windows and the performance of the GNC sensors (IMU and GPS) and actuators. Finally, some preliminary tracks of the IXV follow on are given, introducing the objectives of the Innovative Space Vehicle and the necessary improvements to be developed in the frame of PRIDE.

  15. TRANSPORT LOCOMOTIVE AND WASTE PACKAGE TRANSPORTER ITS STANDARDS IDENTIFICATION STUDY

    International Nuclear Information System (INIS)

    Draper, K.D.

    2005-01-01

    To date, the project has established important to safety (ITS) performance requirements for structures, systems and components (SSCs) based on identification and categorization of event sequences that may result in a radiological release. These performance requirements are defined within the ''Nuclear Safety Design Basis for License Application'' (NSDB) (BSC 2005). Further, SSCs credited with performing safe functions are classified as ITS. In turn, performance confirmation for these SSCs is sought through the use of consensus code and standards. The purpose of this study is to identify applicable codes and standards for the waste package (WP) transporter and transport locomotive ITS SSCs. Further, this study will form the basis for selection and the extent of applicability of each code and standard. This study is based on the design development completed for License Application only. Accordingly, identification of ITS SSCs beyond those defined within the NSDB are based on designs that may be subject to further development during detail design. Furthermore, several design alternatives may still be under consideration to satisfy certain safety functions, and that final selection will not be determined until further design development has occurred. Therefore, for completeness, throughout this study alternative designs currently under consideration will be discussed. Further, the results of this study will be subject to evaluation as part of a follow-on gap analysis study. Based on the results of this study the gap analysis will evaluate each code and standard to ensure each ITS performance requirement is fully satisfied. When a performance requirement is not fully satisfied a ''gap'' is highlighted. Thereafter, the study will identify supplemental requirements to augment the code or standard to meet performance requirements. Further, the gap analysis will identify non-standard areas of the design that will be subject to a Development Plan. Non-standard components and

  16. Hazardous materials package performance regulations

    International Nuclear Information System (INIS)

    Russell, N.A.; Glass, R.E.; McClure, J.D.; Finley, N.C.

    1993-01-01

    Two regulatory philosophies, one based on 'specification' packaging standards and the other based on 'performance' packaging standards, currently define the hazmat packaging certification process. A main concern when setting performance standards is determining the appropriate standards necessary to assure adequate public protection. This paper discusses a Hazmat Packaging Performance Evaluation (HPPE) project being conducted at Sandia National Laboratories for the U.S. Department of Transportation Research and Special Programs Administration. In this project, the current bulk packagings (larger than 2000 gallons) for transporting Materials Extremely Toxic By Inhalation (METBI) are being evaluated and performance standards will be recommended. A computer software system, HazCon, has been developed which can calculate the dispersion of dense, neutral, and buoyant gases. HazCon also has a database of thermodynamic and toxicity data for the METBI materials, a user-friendly menu-driven format for creating input data sets for calculating dispersion of the METBI in the event of an accidental release, and a link between the METBI database and the dense gas dispersion code (which requires thermodynamic properties). The primary output of HazCon is a listing of mass concentrations of the released material at distances downwind from the release point. (J.P.N.)

  17. A Modeling Framework for Schedulability Analysis of Distributed Avionics Systems

    DEFF Research Database (Denmark)

    Han, Pujie; Zhai, Zhengjun; Nielsen, Brian

    2018-01-01

    This paper presents a modeling framework for schedulability analysis of distributed integrated modular avionics (DIMA) systems that consist of spatially distributed ARINC-653 modules connected by a unified AFDX network. We model a DIMA system as a set of stopwatch automata (SWA) in UPPAAL...

  18. Status of standardization efforts for packaging and transportation of spent fuel and high-level waste

    International Nuclear Information System (INIS)

    Eggers, P.E.; Dawson, D.M.

    1986-01-01

    This paper provides a current review of the status of efforts to develop standards and guidelines related to the packaging and transportation of spent fuel and high-level waste. An overview of each of the organizations and agencies developing standards and guidelines is discussed and includes the efforts of the N14 Division of the American National Standards Institute (ANSI), NUPACK Committee of Section III of the American Society of Mechanical Engineers, Nuclear Regulatory Commission and Department of Energy. This comparative overview identifies the scope and areas of application of each standard and guideline. In addition, the current or proposed standards and guidelines are considered collectively with commentary on areas of apparent or potential complimentary fit, overlap and incompatability. Finally, the paper reviews initiatives now being taken within the N14 division of ANSI to identify where new standards development activities are required

  19. Packaging Review Guide for Reviewing Safety Analysis Reports for Packagings

    Energy Technology Data Exchange (ETDEWEB)

    DiSabatino, A; Biswas, D; DeMicco, M; Fisher, L E; Hafner, R; Haslam, J; Mok, G; Patel, C; Russell, E

    2007-04-12

    This Packaging Review Guide (PRG) provides guidance for Department of Energy (DOE) review and approval of packagings to transport fissile and Type B quantities of radioactive material. It fulfills, in part, the requirements of DOE Order 460.1B for the Headquarters Certifying Official to establish standards and to provide guidance for the preparation of Safety Analysis Reports for Packagings (SARPs). This PRG is intended for use by the Headquarters Certifying Official and his or her review staff, DOE Secretarial offices, operations/field offices, and applicants for DOE packaging approval. This PRG is generally organized at the section level in a format similar to that recommended in Regulatory Guide 7.9 (RG 7.9). One notable exception is the addition of Section 9 (Quality Assurance), which is not included as a separate chapter in RG 7.9. Within each section, this PRG addresses the technical and regulatory bases for the review, the manner in which the review is accomplished, and findings that are generally applicable for a package that meets the approval standards. This Packaging Review Guide (PRG) provides guidance for DOE review and approval of packagings to transport fissile and Type B quantities of radioactive material. It fulfills, in part, the requirements of DOE O 460.1B for the Headquarters Certifying Official to establish standards and to provide guidance for the preparation of Safety Analysis Reports for Packagings (SARPs). This PRG is intended for use by the Headquarters Certifying Official and his review staff, DOE Secretarial offices, operations/field offices, and applicants for DOE packaging approval. The primary objectives of this PRG are to: (1) Summarize the regulatory requirements for package approval; (2) Describe the technical review procedures by which DOE determines that these requirements have been satisfied; (3) Establish and maintain the quality and uniformity of reviews; (4) Define the base from which to evaluate proposed changes in scope

  20. An electronic flight bag for NextGen avionics

    Science.gov (United States)

    Zelazo, D. Eyton

    2012-06-01

    The introduction of the Next Generation Air Transportation System (NextGen) initiative by the Federal Aviation Administration (FAA) will impose new requirements for cockpit avionics. A similar program is also taking place in Europe by the European Organisation for the Safety of Air Navigation (Eurocontrol) called the Single European Sky Air Traffic Management Research (SESAR) initiative. NextGen will require aircraft to utilize Automatic Dependent Surveillance-Broadcast (ADS-B) in/out technology, requiring substantial changes to existing cockpit display systems. There are two ways that aircraft operators can upgrade their aircraft in order to utilize ADS-B technology. The first is to replace existing primary flight displays with new displays that are ADS-B compatible. The second, less costly approach is to install an advanced Class 3 Electronic Flight Bag (EFB) system. The installation of Class 3 EFBs in the cockpit will allow aircraft operators to utilize ADS-B technology in a lesser amount of time with a decreased cost of implementation and will provide additional benefits to the operator. This paper describes a Class 3 EFB, the NexisTM Flight-Intelligence System, which has been designed to allow users a direct interface with NextGen avionics sensors while additionally providing the pilot with all the necessary information to meet NextGen requirements.

  1. Highly-hermetic feedthrough fiber pigtailed circular TO-can electro-optic sensor for avionics applications

    Science.gov (United States)

    Lauzon, Jocelyn; Leduc, Lorrain; Bessette, Daniel; Bélanger, Nicolas

    2012-06-01

    Electro-optic sensors made of lasers or photodetectors assemblies can be associated with a window interface. In order to use these sensors in an avionics application, this interface has to be set on the periphery of the aircraft. This creates constraints on both the position/access of the associated electronics circuit card and the aircraft fuselage. Using an optical fiber to guide the light signal to a sensor being situated inside the aircraft where electronics circuit cards are deployed is an obvious solution that can be readily available. Fiber collimators that adapt to circular TO-can type window sensors do exist. However, they are bulky, add weight to the sensor and necessitate regular maintenance of the optical interface since both the sensor window and the collimator end-face are unprotected against contamination. Such maintenance can be complex since the access to the electronics circuit card, where the sensor is sitting, is usually difficult. This interface alignment can also be affected by vibrations and mechanical shocks, thus impacting sensor performances. As a solution to this problem, we propose a highly-hermetic feedthrough fiber pigtailed circular TO-can package. The optical element to optical fiber interface being set inside the hermetic package, there is no risk of contamination and thus, such a component does not require any maintenance. The footprint of these sensors being identical to their window counterparts, they offer drop-in replacement opportunities. Moreover, we have validated such packaged electro-optic sensors can be made to operate between -55 to 115°C, sustain 250 temperature cycles, 1500G mechanical shocks, 20Grms random vibrations without any performance degradations. Their water content is much smaller than the 0.5% limit set by MIL-STD-883, Method 1018. They have also been verified to offer a fiber pigtail strain relief resistance over 400g. Depending on the electronics elements inside these sensors, they can be made to have a

  2. 7 CFR 58.640 - Packaging.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 3 2010-01-01 2010-01-01 false Packaging. 58.640 Section 58.640 Agriculture Regulations of the Department of Agriculture (Continued) AGRICULTURAL MARKETING SERVICE (Standards... Procedures § 58.640 Packaging. The packaging of the semifrozen product shall be done by means which will in...

  3. 7 CFR 33.6 - Package.

    Science.gov (United States)

    2010-01-01

    ... the Department of Agriculture AGRICULTURAL MARKETING SERVICE (Standards, Inspections, Marketing... ISSUED UNDER AUTHORITY OF THE EXPORT APPLE ACT Definitions § 33.6 Package. Package means any container of apples. ...

  4. The MGS Avionics System Architecture: Exploring the Limits of Inheritance

    Science.gov (United States)

    Bunker, R.

    1994-01-01

    Mars Global Surveyor (MGS) avionics system architecture comprises much of the electronics on board the spacecraft: electrical power, attitude and articulation control, command and data handling, telecommunications, and flight software. Schedule and cost constraints dictated a mix of new and inherited designs, especially hardware upgrades based on findings of the Mars Observer failure review boards.

  5. Avionics system design for requirements for the United States Coast Guard HH-65A Dolphin

    Science.gov (United States)

    Young, D. A.

    1984-01-01

    Aerospatiale Helicopter Corporation (AHC) was awarded a contract by the United States Coast Guard for a new Short Range Recovery (SRR) Helicopter on 14 June 1979. The award was based upon an overall evaluation of performance, cost, and technical suitability. In this last respect, the SRR helicopter was required to meet a wide variety of mission needs for which the integrated avionics system has a high importance. This paper illustrates the rationale for the avionics system requirements, the system architecture, its capabilities and reliability and its adaptability to a wide variety of military and commercial purposes.

  6. 49 CFR 173.3 - Packaging and exceptions.

    Science.gov (United States)

    2010-10-01

    ... 49 Transportation 2 2010-10-01 2010-10-01 false Packaging and exceptions. 173.3 Section 173.3... SHIPMENTS AND PACKAGINGS General § 173.3 Packaging and exceptions. (a) The packaging of hazardous materials.... standard packaging must be open to inspection by a representative of the Department. (b) The regulations...

  7. Integrating ISHM with Flight Avionics Architectures for Cyber-Physical Space Systems, Phase II

    Data.gov (United States)

    National Aeronautics and Space Administration — Substantial progress has been made by NASA in integrating flight avionics and ISHM with well-defined caution and warning system, however, the scope of ACAW alerting...

  8. The C-Cat Wordnet Package: An Open Source Package for modifying andapplying Wordnet

    Energy Technology Data Exchange (ETDEWEB)

    Stevens, K; Huang, T; Buttler, D

    2011-09-16

    We present the C-Cat Wordnet package, an open source library for using and modifying Wordnet. The package includes four key features: an API for modifying Synsets; implementations of standard similarity metrics, implementations of well known Word Sense Disambiguation algorithms, and an implementation of the Castanet algorithm. The library is easily extendible and usable in many runtime environments. We demonstrate it's use on two standard Word Sense Disambiguation tasks and apply the Castanet algorithm to a corpus.

  9. CYPROS - Cybernetic Program Packages

    Directory of Open Access Journals (Sweden)

    Arne Tyssø

    1980-10-01

    Full Text Available CYPROS is an interactive program system consisting of a number of special purpose packages for simulation, identification, parameter estimation and control system design. The programming language is standard FORTRAN IV and the system is implemented on a medium size computer system (Nord-10. The system is interactive and program control is obtained by the use of numeric terminals. Output is rapidly examined by extensive use of video colour graphics. The subroutines included in the packages are designed and documented according to standardization rules given by the SCL (Scandinavian Control Library organization. This simplifies the exchange of subroutines throughout the SCL system. Also, this makes the packages attractive for implementation by industrial users. In the simulation package, different integration methods are available and it can be easily used for off-line, as well as real time, simulation problems. The identification package consists of programs for single-input/single-output and multivariablc problems. Both transfer function models and state space models can be handled. Optimal test signals can be designed. The control package consists of programs based on multivariable time domain and frequency domain methods for analysis and design. In addition, there is a package for matrix and time series manipulation. CYPROS has been applied successfully to industrial problems of various kinds, and parts of the system have already been implemented on different computers in industry. This paper will, in some detail, describe the use and the contents of the packages and some examples of application will be discussed.

  10. Avionics Systems Laboratory/Building 16. Historical Documentation

    Science.gov (United States)

    Slovinac, Patricia; Deming, Joan

    2011-01-01

    As part of this nation-wide study, in September 2006, historical survey and evaluation of NASA-owned and managed facilities that was conducted by NASA s Lyndon B. Johnson Space Center (JSC) in Houston, Texas. The results of this study are presented in a report entitled, "Survey and Evaluation of NASA-owned Historic Facilities and Properties in the Context of the U.S. Space Shuttle Program, Lyndon B. Johnson Space Center, Houston, Texas," prepared in November 2007 by NASA JSC s contractor, Archaeological Consultants, Inc. As a result of this survey, the Avionics Systems Laboratory (Building 16) was determined eligible for listing in the NRHP, with concurrence by the Texas State Historic Preservation Officer (SHPO). The survey concluded that Building 5 is eligible for the NRHP under Criteria A and C in the context of the U.S. Space Shuttle program (1969-2010). Because it has achieved significance within the past 50 years, Criteria Consideration G applies. At the time of this documentation, Building 16 was still used to support the SSP as an engineering research facility, which is also sometimes used for astronaut training. This documentation package precedes any undertaking as defined by Section 106 of the NHPA, as amended, and implemented in 36 CFR Part 800, as NASA JSC has decided to proactively pursue efforts to mitigate the potential adverse affects of any future modifications to the facility. It includes a historical summary of the Space Shuttle program; the history of JSC in relation to the SSP; a narrative of the history of Building 16 and how it supported the SSP; and a physical description of the structure. In addition, photographs documenting the construction and historical use of Building 16 in support of the SSP, as well as photographs of the facility documenting the existing conditions, special technological features, and engineering details, are included. A contact sheet printed on archival paper, and an electronic copy of the work product on CD, are

  11. Nirex - The complete package

    International Nuclear Information System (INIS)

    Carr, N.A.; Rarok, M.

    2002-01-01

    Through continuous interaction with its customers, Nirex had identified the need for a comprehensive range of waste containers, reflecting the variety of wastes and operational undertakings. The current range consists of five standard containers. Standardisation is introduced across all waste packages to enable the safe and efficient operation of future waste management facilities. The practical lessons learned during the development of standard containers are in turn reflected in the container design work that Nirex has undertaken. They are also fed into the advice given to customers during evaluation of waste packaging proposals. (author)

  12. Development of Integrated Modular Avionics Application Based on Simulink and XtratuM

    Science.gov (United States)

    Fons-Albert, Borja; Usach-Molina, Hector; Vila-Carbo, Joan; Crespo-Lorente, Alfons

    2013-08-01

    This paper presents an integral approach for designing avionics applications that meets the requirements for software development and execution of this application domain. Software design follows the Model-Based design process and is performed in Simulink. This approach allows easy and quick testbench development and helps satisfying DO-178B requirements through the use of proper tools. The software execution platform is based on XtratuM, a minimal bare-metal hypervisor designed in our research group. XtratuM provides support for IMA-SP (Integrated Modular Avionics for Space) architectures. This approach allows the code generation of a Simulink model to be executed on top of Lithos as XtratuM partition. Lithos is a ARINC-653 compliant RTOS for XtratuM. The paper concentrates in how to smoothly port Simulink designs to XtratuM solving problems like application partitioning, automatic code generation, real-time tasking, interfacing, and others. This process is illustrated with an autopilot design test using a flight simulator.

  13. 10 CFR 71.45 - Lifting and tie-down standards for all packages.

    Science.gov (United States)

    2010-01-01

    ... Section 71.45 Energy NUCLEAR REGULATORY COMMISSION (CONTINUED) PACKAGING AND TRANSPORTATION OF RADIOACTIVE... lifting attachment that is a structural part of a package must be designed with a minimum safety factor of... meet other requirements of this subpart. Any other structural part of the package that could be used to...

  14. Natural biopolimers in organic food packaging

    Science.gov (United States)

    Wieczynska, Justyna; Cavoski, Ivana; Chami, Ziad Al; Mondelli, Donato; Di Donato, Paola; Di Terlizzi, Biagio

    2014-05-01

    Concerns on environmental and waste problems caused by use of non-biodegradable and non-renewable based plastic packaging have caused an increase interest in developing biodegradable packaging using renewable natural biopolymers. Recently, different types of biopolymers like starch, cellulose, chitosan, casein, whey protein, collagen, egg white, soybean protein, corn zein, gelatin and wheat gluten have attracted considerable attention as potential food packaging materials. Recyclable or biodegradable packaging material in organic processing standards is preferable where possible but specific principles of packaging are not precisely defined and standards have to be assessed. There is evidence that consumers of organic products have specific expectations not only with respect to quality characteristics of processed food but also in social and environmental aspects of food production. Growing consumer sophistication is leading to a proliferation in food eco-label like carbon footprint. Biopolymers based packaging for organic products can help to create a green industry. Moreover, biopolymers can be appropriate materials for the development of an active surfaces designed to deliver incorporated natural antimicrobials into environment surrounding packaged food. Active packaging is an innovative mode of packaging in which the product and the environment interact to prolong shelf life or enhance safety or sensory properties, while maintaining the quality of the product. The work will discuss the various techniques that have been used for development of an active antimicrobial biodegradable packaging materials focusing on a recent findings in research studies. With the current focus on exploring a new generation of biopolymer-based food packaging materials with possible applications in organic food packaging. Keywords: organic food, active packaging, biopolymers , green technology

  15. Space shuttle program: Shuttle Avionics Integration Laboratory. Volume 7: Logistics management plan

    Science.gov (United States)

    1974-01-01

    The logistics management plan for the shuttle avionics integration laboratory defines the organization, disciplines, and methodology for managing and controlling logistics support. Those elements requiring management include maintainability and reliability, maintenance planning, support and test equipment, supply support, transportation and handling, technical data, facilities, personnel and training, funding, and management data.

  16. PRIDE Surveillance Projects Data Packaging Project, Information Package Specification Version 1.0

    Energy Technology Data Exchange (ETDEWEB)

    Kelleher, D.M.; Shipp, R. L.; Mason, J. D.

    2009-09-28

    This document contains a specification for a standard XML document format called an information package that can be used to store information and the context required to understand and use that information in information management systems and other types of information archives. An information package consists of packaged information, a set of information metadata that describes the packaged information, and an XML signature that protects the packaged information. The information package described in this specification was designed to be used to store Department of Energy (DOE) and National Nuclear Security Administration (NNSA) information and includes the metadata required for that information: a unique package identifier, information marking that conforms to DOE and NNSA requirements, and access control metadata. Information package metadata can also include information search terms, package history, and notes. Packaged information can be text content, binary content, and the contents of files and other containers. A single information package can contain multiple types of information. All content not in a text form compatible with XML must be in a text encoding such as base64. Package information is protected by a digital XML signature that can be used to determine whether the information has changed since it was signed and to identify the source of the information. This specification has been tested but has not been used to create production information packages. The authors expect that gaps and unclear requirements in this specification will be identified as this specification is used to create information packages and as information stored in information packages is used. The authors expect to issue revised versions of this specification as needed to address these issues.

  17. 49 CFR 178.503 - Marking of packagings.

    Science.gov (United States)

    2010-10-01

    ...) A letter identifying the performance standard under which the packaging design type has been... tests; (4) A designation of the specific gravity or mass for which the packaging design type has been... of the hydrostatic pressure test that the packaging design type has successfully passed; (ii) For...

  18. Radioactive material packaging performance testing

    International Nuclear Information System (INIS)

    Romano, T.; Cruse, J.M.

    1991-02-01

    To provide uniform packaging of hazardous materials on an international level, the United Nations has developed packaging recommendations that have been implemented worldwide. The United Nations packaging recommendations are performance oriented, allowing for a wide variety of package materials and systems. As a result of this international standard, efforts in the United States are being directed toward use of performance-oriented packaging and elimination of specification (designed) packaging. This presentation will focus on trends, design evaluation, and performance testing of radioactive material packaging. The impacts of US Department of Transportation Dockets HM-181 and HM-169A on specification and low-specific activity radioactive material packaging requirements are briefly discussed. The US Department of Energy's program for evaluating radioactive material packings per US Department of Transportation Specification 7A Type A requirements, is used as the basis for discussing low-activity packaging performance test requirements. High-activity package testing requirements are presented with examples of testing performed at the Hanford Site that is operated by Westinghouse Hanford Company for the US Department of Energy. 5 refs., 2 tabs

  19. 7 CFR 58.229 - Filler and packaging equipment.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 3 2010-01-01 2010-01-01 false Filler and packaging equipment. 58.229 Section 58.229....229 Filler and packaging equipment. All filling and packaging equipment shall be of sanitary... equipment should comply with the 3-A Sanitary Standards for equipment for Packaging Dry Milk and Dry Milk...

  20. High coherence plane breaking packaging for superconducting qubits

    Science.gov (United States)

    Bronn, Nicholas T.; Adiga, Vivekananda P.; Olivadese, Salvatore B.; Wu, Xian; Chow, Jerry M.; Pappas, David P.

    2018-04-01

    We demonstrate a pogo pin package for a superconducting quantum processor specifically designed with a nontrivial layout topology (e.g., a center qubit that cannot be accessed from the sides of the chip). Two experiments on two nominally identical superconducting quantum processors in pogo packages, which use commercially available parts and require modest machining tolerances, are performed at low temperature (10 mK) in a dilution refrigerator and both found to behave comparably to processors in standard planar packages with wirebonds where control and readout signals come in from the edges. Single- and two-qubit gate errors are also characterized via randomized benchmarking, exhibiting similar error rates as in standard packages, opening the possibility of integrating pogo pin packaging with extensible qubit architectures.

  1. Definition, analysis and development of an optical data distribution network for integrated avionics and control systems. Part 2: Component development and system integration

    Science.gov (United States)

    Yen, H. W.; Morrison, R. J.

    1984-01-01

    Fiber optic transmission is emerging as an attractive concept in data distribution onboard civil aircraft. Development of an Optical Data Distribution Network for Integrated Avionics and Control Systems for commercial aircraft will provide a data distribution network that gives freedom from EMI-RFI and ground loop problems, eliminates crosstalk and short circuits, provides protection and immunity from lightning induced transients and give a large bandwidth data transmission capability. In addition there is a potential for significantly reducing the weight and increasing the reliability over conventional data distribution networks. Wavelength Division Multiplexing (WDM) is a candidate method for data communication between the various avionic subsystems. With WDM all systems could conceptually communicate with each other without time sharing and requiring complicated coding schemes for each computer and subsystem to recognize a message. However, the state of the art of optical technology limits the application of fiber optics in advanced integrated avionics and control systems. Therefore, it is necessary to address the architecture for a fiber optics data distribution system for integrated avionics and control systems as well as develop prototype components and systems.

  2. Digital avionics systems - Overview of FAA/NASA/industry-wide briefing

    Science.gov (United States)

    Larsen, William E.; Carro, Anthony

    1986-01-01

    The effects of incorporating digital technology into the design of aircraft on the airworthiness criteria and certification procedures for aircraft are investigated. FAA research programs aimed at providing data for the functional assessment of aircraft which use digital systems for avionics and flight control functions are discussed. The need to establish testing, assurance assessment, and configuration management technologies to insure the reliability of digital systems is discussed; consideration is given to design verification, system performance/robustness, and validation technology.

  3. 7 CFR 58.620 - Freezing and packaging rooms.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 3 2010-01-01 2010-01-01 false Freezing and packaging rooms. 58.620 Section 58.620 Agriculture Regulations of the Department of Agriculture (Continued) AGRICULTURAL MARKETING SERVICE (Standards....620 Freezing and packaging rooms. The rooms used for freezing and packaging frozen desserts shall be...

  4. Design basis for resistance to shock and vibration of radioactive material packages greater than one ton in truck transport (draft standard for trial use and comment)

    International Nuclear Information System (INIS)

    Anon.

    1984-01-01

    This standard specifies minimum design values for shock and vibration in highway transport, by truck or by tractor-trailer combination, for fuel and irradiation experiments when package weight exceeds one ton. Shock values correspond to normal transport over rough roads and to minor accidents such as backing into a loading dock. Vibration values correspond to normal transport; any large-amplitude vibration resulting from rough road conditions or a minor accident is treated as shock. This standard includes recommended methods of application to the design of packaging and tiedown systems

  5. Spacecraft guidance, navigation, and control requirements for an intelligent plug-n-play avionics (PAPA) architecture

    Science.gov (United States)

    Kulkarni, Nilesh; Krishnakumar, Kalmaje

    2005-01-01

    The objective of this research is to design an intelligent plug-n-play avionics system that provides a reconfigurable platform for supporting the guidance, navigation and control (GN&C) requirements for different elements of the space exploration mission. The focus of this study is to look at the specific requirements for a spacecraft that needs to go from earth to moon and back. In this regard we will identify the different GN&C problems in various phases of flight that need to be addressed for designing such a plug-n-play avionics system. The Apollo and the Space Shuttle programs provide rich literature in terms of understanding some of the general GN&C requirements for a space vehicle. The relevant literature is reviewed which helps in narrowing down the different GN&C algorithms that need to be supported along with their individual requirements.

  6. Deterministic bound for avionics switched networks according to networking features using network calculus

    Directory of Open Access Journals (Sweden)

    Feng HE

    2017-12-01

    Full Text Available The state of the art avionics system adopts switched networks for airborne communications. A major concern in the design of the networks is the end-to-end guarantee ability. Analytic methods have been developed to compute the worst-case delays according to the detailed configurations of flows and networks within avionics context, such as network calculus and trajectory approach. It still lacks a relevant method to make a rapid performance estimation according to some typically switched networking features, such as networking scale, bandwidth utilization and average flow rate. The goal of this paper is to establish a deterministic upper bound analysis method by using these networking features instead of the complete network configurations. Two deterministic upper bounds are proposed from network calculus perspective: one is for a basic estimation, and another just shows the benefits from grouping strategy. Besides, a mathematic expression for grouping ability is established based on the concept of network connecting degree, which illustrates the possibly minimal grouping benefit. For a fully connected network with 4 switches and 12 end systems, the grouping ability coming from grouping strategy is 15–20%, which just coincides with the statistical data (18–22% from the actual grouping advantage. Compared with the complete network calculus analysis method for individual flows, the effectiveness of the two deterministic upper bounds is no less than 38% even with remarkably varied packet lengths. Finally, the paper illustrates the design process for an industrial Avionics Full DupleX switched Ethernet (AFDX networking case according to the two deterministic upper bounds and shows that a better control for network connecting, when designing a switched network, can improve the worst-case delays dramatically. Keywords: Deterministic bound, Grouping ability, Network calculus, Networking features, Switched networks

  7. Industry perspectives on Plug-& -Play Spacecraft Avionics

    Science.gov (United States)

    Franck, R.; Graven, P.; Liptak, L.

    This paper describes the methodologies and findings from an industry survey of awareness and utility of Spacecraft Plug-& -Play Avionics (SPA). The survey was conducted via interviews, in-person and teleconference, with spacecraft prime contractors and suppliers. It focuses primarily on AFRL's SPA technology development activities but also explores the broader applicability and utility of Plug-& -Play (PnP) architectures for spacecraft. Interviews include large and small suppliers as well as large and small spacecraft prime contractors. Through these “ product marketing” interviews, awareness and attitudes can be assessed, key technical and market barriers can be identified, and opportunities for improvement can be uncovered. Although this effort focuses on a high-level assessment, similar processes can be used to develop business cases and economic models which may be necessary to support investment decisions.

  8. Advances in Packaging Methods, Processes and Systems

    Directory of Open Access Journals (Sweden)

    Nitaigour Premchand Mahalik

    2014-10-01

    Full Text Available The food processing and packaging industry is becoming a multi-trillion dollar global business. The reason is that the recent increase in incomes in traditionally less economically developed countries has led to a rise in standards of living that includes a significantly higher consumption of packaged foods. As a result, food safety guidelines have been more stringent than ever. At the same time, the number of research and educational institutions—that is, the number of potential researchers and stakeholders—has increased in the recent past. This paper reviews recent developments in food processing and packaging (FPP, keeping in view the aforementioned advancements and bearing in mind that FPP is an interdisciplinary area in that materials, safety, systems, regulation, and supply chains play vital roles. In particular, the review covers processing and packaging principles, standards, interfaces, techniques, methods, and state-of-the-art technologies that are currently in use or in development. Recent advances such as smart packaging, non-destructive inspection methods, printing techniques, application of robotics and machineries, automation architecture, software systems and interfaces are reviewed.

  9. Drop Tests Results Of Revised Closure Bolt Configuration Of The Standard Waste Box, Standard Large Box 2, And Ten Drum Overpack Packagings

    International Nuclear Information System (INIS)

    May, C.; Opperman, E.; Mckeel, C.

    2010-01-01

    The Transuranic (TRU) Disposition Project at Savannah River Site will require numerous transfers of radioactive materials within the site boundaries for sorting and repackaging. The three DOT Type A shipping packagings planned for this work have numerous bolts for securing the lids to the body of the packagings. In an effort to reduce operator time to open and close the packages during onsite transfers, thus reducing personnel exposure and costs, an evaluation was performed to analyze the effects of reducing the number of bolts required to secure the lid to the packaging body. The evaluation showed the reduction to one-third of the original number of bolts had no effect on the packagings capability to sustain vibratory loads, shipping loads, internal pressure loads, and the loads resulting from a 4-ft drop. However, the loads caused by the 4-ft drop are difficult to estimate and the study recommended each of the packages be dropped to show the actual effects on the package closure. Even with reduced bolting, the packagings were still required to meet the 49 CFR 178.350 performance criteria for Type A packaging. This paper discusses the effects and results of the drop testing of the three packagings.

  10. National Skills Standards Development Program: Organization and Operation of Technical Committees To Develop National Skill Standards for Competency in the Electronics Industry. The Third Party Summative Evaluation of the Electronic Industries Foundation Project. Phase I & II. Final Report.

    Science.gov (United States)

    Losh, Charles

    The Electronics Industries Foundation was awarded a project to develop national entry-level standards and a certification system. Ten specialties were included: automotive electronics, avionics, biomedical electronics, business machines, consumer products electronics, general electronics, industrial electronics, instrumentation, microcomputer, and…

  11. 7 CFR 58.313 - Print and bulk packaging rooms.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 3 2010-01-01 2010-01-01 false Print and bulk packaging rooms. 58.313 Section 58.313 Agriculture Regulations of the Department of Agriculture (Continued) AGRICULTURAL MARKETING SERVICE (Standards....313 Print and bulk packaging rooms. Rooms used for packaging print or bulk butter and related products...

  12. Analysis of technology requirements and potential demand for general aviation avionics systems for operation in the 1980's

    Science.gov (United States)

    Cohn, D. M.; Kayser, J. H.; Senko, G. M.; Glenn, D. R.

    1974-01-01

    Avionics systems are identified which promise to reduce economic constraints and provide significant improvements in performance, operational capability and utility for general aviation aircraft in the 1980's.

  13. Type B Package Radioactive Material Contents Compliance

    International Nuclear Information System (INIS)

    HENSEL, STEVE

    2006-01-01

    Implementation of packaging and transportation requirements can be subdivided into three categories; contents compliance, packaging closure, and transportation or logistical compliance. This paper addresses the area of contents compliance within the context of regulations, DOE Orders, and appropriate standards. Common practices and current pitfalls are also discussed

  14. 77 FR 64422 - Approval and Promulgation of Air Quality Implementation Plans; Illinois; Greif Packaging, LLC...

    Science.gov (United States)

    2012-10-22

    ... Promulgation of Air Quality Implementation Plans; Illinois; Greif Packaging, LLC Adjusted Standard AGENCY... State Implementation Plan (SIP) an adjusted standard for the Greif Packaging, LLC facility located at 5... submitted an Adjusted Standard for the Greif Packaging, LLC facility located at 5 S 220 Frontenac Road in...

  15. Advisory group on transport package test standards. Vienna, 19-23 December 1977

    International Nuclear Information System (INIS)

    Ek, P.; Taylor, W.R.

    1978-03-01

    The IAEA convened the Advisory Group to (1) consider any available data on transport accidents and any risk assessments performed in Member States, with a view to making a critical study of the continuing adequacy of the package test requirements included in the current version of the IAEA Regulations for the Safe Transport of Radioactive Materials (Safety Series No.6, 1973 Revised Edition), and (2) make recommendations concerning the future planning and conduct of this study. The reports and recommendations are presented of the four working groups assigned, i.e., Statistical Data on Accidents and ''Near Accidents'', Incidents of Accidents and Risk Assessments, Review Package Testing Requirements, and Review Basis for the Radiation Levels for Packages

  16. CompareTests-R package

    Science.gov (United States)

    CompareTests is an R package to estimate agreement and diagnostic accuracy statistics for two diagnostic tests when one is conducted on only a subsample of specimens. A standard test is observed on all specimens.

  17. NI Based System for Seu Testing of Memory Chips for Avionics

    Directory of Open Access Journals (Sweden)

    Boruzdina Anna

    2016-01-01

    Full Text Available This paper presents the results of implementation of National Instrument based system for Single Event Upset testing of memory chips into neutron generator experimental facility, which used for SEU tests for avionics purposes. Basic SEU testing algorithm with error correction and constant errors detection is presented. The issues of radiation shielding of NI based system are discussed and solved. The examples of experimental results show the applicability of the presented system for SEU memory testing under neutrons influence.

  18. Aerodynamics of the advanced launch system (ALS) propulsion and avionics (P/A) module

    Science.gov (United States)

    Ferguson, Stan; Savage, Dick

    1992-01-01

    This paper discusses the design and testing of candidate Advanced Launch System (ALS) Propulsion and Avionics (P/A) Module configurations. The P/A Module is a key element of future launch systems because it is essential to the recovery and reuse of high-value propulsion and avionics hardware. The ALS approach involves landing of first stage (booster) and/or second stage (core) P/A modules near the launch site to minimize logistics and refurbishment cost. The key issue addressed herein is the aerodynamic design of the P/A module, including the stability characteristics and the lift-to-drag (L/D) performance required to achieve the necessary landing guidance accuracy. The reference P/A module configuration was found to be statically stable for the desired flight regime, to provide adequate L/D for targeting, and to have effective modulation of the L/D performance using a body flap. The hypersonic aerodynamic trends for nose corner radius, boattail angle and body flap deflections were consistent with pretest predictions. However, the levels for the L/D and axial force for hypersonic Mach numbers were overpredicted by impact theories.

  19. US EPA Nonattainment Areas and Designations - Download Package

    Data.gov (United States)

    U.S. Environmental Protection Agency — This downloadable data package contains the following state level layers: Ozone 8-hr (1997 standard), Ozone 8-hr (2008 standard), Lead (2008 standard), SO2 1-hr...

  20. Digital Systems Validation Handbook. Volume 2. Chapter 18. Avionic Data Bus Integration Technology

    Science.gov (United States)

    1993-11-01

    interaction between a digital data bus and an avionic system. Very Large Scale Integration (VLSI) ICs and multiversion software, which make up digital...1984, the Sperry Corporation developed a fault tolerant system which employed multiversion programming, voting, and monitoring for error detection and...formulate all the significant behavior of a system. MULTIVERSION PROGRAMMING. N-version programming. N-VERSION PROGRAMMING. The independent coding of a

  1. Packaging Logistics” for improving performance in supply chains: the role of meta-standards implementation

    Directory of Open Access Journals (Sweden)

    Jesús García-Arca

    2016-06-01

    Full Text Available Abstract Integrated packaging design process arises as one key factor that could contribute to increasing the efficiency and sustainability of supply chains. This approach is called “packaging logistics”. Another managerial approach that is related to efficiency and sustainability is the implementation of “meta-standards” (ISO 9000 and ISO 14000. As both “packaging logistics” and “meta-standards” can contribute positively towards supply chain efficiency and sustainability, it becomes relevant to examine the relationship between them. In this study, we explore the potential relation between “meta-standards” (ISO 9000 and ISO 14000 and the implementation of the key aspects of “packaging logistics”. In addition, we explore the relation between “packaging logistics” and aspects of performance. This is accomplished through an exploratory study of the packaging design process of Spanish manufacturers in the food industry.

  2. Developing Archive Information Packages for Data Sets: Early Experiments with Digital Library Standards

    Science.gov (United States)

    Duerr, R. E.; Yang, M.; Gooyabadi, M.; Lee, C.

    2008-12-01

    The key to interoperability between systems is often metadata, yet metadata standards in the digital library and data center communities have evolved separately. In the data center world NASA's Directory Interchange Format (DIF), the Content Standard for Digital Geospatial Metadata (CSDGM), and most recently the international Geographic Information: Metadata (ISO 19115:2003) are used for descriptive metadata at the data set level to allow catalog interoperability; but use of anything other than repository- based metadata standards for the individual files that comprise a data set is rare, making true interoperability, at the data rather than data set level, across archives difficult. While the Open Archival Information Systems (OAIS) Reference Model with its call for creating Archive Information Packages (AIP) containing not just descriptive metadata but also preservation metadata is slowly being adopted in the community, the PREservation Metadata Implementation Strategies (PREMIS) standard, the only extant OAIS- compliant preservation metadata standard, has scarcely even been recognized as being applicable to the community. The digital library community in the meantime has converged upon the Metadata Encoding and Transmission Standard (METS) for interoperability between systems as evidenced by support for the standard by digital library systems such as Fedora and Greenstone. METS is designed to allow inclusion of other XML-based standards as descriptive and administrative metadata components. A recent Stanford study suggests that a combination of METS with included FGDC and PREMIS metadata could work well for individual granules of a data set. However, some of the lessons learned by the data center community over the last 30+ years of dealing with digital data are 1) that data sets as a whole need to be preserved and described and 2) that discovery and access mechanisms need to be hierarchical. Only once a user has reviewed a data set description and determined

  3. 7 CFR 993.22 - Consumer package.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 8 2010-01-01 2010-01-01 false Consumer package. 993.22 Section 993.22 Agriculture Regulations of the Department of Agriculture (Continued) AGRICULTURAL MARKETING SERVICE (Marketing Agreements... weight of mixed dried fruit in the lot consists of standard processed prunes or standard prunes. ...

  4. Use of Field Programmable Gate Array Technology in Future Space Avionics

    Science.gov (United States)

    Ferguson, Roscoe C.; Tate, Robert

    2005-01-01

    Fulfilling NASA's new vision for space exploration requires the development of sustainable, flexible and fault tolerant spacecraft control systems. The traditional development paradigm consists of the purchase or fabrication of hardware boards with fixed processor and/or Digital Signal Processing (DSP) components interconnected via a standardized bus system. This is followed by the purchase and/or development of software. This paradigm has several disadvantages for the development of systems to support NASA's new vision. Building a system to be fault tolerant increases the complexity and decreases the performance of included software. Standard bus design and conventional implementation produces natural bottlenecks. Configuring hardware components in systems containing common processors and DSPs is difficult initially and expensive or impossible to change later. The existence of Hardware Description Languages (HDLs), the recent increase in performance, density and radiation tolerance of Field Programmable Gate Arrays (FPGAs), and Intellectual Property (IP) Cores provides the technology for reprogrammable Systems on a Chip (SOC). This technology supports a paradigm better suited for NASA's vision. Hardware and software production are melded for more effective development; they can both evolve together over time. Designers incorporating this technology into future avionics can benefit from its flexibility. Systems can be designed with improved fault isolation and tolerance using hardware instead of software. Also, these designs can be protected from obsolescence problems where maintenance is compromised via component and vendor availability.To investigate the flexibility of this technology, the core of the Central Processing Unit and Input/Output Processor of the Space Shuttle AP101S Computer were prototyped in Verilog HDL and synthesized into an Altera Stratix FPGA.

  5. Recommendations for preparing the criticality safety evaluation of transportation packages

    International Nuclear Information System (INIS)

    Dyer, H.R.; Parks, C.V.

    1997-04-01

    This report provides recommendations on preparing the criticality safety section of an application for approval of a transportation package containing fissile material. The analytical approach to the evaluation is emphasized rather than the performance standards that the package must meet. Where performance standards are addressed, this report incorporates the requirements of 10 CFR Part 71. 12 refs., 6 figs., 8 tabs

  6. Printer Graphics Package

    Science.gov (United States)

    Blanchard, D. C.

    1986-01-01

    Printer Graphics Package (PGP) is tool for making two-dimensional symbolic plots on line printer. PGP created to support development of Heads-Up Display (HUD) simulation. Standard symbols defined with HUD in mind. Available symbols include circle, triangle, quadrangle, window, line, numbers, and text. Additional symbols easily added or built up from available symbols.

  7. 39 CFR 121.4 - Package Services.

    Science.gov (United States)

    2010-07-01

    ... 39 Postal Service 1 2010-07-01 2010-07-01 false Package Services. 121.4 Section 121.4 Postal Service UNITED STATES POSTAL SERVICE POST OFFICE SERVICES [DOMESTIC MAIL] SERVICE STANDARDS FOR MARKET...-destination pair. (6) The service standard for Inbound Surface Parcel Post® pieces (subject to Universal...

  8. Effect on moisture permeability of typewriting on unit dose package surfaces.

    Science.gov (United States)

    Rackson, J T; Zellhofer, M J; Birmingham, P H

    1984-10-01

    The effects of typewriting on labels of two unit dose packages with respect to moisture permeability were examined. Using an electric typewriter, a standard label format was imprinted on two different types of class A unit dose packages: (1) a heat-sealed paper-backed foil and cellofilm strip pouch, and (2) a copolyester and polyethylene multiple-cup blister with a heat-sealed paper-backed foil and cellofilm cover. The labels were typed at various typing-element impact settings. The official USP test for water permeation was then performed on typed packages and untyped control packages. The original untyped packages were confirmed to be USP class A quality. The packages for which successively harder impact settings were used showed a corresponding increase in moisture permeability. This resulted in a lowering of USP package ratings from class A to class B and D, some of which would be unsuitable for use in any unit dose system under current FDA repackaging standards. Typing directly onto the label of a unit dose package before it is sealed will most likely damage the package and possibly make it unfit for use. Pharmacists who must type labels for the unit dose packages studied should use the lowest possible typewriter impact setting and test for damage using the USP moisture-permeation test.

  9. Integrated communication, navigation, and identification avionics: Impact analysis. Executive summary

    Science.gov (United States)

    Veatch, M. H.; McManus, J. C.

    1985-10-01

    This paper summarizes the approach and findings of research into reliability, supportability, and survivability prediction techniques for fault-tolerant avionics systems. Since no technique existed to analyze the fault tolerance of reconfigurable systems, a new method was developed and implemented in the Mission Reliability Model (MIREM). The supportability analysis was completed by using the Simulation of Operational Availability/Readiness (SOAR) model. Both the Computation of Vulnerable Area and Repair Time (COVART) model and FASTGEN, a survivability model, proved valuable for the survivability research. Sample results are presented and several recommendations are also given for each of the three areas investigated under this study: reliability supportablility and survivability.

  10. CH Packaging Program Guidance

    International Nuclear Information System (INIS)

    Washington TRU Solutions LLC

    2003-01-01

    The purpose of this document is to provide the technical requirements for preparation for use, operation, inspection, and maintenance of a Transuranic Package Transporter Model II (TRUPACT-II), a HalfPACT shipping package, and directly related components. This document complies with the minimum requirements as specified in the TRUPACT-II Safety Analysis Report for Packaging (SARP), HalfPACT SARP, and Nuclear Regulatory Commission (NRC) Certificates of Compliance (C of C) 9218 and 9279, respectively. In the event of a conflict between this document and the SARP or C of C, the C of C shall govern. The C of Cs state: ''each package must be prepared for shipment and operated in accordance with the procedures described in Chapter 7.0, Operating Procedures, of the application.'' They further state: ''each package must be tested and maintained in accordance with the procedures described in Chapter 8.0, Acceptance Tests and Maintenance Program of the Application.'' Chapter 9.0 of the SARP charges the WIPP management and operating (M and O) contractor with assuring packaging is used in accordance with the requirements of the C of C. Because the packaging is NRC-approved, users need to be familiar with 10 CFR 71.11. Any time a user suspects or has indications that the conditions of approval in the C of C were not met, the Carlsbad Field Office (CBFO) shall be notified immediately. CBFO will evaluate the issue and notify the NRC if required. This document provides the instructions to be followed to operate, maintain, and test the TRUPACT-II and HalfPACT packaging. The intent of these instructions is to standardize operations. All users will follow these instructions or equivalent instructions that assure operations are safe and meet the requirements of the SARPs

  11. CH Packaging Program Guidance

    International Nuclear Information System (INIS)

    Washington TRU Solutions LLC

    2002-01-01

    The purpose of this document is to provide the technical requirements for preparation for use, operation, inspection, and maintenance of a Transuranic Package Transporter Model II (TRUPACT-II), a HalfPACT Shipping Package, and directly related components. This document complies with the minimum requirements as specified in TRUPACT-II Safety Analysis Report for Packaging (SARP), HalfPACT SARP, and Nuclear Regulatory Commission (NRC) Certificates of Compliance (C of C) 9218 and 9279, respectively. In the event there is a conflict between this document and the SARP or C of C, the SARP and/or C of C shall govern. C of Cs state: ''each package must be prepared for shipment and operated in accordance with the procedures described in Chapter 7.0, Operating Procedures, of the application.'' They further state: ''each package must be tested and maintained in accordance with the procedures described in Chapter 8.0, Acceptance Tests and Maintenance Program of the Application.'' Chapter 9.0 of the SAR P charges the WIPP Management and Operation (M and O) contractor with assuring packaging is used in accordance with the requirements of the C of C. Because the packaging is NRC-approved, users need to be familiar with 10 CFR 71.11. Any time a user suspects or has indications that the conditions of approval in the C of C were not met, the Carlsbad Field Office (CBFO) shall be notified immediately. CBFO will evaluate the issue and notify the NRC if required. This document details the instructions to be followed to operate, maintain, and test the TRUPACT-II and HalfPACT packaging. The intent of these instructions is to standardize these operations. All users will follow these instructions or equivalent instructions that assure operations are safe and meet the requirements of the SARPs

  12. Nested Cohort - R software package

    Science.gov (United States)

    NestedCohort is an R software package for fitting Kaplan-Meier and Cox Models to estimate standardized survival and attributable risks for studies where covariates of interest are observed on only a sample of the cohort.

  13. Compliance assessment of an uranium hexafluoride package 30B with overpack to the IAEA standards

    International Nuclear Information System (INIS)

    Andreuccetti, P.; Aquaro, D.; Forasassi, G.; Beone, G.; Eletti, G.; Orsini, A.

    1988-01-01

    At the Dipartimento di Costruzioni Meccaniche e Nucleari (DCMN) of the Pisa University a research program was carried out in order to assess the compliance to the updated IAEA standards of the UF6 30B container, complete with its sandwich phenolic foam filled external overpack. The research program, performed in collaboration with ENEA and several interested Italian firms, included 9 mt free drop, perforation, thermal and leaktightness tests, on two complete packages with dummy load. The heat transfer conditions, with the UF6 real contents, were simulated by means of numerical analyses with the TRUMP computer code and calculation procedures set up using the available experimental data. The attained results seem to be useful from the point of view of the foreseen purposes

  14. [Food Security in Europe: comparison between the "Hygiene Package" and the British Retail Consortium (BRC) & International Food Standard (IFS) protocols].

    Science.gov (United States)

    Stilo, A; Parisi, S; Delia, S; Anastasi, F; Bruno, G; Laganà, P

    2009-01-01

    The birth of Hygiene Package and of the Reg. CE no 2073/2005 in the food production field signalled a change in Italy. This process started in Italy in 1997 with the legislative decree no 155 on Self-control but in reality, it was implemented in the UK in 1990 with the promulgation of the Food Safety Act. This legal act was influenced by some basic rules corresponding to the application of HACCP standards. Since 1990 the British chains of distribution (Retailers) have involved all aspects of the food line in this type of responsibility. Due to this growing awareness for a need for greater regulation, a protocol, edited by British Retail Consortium was created in 1998. This protocol acted as a "stamp" of approval for food products and it is now known as the BRC Global Food Standard. In July 2008, this protocol became effective in its fifth version. After the birth of BRC, also French and German Retailers have established a standard practically equivalent and perhaps more pertinent to safety food, that is International Food Standard (IFS). The new approach is specific to the food field and strictly applies criteria which will ensure "safety, quality and legality" of food products, similarly to ISO 22000:2005 (mainly based on BRC & IFS past experiences). New standards aim to create a sort of green list with fully "proper and fit" Suppliers only, because of comprehensible exigencies of Retailers. It is expected, as we have shown, that Auditor authorities who are responsible for ensuring that inspections are now carried out like the Hygiene Package, will find these new standards useful. The advantages of streamlining this system is that it will allow enterprises to diligently enforce food safety practices without fear of upset or legal consequence, to improve the quality (HACCP) of management & traceability system; to restrict wastes, reprocessing and withdrawal of products. However some discordances about the interpretation of certain sub-field norms (e.g., water

  15. Research on the Food Green Packaging Under the Sustainable Development

    OpenAIRE

    Wang Qiang; Zhou Min

    2015-01-01

    With the rapid growth in economy and the constant development in people living standard, packaging has become an indispensable part to human activities. However, the ways and materials popular used for packaging currently have been making a great deal of recourse waste and serious pollution to the environments. From the existing problems in food packaging, the study has put forward the necessity of green packaging under the idea of sustainable development and discussed the approach of green f...

  16. Customer Avionics Interface Development and Analysis (CAIDA) Lab DEWESoft Display Creation

    Science.gov (United States)

    Coffey, Connor

    2015-01-01

    The Customer Avionics Interface Development and Analysis (CAIDA) Lab supports the testing of the Launch Control System (LCS), NASA's command and control system for the Space Launch System (SLS), Orion Multi-Purpose Crew Vehicle (MPCV), and ground support equipment. The objectives of the year-long internship were to support day-to-day operations of the CAIDA Lab, create prelaunch and tracking displays for Orion's Exploration Flight Test 1 (EFT-1), and create a program to automate the creation of displays for SLS and MPCV to be used by CAIDA and the Record and Playback Subsystem (RPS).

  17. 7 CFR 58.626 - Packaging equipment.

    Science.gov (United States)

    2010-01-01

    ... containers with frozen desserts shall be constructed so that all product contact surfaces shall be of... Standards for Equipment for Packaging Frozen Desserts and Cottage Cheese. Quality Specifications for Raw...

  18. Young people's perceptions of cigarette packaging and plain packaging: an online survey.

    Science.gov (United States)

    Moodie, Crawford; Ford, Allison; Mackintosh, Anne Marie; Hastings, Gerard

    2012-01-01

    In the United Kingdom, with most marketing channels prohibited, packaging is one of the few remaining ways that tobacco companies can promote their products. An online survey with young people aged 10-17 years (N = 658) was used to explore why youth choose cigarettes, perceptions of pack color, and perceptions of plain (nonbranded) cigarette packaging. Young people were also shown an image of 3 plain packs, which differed by shape and method of opening, and asked which they liked most and thought others their age would smoke. Price and what significant others smoke were key factors for choosing cigarettes, with packaging also an important influence. More than a third of the sample associated lighter pack color with weak tasting and less harmful cigarettes. Plain packs were rated negatively as were perceptions of plain pack users. One in 3 showed a preference for either a narrow "perfume type" plain pack or a plain "slide" pack that opened from the side, and 1 in 3 also thought that young people would smoke these packs. Packaging appears to both attract young people and mislead them about product strength and relative harm. Innovative pack construction (novel pack shape and method of opening) and the use of color are instrumental in these effects. The findings therefore suggest that any move to plain packaging should not only consider the benefits of removing branding (including color) but also of standardizing pack construction in terms of shape and method of opening.

  19. Plasmids and packaging cell lines for use in phage display

    Science.gov (United States)

    Bradbury, Andrew M.

    2012-07-24

    The invention relates to a novel phagemid display system for packaging phagemid DNA into phagemid particles which completely avoids the use of helper phage. The system of the invention incorporates the use of bacterial packaging cell lines which have been transformed with helper plasmids containing all required phage proteins but not the packaging signals. The absence of packaging signals in these helper plasmids prevents their DNA from being packaged in the bacterial cell, which provides a number of significant advantages over the use of both standard and modified helper phage. Packaged phagemids expressing a protein or peptide of interest, in fusion with a phage coat protein such as g3p, are generated simply by transfecting phagemid into the packaging cell line.

  20. Modular, Cost-Effective, Extensible Avionics Architecture for Secure, Mobile Communications

    Science.gov (United States)

    Ivancic, William D.

    2007-01-01

    Current onboard communication architectures are based upon an all-in-one communications management unit. This unit and associated radio systems has regularly been designed as a one-off, proprietary system. As such, it lacks flexibility and cannot adapt easily to new technology, new communication protocols, and new communication links. This paper describes the current avionics communication architecture and provides a historical perspective of the evolution of this system. A new onboard architecture is proposed that allows full use of commercial-off-the-shelf technologies to be integrated in a modular approach thereby enabling a flexible, cost-effective and fully deployable design that can take advantage of ongoing advances in the computer, cryptography, and telecommunications industries.

  1. Shielding design of radioactive contaminated metal waste packaging

    International Nuclear Information System (INIS)

    Zou Wenhua; Dong Zhiqiang; Yao Zhenyu; Xu Shuhe; Wang Wen

    2015-01-01

    Focusing on the cylindrical source model to calculate γ dose field of waste packages with the relative formulae then derived. By comparing the calculated data of waste packages of type Ⅷ steel box with the monitoring data, it is found that the cylinder source model could accurately reflect the distributions of γ dose of the waste package. Based on the results of the cylindrical source model, a reasonable shielding technology applicable to waste package containers was designed to meet relevant requirements prescribed in standards about the transport and disposal of radioactive materials. The cylinder source model calculated dose distributions for single package in this paper is simple and easy to implement but slightly larger than the monitoring data providing a certain safety margin for the shielding design. It is suitable for radiological engineering practices. (authors)

  2. An analysis of the qualification criteria for small radioactive material shipping packages

    International Nuclear Information System (INIS)

    McClure, J.D.

    1983-05-01

    The RAM package design certification process has two important elements, testing and acceptance. These terms sound very similar but they have specific meanings. Qualification testing in the context of this study is the imposition of simulated accident test conditions upon the candidate package design. (Normal transportation environments may also be included.) Following qualification testing, the acceptance criteria provide the performance levels which, if demonstrated, indicate the ability of the RAM package to sustain the severity of the qualification testing sequence and yet maintain specified levels of package integrity. This study has used Severities of Transportation Accidents as a data base to examine the regulatory test criteria which are required to be met by small packages containing Type B quantities of radioactive material (RAM). The basic findings indicate that the present regulatory test standards provide significantly higher levels of protection for the surface transportation modes (truck, rail) than for RAM packages shipped by aircraft. It should also be noted that various risk assessment studies have shown that the risk to the public due to severe transport accidents by surface and air transport modes is very low. A key element in this study was the quantification of the severity of the transportation accident environment and the severity of the present qualification test standards (called qualification test standards in this document) so that a direct comparison could be made between them to assess the effectiveness of the existing qualification test standards. The manner in which this was accomplished is described

  3. An analysis of the qualification criteria for small radioactive material shipping packages

    Energy Technology Data Exchange (ETDEWEB)

    McClure, J.D.

    1983-05-01

    The RAM package design certification process has two important elements, testing and acceptance. These terms sound very similar but they have specific meanings. Qualification testing in the context of this study is the imposition of simulated accident test conditions upon the candidate package design. (Normal transportation environments may also be included.) Following qualification testing, the acceptance criteria provide the performance levels which, if demonstrated, indicate the ability of the RAM package to sustain the severity of the qualification testing sequence and yet maintain specified levels of package integrity. This study has used Severities of Transportation Accidents as a data base to examine the regulatory test criteria which are required to be met by small packages containing Type B quantities of radioactive material (RAM). The basic findings indicate that the present regulatory test standards provide significantly higher levels of protection for the surface transportation modes (truck, rail) than for RAM packages shipped by aircraft. It should also be noted that various risk assessment studies have shown that the risk to the public due to severe transport accidents by surface and air transport modes is very low. A key element in this study was the quantification of the severity of the transportation accident environment and the severity of the present qualification test standards (called qualification test standards in this document) so that a direct comparison could be made between them to assess the effectiveness of the existing qualification test standards. The manner in which this was accomplished is described.

  4. 49 CFR 178.708 - Standards for fiberboard IBCs.

    Science.gov (United States)

    2010-10-01

    ... structural equipment, and if necessary an inner liner (but no inner packaging). (2) Liner means a separate... PACKAGINGS IBC Performance-Oriented Standards § 178.708 Standards for fiberboard IBCs. (a) The provisions of... packaging and its intended use. Water resistance of the outer surface must be such that the increase in mass...

  5. Effectiveness of the International Phytosanitary Standard ISPM No. 15 on reducing wood borer infestation rates in wood packaging material entering the United States

    Science.gov (United States)

    Robert A. Haack; Kerry O. Britton; Eckelhard G. Brockerhoff; Joseph F. Cavey; Lynn J. Garrett; Mark Kimberley; Frank Lowenstein; Amelia Nuding; Lars J. Olson; James Tumer; Kathryn N. Vasilaky

    2014-01-01

    Numerous bark- and wood-infesting insects have been introduced to new countries by international trade where some have caused severe environmental and economic damage. Wood packaging material (WPM), such as pallets, is one of the high risk pathways for the introduction of wood pests. International recognition of this risk resulted in adoption of International Standards...

  6. Leaktightness definitions for and leakage tests on packages for the transport of radioactive materials

    International Nuclear Information System (INIS)

    Tanguy, L.

    1989-07-01

    In 1986, the International Organization for Standardization asked a group of experts representing some fifteen countries to draft a standard for the leaktightness of packagings used for the transport of radioactive materials. Progress of work and test before shipping of packages are reviewed

  7. Technical committee on transport package test standards, Tokyo, Japan, 28 September - 2 October 1981

    International Nuclear Information System (INIS)

    Ek, P.

    The Technical Committee looked into the following tasks: a) the additional 200 m water immersion test for packages designed for irradiated fuel when the activity exceeds 10 6 Ci; b) the proposed addition of a crush test for light weight Type B and fissile materials packages; c) the proposed new text for thermal test

  8. Watermarking spot colors in packaging

    Science.gov (United States)

    Reed, Alastair; Filler, TomáÅ.¡; Falkenstern, Kristyn; Bai, Yang

    2015-03-01

    In January 2014, Digimarc announced Digimarc® Barcode for the packaging industry to improve the check-out efficiency and customer experience for retailers. Digimarc Barcode is a machine readable code that carries the same information as a traditional Universal Product Code (UPC) and is introduced by adding a robust digital watermark to the package design. It is imperceptible to the human eye but can be read by a modern barcode scanner at the Point of Sale (POS) station. Compared to a traditional linear barcode, Digimarc Barcode covers the whole package with minimal impact on the graphic design. This significantly improves the Items per Minute (IPM) metric, which retailers use to track the checkout efficiency since it closely relates to their profitability. Increasing IPM by a few percent could lead to potential savings of millions of dollars for retailers, giving them a strong incentive to add the Digimarc Barcode to their packages. Testing performed by Digimarc showed increases in IPM of at least 33% using the Digimarc Barcode, compared to using a traditional barcode. A method of watermarking print ready image data used in the commercial packaging industry is described. A significant proportion of packages are printed using spot colors, therefore spot colors needs to be supported by an embedder for Digimarc Barcode. Digimarc Barcode supports the PANTONE spot color system, which is commonly used in the packaging industry. The Digimarc Barcode embedder allows a user to insert the UPC code in an image while minimizing perceptibility to the Human Visual System (HVS). The Digimarc Barcode is inserted in the printing ink domain, using an Adobe Photoshop plug-in as the last step before printing. Since Photoshop is an industry standard widely used by pre-press shops in the packaging industry, a Digimarc Barcode can be easily inserted and proofed.

  9. CH Packaging Program Guidance

    International Nuclear Information System (INIS)

    2008-01-01

    are conducted. This document provides the instructions to be followed to operate, maintain, and test the TRUPACT-II and HalfPACT packaging. The intent of these instructions is to standardize operations. All users will follow these instructions or equivalent instructions that assure operations are safe and meet the requirements of the SARPs.

  10. CH Packaging Program Guidance

    International Nuclear Information System (INIS)

    2009-01-01

    are conducted. This document provides the instructions to be followed to operate, maintain, and test the TRUPACT-II and HalfPACT packaging. The intent of these instructions is to standardize operations. All users will follow these instructions or equivalent instructions that assure operations are safe and meet the requirements of the SARPs.

  11. RH Packaging Program Guidance

    International Nuclear Information System (INIS)

    2008-01-01

    location where the activities subject to these regulations are conducted. This document details the instructions to be followed to operate, maintain, and test the RH-TRU 72-B packaging. This Program Guidance standardizes instructions for all users. Users shall follow these instructions or equivalent approved instructions. Following these instructions assures that operations meet the requirements of the SARP.

  12. RH Packaging Program Guidance

    International Nuclear Information System (INIS)

    2006-01-01

    regulations are conducted. This document details the instructions to be followed to operate, maintain, and test the RH-TRU 72-B packaging. This Program Guidance standardizes instructions for all users. Users shall follow these instructions or equivalent approved instructions. Following these instructions assures that operations meet the requirements of the SARP.

  13. Avionics Integrity Issues Presented during NAECON (National Aerospace and Electronics Convention) 1984.

    Science.gov (United States)

    1984-12-01

    insistence on * reliability by our program offices combined with the Avionics Integrity Program. Second: competition based or rellabi]Jty. Tbird: some...typically 0 hinges unless they are wedge clamped]~ (wedge clamps give a very high L 2.0 I I-6.5 mechanical advantage such that theLi n ni boundary...aj &02Lt.e may have been diideten Soot IkeAe Ctot. The j4U AM1S uteA ame the 4A" AFM 64-1 det 4oit the Adue Usne 14we a6 4,en the CENT teatA woe

  14. Innovative Approaches to Large Component Packaging

    International Nuclear Information System (INIS)

    Freitag, A.; Hooper, M.; Posivak, E.; Sullivan, J.

    2006-01-01

    Radioactive waste disposal often times requires creative approaches in packaging design, especially for large components. Innovative design techniques are required to meet the needs for handling, transporting, and disposing of these large packages. Large components (i.e., Reactor Pressure Vessel (RPV) heads and even RPVs themselves) require special packaging for shielding and contamination control, as well as for transport and disposal. WMG Inc designed and used standard packaging for RPV heads without control rod drive mechanisms (CRDMs) attached for five RPV heads and has also more recently met an even bigger challenge and developed the innovative Intact Vessel Head Transport System (IVHTS) for RPV heads with CRDMs intact. This packaging system has been given a manufacturer's exemption by the United States Department of Transportation (USDOT) for packaging RPV heads. The IVHTS packaging has now been successfully used at two commercial nuclear power plants. Another example of innovative packaging is the large component packaging that WMG designed, fabricated, and utilized at the West Valley Demonstration Project (WVDP). In 2002, West Valley's high-level waste vitrification process was shut down in preparation for D and D of the West Valley Vitrification Facility. Three of the major components of concern within the Vitrification Facility were the Melter, the Concentrate Feed Makeup Tank (CFMT), and the Melter Feed Holdup Tank (MFHT). The removal, packaging, and disposition of these three components presented significant radiological and handling challenges for the project. WMG designed, fabricated, and installed special packaging for the transport and disposal of each of these three components, which eliminated an otherwise time intensive and costly segmentation process that WVDP was considering. Finally, WMG has also designed and fabricated special packaging for both the Connecticut Yankee (CY) and San Onofre Nuclear Generating Station (SONGS) RPVs. This paper

  15. Acoustic performance design and optimal allocation of sound package in ship cabin noise reduction

    Directory of Open Access Journals (Sweden)

    YANG Deqing

    2017-08-01

    Full Text Available The sound package in noise reduction design of ship cabins has become the main approach for the future. The sound package is a specially designed acoustic component consisting of damping materials, absorption materials, sound isolation materials and base structural materials which can achieve the prescribed performance of noise reduction. Based on the Statistical Energy Analysis(SEAmethod, quick evaluation and design methods, and the optimal allocation theory of sound packages are investigated. The standard numerical acoustic performance evaluation model, sound package optimization design model and sound package optimal allocation model are presented. A genetic algorithm is applied to solve the presented optimization problems. Design examples demonstrate the validity and efficiency of the proposed models and solutions. The presented theory and methods benefit the standardization and programming of sound package design, and decrease noise reduction costs.

  16. Quality assurance for packaging of radioactive and hazardous materials

    International Nuclear Information System (INIS)

    Gustafson, L.D.

    1986-01-01

    The Department of Energy (DOE) has required for many years that quality assurance programs be established and implemented for the packaging of radioactive and hazardous materials. This paper identifies various requirement principles and related actions involved in establishing effective quality assurance for packaging of radioactive and hazardous materials. A primary purpose of these quality assurance program activities is to provide assurance that the packaging and transportation of hazardous materials, which includes radioactive and fissile materials, are in conformance with appropriate governmental regulations. Applicable regulations include those issued by the Nuclear Regulatory Commission (NRC), the Department of Transportation (DOT), and the Environmental Protection Agency (EPA). DOE Order 5700.6A establishes that quality assurance requirements are to be applied in accordance with national consensus standards where suitable ones are available. In the nuclear area, ANSI/ASME NQA-1 is the preferred standard

  17. Development of Specifications for Radioactive Waste Packages

    International Nuclear Information System (INIS)

    2006-10-01

    The main objective of this publication is to provide guidelines for the development of waste package specifications that comply with waste acceptance requirements for storage and disposal of radioactive waste. It will assist waste generators and waste package producers in selecting the most significant parameters and in developing and implementing specifications for each individual type of waste and waste package. This publication also identifies and reviews the activities and technical provisions that are necessary to meet safety requirements; in particular, selection of the significant safety parameters and preparation of specifications for waste forms, waste containers and waste packages using proven approaches, methods and technologies. This report provides guidance using a systematic, stepwise approach, integrating the technical, organizational and administrative factors that need to be considered at each step of planning and implementing waste package design, fabrication, approval, quality assurance and control. The report reflects the considerable experience and knowledge that has been accumulated in the IAEA Member States and is consistent with the current international requirements, principles, standards and guidance for the safe management of radioactive waste

  18. Development of Specifications for Radioactive Waste Packages

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2006-10-15

    The main objective of this publication is to provide guidelines for the development of waste package specifications that comply with waste acceptance requirements for storage and disposal of radioactive waste. It will assist waste generators and waste package producers in selecting the most significant parameters and in developing and implementing specifications for each individual type of waste and waste package. This publication also identifies and reviews the activities and technical provisions that are necessary to meet safety requirements; in particular, selection of the significant safety parameters and preparation of specifications for waste forms, waste containers and waste packages using proven approaches, methods and technologies. This report provides guidance using a systematic, stepwise approach, integrating the technical, organizational and administrative factors that need to be considered at each step of planning and implementing waste package design, fabrication, approval, quality assurance and control. The report reflects the considerable experience and knowledge that has been accumulated in the IAEA Member States and is consistent with the current international requirements, principles, standards and guidance for the safe management of radioactive waste.

  19. Safe transport of radioactive materials - Leakage testing on packages. 1. ed.

    International Nuclear Information System (INIS)

    1996-01-01

    This International Standard describes a method for relating permissible activity release rates of the radioactive contents carried within a containment system to equivalent gas leakage rates under specified test conditions. This approach is called gas leakage test methodology. However, in this International Standard it is recognized that other methodologies might be acceptable. When other methodologies are to be used, it shall be shown that the methodology demonstrates that any release of the radioactive contents will not exceed the regulatory requirements. The use of any alternative methodology shall be by agreement with the competent authority. This International Standard provides both overall and detailed guidance on the complex relationships between an equivalent gas leakage test and a permissible activity release rate. Whereas the overall guidance is universally agreed upon, the use of the detailed guidance shall be agreed upon with the competent authority during the Type B package certification process. It should be noted that, for a given package, demonstration of compliance is not limited to a single methodology. While this International Standard does not require particular gas leakage test procedures, it does present minimum requirements for any test that is to be used. It is the responsibility of the package designer or consignor to estimate or determine the maximum permissible release rate of radioactivity to the environment and to select appropriate leakage test procedures that have adequate sensitivity. This International Standard pertains specifically to Type B packages for which the regulatory containment requirements are specified explicitly

  20. Semiautonomous Avionics-and-Sensors System for a UAV

    Science.gov (United States)

    Shams, Qamar

    2006-01-01

    Unmanned Aerial Vehicles (UAVs) autonomous or remotely controlled pilotless aircraft have been recently thrust into the spotlight for military applications, for homeland security, and as test beds for research. In addition to these functions, there are many space applications in which lightweight, inexpensive, small UAVS can be used e.g., to determine the chemical composition and other qualities of the atmospheres of remote planets. Moreover, on Earth, such UAVs can be used to obtain information about weather in various regions; in particular, they can be used to analyze wide-band acoustic signals to aid in determining the complex dynamics of movement of hurricanes. The Advanced Sensors and Electronics group at Langley Research Center has developed an inexpensive, small, integrated avionics-and-sensors system to be installed in a UAV that serves two purposes. The first purpose is to provide flight data to an AI (Artificial Intelligence) controller as part of an autonomous flight-control system. The second purpose is to store data from a subsystem of distributed MEMS (microelectromechanical systems) sensors. Examples of these MEMS sensors include humidity, temperature, and acoustic sensors, plus chemical sensors for detecting various vapors and other gases in the environment. The critical sensors used for flight control are a differential- pressure sensor that is part of an apparatus for determining airspeed, an absolute-pressure sensor for determining altitude, three orthogonal accelerometers for determining tilt and acceleration, and three orthogonal angular-rate detectors (gyroscopes). By using these eight sensors, it is possible to determine the orientation, height, speed, and rates of roll, pitch, and yaw of the UAV. This avionics-and-sensors system is shown in the figure. During the last few years, there has been rapid growth and advancement in the technological disciplines of MEMS, of onboard artificial-intelligence systems, and of smaller, faster, and

  1. MEMS packaging: state of the art and future trends

    Science.gov (United States)

    Bossche, Andre; Cotofana, Carmen V. B.; Mollinger, Jeff R.

    1998-07-01

    Now that the technology for Integrated sensor and MEMS devices has become sufficiently mature to allow mass production, it is expected that the prices of bare chips will drop dramatically. This means that the package prices will become a limiting factor in market penetration, unless low cost packaging solutions become available. This paper will discuss the developments in packaging technology. Both single-chip and multi-chip packaging solutions will be addressed. It first starts with a discussion on the different requirements that have to be met; both from a device point of view (open access paths to the environment, vacuum cavities, etc.) and from the application point of view (e.g. environmental hostility). Subsequently current technologies are judged on their applicability for MEMS and sensor packaging and a forecast is given for future trends. It is expected that the large majority of sensing devices will be applied in relative friendly environments for which plastic packages would suffice. Therefore, on the short term an important role is foreseen for recently developed plastic packaging techniques such as precision molding and precision dispensing. Just like in standard electronic packaging, complete wafer level packaging methods for sensing devices still have a long way to go before they can compete with the highly optimized and automated plastic packaging processes.

  2. 49 CFR 178.505 - Standards for aluminum drums.

    Science.gov (United States)

    2010-10-01

    ... 49 Transportation 2 2010-10-01 2010-10-01 false Standards for aluminum drums. 178.505 Section 178... PACKAGINGS Non-bulk Performance-Oriented Packaging Standards § 178.505 Standards for aluminum drums. (a) The following are the identification codes for aluminum drums: (1) 1B1 for a non-removable head aluminum drum...

  3. CH Packaging Operations for High Wattage Waste at LANL

    International Nuclear Information System (INIS)

    Washington TRU Solutions LLC

    2002-01-01

    This procedure provides instructions for assembling the following contact-handled (CH) packaging payloads: - Drum payload assembly - Standard Waste Box (SWB) assembly - Ten-Drum Overpack (TDOP) In addition, this procedure provides operating instructions for the TRUPACT-II CH waste packaging. This document also provides instructions for performing ICV and OCV preshipment leakage rate tests on the following packaging seals, using a nondestructive helium (He) leak test: - ICV upper main O-ring seal - ICV outer vent port plug O-ring seal - OCV upper main O-ring seal - OCV vent port plug O-ring seal

  4. CH Packaging Operations for High Wattage Waste at LANL

    International Nuclear Information System (INIS)

    Washington TRU Solutions LLC

    2002-01-01

    This procedure provides instructions for assembling the following contact-handled (CH) packaging payloads: - Drum payload assembly - Standard Waste Box (SWB) assembly - Ten-Drum Overpack (TDOP) In addition, this procedure also provides operating instructions for the TRUPACT-II CH waste packaging. This document also provides instructions for performing ICV and OCV preshipment leakage rate tests on the following packaging seals, using a nondestructive helium (He) leak test: - ICV upper main O-ring seal - ICV outer vent port plug O-ring seal - OCV upper main O-ring seal - OCV vent port plug O-ring seal

  5. CH Packaging Operations for High Wattage Waste at LANL

    International Nuclear Information System (INIS)

    Washington TRU Solutions LLC

    2003-01-01

    This procedure provides instructions for assembling the following contact-handled (CH) packaging payloads: - Drum payload assembly - Standard Waste Box (SWB) assembly - Ten-Drum Overpack (TDOP) In addition, this procedure also provides operating instructions for the TRUPACT-II CH waste packaging. This document also provides instructions for performing ICV and OCV preshipment leakage rate tests on the following packaging seals, using a nondestructive helium (He) leak test: - ICV upper main O-ring seal - ICV outer vent port plug O-ring seal - OCV upper main O-ring seal - OCV vent port plug O-ring seal

  6. Destructive testing of transport packaging. Quality assurance applied to transport packaging in the USA

    International Nuclear Information System (INIS)

    Barker, R.F.

    1976-01-01

    This paper discusses several aspects of quality assurance as applied to packaging, including such requirements for an adequate quality assurance program as assignment of responsibilities, inspections, and audits. In certain cases, we have determined the margin of safety inherent in specific package designs. Testing of packaging to destruction, by subjecting it to conditions far beyond the present accident criteria, was carried out to establish the levels of impact, puncture, crush, and fire at which present designs would fail. A second area in which the Nuclear Regulatory Commission has applied quality assurance is qualification testing. The standards for testing prototypes require essentially no loss of contents under the specified accident test conditions. Qualifying a design with an acceptable degree of reliability by testing it at the specified stress levels with no measurable effect requires large numbers of samples to be tested. Testing the prototype under conditions well above the criteria is shown to offer one of the most effective means of demonstrating the adequacy of a design. Scenario tests, i.e., staged accidents or full-scale tests in which vehicles with samples of packages on board are crashed under specified conditions, in most cases present singular points on a curve. One-point tests in most cases will disprove a package design if it fails but may not confirm that a design will not fail. At the same time, much information and some public assurances can be obtained from such tests. (author)

  7. Safety Analysis Report - Packages, 9965, 9968, 9972-9975 Packages

    International Nuclear Information System (INIS)

    Blanton, P.

    2000-01-01

    This Safety Analysis Report for Packaging (SARP) documents the analysis and testing performed on four type B Packages: the 9972, 9973, 9974, and 9975 packages. Because all four packages have similar designs with very similar performance characteristics, all of them are presented in a single SARP. The performance evaluation presented in this SARP documents the compliance of the 9975 package with the regulatory safety requirements. Evaluations of the 9972, 9973, and 9974 packages support that of the 9975. To avoid confusion arising from the inclusion of four packages in a single document, the text segregates the data for each package in such a way that the reader interested in only one package can progress from Chapter 1 through Chapter 9. The directory at the beginning of each chapter identifies each section that should be read for a given package. Sections marked ''all'' are generic to all packages

  8. 77 FR 64445 - Approval and Promulgation of Air Quality Implementation Plans; Illinois; Greif Packaging, LLC...

    Science.gov (United States)

    2012-10-22

    ... ENVIRONMENTAL PROTECTION AGENCY 40 CFR Part 52 [EPA-R05-OAR-2012-0541; FRL 9733-5] Approval and Promulgation of Air Quality Implementation Plans; Illinois; Greif Packaging, LLC Adjusted Standard AGENCY... Illinois State Implementation Plan (SIP) an adjusted standard for the Greif Packaging, LLC facility located...

  9. Validating Avionics Conceptual Architectures with Executable Specifications

    Directory of Open Access Journals (Sweden)

    Nils Fischer

    2012-08-01

    Full Text Available Current avionics systems specifications, developed after conceptual design, have a high degree of uncertainty. Since specifications are not sufficiently validated in the early development process and no executable specification exists at aircraft level, system designers cannot evaluate the impact of their design decisions at aircraft or aircraft application level. At the end of the development process of complex systems, e. g. aircraft, an average of about 65 per cent of all specifications have to be changed because they are incorrect, incomplete or too vaguely described. In this paper, a model-based design methodology together with a virtual test environment is described that makes complex high level system specifications executable and testable during the very early levels of system design. An aircraft communication system and its system context is developed to demonstrate the proposed early validation methodology. Executable specifications for early conceptual system architectures enable system designers to couple functions, architecture elements, resources and performance parameters, often called non-functional parameters. An integrated executable specification at Early Conceptual Architecture Level is developed and used to determine the impact of different system architecture decisions on system behavior and overall performance.

  10. 49 CFR 178.517 - Standards for plastic boxes.

    Science.gov (United States)

    2010-10-01

    ... 49 Transportation 2 2010-10-01 2010-10-01 false Standards for plastic boxes. 178.517 Section 178... PACKAGINGS Non-bulk Performance-Oriented Packaging Standards § 178.517 Standards for plastic boxes. (a) The following are identification codes for plastic boxes: (1) 4H1 for an expanded plastic box; and (2) 4H2 for a...

  11. Safety analysis report: packages 238Pu oxide shipping cask (packaging of fissile and other radioactive materials). Final report

    International Nuclear Information System (INIS)

    Evans, J.E.; Gates, A.A.

    1975-06-01

    Plutonium-238 (as PuO 2 powder) is shipped in triple-container stainless steel shipping casks in compliance with ERDA Manual Chapter 0529 (ERDAM 0529), Safety Standards for the Packaging of Fissile and Other Radioactive Materials. (U.S.)

  12. Investigation of HZETRN 2010 as a Tool for Single Event Effect Qualification of Avionics Systems

    Science.gov (United States)

    Rojdev, Kristina; Koontz, Steve; Atwell, William; Boeder, Paul

    2014-01-01

    NASA's future missions are focused on long-duration deep space missions for human exploration which offers no options for a quick emergency return to Earth. The combination of long mission duration with no quick emergency return option leads to unprecedented spacecraft system safety and reliability requirements. It is important that spacecraft avionics systems for human deep space missions are not susceptible to Single Event Effect (SEE) failures caused by space radiation (primarily the continuous galactic cosmic ray background and the occasional solar particle event) interactions with electronic components and systems. SEE effects are typically managed during the design, development, and test (DD&T) phase of spacecraft development by using heritage hardware (if possible) and through extensive component level testing, followed by system level failure analysis tasks that are both time consuming and costly. The ultimate product of the SEE DD&T program is a prediction of spacecraft avionics reliability in the flight environment produced using various nuclear reaction and transport codes in combination with the component and subsystem level radiation test data. Previous work by Koontz, et al.1 utilized FLUKA, a Monte Carlo nuclear reaction and transport code, to calculate SEE and single event upset (SEU) rates. This code was then validated against in-flight data for a variety of spacecraft and space flight environments. However, FLUKA has a long run-time (on the order of days). CREME962, an easy to use deterministic code offering short run times, was also compared with FLUKA predictions and in-flight data. CREME96, though fast and easy to use, has not been updated in several years and underestimates secondary particle shower effects in spacecraft structural shielding mass. Thus, this paper will investigate the use of HZETRN 20103, a fast and easy to use deterministic transport code, similar to CREME96, that was developed at NASA Langley Research Center primarily for

  13. Technical Review Report for the Model 9975-96 Package Safety Analysis Report for Packaging (S-SARP-G-00003, Revision 0, January 2008)

    International Nuclear Information System (INIS)

    West, M.

    2009-01-01

    This Technical Review Report (TRR) documents the review, performed by the Lawrence Livermore National Laboratory (LLNL) Staff, at the request of the U.S. Department of Energy (DOE), on the Safety Analysis Report for Packaging, Model 9975, Revision 0, dated January 2008 (S-SARP-G-00003, the SARP). The review includes an evaluation of the SARP, with respect to the requirements specified in 10 CFR 71, and in International Atomic Energy Agency (IAEA) Safety Standards Series No. TS-R-1. The Model 9975-96 Package is a 35-gallon drum package design that has evolved from a family of packages designed by DOE contractors at the Savannah River Site. Earlier package designs, i.e., the Model 9965, the Model 9966, the Model 9967, and the Model 9968 Packagings, were originally designed and certified in the early 1980s. In the 1990s, updated package designs that incorporated design features consistent with the then newer safety requirements were proposed. The updated package designs at the time were the Model 9972, the Model 9973, the Model 9974, and the Model 9975 Packagings, respectively. The Model 9975 Package was certified by the Packaging Certification Program, under the Office of Safety Management and Operations. The safety analysis of the Model 9975-85 Packaging is documented in the Safety Analysis Report for Packaging, Model 9975, B(M)F-85, Revision 0, dated December 2003. The Model 9975-85 Package is certified by DOE Certificate of Compliance (CoC) package identification number, USA/9975/B(M)F-85, for the transportation of Type B quantities of uranium metal/oxide, 238 Pu heat sources, plutonium/uranium metals, plutonium/uranium oxides, plutonium composites, plutonium/tantalum composites, 238 Pu oxide/beryllium metal.

  14. Packaging review guide for reviewing safety analysis reports for packagings: Revision 0

    International Nuclear Information System (INIS)

    Fischer, L.E.; Chou, C.K.; Lloyd, W.R.; Mount, M.E.; Nelson, T.A.; Schwartz, M.W.; Witte, M.C.

    1987-09-01

    The Department of Energy (DOE) has established procedures for obtaining certification of packagings used by DOE and its contractors for the transport of radioactive materials. These certification review policies and procedures are established to ensure that DOE packaging designs and operations meet safety criteria at least equivalent to the standards prescribed by the Nuclear Regulatory Commission (NRC) certification process for packaging. The Packaging Review Guide (PRG) is not a DOE order, but has been prepared as guidance for the Packaging Certification Staff (PCS) under the Certifying Official, Office of Security Evaluations, or designated representatives. The principal purpose of the PRG is to assure the quality and uniformity of PCS reviews, and to present a well-defined base from which to evaluate proposed changes in the scope and requirements of reviews. The PRG also sets forth solutions and approaches determined to be acceptable in the past by the PCS in dealing with a specific safety issue or safety-related design area. These solutions and approaches are presented in this form so that reviewers can take consistent and well-understood positions as the same safety issues arise in future cases. An applicant submitting a SARP does not have to follow the solutions or approaches presented in the PRG. However, applicants should recognize that the PCS has spent substantial time and effort in reviewing and developing their positions for the issues. A corresponding amount of time and effort will probably be required to review and accept new or different solutions and approaches. Finally, it is also a purpose of the PRG to make information about DOE certification policy and procedures widely available to DOE field offices, DOE contractors, federal agencies, and interested members of the public. 7 refs., 15 figs., 14 tabs

  15. Fair Package Assignment

    Science.gov (United States)

    Lahaie, Sébastien; Parkes, David C.

    We consider the problem of fair allocation in the package assignment model, where a set of indivisible items, held by single seller, must be efficiently allocated to agents with quasi-linear utilities. A fair assignment is one that is efficient and envy-free. We consider a model where bidders have superadditive valuations, meaning that items are pure complements. Our central result is that core outcomes are fair and even coalition-fair over this domain, while fair distributions may not even exist for general valuations. Of relevance to auction design, we also establish that the core is equivalent to the set of anonymous-price competitive equilibria, and that superadditive valuations are a maximal domain that guarantees the existence of anonymous-price competitive equilibrium. Our results are analogs of core equivalence results for linear prices in the standard assignment model, and for nonlinear, non-anonymous prices in the package assignment model with general valuations.

  16. Software design practice using two SCADA software packages

    DEFF Research Database (Denmark)

    Basse, K.P.; Christensen, Georg Kronborg; Frederiksen, P. K.

    1996-01-01

    Typical software development for manufacturing control is done either by specialists with consideral real-time programming experience or done by the adaptation of standard software packages for manufacturing control. After investigation and test of two commercial software packages: "InTouch" and ......Touch" and "Fix", it is argued, that a more efficient software solution can be achieved by utilising an integrated specification for SCADA and PLC-programming. Experiences gained from process control is planned investigated for descrete parts manufacturing....

  17. Determination of Fire Enviroment in Stacked Cargo Containers with Radioactive Materials Packages

    Energy Technology Data Exchange (ETDEWEB)

    Arviso, M.; Bobbe, J.G.; Dukart, R.D.; Koski, J.A.

    1999-05-01

    Results from a Fire Test with a three-by-three stack of standard 6 m long International Standards Organization shipping containers containing combustible fuels and empty radioactive materials packages are reported and discussed. The stack is intended to simulate fire conditions that could occur during on-deck stowage on container cargo ships. The fire is initated by locating the container stack adjacent to a 9.8 x 6 m pool fire. Temperatures of both cargoes (empty and simulated radioactive materials packages) and containers are recorded and reported. Observations on the duration, intensity and spread of the fire are discussed. Based on the results, models for simulation of fire exposure of radioactive materials packages in such fires are suggested.

  18. 75 FR 15440 - Guidance for Industry on Standards for Securing the Drug Supply Chain-Standardized Numerical...

    Science.gov (United States)

    2010-03-29

    ...] Guidance for Industry on Standards for Securing the Drug Supply Chain--Standardized Numerical... industry entitled ``Standards for Securing the Drug Supply Chain-Standardized Numerical Identification for... the Drug Supply Chain-Standardized Numerical Identification for Prescription Drug Packages.'' In the...

  19. Power, Avionics and Software - Phase 1.0:. [Subsystem Integration Test Report

    Science.gov (United States)

    Ivancic, William D.; Sands, Obed S.; Bakula, Casey J.; Oldham, Daniel R.; Wright, Ted; Bradish, Martin A.; Klebau, Joseph M.

    2014-01-01

    This report describes Power, Avionics and Software (PAS) 1.0 subsystem integration testing and test results that occurred in August and September of 2013. This report covers the capabilities of each PAS assembly to meet integration test objectives for non-safety critical, non-flight, non-human-rated hardware and software development. This test report is the outcome of the first integration of the PAS subsystem and is meant to provide data for subsequent designs, development and testing of the future PAS subsystems. The two main objectives were to assess the ability of the PAS assemblies to exchange messages and to perform audio testing of both inbound and outbound channels. This report describes each test performed, defines the test, the data, and provides conclusions and recommendations.

  20. 49 CFR 178.519 - Standards for plastic film bags.

    Science.gov (United States)

    2010-10-01

    ... 49 Transportation 2 2010-10-01 2010-10-01 false Standards for plastic film bags. 178.519 Section... PACKAGINGS Non-bulk Performance-Oriented Packaging Standards § 178.519 Standards for plastic film bags. (a) The identification code for a plastic film bag is 5H4. (b) Construction requirements for plastic film...

  1. 49 CFR 178.518 - Standards for woven plastic bags.

    Science.gov (United States)

    2010-10-01

    ... 49 Transportation 2 2010-10-01 2010-10-01 false Standards for woven plastic bags. 178.518 Section... PACKAGINGS Non-bulk Performance-Oriented Packaging Standards § 178.518 Standards for woven plastic bags. (a) The following are identification codes for woven plastic bags: (1) 5H1 for an unlined or non-coated...

  2. Packaging Solutions : Delivering customer value through Logistical Packaging: A Case Study at Stora Enso Packaging

    OpenAIRE

    Shan, Kun; Julius, Joezer

    2015-01-01

    AbstractBackground;Despite of the significant role of packaging within logistics and supply chain management, packaging is infrequently studied as focal point in supply chain. Most of the previous logistics research studies tend to explain the integration between packaging and logistics through logistical packaging. In very rare cases, the studies mentioned about customer value. Therefore the major disadvantage of these studies is that, they didn’t consider logistical packaging and customer v...

  3. Testing of AWE (A) package design AWG 446Eu4 to IAEA (1985) Regulations Standard

    International Nuclear Information System (INIS)

    Cohen, L.R.

    1990-10-01

    This report gives details of the tests for normal transport (Type A tests) and accident conditions (Type B tests) carried out on the AWE(A) packaging assembly AWG 446Eu4 and demonstrates the ability of the packaging to remain leaktight after the tests with no damage to the contents. Included in the report are a comprehensive quality plan and test certificates for the leak tests. (author)

  4. Comparison of the antifungal activity of titanium dioxide based nanosilver packaging and conventional polyethylene packaging in consumed bread

    Directory of Open Access Journals (Sweden)

    H Mohammadi

    2014-12-01

    Full Text Available Using titanium dioxide nanosilver packaging which is antibacterial and resistance to the diffusion of gases such as oxygen is increasing in food industry. Therefore we compared the effect of titanium dioxide based nanosilver packaging and conventional polyethylene packaging - on fungal flora of consuming bread in order to increase the shelf life storage of  consuming bread. One hundred forty four samples of 6 different types of loaf of bread randomly obtained from 12 bakeries in District 2 of Tehran. The samples were packaged with 3%, 5% and 10% nano coatings and also conventional polyethylene coatings as control group. The bacterial examination and monitoring of samples, according to the national standards of Iran was carried out 3 times, on days 1, 3, 7, 14 and 28, of study period.This study showed that the film type and storage period, were main factors which significantly influenced fungal flora of bread. The lowest rate of various fungi growth (%14 was observed in 10% Nano film, while the highest rate of various fungi growth (47% was observed in conventional polyethylene coating (P<0.001. With increasing storage periods,  the number of various fungi increased, however this correlation was not similar in most of breads and fungi types. There were significant difference between them (P = 0.001. According to the results of the present study, due to increasing population growth and in order to improve food security, using packages with nanosilver particles which are based on titanium dioxide, prevails over the polyethylene packages. Therefore using such packages are highly recommended in bakery industry.

  5. Hazardous Material Packaging and Transportation

    Energy Technology Data Exchange (ETDEWEB)

    Hypes, Philip A. [Los Alamos National Lab. (LANL), Los Alamos, NM (United States)

    2016-02-04

    This is a student training course. Some course objectives are to: recognize and use standard international and US customary units to describe activities and exposure rates associated with radioactive material; determine whether a quantity of a single radionuclide meets the definition of a class 7 (radioactive) material; determine, for a given single radionuclide, the shipping quantity activity limits per 49 Code of Federal Regulations (CFR) 173.435; determine the appropriate radioactive material hazard class proper shipping name for a given material; determine when a single radionuclide meets the DOT definition of a hazardous substance; determine the appropriate packaging required for a given radioactive material; identify the markings to be placed on a package of radioactive material; determine the label(s) to apply to a given radioactive material package; identify the entry requirements for radioactive material labels; determine the proper placement for radioactive material label(s); identify the shipping paper entry requirements for radioactive material; select the appropriate placards for a given radioactive material shipment or vehicle load; and identify allowable transport limits and unacceptable transport conditions for radioactive material.

  6. Packaging fluency

    DEFF Research Database (Denmark)

    Mocanu, Ana; Chrysochou, Polymeros; Bogomolova, Svetlana

    2011-01-01

    Research on packaging stresses the need for packaging design to read easily, presuming fast and accurate processing of product-related information. In this paper we define this property of packaging as “packaging fluency”. Based on the existing marketing and cognitive psychology literature on pac...

  7. Tobacco packaging design for reducing tobacco use.

    Science.gov (United States)

    McNeill, Ann; Gravely, Shannon; Hitchman, Sara C; Bauld, Linda; Hammond, David; Hartmann-Boyce, Jamie

    2017-04-27

    Tobacco use is the largest single preventable cause of death and disease worldwide. Standardised tobacco packaging is an intervention intended to reduce the promotional appeal of packs and can be defined as packaging with a uniform colour (and in some cases shape and size) with no logos or branding, apart from health warnings and other government-mandated information, and the brand name in a prescribed uniform font, colour and size. Australia was the first country to implement standardised tobacco packaging between October and December 2012, France implemented standardised tobacco packaging on 1 January 2017 and several other countries are implementing, or intending to implement, standardised tobacco packaging. To assess the effect of standardised tobacco packaging on tobacco use uptake, cessation and reduction. We searched MEDLINE, Embase, PsycINFO and six other databases from 1980 to January 2016. We checked bibliographies and contacted study authors to identify additional peer-reviewed studies. Primary outcomes included changes in tobacco use prevalence incorporating tobacco use uptake, cessation, consumption and relapse prevention. Secondary outcomes covered intermediate outcomes that can be measured and are relevant to tobacco use uptake, cessation or reduction. We considered multiple study designs: randomised controlled trials, quasi-experimental and experimental studies, observational cross-sectional and cohort studies. The review focused on all populations and people of any age; to be included, studies had to be published in peer-reviewed journals. We examined studies that assessed the impact of changes in tobacco packaging such as colour, design, size and type of health warnings on the packs in relation to branded packaging. In experiments, the control condition was branded tobacco packaging but could include variations of standardised packaging. Screening and data extraction followed standard Cochrane methods. We used different 'Risk of bias' domains for

  8. Oxidation and waste-to-energy output of aluminium waste packaging during incineration: A laboratory study.

    Science.gov (United States)

    López, Félix A; Román, Carlos Pérez; García-Díaz, Irene; Alguacil, Francisco J

    2015-09-01

    This work reports the oxidation behaviour and waste-to-energy output of different semi-rigid and flexible aluminium packagings when incinerated at 850°C in an air atmosphere enriched with 6% oxygen, in the laboratory setting. The physical properties of the different packagings were determined, including their metallic aluminium contents. The ash contents of their combustion products were determined according to standard BS ISO 1171:2010. The net calorific value, the required energy, and the calorific gain associated with each packaging type were determined following standard BS EN 13431:2004. Packagings with an aluminium lamina thickness of >50μm did not fully oxidise. During incineration, the weight-for-weight waste-to-energy output of the packagings with thick aluminium lamina was lower than that of packagings with thin lamina. The calorific gain depended on the degree of oxidation of the metallic aluminium, but was greater than zero for all the packagings studied. Waste aluminium may therefore be said to act as an energy source in municipal solid waste incineration systems. Copyright © 2015 Elsevier Ltd. All rights reserved.

  9. Report revision master: an energy analysis of consumer products packaging

    Energy Technology Data Exchange (ETDEWEB)

    1980-03-01

    This report serves as a foundation for quantifying the potential for energy conservation in the Canadian consumer products packaging sector. Investigation was made of energy consumption, waste management, and energy conservation potential in the various stages of the packaging and consumption process: raw material acquisition, material and packaging manufacture, package filling and distribution, consumer use, post-consumption options (energy recovery, disposal, recycling), and cleaning and transportation (if applicable) between each stage. The food and beverage industry was singled out as the most important sector because of its large consumption of packaging. Significant opportunities for energy conservation were found, although any savings accomplished through packaging changes appear to be difficult to implement. Packaging energy savings seem to be able to be achieved only through a product-by-product, industry-by-industry initiative by means of product and package standardization. An efficient example of this is the milk distribution system, where refillable plastic jugs require only 1.4 MBtu per 3000 quarts delivered (as compared with, for example, 68.9 MBtu for disposable aluminium soft drink cans). Other conclusions are made concerning the optimization of packaging energy, with respect to types of packaging, energy requirements related to use of packaged products, impact of government policies and of retailing techiques, consumer lifestyles, and the like. 95 refs., 3 figs., 54 tabs.

  10. Critical Under-Reporting of Hernia Mesh Properties and Development of a Novel Package Label.

    Science.gov (United States)

    Kahan, Lindsey G; Blatnik, Jeffrey A

    2018-02-01

    With an array of hernia meshes with varying properties, intraoperative decision making for the optimal mesh is critical. Although meshes are subjected to regulatory review through the Food and Drug Administration, it is unknown whether mesh properties are visually accessible. To facilitate greater knowledge for the surgeon on mesh choice, we aimed to comprehensively analyze hernia mesh packaging and regulations. Labeling guidelines and 510(k) requirements across Food and Drug Administration-regulated products were analyzed and compared with mesh packaging. Packages and Instructions for Use were analyzed for commonly available hernia meshes. Literature review was conducted to understand recommended guidelines for mesh products. A novel hernia mesh packaging label was designed to rectify under-reporting. We found that food labels undergo critical scrutiny and detailed specifications, yet medical devices are not subjected to similar guidelines. The highest reported property on packages was the presence of a barrier (80%), and the lowest reported property was barrier composition (33%). For Instructions for Use, the lowest reported properties were mechanics (31%) and thickness (11%), both of which were not reported on packaging. Descriptive terms for pore size and mechanics were reported inconsistently. To overcome this under-reporting of properties, we propose a novel packaging label with properties chosen from regulatory guidelines, packaging analysis, and literature review. Although standardized terminology has been proposed in literature, property knowledge has not adequately permeated surgery, industry, or regulatory guidelines. There is extreme under-reporting and lack of consistency of clinically important mesh properties. Standardized packaging labels will provide accessibility of these properties and aim to bring standardized terminology into practice. With an increase in access to important properties, this can facilitate intraoperative decision making on a

  11. Effects of atmospheric neutrons on advanced micro-electronic devices, standards and applications

    International Nuclear Information System (INIS)

    Leray, J.L.; Baggio, J.; Ferlet-Cavrois, V.; Flament, O.

    2005-01-01

    Since the 1980's, it is known that terrestrial cosmic rays, mainly reported as atmospheric neutrons, can penetrate the natural shielding of buildings, equipments and circuit package and induce soft errors in integrated circuits and breakdown of power devices. The high-energy neutron fluxes of interest, larger than 10 MeV, range between 10 particles/cm 2 /hour at sea level and 10 4 particles/cm 2 /hour at typical airplanes flight altitude of 30000 feet, with modulation due to solar flares. In the 1990's, the phenomenon has pervaded as a consequence of the road-map of electronic devices especially the down-scaling of transistor dimensions, the increase of signal bandwidth and the increase of the size of DRAM and SRAM memory, stand-alone or embedded on processors and system-on-chips. Failure-in-time and soft error rate became unacceptable. Test standards and design solutions have been proposed to maintain reliability of commercial products and improve those used in special high-reliability equipments such as avionic computers. The paper describes the atmospheric neutron flux, the effects in the main classes of devices and specific cases such as neutron induced single event upset observed in CMOS vs. CMOS/SOI and some mitigation issues. In this paper, a model called CCPM (critical cross-point model) is proposed to provide critical graphs of technology node sensitivity along the scaling trend of CMOS. (authors)

  12. Microelectronic packaging

    CERN Document Server

    Datta, M; Schultze, J Walter

    2004-01-01

    Microelectronic Packaging analyzes the massive impact of electrochemical technologies on various levels of microelectronic packaging. Traditionally, interconnections within a chip were considered outside the realm of packaging technologies, but this book emphasizes the importance of chip wiring as a key aspect of microelectronic packaging, and focuses on electrochemical processing as an enabler of advanced chip metallization.Divided into five parts, the book begins by outlining the basics of electrochemical processing, defining the microelectronic packaging hierarchy, and emphasizing the impac

  13. Potential benefits of a CAD package for designing multivariable control systems

    International Nuclear Information System (INIS)

    Mensah, S.

    1983-01-01

    An open-ended CAD package, MVPACK, has been developed and implemented on a PDP-11/45 minicomputer at the Chalk River Nuclear Laboratories. The package is fully interactive, and includes a comprehensive state-of-the-art methematical library to support development of complex multi-variable control algorithms. Coded in RATFOR, MVPACK operates with a flexible data structure which makes efficient use of minicomputer resources and provides a standard framework for program generation. The existence of a help mechanism enhances the simplicity of package utilization. The capability of the package as a tool for designing control systems is illustrated with the design of a regulating system for an evaporator

  14. mediation: R Package for Causal Mediation Analysis

    Directory of Open Access Journals (Sweden)

    Dustin Tingley

    2014-09-01

    Full Text Available In this paper, we describe the R package mediation for conducting causal mediation analysis in applied empirical research. In many scientific disciplines, the goal of researchers is not only estimating causal effects of a treatment but also understanding the process in which the treatment causally affects the outcome. Causal mediation analysis is frequently used to assess potential causal mechanisms. The mediation package implements a comprehensive suite of statistical tools for conducting such an analysis. The package is organized into two distinct approaches. Using the model-based approach, researchers can estimate causal mediation effects and conduct sensitivity analysis under the standard research design. Furthermore, the design-based approach provides several analysis tools that are applicable under different experimental designs. This approach requires weaker assumptions than the model-based approach. We also implement a statistical method for dealing with multiple (causally dependent mediators, which are often encountered in practice. Finally, the package also offers a methodology for assessing causal mediation in the presence of treatment noncompliance, a common problem in randomized trials.

  15. The CASA Software Package

    Science.gov (United States)

    Petry, Dirk

    2018-03-01

    CASA is the standard science data analysis package for ALMA and VLA but it can also be used for the analysis of data from other observatories. In this talk, I will give an overview of the structure and features of CASA, who develops it, and the present status and plans, and then show typical analysis workflows for ALMA data with special emphasis on the handling of single dish data and its combination with interferometric data.

  16. Utility subroutine package used by Applied Physics Division export codes

    International Nuclear Information System (INIS)

    Adams, C.H.; Derstine, K.L.; Henryson, H. II; Hosteny, R.P.; Toppel, B.J.

    1983-04-01

    This report describes the current state of the utility subroutine package used with codes being developed by the staff of the Applied Physics Division. The package provides a variety of useful functions for BCD input processing, dynamic core-storage allocation and managemnt, binary I/0 and data manipulation. The routines were written to conform to coding standards which facilitate the exchange of programs between different computers

  17. The Packaging Handbook -- A guide to package design

    International Nuclear Information System (INIS)

    Shappert, L.B.

    1995-01-01

    The Packaging Handbook is a compilation of 14 technical chapters and five appendices that address the life cycle of a packaging which is intended to transport radioactive material by any transport mode in normal commerce. Although many topics are discussed in depth, this document focuses on the design aspects of a packaging. The Handbook, which is being prepared under the direction of the US Department of Energy, is intended to provide a wealth of technical guidance that will give designers a better understanding of the regulatory approval process, preferences of regulators in specific aspects of packaging design, and the types of analyses that should be seriously considered when developing the packaging design. Even though the Handbook is concerned with all packagings, most of the emphasis is placed on large packagings that are capable of transporting large radioactive sources that are also fissile (e.g., spent fuel). These are the types of packagings that must address the widest range of technical topics in order to meet domestic and international regulations. Most of the chapters in the Handbook have been drafted and submitted to the Oak Ridge National Laboratory for editing; the majority of these have been edited. This report summarizes the contents

  18. A history of solid waste packaging at the Hanford Site

    International Nuclear Information System (INIS)

    Duncan, D.R.; Weyns-Rollosson, D.I.; Pottmeyer, J.A.; Stratton, T.J.

    1995-02-01

    Since the initiation of the defense materials product mission, a total of more than 600,000 m 3 of radioactive solid waste has been stored or disposed at the US Department of Energy's (DOE) Hanford Site, located in southeastern Washington State. As the DOE complex prepares for its increasing role in environmental restoration and waste remediation, the characterization of buried and retrievably stored waste will become increasingly important. Key to this characterization is an understanding of the standards and specifications to which waste was packaged; the regulations that mandated these standards and specifications; the practices used for handling and packaging different waste types; and the changes in these practices with time

  19. Vertical bone measurements from cone beam computed tomography images using different software packages

    International Nuclear Information System (INIS)

    Vasconcelos, Taruska Ventorini; Neves, Frederico Sampaio; Moraes, Livia Almeida Bueno; Freitas, Deborah Queiroz

    2015-01-01

    This article aimed at comparing the accuracy of linear measurement tools of different commercial software packages. Eight fully edentulous dry mandibles were selected for this study. Incisor, canine, premolar, first molar and second molar regions were selected. Cone beam computed tomography (CBCT) images were obtained with i-CAT Next Generation. Linear bone measurements were performed by one observer on the cross-sectional images using three different software packages: XoranCat®, OnDemand3D® and KDIS3D®, all able to assess DICOM images. In addition, 25% of the sample was reevaluated for the purpose of reproducibility. The mandibles were sectioned to obtain the gold standard for each region. Intraclass coefficients (ICC) were calculated to examine the agreement between the two periods of evaluation; the one-way analysis of variance performed with the post-hoc Dunnett test was used to compare each of the software-derived measurements with the gold standard. The ICC values were excellent for all software packages. The least difference between the software-derived measurements and the gold standard was obtained with the OnDemand3D and KDIS3D (‑0.11 and ‑0.14 mm, respectively), and the greatest, with the XoranCAT (+0.25 mm). However, there was no statistical significant difference between the measurements obtained with the different software packages and the gold standard (p > 0.05). In conclusion, linear bone measurements were not influenced by the software package used to reconstruct the image from CBCT DICOM data. (author)

  20. Vertical bone measurements from cone beam computed tomography images using different software packages

    Energy Technology Data Exchange (ETDEWEB)

    Vasconcelos, Taruska Ventorini; Neves, Frederico Sampaio; Moraes, Livia Almeida Bueno; Freitas, Deborah Queiroz, E-mail: tataventorini@hotmail.com [Universidade Estadual de Campinas (UNICAMP), Piracicaba, SP (Brazil). Faculdade de Odontologia

    2015-03-01

    This article aimed at comparing the accuracy of linear measurement tools of different commercial software packages. Eight fully edentulous dry mandibles were selected for this study. Incisor, canine, premolar, first molar and second molar regions were selected. Cone beam computed tomography (CBCT) images were obtained with i-CAT Next Generation. Linear bone measurements were performed by one observer on the cross-sectional images using three different software packages: XoranCat®, OnDemand3D® and KDIS3D®, all able to assess DICOM images. In addition, 25% of the sample was reevaluated for the purpose of reproducibility. The mandibles were sectioned to obtain the gold standard for each region. Intraclass coefficients (ICC) were calculated to examine the agreement between the two periods of evaluation; the one-way analysis of variance performed with the post-hoc Dunnett test was used to compare each of the software-derived measurements with the gold standard. The ICC values were excellent for all software packages. The least difference between the software-derived measurements and the gold standard was obtained with the OnDemand3D and KDIS3D (‑0.11 and ‑0.14 mm, respectively), and the greatest, with the XoranCAT (+0.25 mm). However, there was no statistical significant difference between the measurements obtained with the different software packages and the gold standard (p > 0.05). In conclusion, linear bone measurements were not influenced by the software package used to reconstruct the image from CBCT DICOM data. (author)

  1. Packaging's Contribution for the Effectiveness of the Space Station's Food Service Operation

    Science.gov (United States)

    Rausch, B. A.

    1985-01-01

    Storage limitations will have a major effect on space station food service. For example: foods with low bulk density such as ice cream, bread, cake, standard type potato chips and other low density snacks, flaked cereals, etc., will exacerbate the problem of space limitations; package containers are inherently volume consuming and refuse creating; and the useful observation that the optimum package is no package at all leads to the tentative conclusion that the least amount of packaging per unit of food, consistent with storage, aesthetics, preservation, cleanliness, cost and disposal criteria, is the most practical food package for the space station. A series of trade offs may have to be made to arrive at the most appropriate package design for a particular type of food taking all the criteria into account. Some of these trade offs are: single serve vs. bulk; conventional oven vs. microwave oven; nonmetallic aseptically vs. non-aseptically packaged foods; and comparison of aseptic vs. nonaseptic food packages. The advantages and disadvantages are discussed.

  2. Program packages for dynamics systems analysis and design

    International Nuclear Information System (INIS)

    Athani, V.V.

    1976-01-01

    The development of computer program packages for dynamic system analysis and design are reported. The purpose of developing these program packages is to take the burden of writing computer programs off the mind of the system engineer and to enable him to concentrate on his main system analysis and design work. Towards this end, four standard computer program packages have been prepared : (1) TFANA - starting from system transfer function this program computes transient response, frequency response, root locus and stability by Routh Hurwitz criterion, (2) TFSYN - classical synthesis using algebraic method of Shipley, (3) MODANA - starting from state equations of the system this program computes solution of state equations, controllability, observability and stability, (4) OPTCON - This program obtains solutions of (i) linear regulator problem, (ii) servomechanism problems and (iii) problem of pole placement. The paper describes these program packages with the help of flowcharts and illustrates their use with the help of examples. (author)

  3. Modeling and characterization of VCSEL-based avionics full-duplex ethernet (AFDX) gigabit links

    Science.gov (United States)

    Ly, Khadijetou S.; Rissons, A.; Gambardella, E.; Bajon, D.; Mollier, J.-C.

    2008-02-01

    Low cost and intrinsic performances of 850 nm Vertical Cavity Surface Emitting Lasers (VCSELs) compared to Light Emitting Diodes make them very attractive for high speed and short distances data communication links through optical fibers. Weight saving and Electromagnetic Interference withstanding requirements have led to the need of a reliable solution to improve existing avionics high speed buses (e.g. AFDX) up to 1Gbps over 100m. To predict and optimize the performance of the link, the physical behavior of the VCSEL must be well understood. First, a theoretical study is performed through the rate equations adapted to VCSEL in large signal modulation. Averaged turn-on delays and oscillation effects are analytically computed and analyzed for different values of the on- and off state currents. This will affect the eye pattern, timing jitter and Bit Error Rate (BER) of the signal that must remain within IEEE 802.3 standard limits. In particular, the off-state current is minimized below the threshold to allow the highest possible Extinction Ratio. At this level, the spontaneous emission is dominating and leads to significant turn-on delay, turn-on jitter and bit pattern effects. Also, the transverse multimode behavior of VCSELs, caused by Spatial Hole Burning leads to some dispersion in the fiber and degradation of BER. VCSEL to Multimode Fiber coupling model is provided for prediction and optimization of modal dispersion. Lastly, turn-on delay measurements are performed on a real mock-up and results are compared with calculations.

  4. Plain packaging of cigarettes: do we have sufficient evidence?

    Science.gov (United States)

    Smith, Collin N; Kraemer, John D; Johnson, Andrea C; Mays, Darren

    2015-01-01

    Tobacco industry marketing is a primary factor influencing cigarette smoking behavior and the cigarette pack has become an important marketing vehicle for tobacco companies. Standardized “plain” cigarette packaging is advocated as a public health policy to prevent and reduce morbidity and mortality caused by smoking by reducing youth smoking initiation and promoting cessation among smokers. Plain packaging was implemented in Australia in December 2012, and several other countries are considering doing so, but each faces foreseeable legal resistance from opponents to such measures. Tobacco companies have challenged these public health policies, citing international trade agreements and intellectual property laws. Decision-making in these court cases will hinge in part on whether the evidence indicates the public health benefits of plain packaging outweigh any potential harm to tobacco manufacturers’ interests. We reviewed the available evidence in support of plain packaging, finding evidence from observational, experimental, and population-based studies. Results indicate that plain packaging can reduce positive perceptions of smoking and dissuade tobacco use. Governments deciding to implement plain cigarette packaging measures can rely on this evidence to help make a strong case that plain packaging plays an important role in the context of comprehensive smoking prevention efforts. PMID:25897269

  5. Method to determine the radioactivity of radioactive waste packages. Basic procedure of the method used to determine the radioactivity of low-level radioactive waste packages generated at nuclear power plants: 2007

    International Nuclear Information System (INIS)

    2008-03-01

    This document describes the procedures adopted in order to determine the radioactivity of low-level radioactive waste packages generated at nuclear power plants in Japan. The standards applied have been approved by the Atomic Energy Society of Japan after deliberations by the Subcommittee on the Radioactivity Verification Method for Waste Packages, the Nuclear Cycle Technical Committee, and the Standards Committee. The method for determining the radioactivity of the low-level radioactive waste packages was based on procedures approved by the Nuclear Safety Commission in 1992. The scaling factor method and other methods of determining radioactivity were then developed on the basis of various investigations conducted, drawing on extensive accumulated knowledge. Moreover, the international standards applied as common guidelines for the scaling factor method were developed by Technical Committee ISO/TC 85, Nuclear Energy, Subcommittee SC 5, Nuclear Fuel Technology. Since the application of accumulated knowledge to future radioactive waste disposal is considered to be rational and justified, such body of knowledge has been documented in a standardized form. The background to this standardization effort, the reasoning behind the determination method as applied to the measurement of radioactivity, as well as other related information, are given in the Annexes hereto. This document includes the following Annexes. Annex 1: (reference) Recorded items related to the determination of the scaling factor. Annex 2 (reference): Principles applied to the determining the radioactivity of waste packages. (author)

  6. Linux OS integrated modular avionics application development framework with apex API of ARINC653 specification

    Directory of Open Access Journals (Sweden)

    Anna V. Korneenkova

    2017-01-01

    Full Text Available The framework is made to provide tools to develop the integrated modular avionics (IMA applications, which could be launched on the target platform LynxOs-178 without modifying their source code. The framework usage helps students to form skills for developing modern modules of the avionics. In addition, students obtain deeper knowledge for the development of competencies in the field of technical creativity by using of the framework.The article describes the architecture and implementation of the Linux OS framework for ARINC653 compliant OS application development.The proposed approach reduces ARINC-653 application development costs and gives a unified tool to implement OS vendor independent code that meets specification. To achieve import substitution free and open-source Linux OS is used as an environment for developing IMA applications.The proposed framework is applicable for using as the tool to develop IMA applications and as the tool for development of the following competencies: the ability to master techniques of using software to solve practical problems, the ability to develop components of hardware and software systems and databases, using modern tools and programming techniques, the ability to match hardware and software tools in the information and automated systems, the readiness to apply the fundamentals of informatics and programming to designing, constructing and testing of software products, the readiness to apply basic methods and tools of software development, knowledge of various technologies of software development.

  7. An Automated Analysis-Synthesis Package for Design Optimization ...

    African Journals Online (AJOL)

    90 standards is developed for the design optimization of framed structures - continuous beams, plane and space trusses and rigid frames, grids and composite truss-rigid frames. The package will enable the structural engineer to effectively and ...

  8. PATRAM '83: 7th international symposium on packaging and transportation of radioactive materials

    International Nuclear Information System (INIS)

    1983-01-01

    Papers were presented at the following sessions: international regulations; materials, fracture toughness of ferritic steels; risk analysis techniques; storage in packagings; packaging design considerations; monolithic cast iron casks; risk analysis; facility/transportation system interface; research and development programs; UF 6 packagings; national regulations; transportation operations and traffic; containment, seals, and leakage; radiation risk experience; emergency response; structural modeling and testing; transportation system planning; institutional issues and public response; packaging systems; thermal analysis and testing; systems analysis; structural analyses; quality assurance; packaging and transportation systems; physical protection; criticality and shielding; transportation operations and experience; standards; shock absorber technology; and information and training for regulatory compliance. Individual summaries are title listed

  9. Structural evaluation of the Shippingport Reactor Pressure Vessel and Neutron Shield Tank package for impact and puncture loads

    International Nuclear Information System (INIS)

    Fischer, L.E.; Chou, C.K.; Lo, T.; Schwartz, M.W.

    1988-06-01

    A structural evaluation of Shippingport Reactor Pressure Vessel and Neutron Shield Tank package for impact and puncture loads under the normal and hypothetical accident conditions of 10 CFR 71 was performed. Component performance criteria for the Shippingport package and the corresponding structural acceptance criteria for these components were developed based on a review of the package geometry, the planned transport environment, and the external radiation standards and dispersal limits of 10 CFR 71. The evaluation was performed using structural analysis methods. A demonstration combining simplified model tests and nonlinear finite element analyses was made to substantiate the structural analysis methods used to evaluate the Shippingport package. The package was analyzed and the results indicate that the package meets external radiation standards and release limits of 10 CFR 71. 13 refs., 50 figs., 19 tabs

  10. 76 FR 8942 - Poison Prevention Packaging Requirements; Proposed Exemption of Powder Formulations of...

    Science.gov (United States)

    2011-02-16

    ..., when a special packaging standard issued under the PPPA is in effect, ``no State or political... Product Safety Commission (``CPSC,'' ``Commission,'' or ``we'') is proposing to amend its child-resistant... would exempt these prescription drug products on the basis that child-resistant packaging is not needed...

  11. Generalized waste package containment model

    International Nuclear Information System (INIS)

    Liebetrau, A.M.; Apted, M.J.

    1985-02-01

    The US Department of Energy (DOE) is developing a performance assessment strategy to demonstrate compliance with standards and technical requirements of the Environmental Protection Agency (EPA) and the Nuclear Regulatory Commission (NRC) for the permanent disposal of high-level nuclear wastes in geologic repositories. One aspect of this strategy is the development of a unified performance model of the entire geologic repository system. Details of a generalized waste package containment (WPC) model and its relationship with other components of an overall repository model are presented in this paper. The WPC model provides stochastically determined estimates of the distributions of times-to-failure of the barriers of a waste package by various corrosion mechanisms and degradation processes. The model consists of a series of modules which employ various combinations of stochastic (probabilistic) and mechanistic process models, and which are individually designed to reflect the current state of knowledge. The WPC model is designed not only to take account of various site-specific conditions and processes, but also to deal with a wide range of site, repository, and waste package configurations. 11 refs., 3 figs., 2 tabs

  12. Loop thermosyphon thermal management of the avionics of an in-flight entertainment system

    International Nuclear Information System (INIS)

    Sarno, C.; Tantolin, C.; Hodot, R.; Maydanik, Yu.; Vershinin, S.

    2013-01-01

    A new generation of in-flight entertainment systems (IFEs) used on board commercial aircrafts is required to provide more and more services (audio, video, internet, multimedia, phone, etc.). But, unlike other avionics systems most of the IFE equipment and boxes are installed inside the cabin and they are not connected to the aircraft cooling system. The most critical equipment of the IFE system is a seat electronic box (SEB) installed under each passenger seat. Fans are necessary to face the increasing power dissipation. But this traditional approach has some drawbacks: extra cost multiplied by the seat number, reliability and maintenance. The objective of this work is to develop and evaluate an alternative completely passive cooling system (PCS) based on a two-phase technology including heat pipes and loop thermosyphons (LTSs) adequately integrated inside the seat structure and using the benefit of the seat frame as a heat sink. Previous works have been performed to evaluate these passive cooling systems which were based on loop heat pipe. This paper presents results of thermal tests of a passive cooling system of the SEB consisting of two LTSs and R141b as a working fluid. These tests have been carried out at different tilt angles and heat loads from 10 to 100 W. It has been shown that the cooled object temperature does not exceed the maximum given value in the range of tilt angles ±20° which is more wider than the range which is typical for ordinary evolution of passenger aircrafts. -- Highlights: ► A passive cooling system has been developed for avionics application. ► The system consists of loop thermosyphons and a passenger seat as a heat sink. ► Successful system tests have been run at heat loads to 100 W and angle tilts to 20°

  13. Qualification testing facility for packages to be used for transport and storage of radioactive materials

    International Nuclear Information System (INIS)

    Vieru, Gheorghe

    2009-01-01

    The radioactive materials (RAM) packaging have to comply to all modes and transport condition, routine or in accident conditions possibly to occur during transportation operations. It is well known that the safety in the transport of RAM is dependent on packaging appropriate for the contents being shipped rather than on operational and/or administrative actions required for the package. The quality of these packages - type A, B or C has to be proved by performing qualification tests in accordance with the ROMANIAN nuclear regulation conditions provided by CNCAN Order no. 357/22.12.2005- 'Norms for a Safe Transport of Radioactive Material', the IAEA Vienna Recommendation stipulated in the Safety standard TS-R-1- Regulation for the Safe Transport of Radioactive Material, 2005 Edition, and other applicable international recommendations. The paper will describe the components of the designed testing facilities, and the qualification testing to be performed for all type A, B and C packages subjected to the testing. In addition, a part of the qualification tests for a package (designed and manufactured in INR Pitesti) used for transport and storage of spent fuel LEU elements of a TRIGA nuclear reactor will be described and analyzed. Quality assurance and quality controls measures taken in order to meet technical specification provided by the design are also presented and commented. The paper concludes that the new Romanian Testing Facilities for RAM packages will comply with the national safe standards as well as with the IAEA applicable recommendation provided by the TS-R-1 safety standard. (author)

  14. dartr: An r package to facilitate analysis of SNP data generated from reduced representation genome sequencing.

    Science.gov (United States)

    Gruber, Bernd; Unmack, Peter J; Berry, Oliver F; Georges, Arthur

    2018-05-01

    Although vast technological advances have been made and genetic software packages are growing in number, it is not a trivial task to analyse SNP data. We announce a new r package, dartr, enabling the analysis of single nucleotide polymorphism data for population genomic and phylogenomic applications. dartr provides user-friendly functions for data quality control and marker selection, and permits rigorous evaluations of conformation to Hardy-Weinberg equilibrium, gametic-phase disequilibrium and neutrality. The package reports standard descriptive statistics, permits exploration of patterns in the data through principal components analysis and conducts standard F-statistics, as well as basic phylogenetic analyses, population assignment, isolation by distance and exports data to a variety of commonly used downstream applications (e.g., newhybrids, faststructure and phylogeny applications) outside of the r environment. The package serves two main purposes: first, a user-friendly approach to lower the hurdle to analyse such data-therefore, the package comes with a detailed tutorial targeted to the r beginner to allow data analysis without requiring deep knowledge of r. Second, we use a single, well-established format-genlight from the adegenet package-as input for all our functions to avoid data reformatting. By strictly using the genlight format, we hope to facilitate this format as the de facto standard of future software developments and hence reduce the format jungle of genetic data sets. The dartr package is available via the r CRAN network and GitHub. © 2017 John Wiley & Sons Ltd.

  15. MEMS packaging

    CERN Document Server

    Hsu , Tai-Ran

    2004-01-01

    MEMS Packaging discusses the prevalent practices and enabling techniques in assembly, packaging and testing of microelectromechanical systems (MEMS). The entire spectrum of assembly, packaging and testing of MEMS and microsystems, from essential enabling technologies to applications in key industries of life sciences, telecommunications and aerospace engineering is covered. Other topics included are bonding and sealing of microcomponents, process flow of MEMS and microsystems packaging, automated microassembly, and testing and design for testing.The Institution of Engineering and Technology is

  16. Packaging design criteria for the Hanford Ecorok Packaging

    International Nuclear Information System (INIS)

    Mercado, M.S.

    1996-01-01

    The Hanford Ecorok Packaging (HEP) will be used to ship contaminated water purification filters from K Basins to the Central Waste Complex. This packaging design criteria documents the design of the HEP, its intended use, and the transportation safety criteria it is required to meet. This information will serve as a basis for the safety analysis report for packaging

  17. Packaging configurations and handling requirements for nuclear materials

    International Nuclear Information System (INIS)

    Jefferson, R.M.

    1981-01-01

    The basic safety concepts for radioactive material are that the package is the primary protection for the public, that the protection afforded by the package should be proportional to the hazard and that the package must be proved by performance. These principles are contained in Department of Energy (DOE), Nuclear Regulatory Commission (NRC) and Department of Transportation (DOT) regulations which classify hazards of various radioactive materials and link packaging requirements to the physical form and quantities being shipped. Packaging requirements are reflected in performance standards to guarantee that shipments of low hazard quantities will survive the rigors of normal transportation and that shipments of high hazard quantities will survive extreme severity transportation accidents. Administrative controls provide for segregation of radioactive material from people and other sensitive or hazardous material. They also provide the necessary information function to control the total amounts in a conveyance and to assure that appropriate emergency response activities be started in case of accidents or other emergencies. Radioactive materials shipped in conjunction with the nuclear reactor programs include, ores, concentrates, gaseous diffusion feedstocks, enriched and depleted uranium, fresh fuel, spent fuel, high level wastes, low level wastes and transuranic wastes. Each material is packaged and shipped in accordance with regulations and all hazard classes, quantity limits and packaging types are called into use. From the minimal requirements needed to ship the low hazard uranium ores or concentrates to the very stringent requirements in packaging and moving high level wastes or spent fuel, the regulatory system provides a means for carrying out transportation of radioactive material which assures low and controlled risk to the public

  18. Modern Housing Retrofit: Assessment of Upgrade Packages to EnerPHit Standard for 1940–1960 State Houses in Auckland

    Directory of Open Access Journals (Sweden)

    Paola Leardini

    2015-03-01

    Full Text Available New Zealand state housing includes a significant portion of problematic buildings constructed after the public housing scheme launched in 1936. Most of these houses are still uninsulated, thus, cold, draughty, mouldy, and progressively decaying; however, as they are fundamental elements of the country’s culture, society, and environment, and are built with good quality materials and sound construction, they are suitable candidates for effective energy upgrades. This paper presents findings of a study on problems and opportunities of retrofitting the state houses built between 1940 and 1960 in the Auckland region. It advocates strategic national policies and initiatives for retrofitting, based on more challenging performance thresholds. The research defines and virtually implements an incremental intervention strategy including different retrofit packages for a typical 1950s stand-alone house. Indoor and outdoor environmental parameters were monitored over a year, and data used to establish a base case for thermal simulation. The upgrade packages were then modelled to assess their impact on the house’s thermal performance, comparing heating requirements and comfort of various insulation and ventilation options. The paper reports on effective ways of preserving the integrity of such a house, while improving its thermal performance to the EnerPHit standard, and discusses the benefits of introducing this holistic approach into New Zealand retrofit practice.

  19. Legal analysis of information displayed on dental material packages: An exploratory research

    Directory of Open Access Journals (Sweden)

    Bhumika Rathore

    2016-01-01

    Full Text Available Introduction: Some of the dental materials possess occupational hazards, preprocedural errors, and patient allergies as suggested by evidence. With due consideration to safety of the patients and dental professionals, it is essential that the trade of these materials is in conformity with the law. Aim: To perform the legal analysis of the information displayed on the packaging of dental materials. Materials and Methods: The Bureau of Indian Standards sets guidelines for packaging and marketing of dental products in India. An exploratory cross-sectional study was performed using various search engines and websites to access the laws and regulations existing pertaining to dental materials packaging. Based on the data obtained, a unique packaging standardization checklist was developed. Dental laboratory and impression plasters, alginates, and endodontic instruments were surveyed for all the available brands. This study considered 16 brands of plasters and alginates and 42 brands of endodontic instruments for legal analysis. Legal analysis was performed using the direct observation checklist. Descriptive statistics were obtained using SPSS version 19. Results: The guidelines set by the Bureau of Indian Standards do exist but are not updated and stand as oblivious guards for marketing standards. Overall compliance to the guidelines was reported to be 18.5% by brands of alginates, 4.1% by plaster of Paris, and 11.11% by endodontic instruments. Wave One™ File reported maximum adherence with the guidelines as 66.7%. Conclusion: This study found lower rate of adherence to the guidelines, thus indicating insufficient information being disclosed to the consumers.

  20. Cardboard Based Packaging Materials as Renewable Thermal Insulation of Buildings: Thermal and Life Cycle Performance

    OpenAIRE

    Čekon, Miroslav; Struhala, Karel; Slávik, Richard

    2017-01-01

    Cardboard based packaging components represent a material with a significant potential of renewable exploitation in buildings. This study presents the results of thermal and environmental analysis of existing packaging materials compared with standard conventional thermal insulations. Experimental measurements were performed to identify the thermal performance of studied cardboard packaging materials. Real-size samples were experimentally tested in laboratory measurements. The thermal resi...

  1. Qualification criteria to certify a package for air transport of plutonium

    International Nuclear Information System (INIS)

    1977-12-01

    The document describes qualification criteria developed by the U.S. Nuclear Regulatory Commission to certify a package for air transport of plutonium. Included in the document is a discussion of aircraft accident conditions and a summary of the technical basis for the qualification criteria. The criteria require prototype packages to be subjected to various individual and sequential tests that simulate the conditions produced in severe aircraft accidents. Specific post-test acceptance standards are prescribed for each of the three safety functions of a package. The qualification criteria also prescribe certain operational controls to be exercised during transport

  2. PaCAL: A Python Package for Arithmetic Computations with Random Variables

    Directory of Open Access Journals (Sweden)

    Marcin Korze?

    2014-05-01

    Full Text Available In this paper we present PaCAL, a Python package for arithmetical computations on random variables. The package is capable of performing the four arithmetic operations: addition, subtraction, multiplication and division, as well as computing many standard functions of random variables. Summary statistics, random number generation, plots, and histograms of the resulting distributions can easily be obtained and distribution parameter ?tting is also available. The operations are performed numerically and their results interpolated allowing for arbitrary arithmetic operations on random variables following practically any probability distribution encountered in practice. The package is easy to use, as operations on random variables are performed just as they are on standard Python variables. Independence of random variables is, by default, assumed on each step but some computations on dependent random variables are also possible. We demonstrate on several examples that the results are very accurate, often close to machine precision. Practical applications include statistics, physical measurements or estimation of error distributions in scienti?c computations.

  3. DSISoft—a MATLAB VSP data processing package

    Science.gov (United States)

    Beaty, K. S.; Perron, G.; Kay, I.; Adam, E.

    2002-05-01

    DSISoft is a public domain vertical seismic profile processing software package developed at the Geological Survey of Canada. DSISoft runs under MATLAB version 5.0 and above and hence is portable between computer operating systems supported by MATLAB (i.e. Unix, Windows, Macintosh, Linux). The package includes processing modules for reading and writing various standard seismic data formats, performing data editing, sorting, filtering, and other basic processing modules. The processing sequence can be scripted allowing batch processing and easy documentation. A structured format has been developed to ensure future additions to the package are compatible with existing modules. Interactive modules have been created using MATLAB's graphical user interface builder for displaying seismic data, picking first break times, examining frequency spectra, doing f- k filtering, and plotting the trace header information. DSISoft modular design facilitates the incorporation of new processing algorithms as they are developed. This paper gives an overview of the scope of the software and serves as a guide for the addition of new modules.

  4. Packaging and labeling of pharmaceutical products obtained from the internet.

    Science.gov (United States)

    Veronin, Michael

    2011-02-15

    package, while 28 products did not have labels affixed to the drug product. In all, 39 of the 41 drug products' packaging would not meet the US guidelines. Aside from the Canadian product, only 1 product from Mexico was dispensed in a container that would meet guidelines established in the United States. In total, 35 products were not dispensed in plastic vials but were dispensed in unit dose packages, paper envelopes with loose dosage forms, blister packs of drugs held together with rubber bands, or a combination of these packaging forms. Results suggest that labeling and packaging standards for international generic drug products are not equivalent to labeling and packaging standards in the United States. This suggests dissimilar and substandard distribution processes compared with those in the United States, which in turn presents a challenge to patient comprehension and health literacy and may affect patient adherence to drug treatment regimens. These findings have strong implications for drug product quality, patient outcomes, therapeutic effectiveness, and safety.

  5. Safety analysis report for packaging: the ORNL lithium hydroxide fire and impact shield

    International Nuclear Information System (INIS)

    Evans, J.H.; Eversole, R.E.; Just, R.A.; Schaich, R.W.

    1984-07-01

    The ORNL Lithium Hydroxide Fire and Impact Shield and its packaging were designed and fabricated at Oak Ridge National Laboratory to permit the transport of Type B quantities of radioactive material and limited quantities of fissionable material. The shield and its packaging were evaluated analytically and experimentally to determine its compliance with the applicable regulations governing containers in which radioactive and fissile materials are transported, and that evaluation is the subject of this report. Computational and test procedures were used to determine the structural integrity and thermal behavior of the shield relative to the general standards for normal conditions of transport and the standards for the hypothetical accident conditions. The results of the evaluation demonstrate that the shield and its packaging are in compliance with the applicable regulations. 16 references, 8 figures, 5 tables

  6. The UK core performance code package

    International Nuclear Information System (INIS)

    Hutt, P.K.; Gaines, N.; McEllin, M.; White, R.J.; Halsall, M.J.

    1991-01-01

    Over the last few years work has been co-ordinated by Nuclear Electric, originally part of the Central Electricity Generating Board, with contributions from the United Kingdom Atomic Energy Authority and British Nuclear Fuels Limited, to produce a generic, easy-to-use and integrated package of core performance codes able to perform a comprehensive range of calculations for fuel cycle design, safety analysis and on-line operational support for Light Water Reactor and Advanced Gas Cooled Reactor plant. The package consists of modern rationalized generic codes for lattice physics (WIMS), whole reactor calculations (PANTHER), thermal hydraulics (VIPRE) and fuel performance (ENIGMA). These codes, written in FORTRAN77, are highly portable and new developments have followed modern quality assurance standards. These codes can all be run ''stand-alone'' but they are also being integrated within a new UNIX-based interactive system called the Reactor Physics Workbench (RPW). The RPW provides an interactive user interface and a sophisticated data management system. It offers quality assurance features to the user and has facilities for defining complex calculational sequences. The Paper reviews the current capabilities of these components, their integration within the package and outlines future developments underway. Finally, the Paper describes the development of an on-line version of this package which is now being commissioned on UK AGR stations. (author)

  7. THE UNMANNED MISSION AVIONICS TEST HELICIOPTER – A FLEXIBLE AND VERSATILE VTOL-UAS EXPERIMENTAL SYSTEM

    Directory of Open Access Journals (Sweden)

    Dr. H.-W. Schulz

    2012-09-01

    Full Text Available civil customers. These applications cover a wide spectrum from R&D programs for the military customer to special services for the civil customer. This paper focuses on the technical conversion of a commercially available VTOL-UAS to ESG's Unmanned Mission Avionics Test Helicopter (UMAT, its concept and operational capabilities. At the end of the paper, the current integration of a radar sensor is described as an example of the UMATs flexibility. The radar sensor is developed by the Fraunhofer Institute for High Frequency Physics and Radar Techniques (FHR. It is integrated by ESG together with the industrial partner SWISS UAV.

  8. Quality Assessment of Sachet Water Packaged Around Kano ...

    African Journals Online (AJOL)

    Thirty brands of sachet water packaged within Kano metropolis were analysed for physico – chemical characteristics; colour, taste, odour, alkalinity, total hardness, pH, chloride, sodium, potassium, calcium, lead, zinc, chromium, copper, cobalt, nickel and manganese using standard methods. All samples were tasteless, ...

  9. Packaging microservices

    DEFF Research Database (Denmark)

    Montesi, Fabrizio; Thrane, Dan Sebastian

    2017-01-01

    We describe a first proposal for a new packaging system for microservices based on the Jolie programming language, called the Jolie Package Manager (JPM). Its main features revolve around service interfaces, which make the functionalities that a service provides and depends on explicit. For the f......We describe a first proposal for a new packaging system for microservices based on the Jolie programming language, called the Jolie Package Manager (JPM). Its main features revolve around service interfaces, which make the functionalities that a service provides and depends on explicit...

  10. The IAGOS-core greenhouse gas package: a measurement system for continuous airborne observations of CO2, CH4, H2O and CO

    Directory of Open Access Journals (Sweden)

    Annette Filges

    2015-09-01

    Full Text Available Within the framework of IAGOS-ERI (In-service Aircraft for a Global Observing System – European Research Infrastructure, a cavity ring-down spectroscopy (CRDS-based measurement system for the autonomous measurement of the greenhouse gases (GHGs CO2 and CH4, as well as CO and water vapour was designed, tested and qualified for deployment on commercial airliners. The design meets requirements regarding physical dimensions (size, weight, performance (long-term stability, low maintenance, robustness, full automation and safety issues (fire-prevention regulations. The system uses components of a commercially available CRDS instrument (G2401-m, Picarro Inc. mounted into a frame suitable for integration in the avionics bay of the Airbus A330 and A340 series. To enable robust and automated operation of the IAGOS-core GHG package over 6-month deployment periods, numerous technical issues had to be addressed. An inlet system was designed to eliminate sampling of larger aerosols, ice particles and water droplets, and to provide additional positive ram-pressure to ensure operation throughout an aircraft altitude operating range up to 12.5 km without an upstream sampling pump. Furthermore, no sample drying is required as the simultaneously measured water vapour mole fraction is used to correct for dilution and spectroscopic effects. This also enables measurements of water vapour throughout the atmosphere. To allow for trace gas measurements to be fully traceable to World Meteorological Organization scales, a two-standard calibration system has been designed and tested, which periodically provides calibration gas to the instrument during flight and on ground for each 6-month deployment period. The first of the IAGOS-core GHG packages is scheduled for integration in 2015. The aim is to have five systems operational within 4 yr, providing regular, long-term GHG observations covering major parts of the globe. This paper presents results from recent test

  11. Plain packaging of cigarettes: do we have sufficient evidence?

    Directory of Open Access Journals (Sweden)

    Smith CN

    2015-04-01

    Full Text Available Collin N Smith,1 John D Kraemer,2 Andrea C Johnson,1 Darren Mays1 1Department of Oncology, Georgetown University Medical Center, Lombardi Comprehensive Cancer Center, Washington, DC, USA; 2Department of Health Systems Administration, School of Nursing and Health Studies, Georgetown University, Washington, DC, USA Abstract: Tobacco industry marketing is a primary factor influencing cigarette smoking behavior and the cigarette pack has become an important marketing vehicle for tobacco companies. Standardized “plain” cigarette packaging is advocated as a public health policy to prevent and reduce morbidity and mortality caused by smoking by reducing youth smoking initiation and promoting cessation among smokers. Plain packaging was implemented in Australia in December 2012, and several other countries are considering doing so, but each faces foreseeable legal resistance from opponents to such measures. Tobacco companies have challenged these public health policies, citing international trade agreements and intellectual property laws. Decision-making in these court cases will hinge in part on whether the evidence indicates the public health benefits of plain packaging outweigh any potential harm to tobacco manufacturers’ interests. We reviewed the available evidence in support of plain packaging, finding evidence from observational, experimental, and population-based studies. Results indicate that plain packaging can reduce positive perceptions of smoking and dissuade tobacco use. Governments deciding to implement plain cigarette packaging measures can rely on this evidence to help make a strong case that plain packaging plays an important role in the context of comprehensive smoking prevention efforts. Keywords: cigarette smoking, tobacco, plain packaging, regulation, policy

  12. MODEL 9977 B(M)F-96 SAFETY ANALYSIS REPORT FOR PACKAGING

    Energy Technology Data Exchange (ETDEWEB)

    Abramczyk, G; Paul Blanton, P; Kurt Eberl, K

    2006-05-18

    This Safety Analysis Report for Packaging (SARP) documents the analysis and testing performed on and for the 9977 Shipping Package, referred to as the General Purpose Fissile Package (GPFP). The performance evaluation presented in this SARP documents the compliance of the 9977 package with the regulatory safety requirements for Type B packages. Per 10 CFR 71.59, for the 9977 packages evaluated in this SARP, the value of ''N'' is 50, and the Transport Index based on nuclear criticality control is 1.0. The 9977 package is designed with a high degree of single containment. The 9977 complies with 10 CFR 71 (2002), Department of Energy (DOE) Order 460.1B, DOE Order 460.2, and 10 CFR 20 (2003) for As Low As Reasonably Achievable (ALARA) principles. The 9977 also satisfies the requirements of the Regulations for the Safe Transport of Radioactive Material--1996 Edition (Revised)--Requirements. IAEA Safety Standards, Safety Series No. TS-R-1 (ST-1, Rev.), International Atomic Energy Agency, Vienna, Austria (2000). The 9977 package is designed, analyzed and fabricated in accordance with Section III of the American Society of Mechanical Engineers (ASME) Boiler and Pressure Vessel (B&PV) Code, 1992 edition.

  13. Demonstration tests for low level radioactive waste packaging safety

    International Nuclear Information System (INIS)

    Nagano, I.; Shimura, S.; Miki, T.; Tamamura, T.; Kunitomi, K.

    1993-01-01

    The transport packaging for low level radioactive waste (so-called the LLW packaging) has been developed to be utilized for transportation of LLW in 200 liter-drums from Japanese nuclear power stations to the LLW Disposal Center at Rokkashomura in Aomori Prefecture. Transportation is expected to start from December in 1992. We will explain the brief history of the development, technical features and specifications as well as two kinds of safety demonstration tests, namely one is '1.2 meter free drop test' and the other is 'ISO container standard test'. (J.P.N.)

  14. Some problems with the food packaging practices in Ghana ...

    African Journals Online (AJOL)

    ... lack of standards and specifications and environmental issues have all been discussed. The effect of the increasing use of plastics as the main packaging material ... How these problems impact on the country's drive towards food security as ...

  15. Application of common packaging materials in the probiotic fresh cheese production

    Directory of Open Access Journals (Sweden)

    Mirela Iličić

    2016-03-01

    Full Text Available The aim of this work was to investigate the application of common packaging materials polypropylene (PP and polystyrene (PS in the probiotic fresh cheese production packaging. Probiotic and traditional cheeses were produced from milk with standardized milk fat content of 2.3 g/100 g including the application of two cultures (probiotic and traditional. The samples were packed in the PP and PS cups and stored at 4 ºC for 30 days. The observed permeability of gases through the two applied packaging materials was significantly different. Cheese samples were analysed for microbiological properties whereby lactic acid bacteria, Bifidobacterium sp. and aerobic mesophilic bacteria (AMB were determined. Packaging materials showed no significant effect on the content of ascorbic acid which is known to be sensitive to the presence of oxygen.

  16. Towards co-packaging of photonics and microelectronics in existing manufacturing facilities

    Science.gov (United States)

    Janta-Polczynski, Alexander; Cyr, Elaine; Bougie, Jerome; Drouin, Alain; Langlois, Richard; Childers, Darrell; Takenobu, Shotaro; Taira, Yoichi; Lichoulas, Ted W.; Kamlapurkar, Swetha; Engelmann, Sebastian; Fortier, Paul; Boyer, Nicolas; Barwicz, Tymon

    2018-02-01

    The impact of integrated photonics on optical interconnects is currently muted by challenges in photonic packaging and in the dense integration of photonic modules with microelectronic components on printed circuit boards. Single mode optics requires tight alignment tolerance for optical coupling and maintaining this alignment in a cost-efficient package can be challenging during thermal excursions arising from downstream microelectronic assembly processes. In addition, the form factor of typical fiber connectors is incompatible with the dense module integration expected on printed circuit boards. We have implemented novel approaches to interfacing photonic chips to standard optical fibers. These leverage standard high throughput microelectronic assembly tooling and self-alignment techniques resulting in photonic packaging that is scalable in manufacturing volume and in the number of optical IOs per chip. In addition, using dense optical fiber connectors with space-efficient latching of fiber patch cables results in compact module size and efficient board integration, bringing the optics closer to the logic chip to alleviate bandwidth bottlenecks. This packaging direction is also well suited for embedding optics in multi-chip modules, including both photonic and microelectronic chips. We discuss the challenges and rewards in this type of configuration such as thermal management and signal integrity.

  17. In-Package Chemistry Abstraction

    Energy Technology Data Exchange (ETDEWEB)

    P.S. Domski

    2003-07-21

    The work associated with the development of this model report was performed in accordance with the requirements established in ''Technical Work Plan for Waste Form Degradation Modeling, Testing, and Analyses in Support of SR and LA'' (BSC 2002a). The in-package chemistry model and in-package chemistry model abstraction are developed to predict the bulk chemistry inside of a failed waste package and to provide simplified expressions of that chemistry. The purpose of this work is to provide the abstraction model to the Performance Assessment Project and the Waste Form Department for development of geochemical models of the waste package interior. The scope of this model report is to describe the development and validation of the in-package chemistry model and in-package chemistry model abstraction. The in-package chemistry model will consider chemical interactions of water with the waste package materials and the waste form for commercial spent nuclear fuel (CSNF) and codisposed high-level waste glass (HLWG) and N Reactor spent fuel (CDNR). The in-package chemistry model includes two sub-models, the first a water vapor condensation (WVC) model, where water enters a waste package as vapor and forms a film on the waste package components with subsequent film reactions with the waste package materials and waste form--this is a no-flow model, the reacted fluids do not exit the waste package via advection. The second sub-model of the in-package chemistry model is the seepage dripping model (SDM), where water, water that may have seeped into the repository from the surrounding rock, enters a failed waste package and reacts with the waste package components and waste form, and then exits the waste package with no accumulation of reacted water in the waste package. Both of the submodels of the in-package chemistry model are film models in contrast to past in-package chemistry models where all of the waste package pore space was filled with water. The

  18. In-Package Chemistry Abstraction

    International Nuclear Information System (INIS)

    P.S. Domski

    2003-01-01

    The work associated with the development of this model report was performed in accordance with the requirements established in ''Technical Work Plan for Waste Form Degradation Modeling, Testing, and Analyses in Support of SR and LA'' (BSC 2002a). The in-package chemistry model and in-package chemistry model abstraction are developed to predict the bulk chemistry inside of a failed waste package and to provide simplified expressions of that chemistry. The purpose of this work is to provide the abstraction model to the Performance Assessment Project and the Waste Form Department for development of geochemical models of the waste package interior. The scope of this model report is to describe the development and validation of the in-package chemistry model and in-package chemistry model abstraction. The in-package chemistry model will consider chemical interactions of water with the waste package materials and the waste form for commercial spent nuclear fuel (CSNF) and codisposed high-level waste glass (HLWG) and N Reactor spent fuel (CDNR). The in-package chemistry model includes two sub-models, the first a water vapor condensation (WVC) model, where water enters a waste package as vapor and forms a film on the waste package components with subsequent film reactions with the waste package materials and waste form--this is a no-flow model, the reacted fluids do not exit the waste package via advection. The second sub-model of the in-package chemistry model is the seepage dripping model (SDM), where water, water that may have seeped into the repository from the surrounding rock, enters a failed waste package and reacts with the waste package components and waste form, and then exits the waste package with no accumulation of reacted water in the waste package. Both of the submodels of the in-package chemistry model are film models in contrast to past in-package chemistry models where all of the waste package pore space was filled with water. The current in-package

  19. THE QUALITY IMPROVEMENT OF PRIMER PACKAGING PROCESS USING SIX SIGMA METHODOLOGY

    Directory of Open Access Journals (Sweden)

    Prima Ditahardiyani

    2008-01-01

    Full Text Available The implementation of Six Sigma has become a common theme in many organizations. This paper presents the Six Sigma methodology and its implementation in a primer packaging process of Cranberry drink. DMAIC (Define, Measure, Analyze, Improve and Control approach is used to analyze and to improve the primer packaging process, which have high variability and defects output. After the improvement, the results showed that there was an increasing sigma level. However, it is not significantly and has not achieved the world standard quality, yet. Therefore, the implementation of Six Sigma in primer packaging process of Cranberry drink still has a room for doing a further research.

  20. The CEBAF test package: A symbolic and dynamic test, histogram and parameter package for on- and off-line particle physics data analysis

    International Nuclear Information System (INIS)

    Wood, S.A.; Abbott, S.

    1995-01-01

    Nuclear physics data analysis programs often use packages, such as Q, that allow parameter values, test definitions and histogram booking parameters to be controlled at run time through external files or shared memory. Data within a physics analyzer are usually referenced by indices, leading to a high use of equivalence statements and to extra bookkeeping. In the CEBAF Test Package (CTP), parameters, tests and histogram definitions defined in external files all refer to data elements by the same variable names as used in the C or Fortran source code for the analyzer. This is accomplished by requirieng the analyzer developer to open-quotes registerclose quotes each variable and array that is to be accessible by the package. Any registered variable as well as the test and histogram definitions may be dynamically read and modified by tasks that communicate via standard networking calls. As this package is implemented in C and requires only HBOOK and SUN RPC networking, it is highly portable. CTP works with the CEBAF Online Data Acquisition system (CODA), but may be used with other data acquisition systems or stand alone

  1. Advancements in meat packaging.

    Science.gov (United States)

    McMillin, Kenneth W

    2017-10-01

    Packaging of meat provides the same or similar benefits for raw chilled and processed meats as other types of food packaging. Although air-permeable packaging is most prevalent for raw chilled red meat, vacuum and modified atmosphere packaging offer longer shelf life. The major advancements in meat packaging have been in the widely used plastic polymers while biobased materials and their integration into composite packaging are receiving much attention for functionality and sustainability. At this time, active and intelligent packaging are not widely used for antioxidant, antimicrobial, and other functions to stabilize and enhance meat properties although many options are being developed and investigated. The advances being made in nanotechnology will be incorporated into food packaging and presumably into meat packaging when appropriate and useful. Intelligent packaging using sensors for transmission of desired information and prompting of subsequent changes in packaging materials, environments or the products to maintain safety and quality are still in developmental stages. Copyright © 2017 Elsevier Ltd. All rights reserved.

  2. Packaging for Sustainability

    CERN Document Server

    Lewis, Helen; Fitzpatrick, Leanne

    2012-01-01

    The packaging industry is under pressure from regulators, customers and other stakeholders to improve packaging’s sustainability by reducing its environmental and societal impacts. This is a considerable challenge because of the complex interactions between products and their packaging, and the many roles that packaging plays in the supply chain. Packaging for Sustainability is a concise and readable handbook for practitioners who are trying to implement sustainability strategies for packaging. Industry case studies are used throughout the book to illustrate possible applications and scenarios. Packaging for Sustainability draws on the expertise of researchers and industry practitioners to provide information on business benefits, environmental issues and priorities, environmental evaluation tools, design for environment, marketing strategies, and challenges for the future.

  3. CDIAC catalog of numeric data packages and computer model packages

    International Nuclear Information System (INIS)

    Boden, T.A.; Stoss, F.W.

    1993-05-01

    The Carbon Dioxide Information Analysis Center acquires, quality-assures, and distributes to the scientific community numeric data packages (NDPs) and computer model packages (CMPs) dealing with topics related to atmospheric trace-gas concentrations and global climate change. These packages include data on historic and present atmospheric CO 2 and CH 4 concentrations, historic and present oceanic CO 2 concentrations, historic weather and climate around the world, sea-level rise, storm occurrences, volcanic dust in the atmosphere, sources of atmospheric CO 2 , plants' response to elevated CO 2 levels, sunspot occurrences, and many other indicators of, contributors to, or components of climate change. This catalog describes the packages presently offered by CDIAC, reviews the processes used by CDIAC to assure the quality of the data contained in these packages, notes the media on which each package is available, describes the documentation that accompanies each package, and provides ordering information. Numeric data are available in the printed NDPs and CMPs, in CD-ROM format, and from an anonymous FTP area via Internet. All CDIAC information products are available at no cost

  4. RH Packaging Program Guidance

    International Nuclear Information System (INIS)

    Washington TRU Solutions, LLC

    2003-01-01

    The purpose of this program guidance document is to provide technical requirements for use, operation, inspection, and maintenance of the RH-TRU 72-B Waste Shipping Package and directly related components. This document complies with the requirements as specified in the RH-TRU 72-B Safety Analysis Report for Packaging (SARP), and Nuclear Regulatory Commission (NRC) Certificate of Compliance (C of C) 9212. If there is a conflict between this document and the SARP and/or C of C, the SARP and/or C of C shall govern. The C of C states: ''...each package must be prepared for shipment and operated in accordance with the procedures described in Chapter 7.0, ''Operating Procedures,'' of the application.'' It further states: ''...each package must be tested and maintained in accordance with the procedures described in Chapter 8.0, ''Acceptance Tests and Maintenance Program of the Application.'' Chapter 9.0 of the SARP tasks the Waste Isolation Pilot Plant (WIPP) Management and Operating (M and O) contractor with assuring the packaging is used in accordance with the requirements of the C of C. Because the packaging is NRC approved, users need to be familiar with 10 CFR (section) 71.11, ''Deliberate Misconduct.'' Any time a user suspects or has indications that the conditions of approval in the C of C were not met, the Carlsbad Field Office (CBFO) shall be notified immediately. CBFO will evaluate the issue and notify the NRC if required. This document details the instructions to be followed to operate, maintain, and test the RH-TRU 72-B packaging. This Program Guidance standardizes instructions for all users. Users shall follow these instructions. Following these instructions assures that operations are safe and meet the requirements of the SARP. This document is available on the Internet at: ttp://www.ws/library/t2omi/t2omi.htm. Users are responsible for ensuring they are using the current revision and change notices. Sites may prepare their own document using the word

  5. What should ''damaged'' mean in air transport of fissile packages

    International Nuclear Information System (INIS)

    Luna, R.E.; Falci, F.P.; Blackman, D.

    1995-01-01

    It is likely that the ongoing process to produce the 1996 version of the IAEA Regulation for the Safe Transport of Radioactive Materials, IAEA Safety Series 6(SS 6) will result in a more stringent package qualification standard for air transport of large quantities of radioactive materials (RAM) than is included in the 1990 version. During the process to define the scope of the new requirements there was extensive discussion of their impact on, and application to, fissile material package qualification criteria. Since fissile materials are shipped in a variety of packagings ranging from exempt to Type B, each packaging of each type must be evaluated for its ability to maintain subcriticality both alone and in arrays and in both damaged and undamaged condition. In the 1990 version of SS 6 ''damaged'' means the condition of a package after it had undergone the ''tests for demonstrating the ability to withstand accident conditions in transport,'' i.e., Type B qualification tests. These tests conditions are typical of severe accidents in surface modes, but are less severe than air mode qualification test environments to be applied to Type C packages. As a result, questions arose about the need for a corresponding change in the 1996 SS 6 to define ''damaged'' to include the Type C test regime for criticality evaluations of fissile packages in air transport

  6. Waste package performance assessment

    International Nuclear Information System (INIS)

    Lester, D.H.

    1981-01-01

    This paper describes work undertaken to assess the life-expectancy and post-failure nuclide release behavior of high-level and waste packages in a geologic repository. The work involved integrating models of individual phenomena (such as heat transfer, corrosion, package deformation, and nuclide transport) and using existing data to make estimates of post-emplacement behavior of waste packages. A package performance assessment code was developed to predict time to package failure in a flooded repository and subsequent transport of nuclides out of the leaking package. The model has been used to evaluate preliminary package designs. The results indicate, that within the limitation of model assumptions and data base, packages lasting a few hundreds of years could be developed. Very long lived packages may be possible but more comprehensive data are needed to confirm this

  7. Edible packaging materials.

    Science.gov (United States)

    Janjarasskul, Theeranun; Krochta, John M

    2010-01-01

    Research groups and the food and pharmaceutical industries recognize edible packaging as a useful alternative or addition to conventional packaging to reduce waste and to create novel applications for improving product stability, quality, safety, variety, and convenience for consumers. Recent studies have explored the ability of biopolymer-based food packaging materials to carry and control-release active compounds. As diverse edible packaging materials derived from various by-products or waste from food industry are being developed, the dry thermoplastic process is advancing rapidly as a feasible commercial edible packaging manufacturing process. The employment of nanocomposite concepts to edible packaging materials promises to improve barrier and mechanical properties and facilitate effective incorporation of bioactive ingredients and other designed functions. In addition to the need for a more fundamental understanding to enable design to desired specifications, edible packaging has to overcome challenges such as regulatory requirements, consumer acceptance, and scaling-up research concepts to commercial applications.

  8. Perceptions of branded and plain cigarette packaging among Mexican youth.

    Science.gov (United States)

    Mutti, Seema; Hammond, David; Reid, Jessica L; White, Christine M; Thrasher, James F

    2017-08-01

    Plain cigarette packaging, which seeks to remove all brand imagery and standardize the shape and size of cigarette packs, represents a novel policy measure to reduce the appeal of cigarettes. Plain packaging has been studied primarily in high-income countries like Australia and the UK. It is unknown whether the effects of plain packaging may differ in low-and-middle income countries with a shorter history of tobacco regulation, such as Mexico. An experimental study was conducted in Mexico City to examine perceptions of branded and plain cigarette packaging among smoking and non-smoking Mexican adolescents (n = 359). Respondents were randomly assigned to a branded or plain pack condition and rated 12 cigarette packages for appeal, taste, harm to health and smoker-image traits. As a behavioral measure of appeal, respondents were offered (although not given) four cigarette packs (either branded or plain) and asked to select one to keep. The findings indicated that branded packs were perceived to be more appealing (β = 3.40, p packaging may reduce brand appeal among Mexican youth, consistent with findings in high-income countries. © The Author 2016. Published by Oxford University Press. All rights reserved. For Permissions, please email: journals.permissions@oup.com.

  9. Packaged Capacitive Pressure Sensor System for Aircraft Engine Health Monitoring

    Science.gov (United States)

    Scardelletti, Maximilian C.; Zorman, Christian A.

    2016-01-01

    This paper describes the development of a packaged silicon carbide (SiC) based MEMS pressure sensor system designed specifically for a conventional turbofan engine. The electronic circuit is based on a Clapp-type oscillator that incorporates a 6H-SiC MESFET, a SiCN MEMS capacitive pressure sensor, titanate MIM capacitors, wirewound inductors, and thick film resistors. The pressure sensor serves as the capacitor in the LC tank circuit, thereby linking pressure to the resonant frequency of the oscillator. The oscillator and DC bias circuitry were fabricated on an alumina substrate and secured inside a metal housing. The packaged sensing system reliably operates at 0 to 350 psi and 25 to 540C. The system has a pressure sensitivity of 6.8 x 10E-2 MHzpsi. The packaged system shows negligible difference in frequency response between 25 and 400C. The fully packaged sensor passed standard benchtop acceptance tests and was evaluated on a flight-worthy engine.

  10. Active Packaging Coatings

    Directory of Open Access Journals (Sweden)

    Luis J. Bastarrachea

    2015-11-01

    Full Text Available Active food packaging involves the packaging of foods with materials that provide an enhanced functionality, such as antimicrobial, antioxidant or biocatalytic functions. This can be achieved through the incorporation of active compounds into the matrix of the commonly used packaging materials, or by the application of coatings with the corresponding functionality through surface modification. The latter option offers the advantage of preserving the packaging materials’ bulk properties nearly intact. Herein, different coating technologies like embedding for controlled release, immobilization, layer-by-layer deposition, and photografting are explained and their potential application for active food packaging is explored and discussed.

  11. Patient assessment within the context of healthcare delivery packages

    DEFF Research Database (Denmark)

    Rossen, Camilla Blach; Buus, Niels; Stenager, Egon

    2016-01-01

    . RESULTS: We constructed five interrelated categories: 1. "Standardized assessing", 2. "Flexibility", which has two sub-categories, 2.1. "Diagnostic options" and 2.2. "Time and organization", and, finally, 3. "Resisting the frames". The process of assessment required all participants to perform...... is a tool for creating coordination, continuity and efficient pathways; each step is pre-booked, and the package has a well-defined content within a predefined category of diseases. The aim of this study was to investigate how assessment processes took place within the context of healthcare delivery...... the predefined work in the specified way at the specified time. Multidisciplinary teamwork was essential for the success of the process. The local organization of the packages influenced the assessment process, most notably the pre-defined scope of relevant diseases targeted by the package. The inflexible frames...

  12. equateIRT: An R Package for IRT Test Equating

    Directory of Open Access Journals (Sweden)

    Michela Battauz

    2015-12-01

    Full Text Available The R package equateIRT implements item response theory (IRT methods for equating different forms composed of dichotomous items. In particular, the IRT models included are the three-parameter logistic model, the two-parameter logistic model, the one-parameter logistic model and the Rasch model. Forms can be equated when they present common items (direct equating or when they can be linked through a chain of forms that present common items in pairs (indirect or chain equating. When two forms can be equated through different paths, a single conversion can be obtained by averaging the equating coefficients. The package calculates direct and chain equating coefficients. The averaging of direct and chain coefficients that link the same two forms is performed through the bisector method. Furthermore, the package provides analytic standard errors of direct, chain and average equating coefficients.

  13. Safety Analysis Report for packaging (onsite) steel waste package

    International Nuclear Information System (INIS)

    BOEHNKE, W.M.

    2000-01-01

    The steel waste package is used primarily for the shipment of remote-handled radioactive waste from the 324 Building to the 200 Area for interim storage. The steel waste package is authorized for shipment of transuranic isotopes. The maximum allowable radioactive material that is authorized is 500,000 Ci. This exceeds the highway route controlled quantity (3,000 A 2 s) and is a type B packaging

  14. PRIDE Surveillance Projects Data Packaging Project Information Package Specification Version 1.1

    Energy Technology Data Exchange (ETDEWEB)

    Kelleher, D. M.; Shipp, R. L.; Mason, J. D.

    2010-08-31

    Information Package Specification version 1.1 describes an XML document format called an information package that can be used to store information in information management systems and other information archives. An information package consists of package information, the context required to understand and use that information, package metadata that describes the information, and XML signatures that protect the information. The information package described in this specification was designed to store Department of Energy (DOE) and National Nuclear Security Administration (NNSA) information and includes the metadata required for that information: a unique package identifier, information marking that conforms to DOE and NNSA requirements, and access control metadata. It is an implementation of the Open Archival Information System (OAIS) Reference Model archival information package tailored to meet NNSA information storage requirements and designed to be used in the computing environments at the Y-12 National Security Complex and at other NNSA sites.

  15. MVPACK: a package for the computer-aided design of multivariable control systems

    International Nuclear Information System (INIS)

    Mensah, S.

    1984-01-01

    The design and analysis of high performing controllers for large complex plants require a collection of interactive, powerful computer software. MVPACK, an open-ended package for the computer aided design of control systems has been developed in the Reactor Control Branch of the Chalk River Nuclear Laboratories. The package is fully interactive, and includes a comprehensive state-of-the-art mathematical library to support development of complex multivariable control algorithms. Coded in RATFOR, MVPACK operates with a flexible data structure which makes efficient use of minicomputer resources and provides a standard framework for program generation. The existence of a help mechanism enhances the simplicity of package utilization. This report provides the technical description of the package. It reviews the specifications used in the design and implementation of the package. The database structure, the supporting libraries and the design and analysis modules of MVPACK are described. The report includes several application examples to illustrate the capability of the package. Experience with MVPACK shows that the package provides a synergistic environment for control and regulation systems design, and that it is a unique tool in training of control system engineers

  16. Transportation and packaging resource guide

    Energy Technology Data Exchange (ETDEWEB)

    Arendt, J.W.; Gove, R.M.; Welch, M.J.

    1994-12-01

    The purpose of this resource guide is to provide a convenient reference document of information that may be useful to the U.S. Department of Energy (DOE) and DOE contractor personnel involved in packaging and transportation activities. An attempt has been made to present the terminology of DOE community usage as it currently exists. DOE`s mission is changing with emphasis on environmental cleanup. The terminology or nomenclature that has resulted from this expanded mission is included for the packaging and transportation user for reference purposes. Older terms still in use during the transition have been maintained. The Packaging and Transportation Resource Guide consists of four sections: Sect. 1, Introduction; Sect. 2, Abbreviations and Acronyms; Sect. 3, Definitions; and Sect. 4, References for packaging and transportation of hazardous materials and related activities, and Appendices A and B. Information has been collected from DOE Orders and DOE documents; U.S Department of Transportation (DOT), U.S. Environmental Protection Agency (EPA), and U.S. Nuclear Regulatory Commission (NRC) regulations; and International Atomic Energy Agency (IAEA) standards and other international documents. The definitions included in this guide may not always be a regulatory definition but are the more common DOE usage. In addition, the definitions vary among regulatory agencies. It is, therefore, suggested that if a definition is to be used in a regulatory or a legal compliance issue, the definition should be verified with the appropriate regulation. To assist in locating definitions in the regulations, a listing of all definition sections in the regulations are included in Appendix B. In many instances, the appropriate regulatory reference is indicated in the right-hand margin.

  17. Transportation and packaging resource guide

    International Nuclear Information System (INIS)

    Arendt, J.W.; Gove, R.M.; Welch, M.J.

    1994-12-01

    The purpose of this resource guide is to provide a convenient reference document of information that may be useful to the U.S. Department of Energy (DOE) and DOE contractor personnel involved in packaging and transportation activities. An attempt has been made to present the terminology of DOE community usage as it currently exists. DOE's mission is changing with emphasis on environmental cleanup. The terminology or nomenclature that has resulted from this expanded mission is included for the packaging and transportation user for reference purposes. Older terms still in use during the transition have been maintained. The Packaging and Transportation Resource Guide consists of four sections: Sect. 1, Introduction; Sect. 2, Abbreviations and Acronyms; Sect. 3, Definitions; and Sect. 4, References for packaging and transportation of hazardous materials and related activities, and Appendices A and B. Information has been collected from DOE Orders and DOE documents; U.S Department of Transportation (DOT), U.S. Environmental Protection Agency (EPA), and U.S. Nuclear Regulatory Commission (NRC) regulations; and International Atomic Energy Agency (IAEA) standards and other international documents. The definitions included in this guide may not always be a regulatory definition but are the more common DOE usage. In addition, the definitions vary among regulatory agencies. It is, therefore, suggested that if a definition is to be used in a regulatory or a legal compliance issue, the definition should be verified with the appropriate regulation. To assist in locating definitions in the regulations, a listing of all definition sections in the regulations are included in Appendix B. In many instances, the appropriate regulatory reference is indicated in the right-hand margin

  18. Aqueous Corrosion Rates for Waste Package Materials

    Energy Technology Data Exchange (ETDEWEB)

    S. Arthur

    2004-10-08

    The purpose of this analysis, as directed by ''Technical Work Plan for: Regulatory Integration Modeling and Analysis of the Waste Form and Waste Package'' (BSC 2004 [DIRS 171583]), is to compile applicable corrosion data from the literature (journal articles, engineering documents, materials handbooks, or standards, and national laboratory reports), evaluate the quality of these data, and use these to perform statistical analyses and distributions for aqueous corrosion rates of waste package materials. The purpose of this report is not to describe the performance of engineered barriers for the TSPA-LA. Instead, the analysis provides simple statistics on aqueous corrosion rates of steels and alloys. These rates are limited by various aqueous parameters such as temperature (up to 100 C), water type (i.e., fresh versus saline), and pH. Corrosion data of materials at pH extremes (below 4 and above 9) are not included in this analysis, as materials commonly display different corrosion behaviors under these conditions. The exception is highly corrosion-resistant materials (Inconel Alloys) for which rate data from corrosion tests at a pH of approximately 3 were included. The waste package materials investigated are those from the long and short 5-DHLW waste packages, 2-MCO/2-DHLW waste package, and the 21-PWR commercial waste package. This analysis also contains rate data for some of the materials present inside the fuel canisters for the following fuel types: U-Mo (Fermi U-10%Mo), MOX (FFTF), Thorium Carbide and Th/U Carbide (Fort Saint Vrain [FSVR]), Th/U Oxide (Shippingport LWBR), U-metal (N Reactor), Intact U-Oxide (Shippingport PWR, Commercial), aluminum-based, and U-Zr-H (TRIGA). Analysis of corrosion rates for Alloy 22, spent nuclear fuel, defense high level waste (DHLW) glass, and Titanium Grade 7 can be found in other analysis or model reports.

  19. Aqueous Corrosion Rates for Waste Package Materials

    International Nuclear Information System (INIS)

    Arthur, S.

    2004-01-01

    The purpose of this analysis, as directed by ''Technical Work Plan for: Regulatory Integration Modeling and Analysis of the Waste Form and Waste Package'' (BSC 2004 [DIRS 171583]), is to compile applicable corrosion data from the literature (journal articles, engineering documents, materials handbooks, or standards, and national laboratory reports), evaluate the quality of these data, and use these to perform statistical analyses and distributions for aqueous corrosion rates of waste package materials. The purpose of this report is not to describe the performance of engineered barriers for the TSPA-LA. Instead, the analysis provides simple statistics on aqueous corrosion rates of steels and alloys. These rates are limited by various aqueous parameters such as temperature (up to 100 C), water type (i.e., fresh versus saline), and pH. Corrosion data of materials at pH extremes (below 4 and above 9) are not included in this analysis, as materials commonly display different corrosion behaviors under these conditions. The exception is highly corrosion-resistant materials (Inconel Alloys) for which rate data from corrosion tests at a pH of approximately 3 were included. The waste package materials investigated are those from the long and short 5-DHLW waste packages, 2-MCO/2-DHLW waste package, and the 21-PWR commercial waste package. This analysis also contains rate data for some of the materials present inside the fuel canisters for the following fuel types: U-Mo (Fermi U-10%Mo), MOX (FFTF), Thorium Carbide and Th/U Carbide (Fort Saint Vrain [FSVR]), Th/U Oxide (Shippingport LWBR), U-metal (N Reactor), Intact U-Oxide (Shippingport PWR, Commercial), aluminum-based, and U-Zr-H (TRIGA). Analysis of corrosion rates for Alloy 22, spent nuclear fuel, defense high level waste (DHLW) glass, and Titanium Grade 7 can be found in other analysis or model reports

  20. HPLOT: the graphics interface package for the HBOOK histogramming package

    International Nuclear Information System (INIS)

    Watkins, H.

    1978-01-01

    The subroutine package HPLOT described in this report, enables the CERN histogramming package HBOOK to produce high-quality pictures by means of high-resolution devices such as plotters. HPLOT can be implemented on any scientific computing system with a Fortran IV compiler and can be interfaced with any graphics package; spectral routines in addition to the basic ones enable users to embellish their histograms. Examples are also given of the use of HPLOT as a graphics package for plotting simple pictures without histograms. (Auth.)

  1. Package

    Directory of Open Access Journals (Sweden)

    Arsić Zoran

    2013-01-01

    Full Text Available It is duty of the seller to pack the goods in a manner which assures their safe arrival and enables their handling in transit and at the place of destination. The problem of packing is relevant in two main respects. First of all the buyer is in certain circumstances entitled to refuse acceptance of the goods if they are not properly packed. Second, the package is relevant to calculation of price and freight based on weight. In the case of export trade, the package should conform to the legislation in the country of destination. The impact of package on environment is regulated by environment protection regulation of Republic if Serbia.

  2. 77 FR 73294 - Requirements for Child-Resistant Packaging: Products Containing Imidazolines Equivalent to 0.08...

    Science.gov (United States)

    2012-12-10

    ... injury or illness than the PPPA standard; and (2) the state or political subdivision applies to the... for Child-Resistant Packaging: Products Containing Imidazolines Equivalent to 0.08 Milligrams or More... Commission (CPSC, Commission, or we) is issuing a rule to require child-resistant (CR) packaging for any over...

  3. Effect of ionizing radiation on the properties of PLA packaging materials

    International Nuclear Information System (INIS)

    Melski, K.; Kubera, H.; Gluszewski, W.; Zimek, Z.

    2011-01-01

    Poly(lactic acid) (PLA) is attractive as a substitute for classical polymer packaging material due to its biodegradability and sufficient mechanical and barrier properties. Presented research was focused on the changes of basic mechanical parameters after ionizing irradiation performed with doses in the range of 2.5-25 kGy, commonly used in radiation sterilization and preservation of foods. Two commercial available PLA packaging films were tested. The influence of radiation dose on the mechanical properties - tensile strength and elongation were determined using standardized methods. Radiation resistance of PLA is sufficient for packaging applications. The investigations of gas products of radiolysis of PLA have been made by gas chromatography after electron beam (EB) irradiations. (authors)

  4. Packaging-radiation disinfestation relationships

    International Nuclear Information System (INIS)

    Highland, H.A.

    1985-01-01

    Foods that are susceptible to insect infestation can be irradiated to destroy the infestation; however, the food must be kept essentially insect-free until consumed, or it must be disinfested again, perhaps repeatedly. Insect-resistant packages can be used to prevent reinfestation, but there are certain requirements that must be fulfilled before a package can be made insect resistant. These include the use of insect-light construction and packaging materials that resist boring insects. The relative insect resistance of various packages and packaging materials is discussed, as are behavior traits such as egressive boring that enables insects to escape from packages and the ability of insects to climb on various packaging materials. Some successful and unsuccessful attempts to make various types of packages insect resistant are discussed, as are factors that must be considered in the selection or development of insect-resistant packages for radiation disinfested foods. The latter factors include biological and physical environments, length of storage periods, stresses on packages during shipment, types of storage facilities, governmental regulations, health requirements, and others

  5. Packaging Printing Today

    Directory of Open Access Journals (Sweden)

    Stanislav Bolanča

    2015-12-01

    Full Text Available Printing packaging covers today about 50% of all the printing products. Among the printing products there are printing on labels, printing on flexible packaging, printing on folding boxes, printing on the boxes of corrugated board, printing on glass packaging, synthetic and metal ones. The mentioned packaging are printed in flexo printing technique, offset printing technique, intaglio halftone process, silk – screen printing, ink ball printing, digital printing and hybrid printing process. The possibilities of particular printing techniques for optimal production of the determined packaging were studied in the paper. The problem was viewed from the technological and economical aspect. The possible printing quality and the time necessary for the printing realization were taken as key parameters. An important segment of the production and the way of life is alocation value and it had also found its place in this paper. The events in the field of packaging printing in the whole world were analyzed. The trends of technique developments and the printing technology for packaging printing in near future were also discussed.

  6. Packaged die heater

    Science.gov (United States)

    Spielberger, Richard; Ohme, Bruce Walker; Jensen, Ronald J.

    2011-06-21

    A heater for heating packaged die for burn-in and heat testing is described. The heater may be a ceramic-type heater with a metal filament. The heater may be incorporated into the integrated circuit package as an additional ceramic layer of the package, or may be an external heater placed in contact with the package to heat the die. Many different types of integrated circuit packages may be accommodated. The method provides increased energy efficiency for heating the die while reducing temperature stresses on testing equipment. The method allows the use of multiple heaters to heat die to different temperatures. Faulty die may be heated to weaken die attach material to facilitate removal of the die. The heater filament or a separate temperature thermistor located in the package may be used to accurately measure die temperature.

  7. Safety Analysis Report for packaging (onsite) steel waste package

    Energy Technology Data Exchange (ETDEWEB)

    BOEHNKE, W.M.

    2000-07-13

    The steel waste package is used primarily for the shipment of remote-handled radioactive waste from the 324 Building to the 200 Area for interim storage. The steel waste package is authorized for shipment of transuranic isotopes. The maximum allowable radioactive material that is authorized is 500,000 Ci. This exceeds the highway route controlled quantity (3,000 A{sub 2}s) and is a type B packaging.

  8. Packaging Printing Today

    OpenAIRE

    Stanislav Bolanča; Igor Majnarić; Kristijan Golubović

    2015-01-01

    Printing packaging covers today about 50% of all the printing products. Among the printing products there are printing on labels, printing on flexible packaging, printing on folding boxes, printing on the boxes of corrugated board, printing on glass packaging, synthetic and metal ones. The mentioned packaging are printed in flexo printing technique, offset printing technique, intaglio halftone process, silk – screen printing, ink ball printing, digital printing and hybrid printing process. T...

  9. Reliability test and failure analysis of high power LED packages

    International Nuclear Information System (INIS)

    Chen Zhaohui; Zhang Qin; Wang Kai; Luo Xiaobing; Liu Sheng

    2011-01-01

    A new type application specific light emitting diode (LED) package (ASLP) with freeform polycarbonate lens for street lighting is developed, whose manufacturing processes are compatible with a typical LED packaging process. The reliability test methods and failure criterions from different vendors are reviewed and compared. It is found that test methods and failure criterions are quite different. The rapid reliability assessment standards are urgently needed for the LED industry. 85 0 C/85 RH with 700 mA is used to test our LED modules with three other vendors for 1000 h, showing no visible degradation in optical performance for our modules, with two other vendors showing significant degradation. Some failure analysis methods such as C-SAM, Nano X-ray CT and optical microscope are used for LED packages. Some failure mechanisms such as delaminations and cracks are detected in the LED packages after the accelerated reliability testing. The finite element simulation method is helpful for the failure analysis and design of the reliability of the LED packaging. One example is used to show one currently used module in industry is vulnerable and may not easily pass the harsh thermal cycle testing. (semiconductor devices)

  10. Over-the-road tests of nuclear materials package response to normal environments

    International Nuclear Information System (INIS)

    Gwinn, K.W.; Glass, R.E.; Edwards, K.R.

    1991-12-01

    In support of the development of American National Standards Institute standards for the transport of radioactive materials, Sandia has a program to characterize the normal transport environment. This program includes both analytical modeling of package and trailer responses, and over-the-road tests to measure those responses. This paper presents the results of a series of over-the-road tests performed using Chem-Nuclear equipment in the Barnwell, SC, area. The test events included a variety of road types such as rough concrete, shock events such as railroad grade crossings, and driver responses such as sharp turns. The response of the package and trailer to these events was measured with accelerometers at various locations to determine the inertial loads. Either load cells or strain gages were used to measure tiedown response. These accelerations and loads were measured on systems with flexible and ''rigid'' tiedowns. The results indicated that while significant accelerations occur on the trailer bed, these do not translate into equivalent loads in either the package or the tiedown system. This indicates that trailer-bed response should not be used in determining the load factor for fatigue calculations of the package components or in determining design loads for tiedowns

  11. Conceptual waste packaging options for deep borehole disposal

    Energy Technology Data Exchange (ETDEWEB)

    Su, Jiann -Cherng [Sandia National Laboratories (SNL-NM), Albuquerque, NM (United States); Hardin, Ernest L. [Sandia National Laboratories (SNL-NM), Albuquerque, NM (United States)

    2015-07-01

    This report presents four concepts for packaging of radioactive waste for disposal in deep boreholes. Two of these are reference-size packages (11 inch outer diameter) and two are smaller (5 inch) for disposal of Cs/Sr capsules. All four have an assumed length of approximately 18.5 feet, which allows the internal length of the waste volume to be 16.4 feet. However, package length and volume can be scaled by changing the length of the middle, tubular section. The materials proposed for use are low-alloy steels, commonly used in the oil-and-gas industry. Threaded connections between packages, and internal threads used to seal the waste cavity, are common oilfield types. Two types of fill ports are proposed: flask-type and internal-flush. All four package design concepts would withstand hydrostatic pressure of 9,600 psi, with factor safety 2.0. The combined loading condition includes axial tension and compression from the weight of a string or stack of packages in the disposal borehole, either during lower and emplacement of a string, or after stacking of multiple packages emplaced singly. Combined loading also includes bending that may occur during emplacement, particularly for a string of packages threaded together. Flask-type packages would be fabricated and heat-treated, if necessary, before loading waste. The fill port would be narrower than the waste cavity inner diameter, so the flask type is suitable for directly loading bulk granular waste, or loading slim waste canisters (e.g., containing Cs/Sr capsules) that fit through the port. The fill port would be sealed with a tapered, threaded plug, with a welded cover plate (welded after loading). Threaded connections between packages and between packages and a drill string, would be standard drill pipe threads. The internal flush packaging concepts would use semi-flush oilfield tubing, which is internally flush but has a slight external upset at the joints. This type of tubing can be obtained with premium, low

  12. ASYS: a computer algebra package for analysis of nonlinear algebraic equations systems

    International Nuclear Information System (INIS)

    Gerdt, V.P.; Khutornoj, N.V.

    1992-01-01

    A program package ASYS for analysis of nonlinear algebraic equations based on the Groebner basis technique is described. The package is written in REDUCE computer algebra language. It has special facilities to treat polynomial ideals of positive dimension, corresponding to algebraic systems with infinitely many solutions. Such systems can be transformed to an equivalent set of subsystems with reduced number of variables in completely automatic way. It often allows to construct the explicit form of a solution set in many problems of practical importance. Some examples and results of comparison with the standard Reduce package GROEBNER and special-purpose systems FELIX and A1PI are given. 21 refs.; 2 tabs

  13. WAPDEG Analysis of Waste Package and Drip shield Degradation

    International Nuclear Information System (INIS)

    K. Mon

    2004-01-01

    [DIRS 170024]) and uses standard mathematical methods to enable easier implementation. The IWPD analysis also provides guidance on implementation of early failures (importance sampling and multinomial distribution usage). These manipulations are evident from standard scientific practices, approaches, or methods and do not require changes to the previously validated models. The IWPD analysis itself (Section 6.4), not the resultant curves from executing the IWPD analysis presented in Section 6.5 (which are for illustrative purposes), is used directly in total system performance assessment (TSPA). The IWPD analysis simulates general corrosion and stress corrosion cracking of the waste package outer barrier and general corrosion of the drip shield. The effects of igneous and seismic events and localized corrosion on drip shield and waste package performance are not evaluated in this report. The outputs of this report are inputs and methodologies used by TSPA to evaluate waste package and drip shield degradation as a function of exposure time under exposure conditions anticipated in the repository. The analyses presented in this report are for the current repository design (BSC 2004 [DIRS 168489])

  14. The development of ISO freight containers as IP-2 packagings

    International Nuclear Information System (INIS)

    Janicki, M.C.; Vaughan, R.A.

    1993-01-01

    Design specifications were developed for ISO freight containers to meet the requirements of the transport regulations in the 1985 Edition of IAEA SS6, and to maximize the technical and commercial benefits offered to consignors by this type of container for the transport and handling of bulk LSA/SCO materials. A range of IP-2 ISO freight containers have been designed and built to these specifications and are in use in the UK. This paper discusses the regulatory considerations which had to be reviewed and interpreted in developing freight containers as Industrial Package Type 2 (IP-2) packagings and the development of performance standards to meet the regulatory requirements. Outline details of the packages developed are indicated together with examples of handling equipment developed to facilitate loading and unloading. (J.P.N.)

  15. Packaging - Materials review

    Energy Technology Data Exchange (ETDEWEB)

    Herrmann, Matthias [Hoppecke Advanced Battery Technology GmbH, 08056 Zwickau (Germany)

    2014-06-16

    Nowadays, a large number of different electrochemical energy storage systems are known. In the last two decades the development was strongly driven by a continuously growing market of portable electronic devices (e.g. cellular phones, lap top computers, camcorders, cameras, tools). Current intensive efforts are under way to develop systems for automotive industry within the framework of electrically propelled mobility (e.g. hybrid electric vehicles, plug-in hybrid electric vehicles, full electric vehicles) and also for the energy storage market (e.g. electrical grid stability, renewable energies). Besides the different systems (cell chemistries), electrochemical cells and batteries were developed and are offered in many shapes, sizes and designs, in order to meet performance and design requirements of the widespread applications. Proper packaging is thereby one important technological step for designing optimum, reliable and safe batteries for operation. In this contribution, current packaging approaches of cells and batteries together with the corresponding materials are discussed. The focus is laid on rechargeable systems for industrial applications (i.e. alkaline systems, lithium-ion, lead-acid). In principle, four different cell types (shapes) can be identified - button, cylindrical, prismatic and pouch. Cell size can be either in accordance with international (e.g. International Electrotechnical Commission, IEC) or other standards or can meet application-specific dimensions. Since cell housing or container, terminals and, if necessary, safety installations as inactive (non-reactive) materials reduce energy density of the battery, the development of low-weight packages is a challenging task. In addition to that, other requirements have to be fulfilled: mechanical stability and durability, sealing (e.g. high permeation barrier against humidity for lithium-ion technology), high packing efficiency, possible installation of safety devices (current interrupt device

  16. Packaging - Materials review

    Science.gov (United States)

    Herrmann, Matthias

    2014-06-01

    Nowadays, a large number of different electrochemical energy storage systems are known. In the last two decades the development was strongly driven by a continuously growing market of portable electronic devices (e.g. cellular phones, lap top computers, camcorders, cameras, tools). Current intensive efforts are under way to develop systems for automotive industry within the framework of electrically propelled mobility (e.g. hybrid electric vehicles, plug-in hybrid electric vehicles, full electric vehicles) and also for the energy storage market (e.g. electrical grid stability, renewable energies). Besides the different systems (cell chemistries), electrochemical cells and batteries were developed and are offered in many shapes, sizes and designs, in order to meet performance and design requirements of the widespread applications. Proper packaging is thereby one important technological step for designing optimum, reliable and safe batteries for operation. In this contribution, current packaging approaches of cells and batteries together with the corresponding materials are discussed. The focus is laid on rechargeable systems for industrial applications (i.e. alkaline systems, lithium-ion, lead-acid). In principle, four different cell types (shapes) can be identified - button, cylindrical, prismatic and pouch. Cell size can be either in accordance with international (e.g. International Electrotechnical Commission, IEC) or other standards or can meet application-specific dimensions. Since cell housing or container, terminals and, if necessary, safety installations as inactive (non-reactive) materials reduce energy density of the battery, the development of low-weight packages is a challenging task. In addition to that, other requirements have to be fulfilled: mechanical stability and durability, sealing (e.g. high permeation barrier against humidity for lithium-ion technology), high packing efficiency, possible installation of safety devices (current interrupt device

  17. Packaging - Materials review

    International Nuclear Information System (INIS)

    Herrmann, Matthias

    2014-01-01

    Nowadays, a large number of different electrochemical energy storage systems are known. In the last two decades the development was strongly driven by a continuously growing market of portable electronic devices (e.g. cellular phones, lap top computers, camcorders, cameras, tools). Current intensive efforts are under way to develop systems for automotive industry within the framework of electrically propelled mobility (e.g. hybrid electric vehicles, plug-in hybrid electric vehicles, full electric vehicles) and also for the energy storage market (e.g. electrical grid stability, renewable energies). Besides the different systems (cell chemistries), electrochemical cells and batteries were developed and are offered in many shapes, sizes and designs, in order to meet performance and design requirements of the widespread applications. Proper packaging is thereby one important technological step for designing optimum, reliable and safe batteries for operation. In this contribution, current packaging approaches of cells and batteries together with the corresponding materials are discussed. The focus is laid on rechargeable systems for industrial applications (i.e. alkaline systems, lithium-ion, lead-acid). In principle, four different cell types (shapes) can be identified - button, cylindrical, prismatic and pouch. Cell size can be either in accordance with international (e.g. International Electrotechnical Commission, IEC) or other standards or can meet application-specific dimensions. Since cell housing or container, terminals and, if necessary, safety installations as inactive (non-reactive) materials reduce energy density of the battery, the development of low-weight packages is a challenging task. In addition to that, other requirements have to be fulfilled: mechanical stability and durability, sealing (e.g. high permeation barrier against humidity for lithium-ion technology), high packing efficiency, possible installation of safety devices (current interrupt device

  18. Patient assessment within the context of healthcare delivery packages: A comparative analysis.

    Science.gov (United States)

    Rossen, Camilla Blach; Buus, Niels; Stenager, Egon; Stenager, Elsebeth

    2016-01-01

    Due to an increased focus on productivity and cost-effectiveness, many countries across the world have implemented a variety of tools for standardizing diagnostics and treatment. In Denmark, healthcare delivery packages are increasingly used for assessment of patients. A package is a tool for creating coordination, continuity and efficient pathways; each step is pre-booked, and the package has a well-defined content within a predefined category of diseases. The aim of this study was to investigate how assessment processes took place within the context of healthcare delivery packages. The study used a constructivist Grounded Theory approach. Ethnographic fieldwork was carried out in three specialized units: a mental health unit and two multiple sclerosis clinics in Southern Denmark, which all used assessment packages. Several types of data were sampled through theoretical sampling. Participant observation was conducted for a total of 126h. Formal and informal interviews were conducted with 12 healthcare professionals and 13 patients. Furthermore, audio recordings were made of 9 final consultations between physicians and patients; 193min of recorded consultations all in all. Lastly, the medical records of 13 patients and written information about packages were collected. The comparative, abductive analysis focused on the process of assessment and the work made by all the actors involved. In this paper, we emphasized the work of healthcare professionals. We constructed five interrelated categories: 1. "Standardized assessing", 2. "Flexibility", which has two sub-categories, 2.1. "Diagnostic options" and 2.2. "Time and organization", and, finally, 3. "Resisting the frames". The process of assessment required all participants to perform the predefined work in the specified way at the specified time. Multidisciplinary teamwork was essential for the success of the process. The local organization of the packages influenced the assessment process, most notably the pre

  19. Thermal Management of Power Semiconductor Packages - Matching Cooling Technologies with Packaging Technologies (Presentation)

    Energy Technology Data Exchange (ETDEWEB)

    Bennion, K.; Moreno, G.

    2010-04-27

    Heat removal for power semiconductor devices is critical for robust operation. Because there are different packaging options, different thermal management technologies, and a range of applications, there is a need for a methodology to match cooling technologies and package configurations to target applications. To meet this need, a methodology was developed to compare the sensitivity of cooling technologies on the overall package thermal performance over a range of power semiconductor packaging configurations. The results provide insight into the trade-offs associated with cooling technologies and package configurations. The approach provides a method for comparing new developments in power semiconductor packages and identifying potential thermal control technologies for the package. The results can help users select the appropriate combination of packaging configuration and cooling technology for the desired application.

  20. NRF TRIGA packaging

    International Nuclear Information System (INIS)

    Clements, M.D.

    1995-11-01

    Training Reactor Isotopes, General Atomics (TRIGA reg-sign) Reactors are in use at four US Department of Energy (DOE) complex facilities and at least 23 university, commercial, or government facilities. The development of the Neutron Radiography Facility (NRF) TRIGA packaging system began in October 1993. The Hanford Site NRF is being shut down and requires an operationally user-friendly transportation and storage packaging system for removal of the TRIGA fuel elements. The NRF TRIGA packaging system is designed to remotely remove the fuel from the reactor and transport the fuel to interim storage (up to 50 years) on the Hanford Site. The packaging system consists of a cask and an overpack. The overpack is used only for transport and is not necessary for storage. Based upon the cask's small size and light weight, small TRIGA reactors will find it versatile for numerous refueling and fuel storage needs. The NRF TRIGA packaging design also provides the basis for developing a certifiable and economical packaging system for other TRIGA reactor facilities. The small size of the NRF TRIGA cask also accommodates placing the cask into a larger certified packaging for offsite transport. The Westinghouse Hanford Company NRF TRIGA packaging, as described herein can serve other DOE sites for their onsite use, and the design can be adapted to serve university reactor facilities, handling a variety of fuel payloads

  1. Evaluation of RDBMS packages for use in astronomy

    Science.gov (United States)

    Page, C. G.; Davenhall, A. C.

    1992-01-01

    Tabular data sets arise in many areas of astronomical data analysis, from raw data (such as photon event lists) to final results (such as source catalogs). The Starlink catalog access and reporting package, SCAR, was originally developed to handle IRAS data and it has been the principal relational DBMS in the Starlink software collection for several years. But SCAR has many limitations and is VMS-specific, while Starlink is in transition from VMS to Unix. Rather than attempt a major re-write of SCAR for Unix, it seemed more sensible to see whether any existing database packages are suitable for general astronomical use. The authors first drew up a list of desirable properties for such a system and then used these criteria to evaluate a number of packages, both free ones and those commercially available. It is already clear that most commercial DBMS packages are not very well suited to the requirements; for example, most cannot carry out efficiently even fairly basic operations such as joining two catalogs on an approximate match of celestial positions. This paper reports the results of the evaluation exercise and notes the problems in using a standard DBMS package to process scientific data. In parallel with this the authors have started to develop a simple database engine that can handle tabular data in a range of common formats including simple direct-access files (such as SCAR and Exosat DBMS tables) and FITS tables (both ASCII and binary).

  2. Method for Determining Optimal Residential Energy Efficiency Retrofit Packages

    Energy Technology Data Exchange (ETDEWEB)

    Polly, B.; Gestwick, M.; Bianchi, M.; Anderson, R.; Horowitz, S.; Christensen, C.; Judkoff, R.

    2011-04-01

    Businesses, government agencies, consumers, policy makers, and utilities currently have limited access to occupant-, building-, and location-specific recommendations for optimal energy retrofit packages, as defined by estimated costs and energy savings. This report describes an analysis method for determining optimal residential energy efficiency retrofit packages and, as an illustrative example, applies the analysis method to a 1960s-era home in eight U.S. cities covering a range of International Energy Conservation Code (IECC) climate regions. The method uses an optimization scheme that considers average energy use (determined from building energy simulations) and equivalent annual cost to recommend optimal retrofit packages specific to the building, occupants, and location. Energy savings and incremental costs are calculated relative to a minimum upgrade reference scenario, which accounts for efficiency upgrades that would occur in the absence of a retrofit because of equipment wear-out and replacement with current minimum standards.

  3. Natural additives and agricultural wastes in biopolymer formulations for food packaging

    Science.gov (United States)

    Valdés, Arantzazu; Mellinas, Ana Cristina; Ramos, Marina; Garrigós, María Carmen; Jiménez, Alfonso

    2014-02-01

    The main directions in food packaging research are targeted towards improvements in food quality and food safety. For this purpose, food packaging providing longer product shelf-life, as well as the monitoring of safety and quality based upon international standards, is desirable. New active packaging strategies represent a key area of development in new multifunctional materials where the use of natural additives and/or agricultural wastes is getting increasing interest. The development of new materials, and particularly innovative biopolymer formulations, can help to address these requirements and also with other packaging functions such as: food protection and preservation, marketing and smart communication to consumers. The use of biocomposites for active food packaging is one of the most studied approaches in the last years on materials in contact with food. Applications of these innovative biocomposites could help to provide new food packaging materials with improved mechanical, barrier, antioxidant and antimicrobial properties. From the food industry standpoint, concerns such as the safety and risk associated with these new additives, migration properties and possible human ingestion and regulations need to be considered. The latest innovations in the use of these innovative formulations to obtain biocomposites are reported in this review. Legislative issues related to the use of natural additives and agricultural wastes in food packaging systems are also discussed.

  4. Natural additives and agricultural wastes in biopolymer formulations for food packaging.

    Science.gov (United States)

    Valdés, Arantzazu; Mellinas, Ana Cristina; Ramos, Marina; Garrigós, María Carmen; Jiménez, Alfonso

    2014-01-01

    The main directions in food packaging research are targeted toward improvements in food quality and food safety. For this purpose, food packaging providing longer product shelf-life, as well as the monitoring of safety and quality based upon international standards, is desirable. New active packaging strategies represent a key area of development in new multifunctional materials where the use of natural additives and/or agricultural wastes is getting increasing interest. The development of new materials, and particularly innovative biopolymer formulations, can help to address these requirements and also with other packaging functions such as: food protection and preservation, marketing and smart communication to consumers. The use of biocomposites for active food packaging is one of the most studied approaches in the last years on materials in contact with food. Applications of these innovative biocomposites could help to provide new food packaging materials with improved mechanical, barrier, antioxidant, and antimicrobial properties. From the food industry standpoint, concerns such as the safety and risk associated with these new additives, migration properties and possible human ingestion and regulations need to be considered. The latest innovations in the use of these innovative formulations to obtain biocomposites are reported in this review. Legislative issues related to the use of natural additives and agricultural wastes in food packaging systems are also discussed.

  5. Natural additives and agricultural wastes in biopolymer formulations for food packaging

    Directory of Open Access Journals (Sweden)

    Arantzazu eValdés

    2014-02-01

    Full Text Available The main directions in food packaging research are targeted towards improvements in food quality and food safety. For this purpose, food packaging providing longer product shelf-life, as well as the monitoring of safety and quality based upon international standards, is desirable. New active packaging strategies represent a key area of development in new multifunctional materials where the use of natural additives and/or agricultural wastes is getting increasing interest. The development of new materials, and particularly innovative biopolymer formulations, can help to address these requirements and also with other packaging functions such as: food protection and preservation, marketing and smart communication to consumers. The use of biocomposites for active food packaging is one of the most studied approaches in the last years on materials in contact with food. Applications of these innovative biocomposites could help to provide new food packaging materials with improved mechanical, barrier, antioxidant and antimicrobial properties. From the food industry standpoint, concerns such as the safety and risk associated with these new additives, migration properties and possible human ingestion and regulations need to be considered. The latest innovations in the use of these innovative formulations to obtain biocomposites are reported in this review. Legislative issues related to the use of natural additives and agricultural wastes in food packaging systems are also discussed.

  6. A software package for biomedical image processing and analysis

    International Nuclear Information System (INIS)

    Goncalves, J.G.M.; Mealha, O.

    1988-01-01

    The decreasing cost of computing power and the introduction of low cost imaging boards justifies the increasing number of applications of digital image processing techniques in the area of biomedicine. There is however a large software gap to be fulfilled, between the application and the equipment. The requirements to bridge this gap are twofold: good knowledge of the hardware provided and its interface to the host computer, and expertise in digital image processing and analysis techniques. A software package incorporating these two requirements was developed using the C programming language, in order to create a user friendly image processing programming environment. The software package can be considered in two different ways: as a data structure adapted to image processing and analysis, which acts as the backbone and the standard of communication for all the software; and as a set of routines implementing the basic algorithms used in image processing and analysis. Hardware dependency is restricted to a single module upon which all hardware calls are based. The data structure that was built has four main features: hierchical, open, object oriented, and object dependent dimensions. Considering the vast amount of memory needed by imaging applications and the memory available in small imaging systems, an effective image memory management scheme was implemented. This software package is being used for more than one and a half years by users with different applications. It proved to be an excellent tool for helping people to get adapted into the system, and for standardizing and exchanging software, yet preserving flexibility allowing for users' specific implementations. The philosophy of the software package is discussed and the data structure that was built is described in detail

  7. Packaging for Food Service

    Science.gov (United States)

    Stilwell, E. J.

    1985-01-01

    Most of the key areas of concern in packaging the three principle food forms for the space station were covered. It can be generally concluded that there are no significant voids in packaging materials availability or in current packaging technology. However, it must also be concluded that the process by which packaging decisions are made for the space station feeding program will be very synergistic. Packaging selection will depend heavily on the preparation mechanics, the preferred presentation and the achievable disposal systems. It will be important that packaging be considered as an integral part of each decision as these systems are developed.

  8. Waste Package Lifting Calculation

    International Nuclear Information System (INIS)

    H. Marr

    2000-01-01

    The objective of this calculation is to evaluate the structural response of the waste package during the horizontal and vertical lifting operations in order to support the waste package lifting feature design. The scope of this calculation includes the evaluation of the 21 PWR UCF (pressurized water reactor uncanistered fuel) waste package, naval waste package, 5 DHLW/DOE SNF (defense high-level waste/Department of Energy spent nuclear fuel)--short waste package, and 44 BWR (boiling water reactor) UCF waste package. Procedure AP-3.12Q, Revision 0, ICN 0, calculations, is used to develop and document this calculation

  9. Certification of packagings: compliance with DOT specification 7A packaging requirements

    International Nuclear Information System (INIS)

    Edling, D.A.

    1976-01-01

    A study was conducted to determine which of the packagings currently listed in CFR 49 Section 173.395 a.1-5, meet the Specification 7A requirements (CFR 49 Section 173.350). According to DOT HM-111 the present listing of various authorized DOT specifications in Section 173.394 and Section 173.395 (Type A containers) of ICC Tariff No. 27 would be deleted with complete reliance being placed on the use of DOT 7A, Type A general packaging specification. Each user of a Specification 7A package would be required to document and maintain on file for one year a written record of his determination of compliance with the DOT Specification 7A performance requirements. All the specification packagings listed in CFR 49 Section 173.395a.1-5 were tested and shown to meet the Specification 7A criteria; however, in many cases qualifications were placed on their use. Forty-nine specification packagings were tested and shown to meet the DOT Specification 7A performance requirements and since there were several styles of some specific packagings, this amounts to greater than 80 packagings. The extensive testing generally indicated a high degree of containment integrity in the packagings tested and the documentation discussed is a valuable tool for shippers of Type A quantities of radioactive materials

  10. CRISTAL V2 Package: Principles and validation domain

    International Nuclear Information System (INIS)

    Gomit, Jean-Michel; Cochet, Bertrand; Leclaire, Nicolas; Carmouze, Coralie; Damian, Frederic; Entringer, Arnaud; Gagnier, Emmanuel

    2017-04-01

    The purpose of this document is to provide a comprehensive and global view of the CRISTAL V2 package. In particular, it sets out the principles of the computational approaches available to the user, through four calculation 'routes': - the 'multigroup Monte Carlo' route, - the 'multigroup deterministic' route, - the 'point-wise Monte Carlo' route, - the 'criticality standard calculation' route. (authors)

  11. Safety analysis report for packaging: neutron shipping cask, model 4T

    International Nuclear Information System (INIS)

    Peterson, R.T.

    1977-01-01

    This Safety Analysis Report for Packaging demonstrates that the neutron shipping cask can safely transport, in solid or powder form, all isotopes of uranium, plutonium, americium, curium, berkelium, californium, einsteinium, and fermium. The cask and its contents are described. It also evaluates transport conditions, structural parameters (e.g., load resistance, pressure and impact effects, lifting and tiedown devices), and shielding. Finally, it discusses compliance with Chapter 0529 of the Energy Research and Development Administration Manual, Safety Standards for the Packaging of Fissile and Other Radioactive Materials

  12. Anhydrous Ammonia Training Module. Trainer's Package. Participant's Package.

    Science.gov (United States)

    Beaudin, Bart; And Others

    This document contains a trainer's and a participant's package for teaching employees on site safe handling procedures for working with anhydrous ammonia, especially on farms. The trainer's package includes the following: a description of the module; a competency; objectives; suggested instructional aids; a training outline (or lesson plan) for…

  13. Nuclear criticality safety assessment of ORR, NBS, and HFBR fuel element shipping package

    International Nuclear Information System (INIS)

    Thomas, J.T.

    1979-01-01

    A fuel element shipping package employing a borated-phenolic foam as a thermal insulating material is designed to transport as many as seven fuel elements for use in the Oak Ridge Research Reactor, the Brookhaven Fast Beam Reactor, or the National Bureau of Standards Reactor. This report presents the criticality safety evaluation and demonstrates that the requirements for a Fissile Class I package are satisfied by the design

  14. Progress and challenges associated with halal authentication of consumer packaged goods.

    Science.gov (United States)

    Premanandh, Jagadeesan; Bin Salem, Samara

    2017-11-01

    Abusive business practices are increasingly evident in consumer packaged goods. Although consumers have the right to protect themselves against such practices, rapid urbanization and industrialization result in greater distances between producers and consumers, raising serious concerns on the supply chain. The operational complexities surrounding halal authentication pose serious challenges on the integrity of consumer packaged goods. This article attempts to address the progress and challenges associated with halal authentication. Advancement and concerns on the application of new, rapid analytical methods for halal authentication are discussed. The significance of zero tolerance policy in consumer packaged foods and its impact on analytical testing are presented. The role of halal assurance systems and their challenges are also considered. In conclusion, consensus on the establishment of one standard approach coupled with a sound traceability system and constant monitoring would certainly improve and ensure halalness of consumer packaged goods. © 2017 Society of Chemical Industry. © 2017 Society of Chemical Industry.

  15. Green Packaging Development. : A way to efficient, effective and more environmental friendly packaging solutions.

    OpenAIRE

    Mian Muhammad, Masoud

    2011-01-01

    Growing pressure on the packaging design to enhance the environmental and logistics performance of a packaging system stresses the packaging designers to search new design strategies that not only fulfill logistics requirements in the supply chain, but also reduce the CO 2emissions during the packaging life cycle. This thesis focuses on the packaging design process and suggests some improvements by considering its logistics performance and CO 2emissions. A Green packaging development model wa...

  16. Technical basis for storage of elastomer-sealed produce cans in the DOE-STD-3013-94 package

    International Nuclear Information System (INIS)

    Horrell, D.R.; Stakebake, J.L.; Szempruch, R.W.

    1996-11-01

    Department of Energy standard DOE-STD-3013-94 establishes criteria for the long-term packaging of plutonium metal and oxide. The inclusion of organic materials in sealed packages of plutonium may produce gases that contribute to container pressurization. To expedite processing, it would be desirable to permit, within the DOE-outlined criteria, limited amounts of organic materials to be used as a sealing gasket in some packaging containers. This paper presents a technical basis for allowing elastomer-sealed cans to be packaged inside the sealed inner container of a double weld-sealed DOE-STD-3013-94 container system

  17. Structural and Thermal Safety Analysis Report for the Type B Radioactive Waste Transport Package

    Energy Technology Data Exchange (ETDEWEB)

    Kim, D. H.; Seo, K. S.; Lee, J. C.; Bang, K. S

    2007-09-15

    We carried out structural safety evaluation for the type B radioactive waste transport package. Requirements for type B packages according to the related regulations such as IAEA Safety Standard Series No. TS-R-1, Korea Most Act. 2001-23 and US 10 CFR Part 71 were evaluated. General requirements for packages such as those for a lifting attachment, a tie-down attachment and pressure condition were considered. For the type B radioactive waste transport package, the structural, thermal and containment analyses were carried out under the normal transport conditions. Also the safety analysis were conducted under the accidental transport conditions. The 9 m drop test, 1 m puncture test, fire test and water immersion test under the accidental transport conditions were consecutively done. The type B radioactive waste transport packages were maintained the structural and thermal integrities.

  18. ATMX-600 rail car safety analysis report for packaging (SARP)

    International Nuclear Information System (INIS)

    Adcock, F.E.; McCarthy, J.D.

    1977-01-01

    The ATMX-600 series rail car is used by Rockwell International, Rocky Flats Plant, for shipping low-level radioactive waste under the provisions of DOT Special Permit 5948. Fissile Class I shipments are authorized with the car loaded to capacity with drums containing up to 200 g of 239 Pu. Inner packaging may be polyethylene-lined steel drums or fiberglass-coated plywood crates. These massive double-walled steel cars provide the equivalent protection of a Type B package. Rapid loading and unloading of the 9- by 9- by 50-ft cargo space is accomplished by prepackaging the waste in standard 20-ft steel cargo containers. The ATMX-600 rail car will hold two cargo containers, each carrying seventy 55-gal drums and up to 44,800 lb gross weight. Improvements to inner packaging and current shipping practices are discussed

  19. IN-PACKAGE CHEMISTRY ABSTRACTION

    Energy Technology Data Exchange (ETDEWEB)

    E. Thomas

    2005-07-14

    This report was developed in accordance with the requirements in ''Technical Work Plan for Postclosure Waste Form Modeling'' (BSC 2005 [DIRS 173246]). The purpose of the in-package chemistry model is to predict the bulk chemistry inside of a breached waste package and to provide simplified expressions of that chemistry as a function of time after breach to Total Systems Performance Assessment for the License Application (TSPA-LA). The scope of this report is to describe the development and validation of the in-package chemistry model. The in-package model is a combination of two models, a batch reactor model, which uses the EQ3/6 geochemistry-modeling tool, and a surface complexation model, which is applied to the results of the batch reactor model. The batch reactor model considers chemical interactions of water with the waste package materials, and the waste form for commercial spent nuclear fuel (CSNF) waste packages and codisposed (CDSP) waste packages containing high-level waste glass (HLWG) and DOE spent fuel. The surface complexation model includes the impact of fluid-surface interactions (i.e., surface complexation) on the resulting fluid composition. The model examines two types of water influx: (1) the condensation of water vapor diffusing into the waste package, and (2) seepage water entering the waste package as a liquid from the drift. (1) Vapor-Influx Case: The condensation of vapor onto the waste package internals is simulated as pure H{sub 2}O and enters at a rate determined by the water vapor pressure for representative temperature and relative humidity conditions. (2) Liquid-Influx Case: The water entering a waste package from the drift is simulated as typical groundwater and enters at a rate determined by the amount of seepage available to flow through openings in a breached waste package.

  20. IN-PACKAGE CHEMISTRY ABSTRACTION

    International Nuclear Information System (INIS)

    E. Thomas

    2005-01-01

    This report was developed in accordance with the requirements in ''Technical Work Plan for Postclosure Waste Form Modeling'' (BSC 2005 [DIRS 173246]). The purpose of the in-package chemistry model is to predict the bulk chemistry inside of a breached waste package and to provide simplified expressions of that chemistry as a function of time after breach to Total Systems Performance Assessment for the License Application (TSPA-LA). The scope of this report is to describe the development and validation of the in-package chemistry model. The in-package model is a combination of two models, a batch reactor model, which uses the EQ3/6 geochemistry-modeling tool, and a surface complexation model, which is applied to the results of the batch reactor model. The batch reactor model considers chemical interactions of water with the waste package materials, and the waste form for commercial spent nuclear fuel (CSNF) waste packages and codisposed (CDSP) waste packages containing high-level waste glass (HLWG) and DOE spent fuel. The surface complexation model includes the impact of fluid-surface interactions (i.e., surface complexation) on the resulting fluid composition. The model examines two types of water influx: (1) the condensation of water vapor diffusing into the waste package, and (2) seepage water entering the waste package as a liquid from the drift. (1) Vapor-Influx Case: The condensation of vapor onto the waste package internals is simulated as pure H 2 O and enters at a rate determined by the water vapor pressure for representative temperature and relative humidity conditions. (2) Liquid-Influx Case: The water entering a waste package from the drift is simulated as typical groundwater and enters at a rate determined by the amount of seepage available to flow through openings in a breached waste package

  1. Lithium niobate packaging challenges

    International Nuclear Information System (INIS)

    Murphy, E.J.; Holmes, R.J.; Jander, R.B.; Schelling, A.W.

    1988-01-01

    The use of lithium niobate integrated optic devices outside of the research laboratory is predicated on the development of a sound packaging method. The authors present a discussion of the many issues that face the development of a viable, robust packaging technology. The authors emphasize the interaction of lithium niobate's physical properties with available packaging materials and technologies. The broad range of properties (i.e. electro-optic, piezo-electric, pyro-electric, photorefractive...) that make lithium niobate an interesting material in many device applications also make it a packaging challenge. The package design, materials and packaging technologies must isolate the device from the environment so that lithium niobate's properties do not adversely affect the device performance

  2. The IAGOS GHG package: a measurement system for continuous airborne observations of CO2, CH4, H2O and CO

    Science.gov (United States)

    Gerbig, C.; Filges, A.; Franke, H.; Klaus, C.; Chen, H.

    2012-12-01

    A cavity ring-down spectroscopy (CRDS) based measurement system for greenhouse gases was designed, tested, and qualified for deployment on commercial airliners within the IAGOS-ERI (In-service Aircraft for a Global Observing System - European Research Infrastructure) project. The design meets requirements regarding physical dimensions (size, weight), performance (long term stability, low maintenance, robustness, full automation) and safety issues (fire prevention regulations). The system uses components of a commercially available CRDS instrument (G2401-m, Picarro Inc.) integrated in a frame suitable for integration in the avionics bay of the Airbus A-340. The first of the IAGOS GHG packages is scheduled for integration in early 2013. The aim is to have seven systems operational within four years, providing for long-term GHG observations with near-global coverage. To enable robust and automated operation of the IAGOS GHG package over six-month deployment periods, numerous technical issues had to be addressed. An inlet system, designed as virtual impactor to eliminate sampling of larger aerosols, ice particles, and water droplets, and provides additional positive ram-pressure. In combination with a lowered sample flow of 0.1 slpm, this ensures a fully controlled sample pressure in the cavity of 140 torr throughout the aircraft altitude operating range up to 12.5 km without the need of an upstream sampling pump. Furthermore, no sample drying is required, as the simultaneously measured water vapor mole fraction is used to correct for dilution and spectroscopic effects. This also enables the collection of science-quality water vapor measurements throughout the atmosphere. To allow for trace gas measurements to be fully traceable to WMO scales, a two-standard calibration system has been designed and tested that periodically provides calibration gas to the instrument during flight and on ground. A targeted six-month deployment cycle followed by maintenance of the package

  3. User friendly packaging

    DEFF Research Database (Denmark)

    Geert Jensen, Birgitte

    2010-01-01

    Most consumers have experienced occasional problems with opening packaging. Tomato sauce from the tinned mackerel splattered all over the kitchen counter, the unrelenting pickle jar lid, and the package of sliced ham that cannot be opened without a knife or a pair of scissors. The research project...... “User-friendly Packaging” aims to create a platform for developing more user-friendly packaging. One intended outcome of the project is a guideline that industry can use in development efforts. The project also points the way for more extended collaboration between companies and design researchers. How...... can design research help industry in packaging innovation?...

  4. High-power microwave LDMOS transistors for wireless data transmission technologies (Review)

    International Nuclear Information System (INIS)

    Kuznetsov, E. V.; Shemyakin, A. V.

    2010-01-01

    The fields of the application, structure, fabrication, and packaging technology of high-power microwave LDMOS transistors and the main advantages of these devices were analyzed. Basic physical parameters and some technology factors were matched for optimum device operation. Solid-state microwave electronics has been actively developed for the last 10-15 years. Simultaneously with improvement of old devices, new devices and structures are actively being adopted and developed and new semiconductor materials are being commercialized. Microwave LDMOS technology is in demand in such fields as avionics, civil and military radars, repeaters, base stations of cellular communication systems, television and broadcasting transmitters, and transceivers for high-speed wireless computer networks (promising Wi-Fi and Wi-Max standards).

  5. DNA Packaging by λ-Like Bacteriophages: Mutations Broadening the Packaging Specificity of Terminase, the λ-Packaging Enzyme

    OpenAIRE

    Feiss, Michael; Reynolds, Erin; Schrock, Morgan; Sippy, Jean

    2010-01-01

    The DNA-packaging specificities of phages λ and 21 depend on the specific DNA interactions of the small terminase subunits, which have support helix-turn-recognition helix-wing DNA-binding motifs. λ-Terminase with the recognition helix of 21 preferentially packages 21 DNA. This chimeric terminase's ability to package λDNA is reduced ∼20-fold. Phage λ with the chimeric terminase is unable to form plaques, but pseudorevertants are readily obtained. Some pseudorevertants have trans-acting suppre...

  6. Overview of the DOE-EM Packaging Certification Program

    International Nuclear Information System (INIS)

    Feldman, M.R.; Bennett, M.E.; Shuler, J.M.

    2009-01-01

    The U.S. Department of Transportation, in 49 CFR 173.7(d) grants the U.S. Department of Energy (DOE) the power to use 'packagings made by or under the direction of the U.S. Department of Energy... for the transportation of Class 7 materials when evaluated, approved and certified by the Department of Energy against packaging standards equivalent to those specified in 10 CFR part 71'. Via DOE Order 460.1B, DOE has established the DOE Packaging Certification Program (PCP) within the Department of Environmental Management for purposes including the certification of radioactive materials packages for DOE use. This paper will provide an overview of the programs and activities currently undertaken by the PCP in support of the safe transport of radioactive materials, including technical review of Safety Analysis Reports for Packaging, development of guidance documents and training courses, a quality assurance audit and field assessment program, database and docket management, and testing and test methodology development. The paper will also highlight the various organizations currently utilized by the PCP to meet the requirements of DOE O 460.1B, as well as some creative and effective methods that are being used to meet program objectives. The DOE Package Certification Program's primary function is to perform technical reviews of SARPs in support of the packaging certification process to ensure that the maximum protection is afforded to the public, all federal regulations are met, and the process is as time-effective and cost-effective as possible. Five additional specific functions are also supported by the PCP: development of guidance documents, training courses, a QA audit and field assessment program, database and docket management, and testing methods development. Each of these functions individually contributes to the overall mission of the PCP as defined in DOE O 460.1B. Taken as a whole, these functions represent a robust program to ensure the safety of workers

  7. The paradox of packaging optimization – a characterization of packaging source reduction in the Netherlands

    NARCIS (Netherlands)

    van Sluisveld, M.A.E.; Worrell, E.

    2013-01-01

    The European Council Directive 94/62/EC for Packaging and Packaging Waste requires that Member States implement packaging waste prevention measures. However, consumption and subsequently packaging waste figures are still growing annually. It suggests that policies to accomplish packaging waste

  8. FUMACS-G, a Graphical User Interface for FUMACS Code Package

    International Nuclear Information System (INIS)

    Trontl, K.; Gergeta, K.; Smuc, T.

    2002-01-01

    The FUMACS (FUel MAnagement Code System) code package has been developed at Rudjer Boskovic Institute in year 1991 with the aim to enable in-core fuel management analysis of the NPP Krsko core for nominal conditions. Due to modernization and uprating of the NPP Krsko core in year 2000 and the original 1991 FUMACS inadequacy in simulating NPP Krsko core in these uprated conditions, in the year 2001 a new version of FUMACS code package has been developed - FUMACS/FEEC 2001. The code package upgrading procedure consisted of two main aspects: modifications of master files, libraries and codes necessary for proper modeling of the uprated NPP Krsko core and development of the code package structure suitable for Windows-32 environment. The latter included upgrading the source of the code from FORTRAN F77 to F90 level and development of a graphical, user-friendly interface with fully integrated electronic help system. Since the original FUMACS code package has been developed as a DOS based application, running of the code package on a Windows operating system proved to be rather inefficient and lacking in advantages of a standard Windows application. Therefore, FUMACS-G has been developed as a user friendly environment for handling off all project input and output files, as well as for easier overall project management. The design of FUMACS-G shell has been based on Microsoft application design guidelines. (author)

  9. Validation of the guidelines for portable meteorological instrument packages. Task IV. Development of an insolation handbook and instrumentation package

    Energy Technology Data Exchange (ETDEWEB)

    None

    1980-10-01

    The purpose of this report is to show how the objective of developing guidelines for a solar energy related portable meteorology instrument package, under the auspices of the International Energy Agency (IEA), was carried out and preliminarily demonstrated and validated. A project to develop guidelines for such packages was initiated at IEA's Solar Heating and Cooling of Buildings Program Expert's Meeting held in Norrkoping, Sweden in February 1976. An international comparison of resultant devices was conducted on behalf of the IEA at a conference held in Hamburg, Federal Republic of Germany, in 1978. Results of the 1978 Hamburg comparison of two devices and the Swiss Mobile Solar Radiation System, using German meteorological standards, are discussed. The consensus of the IEA Task Group is that the objective of the subtask has been accomplished.

  10. A Cost Effective System Design Approach for Critical Space Systems

    Science.gov (United States)

    Abbott, Larry Wayne; Cox, Gary; Nguyen, Hai

    2000-01-01

    NASA-JSC required an avionics platform capable of serving a wide range of applications in a cost-effective manner. In part, making the avionics platform cost effective means adhering to open standards and supporting the integration of COTS products with custom products. Inherently, operation in space requires low power, mass, and volume while retaining high performance, reconfigurability, scalability, and upgradability. The Universal Mini-Controller project is based on a modified PC/104-Plus architecture while maintaining full compatibility with standard COTS PC/104 products. The architecture consists of a library of building block modules, which can be mixed and matched to meet a specific application. A set of NASA developed core building blocks, processor card, analog input/output card, and a Mil-Std-1553 card, have been constructed to meet critical functions and unique interfaces. The design for the processor card is based on the PowerPC architecture. This architecture provides an excellent balance between power consumption and performance, and has an upgrade path to the forthcoming radiation hardened PowerPC processor. The processor card, which makes extensive use of surface mount technology, has a 166 MHz PowerPC 603e processor, 32 Mbytes of error detected and corrected RAM, 8 Mbytes of Flash, and I Mbytes of EPROM, on a single PC/104-Plus card. Similar densities have been achieved with the quad channel Mil-Std-1553 card and the analog input/output cards. The power management built into the processor and its peripheral chip allows the power and performance of the system to be adjusted to meet the requirements of the application, allowing another dimension to the flexibility of the Universal Mini-Controller. Unique mechanical packaging allows the Universal Mini-Controller to accommodate standard COTS and custom oversized PC/104-Plus cards. This mechanical packaging also provides thermal management via conductive cooling of COTS boards, which are typically

  11. Expected environment for waste packages in a salt repository

    International Nuclear Information System (INIS)

    Pederson, L.R.; Clark, D.E.; Hodges, F.N.; McVay, G.L.; Rai, D.

    1983-01-01

    This paper discusses results of recent efforts to define the very near-field (within approximately 2 m) environmental conditions to which waste packages will be exposed in a salt repository. These conditions must be considered in the experimental design for waste package materials testing, which includes corrosion of barrier materials and leaching of waste forms. Site-specific brine compositions have been determined, and standard brine compositions have been selected for testing purposes. Actual brine compositions will vary depending on origin, temperature, irradiation history, and contact with irradiated rock salt. Results of irradiating rock salt, synthetic brines, rock salt/brine mixtures, and reactions of irradiated rock salt with brine solutions are reported. 38 references, 3 figures, 2 tables

  12. Testing of the permissible inventories in radioactive waste packages

    International Nuclear Information System (INIS)

    Stegmaier, W.

    1988-01-01

    The inventories of radionuclides in waste packages which are to be stored in repositories are determined in the Waste Acceptance Requirements of the repository and in the Act on Transport of Dangerous Goods. In this report limiting values of relevant radionuclides are given in such a way that it is possible to use them in a standardized manner. The limiting values apply to single radionuclides, for handling mixtures of nuclides it is necessary to use the sum formula. The minimized number of waste packages which must be produced from a given quantity of raw waste and an inventory of radionuclides keeping all parameters can be calculated with the help of the shown calculating sheet. (orig.) [de

  13. blockcluster: An R Package for Model-Based Co-Clustering

    Directory of Open Access Journals (Sweden)

    Parmeet Singh Bhatia

    2017-02-01

    Full Text Available Simultaneous clustering of rows and columns, usually designated by bi-clustering, coclustering or block clustering, is an important technique in two way data analysis. A new standard and efficient approach has been recently proposed based on the latent block model (Govaert and Nadif 2003 which takes into account the block clustering problem on both the individual and variable sets. This article presents our R package blockcluster for co-clustering of binary, contingency and continuous data based on these very models. In this document, we will give a brief review of the model-based block clustering methods, and we will show how the R package blockcluster can be used for co-clustering.

  14. Prevention policies addressing packaging and packaging waste: Some emerging trends.

    Science.gov (United States)

    Tencati, Antonio; Pogutz, Stefano; Moda, Beatrice; Brambilla, Matteo; Cacia, Claudia

    2016-10-01

    Packaging waste is a major issue in several countries. Representing in industrialized countries around 30-35% of municipal solid waste yearly generated, this waste stream has steadily grown over the years even if, especially in Europe, specific recycling and recovery targets have been fixed. Therefore, an increasing attention starts to be devoted to prevention measures and interventions. Filling a gap in the current literature, this explorative paper is a first attempt to map the increasingly important phenomenon of prevention policies in the packaging sector. Through a theoretical sampling, 11 countries/states (7 in and 4 outside Europe) have been selected and analyzed by gathering and studying primary and secondary data. Results show evidence of three specific trends in packaging waste prevention policies: fostering the adoption of measures directed at improving packaging design and production through an extensive use of the life cycle assessment; raising the awareness of final consumers by increasing the accountability of firms; promoting collaborative efforts along the packaging supply chains. Copyright © 2016 Elsevier Ltd. All rights reserved.

  15. Food packages for Space Shuttle

    Science.gov (United States)

    Fohey, M. F.; Sauer, R. L.; Westover, J. B.; Rockafeller, E. F.

    1978-01-01

    The paper reviews food packaging techniques used in space flight missions and describes the system developed for the Space Shuttle. Attention is directed to bite-size food cubes used in Gemini, Gemini rehydratable food packages, Apollo spoon-bowl rehydratable packages, thermostabilized flex pouch for Apollo, tear-top commercial food cans used in Skylab, polyethylene beverage containers, Skylab rehydratable food package, Space Shuttle food package configuration, duck-bill septum rehydration device, and a drinking/dispensing nozzle for Space Shuttle liquids. Constraints and testing of packaging is considered, a comparison of food package materials is presented, and typical Shuttle foods and beverages are listed.

  16. In-Package Chemistry Abstraction

    Energy Technology Data Exchange (ETDEWEB)

    E. Thomas

    2004-11-09

    This report was developed in accordance with the requirements in ''Technical Work Plan for: Regulatory Integration Modeling and Analysis of the Waste Form and Waste Package'' (BSC 2004 [DIRS 171583]). The purpose of the in-package chemistry model is to predict the bulk chemistry inside of a breached waste package and to provide simplified expressions of that chemistry as function of time after breach to Total Systems Performance Assessment for the License Application (TSPA-LA). The scope of this report is to describe the development and validation of the in-package chemistry model. The in-package model is a combination of two models, a batch reactor model that uses the EQ3/6 geochemistry-modeling tool, and a surface complexation model that is applied to the results of the batch reactor model. The batch reactor model considers chemical interactions of water with the waste package materials and the waste form for commercial spent nuclear fuel (CSNF) waste packages and codisposed waste packages that contain both high-level waste glass (HLWG) and DOE spent fuel. The surface complexation model includes the impact of fluid-surface interactions (i.e., surface complexation) on the resulting fluid composition. The model examines two types of water influx: (1) the condensation of water vapor that diffuses into the waste package, and (2) seepage water that enters the waste package from the drift as a liquid. (1) Vapor Influx Case: The condensation of vapor onto the waste package internals is simulated as pure H2O and enters at a rate determined by the water vapor pressure for representative temperature and relative humidity conditions. (2) Water Influx Case: The water entering a waste package from the drift is simulated as typical groundwater and enters at a rate determined by the amount of seepage available to flow through openings in a breached waste package. TSPA-LA uses the vapor influx case for the nominal scenario for simulations where the waste

  17. In-Package Chemistry Abstraction

    International Nuclear Information System (INIS)

    E. Thomas

    2004-01-01

    This report was developed in accordance with the requirements in ''Technical Work Plan for: Regulatory Integration Modeling and Analysis of the Waste Form and Waste Package'' (BSC 2004 [DIRS 171583]). The purpose of the in-package chemistry model is to predict the bulk chemistry inside of a breached waste package and to provide simplified expressions of that chemistry as function of time after breach to Total Systems Performance Assessment for the License Application (TSPA-LA). The scope of this report is to describe the development and validation of the in-package chemistry model. The in-package model is a combination of two models, a batch reactor model that uses the EQ3/6 geochemistry-modeling tool, and a surface complexation model that is applied to the results of the batch reactor model. The batch reactor model considers chemical interactions of water with the waste package materials and the waste form for commercial spent nuclear fuel (CSNF) waste packages and codisposed waste packages that contain both high-level waste glass (HLWG) and DOE spent fuel. The surface complexation model includes the impact of fluid-surface interactions (i.e., surface complexation) on the resulting fluid composition. The model examines two types of water influx: (1) the condensation of water vapor that diffuses into the waste package, and (2) seepage water that enters the waste package from the drift as a liquid. (1) Vapor Influx Case: The condensation of vapor onto the waste package internals is simulated as pure H2O and enters at a rate determined by the water vapor pressure for representative temperature and relative humidity conditions. (2) Water Influx Case: The water entering a waste package from the drift is simulated as typical groundwater and enters at a rate determined by the amount of seepage available to flow through openings in a breached waste package. TSPA-LA uses the vapor influx case for the nominal scenario for simulations where the waste package has been

  18. ATMX-600 rail car safety analysis report for packaging (SARP)

    International Nuclear Information System (INIS)

    Adcock, F.E.; McCarthy, J.D.

    1977-01-01

    The ATMX-600 series rail car is used by Rockwell International, Rocky Flats Plant, for shipping low-level radioactive waste under the provisions of DOT Special Permit 5948. Fissile Class I shipments are authorized with the car loaded to capacity with drums containing up to 200 grams of plutonium-239. Inner packaging may be polyethylene-lined steel drums or fiberglass-coated plywood crates. These massive double-walled steel cars provide the equivalent protection of a Type B package. Rapid loading and unloading of the 9- by 9- by 50-foot cargo space are accomplished by prepackaging the waste in standard 20-foot steel cargo containers. The ATMX-600 rail car will hold two cargo containers, each carrying seventy 55-gallon drums and up to 44,800 pounds gross weight. This report is a revision of an earlier document and describes improvements to inner packaging. It also reflects current shipping practices

  19. Hardware Interface Description for the Integrated Power, Avionics, and Software (iPAS) Space Telecommunications Radio Ssystem (STRS) Radio

    Science.gov (United States)

    Shalkhauser, Mary Jo W.; Roche, Rigoberto

    2017-01-01

    The Space Telecommunications Radio System (STRS) provides a common, consistent framework for software defined radios (SDRs) to abstract the application software from the radio platform hardware. The STRS standard aims to reduce the cost and risk of using complex, configurable and reprogrammable radio systems across NASA missions. To promote the use of the STRS architecture for future NASA advanced exploration missions, NASA Glenn Research Center (GRC) developed an STRS-compliant SDR on a radio platform used by the Advance Exploration System program at the Johnson Space Center (JSC) in their Integrated Power, Avionics, and Software (iPAS) laboratory. The iPAS STRS Radio was implemented on the Reconfigurable, Intelligently-Adaptive Communication System (RIACS) platform, currently being used for radio development at JSC. The platform consists of a Xilinx ML605 Virtex-6 FPGA board, an Analog Devices FMCOMMS1-EBZ RF transceiver board, and an Embedded PC (Axiomtek eBox 620-110-FL) running the Ubuntu 12.4 operating system. Figure 1 shows the RIACS platform hardware. The result of this development is a very low cost STRS compliant platform that can be used for waveform developments for multiple applications.The purpose of this document is to describe how to develop a new waveform using the RIACS platform and the Very High Speed Integrated Circuits (VHSIC) Hardware Description Language (VHDL) FPGA wrapper code and the STRS implementation on the Axiomtek processor.

  20. Waveform Developer's Guide for the Integrated Power, Avionics, and Software (iPAS) Space Telecommunications Radio System (STRS) Radio

    Science.gov (United States)

    Shalkhauser, Mary Jo W.; Roche, Rigoberto

    2017-01-01

    The Space Telecommunications Radio System (STRS) provides a common, consistent framework for software defined radios (SDRs) to abstract the application software from the radio platform hardware. The STRS standard aims to reduce the cost and risk of using complex, configurable and reprogrammable radio systems across NASA missions. To promote the use of the STRS architecture for future NASA advanced exploration missions, NASA Glenn Research Center (GRC) developed an STRS-compliant SDR on a radio platform used by the Advance Exploration System program at the Johnson Space Center (JSC) in their Integrated Power, Avionics, and Software (iPAS) laboratory. The iPAS STRS Radio was implemented on the Reconfigurable, Intelligently-Adaptive Communication System (RIACS) platform, currently being used for radio development at JSC. The platform consists of a Xilinx(Trademark) ML605 Virtex(Trademark)-6 FPGA board, an Analog Devices FMCOMMS1-EBZ RF transceiver board, and an Embedded PC (Axiomtek(Trademark) eBox 620-110-FL) running the Ubuntu 12.4 operating system. The result of this development is a very low cost STRS compliant platform that can be used for waveform developments for multiple applications. The purpose of this document is to describe how to develop a new waveform using the RIACS platform and the Very High Speed Integrated Circuits (VHSIC) Hardware Description Language (VHDL) FPGA wrapper code and the STRS implementation on the Axiomtek processor.

  1. Modifications to LLNL Plutonium Packaging Systems (PuPS) to achieve ASME VIII UW-13.2(d) Requirements for the DOE Standard 3013-00 Outer Can Weld

    International Nuclear Information System (INIS)

    Riley, D; Dodson, K

    2001-01-01

    The Lawrence Livermore National Laboratory (LLNL) Plutonium Packaging System (PuPS) prepares packages to meet the DOE Standard 3013 (Reference 1). The PuPS equipment was supplied by the British Nuclear Fuels Limited (BNFL). The DOE Standard 3013 requires that the welding of the Outer Can meets ASME Section VIII Division 1 (Reference 2). ASME Section VIII references to ASME Section IX (Reference 3) for most of the welding requirements, but UW-13.2 (d) of Section VIII requires a certain depth and width of the weld. In this document the UW-13.2(d) requirement is described as the (a+b)/2t s ratio. This ratio has to be greater than or equal to one to meet the requirements of UW-13.2(d). The Outer Can welds had not been meeting this requirement. Three methods are being followed to resolve this issue: (1) Modify the welding parameters to achieve the requirement, (2) Submit a weld case to ASME that changes the UW-13.2(d) requirement for their review and approval, and (3) Change the requirements in the DOE-STD-3013. Each of these methods are being pursued. This report addresses how the first method was addressed for the LLNL PuPS. The experimental work involved adjusting the Outer Can rotational speed and the power applied to the can. These adjustments resulted in being able to achieve the ASME VIII, UW-13.2(d) requirement

  2. Standard Hardware Acquisition and Reliability Program's (SHARP's) efforts in incorporating fiber optic interconnects into standard electronic module (SEM) connectors

    Science.gov (United States)

    Riggs, William R.

    1994-05-01

    SHARP is a Navy wide logistics technology development effort aimed at reducing the acquisition costs, support costs, and risks of military electronic weapon systems while increasing the performance capability, reliability, maintainability, and readiness of these systems. Lower life cycle costs for electronic hardware are achieved through technology transition, standardization, and reliability enhancement to improve system affordability and availability as well as enhancing fleet modernization. Advanced technology is transferred into the fleet through hardware specifications for weapon system building blocks of standard electronic modules, standard power systems, and standard electronic systems. The product lines are all defined with respect to their size, weight, I/O, environmental performance, and operational performance. This method of defining the standard is very conducive to inserting new technologies into systems using the standard hardware. This is the approach taken thus far in inserting photonic technologies into SHARP hardware. All of the efforts have been related to module packaging; i.e. interconnects, component packaging, and module developments. Fiber optic interconnects are discussed in this paper.

  3. 3D packaging of a microfluidic system with sensory applications

    Science.gov (United States)

    Morrissey, Anthony; Kelly, Gerard; Alderman, John C.

    1997-09-01

    Among the main benefits of microsystem technology are its contributions to cost reductio, reliability and improved performance. however, the packaging of microsystems, and particularly microsensor, has proven to be one of the biggest limitations to their commercialization and the packaging of silicon sensor devices can be the most costly part of their fabrication. This paper describes the integration of 3D packaging of a microsystem. Central to the operation of the 3D demonstrator is a micromachined silicon membrane pump to supply fluids to a sensing chamber constructed about the active area of a sensor chip. This chip carries ISFET based chemical sensors, pressure sensors and thermal sensors. The electronics required for controlling and regulating the activity of the various sensors ar also available on this chip and as other chips in the 3D assembly. The demonstrator also contains a power supply module with optical fiber interconnections. All of these modules are integrated into a single plastic- encapsulated 3D vertical multichip module. The reliability of such a structure, initially proposed by Val was demonstrated by Barrett et al. An additional module available for inclusion in some of our assemblies is a test chip capable of measuring the packaging-induced stress experienced during and after assembly. The packaging process described produces a module with very high density and utilizes standard off-the-shelf components to minimize costs. As the sensor chip and micropump include micromachined silicon membranes and microvalves, the packaging of such structures has to allow consideration for the minimization of the packaging-induced stresses. With this in mind, low stress techniques, including the use of soft glob-top materials, were employed.

  4. Experimental and theoretical analyses of package-on-package structure under three-point bending loading

    International Nuclear Information System (INIS)

    Jia Su; Wang Xi-Shu; Ren Huai-Hui

    2012-01-01

    High density packaging is developing toward miniaturization and integration, which causes many difficulties in designing, manufacturing, and reliability testing. Package-on-Package (PoP) is a promising three-dimensional high-density packaging method that integrates a chip scale package (CSP) in the top package and a fine-pitch ball grid array (FBGA) in the bottom package. In this paper, in-situ scanning electron microscopy (SEM) observation is carried out to detect the deformation and damage of the PoP structure under three-point bending loading. The results indicate that the cracks occur in the die of the top package, then cause the crack deflection and bridging in the die attaching layer. Furthermore, the mechanical principles are used to analyse the cracking process of the PoP structure based on the multi-layer laminating hypothesis and the theoretical analysis results are found to be in good agreement with the experimental results. (condensed matter: structural, mechanical, and thermal properties)

  5. Containment analysis for Type B packages used to transport various contents

    International Nuclear Information System (INIS)

    Anderson, B.L.; Carlson, R.W.; Fischer, L.E.

    1996-11-01

    This report presents sample containment analyses and examples of leakage rate calculations for Type B packages used to transport various contents. Samples of acceptance standard leakage rates are developed for specific contents types at normal transport conditions and at hypothetical accident conditions. The leakage rates are expressed as allowable standard leakage rates. The type of contents considered include: (1) powders, (2) liquids, (3) irradiated fuel rods, (4) gases, and (5) solids

  6. An online clinical governance learning package for student radiographers

    International Nuclear Information System (INIS)

    Messer, Simon; Griffiths, Marc

    2007-01-01

    Purpose: Clinical governance is a key element of the Government's plan for reform in the National Health Service. As such, it is an essential element for final year undergraduate radiography studies. With Ciris becoming a standard web-based solution for clinical governance within the NHS, a need has been identified for it to be introduced at university to undergraduate radiographers. Methods: A distance learning package for Ciris has therefore been developed that was trialed by third year radiography students whilst on their final clinical placement. The package includes a specifically designed online virtual hospital which the students engaged with interactively using a workbook. The students undertook detailed individual and group exercises aimed at delivering practical experience of the Ciris program and its role in clinical governance. Results: The package was evaluated by the students in terms of their experiential learning and their perceived learning needs for clinical governance. Technical and support issues associated with the delivery of this package online were identified. Conclusion: The combination of a distance online learning environment, supported by a workbook, is an effective method of engaging students and is beneficial in terms of helping achieve learning outcomes in clinical governance for final year radiography studies

  7. WP1 Development of New Standardization Process

    DEFF Research Database (Denmark)

    Sørensen, John Dalsgaard

    2016-01-01

    The purpose of this work package can be divided into two main areas: 1. Review of existing standardization procedures with focus on leading edge fatigue cracks and recommendations / rules for avoiding leading edge cracks. 2. Development of a new standardization process focusing on leading edge...

  8. WASTE PACKAGE TRANSPORTER DESIGN

    International Nuclear Information System (INIS)

    Weddle, D.C.; Novotny, R.; Cron, J.

    1998-01-01

    The purpose of this Design Analysis is to develop preliminary design of the waste package transporter used for waste package (WP) transport and related functions in the subsurface repository. This analysis refines the conceptual design that was started in Phase I of the Viability Assessment. This analysis supports the development of a reliable emplacement concept and a retrieval concept for license application design. The scope of this analysis includes the following activities: (1) Assess features of the transporter design and evaluate alternative design solutions for mechanical components. (2) Develop mechanical equipment details for the transporter. (3) Prepare a preliminary structural evaluation for the transporter. (4) Identify and recommend the equipment design for waste package transport and related functions. (5) Investigate transport equipment interface tolerances. This analysis supports the development of the waste package transporter for the transport, emplacement, and retrieval of packaged radioactive waste forms in the subsurface repository. Once the waste containers are closed and accepted, the packaged radioactive waste forms are termed waste packages (WP). This terminology was finalized as this analysis neared completion; therefore, the term disposal container is used in several references (i.e., the System Description Document (SDD)) (Ref. 5.6). In this analysis and the applicable reference documents, the term ''disposal container'' is synonymous with ''waste package''

  9. Regulatory compliance in the design of packages used to transport radioactive materials

    International Nuclear Information System (INIS)

    Raske, D.T.

    1993-01-01

    Shipments of radioactive materials within the regulatory jurisdiction of the US Department of Energy (DOE) must meet the package design requirements contained in Title 10 of the Code of Federal Regulations, Part 71, and DOE Order 5480.3. These regulations do not provide design criteria requirements, but only detail the approval standards, structural performance criteria, and package integrity requirements that must be met during transport. The DOE recommended design criterion for high-level Category I radioactive packagings is Section III, Division 1, of the ASME Boiler and Pressure Vessel Code. However, alternative design criteria may be used if all the design requirements are satisfied. The purpose of this paper is to review alternatives to the Code criteria and discuss their applicability to the design of containment vessels in packages for high-level radioactive materials. Issues such as design qualification by physical testing, the use of scale models, and problems encountered using a non-ASME design approach are addressed

  10. MGR COMPLIANCE PROGRAM GUIDANCE PACKAGE FOR RADIATION PROTECTION EQUIPMENT, INSTRUMENTATION, AND FACILITIES

    International Nuclear Information System (INIS)

    2000-01-01

    This Compliance Program Guidance Package identifies the regulatory guidance and industry codes and standards addressing radiation protection equipment, instrumentation, and support facilities considered to be appropriate for radiation protection at the Monitored Geologic Repository (MGR). Included are considerations relevant to radiation monitoring instruments, calibration, contamination control and decontamination, respiratory protection equipment, and general radiation protection facilities. The scope of this Guidance Package does not include design guidance relevant to criticality monitoring, area radiation monitoring, effluent monitoring, and airborne radioactivity monitoring systems since they are considered to be the topics of specific design and construction requirements (i.e., ''fixed'' or ''built-in'' systems). This Guidance Package does not address radiation protection design issues; it addresses the selection and calibration of radiation monitoring instrumentation to the extent that the guidance is relevant to the operational radiation protection program. Radon and radon progeny monitoring instrumentation is not included in the Guidance Package since such naturally occurring radioactive materials do not fall within the NRC's jurisdiction at the MGR

  11. Design of an experiment to measure fire exposure of packages aboard container cargo ships

    International Nuclear Information System (INIS)

    Koski, J.A.

    1998-01-01

    The test described in this paper is intended to measure the typical accident environment for a radioactive materials package in a fire abroad a container cargo ship. A stack of nice used standard cargo containers will be variously loaded with empty packages, simulated packages and combustible cargo and placed over a large hydrocarbon pool fire of one hour duration. Fire environments, both inside and outside the containers, typical of on-deck stowage will be measured as well as the potential for container-to-container fire spread. With the use of the inverse heat conduction calculations, the local heat transfer to the simulated packages can be estimated from thermocouple data. Data recorded will also provide information on fire durations in each container, fire intensity and container-to-container fire spread characteristics. (authors)

  12. Dual Use of Packaging on the Moon: Logistics-2-Living

    Science.gov (United States)

    Howe, A. Scott; Howard, Robert

    2010-01-01

    This paper describes a modular packaging system for logistics that can be reconfigured into internal outfitting for a lunar outpost, including desks, chairs, partitions, cabinets, and radiation shielding. Logistics include clothes, equipment, food, and other consumables needed to sustain the crew for the duration of the mission. A significant mass penalty is required for the packaging and handling of logistics for re-supply of short to long-term space missions that must be brought out of the gravity well on a launch vehicle. Once the supplies have been exhausted, the packaging material is typically of no further use and is discarded. If a scheme can be developed that reuses the logistics packaging, the mass penalty can be reduced. In this research, a modular packaging system has been devised as a kit-of-parts that can be used for both handling logistics supplies, and then reconfigured into desks, chairs, partitions, cabinets, and radiation shielding. The system is derived from a standard International Space Station (ISS)-type Cargo Transfer Bag (CTB), using soft, unfoldable box-like containers with stiff metal inserts. The empty hydrogen-impregnated CTBs can be used as-is for cabinets, opened up for use as partitions, or draped over the habitat as layers of radiation shielding. Stiff metal inserts can be reconfigured into desks and other useful outfitting.

  13. Components of Adenovirus Genome Packaging

    Science.gov (United States)

    Ahi, Yadvinder S.; Mittal, Suresh K.

    2016-01-01

    Adenoviruses (AdVs) are icosahedral viruses with double-stranded DNA (dsDNA) genomes. Genome packaging in AdV is thought to be similar to that seen in dsDNA containing icosahedral bacteriophages and herpesviruses. Specific recognition of the AdV genome is mediated by a packaging domain located close to the left end of the viral genome and is mediated by the viral packaging machinery. Our understanding of the role of various components of the viral packaging machinery in AdV genome packaging has greatly advanced in recent years. Characterization of empty capsids assembled in the absence of one or more components involved in packaging, identification of the unique vertex, and demonstration of the role of IVa2, the putative packaging ATPase, in genome packaging have provided compelling evidence that AdVs follow a sequential assembly pathway. This review provides a detailed discussion on the functions of the various viral and cellular factors involved in AdV genome packaging. We conclude by briefly discussing the roles of the empty capsids, assembly intermediates, scaffolding proteins, portal vertex and DNA encapsidating enzymes in AdV assembly and packaging. PMID:27721809

  14. Assessment of the radiological risks of road transport accidents involving Type A packages

    International Nuclear Information System (INIS)

    Lange, F.; Fett, H.J.; Schwarz, G.; Raffestin, D.; Schneider, T.; Gelder, R.; S. Hughes, J.; B. Shaw, K.; Hedberg, B.; Simenstad, P.; Svahn, B.; Heinen, J.F.A. van; Jansma, R.

    2001-01-01

    An assessment and evaluation of the potential radiological risks of transport accidents involving Type A package shipments by road have been performed by five EU Member States, France, Germany, Sweden, The Netherlands, and the UK. The analysis involved collection and analysis of information on a national basis related to the type, volume, and characteristics of Type A package consignments, the associated radioactive traffic, and the expected frequency and consequences of potential vehicular road transport accidents. It was found that the majority of Type A packaged radioactive material shipments by road is related to applications of non-special form radioactive material, i.e. radiopharmaceuticals, radiochemicals etc., in medicine, research, and industry and special form material contained in radiography and other radiation sources, e.g. gauging equipment. The annual volumes of Type A package shipments of radiopharmaceuticals and radiochemicals by road differ considerably between the participating EU Member States from about 12,000 Type A packages in Sweden to about 240,000 in the Netherlands. The broad range reflects to a large extent the supply of radioactive material for the national populations and the production and distribution operations prevailing in the participating EU Member States (some are producer countries, others are not!). Very few standard package designs weighing from about 1-25 kg are predominant in Type A package shipments in all participating countries. Type A packages contain typically a range of radioactivity from a few mega becquerels to a few tens of giga becquerels, the average package activity contents is in terms of fractions of A 2 about 0.01, i.e. about one hundredth of a Type A package contents limits. Based on a probabilistic risk assessment method it has been concluded that the expected frequencies of occurrence of vehicular road transport accidents with the potential to result in an environmental release - including radiologically

  15. Managing Complexity in the MSL/Curiosity Entry, Descent, and Landing Flight Software and Avionics Verification and Validation Campaign

    Science.gov (United States)

    Stehura, Aaron; Rozek, Matthew

    2013-01-01

    The complexity of the Mars Science Laboratory (MSL) mission presented the Entry, Descent, and Landing systems engineering team with many challenges in its Verification and Validation (V&V) campaign. This paper describes some of the logistical hurdles related to managing a complex set of requirements, test venues, test objectives, and analysis products in the implementation of a specific portion of the overall V&V program to test the interaction of flight software with the MSL avionics suite. Application-specific solutions to these problems are presented herein, which can be generalized to other space missions and to similar formidable systems engineering problems.

  16. Synthesis document on the long life behavior of packages: reference operational document ''CSD-C'' 2004

    International Nuclear Information System (INIS)

    Helie, M.

    2004-12-01

    This document is realized in the framework of the law of 1991 on the radioactive wastes management. The 2004 synthesis document on long time behavior of standard packages of compacted wastes is constituted by two documents, the reference document and the operational document. This paper presents the operational model describing the packages alteration by the water and the associated radionuclide release. (A.L.B.)

  17. Genome packaging in viruses

    OpenAIRE

    Sun, Siyang; Rao, Venigalla B.; Rossmann, Michael G.

    2010-01-01

    Genome packaging is a fundamental process in a viral life cycle. Many viruses assemble preformed capsids into which the genomic material is subsequently packaged. These viruses use a packaging motor protein that is driven by the hydrolysis of ATP to condense the nucleic acids into a confined space. How these motor proteins package viral genomes had been poorly understood until recently, when a few X-ray crystal structures and cryo-electron microscopy structures became available. Here we discu...

  18. Energy conversion of source separated packaging; Energiutvinning ur kaellsorterade foerpackningsfraktioner

    Energy Technology Data Exchange (ETDEWEB)

    Blidholm, O; Wiklund, S E [AaF-Energikonsult (Sweden); Bauer, A C [Energikonsult A. Bauer (Sweden)

    1997-02-01

    The basic idea of this project is to study the possibilities to use source separated combustible material for energy conversion in conventional solid fuel boilers (i.e. not municipal waste incineration plants). The project has been carried out in three phases. During phase 1 and 2 a number of fuel analyses of different fractions were carried out. During phase 3 two combustion tests were carried out; (1) a boiler with grate equipped with cyclone, electrostatic precipitator and flue gas condenser, and (2) a bubbling fluidized bed boiler with electrostatic precipitator and flue gas condenser. During the tests source separated paper and plastic packagings were co-fired with biomass fuels. The mixing rate of packagings was approximately 15%. This study reports the results of phase 3 and the conclusions of the whole project. The technical terms of using packaging as fuel are good. The technique is available for shredding both paper and plastic packaging. The material can be co-fired with biomass. The economical terms of using source separated packaging for energy conversion can be very advantageous, but can also form obstacles. The result is to a high degree guided by such facts as how the fuel is collected, transported, reduced in size and handled at the combustion plant. The results of the combustion tests show that the environmental terms of using source separated packaging for energy conversion are good. The emissions of heavy metals into the atmosphere are very low. The emissions are well below the emission standards for waste incineration plants. 35 figs, 13 tabs, 8 appendices

  19. Food packaging history and innovations.

    Science.gov (United States)

    Risch, Sara J

    2009-09-23

    Food packaging has evolved from simply a container to hold food to something today that can play an active role in food quality. Many packages are still simply containers, but they have properties that have been developed to protect the food. These include barriers to oxygen, moisture, and flavors. Active packaging, or that which plays an active role in food quality, includes some microwave packaging as well as packaging that has absorbers built in to remove oxygen from the atmosphere surrounding the product or to provide antimicrobials to the surface of the food. Packaging has allowed access to many foods year-round that otherwise could not be preserved. It is interesting to note that some packages have actually allowed the creation of new categories in the supermarket. Examples include microwave popcorn and fresh-cut produce, which owe their existence to the unique packaging that has been developed.

  20. Trends in Food Packaging.

    Science.gov (United States)

    Ott, Dana B.

    1988-01-01

    This article discusses developments in food packaging, processing, and preservation techniques in terms of packaging materials, technologies, consumer benefits, and current and potential food product applications. Covers implications due to consumer life-style changes, cost-effectiveness of packaging materials, and the ecological impact of…

  1. WASTE PACKAGE TRANSPORTER DESIGN

    Energy Technology Data Exchange (ETDEWEB)

    D.C. Weddle; R. Novotny; J. Cron

    1998-09-23

    The purpose of this Design Analysis is to develop preliminary design of the waste package transporter used for waste package (WP) transport and related functions in the subsurface repository. This analysis refines the conceptual design that was started in Phase I of the Viability Assessment. This analysis supports the development of a reliable emplacement concept and a retrieval concept for license application design. The scope of this analysis includes the following activities: (1) Assess features of the transporter design and evaluate alternative design solutions for mechanical components. (2) Develop mechanical equipment details for the transporter. (3) Prepare a preliminary structural evaluation for the transporter. (4) Identify and recommend the equipment design for waste package transport and related functions. (5) Investigate transport equipment interface tolerances. This analysis supports the development of the waste package transporter for the transport, emplacement, and retrieval of packaged radioactive waste forms in the subsurface repository. Once the waste containers are closed and accepted, the packaged radioactive waste forms are termed waste packages (WP). This terminology was finalized as this analysis neared completion; therefore, the term disposal container is used in several references (i.e., the System Description Document (SDD)) (Ref. 5.6). In this analysis and the applicable reference documents, the term ''disposal container'' is synonymous with ''waste package''.

  2. Test facilities for radioactive material transport packages (AEA Technology plc, Winfrith,UK)

    International Nuclear Information System (INIS)

    Gillard, J.E.

    2001-01-01

    Transport containers for radioactive materials are tested to demonstrate compliance with national and international standards. Transport package design, testing, assessment and approval requires a wide range of skills and facilities. The comprehensive capability of AEA Technology in these areas is described. The facilities described include drop-test cranes and targets (up to 700 tonne); pool fires, furnaces and rigs for thermal tests, including heat dissipation on prototype flasks; shielding facilities; criticality simulations and leak test techniques. These are illustrated with photographs demonstrating the comprehensive nature of package testing services supplied to customers. (author)

  3. Test facilities for radioactive material transport packages (AEA Technology plc, Winfrith,UK)

    Energy Technology Data Exchange (ETDEWEB)

    Gillard, J.E

    2001-07-01

    Transport containers for radioactive materials are tested to demonstrate compliance with national and international standards. Transport package design, testing, assessment and approval requires a wide range of skills and facilities. The comprehensive capability of AEA Technology in these areas is described. The facilities described include drop-test cranes and targets (up to 700 tonne); pool fires, furnaces and rigs for thermal tests, including heat dissipation on prototype flasks; shielding facilities; criticality simulations and leak test techniques. These are illustrated with photographs demonstrating the comprehensive nature of package testing services supplied to customers. (author)

  4. [Analysis of phthalates in plastic food-packaging bags by thin layer chromatography].

    Science.gov (United States)

    Chen, Hui; Wang, Yuan; Zhu, Ruohua

    2006-01-01

    The method for simultaneous determination of four phthalates, namely dimethyl phthalate (DMP), diethyl phthalate (DEP), di-n-butyl phthalate (DBP) and di (2-ethylhexyl) phthalate (DEHP) in plastic food-packaging bags by thin layer chromatography (TLC) was developed. The plastic food-packaging bags were extracted with ethanol by ultrasonication, then the mixture was filtrated through membrane (0.45 microm). The mixture of ethyl acetate-anhydrous ether-isooctane (1 : 4 : 15, v/v) was used as developing agent on the TLC silica gel plate for development. The filtered liquid was spotted on the TLC plate dealt by acetone, and detected with scanning wavelength of 275 nm and reference wavelength of 340 nm. The qualitative analysis of the phthalates was performed using the R(f) values of the chromatogram. The quantitative analysis was performed with external standard method. Good linearities were obtained for DMP, DEP, DBP and DEHP. The detection limits were 2.1 ng for DMP, 2.4 ng for DEP, 3.4 ng for DBP and 4.0 ng for DEHP. The relative standard deviations (RSDs) of the four phthalates were 2.8% - 3.5%. The recoveries of the four phthalate standards in real sample were 78.58% - 111.04%. The method presented has the advantages of high precision, high sensitivity, small sample size, and simple pretreatment . The method was used to detect the four phthalates in the food-packaging bags. The contents in real samples were close to the results by gas chromatography.

  5. The Innovative Approaches to Packaging – Comparison Analysis of Intelligent and Active Packaging Perceptions in Slovakia

    Directory of Open Access Journals (Sweden)

    Loucanova Erika

    2017-06-01

    Full Text Available Packaging has always served a practical function - to hold goods together and protect it when moving toward the customer through distribution channel. Today packaging is also a container for promoting the product and making it easier and safer to use. The sheer importance of packaging functions is still growing and consequently the interest of the company is to access to the packaging more innovative and creative. The paper deals with the innovative approaches to packaging resulting in the creation of packaging with interactive active features in the form of active and intelligent packaging. Using comparative analysis, we monitored the perception of the active packaging functions in comparison to intelligent packaging function among different age categories. We identified the age categories which are most interested in these functions.

  6. Applications of Active Packaging in Breads

    Directory of Open Access Journals (Sweden)

    Ali Göncü

    2017-10-01

    Full Text Available Changes on consumer preferences lead to innovations and improvements in new packaging technologies. With these new developments passive packaging technologies aiming to protect food nowadays have left their place to active and intelligent packaging technologies that have other various functions beside protection of food. Active packaging is defined as an innovative packaging type and its usage increases the shelf life of food significantly. Applications of active packaging have begun to be used for packaging of breads. In this study active packaging applications in breads have been reviewed.

  7. Larch: An Analysis Package for XAFS and Related Spectroscopies

    International Nuclear Information System (INIS)

    Newville, Matthew

    2013-01-01

    LARCH, a package of analysis tools for XAFS and related spectroscopies is presented. A complete rewrite of the ifeffit package, the initial release of larch preserves the core XAFS analysis procedures such as normalization, background subtraction, Fourier transforms, fitting of XANES spectra, and fitting of experimental spectra to a sum of feff Paths, with few algorithmic changes made in comparison to IFEFFIT. LARCH is written using Python and its packages for scientific programming, which gives significant improvements over IFEFFIT in the ability to handle multi-dimensional and large data sets, write complex analysis scripts, visualize data, add new functionality, and customize existing capabilities. Like the earlier version, larch can run from an interactive command line or in batch-mode, but larch can also be run as a server and accessed from clients using standard inter-process communication techniques available in a variety of computer languages. larch is freely available under an open source license. Examples of using larch are shown, future directions for development are discussed, and collaborations for adding new capabilities are actively sought.

  8. Food Packaging Materials

    Science.gov (United States)

    1978-01-01

    The photos show a few of the food products packaged in Alure, a metallized plastic material developed and manufactured by St. Regis Paper Company's Flexible Packaging Division, Dallas, Texas. The material incorporates a metallized film originally developed for space applications. Among the suppliers of the film to St. Regis is King-Seeley Thermos Company, Winchester, Ma'ssachusetts. Initially used by NASA as a signal-bouncing reflective coating for the Echo 1 communications satellite, the film was developed by a company later absorbed by King-Seeley. The metallized film was also used as insulating material for components of a number of other spacecraft. St. Regis developed Alure to meet a multiple packaging material need: good eye appeal, product protection for long periods and the ability to be used successfully on a wide variety of food packaging equipment. When the cost of aluminum foil skyrocketed, packagers sought substitute metallized materials but experiments with a number of them uncovered problems; some were too expensive, some did not adequately protect the product, some were difficult for the machinery to handle. Alure offers a solution. St. Regis created Alure by sandwiching the metallized film between layers of plastics. The resulting laminated metallized material has the superior eye appeal of foil but is less expensive and more easily machined. Alure effectively blocks out light, moisture and oxygen and therefore gives the packaged food long shelf life. A major packaging firm conducted its own tests of the material and confirmed the advantages of machinability and shelf life, adding that it runs faster on machines than materials used in the past and it decreases product waste; the net effect is increased productivity.

  9. Child-oriented marketing techniques in snack food packages in Guatemala.

    Science.gov (United States)

    Chacon, Violeta; Letona, Paola; Barnoya, Joaquin

    2013-10-18

    Childhood overweight in Guatemala is now becoming a public health concern. Child-oriented marketing contributes to increase children's food preference, purchase and consumption. This study sought to assess the availability of child-oriented snack foods sold in school kiosks and convenience stores near public schools in Guatemala, to identify the marketing techniques used in child-oriented snack food packages and to classify the snacks as "healthy" or "less-healthy". We purchased all child-oriented snacks found in stores inside and within 200 square meters from four schools in an urban community. Snacks were classified as child-oriented if the package had any promotional characters, premium offers, children's television/movie tie-ins, sports references, or the word "child". We used a checklist to assess child-oriented references and price. Snacks were classified as "healthy" or "less-healthy" according to the UK standards for the Nutritional Profiling Model. We analyzed 106 packages found in 55 stores. The most commonly used technique was promotional characters (92.5%) of which 32.7% were brand-specific characters. Premium offers were found in 34% of packages and were mostly collectibles (50%). Most marketing techniques were located on the front and covered nearly 25% of the package surface. Median (interquartile range) price was US$ 0.19 (0.25). Nutrition labels were found in 91 (86%) packages and 41% had a nutrition related health claim. Most snacks (97.1%) were classified as "less-healthy". In Guatemala, the food industry targets children through several marketing techniques promoting inexpensive and unhealthy snacks in the school environment. Evidence-based policies restricting the use of promotional characters in unhealthy snack food packages need to be explored as a contributing strategy to control the obesity epidemic.

  10. Child-oriented marketing techniques in snack food packages in Guatemala

    Science.gov (United States)

    2013-01-01

    Background Childhood overweight in Guatemala is now becoming a public health concern. Child-oriented marketing contributes to increase children’s food preference, purchase and consumption. This study sought to assess the availability of child-oriented snack foods sold in school kiosks and convenience stores near public schools in Guatemala, to identify the marketing techniques used in child-oriented snack food packages and to classify the snacks as “healthy” or “less-healthy”. Methods We purchased all child-oriented snacks found in stores inside and within 200 square meters from four schools in an urban community. Snacks were classified as child-oriented if the package had any promotional characters, premium offers, children′s television/movie tie-ins, sports references, or the word “child”. We used a checklist to assess child-oriented references and price. Snacks were classified as “healthy” or “less-healthy” according to the UK standards for the Nutritional Profiling Model. Results We analyzed 106 packages found in 55 stores. The most commonly used technique was promotional characters (92.5%) of which 32.7% were brand-specific characters. Premium offers were found in 34% of packages and were mostly collectibles (50%). Most marketing techniques were located on the front and covered nearly 25% of the package surface. Median (interquartile range) price was US$ 0.19 (0.25). Nutrition labels were found in 91 (86%) packages and 41% had a nutrition related health claim. Most snacks (97.1%) were classified as “less-healthy”. Conclusion In Guatemala, the food industry targets children through several marketing techniques promoting inexpensive and unhealthy snacks in the school environment. Evidence-based policies restricting the use of promotional characters in unhealthy snack food packages need to be explored as a contributing strategy to control the obesity epidemic. PMID:24139325

  11. Plasma physics plotting package

    International Nuclear Information System (INIS)

    Hyman, D.H.

    1981-02-01

    We describe a package of plotting routines that do up to six two- or three-dimensional plots on a frame with minimal loss of resolution. The package now runs on a PDP-10 with PLOT-10 TCS primitives and on a Control Data Corporation-7600 and a Cray-1 with TV80LIB primitives on the National Magnetic Fusion Energy Computer Center network. The package is portable to other graphics systems because only the primitive plot calls are used from the underlying system's graphics package

  12. Active food packaging technologies.

    Science.gov (United States)

    Ozdemir, Murat; Floros, John D

    2004-01-01

    Active packaging technologies offer new opportunities for the food industry, in the preservation of foods. Important active packaging systems currently known to date, including oxygen scavengers, carbon dioxide emitters/absorbers, moisture absorbers, ethylene absorbers, ethanol emitters, flavor releasing/absorbing systems, time-temperature indicators, and antimicrobial containing films, are reviewed. The principle of operation of each active system is briefly explained. Recent technological advances in active packaging are discussed, and food related applications are presented. The effects of active packaging systems on food quality and safety are cited.

  13. Dose assessment for public at the hypothetical submergence of a fresh MOX fuel package

    International Nuclear Information System (INIS)

    Tsumune, Daisuke; Saegusa, Toshiari; Suzuki, Hiroshi; Maruyama, Koki

    2000-01-01

    For the structure and equipment of transport ships for fresh MOX fuels, there is a special safety standard called the INF Code of IMO (International Maritime Organization). For transport of radioactive materials, there is a safety standard stipulated in Regulations for the Safe Transport of Radioactive Material issued by IAEA (International Atomic Energy Agency). Under those code and standard, fresh MOX fuel is transported safety on the sea. To gain the public acceptance for this transport, a dose assessment has been made by assuming that a fresh MOX fuel package might be sunk into the sea by unknown reasons. In the both cases for a package sunk at the coastal region and for that sunk at the ocean, the evaluated result of the dose equivalent by radiation exposure to the public are far below the dose equivalent limit of the ICRP recommendation (1 mSv/year). (author)

  14. Naval Waste Package Design Report

    International Nuclear Information System (INIS)

    M.M. Lewis

    2004-01-01

    A design methodology for the waste packages and ancillary components, viz., the emplacement pallets and drip shields, has been developed to provide designs that satisfy the safety and operational requirements of the Yucca Mountain Project. This methodology is described in the ''Waste Package Design Methodology Report'' Mecham 2004 [DIRS 166168]. To demonstrate the practicability of this design methodology, four waste package design configurations have been selected to illustrate the application of the methodology. These four design configurations are the 21-pressurized water reactor (PWR) Absorber Plate waste package, the 44-boiling water reactor (BWR) waste package, the 5-defense high-level waste (DHLW)/United States (U.S.) Department of Energy (DOE) spent nuclear fuel (SNF) Co-disposal Short waste package, and the Naval Canistered SNF Long waste package. Also included in this demonstration is the emplacement pallet and continuous drip shield. The purpose of this report is to document how that design methodology has been applied to the waste package design configurations intended to accommodate naval canistered SNF. This demonstrates that the design methodology can be applied successfully to this waste package design configuration and support the License Application for construction of the repository

  15. ViewMaps and calibration in the SIunits package; TOPICAL

    International Nuclear Information System (INIS)

    Mark Fischler

    2002-01-01

    The SIunits package allows for the use of world views other than the standard (std) view of dimensional quantities length, time, mass, current, temperature, and so forth. A commonly used world view says ''we work in units where c= 1,'' for example. The package must do the work to support that new relativistic world view. In this note, I want to provide concrete answers to several questions: What set of statements defines a world view; What does the SIunits Package need to know to be able to support each world view; How does this information appear in the files implementing SIunits; How can this information be derived from the defining statements, in the general case; and What facility is placed into the SIunits package to derive the needed information? An earlier document, ''World-Views in the SIunits Package,'' addressed these issues, but in the context of the needs of the earlier version of SIunits. As a starting point, let me describe the std world view as having N(sub d) dimensioned units labeled f(sub(alpha)). Thus f(sub 1) is a meter, f(sub 2) a kilogram, f(sub 3) a second, and so forth. N(sub d) is seven but that is moot; were we to eliminate Luminosity and/or Amount of Substance, for instance, the arguments in this note would remain unchanged. And in fact for the purposes of this document we will eliminate those two, to keep any matrices displayed to a reasonable size

  16. 49 CFR 173.24 - General requirements for packagings and packages.

    Science.gov (United States)

    2010-10-01

    ... identifiable (without the use of instruments) release of hazardous materials to the environment; (2) The effectiveness of the package will not be substantially reduced; for example, impact resistance, strength... significant chemical or galvanic reaction between the materials and contents of the package. (3) Plastic...

  17. Packaging systems for animal origin food

    Directory of Open Access Journals (Sweden)

    2011-03-01

    Full Text Available The main task of food packaging is to protect the product during storage and transport against the action of biological, chemical and mechanical factors. The paper presents packaging systems for food of animal origin. Vacuum and modified atmosphere packagings were characterised together with novel types of packagings, referred to as intelligent packaging and active packaging. The aim of this paper was to present all advantages and disadvantages of packaging used for meat products. Such list enables to choose the optimal type of packaging for given assortment of food and specific conditions of the transport and storing.

  18. Self-Contained Avionics Sensing and Flight Control System for Small Unmanned Aerial Vehicle

    Science.gov (United States)

    Shams, Qamar A. (Inventor); Logan, Michael J. (Inventor); Fox, Robert L. (Inventor); Fox, legal representative, Christopher L. (Inventor); Fox, legal representative, Melanie L. (Inventor); Ingham, John C. (Inventor); Laughter, Sean A. (Inventor); Kuhn, III, Theodore R. (Inventor); Adams, James K. (Inventor); Babel, III, Walter C. (Inventor)

    2011-01-01

    A self-contained avionics sensing and flight control system is provided for an unmanned aerial vehicle (UAV). The system includes sensors for sensing flight control parameters and surveillance parameters, and a Global Positioning System (GPS) receiver. Flight control parameters and location signals are processed to generate flight control signals. A Field Programmable Gate Array (FPGA) is configured to provide a look-up table storing sets of values with each set being associated with a servo mechanism mounted on the UAV and with each value in each set indicating a unique duty cycle for the servo mechanism associated therewith. Each value in each set is further indexed to a bit position indicative of a unique percentage of a maximum duty cycle for the servo mechanism associated therewith. The FPGA is further configured to provide a plurality of pulse width modulation (PWM) generators coupled to the look-up table. Each PWM generator is associated with and adapted to be coupled to one of the servo mechanisms.

  19. Do food provisions packaged in single-servings reduce energy intake at breakfast during a brief behavioral weight-loss intervention?

    Science.gov (United States)

    Raynor, Hollie A; Van Walleghen, Emily L; Niemeier, Heather; Butryn, Meghan L; Wing, Rena R

    2009-11-01

    Larger portion sizes increase energy intake, yet it is unclear whether single-serving packages can reduce intake. This study examined the effects of providing breakfast foods in single-serving packages and nonportioned packages on energy intake of these foods during an 8-week behavioral weight-loss program. In fall 2005, 19 adults (mean body mass index [calculated as kg/m(2)]=31.8+/-4.0) were randomized to conditions that provided foods in single-serving packages (Single-Serving) or in nonportioned packages (Standard). Overall amounts and types of foods provided were consistent across conditions: cereal and peaches (weeks 1, 3, 5, and 7) and applesauce and cheese (weeks 2, 4, 6, and 8). Participants were instructed to eat one serving of each food for breakfast and not to consume the provided foods at other times. Mean daily energy intake of the provided foods was the primary dependent variable. The Single-Serving group ate less energy from the combined pairs of foods provided together as compared to Standard (cereal and peaches, 117.0+/-3.2 kcal/day vs 143.5+/-39.3 kcal/day; P0.10). This suggests that single-serving packages may help reduce energy intake at breakfast within the context of a behavioral weight-control program.

  20. The use of dual material seals for packaging

    International Nuclear Information System (INIS)

    Temus, C.J.; Nichols, J.C.

    2004-01-01

    The use of dual material seals, metal and elastomeric for a transportation package, provides a viable option for packages requiring high temperature seal capability. Allowing the seal area to go to higher temperatures then allowed for all elastomeric seal reduce the necessity of providing thermal protection during a postulated accident condition fire. It also increases the options for impact limiting features that do not also mitigate the affects of accident thermal events. Typically, high temperature seals require the use of metal O-rings. Only one seal (typically identified as the containment seal) needs to survive the hypothetical accident conditions, including the high temperatures that may occur during the prescribed hypothetical thermal event. However, to expedite the assembly leakage rate testing of radioactive material packages, a dual O-ring seal arrangement is often used to allow creation of a relatively small volume test cavity between the seals. For any package that is being used on a frequent basis, the total cost of seals can be significantly reduced by using an elastomeric seal as the secondary seal. The elastomeric seal is not the containment boundary seal and does not need to survive the high temperature condition. To get the dual material O-ring seals to seat properly, a different approach has to be taken than with closure of a radioactive material package that does not use metallic O-ring(s). A metal O-ring requires an application of a seating force while the elastomeric package requires a certain percentage of deformation. This is further complicated when the seating force is developed using a multi-bolt closure. Because of the nature of multi-bolt closures, elastic interaction prevents the equal application of force. This paper develops the methods involved in properly closing and establishing containment when using dual material seals with a multi-bolt closure. These methods were demonstrated in two production casks requiring testing leak

  1. Merganser Download Package

    Data.gov (United States)

    U.S. Environmental Protection Agency — This data download package contains an Esri 10.0 MXD, file geodatabase and copy of this FGDC metadata record. The data in this package are used in support of the...

  2. Modular assembly of chimeric phi29 packaging RNAs that support DNA packaging.

    Science.gov (United States)

    Fang, Yun; Shu, Dan; Xiao, Feng; Guo, Peixuan; Qin, Peter Z

    2008-08-08

    The bacteriophage phi29 DNA packaging motor is a protein/RNA complex that can produce strong force to condense the linear-double-stranded DNA genome into a pre-formed protein capsid. The RNA component, called the packaging RNA (pRNA), utilizes magnesium-dependent inter-molecular base-pairing interactions to form ring-shaped complexes. The pRNA is a class of non-coding RNA, interacting with phi29 motor proteins to enable DNA packaging. Here, we report a two-piece chimeric pRNA construct that is fully competent in interacting with partner pRNA to form ring-shaped complexes, in packaging DNA via the motor, and in assembling infectious phi29 virions in vitro. This is the first example of a fully functional pRNA assembled using two non-covalently interacting fragments. The results support the notion of modular pRNA architecture in the phi29 packaging motor.

  3. The art of packaging: An investigation into the role of color in packaging, marketing, and branding

    Directory of Open Access Journals (Sweden)

    Behzad Mohebbi

    2014-12-01

    Full Text Available The purpose of this study is to contribute to the existing research in the field of packaging and marketing and shed more light on the psychology of colors and their effect on packaging and marketing. Nowadays, packaging is proved to be one of the significant factors in the success of promoting product sale. However, there is a perceived gap with respect to the different aspects of packaging, in particular the graphics, design, and color of packaging. The current study provides a comprehensive overview of packaging. It elaborates on different aspects of packaging and summarizes the findings of the most recent research conducted to date probing into packaging from different perspectives. It also discusses the role of color, i.e., the psychology of colors, and graphics in packaging and product sale. It is argued that graphics and color play key roles in promoting product sale and designers and marketers should attach a great deal of importance to color in packaging. The implications for producers, marketers, practitioners, and researchers are discussed in detail and suggestions for future research are provided.

  4. MINUIT package parallelization and applications using the RooFit package

    International Nuclear Information System (INIS)

    Lazzaro, Alfio; Moneta, Lorenzo

    2010-01-01

    The fitting procedures are based on numerical minimization of functions. The MINUIT package is the most common package used for such procedures in High Energy Physics community. The main algorithm in this package, MIGRAD, searches the minimum of a function using the gradient information. For each minimization iteration, MIGRAD requires the calculation of the derivative for each free parameter of the function to be minimized. Minimization is required for data analysis problems based on the maximum likelihood technique. The calculation of complex likelihood functions, with several free parameters, many independent variables and large data samples, can be very CPU-time consuming. Then, the minimization process requires the calculation of the likelihood functions several times for each minimization iteration. In this paper we will show how MIGRAD algorithm and the likelihood function calculation can be easily parallelized using Message Passing Interface techniques. We will present the speed-up improvements obtained in typical physics applications such as complex maximum likelihood fits using the RooFit package.

  5. Software Engineering and Its Application to Avionics

    Science.gov (United States)

    1988-01-01

    separate packages. These routines should be documented to include purpose, requirements, flowcharts ; emphasis should be placed on details of the interface...user interface should be easy to learn for the beginner (as are menu driven systems) yet it should not slow down the expert. A typical compromise is to...diagrams (DFDs). Other less used techniques were the State Machine approach and Petri Nets. Traditional mathematical flowcharts ae good for

  6. Waste package performance analysis

    International Nuclear Information System (INIS)

    Lester, D.H.; Stula, R.T.; Kirstein, B.E.

    1982-01-01

    A performance assessment model for multiple barrier packages containing unreprocessed spent fuel has been applied to several package designs. The resulting preliminary assessments were intended for use in making decisions about package development programs. A computer model called BARIER estimates the package life and subsequent rate of release of selected nuclides. The model accounts for temperature, pressure (and resulting stresses), bulk and localized corrosion, and nuclide retardation by the backfill after water intrusion into the waste form. The assessment model assumes a post-closure, flooded, geologic repository. Calculations indicated that, within the bounds of model assumptions, packages could last for several hundred years. Intact backfills of appropriate design may be capable of nuclide release delay times on the order of 10 7 yr for uranium, plutonium, and americium. 8 references, 6 figures, 9 tables

  7. Comparative Packaging Study

    Science.gov (United States)

    Perchonok, Michele H.; Oziomek, Thomas V.

    2009-01-01

    Future long duration manned space flights beyond low earth orbit will require the food system to remain safe, acceptable and nutritious. Development of high barrier food packaging will enable this requirement by preventing the ingress and egress of gases and moisture. New high barrier food packaging materials have been identified through a trade study. Practical application of this packaging material within a shelf life test will allow for better determination of whether this material will allow the food system to meet given requirements after the package has undergone processing. The reason to conduct shelf life testing, using a variety of packaging materials, stems from the need to preserve food used for mission durations of several years. Chemical reactions that take place during longer durations may decrease food quality to a point where crew physical or psychological well-being is compromised. This can result in a reduction or loss of mission success. The rate of chemical reactions, including oxidative rancidity and staling, can be controlled by limiting the reactants, reducing the amount of energy available to drive the reaction, and minimizing the amount of water available. Water not only acts as a media for microbial growth, but also as a reactant and means by which two reactants may come into contact with each other. The objective of this study is to evaluate three packaging materials for potential use in long duration space exploration missions.

  8. Radioanalytical method to determine contaminations due to packaging materials

    International Nuclear Information System (INIS)

    Figge, K.

    1976-01-01

    The quantitative determination of the transfer of substances in the system packaging material/foodstuff is essential for the protection of consumer and with respect to food regulations. With the help of the radio tracer techniques described it is possible to determine the migration of an individual component of the packaging material into liquid and solid foodstuffs or their simulants. Parts of the radioactive test films or sheets are brought in one- or two-sided contact with the foodstuffs or their simulants using newly developed extraction and migration cells. The extracted or migrated amounts of the packaging material component are calculated from the radioactivities migrated into the contact media under the test conditions given. As an example for the application of these radio tracer techniques, investigations into the migration behaviour of the organotin stabilizer di-n-octyltin-2-ethyl-hexyl-dithioglycolate in the system rigid PVC/edible fat or test fat respectively are described. For the determination of the total components migrating from a packaging material into foodstuffs, a radio tracer method was developed making use of a 14 C-labelled standard triglyceride mixture - the fat simulant HB 307- 14 C. The efficiency of this method is demonstrated by determinations of the global migrates of polyvinylchloride films containing different amounts of platicizers and the mean error of the single determination on the amount of global migrate is discussed. (T.G.)

  9. Intelligent food packaging - research and development

    Directory of Open Access Journals (Sweden)

    Renata Dobrucka

    2015-03-01

    Full Text Available Packaging also fosters effective marketing of the food through distribution and sale channels. It is of the utmost importance to optimize the protection of the food, a great quality and appearance - better than typical packaged foods. In recent years, intelligent packaging became very popular. Intelligent packaging is becoming more and more widely used for food products. Application of this type of solution contributes to improvement of the quality consumer life undoubtedly. Intelligent packaging refers to a package that can sense environmental changes, and in turn, informs the users about the changes. These packaging systems contain devices that are capable of sensing and providing information about the functions and properties of the packaged foods. Also, this paper will review intelligent packaging technologies and describe different types of indicators (time-temperature indicators, freshness indicators.

  10. Creative Thinking Package

    Science.gov (United States)

    Jones, Clive

    1972-01-01

    A look at the latest package from a British managment training organization, which explains and demonstrates creative thinking techniques, including brainstorming. The package, designed for groups of twelve or more, consists of tapes, visuals, and associated exercises. (Editor/JB)

  11. Perspectives on the Elements of Packaging Design : A Qualitative Study on the Communication of Packaging

    OpenAIRE

    Alervall, Viktoria; Saied, Juan Sdiq

    2013-01-01

    Background: In today’s markets almost all products we buy come packaged. We use packaging to protect, contain and identify products. Furthermore if this is executed in a skillful way consumers often choose products based on packaging. The work of a designer and marketer is therefore extremely valuable when it comes to the design of a package. Problem: How are packages used to communicate marketing information? Purpose: The focus of this thesis is to identify differences and similarities of a ...

  12. 21 CFR 355.20 - Packaging conditions.

    Science.gov (United States)

    2010-04-01

    ... conditions. (a) Package size limitation. Due to the toxicity associated with fluoride active ingredients, the... (toothpastes and tooth powders) packages shall not contain more than 276 milligrams (mg) total fluorine per... packages shall not contain more than 120 mg total fluorine per package. (3) Exception. Package size...

  13. 19 CFR 191.13 - Packaging materials.

    Science.gov (United States)

    2010-04-01

    ... 19 Customs Duties 2 2010-04-01 2010-04-01 false Packaging materials. 191.13 Section 191.13 Customs... (CONTINUED) DRAWBACK General Provisions § 191.13 Packaging materials. (a) Imported packaging material... packaging material when used to package or repackage merchandise or articles exported or destroyed pursuant...

  14. Warpage of QFN Package in Post Mold Cure Process of integrated circuit packaging

    Science.gov (United States)

    Sriwithoon, Nattha; Ugsornrat, Kessararat; Srisuwitthanon, Warayoot; Thonglor, Panakamon

    2017-09-01

    This research studied about warpage of QFN package in post mold cure process of integrated circuit (IC) packages using pre-plated (PPF) leadframe. For IC package, epoxy molding compound (EMC) are molded by cross linking of compound stiffness but incomplete crosslinked network and leading the fully cured thermoset by post mold cure (PMC) process. The cure temperature of PMC can change microstructure of EMC in term of stress inside the package and effect to warpage of the package due to coefficient of thermal expansion (CTE) between EMC and leadframe. In experiment, cure temperatures were varied to check the effect of internal stress due to different cure temperature after completed post mold cure for TDFN 2×3 8L. The cure temperature were varied with 180 °C, 170 °C, 160 °C, and 150°C with cure time 4 and 6 hours, respectively. For analysis, the TDFN 2×3 8L packages were analyzed the warpage by thickness gauge and scanning acoustic microscope (SAM) after take the test samples out from the oven cure. The results confirmed that effect of different CTE between EMC and leadframe due to different cure temperature resulting to warpage of the TDFN 2×3 8L packages.

  15. Linear latent variable models: the lava-package

    DEFF Research Database (Denmark)

    Holst, Klaus Kähler; Budtz-Jørgensen, Esben

    2013-01-01

    are implemented including robust standard errors for clustered correlated data, multigroup analyses, non-linear parameter constraints, inference with incomplete data, maximum likelihood estimation with censored and binary observations, and instrumental variable estimators. In addition an extensive simulation......An R package for specifying and estimating linear latent variable models is presented. The philosophy of the implementation is to separate the model specification from the actual data, which leads to a dynamic and easy way of modeling complex hierarchical structures. Several advanced features...

  16. Characterization of integrated circuit packaging materials

    CERN Document Server

    Moore, Thomas

    1993-01-01

    Chapters in this volume address important characteristics of IC packages. Analytical techniques appropriate for IC package characterization are demonstrated through examples of the measurement of critical performance parameters and the analysis of key technological problems of IC packages. Issues are discussed which affect a variety of package types, including plastic surface-mount packages, hermetic packages, and advanced designs such as flip-chip, chip-on-board and multi-chip models.

  17. Skeletons in the closet: Implementation of the packaging program at Los Alamos

    International Nuclear Information System (INIS)

    Ricketts, T.E.

    1997-11-01

    In May 1994, The Defense Nuclear Facility Safety Board (DNFSB) issued recommendation 94-1 to the Secretary of Energy indicating the need for improved remediation efforts within the defense nuclear facilities complex. The primary concern was for the safety of the workers, the public, and the environment as a result of improperly stabilized and packaged fissile materials. The DNFSB recommended that an integrated plan be formulated to convert the identified materials to forms or conditions suitable for safe interim storage. In addition, the DNFSB recommended that plutonium metal and oxides (> 50 weight-percent plutonium) be stabilized and packaged in accordance with the criteria stated in the DOE storage standard (DOE-STD-3013). In response to the recommendations, DOE requested input from all the defense-related sites and as a result, individual Site Integrated Stabilization and Management Plans (SISMP) were established. The following 2 milestones are identified in the Los Alamos SISMP: (1) stabilize high-risk vault items and recover the plutonium as oxide for packaging to meet the long-term storage standard by September 1997; (2) stabilize the remaining residue inventory and recover the plutonium as oxide. Repackage the existing plutonium metal and oxide (> 50% plutonium assay) for long-term storage by May 2002

  18. tclust: An R Package for a Trimming Approach to Cluster Analysis

    Directory of Open Access Journals (Sweden)

    2012-04-01

    Full Text Available Outlying data can heavily influence standard clustering methods. At the same time, clustering principles can be useful when robustifying statistical procedures. These two reasons motivate the development of feasible robust model-based clustering approaches. With this in mind, an R package for performing non-hierarchical robust clustering, called tclust, is presented here. Instead of trying to “fit” noisy data, a proportion α of the most outlying observations is trimmed. The tclust package efficiently handles different cluster scatter constraints. Graphical exploratory tools are also provided to help the user make sensible choices for the trimming proportion as well as the number of clusters to search for.

  19. The ZOOM minimization package

    International Nuclear Information System (INIS)

    Fischler, Mark S.; Sachs, D.

    2004-01-01

    A new object-oriented Minimization package is available for distribution in the same manner as CLHEP. This package, designed for use in HEP applications, has all the capabilities of Minuit, but is a re-write from scratch, adhering to modern C++ design principles. A primary goal of this package is extensibility in several directions, so that its capabilities can be kept fresh with as little maintenance effort as possible. This package is distinguished by the priority that was assigned to C++ design issues, and the focus on producing an extensible system that will resist becoming obsolete

  20. Packaging Concerns/Techniques for Large Devices

    Science.gov (United States)

    Sampson, Michael J.

    2009-01-01

    This slide presentation reviews packaging challenges and options for electronic parts. The presentation includes information about non-hermetic packages, space challenges for packaging and complex package variations.

  1. Working with the American Community Survey in R a guide to using the acs package

    CERN Document Server

    Glenn, Ezra Haber

    2016-01-01

    This book serves as a hands-on guide to the "acs" R package for demographers, planners, and other researchers who work with American Community Survey (ACS) data. It gathers the most common problems associated with using ACS data and implements functions as a package in the R statistical programming language. The package defines a new "acs" class object (containing estimates, standard errors, and metadata for tables from the ACS) with methods to deal appropriately with common tasks (e.g., creating and combining subgroups or geographies, automatic fetching of data via the Census API, mathematical operations on estimates, tests of significance, plots of confidence intervals).

  2. Implementation of standards within eLearning information systems

    OpenAIRE

    Roman Malo

    2007-01-01

    Nowadays, eLearning standards' support within eLearning systems is much discussed problem. In this problem domain especially the reference model SCORM must be considered. This de-facto standard is a package of common standards and specifications used for the standardization of eLearning activities as eLearning content preparation, using e-course, communication etc. Implementation of standards itself is a process with great difficulty and time requests. Interesting and considerable approach to...

  3. Thermal Analysis Of A 9975 Package In A Facility Fire Accident

    International Nuclear Information System (INIS)

    Gupta, N.

    2011-01-01

    Surplus plutonium bearing materials in the U.S. Department of Energy (DOE) complex are stored in the 3013 containers that are designed to meet the requirements of the DOE standard DOE-STD-3013. The 3013 containers are in turn packaged inside 9975 packages that are designed to meet the NRC 10 CFR Part 71 regulatory requirements for transporting the Type B fissile materials across the DOE complex. The design requirements for the hypothetical accident conditions (HAC) involving a fire are given in 10 CFR 71.73. The 9975 packages are stored at the DOE Savannah River Site in the K-Area Material Storage (KAMS) facility for long term of up to 50 years. The design requirements for safe storage in KAMS facility containing multiple sources of combustible materials are far more challenging than the HAC requirements in 10 CFR 71.73. While the 10 CFR 71.73 postulates an HAC fire of 1475 F and 30 minutes duration, the facility fire calls for a fire of 1500 F and 86 duration. This paper describes a methodology and the analysis results that meet the design limits of the 9975 component and demonstrate the robustness of the 9975 package.

  4. gamboostLSS: An R Package for Model Building and Variable Selection in the GAMLSS Framework

    OpenAIRE

    Hofner, Benjamin; Mayr, Andreas; Schmid, Matthias

    2014-01-01

    Generalized additive models for location, scale and shape are a flexible class of regression models that allow to model multiple parameters of a distribution function, such as the mean and the standard deviation, simultaneously. With the R package gamboostLSS, we provide a boosting method to fit these models. Variable selection and model choice are naturally available within this regularized regression framework. To introduce and illustrate the R package gamboostLSS and its infrastructure, we...

  5. General Aviation Avionics Statistics.

    Science.gov (United States)

    1980-12-01

    designed to produce standard errors on these variables at levels specified by the FAA. No controls were placed on the standard errors of the non-design...Transponder Encoding Requirement. and Mode CAutomatic (11as been deleted) Altitude Reporting Ca- pabili.,; Two-way Radio; VOR or TACAN Receiver. Remaining 42

  6. Packaging and transport of radioisotopes

    International Nuclear Information System (INIS)

    Taylor, C.B.G.

    1976-01-01

    The importance of radioisotope traffic is emphasized. More than a million packages are being transported each year, mostly for medical uses. The involvement of public transport services and the incidental dose to the public (which is very small) are appreciably greater than for movements connected with the nuclear fuel cycle. Modern isotope packages are described, and an outline given of the problems of a large radioisotope manufacturer who has to package many different types of product. Difficulties caused by recent uncoordinated restrictions on the use of passenger aircraft are mentioned. Some specific problems relating to radioisotope packaging are discussed. These include the crush resistance of Type A packages, the closure of steel drums, the design of secure closures for large containers, the Type A packaging of liquids, leak tightness criteria of Type B packages, and the use of 'unit load' overpacks to consign a group of individually approved packages together as a single shipment. Reference is made to recent studies of the impact of radioisotope shipments on the environment. Cost/benefit analysis is important in this field - an important public debate is only just beginning. (author)

  7. Safety Analysis Report - Packages, 9965, 9968, 9972-9975 Packages

    International Nuclear Information System (INIS)

    Van Alstine, M.N.

    1999-01-01

    This Safety Analysis Report for Packaging (SARP) documents the performance of the 9965 B, 9968 B, 9972 B(U), 9973 B(U), 9974 B(U), and 9975 B(U) packages in satisfying the regulatory safety requirements of the Code of Federal Regulations (CFR) 711 and the International Atomic Energy Agency (IAEA) Safety Series No. 6, Regulations for the Safe Transport of Radioactive Material, 1985 edition2. Results of the analysis and testing performed on the 9965 B, 9968 B, 9972 B(U), 9973 B(U), 9974 B(U), and 9975 B(U) packages are presented in this SARP, which was prepared in accordance with U.S. Department of energy (DOE) Order 5480.33 and in the format specified in the Nuclear Regulatory Commission (NRC) Regulatory Guides 7.94 and 7.10.5

  8. Safety analysis report - packages 9965, 9968, 9972-9975 packages

    International Nuclear Information System (INIS)

    Van Alstine, M.N.

    1997-10-01

    This Safety Analysis Report for Packaging (SARP) documents the performance of the 9965 B( ), 9968 B( ), 9972 B(U), 9973 B(U), 9974 B(U), and 9975 B(U) packages in satisfying the regulatory safety requirements of the Code of Federal Regulations (CFR) 10 CFR 71 and the International Atomic Energy Agency (IAEA) Safety Series No. 6, Regulations for the Safe Transport of Radioactive Material, 1985 edition. Results of the analysis and testing performed on the 9965 B(), 9968 B(), 9972 B(U), 9973 B(U), and 9975 B(U) packages are presented in this SARP, which was prepared in accordance with U.S. Department of Energy (DOE) Order 5480.3 and in the format specified in the Nuclear Regulatory Commission (NRC) Regulatory Guides 7.9 and 7.10

  9. Healthy package, healthy product? Effects of packaging design as a function of purchase setting

    NARCIS (Netherlands)

    van Rompay, Thomas Johannes Lucas; Deterink, Florien; Fenko, Anna

    2016-01-01

    Inspired by research testifying to the influence of visual packaging appearance and meaning portrayal on food evaluation, here it is argued that effects of packaging design vary depending on purchase context. Realistic packaging variants for a fictitious yoghurt brand varying in health connotation

  10. Integrated Approach to Industrial Packaging Design

    Science.gov (United States)

    Vorobeva, O.

    2017-11-01

    The article reviews studies in the field of industrial packaging design. The major factors which influence technological, ergonomic, economic and ecological features of packaging are established. The main modern trends in packaging design are defined, the principles of marketing communications and their influence on consumers’ consciousness are indicated, and the function of packaging as a transmitter of brand values is specified. Peculiarities of packaging technology and printing techniques in modern printing industry are considered. The role of designers in the stage-by-stage development of the construction, form and graphic design concept of packaging is defined. The examples of authentic packaging are given and the mention of the tetrahedron packaging history is made. At the end of the article, conclusions on the key research aspects are made.

  11. Directory of certificates of compliance for radioactive materials packages. Summary report of NRC approved packages

    International Nuclear Information System (INIS)

    1979-10-01

    This directory contains a Summary Report of NRC Approved Packages for radioactive material packages effective September 14, 1979. Purpose of this directory is to make available a convenient source of information on packagings which have been approved by the US Nuclear Regulatory Commission. To assist in identifying packaging, an index by Model Number and corresponding Certificate of Compliance number is included at the back of each volume of the directory. The Summary Report includes a listing of all users of each package design prior to the publication date of the directory

  12. Directory of certificates of compliance for radioactive materials packages. Summary report of NRC approved packages

    Energy Technology Data Exchange (ETDEWEB)

    None

    1979-10-01

    This directory contains a Summary Report of NRC Approved Packages for radioactive material packages effective September 14, 1979. Purpose of this directory is to make available a convenient source of information on packagings which have been approved by the US Nuclear Regulatory Commission. To assist in identifying packaging, an index by Model Number and corresponding Certificate of Compliance number is included at the back of each volume of the directory. The Summary Report includes a listing of all users of each package design prior to the publication date of the directory.

  13. Directory of Certificates of Compliance for Radioactive Materials Packages: Report of NRC approved packages

    International Nuclear Information System (INIS)

    1988-12-01

    This directory contains a Report of the US Nuclear Regulatory Commission's Approved Packages (Volume 1), all Certificates of Compliance (Volume 2), and a Report of NRC Approved Quality Assurance Programs (Volume 3) for Radioactive Material Packages effective October 1, 1988. The purpose of this directory is to make available a convenient source of information on packagings which have been approved by the US Nuclear Regulatory Commission. To assist in identifying packaging, an index by Model Number and corresponding Certificate of Compliance Number is included at the front of Volume 2 of the directory. A listing by packaging types is included in the back of Volume 2. An alphabetical listing by Company name is included in the back of Volume 3 for approved QA programs. The Reports include a listing of all users of each package design and approved QA programs prior to the publication date of the directory

  14. Directory of certificates of compliance for radioactive materials packages, Report of NRC approved packages

    International Nuclear Information System (INIS)

    1990-10-01

    This directory contains a Report of the US Nuclear Regulatory Commission's Approved Packages (Volume 1), Certificates of Compliance (Volume 2), and a Report of NRC Approved Quality Assurance Programs (Volume 3) for Radioactive Materials Packages effective October 1, 1990. The purpose of this directory is to make available a convenient source of information on packagings which have been approved by the US Nuclear Regulatory Commission. To assist in identifying packaging, an index by Model Number and corresponding Certificate of Compliance Number is included at the front of Volume 2 of the directory. A listing by packaging types is included in the back of Volume 2. An alphabetical listing by Company name is included in the back of Volume 3 for approved QA programs. The Reports include a listing of all users of each package design and approved QA programs prior to the publication date of the directory

  15. AlgoRun: a Docker-based packaging system for platform-agnostic implemented algorithms.

    Science.gov (United States)

    Hosny, Abdelrahman; Vera-Licona, Paola; Laubenbacher, Reinhard; Favre, Thibauld

    2016-08-01

    There is a growing need in bioinformatics for easy-to-use software implementations of algorithms that are usable across platforms. At the same time, reproducibility of computational results is critical and often a challenge due to source code changes over time and dependencies. The approach introduced in this paper addresses both of these needs with AlgoRun, a dedicated packaging system for implemented algorithms, using Docker technology. Implemented algorithms, packaged with AlgoRun, can be executed through a user-friendly interface directly from a web browser or via a standardized RESTful web API to allow easy integration into more complex workflows. The packaged algorithm includes the entire software execution environment, thereby eliminating the common problem of software dependencies and the irreproducibility of computations over time. AlgoRun-packaged algorithms can be published on http://algorun.org, a centralized searchable directory to find existing AlgoRun-packaged algorithms. AlgoRun is available at http://algorun.org and the source code under GPL license is available at https://github.com/algorun laubenbacher@uchc.edu Supplementary data are available at Bioinformatics online. © The Author 2016. Published by Oxford University Press. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com.

  16. Regulatory concerns for leakage testing of packagings with three O-ring closure seals

    International Nuclear Information System (INIS)

    Oras, J.J.; Towell, R.H.; Wangler, M.E.

    1997-01-01

    The American National Standard for Radioactive Materials--Leakage Tests on Packages for Shipment (ANSI N14.5) provides guidance for leakage rate testing to show that a particular packaging complies with regulatory requirements and also provides guidance in determining appropriate acceptance criteria. Recent radioactive packagings designs have incorporated three O-ring closure seals, the middle O-ring being the containment seal. These designs have the potential for false positive results of leakage rate tests. The volume between the containment O-ring and the inner O-ring is used for the helium gas required for the leakage rate tests to reduce both the amount of helium used and the time required to conduct the tests. A leak detector samples the evacuated volume between the outer O-ring and the containment O-ring. False positive results can be caused in two ways, a large leakage in the containment seal or leakage in the inner seal. This paper will describe the problem together with possible solutions/areas that need to be addressed in a Safety Analysis Report for Packagings before a particular packaging design can be certified for transport

  17. Safety analysis report for packages: packaging of fissile and other radioactive materials. Final report

    International Nuclear Information System (INIS)

    Chalfant, G.G.

    1984-01-01

    The 9965, 9966, 9967, and 9968 packages are designed for surface shipment of fissile and other radioactive materials where a high degree of containment (either single or double) is required. Provisions are made to add shielding material to the packaging as required. The package was physically tested to demonstrate that it meets the criteria specified in USDOE Order No. 5480.1, chapter III, dated 5/1/81, which invokes Title 10, Code of Federal Regulations, Part 71 (10 CFR 71), Packing and Transportation of Radioactive Material, and Title 49, Code of Federal Regulations, Part 100-179, Transportation. By restricting the maximum normal operating pressure of the packages to less than 7 kg/cm 2 (gauge) (99 to 54 psig), the packages will comply with Type B(U) regulations of the International Atomic Energy Agency (IAEA) in its Regulations for the Safe Transport of Radioactive Materials, Safety Series No. 6, 1973 Revised Edition, and may be used for export and import shipments. These packages have been assessed for transport of up to 14.5 kilograms of uranium, excluding uranium-233, or 4.4 kilograms of plutonium metal, oxides, or scrap having a maximum radioactive decay energy of 30 watts. Specific maximum package contents are given. This quantity and the configuration of uranium or plutonium metal cannot be made critical by any combination of hydrogeneous reflection and moderation regardless of the condition of the package. For a uranium-233 shipment, a separate criticality evaluation for the specific package is required

  18. Technical Support Document: 50% Energy Savings Design Technology Packages for Highway Lodging Buildings

    Energy Technology Data Exchange (ETDEWEB)

    Jiang, Wei; Gowri, Krishnan; Lane, Michael D.; Thornton, Brian A.; Rosenberg, Michael I.; Liu, Bing

    2009-09-28

    This Technical Support Document (TSD) describes the process, methodology and assumptions for development of the 50% Energy Savings Design Technology Packages for Highway Lodging Buildings, a design guidance document intended to provide recommendations for achieving 50% energy savings in highway lodging properties over the energy-efficiency levels contained in ANSI/ASHRAE/IESNA Standard 90.1-2004, Energy Standard for Buildings Except Low-Rise Residential Buildings.

  19. Ensuring socially responsible packaging design

    DEFF Research Database (Denmark)

    Geert Jensen, Birgitte

    Most consumers have experienced occasional problems with opening packaging. Tomato sauce from the tinned mackerel splattered all over the kitchen counter, the unrelenting pickle jar lid, and the package of sliced ham that cannot be opened without a knife or a pair of scissors. The research project...... "User‐friendly Packaging" aims to create a platform for developing more user‐friendly packaging. One intended outcome of the project is a guideline that industry can use in development efforts. The project also points the way for more extended collaboration between companies and design researchers. How...... can design research help industry in packaging innovation?...

  20. Packaging based on polymeric materials

    Directory of Open Access Journals (Sweden)

    Jovanović Slobodan M.

    2005-01-01

    Full Text Available In the past two years the consumption of common in the developed countries world wide (high tonnage polymers for packaging has approached a value of 50 wt.%. In the same period more than 50% of the packaging units on the world market were made of polymeric materials despite the fact that polymeric materials present 17 wt.% of all packaging materials. The basic properties of polymeric materials and their environmental and economical advantages, providing them such a position among packaging materials, are presented in this article. Recycling methods, as well as the development trends of polymeric packaging materials are also presented.

  1. International standards for phytosanitary measures (ISPM), publication No. 15

    CERN Multimedia

    Tom Wegelius

    2006-01-01

    GUIDELINES FOR REGULATING WOOD PACKAGING MATERIAL IN INTERNATIONAL TRADE SCOPE This standard describes phytosanitary measures to reduce the risk of introduction and/or spread of quarantine pests associated with wood packaging material (including dunnage), made of coniferous and non-coniferous raw wood, in use in international trade. For more information, contact the Shipping Service (FI-LS-SH) at 79947. Table of guidelines

  2. Advanced flip chip packaging

    CERN Document Server

    Lai, Yi-Shao; Wong, CP

    2013-01-01

    Advanced Flip Chip Packaging presents past, present and future advances and trends in areas such as substrate technology, material development, and assembly processes. Flip chip packaging is now in widespread use in computing, communications, consumer and automotive electronics, and the demand for flip chip technology is continuing to grow in order to meet the need for products that offer better performance, are smaller, and are environmentally sustainable. This book also: Offers broad-ranging chapters with a focus on IC-package-system integration Provides viewpoints from leading industry executives and experts Details state-of-the-art achievements in process technologies and scientific research Presents a clear development history and touches on trends in the industry while also discussing up-to-date technology information Advanced Flip Chip Packaging is an ideal book for engineers, researchers, and graduate students interested in the field of flip chip packaging.

  3. Short communication: Effect of active food packaging materials on fluid milk quality and shelf life.

    Science.gov (United States)

    Wong, Dana E; Goddard, Julie M

    2014-01-01

    Active packaging, in which active agents are embedded into or on the surface of food packaging materials, can enhance the nutritive value, economics, and stability of food, as well as enable in-package processing. In one embodiment of active food packaging, lactase was covalently immobilized onto packaging films for in-package lactose hydrolysis. In prior work, lactase was covalently bound to low-density polyethylene using polyethyleneimine and glutaraldehyde cross-linkers to form the packaging film. Because of the potential contaminants of proteases, lipases, and spoilage organisms in typical enzyme preparations, the goal of the current work was to determine the effect of immobilized-lactase active packaging technology on unanticipated side effects, such as shortened shelf-life and reduced product quality. Results suggested no evidence of lipase or protease activity on the active packaging films, indicating that such active packaging films could enable in-package lactose hydrolysis without adversely affecting product quality in terms of dairy protein or lipid stability. Storage stability studies indicated that lactase did not migrate from the film over a 49-d period, and that dry storage resulted in 13.41% retained activity, whereas wet storage conditions enabled retention of 62.52% activity. Results of a standard plate count indicated that the film modification reagents introduced minor microbial contamination; however, the microbial population remained under the 20,000 cfu/mL limit through the manufacturer's suggested 14-d storage period for all film samples. This suggests that commercially produced immobilized lactase active packaging should use purified cross-linkers and enzymes. Characterization of unanticipated effects of active packaging on food quality reported here is important in demonstrating the commercial potential of such technologies. Copyright © 2014 American Dairy Science Association. Published by Elsevier Inc. All rights reserved.

  4. Complex-wide representation of material packaged in 3013 containers

    Energy Technology Data Exchange (ETDEWEB)

    Narlesky, Joshua E.; Peppers, Larry G.; Friday, Gary P.

    2009-06-01

    The DOE sites packaging plutonium oxide materials packaged according to Department of Energy 3013 Standard (DOE-STD-3013) are responsible for ensuring that the materials are represented by one or more samples in the Materials Identification and Surveillance (MIS) program. The sites categorized most of the materials into process groups, and the remaining materials were characterized, based on the prompt gamma analysis results. The sites issued documents to identify the relationships between the materials packaged in 3013 containers and representative materials in the MIS program. These “Represented” documents were then reviewed and concurred with by the MIS Working Group. However, these documents were developed uniquely at each site and were issued before completion of sample characterization, small-scale experiments, and prompt gamma analysis, which provided more detailed information about the chemical impurities and the behavior of the material in storage. Therefore, based on the most recent data, relationships between the materials packaged in 3013 containers and representative materials in the MIS program been revised. With the prompt gamma analysis completed for Hanford, Rocky Flats, and Savannah River Site 3013 containers, MIS items have been assigned to the 3013 containers for which representation is based on the prompt gamma analysis results. With the revised relationships and the prompt gamma analysis results, a Master “Represented” table has been compiled to document the linkages between each 3013 container packaged to date and its representative MIS items. This table provides an important link between the Integrated Surveillance Program database, which contains information about each 3013 container to the MIS items database, which contains the characterization, prompt gamma data, and storage behavior data from shelf-life experiments for the representative MIS items.

  5. Complex-wide representation of material packaged in 3013 containers

    International Nuclear Information System (INIS)

    Narlesky, Joshua E.; Peppers, Larry G.; Friday, Gary P.

    2009-01-01

    The DOE sites packaging plutonium oxide materials packaged according to Department of Energy 3013 Standard (DOE-STD-3013) are responsible for ensuring that the materials are represented by one or more samples in the Materials Identification and Surveillance (MIS) program. The sites categorized most of the materials into process groups, and the remaining materials were characterized, based on the prompt gamma analysis results. The sites issued documents to identify the relationships between the materials packaged in 3013 containers and representative materials in the MIS program. These 'Represented' documents were then reviewed and concurred with by the MIS Working Group. However, these documents were developed uniquely at each site and were issued before completion of sample characterization, small-scale experiments, and prompt gamma analysis, which provided more detailed information about the chemical impurities and the behavior of the material in storage. Therefore, based on the most recent data, relationships between the materials packaged in 3013 containers and representative materials in the MIS program have been revised. With the prompt gamma analysis completed for Hanford, Rocky Flats, and Savannah River Site 3013 containers, MIS items have been assigned to the 3013 containers for which representation is based on the prompt gamma analysis results. With the revised relationships and the prompt gamma analysis results, a Master 'Represented' table has been compiled to document the linkages between each 3013 container packaged to date and its representative MIS items. This table provides an important link between the Integrated Surveillance Program database, which contains information about each 3013 container to the MIS items database, which contains the characterization, prompt gamma data, and storage behavior data from shelf-life experiments for the representative MIS items

  6. 49 CFR 178.521 - Standards for paper bags.

    Science.gov (United States)

    2010-10-01

    ... 49 Transportation 2 2010-10-01 2010-10-01 false Standards for paper bags. 178.521 Section 178.521...-bulk Performance-Oriented Packaging Standards § 178.521 Standards for paper bags. (a) The following are identification codes for paper bags: (1) 5M1 for a multi-wall paper bag; and (2) 5M2 for a multi-wall water...

  7. A study on opening displacement of lid and decrease in shielding thickness of a type IP-2 transport package in drop events

    International Nuclear Information System (INIS)

    Kim, Dong Hak; Seo, Ki Seog; Kim, Jae Yong; Lee, Ju Chan; Yoon, Jeong Hyoun; Lee, Kyung Ho; Kim, Sung Hwan; Lee, Heung Young

    2005-01-01

    Radioactive waste generated from nuclear power plants shall be transported in accordance with designated regulations, which is to protect radiation workers and the public against potential radiation exposure caused by the transportations. Each transport package of radioactive waste is to be designed to have enough safety to fulfill with the regulations and technical standards in domestic and foreign regulations. In accordance with IAEA safety standard series TS-R-1 which is widely accepted by most of its member states, industrial package can be divided into IP-1, IP-2 and IP-3 along with other Type A and Type B packages, a conventional clarification. IP-2 package shall be designed to meet the designated requirements in addition to those for type IP-1 package. IP-2 package is subject to the free drop and stacking tests under normal conditions of transport as regulated in the regulation. In this paper, opening displacement of lid and body and decrease in shielding thickness of an IP-2 package are analytically evaluated, which is proposed for on-site transportation in domestic nuclear power plants. The results of the analysis is compared with design requirements of the package that loss or dispersal of the radioactive contents should be prevented and total loss of shielding effect from free drop shall be less than 20%

  8. Challenges in the Packaging of MEMS

    Energy Technology Data Exchange (ETDEWEB)

    Malshe, A.P.; Singh, S.B.; Eaton, W.P.; O' Neal, C.; Brown, W.D.; Miller, W.M.

    1999-03-26

    The packaging of Micro-Electro-Mechanical Systems (MEMS) is a field of great importance to anyone using or manufacturing sensors, consumer products, or military applications. Currently much work has been done in the design and fabrication of MEMS devices but insufficient research and few publications have been completed on the packaging of these devices. This is despite the fact that packaging is a very large percentage of the total cost of MEMS devices. The main difference between IC packaging and MEMS packaging is that MEMS packaging is almost always application specific and greatly affected by its environment and packaging techniques such as die handling, die attach processes, and lid sealing. Many of these aspects are directly related to the materials used in the packaging processes. MEMS devices that are functional in wafer form can be rendered inoperable after packaging. MEMS dies must be handled only from the chip sides so features on the top surface are not damaged. This eliminates most current die pick-and-place fixtures. Die attach materials are key to MEMS packaging. Using hard die attach solders can create high stresses in the MEMS devices, which can affect their operation greatly. Low-stress epoxies can be high-outgassing, which can also affect device performance. Also, a low modulus die attach can allow the die to move during ultrasonic wirebonding resulting to low wirebond strength. Another source of residual stress is the lid sealing process. Most MEMS based sensors and devices require a hermetically sealed package. This can be done by parallel seam welding the package lid, but at the cost of further induced stress on the die. Another issue of MEMS packaging is the media compatibility of the packaged device. MEMS unlike ICS often interface with their environment, which could be high pressure or corrosive. The main conclusion we can draw about MEMS packaging is that the package affects the performance and reliability of the MEMS devices. There is a

  9. Recent advances in the GENFIT track fitting package

    Energy Technology Data Exchange (ETDEWEB)

    Bicker, Karl A. [CERN, Geneva (Switzerland); Hoeppner, Christian; Ketzer, Bernhard; Neubert, Sebastian; Paul, Stephan; Rauch, Johannes [Technische Universitaet Muenchen, Munich (Germany)

    2012-07-01

    The GENFIT software package provides a framework for track fitting. Due to the modular and generic structure, it is usable with arbitrary detector and field geometries. GENFIT is used in several collaborations (e.g. Belle II, COMPASS, FOPI, PANDA). GENFIT provides hit classes for common detector types and their information is used by GENFIT in their native coordinate system. Hits are collected in tracks, as are track representations. The track representation handles the extrapolation of the track through matter and fields. Multiple track representations can be fitted simultaneously. GENFIT has recently been equipped with several new features. Besides adding Smoothing, the standard Kalman fit algorithm has been extended by a Deterministic Annealing Filter (DAF), which can tag noise hits. An interface to the RAVE vertexing package has equipped GENFIT with the capability for vertex reconstruction and fitting. Results from simulation and real data are presented.

  10. Prevalence of pesticides in postconsumer agrochemical polymeric packaging.

    Science.gov (United States)

    Eras, J; Costa, J; Vilaró, F; Pelacho, A M; Canela-Garayoa, R; Martin-Closas, L

    2017-02-15

    Pesticide remains contained in agrochemical packaging waste are a source of uncontrolled risk for human health; they are also a quality feedstock for the plastic recycling industry. Many governments have recently started to establish laws and regulations to develop systems for recovering and recycling the polymeric packages used for pesticides. There is also a demand in having a procedure to control the suitability of the pesticide packages to be reused. We have developed a two-step operation process to assess the pesticide residues in agricultural containers made of a variety of polymeric matrices. The procedure is based on an extraction with a solvent mixture followed by UPLC-MS/MS determination. Solvents for neutral pesticides were selected considering the Hildebrand solubility (δ) of solvents and polymers together with those estimated for the pesticides. The proposed technique is effective in recovering imbibed pesticides in polymeric matrices. Also, a simplified extraction procedure has been tested to become a routine method for these wastes. We have found that in many cases a significant amount of pesticides remain into the polymeric matrix, even after a standardized cleaning; the impact of releasing these hazardous compounds into the environment is to be of further consideration. Copyright © 2016 Elsevier B.V. All rights reserved.

  11. CH Packaging Program Guidance

    International Nuclear Information System (INIS)

    2006-01-01

    The purpose of this document is to provide the technical requirements for preparation for use, operation, inspection, and maintenance of a Transuranic Package Transporter Model II (TRUPACT-II), a HalfPACT shipping package, and directly related components. This document complies with the minimum requirements as specified in the TRUPACT-II Safety Analysis Report for Packaging (SARP), HalfPACT SARP, and U.S. Nuclear Regulatory Commission (NRC) Certificates of Compliance (C of C) 9218 and 9279, respectively. In the event of a conflict between this document and the SARP or C of C, the C of C shall govern. The C of Cs state: 'each package must be prepared for shipment and operated in accordance with the procedures described in Chapter 7.0, Operating Procedures, of the application.' They further state: 'each package must be tested and maintained in accordance with the procedures described in Chapter 8.0, Acceptance Tests and Maintenance Program of the Application.' Chapter 9.0 of the SARP charges the U.S. Department of Energy (DOE) or the Waste Isolation Pilot Plant| (WIPP) management and operating (M and O) contractor with assuring packaging is used in accordance with the requirements of the C of C. Because the packaging is NRC-approved, users need to be familiar with Title 10 Code of Federal Regulations(CFR) 71.8. Any time a user suspects or has indications that the conditions of approval in the C of C were not met, the Carlsbad Field Office (CBFO) shall be notified immediately. The CBFO will evaluate the issue and notify the NRC if required.In accordance with 10 CFR Part 71, certificate holders, packaging users, and contractors or subcontractors who use, design, fabricate, test, maintain, or modify the packaging shall post copies of (1) 10 CFR Part 21 regulations, (2) Section 206 of the Energy Reorganization Act of 1974, and (3) NRC Form 3, Notice to Employees. These documents must be posted in a conspicuous location where the activities subject to these regulations

  12. CH Packaging Program Guidance

    International Nuclear Information System (INIS)

    2007-01-01

    The purpose of this document is to provide the technical requirements for preparation for use, operation, inspection, and maintenance of a Transuranic Package Transporter Model II (TRUPACT-II), a HalfPACT shipping package, and directly related components. This document complies with the minimum requirements as specified in the TRUPACT-II Safety Analysis Report for Packaging (SARP), HalfPACT SARP, and U.S. Nuclear Regulatory Commission (NRC) Certificates of Compliance (C of C) 9218 and 9279, respectively. In the event of a conflict between this document and the SARP or C of C, the C of C shall govern. The C of Cs state: 'each package must be prepared for shipment and operated in accordance with the procedures described in Chapter 7.0, Operating Procedures, of the application.' They further state: 'each package must be tested and maintained in accordance with the procedures described in Chapter 8.0, Acceptance Tests and Maintenance Program of the Application.' Chapter 9.0 of the SARP charges the U.S. Department of Energy (DOE) or the Waste Isolation Pilot Plant (WIPP) management and operating (M and O) contractor with assuring packaging is used in accordance with the requirements of the C of C. Because the packaging is NRC-approved, users need to be familiar with Title 10 Code of Federal Regulations (CFR) 71.8. Any time a user suspects or has indications that the conditions of approval in the C of C were not met, the Carlsbad Field Office (CBFO) shall be notified immediately. The CBFO will evaluate the issue and notify the NRC if required.In accordance with 10 CFR Part 71, certificate holders, packaging users, and contractors or subcontractors who use, design, fabricate, test, maintain, or modify the packaging shall post copies of (1) 10 CFR Part 21 regulations, (2) Section 206 of the Energy Reorganization Act of 1974, and (3) NRC Form 3, Notice to Employees. These documents must be posted in a conspicuous location where the activities subject to these regulations

  13. gamboostLSS: An R Package for Model Building and Variable Selection in the GAMLSS Framework

    Directory of Open Access Journals (Sweden)

    Benjamin Hofner

    2016-10-01

    Full Text Available Generalized additive models for location, scale and shape are a flexible class of regression models that allow to model multiple parameters of a distribution function, such as the mean and the standard deviation, simultaneously. With the R package gamboostLSS, we provide a boosting method to fit these models. Variable selection and model choice are naturally available within this regularized regression framework. To introduce and illustrate the R package gamboostLSS and its infrastructure, we use a data set on stunted growth in India. In addition to the specification and application of the model itself, we present a variety of convenience functions, including methods for tuning parameter selection, prediction and visualization of results. The package gamboostLSS is available from the Comprehensive R Archive Network (CRAN at https://CRAN.R-project.org/package=gamboostLSS.

  14. User friendly packaging

    DEFF Research Database (Denmark)

    Geert Jensen, Birgitte

    2010-01-01

    Most consumers have experienced occasional problems with opening packaging. Tomato sauce from the tinned mackerel splattered all over the kitchen counter, the unrelenting pickle jar lid, and the package of sliced ham that cannot be opened without a knife or a pair of scissors. The research project...

  15. The role of waste package specifications as a forerunner to ILW repository conditions for acceptance

    International Nuclear Information System (INIS)

    Barlow, S.V.; Palmer, J.D.

    1998-01-01

    In the absence of a finalized repository site, design or associated safety case, Nirex is not in a position to issue conditions for acceptance. Nirex has therefore developed a strategy which facilitates packaging of intermediate level waste by providing guidance through waste package specifications, supported by the formal assessment of specific packaging proposals on a case-by-case basis. The waste package specifications are comprehensive and cover all aspects of the waste package including dimensions and other key features, performance standards, wasteform, quality assurance, and data recording requirements. The waste package specifications will be subject to periodic review as repository design and safety cases are finalized and will progressively become site- and design-specific. The waste package specifications will eventually form the basis for conditions for acceptance. The strategy described in this paper has been successfully followed by Nirex and customers for the past ten years and has permitted wastes to be packaged for a deep repository with confidence in the absence of a finalized site and safety cases for the repository. Because the process has its basis in a generic repository concept, it remains robust, despite the increased uncertainty following the March 1997 Secretary of State's decision, as to the siting and time-scale of a deep waste repository, and continues to be an important component of the UK's waste management strategy. (author)

  16. Packaging of control system software

    International Nuclear Information System (INIS)

    Zagar, K.; Kobal, M.; Saje, N.; Zagar, A.; Sabjan, R.; Di Maio, F.; Stepanov, D.

    2012-01-01

    Control system software consists of several parts - the core of the control system, drivers for integration of devices, configuration for user interfaces, alarm system, etc. Once the software is developed and configured, it must be installed to computers where it runs. Usually, it is installed on an operating system whose services it needs, and also in some cases dynamically links with the libraries it provides. Operating system can be quite complex itself - for example, a typical Linux distribution consists of several thousand packages. To manage this complexity, we have decided to rely on Red Hat Package Management system (RPM) to package control system software, and also ensure it is properly installed (i.e., that dependencies are also installed, and that scripts are run after installation if any additional actions need to be performed). As dozens of RPM packages need to be prepared, we are reducing the amount of effort and improving consistency between packages through a Maven-based infrastructure that assists in packaging (e.g., automated generation of RPM SPEC files, including automated identification of dependencies). So far, we have used it to package EPICS, Control System Studio (CSS) and several device drivers. We perform extensive testing on Red Hat Enterprise Linux 5.5, but we have also verified that packaging works on CentOS and Scientific Linux. In this article, we describe in greater detail the systematic system of packaging we are using, and its particular application for the ITER CODAC Core System. (authors)

  17. Sensory impacts of food-packaging interactions.

    Science.gov (United States)

    Duncan, Susan E; Webster, Janet B

    2009-01-01

    Sensory changes in food products result from intentional or unintentional interactions with packaging materials and from failure of materials to protect product integrity or quality. Resolving sensory issues related to plastic food packaging involves knowledge provided by sensory scientists, materials scientists, packaging manufacturers, food processors, and consumers. Effective communication among scientists and engineers from different disciplines and industries can help scientists understand package-product interactions. Very limited published literature describes sensory perceptions associated with food-package interactions. This article discusses sensory impacts, with emphasis on oxidation reactions, associated with the interaction of food and materials, including taints, scalping, changes in food quality as a function of packaging, and examples of material innovations for smart packaging that can improve sensory quality of foods and beverages. Sensory evaluation is an important tool for improved package selection and development of new materials.

  18. RH Packaging Operations Manual

    International Nuclear Information System (INIS)

    Washington TRU Solutions LLC

    2003-01-01

    This procedure provides operating instructions for the RH-TRU 72-B Road Cask, Waste Shipping Package. In this document, ''Packaging'' refers to the assembly of components necessary to ensure compliance with the packaging requirements (not loaded with a payload). ''Package'' refers to a Type B packaging that, with its radioactive contents, is designed to retain the integrity of its containment and shielding when subject to the normal conditions of transport and hypothetical accident test conditions set forth in 10 CFR Part 71. Loading of the RH 72-B cask can be done two ways, on the RH cask trailer in the vertical position or by removing the cask from the trailer and loading it in a facility designed for remote-handling (RH). Before loading the 72-B cask, loading procedures and changes to the loading procedures for the 72-B cask must be sent to CBFO at sitedocuments at wipp.ws for approval

  19. MARS software package status

    International Nuclear Information System (INIS)

    Azhgirej, I.L.; Talanov, V.V.

    2000-01-01

    The MARS software package is intended for simulating the nuclear-electromagnetic cascades and the secondary neutrons and muons transport in the heterogeneous medium of arbitrary complexity in the magnetic fields presence. The inclusive approach to describing the particle production in the nuclear and electromagnetic interactions and by the unstable particles decay is realized in the package. The MARS software package was actively applied for solving various radiation physical problems [ru

  20. Consumer response to packaging design

    NARCIS (Netherlands)

    Steenis, Nigel D.; Herpen, van Erica; Lans, van der Ivo A.; Ligthart, Tom N.; Trijp, van Hans C.M.

    2017-01-01

    Building on theories of cue utilization, this paper investigates whether and how packaging sustainability influences consumer perceptions, inferences and attitudes towards packaged products. A framework is tested in an empirical study among 249 students using soup products varying in packaging

  1. Carbon Monoxide in Meat and Fish Packaging: Advantages and Limits

    Science.gov (United States)

    Roncalés, Pedro

    2018-01-01

    Due to increased demands for greater expectation in relation to quality, convenience, safety and extended shelf-life, combined with growing demand from retailers for cost-effective extensions of fresh muscle foods’ shelf-life, the food packaging industry quickly developed to meet these expectations. During the last few decades, modified atmosphere packaging (MAP) of foods has been a promising area of research, but much remains to be known regarding the use of unconventional gases such carbon monoxide (CO). The use of CO for meat and seafood packaging is not allowed in most countries due to the potential toxic effect, and its use is controversial in some countries. The commercial application of CO in food packaging was not then considered feasible because of possible environmental hazards for workers. CO has previously been reported to mask muscle foods’ spoilage, and this was the primary concern raised for the prohibition, as this may mislead consumers. This review was undertaken to present the most comprehensive and current overview of the widely-available, scattered information about the use of CO in the preservation of muscle foods. The advantages of CO and its industrial limits are presented and discussed. The most recent literature on the consumer safety issues related to the use of CO and consumer acceptance of CO especially in meat packaging systems were also discussed. Recommendations and future prospects were addressed for food industries, consumers and regulators on what would be a “best practice” in the use of CO in food packaging. All this promotes high ethical standards in commercial communications by means of effective regulation, for the benefit of consumers and businesses in the world, and this implies that industrialized countries and members of their regulatory agencies must develop a coherent and robust systems of regulation and control that can respond effectively to new challenges. PMID:29360803

  2. Carbon Monoxide in Meat and Fish Packaging: Advantages and Limits

    Directory of Open Access Journals (Sweden)

    Djamel Djenane

    2018-01-01

    Full Text Available Due to increased demands for greater expectation in relation to quality, convenience, safety and extended shelf-life, combined with growing demand from retailers for cost-effective extensions of fresh muscle foods’ shelf-life, the food packaging industry quickly developed to meet these expectations. During the last few decades, modified atmosphere packaging (MAP of foods has been a promising area of research, but much remains to be known regarding the use of unconventional gases such carbon monoxide (CO. The use of CO for meat and seafood packaging is not allowed in most countries due to the potential toxic effect, and its use is controversial in some countries. The commercial application of CO in food packaging was not then considered feasible because of possible environmental hazards for workers. CO has previously been reported to mask muscle foods’ spoilage, and this was the primary concern raised for the prohibition, as this may mislead consumers. This review was undertaken to present the most comprehensive and current overview of the widely-available, scattered information about the use of CO in the preservation of muscle foods. The advantages of CO and its industrial limits are presented and discussed. The most recent literature on the consumer safety issues related to the use of CO and consumer acceptance of CO especially in meat packaging systems were also discussed. Recommendations and future prospects were addressed for food industries, consumers and regulators on what would be a “best practice” in the use of CO in food packaging. All this promotes high ethical standards in commercial communications by means of effective regulation, for the benefit of consumers and businesses in the world, and this implies that industrialized countries and members of their regulatory agencies must develop a coherent and robust systems of regulation and control that can respond effectively to new challenges.

  3. National Bureau of Standards health physics radioactive material shipment survey, packaging, and labelling program under ICAO/IATA and DOT regulations

    International Nuclear Information System (INIS)

    Sharp, D.R.; Slaback, L.A.

    1984-01-01

    NBS routinely ships many radionuclides in small to moderate activities, with many shipments containing mixtures of radionuclides in a variety of combinations. The ICAO/IATA shipping regulations (and the new DoT regulations on their model) specify individual shipping parameters for every radionuclide. As a result, quality control in the shipment of these radioactive packages has become difficult to maintain. The authors have developed a computer program that will guide a Health Physics technician through package surveys and give exact packaging and labelling instructions. The program is a 27 kilobyte user-friendly BASIC program that runs on an Epson-HX20 notebook computer with microcassette drive and 16 kilobyte memory expansion unit. This small computer is more manageable than the regulation books for which it will be substituted and will be used in routine radioactive shipments

  4. Effects of atmospheric neutrons on advanced micro-electronic devices, standards and applications; Effets des neutrons atmospheriques sur les dispositifs microelectroniques avances, normes et applications

    Energy Technology Data Exchange (ETDEWEB)

    Leray, J.L. [CEA, 75 - Paris (France); Baggio, J.; Ferlet-Cavrois, V.; Flament, O. [CEA Bruyeres-le-Chatel, 91 (France)

    2005-10-01

    Since the 1980's, it is known that terrestrial cosmic rays, mainly reported as atmospheric neutrons, can penetrate the natural shielding of buildings, equipments and circuit package and induce soft errors in integrated circuits and breakdown of power devices. The high-energy neutron fluxes of interest, larger than 10 MeV, range between 10 particles/cm{sup 2}/hour at sea level and 10{sup 4} particles/cm{sup 2}/hour at typical airplanes flight altitude of 30000 feet, with modulation due to solar flares. In the 1990's, the phenomenon has pervaded as a consequence of the road-map of electronic devices especially the down-scaling of transistor dimensions, the increase of signal bandwidth and the increase of the size of DRAM and SRAM memory, stand-alone or embedded on processors and system-on-chips. Failure-in-time and soft error rate became unacceptable. Test standards and design solutions have been proposed to maintain reliability of commercial products and improve those used in special high-reliability equipments such as avionic computers. The paper describes the atmospheric neutron flux, the effects in the main classes of devices and specific cases such as neutron induced single event upset observed in CMOS vs. CMOS/SOI and some mitigation issues. In this paper, a model called CCPM (critical cross-point model) is proposed to provide critical graphs of technology node sensitivity along the scaling trend of CMOS. (authors)

  5. Physical and chemical characteristics of cashew nut flour stored and packaged with different packages

    Directory of Open Access Journals (Sweden)

    Bruna Carolina GADANI

    Full Text Available Abstract The aim of this study was to evaluate the physical and chemical changes in cashew nut flour under different packaging and storage conditions. The flour samples were characterized according to their chemical composition, packaged in polystyrene trays associated with covering chloride polyvinyl (PVC, plastic pot of polyethylene terephthalate (PET, plastic packaging polyethylene (POL and without coating polystyrene trays (CON. All packages were stored for 225 days, evaluating every 45 days the moisture content of the flour as well as extracting their oil by the cold method for characterization on the following indexes: acidity, saponification, iodine, peroxide and refraction. There was slight and gradual increase in the moisture content from the 45th to the 225th day, especially for products packaged in PVC and without coating polystyrene trays (CON. The oil saponification indexes showed gradual decrease during storage, especially in flour without packaging (CON. There was a gradual increase in the iodine index until the 135th day, followed by decay. The acidity and peroxide indexes increased along with the storage time. However packages with lower oxygen and moisture permeability, such as PET and POL, minimized such changes, being therefore the most suitable for long-term storage.

  6. Shelf life assessment of industrial durum wheat bread as a function of packaging system.

    Science.gov (United States)

    Licciardello, Fabio; Giannone, Virgilio; Del Nobile, Matteo Alessandro; Muratore, Giuseppe; Summo, Carmine; Giarnetti, Mariagrazia; Caponio, Francesco; Paradiso, Vito Michele; Pasqualone, Antonella

    2017-06-01

    This study compared the effect of different packaging systems on industrial durum wheat bread shelf-life, with regard to thermoformed packaging (TF) and flow-packaging (FP). Two TFs having different thickness and one FP were compared by assessing physico-chemical and sensorial properties and volatile compounds of sliced bread during 90days of storage. Texture, a w and bread moisture varied according to a first-order kinetic model, with FP samples ageing faster than TFs. Sensorial features such as consistency, stale odor, and sour odor, increased their intensity during storage. Furans decreased, whereas hexanal increased. The Principal Component Analysis of the whole dataset pointed out that the TF system at reduced thickness could be adopted up to 60days, without compromising the standard commercial life of industrial bread and allowing to save packaging material. The FP system would allow further saving, but it should be preferred when the expected product turnover is within 30days. Copyright © 2016 Elsevier Ltd. All rights reserved.

  7. CORDSPW - Windows computer program package for graphical interpretation of CORD-2 data

    International Nuclear Information System (INIS)

    Slavic, S.; Kromar, M.

    2007-01-01

    The CORD-2 package, developed at Jozef Stefan Institute, enables determination of the core power distribution and reactivity. Core distributions data generated during the calculation process are stored in CORlib files. CORDSP code, which is a part of the CORD-2 package, displays and compares data contained in CORlib files. Since it runs in the DOS environment, there are several limitations in the presentation of desired data. A CORDSPW package runs in the Windows environment and offers better graphical interpretation of the CORlib data. Core distributions can be displayed, compared, rewritten in the new files and sent to the printer. The user can select the appropriate display of the presented data such as core symmetry, colour and fonts. Core radial and axial distributions can be presented and compared. There are several options to store and print data. The user can choose between standard ASCII and graphical JPG format. (author)

  8. Safety analysis report: packages. LP-12 tritium package (packaging of fissile and other radioactive materials). Final report

    International Nuclear Information System (INIS)

    Gates, A.A.; McCarthy, P.G.; Edl, J.W.

    1975-05-01

    Elemental tritium is shipped at low pressure in a stainless steel container (LP-12) within an aluminum vessel and surrounded by 3.9 in.-thick Celotex insulation in a steel drum. Information is presented on the packaging design, evaluation of the structural, thermal, containment, shielding, and criticality characteristics of the package, procedures for loading, unloading, transporting, and testing the LP-12, and quality assurance requirements. (U.S.)

  9. 40 CFR 157.27 - Unit packaging.

    Science.gov (United States)

    2010-07-01

    ... 40 Protection of Environment 23 2010-07-01 2010-07-01 false Unit packaging. 157.27 Section 157.27 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) PESTICIDE PROGRAMS PACKAGING REQUIREMENTS FOR PESTICIDES AND DEVICES Child-Resistant Packaging § 157.27 Unit packaging. Pesticide products...

  10. R2SM: a package for the analytic computation of the R2 Rational terms in the Standard Model of the Electroweak interactions

    International Nuclear Information System (INIS)

    Garzelli, M.V.

    2011-01-01

    The analytical package written in FORM presented in this paper allows the computation of the complete set of Feynman Rules producing the Rational terms of kind R 2 contributing to the virtual part of NLO corrections in the Standard Model of the Electroweak interactions. Building block topologies filled by means of generic scalars, vectors and fermions, allowing to build these Feynman Rules in terms of specific elementary particles, are explicitly given in the R ξ gauge class, together with the automatic dressing procedure to obtain the Feynman Rules from them. The results in more specific gauges, like the 't Hooft Feynman one, follow as particular cases, in both the HV and the FDH dimensional regularization schemes. As a check on our formulas, the gauge independence of the total Rational contribution (R 1 +R 2 ) to renormalized S-matrix elements is verified by considering the specific example of the H →γγ decay process at 1-loop. This package can be of interest for people aiming at a better understanding of the nature of the Rational terms. It is organized in a modular way, allowing a further use of some its files even in different contexts. Furthermore, it can be considered as a first seed in the effort towards a complete automation of the process of the analytical calculation of the R 2 effective vertices, given the Lagrangian of a generic gauge theory of particle interactions. (orig.)

  11. CH Packaging Program Guidance

    International Nuclear Information System (INIS)

    2005-01-01

    The purpose of this document is to provide the technical requirements for preparation for use, operation, inspection, and maintenance of a Transuranic Package Transporter Model II (TRUPACT-II), a HalfPACT shipping package, and directly related components. This document complies with the minimum requirements as specified in the TRUPACT-II Safety Analysis Report for Packaging (SARP), HalfPACT SARP, and U.S. Nuclear Regulatory Commission (NRC) Certificates of Compliance (C of C) 9218 and 9279, respectively. In the event of a conflict between this document and the SARP or C of C, the C of C shall govern. The C of Cs state: ''each package must be prepared for shipment and operated in accordance with the procedures described in Chapter 7.0, Operating Procedures, of the application.'' They further state: ''each package must be tested and maintained in accordance with the procedures described in Chapter 8.0, Acceptance Tests and Maintenance Program of the Application.'' Chapter 9.0 of the SARP charges the Waste Isolation Pilot Plant (WIPP) management and operating (M and O) contractor with assuring packaging is used in accordance with the requirements of the C of C. Because the packaging is NRC-approved, users need to be familiar with Title 10 Code of Federal Regulations (CFR) 71.8. Any time a user suspects or has indications that the conditions of approval in the C of C were not met, the Carlsbad Field Office (CBFO) shall be notified immediately. The CBFO will evaluate the issue and notify the NRC if required.

  12. 40 CFR 262.30 - Packaging.

    Science.gov (United States)

    2010-07-01

    ... 40 Protection of Environment 25 2010-07-01 2010-07-01 false Packaging. 262.30 Section 262.30... APPLICABLE TO GENERATORS OF HAZARDOUS WASTE Pre-Transport Requirements § 262.30 Packaging. Before... the waste in accordance with the applicable Department of Transportation regulations on packaging...

  13. PATRAM '83: 7th international symposium on packaging and transportation of radioactive materials. Proceedings. Volume 2

    International Nuclear Information System (INIS)

    1983-12-01

    Volume 2 contains papers from the following sessions: emergency response; structural modeling and testing; transportation system planning; institutional issues and public response; packaging systems; thermal analysis and testing; systems analysis; structural analyses; quality assurance; packaging and transportation systems; physical protection; criticality and shielding; transportation operations and experience; standards; shock absorber technology; and information and training for compliance. Seventy-eight papers were indexed separately; thirty-eight were already in the Energy Data Base

  14. Waste Package and Material Testing for the Proposed Yucca Mountain High Level Waste Repository

    International Nuclear Information System (INIS)

    Doering, Thomas; Pasupathi, V.

    2002-01-01

    Over the repository lifetime, the waste package containment barriers will perform various functions that will change with time. During the operational period, the barriers will function as vessels for handling, emplacement, and waste retrieval (if necessary). During the years following repository closure, the containment barriers will be relied upon to provide substantially complete containment, through 10,000 years and beyond. Following the substantially complete containment phase, the barriers and the waste package internal structures help minimize release of radionuclides by aqueous- and gaseous-phase transport. These requirements have lead to a defense-in-depth design philosophy. A multi-barrier design will result in a lower breach rate distributed over a longer period of time, thereby ensuring the regulatory requirements are met. The design of the Engineered Barrier System (EBS) has evolved. The initial waste package design was a thin walled package, 3/8 inch of stainless steel 304, that had very limited capacity, (3 PWR and 4 BWR assemblies) and performance characteristics, 300 to 1,000 years. This design required over 35,000 waste packages compared to today's design of just over 10,000 waste packages. The waste package designs are now based on a defense-in-depth/multi-barrier philosophy and have a capacity similar to the standard storage and rail transported spent nuclear fuel casks. Concurrent with the development of the design of the waste packages, a comprehensive waste package materials testing program has been undertaken to support the selection of containment barrier materials and to develop predictive models for the long-term behavior of these materials under expected repository conditions. The testing program includes both long-term and short-term tests and the results from these tests combination with the data published in the open literature are being used to develop models for predicting performance of the waste packages

  15. Project monitoring package (PMP) : A package for project activity monitoring

    International Nuclear Information System (INIS)

    Vyas, K.N.; Kannan, A.; Susandhi, R.; Basu, S.

    1987-01-01

    A package for preparing PERT/CPM network diagrams has been written for PDP-11/34. The program uses PLOT-10 library calls for device interfacing. The package is essentially non-interactive in nature, and reads input data in the form of activity description and duration. It calculates the critical path time and performs time scaling of the events. The report gives a brief outline of the logic used, a sample plot and tabular output for reference. An additional facility for performing project activity monitoring has also been implemented. Activity monitoring generally requires various reports such as feed back reports from various group co-ordinators, information report for project co-ordinator and brief periodical reports for management. A package 'DATATRIEVE' (DTR) on PDP-11/34 system is utilized for generating the above mentioned reports. As DTR can also use normal sequential files, an interfacing program has been written which reformats the files accepted by PERT program acceptable to DTR. Various types of reports as generated by DTR are included. However this part of the package is not transportable and can be implemented only on systems having DTR. 6 figures. (author)

  16. Perfume Packaging, Seduction and Gender

    Directory of Open Access Journals (Sweden)

    Magdalena Petersson McIntyre

    2013-06-01

    Full Text Available This article examines gender and cultural sense-making in relation to perfumes and their packaging. Gendered meanings of seduction, choice, consumption and taste are brought to the fore with the use of go-along interviews with consumers in per-fume stores. Meeting luxury packages in this feminized environment made the interviewed women speak of bottles as objects to fall in love with and they de-scribed packages as the active part in an act of seduction where they were expect-ing packages to persuade them into consumption. The interviewed men on the other hand portrayed themselves as active choice-makers and stressed that they were always in control and not seduced by packaging. However, while their ways of explaining their relationship with packaging on the surface seems to confirm cultural generalizations in relation to gender and seduction, the article argues that letting oneself be seduced is no less active than seducing. Based on a combination of actor network theories and theories of gender performativity the article points to the agency of packaging for constructions of gender and understands the inter-viewees as equally animated by the flows of passion which guide their actions.

  17. Naval Waste Package Design Sensitivity

    International Nuclear Information System (INIS)

    T. Schmitt

    2006-01-01

    The purpose of this calculation is to determine the sensitivity of the structural response of the Naval waste packages to varying inner cavity dimensions when subjected to a comer drop and tip-over from elevated surface. This calculation will also determine the sensitivity of the structural response of the Naval waste packages to the upper bound of the naval canister masses. The scope of this document is limited to reporting the calculation results in terms of through-wall stress intensities in the outer corrosion barrier. This calculation is intended for use in support of the preliminary design activities for the license application design of the Naval waste package. It examines the effects of small changes between the naval canister and the inner vessel, and in these dimensions, the Naval Long waste package and Naval Short waste package are similar. Therefore, only the Naval Long waste package is used in this calculation and is based on the proposed potential designs presented by the drawings and sketches in References 2.1.10 to 2.1.17 and 2.1.20. All conclusions are valid for both the Naval Long and Naval Short waste packages

  18. Radioactive material packaging performance testing

    International Nuclear Information System (INIS)

    Romano, T.

    1992-06-01

    In an effort to provide uniform packaging of hazardous material on an international level, recommendations for the transport of dangerous goods have been developed by the United Nations. These recommendations are performance oriented and contrast with a large number of packaging specifications in the US Department of Transportation's hazard materials regulations. This dual system presents problems when international shipments enter the US Department of Transportation's system. Faced with the question of continuing a dual system or aligning with the international system, the Research and Special Programs Administration of the US Department of Transportation responded with Docket HM-181. This began the transition toward the international transportation system. Following close behind is Docket HM-169A, which addressed low specific activity radioactive material packaging. This paper will discuss the differences between performance-oriented and specification packaging, the transition toward performance-oriented packaging by the US Department of Transportation, and performance-oriented testing of radioactive material packaging by Westinghouse Hanford Company. Dockets HM-181 and HM-169A will be discussed along with Type A (low activity) and Type B (high activity) radioactive material packaging evaluations

  19. Overview of NASA Langley's Piezoelectric Ceramic Packaging Technology and Applications

    Science.gov (United States)

    Bryant, Robert G.

    2007-01-01

    Over the past decade, NASA Langley Research Center (LaRC) has developed several actuator packaging concepts designed to enhance the performance of commercial electroactive ceramics. NASA LaRC focused on properly designed actuator and sensor packaging for the following reasons, increased durability, protect the working material from the environment, allow for proper mechanical and electrical contact, afford "ready to use" mechanisms that are scalable, and develop fabrication methodology applicable to any active material of the same physical class. It is more cost effective to enhance or tailor the performance of existing systems, through innovative packaging, than to develop, test and manufacture new materials. This approach led to the development of several solid state actuators that include THUNDER, the Macrofiber Composite or (MFC) and the Radial Field Diaphragm or (RFD). All these actuators are fabricated using standard materials and processes derived from earlier concepts. NASA s fabrication and packaging technology as yielded, piezoelectric actuators and sensors that are easy to implement, reliable, consistent in properties, and of lower cost to manufacture in quantity, than their predecessors (as evidenced by their continued commercial availability.) These piezoelectric actuators have helped foster new research and development in areas involving computational modeling, actuator specific refinements, and engineering system redesign which led to new applications for piezo-based devices that replace traditional systems currently in use.

  20. RASPLAV package

    International Nuclear Information System (INIS)

    1990-01-01

    The RASPLAV package for investigation of post-accident mass transport and heat transfer processes is presented. The package performs three dimensional thermal conduction calculations in space nonuniform and temperature dependent conductivities and variable heat sources, taking into account phase transformations. The processes of free-moving bulk material, mixing of melting fuel due to advection and dissolution, and also evaporation/adsorption are modelled. Two-dimensional hydrodynamics with self-consistent heat transfer are also performed. The paper briefly traces the ways the solution procedures are carried out in the program package and outlines the major results of the simulation of reactor vessel melting after a core meltdown. The theoretical analysis and the calculations in this case were carried out in order to define the possibility of localization of the zone reminders. The interactions between the reminders and the concrete are simulated and evaluation of the interaction parameters is carried out. 4 refs. (R.Ts)

  1. Emergency response packaging: A conceptual outline

    International Nuclear Information System (INIS)

    Luna, R.E.; McClure, J.D.; Bennett, P.C.; Wheeler, T.A.

    1992-01-01

    The Packaging and Transportation Needs in the 1990's (PATN) component of the Transportation Assessment and Integration (TRAIN) program (DOE Nov. 1991) was designed to survey United States Department of Energy programs, both ongoing and planned, to identify needs for packaging and transportation services over the next decade. PATN also identified transportation elements that should be developed by the DOE Office of Environmental Restoration and Waste Management (DOE EM) Transportation Management Program (TMP). As a result of the predominant involvement of the TMP in radioactive material shipment issues and DOE EM's involvement with waste management issues, the primary focus of PATN was on waste packaging issues. Pending DOE regulations will formalize federal guidelines and regulations for transportation of hazardous and radioactive materials within the boundaries of DOE reservations and facilities and reflect a growing awareness of concern regarding safety environmental responsibility activities on DOE reservations. Future practices involving the transportation of radioactive material within DOE reservations will closely parallel those used for commercial and governmental transportation across the United States. This has added to the perceived need for emergency recovery packaging and emergency response features on primary packaging, for both on-site shipments and shipments between DOE facilities (off-site). Historically, emergency response and recovery functions of packaging have not been adequately considered in packaging design and construction concepts. This paper develops the rationale for emergency response packaging, including both overpack concepts for repackaging compromised packaging and primary packaging redesign to facilitate the recovery of packages via mobile remote handling equipment. The rationale will examine concepts for determination of likely use patterns to identify types of shipments where recovery packaging may have the most favorable payoff

  2. Sustainable packaging. Packaging for a circular economy; Duurzaam verpakken. Verpakken voor de circulaire economie

    Energy Technology Data Exchange (ETDEWEB)

    Haffmans, S. [Partners for Innovation, Amsterdam (Netherlands); Standhardt, G. [Nederlands Verpaskkingscentrum NVC, Gouda (Netherlands); Hamer, A. [Agentschap NL, Utrecht (Netherlands)

    2013-10-15

    What is Sustainable Packaging? And what is the most sustainable packaging for a product? The publication is intended for anyone who wants to take into account the environment in the design of a product and packaging. It offers concrete suggestions and inspiring examples to bring sustainable packaging into practice [Dutch] Wat is Duurzaam Verpakken? En wat is de duurzaamste verpakking voor mijn product? De publicatie is bestemd voor iedereen die rekening wil houden met het milieu bij het ontwerp van een product-verpakkingscombinatie. Ze biedt concrete aanknopingspunten en inspirerende voorbeelden om hier praktisch mee aan de slag te gaan.

  3. Optimización de trayectorias de aviones para minimizar la molestia acústica modelizada mediante lógica borrosa

    Directory of Open Access Journals (Sweden)

    X. Prats

    2007-04-01

    Full Text Available Resumen: El aumento sostenido del tráfico aéreo de las últimas décadas y el crecimiento de numerosas zonas urbanizadas alrededor de los aeropuertos hace que cada vez sea más importante tomar medidas para mitigar los ruidos generados por los aviones. Este trabajo presenta una estrategia para diseñar trayectorias de despegue o aterrizaje en un determinado aeropuerto y para un determinado modelo de aeronave utilizando la lógica borrosa y la optimización multicriterio. Palabras clave: control óptimo, optimización multiobjetivo, ruido, lógica borrosa, generación de trayectorias

  4. Calculations supporting evaluation of potential environmental standards for Yucca Mountain

    International Nuclear Information System (INIS)

    Duguid, J.O.; Andrews, R.W.; Brandstetter, E.; Dale, T.F.; Reeves, M.

    1994-04-01

    The Energy Policy Act of 1992, Section 801 (US Congress, 1992) provides for the US Environmental Protection Agency (EPA) to contract the National Academy of Sciences (NAS) to conduct a study and provide findings and recommendations on reasonable standards for the disposal of high-level wastes at the Yucca Mountain site. The NAS study is to provide findings and recommendations which include, among other things, whether a health-based standard based on dose to individual members of the public from releases to the accessible environment will provide a reasonable standard for the protection of the health and safety of the public. The EPA, based upon and consistent with the findings and recommendations of the NAS, is required to promulgate standards for protection of the public from releases from radioactive materials stored or disposed of in a repository at the Yucca Mountain site. This document presents a number of different ''simple'' analyses of undisturbed repository performance that are intended to provide input to those responsible for setting appropriate environmental standards for a potential repository at the Yucca Mountain site in Nevada. Each of the processes included in the analyses has been simplified to capture the primary significance of that process in containing or isolating the waste from the biosphere. In these simplified analyses, the complex waste package interactions were approximated by a simple waste package ''failure'' distribution which is defined by the initiation and rate of waste package ''failures''. Similarly, releases from the waste package and the engineered barrier system are controlled by the very near field environment and the presence and rate of advective and diffusive release processes. Release was approximated by either a simple alteration-controlled release for the high solubility radionuclides and either a diffusive or advective-controlled release for the solubility-limited radionuclides

  5. Estimation of Social Exclusion Indicators from Complex Surveys: The R Package laeken

    Directory of Open Access Journals (Sweden)

    Andreas Alfons

    2013-09-01

    Full Text Available Units sampled from finite populations typically come with different inclusion proba- bilities. Together with additional preprocessing steps of the raw data, this yields unequal sampling weights of the observations. Whenever indicators are estimated from such com- plex samples, the corresponding sampling weights have to be taken into account. In addition, many indicators suffer from a strong influence of outliers, which are a common problem in real-world data. The R package laeken is an object-oriented toolkit for the estimation of indicators from complex survey samples via standard or robust methods. In particular the most widely used social exclusion and poverty indicators are imple- mented in the package. A general calibrated bootstrap method to estimate the variance of indicators for common survey designs is included as well. Furthermore, the package contains synthetically generated close-to-reality data for the European Union Statistics on Income and Living Conditions and the Structure of Earnings Survey, which are used in the code examples throughout the paper. Even though the paper is focused on showing the functionality of package laeken, it also provides a brief mathematical description of the implemented indicator methodology.

  6. AN ADA NAMELIST PACKAGE

    Science.gov (United States)

    Klumpp, A. R.

    1994-01-01

    The Ada Namelist Package, developed for the Ada programming language, enables a calling program to read and write FORTRAN-style namelist files. A namelist file consists of any number of assignment statements in any order. Features of the Ada Namelist Package are: the handling of any combination of user-defined types; the ability to read vectors, matrices, and slices of vectors and matrices; the handling of mismatches between variables in the namelist file and those in the programmed list of namelist variables; and the ability to avoid searching the entire input file for each variable. The principle user benefits of this software are the following: the ability to write namelist-readable files, the ability to detect most file errors in the initialization phase, a package organization that reduces the number of instantiated units to a few packages rather than to many subprograms, a reduced number of restrictions, and an increased execution speed. The Ada Namelist reads data from an input file into variables declared within a user program. It then writes data from the user program to an output file, printer, or display. The input file contains a sequence of assignment statements in arbitrary order. The output is in namelist-readable form. There is a one-to-one correspondence between namelist I/O statements executed in the user program and variables read or written. Nevertheless, in the input file, mismatches are allowed between assignment statements in the file and the namelist read procedure statements in the user program. The Ada Namelist Package itself is non-generic. However, it has a group of nested generic packages following the nongeneric opening portion. The opening portion declares a variety of useraccessible constants, variables and subprograms. The subprograms are procedures for initializing namelists for reading, reading and writing strings. The subprograms are also functions for analyzing the content of the current dataset and diagnosing errors. Two nested

  7. 21 CFR 820.130 - Device packaging.

    Science.gov (United States)

    2010-04-01

    ... 21 Food and Drugs 8 2010-04-01 2010-04-01 false Device packaging. 820.130 Section 820.130 Food and... QUALITY SYSTEM REGULATION Labeling and Packaging Control § 820.130 Device packaging. Each manufacturer shall ensure that device packaging and shipping containers are designed and constructed to protect the...

  8. 76 FR 30551 - Specifications for Packagings

    Science.gov (United States)

    2011-05-26

    ... design qualification test and each periodic retest on a packaging, a test report must be prepared. The... where the design qualification tests are conducted, for as long as the packaging is produced and for at... report; (5) Manufacturer of the packaging; (6) Description of the packaging design type (e.g. dimensions...

  9. Package Formats for Preserved Digital Material

    DEFF Research Database (Denmark)

    Zierau, Eld

    2012-01-01

    This paper presents an investigation of the best suitable package formats for long term digital preservation. The choice of a package format for preservation is crucial for future access, thus a thorough analysis of choice is important. The investigation presented here covers setting up requireme......This paper presents an investigation of the best suitable package formats for long term digital preservation. The choice of a package format for preservation is crucial for future access, thus a thorough analysis of choice is important. The investigation presented here covers setting up...... requirements for package formats used for long term preserved digital material, and using these requirements as the basis for analysing a range of package formats. The result of the concrete investigation is that the WARC format is the package format best suited for the listed requirements. Fulfilling...

  10. Directory of Certificates of Compliance for Radioactive-Materials Packages. Summary report of NRC approved packages

    International Nuclear Information System (INIS)

    1983-01-01

    This directory contains a Summary Report of the US Nuclear Regulatory Commission's Approved Packages (Volume I), all Certificates of Compliance (Volume 2), and Summary Report of NRC Approved Quality Assurance Programs (Volume 3) for Radioactive Material Packages effective December 31, 1982. The purpose of this directory is to make available a convenient source of information on packagings which have been approved by the US Nuclear Regulatory Commission. To assist in identifying packaging, an index by Model Number and corresponding Certificate of Compliance Number is included at the back of Volumes 1 and 2 of the directory. A listing by packaging types is included in the back of Volume 2. An alphabetical listing by company name is included in the back of Volume 3 for approved QA programs. The Summary Reports include a listing of all users of each package design and approved QA programs prior to the publication date of the directory

  11. 9 CFR 354.72 - Packaging.

    Science.gov (United States)

    2010-01-01

    ... 9 Animals and Animal Products 2 2010-01-01 2010-01-01 false Packaging. 354.72 Section 354.72... CERTIFICATION VOLUNTARY INSPECTION OF RABBITS AND EDIBLE PRODUCTS THEREOF Supervision of Marking and Packaging § 354.72 Packaging. No container which bears or may bear any official identification or any abbreviation...

  12. Antimicrobial packaging with natural compunds - a review

    Directory of Open Access Journals (Sweden)

    Renata Dobrucka

    2016-12-01

    Full Text Available Background:  Packaging problems are an integral part of logistics and the implementation of packaging significantly affects the effectiveness of logistics processes, as a factor which increases the safety and the quality of products being transported. Active packaging is an area of technology needed to meet the requirements of the contemporary consumer. Active packaging creates additional opportunities in systems for packing goods, as well as offering a solution in which the packaging, the product and surroundings interact. Furthermore, active packaging allows packaging to interact with food and the environment and play a dynamic role in food preservation. The main role of antimicrobial packaging is to inhibit the growth of microorganisms that reduce the quality of the packaged product. Methods: The application of natural antimicrobial agents appears to be safe for food products. Also, these compounds have potential applications as a natural preservative in the food packaging industry. This study presents some antibacterial agents, namely chitosan, nisin and pectins. Results and conclusion: Natural substances used in active packaging can eliminate the danger of chemical substances migrating to food.

  13. Overview of the DOE packaging certification process

    Energy Technology Data Exchange (ETDEWEB)

    Liu, Y.Y.; Carlson, R.D. [Argonne National Lab., IL (United States); Carlson, R.W. [Lawrence Livermore National Lab., CA (United States); Kapoor, A. [USDOE, Washington, DC (United States)

    1995-12-31

    This paper gives an overview of the DOE packaging certification process, which is implemented by the Office of Facility Safety Analysis, under the Assistance Secretary for Environment, Safety and Health, for packagings that are not used for weapons and weapons components, nor for naval nuclear propulsion. The overview will emphasize Type B packagings and the Safety Analysis Report for Packaging (SARP) review that parallels the NRC packaging review. Other important elements in the DOE packaging certification program, such as training, methods development, data bases, and technical assistance, are also emphasized, because they have contributed significantly to the improvement of the certification process since DOE consolidated its packaging certification function in 1985. The paper finishes with a discussion of the roles and functions of the DOE Packaging Safety Review Steering Committee, which is chartered to address issues and concerns of interest to the DOE packaging and transportation safety community. Two articles related to DOE packaging certification were published earlier on the SARP review procedures and the DOE Packaging Review Guide. These articles may be consulted for additional information.

  14. PET based nanocomposite films for microwave packaging applications

    International Nuclear Information System (INIS)

    Galdi, M. R.; Olivieri, R.; Liguori, L.; Albanese, D.; Di Matteo, M.; Di Maio, L.

    2015-01-01

    In recent years, changes in life standards have promoted the diffusion of Ready to Cook (RTC) and Ready to Eat (RTE) products for microwave ovens. However, the main limits in microwave (MW) ovens usage are often related to the proper choice of packaging materials suitable for such technology. In fact, packages for microwaveable RTC and RTE foods should ensure adequate preservation of the product before cooking/heating such as high barriers to gases and aromas and adequate control of water vapor transmission. In addition, microwaveable packaging material must be transparent to MW, thermally stable and resistant to the mechanical stress induced by the accumulation in the head space of volatile substances produced during the cooking. Polymeric materials are good candidates for microwaveable packaging thanks to their transparency to MW. In the last years a great interest is devoted to developing innovative solution based on the use of additives or systems that act as susceptors or heating enhancers for improving the characteristics of polymers in cooking/heating in MW ovens. The present work was focused on the production and characterization of nanocomposite copolyester based films suitable for microwaveable food packaging applications. The matrices selected consist in two PET copolymers modified with carbon black (ULTRA STD) and with titanium oxide (ULTRA NA). Nanocomposite co-extruded multilayer films were produced using different percentages (0%, 2% and 4%wt/wt) of Cloisite 20A (C20A). Films were analyzed for evaluating the effect of nanofiller on the morphology and barrier properties. Moreover, to verify the effectiveness of the designed systems in reducing the cooking times of meat products, MW heating tests were carried out on pork meat hamburgers in MW oven at varying supplied powers. The cooking tests have pointed out that the selected matrices are efficient in reducing cooking times and that even low concentration of C20A acts as heating enhancers of PET

  15. PET based nanocomposite films for microwave packaging applications

    Energy Technology Data Exchange (ETDEWEB)

    Galdi, M. R., E-mail: mrgaldi@unisa.it; Olivieri, R.; Liguori, L.; Albanese, D., E-mail: dalbanese@unisa.it; Di Matteo, M.; Di Maio, L., E-mail: ldimaio@unisa.it [Industrial Engineering Department, University of Salerno, Via Giovanni Paolo II 132, 84084 Fisciano (Italy)

    2015-12-17

    In recent years, changes in life standards have promoted the diffusion of Ready to Cook (RTC) and Ready to Eat (RTE) products for microwave ovens. However, the main limits in microwave (MW) ovens usage are often related to the proper choice of packaging materials suitable for such technology. In fact, packages for microwaveable RTC and RTE foods should ensure adequate preservation of the product before cooking/heating such as high barriers to gases and aromas and adequate control of water vapor transmission. In addition, microwaveable packaging material must be transparent to MW, thermally stable and resistant to the mechanical stress induced by the accumulation in the head space of volatile substances produced during the cooking. Polymeric materials are good candidates for microwaveable packaging thanks to their transparency to MW. In the last years a great interest is devoted to developing innovative solution based on the use of additives or systems that act as susceptors or heating enhancers for improving the characteristics of polymers in cooking/heating in MW ovens. The present work was focused on the production and characterization of nanocomposite copolyester based films suitable for microwaveable food packaging applications. The matrices selected consist in two PET copolymers modified with carbon black (ULTRA STD) and with titanium oxide (ULTRA NA). Nanocomposite co-extruded multilayer films were produced using different percentages (0%, 2% and 4%wt/wt) of Cloisite 20A (C20A). Films were analyzed for evaluating the effect of nanofiller on the morphology and barrier properties. Moreover, to verify the effectiveness of the designed systems in reducing the cooking times of meat products, MW heating tests were carried out on pork meat hamburgers in MW oven at varying supplied powers. The cooking tests have pointed out that the selected matrices are efficient in reducing cooking times and that even low concentration of C20A acts as heating enhancers of PET.

  16. PET based nanocomposite films for microwave packaging applications

    Science.gov (United States)

    Galdi, M. R.; Olivieri, R.; Liguori, L.; Albanese, D.; Di Matteo, M.; Di Maio, L.

    2015-12-01

    In recent years, changes in life standards have promoted the diffusion of Ready to Cook (RTC) and Ready to Eat (RTE) products for microwave ovens. However, the main limits in microwave (MW) ovens usage are often related to the proper choice of packaging materials suitable for such technology. In fact, packages for microwaveable RTC and RTE foods should ensure adequate preservation of the product before cooking/heating such as high barriers to gases and aromas and adequate control of water vapor transmission. In addition, microwaveable packaging material must be transparent to MW, thermally stable and resistant to the mechanical stress induced by the accumulation in the head space of volatile substances produced during the cooking. Polymeric materials are good candidates for microwaveable packaging thanks to their transparency to MW. In the last years a great interest is devoted to developing innovative solution based on the use of additives or systems that act as susceptors or heating enhancers for improving the characteristics of polymers in cooking/heating in MW ovens. The present work was focused on the production and characterization of nanocomposite copolyester based films suitable for microwaveable food packaging applications. The matrices selected consist in two PET copolymers modified with carbon black (ULTRA STD) and with titanium oxide (ULTRA NA). Nanocomposite co-extruded multilayer films were produced using different percentages (0%, 2% and 4%wt/wt) of Cloisite 20A (C20A). Films were analyzed for evaluating the effect of nanofiller on the morphology and barrier properties. Moreover, to verify the effectiveness of the designed systems in reducing the cooking times of meat products, MW heating tests were carried out on pork meat hamburgers in MW oven at varying supplied powers. The cooking tests have pointed out that the selected matrices are efficient in reducing cooking times and that even low concentration of C20A acts as heating enhancers of PET.

  17. Design of an experiment to measure the fire exposure of radioactive materials packages aboard container cargo ships

    International Nuclear Information System (INIS)

    Koski, J.A.

    1997-11-01

    The test described in this paper is intended to measure the typical accident environment for a radioactive materials package in a fire aboard a container cargo ship. A stack of nine used standard cargo containers will be variously loaded with empty packages, simulated packages and combustible cargo and placed over a large hydrocarbon pool fire of one hour duration. Both internal and external fire container fire environments typical of on-deck stowage will be measured as well as the potential for container to container fire spread. With the use of the inverse heat conduction calculations, the local heat transfer to the simulated packages can be estimated from thermocouple data. Data recorded will also provide information on fire durations in each container, fire intensity and container to container fire spread characteristics

  18. Safety analysis report: packages. LP-50 tritium package (packaging of fissile and other radioactive materials). Final report

    International Nuclear Information System (INIS)

    Gates, A.A.; McCarthy, P.G.; Edl, J.W.

    1975-04-01

    Elemental tritium is shipped at low pressure in a stainless steel container (LP-50) sealed within an aluminum vessel and surrounded by a minimum of 4-in. thick Celotex insulation in a steel drum. The structural, thermal, containment, shielding, and criticality safety aspects of this package are evaluated. Procedures for loading and unloading, empty cask transport, acceptance testing and maintenance, and quality assurance requirements for the LP-50 package are described in detail. (U.S.)

  19. Safety analysis report; packages LP-50 tritium package. (Packaging of fissile and other radioactive materials). Final report

    International Nuclear Information System (INIS)

    Gates, A.A.; McCarthy, P.G.; Edl, J.W.; Chalfant, G.G.

    1975-05-01

    Elemental tritium is shipped at low pressure in a stainless steel container (LP-50) surrounded by an aluminum vessel and Celotex insulation at least 4 in. thick in a steel drum. The total weight of the package is 260 lbs maximum. The various components that constitute the package are described and are shown in 7 figures. The safety analysis includes: structural evaluations; thermal evaluations; containment; operating procedures; acceptance tests and maintenance program; and design review

  20. Large transport packages for decommissioning waste

    International Nuclear Information System (INIS)

    Price, M.S.T.

    1988-08-01

    This document reports progress on a study of large transport packages for decommissioning waste and is the semi-annual report for the period 1 January - 30 June 1988. The main tasks performed during the period related to the assembly of package design criteria ie those aspects of manufacture, handling, storage, transport and disposal which impose constraints on design. This work was synthesised into a design specification for packages which formed the conclusion of that task and was the entry into the final task - the development of package design concepts. The design specifications, which concentrated on the Industrial Package category of the IAEA Transport Regulations, has been interpreted for the two main concepts (a) a self-shielded package disposed of in its entirety and (b) a package with returnable shielding. Preliminary information has been prepared on the cost of providing the package as well as transport to a repository and disposal. There is considerable uncertainty about the cost of disposal and variations of over a factor of 10 are possible. Under these circumstances there is merit in choosing a design concept which is relatively insensitive to disposal cost variations. The initial results indicate that on these grounds the package with returnable shielding is preferred. (author)

  1. Qualification testing facility for type A, B and C packages to be used for transport and storage of radioactive materials

    International Nuclear Information System (INIS)

    Vieru, G.; Nistor, V.; Vasile, A.; Cojocaru, V.

    2009-01-01

    In accordance with the Economic Commission for Europe-Committee on inland transport (ADR- European Agreement-concerning the international carriage of dangerous goods by road, 2007 Edition) the Safety and Security of the dangerous goods class No. 7 - Radioactive Materials during transport in all different modes - by road, by rail, by sea, by inland rivers or by air - have to be ensured at a very high level. The radioactive materials (RAM) packaging have to comply to all transport conditions, routine or in accident conditions, possibly to occur during transportation operations. It is well known that the safety in the transport of RAM is dependent on packaging appropriate for the contents being shipped rather than on operational and/or administrative actions required for the package. The quality of these packages - type A, B or C has to be proved by performing qualification tests in accordance with the Romanian nuclear regulation conditions provided by CNCAN Order no. 357/22.12.2005- N orms for a Safe Transport of Radioactive Material , the IAEA Vienna Recommendation (1, 2) stipulated in the Safety standard TS-R-1- Regulation for the Safe Transport of Radioactive Material, 2005 Edition, and other applicable international recommendations. The paper will describe the components of the designed testing facilities, and the qualification testing to be performed for all type A, B and C packages subjected to the testing Quality assurance and quality controls measures taken in order to meet technical specification provided by the design are also presented and commented. The paper concludes that the new Romanian Testing Facilities for RAM packages will comply with the national safe standards as well as with the IAEA applicable recommendation provided by the TS-R-1 safety standard. (authors)

  2. RF and microwave microelectronics packaging II

    CERN Document Server

    Sturdivant, Rick

    2017-01-01

    Reviews RF, microwave, and microelectronics assembly process, quality control, and failure analysis Bridges the gap between low cost commercial and hi-res RF/Microwave packaging technologies Engages in an in-depth discussion of challenges in packaging and assembly of advanced high-power amplifiers This book presents the latest developments in packaging for high-frequency electronics. It is a companion volume to “RF and Microwave Microelectronics Packaging” (2010) and covers the latest developments in thermal management, electrical/RF/thermal-mechanical designs and simulations, packaging and processing methods, and other RF and microwave packaging topics. Chapters provide detailed coverage of phased arrays, T/R modules, 3D transitions, high thermal conductivity materials, carbon nanotubes and graphene advanced materials, and chip size packaging for RF MEMS. It appeals to practicing engineers in the electronic packaging and high-frequency electronics domain, and to academic researchers interested in underst...

  3. Telemetry Standards, RCC Standard 106-17. Chapter 24. Message Formats

    Science.gov (United States)

    2017-07-01

    Structure A TSS data message is a wrapper used to aid specialized routing of network traffic between TmNS networks over other networks . The structure of...IP)- network systems and, therefore, are not required to comply with the big -endian convention. The IP specification defines standard network byte...numeric values in TmNSMessageHeader and PackageHeader fields of the TmNSMessage as following network byte order (i.e., big -endian). 24.2.1

  4. The Cloud Feedback Model Intercomparison Project Observational Simulator Package: Version 2

    Science.gov (United States)

    Swales, Dustin J.; Pincus, Robert; Bodas-Salcedo, Alejandro

    2018-01-01

    The Cloud Feedback Model Intercomparison Project Observational Simulator Package (COSP) gathers together a collection of observation proxies or satellite simulators that translate model-simulated cloud properties to synthetic observations as would be obtained by a range of satellite observing systems. This paper introduces COSP2, an evolution focusing on more explicit and consistent separation between host model, coupling infrastructure, and individual observing proxies. Revisions also enhance flexibility by allowing for model-specific representation of sub-grid-scale cloudiness, provide greater clarity by clearly separating tasks, support greater use of shared code and data including shared inputs across simulators, and follow more uniform software standards to simplify implementation across a wide range of platforms. The complete package including a testing suite is freely available.

  5. Materials for advanced packaging

    CERN Document Server

    Wong, CP

    2017-01-01

    This second edition continues to be the most comprehensive review on the developments in advanced electronic packaging technologies, with a focus on materials and processing. Recognized experts in the field contribute to 22 updated and new chapters that provide comprehensive coverage on various 3D package architectures, novel bonding and joining techniques, wire bonding, wafer thinning techniques, organic substrates, and novel approaches to make electrical interconnects between integrated circuit and substrates. Various chapters also address advances in several key packaging materials, including: Lead-free solders Flip chip underfills Epoxy molding compounds Conductive adhesives Die attach adhesives/films Thermal interface materials (TIMS) Materials for fabricating embedded passives including capacitors, inductors, and resistors Materials and processing aspects on wafer-level chip scale package (CSP) and MicroElectroMechanical system (MEMS) Contributors also review new and emerging technologies such as Light ...

  6. Biobased Packaging - Application in Meat Industry

    Directory of Open Access Journals (Sweden)

    S. Wilfred Ruban

    2009-04-01

    Full Text Available Because of growing problems of waste disposal and because petroleum is a nonrenewable resource with diminishing quantities, renewed interest in packaging research is underway to develop and promote the use of “bio-plastics.” In general, compared to conventional plastics derived from petroleum, bio-based polymers have more diverse stereochemistry and architecture of side chains which enable research scientists a greater number of opportunities to customize the properties of the final packaging material. The primary challenge facing the food (Meat industry in producing bio-plastic packaging, currently, is to match the durability of the packaging with product shelf-life. Notable advances in biopolymer production, consumer demand for more environmentally-friendly packaging, and technologies that allow packaging to do more than just encompass the food are driving new and novel research and developments in the area of packaging for muscle foods. [Vet. World 2009; 2(2.000: 79-82

  7. Hermeticity of electronic packages

    CERN Document Server

    Greenhouse, Hal; Romenesco, Bruce

    2011-01-01

    This is a book about the integrity of sealed packages to resist foreign gases and liquids penetrating the seal or an opening (crack) in the packageùespecially critical to the reliability and longevity of electronics. The author explains how to predict the reliability and the longevity of the packages based on leak rate measurements and the assumptions of impurities. Non-specialists in particular will benefit from the author's long involvement in the technology. Hermeticity is a subject that demands practical experience, and solving one problem does not necessarily give one the background to so

  8. Hermeticity of electronic packages

    CERN Document Server

    Greenhouse, Hal

    2000-01-01

    This is a book about the integrity of sealed packages to resist foreign gases and liquids penetrating the seal or an opening (crack) in the package-especially critical to the reliability and longevity of electronics. The author explains how to predict the reliability and the longevity of the packages based on leak rate measurements and the assumptions of impurities. Non-specialists in particular will benefit from the author's long involvement in the technology. Hermeticity is a subject that demands practical experience, and solving one problem does not necessarily give one the background to so

  9. Assessing the Ecological Footprint of Ecotourism Packages: A Methodological Proposition

    Directory of Open Access Journals (Sweden)

    Maria Serena Mancini

    2018-06-01

    Full Text Available Tourism represents a key economic sector worldwide, constituting great leverage for local economic development but also putting noticeable environmental pressures on local natural resources. Ecotourism may be a viable alternative to mass tourism to minimize impacts on ecosystems, but it needs shared sustainability standards and monitoring tools to evaluate impacts. This paper presents a first methodological proposition to calculate the environmental impact of ecotourism packages through the use of an ad-hoc, customized version of the Ecological Footprint methodology. It follows a participatory, bottom-up approach to collecting input data for the four main services (Accommodation, Food & Drinks, Activity & Service, and Mobility & Transfer provided to tourists through the use of surveys and stakeholders engagement. The outcome of our approach materializes in an excel-based ecotourism workbook capable of processing input data collected through surveys and returning Ecological Footprint values for specific ecotourism packages. Although applied to ecotourism in Mediterranean Protected Areas within the context of the DestiMED project, we believe that the methodology and approach presented here can constitute a blueprint and a benchmark for future studies dealing with the impact of ecotourism packages.

  10. Stowing of packages containing radioactive materials during their road transportation with trucks for loads up to 38 tons

    International Nuclear Information System (INIS)

    Gilles, P.; Chevalier, G.; Pouard, M.; Draulans, J.; Lafontaine, I.

    1986-01-01

    A compilation and a coordination of available standards, regulatory prescriptions and directives on stowing are first presented. Then generated forces resulting from road vehicle deceleration in accidental conditions are searched. The investigation shows that higher dangerous materials transportation probabilities essentially concern front end impacts (51.4 %) and side on impacts (19 %). These accidents occur with a speed of about 80 km/h before the impact and 50 km/h during the crash. During the latter, deceleration values ranging from 20 to 100g could be reached, the mean value could be about 30g. A mathematical model is developed. Experiments are realized with the aims on the one hand, to verify the results obtained from a mathematical model of accident and on the other hand to collect experimental values allowing to work out a code of good practice for the stowing of radioactive materials packages having a maximum weight of about 20 tons. A number of 8 tests has been performed with two types of packagings: lower and higher centre of gravity in front end and side on impacts. In case of a front end impact, the stowing system must be able to absorb entirely the kinetic energy generated by the package deceleration. This means that a tie-down system according to the 2g - 1g - 1g standard is convenient provided that the package is chocked in the direction of the traffic. The damage is proportional to the weight of the vehicle responsible for such side on impact. This weight could be much higher than the package weight. Deceleration values up to 120g have been recorded. As a result, the tie down system similar to the 2g - 1g - 1g standard is convenient, but chocks acting perpendicularly to the direction of the traffic are to be prohibited

  11. Directory of certificates of compliance for radioactive materials packages; Summary Report of NRC Approved Packages

    International Nuclear Information System (INIS)

    1980-12-01

    This directory contains a Summary Report of NRC approved Packages (Volume 1), Certificates of Compliance (Volume 2), and a Summary Report of NRC Approved Quality Assurance Programs for Radioactive Material Packages (Volume 3). The purpose of this directory is to make available a convenient source of information on packagings which have been approved by the U.S. Nuclear Regulatory Commission. To assist in identifying packaging, and index by Model Number and corresponding Certificate of Compliance number is included at the back of each volume of the directory. The Summary Report includes a listing of all users of each package design prior to the publication date of the directory. Shipments of radioactive material using these packagings must be in accordance with the provisions of 49 CFR 173.393a and 10 CFR Part 71, as applicable. In satisfying the requirements of Section 71.12, it is the responsibility of the licensees to insure them--that they have a copy of the current approval and conduct their transportation activities in accordance with an NRC approved quality assurance program

  12. Energy and packaging

    Energy Technology Data Exchange (ETDEWEB)

    Boustead, I; Hancock, G F

    1981-01-01

    Information is given on the energy and raw materials required in the production and use of containers used to package beer, cider, and carbonated soft drinks in the United Kingdom. Topics covered include: methodology of energy analysis, primary and secondary fuels, transport, packaging materials, including glass, aluminum, iron, steel, and tinplate, container production, including plastic bottles, distribution of empty containers, filling and packing, distribution, and disposal. (LEW)

  13. High variation in manufacturer-declared serving size of packaged discretionary foods in Australia.

    Science.gov (United States)

    Haskelberg, Hila; Neal, Bruce; Dunford, Elizabeth; Flood, Victoria; Rangan, Anna; Thomas, Beth; Cleanthous, Xenia; Trevena, Helen; Zheng, Jazzmin Miaobing; Louie, Jimmy Chun Yu; Gill, Timothy; Wu, Jason H Y

    2016-05-28

    Despite the potential of declared serving size to encourage appropriate portion size consumption, most countries including Australia have not developed clear reference guidelines for serving size. The present study evaluated variability in manufacturer-declared serving size of discretionary food and beverage products in Australia, and how declared serving size compared with the 2013 Australian Dietary Guideline (ADG) standard serve (600 kJ). Serving sizes were obtained from the Nutrition Information Panel for 4466 packaged, discretionary products in 2013 at four large supermarkets in Sydney, Australia, and categorised into fifteen categories in line with the 2013 ADG. For unique products that were sold in multiple package sizes, the percentage difference between the minimum and the maximum serving size across different package sizes was calculated. A high variation in serving size was found within the majority of food and beverage categories - for example, among 347 non-alcoholic beverages (e.g. soft drinks), the median for serving size was 250 (interquartile range (IQR) 250, 355) ml (range 100-750 ml). Declared serving size for unique products that are available in multiple package sizes also showed high variation, particularly for chocolate-based confectionery, with median percentage difference between minimum and maximum serving size of 183 (IQR 150) %. Categories with a high proportion of products that exceeded the 600 kJ ADG standard serve included cakes and muffins, pastries and desserts (≥74 % for each). High variability in declared serving size may confound interpretation and understanding of consumers interested in standardising and controlling their portion selection. Future research is needed to assess if and how standardising declared serving size might affect consumer behaviour.

  14. Study on transport safety of refresh MOX fuel. Radiation dose from package hypothetically submerged into sea

    International Nuclear Information System (INIS)

    Tsumune, Daisuke; Suzuki; Hiroshi; Saegusa, Toshiari; Maruyama, Koki; Ito, Chihiro; Watabe, Naoto

    1999-01-01

    The sea transport of fresh MOX fuel from Europe to Japan is under planning. For the structure and equipment of transport ships for fresh MOX fuels, there is a special safety standard called the INF Code of IMO (International Maritime Organization). For transport of radioactive materials, there is a safety standard stipulated in Regulations for the Safe Transport of Radioactive Material issued by IAEA (International Atomic Energy Agency). Under those code and standard, fresh MOX fuel will be transported safely on the sea. However, a dose assessment has been made by assuming that a fresh MOX fuel package might be sunk into the sea by unexpected reasons. In the both cases for a package sunk at the coastal region and for that sunk at the ocean, the evaluated result of the dose equivalent by radiation exposure to the public are far below the dose equivalent limit of the ICRP recommendation (1 mSv/year). (author)

  15. Signalling product healthiness through symbolic package cues: Effects of package shape and goal congruence on consumer behaviour.

    Science.gov (United States)

    van Ooijen, Iris; Fransen, Marieke L; Verlegh, Peeter W J; Smit, Edith G

    2017-02-01

    Three studies show that product packaging shape serves as a cue that communicates healthiness of food products. Inspired by embodiment accounts, we show that packaging that simulates a slim body shape acts as a symbolic cue for product healthiness (e.g., low in calories), as opposed to packaging that simulates a wide body shape. Furthermore, we show that the effect of slim package shape on consumer behaviour is goal dependent. Whereas simulation of a slim (vs. wide) body shape increases choice likelihood and product attitude when consumers have a health-relevant shopping goal, packaging shape does not affect these outcomes when consumers have a hedonic shopping goal. In Study 3, we adopt a realistic shopping paradigm using a shelf with authentic products, and find that a slim (as opposed to wide) package shape increases on-shelf product recognition and increases product attitude for healthy products. We discuss results and implications regarding product positioning and the packaging design process. Copyright © 2016 Elsevier Ltd. All rights reserved.

  16. ACTIVE PACKAGING SYSTEM FOR MEAT AND MEAT PRODUCTS

    Directory of Open Access Journals (Sweden)

    Adriana Pavelková

    2012-10-01

    Full Text Available In the recent past, food packaging was used to enable marketing of products and to provide passive protection against environmental contaminations or influences that affect the shelf life of the products. However, unlike traditional packaging, which must be totally inert, active packaging is designed to interact with the contents and/or the surrounding environment. Interest in the use of active packaging systems for meat and meat products has increased in recent years. Active packaging systems are developed with the goal of extending shelf life for foods and increasing the period of time that the food is high quality. Developments in active packaging have led to advances in many areas, including delayed oxidation and controlled respiration rate, microbial growth, and moisture migration. Active packaging technologies include some physical, chemical, or biological action which changes interactions between a package, product, and/or headspace of the package in order to get a desired outcome. Active packaging systems discussed include oxygen scavengers, carbon dioxide scavengers and emitters, moisture control agents, flavour/odour absorbers and releasers  and antimicrobial packaging technologies. Active packaging is typically found in two types of systems; sachets and pads which are placed inside of packages, and active ingredients that are incorporated directly into packaging materials.  Recognition of the benefits of active packaging technologies by the food industry, development of economically viable packaging systems and increased consumer acceptance is necessary for commercial realisation of these packaging technologies.doi:10.5219/205

  17. Power Electronics Packaging Reliability | Transportation Research | NREL

    Science.gov (United States)

    Packaging Reliability Power Electronics Packaging Reliability A photo of a piece of power electronics laboratory equipment. NREL power electronics packaging reliability research investigates the electronics packaging around a semiconductor switching device determines the electrical, thermal, and

  18. Development of waste packages for TRU-disposal. 5. Development of cylindrical metal package for TRU wastes

    International Nuclear Information System (INIS)

    Mine, Tatsuya; Mizubayashi, Hiroshi; Asano, Hidekazu; Owada, Hitoshi; Otsuki, Akiyoshi

    2005-01-01

    Development of the TRU waste package for hulls and endpieces compression canisters, which include long-lived and low sorption nuclides like C-14 is essential and will contribute a lot to a reasonable enhancement of safety and economy of the TRU-disposal system. The cylindrical metal package made of carbon steel for canisters to enhance the efficiency of the TRU-disposal system and to economically improve their stacking conditions was developed. The package is a welded cylindrical construction with a deep drawn upper cover and a disc plate for a bottom cover. Since the welding is mainly made only for an upper cover and a bottom disc plate, this package has a better containment performance for radioactive nuclide and can reduce the cost for construction and manufacturing including its welding control. Furthermore, this package can be laid down in pile for stacking in the circular cross section disposal tunnel for the sedimentary rock, which can drastically minimize the space for disposal tunnel as mentioned previously in TRU report. This paper reports the results of the study for application of newly developed metal package into the previous TRU-disposal system and for the stacking equipment for the package. (author)

  19. The development of a digital signal processing and plotting package to support testing of hazardous and radioactive material packages

    International Nuclear Information System (INIS)

    Ludwigsen, J.S.; Uncapher, W.L.; Arviso, M.; Lattier, C.N.; Hankinson, M.; Cannone, D.J.

    1995-01-01

    Federal regulations allow package designers to use analysis, testing, or a combination of analysis and testing to support certification of packages used to transport hazardous or radioactive materials. In recent years, many certified packages were subjected to a combination of analysis and testing. A major part of evaluating structural or thermal package response is the collection, reduction and presentation of instrumentation measurement data. Sandia National Laboratories, under the sponsorship of the US Department of Energy, has developed a comprehensive analysis and plotting package (known as KAPP) that performs digital signal processing of both transient structural and thermal data integrated with a comprehensive plotting package designed to support radioactive material package testing

  20. The development of a packaging handbook

    International Nuclear Information System (INIS)

    Shappert, L.B.

    1994-01-01

    The Packaging Handbook, dealing with the development of packagings designed to carry radioactive material, is being written for DOE's Transportation and Packaging Safety Division. The primary goal of the Handbook is to provide sufficient technical information and guidance to improve the quality of Safety Analysis Reports on Type B Packagings (SARPs) that are submitted to DOE for certification. This paper provides an update on the status of the Handbook