WorldWideScience

Sample records for advanced ae techniques

  1. Comparative analysis of different AES implementation techniques for efficient resource usage and better performance of an FPGA

    Directory of Open Access Journals (Sweden)

    Umer Farooq

    2017-07-01

    Full Text Available Over the past few years, cryptographic algorithms have become increasingly important. Advanced Encryption Standard (AES algorithm was introduced in early 2000. It is widely adopted because of its easy implementation and robust security. In this work, AES is implemented on FPGA using five different techniques. These techniques are based on optimized implementation of AES on FPGA by making efficient resource usage of the target device. Experimental results obtained are quite varying in nature. They range from smallest (suitable for area critical application to fastest (suitable for performance critical applications implementation. Finally, technique making efficient usage of resources leads to frequency of 886.64 MHz and throughput of 113.5 Gb/s with moderate resource consumption on a Spartan-6 device. Furthermore, comparison between proposed technique and existing work shows that our technique has 32% higher frequency, while consuming 2.63× more slice LUTs, 8.33× less slice registers, and 12.59× less LUT-FF pairs.

  2. Applying transpose matrix on advanced encryption standard (AES) for database content

    Science.gov (United States)

    Manurung, E. B. P.; Sitompul, O. S.; Suherman

    2018-03-01

    Advanced Encryption Standard (AES) is a specification for the encryption of electronic data established by the U.S. National Institute of Standards and Technology (NIST) and has been adopted by the U.S. government and is now used worldwide. This paper reports the impact of transpose matrix integration to AES. Transpose matrix implementation on AES is aimed at first stage of chypertext modifications for text based database security so that the confidentiality improves. The matrix is also able to increase the avalanche effect of the cryptography algorithm 4% in average.

  3. Biclique cryptanalysis of the full AES

    DEFF Research Database (Denmark)

    Bogdanov, Andrey; Khovratovich, Dmitry; Rechberger, Christian

    2011-01-01

    Since Rijndael was chosen as the Advanced Encryption Standard (AES), improving upon 7-round attacks on the 128-bit key variant (out of 10 rounds) or upon 8-round attacks on the 192/256-bit key variants (out of 12/14 rounds) has been one of the most difficult challenges in the cryptanalysis of block...... ciphers for more than a decade. In this paper, we present the novel technique of block cipher cryptanalysis with bicliques, which leads to the following results: The first key recovery method for the full AES-128 with computational complexity 2126.1. The first key recovery method for the full AES-192...... with computational complexity 2189.7. The first key recovery method for the full AES-256 with computational complexity 2254.4. Key recovery methods with lower complexity for the reduced-round versions of AES not considered before, including cryptanalysis of 8-round AES-128 with complexity 2124.9. Preimage search...

  4. XPS, AES and laser raman spectroscopy: A fingerprint for a materials surface characterisation

    International Nuclear Information System (INIS)

    Zaidi Embong

    2011-01-01

    This review briefly describes some of the techniques available for analysing surfaces and illustrates their usefulness with a few examples such as a metal and alloy. In particular, Auger electron spectroscopy (AES), X-ray photoelectron spectroscopy (XPS) and laser Raman spectroscopy are all described as advanced surface analytical techniques. In analysing a surface, AES and XPS would normally be considered first, with AES being applied where high spatial resolution is required and XPS where chemical state information is needed. Laser Raman spectroscopy is useful for determining molecular bonding. A combination of XPS, AES and Laser Raman spectroscopy can give quantitative analysis from the top few atomic layers with a lateral spatial resolution of < 10 nm. (author)

  5. Low Cost Design of an Advanced Encryption Standard (AES) Processor Using a New Common-Subexpression-Elimination Algorithm

    Science.gov (United States)

    Chen, Ming-Chih; Hsiao, Shen-Fu

    In this paper, we propose an area-efficient design of Advanced Encryption Standard (AES) processor by applying a new common-expression-elimination (CSE) method to the sub-functions of various transformations required in AES. The proposed method reduces the area cost of realizing the sub-functions by extracting the common factors in the bit-level XOR/AND-based sum-of-product expressions of these sub-functions using a new CSE algorithm. Cell-based implementation results show that the AES processor with our proposed CSE method has significant area improvement compared with previous designs.

  6. The effect of CFRP on retrofitting of damaged HSRC beams using AE technique

    Science.gov (United States)

    Soffian Noor, M. S.; Noorsuhada, M. N.

    2017-12-01

    This paper presents the effect of carbon fibre reinforced polymer (CFRP) on retrofitted high strength reinforced concrete (HSRC) beams using acoustic emission (AE) technique. Two RC beam parameters were prepared. The first was the control beam which was undamaged HSRC beam. The second was the damaged HSRC beam retrofitted with CFRP on the soffit. The main objective of this study is to assess the crack modes of HSRC beams using AE signal strength. The relationship between signal strength, load and time were analysed and discussed. The crack pattern observed from the visual observation was also investigated. HSRC beam retrofitted with CFRP produced high signal strength compared to control beam. It demonstrates the effect of the AE signal strength for interpretation and prediction of failure modes that might occur in the beam specimens.

  7. A high performance hardware implementation image encryption with AES algorithm

    Science.gov (United States)

    Farmani, Ali; Jafari, Mohamad; Miremadi, Seyed Sohrab

    2011-06-01

    This paper describes implementation of a high-speed encryption algorithm with high throughput for encrypting the image. Therefore, we select a highly secured symmetric key encryption algorithm AES(Advanced Encryption Standard), in order to increase the speed and throughput using pipeline technique in four stages, control unit based on logic gates, optimal design of multiplier blocks in mixcolumn phase and simultaneous production keys and rounds. Such procedure makes AES suitable for fast image encryption. Implementation of a 128-bit AES on FPGA of Altra company has been done and the results are as follow: throughput, 6 Gbps in 471MHz. The time of encrypting in tested image with 32*32 size is 1.15ms.

  8. Energy efficiency analysis and implementation of AES on an FPGA

    Science.gov (United States)

    Kenney, David

    The Advanced Encryption Standard (AES) was developed by Joan Daemen and Vincent Rjimen and endorsed by the National Institute of Standards and Technology in 2001. It was designed to replace the aging Data Encryption Standard (DES) and be useful for a wide range of applications with varying throughput, area, power dissipation and energy consumption requirements. Field Programmable Gate Arrays (FPGAs) are flexible and reconfigurable integrated circuits that are useful for many different applications including the implementation of AES. Though they are highly flexible, FPGAs are often less efficient than Application Specific Integrated Circuits (ASICs); they tend to operate slower, take up more space and dissipate more power. There have been many FPGA AES implementations that focus on obtaining high throughput or low area usage, but very little research done in the area of low power or energy efficient FPGA based AES; in fact, it is rare for estimates on power dissipation to be made at all. This thesis presents a methodology to evaluate the energy efficiency of FPGA based AES designs and proposes a novel FPGA AES implementation which is highly flexible and energy efficient. The proposed methodology is implemented as part of a novel scripting tool, the AES Energy Analyzer, which is able to fully characterize the power dissipation and energy efficiency of FPGA based AES designs. Additionally, this thesis introduces a new FPGA power reduction technique called Opportunistic Combinational Operand Gating (OCOG) which is used in the proposed energy efficient implementation. The AES Energy Analyzer was able to estimate the power dissipation and energy efficiency of the proposed AES design during its most commonly performed operations. It was found that the proposed implementation consumes less energy per operation than any previous FPGA based AES implementations that included power estimations. Finally, the use of Opportunistic Combinational Operand Gating on an AES cipher

  9. A Novel Recommendation To AES Limitation

    Directory of Open Access Journals (Sweden)

    Falguni Patel

    2017-07-01

    Full Text Available Among all available conventional encryption algorithms the AES Advanced Encryption Standard is the most secured and highly used algorithm. AES algorithm is widely used by variety of applications like Archive and Compression tools File Encryption Encryption File System Disk Partition Encryption Networking Signal Protocol among others. This paper highlights the Brute Force attack and Cryptanalysis attack on AES Algorithm. This paper also discusses about a novel recommendation of a combination model of AES Algorithm and Random-X Cipher.

  10. Attacks and countermeasures on AES and ECC

    DEFF Research Database (Denmark)

    Tange, Henrik; Andersen, Birger

    2013-01-01

    AES (Advanced Encryption Standard) is widely used in LTE and Wi-Fi communication systems. AES has recently been exposed to new attacks which have questioned the overall security of AES. The newest attack is a so called biclique attack, which is using the fact that the content of the state array...

  11. Application of AE technique for on-line monitoring of quenching in racetrack superconducting coil at cryogenic environment

    International Nuclear Information System (INIS)

    Lee, Jun Hyun; Lee, Min Rae; Shon, Myung Hwan; Kwon, Young Kil

    1998-01-01

    An acoustic emission(AE) technique has been used to monitor and diagnose quenching phenomenon in racetrack shaped superconducting magnets at cryogenic environment of 4.2 K. The ultimate goal is to ensure the safety and reliability of large superconducting magnet systems by being able to identity and locate the sources of quench in superconducting magnets. The characteristics of AE parameters have been analyzed by correlating with quench number, winding tension of superconducting coil and charge rate by transport current. It was found in this study that there was good correlation between quench current and AE parameters. The source location of quenching in superconducting magnet was also discussed on the hashing of correlation between magnet voltage and AE energy.

  12. Modified Redundancy based Technique—a New Approach to Combat Error Propagation Effect of AES

    Science.gov (United States)

    Sarkar, B.; Bhunia, C. T.; Maulik, U.

    2012-06-01

    Advanced encryption standard (AES) is a great research challenge. It has been developed to replace the data encryption standard (DES). AES suffers from a major limitation of error propagation effect. To tackle this limitation, two methods are available. One is redundancy based technique and the other one is bite based parity technique. The first one has a significant advantage of correcting any error on definite term over the second one but at the cost of higher level of overhead and hence lowering the processing speed. In this paper, a new approach based on the redundancy based technique is proposed that would certainly speed up the process of reliable encryption and hence the secured communication.

  13. Multiple Lookup Table-Based AES Encryption Algorithm Implementation

    Science.gov (United States)

    Gong, Jin; Liu, Wenyi; Zhang, Huixin

    Anew AES (Advanced Encryption Standard) encryption algorithm implementation was proposed in this paper. It is based on five lookup tables, which are generated from S-box(the substitution table in AES). The obvious advantages are reducing the code-size, improving the implementation efficiency, and helping new learners to understand the AES encryption algorithm and GF(28) multiplication which are necessary to correctly implement AES[1]. This method can be applied on processors with word length 32 or above, FPGA and others. And correspondingly we can implement it by VHDL, Verilog, VB and other languages.

  14. Unbelievable security : Matching AES using public key systems

    NARCIS (Netherlands)

    Lenstra, A.K.; Boyd, C.

    2001-01-01

    The Advanced Encryption Standard (AES) provides three levels of security: 128, 192, and 256 bits. Given a desired level of security for the AES, this paper discusses matching public key sizes for RSA and the ElGamal family of protocols. For the latter both traditional multiplicative groups of finite

  15. AE Test of Calcareous Sands with Particle Rushing

    Directory of Open Access Journals (Sweden)

    Tan Fengyi

    2017-08-01

    Full Text Available The particle of calcareous sands was forced to crush, then the energy from the crushing was released by the form of sound waves. Therefore the AE technique was used to detect the calcareous sands AE signal when it crushed. by to study the AE characteristics, the mechanics of calcareous sands was studied. Study showed that: (1 there was the AE activities on the low confining pressure condition at the beginnig of test, (2 there was more and more AE activities with the continuing of test until to the end, (3 the calcareous sands’ AE activities was on the whole testing, (4 the calcareous sands’ particle crushing and mutual friction played different roles for its AE activities. Then the AE model based on the calcarous sands’ particle crushing was discussed.

  16. APLIKASI ENKRIPSI DAN DEKRIPSI FILE DENGAN MENGGUNAKAN AES (ADVANCED ENCRYPTION STANDARD ALGORITMA RIJNDAEL PADA SISTEM OPERASI ANDROID

    Directory of Open Access Journals (Sweden)

    Langit Da Silva

    2015-04-01

    Full Text Available Rijndael algorithm is an algorithm that won the contest organized by NIST to replace DES algorithm known weaknesses . After winning the contest Rijndael algorithm , Rijndael lagoitma then serve as the AES ( Advanced Encryption Standard . This algorithm has been widely used in the encryption problem both for text , files , and databases . While Android is an open source operating system developed by Google . Currently Android operating system has become the operating system most widely used on smartphoanes . Smartphones now prevalent and had also been owned by many people because of its reliability. In this final project has been able to be made to solve the problem of software security file on the device that uses the Android operating system using AES ( Advanced Encryption Standard Rijndael algorithm . The method used in the design and manufacture of this software is the method GRAPPLE ( Guideliness for Rapid Application Engineering . The programming language used is Java . In the application can generate an encrypted file that can not be opened . To open the file , then the application can perform the decryption process . The parameters used in the analysis of this algorithm when used for encryption and decryption .

  17. A Novel Image Cryptosystem Based on S-AES and Chaotic Map

    Directory of Open Access Journals (Sweden)

    Bai Lan

    2015-01-01

    Full Text Available This paper proposes a novel scheme based on simplified advanced encryption standard (S-AES for image encryption. Modified Arnold Map applied as diffusion technique for an image, and the key and dynamic S-box of encryption is generated by PWLCM. The goal is to balance rapidity and security of encryption. Experimental implementation has been done. This light encryption scheme shows resistance against chosen-plaintext attack and is suitable for sensor networks and IoT.

  18. Spectral interference of zirconium on 24 analyte elements using CCD based ICP-AES technique

    International Nuclear Information System (INIS)

    Adya, V.C.; Sengupta, Arijit; Godbole, S.V.

    2014-01-01

    In the present studies, the spectral interference of zirconium on different analytical lines of 24 critical analytes using CCD based ICP-AES technique is described. Suitable analytical lines for zirconium were identified along with their detection limits. The sensitivity and the detection limits of analytical channels for different elements in presence of Zr matrix were calculated. Subsequently analytical lines with least interference from Zr and better detection limits were selected for their determinations. (author)

  19. AES Water Architecture Study Interim Results

    Science.gov (United States)

    Sarguisingh, Miriam J.

    2012-01-01

    The mission of the Advanced Exploration System (AES) Water Recovery Project (WRP) is to develop advanced water recovery systems in order to enable NASA human exploration missions beyond low earth orbit (LEO). The primary objective of the AES WRP is to develop water recovery technologies critical to near term missions beyond LEO. The secondary objective is to continue to advance mid-readiness level technologies to support future NASA missions. An effort is being undertaken to establish the architecture for the AES Water Recovery System (WRS) that meets both near and long term objectives. The resultant architecture will be used to guide future technical planning, establish a baseline development roadmap for technology infusion, and establish baseline assumptions for integrated ground and on-orbit environmental control and life support systems (ECLSS) definition. This study is being performed in three phases. Phase I of this study established the scope of the study through definition of the mission requirements and constraints, as well as indentifying all possible WRS configurations that meet the mission requirements. Phase II of this study focused on the near term space exploration objectives by establishing an ISS-derived reference schematic for long-duration (>180 day) in-space habitation. Phase III will focus on the long term space exploration objectives, trading the viable WRS configurations identified in Phase I to identify the ideal exploration WRS. The results of Phases I and II are discussed in this paper.

  20. Development of AE monitoring system for journal bearing

    International Nuclear Information System (INIS)

    Yoon, Dong Jin; Kwon, Oh Yang; Chung, Min Hwa

    1994-01-01

    For the purpose of monitoring of the bearing conditions in rotating machinery, a system for journal bearing diagnosis by AE was developed. Acoustic emission technique is used to detect abnormal conditions in the bearing system. And various data such as AE events, rms voltage level of AE signals, and AE parameters were acquired during experiments with the simulated journal bearing system. Based on the above results and practical application for power plant, algorithms and judgement criteria for diagnosis system was accomplished. Bearing diagnosis system is composed of four parts as follows : sensing part for AE sensor and preamplifier, signal processing part for rms-to-dc converting to measure AE rms voltage, interface part for connecting rms signal to PC using A/D converter, graphic display and software part for display of bearing condition and for managing of diagnosis program.

  1. AES ALGORITHM IMPLEMENTATION IN PROGRAMMING LANGUAGES

    Directory of Open Access Journals (Sweden)

    Luminiţa DEFTA

    2010-12-01

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

  2. Enhanced ATM Security using Biometric Authentication and Wavelet Based AES

    Directory of Open Access Journals (Sweden)

    Sreedharan Ajish

    2016-01-01

    Full Text Available The traditional ATM terminal customer recognition systems rely only on bank cards, passwords and such identity verification methods are not perfect and functions are too single. Biometrics-based authentication offers several advantages over other authentication methods, there has been a significant surge in the use of biometrics for user authentication in recent years. This paper presents a highly secured ATM banking system using biometric authentication and wavelet based Advanced Encryption Standard (AES algorithm. Two levels of security are provided in this proposed design. Firstly we consider the security level at the client side by providing biometric authentication scheme along with a password of 4-digit long. Biometric authentication is achieved by considering the fingerprint image of the client. Secondly we ensure a secured communication link between the client machine to the bank server using an optimized energy efficient and wavelet based AES processor. The fingerprint image is the data for encryption process and 4-digit long password is the symmetric key for the encryption process. The performance of ATM machine depends on ultra-high-speed encryption, very low power consumption, and algorithmic integrity. To get a low power consuming and ultra-high speed encryption at the ATM machine, an optimized and wavelet based AES algorithm is proposed. In this system biometric and cryptography techniques are used together for personal identity authentication to improve the security level. The design of the wavelet based AES processor is simulated and the design of the energy efficient AES processor is simulated in Quartus-II software. Simulation results ensure its proper functionality. A comparison among other research works proves its superiority.

  3. Improving the throughput of the AES algorithm with multicore processors

    OpenAIRE

    Barnes, A.; Fernando, R.; Mettananda, K.; Ragel, R. G.

    2014-01-01

    AES, Advanced Encryption Standard, can be considered the most widely used modern symmetric key encryption standard. To encrypt/decrypt a file using the AES algorithm, the file must undergo a set of complex computational steps. Therefore a software implementation of AES algorithm would be slow and consume large amount of time to complete. The immense increase of both stored and transferred data in the recent years had made this problem even more daunting when the need to encrypt/decrypt such d...

  4. Crack classification in concrete beams using AE parameters

    Science.gov (United States)

    Bahari, N. A. A. S.; Shahidan, S.; Abdullah, S. R.; Ali, N.; Zuki, S. S. Mohd; Ibrahim, M. H. W.; Rahim, M. A.

    2017-11-01

    The acoustic emission (AE) technique is an effective tool for the evaluation of crack growth. The aim of this study is to evaluate crack classification in reinforced concrete beams using statistical analysis. AE has been applied for the early monitoring of reinforced concrete structures using AE parameters such as average frequency, rise time, amplitude counts and duration. This experimental study focuses on the utilisation of this method in evaluating reinforced concrete beams. Beam specimens measuring 150 mm × 250 mm × 1200 mm were tested using a three-point load flexural test using Universal Testing Machines (UTM) together with an AE monitoring system. The results indicated that RA value can be used to determine the relationship between tensile crack and shear movement in reinforced concrete beams.

  5. Encryption of Stereo Images after Compression by Advanced Encryption Standard (AES

    Directory of Open Access Journals (Sweden)

    Marwah k Hussien

    2018-04-01

    Full Text Available New partial encryption schemes are proposed, in which a secure encryption algorithm is used to encrypt only part of the compressed data. Partial encryption applied after application of image compression algorithm. Only 0.0244%-25% of the original data isencrypted for two pairs of dif-ferent grayscale imageswiththe size (256 ´ 256 pixels. As a result, we see a significant reduction of time in the stage of encryption and decryption. In the compression step, the Orthogonal Search Algorithm (OSA for motion estimation (the dif-ferent between stereo images is used. The resulting disparity vector and the remaining image were compressed by Discrete Cosine Transform (DCT, Quantization and arithmetic encoding. The image compressed was encrypted by Advanced Encryption Standard (AES. The images were then decoded and were compared with the original images. Experimental results showed good results in terms of Peak Signal-to-Noise Ratio (PSNR, Com-pression Ratio (CR and processing time. The proposed partial encryption schemes are fast, se-cure and do not reduce the compression performance of the underlying selected compression methods

  6. AE 941.

    Science.gov (United States)

    2004-01-01

    AE 941 [Arthrovas, Neoretna, Psovascar] is shark cartilage extract that inhibits angiogenesis. AE 941 acts by blocking the two main pathways that contribute to the process of angiogenesis, matrix metalloproteases and the vascular endothelial growth factor signalling pathway. When initial development of AE 941 was being conducted, AEterna assigned the various indications different trademarks. Neovastat was used for oncology, Psovascar was used for dermatology, Neoretna was used for ophthalmology and Arthrovas was used for rheumatology. However, it is unclear if these trademarks will be used in the future and AEterna appears to only be using the Neovastat trademark in its current publications regardless of the indication. AEterna Laboratories signed commercialisation agreements with Grupo Ferrer Internacional SA of Spain and Medac GmbH of Germany in February 2001. Under the terms of the agreement, AEterna has granted exclusive commercialisation and distribution rights to AE 941 in oncology to Grupo Ferrer Internacional for the Southern European countries of France, Belgium, Spain, Greece, Portugal and Italy. It also has rights in Central and South America. Medac GmbH will have marketing rights in Germany, the UK, Scandinavia, Switzerland, Austria, Ireland, the Netherlands and Eastern Europe. In October 2002, AEterna Laboratories announced that it had signed an agreement with Australian healthcare products and services company Mayne Group for marketing AE 941 (as Neovastat) in Australia, New Zealand, Canada and Mexico. In March 2003, AEterna Laboratories announced it has signed an agreement with Korean based LG Life Sciences Ltd for marketing AE 941 (as Neovastat) in South Korea. The agreement provides AEterna with upfront and milestone payments, as well as a return on manufacturing and sales of AE 941. AEterna Laboratories had granted Alcon Laboratories an exclusive worldwide licence for AE 941 for ophthalmic products. However, this licence has been terminated. In

  7. Power Consumption and Calculation Requirement Analysis of AES for WSN IoT.

    Science.gov (United States)

    Hung, Chung-Wen; Hsu, Wen-Ting

    2018-05-23

    Because of the ubiquity of Internet of Things (IoT) devices, the power consumption and security of IoT systems have become very important issues. Advanced Encryption Standard (AES) is a block cipher algorithm is commonly used in IoT devices. In this paper, the power consumption and cryptographic calculation requirement for different payload lengths and AES encryption types are analyzed. These types include software-based AES-CB, hardware-based AES-ECB (Electronic Codebook Mode), and hardware-based AES-CCM (Counter with CBC-MAC Mode). The calculation requirement and power consumption for these AES encryption types are measured on the Texas Instruments LAUNCHXL-CC1310 platform. The experimental results show that the hardware-based AES performs better than the software-based AES in terms of power consumption and calculation cycle requirements. In addition, in terms of AES mode selection, the AES-CCM-MIC64 mode may be a better choice if the IoT device is considering security, encryption calculation requirement, and low power consumption at the same time. However, if the IoT device is pursuing lower power and the payload length is generally less than 16 bytes, then AES-ECB could be considered.

  8. Environmental application of XRF, ICP-AES and INAA on biological matrix

    International Nuclear Information System (INIS)

    Zararsiz, A.; Dogangun, A.; Tuncel, S.

    2004-01-01

    Full text: It is very important to determine trace quantities of metals in different matrices with high accuracy since the metals are used as markers for different sources in air pollution studies. In this study, the analytical capabilities of XRF, ICP-AES and INM techniques on a biological matrix namely lichens, which are widely used as bio monitoring organisms for the pollutants mapping in the atmosphere, were tested. Lichen samples were collected in Aegean Region of Turkey where pollution is an important issue. 9 elements were determined by XRF, 14 elements by ICP-AES and 13 elements by INM. Quality assurance was achieved using lichen SRM (IAEA-336) and Orchard leaves SRM (NIST- 1571). Produced data are subjected to statistical tests, like t-test, Q-test in order to determine the accuracy and precision of each technique. A recommendation list of the proper analytical technique is obtained for determination of each specific element considering analytical capabilities of ICP-AES, XRF and INM. As a result we can recommend that the first choice for Cd, Cu, Mg is ICP-AES, for In, K, Rb is INAA, for Br is XRF, if the concentrations are not close to the detection limit of XRF. For V, Cr, AI, Na, Fe ICP-AES and INM are both well, for Pb ICP-AES and XRF are both well, if the concentrations are not close to the detection limit of XRF, for Mn and Ca INM, XRF and ICP-AES are all give similar results for this type of biological matrix

  9. AE Characteristics affecting the Notch Effect of the Cold Steel SKD11

    Energy Technology Data Exchange (ETDEWEB)

    Han, Eung Kyo; Kim, Ki Choong; Kwon, Dong Ho; Kim, Jae Yeor [Hanyang University, Seoul (Korea, Republic of)

    1986-11-15

    Acoustic Emission is not only expected as a non-destructive evaluation technique in practice but also noted as a new powerful means of evaluation of materials. AE occurs with plastic deformation and propagation of crack, and this patterns of occurrence of AE vary with materials. AE which comes from propagation of crack depends oil the shapes and properties of materials. Like this AE has characteristic of material. The present work is an attempt to evaluate characteristics of carbon steel (SM55C) and Die steel(SKD11) by means of dynamic response of AE method

  10. Implementation of T-box/T/sup -1/-box based AES design on latest xilinx fpga

    International Nuclear Information System (INIS)

    Kundi, D.E.; Aziz, A.

    2015-01-01

    This work presents an efficient implementation of the AES (Advance Encryption Standard) based on Tbox/T-1-box design for both the encryption and decryption on FPGA (Field Programmable Gate Array). The proposed architecture not only make efficient use of full capacity of dedicated 32 Kb BRAM (Block RAM) of latest Xilinx FPGAs (Virtex-5, Virtex-6 and 7 Series) but also saves considerable amount of BRAM and logical resources by using multiple accesses from single BRAM in one cycle of system clock as compared to conventional LUT (Look-Up-Table) techniques. The proposed T-box/T-1-box based AES design for both the encryption and decryption fits into just 4 BRAMs on FPGA and results in good efficiency TPS (Throughput per Slice) with less power consumption. (author)

  11. Power efficient and high performance VLSI architecture for AES algorithm

    Directory of Open Access Journals (Sweden)

    K. Kalaiselvi

    2015-09-01

    Full Text Available Advanced encryption standard (AES algorithm has been widely deployed in cryptographic applications. This work proposes a low power and high throughput implementation of AES algorithm using key expansion approach. We minimize the power consumption and critical path delay using the proposed high performance architecture. It supports both encryption and decryption using 256-bit keys with a throughput of 0.06 Gbps. The VHDL language is utilized for simulating the design and an FPGA chip has been used for the hardware implementations. Experimental results reveal that the proposed AES architectures offer superior performance than the existing VLSI architectures in terms of power, throughput and critical path delay.

  12. A Secure Test Technique for Pipelined Advanced Encryption Standard

    Science.gov (United States)

    Shi, Youhua; Togawa, Nozomu; Yanagisawa, Masao; Ohtsuki, Tatsuo

    In this paper, we presented a Design-for-Secure-Test (DFST) technique for pipelined AES to guarantee both the security and the test quality during testing. Unlike previous works, the proposed method can keep all the secrets inside and provide high test quality and fault diagnosis ability as well. Furthermore, the proposed DFST technique can significantly reduce test application time, test data volume, and test generation effort as additional benefits.

  13. Reconfigurable Secure Video Codec Based on DWT and AES Processor

    Directory of Open Access Journals (Sweden)

    Rached Tourki

    2010-01-01

    Full Text Available In this paper, we proposed a secure video codec based on the discrete wavelet transformation (DWT and the Advanced Encryption Standard (AES processor. Either, use of video coding with DWT or encryption using AES is well known. However, linking these two designs to achieve secure video coding is leading. The contributions of our work are as follows. First, a new method for image and video compression is proposed. This codec is a synthesis of JPEG and JPEG2000,which is implemented using Huffman coding to the JPEG and DWT to the JPEG2000. Furthermore, an improved motion estimation algorithm is proposed. Second, the encryptiondecryption effects are achieved by the AES processor. AES is aim to encrypt group of LL bands. The prominent feature of this method is an encryption of LL bands by AES-128 (128-bit keys, or AES-192 (192-bit keys, or AES-256 (256-bit keys.Third, we focus on a method that implements partial encryption of LL bands. Our approach provides considerable levels of security (key size, partial encryption, mode encryption, and has very limited adverse impact on the compression efficiency. The proposed codec can provide up to 9 cipher schemes within a reasonable software cost. Latency, correlation, PSNR and compression rate results are analyzed and shown.

  14. Some aspects of ICP-AES analysis of high purity rare earths

    International Nuclear Information System (INIS)

    Murty, P.S.; Biswas, S.S.

    1991-01-01

    Inductively coupled plasma atomic emission spectrometry (ICP-AES) is a technique capable of giving high sensitivity in trace elemental analysis. While the technique possesses high sensitivity, it lacks high selectivity. Selectivity is important where substances emitting complex spectra are to be analysed for trace elements. Rare earths emit highly complex spectra in a plasma source and the determination of adjacent rare earths in a high purity rare earth matrix, with high sensitivity, is not possible due to the inadequate selectivity of ICP-AES. One approach that has yielded reasonably good spectral selectivity in the high purity rare earth analysis by ICP-AES is by employing a combination of wavelength modulation techniques and high resolution echelle grating. However, it was found that by using a high resolution monochromator senstitivities either comparable to or better than those reported by the wavelength modulation technique could be obtained. (author). 2 refs., 2 figs., 2 tabs

  15. Advanced in-flight measurement techniques

    CERN Document Server

    Lawson, Nicholas; Jentink, Henk; Kompenhans, Jürgen

    2013-01-01

    The book presents a synopsis of the main results achieved during the 3 year EU-project "Advanced Inflight Measurement Techniques (AIM)" which applied advanced image based measurement techniques to industrial flight testing. The book is intended to be not only an overview on the AIM activities but also a guide on the application of advanced optical measurement techniques for future flight testing. Furthermore it is a useful guide for engineers in the field of experimental methods and flight testing who face the challenge of a future requirement for the development of highly accurate non-intrusive in-flight measurement techniques.

  16. AE characteristic for monitoring of fatigue crack in steel bridge members

    Science.gov (United States)

    Yoon, Dong-Jin; Jung, Juong-Chae; Park, Philip; Lee, Seung-Seok

    2000-06-01

    Acoustic emission technique was employed for the monitoring of crack activity in both steel bridge members and laboratory specimen. Laboratory experiment was carried out to identify AE characteristics of fatigue cracks for compact tension specimen. The relationship between a stress intensity factor and AE signals activity as well as conventional AE parameter analysis was discussed. A field test was also conducted on a railway bridge, which contain several fatigue cracks. Crack activities were investigated while in service with strain measurement. From the results, in the laboratory tests, the features of three parameters such as the length of crack growth, the AE energy, and the cumulative AE events, showed the almost same trend in their increase as the number of fatigue cycle increased. From the comparisons of peak amplitude and AE energy with stress intensity factor, it was verified that the higher stress intensity factors generated AE signals with higher peak amplitude and a large number of AE counts. In the field test, real crack propagation signals were captured and the crack activity was verified in two cases.

  17. Chromosome isolation by flow sorting in Aegilops umbellulata and Ae. comosa and their allotetraploid hybrids Ae. biuncialis and Ae. geniculata.

    Directory of Open Access Journals (Sweden)

    István Molnár

    Full Text Available This study evaluates the potential of flow cytometry for chromosome sorting in two wild diploid wheats Aegilops umbellulata and Ae. comosa and their natural allotetraploid hybrids Ae. biuncialis and Ae. geniculata. Flow karyotypes obtained after the analysis of DAPI-stained chromosomes were characterized and content of chromosome peaks was determined. Peaks of chromosome 1U could be discriminated in flow karyotypes of Ae. umbellulata and Ae. biuncialis and the chromosome could be sorted with purities exceeding 95%. The remaining chromosomes formed composite peaks and could be sorted in groups of two to four. Twenty four wheat SSR markers were tested for their position on chromosomes of Ae. umbellulata and Ae. comosa using PCR on DNA amplified from flow-sorted chromosomes and genomic DNA of wheat-Ae. geniculata addition lines, respectively. Six SSR markers were located on particular Aegilops chromosomes using sorted chromosomes, thus confirming the usefulness of this approach for physical mapping. The SSR markers are suitable for marker assisted selection of wheat-Aegilops introgression lines. The results obtained in this work provide new opportunities for dissecting genomes of wild relatives of wheat with the aim to assist in alien gene transfer and discovery of novel genes for wheat improvement.

  18. Reconfigurable Secure Video Codec Based on DWT and AES Processor

    OpenAIRE

    Rached Tourki; M. Machhout; B. Bouallegue; M. Atri; M. Zeghid; D. Dia

    2010-01-01

    In this paper, we proposed a secure video codec based on the discrete wavelet transformation (DWT) and the Advanced Encryption Standard (AES) processor. Either, use of video coding with DWT or encryption using AES is well known. However, linking these two designs to achieve secure video coding is leading. The contributions of our work are as follows. First, a new method for image and video compression is proposed. This codec is a synthesis of JPEG and JPEG2000,which is implemented using Huffm...

  19. Obsidian provenance studies in archaeology: A comparison between PIXE, ICP-AES and ICP-MS

    International Nuclear Information System (INIS)

    Bellot-Gurlet, Ludovic; Poupeau, Gerard; Salomon, Joseph; Calligaro, Thomas; Moignard, Brice; Dran, Jean-Claude; Barrat, Jean-Alix; Pichon, Laurent

    2005-01-01

    Elemental composition fingerprinting by PIXE technique is very attractive for obsidian provenance studies as it may proceed in a non-destructive mode, even if a more complete elemental characterization can be obtained by ICP-MS and/or ICP-AES. Only few studies have compared results obtained by both methods for solid rock samples. In this work, elemental compositions were determined by ICP-MS/-AES for international geochemical standards and by ICP-MS/-AES and PIXE for inter-laboratory reference obsidians. In addition 49 obsidian source samples and artefacts were analysed by both ICP-MS/-AES and PIXE. Instrumental work and measurement quality control performed for obsidian chemical characterization, underline that PIXE and ICP-MS/-AES provide reproducible, accurate and comparable measurements. In some volcanic districts the limited number of elements dosed by PIXE is sufficient for the discrimination of the potential raw sources of obsidians. Therefore, PIXE can be an advantageous substitute to ICP-MS/-AES techniques for provenance studies

  20. Complementary Metal-Oxide-Silicon (CMOS)-Memristor Hybrid Nanoelectronics for Advanced Encryption Standard (AES) Encryption

    Science.gov (United States)

    2016-04-01

    were built in-house at the SUNY Poly-technic Institute’s Center for Semiconductor Research ( CSR ); however, the initial devices for materials screening...A code that models the sweep-mode behavior of the bipolar ReRAM device that is initially in HRS. ............................................ 15...Standard (AES). AES is one of the most important encryption systems and is widely used in military and commercial systems. Based on an iterative

  1. Fast Oblivious AES A Dedicated application of the MiniMac protocol

    DEFF Research Database (Denmark)

    Zakarias, Rasmus Winther; Damgård, Ivan Bjerre

    2015-01-01

    We present an actively secure multi-partycomputation of the Advanced Encryption Standard (AES). To the best of our knowledge it is the fastest of its kind to date. We start from an efficient actively secure evaluation of general binary circuits that was implemented by the authors of [DLT14......]. They presented an optimized implementation of the so-called MiniMac protocol [DZ13] that runs in the pre-processing model, and applied this to a binary AES circuit. In this paper we de- scribe how to dedicate the pre-processing to the structure of AES, which improves significantly the throughput and latency...... of previous actively secure implementations. We get a latency of about 6 ms and amortised time about 0.4 ms per AES block, which seems completely adequate for practical applications such as verification of 1-time passwords....

  2. Principles of modern radar advanced techniques

    CERN Document Server

    Melvin, William

    2012-01-01

    Principles of Modern Radar: Advanced Techniques is a professional reference for practicing engineers that provides a stepping stone to advanced practice with in-depth discussions of the most commonly used advanced techniques for radar design. It will also serve advanced radar academic and training courses with a complete set of problems for students as well as solutions for instructors.

  3. Review of advanced imaging techniques

    Directory of Open Access Journals (Sweden)

    Yu Chen

    2012-01-01

    Full Text Available Pathology informatics encompasses digital imaging and related applications. Several specialized microscopy techniques have emerged which permit the acquisition of digital images ("optical biopsies" at high resolution. Coupled with fiber-optic and micro-optic components, some of these imaging techniques (e.g., optical coherence tomography are now integrated with a wide range of imaging devices such as endoscopes, laparoscopes, catheters, and needles that enable imaging inside the body. These advanced imaging modalities have exciting diagnostic potential and introduce new opportunities in pathology. Therefore, it is important that pathology informaticists understand these advanced imaging techniques and the impact they have on pathology. This paper reviews several recently developed microscopic techniques, including diffraction-limited methods (e.g., confocal microscopy, 2-photon microscopy, 4Pi microscopy, and spatially modulated illumination microscopy and subdiffraction techniques (e.g., photoactivated localization microscopy, stochastic optical reconstruction microscopy, and stimulated emission depletion microscopy. This article serves as a primer for pathology informaticists, highlighting the fundamentals and applications of advanced optical imaging techniques.

  4. Analyzing Permutations for AES-like Ciphers: Understanding ShiftRows

    DEFF Research Database (Denmark)

    Beierle, Christof; Jovanovic, Philipp; Lauridsen, Martin Mehl

    2015-01-01

    Designing block ciphers and hash functions in a manner that resemble the AES in many aspects has been very popular since Rijndael was adopted as the Advanced Encryption Standard. However, in sharp contrast to the MixColumns operation, the security implications of the way the state is permuted...... by the operation resembling ShiftRows has never been studied in depth. Here, we provide the first structured study of the influence of ShiftRows-like operations, or more generally, word-wise permutations, in AES-like ciphers with respect to diffusion properties and resistance towards differential- and linear...... normal form. Using a mixed-integer linear programming approach, we obtain optimal parameters for a wide range of AES-like ciphers, and show improvements on parameters for Rijndael-192, Rijndael-256, PRIMATEs-80 and Prøst-128. As a separate result, we show for specific cases of the state geometry...

  5. Advanced Techniques in Biophysics

    CERN Document Server

    Arrondo, José Luis R

    2006-01-01

    Technical advancements are basic elements in our life. In biophysical studies, new applications and improvements in well-established techniques are being implemented every day. This book deals with advancements produced not only from a technical point of view, but also from new approaches that are being taken in the study of biophysical samples, such as nanotechniques or single-cell measurements. This book constitutes a privileged observatory for reviewing novel applications of biophysical techniques that can help the reader enter an area where the technology is progressing quickly and where a comprehensive explanation is not always to be found.

  6. Developing A/E Capabilities

    International Nuclear Information System (INIS)

    Gonzalez, A.; Gurbindo, J.

    1987-01-01

    During the last few years, the methods used by EMPRESARIOS AGRUPADOS and INITEC to perform Architect-Engineering work in Spain for nuclear projects has undergone a process of significant change in project management and engineering approaches. Specific practical examples of management techniques and design practices which represent a good record of results will be discussed. They are identified as areas of special interest in developing A/E capabilities for nuclear projects . Command of these areas should produce major payoffs in local participation and contribute to achieving real nuclear engineering capabities in the country. (author)

  7. Separation techniques for the clean-up of radioactive mixed waste for ICP-AES/ICP-MS analysis

    International Nuclear Information System (INIS)

    Swafford, A.M.; Keller, J.M.

    1993-01-01

    Two separation techniques were investigated for the clean-up of typical radioactive mixed waste samples requiring elemental analysis by Inductively Coupled Plasma-Atomic Emission Spectroscopy (ICP-AES) or Inductively Coupled Plasma-Mass Spectrometry (ICP-MS). These measurements frequently involve regulatory or compliance criteria which include the determination of elements on the EPA Target Analyte List (TAL). These samples usually consist of both an aqueous phase and a solid phase which is mostly an inorganic sludge. Frequently, samples taken from the waste tanks contain high levels of uranium and thorium which can cause spectral interferences in ICP-AES or ICP-MS analysis. The removal of these interferences is necessary to determine the presence of the EPA TAL elements in the sample. Two clean-up methods were studied on simulated aqueous waste samples containing the EPA TAL elements. The first method studied was a classical procedure based upon liquid-liquid extraction using tri-n- octylphosphine oxide (TOPO) dissolved in cyclohexane. The second method investigated was based on more recently developed techniques using extraction chromatography; specifically the use of a commercially available Eichrom TRU·Spec trademark column. Literature on these two methods indicates the efficient removal of uranium and thorium from properly prepared samples and provides considerable qualitative information on the extraction behavior of many other elements. However, there is a lack of quantitative data on the extraction behavior of elements on the EPA Target Analyte List. Experimental studies on these two methods consisted of determining whether any of the analytes were extracted by these methods and the recoveries obtained. Both methods produced similar results; the EPA target analytes were only slightly or not extracted. Advantages and disadvantages of each method were evaluated and found to be comparable

  8. Application of AE to evaluate deterioration of prt and harbor structures

    International Nuclear Information System (INIS)

    Matsuyama, Kimitoshi; Ishibashi, Akichika; Fujiwara, Tetsuro; Kanemoto, Yasuhiro; Hamada, Shigenori; Ohtsu, Masayasu

    1997-01-01

    The degree of concrete deterioration is normally evaluated by uniaxial compression tests of core samples taken from existing concrete structures. The uniaxial compression test can give details on concrete strength, elastic modulus and so forth. By using AE(acoustic emission) technique with uniaxial compression tests, we can get more useful information on interior failures of the core sample. The observation of AE activity was conducted during uniaxial compression tests of concrete specimens and samples. The specimens were cast with 5, 10, 15 and 20% air content. The samples were taken from 2 harbor sites in Japan. Generating behavior of AE was studied quantitatively on the basis of rate process theory. Distribution of pores in the concrete could be measured by the porosimeter. The relation between AE activity in the uniaxial compression test of core samples and concrete property is clarified.

  9. Advanced analytical techniques: platform for nano materials science

    International Nuclear Information System (INIS)

    Adams, F.; Van Vaeck, L.; Barrett, R.

    2005-01-01

    This paper reviews a range of instrumental microanalytical techniques for their potential in following the development of nanotechnology. Needs for development in secondary ion mass spectrometry (SIMS), transmission electron microscopy (TEM), Auger emission spectrometry (AES) laser mass spectrometry, X-ray photon spectroscopy are discussed as well as synchrotron-based methods for analysis. Objectives for development in all these areas for the coming 5 years are defined. Developments of instrumentation in three European synchrotron installations are given as examples of ongoing development in this field

  10. Study, analysis, assess and compare the nuclear engineering systems of nuclear power plant with different reactor types VVER-1000, namely AES-91, AES-92 and AES-2006

    International Nuclear Information System (INIS)

    Le Van Hong; Tran Chi Thanh; Hoang Minh Giang; Le Dai Dien; Nguyen Nhi Dien; Nguyen Minh Tuan

    2015-01-01

    On November 25, 2009, in Hanoi, the National Assembly had been approved the resolution about policy for investment of nuclear power project in Ninh Thuan province which include two sites, each site has two units with power around 1000 MWe. For the nuclear power project at Ninh Thuan 1, Vietnam Government signed the Joint-Governmental Agreement with Russian Government for building the nuclear power plant with reactor type VVER. At present time, the Russian Consultant proposed four reactor technologies can be used for Ninh Thuan 1 project, namely: AES-91, AES-92, AES-2006/V491 and AES-2006/V392M. This report presents the main reactor engineering systems of nuclear power plants with VVER-1000/1200. The results from analysis, comparison and assessment between the designs of AES-91, AES-92 and AES-2006 are also presented. The obtained results show that the type AES-2006 is appropriate selection for Vietnam. (author)

  11. Secret Sharing Schemes and Advanced Encryption Standard

    Science.gov (United States)

    2015-09-01

    25 4.7 Computational Example . . . . . . . . . . . . . . . . . . . . . 26 5 Side-Channel Effect on Advanced Encryption Standard ( AES ) 31...improvements, and to build upon them to discuss the side-channel effects on the Advanced Encryption Standard ( AES ). The following questions are asked...secret sharing scheme? • Can the improvements to the current secret sharing scheme prove to be beneficial in strengthening/weakening AES encryption

  12. Performance analysis of AES-Blowfish hybrid algorithm for security of patient medical record data

    Science.gov (United States)

    Mahmud H, Amir; Angga W, Bayu; Tommy; Marwan E, Andi; Siregar, Rosyidah

    2018-04-01

    A file security is one method to protect data confidentiality, integrity and information security. Cryptography is one of techniques used to secure and guarantee data confidentiality by doing conversion to the plaintext (original message) to cipher text (hidden message) with two important processes, they are encrypt and decrypt. Some researchers proposed a hybrid method to improve data security. In this research we proposed hybrid method of AES-blowfish (BF) to secure the patient’s medical report data into the form PDF file that sources from database. Generation method of private and public key uses two ways of approach, those are RSA method f RSA and ECC. We will analyze impact of these two ways of approach for hybrid method at AES-blowfish based on time and Throughput. Based on testing results, BF method is faster than AES and AES-BF hybrid, however AES-BF hybrid is better for throughput compared with AES and BF is higher.

  13. GPU PRO 3 Advanced rendering techniques

    CERN Document Server

    Engel, Wolfgang

    2012-01-01

    GPU Pro3, the third volume in the GPU Pro book series, offers practical tips and techniques for creating real-time graphics that are useful to beginners and seasoned game and graphics programmers alike. Section editors Wolfgang Engel, Christopher Oat, Carsten Dachsbacher, Wessam Bahnassi, and Sebastien St-Laurent have once again brought together a high-quality collection of cutting-edge techniques for advanced GPU programming. With contributions by more than 50 experts, GPU Pro3: Advanced Rendering Techniques covers battle-tested tips and tricks for creating interesting geometry, realistic sha

  14. Correlation between Earthquakes and AE Monitoring of Historical Buildings in Seismic Areas

    Directory of Open Access Journals (Sweden)

    Giuseppe Lacidogna

    2015-12-01

    Full Text Available In this contribution a new method for evaluating seismic risk in regional areas based on the acoustic emission (AE technique is proposed. Most earthquakes have precursors, i.e., phenomena of changes in the Earth’s physical-chemical properties that take place prior to an earthquake. Acoustic emissions in materials and earthquakes in the Earth’s crust, despite the fact that they take place on very different scales, are very similar phenomena; both are caused by a release of elastic energy from a source located in a medium. For the AE monitoring, two important constructions of Italian cultural heritage are considered: the chapel of the “Sacred Mountain of Varallo” and the “Asinelli Tower” of Bologna. They were monitored during earthquake sequences in their relative areas. By using the Grassberger-Procaccia algorithm, a statistical method of analysis was developed that detects AEs as earthquake precursors or aftershocks. Under certain conditions it was observed that AEs precede earthquakes. These considerations reinforce the idea that the AE monitoring can be considered an effective tool for earthquake risk evaluation.

  15. Wireless AE Event and Environmental Monitoring for Wind Turbine Blades at Low Sampling Rates

    Science.gov (United States)

    Bouzid, Omar M.; Tian, Gui Y.; Cumanan, K.; Neasham, J.

    Integration of acoustic wireless technology in structural health monitoring (SHM) applications introduces new challenges due to requirements of high sampling rates, additional communication bandwidth, memory space, and power resources. In order to circumvent these challenges, this chapter proposes a novel solution through building a wireless SHM technique in conjunction with acoustic emission (AE) with field deployment on the structure of a wind turbine. This solution requires a low sampling rate which is lower than the Nyquist rate. In addition, features extracted from aliased AE signals instead of reconstructing the original signals on-board the wireless nodes are exploited to monitor AE events, such as wind, rain, strong hail, and bird strike in different environmental conditions in conjunction with artificial AE sources. Time feature extraction algorithm, in addition to the principal component analysis (PCA) method, is used to extract and classify the relevant information, which in turn is used to classify or recognise a testing condition that is represented by the response signals. This proposed novel technique yields a significant data reduction during the monitoring process of wind turbine blades.

  16. Complementary AES and AEM of grain boundary regions in irradiated γ'-strengthened alloys

    International Nuclear Information System (INIS)

    Farrell, K.; Kishimoto, N.; Clausing, R.E.; Heatherly, L.; Lehman, G.L.

    1986-01-01

    Two microchemical analysis techniques are used to measure solute segregation at grain boundaries in two γ'-strengthened, fcc Fe-Ni-Cr alloys that display radiation-induced intergranular fracture. Scanning Auger electron spectroscopy (AES) of grain boundary fracture surfaces and analytical electron microscopy (AEM) of intact grain boundaries using energy-dispersive x-ray spectroscopy show good agreement on the nature and extent of segregation. The elements Ni, Si, Ti, and Mo are found to accumulate in G, Laves and γ' phases on the grain boundaries. Segregation of P is detected by AES. The complementary features of the two analytical techniques are discussed briefly

  17. Toepassing ICP-AES op het RIKILT

    NARCIS (Netherlands)

    Ruig, de W.G.

    1980-01-01

    Rapportage over de toepassing van ICP-AES op het RIKILT. Bij ICP-AES worden twee manieren van lichtemissie detectie toegepast nl. simultaan en sequentieel. De voor- en nadelen van ICP-AES t.o.v. AAS worden op een rij gezet.

  18. Decryption-decompression of AES protected ZIP files on GPUs

    Science.gov (United States)

    Duong, Tan Nhat; Pham, Phong Hong; Nguyen, Duc Huu; Nguyen, Thuy Thanh; Le, Hung Duc

    2011-10-01

    AES is a strong encryption system, so decryption-decompression of AES encrypted ZIP files requires very large computing power and techniques of reducing the password space. This makes implementations of techniques on common computing system not practical. In [1], we reduced the original very large password search space to a much smaller one which surely containing the correct password. Based on reduced set of passwords, in this paper, we parallel decryption, decompression and plain text recognition for encrypted ZIP files by using CUDA computing technology on graphics cards GeForce GTX295 of NVIDIA, to find out the correct password. The experimental results have shown that the speed of decrypting, decompressing, recognizing plain text and finding out the original password increases about from 45 to 180 times (depends on the number of GPUs) compared to sequential execution on the Intel Core 2 Quad Q8400 2.66 GHz. These results have demonstrated the potential applicability of GPUs in this cryptanalysis field.

  19. KOMBINASI ALGORITMA AES, RC4 DAN ELGAMAL DALAM SKEMA HYBRID UNTUK KEAMANAN DATA

    Directory of Open Access Journals (Sweden)

    Adi Widarma

    2016-01-01

    Full Text Available Abstrak — Pengiriman atau pertukaran data adalah hal yang sering terjadi dalam dunia teknologi informasi. Data yang dikirim kadang sering berisi data informasi yang penting bahkan sangat rahasia dan harus dijaga keamanannya. Untuk menjaga keamanan data, dapat dilakukan dengan menggunakan teknik kriptografi. Algoritma AES dan RC4 adalah salah satu dari algoritma simetri. Kelemahan dari algoritma simetri adalah proses enkripsi dan dekripsi menggunakan kunci yang sama. Untuk mengatasi tersebut dilakukan dengan menggunakan algoritma Elgamal. Algoritma Elgamal adalah termasuk algoritma asimetri. Algoritma Elgamal  digunakan untuk mengamankan kunci dari algoritma AES dan RC4. Peningkatan keamanan pesan dan kunci dilakukan dengan algoritma hybrid. Algoritma hybrid dengan mengkombinasikan beberapa algoritma baik algoritma simetri maupun algortima asimetri akan menambah keamanan sehingga menjadi lebih aman dan powerful (Jain & Agrawal 2014. Penelitian ini akan dilakukan metode hybrid yaitu mengkombinasikan beberapa algoritma kriptografi dengan menggunakan algoritma Advanced Encryption Standard (AES dan RC4 untuk kerahasiaan data serta algoritma Elgamal digunakan untuk enkripsi dan dekripsi kunci. Kata Kunci :  kriptograpi, algoritma AES, RC4, Elgamal, hybrid

  20. GPU Pro 5 advanced rendering techniques

    CERN Document Server

    Engel, Wolfgang

    2014-01-01

    In GPU Pro5: Advanced Rendering Techniques, section editors Wolfgang Engel, Christopher Oat, Carsten Dachsbacher, Michal Valient, Wessam Bahnassi, and Marius Bjorge have once again assembled a high-quality collection of cutting-edge techniques for advanced graphics processing unit (GPU) programming. Divided into six sections, the book covers rendering, lighting, effects in image space, mobile devices, 3D engine design, and compute. It explores rasterization of liquids, ray tracing of art assets that would otherwise be used in a rasterized engine, physically based area lights, volumetric light

  1. GPU Pro advanced rendering techniques

    CERN Document Server

    Engel, Wolfgang

    2010-01-01

    This book covers essential tools and techniques for programming the graphics processing unit. Brought to you by Wolfgang Engel and the same team of editors who made the ShaderX series a success, this volume covers advanced rendering techniques, engine design, GPGPU techniques, related mathematical techniques, and game postmortems. A special emphasis is placed on handheld programming to account for the increased importance of graphics on mobile devices, especially the iPhone and iPod touch.Example programs and source code can be downloaded from the book's CRC Press web page. 

  2. Detection of AE signals from a HTS tape during quenching in a solid cryogen-cooling system

    International Nuclear Information System (INIS)

    Kim, K.J.; Song, J.B.; Kim, J.H.; Lee, J.H.; Kim, H.M.; Kim, W.S.; Na, J.B.; Ko, T.K.; Lee, H.G.

    2010-01-01

    The acoustic emission (AE) technique is suitable for detecting the presence of thermal and mechanical stress in superconductors, which have adverse effects on the stability of their application systems. However, the detection of AE signals from a HTS tape in a bath of liquid cryogen (such as liquid nitrogen, LN 2 ) has not been reported because of its low signal to noise ratio due to the noise from the boiling liquid cryogen. In order to obtain the AE signals from the HTS tapes during quenching, this study carried out repetitive quench tests for YBCO coated conductor (CC) tapes in a cooling system using solid nitrogen (SN 2 ). This paper examined the performance of the AE sensor in terms of the amplitudes of the AE signals in the SN 2 cooling system.

  3. Trace level determination of precious metals in aqueous medium, U, Th and Zr based nuclear materials by ICP-AES and EDXRF - a comparative study

    International Nuclear Information System (INIS)

    Sengupta, Arijit; Thulasidas, S.K.; Natarajan, V.

    2015-01-01

    A comparative study was carried out to determine Ag, Au and Pt in aqueous samples, uranium, zirconium, and thorium based nuclear fuels and associated materials by CCD based ICP-AES and EDXRF. In ICP-AES, the spectral interference of U, Th, Zr matrices on trace level determination of Ag, Au and Pt were studied for different analytical lines of these analytes. The analytical performance of different lines including detection limits, sensitivity, linear dynamic range etc were studied both by ICP-AES and EDXRF. Though EDXRF technique was known its non destructive nature, the overall analytical performance of ICP-AES technique was found to be superior to EDXRF. Based on the spectral contribution from emission rich matrix elements and the analytical performance of different analytical lines of these analytes, a method was developed for direct determination of these analytes by ICP-AES without chemical separation. The method was validated with synthetic samples and compared with EDXRF technique and conventional ICP-AES technique where the major matrix was chemically separated using suitable organic phase containing selective ligands. The ICP-AES method for direct determination of analytes without chemical separation was found to be simple, less time consuming, without generation of organic waste with acceptable analytical performance

  4. GPU Pro 4 advanced rendering techniques

    CERN Document Server

    Engel, Wolfgang

    2013-01-01

    GPU Pro4: Advanced Rendering Techniques presents ready-to-use ideas and procedures that can help solve many of your day-to-day graphics programming challenges. Focusing on interactive media and games, the book covers up-to-date methods producing real-time graphics. Section editors Wolfgang Engel, Christopher Oat, Carsten Dachsbacher, Michal Valient, Wessam Bahnassi, and Sebastien St-Laurent have once again assembled a high-quality collection of cutting-edge techniques for advanced graphics processing unit (GPU) programming. Divided into six sections, the book begins with discussions on the abi

  5. AES in deficit on Georgian trade

    International Nuclear Information System (INIS)

    TREND

    2003-01-01

    According to Vedomosti journal Russian state energy company RAO JES Rossii paid for Georgian assets acquisition to American company AES only 23 million USD, what is less than a tenth of sum which AES had originally paid for it. Thus total transaction value including debts reached 80 millions USD. But internal documents of American AES confirm that Americans paid 260 millions USD for Georgian assets and they took besides over 60 millions USD of obligations. Russians bought Georgian AES assets through Finnish filial Nordic Oy. Thus they obtained 75 per cent share in Telasi company which operates distributive network in Tbilisi, two blocks of plant in Tbilisi and half share in AES-Transenergy company which exports electric energy from Georgia to Turkey. RAO JES besides got managerial laws on Hramesi company which owns two water plants. Russian company controls one fifth of production and 35 per cent of electric energy sale in Georgia by these assets

  6. CHAOS-BASED ADVANCED ENCRYPTION STANDARD

    KAUST Repository

    Abdulwahed, Naif B.

    2013-01-01

    This thesis introduces a new chaos-based Advanced Encryption Standard (AES). The AES is a well-known encryption algorithm that was standardized by U.S National Institute of Standard and Technology (NIST) in 2001. The thesis investigates and explores

  7. KOMBINASI ALGORITMA AES, RC4 DAN ELGAMAL DALAM SKEMA HYBRID UNTUK KEAMANAN DATA

    Directory of Open Access Journals (Sweden)

    Adi Widarma

    2016-01-01

    Full Text Available Pengiriman atau pertukaran data adalah hal yang sering terjadi dalam dunia teknologi informasi. Data yang dikirim kadang sering berisi data informasi yang penting bahkan sangat rahasia dan harus dijaga keamanannya. Untuk menjaga keamanan data, dapat dilakukan dengan menggunakan teknik kriptografi. Algoritma AES dan RC4 adalah salah satu dari algoritma simetri. Kelemahan dari algoritma simetri adalah proses enkripsi dan dekripsi menggunakan kunci yang sama. Untuk mengatasi tersebut dilakukan dengan menggunakan algoritma Elgamal. Algoritma Elgamal adalah termasuk algoritma asimetri. Algoritma Elgamal digunakan untuk mengamankan kunci dari algoritma AES dan RC4. Peningkatan keamanan pesan dan kunci dilakukan dengan algoritma hybrid. Algoritma hybrid dengan mengkombinasikan beberapa algoritma baik algoritma simetri maupun algortima asimetri akan menambah keamanan sehingga menjadi lebih aman dan powerful (Jain & Agrawal 2014. Penelitian ini akan dilakukan metode hybrid yaitu mengkombinasikan beberapa algoritma kriptografi dengan menggunakan algoritma Advanced Encryption Standard (AES dan RC4 untuk kerahasiaan data serta algoritma Elgamal digunakan untuk enkripsi dan dekripsi kunci.

  8. Analysis by SIMS and AES of H:TiO2 electrodes

    International Nuclear Information System (INIS)

    Pena, J.L.; Farias, M.H.; Sanchez Sinencio, F.

    1981-01-01

    TiO 2 electrodes produced by heating in H 2 atmosphere have been analysed. SIMS (Secondary Ion Mass Spectroscopy) and AES (Auger Electron Spectroscopy) techniques were used in order to identify the atomic composition in the electrodes surface. (A.R.H.) [pt

  9. Harmonization in preclinical epilepsy research: A joint AES/ILAE translational initiative.

    Science.gov (United States)

    Galanopoulou, Aristea S; French, Jacqueline A; O'Brien, Terence; Simonato, Michele

    2017-11-01

    Among the priority next steps outlined during the first translational epilepsy research workshop in London, United Kingdom (2012), jointly organized by the American Epilepsy Society (AES) and the International League Against Epilepsy (ILAE), are the harmonization of research practices used in preclinical studies and the development of infrastructure that facilitates multicenter preclinical studies. The AES/ILAE Translational Task Force of the ILAE has been pursuing initiatives that advance these goals. In this supplement, we present the first reports of the working groups of the Task Force that aim to improve practices of performing rodent video-electroencephalography (vEEG) studies in experimental controls, generate systematic reviews of preclinical research data, and develop preclinical common data elements (CDEs) for epilepsy research in animals. Wiley Periodicals, Inc. © 2017 International League Against Epilepsy.

  10. 15 CFR 758.2 - Automated Export System (AES).

    Science.gov (United States)

    2010-01-01

    ... 15 Commerce and Foreign Trade 2 2010-01-01 2010-01-01 false Automated Export System (AES). 758.2... CLEARANCE REQUIREMENTS § 758.2 Automated Export System (AES). The Census Bureau's Foreign Trade Statistics...) electronically using the Automated Export System (AES). In order to use AES, you must apply directly to the...

  11. Effect of ECAP processing on corrosion resistance of AE21 and AE42 magnesium alloys

    Science.gov (United States)

    Minárik, P.; Král, R.; Janeček, M.

    2013-09-01

    Corrosion properties of AE21 and AE42 magnesium alloys were investigated in the extruded state and after subsequent 8 passes of Equal Channel Angular Pressing (ECAP) via route Bc, by Electrochemical Impedance Spectroscopy (EIS) in 0.1 M NaCl solution. The resulting microstructure was observed by the Transmission Electron Microscope (TEM) and the Scanning Electron Microscope (SEM). Corrosion layer created after 7 days of immersion was observed by (SEM) in order to explain different evolution of the corrosion resistance after ECAP processing in both alloys. It was found that Al-rich Al11RE3 dispersed particles (present in both alloys) strongly influence the corrosion process and enhance the corrosion resistance. Ultra-fine grained structure was found to reduce the corrosion resistance in AE21. On the other hand, the microstructure of AE42 after ECAP and particularly the better distribution of the alloying elements in the matrix enhance the corrosion resistance when compared to the extruded material.

  12. Effect of ECAP processing on corrosion resistance of AE21 and AE42 magnesium alloys

    Energy Technology Data Exchange (ETDEWEB)

    Minárik, P., E-mail: peter.minarik@mff.cuni.cz [Charles University, Department of Physics of Materials, Prague (Czech Republic); Král, R.; Janeček, M. [Charles University, Department of Physics of Materials, Prague (Czech Republic)

    2013-09-15

    Corrosion properties of AE21 and AE42 magnesium alloys were investigated in the extruded state and after subsequent 8 passes of Equal Channel Angular Pressing (ECAP) via route Bc, by Electrochemical Impedance Spectroscopy (EIS) in 0.1 M NaCl solution. The resulting microstructure was observed by the Transmission Electron Microscope (TEM) and the Scanning Electron Microscope (SEM). Corrosion layer created after 7 days of immersion was observed by (SEM) in order to explain different evolution of the corrosion resistance after ECAP processing in both alloys. It was found that Al-rich Al11RE3 dispersed particles (present in both alloys) strongly influence the corrosion process and enhance the corrosion resistance. Ultra-fine grained structure was found to reduce the corrosion resistance in AE21. On the other hand, the microstructure of AE42 after ECAP and particularly the better distribution of the alloying elements in the matrix enhance the corrosion resistance when compared to the extruded material.

  13. Effect of ECAP processing on corrosion resistance of AE21 and AE42 magnesium alloys

    International Nuclear Information System (INIS)

    Minárik, P.; Král, R.; Janeček, M.

    2013-01-01

    Corrosion properties of AE21 and AE42 magnesium alloys were investigated in the extruded state and after subsequent 8 passes of Equal Channel Angular Pressing (ECAP) via route Bc, by Electrochemical Impedance Spectroscopy (EIS) in 0.1 M NaCl solution. The resulting microstructure was observed by the Transmission Electron Microscope (TEM) and the Scanning Electron Microscope (SEM). Corrosion layer created after 7 days of immersion was observed by (SEM) in order to explain different evolution of the corrosion resistance after ECAP processing in both alloys. It was found that Al-rich Al11RE3 dispersed particles (present in both alloys) strongly influence the corrosion process and enhance the corrosion resistance. Ultra-fine grained structure was found to reduce the corrosion resistance in AE21. On the other hand, the microstructure of AE42 after ECAP and particularly the better distribution of the alloying elements in the matrix enhance the corrosion resistance when compared to the extruded material.

  14. An AES chip with DPA resistance using hardware-based random order execution

    International Nuclear Information System (INIS)

    Yu Bo; Li Xiangyu; Chen Cong; Sun Yihe; Wu Liji; Zhang Xiangmin

    2012-01-01

    This paper presents an AES (advanced encryption standard) chip that combats differential power analysis (DPA) side-channel attack through hardware-based random order execution. Both decryption and encryption procedures of an AES are implemented on the chip. A fine-grained dataflow architecture is proposed, which dynamically exploits intrinsic byte-level independence in the algorithm. A novel circuit called an HMF (Hold-Match-Fetch) unit is proposed for random control, which randomly sets execution orders for concurrent operations. The AES chip was manufactured in SMIC 0.18 μm technology. The average energy for encrypting one group of plain texts (128 bits secrete keys) is 19 nJ. The core area is 0.43 mm 2 . A sophisticated experimental setup was built to test the DPA resistance. Measurement-based experimental results show that one byte of a secret key cannot be disclosed from our chip under random mode after 64000 power traces were used in the DPA attack. Compared with the corresponding fixed order execution, the hardware based random order execution is improved by at least 21 times the DPA resistance. (semiconductor integrated circuits)

  15. An AES chip with DPA resistance using hardware-based random order execution

    Science.gov (United States)

    Bo, Yu; Xiangyu, Li; Cong, Chen; Yihe, Sun; Liji, Wu; Xiangmin, Zhang

    2012-06-01

    This paper presents an AES (advanced encryption standard) chip that combats differential power analysis (DPA) side-channel attack through hardware-based random order execution. Both decryption and encryption procedures of an AES are implemented on the chip. A fine-grained dataflow architecture is proposed, which dynamically exploits intrinsic byte-level independence in the algorithm. A novel circuit called an HMF (Hold-Match-Fetch) unit is proposed for random control, which randomly sets execution orders for concurrent operations. The AES chip was manufactured in SMIC 0.18 μm technology. The average energy for encrypting one group of plain texts (128 bits secrete keys) is 19 nJ. The core area is 0.43 mm2. A sophisticated experimental setup was built to test the DPA resistance. Measurement-based experimental results show that one byte of a secret key cannot be disclosed from our chip under random mode after 64000 power traces were used in the DPA attack. Compared with the corresponding fixed order execution, the hardware based random order execution is improved by at least 21 times the DPA resistance.

  16. Integrated Design for Marketing and Manufacturing team: An examination of LA-ICP-AES in a mobile configuration. Final report

    International Nuclear Information System (INIS)

    1994-05-01

    The Department of Energy (DOE) has identified the need for field-deployable elemental analysis devices that are safer, faster, and less expensive than the fixed laboratory procedures now used to screen hazardous waste sites. As a response to this need, the Technology Integration Program (TIP) created a mobile, field-deployable laser ablation-inductively coupled plasma-atomic emission spectrometry (LA-ICP-AES) sampling and analysis prototype. Although the elemental. screening prototype has been successfully field-tested, continued marketing and technical development efforts are required to transfer LA-ICP-AES technology to the commercial sector. TIP established and supported a student research and design group called the Integrated Design for Marketing and Manufacturing (IDMM) team to advance the technology transfer of mobile, field-deployable LA-ICP-AES. The IDMM team developed a conceptual design (which is detailed in this report) for a mobile, field-deployable LA-ICP-AES sampling and analysis system, and reports the following findings: Mobile, field-deployable LA-ICP-AES is commercially viable. Eventual regulatory acceptance of field-deployable LA-ICP-AES, while not a simple process, is likely. Further refinement of certain processes and components of LA-ICP-AES will enhance the device's sensitivity and accuracy

  17. A More Compact AES

    OpenAIRE

    Canright, David; Osvik, Dag Arne

    2009-01-01

    We explore ways to reduce the number of bit operations required to implement AES. One way involves optimizing the composite field approach for entire rounds of AES. Another way is integrating the Galois multiplications of MixColumns with the linear transformations of the S-box. Combined with careful optimizations, these reduce the number of bit operations to encrypt one block by 9.0%, compared to earlier work that used the composite field only in the S-box. For decryption, ...

  18. Advanced electron beam techniques

    International Nuclear Information System (INIS)

    Hirotsu, Yoshihiko; Yoshida, Yoichi

    2007-01-01

    After 100 years from the time of discovery of electron, we now have many applications of electron beam in science and technology. In this report, we review two important applications of electron beam: electron microscopy and pulsed-electron beam. Advanced electron microscopy techniques to investigate atomic and electronic structures, and pulsed-electron beam for investigating time-resolved structural change are described. (author)

  19. AE/flaw characterization for nuclear pressure vessels

    International Nuclear Information System (INIS)

    Hutton, P.H.; Kurtz, R.J.; Pappas, R.A.

    1984-01-01

    This chapter discusses the use of acoustic emission (AE) detected during continuous monitoring to identify and evaluate growing flaws in pressure vessels. Off-reactor testing and on-reactor testing are considered. Relationships for identifying acoustic emission (AE) from crack growth and using the AE data to estimate flaw severity have been developed experimentally by laboratory testing. The purpose of the off-reactor vessel test is to evaluate AE monitoring/interpretation methodology on a heavy section steel vessel under simulated reactor operating conditions. The purpose of on-reactor testing is to evaluate the capability of a monitor system to function in the reactor environment, calibrate the ability to detect AE signals, and to demonstrate that a meaningful criteria can be established to prevent false alarms. An expanded data base is needed from application testing and methodology standardization

  20. CHAOS-BASED ADVANCED ENCRYPTION STANDARD

    KAUST Repository

    Abdulwahed, Naif B.

    2013-05-01

    This thesis introduces a new chaos-based Advanced Encryption Standard (AES). The AES is a well-known encryption algorithm that was standardized by U.S National Institute of Standard and Technology (NIST) in 2001. The thesis investigates and explores the behavior of the AES algorithm by replacing two of its original modules, namely the S-Box and the Key Schedule, with two other chaos- based modules. Three chaos systems are considered in designing the new modules which are Lorenz system with multiplication nonlinearity, Chen system with sign modules nonlinearity, and 1D multiscroll system with stair case nonlinearity. The three systems are evaluated on their sensitivity to initial conditions and as Pseudo Random Number Generators (PRNG) after applying a post-processing technique to their output then performing NIST SP. 800-22 statistical tests. The thesis presents a hardware implementation of dynamic S-Boxes for AES that are populated using the three chaos systems. Moreover, a full MATLAB package to analyze the chaos generated S-Boxes based on graphical analysis, Walsh-Hadamard spectrum analysis, and image encryption analysis is developed. Although these S-Boxes are dynamic, meaning they are regenerated whenever the encryption key is changed, the analysis results show that such S-Boxes exhibit good properties like the Strict Avalanche Criterion (SAC) and the nonlinearity and in the application of image encryption. Furthermore, the thesis presents a new Lorenz-chaos-based key expansion for the AES. Many researchers have pointed out that there are some defects in the original key expansion of AES and thus have motivated such chaos-based key expansion proposal. The new proposed key schedule is analyzed and assessed in terms of confusion and diffusion by performing the frequency and SAC test respectively. The obtained results show that the new proposed design is more secure than the original AES key schedule and other proposed designs in the literature. The proposed

  1. Evaluation of the use of envelope analysis and DWT on AE signals generated from degrading shafts

    International Nuclear Information System (INIS)

    Gu, Dongsik; Kim, Jaegu; Kelimu, Tulugan; Huh, Sun-Chul; Choi, Byeong-Keun

    2012-01-01

    Vibration analysis is widely used in machinery diagnosis. Wavelet transforms and envelope analysis, which have been implemented in many applications in the condition monitoring of machinery, are applied in the development of a condition monitoring system for early detection of faults generated in several key components of machinery. Early fault detection is a very important factor in condition monitoring and a basic component for the application of condition-based maintenance (CBM) and predictive maintenance (PM). In addition, acoustic emission (AE) sensors have specific characteristics that are highly sensitive to high-frequency and low-energy signals. Therefore, the AE technique has been applied recently in studies on the early detection of failure. In this paper, AE signals caused by crack growth on a rotating shaft were captured through an AE sensor. The AE signatures were pre-processed using the proposed signal processing method, after which power spectrums were generated from the FFT results. In the power spectrum, some peaks from fault frequencies were presented. According to the results, crack growth in rotating machinery can be considered and detected using an AE sensor and the signal processing method.

  2. Corrosion testing on crude oil tankers and other product carriers by means of acoustic emission (AE)

    Energy Technology Data Exchange (ETDEWEB)

    Lackner, Gerald [TUV Austria, Deutschstrasse 10, 1230 Wien (Austria); Tscheliesnig, Peter [TUV Austria, Deutschstrasse 10, 1230 Wien (Austria)

    2004-07-01

    In the last decades a lot of maritime disasters with crude oil tankers occurred (e.g. Exxon- Valdez, Erika, Prestige). Every accident led to extreme pollution with horrible consequences not only for the environment but also for the life of the inhabitants of the affected coasts. Although most of these accidents were caused by human errors, the material degradation of the ship hull due to corrosion played an important role. Acoustic emission (AE) is already used to detect and discriminate the stage of corrosion of structures located on land. A consortium consisting of experienced partners from the fields of ship building and classification as well as from AE testing and equipment manufacturing started to investigate the feasibility of this testing technique for its application on oil tankers. The aim of the research project funded by the European Commission is to develop an on-line corrosion monitoring technique based on a permanent installation of AE sensors as well as a spot testing technique during stops in harbors or at anchorages using mobile equipment. Since the project was started, a lot of lab tests as well as background measurements were done on different types of tankers up to a size of 35.000 dead weight tons (DWT). The gathered data were evaluated with a frequency domain based pattern recognition system and it was possible to distinguish the AE signals related to corrosion from those signals, which were emitted by the structure due to the harsh environment on sea (background noise). Together with the oncoming developments of the AE equipment and the improvement of the data base, this project will lead to an important breakthrough for the safe shipping of hazardous products like crude oil. (authors)

  3. New Secure E-mail System Based on Bio-Chaos Key Generation and Modified AES Algorithm

    Science.gov (United States)

    Hoomod, Haider K.; Radi, A. M.

    2018-05-01

    The E-mail messages exchanged between sender’s Mailbox and recipient’s Mailbox over the open systems and insecure Networks. These messages may be vulnerable to eavesdropping and itself poses a real threat to the privacy and data integrity from unauthorized persons. The E-mail Security includes the following properties (Confidentiality, Authentication, Message integrity). We need a safe encryption algorithm to encrypt Email messages such as the algorithm Advanced Encryption Standard (AES) or Data Encryption Standard DES, as well as biometric recognition and chaotic system. The proposed E-mail system security uses modified AES algorithm and uses secret key-bio-chaos that consist of biometric (Fingerprint) and chaotic system (Lu and Lorenz). This modification makes the proposed system more sensitive and random. The execution time for both encryption and decryption of the proposed system is much less from original AES, in addition to being compatible with all Mail Servers.

  4. Logistics Reduction: Advanced Clothing System (ACS)

    Data.gov (United States)

    National Aeronautics and Space Administration — The goal of the Advanced Exploration System (AES) Logistics Reduction (LR) project's Advanced Clothing System (ACS) is to use advanced commercial off-the-shelf...

  5. Advanced imaging techniques in pediatric body MRI

    Energy Technology Data Exchange (ETDEWEB)

    Courtier, Jesse [UCSF Benioff Children' s Hospital, Department of Radiology and Biomedical Imaging, San Francisco, CA (United States); Rao, Anil G. [Medical University of South Carolina, Department of Radiology, Charleston, SC (United States); Anupindi, Sudha A. [Children' s Hospital of Philadelphia, Department of Radiology, Philadelphia, PA (United States)

    2017-05-15

    While there are many challenges specific to pediatric abdomino-pelvic MRI, many recent advances are addressing these challenges. It is therefore essential for radiologists to be familiar with the latest advances in MR imaging. Laudable efforts have also recently been implemented in many centers to improve the overall experience of pediatric patients, including the use of dedicated radiology child life specialists, MRI video goggles, and improved MR suite environments. These efforts have allowed a larger number of children to be scanned while awake, with fewer studies being done under sedation or anesthesia; this has resulted in additional challenges from patient motion and difficulties with breath-holding and tolerating longer scan times. In this review, we highlight common challenges faced in imaging the pediatric abdomen and pelvis and discuss the application of the newest techniques to address these challenges. Additionally, we highlight the newest advances in quantified imaging techniques, specifically in MR liver iron quantification. The techniques described in this review are all commercially available and can be readily implemented. (orig.)

  6. Low-Level Space Optimization of an AES Implementation for a Bit-Serial Fully Pipelined Architecture

    Science.gov (United States)

    Weber, Raphael; Rettberg, Achim

    A previously developed AES (Advanced Encryption Standard) implementation is optimized and described in this paper. The special architecture for which this implementation is targeted comprises synchronous and systematic bit-serial processing without a central controlling instance. In order to shrink the design in terms of logic utilization we deeply analyzed the architecture and the AES implementation to identify the most costly logic elements. We propose to merge certain parts of the logic to achieve better area efficiency. The approach was integrated into an existing synthesis tool which we used to produce synthesizable VHDL code. For testing purposes, we simulated the generated VHDL code and ran tests on an FPGA board.

  7. Comparision of ICP-OES and MP-AES in determing soil nutrients by Mechlich3 method

    Science.gov (United States)

    Tonutare, Tonu; Penu, Priit; Krebstein, Kadri; Rodima, Ako; Kolli, Raimo; Shanskiy, Merrit

    2014-05-01

    Accurate, routine testing of nutrients in soil samples is critical to understanding soil potential fertility. There are different factors which must be taken into account selecting the best analytical technique for soil laboratory analysis. Several techniques can provide adequate detection range for same analytical subject. In similar cases the choise of technique will depend on factors such as sample throughput, required infrastructure, ease of use, used chemicals and need for gas supply and operating costs. Mehlich 3 extraction method is widely used for the determination of the plant available nutrient elements contents in agricultural soils. For determination of Ca, K, and Mg from soil extract depending of laboratory ICP and AAS techniques are used, also flame photometry for K in some laboratories. For the determination of extracted P is used ICP or Vis spectrometry. The excellent sensitivity and wide working range for all extracted elements make ICP a nearly ideal method, so long as the sample throughput is big enough to justify the initial capital outlay. Other advantage of ICP techniques is the multiplex character (simultaneous acquisition of all wavelengths). Depending on element the detection limits are in range 0.1 - 1000 μg/L. For smaller laboratories with low sample throughput requirements the use of AAS is more common. Flame AAS is a fast, relatively cheap and easy technique for analysis of elements. The disadvantages of the method is single element analysis and use of flammable gas, like C2H2 and oxidation gas N2O for some elements. Detection limits of elements for AAS lays from 1 to 1000 μg/L. MP-AES offers a unique alternative to both, AAS and ICP-OES techniques with its detection power, speed of analysis. MP-AES is quite new, simple and relatively inexpensive multielemental technique, which is use self-sustained atmospheric pressure microwave plasma (MP) using nitrogen gas generated by nitrogen generator. Therefore not needs for argon and

  8. The (related-key) impossible boomerang attack and its application to the AES block cipher

    NARCIS (Netherlands)

    Lu, J.

    2011-01-01

    The Advanced Encryption Standard (AES) is a 128-bit block cipher with a user key of 128, 192 or 256 bits, released by NIST in 2001 as the next-generation data encryption standard for use in the USA. It was adopted as an ISO international standard in 2005. Impossible differential cryptanalysis and

  9. Advanced Solid State Lighting for AES Deep Space Hab

    Data.gov (United States)

    National Aeronautics and Space Administration — The advanced Solid State Lighting (SSL) assemblies augmented 2nd generation modules under development for the Advanced Exploration Systems Deep Space Habitat in...

  10. Characterization of Aes nuclear foci in colorectal cancer cells

    Science.gov (United States)

    Itatani, Yoshiro; Sonoshita, Masahiro; Kakizaki, Fumihiko; Okawa, Katsuya; Stifani, Stefano; Itoh, Hideaki; Sakai, Yoshiharu; Taketo, M. Mark

    2016-01-01

    Amino-terminal enhancer of split (Aes) is a member of Groucho/Transducin-like enhancer (TLE) family. Aes is a recently found metastasis suppressor of colorectal cancer (CRC) that inhibits Notch signalling, and forms nuclear foci together with TLE1. Although some Notch-associated proteins are known to form subnuclear bodies, little is known regarding the dynamics or functions of these structures. Here, we show that Aes nuclear foci in CRC observed under an electron microscope are in a rather amorphous structure, lacking surrounding membrane. Investigation of their behaviour during the cell cycle by time-lapse cinematography showed that Aes nuclear foci dissolve during mitosis and reassemble after completion of cytokinesis. We have also found that heat shock cognate 70 (HSC70) is an essential component of Aes foci. Pharmacological inhibition of the HSC70 ATPase activity with VER155008 reduces Aes focus formation. These results provide insight into the understanding of Aes-mediated inhibition of Notch signalling. PMID:26229111

  11. Changes in histopathology and cytokeratin AE1/AE3 expression in skin graft with different time on Indonesian local cats.

    Science.gov (United States)

    Erwin; Etriwati; Gunanti; Handharyani, Ekowati; Noviana, Deni

    2017-06-01

    A good skin graft histopathology is followed by formation of hair follicle, sweat gland, sebaceous gland, blood vessel, lightly dense connective tissue, epidermis, and dermis layer. This research aimed to observe histopathology feature and cytokeratin AE1/AE3 expression on cat skin post skin grafting within a different period of time. Nine male Indonesian local cats aged 1-2 years old weighing 3-4 kg were separated into three groups. First surgery created defect wound of 2 cm × 2 cm in size to whole groups. The wounds were left alone for several days, differing in interval between each group, respectively: Group I (for 2 days), Group II (for 4 days), and Group III (for 6 days). The second surgery was done to each group which harvested skin of thoracic area and applied it on recipient wound bed. On day 24 th post skin graft was an examination of histopathology and cytokeratin AE1/AE3 immunohistochemistry. Group I donor skin's epidermis layer had not formed completely whereas epidermis of donor skin of Groups II and III had completely formed. In all group hair follicle, sweat gland, sebaceous gland, and neovascularization were found. The density of connective tissue in Group I was very solid than other groups. Cytokeratin AE1/AE3 expression was found on donor skin's epithelial cell in epidermis and dermis layer with very brown intensity for Group II, brown intensity for Group II, and lightly brown for Group I. Histopathological structure and cytokeratin AE1/AE3 expression post skin graft are better in Groups II and III compared to Group I.

  12. Theoretical characterization of quaternary iridium based hydrides NaAeIrH{sub 6} (Ae = Ca, Ba and Sr)

    Energy Technology Data Exchange (ETDEWEB)

    Bouras, S. [Laboratory of Studies Surfaces and Interfaces of Solids Materials, Department of Physics, Faculty of Science, University of Setif 1, 19000 (Algeria); Ghebouli, B., E-mail: bghebouli@yahoo.fr [Laboratory of Studies Surfaces and Interfaces of Solids Materials, Department of Physics, Faculty of Science, University of Setif 1, 19000 (Algeria); Benkerri, M. [Laboratory of Studies Surfaces and Interfaces of Solids Materials, Department of Physics, Faculty of Science, University of Setif 1, 19000 (Algeria); Ghebouli, M.A., E-mail: med.amineghebouli@yahoo.fr [Microelectronic Laboratory (LMSE), University of Bachir Ibrahimi, Bordj-Bou-Arreridj 34000 (Algeria); Research Unit on Emerging Materials (RUEM), University of Setif 1, 19000 (Algeria); Choutri, H. [Microelectronic Laboratory (LMSE), University of Bachir Ibrahimi, Bordj-Bou-Arreridj 34000 (Algeria); Louail, L.; Chihi, T.; Fatmi, M. [Research Unit on Emerging Materials (RUEM), University of Setif 1, 19000 (Algeria); Bouhemadou, A. [Laboratory for Developing New Materials and Their Characterization, Department of Physics, Faculty of Science, University of Setif 1, 19000 (Algeria); Department of Physics and Astronomy, College of Science, King Saud University, P.O. Box 2455, Riyadh 11451 (Saudi Arabia); Khenata, R.; Khachai, H. [Laboratoire de Physique Quantique et de Modélisation Mathématique, Université de Mascara, 29000 (Algeria)

    2015-01-15

    The quaternary iridium based hydrides NaAeIrH{sub 6} (Ae = Ca, Ba and Sr) are promising candidates as hydrogen storage materials. We have studied the structural, elastic, electronic, optical and thermodynamic properties of NaAeIrH{sub 6} (Ae = Ca, Ba and Sr) within the generalized gradient approximation, the local density approximation (LDA) and mBj in the frame of density functional perturbation theory. These alloys have a large indirect Γ–X band gap. The thermodynamic functions were computed using the phonon density of states. The origin of the possible transitions from valence band to conduction band was illustrated. By using the complex dielectric function, the optical properties such as absorption, reflectivity, loss function, refractive index and optical conductivity have been obtained. - Graphical abstract: Real and imaginary parts of the dielectric function, the absorption spectrum α(ω), reflectivity R(ω) and energy-loss spectrum L(ω). - Highlights: • NaAeIrH{sub 6} (Ae = Ca, Ba and Sr) alloys have been investigated. • The elastic moduli, energy gaps are predicted. • The optical and thermal properties were studied.

  13. Dynamic AES – Extending the Lifetime?

    DEFF Research Database (Denmark)

    Tange, Henrik; Andersen, Birger

    2014-01-01

    proven that AES is vulnerable to side-channelattacks, related sub-key attacks and biclicque attacks. This paper introducesa new dynamic version of AES where the main flow is depending on theTNAF (τ -adic Non-Adjacent Form) value. This new approach can preventside-channel attacks, related sub-key attacks...... and biclique attacks....

  14. Test Concept for Advanced Oxidation Techniques

    DEFF Research Database (Denmark)

    Bennedsen, Lars Rønn; Søgaard, Erik Gydesen; Mortensen, Lars

    advanced on-site oxidation tests. The remediation techniques included are electrochemical oxidation, photochemical/photocatalytic oxidation, ozone, hydrogen peroxide, permanganate, and persulfate among others. A versatile construction of the mobile test unit makes it possible to combine different...

  15. Pediatric brain MRI. Pt. 2. Advanced techniques

    Energy Technology Data Exchange (ETDEWEB)

    Ho, Mai-Lan; Campeau, Norbert G.; Welker, Kirk M. [Mayo Clinic, Department of Radiology, Rochester, MN (United States); Ngo, Thang D. [Nemours Children' s Hospital, Department of Radiology, Orlando, FL (United States); Udayasankar, Unni K. [University of Arizona, Department of Radiology, Tucson, AZ (United States)

    2017-05-15

    Pediatric neuroimaging is a complex and specialized field that uses magnetic resonance (MR) imaging as the workhorse for diagnosis. MR protocols should be tailored to the specific indication and reviewed by the supervising radiologist in real time. Targeted advanced imaging sequences can be added to provide information regarding tissue microstructure, perfusion, metabolism and function. In part 2 of this review, we highlight the utility of advanced imaging techniques for superior evaluation of pediatric neurologic disease. We focus on the following techniques, with clinical examples: phase-contrast imaging, perfusion-weighted imaging, vessel wall imaging, diffusion tensor imaging, task-based functional MRI and MR spectroscopy. (orig.)

  16. An Efficient Side-Channel Protected AES Implementation with Arbitrary Protection Order

    OpenAIRE

    Groß, Hannes; Mangard, Stefan; Korak, Thomas

    2017-01-01

    Passive physical attacks, like power analysis, pose a serious threat to the security of digital circuits. In this work, we introduce an efficient sidechannel protected Advanced Encryption Standard (AES) hardware design that is completely scalable in terms of protection order. Therefore, we revisit the private circuits scheme of Ishai et al. [13] which is known to be vulnerable to glitches. We demonstrate how to achieve resistance against multivariate higher-order attacks in the presence of gl...

  17. Condition monitoring of a check valve for nuclear power plants by means of acoustic emission technique

    International Nuclear Information System (INIS)

    Lee, Min Rae; Leee, Jun Hyun; Kim, Jung Tack; Kim, Jung Soo; Luk, V. K.

    2003-01-01

    This work performed in support of the International Nuclear Energy Research Initiative(INERI) program, which was to develop and demonstrate advanced sensor and computational technology for on-line monitoring of the condition of components, structures, and systems in advanced and next-generation nuclear power plants (NPPs). The primary object of this work is to investigate advanced condition monitoring systems based on acoustic emission detection that can provide timely detection of check valve degradation and service aging so that maintenance/replacement could be preformed prior to loss of safety function. The research is focused on the capability of AE technique to provide diagnostic information useful in determining check valve aging and degradation, check valve failures and undesirable operating modes. This work also includes the investigation and adaptation of several advanced sensor technologies such as accelerometer and advanced ultrasonic technique. In addition, this work will develop advanced sophisticated signal processing, noise reduction, and pattern recognition techniques and algorithms from check valve degradation.

  18. Condition monitoring of a check valve for nuclear power plants by means of acoustic emission technique

    International Nuclear Information System (INIS)

    Lee, M. R.; Lee, J. H.; Kim, J. T.; Kim, J. S.; Luk, V. K.

    2003-01-01

    This work performed in support of the International Nuclear Energy Research Institute (INERI) program, which was to develop and demonstrate advanced sensor and computational technology for on-line monitoring of the condition of components, structures, and systems in advanced and next-generation nuclear power plants (NPPs). This primary object of this work is to investigate advanced condition monitoring systems based on acoustic emission detection that can provide timely detection of check valve degeneration and service aging so that maintenance/replacement could be preformed prior to loss safety function. The research is focused on the capability of AE technique to provide diagnostic information useful in determining check valve aging and degradation check valve failure and undesirable operating modes. This work also includes the investigation and adaptation of several advanced sensor technologies such as accelerometer and advanced ultrasonic technique. In addition, this work will develop advanced sophisticated signal processing, noise reduction, and pattern recognition techniques and algorithms from check valve degradation.

  19. AE Recorder Characteristics and Development.

    Energy Technology Data Exchange (ETDEWEB)

    Partridge, Michael E. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Curtis, Shane Keawe [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); McGrogan, David Paul [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2016-11-01

    The Anomalous Environment Recorder (AE Recorder) provides a robust data recording capability for multiple high-shock applications including earth penetrators. The AE Recorder, packaged as a 2.4" di ameter cylinder 3" tall, acquires 12 accelerometer, 2 auxiliary, and 6 discrete signal channels at 250k samples / second. Recording depth is 213 seconds plus 75ms of pre-trigger data. The mechanical, electrical, and firmware are described as well as support electro nics designed for the first use of the recorder.

  20. A SOPC-BASED Evaluation of AES for 2.4 GHz Wireless Network

    Science.gov (United States)

    Ken, Cai; Xiaoying, Liang

    In modern systems, data security is needed more than ever before and many cryptographic algorithms are utilized for security services. Wireless Sensor Networks (WSN) is an example of such technologies. In this paper an innovative SOPC-based approach for the security services evaluation in WSN is proposed that addresses the issues of scalability, flexible performance, and silicon efficiency for the hardware acceleration of encryption system. The design includes a Nios II processor together with custom designed modules for the Advanced Encryption Standard (AES) which has become the default choice for various security services in numerous applications. The objective of this mechanism is to present an efficient hardware realization of AES using very high speed integrated circuit hardware description language (Verilog HDL) and expand the usability for various applications. As compared to traditional customize processor design, the mechanism provides a very broad range of cost/performance points.

  1. Estimation of metal ions during the dissolution of corrosion product oxides by ICP-AES

    International Nuclear Information System (INIS)

    Sathyaseelan, V.S.; Mittal, Vinit Kumar; Velmurugan, S.

    2012-01-01

    Inductively coupled plasma atomic emission spectroscopy (ICP-AES) is one of the several techniques, which is being widely used for both qualitative and quantitative estimation of various elements. Determination of metals in wine, arsenic in food, trace elements in soil, nutrient levels in agricultural soils, trace elements bound to protein, motor oil analysis etc. are the examples of its application. ICP-AES utilizes plasma as the atomization and excitation source. The plasma temperature in the analytical zone ranges from 5000-8000 K. This high temperature assures that most of the compounds in the samples are completely atomized. Advantages of ICP-AES are high sensitivity and linear dynamic range, multi-element capability, low chemical interference and a stable and reproducible signal. The typical limits of detection for some of the elements like Mg, Sr, Ca, Li, Cu etc are well below 1 μg L -1

  2. Advanced sensing techniques for cognitive radio

    CERN Document Server

    Zhao, Guodong; Li, Shaoqian

    2017-01-01

    This SpringerBrief investigates advanced sensing techniques to detect and estimate the primary receiver for cognitive radio systems. Along with a comprehensive overview of existing spectrum sensing techniques, this brief focuses on the design of new signal processing techniques, including the region-based sensing, jamming-based probing, and relay-based probing. The proposed sensing techniques aim to detect the nearby primary receiver and estimate the cross-channel gain between the cognitive transmitter and primary receiver. The performance of the proposed algorithms is evaluated by simulations in terms of several performance parameters, including detection probability, interference probability, and estimation error. The results show that the proposed sensing techniques can effectively sense the primary receiver and improve the cognitive transmission throughput. Researchers and postgraduate students in electrical engineering will find this an exceptional resource.

  3. Developing A/E capabilities; areas of special interest

    International Nuclear Information System (INIS)

    Gonzalez, A.; Gurbindo, J.

    1988-01-01

    During the last few years, the methods used by Empresarios Agrupados and INITEC to perform Architect-Engineering work in Spain for nuclear projects has undergone a process of significant change in project management and engineering approaches. Specific practical examples of management techniques and design practices which represent a good record of results will be discussed. They are identified as areas of special interest in developing A/E capabilities for nuclear projects. Command of these areas should produce major payoffs in local participation and contribute to achieving real nuclear engineering capabilities in the country

  4. Test and Verification of AES Used for Image Encryption

    Science.gov (United States)

    Zhang, Yong

    2018-03-01

    In this paper, an image encryption program based on AES in cipher block chaining mode was designed with C language. The encryption/decryption speed and security performance of AES based image cryptosystem were tested and used to compare the proposed cryptosystem with some existing image cryptosystems based on chaos. Simulation results show that AES can apply to image encryption, which refutes the widely accepted point of view that AES is not suitable for image encryption. This paper also suggests taking the speed of AES based image encryption as the speed benchmark of image encryption algorithms. And those image encryption algorithms whose speeds are lower than the benchmark should be discarded in practical communications.

  5. Advanced structural equation modeling issues and techniques

    CERN Document Server

    Marcoulides, George A

    2013-01-01

    By focusing primarily on the application of structural equation modeling (SEM) techniques in example cases and situations, this book provides an understanding and working knowledge of advanced SEM techniques with a minimum of mathematical derivations. The book was written for a broad audience crossing many disciplines, assumes an understanding of graduate level multivariate statistics, including an introduction to SEM.

  6. A More Compact AES

    Science.gov (United States)

    Canright, David; Osvik, Dag Arne

    We explore ways to reduce the number of bit operations required to implement AES. One way involves optimizing the composite field approach for entire rounds of AES. Another way is integrating the Galois multiplications of MixColumns with the linear transformations of the S-box. Combined with careful optimizations, these reduce the number of bit operations to encrypt one block by 9.0%, compared to earlier work that used the composite field only in the S-box. For decryption, the improvement is 13.5%. This work may be useful both as a starting point for a bit-sliced software implementation, where reducing operations increases speed, and also for hardware with limited resources.

  7. AES Modular Power Systems

    Data.gov (United States)

    National Aeronautics and Space Administration — The AES Modular Power Systems (AMPS) project will demonstrate and infuse modular power electronics, batteries, fuel cells, and autonomous control for exploration...

  8. Investigation of reordered (001) Au surfaces by positive ion channeling spectroscopy, LEED and AES

    International Nuclear Information System (INIS)

    Appleton, B.R.; Noggle, T.S.; Miller, J.W.; Schow, O.E. III; Zehner, D.M.; Jenkins, L.H.; Barrett, J.H.

    1974-01-01

    As a consequence of the channeling phenomenon of positive ions in single crystals, the yield of ions Rutherford scattered from an oriented single crystal surface is dependent on the density of surface atoms exposed to the incident ion beam. Thus, the positive ion channeling spectroscopy (PICS) technique should provide a useful tool for studying reordered surfaces. This possibility was explored by examining the surfaces of epitaxially grown thin Au single crystals with the combined techniques of LEED-AES and PICS. The LEED and AES investigations showed that when the (001) surface was sputter cleaned in ultra-high vacuum, the normal (1 x 1) symmetry of the (001) surfaces reordered into a structure which gave a complex (5 x 20) LEED pattern. The yield and energy distributions of 1 MeV He ions scattered from the Au surfaces were used to determine the number of effective monolayers contributing to the normal and reordered surfaces. These combined measurements were used to characterize the nature of the reordered surface. The general applicability of the PICS technique for investigations of surface and near surface regions is discussed

  9. Algoritmo de cifrado simétrico AES : Aceleración de tiempo de cómputo sobre arquitecturas multicore

    OpenAIRE

    Pousa, Adrián

    2011-01-01

    El objetivo de este trabajo es mostrar la aceleración en el tiempo de cómputo del algoritmo criptográfico Advanced Encryption Standard (AES) con clave de tamaño 128bits, que se obtiene al aprovechar el paralelismo que proveen las arquitecturas multicores actuales utilizando herramientas de programación paralela. AES es uno de los algoritmos de criptografía más usados en la actualidad, con el crecimiento de las redes y la información que se maneja hoy en día puede ser necesario cifra...

  10. 22 CFR 120.30 - The Automated Export System (AES).

    Science.gov (United States)

    2010-04-01

    ... 22 Foreign Relations 1 2010-04-01 2010-04-01 false The Automated Export System (AES). 120.30... DEFINITIONS § 120.30 The Automated Export System (AES). The Automated Export System (AES) is the Department of... system for collection of export data for the Department of State. In accordance with this subchapter U.S...

  11. References: AePW publications

    Data.gov (United States)

    National Aeronautics and Space Administration — This page is the repository for the publications resulting from the AePW. This includes the special sessions at conferences: AIAA ASM 2012, Grapevine TX; AIAA SDM...

  12. Teaching advanced wound closure techniques using cattle digits.

    Science.gov (United States)

    Khalil, Philipe N; Kanz, Karl-Georg; Siebeck, Matthias; Mutschler, Wolf

    2011-03-01

    To evaluate a model used to impart advanced wound closure skills because available models do not meet the necessary requirements to a substantial degree. Seventy-one residents were asked to evaluate a 75-minute-long skills course using cadaveric cattle digits to learn Z-plasty, V-Y-plasty, and oval-shaped rotational flaps. A short film and the course instructor demonstrated each technique first. A Likert rating scale ranging from 1 to 6 was used for questions in the survey given to the residents. There was strong agreement among residents (1.65 ± 1.17 years of experience) that advanced wound closure training courses are necessary (5.73 ± 0.73), which corresponded to the residents' low level of knowledge and self-assessment of practical skills and present experience (2.84 ± 1.01). The course was evaluated with high acceptance, even though it was found to be demanding for the trainees (5.84 ± 0.40). This might also be related to the high rating of the model itself, which was found to be a suitable method for teaching advanced wound closure techniques (5.50 ± 0.71) that was easily comprehensible (5.73 ± 0.53). Skills training courses for young trainees are warranted to impart advanced wound closure techniques. The curriculum using cattle digits presented here is recommended. The authors have indicated no significant interest with commercial supporters. © 2011 by the American Society for Dermatologic Surgery, Inc.

  13. Clinical epidemiology of human AE in Europe.

    Science.gov (United States)

    Vuitton, D A; Demonmerot, F; Knapp, J; Richou, C; Grenouillet, F; Chauchet, A; Vuitton, L; Bresson-Hadni, S; Millon, L

    2015-10-30

    This review gives a critical update of the situation regarding alveolar echinococcosis (AE) in Europe in humans, based on existing publications and on findings of national and European surveillance systems. All sources point to an increase in human cases of AE in the "historic endemic areas" of Europe, namely Germany, Switzerland, Austria and France and to the emergence of human cases in countries where the disease had never been recognised until the end of the 20th century, especially in central-eastern and Baltic countries. Both increase and emergence could be only due to methodological biases; this point is discussed in the review. One explanation may be given by changes in the animal reservoir of the parasite, Echinococcus multilocularis (increase in the global population of foxes in Europe and its urbanisation, as well as a possible increased involvement of pet animals as definitive infectious hosts). The review also focuses onto 2 more original approaches: (1) how changes in therapeutic attitudes toward malignant and chronic inflammatory diseases may affect the epidemiology of AE in the future in Europe, since a recent survey of such cases in France showed the emergence of AE in patients with immune suppression since the beginning of the 21st century; (2) how setting a network of referral centres in Europe based on common studies on the care management of patients might contribute to a better knowledge of AE epidemiology in the future. Copyright © 2015. Published by Elsevier B.V.

  14. AE monitoring instrumentation for high performance superconducting dipoles and quadrupoles, Phase 2

    Science.gov (United States)

    Iwasa, Y.

    1986-01-01

    In the past year and a half, attention has been focused on the development of instrumentation for on-line monitoring of high-performance superconducting dipoles and quadrupoles. This instrumentation has been completed and satisfactorily demonstrated on a prototype Fermi dipole. Conductor motion is the principal source of acoustic emission (AE) and the major cause of quenches in the dipole, except during the virgin run when other sources are also present. The motion events are mostly microslips. The middle of the magnet is most susceptible to quenches. This result agrees with the peak field location in the magnet. In the virgin state the top and bottom of the magnet appeared acoustically similar but diverged after training, possibly due to minute structural asymmetry, for example differences in clamping and welding strength; however, the results do not indicate any major structural defects. There is good correlation between quench current and AE starting current. The correlation is reasonable if mechanical disturbances are indeed responsible for quench. Based on AE cumulative history, the average frictional power dissipation in the whole dipole winding is estimated to be approx. 10 (MU)W cm(-3). We expect to implement the following in the next phase of this project: Application of room-temperature techniques to detecting structural defects in the dipole; application of the system to other dipoles and quadrupoles in the same series to compare their performances; and further investigation of AE starting current approx. quench current relationship. Work has begun on the room temperature measurements. Preliminary Stress Wave Factor measurements have been made on a model dipole casing.

  15. Thin film characterisation by advanced X-ray diffraction techniques

    International Nuclear Information System (INIS)

    Cappuccio, G.; Terranova, M.L.

    1996-09-01

    The Fifth School on X-ray diffraction from polycrystalline materials was devoted to thin film characterization by advanced X-ray diffraction techniques. Twenty contributions are contained in this volume; all twenty are recorded in the INIS Database. X-ray diffraction is known to be a powerful analytical tool for characterizing materials and understanding their structural features. The aim of these articles is to illustrate the fundamental contribution of modern diffraction techniques (grazing incidence, surface analysis, standing waves, etc.) to the characterization of thin and ultra-thin films, which have become important in many advanced technologies

  16. Failure Mechanism of Rock Bridge Based on Acoustic Emission Technique

    Directory of Open Access Journals (Sweden)

    Guoqing Chen

    2015-01-01

    Full Text Available Acoustic emission (AE technique is widely used in various fields as a reliable nondestructive examination technology. Two experimental tests were carried out in a rock mechanics laboratory, which include (1 small scale direct shear tests of rock bridge with different lengths and (2 large scale landslide model with locked section. The relationship of AE event count and record time was analyzed during the tests. The AE source location technology and comparative analysis with its actual failure model were done. It can be found that whether it is small scale test or large scale landslide model test, AE technique accurately located the AE source point, which reflected the failure generation and expansion of internal cracks in rock samples. Large scale landslide model with locked section test showed that rock bridge in rocky slope has typical brittle failure behavior. The two tests based on AE technique well revealed the rock failure mechanism in rocky slope and clarified the cause of high speed and long distance sliding of rocky slope.

  17. Undergraduate Observations of Separation and Position Angle of Double Stars ARY 6 AD and ARY 6 AE at Manzanita Observatory

    Science.gov (United States)

    Hoffert, Michael J.; Weise, Eric; Clow, Jenna; Hirzel, Jacquelyn; Leeder, Brett; Molyneux, Scott; Scutti, Nicholas; Spartalis, Sarah; Tokuhara, Corey

    2014-05-01

    Six beginning astronomy students, part of an undergraduate stellar astronomy course, one advanced undergraduate student assistant, and a professor measured the position angles and separations of Washington Double Stars (WDS) 05460 + 2119 (also known as ARY 6 AD and ARY 6 AE). The measurements were made at the Manzanita Observatory (116° 20'42" W, 32° 44' 5" N) of the Tierra Astronomical Institute on 10 Blackwood Rd. in Boulevard, California (www.youtube.com/watch?v=BHVdcMGBGDU), at an elevation of 4,500 ft. A Celestron 11" HD Edge telescope was used to measure the position angles and separations of ARY 6 AD and ARY 6 AE. The averages of our measurements are as follows: separation AD: trial 1 124.1 arcseconds and trial 2 124.5 arcseconds. The average of separation for AE: trial 1 73.3 arcseconds and trial 2 73.8 arcseconds. The averages of position angle for AD: trial 1 159.9 degrees and trial 2 161.3 degrees. The averages of position angle for AE: trial 1 232.6 degrees and trial 2 233.7 degrees.

  18. Atomic-AES: A compact implementation of the AES encryption/decryption core

    DEFF Research Database (Denmark)

    Banik, Subhadeep; Bogdanov, Andrey; Regazzoni, Francesco

    2016-01-01

    The implementation of the AES encryption core by Moradi et al. at Eurocrypt 2011 is one of the smallest in terms of gate area. The circuit takes around 2400 gates and operates on an 8 bit datapath. However this is an encryption only core and unable to cater to block cipher modes like CBC and ELm...

  19. Secure Data Encryption Through a Combination of AES, RSA and HMAC

    Directory of Open Access Journals (Sweden)

    E. S. I. Harba

    2017-08-01

    Full Text Available Secure file transfer based upon well-designed file encryption and authorization systems expend considerable effort to protect passwords and other credentials from being stolen. Transferring and storing passwords in plaintext form leaves them at risk of exposure to attackers, eavesdroppers and spyware. In order to avoid such exposure, powerful encryption/authentication systems use various mechanisms to minimize the possibility that unencrypted credentials will be exposed, as well as be sure that any authentication data that does get transmitted and stored will be of minimal use to an attacker. In this paper we proposed a method to protect data transferring by three hybrid encryption techniques: symmetric AES algorithm used to encrypt files, asymmetric RSA used to encrypt AES password and HMAC to encrypt symmetric password and/or data to ensure a secure transmitting between server-client or client-client from verifying in-between client and server and make it hard to attack by common attacked methods.

  20. Fundamentals and advanced techniques in derivatives hedging

    CERN Document Server

    Bouchard, Bruno

    2016-01-01

    This book covers the theory of derivatives pricing and hedging as well as techniques used in mathematical finance. The authors use a top-down approach, starting with fundamentals before moving to applications, and present theoretical developments alongside various exercises, providing many examples of practical interest. A large spectrum of concepts and mathematical tools that are usually found in separate monographs are presented here. In addition to the no-arbitrage theory in full generality, this book also explores models and practical hedging and pricing issues. Fundamentals and Advanced Techniques in Derivatives Hedging further introduces advanced methods in probability and analysis, including Malliavin calculus and the theory of viscosity solutions, as well as the recent theory of stochastic targets and its use in risk management, making it the first textbook covering this topic. Graduate students in applied mathematics with an understanding of probability theory and stochastic calculus will find this b...

  1. Fundamental and assessment of concrete structure monitoring by using acoustic emission technique testing: A review

    Science.gov (United States)

    Desa, M. S. M.; Ibrahim, M. H. W.; Shahidan, S.; Ghadzali, N. S.; Misri, Z.

    2018-04-01

    Acoustic emission (AE) technique is one of the non-destructive (NDT) testing, where it can be used to determine the damage of concrete structures such as crack, corrosion, stability, sensitivity, as structure monitoring and energy formed within cracking opening growth in the concrete structure. This article gives a comprehensive review of the acoustic emission (AE) technique testing due to its application in concrete structure for structural health monitoring (SHM). Assessment of AE technique used for structural are reviewed to give the perception of its structural engineering such as dam, bridge and building, where the previous research has been reviewed based on AE application. The assessment of AE technique focusing on basic fundamental of parametric and signal waveform analysis during analysis process and its capability in structural monitoring. Moreover, the assessment and application of AE due to its function have been summarized and highlighted for future references

  2. The global compendium of Aedes aegypti and Ae. albopictus occurrence

    Science.gov (United States)

    Kraemer, Moritz U. G.; Sinka, Marianne E.; Duda, Kirsten A.; Mylne, Adrian; Shearer, Freya M.; Brady, Oliver J.; Messina, Jane P.; Barker, Christopher M.; Moore, Chester G.; Carvalho, Roberta G.; Coelho, Giovanini E.; van Bortel, Wim; Hendrickx, Guy; Schaffner, Francis; Wint, G. R. William; Elyazar, Iqbal R. F.; Teng, Hwa-Jen; Hay, Simon I.

    2015-07-01

    Aedes aegypti and Ae. albopictus are the main vectors transmitting dengue and chikungunya viruses. Despite being pathogens of global public health importance, knowledge of their vectors’ global distribution remains patchy and sparse. A global geographic database of known occurrences of Ae. aegypti and Ae. albopictus between 1960 and 2014 was compiled. Herein we present the database, which comprises occurrence data linked to point or polygon locations, derived from peer-reviewed literature and unpublished studies including national entomological surveys and expert networks. We describe all data collection processes, as well as geo-positioning methods, database management and quality-control procedures. This is the first comprehensive global database of Ae. aegypti and Ae. albopictus occurrence, consisting of 19,930 and 22,137 geo-positioned occurrence records respectively. Both datasets can be used for a variety of mapping and spatial analyses of the vectors and, by inference, the diseases they transmit.

  3. Development of advanced nuclear reactors in Russia

    International Nuclear Information System (INIS)

    Sotoudeh, M.; Silakhori, K.; Sepanloo, K.; Jahanfarnia, G.; Moattar, F.

    2008-01-01

    Several advanced reactor designs have been so far developed in Russia. The AES-91 and AES-92 plants with the VVER-1000 reactors have been developed at the beginning of 1990. However, the former design has been built in China and the latest which is certified meeting European Utility Requirements is being built in India. Moreover, the model VVER-1500 reactor with 50-60 MWd/t burn-up and an enhanced safety was being developed by Gidropress about 2005, excepting to be completed in 2007. But, this schedule has slipped in favor of development of the AES-2006 power plant incorporating a third-generation standardized VVER-1200 reactor of 1170 MWe. This is an evolutionary development of the well-proven VVER-1000 reactor in the AES-92 plant, with longer life, greater power and efficiency and its lead units are being built at Novovoronezh II, to start operation in 2012-13. Based on Atomenergoproekt declaration, the AES-2006 conforms to both Russian standards and European Utility Requirements. The most important features of the AES-2006 design are mentioned as: a design based on the passive safety systems, double containment, longer plant service life of 50 years with a capacity factor of 92%, longer irreplaceable components service life of 60 years, a 28.6% lower amount of concrete and metal, shorter construction time of 54 months, a Core Damage Frequency of 1x10 -7 / year and lower liquid and solid wastes by 70% and 80% respectively. The presented paper includes a comparative analysis of technological and safety features, economic parameters and environmental impact of the AES-2006 design versus the other western advanced reactors. Since the Bushehr phase II NPP and several other NPPs are planning in Iran, such analysis would be of a great importance

  4. 15 CFR Appendix D to Part 30 - AES Filing Citation, Exemption and Exclusion Legends

    Science.gov (United States)

    2010-01-01

    ... 15 Commerce and Foreign Trade 1 2010-01-01 2010-01-01 false AES Filing Citation, Exemption and... Appendix D to Part 30—AES Filing Citation, Exemption and Exclusion Legends I. USML Proof of Filing Citation AES ITN Example: AES X20060101987654. II. AES Proof of Filing Citation subpart A § 30.7 AES ITN...

  5. Flow sorting of C-genome chromosomes from wild relatives of wheat Aegilops markgrafii, Ae. triuncialis and Ae. cylindrica, and their molecular organization

    Czech Academy of Sciences Publication Activity Database

    Molnár, I.; Vrána, Jan; Farkas, A.; Kubaláková, Marie; Cseh, A.; Molnár-Láng, M.; Doležel, Jaroslav

    2015-01-01

    Roč. 116, č. 2 (2015), s. 189-200 ISSN 0305-7364 R&D Projects: GA MŠk(CZ) LO1204 Institutional support: RVO:61389030 Keywords : Aegilops markgrafii * Ae. triuncialis * Ae. cylindrica Subject RIV: EB - Genetics ; Molecular Biology Impact factor: 3.982, year: 2015

  6. Advanced neuroimaging techniques for the term newborn with encephalopathy.

    Science.gov (United States)

    Chau, Vann; Poskitt, Kenneth John; Miller, Steven Paul

    2009-03-01

    Neonatal encephalopathy is associated with a high risk of morbidity and mortality in the neonatal period and of long-term neurodevelopmental disability in survivors. Advanced magnetic resonance techniques now play a major role in the clinical care of newborns with encephalopathy and in research addressing this important condition. From conventional magnetic resonance imaging, typical patterns of injury have been defined in neonatal encephalopathy. When applied in contemporary cohorts of newborns with encephalopathy, the patterns of brain injury on magnetic resonance imaging distinguish risk factors, clinical presentation, and risk of abnormal outcome. Advanced magnetic resonance techniques such as magnetic resonance spectroscopy, diffusion-weighted imaging, and diffusion tensor imaging provide novel perspectives on neonatal brain metabolism, microstructure, and connectivity. With the application of these imaging tools, it is increasingly apparent that brain injury commonly occurs at or near the time of birth and evolves over the first weeks of life. These observations have complemented findings from trials of emerging strategies of brain protection, such as hypothermia. Application of these advanced magnetic resonance techniques may enable the earliest possible identification of newborns at risk of neurodevelopmental impairment, thereby ensuring appropriate follow-up with rehabilitation and psychoeducational resources.

  7. A Very Compact AES-SPIHT Selective Encryption Computer Architecture Design with Improved S-Box

    Directory of Open Access Journals (Sweden)

    Jia Hao Kong

    2013-01-01

    Full Text Available The “S-box” algorithm is a key component in the Advanced Encryption Standard (AES due to its nonlinear property. Various implementation approaches have been researched and discussed meeting stringent application goals (such as low power, high throughput, low area, but the ultimate goal for many researchers is to find a compact and small hardware footprint for the S-box circuit. In this paper, we present our version of minimized S-box with two separate proposals and improvements in the overall gate count. The compact S-box is adopted with a compact and optimum processor architecture specifically tailored for the AES, namely, the compact instruction set architecture (CISA. To further justify and strengthen the purpose of the compact crypto-processor’s application, we have also presented a selective encryption architecture (SEA which incorporates the CISA as a part of the encryption core, accompanied by the set partitioning in hierarchical trees (SPIHT algorithm as a complete selective encryption system.

  8. AE/VCE Unconfirmed Vernal Pools

    Data.gov (United States)

    Vermont Center for Geographic Information — This dataset is derived from a project by the Vermont Center for Ecostudies(VCE) and Arrowwood Environmental(AE) to map vernal pools throughout the state of Vermont....

  9. AE/VCE Confirmed Vernal Pools

    Data.gov (United States)

    Vermont Center for Geographic Information — This dataset is derived from a project by the Vermont Center for Ecostudies(VCE) and Arrowwood Environmental(AE) to map vernal pools throughout the state of Vermont....

  10. Comportamento de Aedes albopictus e de Ae. scapularis adultos (Diptera: Culicidae no Sudeste do Brasil Adults Aedes albopictus and Ae. scapularis behavior (Diptera: Culidae in Southeastern Brazil

    Directory of Open Access Journals (Sweden)

    Oswaldo Paulo Forattini

    2000-10-01

    Full Text Available OBJETIVO: Observar e comparar o comportamento das espécies de Aedes albopictus e de Ae. scapularis, na localidade de Pedrinhas, litoral sul do Estado de São Paulo, Brasil. MÉTODOS: As observações foram feitas de outubro de 1996 a janeiro de 2000. Foram realizadas coletas sistemáticas de formas adultas mediante a utilização de isca humana, aspirações ambientais e armadilha tipo Shannon. A domiciliação foi estimada pelo índice de Nuorteva e pela razão de sinantropia. RESULTADOS: Foram feitas 87 coletas diurnas, com a obtenção de 872 adultos fêmeas. As médias de Williams', multiplicadas por 100, foram de 118 e 21 para Ae. albopictus nos horários de 7h às 18h e de 18h às 20h, respectivamente. Quanto a Ae. scapularis, foram de 100 e 106 nos mesmos períodos. Esse último revelou pico de atividade crepuscular vespertina. Na aspiração de abrigos, obteve-se o total de 1.124 espécimens, dos quais 226 Ae. albopictus e 898 Ae. scapularis. O período de janeiro a maio correspondeu ao de maior rendimento para ambos os mosquitos. Quanto à armadilha de Shannon, as coletas realizadas na mata revelaram a ausência de Ae. albopictus. No que concerne à domiciliação, esse último mostrou os maiores valores de índices, enquanto Ae. scapularis revelou comportamento de tipo ubiquista. CONCLUSÕES: Os resultados confirmam outras observações, permitindo levantar hipóteses. Em relação a Ae. scapularis, sugere-se que possa existir fenômeno de diapausa das fêmeas no período verão-outono, a qual cessaria no inverno-primavera quando então a atividade seria retomada. Quanto a Ae. albopictus, os dados sugerem que se trata de população em processo adaptativo ao novo ambiente.OBJECTIVE: Aedes albopictus and Ae. scapularis were found living together in the Pedrinhas Village, Southeastern of São Paulo State, Brazil. This finding was a good opportunity to make observations about the mosquitoes' behavior. METHODS: From October 1996 to

  11. Nuclear techniques in the development of advanced ceramic technologies

    International Nuclear Information System (INIS)

    Axe, J.D.; Hewat, A.W.; Maier, J.; Margaca, F.M.A.; Rauch, H.

    1999-01-01

    The importance of research, development and application of advanced materials is well understood by all developed and most developing countries. Amongst advanced materials, ceramics play a prominent role due to their specific chemical and physical properties. According to performance and importance, advanced ceramics can be classified as structural ceramics (mechanical function) and the so-called functional ceramics. In the latter class of materials, special electrical, chemical, thermal, magnetic and optical properties are of interest. The most valuable materials are multifunctional, for example, when structural ceramics combine beneficial mechanical properties with thermal and chemical sensitivity. Multifunctionality is characteristic of many composite materials (organic/inorganic composite). Additionally, properties of material can be changed by reducing its dimension (thin films, nanocrystalline ceramics). Nuclear techniques, found important applications in research and development of advanced ceramics. The use of neutron techniques has increased dramatically in recent years due to the development of advanced neutron sources, instrumentation and improved data analysis. Typical neutron techniques are neutron diffraction, neutron radiography, small angle neutron scattering and very small angle neutron scattering. Neutrons can penetrate deeply into most materials thus sampling their bulk properties. In determination of the crystal structure of HTSC, YBa 2 Cu 2 O 7 , XRD located the heavy metal atoms, but failed in finding many of the oxygen atoms, while the neutron diffraction located all atoms equally well in the crystal structure. Neutron diffraction is also unique for the determination of the magnetic structure of materials since the neutrons themselves have a magnetic moment. Application of small angle neutron scattering for the determination of the size of hydrocarbon aggregates within the zeolite channels is illustrated. (author)

  12. Rancang Bangun Aplikasi Enkripsi dan Dekripsi Email Dengan Menggunakan Algoritma Advanced Encryption Standard Dan Knapsack

    Directory of Open Access Journals (Sweden)

    Timothy John Pattiasina

    2014-07-01

    Full Text Available Advanced Encryption Standard (AES dan Knapsack adalah dua algoritma enkripsi simetris dan asimetris yang paling sering digunakan. Penelitian ini menganalisa kedua algoritma AES dan algoritma Knapsack. Prototipe aplikasi enkripsi email ini dirancang dengan menggabungkan karateristik algoritma AES dan Knapsack untuk memecahkan masalah keamanan email. Algoritma AES digunakan untuk mengenkripsi dan deskripsi email berupa teks atau file, sedangkan Algoritma Knapsack di gunakan untuk mengenkripsi kunci AES. Enkripsi hybrid yang diterapkan pada aplikasi bertujuan untuk menambah keamanan informasi dalam sebuah jaringan.

  13. Synthesis and structural characterization of the ternary Zintl phases AE3Al2Pn4 and AE3Ga2Pn4 (AE=Ca, Sr, Ba, Eu; Pn=P, As)

    International Nuclear Information System (INIS)

    He, Hua; Tyson, Chauntae; Saito, Maia; Bobev, Svilen

    2012-01-01

    Ten new ternary phosphides and arsenides with empirical formulae AE 3 Al 2 Pn 4 and AE 3 Ga 2 Pn 4 (AE=Ca, Sr, Ba, Eu; Pn=P, As) have been synthesized using molten Ga, Al, and Pb fluxes. They have been structurally characterized by single-crystal and powder X-ray diffraction to form with two different structures—Ca 3 Al 2 P 4 , Sr 3 Al 2 As 4 , Eu 3 Al 2 P 4 , Eu 3 Al 2 As 4 , Ca 3 Ga 2 P 4 , Sr 3 Ga 2 P 4 , Sr 3 Ga 2 As 4 , and Eu 3 Ga 2 As 4 crystallize with the Ca 3 Al 2 As 4 structure type (space group C2/c, Z=4); Ba 3 Al 2 P 4 and Ba 3 Al 2 As 4 adopt the Na 3 Fe 2 S 4 structure type (space group Pnma, Z=4). The polyanions in both structures are made up of TrPn 4 tetrahedra, which share common corners and edges to form 2 ∞ [TrPn 2 ] 3– layers in the phases with the Ca 3 Al 2 As 4 structure, and 1 ∞ [TrPn 2 ] 3– chains in Ba 3 Al 2 P 4 and Ba 3 Al 2 As 4 with the Na 3 Fe 2 S 4 structure type. The valence electron count for all of these compounds follows the Zintl–Klemm rules. Electronic band structure calculations confirm them to be semiconductors. - Graphical abstract: AE 3 Al 2 Pn 4 and AE 3 Ga 2 Pn 4 (AE=Ca, Sr, Ba, Eu; Pn=P, As) crystallize in two different structures—Ca 3 Al 2 P 4 , Sr 3 Al 2 As 4 , Eu 3 Al 2 P 4 , Eu 3 Al 2 As 4 , Ca 3 Ga 2 P 4 , Sr 3 Ga 2 P 4 , Sr 3 Ga 2 As 4 , and Eu 3 Ga 2 As 4 , are isotypic with the previously reported Ca 3 Al 2 As 4 (space group C2/c (No. 15)), while Ba 3 Al 2 P 4 and Ba 3 Al 2 As 4 adopt a different structure known for Na 3 Fe 2 S 4 (space group Pnma (No. 62). The polyanions in both structures are made up of TrPn 4 tetrahedra, which by sharing common corners and edges, form 2 ∞ [TrPn 2 ] 3– layers in the former and 1 ∞ [TrPn 2 ] 3– chains in Ba 3 Al 2 P 4 and Ba 3 Al 2 As 4 . Highlights: ► AE 3 Ga 2 Pn 4 (AE=Ca, Sr, Ba, Eu; Pn=P, As) are new ternary pnictides. ► Ba 3 Al 2 P 4 and Ba 3 Al 2 As 4 adopt the Na 3 Fe 2 S 4 structure type. ► The Sr- and Ca-compounds crystallize with the Ca 3

  14. Genome-Wide Identification and Expression Analysis of the UGlcAE Gene Family in Tomato

    Directory of Open Access Journals (Sweden)

    Xing Ding

    2018-05-01

    Full Text Available The UGlcAE has the capability of interconverting UDP-d-galacturonic acid and UDP-d-glucuronic acid, and UDP-d-galacturonic acid is an activated precursor for the synthesis of pectins in plants. In this study, we identified nine UGlcAE protein-encoding genes in tomato. The nine UGlcAE genes that were distributed on eight chromosomes in tomato, and the corresponding proteins contained one or two trans-membrane domains. The phylogenetic analysis showed that SlUGlcAE genes could be divided into seven groups, designated UGlcAE1 to UGlcAE6, of which the UGlcAE2 were classified into two groups. Expression profile analysis revealed that the SlUGlcAE genes display diverse expression patterns in various tomato tissues. Selective pressure analysis indicated that all of the amino acid sites of SlUGlcAE proteins are undergoing purifying selection. Fifteen stress-, hormone-, and development-related elements were identified in the upstream regions (0.5 kb of these SlUGlcAE genes. Furthermore, we investigated the expression patterns of SlUGlcAE genes in response to three hormones (indole-3-acetic acid (IAA, gibberellin (GA, and salicylic acid (SA. We detected firmness, pectin contents, and expression levels of UGlcAE family genes during the development of tomato fruit. Here, we systematically summarize the general characteristics of the SlUGlcAE genes in tomato, which could provide a basis for further function studies of tomato UGlcAE genes.

  15. Recent advances in high-brightness electron guns at AES

    International Nuclear Information System (INIS)

    Bluem, H.; Todd, A.M.M.; Cole, M.D.; Rathke, J.; Schultheiss, T.

    2003-01-01

    We describe a number of active Advanced Energy Systems projects pertaining to the development of advanced, high-brightness electron guns for various applications. These projects include a fully superconducting, CW RF gun, nearing test, that utilizes the niobium surface as the photocathode material. An integrated 100 mA, low emittance DC/SRF gun, ideal as an injector for ERL-type light sources and intended as the injector for a 100 kW FEL, is in late design stage. A parallel high-power, CW, normal-conducting L-band RF gun project has just begun. The early performance analysis for this gun also shows good promise as an injector for ERL-type light sources. Lastly, a fully axisymmetric RF gun, operating in X-band, is being studied as a source of extremely bright electron bunches

  16. Study of Randomness in AES Ciphertexts Produced by Randomly Generated S-Boxes and S-Boxes with Various Modulus and Additive Constant Polynomials

    Science.gov (United States)

    Das, Suman; Sadique Uz Zaman, J. K. M.; Ghosh, Ranjan

    2016-06-01

    In Advanced Encryption Standard (AES), the standard S-Box is conventionally generated by using a particular irreducible polynomial {11B} in GF(28) as the modulus and a particular additive constant polynomial {63} in GF(2), though it can be generated by many other polynomials. In this paper, it has been shown that it is possible to generate secured AES S-Boxes by using some other selected modulus and additive polynomials and also can be generated randomly, using a PRNG like BBS. A comparative study has been made on the randomness of corresponding AES ciphertexts generated, using these S-Boxes, by the NIST Test Suite coded for this paper. It has been found that besides using the standard one, other moduli and additive constants are also able to generate equally or better random ciphertexts; the same is true for random S-Boxes also. As these new types of S-Boxes are user-defined, hence unknown, they are able to prevent linear and differential cryptanalysis. Moreover, they act as additional key-inputs to AES, thus increasing the key-space.

  17. Accomplishments: AE characterization program for remote flaw evaluation

    International Nuclear Information System (INIS)

    Hutton, P.H.; Schwenk, E.B.; Kurtz, R.J.

    1978-01-01

    The purpose of the program is to develop an experimental/analytical evaluation of the feasibility of detecting and analyzing flaw growth in reactor pressure boundaries by means of continuously monitoring acoustic emission (AE). The investigation is devoted exclusively to ASTM Type A533, Grade B, Class 1 material. The basic approach to interpretive model development is through laboratory testing of 1 to 1 1 / 2 inch (25.4 to 38 mm) thick fracture mechanics specimens in both fatigue and fracture at both room temperature and 550 0 F (288 0 C). Seven parameters are measured for each AE signal and related to fracture mechanics functions. AE data from fracture testing of 6 inch (152 mm) wall pressure vessels are also incorporated in analysis

  18. Fatigue damage monitoring for basalt fiber reinforced polymer composites using acoustic emission technique

    Science.gov (United States)

    Wang, Wentao; Li, Hui; Qu, Zhi

    2012-04-01

    Basalt fiber reinforced polymer (BFRP) is a structural material with superior mechanical properties. In this study, unidirectional BFRP laminates with 14 layers are made with the hand lay-up method. Then, the acoustic emission technique (AE) combined with the scanning electronic microscope (SEM) technique is employed to monitor the fatigue damage evolution of the BFRP plates in the fatigue loading tests. Time-frequency analysis using the wavelet transform technique is proposed to analyze the received AE signal instead of the peak frequency method. A comparison between AE signals and SEM images indicates that the multi-frequency peaks picked from the time-frequency curves of AE signals reflect the accumulated fatigue damage evolution and fatigue damage patterns. Furthermore, seven damage patterns, that is, matrix cracking, delamination, fiber fracture and their combinations, are identified from the time-frequency curves of the AE signals.

  19. Advanced Solid State Lighting for AES Deep Space Hab Project

    Science.gov (United States)

    Holbert, Eirik

    2015-01-01

    The advanced Solid State Lighting (SSL) assemblies augmented 2nd generation modules under development for the Advanced Exploration Systems Deep Space Habitat in using color therapy to synchronize crew circadian rhythms. Current RGB LED technology does not produce sufficient brightness to adequately address general lighting in addition to color therapy. The intent is to address both through a mix of white and RGB LEDs designing for fully addressable alertness/relaxation levels as well as more dramatic circadian shifts.

  20. Study on CNPEC's nuclear AE organization, its characteristics and industrial value

    International Nuclear Information System (INIS)

    Zhao Jianguang; Kuang Wei

    2014-01-01

    The paper studies and analyzes CNPEC's AE organizational operation model and its characteristics in details to explore its value and contribution to the reform of Chinese state-owned enterprises. By building the design and construction integration platform, CNPEC integrates the resources of the nuclear industry chain to effectively ensure the whole performance, the safety and high quality of nuclear power plants under construction; by establishing the total quality partnership which focuses on the cross-border quality management and control, CNPEC enhances the quality management level of enterprises in the nuclear industry chain; by promoting the technology development cooperation, CNPEC improves the technological advancement of the whole nuclear industry chain. (authors)

  1. Bioekologi vektor demam berdarah dengue (DBD serta deteksi virus dengue pada Aedes aegypti (Linnaeus dan Ae. albopictus (Skuse (Diptera: Culicidae di kelurahan endemik DBD Bantarjati, Kota Bogor

    Directory of Open Access Journals (Sweden)

    Zahara Fadilla

    2015-09-01

    Full Text Available Dengue hemorrhagic fever (DHF is a viral disease that threatened community health in Indonesia. As part of an eradication program, it is important to learn the behavioral aspect of the disease vector. The aims of this study were to detect the presence of dengue virus in Aedes spp., at Bantarjati Village, Bogor City and to learn to bioecology of. Aedes aegypti (Linnaeus. Detection of dengue virus in Aedes spp. were done by reverse transcription-polymerase chain reaction (RT-PCR technique that consist of two phase were synthesis phase and cDNA amplification and dengue virus serotipe characterization. The Ae. aegypti and Ae. albopictus (Skuse mosquitoes were collected using the landing and resting moquito collection technique booth indoors and outdoors. The highest density of Ae. aegypti and Ae. albopictus were found in April and the peak activity was occurred at 10:00-11:00 am. Dengue virus was not detected in female mosquitoes Aedes spp.

  2. Parental Attitudes Toward Advanced Behavior Guidance Techniques Used in Pediatric Dentistry.

    Science.gov (United States)

    Patel, Monica; McTigue, Dennis J; Thikkurissy, Sarat; Fields, Henry W

    2016-01-01

    To re-examine parental attitudes toward advanced behavior management techniques in pediatric dentistry and determine whether cost, urgency, and amount of treatment influence parental preferences. Parents viewed previously validated videotaped clinical vignettes of four advanced behavior guidance techniques: (1) passive immobilization; (2) active immobilization; (3) general anesthesia; and (4) oral sedation. The study was conducted in a children's hospital dental clinic and a suburban private pediatric dentistry office. Parents rated overall acceptance of the techniques, and acceptance under specified conditions using an anchored visual analogue scale. One hundred five parents completed the survey; 55 from the children's hospital and 50 from private practice. Oral sedation was rated as the most acceptable technique, followed by general anesthesia, active immobilization, and passive immobilization. As urgency, convenience, and previous experience increased, parental acceptance of the technique increased. As cost of treatment increased, parental acceptance decreased. Ratings between the children's hospital group and private practice group differed, as did the demographic variables of insurance, income, and race. The hierarchy of parental acceptance of advanced behavior guidance techniques is changing with increasing approval of pharmacological management and decreasing approval of physical management. The health care delivery system, urgency, convenience, previous experience, and cost all influence parental acceptance.

  3. Advanced inspection and repair techniques for primary side components

    International Nuclear Information System (INIS)

    Elm, Ralph

    1998-01-01

    The availability of nuclear power plant mainly depends on the components of the Nuclear Steam Supply System (NSSS) such as reactor pressure vessel, core internals and steam generators. The last decade has been characterized by intensive inspection and repair work on PWR steam generators. In the future, it can be expected, that the inspection of the reactor pressure vessel and the inspection and repair of its internals, in both PWR and BWR will be one of the challenges for the nuclear community. Due to this challenge, new, advanced inspection and repair techniques for the vital primary side components have been developed and applied, taking into account such issues as: use of reliable and fast inspection methods, repair of affected components instead of costly replacement, reduction of outage time compared to conventional methods, minimized radiation exposure, acceptable costs. This paper reflects on advanced inspection and repair techniques such as: Baffle Former Bolt inspection and replacement, Barrel Former Bolt inspection and replacement, Mechanized UT and visual inspection of reactor pressure vessels, Steam Generator repair by advanced sleeving technology. The techniques described have been successfully applied in nuclear power plants and improved the operation performance of the components and the NPP. (author). 6 figs

  4. Preconcentration of uranium, thorium, zirconium, titanium, molybdenum and vanadium with oxine supported on microcrystalline naphthalene and their determinations by ICP-AES

    International Nuclear Information System (INIS)

    Kumar, Naveen; Kumar, Sanjay; Kumar, Vijay; Nandakishore, S.S.; Bangroo, P.N.

    2013-01-01

    As an effective technique for separation and preconcentration of trace elements, solid-liquid extraction with microcrystalline naphthalene has received great attention in recent years. The application of the adsorption of the metal complexes on microcrystalline naphthalene has greatly enhanced the utility of solid-liquid extraction in trace analysis. A survey of the literature revealed that single element detection techniques such as spectrophotometry, atomic absorption spectrometry, and polarography were mostly combined with this separation method. However, multi-element simultaneous detection techniques, like ICP-AES and ICP-MS were seldom used as the detectors in this solid-liquid extraction method. The aim of this work was to attempt to adopt the reagent oxine for the separation and subsequent determination of U, Th, Zr, Ti, Mo and V by ICP-AES, after adsorption of their oxinate complexes on microcrystalline naphthalene

  5. Electron and ion beam degradation effects in AES analysis of silicon nitride thin films

    International Nuclear Information System (INIS)

    Fransen, F.; Vanden Berghe, R.; Vlaeminck, R.; Hinoul, M.; Remmerie, J.; Maes, H.E.

    1985-01-01

    Silicon nitride films are currently investigated by AES combined with ion profiling techniques for their stoichiometry and oxygen content. During this analysis, ion beam and primary electron effects were observed. The effect of argon ion bombardment is the preferential sputtering of nitrogen, forming 'covalent' silicon at the surface layer (AES peak at 91 eV). The electron beam irradiation results in a decrease of the covalent silicon peak, either by an electron beam annealing effect in the bulk of the silicon nitride film, or by an ionization enhanced surface diffusion process of the silicon (electromigration). By the electron beam annealing, nitrogen species are liberated in the bulk of the silicon nitride film and migrate towards the surface where they react with the covalent silicon. The ionization enhanced diffusion originates from local charging of the surface, induced by the electron beam. (author)

  6. Validation and empirical correction of MODIS AOT and AE over ocean

    Directory of Open Access Journals (Sweden)

    N. A. J. Schutgens

    2013-09-01

    Full Text Available We present a validation study of Collection 5 MODIS level 2 Aqua and Terra AOT (aerosol optical thickness and AE (Ångström exponent over ocean by comparison to coastal and island AERONET (AErosol RObotic NETwork sites for the years 2003–2009. We show that MODIS (MODerate-resolution Imaging Spectroradiometer AOT exhibits significant biases due to wind speed and cloudiness of the observed scene, while MODIS AE, although overall unbiased, exhibits less spatial contrast on global scales than the AERONET observations. The same behaviour can be seen when MODIS AOT is compared against Maritime Aerosol Network (MAN data, suggesting that the spatial coverage of our datasets does not preclude global conclusions. Thus, we develop empirical correction formulae for MODIS AOT and AE that significantly improve agreement of MODIS and AERONET observations. We show these correction formulae to be robust. Finally, we study random errors in the corrected MODIS AOT and AE and show that they mainly depend on AOT itself, although small contributions are present due to wind speed and cloud fraction in AOT random errors and due to AE and cloud fraction in AE random errors. Our analysis yields significantly higher random AOT errors than the official MODIS error estimate (0.03 + 0.05 τ, while random AE errors are smaller than might be expected. This new dataset of bias-corrected MODIS AOT and AE over ocean is intended for aerosol model validation and assimilation studies, but also has consequences as a stand-alone observational product. For instance, the corrected dataset suggests that much less fine mode aerosol is transported across the Pacific and Atlantic oceans.

  7. Transition metal analysis. A comparison between ICP-AES and deuteron activation

    International Nuclear Information System (INIS)

    Pillay, A.E.; Williams, J.R.; Hassan, S.M.; Al-Hamdi, A.; El Mardi, M.O.

    2002-01-01

    The analytical capabilities of ICP-AES (ICP) and deuteron activation (associated with prompt gamma-rays and delayed X-rays) for the determination of certain transition metals, were investigated. The sensitivities of the three methods are given, and the general applicability of each technique is evaluated. In the case of ICP, numerical data were obtained from aqueous solutions containing digested plant material. These experimental results were assessed against minimum detectable limits attained in relevant solid matrices that were subjected to prompt gamma-ray and delayed X-ray spectrometry using 5 MeV 2 H + ions. The analytically useful lines originated mainly from (d,p) and (d,n) reactions. The potential of the three techniques for routine analysis is discussed and detailed methodologies are presented. (author)

  8. Advanced ultrasonic inspections

    International Nuclear Information System (INIS)

    Ghia, S.

    1990-08-01

    Acoustic Emission (AE) continuous monitoring and periodical inspections by advanced ultrasonic have been applied to evaluate defect evolution within a PWR reduced scale (1:5) pressure vessel subjected to cyclic mechanical fatigue test. This experimental activity has been carried out in the frame of the Primary Circuit Component Life Prediction programme. In the time period covered by this report actions were performed as following: (1) Ultrasonic examination by multifrequency acoustic holography to evaluate defect evolution subsequently repair and heat treatment of the R2 vessel carried out in March 1988. For the purpose, measurements were performed both at 0 and 200 bar of internal pressure. As uniformity of the procedures adopted, for calibration and testing, made the results comparable with the previous ones no evidence for significant growing of the examined defects has been found. (2) Acoustic emission monitoring has then been carried out during fatigue test from 416000 to 565000 fatigue cycles. Analysis of a large amount of data has been performed paying particular attention to the distinction between friction phenomena and crack growth in order to obtain a correct diagnosis of flaw evolution. The signal duration distribution and the correlation of AE appearance time versus load cycle phase were considered to characterise stick-slip processes. A general intensification of AE activity has been recorded during this last period of monitoring and previous known AE sources were confirmed together with the appearance of new AE sources some of them correlable with real defects

  9. Nonlinear analysis of magnetospheric data Part I. Geometric characteristics of the AE index time series and comparison with nonlinear surrogate data

    Directory of Open Access Journals (Sweden)

    G. P. Pavlos

    1999-01-01

    Full Text Available A long AE index time series is used as a crucial magnetospheric quantity in order to study the underlying dynainics. For this purpose we utilize methods of nonlinear and chaotic analysis of time series. Two basic components of this analysis are the reconstruction of the experimental tiine series state space trajectory of the underlying process and the statistical testing of an null hypothesis. The null hypothesis against which the experimental time series are tested is that the observed AE index signal is generated by a linear stochastic signal possibly perturbed by a static nonlinear distortion. As dis ' ' ating statistics we use geometrical characteristics of the reconstructed state space (Part I, which is the work of this paper and dynamical characteristics (Part II, which is the work a separate paper, and "nonlinear" surrogate data, generated by two different techniques which can mimic the original (AE index signal. lie null hypothesis is tested for geometrical characteristics which are the dimension of the reconstructed trajectory and some new geometrical parameters introduced in this work for the efficient discrimination between the nonlinear stochastic surrogate data and the AE index. Finally, the estimated geometric characteristics of the magnetospheric AE index present new evidence about the nonlinear and low dimensional character of the underlying magnetospheric dynamics for the AE index.

  10. ARDENT to develop advanced dosimetric techniques

    CERN Document Server

    Antonella Del Rosso

    2012-01-01

    Earlier this week, the EU-supported Marie Curie training network ARDENT kicked off at a meeting held at CERN. The overall aim of the project is the development of advanced instrumentation for radiation dosimetry. The applications range from radiation measurements around particle accelerators, onboard commercial flights and in space, to the characterization of radioactive waste and medicine, where accurate dosimetry is of vital importance.   The ARDENT (Advanced Radiation Dosimetry European Network Training) project is both a research and a training programme, which aims at developing new dosimetric techniques while providing 15 Early-Stage Researchers (ESR) with state-of-the-art training. The project, coordinated by CERN, is funded by the European Union with a contribution of about 3.9 million euros over four years. The ARDENT initiative will focus on three main technologies: gas detectors, in particular Gas Electron Multipliers (GEM) and Tissue Equivalent Proportional Counters (TEPC); solid stat...

  11. Flaw evolution monitoring by acoustic emission technique

    International Nuclear Information System (INIS)

    Ghia, S.; Sala, A.; Lucia, A.

    1986-01-01

    Flaw evolution monitoring during mechanical fatigue test has been performed by acoustic emission (AE) technique. Testing on 1:5 reduced scale vessel containing fabrication defects was carried out in the frame of an European program for pressure component residual life evaluation. Characteristics of AE signals associated to flaw evolution are discussed

  12. Monitoring of some heavy metal in egypt using different spectroscopic technique ICP-AES and AAS-GF

    International Nuclear Information System (INIS)

    El-Sayed, A.A.

    2005-01-01

    Heavy metals include both toxic and/or non toxic elements egyptian aquatic environment were monitored using inductivly coupled plasma-atomic emission spectroscopy; ICP-AES and graphite furnace-atomic absorption spectroscopy; GF-AAS. Water and aquatic weeds (waterhyathins) are of different categories specified for such monitoring form the canals. The locations of sampling sites the river nile in egypt. These sites were chosen based on the industrial activity comparing to the cleansite and the other cultivated one. Bioavailability and related effects were defined so as to specify actually the higher concentration more contaminated areas

  13. Low Power S-Box Architecture for AES Algorithm using Programmable Second Order Reversible Cellular Automata: An Application to WBAN.

    Science.gov (United States)

    Gangadari, Bhoopal Rao; Ahamed, Shaik Rafi

    2016-12-01

    In this paper, we presented a novel approach of low energy consumption architecture of S-Box used in Advanced Encryption Standard (AES) algorithm using programmable second order reversible cellular automata (RCA 2 ). The architecture entails a low power implementation with minimal delay overhead and the performance of proposed RCA 2 based S-Box in terms of security is evaluated using the cryptographic properties such as nonlinearity, correlation immunity bias, strict avalanche criteria, entropy and also found that the proposed architecture is secure enough for cryptographic applications. Moreover, the proposed AES algorithm architecture simulation studies show that energy consumption of 68.726 nJ, power dissipation of 3.856 mW for 0.18- μm at 13.69 MHz and energy consumption of 29.408 nJ, power dissipation of 1.65 mW for 0.13- μm at 13.69 MHz. The proposed AES algorithm with RCA 2 based S-Box shows a reduction power consumption by 50 % and energy consumption by 5 % compared to best classical S-Box and composite field arithmetic based AES algorithm. Apart from that, it is also shown that RCA 2 based S-Boxes are dynamic in nature, invertible, low power dissipation compared to that of LUT based S-Box and hence suitable for Wireless Body Area Network (WBAN) applications.

  14. Knowledge based systems advanced concepts, techniques and applications

    CERN Document Server

    1997-01-01

    The field of knowledge-based systems (KBS) has expanded enormously during the last years, and many important techniques and tools are currently available. Applications of KBS range from medicine to engineering and aerospace.This book provides a selected set of state-of-the-art contributions that present advanced techniques, tools and applications. These contributions have been prepared by a group of eminent researchers and professionals in the field.The theoretical topics covered include: knowledge acquisition, machine learning, genetic algorithms, knowledge management and processing under unc

  15. Recent advances on Charpy specimen reconstitution techniques

    Energy Technology Data Exchange (ETDEWEB)

    Andrade, Arnaldo H.P.; Lobo, Raquel M.; Miranda, Carlos Alexandre J., E-mail: aandrade@ipen.br [Instituto de Pesquisas Energeticas e Nucleares (IPEN/CNEN-SP), Sao Paulo, SP (Brazil)

    2017-07-01

    Charpy specimen reconstitution is widely used around the world as a tool to enhance or supplement surveillance programs of nuclear reactor pressure vessels. The reconstitution technique consists in the incorporation of a small piece from a previously tested specimen into a compound specimen, allowing to increase the number of tests. This is especially important if the available materials is restricted and fracture mechanics parameter have to be determined. The reconstitution technique must fulfill some demands, among them tests results like the original standard specimens and the loaded material of the insert must not be influenced by the welding and machining procedure. It is known that reconstitution of Charpy specimens may affect the impact energy in a consequence of the constraint of plastic deformation by the hardened weldment and HAZ. This paper reviews some recent advances of the reconstitution technique and its applications. (author)

  16. Recent advances on Charpy specimen reconstitution techniques

    International Nuclear Information System (INIS)

    Andrade, Arnaldo H.P.; Lobo, Raquel M.; Miranda, Carlos Alexandre J.

    2017-01-01

    Charpy specimen reconstitution is widely used around the world as a tool to enhance or supplement surveillance programs of nuclear reactor pressure vessels. The reconstitution technique consists in the incorporation of a small piece from a previously tested specimen into a compound specimen, allowing to increase the number of tests. This is especially important if the available materials is restricted and fracture mechanics parameter have to be determined. The reconstitution technique must fulfill some demands, among them tests results like the original standard specimens and the loaded material of the insert must not be influenced by the welding and machining procedure. It is known that reconstitution of Charpy specimens may affect the impact energy in a consequence of the constraint of plastic deformation by the hardened weldment and HAZ. This paper reviews some recent advances of the reconstitution technique and its applications. (author)

  17. Advanced Electric Propulsion NextSTEP BAA Activity

    Data.gov (United States)

    National Aeronautics and Space Administration — The goal of the AES Advanced Electric Propulsion Next Space Technologies for Exploration Partnerships (NextSTEP) Broad Agency Announcement (BAA) activity is to...

  18. Magnetic force microscopy: advanced technique for the observation of magnetic domains

    International Nuclear Information System (INIS)

    Asenjo, A.; Garcia, J. M.; Vazquez, M.

    2001-01-01

    An overview on the Magnetic Force Microscopy, MFM, as an advanced technique to observe magnetic domains and walls is displayed. Basic concepts are first introduced on the domain structure formation as well as on other techniques to observe magnetic domains. Afterwards, the MFM instrumentation is described making also an emphasis in micro magnetic consideration to interpret the images. Finally, a set of selected advanced magnetic materials with different domain structures is chosen to show the wide possibilities of this techniques to characterise the surface magnetic behaviour. The domain structure of materials as commercial magnetic recording media, thin films and multilayers, amorphous micro tubes, nanocrystalline ribbons, perovskites or magnetic nano wires is shown. (Author) 16 refs

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

    Science.gov (United States)

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

    2011-01-01

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

  20. Phylodynamic analysis of the dissemination of HIV-1 CRF01_AE in Vietnam.

    Science.gov (United States)

    Liao, Huanan; Tee, Kok Keng; Hase, Saiki; Uenishi, Rie; Li, Xiao-Jie; Kusagawa, Shigeru; Thang, Pham Hong; Hien, Nguyen Tran; Pybus, Oliver G; Takebe, Yutaka

    2009-08-15

    To estimate the epidemic history of HIV-1 CRF01_AE in Vietnam and adjacent Guangxi, China, we determined near full-length nucleotide sequences of CRF01_AE from a total of 33 specimens collected in 1997-1998 from different geographic regions and risk populations in Vietnam. Phylogenetic and Bayesian molecular clock analyses were performed to estimate the date of origin of CRF01_AE lineages. Our study reconstructs the timescale of CRF01_AE expansion in Vietnam and neighboring regions and suggests that the series of CRF01_AE epidemics in Vietnam arose by the sequential introduction of founder strains into new locations and risk groups. CRF01_AE appears to have been present among heterosexuals in South-Vietnam for more than a decade prior to its epidemic spread in the early 1990s. In the late 1980s, the virus spread to IDUs in Southern Vietnam and subsequently in the mid-1990s to IDUs further north. Our results indicate the northward dissemination of CRF01_AE during this time.

  1. Camtasia Studio 8 advanced editing and publishing techniques

    CERN Document Server

    Dixon, Claire Broadley

    2013-01-01

    A practical guide packed with examples that will show you how to implement the different features of Camtasia Studio 8 and create professional looking projects.If you are familiar with Camtasia Studio and you want to experiment with more advanced techniques, then this is the guide you have been looking for!

  2. AES Cardless Automatic Teller Machine (ATM) Biometric Security System Design Using FPGA Implementation

    Science.gov (United States)

    Ahmad, Nabihah; Rifen, A. Aminurdin M.; Helmy Abd Wahab, Mohd

    2016-11-01

    Automated Teller Machine (ATM) is an electronic banking outlet that allows bank customers to complete a banking transactions without the aid of any bank official or teller. Several problems are associated with the use of ATM card such card cloning, card damaging, card expiring, cast skimming, cost of issuance and maintenance and accessing customer account by third parties. The aim of this project is to give a freedom to the user by changing the card to biometric security system to access the bank account using Advanced Encryption Standard (AES) algorithm. The project is implemented using Field Programmable Gate Array (FPGA) DE2-115 board with Cyclone IV device, fingerprint scanner, and Multi-Touch Liquid Crystal Display (LCD) Second Edition (MTL2) using Very High Speed Integrated Circuit Hardware (VHSIC) Description Language (VHDL). This project used 128-bits AES for recommend the device with the throughput around 19.016Gbps and utilized around 520 slices. This design offers a secure banking transaction with a low rea and high performance and very suited for restricted space environments for small amounts of RAM or ROM where either encryption or decryption is performed.

  3. On the polarization of Herbig Ae/Be star radiation

    Energy Technology Data Exchange (ETDEWEB)

    Petrova, N I; Shevchenko, V S

    1987-08-01

    Results of multicolor UBVRI polarimetry of 14 Herbig Ae/Be stars including 7 stars for which observations of polarization have been made for the first time are presented. 6 bright Herbig Ae/Be stars (As 441, AS 442, LK H..cap alpha..134, LK H..cap alpha..135, Lk H..cap alpha..169 and V517 Cyg) which belong to star formation region connected with IC 5070 show the polarization from 1 to 4.5. per cent with similar theta (approx. 180 deg) (basically of interstellar nature). The polarimetrical variability of BD+46 deg 3471, BD+65 deg 1637, HD 200775 and Lk H..cap alpha..234 is confirmed. Mechanismes of polarization in Herbig Ae/Be stars in circumstellar formations are discussed.

  4. Global Dispersal Pattern of HIV Type 1 Subtype CRF01_AE

    OpenAIRE

    Poljak, Mario; Angelis, Konstantinos; Albert, Jan; Mamais, Ioannis; Magiorkinis, Gkikas; Hatzakis, Angelos; Hamouda, Osamah; Stuck, Daniel; Vercauteren, Jurgen; Wensing, Annemarie; Alexiev, Ivailo

    2016-01-01

    Background. Human immunodeficiency virus type 1 (HIV-1) subtype CRF01_AE originated in Africa and then passed to Thailand, where it established a major epidemic. Despite the global presence of CRF01_AE, little is known about its subsequent dispersal pattern. Methods. We assembled a global data set of 2736 CRF01_AE sequences by pooling sequences from public databases and patient-cohort studies. We estimated viral dispersal patterns, using statistical phylogeographic analysis run over bootstrap...

  5. Implementasi Algoritma Kriptografi Aes Pada Mikrokontroler Atmega32

    OpenAIRE

    Seniman

    2011-01-01

    The purpose of this study is to develop a microcomputer or microcontroller system which has a feature to encrypt data with AES algorithm. The input comes from keystrokes of keyboard and the result of the encryption process is stored in the microcontroller's EEPROM. The system is developed using the C programming languange with WinAVR interface. The research method being used to develop the system are data library collection such as the hardware datasheet, the specification of AES algorithm an...

  6. NDE reliability and advanced NDE technology validation

    International Nuclear Information System (INIS)

    Doctor, S.R.; Deffenbaugh, J.D.; Good, M.S.; Green, E.R.; Heasler, P.G.; Hutton, P.H.; Reid, L.D.; Simonen, F.A.; Spanner, J.C.; Vo, T.V.

    1989-01-01

    This paper reports on progress for three programs: (1) evaluation and improvement in nondestructive examination reliability for inservice inspection of light water reactors (LWR) (NDE Reliability Program), (2) field validation acceptance, and training for advanced NDE technology, and (3) evaluation of computer-based NDE techniques and regional support of inspection activities. The NDE Reliability Program objectives are to quantify the reliability of inservice inspection techniques for LWR primary system components through independent research and establish means for obtaining improvements in the reliability of inservice inspections. The areas of significant progress will be described concerning ASME Code activities, re-analysis of the PISC-II data, the equipment interaction matrix study, new inspection criteria, and PISC-III. The objectives of the second program are to develop field procedures for the AE and SAFT-UT techniques, perform field validation testing of these techniques, provide training in the techniques for NRC headquarters and regional staff, and work with the ASME Code for the use of these advanced technologies. The final program's objective is to evaluate the reliability and accuracy of interpretation of results from computer-based ultrasonic inservice inspection systems, and to develop guidelines for NRC staff to monitor and evaluate the effectiveness of inservice inspections conducted on nuclear power reactors. This program started in the last quarter of FY89, and the extent of the program was to prepare a work plan for presentation to and approval from a technical advisory group of NRC staff

  7. Advanced techniques for actinide spectroscopy (ATAS 2012). Abstract book

    Energy Technology Data Exchange (ETDEWEB)

    Foerstendorf, Harald; Mueller, Katharina; Steudtner, Robin [eds.

    2012-07-01

    The abstract book of the International workshop on advanced techniques for actinide spectroscopy (ATAS 2012) include contributions concerning the following issues: environmental applications, NMR spectroscopy, vibrational spectroscopy, X-ray spectroscopy and theory, technical application: separation processes, emission spectroscopy.

  8. Advanced techniques for actinide spectroscopy (ATAS 2012). Abstract book

    International Nuclear Information System (INIS)

    Foerstendorf, Harald; Mueller, Katharina; Steudtner, Robin

    2012-01-01

    The abstract book of the International workshop on advanced techniques for actinide spectroscopy (ATAS 2012) include contributions concerning the following issues: environmental applications, NMR spectroscopy, vibrational spectroscopy, X-ray spectroscopy and theory, technical application: separation processes, emission spectroscopy.

  9. Advanced flow MRI: emerging techniques and applications

    International Nuclear Information System (INIS)

    Markl, M.; Schnell, S.; Wu, C.; Bollache, E.; Jarvis, K.; Barker, A.J.; Robinson, J.D.; Rigsby, C.K.

    2016-01-01

    Magnetic resonance imaging (MRI) techniques provide non-invasive and non-ionising methods for the highly accurate anatomical depiction of the heart and vessels throughout the cardiac cycle. In addition, the intrinsic sensitivity of MRI to motion offers the unique ability to acquire spatially registered blood flow simultaneously with the morphological data, within a single measurement. In clinical routine, flow MRI is typically accomplished using methods that resolve two spatial dimensions in individual planes and encode the time-resolved velocity in one principal direction, typically oriented perpendicular to the two-dimensional (2D) section. This review describes recently developed advanced MRI flow techniques, which allow for more comprehensive evaluation of blood flow characteristics, such as real-time flow imaging, 2D multiple-venc phase contrast MRI, four-dimensional (4D) flow MRI, quantification of complex haemodynamic properties, and highly accelerated flow imaging. Emerging techniques and novel applications are explored. In addition, applications of these new techniques for the improved evaluation of cardiovascular (aorta, pulmonary arteries, congenital heart disease, atrial fibrillation, coronary arteries) as well as cerebrovascular disease (intra-cranial arteries and veins) are presented.

  10. Relocation of the disulfonic stilbene sites of AE1 (band 3) on the basis of fluorescence energy transfer measurements.

    Science.gov (United States)

    Knauf, Philip A; Law, Foon-Yee; Leung, Tze-Wah Vivian; Atherton, Stephen J

    2004-09-28

    Previous fluorescence resonance energy transfer (FRET) measurements, using BIDS (4-benzamido-4'-isothiocyanostilbene-2,2'-disulfonate) as a label for the disulfonic stilbene site and FM (fluorescein-5-maleimide) as a label for the cytoplasmic SH groups on band 3 (AE1), combined with data showing that the cytoplasmic SH groups lie about 40 A from the cytoplasmic surface of the lipid bilayer, would place the BIDS sites very near the membrane's inner surface, a location that seems to be inconsistent with current models of AE1 structure and mechanism. We reinvestigated the BIDS-FM distance, using laser single photon counting techniques as well as steady-state fluorescence of AE1, in its native membrane environment. Both techniques agree that there is very little energy transfer from BIDS to FM. The mean energy transfer (E), based on three-exponential fits to the fluorescence decay data, is 2.5 +/- 0.7% (SEM, N = 12). Steady-state fluorescence measurements also indicate BIDS to FM. These data indicate that the BIDS sites are probably over 63 A from the cytoplasmic SH groups, placing them near the middle or the external half of the lipid bilayer. This relocation of the BIDS sites fits with other evidence that the disulfonic stilbene sites are located farther toward the external membrane surface than Glu-681, a residue near the inner membrane surface whose modification affects the pH dependence and anion selectivity of band 3. The involvement of two relatively distant parts of the AE1 protein in transport function suggests that the transport mechanism requires coordinated large-scale conformational changes in the band 3 protein.

  11. [Advanced online search techniques and dedicated search engines for physicians].

    Science.gov (United States)

    Nahum, Yoav

    2008-02-01

    In recent years search engines have become an essential tool in the work of physicians. This article will review advanced search techniques from the world of information specialists, as well as some advanced search engine operators that may help physicians improve their online search capabilities, and maximize the yield of their searches. This article also reviews popular dedicated scientific and biomedical literature search engines.

  12. POC-scale testing of an advanced fine coal dewatering equipment/technique

    Energy Technology Data Exchange (ETDEWEB)

    Groppo, J.G.; Parekh, B.K. [Univ. of Kentucky, Lexington, KY (United States); Rawls, P. [Department of Energy, Pittsburgh, PA (United States)

    1995-11-01

    Froth flotation technique is an effective and efficient process for recovering of ultra-fine (minus 74 {mu}m) clean coal. Economical dewatering of an ultra-fine clean coal product to a 20 percent level moisture will be an important step in successful implementation of the advanced cleaning processes. This project is a step in the Department of Energy`s program to show that ultra-clean coal could be effectively dewatered to 20 percent or lower moisture using either conventional or advanced dewatering techniques. As the contract title suggests, the main focus of the program is on proof-of-concept testing of a dewatering technique for a fine clean coal product. The coal industry is reluctant to use the advanced fine coal recovery technology due to the non-availability of an economical dewatering process. in fact, in a recent survey conducted by U.S. DOE and Battelle, dewatering of fine clean coal was identified as the number one priority for the coal industry. This project will attempt to demonstrate an efficient and economic fine clean coal slurry dewatering process.

  13. Efficacy of Blood Sources and Artificial Blood Feeding Methods in Rearing of Aedes aegypti (Diptera: Culicidae) for Sterile Insect Technique and Incompatible Insect Technique Approaches in Sri Lanka.

    Science.gov (United States)

    Gunathilaka, Nayana; Ranathunge, Tharaka; Udayanga, Lahiru; Abeyewickreme, Wimaladharma

    2017-01-01

    Selection of the artificial membrane feeding technique and blood meal source has been recognized as key considerations in mass rearing of vectors. Artificial membrane feeding techniques, namely, glass plate, metal plate, and Hemotek membrane feeding method, and three blood sources (human, cattle, and chicken) were evaluated based on feeding rates, fecundity, and hatching rates of Aedes aegypti . Significance in the variations among blood feeding was investigated by one-way ANOVA, cluster analysis of variance (ANOSIM), and principal coordinates (PCO) analysis. Feeding rates of Ae. aegypti significantly differed among the membrane feeding techniques as suggested by one-way ANOVA ( p feeding technique. Blood feeding rate of Ae. aegypti was higher with human blood followed by cattle and chicken blood, respectively. However, no significant difference was observed from the mosquitoes fed with cattle and human blood, in terms of fecundity, oviposition rate, and fertility as suggested by one-way ANOVA ( p > 0.05). Metal plate method could be recommended as the most effective membrane feeding technique for mass rearing of Ae. aegypti , due to its high feeding rate and cost effectiveness. Cattle blood could be recommended for mass rearing Ae. aegypti .

  14. ICP-AES determination of trace elements in carbon steel

    International Nuclear Information System (INIS)

    Sengupta, Arijit; Rajeswari, B.; Kadam, R.M.; Babu, Y.; Godbole, S.V.

    2010-01-01

    Full text: Carbon steel, a combination of the elements iron and carbon, can be classified into four types as mild, medium, high and very high depending on the carbon content which varies from 0.05% to 2.1%. Carbon steel of different types finds application in medical devices, razor blades, cutlery and spring. In the nuclear industry, it is used in feeder pipes in the reactor. A strict quality control measure is required to monitor the trace elements, which have deleterious effects on the mechanical properties of the carbon steel. Thus, it becomes imperative to check the purity of carbon steel as a quality control measure before it is used in feeder pipes in the reactor. Several methods have been reported in literature for trace elemental determination in high purity iron. Some of these include neutron activation analysis, atomic absorption spectrometry and atomic emission spectrometry. Inductively coupled plasma atomic emission spectrometry (ICP-AES) is widely recognized as a sensitive technique for the determination of trace elements in various matrices, its major advantages being good accuracy and precision, high sensitivity, multi-element capability, large linear dynamic range and relative freedom from matrix effects. The present study mainly deals with the direct determination of trace elements in carbon steel using ICP-AES. An axially viewing ICP spectrometer having a polychromator with 35 fixed analytical channels and limited sequential facility to select any analytical line within 2.2 nm of a polychromator line was used in these studies. Iron, which forms one of the main constituents of carbon steel, has a multi electronic configuration with line rich emission spectrum and, therefore, tends to interfere in the determination of trace impurities in carbon steel matrix. Spectral interference in ICP-AES can be seriously detrimental to the accuracy and reliability of trace element determinations, particularly when they are performed in the presence of high

  15. Low-area hardware implementations of CLOC, SILC and AES-OTR

    DEFF Research Database (Denmark)

    Banik, Subhadeep; Bogdanov, Andrey; Minematsu, Kazuhiko

    2016-01-01

    The most compact implementation of the AES-128 algorithm was the 8-bit serial circuit proposed in the work of Moradi et. al. (Eurocrypt 2011). The circuit has an 8-bit datapath and occupies area equivalent to around 2400 GE. Since many authenticated encryption modes use the AES-128 algorithm...

  16. Electromagnetically induced acoustic emission—novel NDT technique for damage evaluation

    Science.gov (United States)

    Finkel, P.; Godinez, V.; Miller, R.; Finlayson, R.

    2001-04-01

    A recently developed electromagnetically induced acoustic emission technique (EM AE) which can be used for damage assessment of thin walled conducting structures is described. This technique allows a structure to be loaded locally by applying an electromagnetic field in order to produce an AE response, which may be captured by conventional or fiber optic (FO) AE sensors. The advantage of this technique is that the localized dynamic stresses induced by a short current pulse in the presence of an external magnetic field aid in the detection of cracks. Also, it is shown that electromagnetic stimulation can be applied to enhance conventional ultrasonics by modulation of the scattered signal from the defect (EM UT). Experimental data is presented for the case of a fatigue crack near rivet holes in thin walled aluminum structures.

  17. AE8/AP8 Implementations in AE9/AP9, IRBEM, and SPENVIS

    Science.gov (United States)

    2014-02-18

    period applies to orbit generation only; AE8/AP8 utilizes geomagnetic field models from other epochs as specified in the table below.) SHIELDOSE2 model...finite and semi- infinite slab data tables for Bremsstrahlung have been reversed [Heynderickx, private communication, May 2013]. This correction is...Cain, J. C., S. J. Hendricks, R. A. Langel, and W. V. Hudson (1967), A proposed model for the international geomagnetic reference field, 1965, J

  18. Molecular epidemiological study of HIV-1 CRF01_AE transmission in Hong Kong.

    Science.gov (United States)

    Chen, J H K; Wong, K H; Li, P; Chan, K C; Lee, M P; Lam, H Y; Cheng, V C C; Yuen, K Y; Yam, W C

    2009-08-15

    The objective of this study was to investigate the transmission history of the HIV-1 CRF01_AE epidemics in Hong Kong between 1994 and 2007. A total of 465 HIV-1 CRF01_AE pol sequences were derived from an in-house or a commercial HIV-1 genotyping system. Phylogenies of CRF01_AE sequences were analyzed by the Bayesian coalescent method. CRF01_AE patient population included 363 males (78.1%) and 102 females (21.9%), whereas 65% (314 of 465) were local Chinese. Major transmission routes were heterosexual contact (63%), followed by intravenous drug use (IDU) (19%) and men having sex with men (MSM) (17%). From phylogenetic analysis, local CRF01_AE strains were from multiple origins with 3 separate transmission clusters identified. Cluster 1 consisted mainly of Chinese male IDUs and heterosexuals. Clusters 2 and 3 included mainly local Chinese MSM and non-Chinese Asian IDUs, respectively. Chinese reference isolates available from China (Fujian, Guangxi, or Liaoning) were clonally related to our transmission clusters, demonstrating the epidemiological linkage of CRF01_AE infections between Hong Kong and China. The 3 individual local transmission clusters were estimated to have initiated since late 1980s and late 1990s, causing subsequent epidemics in the early 2000s. This is the first comprehensive molecular epidemiological study of HIV-1 CRF01_AE in Hong Kong. It revealed that MSM contact is becoming a major route of local CRF01_AE transmission in Hong Kong. Epidemiological linkage of CRF01_AE between Hong Kong and China observed in this study indicates the importance of regular molecular epidemiological surveillance for the HIV-1 epidemic in our region.

  19. "Storms of crustal stress" and AE earthquake precursors

    Directory of Open Access Journals (Sweden)

    G. P. Gregori

    2010-02-01

    Full Text Available Acoustic emission (AE displays violent paroxysms preceding strong earthquakes, observed within some large area (several hundred kilometres wide around the epicentre. We call them "storms of crustal stress" or, briefly "crustal storms". A few case histories are discussed, all dealing with the Italian peninsula, and with the different behaviour shown by the AE records in the Cephalonia island (Greece, which is characterized by a different tectonic setting.

    AE is an effective tool for diagnosing the state of some wide slab of the Earth's crust, and for monitoring its evolution, by means of AE of different frequencies. The same effect ought to be detected being time-delayed, when referring to progressively lower frequencies. This results to be an effective check for validating the physical interpretation.

    Unlike a seismic event, which involves a much limited focal volume and therefore affects a restricted area on the Earth's surface, a "crustal storm" typically involves some large slab of lithosphere and crust. In general, it cannot be easily reckoned to any specific seismic event. An earthquake responds to strictly local rheological features of the crust, which are eventually activated, and become crucial, on the occasion of a "crustal storm". A "crustal storm" lasts typically few years, eventually involving several destructive earthquakes that hit at different times, at different sites, within that given lithospheric slab.

    Concerning the case histories that are here discussed, the lithospheric slab is identified with the Italian peninsula. During 1996–1997 a "crustal storm" was on, maybe elapsing until 2002 (we lack information for the period 1998–2001. Then, a quiet period occurred from 2002 until 26 May 2008, when a new "crustal storm" started, and by the end of 2009 it is still on. During the 1996–1997 "storm" two strong earthquakes occurred (Potenza and

  20. Optimization of DIII-D discharges to avoid AE destabilization

    Science.gov (United States)

    Varela, Jacobo; Spong, Donald; Garcia, Luis; Huang, Juan; Murakami, Masanori

    2017-10-01

    The aim of the study is to analyze the stability of Alfven Eigenmodes (AE) perturbed by energetic particles (EP) during DIII-D operation. We identify the optimal NBI operational regimes that avoid or minimize the negative effects of AE on the device performance. We use the reduced MHD equations to describe the linear evolution of the poloidal flux and the toroidal component of the vorticity in a full 3D system, coupled with equations of density and parallel velocity moments for the energetic particles, including the effect of the acoustic modes. We add the Landau damping and resonant destabilization effects using a closure relation. We perform parametric studies of the MHD and AE stability, taking into account the experimental profiles of the thermal plasma and EP, also using a range of values of the energetic particles β, density and velocity as well the effect of the toroidal couplings. We reproduce the AE activity observed in high poloidal β discharge at the pedestal and reverse shear discharges. This material based on work is supported both by the U.S. Department of Energy, Office of Science, under Contract DE-AC05-00OR22725 with UT-Battelle, LLC. Research sponsored in part by the Ministerio de Economia y Competitividad of Spain under the project.

  1. Vibration impact acoustic emission technique for identification and analysis of defects in carbon steel tubes: Part A Statistical analysis

    Energy Technology Data Exchange (ETDEWEB)

    Halim, Zakiah Abd [Universiti Teknikal Malaysia Melaka (Malaysia); Jamaludin, Nordin; Junaidi, Syarif [Faculty of Engineering and Built, Universiti Kebangsaan Malaysia, Bangi (Malaysia); Yahya, Syed Yusainee Syed [Universiti Teknologi MARA, Shah Alam (Malaysia)

    2015-04-15

    Current steel tubes inspection techniques are invasive, and the interpretation and evaluation of inspection results are manually done by skilled personnel. This paper presents a statistical analysis of high frequency stress wave signals captured from a newly developed noninvasive, non-destructive tube inspection technique known as the vibration impact acoustic emission (VIAE) technique. Acoustic emission (AE) signals have been introduced into the ASTM A179 seamless steel tubes using an impact hammer, and the AE wave propagation was captured using an AE sensor. Specifically, a healthy steel tube as the reference tube and four steel tubes with through-hole artificial defect at different locations were used in this study. The AE features extracted from the captured signals are rise time, peak amplitude, duration and count. The VIAE technique also analysed the AE signals using statistical features such as root mean square (r.m.s.), energy, and crest factor. It was evident that duration, count, r.m.s., energy and crest factor could be used to automatically identify the presence of defect in carbon steel tubes using AE signals captured using the non-invasive VIAE technique.

  2. Magnetic fields of Herbig Ae/Be stars

    Directory of Open Access Journals (Sweden)

    Hubrig S.

    2014-01-01

    Full Text Available We report on the status of our spectropolarimetric studies of Herbig Ae/Be stars carried out during the last years. The magnetic field geometries of these stars, investigated with spectropolarimetric time series, can likely be described by centred dipoles with polar magnetic field strengths of several hundred Gauss. A number of Herbig Ae/Be stars with detected magnetic fields have recently been observed with X-shooter in the visible and the near-IR, as well as with the high-resolution near-IR spectrograph CRIRES. These observations are of great importance to understand the relation between the magnetic field topology and the physics of the accretion flow and the accretion disk gas emission.

  3. Secure Multiparty AES

    Science.gov (United States)

    Damgård, Ivan; Keller, Marcel

    We propose several variants of a secure multiparty computation protocol for AES encryption. The best variant requires 2200 + {{400}over{255}} expected elementary operations in expected 70 + {{20}over{255}} rounds to encrypt one 128-bit block with a 128-bit key. We implemented the variants using VIFF, a software framework for implementing secure multiparty computation (MPC). Tests with three players (passive security against at most one corrupted player) in a local network showed that one block can be encrypted in 2 seconds. We also argue that this result could be improved by an optimized implementation.

  4. Advanced of X-ray fluorescence logging technique in China

    International Nuclear Information System (INIS)

    Zhou Sichun; Ge Liangquan; Lai Wanchang; Yang Qiang

    2010-01-01

    The paper discuses principle of X-ray fluorescence logging, and introduces advanced of X-ray fluorescence logging technique in China. By 2009, third generation XRF logging instrument has been developed in China, and good logging result has been obtained in Lala copper mine. (authors)

  5. Undergraduate Observations of Separation and Position Angle of Double Stars WDS J05460+2119AB (ARY 6AD and ARY 6 AE) at Manzanita Observatory (Abstract)

    Science.gov (United States)

    HOffert, M. J.; Weise, E.; Clow, J.; Hirzel, J.; Leeder, B.; Molyneux, S.; Scutti, N.; Spartalis, S.; Takuhara, C.

    2014-12-01

    (Abstract only) Six beginning astronomy students, part of an undergraduate stellar astronomy course, one advanced undergraduate student assistant, and a professor measured the position angles and separations of Washington Double Stars (WDS) J05460+2119 (= WDS J05460+2119AB; also known as ARY 6 AD and ARY 6 AE). The measurements were made at the Manzanita Observatory (116º 20' 42" W, 32º 44' 5" N) of the Tierra Astronomical Institute on 10 Blackwood Road in Boulevard, California (www.youtube.com/watch?v=BHVdeMGBGDU), at an elevation of 4,500 ft. A Celestron 11-inch HD Edge telescope was used to measure the position angles and separations of ARY 6 AD and ARY 6 AE. The averages of our measurements are as follows: separation AD: trial 1 124.1 arcseconds and trial 2 124.5 arcseconds; separation AE: trial 1 73.3 arcseconds and trial 2 73.8 arcseconds. The averages of positon angle for AD: trial 1 159.9 degrees and trial 2 161.3 degrees, for AE: trial 1 232.6 degrees and trial 2 233.7 degrees.

  6. Advanced Exploration Systems (AES) Logistics Reduction and Repurposing Project: Advanced Clothing Ground Study Final Report

    Science.gov (United States)

    Byrne, Vicky; Orndoff, Evelyne; Poritz, Darwin; Schlesinger, Thilini

    2013-01-01

    All human space missions require significant logistical mass and volume that will become an excessive burden for long duration missions beyond low Earth orbit. The goal of the Advanced Exploration Systems (AES) Logistics Reduction & Repurposing (LRR) project is to bring new ideas and technologies that will enable human presence in farther regions of space. The LRR project has five tasks: 1) Advanced Clothing System (ACS) to reduce clothing mass and volume, 2) Logistics to Living (L2L) to repurpose existing cargo, 3) Heat Melt Compactor (HMC) to reprocess materials in space, 4) Trash to Gas (TTG) to extract useful gases from trash, and 5) Systems Engineering and Integration (SE&I) to integrate these logistical components. The current International Space Station (ISS) crew wardrobe has already evolved not only to reduce some of the logistical burden but also to address crew preference. The ACS task is to find ways to further reduce this logistical burden while examining human response to different types of clothes. The ACS task has been broken into a series of studies on length of wear of various garments: 1) three small studies conducted through other NASA projects (MMSEV, DSH, HI-SEAS) focusing on length of wear of garments treated with an antimicrobial finish; 2) a ground study, which is the subject of this report, addressing both length of wear and subject perception of various types of garments worn during aerobic exercise; and 3) an ISS study replicating the ground study, and including every day clothing to collect information on perception in reduced gravity in which humans experience physiological changes. The goal of the ground study is first to measure how long people can wear the same exercise garment, depending on the type of fabric and the presence of antimicrobial treatment, and second to learn why. Human factors considerations included in the study consist of the Institutional Review Board approval, test protocol and participants' training, and a web

  7. Structure of the Aeropyrum pernix L7Ae multifunctional protein and insight into its extreme thermostability

    International Nuclear Information System (INIS)

    Bhuiya, Mohammad Wadud; Suryadi, Jimmy; Zhou, Zholi; Brown, Bernard Andrew II

    2013-01-01

    The crystal structure of A. pernix L7Ae is reported, providing insight into the extreme thermostability of this protein. Archaeal ribosomal protein L7Ae is a multifunctional RNA-binding protein that directs post-transcriptional modification of archaeal RNAs. The L7Ae protein from Aeropyrum pernix (Ap L7Ae), a member of the Crenarchaea, was found to have an extremely high melting temperature (>383 K). The crystal structure of Ap L7Ae has been determined to a resolution of 1.56 Å. The structure of Ap L7Ae was compared with the structures of two homologs: hyperthermophilic Methanocaldococcus jannaschii L7Ae and the mesophilic counterpart mammalian 15.5 kD protein. The primary stabilizing feature in the Ap L7Ae protein appears to be the large number of ion pairs and extensive ion-pair network that connects secondary-structural elements. To our knowledge, Ap L7Ae is among the most thermostable single-domain monomeric proteins presently observed

  8. Evaluation of Wet Chemical ICP-AES Elemental Analysis Methods using Simulated Hanford Waste Samples-Phase I Interim Report

    International Nuclear Information System (INIS)

    Coleman, Charles J.; Edwards, Thomas B.

    2005-01-01

    The wet chemistry digestion method development for providing process control elemental analyses of the Hanford Tank Waste Treatment and Immobilization Plant (WTP) Melter Feed Preparation Vessel (MFPV) samples is divided into two phases: Phase I consists of: (1) optimizing digestion methods as a precursor to elemental analyses by ICP-AES techniques; (2) selecting methods with the desired analytical reliability and speed to support the nine-hour or less turnaround time requirement of the WTP; and (3) providing baseline comparison to the laser ablation (LA) sample introduction technique for ICP-AES elemental analyses that is being developed at the Savannah River National Laboratory (SRNL). Phase II consists of: (1) Time-and-Motion study of the selected methods from Phase I with actual Hanford waste or waste simulants in shielded cell facilities to ensure that the methods can be performed remotely and maintain the desired characteristics; and (2) digestion of glass samples prepared from actual Hanford Waste tank sludge for providing comparative results to the LA Phase II study. Based on the Phase I testing discussed in this report, a tandem digestion approach consisting of sodium peroxide fusion digestions carried out in nickel crucibles and warm mixed-acid digestions carried out in plastic bottles has been selected for Time-and-Motion study in Phase II. SRNL experience with performing this analytical approach in laboratory hoods indicates that well-trained cell operator teams will be able to perform the tandem digestions in five hours or less. The selected approach will produce two sets of solutions for analysis by ICP-AES techniques. Four hours would then be allocated for performing the ICP-AES analyses and reporting results to meet the nine-hour or less turnaround time requirement. The tandem digestion approach will need to be performed in two separate shielded analytical cells by two separate cell operator teams in order to achieve the nine-hour or less turnaround

  9. Analysis of the characteristics of AE wave using boring core of sedimentary soft rock and study on the field measurement of AE for the evaluation of EDZ (Joint research)

    International Nuclear Information System (INIS)

    Aoki, Kenji; Mito, Yoshitada; Minami, Masayuki; Matsui, Hiroya; Niunoya, Sumio

    2007-09-01

    To understand the size and state of EDZ accurately is one of the key issues in the technological development for geological disposal of High-Level Radioactive Waste. As one of these evaluation technologies, AE which is measured directly and evaluates EDZ is paid to attention inside and outside the country, and the utility is reported for the crystalline rock. However, there are few cases to apply AE in sedimentary soft rocks to EDZ evaluation because of the difficulty to measure a few AE waves with small energy. In this study, the authors made a series of laboratory tests including tri-axial test using the stiff and servo-controlled testing machine in order to clarify the possibility to measure AE waves in Neogene siliceous rocks in Horonobe, Hokkaido, Japan (2005). The authors conducted the high stiffness tri-axial compression tests with AE measurements. And, the authors extracted an effective AE parameter to the evaluation of EDZ in the neogene (2005). The authors evaluated the mechanism of EDZ, which assumed from the result in occurrence of crack in the rock by measurement system and DEM analysis, by using the effective parameter (2006). In the EDZ examination which is planned since the second stage, the authors constructed a concept of the necessary measurement and evaluation system (2007). (author)

  10. Vibration impact acoustic emission technique for identification and analysis of defects in carbon steel tubes: Part B Cluster analysis

    Energy Technology Data Exchange (ETDEWEB)

    Halim, Zakiah Abd [Universiti Teknikal Malaysia Melaka (Malaysia); Jamaludin, Nordin; Junaidi, Syarif [Faculty of Engineering and Built, Universiti Kebangsaan Malaysia, Bangi (Malaysia); Yahya, Syed Yusainee Syed [Universiti Teknologi MARA, Shah Alam (Malaysia)

    2015-04-15

    Current steel tubes inspection techniques are invasive, and the interpretation and evaluation of inspection results are manually done by skilled personnel. Part A of this work details the methodology involved in the newly developed non-invasive, non-destructive tube inspection technique based on the integration of vibration impact (VI) and acoustic emission (AE) systems known as the vibration impact acoustic emission (VIAE) technique. AE signals have been introduced into a series of ASTM A179 seamless steel tubes using the impact hammer. Specifically, a good steel tube as the reference tube and four steel tubes with through-hole artificial defect at different locations were used in this study. The AEs propagation was captured using a high frequency sensor of AE systems. The present study explores the cluster analysis approach based on autoregressive (AR) coefficients to automatically interpret the AE signals. The results from the cluster analysis were graphically illustrated using a dendrogram that demonstrated the arrangement of the natural clusters of AE signals. The AR algorithm appears to be the more effective method in classifying the AE signals into natural groups. This approach has successfully classified AE signals for quick and confident interpretation of defects in carbon steel tubes.

  11. Vibration impact acoustic emission technique for identification and analysis of defects in carbon steel tubes: Part B Cluster analysis

    International Nuclear Information System (INIS)

    Halim, Zakiah Abd; Jamaludin, Nordin; Junaidi, Syarif; Yahya, Syed Yusainee Syed

    2015-01-01

    Current steel tubes inspection techniques are invasive, and the interpretation and evaluation of inspection results are manually done by skilled personnel. Part A of this work details the methodology involved in the newly developed non-invasive, non-destructive tube inspection technique based on the integration of vibration impact (VI) and acoustic emission (AE) systems known as the vibration impact acoustic emission (VIAE) technique. AE signals have been introduced into a series of ASTM A179 seamless steel tubes using the impact hammer. Specifically, a good steel tube as the reference tube and four steel tubes with through-hole artificial defect at different locations were used in this study. The AEs propagation was captured using a high frequency sensor of AE systems. The present study explores the cluster analysis approach based on autoregressive (AR) coefficients to automatically interpret the AE signals. The results from the cluster analysis were graphically illustrated using a dendrogram that demonstrated the arrangement of the natural clusters of AE signals. The AR algorithm appears to be the more effective method in classifying the AE signals into natural groups. This approach has successfully classified AE signals for quick and confident interpretation of defects in carbon steel tubes.

  12. Nutritional and environmental properties of algal products used in healthy diet by INAA and ICP-AES

    International Nuclear Information System (INIS)

    Avino, P.; Lepore, L.; Carconi, P.L.; Moauro, A.

    2000-01-01

    Spirulina platensis alga sampled in the Caribbean Sea and seven other commercial algal products available on the Italian market of different origin and aspect, have been analyzed by instrumental neutron activation analysis (INAA) and inductively coupled plasma-atomic emission spectrometry (ICP-AES). By neutron irradiation and γ-ray spectrometry (INAA), as many as 20 elements could be measured instrumentally without any chemical treatment. Cu, Mg, Mn and Pb were determined after dissolution of the sample by ICP-AES. The cross-checking of the data, specifically by comparing those of Ca, Cr, Fe and Zn, obtained by the two techniques was found to be in good agreement. Special attention from analytical and nutritional point of view has been devoted to the toxic metals. The measurements have been carried out employing the reference algal material prepared by International Atomic Energy Agency (IAEA). (author)

  13. Recent Advances in Techniques for Hyperspectral Image Processing

    Science.gov (United States)

    Plaza, Antonio; Benediktsson, Jon Atli; Boardman, Joseph W.; Brazile, Jason; Bruzzone, Lorenzo; Camps-Valls, Gustavo; Chanussot, Jocelyn; Fauvel, Mathieu; Gamba, Paolo; Gualtieri, Anthony; hide

    2009-01-01

    Imaging spectroscopy, also known as hyperspectral imaging, has been transformed in less than 30 years from being a sparse research tool into a commodity product available to a broad user community. Currently, there is a need for standardized data processing techniques able to take into account the special properties of hyperspectral data. In this paper, we provide a seminal view on recent advances in techniques for hyperspectral image processing. Our main focus is on the design of techniques able to deal with the highdimensional nature of the data, and to integrate the spatial and spectral information. Performance of the discussed techniques is evaluated in different analysis scenarios. To satisfy time-critical constraints in specific applications, we also develop efficient parallel implementations of some of the discussed algorithms. Combined, these parts provide an excellent snapshot of the state-of-the-art in those areas, and offer a thoughtful perspective on future potentials and emerging challenges in the design of robust hyperspectral imaging algorithms

  14. Advanced Morphological and Functional Magnetic Resonance Techniques in Glaucoma

    Directory of Open Access Journals (Sweden)

    Rodolfo Mastropasqua

    2015-01-01

    Full Text Available Glaucoma is a multifactorial disease that is the leading cause of irreversible blindness. Recent data documented that glaucoma is not limited to the retinal ganglion cells but that it also extends to the posterior visual pathway. The diagnosis is based on the presence of signs of glaucomatous optic neuropathy and consistent functional visual field alterations. Unfortunately these functional alterations often become evident when a significant amount of the nerve fibers that compose the optic nerve has been irreversibly lost. Advanced morphological and functional magnetic resonance (MR techniques (morphometry, diffusion tensor imaging, arterial spin labeling, and functional connectivity may provide a means for observing modifications induced by this fiber loss, within the optic nerve and the visual cortex, in an earlier stage. The aim of this systematic review was to determine if the use of these advanced MR techniques could offer the possibility of diagnosing glaucoma at an earlier stage than that currently possible.

  15. Recent Advances in Wireless Indoor Localization Techniques and System

    Directory of Open Access Journals (Sweden)

    Zahid Farid

    2013-01-01

    Full Text Available The advances in localization based technologies and the increasing importance of ubiquitous computing and context-dependent information have led to a growing business interest in location-based applications and services. Today, most application requirements are locating or real-time tracking of physical belongings inside buildings accurately; thus, the demand for indoor localization services has become a key prerequisite in some markets. Moreover, indoor localization technologies address the inadequacy of global positioning system inside a closed environment, like buildings. Based on this, though, this paper aims to provide the reader with a review of the recent advances in wireless indoor localization techniques and system to deliver a better understanding of state-of-the-art technologies and motivate new research efforts in this promising field. For this purpose, existing wireless localization position system and location estimation schemes are reviewed, as we also compare the related techniques and systems along with a conclusion and future trends.

  16. Current Diagnosis and Management of Immune Related Adverse Events (irAEs Induced by Immune Checkpoint Inhibitor Therapy

    Directory of Open Access Journals (Sweden)

    Vivek Kumar

    2017-02-01

    Full Text Available The indications of immune checkpoint inhibitors (ICIs are set to rise further with the approval of newer agent like atezolimumab for use in patients with advanced stage urothelial carcinoma. More frequent use of ICIs has improved our understanding of their unique side effects, which are known as immune-related adverse events (irAEs. The spectrum of irAEs has expanded beyond more common manifestations such as dermatological, gastrointestinal and endocrine effects to rarer presentations involving nervous, hematopoietic and urinary systems. There are new safety data accumulating on ICIs in patients with previously diagnosed autoimmune conditions. It is challenging for clinicians to continuously update their working knowledge to diagnose and manage these events successfully. If diagnosed timely, the majority of events are completely reversible, and temporary immunosuppression with glucocorticoids, infliximab or other agents is warranted only in the most severe grade illnesses. The same principles of management will possibly apply as newer anti- cytotoxic T lymphocytes-associated antigen 4 (CTLA-4 and programmed cell death protein 1 (PD-1/PD-L1 antibodies are introduced. The current focus of research is for prophylaxis and for biomarkers to predict the onset of these toxicities. In this review we summarize the irAEs of ICIs and emphasize their growing spectrum and their management algorithms, to update oncology practitioners.

  17. NASA Advanced Exploration Systems: Advancements in Life Support Systems

    Science.gov (United States)

    Shull, Sarah A.; Schneider, Walter F.

    2016-01-01

    The NASA Advanced Exploration Systems (AES) Life Support Systems (LSS) project strives to develop reliable, energy-efficient, and low-mass spacecraft systems to provide environmental control and life support systems (ECLSS) critical to enabling long duration human missions beyond low Earth orbit (LEO). Highly reliable, closed-loop life support systems are among the capabilities required for the longer duration human space exploration missions assessed by NASA’s Habitability Architecture Team.

  18. A comparison between PIXE and ICP-AES measurements of metals in aerosol particulate collected in urban and marine sites in Italy

    Energy Technology Data Exchange (ETDEWEB)

    Traversi, R.; Becagli, S. [Department of Chemistry “Ugo Schiff”, University of Florence, Via della Lastruccia 3, I-50019 Sesto F.no, Florence (Italy); Calzolai, G.; Chiari, M.; Giannoni, M. [Department of Physics and Astronomy, University of Florence and I.N.F.N., Florence, Via G. Sansone 1, I-50019 Sesto F.no, Florence (Italy); Lucarelli, F., E-mail: lucarelli@fi.infn.it [Department of Physics and Astronomy, University of Florence and I.N.F.N., Florence, Via G. Sansone 1, I-50019 Sesto F.no, Florence (Italy); Nava, S. [Department of Physics and Astronomy, University of Florence and I.N.F.N., Florence, Via G. Sansone 1, I-50019 Sesto F.no, Florence (Italy); Rugi, F.; Severi, M.; Udisti, R. [Department of Chemistry “Ugo Schiff”, University of Florence, Via della Lastruccia 3, I-50019 Sesto F.no, Florence (Italy)

    2014-01-01

    PIXE and ICP-AES techniques are largely used in atmospheric aerosol studies. Since PIXE is able to provide the total elemental concentrations, while ICP-AES results depend on the extraction conditions, parallel PIXE and ICP-AES measurements of Fe, Al, Cu, Pb, Mn, Cr, Ni, V, As on PM10 and PM2.5 samples were compared. Two extraction procedures were applied to samples from 5 sites at different anthropization level in Italy: a “weak” extraction (HNO{sub 3} at pH = 1.5) and a “strong” extraction (micro-wave oven in HNO{sub 3} and H{sub 2}O{sub 2} – following EU rules). The amount of the metal extracted in the different conditions resulted to be strongly dependent on the sampling site, on the main sources of the particle (crustal or anthropic) containing the metal and on the sampled size class.

  19. Condition Monitoring Through Advanced Sensor and Computational Technology

    International Nuclear Information System (INIS)

    Kim, Jung Taek; Park, Won Man; Kim, Jung Soo; Seong, Soeng Hwan; Hur, Sub; Cho, Jae Hwan; Jung, Hyung Gue

    2005-05-01

    The overall goal of this joint research project was to develop and demonstrate advanced sensors and computational technology for continuous monitoring of the condition of components, structures, and systems in advanced and next-generation nuclear power plants (NPPs). This project included investigating and adapting several advanced sensor technologies from Korean and US national laboratory research communities, some of which were developed and applied in non-nuclear industries. The project team investigated and developed sophisticated signal processing, noise reduction, and pattern recognition techniques and algorithms. The researchers installed sensors and conducted condition monitoring tests on two test loops, a check valve (an active component) and a piping elbow (a passive component), to demonstrate the feasibility of using advanced sensors and computational technology to achieve the project goal. Acoustic emission (AE) devices, optical fiber sensors, accelerometers, and ultrasonic transducers (UTs) were used to detect mechanical vibratory response of check valve and piping elbow in normal and degraded configurations. Chemical sensors were also installed to monitor the water chemistry in the piping elbow test loop. Analysis results of processed sensor data indicate that it is feasible to differentiate between the normal and degraded (with selected degradation mechanisms) configurations of these two components from the acquired sensor signals, but it is questionable that these methods can reliably identify the level and type of degradation. Additional research and development efforts are needed to refine the differentiation techniques and to reduce the level of uncertainties

  20. Continuous AE monitoring of nuclear plants to detect flaws - status and future

    International Nuclear Information System (INIS)

    Hutton, P.H.

    1986-01-01

    This paper gives a brief commentary on the evolution of acoustic emission (AE) technology for continuous monitoring of nuclear reactors and the current status. The technical work described to support the status description has the objective of developing and validating the use of AE to detect, locate, and evaluate growing flaws in reactor pressure boundaries. The future of AE for continuous monitoring is discussed in terms of envisioned applications and further accomplishments required to achieve them. 12 refs.

  1. IUE observations of W UMa systems AE Phoenicis and TY Mensae

    International Nuclear Information System (INIS)

    Rucinski, S.M.

    1984-01-01

    SWP spectra of AE Phe and TY Men are presented and discussed. The spectrum of AE Phe is typical in showing strong emission lines which originate in the chromosphere and transition region. On the basis of the strenght of the He II emission line we predict that AE Phe should be a moderately strong X-ray source. The spectrum of TY Men is too weakly exposed for a full discussion. It is pointed out that this star is one of the most important for understanding the activity in W UMa systems. 18 refs., 3 figs., 1 tab. (author)

  2. Advanced Exploration Systems Water Architecture Study Interim Results

    Science.gov (United States)

    Sargusingh, Miriam J.

    2013-01-01

    The mission of the Advanced Exploration System (AES) Water Recovery Project (WRP) is to develop advanced water recovery systems that enable NASA human exploration missions beyond low Earth orbit (LEO). The primary objective of the AES WRP is to develop water recovery technologies critical to near-term missions beyond LEO. The secondary objective is to continue to advance mid-readiness-level technologies to support future NASA missions. An effort is being undertaken to establish the architecture for the AES Water Recovery System (WRS) that meets both near- and long-term objectives. The resultant architecture will be used to guide future technical planning, establish a baseline development roadmap for technology infusion, and establish baseline assumptions for integrated ground and on-orbit Environmental Control and Life Support Systems definition. This study is being performed in three phases. Phase I established the scope of the study through definition of the mission requirements and constraints, as well as identifying all possible WRS configurations that meet the mission requirements. Phase II focused on the near-term space exploration objectives by establishing an International Space Station-derived reference schematic for long-duration (>180 day) in-space habitation. Phase III will focus on the long-term space exploration objectives, trading the viable WRS configurations identified in Phase I to identify the ideal exploration WRS. The results of Phases I and II are discussed in this paper.

  3. An Improved Recovery Algorithm for Decayed AES Key Schedule Images

    Science.gov (United States)

    Tsow, Alex

    A practical algorithm that recovers AES key schedules from decayed memory images is presented. Halderman et al. [1] established this recovery capability, dubbed the cold-boot attack, as a serious vulnerability for several widespread software-based encryption packages. Our algorithm recovers AES-128 key schedules tens of millions of times faster than the original proof-of-concept release. In practice, it enables reliable recovery of key schedules at 70% decay, well over twice the decay capacity of previous methods. The algorithm is generalized to AES-256 and is empirically shown to recover 256-bit key schedules that have suffered 65% decay. When solutions are unique, the algorithm efficiently validates this property and outputs the solution for memory images decayed up to 60%.

  4. Competence of Aedes aegypti, Ae. albopictus, and Culex quinquefasciatus Mosquitoes as Zika Virus Vectors, China

    Science.gov (United States)

    Liu, Zhuanzhuan; Zhou, Tengfei; Lai, Zetian; Zhang, Zhenhong; Jia, Zhirong; Zhou, Guofa; Williams, Tricia; Xu, Jiabao; Gu, Jinbao; Zhou, Xiaohong; Lin, Lifeng; Yan, Guiyun

    2017-01-01

    In China, the prevention and control of Zika virus disease has been a public health threat since the first imported case was reported in February 2016. To determine the vector competence of potential vector mosquito species, we experimentally infected Aedes aegypti, Ae. albopictus, and Culex quinquefasciatus mosquitoes and determined infection rates, dissemination rates, and transmission rates. We found the highest vector competence for the imported Zika virus in Ae. aegypti mosquitoes, some susceptibility of Ae. albopictus mosquitoes, but no transmission ability for Cx. quinquefasciatus mosquitoes. Considering that, in China, Ae. albopictus mosquitoes are widely distributed but Ae. aegypti mosquito distribution is limited, Ae. albopictus mosquitoes are a potential primary vector for Zika virus and should be targeted in vector control strategies. PMID:28430562

  5. Competence of Aedes aegypti, Ae. albopictus, and Culex quinquefasciatus Mosquitoes as Zika Virus Vectors, China.

    Science.gov (United States)

    Liu, Zhuanzhuan; Zhou, Tengfei; Lai, Zetian; Zhang, Zhenhong; Jia, Zhirong; Zhou, Guofa; Williams, Tricia; Xu, Jiabao; Gu, Jinbao; Zhou, Xiaohong; Lin, Lifeng; Yan, Guiyun; Chen, Xiao-Guang

    2017-07-01

    In China, the prevention and control of Zika virus disease has been a public health threat since the first imported case was reported in February 2016. To determine the vector competence of potential vector mosquito species, we experimentally infected Aedes aegypti, Ae. albopictus, and Culex quinquefasciatus mosquitoes and determined infection rates, dissemination rates, and transmission rates. We found the highest vector competence for the imported Zika virus in Ae. aegypti mosquitoes, some susceptibility of Ae. albopictus mosquitoes, but no transmission ability for Cx. quinquefasciatus mosquitoes. Considering that, in China, Ae. albopictus mosquitoes are widely distributed but Ae. aegypti mosquito distribution is limited, Ae. albopictus mosquitoes are a potential primary vector for Zika virus and should be targeted in vector control strategies.

  6. Mechanical seal monitoring technique by acoustic emission measurements

    Energy Technology Data Exchange (ETDEWEB)

    Kataoka, Tadashi; Fujita, Yoshihiro; Kawaguchi, Kazunori; Saito, Kazuhiro; Yokota, Setsuo; Hisada, Yasuhide; Masahiro, Komatsu

    1987-09-20

    This report describes a technique for mechanical seal monitoring through acoustic emission (AE) measurement. The equipment consists of an AE sensor, preamplifier, multiplexer, main amplifier, effective value transducer and computer system. When the sealed liquid pressure undergoes a large change, the seal surface configuration is monitored and evaluated accurately through AE measurement. If the mechanical seal surface id damaged or worn, the AE level is kept high or continues to fluctuate largely for a rather long period. When leak occurs, the AE value shows great fluctuations either at extremely low levels or at high levels. The former trend is considered to result from a decrease in solid contact due to an excessive amount of liquid film being formed at the seal surface during leak. In the latter case, the leak is attributed to severe damage to the seal surface. (18 figs, 1 tab, 5 photos, 3 refs)

  7. Advanced Marketing Core Curriculum. Test Items and Assessment Techniques.

    Science.gov (United States)

    Smith, Clifton L.; And Others

    This document contains duties and tasks, multiple-choice test items, and other assessment techniques for Missouri's advanced marketing core curriculum. The core curriculum begins with a list of 13 suggested textbook resources. Next, nine duties with their associated tasks are given. Under each task appears one or more citations to appropriate…

  8. Advanced Inspection and Repair Welding Techniques for SCC Countermeasures

    International Nuclear Information System (INIS)

    Takagi, T.; Nishimoto, K.; Uchimoto, T.

    2012-01-01

    Feasibility studies of advanced inspection and repair welding techniques were conducted in the framework of the Nuclear and Industry Safety Agency of Japan (NISA) project on the enhancement of ageing management and maintenance of NPPs. In this paper, features of NDE methods investigated in the projects, main results of research activities and prospect of nickel based alloy weld inspection are discussed. We also make a review for the integrity and reliability evaluation techniques for repair welding of ageing plants which were intensively investigated in view of regulatory criteria, in NISA project. (author)

  9. Efficacy of Blood Sources and Artificial Blood Feeding Methods in Rearing of Aedes aegypti (Diptera: Culicidae for Sterile Insect Technique and Incompatible Insect Technique Approaches in Sri Lanka

    Directory of Open Access Journals (Sweden)

    Nayana Gunathilaka

    2017-01-01

    Full Text Available Introduction. Selection of the artificial membrane feeding technique and blood meal source has been recognized as key considerations in mass rearing of vectors. Methodology. Artificial membrane feeding techniques, namely, glass plate, metal plate, and Hemotek membrane feeding method, and three blood sources (human, cattle, and chicken were evaluated based on feeding rates, fecundity, and hatching rates of Aedes aegypti. Significance in the variations among blood feeding was investigated by one-way ANOVA, cluster analysis of variance (ANOSIM, and principal coordinates (PCO analysis. Results. Feeding rates of Ae. aegypti significantly differed among the membrane feeding techniques as suggested by one-way ANOVA (p0.05. Conclusions. Metal plate method could be recommended as the most effective membrane feeding technique for mass rearing of Ae. aegypti, due to its high feeding rate and cost effectiveness. Cattle blood could be recommended for mass rearing Ae. aegypti.

  10. Genome-Wide Identification and Expression Analysis of the UGlcAE Gene Family in Tomato

    OpenAIRE

    Xing Ding; Jinhua Li; Yu Pan; Yue Zhang; Lei Ni; Yaling Wang; Xingguo Zhang

    2018-01-01

    The UGlcAE has the capability of interconverting UDP-d-galacturonic acid and UDP-d-glucuronic acid, and UDP-d-galacturonic acid is an activated precursor for the synthesis of pectins in plants. In this study, we identified nine UGlcAE protein-encoding genes in tomato. The nine UGlcAE genes that were distributed on eight chromosomes in tomato, and the corresponding proteins contained one or two trans-membrane domains. The phylogenetic analysis showed that SlUGlcAE genes could be divided into s...

  11. Shaft Crack Identification Based on Vibration and AE Signals

    Directory of Open Access Journals (Sweden)

    Wenxiu Lu

    2011-01-01

    Full Text Available The shaft crack is one of the main serious malfunctions that often occur in rotating machinery. However, it is difficult to locate the crack and determine the depth of the crack. In this paper, the acoustic emission (AE signal and vibration response are used to diagnose the crack. The wavelet transform is applied to AE signal to decompose into a series of time-domain signals, each of which covers a specific octave frequency band. Then an improved union method based on threshold and cross-correlation method is applied to detect the location of the shaft crack. The finite element method is used to build the model of the cracked rotor, and the crack depth is identified by comparing the vibration response of experiment and simulation. The experimental results show that the AE signal is effective and convenient to locate the shaft crack, and the vibration signal is feasible to determine the depth of shaft crack.

  12. Choosing the governing solutions for FA of AES-2006

    International Nuclear Information System (INIS)

    Vasilchenko, I.; Dragunov, Y.; Ryzhov, S.; Kobelev, S.; Vyalitsyn, V.; Troyanov, V.

    2008-01-01

    According to the program approved by the Government of Russia the AES-2006 design intended as a base one for the beginning of realization of the plans on development of the nuclear power engineering of Russia in the near future has been under way now. The most crucial components of the reactor plant are certainly the core and its basic component - FA. In the FA design such factors are concentrated that mainly define safety, profitability, adaptability to manufacture and operation of the fuel and NPP as a whole. As the nearest prototype for AES-2006 the TVS-2M design used at the Balakovo NPP is taken. The report shows on the basis of qualitative and quantitative evaluation that design of TVS-2 and its modifications TVS-2M are in the best compliance with the requirements of the project of the new RP AES-2006. This compliance is confirmed by the operational experience of the basic variant of the design

  13. Summary of detection, location, and characterization capabilities of AE for continuous monitoring of cracks in reactors

    International Nuclear Information System (INIS)

    Hutton, P.H.; Kurtz, R.J.; Friesel, M.A.; Pappas, R.A.; Skorpik, J.R.; Dawson, J.F.

    1984-10-01

    The objective of the program is to develop acoustic emission (AE) methods for continuous monitoring of reactor pressure boundaries to detect and evaluate crack growth. The approach involves three phases: develop relationships to identify crack growth AE signals and to use identified crack growth AE data to estimate flaw severity; evaluate and refine AE/flaw relationships through fatigue testing a heavy section vessel under simulated reactor conditions; and demonstrate continuous AE monitoring on a nuclear power reactor system

  14. Preliminary study of acoustic emission (ae) noise signal identification for crude oil storage tank

    International Nuclear Information System (INIS)

    Nurul Ain Ahmad Latif; Shukri Mohd

    2008-08-01

    This preliminary work was carried out to simulate the Acoustic Emission (AE) signal contributed by pitting corrosion, and noise signal from environment during crude oil storage tanks monitoring. The purpose of this study is to prove that acoustic emission (AE) could be used to detect the formation of pitting corrosion in the crude oil storage tank and differentiated it from other sources of noise signal. In this study, the pitting corrosion was simulated by inducing low voltage and low amperage current onto the crude oil storage tank material (ASTM 516 G 70). Water drop, air blow and surface rubbing were applied onto the specimen surface. To simulate the noise signal produce by rain fall, wind blow and other sources of noise during AE crude oil storage tanks monitoring. AE sensor was attached onto the other surface of specimen to acquire all of these AE signals which then has send to AE DiSP 24 data acquisition system for signal conditioning. AE win software has been used to analyse this entire signal. It is found that, simulated pitting corrosion could be detected by AE system and differentiated from other sources of noise by using amplitude analysis. From the amplitude analysis is shown that 20-30 dB is the range amplitude for the blow test, 50-60 dB for surface rubbing test and over than 60 dB for water drop test. (Author)

  15. Neural engineering from advanced biomaterials to 3D fabrication techniques

    CERN Document Server

    Kaplan, David

    2016-01-01

    This book covers the principles of advanced 3D fabrication techniques, stem cells and biomaterials for neural engineering. Renowned contributors cover topics such as neural tissue regeneration, peripheral and central nervous system repair, brain-machine interfaces and in vitro nervous system modeling. Within these areas, focus remains on exciting and emerging technologies such as highly developed neuroprostheses and the communication channels between the brain and prostheses, enabling technologies that are beneficial for development of therapeutic interventions, advanced fabrication techniques such as 3D bioprinting, photolithography, microfluidics, and subtractive fabrication, and the engineering of implantable neural grafts. There is a strong focus on stem cells and 3D bioprinting technologies throughout the book, including working with embryonic, fetal, neonatal, and adult stem cells and a variety of sophisticated 3D bioprinting methods for neural engineering applications. There is also a strong focus on b...

  16. Advanced Techniques for Reservoir Simulation and Modeling of Non-Conventional Wells

    Energy Technology Data Exchange (ETDEWEB)

    Durlofsky, Louis J.

    2000-08-28

    This project targets the development of (1) advanced reservoir simulation techniques for modeling non-conventional wells; (2) improved techniques for computing well productivity (for use in reservoir engineering calculations) and well index (for use in simulation models), including the effects of wellbore flow; and (3) accurate approaches to account for heterogeneity in the near-well region.

  17. AE characterisation of damage in burn resistant β-Titanium alloy (Tl-25V-15CR-2AL-0.2C)

    International Nuclear Information System (INIS)

    Shukri Mohd; Bowen, P.

    2003-01-01

    Acoustic Emission (AE) has been used to monitor cleavage cracking in Beta Titanium alloys to gain a detailed understanding of damage mechanisms in such alloys. Damage has been characterised in situ by AE and fractography for fracture toughness and fatigue crack growth resistance tests. During fracture toughness testing, the formation of cleavage facets in as received and heat treated specimens has been monitored by using AE. The values of fracture toughness have also been compared. For as received specimens, loads were applied until fracture while for heat treated specimens, three different test sequences were employed. For the first test, the load was again applied until failure. This test was carried out to give the overall clip gauge displacement curve for this specimen and also to estimate the load at which 5% offset and any pop-in occurs. For the second test, the load was applied to the specimens and then stopped at the 5 % offset and for the last test the applied-load was removed just after pop-in. Both of these latter specimens were then post fatigued until failure and then the fractured surfaces of all specimens were analysed using SEM. For fatigue crack growth resistance tests, the tests were started at ΔK of 20 MPam 1/2 until failure. A test was also stopped at ΔK of 40 MPam 1/2 . During such tests, crack growth was monitored by measuring the potential drop across the crack. It is found that the AE technique allows the investigation of the onset of cleavage fracture in this Beta-Ti alloy. It is, in principle, possible to use this technique to monitor online the formation of such unstable cleavage cracking of this alloy. (Author)

  18. Frontier of Advanced Accelerator Applications and Medical Treatments Using Nuclear Techniques. Abstract

    International Nuclear Information System (INIS)

    2015-01-01

    To address the challenges of research-based practice, developing advanced accelerator applications, and medical treatments using nuclear tecniqoes, researchers from Rajamakala University of Technology Lanna, Office of Atoms for Peace, and Chiang Mai University have joined in hosting this conference. Nuclear medicine, amedical specialty, diagnoses and treats diseases in a safe and painless way. Nuclear techniques can determine medical information that may otherwise be unavailable, require surgery, or necessitate more expensive and invasive diagnostic tests. Advance in nuclear techniques also offer the potential to detect abnormalities at earlier stages, leasding to earlier treatment and a more successful prognosis.

  19. Advances in high-resolution imaging--techniques for three-dimensional imaging of cellular structures.

    Science.gov (United States)

    Lidke, Diane S; Lidke, Keith A

    2012-06-01

    A fundamental goal in biology is to determine how cellular organization is coupled to function. To achieve this goal, a better understanding of organelle composition and structure is needed. Although visualization of cellular organelles using fluorescence or electron microscopy (EM) has become a common tool for the cell biologist, recent advances are providing a clearer picture of the cell than ever before. In particular, advanced light-microscopy techniques are achieving resolutions below the diffraction limit and EM tomography provides high-resolution three-dimensional (3D) images of cellular structures. The ability to perform both fluorescence and electron microscopy on the same sample (correlative light and electron microscopy, CLEM) makes it possible to identify where a fluorescently labeled protein is located with respect to organelle structures visualized by EM. Here, we review the current state of the art in 3D biological imaging techniques with a focus on recent advances in electron microscopy and fluorescence super-resolution techniques.

  20. File Cryptography with AES and RSA for Mobile Based on Android

    Science.gov (United States)

    laia, Yonata; Nababan, Marlince; Sihombing, Oloan; Aisyah, Siti; Sitanggang, Delima; Parsaoran, Saut; Zendato, Niskarto

    2018-04-01

    The users of mobile based on android were increasing currently even now mobile was almost the same computer one of which could be used to be done by every users mobile was save the individual important data.Saving the data on mobile was very risk because become hackers’ target. That was the reason of researchers want to add cryptography which the combination between Advance Encryption System (AES) dan Ron Rivest, Adi Shamir dan Len Adleman (RSA). The result of the second method above could do cryptography data on mobile. With different encryption time where the file size; 25.44 KB, encryption time 4 second, 200 KB, 5 second, 600 KB 7 second, 2.29 MB, 10 second. Where decryption 25.44 KB, encryption 2 second, 200 KB, 1.5 second, 600 KB 2.5 second, 2.29 MB, 2.7 second.

  1. Advances in Proteomic Techniques for Cytokine Analysis: Focus on Melanoma Research

    Directory of Open Access Journals (Sweden)

    Helena Kupcova Skalnikova

    2017-12-01

    Full Text Available Melanoma is a skin cancer with permanently increasing incidence and resistance to therapies in advanced stages. Reports of spontaneous regression and tumour infiltration with T-lymphocytes makes melanoma candidate for immunotherapies. Cytokines are key factors regulating immune response and intercellular communication in tumour microenvironment. Cytokines may be used in therapy of melanoma to modulate immune response. Cytokines also possess diagnostic and prognostic potential and cytokine production may reflect effects of immunotherapies. The purpose of this review is to give an overview of recent advances in proteomic techniques for the detection and quantification of cytokines in melanoma research. Approaches covered span from mass spectrometry to immunoassays for single molecule detection (ELISA, western blot, multiplex assays (chemiluminescent, bead-based (Luminex and planar antibody arrays, ultrasensitive techniques (Singulex, Simoa, immuno-PCR, proximity ligation/extension assay, immunomagnetic reduction assay, to analyses of single cells producing cytokines (ELISpot, flow cytometry, mass cytometry and emerging techniques for single cell secretomics. Although this review is focused mainly on cancer and particularly melanoma, the discussed techniques are in general applicable to broad research field of biology and medicine, including stem cells, development, aging, immunology and intercellular communication.

  2. AE/flaw characterization for nuclear pressure vessels

    International Nuclear Information System (INIS)

    Hutton, P.H.; Kurtz, R.J.; Pappas, R.A.

    1983-10-01

    Significant progress has been shown toward resolving major problems in continuous AE monitoring to detect cracking in reactor pressure boundries. Application is considered an attainable goal. Major needs are an expanded data base from application testiong and methodology standardization

  3. MODIFIED AES WITH RANDOM S BOX GENERATION TO OVERCOME THE SIDE CHANNEL ASSAULTS USING CLOUD

    Directory of Open Access Journals (Sweden)

    M. Navaneetha Krishnan

    2017-01-01

    Full Text Available Development of any communication system with secure and complex cryptographic algorithms highly depends on concepts of data security which is crucial in the current technological world. The security and complexity of the cryptography algorithms need to get increased by randomization of secret keys. To overcome the issues associated to data security and for improvising it during encryption and decryption process over the encrypting device, a novel Secure Side Channel Assault Prevention (SSCAP approach has been projected which will eliminate outflow of side channel messages and also provides effective security over the encrypting device. An effective Enriched AES (E-AES encryption algorithm is proposed to reduce the side channel attack; the modified algorithm in this research shows its improvement in the Generation of Random Multiple S - Box (GRM S-Box which makes it hard to the attacks to break the text which is in encrypted form. Our novel SSCAP approach also improves the security over the original information; it widely minimizes the leakage of the side channel information. Attackers cannot easily get a clue about the proposed S-Box Generation technique. Our E-AES algorithm will be implemented in cloud environment thereby improving the cloud security. The proposed SSCAP approach is judged against the existing security based algorithms on the scale of encryption and decryption time, time taken for generating the key, and performance. The proposed work proves to outperform over all other methods used in the past.

  4. Investigating deformation processes in AM60 magnesium alloy using the acoustic emission technique

    International Nuclear Information System (INIS)

    Mathis, K.; Chmelik, F.; Janecek, M.; Hadzima, B.; Trojanova, Z.; Lukac, P.

    2006-01-01

    Microstructure changes in an AM60 magnesium alloy were monitored using the acoustic emission (AE) technique during tensile tests in the temperature range from 20 to 300 deg. C. The correlation of the AE signal and the deformation processes is discussed. It is shown, using transmission electron and light microscopy, that the character of the AE response is associated with various modes of mechanical twinning at lower temperatures, whereas at higher temperatures also the influence of non-basal dislocations on the AE response must be taken into account

  5. Mac OS X Snow Leopard for Power Users Advanced Capabilities and Techniques

    CERN Document Server

    Granneman, Scott

    2010-01-01

    Mac OS X Snow Leopard for Power Users: Advanced Capabilities and Techniques is for Mac OS X users who want to go beyond the obvious, the standard, and the easy. If want to dig deeper into Mac OS X and maximize your skills and productivity using the world's slickest and most elegant operating system, then this is the book for you. Written by Scott Granneman, an experienced teacher, developer, and consultant, Mac OS X for Power Users helps you push Mac OS X to the max, unveiling advanced techniques and options that you may have not known even existed. Create custom workflows and apps with Automa

  6. The excess infrared emission of Herbig Ae/Be stars - Disks or envelopes?

    Science.gov (United States)

    Hartmann, Lee; Kenyon, Scott J.; Calvet, Nuria

    1993-01-01

    It is suggested that the near-IR emission in many Herbig Ae/Be stars arises in surrounding dusty envelopes, rather than circumstellar disks. It is shown that disks around Ae/Be stars are likely to remain optically thick at the required accretion rates. It is proposed that the IR excesses of many Ae/Be stars originate in surrounding dust nebulae instead of circumstellar disks. It is suggested that the near-IR emission of the envelope is enhanced by the same processes that produce anomalous strong continuum emission at temperatures of about 1000 K in reflection nebulae surrounding hot stars. This near-IR emission could be due to small grains transiently heated by UV photons. The dust envelopes could be associated with the primary star or a nearby companion star. Some Ae/Be stars show evidence for the 3.3-6.3-micron emission features seen in reflection nebulae around hot stars, which lends further support to this suggestion.

  7. Testing aspects of advanced coherent electron cooling technique

    Energy Technology Data Exchange (ETDEWEB)

    Litvinenko, V.; Jing, Y.; Pinayev, I.; Wang, G.; Samulyak, R.; Ratner, D.

    2015-05-03

    An advanced version of the Coherent-electron Cooling (CeC) based on the micro-bunching instability was proposed. This approach promises significant increase in the bandwidth of the CeC system and, therefore, significant shortening of cooling time in high-energy hadron colliders. In this paper we present our plans of simulating and testing the key aspects of this proposed technique using the set-up of the coherent-electron-cooling proof-of-principle experiment at BNL.

  8. Recognizing and Managing Complexity: Teaching Advanced Programming Concepts and Techniques Using the Zebra Puzzle

    OpenAIRE

    Xihui "Paul" Zhang; John D. Crabtree

    2015-01-01

    Teaching advanced programming can be a challenge, especially when the students are pursuing different majors with diverse analytical and problem-solving capabilities. The purpose of this paper is to explore the efficacy of using a particular problem as a vehicle for imparting a broad set of programming concepts and problem-solving techniques. We present a classic brain teaser that is used to communicate and demonstrate advanced software development concepts and techniques. Our results show th...

  9. Advanced single-wafer sequential multiprocessing techniques for semiconductor device fabrication

    International Nuclear Information System (INIS)

    Moslehi, M.M.; Davis, C.

    1989-01-01

    Single-wafer integrated in-situ multiprocessing (SWIM) is recognized as the future trend for advanced microelectronics production in flexible fast turn- around computer-integrated semiconductor manufacturing environments. The SWIM equipment technology and processing methodology offer enhanced equipment utilization, improved process reproducibility and yield, and reduced chip manufacturing cost. They also provide significant capabilities for fabrication of new and improved device structures. This paper describes the SWIM techniques and presents a novel single-wafer advanced vacuum multiprocessing technology developed based on the use of multiple process energy/activation sources (lamp heating and remote microwave plasma) for multilayer epitaxial and polycrystalline semiconductor as well as dielectric film processing. Based on this technology, multilayer in-situ-doped homoepitaxial silicon and heteroepitaxial strained layer Si/Ge x Si 1 - x /Si structures have been grown and characterized. The process control and the ultimate interfacial abruptness of the layer-to-layer transition widths in the device structures prepared by this technology will challenge the MBE techniques in multilayer epitaxial growth applications

  10. A review of the application Acoustic Emission (AE) incorporating mechanical approach to monitor Reinforced concrete (RC) strengthened with Fiber Reinforced Polymer (FRP) properties under fracture

    Science.gov (United States)

    Syed Mazlan, S. M. S.; Abdullah, S. R.; Shahidan, S.; Noor, S. R. Mohd

    2017-11-01

    Concrete durability may be affected by so many factors such as chemical attack and weathering action that reduce the performance and the service life of concrete structures. Low durability Reinforced concrete (RC) can be greatly improved by using Fiber Reinforce Polymer (FRP). FRP is a commonly used composite material for repairing and strengthening RC structures. A review on application of Acoustic Emission (AE) techniques of real time monitoring for various mechanical tests for RC strengthened with FRP involving four-point bending, three-point bending and cyclic loading was carried out and discussed in this paper. Correlations between each AE analyses namely b-value, sentry and intensity analysis on damage characterization also been critically reviewed. From the review, AE monitoring involving RC strengthened with FRP using b-value, sentry and intensity analysis are proven to be successful and efficient method in determining damage characterization. However, application of AE analysis using sentry analysis is still limited compared to b-value and intensity analysis in characterizing damages especially for RC strengthened with FRP specimen.

  11. Security of the AES with a Secret S-Box

    DEFF Research Database (Denmark)

    Tiessen, Tyge; Knudsen, Lars Ramkilde; Kölbl, Stefan

    2015-01-01

    How does the security of the AES change when the S-box is replaced by a secret S-box, about which the adversary has no knowledge? Would it be safe to reduce the number of encryption rounds? In this paper, we demonstrate attacks based on integral cryptanalysis which allow to recover both the secret...... key and the secret S-box for respectively four, five, and six rounds of the AES. Despite the significantly larger amount of secret information which an adversary needs to recover, the attacks are very efficient with time/data complexities of 217/216, 238/240 and 290/264, respectively. Another...

  12. Advances in surgical techniques in non-small cell lung cancer.

    Science.gov (United States)

    Kim, Anthony W; Detterbeck, Frank C

    2013-12-01

    Thoracic surgery is a dynamic field, and many scientific, technological, technical, and organizational changes are occurring. A prominent example is the use of less invasive approaches to major resection of non-small cell lung cancer (NSCLC), both thoracoscopic and robotic. Sophisticated technology corroborated by clinical data has led to these approaches becoming accepted additions to the armamentarium. Additionally, improvements in perioperative pain management have also contributed to dramatically changing the experience of patients who undergo modern thoracic surgery. Lung cancer is being detected more often at an early stage. At the same time, advances in techniques, patient care, clinical science, and multidisciplinary treatment support an increased role for aggressive resection in the face of larger locally advanced tumors or for those with limited metastatic disease. These advances, conducted in the setting of multidisciplinary decision making, have resulted in real and palpable advancements for patients with lung cancer. Thieme Medical Publishers 333 Seventh Avenue, New York, NY 10001, USA.

  13. Advanced analytical techniques for boiling water reactor chemistry control

    Energy Technology Data Exchange (ETDEWEB)

    Alder, H P; Schenker, E [Paul Scherrer Inst. (PSI), Villigen (Switzerland)

    1997-02-01

    The analytical techniques applied can be divided into 5 classes: OFF-LINE (discontinuous, central lab), AT-LINE (discontinuous, analysis near loop), ON-LINE (continuous, analysis in bypass). In all cases pressure and temperature of the water sample are reduced. In a strict sense only IN-LINE (continuous, flow disturbance) and NON-INVASIVE (continuous, no flow disturbance) techniques are suitable for direct process control; - the ultimate goal. An overview of the analytical techniques tested in the pilot loop is given. Apart from process and overall water quality control, standard for BWR operation, the main emphasis is on water impurity characterization (crud particles, hot filtration, organic carbon); on stress corrosion crackling control for materials (corrosion potential, oxygen concentration) and on the characterization of the oxide layer on austenites (impedance spectroscopy, IR-reflection). The above mentioned examples of advanced analytical techniques have the potential of in-line or non-invasive application. They are different stages of development and are described in more detail. 28 refs, 1 fig., 5 tabs.

  14. Efficacy of Advanced Odomos repellent cream (N, N-diethyl-benzamide) against mosquito vectors.

    Science.gov (United States)

    Mittal, P K; Sreehari, U; Razdan, R K; Dash, A P; Ansari, M A

    2011-04-01

    Repellents are commonly used personal protection measures to avoid mosquito bites. In the present study, Advanced Odomos cream (12% N, N-diethyl-benzamide) was tested for its efficacy against mosquitoes in comparison to DEET (N,N-diethyl-3-methyl benzamide). Bioassays were conducted to assess the repellency of Advanced Odomos and DEET creams against Anopheles stephensi and Aedes aegypti. Their efficacy was tested on human volunteers applied with different concentrations of test creams ranging from 1 to 12 mg/cm 2 and by exposing them to mosquitoes at hourly intervals. Field evaluation was also carried out to test the duration of protection of the test creams against Anopheles and Aedes mosquitoes during whole night and day time collections, respectively on human volunteers. Mosquito collections were done using torch light and aspirator. Complete (100%) protection was achieved at 10 mg/cm 2 cream formulation of Advanced Odomos (1.2 mg a.i/cm 2 ) dose against An. stephensi and 12 mg/cm 2 (1.44 mg a.i./cm 2 ) against Ae. aegypti on human baits. There was no statistically significant differences in per cent protection against mosquito bites between Advanced Odomos and DEET cream (P>0.05) in respective doses. Complete protection up to 11 h was observed against Anopheles mosquitoes during whole night collections and up to 6 h against Ae. aegypti in day time collections. No adverse reactions such as itching, irritation, vomiting, nausea, etc. were reported by the volunteers. Advanced Odomos cream applied at 10 mg/cm 2 concentration provided 100% protection from Anopheles mosquitoes up to 11 h whereas about 6 h protection was recorded against Ae. aegypti. The laboratory and field trials indicate that for longer protection against Anopheles mosquitoes 10 mg/cm 2 will be appropriate and in case of Ae. aegypti more than 10 mg/cm 2 application is required for complete protection. In conclusion, the Advanced Odomos cream was comparable to the known repellent cream DEET for

  15. Experimental study of advanced continuous acoustic-emission monitoring of BWR components. Final report

    International Nuclear Information System (INIS)

    McElroy, J.W.

    1982-01-01

    This report presents the results of a four year research program on the utilization of acoustic emission techniques on light water reactor component applications. Two techniques of the acoustic emission technology were applied to specific problems occurring within the light water reactor system. Crack detection AE monitoring was applied to thermal cycle fatigue cracking problems and stress corrosion cracking problems. Leak detection AE monitoring was applied to valve leakage in the main steam safety relief valves and incontainment packing gland valves. The report provides AE data showing how AE crack detection can be used as an on-line diagnostic monitoring tool. By having an active monitor on light water reactor components, the inservice inspection of the components is being performed during operation rather than refueling periods, thereby reducing critical path time during outages. The resultant benefit is increased plant availability and a reduction in accumulated radiation exposure

  16. Automated defect location and sizing by advanced ultrasonic techniques

    International Nuclear Information System (INIS)

    Murgatroyd, R.A.

    1983-01-01

    From this assessment of advanced automated defect location and sizing techniques it is concluded that, 1. Pulse-echo techniques, when used at high sensitivity, are capable of detecting all known defects in the test weldments inspected; 2. Search sensitivity has a marked influence on defect detection at both 1 and 2 MHz, and it is considered that 20% DAC is the highest amplitude threshold level which could be prudently adopted at the search stage; 3. The important through-thickness dimension of deeply buried defects in the height range 5 to 50mm can be sized to an estimated accuracy of +2mm using the Silk technique and that applying a SAFT-type algorithm to the data gives good lateral positioning of defects; 4. The 70 0 longitudinal wave twin-crystal technique has proved to be a highly effective method of detecting underclad cracks. A 70 0 shear wave, pulse-echo technique and a 0 0 longitudinal wave twin crystal method also give good detection results in the near surface region; 5. The Silk technique has been effective in sizing defects in the height range 5 to 35mm in the near-surface region

  17. A Study on AE Signal Analysis of Composite Materials Using Matrix Piezo Electric Sensor

    International Nuclear Information System (INIS)

    Yu, Yeun Ho; Choi, Jin Ho; Kweon, Jin Hwe

    2007-01-01

    As fiber reinforced composite materials are widely used in aircraft, space structures and robot arms, the study on non-destructive testing methods has become an important research area for improving their reliability and safety. AE (acoustic emission) can evaluate the defects by detecting the emitting strain energy when elastic waves are generated by the initiation and growth of crack, plastic deformation, fiber breakage, matrix cleavage, or delamination. In the paper, AE signals generated under uniaxial tension were measured and analyzed using the 8x8 matrix piezo electric sensor. The electronic circuit to control the transmitting distance of AE signals was designed and constructed. The optical data storage system was also designed to store the AE signal of 64 channels using LED (light emitting diode) elements. From the tests, it was shown that the source location and propagation path of AE signals in composite materials could be detected effectively by the 8x8 matrix piezo electric sensor

  18. The role of alternative (advanced) conscious sedation techniques in dentistry for adult patients: a series of cases.

    Science.gov (United States)

    Robb, N

    2014-03-01

    The basic techniques of conscious sedation have been found to be safe and effective for the management of anxiety in adult dental patients requiring sedation to allow them to undergo dental treatment. There remains great debate within the profession as to the role of the so called advanced sedation techniques. This paper presents a series of nine patients who were managed with advanced sedation techniques where the basic techniques were either inappropriate or had previously failed to provide adequate relief of anxiety. In these cases, had there not been the availability of advanced sedation techniques, the most likely recourse would have been general anaesthesia--a treatment modality that current guidance indicates should not be used where there is an appropriate alternative. The sedation techniques used have provided that appropriate alternative management strategy.

  19. Advanced Equalization Techniques for Digital Coherent Optical Receivers

    DEFF Research Database (Denmark)

    Arlunno, Valeria

    approach based on joint encoding and equalization technique, known as Turbo Equalization (TE). This scheme is demonstrated to be powerful in transmission impairments mitigation for high order modulations formats, such as 16 Quadrature Amplitude Modulation (QAM), considered a key technology for high speed...... a lower complexity convolutional code compared to state of the art reports. Furthermore, in order to fulfill the strict constrains of spectral efficiency, this thesis shows the application of digital adaptive equalizer for reconfigurable and Ultra Dense Wavelength Division Multiplexing (U......-over-Fiber (RoF) transmission system for a stand alone case and mixed modulation mixed bit rates transmission scheme. In conclusion, this PhD thesis demonstrates the flexibility, upgrade-ability and robustness offered by rising advanced digital signal processing techniques, for future high-speed, high...

  20. The Offer of Advanced Imaging Techniques Leads to Higher Acceptance Rates for Screening Colonoscopy - a Prospective Study.

    Science.gov (United States)

    Albrecht, Heinz; Gallitz, Julia; Hable, Robert; Vieth, Michael; Tontini, Gian Eugenio; Neurath, Markus Friedrich; Riemann, Jurgen Ferdinand; Neumann, Helmut

    2016-01-01

    Colonoscopy plays a fundamental role in early diagnosis and management of colorectal cancer and requires public and professional acceptance to ensure the ongoing success of screening programs. The aim of the study was to prospectively assess whether patient acceptance rates to undergo screening colonoscopy could be improved by the offer of advanced imaging techniques. Overall, 372 randomly selected patients were prospectively included. A standardized questionnaire was developed that inquired of the patients their knowledge regarding advanced imaging techniques. Second, several media campaigns and information events were organized reporting about advanced imaging techniques, followed by repeated evaluation. After one year the evaluation ended. At baseline, 64% of the patients declared that they had no knowledge about new endoscopic methods. After twelve months the overall grade of information increased significantly from 14% at baseline to 34%. The percentage of patients who decided to undergo colonoscopy because of the offer of new imaging methods also increased significantly from 12% at baseline to 42% after 12 months. Patients were highly interested in the offer of advanced imaging techniques. Knowledge about these techniques could relatively easy be provided using local media campaigns. The offer of advanced imaging techniques leads to higher acceptance rates for screening colonoscopies.

  1. Proceedings of the symposium on advanced measurement techniques and instrumentation: abstract book

    International Nuclear Information System (INIS)

    Kale, Y.B.; Kushwaha, M.; Somkuwar, S.P.; Ajayakumar, S.; Sampathkumar, R.

    2011-01-01

    In order to consolidate the existing knowledge base and further to focus on the future directions of the field of advanced measurement techniques and instrumentation, Bhabha Atomic Research Centre has organized a three-day symposium on 'Advanced Measurement Techniques and Instrumentation' at Multi Purpose Hall, Training School Hostel, Anushaktinagar, Mumbai during February 02-04, 2011. The symposium is aimed at providing a forum to discuss the emerging trends and challenges ahead in the important area of measurement science and technology. This is a unique symposium, which brings together scientists and engineers from all disciplines and provides them a platform for close interaction to exchange ideas, methodologies and expertise, which is extremely important for synergic growth of this field. The symposium consists of 27 talks, which include keynote address, plenary and invited talks, and 63 contributory papers. The abstracts of these papers are brought to you in this volume. Readers may observe that the scientific programme of the symposium covers a wide ranging issues including advanced scientific concepts in measurements, instrumentation strategies, mathematical techniques and development of devices for applications in fundamental physics, astrophysics, fusion plasmas, nuclear reactors, accelerators, environment, chemical and biological sciences, and national security. Papers relevant to INIS are indexed separately

  2. A statistical spectropolarimetric study of Herbig Ae/Be stars

    Science.gov (United States)

    Ababakr, K. M.; Oudmaijer, R. D.; Vink, J. S.

    2017-11-01

    We present H α linear spectropolarimetry of a large sample of Herbig Ae/Be stars. Together with newly obtained data for 17 objects, the sample contains 56 objects, the largest such sample to date. A change in linear polarization across the H α line is detected in 42 (75 per cent) objects, which confirms the previous finding that the circumstellar environment around these stars on small spatial scales has an asymmetric structure, which is typically identified with a disc. A second outcome of this research is that we confirm that Herbig Ae stars are similar to T Tauri stars in displaying a line polarization effect, while depolarization is more common among Herbig Be stars. This finding had been suggested previously to indicate that Herbig Ae stars form in the same manner than T Tauri stars through magnetospheric accretion. It appears that the transition between these two differing polarization line effects occurs around the B7-B8 spectral type. This would in turn not only suggest that Herbig Ae stars accrete in a similar fashion as lower mass stars, but also that this accretion mechanism switches to a different type of accretion for Herbig Be stars. We report that the magnitude of the line effect caused by electron scattering close to the stars does not exceed 2 per cent. Only a very weak correlation is found between the magnitude of the line effect and the spectral type or the strength of the H α line. This indicates that the detection of a line effect only relies on the geometry of the line-forming region and the geometry of the scattering electrons.

  3. Development of an advanced educational system using AI techniques

    International Nuclear Information System (INIS)

    Yoshimura, Seiichi

    1990-01-01

    This paper describes an advanced educational system that realizes effective education using AI techniques. The system is composed of three devices. One is a knowledge-processing computer that evaluates the operator's knowledge level and presents educational materials. Another is a computer for displaying transients. The other is a computer for voice input and output. The educational materials utilize cause-and-effect relationships. The relationships enable to perform effective education by pointing out the parts the operator failed to understand. An evaluation test was performed by actually operating the system. As a result, the system's fundamental characteristics, such as the ease of understanding the relationships, and the usefulness of the advanced evaluation of the operator's knowledge level, were evaluated highly. (author)

  4. Continuous A.E. monitoring of nuclear systems: some feasibility studies now in-progress in France

    International Nuclear Information System (INIS)

    Roget, J.; Germain, J.L.

    1986-01-01

    Continuous A.E. monitoring of Nuclear systems can give some unique information about abnormal behaviour (leak appearance...) or crack initiation or propagation. Some feasibility studies have been undertaken in France in this field and this paper presents the results we have got in two cases. The study showed that an A.E. surveillance of pressurized safety valves indicates the appearance or the presence of a leak. Functioning noise is not a problem in this case. Secondly a large study have been undertaken to test the resistance of the pipe inner sleeve to thermal fatigue. An A.E. monitoring showed that it is possible to separate A.E. due to Crack extension from other signals by a location method in spite of high noise level. A.E. seems applicable for continuous monitoring. So, complementary tests are in progress to confirm and improve these results

  5. Imaging evidence and recommendations for traumatic brain injury: advanced neuro- and neurovascular imaging techniques.

    Science.gov (United States)

    Wintermark, M; Sanelli, P C; Anzai, Y; Tsiouris, A J; Whitlow, C T

    2015-02-01

    Neuroimaging plays a critical role in the evaluation of patients with traumatic brain injury, with NCCT as the first-line of imaging for patients with traumatic brain injury and MR imaging being recommended in specific settings. Advanced neuroimaging techniques, including MR imaging DTI, blood oxygen level-dependent fMRI, MR spectroscopy, perfusion imaging, PET/SPECT, and magnetoencephalography, are of particular interest in identifying further injury in patients with traumatic brain injury when conventional NCCT and MR imaging findings are normal, as well as for prognostication in patients with persistent symptoms. These advanced neuroimaging techniques are currently under investigation in an attempt to optimize them and substantiate their clinical relevance in individual patients. However, the data currently available confine their use to the research arena for group comparisons, and there remains insufficient evidence at the time of this writing to conclude that these advanced techniques can be used for routine clinical use at the individual patient level. TBI imaging is a rapidly evolving field, and a number of the recommendations presented will be updated in the future to reflect the advances in medical knowledge. © 2015 by American Journal of Neuroradiology.

  6. Determination of glufosinate ammonium and its metabolite (AE F064619 and AE F061517) residues in water by gas chromatography with tandem mass spectrometry after ion exchange cleanup and derivatization.

    Science.gov (United States)

    Royer, A; Beguin, S; Sochor, H; Communal, P Y

    2000-11-01

    An analytical method for the determination of glufosinate ammonium and its principal metabolites, AE F064619 and AE F061517, in water of two different hardnesses (5 and 30 DH, French hardness) has been developed and validated. Samples were spiked at different levels (0. 05 and 0.5 microgram/L) and were purified by column chromatography on ion-exchange resins. After derivatization with glacial acetic acid and trimethylarthoacetate mixture, the derivatives were quantified by using capillary gas chromatography with an ion-trap tandem mass spectrometric detector. Analytical conditions for MS/MS detection were optimized, and the quantification was carried out on the areas of the most representative ions. The limit of quantification was validated at 0.05 microgram/L for each compound. The mean recovery value and the relative standard deviation (n = 20) were 92.0% and 17. 8% for glufosinate ammonium, 90.2% and 15.8% for AE F064619, and 89. 7% and 12.7% for AE F061517.

  7. Production of Mucosally Transmissible SHIV Challenge Stocks from HIV-1 Circulating Recombinant Form 01_AE env Sequences.

    Directory of Open Access Journals (Sweden)

    Lawrence J Tartaglia

    2016-02-01

    Full Text Available Simian-human immunodeficiency virus (SHIV challenge stocks are critical for preclinical testing of vaccines, antibodies, and other interventions aimed to prevent HIV-1. A major unmet need for the field has been the lack of a SHIV challenge stock expressing circulating recombinant form 01_AE (CRF01_AE env sequences. We therefore sought to develop mucosally transmissible SHIV challenge stocks containing HIV-1 CRF01_AE env derived from acutely HIV-1 infected individuals from Thailand. SHIV-AE6, SHIV-AE6RM, and SHIV-AE16 contained env sequences that were >99% identical to the original HIV-1 isolate and did not require in vivo passaging. These viruses exhibited CCR5 tropism and displayed a tier 2 neutralization phenotype. These challenge stocks efficiently infected rhesus monkeys by the intrarectal route, replicated to high levels during acute infection, and established chronic viremia in a subset of animals. SHIV-AE16 was titrated for use in single, high dose as well as repetitive, low dose intrarectal challenge studies. These SHIV challenge stocks should facilitate the preclinical evaluation of vaccines, monoclonal antibodies, and other interventions targeted at preventing HIV-1 CRF01_AE infection.

  8. Dosimetry of 64Cu-DOTA-AE105, a PET tracer for uPAR imaging

    DEFF Research Database (Denmark)

    Persson, Morten; El Ali, Henrik H.; Binderup, Tina

    2014-01-01

    64Cu-DOTA-AE105 is a novel positron emission tomography (PET) tracer specific to the human urokinase-type plasminogen activator receptor (uPAR). In preparation of using this tracer in humans, as a new promising method to distinguish between indolent and aggressive cancers, we have performed PET...... studies in mice to evaluate the in vivo biodistribution and estimate human dosimetry of 64Cu-DOTA-AE105. MethodsFive mice received iv tail injection of 64Cu-DOTA-AE105 and were PET/CT scanned 1, 4.5 and 22h post injection. Volume-of-interest (VOI) were manually drawn on the following organs: heart, lung......Favorable dosimetry estimates together with previously reported uPAR PET data fully support human testing of 64Cu-DOTA-AE105....

  9. Design of cryptographically secure AES like S-Box using second-order reversible cellular automata for wireless body area network applications

    Science.gov (United States)

    Rafi Ahamed, Shaik

    2016-01-01

    In biomedical, data security is the most expensive resource for wireless body area network applications. Cryptographic algorithms are used in order to protect the information against unauthorised access. Advanced encryption standard (AES) cryptographic algorithm plays a vital role in telemedicine applications. The authors propose a novel approach for design of substitution bytes (S-Box) using second-order reversible one-dimensional cellular automata (RCA2) as a replacement to the classical look-up-table (LUT) based S-Box used in AES algorithm. The performance of proposed RCA2 based S-Box and conventional LUT based S-Box is evaluated in terms of security using the cryptographic properties such as the nonlinearity, correlation immunity bias, strict avalanche criteria and entropy. Moreover, it is also shown that RCA2 based S-Boxes are dynamic in nature, invertible and provide high level of security. Further, it is also found that the RCA2 based S-Box have comparatively better performance than that of conventional LUT based S-Box. PMID:27733924

  10. Design of cryptographically secure AES like S-Box using second-order reversible cellular automata for wireless body area network applications.

    Science.gov (United States)

    Gangadari, Bhoopal Rao; Rafi Ahamed, Shaik

    2016-09-01

    In biomedical, data security is the most expensive resource for wireless body area network applications. Cryptographic algorithms are used in order to protect the information against unauthorised access. Advanced encryption standard (AES) cryptographic algorithm plays a vital role in telemedicine applications. The authors propose a novel approach for design of substitution bytes (S-Box) using second-order reversible one-dimensional cellular automata (RCA 2 ) as a replacement to the classical look-up-table (LUT) based S-Box used in AES algorithm. The performance of proposed RCA 2 based S-Box and conventional LUT based S-Box is evaluated in terms of security using the cryptographic properties such as the nonlinearity, correlation immunity bias, strict avalanche criteria and entropy. Moreover, it is also shown that RCA 2 based S-Boxes are dynamic in nature, invertible and provide high level of security. Further, it is also found that the RCA 2 based S-Box have comparatively better performance than that of conventional LUT based S-Box.

  11. Detection of multiple AE signal by triaxial hodogram analysis; Sanjiku hodogram ho ni yoru taju acoustic emission no kenshutsu

    Energy Technology Data Exchange (ETDEWEB)

    Nagano, K; Yamashita, T [Muroran Institute of Technology, Hokkaido (Japan)

    1997-05-27

    In order to evaluate dynamic behavior of underground cracks, analysis and detection were attempted on multiple acoustic emission (AE) events. The multiple AE is a phenomenon in which multiple AE signals generated by underground cracks developed in an extremely short time interval are superimposed, and observed as one AE event. The multiple AE signal consists of two AE signals, whereas the second P-wave is supposed to have been inputted before the first S-wave is inputted. The first P-wave is inputted first, where linear three-dimensional particle movements are observed, but the movements are made random due to scattering and sensor characteristics. When the second P-wave is inputted, the linear particle movements are observed again, but are superimposed with the existing input signals and become multiple AE, which creates poor S/N ratio. The multiple AE detection determines it a multiple AE event when three conditions are met, i. e. a condition of equivalent time interval of a maximum value in a scalogram analysis, a condition of P-wave vibrating direction, and a condition of the linear particle movement. Seventy AE signals observed in the Kakkonda geothermal field were analyzed and AE signals that satisfy the multiple AE were detected. However, further development is required on an analysis method with high resolution for the time. 4 refs., 4 figs.

  12. Forensic discrimination of aluminum foil by SR-XRF and ICP-AES

    International Nuclear Information System (INIS)

    Kasamatsu, Masaaki; Suzuki, Yasuhiro; Suzuki, Shinichi; Miyamoto, Naoki; Watanabe, Seiya; Shimoda, Osamu; Takatsu, Masahisa; Nakanishi, Toshio

    2010-01-01

    The application of synchrotron radiation X-ray fluorescence spectrometry (SR-XRF) was investigated for the forensic discrimination of aluminum foil by comparisons of the elemental components. Small fragments (1 x 1 mm) were taken from 4 kinds of aluminum foils produced by different manufactures and used for measurements of the XRF spectrum at BL37XU of SPring-8. A comparison of the XRF spectra was effective for the discrimination of aluminum foils from different sources, because significant differences were observed in the X-ray peak intensities of Fe, Cu, Zn, Ga, Zr and Sn. These elements, except for Zr and Sn in the aluminum foils and NIST SRM1258 (Aluminium Alloy 6011), were also determined by inductively coupled plasma atomic emission spectrometry (ICP-AES). The observed values of Fe, Cu, Zn and Ga in NIST standard samples by ICP-AES showed satisfactorily good agreements with the certified or information values with relative standard deviations from 1.1% for Zn to 6.7% for Ga. The observed values for the aluminum foils by ICP-AES were compared with those by SR-XRF. Correlation coefficients from 0.997 for Cu/Fe to 0.999 for Zn/Fe and Ga/Fe were obtained between the ratio of the elemental concentration by ICP-AES and normalized the X-ray intensity by SR-XRF. This result demonstrates that a comparison of the normalized X-ray intensity is nearly as effective for the discrimination of aluminum foils as quantitative analysis by ICP-AES. Comparisons of the analytical results by SR-XRF allow the discrimination of all aluminum foils using only a 1 mm 2 fragment with no destruction of the samples. (author)

  13. Measuring the BNF of Soybean Using 15N-Labelled Urea with Different Atom Excess (A.E. Content

    Directory of Open Access Journals (Sweden)

    A. Citraresmini

    2012-12-01

    Full Text Available The soybean is a legume which has an ability to supply its major nitrogen need by the biological nitrogen fixation (BNF process. This process is made possible by nodules formed in their roots, colonized by Rhizobium sp.bacteria. An accurate estimation of N gained by BNF is necessary to predict the increase or decrease of chemical fertilizer-N requirements to increase soybean production. Among several methods, the 15N method was used to estimate the ability of legumes to perform BNF. The study involved soybean var. Willis (W and a completely non-BNF soybean var. CV, which is termed as a standard crop. The standard crop is non-nodulated soybean, but it has the same main physiological traits with var. Willis. The aim of this study was to determine whether15N-labelled fertilizer with different %a.e. given to nodulated and non-nodulated soybean would not be of significant consequences for the calculation of N-BNF of W. The treatments applied were different rates of urea (20 kg N/ha and 100 kg N/ha combined with different atom excess percentages (%a.e.15N (2% and 10%. Thus, the combination of treatments were as follows:(1 W-ll (20 kg N; 2% a.e; (2 CV-hl (100 kg N; 2% a.e; (3 W-lh (20 kg N; 10% a.e; (4 CV-hh (100 kg N; 10% a.e; (5 CV-ll (20 kg N; 2% a.e; (6 W-hl (100 kg N; 2% a.e; (7 CV-lh (20 kg N; 10% a.e; (8 W-hh (100 kg N; 10% a.e. The result of the experiment showed that a high %a.e. with a low rate of 15N and a low %a.e. with a high rate of N should be used to study the %N-BNF of nodulated plants.

  14. ADVANCED OPTICAL TECHNIQUES TO EXPLORE BRAIN STRUCTURE AND FUNCTION

    OpenAIRE

    Silvestri, L.; Mascaro, A. L. Allegra; Lotti, J.; Sacconi, L.; Pavone, F. S.

    2013-01-01

    Understanding brain structure and function, and the complex relationships between them, is one of the grand challenges of contemporary sciences. Thanks to their flexibility, optical techniques could be the key to explore this complex network. In this manuscript, we briefly review recent advancements in optical methods applied to three main issues: anatomy, plasticity and functionality. We describe novel implementations of light-sheet microscopy to resolve neuronal anatomy in whole fixed brain...

  15. Faster and timing-attack resistant AES-GCM

    NARCIS (Netherlands)

    Käsper, E.; Schwabe, P.; Clavier, C.; Gaj, K.

    2009-01-01

    We present a bitsliced implementation of AES encryption in counter mode for 64-bit Intel processors. Running at 7.59 cycles/byte on a Core 2, it is up to 25% faster than previous implementations, while simultaneously offering protection against timing attacks. In particular, it is the only

  16. Development for advanced materials and testing techniques

    Energy Technology Data Exchange (ETDEWEB)

    Hishinuma, Akimichi [Japan Atomic Energy Research Inst., Tokai, Ibaraki (Japan). Tokai Research Establishment

    1998-03-01

    Recent studies using a JMTR and research reactors of JRR-2 and JRR-3 are briefly summarized. Small specimen testing techniques (SSTT) required for an effective use of irradiation volume and also irradiated specimens have been developed focussing on tensile test, fatigue test, Charpy test and small punch test. By using the small specimens of 0.1 - several mm in size, similar values of tensile and fatigue properties to those by standard size specimens can be taken, although the ductile-brittle transition temperature (DBTT) depends strongly on Charpy specimen size. As for advanced material development, R and D about low activation ferritic steels have been done to investigate irradiation response. The low activation ferritic steel, so-called F82H jointly-developed by JAERI and NKK for fusion, has been confirmed to have good irradiation resistance within a limited dose and now selected as a standard material in the fusion material community. It is also found that TiAi intermetallic compounds, which never been considered for nuclear application in the past, have an excellent irradiation resistance under an irradiation condition. Such knowledge can bring about a large expectation for developing advanced nuclear materials. (author)

  17. Advanced disassembling technique of irradiated driver fuel assembly for continuous irradiation of fuel pins

    International Nuclear Information System (INIS)

    Ichikawa, Shoichi; Haga, Hiroyuki; Katsuyama, Kozo; Maeda, Koji; Nishinoiri, Kenji

    2012-01-01

    It was necessary to carry out continuous irradiation tests in order to obtain the irradiation data of high burn-up fuel and high neutron dose material for FaCT (Fast Reactor Cycle Technology Development) project. There, the disassembling technique of an irradiated fuel assembly was advanced in order to realize further continuous irradiation tests. Although the conventional disassembling technique had been cutting a lower end-plug of a fuel pin needed to fix fuel pins to an irradiation vehicle, the advanced disassembling technique did not need cutting a lower end-plug. As a result, it was possible to supply many irradiated fuel pins to various continuous irradiation tests for FaCT project. (author)

  18. Benefits of Hot Isostatic Pressure/Powdered Metal (HIP/PM) and Additive Manufacturing (AM) To Fabricate Advanced Energy System Components

    Energy Technology Data Exchange (ETDEWEB)

    Horton, Nancy [Energy Industries of Ohio, Cleveland, OH (United States); Sheppard, Roy [Energy Industries of Ohio, Cleveland, OH (United States)

    2016-12-31

    Advanced Energy systems require large, complex components produced from materials capable of withstanding severe operating environments (high temperature, pressure, corrosivity). Such parts can be difficult to source, as conventional material processing technologies must be tailored to ensure a safe and cost effective approach to large-scale manufacture of quality structural advanced alloy components that meet the performance specifications of AE systems. (HIP/PM) has shown advantages over other manufacturing methods when working with these materials. For example, using HIP’ing in lieu of casting means significant savings in raw material costs, which for expensive, high-nickel alloys can be considerable for large-scale production. Use of HIP/PM also eliminates the difficulties resulting from reactivity of these materials in the molten state and facilitates manufacture of the large size requirements of the AE industry, producing a part that is defect and porosity free, thus further reducing or eliminating time and expense of post processing machining and weld repair. New advances in Additive Manufacturing (AM) techniques make it possible to further expand the benefits of HIP/PM in producing AE system components to create an even more robust manufacturing approach. Traditional techniques of welding and forming sheet metal to produce the HIP canisters can be time consuming and costly, with limitations on the complexity of part which can be achieved. A key benefit of AM is the freedom of design that it offers, so use of AM could overcome such challenges, ultimately enabling redesign of complete energy systems. A critical step toward this goal is material characterization of the required advanced alloys, for use in AM. Using Haynes 282, a high nickel alloy of interest to the Fossil Energy community, particularly for Advanced-UltraSuperCritical (AUSC) operating environments, as well as the crosscutting interests of the aerospace, defense and medical markets, this

  19. PIXE and ICP-AES comparison in evaluating the efficiency of metal extraction and analysis in aerosol samples

    Energy Technology Data Exchange (ETDEWEB)

    Rugi, F.; Becagli, S.; Ghedini, C.; Marconi, M.; Severi, M.; Traversi, R.; Udisti, R. [Dep. of Chemistry, University of Florence, Sesto F.no (Fl) (Italy); Calzolai, G.; Chiari, M.; Lucarelli, F.; Nava, S. [Dep. of Physics and Astronomy , University of Florence and INFN, Sesto F. no (Fl) (Italy)

    2013-07-01

    ICP-AES versus PIXE determination: Al=75, As=102, Cu=92, Fe=104, Mn=92, Ni=103, Pb=86. Finally, we will show some examples in which ICP methods are used to determine the 'soluble fraction' (in the acidic extraction conditions) of several major (ICP-AES) and trace (ICP-Ms) metals. By comparing data obtained by PIXE and by ICP-AES or ICP-Ms, we could assess the 'soluble fraction' (in different conditions, depending on the strength of the acidic solubilization) of several elements. In this way, PIXE and ICP techniques appear to constitute a powerful complementary method, able to obtain a more complete data set of the aerosol chemical composition. (author)

  20. 75 FR 44015 - Certain Semiconductor Products Made by Advanced Lithography Techniques and Products Containing...

    Science.gov (United States)

    2010-07-27

    ... Advanced Lithography Techniques and Products Containing Same; Notice of Investigation AGENCY: U.S... violations of section 337 based upon the importation into the United States, the sale for importation, and the sale within the United States after importation of certain semiconductor products made by advanced...

  1. A correlation study regarding the AE index and ACE solar wind data for Alfvénic intervals using wavelet decomposition and reconstruction

    Science.gov (United States)

    Guarnieri, Fernando L.; Tsurutani, Bruce T.; Vieira, Luis E. A.; Hajra, Rajkumar; Echer, Ezequiel; Mannucci, Anthony J.; Gonzalez, Walter D.

    2018-01-01

    The purpose of this study is to present a wavelet interactive filtering and reconstruction technique and apply this to the solar wind magnetic field components detected at the L1 Lagrange point ˜ 0.01 AU upstream of the Earth. These filtered interplanetary magnetic field (IMF) data are fed into a model to calculate a time series which we call AE∗. This model was adjusted assuming that magnetic reconnection associated with southward-directed IMF Bz is the main mechanism transferring energy into the magnetosphere. The calculated AE∗ was compared to the observed AE (auroral electrojet) index using cross-correlation analysis. The results show correlations as high as 0.90. Empirical removal of the high-frequency, short-wavelength Alfvénic component in the IMF by wavelet decomposition is shown to dramatically improve the correlation between AE∗ and the observed AE index. It is envisioned that this AE∗ can be used as the main input for a model to forecast relativistic electrons in the Earth's outer radiation belts, which are delayed by ˜ 1 to 2 days from intense AE events.

  2. Advanced digital modulation: Communication techniques and monolithic GaAs technology

    Science.gov (United States)

    Wilson, S. G.; Oliver, J. D., Jr.; Kot, R. C.; Richards, C. R.

    1983-01-01

    Communications theory and practice are merged with state-of-the-art technology in IC fabrication, especially monolithic GaAs technology, to examine the general feasibility of a number of advanced technology digital transmission systems. Satellite-channel models with (1) superior throughput, perhaps 2 Gbps; (2) attractive weight and cost; and (3) high RF power and spectrum efficiency are discussed. Transmission techniques possessing reasonably simple architectures capable of monolithic fabrication at high speeds were surveyed. This included a review of amplitude/phase shift keying (APSK) techniques and the continuous-phase-modulation (CPM) methods, of which MSK represents the simplest case.

  3. PIXE analysis of human stones: comparison with data from ICP-AES

    International Nuclear Information System (INIS)

    Pougnet, M.A.B.; Peisach, M.; Pineda, C.A.; Rodgers, A.L.

    1987-01-01

    25 human stone samples previously analyzed by inductively coupled plasma atomic emission spectroscopy (ICP-AES) and the IAEA Animal Bone Standard Reference Material were used to evaluate trace element analysis by PIXE. Bombardment with 4 MeV protons was used for the determination of Mn, Fe, Cu, Pb, Br, Rb, Sr and Ca. PIXE and ICP-AES data gave correlation factors better than 0.97 for the elements Ca, Fe, Zn, Sr and Pb. (author) 9 refs.; 5 figs

  4. Hypolipidemic effects of starch and γ-oryzanol from wx/ae double-mutant rice on BALB/c.KOR-Apoe(shl) mice.

    Science.gov (United States)

    Nakaya, Makoto; Shojo, Aiko; Hirai, Hiroaki; Matsumoto, Kenji; Kitamura, Shinichi

    2013-01-01

    waxy/amylose-extender (wx/ae) double-mutant japonica rice (Oryza sativa L.) produces resistant starch (RS) and a large amount of γ-oryzanol. Our previous study has shown the hypolipidemic effect of wx/ae brown rice on mice. To identify the functional constituents of the hypolipidemic activity in wx/ae rice, we prepared pure wx/ae starch and γ-oryzanol from wx/ae rice and investigated their effect on the lipid metabolism in BALB/c.KOR/Stm Slc-Apoe(shl) mice. The mice were fed for 3 weeks a diet containing non-mutant rice starch, non-mutant rice starch plus γ-oryzanol, wx/ae starch, or wx/ae starch plus γ-oryzanol. γ-Oryzanol by itself had no effect on the lipid metabolism, and wx/ae starch prevented an accumulation of triacylglycerol (TAG) in the liver. Interestingly, the combination of wx/ae starch plus γ-oryzanol not only prevented a TAG accumulation in the liver, but also partially suppressed the rise in plasma TAG concentration, indicating that wx/ae starch and γ-oryzanol could have a synergistic effect on the lipid metabolism.

  5. Multielemental analysis of Korean geological reference samples by INAA, ICP-AES and ICP-MS

    International Nuclear Information System (INIS)

    Naoki Shirai; Hiroki Takahashi; Yuta Yokozuka; Mitsuru Ebihara; Meiramkhan Toktaganov; Shun Sekimoto

    2015-01-01

    Six Korean geological reference samples (KB-1, KGB-1, KT-1, KD-1, KG-1 and KG-2) prepared by Korea Institutes of Geoscience and Mineral Resources were analyzed by using INAA, ICP-AES and ICP-MS. Some elements could be determined by both INAA and non-INAA methods (ICP-AES and ICP-MS), and these data are consistent with each other. This study confirms that a combination of ICP-AES and ICP-MS is comparable to INAA in determining a wide range of major, minor and trace elements in geological materials. (author)

  6. Quantification of immobilized Candida antarctica lipase B (CALB) using ICP-AES combined with Bradford method.

    Science.gov (United States)

    Nicolás, Paula; Lassalle, Verónica L; Ferreira, María L

    2017-02-01

    The aim of this manuscript was to study the application of a new method of protein quantification in Candida antarctica lipase B commercial solutions. Error sources associated to the traditional Bradford technique were demonstrated. Eight biocatalysts based on C. antarctica lipase B (CALB) immobilized onto magnetite nanoparticles were used. Magnetite nanoparticles were coated with chitosan (CHIT) and modified with glutaraldehyde (GLUT) and aminopropyltriethoxysilane (APTS). Later, CALB was adsorbed on the modified support. The proposed novel protein quantification method included the determination of sulfur (from protein in CALB solution) by means of Atomic Emission by Inductive Coupling Plasma (AE-ICP). Four different protocols were applied combining AE-ICP and classical Bradford assays, besides Carbon, Hydrogen and Nitrogen (CHN) analysis. The calculated error in protein content using the "classic" Bradford method with bovine serum albumin as standard ranged from 400 to 1200% when protein in CALB solution was quantified. These errors were calculated considering as "true protein content values" the results of the amount of immobilized protein obtained with the improved method. The optimum quantification procedure involved the combination of Bradford method, ICP and CHN analysis. Copyright © 2016 Elsevier Inc. All rights reserved.

  7. Proceedings of the OECD/CSNI specialist meeting on advanced instrumentation and measurement techniques

    Energy Technology Data Exchange (ETDEWEB)

    Lehner, J [comp.

    1998-09-01

    In the last few years, tremendous advances in the local instrumentation technology for two-phase flow have been accomplished by the applications of new sensor techniques, optical or beam methods and electronic technology. The detailed measurements gave new insight to the true nature of local mechanisms of interfacial transfer between phases, interfacial structure and two-phase flow turbulent transfers. These new developments indicate that more accurate and reliable two-phase flow models can be obtained, if focused experiments are designed and performed by utilizing this advanced instrumentation. The purpose of this Specialist Meeting on Advanced Instrumentation and Measurement Techniques was to review the recent instrumentation developments and the relation between thermal-hydraulic codes and instrumentation capabilities. Four specific objectives were identified for this meeting: bring together international experts on instrumentation, experiments, and modeling; review recent developments in multiphase flow instrumentation; discuss the relation between modeling needs and instrumentation capabilities, and discuss future directions for instrumentation development, modeling, and experiments.

  8. Proceedings of the OECD/CSNI specialist meeting on advanced instrumentation and measurement techniques

    International Nuclear Information System (INIS)

    Lehner, J.

    1998-09-01

    In the last few years, tremendous advances in the local instrumentation technology for two-phase flow have been accomplished by the applications of new sensor techniques, optical or beam methods and electronic technology. The detailed measurements gave new insight to the true nature of local mechanisms of interfacial transfer between phases, interfacial structure and two-phase flow turbulent transfers. These new developments indicate that more accurate and reliable two-phase flow models can be obtained, if focused experiments are designed and performed by utilizing this advanced instrumentation. The purpose of this Specialist Meeting on Advanced Instrumentation and Measurement Techniques was to review the recent instrumentation developments and the relation between thermal-hydraulic codes and instrumentation capabilities. Four specific objectives were identified for this meeting: bring together international experts on instrumentation, experiments, and modeling; review recent developments in multiphase flow instrumentation; discuss the relation between modeling needs and instrumentation capabilities, and discuss future directions for instrumentation development, modeling, and experiments

  9. Advances in the use of intravenous techniques in ambulatory anesthesia

    Directory of Open Access Journals (Sweden)

    Eng MR

    2015-07-01

    Full Text Available Matthew R Eng,1 Paul F White1,2 1Department of Anesthesiology, Cedars-Sinai Medical Center, Los Angeles, CA, USA; 2White Mountain Institute, The Sea Ranch, CA, USA Summary statement: Advances in the use of intravenous techniques in ambulatory anesthesia has become important for the anesthesiologist as the key perioperative physician in outpatient surgery. Key techniques and choices of anesthetics are important in accomplishing fast track goals of ambulatory surgery. Purpose of review: The anesthesiologist in the outpatient environment must focus on improving perioperative efficiency and reducing recovery times while accounting for patients' well-being and safety. This review article focuses on recent intravenous anesthetic techniques to accomplish these goals. Recent findings: This review is an overview of techniques in intravenous anesthesia for ambulatory anesthesia. Intravenous techniques may be tailored to accomplish outpatient surgery goals for the type of surgical procedure and individual patient needs. Careful anesthetic planning and the application of the plans are critical to an anesthesiologist's success with fast-track ambulatory surgery. Conclusion: Careful planning and application of intravenous techniques are critical to an anesthesiologist's success with fast-track ambulatory surgery. Keywords: intravenous anesthesia, outpatient anesthesia, fast-track surgery

  10. Optical spectrophotometry of oscillations and flickering in AE Aquarii

    Science.gov (United States)

    Welsh, William F.; Horne, Keith; Oke, J. B.

    1993-01-01

    We observed rapid variations in the nova-like cataclysmic variable AE Aquarii for 1.7 hr with 4.3 s time resolution using the 30-channel (3227-10494 A) spectrophotometer on the Hale 5 m telescope. The 16.5 and 33.0 s oscillations show a featureless blue spectrum that can be represented by a blackbody with temperature and area much smaller than the accretion disk. Models consisting of the sum of a K star spectrum and a hydrogen slab in LTE at T = 6000-10,000 K can fit the spectrum of AE Aquarii reasonably well. The spectrum of a flare indicates optically thin gas with T = 8000-12,000 K. The energy released by the flare is large compared to typical stellar flares.

  11. Accelerating Solution Proposal of AES Using a Graphic Processor

    Directory of Open Access Journals (Sweden)

    STRATULAT, M.

    2011-11-01

    Full Text Available The main goal of this work is to analyze the possibility of using a graphic processing unit in non graphical calculations. Graphic Processing Units are being used nowadays not only for game engines and movie encoding/decoding, but also for a vast area of applications, like Cryptography. We used the graphic processing unit as a cryptographic coprocessor in order accelerate AES algorithm. Our implementation of AES is on a GPU using CUDA architecture. The performances obtained show that the CUDA implementation can offer speedups of 11.95Gbps. The tests are conducted in two directions: running the tests on small data sizes that are located in memory and large data that are stored in files on hard drives.

  12. Mineral distribution in rice: Measurement by Microwave Plasma Atomic Emission Spectroscopy (MP-AES)

    International Nuclear Information System (INIS)

    Ramos, Nerissa C.; Ramos, R.G.A.; Quirit, L.L.; Arcilla, C.A.

    2015-01-01

    Microwave Plasma Atomic Emission Spectroscopy (MP-AES) is a new technology with comparable performance and sensitivity to Inductively Coupled Plasma Optical Emission Spectroscopy (ICP-OES). Both instrument use plasma as the energy source that produces atomic and ionic emission lines. However, MP-AES uses nitrogen as the plasma gas instead of argon which is an additional expense for ICP-OES. Thus, MP-AES is more economical. This study quantified six essential minerals (Se, Zn, Fe, Cu, Mn and K) in rice using MP-AES. Hot plate digestion was used for sample extraction and the detection limit for each instrument was compared with respect to the requirement for routine analysis in rice. Black, red and non-pigmented rice samples were polished in various intervals to determine the concentration loss of minerals. The polishing time corresponds to the structure of the rice grains such as outer bran layer (0 to 15), inner bran layer (15 to 30), outer endosperm layer (30 to 45), and middle endosperm layer (45 to 60). Results of MP-AES analysis showed that black rice had all essential materials (except K) in high concentration at the outer bran layer. The red and non-pigmented rice samples on the other hand, contained high levels of Se, Zn, Fe, and Mn in the whole bran portion. After 25 seconds, the mineral concentrations remained constant. The concentration of Cu however, gave consistent value in all polishing intervals, hence Cu might be located in the inner endosperm layer. Results also showed that K was uniformly distributed in all samples where 5% loss was consistently observed for every polishing interval. Therefore, the concentration of K was also affected by polishing time. Thus, the new MP-AES technology with comparable performance to ICP-OES is a promising tool for routine analysis in rice. (author)

  13. The calibration of XRF polyethylene reference materials with k 0-NAA and ICP-AES

    International Nuclear Information System (INIS)

    Swagten, Josefien; Bossus, Daniel; Vanwersch, Hanny

    2006-01-01

    Due to the lack of commercially available polyethylene reference materials for the calibration of X-ray fluorescence spectrometers (XRF), DSM Resolve, in cooperation with PANalytical, prepared and calibrated such a set of standards in 2005. The reference materials were prepared based on the addition of additives to virgin polyethylene. The mentioned additives are added to improve the performance of the polymers. The elements present in additives are tracers for the used additives. The reference materials contain the following elements: F, Na, Mg, Al, Si, P, S, Ca, Ti and Zn in the concentration range of 5 mg/kg for Ti, up to 600 mg/kg for Mg. The calibration of the reference materials, including a blank, was performed using inductively coupled plasma atomic emission spectrometry (ICP-AES) and Neutron Activation Analysis (k 0 -NAA). ICP-AES was used to determine the elements Na, Mg, Al, P, Ca, Ti and Zn whereas k 0 -NAA was used for F, Na, Mg, Al, Ca, Ti and Zn. Over the complete concentration range, a good agreement of the results was found between the both techniques. This project has shown that within DSM Resolve, it is possible to develop and to calibrate homogenous reference materials for XRF

  14. Novel secret key generation techniques using memristor devices

    Science.gov (United States)

    Abunahla, Heba; Shehada, Dina; Yeun, Chan Yeob; Mohammad, Baker; Jaoude, Maguy Abi

    2016-02-01

    This paper proposes novel secret key generation techniques using memristor devices. The approach depends on using the initial profile of a memristor as a master key. In addition, session keys are generated using the master key and other specified parameters. In contrast to existing memristor-based security approaches, the proposed development is cost effective and power efficient since the operation can be achieved with a single device rather than a crossbar structure. An algorithm is suggested and demonstrated using physics based Matlab model. It is shown that the generated keys can have dynamic size which provides perfect security. Moreover, the proposed encryption and decryption technique using the memristor based generated keys outperforms Triple Data Encryption Standard (3DES) and Advanced Encryption Standard (AES) in terms of processing time. This paper is enriched by providing characterization results of a fabricated microscale Al/TiO2/Al memristor prototype in order to prove the concept of the proposed approach and study the impacts of process variations. The work proposed in this paper is a milestone towards System On Chip (SOC) memristor based security.

  15. ICP-AES determination of rare earths in zirconium with prior chemical separation of the matrix

    International Nuclear Information System (INIS)

    Rajeswari, B.; Dhawale, B.A.; Page, A.G.; Sastry, M.D.

    2002-01-01

    Zirconium being one of the most important material in nuclear industry used as a fuel cladding in reactors and an additive in advanced fuels necessitates its characterization for trace metallic contents. Zirconium, as refractory in nature as the rare earth elements, has a complex spectrum comprising of several emission lines. Rare earths, which are high neutron absorbers have to be analysed at very low limits. Hence, to achieve the desired limits, the major matrix has to be separated prior to rare earth determination. The present paper describes the method developed for the separation of rare earths from zirconium by solvent extraction using Trioctyl Phosphine Oxide (TOPO) as the extractant followed by their determination using Inductively Coupled Plasma - Atomic Emission Spectrometric (ICP-AES) method. Initially, radiochemical studies were carried out using known amounts of gamma active tracers of 141 Ce, 152-154 Eu, 153 Gd and 95 Zr for optimisation of extraction conditions using Tl- activated NaI detector. The optimum conditions at 0.5 M TOPO/xylene in 6 M HCl so as to achieve a quantitative recovery of rare earth analytes alongwith a near total extraction of zirconium in the organic phase, was further extended to carry out the studies using ICP-AES method. The recovery of rare earths was found to be quantitative within experimental error with a precision better than 10% RSD. (author)

  16. Advanced and Exploratory Shock Sensing Mechanisms.

    Energy Technology Data Exchange (ETDEWEB)

    Nelsen, Nicholas H. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Kolb, James D. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Kulkarni, Akshay G. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Sorscher, Zachary [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Habing, Clayton D. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Mathis, Allen [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Beller, Zachary J. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2017-09-01

    Mechanical component response to shock environments must be predictable in order to ensure reliability and safety. Whether the shock input results from accidental drops during transportation to projectile impact scenarios, the system must irreversibly transition into a safe state that is incapable of triggering the component . With this critical need in mind, the 2017 Nuclear Weapons Summer Product Realization Institute (NW SPRINT) program objective sought the design of a passive shock failsafe with emphasis on additively manufactured (AM) components. Team Advanced and Exploratory (A&E) responded to the challenge by designing and delivering multiple passive shock sensing mech anisms that activate within a prescribed mechanical shock threshold. These AM failsafe designs were tuned and validated using analytical and computational techniques including the shock response spectrum (SRS) and finite element analysis (FEA). After rapid prototyping, the devices experienced physical shock tests conducted on Sandia drop tables to experimentally verify performance. Keywords: Additive manufacturing, dynamic system, failsafe, finite element analysis, mechanical shock, NW SPRINT, shock respon se spectrum

  17. Evaluation of fracturing process of soft rocks at great depth by AE measurement and DEM simulation

    International Nuclear Information System (INIS)

    Aoki, Kenji; Mito, Yoshitada; Kurokawa, Susumu; Matsui, Hiroya; Niunoya, Sumio; Minami, Masayuki

    2007-01-01

    The authors developed the stress-based evaluation system of EDZ by AE monitoring and Distinct Element Method (DEM) simulation. In order to apply this system to the soft rock site, the authors try to grasp the relationship between AE parameters, stress change and rock fracturing process by performing the high stiffness tri-axial compression tests including AE measurements on the soft rock samples, and its simulations by DEM using bonded particle model. As the result, it is found that change in predominant AE frequency is effective to evaluate fracturing process in sedimentary soft rocks, and the relationship between stress change and fracturing process is also clarified. (author)

  18. Ultra-realistic imaging advanced techniques in analogue and digital colour holography

    CERN Document Server

    Bjelkhagen, Hans

    2013-01-01

    Ultra-high resolution holograms are now finding commercial and industrial applications in such areas as holographic maps, 3D medical imaging, and consumer devices. Ultra-Realistic Imaging: Advanced Techniques in Analogue and Digital Colour Holography brings together a comprehensive discussion of key methods that enable holography to be used as a technique of ultra-realistic imaging.After a historical review of progress in holography, the book: Discusses CW recording lasers, pulsed holography lasers, and reviews optical designs for many of the principal laser types with emphasis on attaining th

  19. Advanced techniques for high resolution spectroscopic observations of cosmic gamma-ray sources

    International Nuclear Information System (INIS)

    Matteson, J.L.; Pelling, M.R.; Peterson, L.E.

    1985-08-01

    We describe an advanced gamma-ray spectrometer that is currently in development. It will obtain a sensitivity of -4 ph/cm -2 -sec in a 6 hour balloon observation and uses innovative techniques for background reduction and source imaging

  20. Experimental analysis of crack evolution in concrete by the acoustic emission technique

    Directory of Open Access Journals (Sweden)

    J. Saliba

    2015-10-01

    Full Text Available The fracture process zone (FPZ was investigated on unnotched and notched beams with different notch depths. Three point bending tests were realized on plain concrete under crack mouth opening displacement (CMOD control. Crack growth was monitored by applying the acoustic emission (AE technique. In order to improve our understanding of the FPZ, the width and length of the FPZ were followed based on the AE source locations maps and several AE parameters were studied during the entire loading process. The bvalue analysis, defined as the log-linear slope of the frequency-magnitude distribution of acoustic emissions, was also carried out to describe quantitatively the influence of the relative notch depth on the fracture process. The results show that the number of AE hits increased with the decrease of the relative notch depth and an important AE energy dissipation was observed at the crack initiation in unnotched beams. In addition, the relative notch depth influenced the AE characteristics, the process of crack propagation, and the brittleness of concrete.

  1. NATO Advanced Research Workshop on Thin Film Growth Techniques for Low-Dimensional Structures

    CERN Document Server

    Parkin, S; Dobson, P; Neave, J; Arrott, A

    1987-01-01

    This work represents the account of a NATO Advanced Research Workshop on "Thin Film Growth Techniques for Low Dimensional Structures", held at the University of Sussex, Brighton, England from 15-19 Sept. 1986. The objective of the workshop was to review the problems of the growth and characterisation of thin semiconductor and metal layers. Recent advances in deposition techniques have made it possible to design new material which is based on ultra-thin layers and this is now posing challenges for scientists, technologists and engineers in the assessment and utilisation of such new material. Molecular beam epitaxy (MBE) has become well established as a method for growing thin single crystal layers of semiconductors. Until recently, MBE was confined to the growth of III-V compounds and alloys, but now it is being used for group IV semiconductors and II-VI compounds. Examples of such work are given in this volume. MBE has one major advantage over other crystal growth techniques in that the structure of the growi...

  2. A method for reduction of Acoustic Emission (AE) data with application in machine failure detection and diagnosis

    Science.gov (United States)

    Vicuña, Cristián Molina; Höweler, Christoph

    2017-12-01

    The use of AE in machine failure diagnosis has increased over the last years. Most AE-based failure diagnosis strategies use digital signal processing and thus require the sampling of AE signals. High sampling rates are required for this purpose (e.g. 2 MHz or higher), leading to streams of large amounts of data. This situation is aggravated if fine resolution and/or multiple sensors are required. These facts combine to produce bulky data, typically in the range of GBytes, for which sufficient storage space and efficient signal processing algorithms are required. This situation probably explains why, in practice, AE-based methods consist mostly in the calculation of scalar quantities such as RMS and Kurtosis, and the analysis of their evolution in time. While the scalar-based approach offers the advantage of maximum data reduction; it has the disadvantage that most part of the information contained in the raw AE signal is lost unrecoverably. This work presents a method offering large data reduction, while keeping the most important information conveyed by the raw AE signal, useful for failure detection and diagnosis. The proposed method consist in the construction of a synthetic, unevenly sampled signal which envelopes the AE bursts present on the raw AE signal in a triangular shape. The constructed signal - which we call TriSignal - also permits the estimation of most scalar quantities typically used for failure detection. But more importantly, it contains the information of the time of occurrence of the bursts, which is key for failure diagnosis. Lomb-Scargle normalized periodogram is used to construct the TriSignal spectrum, which reveals the frequency content of the TriSignal and provides the same information as the classic AE envelope. The paper includes application examples in planetary gearbox and low-speed rolling element bearing.

  3. Clinical and molecular genetic features of Hb H and AE Bart's diseases in central Thai children.

    Science.gov (United States)

    Traivaree, Chanchai; Boonyawat, Boonchai; Monsereenusorn, Chalinee; Rujkijyanont, Piya; Photia, Apichat

    2018-01-01

    α-Thalassemia, one of the major thalassemia types in Thailand, is caused by either deletion or non-deletional mutation of one or both α-globin genes. Inactivation of three α-globin genes causes hemoglobin H (Hb H) disease, and the combination of Hb H disease with heterozygous hemoglobin E (Hb E) results in AE Bart's disease. This study aimed to characterize the clinical and hematological manifestations of 76 pediatric patients with Hb H and AE Bart's diseases treated at Phramongkutklao Hospital, a tertiary care center for thalassemia patients in central Thailand. Seventy-six unrelated pediatric patients, 58 patients with Hb H disease and 18 patients with AE Bart's disease, were enrolled in this study. Their clinical presentations, transfusion requirement, laboratory findings, and mutation analysis were retrospectively reviewed and analyzed. A total of 76 pediatric patients with Hb H and AE Bart's diseases who mainly lived in central Thailand were included in this study. The clinical severities of patients with non-deletional mutations were more severe than those with deletional mutations. Eighty-six percent of patients with non-deletional AE Bart's disease required more blood transfusion compared to 12.5% of patients with deletional AE Bart's disease. Non-deletional AE Bart's disease also had a history of urgent blood transfusion with the average of 6±0.9 times compared to 1±0.3 times in patients with deletional Hb H disease. The difference was statistically significant. This study revealed the differences in clinical spectrum between patients with Hb H disease and those with AE Bart's disease in central Thailand. The differentiation of α-thalassemia is essential for appropriate management of patients. The molecular diagnosis is useful for diagnostic confirmation and genotype-phenotype correlation.

  4. Labview advanced programming techniques, second edition

    CERN Document Server

    Bitter, Rick; Nawrocki, Matt

    2006-01-01

    Whether seeking deeper knowledge of LabVIEW®'s capabilities or striving to build enhanced VIs, professionals know they will find everything they need in LabVIEW: Advanced Programming Techniques. Now accompanied by LabVIEW 2011, this classic second edition, focusing on LabVIEW 8.0, delves deeply into the classic features that continue to make LabVIEW one of the most popular and widely used graphical programming environments across the engineering community. The authors review the front panel controls, the Standard State Machine template, drivers, the instrument I/O assistant, error handling functions, hyperthreading, and Express VIs. It covers the introduction of the Shared Variables function in LabVIEW 8.0 and explores the LabVIEW project view. The chapter on ActiveX includes discussion of the Microsoft™ .NET® framework and new examples of programming in LabVIEW using .NET. Numerous illustrations and step-by-step explanations provide hands-on guidance. Reviewing LabVIEW 8.0 and accompanied by the latest s...

  5. Impact of advanced MRI techniques for the diagnosis of dementia: comparison with PET

    DEFF Research Database (Denmark)

    Steffensen, Elena; Prakash, Vineet; Vestergård, Karsten

    Introduction: The use of high magnetic fields in combination with fast algorithms for computer-based postprocessing has moved advanced MRI techniques into clinical practice. MRI provides in analogy with PET physiological information in addition to more traditional morphological images. Evaluation...... with suspected Alzheimer's disease (AD); 4 with suspected frontotemporal dementia (FTD), and 2 were found normal. Mean FA and ADC values in cingulum and in CC for the patient group compared with controls are presented in Table 1. ADC values in CC were higher comparing with controls and higher for patients...... with suspected FTD than for patients with suspected AD. Conclusion: CBF measurements and characteristics obtained by advanced MRI techniques have a potential to facilitate early diagnosis and understanding of dementia....

  6. AE Monitoring of Diamond Turned Rapidly Soldified Aluminium 443

    International Nuclear Information System (INIS)

    Onwuka, G; Abou-El-Hossein, K; Mkoko, Z

    2017-01-01

    The fast replacement of conventional aluminium with rapidly solidified aluminium alloys has become a noticeable trend in the current manufacturing industries involved in the production of optics and optical molding inserts. This is as a result of the improved performance and durability of rapidly solidified aluminium alloys when compared to conventional aluminium. Melt spinning process is vital for manufacturing rapidly solidified aluminium alloys like RSA 905, RSA 6061 and RSA 443 which are common in the industries today. RSA 443 is a newly developed alloy with few research findings and huge research potential. There is no available literature focused on monitoring the machining of RSA 443 alloys. In this research, Acoustic Emission sensing technique was applied to monitor the single point diamond turning of RSA 443 on an ultrahigh precision lathe machine. The machining process was carried out after careful selection of feed, speed and depths of cut. The monitoring process was achieved with a high sampling data acquisition system using different tools while concurrent measurement of the surface roughness and tool wear were initiated after covering a total feed distance of 13km. An increasing trend of raw AE spikes and peak to peak signal were observed with an increase in the surface roughness and tool wear values. Hence, acoustic emission sensing technique proves to be an effective monitoring method for the machining of RSA 443 alloy. (paper)

  7. A correlation study regarding the AE index and ACE solar wind data for Alfvénic intervals using wavelet decomposition and reconstruction

    Directory of Open Access Journals (Sweden)

    F. L. Guarnieri

    2018-01-01

    Full Text Available The purpose of this study is to present a wavelet interactive filtering and reconstruction technique and apply this to the solar wind magnetic field components detected at the L1 Lagrange point  ∼  0.01 AU upstream of the Earth. These filtered interplanetary magnetic field (IMF data are fed into a model to calculate a time series which we call AE∗. This model was adjusted assuming that magnetic reconnection associated with southward-directed IMF Bz is the main mechanism transferring energy into the magnetosphere. The calculated AE∗ was compared to the observed AE (auroral electrojet index using cross-correlation analysis. The results show correlations as high as 0.90. Empirical removal of the high-frequency, short-wavelength Alfvénic component in the IMF by wavelet decomposition is shown to dramatically improve the correlation between AE∗ and the observed AE index. It is envisioned that this AE∗ can be used as the main input for a model to forecast relativistic electrons in the Earth's outer radiation belts, which are delayed by  ∼  1 to 2 days from intense AE events.

  8. Advanced analytical techniques

    International Nuclear Information System (INIS)

    Mrochek, J.E.; Shumate, S.E.; Genung, R.K.; Bahner, C.T.; Lee, N.E.; Dinsmore, S.R.

    1976-01-01

    The development of several new analytical techniques for use in clinical diagnosis and biomedical research is reported. These include: high-resolution liquid chromatographic systems for the early detection of pathological molecular constituents in physiologic body fluids; gradient elution chromatography for the analysis of protein-bound carbohydrates in blood serum samples, with emphasis on changes in sera from breast cancer patients; electrophoretic separation techniques coupled with staining of specific proteins in cellular isoenzymes for the monitoring of genetic mutations and abnormal molecular constituents in blood samples; and the development of a centrifugal elution chromatographic technique for the assay of specific proteins and immunoglobulins in human blood serum samples

  9. Evolution of microstructure and hardness of AE42 alloy after heat treatments

    DEFF Research Database (Denmark)

    Huang, Y.D.; Dieringa, H.; Hort, N.

    2008-01-01

    properties even further. It is shown that the microstructure of the squeeze-cast AE42 alloy is stable at high temperature 450 degrees C. The subsequent solution and ageing treatments have a limited effect on the hardness. The weak age-hardening is attributed to the precipitation of small amount Of Mg17Al12......The AE42 magnesium alloy was developed for high pressure die casting (HPDC) from low-aluminum magnesium alloys. In this alloy the rare earth (RE) elements were shown to increase creep resistance by forming AlxREy intermetallics along the grain boundaries. The present work investigates...... the microstructure of squeeze cast AE42 magnesium alloy and evaluates its hardness before and after heat treatments. The change in hardness is discussed based on the microstructural observations. Some suggestions are given concerning future design of alloy compositions in order to improve high temperature creep...

  10. ACUTE ENCEPHALITIS SYNDROME (AES ASSOCIATED WITH SOCIOCULTURAL AND ENVIRONMENTAL RISK FACTORS IN INFANTS/CHILDREN OF MUZAFFARPUR, BIHARHOSPITAL-BASED, PROSPECTIVE STUDY

    Directory of Open Access Journals (Sweden)

    Sudhir

    2018-01-01

    Full Text Available BACKGROUND Acute encephalitis syndrome is a group of clinical neurologic manifestation caused by wide range of viruses, bacteria, fungus, parasites, spirochetes, chemicals and toxins. According to AES guidelines- Acute encephalitis syndrome due to unknown agent is defined as a suspected case in which no diagnostic testing is performed or in which testing was performed, but no aetiological agent was identified or in which the test results were indeterminate. Acute encephalitis syndrome in children is due to interaction of several factors in combination. The aim of the study is to evaluate the sociocultural and environmental factors, which plays a major role in AES. MATERIALS AND METHODS The study design was non-interventional, hospital-based, prospective study. The study was conducted at Paediatric Department of S.K.M.C.H., Muzaffarpur, Bihar, over a period of January 1, 2015, to July 31, 2017. Infants/children admitted in S.K.M.C.H., Muzaffarpur, were included in study. All defined cases according to AES guidelines were included and 92 infants/children were selected. Percentage, proportion and Chi-square test were performed for statistical analysis. RESULTS Among 92 selected infants/children, AES was highest in rural area, 80 (86.95%. The seasonal incidence of AES was March to July in which highest incidence was found in June, 63 (68.47%. Highest incidence of AES was seen between 1-5 years of age. There was significant statistical association among age of children and AES. AES was more common in male than female. AES was highest in dwellers of kachcha (mud house. AES was highest, 90 (97.82% among children of labour/farmer. AES was highest, 90 (97.82% in which mother was illiterate. Incidence of AES was highest in Hindu religion. All AES, 92 (100% was seen in malnourished/undernourished children. CONCLUSION Sociocultural and environmental factors were the major determinant risk factors for AES. Among these, malnutrition/under nutrition was the

  11. Advanced field-solver techniques for RC extraction of integrated circuits

    CERN Document Server

    Yu, Wenjian

    2014-01-01

    Resistance and capacitance (RC) extraction is an essential step in modeling the interconnection wires and substrate coupling effect in nanometer-technology integrated circuits (IC). The field-solver techniques for RC extraction guarantee the accuracy of modeling, and are becoming increasingly important in meeting the demand for accurate modeling and simulation of VLSI designs. Advanced Field-Solver Techniques for RC Extraction of Integrated Circuits presents a systematic introduction to, and treatment of, the key field-solver methods for RC extraction of VLSI interconnects and substrate coupling in mixed-signal ICs. Various field-solver techniques are explained in detail, with real-world examples to illustrate the advantages and disadvantages of each algorithm. This book will benefit graduate students and researchers in the field of electrical and computer engineering, as well as engineers working in the IC design and design automation industries. Dr. Wenjian Yu is an Associate Professor at the Department of ...

  12. A new surgical technique for concealed penis using an advanced musculocutaneous scrotal flap.

    Science.gov (United States)

    Han, Dong-Seok; Jang, Hoon; Youn, Chang-Shik; Yuk, Seung-Mo

    2015-06-19

    Until recently, no single, universally accepted surgical method has existed for all types of concealed penis repairs. We describe a new surgical technique for repairing concealed penis by using an advanced musculocutaneous scrotal flap. From January 2010 to June 2014, we evaluated 12 patients (12-40 years old) with concealed penises who were surgically treated with an advanced musculocutaneous scrotal flap technique after degloving through a ventral approach. All the patients were scheduled for regular follow-up at 6, 12, and 24 weeks postoperatively. The satisfaction grade for penile size, morphology, and voiding status were evaluated using a questionnaire preoperatively and at all of the follow-ups. Information regarding complications was obtained during the postoperative hospital stay and at all follow-ups. The patients' satisfaction grades, which included the penile size, morphology, and voiding status, improved postoperatively compared to those preoperatively. All patients had penile lymphedema postoperatively; however, this disappeared within 6 weeks. There were no complications such as skin necrosis and contracture, voiding difficulty, or erectile dysfunction. Our advanced musculocutaneous scrotal flap technique for concealed penis repair is technically easy and safe. In addition, it provides a good cosmetic appearance, functional outcomes and excellent postoperative satisfaction grades. Lastly, it seems applicable in any type of concealed penis, including cases in which the ventral skin defect is difficult to cover.

  13. Fatigue Crack Growth Behavior of and Recognition of AE Signals from Composite Patch-Repaired Aluminum Panel

    International Nuclear Information System (INIS)

    Kim, Sung Jin; Kwon, Oh Yang; Jang, Yong Joon

    2007-01-01

    The fatigue crack growth behavior of a cracked and patch-repaired Ah2024-T3 panel has been monitored by acoustic emission(AE). The overall crack growth rate was reduced The crack propagation into the adjacent hole was also retarded by introducing the patch repair. AE signals due to crack growth after the patch repair and those due to debonding of the plate-patch interface were discriminated by using the principal component analysis. The former showed high center frequency and low amplitude, whereas the latter showed long rise tine, low frequency and high amplitude. This type of AE signal recognition method could be effective for the prediction of fatigue crack growth behavior in the patch-repaired structures with the aid of AE source location

  14. ICP/AES radioactive sample analyses at Pacific Northwest Laboratory

    International Nuclear Information System (INIS)

    Matsuzaki, C.L.; Hara, F.T.

    1986-03-01

    Inductively coupled argon plasma atomic emission spectroscopy (ICP/AES) analyses of radioactive materials at Pacific Northwest Laboratory (PNL) began about three years ago upon completion of the installation of a modified Applied Research Laboratory (ARL) 3560. Funding for the purchase and installation of the ICP/AES was provided by the Nuclear Waste Materials Characterization Center (MCC) established at PNL by the Department of Energy in 1979. MCC's objective is to ensure that qualified materials data are available on waste materials. This paper is divided into the following topics: (1) Instrument selection considerations; (2) initial installation of the simultaneous system with the source stand enclosed in a 1/2'' lead-shielded glove box; (3) retrofit installation of the sequential spectrometer; and (4) a brief discussion on several types of samples analyzed. 1 ref., 7 figs., 1 tab

  15. Realization and optimization of AES algorithm on the TMS320DM6446 based on DaVinci technology

    Science.gov (United States)

    Jia, Wen-bin; Xiao, Fu-hai

    2013-03-01

    The application of AES algorithm in the digital cinema system avoids video data to be illegal theft or malicious tampering, and solves its security problems. At the same time, in order to meet the requirements of the real-time, scene and transparent encryption of high-speed data streams of audio and video in the information security field, through the in-depth analysis of AES algorithm principle, based on the hardware platform of TMS320DM6446, with the software framework structure of DaVinci, this paper proposes the specific realization methods of AES algorithm in digital video system and its optimization solutions. The test results show digital movies encrypted by AES128 can not play normally, which ensures the security of digital movies. Through the comparison of the performance of AES128 algorithm before optimization and after, the correctness and validity of improved algorithm is verified.

  16. Pulsational stability of the SX Phe star AE UMa

    Science.gov (United States)

    Pena, J. H.; Renteria, A.; Villarreal, C.; Pina, D. S.; Soni, A. A.; Guillen, J.; Vargas, K.; Trejo, O.

    2016-11-01

    From newly determined times of maxima of the SX Phe star AE UMa and a compilation of previous times of maxima, we were able to determine the nature of this star. With uv photometry we determined its physical parameters.

  17. Spontaneous wheat-Aegilops biuncialis, Ae. geniculata and Ae. triuncialis amphiploid production, a potential way of gene transference

    OpenAIRE

    Loureiro, I.; Escorial, C.; García-Baudin, J.M.; Chueca, C.

    2009-01-01

    Some F1 hybrid plants between three species of the Aegilops genus and different hexaploid wheat Triticum aestivum cultivars show certain self-fertility, with averages of F1 hybrids bearing F2 seeds of 8.17%, 5.12% and 48.14% for Aegilops biuncialis, Aegilops geniculata and Aegilops triuncialis respectively. In the Ae. triuncialis-wheat combination with ";Astral" wheat cultivar, the fertility was higher than that found in the other combinations. All the F2 seeds studied were spontaneous amphip...

  18. Estimation of boron, cadmium and cobalt at trace level in magnesium metal using ICP-AES method

    International Nuclear Information System (INIS)

    Patil, P.B.; Surya Prakash Rao, A.; Dixit, V.S.

    2002-01-01

    A method is established for the analysis of B, Cd and Co in the magnesium metal using ICP-AES technique in the range 1-50 ppm. Magnesium granules were dissolved in minimum amount of dilute nitric acid and the resultant solution is aspirated through ICP Nebulizer as nitrates Using various concentrations of matrix material 40, 20, 10 and 5 (mg/ml) were attempted to study the matrix effects on the above analytical elements. The optimum matrix concentration 20 mg/ml gave adequate detection limit of 1 ppm. The standard deviation of this method lies ∼ 1-3%. (author)

  19. Recent advances in the instrumental techniques for the analysis of modern materials (II)

    International Nuclear Information System (INIS)

    Ahmed, M.

    1990-01-01

    Inductively Coupled Plasma Mass Spectrometry ICP-MS a logical development of equally established sister technique of ICP-AEA discussed in part-1 of this series of article on modern analytical techniques. The rapid adaptation of argon plasma as ion source for time of flight quadrupole mass analyser has led to the development of truly integrated instrumental technique for analysis of solutions and slurries. The powerful combination with laser ablation device has made the direct analysis of geological, geochemical and other complex conducting and non conducting samples possible in days rather months at sub ppm levels. Parallel development in computer hardware and software has made the instrumental optimization easy enabling the generation of meaningful analytical data a matter of routine. The limitations imposed by spectroscopic and non restricted the variety of matrices and materials covered by ICP-MS of LA-ICP-MS. The technique has provided it formidable analytical power in wide areas of industrial environmental, social, biological and break through advanced materials used in space mass communication, transportation and general areas of advanced analytical chemistry. It is expected that in combination with other instrumental methods as HPLC, ETC, ion chromatography. ICP-MS shall continue to dominate well into the 21st century. (author)

  20. 'Boomerang' technique: an improved method for conformal treatment of locally advanced nasopharyngeal cancer.

    Science.gov (United States)

    Corry, June; Hornby, Colin; Fisher, Richard; D'Costa, Ieta; Porceddu, Sandro; Rischin, Danny; Peters, Lester J

    2004-06-01

    The primary aim of the present study was to assess radiation dosimetry and subsequent clinical outcomes in patients with locally advanced nasopharyngeal cancer using a novel radiation technique termed the 'Boomerang'. Dosimetric comparisons were made with both conventional and intensity modulated radiation therapy (IMRT) techniques. This is a study of 22 patients treated with this technique from June 1995 to October 1998. The technique used entailed delivery of 36 Gy in 18 fractions via parallel opposed fields, then 24 Gy in 12 fractions via asymmetric rotating arc fields for a total of 60 Gy in 30 fractions. Patients also received induction and concurrent chemotherapy. The radiation dosimetry was excellent. Dose-volume histograms showed that with the arc fields, 90% of the planning target volume received 94% of the prescribed dose. Relative to other conventional radiation therapy off-cord techniques, the Boomerang technique results in a 27% greater proportion of the prescribed dose being received by 90% of the planning target volume. This translates into an overall 10% greater dose received for the same prescribed dose. At 3 years, the actuarial loco-regional control rate, the failure-free survival rate and the overall survival rate were 91, 75 and 91%, respectively. At 5 years, the actuarial loco-regional control rate, the failure-free survival rate and the overall survival rate were 74, 62 and 71%, respectively. The Boomerang technique provided excellent radiation dosimetry with correspondingly good loco-regional control rates (in conjunction with chemotherapy) and very acceptable acute and late toxicity profiles. Because treatment can be delivered with conventional standard treatment planning and delivery systems, it is a validated treatment option for centres that do not have the capability or capacity for IMRT. A derivative of the Boomerang technique, excluding the parallel opposed component, is now our standard for patients with locally advanced

  1. The L7Ae protein binds to two kink-turns in the Pyrococcus furiosus RNase P RNA

    Science.gov (United States)

    Lai, Stella M.; Lai, Lien B.; Foster, Mark P.; Gopalan, Venkat

    2014-01-01

    The RNA-binding protein L7Ae, known for its role in translation (as part of ribosomes) and RNA modification (as part of sn/oRNPs), has also been identified as a subunit of archaeal RNase P, a ribonucleoprotein complex that employs an RNA catalyst for the Mg2+-dependent 5′ maturation of tRNAs. To better understand the assembly and catalysis of archaeal RNase P, we used a site-specific hydroxyl radical-mediated footprinting strategy to pinpoint the binding sites of Pyrococcus furiosus (Pfu) L7Ae on its cognate RNase P RNA (RPR). L7Ae derivatives with single-Cys substitutions at residues in the predicted RNA-binding interface (K42C/C71V, R46C/C71V, V95C/C71V) were modified with an iron complex of EDTA-2-aminoethyl 2-pyridyl disulfide. Upon addition of hydrogen peroxide and ascorbate, these L7Ae-tethered nucleases were expected to cleave the RPR at nucleotides proximal to the EDTA-Fe–modified residues. Indeed, footprinting experiments with an enzyme assembled with the Pfu RPR and five protein cofactors (POP5, RPP21, RPP29, RPP30 and L7Ae–EDTA-Fe) revealed specific RNA cleavages, localizing the binding sites of L7Ae to the RPR's catalytic and specificity domains. These results support the presence of two kink-turns, the structural motifs recognized by L7Ae, in distinct functional domains of the RPR and suggest testable mechanisms by which L7Ae contributes to RNase P catalysis. PMID:25361963

  2. Measurement and modeling of out-of-field doses from various advanced post-mastectomy radiotherapy techniques

    Science.gov (United States)

    Yoon, Jihyung; Heins, David; Zhao, Xiaodong; Sanders, Mary; Zhang, Rui

    2017-12-01

    More and more advanced radiotherapy techniques have been adopted for post-mastectomy radiotherapies (PMRT). Patient dose reconstruction is challenging for these advanced techniques because they increase the low out-of-field dose area while the accuracy of out-of-field dose calculations by current commercial treatment planning systems (TPSs) is poor. We aim to measure and model the out-of-field radiation doses from various advanced PMRT techniques. PMRT treatment plans for an anthropomorphic phantom were generated, including volumetric modulated arc therapy with standard and flattening-filter-free photon beams, mixed beam therapy, 4-field intensity modulated radiation therapy (IMRT), and tomotherapy. We measured doses in the phantom where the TPS calculated doses were lower than 5% of the prescription dose using thermoluminescent dosimeters (TLD). The TLD measurements were corrected by two additional energy correction factors, namely out-of-beam out-of-field (OBOF) correction factor K OBOF and in-beam out-of-field (IBOF) correction factor K IBOF, which were determined by separate measurements using an ion chamber and TLD. A simple analytical model was developed to predict out-of-field dose as a function of distance from the field edge for each PMRT technique. The root mean square discrepancies between measured and calculated out-of-field doses were within 0.66 cGy Gy-1 for all techniques. The IBOF doses were highly scattered and should be evaluated case by case. One can easily combine the measured out-of-field dose here with the in-field dose calculated by the local TPS to reconstruct organ doses for a specific PMRT patient if the same treatment apparatus and technique were used.

  3. Condition monitoring through advanced sensor and computational technology : final report (January 2002 to May 2005).

    Energy Technology Data Exchange (ETDEWEB)

    Kim, Jung-Taek (Korea Atomic Energy Research Institute, Daejon, Korea); Luk, Vincent K.

    2005-05-01

    The overall goal of this joint research project was to develop and demonstrate advanced sensors and computational technology for continuous monitoring of the condition of components, structures, and systems in advanced and next-generation nuclear power plants (NPPs). This project included investigating and adapting several advanced sensor technologies from Korean and US national laboratory research communities, some of which were developed and applied in non-nuclear industries. The project team investigated and developed sophisticated signal processing, noise reduction, and pattern recognition techniques and algorithms. The researchers installed sensors and conducted condition monitoring tests on two test loops, a check valve (an active component) and a piping elbow (a passive component), to demonstrate the feasibility of using advanced sensors and computational technology to achieve the project goal. Acoustic emission (AE) devices, optical fiber sensors, accelerometers, and ultrasonic transducers (UTs) were used to detect mechanical vibratory response of check valve and piping elbow in normal and degraded configurations. Chemical sensors were also installed to monitor the water chemistry in the piping elbow test loop. Analysis results of processed sensor data indicate that it is feasible to differentiate between the normal and degraded (with selected degradation mechanisms) configurations of these two components from the acquired sensor signals, but it is questionable that these methods can reliably identify the level and type of degradation. Additional research and development efforts are needed to refine the differentiation techniques and to reduce the level of uncertainties.

  4. [Advances of Molecular Diagnostic Techniques Application in Clinical Diagnosis.

    Science.gov (United States)

    Ying, Bin-Wu

    2016-11-01

    Over the past 20 years,clinical molecular diagnostic technology has made rapid development,and became the most promising field in clinical laboratory medicine.In particular,with the development of genomics,clinical molecular diagnostic methods will reveal the nature of clinical diseases in a deeper level,thus guiding the clinical diagnosis and treatments.Many molecular diagnostic projects have been routinely applied in clinical works.This paper reviews the advances on application of clinical diagnostic techniques in infectious disease,tumor and genetic disorders,including nucleic acid amplification,biochip,next-generation sequencing,and automation molecular system,and so on.

  5. Advanced experimental and numerical techniques for cavitation erosion prediction

    CERN Document Server

    Chahine, Georges; Franc, Jean-Pierre; Karimi, Ayat

    2014-01-01

    This book provides a comprehensive treatment of the cavitation erosion phenomenon and state-of-the-art research in the field. It is divided into two parts. Part 1 consists of seven chapters, offering a wide range of computational and experimental approaches to cavitation erosion. It includes a general introduction to cavitation and cavitation erosion, a detailed description of facilities and measurement techniques commonly used in cavitation erosion studies, an extensive presentation of various stages of cavitation damage (including incubation and mass loss), and insights into the contribution of computational methods to the analysis of both fluid and material behavior. The proposed approach is based on a detailed description of impact loads generated by collapsing cavitation bubbles and a physical analysis of the material response to these loads. Part 2 is devoted to a selection of nine papers presented at the International Workshop on Advanced Experimental and Numerical Techniques for Cavitation Erosion (Gr...

  6. Formation of titanium nitride layers on titanium metal: Results of XPS and AES investigations

    International Nuclear Information System (INIS)

    Moers, H.; Pfennig, G.; Klewe-Nebenius, H.; Penzhorn, R.D.; Sirch, M.; Willin, E.

    1988-09-01

    The reaction of titanium metal with gaseous nitrogen and ammonia at temperatures of 890 0 C leads to the formation of nitridic overlayers on the metallic substrate. The thicknesses of the overlayers increase with increasing reaction time. Under comparable conditions ammonia reacts much slower than nitrogen. XPS and AES depth profile analyses show continuous changes of the in-depth compositions of the overlayers. This can be interpreted in terms of a very irregular thickness of the overlayers, an assumption which is substantiated by local AES analyses and by the observation of a pronounced crystalline structure of the substrate after annealing pretreatment, which can give rise to locally different reaction rates. The depth profile is also influenced by the broad ranges of stability of the titanium nitride phases formed during the reaction. The quantitative analysis of the titanium/nitrogen overlayers by AES is difficult because of the overlap of titanium and nitrogen Auger peaks. In quantitative XPS analysis problems arise due to difficulties in defining Ti 2p peak areas. This work presents practical procedures for the quantitative evaluation by XPS and AES of nitridic overlayers with sufficient accuracy. (orig.) [de

  7. Repression of HNF1α-mediated transcription by amino-terminal enhancer of split (AES)

    Energy Technology Data Exchange (ETDEWEB)

    Han, Eun Hee [Section of Structural Biology, Hormel Institute, University of Minnesota, Austin, MN 55912 (United States); Gorman, Amanda A. [Department of Molecular and Cellular Biochemistry, University of Kentucky, Lexington, KY 40536 (United States); Singh, Puja [Section of Structural Biology, Hormel Institute, University of Minnesota, Austin, MN 55912 (United States); Chi, Young-In, E-mail: ychi@hi.umn.edu [Section of Structural Biology, Hormel Institute, University of Minnesota, Austin, MN 55912 (United States)

    2015-12-04

    HNF1α (Hepatocyte Nuclear Factor 1α) is one of the master regulators in pancreatic beta-cell development and function, and the mutations in Hnf1α are the most common monogenic causes of diabetes mellitus. As a member of the POU transcription factor family, HNF1α exerts its gene regulatory function through various molecular interactions; however, there is a paucity of knowledge in their functional complex formation. In this study, we identified the Groucho protein AES (Amino-terminal Enhancer of Split) as a HNF1α-specific physical binding partner and functional repressor of HNF1α-mediated transcription, which has a direct link to glucose-stimulated insulin secretion in beta-cells that is impaired in the HNF1α mutation-driven diabetes. - Highlights: • We identified AES as a transcriptional repressor for HNF1α in pancreatic beta-cell. • AES's repressive activity was HNF1α-specific and was not observed with HNF1β. • AES interacts with the transactivation domain of HNF1α. • Small molecules can be designed or discovered to disrupt this interaction and improve insulin secretion and glucose homeostasis.

  8. Repression of HNF1α-mediated transcription by amino-terminal enhancer of split (AES)

    International Nuclear Information System (INIS)

    Han, Eun Hee; Gorman, Amanda A.; Singh, Puja; Chi, Young-In

    2015-01-01

    HNF1α (Hepatocyte Nuclear Factor 1α) is one of the master regulators in pancreatic beta-cell development and function, and the mutations in Hnf1α are the most common monogenic causes of diabetes mellitus. As a member of the POU transcription factor family, HNF1α exerts its gene regulatory function through various molecular interactions; however, there is a paucity of knowledge in their functional complex formation. In this study, we identified the Groucho protein AES (Amino-terminal Enhancer of Split) as a HNF1α-specific physical binding partner and functional repressor of HNF1α-mediated transcription, which has a direct link to glucose-stimulated insulin secretion in beta-cells that is impaired in the HNF1α mutation-driven diabetes. - Highlights: • We identified AES as a transcriptional repressor for HNF1α in pancreatic beta-cell. • AES's repressive activity was HNF1α-specific and was not observed with HNF1β. • AES interacts with the transactivation domain of HNF1α. • Small molecules can be designed or discovered to disrupt this interaction and improve insulin secretion and glucose homeostasis.

  9. Multielement analytical procedure coupling INAA, ICP-MS and ICP-AES: Application to the determination of major and trace elements in sediment samples of the Bouregreg river (Morocco)

    International Nuclear Information System (INIS)

    Bounouira, H.; CEA - CNRS/UMR, Centre de Saclay, 91 - Gif sur Yvette; Choukri, A.; Hakam, O.K.; Cherkaoui, R.; Gaudry, A.; Delmas, R.; Mariet, C.; Chakiri, S.

    2008-01-01

    Instrumental neutron activation analysis (INAA), inductively coupled plasma-mass spectrometry (ICP-MS) and inductively coupled plasma-atomic emission spectrometry (ICP-AES) were used for the determination of major and trace elements in sediment samples of the Bouregreg river (Morocco). The reliability of the results was checked, by using IAEA Soil-7 certified reference material. Results obtained by the three techniques were compared to control digestions efficiencies. A general good agreement was found between INAA and both ICP-MS and ICP-AES after alkaline fusion (ICPf). The ICP-MS technique used after acid attack (ICPa) was satisfactory for a few elements. A principal component analysis (PCA) has been used for analyzing the variability of concentrations, and defining the most influential sites with respect to the general variation trends. Three groups of elements could be distinguished. For these groups a normalization of concentrations to the central element concentration (that means Mn, Si or Al) is proposed. (author)

  10. Epistatic roles of E2 glycoprotein mutations in adaption of chikungunya virus to Aedes albopictus and Ae. aegypti mosquitoes.

    Directory of Open Access Journals (Sweden)

    Konstantin A Tsetsarkin

    2009-08-01

    Full Text Available Between 2005 and 2007 Chikungunya virus (CHIKV caused its largest outbreak/epidemic in documented history. An unusual feature of this epidemic is the involvement of Ae. albopictus as a principal vector. Previously we have demonstrated that a single mutation E1-A226V significantly changed the ability of the virus to infect and be transmitted by this vector when expressed in the background of well characterized CHIKV strains LR2006 OPY1 and 37997. However, in the current study we demonstrate that introduction of the E1-A226V mutation into the background of an infectious clone derived from the Ag41855 strain (isolated in Uganda in 1982 does not significantly increase infectivity for Ae. albopictus. In order to elucidate the genetic determinants that affect CHIKV sensitivity to the E1-A226V mutation in Ae. albopictus, the genomes of the LR2006 OPY1 and Ag41855 strains were used for construction of chimeric viruses and viruses with a specific combination of point mutations at selected positions. Based upon the midgut infection rates of the derived viruses in Ae. albopictus and Ae. aegypti mosquitoes, a critical role of the mutations at positions E2-60 and E2-211 on vector infection was revealed. The E2-G60D mutation was an important determinant of CHIKV infectivity for both Ae. albopictus and Ae. aegypti, but only moderately modulated the effect of the E1-A226V mutation in Ae. albopictus. However, the effect of the E2-I211T mutation with respect to mosquito infections was much more specific, strongly modifying the effect of the E1-A226V mutation in Ae. albopictus. In contrast, CHIKV infectivity for Ae. aegypti was not influenced by the E2-1211T mutation. The occurrence of the E2-60G and E2-211I residues among CHIKV isolates was analyzed, revealing a high prevalence of E2-211I among strains belonging to the Eastern/Central/South African (ECSA clade. This suggests that the E2-211I might be important for adaptation of CHIKV to some particular conditions

  11. Advancement in solar evaporation techniques for volume reduction of chemical effluents

    Energy Technology Data Exchange (ETDEWEB)

    Parakasamurthy, K S [Nuclear Fuel Complex, Hyderabad (India); Pande, D P [Process Engineering and Systems Development Division, Bhabha Atomic Research Centre, Mumbai (India)

    1994-06-01

    A typical example of advancement of a unit operation for the given requirement is described. The solar evaporation ponds (SEP) have technical and economic advantages compared to other evaporation methods for concentrating chemical effluents. The operation of SEP is strongly dependent on the environmental and site conditions. Tropical conditions with high solar incidence, good wind speed along with hot and dry weather provide suitable climate for efficient operation of solar evaporation ponds. The particular site selected for the ponds at Nuclear Fuel Complex (NFC) has a rocky terrain with murrum over sheet with very low water table and small velocity of groundwater. During the past twenty five years extensive theoretical and experimental investigations have been carried out for advancement of solar evaporation technique. (author). 7 refs.

  12. Advancement in solar evaporation techniques for volume reduction of chemical effluents

    International Nuclear Information System (INIS)

    Parakasamurthy, K.S.; Pande, D.P.

    1994-01-01

    A typical example of advancement of a unit operation for the given requirement is described. The solar evaporation ponds (SEP) have technical and economic advantages compared to other evaporation methods for concentrating chemical effluents. The operation of SEP is strongly dependent on the environmental and site conditions. Tropical conditions with high solar incidence, good wind speed along with hot and dry weather provide suitable climate for efficient operation of solar evaporation ponds. The particular site selected for the ponds at Nuclear Fuel Complex (NFC) has a rocky terrain with murrum over sheet with very low water table and small velocity of groundwater. During the past twenty five years extensive theoretical and experimental investigations have been carried out for advancement of solar evaporation technique. (author)

  13. Structural, elastic, electronic, optical and thermoelectric properties of the Zintl-phase Ae3AlAs3 (Ae = Sr, Ba)

    Science.gov (United States)

    Benahmed, A.; Bouhemadou, A.; Alqarni, B.; Guechi, N.; Al-Douri, Y.; Khenata, R.; Bin-Omran, S.

    2018-05-01

    First-principles calculations were performed to investigate the structural, elastic, electronic, optical and thermoelectric properties of the Zintl-phase Ae3AlAs3 (Ae = Sr, Ba) using two complementary approaches based on density functional theory. The pseudopotential plane-wave method was used to explore the structural and elastic properties whereas the full-potential linearised augmented plane wave approach was used to study the structural, electronic, optical and thermoelectric properties. The calculated structural parameters are in good consistency with the corresponding measured ones. The single-crystal and polycrystalline elastic constants and related properties were examined in details. The electronic properties, including energy band dispersions, density of states and charge-carrier effective masses, were computed using Tran-Blaha modified Becke-Johnson functional for the exchange-correlation potential. It is found that both studied compounds are direct band gap semiconductors. Frequency-dependence of the linear optical functions were predicted for a wide photon energy range up to 15 eV. Charge carrier concentration and temperature dependences of the basic parameters of the thermoelectric properties were explored using the semi-classical Boltzmann transport model. Our calculations unveil that the studied compounds are characterised by a high thermopower for both carriers, especially the p-type conduction is more favourable.

  14. Nondestructive technique application for corrosion evaluation by hydrogen charging of stainless steel

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Jin Kyung, E-mail: leejink@deu.ac.kr [Department of Mechanical Engineering, Dongeui University, Busan (Korea, Republic of); Bae, Dong Su [Department of Advanced Materials Engineering, Dongeui University, Busan (Korea, Republic of); Lee, Sang Pill; Hwang, Sung Guk [Department of Mechanical Engineering, Dongeui University, Busan (Korea, Republic of); Lee, Joon Hyun [School of Mechanical Engineering, Pusan National University, Busan (Korea, Republic of)

    2016-11-01

    Highlights: • We have studied on the nondestructive technique application for corrosion evaluation by hydrogen charging of stainless steel. An ultrasonic test (UT) is an useful method to evaluate the mechanical properties of material. By measuring the velocity and the attenuation of ultrasonic wave propagating the hydrogen charged stainless steel, the relation of ultrasonic wave and mechanical properties of hydrogen charged 316L stainless steel was discussed. However, in order to evaluate the dynamic behavior of materials, an acoustic emission (AE) technique was applied to investigate the corrosion characteristics of hydrogen charged specimen. Acoustic emission is one of elastic waves caused by dislocation, cracks initiation and propagation within material from loading outside. The waveform of the acoustic emission is different depending on the damage mechanism of material. Lots of AE parameters such as energy, duration time, event and amplitude were used to analyze the dynamic behavior of the hydrogen charged specimen. • A conventional 316L stainless steel was used in this study, and electrochemical treat system for hydrogen charging of the specimen. ASTM (G142) type tensile specimens (diameter 6.0 mm, gage length 28.6 mm) were prepared, and sulfuric acid(H{sub 2}SO{sub 4}) and arsenic trioxide(As{sub 2}O{sub 3}) were used as the electrolyte, and potentiostat(HA 151) supplied the current to platinum wire and specimen. • Tensile strength and attenuation coefficient has a relation to some extent. Therefore, we could estimate the tensile strength and the hydrogen charging time by measuring the attenuation coefficient using ultrasonic wave nondestructively. • Acoustic emission technique was useful to evaluate the dynamic damage because AE parameters of AE event, average energy and average frequency showed various change by external loading at the specimens with and without hydrogen. - Abstract: Caused corrosion by hydrogen on stainless steel using

  15. Determination of Rare Earth Elements in Thai Monazite by Inductively Coupled Plasma and Nuclear Analytical techniques

    International Nuclear Information System (INIS)

    Busamongkol, Arporn; Ratanapra, Dusadee; Sukharn, Sumalee; Laoharojanaphand, Sirinart

    2003-10-01

    The inductively coupled plasma atomic emission spectroscopy (ICP-AES) for the determination of individual rare-earth elements (REE) was evaluated by comparison with instrumental neutron activation analysis (INAA) and x-ray fluorescence spectrometry (XRF). The accuracy and precision of INAA and ICP-AES were evaluated by using standard reference material IGS-36, a monazite concentrate. For INAA, the results were close to the certified value while ICP-AES were in good agreement except for some low concentration rare earth. The techniques were applied for the analysis of some rare earth elements in two Thai monazite samples preparing as the in-house reference material for the Rare Earth Research and Development Center, Chemistry Division, Office of Atoms for Peace. The analytical results obtained by these techniques were in good agreement with each other

  16. Application of Mean of Absolute Deviation Method for the Selection of Best Nonlinear Component Based on Video Encryption

    Science.gov (United States)

    Anees, Amir; Khan, Waqar Ahmad; Gondal, Muhammad Asif; Hussain, Iqtadar

    2013-07-01

    The aim of this work is to make use of the mean of absolute deviation (MAD) method for the evaluation process of substitution boxes used in the advanced encryption standard. In this paper, we use the MAD technique to analyze some popular and prevailing substitution boxes used in encryption processes. In particular, MAD is applied to advanced encryption standard (AES), affine power affine (APA), Gray, Lui J., Residue Prime, S8 AES, SKIPJACK, and Xyi substitution boxes.

  17. Acoustic Emission Monitoring of Incipient Failure in Journal Bearings( III ) - Development of AE Diagnosis System for Journal Bearings -

    International Nuclear Information System (INIS)

    Chung, Min Hwa; Cho, Yong Sang; Yoon, Dong Jin; Kwon, Oh Yang

    1996-01-01

    For the condition monitoring of the journal bearing in rotating machinery, a system for their diagnosis by acoustic emission(AE) was developed. AE has been used to detect abnormal conditions in the bearing system. It was found from the field application study as well as the laboratory experiment using a simulated journal bearing system that AE RMS voltage was the most efficient parameter for the purpose of current study. Based on the above results, algorithms and judgement criteria for the diagnosis system was established. The system is composed of four parts as follows: the sensing part including AE sensor and preamplifier, the signal processing part for RMS-to-DC conversion to measure AE ms voltage, the interface part for transferring RMS voltage data into PC using A/D converter, and the software part including the graphic display of bearing conditions and the diagnosis program

  18. Mechanical Design Optimization Using Advanced Optimization Techniques

    CERN Document Server

    Rao, R Venkata

    2012-01-01

    Mechanical design includes an optimization process in which designers always consider objectives such as strength, deflection, weight, wear, corrosion, etc. depending on the requirements. However, design optimization for a complete mechanical assembly leads to a complicated objective function with a large number of design variables. It is a good practice to apply optimization techniques for individual components or intermediate assemblies than a complete assembly. Analytical or numerical methods for calculating the extreme values of a function may perform well in many practical cases, but may fail in more complex design situations. In real design problems, the number of design parameters can be very large and their influence on the value to be optimized (the goal function) can be very complicated, having nonlinear character. In these complex cases, advanced optimization algorithms offer solutions to the problems, because they find a solution near to the global optimum within reasonable time and computational ...

  19. An open-label extension study to evaluate the safety of ropinirole prolonged release in Chinese patients with advanced Parkinson's disease.

    Science.gov (United States)

    Zhang, Zhenxin; Wang, Jian; Zhang, Xiaoying; Chen, Shengdi; Wang, Zhenfu; Zhang, Baorong; Liu, Chunfeng; Qu, Qiumin; Cheng, Yan; Zhu, Rongxuan; Li, Jie; Hu, Jingqiu; Cai, Meng

    2015-04-01

    This open-label extension (OLE) study evaluated the safety profile of ropinirole prolonged release (PR) administered for 24 weeks as adjunctive to levodopa in Chinese patients with advanced Parkinson's disease (PD). This was a 24 week, flexible-dose, OLE study in Chinese patients with advanced PD who received 24 week treatment with ropinirole PR in the preceding double-blind (DB), phase III study (NCT01154166) and had no break in receiving study treatment while switching from the DB study to the OLE study. In the OLE study, patients received ropinirole PR once daily, starting with 2 mg/d and increasing up to 8 mg/d at week 4 (2 mg increment/week); if tolerable, the dose could be further increased in 4 mg increments up to 24 mg/d according to clinical judgment. There were no efficacy assessments. Safety assessments included monitoring adverse events (AEs), neurological examination, Gambling Symptom Assessment Scale questionnaire, liver chemistry, and laboratory tests. Of the 295 enrolled patients, 282 completed the study. The most common reason for withdrawal was AEs (n = 9, 3.1%). The mean duration to ropinirole PR treatment was 173.1 days and an overall median daily dose of ropinirole was 8 mg (range: 2-24 mg). Overall, 114 (38.6%) patients experienced on-treatment AEs; the most frequent reported AEs ( ≥ 2%) were dyskinesia (6.1%), dizziness (4.1%), nausea (3.4%), hallucinations (3.4%), somnolence (2.7%) and decreased weight (2.4%). Sixty-eight patients (23.1%) experienced treatment-related AEs. Six patients experienced serious AEs (SAEs), of which hallucination was determined to be a treatment-related SAE. There were no other significant safety findings. No new safety signals for ropinirole were identified. The safety profile of ropinirole was consistent with the preceding DB study and also with the established safety profile for ropinirole. Results support the long-term use of ropinirole PR as an adjunctive to levodopa in Chinese patients

  20. Infrared observations of AE Aquarii

    Science.gov (United States)

    Tanzi, E. G.; Chincarini, G.; Tarenghi, M.

    1981-01-01

    Broadband infrared observations of the cataclysmic variable AE Aquarii are reported. The observations were obtained in the J, H, K and L filters with the InSb photometer attached to the 1-m telescope of the European Southern Observatory. The infrared energy distribution observed from 0.35 to 3.5 microns for phase 0.5 suggests a spectral type of K5 V for the secondary and a distance to the system of approximately 70 pc if an absolute magnitude of 7.3 is assumed. Monitoring of the flux at 2.2 microns reveals a variability with an amplitude of approximately 0.3 magnitude over one third of the orbital period, the nature of which is under investigation.

  1. Novel secret key generation techniques using memristor devices

    Directory of Open Access Journals (Sweden)

    Heba Abunahla

    2016-02-01

    Full Text Available This paper proposes novel secret key generation techniques using memristor devices. The approach depends on using the initial profile of a memristor as a master key. In addition, session keys are generated using the master key and other specified parameters. In contrast to existing memristor-based security approaches, the proposed development is cost effective and power efficient since the operation can be achieved with a single device rather than a crossbar structure. An algorithm is suggested and demonstrated using physics based Matlab model. It is shown that the generated keys can have dynamic size which provides perfect security. Moreover, the proposed encryption and decryption technique using the memristor based generated keys outperforms Triple Data Encryption Standard (3DES and Advanced Encryption Standard (AES in terms of processing time. This paper is enriched by providing characterization results of a fabricated microscale Al/TiO2/Al memristor prototype in order to prove the concept of the proposed approach and study the impacts of process variations. The work proposed in this paper is a milestone towards System On Chip (SOC memristor based security.

  2. An Effective Technique for Endoscopic Resection of Advanced Stage Angiofibroma

    Science.gov (United States)

    Mohammadi Ardehali, Mojtaba; Samimi, Seyyed Hadi; Bakhshaee, Mehdi

    2014-01-01

    Introduction: In recent years, the surgical management of angiofibroma has been greatly influenced by the use of endoscopic techniques. However, large tumors that extend into difficult anatomic sites present major challenges for management by either endoscopy or an open-surgery approach which needs new technique for the complete en block resection. Materials and Methods: In a prospective observational study we developed an endoscopic transnasal technique for the resection of angiofibroma via pushing and pulling the mass with 1/100000 soaked adrenalin tampons. Thirty two patients were treated using this endoscopic technique over 7 years. The mean follow-up period was 36 months. The main outcomes measured were tumor staging, average blood loss, complications, length of hospitalization, and residual and/or recurrence rate of the tumor. Results: According to the Radkowski staging, 23,5, and 4 patients were at stage IIC, IIIA, and IIIB, respectively. Twenty five patients were operated on exclusively via transnasal endoscopy while 7 patients were managed using endoscopy-assisted open-surgery techniques. Mean blood loss in patients was 1261± 893 cc. The recurrence rate was 21.88% (7 cases) at two years following surgery. Mean hospitalization time was 3.56 ± 0.6 days. Conclusion: Using this effective technique, endoscopic removal of more highly advanced angiofibroma is possible. Better visualization, less intraoperative blood loss, lower rates of complication and recurrence, and shorter hospitalization time are some of the advantages. PMID:24505571

  3. An Effective Technique for Endoscopic Resection of Advanced Stage Angiofibroma

    Directory of Open Access Journals (Sweden)

    Mojtaba Mohammadi Ardehali

    2014-01-01

    Full Text Available Introduction: In recent years, the surgical management of angiofibroma has been greatly influenced by the use of endoscopic techniques. However, large tumors that extend into difficult anatomic sites present major challenges for management by either endoscopy or an open-surgery approach which needs new technique for the complete en block resection.   Materials and Methods: In a prospective observational study we developed an endoscopic transnasal technique for the resection of angiofibroma via pushing and pulling the mass with 1/100000 soaked adrenalin tampons. Thirty two patients were treated using this endoscopic technique over 7 years. The mean follow-up period was 36 months. The main outcomes measured were tumor staging, average blood loss, complications, length of hospitalization, and residual and/or recurrence rate of the tumor.   Results: According to the Radkowski staging, 23,5, and 4 patients were at stage IIC, IIIA, and IIIB, respectively. Twenty five patients were operated on exclusively via transnasal endoscopy while 7 patients were managed using endoscopy-assisted open-surgery techniques. Mean blood loss in patients was 1261± 893 cc. The recurrence rate was 21.88% (7 cases at two years following surgery. Mean hospitalization time was 3.56 ± 0.6 days.   Conclusion:  Using this effective technique, endoscopic removal of more highly advanced angiofibroma is possible. Better visualization, less intraoperative blood loss, lower rates of complication and recurrence, and shorter hospitalization time are some of the advantages.

  4. Detection and Sizing of Fatigue Cracks in Steel Welds with Advanced Eddy Current Techniques

    Science.gov (United States)

    Todorov, E. I.; Mohr, W. C.; Lozev, M. G.

    2008-02-01

    Butt-welded specimens were fatigued to produce cracks in the weld heat-affected zone. Advanced eddy current (AEC) techniques were used to detect and size the cracks through a coating. AEC results were compared with magnetic particle and phased-array ultrasonic techniques. Validation through destructive crack measurements was also conducted. Factors such as geometry, surface treatment, and crack tightness interfered with depth sizing. AEC inspection techniques have the potential of providing more accurate and complete sizing flaw data for manufacturing and in-service inspections.

  5. Use of Advanced Magnetic Resonance Imaging Techniques in Neuromyelitis Optica Spectrum Disorder

    Science.gov (United States)

    Kremer, Stephane; Renard, Felix; Achard, Sophie; Lana-Peixoto, Marco A.; Palace, Jacqueline; Asgari, Nasrin; Klawiter, Eric C.; Tenembaum, Silvia N.; Banwell, Brenda; Greenberg, Benjamin M.; Bennett, Jeffrey L.; Levy, Michael; Villoslada, Pablo; Saiz, Albert; Fujihara, Kazuo; Chan, Koon Ho; Schippling, Sven; Paul, Friedemann; Kim, Ho Jin; de Seze, Jerome; Wuerfel, Jens T.

    2016-01-01

    Brain parenchymal lesions are frequently observed on conventional magnetic resonance imaging (MRI) scans of patients with neuromyelitis optica (NMO) spectrum disorder, but the specific morphological and temporal patterns distinguishing them unequivocally from lesions caused by other disorders have not been identified. This literature review summarizes the literature on advanced quantitative imaging measures reported for patients with NMO spectrum disorder, including proton MR spectroscopy, diffusion tensor imaging, magnetization transfer imaging, quantitative MR volumetry, and ultrahigh-field strength MRI. It was undertaken to consider the advanced MRI techniques used for patients with NMO by different specialists in the field. Although quantitative measures such as proton MR spectroscopy or magnetization transfer imaging have not reproducibly revealed diffuse brain injury, preliminary data from diffusion-weighted imaging and brain tissue volumetry indicate greater white matter than gray matter degradation. These findings could be confirmed by ultrahigh-field MRI. The use of nonconventional MRI techniques may further our understanding of the pathogenic processes in NMO spectrum disorders and may help us identify the distinct radiographic features corresponding to specific phenotypic manifestations of this disease. PMID:26010909

  6. Design and implementation of an ASIP-based cryptography processor for AES, IDEA, and MD5

    Directory of Open Access Journals (Sweden)

    Karim Shahbazi

    2017-08-01

    Full Text Available In this paper, a new 32-bit ASIP-based crypto processor for AES, IDEA, and MD5 is designed. The instruction-set consists of both general purpose and specific instructions for the above cryptographic algorithms. The proposed architecture has nine function units and two data buses. It has also two types of 32-bit instruction formats for executing Memory Reference (M.R., Register Reference (R.R., and Input/Output Reference (I/O R. instructions. The maximum achieved frequency is 166.916 MHz. The encoded output results of the encryption process of a 128-bit input block are obtained after 122, 146 and 170 clock cycles for AES-128, AES-192, and AES-256, respectively. Moreover, it takes 95 clock cycles to encrypt or decrypt a 64-bit input block by using IDEA. Finally, the MD5 hash algorithm requires 469 clock cycles to generate the coded outputs for a block of 512 bits. The performance of the proposed processor is compared to some previous and state-of-the-art implementations in terms of speed, latency, throughput, and flexibility.

  7. Developing Sterile Insect Technique (SIT) as a tool Mosquito Control Districts can use for integrated Aedes aegypti control

    Science.gov (United States)

    New tools are clearly needed for integrated mosquito management of Ae. aegypti. We describe the sterile insect technique (SIT) that we are developing as a method to control Ae. aegypti by partnering with two prominent Florida mosquito control districts (MCD) and the FAO/IAEA Insect Pest Control Sub...

  8. Recent advances in 3D computed tomography techniques for simulation and navigation in hepatobiliary pancreatic surgery.

    Science.gov (United States)

    Uchida, Masafumi

    2014-04-01

    A few years ago it could take several hours to complete a 3D image using a 3D workstation. Thanks to advances in computer science, obtaining results of interest now requires only a few minutes. Many recent 3D workstations or multimedia computers are equipped with onboard 3D virtual patient modeling software, which enables patient-specific preoperative assessment and virtual planning, navigation, and tool positioning. Although medical 3D imaging can now be conducted using various modalities, including computed tomography (CT), magnetic resonance imaging (MRI), positron emission tomography (PET), and ultrasonography (US) among others, the highest quality images are obtained using CT data, and CT images are now the most commonly used source of data for 3D simulation and navigation image. If the 2D source image is bad, no amount of 3D image manipulation in software will provide a quality 3D image. In this exhibition, the recent advances in CT imaging technique and 3D visualization of the hepatobiliary and pancreatic abnormalities are featured, including scan and image reconstruction technique, contrast-enhanced techniques, new application of advanced CT scan techniques, and new virtual reality simulation and navigation imaging. © 2014 Japanese Society of Hepato-Biliary-Pancreatic Surgery.

  9. A study of aluminum-lithium alloy solidification using acoustic emission techniques. Ph.D. Thesis, 1991

    Science.gov (United States)

    Henkel, Daniel P.

    1992-01-01

    Physical phenomena associated with the solidification of an aluminum lithium alloy was characterized using acoustic emission (AE) techniques. It is shown that repeatable patterns of AE activity may be correlated to microstructural changes that occur during solidification. The influence of the experimental system on generated signals was examined in the time and frequency domains. The analysis was used to show how an AE signal from solidifying aluminum is changed by each component in the detection system to produce a complex waveform. Conventional AE analysis has shown that a period of high AE activity occurs in pure aluminum, an Al-Cu alloy, and the Al-Li alloy, as the last fraction of solid forms. A model attributes this to the internal stresses of grain boundary formation. An additional period of activity occurs as the last fraction of solid forms, but only in the two alloys. A model attributes this to the formation of interdendritic porosity which was not present in the pure aluminum. The AE waveforms were dominated by resonant effects of the waveguide and the transducer.

  10. 77 FR 71189 - AES Beaver Valley, LLC; Supplemental Notice That Initial Market-Based Rate Filing Includes...

    Science.gov (United States)

    2012-11-29

    ... DEPARTMENT OF ENERGY Federal Energy Regulatory Commission [Docket No. ER13-442-000] AES Beaver Valley, LLC; Supplemental Notice That Initial Market- Based Rate Filing Includes Request for Blanket Section 204 Authorization This is a supplemental notice in the above-referenced proceeding, of AES Beaver...

  11. 75 FR 70742 - AES Laurel Mountain, LLC; Supplemental Notice That Initial Market-Based Rate Filing Includes...

    Science.gov (United States)

    2010-11-18

    ... DEPARTMENT OF ENERGY Federal Energy Regulatory Commission [Docket No. ER11-2036-000] AES Laurel Mountain, LLC; Supplemental Notice That Initial Market-Based Rate Filing Includes Request for Blanket... proceeding of AES Laurel Mountain, LLC's application for market-based rate authority, with an accompanying...

  12. Studies on the male sterility-fertility restoration system of AE. Kotschyi 19

    International Nuclear Information System (INIS)

    Cheng Junyuan; Sun Guoqing; Liu Luxiang; Zhao Linshu; Lu Xiuxia

    1996-01-01

    Sterile plants were obtained from the distant hybridization between Ae. Kotschyi 19 as the female parent and the Chinese Spring and T. yunnanense King as the male parent. Common wheat lines were used to testcross and backcross with the F 1 sterile plants successively. Male sterile line K-19 with Ae. Kotschyi cytoplasm and common wheat nucleus was bred. Over 10 K-19 MS lines were obtained. They are steady without monoploid. 7 restorers were obtained with the restoring ability from 88.2% to 96.9% according to the domestic method, from 116.4% to 150.4% according to the international method

  13. Devices, materials, and processes for nano-electronics: characterization with advanced X-ray techniques using lab-based and synchrotron radiation sources

    International Nuclear Information System (INIS)

    Zschech, E.; Wyon, C.; Murray, C.E.; Schneider, G.

    2011-01-01

    Future nano-electronics manufacturing at extraordinary length scales, new device structures, and advanced materials will provide challenges to process development and engineering but also to process control and physical failure analysis. Advanced X-ray techniques, using lab systems and synchrotron radiation sources, will play a key role for the characterization of thin films, nano-structures, surfaces, and interfaces. The development of advanced X-ray techniques and tools will reduce risk and time for the introduction of new technologies. Eventually, time-to-market for new products will be reduced by the timely implementation of the best techniques for process development and process control. The development and use of advanced methods at synchrotron radiation sources will be increasingly important, particularly for research and development in the field of advanced processes and new materials but also for the development of new X-ray components and procedures. The application of advanced X-ray techniques, in-line, in out-of-fab analytical labs and at synchrotron radiation sources, for research, development, and manufacturing in the nano-electronics industry is reviewed. The focus of this paper is on the study of nano-scale device and on-chip interconnect materials, and materials for 3D IC integration as well. (authors)

  14. Integrated interpretation of AE clusters and fracture system in Hijiori HDR artificial reservoir; Hijiori koon gantai jinko choryuso no AE cluster to kiretsu system ni kansuru togoteki kaishaku

    Energy Technology Data Exchange (ETDEWEB)

    Tezuka, K [Japan Petroleum Exploration Corp., Tokyo (Japan); Niitsuma, H [Tohoku University, Sendai (Japan)

    1997-05-27

    With regard to a fracture system in the Hijiori hot dry rock artificial reservoir, an attempt was made on an interpretation which integrates different data. Major factors that characterize development and performance of an artificial reservoir are composed of a fracture system in rocks, which acts as circulating water paths, a heat exchange face and a reservoir space. The system relates not only with crack density distribution, but also with cracks activated by water pressure fracturing, cracks generating acoustic emission (AE), and cracks working as major flow paths, all of which are characterized by having respective behaviors and roles. Characteristics are shown on AE cluster distribution, crack distribution, production zone and estimated stress fields. Mutual relationship among these elements was discussed based on the Coulomb`s theory. The most important paths are characterized by distribution of slippery cracks. Directions and appearance frequencies of the slippery cracks affect strongly directionality of the paths, which are governed by distribution of the cracks (weak face) and stress field. Among the slippery cracks, cracks that generate AE are cracks that release large energy when a slip occurs. Evaluation on slippery crack distribution is important. 7 refs., 8 figs.

  15. Advanced post-irradiation examination techniques for water reactor fuel. Proceedings of a technical committee meeting

    International Nuclear Information System (INIS)

    2002-03-01

    The purpose of the meeting was to provide and overview of the status of post-irradiation examination (PIE) techniques for water cooled reactor fuel assemblies and their components with emphasis given to advanced PIE techniques applied to high burnup fuel. Papers presented at the meeting described progress obtained in non-destructive (e.g. dimensional measurements, oxide layer thickness measurements, gamma scanning and tomography, neutron and X-ray radiography, etc.) and destructive PIE techniques (e.g. microstructural studies, elemental and isotopic analysis, measurement of physical and mechanical properties, etc.) used for investigation of water reactor fuel. Recent practice in high burnup fuel investigation revealed the importance of advanced PIE techniques, such as 3-D tomography, secondary ion mass spectrometry, laser flash, high resolution transmission and scanning electron microscopy, image analysis in microstructural studies, for understanding mechanisms of fuel behaviour under irradiation. Importance and needs for in-pile irradiation of samples and rodlets in instrumented rigs were also discussed. This TECDOC contains 20 individual papers presented at the meeting; each of the papers has been indexed separately

  16. Nanopositioning techniques development for synchrotron radiation instrumentation applications at the Advanced Photon Source

    International Nuclear Information System (INIS)

    Shu Deming

    2010-01-01

    At modern synchrotron radiation sources and beamlines, high-precision positioning techniques present a significant opportunity to support state-of-the-art synchrotron radiation research. Meanwhile, the required instrument positioning performance and capabilities, such as resolution, dynamic range, repeatability, speed, and multiple axes synchronization are exceeding the limit of commercial availability. This paper presents the current nanopositioning techniques developed for the Argonne Center for Nanoscale Materials (CNM)/Advanced Photon Source (APS) hard x-ray nanoprobe and high-resolution x-ray monochromators and analyzers for the APS X-ray Operations and Research (XOR) beamlines. Future nanopositioning techniques to be developed for the APS renewal project will also be discussed.

  17. Adaptor protein 1 B mu subunit does not contribute to the recycling of kAE1 protein in polarized renal epithelial cells.

    Science.gov (United States)

    Almomani, Ensaf Y; Touret, Nicolas; Cordat, Emmanuelle

    2018-04-13

    Mutations in the gene encoding the kidney anion exchanger 1 (kAE1) can lead to distal renal tubular acidosis (dRTA). dRTA mutations reported within the carboxyl (C)-terminal tail of kAE1 result in apical mis-targeting of the exchanger in polarized renal epithelial cells. As kAE1 physically interacts with the μ subunit of epithelial adaptor protein 1 B (AP-1B), we investigated the role of heterologously expressed μ1B subunit of the AP-1B complex for kAE1 retention to the basolateral membrane in polarized porcine LLC-PK1 renal epithelial cells that are devoid of endogenous AP-1B. We confirmed the interaction and close proximity between kAE1 and μ1B using immunoprecipitation and proximity ligation assay, respectively. Expressing the human μ1B subunit in these cells decreased significantly the amount of cell surface kAE1 at the steady state, but had no significant effect on kAE1 recycling and endocytosis. We show that (i) heterologous expression of μ1B displaces the physical interaction of endogenous GAPDH with kAE1 WT supporting that both AP-1B and GAPDH proteins bind to an overlapping site on kAE1 and (ii) phosphorylation of tyrosine 904 within the potential YDEV interaction motif does not alter the kAE1/AP-1B interaction. We conclude that μ1B subunit is not involved in recycling of kAE1.

  18. Multiple Access Techniques for Next Generation Wireless: Recent Advances and Future Perspectives

    Directory of Open Access Journals (Sweden)

    Shree Krishna Sharma

    2016-01-01

    Full Text Available The advances in multiple access techniques has been one of the key drivers in moving from one cellular generation to another. Starting from the first generation, several multiple access techniques have been explored in different generations and various emerging multiplexing/multiple access techniques are being investigated for the next generation of cellular networks. In this context, this paper first provides a detailed review on the existing Space Division Multiple Access (SDMA related works. Subsequently, it highlights the main features and the drawbacks of various existing and emerging multiplexing/multiple access techniques. Finally, we propose a novel concept of clustered orthogonal signature division multiple access for the next generation of cellular networks. The proposed concept envisions to employ joint antenna coding in order to enhance the orthogonality of SDMA beams with the objective of enhancing the spectral efficiency of future cellular networks.

  19. Inductively coupled plasma-atomic emission spectrometry: analytical assessment of the technique at the beginning of the 90's

    International Nuclear Information System (INIS)

    Sanz-Medel, A.

    1991-01-01

    The main application of the inductively coupled plasma (ICP) today is in atomic emission spectroscopy (AES), as an excitation spectrochemical source, although uses of an ICP for fluorescence as just an atomizer, and specially for mass spectrometry, as an ionization source, are rocketing in the last few years. Since its inception, only a quarter of a century ago, ICP-AES has rapidly evolved to one of the preferred routine analytical techniques for convenient determination of many elements with high speed, at low levels and in the most varied samples. Perhaps its comparatively high kinetic temperature (capable of atomizing virtually every compound of any sample), its high excitation and ionization temperatures, and its favourable spatial structure at the core of the ICP success. By now, the ICP-AES can be considered as having achieved maturity in that a huge amount of analytical problems can be tackled with this technique, while no major or fundamental changes have been adopted for several years. Despite this fact, important driving forces are still in operation to further improve the ICP-AES sensitivity, selectivity, precision, sample throughput, etc. Moreover, proposals to extend the scope of the technique to traditionally elusive fields (e.g. non-metals and organic compound analysis) are also appearing in the recent literature. In this paper the 'state of the art', the last developments and the expectations in trying to circumvent the limitations of the ICP-AES (on the light of literature data and personal experience) are reviewed. (author)

  20. Recent advances in fuel fabrication techniques and prospects for the nineties

    International Nuclear Information System (INIS)

    Frain, R.G.; Caudill, H.L.; Faulhaber, R.

    1987-01-01

    Advanced Nuclear Fuels Corporation's approach and experience with the application of a flexible, just-in-time manufacturing philosophy to the production of customized nuclear fuel is described. Automation approaches to improve productivity are described. The transfer of technology across product lines is discussed as well as the challenges presented by a multiple product fabrication facility which produces a wide variety of BWR and PWR designs. This paper also describes the method of managing vendor quality control programs in support of standardization and clarity of documentation. Process simplification and the ensuing experience are discussed. Prospects for fabrication process advancements in the nineties are given with emphasis on the benefits of dry conversion of UF 6 to UO 2 powder, and increased use of automated and computerized inspection techniques. (author)

  1. Insecticide susceptibility of Aedes albopictus and Ae. aegypti from Brazil and the Swiss-Italian border region.

    Science.gov (United States)

    Suter, Tobias; Crespo, Mônica Maria; de Oliveira, Mariana Francelino; de Oliveira, Thaynan Sama Alves; de Melo-Santos, Maria Alice Varjal; de Oliveira, Cláudia Maria Fontes; Ayres, Constância Flávia Junqueira; Barbosa, Rosângela Maria Rodrigues; Araújo, Ana Paula; Regis, Lêda Narcisa; Flacio, Eleonora; Engeler, Lukas; Müller, Pie; Silva-Filha, Maria Helena Neves Lobo

    2017-09-19

    Aedes aegypti and Ae. albopictus are two highly invasive mosquito species, both vectors of several viruses, including dengue, chikungunya and Zika. While Ae. aegypti is the primary vector in the tropics and sub-tropics, Ae. albopictus is increasingly under the public health watch as it has been implicated in arbovirus-transmission in more temperate regions, including continental Europe. Vector control using insecticides is the pillar of most control programmes; hence development of insecticide resistance is of great concern. As part of a Brazilian-Swiss Joint Research Programme we set out to assess whether there are any signs of existing or incipient insecticide resistance primarily against the larvicide Bacillus thuringiensis svar. israelensis (Bti), but also against currently applied and potentially alternative insecticides in our areas, Recife (Brazil) and the Swiss-Italian border region. Following World Health Organization guidelines, dose-response curves for a range of insecticides were established for both colonized and field caught Ae. aegypti and Ae. albopictus. The larvicides included Bti, two of its toxins, Cry11Aa and Cry4Ba, Lysinibacillus sphaericus, Vectomax CG®, a formulated combination of Bti and L. sphaericus, and diflubenzuron. In addition to the larvicides, the Swiss-Italian Ae. albopictus populations were also tested against five adulticides (bendiocarb, dichlorodiphenyltrichloroethane, malathion, permethrin and λ-cyhalothrin). Showing a similar dose-response, all mosquito populations were fully susceptible to the larvicides tested and, in particular, to Bti which is currently used both in Brazil and Switzerland. In addition, there were no signs of incipient resistance against Bti as larvae were equally susceptible to the individual toxins, Cry11Aa and Cry4Ba. The field-caught Swiss-Italian populations were susceptible to the adulticides tested but DDT mortality rates showed signs of reduced susceptibility. The insecticides currently used for

  2. Evaluation of Efficacy and Safety of Bevacizumab Combined with Chemotherapy 
for Chinese Patients with Advanced Non-small Cell Lung Cancer

    Directory of Open Access Journals (Sweden)

    Xiao ZHAO

    2012-01-01

    Full Text Available Background and objective The current study reported the result of bevacizumab treatment administered to 25 Chinese patients with advanced non-small cell lung cancer (NSCLC who were treated at the Peking Union Medical College Hospital as a part of the SAiL (MO19390 trial. This trial is an open, international multicenter, single-arm clinical study that assesses the safety and efficacy of first-line bevacizumab-based therapy in advanced NSCLC. Methods Twenty-five Chinese patients with advanced non-squamous NSCLC received bevacizumab (15 mg/kg combined with chemotherapy (carboplatin plus paclitaxel treatment from August 2007 to February 2008. Adverse effects (AEs, objective response rate (ORR, median time to progression (TTP, and overall survival (OS were measured. Results AEs were generally mild and reversible. The most frequent AEs were alopecia, peripheral neuropathy, rash, proteinuria, nausea/vomitting, fatigue, myalgia, bleeding, and hypertension. The partial remission and stable disease rates were 68% and 28%, respectively. The median TTP and OS of all patients were 11.2 and 19.3 months, respectively. Conclusion Bevacizumab combined with carboplatin-based chemotherapy may be well tolerated and beneficial for Chinese patients with non-squamous NSCLC.

  3. Role of Cl- -HCO3- exchanger AE3 in intracellular pH homeostasis in cultured murine hippocampal neurons, and in crosstalk to adjacent astrocytes.

    Science.gov (United States)

    Salameh, Ahlam I; Hübner, Christian A; Boron, Walter F

    2017-01-01

    A polymorphism of human AE3 is associated with idiopathic generalized epilepsy. Knockout of AE3 in mice lowers the threshold for triggering epileptic seizures. The explanations for these effects are elusive. Comparisons of cells from wild-type vs. AE3 -/- mice show that AE3 (present in hippocampal neurons, not astrocytes; mediates HCO 3 - efflux) enhances intracellular pH (pH i ) recovery (decrease) from alkali loads in neurons and, surprisingly, adjacent astrocytes. During metabolic acidosis (MAc), AE3 speeds initial acidification, but limits the extent of pH i decrease in neurons and astrocytes. AE3 speeds re-alkalization after removal of MAc in neurons and astrocytes, and speeds neuronal pH i recovery from an ammonium prepulse-induced acid load. We propose that neuronal AE3 indirectly increases acid extrusion in (a) neurons via Cl - loading, and (b) astrocytes by somehow enhancing NBCe1 (major acid extruder). The latter would enhance depolarization-induced alkalinization of astrocytes, and extracellular acidification, and thereby reduce susceptibility to epileptic seizures. The anion exchanger AE3, expressed in hippocampal (HC) neurons but not astrocytes, contributes to intracellular pH (pH i ) regulation by facilitating the exchange of extracellular Cl - for intracellular HCO 3 - . The human AE3 polymorphism A867D is associated with idiopathic generalized epilepsy. Moreover, AE3 knockout (AE3 -/- ) mice are more susceptible to epileptic seizure. The mechanism of these effects has been unclear because the starting pH i in AE3 -/- and wild-type neurons is indistinguishable. The purpose of the present study was to use AE3 -/- mice to investigate the role of AE3 in pH i homeostasis in HC neurons, co-cultured with astrocytes. We find that the presence of AE3 increases the acidification rate constant during pH i recovery from intracellular alkaline loads imposed by reducing [CO 2 ]. The presence of AE3 also speeds intracellular acidification during the early phase of

  4. An Optimal Image-Based Method for Identification of Acoustic Emission (AE) Sources in Plate-Like Structures Using a Lead Zirconium Titanate (PZT) Sensor Array

    Science.gov (United States)

    Zhou, Li

    2018-01-01

    This paper proposes an innovative method for identifying the locations of multiple simultaneous acoustic emission (AE) events in plate-like structures from the view of image processing. By using a linear lead zirconium titanate (PZT) sensor array to record the AE wave signals, a reverse-time frequency-wavenumber (f-k) migration is employed to produce images displaying the locations of AE sources by back-propagating the AE waves. Lamb wave theory is included in the f-k migration to consider the dispersive property of the AE waves. Since the exact occurrence time of the AE events is usually unknown when recording the AE wave signals, a heuristic artificial bee colony (ABC) algorithm combined with an optimal criterion using minimum Shannon entropy is used to find the image with the identified AE source locations and occurrence time that mostly approximate the actual ones. Experimental studies on an aluminum plate with AE events simulated by PZT actuators are performed to validate the applicability and effectiveness of the proposed optimal image-based AE source identification method. PMID:29466310

  5. An Optimal Image-Based Method for Identification of Acoustic Emission (AE) Sources in Plate-Like Structures Using a Lead Zirconium Titanate (PZT) Sensor Array.

    Science.gov (United States)

    Yan, Gang; Zhou, Li

    2018-02-21

    This paper proposes an innovative method for identifying the locations of multiple simultaneous acoustic emission (AE) events in plate-like structures from the view of image processing. By using a linear lead zirconium titanate (PZT) sensor array to record the AE wave signals, a reverse-time frequency-wavenumber (f-k) migration is employed to produce images displaying the locations of AE sources by back-propagating the AE waves. Lamb wave theory is included in the f-k migration to consider the dispersive property of the AE waves. Since the exact occurrence time of the AE events is usually unknown when recording the AE wave signals, a heuristic artificial bee colony (ABC) algorithm combined with an optimal criterion using minimum Shannon entropy is used to find the image with the identified AE source locations and occurrence time that mostly approximate the actual ones. Experimental studies on an aluminum plate with AE events simulated by PZT actuators are performed to validate the applicability and effectiveness of the proposed optimal image-based AE source identification method.

  6. Drug-resistant molecular mechanism of CRF01_AE HIV-1 protease due to V82F mutation

    Science.gov (United States)

    Liu, Xiaoqing; Xiu, Zhilong; Hao, Ce

    2009-05-01

    Human immunodeficiency virus type 1 protease (HIV-1 PR) is one of the major targets of anti-AIDS drug discovery. The circulating recombinant form 01 A/E (CRF01_AE, abbreviated AE) subtype is one of the most common HIV-1 subtypes, which is infecting more humans and is expanding rapidly throughout the world. It is, therefore, necessary to develop inhibitors against subtype AE HIV-1 PR. In this work, we have performed computer simulation of subtype AE HIV-1 PR with the drugs lopinavir (LPV) and nelfinavir (NFV), and examined the mechanism of resistance of the V82F mutation of this protease against LPV both structurally and energetically. The V82F mutation at the active site results in a conformational change of 79's loop region and displacement of LPV from its proper binding site, and these changes lead to rotation of the side-chains of residues D25 and I50'. Consequently, the conformation of the binding cavity is deformed asymmetrically and some interactions between PR and LPV are destroyed. Additionally, by comparing the interactive mechanisms of LPV and NFV with HIV-1 PR we discovered that the presence of a dodecahydroisoquinoline ring at the P1' subsite, a [2-(2,6-dimethylphenoxy)acetyl]amino group at the P2' subsite, and an N2 atom at the P2 subsite could improve the binding affinity of the drug with AE HIV-1 PR. These findings are helpful for promising drug design.

  7. 'Boomerang' technique: an improved method for conformal treatment of locally advanced nasopharyngeal cancer

    International Nuclear Information System (INIS)

    Corry, June; D'Costa, Leta; Porceddu, Sandro; Peters, Lester J.; Hornby, Colin; Fisher, Richard; Rischin, Danny

    2004-01-01

    The primary aim of the present study was to assess radiation dosimetry and subsequent clinical outcomes in patient: with locally advanced nasopharyngeal cancer using a novel radiation technique termed the 'Boomerang'. Dosimetric comparisons were made with both conventional and intensity modulated radiation therapy (IMRT) techniques. Thi; is a study of 22 patients treated with this technique from June 1995 to October 1998. The technique used entailec delivery of 36 Gy in 18 fractions via parallel opposed fields, then 24 Gy in 12 fractions via asymmetric rotating arc field' for a total of 60 Gy in 30 fractions. Patients also received induction and concurrent chemotherapy. The radiation dosimetry was excellent. Dose-volume histograms showed that with the arc fields, 90% of the planning target volume received 94% of the prescribed dose. Relative to other conventional radiation therapy off-cord techniques, the Boomerang technique results in a 27% greater proportion of the prescribed dose being received by 90% of the planning target volume. This translates into an overall 10% greater dose received for the same prescribed dose. At 3 years, the actuarial loco-regional control rate, the failure-free survival rate and the overall survival rate were 91, 75 and 91%, respectively. At 5 years, the actuarial loco-regional control rate, the failure-free survival rate and the overall survival rate were 74, 62 and 71%, respectively. The Boomerang technique provided excellent radiation dosimetry with correspondingly good loco-regional control rates (in conjunction with chemotherapy) and very acceptable acute and late toxicity profiles. Because treatment can be delivered with conventional standard treatment planning and delivery systems, it is a validated treatment option for centres that do not have the capability or capacity for IMRT. A derivative of the Boomerang technique, excluding the parallel opposed component, is now our standard for patients with locally advanced

  8. Investigation of Hafnium oxide/Copper resistive memory for advanced encryption applications

    Science.gov (United States)

    Briggs, Benjamin D.

    The Advanced Encryption Standard (AES) is a widely used encryption algorithm to protect data and communications in today's digital age. Modern AES CMOS implementations require large amounts of dedicated logic and must be tuned for either performance or power consumption. A high throughput, low power, and low die area AES implementation is required in the growing mobile sector. An emerging non-volatile memory device known as resistive memory (ReRAM) is a simple metal-insulator-metal capacitor device structure with the ability to switch between two stable resistance states. Currently, ReRAM is targeted as a non-volatile memory replacement technology to eventually replace flash. Its advantages over flash include ease of fabrication, speed, and lower power consumption. In addition to memory, ReRAM can also be used in advanced logic implementations given its purely resistive behavior. The combination of a new non-volatile memory element ReRAM along with high performance, low power CMOS opens new avenues for logic implementations. This dissertation will cover the design and process implementation of a ReRAM-CMOS hybrid circuit, built using IBM's 10LPe process, for the improvement of hardware AES implementations. Further the device characteristics of ReRAM, specifically the HfO2/Cu memory system, and mechanisms for operation are not fully correlated. Of particular interest to this work is the role of material properties such as the stoichiometry, crystallinity, and doping of the HfO2 layer and their effect on the switching characteristics of resistive memory. Material properties were varied by a combination of atomic layer deposition and reactive sputtering of the HfO2 layer. Several studies will be discussed on how the above mentioned material properties influence switching parameters, and change the underlying physics of device operation.

  9. AES/STEM grain boundary analysis of stabilized zirconia ceramics

    NARCIS (Netherlands)

    Winnubst, Aloysius J.A.; Kroot, P.J.M.; Burggraaf, A.J.

    1983-01-01

    Semiquantitative Auger Electron Spectroscopy (AES) on pure monophasic (ZrO2)0.83(YO1.5)0.17 was used to determine the chemical composition of the grain boundaries. Grain boundary enrichment with Y was observed with an enrichment factor of about 1.5. The difference in activation energy of the ionic

  10. Variations of thermospheric composition according to AE-C data and CTIP modelling

    Directory of Open Access Journals (Sweden)

    H. Rishbeth

    2004-01-01

    Full Text Available Data from the Atmospheric Explorer C satellite, taken at middle and low latitudes in 1975-1978, are used to study latitudinal and month-by-month variations of thermospheric composition. The parameter used is the "compositional Ρ-parameter", related to the neutral atomic oxygen/molecular nitrogen concentration ratio. The midlatitude data show strong winter maxima of the atomic/molecular ratio, which account for the "seasonal anomaly" of the ionospheric F2-layer. When the AE-C data are compared with the empirical MSIS model and the computational CTIP ionosphere-thermosphere model, broadly similar features are found, but the AE-C data give a more molecular thermosphere than do the models, especially CTIP. In particular, CTIP badly overestimates the winter/summer change of composition, more so in the south than in the north. The semiannual variations at the equator and in southern latitudes, shown by CTIP and MSIS, appear more weakly in the AE-C data. Magnetic activity produces a more molecular thermosphere at high latitudes, and at mid-latitudes in summer. Key words. Atmospheric composition and structure (thermosphere – composition and chemistry

  11. Trigermanides AEGe{sub 3} (AE = Ca, Sr, Ba). Chemical bonding and superconductivity

    Energy Technology Data Exchange (ETDEWEB)

    Castillo, Rodrigo; Schnelle, Walter; Baranov, Alexey I.; Burkhardt, Ulrich; Bobnar, Matej; Cardoso-Gil, Raul; Schwarz, Ulrich; Grin, Yuri [Max-Planck-Institut fuer Chemische Physik Fester Stoffe, Dresden (Germany)

    2016-08-01

    The crystal structures of the trigermanides AEGe{sub 3}(tI32) (AE = Ca, Sr, Ba; space group I4/mmm, for SrGe{sub 3}: a = 7.7873(1), c = 12.0622(3) Aa) comprise Ge{sub 2} dumbbells forming layered Ge substructures which enclose embedded AE atoms. The chemical bonding analysis by application of the electron localizability approach reveals a substantial charge transfer from the AE atoms to the germanium substructure. The bonding within the dumbbells is of the covalent two-center type. A detailed analysis of SrGe{sub 3} reveals that the interaction on the bond-opposite side of the Ge{sub 2} groups is not lone pair-like - as it would be expected from the Zintl-like interpretation of the crystal structure with anionic Ge layers separated by alkaline-earth cations - but multi-center strongly polar between the Ge{sub 2} dumbbells and the adjacent metal atoms. Similar atomic interactions are present in CaGe{sub 3} and BaGe{sub 3}. The variation of the alkaline-earth metal has a merely insignificant influence on the superconducting transition temperatures in the s,p-electron compounds AEGe{sub 3}.

  12. Variations of thermospheric composition according to AE-C data and CTIP modelling

    Directory of Open Access Journals (Sweden)

    H. Rishbeth

    2004-01-01

    Full Text Available Data from the Atmospheric Explorer C satellite, taken at middle and low latitudes in 1975-1978, are used to study latitudinal and month-by-month variations of thermospheric composition. The parameter used is the "compositional Ρ-parameter", related to the neutral atomic oxygen/molecular nitrogen concentration ratio. The midlatitude data show strong winter maxima of the atomic/molecular ratio, which account for the "seasonal anomaly" of the ionospheric F2-layer. When the AE-C data are compared with the empirical MSIS model and the computational CTIP ionosphere-thermosphere model, broadly similar features are found, but the AE-C data give a more molecular thermosphere than do the models, especially CTIP. In particular, CTIP badly overestimates the winter/summer change of composition, more so in the south than in the north. The semiannual variations at the equator and in southern latitudes, shown by CTIP and MSIS, appear more weakly in the AE-C data. Magnetic activity produces a more molecular thermosphere at high latitudes, and at mid-latitudes in summer.

    Key words. Atmospheric composition and structure (thermosphere – composition and chemistry

  13. AE analysis of delamination crack propagation in carbon fiber-reinforced polymer materials

    Energy Technology Data Exchange (ETDEWEB)

    Yoon, Sang Jae; Arakawa, Kazuo [Kyushu University, kasuga (Japan); Chen, Dingding [National University of Defense Technology, Changsha (China); Han, Seung Wook; Choi, Nak Sam [Hanyang University, Seoul (Korea, Republic of)

    2015-01-15

    Delamination fracture behavior was investigated using acoustic emission (AE) analysis on carbon fiber-reinforced polymer (CFRP) samples manufactured using vacuum-assisted resin transfer molding (VARTM). CFRP plate was fabricated using unidirectional carbon fiber fabric with a lay-up of six plies [+30/-30]6 , and a Teflon film was inserted as a starter crack. Test pieces were sectioned from the inlet and vent of the mold, and packed between two rectangular epoxy plates to load using a universal testing machine. The AE signals were monitored during tensile loading using two sensors. The average tensile load of the inlet specimens was slightly larger than that of the vent specimens; however, the data exhibited significant scattering due to non-uniform resin distribution, and there was no statistically significant different between the strength of the samples sectioned from the inlet or outlet of the mold. Each of the specimens exhibited similar AE characteristics, regardless of whether they were from the inlet or vent of the mold. Four kinds of damage mechanism were observed: micro-cracking, fiber-resin matrix debonding, fiber pull-out, and fiber failure; and three stages of the crack propagation process were identified.

  14. AES based secure low energy adaptive clustering hierarchy for WSNs

    Science.gov (United States)

    Kishore, K. R.; Sarma, N. V. S. N.

    2013-01-01

    Wireless sensor networks (WSNs) provide a low cost solution in diversified application areas. The wireless sensor nodes are inexpensive tiny devices with limited storage, computational capability and power. They are being deployed in large scale in both military and civilian applications. Security of the data is one of the key concerns where large numbers of nodes are deployed. Here, an energy-efficient secure routing protocol, secure-LEACH (Low Energy Adaptive Clustering Hierarchy) for WSNs based on the Advanced Encryption Standard (AES) is being proposed. This crypto system is a session based one and a new session key is assigned for each new session. The network (WSN) is divided into number of groups or clusters and a cluster head (CH) is selected among the member nodes of each cluster. The measured data from the nodes is aggregated by the respective CH's and then each CH relays this data to another CH towards the gateway node in the WSN which in turn sends the same to the Base station (BS). In order to maintain confidentiality of data while being transmitted, it is necessary to encrypt the data before sending at every hop, from a node to the CH and from the CH to another CH or to the gateway node.

  15. Recognizing and Managing Complexity: Teaching Advanced Programming Concepts and Techniques Using the Zebra Puzzle

    Directory of Open Access Journals (Sweden)

    Xihui "Paul" Zhang

    2015-06-01

    Full Text Available Teaching advanced programming can be a challenge, especially when the students are pursuing different majors with diverse analytical and problem-solving capabilities. The purpose of this paper is to explore the efficacy of using a particular problem as a vehicle for imparting a broad set of programming concepts and problem-solving techniques. We present a classic brain teaser that is used to communicate and demonstrate advanced software development concepts and techniques. Our results show that students with varied academic experiences and goals, assuming at least one procedural/structured programming pre-requisite, can benefit from and also be challenged by such an exercise. Although this problem has been used by others in the classroom, we believe that our use of this problem in imparting such a broad range of topics to a diverse student population is unique.

  16. Refinement of NMR structures using implicit solvent and advanced sampling techniques.

    Science.gov (United States)

    Chen, Jianhan; Im, Wonpil; Brooks, Charles L

    2004-12-15

    NMR biomolecular structure calculations exploit simulated annealing methods for conformational sampling and require a relatively high level of redundancy in the experimental restraints to determine quality three-dimensional structures. Recent advances in generalized Born (GB) implicit solvent models should make it possible to combine information from both experimental measurements and accurate empirical force fields to improve the quality of NMR-derived structures. In this paper, we study the influence of implicit solvent on the refinement of protein NMR structures and identify an optimal protocol of utilizing these improved force fields. To do so, we carry out structure refinement experiments for model proteins with published NMR structures using full NMR restraints and subsets of them. We also investigate the application of advanced sampling techniques to NMR structure refinement. Similar to the observations of Xia et al. (J.Biomol. NMR 2002, 22, 317-331), we find that the impact of implicit solvent is rather small when there is a sufficient number of experimental restraints (such as in the final stage of NMR structure determination), whether implicit solvent is used throughout the calculation or only in the final refinement step. The application of advanced sampling techniques also seems to have minimal impact in this case. However, when the experimental data are limited, we demonstrate that refinement with implicit solvent can substantially improve the quality of the structures. In particular, when combined with an advanced sampling technique, the replica exchange (REX) method, near-native structures can be rapidly moved toward the native basin. The REX method provides both enhanced sampling and automatic selection of the most native-like (lowest energy) structures. An optimal protocol based on our studies first generates an ensemble of initial structures that maximally satisfy the available experimental data with conventional NMR software using a simplified

  17. Application of acoustic emission technique and friction welding for excavator hose nipple

    International Nuclear Information System (INIS)

    Kong, Yu Sik; Lee, Jin Kyung

    2013-01-01

    Friction welding is a very useful joining process to weld metals which have axially symmetric cross section. In this paper, the feasibility of industry application was determined by analyzing the mechanical properties of weld region for a specimen of tube-to-tube shape for excavator hose nipple with friction welding, and optimized welding variables were suggested. In order to accomplish this object, friction heating pressure and friction heating time were selected as the major process variables and the experiment was performed in three levels of each parameter. An acoustic emission(AE) technique was applied to evaluate the optimal friction welding conditions nondestructively. AE parameters of accumulative count and event were analyzed in terms of generating trend of AE signals across the full range of friction weld. The typical waveform and frequency spectrum of AE signals which is generated by friction weld were discussed. From this study the optimal welding variables could be suggested as rotating speed of 1300 rpm, friction heating pressure of 15 MPa, and friction heating time of 10 sec. AE event was a useful parameter to estimate the tensile strength of tube-to tube specimen with friction weld.

  18. Recent Advances in Techniques for Starch Esters and the Applications: A Review

    Directory of Open Access Journals (Sweden)

    Jing Hong

    2016-07-01

    Full Text Available Esterification is one of the most important methods to alter the structure of starch granules and improve its applications. Conventionally, starch esters are prepared by conventional or dual modification techniques, which have the disadvantages of being expensive, have regent overdoses, and are time-consuming. In addition, the degree of substitution (DS is often considered as the primary factor in view of its contribution to estimate substituted groups of starch esters. In order to improve the detection accuracy and production efficiency, different detection techniques, including titration, nuclear magnetic resonance (NMR, Fourier transform infrared spectroscopy (FT-IR, thermal gravimetric analysis/infrared spectroscopy (TGA/IR and headspace gas chromatography (HS-GC, have been developed for DS. This paper gives a comprehensive overview on the recent advances in DS analysis and starch esterification techniques. Additionally, the advantages, limitations, some perspectives on future trends of these techniques and the applications of their derivatives in the food industry are also presented.

  19. AE monitoring simplified using digital memory storage and source isolation

    International Nuclear Information System (INIS)

    Hutton, P.H.; Skorpik, J.R.

    1977-01-01

    The general trend in acoustic emission (AE) monitoring systems has been one of increasing complexity. This is particularly true in systems for continuous monitoring which are usually multichannel (perhaps 20 to 40) and incorporate a dedicated minicomputer. A unique concept which reverses this trend for selected applications has been developed at Battelle-Northwest, Richland, WA. This concept uses solid state digital memories to store acquired data in a permanent form which is easily retrieved. It also uses a fundamental method to accept AE data only from a selected area. The digital memory system is designed for short term or long term (months) monitoring. It has been successfully applied in laboratory testing such as fatigue crack growth studies, as well as field monitoring on bridges and piping to detect crack growth. The features of simplicity, versatility, and low cost contribute to expanded practical application of acoustic emission technology

  20. Efficacy of a self-management plan in exacerbations for patients with advanced COPD

    Directory of Open Access Journals (Sweden)

    Sánchez-Nieto JM

    2016-08-01

    Full Text Available Juan Miguel Sánchez-Nieto,1,2 Rubén Andújar-Espinosa,3 Roberto Bernabeu-Mora,1,2 Chunshao Hu,1 Beatriz Gálvez-Martínez,1 Andrés Carrillo-Alcaraz,1 Carlos Federico Álvarez-Miranda,3 Olga Meca-Birlanga,1 Eva Abad-Corpa4 1Division of Pneumology, Hospital Morales Meseguer, 2University of Murcia, 3Division of Pneumology, Hospital Arrixaca, Murcia, 4Department of Professional Development Unit, Murcia, Spain Background: Self-management interventions improve different outcome variables in various chronic diseases. Their role in COPD has not been clearly established. We assessed the efficacy of an intervention called the self-management program on the need for hospital care due to disease exacerbation in patients with advanced COPD.Methods: Multicenter, randomized study in two hospitals with follow-up of 1 year. All the patients had severe or very severe COPD, and had gone to either an accident and emergency (A&E department or had been admitted to a hospital at least once in the previous year due to exacerbation of COPD. The intervention consisted of a group education session on the main characteristics of the disease, an individual training session on inhalation techniques, at the start and during the 3rd month, and a written action plan containing instructions for physical activity and treatment for stable phases and exacerbations. We determined the combined number of COPD-related hospitalizations and emergency visits per patient per year. Secondary endpoints were number of patients with visits to A&E and the number of patients hospitalized because of exacerbations, use of antibiotics and corticosteroids, length of hospital stay, and all-cause mortality.Results: After 1 year, the rate of COPD exacerbations with visits to A&E or hospitalization had decreased from 1.37 to 0.89 (P=0.04 and the number of exacerbations dropped from 52 to 42 in the group of patients who received the intervention. The numbers of patients hospitalized, at 19 (40

  1. Simultaneous multielement analysis of zirconium alloys by chlorination separation of matrix/ICP-AES

    International Nuclear Information System (INIS)

    Kato, Kaneharu

    1990-01-01

    An analytical method combined chlorination separation of matrix with ICP-AES has been developed for reactor grade Zr alloys (Zircaloy-2). A sample (1 g) is taken into a Pt boat and chlorinated with HCl gas of 100 ml/min in a glass reaction tube at ca. 330degC. Matrix Zr of the sample is volatilized and separated as ZrCl 4 . The analytic elements remaining quantitatively as chlorination residue are dissolved in a mixture of mineral acids (6 M HCl 3 ml+conc. HNO 3 0.5 ml+conc. H 2 SO 4 0.2 ml) and diluted to 20 ml with distilled water after filtration. ICP-AES was used for simultaneous multielement determination using a calibration curve method. The present method has the following advantages: simple sample preparation procedure; applicability to any form of samples to determine multielements; simple ICP-AES calibration procedure. This method was successfully applied to the determination of Fe, Ni, Cu, Co, Mn and Pb in the Zr alloys of JAERI CRM's and NBS SRM's. (author)

  2. Key features of MIR.1200 (AES-2006) design and current stage of Leningrad NPP-2 construction

    International Nuclear Information System (INIS)

    Ivkov, Igor

    2010-01-01

    MIR.1200/AES-2006 is an abbreviated name of the evolving NPP design developed on the basis of the VVER-1000 Russian design with gross operation life of 480 reactor-years. This design is being implemented in four Units of Leningrad NPP-2 (LNPP-2. The AES-91/99 was used as reference during development of the AES-2006 design for LNPP-2; this design was implemented in two Units of Tianwan NPP (China). The main technical features of the MIR.1200/AES-2006 design include a double containment, four trains of active safety systems (4x100%, 4x50%), and special engineering measures for BDBA management (core catcher, H2 PARs, PHRS) based mainly on passive principles. The containment is described in detail, the main features in comparison with the reference NPP are outlined, the design layout principles are highlighted, the safety system structure and parameters are described. Attention is paid to the BDBA management system, hydrogen removal system, core catcher, and PHRS-SG and C-PHRS. (P.A.)

  3. Experimental study of advanced continuous acoustic emission monitoring of BWR components. Final report

    International Nuclear Information System (INIS)

    McElroy, J.W.; Hartman, W.F.

    1980-09-01

    The program consisted of installing, maintaining, and monitoring AE sensors located on primary piping, nozzles, and valves in the BWR system. Analysis of the AE data was correlated to the results of supplementary nondestructive testing techniques used during the in-service inspection, performed at refueling outages. Purpose of the program was to develop the on-line surveillance acoustic emission technique in order to identify areas of possible structural degradation. Result of reducing inspection time was to reduce accumulated radiation exposure to inspecting personnel and to reduce the amount of critical plant outage time by identifying the critical inspection areas during operation. The program demonstrated the capability of acoustic emission instrumentation to endure the nuclear reactor environment. The acoustic emission sensors withstood 12 months of reactor operation at temperatures of 400 0 F and greater in high radiation fields. The preamplifiers, also mounted in the reactor environment, operated for the 12-month period in 100% humidity, 250 0 F conditions. The remaining cable and AE instrumentation were operated in controlled environments

  4. Caraterização composicional do AES - um copolímero de enxertia de poli(estireno-co-acrilonitrila em poli(etileno-co-propileno-co-dieno Compositional characterization of AES a graft copolymer based on poly(styrene-co-acrylonitrile and poly(etyhlene-co-propylene-co-diene

    Directory of Open Access Journals (Sweden)

    Renato Turchet

    2006-06-01

    Full Text Available O objetivo deste trabalho é a caracterização do AES, um copolímero de enxertia de poli(estireno-co-acrilonitrila, SAN, em poli(etileno-co-propileno-co-dieno, EPDM. Para tanto, o AES foi submetido à extração seletiva de seus componentes: o SAN livre, o EDPM livre, e o copolímero de enxertia EPDM-g-SAN. O AES e suas frações foram caracterizados por espectroscopia de infravermelho, análise elementar, calorimetria diferencial de varredura e ressonância magnética nuclear, RMN¹H e RMN13C. O AES analisado apresenta a seguinte composição em massa: 65% de EPDM-g-SAN, 13% de EPDM livre e 22% de SAN livre. O EPDM apresenta 69,8% em massa de etileno, 26,5% em massa de propileno e 4,6% em massa do dieno, 2-etilideno-5-norboneno, ENB. O SAN apresenta razão em massa acrilonitrila/estireno de 28/72 e distribuição randômica de comonômeros de estireno e acrilonitrila. Estes resultados são concordantes com a composição do AES fornecida pelo fabricante, indicando que a metodologia proposta é adequada.This work aims the characterization of AES, a graft copolymer based on poly(styrene-co-acrylonitrile, SAN, and poly(etyhlene-co-propylene-co-diene, EPDM. AES was submitted to selective extraction of its components: free SAN, EPDM chains and the graft copolymer EPDM-g-SAN. AES and its fractions were characterized by infrared spectroscopy, elemental analysis, differential scanning calorimetry, 13C and ¹H nuclear magnetic resonance. The AES has 65 wt % of EPDM-g-SAN, 13 wt % of free EPDM and 22 wt % of free SAN. EPDM has 69.8 wt % of ethylene, 26.5 wt % of propylene and 4.6 wt % of diene, 2-ethylidene-5-norbonene ENB. SAN presents acrylonitrile/styrene mass ratio of 28/72 and a random distribution of acrylonitrile and styrene comonomers. These results are in agreement with the composition reported by the AES supplier, indicating that the proposed methodology is adequate.

  5. Study on different pre-treatment procedures for metal determination in Orujo spirit samples by ICP-AES

    International Nuclear Information System (INIS)

    Barciela, Julia; Vilar, Manuela; Garcia-Martin, Sagrario; Pena, Rosa M.; Herrero, Carlos

    2008-01-01

    In this work several pre-treatment methods were studied for metal (Na, K, Mg, Cu and Ca) determination in Orujo spirit samples using inductively coupled plasma atomic emission spectrometry (ICP-AES). Dilution, digestion, evaporation, and cryogenic desolvatation techniques were comparatively evaluated. Because of their analytical characteristics, digestion and evaporation with nitrogen current were found to be appropriate procedures for the determination of metals in alcoholic spirit samples. Yet, if simplicity and application time are to be considered, the latter-evaporation in a water bath with a nitrogen current-stands out as the optimum procedure for any further determinations in Orujo samples by ICP-AES. Low detection levels and wide linear ranges (sufficient to determine these metals in the samples studied) were achieved for each metal. The recoveries (in the 97.5-100.5% range) and the precision (R.S.D. lower than 5.6%) obtained were also satisfactory. The selected procedure was applied to determine the content of metals in 80 representative Galician Orujo spirit samples with and without a Certified Brand of Origin (CBO) which had been produced using different distillation systems. The metal concentrations ranged between 0.37 and 79.7 mg L -1 for Na, -1 for K, 0.02-4.83 mg L -1 for Mg content, -1 for Cu and 0.03-13.10 mg L -1 for Ca

  6. Sorbent Structural Impacts Due to Humidity on Carbon Dioxide Removal Sorbents for Advanced Exploration Systems

    Science.gov (United States)

    Watson, David; Knox, James C.; West, Phillip; Stanley, Christine M.; Bush, Richard

    2015-01-01

    The Life Support Systems Project (LSSP) under the Advanced Exploration Systems (AES) program builds upon the work performed under the AES Atmosphere Resource Recovery and Environmental Monitoring (ARREM) project focusing on the numerous technology development areas. The CO2 removal and associated air drying development efforts are focused on improving the current state-of-the-art system on the International Space Station (ISS) utilizing fixed beds of sorbent pellets by seeking more robust pelletized sorbents, evaluating structured sorbents, and examining alternate bed configurations to improve system efficiency and reliability. A component of the CO2 removal effort encompasses structural stability testing of existing and emerging sorbents. Testing will be performed on dry sorbents and sorbents that have been conditioned to three humidity levels. This paper describes the sorbent structural stability screening efforts in support of the LSS Project within the AES Program.

  7. Creating motion graphics with After Effects essential and advanced techniques

    CERN Document Server

    Meyer, Chris

    2010-01-01

    * 5th Edition of best-selling After Effects book by renowned authors Trish and Chris Meyer covers the important updates in After Effects CS4 and CS5 * Covers both essential and advanced techniques, from basic layer manipulation and animation through keying, motion tracking, and color management * Companion DVD is packed with project files for version CS5, source materials, and nearly 200 pages of bonus chapters Trish and Chris Meyer share over 17 years of hard-earned, real-world film and video production experience inside this critically acclaimed text. More than a step-by-step review of th

  8. Advanced detection techniques for educational experiments in cosmic ray physics

    International Nuclear Information System (INIS)

    Aiola, Salvatore; La-Rocca, Paola; Riggi, Francesco; Riggi, Simone

    2013-06-01

    In this paper we describe several detection techniques that can be employed to study cosmic ray properties and carry out training activities at high school and undergraduate level. Some of the proposed devices and instrumentation are inherited from professional research experiments, while others were especially developed and marketed for educational cosmic ray experiments. The educational impact of experiments in cosmic ray physics in high-school or undergraduate curricula will be exploited through various examples, going from simple experiments carried out with small Geiger counters or scintillation devices to more advanced detection instrumentation which can offer starting points for not trivial research work. (authors)

  9. Asymmetry of inverted-topology repeats in the AE1 anion exchanger suggests an elevator-like mechanism

    Science.gov (United States)

    Faraldo-Gómez, José D.

    2017-01-01

    The membrane transporter anion exchanger 1 (AE1), or band 3, is a key component in the processes of carbon-dioxide transport in the blood and urinary acidification in the renal collecting duct. In both erythrocytes and the basolateral membrane of the collecting-duct α-intercalated cells, the role of AE1 is to catalyze a one-for-one exchange of chloride for bicarbonate. After decades of biochemical and functional studies, the structure of the transmembrane region of AE1, which catalyzes the anion-exchange reaction, has finally been determined. Each protomer of the AE1 dimer comprises two repeats with inverted transmembrane topologies, but the structures of these repeats differ. This asymmetry causes the putative substrate-binding site to be exposed only to the extracellular space, consistent with the expectation that anion exchange occurs via an alternating-access mechanism. Here, we hypothesize that the unknown, inward-facing conformation results from inversion of this asymmetry, and we propose a model of this state constructed using repeat-swap homology modeling. By comparing this inward-facing model with the outward-facing experimental structure, we predict that the mechanism of AE1 involves an elevator-like motion of the substrate-binding domain relative to the nearly stationary dimerization domain and to the membrane plane. This hypothesis is in qualitative agreement with a wide range of biochemical and functional data, which we review in detail, and suggests new avenues of experimentation. PMID:29167180

  10. Asymmetry of inverted-topology repeats in the AE1 anion exchanger suggests an elevator-like mechanism.

    Science.gov (United States)

    Ficici, Emel; Faraldo-Gómez, José D; Jennings, Michael L; Forrest, Lucy R

    2017-12-04

    The membrane transporter anion exchanger 1 (AE1), or band 3, is a key component in the processes of carbon-dioxide transport in the blood and urinary acidification in the renal collecting duct. In both erythrocytes and the basolateral membrane of the collecting-duct α-intercalated cells, the role of AE1 is to catalyze a one-for-one exchange of chloride for bicarbonate. After decades of biochemical and functional studies, the structure of the transmembrane region of AE1, which catalyzes the anion-exchange reaction, has finally been determined. Each protomer of the AE1 dimer comprises two repeats with inverted transmembrane topologies, but the structures of these repeats differ. This asymmetry causes the putative substrate-binding site to be exposed only to the extracellular space, consistent with the expectation that anion exchange occurs via an alternating-access mechanism. Here, we hypothesize that the unknown, inward-facing conformation results from inversion of this asymmetry, and we propose a model of this state constructed using repeat-swap homology modeling. By comparing this inward-facing model with the outward-facing experimental structure, we predict that the mechanism of AE1 involves an elevator-like motion of the substrate-binding domain relative to the nearly stationary dimerization domain and to the membrane plane. This hypothesis is in qualitative agreement with a wide range of biochemical and functional data, which we review in detail, and suggests new avenues of experimentation. © 2017 Ficici et al.

  11. Iterative Method of Regularization with Application of Advanced Technique for Detection of Contours

    International Nuclear Information System (INIS)

    Niedziela, T.; Stankiewicz, A.

    2000-01-01

    This paper proposes a novel iterative method of regularization with application of an advanced technique for detection of contours. To eliminate noises, the properties of convolution of functions are utilized. The method can be accomplished in a simple neural cellular network, which creates the possibility of extraction of contours by automatic image recognition equipment. (author)

  12. ESR study of advanced materials with new parameters frequency and pressure

    CERN Document Server

    Mizoguchi, K

    2000-01-01

    It is well known that electron spin resonance (ESR) is a useful technique to investigate the magnetic properties of electrons in condensed matter. The frequency, as an additional parameter to the temperature, gives us the possibility to study the anisotropic dynamics of charge carriers with spin, even in polycrystalline materials. Furthermore, the pressure provides us a way to discuss how interactions between the electrons and their environments are responsible for the novel physical properties in these advanced materials, such as ferromagnetisms, charge-density waves, superconductivity, and so on. Results obtained by using ESR with these parameters are overviewed. Studies as a function of the frequency are demonstrated, especially for the conductive polymers, polyacetylene, polyaniline, and polypyrrole with various dopants for which single crystals are not available yet. Alkali-electro-sodalite (AES), a kind of zeolite with a regular electron lattice known as an s-electron Mott insulator, and fullerene compo...

  13. Potential topical natural repellent against Ae. aegypti, Culex sp. and Anopheles sp. mosquitoes

    Directory of Open Access Journals (Sweden)

    Dewi Nur Hodijah

    2014-08-01

    Full Text Available AbstrakLatar belakang:Minyak atsiri daun sirih diketahui mempunyai daya proteksi. Dibuatkan losion berdasarkan pengantar sediaan farmasi yang ditambahkan minyak atsiri daun nilam. Sediaan losion dipilih agar dapat menempel lebih lama di permukaan kulit. Tujuan penelitian ini untuk membandingkan daya proteksi antara losion dengan penambahan minyak nilam dan losion tanpa penambahan minyak nilam dibandingkan daya proteksi dengan DEET. Metode: Penelitian ini merupakan penelitian eksperimental laboratorium. Semua nyamuk uji berasal dari insektarium laboratorium penelitian kesehatan Loka litbang P2B2 Ciamis. Konsentrasi minyak atsiri daun sirih dalam losion adalah 4%; konsentrasi minyak nilam sebagai zat pengikat adalah 0,4%. Formula yang digunakan yaitu formula dasar yang ada pada pengantar sediaan farmasi. Uji repelensi dilakukan dengan menggunakan metoda yang direkomendasikan oleh Komisi pestisida.Hasil: Dihasilkan formulasi losion yang stabil dan masih memenuhi standar formulasi sediaan. Berdasarkan hasil, diperoleh data bahwa DEET dan losion hasil modifikasi memiliki rata-rata daya proteksi di atas 90% selama 6 jam terhadap nyamuk Ae.aegypti dan Culex sp. Kesimpulan: Penambahan minyak nilam pada losion sirih dapat meningkatkan daya proteksi terhadap hinggapan nyamuk Ae. aegypti dan Culex sp. (Health Science Indones 2014;1:44-8Kata kunci:repelen alamiah, minyak atsiri, daun sirih, daun nilam, Ae. aegypti, Culex sp.AbstractBackground: Betel leaf essential oil lotion has been known to have insect repellent properties. A lotion was made based on a pharmaceutical formula from a monograph where patchouli leaf essential oil was added. A lotion preparation was intended to enhance adherence of the formula on the surface of the skin. The purpose of this study was to compare protection percentage of lotion with patchouli oil and without patchouli oil lotion compared to DEET.Methods: This study is an experimental laboratory-based research. All mosquitoes

  14. aes, the gene encoding the esterase B in Escherichia coli, is a powerful phylogenetic marker of the species

    Directory of Open Access Journals (Sweden)

    Tuffery Pierre

    2009-12-01

    Full Text Available Abstract Background Previous studies have established a correlation between electrophoretic polymorphism of esterase B, and virulence and phylogeny of Escherichia coli. Strains belonging to the phylogenetic group B2 are more frequently implicated in extraintestinal infections and include esterase B2 variants, whereas phylogenetic groups A, B1 and D contain less virulent strains and include esterase B1 variants. We investigated esterase B as a marker of phylogeny and/or virulence, in a thorough analysis of the esterase B-encoding gene. Results We identified the gene encoding esterase B as the acetyl-esterase gene (aes using gene disruption. The analysis of aes nucleotide sequences in a panel of 78 reference strains, including the E. coli reference (ECOR strains, demonstrated that the gene is under purifying selection. The phylogenetic tree reconstructed from aes sequences showed a strong correlation with the species phylogenetic history, based on multi-locus sequence typing using six housekeeping genes. The unambiguous distinction between variants B1 and B2 by electrophoresis was consistent with Aes amino-acid sequence analysis and protein modelling, which showed that substituted amino acids in the two esterase B variants occurred mostly at different sites on the protein surface. Studies in an experimental mouse model of septicaemia using mutant strains did not reveal a direct link between aes and extraintestinal virulence. Moreover, we did not find any genes in the chromosomal region of aes to be associated with virulence. Conclusion Our findings suggest that aes does not play a direct role in the virulence of E. coli extraintestinal infection. However, this gene acts as a powerful marker of phylogeny, illustrating the extensive divergence of B2 phylogenetic group strains from the rest of the species.

  15. Shot peening influence on corrosion resistance of AE21 magnesium alloy.

    Science.gov (United States)

    2010-12-15

    "Evaluation of the electrochemical characteristics of the AE21 magnesium alloy is presented in the article. : The surfaces of tested alloys were treated by grinding and grinding followed by sodium bicarbonate shotpeening. : The specimens were evaluat...

  16. Everyone is working together to ease the pressures in A&E.

    Science.gov (United States)

    Kimber, Mark

    2015-01-27

    Nurse consultant Janet Youd, chair of the RCN Emergency Care Association, says nurses struggling to cope with unprecedented pressures in A&E departments should be awarded an extra half day's annual leave (Online News January 8).

  17. Evaluation of an advanced physical diagnosis course using consumer preferences methods: the nominal group technique.

    Science.gov (United States)

    Coker, Joshua; Castiglioni, Analia; Kraemer, Ryan R; Massie, F Stanford; Morris, Jason L; Rodriguez, Martin; Russell, Stephen W; Shaneyfelt, Terrance; Willett, Lisa L; Estrada, Carlos A

    2014-03-01

    Current evaluation tools of medical school courses are limited by the scope of questions asked and may not fully engage the student to think on areas to improve. The authors sought to explore whether a technique to study consumer preferences would elicit specific and prioritized information for course evaluation from medical students. Using the nominal group technique (4 sessions), 12 senior medical students prioritized and weighed expectations and topics learned in a 100-hour advanced physical diagnosis course (4-week course; February 2012). Students weighted their top 3 responses (top = 3, middle = 2 and bottom = 1). Before the course, 12 students identified 23 topics they expected to learn; the top 3 were review sensitivity/specificity and high-yield techniques (percentage of total weight, 18.5%), improving diagnosis (13.8%) and reinforce usual and less well-known techniques (13.8%). After the course, students generated 22 topics learned; the top 3 were practice and reinforce advanced maneuvers (25.4%), gaining confidence (22.5%) and learn the evidence (16.9%). The authors observed no differences in the priority of responses before and after the course (P = 0.07). In a physical diagnosis course, medical students elicited specific and prioritized information using the nominal group technique. The course met student expectations regarding education of the evidence-based physical examination, building skills and confidence on the proper techniques and maneuvers and experiential learning. The novel use for curriculum evaluation may be used to evaluate other courses-especially comprehensive and multicomponent courses.

  18. The spectrum and variability of radio emission from AE Aquarii

    Science.gov (United States)

    Abada-Simon, Meil; Lecacheux, Alain; Bastian, Tim S.; Bookbinder, Jay A.; Dulk, George A.

    1993-01-01

    The first detections of the magnetic cataclysmic variable AE Aquarii at millimeter wavelengths are reported. AE Aqr was detected at wavelengths of 3.4 and 1.25 mm. These data are used to show that the time-averaged spectrum is generally well fitted by a power law S(nu) varies as nu exp alpha, where alpha is approximately equal to 0.35-0.60, and that the power law extends to millimeter wavelengths, i.e., the spectral turnover is at a frequency higher than 240 GHz. It is suggested that the spectrum is consistent with that expected from a superposition of flarelike events where the frequency distribution of the initial flux density is a power law f (S0) varies as S0 exp -epsilon, with index epsilon approximately equal to 1.8. Within the context of this model, the high turnover frequency of the radio spectrum implies magnetic field strengths in excess of 250 G in the source.

  19. Stress estimation around the survey wells in Hanshin-Awaji area by means of AE/DR and DSCA experiments; AE/DR ho to DSCA ho ni yoru Hanshin Awaji chiiki chosa kui shuhen no chikaku oryoku sokutei

    Energy Technology Data Exchange (ETDEWEB)

    Ito, H; Kuwahara, Y; Nishizawa, O [Geological Survey of Japan, Tsukuba (Japan); Yamamoto, K [Tohoku University, Sendai (Japan). Faculty of Science; Sano, O [Yamaguchi University, Yamaguchi (Japan). Faculty of Engineering; Yokoyama, T; Kudo, R [OYO Corp., Tokyo (Japan); Xue, Z [Kiso-Jiban Consultants Co. Ltd., Tokyo (Japan)

    1996-05-01

    A total of 5 wells were excavated in the Hanshin-Awaji area (Ikeda, Takarazuka, Tarumi, Hirabayashi and Ikunami) to collect the core samples, which were analyzed by the AE/DR and DSCA methods to determine crustal stresses. For the AE/DR analysis, the core sample was cut in the vertical direction, and in the horizontal direction at intervals of 45{degree}. The sample of unknown orientation was provided with a datum line common for both methods, to compare the results by these methods. A load was applied to the sample, provided with an AE sensor and strain gauge on the sides, in the longitudinal direction. For the DSCA analysis, the core sample was cut into a cube having a side length of 33mm, with a pair of planes directed in parallel to the datum line. A total of 18 strain gauges, 10mm in gauge length, were attached to the cube. The AE/DR analysis gave the maximum and minimum principal stresses in the horizontal plane and stresses in the vertical direction, whereas the DSCA the maximum, intermediate and minimum principal stresses. 3 refs., 7 figs.

  20. Detection of breast cancer using advanced techniques of data mining with neural networks

    International Nuclear Information System (INIS)

    Ortiz M, J. A.; Celaya P, J. M.; Martinez B, M. R.; Solis S, L. O.; Castaneda M, R.; Garza V, I.; Martinez F, M.; Lopez H, Y.; Ortiz R, J. M.

    2016-10-01

    The breast cancer is one of the biggest health problems worldwide, is the most diagnosed cancer in women and prevention seems impossible since its cause is unknown, due to this; the early detection has a key role in the patient prognosis. In developing countries such as Mexico, where access to specialized health services is minimal, the regular clinical review is infrequent and there are not enough radiologists; the most common form of detection of breast cancer is through self-exploration, but this is only detected in later stages, when is already palpable. For these reasons, the objective of the present work is the creation of a system of computer assisted diagnosis (CAD x) using information analysis techniques such as data mining and advanced techniques of artificial intelligence, seeking to offer a previous medical diagnosis or a second opinion, as if it was a second radiologist in order to reduce the rate of mortality from breast cancer. In this paper, advances in the design of computational algorithms using computer vision techniques for the extraction of features derived from mammograms are presented. Using data mining techniques of data mining is possible to identify patients with a high risk of breast cancer. With the information obtained from the mammography analysis, the objective in the next stage will be to establish a methodology for the generation of imaging bio-markers to establish a breast cancer risk index for Mexican patients. In this first stage we present results of the classification of patients with high and low risk of suffering from breast cancer using neural networks. (Author)

  1. The search for neuroimaging biomarkers of Alzheimer's disease with advanced MRI techniques

    International Nuclear Information System (INIS)

    Li, Tie-Qiang; Wahlund, Lars-Olof

    2011-01-01

    The aim of this review is to examine the recent literature on using advanced magnetic resonance imaging (MRI) techniques for finding neuroimaging biomarkers that are sensitive to the detection of risks for Alzheimer's disease (AD). Since structural MRI techniques, such as brain structural volumetry and voxel based morphometry (VBM), have been widely used for AD studies and extensively reviewed, we will only briefly touch on the topics of volumetry and morphometry. The focus of the current review is about the more recent developments in the search for AD neuroimaging biomarkers with functional MRI (fMRI), resting-state functional connectivity MRI (fcMRI), diffusion tensor imaging (DTI), arterial spin-labeling (ASL), and magnetic resonance spectroscopy (MRS)

  2. Hello Darkness My Old Friend: The Fading of the Nearby TDE ASASSN-14ae

    OpenAIRE

    Brown, Jonathan S.; Shappee, Benjamin J.; Holoien, T. W. -S; Stanek, K. Z.; Kochanek, C. S.; Prieto, J. L.

    2016-01-01

    We present late-time optical spectroscopy taken with the Large Binocular Telescope's Multi-Object Double Spectrograph, an improved ASAS-SN pre-discovery non-detection, and late-time SWIFT observations of the nearby ($d=193$ Mpc, $z=0.0436$) tidal disruption event (TDE) ASASSN-14ae. Our observations span from $\\sim$20 days before to $\\sim$750 days after discovery. The proximity of ASASSN-14ae allows us to study the optical evolution of the flare and the transition to a host dominated state wit...

  3. Advanced Intensity-Modulation Continuous-Wave Lidar Techniques for Column CO2 Measurements

    Science.gov (United States)

    Campbell, J. F.; Lin, B.; Obland, M. D.; Liu, Z.; Kooi, S. A.; Fan, T. F.; Nehrir, A. R.; Meadows, B.; Browell, E. V.

    2016-12-01

    Advanced Intensity-Modulation Continuous-Wave Lidar Techniques for Column CO2 MeasurementsJoel F. Campbell1, Bing Lin1, Michael D. Obland1, Zhaoyan Liu1, Susan Kooi2, Tai-Fang Fan2, Amin R. Nehrir1, Byron Meadows1, Edward V. Browell31NASA Langley Research Center, Hampton, VA 23681 2SSAI, NASA Langley Research Center, Hampton, VA 23681 3STARSS-II Affiliate, NASA Langley Research Center, Hampton, VA 23681 AbstractGlobal and regional atmospheric carbon dioxide (CO2) measurements for the NASA Active Sensing of CO2 Emissions over Nights, Days, and Seasons (ASCENDS) space mission and the Atmospheric Carbon and Transport (ACT) - America project are critical for improving our understanding of global CO2 sources and sinks. Advanced Intensity-Modulated Continuous-Wave (IM-CW) lidar techniques are investigated as a means of facilitating CO2 measurements from space and airborne platforms to meet the ASCENDS and ACT-America science measurement requirements. In recent numerical, laboratory and flight experiments we have successfully used the Binary Phase Shift Keying (BPSK) modulation technique to uniquely discriminate surface lidar returns from intermediate aerosol and cloud returns. We demonstrate the utility of BPSK to eliminate sidelobes in the range profile as a means of making Integrated Path Differential Absorption (IPDA) column CO2 measurements in the presence of optically thin clouds, thereby minimizing bias errors caused by the clouds. Furthermore, high accuracy and precision ranging to the surface as well as to the top of intermediate cloud layers, which is a requirement for the inversion of column CO2 number density measurements to column CO2 mixing ratios, has been demonstrated using new sub-meter hyperfine interpolation techniques that takes advantage of the periodicity of the modulation waveforms. The BPSK technique under investigation has excellent auto-correlation properties while possessing a finite bandwidth. These techniques are used in a new data processing

  4. Burnout prediction using advance image analysis coal characterization techniques

    Energy Technology Data Exchange (ETDEWEB)

    Edward Lester; Dave Watts; Michael Cloke [University of Nottingham, Nottingham (United Kingdom). School of Chemical Environmental and Mining Engineering

    2003-07-01

    The link between petrographic composition and burnout has been investigated previously by the authors. However, these predictions were based on 'bulk' properties of the coal, including the proportion of each maceral or the reflectance of the macerals in the whole sample. Combustion studies relating burnout with microlithotype analysis, or similar, remain less common partly because the technique is more complex than maceral analysis. Despite this, it is likely that any burnout prediction based on petrographic characteristics will become more accurate if it includes information about the maceral associations and the size of each particle. Chars from 13 coals, 106-125 micron size fractions, were prepared using a Drop Tube Furnace (DTF) at 1300{degree}C and 200 millisecond and 1% Oxygen. These chars were then refired in the DTF at 1300{degree}C 5% oxygen and residence times of 200, 400 and 600 milliseconds. The progressive burnout of each char was compared with the characteristics of the initial coals. This paper presents an extension of previous studies in that it relates combustion behaviour to coals that have been characterized on a particle by particle basis using advanced image analysis techniques. 13 refs., 7 figs.

  5. Dosimetry of 64Cu-DOTA-AE105, a PET tracer for uPAR imaging

    International Nuclear Information System (INIS)

    Persson, Morten; El Ali, Henrik H.; Binderup, Tina; Pfeifer, Andreas; Madsen, Jacob; Rasmussen, Palle; Kjaer, Andreas

    2014-01-01

    64 Cu-DOTA-AE105 is a novel positron emission tomography (PET) tracer specific to the human urokinase-type plasminogen activator receptor (uPAR). In preparation of using this tracer in humans, as a new promising method to distinguish between indolent and aggressive cancers, we have performed PET studies in mice to evaluate the in vivo biodistribution and estimate human dosimetry of 64 Cu-DOTA-AE105. Methods: Five mice received iv tail injection of 64 Cu-DOTA-AE105 and were PET/CT scanned 1, 4.5 and 22 h post injection. Volume-of-interest (VOI) were manually drawn on the following organs: heart, lung, liver, kidney, spleen, intestine, muscle, bone and bladder. The activity concentrations in the mentioned organs [%ID/g] were used for the dosimetry calculation. The %ID/g of each organ at 1, 4.5 and 22 h was scaled to human value based on a difference between organ and body weights. The scaled values were then exported to OLINDA software for computation of the human absorbed doses. The residence times as well as effective dose equivalent for male and female could be obtained for each organ. To validate this approach, of human projection using mouse data, five mice received iv tail injection of another 64 Cu-DOTA peptide-based tracer, 64 Cu-DOTA-TATE, and underwent same procedure as just described. The human dosimetry estimates were then compared with observed human dosimetry estimate recently found in a first-in-man study using 64 Cu-DOTA-TATE. Results: Human estimates of 64 Cu-DOTA-AE105 revealed the heart wall to receive the highest dose (0.0918 mSv/MBq) followed by the liver (0.0815 mSv/MBq), All other organs/tissue were estimated to receive doses in the range of 0.02–0.04 mSv/MBq. The mean effective whole-body dose of 64 Cu-DOTA-AE105 was estimated to be 0.0317 mSv/MBq. Relatively good correlation between human predicted and observed dosimetry estimates for 64 Cu-DOTA-TATE was found. Importantly, the effective whole body dose was predicted with very high

  6. Dosimetry of 64Cu-DOTA-AE105, a PET tracer for uPAR imaging.

    Science.gov (United States)

    Persson, Morten; El Ali, Henrik H; Binderup, Tina; Pfeifer, Andreas; Madsen, Jacob; Rasmussen, Palle; Kjaer, Andreas

    2014-03-01

    (64)Cu-DOTA-AE105 is a novel positron emission tomography (PET) tracer specific to the human urokinase-type plasminogen activator receptor (uPAR). In preparation of using this tracer in humans, as a new promising method to distinguish between indolent and aggressive cancers, we have performed PET studies in mice to evaluate the in vivo biodistribution and estimate human dosimetry of (64)Cu-DOTA-AE105. Five mice received iv tail injection of (64)Cu-DOTA-AE105 and were PET/CT scanned 1, 4.5 and 22 h post injection. Volume-of-interest (VOI) were manually drawn on the following organs: heart, lung, liver, kidney, spleen, intestine, muscle, bone and bladder. The activity concentrations in the mentioned organs [%ID/g] were used for the dosimetry calculation. The %ID/g of each organ at 1, 4.5 and 22 h was scaled to human value based on a difference between organ and body weights. The scaled values were then exported to OLINDA software for computation of the human absorbed doses. The residence times as well as effective dose equivalent for male and female could be obtained for each organ. To validate this approach, of human projection using mouse data, five mice received iv tail injection of another (64)Cu-DOTA peptide-based tracer, (64)Cu-DOTA-TATE, and underwent same procedure as just described. The human dosimetry estimates were then compared with observed human dosimetry estimate recently found in a first-in-man study using (64)Cu-DOTA-TATE. Human estimates of (64)Cu-DOTA-AE105 revealed the heart wall to receive the highest dose (0.0918 mSv/MBq) followed by the liver (0.0815 mSv/MBq), All other organs/tissue were estimated to receive doses in the range of 0.02-0.04 mSv/MBq. The mean effective whole-body dose of (64)Cu-DOTA-AE105 was estimated to be 0.0317 mSv/MBq. Relatively good correlation between human predicted and observed dosimetry estimates for (64)Cu-DOTA-TATE was found. Importantly, the effective whole body dose was predicted with very high precision

  7. 75 FR 81643 - In the Matter of Certain Semiconductor Products Made by Advanced Lithography Techniques and...

    Science.gov (United States)

    2010-12-28

    ... Semiconductor Products Made by Advanced Lithography Techniques and Products Containing Same; Notice of... Mexico) (``STC''), alleging a violation of section 337 in the importation, sale for [[Page 81644

  8. Role of Cl−–HCO3 − exchanger AE3 in intracellular pH homeostasis in cultured murine hippocampal neurons, and in crosstalk to adjacent astrocytes

    Science.gov (United States)

    Salameh, Ahlam I.; Hübner, Christian A.

    2016-01-01

    Key points A polymorphism of human AE3 is associated with idiopathic generalized epilepsy. Knockout of AE3 in mice lowers the threshold for triggering epileptic seizures. The explanations for these effects are elusive.Comparisons of cells from wild‐type vs. AE3–/– mice show that AE3 (present in hippocampal neurons, not astrocytes; mediates HCO3 – efflux) enhances intracellular pH (pHi) recovery (decrease) from alkali loads in neurons and, surprisingly, adjacent astrocytes.During metabolic acidosis (MAc), AE3 speeds initial acidification, but limits the extent of pHi decrease in neurons and astrocytes.AE3 speeds re‐alkalization after removal of MAc in neurons and astrocytes, and speeds neuronal pHi recovery from an ammonium prepulse‐induced acid load.We propose that neuronal AE3 indirectly increases acid extrusion in (a) neurons via Cl– loading, and (b) astrocytes by somehow enhancing NBCe1 (major acid extruder). The latter would enhance depolarization‐induced alkalinization of astrocytes, and extracellular acidification, and thereby reduce susceptibility to epileptic seizures. Abstract The anion exchanger AE3, expressed in hippocampal (HC) neurons but not astrocytes, contributes to intracellular pH (pHi) regulation by facilitating the exchange of extracellular Cl– for intracellular HCO3 –. The human AE3 polymorphism A867D is associated with idiopathic generalized epilepsy. Moreover, AE3 knockout (AE3–/–) mice are more susceptible to epileptic seizure. The mechanism of these effects has been unclear because the starting pHi in AE3–/– and wild‐type neurons is indistinguishable. The purpose of the present study was to use AE3–/– mice to investigate the role of AE3 in pHi homeostasis in HC neurons, co‐cultured with astrocytes. We find that the presence of AE3 increases the acidification rate constant during pHi recovery from intracellular alkaline loads imposed by reducing [CO2]. The presence of AE3 also speeds intracellular

  9. Advanced condition monitoring techniques and plant life extension studies at EBR-2

    International Nuclear Information System (INIS)

    Singer, R.M.; Gross, K.C.; Perry, W.H.; King, R.W.

    1991-01-01

    Numerous advanced techniques have been evaluated and tested at EBR-2 as part of a plant-life extension program for detection of degradation and other abnormalities in plant systems. Two techniques have been determined to be of considerable assistance in planning for the extended-life operation of EBR-2. The first, a computer-based pattern-recognition system (System State Analyzer or SSA) is used for surveillance of the primary system instrumentation, primary sodium pumps and plant heat balances. This surveillance has indicated that the SSA can detect instrumentation degradation and system performance degradation over varying time intervals and can be used to provide derived signal values to replace signals from failed sensors. The second technique, also a computer-based pattern-recognition system (Sequential Probability Ratio Test or SPRT) is used to validate signals and to detect incipient failures in sensors and components or systems. It is being used on the failed fuel detection system and is experimentally used on the primary coolant pumps. Both techniques are described and experience with their operation presented

  10. Preliminary studies for monitoring erosion in pipelines by the acoustic emission technique

    Energy Technology Data Exchange (ETDEWEB)

    Tiboni, G.B. [Universidade Tecnologica Federal do Parana (UTFPR), Curitiba, PR (Brazil). Programa de Pos-graduacao em Engenharia Mecanica e de Materiais; Marquardt, T.A.S; SantaMaria, V.A.R.; Silva, C.H. [Universidade Tecnologica Federal do Parana (UTFPR), Curitiba, PR (Brazil)

    2009-07-01

    The aim of this work is to present some applications of Acoustic Emission (AE), which is a powerful technique for nondestructive testing in Tribology, treated here as tests of friction, wear by contact fatigue, wear by slip and wear by erosion. In this work a special attention is given to solid particle erosion and hydro-abrasive erosion, problems found in almost every pipeline that lead to local loss of material and eventually rupture of the line. The technique of AE can be used as an efficient online tool when, primarily, to monitor tribological aspects such as the rate of wear of materials, as well as detect the spread of flaws in them. In wear by erosion, specifically, the parameters of RMS and acoustic energy are capable of correlation with the type of mechanism for removal of material. As a preliminary goal, erosive tests were performed with gas (air) without erosive particles, monitored by AE, varying the surface of the samples and the internal diameter the nozzle, taking the differences in signs of AE. Correlation between parameters of RMS and amplitude were noticed with the variables of the tests, such as roughness and fluid velocity. The RMS parameter showed a exponential correction with the fluid velocity, however the amplitude signals had a linear behavior. The knowledge of these parameters is essential for the development of a system that is able to quantify the wear rate of a pipeline without taking it out of operation. (author)

  11. Regorafenib for advanced gastrointestinal stromal tumors following imatinib and sunitinib treatment: a subgroup analysis evaluating Japanese patients in the phase III GRID trial.

    Science.gov (United States)

    Komatsu, Yoshito; Doi, Toshihiko; Sawaki, Akira; Kanda, Tatsuo; Yamada, Yasuhide; Kuss, Iris; Demetri, George D; Nishida, Toshirou

    2015-10-01

    The randomized, double-blind, placebo-controlled GRID trial tested the oral multikinase inhibitor regorafenib in 199 patients with advanced gastrointestinal stromal tumors (GIST) following failure of at least imatinib and sunitinib, and showed a significant improvement in progression-free survival (PFS) versus placebo [hazard ratio (HR) 0.27; 95 % confidence interval (CI) 0.19-0.39; p regorafenib 160 mg once daily with matching placebo, in combination with best supportive care. The primary study endpoint was progression-free survival (PFS); safety was evaluated through the incidence of adverse events (AEs). Seventeen Japanese patients were randomized to regorafenib (n = 12) or placebo (n = 5). Patient demographics were consistent with those of the overall study population. PFS was significantly longer with regorafenib than placebo (HR 0.08; 95 % CI 0.02-0.45; p = 0.000164). Centrally assessed disease control rates were 58 % and 20 % in the regorafenib and placebo groups, respectively (p = 0.080796). Treatment-related adverse events (AEs) were reported in all regorafenib-treated patients and 60 % of placebo recipients; the most frequent AE was hand-foot skin reaction (HFSR) (92 % versus 20 %, respectively). Regorafenib showed efficacy and a manageable safety profile in Japanese patients with advanced GIST, consistent with the overall GRID study population. AEs, such as HFSR and maculopapular rash, were observed more frequently in Japanese patients. Although dose modification was frequently reported, only one patient with hepatic failure discontinued regorafenib because of AEs.

  12. Comparison of 4 analytical techniques based on atomic spectrometry for the determination of total tin in canned foodstuffs

    OpenAIRE

    2011-01-01

    Abstract Different techniques for the determination of total tin in beverage and canned food by atomic spectrometry were compared. The performance characteristics of Inductively Coupled Plasma Mass Spectrometry (ICP-MS), Hydride Generation Inductively Coupled Plasma Atomic Emission Spectrometry (HG-ICP-AES), Electrothermal Atomization Atomic Absorption Spectrometry (ETA-AAS) and Inductively Coupled Plasma Atomic Emission Spectrometry (ICP-AES) were determined in term of linearity, ...

  13. Local environmental and meteorological conditions influencing the invasive mosquito Ae. albopictus and arbovirus transmission risk in New York City.

    Science.gov (United States)

    Little, Eliza; Bajwa, Waheed; Shaman, Jeffrey

    2017-08-01

    Ae. albopictus, an invasive mosquito vector now endemic to much of the northeastern US, is a significant public health threat both as a nuisance biter and vector of disease (e.g. chikungunya virus). Here, we aim to quantify the relationships between local environmental and meteorological conditions and the abundance of Ae. albopictus mosquitoes in New York City. Using statistical modeling, we create a fine-scale spatially explicit risk map of Ae. albopictus abundance and validate the accuracy of spatiotemporal model predictions using observational data from 2016. We find that the spatial variability of annual Ae. albopictus abundance is greater than its temporal variability in New York City but that both local environmental and meteorological conditions are associated with Ae. albopictus numbers. Specifically, key land use characteristics, including open spaces, residential areas, and vacant lots, and spring and early summer meteorological conditions are associated with annual Ae. albopictus abundance. In addition, we investigate the distribution of imported chikungunya cases during 2014 and use these data to delineate areas with the highest rates of arboviral importation. We show that the spatial distribution of imported arboviral cases has been mostly discordant with mosquito production and thus, to date, has provided a check on local arboviral transmission in New York City. We do, however, find concordant areas where high Ae. albopictus abundance and chikungunya importation co-occur. Public health and vector control officials should prioritize control efforts to these areas and thus more cost effectively reduce the risk of local arboviral transmission. The methods applied here can be used to monitor and identify areas of risk for other imported vector-borne diseases.

  14. Advanced CFD and radiotracer techniques - A complementary technology - for industrial multiphase applications

    International Nuclear Information System (INIS)

    Tu, J.Y.

    2004-01-01

    A CFD and RTD Education Package was developed, in which lecture notes, tutorials and computer softwares for both CFD and RTD are included. A user-friendly web-based interface has been prepared to allow lecturers more effectively conducting their training courses or workshops, and to provide students or users more easily learning the CFD and RTD knowledge and practising computer softwares. This report gives an overview of the advances in development and use of CFD models and codes for industrial, particularly multiphase processing applications. Experimental needs for validation and improvement of CFD models and softwares are highlighted. Integration of advanced CFD modelling with radiotracer techniques as a complementary technology for future research and industrial applications is discussed. The features and examples of the developed CFD and RTD Education package are presented. (author)

  15. Multilevel Analysis of Continuous AE from Helicopter Gearbox

    Czech Academy of Sciences Publication Activity Database

    Chlada, Milan; Převorovský, Zdeněk; Heřmánek, Jan; Krofta, Josef

    2014-01-01

    Roč. 19, č. 12 (2014) ISSN 1435-4934. [European Conference on Non-Destructive Testing (ECNDT 2014) /11./. Praha, 06.10.2014-10.10.2014] R&D Projects: GA MPO FR-TI3/755 Institutional support: RVO:61388998 Keywords : structural health monitoring (SHM) * signal processing * acoustic emission (AE) * diagnostics of helicopter gearbox * wavelet analysis * continuous acoustic emission Subject RIV: JU - Aeronautics, Aerodynamics, Aircrafts http://www.ndt.net/events/ECNDT2014/app/content/Paper/630_Chlada_Rev1.pdf

  16. Patient and Oncology Nurse Preferences for the Treatment Options in Advanced Melanoma: A Discrete Choice Experiment.

    Science.gov (United States)

    Liu, Frank Xiaoqing; Witt, Edward A; Ebbinghaus, Scot; DiBonaventura Beyer, Grace; Basurto, Enrique; Joseph, Richard W

    2017-10-25

    Understanding the perceptions of patients and oncology nurses about the relative importance of benefits and risks associated with newer treatments of advanced melanoma can help to inform clinical decision-making. The aims of this study were to quantify and compare the views of patients and oncology nurses regarding the importance of attributes of treatments of advanced melanoma. A discrete choice experiment (DCE) was conducted in US-based oncology nurses and patients diagnosed with advanced melanoma. Patients and nurses were enlisted through online panels. In a series of scenarios, respondents had to choose between 2 hypothetical treatments, each with 7 attributes: mode of administration (MoA), dosing schedule (DS), median duration of therapy (DoT), objective response rate (ORR), progression-free survival (PFS), overall survival (OS), and grade 3 or 4 adverse events (AEs). Hierarchical Bayesian logistic regression models were used to estimate preference weights. A total of 200 patients with advanced melanoma and 150 oncology nurses participated. The relative importance estimates of attributes by patients and nurses, respectively, were as follows: OS, 33% and 28%; AEs, 29% and 26%; ORR, 25% and 27%; PFS, 12% and 15%; DS, 2% and 3%; DoT, 0% and 0%; and MoA, 0% and 0%. Both patients and oncology nurses valued OS, ORR, and AEs as the most important treatment attributes for advanced melanoma, followed by PFS, whereas DS, DoT, and MoA were given less value in their treatment decisions. Oncology nurses and patients have similar views on important treatment considerations for advanced melanoma, which can help build trust in shared decision-making.This is an open-access article distributed under the terms of the Creative Commons Attribution-Non Commercial-No Derivatives License 4.0 (CCBY-NC-ND), where it is permissible to download and share the work provided it is properly cited. The work cannot be changed in any way or used commercially without permission from the journal.

  17. Spectroscopic classification of AT2018aes as a supernova impostor

    Science.gov (United States)

    Andrews, Jennifer; Smith, Nathan; Van Dyk, Schuyler D.

    2018-03-01

    A visual-wavelength optical spectrum of AT2018aes obtained on UT 2018 Mar 13 (JD 2458190.84) with the Magellan Clay telescope (+ LDSS3 spectrograph, VPH-all grism) reveals a narrow H-alpha emission line with a velocity of 525 km/s, with wings extending to roughly +/-1000 km/s.

  18. Einstein X-ray observations of Herbig Ae/Be stars

    Science.gov (United States)

    Damiani, F.; Micela, G.; Sciortino, S.; Harnden, F. R., Jr.

    1994-01-01

    We have investigated the X-ray emission from Herbig Ae/Be stars, using the full set of Einstein Imaging Proportional Counter (IPC) observations. Of a total of 31 observed Herbig stars, 11 are confidently identified with X-ray sources, with four additonal dubious identifications. We have used maximum likelihood luminosity functions to study the distribution of X-ray luminosity, and we find that Be stars are significantly brighter in X-rays than Ae stars and that their X-ray luminosity is independent of projected rotational velocity v sin i. The X-ray emission is instead correlated with stellar bolometric luminosity and with effective temperature, and also with the kinetic luminosity of the stellar wind. These results seem to exclude a solar-like origin for the X-ray emission, a possibility suggested by the most recent models of Herbig stars' structure, and suggest an analogy with the X-ray emission of O (and early B) stars. We also observe correlations between X-ray luminosity and the emission at 2.2 microns (K band) and 25 microns, which strengthen the case for X-ray emission of Herbig stars originating in their circumstellar envelopes.

  19. Qualitative and quantitative analysis of human nails to find correlation between nutrients and vitamin D deficiency using LIBS and ICP-AES.

    Science.gov (United States)

    Almessiere, M A; Altuwiriqi, R; Gondal, M A; AlDakheel, R K; Alotaibi, H F

    2018-08-01

    In this work, we analysed human fingernails of people who suffer from vitamin D deficiency using the laser-induced breakdown spectroscopy(LIBS) and inductively coupled plasma atomic emission spectroscopy (ICP-AES)techniques. The measurements have been conducted on 71 nail samples collected randomly from volunteers of different genders and ages ranged between 20 and 50 years. The main aim of this study is to find the correlation between vitamin D deficiency and the intensity of some dominated lines in the LIBS spectra. A LIBS spectrum consists of dominant lines of fifteen elements including calcium, magnesium, sodium, potassium, titanium, iron, chloride, sulphur, copper, chromium, zinc, nitrogen, phosphor, and oxygen. By recording the spectrum in specific ranges and focusing on calcium, magnesium, sodium, and potassium, we found a correlation between the intensity of the potassium (K) lines at (766.5 and 769.9 nm)and vitamin D level in both age groups (20 and 25 years old), with weak correlation for the calcium (Ca), magnesium (Mg), and sodium (Na) lines. To verify the validity of the LIBS results, we analysed the nail samples with ICP, a standard analytical technique. The elements detected with our LIBS technique are in a good agreement with those identified by ICP-AES. From the health and physiological perspectives, the LIBS system, which is used for spectral analysis in this work, is appropriate for diagnostic purposes such as to find the correlation between vitamin D deficiency and potassium content, especially for hypertensive patients who simultaneously take potassium-based medication and vitamin D supplement. Copyright © 2018 Elsevier B.V. All rights reserved.

  20. A intera??o tutor-alunos em EAD: protagonistas de a??es de leitura e escrita

    OpenAIRE

    Soares, Inaldo Firmino

    2010-01-01

    Sob os alicerces da Lingu?stica Aplicada, que vem focalizando as atividades linguageiras a partir de diferentes enfoques te?ricos, este trabalho resulta de uma pesquisa sobre as a??es de linguagem nas intera??es realizadas por alunos e tutores de um curso de Especializa??o em Ensino a Dist?ncia, a partir da plataforma Moodle, e os reflexos dessas a??es no desenvolvimento e aprimoramento da linguagem verbal desses sujeitos. O tema foi abordado ? luz do Interacionismo Sociodis...

  1. On using peak amplitude and rise time for AE source characterization

    Indian Academy of Sciences (India)

    R. Narasimhan (Krishtel eMaging) 1461 1996 Oct 15 13:05:22

    The major objective of signal analysis is to study the characteristics of the sources of emissions. ... When AE is used as a non-destructive evaluation tool, this information is extracted using a .... Hence, frequency response H (f ) of the transducer.

  2. Peningkatan Sistem Keamanan Autentikasi Single Sign On (SSO Menggunakan Algoritma AES dan One-Time Password Studi Kasus: SSO Universitas Ubudiyah Indonesia

    Directory of Open Access Journals (Sweden)

    Zuhar Musliyana

    2016-03-01

    Full Text Available Single Sign On (SSO merupakan model autentikasi independen yang diimplementasikan Universitas Ubudiyah Indonesia (UUI menggunakan Message-Digest Algorithm 5 (MD5 dan web service NuSOAP berbasis bahasa pemograman PHP. Sistem ini berjalan pada protokol Hypertext Transfer Protocol (HTTP. Faktanya penggunaan protokol HTTP ini sangat rentan terhadap berbagai jenis serangan karena data dikirim dalam bentuk plaintext tanpa ada proses enkripsi dan penerapan algoritma MD5 pada autentikasi login juga rentan terhadap serangan dictionary attacks dan rainbow tables. Disisi lain, Penggunaan web service NuSOAP juga menciptakan celah keamanan karena pengiriman dan penerimaan payload tidak dienkripsi. Saat ini diketahui sudah ada beberapa metode yang dapat digunakan untuk meningkatkan pengamanan kerentanan tersebut diantaranya yaitu menggunakan Hypertext Transfer Protocol Secure (HTTPS, Secure Hypertext Transfer Protocol (SHTTP dan Completely Automated Public Turing test to tell Computers and Humans Apart (CAPTCHA. Namun beberapa hasil penelitian terkait memperlihatkan masih terdapat beberapa kelemahan dari penggunaan HTTPS, SHTTP dan CAPTCHA. Penelitian ini mengusulkan penggunaan algoritma Advanced Encryption Standard (AES dengan pembangkit kunci dinamis dan metode One-Time Password (OTP berbasis sinkronisasi waktu dengan kombinasi salt untuk meningkatkan keamanan pada autentikasi SSO UUI. Hasil pengujian menunjukkan penerapan algoritma AES dan OTP  dapat mengamankan proses autentikasi SSO  dari serangan dictionary attack dan rainbow table.

  3. Tenon advancement and duplication technique to prevent postoperative Ahmed valve tube exposure in patients with refractory glaucoma.

    Science.gov (United States)

    Tamcelik, Nevbahar; Ozkok, Ahmet; Sarıcı, Ahmet Murat; Atalay, Eray; Yetik, Huseyin; Gungor, Kivanc

    2013-07-01

    To present and compare the long-term results of Dr. Tamcelik's previously described technique of Tenon advancement and duplication with the conventional Ahmed glaucoma valve (AGV) implantation technique in patients with refractory glaucoma. This study was a multicenter, retrospective case series that included 303 eyes of 276 patients with refractory glaucoma who underwent glaucoma valve implantation surgery. The patients were divided into three groups according to the surgical technique applied and the outcomes compared. In group 1, 96 eyes of 86 patients underwent AGV implant surgery without patch graft; in group 2, 78 eyes of 72 patients underwent AGV implant surgery with donor scleral patch; in group 3, 129 eyes of 118 patients underwent Ahmed valve implant surgery with "combined short scleral tunnel with Tenon advancement and duplication technique". The endpoint assessed was tube exposure through the conjunctiva. In group 1, conjunctival tube exposure was seen in 11 eyes (12.9 %) after a mean 9.2 ± 3.7 years of follow-up. In group 2, conjunctival tube exposure was seen in six eyes (2.2 %) after a mean 8.9 ± 3.3 years of follow-up. In group 3, there was no conjunctival exposure after a mean 7.8 ± 2.8 years of follow-up. The difference between the groups was statistically significant. (P = 0.0001, Chi-square test). This novel surgical technique combining a short scleral tunnel with Tenon advancement and duplication was found to be effective and safe to prevent conjunctival tube exposure after AGV implantation surgery in patients with refractory glaucoma.

  4. Stegano-Crypto Hiding Encrypted Data in Encrypted Image Using Advanced Encryption Standard and Lossy Algorithm

    Directory of Open Access Journals (Sweden)

    Ari Shawakat Tahir

    2015-12-01

    Full Text Available The Steganography is an art and science of hiding information by embedding messages within other, seemingly harmless messages and lots of researches are working in it. Proposed system is using AES Algorithm and Lossy technique to overcome the limitation of previous work and increasing the process’s speed. The sender uses AES Algorithm to encrypt message and image, then using LSB technique to hide encrypted data in encrypted message. The receive get the original data using the keys that had been used in encryption process. The proposed system has been implemented in NetBeans 7.3 software uses image and data in different size to find the system’s speed.

  5. AES Encryption Algorithm Optimization Based on 64-bit Processor Android Platform

    Directory of Open Access Journals (Sweden)

    ZHAO Jun

    2017-06-01

    Full Text Available Algorithm implemented on the mobile phone is different from one on PC. It requires little storage space and low power consumption. Standard AES S-box design uses look up table,and has high complexity and high power consumption,so it needs to be optimized when used in mobile phones. In our optimization AES encryption algorithm,the packet length is expanded to 256 bits,which would increase the security of our algorithm; look up table is replaced by adding the affine transformation based on inversion,which would reduce the storage space; operation is changed into 16-bit input and 64-bit output by merging the three steps,namely SubWords,ShiftRows MixColumns and AddRoundKey,which would improve the operation efficiency of the algorithm. The experimental results show that our algorithm not only can greatly enhance the encryption strength,but also maintain high computing efficiency.

  6. Hiding Techniques for Dynamic Encryption Text based on Corner Point

    Science.gov (United States)

    Abdullatif, Firas A.; Abdullatif, Alaa A.; al-Saffar, Amna

    2018-05-01

    Hiding technique for dynamic encryption text using encoding table and symmetric encryption method (AES algorithm) is presented in this paper. The encoding table is generated dynamically from MSB of the cover image points that used as the first phase of encryption. The Harris corner point algorithm is applied on cover image to generate the corner points which are used to generate dynamic AES key to second phase of text encryption. The embedded process in the LSB for the image pixels except the Harris corner points for more robust. Experimental results have demonstrated that the proposed scheme have embedding quality, error-free text recovery, and high value in PSNR.

  7. A Study on Nondestructive Technique Using Laser Technique for Evaluation of Carbon fiber Reinforced Plastic

    International Nuclear Information System (INIS)

    Choi, Sang Woo; Lee, Joon Hyun; Seo, Kyeong Cheol; Byun, Joon Hyung

    2005-01-01

    Fiber reinforced plastic material should be inspected in fabrication process in order to enhance quality by prevent defects such as delamination and void. Generally, ultrasonic technique is widely used to evaluate FRP. In conventional ultrasonic techniques, transducer should be contacted on FRP. However, conventional contacting method could not be applied in fabrication process and novel non-contact evaluating technique was required. Laser-based ultrasonic technique was tried to evaluate CFRP plate. Laser-based ultrasonic waves propagated on CFRP were received with various transducers such as accelerometer and AE sensor in order to evaluate the properties of waves due to the variation of frequency. Velocities of laser-based ultrasonic waves were evaluated for various fiber orientation. In addition, laser interferometry was used to receive ultrasonic wave in CFRP and frequency was analysed

  8. Quench detection/protection of an HTS coil by AE signals

    International Nuclear Information System (INIS)

    Yoneda, M.; Nanato, N.; Aoki, D.; Kato, T.; Murase, S.

    2011-01-01

    A quench detection/protection system based on measuring AE signals was developed. The system was tested for a Bi2223 coil. Temperature rise after a quench occurrence was restrained at very low value. The normal zone propagation velocities in high T c superconductors are slow at high operation temperature and therefore local and excessive temperature rise generates at quench occurrence, and then the superconductors are degraded or burned. Therefore it is essential to detect the temperature rise in high T c superconducting (HTS) coils as soon as possible and protect them. The authors have presented a quench detection method for HTS coils by time-frequency visualization of AE signals and have shown its usefulness for a HTS coil with height and outer diameter of 40-50 mm. In this paper, the authors present a quench detection/protection system based on superior method in quench detection time to the previous method and show its usefulness for a larger HTS coil (height and outer diameter: 160-190 mm) than the previous coil.

  9. Study on different pre-treatment procedures for metal determination in Orujo spirit samples by ICP-AES

    Energy Technology Data Exchange (ETDEWEB)

    Barciela, Julia; Vilar, Manuela; Garcia-Martin, Sagrario [Departamento de Quimica Analitica, Nutricion y Bromatologia, Facultad de Ciencias, Universidad de Santiago de Compostela, Campus de Lugo, 27002 Lugo (Spain); Pena, Rosa M. [Departamento de Quimica Analitica, Nutricion y Bromatologia, Facultad de Ciencias, Universidad de Santiago de Compostela, Campus de Lugo, 27002 Lugo (Spain)], E-mail: qarosa@lugo.usc.es; Herrero, Carlos [Departamento de Quimica Analitica, Nutricion y Bromatologia, Facultad de Ciencias, Universidad de Santiago de Compostela, Campus de Lugo, 27002 Lugo (Spain)], E-mail: cherrero@lugo.usc.es

    2008-10-17

    In this work several pre-treatment methods were studied for metal (Na, K, Mg, Cu and Ca) determination in Orujo spirit samples using inductively coupled plasma atomic emission spectrometry (ICP-AES). Dilution, digestion, evaporation, and cryogenic desolvatation techniques were comparatively evaluated. Because of their analytical characteristics, digestion and evaporation with nitrogen current were found to be appropriate procedures for the determination of metals in alcoholic spirit samples. Yet, if simplicity and application time are to be considered, the latter-evaporation in a water bath with a nitrogen current-stands out as the optimum procedure for any further determinations in Orujo samples by ICP-AES. Low detection levels and wide linear ranges (sufficient to determine these metals in the samples studied) were achieved for each metal. The recoveries (in the 97.5-100.5% range) and the precision (R.S.D. lower than 5.6%) obtained were also satisfactory. The selected procedure was applied to determine the content of metals in 80 representative Galician Orujo spirit samples with and without a Certified Brand of Origin (CBO) which had been produced using different distillation systems. The metal concentrations ranged between 0.37 and 79.7 mg L{sup -1} for Na,

  10. Recognizing and Managing Complexity: Teaching Advanced Programming Concepts and Techniques Using the Zebra Puzzle

    Science.gov (United States)

    Crabtree, John; Zhang, Xihui

    2015-01-01

    Teaching advanced programming can be a challenge, especially when the students are pursuing different majors with diverse analytical and problem-solving capabilities. The purpose of this paper is to explore the efficacy of using a particular problem as a vehicle for imparting a broad set of programming concepts and problem-solving techniques. We…

  11. Chemical spots on the surface of the strongly magnetic Herbig Ae star HD 101412

    DEFF Research Database (Denmark)

    Järvinen, S. P.; Hubrig, S.; Schöller, M.

    2016-01-01

    Due to the knowledge of the rotation period and the presence of a rather strong surface magnetic field, the sharp-lined young Herbig Ae star HD 101412 with a rotation period of 42 d has become one of the most well-studied targets among the Herbig Ae stars. High-resolution HARPS polarimetric spectra...... that is opposite to the behaviour of the other elements studied. Since classical Ap stars usually show a relationship between the magnetic field geometry and the distribution of element spots, we used in our magnetic field measurements different line samples belonging to the three elements with the most numerous...

  12. Development of ICP-AES based method for the characterization of high level waste

    International Nuclear Information System (INIS)

    Seshagiri, T.K.; Thulsidas, S.K.; Adya, V.C.; Kumar, Mithlesh; Radhakrishnan, K.; Mary, G.; Kulkarni, P.G.; Bhalerao, Bharti; Pant, D.K.

    2011-01-01

    An Inductively Coupled Plasma Atomic Emission Spectrometry (ICP-AES) method was developed for the trace metal characterization of high level waste solutions (HLW) of different origin and the method was validated by analysis of synthetic samples of simulated high level waste solutions (SHLW) from spent fuels of varying composition. In this context, an inter-laboratory comparison exercise (ILCE) was carried out with the simulated HLW of different spent fuel types, viz., research reactor (RR), pressurized heavy water reactor (PHWR) and fast breeder reactor (FBR). An over view of the ICP-AES determination of trace metallic constituents in such SHLW solutions is presented. The overall agreement between the various laboratories was good. (author)

  13. Role of adaptor proteins and clathrin in the trafficking of human kidney anion exchanger 1 (kAE1) to the cell surface.

    Science.gov (United States)

    Junking, Mutita; Sawasdee, Nunghathai; Duangtum, Natapol; Cheunsuchon, Boonyarit; Limjindaporn, Thawornchai; Yenchitsomanus, Pa-thai

    2014-07-01

    Kidney anion exchanger 1 (kAE1) plays an important role in acid-base homeostasis by mediating chloride/bicarbornate (Cl-/HCO3-) exchange at the basolateral membrane of α-intercalated cells in the distal nephron. Impaired intracellular trafficking of kAE1 caused by mutations of SLC4A1 encoding kAE1 results in kidney disease - distal renal tubular acidosis (dRTA). However, it is not known how the intracellular sorting and trafficking of kAE1 from trans-Golgi network (TGN) to the basolateral membrane occurs. Here, we studied the role of basolateral-related sorting proteins, including the mu1 subunit of adaptor protein (AP) complexes, clathrin and protein kinase D, on kAE1 trafficking in polarized and non-polarized kidney cells. By using RNA interference, co-immunoprecipitation, yellow fluorescent protein-based protein fragment complementation assays and immunofluorescence staining, we demonstrated that AP-1 mu1A, AP-3 mu1, AP-4 mu1 and clathrin (but not AP-1 mu1B, PKD1 or PKD2) play crucial roles in intracellular sorting and trafficking of kAE1. We also demonstrated colocalization of kAE1 and basolateral-related sorting proteins in human kidney tissues by double immunofluorescence staining. These findings indicate that AP-1 mu1A, AP-3 mu1, AP-4 mu1 and clathrin are required for kAE1 sorting and trafficking from TGN to the basolateral membrane of acid-secreting α-intercalated cells. © 2014 John Wiley & Sons A/S. Published by John Wiley & Sons Ltd.

  14. Radiochemical separation and ICP-AES determination of some common metallic elements in ThO2 matrix

    International Nuclear Information System (INIS)

    Adya, V.C.; Hon, N.S.; Bangia, T.R.; Sastry, M.D.; Iyer, R.H.

    1997-01-01

    Radioactive tracer and also ICP-AES studies have been carried out to determine Al, Cd, Ca, Cr, Co, Cu, Mn, Mo and Pd in ThO 2 matrix after chemical separation. Di-2-ethyl-hexyl phosphoric acid/xylene/HNO 3 extraction system was used for quantitative separation of thorium. The recovery of elements as determined by tracers and ICP-AES was found to be quantitative within experimental error. (author). 3 refs., 1 tab

  15. A Study on the Fracture Behavior of Composite Laminated T-Joints Using AE

    International Nuclear Information System (INIS)

    Kim, J. H.; Sa, J. W.; Park, B. J.; Ahn, B. W.

    1999-01-01

    Quasi-static tests such as monotonic tension and loading/unloading tension were performed to investigate the bond characteristics and the failure processes for the T-joint specimens made from fiber/epoxy composite material. Two types of specimens, each consists of two components, e. g. skin and frame. were manufactured by co-curing and secondary bonding. During the monotonic tension test, AE instrument was used to predict AE signal at the initial and middle stage of the damage propagation. The damage initiation and progression were monitored optically using m (Charge Coupled Device) camera. And the internal crack front profile was examined using ultrasonic C-scan. The results indicate that the loads representing the abrupt increase of the AE signal are within the error range of 5 percent comparing to the loads shown in the load-time curve. Also it is shown that the initiation of crack occurred in the noodle region for both co cured and secondarily bonded specimen. The final failure occurred in the noodle region for the co-cured specimen. but at the skin/frame termination point for the secondarily bonded specimen. Based on the results, it was found that two kinds of specimen show different failure modes depending on the manufacturing methods

  16. Implementing AES via an Actively/Covertly Secure Dishonest-Majority MPC Protocol

    DEFF Research Database (Denmark)

    Damgård, Ivan Bjerre; Keller, Marcel; Keller, Enrique

    2012-01-01

    , but produces significant performance enhancements; the second enables us to perform bit-wise operations in characteristic two fields. As a bench mark application we present the evaluation of the AES cipher, a now standard bench marking example for multi-party computation. We need examine two different...

  17. Effect of Spindle Parameters of Woodworking Band Saw on the AE Value of Crack Band Saw Blade in Compound Material Processing (1)

    Science.gov (United States)

    Gao, Jin-gui; Jiang, Zhao-fang; Luo, Lai-peng

    2017-04-01

    Taking the MJ3210A motion band saw as the research object, the AE value of the band saw blade vibration was obtained by analyzing the VIBSYS vibration signal acquisition and analysis software system in Beijing, and the change of the AE value of the band saw and the crack was found out. The experimental results show that in the MJ3210A sports car sawing machine, the band saw blade with width of 130 mm is used, and the AE value of the cracked band saw blade is well in the high band saw blade AE value. Under the best working condition of the band saw, the band saw blade AE If the value exceeds 104.7 dB (A) above, it means that the band saw blade has at least one crack length greater than 1.38 mm for the crack defect and the need to replace the band saw blade in time. Different species with saw blade of the AE value is different, white pine wood minimum, the largest oak wood; according to a variety of wood processing AE instrument value to determine the band saw blade crack to the situation; so as to fully rational use of band saw blade, The failure and the degree of development to find a new method.

  18. Proximity gettering technology for advanced CMOS image sensors using carbon cluster ion-implantation technique. A review

    Energy Technology Data Exchange (ETDEWEB)

    Kurita, Kazunari; Kadono, Takeshi; Okuyama, Ryousuke; Shigemastu, Satoshi; Hirose, Ryo; Onaka-Masada, Ayumi; Koga, Yoshihiro; Okuda, Hidehiko [SUMCO Corporation, Saga (Japan)

    2017-07-15

    A new technique is described for manufacturing advanced silicon wafers with the highest capability yet reported for gettering transition metallic, oxygen, and hydrogen impurities in CMOS image sensor fabrication processes. Carbon and hydrogen elements are localized in the projection range of the silicon wafer by implantation of ion clusters from a hydrocarbon molecular gas source. Furthermore, these wafers can getter oxygen impurities out-diffused to device active regions from a Czochralski grown silicon wafer substrate to the carbon cluster ion projection range during heat treatment. Therefore, they can reduce the formation of transition metals and oxygen-related defects in the device active regions and improve electrical performance characteristics, such as the dark current, white spot defects, pn-junction leakage current, and image lag characteristics. The new technique enables the formation of high-gettering-capability sinks for transition metals, oxygen, and hydrogen impurities under device active regions of CMOS image sensors. The wafers formed by this technique have the potential to significantly improve electrical devices performance characteristics in advanced CMOS image sensors. (copyright 2017 WILEY-VCH Verlag GmbH and Co. KGaA, Weinheim)

  19. HDE 323771: a new Herbig Ae star

    International Nuclear Information System (INIS)

    Persi, P.; Polcaro, V.F.; Viotti, R.

    1991-01-01

    From an analysis of the blue and red spectrum, and a study of the energy distribution from the optical up to the far infrared, we identify HDE 323771 as a new PMS Herbig Ae star. The P Cygni line profiles observed in the Balmer and Fe II lines indicate the presence of a stellar wind with a velocity of about 250-350 km s -1 . An upper limit of mass loss rate is derived from the observed upper limit for the Br γ luminosity. The near-IR images and the IR energy distribution indicate the presence of an extended circumstellar dust envelope with a temperature of about 1500 K. (author)

  20. High security chaotic multiple access scheme for visible light communication systems with advanced encryption standard interleaving

    Science.gov (United States)

    Qiu, Junchao; Zhang, Lin; Li, Diyang; Liu, Xingcheng

    2016-06-01

    Chaotic sequences can be applied to realize multiple user access and improve the system security for a visible light communication (VLC) system. However, since the map patterns of chaotic sequences are usually well known, eavesdroppers can possibly derive the key parameters of chaotic sequences and subsequently retrieve the information. We design an advanced encryption standard (AES) interleaving aided multiple user access scheme to enhance the security of a chaotic code division multiple access-based visible light communication (C-CDMA-VLC) system. We propose to spread the information with chaotic sequences, and then the spread information is interleaved by an AES algorithm and transmitted over VLC channels. Since the computation complexity of performing inverse operations to deinterleave the information is high, the eavesdroppers in a high speed VLC system cannot retrieve the information in real time; thus, the system security will be enhanced. Moreover, we build a mathematical model for the AES-aided VLC system and derive the theoretical information leakage to analyze the system security. The simulations are performed over VLC channels, and the results demonstrate the effectiveness and high security of our presented AES interleaving aided chaotic CDMA-VLC system.

  1. Advanced energy sources and conversion techniques. Proceedings of a seminar. Volume 1. [35 papers

    Energy Technology Data Exchange (ETDEWEB)

    None

    1958-11-01

    The Seminar was organized as a series of tutorial presentations and round table discussions on a technical level to implement the following: (a) to identify and explore present and projected needs for energy sources and conversion techniques for military applications; (b) to exchange information on current and planned efforts in these fields; (c) to examine the effect of anticipated scientific and technological advances on these efforts; and (d) to present suggested programs aimed at satisfying the military needs for energy sources and conversion techniques. Volume I contains all of the unclassified papers presented at the Seminar. (W.D.M.)

  2. Career prospects and professional landscape after advanced endoscopy fellowship training: a survey assessing graduates from 2009 to 2013.

    Science.gov (United States)

    Granato, Christine M; Kaul, Vivek; Kothari, Truptesh; Damania, Dushyant; Kothari, Shivangi

    2016-08-01

    The advanced endoscopy (AE) fellowship is a popular career track for graduating gastroenterology fellows. The number of fellows completing AE fellowships and the number of programs offering this training have increased in the past 5 years. Despite this, we suspect that the number of AE attending (staff physician) positions have decreased (relative to the number of fellows graduating), raising concerns regarding AE job market saturation. Our aim was to survey practicing gastroenterology physicians who completed an AE fellowship within the past 5 years regarding their current professional status. A 16-question survey was distributed using Research Electronic Data Capture by e-mail to practicing gastroenterologists who completed an AE fellowship between 2009 and 2013. The survey questions elicited information regarding demographics, professional status, and additional information. A total of 96 invitations were distributed via e-mail. Forty-one of 96 respondents (43%) replied to the survey. Approximately half of the respondents were employed in an academic practice, with the remainder in private practice (56% and 44%, respectively). Nearly half (46%) of the respondents found it "difficult" to find an AE position after training. Thirty-nine percent of private-practice endoscopists were performing > 200 ERCPs/year, whereas 65% were doing so in academic settings (P = .09). Fifty-six percent of respondents were in small practices (0 to 1 partner), with a significantly smaller group size in private versus academic practice (72% versus 43%, P = .021). Seventy-eight percent of respondents believed the AE job market was saturated; most responded that the AE job market was saturated in both academic and private practice (44%), whereas 34% believed the job market was saturated in academics only. Most respondents (73%) who were training AE fellows found it difficult to place them in AE attending positions. Respondents from academic practice found it significantly more

  3. EAES: Extended Advanced Encryption Standard with Extended Security

    Directory of Open Access Journals (Sweden)

    Abul Kalam Azad

    2018-05-01

    Full Text Available Though AES is the highest secure symmetric cipher at present, many attacks are now effective against AES too which is seen from the review of recent attacks of AES. This paper describes an extended AES algorithm with key sizes of 256, 384 and 512 bits with round numbers of 10, 12 and 14 respectively. Data block length is 128 bits, same as AES. But unlike AES each round of encryption and decryption of this proposed algorithm consists of five stages except the last one which consists of four stages. Unlike AES, this algorithm uses two different key expansion algorithms with two different round constants that ensure higher security than AES. Basically, this algorithm takes one cipher key and divides the selected key of two separate sub-keys: FirstKey and SecondKey. Then expand them through two different key expansion schedules. Performance analysis shows that the proposed extended AES algorithm takes almost same amount of time to encrypt and decrypt the same amount of data as AES but with higher security than AES.

  4. Detection method based on Kalman filter for high speed rail defect AE signal on wheel-rail rolling rig

    Science.gov (United States)

    Hao, Qiushi; Shen, Yi; Wang, Yan; Zhang, Xin

    2018-01-01

    Nondestructive test (NDT) of rails has been carried out intermittently in traditional approaches, which highly restricts the detection efficiency under rapid development of high speed railway nowadays. It is necessary to put forward a dynamic rail defect detection method for rail health monitoring. Acoustic emission (AE) as a practical real-time detection technology takes advantage of dynamic AE signal emitted from plastic deformation of material. Detection capacities of AE on rail defects have been verified due to its sensitivity and dynamic merits. Whereas the application under normal train service circumstance has been impeded by synchronous background noises, which are directly linked to the wheel speed. In this paper, surveys on a wheel-rail rolling rig are performed to investigate defect AE signals with varying speed. A dynamic denoising method based on Kalman filter is proposed and its detection effectiveness and flexibility are demonstrated by theory and computational results. Moreover, after comparative analysis of modelling precision at different speeds, it is predicted that the method is also applicable for high speed condition beyond experiments.

  5. Advances in zymography techniques and patents regarding protease analysis.

    Science.gov (United States)

    Wilkesman, Jeff; Kurz, Liliana

    2012-08-01

    Detection of enzymatic activity on gel electrophoresis, namely zymography, is a technique that has received increasing attention in the last 10 years, according to the number of articles published. A growing amount of enzymes, mainly proteases, are now routinely detected by zymography. Detailed analytical studies are beginning to be published, as well as new patents have been developed. This new article updates the information covered in our last review, condensing the recent publications dealing with the identification of proteolytic enzymes in electrophoretic gel supports and its variations. The new advances of this method are basically focused towards two dimensional zymography and transfer zymography. Though comparatively fewer patents have been published, they basically coincide in the study of matrix metalloproteases. The tendency is foreseen to be very productive in the area of zymoproteomics, combining electrophoresis and mass spectrometry for the analysis of proteases.

  6. Gefitinib provides similar effectiveness and improved safety than erlotinib for advanced non-small cell lung cancer: A meta-analysis.

    Science.gov (United States)

    Zhang, Wenxiong; Wei, Yiping; Yu, Dongliang; Xu, Jianjun; Peng, Jinhua

    2018-04-01

    The epidermal growth factor receptor tyrosine kinase inhibitors gefitinib and erlotinib are effective for advanced non-small cell lung cancer (NSCLC). This meta-analysis compared their effectiveness and safety. We searched systematically in PubMed, ScienceDirect, The Cochrane Library, Scopus, Ovid MEDLINE, EMBASE, Web of Science, and Google Scholar for relevant clinical trials regarding gefitinib versus erlotinib for NSCLC. Antitumor effectiveness (overall survival [OS], progression-free survival [PFS], objective response rate [ORR] and disease control rate [DCR]) and adverse effects [AEs]) were assessed. Forty studies comprising 9376 participants were included. The results suggested that gefitinib and erlotinib are effective for advanced NSCLC with comparable PFS (95% confidence intervals [CI]: 0.98-1.11, P = .15), OS (95% CI: 0.93-1.19, P = .45), ORR (95% CI: 0.99-1.16, P = .07), and DCR (95% CI: 0.92-1.03, P = .35). For erlotinib, dose reduction was significantly more frequent (95% CI: 0.10-0.57, P = .001) as were grade 3 to 5 AEs (95% CI: 0.36-0.79, P = .002). In the subgroup analysis, the erlotinib group had a significant higher rate and severity of skin rash, nausea/vomiting, fatigue, and stomatitis. Gefitinib was proven to be the better choice for advanced NSCLC, with equal antitumor effectiveness and fewer AEs compared with erlotinib. Further large-scale, well-designed randomized controlled trials are warranted to confirm our validation.

  7. Synchrotron-Based Microspectroscopic Analysis of Molecular and Biopolymer Structures Using Multivariate Techniques and Advanced Multi-Components Modeling

    International Nuclear Information System (INIS)

    Yu, P.

    2008-01-01

    More recently, advanced synchrotron radiation-based bioanalytical technique (SRFTIRM) has been applied as a novel non-invasive analysis tool to study molecular, functional group and biopolymer chemistry, nutrient make-up and structural conformation in biomaterials. This novel synchrotron technique, taking advantage of bright synchrotron light (which is million times brighter than sunlight), is capable of exploring the biomaterials at molecular and cellular levels. However, with the synchrotron RFTIRM technique, a large number of molecular spectral data are usually collected. The objective of this article was to illustrate how to use two multivariate statistical techniques: (1) agglomerative hierarchical cluster analysis (AHCA) and (2) principal component analysis (PCA) and two advanced multicomponent modeling methods: (1) Gaussian and (2) Lorentzian multi-component peak modeling for molecular spectrum analysis of bio-tissues. The studies indicated that the two multivariate analyses (AHCA, PCA) are able to create molecular spectral corrections by including not just one intensity or frequency point of a molecular spectrum, but by utilizing the entire spectral information. Gaussian and Lorentzian modeling techniques are able to quantify spectral omponent peaks of molecular structure, functional group and biopolymer. By application of these four statistical methods of the multivariate techniques and Gaussian and Lorentzian modeling, inherent molecular structures, functional group and biopolymer onformation between and among biological samples can be quantified, discriminated and classified with great efficiency.

  8. Uses of AES and RGA to study neutron-irradiation-enhanced segregation to internal surfaces

    International Nuclear Information System (INIS)

    Gessel, G.R.; White, C.L.

    1980-01-01

    The high flux of point defects to sinks during neutron irradiation can result in segregation of impurity or alloy additions to metals. Such segregants can be preexisting or produced by neutron-induced transmutations. This segregation is known to strongly influence swelling and mechanical properties. Over a period of years, facilities have been developed at ORNL incorporating AES and RGA to examine irradiated materials. Capabilities of this system include in situ tensile fracture at elevated temperatures under ultrahigh vacuum 10 -10 torr and helium release monitoring. AES and normal incidence inert ion sputtering are exploited to examine segregation at the fracture surface and chemical gradients near the surface

  9. Assessment of ground-based monitoring techniques applied to landslide investigations

    Science.gov (United States)

    Uhlemann, S.; Smith, A.; Chambers, J.; Dixon, N.; Dijkstra, T.; Haslam, E.; Meldrum, P.; Merritt, A.; Gunn, D.; Mackay, J.

    2016-01-01

    A landslide complex in the Whitby Mudstone Formation at Hollin Hill, North Yorkshire, UK is periodically re-activated in response to rainfall-induced pore-water pressure fluctuations. This paper compares long-term measurements (i.e., 2009-2014) obtained from a combination of monitoring techniques that have been employed together for the first time on an active landslide. The results highlight the relative performance of the different techniques, and can provide guidance for researchers and practitioners for selecting and installing appropriate monitoring techniques to assess unstable slopes. Particular attention is given to the spatial and temporal resolutions offered by the different approaches that include: Real Time Kinematic-GPS (RTK-GPS) monitoring of a ground surface marker array, conventional inclinometers, Shape Acceleration Arrays (SAA), tilt meters, active waveguides with Acoustic Emission (AE) monitoring, and piezometers. High spatial resolution information has allowed locating areas of stability and instability across a large slope. This has enabled identification of areas where further monitoring efforts should be focused. High temporal resolution information allowed the capture of 'S'-shaped slope displacement-time behaviour (i.e. phases of slope acceleration, deceleration and stability) in response to elevations in pore-water pressures. This study shows that a well-balanced suite of monitoring techniques that provides high temporal and spatial resolutions on both measurement and slope scale is necessary to fully understand failure and movement mechanisms of slopes. In the case of the Hollin Hill landslide it enabled detailed interpretation of the geomorphological processes governing landslide activity. It highlights the benefit of regularly surveying a network of GPS markers to determine areas for installation of movement monitoring techniques that offer higher resolution both temporally and spatially. The small sensitivity of tilt meter measurements

  10. 77 FR 6471 - Bacillus thuringiensis Cry2Ae Protein in Cotton; Exemption from the Requirement of a Tolerance

    Science.gov (United States)

    2012-02-08

    ... rather provides a guide for readers regarding entities likely to be affected by this action. Other types... degradation by acid and proteases (Ref. 4). The Cry2Ae protein was rapidly digested (within 30 seconds) in SGF... shown to be rapidly digested in vitro. As previously stated, when Cry2Ae protein is used as a PIP in...

  11. Rapid synthesis of the A-E fragment of ciguatoxin CTX3C.

    Science.gov (United States)

    Clark, J Stephen; Conroy, Joanne; Blake, Alexander J

    2007-05-24

    The A-E fragment of the marine natural product CTX3C has been prepared in an efficient manner by using a strategy in which two-directional and iterative ring-closing metathesis (RCM) reactions were employed for ring construction.

  12. ADVANCING THE FUNDAMENTAL UNDERSTANDING AND SCALE-UP OF TRISO FUEL COATERS VIA ADVANCED MEASUREMENT AND COMPUTATIONAL TECHNIQUES

    Energy Technology Data Exchange (ETDEWEB)

    Biswas, Pratim; Al-Dahhan, Muthanna

    2012-11-01

    to advance the fundamental understanding of the hydrodynamics by systematically investigating the effect of design and operating variables, to evaluate the reported dimensionless groups as scaling factors, and to establish a reliable scale-up methodology for the TRISO fuel particle spouted bed coaters based on hydrodynamic similarity via advanced measurement and computational techniques. An additional objective is to develop an on-line non-invasive measurement technique based on gamma ray densitometry (i.e. Nuclear Gauge Densitometry) that can be installed and used for coater process monitoring to ensure proper performance and operation and to facilitate the developed scale-up methodology. To achieve the objectives set for the project, the work will use optical probes and gamma ray computed tomography (CT) (for the measurements of solids/voidage holdup cross-sectional distribution and radial profiles along the bed height, spouted diameter, and fountain height) and radioactive particle tracking (RPT) (for the measurements of the 3D solids flow field, velocity, turbulent parameters, circulation time, solids lagrangian trajectories, and many other of spouted bed related hydrodynamic parameters). In addition, gas dynamic measurement techniques and pressure transducers will be utilized to complement the obtained information. The measurements obtained by these techniques will be used as benchmark data to evaluate and validate the computational fluid dynamic (CFD) models (two fluid model or discrete particle model) and their closures. The validated CFD models and closures will be used to facilitate the developed methodology for scale-up, design and hydrodynamic similarity. Successful execution of this work and the proposed tasks will advance the fundamental understanding of the coater flow field and quantify it for proper and safe design, scale-up, and performance. Such achievements will overcome the barriers to AGR applications and will help assure that the US maintains

  13. The four serotypes of dengue recognize the same putative receptors in Aedes aegypti midgut and Ae. albopictus cells

    Directory of Open Access Journals (Sweden)

    Camacho-Nuez Minerva

    2006-10-01

    Full Text Available Abstract Background Dengue viruses (DENV attach to the host cell surface and subsequently enter the cell by receptor-mediated endocytosis. Several primary and low affinity co-receptors for this flavivirus have been identified. However, the presence of these binding molecules on the cell surface does not necessarily render the cell susceptible to infection. Determination of which of them serve as bona fide receptors for this virus in the vector may be relevant to treating DENV infection and in designing control strategies. Results (1 Overlay protein binding assay showed two proteins with molecular masses of 80 and 67 kDa (R80 and R67. (2 Specific antibodies against these two proteins inhibited cell binding and infection. (3 Both proteins were bound by all four serotypes of dengue virus. (4 R80 and R67 were purified by affinity chromatography from Ae. aegypti mosquito midguts and from Ae albopictus C6/36 cells. (5 In addition, a protein with molecular mass of 57 kDa was purified by affinity chromatography from the midgut extracts. (6 R80 and R67 from radiolabeled surface membrane proteins of C6/36 cells were immunoprecipitated by antibodies against Ae. aegypti midgut. Conclusion Our results strongly suggest that R67 and R80 are receptors for the four serotypes of dengue virus in the midgut cells of Ae. aegypti and in C6/36 Ae. albopictus cells.

  14. Water Depletion in the Disk Atmosphere of Herbig AeBe Stars

    NARCIS (Netherlands)

    Fedele, D.; Pascucci, I.; Brittain, S.; Kamp, I.; Woitke, P.; Williams, J. P.; Dent, W. R. F.; Thi, W. -F.

    2011-01-01

    We present high-resolution (R similar to 100,000) L-band spectroscopy of 11 Herbig AeBe stars with circumstellar disks. The observations were obtained with the VLT/CRIRES to detect hot water and hydroxyl radical emission lines previously detected in disks around T Tauri stars. OH emission lines are

  15. On the solar wind - magnetosphere - ionosphere coupling: AMPTE/CCE particle data and the AE indices

    International Nuclear Information System (INIS)

    Daglis, I.A.; Wilken, B.; Sarris, E.T.; Kremser, G.

    1992-01-01

    We present a statistical study of the substorm particle energization in terms of the energy density of the major magnetospheric ions (H + , O + , He ++ , He + ). The correlation between energy density during substorm expansion phase and the auroral indices (AE, AU, Al) is examined and interpreted. Most distinct result is that the ionospheric origin O + energy density correlate remarkable well with the AE index, while the solar wind origin He ++ energy density does not correlate at all with AE. Mixed origin H + and He + ions exhibit an intermediate behavior. Furthermore, the O + energy density correlates very well with the pre-onset AU index level, while there is no correlation with the pre-onset AL index. The results are interpreted as a result of solar wind. The results are interpreted as a result of solar wind - magnetosphere - ionosphere coupling through the internal magnetospheric dynamo: the ionosphere responds to the increased activity of the internal dynamo (which is due to the high solar wind input) and influences substorm dynamics by feeding the near-Earth magnetotail with energetic ionospheric ions during late growth phase and expansion phase

  16. Advanced technique for computing fuel combustion properties in pulverized-fuel fired boilers

    Energy Technology Data Exchange (ETDEWEB)

    Kotler, V.R. (Vsesoyuznyi Teplotekhnicheskii Institut (Russian Federation))

    1992-03-01

    Reviews foreign technical reports on advanced techniques for computing fuel combustion properties in pulverized-fuel fired boilers and analyzes a technique developed by Combustion Engineering, Inc. (USA). Characteristics of 25 fuel types, including 19 grades of coal, are listed along with a diagram of an installation with a drop tube furnace. Characteristics include burn-out intensity curves obtained using thermogravimetric analysis for high-volatile bituminous, semi-bituminous and coking coal. The patented LFP-SKM mathematical model is used to model combustion of a particular fuel under given conditions. The model allows for fuel particle size, air surplus, load, flame height, and portion of air supplied as tertiary blast. Good agreement between computational and experimental data was observed. The method is employed in designing new boilers as well as converting operating boilers to alternative types of fuel. 3 refs.

  17. REVIEW ARTICLE: Emission measurement techniques for advanced powertrains

    Science.gov (United States)

    Adachi, Masayuki

    2000-10-01

    Recent developments in high-efficiency low-emission powertrains require the emission measurement technologies to be able to detect regulated and unregulated compounds with very high sensitivity and a fast response. For example, levels of a variety of nitrogen compounds and sulphur compounds should be analysed in real time in order to develop aftertreatment systems to decrease emission of NOx for the lean burning powertrains. Also, real-time information on the emission of particulate matter for the transient operation of diesel engines and direct injection gasoline engines is invaluable. The present paper reviews newly introduced instrumentation for such emission measurement that is demanded for the developments in advanced powertrain systems. They include Fourier transform infrared spectroscopy, mass spectrometry and fast response flame ionization detection. In addition, demands and applications of the fuel reformer developments for fuel cell electric vehicles are discussed. Besides the detection methodologies, sample handling techniques for the measurement of concentrations emitted from low emission vehicles for which the concentrations of the pollutants are significantly lower than the concentrations present in ambient air, are also described.

  18. Advanced techniques using the plant as indicator of irrigation management

    Directory of Open Access Journals (Sweden)

    Barbara dos Santos Esteves

    2015-05-01

    Full Text Available The methodologies which are considered the most promising for irrigation management are those based on the analysis of the water status of the plants themselves. This justifies the study and improvement of indicators based on automatic and continuous measures to enable real-time monitoring data, as indices from sap flow, dendrometry and leaf turgor pressure techniques. The aim of this paper is to analyze such methodologies in order to demonstrate their principles, advantages and challenges. In conclusion, the methodologies analyzed still have many technological advances and challenges before being presented to the final user. The future research should work these tools for elaboration of technical indexes that allow their simplification, on the instrumental point of view, and the interpretation of their results.

  19. Perceptions, practices and health seeking behaviour constrain JE/AES interventions in high endemic district of North India.

    Science.gov (United States)

    Chaturvedi, Sanjay; Sharma, Neha; Kakkar, Manish

    2017-08-08

    Acute Encephalitis Syndrome (AES) and Japanese Encephalitis (JE) stay as poorly understood phenomena in India. Multiple linkages to determinants such as poverty, socio-economic status, gender, environment, and population distribution, make it a greater developmental issue than just a zoonotic disease. A qualitative study was conducted to map knowledge, perceptions and practices of community and health systems level stakeholders. Seventeen interviews with utilizers of AES care, care givers from human and veterinary sectors, Non-governmental Organizations (NGOs), and pig owners and 4 Focused Group Discussions (FGDs) with farmers, community leaders, and students were conducted in an endemic north Indian district-Kushinagar. Core themes that emerged were: JE/AES been perceived as a deadly disease, but not a major health problem; filthy conditions, filthy water and mosquitoes seen to be associated with JE/AES; pigs not seen as a source of infection; minimal role of government health workers in the first-contact care of acute Illness; no social or cultural resistance to JE vaccination or mosquito control; no gender-based discrimination in the care of acute Illness; and non-utilization of funds available with local self govt. Serious challenges and systematic failures in delivery of care during acute illness, which can critically inform the health systems, were also identified. There is an urgent need for promotive interventions to address lack of awareness about the drivers of JE/AES. Delivery of care during acute illness suffers with formidable challenges and systematic failures. A large portion of mortality can be prevented by early institution of rational management at primary and secondary level, and by avoiding wastage of time and resources for investigations and medications that are not actually required.

  20. Modification of working parameters for routine determination of trace elemental impurities in PuO2 samples by direct current arc-AES

    International Nuclear Information System (INIS)

    Pant, D.K.; Phadke, M.P.; Dapolikar, T.T.; Kapur, H.N.; Kumar, Rajendra; Dubey, K.

    2015-01-01

    In the present work we have altered the parameters of routine method to determine the trace elemental impurities in PuO 2 samples using DC arc source optically coupled with CCD based spectrometer system. The method is basically a fractional distillation technique using DC arc source, involving ignition, dilution of the sample with U 3 O 8 containing carrier mixture, arcing of the sample/standard mixture in DC arc and measurement of analyte signals by spectrometer system. In all fifteen elemental impurities including Boron and Cadmium were determined. Detection limits are comparable with ICP-AES method. (author)

  1. NuSTAR and swift observations of the fast rotating magnetized white dwarf AE Aquarii

    DEFF Research Database (Denmark)

    Kitaguchi, Takao; An, Hongjun; Beloborodov, Andrei M.

    2014-01-01

    AE Aquarii is a cataclysmic variable with the fastest known rotating magnetized white dwarf (P-spin = 33.08 s). Compared to many intermediate polars, AE Aquarii shows a soft X-ray spectrum with a very low luminosity (L-X similar to 10(31) erg s(-1)). We have analyzed overlapping observations...... of this system with the NuSTAR and the Swift X-ray observatories in 2012 September. We find the 0.5-30 keV spectra to be well fitted by either an optically thin thermal plasma model with three temperatures of 0.75(-0.45)(+0.18), 2.29(-0.82)(+0.96), and 9.33(-2.18)(+6.07) keV, or an optically thin thermal plasma...

  2. Investigation of Participation in Adult Education in Turkey: AES Data Analysis

    Science.gov (United States)

    Dincer, N. Nergiz; Tekin-Koru, Ayca; Askar, Petek

    2016-01-01

    The aim of this study is to identify the determinants of participation in adult education in Turkey. The analysis is conducted using the Adult Education Survey (AES), conducted by TurkStat. The results indicate that economic growth in the sector of employment significantly and positively affects the odds for adult education participation. The data…

  3. Development of the staffing evaluation technique for mental tasks of the advanced main control room

    International Nuclear Information System (INIS)

    Hsieh Tsungling; Yang Chihwei; Lin Chiuhsiangjoe

    2011-01-01

    The key goals of staffing and qualifications review element are to ensure that the right numbers of people with the appropriate skills and abilities are available to support plant operations and events. If the staffing level is too few, excessive stress that caused human errors possibly will be placed on the operators. Accordingly, this study developed a staffing evaluation technique based on CPM-GOMS for the mental tasks such as operations in the advanced main control room. A within-subject experiment was designed to examine the validity of the staffing evaluation technique. The results indicated the performance of evaluated staffing level via the staffing evaluation technique was significantly higher than that of non-evaluated staffing level; thus, validity of the staffing evaluation technique can be accepted. Finally, the implications for managerial practice on the findings of this study were discussed. (author)

  4. Acoustic emission non-destructive testing of structures using source location techniques.

    Energy Technology Data Exchange (ETDEWEB)

    Beattie, Alan G.

    2013-09-01

    The technology of acoustic emission (AE) testing has been advanced and used at Sandia for the past 40 years. AE has been used on structures including pressure vessels, fire bottles, wind turbines, gas wells, nuclear weapons, and solar collectors. This monograph begins with background topics in acoustics and instrumentation and then focuses on current acoustic emission technology. It covers the overall design and system setups for a test, with a wind turbine blade as the object. Test analysis is discussed with an emphasis on source location. Three test examples are presented, two on experimental wind turbine blades and one on aircraft fire extinguisher bottles. Finally, the code for a FORTRAN source location program is given as an example of a working analysis program. Throughout the document, the stress is on actual testing of real structures, not on laboratory experiments.

  5. Acoustic Emission Assessment of Impending Fracture in a Cyclically Loading Structural Steel

    Directory of Open Access Journals (Sweden)

    Igor Rastegaev

    2016-11-01

    Full Text Available Using the advanced acoustic emission (AE technique, we address the problem of early identification of crack initiation and growth in ductile structural steels under cyclic loading. The notched 9MnSi5 steel specimens with weld joints were fatigue tested at room and lower temperatures with concurrent AE measurements. Detection of AE in ductile materials where fatigue crack initiation and propagation is mediated by local dislocation behavior ahead of the notch or crack tip is challenging because of an extremely low amplitude of the AE signal. With account of this issue, two new practically oriented criteria for recognition of different stages of fatigue are proposed on the basis of AE data: (1 a power spectrum-based criterion and (2 a pattern recognition-based criterion utilizing modern clustering algorithms. The applicability of both criteria is verified using obtained AE data. A good correspondence between AE outcomes and experimental observations of the fatigue behavior was obtained and is discussed.

  6. Applications of advanced electron microscopy techniques to the studies of radiation effects in ceramic materials

    International Nuclear Information System (INIS)

    Wang, L.M.

    1998-01-01

    This paper summarizes some recent results from the application of several advanced transmission electron microscopy (TEM) techniques to the studies of radiation effects in insulators with the main focus on radiation-induced amorphization. These techniques include in situ TEM during ion-beam irradiation at cryogenic and elevated temperatures, cross-sectional TEM, high-resolution TEM, and image simulation on partially damaged materials, as well as digital TEM with image processing and analysis. The combination of these techniques may often provide very detailed information about the microstructure evolution during energetic particle irradiation, especially at the early stages, which is unobtainable with any other analytical methods. These techniques have been successfully applied to the analysis of a large group of ion-beam-irradiated ceramics, including quartz, silicon carbides, uranium oxide, apatite, spinel and other complex mineral phases. The advantages and limitations of each technique, as well as some important technical details for the analysis of radiation damage in ceramics are presented. (orig.)

  7. Comparison of elemental quantity by PIXE and ICP-MS and/or ICP-AES for NIST standards

    International Nuclear Information System (INIS)

    Saitoh, K.; Sera, K.; Gotoh, T.; Nakamura, M.

    2002-01-01

    Urban particulate matter (SRM 1648), Buffalo River sediment (SRM 2704) and pine needle (SRM 1575) standard reference materials prepared by the National Institute of Standards and Technology (NIST, USA) were analyzed by three multi-element analysis methods, i.e., particle induced X-ray emission (PIXE), inductively coupled plasma-mass spectrometry (ICP-MS) and inductively coupled plasma-atomic emission spectrometry (ICP-AES); values determined by those analysis methods were compared with certified and/or non-certified values of NIST samples. Values determined by PIXE were 70-120% relative to certified and/or non-certified values of NIST samples except for Co in the urban particulate matter, for V and Co in Buffalo River sediment and for Ni and Br in the pine needles samples. In particular, Al, K, Ca, Cr, Mn, Fe, Cu, Zn and Pb were 85-110% in all samples. On the other hand, Na and Fe values determined by ICP-MS were very much different from the certified values in all samples, but the other elements were 70-120%. As for ICP-AES, all elements except for Na were 80-100% in all samples. Comparing the values determined by PIXE and those determined by ICP-MS and/or ICP-AES, there was a slight difference between the samples, but the range was 75-120% except for Na, V, Fe and Co determined by ICP-MS and Na determined by ICP-AES, which was generally consistent with PIXE

  8. Microwave digestion techniques applied to determination of boron by ICP-AES in BNCT program

    International Nuclear Information System (INIS)

    Farias, Silvia S.; Di Santo, Norberto R.; Garavaglia, Ricardo N.; Pucci, Gladys N.; Batistoni, Daniel A.; Schwint, Amanda E.

    1999-01-01

    Recently, boron neutron capture therapy (BNCT) has merged as an interesting option for the treatment of some kind of tumors where established therapies show no success. A molecular boronated species, enriched in 10 B is administrated to the subject; it localizes in malignant tissues depending the kind of tumor and localization. Therefore, a very important fact in BNCT research is the detection of boron at trace or ultra trace levels precisely and accurately. This is extremely necessary as boronated species do localize in tumoral tissue and also localize in liver, kidney, spleen, skin, membranes. By this way, before testing a boronated species, it is mandatory to determine its biodistribution in a statistically meaning population, that is related with managing of a great number of samples. In the other hand, it is necessary to exactly predict when to begin the irradiation and to determine the magnitude of radiation to obtain the desired radiological dose for a specified mean boron concentration. This involves the determination of boron in whole blood, which is related with boron concentration in the tumor object of treatment. The methodology selected for the analysis of boron in whole blood and tissues must join certain characteristics: it must not be dependant of the chemical form of boron, it has to be fast and capable to determine boron accurately and precisely in a wide range of concentrations. The design and validation of experimental models involving animals in BNCT studies and the determination of boron in blood of animals and subjects upon treatment require reliable analytical procedures to determine boron quantitatively in those biologic materials. Inductively coupled plasma-atomic emission spectrometry (ICP-AES) using pneumatic nebulization is one of the most promising methods for boron analysis, but the sample must be liquid and have low solid concentration. In our case, biological tissues and blood, it is mandatory to mineralize and/or dilute samples

  9. New peptide receptor radionuclide therapy of invasive cancer cells: in vivo studies using 177Lu-DOTA-AE105 targeting uPAR in human colorectal cancer xenografts

    International Nuclear Information System (INIS)

    Persson, Morten; Rasmussen, Palle; Madsen, Jacob; Ploug, Michael; Kjaer, Andreas

    2012-01-01

    The proposition of uPAR as a potential target in cancer therapy is advanced by its predominant expression at the invasive front of colorectal cancer (CRC) and its value as prognostic biomarker for poor survival in this disease. In this study, we provide the first in vivo proof-of-concept for a theranostic approach as treatment modality in a human xenograft colorectal cancer model. Methods: A DOTA-conjugated 9-mer high affinity uPAR binding peptide (DOTA-AE105) was radiolabeled with 64 Cu and 177 Lu, for PET imaging and targeted radionuclide therapy study, respectively. Human uPAR-positive CRC HT-29 cells were inoculated in Nude mice and treated with 177 Lu-DOTA-AE105 once a visible tumor had formed. To evaluate the true effect of the targeted radiotherapy, two controls groups were included in this study, one receiving a 177 Lu-labeled non-binding control peptide and one receiving vehicle. All animals were treated day 0 and 7. A parallel 18 F-FLT PET/CT study was performed on day 0, 1, 3 and 6. Dosimetry calculations were based on a biodistribution study, where organs and tissue of interest were collected 0.5, 1.0, 2.0, 4.0 and 24 h post injection of 177 Lu-DOTA-AE105. Toxicity was assessed by recording mouse weight and by H and E staining of kidneys in each treatment group. Results: uPAR-positive HT-29 xenograft was clearly visualized by PET/CT imaging using 64 Cu-DOTA-AE105. Subsequently, these xenograft transplants were locally irradiated using 177 Lu-DOTA-AE105, where a significant effect on tumor size and the number of uPAR-positive cells in the tumor was found (p 18 F-FLT PET/CT imaging study revealed a significant correlation between 18 F-FLT tumor uptake and efficacy of the radionuclide therapy. A histological examination of the kidneys from one animal in each treatment group did not reveal any gross abnormalities and the general performance of all treated animals also showed no indications of radioactivity-induced toxicity. Conclusion: These findings

  10. Evaluating agronomic effectiveness of phosphate rocks using nuclear and related techniques: Results from an FAO/IAEA co-ordinated research project

    International Nuclear Information System (INIS)

    Zapata, F.

    2000-01-01

    An FAO/IAEA Co-ordinated Research Project, 'The use of nuclear and related techniques for evaluating the agronomic effectiveness of phosphatic fertilisers, in particular rock phosphates', was in operation during the period 1993-98. The research network comprised twenty-three scientists, of whom seventeen were in developing countries, with six in industrialized nations. Conventional and 32 P-isotope techniques were utilized to assess the bioavailability of P in soils amended with phosphate rock (PR) and water-soluble fertilisers, and to evaluate the agronomic effectiveness of PR products. No single chemical extraction method was found to be suitable for all soils and fertilisers. The Pi strip method showed promising results, but more testing is needed with tropical acid soils. The 32 P-phosphate-exchange kinetics method allowed a complete characterization of P dynamics, and provided basic information for estimating the kinetic pools of soil P. The agronomic effectiveness (AE) of PRs depends on their solubility (reactivity), which is related to the degree of carbonate substitution for phosphate in the apatite structure. Rock phosphates of low reactivity were unsuitable for direct application to annual crops. Research in Venezuela, China, Cuba, Brazil, and Thailand demonstrated that AE can be increased by partial acidulation, or by mixing with organic materials or a water-soluble source. The AE can be enhanced also through inoculation with mycorrhizal fungi and rhizobacteria. The AE, which depends on species, is particularly high in crops such as canola and lupin that exude organic acids from the roots. Agronomic effectiveness of PR is higher on soils with low pH, low available P, low exchangeable Ca, high cation exchange capacity and high organic-matter content. The 32 P-techniques are powerful tools for studying the factors that affect AE. Information from field trials was used to create a database for validating a model for providing recommendations for PR

  11. Advanced techniques in actinide spectroscopy (ATAS 2014). Abstract book

    International Nuclear Information System (INIS)

    Foerstendorf, Harald; Mueller, Katharina; Steudtner, Robin

    2014-01-01

    In 2012, The Institute of Resource Ecology at the Helmholtz-Zentrum Dresden Rossendorf organized the first international workshop of Advanced Techniques in Actinide Spectroscopy (ATAS). A very positive feedback and the wish for a continuation of the workshop were communicated from several participants to the scientific committee during the workshop and beyond. Today, the ATAS workshop has been obviously established as an international forum for the exchange of progress and new experiences on advanced spectroscopic techniques for international actinide and lanthanide research. In comparison to already established workshops and conferences on the field of radioecology, one main focus of ATAS is to generate synergistic effects and to improve the scientific discussion between spectroscopic experimentalists and theoreticians. The exchange of ideas in particular between experimental and theoretical applications in spectroscopy and the presentation of new analytical techniques are of special interest for many research institutions working on the improvement of transport models of toxic elements in the environment and the food chain as well as on reprocessing technologies of nuclear and non-nuclear waste. Spectroscopic studies in combination with theoretical modelling comprise the exploration of molecular mechanisms of complexation processes in aqueous or organic phases and of sorption reactions of the contaminants on mineral surfaces to obtain better process understanding on a molecular level. As a consequence, predictions of contaminant's migration behaviour will become more reliable and precise. This can improve the monitoring and removal of hazardous elements from the environment and hence, will assist strategies for remediation technologies and risk assessment. Particular emphasis is placed on the results of the first inter-laboratory Round-Robin test on actinide spectroscopy (RRT). The main goal of RRT is the comprehensive molecular analysis of the actinide complex

  12. Advanced techniques in actinide spectroscopy (ATAS 2014). Abstract book

    Energy Technology Data Exchange (ETDEWEB)

    Foerstendorf, Harald; Mueller, Katharina; Steudtner, Robin (eds.)

    2014-07-01

    In 2012, The Institute of Resource Ecology at the Helmholtz-Zentrum Dresden Rossendorf organized the first international workshop of Advanced Techniques in Actinide Spectroscopy (ATAS). A very positive feedback and the wish for a continuation of the workshop were communicated from several participants to the scientific committee during the workshop and beyond. Today, the ATAS workshop has been obviously established as an international forum for the exchange of progress and new experiences on advanced spectroscopic techniques for international actinide and lanthanide research. In comparison to already established workshops and conferences on the field of radioecology, one main focus of ATAS is to generate synergistic effects and to improve the scientific discussion between spectroscopic experimentalists and theoreticians. The exchange of ideas in particular between experimental and theoretical applications in spectroscopy and the presentation of new analytical techniques are of special interest for many research institutions working on the improvement of transport models of toxic elements in the environment and the food chain as well as on reprocessing technologies of nuclear and non-nuclear waste. Spectroscopic studies in combination with theoretical modelling comprise the exploration of molecular mechanisms of complexation processes in aqueous or organic phases and of sorption reactions of the contaminants on mineral surfaces to obtain better process understanding on a molecular level. As a consequence, predictions of contaminant's migration behaviour will become more reliable and precise. This can improve the monitoring and removal of hazardous elements from the environment and hence, will assist strategies for remediation technologies and risk assessment. Particular emphasis is placed on the results of the first inter-laboratory Round-Robin test on actinide spectroscopy (RRT). The main goal of RRT is the comprehensive molecular analysis of the actinide

  13. EAES: Extended Advanced Encryption Standard with Extended Security

    OpenAIRE

    Abul Kalam Azad; Md. Yamin Mollah

    2018-01-01

    Though AES is the highest secure symmetric cipher at present, many attacks are now effective against AES too which is seen from the review of recent attacks of AES. This paper describes an extended AES algorithm with key sizes of 256, 384 and 512 bits with round numbers of 10, 12 and 14 respectively. Data block length is 128 bits, same as AES. But unlike AES each round of encryption and decryption of this proposed algorithm consists of five stages except the last one which consists of four st...

  14. Penicyclones A-E, Antibacterial Polyketides from the Deep-Sea-Derived Fungus Penicillium sp. F23-2.

    Science.gov (United States)

    Guo, Wenqiang; Zhang, Zhenzhen; Zhu, Tianjiao; Gu, Qianqun; Li, Dehai

    2015-11-25

    Five new ambuic acid analogues, penicyclones A-E (1-5), were isolated from the extract of the deep-sea-derived fungus Penicillium sp. F23-2. The structures including the absolute configurations were established by interpretation of NMR and MS data, as well as the application of ECD, X-ray crystallography, and a chemical conversion, as well as the TDDFT-ECD calculations. Penicyclones A-E (1-5) exhibited antimicrobial activity against the Gram-positive bacterium Staphylococcus aureus with MIC values ranging from 0.3 to 1.0 μg/mL.

  15. Alternative oil extraction methods from Echium plantagineum L. seeds using advanced techniques and green solvents.

    Science.gov (United States)

    Castejón, Natalia; Luna, Pilar; Señoráns, Francisco J

    2018-04-01

    The edible oil processing industry involves large losses of organic solvent into the atmosphere and long extraction times. In this work, fast and environmentally friendly alternatives for the production of echium oil using green solvents are proposed. Advanced extraction techniques such as Pressurized Liquid Extraction (PLE), Microwave Assisted Extraction (MAE) and Ultrasound Assisted Extraction (UAE) were evaluated to efficiently extract omega-3 rich oil from Echium plantagineum seeds. Extractions were performed with ethyl acetate, ethanol, water and ethanol:water to develop a hexane-free processing method. Optimal PLE conditions with ethanol at 150 °C during 10 min produced a very similar oil yield (31.2%) to Soxhlet using hexane for 8 h (31.3%). UAE optimized method with ethanol at mild conditions (55 °C) produced a high oil yield (29.1%). Consequently, advanced extraction techniques showed good lipid yields and furthermore, the produced echium oil had the same omega-3 fatty acid composition than traditionally extracted oil. Copyright © 2017 Elsevier Ltd. All rights reserved.

  16. Distortion of DNA Origami on Graphene Imaged with Advanced TEM Techniques.

    Science.gov (United States)

    Kabiri, Yoones; Ananth, Adithya N; van der Torre, Jaco; Katan, Allard; Hong, Jin-Yong; Malladi, Sairam; Kong, Jing; Zandbergen, Henny; Dekker, Cees

    2017-08-01

    While graphene may appear to be the ultimate support membrane for transmission electron microscopy (TEM) imaging of DNA nanostructures, very little is known if it poses an advantage over conventional carbon supports in terms of resolution and contrast. Microscopic investigations are carried out on DNA origami nanoplates that are supported onto freestanding graphene, using advanced TEM techniques, including a new dark-field technique that is recently developed in our lab. TEM images of stained and unstained DNA origami are presented with high contrast on both graphene and amorphous carbon membranes. On graphene, the images of the origami plates show severe unwanted distortions, where the rectangular shape of the nanoplates is significantly distorted. From a number of comparative control experiments, it is demonstrated that neither staining agents, nor screening ions, nor the level of electron-beam irradiation cause this distortion. Instead, it is suggested that origami nanoplates are distorted due to hydrophobic interaction of the DNA bases with graphene upon adsorption of the DNA origami nanoplates. © 2017 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  17. Perceptions, practices and health seeking behaviour constrain JE/AES interventions in high endemic district of North India

    Directory of Open Access Journals (Sweden)

    Sanjay Chaturvedi

    2017-08-01

    Full Text Available Abstract Background Acute Encephalitis Syndrome (AES and Japanese Encephalitis (JE stay as poorly understood phenomena in India. Multiple linkages to determinants such as poverty, socio-economic status, gender, environment, and population distribution, make it a greater developmental issue than just a zoonotic disease. Methods A qualitative study was conducted to map knowledge, perceptions and practices of community and health systems level stakeholders. Seventeen interviews with utilizers of AES care, care givers from human and veterinary sectors, Non-governmental Organizations (NGOs, and pig owners and 4 Focused Group Discussions (FGDs with farmers, community leaders, and students were conducted in an endemic north Indian district-Kushinagar. Results Core themes that emerged were: JE/AES been perceived as a deadly disease, but not a major health problem; filthy conditions, filthy water and mosquitoes seen to be associated with JE/AES; pigs not seen as a source of infection; minimal role of government health workers in the first-contact care of acute Illness; no social or cultural resistance to JE vaccination or mosquito control; no gender-based discrimination in the care of acute Illness; and non-utilization of funds available with local self govt. Serious challenges and systematic failures in delivery of care during acute illness, which can critically inform the health systems, were also identified. Conclusion There is an urgent need for promotive interventions to address lack of awareness about the drivers of JE/AES. Delivery of care during acute illness suffers with formidable challenges and systematic failures. A large portion of mortality can be prevented by early institution of rational management at primary and secondary level, and by avoiding wastage of time and resources for investigations and medications that are not actually required.

  18. Spontaneous wheat-Aegilops biuncialis, Ae. geniculata and Ae. triuncialis amphiploid production, a potential way of gene transference

    Energy Technology Data Exchange (ETDEWEB)

    Loureiro, I.; Escorial, C.; Garcia-Baudin, J. M.; Chueca, M. C.

    2009-07-01

    Some F1 hybrid plants between three species of the Aegilops genus and different hexaploid wheat Triticum aestivum cultivars show certain self-fertility, with averages of F{sub 1} hybrids bearing F{sub 2} seeds of 8.17%, 5.12% and 48.14% for Aegilops biuncialis, Aegilops geniculata and Aegilops triuncialis respectively. In the Ae. triuncialis-wheat combination with Astral wheat cultivar, the fertility was higher than that found in the other combinations. All the F2 seeds studied were spontaneous amphiploids (2n=10x=70). The present study evidences the possibility of spontaneous formation of amphiploids between these three Aegilops species and hexaploid wheat and discusses their relevance for gene transference. Future risk assessment of transgenic wheat cultivars needs to evaluate the importance of amphiploids as a bridge for transgene introgression and for gene escape to the wild. (Author)

  19. “Smart COPVs” - Continued Successful Development of JSC IR&D Acoustic Emissions (AE) SHM

    Data.gov (United States)

    National Aeronautics and Space Administration — Developed and applied promising quantitative pass/fail criteria to COPVs using acoustic emission (AE) and developed automated data analysis software. This lays the...

  20. The Peculiar Binary System AE Aquarii from its Characteristic Multi-wavelength Emission

    Directory of Open Access Journals (Sweden)

    Oruru B.

    2014-01-01

    Full Text Available The multi-wavelength properties of the novalike variable system AE Aquarii are discussed in terms of the interaction between the accretion inflow from a late-type main sequence star and the magnetosphere of a fast rotating white dwarf. This results in an efficient magnetospheric propeller process and particle acceleration. The spin-down of the white dwarf at a period rate of 5.64×10−14 s s−1 results in a huge spin-down luminosity of Ls−d ≃ 6 10×33 erg s−1. Hence, the observed non-thermal hard X-ray emission and VHE and TeV gamma-ray emission may suggest that AE Aquarii can be placed in the category of spin-powered pulsars. Besides, observed hard X-ray luminosity of LX,hard ≤ 5 × 1030 erg s−1 constitutes 0.1 % of the total spin-down luminosity of the white dwarf. This paper will discuss some recent theoretical studies and data analysis of the system.

  1. Lifetime cost of everolimus vs axitinib in patients with advanced renal cell carcinoma who failed prior sunitinib therapy in the US.

    Science.gov (United States)

    Perrin, Allison; Sherman, Steven; Pal, Sumanta; Chua, Andrew; Gorritz, Magdaliz; Liu, Zhimei; Wang, Xufang; Culver, Kenneth; Casciano, Roman; Garrison, Louis P

    2015-03-01

    Everolimus and axitinib are approved in the US to treat patients with advanced renal cell carcinoma (RCC) after failure on sunitinib or sorafenib, and one prior systemic therapy (e.g., sunitinib), respectively. Two indirect comparisons performed to evaluate progression-free survival in patients treated with everolimus vs axitinib suggested similar efficacy between the two treatments. Therefore, this analysis compares the lifetime costs of these two therapies among sunitinib-refractory advanced RCC patients from a US payer perspective. A Markov model was developed to simulate a cohort of sunitinib-refractory advanced RCC patients and estimate the cost of treating patients with everolimus vs axitinib. The following health states were included: stable disease without adverse events (AEs), stable disease with AEs, disease progression (PD), and death. The model included the following resources: active treatments, post-progression treatments, adverse events, physician and nurse visits, scans and tests, and palliative care. Resource utilization inputs were derived from a US claims database analysis. Additionally, a 3% annual discount rate was applied to costs, and the robustness of the model results was tested by conducting sensitivity analyses, including those on dosing scheme and post-progression treatment costs. Base case results demonstrated that patients treated with everolimus cost an average of $12,985 (11%) less over their lifetimes than patients treated with axitinib. The primary difference in costs was related to active treatment, which was largely driven by axitinib's higher dose intensity. RESULTS remained consistent across sensitivity analyses for AE and PD treatment costs, as well as dose intensity and discount rates. The results suggest that everolimus likely leads to lower lifetime costs than axitinib for sunitinib-refractory advanced RCC patients in the US.

  2. An inductively coupled plasma atomic emission spectrometric (ICP-AES) determination of boron and other trace impurities in aluminium metal

    International Nuclear Information System (INIS)

    Deshpande, S.S.; Patil, P.B.; Karanjikar, N.P.

    2002-01-01

    The optimisation and use of ICP-AES technique for the analysis of aluminium metal for B, Cr, Cu, Fe, Mg, Mn, Ni, Si, Ti, V and Zn in the concentration range 5.0 to 50.0 ppm is described. The method involves the dissolution of aluminium metal in acqua-regia. The matrix aluminium solution (2mg/ml) is mixed with composite impurity solution in proper proportions, for getting the required set of standards. JY 1 metre Czerny-Turner Scanning monochromator is used to measure peak intensities corresponding to each analyte wavelength selected. The mean relative standard deviation (RSD) of the method for various elements is found to be 4.0% -2.0% in the concentration range studied. (author)

  3. Estimation of durability of GFRP laminates under stress-corrosive environments using acoustic emission; AE wo mochiita ouryoku fushoku kankyoka deno GFRP no taikyusei hyoka

    Energy Technology Data Exchange (ETDEWEB)

    Fujii, Yoshimichi. [Seikow Chemical Engineering and Machinery, Ltd., Hyogo (Japan). Laboratory of Composite Materials; Nishiyabu, Kazuaki. [Osaka Prefectural College of Tehcnology, Osaka (Japan)

    1999-05-15

    The objective of this investigation is to estimate the creep life of glass fiber reinforced plastic (GFRP) under stress-corrosive environments using acoustic emission(AE). The laminates were fabricated using combinations of vinylester resin (R806) and random fiber mat or woven cloth. The creep tests were conducted in 5% nitric acid (HNO{sub 3}) environment. The AE depends on the loading level and the environment condition. For the creep test, the woven cloth reinforced specimens gave higher number of AE counts than the random mat reinforced specimens. The creep life decreased with increasing creep stress, whereas the rate of AE counts increased with increasing creep stress. A linear relationship was found between the creep life and the AE count rate. Using the proposed equation, a prediction of the creep life of GFRP under corrosive environments would presumably be possible. (author)

  4. Critical and subcritical damage monitoring of bonded composite repairs using innovative non-destructive techniques

    Science.gov (United States)

    Grammatikos, S. A.; Kordatos, E. Z.; Aggelis, D. G.; Matikas, T. E.; Paipetis, A. S.

    2012-04-01

    Infrared Thermography (IrT) has been shown to be capable of detecting and monitoring service induced damage of repair composite structures. Full-field imaging, along with portability are the primary benefits of the thermographic technique. On-line lock-in thermography has been reported to successfully monitor damage propagation or/and stress concentration in composite coupons, as mechanical stresses in structures induce heat concentration phenomena around flaws. During mechanical fatigue, cyclic loading plays the role of the heating source and this allows for critical and subcritical damage identification and monitoring using thermography. The Electrical Potential Change Technique (EPCT) is a new method for damage identification and monitoring during loading. The measurement of electrical potential changes at specific points of Carbon Fiber Reinforced Polymers (CFRPs) under load are reported to enable the monitoring of strain or/and damage accumulation. Along with the aforementioned techniques Finally, Acoustic Emission (AE) method is well known to provide information about the location and type of damage. Damage accumulation due to cyclic loading imposes differentiation of certain parameters of AE like duration and energy. Within the scope of this study, infrared thermography is employed along with AE and EPCT methods in order to assess the integrity of bonded repair patches on composite substrates and to monitor critical and subcritical damage induced by the mechanical loading. The combined methodologies were effective in identifying damage initiation and propagation of bonded composite repairs.

  5. Advanced chemical quality control techniques for use in the manufacture of (U-Pu) MOX fuels

    International Nuclear Information System (INIS)

    Panakkal, J.P.; Prakash, Amrit

    2010-01-01

    Analytical chemistry plays a very important role for nuclear fuel cycle activities be it fuel fabrication, waste management or reprocessing. Nuclear fuels are selected based on the type of reactor. The nuclear fuel has to conform to various stringent chemical specifications like B, rare earths, H, O/M heavy metal content etc. Selection of technique is very important to determine the true specification. This is important particularly when the analyses has to be performed inside leak tight enclosure. The present paper describes the details of the advanced techniques being developed and used in the manufacture of (U,Pu) MOX fuels. (author)

  6. AES, Automated Construction Cost Estimation System

    International Nuclear Information System (INIS)

    Holder, D.A.

    1995-01-01

    A - Description of program or function: AES (Automated Estimating System) enters and updates the detailed cost, schedule, contingency, and escalation information contained in a typical construction or other project cost estimates. It combines this information to calculate both un-escalated and escalated and cash flow values for the project. These costs can be reported at varying levels of detail. AES differs from previous versions in at least the following ways: The schedule is entered at the WBS-Participant, Activity level - multiple activities can be assigned to each WBS-Participant combination; the spending curve is defined at the schedule activity level and a weighing factor is defined which determines percentage of cost for the WBS-Participant applied to the schedule activity; Schedule by days instead of Fiscal Year/Quarter; Sales Tax is applied at the Line Item Level- a sales tax codes is selected to indicate Material, Large Single Item, or Professional Services; a 'data filter' has been added to allow user to define data the report is to be generated for. B - Method of solution: Average Escalation Rate: The average escalation for a Bill of is calculated in three steps. 1. A table of quarterly escalation factors is calculated based on the base fiscal year and quarter of the project entered in the estimate record and the annual escalation rates entered in the Standard Value File. 2. The percentage distribution of costs by quarter for the Bill of Material is calculated based on the schedule entered and the curve type. 3. The percent in each fiscal year and quarter in the distribution is multiplied by the escalation factor for the fiscal year and quarter. The sum of these results is the average escalation rate for that Bill of Material. Schedule by curve: The allocation of costs to specific time periods is dependent on three inputs, starting schedule date, ending schedule date, and the percentage of costs allocated to each quarter. Contingency Analysis: The

  7. The search for neuroimaging biomarkers of Alzheimer's disease with advanced MRI techniques

    Energy Technology Data Exchange (ETDEWEB)

    Li, Tie-Qiang (Karolinska Huddinge - Medical Physics, Stockholm (Sweden)), email: tieqiang.li@karolinska.se; Wahlund, Lars-Olof (Dept. of Neurobiology, Care Sciences and Society, Karolinska Institute, Stockholm (Sweden))

    2011-02-15

    The aim of this review is to examine the recent literature on using advanced magnetic resonance imaging (MRI) techniques for finding neuroimaging biomarkers that are sensitive to the detection of risks for Alzheimer's disease (AD). Since structural MRI techniques, such as brain structural volumetry and voxel based morphometry (VBM), have been widely used for AD studies and extensively reviewed, we will only briefly touch on the topics of volumetry and morphometry. The focus of the current review is about the more recent developments in the search for AD neuroimaging biomarkers with functional MRI (fMRI), resting-state functional connectivity MRI (fcMRI), diffusion tensor imaging (DTI), arterial spin-labeling (ASL), and magnetic resonance spectroscopy (MRS)

  8. A New Structural-Differential Property of 5-Round AES

    DEFF Research Database (Denmark)

    Grassi, Lorenzo; Rechberger, Christian; Ronjom, Sondre

    2017-01-01

    AES is probably the most widely studied and used block cipher. Also versions with a reduced number of rounds are used as a building block in many cryptographic schemes, e.g. several candidates of the SHA-3 and CAESAR competition are based on it.So far, non-random properties which are independent ...... a random permutation with only 2 32 chosen texts that has a computational cost of 2(35.6) look-ups into memory of size 2 36 bytes which has a success probability greater than 99%....

  9. Advanced endografting techniques: snorkels, chimneys, periscopes, fenestrations, and branched endografts.

    Science.gov (United States)

    Kansagra, Kartik; Kang, Joseph; Taon, Matthew-Czar; Ganguli, Suvranu; Gandhi, Ripal; Vatakencherry, George; Lam, Cuong

    2018-04-01

    The anatomy of aortic aneurysms from the proximal neck to the access vessels may create technical challenges for endovascular repair. Upwards of 30% of patients with abdominal aortic aneurysms (AAA) have unsuitable proximal neck morphology for endovascular repair. Anatomies considered unsuitable for conventional infrarenal stent grafting include short or absent necks, angulated necks, conical necks, or large necks exceeding size availability for current stent grafts. A number of advanced endovascular techniques and devices have been developed to circumvent these challenges, each with unique advantages and disadvantages. These include snorkeling procedures such as chimneys, periscopes, and sandwich techniques; "homemade" or "back-table" fenestrated endografts as well as manufactured, customized fenestrated endografts; and more recently, physician modified branched devices. Furthermore, new devices in the pipeline under investigation, such as "off-the-shelf" fenestrated stent grafts, branched stent grafts, lower profile devices, and novel sealing designs, have the potential of solving many of the aforementioned problems. The treatment of aortic aneurysms continues to evolve, further expanding the population of patients that can be treated with an endovascular approach. As the technology grows so do the number of challenging aortic anatomies that endovascular specialists take on, further pushing the envelope in the arena of aortic repair.

  10. Characterization of ["1"1C]Lu AE92686 as a PET radioligand for phosphodiesterase 10A in the nonhuman primate brain

    International Nuclear Information System (INIS)

    Yang, Kai-Chun; Stepanov, Vladimir; Amini, Nahid; Martinsson, Stefan; Takano, Akihiro; Halldin, Christer; Nielsen, Jacob; Bundgaard, Christoffer; Bang-Andersen, Benny; Grimwood, Sarah; Farde, Lars; Finnema, Sjoerd J.

    2017-01-01

    ["1"1C]Lu AE92686 is a positron emission tomography (PET) radioligand that has recently been validated for examining phosphodiesterase 10A (PDE10A) in the human striatum. ["1"1C]Lu AE92686 has high affinity for PDE10A (IC_5_0 = 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 ["1"1C]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). ["1"1C]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 ["1"1C]Lu AE92686 binding in target regions, while no significant effect on cerebellum was observed. Binding potential (BP_N_D) 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 ["1"1C]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 ["1"1C]Lu AE92686 can be used for PET examinations of PDE10A binding also in substantia nigra. (orig.)

  11. Characterization of [{sup 11}C]Lu AE92686 as a PET radioligand for phosphodiesterase 10A in the nonhuman primate brain

    Energy Technology Data Exchange (ETDEWEB)

    Yang, Kai-Chun; Stepanov, Vladimir; Amini, Nahid; Martinsson, Stefan; Takano, Akihiro; Halldin, Christer [Karolinska Institutet, Karolinska University Hospital, Department of Clinical Neuroscience, Center for Psychiatric Research, Stockholm (Sweden); Nielsen, Jacob [H. Lundbeck A/S, Synaptic Transmission, Valby (Denmark); Bundgaard, Christoffer; Bang-Andersen, Benny [H. Lundbeck A/S, Discovery Chemistry and DMPK, Valby (Denmark); Grimwood, Sarah [Pfizer Inc., Neuroscience and Pain Research Unit, Cambridge, MA (United States); Farde, Lars [Karolinska Institutet, Karolinska University Hospital, Department of Clinical Neuroscience, Center for Psychiatric Research, Stockholm (Sweden); AstraZeneca PET Science Center at Karolinska Institutet, Personalized Health Care and Biomarkers, Stockholm (Sweden); Finnema, Sjoerd J. [Karolinska Institutet, Karolinska University Hospital, Department of Clinical Neuroscience, Center for Psychiatric Research, Stockholm (Sweden); Yale University, Department of Radiology and Biomedical Imaging, New Haven, CT (United States)

    2017-02-15

    [{sup 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. [{sup 11}C]Lu AE92686 has high affinity for PDE10A (IC{sub 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 [{sup 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). [{sup 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{sub T}) values for all regions were obtained by the Logan plot analysis, as reliable cerebellar V{sub T} values could not be derived by the 2TCM. For cerebellum, a proposed reference region, V{sub T} values increased by ∝30 % with increasing PET measurement duration from 63 to 123 min, while V{sub T} values in target regions remained stable. Both pretreatment drugs significantly decreased [{sup 11}C]Lu AE92686 binding in target regions, while no significant effect on cerebellum was observed. Binding potential (BP{sub 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 [{sup 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 [{sup 11}C]Lu AE92686 can be used for PET examinations of PDE10A binding also in substantia

  12. Advances phase-lock techniques

    CERN Document Server

    Crawford, James A

    2008-01-01

    From cellphones to micrprocessors, to GPS navigation, phase-lock techniques are utilized in most all modern electronic devices. This high-level book takes a systems-level perspective, rather than circuit-level, which differentiates it from other books in the field.

  13. Near Infrared High Resolution Spectroscopy and Spectro-astrometry of Gas in Disks around Herbig Ae/Be Stars

    OpenAIRE

    Brittain, Sean D.; Najita, Joan R.; Carr, John S.

    2015-01-01

    In this review, we describe how high resolution near infrared spectroscopy and spectro-astrometry have been used to study the disks around Herbig~Ae/Be stars. We show how these tools can be used to identify signposts of planet formation and elucidate the mechanism by which Herbig Ae/Be stars accrete. We also highlight some of the artifacts that can complicate the interpretation of spectro-astrometric measurements and discuss best practices for mitigating these effects. We conclude with a brie...

  14. Techniques for the identification of corrosion products

    International Nuclear Information System (INIS)

    Ramanathan, L.V.

    1988-12-01

    This paper presents the different techniques that can be used to identify corrosion/oxidation products through determination of either their composition or their structure, chemical analysis and spectrochemical analysis are commonly used to determine the composition of gross corrosion products. Surface anaLysis techniques such as electron microprobe, AES, ESCA, SIMS, ISS, neutron activation analysis, etc., can be used not only to detect the concentration of the various elements present, but also to obtain the concentration profiles of these elements through the corrosion products. The structure of corrosion products is normally determined with the aid of either X-ray or electron diffraction techniques. This paper describes the basic principles, typical characteristics, limitations and the types of information that can be obtained from each of the techniques along with some typical examples. (author) [pt

  15. Impact of advanced microstructural characterization techniques on modeling and analysis of radiation damage

    International Nuclear Information System (INIS)

    Garner, F.A.; Odette, G.R.

    1980-01-01

    The evolution of radiation-induced alterations of dimensional and mechanical properties has been shown to be a direct and often predictable consequence of radiation-induced microstructural changes. Recent advances in understanding of the nature and role of each microstructural component in determining the property of interest has led to a reappraisal of the type and priority of data needed for further model development. This paper presents an overview of the types of modeling and analysis activities in progress, the insights that prompted these activities, and specific examples of successful and ongoing efforts. A review is presented of some problem areas that in the authors' opinion are not yet receiving sufficient attention and which may benefit from the application of advanced techniques of microstructural characterization. Guidelines based on experience gained in previous studies are also provided for acquisition of data in a form most applicable to modeling needs

  16. Advanced Beta Dosimetry Techniques.Final Scientific/Technical Report

    International Nuclear Information System (INIS)

    David M. Hamby, PhD

    2006-01-01

    Final report describing NEER research on Advanced Beta Dosimetry Techniques. The research funded by this NEER grant establishes the framework for a detailed understanding of the challenges in beta dosimetry, especially in the presence of a mixed radiation field. The work also stimulated the thinking of the research group which will lead to new concepts in digital signal processing to allow collection of detection signals and real-time analysis such that simultaneous beta and gamma spectroscopy can take place. The work described herein (with detail in the many publications that came out of this research) was conducted in a manner that provided dissertation and thesis topics for three students, one of which was completely funded by this grant. The overall benefit of the work came in the form of a dramatic shift in signal processing that is normally conducted in pulse shape analysis. Analog signal processing was shown not to be feasible for this type of work and that digital signal processing was a must. This, in turn, led the research team to a new understanding of pulse analysis, one in which expands the state-of-the-art in simultaneous beta and gamma spectroscopy with a single detector

  17. Efficacy and Safety Outcomes in Patients With Advanced Melanoma Who Discontinued Treatment With Nivolumab and Ipilimumab Because of Adverse Events: A Pooled Analysis of Randomized Phase II and III Trials.

    Science.gov (United States)

    Schadendorf, Dirk; Wolchok, Jedd D; Hodi, F Stephen; Chiarion-Sileni, Vanna; Gonzalez, Rene; Rutkowski, Piotr; Grob, Jean-Jacques; Cowey, C Lance; Lao, Christopher D; Chesney, Jason; Robert, Caroline; Grossmann, Kenneth; McDermott, David; Walker, Dana; Bhore, Rafia; Larkin, James; Postow, Michael A

    2017-12-01

    Purpose Approximately 40% of patients with advanced melanoma who received nivolumab combined with ipilimumab in clinical trials discontinued treatment because of adverse events (AEs). We conducted a retrospective analysis to assess the efficacy and safety of nivolumab plus ipilimumab in patients who discontinued treatment because of AEs. Methods Data were pooled from phase II and III trials of patients who received nivolumab 1 mg/kg plus ipilimumab 3 mg/kg, every 3 weeks for four doses, followed by nivolumab monotherapy 3 mg/kg every 2 weeks (N = 409). Efficacy was assessed in all randomly assigned patients who discontinued because of AEs during the induction phase (n = 96) and in those who did not discontinue because of AEs (n = 233). Safety was assessed in treated patients who discontinued because of AEs (n = 176) at any time and in those who did not discontinue because of AEs (n = 231). Results At a minimum follow-up of 18 months, median progression-free survival was 8.4 months for patients who discontinued treatment because of AEs during the induction phase and 10.8 months for patients who did not discontinue because of AEs ( P = .97). Median overall survival had not been reached in either group ( P = .23). The objective response rate was 58.3% for patients who discontinued because of AEs during the induction phase and 50.2% for patients who did not discontinue. The vast majority of grade 3 or 4 AEs occurred during the induction phase, with most resolving after appropriate management. Conclusion Efficacy outcomes seemed similar between patients who discontinued nivolumab plus ipilimumab treatment because of AEs during the induction phase and those who did not discontinue because of AEs. Therefore, even after discontinuation, many patients may continue to derive benefit from combination therapy.

  18. Advanced Hydroinformatic Techniques for the Simulation and Analysis of Water Supply and Distribution Systems

    OpenAIRE

    Herrera, Manuel; Meniconi, Silvia; Alvisi, Stefano; Izquierdo, Joaquin

    2018-01-01

    This document is intended to be a presentation of the Special Issue “Advanced Hydroinformatic Techniques for the Simulation and Analysis of Water Supply and Distribution Systems”. The final aim of this Special Issue is to propose a suitable framework supporting insightful hydraulic mechanisms to aid the decision-making processes of water utility managers and practitioners. Its 18 peer-reviewed articles present as varied topics as: water distribution system design, optimization of network perf...

  19. [Everolimus plus exemestane in postmenopausal patients with estrogen-receptor-positive advanced breast cancer - Japanese subgroup analysis of BOLERO -2].

    Science.gov (United States)

    Ito, Yoshinori; Masuda, Norikazu; Iwata, Hiroji; Mukai, Hirofumi; Horiguchi, Jun; Tokuda, Yutaka; Kuroi, Katsumasa; Mori, Asuka; Ohno, Nobutsugu; Noguchi, Shinzaburo

    2015-01-01

    In a phase 3, double-blind, randomized, international study (the BOLERO-2), the addition of mTOR inhibitor everolimus to exemestane was evaluated in postmenopausal women with estrogen-receptor-positive (ER⁺) advanced/recurrent breast cancer that was refractory to any nonsteroidal aromatase inhibitor (NSAI). This report presents the safety and updated (18- month) efficacy results from the Japanese subset (n=106) of BOLERO-2. After a median follow-up of 18 months, the median progression-free survival time was 8.5 months with everolimus plus exemestane compared to 4.2 months with placebo plus exemestane. The most common adverse events (AEs) with everolimus plus exemestane were stomatitis, rash, dysgeusia, and non-infectious lung disease. The AEs reported with the combination therapy were mostly of grade 1 or 2 and manageable with appropriate intervention. In conclusion, this combination could be a useful addition to the armamentarium of treatments for Japanese postmenopausal women with ER⁺ advanced/recurrent breast cancer progressing on NSAIs.

  20. AEMnSb2 (AE=Sr, Ba): a new class of Dirac materials

    International Nuclear Information System (INIS)

    Farhan, M Arshad; Lee, Geunsik; Shim, Ji Hoon

    2014-01-01

    The Dirac fermions of Sb square net in AEMnSb 2 (AE=Sr, Ba) are investigated by using first-principles calculation. BaMnSb 2 contains Sb square net layers with a coincident stacking of Ba atoms, exhibiting Dirac fermion behavior. On the other hand, SrMnSb 2 has a staggered stacking of Sr atoms with distorted zig-zag chains of Sb atoms. Application of hydrostatic pressure on the latter induces a structural change from a staggered to a coincident arrangement of AE ions accompanying a transition from insulator to a metal containing Dirac fermions. The structural investigations show that the stacking type of cation and orthorhombic distortion of Sb layers are the main factors to decide the crystal symmetry of the material. We propose that the Dirac fermions can be obtained by controlling the size of cation and the volume of AEMnSb 2 compounds. (fast track communication)

  1. Comparison of advanced optical imaging techniques with current otolaryngology diagnostics for improved middle ear assessment (Conference Presentation)

    Science.gov (United States)

    Nolan, Ryan M.; Shelton, Ryan L.; Monroy, Guillermo L.; Spillman, Darold R.; Novak, Michael A.; Boppart, Stephen A.

    2016-02-01

    Otolaryngologists utilize a variety of diagnostic techniques to assess middle ear health. Tympanometry, audiometry, and otoacoustic emissions examine the mobility of the tympanic membrane (eardrum) and ossicles using ear canal pressure and auditory tone delivery and detection. Laser Doppler vibrometry provides non-contact vibrational measurement, and acoustic reflectometry is used to assess middle ear effusion using sonar. These technologies and techniques have advanced the field beyond the use of the standard otoscope, a simple tissue magnifier, yet the need for direct visualization of middle ear disease for superior detection, assessment, and management remains. In this study, we evaluated the use of portable optical coherence tomography (OCT) and pneumatic low-coherence interferometry (LCI) systems with handheld probe delivery to standard tympanometry, audiometry, otoacoustic emissions, laser Doppler vibrometry, and acoustic reflectometry. Comparison of these advanced optical imaging techniques and current diagnostics was conducted with a case study subject with a history of unilateral eardrum trauma. OCT and pneumatic LCI provide novel dynamic spatiotemporal structural data of the middle ear, such as the thickness of the eardrum and quantitative detection of underlying disease pathology, which could allow for more accurate diagnosis and more appropriate management than currently possible.

  2. Auroral Electrojet (AE, AL, AO, AU) - A Global Measure of Auroral Zone Magnetic Activity

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — The AE index is derived from geomagnetic variations in the horizontal component observed at selected (10-13) observatories along the auroral zone in the northern...

  3. Combined preputial advancement and phallopexy as a revision technique for treating paraphimosis in a dog.

    Science.gov (United States)

    Wasik, S M; Wallace, A M

    2014-11-01

    A 7-year-old neutered male Jack Russell terrier-cross was presented for signs of recurrent paraphimosis, despite previous surgical enlargement of the preputial ostium. Revision surgery was performed using a combination of preputial advancement and phallopexy, which resulted in complete and permanent coverage of the glans penis by the prepuce, and at 1 year postoperatively, no recurrence of paraphimosis had been observed. The combined techniques allow preservation of the normal penile anatomy, are relatively simple to perform and provide a cosmetic result. We recommend this combination for the treatment of paraphimosis in the dog, particularly when other techniques have failed. © 2014 Australian Veterinary Association.

  4. Safety, Dosimetry, and Tumor Detection Ability of 68Ga-NOTA-AE105

    DEFF Research Database (Denmark)

    Skovgaard Lund, Dorthe; Persson, Morten; Brandt-Larsen, Malene

    2017-01-01

    The overexpression of urokinase-type plasminogen activator receptors (uPARs) represents an established biomarker for aggressiveness in most common malignant diseases, including breast cancer (BC), prostate cancer (PC), and urinary bladder cancer (UBC), and is therefore an important target for new...... cancer therapeutic and diagnostic strategies. In this study, uPAR PET imaging using a68Ga-labeled version of the uPAR-targeting peptide (AE105) was investigated in a group of patients with BC, PC, and UBC. The aim of this first-in-human, phase I clinical trial was to investigate the safety.......Conclusion:This first-in-human, phase I clinical trial demonstrates the safe use and clinical potential of68Ga-NOTA-AE105 as a new radioligand for uPAR PET imaging in cancer patients....

  5. ICP-AES analysis of trace elements in serum from animals fed with irradiated food

    International Nuclear Information System (INIS)

    Huang Zongzhi; Zhou Hongdi

    1986-01-01

    A method of trace element analysis by ICP-AES in serum from animals fed with irradiated food is described. In order to demonstrate that irradiated food is suitable for human consumption, it is necessary to perform an experiment of animal feeding with these food before use for human. Trace element analysis in animal serum could provide an actual evidence for further human consumption study. 53 serum samples of the rats fed with irradiated food were obtained. After ashed and solved, ICP-AES analysis has been used for determining 20 trace elements in specimen solution. The detection limitation is in the range of 10 -2 -10 -3 ppm for different elements. The recovery of elements is from 70.08% to 98.28%. The relative standard deviation is found to be 0.71% to 11.52%

  6. Applications of factor analysis to electron and ion beam surface techniques

    International Nuclear Information System (INIS)

    Solomon, J.S.

    1987-01-01

    Factor analysis, a mathematical technique for extracting chemical information from matrices of data, is used to enhance Auger electron spectroscopy (AES), core level electron energy loss spectroscopy (EELS), ion scattering spectroscopy (ISS), and secondary ion mass spectroscopy (SIMS) in studies of interfaces, thin films, and surfaces. Several examples of factor analysis enhancement of chemical bonding variations in thin films and at interfaces studied with AES and SIMS are presented. Factor analysis is also shown to be of great benefit in quantifying electron and ion beam doses required to induce surface damage. Finally, examples are presented of the use of factor analysis to reconstruct elemental profiles when peaks of interest overlap each other during the course of depth profile analysis. (author)

  7. 16th International workshop on Advanced Computing and Analysis Techniques in physics (ACAT)

    CERN Document Server

    Lokajicek, M; Tumova, N

    2015-01-01

    16th International workshop on Advanced Computing and Analysis Techniques in physics (ACAT). The ACAT workshop series, formerly AIHENP (Artificial Intelligence in High Energy and Nuclear Physics), was created back in 1990. Its main purpose is to gather researchers related with computing in physics research together, from both physics and computer science sides, and bring them a chance to communicate with each other. It has established bridges between physics and computer science research, facilitating the advances in our understanding of the Universe at its smallest and largest scales. With the Large Hadron Collider and many astronomy and astrophysics experiments collecting larger and larger amounts of data, such bridges are needed now more than ever. The 16th edition of ACAT aims to bring related researchers together, once more, to explore and confront the boundaries of computing, automatic data analysis and theoretical calculation technologies. It will create a forum for exchanging ideas among the fields an...

  8. Application of the guided lock technique to Advanced Virgo's high-finesse cavities using reduced actuation

    Science.gov (United States)

    Bersanetti, Diego

    2018-02-01

    The recent upgrades of the Advanced Virgo experiment required an update of the locking strategy for the long, high-finesse arm cavities of the detector. In this work we will present a full description of the requirements and the constraints of such system in relation to the lock acquisition of the cavities; the focus of this work is the strategy used to accomplish this goal, which is the adaptation and use of the guided lock technique, which dynamically slows down a suspended optical cavity in order to make the lock possible. This work describes the first application of such locking technique to 3km long optical cavities, which are affected by stringent constraints as the low force available on the actuators, the high finesse and the maximum sustainable speed of the cavities, which is quite low due to a number of technical reasons that will be explained. A full set of optical time domain simulations has been developed in order to study the feasibility and the performance of this algorithm and will be throughout discussed, while finally the application on the real Advanced Virgo's arm cavities will be reported.

  9. Advanced manufacturing technologies modern machining, advanced joining, sustainable manufacturing

    CERN Document Server

    2017-01-01

    This book provides details and collective information on working principle, process mechanism, salient features, and unique applications of various advanced manufacturing techniques and processes belong. The book is divided in three sessions covering modern machining methods, advanced repair and joining techniques and, finally, sustainable manufacturing. The latest trends and research aspects of those fields are highlighted.

  10. Utilization technique for advanced nuclear materials database system Data-Free-Way'

    International Nuclear Information System (INIS)

    Fujita, Mitsutane; Kurihara, Yutaka; Kinugawa, Junichi; Kitajima, Masahiro; Nagakawa, Josei; Yamamoto, Norikazu; Noda, Tetsuji; Yagi, Koichi; Ono, Akira

    2001-01-01

    Four organizations the National Research Institute for Metals (NRIM), the Japan Atomic Energy Research Institute (JAERI), the Japan Nuclear Fuel Cycle Development Institute (JNC) and Japan Science and Technology Incorporation (JST), conducted the 2nd period joint research for the purpose of development of utilization techniques for advanced nuclear materials database system named 'Data-Free-Way' (DFW), to make more useful system to support research and development of the nuclear materials, from FY 1995 to FY 1999. NRIM intended to fill a data system on diffusion and nuclear data by developing utilization technique on diffusion informations of steels and aluminum and nuclear data for materials for its independent system together with participating in fulfil of the DFW. And, NRIM has entered to a project on wide area band circuit application agreed at the G7 by using technologies cultivated by NRIM, to investigate network application technology with the Michigan State University over the sea under cooperation assistant business of JST, to make results on CCT diagram for welding and forecasting of welding heat history accumulated at NRIM for a long term, to perform development of a simulator assisting optimum condition decision of welding. (G.K.)

  11. ECONOMIC MODEL FOR EVALUATION OF INTEGRAL COMPETITIVENESS OF AUTOMOTIVE ENTERPRISES (AE

    Directory of Open Access Journals (Sweden)

    A. F. Zubritsky

    2010-01-01

    Full Text Available The paper considers problems pertaining to evaluation of competitiveness of automotive enterprises in the field of international consignments. An economic model for determination of the integral AE competitiveness is proposed in the paper and the model permits to substitute an expert estimation in respect of some factors by their qualitative calculation on the basis of data on enterprise activity in the international consignment market.

  12. AE$\\mathrm{\\bar{g}}$IS Experiment Positron Accumulator: Optimization and Control

    CERN Document Server

    Moura, Joao Pedro

    2013-01-01

    The present document describes my 8-week work project at the AE$\\mathrm{\\bar{g}}$IS experiment. The project can be divided into three main tasks: 1. Theoretical preparation; 2. Support at the experiment; and 3. Control of the ES075-2 Power Supply. A description of these tasks is presented. Special emphasis is put on the third task and further developments are proposed.

  13. Advanced techniques in immunoassay

    International Nuclear Information System (INIS)

    Toth, G.

    1982-01-01

    A brief overview of the development history of radioimmunoassay and related techniques with their theory and practice are given. A comparison of radioimmunoassay (RIA), enzyme immunoassay (EIA), spin immunoassay (SIA), sequential saturation analysis (SSA) etc., based on their main parameters, and their fields of application and recent trends are presented. (Sz.J.)

  14. A review of hemorheology: Measuring techniques and recent advances

    Science.gov (United States)

    Sousa, Patrícia C.; Pinho, Fernando T.; Alves, Manuel A.; Oliveira, Mónica S. N.

    2016-02-01

    Significant progress has been made over the years on the topic of hemorheology, not only in terms of the development of more accurate and sophisticated techniques, but also in terms of understanding the phenomena associated with blood components, their interactions and impact upon blood properties. The rheological properties of blood are strongly dependent on the interactions and mechanical properties of red blood cells, and a variation of these properties can bring further insight into the human health state and can be an important parameter in clinical diagnosis. In this article, we provide both a reference for hemorheological research and a resource regarding the fundamental concepts in hemorheology. This review is aimed at those starting in the field of hemodynamics, where blood rheology plays a significant role, but also at those in search of the most up-to-date findings (both qualitative and quantitative) in hemorheological measurements and novel techniques used in this context, including technical advances under more extreme conditions such as in large amplitude oscillatory shear flow or under extensional flow, which impose large deformations comparable to those found in the microcirculatory system and in diseased vessels. Given the impressive rate of increase in the available knowledge on blood flow, this review is also intended to identify areas where current knowledge is still incomplete, and which have the potential for new, exciting and useful research. We also discuss the most important parameters that can lead to an alteration of blood rheology, and which as a consequence can have a significant impact on the normal physiological behavior of blood.

  15. Advanced Techniques in Web Intelligence-2 Web User Browsing Behaviour and Preference Analysis

    CERN Document Server

    Palade, Vasile; Jain, Lakhmi

    2013-01-01

    This research volume focuses on analyzing the web user browsing behaviour and preferences in traditional web-based environments, social  networks and web 2.0 applications,  by using advanced  techniques in data acquisition, data processing, pattern extraction and  cognitive science for modeling the human actions.  The book is directed to  graduate students, researchers/scientists and engineers  interested in updating their knowledge with the recent trends in web user analysis, for developing the next generation of web-based systems and applications.

  16. Vertical Transmission of Zika Virus by Aedes aegypti and Ae. albopictus Mosquitoes.

    Science.gov (United States)

    Ciota, Alexander T; Bialosuknia, Sean M; Ehrbar, Dylan J; Kramer, Laura D

    2017-05-01

    To determine the potential role of vertical transmission in Zika virus expansion, we evaluated larval pools of perorally infected Aedes aegypti and Ae. albopictus adult female mosquitoes; ≈1/84 larvae tested were Zika virus-positive; and rates varied among mosquito populations. Thus, vertical transmission may play a role in Zika virus spread and maintenance.

  17. Advanced Intellect-Augmentation Techniques.

    Science.gov (United States)

    Engelbart, D. C.

    This progress report covers a two-year project which is part of a program that is exploring the value of computer aids in augmenting human intellectual capability. The background and nature of the program, its resources, and the activities it has undertaken are outlined. User experience in applying augmentation tools and techniques to various…

  18. Ab-initio structure determination of novel strontium-containing layered silicate AES-18 synthesized using mechanochemical reaction

    Energy Technology Data Exchange (ETDEWEB)

    Ikeda, Takuji [AIST Tohoku, Sendai (Japan). Research Center for Compact Chemical System; Ideta, Chiaki; Yamamoto, Katsutoshi [Kitakyushu Univ. (Japan). Faculty of Environmental Engineering

    2013-07-01

    A new strontium-containing layered silicate, alkaline earth-containing silicate (AES)-18 [chemical composition: Si{sub 16}O{sub 24}(OH){sub 16} . {Sr(OH)_2}{sub 8} . (KOH){sub 2}], was synthesized utilizing a mechanochemical reaction in which an admixture of strontium hydroxide, which unfavorably precipitates in conventional syntheses, and a fumed silica (Aerosil) was allowed to react in the solid phase. The crystal structure of AES-18 was elucidated by the charge-flipping method using powder X-ray diffraction data, and the obtained structure was refined by a combination with the Rietveld method and the maximum entropy method (MEM). The structure analyses showed a tetragonal symmetry with a = 0.912738(3) nm, c = 1.628120(8) nm, and the space group P4{sub 2}/mnc. Two silicate layers composed of Q{sup 3} local structure [(-SiO){sub 3}Si-OH], 7-coordinated Sr{sup 2+} cations, and K{sup +} cations were included in a unit cell, and a Sr{sub 4}(OH){sub 17} cluster was formed between adjacent silicate layers. The framework topology of AES-18 containing 4- and 8-Si-membered rings was similar to that of paracelsian.

  19. AdvancED Flex 4

    CERN Document Server

    Tiwari, Shashank; Schulze, Charlie

    2010-01-01

    AdvancED Flex 4 makes advanced Flex 4 concepts and techniques easy. Ajax, RIA, Web 2.0, mashups, mobile applications, the most sophisticated web tools, and the coolest interactive web applications are all covered with practical, visually oriented recipes. * Completely updated for the new tools in Flex 4* Demonstrates how to use Flex 4 to create robust and scalable enterprise-grade Rich Internet Applications.* Teaches you to build high-performance web applications with interactivity that really engages your users.* What you'll learn Practiced beginners and intermediate users of Flex, especially

  20. Advanced Atmospheric Ensemble Modeling Techniques

    Energy Technology Data Exchange (ETDEWEB)

    Buckley, R. [Savannah River Site (SRS), Aiken, SC (United States). Savannah River National Lab. (SRNL); Chiswell, S. [Savannah River Site (SRS), Aiken, SC (United States). Savannah River National Lab. (SRNL); Kurzeja, R. [Savannah River Site (SRS), Aiken, SC (United States). Savannah River National Lab. (SRNL); Maze, G. [Savannah River Site (SRS), Aiken, SC (United States). Savannah River National Lab. (SRNL); Viner, B. [Savannah River Site (SRS), Aiken, SC (United States). Savannah River National Lab. (SRNL); Werth, D. [Savannah River Site (SRS), Aiken, SC (United States). Savannah River National Lab. (SRNL)

    2017-09-29

    Ensemble modeling (EM), the creation of multiple atmospheric simulations for a given time period, has become an essential tool for characterizing uncertainties in model predictions. We explore two novel ensemble modeling techniques: (1) perturbation of model parameters (Adaptive Programming, AP), and (2) data assimilation (Ensemble Kalman Filter, EnKF). The current research is an extension to work from last year and examines transport on a small spatial scale (<100 km) in complex terrain, for more rigorous testing of the ensemble technique. Two different release cases were studied, a coastal release (SF6) and an inland release (Freon) which consisted of two release times. Observations of tracer concentration and meteorology are used to judge the ensemble results. In addition, adaptive grid techniques have been developed to reduce required computing resources for transport calculations. Using a 20- member ensemble, the standard approach generated downwind transport that was quantitatively good for both releases; however, the EnKF method produced additional improvement for the coastal release where the spatial and temporal differences due to interior valley heating lead to the inland movement of the plume. The AP technique showed improvements for both release cases, with more improvement shown in the inland release. This research demonstrated that transport accuracy can be improved when models are adapted to a particular location/time or when important local data is assimilated into the simulation and enhances SRNL’s capability in atmospheric transport modeling in support of its current customer base and local site missions, as well as our ability to attract new customers within the intelligence community.