WorldWideScience

Sample records for refinement amr library

  1. Visualization of Octree Adaptive Mesh Refinement (AMR) in Astrophysical Simulations

    Science.gov (United States)

    Labadens, M.; Chapon, D.; Pomaréde, D.; Teyssier, R.

    2012-09-01

    Computer simulations are important in current cosmological research. Those simulations run in parallel on thousands of processors, and produce huge amount of data. Adaptive mesh refinement is used to reduce the computing cost while keeping good numerical accuracy in regions of interest. RAMSES is a cosmological code developed by the Commissariat à l'énergie atomique et aux énergies alternatives (English: Atomic Energy and Alternative Energies Commission) which uses Octree adaptive mesh refinement. Compared to grid based AMR, the Octree AMR has the advantage to fit very precisely the adaptive resolution of the grid to the local problem complexity. However, this specific octree data type need some specific software to be visualized, as generic visualization tools works on Cartesian grid data type. This is why the PYMSES software has been also developed by our team. It relies on the python scripting language to ensure a modular and easy access to explore those specific data. In order to take advantage of the High Performance Computer which runs the RAMSES simulation, it also uses MPI and multiprocessing to run some parallel code. We would like to present with more details our PYMSES software with some performance benchmarks. PYMSES has currently two visualization techniques which work directly on the AMR. The first one is a splatting technique, and the second one is a custom ray tracing technique. Both have their own advantages and drawbacks. We have also compared two parallel programming techniques with the python multiprocessing library versus the use of MPI run. The load balancing strategy has to be smartly defined in order to achieve a good speed up in our computation. Results obtained with this software are illustrated in the context of a massive, 9000-processor parallel simulation of a Milky Way-like galaxy.

  2. An efficient Adaptive Mesh Refinement (AMR) algorithm for the Discontinuous Galerkin method: Applications for the computation of compressible two-phase flows

    Science.gov (United States)

    Papoutsakis, Andreas; Sazhin, Sergei S.; Begg, Steven; Danaila, Ionut; Luddens, Francky

    2018-06-01

    We present an Adaptive Mesh Refinement (AMR) method suitable for hybrid unstructured meshes that allows for local refinement and de-refinement of the computational grid during the evolution of the flow. The adaptive implementation of the Discontinuous Galerkin (DG) method introduced in this work (ForestDG) is based on a topological representation of the computational mesh by a hierarchical structure consisting of oct- quad- and binary trees. Adaptive mesh refinement (h-refinement) enables us to increase the spatial resolution of the computational mesh in the vicinity of the points of interest such as interfaces, geometrical features, or flow discontinuities. The local increase in the expansion order (p-refinement) at areas of high strain rates or vorticity magnitude results in an increase of the order of accuracy in the region of shear layers and vortices. A graph of unitarian-trees, representing hexahedral, prismatic and tetrahedral elements is used for the representation of the initial domain. The ancestral elements of the mesh can be split into self-similar elements allowing each tree to grow branches to an arbitrary level of refinement. The connectivity of the elements, their genealogy and their partitioning are described by linked lists of pointers. An explicit calculation of these relations, presented in this paper, facilitates the on-the-fly splitting, merging and repartitioning of the computational mesh by rearranging the links of each node of the tree with a minimal computational overhead. The modal basis used in the DG implementation facilitates the mapping of the fluxes across the non conformal faces. The AMR methodology is presented and assessed using a series of inviscid and viscous test cases. Also, the AMR methodology is used for the modelling of the interaction between droplets and the carrier phase in a two-phase flow. This approach is applied to the analysis of a spray injected into a chamber of quiescent air, using the Eulerian

  3. Adaptive mesh refinement for shocks and material interfaces

    Energy Technology Data Exchange (ETDEWEB)

    Dai, William Wenlong [Los Alamos National Laboratory

    2010-01-01

    There are three kinds of adaptive mesh refinement (AMR) in structured meshes. Block-based AMR sometimes over refines meshes. Cell-based AMR treats cells cell by cell and thus loses the advantage of the nature of structured meshes. Patch-based AMR is intended to combine advantages of block- and cell-based AMR, i.e., the nature of structured meshes and sharp regions of refinement. But, patch-based AMR has its own difficulties. For example, patch-based AMR typically cannot preserve symmetries of physics problems. In this paper, we will present an approach for a patch-based AMR for hydrodynamics simulations. The approach consists of clustering, symmetry preserving, mesh continuity, flux correction, communications, management of patches, and load balance. The special features of this patch-based AMR include symmetry preserving, efficiency of refinement across shock fronts and material interfaces, special implementation of flux correction, and patch management in parallel computing environments. To demonstrate the capability of the AMR framework, we will show both two- and three-dimensional hydrodynamics simulations with many levels of refinement.

  4. AMRZone: A Runtime AMR Data Sharing Framework For Scientific Applications

    Energy Technology Data Exchange (ETDEWEB)

    Zhang, Wenzhao; Tang, Houjun; Harenberg, Steven; Byna, Suren; Zou, Xiaocheng; Devendran, Dharshi; Martin, Daniel; Wu, Kesheng; Dong, Bin; Klasky, Scott; Samatova, Nagiza

    2017-08-31

    Frameworks that facilitate runtime data sharing across multiple applications are of great importance for scientific data analytics. Although existing frameworks work well over uniform mesh data, they can not effectively handle adaptive mesh refinement (AMR) data. Among the challenges to construct an AMR-capable framework include: (1) designing an architecture that facilitates online AMR data management; (2) achieving a load-balanced AMR data distribution for the data staging space at runtime; and (3) building an effective online index to support the unique spatial data retrieval requirements for AMR data. Towards addressing these challenges to support runtime AMR data sharing across scientific applications, we present the AMRZone framework. Experiments over real-world AMR datasets demonstrate AMRZone's effectiveness at achieving a balanced workload distribution, reading/writing large-scale datasets with thousands of parallel processes, and satisfying queries with spatial constraints. Moreover, AMRZone's performance and scalability are even comparable with existing state-of-the-art work when tested over uniform mesh data with up to 16384 cores; in the best case, our framework achieves a 46% performance improvement.

  5. Parallel Block Structured Adaptive Mesh Refinement on Graphics Processing Units

    Energy Technology Data Exchange (ETDEWEB)

    Beckingsale, D. A. [Atomic Weapons Establishment (AWE), Aldermaston (United Kingdom); Gaudin, W. P. [Atomic Weapons Establishment (AWE), Aldermaston (United Kingdom); Hornung, R. D. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Gunney, B. T. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Gamblin, T. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Herdman, J. A. [Atomic Weapons Establishment (AWE), Aldermaston (United Kingdom); Jarvis, S. A. [Atomic Weapons Establishment (AWE), Aldermaston (United Kingdom)

    2014-11-17

    Block-structured adaptive mesh refinement is a technique that can be used when solving partial differential equations to reduce the number of zones necessary to achieve the required accuracy in areas of interest. These areas (shock fronts, material interfaces, etc.) are recursively covered with finer mesh patches that are grouped into a hierarchy of refinement levels. Despite the potential for large savings in computational requirements and memory usage without a corresponding reduction in accuracy, AMR adds overhead in managing the mesh hierarchy, adding complex communication and data movement requirements to a simulation. In this paper, we describe the design and implementation of a native GPU-based AMR library, including: the classes used to manage data on a mesh patch, the routines used for transferring data between GPUs on different nodes, and the data-parallel operators developed to coarsen and refine mesh data. We validate the performance and accuracy of our implementation using three test problems and two architectures: an eight-node cluster, and over four thousand nodes of Oak Ridge National Laboratory’s Titan supercomputer. Our GPU-based AMR hydrodynamics code performs up to 4.87× faster than the CPU-based implementation, and has been scaled to over four thousand GPUs using a combination of MPI and CUDA.

  6. General relativistic hydrodynamics with Adaptive-Mesh Refinement (AMR) and modeling of accretion disks

    Science.gov (United States)

    Donmez, Orhan

    We present a general procedure to solve the General Relativistic Hydrodynamical (GRH) equations with Adaptive-Mesh Refinement (AMR) and model of an accretion disk around a black hole. To do this, the GRH equations are written in a conservative form to exploit their hyperbolic character. The numerical solutions of the general relativistic hydrodynamic equations is done by High Resolution Shock Capturing schemes (HRSC), specifically designed to solve non-linear hyperbolic systems of conservation laws. These schemes depend on the characteristic information of the system. We use Marquina fluxes with MUSCL left and right states to solve GRH equations. First, we carry out different test problems with uniform and AMR grids on the special relativistic hydrodynamics equations to verify the second order convergence of the code in 1D, 2 D and 3D. Second, we solve the GRH equations and use the general relativistic test problems to compare the numerical solutions with analytic ones. In order to this, we couple the flux part of general relativistic hydrodynamic equation with a source part using Strang splitting. The coupling of the GRH equations is carried out in a treatment which gives second order accurate solutions in space and time. The test problems examined include shock tubes, geodesic flows, and circular motion of particle around the black hole. Finally, we apply this code to the accretion disk problems around the black hole using the Schwarzschild metric at the background of the computational domain. We find spiral shocks on the accretion disk. They are observationally expected results. We also examine the star-disk interaction near a massive black hole. We find that when stars are grounded down or a hole is punched on the accretion disk, they create shock waves which destroy the accretion disk.

  7. Innovative Language-Based & Object-Oriented Structured AMR Using Fortran 90 and OpenMP

    Science.gov (United States)

    Norton, C.; Balsara, D.

    1999-01-01

    Parallel adaptive mesh refinement (AMR) is an important numerical technique that leads to the efficient solution of many physical and engineering problems. In this paper, we describe how AMR programing can be performed in an object-oreinted way using the modern aspects of Fortran 90 combined with the parallelization features of OpenMP.

  8. Three dimensional adaptive mesh refinement on a spherical shell for atmospheric models with lagrangian coordinates

    Science.gov (United States)

    Penner, Joyce E.; Andronova, Natalia; Oehmke, Robert C.; Brown, Jonathan; Stout, Quentin F.; Jablonowski, Christiane; van Leer, Bram; Powell, Kenneth G.; Herzog, Michael

    2007-07-01

    One of the most important advances needed in global climate models is the development of atmospheric General Circulation Models (GCMs) that can reliably treat convection. Such GCMs require high resolution in local convectively active regions, both in the horizontal and vertical directions. During previous research we have developed an Adaptive Mesh Refinement (AMR) dynamical core that can adapt its grid resolution horizontally. Our approach utilizes a finite volume numerical representation of the partial differential equations with floating Lagrangian vertical coordinates and requires resolving dynamical processes on small spatial scales. For the latter it uses a newly developed general-purpose library, which facilitates 3D block-structured AMR on spherical grids. The library manages neighbor information as the blocks adapt, and handles the parallel communication and load balancing, freeing the user to concentrate on the scientific modeling aspects of their code. In particular, this library defines and manages adaptive blocks on the sphere, provides user interfaces for interpolation routines and supports the communication and load-balancing aspects for parallel applications. We have successfully tested the library in a 2-D (longitude-latitude) implementation. During the past year, we have extended the library to treat adaptive mesh refinement in the vertical direction. Preliminary results are discussed. This research project is characterized by an interdisciplinary approach involving atmospheric science, computer science and mathematical/numerical aspects. The work is done in close collaboration between the Atmospheric Science, Computer Science and Aerospace Engineering Departments at the University of Michigan and NOAA GFDL.

  9. Three dimensional adaptive mesh refinement on a spherical shell for atmospheric models with lagrangian coordinates

    International Nuclear Information System (INIS)

    Penner, Joyce E; Andronova, Natalia; Oehmke, Robert C; Brown, Jonathan; Stout, Quentin F; Jablonowski, Christiane; Leer, Bram van; Powell, Kenneth G; Herzog, Michael

    2007-01-01

    One of the most important advances needed in global climate models is the development of atmospheric General Circulation Models (GCMs) that can reliably treat convection. Such GCMs require high resolution in local convectively active regions, both in the horizontal and vertical directions. During previous research we have developed an Adaptive Mesh Refinement (AMR) dynamical core that can adapt its grid resolution horizontally. Our approach utilizes a finite volume numerical representation of the partial differential equations with floating Lagrangian vertical coordinates and requires resolving dynamical processes on small spatial scales. For the latter it uses a newly developed general-purpose library, which facilitates 3D block-structured AMR on spherical grids. The library manages neighbor information as the blocks adapt, and handles the parallel communication and load balancing, freeing the user to concentrate on the scientific modeling aspects of their code. In particular, this library defines and manages adaptive blocks on the sphere, provides user interfaces for interpolation routines and supports the communication and load-balancing aspects for parallel applications. We have successfully tested the library in a 2-D (longitude-latitude) implementation. During the past year, we have extended the library to treat adaptive mesh refinement in the vertical direction. Preliminary results are discussed. This research project is characterized by an interdisciplinary approach involving atmospheric science, computer science and mathematical/numerical aspects. The work is done in close collaboration between the Atmospheric Science, Computer Science and Aerospace Engineering Departments at the University of Michigan and NOAA GFDL

  10. Thermal-chemical Mantle Convection Models With Adaptive Mesh Refinement

    Science.gov (United States)

    Leng, W.; Zhong, S.

    2008-12-01

    In numerical modeling of mantle convection, resolution is often crucial for resolving small-scale features. New techniques, adaptive mesh refinement (AMR), allow local mesh refinement wherever high resolution is needed, while leaving other regions with relatively low resolution. Both computational efficiency for large- scale simulation and accuracy for small-scale features can thus be achieved with AMR. Based on the octree data structure [Tu et al. 2005], we implement the AMR techniques into the 2-D mantle convection models. For pure thermal convection models, benchmark tests show that our code can achieve high accuracy with relatively small number of elements both for isoviscous cases (i.e. 7492 AMR elements v.s. 65536 uniform elements) and for temperature-dependent viscosity cases (i.e. 14620 AMR elements v.s. 65536 uniform elements). We further implement tracer-method into the models for simulating thermal-chemical convection. By appropriately adding and removing tracers according to the refinement of the meshes, our code successfully reproduces the benchmark results in van Keken et al. [1997] with much fewer elements and tracers compared with uniform-mesh models (i.e. 7552 AMR elements v.s. 16384 uniform elements, and ~83000 tracers v.s. ~410000 tracers). The boundaries of the chemical piles in our AMR code can be easily refined to the scales of a few kilometers for the Earth's mantle and the tracers are concentrated near the chemical boundaries to precisely trace the evolvement of the boundaries. It is thus very suitable for our AMR code to study the thermal-chemical convection problems which need high resolution to resolve the evolvement of chemical boundaries, such as the entrainment problems [Sleep, 1988].

  11. A posteriori error estimator and AMR for discrete ordinates nodal transport methods

    International Nuclear Information System (INIS)

    Duo, Jose I.; Azmy, Yousry Y.; Zikatanov, Ludmil T.

    2009-01-01

    In the development of high fidelity transport solvers, optimization of the use of available computational resources and access to a tool for assessing quality of the solution are key to the success of large-scale nuclear systems' simulation. In this regard, error control provides the analyst with a confidence level in the numerical solution and enables for optimization of resources through Adaptive Mesh Refinement (AMR). In this paper, we derive an a posteriori error estimator based on the nodal solution of the Arbitrarily High Order Transport Method of the Nodal type (AHOT-N). Furthermore, by making assumptions on the regularity of the solution, we represent the error estimator as a function of computable volume and element-edges residuals. The global L 2 error norm is proved to be bound by the estimator. To lighten the computational load, we present a numerical approximation to the aforementioned residuals and split the global norm error estimator into local error indicators. These indicators are used to drive an AMR strategy for the spatial discretization. However, the indicators based on forward solution residuals alone do not bound the cell-wise error. The estimator and AMR strategy are tested in two problems featuring strong heterogeneity and highly transport streaming regime with strong flux gradients. The results show that the error estimator indeed bounds the global error norms and that the error indicator follows the cell-error's spatial distribution pattern closely. The AMR strategy proves beneficial to optimize resources, primarily by reducing the number of unknowns solved for to achieve prescribed solution accuracy in global L 2 error norm. Likewise, AMR achieves higher accuracy compared to uniform refinement when resolving sharp flux gradients, for the same number of unknowns

  12. An AMR capable finite element diffusion solver for ALE hydrocodes [An AMR capable diffusion solver for ALE-AMR

    Energy Technology Data Exchange (ETDEWEB)

    Fisher, A. C. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Bailey, D. S. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Kaiser, T. B. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Eder, D. C. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Gunney, B. T. N. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Masters, N. D. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Koniges, A. E. [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Anderson, R. W. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States)

    2015-02-01

    Here, we present a novel method for the solution of the diffusion equation on a composite AMR mesh. This approach is suitable for including diffusion based physics modules to hydrocodes that support ALE and AMR capabilities. To illustrate, we proffer our implementations of diffusion based radiation transport and heat conduction in a hydrocode called ALE-AMR. Numerical experiments conducted with the diffusion solver and associated physics packages yield 2nd order convergence in the L2 norm.

  13. A conformation-dependent stereochemical library improves crystallographic refinement even at atomic resolution

    International Nuclear Information System (INIS)

    Tronrud, Dale E.; Karplus, P. Andrew

    2011-01-01

    A script was created to allow SHELXL to use the new CDL v.1.2 stereochemical library which defines the target values for main-chain bond lengths and angles as a function of the residue’s ϕ/ψ angles. Test refinements using this script show that the refinement behavior of structures at resolutions even better than 1 Å is substantially enhanced by the use of the new conformation-dependent ideal geometry paradigm. To utilize a new conformation-dependent backbone-geometry library (CDL) in protein refinements at atomic resolution, a script was written that creates a restraint file for the SHELXL refinement program. It was found that the use of this library allows models to be created that have a substantially better fit to main-chain bond angles and lengths without degrading their fit to the X-ray data even at resolutions near 1 Å. For models at much higher resolution (∼0.7 Å), the refined model for parts adopting single well occupied positions is largely independent of the restraints used, but these structures still showed much smaller r.m.s.d. residuals when assessed with the CDL. Examination of the refinement tests across a wide resolution range from 2.4 to 0.65 Å revealed consistent behavior supporting the use of the CDL as a next-generation restraint library to improve refinement. CDL restraints can be generated using the service at http://pgd.science.oregonstate.edu/cdl_shelxl/

  14. Usability Testing as a Method to Refine a Health Sciences Library Website.

    Science.gov (United States)

    Denton, Andrea H; Moody, David A; Bennett, Jason C

    2016-01-01

    User testing, a method of assessing website usability, can be a cost-effective and easily administered process to collect information about a website's effectiveness. A user experience (UX) team at an academic health sciences library has employed user testing for over three years to help refine the library's home page. Test methodology used in-person testers using the "think aloud" method to complete tasks on the home page. Review of test results revealed problem areas of the design and redesign; further testing was effective in refining the page. User testing has proved to be a valuable method to engage users and provide feedback to continually improve the library's home page.

  15. Object-Oriented Implementation of Adaptive Mesh Refinement Algorithms

    Directory of Open Access Journals (Sweden)

    William Y. Crutchfield

    1993-01-01

    Full Text Available We describe C++ classes that simplify development of adaptive mesh refinement (AMR algorithms. The classes divide into two groups, generic classes that are broadly useful in adaptive algorithms, and application-specific classes that are the basis for our AMR algorithm. We employ two languages, with C++ responsible for the high-level data structures, and Fortran responsible for low-level numerics. The C++ implementation is as fast as the original Fortran implementation. Use of inheritance has allowed us to extend the original AMR algorithm to other problems with greatly reduced development time.

  16. Construction and Application of an AMR Algorithm for Distributed Memory Computers

    OpenAIRE

    Deiterding, Ralf

    2003-01-01

    While the parallelization of blockstructured adaptive mesh refinement techniques is relatively straight-forward on shared memory architectures, appropriate distribution strategies for the emerging generation of distributed memory machines are a topic of on-going research. In this paper, a locality-preserving domain decomposition is proposed that partitions the entire AMR hierarchy from the base level on. It is shown that the approach reduces the communication costs and simplifies the im...

  17. An adaptive mesh refinement-multiphase lattice Boltzmann flux solver for simulation of complex binary fluid flows

    Science.gov (United States)

    Yuan, H. Z.; Wang, Y.; Shu, C.

    2017-12-01

    This paper presents an adaptive mesh refinement-multiphase lattice Boltzmann flux solver (AMR-MLBFS) for effective simulation of complex binary fluid flows at large density ratios. In this method, an AMR algorithm is proposed by introducing a simple indicator on the root block for grid refinement and two possible statuses for each block. Unlike available block-structured AMR methods, which refine their mesh by spawning or removing four child blocks simultaneously, the present method is able to refine its mesh locally by spawning or removing one to four child blocks independently when the refinement indicator is triggered. As a result, the AMR mesh used in this work can be more focused on the flow region near the phase interface and its size is further reduced. In each block of mesh, the recently proposed MLBFS is applied for the solution of the flow field and the level-set method is used for capturing the fluid interface. As compared with existing AMR-lattice Boltzmann models, the present method avoids both spatial and temporal interpolations of density distribution functions so that converged solutions on different AMR meshes and uniform grids can be obtained. The proposed method has been successfully validated by simulating a static bubble immersed in another fluid, a falling droplet, instabilities of two-layered fluids, a bubble rising in a box, and a droplet splashing on a thin film with large density ratios and high Reynolds numbers. Good agreement with the theoretical solution, the uniform-grid result, and/or the published data has been achieved. Numerical results also show its effectiveness in saving computational time and virtual memory as compared with computations on uniform meshes.

  18. An Immersed Boundary - Adaptive Mesh Refinement solver (IB-AMR) for high fidelity fully resolved wind turbine simulations

    Science.gov (United States)

    Angelidis, Dionysios; Sotiropoulos, Fotis

    2015-11-01

    The geometrical details of wind turbines determine the structure of the turbulence in the near and far wake and should be taken in account when performing high fidelity calculations. Multi-resolution simulations coupled with an immersed boundary method constitutes a powerful framework for high-fidelity calculations past wind farms located over complex terrains. We develop a 3D Immersed-Boundary Adaptive Mesh Refinement flow solver (IB-AMR) which enables turbine-resolving LES of wind turbines. The idea of using a hybrid staggered/non-staggered grid layout adopted in the Curvilinear Immersed Boundary Method (CURVIB) has been successfully incorporated on unstructured meshes and the fractional step method has been employed. The overall performance and robustness of the second order accurate, parallel, unstructured solver is evaluated by comparing the numerical simulations against conforming grid calculations and experimental measurements of laminar and turbulent flows over complex geometries. We also present turbine-resolving multi-scale LES considering all the details affecting the induced flow field; including the geometry of the tower, the nacelle and especially the rotor blades of a wind tunnel scale turbine. This material is based upon work supported by the Department of Energy under Award Number DE-EE0005482 and the Sandia National Laboratories.

  19. Deregulation impacts AMR business cases

    Energy Technology Data Exchange (ETDEWEB)

    Wiebe, M.; Fauth, G.

    2001-09-01

    Meter reading strategy is being affected in fundamental ways by deregulation. For the utilities attempting to cope with meter reading unbundling, the processes, insights and general rules that had been developed prior to 2000 in the field of Automatic Meter Reading can no longer be relied upon to provide useful lessons. The fundamental impact on Automatic Meter Reading (AMR) business case drivers and the increasing complexity of building the business case model result from deregulation and unbundling. More and more, management has come to rely on rigorous business case analysis to compensate for the magnitude of AMR projects on the utility and the scarcity of financial resources. One can now expect the Chief Financial Officer and the Vice President Finance to become active players on AMR project teams in the fields of business case scrutiny and approval. Increasingly, the normal expertise of AMR personnel does not suffice to build a business case acceptable to finance. The financial and economic analysis skills required are ever more complex.

  20. Adaptive mesh refinement and multilevel iteration for multiphase, multicomponent flow in porous media

    Energy Technology Data Exchange (ETDEWEB)

    Hornung, R.D. [Duke Univ., Durham, NC (United States)

    1996-12-31

    An adaptive local mesh refinement (AMR) algorithm originally developed for unsteady gas dynamics is extended to multi-phase flow in porous media. Within the AMR framework, we combine specialized numerical methods to treat the different aspects of the partial differential equations. Multi-level iteration and domain decomposition techniques are incorporated to accommodate elliptic/parabolic behavior. High-resolution shock capturing schemes are used in the time integration of the hyperbolic mass conservation equations. When combined with AMR, these numerical schemes provide high resolution locally in a more efficient manner than if they were applied on a uniformly fine computational mesh. We will discuss the interplay of physical, mathematical, and numerical concerns in the application of adaptive mesh refinement to flow in porous media problems of practical interest.

  1. Making marketing a part of AMR

    International Nuclear Information System (INIS)

    Roddy, J.

    1994-01-01

    Increasing competition and the need to meet customer demands are driving forces for change in the utility industry. Strategic application of such technologies as automated meter reading (AMR) and other advanced metering systems will play a large role in shaping new ways for utilities to conduct business and increase market share. And marketing will play a major role in determining both the strategic and tactical benefits of AMR. One problem with evaluating AMR technologies is that the typical evaluation doesn't consider a utility's future business environment. Instead, technology is often the only factor taken into consideration when assessing AMR and how it can improve the way one currently conducts business. For successful implementation of an advanced metering system, one should first consider how the new technology will benefit both the company and the customers. A company's marketing group is the best source for determining this, as well as for promoting these benefits once they decide to deploy a system. This paper establishes a guideline for determining and monitoring the market for AMR in a utility

  2. A Multigroup diffusion solver using pseudo transient continuation for a radiation-hydrodynamic code with patch-based AMR

    Energy Technology Data Exchange (ETDEWEB)

    Shestakov, A I; Offner, S R

    2006-09-21

    We present a scheme to solve the nonlinear multigroup radiation diffusion (MGD) equations. The method is incorporated into a massively parallel, multidimensional, Eulerian radiation-hydrodynamic code with adaptive mesh refinement (AMR). The patch-based AMR algorithm refines in both space and time creating a hierarchy of levels, coarsest to finest. The physics modules are time-advanced using operator splitting. On each level, separate 'level-solve' packages advance the modules. Our multigroup level-solve adapts an implicit procedure which leads to a two-step iterative scheme that alternates between elliptic solves for each group with intra-cell group coupling. For robustness, we introduce pseudo transient continuation ({Psi}tc). We analyze the magnitude of the {Psi}tc parameter to ensure positivity of the resulting linear system, diagonal dominance and convergence of the two-step scheme. For AMR, a level defines a subdomain for refinement. For diffusive processes such as MGD, the refined level uses Dirichet boundary data at the coarse-fine interface and the data is derived from the coarse level solution. After advancing on the fine level, an additional procedure, the sync-solve (SS), is required in order to enforce conservation. The MGD SS reduces to an elliptic solve on a combined grid for a system of G equations, where G is the number of groups. We adapt the 'partial temperature' scheme for the SS; hence, we reuse the infrastructure developed for scalar equations. Results are presented. We consider a multigroup test problem with a known analytic solution. We demonstrate utility of {Psi}tc by running with increasingly larger timesteps. Lastly, we simulate the sudden release of energy Y inside an Al sphere (r = 15 cm) suspended in air at STP. For Y = 11 kT, we find that gray radiation diffusion and MGD produce similar results. However, if Y = 1 MT, the two packages yield different results. Our large Y simulation contradicts a long-standing theory

  3. A Multigroup diffusion Solver Using Pseudo Transient Continuation for a Radiaiton-Hydrodynamic Code with Patch-Based AMR

    Energy Technology Data Exchange (ETDEWEB)

    Shestakov, A I; Offner, S R

    2007-03-02

    We present a scheme to solve the nonlinear multigroup radiation diffusion (MGD) equations. The method is incorporated into a massively parallel, multidimensional, Eulerian radiation-hydrodynamic code with adaptive mesh refinement (AMR). The patch-based AMR algorithm refines in both space and time creating a hierarchy of levels, coarsest to finest. The physics modules are time-advanced using operator splitting. On each level, separate 'level-solve' packages advance the modules. Our multigroup level-solve adapts an implicit procedure which leads to a two-step iterative scheme that alternates between elliptic solves for each group with intra-cell group coupling. For robustness, we introduce pseudo transient continuation ({Psi}tc). We analyze the magnitude of the {Psi}tc parameter to ensure positivity of the resulting linear system, diagonal dominance and convergence of the two-step scheme. For AMR, a level defines a subdomain for refinement. For diffusive processes such as MGD, the refined level uses Dirichet boundary data at the coarse-fine interface and the data is derived from the coarse level solution. After advancing on the fine level, an additional procedure, the sync-solve (SS), is required in order to enforce conservation. The MGD SS reduces to an elliptic solve on a combined grid for a system of G equations, where G is the number of groups. We adapt the 'partial temperature' scheme for the SS; hence, we reuse the infrastructure developed for scalar equations. Results are presented. We consider a multigroup test problem with a known analytic solution. We demonstrate utility of {Psi}tc by running with increasingly larger timesteps. Lastly, we simulate the sudden release of energy Y inside an Al sphere (r = 15 cm) suspended in air at STP. For Y = 11 kT, we find that gray radiation diffusion and MGD produce similar results. However, if Y = 1 MT, the two packages yield different results. Our large Y simulation contradicts a long-standing theory

  4. A parallel adaptive mesh refinement algorithm for predicting turbulent non-premixed combusting flows

    International Nuclear Information System (INIS)

    Gao, X.; Groth, C.P.T.

    2005-01-01

    A parallel adaptive mesh refinement (AMR) algorithm is proposed for predicting turbulent non-premixed combusting flows characteristic of gas turbine engine combustors. The Favre-averaged Navier-Stokes equations governing mixture and species transport for a reactive mixture of thermally perfect gases in two dimensions, the two transport equations of the κ-ψ turbulence model, and the time-averaged species transport equations, are all solved using a fully coupled finite-volume formulation. A flexible block-based hierarchical data structure is used to maintain the connectivity of the solution blocks in the multi-block mesh and facilitate automatic solution-directed mesh adaptation according to physics-based refinement criteria. This AMR approach allows for anisotropic mesh refinement and the block-based data structure readily permits efficient and scalable implementations of the algorithm on multi-processor architectures. Numerical results for turbulent non-premixed diffusion flames, including cold- and hot-flow predictions for a bluff body burner, are described and compared to available experimental data. The numerical results demonstrate the validity and potential of the parallel AMR approach for predicting complex non-premixed turbulent combusting flows. (author)

  5. Evolutionary Plasticity of AmrZ Regulation in Pseudomonas

    Science.gov (United States)

    Dougherty, Kevin; Diaz, Beatriz; Murillo, Rachel

    2018-01-01

    ABSTRACT amrZ encodes a master regulator protein conserved across pseudomonads, which can be either a positive or negative regulator of swimming motility depending on the species examined. To better understand plasticity in the regulatory function of AmrZ, we characterized the mode of regulation for this protein for two different motility-related phenotypes in Pseudomonas stutzeri. As in Pseudomonas syringae, AmrZ functions as a positive regulator of swimming motility within P. stutzeri, which suggests that the functions of this protein with regard to swimming motility have switched at least twice across pseudomonads. Shifts in mode of regulation cannot be explained by changes in AmrZ sequence alone. We further show that AmrZ acts as a positive regulator of colony spreading within this strain and that this regulation is at least partially independent of swimming motility. Closer investigation of mechanistic shifts in dual-function regulators like AmrZ could provide unique insights into how transcriptional pathways are rewired between closely related species. IMPORTANCE Microbes often display finely tuned patterns of gene regulation across different environments, with major regulatory changes controlled by a small group of “master” regulators within each cell. AmrZ is a master regulator of gene expression across pseudomonads and can be either a positive or negative regulator for a variety of pathways depending on the strain and genomic context. Here, we demonstrate that the phenotypic outcomes of regulation of swimming motility by AmrZ have switched at least twice independently in pseudomonads, so that AmrZ promotes increased swimming motility in P. stutzeri and P. syringae but represses this phenotype in Pseudomonas fluorescens and Pseudomonas aeruginosa. Since examples of switches in regulatory mode are relatively rare, further investigation into the mechanisms underlying shifts in regulator function for AmrZ could provide unique insights into the

  6. Direct collapse to supermassive black hole seeds: comparing the AMR and SPH approaches.

    Science.gov (United States)

    Luo, Yang; Nagamine, Kentaro; Shlosman, Isaac

    2016-07-01

    We provide detailed comparison between the adaptive mesh refinement (AMR) code enzo-2.4 and the smoothed particle hydrodynamics (SPH)/ N -body code gadget-3 in the context of isolated or cosmological direct baryonic collapse within dark matter (DM) haloes to form supermassive black holes. Gas flow is examined by following evolution of basic parameters of accretion flows. Both codes show an overall agreement in the general features of the collapse; however, many subtle differences exist. For isolated models, the codes increase their spatial and mass resolutions at different pace, which leads to substantially earlier collapse in SPH than in AMR cases due to higher gravitational resolution in gadget-3. In cosmological runs, the AMR develops a slightly higher baryonic resolution than SPH during halo growth via cold accretion permeated by mergers. Still, both codes agree in the build-up of DM and baryonic structures. However, with the onset of collapse, this difference in mass and spatial resolution is amplified, so evolution of SPH models begins to lag behind. Such a delay can have effect on formation/destruction rate of H 2 due to UV background, and on basic properties of host haloes. Finally, isolated non-cosmological models in spinning haloes, with spin parameter λ ∼ 0.01-0.07, show delayed collapse for greater λ, but pace of this increase is faster for AMR. Within our simulation set-up, gadget-3 requires significantly larger computational resources than enzo-2.4 during collapse, and needs similar resources, during the pre-collapse, cosmological structure formation phase. Yet it benefits from substantially higher gravitational force and hydrodynamic resolutions, except at the end of collapse.

  7. A new adaptive mesh refinement data structure with an application to detonation

    Science.gov (United States)

    Ji, Hua; Lien, Fue-Sang; Yee, Eugene

    2010-11-01

    A new Cell-based Structured Adaptive Mesh Refinement (CSAMR) data structure is developed. In our CSAMR data structure, Cartesian-like indices are used to identify each cell. With these stored indices, the information on the parent, children and neighbors of a given cell can be accessed simply and efficiently. Owing to the usage of these indices, the computer memory required for storage of the proposed AMR data structure is only {5}/{8} word per cell, in contrast to the conventional oct-tree [P. MacNeice, K.M. Olson, C. Mobary, R. deFainchtein, C. Packer, PARAMESH: a parallel adaptive mesh refinement community toolkit, Comput. Phys. Commun. 330 (2000) 126] and the fully threaded tree (FTT) [A.M. Khokhlov, Fully threaded tree algorithms for adaptive mesh fluid dynamics simulations, J. Comput. Phys. 143 (1998) 519] data structures which require, respectively, 19 and 2{3}/{8} words per cell for storage of the connectivity information. Because the connectivity information (e.g., parent, children and neighbors) of a cell in our proposed AMR data structure can be accessed using only the cell indices, a tree structure which was required in previous approaches for the organization of the AMR data is no longer needed for this new data structure. Instead, a much simpler hash table structure is used to maintain the AMR data, with the entry keys in the hash table obtained directly from the explicitly stored cell indices. The proposed AMR data structure simplifies the implementation and parallelization of an AMR code. Two three-dimensional test cases are used to illustrate and evaluate the computational performance of the new CSAMR data structure.

  8. Hierarchical material models for fragmentation modeling in NIF-ALE-AMR

    International Nuclear Information System (INIS)

    Fisher, A C; Masters, N D; Koniges, A E; Anderson, R W; Gunney, B T N; Wang, P; Becker, R; Dixit, P; Benson, D J

    2008-01-01

    Fragmentation is a fundamental process that naturally spans micro to macroscopic scales. Recent advances in algorithms, computer simulations, and hardware enable us to connect the continuum to microstructural regimes in a real simulation through a heterogeneous multiscale mathematical model. We apply this model to the problem of predicting how targets in the NIF chamber dismantle, so that optics and diagnostics can be protected from damage. The mechanics of the initial material fracture depend on the microscopic grain structure. In order to effectively simulate the fragmentation, this process must be modeled at the subgrain level with computationally expensive crystal plasticity models. However, there are not enough computational resources to model the entire NIF target at this microscopic scale. In order to accomplish these calculations, a hierarchical material model (HMM) is being developed. The HMM will allow fine-scale modeling of the initial fragmentation using computationally expensive crystal plasticity, while the elements at the mesoscale can use polycrystal models, and the macroscopic elements use analytical flow stress models. The HMM framework is built upon an adaptive mesh refinement (AMR) capability. We present progress in implementing the HMM in the NIF-ALE-AMR code. Additionally, we present test simulations relevant to NIF targets

  9. Hierarchical material models for fragmentation modeling in NIF-ALE-AMR

    Energy Technology Data Exchange (ETDEWEB)

    Fisher, A C; Masters, N D; Koniges, A E; Anderson, R W; Gunney, B T N; Wang, P; Becker, R [Lawrence Livermore National Laboratory, PO Box 808, Livermore, CA 94551 (United States); Dixit, P; Benson, D J [University of California San Diego, 9500 Gilman Dr., La Jolla. CA 92093 (United States)], E-mail: fisher47@llnl.gov

    2008-05-15

    Fragmentation is a fundamental process that naturally spans micro to macroscopic scales. Recent advances in algorithms, computer simulations, and hardware enable us to connect the continuum to microstructural regimes in a real simulation through a heterogeneous multiscale mathematical model. We apply this model to the problem of predicting how targets in the NIF chamber dismantle, so that optics and diagnostics can be protected from damage. The mechanics of the initial material fracture depend on the microscopic grain structure. In order to effectively simulate the fragmentation, this process must be modeled at the subgrain level with computationally expensive crystal plasticity models. However, there are not enough computational resources to model the entire NIF target at this microscopic scale. In order to accomplish these calculations, a hierarchical material model (HMM) is being developed. The HMM will allow fine-scale modeling of the initial fragmentation using computationally expensive crystal plasticity, while the elements at the mesoscale can use polycrystal models, and the macroscopic elements use analytical flow stress models. The HMM framework is built upon an adaptive mesh refinement (AMR) capability. We present progress in implementing the HMM in the NIF-ALE-AMR code. Additionally, we present test simulations relevant to NIF targets.

  10. 3D Adaptive Mesh Refinement Simulations of Pellet Injection in Tokamaks

    International Nuclear Information System (INIS)

    Samtaney, S.; Jardin, S.C.; Colella, P.; Martin, D.F.

    2003-01-01

    We present results of Adaptive Mesh Refinement (AMR) simulations of the pellet injection process, a proven method of refueling tokamaks. AMR is a computationally efficient way to provide the resolution required to simulate realistic pellet sizes relative to device dimensions. The mathematical model comprises of single-fluid MHD equations with source terms in the continuity equation along with a pellet ablation rate model. The numerical method developed is an explicit unsplit upwinding treatment of the 8-wave formulation, coupled with a MAC projection method to enforce the solenoidal property of the magnetic field. The Chombo framework is used for AMR. The role of the E x B drift in mass redistribution during inside and outside pellet injections is emphasized

  11. Computational methods and modeling. 3. Adaptive Mesh Refinement for the Nodal Integral Method and Application to the Convection-Diffusion Equation

    International Nuclear Information System (INIS)

    Torej, Allen J.; Rizwan-Uddin

    2001-01-01

    The nodal integral method (NIM) has been developed for several problems, including the Navier-Stokes equations, the convection-diffusion equation, and the multigroup neutron diffusion equations. The coarse-mesh efficiency of the NIM is not fully realized in problems characterized by a wide range of spatial scales. However, the combination of adaptive mesh refinement (AMR) capability with the NIM can recover the coarse mesh efficiency by allowing high degrees of resolution in specific localized areas where it is needed and by using a lower resolution everywhere else. Furthermore, certain features of the NIM can be fruitfully exploited in the application of the AMR process. In this paper, we outline a general approach to couple nodal schemes with AMR and then apply it to the convection-diffusion (energy) equation. The development of the NIM with AMR capability (NIMAMR) is based on the well-known Berger-Oliger method for structured AMR. In general, the main components of all AMR schemes are 1. the solver; 2. the level-grid hierarchy; 3. the selection algorithm; 4. the communication procedures; 5. the governing algorithm. The first component, the solver, consists of the numerical scheme for the governing partial differential equations and the algorithm used to solve the resulting system of discrete algebraic equations. In the case of the NIM-AMR, the solver is the iterative approach to the solution of the set of discrete equations obtained by applying the NIM. Furthermore, in the NIM-AMR, the level-grid hierarchy (the second component) is based on the Hierarchical Adaptive Mesh Refinement (HAMR) system,6 and hence, the details of the hierarchy are omitted here. In the selection algorithm, regions of the domain that require mesh refinement are identified. The criterion to select regions for mesh refinement can be based on the magnitude of the gradient or on the Richardson truncation error estimate. Although an excellent choice for the selection criterion, the Richardson

  12. Achieving Extreme Resolution in Numerical Cosmology Using Adaptive Mesh Refinement: Resolving Primordial Star Formation

    Directory of Open Access Journals (Sweden)

    Greg L. Bryan

    2002-01-01

    Full Text Available As an entry for the 2001 Gordon Bell Award in the "special" category, we describe our 3-d, hybrid, adaptive mesh refinement (AMR code Enzo designed for high-resolution, multiphysics, cosmological structure formation simulations. Our parallel implementation places no limit on the depth or complexity of the adaptive grid hierarchy, allowing us to achieve unprecedented spatial and temporal dynamic range. We report on a simulation of primordial star formation which develops over 8000 subgrids at 34 levels of refinement to achieve a local refinement of a factor of 1012 in space and time. This allows us to resolve the properties of the first stars which form in the universe assuming standard physics and a standard cosmological model. Achieving extreme resolution requires the use of 128-bit extended precision arithmetic (EPA to accurately specify the subgrid positions. We describe our EPA AMR implementation on the IBM SP2 Blue Horizon system at the San Diego Supercomputer Center.

  13. Direct numerical simulation of bubbles with parallelized adaptive mesh refinement

    International Nuclear Information System (INIS)

    Talpaert, A.

    2015-01-01

    The study of two-phase Thermal-Hydraulics is a major topic for Nuclear Engineering for both security and efficiency of nuclear facilities. In addition to experiments, numerical modeling helps to knowing precisely where bubbles appear and how they behave, in the core as well as in the steam generators. This work presents the finest scale of representation of two-phase flows, Direct Numerical Simulation of bubbles. We use the 'Di-phasic Low Mach Number' equation model. It is particularly adapted to low-Mach number flows, that is to say flows which velocity is much slower than the speed of sound; this is very typical of nuclear thermal-hydraulics conditions. Because we study bubbles, we capture the front between vapor and liquid phases thanks to a downward flux limiting numerical scheme. The specific discrete analysis technique this work introduces is well-balanced parallel Adaptive Mesh Refinement (AMR). With AMR, we refined the coarse grid on a batch of patches in order to locally increase precision in areas which matter more, and capture fine changes in the front location and its topology. We show that patch-based AMR is very adapted for parallel computing. We use a variety of physical examples: forced advection, heat transfer, phase changes represented by a Stefan model, as well as the combination of all those models. We will present the results of those numerical simulations, as well as the speed up compared to equivalent non-AMR simulation and to serial computation of the same problems. This document is made up of an abstract and the slides of the presentation. (author)

  14. PENERAPAN FITUR ADAPTIVE MULTI RATE (AMR PADA JARINGAN GSM

    Directory of Open Access Journals (Sweden)

    Abdusy Syarif

    2010-05-01

    Full Text Available Adaptive Mutlirate (AMR is a feature that plays an important role in the efficiency of use of cell/voice channels and GSM networks in overall and it can improve sound quality dynamically based on actual measurements (real time between Mobile Station (MS and Base Transmitter Station (BTS. Resources used as analytical parameters are SQI (Speech Quality Index, MOS (Mean Opinion Score and the sound quality on the network without and with AMR. Measurements using Test Equipment Mobile System (TEMS while locking devices to the single channel and comparing them between the two types of network. Based on test results it is obtained that with voice channels with AMR can increase the value of SQI approximately 40% for fullrate channels and about 60% for half-rate channels producing a remarkable (excellent level, with research and further measuring it is expected to produce better and more perfect sound quality.Kata kunci: AMR, SQI, GSM networkABSTRAK

  15. CONSTRAINED-TRANSPORT MAGNETOHYDRODYNAMICS WITH ADAPTIVE MESH REFINEMENT IN CHARM

    International Nuclear Information System (INIS)

    Miniati, Francesco; Martin, Daniel F.

    2011-01-01

    We present the implementation of a three-dimensional, second-order accurate Godunov-type algorithm for magnetohydrodynamics (MHD) in the adaptive-mesh-refinement (AMR) cosmological code CHARM. The algorithm is based on the full 12-solve spatially unsplit corner-transport-upwind (CTU) scheme. The fluid quantities are cell-centered and are updated using the piecewise-parabolic method (PPM), while the magnetic field variables are face-centered and are evolved through application of the Stokes theorem on cell edges via a constrained-transport (CT) method. The so-called multidimensional MHD source terms required in the predictor step for high-order accuracy are applied in a simplified form which reduces their complexity in three dimensions without loss of accuracy or robustness. The algorithm is implemented on an AMR framework which requires specific synchronization steps across refinement levels. These include face-centered restriction and prolongation operations and a reflux-curl operation, which maintains a solenoidal magnetic field across refinement boundaries. The code is tested against a large suite of test problems, including convergence tests in smooth flows, shock-tube tests, classical two- and three-dimensional MHD tests, a three-dimensional shock-cloud interaction problem, and the formation of a cluster of galaxies in a fully cosmological context. The magnetic field divergence is shown to remain negligible throughout.

  16. Modeling NIF experimental designs with adaptive mesh refinement and Lagrangian hydrodynamics

    Science.gov (United States)

    Koniges, A. E.; Anderson, R. W.; Wang, P.; Gunney, B. T. N.; Becker, R.; Eder, D. C.; MacGowan, B. J.; Schneider, M. B.

    2006-06-01

    Incorporation of adaptive mesh refinement (AMR) into Lagrangian hydrodynamics algorithms allows for the creation of a highly powerful simulation tool effective for complex target designs with three-dimensional structure. We are developing an advanced modeling tool that includes AMR and traditional arbitrary Lagrangian-Eulerian (ALE) techniques. Our goal is the accurate prediction of vaporization, disintegration and fragmentation in National Ignition Facility (NIF) experimental target elements. Although our focus is on minimizing the generation of shrapnel in target designs and protecting the optics, the general techniques are applicable to modern advanced targets that include three-dimensional effects such as those associated with capsule fill tubes. Several essential computations in ordinary radiation hydrodynamics need to be redesigned in order to allow for AMR to work well with ALE, including algorithms associated with radiation transport. Additionally, for our goal of predicting fragmentation, we include elastic/plastic flow into our computations. We discuss the integration of these effects into a new ALE-AMR simulation code. Applications of this newly developed modeling tool as well as traditional ALE simulations in two and three dimensions are applied to NIF early-light target designs.

  17. Modeling NIF Experimental Designs with Adaptive Mesh Refinement and Lagrangian Hydrodynamics

    International Nuclear Information System (INIS)

    Koniges, A E; Anderson, R W; Wang, P; Gunney, B N; Becker, R; Eder, D C; MacGowan, B J

    2005-01-01

    Incorporation of adaptive mesh refinement (AMR) into Lagrangian hydrodynamics algorithms allows for the creation of a highly powerful simulation tool effective for complex target designs with three-dimensional structure. We are developing an advanced modeling tool that includes AMR and traditional arbitrary Lagrangian-Eulerian (ALE) techniques. Our goal is the accurate prediction of vaporization, disintegration and fragmentation in National Ignition Facility (NIF) experimental target elements. Although our focus is on minimizing the generation of shrapnel in target designs and protecting the optics, the general techniques are applicable to modern advanced targets that include three-dimensional effects such as those associated with capsule fill tubes. Several essential computations in ordinary radiation hydrodynamics need to be redesigned in order to allow for AMR to work well with ALE, including algorithms associated with radiation transport. Additionally, for our goal of predicting fragmentation, we include elastic/plastic flow into our computations. We discuss the integration of these effects into a new ALE-AMR simulation code. Applications of this newly developed modeling tool as well as traditional ALE simulations in two and three dimensions are applied to NIF early-light target designs

  18. Modeling Nif experimental designs with adaptive mesh refinement and Lagrangian hydrodynamics

    International Nuclear Information System (INIS)

    Koniges, A.E.; Anderson, R.W.; Wang, P.; Gunney, B.T.N.; Becker, R.; Eder, D.C.; MacGowan, B.J.; Schneider, M.B.

    2006-01-01

    Incorporation of adaptive mesh refinement (AMR) into Lagrangian hydrodynamics algorithms allows for the creation of a highly powerful simulation tool effective for complex target designs with three-dimensional structure. We are developing an advanced modeling tool that includes AMR and traditional arbitrary Lagrangian-Eulerian (ALE) techniques. Our goal is the accurate prediction of vaporization, disintegration and fragmentation in National Ignition Facility (NIF) experimental target elements. Although our focus is on minimizing the generation of shrapnel in target designs and protecting the optics, the general techniques are applicable to modern advanced targets that include three-dimensional effects such as those associated with capsule fill tubes. Several essential computations in ordinary radiation hydrodynamics need to be redesigned in order to allow for AMR to work well with ALE, including algorithms associated with radiation transport. Additionally, for our goal of predicting fragmentation, we include elastic/plastic flow into our computations. We discuss the integration of these effects into a new ALE-AMR simulation code. Applications of this newly developed modeling tool as well as traditional ALE simulations in two and three dimensions are applied to NIF early-light target designs. (authors)

  19. Development and validation of measures to assess prevention and control of AMR in hospitals.

    Science.gov (United States)

    Flanagan, Mindy; Ramanujam, Rangaraj; Sutherland, Jason; Vaughn, Thomas; Diekema, Daniel; Doebbeling, Bradley N

    2007-06-01

    The rapid spread of antimicrobial resistance (AMR) in the US hospitals poses serious quality and safety problems. Expert panels, identifying strategies for optimizing antibiotic use and preventing AMR spread, have recommended hospitals undertake efforts to implement specific evidence-based practices. To develop and validate a measurement scale for assessing hospitals' efforts to implement recommended AMR prevention and control measures. Surveys were mailed to infection control professionals in a national sample of 670 US hospitals stratified by geographic region, bedsize, teaching status, and VA affiliation. : Four hundred forty-eight infection control professionals participated (67% response rate). Survey items measured implementation of guideline recommendations, practices for AMR monitoring and feedback, AMR-related outcomes (methicillin-resistant Staphylococcus aureus prevalence and outbreaks [MRSA]), and organizational features. "Derivation" and "validation" samples were randomly selected. Exploratory factor analysis was performed to identify factors underlying AMR prevention and control efforts. Multiple methods were used for validation. We identified 4 empirically distinct factors in AMR prevention and control: (1) practices for antimicrobial prescription/use, (2) information/resources for AMR control, (3) practices for isolating infected patients, and (4) organizational support for infection control policies. The Prevention and Control of Antimicrobial Resistance scale was reliable and had content and construct validity. MRSA prevalence was significantly lower in hospitals with higher resource/information availability and broader organizational support. The Prevention and Control of Antimicrobial Resistance scale offers a simple yet discriminating assessment of AMR prevention and control efforts. Use should complement assessment methods based exclusively on AMR outcomes.

  20. MULTI-PARAMETRIC STUDY OF RISING 3D BUOYANT FLUX TUBES IN AN ADIABATIC STRATIFICATION USING AMR

    Energy Technology Data Exchange (ETDEWEB)

    Martínez-Sykora, Juan; Cheung, Mark C. M. [Lockheed Martin Solar and Astrophysics Laboratory, Palo Alto, CA 94304 (United States); Moreno-Insertis, Fernando [Instituto de Astrofísica de Canarias, E-38200 La Laguna (Tenerife) (Spain)

    2015-11-20

    We study the buoyant rise of magnetic flux tubes embedded in an adiabatic stratification using two-and three-dimensional, magnetohydrodynamic simulations. We analyze the dependence of the tube evolution on the field line twist and on the curvature of the tube axis in different diffusion regimes. To be able to achieve a comparatively high spatial resolution we use the FLASH code, which has a built-in Adaptive Mesh Refinement (AMR) capability. Our 3D experiments reach Reynolds numbers that permit a reasonable comparison of the results with those of previous 2D simulations. When the experiments are run without AMR, hence with a comparatively large diffusivity, the amount of longitudinal magnetic flux retained inside the tube increases with the curvature of the tube axis. However, when a low-diffusion regime is reached by using the AMR algorithms, the magnetic twist is able to prevent the splitting of the magnetic loop into vortex tubes and the loop curvature does not play any significant role. We detect the generation of vorticity in the main body of the tube of opposite sign on the opposite sides of the apex. This is a consequence of the inhomogeneity of the azimuthal component of the field on the flux surfaces. The lift force associated with this global vorticity makes the flanks of the tube move away from their initial vertical plane in an antisymmetric fashion. The trajectories have an oscillatory motion superimposed, due to the shedding of vortex rolls to the wake, which creates a Von Karman street.

  1. MULTI-PARAMETRIC STUDY OF RISING 3D BUOYANT FLUX TUBES IN AN ADIABATIC STRATIFICATION USING AMR

    International Nuclear Information System (INIS)

    Martínez-Sykora, Juan; Cheung, Mark C. M.; Moreno-Insertis, Fernando

    2015-01-01

    We study the buoyant rise of magnetic flux tubes embedded in an adiabatic stratification using two-and three-dimensional, magnetohydrodynamic simulations. We analyze the dependence of the tube evolution on the field line twist and on the curvature of the tube axis in different diffusion regimes. To be able to achieve a comparatively high spatial resolution we use the FLASH code, which has a built-in Adaptive Mesh Refinement (AMR) capability. Our 3D experiments reach Reynolds numbers that permit a reasonable comparison of the results with those of previous 2D simulations. When the experiments are run without AMR, hence with a comparatively large diffusivity, the amount of longitudinal magnetic flux retained inside the tube increases with the curvature of the tube axis. However, when a low-diffusion regime is reached by using the AMR algorithms, the magnetic twist is able to prevent the splitting of the magnetic loop into vortex tubes and the loop curvature does not play any significant role. We detect the generation of vorticity in the main body of the tube of opposite sign on the opposite sides of the apex. This is a consequence of the inhomogeneity of the azimuthal component of the field on the flux surfaces. The lift force associated with this global vorticity makes the flanks of the tube move away from their initial vertical plane in an antisymmetric fashion. The trajectories have an oscillatory motion superimposed, due to the shedding of vortex rolls to the wake, which creates a Von Karman street

  2. Hydrodynamics in full general relativity with conservative adaptive mesh refinement

    Science.gov (United States)

    East, William E.; Pretorius, Frans; Stephens, Branson C.

    2012-06-01

    There is great interest in numerical relativity simulations involving matter due to the likelihood that binary compact objects involving neutron stars will be detected by gravitational wave observatories in the coming years, as well as to the possibility that binary compact object mergers could explain short-duration gamma-ray bursts. We present a code designed for simulations of hydrodynamics coupled to the Einstein field equations targeted toward such applications. This code has recently been used to study eccentric mergers of black hole-neutron star binaries. We evolve the fluid conservatively using high-resolution shock-capturing methods, while the field equations are solved in the generalized-harmonic formulation with finite differences. In order to resolve the various scales that may arise, we use adaptive mesh refinement (AMR) with grid hierarchies based on truncation error estimates. A noteworthy feature of this code is the implementation of the flux correction algorithm of Berger and Colella to ensure that the conservative nature of fluid advection is respected across AMR boundaries. We present various tests to compare the performance of different limiters and flux calculation methods, as well as to demonstrate the utility of AMR flux corrections.

  3. A node-centered local refinement algorithm for poisson's equation in complex geometries

    International Nuclear Information System (INIS)

    McCorquodale, Peter; Colella, Phillip; Grote, David P.; Vay, Jean-Luc

    2004-01-01

    This paper presents a method for solving Poisson's equation with Dirichlet boundary conditions on an irregular bounded three-dimensional region. The method uses a nodal-point discretization and adaptive mesh refinement (AMR) on Cartesian grids, and the AMR multigrid solver of Almgren. The discrete Laplacian operator at internal boundaries comes from either linear or quadratic (Shortley-Weller) extrapolation, and the two methods are compared. It is shown that either way, solution error is second order in the mesh spacing. Error in the gradient of the solution is first order with linear extrapolation, but second order with Shortley-Weller. Examples are given with comparison with the exact solution. The method is also applied to a heavy-ion fusion accelerator problem, showing the advantage of adaptivity

  4. Improvement of neutronic calculations on a Masurca core using adaptive mesh refinement capabilities

    International Nuclear Information System (INIS)

    Fournier, D.; Archier, P.; Le Tellier, R.; Suteau, C.

    2011-01-01

    The simulation of 3D cores with homogenized assemblies in transport theory remains time and memory consuming for production calculations. With a multigroup discretization for the energy variable and a discrete ordinate method for the angle, a system of about 10"4 coupled hyperbolic transport equations has to be solved. For these equations, we intend to optimize the spatial discretization. In the framework of the SNATCH solver used in this study, the spatial problem is dealt with by using a structured hexahedral mesh and applying a Discontinuous Galerkin Finite Element Method (DGFEM). This paper shows the improvements due to the development of Adaptive Mesh Refinement (AMR) methods. As the SNATCH solver uses a hierarchical polynomial basis, p−refinement is possible but also h−refinement thanks to non conforming capabilities. Besides, as the flux spatial behavior is highly dependent on the energy, we propose to adapt differently the spatial discretization according to the energy group. To avoid dealing with too many meshes, some energy groups are joined and share the same mesh. The different energy-dependent AMR strategies are compared to each other but also with the classical approach of a conforming and highly refined spatial mesh. This comparison is carried out on different quantities such as the multiplication factor, the flux or the current. The gain in time and memory is shown for 2D and 3D benchmarks coming from the ZONA2B experimental core configuration of the MASURCA mock-up at CEA Cadarache. (author)

  5. Transcription Factor Amr1 Induces Melanin Biosynthesis and Suppresses Virulence in Alternaria brassicicola

    Energy Technology Data Exchange (ETDEWEB)

    Cho, Yangrae; Srivastava, Akhil; Ohm, Robin A.; Lawrence, Christopher B.; Wang, Koon-Hui; Grigoriev, Igor V.; Marahatta, Sharadchandra P.

    2012-05-01

    Alternaria brassicicola is a successful saprophyte and necrotrophic plant pathogen. Several A. brassicicola genes have been characterized as affecting pathogenesis of Brassica species. To study regulatory mechanisms of pathogenesis, we mined 421 genes in silico encoding putative transcription factors in a machine-annotated, draft genome sequence of A. brassicicola. In this study, targeted gene disruption mutants for 117 of the transcription factor genes were produced and screened. Three of these genes were associated with pathogenesis. Disruption mutants of one gene (AbPacC) were nonpathogenic and another gene (AbVf8) caused lesions less than half the diameter of wild-type lesions. Unexpectedly, mutants of the third gene, Amr1, caused lesions with a two-fold larger diameter than the wild type and complementation mutants. Amr1 is a homolog of Cmr1, a transcription factor that regulates melanin biosynthesis in several fungi. We created gene deletion mutants of ?amr1 and characterized their phenotypes. The ?amr1 mutants used pectin as a carbon source more efficiently than the wild type, were melanin-deficient, and more sensitive to UV light and glucanase digestion. The AMR1 protein was localized in the nuclei of hyphae and in highly melanized conidia during the late stage of plant pathogenesis. RNA-seq analysis revealed that three genes in the melanin biosynthesis pathway, along with the deleted Amr1 gene, were expressed at low levels in the mutants. In contrast, many hydrolytic enzyme-coding genes were expressed at higher levels in the mutants than in the wild type during pathogenesis. The results of this study suggested that a gene important for survival in nature negatively affected virulence, probably by a less efficient use of plant cell-wall materials. We speculate that the functions of the Amr1 gene are important to the success of A. brassicicola as a competitive saprophyte and plant parasite.

  6. AMR: Serving the needs of distributors and customers

    Energy Technology Data Exchange (ETDEWEB)

    Simard, C. [Hydro-Quebec, Metering and Meter-Reading Division, Montreal, PQ (Canada)

    2002-10-01

    To keep pace with emerging competition in the North-American energy industry, Hydro-Quebec restructured its activities into four separate divisions. Hydro-Quebec TransEnergie, established in 1977, is the division responsible for energy transmission, whereas Hydro-Quebec Distribution, established in 2001, looks after distribution services. They and the two sister divisions (Hydro-Quebec Production and Hydro-Quebec Equipement) serve 2.8 million residential, institutional and industrial customers, scattered across 587,500 square kilometres. The restructuring provided the opportunity to adapt to new market realities. Automated Meter Reading (AMR) ties in directly with the new business-oriented approach the utility has adopted in the late 1990s. In addition to solving meter accessibility problems and reducing operating costs, automated meter reading provides customers with the opportunity to benefit from new services designed to meet specific needs. To date new services made possible by automated meter reading include customized reading date selection, aggregated billing, consumption tracking and load management. AMR not only translates into greater flexibility and added value for the customer. It also provides greater reliability, accuracy and better system management. In short, AMR paves the way for the optimization of the power supply, new consumption management capabilities, rate options, real-time billing and enhanced fraud detection.

  7. Small team, big reach : Leduc's AMR process translates cutting-edge engineering skills into worldwide contracts

    International Nuclear Information System (INIS)

    Gullage, R.

    2009-01-01

    AMR Process specializes in oil and gas process engineering. The small company which is headquartered in Leduc, Alberta provides oil and gas packages, proprietary licensed designs and process engineering services in Brazil, China, Iraq and more than a dozen other countries. AMR's expertise includes troubleshooting, de-bottlenecking and process train upgrading. They help clients avoid complicated, costly changes to a project by targeting potential problems at a project's inception. The president and founder of AMR credits the company's success in part to the Nisku-Leduc Economic Development Authority (EDA) which brought AMR together with I. Matheson and Company Ltd., a steel manufacturer in New Glasgow, Nova Scotia. Pressure vessels are one of Matheson's primary products. This article described how AMR Process Inc. has worked with Matheson to secure contracts to build equipment used in oil processing, for markets around the world. 1 fig

  8. The influence of non-magnetocaloric properties on the AMR performance

    DEFF Research Database (Denmark)

    Nielsen, Kaspar Kirstein; Bahl, Christian; Smith, Anders

    2012-01-01

    The performance of Active Magnetic Regenerators (AMR) does not depend solely on the magnetocaloric effect of their constituents. Rather, it depends on several additional parameters, including, magnetic field, geometry (hydraulic diameter, cross-sectional area, regenerator length etc.), thermal pr...... a strong dependence on the orientation of the applied field and the regenerator geometry. Finally, the flow maldistribution of non-uniform regenerator geometries is found to degrade the AMR performance even at minor deviations from perfectly homogeneous regenerator matrices.......The performance of Active Magnetic Regenerators (AMR) does not depend solely on the magnetocaloric effect of their constituents. Rather, it depends on several additional parameters, including, magnetic field, geometry (hydraulic diameter, cross-sectional area, regenerator length etc.), thermal...... properties (conductivity, specific heat and mass density) and operating parameters (utilization, frequency, number of transfer units etc.). In this paper we focus on the influence of three parameters on regenerator performance: 1) Solid thermal conductivity, 2) magnetostatic demagnetization and 3) flow...

  9. Progress in the study of mesh refinement for particle-in-cell plasma simulations and its application to heavy ion fusion

    International Nuclear Information System (INIS)

    Vay, J.-L.; Friedman, A.; Grote, D.P.

    2002-01-01

    The numerical simulation of the driving beams in a heavy ion fusion power plant is a challenging task, and, despite rapid progress in computer power, one must consider the use of the most advanced numerical techniques. One of the difficulties of these simulations resides in the disparity of scales in time and in space which must be resolved. When these disparities are in distinctive zones of the simulation region, a method which has proven to be effective in other areas (e.g. fluid dynamics simulations) is the Adaptive-Mesh-Refinement (AMR) technique. We follow in this article the progress accomplished in the last few months in the merging of the AMR technique with Particle-In-Cell (PIC) method. This includes a detailed modeling of the Lampel-Tiefenback solution for the one-dimensional diode using novel techniques to suppress undesirable numerical oscillations and an AMR patch to follow the head of the particle distribution. We also report new results concerning the modeling of ion sources using the axisymmetric WARPRZ-AMR prototype showing the utility of an AMR patch resolving the emitter vicinity and the beam edge

  10. Testing the accelerating moment release (AMR) hypothesis in areas of high stress

    Science.gov (United States)

    Guilhem, Aurélie; Bürgmann, Roland; Freed, Andrew M.; Ali, Syed Tabrez

    2013-11-01

    Several retrospective analyses have proposed that significant increases in moment release occurred prior to many large earthquakes of recent times. However, the finding of accelerating moment release (AMR) strongly depends on the choice of three parameters: (1) magnitude range, (2) area being considered surrounding the events and (3) the time period prior to the large earthquakes. Consequently, the AMR analysis has been criticized as being a posteriori data-fitting exercise with no new predictive power. As AMR has been hypothesized to relate to changes in the state of stress around the eventual epicentre, we compare here AMR results to models of stress accumulation in California. Instead of assuming a complete stress drop on all surrounding fault segments implied by a back-slip stress lobe method, we consider that stress evolves dynamically, punctuated by the occurrence of earthquakes, and governed by the elastic and viscous properties of the lithosphere. We study the seismicity of southern California and extract events for AMR calculations following the systematic approach employed in previous studies. We present several sensitivity tests of the method, as well as grid-search analyses over the region between 1955 and 2005 using fixed magnitude range, radius of the search area and period of time. The results are compared to the occurrence of large events and to maps of Coulomb stress changes. The Coulomb stress maps are compiled using the coseismic stress from all M > 7.0 earthquakes since 1812, their subsequent post-seismic relaxation, and the interseismic strain accumulation. We find no convincing correlation of seismicity rate changes in recent decades with areas of high stress that would support the AMR hypothesis. Furthermore, this indicates limited utility for practical earthquake hazard analysis in southern California, and possibly other regions.

  11. Transcription factor Amr1 induces melanin biosynthesis and suppresses virulence in Alternaria brassicicola.

    Directory of Open Access Journals (Sweden)

    Yangrae Cho

    Full Text Available Alternaria brassicicola is a successful saprophyte and necrotrophic plant pathogen. Several A. brassicicola genes have been characterized as affecting pathogenesis of Brassica species. To study regulatory mechanisms of pathogenesis, we mined 421 genes in silico encoding putative transcription factors in a machine-annotated, draft genome sequence of A. brassicicola. In this study, targeted gene disruption mutants for 117 of the transcription factor genes were produced and screened. Three of these genes were associated with pathogenesis. Disruption mutants of one gene (AbPacC were nonpathogenic and another gene (AbVf8 caused lesions less than half the diameter of wild-type lesions. Unexpectedly, mutants of the third gene, Amr1, caused lesions with a two-fold larger diameter than the wild type and complementation mutants. Amr1 is a homolog of Cmr1, a transcription factor that regulates melanin biosynthesis in several fungi. We created gene deletion mutants of Δamr1 and characterized their phenotypes. The Δamr1 mutants used pectin as a carbon source more efficiently than the wild type, were melanin-deficient, and more sensitive to UV light and glucanase digestion. The AMR1 protein was localized in the nuclei of hyphae and in highly melanized conidia during the late stage of plant pathogenesis. RNA-seq analysis revealed that three genes in the melanin biosynthesis pathway, along with the deleted Amr1 gene, were expressed at low levels in the mutants. In contrast, many hydrolytic enzyme-coding genes were expressed at higher levels in the mutants than in the wild type during pathogenesis. The results of this study suggested that a gene important for survival in nature negatively affected virulence, probably by a less efficient use of plant cell-wall materials. We speculate that the functions of the Amr1 gene are important to the success of A. brassicicola as a competitive saprophyte and plant parasite.

  12. Radiation transport code with adaptive Mesh Refinement: acceleration techniques and applications

    International Nuclear Information System (INIS)

    Velarde, Pedro; Garcia-Fernaandez, Carlos; Portillo, David; Barbas, Alfonso

    2011-01-01

    We present a study of acceleration techniques for solving Sn radiation transport equations with Adaptive Mesh Refinement (AMR). Both DSA and TSA are considered, taking into account the influence of the interaction between different levels of the mesh structure and the order of approximation in angle. A Hybrid method is proposed in order to obtain better convergence rate and lower computer times. Some examples are presented relevant to ICF and X ray secondary sources. (author)

  13. Theoretical Models of Protostellar Binary and Multiple Systems with AMR Simulations

    Science.gov (United States)

    Matsumoto, Tomoaki; Tokuda, Kazuki; Onishi, Toshikazu; Inutsuka, Shu-ichiro; Saigo, Kazuya; Takakuwa, Shigehisa

    2017-05-01

    We present theoretical models for protostellar binary and multiple systems based on the high-resolution numerical simulation with an adaptive mesh refinement (AMR) code, SFUMATO. The recent ALMA observations have revealed early phases of the binary and multiple star formation with high spatial resolutions. These observations should be compared with theoretical models with high spatial resolutions. We present two theoretical models for (1) a high density molecular cloud core, MC27/L1521F, and (2) a protobinary system, L1551 NE. For the model for MC27, we performed numerical simulations for gravitational collapse of a turbulent cloud core. The cloud core exhibits fragmentation during the collapse, and dynamical interaction between the fragments produces an arc-like structure, which is one of the prominent structures observed by ALMA. For the model for L1551 NE, we performed numerical simulations of gas accretion onto protobinary. The simulations exhibit asymmetry of a circumbinary disk. Such asymmetry has been also observed by ALMA in the circumbinary disk of L1551 NE.

  14. Three-dimensional h-adaptivity for the multigroup neutron diffusion equations

    KAUST Repository

    Wang, Yaqi

    2009-04-01

    Adaptive mesh refinement (AMR) has been shown to allow solving partial differential equations to significantly higher accuracy at reduced numerical cost. This paper presents a state-of-the-art AMR algorithm applied to the multigroup neutron diffusion equation for reactor applications. In order to follow the physics closely, energy group-dependent meshes are employed. We present a novel algorithm for assembling the terms coupling shape functions from different meshes and show how it can be made efficient by deriving all meshes from a common coarse mesh by hierarchic refinement. Our methods are formulated using conforming finite elements of any order, for any number of energy groups. The spatial error distribution is assessed with a generalization of an error estimator originally derived for the Poisson equation. Our implementation of this algorithm is based on the widely used Open Source adaptive finite element library deal.II and is made available as part of this library\\'s extensively documented tutorial. We illustrate our methods with results for 2-D and 3-D reactor simulations using 2 and 7 energy groups, and using conforming finite elements of polynomial degree up to 6. © 2008 Elsevier Ltd. All rights reserved.

  15. Development and Experimental Results from a 1 kW Prototype AMR

    DEFF Research Database (Denmark)

    Bahl, Christian; Engelbrecht, Kurt; Eriksen, Dan

    2012-01-01

    containing an active magnetic regenerator (AMR) bed. As outlined in Pryds et al. (2009) a small scale AMR test device has been used for materials choice and optimising operation, with each component being thoroughly characterised and tested before implementation. The prototype design facilitates easy......A novel rotary magnetic refrigeration device has been designed and constructed following the concepts recently outlined in Bahl et al. (2011). The magnet and flow system design allow for almost continuous usage of both the magnetic field and the magnetocaloric material in 24 cassettes, each...

  16. Mesh Refinement for Particle-In-Cell Plasma Simulations: Applications to - and benefits for - Heavy-Ion-Fusion

    International Nuclear Information System (INIS)

    Vay, J.-L.; Colella, P.; McCorquodale, P.; Van Straalen, B.; Friedman, A.; Grote, D.P.

    2002-01-01

    The numerical simulation of the driving beams in a heavy ion fusion power plant is a challenging task, and simulation of the power plant as a whole, or even of the driver, is not yet possible. Despite the rapid progress in computer power, past and anticipated, one must consider the use of the most advanced numerical techniques, if we are to reach our goal expeditiously. One of the difficulties of these simulations resides in the disparity of scales, in time and in space, which must be resolved. When these disparities are in distinctive zones of the simulation region, a method which has proven to be effective in other areas (e.g., fluid dynamics simulations) is the mesh refinement technique. They discuss the challenges posed by the implementation of this technique into plasma simulations (due to the presence of particles and electromagnetic waves). They will present the prospects for and projected benefits of its application to heavy ion fusion. In particular to the simulation of the ion source and the final beam propagation in the chamber. A collaboration project is under way at LBNL between the Applied Numerical Algorithms Group (ANAG) and the HIF group to couple the Adaptive Mesh Refinement (AMR) library (CHOMBO) developed by the ANAG group to the Particle-In-Cell accelerator code WARP developed by the HIF-VNL. They describe their progress and present their initial findings

  17. Modeling warm dense matter experiments using the 3D ALE-AMR code and the move toward exascale computing

    International Nuclear Information System (INIS)

    Koniges, A.; Liu, W.; Barnard, J.; Friedman, A.; Logan, G.; Eder, D.; Fisher, A.; Masters, N.; Bertozzi, A.

    2013-01-01

    The Neutralized Drift Compression Experiment II (NDCX II) is an induction accelerator planned for initial commissioning in 2012. The final design calls for a 3 MeV, Li + ion beam, delivered in a bunch with characteristic pulse duration of 1 ns, and transverse dimension of order 1 mm. The NDCX II will be used in studies of material in the warm dense matter (WDM) regime, and ion beam/hydrodynamic coupling experiments relevant to heavy ion based inertial fusion energy. We discuss recent efforts to adapt the 3D ALE-AMR code to model WDM experiments on NDCX II. The code, which combines Arbitrary Lagrangian Eulerian (ALE) hydrodynamics with Adaptive Mesh Refinement (AMR), has physics models that include ion deposition, radiation hydrodynamics, thermal diffusion, anisotropic material strength with material time history, and advanced models for fragmentation. Experiments at NDCX-II will explore the process of bubble and droplet formation (two-phase expansion) of superheated metal solids using ion beams. Experiments at higher temperatures will explore equation of state and heavy ion fusion beam-to-target energy coupling efficiency. Ion beams allow precise control of local beam energy deposition providing uniform volumetric heating on a timescale shorter than that of hydrodynamic expansion. We also briefly discuss the effects of the move to exascale computing and related computational changes on general modeling codes in fusion. (authors)

  18. A Novel AMR-WB Speech Steganography Based on Diameter-Neighbor Codebook Partition

    Directory of Open Access Journals (Sweden)

    Junhui He

    2018-01-01

    Full Text Available Steganography is a means of covert communication without revealing the occurrence and the real purpose of communication. The adaptive multirate wideband (AMR-WB is a widely adapted format in mobile handsets and is also the recommended speech codec for VoLTE. In this paper, a novel AMR-WB speech steganography is proposed based on diameter-neighbor codebook partition algorithm. Different embedding capacity may be achieved by adjusting the iterative parameters during codebook division. The experimental results prove that the presented AMR-WB steganography may provide higher and flexible embedding capacity without inducing perceptible distortion compared with the state-of-the-art methods. With 48 iterations of cluster merging, twice the embedding capacity of complementary-neighbor-vertices-based embedding method may be obtained with a decrease of only around 2% in speech quality and much the same undetectability. Moreover, both the quality of stego speech and the security regarding statistical steganalysis are better than the recent speech steganography based on neighbor-index-division codebook partition.

  19. Dynamic implicit 3D adaptive mesh refinement for non-equilibrium radiation diffusion

    Science.gov (United States)

    Philip, B.; Wang, Z.; Berrill, M. A.; Birke, M.; Pernice, M.

    2014-04-01

    The time dependent non-equilibrium radiation diffusion equations are important for solving the transport of energy through radiation in optically thick regimes and find applications in several fields including astrophysics and inertial confinement fusion. The associated initial boundary value problems that are encountered often exhibit a wide range of scales in space and time and are extremely challenging to solve. To efficiently and accurately simulate these systems we describe our research on combining techniques that will also find use more broadly for long term time integration of nonlinear multi-physics systems: implicit time integration for efficient long term time integration of stiff multi-physics systems, local control theory based step size control to minimize the required global number of time steps while controlling accuracy, dynamic 3D adaptive mesh refinement (AMR) to minimize memory and computational costs, Jacobian Free Newton-Krylov methods on AMR grids for efficient nonlinear solution, and optimal multilevel preconditioner components that provide level independent solver convergence.

  20. Dynamic implicit 3D adaptive mesh refinement for non-equilibrium radiation diffusion

    International Nuclear Information System (INIS)

    Philip, B.; Wang, Z.; Berrill, M.A.; Birke, M.; Pernice, M.

    2014-01-01

    The time dependent non-equilibrium radiation diffusion equations are important for solving the transport of energy through radiation in optically thick regimes and find applications in several fields including astrophysics and inertial confinement fusion. The associated initial boundary value problems that are encountered often exhibit a wide range of scales in space and time and are extremely challenging to solve. To efficiently and accurately simulate these systems we describe our research on combining techniques that will also find use more broadly for long term time integration of nonlinear multi-physics systems: implicit time integration for efficient long term time integration of stiff multi-physics systems, local control theory based step size control to minimize the required global number of time steps while controlling accuracy, dynamic 3D adaptive mesh refinement (AMR) to minimize memory and computational costs, Jacobian Free Newton–Krylov methods on AMR grids for efficient nonlinear solution, and optimal multilevel preconditioner components that provide level independent solver convergence

  1. Direct numerical simulation of bubbles with adaptive mesh refinement with distributed algorithms

    International Nuclear Information System (INIS)

    Talpaert, Arthur

    2017-01-01

    This PhD work presents the implementation of the simulation of two-phase flows in conditions of water-cooled nuclear reactors, at the scale of individual bubbles. To achieve that, we study several models for Thermal-Hydraulic flows and we focus on a technique for the capture of the thin interface between liquid and vapour phases. We thus review some possible techniques for adaptive Mesh Refinement (AMR) and provide algorithmic and computational tools adapted to patch-based AMR, which aim is to locally improve the precision in regions of interest. More precisely, we introduce a patch-covering algorithm designed with balanced parallel computing in mind. This approach lets us finely capture changes located at the interface, as we show for advection test cases as well as for models with hyperbolic-elliptic coupling. The computations we present also include the simulation of the incompressible Navier-Stokes system, which models the shape changes of the interface between two non-miscible fluids. (author) [fr

  2. Improved Frame Mode Selection for AMR-WB+ Based on Decision Tree

    Science.gov (United States)

    Kim, Jong Kyu; Kim, Nam Soo

    In this letter, we propose a coding mode selection method for the AMR-WB+ audio coder based on a decision tree. In order to reduce computation while maintaining good performance, decision tree classifier is adopted with the closed loop mode selection results as the target classification labels. The size of the decision tree is controlled by pruning, so the proposed method does not increase the memory requirement significantly. Through an evaluation test on a database covering both speech and music materials, the proposed method is found to achieve a much better mode selection accuracy compared with the open loop mode selection module in the AMR-WB+.

  3. Modeling Warm Dense Matter Experiments using the 3D ALE-AMR Code and the Move Toward Exascale Computing

    International Nuclear Information System (INIS)

    Koniges, A.; Eder, E.; Liu, W.; Barnard, J.; Friedman, A.; Logan, G.; Fisher, A.; Masers, N.; Bertozzi, A.

    2011-01-01

    The Neutralized Drift Compression Experiment II (NDCX II) is an induction accelerator planned for initial commissioning in 2012. The final design calls for a 3 MeV, Li+ ion beam, delivered in a bunch with characteristic pulse duration of 1 ns, and transverse dimension of order 1 mm. The NDCX II will be used in studies of material in the warm dense matter (WDM) regime, and ion beam/hydrodynamic coupling experiments relevant to heavy ion based inertial fusion energy. We discuss recent efforts to adapt the 3D ALE-AMR code to model WDM experiments on NDCX II. The code, which combines Arbitrary Lagrangian Eulerian (ALE) hydrodynamics with Adaptive Mesh Refinement (AMR), has physics models that include ion deposition, radiation hydrodynamics, thermal diffusion, anisotropic material strength with material time history, and advanced models for fragmentation. Experiments at NDCX-II will explore the process of bubble and droplet formation (two-phase expansion) of superheated metal solids using ion beams. Experiments at higher temperatures will explore equation of state and heavy ion fusion beam-to-target energy coupling efficiency. Ion beams allow precise control of local beam energy deposition providing uniform volumetric heating on a timescale shorter than that of hydrodynamic expansion. The ALE-AMR code does not have any export control restrictions and is currently running at the National Energy Research Scientific Computing Center (NERSC) at LBNL and has been shown to scale well to thousands of CPUs. New surface tension models that are being implemented and applied to WDM experiments. Some of the approaches use a diffuse interface surface tension model that is based on the advective Cahn-Hilliard equations, which allows for droplet breakup in divergent velocity fields without the need for imposed perturbations. Other methods require seeding or other methods for droplet breakup. We also briefly discuss the effects of the move to exascale computing and related

  4. Continuum Kinetic Plasma Modeling Using a Conservative 4th-Order Method with AMR

    Science.gov (United States)

    Vogman, Genia; Colella, Phillip

    2012-10-01

    When the number of particles in a Debye sphere is large, a plasma can be accurately represented by a distribution function, which can be treated as a continuous incompressible fluid in phase space. In the most general case the evolution of such a distribution function is described by the 6D Boltzmann-Maxwell partial differential equation system. To address the challenges associated with solving a 6D hyperbolic governing equation, a simpler 3D Vlasov-Poisson system is considered. A 4th-order accurate Vlasov-Poisson model has been developed in one spatial and two velocity dimensions. The governing equation is cast in conservation law form and is solved with a finite volume representation. Adaptive mesh refinement (AMR) is used to allow for efficient use of computational resources while maintaining desired levels of resolution. The model employs a flux limiter to remedy non-physical effects such as numerical dispersion. The model is tested on the two-stream, beam-plasma, and Dory-Guest-Harris instabilities. All results are compared with linear theory.

  5. Automatic Thread-Level Parallelization in the Chombo AMR Library

    Energy Technology Data Exchange (ETDEWEB)

    Christen, Matthias; Keen, Noel; Ligocki, Terry; Oliker, Leonid; Shalf, John; Van Straalen, Brian; Williams, Samuel

    2011-05-26

    The increasing on-chip parallelism has some substantial implications for HPC applications. Currently, hybrid programming models (typically MPI+OpenMP) are employed for mapping software to the hardware in order to leverage the hardware?s architectural features. In this paper, we present an approach that automatically introduces thread level parallelism into Chombo, a parallel adaptive mesh refinement framework for finite difference type PDE solvers. In Chombo, core algorithms are specified in the ChomboFortran, a macro language extension to F77 that is part of the Chombo framework. This domain-specific language forms an already used target language for an automatic migration of the large number of existing algorithms into a hybrid MPI+OpenMP implementation. It also provides access to the auto-tuning methodology that enables tuning certain aspects of an algorithm to hardware characteristics. Performance measurements are presented for a few of the most relevant kernels with respect to a specific application benchmark using this technique as well as benchmark results for the entire application. The kernel benchmarks show that, using auto-tuning, up to a factor of 11 in performance was gained with 4 threads with respect to the serial reference implementation.

  6. A HYBRID SOLAR WIND MODEL OF THE CESE+HLL METHOD WITH A YIN-YANG OVERSET GRID AND AN AMR GRID

    International Nuclear Information System (INIS)

    Feng Xueshang; Zhang Shaohua; Xiang Changqing; Yang Liping; Jiang Chaowei; Wu, S. T.

    2011-01-01

    A hybrid three-dimensional (3D) MHD model for solar wind study is proposed in the present paper with combined grid systems and solvers. The computational domain from the Sun to Earth space is decomposed into the near-Sun and off-Sun domains, which are respectively constructed with a Yin-Yang overset grid system and a Cartesian adaptive mesh refinement (AMR) grid system and coupled with a domain connection interface in the overlapping region between the near-Sun and off-Sun domains. The space-time conservation element and solution element method is used in the near-Sun domain, while the Harten-Lax-Leer method is employed in the off-Sun domain. The Yin-Yang overset grid can avoid well-known singularity and polar grid convergence problems and its body-fitting property helps achieve high-quality resolution near the solar surface. The block structured AMR Cartesian grid can automatically capture far-field plasma flow features, such as heliospheric current sheets and shock waves, and at the same time, it can save significant computational resources compared to the uniformly structured Cartesian grid. A numerical study of the solar wind structure for Carrington rotation 2069 shows that the newly developed hybrid MHD solar wind model successfully produces many realistic features of the background solar wind, in both the solar corona and interplanetary space, by comparisons with multiple solar and interplanetary observations.

  7. Resolution convergence in cosmological hydrodynamical simulations using adaptive mesh refinement

    Science.gov (United States)

    Snaith, Owain N.; Park, Changbom; Kim, Juhan; Rosdahl, Joakim

    2018-06-01

    We have explored the evolution of gas distributions from cosmological simulations carried out using the RAMSES adaptive mesh refinement (AMR) code, to explore the effects of resolution on cosmological hydrodynamical simulations. It is vital to understand the effect of both the resolution of initial conditions (ICs) and the final resolution of the simulation. Lower initial resolution simulations tend to produce smaller numbers of low-mass structures. This will strongly affect the assembly history of objects, and has the same effect of simulating different cosmologies. The resolution of ICs is an important factor in simulations, even with a fixed maximum spatial resolution. The power spectrum of gas in simulations using AMR diverges strongly from the fixed grid approach - with more power on small scales in the AMR simulations - even at fixed physical resolution and also produces offsets in the star formation at specific epochs. This is because before certain times the upper grid levels are held back to maintain approximately fixed physical resolution, and to mimic the natural evolution of dark matter only simulations. Although the impact of hold-back falls with increasing spatial and IC resolutions, the offsets in the star formation remain down to a spatial resolution of 1 kpc. These offsets are of the order of 10-20 per cent, which is below the uncertainty in the implemented physics but are expected to affect the detailed properties of galaxies. We have implemented a new grid-hold-back approach to minimize the impact of hold-back on the star formation rate.

  8. GAMER: A GRAPHIC PROCESSING UNIT ACCELERATED ADAPTIVE-MESH-REFINEMENT CODE FOR ASTROPHYSICS

    International Nuclear Information System (INIS)

    Schive, H.-Y.; Tsai, Y.-C.; Chiueh Tzihong

    2010-01-01

    We present the newly developed code, GPU-accelerated Adaptive-MEsh-Refinement code (GAMER), which adopts a novel approach in improving the performance of adaptive-mesh-refinement (AMR) astrophysical simulations by a large factor with the use of the graphic processing unit (GPU). The AMR implementation is based on a hierarchy of grid patches with an oct-tree data structure. We adopt a three-dimensional relaxing total variation diminishing scheme for the hydrodynamic solver and a multi-level relaxation scheme for the Poisson solver. Both solvers have been implemented in GPU, by which hundreds of patches can be advanced in parallel. The computational overhead associated with the data transfer between the CPU and GPU is carefully reduced by utilizing the capability of asynchronous memory copies in GPU, and the computing time of the ghost-zone values for each patch is diminished by overlapping it with the GPU computations. We demonstrate the accuracy of the code by performing several standard test problems in astrophysics. GAMER is a parallel code that can be run in a multi-GPU cluster system. We measure the performance of the code by performing purely baryonic cosmological simulations in different hardware implementations, in which detailed timing analyses provide comparison between the computations with and without GPU(s) acceleration. Maximum speed-up factors of 12.19 and 10.47 are demonstrated using one GPU with 4096 3 effective resolution and 16 GPUs with 8192 3 effective resolution, respectively.

  9. An Efficient VQ Codebook Search Algorithm Applied to AMR-WB Speech Coding

    Directory of Open Access Journals (Sweden)

    Cheng-Yu Yeh

    2017-04-01

    Full Text Available The adaptive multi-rate wideband (AMR-WB speech codec is widely used in modern mobile communication systems for high speech quality in handheld devices. Nonetheless, a major disadvantage is that vector quantization (VQ of immittance spectral frequency (ISF coefficients takes a considerable computational load in the AMR-WB coding. Accordingly, a binary search space-structured VQ (BSS-VQ algorithm is adopted to efficiently reduce the complexity of ISF quantization in AMR-WB. This search algorithm is done through a fast locating technique combined with lookup tables, such that an input vector is efficiently assigned to a subspace where relatively few codeword searches are required to be executed. In terms of overall search performance, this work is experimentally validated as a superior search algorithm relative to a multiple triangular inequality elimination (MTIE, a TIE with dynamic and intersection mechanisms (DI-TIE, and an equal-average equal-variance equal-norm nearest neighbor search (EEENNS approach. With a full search algorithm as a benchmark for overall search load comparison, this work provides an 87% search load reduction at a threshold of quantization accuracy of 0.96, a figure far beyond 55% in the MTIE, 76% in the EEENNS approach, and 83% in the DI-TIE approach.

  10. Adaptive mesh refinement with spectral accuracy for magnetohydrodynamics in two space dimensions

    International Nuclear Information System (INIS)

    Rosenberg, D; Pouquet, A; Mininni, P D

    2007-01-01

    We examine the effect of accuracy of high-order spectral element methods, with or without adaptive mesh refinement (AMR), in the context of a classical configuration of magnetic reconnection in two space dimensions, the so-called Orszag-Tang (OT) vortex made up of a magnetic X-point centred on a stagnation point of the velocity. A recently developed spectral-element adaptive refinement incompressible magnetohydrodynamic (MHD) code is applied to simulate this problem. The MHD solver is explicit, and uses the Elsaesser formulation on high-order elements. It automatically takes advantage of the adaptive grid mechanics that have been described elsewhere in the fluid context (Rosenberg et al 2006 J. Comput. Phys. 215 59-80); the code allows both statically refined and dynamically refined grids. Tests of the algorithm using analytic solutions are described, and comparisons of the OT solutions with pseudo-spectral computations are performed. We demonstrate for moderate Reynolds numbers that the algorithms using both static and refined grids reproduce the pseudo-spectral solutions quite well. We show that low-order truncation-even with a comparable number of global degrees of freedom-fails to correctly model some strong (sup-norm) quantities in this problem, even though it satisfies adequately the weak (integrated) balance diagnostics

  11. Stabilized Conservative Level Set Method with Adaptive Wavelet-based Mesh Refinement

    Science.gov (United States)

    Shervani-Tabar, Navid; Vasilyev, Oleg V.

    2016-11-01

    This paper addresses one of the main challenges of the conservative level set method, namely the ill-conditioned behavior of the normal vector away from the interface. An alternative formulation for reconstruction of the interface is proposed. Unlike the commonly used methods which rely on the unit normal vector, Stabilized Conservative Level Set (SCLS) uses a modified renormalization vector with diminishing magnitude away from the interface. With the new formulation, in the vicinity of the interface the reinitialization procedure utilizes compressive flux and diffusive terms only in the normal direction to the interface, thus, preserving the conservative level set properties, while away from the interfaces the directional diffusion mechanism automatically switches to homogeneous diffusion. The proposed formulation is robust and general. It is especially well suited for use with adaptive mesh refinement (AMR) approaches due to need for a finer resolution in the vicinity of the interface in comparison with the rest of the domain. All of the results were obtained using the Adaptive Wavelet Collocation Method, a general AMR-type method, which utilizes wavelet decomposition to adapt on steep gradients in the solution while retaining a predetermined order of accuracy.

  12. Introducing Enabling Computational Tools to the Climate Sciences: Multi-Resolution Climate Modeling with Adaptive Cubed-Sphere Grids

    Energy Technology Data Exchange (ETDEWEB)

    Jablonowski, Christiane [Univ. of Michigan, Ann Arbor, MI (United States)

    2015-07-14

    The research investigates and advances strategies how to bridge the scale discrepancies between local, regional and global phenomena in climate models without the prohibitive computational costs of global cloud-resolving simulations. In particular, the research explores new frontiers in computational geoscience by introducing high-order Adaptive Mesh Refinement (AMR) techniques into climate research. AMR and statically-adapted variable-resolution approaches represent an emerging trend for atmospheric models and are likely to become the new norm in future-generation weather and climate models. The research advances the understanding of multi-scale interactions in the climate system and showcases a pathway how to model these interactions effectively with advanced computational tools, like the Chombo AMR library developed at the Lawrence Berkeley National Laboratory. The research is interdisciplinary and combines applied mathematics, scientific computing and the atmospheric sciences. In this research project, a hierarchy of high-order atmospheric models on cubed-sphere computational grids have been developed that serve as an algorithmic prototype for the finite-volume solution-adaptive Chombo-AMR approach. The foci of the investigations have lied on the characteristics of both static mesh adaptations and dynamically-adaptive grids that can capture flow fields of interest like tropical cyclones. Six research themes have been chosen. These are (1) the introduction of adaptive mesh refinement techniques into the climate sciences, (2) advanced algorithms for nonhydrostatic atmospheric dynamical cores, (3) an assessment of the interplay between resolved-scale dynamical motions and subgrid-scale physical parameterizations, (4) evaluation techniques for atmospheric model hierarchies, (5) the comparison of AMR refinement strategies and (6) tropical cyclone studies with a focus on multi-scale interactions and variable-resolution modeling. The results of this research project

  13. A highly efficient sharp-interface immersed boundary method with adaptive mesh refinement for bio-inspired flow simulations

    Science.gov (United States)

    Deng, Xiaolong; Dong, Haibo

    2017-11-01

    Developing a high-fidelity, high-efficiency numerical method for bio-inspired flow problems with flow-structure interaction is important for understanding related physics and developing many bio-inspired technologies. To simulate a fast-swimming big fish with multiple finlets or fish schooling, we need fine grids and/or a big computational domain, which are big challenges for 3-D simulations. In current work, based on the 3-D finite-difference sharp-interface immersed boundary method for incompressible flows (Mittal et al., JCP 2008), we developed an octree-like Adaptive Mesh Refinement (AMR) technique to enhance the computational ability and increase the computational efficiency. The AMR is coupled with a multigrid acceleration technique and a MPI +OpenMP hybrid parallelization. In this work, different AMR layers are treated separately and the synchronization is performed in the buffer regions and iterations are performed for the convergence of solution. Each big region is calculated by a MPI process which then uses multiple OpenMP threads for further acceleration, so that the communication cost is reduced. With these acceleration techniques, various canonical and bio-inspired flow problems with complex boundaries can be simulated accurately and efficiently. This work is supported by the MURI Grant Number N00014-14-1-0533 and NSF Grant CBET-1605434.

  14. The influence of non-magnetocaloric properties on the performance in parallel-plate AMRs

    DEFF Research Database (Denmark)

    Nielsen, Kaspar Kirstein; Bahl, Christian R.H.; Smith, Anders

    2014-01-01

    a strong dependence on the orientation of the applied field and the regenerator geometry. Finally, the flow maldistribution of non-uniform regenerator geometries is found to degrade the AMR performance even at minor deviations from perfectly homogeneous regenerator matrices. This paper reflects a summary......The performance of Active Magnetic Regenerators (AMR) does not depend solely on the magnetocaloric effect of their constituents. Rather, it depends on several additional parameters, including, magnetic field, geometry (hydraulic diameter, cross-sectional area, regenerator length etc.), thermal...... properties (conductivity, specific heat and mass density) and operating parameters (utilization, frequency, number of transfer units etc.). In this paper we focus on the influence of three parameters on regenerator performance: 1) Solid thermal conductivity, 2) magnetostatic demagnetization and 3) flow...

  15. Development and experimental results from a 1 kW prototype AMR

    DEFF Research Database (Denmark)

    Bahl, Christian R.H.; Engelbrecht, Kurt; Eriksen, Dan

    2014-01-01

    containing an active magnetic regenerator (AMR) bed. The prototype design facilitates easy exchange of the 24 cassettes, allowing the testing of different material amounts and compositions. Operating with 2.8 kg of commercial grade Gd spheres a maximum no-span cooling power of 1010 W and a maximum zero load...

  16. Assessment of S(α, β) libraries for criticality safety evaluations of wet storage pools by refined trend analyses

    International Nuclear Information System (INIS)

    Kolbe, E.; Vasiliev, A.; Ferroukhi, H.

    2009-01-01

    In a recent criticality safety evaluation (CSE) of a commercial wet storage pool applying MCNPX-2.5.0 in combination with the ENDF/B-VII.0 and JEFF-3.1 continuous energy cross section libraries, the maximum permissible initial fuel-enrichment limit for water reflected configurations was found to be dependant upon the applied neutron cross section library. More detailed investigations indicated that the difference is mainly caused by different sub-libraries for thermal neutron scattering based on parameterizations of the S(α, β) scattering matrix. Hence an analysis of trends was done with respect to the low energy neutron flux in order to assess the S(α, β) data sets. First, when performing the trend analysis based on the full set of 149 benchmarks that were employed for the validation, significant trends could not be found. But by analyzing a selected subset of benchmarks clear trends with respect to the low energy neutron flux could be detected. The results presented in this paper demonstrate the sensitivity of specific configurations to the parameterizations of the S(α, β) scattering matrix and thus may help to improve CSE of wet storage pools. Finally, in addition to the low energy neutron flux, we also refined the trend analyses with respect to other key (spectrum-related) parameters by performing them with various selected subsets of the full suite of 149 benchmarks. The corresponding outcome using MCNPX 2.5.0 in combination with the ENDF/B-VII.0, ENDF/B-VI.8, JEFF-3.1, JEF-2.2, and JENDL-3.3 neutron cross section libraries are presented and discussed. (authors)

  17. Memory of AMR coded speech distorted by packet loss

    OpenAIRE

    Nykänen, Arne; Lindegren, David; Wruck, Louisa; Ljung, Robert; Odelius, Johan; Möller, Sebastian

    2014-01-01

    Previous studies have shown that free recall of spoken word lists is impaired if the speech is presented in background noise, even if the signal-to-noise ratio is kept at a level allowing full word identification. The objective of this study was to examine recall rates for word lists presented in noise and word lists coded by an AMR (Adaptive Multi Rate) telephone codec distorted by packet loss. Twenty subjects performed a word recall test. Word lists consisting of ten words were played to th...

  18. Numerical Study of Richtmyer-Meshkov Instability with Re-Shock

    Science.gov (United States)

    Wong, Man Long; Livescu, Daniel; Lele, Sanjiva

    2017-11-01

    The interaction of a Mach 1.45 shock wave with a perturbed planar interface between two gases with an Atwood number 0.68 is studied through 2D and 3D shock-capturing adaptive mesh refinement (AMR) simulations with physical diffusive and viscous terms. The simulations have initial conditions similar to those in the actual experiment conducted by Poggi et al. [1998]. The development of the flow and evolution of mixing due to the interactions with the first shock and the re-shock are studied together with the sensitivity of various global parameters to the properties of the initial perturbation. Grid resolutions needed for fully resolved and 2D and 3D simulations are also evaluated. Simulations are conducted with an in-house AMR solver HAMeRS built on the SAMRAI library. The code utilizes the high-order localized dissipation weighted compact nonlinear scheme [Wong and Lele, 2017] for shock-capturing and different sensors including the wavelet sensor [Wong and Lele, 2016] to identify regions for grid refinement. First and third authors acknowledge the project sponsor LANL.

  19. Ramses-GPU: Second order MUSCL-Handcock finite volume fluid solver

    Science.gov (United States)

    Kestener, Pierre

    2017-10-01

    RamsesGPU is a reimplementation of RAMSES (ascl:1011.007) which drops the adaptive mesh refinement (AMR) features to optimize 3D uniform grid algorithms for modern graphics processor units (GPU) to provide an efficient software package for astrophysics applications that do not need AMR features but do require a very large number of integration time steps. RamsesGPU provides an very efficient C++/CUDA/MPI software implementation of a second order MUSCL-Handcock finite volume fluid solver for compressible hydrodynamics as a magnetohydrodynamics solver based on the constraint transport technique. Other useful modules includes static gravity, dissipative terms (viscosity, resistivity), and forcing source term for turbulence studies, and special care was taken to enhance parallel input/output performance by using state-of-the-art libraries such as HDF5 and parallel-netcdf.

  20. Search features of digital libraries

    Directory of Open Access Journals (Sweden)

    Alastair G. Smith

    2000-01-01

    Full Text Available Traditional on-line search services such as Dialog, DataStar and Lexis provide a wide range of search features (boolean and proximity operators, truncation, etc. This paper discusses the use of these features for effective searching, and argues that these features are required, regardless of advances in search engine technology. The literature on on-line searching is reviewed, identifying features that searchers find desirable for effective searching. A selective survey of current digital libraries available on the Web was undertaken, identifying which search features are present. The survey indicates that current digital libraries do not implement a wide range of search features. For instance: under half of the examples included controlled vocabulary, under half had proximity searching, only one enabled browsing of term indexes, and none of the digital libraries enable searchers to refine an initial search. Suggestions are made for enhancing the search effectiveness of digital libraries, for instance by: providing a full range of search operators, enabling browsing of search terms, enhancement of records with controlled vocabulary, enabling the refining of initial searches, etc.

  1. Regional integration of developing countries. Interview with Amr Moussa, the Secretary General of the League of Arab States (2001-2011

    Directory of Open Access Journals (Sweden)

    E M Savicheva

    2017-12-01

    Full Text Available Amr Mussa is one of the most experienced diplomats with rich experience in international organizations. In 1958 Mr. Moussa joined the Ministry of Foreign Affairs of Egypt, where he worked in several departments and Egyptian missions including Egypt’s UN mission (1985-1972. In 1974-1977 Amr Moussa was an Assistant and Advisor to the Minister for Foreign Affairs of the Arab Republic of Egypt. In 1977-1981 and 1986-1990 he held office of the Department of International Organizations as the Director in the Ministry of Foreign Affairs of Egypt. In 1981-1983 Mr. Moussa was an Alternate Permanent Representative of Egypt to the United Nations in New York. In 1983-1986 he worked as Ambassador to India. Amr Moussa worked as Permanent Representative of the Arab Republic of Egypt to the United Nations in 1990-1991. In 1991-2001 he was a head of the Ministry of Foreign Affairs of Egypt. In 2001-2011 he worked as Secretary General of the League of Arab States. In his interview, Mr. Amr Moussa talks about the role of international organizations in the developing world, the peculiarities of regional political and economic integration of developing countries. Particular attention is paid to the problems of peacekeeping activities at the regional level.

  2. Comparing AMR and SPH Cosmological Simulations. I. Dark Matter and Adiabatic Simulations

    Science.gov (United States)

    O'Shea, Brian W.; Nagamine, Kentaro; Springel, Volker; Hernquist, Lars; Norman, Michael L.

    2005-09-01

    We compare two cosmological hydrodynamic simulation codes in the context of hierarchical galaxy formation: the Lagrangian smoothed particle hydrodynamics (SPH) code GADGET, and the Eulerian adaptive mesh refinement (AMR) code Enzo. Both codes represent dark matter with the N-body method but use different gravity solvers and fundamentally different approaches for baryonic hydrodynamics. The SPH method in GADGET uses a recently developed ``entropy conserving'' formulation of SPH, while for the mesh-based Enzo two different formulations of Eulerian hydrodynamics are employed: the piecewise parabolic method (PPM) extended with a dual energy formulation for cosmology, and the artificial viscosity-based scheme used in the magnetohydrodynamics code ZEUS. In this paper we focus on a comparison of cosmological simulations that follow either only dark matter, or also a nonradiative (``adiabatic'') hydrodynamic gaseous component. We perform multiple simulations using both codes with varying spatial and mass resolution with identical initial conditions. The dark matter-only runs agree generally quite well provided Enzo is run with a comparatively fine root grid and a low overdensity threshold for mesh refinement, otherwise the abundance of low-mass halos is suppressed. This can be readily understood as a consequence of the hierarchical particle-mesh algorithm used by Enzo to compute gravitational forces, which tends to deliver lower force resolution than the tree-algorithm of GADGET at early times before any adaptive mesh refinement takes place. At comparable force resolution we find that the latter offers substantially better performance and lower memory consumption than the present gravity solver in Enzo. In simulations that include adiabatic gasdynamics we find general agreement in the distribution functions of temperature, entropy, and density for gas of moderate to high overdensity, as found inside dark matter halos. However, there are also some significant differences in

  3. A short note on the use of the red-black tree in Cartesian adaptive mesh refinement algorithms

    Science.gov (United States)

    Hasbestan, Jaber J.; Senocak, Inanc

    2017-12-01

    Mesh adaptivity is an indispensable capability to tackle multiphysics problems with large disparity in time and length scales. With the availability of powerful supercomputers, there is a pressing need to extend time-proven computational techniques to extreme-scale problems. Cartesian adaptive mesh refinement (AMR) is one such method that enables simulation of multiscale, multiphysics problems. AMR is based on construction of octrees. Originally, an explicit tree data structure was used to generate and manipulate an adaptive Cartesian mesh. At least eight pointers are required in an explicit approach to construct an octree. Parent-child relationships are then used to traverse the tree. An explicit octree, however, is expensive in terms of memory usage and the time it takes to traverse the tree to access a specific node. For these reasons, implicit pointerless methods have been pioneered within the computer graphics community, motivated by applications requiring interactivity and realistic three dimensional visualization. Lewiner et al. [1] provides a concise review of pointerless approaches to generate an octree. Use of a hash table and Z-order curve are two key concepts in pointerless methods that we briefly discuss next.

  4. A mass-conserving lattice Boltzmann method with dynamic grid refinement for immiscible two-phase flows

    Energy Technology Data Exchange (ETDEWEB)

    Fakhari, Abbas, E-mail: afakhari@nd.edu [Department of Civil and Environmental Engineering and Earth Sciences, University of Notre Dame, Notre Dame, IN 46556 (United States); Geier, Martin [TU Braunschweig, Institute for Computational Modeling in Civil Engineering (iRMB), TU-Braunschweig, Pockelsstr. 3, 38106 Braunschweig (Germany); Lee, Taehun [Department of Mechanical Engineering, The City College of the City University of New York, New York, NY 10031 (United States)

    2016-06-15

    A mass-conserving lattice Boltzmann method (LBM) for multiphase flows is presented in this paper. The proposed LBM improves a previous model (Lee and Liu, 2010 [21]) in terms of mass conservation, speed-up, and efficiency, and also extends its capabilities for implementation on non-uniform grids. The presented model consists of a phase-field lattice Boltzmann equation (LBE) for tracking the interface between different fluids and a pressure-evolution LBM for recovering the hydrodynamic properties. In addition to the mass conservation property and the simplicity of the algorithm, the advantages of the current phase-field LBE are that it is an order of magnitude faster than the previous interface tracking LBE proposed by Lee and Liu (2010) [21] and it requires less memory resources for data storage. Meanwhile, the pressure-evolution LBM is equipped with a multi-relaxation-time (MRT) collision operator to facilitate attainability of small relaxation rates thereby allowing simulation of multiphase flows at higher Reynolds numbers. Additionally, we reformulate the presented MRT-LBM on nonuniform grids within an adaptive mesh refinement (AMR) framework. Various benchmark studies such as a rising bubble and a falling drop under buoyancy, droplet splashing on a wet surface, and droplet coalescence onto a fluid interface are conducted to examine the accuracy and versatility of the proposed AMR-LBM. The proposed model is further validated by comparing the results with other LB models on uniform grids. A factor of about 20 in savings of computational resources is achieved by using the proposed AMR-LBM. As a more demanding application, the Kelvin–Helmholtz instability (KHI) of a shear-layer flow is investigated for both density-matched and density-stratified binary fluids. The KHI results of the density-matched fluids are shown to be in good agreement with the benchmark AMR results based on the sharp-interface approach. When a density contrast between the two fluids exists, a

  5. A mass-conserving lattice Boltzmann method with dynamic grid refinement for immiscible two-phase flows

    International Nuclear Information System (INIS)

    Fakhari, Abbas; Geier, Martin; Lee, Taehun

    2016-01-01

    A mass-conserving lattice Boltzmann method (LBM) for multiphase flows is presented in this paper. The proposed LBM improves a previous model (Lee and Liu, 2010 [21]) in terms of mass conservation, speed-up, and efficiency, and also extends its capabilities for implementation on non-uniform grids. The presented model consists of a phase-field lattice Boltzmann equation (LBE) for tracking the interface between different fluids and a pressure-evolution LBM for recovering the hydrodynamic properties. In addition to the mass conservation property and the simplicity of the algorithm, the advantages of the current phase-field LBE are that it is an order of magnitude faster than the previous interface tracking LBE proposed by Lee and Liu (2010) [21] and it requires less memory resources for data storage. Meanwhile, the pressure-evolution LBM is equipped with a multi-relaxation-time (MRT) collision operator to facilitate attainability of small relaxation rates thereby allowing simulation of multiphase flows at higher Reynolds numbers. Additionally, we reformulate the presented MRT-LBM on nonuniform grids within an adaptive mesh refinement (AMR) framework. Various benchmark studies such as a rising bubble and a falling drop under buoyancy, droplet splashing on a wet surface, and droplet coalescence onto a fluid interface are conducted to examine the accuracy and versatility of the proposed AMR-LBM. The proposed model is further validated by comparing the results with other LB models on uniform grids. A factor of about 20 in savings of computational resources is achieved by using the proposed AMR-LBM. As a more demanding application, the Kelvin–Helmholtz instability (KHI) of a shear-layer flow is investigated for both density-matched and density-stratified binary fluids. The KHI results of the density-matched fluids are shown to be in good agreement with the benchmark AMR results based on the sharp-interface approach. When a density contrast between the two fluids exists, a

  6. A Search Complexity Improvement of Vector Quantization to Immittance Spectral Frequency Coefficients in AMR-WB Speech Codec

    Directory of Open Access Journals (Sweden)

    Bing-Jhih Yao

    2016-09-01

    Full Text Available An adaptive multi-rate wideband (AMR-WB code is a speech codec developed on the basis of an algebraic code-excited linear-prediction (ACELP coding technique, and has a double advantage of low bit rates and high speech quality. This coding technique is widely used in modern mobile communication systems for a high speech quality in handheld devices. However, a major disadvantage is that a vector quantization (VQ of immittance spectral frequency (ISF coefficients occupies a significant computational load in the AMR-WB encoder. Hence, this paper presents a triangular inequality elimination (TIE algorithm combined with a dynamic mechanism and an intersection mechanism, abbreviated as the DI-TIE algorithm, to remarkably improve the complexity of ISF coefficient quantization in the AMR-WB speech codec. Both mechanisms are designed in a way that recursively enhances the performance of the TIE algorithm. At the end of this work, this proposal is experimentally validated as a superior search algorithm relative to a conventional TIE, a multiple TIE (MTIE, and an equal-average equal-variance equal-norm nearest neighbor search (EEENNS approach. With a full search algorithm as a benchmark for search load comparison, this work provides a search load reduction above 77%, a figure far beyond 36% in the TIE, 49% in the MTIE, and 68% in the EEENNS approach.

  7. Mesh networks: an optimum solution for AMR

    Energy Technology Data Exchange (ETDEWEB)

    Mimno, G.

    2003-12-01

    Characteristics of mesh networks and the advantage of using them in automatic meter reading equipment (AMR) are discussed. Mesh networks are defined as being similar to a fishing net made of knots and links. In mesh networks the knots represent meter sites and the links are the radio paths between the meter sites and the neighbourhood concentrator. In mesh networks any knot in the communications chain can link to any other and the optimum path is calculated by the network by hopping from meter to meter until the radio message reaches a concentrator. This mesh communications architecture is said to be vastly superior to many older types of radio-based meter reading technologies; its main advantage is that it not only significantly improves the economics of fixed network deployment, but also supports time-of-use metering, remote disconnect services and advanced features, such as real-time pricing, demand response, and other efficiency measures, providing a better return on investment and reliability.

  8. Reconstruction of Axial Energy Deposition in Magnetic Liner Inertial Fusion Based on PECOS Shadowgraph Unfolds Using the AMR Code FLASH

    Science.gov (United States)

    Adams, Marissa; Jennings, Christopher; Slutz, Stephen; Peterson, Kyle; Gourdain, Pierre; U. Rochester-Sandia Collaboration

    2017-10-01

    Magnetic Liner Inertial Fusion (MagLIF) experiments incorporate a laser to preheat a deuterium filled capsule before compression via a magnetically imploding liner. In this work, we focus on the blast wave formed in the fuel during the laser preheat component of MagLIF, where approximately 1kJ of energy is deposited in 3ns into the capsule axially before implosion. To model blast waves directly relevant to experiments such as MagLIF, we inferred deposited energy from shadowgraphy of laser-only experiments preformed at the PECOS target chamber using the Z-Beamlet laser. These energy profiles were used to initialize 2-dimensional simulations using by the adaptive mesh refinement code FLASH. Gradients or asymmetries in the energy deposition may seed instabilities that alter the fuel's distribution, or promote mix, as the blast wave interacts with the liner wall. The AMR capabilities of FLASH allow us to study the development and dynamics of these instabilities within the fuel and their effect on the liner before implosion. Sandia Natl Labs is managed by NTES of Sandia, LLC., a subsidiary of Honeywell International, Inc, for the U.S. DOEs NNSA under contract DE-NA0003525.

  9. Parallel Implementation and Scaling of an Adaptive Mesh Discrete Ordinates Algorithm for Transport

    International Nuclear Information System (INIS)

    Howell, L H

    2004-01-01

    Block-structured adaptive mesh refinement (AMR) uses a mesh structure built up out of locally-uniform rectangular grids. In the BoxLib parallel framework used by the Raptor code, each processor operates on one or more of these grids at each refinement level. The decomposition of the mesh into grids and the distribution of these grids among processors may change every few timesteps as a calculation proceeds. Finer grids use smaller timesteps than coarser grids, requiring additional work to keep the system synchronized and ensure conservation between different refinement levels. In a paper for NECDC 2002 I presented preliminary results on implementation of parallel transport sweeps on the AMR mesh, conjugate gradient acceleration, accuracy of the AMR solution, and scalar speedup of the AMR algorithm compared to a uniform fully-refined mesh. This paper continues with a more in-depth examination of the parallel scaling properties of the scheme, both in single-level and multi-level calculations. Both sweeping and setup costs are considered. The algorithm scales with acceptable performance to several hundred processors. Trends suggest, however, that this is the limit for efficient calculations with traditional transport sweeps, and that modifications to the sweep algorithm will be increasingly needed as job sizes in the thousands of processors become common

  10. How to Use the Marine Realms Information Bank (MRIB) Digital Libraries

    Science.gov (United States)

    Lightsom, Frances L.; Allwardt, Alan O.

    2009-01-01

    Marine Realms Information Bank (MRIB) digital libraries provide access to free online scientific resources about oceans, coasts, and coastal watersheds. MRIB allows category, geographic, and keyword searching, alone or in combination. Instructions for searching the three MRIB libraries and for refining the searches are explained in detail.

  11. Online AMR Domestic Load Profile Characteristic Change Monitor to Support Ancillary Demand Services

    DEFF Research Database (Denmark)

    Stephen, Bruce; Isleifsson, Fridrik Rafn; Galloway, Stuart

    2014-01-01

    of small loads is presented. This would allow them to be assessed for their availability to provide demand services to the grid. In the method presented, significant changes in behavior are detected using Bayesian changepoint analysis which tracks a multivariate Gaussian representation of a residential...... in remote rural communities, are currently modeled with homogenous and coarse load profiles developed from aggregated data. An objective of AMR deployment is to clarify the nature and variability of the residential LV customer. In this paper, an algorithm for tracking the consistency of the behavior...

  12. Multiscale Simulations of Magnetic Island Coalescence

    Science.gov (United States)

    Dorelli, John C.

    2010-01-01

    We describe a new interactive parallel Adaptive Mesh Refinement (AMR) framework written in the Python programming language. This new framework, PyAMR, hides the details of parallel AMR data structures and algorithms (e.g., domain decomposition, grid partition, and inter-process communication), allowing the user to focus on the development of algorithms for advancing the solution of a systems of partial differential equations on a single uniform mesh. We demonstrate the use of PyAMR by simulating the pairwise coalescence of magnetic islands using the resistive Hall MHD equations. Techniques for coupling different physics models on different levels of the AMR grid hierarchy are discussed.

  13. The Cambridge crystallography subroutine library

    International Nuclear Information System (INIS)

    Brown, P.J.; Matthewman, J.C.

    1981-06-01

    This manual is an amalgamation of the original Cambridge Crystallography Subroutine Library Mark II manual and its supplement No I. The original Mark II system, a set of FORTRAN Subroutines which can be used for standard crystallographic calculations, has been extended to include facilities for conventional least squares refinement. Several new routines have also been added. (U.K.)

  14. High-resolution multi-code implementation of unsteady Navier-Stokes flow solver based on paralleled overset adaptive mesh refinement and high-order low-dissipation hybrid schemes

    Science.gov (United States)

    Li, Gaohua; Fu, Xiang; Wang, Fuxin

    2017-10-01

    The low-dissipation high-order accurate hybrid up-winding/central scheme based on fifth-order weighted essentially non-oscillatory (WENO) and sixth-order central schemes, along with the Spalart-Allmaras (SA)-based delayed detached eddy simulation (DDES) turbulence model, and the flow feature-based adaptive mesh refinement (AMR), are implemented into a dual-mesh overset grid infrastructure with parallel computing capabilities, for the purpose of simulating vortex-dominated unsteady detached wake flows with high spatial resolutions. The overset grid assembly (OGA) process based on collection detection theory and implicit hole-cutting algorithm achieves an automatic coupling for the near-body and off-body solvers, and the error-and-try method is used for obtaining a globally balanced load distribution among the composed multiple codes. The results of flows over high Reynolds cylinder and two-bladed helicopter rotor show that the combination of high-order hybrid scheme, advanced turbulence model, and overset adaptive mesh refinement can effectively enhance the spatial resolution for the simulation of turbulent wake eddies.

  15. Testing Library Specifications by Verifying Conformance Tests

    DEFF Research Database (Denmark)

    Kiniry, Joseph Roland; Zimmerman, Daniel; Hyland, Ralph

    2012-01-01

    of client programs. Specication and verification researchers regularly face the question of whether the library specications we use are correct and useful, and we have collectively provided no good answers. Over the past few years we have created and refined a software engineering process, which we call...

  16. Experimental investigation of the effect of thermal hysteresis in first order material MnFe(P,As) applied in an AMR device

    DEFF Research Database (Denmark)

    von Moos, Lars; Nielsen, Kaspar Kirstein; Engelbrecht, Kurt

    2014-01-01

    The magnetocaloric first order material MnFe(P,As) is a candidate for room temperature magnetic refrigeration. However, these materials have intrinsic hysteresis and the impact on the refrigeration performance has not yet been thoroughly investigated in the literature.Here, the magnetocaloric...... effect (MCE) and the thermal hysteresis are studied using vibrating sample magnetometry. The influence on actual refrigeration performance is investigated with an established active magnetic regenerator (AMR) test device (Bahl et al., 2008), utilizing a flat plate regenerator of a single Curie...... temperature material.We find that the MCE curves are shifted 1.5 K when comparing heating and cooling the material, while the maximum MCE remains constant. The width of the MCE curve peak is seen to increase 0.3 K when cooling compared to heating. These results are confirmed by experiments on the AMR test...

  17. Adaptive mesh refinement in titanium

    Energy Technology Data Exchange (ETDEWEB)

    Colella, Phillip; Wen, Tong

    2005-01-21

    In this paper, we evaluate Titanium's usability as a high-level parallel programming language through a case study, where we implement a subset of Chombo's functionality in Titanium. Chombo is a software package applying the Adaptive Mesh Refinement methodology to numerical Partial Differential Equations at the production level. In Chombo, the library approach is used to parallel programming (C++ and Fortran, with MPI), whereas Titanium is a Java dialect designed for high-performance scientific computing. The performance of our implementation is studied and compared with that of Chombo in solving Poisson's equation based on two grid configurations from a real application. Also provided are the counts of lines of code from both sides.

  18. A rotary permanent magnet magnetic refrigerator based on AMR cycle

    International Nuclear Information System (INIS)

    Aprea, C.; Cardillo, G.; Greco, A.; Maiorino, A.; Masselli, C.

    2016-01-01

    Magnetic refrigeration is an emerging, environment-friendly technology based on a magnetic solid that acts as a refrigerant by magneto-caloric effect (MCE). The reference cycle for magnetic refrigeration is AMR (Active Magnetic Regenerative refrigeration). In order to demonstrate the potential of magnetic refrigeration to provide useful cooling in the near room temperature range, a novel Rotary Permanent Magnet Magnetic Refrigerator (RPMMR) is described in this paper. Gadolinium has been selected as magnetic refrigerant and demineralized water has been employed as regenerating fluid. The total mass of gadolinium (1.20 kg), shaped as packed bed spheres, is housed in 8 regenerators. A magnetic system, based on a double U configuration of permanent magnets, provides a magnetic flux density of 1.25 T with an air gap of 43 mm. A rotary vane pump forces the regenerating fluid through the regenerators. The operational principle of the magnetic refrigerator and initial experimental results are reported and analyzed.

  19. The Architecture of WiFi-Based WSN for AMR System and E-HWMP Routing Protocol

    Directory of Open Access Journals (Sweden)

    Li LI

    2014-02-01

    Full Text Available With the development of SoC technology in recent years, the ultra-low power WiFi System on SoC Chip has emerged. As a result, WiFi-based Wireless Sensor Networks come into use, especially used in Automatic Meter Reading. While because the nodes of Wireless Sensor Networks have limited energy supply, smaller storage capability and slower calculation ability, the current WiFi technology cannot be directly applied to WiFi-based Wireless Sensor Networks. The protocols should be upgraded and the security algorithms should be improved to meet the new requests. Firstly, this article describes the network architecture of WiFi-based WSN for AMR system and discusses the reason for using this analogous Mesh architecture. Secondly, the new Hardware architecture of WiFi-based WSN node is designed to realize the AMR system and verify the research work. The node can collect the data of power meter by WiFi and can be powered by a Lithium Battery. Thirdly, on the basis of study work of WiFi original routing protocol HWMP, a new method on improving the energy saving ability of HWMP to adapt the new features of WiFi-based WSN is proposed. And the simulation work on the new routing protocol E-HWMP has been done with NS2 and the simulation results show that the life cycle of the network has been extended to some degree.

  20. Towards automated crystallographic structure refinement with phenix.refine

    Energy Technology Data Exchange (ETDEWEB)

    Afonine, Pavel V., E-mail: pafonine@lbl.gov; Grosse-Kunstleve, Ralf W.; Echols, Nathaniel; Headd, Jeffrey J.; Moriarty, Nigel W. [Lawrence Berkeley National Laboratory, One Cyclotron Road, MS64R0121, Berkeley, CA 94720 (United States); Mustyakimov, Marat; Terwilliger, Thomas C. [Los Alamos National Laboratory, M888, Los Alamos, NM 87545 (United States); Urzhumtsev, Alexandre [CNRS–INSERM–UdS, 1 Rue Laurent Fries, BP 10142, 67404 Illkirch (France); Université Henri Poincaré, Nancy 1, BP 239, 54506 Vandoeuvre-lès-Nancy (France); Zwart, Peter H. [Lawrence Berkeley National Laboratory, One Cyclotron Road, MS64R0121, Berkeley, CA 94720 (United States); Adams, Paul D. [Lawrence Berkeley National Laboratory, One Cyclotron Road, MS64R0121, Berkeley, CA 94720 (United States); University of California Berkeley, Berkeley, CA 94720 (United States)

    2012-04-01

    phenix.refine is a program within the PHENIX package that supports crystallographic structure refinement against experimental data with a wide range of upper resolution limits using a large repertoire of model parameterizations. This paper presents an overview of the major phenix.refine features, with extensive literature references for readers interested in more detailed discussions of the methods. phenix.refine is a program within the PHENIX package that supports crystallographic structure refinement against experimental data with a wide range of upper resolution limits using a large repertoire of model parameterizations. It has several automation features and is also highly flexible. Several hundred parameters enable extensive customizations for complex use cases. Multiple user-defined refinement strategies can be applied to specific parts of the model in a single refinement run. An intuitive graphical user interface is available to guide novice users and to assist advanced users in managing refinement projects. X-ray or neutron diffraction data can be used separately or jointly in refinement. phenix.refine is tightly integrated into the PHENIX suite, where it serves as a critical component in automated model building, final structure refinement, structure validation and deposition to the wwPDB. This paper presents an overview of the major phenix.refine features, with extensive literature references for readers interested in more detailed discussions of the methods.

  1. THE PLUTO CODE FOR ADAPTIVE MESH COMPUTATIONS IN ASTROPHYSICAL FLUID DYNAMICS

    International Nuclear Information System (INIS)

    Mignone, A.; Tzeferacos, P.; Zanni, C.; Bodo, G.; Van Straalen, B.; Colella, P.

    2012-01-01

    We present a description of the adaptive mesh refinement (AMR) implementation of the PLUTO code for solving the equations of classical and special relativistic magnetohydrodynamics (MHD and RMHD). The current release exploits, in addition to the static grid version of the code, the distributed infrastructure of the CHOMBO library for multidimensional parallel computations over block-structured, adaptively refined grids. We employ a conservative finite-volume approach where primary flow quantities are discretized at the cell center in a dimensionally unsplit fashion using the Corner Transport Upwind method. Time stepping relies on a characteristic tracing step where piecewise parabolic method, weighted essentially non-oscillatory, or slope-limited linear interpolation schemes can be handily adopted. A characteristic decomposition-free version of the scheme is also illustrated. The solenoidal condition of the magnetic field is enforced by augmenting the equations with a generalized Lagrange multiplier providing propagation and damping of divergence errors through a mixed hyperbolic/parabolic explicit cleaning step. Among the novel features, we describe an extension of the scheme to include non-ideal dissipative processes, such as viscosity, resistivity, and anisotropic thermal conduction without operator splitting. Finally, we illustrate an efficient treatment of point-local, potentially stiff source terms over hierarchical nested grids by taking advantage of the adaptivity in time. Several multidimensional benchmarks and applications to problems of astrophysical relevance assess the potentiality of the AMR version of PLUTO in resolving flow features separated by large spatial and temporal disparities.

  2. Revealing Business Opportunities in the Norwegian Power Industry: How the implementation of AMR facilitates new business models

    OpenAIRE

    Platou, Rikke Stoud; Sleire, Maren

    2011-01-01

    This thesis aims to map out the current state of the Norwegian power industry and reveal opportunities that can serve as a fundament for the formation of new business models in the industry post AMR implementation.Demand side management (DSM) arouse to include end customers and give them incentives for having a power consumption pattern which also benefits the power system. Market structure; lack of ICT infrastructure and understanding of the solutions; costs and competitiveness, as well as t...

  3. New 2D adaptive mesh refinement algorithm based on conservative finite-differences with staggered grid

    Science.gov (United States)

    Gerya, T.; Duretz, T.; May, D. A.

    2012-04-01

    We present new 2D adaptive mesh refinement (AMR) algorithm based on stress-conservative finite-differences formulated for non-uniform rectangular staggered grid. The refinement approach is based on a repetitive cell splitting organized via a quad-tree construction (every parent cell is split into 4 daughter cells of equal size). Irrespective of the level of resolution every cell has 5 staggered nodes (2 horizontal velocities, 2 vertical velocities and 1 pressure) for which respective governing equations, boundary conditions and interpolation equations are formulated. The connectivity of the grid is achieved via cross-indexing of grid cells and basic nodal points located in their corners: four corner nodes are indexed for every cell and up to 4 surrounding cells are indexed for every node. The accuracy of the approach depends critically on the formulation of the stencil used at the "hanging" velocity nodes located at the boundaries between different levels of resolution. Most accurate results are obtained for the scheme based on the volume flux balance across the resolution boundary combined with stress-based interpolation of velocity orthogonal to the boundary. We tested this new approach with a number of 2D variable viscosity analytical solutions. Our tests demonstrate that the adaptive staggered grid formulation has convergence properties similar to those obtained in case of a standard, non-adaptive staggered grid formulation. This convergence is also achieved when resolution boundary crosses sharp viscosity contrast interfaces. The convergence rates measured are found to be insensitive to scenarios when the transition in grid resolution crosses sharp viscosity contrast interfaces. We compared various grid refinement strategies based on distribution of different field variables such as viscosity, density and velocity. According to these tests the refinement allows for significant (0.5-1 order of magnitude) increase in the computational accuracy at the same

  4. The influence of the magnetic field on the performance of an active magnetic regenerator (AMR)

    DEFF Research Database (Denmark)

    Bjørk, Rasmus; Engelbrecht, Kurt

    2011-01-01

    The influence of the time variation of the magnetic field, termed the magnetic field profile, on the performance of a magnetocaloric refrigeration device using the active magnetic regeneration (AMR) cycle is studied for a number of process parameters for both a parallel plate and packed bed...... temperature span and the maximum cooling capacity of 20–40% for both parallel plate and packed bed regenerators. The maximum cooling capacity is shown to depend very weakly on the ramp rate of the magnetic field. Reducing the temporal width of the high field portion of the magnetic field profile by 10% leads...

  5. Anisotropic mesh adaptation for marine ice-sheet modelling

    Science.gov (United States)

    Gillet-Chaulet, Fabien; Tavard, Laure; Merino, Nacho; Peyaud, Vincent; Brondex, Julien; Durand, Gael; Gagliardini, Olivier

    2017-04-01

    Improving forecasts of ice-sheets contribution to sea-level rise requires, amongst others, to correctly model the dynamics of the grounding line (GL), i.e. the line where the ice detaches from its underlying bed and goes afloat on the ocean. Many numerical studies, including the intercomparison exercises MISMIP and MISMIP3D, have shown that grid refinement in the GL vicinity is a key component to obtain reliable results. Improving model accuracy while maintaining the computational cost affordable has then been an important target for the development of marine icesheet models. Adaptive mesh refinement (AMR) is a method where the accuracy of the solution is controlled by spatially adapting the mesh size. It has become popular in models using the finite element method as they naturally deal with unstructured meshes, but block-structured AMR has also been successfully applied to model GL dynamics. The main difficulty with AMR is to find efficient and reliable estimators of the numerical error to control the mesh size. Here, we use the estimator proposed by Frey and Alauzet (2015). Based on the interpolation error, it has been found effective in practice to control the numerical error, and has some flexibility, such as its ability to combine metrics for different variables, that makes it attractive. Routines to compute the anisotropic metric defining the mesh size have been implemented in the finite element ice flow model Elmer/Ice (Gagliardini et al., 2013). The mesh adaptation is performed using the freely available library MMG (Dapogny et al., 2014) called from Elmer/Ice. Using a setup based on the inter-comparison exercise MISMIP+ (Asay-Davis et al., 2016), we study the accuracy of the solution when the mesh is adapted using various variables (ice thickness, velocity, basal drag, …). We show that combining these variables allows to reduce the number of mesh nodes by more than one order of magnitude, for the same numerical accuracy, when compared to uniform mesh

  6. Towards automated crystallographic structure refinement with phenix.refine

    OpenAIRE

    Afonine, Pavel V.; Grosse-Kunstleve, Ralf W.; Echols, Nathaniel; Headd, Jeffrey J.; Moriarty, Nigel W.; Mustyakimov, Marat; Terwilliger, Thomas C.; Urzhumtsev, Alexandre; Zwart, Peter H.; Adams, Paul D.

    2012-01-01

    phenix.refine is a program within the PHENIX package that supports crystallographic structure refinement against experimental data with a wide range of upper resolution limits using a large repertoire of model parameterizations. It has several automation features and is also highly flexible. Several hundred parameters enable extensive customizations for complex use cases. Multiple user-defined refinement strategies can be applied to specific parts of the model in a single refinement run. An i...

  7. Refining revolution

    Energy Technology Data Exchange (ETDEWEB)

    Fesharaki, F.; Isaak, D.

    1984-01-01

    A review of changes in the oil refining industry since 1973 examines the drop in capacity use and its effect on profits of the Organization of Economic Cooperation and Development (OECD) countries compared to world refining. OPEC countries used their new oil revenues to expand Gulf refineries, which put additional pressure on OECD refiners. OPEC involvement in global marketing, however, could help to secure supplies. Scrapping some older OECD refineries could improve the percentage of capacity in use if new construction is kept to a minimum. Other issues facing refiners are the changes in oil demand patterns and government responses to the market. 2 tables.

  8. Enhancements to the eXtensible Data Model and Format (XDMF)

    National Research Council Canada - National Science Library

    Clarke, Jerry A; Mark, Eric R

    2007-01-01

    ...) and the SIERRA computational framework from Sandia National Laboratory (SNL). A major effort is now under way to enhance xDMF to more directly support concepts like Adaptive Mesh Refinement (AMR...

  9. Integrated outage management: Leveraging utility system assets including GIS and AMR for optimum outage response

    Energy Technology Data Exchange (ETDEWEB)

    Finamore, E. P.

    2004-02-01

    The control of electrical system outages is discussed. The principal argument advanced is that traditional stand-alone methods of outage response will no longer get the job done without utility companies integrating their outage management systems with other system assets such as GIS (geographic information system) and AMR (advanced metering systems). Many meter reading systems, while primarily supporting customer billing, can also provide outage alarm and some are also capable of service restoration notification, which is an invaluable benefit to service operators since it obviates the need for verifying system restoration by labour-intensive on-site visits or customer call-backs. If successfully leveraged, optimization of all utility assets and improvements in labour productivity can results in improved outage management performance gains without affecting performance in other areas.

  10. A comparison between rare earth and transition metals working as magnetic materials in an AMR refrigerator in the room temperature range

    International Nuclear Information System (INIS)

    Aprea, C.; Greco, A.; Maiorino, A.; Masselli, C.

    2015-01-01

    This paper describes a two-dimensional (2D) multiphysics model of a packed bed regenerator made of magnetocaloric material. The regenerator operates as a refrigerant for a magnetic refrigerator operating at room temperature on the strength of an active magnetic regenerator (AMR) cycle. The model is able to simulate the thermofluidodynamic behavior of the magnetocaloric material and the magnetocaloric effect of the refrigerant. The model has been validated by means of experimental results. Different magnetic materials have been tested with the model as refrigerants: pure gadolinium, second order phase magnetic transition Pr_0_._4_5Sr_0_._3_5MnO_3 and first order phase magnetic transition alloys Gd_5(Si_xGe_1_−_x)_4, LaFe_1_1_._3_8_4Mn_0_._3_5_6Si_1_._2_6H_1_._5_2, LaFe_1_1_._0_5Co_0_._9_4Si_1_._1_0 and MnFeP_0_._4_5As_0_._5_5. The tests were performed with fixed fluid flow rate (5 l/min), AMR cycle frequency (1.25 Hz) and cold heat exchanger temperature (288 K) while the hot heat exchanger temperature was varied in the range 295–302 K. The results, generated for a magnetic induction which varies from 0 to 1.5 T, are presented in terms of temperature span, refrigeration power and coefficient of performance. From a global point of view (performances and cost), the most promising materials are LaFeSi compounds which are really cheaper than rare earth compounds and they give a performance sufficiently higher than gadolinium. - Graphical abstract: • Active Magnetic Refrigeration (AMR) cycle; • First Order Transition magnetic materials (FOMT); • Second Order Transition magnetic materials (SOMT). - Highlights: • Comparison between different magnetic materials. • 2D model of an Active Magnetic Regenerative refrigeration cycle. • Validation of the model with experimental data. • Gd_5(Si_xGe_1_−_x)_4 is the most performant magnetic material. • The most promising are LaFeSi compounds which are cheaper and they give high performances.

  11. Hybrid Multiscale Finite Volume method for multiresolution simulations of flow and reactive transport in porous media

    Science.gov (United States)

    Barajas-Solano, D. A.; Tartakovsky, A. M.

    2017-12-01

    We present a multiresolution method for the numerical simulation of flow and reactive transport in porous, heterogeneous media, based on the hybrid Multiscale Finite Volume (h-MsFV) algorithm. The h-MsFV algorithm allows us to couple high-resolution (fine scale) flow and transport models with lower resolution (coarse) models to locally refine both spatial resolution and transport models. The fine scale problem is decomposed into various "local'' problems solved independently in parallel and coordinated via a "global'' problem. This global problem is then coupled with the coarse model to strictly ensure domain-wide coarse-scale mass conservation. The proposed method provides an alternative to adaptive mesh refinement (AMR), due to its capacity to rapidly refine spatial resolution beyond what's possible with state-of-the-art AMR techniques, and the capability to locally swap transport models. We illustrate our method by applying it to groundwater flow and reactive transport of multiple species.

  12. The role of 'filth flies' in the spread of antimicrobial resistance

    DEFF Research Database (Denmark)

    Onwugamba, Francis C.; Fitzgerald, J. Ross; Rochon, Kateryn

    2018-01-01

    Background: 'Filth flies' feed and develop in excrement and decaying matter and can transmit enteric pathogens to humans and animals, leading to colonization and infection. Considering these characteristics, 'filth flies' are potential vectors for the spread of antimicrobial resistance (AMR...... spots. Conclusion: To better understand the medical importance of AMR in flies, quantitative risk assessment models should be refined and fed with additional data (e.g. vectorial capacity, colonization dose). This requires targeted ecological, epidemiological and in vivo experimental studies....

  13. Definition of natural T cell antigens with mimicry epitopes obtained from dedicated synthetic peptide libraries.

    Science.gov (United States)

    Hiemstra, H S; van Veelen, P A; Schloot, N C; Geluk, A; van Meijgaarden, K E; Willemen, S J; Leunissen, J A; Benckhuijsen, W E; Amons, R; de Vries, R R; Roep, B O; Ottenhoff, T H; Drijfhout, J W

    1998-10-15

    Progress has recently been made in the use of synthetic peptide libraries for the identification of T cell-stimulating ligands. T cell epitopes identified from synthetic libraries are mimics of natural epitopes. Here we show how the mimicry epitopes obtained from synthetic peptide libraries enable unambiguous identification of natural T cell Ags. Synthetic peptide libraries were screened with Mycobacterium tuberculosis-reactive and -autoreactive T cell clones. In two cases, database homology searches with mimicry epitopes isolated from a dedicated synthetic peptide library allowed immediate identification of the natural antigenic protein. In two other cases, an amino acid pattern that reflected the epitope requirements of the T cell was determined by substitution and omission mixture analysis. Subsequently, the natural Ag was identified from databases using this refined pattern. This approach opens new perspectives for rapid and reliable Ag definition, representing a feasible alternative to the biochemical and genetic approaches described thus far.

  14. Euler European Libraries and Electronic Resources in Mathematical Sciences

    CERN Document Server

    The Euler Project. Karlsruhe

    The European Libraries and Electronic Resources (EULER) Project in Mathematical Sciences provides the EulerService site for searching out "mathematical resources such as books, pre-prints, web-pages, abstracts, proceedings, serials, technical reports preprints) and NetLab (for Internet resources), this outstanding engine is capable of simple, full, and refined searches. It also offers a browse option, which responds to entries in the author, keyword, and title fields. Further information about the Project is provided at the EULER homepage.

  15. Petroleum refining industry in China

    International Nuclear Information System (INIS)

    Walls, W.D.

    2010-01-01

    The oil refining industry in China has faced rapid growth in oil imports of increasingly sour grades of crude with which to satisfy growing domestic demand for a slate of lighter and cleaner finished products sold at subsidized prices. At the same time, the world petroleum refining industry has been moving from one that serves primarily local and regional markets to one that serves global markets for finished products, as world refining capacity utilization has increased. Globally, refined product markets are likely to experience continued globalization until refining investments significantly expand capacity in key demand regions. We survey the oil refining industry in China in the context of the world market for heterogeneous crude oils and growing world trade in refined petroleum products. (author)

  16. Self-gravitational Hydrodynamics with Three-dimensional Adaptive Mesh Refinement: Methodology and Applications to Molecular Cloud Collapse and Fragmentation

    International Nuclear Information System (INIS)

    Truelove, J.K.; Klein, R.I.; McKee, C.F.; Holliman, J.H. II; Truelove, J.K.; McKee, C.F.; Truelove, J.K.; Holliman, J.H. II; Klein, R.I.; Woods, D.T.; McKee, C.F.; Woods, D.T.; Howell, L.H.; Greenough, J.A.

    1998-01-01

    We describe a new code for numerical solution of three-dimensional self-gravitational hydrodynamics problems. This code utilizes the technique of local adaptive mesh refinement (AMR), employing multiple grids at multiple levels of resolution and automatically and dynamically adding and removing these grids as necessary to maintain adequate resolution. This technology allows solution of problems that would be prohibitively expensive with a code using fixed resolution, and it is more versatile and efficient than competing methods of achieving variable resolution. In particular, we apply this technique to simulate the collapse and fragmentation of a molecular cloud, a key step in star formation. The simulation involves many orders of magnitude of variation in length scale as fragments form at positions that are not a priori discernible from general initial conditions. In this paper, we describe the methodology behind this new code and present several illustrative applications. The criterion that guides the degree of adaptive mesh refinement is critical to the success of the scheme, and, for the isothermal problems considered here, we employ the Jeans condition for this purpose. By maintaining resolution finer than the local Jeans length, we set new benchmarks of accuracy by which to measure other codes on each problem we consider, including the uniform collapse of a finite pressured cloud. We find that the uniformly rotating, spherical clouds treated here first collapse to disks in the equatorial plane and then, in the presence of applied perturbations, form filamentary singularities that do not fragment while isothermal. Our results provide numerical confirmation of recent work by Inutsuka ampersand Miyama on this scenario of isothermal filament formation. copyright copyright 1998. The American Astronomical Society

  17. On the refinement calculus

    CERN Document Server

    Vickers, Trevor

    1992-01-01

    On the Refinement Calculus gives one view of the development of the refinement calculus and its attempt to bring together - among other things - Z specifications and Dijkstra's programming language. It is an excellent source of reference material for all those seeking the background and mathematical underpinnings of the refinement calculus.

  18. North American refining

    International Nuclear Information System (INIS)

    Osten, James; Haltmaier, Susan

    2000-01-01

    This article examines the current status of the North American refining industry, and considers the North American economy and the growth in demand in the petroleum industry, petroleum product demand and quality, crude oil upgrading to meet product standards, and changes in crude oil feedstocks such as the use of heavier crudes and bitumens. Refining expansion, the declining profits in refining, and changes due to environmental standards are discussed. The Gross Domestic Product and oil demand for the USA, Canada, Mexico, and Venezuela for the years 1995-2020 are tabulated

  19. Hybrid Direct and Iterative Solver with Library of Multi-criteria Optimal Orderings for h Adaptive Finite Element Method Computations

    KAUST Repository

    AbouEisha, Hassan M.; Jopek, Konrad; Medygrał, Bartłomiej; Moshkov, Mikhail; Nosek, Szymon; Paszyńska, Anna; Paszyński, Maciej; Pingali, Keshav

    2016-01-01

    trees, for each mesh, and for each refinement level. We generate a library of optimal elimination trees for small grids with local singularities. We also propose an algorithm that for a given large mesh with identified local sub-grids, each one

  20. The Small RNA ErsA of Pseudomonas aeruginosa Contributes to Biofilm Development and Motility through Post-transcriptional Modulation of AmrZ

    DEFF Research Database (Denmark)

    Falcone, Marilena; Ferrara, Silvia; Rossi, Elio

    2018-01-01

    . In this study, we show that a knock-out ersA mutant strain forms a flat and uniform biofilm, not characterized by mushroom-multicellular structures typical of a mature biofilm. Conversely, the knock-out mutant strain showed enhanced swarming and twitching motilities. To assess the influence of ErsA on the P....... aeruginosa transcriptome, we performed RNA-seq experiments comparing the knock-out mutant with the wild-type. More than 160 genes were found differentially expressed in the knock-out mutant. Parts of these genes, important for biofilm formation and motility regulation, are known to belong also to the Amr...

  1. Refinement of Parallel and Reactive Programs

    OpenAIRE

    Back, R. J. R.

    1992-01-01

    We show how to apply the refinement calculus to stepwise refinement of parallel and reactive programs. We use action systems as our basic program model. Action systems are sequential programs which can be implemented in a parallel fashion. Hence refinement calculus methods, originally developed for sequential programs, carry over to the derivation of parallel programs. Refinement of reactive programs is handled by data refinement techniques originally developed for the sequential refinement c...

  2. Creating value in refining

    International Nuclear Information System (INIS)

    Cobb, C.B.

    2001-01-01

    This article focuses on recent developments in the US refining industry and presents a model for improving the performance of refineries based on the analysis of the refining industry by Cap Gemini Ernst and Young. The identification of refineries in risk of failing, the construction of pipelines for refinery products from Gulf State refineries, mergers and acquisitions, and poor financial performance are discussed. Current challenges concerning the stagnant demand for refinery products, environmental regulations, and shareholder value are highlighted. The structure of the industry, the creation of value in refining, and the search for business models are examined. The top 25 US companies and US refining business groups are listed

  3. About the Library - Betty Petersen Memorial Library

    Science.gov (United States)

    branch library of the NOAA Central Library. The library serves the NOAA Science Center in Camp Springs , Maryland. History and Mission: Betty Petersen Memorial Library began as a reading room in the NOAA Science Science Center staff and advises the library on all aspects of the library program. Library Newsletters

  4. America's Star Libraries, 2010: Top-Rated Libraries

    Science.gov (United States)

    Lyons, Ray; Lance, Keith Curry

    2010-01-01

    The "LJ" Index of Public Library Service 2010, "Library Journal"'s national rating of public libraries, identifies 258 "star" libraries. Created by Ray Lyons and Keith Curry Lance, and based on 2008 data from the IMLS, it rates 7,407 public libraries. The top libraries in each group get five, four, or three stars. All included libraries, stars or…

  5. Featured Library: Parrish Library

    OpenAIRE

    Kirkwood, Hal P, Jr

    2015-01-01

    The Roland G. Parrish Library of Management & Economics is located within the Krannert School of Management at Purdue University. Between 2005 - 2007 work was completed on a white paper that focused on a student-centered vision for the Management & Economics Library. The next step was a massive collection reduction and a re-envisioning of both the services and space of the library. Thus began a 3 phase renovation from a 2 floor standard, collection-focused library into a single floor, 18,000s...

  6. Southeast Asian oil markets and refining

    Energy Technology Data Exchange (ETDEWEB)

    Yamaguchi, N.D. [FACTS, Inc., Honolulu, Hawaii (United States)

    1999-09-01

    An overview of the Southeast Asian oil markets and refining is presented concentrating on Brunei, Malaysia, the Philippines, Singapore and Thailand refiners. Key statistics of the refiners in this region are tabulated. The demand and the quality of Indonesian, Malaysian, Philippine, Singapore and Thai petroleum products are analysed. Crude distillation unit capacity trends in the Southeastern Asian refining industry are discussed along with cracking to distillation ratios, refining in these countries, and the impact of changes in demand and refining on the product trade.

  7. Southeast Asian oil markets and refining

    International Nuclear Information System (INIS)

    Yamaguchi, N.D.

    1999-01-01

    An overview of the Southeast Asian oil markets and refining is presented concentrating on Brunei, Malaysia, the Philippines, Singapore and Thailand refiners. Key statistics of the refiners in this region are tabulated. The demand and the quality of Indonesian, Malaysian, Philippine, Singapore and Thai petroleum products are analysed. Crude distillation unit capacity trends in the Southeastern Asian refining industry are discussed along with cracking to distillation ratios, refining in these countries, and the impact of changes in demand and refining on the product trade

  8. Design, synthesis, and evaluation of an alpha-helix mimetic library targeting protein-protein interactions.

    Science.gov (United States)

    Shaginian, Alex; Whitby, Landon R; Hong, Sukwon; Hwang, Inkyu; Farooqi, Bilal; Searcey, Mark; Chen, Jiandong; Vogt, Peter K; Boger, Dale L

    2009-04-22

    The design and solution-phase synthesis of an alpha-helix mimetic library as an integral component of a small-molecule library targeting protein-protein interactions are described. The iterative design, synthesis, and evaluation of the candidate alpha-helix mimetic was initiated from a precedented triaryl template and refined by screening the designs for inhibition of MDM2/p53 binding. Upon identifying a chemically and biologically satisfactory design and consistent with the screening capabilities of academic collaborators, the corresponding complete library was assembled as 400 mixtures of 20 compounds (20 x 20 x 20-mix), where the added subunits are designed to mimic all possible permutations of the naturally occurring i, i + 4, i + 7 amino acid side chains of an alpha-helix. The library (8000 compounds) was prepared using a solution-phase synthetic protocol enlisting acid/base liquid-liquid extractions for purification on a scale that insures its long-term availability for screening campaigns. Screening of the library for inhibition of MDM2/p53 binding not only identified the lead alpha-helix mimetic upon which the library was based, but also suggests that a digestion of the initial screening results that accompany the use of such a comprehensive library can provide insights into the nature of the interaction (e.g., an alpha-helix mediated protein-protein interaction) and define the key residues and their characteristics responsible for recognition.

  9. Effect of strontium on the grain refining efficiency of Mg-3Al alloy refined by carbon inoculation

    International Nuclear Information System (INIS)

    Du Jun; Yang Jian; Kuwabara, Mamoru; Li Wenfang; Peng Jihua

    2009-01-01

    The effect of Sr on the grain refining efficiency of the Mg-3Al alloy refined by carbon inoculation has been investigated in the present study. A significant grain refinement was obtained for the Mg-3Al alloy treated with either 0.2% C or 0.2% Sr. The Al-C-O particles were found in the sample refined by 0.2% C, and the element O should come from reaction between Al 4 C 3 nuclei of Mg grains and water during the process of sample preparation. The grain size of the sample refined by carbon inoculation was further decreased after the combined addition of Sr. The grain size decreased with increasing Sr content. Much higher refining efficiency was obtained when the Sr addition was increased to 0.5%. Sr is an effective element to improve the grain refining efficiency for the Mg-Al alloys refined by carbon inoculation. The number of Al 4 C 3 particles in the sample refined by the combination of carbon and Sr was more than that in the sample refined by only carbon. No Al-C-O-Sr-rich particles were obviously found in the sample refined by the combination of carbon and a little (<0.5%) Sr addition

  10. PNet: A Python Library for Petri Net Modeling and Simulation

    OpenAIRE

    Zhu En Chay; Bing Feng Goh; Maurice HT Ling

    2016-01-01

    Petri Net is a formalism to describe changes between 2 or more states across discrete time and has been used to model many systems. We present PNet – a pure Python library for Petri Net modeling and simulation in Python programming language. The design of PNet focuses on reducing the learning curve needed to define a Petri Net by using a text-based language rather than programming constructs to define transition rules. Complex transition rules can be refined as regular Python functions. To de...

  11. Multigroup cross section library; WIMS library

    International Nuclear Information System (INIS)

    Kannan, Umasankari

    2000-01-01

    The WIMS library has been extensively used in thermal reactor calculations. This multigroup constants library was originally developed from the UKNDL in the late 60's and has been updated in 1986. This library has been distributed with the WIMS-D code by NEA data bank. The references to WIMS library in literature are the 'old' which is the original as developed by the AEA Winfrith and the 'new' which is the current 1986 WIMS library. IAEA has organised a CRP where a new and fully updated WIMS library will soon be available. This paper gives an overview of the definitions of the group constants that go into any basic nuclear data library used for reactor calculations. This paper also outlines the contents of the WIMS library and some of its shortcomings

  12. Linearly Refined Session Types

    Directory of Open Access Journals (Sweden)

    Pedro Baltazar

    2012-11-01

    Full Text Available Session types capture precise protocol structure in concurrent programming, but do not specify properties of the exchanged values beyond their basic type. Refinement types are a form of dependent types that can address this limitation, combining types with logical formulae that may refer to program values and can constrain types using arbitrary predicates. We present a pi calculus with assume and assert operations, typed using a session discipline that incorporates refinement formulae written in a fragment of Multiplicative Linear Logic. Our original combination of session and refinement types, together with the well established benefits of linearity, allows very fine-grained specifications of communication protocols in which refinement formulae are treated as logical resources rather than persistent truths.

  13. LDRD Final Report: Adaptive Methods for Laser Plasma Simulation

    International Nuclear Information System (INIS)

    Dorr, M R; Garaizar, F X; Hittinger, J A

    2003-01-01

    The goal of this project was to investigate the utility of parallel adaptive mesh refinement (AMR) in the simulation of laser plasma interaction (LPI). The scope of work included the development of new numerical methods and parallel implementation strategies. The primary deliverables were (1) parallel adaptive algorithms to solve a system of equations combining plasma fluid and light propagation models, (2) a research code implementing these algorithms, and (3) an analysis of the performance of parallel AMR on LPI problems. The project accomplished these objectives. New algorithms were developed for the solution of a system of equations describing LPI. These algorithms were implemented in a new research code named ALPS (Adaptive Laser Plasma Simulator) that was used to test the effectiveness of the AMR algorithms on the Laboratory's large-scale computer platforms. The details of the algorithm and the results of the numerical tests were documented in an article published in the Journal of Computational Physics [2]. A principal conclusion of this investigation is that AMR is most effective for LPI systems that are ''hydrodynamically large'', i.e., problems requiring the simulation of a large plasma volume relative to the volume occupied by the laser light. Since the plasma-only regions require less resolution than the laser light, AMR enables the use of efficient meshes for such problems. In contrast, AMR is less effective for, say, a single highly filamented beam propagating through a phase plate, since the resulting speckle pattern may be too dense to adequately separate scales with a locally refined mesh. Ultimately, the gain to be expected from the use of AMR is highly problem-dependent. One class of problems investigated in this project involved a pair of laser beams crossing in a plasma flow. Under certain conditions, energy can be transferred from one beam to the other via a resonant interaction with an ion acoustic wave in the crossing region. AMR provides an

  14. Library 3.0 intelligent libraries and apomediation

    CERN Document Server

    Kwanya, Tom; Underwood, Peter

    2015-01-01

    The emerging generation of research and academic library users expect the delivery of user-centered information services. 'Apomediation' refers to the supporting role librarians can give users by stepping in when users need help. Library 3.0 explores the ongoing debates on the "point oh” phenomenon and its impact on service delivery in libraries. This title analyses Library 3.0 and its potential in creating intelligent libraries capable of meeting contemporary needs, and the growing role of librarians as apomediators. Library 3.0 is divided into four chapters. The first chapter introduces and places the topic in context. The second chapter considers "point oh” libraries. The third chapter covers library 3.0 librarianship, while the final chapter explores ways libraries can move towards '3.0'.

  15. Croatian library leaders’ views on (their library quality

    Directory of Open Access Journals (Sweden)

    Kornelija Petr Balog

    2014-04-01

    Full Text Available The purpose of this paper is to determine and describe the library culture in Croatian public libraries. Semi-structured interviews with 14 library directors (ten public and four academic were conducted. The tentative discussion topics were: definition of quality, responsibility for quality, satisfaction with library services, familiarization with user perspective of library and librarians, monitoring of user expectations and opinions. These interviews incorporate some of the findings of the project Evaluation of library and information services: public and academic libraries. The project investigates library culture in Croatian public and academic libraries and their preparedness for activities of performance measurement. The interviews reveal that library culture has changed positively in the past few years and that library leaders have positive attitude towards quality and evaluation activities. Library culture in Croatian libraries is a relatively new concept and as such was not actively developed and/or created. This article looks into the library culture of Croatian libraries, but at the same time investigates whether there is any trace of culture of assessment in them. Also, this article brings the latest update on views, opinions and atmosphere in Croatian public and academic libraries.

  16. Commercial refining in the Mediterranean

    International Nuclear Information System (INIS)

    Packer, P.

    1999-01-01

    About 9% of the world's oil refining capacity is on the Mediterranean: some of the world's biggest and most advanced refineries are on Sicily and Sardinia. The Mediterranean refineries are important suppliers to southern Europe and N. Africa. The article discusses commercial refining in the Mediterranean under the headings of (i) historic development, (ii) product demand, (iii) refinery configurations, (iv) refined product trade, (v) financial performance and (vi) future outlook. Although some difficulties are foreseen, refining in the Mediterranean is likely to continue to be important well into the 21st century. (UK)

  17. Refining Nodes and Edges of State Machines

    DEFF Research Database (Denmark)

    Hallerstede, Stefan; Snook, Colin

    2011-01-01

    State machines are hierarchical automata that are widely used to structure complex behavioural specifications. We develop two notions of refinement of state machines, node refinement and edge refinement. We compare the two notions by means of examples and argue that, by adopting simple conventions...... refinement theory and UML-B state machine refinement influences the style of node refinement. Hence we propose a method with direct proof of state machine refinement avoiding the detour via Event-B that is needed by UML-B....

  18. Anomalies in the refinement of isoleucine

    International Nuclear Information System (INIS)

    Berntsen, Karen R. M.; Vriend, Gert

    2014-01-01

    The side-chain torsion angles of isoleucines in X-ray protein structures are a function of resolution, secondary structure and refinement software. Detailing the standard torsion angles used in refinement software can improve protein structure refinement. A study of isoleucines in protein structures solved using X-ray crystallography revealed a series of systematic trends for the two side-chain torsion angles χ 1 and χ 2 dependent on the resolution, secondary structure and refinement software used. The average torsion angles for the nine rotamers were similar in high-resolution structures solved using either the REFMAC, CNS or PHENIX software. However, at low resolution these programs often refine towards somewhat different χ 1 and χ 2 values. Small systematic differences can be observed between refinement software that uses molecular dynamics-type energy terms (for example CNS) and software that does not use these terms (for example REFMAC). Detailing the standard torsion angles used in refinement software can improve the refinement of protein structures. The target values in the molecular dynamics-type energy functions can also be improved

  19. Anomalies in the refinement of isoleucine

    Energy Technology Data Exchange (ETDEWEB)

    Berntsen, Karen R. M.; Vriend, Gert, E-mail: gerrit.vriend@radboudumc.nl [Radboud University Medical Center, Geert Grooteplein 26-28, 6525 GA Nijmegen (Netherlands)

    2014-04-01

    The side-chain torsion angles of isoleucines in X-ray protein structures are a function of resolution, secondary structure and refinement software. Detailing the standard torsion angles used in refinement software can improve protein structure refinement. A study of isoleucines in protein structures solved using X-ray crystallography revealed a series of systematic trends for the two side-chain torsion angles χ{sub 1} and χ{sub 2} dependent on the resolution, secondary structure and refinement software used. The average torsion angles for the nine rotamers were similar in high-resolution structures solved using either the REFMAC, CNS or PHENIX software. However, at low resolution these programs often refine towards somewhat different χ{sub 1} and χ{sub 2} values. Small systematic differences can be observed between refinement software that uses molecular dynamics-type energy terms (for example CNS) and software that does not use these terms (for example REFMAC). Detailing the standard torsion angles used in refinement software can improve the refinement of protein structures. The target values in the molecular dynamics-type energy functions can also be improved.

  20. Grain refinement of zinc-aluminium alloys

    International Nuclear Information System (INIS)

    Zaid, A.I.O.

    2006-01-01

    It is now well-established that the structure of the zinc-aluminum die casting alloys can be modified by the binary Al-Ti or the ternary Al-Ti-B master alloys. in this paper, grain refinement of zinc-aluminum alloys by rare earth materials is reviewed and discussed. The importance of grain refining of these alloys and parameters affecting it are presented and discussed. These include parameters related to the Zn-Al alloys cast, parameters related to the grain refining elements or alloys and parameters related to the process. The effect of addition of other alloying elements e.g. Zr either alone or in the presence of the main grain refiners Ti or Ti + B on the grain refining efficiency is also reviewed and discussed. Furthermore, based on the grain refinement and the parameters affecting it, a criterion for selection of the optimum grain refiner is suggested. Finally, the recent research work on the effect of grain refiners on the mechanical behaviour, impact strength, wear resistance, and fatigue life of these alloys are presented and discussed. (author)

  1. Refining and petrochemicals

    Energy Technology Data Exchange (ETDEWEB)

    Constancio, Silva

    2006-07-01

    In 2004, refining margins showed a clear improvement that persisted throughout the first three quarters of 2005. This enabled oil companies to post significantly higher earnings for their refining activity in 2004 compared to 2003, with the results of the first half of 2005 confirming this trend. As for petrochemicals, despite a steady rise in the naphtha price, higher cash margins enabled a turnaround in 2004 as well as a clear improvement in oil company financial performance that should continue in 2005, judging by the net income figures reported for the first half-year. Despite this favorable business environment, capital expenditure in refining and petrochemicals remained at a low level, especially investment in new capacity, but a number of projects are being planned for the next five years. (author)

  2. Refining and petrochemicals

    International Nuclear Information System (INIS)

    Constancio, Silva

    2006-01-01

    In 2004, refining margins showed a clear improvement that persisted throughout the first three quarters of 2005. This enabled oil companies to post significantly higher earnings for their refining activity in 2004 compared to 2003, with the results of the first half of 2005 confirming this trend. As for petrochemicals, despite a steady rise in the naphtha price, higher cash margins enabled a turnaround in 2004 as well as a clear improvement in oil company financial performance that should continue in 2005, judging by the net income figures reported for the first half-year. Despite this favorable business environment, capital expenditure in refining and petrochemicals remained at a low level, especially investment in new capacity, but a number of projects are being planned for the next five years. (author)

  3. Grain refinement of aluminum and its alloys

    International Nuclear Information System (INIS)

    Zaid, A.I.O.

    2001-01-01

    Grain refinement of aluminum and its alloys by the binary Al-Ti and Ternary Al-Ti-B master alloys is reviewed and discussed. The importance of grain refining to the cast industry and the parameters affecting it are presented and discussed. These include parameters related to the cast, parameters related to the grain refining alloy and parameters related to the process. The different mechanisms, suggested in the literature for the process of grain refining are presented and discussed, from which it is found that although the mechanism of refining by the binary Al-Ti is well established the mechanism of grain refining by the ternary Al-Ti-B is still a controversial matter and some research work is still needed in this area. The effect of the addition of other alloying elements in the presence of the grain refiner on the grain refining efficiency is also reviewed and discussed. It is found that some elements e.g. V, Mo, C improves the grain refining efficiency, whereas other elements e.g. Cr, Zr, Ta poisons the grain refinement. Based on the parameters affecting the grain refinement and its mechanism, a criterion for selection of the optimum grain refiner is forwarded and discussed. (author)

  4. Speaking of users: on user discourses in the field of public libraries

    Directory of Open Access Journals (Sweden)

    Ase Hedemark

    2005-01-01

    Full Text Available Introduction. The aim of the study reported is to examine user discourses identified in the Swedish public library field. The following questions are posed: What user discourses can be found and what characterises them? How are users categorised and what does this categorisation imply? The departure point in this paper is that the ways users are categorised influence their information behaviour. Plausible consequences for the relation between the interest of the public library and the users are discussed. Method. The empirical focus of the paper is a discourse analysis with a starting-point in Ernesto Laclaus and Chantal Mouffes discourse theory. Analysis. Sixty-two articles from three established Swedish library journals are analysed through a model in four phases. These phases include designations of users, user categories, themes within which users are described and user discourses. Results. Four user discourses are revealed: a general education discourse, a pedagogical discourse, an information technology discourse and an information management discourse. Conclusion. The discourses hold both levels of idealizing and experience related rhetoric. The dominant general education discourse is based on a tradition of fostering and refining as well as educating the general public and thereby reproduces inequality between the user and the library.

  5. Niobium-base grain refiner for aluminium

    International Nuclear Information System (INIS)

    Silva Pontes, P. da; Robert, M.H.; Cupini, N.L.

    1980-01-01

    A new chemical grain refiner for aluminium has been developed, using inoculation of a niobium-base compound. When a bath of molten aluminium is inoculated whith this refiner, an intermetallic aluminium-niobium compound is formed which acts as a powerful nucleant, producing extremely fine structure comparable to those obtained by means of the traditional grain refiner based on titanium and boron. It was found that the refinement of the structure depends upon the weight percentage of the new refiner inoculated as well as the time of holding the bath after inoculation and before pouring, but mainly on the inoculating temperature. (Author) [pt

  6. Indian refining industry

    International Nuclear Information System (INIS)

    Singh, I.J.

    2002-01-01

    The author discusses the history of the Indian refining industry and ongoing developments under the headings: the present state; refinery configuration; Indian capabilities for refinery projects; and reforms in the refining industry. Tables lists India's petroleum refineries giving location and capacity; new refinery projects together with location and capacity; and expansion projects of Indian petroleum refineries. The Indian refinery industry has undergone substantial expansion as well as technological changes over the past years. There has been progressive technology upgrading, energy efficiency, better environmental control and improved capacity utilisation. Major reform processes have been set in motion by the government of India: converting the refining industry from a centrally controlled public sector dominated industry to a delicensed regime in a competitive market economy with the introduction of a liberal exploration policy; dismantling the administered price mechanism; and a 25 year hydrocarbon vision. (UK)

  7. Spanish Refining

    International Nuclear Information System (INIS)

    Lores, F.R.

    2001-01-01

    An overview of petroleum refining in Spain is presented (by Repsol YPF) and some views on future trends are discussed. Spain depends heavily on imports. Sub-headings in the article cover: sources of crude imports, investments and logistics and marketing, -detailed data for each are shown diagrammatically. Tables show: (1) economic indicators (e.g. total GDP, vehicle numbers and inflation) for 1998-200; (2) crude oil imports for 1995-2000; (3) oil products balance for 1995-2000; (4) commodities demand, by product; (5) refining in Spain in terms of capacity per region; (6) outlets in Spain and other European countries in 2002 and (7) sales distribution channel by product

  8. Libraries for users services in academic libraries

    CERN Document Server

    Alvite, Luisa

    2010-01-01

    This book reviews the quality and evolution of academic library services. It revises service trends offered by academic libraries and the challenge of enhancing traditional ones such as: catalogues, repositories and digital collections, learning resources centres, virtual reference services, information literacy and 2.0 tools.studies the role of the university library in the new educational environment of higher educationrethinks libraries in academic contextredefines roles for academic libraries

  9. Comparing Refinements for Failure and Bisimulation Semantics

    NARCIS (Netherlands)

    Eshuis, H.; Fokkinga, M.M.

    2002-01-01

    Refinement in bisimulation semantics is defined differently from refinement in failure semantics: in bisimulation semantics refinement is based on simulations between labelled transition systems, whereas in failure semantics refinement is based on inclusions between failure systems. There exist

  10. Crystal structure refinement with SHELXL

    Energy Technology Data Exchange (ETDEWEB)

    Sheldrick, George M., E-mail: gsheldr@shelx.uni-ac.gwdg.de [Department of Structural Chemistry, Georg-August Universität Göttingen, Tammannstraße 4, Göttingen 37077 (Germany)

    2015-01-01

    New features added to the refinement program SHELXL since 2008 are described and explained. The improvements in the crystal structure refinement program SHELXL have been closely coupled with the development and increasing importance of the CIF (Crystallographic Information Framework) format for validating and archiving crystal structures. An important simplification is that now only one file in CIF format (for convenience, referred to simply as ‘a CIF’) containing embedded reflection data and SHELXL instructions is needed for a complete structure archive; the program SHREDCIF can be used to extract the .hkl and .ins files required for further refinement with SHELXL. Recent developments in SHELXL facilitate refinement against neutron diffraction data, the treatment of H atoms, the determination of absolute structure, the input of partial structure factors and the refinement of twinned and disordered structures. SHELXL is available free to academics for the Windows, Linux and Mac OS X operating systems, and is particularly suitable for multiple-core processors.

  11. SCHOOL COMMUNITY PERCEPTION OF LIBRARY APPS AGAINTS LIBRARY EMPOWERMENT

    Directory of Open Access Journals (Sweden)

    Achmad Riyadi Alberto

    2017-07-01

    Full Text Available Abstract. This research is motivated by the development of information and communication technology (ICT in the library world so rapidly that allows libraries in the present to develop its services into digital-based services. This study aims to find out the school community’s perception of library apps developed by Riche Cynthia Johan, Hana Silvana, and Holin Sulistyo and its influence on library empowerment at the library of SD Laboratorium Percontohan UPI Bandung. Library apps in this research belong to the context of m-libraries, which is a library that meets the needs of its users by using mobile platforms such as smartphones,computers, and other mobile devices. Empowerment of library is the utilization of all aspects of the implementation of libraries to the best in order to achieve the expected goals. An analysis of the schoolcommunity’s perception of library apps using the Technology Acceptance Model (TAM includes: ease of use, usefulness, usability, usage trends, and real-use conditions. While the empowerment of the library includes aspects: information empowerment, empowerment of learning resources, empowerment of human resources, empowerment of library facilities, and library promotion. The research method used in this research is descriptive method with quantitative approach. Population and sample in this research is school community at SD Laboratorium Percontohan UPI Bandung. Determination of sample criteria by using disproportionate stratified random sampling with the number of samples of 83 respondents. Data analysis using simple linear regression to measure the influence of school community perception about library apps to library empowerment. The result of data analysis shows that there is influence between school community perception about library apps to library empowerment at library of SD Laboratorium Percontohan UPI Bandung which is proved by library acceptance level and library empowerment improvement.

  12. Latin American oil markets and refining

    International Nuclear Information System (INIS)

    Yamaguchi, N.D.; Obadia, C.

    1999-01-01

    This paper provides an overview of the oil markets and refining in Argentina, Brazil, Chile, Colombia, Ecuador, Mexico, Peru and Venezuela, and examines the production of crude oil in these countries. Details are given of Latin American refiners highlighting trends in crude distillation unit capacity, cracking to distillation ratios, and refining in the different countries. Latin American oil trade is discussed, and charts are presented illustrating crude production, oil consumption, crude refining capacity, cracking to distillation ratios, and oil imports and exports

  13. Relational Demonic Fuzzy Refinement

    Directory of Open Access Journals (Sweden)

    Fairouz Tchier

    2014-01-01

    Full Text Available We use relational algebra to define a refinement fuzzy order called demonic fuzzy refinement and also the associated fuzzy operators which are fuzzy demonic join (⊔fuz, fuzzy demonic meet (⊓fuz, and fuzzy demonic composition (□fuz. Our definitions and properties are illustrated by some examples using mathematica software (fuzzy logic.

  14. Panorama 2012 - Refining 2030

    International Nuclear Information System (INIS)

    Marion, Pierre; Saint-Antonin, Valerie

    2011-11-01

    The major uncertainty characterizing the global energy landscape impacts particularly on transport, which remains the virtually-exclusive bastion of the oil industry. The industry must therefore respond to increasing demand for mobility against a background marked by the emergence of alternatives to oil-based fuels and the need to reduce emissions of pollutants and greenhouse gases (GHG). It is in this context that the 'Refining 2030' study conducted by IFP Energies Nouvelles (IFPEN) forecasts what the global supply and demand balance for oil products could be, and highlights the type and geographical location of the refinery investment required. Our study shows that the bulk of the refining investment will be concentrated in the emerging countries (mainly those in Asia), whilst the areas historically strong in refining (Europe and North America) face reductions in capacity. In this context, the drastic reduction in the sulphur specification of bunker oil emerges as a structural issue for European refining, in the same way as increasingly restrictive regulation of refinery CO 2 emissions (quotas/taxation) and the persistent imbalance between gasoline and diesel fuels. (authors)

  15. Refining margins and prospects

    International Nuclear Information System (INIS)

    Baudouin, C.; Favennec, J.P.

    1997-01-01

    Refining margins throughout the world have remained low in 1996. In Europe, in spite of an improvement, particularly during the last few weeks, they are still not high enough to finance new investments. Although the demand for petroleum products is increasing, experts are still sceptical about any rapid recovery due to prevailing overcapacity and to continuing capacity growth. After a historical review of margins and an analysis of margins by regions, we analyse refining over-capacities in Europe and the unbalances between production and demand. Then we discuss the current situation concerning barriers to the rationalization, agreements between oil companies, and the consequences on the future of refining capacities and margins. (author)

  16. Patron Time-Use May Be an Effective Metric for Presenting Library Value to Policy Makers

    Directory of Open Access Journals (Sweden)

    Ann Glusker

    2016-04-01

    audio materials was quite wide, and for all item types, a few heavy users skewed the averages. Hours of secondary use (when people other than the original borrower read, listened to, or watched, the materials were calculated, and represented 13% of the total hours. The average amount of time spent per visit was 42 minutes. Applying these averages to one month of circulation figures and gate counts, respectively, the result was that patrons spent 182,000 hours using library services in one month. Applying dollar amounts of benefit per hours spent, based on the Missoula study, the result was that patrons had received $842,000 of benefit from their use of the library in that month. Conclusions – This study confirmed that the prototype performance measure of hours of patron use, and refinements in obtaining it, was a useful tool with which to present the case for the value of libraries to policy makers. The study estimates that 90% of library use occurs off-site, and that a surprising proportion of that use is by secondary users. Future studies could refine the collection methodologies even more by collecting demographic information, by mapping user activities during branch visits, and by obtaining better information about secondary users of materials. Future research should also take into account: seasonal effects on borrowing, reading level of borrowers, and possibilities for collecting information in online formats. With these developments, it might be possible to assign “enjoyment levels” to items in library catalogs.

  17. Welcome to the National Wetlands Research Center Library: Not Just Another Library-A Special Library

    Science.gov (United States)

    Broussard, Linda

    2007-01-01

    Libraries are grouped into four major types: public, school, academic, and special. The U.S. Geological Survey's (USGS) National Wetlands Research Center (NWRC) library is classified as a special library because it is sponsored by the Federal government, and the collections focus on a specific subject. The NWRC library is the only USGS library dedicated to wetland science. Library personnel offer expert research services to meet the informational needs of NWRC scientists, managers, and support personnel. The NWRC library participates in international cataloging and resource sharing, which allows libraries from throughout the world to borrow from its collections. This sharing facilitates the research of other governmental agencies, universities, and those interested in the study of wetlands.

  18. Assessing Library Automation and Virtual Library Development in Four Academic Libraries in Oyo, Oyo State, Nigeria

    Science.gov (United States)

    Gbadamosi, Belau Olatunde

    2011-01-01

    The paper examines the level of library automation and virtual library development in four academic libraries. A validated questionnaire was used to capture the responses from academic librarians of the libraries under study. The paper discovers that none of the four academic libraries is fully automated. The libraries make use of librarians with…

  19. Refinement Types for TypeScript

    OpenAIRE

    Vekris, Panagiotis; Cosman, Benjamin; Jhala, Ranjit

    2016-01-01

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

  20. MARKETING LIBRARY SERVICES IN ACADEMIC LIBRARIES: A ...

    African Journals Online (AJOL)

    MARKETING LIBRARY SERVICES IN ACADEMIC LIBRARIES: A TOOL FOR SURVIVAL IN THE ... This article discusses the concept of marketing library and information services as an ... EMAIL FREE FULL TEXT EMAIL FREE FULL TEXT

  1. Libraries and Accessibility: Istanbul Public Libraries Case

    Directory of Open Access Journals (Sweden)

    Gül Yücel

    2016-12-01

    Full Text Available In the study; the assessment of accessibility has been conducted in Istanbul public libraries within the scope of public area. Public libraries commonly serve with its user of more than 20 million in total, spread to the general of Turkey, having more than one thousand branches in the centrums and having more than one million registered members. The building principles and standards covering the subjects such as the selection of place, historical and architectural specification of the region, distance to the centre of population and design in a way that the disabled people could benefit from the library services fully have been determined with regulations in the construction of new libraries. There are works for the existent libraries such as access for the disabled, fire safety precautions etc. within the scope of the related standards. Easy access by everyone is prioritized in the public libraries having a significant role in life-long learning. The purpose of the study is to develop solution suggestions for the accessibility problems in the public libraries. The study based on the eye inspection and assessments carried out within the scope of accessibility in the public libraries subsidiary to Istanbul Culture and Tourism Provincial Directorate Library and Publications Department within the provincial borders of Istanbul. The arrangements such as reading halls, study areas, book shelves etc. have been examined within the frame of accessible building standards. Building entrances, ramps and staircases, horizontal and vertical circulation of building etc. have been taken into consideration within the scope of accessible building standards. The subjects such as the reading and studying areas and book shelf arrangements for the library have been assessed within the scope of specific buildings. There are a total of 34 public libraries subsidiary to Istanbul Culture and Tourism Provincial Directorate on condition that 20 ea. of them are in the

  2. Neutron Powder Diffraction and Constrained Refinement

    DEFF Research Database (Denmark)

    Pawley, G. S.; Mackenzie, Gordon A.; Dietrich, O. W.

    1977-01-01

    The first use of a new program, EDINP, is reported. This program allows the constrained refinement of molecules in a crystal structure with neutron diffraction powder data. The structures of p-C6F4Br2 and p-C6F4I2 are determined by packing considerations and then refined with EDINP. Refinement is...

  3. Public libraries in the library regions in the year 2009

    Directory of Open Access Journals (Sweden)

    Milena Bon

    2011-01-01

    Full Text Available Purpose: Regional public libraries were initiated in 2003 to connect professional activities of libraries within regional networks and to ensure coordinated library development in a region in cooperation with the Library System Development Centre at the National and University Library performing a coordinating role. The article analyses the performance of public libraries and their integration in regional library networks in order to find out the level of development of conditions of performance of public libraries.Methodology/approach: Statistical data for the year 2009 were the basis for the overview of library activities of ten library regions with regard to applicable legislation and library standards. The level of regional library activities is compared to the socio-economic situation of statistical regions thus representing a new approach to the presentation of Slovenian’s public libraries’ development.Results: Absolute values indicate better development of nine libraries in the central Slovenia region while relative values offer a totally different picture. Four libraries in the region of Nova Gorica prove the highest level of development.Research limitation: Research is limited to the year 2009 and basic statistical analysis.Originality/practical implications: Findings of the analysis are useful for public libraries to plan their development strategy within a region and for financial bodies to provide for adequate financing for library activities in a specific region. The basic condition for successful public library performance is the even and harmonized development of conditions of performance as recommended by library standards.

  4. Refined geometric transition and qq-characters

    Science.gov (United States)

    Kimura, Taro; Mori, Hironori; Sugimoto, Yuji

    2018-01-01

    We show the refinement of the prescription for the geometric transition in the refined topological string theory and, as its application, discuss a possibility to describe qq-characters from the string theory point of view. Though the suggested way to operate the refined geometric transition has passed through several checks, it is additionally found in this paper that the presence of the preferred direction brings a nontrivial effect. We provide the modified formula involving this point. We then apply our prescription of the refined geometric transition to proposing the stringy description of doubly quantized Seiberg-Witten curves called qq-characters in certain cases.

  5. MPI-AMRVAC 2.0 for Solar and Astrophysical Applications

    Science.gov (United States)

    Xia, C.; Teunissen, J.; El Mellah, I.; Chané, E.; Keppens, R.

    2018-02-01

    We report on the development of MPI-AMRVAC version 2.0, which is an open-source framework for parallel, grid-adaptive simulations of hydrodynamic and magnetohydrodynamic (MHD) astrophysical applications. The framework now supports radial grid stretching in combination with adaptive mesh refinement (AMR). The advantages of this combined approach are demonstrated with one-dimensional, two-dimensional, and three-dimensional examples of spherically symmetric Bondi accretion, steady planar Bondi–Hoyle–Lyttleton flows, and wind accretion in supergiant X-ray binaries. Another improvement is support for the generic splitting of any background magnetic field. We present several tests relevant for solar physics applications to demonstrate the advantages of field splitting on accuracy and robustness in extremely low-plasma β environments: a static magnetic flux rope, a magnetic null-point, and magnetic reconnection in a current sheet with either uniform or anomalous resistivity. Our implementation for treating anisotropic thermal conduction in multi-dimensional MHD applications is also described, which generalizes the original slope-limited symmetric scheme from two to three dimensions. We perform ring diffusion tests that demonstrate its accuracy and robustness, and show that it prevents the unphysical thermal flux present in traditional schemes. The improved parallel scaling of the code is demonstrated with three-dimensional AMR simulations of solar coronal rain, which show satisfactory strong scaling up to 2000 cores. Other framework improvements are also reported: the modernization and reorganization into a library, the handling of automatic regression tests, the use of inline/online Doxygen documentation, and a new future-proof data format for input/output.

  6. Libraries Today, Libraries Tomorrow: Contemporary Library Practices and the Role of Library Space in the L

    Directory of Open Access Journals (Sweden)

    Ana Vogrinčič Čepič

    2013-09-01

    Full Text Available ABSTRACTPurpose: The article uses sociological concepts in order to rethink the changes in library practices. Contemporary trends are discussed with regard to the changing nature of working habits, referring mostly to the new technology, and the (emergence of the third space phenomenon. The author does not regard libraries only as concrete public service institutions, but rather as complex cultural forms, taking in consideration wider social context with a stress on users’ practices in relation to space.Methodology/approach: The article is based on the (self- observation of the public library use, and on the (discourse analysis of internal library documents (i.e. annual reports and plans and secondary sociological literature. As such, the cultural form approach represents a classic method of sociology of culture.Results: The study of relevant material in combination with direct personal experiences reveals socio-structural causes for the change of users’ needs and habits, and points at the difficulty of spatial redefinition of libraries as well as at the power of the discourse.Research limitations: The article is limited to an observation of users’ practices in some of the public libraries in Ljubljana and examines only a small number of annual reports – the discoveries are then further debated from the sociological perspective.Originality/practical implications: The article offers sociological insight in the current issues of the library science and tries to suggest a wider explanation that could answer some of the challenges of the contemporary librarianship.

  7. National Libraries Section. General Research Libraries Division. Papers.

    Science.gov (United States)

    International Federation of Library Associations, The Hague (Netherlands).

    Papers on national library services and activities, which were presented at the 1983 International Federation of Library Associations (IFLA) conference, include: (1) "The National Library of China in its Gradual Application of Modern Technology," a discussion by Zhu Nan and Zhu Yan (China) of microform usage and library automation; (2)…

  8. In Situ Field Testing of Processes

    International Nuclear Information System (INIS)

    Wang, J.

    2001-01-01

    The purpose of this Analysis/Model Report (AMR) is to update and document the data and subsequent analyses from ambient field-testing activities performed in underground drifts of the Yucca Mountain Site Characterization Project (YMP). This revision updates data and analyses presented in the initial issue of this AMR. This AMR was developed in accordance with the ''Technical Work Plan for Unsaturated Zone (UZ) Flow and Transport Process Model Report'' and ''Technical Work Plan for UZ Flow, Transport, and Coupled Processes Process Model Report. These activities were performed to investigate in situ flow and transport processes. The evaluations provide the necessary framework to: (1) refine and confirm the conceptual model of matrix and fracture processes in the unsaturated zone (UZ) and (2) analyze the impact of excavation (including use of construction water and effect of ventilation) on the UZ flow and transport processes. This AMR is intended to support revisions to ''Conceptual and Numerical Models for UZ Flow and Transport'' and ''Unsaturated Zone Flow and Transport Model Process Model Report''. In general, the results discussed in this AMR are from studies conducted using a combination or a subset of the following three approaches: (1) air-injection tests, (2) liquid-release tests, and (3) moisture monitoring using in-drift sensors or in-borehole sensors, to evaluate the impact of excavation, ventilation, and construction-water usage on the surrounding rocks. The liquid-release tests and air-injection tests provide an evaluation of in situ fracture flow and the competing processes of matrix imbibition. Only the findings from testing and data not covered in the ''Seepage Calibration Model and Seepage Testing Data'' are analyzed in detail in the AMR

  9. On Modal Refinement and Consistency

    DEFF Research Database (Denmark)

    Nyman, Ulrik; Larsen, Kim Guldstrand; Wasowski, Andrzej

    2007-01-01

    Almost 20 years after the original conception, we revisit several fundamental question about modal transition systems. First, we demonstrate the incompleteness of the standard modal refinement using a counterexample due to Hüttel. Deciding any refinement, complete with respect to the standard...

  10. Refining - Panorama 2008

    International Nuclear Information System (INIS)

    2008-01-01

    Investment rallied in 2007, and many distillation and conversion projects likely to reach the industrial stage were announced. With economic growth sustained in 2006 and still pronounced in 2007, oil demand remained strong - especially in emerging countries - and refining margins stayed high. Despite these favorable business conditions, tensions persisted in the refining sector, which has fallen far behind in terms of investing in refinery capacity. It will take renewed efforts over a long period to catch up. Looking at recent events that have affected the economy in many countries (e.g. the sub-prime crisis), prudence remains advisable

  11. LIBRARY SKILL INSTRUCTION IN NIGERIAN ACADEMIC LIBRARIES

    African Journals Online (AJOL)

    DJFLEX

    www.globaljournalseries.com; Info@globaljournalseries.com. LIBRARY SKILL INSTRUCTION IN NIGERIAN ACADEMIC. LIBRARIES. P. C. AZIAGBA AND E. H. UZOEZI. (Received 10, September 2009; Revision Accepted 8, February 2010). ABSTRACT. This survey was undertaken to portray the level of library involvement ...

  12. E-library Implementation in Library University of Riau

    Science.gov (United States)

    Yuhelmi; Rismayeti

    2017-12-01

    This research aims to see how the e-book implementation in Library University of Riau and the obstacle in its implementation. In the Globalization era, digital libraries should be developed or else it will decrease the readers’ interest, with the recent advanced technology, digital libraries are one of the learning tools that can be used to finding an information through the internet access, hence digital libraries or commonly known as E-Library is really helping the students and academic community in finding information. The methods that used in this research is Observation, Interview, and Literature Study. The respondents in this research are the staff who involved in the process of digitization in Library University of Riau. The result of this research shows that implementation of e-library in Library University of Riau is already filled the user needs for now, although there is obstacle faced just like technical problems for example the internet connection speed and the technical problem to convert the format from Microsoft Word .doc to Adobe.pdf

  13. Refinement by interface instantiation

    DEFF Research Database (Denmark)

    Hallerstede, Stefan; Hoang, Thai Son

    2012-01-01

    be easily refined. Our first contribution hence is a proposal for a new construct called interface that encapsulates the external variables, along with a mechanism for interface instantiation. Using the new construct and mechanism, external variables can be refined consistently. Our second contribution...... is an approach for verifying the correctness of Event-B extensions using the supporting Rodin tool. We illustrate our approach by proving the correctness of interface instantiation....

  14. Marketing library and information services in academic libraries in ...

    African Journals Online (AJOL)

    Marketing library and information services in academic libraries in Niger State, Nigeria. ... This study was designed to investigate the marketing of library services in academic libraries in Niger state, ... EMAIL FULL TEXT EMAIL FULL TEXT

  15. Chromosome region-specific libraries for human genome analysis. Final progress report, 1 March 1991--28 February 1994

    Energy Technology Data Exchange (ETDEWEB)

    Kao, F.T.

    1994-04-01

    The objectives of this grant proposal include (1) development of a chromosome microdissection and PCR-mediated microcloning technology, (2) application of this microtechnology to the construction of region-specific libraries for human genome analysis. During this grant period, the authors have successfully developed this microtechnology and have applied it to the construction of microdissection libraries for the following chromosome regions: a whole chromosome 21 (21E), 2 region-specific libraries for the long arm of chromosome 2, 2q35-q37 (2Q1) and 2q33-q35 (2Q2), and 4 region-specific libraries for the entire short arm of chromosome 2, 2p23-p25 (2P1), 2p21-p23 (2P2), 2p14-p16 (wP3) and 2p11-p13 (2P4). In addition, 20--40 unique sequence microclones have been isolated and characterized for genomic studies. These region-specific libraries and the single-copy microclones from the library have been used as valuable resources for (1) isolating microsatellite probes in linkage analysis to further refine the disease locus; (2) isolating corresponding clones with large inserts, e.g. YAC, BAC, P1, cosmid and phage, to facilitate construction of contigs for high resolution physical mapping; and (3) isolating region-specific cDNA clones for use as candidate genes. These libraries are being deposited in the American Type Culture Collection (ATCC) for general distribution.

  16. Personal Virtual Libraries

    Science.gov (United States)

    Pappas, Marjorie L.

    2004-01-01

    Virtual libraries are becoming more and more common. Most states have a virtual library. A growing number of public libraries have a virtual presence on the Web. Virtual libraries are a growing addition to school library media collections. The next logical step would be personal virtual libraries. A personal virtual library (PVL) is a collection…

  17. America's Star Libraries

    Science.gov (United States)

    Lyons, Ray; Lance, Keith Curry

    2009-01-01

    "Library Journal"'s new national rating of public libraries, the "LJ" Index of Public Library Service, identifies 256 "star" libraries. It rates 7,115 public libraries. The top libraries in each group get five, four, or three Michelin guide-like stars. All included libraries, stars or not, can use their scores to learn from their peers and improve…

  18. The relationship between viscosity and refinement efficiency of pure aluminum by Al-Ti-B refiner

    Energy Technology Data Exchange (ETDEWEB)

    Yu Lina [Key Laboratory of Liquid Structure and Heredity of Materials, Ministry of Education, Shandong University, 73 Jingshi Road, Jinan 250061 (China); Liu Xiangfa [Key Laboratory of Liquid Structure and Heredity of Materials, Ministry of Education, Shandong University, 73 Jingshi Road, Jinan 250061 (China)]. E-mail: xfliu@sdu.edu.cn

    2006-11-30

    The relationship between viscosity and refinement efficiency of pure aluminum with the addition of Al-Ti-B master alloy was studied in this paper. The experimental results show that when the grain size of solidified sample is finer the viscosity of the melt is higher after the addition of different Al-Ti-B master alloys. This indicates that viscosity can be used to approximately estimate the refinement efficiency of Al-Ti-B refiners in production to a certain extent. The main reason was also discussed in this paper by using transmission electron microscopy (TEM) analysis and differential scanning calorimetry (DSC) experiment.

  19. Relational Demonic Fuzzy Refinement

    OpenAIRE

    Tchier, Fairouz

    2014-01-01

    We use relational algebra to define a refinement fuzzy order called demonic fuzzy refinement and also the associated fuzzy operators which are fuzzy demonic join $({\\bigsqcup }_{\\mathrm{\\text{f}}\\mathrm{\\text{u}}\\mathrm{\\text{z}}})$ , fuzzy demonic meet $({\\sqcap }_{\\mathrm{\\text{f}}\\mathrm{\\text{u}}\\mathrm{\\text{z}}})$ , and fuzzy demonic composition $({\\square }_{\\mathrm{\\text{f}}\\mathrm{\\text{u}}\\mathrm{\\text{z}}})$ . Our definitions and properties are illustrated by some examples using ma...

  20. DiSCaMB: a software library for aspherical atom model X-ray scattering factor calculations with CPUs and GPUs.

    Science.gov (United States)

    Chodkiewicz, Michał L; Migacz, Szymon; Rudnicki, Witold; Makal, Anna; Kalinowski, Jarosław A; Moriarty, Nigel W; Grosse-Kunstleve, Ralf W; Afonine, Pavel V; Adams, Paul D; Dominiak, Paulina Maria

    2018-02-01

    It has been recently established that the accuracy of structural parameters from X-ray refinement of crystal structures can be improved by using a bank of aspherical pseudoatoms instead of the classical spherical model of atomic form factors. This comes, however, at the cost of increased complexity of the underlying calculations. In order to facilitate the adoption of this more advanced electron density model by the broader community of crystallographers, a new software implementation called DiSCaMB , 'densities in structural chemistry and molecular biology', has been developed. It addresses the challenge of providing for high performance on modern computing architectures. With parallelization options for both multi-core processors and graphics processing units (using CUDA), the library features calculation of X-ray scattering factors and their derivatives with respect to structural parameters, gives access to intermediate steps of the scattering factor calculations (thus allowing for experimentation with modifications of the underlying electron density model), and provides tools for basic structural crystallographic operations. Permissively (MIT) licensed, DiSCaMB is an open-source C++ library that can be embedded in both academic and commercial tools for X-ray structure refinement.

  1. ILP-2 modeling and virtual screening of an FDA-approved library:a possible anticancer therapy.

    Science.gov (United States)

    Khalili, Saeed; Mohammadpour, Hemn; Shokrollahi Barough, Mahideh; Kokhaei, Parviz

    2016-06-23

    The members of the inhibitors of apoptosis protein (IAP) family inhibit diverse components of the caspase signaling pathway, notably caspase 3, 7, and 9. ILP-2 (BIRC-8) is the most recently identified member of the IAPs, mainly interacting with caspase 9. This interaction would eventually lead to death resistance in the case of cancerous cells. Therefore, structural modeling of ILP-2 and finding applicable inhibitors of its interaction with caspase 9 are a compelling challenge. Three main protein modeling approaches along with various model refinement measures were harnessed to achieve a reliable 3D model, using state-of-the-art software. Thereafter, the selected model was employed to perform virtual screening of an FDA approved library. A model built by a combinatorial approach (homology and ab initio approaches) was chosen as the best model. Model refinement processes successfully bolstered the model quality. Virtual screening of the compound library introduced several high affinity inhibitor candidates that interact with functional residues of ILP2. Given the 3D structure of the ILP2 molecule, we found promising inhibitory molecules. In addition to high affinity towards the ILP2 molecule, these molecules interact with residues that play pivotal rules in ILP2-caspase interaction. These molecules would inhibit ILP2-caspase interaction and consequently would lead to reactivated cell apoptosis through the caspases pathway.

  2. More library mashups exploring new ways to deliver library data

    CERN Document Server

    2015-01-01

    Nicole Engard follows up her ground-breaking 2009 book Library Mashups with a fresh collection of mashup projects that virtually any library can emulate, customize, and build upon. In More Library Mashups, Engard and 24 creative library professionals describe how they are mashing up free and inexpensive digital tools and techniques to improve library services and meet everyday (and unexpected) challenges. Examples from libraries of all types are designed to help even non-programmers share and add value to digital content, update and enhance library websites and collections, mashup catalog data, connect to the library's automation system, and use emerging tools like Serendip-o-matic, Umlaut, and Libki to engage users, staff, and the community.

  3. Quantum mechanical energy-based screening of combinatorially generated library of tautomers. TauTGen: a tautomer generator program.

    Science.gov (United States)

    Harańczyk, Maciej; Gutowski, Maciej

    2007-01-01

    We describe a procedure of finding low-energy tautomers of a molecule. The procedure consists of (i) combinatorial generation of a library of tautomers, (ii) screening based on the results of geometry optimization of initial structures performed at the density functional level of theory, and (iii) final refinement of geometry for the top hits at the second-order Möller-Plesset level of theory followed by single-point energy calculations at the coupled cluster level of theory with single, double, and perturbative triple excitations. The library of initial structures of various tautomers is generated with TauTGen, a tautomer generator program. The procedure proved to be successful for these molecular systems for which common chemical knowledge had not been sufficient to predict the most stable structures.

  4. Library Science Education: A New Role for Academic Libraries

    Science.gov (United States)

    Wesley, Threasa L.

    2018-01-01

    Many individuals working in library and information organizations do not hold a master of library science (MLS) degree or other specialized library science credential. Recognizing that this professional gap could be addressed by diversified educational opportunities, the W. Frank Steely Library at Northern Kentucky University in Highland Heights…

  5. General Maister's Library in the University of Maribor Library: Gaining and Preservation of the General Maister's Private Library in the University of Maribor Library

    Directory of Open Access Journals (Sweden)

    Vlasta Stavbar

    2015-12-01

    Full Text Available Rudolf Maister’s book legacy, which is kept in the University of Maribor Library, is the complete legacy of the Maister’s private book collection– the “maistirana”. The Maister’s Library is in the University of Maribor Library possession since 1998, when General Maister’s heirs and the Library signed the deed of donation. 5.945 units of library materials present a special collection, which is divided from the regular library holdings and is kept in a specially designed room. General Maister’s Library is an exception in the University of Maribor Library, since the general practice of libraries is not an exclusive maintenance of the provenience principle and of the original organisation. Because the Maister’s Library consists of materials that are important when researching the Slovene literary and cultural past, it only seems reasonably to strive for the authentic organisation and preserving the library as one integral whole.In order to understand the meaning and the importance of this special library collection for the Slovene cultural heritage, we have to highlight Rudolf Maister as a passionate book lover and as the owner of one of the greatest and the most beautiful private libraries in Slovenia. General Maister started collecting books and organising his collection back in 1912 in Ljubljana; the collection was rearranged thoroughly during the time he was in Maribor; it survived the moves during World War II and after it and it finally found its place in the General Maister’s Library under the patronage of the University of Maribor Library. The rearranging of the shelving system and sorting of the materials patterned after the authentic shelving system in the General’s Maribor apartment took place in 2013. Until then the books were not arranged according to the authentic shelving system. The estimated shelving system reconstruction has reconstructed Maister’s shelving system as authentically as possible, for it is not

  6. Library usage patterns in the electronic information environment. Electronic journals, Use studies, Libraries, Medical libraries

    Directory of Open Access Journals (Sweden)

    B. Franklin

    2004-01-01

    Full Text Available This paper examines the methodology and results from Web-based surveys of more than 15,000 networked electronic services users in the United States between July 1998 and June 2003 at four academic health sciences libraries and two large main campus libraries serving a variety of disciplines. A statistically valid methodology for administering simultaneous Web-based and print-based surveys using the random moments sampling technique is discussed and implemented. Results from the Web-based surveys showed that at the four academic health sciences libraries, there were approximately four remote networked electronic services users for each in-house user. This ratio was even higher for faculty, staff, and research fellows at the academic health sciences libraries, where more than five remote users for each in-house user were recorded. At the two main libraries, there were approximately 1.3 remote users for each in-house user of electronic information. Sponsored research (grant funded research accounted for approximately 32% of the networked electronic services activity at the health sciences libraries and 16% at the main campus libraries. Sponsored researchers at the health sciences libraries appeared to use networked electronic services most intensively from on-campus, but not from in the library. The purpose of use for networked electronic resources by patrons within the library is different from the purpose of use of those resources by patrons using the resources remotely. The implications of these results on how librarians reach decisions about networked electronic resources and services are discussed.

  7. Panorama 2007: Refining and Petrochemicals

    International Nuclear Information System (INIS)

    Silva, C.

    2007-01-01

    The year 2005 saw a new improvement in refining margins that continued during the first three quarters of 2006. The restoration of margins in the last three years has allowed the refining sector to regain its profitability. In this context, the oil companies reported earnings for fiscal year 2005 that were up significantly compared to 2004, and the figures for the first half-year 2006 confirm this trend. Despite this favorable business environment, investments only saw a minimal increase in 2005 and the improvement expected for 2006 should remain fairly limited. Looking to 2010-2015, it would appear that the planned investment projects with the highest probability of reaching completion will be barely adequate to cover the increase in demand. Refining sector should continue to find itself under pressure. As for petrochemicals, despite a steady up-trend in the naphtha price, the restoration of margins consolidated a comeback that started in 2005. All in all, capital expenditure remained fairly low in both the refining and petrochemicals sectors, but many projects are planned for the next ten years. (author)

  8. The revival of Phage Therapy to fight Antimicrobial Resistance (AMR) – Part III: What about patent protection and alternative incentives?

    DEFF Research Database (Denmark)

    Minssen, Timo

    2014-01-01

    – enabled to target only specific bacteria. This technology was recently presented by MIT researchers at the 2014 American Society for Microbiology Meeting. The researchers led by Timothy Lu had genetically engineered phages that use a DNA-editing system called CRISPR to target and kill only antibiotic...... solutions. These are alternative models for recovering R&D costs in drugs & devices. Delinkage relies on prizes and grants instead of patent-protected sales above marginal cost. Delinkage models can take various shapes and may be characterized by a wide array of different financial and organizational...... be as complex as the problem of AMR itself. There seems to be no “one size fits all” solution, but rather a variety of options that need to be combined and optimized for various cases. But the danger is imminent and initiatives are necessary. This requires new ways of thinking including both reactive...

  9. Library Subject Guides: A Case Study of Evidence-Informed Library Development

    Science.gov (United States)

    Wakeham, Maurice; Roberts, Angharad; Shelley, Jane; Wells, Paul

    2012-01-01

    This paper describes the process whereby a university library investigated the value of its subject guides to its users. A literature review and surveys of library staff, library users and other libraries were carried out. Existing library subject guides and those of other higher education libraries were evaluated. The project team reported…

  10. Library subject guides: A case study of evidence-informed library development

    OpenAIRE

    Wakeham, Maurice; Roberts, Angharad; Shelley, Jane; Wells, Paul

    2012-01-01

    This paper describes the process whereby a university library investigated the value of its subject guides to its users. A literature review and surveys of library staff, library users and other libraries were carried out. Existing library subject guides and those of other higher education libraries were evaluated. The project team reported regularly to the wider library team throughout the year long investigation and made recommendations. The project served to develop the professional skills...

  11. Refining margins: recent trends

    International Nuclear Information System (INIS)

    Baudoin, C.; Favennec, J.P.

    1999-01-01

    Despite a business environment that was globally mediocre due primarily to the Asian crisis and to a mild winter in the northern hemisphere, the signs of improvement noted in the refining activity in 1996 were borne out in 1997. But the situation is not yet satisfactory in this sector: the low return on invested capital and the financing of environmental protection expenditure are giving cause for concern. In 1998, the drop in crude oil prices and the concomitant fall in petroleum product prices was ultimately rather favorable to margins. Two elements tended to put a damper on this relative optimism. First of all, margins continue to be extremely volatile and, secondly, the worsening of the economic and financial crisis observed during the summer made for a sharp decline in margins in all geographic regions, especially Asia. Since the beginning of 1999, refining margins are weak and utilization rates of refining capacities have decreased. (authors)

  12. Panorama 2009 - refining

    International Nuclear Information System (INIS)

    2008-01-01

    For oil companies to invest in new refining and conversion capacity, favorable conditions over time are required. In other words, refining margins must remain high and demand sustained over a long period. That was the situation prevailing before the onset of the financial crisis in the second half of 2008. The economic conjuncture has taken a substantial turn for the worse since then and the forecasts for 2009 do not look bright. Oil demand is expected to decrease in the OECD countries and to grow much more slowly in the emerging countries. It is anticipated that refining margins will fall in 2009 - in 2008, they slipped significantly in the United States - as a result of increasingly sluggish demand, especially for light products. The next few months will probably be unfavorable to investment. In addition to a gloomy business outlook, there may also be a problem of access to sources of financing. As for investment projects, a mainstream trend has emerged in the last few years: a shift away from the regions that have historically been most active (the OECD countries) towards certain emerging countries, mostly in Asia or the Middle East. The new conjuncture will probably not change this trend

  13. Experimental investigation of the effect of thermal hysteresis in MnFeP1-x Asx materials applied in an AMR device

    DEFF Research Database (Denmark)

    von Moos, Lars; Nielsen, Kaspar Kirstein; Engelbrecht, Kurt

    2012-01-01

    The magnetocaloric material series MnFeP1-xAsx, exhibiting a 1st order phase transition are possibly good candidates for magnetic refrigeration devices operating at room temperature (Brück et al., 2005). These materials have intrinsic hysteresis (thermal and magnetic) and the impact...... (AMR) test device (Bahl et al., 2008) with a flat plate regenerator of a single Curie temperature (TC) material. We find that the maximum adiabatic entropy change does not depend on the thermal history of the material, but the peak temperature is shifted 1.5 K for fields up to 1.5 T when measured...... of this on magnetic refrigeration devices has not yet been thoroughly investigated in the literature. Here, the thermal hysteretic magnetocaloric properties are studied using vibrating sample magnetometry (VSM) and how this influences actual refrigeration performance, using an established active magnetic regenerator...

  14. In Situ Field Testing of Processes

    Energy Technology Data Exchange (ETDEWEB)

    J. Wang

    2001-12-14

    The purpose of this Analysis/Model Report (AMR) is to update and document the data and subsequent analyses from ambient field-testing activities performed in underground drifts of the Yucca Mountain Site Characterization Project (YMP). This revision updates data and analyses presented in the initial issue of this AMR. This AMR was developed in accordance with the ''Technical Work Plan for Unsaturated Zone (UZ) Flow and Transport Process Model Report'' and ''Technical Work Plan for UZ Flow, Transport, and Coupled Processes Process Model Report. These activities were performed to investigate in situ flow and transport processes. The evaluations provide the necessary framework to: (1) refine and confirm the conceptual model of matrix and fracture processes in the unsaturated zone (UZ) and (2) analyze the impact of excavation (including use of construction water and effect of ventilation) on the UZ flow and transport processes. This AMR is intended to support revisions to ''Conceptual and Numerical Models for UZ Flow and Transport'' and ''Unsaturated Zone Flow and Transport Model Process Model Report''. In general, the results discussed in this AMR are from studies conducted using a combination or a subset of the following three approaches: (1) air-injection tests, (2) liquid-release tests, and (3) moisture monitoring using in-drift sensors or in-borehole sensors, to evaluate the impact of excavation, ventilation, and construction-water usage on the surrounding rocks. The liquid-release tests and air-injection tests provide an evaluation of in situ fracture flow and the competing processes of matrix imbibition. Only the findings from testing and data not covered in the ''Seepage Calibration Model and Seepage Testing Data'' are analyzed in detail in the AMR.

  15. The history and library statistics of JAEA library activities

    Energy Technology Data Exchange (ETDEWEB)

    Itabashi, Keizo [Japan Atomic Energy Agency, Intellectual Resources Dept., Tokai, Ibaraki (Japan)

    2012-03-15

    The history and library statistics of the Japan Atomic Energy Agency library activity were summarized. Former Japan Atomic Energy Research Institute and the former Japan Nuclear Cycle Development Institute merged in October, 2005, and Japan Atomic Energy Agency is established. Properly speaking, the library statistics of old two corporations should have been summarized, but statistics of the Japan Nuclear Cycle Development Institute is not yet obtained. Then, although it is stated as the Japan Atomic Energy Agency library, it limits to the description about the old Japan Atomic Energy Research Institute library before 2004. (author)

  16. The history and library statistics of JAEA library activities

    International Nuclear Information System (INIS)

    Itabashi, Keizo

    2012-03-01

    The history and library statistics of the Japan Atomic Energy Agency library activity were summarized. Former Japan Atomic Energy Research Institute and the former Japan Nuclear Cycle Development Institute merged in October, 2005, and Japan Atomic Energy Agency is established. Properly speaking, the library statistics of old two corporations should have been summarized, but statistics of the Japan Nuclear Cycle Development Institute is not yet obtained. Then, although it is stated as the Japan Atomic Energy Agency library, it limits to the description about the old Japan Atomic Energy Research Institute library before 2004. (author)

  17. Wikis in Libraries

    Directory of Open Access Journals (Sweden)

    Matthew Bejune

    2007-09-01

    Full Text Available Wikis have recently been adopted to support a variety of collaborative activities within libraries. This article and its companion wiki, LibraryWikis (http://librarywikis.pbwiki.com/, seek to document the phenomenon of wikis in libraries. This subject is considered within the framework of computer-supported cooperative work (CSCW. The author identified thirty-three library wikis and developed a classification schema with four categories: (1 collaboration among libraries (45.7 percent; (2 collaboration among library staff (31.4 percent; (3 collaboration among library staff and patrons (14.3 percent; and (4 collaboration among patrons (8.6 percent. Examples of library wikis are presented within the article, as is a discussion for why wikis are primarily utilized within categories I and II and not within categories III and IV. It is clear that wikis have great utility within libraries, and the author urges further application of wikis in libraries.

  18. Romanian refining industry assesses restructuring

    International Nuclear Information System (INIS)

    Tanasescu, D.G.

    1991-01-01

    The Romanian crude oil refining industry, as all the other economic sectors, faces the problems accompanying the transition from a centrally planned economy to a market economy. At present, all refineries have registered as joint-stock companies and all are coordinated and assisted by Rafirom S.A., from both a legal and a production point of view. Rafirom S.A. is a joint-stock company that holds shares in refineries and other stock companies with activities related to oil refining. Such activities include technological research, development, design, transportation, storage, and domestic and foreign marketing. This article outlines the market forces that are expected to: drive rationalization and restructuring of refining operations and define the targets toward which the reconfigured refineries should strive

  19. Performance and scaling of locally-structured grid methods forpartial differential equations

    Energy Technology Data Exchange (ETDEWEB)

    Colella, Phillip; Bell, John; Keen, Noel; Ligocki, Terry; Lijewski, Michael; Van Straalen, Brian

    2007-07-19

    In this paper, we discuss some of the issues in obtaining high performance for block-structured adaptive mesh refinement software for partial differential equations. We show examples in which AMR scales to thousands of processors. We also discuss a number of metrics for performance and scalability that can provide a basis for understanding the advantages and disadvantages of this approach.

  20. State Virtual Libraries

    Science.gov (United States)

    Pappas, Marjorie L.

    2003-01-01

    Virtual library? Electronic library? Digital library? Online information network? These all apply to the growing number of Web-based resource collections managed by consortiums of state library entities. Some, like "INFOhio" and "KYVL" ("Kentucky Virtual Library"), have been available for a few years, but others are just starting. Searching for…

  1. Action Refinement

    NARCIS (Netherlands)

    Gorrieri, R.; Rensink, Arend; Bergstra, J.A.; Ponse, A.; Smolka, S.A.

    2001-01-01

    In this chapter, we give a comprehensive overview of the research results in the field of action refinement during the past 12 years. The different approaches that have been followed are outlined in detail and contrasted to each other in a uniform framework. We use two running examples to discuss

  2. Research Library

    Science.gov (United States)

    Los Alamos National Laboratory Research Library Search Site submit Contact Us | Remote Access Standards Theses/Dissertations Research Help Subject Guides Library Training Video Tutorials Alerts Research Library: delivering essential knowledge services for national security sciences since 1947 Los

  3. Library Systems: FY 2013 Public Libraries Survey (Administrative Entity)

    Data.gov (United States)

    Institute of Museum and Library Services — Find key information on library systems around the United States.These data include imputed values for libraries that did not submit information in the FY 2013 data...

  4. Library Systems: FY 2012 Public Libraries Survey (Administrative Entity)

    Data.gov (United States)

    Institute of Museum and Library Services — Find key information on library systems around the United States.These data include imputed values for libraries that did not submit information in the FY 2012 data...

  5. Optimization of Refining Craft for Vegetable Insulating Oil

    Science.gov (United States)

    Zhou, Zhu-Jun; Hu, Ting; Cheng, Lin; Tian, Kai; Wang, Xuan; Yang, Jun; Kong, Hai-Yang; Fang, Fu-Xin; Qian, Hang; Fu, Guang-Pan

    2016-05-01

    Vegetable insulating oil because of its environmental friendliness are considered as ideal material instead of mineral oil used for the insulation and the cooling of the transformer. The main steps of traditional refining process included alkali refining, bleaching and distillation. This kind of refining process used in small doses of insulating oil refining can get satisfactory effect, but can't be applied to the large capacity reaction kettle. This paper using rapeseed oil as crude oil, and the refining process has been optimized for large capacity reaction kettle. The optimized refining process increases the acid degumming process. The alkali compound adds the sodium silicate composition in the alkali refining process, and the ratio of each component is optimized. Add the amount of activated clay and activated carbon according to 10:1 proportion in the de-colorization process, which can effectively reduce the oil acid value and dielectric loss. Using vacuum pumping gas instead of distillation process can further reduce the acid value. Compared some part of the performance parameters of refined oil products with mineral insulating oil, the dielectric loss of vegetable insulating oil is still high and some measures are needed to take to further optimize in the future.

  6. Grain refining efficiency of Al-Ti-C alloys

    International Nuclear Information System (INIS)

    Birol, Yuecel

    2006-01-01

    The problems associated with boride agglomeration and the poisoning effect of Zr in Zr-bearing alloys have created a big demand for boron-free grain refiners. The potential benefits of TiC as a direct nucleant for aluminium grains have thus generated a great deal of interest in TiC-bearing alloys in recent years. In Al-Ti-C grain refiners commercially available today, Al 3 Ti particles are introduced into the melt along with the TiC particles. Since the latter are claimed to nucleate α-Al directly, it is of great technological interest to see if reducing the Ti:C ratio further, i.e., increasing the C content of the grain refiner, will produce an increase in the grain refining efficiency of these alloys. A series of grain refiner samples with the Ti concentration fixed at 3% and a range of C contents between 0 and 0.75 were obtained by appropriately mixing an experimental Al-3Ti-0.75C alloy with Al-10Ti alloy and commercial purity aluminium. The grain refining efficiency of these grain refiners was assessed to investigate the role of the insoluble TiC and the soluble Al 3 Ti particles. The optimum chemistry for the Al-Ti-C grain refiners was also identified

  7. Grain refining efficiency of Al-Ti-C alloys

    Energy Technology Data Exchange (ETDEWEB)

    Birol, Yuecel [Materials Institute, Marmara Research Center, TUBITAK, 41470 Gebze, Kocaeli (Turkey)]. E-mail: yucel.birol@mam.gov.tr

    2006-09-28

    The problems associated with boride agglomeration and the poisoning effect of Zr in Zr-bearing alloys have created a big demand for boron-free grain refiners. The potential benefits of TiC as a direct nucleant for aluminium grains have thus generated a great deal of interest in TiC-bearing alloys in recent years. In Al-Ti-C grain refiners commercially available today, Al{sub 3}Ti particles are introduced into the melt along with the TiC particles. Since the latter are claimed to nucleate {alpha}-Al directly, it is of great technological interest to see if reducing the Ti:C ratio further, i.e., increasing the C content of the grain refiner, will produce an increase in the grain refining efficiency of these alloys. A series of grain refiner samples with the Ti concentration fixed at 3% and a range of C contents between 0 and 0.75 were obtained by appropriately mixing an experimental Al-3Ti-0.75C alloy with Al-10Ti alloy and commercial purity aluminium. The grain refining efficiency of these grain refiners was assessed to investigate the role of the insoluble TiC and the soluble Al{sub 3}Ti particles. The optimum chemistry for the Al-Ti-C grain refiners was also identified.

  8. Selecting for Fast Protein-Protein Association As Demonstrated on a Random TEM1 Yeast Library Binding BLIP.

    Science.gov (United States)

    Cohen-Khait, Ruth; Schreiber, Gideon

    2018-04-27

    Protein-protein interactions mediate the vast majority of cellular processes. Though protein interactions obey basic chemical principles also within the cell, the in vivo physiological environment may not allow for equilibrium to be reached. Thus, in vitro measured thermodynamic affinity may not provide a complete picture of protein interactions in the biological context. Binding kinetics composed of the association and dissociation rate constants are relevant and important in the cell. Therefore, changes in protein-protein interaction kinetics have a significant impact on the in vivo activity of the proteins. The common protocol for the selection of tighter binders from a mutant library selects for protein complexes with slower dissociation rate constants. Here we describe a method to specifically select for variants with faster association rate constants by using pre-equilibrium selection, starting from a large random library. Toward this end, we refine the selection conditions of a TEM1-β-lactamase library against its natural nanomolar affinity binder β-lactamase inhibitor protein (BLIP). The optimal selection conditions depend on the ligand concentration and on the incubation time. In addition, we show that a second sort of the library helps to separate signal from noise, resulting in a higher percent of faster binders in the selected library. Fast associating protein variants are of particular interest for drug development and other biotechnological applications.

  9. Library Computing

    Science.gov (United States)

    Library Computing, 1985

    1985-01-01

    Special supplement to "Library Journal" and "School Library Journal" covers topics of interest to school, public, academic, and special libraries planning for automation: microcomputer use, readings in automation, online searching, databases of microcomputer software, public access to microcomputers, circulation, creating a…

  10. Libraries on the MOVE.

    Science.gov (United States)

    Edgar, Jim; And Others

    1986-01-01

    Presents papers from Illinois State Library and Shawnee Library System's "Libraries on the MOVE" conference focusing on how libraries can impact economic/cultural climate of an area. Topics addressed included information services of rural libraries; marketing; rural library development; library law; information access; interagency…

  11. Comparison of Iranian National Medical Library with digital libraries of selected countries.

    Science.gov (United States)

    Zare-Farashbandi, Firoozeh; Najafi, Nayere Sadat Soleimanzade; Atashpour, Bahare

    2014-01-01

    The important role of information and communication technologies and their influence on methods of storing, retrieving information in digital libraries, has not only changed the meanings behind classic library activates but has also created great changes in their services. However, it seems that not all digital libraries provide their users with similar services and only some of them are successful in fulfilling their role in digital environment. The Iranian National Medical library is among those that appear to come short compared to other digital libraries around the world. By knowing the different services provided by digital libraries worldwide, one can evaluate the services provided by Iranian National Medical library. The goal of this study is a comparison between Iranian National Medical library and digital libraries of selected countries. This is an applied study and uses descriptive - survey method. The statistical population is the digital libraries around the world which were actively providing library services between October and December 2011 and were selected by using the key word "Digital Library" in Google search engine. The data-gathering tool was direct access to the websites of these digital libraries. The statistical study is descriptive and Excel software was used for data analysis and plotting of the charts. The findings showed that among the 33 digital libraries investigated worldwide, most of them provided Browse (87.87%), Search (84.84%), and Electronic information retrieval (57.57%) services. The "Help" in public services (48/48%) and "Interlibrary Loan" in traditional services (27/27%) had the highest frequency. The Iranian National Medical library provides more digital services compared to other libraries but has less classic and public services and has less than half of possible public services. Other than Iranian National Medical library, among the 33 libraries investigated, the leaders in providing different services are Library of

  12. Data refinement for true concurrency

    Directory of Open Access Journals (Sweden)

    Brijesh Dongol

    2013-05-01

    Full Text Available The majority of modern systems exhibit sophisticated concurrent behaviour, where several system components modify and observe the system state with fine-grained atomicity. Many systems (e.g., multi-core processors, real-time controllers also exhibit truly concurrent behaviour, where multiple events can occur simultaneously. This paper presents data refinement defined in terms of an interval-based framework, which includes high-level operators that capture non-deterministic expression evaluation. By modifying the type of an interval, our theory may be specialised to cover data refinement of both discrete and continuous systems. We present an interval-based encoding of forward simulation, then prove that our forward simulation rule is sound with respect to our data refinement definition. A number of rules for decomposing forward simulation proofs over both sequential and parallel composition are developed.

  13. Grain Refinement of Permanent Mold Cast Copper Base Alloys

    Energy Technology Data Exchange (ETDEWEB)

    M.Sadayappan; J.P.Thomson; M.Elboujdaini; G.Ping Gu; M. Sahoo

    2005-04-01

    Grain refinement is a well established process for many cast and wrought alloys. The mechanical properties of various alloys could be enhanced by reducing the grain size. Refinement is also known to improve casting characteristics such as fluidity and hot tearing. Grain refinement of copper-base alloys is not widely used, especially in sand casting process. However, in permanent mold casting of copper alloys it is now common to use grain refinement to counteract the problem of severe hot tearing which also improves the pressure tightness of plumbing components. The mechanism of grain refinement in copper-base alloys is not well understood. The issues to be studied include the effect of minor alloy additions on the microstructure, their interaction with the grain refiner, effect of cooling rate, and loss of grain refinement (fading). In this investigation, efforts were made to explore and understand grain refinement of copper alloys, especially in permanent mold casting conditions.

  14. Comparing Syntactic and Semantics Action Refinement

    NARCIS (Netherlands)

    Goltz, Ursula; Gorrieri, Roberto; Rensink, Arend

    The semantic definition of action refinement on labelled configuration structures is compared with the notion of syntactic substitution, which can be used as another notion of action refinement in a process algebraic setting. The comparison is done by studying a process algebra equipped with

  15. Steel refining possibilities in LF

    Science.gov (United States)

    Dumitru, M. G.; Ioana, A.; Constantin, N.; Ciobanu, F.; Pollifroni, M.

    2018-01-01

    This article presents the main possibilities for steel refining in Ladle Furnace (LF). These, are presented: steelmaking stages, steel refining through argon bottom stirring, online control of the bottom stirring, bottom stirring diagram during LF treatment of a heat, porous plug influence over the argon stirring, bottom stirring porous plug, analysis of porous plugs disposal on ladle bottom surface, bottom stirring simulation with ANSYS, bottom stirring simulation with Autodesk CFD.

  16. On Syntactic and Semantic Action Refinement

    NARCIS (Netherlands)

    Hagiya, M.; Goltz, U.; Mitchell, J.C.; Gorrieri, R.; Rensink, Arend

    1994-01-01

    The semantic definition of action refinement on labelled event structures is compared with the notion of syntactic substitution, which can be used as another notion of action refinement in a process algebraic setting. This is done by studying a process algebra equipped with the ACP sequential

  17. Refinement for Transition Systems with Responses

    Directory of Open Access Journals (Sweden)

    Marco Carbone

    2012-07-01

    Full Text Available Motivated by the response pattern for property specifications and applications within flexible workflow management systems, we report upon an initial study of modal and mixed transition systems in which the must transitions are interpreted as must eventually, and in which implementations can contain may behaviors that are resolved at run-time. We propose Transition Systems with Responses (TSRs as a suitable model for this study. We prove that TSRs correspond to a restricted class of mixed transition systems, which we refer to as the action-deterministic mixed transition systems. We show that TSRs allow for a natural definition of deadlocked and accepting states. We then transfer the standard definition of refinement for mixed transition systems to TSRs and prove that refinement does not preserve deadlock freedom. This leads to the proposal of safe refinements, which are those that preserve deadlock freedom. We exemplify the use of TSRs and (safe refinements on a small medication workflow.

  18. Design of Grain Refiners for Aluminium Alloys

    Science.gov (United States)

    Tronche, A.; Greer, A. L.

    The efficiency of a grain refiner can be quantified as the number of grains per nucleant particle in the solidified product. Even for effective refiners in aluminium, such as Al-5Ti-1B, it is known from experiments that efficiencies are very low, at best 10-3 to 102. It is of interest to explore the reasons for such low values, and to assess the prospects for increased efficiency though design of refiners. Recently it has been shown [1] that a simple recalescence-based model can make quantitative predictions of grain size as a function of refiner addition level, cooling rate and solute content. In the model, the initiation of grains is limited by the free growth from nucleant particles, the size distribution of which is very important. The present work uses this model as the basis for discussing the effect of particle size distribution on grain refiner performance. Larger particles (of TiB2 in the case of present interest) promote greater efficiency, as do narrower size distributions. It is shown that even if the size distribution could be exactly specified, compromises would have to be made to balance efficiency (defined as above) with other desirable characteristics of a refiner.

  19. The USF Libraries Virtual Library Project: A Blueprint for Development.

    Science.gov (United States)

    Metz-Wiseman, Monica; Silver, Susan; Hanson, Ardis; Johnston, Judy; Grohs, Kim; Neville, Tina; Sanchez, Ed; Gray, Carolyn

    This report of the Virtual Library Planning Committee (VLPC) is intending to serve as a blueprint for the University of South Florida (USF) Libraries as it shifts from print to digital formats in its evolution into a "Virtual Library". A comprehensive planning process is essential for the USF Libraries to make optimum use of technology,…

  20. Our Stories Transforming Our Libraries: The York County Library System

    Directory of Open Access Journals (Sweden)

    Mina Edmondson

    2016-11-01

    Full Text Available These narratives chronicle the authors’ journeys to collaborate and discover the transformative impact that stories have on library culture and library staff. This study describes a research collaboration between York County Libraries and Penn State York. In Phase I, we collected stories from library staff as the library system was being challenged to reimage public libraries for the future. The major themes and types of organizational stories identified in the initial narrative project were presented during a county-wide all-staff in-service training. The library District Consultant (first author and the Penn State professor (second author then facilitated a workshop designed to lead staff in their exploration of these topics and generate a written record of their storytelling/discussions. This data became the basis for Phase II of the project and allowed the system to strategically assess its evolving culture and identity.

  1. A refinement methodology for object-oriented programs

    OpenAIRE

    Tafat , Asma; Boulmé , Sylvain; Marché , Claude

    2010-01-01

    International audience; Refinement is a well-known approach for developing correct-byconstruction software. It has been very successful for producing high quality code e.g., as implemented in the B tool. Yet, such refinement techniques are restricted in the sense that they forbid aliasing (and more generally sharing of data-structures), which often happens in usual programming languages. We propose a sound approach for refinement in presence of aliases. Suitable abstractions of programs are d...

  2. Bauxite Mining and Alumina Refining

    Science.gov (United States)

    Frisch, Neale; Olney, David

    2014-01-01

    Objective: To describe bauxite mining and alumina refining processes and to outline the relevant physical, chemical, biological, ergonomic, and psychosocial health risks. Methods: Review article. Results: The most important risks relate to noise, ergonomics, trauma, and caustic soda splashes of the skin/eyes. Other risks of note relate to fatigue, heat, and solar ultraviolet and for some operations tropical diseases, venomous/dangerous animals, and remote locations. Exposures to bauxite dust, alumina dust, and caustic mist in contemporary best-practice bauxite mining and alumina refining operations have not been demonstrated to be associated with clinically significant decrements in lung function. Exposures to bauxite dust and alumina dust at such operations are also not associated with the incidence of cancer. Conclusions: A range of occupational health risks in bauxite mining and alumina refining require the maintenance of effective control measures. PMID:24806720

  3. Adding SPICE to a Library Internet Site: A Recipe to Enhance Usability

    Directory of Open Access Journals (Sweden)

    Ingrid Tonnison

    2006-03-01

    Full Text Available Objective - To produce a highly- usable intranet site, use the project to explore the practical application of evidence-based librarianship (EBL, and refine the library's project management methodology. Methods - Evidence was gathered via a literature review, an online survey, scenario-based usability testing, and the completion of a usability checlist. Usability issues were then addressed, guided by the Research-Based Web Design and Usability Guidelines. Results - After a preliminary revision, the site achieved a usability index of 79% after application of the "Raward Library Usability Analysis Tool". Finding the information and supporting user tasks were identified as areas of weakness. Usability testing and cleint feedback supported these findings. After these issues were addressed by a major site redeveloment, the usability index increased to 98%. Conclusions - Raward's checklist is an easy and effective tool for measuring and identifying usability issues. Its value was enhanced by scenario-based usability testing, which yielded rich, client specific information. The application of EBL and project management princples ehnanced the outcomes of the project, and the professional development of the project team.

  4. Digital library initiative in an Indian research library: an experience report

    International Nuclear Information System (INIS)

    Venkadesan, S.; Narayanan, A.

    1999-01-01

    Libraries all over the world are transiting from the traditional print only era to the electronic era. The migration to an electronic library involves the understanding of several issues and requirements at the planning stage itself. This paper describes the various aspects of building a digital library system. Experience of implementing certain strategies in the IGCAR library is discussed in detail. The components of the digital library and the various access levels are discussed with examples. Finally, samples of the IGCAR library web site and the Newsletter web site are shown. (author)

  5. News from the Library: The 'long tail' Library

    CERN Multimedia

    CERN Library

    2012-01-01

    "The term 'long tail' has gained popularity in recent times as describing the retailing strategy of selling a large number of unique items with relatively small quantities sold of each usually in addition to selling fewer popular items in large quantities. The long tail was popularized by Chris Anderson, who mentioned Amazon.com, Apple and Yahoo! as examples of businesses applying this strategy." *   If we leave the business environment and move to the world of libraries, we still see this "long tail". Usually, only a small portion of a library's book collection accounts for the majority of its loans. On the other hand, there are a variety of "niche information needs" that might not be met, as libraries cannot afford to build up huge collections of documents available just-in-case. However, the networked environment of today's libraries can offer a solution. Online networks of libraries ca...

  6. South Korea - oil refining overview

    International Nuclear Information System (INIS)

    Hayes, D.

    1999-01-01

    Following the economic problems of the 1990s, the petroleum refining industry of South Korea underwent much involuntary restructuring in 1999 with respect to takeovers and mergers and these are discussed. The demand for petroleum has now pretty well recovered. The reasons for fluctuating prices in the 1990s, how the new structure should be cushioned against changes in the future, and the potential for South Korea to export refined petroleum, are all discussed

  7. Adaptive Mesh Refinement in CTH

    International Nuclear Information System (INIS)

    Crawford, David

    1999-01-01

    This paper reports progress on implementing a new capability of adaptive mesh refinement into the Eulerian multimaterial shock- physics code CTH. The adaptivity is block-based with refinement and unrefinement occurring in an isotropic 2:1 manner. The code is designed to run on serial, multiprocessor and massive parallel platforms. An approximate factor of three in memory and performance improvements over comparable resolution non-adaptive calculations has-been demonstrated for a number of problems

  8. Students lead the library the importance of student contributions to the academic library

    CERN Document Server

    Arnold-Garza, Sara

    2017-01-01

    In six parts-Students as Employees, Students as Curators, Students as Ambassadors, the Library as Client, Student Groups as Library Leaders, and Students as Library Designers-Students Lead the Library provides case studies of programs and initiatives that seek student input, assistance, and leadership in the academic library. Through the library, students can develop leadership skills, cultivate high levels of engagement, and offer peer learning opportunities. Through the students, libraries can create participatory design processes, enhancement and transformation of the library's core functions, and expressed library value for stakeholders.

  9. Price implications for Russia's oil refining

    International Nuclear Information System (INIS)

    Khartukov, Eugene M.

    1998-01-01

    Over the past several years, Russia's oil industry has undergone its radical transformation from a wholly state-run and generously subsidized oil distribution system toward a substantially privatized, cash-strapped, and quasi-market ''petropreneurship''. This fully applies to the industry's downstream sector. Still unlike more dynamic E and C operations, the country's refining has turned out better fenced off competitive market forces and is less capable to respond to market imperatives. Consequently, jammed between depressed product prices and persistent feedstock costs, Russian refiners were badly hit by the world oil glut - which has made a radical modernization of the obsolete refining sector clearly a must. (author)

  10. Optimizing refiner operation with statistical modelling

    Energy Technology Data Exchange (ETDEWEB)

    Broderick, G [Noranda Research Centre, Pointe Claire, PQ (Canada)

    1997-02-01

    The impact of refining conditions on the energy efficiency of the process and on the handsheet quality of a chemi-mechanical pulp was studied as part of a series of pilot scale refining trials. Statistical models of refiner performance were constructed from these results and non-linear optimization of process conditions were conducted. Optimization results indicated that increasing the ratio of specific energy applied in the first stage led to a reduction of some 15 per cent in the total energy requirement. The strategy can also be used to obtain significant increases in pulp quality for a given energy input. 20 refs., 6 tabs.

  11. Grain refinement mechanism in A3003 alloy

    International Nuclear Information System (INIS)

    Cho, Hoon; Shin, Je-Sik; Lee, Byoung-Soo; Jo, Hyung-Ho

    2009-01-01

    In the present study, in order to find out an grain refinement mechanism, 0.1wt.% Al-10wt.%Ti master alloy was added into A3003 alloy melt contained in graphite crucible and in alumina crucible, and then the melt holding time at 750 deg. C was systematically changed from 1 min up to 120 min. It is interesting to note that the grain refinement and fading phenomena remarkably depend on the crucible material. The fading effect in the specimens using alumina crucible can be explained as the result of TiAl 3 phase dissolution into molten aluminium matrix. In the specimens using graphite crucible, the grain refinement was occurred gradually with increasing holding time. It was suggest that the continuous grain refinement is due to transition of refinement mechanism from TiAl 3 phase to TiC phase. It can be mentioned that the TiC formed from titanium and carbon solute in the aluminium melt, which came from the Al-10Ti alloy and the graphite crucible.

  12. Libraries and Learning

    Science.gov (United States)

    Rainie, Lee

    2016-01-01

    The majority of Americans think local libraries serve the educational needs of their communities and families pretty well and library users often outpace others in learning activities. But many do not know about key education services libraries provide. This report provides statistics on library usage and presents key education services provided…

  13. Refining discordant gene trees.

    Science.gov (United States)

    Górecki, Pawel; Eulenstein, Oliver

    2014-01-01

    Evolutionary studies are complicated by discordance between gene trees and the species tree in which they evolved. Dealing with discordant trees often relies on comparison costs between gene and species trees, including the well-established Robinson-Foulds, gene duplication, and deep coalescence costs. While these costs have provided credible results for binary rooted gene trees, corresponding cost definitions for non-binary unrooted gene trees, which are frequently occurring in practice, are challenged by biological realism. We propose a natural extension of the well-established costs for comparing unrooted and non-binary gene trees with rooted binary species trees using a binary refinement model. For the duplication cost we describe an efficient algorithm that is based on a linear time reduction and also computes an optimal rooted binary refinement of the given gene tree. Finally, we show that similar reductions lead to solutions for computing the deep coalescence and the Robinson-Foulds costs. Our binary refinement of Robinson-Foulds, gene duplication, and deep coalescence costs for unrooted and non-binary gene trees together with the linear time reductions provided here for computing these costs significantly extends the range of trees that can be incorporated into approaches dealing with discordance.

  14. Evaluating Public Libraries Using Standard Scores: The Library Quotient.

    Science.gov (United States)

    O'Connor, Daniel O.

    1982-01-01

    Describes a method for assessing the performance of public libraries using a standardized scoring system and provides an analysis of public library data from New Jersey as an example. Library standards and the derivation of measurement ratios are also discussed. A 33-item bibliography and three data tables are included. (JL)

  15. The impact of computerisation of library operations on library ...

    African Journals Online (AJOL)

    The use of computer-based systems in libraries and information units is now a vogue. The era of manual system in library operations is on its way to extinction. Recent developments in information world tend towards a globalized information communication technology (ICT). The library as a dynamic institution cannot afford ...

  16. Library Systems: FY 2014 Public Libraries Survey (Administrative Entity Data)

    Data.gov (United States)

    Institute of Museum and Library Services — Find key information on library systems around the United States.These data include imputed values for libraries that did not submit information in the FY 2014 data...

  17. Fusion of Library, Archive, Museum, Publisher (LAMP: the NTNU Library Experience

    Directory of Open Access Journals (Sweden)

    Ke, Hao-Ren

    2016-06-01

    Full Text Available The convergence of libraries, archives, and museums (LAMs has garnered attention in recent years. Extending the tendency further, National Taiwan Normal University (NTNU fuses the library, archive, museum, and publisher (LAMP functionality together in its library. This article elaborates on the LAMP practices of the NTNU Library, which indicates that without creating new units in a university, its library can play a good role of curating invaluable university assets.

  18. The Homeless in the Public Library: Implications for Access to Libraries.

    Science.gov (United States)

    Simmons, Randall C.

    1985-01-01

    Discussion of the homeless in American public libraries focuses on harmless individuals who may be considered nuisance by library staff/patrons. Highlights include literature about problem library patrons, national problem, social issues, major themes (offense to others and library staff, balancing rights, and elitism), and implications for…

  19. Basic effects of pulp refining on fiber properties--a review.

    Science.gov (United States)

    Gharehkhani, Samira; Sadeghinezhad, Emad; Kazi, Salim Newaz; Yarmand, Hooman; Badarudin, Ahmad; Safaei, Mohammad Reza; Zubir, Mohd Nashrul Mohd

    2015-01-22

    The requirement for high quality pulps which are widely used in paper industries has increased the demand for pulp refining (beating) process. Pulp refining is a promising approach to improve the pulp quality by changing the fiber characteristics. The diversity of research on the effect of refining on fiber properties which is due to the different pulp sources, pulp consistency and refining equipment has interested us to provide a review on the studies over the last decade. In this article, the influence of pulp refining on structural properties i.e., fibrillations, fine formation, fiber length, fiber curl, crystallinity and distribution of surface chemical compositions is reviewed. The effect of pulp refining on electrokinetic properties of fiber e.g., surface and total charges of pulps is discussed. In addition, an overview of different refining theories, refiners as well as some tests for assessing the pulp refining is presented. Copyright © 2014 Elsevier Ltd. All rights reserved.

  20. What in the World Is a State Library? Issues in State Library Management.

    Science.gov (United States)

    Weaver, Barbara

    1990-01-01

    Provides an overview of the various roles of state libraries and discusses several issues of concern to all state libraries: the role of the library within state government; resources sharing; school library development; public library development; automation consulting; continuing education for library professionals; and the leadership role of…

  1. Libraries in society

    DEFF Research Database (Denmark)

    Kristiansson, Michael; Skouvig, Laura Henriette Christine

    2008-01-01

    The purpose of the paper is to investigate the phenomenon of openness in relation to library development. The term openness is presented and related to library development from historical and theoretical perspectives. The paper elaborates on the differences over time on to how openness has been...... understood in a library setting. Historically, openness in form of the open shelves played a crucial role in developing the modern public library. The paper examines this openness-centred library policy as adopted by Danish public libraries in the beginning of the 20th century by applying the theories...... by Michel Foucault on discourse and power to the introduction of open shelves. Furthermore, the paper discusses current challenges facing the modern public library in coping with openness issues that follow from changes in society and advances in technology. These influences and developments are not least...

  2. Library fingerprints: a novel approach to the screening of virtual libraries.

    Science.gov (United States)

    Klon, Anthony E; Diller, David J

    2007-01-01

    We propose a novel method to prioritize libraries for combinatorial synthesis and high-throughput screening that assesses the viability of a particular library on the basis of the aggregate physical-chemical properties of the compounds using a naïve Bayesian classifier. This approach prioritizes collections of related compounds according to the aggregate values of their physical-chemical parameters in contrast to single-compound screening. The method is also shown to be useful in screening existing noncombinatorial libraries when the compounds in these libraries have been previously clustered according to their molecular graphs. We show that the method used here is comparable or superior to the single-compound virtual screening of combinatorial libraries and noncombinatorial libraries and is superior to the pairwise Tanimoto similarity searching of a collection of combinatorial libraries.

  3. E-Library and Traditonal Library Resources Usage: A Comparative ...

    African Journals Online (AJOL)

    A comparative usage of e-library and traditional resources in Nigerian libraries was examined in this study. A descriptive survey method was adopted and a purposive sampling technique was used to select the sample and the process produced 125 academic, research, and public libraries in Nigeria. A total of 116 cases ...

  4. Organizational prerequisites for the preservation of library collections in monastery libraries

    Directory of Open Access Journals (Sweden)

    Maja Krtalić

    2012-02-01

    Full Text Available The aim of the paper is to investigate the preservation of written heritage in monastery libraries from legislative, institutional and organizational perspectives, and establish the necessary organizational prerequisites for improvement. Setting off from the presupposition that the library collections of monastery libraries are of immense cultural value, and can therefore be considered cultural good and part of Croatian written heritage, the paper discussed the need for a systematic approach to its protection, both on the operative level, in libraries themselves, and on the strategic level, by the authorities and other relevant institutions in the Republic of Croatia. In addition to the analysis of the legal and institutional frameworks and library collections preservation projects, three case studies were conducted in Franciscan monasteries in Mostar, Požega and Zadar, including interviews with their managers and one subject from the Croatian Institute of Librarianship. The case study aimed to investigate the context of the preservation of library collections in monastery libraries and provide answers to the following questions: how is the preservation in monastery libraries defined; how does it differ from the preservation in other libraries, and how is the preservation of collections in these libraries organized on institutional, local, and national levels? The research sets off from several core presuppositions: monastery libraries have valuable collections of Croatian and European written heritage; the heritage collections in monastery libraries are not investigated, organized, protected or presented at an adequate level; the responsibility for its preservation is not clearly assigned, there is not enough staff trained for preservation; the improvements in preservation and availability of library collections in monastery libraries should result from a better organization and management of the heritage preservation system in monastery

  5. Library 2.0 A New Service Model For Libraries

    Directory of Open Access Journals (Sweden)

    Agnes Erich

    2007-01-01

    Full Text Available The utilization of the new information and communication technologies implies a series of changes concerning the libraries. Currently it is spoken more and more about a new type of service offered by them, Library 2.0, which brings in foreground the user who becomes a modeler of the library services and resources. The information structures customer is not satisfied anymore by the unidirectional access to the resources, he wanted to be involved in the evaluation of them, making comments and sharing his ideas with another user. In this sense the library managers are looking for more efficient means to deliver services so that to obtain a proper feedback which enable them to take the best measures to make profitable them. Library 2.0 can be a solution for all these problems.

  6. Oil refining expansion criteria for Brazil

    International Nuclear Information System (INIS)

    Tavares, M.E.E.; Szklo, A.S.; Machado, G.V.; Schaeffer, R.; Mariano, J.B.; Sala, J.F.

    2006-01-01

    This paper assesses different strategies for the expansion of Brazil's oil refining segment, using criteria that range from energy security (reducing imports and vulnerability for key products) through to maximizing the profitability of this sector (boosting the output of higher value oil products) and adding value to Brazil's oil production (reducing exports of heavy acid oil). The development prospects are analyzed for conventional fuel production technology routes, sketching out three possible refining schemes for Brazilian oil and a GTL plant for producing gasoil from natural gas. Market scenario simulations indicate that investments will be required in Brazil's oil refining segment over and above those allocated to planned modifications in its current facilities, reducing the nation's vulnerability in terms of gasoil and petrochemical naphtha imports. Although not economically attractive, oil refining is a key activity that is crucial to oil company strategies. The decision to invest in this segment depends on local infrastructure conditions, environmental constraints and fuel specifications, in addition to oil company strategies, steady growth in demand and the definition of a government policy that eases institutional risks. (author)

  7. Oil refining expansion criteria for Brazil

    International Nuclear Information System (INIS)

    Tavares, Marina Elisabete Espinho; Szklo, Alexandre Salem; Machado, Giovani Vitoria; Schaeffer, Roberto; Mariano, Jacqueline Barboza; Sala, Janaina Francisco

    2006-01-01

    This paper assesses different strategies for the expansion of Brazil's oil refining segment, using criteria that range from energy security (reducing imports and vulnerability for key products) through to maximizing the profitability of this sector (boosting the output of higher value oil products) and adding value to Brazil's oil production (reducing exports of heavy acid oil). The development prospects are analyzed for conventional fuel production technology routes, sketching out three possible refining schemes for Brazilian oil and a GTL plant for producing gasoil from natural gas. Market scenario simulations indicate that investments will be required in Brazil's oil refining segment over and above those allocated to planned modifications in its current facilities, reducing the nation's vulnerability in terms of gasoil and petrochemical naphtha imports. Although not economically attractive, oil refining is a key activity that is crucial to oil company strategies. The decision to invest in this segment depends on local infrastructure conditions, environmental constraints and fuel specifications, in addition to oil company strategies, steady growth in demand and the definition of a government policy that eases institutional risks

  8. The Development of National Library Functions in the British Museum Library and the Library of Congress.

    Science.gov (United States)

    Stewart, Richard Addison

    The histories of two national libraries, the British Museum Library and the Library of Congress, are examined with respect to the development of each of three functions: (1) the acquisition and maintenance of a comprehensive collection of the country's publications, usually by copyright deposit; (2) the maintenance of basic research collections in…

  9. Use of library statistics to support library and advisory services and ...

    African Journals Online (AJOL)

    Statistical information is a vital tool for management and development of organizations. Keeping statistics of activities is basic to the survival and progress of a library and enables the library to measure its performance periodically. The National Library of Nigeria (NLN) places high premium on the library statistics that it ...

  10. Is Your Academic Library Pinning? Academic Libraries and Pinterest

    Science.gov (United States)

    Thornton, Elaine

    2012-01-01

    Academic libraries are flocking to online social networking sites in an effort to meet users where they are. Pinterest is the latest of these rapidly growing online social networking tools. The author of this article reports results from a survey on academic libraries' presence on Pinterest. The survey found most academic library pinboards are in…

  11. Library/vendor relationships

    CERN Document Server

    Brooks, Sam

    2014-01-01

    A view of the mutual dependence between libraries and vendorsAs technology advances, libraries are forced to reach beyond their own resources to find effective ways to maintain accuracy and superior service levels. Vendors provide databases and integrated library systems that perform those functions for profit. Library/Vendor Relationships examines the increasing cooperation in which libraries find they must participate in, and vice versa, with the vendors that provide system infrastructure and software. Expert contributors provide insights from all sides of this unique collaboration, offering

  12. Accurate macromolecular crystallographic refinement: incorporation of the linear scaling, semiempirical quantum-mechanics program DivCon into the PHENIX refinement package

    Energy Technology Data Exchange (ETDEWEB)

    Borbulevych, Oleg Y.; Plumley, Joshua A.; Martin, Roger I. [QuantumBio Inc., 2790 West College Avenue, State College, PA 16801 (United States); Merz, Kenneth M. Jr [University of Florida, Gainesville, Florida (United States); Westerhoff, Lance M., E-mail: lance@quantumbioinc.com [QuantumBio Inc., 2790 West College Avenue, State College, PA 16801 (United States)

    2014-05-01

    Semiempirical quantum-chemical X-ray macromolecular refinement using the program DivCon integrated with PHENIX is described. Macromolecular crystallographic refinement relies on sometimes dubious stereochemical restraints and rudimentary energy functionals to ensure the correct geometry of the model of the macromolecule and any covalently bound ligand(s). The ligand stereochemical restraint file (CIF) requires a priori understanding of the ligand geometry within the active site, and creation of the CIF is often an error-prone process owing to the great variety of potential ligand chemistry and structure. Stereochemical restraints have been replaced with more robust functionals through the integration of the linear-scaling, semiempirical quantum-mechanics (SE-QM) program DivCon with the PHENIX X-ray refinement engine. The PHENIX/DivCon package has been thoroughly validated on a population of 50 protein–ligand Protein Data Bank (PDB) structures with a range of resolutions and chemistry. The PDB structures used for the validation were originally refined utilizing various refinement packages and were published within the past five years. PHENIX/DivCon does not utilize CIF(s), link restraints and other parameters for refinement and hence it does not make as many a priori assumptions about the model. Across the entire population, the method results in reasonable ligand geometries and low ligand strains, even when the original refinement exhibited difficulties, indicating that PHENIX/DivCon is applicable to both single-structure and high-throughput crystallography.

  13. THERMLIB, Generator and Edit of Program THERMOS-OTA Library. THERLIB, Library Generated for THERMOS from FACEL Library

    International Nuclear Information System (INIS)

    Rastas, A.

    1985-01-01

    1 - Description of problem or function: THERMLIB is a code that generates, revises and expands the input data library to the lattice cell code THERMOS-OTA. It can be used to: - create an entirely new library; - modify the data of library materials, remove materials, add materials; - list the library. 2 - Restrictions on the complexity of the problem: Max. of 30 materials may be modified or removed. Max. of 30 new materials may be created. Max. of 50 velocity groups

  14. Refined large N duality for knots

    DEFF Research Database (Denmark)

    Kameyama, Masaya; Nawata, Satoshi

    We formulate large N duality of U(N) refined Chern-Simons theory with a torus knot/link in S³. By studying refined BPS states in M-theory, we provide the explicit form of low-energy effective actions of Type IIA string theory with D4-branes on the Ω-background. This form enables us to relate...

  15. Region-of-interest volumetric visual hull refinement

    KAUST Repository

    Knoblauch, Daniel; Kuester, Falko

    2010-01-01

    This paper introduces a region-of-interest visual hull refinement technique, based on flexible voxel grids for volumetric visual hull reconstructions. Region-of-interest refinement is based on a multipass process, beginning with a focussed visual

  16. Teleporting the library?

    DEFF Research Database (Denmark)

    Heilesen, Simon

    2009-01-01

    In 2007, six Danish public libraries established a virtual library, Info Island DK, in Second Life. This article discusses the library project in terms of design. The design processes include the planning and implementation of the virtual library structure and its equipment, as well...... as the organizing and carrying out of activities in the virtual setting. It will be argued that, to a large extent, conventions have determined design and use of the virtual library, and also that design has had an impact on the attitudes and understanding of the participants....

  17. Public Libraries in Bangladesh.

    Science.gov (United States)

    Khan, M. H.

    1984-01-01

    Overview of library movement in Bangladesh highlights British (1851-1947) and Pakistan periods (1947-1971), separation of Bangladesh from Pakistan, libraries in development plans (1951-1970), three important public libraries, development of national library, book resources, a library network plan, legislation, finance, leadership, library…

  18. US refining reviewed

    International Nuclear Information System (INIS)

    Yamaguchi, N.D.

    1998-01-01

    The paper reviews the history, present position and future prospects of the petroleum industry in the USA. The main focus is on supply and demand, the high quality of the products, refinery capacity and product trade balances. Diagrams show historical trends in output, product demand, demand for transport fuels and oil, refinery capacity, refinery closures, and imports and exports. Some particularly salient points brought out were (i) production of US crude shows a marked downward trend but imports of crude will continue to increase, (ii) product demand will continue to grow even though the levels are already high, (iii) the demand is dominated by those products that typically yield the highest income for the refiner, (i.e. high quality transport fuels for environmental compliance), (iv) refinery capacity has decreased since 1980 and (v) refining will continue to have financial problems but will still be profitable. (UK)

  19. Library system of Italy

    Directory of Open Access Journals (Sweden)

    Nataša Gerbec

    2003-01-01

    Full Text Available In the European extent, Italy is the cradle of libraries and library sciences. In the past, Italian national public libraries played an important role through their vast book treasury. But only during the last thirty years have public libraries been developed following the Anglo-American public library model. Italy does not have any uniform or general legislation concerning libraries. On the state level, this area is regulated by some separate acts, while on the regional level there is a collection of various acts and regulations. Libraries are not strictly divided into general categories. It is required that the professionals engaged in Italian libraries should have secondary or university education. The level of their professional tasks depends on the type of library and its capacity. The competency for the development in the field of librarianship is assigned to The Ministry of Cultural and Environment Heritage as well as to its subordinate institutions (Central Institute for the Union catalogue of Italian Libraries and for Bibliographic Information, Central Institute for Book Pathology, Observatory for International Libraries Programmes.

  20. Neutrosophic Refined Similarity Measure Based on Cosine Function

    Directory of Open Access Journals (Sweden)

    Said Broumi

    2014-12-01

    Full Text Available In this paper, the cosine similarity measure of neutrosophic refined (multi- sets is proposed and its properties are studied. The concept of this cosine similarity measure of neutrosophic refined sets is the extension of improved cosine similarity measure of single valued neutrosophic. Finally, using this cosine similarity measure of neutrosophic refined set, the application of medical diagnosis is presented.

  1. The library catalogue as a retrieval tool in academic libraries: a case ...

    African Journals Online (AJOL)

    The library catalogue as a retrieval tool in academic libraries: a case study of federal university of technology Owerri library. ... Information Technologist (The) ... be emphasized and made compulsory for a ll library users and strengthening the ...

  2. Future of French refining

    International Nuclear Information System (INIS)

    Calvet, B.

    1993-01-01

    Over recent years, the refining industry has had to grapple with a growing burden of environmental and safety regulations concerning not only its plants and other facilities, but also its end products. At the same time, it has had to bear the effects of the reduction of the special status that used to apply to petroleum, and the consequences of economic freedom, to which we should add, as specifically concerns the French market, the impact of energy policy and the pro-nuclear option. The result is a drop in heavy fuel oil from 36 million tonnes per year in 1973 to 6.3 million in 1992, and in home-heating fuel from 37 to 18 million per year. This fast-moving market is highly competitive. The French market in particular is wide open to imports, but the refining companies are still heavy exporters for those products with high added-value, like lubricants, jet fuel, and lead-free gasolines. The competition has led the refining companies to commit themselves to quality, and to publicize their efforts in this direction. This is why the long-term perspectives for petroleum fuels are still wide open. This is supported by the probable expectation that the goal of economic efficiency is likely to soften the effects of the energy policy, which penalizes petroleum products, in that they have now become competitive again. In the European context, with the challenge of environmental protection and the decline in heavy fuel outlets, French refining has to keep on improving the quality of its products and plants, which means major investments. The industry absolutely must return to a more normal level of profitability, in order to sustain this financial effort, and generate the prosperity of its high-performance plants and equipment. 1 fig., 5 tabs

  3. The evolution of oil refining in Europe

    Energy Technology Data Exchange (ETDEWEB)

    Reid, A. [CONCAWE, Brussels (Belgium)

    2013-04-01

    Back in 1963 when CONCAWE was founded, the world looked very different from what it is today, and so did the global and European refining industry. Oil product markets were expanding fast and new refineries were being built at a steady rate. The oil crisis of the 1970s brought an abrupt end to this, heralding a long era of consolidation and stepwise adaptation. At the same time the nature of the global oil business shifted from fully integrated companies producing, transporting and refining their own oil to a much more diversified situation where oil production ('upstream') and refining/distribution ('downstream') gradually became two essentially separate businesses. From being purely a 'cost centre' in an integrated chain, refining has become a separate activity in its own right, operating as a 'profit centre' between two global markets - crude oil and products - which, although not entirely independent, have their own dynamics and influences. In addition demand gradually shifted towards lighter products while the quality requirements on all products were considerably tightened. This article explores the new challenges that these changes have imposed on EU refiners, and describes CONCAWE's contributions to understanding their impact on refinery production and investments.

  4. News from the Library

    CERN Multimedia

    CERN Library

    2010-01-01

    The LHC Library to be merged with the Central Library. Not everyone knows that CERN Scientific Information Service currently counts three physical libraries on site. The Central Library is located in Building 52 and there are two satellite libraries located respectively in building 30 (the LHC Library) and in building 864 on Prévessin site (the SPS Library). Moreover, the Legal Service Library is located in Building 60. In the past, there have been at CERN up to 6 satellite libraries; they were essential at a time when information was only in paper form and having multiple copies of documents located in several places at CERN was useful to facilitate scientific research. Today, this need is less critical as most of our resources are online. That is why, following a SIPB (Scientific Information Policy Board) decision, the collections of the LHC Library will be merged this summer with the Central collection. This reorganization and centralization of resources will improve loan services. The SP...

  5. Library Research and Statistics. Research on Libraries and Librarianship in 2002; Number of Libraries in the United States and Canada; Highlights of NCES Surveys; Library Acquisition Expenditures, 2001-2002: U.S. Public, Academic, Special, and Government Libraries; LJ Budget Report: A Precarious Holding Pattern; Price Indexes for Public and Academic Libraries; Library Buildings 2002: The Building Buck Doesn't Stop Here.

    Science.gov (United States)

    Lynch, Mary Jo; Oder, Norman; Halstead, Kent; Fox, Bette-Lee

    2003-01-01

    Includes seven reports that discuss research on libraries and librarianship, including academic, public, and school libraries; awards and grants; number of libraries in the United States and Canada; National Center for Education Statistics results; library expenditures for public, academic, special, and government libraries; library budgets; price…

  6. MAGNETO-FRICTIONAL MODELING OF CORONAL NONLINEAR FORCE-FREE FIELDS. I. TESTING WITH ANALYTIC SOLUTIONS

    Energy Technology Data Exchange (ETDEWEB)

    Guo, Y.; Keppens, R. [School of Astronomy and Space Science, Nanjing University, Nanjing 210023 (China); Xia, C. [Centre for mathematical Plasma-Astrophysics, Department of Mathematics, KU Leuven, B-3001 Leuven (Belgium); Valori, G., E-mail: guoyang@nju.edu.cn [University College London, Mullard Space Science Laboratory, Holmbury St. Mary, Dorking, Surrey RH5 6NT (United Kingdom)

    2016-09-10

    We report our implementation of the magneto-frictional method in the Message Passing Interface Adaptive Mesh Refinement Versatile Advection Code (MPI-AMRVAC). The method aims at applications where local adaptive mesh refinement (AMR) is essential to make follow-up dynamical modeling affordable. We quantify its performance in both domain-decomposed uniform grids and block-adaptive AMR computations, using all frequently employed force-free, divergence-free, and other vector comparison metrics. As test cases, we revisit the semi-analytic solution of Low and Lou in both Cartesian and spherical geometries, along with the topologically challenging Titov–Démoulin model. We compare different combinations of spatial and temporal discretizations, and find that the fourth-order central difference with a local Lax–Friedrichs dissipation term in a single-step marching scheme is an optimal combination. The initial condition is provided by the potential field, which is the potential field source surface model in spherical geometry. Various boundary conditions are adopted, ranging from fully prescribed cases where all boundaries are assigned with the semi-analytic models, to solar-like cases where only the magnetic field at the bottom is known. Our results demonstrate that all the metrics compare favorably to previous works in both Cartesian and spherical coordinates. Cases with several AMR levels perform in accordance with their effective resolutions. The magneto-frictional method in MPI-AMRVAC allows us to model a region of interest with high spatial resolution and large field of view simultaneously, as required by observation-constrained extrapolations using vector data provided with modern instruments. The applications of the magneto-frictional method to observations are shown in an accompanying paper.

  7. Refining of raw materials, lignite present economic problems

    Energy Technology Data Exchange (ETDEWEB)

    Schirmer, G.

    1985-06-01

    East Germany seeks an economic intensification program that involves refining raw materials to a higher level. Lignite briquetting prior to liquefaction and gasification illustrates both the theoretical and practical aspects of that goal and also introduces questions of secure supplies. The author describes the special labor processes, use of technology, recycling of waste materials, and other new problems that the approach entails as the refined raw materials become new materials or energy sources. Economics based on the value of the refined product and the cost of the materials determine the degree of refinement. The concept also involves the relationship of producer and user as profits increase.

  8. Library design practices for success in lead generation with small molecule libraries.

    Science.gov (United States)

    Goodnow, R A; Guba, W; Haap, W

    2003-11-01

    The generation of novel structures amenable to rapid and efficient lead optimization comprises an emerging strategy for success in modern drug discovery. Small molecule libraries of sufficient size and diversity to increase the chances of discovery of novel structures make the high throughput synthesis approach the method of choice for lead generation. Despite an industry trend for smaller, more focused libraries, the need to generate novel lead structures makes larger libraries a necessary strategy. For libraries of a several thousand or more members, solid phase synthesis approaches are the most suitable. While the technology and chemistry necessary for small molecule library synthesis continue to advance, success in lead generation requires rigorous consideration in the library design process to ensure the synthesis of molecules possessing the proper characteristics for subsequent lead optimization. Without proper selection of library templates and building blocks, solid phase synthesis methods often generate molecules which are too heavy, too lipophilic and too complex to be useful for lead optimization. The appropriate filtering of virtual library designs with multiple computational tools allows the generation of information-rich libraries within a drug-like molecular property space. An understanding of the hit-to-lead process provides a practical guide to molecular design characteristics. Examples of leads generated from library approaches also provide a benchmarking of successes as well as aspects for continued development of library design practices.

  9. Chat reference service in medical libraries: part 2--Trends in medical school libraries.

    Science.gov (United States)

    Dee, Cheryl R

    2003-01-01

    An increasing number of medical school libraries offer chat service to provide immediate, high quality information at the time and point of need to students, faculty, staff, and health care professionals. Part 2 of Chat Reference Service in Medical Libraries presents a snapshot of the current trends in chat reference service in medical school libraries. In late 2002, 25 (21%) medical school libraries provided chat reference. Trends in chat reference services in medical school libraries were compiled from an exploration of medical school library Web sites and informal correspondence from medical school library personnel. Many medical libraries are actively investigating and planning new chat reference services, while others have decided not to pursue chat reference at this time. Anecdotal comments from medical school library staff provide insights into chat reference service.

  10. Refining's-clean new jingle

    International Nuclear Information System (INIS)

    Anon.

    1992-01-01

    This paper reports that at a time when profit margins are slim and gasoline demand is down, the U.S. petroleum-refining industry is facing one of its greatest challenges; How to meet new federal and state laws for reformulated gasoline, oxygenated fuels, low-sulfur diesel and other measures to improve the environment. The American Petroleum Institute (API) estimates that industry will spend between $15 and $23 billion by the end of the decade to meet the U.S. Clean Air Act Amendments (CAAA) of 1990, and other legislation. ENSR Consulting and Engineering's capital-spending figure runs to between $70 and 100 billion this decade, including $24 billion to produce reformulated fuels and $10-12 billion to reduce refinery emissions. M.W. Kellogg Co. estimates that refiners may have to spend up to $30 billion this decade to meet the demand for reformulated gasoline. The estimates are wide-ranging because refiners are still studying their options and delaying final decisions as long as they can, to try to ensure they are the best and least-costly decisions. Oxygenated fuels will be required next winter, but federal regulations for reformulated gasoline won't go into effect until 1995, while California's tougher reformulated-fuels law will kick in the following year

  11. Dynamic Programming Algorithm for Generation of Optimal Elimination Trees for Multi-frontal Direct Solver Over H-refined Grids

    KAUST Repository

    AbouEisha, Hassan M.

    2014-06-06

    In this paper we present a dynamic programming algorithm for finding optimal elimination trees for computational grids refined towards point or edge singularities. The elimination tree is utilized to guide the multi-frontal direct solver algorithm. Thus, the criterion for the optimization of the elimination tree is the computational cost associated with the multi-frontal solver algorithm executed over such tree. We illustrate the paper with several examples of optimal trees found for grids with point, isotropic edge and anisotropic edge mixed with point singularity. We show the comparison of the execution time of the multi-frontal solver algorithm with results of MUMPS solver with METIS library, implementing the nested dissection algorithm.

  12. ORIGEN-S data libraries

    International Nuclear Information System (INIS)

    Ryman, J.C.

    1984-01-01

    There are five card-image nuclear data libraries: (1) a small light element library for 253 nuclides, (2) a large light element library for 687 nuclides, (3) an actinide library for 101 nuclides, (4) a small fission product library for 461 nuclides, and (5) a large fission product library for 821 nuclides. The data for each nuclide are contained on five card-image records. The first card image contains decay data (half-life, branching fractions, recoverable energy per decay and the fraction of recoverable energy from photons), percent natural abundance, and radioactivity concentration guides. The last four card images contain cross section and (for fission product nuclides) fission yield data for four reactor types (HTGR, LWR, LMFBR, and MSBR), with one card for each reactor type. The card-image nuclear data libraries are the basic libraries for ORIGEN-S. The code can be run using these libraries directly, or it can be run from a binary data library which (prior to any cross section or other nuclear data updating) was created by running the COUPLE code to convert one or more of these card-image libraries

  13. Main Libraries, Branches, and Bookmobiles: FY 2013 Public Libraries Survey (Outlet)

    Data.gov (United States)

    Institute of Museum and Library Services — Find key information on main libraries, branches, and bookmobiles, including FSCS IDs and location.These data include imputed values for libraries that did not...

  14. Afghanistan Digital Library Initiative: Revitalizing an Integrated Library System

    Directory of Open Access Journals (Sweden)

    Yan HAN

    2007-12-01

    Full Text Available This paper describes an Afghanistan digital library initiative of building an integrated library system (ILS for Afghanistan universities and colleges based on open-source software. As one of the goals of the Afghan eQuality Digital Libraries Alliance, the authors applied systems analysis approach, evaluated different open-source ILSs, and customized the selected software to accommodate users’ needs. Improvements include Arabic and Persian language support, user interface changes, call number label printing, and ISBN-13 support. To our knowledge, this ILS is the first at a large academic library running on open-source software.

  15. Presentation of the selected French libraries and the French library system

    Directory of Open Access Journals (Sweden)

    Moja Kotar

    2007-01-01

    Full Text Available The Selected French libraries (Bibliotheque nationale de France, Bibliotheque publique d’information, multimedia library of the Cité des sciences et de l’industrie as well as Paris public libraries are presented in the article. France does not have a union catalogue at the national level, therefore libraries use different platforms for shared cataloguing and compile more union catalogues. According to their needs, French libraries join into consortia for the acquisition of electronic resources, which can be either geographically or thematically delimited or formed by the institutions of the same status. The author believes that the Slovenian library network works well considering much smaller budget for culture and higher education in comparison with France. To improve its performance, more funds would have to be allocated and higher reputation of the library profession achieved, comparable to the situation in France. Digitization of resources is the area where the Slovenian librarianship lags most behind the French one.

  16. Refinement of the concept of uncertainty.

    Science.gov (United States)

    Penrod, J

    2001-04-01

    To analyse the conceptual maturity of uncertainty; to develop an expanded theoretical definition of uncertainty; to advance the concept using methods of concept refinement; and to analyse congruency with the conceptualization of uncertainty presented in the theory of hope, enduring, and suffering. Uncertainty is of concern in nursing as people experience complex life events surrounding health. In an earlier nursing study that linked the concepts of hope, enduring, and suffering into a single theoretical scheme, a state best described as 'uncertainty' arose. This study was undertaken to explore how this conceptualization fit with the scientific literature on uncertainty and to refine the concept. Initially, a concept analysis using advanced methods described by Morse, Hupcey, Mitcham and colleagues was completed. The concept was determined to be partially mature. A theoretical definition was derived and techniques of concept refinement using the literature as data were applied. The refined concept was found to be congruent with the concept of uncertainty that had emerged in the model of hope, enduring and suffering. Further investigation is needed to explore the extent of probabilistic reasoning and the effects of confidence and control on feelings of uncertainty and certainty.

  17. Refinement Checking on Parametric Modal Transition Systems

    DEFF Research Database (Denmark)

    Benes, Nikola; Kretínsky, Jan; Larsen, Kim Guldstrand

    2015-01-01

    Modal transition systems (MTS) is a well-studied specification formalism of reactive systems supporting a step-wise refinement methodology. Despite its many advantages, the formalism as well as its currently known extensions are incapable of expressing some practically needed aspects in the refin...

  18. German Librarianship and Munich Libraries

    Directory of Open Access Journals (Sweden)

    Osman Ümit Özen

    1994-06-01

    Full Text Available There are 27 municipal libraries including the Central Public Library in Munich. The other important libraries in the city are Bayern State National Library, Maximillian University Library, a technical highschool library and the "Deutsches Musuem" Library. All these libraries are financed locally. The author introduces these libraries briefly and compares German libraries with Turkish libraries. He concludes that although theoretically there are not distinctive differences, in practice, buildings and their layout are better in Germany where more variety of services are offered. In Turkey standardization has not been realized yet. Turkey needs to computerize and network to improve the services offered in an efficient way.

  19. Assessment of Library Instruction and Library Literacy Skills of First ...

    African Journals Online (AJOL)

    This study investigated the effectiveness and impact of library instruction (GST 111 – the use of library) course on library literacy skills of first year undergraduate students. The study adopted the descriptive survey research method and questionnaire was used as the research instrument. First year undergraduate students of ...

  20. Student Library Pages: Valuable Resource for the Library Media Center.

    Science.gov (United States)

    Crowther, Eleanor

    1993-01-01

    Describes the use of students as library pages at the Loudoun Country Day School (Virginia). Highlights include student selection procedures, including interviews; parental consent form; library page duties; benefits to students; benefits to the library; and parent attitudes. Copies of the student interview form and parental consent form are…

  1. Japan's refiner/marketers headed for major shakeout

    International Nuclear Information System (INIS)

    Anon.

    1996-01-01

    Japan's downstream oil industry is in a state of crisis and headed for a major shakeout. The major catalyst for this was a dramatic deregulation step during April 1996 that allowed refined petroleum product imports by non-refiners. The move, together with a sharp drop in refining margins, falling retail gasoline prices, and a service station sector on the brink of collapse, are all leading to massive changes in the way the country's refiners and marketers do business. This paper reviews the collapse of corporate profits during this period of deregulation; the development of a new price system geared toward bringing the prices of gasoline, fuel oil, and kerosene into line with each other to offset the fall in gasoline prices; and industry restructuring including mergers, acquisitions, and marketing consolidation. The paper then makes predictions on the outcome of these changes on the Japanese oil industry

  2. The Value of Nonmedical Academic Libraries to Medical Libraries: A Case in Point

    Science.gov (United States)

    Drake, Paul B.

    2010-01-01

    While the National Library of Medicine created the National Network of Libraries of Medicine (NN/LM) as a network to provide medical and health information, historically few nonmedical academic libraries have participated. University medical libraries and hospital libraries have been the major focus of the Network. Recently, the NNLM has…

  3. Marketing the Virtual Library

    Science.gov (United States)

    Fagan, Jody Condit

    2009-01-01

    Far more people are familiar with their local public or college library facility than their library's website and online resources. In fact, according to a recent survey, 96% of Americans said they had visited a library in person, but less than one-third have visited their online library. Since everyone agrees that online library resources are…

  4. Pilot scale refinning of crude soybean oil | Mensah | Journal of ...

    African Journals Online (AJOL)

    Pilot scale refinning of crude soybean oil. ... Abstract. A laboratory process for refining soybean has been scaled up to a 145 tonne per annum pilot plant to refine crude soybean oil. ... The quality of the refined oil was found to be within national and codex standard specifications for edible oil from vegetable sources.

  5. Technological studies on uranium refining at nuclear materials authority, Egypt

    International Nuclear Information System (INIS)

    Mohammed, H.S.

    1997-01-01

    In 1992 nuclear materials authority (NMA) took a decision to establish yellow cake refining. Unit so as to study refining of El-Atshan yellow cake which recently produced by ion-exchange pilot plant, production sector. The research studies followed the conventional refining rout to produce nuclear grade UO 3 . This implies investigations on some common solvents to refine the cake viz. tri alkyl phosphates, tri alkyl phosphine oxides, dialkyl phosphoric acid as well as high-molecular weight long-chain tertiary amines. Moreover, non-conventional refining process has also been presented depending on the selectivity of uranyl ion to be dissolved by carbonate and to be precipitated by hydrogen peroxide. Most of the proposed processes were found feasible to refine El-Atshan yellow cake. however, the non- conventional refining process appears to be the most promising, owing to its superior performance and economy

  6. Library Systems: FY 1992-2012 Public Libraries Survey Trends (Administrative Entity)

    Data.gov (United States)

    Institute of Museum and Library Services — Find key information on trends in library systems around the United States from FY 1992 to FY 2012.These data include imputed values for libraries that did not...

  7. Cavitation-aided grain refinement in aluminium alloys

    NARCIS (Netherlands)

    Atamanenko, T.V.

    2010-01-01

    This thesis deals with grain refinement under the influence of ultrasonic-driven cavitation in aluminium casting processes. Three major goals of this research were: (1) to identify the mechanism of the cavitation-aided grain refinement at different stages of solidification; (2) to reveal the

  8. Accurate macromolecular crystallographic refinement: incorporation of the linear scaling, semiempirical quantum-mechanics program DivCon into the PHENIX refinement package.

    Science.gov (United States)

    Borbulevych, Oleg Y; Plumley, Joshua A; Martin, Roger I; Merz, Kenneth M; Westerhoff, Lance M

    2014-05-01

    Macromolecular crystallographic refinement relies on sometimes dubious stereochemical restraints and rudimentary energy functionals to ensure the correct geometry of the model of the macromolecule and any covalently bound ligand(s). The ligand stereochemical restraint file (CIF) requires a priori understanding of the ligand geometry within the active site, and creation of the CIF is often an error-prone process owing to the great variety of potential ligand chemistry and structure. Stereochemical restraints have been replaced with more robust functionals through the integration of the linear-scaling, semiempirical quantum-mechanics (SE-QM) program DivCon with the PHENIX X-ray refinement engine. The PHENIX/DivCon package has been thoroughly validated on a population of 50 protein-ligand Protein Data Bank (PDB) structures with a range of resolutions and chemistry. The PDB structures used for the validation were originally refined utilizing various refinement packages and were published within the past five years. PHENIX/DivCon does not utilize CIF(s), link restraints and other parameters for refinement and hence it does not make as many a priori assumptions about the model. Across the entire population, the method results in reasonable ligand geometries and low ligand strains, even when the original refinement exhibited difficulties, indicating that PHENIX/DivCon is applicable to both single-structure and high-throughput crystallography.

  9. FENDL multigroup libraries

    International Nuclear Information System (INIS)

    Ganesan, S.; Muir, D.W.

    1992-01-01

    Selected neutron reaction nuclear data libraries and photon-atomic interaction cross section libraries for elements of interest to the IAEA's program on Fusion Evaluated Nuclear Data Library (FENDL) have been processed into MATXSR format using the NJOY system on the VAX4000 computer of the IAEA. This document lists the resulting multigroup data libraries. All the multigroup data generated are available cost-free upon request from the IAEA Nuclear Data Section. (author). 9 refs

  10. DNA-encoded chemical libraries: advancing beyond conventional small-molecule libraries.

    Science.gov (United States)

    Franzini, Raphael M; Neri, Dario; Scheuermann, Jörg

    2014-04-15

    DNA-encoded chemical libraries (DECLs) represent a promising tool in drug discovery. DECL technology allows the synthesis and screening of chemical libraries of unprecedented size at moderate costs. In analogy to phage-display technology, where large antibody libraries are displayed on the surface of filamentous phage and are genetically encoded in the phage genome, DECLs feature the display of individual small organic chemical moieties on DNA fragments serving as amplifiable identification barcodes. The DNA-tag facilitates the synthesis and allows the simultaneous screening of very large sets of compounds (up to billions of molecules), because the hit compounds can easily be identified and quantified by PCR-amplification of the DNA-barcode followed by high-throughput DNA sequencing. Several approaches have been used to generate DECLs, differing both in the methods used for library encoding and for the combinatorial assembly of chemical moieties. For example, DECLs can be used for fragment-based drug discovery, displaying a single molecule on DNA or two chemical moieties at the extremities of complementary DNA strands. DECLs can vary substantially in the chemical structures and the library size. While ultralarge libraries containing billions of compounds have been reported containing four or more sets of building blocks, also smaller libraries have been shown to be efficient for ligand discovery. In general, it has been found that the overall library size is a poor predictor for library performance and that the number and diversity of the building blocks are rather important indicators. Smaller libraries consisting of two to three sets of building blocks better fulfill the criteria of drug-likeness and often have higher quality. In this Account, we present advances in the DECL field from proof-of-principle studies to practical applications for drug discovery, both in industry and in academia. DECL technology can yield specific binders to a variety of target

  11. The WIMSLIB library - neutron data library for WIMS-D

    International Nuclear Information System (INIS)

    Liu Ping

    1998-05-01

    During a visit to the IAEA Nuclear Data Section from 13 June to 12 December 1997, the author processed the Chinese Evaluated Nuclear Data Library (CENDL), Version 2.1, using the NJOY Nuclear Data Processing System, Version 94.105, to generate the working library WIMSLIB for input to WIMS-D/4 and WIMS-D/5A. The WIMSLIB library was then used to perform benchmark testing of CENDL-2.1. (author)

  12. Leadership In The Public Library : Case Study In Tenteram City Public Library

    Directory of Open Access Journals (Sweden)

    Muhammad Irsyad Al Fatih

    2018-01-01

    Full Text Available In the formal and informal organization, it is always found someone who is considered more prominent than others, who then appointed or designated as a leader. The Leader of an organization is expected to have leadership qualities, which showed his skills in leading organizations. A leader in the library requires synergy between skills in library management and leadership in general in order to create a good working atmosphere and to encourage the library staff in providing the best services to the patron community. Tenteram City Public library since year of 2018 has never experienced a change of its leader. Research using qualitative approach aimed to identify the leadership of Tenteram City public library leader in developing human resources and library services. Data of this study is gathered through observation and interviews. It is found that the head of the library serves as a role model in imbedding working discipline, he never involved the staff in decision making, the fear of making mistake is the working atmosphere created in the library. The Research found that the head of Tenteram City public library adopts autocratic leadership.

  13. Leadership In The Public Library : Case Study In Tenteram City Public Library

    Directory of Open Access Journals (Sweden)

    Muhammad Irsyad Alfatih

    2017-06-01

    In the formal and informal organization, it is always found someone who is considered more prominent than others, who then appointed or designated as a leader. The Leader of an organization is expected to have leadership qualities, which showed his skills in leading organizations. A leader in the library requires synergy between skills in library management and leadership in general in order to create a good working atmosphere and to encourage the library staff in providing the best services to the patron community. Tenteram City Public library since year of 2018 has never experienced a change of its leader. Research using qualitative approach aimed to identify the leadership of Tenteram City public library leader in developing human resources and library services. Data of this study is gathered through observation and interviews. It is found that the head of the library serves as a role model in imbedding working discipline, he never involved the staff in decision making, the fear of making mistake is the working atmosphere created in the library. The Research found that the head of Tenteram City public library adopts autocratic leadership.

  14. LANL Research Library

    Science.gov (United States)

    Los Alamos National Laboratory The LANL Research Library website has been moved to http ://www.lanl.gov/library/. Please update your bookmarks. If you are not redirected to the new location within 10 http:// | Last Modified: Send email to the Library

  15. The E-rate Program and Libraries and Library Consortia, 2000-2004: Trends and Issues

    Directory of Open Access Journals (Sweden)

    Paul T. Jaeger

    2005-06-01

    Full Text Available The E-rate program has provided tremendous benefits to libraries, allowing many libraries and library systems to acquire technological equipment and services that would otherwise be too expensive, increasing the availability of public Internet access through libraries. This article analyzes the data related to the E-rate program and the discounts that it has provided to libraries and library systems between 2000 and 2004. By examining the E-rate data in a longitudinal manner, this article explores the trends in the application for and the provision of E-rate discounts to libraries and library consortia at national and state levels. The data suggest that, despite a number of controversies over the years, the program has provided a significant level of support for libraries and library consortia.

  16. Applying DEA Technique to Library Evaluation in Academic Research Libraries.

    Science.gov (United States)

    Shim, Wonsik

    2003-01-01

    This study applied an analytical technique called Data Envelopment Analysis (DEA) to calculate the relative technical efficiency of 95 academic research libraries, all members of the Association of Research Libraries. DEA, with the proper model of library inputs and outputs, can reveal best practices in the peer groups, as well as the technical…

  17. Library Standards: Evidence of Library Effectiveness and Accreditation.

    Science.gov (United States)

    Ebbinghouse, Carol

    1999-01-01

    Discusses accreditation standards for libraries based on experiences in an academic law library. Highlights include the accreditation process; the impact of distance education and remote technologies on accreditation; and a list of Internet sources of standards and information. (LRW)

  18. Female Public Library Patrons Value the Library for Services, Programs, and Technology. A Review of: Fidishun, Dolores. “Women and the Public Library: Using Technology, Using the Library.” Library Trends 56.2 (2007: 328-43.

    Directory of Open Access Journals (Sweden)

    Virginia Wilson

    2009-03-01

    Full Text Available Objective – This study attempts to give insight into why and how women use the public library and information technology, and how they learned to use the technology.Design – Qualitative survey.Setting – The research took place at the Chester County Library in Exton, Pennsylvania, USA.Subjects – One hundred and eighty-four female library patrons 18 years and older.Methods – An anonymous qualitative survey was handed out to all patrons at the ChesterCounty Library 18 years of age and older who came into the library on four separate days and times. Times were chosen to obtain a good representation of library patrons, and included daytime, evening, and weekend hours. The survey consisted of questions about library use, information sought, information seeking behaviour, technology used, and how the respondents learned to use the technology. The surveys were collated and spreadsheets were created that reported answers to yes/no and other data questions. Word documents facilitated the listing of more qualitative answers. The data were analyzed using a thematic content analysis to find themes and patterns that emerged to create grounded theory. In thematic content analysis, “the coding scheme is based on categories designed to capture the dominant themes in a text (Franzosi 184. There is no universal coding scheme, and this method requires extensive pre-testing of the scheme (Franzosi 184. Grounded theory “uses a prescribed set of procedures for analyzing data and constructing a theoretical model” from the data (Leedy and Ormrod 154.Main Results – The survey asked questions about library use, reasons for library use, using technology, finding information, and learning to use online resources. A total of 465 surveys were distributed and 329 were returned. From the surveys returned, 184 were from female patrons, 127 from male patrons, and 18 did not report gender. The data for this article are primarily taken from the 184 female

  19. Structures of endothiapepsin-fragment complexes from crystallographic fragment screening using a novel, diverse and affordable 96-compound fragment library.

    Science.gov (United States)

    Huschmann, Franziska U; Linnik, Janina; Sparta, Karine; Ühlein, Monika; Wang, Xiaojie; Metz, Alexander; Schiebel, Johannes; Heine, Andreas; Klebe, Gerhard; Weiss, Manfred S; Mueller, Uwe

    2016-05-01

    Crystallographic screening of the binding of small organic compounds (termed fragments) to proteins is increasingly important for medicinal chemistry-oriented drug discovery. To enable such experiments in a widespread manner, an affordable 96-compound library has been assembled for fragment screening in both academia and industry. The library is selected from already existing protein-ligand structures and is characterized by a broad ligand diversity, including buffer ingredients, carbohydrates, nucleotides, amino acids, peptide-like fragments and various drug-like organic compounds. When applied to the model protease endothiapepsin in a crystallographic screening experiment, a hit rate of nearly 10% was obtained. In comparison to other fragment libraries and considering that no pre-screening was performed, this hit rate is remarkably high. This demonstrates the general suitability of the selected compounds for an initial fragment-screening campaign. The library composition, experimental considerations and time requirements for a complete crystallographic fragment-screening campaign are discussed as well as the nine fully refined obtained endothiapepsin-fragment structures. While most of the fragments bind close to the catalytic centre of endothiapepsin in poses that have been observed previously, two fragments address new sites on the protein surface. ITC measurements show that the fragments bind to endothiapepsin with millimolar affinity.

  20. Structures of endothiapepsin–fragment complexes from crystallographic fragment screening using a novel, diverse and affordable 96-compound fragment library

    Science.gov (United States)

    Huschmann, Franziska U.; Linnik, Janina; Sparta, Karine; Ühlein, Monika; Wang, Xiaojie; Metz, Alexander; Schiebel, Johannes; Heine, Andreas; Klebe, Gerhard; Weiss, Manfred S.; Mueller, Uwe

    2016-01-01

    Crystallographic screening of the binding of small organic compounds (termed fragments) to proteins is increasingly important for medicinal chemistry-oriented drug discovery. To enable such experiments in a widespread manner, an affordable 96-compound library has been assembled for fragment screening in both academia and industry. The library is selected from already existing protein–ligand structures and is characterized by a broad ligand diversity, including buffer ingredients, carbohydrates, nucleotides, amino acids, peptide-like fragments and various drug-like organic compounds. When applied to the model protease endothiapepsin in a crystallographic screening experiment, a hit rate of nearly 10% was obtained. In comparison to other fragment libraries and considering that no pre-screening was performed, this hit rate is remarkably high. This demonstrates the general suitability of the selected compounds for an initial fragment-screening campaign. The library composition, experimental considerations and time requirements for a complete crystallographic fragment-screening campaign are discussed as well as the nine fully refined obtained endothiapepsin–fragment structures. While most of the fragments bind close to the catalytic centre of endothiapepsin in poses that have been observed previously, two fragments address new sites on the protein surface. ITC measurements show that the fragments bind to endothiapepsin with millimolar affinity. PMID:27139825

  1. A weighted multiple-relaxation-time lattice Boltzmann method for multiphase flows and its application to partial coalescence cascades

    Science.gov (United States)

    Fakhari, Abbas; Bolster, Diogo; Luo, Li-Shi

    2017-07-01

    We present a lattice Boltzmann method (LBM) with a weighted multiple-relaxation-time (WMRT) collision model and an adaptive mesh refinement (AMR) algorithm for direct numerical simulation of two-phase flows in three dimensions. The proposed WMRT model enhances the numerical stability of the LBM for immiscible fluids at high density ratios, particularly on the D3Q27 lattice. The effectiveness and efficiency of the proposed WMRT-LBM-AMR is validated through simulations of (a) buoyancy-driven motion and deformation of a gas bubble rising in a viscous liquid; (b) the bag-breakup mechanism of a falling drop; (c) crown splashing of a droplet on a wet surface; and (d) the partial coalescence mechanism of a liquid drop at a liquid-liquid interface. The numerical simulations agree well with available experimental data and theoretical approximations where applicable.

  2. Library Assessment Research: A Content Comparison from Three American Library Journals

    Directory of Open Access Journals (Sweden)

    Ethan J. Allen

    2018-03-01

    Full Text Available Improvement of academic library services as an outcome of continuous assessment is an aim of libraries of higher education institutions. Academic libraries are realizing the need to document evidence of their value to the institutions and the patrons they serve. Publications that include assessment research are reaching library decision makers, who seek to apply evidence to improve services or implement best practices that benefit all stakeholders. Following two previous studies that reported longitudinally on front-line library services, this paper investigates current five-year trending of three prestigious academic library journals in the publication of assessment studies. Data for this study were drawn through a content analysis process, in which the investigators selected studies for inclusion using a set of criteria developed in a pilot exercise. After individually examining 649 research articles, published between 2012 and 2016, 126 met the study’s selection criteria and were categorized according to the type of service they studied. Papers on information literacy instruction dominated, while reference services, technology, and general assessment studies saw less representation in the three journals. This finding reflects the priority placed upon information literacy instruction and describes how three American library journals are responding to current trends across academic libraries.

  3. The alternative library

    OpenAIRE

    Collinson, Timothy; Williams, A.

    2004-01-01

    Much time and effort has been devoted to designing and developing library Web sites that are easy to navigate by both new students and experienced researchers. In a review of the Southampton Institute Library it was decided that in addition to updating the existing homepage an alternative would be offered. Drawing on theory relating to user interface design, learning styles and creative thinking, an Alternative Library navigation system was added to the more traditional library homepage. The ...

  4. Optimization bitumen-based upgrading and refining schemes

    Energy Technology Data Exchange (ETDEWEB)

    Munteanu, M.; Chen, J. [National Centre for Upgrading Technology, Devon, AB (Canada); Natural Resources Canada, Devon, AB (Canada). CanmetENERGY

    2009-07-01

    This poster highlighted the results of a study in which the entire refining scheme for Canadian bitumen as feedstocks was modelled and simulated under different process configurations, operating conditions and product structures. The aim of the study was to optimize the economic benefits, product quality and energy use under a range of operational scenarios. Optimal refining schemes were proposed along with process conditions for existing refinery configurations and objectives. The goal was to provide guidelines and information for upgrading and refining process design and retrofitting. Critical steps were identified with regards to the upgrading process. It was concluded that the information obtained from this study would lead to significant improvement in process performance and operations, and in reducing the capital cost for building new upgraders and refineries. The simulation results provided valuable information for increasing the marketability of bitumen, reducing greenhouse gas emissions and other environmental impacts associated with bitumen upgrading and refining. tabs., figs.

  5. 1991 worldwide refining and gas processing directory

    International Nuclear Information System (INIS)

    Anon.

    1990-01-01

    This book ia an authority for immediate information on the industry. You can use it to find new business, analyze market trends, and to stay in touch with existing contacts while making new ones. The possibilities for business applications are numerous. Arranged by country, all listings in the directory include address, phone, fax and telex numbers, a description of the company's activities, names of key personnel and their titles, corporate headquarters, branch offices and plant sites. This newly revised edition lists more than 2000 companies and nearly 3000 branch offices and plant locations. This east-to-use reference also includes several of the most vital and informative surveys of the industry, including the U.S. Refining Survey, the Worldwide Construction Survey in Refining, Sulfur, Gas Processing and Related Fuels, the Worldwide Refining and Gas Processing Survey, the Worldwide Catalyst Report, and the U.S. and Canadian Lube and Wax Capacities Report from the National Petroleum Refiner's Association

  6. A Macdonald refined topological vertex

    Science.gov (United States)

    Foda, Omar; Wu, Jian-Feng

    2017-07-01

    We consider the refined topological vertex of Iqbal et al (2009 J. High Energy Phys. JHEP10(2009)069), as a function of two parameters ≤ft\\lgroup x, y \\right\\rgroup , and deform it by introducing the Macdonald parameters ≤ft\\lgroup q, t \\right\\rgroup , as in the work of Vuletić on plane partitions (Vuletić M 2009 Trans. Am. Math. Soc. 361 2789-804), to obtain ‘a Macdonald refined topological vertex’. In the limit q → t , we recover the refined topological vertex of Iqbal et al and in the limit x → y , we obtain a qt-deformation of the original topological vertex of Aganagic et al (2005 Commun. Math. Phys. 25 425-78). Copies of the vertex can be glued to obtain qt-deformed 5D instanton partition functions that have well-defined 4D limits and, for generic values of ≤ft\\lgroup q, t\\right\\rgroup , contain infinite-towers of poles for every pole present in the limit q → t .

  7. Breaking New Ground: The Case for Seed Libraries in the Academic Library

    Science.gov (United States)

    Ingalls, Dana

    2017-01-01

    Seed libraries are a relatively new innovation in the library field, offering seeds, gardening information, and the opportunity for community and ecological engagement to members. While they are increasingly popular in public libraries, they have not yet established a foothold in academic libraries. This paper defines the nature and role of seed…

  8. NOAA Miami Regional Library > Home

    Science.gov (United States)

    Library Collections Open Access Resources Research Tools E-resources NOAA S. and NOAA N.E. Library Institutional Repository DIVE INTO About the Library | Collections | Research Tools | Library Services & NOAA Miami Regional Library @ AOML & NHC NOAA Miami Regional Library at National Hurricane

  9. Library Feminism and Library Women's History: Activism and Scholarship, Equity and Culture.

    Science.gov (United States)

    Hildenbrand, Suzanne

    2000-01-01

    Discusses the development of library women's history in the context of library feminism and American history. Considers the aftermath of World War II and the Cold War and suggests that the earlier equity or fairness orientation is today challenged by a cultural orientation in both library feminism and library women's history. (Contains 70…

  10. Intelligent Libraries and Apomediators: Distinguishing between Library 3.0 and Library 2.0

    Science.gov (United States)

    Kwanya, Tom; Stilwell, Christine; Underwood, Peter G.

    2013-01-01

    Using the "point oh" naming system for developments in librarianship is attracting debate about its appropriateness, basis and syntax and the meaning and potential of Library 2.0. Now a new term, Library 3.0, has emerged. Is there is any significant difference between the two models? Using documentary analysis to explore the terms, the…

  11. The Personal Virtual Library

    CERN Document Server

    Le Meur, Jean-Yves

    1998-01-01

    Looking for "library" in the usual search engines of the World Wide Web gives: "Infoseek found 3,593,126 pages containing the word library" and it nicely proposes: "Search only within these 3,59 3,126 pages ?" "Yahoo! Found 1299 categories and 8669 sites for library" "LycOs: 1-10 von 512354 relevanten Ergebnissen" "AltaVista: About 14830527 documents match your query" and at the botto m: "Word count: library: 15466897" ! Excite: Top 10 matches and it does not say how many can be browsed... "Library" on the World Wide Web is really popular. At least fiveteen million pages ar e supposed to contain this word. Half of them may have disappeared by now but one more hit will be added once the search robots will have indexed this document ! The notion of Personal Library i s a modest attempt, in a small environment like a library, to give poor users lost in cyber-libraries the opportunity to keep their own private little shelves - virtually. In this paper, we will l ook at the usual functionalities of library systems...

  12. Modified process for refining niobium by electron beam

    International Nuclear Information System (INIS)

    Pinatti, D.G.; Takano, C.

    1982-01-01

    The experimental results, thermodynamic equilibrium and kinetic theory of the metal/gas interaction in refractory metals are reviewed. The adsorption and desorption of nitrogen, hydrogen and CO are reversible, whereas those of oxygen are irreversible, with adsorption of an oxygen atom and volatilisation of the metal oxide. Based upon this fact, a new electron beam refining technology is proposed for niobium, consisting of four points: preparation of an electrode by aluminothermic reduction; zone refining in the first melt; kinetic refining in subsequent melts and compact design of the refining plant. Experimental results from a 300 kW pilot plant were in complete agreement with the technology proposed, giving 2.4 times the productivity predicted by the conventional technology. (Author) [pt

  13. Grain refinement of AZ31 magnesium alloy by electromagnetic ...

    Indian Academy of Sciences (India)

    Low-frequency electromagnetic field; AZ31 magnesium alloy; Al4C3; grain refinement. Abstract. The effects of electromagnetic stirring and Al4C3 grain refiner on the grain refinement of semicontinuously cast AZ31 magnesium alloy were discussed in this investigation. The results indicate that electromagnetic stirring has an ...

  14. The Development of E-Library at Delta State University Library, Abraka

    African Journals Online (AJOL)

    The study is on the automation of Delta University Library Abraka. The processes involved in the acquisition of information communication technology equipments to complement the traditional Library Services were stated. Major issues discussed include acquisition of computers hardware and library software, telephone ...

  15. Merchandising Your Library.

    Science.gov (United States)

    Sivulich, Kenneth G.

    1989-01-01

    Discusses library circulation figures as a reflection of the success of library services and describes merchandising techniques that have produced a 137 percent circulation increase at Queens Borough Public Library over the past seven years. Merchandising techniques such as minibranches, displays, signage, dumps, and modified shelving are…

  16. Refinement of RAIM via Implementation of Implicit Euler Method

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Yoonhee; Kim, Han-Chul [Korea Institute of Nuclear and Safety, Daejeon (Korea, Republic of)

    2016-10-15

    The first approach is a mechanistic approach which is used in LIRIC in which more than 200 reactions are modeled in detail. This approach enables to perform the detailed analysis. However, it requires huge computation burden. The other approach is a simplified model approach which is used in the IMOD, ASTEC/IODE, and etc. Recently, KINS has developed RAIM (Radio-Active Iodine chemistry Model) based on the simplified model approach. Since the numerical analysis module in RAIM is based on the explicit Euler method, there are major issues on the stability of the module. Therefore, implementation of a stable numerical method becomes essential. In this study, RAIM is refined via implementation of implicit Euler method in which the Newton method is used to find the solutions at each time step. The refined RAIM is tested by comparing to RAIM based on the explicit Euler method. In this paper, RAIM was refined by implementing the implicit Euler method. At each time step of the method in the refined RAIM, the reaction kinetics equations are solved by the Newton method in which elements of the Jacobian matrix are expressed analytically. With the results of OECD-BIP P10T2 test, the refined RAIM was compared to RAIM with the explicit Euler method. The refined RAIM shows better agreement with the experimental data than those from the explicit Euler method. For the rapid change of pH during the experiment, the refined RAIM gives more realistic changes in the concentrations of chemical species than those from the explicit Euler method. In addition, in terms of computing time, the refined RAIM shows comparable computing time to that with explicit Euler method. These comparisons are attributed to ⁓10 times larger time step size used in the implicit Euler method, even though computation burden at each time step in the refined RAIM is much higher than that of the explicit Euler method. Compared to the experimental data, the refined RAIM still shows discrepancy, which are attributed

  17. Refinement of RAIM via Implementation of Implicit Euler Method

    International Nuclear Information System (INIS)

    Lee, Yoonhee; Kim, Han-Chul

    2016-01-01

    The first approach is a mechanistic approach which is used in LIRIC in which more than 200 reactions are modeled in detail. This approach enables to perform the detailed analysis. However, it requires huge computation burden. The other approach is a simplified model approach which is used in the IMOD, ASTEC/IODE, and etc. Recently, KINS has developed RAIM (Radio-Active Iodine chemistry Model) based on the simplified model approach. Since the numerical analysis module in RAIM is based on the explicit Euler method, there are major issues on the stability of the module. Therefore, implementation of a stable numerical method becomes essential. In this study, RAIM is refined via implementation of implicit Euler method in which the Newton method is used to find the solutions at each time step. The refined RAIM is tested by comparing to RAIM based on the explicit Euler method. In this paper, RAIM was refined by implementing the implicit Euler method. At each time step of the method in the refined RAIM, the reaction kinetics equations are solved by the Newton method in which elements of the Jacobian matrix are expressed analytically. With the results of OECD-BIP P10T2 test, the refined RAIM was compared to RAIM with the explicit Euler method. The refined RAIM shows better agreement with the experimental data than those from the explicit Euler method. For the rapid change of pH during the experiment, the refined RAIM gives more realistic changes in the concentrations of chemical species than those from the explicit Euler method. In addition, in terms of computing time, the refined RAIM shows comparable computing time to that with explicit Euler method. These comparisons are attributed to ⁓10 times larger time step size used in the implicit Euler method, even though computation burden at each time step in the refined RAIM is much higher than that of the explicit Euler method. Compared to the experimental data, the refined RAIM still shows discrepancy, which are attributed

  18. The European refining and distribution industry at the 2010 vista

    International Nuclear Information System (INIS)

    Lacour, J.J.; Tessmer, G.; Ward, I.

    1998-01-01

    Oil company chairmen belonging to the AFTP, DGMK and IP associations met together to debate about the future of the European refining industry. The following topics were discussed: is it the end of the refining crisis? Which uncertainties will have to be met? What is the situation of petroleum products supply and demand? What are the consumers' expectations? How to face the environmental constraints? Which future for the refining activities in Europe? Seven round-tables took place with the following themes: the factors of uncertainty in the future of refining activities, the petroleum products supply and demand (automotive fuels, fuel oils, lubricants), the refining activities and the supply of consumers (service stations and supermarkets), the situation of the European petroleum policy, the European refining industry and the public regulations (development of more efficient environmental approaches), the impact of environmental constraints and the technical solutions, and the future of the refining industry. (J.S.)

  19. The National electronic library a guide to the future for library managers

    CERN Document Server

    1996-01-01

    The National Information Infrastructure will bring information to the doorstep of every household. Librarianship must respond to this development through the National Electronic Library. Librarianship as a profession must set the information agenda if it is to be a viable and influential entity in the electronic environment. Traditional library services are being redefined by technology, and the concept of the National Electronic Library must combine the roles of the academic institution, public enterprise, and library education. This professional reference is a guide to assist librarians in planning for the future.||The volume maintains that the growing electronic environment is driving a cultural transformation in which libraries must examine and understand what libraries have been, what they are, and what they need to be. Libraries need to participate actively in this transformation in order to remain the central providers of information and related services. The book explores the National Electronic Libra...

  20. News from the Library: Celebrating 20 years of "Library Science Talks"

    CERN Multimedia

    CERN Library

    2014-01-01

    The CERN Library (GS-SIS Group) is promoting activities and initiatives to foster better communication and closer cooperation amongst international librarians and information specialists in the Geneva - Lausanne area.   Great changes that have occurred in the world of information during the last two decades. For this reason, the CERN Library, in cooperation with the Swiss National Library and the Association of International Librarians and Information Specialists (AILIS), sponsors a programme of "Library Science Talks", which consists of six presentations per year given by internationally recognised specialists in the field, providing an opportunity to learn about the trends in our profession. This series of talks was launched in 1995 by Corrado Pettenati, CERN Head Librarian at that time. The idea was that CERN Library staff would benefit from hearing about current projects and products and could then apply some of the ideas to the library. This initiative was&...

  1. Zone refining high-purity germanium

    International Nuclear Information System (INIS)

    Hubbard, G.S.; Haller, E.E.; Hansen, W.L.

    1977-10-01

    The effects of various parameters on germanium purification by zone refining have been examined. These parameters include the germanium container and container coatings, ambient gas and other operating conditions. Four methods of refining are presented which reproducibly yield 3.5 kg germanium ingots from which high purity (vertical barN/sub A/ - N/sub D/vertical bar less than or equal to2 x 10 10 cm -3 ) single crystals can be grown. A qualitative model involving binary and ternary complexes of Si, O, B, and Al is shown to account for the behavior of impurities at these low concentrations

  2. Refining processes of selected copper alloys

    Directory of Open Access Journals (Sweden)

    S. Rzadkosz

    2009-04-01

    Full Text Available The analysis of the refining effectiveness of the liquid copper and selected copper alloys by various micro additions and special refiningsubstances – was performed. Examinations of an influence of purifying, modifying and deoxidation operations performed in a metal bath on the properties of certain selected alloys based on copper matrix - were made. Refining substances, protecting-purifying slag, deoxidation and modifying substances containing micro additions of such elements as: zirconium, boron, phosphor, sodium, lithium, or their compounds introduced in order to change micro structures and properties of alloys, were applied in examinations. A special attention was directed to macro and micro structures of alloys, their tensile and elongation strength and hot-cracks sensitivity. Refining effects were estimated by comparing the effectiveness of micro structure changes with property changes of copper and its selected alloys from the group of tin bronzes.

  3. Social Science Libraries Section. Special Libraries Division. Papers.

    Science.gov (United States)

    International Federation of Library Associations, The Hague (Netherlands).

    Three papers on the nonconventional literature and social science libraries were presented at the 1983 International Federation of Library Associations (IFLA) conference. In "Grey Material: A Scandinavian View," Birgitta Bergdahl (Sweden) outlines the etymology and meaning of the concept of "grey literature" (which can include…

  4. Special Libraries and Multitype Networks.

    Science.gov (United States)

    Segal, JoAn S.

    1989-01-01

    Describes the history of multitype library networks; examines the reasons why special libraries and other network participants have resisted the inclusion of special libraries in these networks; and discusses the benefits to both special libraries and to other libraries in the network that would result from special library participation. (17…

  5. Growing Competition for Libraries.

    Science.gov (United States)

    Gibbons, Susan

    2001-01-01

    Describes the Questia subscription-based online academic digital books library. Highlights include weaknesses of the collection; what college students want from a library; importance of marketing; competition for traditional academic libraries that may help improve library services; and the ability of Questia to overcome barriers and…

  6. Automating the Small Library.

    Science.gov (United States)

    Skapura, Robert

    1987-01-01

    Discusses the use of microcomputers for automating school libraries, both for entire systems and for specific library tasks. Highlights include available library management software, newsletters that evaluate software, constructing an evaluation matrix, steps to consider in library automation, and a brief discussion of computerized card catalogs.…

  7. Chinese refining capacity for Canadian heavy oil

    International Nuclear Information System (INIS)

    Bruce, G.W.

    2006-01-01

    This paper discussed China's refining capacity in relation to exports of Canadian heavy oil. Demand for oil is increasing throughout the world, and China is expected to consume 25 per cent of the projected yearly oil supplies. Alberta currently has an estimated 174 billion barrels of recoverable bitumen, and produces 1.06 million barrels per day. Production is expected to increase to 4.5 million barrels per day by the year 2020. Currently bitumen blends are refined and diluted with naphtha and sweet synthetic crude oil. Bitumen is a challenging feedstock for refineries, and requires thermal production methods or gasification processes. Primary conversion into sour synthetic crude is typically followed by hydrocracking and further refining into finished petroleum products. There are currently 50 refineries in China with a 7.4 million barrel per day capacity. Coastal refineries using imported crude oil have a 4 million barrel per day capacity. New facilities are being constructed and existing plants are being upgraded in order to process heavier and more sour crude oils. However, current refining capabilities in Chinese refineries have a limited ability for resid conversion. It was concluded that while China has a refining infrastructure, only refineries on the coast will use oil sands-derived feedstocks. However, there are currently opportunities to design refineries to match future feedstocks. tabs., figs

  8. On macromolecular refinement at subatomic resolution with interatomic scatterers

    Energy Technology Data Exchange (ETDEWEB)

    Afonine, Pavel V., E-mail: pafonine@lbl.gov; Grosse-Kunstleve, Ralf W.; Adams, Paul D. [Lawrence Berkeley National Laboratory, One Cyclotron Road, BLDG 64R0121, Berkeley, CA 94720 (United States); Lunin, Vladimir Y. [Institute of Mathematical Problems of Biology, Russian Academy of Sciences, Pushchino 142290 (Russian Federation); Urzhumtsev, Alexandre [IGMBC, 1 Rue L. Fries, 67404 Illkirch and IBMC, 15 Rue R. Descartes, 67084 Strasbourg (France); Faculty of Sciences, Nancy University, 54506 Vandoeuvre-lès-Nancy (France); Lawrence Berkeley National Laboratory, One Cyclotron Road, BLDG 64R0121, Berkeley, CA 94720 (United States)

    2007-11-01

    Modelling deformation electron density using interatomic scatters is simpler than multipolar methods, produces comparable results at subatomic resolution and can easily be applied to macromolecules. A study of the accurate electron-density distribution in molecular crystals at subatomic resolution (better than ∼1.0 Å) requires more detailed models than those based on independent spherical atoms. A tool that is conventionally used in small-molecule crystallography is the multipolar model. Even at upper resolution limits of 0.8–1.0 Å, the number of experimental data is insufficient for full multipolar model refinement. As an alternative, a simpler model composed of conventional independent spherical atoms augmented by additional scatterers to model bonding effects has been proposed. Refinement of these mixed models for several benchmark data sets gave results that were comparable in quality with the results of multipolar refinement and superior to those for conventional models. Applications to several data sets of both small molecules and macromolecules are shown. These refinements were performed using the general-purpose macromolecular refinement module phenix.refine of the PHENIX package.

  9. Review of Grain Refinement of Cast Metals Through Inoculation: Theories and Developments

    Science.gov (United States)

    Liu, Zhilin

    2017-10-01

    The inoculation method of grain refinement is widely used in research and industry. Because of its commercial and engineering importance, extensive research on the mechanisms/theories of grain refinement and development of effective grain refiners for diverse cast metals/alloys has been conducted. In 1999, Easton and St. John reviewed the mechanisms of grain refinement of cast Al alloys. Since then, grain refinement in alloys of Al, Mg, Fe, Ti, Cu, and Zn has evolved a lot. However, there is still no full consensus on the mechanisms/theories of grain refinement. Moreover, some new grain refiners developed based on the theories do not ensure efficient grain refinement. Thus, the factors that contribute to grain refinement are still not fully understood. Clarification of the prerequisite issues that occur in grain refinement is required using recent theories. This review covers multiple metals/alloys and developments in grain refinement from the last twenty years. The characteristics of effective grain refiners are considered from four perspectives: effective particle/matrix wetting configuration, sufficiently powerful segregating elements, preferential crystallographic matching, and geometrical features of effective nucleants. Then, recent mechanisms/theories on the grain refinement of cast metals/alloys are reviewed, including the peritectic-related, hypernucleation, inert nucleant, and constitutional supercooling-driven theories. Further, developments of deterministic and probabilistic modeling and nucleation crystallography in the grain refinement of cast metals are reviewed. Finally, the latest progress in the grain refinement of cast Zn and its alloys is described, and future work on grain refinement is summarized.

  10. Flight Software Math Library

    Science.gov (United States)

    McComas, David

    2013-01-01

    The flight software (FSW) math library is a collection of reusable math components that provides typical math utilities required by spacecraft flight software. These utilities are intended to increase flight software quality reusability and maintainability by providing a set of consistent, well-documented, and tested math utilities. This library only has dependencies on ANSI C, so it is easily ported. Prior to this library, each mission typically created its own math utilities using ideas/code from previous missions. Part of the reason for this is that math libraries can be written with different strategies in areas like error handling, parameters orders, naming conventions, etc. Changing the utilities for each mission introduces risks and costs. The obvious risks and costs are that the utilities must be coded and revalidated. The hidden risks and costs arise in miscommunication between engineers. These utilities must be understood by both the flight software engineers and other subsystem engineers (primarily guidance navigation and control). The FSW math library is part of a larger goal to produce a library of reusable Guidance Navigation and Control (GN&C) FSW components. A GN&C FSW library cannot be created unless a standardized math basis is created. This library solves the standardization problem by defining a common feature set and establishing policies for the library s design. This allows the libraries to be maintained with the same strategy used in its initial development, which supports a library of reusable GN&C FSW components. The FSW math library is written for an embedded software environment in C. This places restrictions on the language features that can be used by the library. Another advantage of the FSW math library is that it can be used in the FSW as well as other environments like the GN&C analyst s simulators. This helps communication between the teams because they can use the same utilities with the same feature set and syntax.

  11. Total antioxidant content of alternatives to refined sugar.

    Science.gov (United States)

    Phillips, Katherine M; Carlsen, Monica H; Blomhoff, Rune

    2009-01-01

    Oxidative damage is implicated in the etiology of cancer, cardiovascular disease, and other degenerative disorders. Recent nutritional research has focused on the antioxidant potential of foods, while current dietary recommendations are to increase the intake of antioxidant-rich foods rather than supplement specific nutrients. Many alternatives to refined sugar are available, including raw cane sugar, plant saps/syrups (eg, maple syrup, agave nectar), molasses, honey, and fruit sugars (eg, date sugar). Unrefined sweeteners were hypothesized to contain higher levels of antioxidants, similar to the contrast between whole and refined grain products. To compare the total antioxidant content of natural sweeteners as alternatives to refined sugar. The ferric-reducing ability of plasma (FRAP) assay was used to estimate total antioxidant capacity. Major brands of 12 types of sweeteners as well as refined white sugar and corn syrup were sampled from retail outlets in the United States. Substantial differences in total antioxidant content of different sweeteners were found. Refined sugar, corn syrup, and agave nectar contained minimal antioxidant activity (sugar had a higher FRAP (0.1 mmol/100 g). Dark and blackstrap molasses had the highest FRAP (4.6 to 4.9 mmol/100 g), while maple syrup, brown sugar, and honey showed intermediate antioxidant capacity (0.2 to 0.7 mmol FRAP/100 g). Based on an average intake of 130 g/day refined sugars and the antioxidant activity measured in typical diets, substituting alternative sweeteners could increase antioxidant intake an average of 2.6 mmol/day, similar to the amount found in a serving of berries or nuts. Many readily available alternatives to refined sugar offer the potential benefit of antioxidant activity.

  12. Planning & Urban Affairs Library Manual.

    Science.gov (United States)

    Knobbe, Mary L., Ed.; Lessel, Janice W., Ed.

    Written especially for persons without a library degree who are operating a small urban study or planning agency library on a part-time basis. Subjects covered are: (1) library function and staff function, duties and training; (2) physical layout and equipment of library; (3) establishing and maintaining the library; (4) library administration;…

  13. The participatory public library

    DEFF Research Database (Denmark)

    Rasmussen, Casper Hvenegaard

    2016-01-01

    of theoretical approaches and practical examples to obtain a varied understanding of user participation in public libraries. Research fields outside library and information science have developed a wide range of theoretical approaches on user participation. Examples from cultural policy, museum studies......Purpose From collection to connection has been a buzzword in the library world for more than a decade. This catchy phrase indicates that users are seen not only as borrowers, but as active participants. The aim of this paper is to investigate and analyse three questions in relation to user...... participation in public libraries in a Nordic perspective. How can participation in public libraries be characterised? Why should libraries deal with user participation? What kinds of different user participation can be identified in public libraries? Design/methodology/approach The paper uses a selection...

  14. Staff development and library services in academic libraries in ...

    African Journals Online (AJOL)

    Staff development and library services in academic libraries in Bayelsa and Delta States. ... Information Impact: Journal of Information and Knowledge Management ... Descriptive survey research design was used for this study, data was ...

  15. Investment in exploration-production and refining 2015

    International Nuclear Information System (INIS)

    Maisonnier, G.; Hureau, G.; Serbutoviez, S.; Silva, C.

    2016-01-01

    IFPEN analyses in this study the 2015 evolution of global investment in the field of exploration-production and refining: - Changes in oil and gas prices; - Investment in Exploration/Production: the end of an upward cycle; - Drilling and the global drilling market, upstream activities and markets; - 2015, a breath of fresh air for refining

  16. A Model Library in Tehran, Iran: The Hosseinieh Ershad Public Library.

    Science.gov (United States)

    Hary, Nicoletta Mattioli

    1995-01-01

    Describes the Hosseinieh Ershad Public Library, a model library established in Iran after the Islamic Revolution that contains a predominant religious collection. Reviews the library's historical background, current cataloging system, collections and their circulation, services to blind patrons and children, funding and staff. Photographs of the…

  17. Reforming Prison Libraries.

    Science.gov (United States)

    Coyle, William J.

    1989-01-01

    Discusses the current widespread acceptance of the public library model for prison libraries, in which preferences of the inmates are the chief consideration in programing and collection development. It is argued that this model results in recreational programs and collections that fail to fulfill the prison library's role in education and…

  18. The Library International Partnerweek 2011

    DEFF Research Database (Denmark)

    Presentation at the Library International Partnerweek, held at Copenhagen Technical Library at the Copenhagen University College of Engineering. Participant: Ms. Carmen Priesto Estravid from Madrid Technical University, E.U.I.T. Obras Públicas, Library. Spain Ms.Tuulikki Hattunen from TUAS Library....... Finland Ms. Anitta Ôrm from Kemi-Tornio UAS Library. Finland Mr. Manfred Walter from HTW-Berlin. Germany Mr. Peter Hald from Copenhagen Technical Library. Denmark Mr. Ole Micahelsen from Copenhagen Technical Library. Denmark...

  19. Library cooperation among academic libraries in Katsina state ...

    African Journals Online (AJOL)

    This study examined Library cooperation among academic libraries in Katsina state. Qualitative research method was adopted in carrying out this study. Interview was used as instrument for data collection. The population comprised of 7 Acquisition librarians from the schools understudy. A descriptive method of da ta ...

  20. Hirshfeld atom refinement.

    Science.gov (United States)

    Capelli, Silvia C; Bürgi, Hans-Beat; Dittrich, Birger; Grabowsky, Simon; Jayatilaka, Dylan

    2014-09-01

    Hirshfeld atom refinement (HAR) is a method which determines structural parameters from single-crystal X-ray diffraction data by using an aspherical atom partitioning of tailor-made ab initio quantum mechanical molecular electron densities without any further approximation. Here the original HAR method is extended by implementing an iterative procedure of successive cycles of electron density calculations, Hirshfeld atom scattering factor calculations and structural least-squares refinements, repeated until convergence. The importance of this iterative procedure is illustrated via the example of crystalline ammonia. The new HAR method is then applied to X-ray diffraction data of the dipeptide Gly-l-Ala measured at 12, 50, 100, 150, 220 and 295 K, using Hartree-Fock and BLYP density functional theory electron densities and three different basis sets. All positions and anisotropic displacement parameters (ADPs) are freely refined without constraints or restraints - even those for hydrogen atoms. The results are systematically compared with those from neutron diffraction experiments at the temperatures 12, 50, 150 and 295 K. Although non-hydrogen-atom ADPs differ by up to three combined standard uncertainties (csu's), all other structural parameters agree within less than 2 csu's. Using our best calculations (BLYP/cc-pVTZ, recommended for organic molecules), the accuracy of determining bond lengths involving hydrogen atoms from HAR is better than 0.009 Å for temperatures of 150 K or below; for hydrogen-atom ADPs it is better than 0.006 Å(2) as judged from the mean absolute X-ray minus neutron differences. These results are among the best ever obtained. Remarkably, the precision of determining bond lengths and ADPs for the hydrogen atoms from the HAR procedure is comparable with that from the neutron measurements - an outcome which is obtained with a routinely achievable resolution of the X-ray data of 0.65 Å.

  1. Library Design-Facilitated High-Throughput Sequencing of Synthetic Peptide Libraries.

    Science.gov (United States)

    Vinogradov, Alexander A; Gates, Zachary P; Zhang, Chi; Quartararo, Anthony J; Halloran, Kathryn H; Pentelute, Bradley L

    2017-11-13

    A methodology to achieve high-throughput de novo sequencing of synthetic peptide mixtures is reported. The approach leverages shotgun nanoliquid chromatography coupled with tandem mass spectrometry-based de novo sequencing of library mixtures (up to 2000 peptides) as well as automated data analysis protocols to filter away incorrect assignments, noise, and synthetic side-products. For increasing the confidence in the sequencing results, mass spectrometry-friendly library designs were developed that enabled unambiguous decoding of up to 600 peptide sequences per hour while maintaining greater than 85% sequence identification rates in most cases. The reliability of the reported decoding strategy was additionally confirmed by matching fragmentation spectra for select authentic peptides identified from library sequencing samples. The methods reported here are directly applicable to screening techniques that yield mixtures of active compounds, including particle sorting of one-bead one-compound libraries and affinity enrichment of synthetic library mixtures performed in solution.

  2. Biomolecular structure refinement using the GROMOS simulation software

    International Nuclear Information System (INIS)

    Schmid, Nathan; Allison, Jane R.; Dolenc, Jožica; Eichenberger, Andreas P.; Kunz, Anna-Pitschna E.; Gunsteren, Wilfred F. van

    2011-01-01

    For the understanding of cellular processes the molecular structure of biomolecules has to be accurately determined. Initial models can be significantly improved by structure refinement techniques. Here, we present the refinement methods and analysis techniques implemented in the GROMOS software for biomolecular simulation. The methodology and some implementation details of the computation of NMR NOE data, 3 J-couplings and residual dipolar couplings, X-ray scattering intensities from crystals and solutions and neutron scattering intensities used in GROMOS is described and refinement strategies and concepts are discussed using example applications. The GROMOS software allows structure refinement combining different types of experimental data with different types of restraining functions, while using a variety of methods to enhance conformational searching and sampling and the thermodynamically calibrated GROMOS force field for biomolecular simulation.

  3. Biomolecular structure refinement using the GROMOS simulation software

    Energy Technology Data Exchange (ETDEWEB)

    Schmid, Nathan; Allison, Jane R.; Dolenc, Jozica; Eichenberger, Andreas P.; Kunz, Anna-Pitschna E.; Gunsteren, Wilfred F. van, E-mail: wfvgn@igc.phys.chem.ethz.ch [Swiss Federal Institute of Technology ETH, Laboratory of Physical Chemistry (Switzerland)

    2011-11-15

    For the understanding of cellular processes the molecular structure of biomolecules has to be accurately determined. Initial models can be significantly improved by structure refinement techniques. Here, we present the refinement methods and analysis techniques implemented in the GROMOS software for biomolecular simulation. The methodology and some implementation details of the computation of NMR NOE data, {sup 3}J-couplings and residual dipolar couplings, X-ray scattering intensities from crystals and solutions and neutron scattering intensities used in GROMOS is described and refinement strategies and concepts are discussed using example applications. The GROMOS software allows structure refinement combining different types of experimental data with different types of restraining functions, while using a variety of methods to enhance conformational searching and sampling and the thermodynamically calibrated GROMOS force field for biomolecular simulation.

  4. Pakistan stepping up expansion of refining, transportation sectors

    International Nuclear Information System (INIS)

    Anon.

    1992-01-01

    This paper reports that Pakistan is taking steps to speed expansion of its refining and oil transportation infrastructure. While the country has made significant progress toward energy self-efficiency by boosting oil and gas production it still must modernize and expand an aging, inadequate refining sector to meet rapidly growing demand for refined products. Pakistan's government has disclosed plans to build two refineries in the country, one at Rawalpindi near a string of recent oil discoveries, the other somewhere in the southern part of the country, likely Karachi. At the same time, efforts are proceeding to upgrade Pakistan's refineries. In addition, Pakistani state companies continue to press joint ventures in refining and marketing with foreign companies and expand downstream ties with neighbors that are key oil and gas exporters

  5. Libraries and licensing

    Directory of Open Access Journals (Sweden)

    Maja Žumer

    2001-01-01

    Full Text Available In the mid 90s, the abundance of various electronic publications exposed libraries to the problems of licensing electronic content. Various licensing principles have been prepared recently to help libraries in the process; it can be said that in general, the knowledge of licensing issues has improved in libraries of all types. Libraries form consortia in order to gain stronger negotiating positions and obtain better conditions.In the article, new licensing principles are presented in more detail, as well as some domestic and foreign experiences with consortia forming.

  6. New Process for Grain Refinement of Aluminum. Final Report

    Energy Technology Data Exchange (ETDEWEB)

    Dr. Joseph A. Megy

    2000-09-22

    A new method of grain refining aluminum involving in-situ formation of boride nuclei in molten aluminum just prior to casting has been developed in the subject DOE program over the last thirty months by a team consisting of JDC, Inc., Alcoa Technical Center, GRAS, Inc., Touchstone Labs, and GKS Engineering Services. The Manufacturing process to make boron trichloride for grain refining is much simpler than preparing conventional grain refiners, with attendant environmental, capital, and energy savings. The manufacture of boride grain refining nuclei using the fy-Gem process avoids clusters, salt and oxide inclusions that cause quality problems in aluminum today.

  7. Promotion: Study of the Library of the department of library and information science and book

    Directory of Open Access Journals (Sweden)

    Andreja Nagode

    2003-01-01

    Full Text Available The contribution presents basic information about academic libraries and their promotion. Librarians should have promotion knowledge since they have to promote and market their libraries. The paper presents the definition of academic libraries, their purpose, objectives and goals. Marketing and promotion in academic libraries are defined. The history of academic libraries and their promotion are described. The contribution presents results and the interpretation of the research, based on the study of users of the Library of the Department of Library and Information Science and Book studies. A new promotion plan for libraries based on the analysis of the academic library environment is introduced.

  8. Marketing Academic Libraries

    Science.gov (United States)

    Mallon, Melissa, Ed.

    2013-01-01

    Ask any academic librarian if marketing their library and its services is an important task, and the answer will most likely be a resounding "yes!" Particularly in economically troubled times, librarians are increasingly called upon to promote their services and defend their library's worth. Since few academic libraries have in-house marketing…

  9. Analysis of Personal Digital Library and MyLibrary%"Personal Digital Library"与"MyLibrary"辨析

    Institute of Scientific and Technical Information of China (English)

    秦飞飞

    2011-01-01

    学术界一些研究者认为"Personal Digital Library"与"MyLibrary"均可指个人数字图书馆.然而,两者是不同概念、特征及功能的事物.论文对两者的概念、研究现状及趋势作了详细的论述,旨在揭示这两种事物,为后续研究者提供借鉴.

  10. The library marketing toolkit

    CERN Document Server

    Potter, Ned

    2012-01-01

    A guide that offers coverage of various elements of library marketing and branding for different sectors including archives and academic, public and special libraries. It is suitable for those who are involved in promoting their library or information service, whether at an academic, public or special library or in archives or records management.

  11. Library Web Site Administration: A Strategic Planning Model For the Smaller Academic Library

    Science.gov (United States)

    Ryan, Susan M.

    2003-01-01

    Strategic planning provides a useful structure for creating and implementing library web sites. The planned integration of a library's web site into its mission and objectives ensures that the library's community of users will consider the web site one of the most important information tools the library offers.

  12. The academic library network

    Directory of Open Access Journals (Sweden)

    Jacek Wojciechowski

    2012-01-01

    Full Text Available The efficiency of libraries, academic libraries in particular, necessitates organizational changes facilitating or even imposing co-operation. Any structure of any university has to have an integrated network of libraries, with an appropriate division of work, and one that is consolidated as much as it is possible into medium-size or large libraries. Within thus created network, a chance arises to centralize the main library processes based on appropriate procedures in the main library, highly specialized, more effective and therefore cheaper in operation, including a co-ordination of all more important endeavours and tasks. Hierarchically subordinated libraries can be thus more focused on performing their routine service, more and more frequently providing for the whole of the university, and being able to adjust to changeable requirements and demands of patrons and of new tasks resulting from the new model of the university operation. Another necessary change seems to be a universal implementation of an ov rall programme framework that would include all services in the university’s library networks.

  13. 42 CFR 4.8 - Publication of the Library and information about the Library.

    Science.gov (United States)

    2010-10-01

    ... 42 Public Health 1 2010-10-01 2010-10-01 false Publication of the Library and information about the Library. 4.8 Section 4.8 Public Health PUBLIC HEALTH SERVICE, DEPARTMENT OF HEALTH AND HUMAN SERVICES GENERAL PROVISIONS NATIONAL LIBRARY OF MEDICINE § 4.8 Publication of the Library and information...

  14. Joint-Use Libraries

    Science.gov (United States)

    Casstevens, Susan

    2017-01-01

    The joint-use library is a place where people of all ages, interests, and income levels can find items of interest at no personal cost. The mission of A. H. Meadows Public and High School Library in Midlothian, Texas, is to offer what other public libraries provide: educational and entertainment resources to a community. Yet, the staff also wants…

  15. Beyond Library Power: Reader's Digest Adds Public Libraries to the Mix.

    Science.gov (United States)

    Rockfield, Gary

    1998-01-01

    Describes the Tall Tree Initiative for Library Services, sponsored by the Reader's Digest Foundation and administered by the public and school library systems of Westchester County, New York. The initiative focuses on improving services offered children in the 21st century, and demands a new level of school-public library cooperation. (AEF)

  16. The library was used as Copernicus in Auersperg’s and Lyceal Libraries

    Directory of Open Access Journals (Sweden)

    Stanislav Južnič

    2006-01-01

    Full Text Available We described the beginnings of the Auersperg Prince’s Library of Ljubljana. The special concern was put on the most important bibliophile among the Auerpergs, Volk Engelbert. The work of his friend and librarian, Schönleben, was put in the limelight. We researched the catalogue of Auersperg’s mathematical books, including astronomy and discussed the importance and value of particular items. The library was used as the base for the analysis of Auersperg’s scientific interests just after they returned to the Catholic faith. We also examined their opinion about Copernicus. The contemporary destiny of the Auersperg Prince’s Library was mentioned. In this very moment just some books of the former Ljubljanian library could be traced in different foreign libraries, especially in USA. We discovered the second edition of Copernicus’ De Revolutionibus which National and University Library of Ljubljana inherited from the Ljubljanian Jesuit library. Because of the wrong year written in Cobiss record, this precious treasure was unknown to the researchers up to now.

  17. International Youth Library

    Directory of Open Access Journals (Sweden)

    Osman Ümit Özen

    1994-03-01

    Full Text Available International Youth Library, the biggest youth library in the world, was founded in 1948 in Munich, Germany, by Jella Lepman. She aimed to unite all the children of the world through books by establishing this library. IYL is still trying to achieve this end supporting scholarship programmes in children’s literature research, participating in or organizing meetings on children’s literature, and working with other national and international organizations deeding with children’s literature. Unfortunately the library is facing some problems recently which have risen from economic difficulties which also inhibits promotional activities.

  18. Library and Education

    Directory of Open Access Journals (Sweden)

    Gheorghe Buluţă

    2011-01-01

    Full Text Available The psycho-social phenomena generated by mass-media and the new information and communication technologies at the level of the young generations have led to new communication practices that bypass libraries and revolutionized the intellectual labor practices, with texts being rather used than read. In this context, our article examines the need to increase the library's role in developing the quality of education and research and brings to attention a few possible solutions which include a partnership between various types of libraries and between librarians' associations and NGOs to facilitate education through library and safeguard reading.

  19. Deploying web-based visual exploration tools on the grid

    Energy Technology Data Exchange (ETDEWEB)

    Jankun-Kelly, T.J.; Kreylos, Oliver; Shalf, John; Ma, Kwan-Liu; Hamann, Bernd; Joy, Kenneth; Bethel, E. Wes

    2002-02-01

    We discuss a web-based portal for the exploration, encapsulation, and dissemination of visualization results over the Grid. This portal integrates three components: an interface client for structured visualization exploration, a visualization web application to manage the generation and capture of the visualization results, and a centralized portal application server to access and manage grid resources. We demonstrate the usefulness of the developed system using an example for Adaptive Mesh Refinement (AMR) data visualization.

  20. Method of optimization of the natural gas refining process

    Energy Technology Data Exchange (ETDEWEB)

    Sadykh-Zade, E.S.; Bagirov, A.A.; Mardakhayev, I.M.; Razamat, M.S.; Tagiyev, V.G.

    1980-01-01

    The SATUM (automatic control system of technical operations) system introduced at the Shatlyk field should assure good quality of gas refining. In order to optimize the natural gas refining processes and experimental-analytical method is used in compiling the mathematical descriptions. The program, compiled in Fortran language, in addition to parameters of optimal conditions gives information on the yield of concentrate and water, concentration and consumption of DEG, composition and characteristics of the gas and condensate. The algorithm for calculating optimum engineering conditions of gas refining is proposed to be used in ''advice'' mode, and also for monitoring progress of the gas refining process.

  1. MANAGING CHANGE IN ACADEMIC LIBRARY: THE CASE OF VILNIUS UNIVERSITY LIBRARY

    Directory of Open Access Journals (Sweden)

    Marija Prokopčik

    2014-04-01

    Full Text Available ABSTRACTPurpose: The main objective of this article is to ascertain some most significant fields of the academic library activities, which have (or could have an impact on strengthening the library’s role as a partner in academic community, as well as to perform assessment of Vilnius University Library (thereinafter VUL capacities in order to see what kind of current or future activities performed by the library may contribute to the building-up of such role in Vilnius University (thereinafter VU community.Methodology/approach: Analysis of LIS professional literature of the latter five years reveals the key trends in development of academic libraries, their innovative change and challenges – partnerships of open access, managing of research data; research support; research assessment, Library scientific research, as well as allows to perform situation analysis of one particular library in order to see if and at what scale these identified trends can be traced in VUL.Results: It was established that VUL contributes to the idea and practical implementation of open access, collaborates with VU and Lithuania’s academic community in the projects of research data management, takes an active part in carrying out bibliometric research, helps to form a range of research support services, promotes the Library’s scholarly research and contributes to formation of the institution’s research potential.Research limitation: This article focuses on analysis of one academic library (VUL and its activities. Such issues like studies support, library as a space for communication, professional assistance in research events organization, improvement of information and media literacy were deliberately not covered.Originality/practical implications: Identification of common trends and measures of their practical implementation in one particular institution may be useful for other libraries planning the strategy of change and (or implementing selected solutions.

  2. Optimal algebraic multilevel preconditioning for local refinement along a line

    NARCIS (Netherlands)

    Margenov, S.D.; Maubach, J.M.L.

    1995-01-01

    The application of some recently proposed algebraic multilevel methods for the solution of two-dimensional finite element problems on nonuniform meshes is studied. The locally refined meshes are created by the newest vertex mesh refinement method. After the introduction of this refinement technique

  3. RBT—A Tool for Building Refined Buneman Trees

    DEFF Research Database (Denmark)

    Besenbacher, Søren; Mailund; Westh-Nielsen, Lasse

    2005-01-01

    We have developed a tool implementing an efficient algorithm for refined Buneman tree reconstruction. The algorithm—which has the same complexity as the neighbour-joining method and the (plain) Buneman tree construction—enables refined Buneman tree reconstruction on large taxa sets....

  4. A discontinuous Galerkin method with a bound preserving limiter for the advection of non-diffusive fields in solid Earth geodynamics

    Science.gov (United States)

    He, Ying; Puckett, Elbridge Gerry; Billen, Magali I.

    2017-02-01

    Mineral composition has a strong effect on the properties of rocks and is an essentially non-diffusive property in the context of large-scale mantle convection. Due to the non-diffusive nature and the origin of compositionally distinct regions in the Earth the boundaries between distinct regions can be nearly discontinuous. While there are different methods for tracking rock composition in numerical simulations of mantle convection, one must consider trade-offs between computational cost, accuracy or ease of implementation when choosing an appropriate method. Existing methods can be computationally expensive, cause over-/undershoots, smear sharp boundaries, or are not easily adapted to tracking multiple compositional fields. Here we present a Discontinuous Galerkin method with a bound preserving limiter (abbreviated as DG-BP) using a second order Runge-Kutta, strong stability-preserving time discretization method for the advection of non-diffusive fields. First, we show that the method is bound-preserving for a point-wise divergence free flow (e.g., a prescribed circular flow in a box). However, using standard adaptive mesh refinement (AMR) there is an over-shoot error (2%) because the cell average is not preserved during mesh coarsening. The effectiveness of the algorithm for convection-dominated flows is demonstrated using the falling box problem. We find that the DG-BP method maintains sharper compositional boundaries (3-5 elements) as compared to an artificial entropy-viscosity method (6-15 elements), although the over-/undershoot errors are similar. When used with AMR the DG-BP method results in fewer degrees of freedom due to smaller regions of mesh refinement in the neighborhood of the discontinuity. However, using Taylor-Hood elements and a uniform mesh there is an over-/undershoot error on the order of 0.0001%, but this error increases to 0.01-0.10% when using AMR. Therefore, for research problems in which a continuous field method is desired the DG

  5. Public Relations in Special Libraries.

    Science.gov (United States)

    Rutkowski, Hollace Ann; And Others

    1991-01-01

    This theme issue includes 11 articles on public relations (PR) in special libraries. Highlights include PR at the Special Libraries Association (SLA); sources for marketing research for libraries; developing a library image; sample PR releases; brand strategies for libraries; case studies; publicizing a consortium; and a bibliography of pertinent…

  6. Music Libraries: Centralization versus Decentralization.

    Science.gov (United States)

    Kuyper-Rushing, Lois

    2002-01-01

    Considers the decision that branch libraries, music libraries in particular, have struggled with concerning a centralized location in the main library versus a decentralized collection. Reports on a study of the Association of Research Libraries that investigated the location of music libraries, motivation for the location, degrees offered,…

  7. DIGITAL LIBRARIES IN INDONESIA WITH SPECIAL EMPHASIS TO ACADEMIC LIBRARIES

    OpenAIRE

    Sulistiyo Basuki

    2012-01-01

    There are many definitions about digital library, however, this paper used the definition taken from Digital Library Federation which stated that digital library as organizations that provide the resources, including the specialized staff, to select, structure, offer intellectual access to interpret, distribute, preserve the integrity of, and ensure the persistence over time of collections of digital works so that they are readily and economically available for use by defined community or set...

  8. Selecting and Planning for an Automated Library System: Guidelines for Libraries.

    Science.gov (United States)

    Piccininni, James

    Guidelines are given for automating a library. Issues arising in automation are illustrated through the experience of the Doherty Library of the University of St. Thomas, Houston (Texas). The first step is to decide what type of system is right for the needs of the library and its patrons. In considering vendors of systems, it is important to…

  9. India's refining prospects linked to economic growth

    International Nuclear Information System (INIS)

    Lewis, E.

    1996-01-01

    International investors assess refining ventures in India the same way they do comparable projects elsewhere in the world: according to their expectations about investment returns. By that standard, India's appeal is mixed, although its need for some measure of additional refining capacity seems certain. The success of future refinery investments will depend heavily on the government's commitment to policies allowing the economy to grow faster than the population. Unless accompanied by economic growth, expected increases in the population will not automatically raise demand for petroleum products. Decisions about investments in India's refining sector, therefore, must carefully weigh market fundamentals, the business environment, and likely investment performance. This paper reviews the market for the various products and predicts new economic trends

  10. Using marketing in Romanian libraries. Study case: The Romanian National Library

    Directory of Open Access Journals (Sweden)

    Ruxandra Irina POPESCU

    2009-06-01

    Full Text Available Nowadays, marketing has become a central part of libraries’ interest worldwide. Their motivation is varied: the missions of organizations have lost compatibility with market demand, budgets are low, while their units require more funds, the increase in the competition for funding, the harsh competition between service suppliers, etc. Furthermore, the Western world understood the necessity of library marketing for reasons like: the support offered in library management, the focus on consumers, the capacity of attracting consumers to use libraries, the improvement of the organization’s image. Despite all that, most Romanian libraries do not understand the part played by marketing in the library or in the information service, as well as its usefulness in day-to-day activities. The purpose of this essay is to present the importance of marketing in the National Romanian Library’s activity.

  11. Library Use

    DEFF Research Database (Denmark)

    Konzack, Lars

    2012-01-01

    A seminar paper about a survey of role-playing games in public libraries combined with three cases and a presentation of a model.......A seminar paper about a survey of role-playing games in public libraries combined with three cases and a presentation of a model....

  12. ENDL Type Formats for the LLNL Evaluated Atomic Data Library (EADL), Evaluated Electron Data Library (EEDL), and Evaluated Photon Data Library (EPDL)

    International Nuclear Information System (INIS)

    Perkins, S T; Cullen, D E

    2002-01-01

    The character file formats for the Lawrence Livermore National Laboratory evaluated atomic relaxation library (EADL), the electron library (EEDL), and the photon library (EPDL) are given in this report

  13. Library/Information Science Education, Placement, and Salaries. Guide to Employment Sources in the Library and Information Professions; Placements and Salaries 2000: Plenty of Jobs, Salaries Flat; Accredited Master's Programs in Library and Information Studies; Library Scholarship Sources; Library Scholarship and Award Recipients, 2001.

    Science.gov (United States)

    Davis, Darlena; Terrell, Tom; Gregory, Vicki L.

    2002-01-01

    Includes five articles that report on employment sources in the library and information professions; placements and salaries, which indicate plenty of jobs and salaries that are flat; accredited master's programs in library and information studies; library scholarship sources; and library scholarship and award recipients. (LRW)

  14. FY 2008 Public Libraries Survey

    Data.gov (United States)

    Institute of Museum and Library Services — Dig into FY 2008 data on public library systems (referred to as administrative entities in the Public Libraries Survey) and main libraries, branches, and bookmobiles...

  15. FY 2010 Public Libraries Survey

    Data.gov (United States)

    Institute of Museum and Library Services — Dig into FY 2010 data on public library systems (referred to as administrative entities in the Public Libraries Survey) and main libraries, branches, and bookmobiles...

  16. FY 2011 Public Libraries Survey

    Data.gov (United States)

    Institute of Museum and Library Services — Dig into FY 2011 data on public library systems (referred to as administrative entities in the Public Libraries Survey) and main libraries, branches, and bookmobiles...

  17. FY 2009 Public Libraries Survey

    Data.gov (United States)

    Institute of Museum and Library Services — Dig into FY 2009 data on public library systems (referred to as administrative entities in the Public Libraries Survey) and main libraries, branches, and bookmobiles...

  18. Library leadership as an issue in Norwegian Library and Information Science education

    OpenAIRE

    Landøy, Ane

    2016-01-01

    In this review of library leadership education given by the two main library schools in Norway, the Oslo and Akershus University College of Applied Sciences (HiOA) and University of Tromsø (UiT), the focus is on the perspective from the library school: Is library leadership something special, or is it similar to other kinds of leadership of public organisations. To what extent is it possible to infer something about the perspective from the course descriptions and the required reading lists?

  19. Refinement-Animation for Event-B - Towards a Method of Validation

    DEFF Research Database (Denmark)

    Hallerstede, Stefan; Leuschel, Michael; Plagge, Daniel

    2010-01-01

    We provide a detailed description of refinement in Event-B, both as a contribution in itself and as a foundation for the approach to simultaneous animation of multiple levels of refinement that we propose. We present an algorithm for simultaneous multi-level animation of refinement, and show how ...

  20. Cleaning Data with OpenRefine

    Directory of Open Access Journals (Sweden)

    Seth van Hooland

    2013-08-01

    Full Text Available Duplicate records, empty values and inconsistent formats are phenomena we should be prepared to deal with when using historical data sets. This lesson will teach you how to discover inconsistencies in data contained within a spreadsheet or a database. As we increasingly share, aggregate and reuse data on the web, historians will need to respond to data quality issues which inevitably pop up. Using a program called OpenRefine, you will be able to easily identify systematic errors such as blank cells, duplicates, spelling inconsistencies, etc. OpenRefine not only allows you to quickly diagnose the accuracy of your data, but also to act upon certain errors in an automated manner.

  1. Library Research: A Domain Comparison of Two Library Journals

    Science.gov (United States)

    Davies, Karen; Thiele, Jennifer

    2013-01-01

    Research articles published by the "Community & Junior College Libraries" journal and the "College & Undergraduate Libraries" journal were analyzed to determine their domain. The discussion includes a comparison of past domain studies with the current research. The researchers found the majority of articles (52%) in the…

  2. Outlook for Canadian refining

    International Nuclear Information System (INIS)

    Boje, G.

    1998-01-01

    The petroleum supply and demand balance was discussed and a comparison between Canadian and U.S. refineries was provided. The impact of changing product specifications on the petroleum industry was also discussed. The major changes include sulphur reductions in gasoline, benzene and MMT additives. These changes have been made in an effort to satisfy environmental needs. Geographic margin variations in refineries between east and west were reviewed. An overview of findings from the Solomon Refining Study of Canadian and American refineries, which has been very complimentary of the Canadian refining industry, was provided. From this writer's point of view refinery utilization has improved but there is a threat from increasing efficiency of US competitors. Environmental issues will continue to impact upon the industry and while the chances for making economic returns on investment are good for the years ahead, it will be a challenge to maintain profitability

  3. Main Libraries, Branches, and Bookmobiles: FY 1992-2012 Public Libraries Survey Trends (Outlet)

    Data.gov (United States)

    Institute of Museum and Library Services — Find key information on trends in main libraries, branches, and bookmobiles, including FSCS IDs and location.These data include imputed values for libraries that did...

  4. Generation of the WIMS code library from the ENDF/B-VI basic library

    International Nuclear Information System (INIS)

    Aboustta, Mohamed Ali Bashir.

    1994-01-01

    The WIMS code is being presently used in many research centers and educational institutions in the world. It has proven to be versatile, reliable and diverse as it is used to calculate different reactor systems. Its data library is rich of useful information that can even be condensed to serve other codes, but the copy distributed with the code is not updated. Some of its data has never been changed, others had changed many times to accommodate certain experimental setups and some data is, simply, not included. This work is an attempt to dominate the techniques used in generating a multigroup library as being applied to the WIMS data library. This new library is called UFMGLIB. A new set of consistent data was generated from the basic ENDF/B-VI library, including complete data for the fission product nuclides and more elaborated burnup chains. The performance of the library is comparable to that of the Standard library accompanying the code and a later library, WIMKAL 88, generated by a group of the Korean Research Institute of Atomic Energy. (author). 38 refs., 40 figs., 30 tabs

  5. Oil refining in U.S. foreign-trade zones

    International Nuclear Information System (INIS)

    Powell, S.J.; Potter, T.J.

    1991-01-01

    With the crude-oil import supply being as inexpensive as it is today, relative to domestic supply, many independents have been sourcing their crude-oil needs from abroad and have found it an opportune time to step up their level of refining activity. To further enhance their competitive position with respect to foreign refineries, certain domestic refiners have discovered the operational benefits and savings that result from having a refinery designated as a foreign-trade zone (FTZ) under the Foreign-Trade Zones Act of 1934, as amended. This paper examines the history and use of foreign-trade subzones for refining activities

  6. Service Innovation In Academic Libraries

    DEFF Research Database (Denmark)

    Scupola, Ada; Nicolajsen, Hanne Westh

    2010-01-01

    Purpose – The purpose of this article is to investigate whether management and employees in academic libraries involve users in library service innovations and what these user roles are. Design/methodology/approach – The article first reviews the literature focusing on innovation, new product...... development, new service development and library science with specific focus on users and management. Subsequently the research uses a case study approach to investigate management and customer involvement in a Danish academic library. Findings – Results from the case study show that academic libraries...... in academic library service innovations on the basis of an in-depth case study of a Danish academic library....

  7. English-Chinese oil refining dictionary. [English-Chinese

    Energy Technology Data Exchange (ETDEWEB)

    Chou, P; Zing, Z [eds.

    1979-01-01

    The dictionary is a collection of many disciplines but specialized in the terminology related to petroleum refining. It contains terms in areas such as refining, factory equipment and installation, petroleum products and test analysis, and instrument automation. It also contains terms in areas of petrochemistry, oil storage and transport, computer technology, and environmental protection. The total number of terms collected was approximately 53,000.

  8. Academic Libraries and High-Impact Practices for Student Retention: Library Deans' Perspectives

    Science.gov (United States)

    Murray, Adam

    2015-01-01

    Numerous studies on retention have highlighted the role of student engagement in influencing students' withdrawal decisions. This study seeks to address how academic libraries affect student retention by examining the perception of academic library deans or directors on the alignment between library services and resources with ten nationally…

  9. A borderless Library

    CERN Multimedia

    CERN Library

    2010-01-01

    The CERN Library has a large collection of documents in online or printed format in all disciplines needed by physicists, engineers and technicians. However,  users sometimes need to read documents not available at CERN. But don’t worry! Thanks to its Interlibrary loan and document delivery service, the CERN Library can still help you. Just fill in the online form or email us. We will then locate the document in other institutions and order it for you free of charge. The CERN Library cooperates with the largest libraries in Europe, such as ETH (Eidgenössische Technische Hochschule) in Zurich, TIB (Technische Informationsbibliothek) in Hanover and the British Library in London. Thanks to our network and our expertise in document search, most requests are satisfied in record time: articles are usually served in .pdf version a few hours after the order, and books or other printed materials are delivered within a few days. It is possible to ask for all types of documents suc...

  10. Academic medical libraries' policies and procedures for notifying library users of retracted scientific publications.

    Science.gov (United States)

    Hughes, C

    1998-01-01

    Academic medical libraries have a responsibility to inform library users regarding retracted publications. Many have created policies and procedures that identify flawed journal articles. A questionnaire was sent to the 129 academic medical libraries in the United States and Canada to find out how many had policies and procedures for identifying retracted publications. Of the returned questionnaires, 59% had no policy and no practice for calling the attention of the library user to retracted publications. Forty-one percent of the libraries called attention to retractions with or without a formal policy for doing so. Several responding libraries included their policy statement with the survey. The increasing number of academic medical libraries that realize the importance of having policies and practices in place highlights the necessity for this procedure.

  11. Contextual Distance Refining for Image Retrieval

    KAUST Repository

    Islam, Almasri

    2014-01-01

    Recently, a number of methods have been proposed to improve image retrieval accuracy by capturing context information. These methods try to compensate for the fact that a visually less similar image might be more relevant because it depicts the same object. We propose a new quick method for refining any pairwise distance metric, it works by iteratively discovering the object in the image from the most similar images, and then refine the distance metric accordingly. Test show that our technique improves over the state of art in terms of accuracy over the MPEG7 dataset.

  12. Contextual Distance Refining for Image Retrieval

    KAUST Repository

    Islam, Almasri

    2014-09-16

    Recently, a number of methods have been proposed to improve image retrieval accuracy by capturing context information. These methods try to compensate for the fact that a visually less similar image might be more relevant because it depicts the same object. We propose a new quick method for refining any pairwise distance metric, it works by iteratively discovering the object in the image from the most similar images, and then refine the distance metric accordingly. Test show that our technique improves over the state of art in terms of accuracy over the MPEG7 dataset.

  13. Refinement in Z and Object-Z foundations and advanced applications

    CERN Document Server

    Derrick, John

    2013-01-01

    Refinement is one of the cornerstones of the formal approach to software engineering, and its use in various domains has led to research on new applications and generalisation. This book brings together this important research in one volume, with the addition of examples drawn from different application areas. It covers four main themes:Data refinement and its application to ZGeneralisations of refinement that change the interface and atomicity of operationsRefinement in Object-ZModelling state and behaviour by combining Object-Z with CSPRefinement in Z and Object-Z: Foundations and Advanced A

  14. Library 2020 today's leading visionaries describe tomorrow's library

    CERN Document Server

    Janes, Joseph

    2013-01-01

    Broadly representative of important perspectives and aspects within the profession as well as featuring important voices beyond the professional realm, Library 2020 presents thought-provoking and illuminating visions from many points of view. It is both required reading for library leaders and trustees as well as an ideal supplemental text for LIS classes looking at the future of the profession.

  15. Singapore refiners in midst of huge construction campaign

    International Nuclear Information System (INIS)

    Land, R.

    1992-01-01

    This paper reports that Singapore's downstream capacity continues to mushroom. Singapore refiners, upbeat about long term prospects for petroleum products demand in the Asia-Pacific region, and are pressing plans to boost processing capacity. Their plans go beyond capacity expansions. They are proceeding with projects to upgrade refineries to emphasize production of higher value products and to further integrate refining capabilities wit the region's petrochemical industry. Planned expansion and upgrading projects at Singapore refineries call for outlays of more than $1 billion to boost total capacity to about 1.1 million b/d in 1993 and 1.27 million b/d by 1995. That would be the highest level since the mid-1980s, when refiners such as Shell Singapore cut capacity amid an oil glut. Singapore refineries currently are running at effective full capacity of 1.04 million b/d. Meanwhile, Singapore refiners are aggressively courting customers in the Indochina subcontinent, where long isolated centrally planned economies are turning gradually to free markets

  16. Directions in refining and upgrading of heavy oil and bitumen

    International Nuclear Information System (INIS)

    Dawson, B.; Parker, R. J.; Flint, L.

    1997-01-01

    The expansion of heavy oil transportation, marketing and refining facilities over the past two decades have been reviewed to show the strides that several Canadian refiners have taken to build up the facilities required to process synthetic crude oil (SCO). Key points made at a conference, convened by the National Centre for Upgrading Technology (NCUT), held in Edmonton during September 1997 to discuss current and future directions in the refining and marketing of heavy oil, bitumen and SCO, were summarized. Among the key points mentioned were: (1) the high entry barriers faced by centralized upgraders, (2) the advantages of integrating SCO or heavy oil production with downstream refining, (3) the stiff competition from Venezuela and Mexico that both SCO and heavy oil will face in the U.S. PADD II market, (4) the differences between Canadian refiners who have profited from hydrocracking and are better able to handle coker-based SCO, and American refiners who rely chiefly on catalytic cracking and are less able to process the highly aromatic SCO, and (5) the disproportionate cost in the upgrading process represented by the conversion of asphaltenes. Challenges and opportunities for key stakeholders, i.e. producers, refiners, marketers and technology licensors also received much attention at the Edmonton conference

  17. The presence of academic health sciences libraries on Facebook: the relationship between content and library popularity.

    Science.gov (United States)

    Garcia-Milian, Rolando; Norton, Hannah F; Tennant, Michele R

    2012-01-01

    Social networks such as Facebook allow libraries to be proactive in reaching their users. While some libraries have popular Facebook pages, it remains unclear what attracts users to these pages. This study evaluates relationships between libraries' Facebook page content and popularity. An analysis of 72 academic health sciences libraries' Facebook pages showed positive correlations between number of library fans and number of tabs, photos, events, and wall posts on Facebook. Libraries posting videos had significantly more fans than libraries without them. This study contributes to an understanding of correlations between content and popularity on Facebook, with implications for library outreach.

  18. 30 CFR 208.4 - Royalty oil sales to eligible refiners.

    Science.gov (United States)

    2010-07-01

    ... 30 Mineral Resources 2 2010-07-01 2010-07-01 false Royalty oil sales to eligible refiners. 208.4... MANAGEMENT SALE OF FEDERAL ROYALTY OIL General Provisions § 208.4 Royalty oil sales to eligible refiners. (a... and defense. The Secretary will review these items and will determine whether eligible refiners have...

  19. Slovenian Public Libraries in 2010

    Directory of Open Access Journals (Sweden)

    Gorazd Vodeb

    2013-09-01

    Full Text Available ABSTRACTPurpose:  The article presents the 2010 Slovenian public library statistics. Performance indicators are compared to library regulations and standards, and to the goals of the Resolution on the 2008-2011 National Programme for Culture. Opening time, library space and equipment, the size of collections and the number of additions are surveyed. Staff structure and financial data are presented as well as the data about visitors, registered members, loans and other library services.   Methodology/approach:  Data collected via the annual statistical survey of Slovenian public libraries are used. They were collected and published by the Library System Development Centre at the National & University Library.   Results:  Data show the stability of the public library income. The level of resources has been generally increased. The number of loans and visits are still rising whereas the number of registered users is slightly dropping. The extent of digitalisation of library materials has been significantly increased.       Research limitation:  The average value of performance indicators is presented.      Originality/practical implications:  Results can be used for monitoring public library development.

  20. Library Information-Processing System

    Science.gov (United States)

    1985-01-01

    System works with Library of Congress MARC II format. System composed of subsystems that provide wide range of library informationprocessing capabilities. Format is American National Standards Institute (ANSI) format for machine-readable bibliographic data. Adaptable to any medium-to-large library.

  1. A TN adaptive ray effect mitigation for Styx 3D

    International Nuclear Information System (INIS)

    Aussourd, Ch.

    2003-01-01

    Ray effect (RE) is a non-physical flaw of discrete ordinate methods characterized by spurious rays becoming sharper when small bright neutron sources radiate through low scattering media. While this effect has low impact on integral parameters (α and K eff ), it can ruin simulations of diagnostic problem in terms of neutron dose received by a detector. 3 cumulative factors may affect the RE intensity: the source size, the scattering cross-sections, and the mesh size. We introduce an adaptive Ray Effect Mitigation (REM) aimed at locally improving the angular accuracy of the 3 dimension AMR (adaptive mesh refinement) deterministic neutron transport code Styx. Promising preliminary results have been obtained using a recursively refined octahedron based sphere tessellation in place of the standard S N quadrature. This angular mesh, referred to as T N , has valuable features for local refinement

  2. A T{sub N} adaptive ray effect mitigation for Styx 3D

    Energy Technology Data Exchange (ETDEWEB)

    Aussourd, Ch. [CEA Bruyeres-le-Chatel, 91 (France)

    2003-07-01

    Ray effect (RE) is a non-physical flaw of discrete ordinate methods characterized by spurious rays becoming sharper when small bright neutron sources radiate through low scattering media. While this effect has low impact on integral parameters ({alpha} and K{sub eff}), it can ruin simulations of diagnostic problem in terms of neutron dose received by a detector. 3 cumulative factors may affect the RE intensity: the source size, the scattering cross-sections, and the mesh size. We introduce an adaptive Ray Effect Mitigation (REM) aimed at locally improving the angular accuracy of the 3 dimension AMR (adaptive mesh refinement) deterministic neutron transport code Styx. Promising preliminary results have been obtained using a recursively refined octahedron based sphere tessellation in place of the standard S{sub N} quadrature. This angular mesh, referred to as T{sub N}, has valuable features for local refinement.

  3. Coordinators for health science libraries in the Midwest Health Science Library Network.

    Science.gov (United States)

    Holtum, E A; McKloskey, J; Mahan, R

    1977-04-01

    In the summer of 1973 one resource library in each of the six states of the Midwest Health Science Library Network received funding from the National Library of Medicine to hire a coordinator for health science libraries. The development of the role of coordinator is examined and evaluated. The coordinators have proved valuable in the areas of consortium formation, basic unit development, communication facilitation, and program initiation. The function of the coordinators in the extensive planning effort now being undertaken by the network and the future need for the coordinator positions are discussed.

  4. Development of an efficient grain refiner for Al-7Si alloy

    Energy Technology Data Exchange (ETDEWEB)

    Kori, S.A.; Murty, B.S.; Chakraborty, M. [Indian Inst. of Technol., Kharagpur (India). Dept. of Metall. and Mater. Eng.

    2000-03-15

    The response of Al-7Si alloy towards grain refinement by Al-Ti-B master alloys (with different Ti-B ratios) at different addition levels has been studied in detail. The results indicate that high B-containing master alloys are powerful grain refiners when compared to conventional grain refiners like Al-5Ti-lB master alloys. In the present study, indigenously developed master alloys have been used for the grain refinement of alloys Al-7Si and LM-25. Significant improvements in mechanical properties have been obtained with a combination of grain refiner and Sr as modifier. (orig.)

  5. Library Services Funding Assessment

    Science.gov (United States)

    Lorig, Jonathan A.

    2004-01-01

    The Glenn Technical Library is a science and engineering library that primarily supports research activities at the Glenn Research Center, and provides selected services to researchers at all of the NASA research centers. Resources available in the library include books, journals, CD-ROMs, and access to various online sources, as well as live reference and inter-library loan services. The collection contains over 77,000 books, 800,000 research reports, and print or online access to over 1,400 journals. Currently the library operates within the Logistics and Technical Information Division, and is funded as an open-access resource within the GRC. Some of the research units at the GRC have recently requested that the library convert to a "pay-for-services" model, in which individual research units could fund only those journal subscriptions for which they have a specific need. Under this model, the library would always maintain a certain minimum level of pooled-expense services, including the ready reference and book collections, and inter-library loan services. Theoretically the "pay-for-services" model would encourage efficient financial allocation, and minimize the extent to which paid journal subscriptions go unused. However, this model also could potentially negate the benefits of group purchases for journal subscriptions and access. All of the major journal publishers offer package subscriptions that compare favorably in cost with the sum of individual subscription costs for a similar selection of titles. Furthermore, some of these subscription packages are "consortium" purchases that are funded collectively by the libraries at multiple NASA research centers; such consortia1 memberships would be difficult for the library to pay, if enough GRC research units were to withdraw their pooled contributions. cost of collectively-funded journal access with the cost of individual subscriptions. My primary task this summer is to create the cost dataset framework, and

  6. Local grid refinement for free-surface flow simulations

    NARCIS (Netherlands)

    van der Plas, Peter

    2017-01-01

    The principal goal of the current study is to explore and investigate the potential of local grid refinement for increasing the numerical efficiency of free-surface flow simulations in a practical context. In this thesis we propose a method for local grid refinement in the free-surface flow model

  7. Consumer Health Information Provision in Rural Public Libraries: A Comparison of Two Library Systems

    Science.gov (United States)

    Flaherty, Mary Grace

    2013-01-01

    To better understand health information provision in the public library setting, two cooperative library systems that serve primarily rural populations in upstate New York were studied. The central library in one of those systems established a consumer health information center (CHIC) in 1999. In the other system, the central library does not have…

  8. Users' Satisfaction with Library Services: A Case Study of Delta State University Library

    Science.gov (United States)

    Ikolo, Violet E.

    2015-01-01

    The study focused on users' satisfaction with library services at the Delta State University main Library, Abraka, Delta State. The objective was to find out if users are satisfied with the services, facilities, the library environment, information sources and staff of the library. Using the descriptive survey design, the population for the study…

  9. Interior Design Trends in Libraries.

    Science.gov (United States)

    Sager, Don, Ed.

    2000-01-01

    Four contributing authors discuss perspectives on current trends in library interior design. Articles include: "Trends in Library Furnishings: A Manufacturer's Perspective" (Andrea Johnson); "Libraries, Architecture, and Light: The Architect's Perspective" (Rick McCarthy); "The Library Administrator's Perspective" (Chadwick Raymond); and "The…

  10. Oil refining in South Asia and Australasia

    International Nuclear Information System (INIS)

    Yamaguchi, N.D.

    2000-01-01

    An overview of the oil markets of Southeast Asia and Australasia is presented focussing on oil refining. Key statistics of both areas are tabulated, and figures providing information on GDP/capita, crude production, comparison of demand barrels, and product demand are provided. Crude oil production and supply, oil product demand, and the refining industries are examined with details given of evolution of capacity and cracking to distillation ratios

  11. Investment in Exploration-Production and Refining - 2016

    International Nuclear Information System (INIS)

    Maisonnier, Guy; Hureau, Geoffroy; Serbutoviez, Sylvain; Silva, Constancio

    2017-03-01

    IFPEN analyses in this study the 2016 evolution of global investment in the field of exploration-production and refining: - Trends in oil and gas prices; - Investment in exploration/production: in sharp decline for the second consecutive year - the first time this has happened since 1986; - The global drilling market; - Geophysical: global activity and markets; - Offshore construction: market and business; - A significant reduction in refining projects (atmospheric distillation and conversion)

  12. Users education in the virtual public library. Resources and procedures in the Spanish public libraries

    Directory of Open Access Journals (Sweden)

    Francisco Javier García Gómez

    2004-01-01

    Full Text Available Some Spanish public libraries have sites Web in a new digital work environment. These libraries are already delivered some services in their virtual branches. We are interesting to analyze user education in their sites Web. We are reviewed and tested some digital resources and services for user education in public libraries at World Wide Web. Level developing obtained in this library work is shown in conclusions. Likewise, we contributed some references about public library web sites design focused in user education and library instruction

  13. Technostress and Library Values.

    Science.gov (United States)

    Gorman, Michael

    2001-01-01

    Discusses information overload and society's and libraries' responses to technology. Considers eight values that libraries should focus on and how they relate to technology in libraries: democracy, stewardship, service, intellectual freedom, privacy, rationalism, equity of access, and building harmony and balance. (LRW)

  14. Incorporating Library School Interns on Academic Library Subject Teams

    Science.gov (United States)

    Sargent, Aloha R.; Becker, Bernd W.; Klingberg, Susan

    2011-01-01

    This case study analyzes the use of library school interns on subject-based teams for the social sciences, humanities, and sciences in the San Jose State University Library. Interns worked closely with team librarians on reference, collection development/management, and instruction activities. In a structured focus group, interns reported that the…

  15. Problems persist for French refining sector

    International Nuclear Information System (INIS)

    Beck, R.J.

    1992-01-01

    This paper reports that France's refiners face a continuing shortfall of middle distillate capacity and a persistent surplus of heavy fuel oil. That's the main conclusion of the official Hydrocarbon Directorate's report on how France's refining sector performed in 1991. Imports up---The directorate noted that although net production of refined products in French refineries rose to 1.534 million b/d in 1991 from 1.48 million b/d in 1990, products imports jumped 9.7% to 602,000 b/d in the period. The glut of heavy fuel oil eased to some extent last year because French nuclear power capacity, heavily dependent on ample water supplies, was crimped by drought. That spawned fuel switching. The most note worthy increase in imports was for motor diesel, climbing to 176,000 b/d from 148,000 b/d in 1990. Tax credits are spurring French consumption of that fuel. For the first time, consumption of motor diesel in 1991 outstripped that of gasoline at 374,000 b/d and 356,000 b/d respectively

  16. Refining glass structure in two dimensions

    Science.gov (United States)

    Sadjadi, Mahdi; Bhattarai, Bishal; Drabold, D. A.; Thorpe, M. F.; Wilson, Mark

    2017-11-01

    Recently determined atomistic scale structures of near-two dimensional bilayers of vitreous silica (using scanning probe and electron microscopy) allow us to refine the experimentally determined coordinates to incorporate the known local chemistry more precisely. Further refinement is achieved by using classical potentials of varying complexity: one using harmonic potentials and the second employing an electrostatic description incorporating polarization effects. These are benchmarked against density functional calculations. Our main findings are that (a) there is a symmetry plane between the two disordered layers, a nice example of an emergent phenomena, (b) the layers are slightly tilted so that the Si-O-Si angle between the two layers is not 180∘ as originally thought but rather 175 ±2∘ , and (c) while interior areas that are not completely imagined can be reliably reconstructed, surface areas are more problematic. It is shown that small crystallites that appear are just as expected statistically in a continuous random network. This provides a good example of the value that can be added to disordered structures imaged at the atomic level by implementing computer refinement.

  17. Segmental Refinement: A Multigrid Technique for Data Locality

    KAUST Repository

    Adams, Mark F.; Brown, Jed; Knepley, Matt; Samtaney, Ravi

    2016-01-01

    We investigate a domain decomposed multigrid technique, termed segmental refinement, for solving general nonlinear elliptic boundary value problems. We extend the method first proposed in 1994 by analytically and experimentally investigating its complexity. We confirm that communication of traditional parallel multigrid is eliminated on fine grids, with modest amounts of extra work and storage, while maintaining the asymptotic exactness of full multigrid. We observe an accuracy dependence on the segmental refinement subdomain size, which was not considered in the original analysis. We present a communication complexity analysis that quantifies the communication costs ameliorated by segmental refinement and report performance results with up to 64K cores on a Cray XC30.

  18. Segmental Refinement: A Multigrid Technique for Data Locality

    KAUST Repository

    Adams, Mark F.

    2016-08-04

    We investigate a domain decomposed multigrid technique, termed segmental refinement, for solving general nonlinear elliptic boundary value problems. We extend the method first proposed in 1994 by analytically and experimentally investigating its complexity. We confirm that communication of traditional parallel multigrid is eliminated on fine grids, with modest amounts of extra work and storage, while maintaining the asymptotic exactness of full multigrid. We observe an accuracy dependence on the segmental refinement subdomain size, which was not considered in the original analysis. We present a communication complexity analysis that quantifies the communication costs ameliorated by segmental refinement and report performance results with up to 64K cores on a Cray XC30.

  19. The Cost of Library Services: Activity-Based Costing in an Australian Academic Library.

    Science.gov (United States)

    Robinson, Peter; Ellis-Newman, Jennifer

    1998-01-01

    Explains activity-based costing (ABC), discusses the benefits of ABC to library managers, and describes the steps involved in implementing ABC in an Australian academic library. Discusses the budgeting process in universities, and considers benefits to the library. (Author/LRW)

  20. Towards Forming a Primordial Protostar in a Cosmological AMR Simulation

    Science.gov (United States)

    Turk, Matthew J.; Abel, Tom; O'Shea, Brian W.

    2008-03-01

    Modeling the formation of the first stars in the universe is a well-posed problem and ideally suited for computational investigation.We have conducted high-resolution numerical studies of the formation of primordial stars. Beginning with primordial initial conditions appropriate for a ΛCDM model, we used the Eulerian adaptive mesh refinement code (Enzo) to achieve unprecedented numerical resolution, resolving cosmological scales as well as sub-stellar scales simultaneously. Building on the work of Abel, Bryan and Norman (2002), we followed the evolution of the first collapsing cloud until molecular hydrogen is optically thick to cooling radiation. In addition, the calculations account for the process of collision-induced emission (CIE) and add approximations to the optical depth in both molecular hydrogen roto-vibrational cooling and CIE. Also considered are the effects of chemical heating/cooling from the formation/destruction of molecular hydrogen. We present the results of these simulations, showing the formation of a 10 Jupiter-mass protostellar core bounded by a strongly aspherical accretion shock. Accretion rates are found to be as high as one solar mass per year.

  1. Tomorrow's Library: The American View.

    Science.gov (United States)

    Dempsey, Mary A.

    1998-01-01

    Explores the continuing role of the public library in society, discussing the mission of the library (highlights the Chicago Public Library's new mission statement), funding collections and buildings, technology, capital improvements, challenges to intellectual freedom, librarian education, library outreach, and private-sector partnerships. (PEN)

  2. Library resources on the Internet

    Science.gov (United States)

    Buchanan, Nancy L.

    1995-07-01

    Library resources are prevalent on the Internet. Library catalogs, electronic books, electronic periodicals, periodical indexes, reference sources, and U.S. Government documents are available by telnet, Gopher, World Wide Web, and FTP. Comparatively few copyrighted library resources are available freely on the Internet. Internet implementations of library resources can add useful features, such as full-text searching. There are discussion lists, Gophers, and World Wide Web pages to help users keep up with new resources and changes to existing ones. The future will bring more library resources, more types of library resources, and more integrated implementations of such resources to the Internet.

  3. Solving the Sophistication-Population Paradox of Game Refinement Theory

    OpenAIRE

    Xiong , Shuo; Tiwary , Parth ,; Iida , Hiroyuki

    2016-01-01

    Part 4: Short Papers; International audience; A mathematical model of game refinement was proposed based on uncertainty of game outcome. This model has been shown to be useful in measuring the entertainment element in the domains such as boardgames and sport games. However, game refinement theory has not been able to explain the correlation between the popularity of a game and the game refinement value. This paper introduces another aspect in the study of game entertainment, the concept of “a...

  4. A refined approach: Saudi Arabia moves beyond crude

    International Nuclear Information System (INIS)

    Krane, Jim

    2015-01-01

    Saudi Arabia's role in global energy markets is changing. The kingdom is reshaping itself as a supplier of refined petroleum products while moving beyond its long-held role as a simple exporter of crude oil. This change is commensurate with the typical development trajectory of a state progressing to a more advanced stage of global economic integration. Gains from increased refining include reducing fuel imports and capturing margins now bequeathed to competitors. Refining also allows the kingdom to export its heavy crude oil to a wider array of customers, beyond select importers configured to handle heavy crudes. However, the move also presents strategic complications. The world's 'swing supplier' of oil may grow less willing or able to adjust supply to suit market demands. In the process, Saudi Arabia may have to update the old “oil for security” relationship that links it with Washington, augmenting it with a more diverse set of economic and investment ties with individual companies and countries, including China. -- Highlights: •Saudi Arabia is diverting crude oil into an expanding refining sector. •In doing so, the kingdom is moving beyond its role as global “swing supplier” of crude oil. •The kingdom will benefit from increased refining, including enhanced demand for heavy crude. •Strategic complications may force it to seek security partners beyond Washington

  5. Bayesian ensemble refinement by replica simulations and reweighting

    Science.gov (United States)

    Hummer, Gerhard; Köfinger, Jürgen

    2015-12-01

    We describe different Bayesian ensemble refinement methods, examine their interrelation, and discuss their practical application. With ensemble refinement, the properties of dynamic and partially disordered (bio)molecular structures can be characterized by integrating a wide range of experimental data, including measurements of ensemble-averaged observables. We start from a Bayesian formulation in which the posterior is a functional that ranks different configuration space distributions. By maximizing this posterior, we derive an optimal Bayesian ensemble distribution. For discrete configurations, this optimal distribution is identical to that obtained by the maximum entropy "ensemble refinement of SAXS" (EROS) formulation. Bayesian replica ensemble refinement enhances the sampling of relevant configurations by imposing restraints on averages of observables in coupled replica molecular dynamics simulations. We show that the strength of the restraints should scale linearly with the number of replicas to ensure convergence to the optimal Bayesian result in the limit of infinitely many replicas. In the "Bayesian inference of ensembles" method, we combine the replica and EROS approaches to accelerate the convergence. An adaptive algorithm can be used to sample directly from the optimal ensemble, without replicas. We discuss the incorporation of single-molecule measurements and dynamic observables such as relaxation parameters. The theoretical analysis of different Bayesian ensemble refinement approaches provides a basis for practical applications and a starting point for further investigations.

  6. The future of refining industry is in Asia

    International Nuclear Information System (INIS)

    Dupin, L.

    2010-01-01

    The decision of Total Group to close down the refining activity of its Flandres' site at Dunkerque (France) is a testimony of the deep restructuring that is affecting this sector. The migration of the refining activity towards Middle-East and Asia has started several years ago. The World capacities are increasing: in 2009 4.36 billion tons of petroleum products were refined in the world, representing a 1.9% rise with respect to 2008. 661 refineries exist in the world, among which 6 were inaugurated in 2009, 115 are located in Europe and 12 in France. The bad health of the European refining activity is beneficial to Middle and Asia where investments in new production capacities follow on from one another. From now to 2030, these areas will benefit from 70% of the worldwide investments compared to 11% only for Europe and North America. The decline of the European refining industry is directly linked to decay of the automotive fuel consumption and to the increase of the diesel fuel share with respect to gasoline. On the other hand, Asia, and in particular China and India, follow the exactly opposite trend thanks to their population and economic growths. Therefore, European oil companies try to invest in Asia and are looking for new production capacities in China and India. (J.S.)

  7. Architectural Optimization of Digital Libraries

    Science.gov (United States)

    Biser, Aileen O.

    1998-01-01

    This work investigates performance and scaling issues relevant to large scale distributed digital libraries. Presently, performance and scaling studies focus on specific implementations of production or prototype digital libraries. Although useful information is gained to aid these designers and other researchers with insights to performance and scaling issues, the broader issues relevant to very large scale distributed libraries are not addressed. Specifically, no current studies look at the extreme or worst case possibilities in digital library implementations. A survey of digital library research issues is presented. Scaling and performance issues are mentioned frequently in the digital library literature but are generally not the focus of much of the current research. In this thesis a model for a Generic Distributed Digital Library (GDDL) and nine cases of typical user activities are defined. This model is used to facilitate some basic analysis of scaling issues. Specifically, the calculation of Internet traffic generated for different configurations of the study parameters and an estimate of the future bandwidth needed for a large scale distributed digital library implementation. This analysis demonstrates the potential impact a future distributed digital library implementation would have on the Internet traffic load and raises questions concerning the architecture decisions being made for future distributed digital library designs.

  8. KAERI photonuclear library

    Energy Technology Data Exchange (ETDEWEB)

    Chang, Jong Hwa; Lee, Young Ouk; Han, Yin Iu

    2000-03-01

    This report contains summary information and figures depicting the KAERI photonuclear data library that extends up to 140 MeV of incident photon. The library consists of 143 isotopes from C-12 to Bi-209, providing the photoabsorption cross section and the emission spectra for neutron, proton, deuteron, triton, alpha particles, and all residual nuclides in ENDF6 format. The contents of this report and ENDF-6 format data library are available at http://atom.kaeri.re.kr/.

  9. A Constitution for Danish Libraries.

    Science.gov (United States)

    Nielsen, O. Perch

    This overview of the history of legislation governing the Danish library system from 1920 to the present: describes the various kinds of libraries in Denmark, explores the current controversies surrounding the roles of several supervisory library bodies, and details recent recommendations of the Danish Library Commission. (FM)

  10. Virtual Libraries: Service Realities.

    Science.gov (United States)

    Novak, Jan

    2002-01-01

    Discussion of changes in society that have resulted from information and communication technologies focuses on changes in libraries and a new market for library services with new styles of clients. Highlights client service issues to be considered when transitioning to a virtual library situation. (Author/LRW)

  11. The Steacie Library Dungeon Hackfest: Hackers in the Library Coding, Collaborating and Creating

    Directory of Open Access Journals (Sweden)

    Sarah Shujah

    2013-12-01

    Full Text Available The Steacie Science and Engineering Library at York University hosted its first annual Steacie Library Dungeon Hackfest in February 2013. The purpose of a hackfest is to spend a day (or longer using computer programming skills to collaborate on a particular software project and, hopefully, bring the project to reality. The project may be an app, widget, or website. It is evident that hackfests, as a form of engaged learning, help to reinforce the relevance of the library since it has implications for information literacy, open access, faculty liaison, and the changing perception of library as place. Twenty-five participants that included students, faculty, and staff hacked on Open York Data: York University’s openly accessible records and data such as course codes, lab stats of computers available in various libraries, subject headings, and research interests of faculty. The Hackfest produced several innovative ideas including a “Class Optimizer” program to help students generate a course schedule, and a mobile android app “YU Labs” that informs students of the computers available in a specific library. Library instruction was informally imparted during the Hackfest. There were discussions about open source, developing a research idea, and recommended tools to help students complete their projects. This article encapsulates the inspiration behind the Hackfest, discusses the library as the host, the resources used, the theme, achievements, and assessment. To summarize, the library Hackfest provided a space for literacy, life-long learning, and support of the open source pedagogy.

  12. Analysis of Environmental Friendly Library Based on the Satisfaction and Service Quality: study at Library “X”

    Science.gov (United States)

    Herdiansyah, Herdis; Satriya Utama, Andre; Safruddin; Hidayat, Heri; Gema Zuliana Irawan, Angga; Immanuel Tjandra Muliawan, R.; Mutia Pratiwi, Diana

    2017-10-01

    One of the factor that influenced the development of science is the existence of the library, which in this case is the college libraries. Library, which is located in the college environment, aims to supply collections of literatures to support research activities as well as educational for students of the college. Conceptually, every library now starts to practice environmental principles. For example, “X” library as a central library claims to be an environmental friendly library for practicing environmental friendly management, but the X library has not inserted the satisfaction and service aspect to the users, including whether it is true that environmental friendly process is perceived by library users. Satisfaction can be seen from the comparison between expectations and reality of library users. This paper analyzes the level of library user satisfaction with library services in the campus area and the gap between expectations and reality felt by the library users. The result of the research shows that there is a disparity between the hope of library management, which is sustainable and environmentally friendly with the reality in the management of the library, so that it has not given satisfaction to the users yet. The gap value of satisfaction that has the biggest difference is in the library collection with the value of 1.57; while for the smallest gap value is in the same service to all students with a value of 0.67.

  13. Refining - Panorama 2008; Raffinage - Panorama 2008

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2008-07-01

    Investment rallied in 2007, and many distillation and conversion projects likely to reach the industrial stage were announced. With economic growth sustained in 2006 and still pronounced in 2007, oil demand remained strong - especially in emerging countries - and refining margins stayed high. Despite these favorable business conditions, tensions persisted in the refining sector, which has fallen far behind in terms of investing in refinery capacity. It will take renewed efforts over a long period to catch up. Looking at recent events that have affected the economy in many countries (e.g. the sub-prime crisis), prudence remains advisable.

  14. Library Anxiety As A Great Barrier Before Effective Library Use: A General Appraisal

    Directory of Open Access Journals (Sweden)

    Erol Yılmaz

    2011-09-01

    Full Text Available Library anxiety is a subject which has been searched in international platform in its various dimensions since 1986 in which the concept was first defined. On the other hand, this important subject, in the context of this article, as of the end of 2010 year in which we concluded literature survey, has never been handled and studied on in the scope of Turkish Librarianship.2 Main purpose of this study which is the first article in which library anxiety is studied as an independent subject in the scope of Turkish Librarianship is to draw attention to the subject of library anxiety which is a great barrier for the users before the high level satisfaction relating to the library services, who are the existence reason of the libraries andfurthermore is to handle the studies prepared in the past on this subject under a general approach. Furthermore in this study, studies close to the subject in the Turkish Librarianship were handled and a general appraisal was made on the subject. At the final part of the study, place was given to some proposals which are directed towards the discussion of library anxiety in theoretical dimension within the scope of Turkish Librarianship and furthermore some proposals which are aimed to prevent and eliminate the formation of library anxiety in the users during the application (operation of the library are given place.

  15. The Charfuel coal refining process

    International Nuclear Information System (INIS)

    Meyer, L.G.

    1991-01-01

    The patented Charfuel coal refining process employs fluidized hydrocracking to produce char and liquid products from virtually all types of volatile-containing coals, including low rank coal and lignite. It is not gasification or liquefaction which require the addition of expensive oxygen or hydrogen or the use of extreme heat or pressure. It is not the German pyrolysis process that merely 'cooks' the coal, producing coke and tar-like liquids. Rather, the Charfuel coal refining process involves thermal hydrocracking which results in the rearrangement of hydrogen within the coal molecule to produce a slate of co-products. In the Charfuel process, pulverized coal is rapidly heated in a reducing atmosphere in the presence of internally generated process hydrogen. This hydrogen rearrangement allows refinement of various ranks of coals to produce a pipeline transportable, slurry-type, environmentally clean boiler fuel and a slate of value-added traditional fuel and chemical feedstock co-products. Using coal and oxygen as the only feedstocks, the Charfuel hydrocracking technology economically removes much of the fuel nitrogen, sulfur, and potential air toxics (such as chlorine, mercury, beryllium, etc.) from the coal, resulting in a high heating value, clean burning fuel which can increase power plant efficiency while reducing operating costs. The paper describes the process, its thermal efficiency, its use in power plants, its pipeline transport, co-products, environmental and energy benefits, and economics

  16. Public library – a lifelong learning opportunity. Activities for adults in the Tolmin public library

    Directory of Open Access Journals (Sweden)

    Jožica Štendler

    2010-12-01

    Full Text Available The Libraries Act (2001 steered the development of general library services towards organising lifelong learning activities, fostering reading culture and organising cultural events. Smaller libraries in particular strive in their local environments to become information-education centres and meeting places. The paper presents the activities through which the Ciril Kosmač Library in Tolmin attempts to satisfy the intellectual and cultural needs of its adult users. The example of a small library shows that the cultural mission and educational function are directly linked and intertwined with the social role of libraries in the lives of individuals and the local community.

  17. Deconstructing Cancer Patient Information Seeking in a Consumer Health Library Toward Developing a Virtual Information Consult for Cancer Patients and Their Caregivers: A Qualitative, Instrumental Case Study.

    Science.gov (United States)

    Papadakos, Janet; Trang, Aileen; Cyr, Alaina B; Abdelmutti, Nazek; Giuliani, Meredith E; Snow, Michelle; McCurdie, Tara; Pulandiran, Menaka; Urowitz, Sara; Wiljer, David

    2017-05-24

    Cancer patients and their caregivers want information about their disease and are interested in finding health information online. Despite the abundance of cancer information online, it is often fragmented, its quality is highly variable, and it can be difficult to navigate without expert-level knowledge of the cancer system. The Patient & Family Library at the Princess Margaret Cancer Centre offers a broad collection of high-quality cancer health information and staff are available to help patrons refine their questions and explore information needs that they may not have considered. The purpose of this research study was to deconstruct patrons' information-seeking behaviors in the library to assess the feasibility of replicating the services provided in the library through a Web app, extending the service beyond the walls of the cancer centre. The specific aims of this research were to understand (1) how patrons approach information seeking in the library (interface design), (2) how patrons communicate their informational needs (information categorization and metadata requirements), and (3) what resources are provided to address the patrons' information needs (collection development). We employed a qualitative, instrumental case study to deconstruct patrons' health information-seeking behavior. The study population included patients, the librarian, and library volunteers. Ethnographic observation was conducted at the library over 3 days and key informant interviews with library staff were conducted to address the first aim. A closed card-sorting activity was conducted to address the second aim and the library shift logs and Search Request Forms (SRFs) were reviewed to address the third aim. A total of 55 interactions were recorded during the ethnographic observation and nine semistructured interviews were conducted during the key informant interviews. Seven library patron personas were identified: (1) Newbie, (2) Seasoned, (3) Direct, (4) Window Shopper, (5

  18. Main Libraries, Branches, and Bookmobiles: FY 2012 Public Libraries Survey (Outlet)

    Data.gov (United States)

    Institute of Museum and Library Services — Find key information on main libraries, branches, and bookmobiles, including FSCS IDs, square footage, and locale codes.These data include imputed values for...

  19. The Lanchester Library — Building a Sustainable Library

    Directory of Open Access Journals (Sweden)

    Pat Noon

    2008-09-01

    Full Text Available The award winning Lanchester Library is the largest deep plan naturally ventilated building in Europe and has consistently delivered significant energy savings compared to air conditioned buildings. The article provides some background to the design and explains the sustainable features of the building as well as describing how flexibility was built into the building to enable the library service to evolve in response to changing user needs.

  20. Israeli Special Libraries

    Science.gov (United States)

    Foster, Barbara

    1974-01-01

    Israel is sprinkled with a noteworthy representation of special libraries which run the gamut from modest kibbutz efforts to highly technical scientific and humanities libraries. A few examples are discussed here. (Author/CH)

  1. The library of the Royal Society of Physicians in Budapest becomes today's Semmelweis Medical History Library.

    Science.gov (United States)

    Kaproncszay, Katalin; Magyar, László András; Putnam, Constance E

    2011-01-01

    The 170-year history of the library of the Royal Society of Medicine in Budapest illustrates both that political and cultural context matter and that "medical" libraries, if they survive, in due course become primarily "medical history" libraries. Two of the authors are on the staff of the Semmelweis Medical History Library; the third is a US scholar who makes frequent use of the library. Together, they avail themselves of archival and published materials-and personal experience with the collection-to establish the context that produced the original library, trace its evolution, and describe its present-day incarnation. A tale of transformation emerges that reflects how collections are likely to change. The authors present events and individuals in the life of the Royal Society's library and paint a picture of the value of today's Semmelweis Medical History Library. Unique treasures in the collection are described. The story told here is of how a particular nineteenth-century library became a twenty-first-century institution. The authors establish its peculiarly Hungarian context and potential value to librarians and historians from outside Hungary. The overall message is that general medical libraries everywhere are perforce likely to become medical historical libraries over time.

  2. THE TERMINOLOGY OF LIBRARY SCIENCE

    OpenAIRE

    Љиљана Матић

    2014-01-01

    The master’s thesis entitled The Terminology of Library Science presents the general state of the terminology of library science in the Serbian language and analyses the terminological system which was formed in the last couple of decades in relation to library and information science. The terminology of library science is seen as a characteristic of professional language. The research is conducted on a corpus which excludes sources relating extremely to either library science or information ...

  3. Marketing and health libraries.

    Science.gov (United States)

    Wakeham, Maurice

    2004-12-01

    To present an overview of the concepts of marketing and to examine ways in which they can be applied to health libraries. A review was carried out of literature relating to health libraries using LISA, CINAHL, BNI and Google. Marketing is seen as a strategic management activity aimed at developing customer relationships. Concepts such as the 'four Ps' (product, price, place and promotion), marketing plans, the marketing mix, segmentation, promotion and evaluation are identified and discussed in relation to health libraries. In increasingly complex health service and information environments, the marketing and promotion of library services is becoming more important if those services are to justify the resources given to them. Marketing techniques are equally applicable to physical and digital library services.

  4. The CERN Library

    CERN Multimedia

    Hester, Alec G

    1968-01-01

    Any advanced research centre needs a good Library. It can be regarded as a piece of equipment as vital as any machine. At the present time, the CERN Library is undergoing a number of modifications to adjust it to the changing scale of CERN's activities and to the ever increasing flood of information. This article, by A.G. Hester, former Editor of CERN COURIER who now works in the Scientific Information Service, describes the purposes, methods and future of the CERN Library.

  5. Enterprise Reference Library

    Science.gov (United States)

    Bickham, Grandin; Saile, Lynn; Havelka, Jacque; Fitts, Mary

    2011-01-01

    Introduction: Johnson Space Center (JSC) offers two extensive libraries that contain journals, research literature and electronic resources. Searching capabilities are available to those individuals residing onsite or through a librarian s search. Many individuals have rich collections of references, but no mechanisms to share reference libraries across researchers, projects, or directorates exist. Likewise, information regarding which references are provided to which individuals is not available, resulting in duplicate requests, redundant labor costs and associated copying fees. In addition, this tends to limit collaboration between colleagues and promotes the establishment of individual, unshared silos of information The Integrated Medical Model (IMM) team has utilized a centralized reference management tool during the development, test, and operational phases of this project. The Enterprise Reference Library project expands the capabilities developed for IMM to address the above issues and enhance collaboration across JSC. Method: After significant market analysis for a multi-user reference management tool, no available commercial tool was found to meet this need, so a software program was built around a commercial tool, Reference Manager 12 by The Thomson Corporation. A use case approach guided the requirements development phase. The premise of the design is that individuals use their own reference management software and export to SharePoint when their library is incorporated into the Enterprise Reference Library. This results in a searchable user-specific library application. An accompanying share folder will warehouse the electronic full-text articles, which allows the global user community to access full -text articles. Discussion: An enterprise reference library solution can provide a multidisciplinary collection of full text articles. This approach improves efficiency in obtaining and storing reference material while greatly reducing labor, purchasing and

  6. Asian oil refining. Demand growth and deregulation - an uncertain future

    International Nuclear Information System (INIS)

    Sameer Nawaz.

    1996-01-01

    The objective of the report is to identify the most important features of the oil refining industry in Asia. Major developments in consumption patterns changes in regional importance of countries are discussed, highlighting potential future developments. The first chapter introduces the various refining processes and presents a simple model for the analysis of complex refineries. Chapter 2 examines the development of the Asian refining industry against a background of economic growth and analyses trends in consumption of all products in Asian countries. In Chapter 3, the key issues concerning the refining industry are examined, among them the forces driving consumption, including the importance of economic development, and electricity and transport demand. The importance of product imports and international trade is discussed, and the extent of government involvement and the effects of changing retail and market prices are analysed. Chapter 4 looks at the strategies that oil and gas companies are following in the Asian refining industry. Particular significance is attached to the vertical integration of the oil majors, Japanese and Middle Eastern oil companies. A brief overview of the importance of the petrochemical industry is presented. The countries of Asia that are involved in the refining industry are profiled in Chapter 5. The future trend in oil consumption is examined in Chapter 6. There follows a brief discussion of the plans to expand crude refining capacity in the various countries and a forecast of the state of overcapacity which will result. In the final chapter, brief profiles of some of the most important companies in the Asian refining industry are presented, discussing their major activities and future plans. (Author)

  7. Electronic Journals in Academic Libraries: A Comparison of ARL and Non-ARL Libraries.

    Science.gov (United States)

    Shemberg, Marian; Grossman, Cheryl

    1999-01-01

    Describes a survey dealing with academic library provision of electronic journals and other electronic resources that compared ARL (Association of Research Libraries) members to non-ARL members. Highlights include full-text electronic journals; computers in libraries; online public access catalogs; interlibrary loan and electronic reserves; access…

  8. Validating MCNP5 libraries and tracking the reason for differences between libraries in criticality calculations

    International Nuclear Information System (INIS)

    Hossny, K.

    2015-01-01

    The purpose of this work is to validate MCNP5 libraries by simulating 4 detailed benchmark experiments and comparing MCNP5 results (each library) with the experimental results and also the previously validated codes for the same experiments MORET 4.A coupled with APOLLO2 (France), and MONK8 (UK). The reasons for difference between libraries are also investigated in this work. Investigating the reason for the differences between libraries will be done by specifying a different library for specific part (clad, fuel, light water) and checking the result deviation than the previously calculated result (with all parts of the same library). The investigated benchmark experiments are of single fuel rods arrays that are water-moderated and water-reflected. Rods contained low-enriched (4.738 wt.% 92 235 U)uranium dioxide (UO 2 ) fuel were clad with aluminum alloy AGS. These experiments were subcritical approaches extrapolated to critical, with the multiplication factor reached being very close to 1.000 (within 0.1%); the subcritical approach parameter was the water level. The studied four cases differ from each other in pitch, number of fuel rods and of course critical height of water. The results show that although library ENDF/B-IV lacks light water treatment card, however its results can be reliable as light water treatment library does not have significant differences from library to another, so it will not be necessary to specify light water treatment card. The main reason for differences between ENDF/B-V and ENDF/B-VI is light water material, especially the Hydrogen element. Specifying the library of Uranium is necessary in case of using library ENDF/B-IV. On the other hand it is not necessary to specify library of cladding material whatever the used library. Validated libraries are ENDF/BIV, ENDF/B-V and ENDF/B-VI with codes in MCNP 42C, 50C and 60C respectively. The presentation slides have been added to the article

  9. School Libraries and Innovation

    Science.gov (United States)

    McGrath, Kevin G.

    2015-01-01

    School library programs have measured success by improved test scores. But how do next-generation school libraries demonstrate success as they strive to be centers of innovation and creativity? These libraries offer solutions for school leaders who struggle to restructure existing systems built around traditional silos of learning (subjects and…

  10. Integrated Library System (ILS): An Option for Library and ...

    African Journals Online (AJOL)

    The purpose of this paper is to review the capability of integrated library system as an option for managing library information resources using Koha ILS used at Babcock University as a case study. The paper is a review of the functions and performance of Koha ILS. It also includes personal experiences of librarians and the ...

  11. Libraries from the Inside Out.

    Science.gov (United States)

    Cohen, Elaine; And Others

    1989-01-01

    This annual report on library facilities and furnishings includes articles on: (1) designing libraries that are both handsome and functional; (2) functional use of color and light in library interior design; (3) creating user-friendly libraries; and (4) the seven deadly sins of architects. An eight-page section of photographs is included. (MES)

  12. Hispanic College Students Library Experience

    Science.gov (United States)

    Lumley, Risa; Newman, Eric; Brown, Haakon T.

    2015-01-01

    This study looks at undergraduate Hispanic students' interpretations and current perceptions of the academic library's purpose, usefulness and value. What are the reasons to use the library? What are the barriers to use? This study will examine academic libraries' move toward electronic library materials and what it means for Hispanic students.…

  13. Library Anxiety of Teacher Trainees

    Science.gov (United States)

    Sharma, Savita; Attri, Poonam

    2018-01-01

    This study investigates the library anxiety in Teacher Trainees and found it to be a prevalent phenomenon in students. The five dimensions of library anxiety, namely, barriers with staff, affective barriers, comfort with the library, knowledge of the library, and mechanical barriers have been identified. The sample of the study constituted 58…

  14. Grain refinement of permanent mold cast copper base alloys. Final report

    Energy Technology Data Exchange (ETDEWEB)

    Sadayappan, M.; Thomson, J. P.; Elboujdaini, M.; Gu, G. Ping; Sahoo, M.

    2004-04-29

    Grain refinement behavior of copper alloys cast in permanent molds was investigated. This is one of the least studied subjects in copper alloy castings. Grain refinement is not widely practiced for leaded copper alloys cast in sand molds. Aluminum bronzes and high strength yellow brasses, cast in sand and permanent molds, were usually fine grained due to the presence of more than 2% iron. Grain refinement of the most common permanent mold casting alloys, leaded yellow brass and its lead-free replacement EnviroBrass III, is not universally accepted due to the perceived problem of hard spots in finished castings and for the same reason these alloys contain very low amounts of iron. The yellow brasses and Cu-Si alloys are gaining popularity in North America due to their low lead content and amenability for permanent mold casting. These alloys are prone to hot tearing in permanent mold casting. Grain refinement is one of the solutions for reducing this problem. However, to use this technique it is necessary to understand the mechanism of grain refinement and other issues involved in the process. The following issues were studied during this three year project funded by the US Department of Energy and the copper casting industry: (1) Effect of alloying additions on the grain size of Cu-Zn alloys and their interaction with grain refiners; (2) Effect of two grain refining elements, boron and zirconium, on the grain size of four copper alloys, yellow brass, EnviroBrass II, silicon brass and silicon bronze and the duration of their effect (fading); (3) Prediction of grain refinement using cooling curve analysis and use of this method as an on-line quality control tool; (4) Hard spot formation in yellow brass and EnviroBrass due to grain refinement; (5) Corrosion resistance of the grain refined alloys; (6) Transfer the technology to permanent mold casting foundries; It was found that alloying elements such as tin and zinc do not change the grain size of Cu-Zn alloys

  15. Surveying Medical Students to Gauge Library Use and Plan for a New Medical Library.

    Science.gov (United States)

    Aronoff, Nell

    2016-01-01

    In spring 2015, a 45-question survey was e-mailed to 585 medical students at the University at Buffalo (UB) in order to gauge their use of library spaces, resources, equipment, and services at UB's Health Sciences Library and plan for a library space located within a new medical school building. Students' self-reported use of the library during the academic year is presented along with the features they would like to see in their ideal library space. The responses generated in the survey are a barometer of current use and will be used in the planning process.

  16. Normalized cDNA libraries

    Science.gov (United States)

    Soares, Marcelo B.; Efstratiadis, Argiris

    1997-01-01

    This invention provides a method to normalize a directional cDNA library constructed in a vector that allows propagation in single-stranded circle form comprising: (a) propagating the directional cDNA library in single-stranded circles; (b) generating fragments complementary to the 3' noncoding sequence of the single-stranded circles in the library to produce partial duplexes; (c) purifying the partial duplexes; (d) melting and reassociating the purified partial duplexes to moderate Cot; and (e) purifying the unassociated single-stranded circles, thereby generating a normalized cDNA library.

  17. The present state of refining in France

    International Nuclear Information System (INIS)

    1996-01-01

    The european refining industry suffers from a production over-capacity and closures are inevitable; the situation is even worse in France due to the imbalance between gas oil and gasoline prices and the weak margin for distributors. The French refining industry is however an important and essential link for its strategic fuel and petroleum product supply, and represent 17000 jobs. Several measures are introduced by the French Industry department towards restructuring, capacity reduction and fuel price harmonization

  18. Museum of Comparative Zoology Library--The Agassiz Library: Harvard University.

    Science.gov (United States)

    Jonas, Eva S.; Regen, Shari S.

    1986-01-01

    Argues that the Museum of Comparative Zoology Library reflects the union between the nineteenth century natural history values of Louis Agassiz and the twentieth century library and information science methodology. Special collections, records, cataloging and classification, serials and their classification, policies, services, and procedures are…

  19. [Review of digital ground object spectral library].

    Science.gov (United States)

    Zhou, Xiao-Hu; Zhou, Ding-Wu

    2009-06-01

    A higher spectral resolution is the main direction of developing remote sensing technology, and it is quite important to set up the digital ground object reflectance spectral database library, one of fundamental research fields in remote sensing application. Remote sensing application has been increasingly relying on ground object spectral characteristics, and quantitative analysis has been developed to a new stage. The present article summarized and systematically introduced the research status quo and development trend of digital ground object reflectance spectral libraries at home and in the world in recent years. Introducing the spectral libraries has been established, including desertification spectral database library, plants spectral database library, geological spectral database library, soil spectral database library, minerals spectral database library, cloud spectral database library, snow spectral database library, the atmosphere spectral database library, rocks spectral database library, water spectral database library, meteorites spectral database library, moon rock spectral database library, and man-made materials spectral database library, mixture spectral database library, volatile compounds spectral database library, and liquids spectral database library. In the process of establishing spectral database libraries, there have been some problems, such as the lack of uniform national spectral database standard and uniform standards for the ground object features as well as the comparability between different databases. In addition, data sharing mechanism can not be carried out, etc. This article also put forward some suggestions on those problems.

  20. A new process of electron beam refining of niobium

    International Nuclear Information System (INIS)

    Pinatti, D.G.

    1981-01-01

    A review of thermodynamic equilibrium, the kinetic theory and experimental results of the metal-gas interaction in refractory metals is presented. N 2 , H 2 and CO absorption and desorption take place by a reversible process while O 2 takes place by a irreversible process with atom absorption and metal oxide desorption. A new technology of electron beam refining of Niobium is proposed based on four points: 1) preparation of the aluminothermic reduced electrode, 2) zone refining in the first melt, 3) kinetic theory of refining in the following melts and 4) design of a compact furnace. Experimental results in a pilot plant of 300 KW have shown complete agreement with the proposed technology yielding a productivity 2.4 times larger than the value predicted by the conventional technology of electron beam refining of Niobium. (Author) [pt

  1. European refining: evolution or revolution?

    International Nuclear Information System (INIS)

    Cuthbert, N.

    1999-01-01

    A recent detailed analysis of the refining business in Europe (by Purvin and Gurtz) was used to highlight some key issues facing the industry. The article was written under five sub-sections: (i) economic environment (assessment of the economic prospects for Europe), (ii) energy efficiency and global warming (lists the four points of the EU car makers' voluntary agreement), (iii) fuel quality and refinery investment (iv) refinery capacity and utilisation and (v) industry structure and development. Diagrams show GDP per capita for East and West, European road fuel demand to 2015 and European net trade and European refinery ownership by crude capacity. It was concluded that the future of refining in Europe is 'exciting and challenging' and there are likely to be more large joint venture refineries. (UK)

  2. Changing State Digital Libraries

    Science.gov (United States)

    Pappas, Marjorie L.

    2006-01-01

    Research has shown that state virtual or digital libraries are evolving into websites that are loaded with free resources, subscription databases, and instructional tools. In this article, the author explores these evolving libraries based on the following questions: (1) How user-friendly are the state digital libraries?; (2) How do state digital…

  3. Marketing and Library Management.

    Science.gov (United States)

    Murphy, Kurt R.

    1991-01-01

    Examines the role of marketing in the management of libraries. The role of public relations (PR) in the total marketing concept is discussed, surveys that have explored PR efforts in academic and public libraries are described, and changes affecting libraries that marketing efforts could help to manage are discussed. (seven references) (LRW)

  4. Editorial Library: User Survey.

    Science.gov (United States)

    Surace, Cecily J.

    This report presents the findings of a survey conducted by the editorial library of the Los Angeles Times to measure usage and satisfaction with library service, provide background information on library user characteristics, collect information on patterns of use of the Times' clipping files, relate data on usage and satisfaction parameters to…

  5. Libraries serving dialogue

    CERN Document Server

    Dupont, Odile

    2014-01-01

    This book based on experiences of libraries serving interreligious dialogue, presents themes like library tools serving dialogue between cultures, collections dialoguing, children and young adults dialoguing beyond borders, story telling as dialog, librarians serving interreligious dialogue.

  6. Argonne Research Library | Argonne National Laboratory

    Science.gov (United States)

    Argonne Argonne Research Library The Argonne Research Library supports the scientific and technical research needs of Argonne National Laboratory employees. Our library catalog is available via the Research questions or concerns, please contact us at librarians@anl.gov. Contact the Library Argonne Research Library

  7. A Digital Library Example in the Digital Age: İstanbul Bilgi University Library and e-Resources

    Directory of Open Access Journals (Sweden)

    Banu Elçi

    2015-06-01

    Full Text Available This article describes the ongoing of the traditional library and service concept alteration to the library and service concept of the digital age and refers to an instance as İstanbul Bilgi University Library and e-Resources that pioneers technological advances and digital applications to be integrated into the library field. In this sense it involves services, developments, applications and projects provided by Bilgi Libraries.This article also accounts for a number of works which integrated digital resources and applications and social network interactions of the internet and the web of the digital age and how they are adjusted to the library area.In this context, it refers to an evolvement of a different approach of libraries and enhacements diverged from customary and adopted library service concepts and reveals through the medium of samples from İstanbul Bilgi University Library and e-Resources.

  8. Leisure reading collections in academic health sciences and science libraries: results of visits to seven libraries.

    Science.gov (United States)

    Watson, Erin M

    2014-03-01

    To visit leisure reading collections in academic science and health sciences libraries to determine how they function and what role they play in their libraries. The author visited seven libraries with leisure reading collections and carried out a semistructured interview with those responsible either for selection of materials or for the establishment of the collection. These collections contained a variety of materials, with some libraries focusing on health-science-related materials and others on providing recreational reading. The size of the collections also varied, from 186 to 9700 books, with corresponding differences in budget size. All collections were housed apart, with the same loan period as the regular collection. No collections contained electronic materials. Although there was little comparable statistical data on usage, at the six libraries at which active selection was occurring, librarians and library staff felt that the collection was well used and felt that it provided library users with benefits such as stress relief and relaxation and exposure to other perspectives. Librarians and library staff at the libraries that undertook active selection felt that their leisure reading collection was worthwhile. It would be interesting for future work to focus on the user experience of such collections. © 2013 The author. Health Information and Libraries Journal © 2013 Health Libraries Group.

  9. Strategic marketing planning in library

    Directory of Open Access Journals (Sweden)

    Karmen Štular-Sotošek

    2000-01-01

    Full Text Available The article is based on the idea that every library can design instruments for creating events and managing the important resources of today's world, especially to manage the changes. This process can only be successful if libraries use adequate marketing methods. Strategic marketing planning starts with the analysis of library's mission, its objectives, goals and corporate culture. By analysing the public environment, the competitive environment and the macro environment, libraries recognise their opportunities and threats. These analyses are the foundations for library definitions: What does the library represent?, What does it aspire to? Which goals does it want to reach? What kind of marketing strategy will it use for its target market?

  10. The Library Macintosh at SCIL [Small Computers in Libraries]'88.

    Science.gov (United States)

    Valauskas, Edward J.; And Others

    1988-01-01

    The first of three papers describes the role of Macintosh workstations in a library. The second paper explains why the Macintosh was selected for end-user searching in an academic library, and the third discusses advantages and disadvantages of desktop publishing for librarians. (8 references) (MES)

  11. Reading for Education: the role of libraries | Dadzie | Ghana Library ...

    African Journals Online (AJOL)

    Reading for Education: the role of libraries. ... PROMOTING ACCESS TO AFRICAN RESEARCH. AFRICAN JOURNALS ONLINE (AJOL) · Journals · Advanced Search · USING AJOL · RESOURCES. Ghana Library Journal. Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives · Journal Home ...

  12. Multilevel local refinement and multigrid methods for 3-D turbulent flow

    Energy Technology Data Exchange (ETDEWEB)

    Liao, C.; Liu, C. [UCD, Denver, CO (United States); Sung, C.H.; Huang, T.T. [David Taylor Model Basin, Bethesda, MD (United States)

    1996-12-31

    A numerical approach based on multigrid, multilevel local refinement, and preconditioning methods for solving incompressible Reynolds-averaged Navier-Stokes equations is presented. 3-D turbulent flow around an underwater vehicle is computed. 3 multigrid levels and 2 local refinement grid levels are used. The global grid is 24 x 8 x 12. The first patch is 40 x 16 x 20 and the second patch is 72 x 32 x 36. 4th order artificial dissipation are used for numerical stability. The conservative artificial compressibility method are used for further improvement of convergence. To improve the accuracy of coarse/fine grid interface of local refinement, flux interpolation method for refined grid boundary is used. The numerical results are in good agreement with experimental data. The local refinement can improve the prediction accuracy significantly. The flux interpolation method for local refinement can keep conservation for a composite grid, therefore further modify the prediction accuracy.

  13. Adoption of Library 2.0 Functionalities by Academic Libraries and Users: A Knowledge Management Perspective

    Science.gov (United States)

    Kim, Yong-Mi; Abbas, June

    2010-01-01

    This study investigates the adoption of Library 2.0 functionalities by academic libraries and users through a knowledge management perspective. Based on randomly selected 230 academic library Web sites and 184 users, the authors found RSS and blogs are widely adopted by academic libraries while users widely utilized the bookmark function.…

  14. Uranium refining process using ion exchange membrane

    International Nuclear Information System (INIS)

    Yamaguchi, Akira

    1977-01-01

    As for the method of refining uranium ore being carried out in Europe and America at present, uranium ore is roughly refined at the mine sites to yellow cake, then this is transported to refineries and refined by dry method. This method has the following faults, namely the number of processes is large, it requires expensive corrosion-resistant materials because of high temperature treatment, and the impurities in uranium tend to increase. On the other hand, in case of EXCER method, treatment is carried out at low temperature, and high purity uranium can be obtained, but the efficiency of electrolytic reduction process is extremely low, and economically infeasible. In the wet refining method called PNC process, uranium tetrafluoride is produced from uranium ore without making yellow cake, therefore the process is rationalized largely, and highly economical. The electrolytic reduction process in this method was developed by Asahi Chemical Industry Co., Ltd. by constructing the pilot plant in Ningyotoge Mine. The ion exchange membrane, the electrodes, and the problems concerning the process and the engineering for commercial plants were investigated. The electrolytic reduction process, the pilot plant, the development of the elements of electrolytic cells, the establishment of analytical process, the measurement of the electrolytic characteristics, the demonstration operation, and the life time of the electrolytic diaphragm are reported. (Kako, I.)

  15. ENDL type formats for the LLNL Evaluated Atomic Data Library, EADL, for the Evaluated Electron Data Library, EEDL, and for the Evaluated Photon Data Library, EPDL

    International Nuclear Information System (INIS)

    Perkins, S.T.; Cullen, D.E.

    1994-07-01

    Over the past five years, Lawrence Livermore National Laboratory has published extensive compilations derived from three of its main atomic data libraries. These are specifically the evaluated atomic relaxation data library, EADL, the evaluated electron interaction data library, EEDL, and the evaluated photon interaction data library, EPDL. All of these libraries span atomic numbers, Z, from 1 to 100. Additionally the particle interaction libraries cover the incident particle energy range from 10 eV to 100 GeV. The purpose of these libraries is to furnish data for particle transport calculations. Thus the files have been released for external distribution in a machine independent characterize format. In a complete coupled electron-photon transport analysis, results from all three of the data files are required. Therefore it is reasonable to discuss the format for all three libraries in the same work; that is the approach taken here. This report is composed of three sections, each section describing one of the libraries. For ease of reading, each section is separate and unique unto itself, including its own table numbers and references. This report will accompany any request for copies of these evaluated data libraries. This report and these three data libraries are available from the data centers at Brookhaven National Laboratory, RSIC (Oak Ridge National Laboratory), OECD/NEA Data Bank (France), and IAEA (Vienna)

  16. AUTOMATION BASED LIBRARY MANAGEMENT IN DEPOK PUBLIC LIBRARY IN THE CONTEXT OF RITUAL PERFORMANCE

    Directory of Open Access Journals (Sweden)

    Rafiqa Maulidia

    2017-06-01

    Full Text Available Library management using manual system is no longer adequate to handle the workload in the library routines, librarians must use application of library automation. To provide a good working performance, librarians use strategy, competences and certain habits, which are referred to as a ritual performance. The performance of the ritual is the demonstration of competence spontaneously by individuals in dealing with individuals, groups and organizations, which contains elements of personal ritual, the work ritual, social ritual, and organization ritual. The research focuses in the automation based library management in the context of the performance of the ritual. This study used a qualitative approach with case study method. The findings suggest that the personal ritual shows the personal habits of librarians to do their tasks, ritual librarian's work show responsibility towards their duties, social rituals strengthen the emotional connection between librarians and leaders, as well as ritual organizations suggest the involvement of librarians in giving their contribution in decision making. Conclusions of this study shows that the performance of rituals librarian at Depok Public Library gives librarians the skills to implement automation systems in the library management, and reflect the values of responsibility, mutual trust, and mutual respect.   Key words : Library Management, Library Automation, Ritual Performance, Ritual Performance Value

  17. ISOLATION AND CHARACTERIZATION OF A MOLYBDENUM-REDUCING, PHENOL- AND CATECHOL-DEGRADING PSEUDOMONAS PUTIDA STRAIN AMR-12 IN SOILS FROM EGYPT

    Directory of Open Access Journals (Sweden)

    M. Abd. AbdEl-Mongy

    2016-02-01

    Full Text Available Sites contaminated with both heavy metals and organic xenobiotic pollutants warrants the effective use of either a multitude of bacterial degraders or bacteria having the capacity to detoxify numerous toxicants simultaneously. A molybdenum-reducing bacterium with the capacity to degrade phenolics is reported. Molybdenum (sodium molybdate reduction was optimum between pH 6.0 and 7.0 and between 20 and 30 °C. The most suitable electron donor was glucose. A narrow range of phosphate concentrations between 5.0 and 7.5 mM was required for optimal reduction, while molybdate between 20 and 30 mM were needed for optimal reduction. The scanning absorption spectrum of the molybdenum blue produced indicated that Mo-blue is a reduced phosphomolybdate. Molybdenum reduction was inhibited by the heavy metals mercury, silver and chromium. Biochemical analysis identified the bacterium as Pseudomonas putida strain Amr-12. Phenol and phenolics cannot support molybdenum reduction. However, the bacterium was able to grow on the phenolic compounds (phenol and catechol with observable lag periods. Maximum growth on phenol and catechol occurred around the concentrations of 600 mg∙L-1. The ability of this bacterium to detoxify molybdenum and grown on toxic phenolic makes this bacterium an important tool for bioremediation.

  18. Public library consumer health information pilot project: results of a National Library of Medicine evaluation.

    Science.gov (United States)

    Wood, F B; Lyon, B; Schell, M B; Kitendaugh, P; Cid, V H; Siegel, E R

    2000-10-01

    In October 1998, the National Library of Medicine (NLM) launched a pilot project to learn about the role of public libraries in providing health information to the public and to generate information that would assist NLM and the National Network of Libraries of Medicine (NN/LM) in learning how best to work with public libraries in the future. Three regional medical libraries (RMLs), eight resource libraries, and forty-one public libraries or library systems from nine states and the District of Columbia were selected for participation. The pilot project included an evaluation component that was carried out in parallel with project implementation. The evaluation ran through September 1999. The results of the evaluation indicated that participating public librarians were enthusiastic about the training and information materials provided as part of the project and that many public libraries used the materials and conducted their own outreach to local communities and groups. Most libraries applied the modest funds to purchase additional Internet-accessible computers and/or upgrade their health-reference materials. However, few of the participating public libraries had health information centers (although health information was perceived as a top-ten or top-five topic of interest to patrons). Also, the project generated only minimal usage of NLM's consumer health database, known as MEDLINEplus, from the premises of the monitored libraries (patron usage from home or office locations was not tracked). The evaluation results suggested a balanced follow-up by NLM and the NN/LM, with a few carefully selected national activities, complemented by a package of targeted activities that, as of January 2000, are being planned, developed, or implemented. The results also highlighted the importance of building an evaluation component into projects like this one from the outset, to assure that objectives were met and that evaluative information was available on a timely basis, as was

  19. The Value of Academic Libraries: Library Services as a Predictor of Student Retention

    Science.gov (United States)

    Murray, Adam; Ireland, Ashley; Hackathorn, Jana

    2016-01-01

    This study examined the predictive relationship between library use by individual students and their retention status in university settings. The methodology builds on a small number of previous studies to examine library use at the individual level to determine if use of specific library services is predictive of retention for freshmen and…

  20. Learning Boost C++ libraries

    CERN Document Server

    Mukherjee, Arindam

    2015-01-01

    If you are a C++ programmer who has never used Boost libraries before, this book will get you up-to-speed with using them. Whether you are developing new C++ software or maintaining existing code written using Boost libraries, this hands-on introduction will help you decide on the right library and techniques to solve your practical programming problems.

  1. Adaptive mesh refinement for storm surge

    KAUST Repository

    Mandli, Kyle T.; Dawson, Clint N.

    2014-01-01

    An approach to utilizing adaptive mesh refinement algorithms for storm surge modeling is proposed. Currently numerical models exist that can resolve the details of coastal regions but are often too costly to be run in an ensemble forecasting framework without significant computing resources. The application of adaptive mesh refinement algorithms substantially lowers the computational cost of a storm surge model run while retaining much of the desired coastal resolution. The approach presented is implemented in the GeoClaw framework and compared to ADCIRC for Hurricane Ike along with observed tide gauge data and the computational cost of each model run. © 2014 Elsevier Ltd.

  2. Adaptive mesh refinement for storm surge

    KAUST Repository

    Mandli, Kyle T.

    2014-03-01

    An approach to utilizing adaptive mesh refinement algorithms for storm surge modeling is proposed. Currently numerical models exist that can resolve the details of coastal regions but are often too costly to be run in an ensemble forecasting framework without significant computing resources. The application of adaptive mesh refinement algorithms substantially lowers the computational cost of a storm surge model run while retaining much of the desired coastal resolution. The approach presented is implemented in the GeoClaw framework and compared to ADCIRC for Hurricane Ike along with observed tide gauge data and the computational cost of each model run. © 2014 Elsevier Ltd.

  3. Russian refining - an industry in transition

    Energy Technology Data Exchange (ETDEWEB)

    Barrett, E [CentreInvest, Moscow (Russian Federation)

    1999-02-01

    In the old Soviet Union (now called the CIS), the refining industry is undergoing much modernisation, although the process is far from complete. Eventually, the CIS is expected to have a market-responsive competitive refining business. The expected transformation is discussed according to a five-stage plan. The stages are (i) the change from horizontally integrated entity to vertically integrated global concerns, (ii) the change from over-manned dinosaurs to modern efficient businesses, (iii) the move towards smaller, more advanced market-orientated processes, (iv) improving the transport and storage infrastructures and (v) improving accountability and profitability. The predictions for 2005 onwards are for sustained profitability. (UK)

  4. FRDS.Broker Library

    DEFF Research Database (Denmark)

    2018-01-01

    The FRDS.Broker library is a teaching oriented implementation of the Broker architectural pattern for distributed remote method invocation. It defines the central roles of the pattern and provides implementations of those roles that are not domain/use case specific. It provides a JSON based (GSon...... library) Requestor implementation, and implementations of the ClientRequestHandler and ServerRequestHandler roles in both a Java socket based and a Http/URI tunneling based variants. The latter us based upon the UniRest and Spark-Java libraries. The Broker pattern and the source code is explained...

  5. Report of the National Libraries Committee.

    Science.gov (United States)

    Department of Education and Science, London (England).

    The study was undertaken to examine the functions and organization of the British Museum Library, the National Central Library, the National Lending Library for Science and Technology, and the Science Museum Library in providing national library facilities; to consider whether in the interests of efficiency and economy such facilities should be…

  6. Variability-Specific Abstraction Refinement for Family-Based Model Checking

    DEFF Research Database (Denmark)

    Dimovski, Aleksandar; Wasowski, Andrzej

    2017-01-01

    and property, while the number of possible scenarios is very large. In this work, we present an automatic iterative abstraction refinement procedure for family-based model checking. We use Craig interpolation to refine abstract variational models based on the obtained spurious counterexamples (traces...

  7. EPA Library Network Communication Strategies

    Science.gov (United States)

    To establish Agency-wide procedures for the EPA National Library Network libraries to communicate, using a range of established mechanisms, with other EPA libraries, EPA staff, organizations and the public.

  8. Integrated circuit cell library

    Science.gov (United States)

    Whitaker, Sterling R. (Inventor); Miles, Lowell H. (Inventor)

    2005-01-01

    According to the invention, an ASIC cell library for use in creation of custom integrated circuits is disclosed. The ASIC cell library includes some first cells and some second cells. Each of the second cells includes two or more kernel cells. The ASIC cell library is at least 5% comprised of second cells. In various embodiments, the ASIC cell library could be 10% or more, 20% or more, 30% or more, 40% or more, 50% or more, 60% or more, 70% or more, 80% or more, 90% or more, or 95% or more comprised of second cells.

  9. Zone refining of sintered, microwave-derived YBCO superconductors

    International Nuclear Information System (INIS)

    Warrier, K.G.K.; Varma, H.K.; Mani, T.V.; Damodaran, A.D.; Balachandran, U.

    1993-07-01

    Post-sintering treatments such as zone melting under thermal gradient has been conducted on sintered YBCO tape cast films. YBCO precursor powder was derived through decomposition of a mixture of nitrates of cations in a microwave oven for ∼4 min. The resulting powder was characterized and made into thin sheets by tape casting and then sintered at 945 C for 5 h. The sintered tapes were subjected to repeated zone refining operations at relatively high speeds of ∼30 mm/h. A microstructure having uniformly oriented grains in the a-b plane throughout the bulk of the sample was obtained by three repeated zone refining operations. Details of precursor preparation, microwave processing and its advantages, zone refining conditions, and microstructural features are presented in this paper

  10. library use instruction and the pattern of utilization of library services ...

    African Journals Online (AJOL)

    Global Journal

    the University of Calabar library, the vision of the parent institution is a .... prevalence of a user category devoid of basic information literacy ... because they might have been computer literate. 90 ..... Nigerian medical libraries: Challenges for ...

  11. Creating a Lean, Green, Library Machine: Easy Eco-Friendly Habits for Your Library

    Science.gov (United States)

    Blaine, Amy S.

    2010-01-01

    For some library media specialists, implementing the three Rs of recycling, reducing, and reusing comes easily; they've been environmentally conscious well before the concept of going green made its way into the vernacular. Yet for some of library media specialists, the thought of greening their library, let alone the entire school, can seem…

  12. Libraries\\\\\\' Nationwide Membership (Ghadir Quality Assessment Using SERVQUAL: Co-Libraries\\\\\\' Perspective

    Directory of Open Access Journals (Sweden)

    Sirous Alidousti

    2012-02-01

    Full Text Available Ghadir Program has been developed to make direct access to academic universities’ resources. This program has been implemented in Ministry of Science, Research and Education by Iranian Research Institute for Information Science and Technology as the coordinating centre since 1999 in 240 libraries after a period of pilot run. After a couple of days, it was necessary to assess the quality of this program to make changes if required. Therefore, here the results of assessing the quality of services provided by the coordinating center from the viewpoint of participant libraries were presented. Servqual applied as the base for this quality assessment. The population of this research was the entire participants which consist of 240 libraries affiliated to 66 universities and research centers. The questionnaire as the research instrument was sent to the libraries’ managers and they were asked to give them to Ghadir Program agents to fill it as well. As the result, among the questionnaires returned form 131 libraries, 178 ones were analyzable. The satisfaction of participant libraries from the services received and the gap between these services and their expectations from the coordinating center was investigated. According to the findings, the satisfaction of libraries from this center was more than average (3.5 from 5. In the Servqual dimensions, empathy and responsiveness had the maximum and reliability had the minimum gap between services received and expectations from the coordinating center.

  13. Consumer health information partnerships: the health science library and multitype library system.

    Science.gov (United States)

    Hollander, S

    1996-04-01

    The University of Illinois Library of the Health Sciences at Rockford (LHS-Rockford) long has honored a commitment to serving the health information needs of the greater Rockford community. Utilization data collected over the past five years indicate that approximately 50% of reference transactions involve persons not affiliated with the university. In early 1994, LHS-Rockford submitted a proposal to the Northern Illinois Library System (NILS), a multitype system spanning twelve counties in northwestern Illinois, asking to serve as a resource library for improving medical and health information services provided by the 138 NILS member libraries. The NILS funded this pilot project as part of an effort to implement a new strategic plan, which encouraged member libraries to form networks to provide reference back-up service. LHS-Rockford acquired InfoTrac's Health Reference Center, a consumer health information database, and set up a dedicated workstation near the information and circulation desk. Referral guidelines were established and the project was promoted among NILS member libraries. Activities were documented in order to track project success in terms of referrals and outcomes. The demonstration project was very successful, and it proves public consumers seeking health information can benefit greatly from this type of cooperative arrangement.

  14. Biomathematical Description of Synthetic Peptide Libraries

    Science.gov (United States)

    Trepel, Martin

    2015-01-01

    Libraries of randomised peptides displayed on phages or viral particles are essential tools in a wide spectrum of applications. However, there is only limited understanding of a library's fundamental dynamics and the influences of encoding schemes and sizes on their quality. Numeric properties of libraries, such as the expected number of different peptides and the library's coverage, have long been in use as measures of a library's quality. Here, we present a graphical framework of these measures together with a library's relative efficiency to help to describe libraries in enough detail for researchers to plan new experiments in a more informed manner. In particular, these values allow us to answer-in a probabilistic fashion-the question of whether a specific library does indeed contain one of the "best" possible peptides. The framework is implemented in a web-interface based on two packages, discreteRV and peptider, to the statistical software environment R. We further provide a user-friendly web-interface called PeLiCa (Peptide Library Calculator, http://www.pelica.org), allowing scientists to plan and analyse their peptide libraries. PMID:26042419

  15. INCORPORATING AMBIPOLAR AND OHMIC DIFFUSION IN THE AMR MHD CODE RAMSES

    International Nuclear Information System (INIS)

    Masson, J.; Mulet-Marquis, C.; Chabrier, G.; Teyssier, R.; Hennebelle, P.

    2012-01-01

    We have implemented non-ideal magnetohydrodynamics (MHD) effects in the adaptive mesh refinement code RAMSES, namely, ambipolar diffusion and Ohmic dissipation, as additional source terms in the ideal MHD equations. We describe in details how we have discretized these terms using the adaptive Cartesian mesh, and how the time step is diminished with respect to the ideal case, in order to perform a stable time integration. We have performed a large suite of test runs, featuring the Barenblatt diffusion test, the Ohmic diffusion test, the C-shock test, and the Alfvén wave test. For the latter, we have performed a careful truncation error analysis to estimate the magnitude of the numerical diffusion induced by our Godunov scheme, allowing us to estimate the spatial resolution that is required to address non-ideal MHD effects reliably. We show that our scheme is second-order accurate, and is therefore ideally suited to study non-ideal MHD effects in the context of star formation and molecular cloud dynamics.

  16. Oil refining and product marketing developments in southeast Asia

    International Nuclear Information System (INIS)

    Szabo, A.M.

    1992-01-01

    Views on the future are based on supplies from a relatively stable Middle East and continued economic growth in the southeast Asian and Pacific countries. Under these circumstances the oil market for the Association of Southeast Asian Nations (ASEAN) will expand considerably during the decade of the 90's. Pacific country demand, 5.92 MMB/D, in 1990 is likely to grow to 7.06 MMB/D in 2000. Regional production could supply about 40% of this. The Asia-Pacific shortage of refining capacity could lead to high regional refined product prices and health refining profit margins. (author)

  17. Electromyogram refinement using muscle synergy based regulation of uncertain information.

    Science.gov (United States)

    Min, Kyuengbo; Shin, Duk; Lee, Jongho; Kakei, Shinji

    2018-04-27

    Electromyogram signal (EMG) measurement frequently experiences uncertainty attributed to issues caused by technical constraints such as cross talk and maximum voluntary contraction. Due to these problems, individual EMGs exhibit uncertainty in representing their corresponding muscle activations. To regulate this uncertainty, we proposed an EMG refinement, which refines EMGs with regulating the contribution redundancy of the signals from EMGs to approximating torques through EMG-driven torque estimation (EDTE) using the muscular skeletal forward dynamic model. To regulate this redundancy, we must consider the synergistic contribution redundancy of muscles, including "unmeasured" muscles, to approximating torques, which primarily causes redundancy of EDTE. To suppress this redundancy, we used the concept of muscle synergy, which is a key concept of analyzing the neurophysiological regulation of contribution redundancy of muscles to exerting torques. Based on this concept, we designed a muscle-synergy-based EDTE as a framework for EMG refinement, which regulates the abovementioned uncertainty of individual EMGs in consideration of unmeasured muscles. In achieving the proposed EMG refinement, the most considerable point is to suppress a large change such as overestimation attributed to enhancement of the contribution of particular muscles to estimating torques. Therefore it is reasonable to refine EMGs by minimizing the change in EMGs. To evaluate this model, we used a Bland-Altman plot, which quantitatively evaluates the proportional bias of refined signals to EMGs. Through this evaluation, we showed that the proposed EDTE minimizes the bias while approximating torques. Therefore this minimization optimally regulates the uncertainty of EMGs and thereby leads to optimal EMG refinement. Copyright © 2018 Elsevier Ltd. All rights reserved.

  18. Decontamination of transuranic contaminated metals by melt refining

    International Nuclear Information System (INIS)

    Heshmatpour, B.; Copeland, G.L.; Heestand, R.L.

    1983-01-01

    Melt refining of transuranic contaminated metals is a possible decontamination process with the potential advantages of producing metal for reuse and of simplifying chemical analyses. By routinely achieving the 10 nCi/g( about0.1ppm) level by melt refining, scrap metal can be removed from the transuranic waste category. (To demonstrate the effectiveness of this melt refining process, mild steel, stainless steel, nickel, and copper were contaminated with 500 ppm (μg/g) PuO 2 and melted with various fluxes. The solidified slags and metals were analyzed for their plutonium contents, and corresponding partition ratios for plutonium were calculated. Some metals were double refined in order to study the effect of secondary slag treatment. The initial weight of the slags was also varied to investigate the effect of slag weight on the degree of plutonium removal. In general, all four metals could be decontaminated below 1 ppm (μg/g) Pu ( about100 nCi/g) by a single slag treatment. Doubling the slag weight did not improve decontamination significantly; however, double slag treatment using 5 wt.% slag did decontaminate the metals to below 0.1 ppm (μg/g) Pu (10 nCi/g).)

  19. E-Commerce for Library Promotion and Sustainability: How Library Technicians Can Market Themselves and Their Library's Services Online

    Science.gov (United States)

    von Retzlaff, Lothar

    2006-01-01

    As players in the delivery of services and online information, libraries are in the best position to use staff expertise and the technology they have developed to foster community awareness of social, professional and commercial interactions on the internet. Historically, libraries have been progressive institutions, undertaking constant…

  20. Role of manganese on the grain refining efficiency of AZ91D magnesium alloy refined by Al4C3

    International Nuclear Information System (INIS)

    Liu Shengfa; Zhang Yuan; Han Hui

    2010-01-01

    A novel Mg-50% Al 4 C 3 (hereafter in wt.%) master alloy has been developed by powder in situ synthesis process, the role of manganese on the grain refining efficiency of AZ91D magnesium alloy refined by this master alloy has been investigated. X-ray diffraction (XRD) and energy dispersive X-ray spectroscopy (EDS) results show the existence of Al 4 C 3 particles in this master alloy. After addition of 0.6% Al 4 C 3 or combined addition of 0.6% Al 4 C 3 and 0.27% Mn, the average grain size of AZ91D decreased dramatically from 360 μm to 210 μm, and from 360 μm to130 μm, respectively. However, no further refinement of grain size was achieved with additional amount of Mn exceeding 0.27% for AZ91D alloy refined by 0.6% Al 4 C 3 in the present investigation. Al-C-O-Mn-Fe-rich intermetallic particles with an Al-C-O-rich coating film, often observed in the central region of magnesium grains of the AZ91D alloy treated by the combination of Al 4 C 3 and Mn, are proposed to be the potent nucleating substrates for primary α-Mg.