A new scheduling algorithm for parallel sparse LU factorization with static pivoting
DOE Office of Scientific and Technical Information (OSTI.GOV)
Grigori, Laura; Li, Xiaoye S.
2002-08-20
In this paper we present a static scheduling algorithm for parallel sparse LU factorization with static pivoting. The algorithm is divided into mapping and scheduling phases, using the symmetric pruned graphs of L' and U to represent dependencies. The scheduling algorithm is designed for driving the parallel execution of the factorization on a distributed-memory architecture. Experimental results and comparisons with SuperLU{_}DIST are reported after applying this algorithm on real world application matrices on an IBM SP RS/6000 distributed memory machine.
Computing row and column counts for sparse QR and LU factorization
DOE Office of Scientific and Technical Information (OSTI.GOV)
Gilbert, John R.; Li, Xiaoye S.; Ng, Esmond G.
2001-01-01
We present algorithms to determine the number of nonzeros in each row and column of the factors of a sparse matrix, for both the QR factorization and the LU factorization with partial pivoting. The algorithms use only the nonzero structure of the input matrix, and run in time nearly linear in the number of nonzeros in that matrix. They may be used to set up data structures or schedule parallel operations in advance of the numerical factorization. The row and column counts we compute are upper bounds on the actual counts. If the input matrix is strong Hall and theremore » is no coincidental numerical cancellation, the counts are exact for QR factorization and are the tightest bounds possible for LU factorization. These algorithms are based on our earlier work on computing row and column counts for sparse Cholesky factorization, plus an efficient method to compute the column elimination tree of a sparse matrix without explicitly forming the product of the matrix and its transpose.« less
A comparison of SuperLU solvers on the intel MIC architecture
NASA Astrophysics Data System (ADS)
Tuncel, Mehmet; Duran, Ahmet; Celebi, M. Serdar; Akaydin, Bora; Topkaya, Figen O.
2016-10-01
In many science and engineering applications, problems may result in solving a sparse linear system AX=B. For example, SuperLU_MCDT, a linear solver, was used for the large penta-diagonal matrices for 2D problems and hepta-diagonal matrices for 3D problems, coming from the incompressible blood flow simulation (see [1]). It is important to test the status and potential improvements of state-of-the-art solvers on new technologies. In this work, sequential, multithreaded and distributed versions of SuperLU solvers (see [2]) are examined on the Intel Xeon Phi coprocessors using offload programming model at the EURORA cluster of CINECA in Italy. We consider a portfolio of test matrices containing patterned matrices from UFMM ([3]) and randomly located matrices. This architecture can benefit from high parallelism and large vectors. We find that the sequential SuperLU benefited up to 45 % performance improvement from the offload programming depending on the sparse matrix type and the size of transferred and processed data.
Low-Rank Correction Methods for Algebraic Domain Decomposition Preconditioners
Li, Ruipeng; Saad, Yousef
2017-08-01
This study presents a parallel preconditioning method for distributed sparse linear systems, based on an approximate inverse of the original matrix, that adopts a general framework of distributed sparse matrices and exploits domain decomposition (DD) and low-rank corrections. The DD approach decouples the matrix and, once inverted, a low-rank approximation is applied by exploiting the Sherman--Morrison--Woodbury formula, which yields two variants of the preconditioning methods. The low-rank expansion is computed by the Lanczos procedure with reorthogonalizations. Numerical experiments indicate that, when combined with Krylov subspace accelerators, this preconditioner can be efficient and robust for solving symmetric sparse linear systems. Comparisonsmore » with pARMS, a DD-based parallel incomplete LU (ILU) preconditioning method, are presented for solving Poisson's equation and linear elasticity problems.« less
Low-Rank Correction Methods for Algebraic Domain Decomposition Preconditioners
DOE Office of Scientific and Technical Information (OSTI.GOV)
Li, Ruipeng; Saad, Yousef
This study presents a parallel preconditioning method for distributed sparse linear systems, based on an approximate inverse of the original matrix, that adopts a general framework of distributed sparse matrices and exploits domain decomposition (DD) and low-rank corrections. The DD approach decouples the matrix and, once inverted, a low-rank approximation is applied by exploiting the Sherman--Morrison--Woodbury formula, which yields two variants of the preconditioning methods. The low-rank expansion is computed by the Lanczos procedure with reorthogonalizations. Numerical experiments indicate that, when combined with Krylov subspace accelerators, this preconditioner can be efficient and robust for solving symmetric sparse linear systems. Comparisonsmore » with pARMS, a DD-based parallel incomplete LU (ILU) preconditioning method, are presented for solving Poisson's equation and linear elasticity problems.« less
DOE Office of Scientific and Technical Information (OSTI.GOV)
Hutchinson, S.A.; Shadid, J.N.; Tuminaro, R.S.
1995-10-01
Aztec is an iterative library that greatly simplifies the parallelization process when solving the linear systems of equations Ax = b where A is a user supplied n x n sparse matrix, b is a user supplied vector of length n and x is a vector of length n to be computed. Aztec is intended as a software tool for users who want to avoid cumbersome parallel programming details but who have large sparse linear systems which require an efficiently utilized parallel processing system. A collection of data transformation tools are provided that allow for easy creation of distributed sparsemore » unstructured matrices for parallel solution. Once the distributed matrix is created, computation can be performed on any of the parallel machines running Aztec: nCUBE 2, IBM SP2 and Intel Paragon, MPI platforms as well as standard serial and vector platforms. Aztec includes a number of Krylov iterative methods such as conjugate gradient (CG), generalized minimum residual (GMRES) and stabilized biconjugate gradient (BICGSTAB) to solve systems of equations. These Krylov methods are used in conjunction with various preconditioners such as polynomial or domain decomposition methods using LU or incomplete LU factorizations within subdomains. Although the matrix A can be general, the package has been designed for matrices arising from the approximation of partial differential equations (PDEs). In particular, the Aztec package is oriented toward systems arising from PDE applications.« less
DOE Office of Scientific and Technical Information (OSTI.GOV)
Amestoy, Patrick R.; Duff, Iain S.; L'Excellent, Jean-Yves
2001-10-10
We examine the mechanics of the send and receive mechanism of MPI and in particular how we can implement message passing in a robust way so that our performance is not significantly affected by changes to the MPI system. This leads us to using the Isend/Irecv protocol which will entail sometimes significant algorithmic changes. We discuss this within the context of two different algorithms for sparse Gaussian elimination that we have parallelized. One is a multifrontal solver called MUMPS, the other is a supernodal solver called SuperLU. Both algorithms are difficult to parallelize on distributed memory machines. Our initial strategiesmore » were based on simple MPI point-to-point communication primitives. With such approaches, the parallel performance of both codes are very sensitive to the MPI implementation, the way MPI internal buffers are used in particular. We then modified our codes to use more sophisticated nonblocking versions of MPI communication. This significantly improved the performance robustness (independent of the MPI buffering mechanism) and scalability, but at the cost of increased code complexity.« less
Multiprocessor sparse L/U decomposition with controlled fill-in
NASA Technical Reports Server (NTRS)
Alaghband, G.; Jordan, H. F.
1985-01-01
Generation of the maximal compatibles of pivot elements for a class of small sparse matrices is studied. The algorithm involves a binary tree search and has a complexity exponential in the order of the matrix. Different strategies for selection of a set of compatible pivots based on the Markowitz criterion are investigated. The competing issues of parallelism and fill-in generation are studied and results are provided. A technque for obtaining an ordered compatible set directly from the ordered incompatible table is given. This technique generates a set of compatible pivots with the property of generating few fills. A new hueristic algorithm is then proposed that combines the idea of an ordered compatible set with a limited binary tree search to generate several sets of compatible pivots in linear time. Finally, an elimination set to reduce the matrix is selected. Parameters are suggested to obtain a balance between parallelism and fill-ins. Results of applying the proposed algorithms on several large application matrices are presented and analyzed.
NASA Astrophysics Data System (ADS)
Ma, Sangback
In this paper we compare various parallel preconditioners such as Point-SSOR (Symmetric Successive OverRelaxation), ILU(0) (Incomplete LU) in the Wavefront ordering, ILU(0) in the Multi-color ordering, Multi-Color Block SOR (Successive OverRelaxation), SPAI (SParse Approximate Inverse) and pARMS (Parallel Algebraic Recursive Multilevel Solver) for solving large sparse linear systems arising from two-dimensional PDE (Partial Differential Equation)s on structured grids. Point-SSOR is well-known, and ILU(0) is one of the most popular preconditioner, but it is inherently serial. ILU(0) in the Wavefront ordering maximizes the parallelism in the natural order, but the lengths of the wave-fronts are often nonuniform. ILU(0) in the Multi-color ordering is a simple way of achieving a parallelism of the order N, where N is the order of the matrix, but its convergence rate often deteriorates as compared to that of natural ordering. We have chosen the Multi-Color Block SOR preconditioner combined with direct sparse matrix solver, since for the Laplacian matrix the SOR method is known to have a nondeteriorating rate of convergence when used with the Multi-Color ordering. By using block version we expect to minimize the interprocessor communications. SPAI computes the sparse approximate inverse directly by least squares method. Finally, ARMS is a preconditioner recursively exploiting the concept of independent sets and pARMS is the parallel version of ARMS. Experiments were conducted for the Finite Difference and Finite Element discretizations of five two-dimensional PDEs with large meshsizes up to a million on an IBM p595 machine with distributed memory. Our matrices are real positive, i. e., their real parts of the eigenvalues are positive. We have used GMRES(m) as our outer iterative method, so that the convergence of GMRES(m) for our test matrices are mathematically guaranteed. Interprocessor communications were done using MPI (Message Passing Interface) primitives. The results show that in general ILU(0) in the Multi-Color ordering ahd ILU(0) in the Wavefront ordering outperform the other methods but for symmetric and nearly symmetric 5-point matrices Multi-Color Block SOR gives the best performance, except for a few cases with a small number of processors.
Convergence issues in domain decomposition parallel computation of hovering rotor
NASA Astrophysics Data System (ADS)
Xiao, Zhongyun; Liu, Gang; Mou, Bin; Jiang, Xiong
2018-05-01
Implicit LU-SGS time integration algorithm has been widely used in parallel computation in spite of its lack of information from adjacent domains. When applied to parallel computation of hovering rotor flows in a rotating frame, it brings about convergence issues. To remedy the problem, three LU factorization-based implicit schemes (consisting of LU-SGS, DP-LUR and HLU-SGS) are investigated comparatively. A test case of pure grid rotation is designed to verify these algorithms, which show that LU-SGS algorithm introduces errors on boundary cells. When partition boundaries are circumferential, errors arise in proportion to grid speed, accumulating along with the rotation, and leading to computational failure in the end. Meanwhile, DP-LUR and HLU-SGS methods show good convergence owing to boundary treatment which are desirable in domain decomposition parallel computations.
Parallel Preconditioning for CFD Problems on the CM-5
NASA Technical Reports Server (NTRS)
Simon, Horst D.; Kremenetsky, Mark D.; Richardson, John; Lasinski, T. A. (Technical Monitor)
1994-01-01
Up to today, preconditioning methods on massively parallel systems have faced a major difficulty. The most successful preconditioning methods in terms of accelerating the convergence of the iterative solver such as incomplete LU factorizations are notoriously difficult to implement on parallel machines for two reasons: (1) the actual computation of the preconditioner is not very floating-point intensive, but requires a large amount of unstructured communication, and (2) the application of the preconditioning matrix in the iteration phase (i.e. triangular solves) are difficult to parallelize because of the recursive nature of the computation. Here we present a new approach to preconditioning for very large, sparse, unsymmetric, linear systems, which avoids both difficulties. We explicitly compute an approximate inverse to our original matrix. This new preconditioning matrix can be applied most efficiently for iterative methods on massively parallel machines, since the preconditioning phase involves only a matrix-vector multiplication, with possibly a dense matrix. Furthermore the actual computation of the preconditioning matrix has natural parallelism. For a problem of size n, the preconditioning matrix can be computed by solving n independent small least squares problems. The algorithm and its implementation on the Connection Machine CM-5 are discussed in detail and supported by extensive timings obtained from real problem data.
Efficient parallel implicit methods for rotary-wing aerodynamics calculations
NASA Astrophysics Data System (ADS)
Wissink, Andrew M.
Euler/Navier-Stokes Computational Fluid Dynamics (CFD) methods are commonly used for prediction of the aerodynamics and aeroacoustics of modern rotary-wing aircraft. However, their widespread application to large complex problems is limited lack of adequate computing power. Parallel processing offers the potential for dramatic increases in computing power, but most conventional implicit solution methods are inefficient in parallel and new techniques must be adopted to realize its potential. This work proposes alternative implicit schemes for Euler/Navier-Stokes rotary-wing calculations which are robust and efficient in parallel. The first part of this work proposes an efficient parallelizable modification of the Lower Upper-Symmetric Gauss Seidel (LU-SGS) implicit operator used in the well-known Transonic Unsteady Rotor Navier Stokes (TURNS) code. The new hybrid LU-SGS scheme couples a point-relaxation approach of the Data Parallel-Lower Upper Relaxation (DP-LUR) algorithm for inter-processor communication with the Symmetric Gauss Seidel algorithm of LU-SGS for on-processor computations. With the modified operator, TURNS is implemented in parallel using Message Passing Interface (MPI) for communication. Numerical performance and parallel efficiency are evaluated on the IBM SP2 and Thinking Machines CM-5 multi-processors for a variety of steady-state and unsteady test cases. The hybrid LU-SGS scheme maintains the numerical performance of the original LU-SGS algorithm in all cases and shows a good degree of parallel efficiency. It experiences a higher degree of robustness than DP-LUR for third-order upwind solutions. The second part of this work examines use of Krylov subspace iterative solvers for the nonlinear CFD solutions. The hybrid LU-SGS scheme is used as a parallelizable preconditioner. Two iterative methods are tested, Generalized Minimum Residual (GMRES) and Orthogonal s-Step Generalized Conjugate Residual (OSGCR). The Newton method demonstrates good parallel performance on the IBM SP2, with OS-GCR giving slightly better performance than GMRES on large numbers of processors. For steady and quasi-steady calculations, the convergence rate is accelerated but the overall solution time remains about the same as the standard hybrid LU-SGS scheme. For unsteady calculations, however, the Newton method maintains a higher degree of time-accuracy which allows tbe use of larger timesteps and results in CPU savings of 20-35%.
Evaluation of SuperLU on multicore architectures
NASA Astrophysics Data System (ADS)
Li, X. S.
2008-07-01
The Chip Multiprocessor (CMP) will be the basic building block for computer systems ranging from laptops to supercomputers. New software developments at all levels are needed to fully utilize these systems. In this work, we evaluate performance of different high-performance sparse LU factorization and triangular solution algorithms on several representative multicore machines. We included both Pthreads and MPI implementations in this study and found that the Pthreads implementation consistently delivers good performance and that a left-looking algorithm is usually superior.
NASA Astrophysics Data System (ADS)
Sourbier, Florent; Operto, Stéphane; Virieux, Jean; Amestoy, Patrick; L'Excellent, Jean-Yves
2009-03-01
This is the first paper in a two-part series that describes a massively parallel code that performs 2D frequency-domain full-waveform inversion of wide-aperture seismic data for imaging complex structures. Full-waveform inversion methods, namely quantitative seismic imaging methods based on the resolution of the full wave equation, are computationally expensive. Therefore, designing efficient algorithms which take advantage of parallel computing facilities is critical for the appraisal of these approaches when applied to representative case studies and for further improvements. Full-waveform modelling requires the resolution of a large sparse system of linear equations which is performed with the massively parallel direct solver MUMPS for efficient multiple-shot simulations. Efficiency of the multiple-shot solution phase (forward/backward substitutions) is improved by using the BLAS3 library. The inverse problem relies on a classic local optimization approach implemented with a gradient method. The direct solver returns the multiple-shot wavefield solutions distributed over the processors according to a domain decomposition driven by the distribution of the LU factors. The domain decomposition of the wavefield solutions is used to compute in parallel the gradient of the objective function and the diagonal Hessian, this latter providing a suitable scaling of the gradient. The algorithm allows one to test different strategies for multiscale frequency inversion ranging from successive mono-frequency inversion to simultaneous multifrequency inversion. These different inversion strategies will be illustrated in the following companion paper. The parallel efficiency and the scalability of the code will also be quantified.
Massively parallel sparse matrix function calculations with NTPoly
NASA Astrophysics Data System (ADS)
Dawson, William; Nakajima, Takahito
2018-04-01
We present NTPoly, a massively parallel library for computing the functions of sparse, symmetric matrices. The theory of matrix functions is a well developed framework with a wide range of applications including differential equations, graph theory, and electronic structure calculations. One particularly important application area is diagonalization free methods in quantum chemistry. When the input and output of the matrix function are sparse, methods based on polynomial expansions can be used to compute matrix functions in linear time. We present a library based on these methods that can compute a variety of matrix functions. Distributed memory parallelization is based on a communication avoiding sparse matrix multiplication algorithm. OpenMP task parallellization is utilized to implement hybrid parallelization. We describe NTPoly's interface and show how it can be integrated with programs written in many different programming languages. We demonstrate the merits of NTPoly by performing large scale calculations on the K computer.
Use of general purpose graphics processing units with MODFLOW
Hughes, Joseph D.; White, Jeremy T.
2013-01-01
To evaluate the use of general-purpose graphics processing units (GPGPUs) to improve the performance of MODFLOW, an unstructured preconditioned conjugate gradient (UPCG) solver has been developed. The UPCG solver uses a compressed sparse row storage scheme and includes Jacobi, zero fill-in incomplete, and modified-incomplete lower-upper (LU) factorization, and generalized least-squares polynomial preconditioners. The UPCG solver also includes options for sequential and parallel solution on the central processing unit (CPU) using OpenMP. For simulations utilizing the GPGPU, all basic linear algebra operations are performed on the GPGPU; memory copies between the central processing unit CPU and GPCPU occur prior to the first iteration of the UPCG solver and after satisfying head and flow criteria or exceeding a maximum number of iterations. The efficiency of the UPCG solver for GPGPU and CPU solutions is benchmarked using simulations of a synthetic, heterogeneous unconfined aquifer with tens of thousands to millions of active grid cells. Testing indicates GPGPU speedups on the order of 2 to 8, relative to the standard MODFLOW preconditioned conjugate gradient (PCG) solver, can be achieved when (1) memory copies between the CPU and GPGPU are optimized, (2) the percentage of time performing memory copies between the CPU and GPGPU is small relative to the calculation time, (3) high-performance GPGPU cards are utilized, and (4) CPU-GPGPU combinations are used to execute sequential operations that are difficult to parallelize. Furthermore, UPCG solver testing indicates GPGPU speedups exceed parallel CPU speedups achieved using OpenMP on multicore CPUs for preconditioners that can be easily parallelized.
Parallel pivoting combined with parallel reduction
NASA Technical Reports Server (NTRS)
Alaghband, Gita
1987-01-01
Parallel algorithms for triangularization of large, sparse, and unsymmetric matrices are presented. The method combines the parallel reduction with a new parallel pivoting technique, control over generations of fill-ins and a check for numerical stability, all done in parallel with the work being distributed over the active processes. The parallel technique uses the compatibility relation between pivots to identify parallel pivot candidates and uses the Markowitz number of pivots to minimize fill-in. This technique is not a preordering of the sparse matrix and is applied dynamically as the decomposition proceeds.
Unsymmetric ordering using a constrained Markowitz scheme
DOE Office of Scientific and Technical Information (OSTI.GOV)
Amestoy, Patrick R.; Xiaoye S.; Pralet, Stephane
2005-01-18
We present a family of ordering algorithms that can be used as a preprocessing step prior to performing sparse LU factorization. The ordering algorithms simultaneously achieve the objectives of selecting numerically good pivots and preserving the sparsity. We describe the algorithmic properties and challenges in their implementation. By mixing the two objectives we show that we can reduce the amount of fill-in in the factors and reduce the number of numerical problems during factorization. On a set of large unsymmetric real problems, we obtained the median reductions of 12% in the factorization time, of 13% in the size of themore » LU factors, of 20% in the number of operations performed during the factorization phase, and of 11% in the memory needed by the multifrontal solver MA41-UNS. A byproduct of this ordering strategy is an incomplete LU-factored matrix that can be used as a preconditioner in an iterative solver.« less
Dynamic Multiple Work Stealing Strategy for Flexible Load Balancing
NASA Astrophysics Data System (ADS)
Adnan; Sato, Mitsuhisa
Lazy-task creation is an efficient method of overcoming the overhead of the grain-size problem in parallel computing. Work stealing is an effective load balancing strategy for parallel computing. In this paper, we present dynamic work stealing strategies in a lazy-task creation technique for efficient fine-grain task scheduling. The basic idea is to control load balancing granularity depending on the number of task parents in a stack. The dynamic-length strategy of work stealing uses run-time information, which is information on the load of the victim, to determine the number of tasks that a thief is allowed to steal. We compare it with the bottommost first work stealing strategy used in StackThread/MP, and the fixed-length strategy of work stealing, where a thief requests to steal a fixed number of tasks, as well as other multithreaded frameworks such as Cilk and OpenMP task implementations. The experiments show that the dynamic-length strategy of work stealing performs well in irregular workloads such as in UTS benchmarks, as well as in regular workloads such as Fibonacci, Strassen's matrix multiplication, FFT, and Sparse-LU factorization. The dynamic-length strategy works better than the fixed-length strategy because it is more flexible than the latter; this strategy can avoid load imbalance due to overstealing.
NASA Technical Reports Server (NTRS)
Choo, Yung K.; Soh, Woo-Yung; Yoon, Seokkwan
1989-01-01
A finite-volume lower-upper (LU) implicit scheme is used to simulate an inviscid flow in a tubine cascade. This approximate factorization scheme requires only the inversion of sparse lower and upper triangular matrices, which can be done efficiently without extensive storage. As an implicit scheme it allows a large time step to reach the steady state. An interactive grid generation program (TURBO), which is being developed, is used to generate grids. This program uses the control point form of algebraic grid generation which uses a sparse collection of control points from which the shape and position of coordinate curves can be adjusted. A distinct advantage of TURBO compared with other grid generation programs is that it allows the easy change of local mesh structure without affecting the grid outside the domain of independence. Sample grids are generated by TURBO for a compressor rotor blade and a turbine cascade. The turbine cascade flow is simulated by using the LU implicit scheme on the grid generated by TURBO.
AZTEC. Parallel Iterative method Software for Solving Linear Systems
DOE Office of Scientific and Technical Information (OSTI.GOV)
Hutchinson, S.; Shadid, J.; Tuminaro, R.
1995-07-01
AZTEC is an interactive library that greatly simplifies the parrallelization process when solving the linear systems of equations Ax=b where A is a user supplied n X n sparse matrix, b is a user supplied vector of length n and x is a vector of length n to be computed. AZTEC is intended as a software tool for users who want to avoid cumbersome parallel programming details but who have large sparse linear systems which require an efficiently utilized parallel processing system. A collection of data transformation tools are provided that allow for easy creation of distributed sparse unstructured matricesmore » for parallel solutions.« less
User's Manual for PCSMS (Parallel Complex Sparse Matrix Solver). Version 1.
NASA Technical Reports Server (NTRS)
Reddy, C. J.
2000-01-01
PCSMS (Parallel Complex Sparse Matrix Solver) is a computer code written to make use of the existing real sparse direct solvers to solve complex, sparse matrix linear equations. PCSMS converts complex matrices into real matrices and use real, sparse direct matrix solvers to factor and solve the real matrices. The solution vector is reconverted to complex numbers. Though, this utility is written for Silicon Graphics (SGI) real sparse matrix solution routines, it is general in nature and can be easily modified to work with any real sparse matrix solver. The User's Manual is written to make the user acquainted with the installation and operation of the code. Driver routines are given to aid the users to integrate PCSMS routines in their own codes.
Iterative algorithms for large sparse linear systems on parallel computers
NASA Technical Reports Server (NTRS)
Adams, L. M.
1982-01-01
Algorithms for assembling in parallel the sparse system of linear equations that result from finite difference or finite element discretizations of elliptic partial differential equations, such as those that arise in structural engineering are developed. Parallel linear stationary iterative algorithms and parallel preconditioned conjugate gradient algorithms are developed for solving these systems. In addition, a model for comparing parallel algorithms on array architectures is developed and results of this model for the algorithms are given.
Parallel solution of sparse one-dimensional dynamic programming problems
NASA Technical Reports Server (NTRS)
Nicol, David M.
1989-01-01
Parallel computation offers the potential for quickly solving large computational problems. However, it is often a non-trivial task to effectively use parallel computers. Solution methods must sometimes be reformulated to exploit parallelism; the reformulations are often more complex than their slower serial counterparts. We illustrate these points by studying the parallelization of sparse one-dimensional dynamic programming problems, those which do not obviously admit substantial parallelization. We propose a new method for parallelizing such problems, develop analytic models which help us to identify problems which parallelize well, and compare the performance of our algorithm with existing algorithms on a multiprocessor.
Storage of sparse files using parallel log-structured file system
DOE Office of Scientific and Technical Information (OSTI.GOV)
Bent, John M.; Faibish, Sorin; Grider, Gary
A sparse file is stored without holes by storing a data portion of the sparse file using a parallel log-structured file system; and generating an index entry for the data portion, the index entry comprising a logical offset, physical offset and length of the data portion. The holes can be restored to the sparse file upon a reading of the sparse file. The data portion can be stored at a logical end of the sparse file. Additional storage efficiency can optionally be achieved by (i) detecting a write pattern for a plurality of the data portions and generating a singlemore » patterned index entry for the plurality of the patterned data portions; and/or (ii) storing the patterned index entries for a plurality of the sparse files in a single directory, wherein each entry in the single directory comprises an identifier of a corresponding sparse file.« less
FPGA implementation of sparse matrix algorithm for information retrieval
NASA Astrophysics Data System (ADS)
Bojanic, Slobodan; Jevtic, Ruzica; Nieto-Taladriz, Octavio
2005-06-01
Information text data retrieval requires a tremendous amount of processing time because of the size of the data and the complexity of information retrieval algorithms. In this paper the solution to this problem is proposed via hardware supported information retrieval algorithms. Reconfigurable computing may adopt frequent hardware modifications through its tailorable hardware and exploits parallelism for a given application through reconfigurable and flexible hardware units. The degree of the parallelism can be tuned for data. In this work we implemented standard BLAS (basic linear algebra subprogram) sparse matrix algorithm named Compressed Sparse Row (CSR) that is showed to be more efficient in terms of storage space requirement and query-processing timing over the other sparse matrix algorithms for information retrieval application. Although inverted index algorithm is treated as the de facto standard for information retrieval for years, an alternative approach to store the index of text collection in a sparse matrix structure gains more attention. This approach performs query processing using sparse matrix-vector multiplication and due to parallelization achieves a substantial efficiency over the sequential inverted index. The parallel implementations of information retrieval kernel are presented in this work targeting the Virtex II Field Programmable Gate Arrays (FPGAs) board from Xilinx. A recent development in scientific applications is the use of FPGA to achieve high performance results. Computational results are compared to implementations on other platforms. The design achieves a high level of parallelism for the overall function while retaining highly optimised hardware within processing unit.
Brief announcement: Hypergraph parititioning for parallel sparse matrix-matrix multiplication
Ballard, Grey; Druinsky, Alex; Knight, Nicholas; ...
2015-01-01
The performance of parallel algorithms for sparse matrix-matrix multiplication is typically determined by the amount of interprocessor communication performed, which in turn depends on the nonzero structure of the input matrices. In this paper, we characterize the communication cost of a sparse matrix-matrix multiplication algorithm in terms of the size of a cut of an associated hypergraph that encodes the computation for a given input nonzero structure. Obtaining an optimal algorithm corresponds to solving a hypergraph partitioning problem. Furthermore, our hypergraph model generalizes several existing models for sparse matrix-vector multiplication, and we can leverage hypergraph partitioners developed for that computationmore » to improve application-specific algorithms for multiplying sparse matrices.« less
A performance study of sparse Cholesky factorization on INTEL iPSC/860
NASA Technical Reports Server (NTRS)
Zubair, M.; Ghose, M.
1992-01-01
The problem of Cholesky factorization of a sparse matrix has been very well investigated on sequential machines. A number of efficient codes exist for factorizing large unstructured sparse matrices. However, there is a lack of such efficient codes on parallel machines in general, and distributed machines in particular. Some of the issues that are critical to the implementation of sparse Cholesky factorization on a distributed memory parallel machine are ordering, partitioning and mapping, load balancing, and ordering of various tasks within a processor. Here, we focus on the effect of various partitioning schemes on the performance of sparse Cholesky factorization on the Intel iPSC/860. Also, a new partitioning heuristic for structured as well as unstructured sparse matrices is proposed, and its performance is compared with other schemes.
Highly parallel sparse Cholesky factorization
NASA Technical Reports Server (NTRS)
Gilbert, John R.; Schreiber, Robert
1990-01-01
Several fine grained parallel algorithms were developed and compared to compute the Cholesky factorization of a sparse matrix. The experimental implementations are on the Connection Machine, a distributed memory SIMD machine whose programming model conceptually supplies one processor per data element. In contrast to special purpose algorithms in which the matrix structure conforms to the connection structure of the machine, the focus is on matrices with arbitrary sparsity structure. The most promising algorithm is one whose inner loop performs several dense factorizations simultaneously on a 2-D grid of processors. Virtually any massively parallel dense factorization algorithm can be used as the key subroutine. The sparse code attains execution rates comparable to those of the dense subroutine. Although at present architectural limitations prevent the dense factorization from realizing its potential efficiency, it is concluded that a regular data parallel architecture can be used efficiently to solve arbitrarily structured sparse problems. A performance model is also presented and it is used to analyze the algorithms.
Parallelization of Lower-Upper Symmetric Gauss-Seidel Method for Chemically Reacting Flow
NASA Technical Reports Server (NTRS)
Yoon, Seokkwan; Jost, Gabriele; Chang, Sherry
2005-01-01
Development of technologies for exploration of the solar system has revived an interest in computational simulation of chemically reacting flows since planetary probe vehicles exhibit non-equilibrium phenomena during the atmospheric entry of a planet or a moon as well as the reentry to the Earth. Stability in combustion is essential for new propulsion systems. Numerical solution of real-gas flows often increases computational work by an order-of-magnitude compared to perfect gas flow partly because of the increased complexity of equations to solve. Recently, as part of Project Columbia, NASA has integrated a cluster of interconnected SGI Altix systems to provide a ten-fold increase in current supercomputing capacity that includes an SGI Origin system. Both the new and existing machines are based on cache coherent non-uniform memory access architecture. Lower-Upper Symmetric Gauss-Seidel (LU-SGS) relaxation method has been implemented into both perfect and real gas flow codes including Real-Gas Aerodynamic Simulator (RGAS). However, the vectorized RGAS code runs inefficiently on cache-based shared-memory machines such as SGI system. Parallelization of a Gauss-Seidel method is nontrivial due to its sequential nature. The LU-SGS method has been vectorized on an oblique plane in INS3D-LU code that has been one of the base codes for NAS Parallel benchmarks. The oblique plane has been called a hyperplane by computer scientists. It is straightforward to parallelize a Gauss-Seidel method by partitioning the hyperplanes once they are formed. Another way of parallelization is to schedule processors like a pipeline using software. Both hyperplane and pipeline methods have been implemented using openMP directives. The present paper reports the performance of the parallelized RGAS code on SGI Origin and Altix systems.
NASA Astrophysics Data System (ADS)
Galiatsatos, P. G.; Tennyson, J.
2012-11-01
The most time consuming step within the framework of the UK R-matrix molecular codes is that of the diagonalization of the inner region Hamiltonian matrix (IRHM). Here we present the method that we follow to speed up this step. We use shared memory machines (SMM), distributed memory machines (DMM), the OpenMP directive based parallel language, the MPI function based parallel language, the sparse matrix diagonalizers ARPACK and PARPACK, a variation for real symmetric matrices of the official coordinate sparse matrix format and finally a parallel sparse matrix-vector product (PSMV). The efficient application of the previous techniques rely on two important facts: the sparsity of the matrix is large enough (more than 98%) and in order to get back converged results we need a small only part of the matrix spectrum.
Implementation of BT, SP, LU, and FT of NAS Parallel Benchmarks in Java
NASA Technical Reports Server (NTRS)
Schultz, Matthew; Frumkin, Michael; Jin, Hao-Qiang; Yan, Jerry
2000-01-01
A number of Java features make it an attractive but a debatable choice for High Performance Computing. We have implemented benchmarks working on single structured grid BT,SP,LU and FT in Java. The performance and scalability of the Java code shows that a significant improvement in Java compiler technology and in Java thread implementation are necessary for Java to compete with Fortran in HPC applications.
Algorithms for solving large sparse systems of simultaneous linear equations on vector processors
NASA Technical Reports Server (NTRS)
David, R. E.
1984-01-01
Very efficient algorithms for solving large sparse systems of simultaneous linear equations have been developed for serial processing computers. These involve a reordering of matrix rows and columns in order to obtain a near triangular pattern of nonzero elements. Then an LU factorization is developed to represent the matrix inverse in terms of a sequence of elementary Gaussian eliminations, or pivots. In this paper it is shown how these algorithms are adapted for efficient implementation on vector processors. Results obtained on the CYBER 200 Model 205 are presented for a series of large test problems which show the comparative advantages of the triangularization and vector processing algorithms.
Time integration algorithms for the two-dimensional Euler equations on unstructured meshes
NASA Technical Reports Server (NTRS)
Slack, David C.; Whitaker, D. L.; Walters, Robert W.
1994-01-01
Explicit and implicit time integration algorithms for the two-dimensional Euler equations on unstructured grids are presented. Both cell-centered and cell-vertex finite volume upwind schemes utilizing Roe's approximate Riemann solver are developed. For the cell-vertex scheme, a four-stage Runge-Kutta time integration, a fourstage Runge-Kutta time integration with implicit residual averaging, a point Jacobi method, a symmetric point Gauss-Seidel method and two methods utilizing preconditioned sparse matrix solvers are presented. For the cell-centered scheme, a Runge-Kutta scheme, an implicit tridiagonal relaxation scheme modeled after line Gauss-Seidel, a fully implicit lower-upper (LU) decomposition, and a hybrid scheme utilizing both Runge-Kutta and LU methods are presented. A reverse Cuthill-McKee renumbering scheme is employed for the direct solver to decrease CPU time by reducing the fill of the Jacobian matrix. A comparison of the various time integration schemes is made for both first-order and higher order accurate solutions using several mesh sizes, higher order accuracy is achieved by using multidimensional monotone linear reconstruction procedures. The results obtained for a transonic flow over a circular arc suggest that the preconditioned sparse matrix solvers perform better than the other methods as the number of elements in the mesh increases.
Intrinsic electrical properties of LuFe2O4
NASA Astrophysics Data System (ADS)
Lafuerza, Sara; García, Joaquín; Subías, Gloria; Blasco, Javier; Conder, Kazimierz; Pomjakushina, Ekaterina
2013-08-01
We here revisit the electrical properties of LuFe2O4, compound candidate for exhibiting multiferroicity. Measurements of dc electrical resistivity as a function of temperature, electric-field polarization measurements at low temperatures with and without magnetic field, and complex impedance as a function of both frequency and temperature were carried out in a LuFe2O4 single crystal, perpendicular and parallel to the hexagonal c axis, and in several ceramic polycrystalline samples. Resistivity measurements reveal that this material is a highly anisotropic semiconductor, being about two orders of magnitude more resistive along the c axis. The temperature dependence of the resistivity indicates a change in the conduction mechanism at TCO ≈ 320 K from thermal activation above TCO to variable range hopping below TCO. The resistivity values at room temperature are relatively small and are below 5000 Ω cm for all samples but we carried out polarization measurements at sufficiently low temperatures, showing that electric-field polarization curves are a straight line as expected for a paraelectric or antiferroelectric material. Furthermore, no differences are found in the polarization curves when a magnetic field is applied either parallel or perpendicular to the electric field. The analysis of the complex impedance data corroborates that the claimed colossal dielectric constant is a spurious effect mainly derived from the capacitance of the electrical contacts. Therefore, our data unequivocally evidence that LuFe2O4 is not ferroelectric.
Incomplete Sparse Approximate Inverses for Parallel Preconditioning
Anzt, Hartwig; Huckle, Thomas K.; Bräckle, Jürgen; ...
2017-10-28
In this study, we propose a new preconditioning method that can be seen as a generalization of block-Jacobi methods, or as a simplification of the sparse approximate inverse (SAI) preconditioners. The “Incomplete Sparse Approximate Inverses” (ISAI) is in particular efficient in the solution of sparse triangular linear systems of equations. Those arise, for example, in the context of incomplete factorization preconditioning. ISAI preconditioners can be generated via an algorithm providing fine-grained parallelism, which makes them attractive for hardware with a high concurrency level. Finally, in a study covering a large number of matrices, we identify the ISAI preconditioner as anmore » attractive alternative to exact triangular solves in the context of incomplete factorization preconditioning.« less
AZTEC: A parallel iterative package for the solving linear systems
DOE Office of Scientific and Technical Information (OSTI.GOV)
Hutchinson, S.A.; Shadid, J.N.; Tuminaro, R.S.
1996-12-31
We describe a parallel linear system package, AZTEC. The package incorporates a number of parallel iterative methods (e.g. GMRES, biCGSTAB, CGS, TFQMR) and preconditioners (e.g. Jacobi, Gauss-Seidel, polynomial, domain decomposition with LU or ILU within subdomains). Additionally, AZTEC allows for the reuse of previous preconditioning factorizations within Newton schemes for nonlinear methods. Currently, a number of different users are using this package to solve a variety of PDE applications.
A general parallel sparse-blocked matrix multiply for linear scaling SCF theory
NASA Astrophysics Data System (ADS)
Challacombe, Matt
2000-06-01
A general approach to the parallel sparse-blocked matrix-matrix multiply is developed in the context of linear scaling self-consistent-field (SCF) theory. The data-parallel message passing method uses non-blocking communication to overlap computation and communication. The space filling curve heuristic is used to achieve data locality for sparse matrix elements that decay with “separation”. Load balance is achieved by solving the bin packing problem for blocks with variable size.With this new method as the kernel, parallel performance of the simplified density matrix minimization (SDMM) for solution of the SCF equations is investigated for RHF/6-31G ∗∗ water clusters and RHF/3-21G estane globules. Sustained rates above 5.7 GFLOPS for the SDMM have been achieved for (H 2 O) 200 with 95 Origin 2000 processors. Scalability is found to be limited by load imbalance, which increases with decreasing granularity, due primarily to the inhomogeneous distribution of variable block sizes.
Efficient Helicopter Aerodynamic and Aeroacoustic Predictions on Parallel Computers
NASA Technical Reports Server (NTRS)
Wissink, Andrew M.; Lyrintzis, Anastasios S.; Strawn, Roger C.; Oliker, Leonid; Biswas, Rupak
1996-01-01
This paper presents parallel implementations of two codes used in a combined CFD/Kirchhoff methodology to predict the aerodynamics and aeroacoustics properties of helicopters. The rotorcraft Navier-Stokes code, TURNS, computes the aerodynamic flowfield near the helicopter blades and the Kirchhoff acoustics code computes the noise in the far field, using the TURNS solution as input. The overall parallel strategy adds MPI message passing calls to the existing serial codes to allow for communication between processors. As a result, the total code modifications required for parallel execution are relatively small. The biggest bottleneck in running the TURNS code in parallel comes from the LU-SGS algorithm that solves the implicit system of equations. We use a new hybrid domain decomposition implementation of LU-SGS to obtain good parallel performance on the SP-2. TURNS demonstrates excellent parallel speedups for quasi-steady and unsteady three-dimensional calculations of a helicopter blade in forward flight. The execution rate attained by the code on 114 processors is six times faster than the same cases run on one processor of the Cray C-90. The parallel Kirchhoff code also shows excellent parallel speedups and fast execution rates. As a performance demonstration, unsteady acoustic pressures are computed at 1886 far-field observer locations for a sample acoustics problem. The calculation requires over two hundred hours of CPU time on one C-90 processor but takes only a few hours on 80 processors of the SP2. The resultant far-field acoustic field is analyzed with state of-the-art audio and video rendering of the propagating acoustic signals.
Summer Proceedings 2016: The Center for Computing Research at Sandia National Laboratories
DOE Office of Scientific and Technical Information (OSTI.GOV)
Carleton, James Brian; Parks, Michael L.
Solving sparse linear systems from the discretization of elliptic partial differential equations (PDEs) is an important building block in many engineering applications. Sparse direct solvers can solve general linear systems, but are usually slower and use much more memory than effective iterative solvers. To overcome these two disadvantages, a hierarchical solver (LoRaSp) based on H2-matrices was introduced in [22]. Here, we have developed a parallel version of the algorithm in LoRaSp to solve large sparse matrices on distributed memory machines. On a single processor, the factorization time of our parallel solver scales almost linearly with the problem size for three-dimensionalmore » problems, as opposed to the quadratic scalability of many existing sparse direct solvers. Moreover, our solver leads to almost constant numbers of iterations, when used as a preconditioner for Poisson problems. On more than one processor, our algorithm has significant speedups compared to sequential runs. With this parallel algorithm, we are able to solve large problems much faster than many existing packages as demonstrated by the numerical experiments.« less
Algorithms and Application of Sparse Matrix Assembly and Equation Solvers for Aeroacoustics
NASA Technical Reports Server (NTRS)
Watson, W. R.; Nguyen, D. T.; Reddy, C. J.; Vatsa, V. N.; Tang, W. H.
2001-01-01
An algorithm for symmetric sparse equation solutions on an unstructured grid is described. Efficient, sequential sparse algorithms for degree-of-freedom reordering, supernodes, symbolic/numerical factorization, and forward backward solution phases are reviewed. Three sparse algorithms for the generation and assembly of symmetric systems of matrix equations are presented. The accuracy and numerical performance of the sequential version of the sparse algorithms are evaluated over the frequency range of interest in a three-dimensional aeroacoustics application. Results show that the solver solutions are accurate using a discretization of 12 points per wavelength. Results also show that the first assembly algorithm is impractical for high-frequency noise calculations. The second and third assembly algorithms have nearly equal performance at low values of source frequencies, but at higher values of source frequencies the third algorithm saves CPU time and RAM. The CPU time and the RAM required by the second and third assembly algorithms are two orders of magnitude smaller than that required by the sparse equation solver. A sequential version of these sparse algorithms can, therefore, be conveniently incorporated into a substructuring for domain decomposition formulation to achieve parallel computation, where different substructures are handles by different parallel processors.
NASA Astrophysics Data System (ADS)
Wang, Yihan; Lu, Tong; Wan, Wenbo; Liu, Lingling; Zhang, Songhe; Li, Jiao; Zhao, Huijuan; Gao, Feng
2018-02-01
To fully realize the potential of photoacoustic tomography (PAT) in preclinical and clinical applications, rapid measurements and robust reconstructions are needed. Sparse-view measurements have been adopted effectively to accelerate the data acquisition. However, since the reconstruction from the sparse-view sampling data is challenging, both of the effective measurement and the appropriate reconstruction should be taken into account. In this study, we present an iterative sparse-view PAT reconstruction scheme where a virtual parallel-projection concept matching for the proposed measurement condition is introduced to help to achieve the "compressive sensing" procedure of the reconstruction, and meanwhile the spatially adaptive filtering fully considering the a priori information of the mutually similar blocks existing in natural images is introduced to effectively recover the partial unknown coefficients in the transformed domain. Therefore, the sparse-view PAT images can be reconstructed with higher quality compared with the results obtained by the universal back-projection (UBP) algorithm in the same sparse-view cases. The proposed approach has been validated by simulation experiments, which exhibits desirable performances in image fidelity even from a small number of measuring positions.
Automatic Management of Parallel and Distributed System Resources
NASA Technical Reports Server (NTRS)
Yan, Jerry; Ngai, Tin Fook; Lundstrom, Stephen F.
1990-01-01
Viewgraphs on automatic management of parallel and distributed system resources are presented. Topics covered include: parallel applications; intelligent management of multiprocessing systems; performance evaluation of parallel architecture; dynamic concurrent programs; compiler-directed system approach; lattice gaseous cellular automata; and sparse matrix Cholesky factorization.
Hine, N D M; Haynes, P D; Mostofi, A A; Payne, M C
2010-09-21
We present calculations of formation energies of defects in an ionic solid (Al(2)O(3)) extrapolated to the dilute limit, corresponding to a simulation cell of infinite size. The large-scale calculations required for this extrapolation are enabled by developments in the approach to parallel sparse matrix algebra operations, which are central to linear-scaling density-functional theory calculations. The computational cost of manipulating sparse matrices, whose sizes are determined by the large number of basis functions present, is greatly improved with this new approach. We present details of the sparse algebra scheme implemented in the ONETEP code using hierarchical sparsity patterns, and demonstrate its use in calculations on a wide range of systems, involving thousands of atoms on hundreds to thousands of parallel processes.
Partitioning Rectangular and Structurally Nonsymmetric Sparse Matrices for Parallel Processing
DOE Office of Scientific and Technical Information (OSTI.GOV)
B. Hendrickson; T.G. Kolda
1998-09-01
A common operation in scientific computing is the multiplication of a sparse, rectangular or structurally nonsymmetric matrix and a vector. In many applications the matrix- transpose-vector product is also required. This paper addresses the efficient parallelization of these operations. We show that the problem can be expressed in terms of partitioning bipartite graphs. We then introduce several algorithms for this partitioning problem and compare their performance on a set of test matrices.
Multitasking the INS3D-LU code on the Cray Y-MP
NASA Technical Reports Server (NTRS)
Fatoohi, Rod; Yoon, Seokkwan
1991-01-01
This paper presents the results of multitasking the INS3D-LU code on eight processors. The code is a full Navier-Stokes solver for incompressible fluid in three dimensional generalized coordinates using a lower-upper symmetric-Gauss-Seidel implicit scheme. This code has been fully vectorized on oblique planes of sweep and parallelized using autotasking with some directives and minor modifications. The timing results for five grid sizes are presented and analyzed. The code has achieved a processing rate of over one Gflops.
Solving very large, sparse linear systems on mesh-connected parallel computers
NASA Technical Reports Server (NTRS)
Opsahl, Torstein; Reif, John
1987-01-01
The implementation of Pan and Reif's Parallel Nested Dissection (PND) algorithm on mesh connected parallel computers is described. This is the first known algorithm that allows very large, sparse linear systems of equations to be solved efficiently in polylog time using a small number of processors. How the processor bound of PND can be matched to the number of processors available on a given parallel computer by slowing down the algorithm by constant factors is described. Also, for the important class of problems where G(A) is a grid graph, a unique memory mapping that reduces the inter-processor communication requirements of PND to those that can be executed on mesh connected parallel machines is detailed. A description of an implementation on the Goodyear Massively Parallel Processor (MPP), located at Goddard is given. Also, a detailed discussion of data mappings and performance issues is given.
Parallel Finite Element Domain Decomposition for Structural/Acoustic Analysis
NASA Technical Reports Server (NTRS)
Nguyen, Duc T.; Tungkahotara, Siroj; Watson, Willie R.; Rajan, Subramaniam D.
2005-01-01
A domain decomposition (DD) formulation for solving sparse linear systems of equations resulting from finite element analysis is presented. The formulation incorporates mixed direct and iterative equation solving strategics and other novel algorithmic ideas that are optimized to take advantage of sparsity and exploit modern computer architecture, such as memory and parallel computing. The most time consuming part of the formulation is identified and the critical roles of direct sparse and iterative solvers within the framework of the formulation are discussed. Experiments on several computer platforms using several complex test matrices are conducted using software based on the formulation. Small-scale structural examples are used to validate thc steps in the formulation and large-scale (l,000,000+ unknowns) duct acoustic examples are used to evaluate the ORIGIN 2000 processors, and a duster of 6 PCs (running under the Windows environment). Statistics show that the formulation is efficient in both sequential and parallel computing environmental and that the formulation is significantly faster and consumes less memory than that based on one of the best available commercialized parallel sparse solvers.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Chen, Chao; Pouransari, Hadi; Rajamanickam, Sivasankaran
We present a parallel hierarchical solver for general sparse linear systems on distributed-memory machines. For large-scale problems, this fully algebraic algorithm is faster and more memory-efficient than sparse direct solvers because it exploits the low-rank structure of fill-in blocks. Depending on the accuracy of low-rank approximations, the hierarchical solver can be used either as a direct solver or as a preconditioner. The parallel algorithm is based on data decomposition and requires only local communication for updating boundary data on every processor. Moreover, the computation-to-communication ratio of the parallel algorithm is approximately the volume-to-surface-area ratio of the subdomain owned by everymore » processor. We also provide various numerical results to demonstrate the versatility and scalability of the parallel algorithm.« less
Large-scale urban point cloud labeling and reconstruction
NASA Astrophysics Data System (ADS)
Zhang, Liqiang; Li, Zhuqiang; Li, Anjian; Liu, Fangyu
2018-04-01
The large number of object categories and many overlapping or closely neighboring objects in large-scale urban scenes pose great challenges in point cloud classification. In this paper, a novel framework is proposed for classification and reconstruction of airborne laser scanning point cloud data. To label point clouds, we present a rectified linear units neural network named ReLu-NN where the rectified linear units (ReLu) instead of the traditional sigmoid are taken as the activation function in order to speed up the convergence. Since the features of the point cloud are sparse, we reduce the number of neurons by the dropout to avoid over-fitting of the training process. The set of feature descriptors for each 3D point is encoded through self-taught learning, and forms a discriminative feature representation which is taken as the input of the ReLu-NN. The segmented building points are consolidated through an edge-aware point set resampling algorithm, and then they are reconstructed into 3D lightweight models using the 2.5D contouring method (Zhou and Neumann, 2010). Compared with deep learning approaches, the ReLu-NN introduced can easily classify unorganized point clouds without rasterizing the data, and it does not need a large number of training samples. Most of the parameters in the network are learned, and thus the intensive parameter tuning cost is significantly reduced. Experimental results on various datasets demonstrate that the proposed framework achieves better performance than other related algorithms in terms of classification accuracy and reconstruction quality.
Parallel goal-oriented adaptive finite element modeling for 3D electromagnetic exploration
NASA Astrophysics Data System (ADS)
Zhang, Y.; Key, K.; Ovall, J.; Holst, M.
2014-12-01
We present a parallel goal-oriented adaptive finite element method for accurate and efficient electromagnetic (EM) modeling of complex 3D structures. An unstructured tetrahedral mesh allows this approach to accommodate arbitrarily complex 3D conductivity variations and a priori known boundaries. The total electric field is approximated by the lowest order linear curl-conforming shape functions and the discretized finite element equations are solved by a sparse LU factorization. Accuracy of the finite element solution is achieved through adaptive mesh refinement that is performed iteratively until the solution converges to the desired accuracy tolerance. Refinement is guided by a goal-oriented error estimator that uses a dual-weighted residual method to optimize the mesh for accurate EM responses at the locations of the EM receivers. As a result, the mesh refinement is highly efficient since it only targets the elements where the inaccuracy of the solution corrupts the response at the possibly distant locations of the EM receivers. We compare the accuracy and efficiency of two approaches for estimating the primary residual error required at the core of this method: one uses local element and inter-element residuals and the other relies on solving a global residual system using a hierarchical basis. For computational efficiency our method follows the Bank-Holst algorithm for parallelization, where solutions are computed in subdomains of the original model. To resolve the load-balancing problem, this approach applies a spectral bisection method to divide the entire model into subdomains that have approximately equal error and the same number of receivers. The finite element solutions are then computed in parallel with each subdomain carrying out goal-oriented adaptive mesh refinement independently. We validate the newly developed algorithm by comparison with controlled-source EM solutions for 1D layered models and with 2D results from our earlier 2D goal oriented adaptive refinement code named MARE2DEM. We demonstrate the performance and parallel scaling of this algorithm on a medium-scale computing cluster with a marine controlled-source EM example that includes a 3D array of receivers located over a 3D model that includes significant seafloor bathymetry variations and a heterogeneous subsurface.
Supercomputing on massively parallel bit-serial architectures
NASA Technical Reports Server (NTRS)
Iobst, Ken
1985-01-01
Research on the Goodyear Massively Parallel Processor (MPP) suggests that high-level parallel languages are practical and can be designed with powerful new semantics that allow algorithms to be efficiently mapped to the real machines. For the MPP these semantics include parallel/associative array selection for both dense and sparse matrices, variable precision arithmetic to trade accuracy for speed, micro-pipelined train broadcast, and conditional branching at the processing element (PE) control unit level. The preliminary design of a FORTRAN-like parallel language for the MPP has been completed and is being used to write programs to perform sparse matrix array selection, min/max search, matrix multiplication, Gaussian elimination on single bit arrays and other generic algorithms. A description is given of the MPP design. Features of the system and its operation are illustrated in the form of charts and diagrams.
Sparse Partial Equilibrium Tables in Chemically Resolved Reactive Flow
NASA Astrophysics Data System (ADS)
Vitello, Peter; Fried, Laurence E.; Pudliner, Brian; McAbee, Tom
2004-07-01
The detonation of an energetic material is the result of a complex interaction between kinetic chemical reactions and hydrodynamics. Unfortunately, little is known concerning the detailed chemical kinetics of detonations in energetic materials. CHEETAH uses rate laws to treat species with the slowest chemical reactions, while assuming other chemical species are in equilibrium. CHEETAH supports a wide range of elements and condensed detonation products and can also be applied to gas detonations. A sparse hash table of equation of state values is used in CHEETAH to enhance the efficiency of kinetic reaction calculations. For large-scale parallel hydrodynamic calculations, CHEETAH uses parallel communication to updates to the cache. We present here details of the sparse caching model used in the CHEETAH coupled to an ALE hydrocode. To demonstrate the efficiency of modeling using a sparse cache model we consider detonations in energetic materials.
Task Parallel Incomplete Cholesky Factorization using 2D Partitioned-Block Layout
DOE Office of Scientific and Technical Information (OSTI.GOV)
Kim, Kyungjoo; Rajamanickam, Sivasankaran; Stelle, George Widgery
We introduce a task-parallel algorithm for sparse incomplete Cholesky factorization that utilizes a 2D sparse partitioned-block layout of a matrix. Our factorization algorithm follows the idea of algorithms-by-blocks by using the block layout. The algorithm-byblocks approach induces a task graph for the factorization. These tasks are inter-related to each other through their data dependences in the factorization algorithm. To process the tasks on various manycore architectures in a portable manner, we also present a portable tasking API that incorporates different tasking backends and device-specific features using an open-source framework for manycore platforms i.e., Kokkos. A performance evaluation is presented onmore » both Intel Sandybridge and Xeon Phi platforms for matrices from the University of Florida sparse matrix collection to illustrate merits of the proposed task-based factorization. Experimental results demonstrate that our task-parallel implementation delivers about 26.6x speedup (geometric mean) over single-threaded incomplete Choleskyby- blocks and 19.2x speedup over serial Cholesky performance which does not carry tasking overhead using 56 threads on the Intel Xeon Phi processor for sparse matrices arising from various application problems.« less
Sparse distributed memory overview
NASA Technical Reports Server (NTRS)
Raugh, Mike
1990-01-01
The Sparse Distributed Memory (SDM) project is investigating the theory and applications of massively parallel computing architecture, called sparse distributed memory, that will support the storage and retrieval of sensory and motor patterns characteristic of autonomous systems. The immediate objectives of the project are centered in studies of the memory itself and in the use of the memory to solve problems in speech, vision, and robotics. Investigation of methods for encoding sensory data is an important part of the research. Examples of NASA missions that may benefit from this work are Space Station, planetary rovers, and solar exploration. Sparse distributed memory offers promising technology for systems that must learn through experience and be capable of adapting to new circumstances, and for operating any large complex system requiring automatic monitoring and control. Sparse distributed memory is a massively parallel architecture motivated by efforts to understand how the human brain works. Sparse distributed memory is an associative memory, able to retrieve information from cues that only partially match patterns stored in the memory. It is able to store long temporal sequences derived from the behavior of a complex system, such as progressive records of the system's sensory data and correlated records of the system's motor controls.
Incremental Structured Dictionary Learning for Video Sensor-Based Object Tracking
Xue, Ming; Yang, Hua; Zheng, Shibao; Zhou, Yi; Yu, Zhenghua
2014-01-01
To tackle robust object tracking for video sensor-based applications, an online discriminative algorithm based on incremental discriminative structured dictionary learning (IDSDL-VT) is presented. In our framework, a discriminative dictionary combining both positive, negative and trivial patches is designed to sparsely represent the overlapped target patches. Then, a local update (LU) strategy is proposed for sparse coefficient learning. To formulate the training and classification process, a multiple linear classifier group based on a K-combined voting (KCV) function is proposed. As the dictionary evolves, the models are also trained to timely adapt the target appearance variation. Qualitative and quantitative evaluations on challenging image sequences compared with state-of-the-art algorithms demonstrate that the proposed tracking algorithm achieves a more favorable performance. We also illustrate its relay application in visual sensor networks. PMID:24549252
Accessing sparse arrays in parallel memories
DOE Office of Scientific and Technical Information (OSTI.GOV)
Banerjee, U.; Gajski, D.; Kuck, D.
The concept of dense and sparse execution of arrays is introduced. Arrays themselves can be stored in a dense or sparse manner in a parallel memory with m memory modules. The paper proposes hardware for speeding up the execution of array operations of the form c(c/sub 0/+ci)=a(a/sub 0/+ai) op b(b/sub 0/+bi), where a/sub 0/, a, b/sub 0/, b, c/sub 0/, c are integer constants and i is an index variable. The hardware handles 'sparse execution', in which the operation op is not executed for every value of i. The hardware also makes provision for 'sparse storage', in which memory spacemore » is not provided for every array element. It is shown how to access array elements of the above form without conflict in an efficient way. The efficiency is obtained by using some specialised units which are basically smart memories with priority detection, one's counting or associative searching. Generalisation to multidimensional arrays is shown possible under restrictions defined in the paper. 12 references.« less
NASA Technical Reports Server (NTRS)
Nguyen, D. T.; Watson, Willie R. (Technical Monitor)
2005-01-01
The overall objectives of this research work are to formulate and validate efficient parallel algorithms, and to efficiently design/implement computer software for solving large-scale acoustic problems, arised from the unified frameworks of the finite element procedures. The adopted parallel Finite Element (FE) Domain Decomposition (DD) procedures should fully take advantages of multiple processing capabilities offered by most modern high performance computing platforms for efficient parallel computation. To achieve this objective. the formulation needs to integrate efficient sparse (and dense) assembly techniques, hybrid (or mixed) direct and iterative equation solvers, proper pre-conditioned strategies, unrolling strategies, and effective processors' communicating schemes. Finally, the numerical performance of the developed parallel finite element procedures will be evaluated by solving series of structural, and acoustic (symmetrical and un-symmetrical) problems (in different computing platforms). Comparisons with existing "commercialized" and/or "public domain" software are also included, whenever possible.
Object-Oriented Implementation of the NAS Parallel Benchmarks using Charm++
NASA Technical Reports Server (NTRS)
Krishnan, Sanjeev; Bhandarkar, Milind; Kale, Laxmikant V.
1996-01-01
This report describes experiences with implementing the NAS Computational Fluid Dynamics benchmarks using a parallel object-oriented language, Charm++. Our main objective in implementing the NAS CFD kernel benchmarks was to develop a code that could be used to easily experiment with different domain decomposition strategies and dynamic load balancing. We also wished to leverage the object-orientation provided by the Charm++ parallel object-oriented language, to develop reusable abstractions that would simplify the process of developing parallel applications. We first describe the Charm++ parallel programming model and the parallel object array abstraction, then go into detail about each of the Scalar Pentadiagonal (SP) and Lower/Upper Triangular (LU) benchmarks, along with performance results. Finally we conclude with an evaluation of the methodology used.
Efficient ICCG on a shared memory multiprocessor
NASA Technical Reports Server (NTRS)
Hammond, Steven W.; Schreiber, Robert
1989-01-01
Different approaches are discussed for exploiting parallelism in the ICCG (Incomplete Cholesky Conjugate Gradient) method for solving large sparse symmetric positive definite systems of equations on a shared memory parallel computer. Techniques for efficiently solving triangular systems and computing sparse matrix-vector products are explored. Three methods for scheduling the tasks in solving triangular systems are implemented on the Sequent Balance 21000. Sample problems that are representative of a large class of problems solved using iterative methods are used. We show that a static analysis to determine data dependences in the triangular solve can greatly improve its parallel efficiency. We also show that ignoring symmetry and storing the whole matrix can reduce solution time substantially.
Eigensolver for a Sparse, Large Hermitian Matrix
NASA Technical Reports Server (NTRS)
Tisdale, E. Robert; Oyafuso, Fabiano; Klimeck, Gerhard; Brown, R. Chris
2003-01-01
A parallel-processing computer program finds a few eigenvalues in a sparse Hermitian matrix that contains as many as 100 million diagonal elements. This program finds the eigenvalues faster, using less memory, than do other, comparable eigensolver programs. This program implements a Lanczos algorithm in the American National Standards Institute/ International Organization for Standardization (ANSI/ISO) C computing language, using the Message Passing Interface (MPI) standard to complement an eigensolver in PARPACK. [PARPACK (Parallel Arnoldi Package) is an extension, to parallel-processing computer architectures, of ARPACK (Arnoldi Package), which is a collection of Fortran 77 subroutines that solve large-scale eigenvalue problems.] The eigensolver runs on Beowulf clusters of computers at the Jet Propulsion Laboratory (JPL).
DOE Office of Scientific and Technical Information (OSTI.GOV)
Frost, Sofia H. L.; Frayo, Shani L.; Miller, Brian W.
Purpose Pretargeted radioimmunotherapy (PRIT) is a multi-step method of selectively delivering high doses of radiotherapy to tumor cells while minimizing exposure to surrounding tissues. Yttrium-90 ( 90Y) and lutetium-177 ( 177Lu) are two of the most promising beta-particle emitting radionuclides used for radioimmunotherapy, which despite having similar chemistries differ distinctly in terms of radiophysical features. These differences may have important consequences for the absorbed dose to tumors and normal organs. Whereas 90Y has been successfully applied in a number of preclinical and clinical radioimmunotherapy settings, there have been few published pretargeting studies with 177Lu. We therefore compared the therapeutic potentialmore » of targeting either 90Y or 177Lu to human B-cell lymphoma xenografts in mice. Methods Parallel experiments evaluating the biodistribution, imaging, dosimetry, therapeutic efficacy, and toxicity were performed in female athymic nude mice bearing either Ramos (Burkitt lymphoma) or Granta (mantle cell lymphoma) xenografts, utilizing an anti-CD20 antibodystreptavidin conjugate (1F5-SA) and an 90Y- or 177Lu-labeled 1,4,7,10-tetraazacyclododecane-1,4,7,10-tetraacetic acid (DOTA)-biotin second step reagent. Results The two radionuclides displayed comparable biodistributions in tumors and normal organs; however, the absorbed radiation dose delivered to tumor was more than twice as high for 90Y (1.3 Gy/MBq) as for 177Lu (0.6 Gy/MBq). More importantly, therapy with 90Y-DOTAbiotin was dramatically more effective than with 177Lu-DOTA-biotin, with 100% of Ramos xenograft-bearing mice cured with 37 MBq 90Y, whereas 0% were cured using identical amounts of 177Lu-DOTA-biotin. Similar results were observed in mice bearing Granta xenografts, with 80% of the mice cured with 90Y-PRIT and 0% cured with 177Lu-PRIT. Toxicities were comparable with both isotopes. Conclusion 90Y was therapeutically superior to 177Lu for streptavidin-biotin PRIT approaches in these human lymphoma xenograft models.« less
Frost, Sofia H. L.; Frayo, Shani L.; Miller, Brian W.; ...
2015-03-18
Purpose Pretargeted radioimmunotherapy (PRIT) is a multi-step method of selectively delivering high doses of radiotherapy to tumor cells while minimizing exposure to surrounding tissues. Yttrium-90 ( 90Y) and lutetium-177 ( 177Lu) are two of the most promising beta-particle emitting radionuclides used for radioimmunotherapy, which despite having similar chemistries differ distinctly in terms of radiophysical features. These differences may have important consequences for the absorbed dose to tumors and normal organs. Whereas 90Y has been successfully applied in a number of preclinical and clinical radioimmunotherapy settings, there have been few published pretargeting studies with 177Lu. We therefore compared the therapeutic potentialmore » of targeting either 90Y or 177Lu to human B-cell lymphoma xenografts in mice. Methods Parallel experiments evaluating the biodistribution, imaging, dosimetry, therapeutic efficacy, and toxicity were performed in female athymic nude mice bearing either Ramos (Burkitt lymphoma) or Granta (mantle cell lymphoma) xenografts, utilizing an anti-CD20 antibodystreptavidin conjugate (1F5-SA) and an 90Y- or 177Lu-labeled 1,4,7,10-tetraazacyclododecane-1,4,7,10-tetraacetic acid (DOTA)-biotin second step reagent. Results The two radionuclides displayed comparable biodistributions in tumors and normal organs; however, the absorbed radiation dose delivered to tumor was more than twice as high for 90Y (1.3 Gy/MBq) as for 177Lu (0.6 Gy/MBq). More importantly, therapy with 90Y-DOTAbiotin was dramatically more effective than with 177Lu-DOTA-biotin, with 100% of Ramos xenograft-bearing mice cured with 37 MBq 90Y, whereas 0% were cured using identical amounts of 177Lu-DOTA-biotin. Similar results were observed in mice bearing Granta xenografts, with 80% of the mice cured with 90Y-PRIT and 0% cured with 177Lu-PRIT. Toxicities were comparable with both isotopes. Conclusion 90Y was therapeutically superior to 177Lu for streptavidin-biotin PRIT approaches in these human lymphoma xenograft models.« less
Newmark-Beta-FDTD method for super-resolution analysis of time reversal waves
NASA Astrophysics Data System (ADS)
Shi, Sheng-Bing; Shao, Wei; Ma, Jing; Jin, Congjun; Wang, Xiao-Hua
2017-09-01
In this work, a new unconditionally stable finite-difference time-domain (FDTD) method with the split-field perfectly matched layer (PML) is proposed for the analysis of time reversal (TR) waves. The proposed method is very suitable for multiscale problems involving microstructures. The spatial and temporal derivatives in this method are discretized by the central difference technique and Newmark-Beta algorithm, respectively, and the derivation results in the calculation of a banded-sparse matrix equation. Since the coefficient matrix keeps unchanged during the whole simulation process, the lower-upper (LU) decomposition of the matrix needs to be performed only once at the beginning of the calculation. Moreover, the reverse Cuthill-Mckee (RCM) technique, an effective preprocessing technique in bandwidth compression of sparse matrices, is used to improve computational efficiency. The super-resolution focusing of TR wave propagation in two- and three-dimensional spaces is included to validate the accuracy and efficiency of the proposed method.
Investigation of wall-bounded turbulence over sparsely distributed roughness
NASA Astrophysics Data System (ADS)
Placidi, Marco; Ganapathisubramani, Bharath
2011-11-01
The effects of sparsely distributed roughness elements on the structure of a turbulent boundary layer are examined by performing a series of Particle Image Velocimetry (PIV) experiments in a wind tunnel. From the literature, the best way to characterise a rough wall, especially one where the density of roughness elements is sparse, is unclear. In this study, rough surfaces consisting of sparsely and uniformly distributed LEGO® blocks are used. Five different patterns are adopted in order to examine the effects of frontal solidity (λf, frontal area of the roughness elements per unit wall-parallel area), plan solidity (λp, plan area of roughness elements per unit wall-parallel area) and the geometry of the roughness element (square and cylindrical elements), on the turbulence structure. The Karman number, Reτ , has been matched, at the value of approximately 2300, in order to compare across the different cases. In the talk, we will present detailed analysis of mean and rms velocity profiles, Reynolds stresses and quadrant decomposition.
NASA Astrophysics Data System (ADS)
Chen, Y.-M.; Koniges, A. E.; Anderson, D. V.
1989-10-01
The biconjugate gradient method (BCG) provides an attractive alternative to the usual conjugate gradient algorithms for the solution of sparse systems of linear equations with nonsymmetric and indefinite matrix operators. A preconditioned algorithm is given, whose form resembles the incomplete L-U conjugate gradient scheme (ILUCG2) previously presented. Although the BCG scheme requires the storage of two additional vectors, it converges in a significantly lesser number of iterations (often half), while the number of calculations per iteration remains essentially the same.
Feature Clustering for Accelerating Parallel Coordinate Descent
DOE Office of Scientific and Technical Information (OSTI.GOV)
Scherrer, Chad; Tewari, Ambuj; Halappanavar, Mahantesh
2012-12-06
We demonstrate an approach for accelerating calculation of the regularization path for L1 sparse logistic regression problems. We show the benefit of feature clustering as a preconditioning step for parallel block-greedy coordinate descent algorithms.
Using Perturbed QR Factorizations To Solve Linear Least-Squares Problems
DOE Office of Scientific and Technical Information (OSTI.GOV)
Avron, Haim; Ng, Esmond G.; Toledo, Sivan
2008-03-21
We propose and analyze a new tool to help solve sparse linear least-squares problems min{sub x} {parallel}Ax-b{parallel}{sub 2}. Our method is based on a sparse QR factorization of a low-rank perturbation {cflx A} of A. More precisely, we show that the R factor of {cflx A} is an effective preconditioner for the least-squares problem min{sub x} {parallel}Ax-b{parallel}{sub 2}, when solved using LSQR. We propose applications for the new technique. When A is rank deficient we can add rows to ensure that the preconditioner is well-conditioned without column pivoting. When A is sparse except for a few dense rows we canmore » drop these dense rows from A to obtain {cflx A}. Another application is solving an updated or downdated problem. If R is a good preconditioner for the original problem A, it is a good preconditioner for the updated/downdated problem {cflx A}. We can also solve what-if scenarios, where we want to find the solution if a column of the original matrix is changed/removed. We present a spectral theory that analyzes the generalized spectrum of the pencil (A*A,R*R) and analyze the applications.« less
DOE Office of Scientific and Technical Information (OSTI.GOV)
Chow, Edmond
Solving sparse problems is at the core of many DOE computational science applications. We focus on the challenge of developing sparse algorithms that can fully exploit the parallelism in extreme-scale computing systems, in particular systems with massive numbers of cores per node. Our approach is to express a sparse matrix factorization as a large number of bilinear constraint equations, and then solving these equations via an asynchronous iterative method. The unknowns in these equations are the matrix entries of the factorization that is desired.
Microfabrication Technology for Photonics
1990-06-01
specifically addressed by a "folded," parallel architecture currently being proposed by A. Huang(35) who calls it "Computational Origami ." 25 IV...34Computational Origami " U.S. Patent Pending; H.M. Lu, "computatiortal Origami : A Geometric Approach to Regular Multiprocessing," MIT Master’s Thesis in
NASA Astrophysics Data System (ADS)
Yang, Sheng-Chun; Lu, Zhong-Yuan; Qian, Hu-Jun; Wang, Yong-Lei; Han, Jie-Ping
2017-11-01
In this work, we upgraded the electrostatic interaction method of CU-ENUF (Yang, et al., 2016) which first applied CUNFFT (nonequispaced Fourier transforms based on CUDA) to the reciprocal-space electrostatic computation and made the computation of electrostatic interaction done thoroughly in GPU. The upgraded edition of CU-ENUF runs concurrently in a hybrid parallel way that enables the computation parallelizing on multiple computer nodes firstly, then further on the installed GPU in each computer. By this parallel strategy, the size of simulation system will be never restricted to the throughput of a single CPU or GPU. The most critical technical problem is how to parallelize a CUNFFT in the parallel strategy, which is conquered effectively by deep-seated research of basic principles and some algorithm skills. Furthermore, the upgraded method is capable of computing electrostatic interactions for both the atomistic molecular dynamics (MD) and the dissipative particle dynamics (DPD). Finally, the benchmarks conducted for validation and performance indicate that the upgraded method is able to not only present a good precision when setting suitable parameters, but also give an efficient way to compute electrostatic interactions for huge simulation systems. Program Files doi:http://dx.doi.org/10.17632/zncf24fhpv.1 Licensing provisions: GNU General Public License 3 (GPL) Programming language: C, C++, and CUDA C Supplementary material: The program is designed for effective electrostatic interactions of large-scale simulation systems, which runs on particular computers equipped with NVIDIA GPUs. It has been tested on (a) single computer node with Intel(R) Core(TM) i7-3770@ 3.40 GHz (CPU) and GTX 980 Ti (GPU), and (b) MPI parallel computer nodes with the same configurations. Nature of problem: For molecular dynamics simulation, the electrostatic interaction is the most time-consuming computation because of its long-range feature and slow convergence in simulation space, which approximately take up most of the total simulation time. Although the parallel method CU-ENUF (Yang et al., 2016) based on GPU has achieved a qualitative leap compared with previous methods in electrostatic interactions computation, the computation capability is limited to the throughput capacity of a single GPU for super-scale simulation system. Therefore, we should look for an effective method to handle the calculation of electrostatic interactions efficiently for a simulation system with super-scale size. Solution method: We constructed a hybrid parallel architecture, in which CPU and GPU are combined to accelerate the electrostatic computation effectively. Firstly, the simulation system is divided into many subtasks via domain-decomposition method. Then MPI (Message Passing Interface) is used to implement the CPU-parallel computation with each computer node corresponding to a particular subtask, and furthermore each subtask in one computer node will be executed in GPU in parallel efficiently. In this hybrid parallel method, the most critical technical problem is how to parallelize a CUNFFT (nonequispaced fast Fourier transform based on CUDA) in the parallel strategy, which is conquered effectively by deep-seated research of basic principles and some algorithm skills. Restrictions: The HP-ENUF is mainly oriented to super-scale system simulations, in which the performance superiority is shown adequately. However, for a small simulation system containing less than 106 particles, the mode of multiple computer nodes has no apparent efficiency advantage or even lower efficiency due to the serious network delay among computer nodes, than the mode of single computer node. References: (1) S.-C. Yang, H.-J. Qian, Z.-Y. Lu, Appl. Comput. Harmon. Anal. 2016, http://dx.doi.org/10.1016/j.acha.2016.04.009. (2) S.-C. Yang, Y.-L. Wang, G.-S. Jiao, H.-J. Qian, Z.-Y. Lu, J. Comput. Chem. 37 (2016) 378. (3) S.-C. Yang, Y.-L. Zhu, H.-J. Qian, Z.-Y. Lu, Appl. Chem. Res. Chin. Univ., 2017, http://dx.doi.org/10.1007/s40242-016-6354-5. (4) Y.-L. Zhu, H. Liu, Z.-W. Li, H.-J. Qian, G. Milano, Z.-Y. Lu, J. Comput. Chem. 34 (2013) 2197.
A high performance linear equation solver on the VPP500 parallel supercomputer
DOE Office of Scientific and Technical Information (OSTI.GOV)
Nakanishi, Makoto; Ina, Hiroshi; Miura, Kenichi
1994-12-31
This paper describes the implementation of two high performance linear equation solvers developed for the Fujitsu VPP500, a distributed memory parallel supercomputer system. The solvers take advantage of the key architectural features of VPP500--(1) scalability for an arbitrary number of processors up to 222 processors, (2) flexible data transfer among processors provided by a crossbar interconnection network, (3) vector processing capability on each processor, and (4) overlapped computation and transfer. The general linear equation solver based on the blocked LU decomposition method achieves 120.0 GFLOPS performance with 100 processors in the LIN-PACK Highly Parallel Computing benchmark.
Yang, C L; Wei, H Y; Adler, A; Soleimani, M
2013-06-01
Electrical impedance tomography (EIT) is a fast and cost-effective technique to provide a tomographic conductivity image of a subject from boundary current-voltage data. This paper proposes a time and memory efficient method for solving a large scale 3D EIT inverse problem using a parallel conjugate gradient (CG) algorithm. The 3D EIT system with a large number of measurement data can produce a large size of Jacobian matrix; this could cause difficulties in computer storage and the inversion process. One of challenges in 3D EIT is to decrease the reconstruction time and memory usage, at the same time retaining the image quality. Firstly, a sparse matrix reduction technique is proposed using thresholding to set very small values of the Jacobian matrix to zero. By adjusting the Jacobian matrix into a sparse format, the element with zeros would be eliminated, which results in a saving of memory requirement. Secondly, a block-wise CG method for parallel reconstruction has been developed. The proposed method has been tested using simulated data as well as experimental test samples. Sparse Jacobian with a block-wise CG enables the large scale EIT problem to be solved efficiently. Image quality measures are presented to quantify the effect of sparse matrix reduction in reconstruction results.
Sparse matrix-vector multiplication on network-on-chip
NASA Astrophysics Data System (ADS)
Sun, C.-C.; Götze, J.; Jheng, H.-Y.; Ruan, S.-J.
2010-12-01
In this paper, we present an idea for performing matrix-vector multiplication by using Network-on-Chip (NoC) architecture. In traditional IC design on-chip communications have been designed with dedicated point-to-point interconnections. Therefore, regular local data transfer is the major concept of many parallel implementations. However, when dealing with the parallel implementation of sparse matrix-vector multiplication (SMVM), which is the main step of all iterative algorithms for solving systems of linear equation, the required data transfers depend on the sparsity structure of the matrix and can be extremely irregular. Using the NoC architecture makes it possible to deal with arbitrary structure of the data transfers; i.e. with the irregular structure of the sparse matrices. So far, we have already implemented the proposed SMVM-NoC architecture with the size 4×4 and 5×5 in IEEE 754 single float point precision using FPGA.
Soares, Rodrigo Pedro; Altoé, Ellen Cristina Félix; Ennes-Vidal, Vítor; da Costa, Simone M; Rangel, Elizabeth Ferreira; de Souza, Nataly Araújo; da Silva, Vanderlei Campos; Volf, Petr; d'Avila-Levy, Claudia Masini
2017-07-01
Leishmania braziliensis and Leishmania infantum are the causative agents of cutaneous and visceral leishmaniasis, respectively. Several aspects of the vector-parasite interaction involving gp63 and phosphoglycans have been individually assayed in different studies. However, their role under the same experimental conditions was not studied yet. Here, the roles of divalent metal chelators, anti-gp63 antibodies and purified type I phosphoglycans (PGs) were evaluated during in vitro parasite attachment to the midgut of the vector. Parasites were treated with divalent metal chelators or anti-gp63 antibodies prior to the interaction with Lutzomyia longipalpis/Lutzomyia intermedia midguts or sand fly LL-5 cells. In vitro binding system was used to examine the role of PG and gp63 in parallel. Treatment with divalent metal chelators reduced Le. infantum adhesion to the Lu. longipalpis midguts. The most effective compound (Phen) inhibited the binding in both vectors. Similar results were observed in the interaction between both Leishmania species and the cell line LL-5. Finally, parallel experiments using anti-gp63-treated parasites and PG-incubated midguts demonstrated that both approaches substantially inhibited attachment in the natural parasite-vector pairs Le. infantum/Lu. longipalpis and Le. braziliensis/Lu. intermedia. Our results suggest that gp63 and/or PG are involved in parasite attachment to the midgut of these important vectors. Copyright © 2017 Elsevier GmbH. All rights reserved.
A GPU-accelerated implicit meshless method for compressible flows
NASA Astrophysics Data System (ADS)
Zhang, Jia-Le; Ma, Zhi-Hua; Chen, Hong-Quan; Cao, Cheng
2018-05-01
This paper develops a recently proposed GPU based two-dimensional explicit meshless method (Ma et al., 2014) by devising and implementing an efficient parallel LU-SGS implicit algorithm to further improve the computational efficiency. The capability of the original 2D meshless code is extended to deal with 3D complex compressible flow problems. To resolve the inherent data dependency of the standard LU-SGS method, which causes thread-racing conditions destabilizing numerical computation, a generic rainbow coloring method is presented and applied to organize the computational points into different groups by painting neighboring points with different colors. The original LU-SGS method is modified and parallelized accordingly to perform calculations in a color-by-color manner. The CUDA Fortran programming model is employed to develop the key kernel functions to apply boundary conditions, calculate time steps, evaluate residuals as well as advance and update the solution in the temporal space. A series of two- and three-dimensional test cases including compressible flows over single- and multi-element airfoils and a M6 wing are carried out to verify the developed code. The obtained solutions agree well with experimental data and other computational results reported in the literature. Detailed analysis on the performance of the developed code reveals that the developed CPU based implicit meshless method is at least four to eight times faster than its explicit counterpart. The computational efficiency of the implicit method could be further improved by ten to fifteen times on the GPU.
NASA Technical Reports Server (NTRS)
Chew, W. C.; Song, J. M.; Lu, C. C.; Weedon, W. H.
1995-01-01
In the first phase of our work, we have concentrated on laying the foundation to develop fast algorithms, including the use of recursive structure like the recursive aggregate interaction matrix algorithm (RAIMA), the nested equivalence principle algorithm (NEPAL), the ray-propagation fast multipole algorithm (RPFMA), and the multi-level fast multipole algorithm (MLFMA). We have also investigated the use of curvilinear patches to build a basic method of moments code where these acceleration techniques can be used later. In the second phase, which is mainly reported on here, we have concentrated on implementing three-dimensional NEPAL on a massively parallel machine, the Connection Machine CM-5, and have been able to obtain some 3D scattering results. In order to understand the parallelization of codes on the Connection Machine, we have also studied the parallelization of 3D finite-difference time-domain (FDTD) code with PML material absorbing boundary condition (ABC). We found that simple algorithms like the FDTD with material ABC can be parallelized very well allowing us to solve within a minute a problem of over a million nodes. In addition, we have studied the use of the fast multipole method and the ray-propagation fast multipole algorithm to expedite matrix-vector multiplication in a conjugate-gradient solution to integral equations of scattering. We find that these methods are faster than LU decomposition for one incident angle, but are slower than LU decomposition when many incident angles are needed as in the monostatic RCS calculations.
NASA Technical Reports Server (NTRS)
Sun, Xian-He; Moitra, Stuti
1996-01-01
Various tridiagonal solvers have been proposed in recent years for different parallel platforms. In this paper, the performance of three tridiagonal solvers, namely, the parallel partition LU algorithm, the parallel diagonal dominant algorithm, and the reduced diagonal dominant algorithm, is studied. These algorithms are designed for distributed-memory machines and are tested on an Intel Paragon and an IBM SP2 machines. Measured results are reported in terms of execution time and speedup. Analytical study are conducted for different communication topologies and for different tridiagonal systems. The measured results match the analytical results closely. In addition to address implementation issues, performance considerations such as problem sizes and models of speedup are also discussed.
Optimal parallel solution of sparse triangular systems
NASA Technical Reports Server (NTRS)
Alvarado, Fernando L.; Schreiber, Robert
1990-01-01
A method for the parallel solution of triangular sets of equations is described that is appropriate when there are many right-handed sides. By preprocessing, the method can reduce the number of parallel steps required to solve Lx = b compared to parallel forward or backsolve. Applications are to iterative solvers with triangular preconditioners, to structural analysis, or to power systems applications, where there may be many right-handed sides (not all available a priori). The inverse of L is represented as a product of sparse triangular factors. The problem is to find a factored representation of this inverse of L with the smallest number of factors (or partitions), subject to the requirement that no new nonzero elements be created in the formation of these inverse factors. A method from an earlier reference is shown to solve this problem. This method is improved upon by constructing a permutation of the rows and columns of L that preserves triangularity and allow for the best possible such partition. A number of practical examples and algorithmic details are presented. The parallelism attainable is illustrated by means of elimination trees and clique trees.
NASA Astrophysics Data System (ADS)
Fiandrotti, Attilio; Fosson, Sophie M.; Ravazzi, Chiara; Magli, Enrico
2018-04-01
Compressive sensing promises to enable bandwidth-efficient on-board compression of astronomical data by lifting the encoding complexity from the source to the receiver. The signal is recovered off-line, exploiting GPUs parallel computation capabilities to speedup the reconstruction process. However, inherent GPU hardware constraints limit the size of the recoverable signal and the speedup practically achievable. In this work, we design parallel algorithms that exploit the properties of circulant matrices for efficient GPU-accelerated sparse signals recovery. Our approach reduces the memory requirements, allowing us to recover very large signals with limited memory. In addition, it achieves a tenfold signal recovery speedup thanks to ad-hoc parallelization of matrix-vector multiplications and matrix inversions. Finally, we practically demonstrate our algorithms in a typical application of circulant matrices: deblurring a sparse astronomical image in the compressed domain.
Chao, Shiou-Huei; Huang, Hui-Yu; Chang, Chuan-Hsiung; Yang, Chih-Hsien; Cheng, Wei-Shen; Kang, Ya-Huei; Watanabe, Koichi; Tsai, Ying-Chieh
2013-01-01
In Taiwanese alternative medicine Lu-doh-huang (also called Pracparatum mungo), mung beans are mixed with various herbal medicines and undergo a 4-stage process of anaerobic fermentation. Here we used high-throughput sequencing of the 16S rRNA gene to profile the bacterial community structure of Lu-doh-huang samples. Pyrosequencing of samples obtained at 7 points during fermentation revealed 9 phyla, 264 genera, and 586 species of bacteria. While mung beans were inside bamboo sections (stages 1 and 2 of the fermentation process), family Lactobacillaceae and genus Lactobacillus emerged in highest abundance; Lactobacillus plantarum was broadly distributed among these samples. During stage 3, the bacterial distribution shifted to family Porphyromonadaceae, and Butyricimonas virosa became the predominant microbial component. Thereafter, bacterial counts decreased dramatically, and organisms were too few to be detected during stage 4. In addition, the microbial compositions of the liquids used for soaking bamboo sections were dramatically different: Exiguobacterium mexicanum predominated in the fermented soybean solution whereas B. virosa was predominant in running spring water. Furthermore, our results from pyrosequencing paralleled those we obtained by using the traditional culture method, which targets lactic acid bacteria. In conclusion, the microbial communities during Lu-doh-huang fermentation were markedly diverse, and pyrosequencing revealed a complete picture of the microbial consortium. PMID:23700436
Analog system for computing sparse codes
Rozell, Christopher John; Johnson, Don Herrick; Baraniuk, Richard Gordon; Olshausen, Bruno A.; Ortman, Robert Lowell
2010-08-24
A parallel dynamical system for computing sparse representations of data, i.e., where the data can be fully represented in terms of a small number of non-zero code elements, and for reconstructing compressively sensed images. The system is based on the principles of thresholding and local competition that solves a family of sparse approximation problems corresponding to various sparsity metrics. The system utilizes Locally Competitive Algorithms (LCAs), nodes in a population continually compete with neighboring units using (usually one-way) lateral inhibition to calculate coefficients representing an input in an over complete dictionary.
Benzi, Michele; Evans, Thomas M.; Hamilton, Steven P.; ...
2017-03-05
Here, we consider hybrid deterministic-stochastic iterative algorithms for the solution of large, sparse linear systems. Starting from a convergent splitting of the coefficient matrix, we analyze various types of Monte Carlo acceleration schemes applied to the original preconditioned Richardson (stationary) iteration. We expect that these methods will have considerable potential for resiliency to faults when implemented on massively parallel machines. We also establish sufficient conditions for the convergence of the hybrid schemes, and we investigate different types of preconditioners including sparse approximate inverses. Numerical experiments on linear systems arising from the discretization of partial differential equations are presented.
NASA Astrophysics Data System (ADS)
Zhang, Jilin; Sha, Chaoqun; Wu, Yusen; Wan, Jian; Zhou, Li; Ren, Yongjian; Si, Huayou; Yin, Yuyu; Jing, Ya
2017-02-01
GPU not only is used in the field of graphic technology but also has been widely used in areas needing a large number of numerical calculations. In the energy industry, because of low carbon, high energy density, high duration and other characteristics, the development of nuclear energy cannot easily be replaced by other energy sources. Management of core fuel is one of the major areas of concern in a nuclear power plant, and it is directly related to the economic benefits and cost of nuclear power. The large-scale reactor core expansion equation is large and complicated, so the calculation of the diffusion equation is crucial in the core fuel management process. In this paper, we use CUDA programming technology on a GPU cluster to run the LU-SGS parallel iterative calculation against the background of the diffusion equation of the reactor. We divide one-dimensional and two-dimensional mesh into a plurality of domains, with each domain evenly distributed on the GPU blocks. A parallel collision scheme is put forward that defines the virtual boundary of the grid exchange information and data transmission by non-stop collision. Compared with the serial program, the experiment shows that GPU greatly improves the efficiency of program execution and verifies that GPU is playing a much more important role in the field of numerical calculations.
A study of the parallel algorithm for large-scale DC simulation of nonlinear systems
NASA Astrophysics Data System (ADS)
Cortés Udave, Diego Ernesto; Ogrodzki, Jan; Gutiérrez de Anda, Miguel Angel
Newton-Raphson DC analysis of large-scale nonlinear circuits may be an extremely time consuming process even if sparse matrix techniques and bypassing of nonlinear models calculation are used. A slight decrease in the time required for this task may be enabled on multi-core, multithread computers if the calculation of the mathematical models for the nonlinear elements as well as the stamp management of the sparse matrix entries are managed through concurrent processes. This numerical complexity can be further reduced via the circuit decomposition and parallel solution of blocks taking as a departure point the BBD matrix structure. This block-parallel approach may give a considerable profit though it is strongly dependent on the system topology and, of course, on the processor type. This contribution presents the easy-parallelizable decomposition-based algorithm for DC simulation and provides a detailed study of its effectiveness.
Exploiting Multiple Levels of Parallelism in Sparse Matrix-Matrix Multiplication
Azad, Ariful; Ballard, Grey; Buluc, Aydin; ...
2016-11-08
Sparse matrix-matrix multiplication (or SpGEMM) is a key primitive for many high-performance graph algorithms as well as for some linear solvers, such as algebraic multigrid. The scaling of existing parallel implementations of SpGEMM is heavily bound by communication. Even though 3D (or 2.5D) algorithms have been proposed and theoretically analyzed in the flat MPI model on Erdös-Rényi matrices, those algorithms had not been implemented in practice and their complexities had not been analyzed for the general case. In this work, we present the first implementation of the 3D SpGEMM formulation that exploits multiple (intranode and internode) levels of parallelism, achievingmore » significant speedups over the state-of-the-art publicly available codes at all levels of concurrencies. We extensively evaluate our implementation and identify bottlenecks that should be subject to further research.« less
Performance Characteristics of the Multi-Zone NAS Parallel Benchmarks
NASA Technical Reports Server (NTRS)
Jin, Haoqiang; VanderWijngaart, Rob F.
2003-01-01
We describe a new suite of computational benchmarks that models applications featuring multiple levels of parallelism. Such parallelism is often available in realistic flow computations on systems of grids, but had not previously been captured in bench-marks. The new suite, named NPB Multi-Zone, is extended from the NAS Parallel Benchmarks suite, and involves solving the application benchmarks LU, BT and SP on collections of loosely coupled discretization meshes. The solutions on the meshes are updated independently, but after each time step they exchange boundary value information. This strategy provides relatively easily exploitable coarse-grain parallelism between meshes. Three reference implementations are available: one serial, one hybrid using the Message Passing Interface (MPI) and OpenMP, and another hybrid using a shared memory multi-level programming model (SMP+OpenMP). We examine the effectiveness of hybrid parallelization paradigms in these implementations on three different parallel computers. We also use an empirical formula to investigate the performance characteristics of the multi-zone benchmarks.
Parallel Lattice Basis Reduction Using a Multi-threaded Schnorr-Euchner LLL Algorithm
NASA Astrophysics Data System (ADS)
Backes, Werner; Wetzel, Susanne
In this paper, we introduce a new parallel variant of the LLL lattice basis reduction algorithm. Our new, multi-threaded algorithm is the first to provide an efficient, parallel implementation of the Schorr-Euchner algorithm for today’s multi-processor, multi-core computer architectures. Experiments with sparse and dense lattice bases show a speed-up factor of about 1.8 for the 2-thread and about factor 3.2 for the 4-thread version of our new parallel lattice basis reduction algorithm in comparison to the traditional non-parallel algorithm.
Interactive grid generation for turbomachinery flow field simulations
NASA Technical Reports Server (NTRS)
Choo, Yung K.; Eiseman, Peter R.; Reno, Charles
1988-01-01
The control point form of algebraic grid generation presented provides the means that are needed to generate well structured grids for turbomachinery flow simulations. It uses a sparse collection of control points distributed over the flow domain. The shape and position of coordinate curves can be adjusted from these control points while the grid conforms precisely to all boundaries. An interactive program called TURBO, which uses the control point form, is being developed. Basic features of the code are discussed and sample grids are presented. A finite volume LU implicit scheme is used to simulate flow in a turbine cascade on the grid generated by the program.
Interactive grid generation for turbomachinery flow field simulations
NASA Technical Reports Server (NTRS)
Choo, Yung K.; Reno, Charles; Eiseman, Peter R.
1988-01-01
The control point form of algebraic grid generation presented provides the means that are needed to generate well structured grids of turbomachinery flow simulations. It uses a sparse collection of control points distributed over the flow domain. The shape and position of coordinate curves can be adjusted from these control points while the grid conforms precisely to all boundaries. An interactive program called TURBO, which uses the control point form, is being developed. Basic features of the code are discussed and sample grids are presented. A finite volume LU implicit scheme is used to simulate flow in a turbine cascade on the grid generated by the program.
Implicit solvers for unstructured meshes
NASA Technical Reports Server (NTRS)
Venkatakrishnan, V.; Mavriplis, Dimitri J.
1991-01-01
Implicit methods for unstructured mesh computations are developed and tested. The approximate system which arises from the Newton-linearization of the nonlinear evolution operator is solved by using the preconditioned generalized minimum residual technique. These different preconditioners are investigated: the incomplete LU factorization (ILU), block diagonal factorization, and the symmetric successive over-relaxation (SSOR). The preconditioners have been optimized to have good vectorization properties. The various methods are compared over a wide range of problems. Ordering of the unknowns, which affects the convergence of these sparse matrix iterative methods, is also investigated. Results are presented for inviscid and turbulent viscous calculations on single and multielement airfoil configurations using globally and adaptively generated meshes.
Multi-threaded Sparse Matrix Sparse Matrix Multiplication for Many-Core and GPU Architectures.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Deveci, Mehmet; Trott, Christian Robert; Rajamanickam, Sivasankaran
Sparse Matrix-Matrix multiplication is a key kernel that has applications in several domains such as scientific computing and graph analysis. Several algorithms have been studied in the past for this foundational kernel. In this paper, we develop parallel algorithms for sparse matrix- matrix multiplication with a focus on performance portability across different high performance computing architectures. The performance of these algorithms depend on the data structures used in them. We compare different types of accumulators in these algorithms and demonstrate the performance difference between these data structures. Furthermore, we develop a meta-algorithm, kkSpGEMM, to choose the right algorithm and datamore » structure based on the characteristics of the problem. We show performance comparisons on three architectures and demonstrate the need for the community to develop two phase sparse matrix-matrix multiplication implementations for efficient reuse of the data structures involved.« less
Tall, M L; Diouf, E; Filali, S; Sauvinet, V; Laleye, D; Dhelens, C; Salmon, D; Gabert, L; Nugue, G; Sandre-Balester, C; Berger, F; Pirot, F; Pivot, C
2015-09-01
The L-Valine labeled (L-[U-(13)C,(15)N] Val) is a stable isotopic tracer administered by parenteral route within the framework of a new clinical research program concerning the brain tumor metabolism. To meet regulatory requirements and have ready to use solution with an expiration date, a pharmaceutical control of active pharmaceutical ingredient followed by stability study of hospital preparation were realised. After the pharmaceutical control of the L-[U-(13)C,(15)N] Val, the hospital preparation was prepared according to the good manufacturing preparation. Prepared bottles were stored at 5°C±3°C and 25°C±2°C for six months. The stability of the preparation was determined by physico-chemical controls (pH, osmolality, sub-visible particles, L-[U-(13)C,(15)N] Val concentration, sodium concentration, isotopic enrichment) and microbiological (bacterial endotoxin and sterility). Concentrations of L-[U-(13)C, (15)N] Val and sodium does not significantly decrease during the stability study. In parallel, no change in pH and osmolality were highlighted. Isotopic enrichment higher than 99.9% reflected the stability of labeling of L-valine molecule. The sub-visible particles, the bacterial endotoxin and sterility were in accordance with the European Pharmacopoeia attesting limpidity, apyrogenicity and sterility of this injectable preparation. The stability of this hospital preparation of L-[U-(13)C, (15)N] Val has been demonstrated for six months at 5°C±3°C and 25°C±2°C, ensuring a parenteral administration as part of the clinical trial. Copyright © 2015 Elsevier Masson SAS. All rights reserved.
LSRN: A PARALLEL ITERATIVE SOLVER FOR STRONGLY OVER- OR UNDERDETERMINED SYSTEMS*
Meng, Xiangrui; Saunders, Michael A.; Mahoney, Michael W.
2014-01-01
We describe a parallel iterative least squares solver named LSRN that is based on random normal projection. LSRN computes the min-length solution to minx∈ℝn ‖Ax − b‖2, where A ∈ ℝm × n with m ≫ n or m ≪ n, and where A may be rank-deficient. Tikhonov regularization may also be included. Since A is involved only in matrix-matrix and matrix-vector multiplications, it can be a dense or sparse matrix or a linear operator, and LSRN automatically speeds up when A is sparse or a fast linear operator. The preconditioning phase consists of a random normal projection, which is embarrassingly parallel, and a singular value decomposition of size ⌈γ min(m, n)⌉ × min(m, n), where γ is moderately larger than 1, e.g., γ = 2. We prove that the preconditioned system is well-conditioned, with a strong concentration result on the extreme singular values, and hence that the number of iterations is fully predictable when we apply LSQR or the Chebyshev semi-iterative method. As we demonstrate, the Chebyshev method is particularly efficient for solving large problems on clusters with high communication cost. Numerical results show that on a shared-memory machine, LSRN is very competitive with LAPACK’s DGELSD and a fast randomized least squares solver called Blendenpik on large dense problems, and it outperforms the least squares solver from SuiteSparseQR on sparse problems without sparsity patterns that can be exploited to reduce fill-in. Further experiments show that LSRN scales well on an Amazon Elastic Compute Cloud cluster. PMID:25419094
An M-step preconditioned conjugate gradient method for parallel computation
NASA Technical Reports Server (NTRS)
Adams, L.
1983-01-01
This paper describes a preconditioned conjugate gradient method that can be effectively implemented on both vector machines and parallel arrays to solve sparse symmetric and positive definite systems of linear equations. The implementation on the CYBER 203/205 and on the Finite Element Machine is discussed and results obtained using the method on these machines are given.
Sparse Gaussian elimination with controlled fill-in on a shared memory multiprocessor
NASA Technical Reports Server (NTRS)
Alaghband, Gita; Jordan, Harry F.
1989-01-01
It is shown that in sparse matrices arising from electronic circuits, it is possible to do computations on many diagonal elements simultaneously. A technique for obtaining an ordered compatible set directly from the ordered incompatible table is given. The ordering is based on the Markowitz number of the pivot candidates. This technique generates a set of compatible pivots with the property of generating few fills. A novel heuristic algorithm is presented that combines the idea of an order-compatible set with a limited binary tree search to generate several sets of compatible pivots in linear time. An elimination set for reducing the matrix is generated and selected on the basis of a minimum Markowitz sum number. The parallel pivoting technique presented is a stepwise algorithm and can be applied to any submatrix of the original matrix. Thus, it is not a preordering of the sparse matrix and is applied dynamically as the decomposition proceeds. Parameters are suggested to obtain a balance between parallelism and fill-ins. Results of applying the proposed algorithms on several large application matrices using the HEP multiprocessor (Kowalik, 1985) are presented and analyzed.
Visual Tracking Based on Extreme Learning Machine and Sparse Representation
Wang, Baoxian; Tang, Linbo; Yang, Jinglin; Zhao, Baojun; Wang, Shuigen
2015-01-01
The existing sparse representation-based visual trackers mostly suffer from both being time consuming and having poor robustness problems. To address these issues, a novel tracking method is presented via combining sparse representation and an emerging learning technique, namely extreme learning machine (ELM). Specifically, visual tracking can be divided into two consecutive processes. Firstly, ELM is utilized to find the optimal separate hyperplane between the target observations and background ones. Thus, the trained ELM classification function is able to remove most of the candidate samples related to background contents efficiently, thereby reducing the total computational cost of the following sparse representation. Secondly, to further combine ELM and sparse representation, the resultant confidence values (i.e., probabilities to be a target) of samples on the ELM classification function are used to construct a new manifold learning constraint term of the sparse representation framework, which tends to achieve robuster results. Moreover, the accelerated proximal gradient method is used for deriving the optimal solution (in matrix form) of the constrained sparse tracking model. Additionally, the matrix form solution allows the candidate samples to be calculated in parallel, thereby leading to a higher efficiency. Experiments demonstrate the effectiveness of the proposed tracker. PMID:26506359
An efficient implementation of a high-order filter for a cubed-sphere spectral element model
NASA Astrophysics Data System (ADS)
Kang, Hyun-Gyu; Cheong, Hyeong-Bin
2017-03-01
A parallel-scalable, isotropic, scale-selective spatial filter was developed for the cubed-sphere spectral element model on the sphere. The filter equation is a high-order elliptic (Helmholtz) equation based on the spherical Laplacian operator, which is transformed into cubed-sphere local coordinates. The Laplacian operator is discretized on the computational domain, i.e., on each cell, by the spectral element method with Gauss-Lobatto Lagrange interpolating polynomials (GLLIPs) as the orthogonal basis functions. On the global domain, the discrete filter equation yielded a linear system represented by a highly sparse matrix. The density of this matrix increases quadratically (linearly) with the order of GLLIP (order of the filter), and the linear system is solved in only O (Ng) operations, where Ng is the total number of grid points. The solution, obtained by a row reduction method, demonstrated the typical accuracy and convergence rate of the cubed-sphere spectral element method. To achieve computational efficiency on parallel computers, the linear system was treated by an inverse matrix method (a sparse matrix-vector multiplication). The density of the inverse matrix was lowered to only a few times of the original sparse matrix without degrading the accuracy of the solution. For better computational efficiency, a local-domain high-order filter was introduced: The filter equation is applied to multiple cells, and then the central cell was only used to reconstruct the filtered field. The parallel efficiency of applying the inverse matrix method to the global- and local-domain filter was evaluated by the scalability on a distributed-memory parallel computer. The scale-selective performance of the filter was demonstrated on Earth topography. The usefulness of the filter as a hyper-viscosity for the vorticity equation was also demonstrated.
Stenman, Lotta K; Lehtinen, Markus J; Meland, Nils; Christensen, Jeffrey E; Yeung, Nicolas; Saarinen, Markku T; Courtney, Michael; Burcelin, Rémy; Lähdeaho, Marja-Leena; Linros, Jüri; Apter, Dan; Scheinin, Mika; Kloster Smerud, Hilde; Rissanen, Aila; Lahtinen, Sampo
2016-11-01
The gut microbiota is interlinked with obesity, but direct evidence of effects of its modulation on body fat mass is still scarce. We investigated the possible effects of Bifidobacterium animalisssp. lactis 420 (B420) and the dietary fiber Litesse® Ultra polydextrose (LU) on body fat mass and other obesity-related parameters. 225 healthy volunteers (healthy, BMI 28-34.9) were randomized into four groups (1:1:1:1), using a computer-generated sequence, for 6months of double-blind, parallel treatment: 1) Placebo, microcrystalline cellulose, 12g/d; 2) LU, 12g/d; 3) B420, 10 10 CFU/d in microcrystalline cellulose, 12g/d; 4) LU+B420, 12g+10 10 CFU/d. Body composition was monitored with dual-energy X-ray absorptiometry, and the primary outcome was relative change in body fat mass, comparing treatment groups to Placebo. Other outcomes included anthropometric measurements, food intake and blood and fecal biomarkers. The study was registered in Clinicaltrials.gov (NCT01978691). There were marked differences in the results of the Intention-To-Treat (ITT; n=209) and Per Protocol (PP; n=134) study populations. The PP analysis included only those participants who completed the intervention with >80% product compliance and no antibiotic use. In addition, three participants were excluded from DXA analyses for PP due to a long delay between the end of intervention and the last DXA measurement. There were no significant differences between groups in body fat mass in the ITT population. However, LU+B420 and B420 seemed to improve weight management in the PP population. For relative change in body fat mass, LU+B420 showed a-4.5% (-1.4kg, P=0.02, N=37) difference to the Placebo group, whereas LU (+0.3%, P=1.00, N=35) and B420 (-3.0%, P=0.28, N=24) alone had no effect (overall ANOVA P=0.095, Placebo N=35). A post-hoc factorial analysis was significant for B420 (-4.0%, P=0.002 vs. Placebo). Changes in fat mass were most pronounced in the abdominal region, and were reflected by similar changes in waist circumference. B420 and LU+B420 also significantly reduced energy intake compared to Placebo. Changes in blood zonulin levels and hsCRP were associated with corresponding changes in trunk fat mass in the LU+B420 group and in the overall population. There were no differences between groups in the incidence of adverse events. This clinical trial demonstrates that a probiotic product with or without dietary fiber controls body fat mass. B420 and LU+B420 also reduced waist circumference and food intake, whereas LU alone had no effect on the measured outcomes. Copyright © 2016 The Authors. Published by Elsevier B.V. All rights reserved.
Parallel iterative methods for sparse linear and nonlinear equations
NASA Technical Reports Server (NTRS)
Saad, Youcef
1989-01-01
As three-dimensional models are gaining importance, iterative methods will become almost mandatory. Among these, preconditioned Krylov subspace methods have been viewed as the most efficient and reliable, when solving linear as well as nonlinear systems of equations. There has been several different approaches taken to adapt iterative methods for supercomputers. Some of these approaches are discussed and the methods that deal more specifically with general unstructured sparse matrices, such as those arising from finite element methods, are emphasized.
Communication Optimal Parallel Multiplication of Sparse Random Matrices
2013-02-21
Definition 2.1), and (2) the algorithm is sparsity- independent, where the computation is statically partitioned to processors independent of the sparsity...struc- ture of the input matrices (see Definition 2.5). The second assumption applies to nearly all existing al- gorithms for general sparse matrix-matrix...where A and B are n× n ER(d) matrices: Definition 2.1 An ER(d) matrix is an adjacency matrix of an Erdős-Rényi graph with parameters n and d/n. That
Notes on implementation of sparsely distributed memory
NASA Technical Reports Server (NTRS)
Keeler, J. D.; Denning, P. J.
1986-01-01
The Sparsely Distributed Memory (SDM) developed by Kanerva is an unconventional memory design with very interesting and desirable properties. The memory works in a manner that is closely related to modern theories of human memory. The SDM model is discussed in terms of its implementation in hardware. Two appendices discuss the unconventional approaches of the SDM: Appendix A treats a resistive circuit for fast, parallel address decoding; and Appendix B treats a systolic array for high throughput read and write operations.
Kanerva's sparse distributed memory with multiple hamming thresholds
NASA Technical Reports Server (NTRS)
Pohja, Seppo; Kaski, Kimmo
1992-01-01
If the stored input patterns of Kanerva's Sparse Distributed Memory (SDM) are highly correlated, utilization of the storage capacity is very low compared to the case of uniformly distributed random input patterns. We consider a variation of SDM that has a better storage capacity utilization for correlated input patterns. This approach uses a separate selection threshold for each physical storage address or hard location. The selection of the hard locations for reading or writing can be done in parallel of which SDM implementations can benefit.
NASA Technical Reports Server (NTRS)
Oliker, Leonid; Heber, Gerd; Biswas, Rupak
2000-01-01
The Conjugate Gradient (CG) algorithm is perhaps the best-known iterative technique to solve sparse linear systems that are symmetric and positive definite. A sparse matrix-vector multiply (SPMV) usually accounts for most of the floating-point operations within a CG iteration. In this paper, we investigate the effects of various ordering and partitioning strategies on the performance of parallel CG and SPMV using different programming paradigms and architectures. Results show that for this class of applications, ordering significantly improves overall performance, that cache reuse may be more important than reducing communication, and that it is possible to achieve message passing performance using shared memory constructs through careful data ordering and distribution. However, a multi-threaded implementation of CG on the Tera MTA does not require special ordering or partitioning to obtain high efficiency and scalability.
Improved parallel data partitioning by nested dissection with applications to information retrieval.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Wolf, Michael M.; Chevalier, Cedric; Boman, Erik Gunnar
The computational work in many information retrieval and analysis algorithms is based on sparse linear algebra. Sparse matrix-vector multiplication is a common kernel in many of these computations. Thus, an important related combinatorial problem in parallel computing is how to distribute the matrix and the vectors among processors so as to minimize the communication cost. We focus on minimizing the total communication volume while keeping the computation balanced across processes. In [1], the first two authors presented a new 2D partitioning method, the nested dissection partitioning algorithm. In this paper, we improve on that algorithm and show that it ismore » a good option for data partitioning in information retrieval. We also show partitioning time can be substantially reduced by using the SCOTCH software, and quality improves in some cases, too.« less
Sparse Partial Equilibrium Tables in Chemically Resolved Reactive Flow
DOE Office of Scientific and Technical Information (OSTI.GOV)
Vitello, P; Fried, L E; Pudliner, B
2003-07-14
The detonation of an energetic material is the result of a complex interaction between kinetic chemical reactions and hydrodynamics. Unfortunately, little is known concerning the detailed chemical kinetics of detonations in energetic materials. CHEETAH uses rate laws to treat species with the slowest chemical reactions, while assuming other chemical species are in equilibrium. CHEETAH supports a wide range of elements and condensed detonation products and can also be applied to gas detonations. A sparse hash table of equation of state values, called the ''cache'' is used in CHEETAH to enhance the efficiency of kinetic reaction calculations. For large-scale parallel hydrodynamicmore » calculations, CHEETAH uses MPI communication to updates to the cache. We present here details of the sparse caching model used in the CHEETAH. To demonstrate the efficiency of modeling using a sparse cache model we consider detonations in energetic materials.« less
Multi-threaded Sparse Matrix-Matrix Multiplication for Many-Core and GPU Architectures.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Deveci, Mehmet; Rajamanickam, Sivasankaran; Trott, Christian Robert
Sparse Matrix-Matrix multiplication is a key kernel that has applications in several domains such as scienti c computing and graph analysis. Several algorithms have been studied in the past for this foundational kernel. In this paper, we develop parallel algorithms for sparse matrix-matrix multiplication with a focus on performance portability across different high performance computing architectures. The performance of these algorithms depend on the data structures used in them. We compare different types of accumulators in these algorithms and demonstrate the performance difference between these data structures. Furthermore, we develop a meta-algorithm, kkSpGEMM, to choose the right algorithm and datamore » structure based on the characteristics of the problem. We show performance comparisons on three architectures and demonstrate the need for the community to develop two phase sparse matrix-matrix multiplication implementations for efficient reuse of the data structures involved.« less
Implicit solvers for unstructured meshes
NASA Technical Reports Server (NTRS)
Venkatakrishnan, V.; Mavriplis, Dimitri J.
1991-01-01
Implicit methods were developed and tested for unstructured mesh computations. The approximate system which arises from the Newton linearization of the nonlinear evolution operator is solved by using the preconditioned GMRES (Generalized Minimum Residual) technique. Three different preconditioners were studied, namely, the incomplete LU factorization (ILU), block diagonal factorization, and the symmetric successive over relaxation (SSOR). The preconditioners were optimized to have good vectorization properties. SSOR and ILU were also studied as iterative schemes. The various methods are compared over a wide range of problems. Ordering of the unknowns, which affects the convergence of these sparse matrix iterative methods, is also studied. Results are presented for inviscid and turbulent viscous calculations on single and multielement airfoil configurations using globally and adaptively generated meshes.
NASA Technical Reports Server (NTRS)
Dongarra, Jack (Editor); Messina, Paul (Editor); Sorensen, Danny C. (Editor); Voigt, Robert G. (Editor)
1990-01-01
Attention is given to such topics as an evaluation of block algorithm variants in LAPACK and presents a large-grain parallel sparse system solver, a multiprocessor method for the solution of the generalized Eigenvalue problem on an interval, and a parallel QR algorithm for iterative subspace methods on the CM2. A discussion of numerical methods includes the topics of asynchronous numerical solutions of PDEs on parallel computers, parallel homotopy curve tracking on a hypercube, and solving Navier-Stokes equations on the Cedar Multi-Cluster system. A section on differential equations includes a discussion of a six-color procedure for the parallel solution of elliptic systems using the finite quadtree structure, data parallel algorithms for the finite element method, and domain decomposition methods in aerodynamics. Topics dealing with massively parallel computing include hypercube vs. 2-dimensional meshes and massively parallel computation of conservation laws. Performance and tools are also discussed.
Communications oriented programming of parallel iterative solutions of sparse linear systems
NASA Technical Reports Server (NTRS)
Patrick, M. L.; Pratt, T. W.
1986-01-01
Parallel algorithms are developed for a class of scientific computational problems by partitioning the problems into smaller problems which may be solved concurrently. The effectiveness of the resulting parallel solutions is determined by the amount and frequency of communication and synchronization and the extent to which communication can be overlapped with computation. Three different parallel algorithms for solving the same class of problems are presented, and their effectiveness is analyzed from this point of view. The algorithms are programmed using a new programming environment. Run-time statistics and experience obtained from the execution of these programs assist in measuring the effectiveness of these algorithms.
Bit error rate tester using fast parallel generation of linear recurring sequences
Pierson, Lyndon G.; Witzke, Edward L.; Maestas, Joseph H.
2003-05-06
A fast method for generating linear recurring sequences by parallel linear recurring sequence generators (LRSGs) with a feedback circuit optimized to balance minimum propagation delay against maximal sequence period. Parallel generation of linear recurring sequences requires decimating the sequence (creating small contiguous sections of the sequence in each LRSG). A companion matrix form is selected depending on whether the LFSR is right-shifting or left-shifting. The companion matrix is completed by selecting a primitive irreducible polynomial with 1's most closely grouped in a corner of the companion matrix. A decimation matrix is created by raising the companion matrix to the (n*k).sup.th power, where k is the number of parallel LRSGs and n is the number of bits to be generated at a time by each LRSG. Companion matrices with 1's closely grouped in a corner will yield sparse decimation matrices. A feedback circuit comprised of XOR logic gates implements the decimation matrix in hardware. Sparse decimation matrices can be implemented with minimum number of XOR gates, and therefore a minimum propagation delay through the feedback circuit. The LRSG of the invention is particularly well suited to use as a bit error rate tester on high speed communication lines because it permits the receiver to synchronize to the transmitted pattern within 2n bits.
Efficient upconversion-pumped continuous wave Er3+:LiLuF4 lasers
NASA Astrophysics Data System (ADS)
Moglia, Francesca; Müller, Sebastian; Reichert, Fabian; Metz, Philip W.; Calmano, Thomas; Kränkel, Christian; Heumann, Ernst; Huber, Günter
2015-04-01
We report on detailed spectroscopic investigations and efficient visible upconversion laser operation of Er3+:LiLuF4. This material allows for efficient resonant excited-state-absorption (ESA) pumping at 974 nm. Under spectroscopic conditions without external feedback, ESA at the laser wavelength of 552 nm prevails stimulated emission. Under lasing conditions in a resonant cavity, the high intracavity photon density bleaches the ESA at 552 nm, allowing for efficient cw laser operation. We obtained the highest output power of any room-temperature crystalline upconversion laser. The laser achieves a cw output power of 774 mW at a slope efficiency of 19% with respect to the incident pump power delivered by an optically-pumped semiconductor laser. The absorption efficiency of the pump radiation is estimated to be below 50%. To exploit the high confinement in waveguides for this laser, we employed femtosecond-laser pulses to inscribe a cladding of parallel tracks of modified material into Er3+:LiLuF4 crystals. The core material allows for low-loss waveguiding at pump and laser wavelengths. Under Ti:sapphire pumping at 974 nm, the first crystalline upconversion waveguide laser has been realized. We obtained waveguide-laser operation with up to 10 mW of output power at 553 nm.
NASA Astrophysics Data System (ADS)
Marx, Alain; Lütjens, Hinrich
2017-03-01
A hybrid MPI/OpenMP parallel version of the XTOR-2F code [Lütjens and Luciani, J. Comput. Phys. 229 (2010) 8130] solving the two-fluid MHD equations in full tokamak geometry by means of an iterative Newton-Krylov matrix-free method has been developed. The present work shows that the code has been parallelized significantly despite the numerical profile of the problem solved by XTOR-2F, i.e. a discretization with pseudo-spectral representations in all angular directions, the stiffness of the two-fluid stability problem in tokamaks, and the use of a direct LU decomposition to invert the physical pre-conditioner at every Krylov iteration of the solver. The execution time of the parallelized version is an order of magnitude smaller than the sequential one for low resolution cases, with an increasing speedup when the discretization mesh is refined. Moreover, it allows to perform simulations with higher resolutions, previously forbidden because of memory limitations.
Statistical Analysis of NAS Parallel Benchmarks and LINPACK Results
NASA Technical Reports Server (NTRS)
Meuer, Hans-Werner; Simon, Horst D.; Strohmeier, Erich; Lasinski, T. A. (Technical Monitor)
1994-01-01
In the last three years extensive performance data have been reported for parallel machines both based on the NAS Parallel Benchmarks, and on LINPACK. In this study we have used the reported benchmark results and performed a number of statistical experiments using factor, cluster, and regression analyses. In addition to the performance results of LINPACK and the eight NAS parallel benchmarks, we have also included peak performance of the machine, and the LINPACK n and n(sub 1/2) values. Some of the results and observations can be summarized as follows: 1) All benchmarks are strongly correlated with peak performance. 2) LINPACK and EP have each a unique signature. 3) The remaining NPB can grouped into three groups as follows: (CG and IS), (LU and SP), and (MG, FT, and BT). Hence three (or four with EP) benchmarks are sufficient to characterize the overall NPB performance. Our poster presentation will follow a standard poster format, and will present the data of our statistical analysis in detail.
Parallelized implicit propagators for the finite-difference Schrödinger equation
NASA Astrophysics Data System (ADS)
Parker, Jonathan; Taylor, K. T.
1995-08-01
We describe the application of block Gauss-Seidel and block Jacobi iterative methods to the design of implicit propagators for finite-difference models of the time-dependent Schrödinger equation. The block-wise iterative methods discussed here are mixed direct-iterative methods for solving simultaneous equations, in the sense that direct methods (e.g. LU decomposition) are used to invert certain block sub-matrices, and iterative methods are used to complete the solution. We describe parallel variants of the basic algorithm that are well suited to the medium- to coarse-grained parallelism of work-station clusters, and MIMD supercomputers, and we show that under a wide range of conditions, fine-grained parallelism of the computation can be achieved. Numerical tests are conducted on a typical one-electron atom Hamiltonian. The methods converge robustly to machine precision (15 significant figures), in some cases in as few as 6 or 7 iterations. The rate of convergence is nearly independent of the finite-difference grid-point separations.
Acoustooptic linear algebra processors - Architectures, algorithms, and applications
NASA Technical Reports Server (NTRS)
Casasent, D.
1984-01-01
Architectures, algorithms, and applications for systolic processors are described with attention to the realization of parallel algorithms on various optical systolic array processors. Systolic processors for matrices with special structure and matrices of general structure, and the realization of matrix-vector, matrix-matrix, and triple-matrix products and such architectures are described. Parallel algorithms for direct and indirect solutions to systems of linear algebraic equations and their implementation on optical systolic processors are detailed with attention to the pipelining and flow of data and operations. Parallel algorithms and their optical realization for LU and QR matrix decomposition are specifically detailed. These represent the fundamental operations necessary in the implementation of least squares, eigenvalue, and SVD solutions. Specific applications (e.g., the solution of partial differential equations, adaptive noise cancellation, and optimal control) are described to typify the use of matrix processors in modern advanced signal processing.
A survey of packages for large linear systems
DOE Office of Scientific and Technical Information (OSTI.GOV)
Wu, Kesheng; Milne, Brent
2000-02-11
This paper evaluates portable software packages for the iterative solution of very large sparse linear systems on parallel architectures. While we cannot hope to tell individual users which package will best suit their needs, we do hope that our systematic evaluation provides essential unbiased information about the packages and the evaluation process may serve as an example on how to evaluate these packages. The information contained here include feature comparisons, usability evaluations and performance characterizations. This review is primarily focused on self-contained packages that can be easily integrated into an existing program and are capable of computing solutions to verymore » large sparse linear systems of equations. More specifically, it concentrates on portable parallel linear system solution packages that provide iterative solution schemes and related preconditioning schemes because iterative methods are more frequently used than competing schemes such as direct methods. The eight packages evaluated are: Aztec, BlockSolve,ISIS++, LINSOL, P-SPARSLIB, PARASOL, PETSc, and PINEAPL. Among the eight portable parallel iterative linear system solvers reviewed, we recommend PETSc and Aztec for most application programmers because they have well designed user interface, extensive documentation and very responsive user support. Both PETSc and Aztec are written in the C language and are callable from Fortran. For those users interested in using Fortran 90, PARASOL is a good alternative. ISIS++is a good alternative for those who prefer the C++ language. Both PARASOL and ISIS++ are relatively new and are continuously evolving. Thus their user interface may change. In general, those packages written in Fortran 77 are more cumbersome to use because the user may need to directly deal with a number of arrays of varying sizes. Languages like C++ and Fortran 90 offer more convenient data encapsulation mechanisms which make it easier to implement a clean and intuitive user interface. In addition to reviewing these portable parallel iterative solver packages, we also provide a more cursory assessment of a range of related packages, from specialized parallel preconditioners to direct methods for sparse linear systems.« less
Design of a MIMD neural network processor
NASA Astrophysics Data System (ADS)
Saeks, Richard E.; Priddy, Kevin L.; Pap, Robert M.; Stowell, S.
1994-03-01
The Accurate Automation Corporation (AAC) neural network processor (NNP) module is a fully programmable multiple instruction multiple data (MIMD) parallel processor optimized for the implementation of neural networks. The AAC NNP design fully exploits the intrinsic sparseness of neural network topologies. Moreover, by using a MIMD parallel processing architecture one can update multiple neurons in parallel with efficiency approaching 100 percent as the size of the network increases. Each AAC NNP module has 8 K neurons and 32 K interconnections and is capable of 140,000,000 connections per second with an eight processor array capable of over one billion connections per second.
Jensen, Klaus Gjervig; Jacobsen, Anne-Marie; Bundgaard, Christoffer; Nilausen, Dorrit Østergaard; Thale, Zia; Chandrasena, Gamini; Jørgensen, Martin
2017-01-01
Inclusion of a microdose of 14 C-labeled drug in the first-in-man study of new investigational drugs and subsequent analysis by accelerator mass spectrometry has become an integrated part of drug development at Lundbeck. It has been found to be highly informative with regard to investigations of the routes and rates of excretion of the drug and the human metabolite profiles according to metabolites in safety testing guidance and also when additional metabolism-related issues needed to be addressed. In the first-in-man study with the NCE Lu AF09535, contrary to anticipated, surprisingly low exposure was observed when measuring the parent compound using conventional bioanalysis. Parallel accelerator mass spectrometry analysis revealed that the low exposure was almost exclusively attributable to extensive metabolism. The metabolism observed in humans was mediated via a human specific metabolic pathway, whereas an equivalent extent of metabolism was not observed in preclinical species. In vitro, incubation studies in human liver cytosol revealed involvement of aldehyde oxidase (AO) in the biotransformation of Lu AF09535. In vivo, substantially lower plasma exposure of Lu AF09535 was observed in chimeric mice with humanized livers compared with control animals. In addition, Lu AF09535 exhibited very low oral bioavailability in monkeys despite relatively low clearance after intravenous administration in contrast to the pharmacokinetics in rats and dogs, both showing low clearance and high bioavailability. The in vitro and in vivo methods applied were proved useful for identifying and evaluating AO-dependent metabolism. Different strategies to integrate these methods for prediction of in vivo human clearance of AO substrates were evaluated. Copyright © 2016 by The American Society for Pharmacology and Experimental Therapeutics.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Agarwal, Sapan; Quach, Tu -Thach; Parekh, Ojas
In this study, the exponential increase in data over the last decade presents a significant challenge to analytics efforts that seek to process and interpret such data for various applications. Neural-inspired computing approaches are being developed in order to leverage the computational properties of the analog, low-power data processing observed in biological systems. Analog resistive memory crossbars can perform a parallel read or a vector-matrix multiplication as well as a parallel write or a rank-1 update with high computational efficiency. For an N × N crossbar, these two kernels can be O(N) more energy efficient than a conventional digital memory-basedmore » architecture. If the read operation is noise limited, the energy to read a column can be independent of the crossbar size (O(1)). These two kernels form the basis of many neuromorphic algorithms such as image, text, and speech recognition. For instance, these kernels can be applied to a neural sparse coding algorithm to give an O(N) reduction in energy for the entire algorithm when run with finite precision. Sparse coding is a rich problem with a host of applications including computer vision, object tracking, and more generally unsupervised learning.« less
Agarwal, Sapan; Quach, Tu -Thach; Parekh, Ojas; ...
2016-01-06
In this study, the exponential increase in data over the last decade presents a significant challenge to analytics efforts that seek to process and interpret such data for various applications. Neural-inspired computing approaches are being developed in order to leverage the computational properties of the analog, low-power data processing observed in biological systems. Analog resistive memory crossbars can perform a parallel read or a vector-matrix multiplication as well as a parallel write or a rank-1 update with high computational efficiency. For an N × N crossbar, these two kernels can be O(N) more energy efficient than a conventional digital memory-basedmore » architecture. If the read operation is noise limited, the energy to read a column can be independent of the crossbar size (O(1)). These two kernels form the basis of many neuromorphic algorithms such as image, text, and speech recognition. For instance, these kernels can be applied to a neural sparse coding algorithm to give an O(N) reduction in energy for the entire algorithm when run with finite precision. Sparse coding is a rich problem with a host of applications including computer vision, object tracking, and more generally unsupervised learning.« less
Scalable domain decomposition solvers for stochastic PDEs in high performance computing
Desai, Ajit; Khalil, Mohammad; Pettit, Chris; ...
2017-09-21
Stochastic spectral finite element models of practical engineering systems may involve solutions of linear systems or linearized systems for non-linear problems with billions of unknowns. For stochastic modeling, it is therefore essential to design robust, parallel and scalable algorithms that can efficiently utilize high-performance computing to tackle such large-scale systems. Domain decomposition based iterative solvers can handle such systems. And though these algorithms exhibit excellent scalabilities, significant algorithmic and implementational challenges exist to extend them to solve extreme-scale stochastic systems using emerging computing platforms. Intrusive polynomial chaos expansion based domain decomposition algorithms are extended here to concurrently handle high resolutionmore » in both spatial and stochastic domains using an in-house implementation. Sparse iterative solvers with efficient preconditioners are employed to solve the resulting global and subdomain level local systems through multi-level iterative solvers. We also use parallel sparse matrix–vector operations to reduce the floating-point operations and memory requirements. Numerical and parallel scalabilities of these algorithms are presented for the diffusion equation having spatially varying diffusion coefficient modeled by a non-Gaussian stochastic process. Scalability of the solvers with respect to the number of random variables is also investigated.« less
Scalable domain decomposition solvers for stochastic PDEs in high performance computing
DOE Office of Scientific and Technical Information (OSTI.GOV)
Desai, Ajit; Khalil, Mohammad; Pettit, Chris
Stochastic spectral finite element models of practical engineering systems may involve solutions of linear systems or linearized systems for non-linear problems with billions of unknowns. For stochastic modeling, it is therefore essential to design robust, parallel and scalable algorithms that can efficiently utilize high-performance computing to tackle such large-scale systems. Domain decomposition based iterative solvers can handle such systems. And though these algorithms exhibit excellent scalabilities, significant algorithmic and implementational challenges exist to extend them to solve extreme-scale stochastic systems using emerging computing platforms. Intrusive polynomial chaos expansion based domain decomposition algorithms are extended here to concurrently handle high resolutionmore » in both spatial and stochastic domains using an in-house implementation. Sparse iterative solvers with efficient preconditioners are employed to solve the resulting global and subdomain level local systems through multi-level iterative solvers. We also use parallel sparse matrix–vector operations to reduce the floating-point operations and memory requirements. Numerical and parallel scalabilities of these algorithms are presented for the diffusion equation having spatially varying diffusion coefficient modeled by a non-Gaussian stochastic process. Scalability of the solvers with respect to the number of random variables is also investigated.« less
Parallel Computing Strategies for Irregular Algorithms
NASA Technical Reports Server (NTRS)
Biswas, Rupak; Oliker, Leonid; Shan, Hongzhang; Biegel, Bryan (Technical Monitor)
2002-01-01
Parallel computing promises several orders of magnitude increase in our ability to solve realistic computationally-intensive problems, but relies on their efficient mapping and execution on large-scale multiprocessor architectures. Unfortunately, many important applications are irregular and dynamic in nature, making their effective parallel implementation a daunting task. Moreover, with the proliferation of parallel architectures and programming paradigms, the typical scientist is faced with a plethora of questions that must be answered in order to obtain an acceptable parallel implementation of the solution algorithm. In this paper, we consider three representative irregular applications: unstructured remeshing, sparse matrix computations, and N-body problems, and parallelize them using various popular programming paradigms on a wide spectrum of computer platforms ranging from state-of-the-art supercomputers to PC clusters. We present the underlying problems, the solution algorithms, and the parallel implementation strategies. Smart load-balancing, partitioning, and ordering techniques are used to enhance parallel performance. Overall results demonstrate the complexity of efficiently parallelizing irregular algorithms.
Gomez, Eduardo A; Kato, Hirotomo; Hashiguchi, Yoshihisa
2014-12-01
A countrywide surveillance of sand flies was performed to obtain information on their geographical distribution and natural infection by Leishmania protozoa in Ecuador. A total of 18,119 sand flies were collected by human landing collections during 32 years from 1982 to 2014, and 29 species were recognized. The most prevalent 10 species were Lutzomyia gomezi, Lu. robusta, Lu. hartmanni, Lu. shannoni, Lu. trapidoi, Lu. panamensis, Lu. maranonensis, Lu. ayacuchensis, Lu. tortura and Lu. yuilli yuilli, and their topographical and vertical distributions were identified. Among all the sand flies, only 197 (1.09%) flies of four Lutzomyia species, Lu. gomezi, Lu. trapidoi, Lu. tortura and Lu. ayacuchensis, were positive for Leishmania. Endotrypanum, a flagellate parasite not pathogenic to humans, were detected in five Lutzomyia species, Lu. robusta, Lu. hartmanni, Lu. trapidoi, Lu. panamensis and Lu. yuilli yuilli, suggesting wide vector-ranges of Endotrypanum species. These data on the genus Lutzomyia and their natural infections with Leishmania and Endotrypanum will be useful for transmission studies and surveillance of leishmaniasis. Copyright © 2014 Elsevier B.V. All rights reserved.
Plate-shaped Yb:LuPO4 crystal for efficient CW and passively Q-switched microchip lasers
NASA Astrophysics Data System (ADS)
Liu, Junhai; Wang, Lisha; Han, Wenjuan; Xu, Honghao; Zhong, Degao; Teng, Bing
2016-10-01
It is demonstrated that plate-shaped crystals of Yb:LuPO4, which are grown from spontaneous nucleation by high-temperature solution method, can be utilized to make microchip lasers operating in continuous-wave (CW) or passively Q-switched mode. Efficient operation of such a microchip laser, which is built with a 0.3 mm thick crystal plate in a 2 mm long plane-parallel cavity, is realized at room temperature. With 2.37 W of pump power absorbed, 1.45 W of CW output power is generated with a slope efficiency of 73%. When passively Q-switched with a Cr4+:YAG crystal plate as saturable absorber, the laser produces a maximum pulsed output power of 0.53 W at 1013.3 nm, at a pulse repetition rate of 23.8 kHz, the resulting pulse energy, duration, and peak power are 22.3 μJ, 4.0 ns, and 5.6 kW, respectively.
1980-10-01
LUV ’ ,czL t . . =U =~Q U F- =L U - L’ I -Li =CDM : :< ) -cC :c I -J -L =- LO 0i < i 0 -:CLU Li V) i = L.) LU -l Q0LUF C C-cnr 0...LUJ -n L -L c*-rJ . X : C\\JC\\ -- C -o 0-< c LQOOC*J LO (L)’ I CC\\ LA ’ .J ~j( co LL.<U~ LC Lo LU LU LU LU; LU; LU LU; LU Lo LU LU, LU LUv LU LUr LU...AD-AO97 b92 BOEING AEROSPACE C0 SEATTLE VA PRODUCT SPOIT/,EMV-."¢ I /6 1/3 OVELOPMENT OF MAINTENANCE METRICS TO FORECAST RESOUltCE OEMANOS--ETC(U)
New Parallel Algorithms for Structural Analysis and Design of Aerospace Structures
NASA Technical Reports Server (NTRS)
Nguyen, Duc T.
1998-01-01
Subspace and Lanczos iterations have been developed, well documented, and widely accepted as efficient methods for obtaining p-lowest eigen-pair solutions of large-scale, practical engineering problems. The focus of this paper is to incorporate recent developments in vectorized sparse technologies in conjunction with Subspace and Lanczos iterative algorithms for computational enhancements. Numerical performance, in terms of accuracy and efficiency of the proposed sparse strategies for Subspace and Lanczos algorithm, is demonstrated by solving for the lowest frequencies and mode shapes of structural problems on the IBM-R6000/590 and SunSparc 20 workstations.
Solving large sparse eigenvalue problems on supercomputers
NASA Technical Reports Server (NTRS)
Philippe, Bernard; Saad, Youcef
1988-01-01
An important problem in scientific computing consists in finding a few eigenvalues and corresponding eigenvectors of a very large and sparse matrix. The most popular methods to solve these problems are based on projection techniques on appropriate subspaces. The main attraction of these methods is that they only require the use of the matrix in the form of matrix by vector multiplications. The implementations on supercomputers of two such methods for symmetric matrices, namely Lanczos' method and Davidson's method are compared. Since one of the most important operations in these two methods is the multiplication of vectors by the sparse matrix, methods of performing this operation efficiently are discussed. The advantages and the disadvantages of each method are compared and implementation aspects are discussed. Numerical experiments on a one processor CRAY 2 and CRAY X-MP are reported. Possible parallel implementations are also discussed.
Parallel transformation of K-SVD solar image denoising algorithm
NASA Astrophysics Data System (ADS)
Liang, Youwen; Tian, Yu; Li, Mei
2017-02-01
The images obtained by observing the sun through a large telescope always suffered with noise due to the low SNR. K-SVD denoising algorithm can effectively remove Gauss white noise. Training dictionaries for sparse representations is a time consuming task, due to the large size of the data involved and to the complexity of the training algorithms. In this paper, an OpenMP parallel programming language is proposed to transform the serial algorithm to the parallel version. Data parallelism model is used to transform the algorithm. Not one atom but multiple atoms updated simultaneously is the biggest change. The denoising effect and acceleration performance are tested after completion of the parallel algorithm. Speedup of the program is 13.563 in condition of using 16 cores. This parallel version can fully utilize the multi-core CPU hardware resources, greatly reduce running time and easily to transplant in multi-core platform.
Lee, Jae H.; Yao, Yushu; Shrestha, Uttam; Gullberg, Grant T.; Seo, Youngho
2014-01-01
The primary goal of this project is to implement the iterative statistical image reconstruction algorithm, in this case maximum likelihood expectation maximum (MLEM) used for dynamic cardiac single photon emission computed tomography, on Spark/GraphX. This involves porting the algorithm to run on large-scale parallel computing systems. Spark is an easy-to- program software platform that can handle large amounts of data in parallel. GraphX is a graph analytic system running on top of Spark to handle graph and sparse linear algebra operations in parallel. The main advantage of implementing MLEM algorithm in Spark/GraphX is that it allows users to parallelize such computation without any expertise in parallel computing or prior knowledge in computer science. In this paper we demonstrate a successful implementation of MLEM in Spark/GraphX and present the performance gains with the goal to eventually make it useable in clinical setting. PMID:27081299
Lee, Jae H; Yao, Yushu; Shrestha, Uttam; Gullberg, Grant T; Seo, Youngho
2014-11-01
The primary goal of this project is to implement the iterative statistical image reconstruction algorithm, in this case maximum likelihood expectation maximum (MLEM) used for dynamic cardiac single photon emission computed tomography, on Spark/GraphX. This involves porting the algorithm to run on large-scale parallel computing systems. Spark is an easy-to- program software platform that can handle large amounts of data in parallel. GraphX is a graph analytic system running on top of Spark to handle graph and sparse linear algebra operations in parallel. The main advantage of implementing MLEM algorithm in Spark/GraphX is that it allows users to parallelize such computation without any expertise in parallel computing or prior knowledge in computer science. In this paper we demonstrate a successful implementation of MLEM in Spark/GraphX and present the performance gains with the goal to eventually make it useable in clinical setting.
Optimization of sparse matrix-vector multiplication on emerging multicore platforms
DOE Office of Scientific and Technical Information (OSTI.GOV)
Williams, Samuel; Oliker, Leonid; Vuduc, Richard
2007-01-01
We are witnessing a dramatic change in computer architecture due to the multicore paradigm shift, as every electronic device from cell phones to supercomputers confronts parallelism of unprecedented scale. To fully unleash the potential of these systems, the HPC community must develop multicore specific optimization methodologies for important scientific computations. In this work, we examine sparse matrix-vector multiply (SpMV) - one of the most heavily used kernels in scientific computing - across a broad spectrum of multicore designs. Our experimental platform includes the homogeneous AMD dual-core and Intel quad-core designs, the heterogeneous STI Cell, as well as the first scientificmore » study of the highly multithreaded Sun Niagara2. We present several optimization strategies especially effective for the multicore environment, and demonstrate significant performance improvements compared to existing state-of-the-art serial and parallel SpMV implementations. Additionally, we present key insights into the architectural tradeoffs of leading multicore design strategies, in the context of demanding memory-bound numerical algorithms.« less
Array signal recovery algorithm for a single-RF-channel DBF array
NASA Astrophysics Data System (ADS)
Zhang, Duo; Wu, Wen; Fang, Da Gang
2016-12-01
An array signal recovery algorithm based on sparse signal reconstruction theory is proposed for a single-RF-channel digital beamforming (DBF) array. A single-RF-channel antenna array is a low-cost antenna array in which signals are obtained from all antenna elements by only one microwave digital receiver. The spatially parallel array signals are converted into time-sequence signals, which are then sampled by the system. The proposed algorithm uses these time-sequence samples to recover the original parallel array signals by exploiting the second-order sparse structure of the array signals. Additionally, an optimization method based on the artificial bee colony (ABC) algorithm is proposed to improve the reconstruction performance. Using the proposed algorithm, the motion compensation problem for the single-RF-channel DBF array can be solved effectively, and the angle and Doppler information for the target can be simultaneously estimated. The effectiveness of the proposed algorithms is demonstrated by the results of numerical simulations.
Center for Extended Magnetohydrodynamic Modeling Cooperative Agreement
DOE Office of Scientific and Technical Information (OSTI.GOV)
Carl R. Sovinec
The Center for Extended Magnetohydrodynamic Modeling (CEMM) is developing computer simulation models for predicting the behavior of magnetically confined plasmas. Over the first phase of support from the Department of Energy’s Scientific Discovery through Advanced Computing (SciDAC) initiative, the focus has been on macroscopic dynamics that alter the confinement properties of magnetic field configurations. The ultimate objective is to provide computational capabilities to predict plasma behavior—not unlike computational weather prediction—to optimize performance and to increase the reliability of magnetic confinement for fusion energy. Numerical modeling aids theoretical research by solving complicated mathematical models of plasma behavior including strong nonlinear effectsmore » and the influences of geometrical shaping of actual experiments. The numerical modeling itself remains an area of active research, due to challenges associated with simulating multiple temporal and spatial scales. The research summarized in this report spans computational and physical topics associated with state of the art simulation of magnetized plasmas. The tasks performed for this grant are categorized according to whether they are primarily computational, algorithmic, or application-oriented in nature. All involve the development and use of the Non-Ideal Magnetohydrodynamics with Rotation, Open Discussion (NIMROD) code, which is described at http://nimrodteam.org. With respect to computation, we have tested and refined methods for solving the large algebraic systems of equations that result from our numerical approximations of the physical model. Collaboration with the Terascale Optimal PDE Solvers (TOPS) SciDAC center led us to the SuperLU_DIST software library [http://crd.lbl.gov/~xiaoye/SuperLU/] for solving large sparse matrices using direct methods on parallel computers. Switching to this solver library boosted NIMROD’s performance by a factor of five in typical large nonlinear simulations, which has been publicized as a success story of SciDAC-fostered collaboration. Furthermore, the SuperLU software does not assume any mathematical symmetry, and its generality provides an important capability for extending the physical model beyond magnetohydrodynamics (MHD). With respect to algorithmic and model development, our most significant accomplishment is the development of a new method for solving plasma models that treat electrons as an independent plasma component. These ‘two-fluid’ models encompass MHD and add temporal and spatial scales that are beyond the response of the ion species. Implementation and testing of a previously published algorithm did not prove successful for NIMROD, and the new algorithm has since been devised, analyzed, and implemented. Two-fluid modeling, an important objective of the original NIMROD project, is now routine in 2D applications. Algorithmic components for 3D modeling are in place and tested; though, further computational work is still needed for efficiency. Other algorithmic work extends the ion-fluid stress tensor to include models for parallel and gyroviscous stresses. In addition, our hot-particle simulation capability received important refinements that permitted completion of a benchmark with the M3D code. A highlight of our applications work is the edge-localized mode (ELM) modeling, which was part of the first-ever computational Performance Target for the DOE Office of Fusion Energy Science, see http://www.science.doe.gov/ofes/performancetargets.shtml. Our efforts allowed MHD simulations to progress late into the nonlinear stage, where energy is conducted to the wall location. They also produced a two-fluid ELM simulation starting from experimental information and demonstrating critical drift effects that are characteristic of two-fluid physics. Another important application is the internal kink mode in a tokamak. Here, the primary purpose of the study has been to benchmark the two main code development lines of CEMM, NIMROD and M3D, on a relevant nonlinear problem. Results from the two codes show repeating nonlinear relaxation events driven by the kink mode over quantitatively comparable timescales. The work has launched a more comprehensive nonlinear benchmarking exercise, where realistic transport effects have an important role.« less
Air Force Integrated Readiness Measurement System (AFIRMS). Product Descriptions.
1985-05-31
OIL . C d. ’U 2L U U 4 Z u LU E 00 us s cc v . w -0 4’.,~~t -.. U o *. -2 I - 0 vJ C A -lu a- A a N -- - W- 7 0 7.7 U- - 7 J1 -T- -uj -- 2 u LU W J< M...0 L 2u LU cc zo 2~L 5 .a L W% LU z £ U LU z 0 CLLU 0 LL LUccu LU -1 L wl LU L n -U LA LU z L a- - - U. u o a u 10 U LU j E~ L- U < U. *~ C La LU CL
Turbo-SMT: Parallel Coupled Sparse Matrix-Tensor Factorizations and Applications
Papalexakis, Evangelos E.; Faloutsos, Christos; Mitchell, Tom M.; Talukdar, Partha Pratim; Sidiropoulos, Nicholas D.; Murphy, Brian
2016-01-01
How can we correlate the neural activity in the human brain as it responds to typed words, with properties of these terms (like ’edible’, ’fits in hand’)? In short, we want to find latent variables, that jointly explain both the brain activity, as well as the behavioral responses. This is one of many settings of the Coupled Matrix-Tensor Factorization (CMTF) problem. Can we enhance any CMTF solver, so that it can operate on potentially very large datasets that may not fit in main memory? We introduce Turbo-SMT, a meta-method capable of doing exactly that: it boosts the performance of any CMTF algorithm, produces sparse and interpretable solutions, and parallelizes any CMTF algorithm, producing sparse and interpretable solutions (up to 65 fold). Additionally, we improve upon ALS, the work-horse algorithm for CMTF, with respect to efficiency and robustness to missing values. We apply Turbo-SMT to BrainQ, a dataset consisting of a (nouns, brain voxels, human subjects) tensor and a (nouns, properties) matrix, with coupling along the nouns dimension. Turbo-SMT is able to find meaningful latent variables, as well as to predict brain activity with competitive accuracy. Finally, we demonstrate the generality of Turbo-SMT, by applying it on a Facebook dataset (users, ’friends’, wall-postings); there, Turbo-SMT spots spammer-like anomalies. PMID:27672406
Zhang, Hong; Zapol, Peter; Dixon, David A.; ...
2015-11-17
The Shift-and-invert parallel spectral transformations (SIPs), a computational approach to solve sparse eigenvalue problems, is developed for massively parallel architectures with exceptional parallel scalability and robustness. The capabilities of SIPs are demonstrated by diagonalization of density-functional based tight-binding (DFTB) Hamiltonian and overlap matrices for single-wall metallic carbon nanotubes, diamond nanowires, and bulk diamond crystals. The largest (smallest) example studied is a 128,000 (2000) atom nanotube for which ~330,000 (~5600) eigenvalues and eigenfunctions are obtained in ~190 (~5) seconds when parallelized over 266,144 (16,384) Blue Gene/Q cores. Weak scaling and strong scaling of SIPs are analyzed and the performance of SIPsmore » is compared with other novel methods. Different matrix ordering methods are investigated to reduce the cost of the factorization step, which dominates the time-to-solution at the strong scaling limit. As a result, a parallel implementation of assembling the density matrix from the distributed eigenvectors is demonstrated.« less
DOE Office of Scientific and Technical Information (OSTI.GOV)
Zhang, Hong; Zapol, Peter; Dixon, David A.
The Shift-and-invert parallel spectral transformations (SIPs), a computational approach to solve sparse eigenvalue problems, is developed for massively parallel architectures with exceptional parallel scalability and robustness. The capabilities of SIPs are demonstrated by diagonalization of density-functional based tight-binding (DFTB) Hamiltonian and overlap matrices for single-wall metallic carbon nanotubes, diamond nanowires, and bulk diamond crystals. The largest (smallest) example studied is a 128,000 (2000) atom nanotube for which ~330,000 (~5600) eigenvalues and eigenfunctions are obtained in ~190 (~5) seconds when parallelized over 266,144 (16,384) Blue Gene/Q cores. Weak scaling and strong scaling of SIPs are analyzed and the performance of SIPsmore » is compared with other novel methods. Different matrix ordering methods are investigated to reduce the cost of the factorization step, which dominates the time-to-solution at the strong scaling limit. As a result, a parallel implementation of assembling the density matrix from the distributed eigenvectors is demonstrated.« less
Analysis, tuning and comparison of two general sparse solvers for distributed memory computers
DOE Office of Scientific and Technical Information (OSTI.GOV)
Amestoy, P.R.; Duff, I.S.; L'Excellent, J.-Y.
2000-06-30
We describe the work performed in the context of a Franco-Berkeley funded project between NERSC-LBNL located in Berkeley (USA) and CERFACS-ENSEEIHT located in Toulouse (France). We discuss both the tuning and performance analysis of two distributed memory sparse solvers (superlu from Berkeley and mumps from Toulouse) on the 512 processor Cray T3E from NERSC (Lawrence Berkeley National Laboratory). This project gave us the opportunity to improve the algorithms and add new features to the codes. We then quite extensively analyze and compare the two approaches on a set of large problems from real applications. We further explain the main differencesmore » in the behavior of the approaches on artificial regular grid problems. As a conclusion to this activity report, we mention a set of parallel sparse solvers on which this type of study should be extended.« less
An overview of NSPCG: A nonsymmetric preconditioned conjugate gradient package
NASA Astrophysics Data System (ADS)
Oppe, Thomas C.; Joubert, Wayne D.; Kincaid, David R.
1989-05-01
The most recent research-oriented software package developed as part of the ITPACK Project is called "NSPCG" since it contains many nonsymmetric preconditioned conjugate gradient procedures. It is designed to solve large sparse systems of linear algebraic equations by a variety of different iterative methods. One of the main purposes for the development of the package is to provide a common modular structure for research on iterative methods for nonsymmetric matrices. Another purpose for the development of the package is to investigate the suitability of several iterative methods for vector computers. Since the vectorizability of an iterative method depends greatly on the matrix structure, NSPCG allows great flexibility in the operator representation. The coefficient matrix can be passed in one of several different matrix data storage schemes. These sparse data formats allow matrices with a wide range of structures from highly structured ones such as those with all nonzeros along a relatively small number of diagonals to completely unstructured sparse matrices. Alternatively, the package allows the user to call the accelerators directly with user-supplied routines for performing certain matrix operations. In this case, one can use the data format from an application program and not be required to copy the matrix into one of the package formats. This is particularly advantageous when memory space is limited. Some of the basic preconditioners that are available are point methods such as Jacobi, Incomplete LU Decomposition and Symmetric Successive Overrelaxation as well as block and multicolor preconditioners. The user can select from a large collection of accelerators such as Conjugate Gradient (CG), Chebyshev (SI, for semi-iterative), Generalized Minimal Residual (GMRES), Biconjugate Gradient Squared (BCGS) and many others. The package is modular so that almost any accelerator can be used with almost any preconditioner.
New shape models of asteroids reconstructed from sparse-in-time photometry
NASA Astrophysics Data System (ADS)
Durech, Josef; Hanus, Josef; Vanco, Radim; Oszkiewicz, Dagmara Anna
2015-08-01
Asteroid physical parameters - the shape, the sidereal rotation period, and the spin axis orientation - can be reconstructed from the disk-integrated photometry either dense (classical lightcurves) or sparse in time by the lightcurve inversion method. We will review our recent progress in asteroid shape reconstruction from sparse photometry. The problem of finding a unique solution of the inverse problem is time consuming because the sidereal rotation period has to be found by scanning a wide interval of possible periods. This can be efficiently solved by splitting the period parameter space into small parts that are sent to computers of volunteers and processed in parallel. We will show how this approach of distributed computing works with currently available sparse photometry processed in the framework of project Asteroids@home. In particular, we will show the results based on the Lowell Photometric Database. The method produce reliable asteroid models with very low rate of false solutions and the pipelines and codes can be directly used also to other sources of sparse photometry - Gaia data, for example. We will present the distribution of spin axis of hundreds of asteroids, discuss the dependence of the spin obliquity on the size of an asteroid,and show examples of spin-axis distribution in asteroid families that confirm the Yarkovsky/YORP evolution scenario.
HYPOTHESIS TESTING FOR HIGH-DIMENSIONAL SPARSE BINARY REGRESSION
Mukherjee, Rajarshi; Pillai, Natesh S.; Lin, Xihong
2015-01-01
In this paper, we study the detection boundary for minimax hypothesis testing in the context of high-dimensional, sparse binary regression models. Motivated by genetic sequencing association studies for rare variant effects, we investigate the complexity of the hypothesis testing problem when the design matrix is sparse. We observe a new phenomenon in the behavior of detection boundary which does not occur in the case of Gaussian linear regression. We derive the detection boundary as a function of two components: a design matrix sparsity index and signal strength, each of which is a function of the sparsity of the alternative. For any alternative, if the design matrix sparsity index is too high, any test is asymptotically powerless irrespective of the magnitude of signal strength. For binary design matrices with the sparsity index that is not too high, our results are parallel to those in the Gaussian case. In this context, we derive detection boundaries for both dense and sparse regimes. For the dense regime, we show that the generalized likelihood ratio is rate optimal; for the sparse regime, we propose an extended Higher Criticism Test and show it is rate optimal and sharp. We illustrate the finite sample properties of the theoretical results using simulation studies. PMID:26246645
Alternative method to determine Specific Activity of (177)Lu by HPLC.
Breeman, Wouter A P; de Zanger, Rory M S; Chan, Ho Sze; de Blois, Erik
2015-01-01
Peptide Receptor Radionuclide Therapy (PRRT) with (177)Lu-DOTA-peptides requires (177)Lu with high specific activity (SA) and values >740 GBq (177)Lu per mg Lu to maximise the atom% of (177)Lu over total Lu. Vendors provide SA values which are based on activity and mass of the target, whereas due to "burn-up" of target, these SA values are not accurate. For a radiochemist the SA of (177)Lu is of interest prior to radiolabeling. An alternative method to determine SA was developed by HPLC, which includes a metal titration of a known amount of DOTA-peptide with a known amount of activity ((177)Lu), and a unknown amount of metal ((177+nat)Lu). Based on an HPLC separation of radiometal-DOTA-peptide and DOTA-peptide, and the concordant ratio of these components the metal content ((177+nat)Lu) can be calculated, and eventually the SA of (177)Lu can be accurately determined. These experimentally determined SA values exceeded the estimated values provided by vendors by 27 ± 16%, (range 6-73 %). The deviation of SA values for samples from the same Lu batch was <2% (n ≥ 10). the SA of (177)Lu is apparently often higher as stated by vendors in comparison to the experimentally determined actual values. For this reason, the SA of (177)Lu-DOTA-TATE and other Lu-DOTA-peptides could be increased accordingly.
Sandfly Lutzomyia longipalpis in a Cutaneous leishmaniasis focus in central Colombia.
López, Y; Osorio, L; Alvarez, G; Rojas, J; Jiménez, F; Gómez, C; Ferro, C
1996-01-01
Lutzomyia longipalpis, 15 other species of the genus Lutzomyia, and one species of Brumptomyia were collected in an endemic focus of cutaneous leishmaniasis in a river canyon 450 m above sea-level, in Rio Claro, Antioquia, Colombia. The presence of Lu. longipalpis is associated with the destruction of the primary forest and the development of new farmland and rural settlement in this region. The composition of species identified a different habitat for Lu. longipalpis in Colombia. Lu. yuilli and Lu. longipalpis were predominant (68.26%) followed by Lu. trapidoi, Lu. hartmani, Lu. triramula, Lu. panamensis, Lu. gomezi.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Boman, Erik G.
This LDRD project was a campus exec fellowship to fund (in part) Donald Nguyen’s PhD research at UT-Austin. His work has focused on parallel programming models, and scheduling irregular algorithms on shared-memory systems using the Galois framework. Galois provides a simple but powerful way for users and applications to automatically obtain good parallel performance using certain supported data containers. The naïve user can write serial code, while advanced users can optimize performance by advanced features, such as specifying the scheduling policy. Galois was used to parallelize two sparse matrix reordering schemes: RCM and Sloan. Such reordering is important in high-performancemore » computing to obtain better data locality and thus reduce run times.« less
Romero-Ricardo, Luis; Lastre-Meza, Natalia; Pérez-Doria, Alveiro; Bejarano, Eduar E
2016-07-01
Identification of the species of phlebotomine sand flies present in each focus of leishmaniasis is necessary to incriminate vectors and implement vector control strategies. Although the cytochrome oxidase I (COI) gene has been proposed as a barcode for the identification of animal species, less than 20% of New World phlebotomines have been characterized to date. In this study DNA barcoding was used to identify phlebotomine species of the mixed leishmaniasis focus in the Colombian Caribbean by means of three evolutionary models: Kimura's two parameter (K2P) nucleotide substitution model, that of (Tamura and Nei, 1993) (TN93) and proportional sequence divergence (p-distances). A 681bp sequence of the COI gene was obtained from 66 individuals belonging to 19 species of the genus Lutzomyia (Lu. abonnenci, Lu. atroclavata, Lu. bicolor, Lu. carpenteri, Lu. cayennensis cayennensis, Lu. dubitans, Lu. evansi, Lu. gomezi, Lu. gorbitzi, Lu. longipalpis, Lu. micropyga, Lu. migonei, Lu. panamensis, Lu. (Psathyromyia) sp., Lu. rangeliana, Lu. serrana, Lu. shannoni, Lu. trinidadensis and Lu. venezuelensis) and one of Brumptomyia (B. mesai). The genetic divergence values for TN93 among individuals of the same species fluctuated up to 3.2% (vs. 2.9% for K2P and 2.8% for p-distances), while the values between species ranged from 8.8-43.7% (vs. 6.8-19.6% for K2P and 6.6-17.4% for p-distances). A dendrogram constructed by means of the Neighbor-Joining method grouped phlebotomines into 20 clusters according to species, with bootstrap values of up to 100% in those with more than one individual. However, loss of the phylogenetic signal of the gene COI was observed at the supraspecific level as a consequence of substitutional saturation. In conclusion, irrespective of the evolutionary model selected, all phlebotomines were correctly assigned to species, showing 100% concordance with morphological identification. Copyright © 2016 Elsevier B.V. All rights reserved.
Accelerating Subsurface Transport Simulation on Heterogeneous Clusters
DOE Office of Scientific and Technical Information (OSTI.GOV)
Villa, Oreste; Gawande, Nitin A.; Tumeo, Antonino
Reactive transport numerical models simulate chemical and microbiological reactions that occur along a flowpath. These models have to compute reactions for a large number of locations. They solve the set of ordinary differential equations (ODEs) that describes the reaction for each location through the Newton-Raphson technique. This technique involves computing a Jacobian matrix and a residual vector for each set of equation, and then solving iteratively the linearized system by performing Gaussian Elimination and LU decomposition until convergence. STOMP, a well known subsurface flow simulation tool, employs matrices with sizes in the order of 100x100 elements and, for numerical accuracy,more » LU factorization with full pivoting instead of the faster partial pivoting. Modern high performance computing systems are heterogeneous machines whose nodes integrate both CPUs and GPUs, exposing unprecedented amounts of parallelism. To exploit all their computational power, applications must use both the types of processing elements. For the case of subsurface flow simulation, this mainly requires implementing efficient batched LU-based solvers and identifying efficient solutions for enabling load balancing among the different processors of the system. In this paper we discuss two approaches that allows scaling STOMP's performance on heterogeneous clusters. We initially identify the challenges in implementing batched LU-based solvers for small matrices on GPUs, and propose an implementation that fulfills STOMP's requirements. We compare this implementation to other existing solutions. Then, we combine the batched GPU solver with an OpenMP-based CPU solver, and present an adaptive load balancer that dynamically distributes the linear systems to solve between the two components inside a node. We show how these approaches, integrated into the full application, provide speed ups from 6 to 7 times on large problems, executed on up to 16 nodes of a cluster with two AMD Opteron 6272 and a Tesla M2090 per node.« less
The weight of time: affordances for an integrated magnitude system.
Lu, Aitao; Mo, Lei; Hodges, Bert H
2011-12-01
In five experiments we explored the effects of weight on time in different action contexts to test the hypothesis that an integrated magnitude system is tuned to affordances. Larger magnitudes generally seem longer; however, Lu and colleagues (2009) found that if numbers were presented as weights in a range heavy enough to affect lifting, the "larger seems longer" effect was enhanced, but it was eliminated with weights too light to affect lifting. Experiments 1 and 2 revealed that actually lifting kilogram and gram weights had effects parallel to symbolized weights, suggesting that Lu et al.'s task implicitly evoked a lifting context. Experiments 3 and 4 showed that weights too heavy (e.g., tons) or too light to be discriminated by lifting, but relevant to other affordances (e.g., grams of a toxin) had effects on time as large or larger than for kilograms. Experiment 5 showed that the effect for grams in a toxicology context did not generalize to the lifting task of Experiment 2. Weight appears to integrate with other magnitudes when it is relevant to meaningful actions, including but not limited to lifting.
Yousefnia, Hassan; Zolghadri, Samaneh; Jalilian, Amir Reza
2015-01-01
Over the past few decades, several bone-seeking radiopharmaceuticals including various bisphosphonate ligands and β-emitting radionuclides have been developed for bone pain palliation. Recently, 177Lu was successfully labeled with zoledronic acid (177Lu-ZLD) as a new generation potential bisphosphonate and demonstrated significant accumulation in bone tissue. In this work, the absorbed dose to each organ of human for 177Lu-ZLD and 177Lu-ethylenediaminetetramethylene phosphonic acid (177Lu-EDTMP;as the only clinically bone pain palliation agent) was investigated based on biodistribution data in rats by medical internal radiation dosimetry (MIRD) method. 177Lu-ZLD and 177Lu-EDTMP were prepared in high radiochemical purity (>99%, instant thin layer chromatography (ITLC)) at the optimized condition. The biodistribution of the complexes demonstrated fast blood clearance and major accumulation in the bone tissue. The highest absorbed dose for both 177Lu-ZLD and 177Lu-EDTMP is observed in trabecular bone surface with 12.173 and 10.019 mSv/MBq, respectively. The results showed that 177Lu-ZLD has better characteristics compared to 177Lu-EDTMP and can be a good candidate for bone pain palliation. PMID:26170557
Estimated human absorbed dose of ¹⁷⁷Lu-BPAMD based on mice data: Comparison with ¹⁷⁷Lu-EDTMP.
Yousefnia, Hassan; Zolghadri, Samaneh; Shanehsazzadeh, Saeed
2015-10-01
In this work, the absorbed dose of human organs for (177)Lu-BPAMD was evaluated based on biodistribution studies into the Syrian mice by RADAR method and was compared with (177)Lu-EDTMP as the only clinically used Lu-177 bone-seeking agent. The highest absorbed dose for both (177)Lu-BPAMD and (177)Lu-EDTMP is observed on the bone surface with 8.007 and 4.802 mSv/MBq. Generally, (177)Lu-BPAMD has considerable characteristics compared with (177)Lu-EDTMP and can be considered as a promising agent for the bone pain palliation therapy. Copyright © 2015 Elsevier Ltd. All rights reserved.
NASA Astrophysics Data System (ADS)
Susmikanti, Mike; Dewayatna, Winter; Sulistyo, Yos
2014-09-01
One of the research activities in support of commercial radioisotope production program is a safety research on target FPM (Fission Product Molybdenum) irradiation. FPM targets form a tube made of stainless steel which contains nuclear-grade high-enrichment uranium. The FPM irradiation tube is intended to obtain fission products. Fission materials such as Mo99 used widely the form of kits in the medical world. The neutronics problem is solved using first-order perturbation theory derived from the diffusion equation for four groups. In contrast, Mo isotopes have longer half-lives, about 3 days (66 hours), so the delivery of radioisotopes to consumer centers and storage is possible though still limited. The production of this isotope potentially gives significant economic value. The criticality and flux in multigroup diffusion model was calculated for various irradiation positions and uranium contents. This model involves complex computation, with large and sparse matrix system. Several parallel algorithms have been developed for the sparse and large matrix solution. In this paper, a successive over-relaxation (SOR) algorithm was implemented for the calculation of reactivity coefficients which can be done in parallel. Previous works performed reactivity calculations serially with Gauss-Seidel iteratives. The parallel method can be used to solve multigroup diffusion equation system and calculate the criticality and reactivity coefficients. In this research a computer code was developed to exploit parallel processing to perform reactivity calculations which were to be used in safety analysis. The parallel processing in the multicore computer system allows the calculation to be performed more quickly. This code was applied for the safety limits calculation of irradiated FPM targets containing highly enriched uranium. The results of calculations neutron show that for uranium contents of 1.7676 g and 6.1866 g (× 106 cm-1) in a tube, their delta reactivities are the still within safety limits; however, for 7.9542 g and 8.838 g (× 106 cm-1) the limits were exceeded.
Introduction to Ada (Trademark), a Higher Order Language. L103 Teacher’s Guide.
1984-05-01
I -- co 0 0 Cl) ) Lu Cl .L =) cr. LuL x 0 Lu I - Lu ml C 0 Lu a- 0 L 0 0 % Ci Lu Lu . I -- Lu cz w LuV ) Li- c 0 II- C. a.-, 0 C)) I -- Z I l 0 I - Cl...U. V L3 O-J zz w zz U, 0 w ww CX 0 wU I - LA. w 0 0 cr. U- w 0 (j Laa. z w ww oil co CL - - w a- x U) ’-cc i ... ’S.. 0 a&z V) - U- z C.x.)C. 4 IL** -4...mU rq U- - U >- L 0 LU> 1~~ V) V) UIZ UC 4w (U wI U0UL 1w 0 I - u . 9- c -V)
Guimarães-e-Silva, Antônia Suely; Silva, Soraia de Oliveira; Ribeiro da Silva, Rosa Cristina; Pinheiro, Valéria Cristina Soares; Rebêlo, José Manuel Macário; Melo, Maria Norma
2017-01-01
The aims of the study were to determine the blood feeding preferences of sandflies and to identify species of Leishmania that infected phlebotomines in Caxias, Maranhão, Brazil, an area that is highly endemic for leishmaniasis. Sandflies were captured in light traps located in the peridomiciliary environments of randomly selected houses in urban and rural settings between 1800 and 0600 hours on new moon days between March 2013 and February 2015. DNA extracts from 982 engorged female sandflies were submitted to fragment length polymorphism analysis to identify infecting species of Leishmania, and blood sources were identified for 778 of these specimens. Infection by Leishmania infantum was detected in Lutzomyia longipalpis, Lu. whitmani and Lu. termitophila; L. infantum/L. braziliensis in Lu. longipalpis, Lu. whitmani and Lu. trinidadensis; L. shawi in Lu. longipalpis; L. mexicana in Lu. longipalpis; L. braziliensis in Lu. longipalpis and Lu. whitmani; L. guyanensis in Lu. longipalpis and Lu. termitophila; L. amazonensis in Lu. longipalpis and L. lainsoni or L. naiffi in Lu. longipalpis, while Lu. longipalpis and Lu. trinidadensis were infected with unidentified Leishmania sp. Blood sources were identified in 573 individual phlebotomines and the preferred hosts were, in decreasing order, chicken, dog, rodent and human with lower preferences for pig, horse, opossum and cattle. Lu. longipalpis and Lu. whitmani performed mixed feeding on man, dog and rodent, while Lu. longipalpis was the most opportunistic species, feeding on the blood of all hosts surveyed, but preferably on dog/chicken, dog/rodent and rodent/chicken. Our findings reveal the concomitant circulation of Leishmania species that cause visceral leishmaniasis and tegumentary leishmaniasis in the study area, and explain the occurrence of autochthonous human cases of both clinical forms of leishmaniasis in Caxias, Maranhão. The results support our hypothesis that, in the municipality of Caxias, transmission of Leishmania occurs in close proximity to humans. PMID:28837565
Teles, Carolina Bioni Garcia; dos Santos, Ana Paula de Azevedo; Freitas, Rui Alves; de Oliveira, Arley Faria José; Ogawa, Guilherme Maerschner; Rodrigues, Moreno Souza; Pessoa, Felipe Arley Costa; Medeiros, Jansen Fernandes; Camargo, Luís Marcelo Aranha
2016-01-01
In this study, we identified the phlebotomine sandfly vectors involved in the transmission of American Cutaneous Leishmaniasis (ACL) in Assis Brasil, Acre, Brazil, which is located on the Brazil-Peru-Bolivia frontier. The genotyping of Leishmania in phlebotomines was performed using polymerase chain reaction (PCR) and PCR-restriction fragment length polymorphism. A total of 6,850 sandflies comprising 67 species were captured by using CDC light traps in rural areas of the municipality. Three sandfly species were found in the state of Acre for the first time: Lutzomyia georgii, Lu. complexa and Lu. evangelistai. The predominant species was Lu. auraensis/Lu. ruifreitasi and Lu. davisi (total 59.27%). 32 of 368 pools were positive for the presence of Leishmania DNA (16 pools corresponding to Lu. davisi, and 16 corresponding to Lu. auraensis/Lu. ruifreitasi), with a minimal infection prevalence of 1.85% in Lu. davisi and 2.05% in Lu. auraensis/Lu. ruifreitasi. The Leishmania species found showed maximum identity with L. (Viannia) guyanensis and L. (V.) braziliensis in both phlebotomine species. Based on these results and similar scenarios previously described along the Brazil/Peru/Bolivia tri-border, the studied area must take into consideration the possibility of Lu. davisi and Lu. auraensis/Lu. ruifreitasi as probable vectors of ACL in this municipality. PMID:27304023
Teles, Carolina Bioni Garcia; Santos, Ana Paula de Azevedo Dos; Freitas, Rui Alves; Oliveira, Arley Faria José de; Ogawa, Guilherme Maerschner; Rodrigues, Moreno Souza; Pessoa, Felipe Arley Costa; Medeiros, Jansen Fernandes; Camargo, Luís Marcelo Aranha
2016-06-10
In this study, we identified the phlebotomine sandfly vectors involved in the transmission of American Cutaneous Leishmaniasis (ACL) in Assis Brasil, Acre, Brazil, which is located on the Brazil-Peru-Bolivia frontier. The genotyping of Leishmania in phlebotomines was performed using polymerase chain reaction (PCR) and PCR-restriction fragment length polymorphism. A total of 6,850 sandflies comprising 67 species were captured by using CDC light traps in rural areas of the municipality. Three sandfly species were found in the state of Acre for the first time: Lutzomyia georgii, Lu. complexa and Lu. evangelistai. The predominant species was Lu. auraensis/Lu. ruifreitasi and Lu. davisi (total 59.27%). 32 of 368 pools were positive for the presence of Leishmania DNA (16 pools corresponding to Lu. davisi, and 16 corresponding to Lu. auraensis/Lu. ruifreitasi), with a minimal infection prevalence of 1.85% in Lu. davisi and 2.05% in Lu. auraensis/Lu. ruifreitasi. The Leishmania species found showed maximum identity with L. (Viannia) guyanensis and L. (V.) braziliensis in both phlebotomine species. Based on these results and similar scenarios previously described along the Brazil/Peru/Bolivia tri-border, the studied area must take into consideration the possibility of Lu. davisi and Lu. auraensis/Lu. ruifreitasi as probable vectors of ACL in this municipality.
Effects of Ordering Strategies and Programming Paradigms on Sparse Matrix Computations
NASA Technical Reports Server (NTRS)
Oliker, Leonid; Li, Xiaoye; Husbands, Parry; Biswas, Rupak; Biegel, Bryan (Technical Monitor)
2002-01-01
The Conjugate Gradient (CG) algorithm is perhaps the best-known iterative technique to solve sparse linear systems that are symmetric and positive definite. For systems that are ill-conditioned, it is often necessary to use a preconditioning technique. In this paper, we investigate the effects of various ordering and partitioning strategies on the performance of parallel CG and ILU(O) preconditioned CG (PCG) using different programming paradigms and architectures. Results show that for this class of applications: ordering significantly improves overall performance on both distributed and distributed shared-memory systems, that cache reuse may be more important than reducing communication, that it is possible to achieve message-passing performance using shared-memory constructs through careful data ordering and distribution, and that a hybrid MPI+OpenMP paradigm increases programming complexity with little performance gains. A implementation of CG on the Cray MTA does not require special ordering or partitioning to obtain high efficiency and scalability, giving it a distinct advantage for adaptive applications; however, it shows limited scalability for PCG due to a lack of thread level parallelism.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Ghysels, Pieter; Li, Xiaoye S.; Rouet, Francois -Henry
Here, we present a sparse linear system solver that is based on a multifrontal variant of Gaussian elimination and exploits low-rank approximation of the resulting dense frontal matrices. We use hierarchically semiseparable (HSS) matrices, which have low-rank off-diagonal blocks, to approximate the frontal matrices. For HSS matrix construction, a randomized sampling algorithm is used together with interpolative decompositions. The combination of the randomized compression with a fast ULV HSS factoriz ation leads to a solver with lower computational complexity than the standard multifrontal method for many applications, resulting in speedups up to 7 fold for problems in our test suite.more » The implementation targets many-core systems by using task parallelism with dynamic runtime scheduling. Numerical experiments show performance improvements over state-of-the-art sparse direct solvers. The implementation achieves high performance and good scalability on a range of modern shared memory parallel systems, including the Intel Xeon Phi (MIC). The code is part of a software package called STRUMPACK - STRUctured Matrices PACKage, which also has a distributed memory component for dense rank-structured matrices.« less
Optimization of Sparse Matrix-Vector Multiplication on Emerging Multicore Platforms
DOE Office of Scientific and Technical Information (OSTI.GOV)
Williams, Samuel; Oliker, Leonid; Vuduc, Richard
2008-10-16
We are witnessing a dramatic change in computer architecture due to the multicore paradigm shift, as every electronic device from cell phones to supercomputers confronts parallelism of unprecedented scale. To fully unleash the potential of these systems, the HPC community must develop multicore specific-optimization methodologies for important scientific computations. In this work, we examine sparse matrix-vector multiply (SpMV) - one of the most heavily used kernels in scientific computing - across a broad spectrum of multicore designs. Our experimental platform includes the homogeneous AMD quad-core, AMD dual-core, and Intel quad-core designs, the heterogeneous STI Cell, as well as one ofmore » the first scientific studies of the highly multithreaded Sun Victoria Falls (a Niagara2 SMP). We present several optimization strategies especially effective for the multicore environment, and demonstrate significant performance improvements compared to existing state-of-the-art serial and parallel SpMV implementations. Additionally, we present key insights into the architectural trade-offs of leading multicore design strategies, in the context of demanding memory-bound numerical algorithms.« less
Ghysels, Pieter; Li, Xiaoye S.; Rouet, Francois -Henry; ...
2016-10-27
Here, we present a sparse linear system solver that is based on a multifrontal variant of Gaussian elimination and exploits low-rank approximation of the resulting dense frontal matrices. We use hierarchically semiseparable (HSS) matrices, which have low-rank off-diagonal blocks, to approximate the frontal matrices. For HSS matrix construction, a randomized sampling algorithm is used together with interpolative decompositions. The combination of the randomized compression with a fast ULV HSS factoriz ation leads to a solver with lower computational complexity than the standard multifrontal method for many applications, resulting in speedups up to 7 fold for problems in our test suite.more » The implementation targets many-core systems by using task parallelism with dynamic runtime scheduling. Numerical experiments show performance improvements over state-of-the-art sparse direct solvers. The implementation achieves high performance and good scalability on a range of modern shared memory parallel systems, including the Intel Xeon Phi (MIC). The code is part of a software package called STRUMPACK - STRUctured Matrices PACKage, which also has a distributed memory component for dense rank-structured matrices.« less
Rossi Espagnet, M C; Bangiyev, L; Haber, M; Block, K T; Babb, J; Ruggiero, V; Boada, F; Gonen, O; Fatterpekar, G M
2015-08-01
The pituitary gland is located outside of the blood-brain barrier. Dynamic T1 weighted contrast enhanced sequence is considered to be the gold standard to evaluate this region. However, it does not allow assessment of intrinsic permeability properties of the gland. Our aim was to demonstrate the utility of radial volumetric interpolated brain examination with the golden-angle radial sparse parallel technique to evaluate permeability characteristics of the individual components (anterior and posterior gland and the median eminence) of the pituitary gland and areas of differential enhancement and to optimize the study acquisition time. A retrospective study was performed in 52 patients (group 1, 25 patients with normal pituitary glands; and group 2, 27 patients with a known diagnosis of microadenoma). Radial volumetric interpolated brain examination sequences with golden-angle radial sparse parallel technique were evaluated with an ROI-based method to obtain signal-time curves and permeability measures of individual normal structures within the pituitary gland and areas of differential enhancement. Statistical analyses were performed to assess differences in the permeability parameters of these individual regions and optimize the study acquisition time. Signal-time curves from the posterior pituitary gland and median eminence demonstrated a faster wash-in and time of maximum enhancement with a lower peak of enhancement compared with the anterior pituitary gland (P < .005). Time-optimization analysis demonstrated that 120 seconds is ideal for dynamic pituitary gland evaluation. In the absence of a clinical history, differences in the signal-time curves allow easy distinction between a simple cyst and a microadenoma. This retrospective study confirms the ability of the golden-angle radial sparse parallel technique to evaluate the permeability characteristics of the pituitary gland and establishes 120 seconds as the ideal acquisition time for dynamic pituitary gland imaging. © 2015 by American Journal of Neuroradiology.
Rossi Espagnet, M.C.; Bangiyev, L.; Haber, M.; Block, K.T.; Babb, J.; Ruggiero, V.; Boada, F.; Gonen, O.; Fatterpekar, G.M.
2015-01-01
BACKGROUNDANDPURPOSE The pituitary gland is located outside of the blood-brain barrier. Dynamic T1 weighted contrast enhanced sequence is considered to be the gold standard to evaluate this region. However, it does not allow assessment of intrinsic permeability properties of the gland. Our aim was to demonstrate the utility of radial volumetric interpolated brain examination with the golden-angle radial sparse parallel technique to evaluate permeability characteristics of the individual components (anterior and posterior gland and the median eminence) of the pituitary gland and areas of differential enhancement and to optimize the study acquisition time. MATERIALS AND METHODS A retrospective study was performed in 52 patients (group 1, 25 patients with normal pituitary glands; and group 2, 27 patients with a known diagnosis of microadenoma). Radial volumetric interpolated brain examination sequences with golden-angle radial sparse parallel technique were evaluated with an ROI-based method to obtain signal-time curves and permeability measures of individual normal structures within the pituitary gland and areas of differential enhancement. Statistical analyses were performed to assess differences in the permeability parameters of these individual regions and optimize the study acquisition time. RESULTS Signal-time curves from the posterior pituitary gland and median eminence demonstrated a faster wash-in and time of maximum enhancement with a lower peak of enhancement compared with the anterior pituitary gland (P < .005). Time-optimization analysis demonstrated that 120 seconds is ideal for dynamic pituitary gland evaluation. In the absence of a clinical history, differences in the signal-time curves allow easy distinction between a simple cyst and a microadenoma. CONCLUSIONS This retrospective study confirms the ability of the golden-angle radial sparse parallel technique to evaluate the permeability characteristics of the pituitary gland and establishes 120 seconds as the ideal acquisition time for dynamic pituitary gland imaging. PMID:25953760
Laplace-domain waveform modeling and inversion for the 3D acoustic-elastic coupled media
NASA Astrophysics Data System (ADS)
Shin, Jungkyun; Shin, Changsoo; Calandra, Henri
2016-06-01
Laplace-domain waveform inversion reconstructs long-wavelength subsurface models by using the zero-frequency component of damped seismic signals. Despite the computational advantages of Laplace-domain waveform inversion over conventional frequency-domain waveform inversion, an acoustic assumption and an iterative matrix solver have been used to invert 3D marine datasets to mitigate the intensive computing cost. In this study, we develop a Laplace-domain waveform modeling and inversion algorithm for 3D acoustic-elastic coupled media by using a parallel sparse direct solver library (MUltifrontal Massively Parallel Solver, MUMPS). We precisely simulate a real marine environment by coupling the 3D acoustic and elastic wave equations with the proper boundary condition at the fluid-solid interface. In addition, we can extract the elastic properties of the Earth below the sea bottom from the recorded acoustic pressure datasets. As a matrix solver, the parallel sparse direct solver is used to factorize the non-symmetric impedance matrix in a distributed memory architecture and rapidly solve the wave field for a number of shots by using the lower and upper matrix factors. Using both synthetic datasets and real datasets obtained by a 3D wide azimuth survey, the long-wavelength component of the P-wave and S-wave velocity models is reconstructed and the proposed modeling and inversion algorithm are verified. A cluster of 80 CPU cores is used for this study.
NASA Astrophysics Data System (ADS)
Kaporin, I. E.
2012-02-01
In order to precondition a sparse symmetric positive definite matrix, its approximate inverse is examined, which is represented as the product of two sparse mutually adjoint triangular matrices. In this way, the solution of the corresponding system of linear algebraic equations (SLAE) by applying the preconditioned conjugate gradient method (CGM) is reduced to performing only elementary vector operations and calculating sparse matrix-vector products. A method for constructing the above preconditioner is described and analyzed. The triangular factor has a fixed sparsity pattern and is optimal in the sense that the preconditioned matrix has a minimum K-condition number. The use of polynomial preconditioning based on Chebyshev polynomials makes it possible to considerably reduce the amount of scalar product operations (at the cost of an insignificant increase in the total number of arithmetic operations). The possibility of an efficient massively parallel implementation of the resulting method for solving SLAEs is discussed. For a sequential version of this method, the results obtained by solving 56 test problems from the Florida sparse matrix collection (which are large-scale and ill-conditioned) are presented. These results show that the method is highly reliable and has low computational costs.
Zorrilla, Victor; De Los Santos, Maxy B; Espada, Liz; Santos, Rocío Del Pilar; Fernandez, Roberto; Urquia, Albino; Stoops, Craig A; Ballard, Sarah-Blythe; Lescano, Andres G; Vásquez, Gissella M; Valdivia, Hugo O
2017-11-01
Cutaneous leishmaniasis (CL) is an important health problem in the New World affecting civilian and military populations that are frequently exposed in endemic settings. The Peruvian region of Madre de Dios located near the border with Brazil is one of the most endemic CL regions in South America with more than 4,451 reported cases between 2010 and 2015 according to the Peruvian epidemiology directorate. However, little is known regarding the diversity and distribution of sand fly vectors in this region. In this study, we aimed to characterize the sand fly fauna in this endemic setting and identify sand fly species naturally infected with Leishmania possibly involved in pathogen transmission. Sand fly collections were carried out during 2014 and 2015 in the communities of Flor de Acre, Villa Primavera, Mavila and Arca Pacahuara using CDC light traps and Shannon traps. Collected specimens were identified and non-blood-fed females were selected for Leishmania infection screening using kinetoplastid DNA-PCR (kDNA-PCR) and nested Real time PCR for species identification. A total of 10,897 phlebotomines belonging to the genus Lutzomyia (58 species) and Brumptomyia (2 species) were collected. Our study confirmed the widespread distribution and abundance of Lutzomyia (Trichophoromyia) spp. (24%), Lu. whitmani (19.4%) and Lu. yucumensis (15.8%) in the region. Analysis of Shannon diversity index indicates variability in sand fly composition across sites with Villa Primavera presenting the highest sand fly diversity and abundance. Leishmania screening by kDNA-PCR resulted in 45 positive pools collected from Flor de Acre (34 pools), Mavila (10 pools) and Arca Pacahuara (1 pool) and included 14 species: Lu. yucumensis, Lu. aragoi, Lu. sallesi, Lu. sherlocki, Lu. shawi, Lu. walkeri, Lu nevesi, Lu. migonei, Lu. davisi, Lu. carrerai, Lu. hirsuta, Lu. (Trichophoromyia) spp., Lu. llanosmartinsi and Lu. whitmani. Lutzomyia sherlocki, Lu. walkeri and Lu. llanosmartinsi had the highest infection rates (8%, 7% and 6%, respectively). We identified Leishmania guyanensis in two Lu. whitmani pools, and L. braziliensis in two Lu. llanosmartinsi pools and one Lu. davisi pool. Based on our collections there is high sand fly diversity in Madre de Dios, with differences in sand fly abundance and species composition across sites. We identified 14 sand fly species naturally infected with Leishmania spp., having detected natural infection with L. (V.) guyanensis and L. (V.) braziliensis in three sand fly species. These results suggest the presence of several potential vectors that vary in their spatial and geographical distribution, which could explain the high prevalence of CL cases in this region.
LuFLA1PRO and LuBGAL1PRO promote gene expression in the phloem fibres of flax (Linum usitatissimum).
Hobson, Neil; Deyholos, Michael K
2013-04-01
Cell type-specific promoters were identified that drive gene expression in an industrially important product. To identify flax (Linum usitatissimum) gene promoters, we analyzed the genomic regions upstream of a fasciclin-like arabinogalactan protein (LuFLA1) and a beta-galactosidase (LuBGAL1). Both of these genes encode transcripts that have been found to be highly enriched in tissues bearing phloem fibres. Using a beta-glucuronidase (GUS) reporter construct, we found that a 908-bp genomic sequence upstream of LuFLA1 (LuFLA1PRO) directed GUS expression with high specificity to phloem fibres undergoing secondary cell wall development. The DNA sequence upstream of LuBGAL1 (LuBGAL1PRO) likewise produced GUS staining in phloem fibres with developing secondary walls, as well as in tissues of developing flowers and seed bolls. These data provide further evidence of a specific role for LuFLA1 in phloem fibre development, and demonstrate the utility of LuFLA1PRO and LuBGAL1PRO as tools for biotechnology and further investigations of phloem fibre development.
Hernández, Claribel; Ruiz-García, Manuel; Munstermann, Leonard; Ferro, Cristina
2008-12-01
Sixteen isoenzyme patterns were analyzed for five Colombian Lutzomyia species. The average unbiased expected heterozygosity levels ranged from 0.098 (Lu. youngi) to 0.215 (Lu. torrvida). The five species samples, taken all the isoenzymes employed, were significantly deviated from the Hardy-Weinberg equilibrium by homozygous excess with classical as well as Markov chain exact tests. Possible causes: (1) Wahlund effect within populations due to subdivision and/or sampling. Endogamy could be discarded because these loci were affected by highly different levels of homozygous excess. (2) Null alleles could be not discarded, at least for some isoenzymes. The hierarchical Wright's F analysis showed high and significant values for each parameter. The average F(IT) value was 0.655 with a conspicous homozygous excess at a global level (all species taken together); the average F(IS) value was significantly positive (0.515) as well, with homozygous excess within each species. The genetic heterogeneity between the fives species was noteworthy (F(ST) 0.288), indicating clear genetic differentiation. The more related species pairs were Lu. longiflocosa-Lu. torvida (0.959) and Lu torvida-Lu. spinicrassa (0.960); while Lu. torvida-Lu. youngi (0.805) and Lu. quasitownsendi-Lu. youngi (0.796) were the most divergent (Nei's genetic identity matrix). UPGMA and Wagner algorithms showed that the most divergent species was Lu. youngi, whereas the most related were Lu. longiflocosa-Lu. torvida and Lu torvida-Lu. spinicrassa. A spatial autocorrelation analysis (Moran's I index) revealed a very weak, or inexistent spatial structure, which means that the speciation events between these species were independent from the geographic distances from where they currently live.
NASA Astrophysics Data System (ADS)
Frickenhaus, Stephan; Hiller, Wolfgang; Best, Meike
The portable software FoSSI is introduced that—in combination with additional free solver software packages—allows for an efficient and scalable parallel solution of large sparse linear equations systems arising in finite element model codes. FoSSI is intended to support rapid model code development, completely hiding the complexity of the underlying solver packages. In particular, the model developer need not be an expert in parallelization and is yet free to switch between different solver packages by simple modifications of the interface call. FoSSI offers an efficient and easy, yet flexible interface to several parallel solvers, most of them available on the web, such as PETSC, AZTEC, MUMPS, PILUT and HYPRE. FoSSI makes use of the concept of handles for vectors, matrices, preconditioners and solvers, that is frequently used in solver libraries. Hence, FoSSI allows for a flexible treatment of several linear equations systems and associated preconditioners at the same time, even in parallel on separate MPI-communicators. The second special feature in FoSSI is the task specifier, being a combination of keywords, each configuring a certain phase in the solver setup. This enables the user to control a solver over one unique subroutine. Furthermore, FoSSI has rather similar features for all solvers, making a fast solver intercomparison or exchange an easy task. FoSSI is a community software, proven in an adaptive 2D-atmosphere model and a 3D-primitive equation ocean model, both formulated in finite elements. The present paper discusses perspectives of an OpenMP-implementation of parallel iterative solvers based on domain decomposition methods. This approach to OpenMP solvers is rather attractive, as the code for domain-local operations of factorization, preconditioning and matrix-vector product can be readily taken from a sequential implementation that is also suitable to be used in an MPI-variant. Code development in this direction is in an advanced state under the name ScOPES: the Scalable Open Parallel sparse linear Equations Solver.
Pan, Liangjie; Jiang, Benxue; Fan, Jintai; Yang, Qiuhong; Zhou, Chunlin; Zhang, Pande; Mao, Xiaojian; Zhang, Long
2015-01-01
The synthesis of pure and well dispersed lutetium aluminum garnet (LuAG) powder is crucial and important for the preparation of LuAG transparent ceramics. In this paper, high purity and well dispersed LuAG powders have been synthesized via co-precipitation method with lutetium nitrate and aluminum nitrate as raw materials. Ammonium hydrogen carbonate (AHC) was used as the precipitant. The influence of aging time, pH value, and dripping speed on the prepared LuAG powders were investigated. It showed that long aging duration (>15 h) with high terminal pH value (>7.80) resulted in segregation of rhombus Lu precipitate and Al precipitate. By decreasing the initial pH value or accelerating the dripping speed, rhombus Lu precipitate was eliminated and pure LuAG nano powders were synthesized. High quality LuAG transparent ceramics with transmission >75% at 1064 nm were fabricated using these well dispersed nano LuAG powders. PMID:28793510
Pan, Liangjie; Jiang, Benxue; Fan, Jintai; Yang, Qiuhong; Zhou, Chunlin; Zhang, Pande; Mao, Xiaojian; Zhang, Long
2015-08-19
The synthesis of pure and well dispersed lutetium aluminum garnet (LuAG) powder is crucial and important for the preparation of LuAG transparent ceramics. In this paper, high purity and well dispersed LuAG powders have been synthesized via co-precipitation method with lutetium nitrate and aluminum nitrate as raw materials. Ammonium hydrogen carbonate (AHC) was used as the precipitant. The influence of aging time, pH value, and dripping speed on the prepared LuAG powders were investigated. It showed that long aging duration (>15 h) with high terminal pH value (>7.80) resulted in segregation of rhombus Lu precipitate and Al precipitate. By decreasing the initial pH value or accelerating the dripping speed, rhombus Lu precipitate was eliminated and pure LuAG nano powders were synthesized. High quality LuAG transparent ceramics with transmission >75% at 1064 nm were fabricated using these well dispersed nano LuAG powders.
Oxidation of laser-induced plasma species in different background conditions
NASA Astrophysics Data System (ADS)
Bator, Matthias; Schneider, Christof W.; Lippert, Thomas; Wokaun, Alexander
2013-08-01
The evolution of Lu and LuO species in a laser ablation plasma from different targets has been investigated by simultaneously performing mass spectrometry and plasma imaging. Ablation was achieved with a 248 nm KrF laser from a Lu, a Lu2O5 and a LuMnO3 target under different background gas conditions. Mass spectrometry measurements show very similar intensities and ratios for the respective species for all three targets under the same ablation conditions. This indicates only a small influence of the target on the final Lu and LuO contents in the plasma, with the major influence coming from collisions with the background gas. Furthermore, spatially, timely and spectrally resolved plasma imaging was utilized to clearly identify the shockwave at the plasma front as the main region for Lu oxidation. A strong decrease of Lu intensities together with a directly correlated increase of LuO was observed toward the outer regions of the plasma.
Parallel iterative solution for h and p approximations of the shallow water equations
Barragy, E.J.; Walters, R.A.
1998-01-01
A p finite element scheme and parallel iterative solver are introduced for a modified form of the shallow water equations. The governing equations are the three-dimensional shallow water equations. After a harmonic decomposition in time and rearrangement, the resulting equations are a complex Helmholz problem for surface elevation, and a complex momentum equation for the horizontal velocity. Both equations are nonlinear and the resulting system is solved using the Picard iteration combined with a preconditioned biconjugate gradient (PBCG) method for the linearized subproblems. A subdomain-based parallel preconditioner is developed which uses incomplete LU factorization with thresholding (ILUT) methods within subdomains, overlapping ILUT factorizations for subdomain boundaries and under-relaxed iteration for the resulting block system. The method builds on techniques successfully applied to linear elements by introducing ordering and condensation techniques to handle uniform p refinement. The combined methods show good performance for a range of p (element order), h (element size), and N (number of processors). Performance and scalability results are presented for a field scale problem where up to 512 processors are used. ?? 1998 Elsevier Science Ltd. All rights reserved.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Luszczek, Piotr R; Tomov, Stanimire Z; Dongarra, Jack J
We present an efficient and scalable programming model for the development of linear algebra in heterogeneous multi-coprocessor environments. The model incorporates some of the current best design and implementation practices for the heterogeneous acceleration of dense linear algebra (DLA). Examples are given as the basis for solving linear systems' algorithms - the LU, QR, and Cholesky factorizations. To generate the extreme level of parallelism needed for the efficient use of coprocessors, algorithms of interest are redesigned and then split into well-chosen computational tasks. The tasks execution is scheduled over the computational components of a hybrid system of multi-core CPUs andmore » coprocessors using a light-weight runtime system. The use of lightweight runtime systems keeps scheduling overhead low, while enabling the expression of parallelism through otherwise sequential code. This simplifies the development efforts and allows the exploration of the unique strengths of the various hardware components.« less
Evaluating Sparse Linear System Solvers on Scalable Parallel Architectures
2008-10-01
42 3.4 Residual history of WSO banded preconditioner for problem 2D 54019 HIGHK . . . . . . . . . . . . . . . . . . . . . . . . . . 43...3.5 Residual history of WSO banded preconditioner for problem Appu 43 3.6 Residual history of WSO banded preconditioner for problem ASIC 680k...44 3.7 Residual history of WSO banded preconditioner for problem BUN- DLE1
Gupta, Dinesh C; Bhat, Idris Hamid
2013-12-01
The structural, elastic and electronic properties of lutatium-pnictides (LuN, LuP, LuAs, LuSb, and LuBi) were analyzed by using full-potential linearized augmented plane wave within generalized gradient approximation in the stable rock-salt structure (B1 phase) with space group Fm-3m and high-pressure CsCl structure (B2 phase) with space group Pm-3m. Hubbard-U and spin-orbit coupling were included to predict correctly the semiconducting band gap of LuN. Under compression, these materials undergo first-order structural transitions from B1 to B2 phases at 241, 98, 56.82, 25.2 and 32.3 GPa, respectively. The computed elastic properties show that LuBi is ductile by nature. The electronic structure calculations show that LuN is semiconductor at ambient conditions with an indirect band gap of 1.55 eV while other Lu-pnictides are metallic. It was observed that LuN shows metallization at high pressures. The structural properties, viz, equilibrium lattice constant, bulk modulus and its pressure derivative, transition pressure, equation of state, volume collapse, band gap and elastic moduli, show good agreement with available data.
Wimpenny, Josh B; Amelin, Yuri; Yin, Qing-Zhu
2013-12-03
Evidence of (176)Hf excess in select meteorites older than 4556Ma was suggested to be caused by excitation of long-lived natural radionuclide (176)Lu to its short-lived isomer (176m)Lu, due to an irradiation event during accretion in the early solar system. A result of this process would be a deficit in (176)Lu in irradiated samples by between 1‰ and 7‰. Previous measurements of the Lu isotope ratio in rock samples have not been of sufficient precision to resolve such a phenomenon. We present a new analytical technique designed to measure the (176)Lu/(175)Lu isotope ratio in rock samples to a precision of ~0.1‰ using a multicollector inductively coupled mass spectrometer (MC-ICPMS). To account for mass bias we normalized all unknowns to Ames Lu. To correct for any drift and instability associated with mass bias, all standards and samples are doped with W metal and normalized to the nominal W isotopic composition. Any instability in the mass bias is then corrected by characterizing the relationship between the fractionation factor of Lu and W, which is calculated at the start of every analytical session. After correction for isobaric interferences, in particular (176)Yb, we were able to measure (176)Lu/(175)Lu ratios in samples to a precision of ~0.1‰. However, these terrestrial standards were fractionated from Ames Lu by an average of 1.22 ± 0.09‰. This offset in (176)Lu/(175)Lu is probably caused by isotopic fractionation of Lu during industrial processing of the Ames Lu standard. To allow more straightforward data comparison we propose the use of NIST3130a as a bracketing standard in future studies. Relative to NIST3130a, the terrestrial standards have a final weighted mean δ(176)Lu value of 0.11 ± 0.09‰. All samples have uncertainties of better than 0.11‰; hence, our technique is fully capable of resolving any differences in δ(176)Lu of greater than 1‰.
Khawar, Ambreen; Eppard, Elisabeth; Sinnes, Jean Phlippe; Roesch, Frank; Ahmadzadehfar, Hojjat; Kürpig, Stefan; Meisenheimer, Michael; Gaertner, Florian C; Essler, Markus; Bundschuh, Ralph A
2018-04-23
In vivo pharmacokinetic analysis of [Sc]Sc-PSMA-617 was used to determine the normal organ-absorbed doses that may result from therapeutic activity of [Lu]Lu-PSMA-617 and to predict the maximum permissible activity of [Lu]Lu-PSMA-617 for patients with metastatic castration-resistant prostate carcinoma. Pharmacokinetics of [Sc]Sc-PSMA-617 was evaluated in 5 patients with metastatic castration-resistant prostate carcinoma using dynamic PET/CT, followed by 3 static PET/CT acquisitions and blood sample collection over 19.5 hours, as well as urine sample collection at 2 time points. Total activity measured in source organs by PET imaging, as well as counts per milliliter measured in blood and urine samples, was decay corrected back to the time of injection using the half-life of Sc. Afterward, forward decay correction using the half-life of Lu was performed, extrapolating the pharmacokinetics of [Sc]Sc-PSMA-617 to that of [Lu]Lu-PSMA-617. Source organs residence times and organ-absorbed doses for [Lu]Lu-PSMA-617 were calculated using OLINDA/EXM software. Bone marrow self-dose was determined with indirect blood-based method, and urinary bladder contents residence time was estimated by trapezoidal approximation. The maximum permissible activity of [Lu]Lu-PSMA-617 was calculated for each patient considering external beam radiotherapy toxicity limits for radiation absorbed doses to kidneys, bone marrow, salivary glands, and whole body. The predicted mean organ-absorbed doses were highest in the kidneys (0.44 mSv/MBq), followed by the salivary glands (0.23 mSv/MBq). The maximum permissible activity was highly variable among patients; limited by whole body-absorbed dose (1 patient), marrow-absorbed dose (1 patient), and kidney-absorbed dose (3 patients). [Sc]Sc-PSMA-617 PET/CT imaging is feasible and allows theoretical extrapolation of the pharmacokinetics of [Sc]Sc-PSMA-617 to that of [Lu]Lu-PSMA-617, with the intent of predicting normal organ-absorbed doses and maximum permissible activity in patients scheduled for therapy with [Lu]Lu-PSMA-617.
Zorrilla, Victor; De Los Santos, Maxy B.; Espada, Liz; Santos, Rocío del Pilar; Fernandez, Roberto; Urquia, Albino; Stoops, Craig A.; Ballard, Sarah-Blythe; Lescano, Andres G.; Vásquez, Gissella M.; Valdivia, Hugo O.
2017-01-01
Background Cutaneous leishmaniasis (CL) is an important health problem in the New World affecting civilian and military populations that are frequently exposed in endemic settings. The Peruvian region of Madre de Dios located near the border with Brazil is one of the most endemic CL regions in South America with more than 4,451 reported cases between 2010 and 2015 according to the Peruvian epidemiology directorate. However, little is known regarding the diversity and distribution of sand fly vectors in this region. In this study, we aimed to characterize the sand fly fauna in this endemic setting and identify sand fly species naturally infected with Leishmania possibly involved in pathogen transmission. Methods Sand fly collections were carried out during 2014 and 2015 in the communities of Flor de Acre, Villa Primavera, Mavila and Arca Pacahuara using CDC light traps and Shannon traps. Collected specimens were identified and non-blood-fed females were selected for Leishmania infection screening using kinetoplastid DNA-PCR (kDNA-PCR) and nested Real time PCR for species identification. Results A total of 10,897 phlebotomines belonging to the genus Lutzomyia (58 species) and Brumptomyia (2 species) were collected. Our study confirmed the widespread distribution and abundance of Lutzomyia (Trichophoromyia) spp. (24%), Lu. whitmani (19.4%) and Lu. yucumensis (15.8%) in the region. Analysis of Shannon diversity index indicates variability in sand fly composition across sites with Villa Primavera presenting the highest sand fly diversity and abundance. Leishmania screening by kDNA-PCR resulted in 45 positive pools collected from Flor de Acre (34 pools), Mavila (10 pools) and Arca Pacahuara (1 pool) and included 14 species: Lu. yucumensis, Lu. aragoi, Lu. sallesi, Lu. sherlocki, Lu. shawi, Lu. walkeri, Lu nevesi, Lu. migonei, Lu. davisi, Lu. carrerai, Lu. hirsuta, Lu. (Trichophoromyia) spp., Lu. llanosmartinsi and Lu. whitmani. Lutzomyia sherlocki, Lu. walkeri and Lu. llanosmartinsi had the highest infection rates (8%, 7% and 6%, respectively). We identified Leishmania guyanensis in two Lu. whitmani pools, and L. braziliensis in two Lu. llanosmartinsi pools and one Lu. davisi pool. Conclusions Based on our collections there is high sand fly diversity in Madre de Dios, with differences in sand fly abundance and species composition across sites. We identified 14 sand fly species naturally infected with Leishmania spp., having detected natural infection with L. (V.) guyanensis and L. (V.) braziliensis in three sand fly species. These results suggest the presence of several potential vectors that vary in their spatial and geographical distribution, which could explain the high prevalence of CL cases in this region. PMID:29107954
BCYCLIC: A parallel block tridiagonal matrix cyclic solver
NASA Astrophysics Data System (ADS)
Hirshman, S. P.; Perumalla, K. S.; Lynch, V. E.; Sanchez, R.
2010-09-01
A block tridiagonal matrix is factored with minimal fill-in using a cyclic reduction algorithm that is easily parallelized. Storage of the factored blocks allows the application of the inverse to multiple right-hand sides which may not be known at factorization time. Scalability with the number of block rows is achieved with cyclic reduction, while scalability with the block size is achieved using multithreaded routines (OpenMP, GotoBLAS) for block matrix manipulation. This dual scalability is a noteworthy feature of this new solver, as well as its ability to efficiently handle arbitrary (non-powers-of-2) block row and processor numbers. Comparison with a state-of-the art parallel sparse solver is presented. It is expected that this new solver will allow many physical applications to optimally use the parallel resources on current supercomputers. Example usage of the solver in magneto-hydrodynamic (MHD), three-dimensional equilibrium solvers for high-temperature fusion plasmas is cited.
Parallelization of the preconditioned IDR solver for modern multicore computer systems
NASA Astrophysics Data System (ADS)
Bessonov, O. A.; Fedoseyev, A. I.
2012-10-01
This paper present the analysis, parallelization and optimization approach for the large sparse matrix solver CNSPACK for modern multicore microprocessors. CNSPACK is an advanced solver successfully used for coupled solution of stiff problems arising in multiphysics applications such as CFD, semiconductor transport, kinetic and quantum problems. It employs iterative IDR algorithm with ILU preconditioning (user chosen ILU preconditioning order). CNSPACK has been successfully used during last decade for solving problems in several application areas, including fluid dynamics and semiconductor device simulation. However, there was a dramatic change in processor architectures and computer system organization in recent years. Due to this, performance criteria and methods have been revisited, together with involving the parallelization of the solver and preconditioner using Open MP environment. Results of the successful implementation for efficient parallelization are presented for the most advances computer system (Intel Core i7-9xx or two-processor Xeon 55xx/56xx).
Santos, Mirella F. C.; Ribolla, Paulo E. M.; Alonso, Diego P.; Andrade-Filho, José D.; Casaril, Aline E.; Ferreira, Alda M. T.; Fernandes, Carlos E. S.; Brazil, Reginaldo P.; Oliveira, Alessandra G.
2013-01-01
Background Lutzomyia longipalpis (Diptera: Psychodidae) is the major vector of Leishmania (Leishmania) infantum and thus plays a crucial role in the epidemiology of American visceral leishmaniasis (AVL). This vector is the best studied species of sand fly in the Neotropical region. Many studies claim that this vector is in fact a species complex; however there is still no consensus regarding the number of species that belong into this complex or the geographical distribution of sibling species. The aim of the present study was to analyze the genetic relationships within Lu. longipalpis populations in the state of Mato Grosso do Sul (MS), Brazil. Methodology/Principal Findings We collected 30 Lu. longipalpis (15 females and 15 males) from five localities (Campo Grande, Três Lagoas, Aquidauana, Miranda and Bonito) and 30 Lu. Cruzi from Corumbá, totaling 180 sandflies from MS, and 30 Lu. longipalpis from Estrela de Alagoas, state of Alagoas (AL), Northeast Brazil. We show that eight previously described microsatellite loci were sufficient in distinguishing Lu. longipalpis from Lu. Cruzi, which is a closely related species, and in differentiating between Lu. longipalpis collected in MS versus Estrela de Alagoas. Analyses of the genotypes revealed introgression between sympatric Lu. longipalpis and Lu. Cruzi. Conclusions/Significance Our findings support the hypothesis of cryptic species within the Lu. longipalpis complex. Furthermore, our data revealed introgression between Lu. longipalpis and Lu. cruzi. This phenomenon should be further investigated to determine the level and incidence of hybridization between these two species. We also demonstrated that microsatellite markers are a powerful tool for differentiating sand fly populations and species. The present study has elucidated the population structure of Lu. longipalpis in MS and, by extension, the Neotropical Lu. longipalpis complex itself. PMID:24066129
Regression Models for Predicting Building Material Distribution in Four Northeastern Cities.
1985-12-01
LU1617 - 0120 -. 0335 -.0267 - 0253 -.0345 LU2122 -. 0423 -. 0428 5596** -. 0097 -. 0071 TI - 1706* -. 3394** -. 0933 -. 0884 -. 1815- TIULTI 0240 -. 0535...LU12 .0602 -.0367 -. 0429 -. 0422 -. 0821 LU13 0391 -.0465 -. 0426 -.0422 .0009 LUI4 0246 -. 0816 .2767** -. 0001 .1902** LU1617 -. 1307 2676** .0781
Department of Defense Data Model, Version 1, Fy 1998, Volume 2.
1998-05-31
tDC ^Sg ujs-ijg ^ ^ Z uj UJ ooätb UJ UJ X DC DC a a v> a a o o o XXX LU LU LU > > > ODD LU LU LU z z z OO o x x UJ x LU UJ Q LU D...oog 00=3 * I- U-.Z ^ Tm UJ uj u. UJ PX z2 UJ < 96 HZ Zh Ul o E< UJ DC UJ I- oc z oo < o 1- uj! ps s< l-O ZC3 O UJ oz _l _l...zzi => = b o o z EEg <ɡ Q UI I- LUOO b > s < OcLbz EazO << = o UI Ul Ul UI ui l- D X OS "z Eil ?u «ES
Accelerating scientific computations with mixed precision algorithms
NASA Astrophysics Data System (ADS)
Baboulin, Marc; Buttari, Alfredo; Dongarra, Jack; Kurzak, Jakub; Langou, Julie; Langou, Julien; Luszczek, Piotr; Tomov, Stanimire
2009-12-01
On modern architectures, the performance of 32-bit operations is often at least twice as fast as the performance of 64-bit operations. By using a combination of 32-bit and 64-bit floating point arithmetic, the performance of many dense and sparse linear algebra algorithms can be significantly enhanced while maintaining the 64-bit accuracy of the resulting solution. The approach presented here can apply not only to conventional processors but also to other technologies such as Field Programmable Gate Arrays (FPGA), Graphical Processing Units (GPU), and the STI Cell BE processor. Results on modern processor architectures and the STI Cell BE are presented. Program summaryProgram title: ITER-REF Catalogue identifier: AECO_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AECO_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 7211 No. of bytes in distributed program, including test data, etc.: 41 862 Distribution format: tar.gz Programming language: FORTRAN 77 Computer: desktop, server Operating system: Unix/Linux RAM: 512 Mbytes Classification: 4.8 External routines: BLAS (optional) Nature of problem: On modern architectures, the performance of 32-bit operations is often at least twice as fast as the performance of 64-bit operations. By using a combination of 32-bit and 64-bit floating point arithmetic, the performance of many dense and sparse linear algebra algorithms can be significantly enhanced while maintaining the 64-bit accuracy of the resulting solution. Solution method: Mixed precision algorithms stem from the observation that, in many cases, a single precision solution of a problem can be refined to the point where double precision accuracy is achieved. A common approach to the solution of linear systems, either dense or sparse, is to perform the LU factorization of the coefficient matrix using Gaussian elimination. First, the coefficient matrix A is factored into the product of a lower triangular matrix L and an upper triangular matrix U. Partial row pivoting is in general used to improve numerical stability resulting in a factorization PA=LU, where P is a permutation matrix. The solution for the system is achieved by first solving Ly=Pb (forward substitution) and then solving Ux=y (backward substitution). Due to round-off errors, the computed solution, x, carries a numerical error magnified by the condition number of the coefficient matrix A. In order to improve the computed solution, an iterative process can be applied, which produces a correction to the computed solution at each iteration, which then yields the method that is commonly known as the iterative refinement algorithm. Provided that the system is not too ill-conditioned, the algorithm produces a solution correct to the working precision. Running time: seconds/minutes
Resin composite repair for implant-supported crowns.
Bonfante, Estevam A; Suzuki, Marcelo; Hirata, Ronaldo; Bonfante, Gerson; Fardin, Vinicius P; Coelho, Paulo G
2017-08-01
This study evaluated the reliability of implant-supported crowns repaired with resin composites. Fifty-four titanium abutments were divided in three groups (n = 18 each) to support resin nanoceramic molar crowns, as follows: (LU) (Lava Ultimate, 3M ESPE); LU repaired with either a direct or an indirect resin composite. Samples were subjected to mouth-motion accelerated-life testing in water (n = 18). Cumulative damage with a use stress of 300 N was used to plot Weibull curves for group comparison. Reliability was calculated for a mission of 100,000 cycles at 400 N load. Beta values were 0.83 for LU, 0.31 and 0.27 for LU repaired with Filtek and Ceramage, respectively. Weibull modulus for LU was 9.5 and η = 1047 N, m = 6.85, and η = 1002 N for LU repaired with Ceramage, and m = 4.65 and η = 766 N for LU repaired with Filtek (p < 0.10 between LU and LU repaired with Filtek). Reliability at 400 N was 100% for both LU and LU repaired with Ceramage which were significantly higher than LU Filtek repair (32%). LU restored crowns failed cohesively. Fractures were confined within the restored material, and detailed fractography is presented. The performance of resin nanoceramic material repaired with an indirect composite was maintained after accelerated-life testing compared to unrepaired controls. © 2016 Wiley Periodicals, Inc. J Biomed Mater Res Part B: Appl Biomater, 105B: 1481-1489, 2017. © 2016 Wiley Periodicals, Inc.
THE LU ISOTOPIC COMPOSITION OF ACHONDRITES: CLOSING THE CASE FOR ACCELERATED DECAY OF {sup 176}LU
DOE Office of Scientific and Technical Information (OSTI.GOV)
Wimpenny, Josh; Yin, Qing-zhu; Amelin, Yuri, E-mail: jbwimpenny@ucdavis.edu
Studies of Lu–Hf isotope systematics in meteorites have produced apparent “ages” that are older than Pb–Pb ages and older than the estimated age of our solar system. One proposed explanation for this discrepancy is that irradiation by cosmic rays caused excitation of {sup 176}Lu to its short-lived isomer that then underwent rapid decay to {sup 176}Hf. This explanation can account for apparent excesses in {sup 176}Hf that correlate with Lu/Hf ratio. Mass balance requires that samples with measurable excess in {sup 176}Hf should also have measurable deficiencies in {sup 176}Lu on the order of 1‰–3‰. To unambiguously test the acceleratedmore » decay hypothesis, we have measured the {sup 176}Lu/{sup 175}Lu ratio in terrestrial materials and achondrites to search for evidence of depletion in {sup 176}Lu. To a precision of 0.1‰ terrestrial standards, cumulate and basaltic eucrites and angrites all have the same {sup 176}Lu/{sup 175}Lu ratio. Barring a subsequent mass-dependent fractionation event, these results suggest that the apparent excesses in {sup 176}Hf are not caused by accelerated decay of {sup 176}Lu, and so another hypothesis is required to explain apparently old Lu–Hf ages.« less
A GPU-paralleled implementation of an enhanced face recognition algorithm
NASA Astrophysics Data System (ADS)
Chen, Hao; Liu, Xiyang; Shao, Shuai; Zan, Jiguo
2013-03-01
Face recognition algorithm based on compressed sensing and sparse representation is hotly argued in these years. The scheme of this algorithm increases recognition rate as well as anti-noise capability. However, the computational cost is expensive and has become a main restricting factor for real world applications. In this paper, we introduce a GPU-accelerated hybrid variant of face recognition algorithm named parallel face recognition algorithm (pFRA). We describe here how to carry out parallel optimization design to take full advantage of many-core structure of a GPU. The pFRA is tested and compared with several other implementations under different data sample size. Finally, Our pFRA, implemented with NVIDIA GPU and Computer Unified Device Architecture (CUDA) programming model, achieves a significant speedup over the traditional CPU implementations.
The role of phosphates for the Lu-Hf chronology of meteorites
NASA Astrophysics Data System (ADS)
Debaille, Vinciane; Van Orman, James; Yin, Qing-Zhu; Amelin, Yuri
2017-09-01
The 176Lu-176Hf isotopic system is widely used for dating and tracing cosmochemical and geological processes, but still suffers from two uncertainties. First, Lu-Hf isochrons for some early Solar System materials have excess slope of unknown origin that should not be expected for meteorites with ages precisely determined with other isotopic chronometers. This observation translates to an apparent Lu decay constant higher than the one calculated by comparing ages obtained with various dating methods on terrestrial samples. Second, unlike the well constrained Sm/Nd value (to within 2%) for the chondritic uniform reservoir (CHUR), the Lu/Hf ratios in chondrites vary up to 18% when considering all chondrites, adding uncertainty to the Lu/Hf CHUR value. In order to better understand the Lu-Hf systematics of chondrites, we analyzed mineral fractions from the Richardton H5 chondrite to construct an internal Lu-Hf isochron, and set up a numerical model to investigate the effect of preferential diffusion of Lu compared to Hf from phosphate, the phase with the highest Lu-Hf ratio in chondrites, to other minerals. The isochron yields an age of 4647 ± 210 million years (Myr) using the accepted 176Lu decay constant of 1.867 ± 0.008 ×10-11yr-1. Combining this study with the phosphate fractions measured in a previous study yields a slope of 0.08855 ± 0.00072, translating to a 176Lu decay constant of 1.862 ± 0.016 ×10-11yr-1 using the Pb-Pb age previously obtained, in agreement with the accepted value. The large variation of the Lu/Hf phosphates combined with observations in the present study identify phosphates as the key in perturbing Lu-Hf dating and generating the isochron slope discrepancy. This is critical as apatite has substantially higher diffusion rates of rare earth elements than most silicate minerals that comprise stony meteorites. Results of numerical modeling depending of temperature peak, size of the grains and duration of the metamorphic event, show that diffusion processes in phosphate can produce an apparently older Lu-Hf isochron, while this effect will remain negligible in perturbing the Sm-Nd chronology. Our results suggest that only type 3 chondrites with the lowest metamorphic grade and large minerals with minimal diffusive effects are suitable for determination of the Lu-Hf CHUR values and the Lu decay constant respectively.
Fast GPU-based Monte Carlo code for SPECT/CT reconstructions generates improved 177Lu images.
Rydén, T; Heydorn Lagerlöf, J; Hemmingsson, J; Marin, I; Svensson, J; Båth, M; Gjertsson, P; Bernhardt, P
2018-01-04
Full Monte Carlo (MC)-based SPECT reconstructions have a strong potential for correcting for image degrading factors, but the reconstruction times are long. The objective of this study was to develop a highly parallel Monte Carlo code for fast, ordered subset expectation maximum (OSEM) reconstructions of SPECT/CT images. The MC code was written in the Compute Unified Device Architecture language for a computer with four graphics processing units (GPUs) (GeForce GTX Titan X, Nvidia, USA). This enabled simulations of parallel photon emissions from the voxels matrix (128 3 or 256 3 ). Each computed tomography (CT) number was converted to attenuation coefficients for photo absorption, coherent scattering, and incoherent scattering. For photon scattering, the deflection angle was determined by the differential scattering cross sections. An angular response function was developed and used to model the accepted angles for photon interaction with the crystal, and a detector scattering kernel was used for modeling the photon scattering in the detector. Predefined energy and spatial resolution kernels for the crystal were used. The MC code was implemented in the OSEM reconstruction of clinical and phantom 177 Lu SPECT/CT images. The Jaszczak image quality phantom was used to evaluate the performance of the MC reconstruction in comparison with attenuated corrected (AC) OSEM reconstructions and attenuated corrected OSEM reconstructions with resolution recovery corrections (RRC). The performance of the MC code was 3200 million photons/s. The required number of photons emitted per voxel to obtain a sufficiently low noise level in the simulated image was 200 for a 128 3 voxel matrix. With this number of emitted photons/voxel, the MC-based OSEM reconstruction with ten subsets was performed within 20 s/iteration. The images converged after around six iterations. Therefore, the reconstruction time was around 3 min. The activity recovery for the spheres in the Jaszczak phantom was clearly improved with MC-based OSEM reconstruction, e.g., the activity recovery was 88% for the largest sphere, while it was 66% for AC-OSEM and 79% for RRC-OSEM. The GPU-based MC code generated an MC-based SPECT/CT reconstruction within a few minutes, and reconstructed patient images of 177 Lu-DOTATATE treatments revealed clearly improved resolution and contrast.
Manufacturing Methods and Technology Project Execution Report
1981-08-01
DISTRIBUTED. 77 3183 IMPROVED PROCESSES FOR INERTIAL GRADE Q-FLEX ACCELERDMETER SuNSTRAND IMPROVED ACCELEROMETER blAS STABILITY, BY THICKENING GOLD ...O h- ^O UJ —« X -H 1— —i 0 □ LU UO U. 1-0 < a. O 3 LU <£ LU O a LU LO C 0 0 LU O < etf <t X) 1/1 ^ O + ^JJ 3 <I to cL • r-J 3 ■L. LU a: a ^ z < 0...x 2 X O Etf a: >- • Q- aC Q_ ct Q- at :£ ^ Q -^ Ct a C^ £ UJ at J at ac UJ J a a kU a. m —" < X ci; _J ac LU Wl i— O ^- —) <o "O i/J to Ml LU if! O
177Lu-labeled Gold Nanoparticles for Radiation Therapy of Locally Advanced Breast Cancer
NASA Astrophysics Data System (ADS)
Yook, Simmyung
Locally advanced breast cancer (LABC) occurs in about 10-15% of patients diagnosed with breast cancer (BC) and 30% of these patients have triple negative breast cancer (TNBC) that are often epidermal growth factor receptor (EGFR)-positive. The goal of the proposed research was design and evaluate preclinically a novel radiation nanomedicine for LABC composed of EGFR-targeted gold nanoparticles (AuNP) by covalently conjugating panitumumab and 1,4,7,10-tetraazacyclododecane-1,4,7,10-tetraacetic acid (DOTA) complexing 177Lu incorporated into a metal-chelating polymer (MCP) (177 Lu-T-AuNP) which could be used as a neoadjuvant treatment to improve the outcome of patients with LABC. 177Lu-T-AuNP were efficiently internalized by EGFR-positive BC cells and were significantly more effective than 177Lu-labeled and non-targeted (NT)-AuNP for killing these cells. For radiation treatment of EGFR-positive tumours, both 177Lu-T-AuNP and 177Lu-NT-AuNP were intratumourally (i.t.) injected into athymic mice with MDA-MB-468 BC xenografts for comparison. Biodistribution studies showed that 177Lu-T-AuNPs exhibited 2-fold higher tumour retention than 177Lu-NT-AuNPs following i.t. injection at 48 h p.i. Both forms of radiolabeled AuNP were highly effective for inhibiting tumour growth without normal organ toxicity due to local tumour retention of both form of AuNP. To minimize the displacement of 177Lu-labeled MCP from AuNP, polyethylene glycol (PEG) ligands presenting a disulfide [ 177Lu-DOTA-PEG-ortho-pyridyl disulfide (OPSS)], a lipoic acid (LA) [177Lu-DOTA-PEG-lipoic acid (LA)] or multi-LA [PEG- pGlu(177Lu-DOTA)8-LA4] for multivalent binding were synthesized and the stability of MCP-AuNP complexes determined. In vitro challenge study with thiol-containing molecules or human plasma, PEG-pGlu(DOTA)8-LA4-AuNP were most stable. In whole body elimination study, elimination of radioactivity due to displacement of 177Lu-MCP from AuNP in mice injected with 177Lu-DOTA-PEG-OPSS-AuNP was more rapid, indicating that 177Lu-DOTA-PEG-OPSS-AuNP was less stable than two other forms of 177Lu-MCP-AuNP. Since MCP presenting a terminal multi-LA group provides the greatest stability, this conjugation chemistry is the most promising for construction of 177 Lu-labeled and antibody-targeted AuNP for neoadjuvant treatment of LABC.
Late night activity regarding stroke codes: LuNAR strokes.
Tafreshi, Gilda; Raman, Rema; Ernstrom, Karin; Rapp, Karen; Meyer, Brett C
2012-08-01
There is diurnal variation for cardiac arrest and sudden cardiac death. Stroke may show a similar pattern. We assessed whether strokes presenting during a particular time of day or night are more likely of vascular etiology. To compare emergency department stroke codes arriving between 22:00 and 8:00 hours (LuNAR strokes) vs. others (n-LuNAR strokes). The purpose was to determine if late night strokes are more likely to be true strokes or warrant acute tissue plasminogen activator evaluations. We reviewed prospectively collected cases in the University of California, San Diego Stroke Team database gathered over a four-year period. Stroke codes at six emergency departments were classified based on arrival time. Those arriving between 22:00 and 8:00 hours were classified as LuNAR stroke codes, the remainder were classified as 'n-LuNAR'. Patients were further classified as intracerebral hemorrhage, acute ischemic stroke not receiving tissue plasminogen activator, acute ischemic stroke receiving tissue plasminogen activator, transient ischemic attack, and nonstroke. Categorical outcomes were compared using Fisher's Exact test. Continuous outcomes were compared using Wilcoxon's Rank-sum test. A total of 1607 patients were included in our study, of which, 299 (19%) were LuNAR code strokes. The overall median NIHSS was five, higher in the LuNAR group (n-LuNAR 5, LuNAR 7; P=0·022). There was no overall differences in patient diagnoses between LuNAR and n-LuNAR strokes (P=0·169) or diagnosis of acute ischemic stroke receiving tissue plasminogen activator (n-LuNAR 191 (14·6%), LuNAR 42 (14·0%); P=0·86). Mean arrival to computed tomography scan time was longer during LuNAR hours (n-LuNAR 54·9±76·3 min, LuNAR 62·5±87·7 min; P=0·027). There was no significant difference in 90-day mortality (n-LuNAR 15·0%, LuNAR 13·2%; P=0·45). Our stroke center experience showed no difference in diagnosis of acute ischemic stroke between day and night stroke codes. This similarity was further supported in similar rates of tissue plasminogen activator administration. Late night strokes may warrant a more rapid stroke specialist evaluation due to the longer time elapsed from symptom onset and the longer time to computed tomography scan. © 2011 The Authors. International Journal of Stroke © 2011 World Stroke Organization.
NAS Parallel Benchmark Results 11-96. 1.0
NASA Technical Reports Server (NTRS)
Bailey, David H.; Bailey, David; Chancellor, Marisa K. (Technical Monitor)
1997-01-01
The NAS Parallel Benchmarks have been developed at NASA Ames Research Center to study the performance of parallel supercomputers. The eight benchmark problems are specified in a "pencil and paper" fashion. In other words, the complete details of the problem to be solved are given in a technical document, and except for a few restrictions, benchmarkers are free to select the language constructs and implementation techniques best suited for a particular system. These results represent the best results that have been reported to us by the vendors for the specific 3 systems listed. In this report, we present new NPB (Version 1.0) performance results for the following systems: DEC Alpha Server 8400 5/440, Fujitsu VPP Series (VX, VPP300, and VPP700), HP/Convex Exemplar SPP2000, IBM RS/6000 SP P2SC node (120 MHz), NEC SX-4/32, SGI/CRAY T3E, SGI Origin200, and SGI Origin2000. We also report High Performance Fortran (HPF) based NPB results for IBM SP2 Wide Nodes, HP/Convex Exemplar SPP2000, and SGI/CRAY T3D. These results have been submitted by Applied Parallel Research (APR) and Portland Group Inc. (PGI). We also present sustained performance per dollar for Class B LU, SP and BT benchmarks.
Power/Performance Trade-offs of Small Batched LU Based Solvers on GPUs
DOE Office of Scientific and Technical Information (OSTI.GOV)
Villa, Oreste; Fatica, Massimiliano; Gawande, Nitin A.
In this paper we propose and analyze a set of batched linear solvers for small matrices on Graphic Processing Units (GPUs), evaluating the various alternatives depending on the size of the systems to solve. We discuss three different solutions that operate with different level of parallelization and GPU features. The first, exploiting the CUBLAS library, manages matrices of size up to 32x32 and employs Warp level (one matrix, one Warp) parallelism and shared memory. The second works at Thread-block level parallelism (one matrix, one Thread-block), still exploiting shared memory but managing matrices up to 76x76. The third is Thread levelmore » parallel (one matrix, one thread) and can reach sizes up to 128x128, but it does not exploit shared memory and only relies on the high memory bandwidth of the GPU. The first and second solution only support partial pivoting, the third one easily supports partial and full pivoting, making it attractive to problems that require greater numerical stability. We analyze the trade-offs in terms of performance and power consumption as function of the size of the linear systems that are simultaneously solved. We execute the three implementations on a Tesla M2090 (Fermi) and on a Tesla K20 (Kepler).« less
NASA Astrophysics Data System (ADS)
Sourbier, F.; Operto, S.; Virieux, J.
2006-12-01
We present a distributed-memory parallel algorithm for 2D visco-acoustic full-waveform inversion of wide-angle seismic data. Our code is written in fortran90 and use MPI for parallelism. The algorithm was applied to real wide-angle data set recorded by 100 OBSs with a 1-km spacing in the eastern-Nankai trough (Japan) to image the deep structure of the subduction zone. Full-waveform inversion is applied sequentially to discrete frequencies by proceeding from the low to the high frequencies. The inverse problem is solved with a classic gradient method. Full-waveform modeling is performed with a frequency-domain finite-difference method. In the frequency-domain, solving the wave equation requires resolution of a large unsymmetric system of linear equations. We use the massively parallel direct solver MUMPS (http://www.enseeiht.fr/irit/apo/MUMPS) for distributed-memory computer to solve this system. The MUMPS solver is based on a multifrontal method for the parallel factorization. The MUMPS algorithm is subdivided in 3 main steps: a symbolic analysis step that performs re-ordering of the matrix coefficients to minimize the fill-in of the matrix during the subsequent factorization and an estimation of the assembly tree of the matrix. Second, the factorization is performed with dynamic scheduling to accomodate numerical pivoting and provides the LU factors distributed over all the processors. Third, the resolution is performed for multiple sources. To compute the gradient of the cost function, 2 simulations per shot are required (one to compute the forward wavefield and one to back-propagate residuals). The multi-source resolutions can be performed in parallel with MUMPS. In the end, each processor stores in core a sub-domain of all the solutions. These distributed solutions can be exploited to compute in parallel the gradient of the cost function. Since the gradient of the cost function is a weighted stack of the shot and residual solutions of MUMPS, each processor computes the corresponding sub-domain of the gradient. In the end, the gradient is centralized on the master processor using a collective communation. The gradient is scaled by the diagonal elements of the Hessian matrix. This scaling is computed only once per frequency before the first iteration of the inversion. Estimation of the diagonal terms of the Hessian requires performing one simulation per non redondant shot and receiver position. The same strategy that the one used for the gradient is used to compute the diagonal Hessian in parallel. This algorithm was applied to a dense wide-angle data set recorded by 100 OBSs in the eastern Nankai trough, offshore Japan. Thirteen frequencies ranging from 3 and 15 Hz were inverted. Tweny iterations per frequency were computed leading to 260 tomographic velocity models of increasing resolution. The velocity model dimensions are 105 km x 25 km corresponding to a finite-difference grid of 4201 x 1001 grid with a 25-m grid interval. The number of shot was 1005 and the number of inverted OBS gathers was 93. The inversion requires 20 days on 6 32-bits bi-processor nodes with 4 Gbytes of RAM memory per node when only the LU factorization is performed in parallel. Preliminary estimations of the time required to perform the inversion with the fully-parallelized code is 6 and 4 days using 20 and 50 processors respectively.
LuIII Parvovirus Selectively and Efficiently Targets, Replicates in, and Kills Human Glioma Cells
Paglino, Justin C.; Ozduman, Koray
2012-01-01
Because productive infection by parvoviruses requires cell division and is enhanced by oncogenic transformation, some parvoviruses may have potential utility in killing cancer cells. To identify the parvovirus(es) with the optimal oncolytic effect against human glioblastomas, we screened 12 parvoviruses at a high multiplicity of infection (MOI). MVMi, MVMc, MVM-G17, tumor virus X (TVX), canine parvovirus (CPV), porcine parvovirus (PPV), rat parvovirus 1A (RPV1A), and H-3 were relatively ineffective. The four viruses with the greatest oncolytic activity, LuIII, H-1, MVMp, and MVM-G52, were tested for the ability, at a low MOI, to progressively infect the culture over time, causing cell death at a rate higher than that of cell proliferation. LuIII alone was effective in all five human glioblastomas tested. H-1 progressively infected only two of five; MVMp and MVM-G52 were ineffective in all five. To investigate the underlying mechanism of LuIII's phenotype, we used recombinant parvoviruses with the LuIII capsid replacing the MVMp capsid or with molecular alteration of the P4 promoter. The LuIII capsid enhanced efficient replication and oncolysis in MO59J gliomas cells; other gliomas tested required the entire LuIII genome to exhibit enhanced infection. LuIII selectively infected glioma cells over normal glial cells in vitro. In mouse models, human glioblastoma xenografts were selectively infected by LuIII when administered intratumorally; LuIII reduced tumor growth by 75%. LuIII also had the capacity to selectively infect subcutaneous or intracranial gliomas after intravenous inoculation. Intravenous or intracranial LuIII caused no adverse effects. Intracranial LuIII caused no infection of mature mouse neurons or glia in vivo but showed a modest infection of developing neurons. PMID:22553327
Epitaxial Growth of LuAG:Ce and LuAG:Ce,Pr Films and Their Scintillation Properties
NASA Astrophysics Data System (ADS)
Douissard, Paul-Antoine; Martin, Thierry; Riva, Federica; Zorenko, Yuriy; Zorenko, Tetiana; Paprocki, Kazimierz; Fedorov, Alexander; Bilski, Pawel; Twardak, Anna
2016-06-01
We performed the growth by Liquid Phase Epitaxy (LPE) of Ce and Ce-Pr doped Lu3Al5O12 (LuAG) Single Crystalline Films (SCFs) onto LuAG and Y3Al5O12 (YAG) substrates. The structural properties of LuAG:Ce and LuAG:Ce,Pr SCFs were examined by X-ray diffraction. The optical properties of the SCFs were studied through cathodoluminescence (CL) spectra, scintillation Light Yield (LY), decay kinetic under α-particle (Pu239) excitation, X-ray excited luminescence, thermostimulated luminescence (TSL) and afterglow measurements. The SCFs grown on LuAG substrates displayed good surface quality and structural perfection, whereas the SCFs grown on YAG substrates showed a rough surface and poorer crystalline quality, due to a large lattice mismatch between the film and the substrate (0.82%). Under α-particle excitation, the LY of LuAG:Ce SCF exceeded by 2 times that of the best YAG:Ce SCF sample used as reference. Under X-ray excitation, the LuAG:Ce SCF with optimized Ce concentration showed LY close (77%) to a reference YAG:Ce Single Crystal (SC) scintillator. The afterglow of LuAG:Ce and LuAG:Ce,Pr SCFs was lower (by 1 decade) than that of the tested reference LuAG:Ce SC. However there is not a complete suppression of the afterglow at room temperature (RT), despite the fact that the SCFs present much lower concentration of antisite and vacancy type defects than their SC counterparts. This can be explained by the presence in the films of other trap centers responsible for TSL above RT.
LuIII parvovirus selectively and efficiently targets, replicates in, and kills human glioma cells.
Paglino, Justin C; Ozduman, Koray; van den Pol, Anthony N
2012-07-01
Because productive infection by parvoviruses requires cell division and is enhanced by oncogenic transformation, some parvoviruses may have potential utility in killing cancer cells. To identify the parvovirus(es) with the optimal oncolytic effect against human glioblastomas, we screened 12 parvoviruses at a high multiplicity of infection (MOI). MVMi, MVMc, MVM-G17, tumor virus X (TVX), canine parvovirus (CPV), porcine parvovirus (PPV), rat parvovirus 1A (RPV1A), and H-3 were relatively ineffective. The four viruses with the greatest oncolytic activity, LuIII, H-1, MVMp, and MVM-G52, were tested for the ability, at a low MOI, to progressively infect the culture over time, causing cell death at a rate higher than that of cell proliferation. LuIII alone was effective in all five human glioblastomas tested. H-1 progressively infected only two of five; MVMp and MVM-G52 were ineffective in all five. To investigate the underlying mechanism of LuIII's phenotype, we used recombinant parvoviruses with the LuIII capsid replacing the MVMp capsid or with molecular alteration of the P4 promoter. The LuIII capsid enhanced efficient replication and oncolysis in MO59J gliomas cells; other gliomas tested required the entire LuIII genome to exhibit enhanced infection. LuIII selectively infected glioma cells over normal glial cells in vitro. In mouse models, human glioblastoma xenografts were selectively infected by LuIII when administered intratumorally; LuIII reduced tumor growth by 75%. LuIII also had the capacity to selectively infect subcutaneous or intracranial gliomas after intravenous inoculation. Intravenous or intracranial LuIII caused no adverse effects. Intracranial LuIII caused no infection of mature mouse neurons or glia in vivo but showed a modest infection of developing neurons.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Pan, Tung-Ming, E-mail: tmpan@mail.cgu.edu.tw; Chen, Ching-Hung; Her, Jim-Long
We compared the structural properties and electrical characteristics of high-κ Lu{sub 2}O{sub 3} and Lu{sub 2}TiO{sub 5} gate dielectrics for amorphous indium-gallium-zinc oxide (α-InGaZnO) thin-film transistor (TFT) applications. The Lu{sub 2}O{sub 3} film has a strong Lu{sub 2}O{sub 3} (400) peak in the X-ray diffraction pattern, while the Lu{sub 2}TiO{sub 5} sample shows a relatively weak Lu{sub 2}TiO{sub 5} (102) peak. Atomic force microscopy reveals that the Lu{sub 2}O{sub 3} dielectric exhibits a rougher surface (about three times) than Lu{sub 2}TiO{sub 5} one. In X-ray photoelectron spectroscopy analysis, we found that the intensity of the O 1s peak corresponding tomore » Lu(OH){sub x} for Lu{sub 2}O{sub 3} film was higher than that of Lu{sub 2}TiO{sub 5} film. Furthermore, compared with the Lu{sub 2}O{sub 3} dielectric, the α-InGaZnO TFT using the Lu{sub 2}TiO{sub 5} gate dielectric exhibited a lower threshold voltage (from 0.43 to 0.25 V), a higher I{sub on}/I{sub off} current ratio (from 3.5 × 10{sup 6} to 1.3 × 10{sup 8}), a smaller subthreshold swing (from 276 to 130 mV/decade), and a larger field-effect mobility (from 14.5 to 24.4 cm{sup 2}/V s). These results are probably due to the incorporation of TiO{sub x} into the Lu{sub 2}O{sub 3} film to form a Lu{sub 2}TiO{sub 5} structure featuring a smooth surface, a low moisture absorption, a high dielectric constant, and a low interface state density at the oxide/channel interface. Furthermore, the stability of Lu{sub 2}O{sub 3} and Lu{sub 2}TiO{sub 5} α-InGaZnO TFTs was investigated under positive gate-bias stress (PGBS) and negative gate-bias stress (NGBS). The threshold voltage of the TFT performed under NGBS is more degradation than that under PGBS. This behavior may be attributed to the electron charge trapping at the dielectric–channel interface under PGBS, whereas the oxygen vacancies occurred in the InGaZnO under NGBS.« less
Simulating Flaring Events via an Intelligent Cellular Automata Mechanism
NASA Astrophysics Data System (ADS)
Dimitropoulou, M.; Vlahos, L.; Isliker, H.; Georgoulis, M.
2010-07-01
We simulate flaring events through a Cellular Automaton (CA) model, in which, for the first time, we use observed vector magnetograms as initial conditions. After non-linear force free extrapolation of the magnetic field from the vector magnetograms, we identify magnetic discontinuities, using two alternative criteria: (1) the average magnetic field gradient, or (2) the normalized magnetic field curl (i.e. the current). Magnetic discontinuities are identified at the grid-sites where the magnetic field gradient or curl exceeds a specified threshold. We then relax the magnetic discontinuities according to the rules of Lu and Hamilton (1991) or Lu et al. (1993), i.e. we redistribute the magnetic field locally so that the discontinuities disappear. In order to simulate the flaring events, we consider several alternative scenarios with regard to: (1) The threshold above which magnetic discontinuities are identified (applying low, high, and height-dependent threshold values); (2) The driving process that occasionally causes new discontinuities (at randomly chosen grid sites, magnetic field increments are added that are perpendicular (or may-be also parallel) to the existing magnetic field). We address the question whether the coronal active region magnetic fields can indeed be considered to be in the state of self-organized criticality (SOC).
Renormalization of effective interactions in a negative charge transfer insulator
NASA Astrophysics Data System (ADS)
Seth, Priyanka; Peil, Oleg E.; Pourovskii, Leonid; Betzinger, Markus; Friedrich, Christoph; Parcollet, Olivier; Biermann, Silke; Aryasetiawan, Ferdi; Georges, Antoine
2017-11-01
We compute from first principles the effective interaction parameters appropriate for a low-energy description of the rare-earth nickelate LuNiO3 involving the partially occupied eg states only. The calculation uses the constrained random-phase approximation and reveals that the effective on-site Coulomb repulsion is strongly reduced by screening effects involving the oxygen-p and nickel-t2 g states. The long-range component of the effective low-energy interaction is also found to be sizable. As a result, the effective on-site interaction between parallel-spin electrons is reduced down to a small negative value. This validates effective low-energy theories of these materials that were proposed earlier. Electronic structure methods combined with dynamical mean-field theory are used to construct and solve an appropriate low-energy model and explore its phase diagram as a function of the on-site repulsion and Hund's coupling. For the calculated values of these effective interactions, we find that in agreement with experiments, LuNiO3 is a metal without disproportionation of the eg occupancy when considered in its orthorhombic structure, while the monoclinic phase is a disproportionated insulator.
Mniszewski, S M; Cawkwell, M J; Wall, M E; Mohd-Yusof, J; Bock, N; Germann, T C; Niklasson, A M N
2015-10-13
We present an algorithm for the calculation of the density matrix that for insulators scales linearly with system size and parallelizes efficiently on multicore, shared memory platforms with small and controllable numerical errors. The algorithm is based on an implementation of the second-order spectral projection (SP2) algorithm [ Niklasson, A. M. N. Phys. Rev. B 2002 , 66 , 155115 ] in sparse matrix algebra with the ELLPACK-R data format. We illustrate the performance of the algorithm within self-consistent tight binding theory by total energy calculations of gas phase poly(ethylene) molecules and periodic liquid water systems containing up to 15,000 atoms on up to 16 CPU cores. We consider algorithm-specific performance aspects, such as local vs nonlocal memory access and the degree of matrix sparsity. Comparisons to sparse matrix algebra implementations using off-the-shelf libraries on multicore CPUs, graphics processing units (GPUs), and the Intel many integrated core (MIC) architecture are also presented. The accuracy and stability of the algorithm are illustrated with long duration Born-Oppenheimer molecular dynamics simulations of 1000 water molecules and a 303 atom Trp cage protein solvated by 2682 water molecules.
Spetz, Johan; Rudqvist, Nils; Langen, Britta; Parris, Toshima Z; Dalmo, Johanna; Schüler, Emil; Wängberg, Bo; Nilsson, Ola; Helou, Khalil; Forssell-Aronsson, Eva
2018-05-01
Patients with neuroendocrine tumors expressing somatostatin receptors are often treated with 177 Lu[Lu]-octreotate. Despite being highly effective in animal models, 177 Lu[Lu]-octreotate-based therapies in the clinical setting can be optimized further. The aims of the study were to identify and elucidate possible optimization venues for 177 Lu[Lu]-octreotate tumor therapy by characterizing transcriptional responses in the GOT1 small intestine neuroendocrine tumor model in nude mice. GOT1-bearing female BALB/c nude mice were intravenously injected with 15 MBq 177 Lu[Lu]-octreotate (non-curative amount) or mock-treated with saline solution. Animals were killed 1, 3, 7 or 41 d after injection. Total RNA was extracted from the tumor samples and profiled using Illumina microarray expression analysis. Differentially expressed genes were identified (treated vs. control) and pathway analysis was performed. Distribution of differentially expressed transcripts indicated a time-dependent treatment response in GOT1 tumors after 177 Lu[Lu]-octreotate administration. Regulation of CDKN1A, BCAT1 and PAM at 1 d after injection was compatible with growth arrest as the initial response to treatment. Upregulation of APOE and BAX at 3 d, and ADORA2A, BNIP3, BNIP3L and HSPB1 at 41 d after injection suggests first activation and then inhibition of the intrinsic apoptotic pathway during tumor regression and regrowth, respectively. Transcriptional analysis showed radiation-induced apoptosis as an early response after 177 Lu[Lu]-octreotate administration, followed by pro-survival transcriptional changes in the tumor during the regrowth phase. Time-dependent changes in cell cycle and apoptosis-related processes suggest different time points after radionuclide therapy when tumor cells may be more susceptible to additional treatment, highlighting the importance of timing when administering multiple therapeutic agents. Copyright © 2018 The Authors. Published by Elsevier Inc. All rights reserved.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Seal, Sudip K; Perumalla, Kalyan S; Hirshman, Steven Paul
2013-01-01
Simulations that require solutions of block tridiagonal systems of equations rely on fast parallel solvers for runtime efficiency. Leading parallel solvers that are highly effective for general systems of equations, dense or sparse, are limited in scalability when applied to block tridiagonal systems. This paper presents scalability results as well as detailed analyses of two parallel solvers that exploit the special structure of block tridiagonal matrices to deliver superior performance, often by orders of magnitude. A rigorous analysis of their relative parallel runtimes is shown to reveal the existence of a critical block size that separates the parameter space spannedmore » by the number of block rows, the block size and the processor count, into distinct regions that favor one or the other of the two solvers. Dependence of this critical block size on the above parameters as well as on machine-specific constants is established. These formal insights are supported by empirical results on up to 2,048 cores of a Cray XT4 system. To the best of our knowledge, this is the highest reported scalability for parallel block tridiagonal solvers to date.« less
Method for preparing high specific activity 177Lu
Mirzadeh, Saed; Du, Miting; Beets, Arnold L.; Knapp, Jr., Furn F.
2004-04-06
A method of separating lutetium from a solution containing Lu and Yb, particularly reactor-produced .sup.177 Lu and .sup.177 Yb, includes the steps of: providing a chromatographic separation apparatus containing LN resin; loading the apparatus with a solution containing Lu and Yb; and eluting the apparatus to chromatographically separate the Lu and the Yb in order to produce high-specific-activity .sup.177 Yb.
Luminescent and scintillation properties of Lu3Al5O12:Sc single crystal and single crystalline films
NASA Astrophysics Data System (ADS)
Zorenko, Y.; Gorbenko, V.; Voznyak, T.; Savchyn, V.; Nizhankovskiy, S.; Dan'ko, A.; Puzikov, V.; Laguta, V.; Mares, J. A.; Nikl, M.; Nejezchleb, K.; Batentschuk, M.; Winnacker, A.
2012-10-01
The work is dedicated to growth by the liquid phase epitaxy method and study of the luminescence and scintillation properties of Sc3+ doped single crystalline films (SCF) of Lu3Al5O12 (LuAG) garnet. The scintillation properties of SCF are compared with single crystal (SC) analogues grown by the Horizontal Direct Crystallization and Czochralski methods. We consider the dependence of intensity of the Sc3+ emission in LuAG host on the activator concentration and influence of flux contamination on the light yield (LY) of the Sc3+ luminescence in LuAG:Sc SCF with respect to their SC counterparts and the reference YAP:Ce scintillator. From the NMR investigations of LuAG:Sc SCF we confirm the substitution by Sc3+ ions both the octahedral and dodecahedral positions of LuAG host and formation of the ScAl and ScLu related emission centers, respectively. We also show that the luminescence spectrum in the UV range and decay kinetics of LuAG:Sc SCF can be effectively tuned by changing the scandium content.
Yook, Simmyung; Lu, Yijie; Jeong, Jenny Jooyoung; Cai, Zhongli; Tong, Lemuel; Alwarda, Ramina; Pignol, Jean-Philippe; Winnik, Mitchell A; Reilly, Raymond M
2016-04-11
We are studying a novel radiation nanomedicine approach to treatment of breast cancer using 30 nm gold nanoparticles (AuNP) modified with polyethylene glycol (PEG) metal-chelating polymers (MCP) that incorporate 1,4,7,10-tetraazacyclododecane-1,4,7,10-tetraacetic acid (DOTA) chelators for complexing the β-particle emitter, (177)Lu. Our objective was to compare the stability of AuNP conjugated to MCP via a single thiol [DOTA-PEG-ortho-pyridyl disulfide (OPSS)], a dithiol [DOTA-PEG-lipoic acid (LA)] or multithiol end-group [PEG-pGlu(DOTA)8-LA4] and determine the elimination and biodistribution of these (177)Lu-labeled MCP-AuNP in mice. Stability to aggregation in the presence of thiol-containing dithiothreitol (DTT), L-cysteine or glutathione was assessed and dissociation of (177)Lu-MCP from AuNP in human plasma measured. Elimination of radioactivity from the body of athymic mice and excretion into the urine and feces was measured up to 168 h post-intravenous (i.v.) injection of (177)Lu-MCP-AuNP and normal tissue uptake was determined. ICP-AES was used to quantify Au in the liver and spleen and these were compared to (177)Lu. Our results showed that PEG-pGlu(DOTA)8-LA4-AuNP were more stable to aggregation in vitro than DOTA-PEG-LA-AuNP and both forms of AuNP were more stable to thiol challenge than DOTA-PEG-OPSS-AuNP. PEG-pGlu((177)Lu-DOTA)8-LA4 was the most stable in plasma. Whole body elimination of (177)Lu was most rapid for mice injected with (177)Lu-DOTA-PEG-OPSS-AuNP. Urinary excretion accounted for >90% of eliminated (177)Lu. All (177)Lu-MCP-AuNP accumulated in the liver and spleen. Liver uptake was lowest for PEG-pGlu((177)Lu-DOTA)8-LA4-AuNP but these AuNP exhibited the greatest spleen uptake. There were differences in Au and (177)Lu in the liver for PEG-pGlu((177)Lu-DOTA)8-LA4-AuNP. These differences were not correlated with in vitro stability of the (177)Lu-MCP-AuNP. We conclude that conjugation of AuNP with PEG-pGlu((177)Lu-DOTA)8-LA4 via a multithiol functional group provided the greatest stability in vitro and lowest liver uptake in vivo and is, therefore, the most promising for constructing (177)Lu-MCP-AuNP for radiation treatment of breast cancer.
Fast Multipole / Wavelet-IML Hybrids for Electromagnetic Analysis
2005-07-20
this project and honors/awards/degrees received - Mingyu Lu (Ph.D. granted in August 21, 2002; after that Post-doctoral Fellow on this project; he...Lu, K. Aygun, Mingyu Lu, and E. Michielssen, “Low frequency PWTD kernels”, To be submitted to Journal of Computational Physics, draft available upon...transient scattering phenomena involving large surfaces using integral equations. 18. M. Lu, K. Aygun, Mingyu Lu, and E. Michielssen, “Low frequency
Umbricht, Christoph A; Benešová, Martina; Schibli, Roger; Müller, Cristina
2018-06-04
The treatment of metastatic castration-resistant prostate cancer (mCRPC) remains challenging with current treatment options. The development of more effective therapies is, therefore, urgently needed. Targeted radionuclide therapy with prostate-specific membrane antigen (PSMA)-targeting ligands has revealed promising clinical results. In an effort to optimize this concept, it was the aim of this study to design and investigate PSMA ligands comprising different types of albumin binders. PSMA-ALB-53 and PSMA-ALB-56 were designed by combining the glutamate-urea-based PSMA-binding entity, a DOTA chelator and an albumin binder based on the 4-( p-iodophenyl)-moiety or p-(tolyl)-moiety. The compounds were labeled with 177 Lu (50 MBq/nmol) resulting in radioligands of high radiochemical purity (≥98%). Both radioligands were stable (≥98%) over 24 h in the presence of l-ascorbic acid. The uptake into PSMA-positive PC-3 PIP tumor cells in vitro was in the same range (54-58%) for both radioligands; however, 177 Lu-PSMA-ALB-53 showed a 15-fold enhanced binding to human plasma proteins. Biodistribution studies performed in PC-3 PIP/flu tumor-bearing mice revealed high tumor uptake of 177 Lu-PSMA-ALB-53 and 177 Lu-PSMA-ALB-56, respectively, demonstrated by equal areas under the curves (AUCs) for both radioligands. The increased retention of 177 Lu-PSMA-ALB-53 in the blood resulted in almost 5-fold lower tumor-to-blood AUC ratios when compared to 177 Lu-PSMA-ALB-56. Kidney clearance of 177 Lu-PSMA-ALB-56 was faster, and hence, the tumor-to-kidney AUC ratio was 3-fold higher than in the case of 177 Lu-PSMA-ALB-53. Due to the more favorable tissue distribution profile, 177 Lu-PSMA-ALB-56 was selected for a preclinical therapy study in PC-3 PIP tumor-bearing mice. The tumor growth delay after application of 177 Lu-PSMA-ALB-56 and 177 Lu-PSMA-617 applied at the same activities (2 or 5 MBq per mouse) revealed better antitumor effects in the case of 177 Lu-PSMA-ALB-56. As a consequence, the survival of mice treated with 177 Lu-PSMA-ALB-56 was prolonged when compared to the mice, which received the same activity of 177 Lu-PSMA-617. Our results demonstrated the superiority of 177 Lu-PSMA-ALB-56 over 177 Lu-PSMA-ALB-53 indicating that the p-(tolyl)-moiety was more suited as an albumin binder to optimize the tissue distribution profile. 177 Lu-PSMA-ALB-56 was more effective to treat tumors than 177 Lu-PSMA-617 resulting in complete tumor remission in four out of six mice. This promising results warrant further investigations to assess the potential for clinical application of 177 Lu-PSMA-ALB-56.
Optimization of irradiation conditions for {sup 177}Lu production at the LVR-15 research reactor
DOE Office of Scientific and Technical Information (OSTI.GOV)
Lahodova, Z.; Viererbl, L.; Klupak, V.
2012-07-01
The use of lutetium in medicine has been increasing over the last few years. The {sup 177}Lu radionuclide is commercially available for research and test purposes as a diagnostic and radiotherapy agent in the treatment of several malignant tumours. The yield of {sup 177}Lu from the {sup 176}Lu(n,{gamma}){sup 177}Lu nuclear reaction depends significantly on the thermal neutron fluence rate. The capture cross-sections of both reaction {sup 176}Lu(n,{gamma}){sup 177}Lu and reaction {sup 177}Lu(n,{gamma}){sup 178}Lu are very high. Therefore a burn-up of target and product nuclides should be taken into account when calculating {sup 177}Lu activity. The maximum irradiation time, when themore » activity of the {sup 177}Lu radionuclide begins to decline, was found for different fluence rates. Two vertical irradiation channels at the LVR-15 nuclear research reactor were compared in order to choose the channel with better irradiation conditions, such as a higher thermal neutron fluence rate in the irradiation volume. In this experiment, lutetium was irradiated in a titanium capsule. The influence of the Ti capsule on the neutron spectrum was monitored using activation detectors. The choice of detectors was based on requirements for irradiation time and accurate determination of thermal neutrons. The following activation detectors were selected for measurement of the neutron spectrum: Ti, Fe, Ni, Co, Ag and W. (authors)« less
Historical droughts in northern Vietnam captured by variability in speleothem δ18O
NASA Astrophysics Data System (ADS)
Hardt, B. F.; McGee, D.; Burns, S. J.; Hieu, N.; Hieu, D. T.
2015-12-01
Speleothem records overlapping with the historical period offer valuable comparisons of documentary evidence with speleothem proxy data. These records provide opportunities to 'ground-truth' the paleo-record, fill in gaps in the historical record, and more confidently extent the paleo-record into deeper time. Here we present isotopic results from a stalagmite collected in northern Vietnam spanning 1200 to 1950 CE, a period with a rich historical record in Vietnam. This sample adds significantly to the relatively sparse paleoclimate record from Southeast Asia. The record includes several multi-decadal positive excursions of ≥1 per mille in calcite δ18O. A preliminary age model, based on six U/Th ages, suggests possible correspondence to noted droughts from the historical record, including the Angkor Droughts, the Ming Dynasty Drought, the Strange Parallels Drought, and the Victorian Holocaust Drought. As modeling studies indicate a strong correlation between rainfall δ18O and both the intensity of summer monsoon winds and summer rainfall over northern Vietnam (e.g., Liu et al., 2014), these excursions are consistent with a decrease in regional precipitation. The Vietnam record shows an overall negative trend during the Little Ice Age. The study site is located well south of the westerly wind belt, ruling out a shift between monsoonal and mid-latitude circulation systems as a likely explanation for the northern Vietnam record. We explore the correspondence between our record and other proxy data from Southeast Asia and suggest possible implications of the differences between Vietnamese and Chinese speleothem records during the Little Ice Age. References cited: Liu Z., Wen X., Brady E. C., Otto-Bliesner B., Yu G., Lu H., Cheng H., Wang Y., Zheng W., Ding Y., Edwards R. L., Cheng J., Liu W. and Yang H. (2014) Chinese cave records and the East Asia Summer Monsoon. Quaternary Science Reviews 83, 115-128.
Kikkawa, Yamato; Miwa, Takahiro; Tohara, Yukiko; Hamakubo, Takayuki; Nomizu, Motoyoshi
2011-01-01
The Lutheran blood group glycoprotein (Lu), an Ig superfamily (IgSF) transmembrane receptor, is also known as basal cell adhesion molecule (B-CAM). Lu/B-CAM is a specific receptor for laminin α5, a major component of basement membranes in various tissues. Previous reports have shown that Lu/B-CAM binding to laminin α5 contributes to sickle cell vaso-occlusion. However, as there are no useful tools such as function-blocking antibodies or drugs, it is unclear how epithelial and sickled red blood cells adhere to laminin α5 via Lu/B-CAM. In this study, we discovered a function-blocking antibody that inhibits Lu binding to laminin α5 using a unique binding assay on tissue sections. To characterize the function-blocking antibody, we identified the site on Lu/B-CAM recognized by this antibody. The extracellular domain of Lu/B-CAM contains five IgSF domains, D1-D2-D3-D4-D5. The antibody epitope was localized to D2, but not to the D3 domain containing the major part of the laminin α5 binding site. Furthermore, mutagenesis studies showed that Arg(175), the LU4 blood group antigenic site, was crucial for forming the epitope and the antibody bound sufficiently close to sterically hinder the interaction with α5. Cell adhesion assay using the antibody also showed that Lu/B-CAM serves as a secondary receptor for the adhesion of carcinoma cells to laminin α5. This function-blocking antibody against Lu/B-CAM should be useful for not only investigating cell adhesion to laminin α5 but also for developing drugs to inhibit sickle cell vaso-occlusion.
Arora, Geetanjali; Mishra, Rajesh; Kumar, Praveen; Yadav, Madhav; Ballal, Sanjana; Bal, Chandrasekhar; Damle, Nishikant Avinash
2017-01-01
Purpose of the Study: With rapid development in the field of nuclear medicine therapy, radiation safety of the personnel involved in synthesis of radiopharmaceuticals has become imperative. Few studies have been done on estimating the radiation exposure of personnel involved in the radio labeling of 177Lu-compounds in western countries. However, data from the Indian subcontinent are limited. We have estimated whole body radiation exposure to the radiopharmacist involved in the labeling of: 177Lu-DOTATATE, 177Lu-PSMA-617, and 177Lu-EDTMP. Materials and Methods: Background radiation was measured by keeping a pocket dosimeter around the workbench when no radioactive work was conducted. The same pocket dosimeter was given to the radiopharmacist performing the labeling of 177Lu-compounds. All radiopharmaceuticals were synthesized by the same radiopharmacist with 3, 1 and 3 year experience, respectively, in radiolabeling the above compounds. Results: One Curie (1 Ci) of 177Lu was received fortnightly by our department. Data were collected for 12 syntheses of 177Lu-DOTATATE, 8 syntheses of 177Lu-PSMA-617, and 3 syntheses of 177Lu-EDTMP. Mean time required to complete the synthesis was 0.81, 0.65, and 0.58 h, respectively. Mean whole body radiation exposure was 0.023 ± 0.01 mSv, 0.01 ± 0.002 mSv, and 0.002 ± 0.0006 mSv, respectively. Overall mean radiation dose for all the three 177Lu-compounds was 0.014 mSv. Highest exposure was obtained during the synthesis of 177Lu-DOTATATE. Conclusion: Our data suggest that the manual radiolabeling of 177Lu compounds is safe, and the whole body radiation exposure to the involved personnel is well within prescribed limits. PMID:28533634
Chakraborty, Sudipta; Chakravarty, Rubel; Shetty, Priyalata; Vimalnath, K V; Sen, Ishita B; Dash, Ashutosh
2016-07-01
Targeted radionuclide therapy using (177) Lu-labeled peptidomimetic inhibitor of prostate specific membrane antigen (PSMA) viz. PSMA-617 is emerging as one the most effective strategies for management of metastatic prostate cancer, which is one of the leading causes of cancer related death. The aim of the present study is to develop a robust and easily adaptable protocol for formulation of therapeutic dose of (177) Lu-PSMA-617 at hospital radiopharmacy using moderate specific activity (177) Lu available at an affordable cost. Extensive radiochemical studies were performed to optimize the required [PSMA-617] / [Lu] ratio and other parameters to formulate 7.4 GBq dose of (177) Lu-PSMA-617. Based on these, 7.4 GBq therapeutic dose of (177) Lu-PSMA-617 was formulated by incubating 160 µg of PSMA-617 with indigenously produced (177) LuCl3 (555 GBq/µg specific activity of (177) Lu) at 90 °C for 30 min. The radiochemical purity of the formulation was 98.3 ± 0.6% (n = 7) which was retained to the extent of >95% after 7 d in normal saline at room temperature and >96% after 2 d in human serum at 37 °C. Preliminary clinical studies showed specific targeting of the agent in the lesion sites and similar physiological distribution as in diagnostic (68) Ga-PSMA-11 PET scans performed earlier. The developed optimized protocol for formulating therapeutic dose of (177) Lu-PSMA-617 could be useful for large number of nuclear medicine therapy clinics across the world having access to moderate specific activity (177) Lu at an affordable cost. Copyright © 2016 John Wiley & Sons, Ltd.
NASA Astrophysics Data System (ADS)
Talik, E.; Kusz, J.; Guzik, A.; Szubka, M.; Balin, K.; Kisielewski, J.; Wierzchowski, W.; Malinowska, A.; Strojny-Nedza, A.; Pajaczkowska, A.; Drozdowski, W.
2017-05-01
Lattice parameters, magnetic susceptibility, electronic structure, distribution of the elements and thermal properties were examined for single crystals of Lu3Al5O12 (LuAG) and (Lu1-x Y x )3Al5O12 (LuYAG) (x = 0.25, 0.50, 0.75), either pure or doped with Pr and optionally co-doped with Mo, which are predicted as potential fast and efficient scintillators. It was indicated that specific cage-like surrounding of rare earth and aluminum ions built from oxygen ions and proper doping can influence the thermal conductivity and the emission process. Maximum light emission (LY) was observed at praseodymium concentration about 0.3 at.%. The growth atmosphere (Ar or N2) influences the crystal quality. Additional molybdenum doping below 0.01 at% concentration increases LY.
Bhardwaj, R; van der Meer, A; Das, S K; de Bruin, M; Gascon, J; Wolterbeek, H T; Denkova, A G; Serra-Crespo, P
2017-03-13
177 Lu has sprung as a promising radionuclide for targeted therapy. The low soft tissue penetration of its β - emission results in very efficient energy deposition in small-size tumours. Because of this, 177 Lu is used in the treatment of neuroendocrine tumours and is also clinically approved for prostate cancer therapy. In this work, we report a separation method that achieves the challenging separation of the physically and chemically identical nuclear isomers, 177m Lu and 177 Lu. The separation method combines the nuclear after-effects of the nuclear decay, the use of a very stable chemical complex and a chromatographic separation. Based on this separation concept, a new type of radionuclide generator has been devised, in which the parent and the daughter radionuclides are the same elements. The 177m Lu/ 177 Lu radionuclide generator provides a new production route for the therapeutic radionuclide 177 Lu and can bring significant growth in the research and development of 177 Lu based pharmaceuticals.
Lan, Ti-Yen; Wierman, Jennifer L.; Tate, Mark W.; Philipp, Hugh T.; Elser, Veit
2017-01-01
Recently, there has been a growing interest in adapting serial microcrystallography (SMX) experiments to existing storage ring (SR) sources. For very small crystals, however, radiation damage occurs before sufficient numbers of photons are diffracted to determine the orientation of the crystal. The challenge is to merge data from a large number of such ‘sparse’ frames in order to measure the full reciprocal space intensity. To simulate sparse frames, a dataset was collected from a large lysozyme crystal illuminated by a dim X-ray source. The crystal was continuously rotated about two orthogonal axes to sample a subset of the rotation space. With the EMC algorithm [expand–maximize–compress; Loh & Elser (2009). Phys. Rev. E, 80, 026705], it is shown that the diffracted intensity of the crystal can still be reconstructed even without knowledge of the orientation of the crystal in any sparse frame. Moreover, parallel computation implementations were designed to considerably improve the time and memory scaling of the algorithm. The results show that EMC-based SMX experiments should be feasible at SR sources. PMID:28808431
Wang, Yanyan; Zhang, Tianbao; Song, Xiaxia; Zhang, Jianping; Dang, Zhanhai; Pei, Xinwu; Long, Yan
2018-01-01
Alternative splicing is a popular phenomenon in different types of plants. It can produce alternative spliced transcripts that encode proteins with altered functions. Previous studies have shown that one transcription factor, ABSCISIC ACID INSENSITIVE3 (ABI3), which encodes an important component in abscisic acid (ABA) signaling, is subjected to alternative splicing in both mono- and dicotyledons. In the current study, we identified two homologs of ABI3 in the genome of linseed flax. We screened two alternatively spliced flax LuABI3 transcripts, LuABI3-2 and LuABI3-3, and one normal flax LuABI3 transcript, LuABI3-1. Sequence analysis revealed that one of the alternatively spliced transcripts, LuABI3-3, retained a 6 bp intron. RNA accumulation analysis showed that all three transcripts were expressed during seed development, while subcellular localization and transgene experiments showed that LuABI3-3 had no biological function. The two normal transcripts, LuABI3-1 and LuABI3-2, are the important functional isoforms in flax and play significant roles in the ABA regulatory pathway during seed development, germination, and maturation.
Methods for design and evaluation of integrated hardware-software systems for concurrent computation
NASA Technical Reports Server (NTRS)
Pratt, T. W.
1985-01-01
Research activities and publications are briefly summarized. The major tasks reviewed are: (1) VAX implementation of the PISCES parallel programming environment; (2) Apollo workstation network implementation of the PISCES environment; (3) FLEX implementation of the PISCES environment; (4) sparse matrix iterative solver in PSICES Fortran; (5) image processing application of PISCES; and (6) a formal model of concurrent computation being developed.
Research on Synthesis of Concurrent Computing Systems.
1982-09-01
20 1.5.1 An Informal Description of the Techniques ....... ..................... 20 1.5 2 Formal Definitions of Aggregation and Virtualisation ...sparsely interconnected networks . We have also developed techniques to create Kung’s systolic array parallel structure from a specification of matrix...resufts of the computation of that element. For example, if A,j is computed using a single enumeration, then virtualisation would produce a three
Cochero, Suljey; Anaya, Yosed; Díaz, Yirys; Paternina, Margaret; Luna, Arturo; Paternina, Luis; Eduar Elías, Bejarano
2007-01-01
The presence of sand flies naturally infected with trypanosomatid parasites was determined in Los Montes de Maria, Colombia, a region considered endemic for visceral and cutaneous leishmaniasis. Phlebotomines were collected using CDC light-traps, and sticky traps soaked with castor oil placed in the peri and intradomestic habitats. Six species of Lutzomyia were morphologically identified among the 159 sand flies captured: Lu. evansi, Lu. cayennensis cayennensis, Lu. trinidadensis, Lu. atroclavata, Lu. gomezi and Lu. dubitans. A DNA band of 800 pb corresponding to the small-subunit ribosomal RNA gene (ssrRNA) of the family Trypanosomatidae was amplified in one pool of nine females of Lu. cayennensis cayennensis. This finding constitutes the first evidence of natural infection of this sand fly species with trypanosomatid parasites in Los Montes de Maria.
Performance Comparison of HPF and MPI Based NAS Parallel Benchmarks
NASA Technical Reports Server (NTRS)
Saini, Subhash
1997-01-01
Compilers supporting High Performance Form (HPF) features first appeared in late 1994 and early 1995 from Applied Parallel Research (APR), Digital Equipment Corporation, and The Portland Group (PGI). IBM introduced an HPF compiler for the IBM RS/6000 SP2 in April of 1996. Over the past two years, these implementations have shown steady improvement in terms of both features and performance. The performance of various hardware/ programming model (HPF and MPI) combinations will be compared, based on latest NAS Parallel Benchmark results, thus providing a cross-machine and cross-model comparison. Specifically, HPF based NPB results will be compared with MPI based NPB results to provide perspective on performance currently obtainable using HPF versus MPI or versus hand-tuned implementations such as those supplied by the hardware vendors. In addition, we would also present NPB, (Version 1.0) performance results for the following systems: DEC Alpha Server 8400 5/440, Fujitsu CAPP Series (VX, VPP300, and VPP700), HP/Convex Exemplar SPP2000, IBM RS/6000 SP P2SC node (120 MHz), NEC SX-4/32, SGI/CRAY T3E, and SGI Origin2000. We would also present sustained performance per dollar for Class B LU, SP and BT benchmarks.
Chakravarty, Rubel; Das, Tapas; Dash, Ashutosh; Venkatesh, Meera
2010-10-01
A novel two-step separation process for the production of no-carrier-added (NCA) (177)Lu from neutron irradiated Yb target through an electrochemical pathway employing mercury-pool cathode has been developed. A two-cycle electrolysis procedure was adopted for separation of (177)Lu from (177)Lu/Yb mixture in lithium citrate medium. The influence of different experimental parameters on the separation process was investigated and optimized for the quantitative deposition of Yb in presence of (177)Lu. The first electrolysis was performed for 50 min in the (177)Lu/Yb feed solution at pH 6 applying a potential of 8 V using platinum electrode as anode and mercury as the cathode. The second electrolysis was performed under the same conditions using fresh electrodes. The radionuclidic and chemical purity of (177)Lu was determined by using gamma ray spectrometry and atomic absorption spectrometry. The suitability of (177)Lu for biomedical applications was ascertained by labeling 1,4,7,10-tetraazacyclododecane-1,4,7,10-tetraacetic acid D-Phe(1)-Tyr(3)-octreotate(DOTA-TATE) with (177)Lu. This process could provide NCA (177)Lu with >99.99% radionuclidic purity and an overall separation yield of ∼99% was achieved within 3-4 h. The Hg content in the product was determined to be <1 ppm. Radiolabeling yield of >98% was obtained with DOTA-TATE under the optimized reaction conditions. An efficient strategy for the separation of NCA (177)Lu, suitable for biomedical applications, has been developed. Copyright © 2010 Elsevier Inc. All rights reserved.
Yook, Simmyung; Cai, Zhongli; Lu, Yijie; Winnik, Mitchell A; Pignol, Jean-Philippe; Reilly, Raymond M
2015-11-02
Our objective was to construct a novel radiation nanomedicine for treatment of breast cancer (BC) expressing epidermal growth factor receptors (EGFR), particularly triple-negative tumors (TNBC). Gold nanoparticles (AuNP; 30 nm) were modified with polyethylene glycol (PEG) chains (4 kDa) derivatized with 1,4,7,10-tetraazacyclododecane-1,4,7,10-tetraacetic acid (DOTA) chelators for complexing the β-emitter, (177)Lu and with PEG chains (5 kDa) linked to panitumumab for targeting BC cells expressing EGFR. The AuNP were further coated with PEG chains (2 kDa) to stabilize the particles to aggregation. The binding and internalization of EGFR-targeted AuNP ((177)Lu-T-AuNP) into BC cells was studied and compared to nontargeted (177)Lu-NT-AuNP. The cytotoxicity of (177)Lu-T-AuNP and (177)Lu-NT-AuNP was measured in clonogenic assays using BC cells with widely different EGFR densities: MDA-MB-468 (10(6) receptors/cell), MDA-MB-231 (10(5) receptors/cell), and MCF-7 cells (10(4) receptors/cell). Radiation absorbed doses to the cell nucleus of MDA-MB-468 cells were estimated based on subcellular distribution. Darkfield and fluorescence microscopy as well as radioligand binding assays revealed that (177)Lu-T-AuNP were specifically bound by BC cells dependent on their EGFR density whereas the binding and internalization of (177)Lu-NT-AuNP was significantly lower. The affinity of binding of (177)Lu-T-AuNP to MDA-MB-468 cells was reduced by 2-fold compared to (123)I-labeled panitumumab (KD = 1.3 ± 0.2 nM vs 0.7 ± 0.4 nM, respectively). The cytotoxicity of (177)Lu-T-AuNP was dependent on the amount of radioactivity incubated with BC cells, their EGFR density and the radiosensitivity of the cells. The clonogenic survival (CS) of MDA-MB-468 cells overexpressing EGFR was reduced to <0.001% at the highest amount of (177)Lu-T-AuNP tested (4.5 MBq; 6 × 10(11) AuNP per 2.5 × 10(4)-1.2 × 10(5) cells). (177)Lu-T-AuNP were less effective for killing MDA-MB-231 cells or MCF-7 cells with moderate or low EGFR density (CS = 33.8 ± 1.6% and 25.8 ± 1.2%, respectively). Because the β-particles emitted by (177)Lu have a 2 mm range, (177)Lu-NT-AuNP were also cytotoxic to BC cells due to a cross-fire effect but (177)Lu-T-AuNP were significantly more potent for killing MDA-MB-468 cells overexpressing EGFR than (177)Lu-NT-AuNP at all amounts tested. The cross-fire effect of the β-particles emitted by (177)Lu may be valuable for eradicating BC cells in tumors that have low or moderate EGFR expression or cells that are not targeted by (177)Lu-T-AuNP as a consequence of heterogeneous intratumoral distribution. The radiation dose to the nucleus of a single MDA-MB-468 cell was 73.2 ± 6.7 Gy, whereas (177)Lu-NT-AuNP delivered 5.6 ± 0.6 Gy. We conclude that (177)Lu-T-AuNP is a promising novel radiation nanomedicine with potential application for treatment of TNBC, in which EGFR are often overexpressed.
Parallel computing techniques for rotorcraft aerodynamics
NASA Astrophysics Data System (ADS)
Ekici, Kivanc
The modification of unsteady three-dimensional Navier-Stokes codes for application on massively parallel and distributed computing environments is investigated. The Euler/Navier-Stokes code TURNS (Transonic Unsteady Rotor Navier-Stokes) was chosen as a test bed because of its wide use by universities and industry. For the efficient implementation of TURNS on parallel computing systems, two algorithmic changes are developed. First, main modifications to the implicit operator, Lower-Upper Symmetric Gauss Seidel (LU-SGS) originally used in TURNS, is performed. Second, application of an inexact Newton method, coupled with a Krylov subspace iterative method (Newton-Krylov method) is carried out. Both techniques have been tried previously for the Euler equations mode of the code. In this work, we have extended the methods to the Navier-Stokes mode. Several new implicit operators were tried because of convergence problems of traditional operators with the high cell aspect ratio (CAR) grids needed for viscous calculations on structured grids. Promising results for both Euler and Navier-Stokes cases are presented for these operators. For the efficient implementation of Newton-Krylov methods to the Navier-Stokes mode of TURNS, efficient preconditioners must be used. The parallel implicit operators used in the previous step are employed as preconditioners and the results are compared. The Message Passing Interface (MPI) protocol has been used because of its portability to various parallel architectures. It should be noted that the proposed methodology is general and can be applied to several other CFD codes (e.g. OVERFLOW).
Expedition 7 Crew Interview: Ed Lu
NASA Technical Reports Server (NTRS)
2003-01-01
Ed Lu of Expedition Seven is seen during a pre-launch interview. He explains why he became interested in space flight. He states that this is a different type of mission and gives his reaction to the Columbia Space Shuttle tragedy. The handover of Expedition six is explained by Ed Lu. The challenges of this mission are also described by Lu. These challenges include working with a crew member reduction from three to two, and the conservation of clothing and consumables. Ed Lu talks about what it is like to work with commander Yuri Malenchenko in space. Finally, Ed Lu states that he will continue scientific experiments in space on calcium loss in bones.
Negative thermal expansion and anomalies of heat capacity of LuB 50 at low temperatures
DOE Office of Scientific and Technical Information (OSTI.GOV)
Novikov, V. V.; Zhemoedov, N. A.; Matovnikov, A. V.
2015-07-20
Heat capacity and thermal expansion of LuB 50 boride were experimentally studied in the 2–300 K temperature range. The data reveal an anomalous contribution to the heat capacity at low temperatures. The value of this contribution is proportional to the first degree of temperature. It was identified that this anomaly in heat capacity is caused by the effect of disorder in the LuB 50 crystalline structure and it can be described in the soft atomic potential model (SAP). The parameters of the approximation were determined. The temperature dependence of LuB 50 heat capacity in the whole temperature range was approximatedmore » by the sum of SAP contribution, Debye and two Einstein components. The parameters of SAP contribution for LuB 50 were compared to the corresponding values for LuB 66, which was studied earlier. Negative thermal expansion at low temperatures was experimentally observed for LuB 50. The analysis of the experimental temperature dependence for the Gruneisen parameter of LuB 50 suggested that the low-frequency oscillations, described in SAP mode, are responsible for the negative thermal expansion. As a result, the glasslike character of the behavior of LuB 50 thermal characteristics at low temperatures was confirmed.« less
Zhou, Jing; Zhu, Xingjun; Chen, Min; Sun, Yun; Li, Fuyou
2012-09-01
Multimodal imaging is rapidly becoming an important tool for biomedical applications because it can compensate for the deficiencies of individual imaging modalities. Herein, multifunctional NaLuF(4)-based upconversion nanoparticles (Lu-UCNPs) were synthesized though a facile one-step microemulsion method under ambient condition. The doping of lanthanide ions (Gd(3+), Yb(3+) and Er(3+)/Tm(3+)) endows the Lu-UCNPs with high T(1)-enhancement, bright upconversion luminescence (UCL) emissions, and excellent X-ray absorption coefficient. Moreover, the as-prepared Lu-UCNPs are stable in water for more than six months, due to the protection of sodium glutamate and diethylene triamine pentacetate acid (DTPA) coordinating ligands on the surface. Lu-UCNPs have been successfully applied to the trimodal CT/MR/UCL lymphatic imaging on the modal of small animals. It is worth noting that Lu-UCNPs could be used for imaging even after preserving for over six months. In vitro transmission electron microscope (TEM), methyl thiazolyl tetrazolium (MTT) assay and histological analysis demonstrated that Lu-UCNPs exhibited low toxicity on living systems. Therefore, Lu-UCNPs could be multimodal agents for CT/MR/UCL imaging, and the concept can be served as a platform technology for the next-generation of probes for multimodal imaging. Copyright © 2012 Elsevier Ltd. All rights reserved.
The initial Hf isotopic composition of the Earth
NASA Astrophysics Data System (ADS)
Bouvier, A.; Boyet, M. M.; Vervoort, J. D.; Patchett, P. J.
2011-12-01
One area of considerable activity in trying to understand the formation and evolution of Earth's crust is the isotopic analysis of Hf in parallel with Sm-Nd and U-Pb zircon studies, either to constrain early crustal growth and evolution [1], or as a complement to detrital zircon studies [2]. The 176Lu decay constant deduced from early planetary and Earth materials have different values. It has been suggested that a period of irradiation in the early Solar System affected the 176Hf production rate in meteoritic and planetary materials [3,4]. In this scenario, the initial Hf isotopic composition of the Solar System and the Earth would be ~4 ∈Hf units lower, affecting tremendously the interpretation of the differentiation history of the early Earth. We investigated Lu-Hf compositions of calcium-aluminum-rich inclusions, the oldest known objects of the Solar System dated at 4568 Ma [5], to assess the possibility of neutrino irradiation in the solar nebula. Here we report high-precision 176Lu-176Hf systematics of leached and unleached, and spiked and unspiked, bulk fractions and mineral separates of 6 individual CAIs from 2 CV3 chondrites. Isotopic analyses were carried out by Neptune MC-ICPMS at ASU. Analytical details are in [6,7]. The unspiked Hf fractions reveal stable isotope anomalies of μ178Hf= 20 ± 6 and μ180Hf= 31 ± 9 (2SD) for the CAI B4 fractions (n=3) and μ178Hf= -4 ± 10 and μ180Hf= 2 ± 10 (n=2) for BCR-2 relative to the JMC 475 Hf standard. Further high-precision analysis of unspiked Sm and Nd fractions of the samples will be made to correct from nucleosynthetic or neutron capture anomalies [8]. Such Hf stable isotopic anomalies predict no more than 50ppm correction on 176Hf/177Hf. At this stage, we have thus regressed together the spiked and unspiked Hf compositions of CAI fractions (n=13) for isochron calculations. The slope of the Lu-Hf isochron is 0.0882 ± 0.0026 (2SD) which corresponds to a 176Lu decay constant value of 1.852 (± 0.052) ×10-11×y-1 consistent with the "terrestrial" determination [9,10]. We do not find evidence of 176Hf excesses in the CAI Lu-Hf systematics which excludes the possibility of neutrino irradiation to explain the anomalous Lu-Hf isochron ages of eucrite and angrite meteorites [3]. The initial 176Hf/177Hf of the CAIs and thus of the Solar System is 0.28286 ± 0.00011 which is consistent with the estimates of 0.28279 ± 0.00002 obtained using the modern CHUR composition [6] and the terrestrial decay constant [9,10]. This last composition remains the best estimate for the initial 176Hf/177Hf of the Earth. [1] Harrison. AREP Sci. 2009 37, 479. [2] Sun et al. Prec. Res. 2009 172, 99. [3] Albarède et al. GCA 2006 70, 1261. [4] Thrane et al. Astrophys. J. 2010 717, 861-867. [5] Bouvier & Wadhwa. Nat. Geosci. 2010 3, 637. [6] Bouvier et al. EPSL 2008 273, 48. [7] Münker et al. G3 2001 2. [8] Sprung et al. EPSL 2010 295, 1. [9] Scherer et al. Science 2001 293, 683. [10] Söderlund et al. EPSL 2004 219, 311.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Rao, Ling; Lu, Wei; Wang, Haibo
2015-04-15
Highlights: • Sub-10 nm cubic phase BaLuF{sub 5} nanocrystals were synthesized by a hydrothermal method for the first time. • Tunable multicolor from yellow to yellow-green was achieved by controlling Gd{sup 3+} content in BaLuF{sub 5}:Yb/Er system. • Intense near-infrared upconversion luminescence in BaLuF{sub 5}:Gd/Yb/Tm nanocrystal. • The enhancement near-infrared luminescence can be realized by adjusting the content of Gd{sup 3+} in BaLuF{sub 5}:Gd/Yb/Tm system. - Abstract: In this study, sub-10 nm BaLuF{sub 5} nanocrystals with cubic phase structure were synthesized by a solvothermal method using oleic acid as the stabilizing agent. The as-prepared BaLuF{sub 5} nanocrystals were characterized bymore » transmission electron microscopy (TEM), X-ray diffraction (XRD), and analyzed by the upconversion (UC) spectra. The TEM results reveal that these samples present high uniformity. Compared with Gd-free samples, the size of BaLuF{sub 5}:Yb/Er doped with 10% Gd{sup 3+} decreased to 5.6 nm. In addition, BaLuF{sub 5}:Yb/Tm/Gd upconversion nanoparticles (UCNPs) presented efficient near-infrared (NIR)-NIR UC luminescence. Therefore, it is expected that these ultra-small BaLuF{sub 5} nanocrystals with well-controlled shape, size, and UC emission have potential applications in biomedical imaging fields.« less
Fu, Huijie; Yu, Haiying; Li, Tingxuan; Zhang, Xizhou
2018-04-15
A hydroponic experiment with two different cadmium (Cd) accumulating rice lines of Lu527-8 (the high Cd accumulating rice line) and Lu527-4 (the normal rice line) was carried out to explore the links among Cd stress, root exudates and Cd accumulation. The results showed that (1) Cd stress increased quantities of organic acids, but had no effect on composition in root exudates of the two rice lines. In Cd treatments, the contents of every detected organic acid in root exudates of Lu527-8 were 1.76-2.43 times higher than those of Lu527-4. Significant positive correlations between organic acids contents and Cd contents in plants were observed in both rice lines, except that malic acid was only highly relevant to Lu527-8, but not to Lu527-4. (2) Both composition and quantities of amino acids in root exudates changed a lot under Cd stress and this change differed in two rice lines. In control, four amino acids (glutamic acid, glycine, tyrosine and histidine) were detected in two rice lines. Under Cd stress, eight amino acids in Lu527-8 and seven amino acids in Lu527-4 could be detected, among which phenylalanine was only secreted by Lu527-8 and alanine, methionine and lysine were secreted by both rice lines. The contents of those four newly secreted amino acids from Lu527-8 increased significantly with the increase of Cd dose and each had a high-positive correlation with Cd contents, but the same change did not appear in Lu527-4. The difference between two rice lines in secretion of organic acids and amino acids may be related to their different Cd uptake properties. Copyright © 2017 Elsevier Inc. All rights reserved.
Atomically engineered ferroic layers yield a room-temperature magnetoelectric multiferroic
NASA Astrophysics Data System (ADS)
Mundy, Julia A.; Brooks, Charles M.; Holtz, Megan E.; Moyer, Jarrett A.; Das, Hena; Rébola, Alejandro F.; Heron, John T.; Clarkson, James D.; Disseler, Steven M.; Liu, Zhiqi; Farhan, Alan; Held, Rainer; Hovden, Robert; Padgett, Elliot; Mao, Qingyun; Paik, Hanjong; Misra, Rajiv; Kourkoutis, Lena F.; Arenholz, Elke; Scholl, Andreas; Borchers, Julie A.; Ratcliff, William D.; Ramesh, Ramamoorthy; Fennie, Craig J.; Schiffer, Peter; Muller, David A.; Schlom, Darrell G.
2016-09-01
Materials that exhibit simultaneous order in their electric and magnetic ground states hold promise for use in next-generation memory devices in which electric fields control magnetism. Such materials are exceedingly rare, however, owing to competing requirements for displacive ferroelectricity and magnetism. Despite the recent identification of several new multiferroic materials and magnetoelectric coupling mechanisms, known single-phase multiferroics remain limited by antiferromagnetic or weak ferromagnetic alignments, by a lack of coupling between the order parameters, or by having properties that emerge only well below room temperature, precluding device applications. Here we present a methodology for constructing single-phase multiferroic materials in which ferroelectricity and strong magnetic ordering are coupled near room temperature. Starting with hexagonal LuFeO3—the geometric ferroelectric with the greatest known planar rumpling—we introduce individual monolayers of FeO during growth to construct formula-unit-thick syntactic layers of ferrimagnetic LuFe2O4 (refs 17, 18) within the LuFeO3 matrix, that is, (LuFeO3)m/(LuFe2O4)1 superlattices. The severe rumpling imposed by the neighbouring LuFeO3 drives the ferrimagnetic LuFe2O4 into a simultaneously ferroelectric state, while also reducing the LuFe2O4 spin frustration. This increases the magnetic transition temperature substantially—from 240 kelvin for LuFe2O4 (ref. 18) to 281 kelvin for (LuFeO3)9/(LuFe2O4)1. Moreover, the ferroelectric order couples to the ferrimagnetism, enabling direct electric-field control of magnetism at 200 kelvin. Our results demonstrate a design methodology for creating higher-temperature magnetoelectric multiferroics by exploiting a combination of geometric frustration, lattice distortions and epitaxial engineering.
Iizuka, Tsuyoshi; Yamaguchi, Takao; Hibiya, Yuki; Amelin, Yuri
2015-04-28
Knowledge of planetary differentiation is crucial for understanding the chemical and thermal evolution of terrestrial planets. The (176)Lu-(176)Hf radioactive decay system has been widely used to constrain the timescales and mechanisms of silicate differentiation on Earth, but the data interpretation requires accurate estimation of Hf isotope evolution of the bulk Earth. Because both Lu and Hf are refractory lithophile elements, the isotope evolution can be potentially extrapolated from the present-day (176)Hf/(177)Hf and (176)Lu/(177)Hf in undifferentiated chondrite meteorites. However, these ratios in chondrites are highly variable due to the metamorphic redistribution of Lu and Hf, making it difficult to ascertain the correct reference values for the bulk Earth. In addition, it has been proposed that chondrites contain excess (176)Hf due to the accelerated decay of (176)Lu resulting from photoexcitation to a short-lived isomer. If so, the paradigm of a chondritic Earth would be invalid for the Lu-Hf system. Herein we report the first, to our knowledge, high-precision Lu-Hf isotope analysis of meteorite crystalline zircon, a mineral that is resistant to metamorphism and has low Lu/Hf. We use the meteorite zircon data to define the Solar System initial (176)Hf/(177)Hf (0.279781 ± 0.000018) and further to identify pristine chondrites that contain no excess (176)Hf and accurately represent the Lu-Hf system of the bulk Earth ((176)Hf/(177)Hf = 0.282793 ± 0.000011; (176)Lu/(177)Hf = 0.0338 ± 0.0001). Our results provide firm evidence that the most primitive Hf in terrestrial zircon reflects the development of a chemically enriched silicate reservoir on Earth as far back as 4.5 billion years ago.
Qiu, Jin-Feng; Gao, Xiang; Wang, Bi-Lan; Wei, Xia-Wei; Gou, Ma-Ling; Men, Ke; Liu, Xing-Yu; Guo, Gang; Qian, Zhi-Yong; Huang, Mei-Juan
2013-01-01
Luteolin (Lu) is one of the flavonoids with anticancer activity, but its poor water solubility limits its use clinically. In this work, we used monomethoxy poly(ethylene glycol)-poly(e-caprolactone) (MPEG-PCL) micelles to encapsulate Lu by a self-assembly method, creating a water-soluble Lu/MPEG-PCL micelle. These micelles had a mean particle size of 38.6 ± 0.6 nm (polydispersity index = 0.16 ± 0.02), encapsulation efficiency of 98.32% ± 1.12%, and drug loading of 3.93% ± 0.25%. Lu/MPEG-PCL micelles could slowly release Lu in vitro. Encapsulation of Lu in MPEG-PCL micelles improved the half-life (t½; 152.25 ± 49.92 versus [vs] 7.16 ± 1.23 minutes, P = 0.007), area under the curve (0-t) (2914.05 ± 445.17 vs 502.65 ± 140.12 mg/L/minute, P = 0.001), area under the curve (0–∞) (2989.03 ± 433.22 vs 503.81 ± 141.41 mg/L/minute, P = 0.001), and peak concentration (92.70 ± 11.61 vs 38.98 ± 7.73 mg/L, P = 0.003) of Lu when the drug was intravenously administered at a dose of 30 mg/kg in rats. Also, Lu/MPEG-PCL micelles maintained the cytotoxicity of Lu on 4T1 breast cancer cells (IC50 = 6.4 ± 2.30 μg/mL) and C-26 colon carcinoma cells (IC50 = 12.62 ± 2.17 μg/mL) in vitro. These data suggested that encapsulation of Lu into MPEG-PCL micelles created an aqueous formulation of Lu with potential anticancer effect. PMID:23990719
Convergence Speed of a Dynamical System for Sparse Recovery
NASA Astrophysics Data System (ADS)
Balavoine, Aurele; Rozell, Christopher J.; Romberg, Justin
2013-09-01
This paper studies the convergence rate of a continuous-time dynamical system for L1-minimization, known as the Locally Competitive Algorithm (LCA). Solving L1-minimization} problems efficiently and rapidly is of great interest to the signal processing community, as these programs have been shown to recover sparse solutions to underdetermined systems of linear equations and come with strong performance guarantees. The LCA under study differs from the typical L1 solver in that it operates in continuous time: instead of being specified by discrete iterations, it evolves according to a system of nonlinear ordinary differential equations. The LCA is constructed from simple components, giving it the potential to be implemented as a large-scale analog circuit. The goal of this paper is to give guarantees on the convergence time of the LCA system. To do so, we analyze how the LCA evolves as it is recovering a sparse signal from underdetermined measurements. We show that under appropriate conditions on the measurement matrix and the problem parameters, the path the LCA follows can be described as a sequence of linear differential equations, each with a small number of active variables. This allows us to relate the convergence time of the system to the restricted isometry constant of the matrix. Interesting parallels to sparse-recovery digital solvers emerge from this study. Our analysis covers both the noisy and noiseless settings and is supported by simulation results.
Simulation of Devices with Molecular Potentials
2013-12-22
10] W. R. Frensley, Wigner - function model of a resonant-tunneling semiconductor de- vice, Phys. Rev. B, 36 (1987), pp. 1570–1580. 6 [11] M. J...develop the principal investigator’s Wigner -Poisson code and extend that code to deal with longer devices and more complex barrier profiles. Over...Research Triangle Park, NC 27709-2211 Molecular Confirmation, Sparse Interpolation, Wigner -Poisson Equation, Parallel Algorithms REPORT DOCUMENTATION PAGE 11
DOE Office of Scientific and Technical Information (OSTI.GOV)
2014-01-17
This library is an implementation of the Sparse Approximate Matrix Multiplication (SpAMM) algorithm introduced. It provides a matrix data type, and an approximate matrix product, which exhibits linear scaling computational complexity for matrices with decay. The product error and the performance of the multiply can be tuned by choosing an appropriate tolerance. The library can be compiled for serial execution or parallel execution on shared memory systems with an OpenMP capable compiler
2011-09-30
channel interference mitigation for underwater acoustic MIMO - OFDM . 3) Turbo equalization for OFDM modulated physical layer network coding. 4) Blind CFO...Underwater Acoustic MIMO - OFDM . MIMO - OFDM has been actively studied for high data rate communications over the bandwidthlimited underwater acoustic...with the cochannel interference (CCI) due to parallel transmissions in MIMO - OFDM . Our proposed receiver has the following components: 1
DOE Office of Scientific and Technical Information (OSTI.GOV)
Rouet, François-Henry; Li, Xiaoye S.; Ghysels, Pieter
In this paper, we present a distributed-memory library for computations with dense structured matrices. A matrix is considered structured if its off-diagonal blocks can be approximated by a rank-deficient matrix with low numerical rank. Here, we use Hierarchically Semi-Separable (HSS) representations. Such matrices appear in many applications, for example, finite-element methods, boundary element methods, and so on. Exploiting this structure allows for fast solution of linear systems and/or fast computation of matrix-vector products, which are the two main building blocks of matrix computations. The compression algorithm that we use, that computes the HSS form of an input dense matrix, reliesmore » on randomized sampling with a novel adaptive sampling mechanism. We discuss the parallelization of this algorithm and also present the parallelization of structured matrix-vector product, structured factorization, and solution routines. The efficiency of the approach is demonstrated on large problems from different academic and industrial applications, on up to 8,000 cores. Finally, this work is part of a more global effort, the STRUctured Matrices PACKage (STRUMPACK) software package for computations with sparse and dense structured matrices. Hence, although useful on their own right, the routines also represent a step in the direction of a distributed-memory sparse solver.« less
Rouet, François-Henry; Li, Xiaoye S.; Ghysels, Pieter; ...
2016-06-30
In this paper, we present a distributed-memory library for computations with dense structured matrices. A matrix is considered structured if its off-diagonal blocks can be approximated by a rank-deficient matrix with low numerical rank. Here, we use Hierarchically Semi-Separable (HSS) representations. Such matrices appear in many applications, for example, finite-element methods, boundary element methods, and so on. Exploiting this structure allows for fast solution of linear systems and/or fast computation of matrix-vector products, which are the two main building blocks of matrix computations. The compression algorithm that we use, that computes the HSS form of an input dense matrix, reliesmore » on randomized sampling with a novel adaptive sampling mechanism. We discuss the parallelization of this algorithm and also present the parallelization of structured matrix-vector product, structured factorization, and solution routines. The efficiency of the approach is demonstrated on large problems from different academic and industrial applications, on up to 8,000 cores. Finally, this work is part of a more global effort, the STRUctured Matrices PACKage (STRUMPACK) software package for computations with sparse and dense structured matrices. Hence, although useful on their own right, the routines also represent a step in the direction of a distributed-memory sparse solver.« less
NASA Astrophysics Data System (ADS)
Tulbure, M. G.; Bishop-Taylor, R.; Broich, M.
2017-12-01
Land use (LU) change and hydroclimatic variability affect spatiotemporal landscape connectivity dynamics, important for species movement and dispersal. Despite the fact that LU change can strongly influence dispersal potential over time, prior research has only focused on the impacts of dynamic changes in the distribution of potential habitats. We used 8 time-steps of historical LU together with a Landsat-derived time-series of surface water habitat dynamics (1986-2011) over the Murray-Darling Basin (MDB), a region with extreme hydroclimatic variability, impacted by LU changes. To assess how changing LU and hydroclimatic variability affect landscape connectivity across time, we compared 4 scenarios, namely one where both climate and LU are dynamic over time, one where climate is kept steady (i.e. a median surface water extent layer), and two scenarios where LU is kept steady (i.e. resistance values associated with the most recent or the first LU layer). We used circuit theory to assign landscape features with `resistance' costs and graph theory network analysis, with surface water habitats as `nodes' connected by dispersal paths or `edges' Findings comparing a dry and an average season show high differences in number of nodes (14581 vs 21544) and resistance distances. The combined effect of LU change and landscape wetness was lower than expected, likely a function of the large, MDB-wide, aggregation scale. Spatially explicit analyses are expected to identify areas where the synergistic effect of LU change and landscape wetness greatly reduce or increase landscape connectivity, as well as areas where the two effects cancel each other out.
The NCU Lu-Lin Observatory Survived the Taiwan 921 Earthquake
NASA Astrophysics Data System (ADS)
Tsay, W. S.; Chang, K. H.; Li, H. H.
1999-12-01
The NCU (National Central University) Lu-Lin Observatory is located at Mt. Front Lu-Lin, 120o 52' 25" E and 23o 28' 07" N, a 2862-m peak in the Yu-Shan National Park. The construction of Lu-Lin Observatory was finished in January 1999. Fortunately the Lu-Lin Observatory survived the Taiwan 921 Earthquake that was 7.3 on the Ritcher scale. We are proud of the design of Lu-Lin Observatory adopted H-beam and steel wall even the center of earthquake was only 40 km away. The initial study of Lu-Lin site was started since late 1989. Later on, a three-year project was founded by the National Science Council , which supported the development of a modern seeing monitor for this site survey study from 1990 through 1993. The average seeing of Lu-Lin site is about 1.39 arc-second with average 200 clear nights annually. The sky background of this site is 20.72 mag/arcsec2 in V band and 21.22 mag/arcsec2 in B band. The Lu-Lin observatory is developed for both research and education activity. A homemade 76-cm Super Light Telescope (SLT) and three TAOS's 50-cm robotic telescopes will be the two major research facilities. This work is supported by the National Science Council of Taiwan.
Algorithms and software for solving finite element equations on serial and parallel architectures
NASA Technical Reports Server (NTRS)
Chu, Eleanor; George, Alan
1988-01-01
The primary objective was to compare the performance of state-of-the-art techniques for solving sparse systems with those that are currently available in the Computational Structural Mechanics (MSC) testbed. One of the first tasks was to become familiar with the structure of the testbed, and to install some or all of the SPARSPAK package in the testbed. A brief overview of the CSM Testbed software and its usage is presented. An overview of the sparse matrix research for the Testbed currently employed in the CSM Testbed is given. An interface which was designed and implemented as a research tool for installing and appraising new matrix processors in the CSM Testbed is described. The results of numerical experiments performed in solving a set of testbed demonstration problems using the processor SPK and other experimental processors are contained.
Scanned-probe field-emission studies of vertically aligned carbon nanofibers
NASA Astrophysics Data System (ADS)
Merkulov, Vladimir I.; Lowndes, Douglas H.; Baylor, Larry R.
2001-02-01
Field emission properties of dense and sparse "forests" of randomly placed, vertically aligned carbon nanofibers (VACNFs) were studied using a scanned probe with a small tip diameter of ˜1 μm. The probe was scanned in directions perpendicular and parallel to the sample plane, which allowed for measuring not only the emission turn-on field at fixed locations but also the emission site density over large surface areas. The results show that dense forests of VACNFs are not good field emitters as they require high extracting (turn-on) fields. This is attributed to the screening of the local electric field by the neighboring VACNFs. In contrast, sparse forests of VACNFs exhibit moderate-to-low turn-on fields as well as high emission site and current densities, and long emission lifetime, which makes them very promising for various field emission applications.
Ghosh, A
1988-08-01
Lanczos and conjugate gradient algorithms are important in computational linear algebra. In this paper, a parallel pipelined realization of these algorithms on a ring of optical linear algebra processors is described. The flow of data is designed to minimize the idle times of the optical multiprocessor and the redundancy of computations. The effects of optical round-off errors on the solutions obtained by the optical Lanczos and conjugate gradient algorithms are analyzed, and it is shown that optical preconditioning can improve the accuracy of these algorithms substantially. Algorithms for optical preconditioning and results of numerical experiments on solving linear systems of equations arising from partial differential equations are discussed. Since the Lanczos algorithm is used mostly with sparse matrices, a folded storage scheme to represent sparse matrices on spatial light modulators is also described.
NASA Astrophysics Data System (ADS)
Mares, Jiri A.; Nikl, Martin; Beitlerova, Alena; Blazek, Karel; Horodysky, Petr; Nejezchleb, Karel; D'Ambrosio, Carmelo
2011-12-01
Scintillation properties of Pr 3+-doped LuAG and YAG crystals were investigated and compared with those of Ce 3+-doped ones. The highest L.Y.'s were observed with the longest shaping time 10 μs. They can reach up to ˜16,000 ph/MeV or ˜23,500 ph/MeV for LuAG:Pr and LuAG:Ce, respectively. Energy resolutions (FWHM) are a bit better with LuAG:Pr than those of LuAG:Ce, e.g. at 662 keV FWHM are around 6% and between 8-12%, respectively. There were observed no large changes in proportionality of Pr 3+- or Ce 3+-doped LuAG or YAG crystals but the best proportionality has YAP:Ce crystal. Pr 3+- or Ce 3+-doped LuAG crystals exhibit slow decay components in the time range 1.5-3.5 μs while those of YAG ones have shorter decay components between 0.3-1.7 μs.
Growth and characterization of LuAs films and nanostructures
NASA Astrophysics Data System (ADS)
Krivoy, E. M.; Nair, H. P.; Crook, A. M.; Rahimi, S.; Maddox, S. J.; Salas, R.; Ferrer, D. A.; Dasika, V. D.; Akinwande, D.; Bank, S. R.
2012-10-01
We report the growth and characterization of nearly lattice-matched LuAs/GaAs heterostructures. Electrical conductivity, optical transmission, and reflectivity measurements of epitaxial LuAs films indicate that LuAs is semimetallic, with a room-temperature resistivity of 90 μΩ cm. Cross-sectional transmission electron microscopy confirms that LuAs nucleates as self-assembled nanoparticles, which can be overgrown with high-quality GaAs. The growth and material properties are very similar to those of the more established ErAs/GaAs system; however, we observe important differences in the magnitude and wavelength of the peak optical transparency, making LuAs superior for certain device applications, particularly for thick epitaxially embedded Ohmic contacts that are transparent in the near-IR telecommunications window around 1.3 μm.
Lu-Hf constraints on the evolution of lunar basalts
DOE Office of Scientific and Technical Information (OSTI.GOV)
Fujimaki, H.; Tatsumoto, M.
1984-02-15
Very low Ti basalts andd green glass samples from the moon show high Lu/Hf ratios and low Hf concentrations. Low-Ti lunar basalts show high and variable Lu/Hf ratios and higher Hf concentrations, whereas high-Ti lunar basalts show low Lu/Hf ratios and high Hf concentrations. KREEP basalts have constant Lu/Hf ratios and high but variable Hf concentrations. Using the Lu-Hf behavior as a constraint, we propose a model for the mare basalts evolution. This constraint requires extensive crystallization of the primary lunar magma ocean prior to formation of the lunar mare basalt sources and the KREEP basalts. Mare basalts are producedmore » by the melting of the cumulate rocks, and KREEP basalts represent the residual liquid of the magma ocean.« less
Growth and characterization of LuAs films and nanostructures
DOE Office of Scientific and Technical Information (OSTI.GOV)
Krivoy, E. M.; Nair, H. P.; Crook, A. M.
2012-10-01
We report the growth and characterization of nearly lattice-matched LuAs/GaAs heterostructures. Electrical conductivity, optical transmission, and reflectivity measurements of epitaxial LuAs films indicate that LuAs is semimetallic, with a room-temperature resistivity of 90 {mu}{Omega} cm. Cross-sectional transmission electron microscopy confirms that LuAs nucleates as self-assembled nanoparticles, which can be overgrown with high-quality GaAs. The growth and material properties are very similar to those of the more established ErAs/GaAs system; however, we observe important differences in the magnitude and wavelength of the peak optical transparency, making LuAs superior for certain device applications, particularly for thick epitaxially embedded Ohmic contacts that aremore » transparent in the near-IR telecommunications window around 1.3 {mu}m.« less
Maina, Theodosia; Kaloudi, Aikaterini; Valverde, Ibai E; Mindt, Thomas L; Nock, Berthold A
2017-09-01
Radiolabeled bombesin (BBN)-analogs have been proposed for diagnosis and therapy of gastrin-releasing peptide receptor (GRPR)-expressing tumors, such as prostate, breast and lung cancer. Metabolic stability represents a crucial factor for the success of this approach by ensuring sufficient delivery of circulating radioligand to tumor sites. The amide-to-triazole switch on the backbone of DOTA-PEG 4 -[Nle 14 ]BBN(7-14) (1) was reported to improve the in vitro stability of resulting 177 Lu-radioligands. On the other hand, in-situ inhibition of neutral endopeptidase (NEP) by coinjection of phosphoramidon (PA) was shown to significantly improve the in vivo stability and tumor uptake of biodegradable radiopeptides. We herein compare the impact of the two methods on the bioavailability and localization of 177 Lu-DOTA-PEG 4 -[Nle 14 ]BBN(7-14) analogs in GRPR-positive tumors in mice. The 1,4-disubstituted [1-3]-triazole was used to replace one (2: Gly 11 -His 12 ; 3: Ala 9 -Val 10 ) or two (4: Ala 9 -Val 10 and Gly 11 -His 12 ) peptide bonds in 1 (reference) and all compounds were labeled with 177 Lu. Each of [ 177 Lu]1-[ 177 Lu]4 was injected without (control) or with PA in healthy mice. Blood samples collected 5min post-injection (pi) were analyzed by HPLC. Biodistribution of [ 177 Lu]1-[ 177 Lu]4 was conducted in SCID mice bearing human prostate adenocarcinoma PC-3 xenografts at 4h pi. Groups of 4 animals were injected with radioligand, alone (controls), or with coinjection of PA, or of a mixture of PA and excess and [Tyr 4 ]BBN to determine GRPR-specificity of uptake (Block). The in vivo stability of the radioligands was: [ 177 Lu]1 (25% intact), [ 177 Lu]2 (45% intact), [ 177 Lu]3 (30% intact) and [ 177 Lu]4 (40% intact). By PA-coinjection these values notably increased to 90%-93%. Moreover, treatment with PA induced an impressive and GRPR-specific uptake of all radioligands in the PC-3 xenografts at 4h pi: [ 177 Lu]1: 4.7±0.4 to 24.8±4.9%ID/g; [ 177 Lu]2: 8.3±1.2 to 26.0±1.1%ID/g; [ 177 Lu]3: 6.6±0.4 to 21.3±4.4%ID/g; and [ 177 Lu]4: 4.8±1.6 to 13.7±3.8%ID/g. This study has shown that amide-to-triazole substitutions in 177 Lu-DOTA-PEG 4 -[Nle 14 ]BBN(7-14) induced minor effects on bioavailability and tumor uptake in mice models, whereas in-situ NEP-inhibition(s) by PA impressively improved in vivo profiles. Copyright © 2017 Elsevier Inc. All rights reserved.
Abuqbeitah, Mohammad; Demir, Mustafa; Uslu-Beşli, Lebriz; Yeyin, Nami; Sönmezoğlu, Kerim
2018-03-01
The main target of this work is to examine blood clearance and external exposure for 177 Lu-DOTATATE compared with new emerging 177 Lu-PSMA therapy. Blood clearance and radiation exposure of 31 patients treated with 5.5 ± 1.1 GBq 177 Lu-DOTATATE were compared to those of 23 patients treated with 7.4 GBq 177 Lu-PSMA. Dose rates were measured at several distances and time points up to 120 h after treatment. Blood samples were collected conjunctively after infusion. Caregiver's cumulative dose was measured by means of an OSL (optically stimulated luminescence) dosimeter for 4-5 days and medical staff's dose was also estimated using electronic personal dosimeters. Finger dose was determined via ring TLD (Thermoluminescence Dosimeter) for radiopharmacists and nurses. Dose rates due to 177 Lu-DOTATATE at a distance of 1 m, 4 h and 6 h after infusion, were 3.0 ± 2.8 and 2 ± 1.9 µSv/(h GBq), respectively, while those due to 177 Lu-PSMA were 3.1 ± 0.8 and 2.2 ± 0.9 µSv/(h GBq). Total effective dose of 17 caregivers was 100-200 µSv for 177 Lu-DOTATATE therapy. Mean effective doses to nurses and radiopharmacists were 5 and 4 µSv per patient, respectively, while those for physicists and physicians were 2 µSv per patient. For 177 Lu-DOTATATE, effective half-life in blood and early elimination phase were 0.31 ± 0.13 and 4.5 ± 1 h, while they were found as 0.4 ± 0.1 and 5 ± 1 h, respectively, for 177 Lu-PSMA. The first micturition time following 177 Lu-DOTATATE infusion was noted after 36 ± 14 min, while the second and third voiding times were after 74 ± 9 and 128 ± 41 min, respectively. It is concluded that blood clearance and radiation exposure for 177 Lu-DOTATATE are very similar to those for 177 Lu-PSMA, and both treatment modalities are reasonably reliable for outpatient treatment, since the mean dose rate [2.1 µSv/(h GBq)] decreased below the dose rate that allows release of the patient from the hospital (20 µSv/h) after 6 h at 1 m distance.
Preconditioned conjugate gradient methods for the compressible Navier-Stokes equations
NASA Technical Reports Server (NTRS)
Venkatakrishnan, V.
1990-01-01
The compressible Navier-Stokes equations are solved for a variety of two-dimensional inviscid and viscous problems by preconditioned conjugate gradient-like algorithms. Roe's flux difference splitting technique is used to discretize the inviscid fluxes. The viscous terms are discretized by using central differences. An algebraic turbulence model is also incorporated. The system of linear equations which arises out of the linearization of a fully implicit scheme is solved iteratively by the well known methods of GMRES (Generalized Minimum Residual technique) and Chebyschev iteration. Incomplete LU factorization and block diagonal factorization are used as preconditioners. The resulting algorithm is competitive with the best current schemes, but has wide applications in parallel computing and unstructured mesh computations.
Scintillation properties of selected oxide monocrystals activated with Ce and Pr
NASA Astrophysics Data System (ADS)
Wojtowicz, Andrzej J.; Drozdowski, Winicjusz; Wisniewski, Dariusz; Lefaucheur, Jean-Luc; Galazka, Zbigniew; Gou, Zhenhui; Lukasiewicz, Tadeusz; Kisielewski, Jaroslaw
2006-01-01
In the last 10-15 years there has been a significant effort toward development of new, more efficient and faster materials for detection of ionizing radiation. A growing demand for better scintillator crystals for detection of 511 keV gamma particles has been due mostly to recent advances in modern imaging systems employing positron emitting radionuclides for medical diagnostics in neurology, oncology and cardiology. While older imaging systems were almost exclusively based on BGO and NaI:Tl crystals the new systems, e.g., ECAT Accel, developed by Siemens/CTI, are based on recently discovered and developed LSO (Lu 2SiO 5:Ce, Ce-activated lutetium oxyorthosilicate) crystals. Interestingly, despite very good properties of LSO, there still is a strong drive toward development of new scintillator crystals that would show even better performance and characteristics. In this presentation we shall review spectroscopic and scintillator characterization of new complex oxide crystals, namely LSO, LYSO, YAG, LuAP (LuAlO 3, lutetium aluminate perovskite) and LuYAP activated with Ce and Pr. The LSO:Ce crystals have been grown by CTI Inc (USA), LYSO:Ce, LuAP:Ce and LuYAP:Ce crystals have been grown by Photonic Materials Ltd., Scotland (PML is the only company providing large LuAP:Ce crystals on a commercial scale), while YAG:Pr and LuAP:Pr crystals have been grown by Institute of Electronic Materials Technology (Poland). All these crystals have been characterized at Institute of Physics, N. Copernicus University (Poland). We will review and compare results of measurements of radioluminescence, VUV spectroscopy, scintillation light yields, scintillation time profiles and low temperature thermoluminescence performed on these crystals. We will demonstrate that all experiments clearly indicate that there is a significant room for improvement of LuAP, LuYAP and YAG. While both Ce-activated LSO and LYSO perform very well, we also note that LuYAP:Ce, LuAP:Ce and YAG:Pr offer some advantages and, after a likely improvement of some parameters, may also present a viable and desired alternative in applications that require high counting rates or better time resolution. Unfortunately, LuAP:Pr, although the fastest among all the materials studied, may be seriously limited in its achievable light yield by inherent physical processes that are responsible for nonradiative quenching of scintillation light in this material.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Romaka, V.V., E-mail: romakav@lp.edu.ua; Romaka, L.; Horyn, A.
The phase equilibria in the Gd–Ni–Sb and Lu-Ni-Sb ternary systems were studied at 873 K by X-ray and metallographic analyses in the whole concentration range. The interaction of the elements in the Gd–Ni–Sb system results the formation of five ternary compounds at investigated temperature: Gd{sub 5}Ni{sub 2}Sb (Mo{sub 5}SiB{sub 2}-type), Gd{sub 5}NiSb{sub 2} (Yb{sub 5}Sb{sub 3}-type), GdNiSb (MgAgAs-type), Gd{sub 3}Ni{sub 6}Sb{sub 5} (Y{sub 3}Ni{sub 6}Sb{sub 5}-type), and GdNi{sub 0.72}Sb{sub 2} (HfCuSi{sub 2}-type). At investigated temperature the Lu-Ni-Sb system is characterized by formation of the LuNiSb (MgAgAs-type), Lu{sub 5}Ni{sub 2}Sb (Mo{sub 5}SiB{sub 2}-type), and Lu{sub 5}Ni{sub 0.56}Sb{sub 2.44} (Yb{sub 5}Sb{sub 3}-type)more » compounds. The disordering in the crystal structure of half-Heusler GdNiSb and LuNiSb was revealed by EPMA and studied by means of Rietveld refinement and DFT modeling. The performed electronic structure calculations are in good agreement with electrical transport property studies. - Graphical abstract: Crystal structure model and electron localization function of Lu{sub 5}Ni{sub 2}Sb. Display Omitted - Highlights: • Gd-Ni-Sb and Lu-Ni-Sb phase diagrams were constructed at 873 K. • GdNiSb and LuNiSb are characterized by disordered crystal structure. • Crystal structure optimization with DFT calculations confirmed crystal structure disorder in GdNiSb and LuNiSb.« less
Domin, Helena; Szewczyk, Bernadeta; Pochwat, Bartłomiej; Woźniak, Monika; Śmiałowska, Maria
2017-02-01
It has recently been found that chronic treatment with the highly selective, brain-penetrating Y5 receptor antagonist, Lu AA33810 [N-[[trans-4-[(4,5-dihydro [1] benzothiepino[5,4-d] thiazol-2-yl) amino] cyclohexyl]methyl]-methanesulfonamide], produces antidepressant-like effects in the rat chronic mild stress model. In the present study, we investigated the possible antidepressant-like activity of Lu AA33810 in rats subjected to glial ablation in the prefrontal cortex (PFC) by the gliotoxin L-AAA, which is an astroglial degeneration model of depression. We observed that Lu AA33810 administered intraperitoneally at a single dose of 10 mg/kg both reversed depressive-like behavioral changes in the forced swim test (FST) and prevented degeneration of astrocytes in the mPFC. The mechanism of antidepressant and glioprotective effects of Lu AA33810 has not been studied, so far. We demonstrated the contribution of the noradrenergic rather than the serotonergic pathway to the antidepressant-like action of Lu AA33810 in the FST. Moreover, we found that antidepressant-like effect of Lu AA33810 was connected with the influence on brain-derived neurotrophic factor (BDNF) protein expression. We also demonstrated the antidepressant-like effect of Lu AA33810 in the FST in rats which did not receive the gliotoxin. We found that intracerebroventricular injection of the selective MAPK/ERK inhibitor U0126 (5 μg/2 μl) and the selective PI3K inhibitor LY294002 (10 nmol/2 μl) significantly inhibited the anti-immobility effect of Lu AA33810 in the FST in rats, suggesting that MAPK/ERK and PI3K signaling pathways could be involved in the antidepressant-like effect of Lu AA33810. Our results indicate that Lu AA33810 exerts an antidepressant-like effect and suggest the Y5 receptors as a promising target for antidepressant therapy.
Compressed sensing for high-resolution nonlipid suppressed 1 H FID MRSI of the human brain at 9.4T.
Nassirpour, Sahar; Chang, Paul; Avdievitch, Nikolai; Henning, Anke
2018-04-29
The aim of this study was to apply compressed sensing to accelerate the acquisition of high resolution metabolite maps of the human brain using a nonlipid suppressed ultra-short TR and TE 1 H FID MRSI sequence at 9.4T. X-t sparse compressed sensing reconstruction was optimized for nonlipid suppressed 1 H FID MRSI data. Coil-by-coil x-t sparse reconstruction was compared with SENSE x-t sparse and low rank reconstruction. The effect of matrix size and spatial resolution on the achievable acceleration factor was studied. Finally, in vivo metabolite maps with different acceleration factors of 2, 4, 5, and 10 were acquired and compared. Coil-by-coil x-t sparse compressed sensing reconstruction was not able to reliably recover the nonlipid suppressed data, rather a combination of parallel and sparse reconstruction was necessary (SENSE x-t sparse). For acceleration factors of up to 5, both the low-rank and the compressed sensing methods were able to reconstruct the data comparably well (root mean squared errors [RMSEs] ≤ 10.5% for Cre). However, the reconstruction time of the low rank algorithm was drastically longer than compressed sensing. Using the optimized compressed sensing reconstruction, acceleration factors of 4 or 5 could be reached for the MRSI data with a matrix size of 64 × 64. For lower spatial resolutions, an acceleration factor of up to R∼4 was successfully achieved. By tailoring the reconstruction scheme to the nonlipid suppressed data through parameter optimization and performance evaluation, we present high resolution (97 µL voxel size) accelerated in vivo metabolite maps of the human brain acquired at 9.4T within scan times of 3 to 3.75 min. © 2018 International Society for Magnetic Resonance in Medicine.
NASA Astrophysics Data System (ADS)
Bouchet, L.; Amestoy, P.; Buttari, A.; Rouet, F.-H.; Chauvin, M.
2013-02-01
Nowadays, analyzing and reducing the ever larger astronomical datasets is becoming a crucial challenge, especially for long cumulated observation times. The INTEGRAL/SPI X/γ-ray spectrometer is an instrument for which it is essential to process many exposures at the same time in order to increase the low signal-to-noise ratio of the weakest sources. In this context, the conventional methods for data reduction are inefficient and sometimes not feasible at all. Processing several years of data simultaneously requires computing not only the solution of a large system of equations, but also the associated uncertainties. We aim at reducing the computation time and the memory usage. Since the SPI transfer function is sparse, we have used some popular methods for the solution of large sparse linear systems; we briefly review these methods. We use the Multifrontal Massively Parallel Solver (MUMPS) to compute the solution of the system of equations. We also need to compute the variance of the solution, which amounts to computing selected entries of the inverse of the sparse matrix corresponding to our linear system. This can be achieved through one of the latest features of the MUMPS software that has been partly motivated by this work. In this paper we provide a brief presentation of this feature and evaluate its effectiveness on astrophysical problems requiring the processing of large datasets simultaneously, such as the study of the entire emission of the Galaxy. We used these algorithms to solve the large sparse systems arising from SPI data processing and to obtain both their solutions and the associated variances. In conclusion, thanks to these newly developed tools, processing large datasets arising from SPI is now feasible with both a reasonable execution time and a low memory usage.
Half-life measurement of the medical radioisotope 177Lu produced from the 176Yb(n,γ) reaction
NASA Astrophysics Data System (ADS)
Ferreira, K. M.; Collins, S. M.; Fenwick, A. J.
2017-09-01
177Lu is a medium energy beta-emitter commonly used in Nuclear Medicine for radiotherapeutic applications. In this work, the half-life of 177Lu has been measured using a re-entrant ionisation chamber over a period of 82 days (approximately 12 half-lives). Unlike the majority of previous studies, the material used in this work was produced via the 176Yb(n,γ)177Yb reaction followed by the β-decay to 177Lu, producing insignificant quantities of 177mLu. This has resulted in the most precise half-life measurement of 177Lu to date. A half-life of 6.6430 (11) days has been determined. This value is in statistical agreement with the currently recommended half-life of 6.6463 (15) days (z-score = 1.8).
DOE Office of Scientific and Technical Information (OSTI.GOV)
Li, Junlang, E-mail: lijunlangx@163.com; Xu, Jian, E-mail: xu.jian.57z@st.kyoto-u.ac.jp; Graduate School of Human and Environmental Studies, Division of Materials Function, Kyoto University, Kyoto 606-8501
2014-07-01
Highlights: • We fabricate Ce doped lutetium aluminum garnet ceramics by solid-state method. • The raw materials include Lu{sub 2}O{sub 3} nanopowders synthesized by co-precipitation method. • The density of the transparent ceramics reach 99.7% of the theoretical value. • The optical transmittance of the bulk ceramic at 550 nm was 57.48%. • Some scattering centers decrease the optical characteristic of the ceramic. - Abstract: Polycrystalline Ce{sup 3+} doped lutetium aluminum garnet (Ce:LuAG) transparent ceramics fabricated by one step solid-state reaction method using synthetic nano-sized Lu{sub 2}O{sub 3}, commercial α-Al{sub 2}O{sub 3} and CeO{sub 2} powders were investigated in thismore » paper. The green compacts shaped by the mixed powders were successfully densified into Ce:LuAG transparent ceramics after vacuum sintering at 1750 °C for 10 h. The in-line optical transmittance of the Ce:LuAG ceramic made by home-made Lu{sub 2}O{sub 3} powders could reach 57.48% at 550 nm, which was higher than that of the ceramic made by commercial Lu{sub 2}O{sub 3} powders (22.96%). The microstructure observation showed that light scattering centers caused by micro-pores, aluminum segregation and refraction index inhomogeneities induced the decrease of optical transparency of the Ce:LuAG ceramics, which should be removed and optimized in the future work.« less
China Report: Political, Sociological and Military Affairs. No. 429
1983-06-10
according to the number of strokes in the family name. Wang Wei, (Wang Dachuan), (Wang Xinmin), Lu Liang, Lu Yukun, Zhu Danhua (female), (Liu Jiufeng...Li Shanyuan), He Shikun, (Shen Gan), Shen Hanqing, (Du Shijiu), Lu Xiaopeng, (Pu Jiguang), (Zhang Yulong), (Zhang Xiren), (Zhang Xiuxi), (Zhang...the session in accordance with the CPPCC Constitution. Wu Ping was elected chairman and Li Shizhang, Gu Jiguang, He Shikun, Lu Xiaopeng, Shen
Lung Ultrasound Findings in Congenital Pulmonary Airway Malformation.
Yousef, Nadya; Mokhtari, Mostafa; Durand, Philippe; Raimondi, Francesco; Migliaro, Fiorella; Letourneau, Alexandra; Tissières, Pierre; De Luca, Daniele
2018-05-01
Congenital pulmonary airway malformation (CPAM) is a group of rare congenital malformations of the lung and airways. Lung ultrasound (LU) is increasingly used to diagnose neonatal respiratory diseases since it is quick, easy to learn, and radiation-free, but no formal data exist for congenital lung malformations. We aimed to describe LU findings in CPAM neonates needing neonatal intensive care unit (NICU) admission and to compare them with a control population. A retrospective review of CPAM cases from three tertiary academic NICUs over 3 years (2014-2016) identified five patients with CPAM who had undergone LU examination. LU was compared with chest radiograms and computed tomography (CT) scans that were used as references. CPAM lesions were easily identified and corresponded well with CT scans; they varied from a single large cystic lesion, multiple hypoechoic lesions, and/or consolidation. The first two LU findings have not been described in other respiratory conditions and were not found in controls. We provide the first description of LU findings in neonates with CPAM. LU may be used to confirm antenatally diagnosed CPAM and to suspect CPAM in infants with respiratory distress if cystic lung lesions are revealed. Further studies are necessary to define the place of LU in the management of CPAM. Thieme Medical Publishers 333 Seventh Avenue, New York, NY 10001, USA.
2014-01-01
We review existing information on the epidemiology of American Cutaneous Leishmaniasis (ACL) in Panama, with emphasis on the bionomics of anthropophilic Lutzomyia sand fly species. Evidence from Panamanian studies suggests that there are six anthropophilic species in the country: Lutzomyia trapidoi, Lu. panamensis, Lu. gomezi, Lu. ylephiletor, Lu. sanguinaria and Lu. pessoana (Henceforth Lu. carrerai thula). In general, these taxa are abundant, widespread and feed opportunistically on their hosts, which make them potential transmitters of pathogens to a broad range of wildlife, domesticated animals and humans. Furthermore, nearly all man-biting species in Panama (with the exception of Lu. gomezi) expand demographically during the rainy season when transmission is likely higher due to elevated Leishmania infection rates in vector populations. Despite this, data on the distribution and prevalence of ACL suggest little influence of vector density on transmission intensity. Apart from Lu. trapidoi, anthropophilic species seem to be most active in the understory, but vertical stratification, as well as their opportunistic feeding behavior, could vary geographically. This in turn seems related to variation in host species composition and relative abundance across sites that have experienced different degrees of human alteration (e.g., deforestation) in leishmaniasis endemic regions of Panama. PMID:24886629
Development of novel UV emitting single crystalline film scintillators
NASA Astrophysics Data System (ADS)
Zorenko, Yu; Gorbenko, V.; Savchyn, V.; Voznyak, T.; Nikl, M.; Mares, J. A.; Martin, T.; Douissard, P.-A.
2011-04-01
The work is dedicated to development of new types of UV -emitting scintillators based on single crystalline films (SCF) of aluminimum perovskites and garnets grown by the liquid phase epitaxy (LPE) method. The development of the following three types of UV SCF scintillators is considered in this work: i) Ce-doped SCF of Y-Lu-Al-perovskites with Ce3+ emission in the 360-370 nm range with a decay time of 16-17 ns; ii) Pr-doped SCF of Y-Lu-Al garnets with Pr3+ emission in the 300-400 nm range with a decay time of 13-17 ns; iii) La3+ and Sc3+ doped SCF of Y-Lu-Al-garnets, emitting in the 290-400 nm range due to formation of the LaY,Lu, ScY,Lu and ScAl centers with decay time of 250-575 ns. The results of testing the several novel UV-emitting SCFs scintillators for visualization of X-ray images at ESFR are presented. It is shown that the UV emission of the LuAG:Sc, LuAG:La and LuAG:Pr SCFs is efficient enough for conversion of X-ray to the UV light and that these scintillators can be used for improvement of the resolution of imaging detectors in synchrotron radiation applications.
Luminescent LuVO4:Ln3+ (Ln = Eu, Sm, Dy, Er) hollow porous spheres for encapsulation of biomolecules
NASA Astrophysics Data System (ADS)
Li, Dan; Liu, Chunlei; Jiang, Lianzhou
2015-10-01
In this study, LuVO4:Ln3+ (Ln = Eu, Sm, Dy, Er) hollow porous spheres, synthesized via self-sacrificing templated route, are developed for enzyme immobilization and protein adsorption. The four LuVO4 hollow spheres with diameter of 180 nm, 280 nm, 370 nm and 480 nm were obtained. The size of LuVO4 hollow sphere is dependent on Lu(OH)CO3 template. Upon excitation by UV light, hollow LuVO4:Ln3+ (Ln = Eu, Sm, Dy, Er) spheres exhibit red (Eu3+), orange (Sm3+), yellow-green (Dy3+), and green (Er3+) emissions. The good biocompatibility of sample is validated by MTT assay. Due to structure feature and size of obtained sample, the rapid encapsulation of biomolecules within samples has been achieved. Furthermore, the hollow spheres show different biomolecules adsorption capacities at different buffer solution pH values. The release behaviors of two kinds of biomolecules (lysozyme and bovine serum albumin) are also investigated. LuVO4 hollow spheres are suitable carriers for biomolecules. The emission intensity of Eu3+ in the LuVO4:Eu3+ varies with the released amount of LYZ. This enables the monitoring of release process by the change in the luminescence intensity.
NASA Astrophysics Data System (ADS)
Wang, H. T.; Chen, T. T.; Yan, C.; Pan, H.
2018-05-01
For App recommended areas of mobile phone software, made while using conduct App application recommended combined weighted Slope One algorithm collaborative filtering algorithm items based on further improvement of the traditional collaborative filtering algorithm in cold start, data matrix sparseness and other issues, will recommend Spark stasis parallel algorithm platform, the introduction of real-time streaming streaming real-time computing framework to improve real-time software applications recommended.
NASA Astrophysics Data System (ADS)
Wang, Jian; Shen, Siqing; Xie, Jianjun; Shi, Ying; Ai, Fei
2011-02-01
Tb3+-doped Lu3Al5O12(hereinafter referred to as LuAG:Tb) films were successfully prepared by Pechini sol-gel process and spin-coating technique on carefully cleaned (111) silicon wafer. The microstructure and optical properties of the LuAG:Tb films were studied by X-ray diffraction (XRD), atomic force microscopy(AFM), as well as photoluminescence (PL) spectra. The XRD results showed that the precursor films started to crystallize at about 900°C. All as-calcined LuAG:Tb films showed the Tb3+ characteristic emission bands.
NASA Astrophysics Data System (ADS)
Wang, Jian; Shen, Siqing; Xie, Jianjun; Shi, Ying; Ai, Fei
2010-10-01
Tb3+-doped Lu3Al5O12(hereinafter referred to as LuAG:Tb) films were successfully prepared by Pechini sol-gel process and spin-coating technique on carefully cleaned (111) silicon wafer. The microstructure and optical properties of the LuAG:Tb films were studied by X-ray diffraction (XRD), atomic force microscopy(AFM), as well as photoluminescence (PL) spectra. The XRD results showed that the precursor films started to crystallize at about 900°C. All as-calcined LuAG:Tb films showed the Tb3+ characteristic emission bands.
Department of Defense Logistics Data Element Dictionary/Directory (DED/ D)
1990-01-01
ac I. - 1- Z ZM 9u 1- U. I 4L 9 1c Z w In - Z 4U 4 0 -. 3 Z 1- - zZ~ - - MA Z Mi w z w I.-LA. 0n 01 r 00 LAJ *i .s. z -da Z > . Z* 0 -U tUn 0 cc...01 02 Laid 0 a : I-aI- a, o . LU zaW . 0 . 20. IU D - LL * LU 0! I- V) Li. 0. 0LU LU Lu a a C)1-4 > 0~ 2 -t LO L - 4 . z - U - J O* - N w U") :D (N- -j
Highly efficient passive mode locking of Nd:Lu2.9Gd0.1Al5O12 garnet crystal
NASA Astrophysics Data System (ADS)
Di, J. Q.; Xu, X. D.; Xia, C. T.; Tan, W. D.; Zhang, J.; Tang, D. Y.; Li, D. Z.; Zhou, D. H.; Wu, F.; Xu, J.
2013-05-01
Passive mode locking of Nd:Lu2.9Gd0.1Al5O12 (Nd:LuGdAG) crystal lasers was experimentally investigated. Stable mode-locked pulses with pulse widths as short as 9.7 ps were obtained for the Nd:LuGdAG crystal; the corresponding maximum output powers were 0.93 W while the mode-locked slope efficiencies were 43%, among the highest efficiencies ever reported for Nd3+ ps lasers. The results demonstrate that Nd:LuGdAG garnet crystal is a promising gain medium for efficient picosecond laser use.
NASA Astrophysics Data System (ADS)
Ackerman, Lukáš; Bizimis, Michael; Haluzová, Eva; Sláma, Jiří; Svojtka, Martin; Hirajima, Takao; Erban, Vojtěch
2016-07-01
We report on the Lu-Hf and Re-Os isotope systematics of a well-characterized suite of spinel and garnet pyroxenites from the Gföhl Unit of the Bohemian Massif (Czech Republic, Austria). Lu-Hf mineral isochrons of three pyroxenites yield undistinguishable values in the range of 336-338 Ma. Similarly, the slope of Re-Os regression for most samples yields an age of 327 ± 31 Ma. These values overlap previously reported Sm-Nd ages on pyroxenites, eclogites and associated peridotites from the Gföhl Unit, suggesting contemporaneous evolution of all these HT-HP rocks. The whole-rock Hf isotopic compositions are highly variable with initial εHf values ranging from - 6.4 to + 66. Most samples show a negative correlation between bulk rock Sm/Hf and εHf and, when taking into account other characteristics (e.g., high 87Sr/86Sr), this may be explained by the presence of recycled oceanic sediments in the source of the pyroxenite parental melts. A pyroxenite from Horní Kounice has decoupled Hf-Nd systematics with highly radiogenic initial εHf of + 66 for a given εNd of + 7.8. This decoupling is consistent with the presence of a melt derived from a depleted mantle component with high Lu/Hf. Finally, one sample from Bečváry plots close to the MORB field in Hf-Nd isotope space consistent with its previously proposed origin as metamorphosed oceanic gabbro. Some of the websterites and thin-layered pyroxenites have variable, but high Os concentrations paralleled by low initial γOs. This reflects the interaction of the parental pyroxenitic melts with a depleted peridotite wall rock. In turn, the radiogenic Os isotope compositions observed in most pyroxenite samples is best explained by mixing between unradiogenic Os derived from peridotites and a low-Os sedimentary precursor with highly radiogenic 187Os/188Os. Steep increase of 187Os/188Os at nearly uniform 187Re/188Os found in a few pyroxenites may be connected with the absence of primary sulfides, but the presence of minor late stage sulfide-bearing veinlets likely associated with HT-HP metamorphism at crustal conditions.
NASA Astrophysics Data System (ADS)
Costa, Annamaria; Guarino, Marcella
The object of this study was to develop an accurate estimation method to evaluate the contribution of the various compartments of swine husbandry to dust and GHG (greenhouse gases, CO 2, CH 4 and N 2O) emission into the atmosphere during one year of observation. A weaning, a gestation, a farrowing and a fattening room in an intensive pig house were observed in three different periods (Autumn-Winter, Springtime and Summer, monitoring at least 60% of each period (20% at the beginning, in the middle and at the end) of each cycle). During monitoring, live weight, average live weight gain, number of animals and its variation, type of feed and feeding time were taken into account to evaluate their influence on PM 10, or the fraction of suspended particulate matter with an aerodynamic diameter less than or equal to 10 μm [Emission Inventory Guidebook, 2007. B1100 Particle Emissions from Animal Husbandry Activities. Available from:
Yang, Tianshe; Sun, Yun; Liu, Qian; Feng, Wei; Yang, Pengyuan; Li, Fuyou
2012-05-01
A new upconversion luminescence (UCL) nanophosphors based on host matrix of cubic NaLuF(4) with bright luminescence have been synthesized by a solvothermal method, facilitate the nanocrystals potential candidates for imaging in vivo, especially large-animals. The sub-20 nm NaLuF(4) co-doped Yb(3+) and Er(3+) (Tm(3+)) showed about 10-fold stronger UCL emission than that of corresponding hexagonal NaYF(4)-based nanocrystals with a 20 nm diameter. Near-infrared to near-infrared (NIR-to-NIR) UCL emission of PAA-coated NaLuF(4):20%Yb,1%Tm (PAA-Lu(Tm)) can penetrate >1.5 cm tissue of pork with high contrast. Based on super-strong UCL emission and deep penetration, PAA-Lu(Tm) as optical bioprobe has been demonstrated by in vivo UCL imaging of a normal black mouse, even rabbit with excellent signal-to-noise ratio. Furthermore, such cubic NaLuF(4)-based nanophosphor was applied in lymph node imaging of live Kunming mouse with rich white fur. Copyright © 2012 Elsevier Ltd. All rights reserved.
Synthesis of transparent Lu3Al5O12 ceramic by solid-state reaction method
NASA Astrophysics Data System (ADS)
Basyrova, L. R.; Maksimov, R. N.; Shitov, V. A.; Aleksandrov, E. O.
2017-09-01
Transparent polycrystalline Lu3Al5O12 (LuAG) ceramic was fabricated by solid-state reactive sintering a mixture of Lu2O3 nanoparticles synthesized by laser ablation and commercial Al2O3 powder. The obtained Lu2O3 nanoparticles exhibited a metastable monoclinic phase and were fully converted into a main cubic phase after calcination at 1100 °C for 1 h in air. The powders were mixed in ethanol with the addition of 0.5 wt% tetraethoxysilane (TEOS), dried in a rotary evaporator, and uniaxially pressed into pellet at 200 MPa. Transparent 2 mm thick LuAG ceramic sample with an average grain size of 9.6 µm and an optical transmittance of 30 % at a wavelength of 1080 nm was obtained after sintering at 1780 °C for 20 h under vacuum. The average volume of the scattering centers (380 ppm) in the obtained LuAG ceramic and their distribution along the sample depth was evaluated by the direct count method using an optical microscope.
Kikkawa, Yamato; Ogawa, Takaho; Sudo, Ryo; Yamada, Yuji; Katagiri, Fumihiko; Hozumi, Kentaro; Nomizu, Motoyoshi; Miner, Jeffrey H
2013-10-25
Cell-matrix interactions are critical for tumor cell migration. Lutheran (Lu), also known as basal cell adhesion molecule (B-CAM), competes with integrins for binding to laminin α5, a subunit of LM-511, a major component of basement membranes. Here we show that the preferential binding of Lu/B-CAM to laminin α5 promotes tumor cell migration. The attachment of Lu/B-CAM transfectants to LM-511 was slightly weaker than that of control cells, and this was because Lu/B-CAM disturbed integrin binding to laminin α5. Lu/B-CAM induced a spindle cell shape with pseudopods and promoted cell migration on LM-511. In addition, blocking with an anti-Lu/B-CAM antibody led to a flat cell shape and inhibited migration on LM-511, similar to the effects of an activating integrin β1 antibody. We conclude that tumor cell migration on LM-511 requires that Lu/B-CAM competitively modulates cell attachment through integrins. We suggest that this competitive interaction is involved in a balance between static and migratory cell behaviors.
Montoya-Lerma, J; Cadena, H; Oviedo, M; Ready, P D; Barazarte, R; Travi, B L; Lane, R P
2003-01-01
The infection rates and development of Leishmania chagasi in two sandfly species, Lutzomyia evansi and Lutzomyia longipalpis, were evaluated under natural and experimental conditions. Natural infection rates of Lu. evansi in San Andrés de Sotavento (Colombia) and Montañas de Peraza (Venezuela) (0.05 and 0.2%, respectively) were similar to those previously recorded for this species in Colombia and Venezuela and for Lu. longipalpis in many foci of American Visceral Leishmaniasis (AVL). Both sand fly species were able to support the development of two Colombian strains of L. chagasi experimentally acquired from dogs, hamsters or membrane feeders. However, the experimental infection rates and the sequence of parasite development in the guts of these sand flies revealed that parasite colonisation, differentiation, migration and attachment were more frequent and uniform in Lu. longipalpis than in Lu. evansi. This is consistent with a more recent association between L. chagasi and Lu. evansi, and these results might help to explain the irregularity of AVL outbreaks in foci where Lu. evansi has been reported as the sole vector. Copyright 2002 Elsevier Science B.V.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Spotz, William F.
PyTrilinos is a set of Python interfaces to compiled Trilinos packages. This collection supports serial and parallel dense linear algebra, serial and parallel sparse linear algebra, direct and iterative linear solution techniques, algebraic and multilevel preconditioners, nonlinear solvers and continuation algorithms, eigensolvers and partitioning algorithms. Also included are a variety of related utility functions and classes, including distributed I/O, coloring algorithms and matrix generation. PyTrilinos vector objects are compatible with the popular NumPy Python package. As a Python front end to compiled libraries, PyTrilinos takes advantage of the flexibility and ease of use of Python, and the efficiency of themore » underlying C++, C and Fortran numerical kernels. This paper covers recent, previously unpublished advances in the PyTrilinos package.« less
Energy Transfer Processes in (Lu,Gd)AlO3:Ce
2001-01-01
studies on energy transfer processes in Ce-activated Lu, Y and Gd aluminum perovskite crystals that contribute to production of scintillation light in...LuAIO3, GdA10 3, cerium, scintillators, VUV spectroscopy, luminescence, time profiles, energy transfer 1. INTRODUCTION The yttrium aluminum perovskite...The Czochralski-grown monocrystals of LuAP:Ce were first evaluated in a garnet -free perovskite phase by Lempicki et al. in 1994 .4 More detailed
Montes de Oca-Aguilar, A C; Rebollar-Téllez, E A; Piermarini, P M; Ibáñez-Bernal, S
2017-02-01
The present study presents morphological and chaetotaxic descriptions of the immature stages of Lutzomyia (Tricholateralis) cruciata (Coquillett), a probable vector of leishmaniasis in Mexico. The egg exochorion is consistent with the species already known as Lu. (Tricholaterialis), but different from the Lu. cruciata egg of Chiapas, Mexico. The fourth instar larva of Lu. (Tricholateralis) cruciata possesses a novel antenna, combining morphological characteristics of categories 2 and 3 for neotropical sandflies. Differences between the chaetotaxy of first and fourth instar larvae of Lu. cruciata with those of Lu. (Lutzomyia) and Lu. (Tricholaterlis) are compared and discussed. This is the first time in which the chaetotaxy and morphology of pupa of a species belonging to Lutzomyia (Tricholateralis) sensu Galati have been described, and we recorded for the first time the anterior prothorax setae, which was previously only considered for Old World species.
Ultralow-power near-infrared excited neodymium-doped nanoparticles for long-term in vivo bioimaging.
Qin, Qing-Song; Zhang, Pei-Zhi; Sun, Ling-Dong; Shi, Shuo; Chen, Nai-Xiu; Dong, Hao; Zheng, Xiao-Yu; Li, Le-Min; Yan, Chun-Hua
2017-04-06
Lanthanide-doped luminescent nanoparticles with both emission and excitation in the near-infrared (NIR-to-NIR) region hold great promise for bioimaging. Herein, core@shell structured LiLuF 4 :Nd@LiLuF 4 (named as Nd@Lu) nanoparticles (NPs) with highly efficient NIR emission were developed for high-performance in vivo bioimaging. Strikingly, the absolute quantum yield of Nd@Lu NPs reached as high as 32%. After coating with polyethylene glycol (PEG), the water-dispersible Nd@Lu NPs showed good bio-compatibility and low toxicity. With efficient NIR emission, the Nd@Lu NPs were clearly detectable in tissues at depths of up to 20 mm. In addition, long-term in vivo biodistribution with a high signal-to-noise ratio of 25.1 was distinctly tracked upon an ultralow-power-density excitation (10 mW cm -2 ) of 732 nm for the first time.
NASA Astrophysics Data System (ADS)
Yudha Siswanto, Shantosa; Francés, Félix
2017-04-01
High precipitation amount in tropical rainforest such as in West Java, Indonesia, results a massive run off and increase the possibility of erosion, sedimentation and floods. These conditions are aggravated by improper land use management such as deforestation. The objective of the present study is to identify the effect land use change on erosion and sediment. In order to shed more light on the problem, a distributed hydrological-sediment model, called TETIS, has been implemented. The model used 30 years of Hydro meteorological data. The required parameters were estimated using GIS. Three historical land uses (LU 1994, LU 2009 and LU 2014) and three scenarios (Indonesian government plan, conservation and natural vegetation) have been implemented. The return period of flood quantiles were calculated by the Maximum-Likelihood-method. Annual historical bathymetries in the reservoir were used to calibrate and validate the sediment sub-model involving Miller's density evolution and trap efficiency of Brune's equation. The actual evapotranspiration from 1994 to 2014 has reduced 11.0%, the overland flow has increased 17.5%, and meanwhile water yield has increased from 853.8 mm/yr to 963.6 mm/yr. The range of potential erosion was vary from 0 to 16.690 t/ha/yr with 37.26% of area higher than tolerable erosion (TE = 13.5 t/ha/yr). The percentage of actual erosion rate based on Hammer classification for low, moderate, high and severe were recorded as follow: 67, 8, 5 and 20% for LU 1994; 65, 9, 6 and 21% for LU 2009; 66, 8, 5 and 21% for LU 2014; 77, 7, 4 and 13% for Indonesian government plan scenario; 83, 9, 6 and 2% for conservation scenario and 98, 2, 0 and 0% for natural vegetation scenario, respectively. Meanwhile, the percentage of actual erosion rate that higher than tolerable erosion for LU 1994, LU 2009, LU 2014, Indonesian government plan, conservation and natural vegetation were 17,81%, 18.68%, 18.68%, 11.3%, 0.01% and 0%, respectively. The sediment yield increment in reservoir was recorded from 3,354,321 t/yr (14.5 t/ha/yr) to 4,410,699 t/yr (19 t/ha/yr) for LU 1994 and LU 2014, respectively. This increment decreased the expected life of reservoir from 243 to 185 year. The highest probability (5 year) of maximum discharge's return period increased 7,9% for LU 2014 if compared to LU 1994, meanwhile for the three land use scenarios decreased 4-31% compared to LU 2014. The results of the study showed the changes of land use shift the erosion and sediment rate. Forest denotes as the best land use on combating erosion and sedimentation.
Comparison of Origin 2000 and Origin 3000 Using NAS Parallel Benchmarks
NASA Technical Reports Server (NTRS)
Turney, Raymond D.
2001-01-01
This report describes results of benchmark tests on the Origin 3000 system currently being installed at the NASA Ames National Advanced Supercomputing facility. This machine will ultimately contain 1024 R14K processors. The first part of the system, installed in November, 2000 and named mendel, is an Origin 3000 with 128 R12K processors. For comparison purposes, the tests were also run on lomax, an Origin 2000 with R12K processors. The BT, LU, and SP application benchmarks in the NAS Parallel Benchmark Suite and the kernel benchmark FT were chosen to determine system performance and measure the impact of changes on the machine as it evolves. Having been written to measure performance on Computational Fluid Dynamics applications, these benchmarks are assumed appropriate to represent the NAS workload. Since the NAS runs both message passing (MPI) and shared-memory, compiler directive type codes, both MPI and OpenMP versions of the benchmarks were used. The MPI versions used were the latest official release of the NAS Parallel Benchmarks, version 2.3. The OpenMP versiqns used were PBN3b2, a beta version that is in the process of being released. NPB 2.3 and PBN 3b2 are technically different benchmarks, and NPB results are not directly comparable to PBN results.
Scalable Static and Dynamic Community Detection Using Grappolo
DOE Office of Scientific and Technical Information (OSTI.GOV)
Halappanavar, Mahantesh; Lu, Hao; Kalyanaraman, Anantharaman
Graph clustering, popularly known as community detection, is a fundamental kernel for several applications of relevance to the Defense Advanced Research Projects Agency’s (DARPA) Hierarchical Identify Verify Exploit (HIVE) Pro- gram. Clusters or communities represent natural divisions within a network that are densely connected within a cluster and sparsely connected to the rest of the network. The need to compute clustering on large scale data necessitates the development of efficient algorithms that can exploit modern architectures that are fundamentally parallel in nature. How- ever, due to their irregular and inherently sequential nature, many of the current algorithms for community detectionmore » are challenging to parallelize. In response to the HIVE Graph Challenge, we present several parallelization heuristics for fast community detection using the Louvain method as the serial template. We implement all the heuristics in a software library called Grappolo. Using the inputs from the HIVE Challenge, we demonstrate superior performance and high quality solutions based on four parallelization heuristics. We use Grappolo on static graphs as the first step towards community detection on streaming graphs.« less
Domain decomposition methods for the parallel computation of reacting flows
NASA Technical Reports Server (NTRS)
Keyes, David E.
1988-01-01
Domain decomposition is a natural route to parallel computing for partial differential equation solvers. Subdomains of which the original domain of definition is comprised are assigned to independent processors at the price of periodic coordination between processors to compute global parameters and maintain the requisite degree of continuity of the solution at the subdomain interfaces. In the domain-decomposed solution of steady multidimensional systems of PDEs by finite difference methods using a pseudo-transient version of Newton iteration, the only portion of the computation which generally stands in the way of efficient parallelization is the solution of the large, sparse linear systems arising at each Newton step. For some Jacobian matrices drawn from an actual two-dimensional reacting flow problem, comparisons are made between relaxation-based linear solvers and also preconditioned iterative methods of Conjugate Gradient and Chebyshev type, focusing attention on both iteration count and global inner product count. The generalized minimum residual method with block-ILU preconditioning is judged the best serial method among those considered, and parallel numerical experiments on the Encore Multimax demonstrate for it approximately 10-fold speedup on 16 processors.
Lu{sub 2}O{sub 3}:Eu{sup 3+} glass ceramic films: Synthesis, structural and spectroscopic studies
DOE Office of Scientific and Technical Information (OSTI.GOV)
Carrera Jota, M.L.; García Murillo, A., E-mail: angarciam@ipn.mx; Carrillo Romo, F.
2014-03-01
Graphical abstract: - Highlights: • Lu{sub 2}O{sub 3}:Eu{sup 3+}@SiO{sub 2} films were synthesized by sol–gel and by dip-coating technique. • Effects of incorporating PVP on structural properties were studied. • Effects of incorporating silica (SiO{sub 2}) luminescence characteristics were analyzed. • X-ray diffraction results showed that Lu{sub 2}O{sub 3}:Eu{sup 3+}@SiO{sub 2} crystallizes at 700 °C. • The 611 nm emission for the Lu:Si = 8:1 system presented an improvement. - Abstract: For the first time, transparent and crack free europium-doped lutetia silica sol–gel films were synthesized using the dip-coating technique on silica quartz substrates. In this study, we examined themore » effects of incorporating polyvinylpyrrolidone (PVP) and silica (SiO{sub 2}) into different precursor solutions for different Lu–Si molar ratios: 4:1, 6:1, 8:1 and 10:1. Different systems, such as Lu{sub 2}O{sub 3}:Eu{sup 3+}@SiO{sub 2} (using the above Lu:Si molar ratios), were synthesized by sol–gel and by dip-coating technique, employing acetylacetonate lutetium and tetraethylorthosilicate as Lu and Si precursors, in order to produce Lu{sub 2}O{sub 3}:Eu{sup 3+} (5 mol%)@SiO{sub 2} glass–ceramic films. The film microstructure was studied by microRaman spectroscopy (MRS) and X-ray diffraction (XRD) for different Lu:Si molar ratios on films annealed at 700 °C. X-ray diffraction results showed that the lutetium oxide cubic phase crystallizes in the silica matrix at 700 °C, and the crystallite size of Lu{sub 2}O{sub 3}:Eu{sup 3+}@SiO{sub 2} films varies from 5 nm to 17 nm according to the respective Lu:Si molar ratios. Opto-geometrical parameters determined by m-lines spectroscopy using a 632.5 nm He–Ne laser showed that the Eu{sup 3+} doped films heat-treated at 700 °C presented a thickness and density of 1.7 μm (8.8 g cm{sup −3}), 970 nm (9.2 g cm{sup −3}), 1 μm (9.3 g cm{sup −3}) and 1.3 μm (9.25 g cm{sup −3}) for the Lu:Si = 4:1, 6:1, 8:1 and 10:1 molar ratio systems, respectively. The Lu:Si = 8:1 system 611 nm emission presented an improvement. These results were provided by photoluminescent spectroscopy.« less
Romer, A; Seiler, D; Marincek, N; Brunner, P; Koller, M T; Ng, Q K T; Maecke, H R; Müller-Brand, J; Rochlitz, C; Briel, M; Schindler, C; Walter, M A
2014-02-01
Somatostatin-based radiopeptide treatment is generally performed using the β-emitting radionuclides (90)Y or (177)Lu. The present study aimed at comparing benefits and harms of both therapeutic approaches. In a comparative cohort study, patients with advanced neuroendocrine tumours underwent repeated cycles of [(90)Y-DOTA]-TOC or [(177)Lu-DOTA]-TOC until progression of disease or permanent adverse events. Multivariable Cox regression and competing risks regression were employed to examine predictors of survival and adverse events for both treatment groups. Overall, 910 patients underwent 1,804 cycles of [(90)Y-DOTA]-TOC and 141 patients underwent 259 cycles of [(177)Lu-DOTA]-TOC. The median survival after [(177)Lu-DOTA]-TOC and after [(90)Y-DOTA]-TOC was comparable (45.5 months versus 35.9 months, hazard ratio 0.91, 95% confidence interval 0.63-1.30, p = 0.49). Subgroup analyses revealed a significantly longer survival for [(177)Lu-DOTA]-TOC over [(90)Y-DOTA]-TOC in patients with low tumour uptake, solitary lesions and extra-hepatic lesions. The rate of severe transient haematotoxicities was lower after [(177)Lu-DOTA]-TOC treatment (1.4 vs 10.1%, p = 0.001), while the rate of severe permanent renal toxicities was similar in both treatment groups (9.2 vs 7.8%, p = 0.32). The present results revealed no difference in median overall survival after [(177)Lu-DOTA]-TOC and [(90)Y-DOTA]-TOC. Furthermore, [(177)Lu-DOTA]-TOC was less haematotoxic than [(90)Y-DOTA]-TOC.
NASA Astrophysics Data System (ADS)
Bast, Rebecca; Scherer, Erik E.; Sprung, Peter; Mezger, Klaus; Fischer-Gödde, Mario; Taetz, Stephan; Böhnke, Mischa; Schmid-Beurmann, Hinrich; Münker, Carsten; Kleine, Thorsten; Srinivasan, Gopalan
2017-09-01
The long-lived 176Lu-176Hf and 147Sm-143Nd radioisotope systems are commonly used chronometers, but when applied to meteorites, they can reveal disturbances. Specifically, Lu-Hf isochrons commonly yield dates up to ∼300 Myr older than the solar system and varying initial 176Hf/177Hf values. We investigated this problem by attempting to construct mineral and whole rock isochrons for eucrites and angrites. Meteorites from different parent bodies exhibit similar disturbance features suggesting that a common process is responsible. Minerals scatter away from isochron regressions for both meteorite classes, with low-Hf phases such as plagioclase and olivine typically being most displaced above (or left of) reference isochrons. Relatively Hf-rich pyroxene is less disturbed but still to the point of steepening Lu-Hf errorchrons. Using our Lu-Hf and Sm-Nd data, we tested various Hf and Lu redistribution scenarios and found that decoupling of Lu/Hf from 176Hf/177Hf must postdate the accumulation of significant radiogenic 176Hf. Therefore early irradiation or diffusion cannot explain the excess 176Hf. Instead, disturbed meteorite isochrons are more likely caused by terrestrial weathering, contamination, or common laboratory procedures. The partial dissolution of phosphate minerals may predominantly remove rare earth elements including Lu, leaving relatively immobile and radiogenic Hf behind. Robust Lu-Hf (and improved Sm-Nd) meteorite geochronology will require the development of chemical or physical methods for removing unsupported radiogenic Hf and silicate-hosted terrestrial contaminants without disturbing parent-daughter ratios.
Mixed Messages from Garnet Lu-Hf and Sm-Nd Geochronology
NASA Astrophysics Data System (ADS)
Vervoort, J. D.; Wang, D.; Johnson, T. A.
2017-12-01
Garnet geochronology provides important information on the timing and conditions of metamorphism. As a major indicator mineral formed during metamorphism, its direct dating can not only help establish the timing of metamorphism, provide the "t" for P-T-t paths, but also, if the dated garnet can be placed in a textural context, can provide information on the timing of deformational features. With advances in chemistry and mass spectrometry, garnet Lu-Hf and Sm-Nd geochronology has become an important geochronological tool and we can now reliably (if not routinely) date a wide variety of garnet compositions formed under diverse conditions. In the course of dating a variety of lithologies using both Lu-Hf and Sm-Nd isotope systems, however, some intriguing results have emerged. Although there are many examples where the Lu-Hf and Sm-Nd systems give the same date within uncertainty, there are also many cases where these systems yield significantly different dates, and the differences between these dates can be considerable—many 10's of Ma of and even 100's of Ma. For example, in garnet-bearing Mesoproterozoic gneisses from across the Blue Ridge Province in Virginia, both Lu-Hf and Sm-Nd analyses (determined on the same solutions) define narrow time spans, but with the Sm-Nd dates systematically younger (for orthogneisses Lu-Hf dates are 1032 to 1019 Ma whereas Sm-Nd dates are 965 to 949 Ma—a difference of 67 to 80 Ma). There are many other examples of systematically younger Sm-Nd garnet dates in both the literature and with our ongoing research. Potential explanations for these differences include: 1) strong partitioning of Lu into garnet during growth yielding ages weighted toward the beginning of growth; 2) faster Lu diffusion from high Lu regions after garnet formation, potentially leading to isochron rotation and anomalously old Lu-Hf dates; and 3) differences in closure temperatures of the two isotope systems. We will review several examples of divergent Lu-Hf and Sm-Nd garnet dates and discuss the implications of these dates in helping to understand not only the conditions and duration of metamorphism but also Lu-Hf and Sm-Nd isotope systematics during tectonothermal events more generally.
Corbin, Cyrielle; Decourtil, Cédric; Marosevic, Djurdjica; Bailly, Marlène; Lopez, Tatiana; Renouard, Sullivan; Doussot, Joël; Dutilleul, Christelle; Auguin, Daniel; Giglioli-Guivarc'h, Nathalie; Lainé, Eric; Lamblin, Frédéric; Hano, Christophe
2013-11-01
A Linum usitatissimum LuERA1 gene encoding a putative ortholog of the ERA1 (Enhanced Response to ABA 1) gene of Arabidopsis thaliana (encoding the beta subunit of a farnesyltransferase) was analyzed in silico and for its expression in flax. The gene and the protein sequences are highly similar to other sequences already characterized in plants and all the features of a farnesyltransferase were detected. Molecular modeling of LuERA1 protein confirmed its farnesyltransferase nature. LuERA1 is expressed in the vegetative organs and also in the outer seedcoat of the flaxseed, where it could modulate the previously observed regulation operated by ABA on lignan synthesis. This effect could be mediated by the regulation of the transcription of a key gene for lignan synthesis in flax, the LuPLR1 gene, encoding a pinoresinol lariciresinol reductase. The positive effect of manumycin A, a specific inhibitor of farnesyltransferase, on lignan biosynthesis in flax cell suspension systems supports the hypothesis of the involvement of such an enzyme in the negative regulation of ABA action. In Arabidopsis, ERA1 is able to negatively regulate the ABA effects and the mutant era1 has an enhanced sensitivity to ABA. When expressed in an Arabidopsis cell suspension (heterologous system) LuERA1 is able to reverse the effect of the era1 mutation. RNAi experiments in flax targeting the farnesyltransferase β-subunit encoded by the LuERA1 gene led to an increase LuPLR1 expression level associated with an increased content of lignan in transgenic calli. Altogether these results strongly suggest a role of the product of this LuERA1 gene in the ABA-mediated upregulation of lignan biosynthesis in flax cells through the activation of LuPLR1 promoter. This ABA signaling pathway involving ERA1 probably acts through the ABRE box found in the promoter sequence of LuPLR1, a key gene for lignan synthesis in flax, as demonstrated by LuPLR1 gene promoter-reporter experiments in flax cells using wild type and mutated promoter sequences. Copyright © 2013 Elsevier Masson SAS. All rights reserved.
Gamma radiation exposure of accompanying persons due to Lu-177 patients
NASA Astrophysics Data System (ADS)
Kovan, Bilal; Demir, Bayram; Tuncman, Duygu; Capali, Veli; Turkmen, Cuneyt
2015-07-01
Neuroendocrine tumours (NET) are cancers usually observed and arisen in the stomach, intestine, pancreas and breathing system. Recently, radionuclide therapy applications with Lu-177 peptide compound are rapidly growing; especially effective clinical results are obtained in the treatment of well-differentiated and metastatic NET. In this treatment, Lu-177-DOTA, a beta emitter radioisotope in the radiopharmaceutical form, is given to the patient by intravenous way. Lu-177 has also gamma rays apart from beta rays. Gamma rays have 175 keV average energy and these gamma rays should be under the control in terms of radiation protection. In this study, we measured the exposure dose from the Lu-177 patient.
3-Dimensional Marine CSEM Modeling by Employing TDFEM with Parallel Solvers
NASA Astrophysics Data System (ADS)
Wu, X.; Yang, T.
2013-12-01
In this paper, parallel fulfillment is developed for forward modeling of the 3-Dimensional controlled source electromagnetic (CSEM) by using time-domain finite element method (TDFEM). Recently, a greater attention rises on research of hydrocarbon (HC) reservoir detection mechanism in the seabed. Since China has vast ocean resources, seeking hydrocarbon reservoirs become significant in the national economy. However, traditional methods of seismic exploration shown a crucial obstacle to detect hydrocarbon reservoirs in the seabed with a complex structure, due to relatively high acquisition costs and high-risking exploration. In addition, the development of EM simulations typically requires both a deep knowledge of the computational electromagnetics (CEM) and a proper use of sophisticated techniques and tools from computer science. However, the complexity of large-scale EM simulations often requires large memory because of a large amount of data, or solution time to address problems concerning matrix solvers, function transforms, optimization, etc. The objective of this paper is to present parallelized implementation of the time-domain finite element method for analysis of three-dimensional (3D) marine controlled source electromagnetic problems. Firstly, we established a three-dimensional basic background model according to the seismic data, then electromagnetic simulation of marine CSEM was carried out by using time-domain finite element method, which works on a MPI (Message Passing Interface) platform with exact orientation to allow fast detecting of hydrocarbons targets in ocean environment. To speed up the calculation process, SuperLU of an MPI (Message Passing Interface) version called SuperLU_DIST is employed in this approach. Regarding the representation of three-dimension seabed terrain with sense of reality, the region is discretized into an unstructured mesh rather than a uniform one in order to reduce the number of unknowns. Moreover, high-order Whitney vector basis functions are used for spatial discretization within the finite element approach to approximate the electric field. A horizontal electric dipole was used as a source, and an array of the receiver located at the seabed. To capture the presence of the hydrocarbon layer, the forward responses at water depths from 100m to 3000m are calculated. The normalized Magnitude Versus Offset (N-MVO) and Phase Versus Offset (PVO) curve can reflect resistive characteristics of hydrocarbon layers. For future work, Graphics Process Unit (GPU) acceleration algorithm would be carried out to multiply the calculation efficiency greatly.
China Report, Economic Affairs
1984-04-05
CONTENTS PEOPLE’S REPUBLIC OF CHINA NATIONAL POLICY AND ISSUES Lu Dong on Achieving Better Economic Results ( Lu Dong; JINGJI RIBAO, 2 Mar 84) ’ 1... LU DONG ON ACHIEVING BETTER ECONOMIC RESULTS HK210621 Beijing JINGJI RIBAO in Chinese 2 Mar 84 pp 1-3 [ Lu Dong [0712 2639]: "Dare to Create a New...Yuan Baohua on Ideological Work in Enterprises (Yuan Baohua; JINGJI RIBAO, 9 Mar 84) 27 PROVINCIAL WORK REPORTS Fujian’s Hu Ping Outlines Economic
Ahmadzadehfar, Hojjat; Eppard, Elisabeth; Kürpig, Stefan; Fimmers, Rolf; Yordanova, Anna; Schlenkhoff, Carl Diedrich; Gärtner, Florian; Rogenhofer, Sebastian; Essler, Markus
2016-01-01
Prostate-specific membrane antigen (PSMA) is highly expressed on prostate epithelial cells and strongly up-regulated in prostate cancer (PC), making it an optimal target for the treatment of metastasized PC. Radioligand therapy (RLT) with 177Lu-PSMA-DKFZ-617 (Lu-PSMA) is a targeted therapy for metastatic PC. In this study, we retrospectively analyzed the side effects and the response rate of 24 hormone and/or chemorefractory PC patients with a mean age of 75.2 years (range: 64–82) with distant metastases and progressive disease according to the PSA level, who were treated with Lu-PSMA. Median PSA was 522 ng/ml (range: 17–2360). Forty-six cycles of Lu-PSMA were performed. Of the 24 patients, 22 received two cycles. Eight weeks after the first cycle of Lu-PSMA therapy 79.1% experienced a decline in PSA level. Eight weeks after the second cycle of Lu-PSMA therapy 68.2% experienced a decline in PSA relative to the baseline value. Apart from two cases of grade 3 anemia, there was no relevant hemato- or nephrotoxicity (grade 3 or 4). These results confirmed that Lu-PSMA is a safe treatment option for metastatic PC patients and has a low toxicity profile. A positive response to therapy in terms of decline in PSA occurs in about 70% of patients. PMID:26871285
Soares, Júlia C; Siqueira, Kisla P F; de Sousa Filho, Paulo C; Moreira, Roberto L; Dias, Anderson
2017-01-17
PrLuO 3 interlanthanides were prepared at temperatures ranging from 800 °C to 1600 °C using hydrothermally-derived precursors. The chemical reactions observed include the conversion and segregation of Pr(OH) 3 and LuO(OH), respectively, into PrO 2 and Lu 2 O 3 cubic oxides below 1200 °C, followed by the production of a mixture of hexagonal P6 3 /mmc and orthorhombic Pnma PrLuO 3 phases at 1400 °C. Phase-pure orthorhombic PrLuO 3 was obtained at 1600 °C, which was corroborated by Raman and micro far-infrared spectroscopic analyses. Photoluminescence, colorimetric and lifetime measurements were carried out in PrLuO 3 samples. Dominant emission verified in samples calcined at 1400 °C corresponds to the hypersensitive 3 P 0 → 3 F 2 transition with a color purity of 97% (decay times of 12 μs and 3 μs), while emissions for the phase-pure samples correspond to the 3 P 0 → 3 H 6 and 3 P 0 → 3 H 5 transitions with a color purity of 94% (a single luminescence lifetime of 12 μs). The optical properties of PrLuO 3 interlanthanides thereby suggest that they can be used as luminescent materials in both structural arrangements.
2013-01-01
Background Sand flies (Diptera: Psychodidae) are the vectors of Leishmania parasites, the causative agents of leishmaniasis. Cutaneous leishmaniasis is an increasing public health problem in the Republic of Suriname and is mainly caused by Leishmania (Vianna) guyanensis, but L. (V.) braziliensis, L. (L.) amazonensis, and L. (V.) naiffi also infect humans. Transmission occurs predominantly in the forested hinterland of the country. Information regarding the potential vectors of leishmaniasis in Suriname is limited. This study aims to broaden the knowledge about vectors involved in the transmission of cutaneous leishmaniasis in Suriname. For this purpose, sand flies were characterized in various foci of cutaneous leishmaniasis in the country, the districts of Para, Brokopondo, and Sipaliwini. Methods Sand flies were collected in areas around mining plots and villages using CDC light traps in the period between February 2011 and March 2013. They were categorized by examination of the spermathecea (females) and the external genitalia (males). Results A total of 2,743 sand fly specimens belonging to 34 different species were captured, including four species (Lutzomyia aragaoi, Lu. ayrozai, Lu. damascenoi, and Lu. sordellii) that had never before been described for Suriname. Five percent of the catch comprised Lu. squamiventris sensu lato, one female of which was positive with L. (V.) braziliensis and was captured in a gold mining area in Brokopondo. Other sand fly species found positive for Leishmania parasites were Lu. trichopyga, Lu. ininii, and Lu. umbratilis, comprising 32, 8, and 4%, respectively, of the catch. These were captured at gold mining areas in Brokopondo and Sipaliwini, but the Leishmania parasites they had ingested could not be identified due to insufficient amounts of DNA. Conclusions The sand fly fauna in Suriname is highly diverse and comprises Lutzomyia species capable of transmitting Leishmania parasites. Four new Lutzomyia species have been found, and four species - Lu. squamiventris (s.l.), Lu. trichopyga, Lu. ininii, and Lu. umbratilis - have been found to harbor Leishmania parasites. The latter were among the most abundant species captured. These observations may contribute to the understanding of leishmaniasis transmission and the development of control programs in Suriname. PMID:24499490
Liu, Ning; Fu, Min; Wang, Yong; Zhao, Qiangzhong; Sun, Weizheng; Zhao, Mouming
2012-11-01
A simple, rapid, and economic method of enzyme immobilization was developed for phospholipase Lecitase® ultra (LU) via interfacial adsorption. The effect of nature of the polystyrene supports and the kinetic behavior and stability of immobilized lecitase® ultra (IM-LU) were evaluated. Six macroporous resins (AB-8, X-5, DA-201, NKA-9, D101, D4006) and two anion resins (D318 and D201) were studied as the supports. DA-201 resin was selected because of its best immobilization effect for LU. Immobilization conditions were investigated, including immobilization time, pH, and enzyme concentration. IM-LU with a lipase activity of 1,652.4 ± 8.6 U/g was obtained. The adsorption process was modeled by Langmuir and Freundlich equations, and the experimental data were better fit for the former one. The kinetic constant (K (m)) values were found to be 192.7 ± 2.2 mM for the free LU and 249.3 ± 5.4 mM for the IM-LU, respectively. The V (max) value of free LU (169.5 ± 4.3 mM/min) was higher than that of the IM-LU (53.8 ± 1.5 mM/min). Combined strategies of scanning electron micrograph, thermogravimetric analysis, and Fourier transform infrared (FTIR) spectroscopy were employed to characterize the IM-LU. FTIR spectroscopy showed that the secondary conformation of the enzyme had changed after immobilization, through which a decrease of α-helix content and an increase of β-sheet content were observed. The IM-LU possessed an improved thermal stability as well as metal ionic tolerance when compared with its free form. The reusability of IM-LU was also evaluated through catalyzing esterification reaction between oleic acid and glycerol. It exhibited approximately 70 % of relative esterification efficiency after six successive cycles. This immobilized enzyme on hydrophobic support may well be used for the synthesis of structural lipids in lipid area.
Gaultier, Frédérick; Ejeil, Anne-Laure; Dridi, Sophie-Myriam; Piccardi, Nathalie; Piccirilli, Antoine; Msika, Philippe; Pellat, Bernard; Godeau, Gaston; Gogly, Bruno
2005-08-01
In this study we examine the properties of a vegetable extract from seeds of Lupinus albus (LU 105). In previous works we demonstrated that LU 105 reduced the expression, by gingival fibroblasts, of both matrix metalloproteinase (MMP)-2 and MMP-9. We decided to study the impact of LU 105 on cell proliferation and morphology. Using organ culture media we also studied the MMP and tissue inhibitors of metalloproteinases (timp) expression AND THE cytokines secretion. Healthy and inflamed gingival biopsies were placed in appendage culture with or without LU 105. The organ culture media were analyzed using Western blottings (MMP-1, MMP-2, MMP-3, MMP-7, MMP-9, MMP-13, TIMP-1, and TIMP-2) and gelatine zymography. A reverse transcription polymerase chain reaction (RT-PCR) was also performed on healthy and inflamed gingival biopsies, which were maintained in culture with or without LU 105 0.1%. Then, we decided to determine the amount of cytokines present in the organ culture media such as interleukin (IL)-1 beta, IL-4, IL-6, transforming growth factor (TGF)-beta, and tumor necrosis factor (TNF)-alpha. When gingival biopsies derived from inflamed tissues were cultured with LU 105 0.1% in the culture media, the MMP and TIMP expression and activity decreased significantly when compared to cultures without LU 105. Moreover, we did not note any statistical difference in the cell proliferation compared with human gingival fibroblast cultures without LU 105. Furthermore, IL-1 beta, IL-6, TGF-beta, and TNF-alpha amounts in the culture media decreased significantly, whereas IL-4 increased significantly when LU 105 0.1% was added to the culture media. LU 105, a novel metalloproteinase inhibitor with few consequences on cell proliferation and morphology, is a vegetable extract with potential clinical capacity. J Periodontol 2005;76:1329-1338.
Abrahamowicz, Michal; Esdaile, John M; Ramsey-Goldman, Rosalind; Simon, Lee S; Strand, Vibeke; Lipsky, Peter E
2018-04-12
Trials of new SLE treatments are hampered by the lack of effective outcome measures. To address this, we developed a new Lupus Multivariable Lupus Outcome Score (LuMOS). The LuMOS formula was developed by analyzing raw data of two pivotal trials: BLISS-52 and BLISS-76, the basis for approval of belimumab (Bel). Using data from BLISS-76 as the learning dataset, we optimized discrimination between outcomes for patients treated with 10mg/kg Bel versus placebo over the first 52 weeks of follow-up using multivariable logistic regression analyses. Performance of LuMOS was assessed using an independent validation dataset from the BLISS-52 trial. The LuMOS model incorporated reduction in SELENA-SLEDAI ≥4 points, increase in C4, decrease in anti-dsDNA titer, and changes in BILAG organ system manifestations: no worsening in renal and improvements in mucocutaneous components. Decreases in prednisone doses and increases in C3 had very minor impacts on total LuMOS. In all analyses of BLISS-76 and BLISS-52 RCTs, mean LuMOS were significantly higher (p < 0.0001) for Bel 10mg and Bel 1mg treatment groups than placebo. LuMOS also found significant differences between active treatment and placebo when SRI did not, as for Bel 1mg in BLISS-76. The Effect Sizes were significantly much higher with LuMOS compared with SLE Response Index(SRI-4). The evidenced-based LuMOS developed with data from BLISS-76 and validated with data from BLISS-52 exhibits superior capacity to discriminate responders from nonresponders compared to the SRI-4. Use of LuMOS may improve the efficiency and power of analyses in future lupus trials. This article is protected by copyright. All rights reserved. This article is protected by copyright. All rights reserved.
Weinkopff, Tiffany; de Oliveira, Camila I; de Carvalho, Augusto M; Hauyon-La Torre, Yazmin; Muniz, Aline C; Miranda, Jose Carlos; Barral, Aldina; Tacchini-Cottier, Fabienne
2014-01-01
During a blood meal, Lutzomyia intermedia sand flies transmit Leishmania braziliensis, a parasite causing tegumentary leishmaniasis. In experimental leishmaniasis, pre-exposure to saliva of most blood-feeding sand flies results in parasite establishment in absence of any skin damages in mice challenged with dermotropic Leishmania species together with saliva. In contrast, pre-immunization with Lu. intermedia salivary gland sonicate (SGS) results in enhanced skin inflammatory exacerbation upon co-inoculation of Lu. intermedia SGS and L. braziliensis. These data highlight potential unique features of both L. braziliensis and Lu. intermedia. In this study, we investigated the genes modulated by Lu. intermedia SGS immunization to understand their potential impact on the subsequent cutaneous immune response following inoculation of both SGS and L. braziliensis. The cellular recruitment and global gene expression profile was analyzed in mice repeatedly inoculated or not with Lu. intermedia. Microarray gene analysis revealed the upregulation of a distinct set of IFN-inducible genes, an immune signature not seen to the same extent in control animals. Of note this INF-inducible gene set was not induced in SGS pre-immunized mice subsequently co-inoculated with SGS and L. braziliensis. These data suggest the parasite prevented the upregulation of this Lu. intermedia saliva-related immune signature. The presence of these IFN-inducible genes was further analyzed in peripheral blood mononuclear cells (PBMCs) sampled from uninfected human individuals living in a L. braziliensis-endemic region of Brazil thus regularly exposed to Lu. intermedia bites. PBMCs were cultured in presence or absence of Lu. intermedia SGS. Using qRT-PCR we established that the IFN-inducible genes induced in the skin of SGS pre-immunized mice, were also upregulated by SGS in PBMCs from human individuals regularly exposed to Lu. intermedia bites, but not in PBMCs of control subjects. These data demonstrate that repeated exposure to Lu. intermedia SGS induces the expression of potentially host-protective IFN-inducible genes.
Velo, Patricia; Leiras, Roberto; Canedo, Antonio
2013-01-01
This work addressed the study of subnucleus reticularis dorsalis (SRD) neurons in relation to their supraspinal input and the spinal terminating sites of their descending axons. SRD extracellular unitary recordings from anesthetized cats aimed to specifically test, 1) the rostrocaudal segmental level reached by axons of spinally projecting (SPr) neurons collateralizing or not to or through the ipsilateral nucleus reticularis gigantocellularis (NRGc), 2) whether SPr fibers bifurcate to the thalamus, and 3) the effects exerted on SRD cells by electrically stimulating the locus coeruleus, the periaqueductal grey, the nucleus raphe magnus, and the mesencephalic locomotor region. From a total of 191 SPr fibers tested to cervical 2 (Ce2), thoracic 5 (Th5) and lumbar5 (Lu5) stimulation, 81 ended between Ce2 and Th5 with 39 of them branching to or through the NRGc; 21/49 terminating between Th5 and Lu5 collateralized to or through the same nucleus, as did 34/61 reaching Lu5. The mean antidromic conduction velocity of SPr fibers slowed in the more proximal segments and increased with terminating distance along the cord. None of the 110 axons tested sent collaterals to the thalamus; instead thalamic stimulation induced long-latency polysynaptic responses in most cells but also short-latency, presumed monosynaptic, in 7.9% of the tested neurons (18/227). Antidromic and orthodromic spikes were elicited from the locus coeruleus and nucleus raphe magnus, but exclusively orthodromic responses were observed following stimulation of the periaqueductal gray or mesencephalic locomotor region. The results suggest that information from pain-and-motor-related supraspinal structures converge on SRD cells that through SPr axons having conduction velocities tuned to their length may affect rostral and caudal spinal cord neurons at fixed delays, both directly and in parallel through different descending systems. The SRD will thus play a dual functional role by simultaneously regulating dorsal horn ascending noxious information and pain-related motor responses.
Canedo, Antonio
2013-01-01
This work addressed the study of subnucleus reticularis dorsalis (SRD) neurons in relation to their supraspinal input and the spinal terminating sites of their descending axons. SRD extracellular unitary recordings from anesthetized cats aimed to specifically test, 1) the rostrocaudal segmental level reached by axons of spinally projecting (SPr) neurons collateralizing or not to or through the ipsilateral nucleus reticularis gigantocellularis (NRGc), 2) whether SPr fibers bifurcate to the thalamus, and 3) the effects exerted on SRD cells by electrically stimulating the locus coeruleus, the periaqueductal grey, the nucleus raphe magnus, and the mesencephalic locomotor region. From a total of 191 SPr fibers tested to cervical 2 (Ce2), thoracic 5 (Th5) and lumbar5 (Lu5) stimulation, 81 ended between Ce2 and Th5 with 39 of them branching to or through the NRGc; 21/49 terminating between Th5 and Lu5 collateralized to or through the same nucleus, as did 34/61 reaching Lu5. The mean antidromic conduction velocity of SPr fibers slowed in the more proximal segments and increased with terminating distance along the cord. None of the 110 axons tested sent collaterals to the thalamus; instead thalamic stimulation induced long-latency polysynaptic responses in most cells but also short-latency, presumed monosynaptic, in 7.9% of the tested neurons (18/227). Antidromic and orthodromic spikes were elicited from the locus coeruleus and nucleus raphe magnus, but exclusively orthodromic responses were observed following stimulation of the periaqueductal gray or mesencephalic locomotor region. The results suggest that information from pain-and-motor-related supraspinal structures converge on SRD cells that through SPr axons having conduction velocities tuned to their length may affect rostral and caudal spinal cord neurons at fixed delays, both directly and in parallel through different descending systems. The SRD will thus play a dual functional role by simultaneously regulating dorsal horn ascending noxious information and pain-related motor responses. PMID:23544161
Review: Lutheran/B-CAM: a laminin receptor on red blood cells and in various tissues.
Kikkawa, Yamato; Miner, Jeffrey H
2005-01-01
The Lutheran blood group glycoprotein (Lu), also known as basal cell adhesion molecule (B-CAM), is a transmembrane receptor with five immunoglobulin-like domains in its extracellular region; it is therefore classified as a member of the immunoglobulin (Ig) gene family. Lu/B-CAM is observed not only on red blood cells, but also on a subset of muscle and epithelial cells in various tissues. Recently, several groups have reported that Lu/B-CAM is a novel receptor for laminin a5. The laminin a5 chain is a component of the laminin-511 (alpha 5 beta 1 gamma 1), -521 (alpha 5 beta 2 gamma 1), and -523 (alpha 5 beta 2 gamma 3) heterotrimers and is expressed throughout the mammalian body. We also have shown that Lu/B-CAM is co-localized with laminin alpha 5 in various tissues. Although the biological role of Lu/B-CAM remains unclear, the specific binding of Lu/B-CAM to laminin alpha 5 suggests that it plays an important role in developmental and physiological processes. It also is necessary to investigate further the interaction between Lu/B-CAM and laminin a5 in pathological processes, including sickle cell disease and cancer.
Microstructure and performance of rare earth element-strengthened plasma-facing tungsten material
Luo, Laima; Shi, Jing; Lin, Jinshan; Zan, Xiang; Zhu, Xiaoyong; Xu, Qiu; Wu, Yucheng
2016-01-01
Pure W and W-(2%, 5%, 10%) Lu alloys were manufactured via mechanical alloying for 20 h and a spark plasma sintering process at 1,873 K for 2 min. The effects of Lu doping on the microstructure and performance of W were investigated using various techniques. For irradiation performance analysis, thermal desorption spectroscopy (TDS) measurements were performed from room temperature to 1,000 K via infrared irradiation with a heating rate of 1 K/s after implantations of He+ and D+ ions. TDS measurements were conducted to investigate D retention behavior. Microhardness was dramatically enhanced, and the density initially increased and then decreased with Lu content. The D retention performance followed the same trend as the density. Second-phase particles identified as Lu2O3 particles were completely distributed over the W grain boundaries and generated an effective grain refinement. Transgranular and intergranular fracture modes were observed on the fracture surface of the sintered W-Lu samples, indicating some improvement of strength and toughness. The amount and distribution of Lu substantially affected the properties of W. Among the investigated alloy compositions, W-5%Lu exhibited the best overall performance. PMID:27596002
Overview of Development and Formulation of ¹⁷⁷Lu-DOTA-TATE for PRRT.
Breeman, Wouter A P; Chan, Ho Sze; de Zanger, Rory M S; Konijnenberg, Mark K; de Blois, Erik
2016-01-01
Peptide receptor radionuclide therapy (PRRT) using radiolabeled somatostatin analogs has become an established procedure for the treatment of patients suffering from inoperable neuroendocrine cancers over-expressing somatostatin receptors. Success of PRRT depends on the availability of the radiolabeled peptide with adequately high specific activity, so that required therapeutic efficacy can be achieved without saturating the limited number of receptors available on the target lesions. Specific activity of the radionuclide and the radiolabeled somatostatin analog are therefore an important parameters. Although these analogs have been investigated and improved, and successfully applied for PRRT for more than 15 years, there are still many possibilities for further improvements that fully exploit PRRT with 177Lu-DOTA-TATE. The here summarized data presented herein on increased knowledge of the components of 177Lu-DOTA-TATE (especially the purity of 177Lu and specific activity of 177Lu) and the reaction kinetics during labeling 177Lu-DOTA-TATE clearly show that the peptide dose and dose in GBq can be varied. Here we present an overview of the development, formulation and optimisation of 177Lu-DOTA-TATE, mainly addressing radiochemical parameters.
A Computing Platform for Parallel Sparse Matrix Computations
2016-01-05
REPORT NUMBER 19a. NAME OF RESPONSIBLE PERSON 19b. TELEPHONE NUMBER Ahmed Sameh Ahmed H. Sameh, Alicia Klinvex, Yao Zhu 611103 c. THIS PAGE The...PERCENT_SUPPORTEDNAME FTE Equivalent: Total Number: Discipline Yao Zhu 0.50 Alicia Klinvex 0.10 0.60 2 Names of Post Doctorates Names of Faculty Supported...PERCENT_SUPPORTEDNAME FTE Equivalent: Total Number: NAME Total Number: NAME Total Number: Yao Zhu Alicia Klinvex 2 ...... ...... Sub Contractors (DD882) Names of other
Exploiting Data Sparsity in Parallel Matrix Powers Computations
2013-05-03
2013 Report Documentation Page Form ApprovedOMB No. 0704-0188 Public reporting burden for the collection of information is estimated to average 1 hour...matrices of the form A = D+USV H, where D is sparse and USV H has low rank but may be dense. Matrices of this form arise in many practical applications...methods numerical partial di erential equation solvers, and preconditioned iterative methods. If A has this form , our algorithm enables a communication
Simulation of Locking Space Truss Deployments for a Large Deployable Sparse Aperture Reflector
2015-03-01
Dr. Alan Jennings, for his unending patience with my struggles through this entire process . Without his expertise, guidance, and trust I would have...engineer since they are not automatically meshed. Fortunately, the mesh process is quite swift. Figure 13 shows both a linear hexahedral element as well...less than that of the serial process . Therefore, COMSOL’s partially parallelized algorithms will not be sped up as a function of cores added and is
DOE Office of Scientific and Technical Information (OSTI.GOV)
Hu, Jonathan Joseph; Wiesner, Tobias A.; Prokopenko, Andrey
2014-10-01
The MueLu tutorial is written as a hands-on tutorial for MueLu, the next generation multigrid framework in Trilinos. It covers the whole spectrum from absolute beginners’ topics to expert level. Since the focus of this tutorial is on practical and technical aspects of multigrid methods in general and MueLu in particular, the reader is expected to have a basic understanding of multigrid methods and its general underlying concepts. Please refer to multigrid textbooks (e.g. [1]) for the theoretical background.
Quasi four-level Tm:LuAG laser
NASA Technical Reports Server (NTRS)
Jani, Mahendra G. (Inventor); Barnes, Norman P. (Inventor); Hutcheson, Ralph L. (Inventor); Rodriguez, Waldo J. (Inventor)
1997-01-01
A quasi four-level solid-state laser is provided. A laser crystal is disposed in a laser cavity. The laser crystal has a LuAG-based host material doped to a final concentration between about 2% and about 7% thulium (Tm) ions. For the more heavily doped final concentrations, the LuAG-based host material is a LuAG seed crystal doped with a small concentration of Tm ions. Laser diode arrays are disposed transversely to the laser crystal for energizing the Tm ions.
Miranda, Débora Elienai de Oliveira; Sales, Kamila Gaudêncio da Silva; Faustino, Maria Aparecida da Gloria; Alves, Leucio Câmara; Brandão-Filho, Sinval Pinto; Dantas-Torres, Filipe; de Carvalho, Gílcia Aparecida
2015-06-01
Cutaneous leishmaniasis caused by Leishmania braziliensis is endemic in Brazil, where Lutzomyia whitmani is the most important vector involved in the transmission to humans, particularly in the peridomestic environment. Herein, we assessed the ecology of sand flies, including Lu. whitmani, in a low-density residential rural area with mixed forest/agricultural exploitation in north-eastern Brazil, where cutaneous leishmaniasis is endemic. Particularly, we hypothesized that sand fly abundance was correlated with climatic variables. Sand fly collections were carried out monthly from August 2013 to August 2014, using seven CDC light traps, for three consecutive nights, in three kinds of environments: indoor, peridomicile and forest. Collected sand flies were identified based on morphology and females of Lu. whitmani (n=169), Lu. amazonensis (n=134) and Lu. complexa (n=21) were selected and tested by PCR for Leishmania (Viannia) spp. In total, 5167 sand flies belonging to 19 species were identified, being that Lu. choti (43.2%) was the most frequent species, followed by Lu. amazonensis (16.6%), Lu. whitmani (15.8%), Lu. sordellii (10.7%) and Lu. quinquefer (5.8%), which together represented over 90% of the collected sand flies. All females tested by PCR were negative. The number of sand flies collected daily was positively correlated with temperature and negatively correlated with rainfall and relative humidity. Furthermore, there was a positive correlation between daily number of sand flies and daily average saturation deficit. This study points out that the number of sand flies captured daily is correlated to climatic variables, including saturation deficit, which may represent a useful parameter for monitoring sand fly populations in leishmaniasis-endemic areas. Copyright © 2015 Elsevier B.V. All rights reserved.
NASA Astrophysics Data System (ADS)
Lu, Bin; Li, Ji-Guang; Sakka, Yoshio
2013-12-01
Synthesis of (Gd0.95-xLnxEu0.05)2O3 (Ln = Y and Lu, x = 0-0.95) powders via ammonium hydrogen carbonate (AHC) precipitation has been systematically studied. The best synthesis parameters are found to be an AHC/total cation molar ratio of 4.5 and an ageing time of 3 h. The effects of Y3+ and Lu3+ substitution for Gd3+, on the nucleation kinetics of the precursors and structural features and optical properties of the oxides, have been investigated. The results show that (i) different nucleation kinetics exist in the Gd-Y-Eu and Gd-Lu-Eu ternary systems, which lead to various morphologies and particle sizes of the precipitated precursors. The (Gd,Y)2O3:Eu precursors display spherical particle morphologies and the particle sizes increase along with more Y3+ addition. The (Gd,Lu)2O3:Eu precursors, on the other hand, are hollow spheres and the particle sizes increase with increasing Lu3+ incorporation, (ii) the resultant oxide powders are ultrafine, narrow in size distribution, well dispersed and rounded in particle shape, (iii) lattice parameters of the two kinds of oxide solid solutions linearly decrease at a higher Y3+ or Lu3+ content. Their theoretical densities linearly decrease with increasing Y3+ incorporation, but increase along with more Lu3+ addition and (iv) the two kinds of phosphors exhibit typical red emissions at ˜613 nm and their charge-transfer bands blue shift at a higher Y3+ or Lu3+ content. Photoluminescence/photoluminescence excitation intensities and external quantum efficiency are found to decrease with increasing value of x, and the fluorescence lifetime mainly depends on the specific surface areas of the powders.
Sławińska, Anna; Wierońska, Joanna M; Stachowicz, Katarzyna; Marciniak, Marcin; Łasoń-Tyburkiewicz, Magdalena; Gruca, Piotr; Papp, Mariusz; Kusek, Magdalena; Tokarski, Krzysztof; Doller, Darío; Pilc, Andrzej
2013-01-01
Background and Purpose Because agonists at metabotropic glutamate receptors exert beneficial effects in schizophrenia, we have assessed the actions of Lu AF21934 and Lu AF32615, two chemically distinct, selective and brain-penetrant positive allosteric modulators (PAMs) of the mGlu4 receptor, in several tests reflecting positive, negative and cognitive symptoms of schizophrenia in rodents. Experimental Approach Hyperactivity induced by MK-801 or amphetamine and head twitches induced by 2,5-dimethoxy-4-iodoamphetamine (DOI) in mice were used as models for positive symptoms. Disruption of social interaction and spatial delayed alternation tests induced by MK-801 in rats were used as models for negative and cognitive symptoms of schizophrenia, respectively. Key Results Lu AF21934 (0.1–5 mg·kg−1) and Lu AF32615 (2–10 mg·kg−1) dose-dependently inhibited hyperactivity induced by MK-801 or amphetamine. They also antagonized head twitches and increased frequency of spontaneous excitatory postsynaptic currents (EPSCs) in brain slices, induced by DOI. In mice lacking the mGlu4 receptor (mGlu4−/−) mice, Lu AF21934 did not antagonize DOI-induced head twitches. MK-801-induced disruption in the social interaction test was decreased by Lu AF21934 at 0.5 mg·kg−1 and by Lu AF32615 at 10 mg·kg−1. In the delayed spatial alternation test, Lu AF21934 was active at 1 and 2 mg·kg−1, while Lu AF32615 was active at 10 mg·kg−1. Conclusions and Implications We propose that activation by PAMs of the mGlu4 receptor is a promising approach to the discovery of novel antipsychotic drugs. PMID:23714045
Park, Ki Soo; Park, Dae Hwan
2016-11-01
Algae have traditionally been used for promotion of hair growth. Use of hair regrowth drugs, such as minoxidil, is limited due to side effects. The aim of this study was to examine a mixture of Saccharina japonica and Undaria pinnatifida (L-U mixture) on hair growth and to compare the promoting effect of hair growth by a 3% minoxidil and a L-U mixture. To evaluate the hair growth-promoting activity, saline, 50% ethanol, 3% minoxidil, and the L-U mixture were applied 2 times a day for a total of 14 days on the dorsal skin of C57BL/6 mice after depilation. Analysis was determined by using a high-resolution hair analysis system, real-time polymerase chain reaction, and H&E staining. On day 14, the hair growth effect of the L-U mixture was the same as that of the 3% minoxidil treatment. The L-U mixture significantly (P<0.05) stimulated hair growth-promoting genes, as vascular endothelial growth factor (VEGF) and insulin-like growth factor -1. Increase of VEGF was observed in the L-U mixture group compared with minoxidil and the negative control. In contrast, the L-U mixture suppressed the expression of transforming growth factor-β1, which is the hair loss-related gene. In histological examination in the L-U mixture and minoxidil groups, the induction of an anagen stage of hair follicles was faster than that of control groups. This study provides evidence that the L-U mixture can promote hair growth in mice, similar to the effect from minoxidil, and suggests that there is potential application for hair loss treatments.
Comparison of Spectral and Scintillation Properties of LuAP:Ce and LuAP:Ce,Sc Single Crystals
NASA Astrophysics Data System (ADS)
Petrosyan, Ashot G.; Derdzyan, Marina; Ovanesyan, Karine; Shirinyan, Grigori; Lecoq, Paul; Auffray, Etiennette; Kronberger, Matthias; Frisch, Benjamin; Pedrini, Christian; Dujardin, Christophe
2009-10-01
Scintillation properties of LuAP:Ce and LuAP:Ce,Sc crystal series were studied under excitation by gamma-rays from a 137Cs source. Both series demonstrated comparable optical quality in terms of underlying absorption at 260 nm, slope of the optical edge and transmission in the range of emission. The light yield of LuAP:Ce crystals measured in 0.2 cm times 0.2 cm times 0.8 cm pixels increases linearly with the Ce concentration reaching at 0.58 at. % 6448 plusmn 322 ph/MeV and 9911 plusmn 496 ph/MeV in the long and in the short directions respectively (the light yield ratio is 65%) and shows no sign of light saturation. The energy resolution is found to depend, among other factors, on the uniformity of Ce concentration within the pixels and is improved to 7.1 plusmn 0.4% (I = 0.2 cm), 9.5 plusmn 0.5% (I = 0.8 cm). Intentional co-doping with Sc + ions was tested and resulted in increase of the Ce distribution coefficient to about 0.3. This enabled to increase the concentration of Ce in LuAP:Ce,Sc crystals up to 0.7 at. %, while conserving high optical quality. In contrast to LuAP:Ce, the light yield in LuAP:Ce,Sc crystals does not increase with Ce concentration, the photo peak being gradually suppressed. The involved mechanisms are discussed basing on measurements of the unit cell volumes, Ce concentration uniformity, x-ray rocking spectra, absorption spectra of pure and variously doped LuAP crystals, and emission spectra under different excitations.
Mann, Rajinder S; Kaufman, Phillip E; Butler, Jerry F
2009-09-01
Mosquito Magnet-X traps were modified for use with blue, green, red, and blue-green-red light-emitting diodes and olfactory attractants to determine the response of Lutzomyia shannoni (Dyar) and Lutzomyia vexator (Coquillett) (Diptera: Psychodidae) field populations to these attractants. Red and blue-green-red-baited traps captured the highest numbers of Lu. shannoni and Lu. vexator, respectively, although, there were no significant differences between the colors. Baiting the traps with CO, attracted significantly higher numbers of Lu. shannoni but showed no effect on Lu. vexator capture. In comparison with CO, alone, Lu. shannoni preferred 1-octen-3-ol and 1-hexen-3-ol (0.05 g per trap) in combination with CO.
NASA Technical Reports Server (NTRS)
Demmel, James W.; Higham, Nicholas J.; Schreiber, Robert S.
1992-01-01
Many of the currently popular 'block algorithms' are scalar algorithms in which the operations have been grouped and reordered into matrix operations. One genuine block algorithm in practical use is block LU factorization, and this has recently been shown by Demmel and Higham to be unstable in general. It is shown here that block LU factorization is stable if A is block diagonally dominant by columns. Moreover, for a general matrix the level of instability in block LU factorization can be founded in terms of the condition number kappa(A) and the growth factor for Gaussian elimination without pivoting. A consequence is that block LU factorization is stable for a matrix A that is symmetric positive definite or point diagonally dominant by rows or columns as long as A is well-conditioned.
Weng, Ju-Lin; Young, Samantha L; Gordon, David M; Claborn, David; Petersen, Christine; Ramalho-Ortigao, Marcelo
2012-01-01
Sand flies Lutzomyia (Psathyromyia) shannoni (Dyar) and Lu. (Helcocyrtomyia) vexator (Coquillet) were collected for the first time in southwest Missouri and southeast Kansas, expanding the known range of these species in North America. Altogether, 680 sand flies (356 males and 324 females) were collected during trapping from May through October 2011 and identified using morphological characters. Of the total sand flies collected 315 were identified as Lu. shannoni, with 181 individuals (or 26.6% of all sand flies) trapped in Missouri and 134 individuals (or 19.7%) trapped in Kansas. Whereas 358 Lu. vexator were identified from SW MO, only a single specimen was trapped in SE KS. One male Lu. vexator with asymmetric gonostyli was trapped in Missouri. We also developed a PCR protocol to consistently and accurately distinguish Lu. shannoni from Lu. vexator based on presence or absence of a 416bp fragment from the cytochrome oxidase I gene. PMID:23270176
Weng, Ju-Lin; Young, Samantha L; Gordon, David M; Claborn, David; Petersen, Christine; Ramalho-Ortigao, Marcelo
2012-11-01
Sand flies Lutzomyia (Psathyromyia) shannoni (Dyar) and Lu. (Helcocyrtomyia) vexator (Coquillet) were collected for the first time in southwest Missouri and southeast Kansas, expanding the known range of these species in North America. Altogether, 680 sand flies (356 males and 324 females) were collected during trapping from May through October 2011 and identified using morphological characters. Of the total sand flies collected, 315 were identified as Lu. shannoni, with 181 individuals (or 26.6% of all sand flies) trapped in Missouri and 134 individuals (or 19.7%) trapped in Kansas. Whereas 358 Lu. vexator were identified from southwest Missouri, only a single specimen was trapped in southeast Kansas. One male Lu. vexator with asymmetric gonostyli was trapped in Missouri. We also developed a polymerase chain reaction protocol to consistently and accurately distinguish Lu. shannoni from Lu. vexator based on presence or absence of a 416 bp fragment from the cytochrome oxidase c subunit 1 gene.
Biometric assessment of prostate cancer's metastatic potential.
Cooper, C R; Emmett, N; Harris-Hooker, S; Patterson, R; Cooke, D B
1994-01-01
Currently, no protocol exists that can assess the metastatic potential of prostate adenocarcinoma. The reason for this is partly due to the lack of information on cellular changes that result in a tumor cell's becoming metastatic. In this investigation, attempts were made to devise a method that correlated with the metastatic potential of AT-1, Mat-Lu, and Mat-LyLu cell lines of the Dunning R-3327 rat prostatic adenocarcinoma system. To accomplish this, we applied BioQuant biometric parameters, i.e., area, shape factor, and cell motility. AT-1 had a lower shape factor and a greater area as compared with the more highly metastatic Mat-Lu subline. No significant difference in area or shape factor was detected between the AT-1 cell line and the highly metastatic Mat-LyLu line. However, the lowly metastatic AT-1 line had less motility as compared with the Mat-Lu and Mat-LyLu lines. This study revealed that metastatic potential could be partially predicted via area and shape factor and accurately predicted via cell motility.
NASA Astrophysics Data System (ADS)
Xia, Xilin; Liang, Qiuhua; Ming, Xiaodong; Hou, Jingming
2018-01-01
This document addresses the comments raised by Lu et al. (2017). Lu et al. (2017) proposed an alternative numerical treatment for implementing the fully implicit friction discretization in Xia et al. (2017). The method by Lu et al. (2017) is also effective, but not necessarily easier to implement or more efficient. The numerical wiggles observed by Lu et al. (2017) do not affect the overall solution accuracy of the surface reconstruction method (SRM). SRM introduces an antidiffusion effect, which may also lead to more accurate numerical predictions than hydrostatic reconstruction (HR) but may be the cause of the numerical wiggles. As suggested by Lu et al. (2017), HR may perform equally well if fine enough grids are used, which has been investigated and recognized in the literature. However, the use of refined meshes in simulations will inevitably increase computational cost and the grid sizes as suggested are too small for real-world applications.
NASA Astrophysics Data System (ADS)
Smykalla, Lars; Shukrynau, Pavel; Hietschold, Michael
2017-09-01
The interaction of small amounts of Lutetium with the Si (111)-7 × 7 reconstructed surface was investigated in detail using a combination of Scanning Tunneling Microscopy (STM) and Photoelectron Spectroscopy (XPS and UPS). Various immobile and also fastly moving atoms and nanocluster were found in the initial growth of the Lu/Si interface. Density functional theory calculations and photoelectron spectroscopy results suggest that the most attractive adsorption sites for the Lu atoms are basins around Si rest-atoms and there is no strong interaction between Lu and Si at the initial steps of film growth. However Lu nanocluster could also be found on other adsorption sites which results in a different voltage dependence in STM. Coverage-dependent STM images reveal the growth of a closed Lu metal overlayer by joining of the clusters. The existence of a stoichiometric Lu silicide compound was not detected on the surface in the initial growth for deposition at room temperature.
MueLu User's Guid for Trilinos Version 11.12.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Hu, Jonathan Joseph; Prokopenko, Andrey; Wiesner, Tobias A.
This is the official user guide for the M UE L U multigrid library in Trilinos version 11.12. This guide provides an overview of M UE L U , its capabilities, and instructions for new users who want to start using M UE L U with a minimum of effort. Detailed information is given on how to drive M UE L U through its XML interface. Links to more advanced use cases are given. This guide gives information on how to achieve good parallel performance, as well as how to introduce new algorithms. Finally, readers will find a comprehensive listingmore » of available M UE L U options. Any options not documented in this manual should be considered strictly experimental.« less
NASA Astrophysics Data System (ADS)
Cai, Hongzhu; Hu, Xiangyun; Xiong, Bin; Zhdanov, Michael S.
2017-12-01
The induced polarization (IP) method has been widely used in geophysical exploration to identify the chargeable targets such as mineral deposits. The inversion of the IP data requires modeling the IP response of 3D dispersive conductive structures. We have developed an edge-based finite-element time-domain (FETD) modeling method to simulate the electromagnetic (EM) fields in 3D dispersive medium. We solve the vector Helmholtz equation for total electric field using the edge-based finite-element method with an unstructured tetrahedral mesh. We adopt the backward propagation Euler method, which is unconditionally stable, with semi-adaptive time stepping for the time domain discretization. We use the direct solver based on a sparse LU decomposition to solve the system of equations. We consider the Cole-Cole model in order to take into account the frequency-dependent conductivity dispersion. The Cole-Cole conductivity model in frequency domain is expanded using a truncated Padé series with adaptive selection of the center frequency of the series for early and late time. This approach can significantly increase the accuracy of FETD modeling.
Unsupervised Feature Learning With Winner-Takes-All Based STDP
Ferré, Paul; Mamalet, Franck; Thorpe, Simon J.
2018-01-01
We present a novel strategy for unsupervised feature learning in image applications inspired by the Spike-Timing-Dependent-Plasticity (STDP) biological learning rule. We show equivalence between rank order coding Leaky-Integrate-and-Fire neurons and ReLU artificial neurons when applied to non-temporal data. We apply this to images using rank-order coding, which allows us to perform a full network simulation with a single feed-forward pass using GPU hardware. Next we introduce a binary STDP learning rule compatible with training on batches of images. Two mechanisms to stabilize the training are also presented : a Winner-Takes-All (WTA) framework which selects the most relevant patches to learn from along the spatial dimensions, and a simple feature-wise normalization as homeostatic process. This learning process allows us to train multi-layer architectures of convolutional sparse features. We apply our method to extract features from the MNIST, ETH80, CIFAR-10, and STL-10 datasets and show that these features are relevant for classification. We finally compare these results with several other state of the art unsupervised learning methods. PMID:29674961
Influence of complex impurity centres on radiation damage in wide-gap metal oxides
NASA Astrophysics Data System (ADS)
Lushchik, A.; Lushchik, Ch.; Popov, A. I.; Schwartz, K.; Shablonin, E.; Vasil'chenko, E.
2016-05-01
Different mechanisms of radiation damage of wide-gap metal oxides as well as a dual influence of impurity ions on the efficiency of radiation damage have been considered on the example of binary ionic MgO and complex ionic-covalent Lu3Al5O12 single crystals. Particular emphasis has been placed on irradiation with ∼2 GeV heavy ions (197Au, 209Bi, 238U, fluence of 1012 ions/cm2) providing extremely high density of electronic excitations within ion tracks. Besides knock-out mechanism for Frenkel pair formation, the additional mechanism through the collapse of mobile discrete breathers at certain lattice places (e.g., complex impurity centres) leads to the creation of complex defects that involve a large number of host atoms. The experimental manifestations of the radiation creation of intrinsic and impurity antisite defects (Lu|Al or Ce|Al - a heavy ion in a wrong cation site) have been detected in LuAG and LuAG:Ce3+ single crystals. Light doping of LuAG causes a small enhancement of radiation resistance, while pair impurity centres (for instance, Ce|Lu-Ce|Al or Cr3+-Cr3+ in MgO) are formed with a rise of impurity concentration. These complex impurity centres as well as radiation-induced intrinsic antisite defects (Lu|Al strongly interacting with Lu in a regular site) tentatively serve as the places for breathers collapse, thus decreasing the material resistance against dense irradiation.
Estimating the Cumulative Ecological Effect of Local Scale Landscape Changes in South Florida
Hogan, Dianna M.; Labiosa, William; Pearlstine, Leonard; Hallac, David; Strong, David; Hearn, Paul; Bernknopf, Richard
2012-01-01
Ecosystem restoration in south Florida is a state and national priority centered on the Everglades wetlands. However, urban development pressures affect the restoration potential and remaining habitat functions of the natural undeveloped areas. Land use (LU) planning often focuses at the local level, but a better understanding of the cumulative effects of small projects at the landscape level is needed to support ecosystem restoration and preservation. The South Florida Ecosystem Portfolio Model (SFL EPM) is a regional LU planning tool developed to help stakeholders visualize LU scenario evaluation and improve communication about regional effects of LU decisions. One component of the SFL EPM is ecological value (EV), which is evaluated through modeled ecological criteria related to ecosystem services using metrics for (1) biodiversity potential, (2) threatened and endangered species, (3) rare and unique habitats, (4) landscape pattern and fragmentation, (5) water quality buffer potential, and (6) ecological restoration potential. In this article, we demonstrate the calculation of EV using two case studies: (1) assessing altered EV in the Biscayne Gateway area by comparing 2004 LU to potential LU in 2025 and 2050, and (2) the cumulative impact of adding limestone mines south of Miami. Our analyses spatially convey changing regional EV resulting from conversion of local natural and agricultural areas to urban, industrial, or extractive use. Different simulated local LU scenarios may result in different alterations in calculated regional EV. These case studies demonstrate methods that may facilitate evaluation of potential future LU patterns and incorporate EV into decision making.
Volková, Marie; Mandíková, Jana; Bárta, Pavel; Navrátilová, Lucie; Lázníčková, Alice; Trejtnar, František
2015-01-01
In vivo metabolism of the radiolabelled receptor-specific peptides has been described; however, information regarding the pharmacokinetic behaviour of the degradation products within the body is very scarce. The present study was designed to obtain new knowledge on the disposition and elimination of low-molecular radiometabolites of receptor-specific peptides in the organism and to reveal the potential involvement of selected membrane transport mechanisms in the cellular uptake of radiometabolites, especially in the kidney. The study compared pharmacokinetics of two radiometabolites: a final metabolite of somatostatin analogues, (177)Lu-DOTA-DPhe, and a tripeptide metabolite of (177)Lu-DOTA-minigastrin 11, (177)Lu-DOTA-DGlu-Ala-Tyr. Their pharmacokinetics was compared with that of respective parent (177)Lu-radiopeptide. Both radiometabolites exhibited relative rapid clearing from most body tissues in rats in vivo along with predominant renal excretion. The long-term renal retention of the smaller radiometabolite (177)Lu-DOTA-DPhe was lower than that of (177)Lu-DOTA-DGlu-Ala-Tyr. An uptake of (177)Lu-DOTA-DPhe by human renal influx transporter organic cation transporter 2 was found in vitro in a cellular model. The study brings the first experimental data on the in vivo pharmacokinetics of radiometabolites of receptor-specific somatostatin and gastrin analogues. The found results may indicate a negative correlation between the degree of decomposition of the parent peptide chain and the renal retention of the metabolite. Copyright © 2015 John Wiley & Sons, Ltd.
Al Juhaimi, Fahad; Musa Özcan, Mehmet; Ghafoor, Kashif; Babiker, Elfadıl E
2018-03-15
In this study, the effect of microwave (360W, 540W and 720W) oven roasting on oil yields, phenolic compounds, antioxidant activity, and fatty acid composition of some apricot kernel and oils was investigated. While total phenol contents of control group of apricot kernels change between 54.41mgGAE/100g (Soğancıoğlu) and 59.61mgGAE/100g (Hasanbey), total phenol contents of kernel samples roasted in 720W were determined between 27.41mgGAE/100g (Çataloğlu) and 34.52mgGAE/100g (Soğancıoğlu). Roasting process in microwave at 720W caused the reduction of some phenolic compounds of apricot kernels. The gallic acid contents of control apricot kernels ranged between 7.23mg/100g (Kabaaşı) and 11.23mg/100g (Çataloğlu) whereas the gallic acid contents of kernels roasted in 540W changed between 15.35mg/100g (Soğancıoğlu) and 21.17mg/100g (Çataloğlu). In addition, oleic acid contents of control group oils vary between 65.98% (Soğancıoğlu) and 71.86% (Hasanbey), the same fatty acid ranged from 63.48% (Soğancıoğlu) to 70.36% (Hasanbey). Copyright © 2017 Elsevier Ltd. All rights reserved.
Novitzky-Basso, I; Spring, F; Anstee, D; Tripathi, D; Chen, F
2018-05-13
Lutheran/BCAM protein (Lu) on the surface of erythrocytes is key for their adhesion to the endothelium, and erythrocytes from individuals with JAK2V617F-mutated myeloproliferative neoplasms (MPN) have increased endothelial adhesion. Splanchnic vein thrombosis (SVT) is a devastating thrombotic complication of MPN, and frequently, the only diagnostic feature is the JAK2V617F mutation. We sought to examine whether erythrocytes from patients with JAK2V617F mutated SVT (MPN-SVT) exhibited increased Lu expression, thereby supporting a mechanistic contribution to the development of thrombosis. We report the validation of a novel flow cytometry assay for Lu expression on erythrocytes. We examined the expression of Lu on erythrocytes from a cohort of MPN patients with and without SVT, and healthy controls. Samples were obtained from 20 normal individuals, 22 with MPN (both JAK2V617F-mutated and wild-type) and 8 with JAK2V617F-mutated MPN-SVT. Lu expression by erythrocytes from patients with MPN and MPN-SVT is significantly increased compared to erythrocytes from healthy individuals (P < .05), but there was no significant difference between patients with MPN-SVT and MPN. Patients with MPN have increased expression of the red cell Lu/BCAM adhesion molecule. Further work is required to determine the role of the increased Lu/BCAM adhesion to the endothelium in the development of thrombosis in MPN of all genotypes. © 2018 John Wiley & Sons Ltd.
Zhang, Jingjing; Wang, Hao; Jacobson Weiss, Orit; Cheng, Yuejuan; Niu, Gang; Li, Fang; Bai, Chunmei; Zhu, Zhaohui; Chen, Xiaoyuan
2018-04-13
Radiolabeled somatostatin analogue therapy has become an established treatment method for patients with well to moderately differentiated unresectable or metastatic neuroendocrine tumors (NETs). The most frequently used somatostatin analogues in clinical practice are octreotide and octreotate. However, both peptides showed suboptimal retention within tumors. The aim of this first-in-human study is to explore the safety and dosimetry of a long-acting radiolabeled somatostatin analogue, lutetium-177-1, 4, 7, 10-tetra-azacyclododecane-1, 4, 7, 10-tetraacetic acid-Evans blue-octreotate ( 177 Lu-DOTA-EB-TATE). Methods: Eight patients (6 males and 2 females; age range, 27-61 y) with advanced metastatic neuroendocrine tumors were recruited. Five patients received a single dose 0.35-0.70 GBq (9.5-18.9 mCi) of 177 Lu-DOTA-EB-TATE and underwent serial whole body planar and single-photon emission computed tomography-computed tomography (SPECT-CT) scans at 2, 24, 72, 120 and 168 h after injection. The other 3 patients received intravenous injection of 0.28-0.41 GBq (7.5-11.1 mCi) of 177 Lu-DOTATATE for the same imaging acquisition procedures at 1, 3, 4, 24 and 72 h after injection. The dosimetry was calculated using the OLINDA/EXM 1.1 software. Results: Administration of 177 Lu-DOTA-EB-TATE was well tolerated, with no adverse symptoms being noticed or reported in any of the patients. Compared with 177 Lu-DOTATATE, 177 Lu-DOTA-EB-TATE showed extended circulation in the blood and achieved 7.9-fold increase of tumor dose delivery. The total body effective doses were 0.205 ± 0.161 mSv/MBq for 177 Lu-DOTA-EB-TATE and 0.174 ± 0.072 mSv/MBq for 177 Lu-DOTATATE. Significant dose delivery increases to the kidneys and bone marrow were also observed in patients receiving 177 Lu-DOTA-EB-TATE than those receiving 177 Lu-DOTATATE (3.2 and 18.2-fold, respectively). Conclusion: By introducing an albumin binding moiety, 177 Lu-DOTA-EB-TATE showed remarkably higher uptake and retention in NET tumors as well as significantly increased accumulation in the kidneys and red marrow. It has great potential to be used in PRRT for NET tumors with lower dose and less frequency of administration. Copyright © 2018 by the Society of Nuclear Medicine and Molecular Imaging, Inc.
Automated problem scheduling and reduction of synchronization delay effects
NASA Technical Reports Server (NTRS)
Saltz, Joel H.
1987-01-01
It is anticipated that in order to make effective use of many future high performance architectures, programs will have to exhibit at least a medium grained parallelism. A framework is presented for partitioning very sparse triangular systems of linear equations that is designed to produce favorable preformance results in a wide variety of parallel architectures. Efficient methods for solving these systems are of interest because: (1) they provide a useful model problem for use in exploring heuristics for the aggregation, mapping and scheduling of relatively fine grained computations whose data dependencies are specified by directed acrylic graphs, and (2) because such efficient methods can find direct application in the development of parallel algorithms for scientific computation. Simple expressions are derived that describe how to schedule computational work with varying degrees of granularity. The Encore Multimax was used as a hardware simulator to investigate the performance effects of using the partitioning techniques presented in shared memory architectures with varying relative synchronization costs.
Carbon-Carbon Composites (CCC) - A Historical Perspective.
1996-09-01
o 1 < ~ o X r3 o °- J 2 IT O | O K o a. > o < a. »- > " V- CJ < a n LU o cr in t- CM H 1 < o ...LU o I o CM S3WI1 t-i r~~i LU ü CO CO a < I a, CO > O O in a O 1 D cc > o o | U a. o 1 -i »- 1 Ü LU a N O Z O o *" CO 1...cc o
1982-09-01
CA- 2: < C . V D CD LU CD C - U .- LU CA V) u 0.. VA 0 0.. L:U 0. - i LU u A C.D C u- C) LU wU 0.. 00 LUV ) - - ~ z C ci, ci, CA L L >- L" CDU CA 7: U...1 . o i s =Z.~ Irk: c 43- L a a I -cm I -ty Pa ea -~ c.C a I.f oIl sa a 1 !& amv 0-4 P 1- inj 0!6I o. i4. I e S!& I a DIVI ~ a Ip- w o cr 1, -40 e a...Data Entered) ___________________________________________READ INSTRUCTIONS REPORT DOCUMENTATION PAGE BEFORE COMPLETING FORM I . REPORT NUMBER 12. GOVT
Comparative study of optical and scintillation properties of Tm3+:YAG, and Tm3+:LuAG single crystals
NASA Astrophysics Data System (ADS)
Fujimoto, Yutaka; Sugiyama, Makoto; Yanagida, Takayuki; Wakahara, Shingo; Suzuki, Shotaro; Kurosawa, Shunsuke; Chani, Valery; Yoshikawa, Akira
2013-09-01
The optical and scintillation properties of Tm3+-doped yttrium aluminum garnet Y3Al5O12 (YAG) and Tm3+-doped lutetium aluminum garnet Lu3Al5O12 (LuAG) are compared. The Tm3+-doped single crystals were grown by the micro-pulling down (μ-PD) technique. Both crystals demonstrated some emission peaks originated from 4f-4f forbidden transition of Tm3+ under 241Am alpha-ray excitation. The scintillation decay time of Tm3+-doped YAG was similar to that of LuAG. When irradiated by the gamma-rays from a 137Cs source, the relative scintillation light yields of Tm:YAG was 90% greater than that of Tm:LuAG.
Mantareva, Vanya; Kussovski, Vesselin; Durmuş, Mahmut; Borisova, Ekaterina; Angelov, Ivan
2016-11-01
Photodynamic inactivation (PDI) is a light-associated therapeutic approach suitable for treatment of local acute infections. The method is based on specific light-activated compound which by specific irradiation and in the presence of molecular oxygen produced molecular singlet oxygen and other reactive oxygen species, all toxic for pathogenic microbial cells. The study presents photodynamic impact of two recently synthesized water-soluble cationic lutetium (III) acetate phthalocyanines (LuPc-5 and LuPc-6) towards two pathogenic strains, namely, the Gram-negative bacterium Pseudomonas aeruginosa and a fungus Candida albicans. The photodynamic effect was evaluated for the cells in suspensions and organized in 48-h developed biofilms. The relatively high levels of uptakes of LuPc-5 and LuPc-6 were determined for fungal cells compared to bacterial cells. The penetration depths and distribution of both LuPcs into microbial biofilms were investigated by means of confocal fluorescence microscopy. The photoinactivation efficiency was studied for a wide concentration range (0.85-30 μM) of LuPc-5 and LuPc-6 at a light dose of 50 J cm -2 from red light-emitting diode (LED; 665 nm). The PDI study on microbial biofilms showed incomplete photoinactivation (<3 logs) for the used gentle drug-light protocol.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Chen, Xiang-Yang; University of Chinese Academy of Science, Beijing 100039; Zhang, Zhi-Jun, E-mail: zhangzhijun@shu.edu.cn
Highlights: • The band gap of Lu{sub 2}WO{sub 6} is calculated to be 3.13 eV using the CASTEP mode. • Valent state and occupation site of Eu are clarified by X-ray absorption fine structure (XAFS) spectra. • The thermal/concentration quenching mechanisms of Eu in Lu{sub 2}WO{sub 6} have been investigated in detail. - Abstract: Density functional theory calculations on monoclinic Lu{sub 2}WO{sub 6} is carried out using the Cambridge Sequential Total Energy Package code. The result indicates that Lu{sub 2}WO{sub 6} is a broad band gap semiconductor with an indirect band gap of 3.13 eV. Eu ions are trivalency and themore » average coordination number is 7.6(5), indicating that the site of Lu is occupied by Eu. The activation energy ΔE is calculated as 0.314 eV. In addiation, the thermal quenching mechnism of Eu-activated Lu{sub 2}WO{sub 6} and the different concentration quenching mechanisms for {sup 5}D{sub 0} and {sup 5}D{sub 1} emissions of Eu ions have been proposed.« less
Wear Behavior of Ceramic CAD/CAM Crowns and Natural Antagonists
Naumova, Ella A.; Schneider, Stephan; Arnold, Wolfgang H.; Piwowarczyk, Andree
2017-01-01
Objective: Evaluation of wear behavior of computer-aided design/computer-aided manufacturing (CAD/CAM) crowns from various restorative materials and natural antagonists. Method: Full CAD/CAM crowns fabricated with nanoceramic resin (Lava Ultimate (LU)), a glass ceramic in a resin interpenetrating matrix (Vita Enamic (VE)) and a lithium silicate reinforced ceramic enriched with zirconia (Vita Suprinity (VS)) were cemented on human molars. The crown and antagonists were subjected to simulated chewing. 3D data sets, before and after the chewing simulation, were generated and matched. Occlusal surface roughness, vertical and volume loss of the crowns and antagonists were analyzed. Results: Crown roughness was significantly different between the LU and VE groups after chewing simulation. Crown vertical loss differed in all groups. The highest crown volume loss was found in the LU group, and the lowest in the VE group. Comparisons between the LU and VE groups and the LU and VS groups were significantly different. The highest antagonist volume loss was reached in the VE group, the lowest was in the LU group. Conclusion: Roughness increased after chewing simulation. LU crowns are the most natural antagonist-friendly; these were the most susceptible to vertical and volume loss. Of the tested materials, the VE crowns are the most stable regarding occlusion. PMID:28772602
NASA Astrophysics Data System (ADS)
Gupta, Arun; Kim, Kyeong Yun; Hwang, Donghwi; Lee, Min Sun; Lee, Dong Soo; Lee, Jae Sung
2018-06-01
SPECT plays important role in peptide receptor targeted radionuclide therapy using theranostic radionuclides such as Lu-177 for the treatment of various cancers. However, SPECT studies must be quantitatively accurate because the reliable assessment of tumor uptake and tumor-to-normal tissue ratios can only be performed using quantitatively accurate images. Hence, it is important to evaluate performance parameters and quantitative accuracy of preclinical SPECT systems for therapeutic radioisotopes before conducting pre- and post-therapy SPECT imaging or dosimetry studies. In this study, we evaluated system performance and quantitative accuracy of NanoSPECT/CT scanner for Lu-177 imaging using point source and uniform phantom studies. We measured recovery coefficient, uniformity, spatial resolution, system sensitivity and calibration factor for mouse whole body standard aperture. We also performed the experiments using Tc-99m to compare the results with that of Lu-177. We found that the recovery coefficient of more than 70% for Lu-177 at the optimum noise level when nine iterations were used. The spatial resolutions of Lu-177 with and without adding uniform background was comparable to that of Tc-99m in axial, radial and tangential directions. System sensitivity measured for Lu-177 was almost three times less than that of Tc-99m.
Mirzaei, Siroos; Bastati, Brigitte; Lipp, Rainer W; Knoll, Peter; Zojer, Niklas; Ludwig, Heinz
2011-01-01
Peptide receptor-targeted radionuclide therapy (PRRT) of somatostatin receptor (SR)-expressing neuroendocrine tumors (NETs) has become an established therapeutic option in patients with advanced NETs. The aim of this study was to compare the lesion detection rate of (99m)Tc-EDDA/HYNIC-TOC, a newly developed tracer for NET imaging, with (177)Lu-DOTATATE used for PRRT. 8 patients (4 women, 4 men, age range 46-76 years) with histologically proven NETs, who showed high SR loads by (99m)Tc-EDDA/HYNIC-TOC scintigraphy, were treated with (177)Lu-DOTATATE. After treatment, all patients were subjected to whole-body scintigraphy with additional low-dose single-photon emission computed tomography (SPECT-CT) of the chest and abdomen. All patients demonstrated (177)Lu-DOTATATE accumulation in all lesions previously detected by (99m)Tc- EDDA/HYNIC-TOC scintigraphy. Three patients showed additional lesions in the liver and lungs. SPECT-CT after (177)Lu-DOTATATE therapy may be helpful in detecting additional lesions not seen using (99m)Tc-EDDA/HYNIC-TOC. This could reflect the broader affinity of (177)Lu-DOTATATE for SRs compared with (99m)Tc-EDDA/HYNIC-TOC. Copyright © 2011 S. Karger AG, Basel.
2013-01-01
Background Pectin methylesterases (PMEs) catalyze the demethylesterification of homogalacturonans in the cell wall; their activity is regulated in part by pectin methylesterase inhibitors (PMEIs). PME activity may result in either rigidification or loosening of the cell wall, depending on the mode of demethylesterification. The activity of PMEs in the middle lamella is expected to affect intrusive elongation of phloem fibers, and their adhesion to adjacent cells. Length and extractability of phloem fibers are qualities important for their industrial uses in textiles and composites. As only three flax PMEs had been previously described, we were motivated to characterize the PME and PMEI gene families of flax. Results We identified 105 putative flax PMEs (LuPMEs) and 95 putative PMEIs (LuPMEIs) within the whole-genome assembly. We found experimental evidence for the transcription of 77/105 LuPMEs and 83/95 LuPMEIs, and surveyed the transcript abundance of these in 12 different tissues and stages of development. Six major monophyletic groups of LuPMEs could be defined based on the inferred relationships of flax genes and their presumed orthologs from other species. We searched the LuPMEs and LuPMEIs for conserved residues previously reported to be important for their tertiary structure and function. In the LuPMEs, the most highly conserved residues were catalytic residues while in the LuPMEIs, cysteines forming disulfude bridges between helices α2 and α3 were most highly conserved. In general, the conservation of critical residues was higher in the genes with evidence of transcript expression than in those for which no expression was detected. Conclusions The LuPMEs and LuPMEIs comprise large families with complex patterns of transcript expression and a wide range of physical characteristics. We observed that multiple PMEs and PMEIs are expressed in partially overlapping domains, indicative of several genes acting redundantly during most processes. The potential for functional redundancy was highlighted also by the phylogenetic analyses. We were able to identify a subset of PME and PMEIs that appeared particularly relevant to fiber development, which may provide a basis for the improvement of key traits in industrial feedstocks and a better understanding of the physiological roles of PMEs and PMEIs in general. PMID:24168262
Pinzón-Latorre, David; Deyholos, Michael K
2013-10-30
Pectin methylesterases (PMEs) catalyze the demethylesterification of homogalacturonans in the cell wall; their activity is regulated in part by pectin methylesterase inhibitors (PMEIs). PME activity may result in either rigidification or loosening of the cell wall, depending on the mode of demethylesterification. The activity of PMEs in the middle lamella is expected to affect intrusive elongation of phloem fibers, and their adhesion to adjacent cells. Length and extractability of phloem fibers are qualities important for their industrial uses in textiles and composites. As only three flax PMEs had been previously described, we were motivated to characterize the PME and PMEI gene families of flax. We identified 105 putative flax PMEs (LuPMEs) and 95 putative PMEIs (LuPMEIs) within the whole-genome assembly. We found experimental evidence for the transcription of 77/105 LuPMEs and 83/95 LuPMEIs, and surveyed the transcript abundance of these in 12 different tissues and stages of development. Six major monophyletic groups of LuPMEs could be defined based on the inferred relationships of flax genes and their presumed orthologs from other species. We searched the LuPMEs and LuPMEIs for conserved residues previously reported to be important for their tertiary structure and function. In the LuPMEs, the most highly conserved residues were catalytic residues while in the LuPMEIs, cysteines forming disulfude bridges between helices α2 and α3 were most highly conserved. In general, the conservation of critical residues was higher in the genes with evidence of transcript expression than in those for which no expression was detected. The LuPMEs and LuPMEIs comprise large families with complex patterns of transcript expression and a wide range of physical characteristics. We observed that multiple PMEs and PMEIs are expressed in partially overlapping domains, indicative of several genes acting redundantly during most processes. The potential for functional redundancy was highlighted also by the phylogenetic analyses. We were able to identify a subset of PME and PMEIs that appeared particularly relevant to fiber development, which may provide a basis for the improvement of key traits in industrial feedstocks and a better understanding of the physiological roles of PMEs and PMEIs in general.
Chakraborty, Sudipta; Sarma, H D; Vimalnath, K V; Pillai, M R A
2013-10-01
Integrin αvβ3 plays a significant role in angiogenesis during tumor growth and metastasis, and is a receptor for the extracellular matrix proteins with the exposed arginine(R)-glycine(G)-aspartic acid(D) tripeptide sequence. The over-expression of integrin αvβ3 during tumor growth and metastasis presents an interesting molecular target for both early detection and treatment of rapidly growing solid tumors. Considering the advantages of (177)Lu for targeted radiotherapy and enhanced tumor targeting capability of cyclic RGD peptide dimer, an attempt has been made to optimize the protocol for the preparation of clinical dose of (177)Lu labeled DOTA-E[c(RGDfK)]2 (E=Glutamic acid, f=phenyl alanine, K=lysine) as a potential agent for targeted tumor therapy. (177)Lu was produced by thermal neutron bombardment on enriched Lu2O3 (82% in (176)Lu) target at a flux of 1 × 10(14) n/cm(2).s for 21 d. Therapeutic dose of (177)Lu-DOTA-E[c(RGDfK)]2 (7.4GBq) was prepared by adding the aqueous solution of the ligand and (177)LuCl3 to 0.1M NH4OAC buffer containing gentisic acid and incubating the reaction mixture at 90°C for 30 min. The yield and radiochemical purity of the complex was determined by HPLC technique. Parameters, such as, ligand-to-metal ratio, pH of the reaction mixture, incubation time and temperature were varied using tracer quantity of (177)Lu (37 MBq) in order to arrive at the optimized protocol for the preparation of clinical dose. Biological behavior of the radiotracer prepared was studied in C57/BL6 mice bearing melanoma tumors. (177)Lu was produced with a specific activity of 950 ± 50 GBq/mg (25.7 ± 1.4 Ci/mg) and radionuclidic purity of 99.98%. A careful optimization of several parameters showed that (177)Lu-DOTA-E[c(RGDfK)]2 could be prepared with adequately high radiochemical purity using a ligand-to-metal ratio ~2. Based on these studies therapeutic dose of the agent with 7.4 GBq of (177)Lu was formulated in ~63 GBq/μM specific activity with high yield (98.2 ± 0.7%), radiochemical purity and in vitro stability. Biodistribution studies carried out in C57/BL6 mice bearing melanoma tumors revealed specific accumulation of the radiolabeled conjugate in tumor (3.80 ± 0.55% ID/g at 30 min p.i.) with high tumor to blood and tumor to muscle ratios. However, the uptake of the radiotracer in the tumor was found to be reduced to 1.51 ± 0.32 %ID/g at 72 h p.i. The present work successfully demonstrates the formulation of an optimized protocol for the preparation of (177)Lu labeled DOTA-E[c(RGDfK)]2 for PRRT applications using (177)Lu produced by direct neutron activation in a medium flux research reactor. Copyright © 2013 Elsevier Inc. All rights reserved.
Community Detection in Sparse Random Networks
2013-08-13
if, (i, j) ∈ E , meaning there is an edge between nodes i, j ∈ V. Note that W is symmetric, and we assume that Wii = 0 for all i. Under the null... Wii = 0.) Our arguments are parallel to those we used under P0, the only difficulty being that Wi is not binomial anymore. Indeed, WSi ∼ Bin(n − 1, p1...Berlin: Springer. Alon, N. and S. Gutner (2010). Balanced families of perfect hash functions and their applications. ACM Trans. Algorithms 6 (3), Art
Weinkopff, Tiffany; de Oliveira, Camila I.; de Carvalho, Augusto M.; Hauyon-La Torre, Yazmin; Muniz, Aline C.; Miranda, Jose Carlos; Barral, Aldina; Tacchini-Cottier, Fabienne
2014-01-01
During a blood meal, Lutzomyia intermedia sand flies transmit Leishmania braziliensis, a parasite causing tegumentary leishmaniasis. In experimental leishmaniasis, pre-exposure to saliva of most blood-feeding sand flies results in parasite establishment in absence of any skin damages in mice challenged with dermotropic Leishmania species together with saliva. In contrast, pre-immunization with Lu. intermedia salivary gland sonicate (SGS) results in enhanced skin inflammatory exacerbation upon co-inoculation of Lu. intermedia SGS and L. braziliensis. These data highlight potential unique features of both L. braziliensis and Lu. intermedia. In this study, we investigated the genes modulated by Lu. intermedia SGS immunization to understand their potential impact on the subsequent cutaneous immune response following inoculation of both SGS and L. braziliensis. The cellular recruitment and global gene expression profile was analyzed in mice repeatedly inoculated or not with Lu. intermedia. Microarray gene analysis revealed the upregulation of a distinct set of IFN-inducible genes, an immune signature not seen to the same extent in control animals. Of note this INF-inducible gene set was not induced in SGS pre-immunized mice subsequently co-inoculated with SGS and L. braziliensis. These data suggest the parasite prevented the upregulation of this Lu. intermedia saliva-related immune signature. The presence of these IFN-inducible genes was further analyzed in peripheral blood mononuclear cells (PBMCs) sampled from uninfected human individuals living in a L. braziliensis-endemic region of Brazil thus regularly exposed to Lu. intermedia bites. PBMCs were cultured in presence or absence of Lu. intermedia SGS. Using qRT-PCR we established that the IFN-inducible genes induced in the skin of SGS pre-immunized mice, were also upregulated by SGS in PBMCs from human individuals regularly exposed to Lu. intermedia bites, but not in PBMCs of control subjects. These data demonstrate that repeated exposure to Lu. intermedia SGS induces the expression of potentially host-protective IFN-inducible genes. PMID:24421912
A High Performance Block Eigensolver for Nuclear Configuration Interaction Calculations
Aktulga, Hasan Metin; Afibuzzaman, Md.; Williams, Samuel; ...
2017-06-01
As on-node parallelism increases and the performance gap between the processor and the memory system widens, achieving high performance in large-scale scientific applications requires an architecture-aware design of algorithms and solvers. We focus on the eigenvalue problem arising in nuclear Configuration Interaction (CI) calculations, where a few extreme eigenpairs of a sparse symmetric matrix are needed. Here, we consider a block iterative eigensolver whose main computational kernels are the multiplication of a sparse matrix with multiple vectors (SpMM), and tall-skinny matrix operations. We then present techniques to significantly improve the SpMM and the transpose operation SpMM T by using themore » compressed sparse blocks (CSB) format. We achieve 3-4× speedup on the requisite operations over good implementations with the commonly used compressed sparse row (CSR) format. We develop a performance model that allows us to correctly estimate the performance of our SpMM kernel implementations, and we identify cache bandwidth as a potential performance bottleneck beyond DRAM. We also analyze and optimize the performance of LOBPCG kernels (inner product and linear combinations on multiple vectors) and show up to 15× speedup over using high performance BLAS libraries for these operations. The resulting high performance LOBPCG solver achieves 1.4× to 1.8× speedup over the existing Lanczos solver on a series of CI computations on high-end multicore architectures (Intel Xeons). We also analyze the performance of our techniques on an Intel Xeon Phi Knights Corner (KNC) processor.« less
NASA Technical Reports Server (NTRS)
Ehrhart, E. J.; Gillette, E. L.; Barcellos-Hoff, M. H.; Chaterjee, A. (Principal Investigator)
1996-01-01
High-LET radiation has unique physical and biological properties compared to sparsely ionizing radiation. Recent studies demonstrate that sparsely ionizing radiation rapidly alters the pattern of extracellular matrix expression in several tissues, but little is known about the effect of heavy-ion radiation. This study investigates densely ionizing radiation-induced changes in extracellular matrix localization in the mammary glands of adult female BALB/c mice after whole-body irradiation with 0.8 Gy 600 MeV iron particles. The basement membrane and interstitial extracellular matrix proteins of the mammary gland stroma were mapped with respect to time postirradiation using immunofluorescence. Collagen III was induced in the adipose stroma within 1 day, continued to increase through day 9 and was resolved by day 14. Immunoreactive tenascin was induced in the epithelium by day 1, was evident at the epithelial-stromal interface by day 5-9 and persisted as a condensed layer beneath the basement membrane through day 14. These findings parallel similar changes induced by gamma irradiation but demonstrate different onset and chronicity. In contrast, the integrity of epithelial basement membrane, which was unaffected by sparsely ionizing radiation, was disrupted by iron-particle irradiation. Laminin immunoreactivity was mildly irregular at 1 h postirradiation and showed discontinuities and thickening from days 1 to 9. Continuity was restored by day 14. Thus high-LET radiation, like sparsely ionizing radiation, induces rapid-remodeling of the stromal extracellular matrix but also appears to alter the integrity of the epithelial basement membrane, which is an important regulator of epithelial cell proliferation and differentiation.
A High Performance Block Eigensolver for Nuclear Configuration Interaction Calculations
DOE Office of Scientific and Technical Information (OSTI.GOV)
Aktulga, Hasan Metin; Afibuzzaman, Md.; Williams, Samuel
As on-node parallelism increases and the performance gap between the processor and the memory system widens, achieving high performance in large-scale scientific applications requires an architecture-aware design of algorithms and solvers. We focus on the eigenvalue problem arising in nuclear Configuration Interaction (CI) calculations, where a few extreme eigenpairs of a sparse symmetric matrix are needed. Here, we consider a block iterative eigensolver whose main computational kernels are the multiplication of a sparse matrix with multiple vectors (SpMM), and tall-skinny matrix operations. We then present techniques to significantly improve the SpMM and the transpose operation SpMM T by using themore » compressed sparse blocks (CSB) format. We achieve 3-4× speedup on the requisite operations over good implementations with the commonly used compressed sparse row (CSR) format. We develop a performance model that allows us to correctly estimate the performance of our SpMM kernel implementations, and we identify cache bandwidth as a potential performance bottleneck beyond DRAM. We also analyze and optimize the performance of LOBPCG kernels (inner product and linear combinations on multiple vectors) and show up to 15× speedup over using high performance BLAS libraries for these operations. The resulting high performance LOBPCG solver achieves 1.4× to 1.8× speedup over the existing Lanczos solver on a series of CI computations on high-end multicore architectures (Intel Xeons). We also analyze the performance of our techniques on an Intel Xeon Phi Knights Corner (KNC) processor.« less
Liu, Fei; Zhu, Hua; Yu, Jiangyuan; Han, Xuedi; Xie, Qinghua; Liu, Teli; Xia, Chuanqin; Li, Nan; Yang, Zhi
2017-06-01
Somatostatin receptors are overexpressed in neuroendocrine tumors, whose endogenous ligands are somatostatin. DOTA-TATE is an analogue of somatostatin, which shows high binding affinity to somatostatin receptors. We aim to evaluate the 68 Ga/ 177 Lu-labeling DOTA-TATE kit in neuroendocrine tumor model for molecular imaging and to try human-positron emission tomography/computed tomography imaging of 68 Ga-DOTA-TATE in neuroendocrine tumor patients. DOTA-TATE kits were formulated and radiolabeled with 68 Ga/ 177 Lu for 68 Ga/ 177 Lu-DOTA-TATE (M-DOTA-TATE). In vitro and in vivo stability of 177 Lu-DOTA-TATE were performed. Nude mice bearing human tumors were injected with 68 Ga-DOTA-TATE or 177 Lu-DOTA-TATE for micro-positron emission tomography and micro-single-photon emission computed tomography/computed tomography imaging separately, and clinical positron emission tomography/computed tomography images of 68 Ga-DOTA-TATE were obtained at 1 h post-intravenous injection from patients with neuroendocrine tumors. Micro-positron emission tomography and micro-single-photon emission computed tomography/computed tomography imaging of 68 Ga-DOTA-TATE and 177 Lu-DOTA-TATE both showed clear tumor uptake which could be blocked by excess DOTA-TATE. In addition, 68 Ga-DOTA-TATE-positron emission tomography/computed tomography imaging in neuroendocrine tumor patients could show primary and metastatic lesions. 68 Ga-DOTA-TATE and 177 Lu-DOTA-TATE could accumulate in tumors in animal models, paving the way for better clinical peptide receptor radionuclide therapy for neuroendocrine tumor patients in Asian population.
The success and complementarity of Sm-Nd and Lu-Hf garnet geochronology
NASA Astrophysics Data System (ADS)
Baxter, E. F.; Scherer, E. E.
2013-12-01
Garnet's potential as a direct chronometer of tectonometamorphic processes and conditions was first realized over 30 years ago. Since then, the Sm-Nd and Lu-Hf systems have emerged as the most effective, with both permitting age precision < ×1 Myr. Both have proven successful not merely in dating garnet growth itself, but rather in constraining the ages, durations, and rates of particular earth processes or conditions that can be directly linked to garnet growth via chemical, thermodynamic, or petrographic, means. Appreciating important differences between Sm-Nd and Lu-Hf in terms of contaminant phases, partitioning, daughter element diffusivity, and isotopic analysis makes these two systems powerfully complementary when used and interpreted in concert. Well established, robust analytical methods mitigate the effects of ubiquitous mineral inclusions (monazite is most significant for Sm-Nd; zircon is most significant for Lu-Hf), improving the precision and accuracy of garnet dates from both systems. Parent-daughter ratios tend to be higher for Lu-Hf leading to the potential for better age precision in general. The Lu-176 decay rate is faster than Sm-147, meaning that Lu-Hf provides better age precision potential for young (Cenozoic) samples. However, Sm-Nd provides better precision potential for older (Precambrian) samples primarily because of the higher precisions on the parent-daughter ratios (i.e., 147Sm/144Nd) that can be achieved by ID-TIMS analysis. For dating microsampled zones or growth rings in single garnet crystals, Sm-Nd has proven most successful owing to more uniform distribution of Sm, and established methods to measure <10 ng quantities of Nd at high precision via TIMS. However, new MC-ICP-MS sample introduction technologies are closing this gap for small samples. For analyses of bulk garnet that grew over a protracted interval, Lu-Hf dates are expected to be older than Sm-Nd dates owing to differences in Lu and Sm zonation (i.e. Lu tends to be strongly sequestered by garnet cores, whereas Sm is more evenly distributed). Thus, Lu-Hf is often useful for targeting nucleation times (and earliest growth zones), whereas Sm-Nd is preferable when targeting the mid- to later stages (and outermost growth zones) of garnet. Depending on grain size and heating duration, most garnets can retain their primary growth chronology up to about 700 C, and thus they are one of the few metamorphic minerals that faithfully record prograde metamorphic processes and conditions. For granulite facies rocks (e.g., > about 700 C), higher retentivity (i.e., slower diffusivity) for Hf than for Nd can lead to older Lu-Hf (growth) ages compared to Sm-Nd (partially reset) dates for the same sample. Finally, as with all geochronometers, decay constant uncertainties and sources of systematic error in methods (e.g., spike calibrations) should be considered when comparing absolute Lu-Hf and Sm-Nd dates to each other or to other chronometers.
Genetics Home Reference: congenital deafness with labyrinthine aplasia, microtia, and microdontia
... Tekin M, Hişmi BO, Fitoz S, Ozdağ H, Cengiz FB, Sirmaci A, Aslan I, Inceoğlu B, Yüksel-Konuk ... Tekin M, Oztürkmen Akay H, Fitoz S, Birnbaum S, Cengiz FB, Sennaroğlu L, Incesulu A, Yüksel Konuk EB, Hasanefendioğlu ...
Synthesis of Er-doped Lu2O3 nanoparticles and transparent ceramics
NASA Astrophysics Data System (ADS)
Serivalsatit, K.; Wasanapiarnpong, T.; Kucera, C.; Ballato, J.
2013-05-01
Transparent rare earth-doped Lu2O3 ceramics have received much attention for use in solid-state scintillator and laser applications. The fabrication of these ceramics, however, requires ultrafine and uniform powders as precursors. Presented here is the synthesis of Er-doped Lu2O3 nanopowders by a solution precipitation method using Er-doped lutetium sulfate solution and hexamethylenetetramine as a precipitant and the fabrication of Er-doped Lu2O3 transparent ceramics from these nanopowders. The precipitated precursors were calcined at 1100 °C for 4 h in order to convert the precursors into Lu2O3 nanoparticles with an average particle size of 60 nm. Thermal decomposition and phase evolution of the precursors were studied by simultaneous thermal analysis (STA), Fourier transform infrared spectroscopy (FTIR) and X-ray diffraction (XRD). Er-doped Lu2O3 transparent ceramics were fabricated from these nanopowders using vacuum sintering followed by hot isostatic pressing at 1700 °C for 8 h. The transparent ceramics exhibit an optical transmittance of 78% at a wavelength of 1.55 μm.
Brazil, Reginaldo P; Caballero, Norath Natalia; Hamilton, James Gordon C
2009-11-02
The sand fly Lutzomyia longipalpis is the main vector of Leishmania (L.) infantum (Nicolle), the causative agent of American visceral leishmaniasis (AVL) in the New World. Male Lu. longipalpis have secretory glands which produce sex pheromones in either abdominal tergites 4 or 3 and 4. These glands are sites of sex pheromone production and each pheromone type may represent true sibling species. In Latin America, apart from Lu. pseudolongipalpis Arrivillaga and Feliciangeli from Venezuela, populations of Lu. longipalpis s.l. can be identified by their male-produced sex pheromones: (S)-9-methylgermacrene-B, 3-methyl-alpha-himachalene and the two cembrenes, 1 and 2.In this study, we present the results of a coupled gas chromatography - mass spectrometry analysis of the pheromones of males Lu. longipalpis captured in an endemic area of visceral leishmaniasis in Asunción, Paraguay. Our results show that Lu. longipalpis from this site produce (S)-9-methylgermacrene-B which has also been found in Lu. longipalpis from different areas of Brazil, Colombia and Central America.
Investigation of luminescence from LuAG: Mn4+ for physiological temperature sensing
NASA Astrophysics Data System (ADS)
Li, Fei; Cai, Jiajia; Chi, FengFeng; Chen, Yonghu; Duan, Changkui; Yin, Min
2017-04-01
Optical thermometry based on luminescent materials has garnered much attention due to its many advantages. But higher sensitivity is still expected in physiological temperature range which is of special significance in medicine and biology. For this purpose, quadrivalent manganese doped lutetium aluminum garnet, Lu3Al5O12: Mn4+, or simply LuAG: Mn4+, has been successfully synthesized by sol-gel method and its temperature dependent luminescence has been investigated in the present work. Compared to the common red emission phosphors Y3Al5O12: Mn4+ (YAG:Mn4+) with same structure, LuAG:Mn4+ has a stronger crystal field strength and a higher thermal-quenching activation energy (ΔE) of 5732 cm-1. Rapid thermal quenching of the Mn4+ luminescence occurred above room temperature around 90 °C for our LuAG:Mn4+ sample. Temperature dependent decay curves of Mn4+ emission from LuAG:Mn4+ revealed that an extraordinary high sensitivity can be achieved from luminescence lifetime measurements covering physiological temperature range with a sensitivity of 3.75% K-1 at 38 °C.
Brazil, Reginaldo P; Caballero, Norath Natalia; Hamilton, James Gordon C
2009-01-01
The sand fly Lutzomyia longipalpis is the main vector of Leishmania (L.) infantum (Nicolle), the causative agent of American visceral leishmaniasis (AVL) in the New World. Male Lu. longipalpis have secretory glands which produce sex pheromones in either abdominal tergites 4 or 3 and 4. These glands are sites of sex pheromone production and each pheromone type may represent true sibling species. In Latin America, apart from Lu. pseudolongipalpis Arrivillaga and Feliciangeli from Venezuela, populations of Lu. longipalpis s.l. can be identified by their male-produced sex pheromones: (S)-9-methylgermacrene-B, 3-methyl-α-himachalene and the two cembrenes, 1 and 2. In this study, we present the results of a coupled gas chromatography - mass spectrometry analysis of the pheromones of males Lu. longipalpis captured in an endemic area of visceral leishmaniasis in Asunción, Paraguay. Our results show that Lu. longipalpis from this site produce (S)-9-methylgermacrene-B which has also been found in Lu. longipalpis from different areas of Brazil, Colombia and Central America. PMID:19883505
Fabrication and properties of Eu:Lu2O3 transparent ceramics for X-ray radiation detectors
NASA Astrophysics Data System (ADS)
Xie, Weifeng; Wang, Jing; Cao, Maoqing; Hu, Zewang; Feng, Yagang; Chen, Xiaopu; Jiang, Nan; Dai, Jiawei; Shi, Yun; Babin, Vladimir; Mihóková, Eva; Nikl, Martin; Li, Jiang
2018-06-01
Europium-doped lutetium oxide (Eu:Lu2O3) nano-powders were synthesized by a co-precipitation method from europium and lutetium nitrates using ammonium hydrogen carbonate (AHC) as the precipitant. Fine and low-agglomerated powders with average particle size of 68 nm were obtained by calcining the precursor at 1100 °C for 4 h. Using this powder as starting material, Eu:Lu2O3 transparent ceramics with the average grain size of ∼46 μm were fabricated by vacuum sintering at 1650 °C for 30 h, whose in-line transmittance reaches 66.3% at 611 nm. The influences of air annealing on optical transmittance, decay time, spectroscopic properties, light output and thermally stimulated luminescence of Eu:Lu2O3 ceramics were investigated in detail. Based on radioluminescence spectra, the light output of the annealed Eu:Lu2O3 ceramics is 10 times higher than that of the commercially available BGO single crystal, and it indicates that transparent Eu:Lu2O3 scintillation ceramics is a promising candidate for X-ray radiation detectors.
Yokosawa, Tadahiro; Prestat, Eric; Polly, Robert; Bouby, Muriel; Dardenne, Kathy; Finck, Nicolas; Haigh, Sarah J; Denecke, Melissa A; Geckeis, Horst
2018-04-18
Transformation products of two-line ferrihydrite associated with Lu(III) were studied after 12 years of aging using aberration-corrected high-angle annular dark field scanning transmission electron microscopy (HAADF-STEM), high-efficiency energy-dispersive X-ray spectroscopy (EDXS), and density functional theory (DFT). The transformation products consisted of hematite nanoparticles with overgrown goethite needles. High-efficiency STEM-EDXS revealed that Lu is only associated with goethite needles, and atomic-resolution HAADF-STEM reveals structural incorporation of Lu within goethite, partially replacing structural Fe sites. This finding corroborates those recently obtained by AsFlFFF and EXAFS spectroscopy on the same sample (Finck et al. 2018). DFT calculations indicate that Lu incorporation within goethite or hematite are almost equally likely, suggesting that experimental parameters such as temperature and reaction time which affect reaction kinetics, play important roles in determining the Lu uptake. It seems likely that these results may be transferable to predict the behavior of chemically homologous trivalent actinides.
Su, Yue; Liu, Xiuling; Lei, Pengpeng; Xu, Xia; Dong, Lile; Guo, Xianmin; Yan, Xingxu; Wang, Peng; Song, Shuyan; Feng, Jing; Zhang, Hongjie
2016-07-05
Core-shell-shell heterostructures of α-NaLuF4:Yb/Er@NaLuF4:Yb@MF2 (M = Ca, Sr, Ba) have been successfully fabricated via the thermal decomposition method. Upconversion nanoparticles (UCNPs) were characterized by powder X-ray diffraction (XRD), transmission electron microscopy (TEM), upconversion luminescence (UCL) spectroscopy, etc. Under 980 nm excitation, the emission intensities of the UCNPs are remarkably enhanced after coating the MF2 (M = Ca, Sr, and Ba) shell. Among these samples, CaF2 coated UCNPs show the strongest overall emission, while BaF2 coated UCNPs exhibit the longest lifetime. These results demonstrate that alkaline earth metal fluorides are ideal materials to improve the UCL properties. Meanwhile, although the lattice mismatch between the ternary NaREF4 core and the binary MF2 (M = Sr and Ba) shell is relatively large, the successfully synthesized NaLuF4:Yb/Er@NaLuF4:Yb@MF2 indicates a new outlook on the fabrication of heterostructural core-shell UCNPs.
Competing exchanges and spin-phonon coupling in Eu(1-x)R(x)MnO3 (R=Y, Lu).
Mota, D A; Barcelay, Y Romaguera; Tavares, P B; Chaves, M R; Almeida, A; Oliveira, J; Ferreira, W S; Moreira, J Agostinho
2013-06-12
This work is focused on the phase diagrams and physical properties of Y-doped and Lu-doped EuMnO3. The differences in the corresponding phase boundaries in the (x,T) phase diagram could be overcome by considering a scaling of the Y(3+) and Lu(3+) concentrations to the tolerance factor. This outcome evidences that the tolerance factor is in fact a more reliable representative of the lattice deformation induced by doping. The normalization of the phase boundaries using the tolerance factor corroborates previous theoretical outcomes regarding the key role of competitive FM and AFM exchanges in determining the phase diagrams of manganite perovskites. However, significant differences in the nature and number of phases at low temperatures and concentrations could not be explained by just considering the normalization to the tolerance factor. The vertical phase boundary observed just for Lu-doped EuMnO3, close to 10% Lu, is understood by considering a low temperature Peierls-type spin-phonon coupling, which stabilizes the AFM-4 phase in Lu-doped EuMnO3.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Prusa, P.; Cechak, T.; Mares, J. A.
2008-01-28
Liquid phase epitaxy grown Lu{sub 3}Al{sub 5}O{sub 12}:Ce (LuAG:Ce) 20 {mu}m thick films and plate cut from the bulk Czochralski-grown LuAG:Ce crystal were prepared for comparison of photoelectron yield (PhY) and PhY dependence on shaping time (0.5-10 {mu}s). {sup 241}Am ({alpha} particles) was used for excitation. At the 0.5 {mu}s shaping time, the best film shows comparable PhY with the bulk sample. PhY of bulk material increases noticeably more with shaping time than that of the films. Energy resolution of films is better. Influence of Pb{sup 2+} contamination in the films (from the flux) and antisite Lu{sub Al} defect inmore » bulk material is discussed.« less
Udani, M; Zen, Q; Cottman, M; Leonard, N; Jefferson, S; Daymont, C; Truskey, G; Telen, M J
1998-01-01
Sickle red cells bind significant amounts of soluble laminin, whereas normal red cells do not. Solid phase assays demonstrate that B-CAM/LU binds laminin on intact sickle red cells and that red cell B-CAM/LU binds immobilized laminin, whereas another putative laminin binding protein, CD44, does not. Ligand blots also identify B-CAM/LU as the only erythrocyte membrane protein(s) that binds laminin. Finally, transfection of murine erythroleukemia cells with human B-CAM cDNA induces binding of both soluble and immobilized laminin. Thus, B-CAM/LU appears to be the major laminin-binding protein of sickle red cells. Previously reported overexpression of B-CAM/LU by epithelial cancer cells suggests that this protein may also serve as a laminin receptor in malignant tumors. PMID:9616226
Influence of Lu2O3 on electrical and microstructural properties of CaCu3Ti4O12 ceramics
NASA Astrophysics Data System (ADS)
Xu, Dong; Wang, Biao; Lin, Yuanhua; Jiao, Lei; Yuan, Hongming; Zhao, Guoping; Cheng, Xiaonong
2012-07-01
In this work, the influence of Lu2O3 doped on the dielectric and electrical properties of CaCu3Ti4O12 was reported. Lu2O3-doped CCTO was prepared by a conventional solid state technique using CuO, TiO2, and CaCO3 as starting materials. The samples were studied by X-ray diffraction (XRD) and scanning electron microscopy (SEM); dielectric measurements were measured in the 102 Hz-107 Hz frequency range at room temperature; and the nonlinear behavior of all samples was measured. The doping of Lu2O3 resulted in an increase in the dielectric constant of CCTO, but decreased the stability of the frequency dependence. Increasing concentrations of Lu2O3 resulted in decreasing nonlinear coefficients.
Schottelius, Margret; Osl, Theresa; Poschenrieder, Andreas; Hoffmann, Frauke; Beykan, Seval; Hänscheid, Heribert; Schirbel, Andreas; Buck, Andreas K.; Kropf, Saskia; Schwaiger, Markus; Keller, Ulrich; Lassmann, Michael; Wester, Hans-Jürgen
2017-01-01
Purpose: Based on the clinical relevance of the chemokine receptor 4 (CXCR4) as a molecular target in cancer and on the success of [68Ga]pentixafor as an imaging probe for high-contrast visualization of CXCR4-expression, the spectrum of clinical CXCR4-targeting was expanded towards peptide receptor radionuclide therapy (PRRT) by the development of [177Lu]pentixather. Experimental design: CXCR4 affinity, binding specificity, hCXCR4 selectivity and internalization efficiency of [177Lu]pentixather were evaluated using different human and murine cancer cell lines. Biodistribution studies (1, 6, 48, 96h and 7d p.i.) and in vivo metabolite analyses were performed using Daudi-lymphoma bearing SCID mice. Extrapolated organ doses were cross-validated with human dosimetry (pre-therapeutic and during [177Lu]pentixather PRRT) in a patient with multiple myeloma (MM). Results: [177Lu]pentixather binds with high affinity, specificity and selectivity to hCXCR4 and shows excellent in vivo stability. Consequently, and supported by >96% plasma protein binding and a logP=-1.76, delaying whole-body clearance of [177Lu]pentixather, tumor accumulation was high and persistent, both in the Daudi model and the MM patient. Tumor/background ratios (7d p.i.) in mice were 499±202, 33±7, 4.0±0.8 and 116±22 for blood, intestine, kidney and muscle, respectively. In the patient, high tumor/kidney and tumor/liver dose ratios of 3.1 and 6.4 were observed during [177Lu]pentixather PRRT (7.8 GBq), with the kidneys being the dose-limiting organs. Conclusions: [177Lu]pentixather shows excellent in vivo CXCR4-targeting characteristics and a suitable pharmacokinetic profile, leading to high tumor uptake and retention and thus high radiation doses to tumor tissue during PRRT, suggesting high clinical potential of this [68Ga]pentixafor/[177Lu]pentixather based CXCR4-targeted theranostic concept. PMID:28744319
Balkin, Ethan R; Liu, Dijie; Jia, Fang; Ruthengael, Varyanna C; Shaffer, Suzanne M; Miller, William H; Lewis, Michael R
2014-01-01
The B-cell lymphoma/leukemia-2 (bcl-2) proto-oncogene in non-Hodgkin's lymphoma (NHL) is a dominant inhibitor of apoptosis. We developed a (177)Lu-labeled bcl-2 antisense peptide nucleic acid (PNA)-peptide conjugate designed for dual modality NHL therapy, consisting of a radiopharmaceutical capable of simultaneously down-regulating apoptotic resistance and delivering cytotoxic internally emitted radiation. DOTA-anti-bcl-2-Tyr(3)-octreotate was synthesized, labeled with (177)Lu, and purified using RP-HPLC. The PNA-peptide conjugate was evaluated in Mec-1 NHL-bearing mice and compared to [(177)Lu]DOTA-Tyr(3)-octreotate in biodistribution and excretion studies. These data were then used to generate in vivo dosimetry models. The PNA-peptide conjugate was readily prepared and radiolabeled in high yield and radiochemical purity. An in vivo blocking study determined that administration of 50 μg of non-radioactive PNA-peptide was the optimal mass for maximum delivery to the tumor. Based on that result, a dosing regimen of (177)Lu-PNA-peptide, for radiologic effect, followed by the optimal mass of non-radioactive compound, for antisense effect, was designed. Using that dosing regimen, biodistribution of the PNA-peptide showed uptake in the tumor with minimal washout over a 4-day period. Uptakes in receptor-positive normal organs were low and displayed nearly complete washout by 24h. Dosimetry models showed that the tumor absorbed dose of the PNA-peptide conjugate was approximately twice that of the peptide-only conjugate. Biodistribution data showed specific tumor targeting of the (177)Lu-labeled PNA-peptide compound with minimal receptor-positive normal tissue uptake when compared to [(177)Lu]DOTA-Tyr(3)-octreotate. In vivo dosimetry models predicted a more favorable tumor absorbed dose from [(177)Lu]DOTA-anti-bcl-2-Tyr(3)-octreotate. © 2013.
Weber, Tobias; Bötticher, Benedikt; Mier, Walter; Sauter, Max; Krämer, Susanne; Leotta, Karin; Keller, Armin; Schlegelmilch, Anne; Grosse-Hovest, Ludger; Jäger, Dirk; Haberkorn, Uwe; Arndt, Michaela A E; Krauss, Jürgen
2016-03-01
Dual-targeted therapy has been shown to be a promising treatment option in recurrent and/or refractory B-cell non-Hodgkin's lymphoma (B-NHL). We generated radioimmunoconjugates (RICs) comprising either a novel humanized anti-CD22 monoclonal antibody, huRFB4, or rituximab, and the low-energy β-emitter (177)Lu. Both RICs were evaluated as single agents in a human Burkitt's lymphoma xenograft mouse model. To increase the therapeutic efficacy of the anti-CD22 RIC, combination therapy with unlabelled anti-CD20 rituximab was explored. The binding activity of CHX-A″-DTPA-conjugated antibodies to target cells was analysed by flow cytometry. To assess tumour targeting of (177)Lu-labelled antibodies, in vivo biodistribution experiments were performed. For radioimmunotherapy (RIT) studies, non-obese diabetic recombination activating gene-1 (NOD-Rag1 (null) ) interleukin-2 receptor common gamma chain (IL2rγ (null) ) null mice (NRG mice) were xenografted subcutaneously with Raji Burkitt's lymphoma cells. (177)Lu-conjugated antibodies were administered at a single dose of 9.5 MBq per mouse. For dual-targeted therapy, rituximab was injected at weekly intervals (0.5 - 1.0 mg). Tumour accumulation of RICs was monitored by planar scintigraphy. Conjugation of CHX-A"-DTPA resulted in highly stable RICs with excellent antigen-binding properties. Biodistribution experiments revealed higher tumour uptake of the (177)Lu-labelled anti-CD22 IgG than of (177)Lu-labelled rituximab. Treatment with (177)Lu-conjugated huRFB4 resulted in increased tumour growth inhibition and significantly longer survival than treatment with (177)Lu-conjugated rituximab. The therapeutic efficacy of the anti-CD22 RIC could be markedly enhanced by combination with unlabelled rituximab. These findings suggest that dual targeting with (177)Lu-based CD22-specific RIT in combination with rituximab is a promising new treatment option for refractory B-NHL.
Li, Ling; Noh, Hyeon Mi; Liu, Xiaoguang; Moon, Byung Kee; Choi, Byung Chun; Jeong, Jung Hyun
2015-07-01
Well-crystallized nanorod bundles Ln4O(OH)9NO3:1%Eu(Ln = Y, Lu) have been successfully prepared by hydrothermal method. The crystalline phase, size and optical properties were characterized using powder X-ray diffraction (XRD), field emission-scanning electron microscopy (FE-SEM), infrared (IR) spectrograph and photoluminescent (PL) spectra. Site occupations of Eu3+ in crystals Ln4O(OH)9NO3:Eu(Ln = Y, Lu) were discussed based on excitation spectra and the empirical relationship formula between the charge transfer (CT) energy and the environmental factor. The emission spectra exhibited that the strongest emission peaks with an excitation wavelength of 395 nm were at 617 and 626 nm in crystal Lu4O(OH)9NO3:1%Eu and Y4O(OH)9NO3:1%Eu, respectively, both of which come from 5D0-7F2 transition of the Eu3+ ions. The broad excitation peaks at about 254 and 255 nm were found when monitored at 617 and 628 nm in crystal Lu4O(OH)9NO3:1%Eu and Y4O(OH)9NO3:1%Eu, respectively, which were due to O-Eu CT transition. Based on the dielectric theory of complex crystal, the CT bands at about 254 and 255 nm in Ln4O(OH)9NO3:1%Eu(Ln = Y, Lu) were assigned to the transition of O-Eu at Ln3(Ln = Y, Lu) site, from which we can conclude that Eu3+ ions occupied the site of Ln3(Ln = Y, Lu) in crystal Ln4O(OH)9NO3:1%Eu(Ln = Y, Lu). It put forward a new route to investigate site occupation of luminescent center ions in rare earth doped complex inorganic luminescence materials.
Lu.sub.1-xI.sub.3:Ce.sub.x-a scintillator for gamma-ray spectroscopy and time-of-flight pet
Shah, Kanai S [Newton, MA
2008-02-12
The present invention includes very fast scintillator materials including lutetium iodide doped with Cerium (Lu.sub.1-xI.sub.3:Ce.sub.x; LuI.sub.3:Ce). The LuI.sub.3 scintillator material has surprisingly good characteristics including high light output, high gamma-ray stopping efficiency, fast response, low cost, good proportionality, and minimal afterglow that the material is useful for gamma-ray spectroscopy, medical imaging, nuclear and high energy physics research, diffraction, non-destructive testing, nuclear treaty verification and safeguards, and geological exploration.
Superconductivity in single crystalline ThBe13 and LuBe13
NASA Astrophysics Data System (ADS)
Uhlířová, Klára; Miura, Naoyuki; Tkáč, Vladimír; Prokleška, Jan; Chrobak, Maciej; Tarnawski, Zbigniew; Hidaka, Hiroyki; Yanagisawa, Tatsuya; Sechovský, Vladimír; Amitsuka, Hiroshi
2018-05-01
Single crystals of ThBe13 and LuBe13 have been prepared using aluminum flux method. The crystals structure of both compounds was confirmed to be cubic of the NaZn13-type with the lattice parameters a = 10.183(6) Å and a = 10.395(3) Å for LuBe13 and ThBe13, respectively. The low temperature measurements of electrical resistance and ac susceptibility have revealed a BCS-type of superconductivity in ThBe13 below Tc = 125 mK. LuBe13 has been found to be superconducting below Tc = 630 mK.
Parallel Numerical Simulations of Water Reservoirs
NASA Astrophysics Data System (ADS)
Torres, Pedro; Mangiavacchi, Norberto
2010-11-01
The study of the water flow and scalar transport in water reservoirs is important for the determination of the water quality during the initial stages of the reservoir filling and during the life of the reservoir. For this scope, a parallel 2D finite element code for solving the incompressible Navier-Stokes equations coupled with scalar transport was implemented using the message-passing programming model, in order to perform simulations of hidropower water reservoirs in a computer cluster environment. The spatial discretization is based on the MINI element that satisfies the Babuska-Brezzi (BB) condition, which provides sufficient conditions for a stable mixed formulation. All the distributed data structures needed in the different stages of the code, such as preprocessing, solving and post processing, were implemented using the PETSc library. The resulting linear systems for the velocity and the pressure fields were solved using the projection method, implemented by an approximate block LU factorization. In order to increase the parallel performance in the solution of the linear systems, we employ the static condensation method for solving the intermediate velocity at vertex and centroid nodes separately. We compare performance results of the static condensation method with the approach of solving the complete system. In our tests the static condensation method shows better performance for large problems, at the cost of an increased memory usage. Performance results for other intensive parts of the code in a computer cluster are also presented.
Efficient Iterative Methods Applied to the Solution of Transonic Flows
NASA Astrophysics Data System (ADS)
Wissink, Andrew M.; Lyrintzis, Anastasios S.; Chronopoulos, Anthony T.
1996-02-01
We investigate the use of an inexact Newton's method to solve the potential equations in the transonic regime. As a test case, we solve the two-dimensional steady transonic small disturbance equation. Approximate factorization/ADI techniques have traditionally been employed for implicit solutions of this nonlinear equation. Instead, we apply Newton's method using an exact analytical determination of the Jacobian with preconditioned conjugate gradient-like iterative solvers for solution of the linear systems in each Newton iteration. Two iterative solvers are tested; a block s-step version of the classical Orthomin(k) algorithm called orthogonal s-step Orthomin (OSOmin) and the well-known GMRES method. The preconditioner is a vectorizable and parallelizable version of incomplete LU (ILU) factorization. Efficiency of the Newton-Iterative method on vector and parallel computer architectures is the main issue addressed. In vectorized tests on a single processor of the Cray C-90, the performance of Newton-OSOmin is superior to Newton-GMRES and a more traditional monotone AF/ADI method (MAF) for a variety of transonic Mach numbers and mesh sizes. Newton-GMRES is superior to MAF for some cases. The parallel performance of the Newton method is also found to be very good on multiple processors of the Cray C-90 and on the massively parallel thinking machine CM-5, where very fast execution rates (up to 9 Gflops) are found for large problems.
Pittman, Nikéa; Misseldine, Adam; Geilen, Lorena; Halder, Sujata; Smith, J Kennon; Kurian, Justin; Chipman, Paul; Janssen, Mandy; Mckenna, Robert; Baker, Timothy S; D'Abramo, Anthony; Cotmore, Susan; Tattersall, Peter; Agbandje-McKenna, Mavis
2017-10-30
LuIII, a protoparvovirus pathogenic to rodents, replicates in human mitotic cells, making it applicable for use to kill cancer cells. This virus group includes H-1 parvovirus (H-1PV) and minute virus of mice (MVM). However, LuIII displays enhanced oncolysis compared to H-1PV and MVM, a phenotype mapped to the major capsid viral protein 2 (VP2). This suggests that within LuIII VP2 are determinants for improved tumor lysis. To investigate this, the structure of the LuIII virus-like-particle was determined using single particle cryo-electron microscopy and image reconstruction to 3.17 Å resolution, and compared to the H-1PV and MVM structures. The LuIII VP2 structure, ordered from residue 37 to 587 (C-terminal), had the conserved VP topology and capsid morphology previously reported for other protoparvoviruses. This includes a core β-barrel and α-helix A, a depression at the icosahedral 2-fold and surrounding the 5-fold axes, and a single protrusion at the 3-fold axes. Comparative analysis identified surface loop differences among LuIII, H-1PV, and MVM at or close to the capsid 2- and 5-fold symmetry axes, and the shoulder of the 3-fold protrusions. The 2-fold differences cluster near the previously identified MVM sialic acid receptor binding pocket, and revealed potential determinants of protoparvovirus tumor tropism.
SPLASH: structural pattern localization analysis by sequential histograms.
Califano, A
2000-04-01
The discovery of sparse amino acid patterns that match repeatedly in a set of protein sequences is an important problem in computational biology. Statistically significant patterns, that is patterns that occur more frequently than expected, may identify regions that have been preserved by evolution and which may therefore play a key functional or structural role. Sparseness can be important because a handful of non-contiguous residues may play a key role, while others, in between, may be changed without significant loss of function or structure. Similar arguments may be applied to conserved DNA patterns. Available sparse pattern discovery algorithms are either inefficient or impose limitations on the type of patterns that can be discovered. This paper introduces a deterministic pattern discovery algorithm, called Splash, which can find sparse amino or nucleic acid patterns matching identically or similarly in a set of protein or DNA sequences. Sparse patterns of any length, up to the size of the input sequence, can be discovered without significant loss in performances. Splash is extremely efficient and embarrassingly parallel by nature. Large databases, such as a complete genome or the non-redundant SWISS-PROT database can be processed in a few hours on a typical workstation. Alternatively, a protein family or superfamily, with low overall homology, can be analyzed to discover common functional or structural signatures. Some examples of biologically interesting motifs discovered by Splash are reported for the histone I and for the G-Protein Coupled Receptor families. Due to its efficiency, Splash can be used to systematically and exhaustively identify conserved regions in protein family sets. These can then be used to build accurate and sensitive PSSM or HMM models for sequence analysis. Splash is available to non-commercial research centers upon request, conditional on the signing of a test field agreement. acal@us.ibm.com, Splash main page http://www.research.ibm.com/splash
Phaeton, Rebecca; Jiang, Zewei; Revskaya, Ekaterina; Fisher, Darrell R; Goldberg, Gary L; Dadachova, Ekaterina
2016-01-01
Cervical cancer caused by the infection with the human papillomavirus (HPV) remains the fourth leading killer of women worldwide. Therefore, more efficacious treatments are needed. We are developing radioimmunotherapy (RIT) of HPV-positive cervical cancers by targeting E6 and E7 viral oncoproteins expressed by the cancer cells with the radiolabeled monoclonal antibodies (mAbs). To investigate the influence of different radionuclides on the RIT efficacy-we performed RIT of experimental cervical cancer with Rhenium-188 ((188) Re) and Lutetium-177 ((177) Lu)-labeled mAb C1P5 to E6. The biodistribution of (188) Re- and (177) Lu-labeled C1P5 was performed in nude female mice bearing CasKi cervical cancer xenografts and the radiation dosimetry calculations for the tumors and organs were carried out. For RIT the mice were treated with 7.4 MBq of either (188) Re-C1P5 or (177) Lu-C1P5 or left untreated, and observed for their tumor size for 28 days. The levels of (188) Re- and (177) Lu-C1P5 mAbs-induced double-strand breaks in CasKi tumors were compared on days 5 and 10 post treatment by staining with anti-gamma H2AX antibody. The radiation doses to the heart and lungs were similar for both (177) Lu-C1P5 and (188) Re-C1P5. The dose to the liver was five times higher for (177) Lu-C1P5. The doses to the tumor were 259 and 181 cGy for (177) Lu-C1P5 and (188) Re-C1P5, respectively. RIT with either (177) Lu-C1P5 or (188) Re-C1P5 was equally effective in inhibiting tumor growth when each was compared to the untreated controls (P = 0.001). On day 5 there was a pronounced staining for gamma H2AX foci in (177) Lu-C1P5 group only and on day 10 it was observed in both (177) Lu-C1P5 and (188) Re-C1P5 groups. (188) Re- and (177) Lu-labeled mAbs were equally effective in arresting the growth of CasKi cervical tumors. Thus, both of these radionuclides are candidates for the clinical trials of this approach in patients with advanced, recurrent or metastatic cervical cancer. © 2015 The Authors. Cancer Medicine published by John Wiley & Sons Ltd.
Single-crystal study of the charge density wave metal LuNiC2
NASA Astrophysics Data System (ADS)
Steiner, S.; Michor, H.; Sologub, O.; Hinterleitner, B.; Höfenstock, F.; Waas, M.; Bauer, E.; Stöger, B.; Babizhetskyy, V.; Levytskyy, V.; Kotur, B.
2018-05-01
We report on single-crystal growth, single-crystal x-ray diffraction, physical properties, and density functional theory (DFT) electronic structure as well as Fermi surface calculations for two ternary carbides, LuCoC2 and LuNiC2. Electrical resistivity measurements reveal for LuNiC2 a charge density wave (CDW) transition at TCDW≃450 K and, for T >TCDW , a significant anisotropy of the electrical resistivity, which is lowest along the orthorhombic a axis. The analysis of x-ray superstructure reflections suggest a commensurate CDW state with a Peierls-type distortion of the Ni atom periodicity along the orthorhombic a axis. DFT calculations based on the CDW modulated monoclinic structure model of LuNiC2 as compared to results of the orthorhombic parent type reveal the formation of a partial CDW gap at the Fermi level which reduces the electronic density of states from N (EF)=1.03 states/eV f.u. without CDW to N (EF)=0.46 states/eV f.u. in the CDW state. The corresponding bare DFT Sommerfeld value of the latter, γDFTCDW=0.90 mJ/mol K2, reaches reasonable agreement with the experimental value γ =0.83 (5 ) mJ/mol K2 of LuNiC2. LuCoC2 displays a simple metallic behavior with neither CDW ordering nor superconductivity above 0.4 K. Its experimental Sommerfeld coefficient, γ =5.9 (1) mJ/mol K2, is in realistic correspondence with the calculated, bare Sommerfeld coefficient, γDFT=3.82 mJ/mol K2, of orthorhombic LuCoC2.
Vivero, Rafael José; Quintero, Lina Salazar; Peña, Horacio Cadena; Alvar-Beltrán, Jorge; Tovar, Catalina; Atencia, Claudia M; Vélez, Iván Darío
2017-01-01
Ecoepidemiological studies of cutaneous leishmaniasis and regular monitoring of Lutzomyia species have generated a knowledge base that can be used for control and prevention strategies targeted at the disease transmission dynamics in focal areas of Colombia. In this study, the presence and spatial distribution of phlebotomines of medical importance in the municipalities of Tierralta (El Loro and Tuis Tuis villages) and Valencia (Guadua and Mieles villages) were determined. Entomological surveys were performed in 2015 (months of June, September and November) and samples were collected via CDC-traps located in intradomicilary and peridomiciliary areas in the municipalities of Tierralta and Valencia (Department of Córdoba, Colombia). Active searches were also carried out with a mouth aspirator to collect adult phlebotomines from resting sites. ANOVA and Kruskal-Wallis tests were performed to assess if the differences between the communities of phlebotomines. Spatial distribution maps of the Lutzomyia species were generated. A high species diversity of Lutzomyia was observed with a total of 1677 Lutzomyia individuals belonging to 12 species. Among these species, Lu. panamensis was the most abundant (80.18%). The composition of the intradomicilary and peridomiciliary phlebotomines varied significantly (F = 0.9962; df = 1; p = 0.02895). Species like Lu. carpenteri, Lu. camposi, Lu. dysponeta, Lu. atroclavata and Lu. yuilli yuilli were recorded for the first time in the Department of Córdoba, Colombia. The spatial distribution shows that Lu. panamensis and Lu. gomezi are predominant and present in areas with high concentration of houses. This study provides basic information on new records of phlebotomines in the Department of Córdoba. The results suggest that greater vector-human contact occurs in the peridomiciliary environment and that a high number of Lutzomyia species associated with the transmission of leishmaniasis are present in Colombia.
NASA Astrophysics Data System (ADS)
Gu, Hai-Ou; Xiao, Yilin; Santosh, M.; Li, Wang-Ye; Yang, Xiaoyong; Pack, Andreas; Hou, Zhenhui
2013-09-01
The Mesozoic tectonics in East China is characterized by significant lithospheric thinning of the North China Craton, large-scale strike-slip movement along the Tan-Lu fault, and regional magmatism with associated metallogeny. Here we address the possible connections between these three events through a systematic investigation of the geochemistry, zircon geochronology and whole rock oxygen isotopes of the Mesozoic magmatic rocks distributed along the Tan-Lu fault in the Shandong province. The characteristic spatial and temporal distributions of high-Mg adakitic rocks along the Tan-Lu fault with emplacement ages of 134-128 Ma suggest a strong structural control for the emplacement of these intrusions, with magma generation possibly associated with the subduction of the Pacific plate in the early Cretaceous. The low-Mg adakitic rocks (127-120 Ma) in the Su-Lu orogenic belt were formed later than the high-Mg adakitic rocks, whereas in the Dabie orogenic belt, most of the low-Mg adakitic rocks (143-129 Ma) were generated earlier than the high-Mg adakitic rocks. Based on available data, we suggest that the large scale strike-slip tectonics of the Tan-Lu fault in the Mesozoic initiated cratonic destruction at the south-eastern margin of the North China Craton, significantly affecting the lower continental crust within areas near the fault. This process resulted in crustal fragments sinking into the asthenosphere and reacting with peridotites, which increased the Mg# of the adakitic melts, generating the high-Mg adakitic rocks. The gravitationally unstable lower continental crust below the Tan-Lu fault in the Su-Lu orogenic belt triggered larger volume delamination of the lower continental crust or foundering of the root.
Cardelle-Cobas, Alejandra; Olano, Agustin; Irazoqui, Gabriela; Giacomini, Cecilia; Batista-Viera, Francisco; Corzo, Nieves; Corzo-Martínez, Marta
2016-01-01
β-Galactosidase from Aspergillus oryzae offers a high yield for the synthesis of oligosaccharides derived from lactulose (OsLu) by transgalactosylation. Oligosaccharides with degree of polymerization (DP) ≥ 3 have shown to possess higher in vitro bifidogenic effect than di- and tetrasaccharides. Thus, in this work, an optimization of reaction conditions affecting the specific selectivity of A. oryzae β-galactosidase for synthesis of OsLu has been carried out to enhance OsLu with DP ≥ 3 production. Assays with β-galactosidase immobilized onto a glutaraldehyde–agarose support were also carried out with the aim of making the process cost-effective and industrially viable. Optimal conditions with both soluble and immobilized enzyme for the synthesis of OsLu with DP ≥ 3 were 50 °C, pH 6.5, 450 g/L of lactulose, and 8 U/mL of enzyme, reaching yields of ca. 50% (w/v) of total OsLu and ca. 20% (w/v) of OsLu with DP 3, being 6′-galactosyl-lactulose the major one, after a short reaction time. Selective formation of disaccharides, however, was favored at 60 °C, pH 4.5, 450 g/L of lactulose and 8 U/mL of enzyme. Immobilization increased the enzymatic stability to temperature changes and allowed to reuse the enzyme. We can conclude that the use, under determined optimal conditions, of the A. oryzae β-galactosidase immobilized on a support of glutaraldehyde–agarose constitutes an efficient and cost-effective alternative to the use of soluble β-galactosidases for the synthesis of prebiotic OsLu mixtures. PMID:27014684
A potencial theranostic agent for EGF-R expression tumors: (177)Lu-DOTA-nimotuzumab.
Calzada, Victoria; Zhang, Xiuli; Fernandez, Marcelo; Diaz-Miqueli, Arlhee; Iznaga-Escobar, Normando; Deutscher, Susan L; Balter, Henia; Quinn, Thomas P; Cabral, Pablo
2012-10-01
In this work Nimotuzumab (monoclonal antibody, recognizes the EGF-R) was radiolabeled with (177)Lu as a potential cancer therapy radiopharmaceutical. In-vitro cell binding studies and in-vivo biodistribution and imaging studies were performed to determine the radiochemical stability, targeting specificity and pharmacokinetics of the (177)Lu-labeled antibody. Nimotuzumab was derivatized with DOTA-NHS at room temperature for 2 hours. DOTA-Nimotuzumab was radiolabeled with (177)LuCl3 (15 MBq/mg) at 37°C for 1 h. The radiochemical purity was assessed by ITLC, silica gel and by RP-HPLC. Binding specificity studies were performed with EGF-R positive A431 human epithelial carcinoma and EGF-R negative MDA-MB-435 breast carcinoma cells. Biodistribution studies were performed in healthy female CD-1 mice at 1 h, 4 h, 24 h, and A431 xenografted nude mice at 10 min, 1 h, 4 h, 24 h, 48 h, and 96 h. SPECT-CT imaging studies were performed in A431 xenografted mice at 24 h post injection. DOTA-Nimotuzumab was efficiently labeled with (177) LuCl(3) at 37°C. The in vitro stability of labeled product was optimal over 24 h in buffered saline and mouse serum. Specific recognition of EGF-R by (177)Lu-DOTA-Nimotuzumab was observed in A431 cell binding studies. Biodistribution studies demonstrated increasing tumor uptake of (177)Lu-DOTA-Nimotuzumab over time, with tumor to muscle ratios of 6.26, 10.68, and 18.82 at 4 h, 24 h, and 96 h post injection. Imaging of A431 xenografted mice showed high uptake in the tumor. (177)Lu-DOTA-Nimotuzumab has the potential to be a promising therapy agent, which may be useful in the treatment of patients with EGF-R positive cancer.
Schuchardt, Christiane; Kulkarni, Harshad R; Prasad, Vikas; Zachert, Carolin; Müller, Dirk; Baum, Richard P
2013-01-01
The objective of this study is to analyze the in vivo behavior of the (177)Lu-labeled peptides DOTATATE, DOTANOC, and DOTATOC used for peptide receptor radionuclide therapy (PRRNT) of neuroendocrine tumors (NETs), by measuring organ and tumor kinetics and by performing dosimetric calculations. Two hundred fifty-three patients (group 1) with metastasized NET who underwent PRRNT were examined. Out of these, 185 patients received (177)Lu-DOTATATE, 9 were treated with (177)Lu-DOTANOC, and 59 with (177)Lu-DOTATOC. Additionally, 25 patients receiving, in consecutive PRRNT cycles, DOTATATE followed by DOTATOC (group 2) and 3 patients receiving DOTATATE and DOTANOC (group 3) were analyzed. Dosimetric calculations (according to MIRD scheme) were performed using OLINDA software. In group 1, DOTATOC exhibited the lowest and DOTANOC the highest uptake and therefore mean absorbed dose in normal organs (whole body, kidney, and spleen). In group 2, there was a significant difference between DOTATATE and DOTATOC concerning kinetics and normal organ doses. (177)Lu-DOTATOC had the lowest uptake/dose delivered to normal organs and highest tumor-to-kidney ratio. There were no significant differences between the three peptides concerning tumor kinetics and mean absorbed tumor dose. The study demonstrates a correlation between high affinity of DOTANOC in vitro and high uptake in normal organs/whole body in vivo, resulting in a higher whole-body dose. DOTATOC exhibited the lowest uptake and dose delivered to normal tissues and the best tumor-to-kidney ratio. Due to large interpatient variability, individual dosimetry should be performed for each therapy cycle.
Yield and cold storage of Trichoderma conidia is influenced by substrate pH and storage temperature.
Steyaert, Johanna M; Chomic, Anastasia; Nieto-Jacobo, Maria; Mendoza-Mendoza, Artemio; Hay, Amanda J; Braithwaite, Mark; Stewart, Alison
2017-05-01
In this study we examined the influence of the ambient pH during morphogenesis on conidial yield of Trichoderma sp. "atroviride B" LU132 and T. hamatum LU593 and storage at low temperatures. The ambient pH of the growth media had a dramatic influence on the level of Trichoderma conidiation and this was dependent on the strain and growth media. On malt-extract agar, LU593 yield decreased with increasing pH (3-6), whereas yield increased with increasing pH for LU132. During solid substrate production the reverse was true for LU132 whereby yield decreased with increasing pH. The germination potential of the conidia decreased significantly over time in cold storage and the rate of decline was a factor of the strain, pH during morphogenesis, growth media, and storage temperature. © 2017 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.
Synthesis and luminescent properties of uniform monodisperse LuPO4:Eu3+/Tb3+ hollow microspheres
Gao, Yu; Yu, He; Shi, Cheng; Zhao, Guiyan; Bi, Yanfeng; Ding, Fu; Sun, Yaguang; Xu, Zhenhe
2017-01-01
Uniform monodisperse LuPO4:Eu3+/Tb3+ hollow microspheres with diameters of about 2.4 µm have been successfully synthesized by the combination of a facile homogeneous precipitation approach, an ion-exchange process and a calcination process. The possible formation mechanism for the hollow microspheres was presented. Furthermore, the luminescence properties revealed that the LuPO4:Eu3+ and LuPO4:Tb3+ phosphors show strong orange-red and green emissions under ultraviolet excitation, respectively, which endows this material with potential application in many fields, such as light display systems and optoelectronic devices. Since the synthetic process can be carried out at mild conditions, it should be straightforward to scale up the entire process for large-scale production of the LuPO4 hollow microspheres. Furthermore, this general and simple method may be of much significance in the synthesis of many other inorganic materials. PMID:29308268
Synthesis and luminescent properties of uniform monodisperse LuPO4:Eu3+/Tb3+ hollow microspheres
NASA Astrophysics Data System (ADS)
Gao, Yu; Yu, He; Shi, Cheng; Zhao, Guiyan; Bi, Yanfeng; Xu, Baotong; Ding, Fu; Sun, Yaguang; Xu, Zhenhe
2017-12-01
Uniform monodisperse LuPO4:Eu3+/Tb3+ hollow microspheres with diameters of about 2.4 µm have been successfully synthesized by the combination of a facile homogeneous precipitation approach, an ion-exchange process and a calcination process. The possible formation mechanism for the hollow microspheres was presented. Furthermore, the luminescence properties revealed that the LuPO4:Eu3+ and LuPO4:Tb3+ phosphors show strong orange-red and green emissions under ultraviolet excitation, respectively, which endows this material with potential application in many fields, such as light display systems and optoelectronic devices. Since the synthetic process can be carried out at mild conditions, it should be straightforward to scale up the entire process for large-scale production of the LuPO4 hollow microspheres. Furthermore, this general and simple method may be of much significance in the synthesis of many other inorganic materials.
Calculations of steady and transient channel flows with a time-accurate L-U factorization scheme
NASA Technical Reports Server (NTRS)
Kim, S.-W.
1991-01-01
Calculations of steady and unsteady, transonic, turbulent channel flows with a time accurate, lower-upper (L-U) factorization scheme are presented. The L-U factorization scheme is formally second-order accurate in time and space, and it is an extension of the steady state flow solver (RPLUS) used extensively to solve compressible flows. A time discretization method and the implementation of a consistent boundary condition specific to the L-U factorization scheme are also presented. The turbulence is described by the Baldwin-Lomax algebraic turbulence model. The present L-U scheme yields stable numerical results with the use of much smaller artificial dissipations than those used in the previous steady flow solver for steady and unsteady channel flows. The capability to solve time dependent flows is shown by solving very weakly excited and strongly excited, forced oscillatory, channel flows.
Ting, Samuel T; Ahmad, Rizwan; Jin, Ning; Craft, Jason; Serafim da Silveira, Juliana; Xue, Hui; Simonetti, Orlando P
2017-04-01
Sparsity-promoting regularizers can enable stable recovery of highly undersampled magnetic resonance imaging (MRI), promising to improve the clinical utility of challenging applications. However, lengthy computation time limits the clinical use of these methods, especially for dynamic MRI with its large corpus of spatiotemporal data. Here, we present a holistic framework that utilizes the balanced sparse model for compressive sensing and parallel computing to reduce the computation time of cardiac MRI recovery methods. We propose a fast, iterative soft-thresholding method to solve the resulting ℓ1-regularized least squares problem. In addition, our approach utilizes a parallel computing environment that is fully integrated with the MRI acquisition software. The methodology is applied to two formulations of the multichannel MRI problem: image-based recovery and k-space-based recovery. Using measured MRI data, we show that, for a 224 × 144 image series with 48 frames, the proposed k-space-based approach achieves a mean reconstruction time of 2.35 min, a 24-fold improvement compared a reconstruction time of 55.5 min for the nonlinear conjugate gradient method, and the proposed image-based approach achieves a mean reconstruction time of 13.8 s. Our approach can be utilized to achieve fast reconstruction of large MRI datasets, thereby increasing the clinical utility of reconstruction techniques based on compressed sensing. Magn Reson Med 77:1505-1515, 2017. © 2016 International Society for Magnetic Resonance in Medicine. © 2016 International Society for Magnetic Resonance in Medicine.
SIERRA - A 3-D device simulator for reliability modeling
NASA Astrophysics Data System (ADS)
Chern, Jue-Hsien; Arledge, Lawrence A., Jr.; Yang, Ping; Maeda, John T.
1989-05-01
SIERRA is a three-dimensional general-purpose semiconductor-device simulation program which serves as a foundation for investigating integrated-circuit (IC) device and reliability issues. This program solves the Poisson and continuity equations in silicon under dc, transient, and small-signal conditions. Executing on a vector/parallel minisupercomputer, SIERRA utilizes a matrix solver which uses an incomplete LU (ILU) preconditioned conjugate gradient square (CGS, BCG) method. The ILU-CGS method provides a good compromise between memory size and convergence rate. The authors have observed a 5x to 7x speedup over standard direct methods in simulations of transient problems containing highly coupled Poisson and continuity equations such as those found in reliability-oriented simulations. The application of SIERRA to parasitic CMOS latchup and dynamic random-access memory single-event-upset studies is described.
A look at scalable dense linear algebra libraries
DOE Office of Scientific and Technical Information (OSTI.GOV)
Dongarra, J.J.; Van de Geijn, R.A.; Walker, D.W.
1992-01-01
We discuss the essential design features of a library of scalable software for performing dense linear algebra computations on distributed memory concurrent computers. The square block scattered decomposition is proposed as a flexible and general-purpose way of decomposing most, if not all, dense matrix problems. An object- oriented interface to the library permits more portable applications to be written, and is easy to learn and use, since details of the parallel implementation are hidden from the user. Experiments on the Intel Touchstone Delta system with a prototype code that uses the square block scattered decomposition to perform LU factorization aremore » presented and analyzed. It was found that the code was both scalable and efficient, performing at about 14 GFLOPS (double precision) for the largest problem considered.« less
A look at scalable dense linear algebra libraries
DOE Office of Scientific and Technical Information (OSTI.GOV)
Dongarra, J.J.; Van de Geijn, R.A.; Walker, D.W.
1992-08-01
We discuss the essential design features of a library of scalable software for performing dense linear algebra computations on distributed memory concurrent computers. The square block scattered decomposition is proposed as a flexible and general-purpose way of decomposing most, if not all, dense matrix problems. An object- oriented interface to the library permits more portable applications to be written, and is easy to learn and use, since details of the parallel implementation are hidden from the user. Experiments on the Intel Touchstone Delta system with a prototype code that uses the square block scattered decomposition to perform LU factorization aremore » presented and analyzed. It was found that the code was both scalable and efficient, performing at about 14 GFLOPS (double precision) for the largest problem considered.« less
Multitasking the Davidson algorithm for the large, sparse eigenvalue problem
DOE Office of Scientific and Technical Information (OSTI.GOV)
Umar, V.M.; Fischer, C.F.
1989-01-01
The authors report how the Davidson algorithm, developed for handling the eigenvalue problem for large and sparse matrices arising in quantum chemistry, was modified for use in atomic structure calculations. To date these calculations have used traditional eigenvalue methods, which limit the range of feasible calculations because of their excessive memory requirements and unsatisfactory performance attributed to time-consuming and costly processing of zero valued elements. The replacement of a traditional matrix eigenvalue method by the Davidson algorithm reduced these limitations. Significant speedup was found, which varied with the size of the underlying problem and its sparsity. Furthermore, the range ofmore » matrix sizes that can be manipulated efficiently was expended by more than one order or magnitude. On the CRAY X-MP the code was vectorized and the importance of gather/scatter analyzed. A parallelized version of the algorithm obtained an additional 35% reduction in execution time. Speedup due to vectorization and concurrency was also measured on the Alliant FX/8.« less
Holographic implementation of a binary associative memory for improved recognition
NASA Astrophysics Data System (ADS)
Bandyopadhyay, Somnath; Ghosh, Ajay; Datta, Asit K.
1998-03-01
Neural network associate memory has found wide application sin pattern recognition techniques. We propose an associative memory model for binary character recognition. The interconnection strengths of the memory are binary valued. The concept of sparse coding is sued to enhance the storage efficiency of the model. The question of imposed preconditioning of pattern vectors, which is inherent in a sparsely coded conventional memory, is eliminated by using a multistep correlation technique an the ability of correct association is enhanced in a real-time application. A potential optoelectronic implementation of the proposed associative memory is also described. The learning and recall is possible by using digital optical matrix-vector multiplication, where full use of parallelism and connectivity of optics is made. A hologram is used in the experiment as a longer memory (LTM) for storing all input information. The short-term memory or the interconnection weight matrix required during the recall process is configured by retrieving the necessary information from the holographic LTM.
Denoising Sparse Images from GRAPPA using the Nullspace Method (DESIGN)
Weller, Daniel S.; Polimeni, Jonathan R.; Grady, Leo; Wald, Lawrence L.; Adalsteinsson, Elfar; Goyal, Vivek K
2011-01-01
To accelerate magnetic resonance imaging using uniformly undersampled (nonrandom) parallel imaging beyond what is achievable with GRAPPA alone, the Denoising of Sparse Images from GRAPPA using the Nullspace method (DESIGN) is developed. The trade-off between denoising and smoothing the GRAPPA solution is studied for different levels of acceleration. Several brain images reconstructed from uniformly undersampled k-space data using DESIGN are compared against reconstructions using existing methods in terms of difference images (a qualitative measure), PSNR, and noise amplification (g-factors) as measured using the pseudo-multiple replica method. Effects of smoothing, including contrast loss, are studied in synthetic phantom data. In the experiments presented, the contrast loss and spatial resolution are competitive with existing methods. Results for several brain images demonstrate significant improvements over GRAPPA at high acceleration factors in denoising performance with limited blurring or smoothing artifacts. In addition, the measured g-factors suggest that DESIGN mitigates noise amplification better than both GRAPPA and L1 SPIR-iT (the latter limited here by uniform undersampling). PMID:22213069
NASA Astrophysics Data System (ADS)
Hu, Guiqiang; Xiao, Di; Wang, Yong; Xiang, Tao; Zhou, Qing
2017-11-01
Recently, a new kind of image encryption approach using compressive sensing (CS) and double random phase encoding has received much attention due to the advantages such as compressibility and robustness. However, this approach is found to be vulnerable to chosen plaintext attack (CPA) if the CS measurement matrix is re-used. Therefore, designing an efficient measurement matrix updating mechanism that ensures resistance to CPA is of practical significance. In this paper, we provide a novel solution to update the CS measurement matrix by altering the secret sparse basis with the help of counter mode operation. Particularly, the secret sparse basis is implemented by a reality-preserving fractional cosine transform matrix. Compared with the conventional CS-based cryptosystem that totally generates all the random entries of measurement matrix, our scheme owns efficiency superiority while guaranteeing resistance to CPA. Experimental and analysis results show that the proposed scheme has a good security performance and has robustness against noise and occlusion.
Beyond union of subspaces: Subspace pursuit on Grassmann manifold for data representation
Shen, Xinyue; Krim, Hamid; Gu, Yuantao
2016-03-01
Discovering the underlying structure of a high-dimensional signal or big data has always been a challenging topic, and has become harder to tackle especially when the observations are exposed to arbitrary sparse perturbations. Here in this paper, built on the model of a union of subspaces (UoS) with sparse outliers and inspired by a basis pursuit strategy, we exploit the fundamental structure of a Grassmann manifold, and propose a new technique of pursuing the subspaces systematically by solving a non-convex optimization problem using the alternating direction method of multipliers. This problem as noted is further complicated by non-convex constraints onmore » the Grassmann manifold, as well as the bilinearity in the penalty caused by the subspace bases and coefficients. Nevertheless, numerical experiments verify that the proposed algorithm, which provides elegant solutions to the sub-problems in each step, is able to de-couple the subspaces and pursue each of them under time-efficient parallel computation.« less
Studies of the Biology of Phleboviruses in Sandflies.
1986-02-01
transmit Toscana virus by bite to susceptible animals. Studies were also done in Lutzomyia gomezi with Arboledas virus, a new phlebovirus from Colombia . Lu...colabaensis, Lutzomyia longipalpis ( Colombia ), Lutzomyia gomezi, Lu. spinicrassa and Lu. abonnenci. An updated list of our current sandfly colonies is given...below: Phlebotomus papatasi (India Lutzomyia longipalpis (Brazil)Phlebotomus papatasi (Israel) Lutzomyia longipalpis ( Colombia ) Phlebotomus papatasi
A multigrid LU-SSOR scheme for approximate Newton iteration applied to the Euler equations
NASA Technical Reports Server (NTRS)
Yoon, Seokkwan; Jameson, Antony
1986-01-01
A new efficient relaxation scheme in conjunction with a multigrid method is developed for the Euler equations. The LU SSOR scheme is based on a central difference scheme and does not need flux splitting for Newton iteration. Application to transonic flow shows that the new method surpasses the performance of the LU implicit scheme.
Stress Controlled Catalysis via Engineered Nanostructures
2016-03-02
Brown University and California State University –Northridge: Shouheng Sun, Andrew Peterson, Sharvan Kumar , Gang Lu and William Curtin. In addition...Peterson, Sharvan Kumar , Gang Lu and William Curtin. In addition, the workshop leveraged the opportunities of reviewing past and ongoing research on...Peterson, Sharvan Kumar , Gang Lu and William Curtin. In addition, the workshop leveraged the opportunities of reviewing past and ongoing research
2006-10-01
availability of 64Cu and 177Lu, we tried to incorporate these two isotopes to the iron oxide core of the dextran-coated nanoparticles besides arsenic...isotopes. The decay characteristics of 64Cu and 177Lu are summarized in Table 2. Table 2. Decay Characteristics of 64Cu and 177Lu. Isotope t1/2 β...MeV (%) β+ MeV (%) EC (%) γ MeV (%) 64Cu 12.7 h 0.578 (39%) 0.653 (17.4%) 41% 1.35 (0.6%) 0.511 (38.6%) 177Lu 6.71 d 0.497 (78.7%) 0.208 (11.0
1985-01-01
a >- aa 00 0060000 000 0 0 0 0 Cliou u u w W= 110 11.0 Lu L > 1.- 0u C .) I.- Lu Iu Lu L L) CL Lu 0 ao ~ -aaa 00 0 0 0 00 0 0 0 0 Qd 0 Xa a a 69 0ia I...AD-AI65 357 DOLLAR SUMMARY OF FEDERAL SUPPLY CLASSIFICATION AIND 5 SERVICE CATEGORY BY C ..(U) WASHINGTON HEADQUARTERS SERICES (DOD) DC DIRECTORATE...RESTRICTIVE MARKINGS 2 .-. ’y~ CLASSFiCAriON AUTHORiTY 3. DISTRIBUTION/ AVAILAILITY OF REPORT A, r(:ATON C )ONGRAINGSCHEULEApproved for Public release
A Vessel Inspection Information System.
1977-09-01
IOO -J X ZX »X* 1— X o < a »o O O—.O — » 2 LU ac U— » LU < !—>*.>U>xO LU H- o •«V X ’OJ t—»—».O o LU < a — wQ 1- <’-•>."*—’ z •o a: Q-l • at u...34•#«•«#«« iO» LIST Of tIPItllCIS 1. I. S. ftoaaaiy »opart »«at, »«^>rt to tao *ocrtt«r», Ulli it UiAi %ki IOAJAMM il lift 41*114 ÜiUl
DOE Office of Scientific and Technical Information (OSTI.GOV)
Yang, I. K.; Jeong, Y. H., E-mail: yhj@postech.ac.kr; Kim, Jeehoon
2015-04-13
LuFe{sub 2}O{sub 4} is a multiferroic system which exhibits charge order, ferroelectricity, and ferrimagnetism simultaneously below ∼230 K. The ferroelectric/charge order domains of LuFe{sub 2}O{sub 4} are imaged with both piezoresponse force microscopy (PFM) and electrostatic force microscopy (EFM), while the magnetic domains are characterized by magnetic force microscopy (MFM). Comparison of PFM and EFM results suggests that the proposed ferroelectricity in LuFe{sub 2}O{sub 4} is not of usual displacive type but of electronic origin. Simultaneous characterization of ferroelectric/charge order and magnetic domains by EFM and MFM, respectively, on the same surface of LuFe{sub 2}O{sub 4} reveals that both domains havemore » irregular patterns of similar shape, but the length scales are quite different. The domain size is approximately 100 nm for the ferroelectric domains, while the magnetic domain size is much larger and gets as large as 1 μm. We also demonstrate that the origin of the formation of irregular domains in LuFe{sub 2}O{sub 4} is not extrinsic but intrinsic.« less
Production of {sup 177}Lu, a potential radionuclide for diagnostic and therapeutic applications
DOE Office of Scientific and Technical Information (OSTI.GOV)
Khandaker, Mayeen Uddin; Kassim, Hasan Abu; Haba, Hiromitsu
2015-04-24
{sup 177g}Lu (T{sub 1/2}=6.647d; E{sub β{sup −max}}=498.3KeV, I{sub β{sup −total}}=100%; E{sub γ} = 112.9498 keV, I{sub γ} = 6.17%; E{sub γ} = 208.3662 keV, I {sub γ} = 10.36%) is widely used in many clinical procedures due to its excellent decay characteristics. Production cross-sections of the {sup nat}Yb(d,x){sup 177g}Lu reactions have been measured from a 24-MeV deuteron energy down to the threshold by using a stacked-foil activation technique combined with high resolution γ-ray spectrometry. An overall good agreement is found with some of the earlier measurements, whereas a partial agreement is obtained with the theoretical data extracted from the TENDL-2013 library.more » Physical thick target yield for the {sup 177g}Lu radionuclide was deduced using the measured cross-sections. The deduced yield curves indicate that a low energy (<11 MeV) cyclotron and a highly enriched {sup 176}Yb target could be used to obtain {sup 177g}Lu with negligible impurity from {sup 177m}Lu.« less
Growth and luminescent properties of Lu2SiO5 and Lu2SiO5:Ce single crystalline films
NASA Astrophysics Data System (ADS)
Zorenko, Yu; Nikl, M.; Gorbenko, V.; Mares, J. A.; Savchyn, V.; Voznyak, T.; Solsky, I.; Grynyov, B.; Sidletskiy, O.; Kurtsev, D.; Beitlerova, A.; Kucerkova, R.
2010-11-01
Single crystalline films (SCF) of Lu2SiO5 (LSO) and Lu2SiO5:Ce (LSO:Ce) silicates with thickness of 2.5-21 μm were crystallised by liquid phase epitaxy method onto undoped LSO substrates from melt-solution based on PbO-B2O3 flux. The luminescence and scintillation properties of LSO and LSO:Ce SCFs were compared with the properties of a reference LSO:Ce and LYSO:Ce crystals. The light yield (LY) of LSO and LSO:Ce SCF reaches up 30 % and 145 %, respectively, of that of a reference LSO:Ce crystal under excitation by α-particles of 241Am source (5.5 MeV). We found that the luminescence spectrum of LSO:Ce SCF is red-shifted with respect to the spectrum of a reference LSO:Ce crystal. Differences in luminescence properties of LSO:Ce SCF and single crystal are explained by the different distribution of Ce3+ over the Lu1 and Lu2 positions of LSO host and are also due to Pb2+ contamination in the former.
Baum, Richard P; Singh, Aviral; Schuchardt, Christiane; Kulkarni, Harshad R; Klette, Ingo; Wiessalla, Stefan; Osterkamp, Frank; Reineke, Ulrich; Smerling, Christiane
2018-05-01
Neurotensin receptor 1 (NTR1) is overexpressed in ductal pancreatic adenocarcinoma, which is still one of the deadliest cancers, with a very poor prognosis. Eligible patients were offered salvage radiopharmaceutical therapy with the novel NTR1 antagonist 177 Lu-3BP-227. Methods: Six patients with confirmed ductal pancreatic adenocarcinoma who had exhausted all other treatment options received 177 Lu-3BP-227 for evaluation of NTR1 expression in vivo. Three patients received treatment activities of 5.1-7.5 GBq. Results: Administration of 177 Lu-3BP-227 was well tolerated by all patients. The kidneys were identified as the dose-limiting organ. The most severe adverse event was reversible grade 2 anemia. One patient achieved a partial response and experienced significant improvement of symptoms and quality of life. This patient survived 13 mo from diagnosis and 11 mo from the start of 177 Lu-3BP-227 therapy. Conclusion: This initial report provides clinical evidence of the feasibility of treatment of ductal pancreatic adenocarcinoma using 177 Lu-3BP-227. © 2018 by the Society of Nuclear Medicine and Molecular Imaging.
A routine high-precision method for Lu-Hf isotope geochemistry and chronology
Patchett, P.J.; Tatsumoto, M.
1981-01-01
A method for chemical separation of Lu and Hf from rock, meteorite and mineral samples is described, together with a much improved mass spectrometric running technique for Hf. This allows (i) geo- and cosmochronology using the176Lu???176Hf+??- decay scheme, and (ii) geochemical studies of planetary processes in the earth and moon. Chemical yields for the three-stage ion-exchange column procedure average 90% for Hf. Chemical blanks are <0.2 ng for Lu and Hf. From 1 ??g of Hf, a total ion current of 0.5??10-11 Ampere can be maintained for 3-5 h, yielding 0.01-0.03% precision on the ratio176Hf/177Hf. Normalisation to179Hf/177Hf=0.7325 is used. Extensive results for the Johnson Matthey Hf standard JMC 475 are presented, and this sample is urged as an international mass spectrometric standard; suitable aliquots, prepared from a single batch of JMC 475, are available from Denver. Lu-Hf analyses of the standard rocks BCR-1 and JB-1 are given. The potential of the Lu-Hf method in isotope geochemistry is assessed. ?? 1980 Springer-Verlag.
2-micron lasing in Tm:Lu2O3 ceramic: initial operation
NASA Astrophysics Data System (ADS)
Vetrovec, John; Filgas, David M.; Smith, Carey A.; Copeland, Drew A.; Litt, Amardeep S.; Briscoe, Eldridge; Schirmer, Ernestina
2018-03-01
We report on initial lasing of Tm:Lu2O3 ceramic laser with tunable output in the vicinity of 2 μm. Tm:Lu2O3 ceramic gain materials offer a much lower saturation fluence than the traditionally used Tm:YLF and Tm:YAG materials. The gain element is pumped by 796 nm diodes via a "2-for-1" crossrelaxation energy transfer mechanism, which enables high efficiency. The high thermal conductivity of the Lu2O3 host ( 18% higher than YAG) in combination with low quantum defect of 20% supports operation at high-average power. Konoshima's ceramic fabrication process overcomes the scalability limits of single crystal sesquioxides. Tm:Lu2O3 offers wide-bandwidth amplification of ultrashort pulses in a chirped-pulse amplification (CPA) system. A laser oscillator was continuously tuned over a 230 nm range from 1890 to 2120 nm while delivering up to 43W QCW output with up to 37% efficiency. This device is intended for initial testing and later seeding of a multi-pass edge-pumped disk amplifier now being developed by Aqwest which uses composite Tm:Lu2O3 disk gain elements.
Peters, N.E.; Freer, J.; Beven, K.
2003-01-01
Preliminary modelling results for a new version of the rainfall-runoff model TOPMODEL, dynamic TOPMODEL, are compared with those of the original TOPMODEL formulation for predicting streamflow at the Panola Mountain Research Watershed, Georgia. Dynamic TOPMODEL uses a kinematic wave routing of subsurface flow, which allows for dynamically variable upslope contributing areas, while retaining the concept of hydrological similarity to increase computational efficiency. Model performance in predicting discharge was assessed for the original TOPMODEL and for one landscape unit (LU) and three LU versions of the dynamic TOPMODEL (a bare rock area, hillslope with regolith <1 m, and a riparian zone with regolith ???5 m). All simulations used a 30 min time step for each of three water years. Each 1-LU model underpredicted the peak streamflow, and generally overpredicted recession streamflow during wet periods and underpredicted during dry periods. The difference between predicted recession streamflow generally was less for the dynamic TOPMODEL and smallest for the 3-LU model. Bayesian combination of results for different water years within the GLUE methodology left no behavioural original or 1-LU dynamic models and only 168 (of 96 000 sample parameter sets) for the 3-LU model. The efficiency for the streamflow prediction of the best 3-LU model was 0.83 for an individual year, but the results suggest that further improvements could be made. ?? 2003 John Wiley & Sons, Ltd.
Cheng, Fangrui; Xia, Zhiguo; Molokeev, Maxim S; Jing, Xiping
2015-11-07
Double molybdate scheelite-type solid-solution phosphors Li1-xAgxLu1-y(MoO4)2:yEu(3+) were synthesized by the solid state reaction method, and their crystal structures and luminescence properties were investigated in detail. The composition modulation and structural evolution of this series of samples were studied and the selected AgEu(MoO4)2, AgLu(MoO4)2, LiLu(MoO4)2 and LiEu(MoO4)2 phases were analyzed based on the Rietveld refinement. Depending on the variation of the Li/Ag ratio in Li1-xAgxLu1-y(MoO4)2:yEu(3+) phosphors, the difference in the luminescence properties of Li1-xAgxLu1-y(MoO4)2:yEu(3+) phosphors was ascribed to two factors, one reason could be assigned to the coupling effect and the nonradiative transition between the energy levels of LixAg1-xLu(MoO4)2 matrices and the activator Eu(3+), another could be due to the near ultraviolet energy absorption and transmission efficiency between the charge-transfer (CT) band of O(2-)-Mo(6+) and the 4f → 4f emissive transitions of Eu(3+). The ultraviolet-visible diffuse reflection spectra (UV-vis DRS) and Raman spectra analysis were also used to verify the above mechanism.
Misseldine, Adam; Geilen, Lorena; Halder, Sujata; Smith, J. Kennon; Kurian, Justin; Chipman, Paul; Janssen, Mandy; Mckenna, Robert; Baker, Timothy S.; D’Abramo, Anthony; Cotmore, Susan; Tattersall, Peter; Agbandje-McKenna, Mavis
2017-01-01
LuIII, a protoparvovirus pathogenic to rodents, replicates in human mitotic cells, making it applicable for use to kill cancer cells. This virus group includes H-1 parvovirus (H-1PV) and minute virus of mice (MVM). However, LuIII displays enhanced oncolysis compared to H-1PV and MVM, a phenotype mapped to the major capsid viral protein 2 (VP2). This suggests that within LuIII VP2 are determinants for improved tumor lysis. To investigate this, the structure of the LuIII virus-like-particle was determined using single particle cryo-electron microscopy and image reconstruction to 3.17 Å resolution, and compared to the H-1PV and MVM structures. The LuIII VP2 structure, ordered from residue 37 to 587 (C-terminal), had the conserved VP topology and capsid morphology previously reported for other protoparvoviruses. This includes a core β-barrel and α-helix A, a depression at the icosahedral 2-fold and surrounding the 5-fold axes, and a single protrusion at the 3-fold axes. Comparative analysis identified surface loop differences among LuIII, H-1PV, and MVM at or close to the capsid 2- and 5-fold symmetry axes, and the shoulder of the 3-fold protrusions. The 2-fold differences cluster near the previously identified MVM sialic acid receptor binding pocket, and revealed potential determinants of protoparvovirus tumor tropism. PMID:29084163
Arrivillaga-Henríquez, Jazzmín; Enríquez, Sandra; Romero, Vanessa; Echeverría, Gustavo; Pérez-Barrera, Jorge; Poveda, Ana; Navarro, Juan-Carlos; Warburg, Alon; Benítez, Washington
2017-03-29
The province of Pichincha in Ecuador is an endemic area of cutaneous leishmaniasis, where anthropophilic sand flies with natural infection by Leishmania, have been reported as vectors. However, the role in transmission of zoophilic species has not been evaluated. To evaluate natural infection by Leishmania in two zoophilic phlebotomine sand fly species, Lutzomyia reburra and Lu. barrettoi majuscula, and one anthropophilic species, Lu. trapidoi, as well as the endophagy and synanthropism of these species in the northwest of Pichincha. Phlebotomines were collected using CDC light traps in different habitats and altitudes with presence of cutaneous leishmaniasis. Leishmania infection was detected using genomic DNA from females of the collected sand flies. We amplified the internal transcribed spacer gene of ribosomal RNA I (ITS1), the mitochondrial topoisomerase II gene (mtTOPOII), and the nuclear topoisomerase II gene (TopoII). Percentages of positivity for Leishmania, at spatio-temporal scale, proportion of endophagy and synanthropism index were calculated. Natural infection was determined for Le. amazonensis in Lu. reburra (9.5%) and Lu. b. majuscula (23.8%), while in Lu. trapidoi we detected Le. amazonensis, Le. brazilienis and Le. naiffi-lainsoni. Phlebotomines were asynanthropic and with low endophagy. Natural infection with Le. amazonensis was recorded for the first time in Lu. reburra and Lu. b. majuscula, demonstrating the importance of zoophilic phlebotomines in the maintenance of the Leishmania transmission cycle in endemic foci.
Electronic structures and superconductivity in LuTE2Si2 phases (TE = d-electron transition metal)
NASA Astrophysics Data System (ADS)
Samsel-Czekała, M.; Chajewski, G.; Wiśniewski, P.; Romanova, T.; Hackemer, A.; Gorzelniak, R.; Pikul, A. P.; Kaczorowski, D.
2018-05-01
In the course of our search for unconventional superconductors amidst the 1:2:2 phases, we have re-investigated the LuTE2Si2 compounds with TE = Fe, Co, Ni, Ru, Pd and Pt. In this paper, we present the results of our fully relativistic ab initio calculations of the band structures, performed using the full-potential local-orbital code. The theoretical data are supplemented by the results of low-temperature electrical transport and specific heat measurements performed down to 0.35 K. All the materials studied but LuPt2Si2 crystallize with the body-centered tetragonal ThCr2Si2-type structure (space group I4/mmm). Their Fermi surfaces exhibit a three-dimensional multi-band character. In turn, the Pt-bearing compound adopts the primitive tetragonal CaBe2Ge2-type structure (space group P4/nmm), and its Fermi surface consists of predominantly quasi-two-dimensional sheets. Bulk superconductivity was found only in LuPd2Si2 and LuPt2Si2 (independent of the structure type and dimensionality of the Fermi surface). The key superconducting characteristics indicate a fully-gapped BCS type character. Though the electronic structure of LuFe2Si2 closely resembles that of the unconventional superconductor YFe2Ge2, this Lu-based silicide exhibits neither superconductivity nor spin fluctuations at least down to 0.35 K.
Sainz-Esteban, Aurora; Prasad, Vikas; Schuchardt, Christiane; Zachert, Carolin; Carril, José Manuel; Baum, Richard P
2012-03-01
The aim of the study was to compare sequential (177)Lu-DOTA-TATE planar scans ((177)Lu-DOTA-TATE) in patients with metastasized neuroendocrine tumours (NET) acquired during peptide receptor radionuclide therapy (PRRT) for dosimetry purposes with the pre-therapeutic (68)Ga-DOTA-TATE positron emission tomography (PET)/CT ((68)Ga-DOTA-TATE) maximum intensity projection (MIP) images obtained in the same patients concerning the sensitivity of the different methods. A total of 44 patients (59 ± 11 years old) with biopsy-proven NET underwent (68)Ga-DOTA-TATE and (177)Lu-DOTA-TATE imaging within 7.9 ± 7.5 days between the two examinations. (177)Lu-DOTA-TATE planar images were acquired at 0.5, 2, 24, 48 and 72 h post-injection; lesions were given a score from 0 to 4 depending on the uptake of the radiopharmaceutical (0 being lowest and 4 highest). The number of tumour lesions which were identified on (177)Lu-DOTA-TATE scans (in relation to the acquisition time after injection of the therapeutic dose as well as with regard to the body region) was compared to those detected on (68)Ga-DOTA-TATE studies obtained before PRRT. A total of 318 lesions were detected; 280 (88%) lesions were concordant. Among the discordant lesions, 29 were (68)Ga-DOTA-TATE positive and (177)Lu-DOTA-TATE negative, whereas 9 were (68)Ga-DOTA-TATE negative and (177)Lu-DOTA-TATE positive. The sensitivity, positive predictive value and accuracy for (177)Lu-DOTA-TATE as compared to (68)Ga-DOTA-TATE were 91, 97 and 88%, respectively. Significantly more lesions were seen on the delayed (72 h) (177)Lu-DOTA-TATE images (91%) as compared to the immediate (30 min) images (68%). The highest concordance was observed for bone metastases (97%) and the lowest for head/neck lesions (75%). Concordant lesions (n = 77; mean size 3.8 cm) were significantly larger than discordant lesions (n = 38; mean size 1.6 cm) (p < 0.05). No such significance was found for differences in maximum standardized uptake value (SUV(max)). However, concordant liver lesions with a score from 1 to 3 in the 72-h (177)Lu-DOTA-TATE scan had a lower SUV(max) (n = 23; mean 10.9) than those metastases with a score of 4 (n = 97; mean SUV(max) 18) (p < 0.05). Although (177)Lu-DOTA-TATE planar dosimetry scans exhibited a very good sensitivity for the detection of metastases, they failed to pick up 9% of lesions seen on the (68)Ga-DOTA-TATE PET/CT. Three-dimensional dosimetry using single photon emission computed tomography/CT could be applied to investigate this issue further. Delayed (72 h) images are most suitable for drawing regions of interest for dosimetric calculations.
Isomeric ratio measurements for the radiative neutron capture 176Lu(n,γ) at DANCE
NASA Astrophysics Data System (ADS)
Denis-Petit, D.; Roig, O.; Méot, V.; Jandel, M.; Vieira, D. J.; Bond, E. M.; Bredeweg, T. A.; Couture, A. J.; Haight, R. C.; Keksis, A. L.; Rundberg, R. S.; Ullmann, J. L.
2016-03-01
The isomeric ratio for the neutron capture reaction 176Lu(n,γ) on the Jπ= 5/2-, 761.7 keV, T1/2=32.8 ns level of 177mLu, has been determined in the neutron energy range 8.5 eV-100 keV for the first time using the DANCE array at the Los Alamos National Laboratory.
Yang, Kai-Chun; Stepanov, Vladimir; Amini, Nahid; Martinsson, Stefan; Takano, Akihiro; Nielsen, Jacob; Bundgaard, Christoffer; Bang-Andersen, Benny; Grimwood, Sarah; Halldin, Christer; Farde, Lars; Finnema, Sjoerd J
2017-02-01
[ 11 C]Lu AE92686 is a positron emission tomography (PET) radioligand that has recently been validated for examining phosphodiesterase 10A (PDE10A) in the human striatum. [ 11 C]Lu AE92686 has high affinity for PDE10A (IC 50 = 0.39 nM) and may also be suitable for examination of the substantia nigra, a region with low density of PDE10A. Here, we report characterization of regional [ 11 C]Lu AE92686 binding to PDE10A in the nonhuman primate (NHP) brain. A total of 11 PET measurements, seven baseline and four following pretreatment with unlabeled Lu AE92686 or the structurally unrelated PDE10A inhibitor MP-10, were performed in five NHPs using a high resolution research tomograph (HRRT). [ 11 C]Lu AE92686 binding was quantified using a radiometabolite-corrected arterial input function and compartmental and graphical modeling approaches. Regional time-activity curves were best described with the two-tissue compartment model (2TCM). However, the distribution volume (V T ) values for all regions were obtained by the Logan plot analysis, as reliable cerebellar V T values could not be derived by the 2TCM. For cerebellum, a proposed reference region, V T values increased by ∼30 % with increasing PET measurement duration from 63 to 123 min, while V T values in target regions remained stable. Both pretreatment drugs significantly decreased [ 11 C]Lu AE92686 binding in target regions, while no significant effect on cerebellum was observed. Binding potential (BP ND ) values, derived with the simplified reference tissue model (SRTM), were 13-17 in putamen and 3-5 in substantia nigra and correlated well to values from the Logan plot analysis. The method proposed for quantification of [ 11 C]Lu AE92686 binding in applied studies in NHP is based on 63 min PET data and SRTM with cerebellum as a reference region. The study supports that [ 11 C]Lu AE92686 can be used for PET examinations of PDE10A binding also in substantia nigra.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Zorenko, Yu, E-mail: zorenko@ukw.edu.pl; Laboratory for Optoelectronic Materials, Department of Electronics of Ivan Franko National University of Lviv, 79017 Lviv; Gorbenko, V.
Highlights: • Single crystalline films of Lu{sub 3−x}Gd{sub x}Al{sub 5}O{sub 12} garnets at x = 0 ÷ 3.0 were grown by LPE method onto YAG substrates. • Lattice constant of Lu{sub 3−}Gd{sub x}Al{sub 5}O{sub 12}:Ce film and the misfit m between films and YAG substrate changed linearly with increasing of Gd content. • Effective Gd{sup 3+}–Ce{sup 3+} energy transfer occurs in the Lu{sub 3−x}Gd{sub x}Al{sub 5}O{sub 12}:Ce films. • Best scintillation light yield is observed in the Lu{sub 3}Al{sub 5}O{sub 12}:Ce and Lu{sub 2.4}Gd{sub 0.6}Al{sub 5}O{sub 12}:Ce films. • Increase of the Gd content in x = 1.5–2.5 range resultsmore » in decreasing the scintillation LY of Lu{sub 3−x}Gd{sub x}Al{sub 5}O{sub 12}:Ce films. - Abstract: The work is related to the growth of scintillators based on the single crystalline films (SCF) of Ce{sup 3+} doped Lu{sub 3−}Gd{sub x}Al{sub 5}O{sub 12} mixed rare-earth garnets by Liquid Phase Epitaxy (LPE) method. We have shown, that full set of Lu{sub 3−}Gd{sub x}Al{sub 5}O{sub 12} SCFs with x values ranging from 0 to 3.0 can be successfully crystallized by the LPE method onto Y{sub 3}Al{sub 5}O{sub 12} (YAG) substrates from the melt-solutions based on PbO-B{sub 2}O{sub 3} flux. The absorption, X-ray excited luminescence, photoluminescence, thermoluminescence and light yield measurements, the latter under excitation by α-particles of {sup 239}Pu and {sup 241}Am radioisotopes, were applied for their characterization.« less
NASA Astrophysics Data System (ADS)
Bauer, A.; Horstwood, M. S.
2016-12-01
Crust-mantle evolution studies are greatly informed by zircon U-Pb and Lu-Hf isotopic datasets and the ease with which these data can now be acquired has seen their application become commonplace. In order to deconvolute geochemical change and interpret geologic variation in complexly zoned zircons, this information is most ideally obtained on the smallest volume of zircon by successive SIMS U-Pb and LA-MC-ICP-MS Lu-Hf isotopic analyses. However, due to variations in zircon growth zone geometry at depth, the Lu-Hf analysis may not relate to the lower volume U-Pb analysis, potentially causing inaccuracy of the resultant age-corrected Hf isotope signature. Laser ablation split-stream methods are applied to be certain that U-Pb and Lu-Hf data represent the same volume of zircon, however, the sampling volume remains relatively large at 40x30µm1. Coupled ID-TIMS U-Pb and solution MC-ICP-MS Lu-Hf work traditionally utilize whole-zircon dissolution ( 10-50ng Hf), which has the potential to homogenize different zones of geologic significance within an analysis. Conversely, modern ID-TIMS U-Pb methods utilize microsampling of zircon grains, often providing < 5ng Hf, thereby challenging conventional Lu-Hf acquisition protocols to achieve the required precision. In order to obtain usable precision on minimal zircon volumes, we developed laser ablation methods using successive 25um spot U-Pb and Lu-Hf ablation pits with a combined depth of 18um, and low-volume solution introduction methods without Hf-REE separation utilizing Hf amounts as low as 0.4ng, while retaining an uncertainty level of ca. 1 ɛHf for both methods. We investigated methods of Yb interference correction and the potential for matrix effects, with a particular focus on the accurate quantification of 176Lu/177Hf. These improvements reduce the minimum amount of material required for U-Pb and Hf isotopic analysis of zircon by about an order of magnitude. 1Ibanez-Mejia et al (2015). PreRes, 267, 285-310.
Syed, Deeba N.; Afaq, Farrukh; Maddodi, Nityanand; Johnson, Jeremy J.; Sarfaraz, Sami; Ahmad, Adeel; Setaluri, Vijayasaradhi; Mukhtar, Hasan
2011-01-01
The prognosis of advanced melanoma remains poor in spite of treatment advances, emphasizing the importance of additional preventive measures. Flavonoids, natural components of our diet are being investigated for their chemopreventive/therapeutic properties. Microphthalmia-associated transcription factor (Mitf), downstream of Wnt/β-catenin pathway has become an important prognostic marker of melanoma. Here, we show that treatment of 451Lu melanoma cells with the dietary flavonoid fisetin resulted in decreased cell viability with G1-phase arrest and disruption of Wnt/β-catenin signaling. This was accompanied with a decrease in expression of Wnt protein and its co-receptors and a parallel increase in the expression of endogenous Wnt inhibitors. Fisetin-treated cells showed increased cytosolic levels of Axin and β-TrCP and decreased phosphorylation of GSK3-β assocaited with decreased β-catenin stabilization. Fisetin-mediated interference with the functional cooperation between β-catenin and LEF/TCF-2 resulted in downregulation of positively regulated TCF targets such as c-myc, Brn-2 and Mitf. Flowcytometric analysis of Mitf overexpressing cells showed that fisetin repressed Mitf-induced cell proliferation. Finally, administration of fisetin to 451Lu xenografted nude mice resulted in inhibition of tumor development and decreased Mitf expression. Our data suggest that fisetin can be developed as an effective agent against melanoma due to its potential inhibitory effect on β-catenin/Mitf signaling. PMID:21346776
Interaction of multiferroic properties and interfaces in hexagonal LuMnO3 ceramics
NASA Astrophysics Data System (ADS)
Baghizadeh, A.; Vieira, J. M.; Stroppa, D. G.; Mirzadeh Vaghefi, P.; Graça, M. P.; Amaral, J. S.; Willinger, M.-G.; Amaral, V. S.
2017-02-01
A study on the underlying interaction mechanisms between lattice constants, magnetic and dielectric properties with inhomogeneities or internal interfaces in hexagonal, off-stoichiometric LuMnO3 oxide is presented. By increasing Mn content the a-axis constant and volume of the unit cell, the antiferromagnetic (AFM) Néel temperature, T N, and frustration factor of the frustrated Mn3+ trimmers in basal plane show decreasing trends. It was found that increasing the annealing time improves the properties of the lattices and progressively eliminates secondary phases for compositions within the solid solution stability limits. A magnetic contribution below T N is observed for all samples. Two regimes of magnetization below and above 45 K were observed in the AFM state. The magnetic contribution below T N is assigned to either the secondary phase or internal interfaces like ferroelectric (FE) domain walls. Magneto-dielectric coupling at T N is preserved in off-stoichiometric ceramics. The presence of a low temperature anomaly of the dielectric constant is correlated to the composition of the solid solution in off-stoichiometric ceramics. Large FE domains are observed in piezoresponse force microscopy (PFM) images of doped and un-doped ceramics, whereas atomic structure analysis indicates the parallel formation of nano-sized FE domains. A combination of measured properties and microscopy images of micron- and nano-sized domains ascertain the role of lattice distortion and stability of solid solution on multiferroic properties.
Daily intake of Lactobacillus casei Shirota increases natural killer cell activity in smokers.
Reale, Marcella; Boscolo, Paolo; Bellante, Veronica; Tarantelli, Chiara; Di Nicola, Marta; Forcella, Laura; Li, Qing; Morimoto, Kanehisa; Muraro, Raffaella
2012-07-01
Dietary probiotics supplementation exerts beneficial health effects. Since cigarette smoking reduces natural killer (NK) activity, we evaluated the effect of Lactobacillus casei Shirota (LcS) intake on NK cytotoxic activity in male smokers. The double-blind, placebo-controlled, randomised study was conducted on seventy-two healthy Italian blue-collar male smokers randomly divided for daily intake of LcS powder or placebo. Before and after 3 weeks of intake, peripheral blood mononuclear cells were isolated and NK activity and CD16⁺ cells' number were assessed. Daily LcS intake for 3 weeks significantly increased NK activity (P < 0.001). The increase in NK activity was paralleled by an increase in CD16⁺ cells (P < 0.001). Before intake, NK cytotoxic activity inversely correlated with the number of cigarettes smoked (R - 0.064). LcS intake prevented the smoke-dependent expected NK activity reduction. The analysis of the distribution of changes in smoke-adjusted NK activity demonstrated that the positive variations were significantly associated with LcS intake, while the negative variations were associated with placebo intake (median value of distributions of differences, 20.98 lytic unit (LU)/10⁷ cells for LcS v. - 4.38 LU/10⁷ cells for placebo, P = 0.039). In conclusion, 3 weeks of daily LcS intake in Italian male smokers was associated with a higher increase in cytotoxic activity and CD16⁺ cells' number in comparison to the placebo intake group.
Towards Batched Linear Solvers on Accelerated Hardware Platforms
DOE Office of Scientific and Technical Information (OSTI.GOV)
Haidar, Azzam; Dong, Tingzing Tim; Tomov, Stanimire
2015-01-01
As hardware evolves, an increasingly effective approach to develop energy efficient, high-performance solvers, is to design them to work on many small and independent problems. Indeed, many applications already need this functionality, especially for GPUs, which are known to be currently about four to five times more energy efficient than multicore CPUs for every floating-point operation. In this paper, we describe the development of the main one-sided factorizations: LU, QR, and Cholesky; that are needed for a set of small dense matrices to work in parallel. We refer to such algorithms as batched factorizations. Our approach is based on representingmore » the algorithms as a sequence of batched BLAS routines for GPU-contained execution. Note that this is similar in functionality to the LAPACK and the hybrid MAGMA algorithms for large-matrix factorizations. But it is different from a straightforward approach, whereby each of GPU's symmetric multiprocessors factorizes a single problem at a time. We illustrate how our performance analysis together with the profiling and tracing tools guided the development of batched factorizations to achieve up to 2-fold speedup and 3-fold better energy efficiency compared to our highly optimized batched CPU implementations based on the MKL library on a two-sockets, Intel Sandy Bridge server. Compared to a batched LU factorization featured in the NVIDIA's CUBLAS library for GPUs, we achieves up to 2.5-fold speedup on the K40 GPU.« less
NASA Astrophysics Data System (ADS)
Magyar, Andrew
The recent discovery of cells that respond to purely conceptual features of the environment (particular people, landmarks, objects, etc) in the human medial temporal lobe (MTL), has raised many questions about the nature of the neural code in humans. The goal of this dissertation is to develop a novel statistical method based upon maximum likelihood regression which will then be applied to these experiments in order to produce a quantitative description of the coding properties of the human MTL. In general, the method is applicable to any experiments in which a sequence of stimuli are presented to an organism while the binary responses of a large number of cells are recorded in parallel. The central concept underlying the approach is the total probability that a neuron responds to a random stimulus, called the neuronal sparsity. The model then estimates the distribution of response probabilities across the population of cells. Applying the method to single-unit recordings from the human medial temporal lobe, estimates of the sparsity distributions are acquired in four regions: the hippocampus, the entorhinal cortex, the amygdala, and the parahippocampal cortex. The resulting distributions are found to be sparse (large fraction of cells with a low response probability) and highly non-uniform, with a large proportion of ultra-sparse neurons that possess a very low response probability, and a smaller population of cells which respond much more frequently. Rammifications of the results are discussed in relation to the sparse coding hypothesis, and comparisons are made between the statistics of the human medial temporal lobe cells and place cells observed in the rodent hippocampus.
Porting AMG2013 to Heterogeneous CPU+GPU Nodes
DOE Office of Scientific and Technical Information (OSTI.GOV)
Samfass, Philipp
LLNL's future advanced technology system SIERRA will feature heterogeneous compute nodes that consist of IBM PowerV9 CPUs and NVIDIA Volta GPUs. Conceptually, the motivation for such an architecture is quite straightforward: While GPUs are optimized for throughput on massively parallel workloads, CPUs strive to minimize latency for rather sequential operations. Yet, making optimal use of heterogeneous architectures raises new challenges for the development of scalable parallel software, e.g., with respect to work distribution. Porting LLNL's parallel numerical libraries to upcoming heterogeneous CPU+GPU architectures is therefore a critical factor for ensuring LLNL's future success in ful lling its national mission. Onemore » of these libraries, called HYPRE, provides parallel solvers and precondi- tioners for large, sparse linear systems of equations. In the context of this intern- ship project, I consider AMG2013 which is a proxy application for major parts of HYPRE that implements a benchmark for setting up and solving di erent systems of linear equations. In the following, I describe in detail how I ported multiple parts of AMG2013 to the GPU (Section 2) and present results for di erent experiments that demonstrate a successful parallel implementation on the heterogeneous ma- chines surface and ray (Section 3). In Section 4, I give guidelines on how my code should be used. Finally, I conclude and give an outlook for future work (Section 5).« less
Arora, Geetanjali; Shukla, Jaya; Ghosh, Sourabh; Maulik, Subir Kumar; Malhotra, Arun; Bandopadhyaya, Gurupad
2012-01-01
Background Peptide receptor radionuclide therapy (PRRT), employed for treatment of neuroendocrine tumors (NETs) is based on over-expression of Somatostatin Receptors (SSTRs) on NETs. It is, however, limited by high uptake and retention of radiolabeled peptide in kidneys resulting in unnecessary radiation exposure thus causing nephrotoxicity. Employing a nanocarrier to deliver PRRT drugs specifically to the tumor can reduce the associated nephrotoxicity. Based on this, 177Lu-DOTATATE loaded PLGA nanoparticles (NPs) were formulated in the present study, as a potential therapeutic model for NETs. Methodology and Findings DOTATATE was labeled with Lutetium-177 (177Lu) (labeling efficiency 98%; Rf∼0.8). Polyethylene Glycol (PEG) coated 177Lu-DOTATATE-PLGA NPs (50∶50 and 75∶25) formulated, were spherical with mean size of 304.5±80.8 and 733.4±101.3 nm (uncoated) and 303.8±67.2 and 494.3±71.8 nm (coated) for PLGA(50∶50) and PLGA(75∶25) respectively. Encapsulation efficiency (EE) and In-vitro release kinetics for uncoated and coated NPs of PLGA (50∶50 & 75∶25) were assessed and compared. Mean EE was 77.375±4.98% & 67.885±5.12% (uncoated) and 65.385±5.67% & 58.495±5.35% (coated). NPs showed initial burst release between 16.64–21.65% with total 42.83–44.79% over 21days. The release increased with coating to 20.4–23.95% initially and 60.97–69.12% over 21days. In-vivo studies were done in rats injected with 177Lu-DOTATATE and 177Lu-DOTATATE-NP (uncoated and PEG-coated) by imaging and organ counting after sacrificing rats at different time points over 24 hr post-injection. With 177Lu-DOTATATE, renal uptake of 37.89±10.2%ID/g was observed, which reduced to 4.6±1.97% and 5.27±1.66%ID/g with uncoated and coated 177Lu-DOTATATE-NP. The high liver uptake with uncoated 177Lu-DOTATATE-NP (13.68±3.08% ID/g), reduced to 7.20±2.04%ID/g (p = 0.02) with PEG coating. Conclusion PLGA NPs were easily formulated and modified for desired release properties. PLGA 50∶50 NPs were a more suitable delivery vehicle for 177Lu-DOTATATE than PLGA 75∶25 because of higher EE and slower release rate. Reduced renal retention of 177Lu-DOTATATE and reduced opsonisation strongly advocate the potential of 177Lu-DOTATATE-PLGA-PEG NPs to reduce radiation dose in PRRT. PMID:22442740
Magnetic and magnetotransport properties of the orthorhombic perovskites (Lu,Ca)MnO3
NASA Astrophysics Data System (ADS)
Imamura, N.; Karppinen, M.; Motohashi, T.; Yamauchi, H.
2008-01-01
Here we extend the research of the (R,Ca)MnO3 perovskites to the smallest- R end member (Lu,Ca)MnO3 . Magnetic and magnetotransport properties of the (Lu1-xCax)MnO3 system are systematically investigated in regard to carrier doping. It is found that hole doping into the antiferromagnetic x=0.0 phase, LuMnO3 , causes a spin-glass-like magnetic competition in the wide doping range of 0.1≤x≤0.6 , whereas electron doping into the antiferromagnetic x=1.0 phase, CaMnO3 , induces a large magnetoresistance effect for 0.8≤x≤0.95 .
On Parallel Push-Relabel based Algorithms for Bipartite Maximum Matching
DOE Office of Scientific and Technical Information (OSTI.GOV)
Langguth, Johannes; Azad, Md Ariful; Halappanavar, Mahantesh
2014-07-01
We study multithreaded push-relabel based algorithms for computing maximum cardinality matching in bipartite graphs. Matching is a fundamental combinatorial (graph) problem with applications in a wide variety of problems in science and engineering. We are motivated by its use in the context of sparse linear solvers for computing maximum transversal of a matrix. We implement and test our algorithms on several multi-socket multicore systems and compare their performance to state-of-the-art augmenting path-based serial and parallel algorithms using a testset comprised of a wide range of real-world instances. Building on several heuristics for enhancing performance, we demonstrate good scaling for themore » parallel push-relabel algorithm. We show that it is comparable to the best augmenting path-based algorithms for bipartite matching. To the best of our knowledge, this is the first extensive study of multithreaded push-relabel based algorithms. In addition to a direct impact on the applications using matching, the proposed algorithmic techniques can be extended to preflow-push based algorithms for computing maximum flow in graphs.« less
Improved interior wall detection using designated dictionaries in compressive urban sensing problems
NASA Astrophysics Data System (ADS)
Lagunas, Eva; Amin, Moeness G.; Ahmad, Fauzia; Nájar, Montse
2013-05-01
In this paper, we address sparsity-based imaging of building interior structures for through-the-wall radar imaging and urban sensing applications. The proposed approach utilizes information about common building construction practices to form an appropriate sparse representation of the building layout. With a ground based SAR system, and considering that interior walls are either parallel or perpendicular to the exterior walls, the antenna at each position would receive reflections from the walls parallel to the radar's scan direction as well as from the corners between two meeting walls. We propose a two-step approach for wall detection and localization. In the first step, a dictionary of possible wall locations is used to recover the positions of both interior and exterior walls that are parallel to the scan direction. A follow-on step uses a dictionary of possible corner reflectors to locate wall-wall junctions along the detected wall segments, thereby determining the true wall extents and detecting walls perpendicular to the scan direction. The utility of the proposed approach is demonstrated using simulated data.
Ordering Unstructured Meshes for Sparse Matrix Computations on Leading Parallel Systems
NASA Technical Reports Server (NTRS)
Oliker, Leonid; Li, Xiaoye; Heber, Gerd; Biswas, Rupak
2000-01-01
The ability of computers to solve hitherto intractable problems and simulate complex processes using mathematical models makes them an indispensable part of modern science and engineering. Computer simulations of large-scale realistic applications usually require solving a set of non-linear partial differential equations (PDES) over a finite region. For example, one thrust area in the DOE Grand Challenge projects is to design future accelerators such as the SpaHation Neutron Source (SNS). Our colleagues at SLAC need to model complex RFQ cavities with large aspect ratios. Unstructured grids are currently used to resolve the small features in a large computational domain; dynamic mesh adaptation will be added in the future for additional efficiency. The PDEs for electromagnetics are discretized by the FEM method, which leads to a generalized eigenvalue problem Kx = AMx, where K and M are the stiffness and mass matrices, and are very sparse. In a typical cavity model, the number of degrees of freedom is about one million. For such large eigenproblems, direct solution techniques quickly reach the memory limits. Instead, the most widely-used methods are Krylov subspace methods, such as Lanczos or Jacobi-Davidson. In all the Krylov-based algorithms, sparse matrix-vector multiplication (SPMV) must be performed repeatedly. Therefore, the efficiency of SPMV usually determines the eigensolver speed. SPMV is also one of the most heavily used kernels in large-scale numerical simulations.
Oryspayev, Dossay; Aktulga, Hasan Metin; Sosonkina, Masha; ...
2015-07-14
In this article, sparse matrix vector multiply (SpMVM) is an important kernel that frequently arises in high performance computing applications. Due to its low arithmetic intensity, several approaches have been proposed in literature to improve its scalability and efficiency in large scale computations. In this paper, our target systems are high end multi-core architectures and we use messaging passing interface + open multiprocessing hybrid programming model for parallelism. We analyze the performance of recently proposed implementation of the distributed symmetric SpMVM, originally developed for large sparse symmetric matrices arising in ab initio nuclear structure calculations. We also study important featuresmore » of this implementation and compare with previously reported implementations that do not exploit underlying symmetry. Our SpMVM implementations leverage the hybrid paradigm to efficiently overlap expensive communications with computations. Our main comparison criterion is the "CPU core hours" metric, which is the main measure of resource usage on supercomputers. We analyze the effects of topology-aware mapping heuristic using simplified network load model. Furthermore, we have tested the different SpMVM implementations on two large clusters with 3D Torus and Dragonfly topology. Our results show that the distributed SpMVM implementation that exploits matrix symmetry and hides communication yields the best value for the "CPU core hours" metric and significantly reduces data movement overheads.« less
A Method for Optimizing Non-Axisymmetric Liners for Multimodal Sound Sources
NASA Technical Reports Server (NTRS)
Watson, W. R.; Jones, M. G.; Parrott, T. L.; Sobieski, J.
2002-01-01
Central processor unit times and memory requirements for a commonly used solver are compared to that of a state-of-the-art, parallel, sparse solver. The sparse solver is then used in conjunction with three constrained optimization methodologies to assess the relative merits of non-axisymmetric versus axisymmetric liner concepts for improving liner acoustic suppression. This assessment is performed with a multimodal noise source (with equal mode amplitudes and phases) in a finite-length rectangular duct without flow. The sparse solver is found to reduce memory requirements by a factor of five and central processing time by a factor of eleven when compared with the commonly used solver. Results show that the optimum impedance of the uniform liner is dominated by the least attenuated mode, whose attenuation is maximized by the Cremer optimum impedance. An optimized, four-segmented liner with impedance segments in a checkerboard arrangement is found to be inferior to an optimized spanwise segmented liner. This optimized spanwise segmented liner is shown to attenuate substantially more sound than the optimized uniform liner and tends to be more effective at the higher frequencies. The most important result of this study is the discovery that when optimized, a spanwise segmented liner with two segments gives attenuations equal to or substantially greater than an optimized axially segmented liner with the same number of segments.
Scintillation properties of YAlO3 doped with Lu and Nd perovskite single crystals
NASA Astrophysics Data System (ADS)
Akatsuka, Masaki; Usui, Yuki; Nakauchi, Daisuke; Kato, Takumi; Kawano, Naoki; Okada, Go; Kawaguchi, Noriaki; Yanagida, Takayuki
2018-05-01
YAlO3 (YAP) single crystals doped with Lu and Nd were grown by the Floating Zone (FZ) method to evaluate their scintillation properties particularly emissions in the near-infrared (NIR) range. The Nd concentration was fixed to 0 or 1 mol% while the Lu concentration was varied from 0 to 30%. When X-ray was irradiated, the scintillation of Nd-doped samples was observed predominantly at 1064 nm due to 4F3/2 → 4I11/2 transition of Nd3+. In contrast, a weak emission around 700 nm appeared in the samples doped with only Lu, and the emission origin was attributed to defect centers. In the Nd3+-doped samples, the decay time was 94-157 μs due to the 4f-4f transitions of Nd3+ whereas the Lu-doped samples showed signal with the decay time of 1.45-1.54 ms. The emission origin of the latter signal was attributed to the perovskite lattice defect.
NASA Astrophysics Data System (ADS)
Liu, H.; Liu, Y.; Wang, X.; Liu, J.
2018-04-01
Good ecological environment is the foundation of human existence and development, the development of society and economy must be based on the premise of maintaining the stability and balance of the ecological environment. RS and GIS technology are used in this paper while the red-bed hills of Sichuan Province-Lu County have been taken as an example. According to the ecological environment characteristics of the study areas and the principle of choosing evaluation index, this paper selected six evaluation indicators (elevation, slope, aspect, vegetation cover, land use, gully density) to establish evaluation index system of ecological environment of Lu County. This paper determine the weight of each evaluation index by AHP (Analytic Hierarchy Process) and establishes a comprehensive evaluation model by the weighted comprehensive evaluation method. This model is used to divide the ecological environment quality of Lu County into excellent, good, middle, poor and worse, and to analyze the ecological environment change in Lu County in recent ten years.
Forward to cryogenic temperature: laser cooling of Yb: LuLiF crystal
NASA Astrophysics Data System (ADS)
Zhong, Biao; Luo, Hao; Lei, Yongqing; Shi, Yanling; Yin, Jianping
2017-06-01
The high quality Yb-doped fluoride crystals have broad prospects for optical refrigeration. We have laser cooled the Yb:LuLiF crystal to a temperature below the limit of current thermoelectric coolers ( 180 K). The 5% Yb:LuLiF crystal sample has a geometry of 2 mm×2 mm×5 mm and was supported by two fibers of 200 μm in diameter. They were placed in a 2×10-4 Pa vacuum chamber with an environment temperature of 294.5 K. The 1019 nm CW laser of power 38.7 W was adopted to irradiate the sample. The temperature of the sample was measured utilizing the DLT methods. After 20 minutes of laser irradiation, the 5% Yb:LuLiF crystal sample was cooled down to 182.4 K. By further optimizing experimental conditions and increasing the doped Yb concentration, the Yb:LuLiF crystal might be optically cooled below the cryogenic temperature of 123K in the near future.
NASA Astrophysics Data System (ADS)
Ding, Yanli; Yang, Tonghui; Yin, Naiqiang; Shu, Fangjie; Zhao, Ying; Zhang, Xiaodan
2018-05-01
Branched β-NaLuF4: Yb/Er was synthesized using a simple hydrothermal method by controlling the NaF/Ln molar ratio. In contrast to the β-NaYF4: Yb/Er hexagonal disks, the branched β-NaLuF4: Yb/Er has stronger emission intensity. The integrated intensities of green and red emission bands were as 6.2 and 3.3 times as that of NaYF4, respectively. The branched β-NaLuF4: Yb/Er has the smaller unit cell volume, the higher absorption intensity around 980 nm and the lower crystal field symmetry than NaYF4, which made a significant contribution to the stronger upconversion (UC) fluorescence emissions. The results indicate that the branched β-NaLuF4: Yb/Er is an excellent UC luminescence material. The current research has a great potential in improving near-infrared conversion efficiency of solar cells.
Comparative study of the compensated semi-metals LaBi and LuBi: a first-principles approach.
Dey, Urmimala
2018-05-23
We have investigated the electronic structures of LaBi and LuBi, employing the full-potential all electron method as implemented in Wien2k. Using this, we have studied in detail both the bulk and the surface states of these materials. From our band structure calculations we find that LuBi, like LaBi, is a compensated semi-metal with almost equal and sizable electron and hole pockets. In analogy with experimental evidence in LaBi, we thus predict that LuBi will also be a candidate for extremely large magneto-resistance (XMR), which should be of immense technological interest. Our calculations reveal that LaBi, despite being gapless in the bulk spectrum, displays the characteristic features of a [Formula: see text] topological semi-metal, resulting in gapless Dirac cones on the surface, whereas LuBi only shows avoided band inversion in the bulk and is thus a conventional compensated semi-metal with extremely large magneto-resistance.
Comparative study of the compensated semi-metals LaBi and LuBi: a first-principles approach
NASA Astrophysics Data System (ADS)
Dey, Urmimala
2018-05-01
We have investigated the electronic structures of LaBi and LuBi, employing the full-potential all electron method as implemented in Wien2k. Using this, we have studied in detail both the bulk and the surface states of these materials. From our band structure calculations we find that LuBi, like LaBi, is a compensated semi-metal with almost equal and sizable electron and hole pockets. In analogy with experimental evidence in LaBi, we thus predict that LuBi will also be a candidate for extremely large magneto-resistance (XMR), which should be of immense technological interest. Our calculations reveal that LaBi, despite being gapless in the bulk spectrum, displays the characteristic features of a topological semi-metal, resulting in gapless Dirac cones on the surface, whereas LuBi only shows avoided band inversion in the bulk and is thus a conventional compensated semi-metal with extremely large magneto-resistance.
Crystal Growth and Scintillation Properties of Ho-Doped Lu3Al5O12 Single Crystals
NASA Astrophysics Data System (ADS)
Sugiyama, Makoto; Yanagida, Takayuki; Fujimoto, Yutaka; Totsuka, Daisuke; Yokota, Yuui; Kurosawa, Shunsuke; Futami, Yoshisuke; Yoshikawa, Akira
2012-10-01
The crystals of 0.1, 0.5, 1, and 3% Ho doped Lu3Al5O12 (Ho:LuAG) grown by the micro-pulling-down method were examined for their scintillation properties. At wavelengths longer than 300 nm, Ho:LuAG crystals demonstrated around 60% transparency with many absorption peaks attributed to Ho3+ 4f10-4 f10 transitions. When excited by 241Am α-ray to obtain radio luminescence spectra, broad host emission and four sharp Ho3+ 4f10-4 f10 emission peaks were detected in the visible region. Light yields and decay time profiles of the samples irradiated by 137Cs γ-ray were measured using photomultiplier tubes R7600 (Hamamatsu). Ho 0.5%:LuAG showed the highest light yield of 3100 ±310 photons/MeV among the present samples. The decay time profiles were well reproduced by two components exponential approximation consisting of 0.5-1 μs and 3-6 μs.
Measurement of 173Lu(n,γ) Cross Sections at DANCE
NASA Astrophysics Data System (ADS)
Roig, O.; Theroine, C.; Ebran, A.; Méot, V.; Bond, E. M.; Bredeweg, T. A.; Couture, A.; Haight, R. C.; Jandel, M.; Nortier, F. M.; O'Donnell, J. M.; Rundberg, R. S.; Taylor, W. A.; Ullmann, J. L.; Vieira, D. J.
2014-05-01
A highly gamma-radioactive target, 3.7 GBq, of 173Lu isotope was placed inside the DANCE array (Detector for Advanced Neutron Capture Experiments) at Los Alamos to study the radiative neutron capture on an unstable isotope. The 173Lu element was produced by naturalHf(p,xn) reactions following by beta-decays at the Isotope Production Facility (IPF). Measurements of radiative neutron capture cross section on 173Lu were achieved at the Los Alamos Neutron Science Center (LANSCE) spallation neutron source facility over the neutron energy range from thermal up to 1 keV. A special configuration was necessary to perform the experiment using the DANCE [1] array due to the high gamma activity of the target. We will report on the target production, the experiment and the results obtained for the radiative neutron capture on 173Lu. The radiative capture cross section was obtained for the first time on this unstable nucleus. Some resonances have been characterized. A comparison with a recent data evaluation is presented.
NASA Astrophysics Data System (ADS)
Debessai, M.; Hamlin, J. J.; Schilling, J. S.
2008-08-01
Whereas double hcp (dhcp) La superconducts at ambient pressure with Tc≃5K , the other trivalent d -electron metals Sc, Y, and Lu only superconduct if high pressures are applied. Earlier measurements of the pressure dependence of Tc for Sc and Lu metal are here extended to much higher pressures. Whereas Tc for Lu increases monotonically with pressure to 12.4 K at 174 GPa (1.74 Mbar), Tc for Sc reaches 19.6 K at 107 GPa, the second highest value observed for any elemental superconductor. At higher pressures a phase transition occurs whereupon Tc drops to 8.31 K at 111 GPa. The Tc(P) dependences for Sc and Lu are compared with those of Y and La. An interesting correlation is pointed out between the value of Tc and the fractional free volume available to the conduction electrons outside the ion cores, a quantity which is directly related to the number of d electrons in the conduction band.
Oceanographic and Acoustical Survey of the East Ionian Sea
1990-09-01
Notation The views expressed-in this thesis are those of the author and do not reflect the official policy or po- sition -of-the Department of Defense...8217 ,_ ,=--- . OLo • :. LU _ -09 5 /- S US8 0)6 0 • OU G I:: -CD *.. LU Uz CD_ _ _ Li C) . LU M -- cN C.8 C C - ------- CD CnCD C:) C81 m 0- ’an 0 0
Estimating the Fully Burdened Cost of Fuel Using an Input-Output Model - A Micro-Level Analysis
2011-09-01
The multilocation distribution model used by Lu and Rencheng to evaluate an international supply chain (From: Lu & Rencheng, 2007...IO model to evaluate an international supply chain specifically for a multilocation production system. Figure 2 illustrates such a system. vendor...vendor vendor Target markets Production plants Material vendor Figure 2. The multilocation distribution model used by Lu and Rencheng to
Ballart, C; Vidal, G; Picado, A; Cortez, M R; Torrico, F; Torrico, M C; Godoy, R E; Lozano, D; Gállego, M
2016-02-01
In South America, cutaneous leishmaniasis is the most frequent clinical form of leishmaniasis. Bolivia is one of the countries with higher incidence, with 33 cases per 100,000 individuals, and the disease is endemic in 70% of the territory. In the last decade, the number of cases has increased, the age range has expanded, affecting children under 5 years old, and a similar frequency between men and women is found. An entomological study with CDC light traps was conducted in three localities (Chipiriri, Santa Elena and Pedro Domingo Murillo) of the municipality of Villa Tunari, one of the main towns in the Chapare province (Department of Cochabamba, Bolivia). A total of 16 specimens belonging to 6 species of the genus Lutzomyia were captured: Lu. aragaoi, Lu. andersoni, Lu. antunesi, Lu. shawi, Lu. yuilli yuilli and Lu. auraensis. Our results showed the presence of two incriminated vectors of leishmaniasis in an urbanized area and in the intradomicile. More entomological studies are required in the Chapare province to confirm the role of vector sand flies, the intradomiciliary transmission of the disease and the presence of autochthonous cases of cutaneous leishmaniasis. Copyright © 2015 Elsevier B.V. All rights reserved.
Fernández, María Soledad; Santini, María Soledad; Cavia, Regino; Sandoval, Adolfo Enrique; Pérez, Adriana Alicia; Acardi, Soraya; Salomón, Oscar Daniel
2013-01-01
This study aimed to analyse changes in the spatial distribution of Lutzomyia longipalpis in Posadas, an urban area located in northeastern Argentina. Data were obtained during the summer of 2007 and 2009 through two entomological surveys of peridomiciles distributed around the city. The abundance distribution pattern for 2009 was computed and compared with the previous pattern obtained in 2007, when the first human visceral leishmaniasis cases were reported in the city. Vector abundance was also examined in relation to micro and macrohabitat characteristics. In 2007 and 2009, Lu. longipalpis was distributed among 41.5% and 31% of the households in the study area, respectively. In both years, the abundance rates at most of the trapping sites were below 30 Lu. longipalpis per trap per night; however, for areas exhibiting 30-60 Lu. longipalpis and more than 60 Lu. longipalpis, the areas increased in both size and number from 2007-2009. Lu. longipalpis was more abundant in areas with a higher tree and bush cover (a macrohabitat characteristic) and in peridomiciles with accumulated unused material (a microhabitat characteristic). These results will help to prioritise and focus control efforts by defining which peridomiciles display a potentially high abundance of Lu. longipalpis. PMID:24271040
LU-HF Age and Isotope Systematics of ALH84001
NASA Technical Reports Server (NTRS)
Righter, M.; Lapen, T. J.; Brandon, A. D.; Beard, B. L.; Shafer, J. T.; Peslier, A. H.
2009-01-01
Allan Hills (ALH) 84001 is an orthopyroxenite that is unique among the Martian meteorites in having the oldest inferred crystallization age (approx..4.5 to 4.0 Gyr) [e.g., 1-6 and references therein 7]. Its ancient origin makes this stone a critical constraint on early history of Mars, in particular the evolution of different planetary crust and mantle reservoirs. However, because there is significant variability in reported crystallization ages, determination of initial isotope compositions is imprecise making assessment of planetary reservoirs difficult. Here we report a new Lu-Hf mineral isochron age, initial Hf-176/Hf-177 isotope composition, and inferred Martian mantle source compositions for ALH84001 that place constraints on longlived source reservoirs for the enriched shergottite suite of Martian meteorites including Shergotty, Zagami, NWA4468, NWA856, RBT04262, LAR06319, and Los Angeles. Sm-Nd isotope analyses are under way for the same mineral aliquots analyzed for Lu-Hf. The Lu-Hf system was utilized because Lu and Hf are both lithophile and refractory and are not easily redistributed during short-lived thermal pulses associated with shock metamorphism. Moreover, chromite has relatively modest Hf concentrations with very low Lu/Hf ratios [9] yielding tight constraints on initial Hf-176/Hf-177 isotope compositions
Gaultier, F; Foucault-Bertaud, A; Lamy, E; Ejeil, A L; Dridi, S M; Piccardi, N; Piccirilli, A; Msika, P; Godeau, G; Gogly, B
2003-12-01
This study examined the effects of a vegetable extract from Lupinus albus (LU105) on MMPs and TIMPs secreted by human gingival fibroblasts in culture. LU105 was extracted from seeds of L. albus and is freely soluble in water. Gelatin zymography showed that control human gingival fibroblasts maintained in culture for 48 h express pro-MMP2 (progelatinase A) in the culture medium while the active form of MMP2 (gelatinase A), the active form of MMP9 (gelatinase B), and pro-MMP9 (progelatinase B) are not detected. Fibroblasts derived from inflamed gingiva expressed in the culture medium increased amounts of pro-MMP2 (progelatinase A) compared with controls and significant amounts of pro-MMP9 (progelatinase B). LU105 diminished the expression by gingival fibroblasts derived from inflamed tissue of both pro-MMP2 and pro-MMP9. Furthermore LU105 did not modify the amount of TIMP2 expressed in culture by controls or by gingival fibroblasts derived from inflamed tissue. TIMP1 and MMP1 significantly decreased when LU105 was added in the culture media of gingival fibroblasts derived from inflamed tissue compared with control fibroblasts. Thus LU105 seems to offer an opportunity to restore a correct balance between MMP2, MMP9, MMP1, and their natural inhibitors, i.e., TIMP1 and TIMP2 in human inflamed gingiva.
Characterization of Pr:LuAG scintillating crystals for X-ray spectroscopy
NASA Astrophysics Data System (ADS)
Bertoni, R.; Bonesini, M.; Cervi, T.; Clemenza, M.; De Bari, A.; Falcone, A.; Mazza, R.; Menegolli, A.; Nastasi, M.; Rossella, M.
2016-07-01
The main features of the Pr doped Lu3Al5O12 (Pr:LuAG) scintillating crystals for X-ray spectroscopy applications have been studied using different radioactive sources and photo-detectors. Pr:LuAG is cheaper, compared to a Germanium detector, but with remarkable properties which make it useful for many applications, from fundamental physics measurements to the PET imaging for medical purposes: high density, elevate light yield, fast response, high energy resolution, no hygroscopicity. A sample of Pr:LuAG crystals with 14 mm×14 mm surface area and 13 mm thickness and a NaI crystal of the same surface and 26 mm thickness used as a reference have been characterized with several radioactive sources, emitting photons in the range 100-1000keV. Different light detectors were adopted for the Pr:LuAG studies, sensitive to its UV emission (peak at 310 nm): a 3 in. PMT (Hamamatsu R11065) and new arrays of Hamamatsu SiPM S13361, with siliconic resin as a window. Preliminary results are presented on the performance of the Pr:LuAG crystals, to be mounted in a 2 × 2 array to be tested in the 2015 run of the FAMU experiment at RIKEN-RAL muon facility. The goal is the detection of the X-rays (around 130 keV) emitted during the de-excitation processes of the muonic hydrogen after the excitation with an IR laser with wavelength set at the resonance of the hyperfine splitting, to measure the muonic atom proton radius with unprecedented precision.
NASA Astrophysics Data System (ADS)
Zorenko, Yu.; Gorbenko, V.; Savchyn, V.; Voznyak, T.; Grinyov, B.; Sidletskiy, O.; Kurtsev, D.; Fedorov, A.; Baumer, V.; Nikl, M.; Mares, J. A.; Beitlerova, A.; Prusa, P.; Kucera, M.
2011-12-01
Single crystalline films (SCF) of Lu 2SiO 5:Ce (LSO:Ce), (Lu 1- xGd x) 2SiO 5:Ce (LGSO:Ce) and LGSO:Ce,Tb orthosilicates with thickness of 2.5-21 μm were crystallized by liquid phase epitaxy method onto undoped LSO substrates from melt-solution based on PbO-B 2O 3 flux. The concentration of Gd was varied in the range of x=0.2-0.7 formula units (f.u.). In the case of LGSO:Ce SCF growth we do not use any additional doping for reducing the misfit between the SCF and substrate lattices. The luminescence and scintillation properties of LSO:Ce, LGSO:Ce and LGSO:Ce,Tb SCFs were mutually compared and confronted with the performance of reference LSO:Ce and LYSO:Ce crystals. With increasing Gd content the luminescence spectrum of LGSO:Ce SCF is gradually red-shifted with respect to that of LSO:Ce SCF. The LY of (Lu 1- xGd x)SO:Ce SCF becomes lower in comparison with that for LSO:Ce SC at increasing Gd content in the range of x=0.2-0.7 f.u. The peculiarities of luminescence properties of LSO:Ce and LGSO:Ce SCFs in comparison with crystal analogs are explained by the different distribution of Ce 3+ over Lu1 and Lu2 positions of LSO host and by the influence of Pb 2+ contamination coming from the flux used for the film growth.
Ray, Geoffrey L; Baidoo, Kwamena E; Keller, Lanea M M; Albert, Paul S; Brechbiel, Martin W; Milenic, Diane E
2011-12-22
Studies from this laboratory have demonstrated the potential of targeting HER2 for therapeutic and imaging applications with medically relevant radionuclides. To expand the repertoire of trastuzumab as a radioimmunoconjugate (RIC) vector, use of (177)Lu was investigated. The combination of a 6.7 d half-life, lower energy β(-)-emissions (500 keV max; 130 keV ave), and an imagable γ-emission make (177)Lu an attractive candidate for radioimmunotherapy (RIT) regimens for treatment of larger tumor burdens not possible with α-zparticle radiation. Radiolabeling trastuzumab-CHX-A"-DTPA with (177)Lu was efficient with a specific binding of 60.8 ± 6.8% with HER2 positive SKOV-3 cells. Direct quantitation of tumor targeting and normal tissue uptake was performed with athymic mice bearing subcutaneous and intraperitoneal LS-174T xenografts; a peak tumor %ID/g of 24.70 ± 10.29 (96 h) and 31.70 ± 16.20 (72 h), respectively, was obtained. Normal tissue uptake of the RIC was minimal. Tumor targeting was also demonstrated by γ-scintigraphy. A therapy study administering escalating doses of (177)Lu-trastuzumab to mice bearing three day LS-174T i.p. xenografts established the effective therapeutic dose of i.p. administered (177)Lu-trastuzumab at 375 μCi with a median survival of 124.5 d while a median survival of 10 d was noted for the control (untreated) group. In conclusion, trastuzumab radiolabeled with (177)Lu has potential for treatment of disseminated, HER2 positive, peritoneal disease.
The Lake Urmia environmental disaster in Iran: A look at aerosol pollution.
Hossein Mardi, Ali; Khaghani, Ali; MacDonald, Alexander B; Nguyen, Phu; Karimi, Neamat; Heidary, Parisa; Karimi, Nima; Saemian, Peyman; Sehatkashani, Saviz; Tajrishy, Massoud; Sorooshian, Armin
2018-08-15
Lake Urmia (LU) once was the second largest hypersaline lake in the world, covering up to 6000km 2 , but has undergone catastrophic desiccation in recent years resulting in loss of 90% of its area and extensive coverage by playas and marshlands that represent a source of salt and dust. This study examines daily Aerosol Optical Depth (AOD) data from the Moderate Resolution Imaging Spectroradiometer (MODIS) between 2001 and 2015 over northwestern Iran, which encompasses LU. Intriguingly, salt emissions from the LU surface associated with ongoing desiccation do not drive the study region's AOD profile, whereas pollution transported from other regions and emissions around LU are more important. Signatures of increasing local crustal emissions are most evident outside of the peak dust season (January, February, and October) and on the periphery of LU. AOD has generally increased in the latter half of the study period with the onset of the AOD ramp-up starting a month earlier in the spring season when comparing 2009-2015 versus earlier years. Results indicate that suppression of emissions on the LU border is critical as the combined area of salt and salty soil bodies around LU have increased by two orders of magnitude in the past two decades, and disturbing these areas via activities such as grazing and salt harvesting on the lake surface can have more detrimental impacts on regional pollution as compared to benefits. These results have important implications for public health, climate, the hydrological cycle, and pollution control efforts. Copyright © 2018 Elsevier B.V. All rights reserved.
NASA Astrophysics Data System (ADS)
Yanagida, Takayuki; Kawaguchi, Noriaki; Fukuda, Kentaro; Kurosawa, Shunsuke; Fujimoto, Yutaka; Futami, Yoshisuke; Yokota, Yuui; Taniue, Kojiro; Sekiya, Hiroyuki; Kubo, Hidetoshi; Yoshikawa, Akira; Tanimori, Toru
2011-12-01
In order to develop novel vacuum ultra violet (VUV) emitting scintillators, we grew Nd 0.5%, Tm 0.5%, and Er 0.5% doped LuF3 scintillators by the μ-pulling down method, because LuF3 has a very wide band gap and Nd3+, Tm3+, and Er3+ luminescence centers show fast and intense 5d-4f emission in VUV region. Transmittance and X-ray induced radioluminescence were studied in these three samples using our original spectrometer made by Bunkou-Keiki company. In the VUV region, transmittance of 20-60% was achieved for all the samples. The emission peaks appeared at approximately 180, 165, and 164 nm for Nd3+, Tm3+, and Er3+ doped LuF3, respectively. Using PMT R8778 (Hamamatsu), we measured their light yields under 241Am α-ray excitation. Compared with Nd:LaF3 scintillator, which has 33 photoelectrons/5.5 MeV α, Nd:LuF3 and Tm:LuF3 showed 900±90 and 170±20 ph/5.5 MeV-α, respectively. Only for the Nd doped one, we can detect 137Cs 662 keV γ-ray photoabsorption peak and the light yield of 1200±120 ph/MeV was measured. We also investigated their decay time profiles by picosecond pulse X-ray equipped streak camera, and the main decay component of Nd:LuF3 turned out to be 7.63 ns.
Antibody screening in multitransfused patients: a prerequisite before each transfusion.
Lamba, Divjot S; Mittal, Kshitija; Sood, Tanvi; Bedi, Ravneet Kaur; Kaur, Paramjit; Kaur, Gagandeep
2014-10-01
Life-long red blood cell (RBC) transfusions remain the main treatment for severe thalassemia. We hereby report a case of anti S and anti Lu(a) in a β-thalassemia major patient detected incidentally on antibody screening. The patient was a known case of β-thalassemia major and was on regular blood transfusion every 3 weeks from the institute from the age of 6 months. Subsequently, on one occasion, patient's crossmatch was compatible despite positive antibody screen using microcolumn gel technique. Autocontrol and direct antiglobulin test were negative on microcolumn gel. Anti S and anti Lu(a) antibodies were identified. Blood unit found compatible was negative for S and Lu(a) antigens. Antibody titers were 1:1 for both anti S and anti Lu(a) in AHG phase using tube technique and antibodies were of IgG type. Blood unit was transfused uneventfully to the patient. Donors were traced back (last three donations) and called for repeat blood sample testing for S and Lu(a) antigen. Two out of three donors were found to be S antigen positive and one out of these two was Lu(a) antigen positive. Anti S and anti Lu(a) antibodies were again identified on patient's subsequent visit for transfusion. The present case re-emphasize the importance of antibody screening at each visit in earlier detection of antibodies in multi transfused patients. Encouraging patients to receive transfusion from one center and dedicating donors could reduce alloimmunization rate but larger studies are required. Copyright © 2014 Elsevier Ltd. All rights reserved.
Oxygen miscibility gap and spin glass formation in the pyrochlore Lu{sub 2}Mo{sub 2}O{sub 7}
DOE Office of Scientific and Technical Information (OSTI.GOV)
Clark, L.; Ritter, C.; Harrison, A.
2013-07-15
Rare earth (R) molybdate pyrochlores, R{sub 2}Mo{sub 2}O{sub 7}, are of interest as frustrated magnets. Polycrystalline samples of Lu{sub 2}Mo{sub 2}O{sub 7−x} prepared at 1600 °C display a coexistence of cubic pyrochlore phases. Rietveld fits to powder neutron diffraction data and chemical analyses show that the miscibility gap is between a stoichiometric x=0 and an oxygen-deficient x≈0.4 phase. Lu{sub 2}Mo{sub 2}O{sub 7} behaves as a spin glass material, with a divergence of field cooled and zero field cooled DC magnetic susceptibilities at a spin freezing temperature T{sub f}=16 K, that varies with frequency in AC measurements following a Vogel–Fulcher law.more » Lu{sub 2}Mo{sub 2}O{sub 6.6} is more highly frustrated spin glass and has T{sub f}=20 K. - Graphical abstract: The cubic Lu{sub 2}Mo{sub 2}O{sub 7−x} system exhibits a miscibility gap between coexisting pyrochlore phases at 1600 °C. Neutron powder diffraction refinement and chemical analysis shows that the gap separates stoichiometric x=0 and oxygen-deficient x≈0.4 phases. Lu{sub 2}Mo{sub 2}O{sub 7−x} has a frustrated spin glass ground state that is sensitive to the oxygen content. - Highlights: • The cubic Lu{sub 2}Mo{sub 2}O{sub 7−x} system has a miscibility gap between coexisting pyrochlore phases at 1600 °C. • Neutron powder diffraction shows that the gap separates x=0 and oxygen-deficient x≈0.4 phases. • Lu{sub 2}Mo{sub 2}O{sub 7−x} has a frustrated spin glass ground state that is sensitive to the oxygen content.« less
Alvarez, Enric; Perez, Victor; Dragheim, Marianne; Loft, Henrik; Artigas, Francesc
2012-01-01
The efficacy, safety, and tolerability of Lu AA21004 vs. placebo using venlafaxine XR as active reference in patients with DSM-IV-TR major depressive disorder (MDD) were evaluated. Lu AA21004 is a novel antidepressant that is a 5-HT3 and 5-HT7 receptor antagonist, 5-HT1A receptor agonist, 5-HT1B receptor partial agonist and inhibitor of the 5-HT transporter in recombinant cell lines. In this 6-wk, multi-site study, 429 patients were randomly assigned (1:1:1:1) to 5 or 10 mg Lu AA21004, placebo or 225 mg venlafaxine XR. All patients had a baseline Montgomery–Åsberg Depression Rating Scale (MADRS) total score ⩾30. The primary efficacy analysis was based on the MADRS total score adjusting for multiplicity using a hierarchical testing procedure starting with the highest dose vs. placebo. Lu AA21004 was statistically significantly superior to placebo (n=105) in mean change from baseline in MADRS total score at week 6 (p<0.0001, last observation carried forward), with a mean treatment difference vs. placebo of 5.9 (5 mg, n=108), and 5.7 (10 mg, n=100) points. Venlafaxine XR (n=112) was also significantly superior to placebo at week 6 (p<0.0001). In total, 30 patients withdrew due to adverse events (AEs) – placebo: four (4%); 5 mg Lu AA21004: three (3%); 10 mg Lu AA21004: seven (7%); and venlafaxine: 16 (14%). The most common AEs were nausea, headache, hyperhidrosis, and dry mouth. No clinically relevant changes over time were seen in the clinical laboratory results, vital signs, weight, or ECG parameters. In this study, treatment with 5 mg and 10 mg Lu AA21004 for 6 wk was efficacious and well tolerated in patients with MDD. PMID:21767441
Physical Vapor Deposition and Defect Engineering of Europium Doped Lutetium Oxide
NASA Astrophysics Data System (ADS)
Gillard, Scott James
Lutetium oxide doped with europium (Lu2O3:Eu 3+) has been established as a promising scintillator material with properties that are advantageous when compared to other scintillators such as cesium iodide doped with thallium (CsI:Tl). Due to high X-ray attenuation characteristics, Lu2O3:Eu3+ is an attractive material for use in high resolution digital X-ray imaging systems. However, challenges still remain especially in the area of light output for Lu 2O3:Eu3+. Processing by physical vapor deposition (PVD) and manipulation of oxygen defect structure was explored in order to better understand the effect on the scintillation phenomena. PVD results were obtained using high temperature radio frequency sputtering (RF) and pulsed laser deposition (PLD) systems. Characterization of light output by radial noise power spectrum density measurements revealed that high temperature RF films were superior to those obtained using PLD. Optimization of sputtered films based on light output over a range of process parameters, namely temperature, power, pressure, and substrate orientation was investigated. Parameterization of deposition conditions revealed that: 75 watts, 10.00 mtorr, and 800°C were optimum conditions for Lu2O3:Eu 3+ films. Manipulation of anionic defect structure in similar material systems has been shown to improve scintillation response. Similar methods for Lu 2O3:Eu3+ were explored for hot pressed samples of Lu2O3:Eu3+; via controlled atmosphere annealing, and use of extrinsic co-doping with calcium. The controlled atmosphere experiments established the importance of oxygen defect structure within Lu 2O3:Eu3+ and showed that fully oxidized samples were preferred for light output. The second method utilized co-doping by the addition of calcium which induced oxygen vacancies and by Frenkel equilibrium changed the oxygen interstitial population within the Lu2O 3:Eu3+ structure. The addition of calcium was investigated and revealed that scintillation was improved with a maximum response occurring at 340ppm of calcium. PVD optimization and co-doping experimental results provided a template for the use of calcium co-doped Lu2O3 :Eu3+ targets for deposition of films. Preliminary deposition results were promising and revealed that small additions (around 550 ppm) of calcium resulted in better activator efficiency. Calcium co-doped films have a predicted increase in the light yield greater than 14% when compared to analogous un-doped Lu2O3:Eu3+ films at 60keV.
Phase 3 Trial of 177Lu-Dotatate for Midgut Neuroendocrine Tumors.
Strosberg, Jonathan; El-Haddad, Ghassan; Wolin, Edward; Hendifar, Andrew; Yao, James; Chasen, Beth; Mittra, Erik; Kunz, Pamela L; Kulke, Matthew H; Jacene, Heather; Bushnell, David; O'Dorisio, Thomas M; Baum, Richard P; Kulkarni, Harshad R; Caplin, Martyn; Lebtahi, Rachida; Hobday, Timothy; Delpassand, Ebrahim; Van Cutsem, Eric; Benson, Al; Srirajaskanthan, Rajaventhan; Pavel, Marianne; Mora, Jaime; Berlin, Jordan; Grande, Enrique; Reed, Nicholas; Seregni, Ettore; Öberg, Kjell; Lopera Sierra, Maribel; Santoro, Paola; Thevenet, Thomas; Erion, Jack L; Ruszniewski, Philippe; Kwekkeboom, Dik; Krenning, Eric
2017-01-12
Patients with advanced midgut neuroendocrine tumors who have had disease progression during first-line somatostatin analogue therapy have limited therapeutic options. This randomized, controlled trial evaluated the efficacy and safety of lutetium-177 ( 177 Lu)-Dotatate in patients with advanced, progressive, somatostatin-receptor-positive midgut neuroendocrine tumors. We randomly assigned 229 patients who had well-differentiated, metastatic midgut neuroendocrine tumors to receive either 177 Lu-Dotatate (116 patients) at a dose of 7.4 GBq every 8 weeks (four intravenous infusions, plus best supportive care including octreotide long-acting repeatable [LAR] administered intramuscularly at a dose of 30 mg) ( 177 Lu-Dotatate group) or octreotide LAR alone (113 patients) administered intramuscularly at a dose of 60 mg every 4 weeks (control group). The primary end point was progression-free survival. Secondary end points included the objective response rate, overall survival, safety, and the side-effect profile. The final analysis of overall survival will be conducted in the future as specified in the protocol; a prespecified interim analysis of overall survival was conducted and is reported here. At the data-cutoff date for the primary analysis, the estimated rate of progression-free survival at month 20 was 65.2% (95% confidence interval [CI], 50.0 to 76.8) in the 177 Lu-Dotatate group and 10.8% (95% CI, 3.5 to 23.0) in the control group. The response rate was 18% in the 177 Lu-Dotatate group versus 3% in the control group (P<0.001). In the planned interim analysis of overall survival, 14 deaths occurred in the 177 Lu-Dotatate group and 26 in the control group (P=0.004). Grade 3 or 4 neutropenia, thrombocytopenia, and lymphopenia occurred in 1%, 2%, and 9%, respectively, of patients in the 177 Lu-Dotatate group as compared with no patients in the control group, with no evidence of renal toxic effects during the observed time frame. Treatment with 177 Lu-Dotatate resulted in markedly longer progression-free survival and a significantly higher response rate than high-dose octreotide LAR among patients with advanced midgut neuroendocrine tumors. Preliminary evidence of an overall survival benefit was seen in an interim analysis; confirmation will be required in the planned final analysis. Clinically significant myelosuppression occurred in less than 10% of patients in the 177 Lu-Dotatate group. (Funded by Advanced Accelerator Applications; NETTER-1 ClinicalTrials.gov number, NCT01578239 ; EudraCT number 2011-005049-11 .).
Haller, Stephanie; Pellegrini, Giovanni; Vermeulen, Christiaan; van der Meulen, Nicholas P; Köster, Ulli; Bernhardt, Peter; Schibli, Roger; Müller, Cristina
2016-12-01
The radiolanthanide (161)Tb has, in recent years, attracted increasing interest due to its favorable characteristics for medical application. (161)Tb exhibits similar properties to the widely-used therapeutic radionuclide (177)Lu. In contrast to (177)Lu, (161)Tb yields a significant number of short-ranging Auger/conversion electrons (≤50 keV) during its decay process. (161)Tb has been shown to be more effective for tumor therapy than (177)Lu if applied using the same activity. The purpose of this study was to investigate long-term damage to the kidneys after application of (161)Tb-folate and compare it to the renal effects caused by (177)Lu-folate. Renal side effects were investigated in nude mice after the application of different activities of (161)Tb-folate (10, 20, and 30 MBq per mouse) over a period of 8 months. Renal function was monitored by the determination of (99m)Tc-DMSA uptake in the kidneys and by measuring blood urea nitrogen and creatinine levels in the plasma. Histopathological analysis was performed by scoring of the tissue damage observed in HE-stained kidney sections from euthanized mice. Due to the co-emitted Auger/conversion electrons, the mean absorbed renal dose of (161)Tb-folate (3.0 Gy/MBq) was about 24 % higher than that of (177)Lu-folate (2.3 Gy/MBq). After application of (161)Tb-folate, kidney function was reduced in a dose- and time-dependent manner, as indicated by the decreased renal uptake of (99m)Tc-DMSA and the increased levels of blood urea nitrogen and creatinine. Similar results were obtained when (177)Lu-folate was applied at the same activity. Histopathological investigations confirmed comparable renal cortical damage after application of the same activities of (161)Tb-folate and (177)Lu-folate. This was characterized by collapsed tubules and enlarged glomeruli with fibrin deposition in moderately injured kidneys and glomerulosclerosis in severely damaged kidneys. Tb-folate induced dose-dependent radionephropathy over time, but did not result in more severe damage than (177)Lu-folate when applied at the same activity. These data are an indication that Auger/conversion electrons do not exacerbate overall renal damage after application with (161)Tb-folate as compared to (177)Lu-folate, even though they result in an increased dose deposition in the renal tissue. Global toxicity affecting other tissues than kidneys remains to be investigated after (161)Tb-based therapy, however.
Lu-Hf isotope systematics of fossil biogenic apatite and their effects on geochronology
NASA Astrophysics Data System (ADS)
Herwartz, Daniel; Münker, Carsten; Tütken, Thomas; Hoffmann, J. Elis; Wittke, Andreas; Barbier, Bruno
2013-01-01
Reliable methods for direct dating of biogenic apatite from pre-Pleistocene fossils are currently not available, and recent attempts using the Lu-Hf decay system yielded highly inaccurate ages for both bones and teeth. The geological processes accounting for this poor accuracy of Lu-Hf chronometry are not yet understood. Here we explore Lu-Hf systematics in fossil bones and teeth in detail, by applying five different sample digestion techniques that are tested on bones and composites of bone and sediment. Our current dataset implies that dissolution methods only slightly affect the resulting Lu-Hf ages, while clear differences between the individual digestion techniques became apparent for element concentrations. By analysing the insoluble leftovers from incomplete sample dissolution, four main reservoirs of Hf in fossil bones were identified: (1) a radiogenic end-member associated with apatite; (2) an unradiogenic end-member represented by the authigenic minerals or the embedding sediment; (3) a highly unradiogenic end-member that can be attributed to detrital zircon; and (4) a moderately soluble phase (probably a Zr(Hf)-phosphate) that yielded very low Lu/Hf but a highly radiogenic Hf isotope composition at the same time. This Zr(Hf)-phase must have been precipitated within the fossil bone sample at a late stage of burial history, thereby incorporating radiogenic 176Hf released from apatite surfaces over geological timescales. A second focus of our study is the effect of different sediment matrices and of crystal size on the preservation of pristine Lu-Hf isotope compositions in bioapatite. Because near-depositional Lu-Hf ages of phosphate fossils have previously been reported for the London Clay (England) and a calcareous marl from Tendaguru (Tanzania), we herein investigate specimens fossilised in carbonate matrices (calcareous marl from Oker, Germany; carbonate concretions from the Santana Formation, Brazil; carbonate from the Eifel, Germany) and argillaceous matrices with low permeability (oil shale of Messel, Germany; Posidonienschiefer of Holzmaden, Germany). Materials analysed from these localities include bones, teeth, conodonts, as well as coproliths and diagenetic minerals (siderite, montgomeryite and messelite). Near-depositional Lu-Hf ages were obtained for a bony fish sample (Notelops brama) encapsulated in an early diagenetic carbonate concretion from the Early Cretaceous Santana Formation, Brazil and for conodonts from a Middle Devonian carbonate from the Eifel, Germany. Low 176Lu/177Hf ratios in all materials from the Middle Eocene Messel oil shale (e.g., bones, fish scales, sediment, siderite) result in poor age precision and an age that is near-depositional due to this large analytical error. In agreement with previous results, all other ages determined here for both bones and teeth are by far younger than respective chronostratigraphic ages. A model illustrating the behaviour of Lu and Hf over time, with respect to the fossilisation process is presented, which accounts both for the formation of a late diagenetic radiogenic Zr(Hf) phase and long term open system behaviour. The continuous Lu-Hf element exchange between the fossils and the embedding sediment is probably related to the nm-scale crystal size of fossil bones, dentine and also of enamel that generate large surface areas facilitating sorption/desorption processes and open system behaviour.
LDRD final report on massively-parallel linear programming : the parPCx system.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Parekh, Ojas; Phillips, Cynthia Ann; Boman, Erik Gunnar
2005-02-01
This report summarizes the research and development performed from October 2002 to September 2004 at Sandia National Laboratories under the Laboratory-Directed Research and Development (LDRD) project ''Massively-Parallel Linear Programming''. We developed a linear programming (LP) solver designed to use a large number of processors. LP is the optimization of a linear objective function subject to linear constraints. Companies and universities have expended huge efforts over decades to produce fast, stable serial LP solvers. Previous parallel codes run on shared-memory systems and have little or no distribution of the constraint matrix. We have seen no reports of general LP solver runsmore » on large numbers of processors. Our parallel LP code is based on an efficient serial implementation of Mehrotra's interior-point predictor-corrector algorithm (PCx). The computational core of this algorithm is the assembly and solution of a sparse linear system. We have substantially rewritten the PCx code and based it on Trilinos, the parallel linear algebra library developed at Sandia. Our interior-point method can use either direct or iterative solvers for the linear system. To achieve a good parallel data distribution of the constraint matrix, we use a (pre-release) version of a hypergraph partitioner from the Zoltan partitioning library. We describe the design and implementation of our new LP solver called parPCx and give preliminary computational results. We summarize a number of issues related to efficient parallel solution of LPs with interior-point methods including data distribution, numerical stability, and solving the core linear system using both direct and iterative methods. We describe a number of applications of LP specific to US Department of Energy mission areas and we summarize our efforts to integrate parPCx (and parallel LP solvers in general) into Sandia's massively-parallel integer programming solver PICO (Parallel Interger and Combinatorial Optimizer). We conclude with directions for long-term future algorithmic research and for near-term development that could improve the performance of parPCx.« less
Fast and Accurate Simulation Technique for Large Irregular Arrays
NASA Astrophysics Data System (ADS)
Bui-Van, Ha; Abraham, Jens; Arts, Michel; Gueuning, Quentin; Raucy, Christopher; Gonzalez-Ovejero, David; de Lera Acedo, Eloy; Craeye, Christophe
2018-04-01
A fast full-wave simulation technique is presented for the analysis of large irregular planar arrays of identical 3-D metallic antennas. The solution method relies on the Macro Basis Functions (MBF) approach and an interpolatory technique to compute the interactions between MBFs. The Harmonic-polynomial (HARP) model is established for the near-field interactions in a modified system of coordinates. For extremely large arrays made of complex antennas, two approaches assuming a limited radius of influence for mutual coupling are considered: one is based on a sparse-matrix LU decomposition and the other one on a tessellation of the array in the form of overlapping sub-arrays. The computation of all embedded element patterns is sped up with the help of the non-uniform FFT algorithm. Extensive validations are shown for arrays of log-periodic antennas envisaged for the low-frequency SKA (Square Kilometer Array) radio-telescope. The analysis of SKA stations with such a large number of elements has not been treated yet in the literature. Validations include comparison with results obtained with commercial software and with experiments. The proposed method is particularly well suited to array synthesis, in which several orders of magnitude can be saved in terms of computation time.
Carpinus tibetana (Betulaceae), a new species from southeast Tibet, China
Lu, Zhiqiang; Li, Ying; Yang, Xiaoyue; Liu, Jianquan
2018-01-01
Abstract A new species Carpinus tibetana Z. Qiang Lu & J. Quan Liu from southeast Tibet is described and illustrated. The specimens of this new species were previously identified and placed under C. monbeigiana Hand.-Mazz. or C. mollicoma Hu. However, the specimens from southeast Tibet differ from those of C. monbeigiana from other regions with more lateral veins (19–24 vs 14–18) on each side of the midvein and dense pubescence on the abaxial leaf surface, while from those of C. mollicoma from other regions differ by nutlet with dense resinous glands and glabrous or sparsely villous at apex. Principal Component Analyses based on morphometric characters recognise the Tibetan populations as a separate group. Nuclear ribosomal ITS sequence variations show stable and distinct genetic divergences between the Tibetan populations and C. monbeigiana or C. mollicoma by two or three fixed nucleotide mutations. Phylogenetic analysis also identified three respective genetic clusters and the C. mollicoma cluster diverged early. In addition, the Tibetan populations show a disjunct geographic isolation from the other two species. Therefore, C. tibetana, based on the Tibetan populations, is here erected as a new species, distinctly different from C. monbeigiana and C. mollicoma. PMID:29750069
Carpinus tibetana (Betulaceae), a new species from southeast Tibet, China.
Lu, Zhiqiang; Li, Ying; Yang, Xiaoyue; Liu, Jianquan
2018-01-01
A new species Carpinus tibetana Z. Qiang Lu & J. Quan Liu from southeast Tibet is described and illustrated. The specimens of this new species were previously identified and placed under C. monbeigiana Hand.-Mazz. or C. mollicoma Hu. However, the specimens from southeast Tibet differ from those of C. monbeigiana from other regions with more lateral veins (19-24 vs 14-18) on each side of the midvein and dense pubescence on the abaxial leaf surface, while from those of C. mollicoma from other regions differ by nutlet with dense resinous glands and glabrous or sparsely villous at apex. Principal Component Analyses based on morphometric characters recognise the Tibetan populations as a separate group. Nuclear ribosomal ITS sequence variations show stable and distinct genetic divergences between the Tibetan populations and C. monbeigiana or C. mollicoma by two or three fixed nucleotide mutations. Phylogenetic analysis also identified three respective genetic clusters and the C. mollicoma cluster diverged early. In addition, the Tibetan populations show a disjunct geographic isolation from the other two species. Therefore, C. tibetana , based on the Tibetan populations, is here erected as a new species, distinctly different from C. monbeigiana and C. mollicoma .
Fully parallel write/read in resistive synaptic array for accelerating on-chip learning
NASA Astrophysics Data System (ADS)
Gao, Ligang; Wang, I.-Ting; Chen, Pai-Yu; Vrudhula, Sarma; Seo, Jae-sun; Cao, Yu; Hou, Tuo-Hung; Yu, Shimeng
2015-11-01
A neuro-inspired computing paradigm beyond the von Neumann architecture is emerging and it generally takes advantage of massive parallelism and is aimed at complex tasks that involve intelligence and learning. The cross-point array architecture with synaptic devices has been proposed for on-chip implementation of the weighted sum and weight update in the learning algorithms. In this work, forming-free, silicon-process-compatible Ta/TaO x /TiO2/Ti synaptic devices are fabricated, in which >200 levels of conductance states could be continuously tuned by identical programming pulses. In order to demonstrate the advantages of parallelism of the cross-point array architecture, a novel fully parallel write scheme is designed and experimentally demonstrated in a small-scale crossbar array to accelerate the weight update in the training process, at a speed that is independent of the array size. Compared to the conventional row-by-row write scheme, it achieves >30× speed-up and >30× improvement in energy efficiency as projected in a large-scale array. If realistic synaptic device characteristics such as device variations are taken into an array-level simulation, the proposed array architecture is able to achieve ∼95% recognition accuracy of MNIST handwritten digits, which is close to the accuracy achieved by software using the ideal sparse coding algorithm.
Christopher W. Woodall; Brian F. Walters; John Coulston; A.W. D’Amato; Grant M. Domke; M.B. Russell; Paul Sowers
2015-01-01
Quantifying forest carbon (C) stocks and stock change within a matrix of land use (LU) and LU change is a central component of large-scale forest C monitoring and reporting practices prescribed by the Intergovernmental Panel on Climate Change (IPCC). Using a regionâwide, repeated forest inventory, forest C stocks and stock change by pool were examined by LU categories...
Lu1-xI3:Cex--A Scintillator for gamma ray spectroscopy and time-of-flight PET
Shah, Kanai S [Newton, MA
2009-03-17
The present invention concerns very fast scintillator materials comprising lutetium iodide doped with Cerium Lu.sub.1-xI.sub.3:Ce.sub.x; LuI.sub.3:Ce). The LuI.sub.3 scintillator material has surprisingly good characteristics including high light output, high gamma ray stopping efficiency, fast response, low cost, good proportionality, and minimal afterglow that the material is useful for gamma ray spectroscopy, medical imaging, nuclear and high energy physics research, diffraction, non-destructive testing, nuclear treaty verification and safeguards, and geological exploration. The timing resolution of the scintillators of the present invention provide compositions capable of resolving the position of an annihilation event within a portion of a human body cross-section.
Lu-Hf CONSTRAINTS ON THE EVOLUTION OF LUNAR BASALTS.
Fujimaki, Hirokazu; Tatsumoto, Mistunobu
1984-01-01
The authors show that a cumulate-remelting model best explains the recently acquired data on the Lu-Hf systematics of lunar mare basalts. The authors model is first constructed using the Lu and Hf concentration data and it is then further strengthened by the Hf isotopic evidence. The authors also show that the similarity of MgO/FeO ratios and the Cr//2O//3 contents between high-Ti and low-Ti basalts, which have been given significance by A. E. Ringwood and D. H. Green are not important constraints for lunar basalt petrogenesis. The authors principal aim is to revive the remelting model for further consideration with the powerful constraints of Lu-Hf systematics of lunar basalts.
Radiative neutron capture cross sections on 176Lu at DANCE
NASA Astrophysics Data System (ADS)
Roig, O.; Jandel, M.; Méot, V.; Bond, E. M.; Bredeweg, T. A.; Couture, A. J.; Haight, R. C.; Keksis, A. L.; Rundberg, R. S.; Ullmann, J. L.; Vieira, D. J.
2016-03-01
The cross section of the neutron capture reaction 176Lu(n ,γ ) has been measured for a wide incident neutron energy range with the Detector for Advanced Neutron Capture Experiments at the Los Alamos Neutron Science Center. The thermal neutron capture cross section was determined to be (1912 ±132 ) b for one of the Lu natural isotopes, 176Lu. The resonance part was measured and compared to the Mughabghab's atlas using the R -matrix code, sammy. At higher neutron energies the measured cross sections are compared to ENDF/B-VII.1, JEFF-3.2, and BRC evaluated nuclear data. The Maxwellian averaged cross sections in a stellar plasma for thermal energies between 5 keV and 100 keV were extracted using these data.
An Efficient Scheme for Updating Sparse Cholesky Factors
NASA Technical Reports Server (NTRS)
Raghavan, Padma
2002-01-01
Raghavan had earlier developed the software package DCSPACK which can be used for solving sparse linear systems where the coefficient matrix is symmetric and positive definite (this project was not funded by NASA but by agencies such as NSF). DSCPACK-S is the serial code and DSCPACK-P is a parallel implementation suitable for multiprocessors or networks-of-workstations with message passing using MCI. The main algorithm used is the Cholesky factorization of a sparse symmetric positive positive definite matrix A = LL(T). The code can also compute the factorization A = LDL(T). The complexity of the software arises from several factors relating to the sparsity of the matrix A. A sparse N x N matrix A has typically less that cN nonzeroes where c is a small constant. If the matrix were dense, it would have O(N2) nonzeroes. The most complicated part of such sparse Cholesky factorization relates to fill-in, i.e., zeroes in the original matrix that become nonzeroes in the factor L. An efficient implementation depends to a large extent on complex data structures and on techniques from graph theory to reduce, identify, and manage fill. DSCPACK is based on an efficient multifrontal implementation with fill-managing algorithms and implementation arising from earlier research by Raghavan and others. Sparse Cholesky factorization is typically a four step process: (1) ordering to compute a fill-reducing numbering, (2) symbolic factorization to determine the nonzero structure of L, (3) numeric factorization to compute L, and, (4) triangular solution to solve L(T)x = y and Ly = b. The first two steps are symbolic and are performed using the graph of the matrix. The numeric factorization step is of dominant cost and there are several schemes for improving performance by exploiting the nested and dense structure of groups of columns in the factor. The latter are aimed at better utilization of the cache-memory hierarchy on modem processors to prevent cache-misses and provide execution rates (operations/second) that are close to the peak rates for dense matrix computations. Currently, EPISCOPACY is being used in an application at NASA directed by J. Newman and M. James. We propose the implementation of efficient schemes for updating the LL(T) or LDL(T) factors computed in DSCPACK-S to meet the computational requirements of their project. A brief description is provided in the next section.
Efficient iterative methods applied to the solution of transonic flows
DOE Office of Scientific and Technical Information (OSTI.GOV)
Wissink, A.M.; Lyrintzis, A.S.; Chronopoulos, A.T.
1996-02-01
We investigate the use of an inexact Newton`s method to solve the potential equations in the transonic regime. As a test case, we solve the two-dimensional steady transonic small disturbance equation. Approximate factorization/ADI techniques have traditionally been employed for implicit solutions of this nonlinear equation. Instead, we apply Newton`s method using an exact analytical determination of the Jacobian with preconditioned conjugate gradient-like iterative solvers for solution of the linear systems in each Newton iteration. Two iterative solvers are tested; a block s-step version of the classical Orthomin(k) algorithm called orthogonal s-step Orthomin (OSOmin) and the well-known GIVIRES method. The preconditionermore » is a vectorizable and parallelizable version of incomplete LU (ILU) factorization. Efficiency of the Newton-Iterative method on vector and parallel computer architectures is the main issue addressed. In vectorized tests on a single processor of the Cray C-90, the performance of Newton-OSOmin is superior to Newton-GMRES and a more traditional monotone AF/ADI method (MAF) for a variety of transonic Mach numbers and mesh sizes. Newton- GIVIRES is superior to MAF for some cases. The parallel performance of the Newton method is also found to be very good on multiple processors of the Cray C-90 and on the massively parallel thinking machine CM-5, where very fast execution rates (up to 9 Gflops) are found for large problems. 38 refs., 14 figs., 7 tabs.« less
Oca-Aguilar, Ana Celia Montes DE; Mikery-Pacheco, Oscar; Castillo, Alfredo; Rebollar-Téllez, Eduardo A; Piermarini, Peter M; Ibáñez-Bernal, Sergio
2017-05-02
The sand fly Lutzomyia cruciata has been associated with the transmission of Leishmania mexicana to humans in Mexico. This species has a wide distribution in Mexico occupying different microhabitats and environments. In this work comparisons of the egg exochorion of Lu. cruciata from different physiographic areas are presented. Study sites are from different states of southern Mexico. Exochorion analysis was carried out using scanning electron microscopy (SEM). Results show differences in the exochorionic pattern among samples from Veracruz (AVER), Yucatán (HOYU) and Chiapas (TACH). The morphotype "Chiapas" has a polygonal crest pattern, the morphotype "Veracruz" shows parallel and longitudinal crests with some or few connections, and the morphotype "Yucatán" has weak connections between crest ridges. These morphological differences could be the result of local adaptations or evidence of divergence within the nominal unit Lutzomyia cruciata.
Yang, Jun; Zhang, Cuimiao; Peng, Chong; Li, Chunxia; Wang, Lili; Chai, Ruitao; Lin, Jun
2009-01-01
Light fantastic! Lu(2)O(3):Yb(3+)/Er(3+)/Tm(3+) nanocrystals with controllable red, green, blue (RGB) and bright white upconversion luminescence by a single laser excitation of 980 nm have been successfully synthesized (see picture). Due to abundant UC PL colors, it can potentially be used as fluorophores in the field of color displays, back light, UC lasers, photonics, and biomedicine.Lu(2)O(3):Yb(3+)/Er(3+)/Tm(3+) nanocrystals have been successfully synthesized by a solvothermal process followed by a subsequent heat treatment at 800 degrees C. Powder X-ray diffraction, transmission electron microscopy, upconversion photoluminescence spectra, and kinetic decay were used to characterize the samples. Under single-wavelength diode laser excitation of 980 nm, the bright blue emissions of Lu(2)O(3):Yb(3+), Tm(3+) nanocrystals near 477 and 490 nm were observed due to the (1)G(4)-->(3)H(6) transition of Tm(3+). The bright green UC emissions of Lu(2)O(3):Er(3+) nanocrystals appeared near 540 and 565 nm were observed and assigned to the (2)H(11/2)-->(4)I(15/2) and (4)S(3/2)-->(4)I(15/2) transitions, respectively, of Er(3+). The ratio of the intensity of green luminescence to that of red luminescence decreases with an increase of concentration of Yb(3+) in Lu(2)O(3):Er(3+) nanocrystals. In sufficient quantities of Yb(3+) with resprct to Er(3+), the bright red UC emission of Lu(2)O(3):Yb(3+)/Er(3+) centered at 662 nm was predominant, due to the (4)F(9/2)-->(4)I(15/2) transition of Er(3+). Based on the generation of red, green, and blue emissions in the different doped Lu(2)O(3):RE(3+) nanocrystals, it is possible to produce the luminescence with a wide spectrum of colors, including white, by the appropriate doping of Yb(3+), Tm(3+), and Er(3+) in the present Lu(2)O(3) nanocrystals. Namely, Lu(2)O(3):3 %Yb(3+)/0.2 %Tm(3+)/0.4 %Er(3+) nanocrystals show suitable intensities of blue, green, and red (RGB) emission, resulting in the production of perfect and bright white light with CIE-x=0.3456 and CIE-y=0.3179, which is very close to the standard equal energy white light illuminate (x=0.33, y=0.33). Because of abundant luminescent colors from RGB to white in Lu(2)O(3):Yb(3+)/Er(3+)/Tm(3+) nanocrystals under 980 nm laser diode (LD) excitation, they can potentially be used as fluorophores in the field of color displays, back light, UC lasers, photonics, and biomedicine.
Song, In Ho; Lee, Tae Sup; Park, Yong Serk; Lee, Jin Sook; Lee, Byung Chul; Moon, Byung Seok; An, Gwang Il; Lee, Hae Won; Kim, Kwang Il; Lee, Yong Jin; Kang, Joo Hyun; Lim, Sang Moo
2016-07-01
Immuno-PET provides valuable information about tumor location, phenotype, susceptibility to therapy, and treatment response, especially to targeted radioimmunotherapy. In this study, we prepared antiepidermal growth factor receptor (EGFR) antibody via identical chelator, 3,6,9,15-tetraazabicyclo[9.3.1]-pentadeca-1(15),11,13-trience-3,6,9,-triacetic acid (PCTA), labeled with (64)Cu or (177)Lu to evaluate the EGFR expression levels using immuno-PET and the feasibility of radioimmunotherapy in an esophageal squamous cell carcinoma (ESCC) model. Cetuximab was conjugated with p-SCN-Bn-PCTA and radiolabeled with (64)Cu or (177)Lu. In vitro EGFR expression levels were determined and compared using flow cytometry and cell binding assay. In vivo EGFR expression levels were evaluated via immuno-PET imaging of (64)Cu-cetuximab and biodistribution analysis. Micro-SPECT/CT imaging, biodistribution, and radioimmunotherapy studies of (177)Lu-cetuximab were performed in the ESCC model. Therapeutic responses were monitored using (18)F-FDG PET and immunohistochemical staining. (64)Cu- or (177)Lu-labeled antibodies showed high radiolabeling yield (>98%), stability (>90%), and favorable immunoreactivity. In vitro EGFR status measured by cell binding assay was correlated with the flow cytometry data. Immuno-PET, micro-SPECT/CT, and biodistribution demonstrated specific uptake in ESCC tumors depending on the EGFR expression levels. Tumor accumulation of (64)Cu- and (177)Lu-cetuximab was peaked at 48 and 120 h, respectively. Radioimmunotherapy with (177)Lu-cetuximab showed significant inhibition of tumor growth (P < 0.01) and marked reduction of (18)F-FDG SUV compared with that of control (P < 0.05). Terminal deoxynucleotidyl transferase dUTP nick-end labeling positivity and Ki-67 staining indices increased and decreased, respectively, in the radioimmunotherapy group compared with other groups (P < 0.01). (64)Cu-cetuximab immuno-PET represented EGFR expression levels in ESCC tumors, and (177)Lu-cetuximab radioimmunotherapy effectively inhibited the tumor growth. The diagnostic and therapeutic convergence radiopharmaceutical (64)Cu-/(177)Lu-PCTA-cetuximab may be useful as a diagnostic tool in patient selection and a potent radioimmunotherapy agent in EGFR-positive ESCC tumors. © 2016 by the Society of Nuclear Medicine and Molecular Imaging, Inc.
Mathur, Anupam; Prashant, Vrinda; Sakhare, Navin; Chakraborty, Sudipta; Vimalnath, K V; Mohan, Repaka Krishna; Arjun, Chanda; Karkhanis, Barkha; Seshan, Ravi; Basu, Sandip; Korde, Aruna; Banerjee, Sharmila; Dash, Ashutosh; Sachdev, Satbir Singh
2017-09-01
177 Lu-DOTA-TATE is a clinically useful and promising therapeutic radiopharmaceutical for peptide receptor radionuclide therapy of neuroendocrine tumors (NETs) overexpressing somatostatin receptors. Currently, the radiopharmaceutical is prepared in-house at nuclear medicine centers, thereby restricting its use to limited centers only. In this article, the authors describe systematic studies toward bulk scale formulation of "ready-to-use" 177 Lu-DOTA-TATE using medium specific activity 177 Lu (740-1110 GBq/mg) at a centralized radiopharmacy facility. In an optimized protocol, 177 Lu-DOTA-TATE synthesis was carried out by direct heating of 177 LuCl 3 (Sp. act. 740-1110 GBq/mg) with DOTA-TATE peptide (1.5-3.0 equivalents) in ammonium acetate buffer (0.2 M) containing 2,5-dihydroxy benzoic acid (gentisic acid). Thereafter, the crude labeled product was purified using a Sep-Pak ® C18 column and diluted with acetate buffer-gentisic acid (1.5% w/v) solution to final radioactive concentration of 740 MBq/mL. This was further sterilized and dispensed as 7.4 GBq patient dose/vial with 2 days postformulation calibration. A peptide/metal ratio of 1.5-3.0 is essential for complexation wherein radiolabeling yields >90% are obtained minimizing free 177 Lu waste. For formulation of 7.4 GBq patient dose (2 days postproduction), even specific activity of about 555 GBq/mg was found to be adequate for the radiometal. The ready-to-use 740 MBq/mL 177 Lu-DOTA-TATE formulation with gentisic acid (1.5% w/v) is observed to be safe for human use for more than 1 week (radiochemical purity >98%) from the day of production when stored at -70°C. However, the target specificity may get affected beyond 2 days as the total peptide content for 7.4 GBq dose may exceed the critical peptide limit of 300 μg. Patient treatment carried with several batches of present formulation in diseased NET patients exhibited desired distribution at the tumor and its metastatic site. A ready-to-use formulation of 177 Lu-DOTA-TATE was successfully prepared and optimized for regular bulk scale production and supply to distant nuclear medicine centers.
NASA Astrophysics Data System (ADS)
Hollingsworth, Kieren Grant
2015-11-01
MRI is often the most sensitive or appropriate technique for important measurements in clinical diagnosis and research, but lengthy acquisition times limit its use due to cost and considerations of patient comfort and compliance. Once an image field of view and resolution is chosen, the minimum scan acquisition time is normally fixed by the amount of raw data that must be acquired to meet the Nyquist criteria. Recently, there has been research interest in using the theory of compressed sensing (CS) in MR imaging to reduce scan acquisition times. The theory argues that if our target MR image is sparse, having signal information in only a small proportion of pixels (like an angiogram), or if the image can be mathematically transformed to be sparse then it is possible to use that sparsity to recover a high definition image from substantially less acquired data. This review starts by considering methods of k-space undersampling which have already been incorporated into routine clinical imaging (partial Fourier imaging and parallel imaging), and then explains the basis of using compressed sensing in MRI. The practical considerations of applying CS to MRI acquisitions are discussed, such as designing k-space undersampling schemes, optimizing adjustable parameters in reconstructions and exploiting the power of combined compressed sensing and parallel imaging (CS-PI). A selection of clinical applications that have used CS and CS-PI prospectively are considered. The review concludes by signposting other imaging acceleration techniques under present development before concluding with a consideration of the potential impact and obstacles to bringing compressed sensing into routine use in clinical MRI.
Pérez-Doria, Alveiro; Bejarano, Eduar Elías; Sierra, Diana; Vélez, Iván Darío
2008-07-01
The phlebotomine sand flies Lutzomyia pia (Fairchild & Hertig 1961) and Lutzomyia tihuiliensis Le Pont, Torrez-Espejo & Dujardin 1997 (Diptera: Psychodidae) belong to the pia series of the Lu. verrucarum species group, which includes several species that bite humans in Andean foci of leishmaniasis. The females of these two species exhibit isometry and isomorphism in anatomical structures of the head and terminalia commonly used in taxonomic identification of sand flies. They can only be differentiated based on subtle differences in the pigmentation of the pleura. In Lu. tihuiliensis, this is restricted to the basal portions of the katepimeron and katepisternum, whereas in Lu. pia both structures are totally pigmented. Taking into account the subtle morphological differences between these species, the objective of the current study was to evaluate the specific taxonomic status of Lu. tihuiliensis with respect to Lu. pia. A 475-bp portion of the mitochondrial genome was sequenced, composed of the 3' end of the cytochrome b gene, intergenic spacer 1, the transfer RNA gene for serine, intergenic spacer 2, and the 3' end of the gene NAD dehydrogenase 1. Genetic analysis confirms that Lu. tihuiliensis and Lu. pia constitute two distinct species and this is supported by four strong lines of evidence, i.e., the paired genetic distances, size differences and amino acid composition of the cytochrome b protein, presence and absence of intergenic spacer one and divergence observed in the sequence of the transfer RNA gene for serine. It also confirms the validity of the pleural pigmentation pattern as a species diagnostic character and the importance of performing a detailed examination of this character during morphological determination of phlebotomine sand flies in the series pia.
Yong, Kwon Joong; Milenic, Diane E.; Baidoo, Kwamena E.; Brechbiel, Martin W.
2016-01-01
Radiolabeled antibodies (mAbs) provide efficient tools for cancer therapy. The combination of low energy β−-emissions (500 keVmax; 130 keVave) along with a γ-emission for imaging makes 177Lu (T1/2 = 6.7 day) a suitable radionuclide for radioimmunotherapy (RIT) of tumor burdens possibly too large to treat with α-particle radiation. RIT with 177Lu-trastuzumab has proven to be effective for treatment of disseminated HER2 positive peritoneal disease in a pre-clinical model. To elucidate mechanisms originating from this RIT therapy at the molecular level, tumor bearing mice (LS-174T intraperitoneal xenografts) were treated with 177Lu-trastuzumab comparatively to animals treated with a non-specific control, 177Lu-HuIgG, and then to prior published results obtained using 212Pb-trastuzumab, an α-particle RIT agent. 177Lu-trastuzumab induced cell death via DNA double strand breaks (DSB), caspase-3 apoptosis, and interfered with DNA-PK expression, which is associated with the repair of DNA non-homologous end joining damage. This contrasts to prior results, wherein 212Pb-trastuzumab was found to down-regulate RAD51, which is involved with homologous recombination DNA damage repair. 177Lu-trastuzumab therapy was associated with significant chromosomal disruption and up-regulation of genes in the apoptotic process. These results suggest an inhibition of the repair mechanism specific to the type of radiation damage being inflicted by either high or low linear energy transfer radiation. Understanding the mechanisms of action of β−- and α-particle RIT comparatively through an in vivo tumor environment offers real information suitable to enhance combination therapy regimens involving α- and β−-particle RIT for the management of intraperitoneal disease. PMID:27196891
Brgoch, Jakoah; Hasz, Kathryn; Denault, Kristin A; Borg, Christopher K H; Mikhailovsky, Alexander A; Seshadri, Ram
2014-01-01
In developing phosphors for application in solid state lighting, it is advantageous to target structures from databases with highly condensed polyhedral networks that produce rigid host compounds. Rigidity limits channels for non-radiative decay that will decrease the luminescence quantum yield. BaM(2)Si(3)O(10) (M = Sc, Lu) follows this design criterion and is studied here as an efficient Eu(2+)-based phosphor. M = Sc(3+) and Lu(3+) compounds with Eu(2+) substitution were prepared and characterized using synchrotron X-ray powder diffraction and photoluminescence spectroscopy. Substitution with Eu(2+) according to Ba(1-x)Eu(x)Sc(2)Si(3)O(10) and Ba(1-x)Eu(x)Lu(2)Si(3)O(10) results in UV-to-blue and UV-to-blue-green phosphors, respectively. Interestingly, substitution with Eu(2+) in the Lu(3+) containing material produces two emission peaks at low temperature and with 365 nm excitation, as allowed by the two substitution sites. The photoluminescence of the Sc(3+) compound is robust at high temperature, decreasing by only 25% of its room temperature intensity at 503 K, while the Lu-analogue suffers a large drop (75%) from its room temperature intensity. The decrease in emission intensity is explained as stemming from charge transfer quenching due to the short distances separating the luminescent centers on the Lu(3+) substitution site. The correlation between structure and optical response in these two compounds indicates that even though the structures are three-dimensionally connected, high symmetry is required to prevent structural distortions that could impact photoluminescence.
Lymperis, Emmanouil; Kaloudi, Aikaterini; Sallegger, Werner; Bakker, Ingrid L; Krenning, Eric P; de Jong, Marion; Maina, Theodosia; Nock, Berthold A
2018-05-16
Recent advances in oncology involve the use of diagnostic/therapeutic radionuclide-carrier pairs that target cancer cells, offering exciting opportunities for personalized patient treatment. Theranostic gastrin-releasing peptide receptor (GRPR)-directed radiopeptides have been proposed for the management of GRPR-expressing prostate and breast cancers. We have recently introduced the PET tracer 68 Ga-SB3 (SB3, DOTA- p-aminomethylaniline-diglycolic acid-DPhe-Gln-Trp-Ala-Val-Gly-His-Leu-NHEt), a receptor-radioantagonist that enables the visualization of GRPR-positive lesions in humans. Aiming to fully assess the theranostic potential of SB3, we herein report on the impact of switching 68 Ga to 111 In/ 177 Lu-label on the biological properties of resulting radiopeptides. Notably, the bioavailability of 111 In/ 177 Lu-SB3 in mice drastically deteriorated compared with metabolically robust 68 Ga-SB3, and as a result led to poorer 111 In/ 177 Lu-SB3 uptake in GRPR-positive PC-3 xenografts. The peptide cleavage sites were identified by chromatographic comparison of blood samples from mice intravenously receiving 111 In/ 177 Lu-SB3 with each of newly synthesized 111 In/ 177 Lu-SB3-fragments. Coinjection of the radioconjugates with the neprilysin (NEP)-inhibitor phosphoramidon led to full stabilization of 111 In/ 177 Lu-SB3 in peripheral mouse blood and resulted in markedly enhanced radiolabel uptake in the PC-3 tumors. In conclusion, in situ NEP-inhibition led to indistinguishable 68 Ga/ 111 In/ 177 Lu-SB3 profiles in mice emphasizing the theranostic prospects of SB3 for clinical use.
NASA Astrophysics Data System (ADS)
Takeya, H.; El Massalami, M.
2004-01-01
We investigated the magnetism, superconductivity and their interplay in single crystals Er0.8R0.2Ni2B2C (R=Tb,Lu) and ErNi1.9Co0.1B2C. In contrast to Co substitution, R substitutions induce considerable modifications in the magnetism of Er sublattice: e.g., Tb (Lu) substitution enhances (reduces) TN and critical fields. Both R substitutions introduce size effects and pinning centers; the former modifies the magnon specific heat while the latter hinders the formation of a weak ferromagnetism. The superconductivity, on the other hand, is strongly (weakly) influenced by Tb and Co (Lu) substitution. Taking LuNi2B2C as a nonmagnetic superconducting limit, we analyzed their superconductivities, as well as that of ErNi2B2C, in terms of multiple pair breaking theory on dirty superconductors. Based on this analysis, many of their superconducting features can be explained: The breakdown of de Gennes scaling is due to the presence of multiple pair breakers, the anisotropy of Hc2(T) is related to the magnetic anisotropy, the absence of a structure in Hc2(T) at TN of Lu substitution (TN
NASA Astrophysics Data System (ADS)
Walrand, Stephan; Hanin, François-Xavier; Pauwels, Stanislas; Jamar, François
2012-07-01
Clinical trials on 177Lu-90Y therapy used empirical activity ratios. Radionuclides (RN) with larger beta maximal range could favourably replace 90Y. Our aim is to provide RN dose-deposition kernels and to compare the tumour control probability (TCP) of RN combinations. Dose kernels were derived by integration of the mono-energetic beta-ray dose distributions (computed using Monte Carlo) weighted by their respective beta spectrum. Nine homogeneous spherical tumours (1-25 mm in diameter) and four spherical tumours including a lattice of cold, but alive, spheres (1, 3, 5, 7 mm in diameter) were modelled. The TCP for 93Y, 90Y and 125Sn in combination with 177Lu in variable proportions (that kept constant the renal cortex biological effective dose) were derived by 3D dose kernel convolution. For a mean tumour-absorbed dose of 180 Gy, 2 mm homogeneous tumours and tumours including 3 mm diameter cold alive spheres were both well controlled (TCP > 0.9) using a 75-25% combination of 177Lu and 90Y activity. However, 125Sn-177Lu achieved a significantly better result by controlling 1 mm-homogeneous tumour simultaneously with tumours including 5 mm diameter cold alive spheres. Clinical trials using RN combinations should use RN proportions tuned to the patient dosimetry. 125Sn production and its coupling to somatostatin analogue appear feasible. Assuming similar pharmacokinetics 125Sn is the best RN for combination with 177Lu in peptide receptor radiotherapy justifying pharmacokinetics studies in rodent of 125Sn-labelled somatostatin analogues.
Seregni, E; Maccauro, M; Chiesa, C; Mariani, L; Pascali, C; Mazzaferro, V; De Braud, F; Buzzoni, R; Milione, M; Lorenzoni, A; Bogni, A; Coliva, A; Lo Vullo, S; Bombardieri, E
2014-02-01
Peptide receptor radionuclide therapy (PRRT) with radiolabelled somatostatin analogues has been demonstrated to be an effective therapeutic option in patients with disseminated neuroendocrine tumours (NET). Treatment with tandem [(90)Y]DOTA-TATE and [(177)Lu]DOTA-TATE may improve the efficacy of PRRT without increasing the toxicity. In a phase II study we evaluated the feasibility of combined PPRT with a high-energy beta emitter ((90)Y) and a medium-energy beta/gamma emitter ([(177)Lu) in patients with metastatic NET refractory to conventional therapy. A group of 26 patients with metastatic NET were treated with four therapeutic cycles of alternating [[(177)Lu]DOTA-TATE (5.55 GBq) and [(90)Y]DOTA-TATE (2.6 GBq). A dosimetric evaluation was carried out after administration of [[(177)Lu]DOTA-TATE to calculate the absorbed doses in healthy organs. The acute and long-term toxicities of repeated treatment were analysed. PRRT efficacy was evaluated according to RECIST. Administration of tandem [(90)Y]DOTA-TATE and [[(177)Lu]DOTA-TATE induced objective responses in 42.3 % of patients with metastatic NET with a median progression-free survival longer than 24 months. Of patients with pretreatment carcinoid syndrome, 90 % showed a symptomatic response or a reduction in tumour-associated pain. The cumulative biologically effective doses (BED) were below the toxicity limit in the majority of patients, in the absence of renal function impairment. The results of our study indicates that combined [(90)Y]DOTA-TATE and [(177)Lu]DOTA-TATE therapy is a feasible and effective therapeutic option in NET refractory to conventional therapy. Furthermore, the absence of kidney damage and the evaluated cumulative BEDs suggest that increasing the number of tandem administrations is an interesting approach.
NASA Astrophysics Data System (ADS)
Dang, Hao; Meng, Murtaza Hasan Weiwei; Zhao, Haiwei; Iqbal, Javed; Dai, Rongji; Deng, Yulin; Lv, Fang
2014-04-01
Luteolin (LU, 5,7,3',4'-tetrahydroxyflavone) most active compound in Chinese herbal flavones has been acting as a antimicrobial, anti-inflammatory, anti-cancer, and antimutagen. However, its poor bioavailability, hydrophobicity, and pharmacokinetics restrict clinical application. Here in this study, LU-loaded solid lipid nanoparticles have been prepared by hot-microemulsion ultrasonic technique to improve the bioavailability & pharmacokinetics of compound. LU-loaded solid lipid nanoparticle size was confirmed by particle size analyzer with range from 47 to 118 nm, having zepta potential -9.2 mV and polydisperse index 0.247, respectively. Round-shaped SLNPs were obtained by using transmission electron microscope, and encapsulation efficiency 74.80 % was calculated by using HPLC. Both in vitro and vivo studies, LC-MS/MS technique was used for quantification of Luteolin in rat. The T max value of drug with LU-SLNs after the administration was Ten times shorter than pure Luteolin suspension administration. C max value of drug after the administration of LU-SLNs was five times higher than obtained with native drug suspension. Luteolin with SLNs has increased the half-life approximately up to 2 h. Distribution and clearance of drug with SLNs were significantly decreased by 2.16-10.57 fold, respectively. In the end, the relative bioavailability of SLNs has improved about 4.89 compared to Luteolin with SLNs. From this study, it can be concluded that LU-SLNs have not only great potential for improving solubility but also increased the drug concentration in plasma. Furthermore, use of LC-MS/MS for quantification of LU-SLNs in rat plasma is reliable and of therapeutic usefulness, especially for neurodegenerative and cancerous disorders in humans.
Yemenicioğlu, Ahmet; Cemeroğlu, Bekir
2003-04-09
Destabilization of thermostable polyphenol oxidase (TS-PPO) during the ripening of peaches has been previously shown (Yemenicioğlu, A.; Cemeroğlu, B. Tr. J. Agric. For. 1998, 22, 261-265). This work studied the effect of ripening on thermal stability of apricot PPO for three different cultivars. Kabaaşi cultivar contained thermolabile PPO, whereas TS-PPO appeared in Hacihaliloğlu and Cataloğlu cultivars. The TS-PPO showed biphasic inactivation curves, and its D and z values between 60 and 90 degrees C varied in the ranges of 357-1.12 min and 11.9-12.7 degrees C, respectively. In Hacihaliloğlu cultivar the TS-PPO was very consistent and existed at all stages of ripening, whereas in Cataloğlu cultivar it appeared only at the half-ripe stage. The loss of consistent TS-PPO in Hacihaliloğlu apricots after partial purification by acetone precipitation and DEAE-cellulose chromatography suggested the non-covalent nature of its stabilization. The main purified fractions (F1 and F2) showed monophasic inactivation curves with similar thermal inactivation parameters (z(F1) = 10.4 degrees C, z(F2) = 10.1 degrees C). However, their kinetic properties against catechol (K(mF1) = 61 mM, K(mF2) = 122.7 mM) and substrate specificities were considerably different. The results of this study showed the presence of TS-PPO forming and destabilizing mechanisms in apricots. Further studies are needed for the solution of these mechanisms and to develop some new strategies that may be utilized by molecular techniques for a planned production of apricot cultivars provided with heat labile but normal PPO activity.
Cho, Hm Hak; Kim, Jiyun
2011-01-01
Objectives To find out from an analysis of empirical data the levels of influence, which a labor union (LU) and Occupational Safety and Health Committee (OSHC) have in reducing the occupational injury and illness rate (OIIR) through their accident prevention activities in manufacturing industries with five or more employees. Methods The empirical data used in this study are the Occupational Safety and Health Tendency survey data, Occupational Accident Compensation data and labor productivity and sales data for the years 2003 to 2007. By matching these three sources of data, a final data set (n = 280) was developed and analyzed using SPSS version 18 (SPSS Inc., Chicago, IL, USA). Results It was found that a workplace with a LU has a lower OIIR than one without a LU. In manufacturing industries with five or more employees in 2007, the OIIR of the workplaces without a LU was 0.87%, while that of workplaces with a LU was much lower at 0.45%. In addition, workplaces with an established OSHC had a lower OIIR than those without an OSHC. Conclusion It was found that the OIIR of workplaces with a LU is lower than those without a LU. Moreover, those with the OSHC usually had a lower OIIR than those without. The workplace OIIR may have an impact on management performance because the rate is negatively correlated with labor productivity and sales. In the long run, the OIIR of workplaces will be reduced when workers and employers join forces and recognize that the safety and health activities of the workplace are necessary, not only for securing the health rights of the workers, but also for raising labor productivity. PMID:22953216
Li, Jinkai; Li, Ji-Guang; Zhang, Zhongjie; Wu, Xiaoli; Liu, Shaohong; Li, Xiaodong; Sun, Xudong; Sakka, Yoshio
2012-01-01
The metastable garnet lattice of Gd3Al5O12 is stabilized by doping with smaller Lu3+, which then allows an effective incorporation of larger Eu3+ activators. The [(Gd1−xLux)1−yEuy]3Al5O12 (x = 0.1–0.5, y = 0.01–0.09) garnet solid solutions, calcined from their precursors synthesized via carbonate coprecipitation, exhibit strong luminescence at 591 nm (the 5D0 → 7F1 magnetic dipole transition of Eu3+) upon UV excitation into the charge transfer band (CTB) at ∼239 nm, with CIE chromaticity coordinates of x = 0.620 and y = 0.380 (orange-red). The quenching concentration of Eu3+ was estimated at ∼5 at.% (y = 0.05), and the quenching was attributed to exchange interactions. Partial replacement of Gd3+ with Lu3+ up to 50 at.% (x = 0.5) while keeping Eu3+ at the optimal content of 5 at.% does not significantly alter the peak positions of the CTB and 5D0 → 7F1 emission bands but slightly weakens both bands owing to the higher electronegativity of Lu3+. The effects of processing temperature (1000–1500 °C) and Lu/Eu contents on the intensity, quantum efficiency, lifetime and asymmetry factor of luminescence were thoroughly investigated. The [(Gd0.7Lu0.3)0.95Eu0.05]3Al5O12 phosphor processed at 1500 °C exhibits a high internal quantum efficiency of ∼83.2% under 239 nm excitation, which, in combination with the high theoretical density, favors its use as a new type of photoluminescent and scintillation material. PMID:27877495
1988-01-01
IrUNOBIOLOGY AND TRANSPLANTATION M0095.003.1007 (DN677130) REPORT NO. 55 ANTIGEN-PRESENTING CELLS ANTIGENS, SURFACE B LYMPHOCYTES MICE AD A203 216 hMRI...0cA 0A 00A LU O cA 0C LU 0.. =0 4 .. 1 .4 OL A F- =- o PLC 44 OLC >- QOLC 0 -1- LU 1--4- CA ac0 04- - 14- - 44< 1 44- - - 4-4 "- "I- WU < 4"-z CA 1
Laffon, Eric; Thumerel, Matthieu; Jougon, Jacques; Marthan, Roger
2017-06-01
This work aimed at estimating the kinetic parameters, and hence cumulated activity (A C ), of a diagnostic/therapeutic convergence radiopharmaceutical, namely 64 Cu-/ 177 Lu-labeled antibody ( 64 Cu-/ 177 Lu-cetuximab), that acts as anti-epidermal growth factor receptor. Methods: In mice bearing esophageal squamous cell carcinoma tumors, to estimate uptake (K), release rate constant (k R ), and hence A C , a kinetic model analysis was applied to recently published biodistribution data of immuno-PET imaging with 64 Cu-cetuximab and of small-animal SPECT/CT imaging with 177 Lu-cetuximab, including blood and TE-8 tumor. Results: K, k R , and A C were estimated to be 0.0566/0.0593 g⋅h -1 ⋅g -1 , 0.0150/0.0030 h -1 , and 2.3 × 10 10 /4.1 × 10 12 disintegrations (per gram of TE-8 tumor), with an injected activity of 3.70/12.95 MBq, for 64 Cu-/ 177 Lu-cetuximab, respectively. Conclusion: A model is available for comparing kinetic parameters and A C of the companion diagnostic/therapeutic 64 Cu-/ 177 Lu-cetuximab that may be considered as a step for determining whether one can really use the former to predict dosimetry of the latter. © 2017 by the Society of Nuclear Medicine and Molecular Imaging.
Kovacs, Luciana; Tassano, Marcos; Cabrera, Mirel; Zamboni, Cibele B; Fernández, Marcelo; Anjos, Roberto M; Cabral, Pablo
2015-12-01
Dendrimers are synthetic nanomolecules with well-defined chemical structures. Different strategies have been used for radiolabeling dendrimers with different radioisotopes. In this study, the aim was to conjugate dendrimers with (177)Lu, to observe the in vivo behavior of the labeled compound and to measure the elementary changes in tumor tissue that could be caused by ionizing radiation. PAMAM G4 dendrimers conjugated with DOTA were labeled with (177)Lu. The radiolabeled compound was characterized and its stability was evaluated by reverse phase high performance liquid chromatography. Radiolabeling yield was >98% and stable for 24 hours. Biodistribution studies of (177)Lu-DOTA-dendrimers in C57BL/6 melanoma-bearing mice showed blood clearance with hepatic and renal depuration and tumor uptake. The concentrations of Br, Ca, Cl, Fe, K, Mg, Na, Rb, S, and Zn were determined in tumor tissues of C57BL/6 mice treated with (177)Lu-DOTA-dendrimers and in untreated mice. The results showed decreased concentrations of Br (62%), Ca (24%), Cl (51%), K (12%) and Na (60%) and increased concentrations of Fe (8%), Mg (28%), Rb (100%), S (6%) and Zn (4%) in tumor tissues of mice treated with (177)Lu-DOTA-dendrimers. These data may be useful to evaluate changes in tumor tissues as indicators of damage that could be caused by ionizing radiation.
Surgery on varicose veins in the early Ottoman period performed by Serefeddin Sabuncuoğlu.
Darçin, Osman Tansel; Andaç, Mehmet Halit
2003-07-01
Serefeddin Sabuncuoğlu, a pioneer of surgery, is known to be the author of first illustrated surgery textbook, Cerrahiyyetu'l Haniyye (Imperial Surgery), which was written in Turkish in 1465 AD at the age of 80 years. The purpose of this article is to describe his contributions to varicose vein surgery. In addition to vascular surgery, Serefeddin Sabuncuoğlu was interested in a wide range of surgical specialities including thoracic surgery, general surgery, pediatric surgery, ophthalmology, orthopedic surgery, urologic surgery, and obstetrics and gynecology. His book was the first illustrated textbook of surgery in the Turkish medical literature, containing color illustrations of surgical procedures, incisions, and instruments. The book has been known of for only the past 60 years. There are 137 different medical observations and recommendations in Cerrahiyyetu'l Haniyye, along with translated passages from the works of Ebu Kasim-ul Zahravi (Albucasis), Al-Tasrif (Textbook of Surgery), including Sabuncuoğlu's additional original contributions. In chapter 90 of the book, Sabuncuoğlu describes lower extremity varices and their surgical treatment and provides a few color illustrations. Although not recognized and rewarded in his time, Serefeddin Sabuncuoğlu was a great surgeon in Turkish-Islamic medical history. This review demonstrates that his textbook, Cerrahiyyetu'l Haniyye, was the first illustrated textbook including various surgical procedures, incisions, and instruments of varicose vein surgery.
Lampland, Nicole L.; Zhu, Jing; Hovey, Megan; ...
2015-06-25
{Bo MCp tet}Lu(CH 2Ph) 2 ( 1; Bo MCp tet = MeC(Ox Me2 2C 5Me 4; Ox Me2 = 4,4-dimethyl-2-oxazoline) was prepared in 95% yield from the reaction of Bo MCp tetH and Lu(CH 2Ph) 3THF 3. Compound 1 reacts with 1 or 2 equiv of H 2NCH 2R (R = C 6H 5, 1-C 10H 7) to give the corresponding imido complexes [{Bo MCp tet}LuNCH 2R] 2 (R = C 6H 5 ( 2a), 1-C 10H 7 ( 2b)) or amido complexes {Bo MCp tet}Lu(NHCH 2R) 2 (R = C 6H 5 ( 3a), 1-C 10H 7 ( 3b)).more » When isolated, the imido species are insoluble in nonprotic organic solvents. Crystallographic characterization reveals dimeric [{Bo MCp tet}LuNCH 2(1-C 10H 7)] 2 in the solid state. The reaction of 1 and NH3B(C6F5)3 affords crystallographically characterized {Bo MCp tet}Lu{NHB(C 6F 5) 2}C 6F 5. This species is proposed to form via a transient lutetium imido, which undergoes C6F5 migration to the lutetium center.« less
A WLED based on LuAG:Ce3+ PiG coated red-emitting K2SiF6:Mn4+ phosphor by screen-printing
NASA Astrophysics Data System (ADS)
Cao, Rui; Wu, Lingchao; Di, Xiaoxuan; Li, Pengzhi; Hu, Guangcai; Liang, Xiaojuan; Xiang, Weidong
2017-08-01
It is high-profile that the use of phosphor-in-glass (PiG) is extensive because of its excellent advantages in thermal resistance and lifetime aspects, and so on. Here, white light-emitting diodes (WLED) based on LuAG:Ce3+ PiG coated red-emitting K2SiF6:Mn4+ (KSF) phosphors by screen-printing are fabricated. Among all of these, the commercial LuAG phosphors and glass raw materials of TeO2-based glass, were weighted and milled in an agate thoroughly. Then, the mixture was melted and sintered at 850 K or so for 20 min in the ambient atmosphere through low temperature co-fired method, cold-forming LuAG PiG clump and cut into different LuAG PiG thicknesses. After that, the commercial red phosphor KSF was coated on LuAG PiG by screen-printing technique. Finally, high-performance WLEDs based on the TeO2-based glass were obtained, tested and characterized, which exhibit a highest color rendering index of 94.1, a lowest color temperature of 3744 K and a largest luminous efficiency of 101.02 lm·W-1. Most noticeably of all, the promising method has excellent developing potential for industrialization in high-power WLED.
de Brito, Veruska Nogueira; de Almeida, Arleana do Bom Parto Ferreira; Nakazato, Luciano; Duarte, Rosemere; Souza, Cladson de Oliveira; Sousa, Valéria Régia Franco
2014-01-01
Visceral leishmaniasis (VL) in Brazil is transmitted by the phlebotomine Lutzomyia longipalpis and in some midwestern regions by Lutzomyia cruzi. Studies of the phlebotomine fauna, feeding habits and natural infection rate by Leishmania contribute to increased understanding of the epidemiological chain of leishmaniases and their vectorial capacity. Collections were performed in Jaciara, state of Mato Grosso from 2010-2013, during which time 2,011 phlebotomines (23 species) were captured (68.70% Lu. cruzi and 20.52% Lutzomyia whitmani). Lu. cruzi females were identified by observing the shapes of the cibarium (a portion of the mouthpart) and spermatheca, from which samples were obtained for polymerase chain reaction to determine the rates of natural infection. Engorged phlebotomines were assessed to identify the blood-meal host by ELISA. A moderate correlation was discovered between the number of Lu. cruzi and the temperature and the minimum rate of infection was 6.10%. Twenty-two females were reactive to the antisera of bird (28%), dog (3.30%) and skunk (1.60%). We conclude that Lu. cruzi and Lu. whitmani have adapted to the urban environment in this region and that Lu. cruzi is the most likely vector of VL in Jaciara. Moreover, maintenance of Leishmania in the environment is likely aided by the presence of birds and domestic and synanthropic animals. PMID:25410993
NASA Astrophysics Data System (ADS)
Bloch, Elias; Watkins, James; Ganguly, Jibamitra
2018-06-01
In a recent paper, Bast et al. (2017) present an impressive set of mineral and whole rock isochrons and use them to investigate the cause(s) of excess 176Hf in eucrite and angrite meteorites. They argue that during terrestrial weathering of these samples, phosphates present as isolated grains or inclusions underwent partial dissolution during which Lu was mobilized more effectively than Hf. If this residual, unsupported Hf were not effectively excluded from analyses, then the data points would be shifted above the actual isochron, creating scatter and potentially spurious Lu-Hf ages. Bast et al. (2017) conclude that: (1) diffusive fractionation of Lu from Hf during a thermal metamorphic event on the parent body, as suggested by Bloch et al. (2017) and Debaille et al. (2011), did not contribute significantly to the anomalous Lu-Hf ages, and (2) terrestrial weathering effects are the primary cause of the older-than-solar-system Lu-Hf mineral ages retrieved from some eucrites and angrites (e.g. Bast et al., 2012; Bizzarro et al., 2012; Lapen et al., 2015; Sanborn et al., 2015). We find these conclusions to be unjustified in light of the authors' selective and incomplete consideration of results from the modeling by Bloch et al. (2017).
NASA Astrophysics Data System (ADS)
He, Yi; Peng, Rufang
2014-11-01
In this work, luminol functionalized gold nanoparticles (LuAuNPs) were used as colorimetric and chemiluminescent probes for visual, label free, sensitive and selective detection of minocycline (MC). The LuAuNPs were prepared by simple one-pot reduction of HAuCl4 with luminol, which exhibited a good chemiluminescence (CL) activity owing to the presence of luminol molecules on their surface and surface plasmon resonance absorption. In the absence of MC, the color of LuAuNPs was wine red and their size was relatively small (˜25 nm), which could react with silver nitrate, producing a strong CL emission. Upon the addition of MC at acidic buffer solutions, the electrostatic interaction between positively charged MC and negatively charged LuAuNPs caused the aggregation of LuAuNPs, generating a purple or blue color. Simultaneously, the aggregated LuAuNPs did not effectively react with silver nitrate, producing a weak CL emission. The signal change was linearly dependent on the logarithm of MC concentration in the range from 30 ng to 1.0 μg for colorimetric detection and from 10 ng to 1.0 μg for CL detection. With colorimetry, a detection limit of 22 ng was achieved, while the detection limit for CL detection modality was 9.7 ng.
Computational Challenges of 3D Radiative Transfer in Atmospheric Models
NASA Astrophysics Data System (ADS)
Jakub, Fabian; Bernhard, Mayer
2017-04-01
The computation of radiative heating and cooling rates is one of the most expensive components in todays atmospheric models. The high computational cost stems not only from the laborious integration over a wide range of the electromagnetic spectrum but also from the fact that solving the integro-differential radiative transfer equation for monochromatic light is already rather involved. This lead to the advent of numerous approximations and parameterizations to reduce the cost of the solver. One of the most prominent one is the so called independent pixel approximations (IPA) where horizontal energy transfer is neglected whatsoever and radiation may only propagate in the vertical direction (1D). Recent studies implicate that the IPA introduces significant errors in high resolution simulations and affects the evolution and development of convective systems. However, using fully 3D solvers such as for example MonteCarlo methods is not even on state of the art supercomputers feasible. The parallelization of atmospheric models is often realized by a horizontal domain decomposition, and hence, horizontal transfer of energy necessitates communication. E.g. a cloud's shadow at a low zenith angle will cast a long shadow and potentially needs to communication through a multitude of processors. Especially light in the solar spectral range may travel long distances through the atmosphere. Concerning highly parallel simulations, it is vital that 3D radiative transfer solvers put a special emphasis on parallel scalability. We will present an introduction to intricacies computing 3D radiative heating and cooling rates as well as report on the parallel performance of the TenStream solver. The TenStream is a 3D radiative transfer solver using the PETSc framework to iteratively solve a set of partial differential equation. We investigate two matrix preconditioners, (a) geometric algebraic multigrid preconditioning(MG+GAMG) and (b) block Jacobi incomplete LU (ILU) factorization. The TenStream solver is tested for up to 4096 cores and shows a parallel scaling efficiency of 80-90% on various supercomputers.
Constraint treatment techniques and parallel algorithms for multibody dynamic analysis. Ph.D. Thesis
NASA Technical Reports Server (NTRS)
Chiou, Jin-Chern
1990-01-01
Computational procedures for kinematic and dynamic analysis of three-dimensional multibody dynamic (MBD) systems are developed from the differential-algebraic equations (DAE's) viewpoint. Constraint violations during the time integration process are minimized and penalty constraint stabilization techniques and partitioning schemes are developed. The governing equations of motion, a two-stage staggered explicit-implicit numerical algorithm, are treated which takes advantage of a partitioned solution procedure. A robust and parallelizable integration algorithm is developed. This algorithm uses a two-stage staggered central difference algorithm to integrate the translational coordinates and the angular velocities. The angular orientations of bodies in MBD systems are then obtained by using an implicit algorithm via the kinematic relationship between Euler parameters and angular velocities. It is shown that the combination of the present solution procedures yields a computationally more accurate solution. To speed up the computational procedures, parallel implementation of the present constraint treatment techniques, the two-stage staggered explicit-implicit numerical algorithm was efficiently carried out. The DAE's and the constraint treatment techniques were transformed into arrowhead matrices to which Schur complement form was derived. By fully exploiting the sparse matrix structural analysis techniques, a parallel preconditioned conjugate gradient numerical algorithm is used to solve the systems equations written in Schur complement form. A software testbed was designed and implemented in both sequential and parallel computers. This testbed was used to demonstrate the robustness and efficiency of the constraint treatment techniques, the accuracy of the two-stage staggered explicit-implicit numerical algorithm, and the speed up of the Schur-complement-based parallel preconditioned conjugate gradient algorithm on a parallel computer.
NASA Astrophysics Data System (ADS)
Teyssier, J.; Lortz, R.; Petrovic, A.; van der Marel, D.; Filippov, V.; Shitsevalova, N.
2008-10-01
We report a detailed study of specific heat, electrical resistivity, and optical spectroscopy in the superconducting boride LuB12 (Tc=0.4K) , and compare it to the higher Tc compound ZrB12 (Tc=6K) . Both compounds have the same structure based on enclosed metallic Lu or Zr ions in oversized boron cages. The infrared reflectivity and ellipsometry in the visible range allow us to extract the optical conductivity from 6 meV to 4 eV in the normal state from 20 to 280 K. By extracting the superconducting properties, phonon density of states, and electron-phonon coupling function from these measurements, we discuss the important factors governing Tc and explain the difference between the two compounds. The phonon density of states seems to be insignificantly modified by substitution of Zr with Lu. However, the soft vibrations of the metal ions in boron cages, responsible for the relatively high Tc in ZrB12 , have almost no contribution to the electron-phonon coupling in LuB12 .
Song, Yanhua; Li, Yi; Zhao, Tianqi; Wang, Yuexin; Cui, Tingting; Sheng, Ye; Zheng, Keyan; Zhou, Xiuqing; You, Hongpeng; Zou, Haifeng
2017-02-01
BaLuF 5 :Ce,Tb,Eu(Sm) submicrospheres were synthesized via an ILs/ethylene glycol(EG) two-phase system. The crystalline phase, size, morphology, and luminescence properties were characterized using powder X-ray diffraction (XRD), field emission-scanning electron microscopy (FE-SEM), transmission electron microscopy (TEM), photoluminescence (PL) spectra. The results show that 1-methyl-3-octylimidazolium hexafluorophosphate ([Omim]PF 6 ) was used as fluoride source and capping agent to tune morphology and size of the crystals. The formation mechanism has been supposed. Under the excitation of ultraviolet, the BaLuF 5 :5%Ce 3+ ,5%Tb 3+ , BaLuF 5 :Eu 3+ , and BaLuF 5 :5%Ce 3+ ,5%Sm 3+ exhibit green and red emission, which was derived from Tb 3+ , Eu 3+ , and Sm 3+ emission. When codoping Ce 3+ , Tb 3+ , Sm 3+ or Eu 3+ together, multi-color emission can be realized. Furthermore, this synthetic route may have potential applications for fabricating other lanthanide fluorides. Copyright © 2016 Elsevier Inc. All rights reserved.
NASA Astrophysics Data System (ADS)
Sugiyama, Makoto; Fujimoto, Yutaka; Yanagida, Takayuki; Yokota, Yuui; Pejchal, Jan; Furuya, Yuki; Tanaka, Hidehiko; Yoshikawa, Akira
2011-04-01
Nd 0.1%, 0.5%, 1% and 3% doped Lu 3Al 5O 12 (Nd:LuAG) single crystals were grown in the nitrogen atmosphere by the micro-pulling down (μ-PD) method. The grown crystals had a single-phase confirmed by powder XRD analysis. In absorption spectra, some weak absorption lines due to Nd 3+ 4f-4f transitions were observed and their intensity increased with the increase of Nd concentration. When excited by 241Am α-ray, a broad emission peak due to defects in the host lattice at 320 nm and some sharp lines due to Nd 3+ 4f-4f transitions at wavelength longer than 400 nm were observed. The decay time profiles of Nd:LuAG under γ-ray excitation were well approximated by two exponential function of 340-760 ns and 3-5 μs for each sample. By pulse height measurement using 137Cs, Nd 0.5%:LuAG showed the highest light yield of 7600 ± 760 photons/MeV.
CW and tunable performances of Yb3+:LuAG transparent ceramics with different doping concentrations
NASA Astrophysics Data System (ADS)
Ma, Chaoyang; Zhu, Jiangfeng; Liu, Kai; Wen, Zicheng; Ma, Ran; Long, Jiaqi; Yuan, Xuanyi; Cao, Yongge
2017-07-01
We report the CW laser operation and wavelength tunability of 10 at%, 15 at% and 20 at% Yb3+-doping LuAG ceramics pumped at 970 nm. The absorption saturation effects were taken into account herein. For 10 at% Yb3+-doping sample, the maximum slop efficiency and output power was 60.7% and 1.8 W, respectively. Furthermore, the slop efficiencies of 52.3% (15 at%) and 46.5% (20 at%) were reported. What's more, the maximum optical-to-optical efficiency for our samples was determined to be 40.1%, 36.8%, and 33.1% at the incident pump power of 4 W, respectively. The round-trip cavity loss of the laser system based on our Yb3+:LuAG ceramics were evaluated. The tuning curve of a 20 at% Yb3+:LuAG ceramic extended from 1018 nm up to 1062 nm, and that of 10 at% and 15 at% samples became much more broader, making Yb3+:LuAG ceramics possible candidates for ultrashort pulse generation.
NASA Astrophysics Data System (ADS)
Lapucci, A.; Vannini, M.; Ciofini, M.; Pirri, A.; Nikl, M.; Li, J.; Esposito, L.; Biasini, V.; Hostasa, J.; Goto, T.; Boulon, G.; Maksimov, R.; Gizzi, L.; Labate, L.; Toci, G.
2017-01-01
We report a review on our recent developments in Yttebium and Neodymium doped laser ceramics, along two main research lines. The first is the design and development of Yb:YAG ceramics with non uniform doping distribution, for the management of thermo-mechanical stresses and for the mitigation of ASE: layered structures have been produced by solid state reactive sintering, using different forming processes (spray drying and cold press of the homogenized powders, tape cast of the slurry); samples have been characterized and compared to FEM analysis. The second is the investigation of Lutetium based ceramics (such as mixed garnets LuYAG and Lu2O3); this interest is mainly motivated by the favorable thermal properties of these hosts under high doping. We recently obtained for the first time high efficiency laser emission from Yb doped LuYAG ceramics. The investigation on sesquioxides has been focused on Nddoped Lu2O3 ceramics, fabricated with the Spark Plasma Sintering method (SPS). We recently achieved the first laser emission above 1 W from Nd doped Lu2O3 ceramics fabricated by SPS.
Lu.sub.1-xI.sub.3:Ce.sub.x--a scintillator for gamma ray spectroscopy and time-of-flight PET
Shah, Kanai S.
2007-02-06
The present invention concerns very fast scintillator materials comprising lutetium iodide doped with Cerium (Lu.sub.1-xI.sub.3:Ce.sub.x; LuI.sub.3:Ce). The LuI.sub.3 scintillator material has surprisingly good characteristics including high light output, high gamma ray stopping efficiency, fast response, low cost, good proportionality, and minimal afterglow that the material is useful for gamma ray spectroscopy, medical imaging, nuclear and high energy physics research, diffraction, non-destructive testing, nuclear treaty verification and safeguards, and geological exploration. The timing resolution of the scintillators of the present invention provide compositions capable of resolving the position of an annihilation event within a portion of a human body cross-section.
1979-11-23
0,4 5 I0I - .. 0q-* ’ lA ’ ..... + .+c "+ I’ - ..... o- o.i ...... ,o, +, ,r,,, " + .. : - ’ Z oA - I I 3) U , m£.XISITING NVESTIGAT O t~f3I -- ~ j0...CM LU J -- CD_ _j W LUJ LA w w L&L j i" - ~ a &UCLU& c) I- LW CCD C-, .- I = i- -CC cm I ~. CIO) LU wo wU w-ou _ I_ z ~- = CM LU W CD J -CC -C 0...C Ca .4C~ -~ C4 a, a= Z - C. a :; C2 2__ LA Lw -A LLU 3M ’U - = K - ~~~_ L*~jJJhJ & un C.4 -u LU I CLO -A -L _ L C3 m 2I- LL = ’e =i 2 ac Ca _ - _J
China Debates the Future Security Environment
2000-01-01
ccx~perafion and avoid confrontation" (zengl~a .x4nren, jianshao mafan, fa~han he~uo, tntgao dzdk~. Quoted in Lu Zhongwei, "On China-U.S.-Japan...and south to Australia." Lu Gua0g~,e , a fellow at the Chinese National Defense Strategic Institute, claims that together with NATO, the U.S...States may not be prepared to face. First, there is the issue of homeland defense. Lu Dehong from the CIISS writes, "It is the first time since the
Scintillation properties of Pr-activated LuAlO 3
NASA Astrophysics Data System (ADS)
Drozdowski, Winicjusz; Wojtowicz, Andrzej J.; Wiśniewski, Dariusz; Łukasiewicz, Tadeusz; Kisielewski, Jarosław
2006-01-01
Praseodymium activated LuAlO 3 (LuAP) crystals have been grown using the Czochralski method at ITME, Warsaw. In this communication the measurements of radioluminescence (RL), low temperature thermoluminescence (TL), room temperature afterglow (AG), scintillation light yields (LY), and scintillation time profiles (STP), performed on polished 2 × 2 × 10 mm pixels with three Pr concentrations (0.003, 0.04, and 0.08 at.%), are reported. Two sets of samples are compared: (i) "as grown", and (ii) annealed in H 2 atmosphere.
Isomeric ratio measurements for the radiative neutron capture 176Lu(n,γ) at DANCE
NASA Astrophysics Data System (ADS)
Denis-Petit, D.; Roig, O.; Méot, V.; Morillon, B.; Romain, P.; Jandel, M.; Kawano, T.; Vieira, D. J.; Bond, E. M.; Bredeweg, T. A.; Couture, A. J.; Haight, R. C.; Keksis, A. L.; Rundberg, R. S.; Ullmann, J. L.
2017-09-01
The isomeric ratios for the neutron capture reaction 176Lu(n,γ) to the Jπ = 5/2-, 761.7 keV, T1/2 = 32.8 ns and the Jπ = 15/2+, 1356.9 keV, T1/2 = 11.1 ns levels of 177Lu, have been measured for the first time with the Detector for Advanced Neutron Capture Experiments (DANCE) at the Los Alamos National Laboratory. These measured isomeric ratios are compared with TALYS calculations.