WorldWideScience

Sample records for level synthesis tools

  1. RPython high-level synthesis

    Science.gov (United States)

    Cieszewski, Radoslaw; Linczuk, Maciej

    2016-09-01

    The development of FPGA technology and the increasing complexity of applications in recent decades have forced compilers to move to higher abstraction levels. Compilers interprets an algorithmic description of a desired behavior written in High-Level Languages (HLLs) and translate it to Hardware Description Languages (HDLs). This paper presents a RPython based High-Level synthesis (HLS) compiler. The compiler get the configuration parameters and map RPython program to VHDL. Then, VHDL code can be used to program FPGA chips. In comparison of other technologies usage, FPGAs have the potential to achieve far greater performance than software as a result of omitting the fetch-decode-execute operations of General Purpose Processors (GPUs), and introduce more parallel computation. This can be exploited by utilizing many resources at the same time. Creating parallel algorithms computed with FPGAs in pure HDL is difficult and time consuming. Implementation time can be greatly reduced with High-Level Synthesis compiler. This article describes design methodologies and tools, implementation and first results of created VHDL backend for RPython compiler.

  2. Synthesis of Novel Hydrocarbon Soluble Multifunctional Anionic Initiators: Tools for Synthesis of Novel Dendrimer and Molecular Brush Polymer Architectures

    Science.gov (United States)

    2015-02-09

    Synthesis of Novel Dendrimer and Molecular Brush Polymer Architectures. Research Area:7.4 The views, opinions and/or findings contained in this report...journals: Final Report: Synthesis of Novel Hydrocarbon Soluble Multifunctional Anionic Initiators: Tools for Synthesis of Novel Dendrimer and Molecular

  3. Indicators and Measurement Tools for Health Systems Integration: A Knowledge Synthesis

    Directory of Open Access Journals (Sweden)

    Esther Suter

    2017-11-01

    Full Text Available Background: Despite far reaching support for integrated care, conceptualizing and measuring integrated care remains challenging. This knowledge synthesis aimed to identify indicator domains and tools to measure progress towards integrated care. Methods: We used an established framework and a Delphi survey with integration experts to identify relevant measurement domains. For each domain, we searched and reviewed the literature for relevant tools. Findings: From 7,133 abstracts, we retrieved 114 unique tools. We found many quality tools to measure care coordination, patient engagement and team effectiveness/performance. In contrast, there were few tools in the domains of performance measurement and information systems, alignment of organizational goals and resource allocation. The search yielded 12 tools that measure overall integration or three or more indicator domains. Discussion: Our findings highlight a continued gap in tools to measure foundational components that support integrated care. In the absence of such targeted tools, “overall integration” tools may be useful for a broad assessment of the overall state of a system. Conclusions: Continued progress towards integrated care depends on our ability to evaluate the success of strategies across different levels and context. This study has identified 114 tools that measure integrated care across 16 domains, supporting efforts towards a unified measurement framework.

  4. Indicators and Measurement Tools for Health Systems Integration: A Knowledge Synthesis

    Science.gov (United States)

    Oelke, Nelly D.; da Silva Lima, Maria Alice Dias; Stiphout, Michelle; Janke, Robert; Witt, Regina Rigatto; Van Vliet-Brown, Cheryl; Schill, Kaela; Rostami, Mahnoush; Hepp, Shelanne; Birney, Arden; Al-Roubaiai, Fatima; Marques, Giselda Quintana

    2017-01-01

    Background: Despite far reaching support for integrated care, conceptualizing and measuring integrated care remains challenging. This knowledge synthesis aimed to identify indicator domains and tools to measure progress towards integrated care. Methods: We used an established framework and a Delphi survey with integration experts to identify relevant measurement domains. For each domain, we searched and reviewed the literature for relevant tools. Findings: From 7,133 abstracts, we retrieved 114 unique tools. We found many quality tools to measure care coordination, patient engagement and team effectiveness/performance. In contrast, there were few tools in the domains of performance measurement and information systems, alignment of organizational goals and resource allocation. The search yielded 12 tools that measure overall integration or three or more indicator domains. Discussion: Our findings highlight a continued gap in tools to measure foundational components that support integrated care. In the absence of such targeted tools, “overall integration” tools may be useful for a broad assessment of the overall state of a system. Conclusions: Continued progress towards integrated care depends on our ability to evaluate the success of strategies across different levels and context. This study has identified 114 tools that measure integrated care across 16 domains, supporting efforts towards a unified measurement framework. PMID:29588637

  5. High-Level Synthesis: Productivity, Performance, and Software Constraints

    Directory of Open Access Journals (Sweden)

    Yun Liang

    2012-01-01

    Full Text Available FPGAs are an attractive platform for applications with high computation demand and low energy consumption requirements. However, design effort for FPGA implementations remains high—often an order of magnitude larger than design effort using high-level languages. Instead of this time-consuming process, high-level synthesis (HLS tools generate hardware implementations from algorithm descriptions in languages such as C/C++ and SystemC. Such tools reduce design effort: high-level descriptions are more compact and less error prone. HLS tools promise hardware development abstracted from software designer knowledge of the implementation platform. In this paper, we present an unbiased study of the performance, usability and productivity of HLS using AutoPilot (a state-of-the-art HLS tool. In particular, we first evaluate AutoPilot using the popular embedded benchmark kernels. Then, to evaluate the suitability of HLS on real-world applications, we perform a case study of stereo matching, an active area of computer vision research that uses techniques also common for image denoising, image retrieval, feature matching, and face recognition. Based on our study, we provide insights on current limitations of mapping general-purpose software to hardware using HLS and some future directions for HLS tool development. We also offer several guidelines for hardware-friendly software design. For popular embedded benchmark kernels, the designs produced by HLS achieve 4X to 126X speedup over the software version. The stereo matching algorithms achieve between 3.5X and 67.9X speedup over software (but still less than manual RTL design with a fivefold reduction in design effort versus manual RTL design.

  6. A Correctness Verification Technique for Commercial FPGA Synthesis Tools

    International Nuclear Information System (INIS)

    Kim, Eui Sub; Yoo, Jun Beom; Choi, Jong Gyun; Kim, Jang Yeol; Lee, Jang Soo

    2014-01-01

    Once the FPGA (Filed-Programmable Gate Array) designers designs Verilog programs, the commercial synthesis tools automatically translate the Verilog programs into EDIF programs so that the designers can have largely focused on HDL designs for correctness of functionality. Nuclear regulation authorities, however, require more considerate demonstration of the correctness and safety of mechanical synthesis processes of FPGA synthesis tools, even if the FPGA industry have acknowledged them empirically as correct and safe processes and tools. In order to assure of the safety, the industry standards for the safety of electronic/electrical devices, such as IEC 61508 and IEC 60880, recommend using the formal verification technique. There are several formal verification tools (i.e., 'FormalPro' 'Conformal' 'Formality' and so on) to verify the correctness of translation from Verilog into EDIF programs, but it is too expensive to use and hard to apply them to the works of 3rd-party developers. This paper proposes a formal verification technique which can contribute to the correctness demonstration in part. It formally checks the behavioral equivalence between Verilog and subsequently synthesized Net list with the VIS verification system. A Net list is an intermediate output of FPGA synthesis process, and EDIF is used as a standard format of Net lists. If the formal verification succeeds, then we can assure that the synthesis process from Verilog into Net list worked correctly at least for the Verilog used. In order to support the formal verification, we developed the mechanical translator 'EDIFtoBLIFMV,' which translates EDIF into BLIF-MV as an input front-end of VIS system, while preserving their behavior equivalence.. We performed the case study with an example of a preliminary version of RPS in a Korean nuclear power plant in order to provide the efficiency of the proposed formal verification technique and implemented translator. It

  7. A Correctness Verification Technique for Commercial FPGA Synthesis Tools

    Energy Technology Data Exchange (ETDEWEB)

    Kim, Eui Sub; Yoo, Jun Beom [Konkuk University, Seoul (Korea, Republic of); Choi, Jong Gyun; Kim, Jang Yeol; Lee, Jang Soo [Korea Atomic Energy Research Institute, Daejeon (Korea, Republic of)

    2014-10-15

    Once the FPGA (Filed-Programmable Gate Array) designers designs Verilog programs, the commercial synthesis tools automatically translate the Verilog programs into EDIF programs so that the designers can have largely focused on HDL designs for correctness of functionality. Nuclear regulation authorities, however, require more considerate demonstration of the correctness and safety of mechanical synthesis processes of FPGA synthesis tools, even if the FPGA industry have acknowledged them empirically as correct and safe processes and tools. In order to assure of the safety, the industry standards for the safety of electronic/electrical devices, such as IEC 61508 and IEC 60880, recommend using the formal verification technique. There are several formal verification tools (i.e., 'FormalPro' 'Conformal' 'Formality' and so on) to verify the correctness of translation from Verilog into EDIF programs, but it is too expensive to use and hard to apply them to the works of 3rd-party developers. This paper proposes a formal verification technique which can contribute to the correctness demonstration in part. It formally checks the behavioral equivalence between Verilog and subsequently synthesized Net list with the VIS verification system. A Net list is an intermediate output of FPGA synthesis process, and EDIF is used as a standard format of Net lists. If the formal verification succeeds, then we can assure that the synthesis process from Verilog into Net list worked correctly at least for the Verilog used. In order to support the formal verification, we developed the mechanical translator 'EDIFtoBLIFMV,' which translates EDIF into BLIF-MV as an input front-end of VIS system, while preserving their behavior equivalence.. We performed the case study with an example of a preliminary version of RPS in a Korean nuclear power plant in order to provide the efficiency of the proposed formal verification technique and implemented translator. It

  8. Perspective Tools of the Strategic Management of VFR Tourism Development at the Regional Level

    Science.gov (United States)

    Gorbunov, Aleksandr P.; Efimova, Ekaterina V.; Kobets, Margarita V.; Kilinkarova, Sofiya G.

    2016-01-01

    This study is aimed at identifying the perspective tools of strategic management in general and strategic planning of VFR tourism (for the purpose of visiting friends and relatives) at the regional level in particular. It is based on dialectical and logical methods, analysis and synthesis, induction and deduction, the concrete historical and…

  9. A hardware acceleration based on high-level synthesis approach for glucose-insulin analysis

    Science.gov (United States)

    Daud, Nur Atikah Mohd; Mahmud, Farhanahani; Jabbar, Muhamad Hairol

    2017-01-01

    In this paper, the research is focusing on Type 1 Diabetes Mellitus (T1DM). Since this disease requires a full attention on the blood glucose concentration with the help of insulin injection, it is important to have a tool that able to predict that level when consume a certain amount of carbohydrate during meal time. Therefore, to make it realizable, a Hovorka model which is aiming towards T1DM is chosen in this research. A high-level language is chosen that is C++ to construct the mathematical model of the Hovorka model. Later, this constructed code is converted into intellectual property (IP) which is also known as a hardware accelerator by using of high-level synthesis (HLS) approach which able to improve in terms of design and performance for glucose-insulin analysis tool later as will be explained further in this paper. This is the first step in this research before implementing the design into system-on-chip (SoC) to achieve a high-performance system for the glucose-insulin analysis tool.

  10. ‘PROTEIN SYNTHESIS GAME’: UTILIZING GAME-BASED APPROACH FOR IMPROVING COMMUNICATIVE SKILLS IN A-LEVELS BIOLOGY CLASS

    Directory of Open Access Journals (Sweden)

    Mohd Adlan Ramly

    2017-12-01

    Full Text Available This experimental paper seeks to elucidate the usage of the card game ‘Protein Synthesis Game’ as a student’s learning tool in studying the Biology topic of protein synthesis during an A-Level course. A total of 24 experimental students in 3 induced groups and 24 controlled students in controlled groups were involved in the experiment which began with a pretest on the topic of Protein Synthesis, followed by the experimentation, and ended with a post-test administered after the incubation period. Results indicate that students have better facilitative communicative engagement in learning protein synthesis when playing the game as compared to studying the topic from a book. The data suggests that such communicative engagement may lead to a successful meaningful learning on the students’ part.

  11. Fast prototyping H.264 deblocking filter using ESL tools

    International Nuclear Information System (INIS)

    Damak, T.; Werda, I.; Masmoud, N.; Bilavarn, S.

    2011-01-01

    This paper presents a design methodology for hardware/software (HW/SW) architecture design using ESL tools (Electronic System Level). From C++ descriptions, our design flow is able to generate hardware blocks running with a software part and all necessary codes to prototype the HW/SW system on Xilinx FPGAs. Therefore we use assistance of high level synthesis tools (Catapult C Synthesis), logic synthesis and Xilinx tools. As application, we developed an optimized Deblocking filter C code, designed to be used as a part of a complete H.264 video coding system [1]. Based on this code, we explored many configurations of Catapult Synthesis to analyze different area/time tradeoffs. Results show execution speedups of 95,5 pour cent compared to pure software execution etc.

  12. The Synthesis Map Is a Multidimensional Educational Tool That Provides Insight into Students' Mental Models and Promotes Students' Synthetic Knowledge Generation

    Science.gov (United States)

    Ortega, Ryan A.; Brame, Cynthia J.

    2015-01-01

    Concept mapping was developed as a method of displaying and organizing hierarchical knowledge structures. Using the new, multidimensional presentation software Prezi, we have developed a new teaching technique designed to engage higher-level skills in the cognitive domain. This tool, synthesis mapping, is a natural evolution of concept mapping,…

  13. Catalyst synthesis and evaluation using an integrated atomic layer deposition synthesis–catalysis testing tool

    International Nuclear Information System (INIS)

    Camacho-Bunquin, Jeffrey; Shou, Heng; Marshall, Christopher L.; Aich, Payoli; Beaulieu, David R.; Klotzsch, Helmut; Bachman, Stephen; Hock, Adam; Stair, Peter

    2015-01-01

    An integrated atomic layer deposition synthesis-catalysis (I-ALD-CAT) tool was developed. It combines an ALD manifold in-line with a plug-flow reactor system for the synthesis of supported catalytic materials by ALD and immediate evaluation of catalyst reactivity using gas-phase probe reactions. The I-ALD-CAT delivery system consists of 12 different metal ALD precursor channels, 4 oxidizing or reducing agents, and 4 catalytic reaction feeds to either of the two plug-flow reactors. The system can employ reactor pressures and temperatures in the range of 10 −3 to 1 bar and 300–1000 K, respectively. The instrument is also equipped with a gas chromatograph and a mass spectrometer unit for the detection and quantification of volatile species from ALD and catalytic reactions. In this report, we demonstrate the use of the I-ALD-CAT tool for the synthesis of platinum active sites and Al 2 O 3 overcoats, and evaluation of catalyst propylene hydrogenation activity

  14. Catalyst synthesis and evaluation using an integrated atomic layer deposition synthesis–catalysis testing tool

    Energy Technology Data Exchange (ETDEWEB)

    Camacho-Bunquin, Jeffrey; Shou, Heng; Marshall, Christopher L. [Chemical Sciences and Engineering Division, Argonne National Laboratory, Lemont, Illinois 60439 (United States); Aich, Payoli [Chemical Sciences and Engineering Division, Argonne National Laboratory, Lemont, Illinois 60439 (United States); Department of Chemical Engineering, University of Illinois at Chicago, Chicago, Illinois 60607 (United States); Beaulieu, David R.; Klotzsch, Helmut; Bachman, Stephen [Arradiance Inc., Sudbury, Massachusetts 01776 (United States); Hock, Adam [Chemical Sciences and Engineering Division, Argonne National Laboratory, Lemont, Illinois 60439 (United States); Department of Chemistry, Illinois Institute of Technology, Chicago, Illinois 60616 (United States); Stair, Peter [Chemical Sciences and Engineering Division, Argonne National Laboratory, Lemont, Illinois 60439 (United States); Department of Chemistry, Northwestern University, Evanston, Illinois 60208 (United States)

    2015-08-15

    An integrated atomic layer deposition synthesis-catalysis (I-ALD-CAT) tool was developed. It combines an ALD manifold in-line with a plug-flow reactor system for the synthesis of supported catalytic materials by ALD and immediate evaluation of catalyst reactivity using gas-phase probe reactions. The I-ALD-CAT delivery system consists of 12 different metal ALD precursor channels, 4 oxidizing or reducing agents, and 4 catalytic reaction feeds to either of the two plug-flow reactors. The system can employ reactor pressures and temperatures in the range of 10{sup −3} to 1 bar and 300–1000 K, respectively. The instrument is also equipped with a gas chromatograph and a mass spectrometer unit for the detection and quantification of volatile species from ALD and catalytic reactions. In this report, we demonstrate the use of the I-ALD-CAT tool for the synthesis of platinum active sites and Al{sub 2}O{sub 3} overcoats, and evaluation of catalyst propylene hydrogenation activity.

  15. Evaluation of the FIR Example using Xilinx Vivado High-Level Synthesis Compiler

    Energy Technology Data Exchange (ETDEWEB)

    Jin, Zheming [Argonne National Lab. (ANL), Argonne, IL (United States); Finkel, Hal [Argonne National Lab. (ANL), Argonne, IL (United States); Yoshii, Kazutomo [Argonne National Lab. (ANL), Argonne, IL (United States); Cappello, Franck [Argonne National Lab. (ANL), Argonne, IL (United States)

    2017-07-28

    Compared to central processing units (CPUs) and graphics processing units (GPUs), field programmable gate arrays (FPGAs) have major advantages in reconfigurability and performance achieved per watt. This development flow has been augmented with high-level synthesis (HLS) flow that can convert programs written in a high-level programming language to Hardware Description Language (HDL). Using high-level programming languages such as C, C++, and OpenCL for FPGA-based development could allow software developers, who have little FPGA knowledge, to take advantage of the FPGA-based application acceleration. This improves developer productivity and makes the FPGA-based acceleration accessible to hardware and software developers. Xilinx Vivado HLS compiler is a high-level synthesis tool that enables C, C++ and System C specification to be directly targeted into Xilinx FPGAs without the need to create RTL manually. The white paper [1] published recently by Xilinx uses a finite impulse response (FIR) example to demonstrate the variable-precision features in the Vivado HLS compiler and the resource and power benefits of converting floating point to fixed point for a design. To get a better understanding of variable-precision features in terms of resource usage and performance, this report presents the experimental results of evaluating the FIR example using Vivado HLS 2017.1 and a Kintex Ultrascale FPGA. In addition, we evaluated the half-precision floating-point data type against the double-precision and single-precision data type and present the detailed results.

  16. A computer-aided software-tool for sustainable process synthesis-intensification

    DEFF Research Database (Denmark)

    Kumar Tula, Anjan; Babi, Deenesh K.; Bottlaender, Jack

    2017-01-01

    and determine within the design space, the more sustainable processes. In this paper, an integrated computer-aided software-tool that searches the design space for hybrid/intensified more sustainable process options is presented. Embedded within the software architecture are process synthesis...... operations as well as reported hybrid/intensified unit operations is large and can be difficult to manually navigate in order to determine the best process flowsheet for the production of a desired chemical product. Therefore, it is beneficial to utilize computer-aided methods and tools to enumerate, analyze...... constraints while also matching the design targets, they are therefore more sustainable than the base case. The application of the software-tool to the production of biodiesel is presented, highlighting the main features of the computer-aided, multi-stage, multi-scale methods that are able to determine more...

  17. Two-directional synthesis as a tool for diversity-oriented synthesis: Synthesis of alkaloid scaffolds

    Directory of Open Access Journals (Sweden)

    Kieron M. G. O’Connell

    2012-06-01

    Full Text Available Two-directional synthesis represents an ideal strategy for the rapid elaboration of simple starting materials and their subsequent transformation into complex molecular architectures. As such, it is becoming recognised as an enabling technology for diversity-oriented synthesis. Herein, we provide a thorough account of our work combining two-directional synthesis with diversity-oriented synthesis, with particular reference to the synthesis of polycyclic alkaloid scaffolds.

  18. Automatic Synthesis of Robust and Optimal Controllers

    DEFF Research Database (Denmark)

    Cassez, Franck; Jessen, Jan Jacob; Larsen, Kim Guldstrand

    2009-01-01

    In this paper, we show how to apply recent tools for the automatic synthesis of robust and near-optimal controllers for a real industrial case study. We show how to use three different classes of models and their supporting existing tools, Uppaal-TiGA for synthesis, phaver for verification......, and Simulink for simulation, in a complementary way. We believe that this case study shows that our tools have reached a level of maturity that allows us to tackle interesting and relevant industrial control problems....

  19. Visual Representation in GENESIS as a tool for Physical Modeling, Sound Synthesis and Musical Composition

    OpenAIRE

    Villeneuve, Jérôme; Cadoz, Claude; Castagné, Nicolas

    2015-01-01

    The motivation of this paper is to highlight the importance of visual representations for artists when modeling and simulating mass-interaction physical networks in the context of sound synthesis and musical composition. GENESIS is a musician-oriented software environment for sound synthesis and musical composition. However, despite this orientation, a substantial amount of effort has been put into building a rich variety of tools based on static or dynamic visual representations of models an...

  20. Aligator: A computational tool for optimizing total chemical synthesis of large proteins.

    Science.gov (United States)

    Jacobsen, Michael T; Erickson, Patrick W; Kay, Michael S

    2017-09-15

    The scope of chemical protein synthesis (CPS) continues to expand, driven primarily by advances in chemical ligation tools (e.g., reversible solubilizing groups and novel ligation chemistries). However, the design of an optimal synthesis route can be an arduous and fickle task due to the large number of theoretically possible, and in many cases problematic, synthetic strategies. In this perspective, we highlight recent CPS tool advances and then introduce a new and easy-to-use program, Aligator (Automated Ligator), for analyzing and designing the most efficient strategies for constructing large targets using CPS. As a model set, we selected the E. coli ribosomal proteins and associated factors for computational analysis. Aligator systematically scores and ranks all feasible synthetic strategies for a particular CPS target. The Aligator script methodically evaluates potential peptide segments for a target using a scoring function that includes solubility, ligation site quality, segment lengths, and number of ligations to provide a ranked list of potential synthetic strategies. We demonstrate the utility of Aligator by analyzing three recent CPS projects from our lab: TNFα (157 aa), GroES (97 aa), and DapA (312 aa). As the limits of CPS are extended, we expect that computational tools will play an increasingly important role in the efficient execution of ambitious CPS projects such as production of a mirror-image ribosome. Copyright © 2017 Elsevier Ltd. All rights reserved.

  1. Coastal On-line Assessment and Synthesis Tool 2.0

    Science.gov (United States)

    Brown, Richard; Navard, Andrew; Nguyen, Beth

    2011-01-01

    COAST (Coastal On-line Assessment and Synthesis Tool) is a 3D, open-source Earth data browser developed by leveraging and enhancing previous NASA open-source tools. These tools use satellite imagery and elevation data in a way that allows any user to zoom from orbit view down into any place on Earth, and enables the user to experience Earth terrain in a visually rich 3D view. The benefits associated with taking advantage of an open-source geo-browser are that it is free, extensible, and offers a worldwide developer community that is available to provide additional development and improvement potential. What makes COAST unique is that it simplifies the process of locating and accessing data sources, and allows a user to combine them into a multi-layered and/or multi-temporal visual analytical look into possible data interrelationships and coeffectors for coastal environment phenomenology. COAST provides users with new data visual analytic capabilities. COAST has been upgraded to maximize use of open-source data access, viewing, and data manipulation software tools. The COAST 2.0 toolset has been developed to increase access to a larger realm of the most commonly implemented data formats used by the coastal science community. New and enhanced functionalities that upgrade COAST to COAST 2.0 include the development of the Temporal Visualization Tool (TVT) plug-in, the Recursive Online Remote Data-Data Mapper (RECORD-DM) utility, the Import Data Tool (IDT), and the Add Points Tool (APT). With these improvements, users can integrate their own data with other data sources, and visualize the resulting layers of different data types (such as spatial and spectral, for simultaneous visual analysis), and visualize temporal changes in areas of interest.

  2. Modal intersection types, two-level languages, and staged synthesis

    DEFF Research Database (Denmark)

    Henglein, Fritz; Rehof, Jakob

    2016-01-01

    -linguistic framework for staged program synthesis, where metaprograms are automatically synthesized which, when executed, generate code in a target language. We survey the basic theory of staged synthesis and illustrate by example how a two-level language theory specialized from λ∩ ⎕ can be used to understand......A typed λ-calculus, λ∩ ⎕, is introduced, combining intersection types and modal types. We develop the metatheory of λ∩ ⎕, with particular emphasis on the theory of subtyping and distributivity of the modal and intersection type operators. We describe how a stratification of λ∩ ⎕ leads to a multi...... the process of staged synthesis....

  3. The Synthesis Map Is a Multidimensional Educational Tool That Provides Insight into Students’ Mental Models and Promotes Students’ Synthetic Knowledge Generation

    Science.gov (United States)

    Ortega, Ryan A.; Brame, Cynthia J.

    2015-01-01

    Concept mapping was developed as a method of displaying and organizing hierarchical knowledge structures. Using the new, multidimensional presentation software Prezi, we have developed a new teaching technique designed to engage higher-level skills in the cognitive domain. This tool, synthesis mapping, is a natural evolution of concept mapping, which utilizes embedding to layer information within concepts. Prezi’s zooming user interface lets the author of the presentation use both depth as well as distance to show connections between data, ideas, and concepts. Students in the class Biology of Cancer created synthesis maps to illustrate their knowledge of tumorigenesis. Students used multiple organizational schemes to build their maps. We present an analysis of student work, placing special emphasis on organization within student maps and how the organization of knowledge structures in student maps can reveal strengths and weaknesses in student understanding or instruction. We also provide a discussion of best practices for instructors who would like to implement synthesis mapping in their classrooms. PMID:25917385

  4. Synthesis of novel derivatives of 5-hydroxymethylcytosine and 5-formylcytosine as tools for epigenetics

    Directory of Open Access Journals (Sweden)

    Anna Chentsova

    2014-01-01

    Full Text Available In this work we present for the first time the synthesis of novel 5-hydroxymethylcytosine (5hmC and 5-formylcytosine (5fC derivatives that can be used as tools in the emerging field of epigenetics for deciphering chemical biology of TET-mediated processes.

  5. Low Power Design with High-Level Power Estimation and Power-Aware Synthesis

    CERN Document Server

    Ahuja, Sumit; Shukla, Sandeep Kumar

    2012-01-01

    Low-power ASIC/FPGA based designs are important due to the need for extended battery life, reduced form factor, and lower packaging and cooling costs for electronic devices. These products require fast turnaround time because of the increasing demand for handheld electronic devices such as cell-phones, PDAs and high performance machines for data centers. To achieve short time to market, design flows must facilitate a much shortened time-to-product requirement. High-level modeling, architectural exploration and direct synthesis of design from high level description enable this design process. This book presents novel research techniques, algorithms,methodologies and experimental results for high level power estimation and power aware high-level synthesis. Readers will learn to apply such techniques to enable design flows resulting in shorter time to market and successful low power ASIC/FPGA design. Integrates power estimation and reduction for high level synthesis, with low-power, high-level design; Shows spec...

  6. Python based high-level synthesis compiler

    Science.gov (United States)

    Cieszewski, Radosław; Pozniak, Krzysztof; Romaniuk, Ryszard

    2014-11-01

    This paper presents a python based High-Level synthesis (HLS) compiler. The compiler interprets an algorithmic description of a desired behavior written in Python and map it to VHDL. FPGA combines many benefits of both software and ASIC implementations. Like software, the mapped circuit is flexible, and can be reconfigured over the lifetime of the system. FPGAs therefore have the potential to achieve far greater performance than software as a result of bypassing the fetch-decode-execute operations of traditional processors, and possibly exploiting a greater level of parallelism. Creating parallel programs implemented in FPGAs is not trivial. This article describes design, implementation and first results of created Python based compiler.

  7. Serum levels of polyamine synthesis enzymes increase in diabetic patients with breast cancer

    Directory of Open Access Journals (Sweden)

    V Kenan Çelik

    2017-09-01

    Full Text Available In this study, it was aimed to investigate the relationship between diabetes and breast cancer and the detection of enzymes and ornithine levels in polyamine synthesis pathway in diabetes, breast cancer and diabetic breast cancer patients. Methods: Ornithine, arginine decarboxylase, ornithine decarboxylase and agmatinase levels have been measured in serum of all groups. Ornithine levels were measured spectrophotometrically. Arginine decarboxylase, ornithine decarboxylase and agmatinase levels were determined by ELISA kits. Results: Except for the diabetic group, the levels of enzymes in the polyamine synthesis pathway were increased in all and statistically significant (P < 0.05. The increase in the levels of agmatinase was very important among the enzymes (P < 0.001. Conclusions: Decreased levels of polyamine synthase enzymes in diabetes mellitus were found to be increased patients with breast cancer. Whether and how diabetes-based breast cancer development relates to increase activity of enzymes responsible for polyamine synthesis requires further mechanistic and prospective monitoring studies in larger patient cohorts.

  8. Tools for chemical synthesis in microsystems

    OpenAIRE

    Jensen, Klavs F.; Newman, Stephen G.; Reizman, Brandon Jacob

    2014-01-01

    Chemical synthesis in microsystems has evolved from simple proof-of-principle examples to become a general technique in academia and industry. Numerous such “flow chemistry” applications are now found in pharmaceutical and fine chemical synthesis. Much of the development has been based on systems employing macroscopic flow components and tubes, rather than the integrated chip technology envisioned by the lab-on-a-chip community. We review the major developments in systems for flow chemistry a...

  9. Indicators and measurement tools for health system integration: a knowledge synthesis protocol.

    Science.gov (United States)

    Oelke, Nelly D; Suter, Esther; da Silva Lima, Maria Alice Dias; Van Vliet-Brown, Cheryl

    2015-07-29

    Health system integration is a key component of health system reform with the goal of improving outcomes for patients, providers, and the health system. Although health systems continue to strive for better integration, current delivery of health services continues to be fragmented. A key gap in the literature is the lack of information on what successful integration looks like and how to measure achievement towards an integrated system. This multi-site study protocol builds on a prior knowledge synthesis completed by two of the primary investigators which identified 10 key principles that collectively support health system integration. The aim is to answer two research questions: What are appropriate indicators for each of the 10 key integration principles developed in our previous knowledge synthesis and what measurement tools are used to measure these indicators? To enhance generalizability of the findings, a partnership between Canada and Brazil was created as health system integration is a priority in both countries and they share similar contexts. This knowledge synthesis will follow an iterative scoping review process with emerging information from knowledge-user engagement leading to the refinement of research questions and study selection. This paper describes the methods for each phase of the study. Research questions were developed with stakeholder input. Indicator identification and prioritization will utilize a modified Delphi method and patient/user focus groups. Based on priority indicators, a search of the literature will be completed and studies screened for inclusion. Quality appraisal of relevant studies will be completed prior to data extraction. Results will be used to develop recommendations and key messages to be presented through integrated and end-of-grant knowledge translation strategies with researchers and knowledge-users from the three jurisdictions. This project will directly benefit policy and decision-makers by providing an easy

  10. Use of a knowledge synthesis by decision makers and planners to facilitate system level integration in a large Canadian provincial health authority

    Directory of Open Access Journals (Sweden)

    Esther Suter

    2011-03-01

    Full Text Available Purpose: The study is an examination of how a knowledge synthesis, conducted to fill an information gap identified by decision makers and planners responsible for integrating health systems in a western Canadian health authority, is being used within that organisation. Methods: Purposive sampling and snowball technique were used to identify 13 participants who were interviewed about how they are using the knowledge synthesis for health services planning and decision-making. Results: The knowledge synthesis is used by those involved in the strategic direction of the provincial healthcare organisation and those tasked with the operationalization of integration at the provincial or local level. Both groups most frequently use the ten key principles for integration, followed by the sections on integration processes, strategies and models. The key principles facilitate discussion on priority areas to be considered and provide a reference point for a desired future state. Perceived information gaps relate to a lack of detail on "how to" strategies, tools and processes that would lead to successful integration. Discussion and conclusion: The current project demonstrates that decision makers and planners will effectively use a knowledge synthesis if it is timely, relevant and accessible. The information can be applied at strategic and operations levels. Attention needs to be paid to include more information on implementation strategies and processes. Including knowledge users in identifying research questions will increase information uptake.

  11. Use of a knowledge synthesis by decision makers and planners to facilitate system level integration in a large Canadian provincial health authority

    Directory of Open Access Journals (Sweden)

    Esther Suter

    2011-03-01

    Full Text Available Purpose: The study is an examination of how a knowledge synthesis, conducted to fill an information gap identified by decision makers and planners responsible for integrating health systems in a western Canadian health authority, is being used within that organisation.Methods: Purposive sampling and snowball technique were used to identify 13 participants who were interviewed about how they are using the knowledge synthesis for health services planning and decision-making.Results: The knowledge synthesis is used by those involved in the strategic direction of the provincial healthcare organisation and those tasked with the operationalization of integration at the provincial or local level. Both groups most frequently use the ten key principles for integration, followed by the sections on integration processes, strategies and models. The key principles facilitate discussion on priority areas to be considered and provide a reference point for a desired future state. Perceived information gaps relate to a lack of detail on "how to" strategies, tools and processes that would lead to successful integration.Discussion and conclusion: The current project demonstrates that decision makers and planners will effectively use a knowledge synthesis if it is timely, relevant and accessible. The information can be applied at strategic and operations levels. Attention needs to be paid to include more information on implementation strategies and processes. Including knowledge users in identifying research questions will increase information uptake.

  12. Genome Partitioner: A web tool for multi-level partitioning of large-scale DNA constructs for synthetic biology applications.

    Science.gov (United States)

    Christen, Matthias; Del Medico, Luca; Christen, Heinz; Christen, Beat

    2017-01-01

    Recent advances in lower-cost DNA synthesis techniques have enabled new innovations in the field of synthetic biology. Still, efficient design and higher-order assembly of genome-scale DNA constructs remains a labor-intensive process. Given the complexity, computer assisted design tools that fragment large DNA sequences into fabricable DNA blocks are needed to pave the way towards streamlined assembly of biological systems. Here, we present the Genome Partitioner software implemented as a web-based interface that permits multi-level partitioning of genome-scale DNA designs. Without the need for specialized computing skills, biologists can submit their DNA designs to a fully automated pipeline that generates the optimal retrosynthetic route for higher-order DNA assembly. To test the algorithm, we partitioned a 783 kb Caulobacter crescentus genome design. We validated the partitioning strategy by assembling a 20 kb test segment encompassing a difficult to synthesize DNA sequence. Successful assembly from 1 kb subblocks into the 20 kb segment highlights the effectiveness of the Genome Partitioner for reducing synthesis costs and timelines for higher-order DNA assembly. The Genome Partitioner is broadly applicable to translate DNA designs into ready to order sequences that can be assembled with standardized protocols, thus offering new opportunities to harness the diversity of microbial genomes for synthetic biology applications. The Genome Partitioner web tool can be accessed at https://christenlab.ethz.ch/GenomePartitioner.

  13. Genome Partitioner: A web tool for multi-level partitioning of large-scale DNA constructs for synthetic biology applications.

    Directory of Open Access Journals (Sweden)

    Matthias Christen

    Full Text Available Recent advances in lower-cost DNA synthesis techniques have enabled new innovations in the field of synthetic biology. Still, efficient design and higher-order assembly of genome-scale DNA constructs remains a labor-intensive process. Given the complexity, computer assisted design tools that fragment large DNA sequences into fabricable DNA blocks are needed to pave the way towards streamlined assembly of biological systems. Here, we present the Genome Partitioner software implemented as a web-based interface that permits multi-level partitioning of genome-scale DNA designs. Without the need for specialized computing skills, biologists can submit their DNA designs to a fully automated pipeline that generates the optimal retrosynthetic route for higher-order DNA assembly. To test the algorithm, we partitioned a 783 kb Caulobacter crescentus genome design. We validated the partitioning strategy by assembling a 20 kb test segment encompassing a difficult to synthesize DNA sequence. Successful assembly from 1 kb subblocks into the 20 kb segment highlights the effectiveness of the Genome Partitioner for reducing synthesis costs and timelines for higher-order DNA assembly. The Genome Partitioner is broadly applicable to translate DNA designs into ready to order sequences that can be assembled with standardized protocols, thus offering new opportunities to harness the diversity of microbial genomes for synthetic biology applications. The Genome Partitioner web tool can be accessed at https://christenlab.ethz.ch/GenomePartitioner.

  14. Development of a two-level modular simulation tool for dysim

    International Nuclear Information System (INIS)

    Kofoed, J.E.

    1987-07-01

    A simulation tool to assist the user when constructing continuous simulation models is described. The simulation tool can be used for constructing simulation programmes that are executed with the rutime executive DYSIM86 which applied a modular approach. This approach makes it possible to split a model into several modules. The simulation tool introduces one more level of modularity. In this level a module is constructed from submodules taken from a library. A submodule consists of a submodel for a component in the complete model. The simulation tool consists of two precompilers working on the two different levels of modularity. The library is completely open to the user so that it is possible to extend it. This is done by a routine which is also part of the simulation tool. The simulation tool is demonstrated by simulating a part of a power plant and a part of a sugar factory. This illustrates that the precompilers can be used for simulating different types of process plants. 69 ill., 13 tabs., 41 refs. (author)

  15. Fed levels of amino acids are required for the somatotropin-induced increase in muscle protein synthesis.

    Science.gov (United States)

    Wilson, Fiona A; Suryawan, Agus; Orellana, Renán A; Nguyen, Hanh V; Jeyapalan, Asumthia S; Gazzaneo, Maria C; Davis, Teresa A

    2008-10-01

    Chronic somatotropin (pST) treatment in pigs increases muscle protein synthesis and circulating insulin, a known promoter of protein synthesis. Previously, we showed that the pST-mediated rise in insulin could not account for the pST-induced increase in muscle protein synthesis when amino acids were maintained at fasting levels. This study aimed to determine whether the pST-induced increase in insulin promotes skeletal muscle protein synthesis when amino acids are provided at fed levels and whether the response is associated with enhanced translation initiation factor activation. Growing pigs were treated with pST (0 or 180 microg x kg(-1) x day(-1)) for 7 days, and then pancreatic-glucose-amino acid clamps were performed. Amino acids were raised to fed levels in the presence of either fasted or fed insulin concentrations; glucose was maintained at fasting throughout. Muscle protein synthesis was increased by pST treatment and by amino acids (with or without insulin) (P<0.001). In pST-treated pigs, fed, but not fasting, amino acid concentrations further increased muscle protein synthesis rates irrespective of insulin level (P<0.02). Fed amino acids, with or without raised insulin concentrations, increased the phosphorylation of S6 kinase (S6K1) and eukaryotic initiation factor (eIF) 4E-binding protein 1 (4EBP1), decreased inactive 4EBP1.eIF4E complex association, and increased active eIF4E.eIF4G complex formation (P<0.02). pST treatment did not alter translation initiation factor activation. We conclude that the pST-induced stimulation of muscle protein synthesis requires fed amino acid levels, but not fed insulin levels. However, under the current conditions, the response to amino acids is not mediated by the activation of translation initiation factors that regulate mRNA binding to the ribosomal complex.

  16. Nitrile-converting enzymes as a tool to improve biocatalysis in organic synthesis: recent insights and promises.

    Science.gov (United States)

    Gong, Jin-Song; Shi, Jin-Song; Lu, Zhen-Ming; Li, Heng; Zhou, Zhe-Min; Xu, Zheng-Hong

    2017-02-01

    Nitrile-converting enzymes, including nitrilase and nitrile hydratase (NHase), have received increasing attention from researchers of industrial biocatalysis because of their critical role as a tool in organic synthesis of carboxylic acids and amides from nitriles. To date, these bioconversion approaches are considered as one of the most potential industrial processes using resting cells or purified enzymes as catalysts for production of food additives, pharmaceutical, and agrochemical precursors. This review focuses on the distribution and catalytic mechanism research of nitrile-converting enzymes in recent years. Molecular biology aspects to improve the biocatalytic performance of microbial nitrilase and NHase are demonstrated. The process developments of microbial nitrilase and NHase for organic synthesis are also discussed.

  17. Protein synthesis levels are increased in a subset of individuals with Fragile X syndrome

    DEFF Research Database (Denmark)

    Jacquemont, Sébastien; Pacini, Laura; Jønch, Aia E

    2018-01-01

    architecture and plasticity. Preclinical studies revealed that pharmacological interventions restore those deficits, which are thought to mediate the FXS cognitive and behavioral symptoms. Here we characterized the de novo rate of protein synthesis in patients with FXS and their relationship with clinical...... severity. We measured the rate of protein synthesis in fibroblasts derived from 32 individuals with FXS and from 17 controls as well as in fibroblasts and primary neurons of 27 Fmr1 KO mice and 20 controls. Here we show that levels of protein synthesis are increased in fibroblasts of individuals with FXS...... and Fmr1 KO mice. However, this cellular phenotype displays a broad distribution and a proportion of fragile X individuals and Fmr1 KO mice do not show increased levels of protein synthesis, having measures in the normal range. Because the same Fmr1 KO animal measures in fibroblasts predict those...

  18. Multiple Word-Length High-Level Synthesis

    Directory of Open Access Journals (Sweden)

    Coussy Philippe

    2008-01-01

    Full Text Available Abstract Digital signal processing (DSP applications are nowadays widely used and their complexity is ever growing. The design of dedicated hardware accelerators is thus still needed in system-on-chip and embedded systems. Realistic hardware implementation requires first to convert the floating-point data of the initial specification into arbitrary length data (finite-precision while keeping an acceptable computation accuracy. Next, an optimized hardware architecture has to be designed. Considering uniform bit-width specification allows to use traditional automated design flow. However, it leads to oversized design. On the other hand, considering non uniform bit-width specification allows to get a smaller circuit but requires complex design tasks. In this paper, we propose an approach that inputs a C/C++ specification. The design flow, based on high-level synthesis (HLS techniques, automatically generates a potentially pipeline RTL architecture described in VHDL. Both bitaccurate integer and fixed-point data types can be used in the input specification. The generated architecture uses components (operator, register, etc. that have different widths. The design constraints are the clock period and the throughput of the application. The proposed approach considers data word-length information in all the synthesis steps by using dedicated algorithms. We show in this paper the effectiveness of the proposed approach through several design experiments in the DSP domain.

  19. Multiple Word-Length High-Level Synthesis

    Directory of Open Access Journals (Sweden)

    Dominique Heller

    2008-09-01

    Full Text Available Digital signal processing (DSP applications are nowadays widely used and their complexity is ever growing. The design of dedicated hardware accelerators is thus still needed in system-on-chip and embedded systems. Realistic hardware implementation requires first to convert the floating-point data of the initial specification into arbitrary length data (finite-precision while keeping an acceptable computation accuracy. Next, an optimized hardware architecture has to be designed. Considering uniform bit-width specification allows to use traditional automated design flow. However, it leads to oversized design. On the other hand, considering non uniform bit-width specification allows to get a smaller circuit but requires complex design tasks. In this paper, we propose an approach that inputs a C/C++ specification. The design flow, based on high-level synthesis (HLS techniques, automatically generates a potentially pipeline RTL architecture described in VHDL. Both bitaccurate integer and fixed-point data types can be used in the input specification. The generated architecture uses components (operator, register, etc. that have different widths. The design constraints are the clock period and the throughput of the application. The proposed approach considers data word-length information in all the synthesis steps by using dedicated algorithms. We show in this paper the effectiveness of the proposed approach through several design experiments in the DSP domain.

  20. Are HLS Tools Healthy? The C-Cubed Project

    Directory of Open Access Journals (Sweden)

    M. Dossis

    2015-04-01

    Full Text Available The increasing complexity of Application Specific Integrated Circuits (ASICs and Systems-on-Chip (SoCs that incorporate custom and standard embedded core IP blocks dictates the need for a new generation of automated and formal system EDA tools and methodologies. High-Level Synthesis (HLS plays a critical role in the required Electronic System Level (ESL methodologies. However, most of the available academic and commercial High-Level Synthesis (HLS tools still do not play an established role in the system and hardware engineering teams. This is true for a number of practical reasons, analyzed and discussed in this work. The present article is a practical perspective of the required fully automated and formal tools, which are needed to constitute integral parts in Electronic Design Automation (EDA flows. In addition, this article is a useful guide to the system engineer who wants to familiarize with HLS tools and to select the appropriate tool for the everyday engineering practice. The advanced HLS toolset that is analyzed in this paper is developed by the first author, its C-frontend by the second author, and they are both based on formal methods and fully automated techniques, thus they guarantee the correctness of the synthesized hardware implementations. This paper completes with a number of experiments that were executed using the author’s methodology and they are used to evaluate the specific HLS tools. Consequently, a number of conclusions are drawn as well as suggestions for the future directions of HLS technology. In this way, what is practically needed by the hardware systems engineering community is outlined at the end of the paper.

  1. Integration of a Portfolio-based Approach to Evaluate Aerospace R and D Problem Formulation Into a Parametric Synthesis Tool

    Science.gov (United States)

    Oza, Amit R.

    The focus of this study is to improve R&D effectiveness towards aerospace and defense planning in the early stages of the product development lifecycle. Emphasis is on: correct formulation of a decision problem, with special attention to account for data relationships between the individual design problem and the system capability required to size the aircraft, understanding of the meaning of the acquisition strategy objective and subjective data requirements that are required to arrive at a balanced analysis and/or "correct" mix of technology projects, understanding the meaning of the outputs that can be created from the technology analysis, and methods the researcher can use at effectively support decisions at the acquisition and conceptual design levels through utilization of a research and development portfolio strategy. The primary objectives of this study are to: (1) determine what strategy should be used to initialize conceptual design parametric sizing processes during requirements analysis for the materiel solution analysis stage of the product development lifecycle when utilizing data already constructed in the latter phase when working with a generic database management system synthesis tool integration architecture for aircraft design , and (2) assess how these new data relationships can contribute for innovative decision-making when solving acquisition hardware/technology portfolio problems. As such, an automated composable problem formulation system is developed to consider data interactions for the system architecture that manages acquisition pre-design concept refinement portfolio management, and conceptual design parametric sizing requirements. The research includes a way to: • Formalize the data storage and implement the data relationship structure with a system architecture automated through a database management system. • Allow for composable modeling, in terms of level of hardware abstraction, for the product model, mission model, and

  2. The synthesis map is a multidimensional educational tool that provides insight into students' mental models and promotes students' synthetic knowledge generation.

    Science.gov (United States)

    Ortega, Ryan A; Brame, Cynthia J

    2015-01-01

    Concept mapping was developed as a method of displaying and organizing hierarchical knowledge structures. Using the new, multidimensional presentation software Prezi, we have developed a new teaching technique designed to engage higher-level skills in the cognitive domain. This tool, synthesis mapping, is a natural evolution of concept mapping, which utilizes embedding to layer information within concepts. Prezi's zooming user interface lets the author of the presentation use both depth as well as distance to show connections between data, ideas, and concepts. Students in the class Biology of Cancer created synthesis maps to illustrate their knowledge of tumorigenesis. Students used multiple organizational schemes to build their maps. We present an analysis of student work, placing special emphasis on organization within student maps and how the organization of knowledge structures in student maps can reveal strengths and weaknesses in student understanding or instruction. We also provide a discussion of best practices for instructors who would like to implement synthesis mapping in their classrooms. © 2015 R. A. Ortega and C. J. Brame et al. CBE—Life Sciences Education © 2015 The American Society for Cell Biology. This article is distributed by The American Society for Cell Biology under license from the author(s). It is available to the public under an Attribution–Noncommercial–Share Alike 3.0 Unported Creative Commons License (http://creativecommons.org/licenses/by-nc-sa/3.0).

  3. Generation of Efficient High-Level Hardware Code from Dataflow Programs

    OpenAIRE

    Siret , Nicolas; Wipliez , Matthieu; Nezan , Jean François; Palumbo , Francesca

    2012-01-01

    High-level synthesis (HLS) aims at reducing the time-to-market by providing an automated design process that interprets and compiles high-level abstraction programs into hardware. However, HLS tools still face limitations regarding the performance of the generated code, due to the difficulties of compiling input imperative languages into efficient hardware code. Moreover the hardware code generated by the HLS tools is usually target-dependant and at a low level of abstraction (i.e. gate-level...

  4. Behavioral Synthesis of Asynchronous Circuits Using Syntax Directed Translation as Backend

    DEFF Research Database (Denmark)

    Nielsen, Sune Fallgaard; Sparsø, Jens; Madsen, Jan

    2009-01-01

    The current state-of-the art in high-level synthesis of asynchronous circuits is syntax directed translation, which performs a one-to-one mapping of a HDL-description into a corresponding circuit. This paper presents a method for behavioral synthesis of asynchronous circuits which builds on top...... description language Balsa [1]. This ”conventional” template architecture allows us to adapt traditional synchronous synthesis techniques for resource sharing, scheduling, binding etc, to the domain of asynchronous circuits. A prototype tool has been implemented on top of the Balsa framework, and the method...... is illustrated through the implementation of a set of example circuits. The main contributions of the paper are: the fundamental idea, the template architecture and its implementation using asynchronous handshake components, and the implementation of a prototype tool....

  5. Measurement of Heme Synthesis Levels in Mammalian Cells.

    Science.gov (United States)

    Hooda, Jagmohan; Alam, Maksudul; Zhang, Li

    2015-07-09

    Heme serves as the prosthetic group for a wide variety of proteins known as hemoproteins, such as hemoglobin, myoglobin and cytochromes. It is involved in various molecular and cellular processes such as gene transcription, translation, cell differentiation and cell proliferation. The biosynthesis levels of heme vary across different tissues and cell types and is altered in diseased conditions such as anemia, neuropathy and cancer. This technique uses [4-(14)C] 5-aminolevulinic acid ([(14)C] 5-ALA), one of the early precursors in the heme biosynthesis pathway to measure the levels of heme synthesis in mammalian cells. This assay involves incubation of cells with [(14)C] 5-ALA followed by extraction of heme and measurement of the radioactivity incorporated into heme. This procedure is accurate and quick. This method measures the relative levels of heme biosynthesis rather than the total heme content. To demonstrate the use of this technique the levels of heme biosynthesis were measured in several mammalian cell lines.

  6. System level modelling with open source tools

    DEFF Research Database (Denmark)

    Jakobsen, Mikkel Koefoed; Madsen, Jan; Niaki, Seyed Hosein Attarzadeh

    , called ForSyDe. ForSyDe is available under the open Source approach, which allows small and medium enterprises (SME) to get easy access to advanced modeling capabilities and tools. We give an introduction to the design methodology through the system level modeling of a simple industrial use case, and we...

  7. Model based methods and tools for process systems engineering

    DEFF Research Database (Denmark)

    Gani, Rafiqul

    need to be integrated with work-flows and data-flows for specific product-process synthesis-design problems within a computer-aided framework. The framework therefore should be able to manage knowledge-data, models and the associated methods and tools needed by specific synthesis-design work...... of model based methods and tools within a computer aided framework for product-process synthesis-design will be highlighted.......Process systems engineering (PSE) provides means to solve a wide range of problems in a systematic and efficient manner. This presentation will give a perspective on model based methods and tools needed to solve a wide range of problems in product-process synthesis-design. These methods and tools...

  8. Increased levels of unscheduled DNA synthesis in UV-irradiated human fibroblasts pretreated with sodium butyrate

    International Nuclear Information System (INIS)

    Williams, J.I.; Friedberg, E.C.

    1982-01-01

    Pretreatment of growing normal and xeroderma pigmentosum (XP) human fibroblasts with sodium butyrate at concentrations of 5-20 mM results in increased levels of DNA repair synthesis measured by autoradiography after exposure of the cells to 254 nm UV radiation in the fluence range 0-25 J/m 2 . The phenomenon manifests as an increased extent and an increased initial rate of unscheduled DNA synthesis (UDS). This experimental result is not due to an artifact of autoradiography related to cell size. Xeroderma pigmentosum cells from complementation groups A, C, D and E and XP variant cells all exhibit increases in the levels of UV-induced UDS in response to sodium butyrate proportional to those observed with normal cells. These UDS increases associated with butyrate pretreatment correlate with demonstrable changes in intracellular thymidine pool size and suggest that sodium butyrate enhances uptake of exogenous radiolabeled thymidine during UV-induced repair synthesis by reducing endogenous levels of thymidine. (author)

  9. ASPECT (Automated System-level Performance Evaluation and Characterization Tool), Phase II

    Data.gov (United States)

    National Aeronautics and Space Administration — SSCI has developed a suite of SAA tools and an analysis capability referred to as ASPECT (Automated System-level Performance Evaluation and Characterization Tool)....

  10. Conceptual design tool development for a Pb-Bi cooled reactor

    International Nuclear Information System (INIS)

    Lee, K. G.; Chang, S. H.; No, H. C.; Chunm, M. H.

    2000-01-01

    Conceptual design is generally ill-structured and mysterious problem solving. This leads the experienced experts to be still responsible for the most of synthesis and analysis task, which are not amenable to logical formulations in design problems. Especially because a novel reactor such as a Pb-Bi cooled reactor is going on a conceptual design stage, it will be very meaningful to develop the conceptual design tool. This tool consists of system design module with artificial intelligence, scaling module, and validation module. System design decides the optimal structure and the layout of a Pb-Bi cooled reactor, using design synthesis part and design analysis part. The designed system is scaled to be optimal with desired power level, and then the design basis accidents (Dbase) are analyzed in validation module. Design synthesis part contains the specific data for reactor components and the general data for a Pb-Bi cooled reactor. Design analysis part contains several design constraints for formulation and solution of a design problem. In addition, designer's intention may be externalized through emphasis on design requirements. For the purpose of demonstration, the conceptual design tool is applied to a Pb-Bi cooled reactor with 125 M Wth of power level. The Pb-Bi cooled reactor is a novel reactor concept in which the fission-generated heat is transferred from the primary coolant to the secondary coolant through a reactor vessel wall of a novel design. The Pb-Bi cooled reactor is to deliver 125 M Wth per module for 15 effective full power years without any on-site fuel handling. The conceptual design tool investigated the feasibility of a Pb-Bi cooled reactor. Application of the conceptual design tool will be, in detail, presented in the full paper. (author)

  11. Inhibition of hyaluronan synthesis reduces versican and fibronectin levels in trabecular meshwork cells.

    Directory of Open Access Journals (Sweden)

    Kate E Keller

    Full Text Available Hyaluronan (HA is a major component of the extracellular matrix (ECM and is synthesized by three HA synthases (HAS. Similarities between the HAS2 knockout mouse and the hdf mutant mouse, which has a mutation in the versican gene, suggest that HA and versican expression may be linked. In this study, the relationship between HA synthesis and levels of versican, fibronectin and several other ECM components in trabecular meshwork cells from the anterior segment of the eye was investigated. HA synthesis was inhibited using 4-methylumbelliferone (4MU, or reduced by RNAi silencing of each individual HAS gene. Quantitative RT-PCR and immunoblotting demonstrated a reduction in mRNA and protein levels of versican and fibronectin. Hyaluronidase treatment also reduced versican and fibronectin levels. These effects could not be reversed by addition of excess glucose or glucosamine or exogenous HA to the culture medium. CD44, tenascin C and fibrillin-1 mRNA levels were reduced by 4MU treatment, but SPARC and CSPG6 mRNA levels were unaffected. Immunostaining of trabecular meshwork tissue after exposure to 4MU showed an altered localization pattern of HA-binding protein, versican and fibronectin. Reduction of versican by RNAi silencing did not affect HA concentration as assessed by ELISA. Together, these data imply that HA concentration affects synthesis of certain ECM components. Since precise regulation of the trabecular meshwork ECM composition and organization is required to maintain the aqueous humor outflow resistance and intraocular pressure homeostasis in the eye, coordinated coupling of HA levels and several of its ECM binding partners should facilitate this process.

  12. Synthesis and role of salicylic acid in wheat varieties with different levels of cadmium tolerance

    Energy Technology Data Exchange (ETDEWEB)

    Kovács, Viktória; Gondor, Orsolya K.; Szalai, Gabriella; Darkó, Éva; Majláth, Imre; Janda, Tibor; Pál, Magda, E-mail: pal.magda@agrar.mta.hu

    2014-09-15

    Highlights: • Cd induces the salicylic acid metabolism in wheat. • Salicylic acid is synthesized via benzoic acid and/or ortho-hydroxy-cinnamic acid. • Cd tolerance can be explained by the highly induced glutathione metabolism. • Salicylic acid signalling is correlated with glutathione-related mechanisms. - Abstract: Wheat genotypes with different endogenous SA contents were investigated, in order to reveal how cadmium influences salicylic acid (SA) synthesis, and to find possible relationships between SA and certain protective compounds (members of the antioxidants and the heavy metal detoxification system) and between the SA content and the level of cadmium tolerance. Cadmium exposure induced SA synthesis, especially in the leaves, and it is suggested that the phenyl-propanoid synthesis pathway is responsible for the accumulation of SA observed after cadmium stress. Cadmium influenced the synthesis and activation of protective compounds to varying extents in wheat genotypes with different levels of tolerance; the roots and leaves also responded differently to cadmium stress. Although a direct relationship was not found between the initial SA levels and the degree of cadmium tolerance, the results suggest that the increase in the root SA level during cadmium stress in the Mv varieties could be related with the enhancement of the internal glutathione cycle, thus inducing the antioxidant and metal detoxification systems, which promote Cd stress tolerance in wheat seedlings. The positive correlation between certain SA-related compounds and protective compounds suggests that SA-related signalling may also play a role in the acclimation to heavy metal stress.

  13. Synthesis and role of salicylic acid in wheat varieties with different levels of cadmium tolerance

    International Nuclear Information System (INIS)

    Kovács, Viktória; Gondor, Orsolya K.; Szalai, Gabriella; Darkó, Éva; Majláth, Imre; Janda, Tibor; Pál, Magda

    2014-01-01

    Highlights: • Cd induces the salicylic acid metabolism in wheat. • Salicylic acid is synthesized via benzoic acid and/or ortho-hydroxy-cinnamic acid. • Cd tolerance can be explained by the highly induced glutathione metabolism. • Salicylic acid signalling is correlated with glutathione-related mechanisms. - Abstract: Wheat genotypes with different endogenous SA contents were investigated, in order to reveal how cadmium influences salicylic acid (SA) synthesis, and to find possible relationships between SA and certain protective compounds (members of the antioxidants and the heavy metal detoxification system) and between the SA content and the level of cadmium tolerance. Cadmium exposure induced SA synthesis, especially in the leaves, and it is suggested that the phenyl-propanoid synthesis pathway is responsible for the accumulation of SA observed after cadmium stress. Cadmium influenced the synthesis and activation of protective compounds to varying extents in wheat genotypes with different levels of tolerance; the roots and leaves also responded differently to cadmium stress. Although a direct relationship was not found between the initial SA levels and the degree of cadmium tolerance, the results suggest that the increase in the root SA level during cadmium stress in the Mv varieties could be related with the enhancement of the internal glutathione cycle, thus inducing the antioxidant and metal detoxification systems, which promote Cd stress tolerance in wheat seedlings. The positive correlation between certain SA-related compounds and protective compounds suggests that SA-related signalling may also play a role in the acclimation to heavy metal stress

  14. The use of street-level bureaucracy theory in health policy analysis in low- and middle-income countries: a meta-ethnographic synthesis.

    Science.gov (United States)

    Erasmus, Ermin

    2014-12-01

    This article presents a synthesis of studies that explicitly use the theory of street-level bureaucracy to illuminate health policy implementation in low- and middle-income countries. Street-level bureaucrats are frontline workers in bureaucracies, e.g. nurses, who regularly interact directly with citizens in discharging their policy implementation duties and who have some discretion over which services are offered, how services are offered and the benefits and sanctions allocated to citizens. This synthesis seeks to achieve the dual objectives of, first, reflecting on how street-level bureaucracy theory has been used in the literature and, second, providing an example of the application of the synthesis methodology of meta-ethnography to the health policy analysis literature. The article begins by outlining meta-ethnography and providing more information on the papers on which the synthesis is based. This is followed by a detailed account of how the synthesis was achieved and by an articulation of the synthesis. It then concludes with thoughts and questions on the value and relevance of the synthesis, the experience of conducting the synthesis and the partial way in which street-level bureaucracy theory has been used in the literature examined. Published by Oxford University Press in association with The London School of Hygiene and Tropical Medicine © The Author 2014; all rights reserved.

  15. An Overview of Starfish: A Table-Centric Tool for Interactive Synthesis

    Science.gov (United States)

    Tsow, Alex

    2008-01-01

    Engineering is an interactive process that requires intelligent interaction at many levels. My thesis [1] advances an engineering discipline for high-level synthesis and architectural decomposition that integrates perspicuous representation, designer interaction, and mathematical rigor. Starfish, the software prototype for the design method, implements a table-centric transformation system for reorganizing control-dominated system expressions into high-level architectures. Based on the digital design derivation (DDD) system a designer-guided synthesis technique that applies correctness preserving transformations to synchronous data flow specifications expressed as co- recursive stream equations Starfish enhances user interaction and extends the reachable design space by incorporating four innovations: behavior tables, serialization tables, data refinement, and operator retiming. Behavior tables express systems of co-recursive stream equations as a table of guarded signal updates. Developers and users of the DDD system used manually constructed behavior tables to help them decide which transformations to apply and how to specify them. These design exercises produced several formally constructed hardware implementations: the FM9001 microprocessor, an SECD machine for evaluating LISP, and the SchemEngine, garbage collected machine for interpreting a byte-code representation of compiled Scheme programs. Bose and Tuna, two of DDD s developers, have subsequently commercialized the design derivation methodology at Derivation Systems, Inc. (DSI). DSI has formally derived and validated PCI bus interfaces and a Java byte-code processor; they further executed a contract to prototype SPIDER-NASA's ultra-reliable communications bus. To date, most derivations from DDD and DRS have targeted hardware due to its synchronous design paradigm. However, Starfish expressions are independent of the synchronization mechanism; there is no commitment to hardware or globally broadcast clocks

  16. Excel Spreadsheet Tools for Analyzing Groundwater Level Records and Displaying Information in ArcMap

    Science.gov (United States)

    Tillman, Fred D.

    2009-01-01

    When beginning hydrologic investigations, a first action is often to gather existing sources of well information, compile this information into a single dataset, and visualize this information in a geographic information system (GIS) environment. This report presents tools (macros) developed using Visual Basic for Applications (VBA) for Microsoft Excel 2007 to assist in these tasks. One tool combines multiple datasets into a single worksheet and formats the resulting data for use by the other tools. A second tool produces summary information about the dataset, such as a list of unique site identification numbers, the number of water-level observations for each, and a table of the number of sites with a listed number of water-level observations. A third tool creates subsets of the original dataset based on user-specified options and produces a worksheet with water-level information for each well in the subset, including the average and standard deviation of water-level observations and maximum decline and rise in water levels between any two observations, among other information. This water-level information worksheet can be imported directly into ESRI ArcMap as an 'XY Data' file, and each of the fields of summary well information can be used for custom display. A separate set of VBA tools distributed in an additional Excel workbook creates hydrograph charts of each of the wells in the data subset produced by the aforementioned tools and produces portable document format (PDF) versions of the hydrograph charts. These PDF hydrographs can be hyperlinked to well locations in ArcMap or other GIS applications.

  17. Increased cellular levels of spermidine or spermine are required for optimal DNA synthesis in lymphocytes activated by concanavalin A.

    Science.gov (United States)

    Fillingame, R H; Jorstad, C M; Morris, D R

    1975-01-01

    There are large increases in cellular levels of the polyamines spermidine and spermine in lymphocytes induced to transform by concanavalin A. The anti-leukemic agent methylglyoxal bis(guanylhydrazone) (MGBG) blocks synthesis of these polyamines by inhibiting S-adenosylmethionine decarboxylase. Previous results showed that when cells are activated in the presence of MGBG the synthesis and processing of RNA, as well as protein synthesis, proceed as in the absence of the drug. In contrast, the incorporation of [methyl-3H]thymidine into DNA and the rate of entry of the cells into mitosis are inhibited by 60% in the presence of MGBG. Several experiments suggest that MGBG inhibits cell proliferation by directly blocking polyamine synthesis and not by an unrelated pharmacological effect: (1) the inhibitory action of MGBG is reversed by exogenously added spermidine or spermine; (2) inhibition of DNA synthesis by MGBG shows the same dose-response curve as does inhibition of spermidine and spermine synthesis; and (3) if MGBG is added to cells which have been allowed to accumulate their maximum complement of polyamines, there is no inhibition of thymidine incorporation. MGBG-treated and control cultures initiate DNA synthesis at the same time and show the same percentage of labeled cells by autoradiography. Therefore, it appears that in the absence of increased cellular levels of polyamines, lymphocytes progress normally from G0 through G1 and into S-phase. Furthermore, these experiments suggest that the increased levels of spermidine and spermine generally seen in rapidly proliferating eukaryotic systems are necessary for enhanced rates of DNA replication. PMID:1060087

  18. Topology synthesis of large-displacement compliant mechanisms

    DEFF Research Database (Denmark)

    Pedersen, Claus B. Wittendorf; Buhl, Thomas; Sigmund, Ole

    2001-01-01

    This paper describes the use of topology optimization as a synthesis tool for the design of large-displacement compliant mechanisms. An objective function for the synthesis of large-displacement mechanisms is proposed together with a formulation for synthesis of path-generating compliant mechanisms...

  19. Synthesis algorithm of VLSI multipliers for ASIC

    Science.gov (United States)

    Chua, O. H.; Eldin, A. G.

    1993-01-01

    Multipliers are critical sub-blocks in ASIC design, especially for digital signal processing and communications applications. A flexible multiplier synthesis tool is developed which is capable of generating multiplier blocks for word size in the range of 4 to 256 bits. A comparison of existing multiplier algorithms is made in terms of speed, silicon area, and suitability for automated synthesis and verification of its VLSI implementation. The algorithm divides the range of supported word sizes into sub-ranges and provides each sub-range with a specific multiplier architecture for optimal speed and area. The algorithm of the synthesis tool and the multiplier architectures are presented. Circuit implementation and the automated synthesis methodology are discussed.

  20. Synthesis of potentially bioactive compounds and tools for biological studies

    International Nuclear Information System (INIS)

    Cappa, F.

    2014-01-01

    NMR spectroscopy is one of the most versatile tools for studying structural parameters of organic and bioorganic compounds. It became a highly suitable method to achieve spectra simplification of macromolecules in combination with isotope labeling techniques. This technique is used to study protein structures, folding properties and mechanisms of chemical and biochemical reactions. Proteins typically feature a high molecular mass showing a high number of spin systems, being responsible for increasingly difficult to interpret NMR spectra, which is why it is essential to introduce 13 C- and 15 N- isotopes to obtain reasonable signal intensities. The development of a new synthetic route towards 13 C-isotope labeled Phenylalanine or precursors thereof, starting from inexpensive and easily accessible labeled starting materials, is the main purpose of this work. Label sources such as [ 13 C]-acetic acid, [ 13 C]-formaldehyde, [ 13 C]-allyl alcohol and [ 13 C]-glycine will be used. The synthetic pathway will be carried out in a way where the position-selective incorporation of labeled isotopes can be performed. This important feature of the synthesis may open access towards newly designed NMR-experiments. Key steps for the tested route are ring closing metatheses as well as indium mediated reactions. The second part of this work focuses on the field of sugar chemistry, in particular on the family of deoxy sugars, components of many natural products, found in different plants, fungi and bacteria. Deoxy sugars also participate in a wide range of biological processes. Special focus is given to 3-deoxy sugars and the research of a versatile and flexible synthetic route for their preparation starting from the easily accessible D-glyceraldehyde. These sugars are found on Gram-negative bacteria where they are a key component of the lipopolysaccharides, or where they can take place in the biosynthesis of aromatic amino acids in bacteria and plants. Being able to perform this

  1. Methods and Tools for the Analysis, Verification and Synthesis of Genetic Logic Circuits,

    DEFF Research Database (Denmark)

    Baig, Hasan

    2017-01-01

    . This usually requires simulating the mathematical models of these genetic circuits and perceive whether or not the circuit behaves appropriately. Furthermore, synthetic biology utilizes the concepts from electronic design automation (EDA) of abstraction and automated construction to generate genetic circuits...... that the proposed approach is effective to determine the variation in the behavior of genetic circuits when the circuit’s parameters are changed. In addition, the thesis also attempts to propose a synthesis and technology mapping tool, called GeneTech, for genetic circuits. It allows users to construct a genetic...... important design characteristics. This thesis also introduces an automated approach to analyze the behavior of genetic logic circuits from the simulation data. With this capability, the boolean logic of complex genetic circuits can be analyzed and/or verified automatically. It is also shown in this thesis...

  2. The effect of intracellular calcium level regulators on the synthesis of pollen tube callose in Oenothera biennis L.

    Directory of Open Access Journals (Sweden)

    Elżbieta Bednarska

    2014-01-01

    Full Text Available It is shown that callose synthesis in the Oenothera biennis pollen tube is regulated by the endogenous Ca2+ level. Calcium antagonists reduced the amount of callose in the wall above the tip of the pollen tube (Verapamil - calcium channels blocker and at the tube tip after stopping tube growth (La3+ - a Ca2+ substitute. Ruthenium red and ionophore A 23187, which raise the Ca 21 level in the cytoplasm, induced callose synthesis at the tip of pollen tube.

  3. Radiation Mitigation and Power Optimization Design Tools for Reconfigurable Hardware in Orbit

    Science.gov (United States)

    French, Matthew; Graham, Paul; Wirthlin, Michael; Wang, Li; Larchev, Gregory

    2005-01-01

    The Reconfigurable Hardware in Orbit (RHinO)project is focused on creating a set of design tools that facilitate and automate design techniques for reconfigurable computing in space, using SRAM-based field-programmable-gate-array (FPGA) technology. In the second year of the project, design tools that leverage an established FPGA design environment have been created to visualize and analyze an FPGA circuit for radiation weaknesses and power inefficiencies. For radiation, a single event Upset (SEU) emulator, persistence analysis tool, and a half-latch removal tool for Xilinx/Virtex-II devices have been created. Research is underway on a persistence mitigation tool and multiple bit upsets (MBU) studies. For power, synthesis level dynamic power visualization and analysis tools have been completed. Power optimization tools are under development and preliminary test results are positive.

  4. Investigation of High-Level Synthesis tools’ applicability to data acquisition systems design based on the CMS ECAL Data Concentrator Card example

    CERN Document Server

    HUSEJKO, Michal; RASTEIRO DA SILVA, Jose Carlos

    2015-01-01

    High-Level Synthesis (HLS) for Field-Programmable Logic Array (FPGA) programming is becoming a practical alternative to well-established VHDL and Verilog languages. This paper describes a case study in the use of HLS tools to design FPGA-based data acquisition systems (DAQ). We will present the implementation of the CERN CMS detector ECAL Data Concentrator Card (DCC) functionality in HLS and lessons learned from using HLS design flow.The DCC functionality and a definition of the initial system-level performance requirements (latency, bandwidth, and throughput) will be presented. We will describe how its packet processing control centric algorithm was implemented with VHDL and Verilog languages. We will then show how the HLS flow could speed up design-space exploration by providing loose coupling between functions interface design and functions algorithm implementation.We conclude with results of real-life hardware tests performed with the HLS flow-generated design with a DCC Tester system.

  5. Investigation of High-Level Synthesis tools’ applicability to data acquisition systems design based on the CMS ECAL Data Concentrator Card example

    Science.gov (United States)

    HUSEJKO, Michal; EVANS, John; RASTEIRO DA SILVA, Jose Carlos

    2015-12-01

    High-Level Synthesis (HLS) for Field-Programmable Logic Array (FPGA) programming is becoming a practical alternative to well-established VHDL and Verilog languages. This paper describes a case study in the use of HLS tools to design FPGA-based data acquisition systems (DAQ). We will present the implementation of the CERN CMS detector ECAL Data Concentrator Card (DCC) functionality in HLS and lessons learned from using HLS design flow. The DCC functionality and a definition of the initial system-level performance requirements (latency, bandwidth, and throughput) will be presented. We will describe how its packet processing control centric algorithm was implemented with VHDL and Verilog languages. We will then show how the HLS flow could speed up design-space exploration by providing loose coupling between functions interface design and functions algorithm implementation. We conclude with results of real-life hardware tests performed with the HLS flow-generated design with a DCC Tester system.

  6. Power Constrained High-Level Synthesis of Battery Powered Digital Systems

    DEFF Research Database (Denmark)

    Nielsen, Sune Fallgaard; Madsen, Jan

    2003-01-01

    We present a high-level synthesis algorithm solving the combined scheduling, allocation and binding problem minimizing area under both latency and maximum power per clock-cycle constraints. Our approach eliminates the large power spikes, resulting in an increased battery lifetime, a property...... of utmost importance for battery powered embedded systems. Our approach extends the partial-clique partitioning algorithm by introducing power awareness through a heuristic algorithm which bounds the design space to those of power feasible schedules. We have applied our algorithm on a set of dataflow graphs...

  7. Twister Protein: a ludic tool involving protein synthesis

    Directory of Open Access Journals (Sweden)

    Aline Weyh

    2015-07-01

    Full Text Available Several studies show that students of various grade levels report the Genetics as an abstract theme and difficult to assimilate by the students, with multiple problems in the teaching-learning process and becoming necessary the development of auxiliary practices. Among the teaching tools, the game is the most currently opted playful activity by stimulating multiple intelligences, allowing greater student-teacher interaction. This work seeks the production of an innovative and dynamic educational game, Twister Protein, as a pedagogical resource for Genetics discipline. The development of the game was based on the use of easily accessible and low cost materials by teachers, allowing the knowledge of transcription, translation and protein folding. The activity was proposed and applied in the classroom with pilot undergraduate students. The fun associated with the knowledge of science not only allowed a better memorization of the content addressed, as aroused the curiosity, theme reflection, character building and collaborative spirits, as well as competitiveness through the interaction between class. This practice proved to be an effective tool in the escape from routine and fault repair of the theoretical process.

  8. INTERNET TOOLS IN EDUCATION AT DIFFERENT LEVELS OF TEACHING

    Directory of Open Access Journals (Sweden)

    Dorota Wójcicka-Migasiuk

    2014-11-01

    Full Text Available Modern education opens up broad prospects for the use of the Internet and its applications. Global computer network helps us to cross all limits allowed for the development and transfer of knowledge and to stimulate and create personal skills. Time and distance are no longer an obstacle. Recently, it has also been popularized in the use of online tools for professional work and intellectual and to the education at all levels of education. In this way, teachers are able to adapt teaching tools to the students’ individual needs. Moreover, the aspects of graphical visualization can be more efficient and interesting for students from previously used resources. This paper presents various methods of the Internet in education, and in particular the use of software to solve advanced problems in the art, for example, to calculate transient states. These tools are not only used for training skills or to solve specific tasks but also to shape attitudes and social behavior.

  9. Histone deacetylase inhibition decreases cholesterol levels in neuronal cells by modulating key genes in cholesterol synthesis, uptake and efflux.

    Directory of Open Access Journals (Sweden)

    Maria João Nunes

    Full Text Available Cholesterol is an essential component of the central nervous system and increasing evidence suggests an association between brain cholesterol metabolism dysfunction and the onset of neurodegenerative disorders. Interestingly, histone deacetylase inhibitors (HDACi such as trichostatin A (TSA are emerging as promising therapeutic approaches in neurodegenerative diseases, but their effect on brain cholesterol metabolism is poorly understood. We have previously demonstrated that HDACi up-regulate CYP46A1 gene transcription, a key enzyme in neuronal cholesterol homeostasis. In this study, TSA was shown to modulate the transcription of other genes involved in cholesterol metabolism in human neuroblastoma cells, namely by up-regulating genes that control cholesterol efflux and down-regulating genes involved in cholesterol synthesis and uptake, thus leading to an overall decrease in total cholesterol content. Furthermore, co-treatment with the amphipathic drug U18666A that can mimic the intracellular cholesterol accumulation observed in cells of Niemman-Pick type C patients, revealed that TSA can ameliorate the phenotype induced by pathological cholesterol accumulation, by restoring the expression of key genes involved in cholesterol synthesis, uptake and efflux and promoting lysosomal cholesterol redistribution. These results clarify the role of TSA in the modulation of neuronal cholesterol metabolism at the transcriptional level, and emphasize the idea of HDAC inhibition as a promising therapeutic tool in neurodegenerative disorders with impaired cholesterol metabolism.

  10. Multi-Level Marketing - a Tool of Relationship Marketing

    Directory of Open Access Journals (Sweden)

    Constantin C.

    2009-12-01

    Full Text Available This paper aims to analyse the opportunity of using multi-level marketing (MLM as a tool of relationship marketing. The research is firstly based on an analysis regarding the issues about the legality of MLM techniques in the context of EU and US regulation systems. The outcomes of this research stress the main characteristics of legal network marketing and how a person which wants to become independent distributor could avoid the cooperation with an illegal pyramid scheme. The second research is based on a case study at the level of an insurance broker, which emphasizes the benefits that all parties involved in a transaction (broker, distributor and customer could obtain by using an MLM scheme.

  11. NIKE: a new clinical tool for establishing levels of indications for cataract surgery.

    Science.gov (United States)

    Lundström, Mats; Albrecht, Susanne; Håkansson, Ingemar; Lorefors, Ragnhild; Ohlsson, Sven; Polland, Werner; Schmid, Andrea; Svensson, Göran; Wendel, Eva

    2006-08-01

    The purpose of this study was to construct a new clinical tool for establishing levels of indications for cataract surgery, and to validate this tool. Teams from nine eye clinics reached an agreement about the need to develop a clinical tool for setting levels of indications for cataract surgery and about the items that should be included in the tool. The tool was to be called 'NIKE' (Nationell Indikationsmodell för Kataraktextraktion). The Canadian Cataract Priority Criteria Tool served as a model for the NIKE tool, which was modified for Swedish conditions. Items included in the tool were visual acuity of both eyes, patients' perceived difficulties in day-to-day life, cataract symptoms, the ability to live independently, and medical/ophthalmic reasons for surgery. The tool was validated and tested in 343 cataract surgery patients. Validity, stability and reliability were tested and the outcome of surgery was studied in relation to the indication setting. Four indication groups (IGs) were suggested. The group with the greatest indications for surgery was named group 1 and that with the lowest, group 4. Validity was proved to be good. Surgery had the greatest impact on the group with the highest indications for surgery. Test-retest reliability test and interexaminer tests of indication settings showed statistically significant intraclass correlations (intraclass correlation coefficients [ICCs] 0.526 and 0.923, respectively). A new clinical tool for indication setting in cataract surgery is presented. This tool, the NIKE, takes into account both visual acuity and the patient's perceived problems in day-to-day life because of cataract. The tool seems to be stable and reliable and neutral towards different examiners.

  12. Single-case synthesis tools I: Comparing tools to evaluate SCD quality and rigor.

    Science.gov (United States)

    Zimmerman, Kathleen N; Ledford, Jennifer R; Severini, Katherine E; Pustejovsky, James E; Barton, Erin E; Lloyd, Blair P

    2018-03-03

    Tools for evaluating the quality and rigor of single case research designs (SCD) are often used when conducting SCD syntheses. Preferred components include evaluations of design features related to the internal validity of SCD to obtain quality and/or rigor ratings. Three tools for evaluating the quality and rigor of SCD (Council for Exceptional Children, What Works Clearinghouse, and Single-Case Analysis and Design Framework) were compared to determine if conclusions regarding the effectiveness of antecedent sensory-based interventions for young children changed based on choice of quality evaluation tool. Evaluation of SCD quality differed across tools, suggesting selection of quality evaluation tools impacts evaluation findings. Suggestions for selecting an appropriate quality and rigor assessment tool are provided and across-tool conclusions are drawn regarding the quality and rigor of studies. Finally, authors provide guidance for using quality evaluations in conjunction with outcome analyses when conducting syntheses of interventions evaluated in the context of SCD. Copyright © 2018 Elsevier Ltd. All rights reserved.

  13. Operational intervention levels (OILs): a tool to overcome differences in intervention levels?

    International Nuclear Information System (INIS)

    Kirchner, Gerald; Wirth, Erich

    2008-01-01

    The intervention levels for evacuation, sheltering and iodine blockade still differ in many countries, although international organisation like IAEA, NEA or ICRP aspire to harmonise them on an international level. Even if the dose values of the limits are in agreement, they are not necessarily comparable because the type of dose (projected dose, averted dose), the respected exposure pathways (external dose, inhalation, ingestion) or the integration time might differ significantly. The question is raised, how can harmonisation being achieved? International organisations recommend 'operational intervention levels' (OILs) for promptly assessing the results of environmental monitoring and to decide on protective actions. OILs are measurable values derived from dose limits. Best examples are the derived intervention levels for food and feed in the codex alimentarius or by the EC, which limit the ingestion dose to about 5 mSv/a. This paper discusses the properties and potential use of OILs, identifies and derives useful OILs and addresses their benefit in practise both for early and later countermeasures. Furthermore it is discussed whether OILs might be a useful tool to overcome national differences in intervention levels because an OIL value covers a relative wide range of the projected dose due to the uncertainty of the parameters needed for derivation. (author)

  14. Kinematic synthesis of adjustable robotic mechanisms

    Science.gov (United States)

    Chuenchom, Thatchai

    1993-01-01

    Conventional hard automation, such as a linkage-based or a cam-driven system, provides high speed capability and repeatability but not the flexibility required in many industrial applications. The conventional mechanisms, that are typically single-degree-of-freedom systems, are being increasingly replaced by multi-degree-of-freedom multi-actuators driven by logic controllers. Although this new trend in sophistication provides greatly enhanced flexibility, there are many instances where the flexibility needs are exaggerated and the associated complexity is unnecessary. Traditional mechanism-based hard automation, on the other hand, neither can fulfill multi-task requirements nor are cost-effective mainly due to lack of methods and tools to design-in flexibility. This dissertation attempts to bridge this technological gap by developing Adjustable Robotic Mechanisms (ARM's) or 'programmable mechanisms' as a middle ground between high speed hard automation and expensive serial jointed-arm robots. This research introduces the concept of adjustable robotic mechanisms towards cost-effective manufacturing automation. A generalized analytical synthesis technique has been developed to support the computational design of ARM's that lays the theoretical foundation for synthesis of adjustable mechanisms. The synthesis method developed in this dissertation, called generalized adjustable dyad and triad synthesis, advances the well-known Burmester theory in kinematics to a new level. While this method provides planar solutions, a novel patented scheme is utilized for converting prescribed three-dimensional motion specifications into sets of planar projections. This provides an analytical and a computational tool for designing adjustable mechanisms that satisfy multiple sets of three-dimensional motion specifications. Several design issues were addressed, including adjustable parameter identification, branching defect, and mechanical errors. An efficient mathematical scheme for

  15. Systemic Synthesis Questions [SSynQs] as Tools to Help Students to Build Their Cognitive Structures in a Systemic Manner

    Science.gov (United States)

    Hrin, Tamara N.; Fahmy, Ameen F. M.; Segedinac, Mirjana D.; Milenković, Dušica D.

    2016-08-01

    Many studies dedicated to the teaching and learning of organic chemistry courses have emphasized that high school students have shown significant difficulties in mastering the concepts of this discipline. Therefore, the aim of our study was to help students to overcome these difficulties by applying systemic synthesis questions, [SSynQs], as the instructional method in our intervention. This work shows that students from the group exposed to the new teaching method achieved higher scores on final testing than students from the control group, who were taught by the traditional method, when students' achievements in conventional, linear questions [LQs] and in [SSynQs] were studied. These results were followed by observation of lower levels of mental effort by students from the intervention group, and higher levels of mental effort in the control group, invested during solving both types of questions. This correlation between achievement and mental effort resulted in high instructional efficiency for the applied method in the intervention group, [SSynQs], and low instructional efficiency for the traditional teaching and learning method applied in the control group. A systemic triangular relation between achievement, mental effort, and instructional efficiency, established by each group and gender, emphasized that the application of [SSynQs] was more suited to female students than for male students because of [SSynQs] characteristics as teaching and learning tools and because of learning style and ability differences between genders.

  16. Droplet-based microfluidic method for synthesis of microparticles

    CSIR Research Space (South Africa)

    Mbanjwa, MB

    2012-10-01

    Full Text Available Droplet-based microfluidics has, in recent years, received increased attention as an important tool for performing numerous methods in modern day chemistry and biology such as the synthesis of hydrogel microparticles. Hydrogels have been used in many..., in recent years, received increased attention as an important tool for performing numerous methods in modern day chemistry and biology, such as synthesis of hydrogel microparticles. CONCLUSION AND OUTLOOK The droplet-based microfluidic method offers...

  17. Hybrid design tools for conceptual design and design engineering processes: bridging the design gap: towards an intuitive design tool

    NARCIS (Netherlands)

    Wendrich, Robert E.

    2016-01-01

    Hybrid Design Tools; Representation; Computational Synthesis. Non-linear, non-explicit, non-standard thinking and ambiguity in design tools has a great impact on enhancement of creativity during ideation and conceptualization. Tacit-tangible representation based on a mere idiosyncratic and

  18. Equivalence Checking between Pre-synthesis and Post-synthesis Programs by Using VIS

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Jonghoon; Yoo, Junbeom [Konkuk Univ., Seoul (Korea, Republic of); Choi, Jonggyun; Lee, Jangsoo [Korea Atomic Energy Research Institute, Daejeon (Korea, Republic of)

    2013-05-15

    PLC (Programmable Logic Controller)-based Software development, the design programs are translated into implementation programs, and behavioral equivalence between the design and implementation is demonstrated by formal method based technique. In FPGA-based software development, the design programs are also synthesized into implementation programs. However, in this process, testing and simulation based comparison techniques are mainly used. This paper proposes a formal method based technique to demonstrate behavioral equivalence between pre-synthesis and post-synthesis programs with VIS (Verification Interacting with Synthesis) verification system. We translated into BLIF-MV which is front-end of VIS, from Verlag and EDIF net list which synthesized from the same Verlag by an automatic synthesis tool. This paper proposes a formal method based technique to confirm correctness of synthesis by using equivalence checking of VIS verification system. In order to confirm the effectiveness of the proposed technique, we performed a case study with a part of prototype version of the RPS BP, and demonstrated a behavioral equivalence between Verlag HDL and EDIF post-synthesis net list.

  19. Equivalence Checking between Pre-synthesis and Post-synthesis Programs by Using VIS

    International Nuclear Information System (INIS)

    Lee, Jonghoon; Yoo, Junbeom; Choi, Jonggyun; Lee, Jangsoo

    2013-01-01

    PLC (Programmable Logic Controller)-based Software development, the design programs are translated into implementation programs, and behavioral equivalence between the design and implementation is demonstrated by formal method based technique. In FPGA-based software development, the design programs are also synthesized into implementation programs. However, in this process, testing and simulation based comparison techniques are mainly used. This paper proposes a formal method based technique to demonstrate behavioral equivalence between pre-synthesis and post-synthesis programs with VIS (Verification Interacting with Synthesis) verification system. We translated into BLIF-MV which is front-end of VIS, from Verlag and EDIF net list which synthesized from the same Verlag by an automatic synthesis tool. This paper proposes a formal method based technique to confirm correctness of synthesis by using equivalence checking of VIS verification system. In order to confirm the effectiveness of the proposed technique, we performed a case study with a part of prototype version of the RPS BP, and demonstrated a behavioral equivalence between Verlag HDL and EDIF post-synthesis net list

  20. Ant colony optimisation-direct cover: a hybrid ant colony direct cover technique for multi-level synthesis of multiple-valued logic functions

    Science.gov (United States)

    Abd-El-Barr, Mostafa

    2010-12-01

    The use of non-binary (multiple-valued) logic in the synthesis of digital systems can lead to savings in chip area. Advances in very large scale integration (VLSI) technology have enabled the successful implementation of multiple-valued logic (MVL) circuits. A number of heuristic algorithms for the synthesis of (near) minimal sum-of products (two-level) realisation of MVL functions have been reported in the literature. The direct cover (DC) technique is one such algorithm. The ant colony optimisation (ACO) algorithm is a meta-heuristic that uses constructive greediness to explore a large solution space in finding (near) optimal solutions. The ACO algorithm mimics the ant's behaviour in the real world in using the shortest path to reach food sources. We have previously introduced an ACO-based heuristic for the synthesis of two-level MVL functions. In this article, we introduce the ACO-DC hybrid technique for the synthesis of multi-level MVL functions. The basic idea is to use an ant to decompose a given MVL function into a number of levels and then synthesise each sub-function using a DC-based technique. The results obtained using the proposed approach are compared to those obtained using existing techniques reported in the literature. A benchmark set consisting of 50,000 randomly generated 2-variable 4-valued functions is used in the comparison. The results obtained using the proposed ACO-DC technique are shown to produce efficient realisation in terms of the average number of gates (as a measure of chip area) needed for the synthesis of a given MVL function.

  1. Bi-Level Integrated System Synthesis (BLISS) for Concurrent and Distributed Processing

    Science.gov (United States)

    Sobieszczanski-Sobieski, Jaroslaw; Altus, Troy D.; Phillips, Matthew; Sandusky, Robert

    2002-01-01

    The paper introduces a new version of the Bi-Level Integrated System Synthesis (BLISS) methods intended for optimization of engineering systems conducted by distributed specialty groups working concurrently and using a multiprocessor computing environment. The method decomposes the overall optimization task into subtasks associated with disciplines or subsystems where the local design variables are numerous and a single, system-level optimization whose design variables are relatively few. The subtasks are fully autonomous as to their inner operations and decision making. Their purpose is to eliminate the local design variables and generate a wide spectrum of feasible designs whose behavior is represented by Response Surfaces to be accessed by a system-level optimization. It is shown that, if the problem is convex, the solution of the decomposed problem is the same as that obtained without decomposition. A simplified example of an aircraft design shows the method working as intended. The paper includes a discussion of the method merits and demerits and recommendations for further research.

  2. High-Level Synthesis of DSP Applications Using Adaptive Negative Cycle Detection

    Directory of Open Access Journals (Sweden)

    Nitin Chandrachoodan

    2002-09-01

    Full Text Available The problem of detecting negative weight cycles in a graph is examined in the context of the dynamic graph structures that arise in the process of high level synthesis (HLS. The concept of adaptive negative cycle detection is introduced, in which a graph changes over time and negative cycle detection needs to be done periodically, but not necessarily after every individual change. We present an algorithm for this problem, based on a novel extension of the well-known Bellman-Ford algorithm that allows us to adapt existing cycle information to the modified graph, and show by experiments that our algorithm significantly outperforms previous incremental approaches for dynamic graphs. In terms of applications, the adaptive technique leads to a very fast implementation of Lawlers algorithm for the computation of the maximum cycle mean (MCM of a graph, especially for a certain form of sparse graph. Such sparseness often occurs in practical circuits and systems, as demonstrated, for example, by the ISCAS 89/93 benchmarks. The application of the adaptive technique to design-space exploration (synthesis is also demonstrated by developing automated search techniques for scheduling iterative data-flow graphs.

  3. Algorithmic synthesis using Python compiler

    Science.gov (United States)

    Cieszewski, Radoslaw; Romaniuk, Ryszard; Pozniak, Krzysztof; Linczuk, Maciej

    2015-09-01

    This paper presents a python to VHDL compiler. The compiler interprets an algorithmic description of a desired behavior written in Python and translate it to VHDL. FPGA combines many benefits of both software and ASIC implementations. Like software, the programmed circuit is flexible, and can be reconfigured over the lifetime of the system. FPGAs have the potential to achieve far greater performance than software as a result of bypassing the fetch-decode-execute operations of traditional processors, and possibly exploiting a greater level of parallelism. This can be achieved by using many computational resources at the same time. Creating parallel programs implemented in FPGAs in pure HDL is difficult and time consuming. Using higher level of abstraction and High-Level Synthesis compiler implementation time can be reduced. The compiler has been implemented using the Python language. This article describes design, implementation and results of created tools.

  4. Technology library modeling for information-driven circuit synthesis

    NARCIS (Netherlands)

    Jozwiak, L.; Bieganski, S.J.

    2008-01-01

    Due to weaknesses in circuit synthesis methods used in todaypsilas CAD tools, the opportunities created by modern microelectronic technology cannot effectively be exploited. This paper considers major issues and requirements of circuit synthesis for the nano CMOS technologies, and discusses our new

  5. SPRINT: A Tool to Generate Concurrent Transaction-Level Models from Sequential Code

    Directory of Open Access Journals (Sweden)

    Richard Stahl

    2007-01-01

    Full Text Available A high-level concurrent model such as a SystemC transaction-level model can provide early feedback during the exploration of implementation alternatives for state-of-the-art signal processing applications like video codecs on a multiprocessor platform. However, the creation of such a model starting from sequential code is a time-consuming and error-prone task. It is typically done only once, if at all, for a given design. This lack of exploration of the design space often leads to a suboptimal implementation. To support our systematic C-based design flow, we have developed a tool to generate a concurrent SystemC transaction-level model for user-selected task boundaries. Using this tool, different parallelization alternatives have been evaluated during the design of an MPEG-4 simple profile encoder and an embedded zero-tree coder. Generation plus evaluation of an alternative was possible in less than six minutes. This is fast enough to allow extensive exploration of the design space.

  6. Key characteristics for tool choice in indicator-based sustainability assessment at farm level

    Directory of Open Access Journals (Sweden)

    Fleur Marchand

    2014-09-01

    Full Text Available Although the literature on sustainability assessment tools to support decision making in agriculture is rapidly growing, little attention has been paid to the actual tool choice. We focused on the choice of more complex integrated indicator-based tools at the farm level. The objective was to determine key characteristics as criteria for tool choice. This was done with an in-depth comparison of 2 cases: the Monitoring Tool for Integrated Farm Sustainability and the Public Goods Tool. They differ in characteristics that may influence tool choice: data, time, and budgetary requirements. With an enhanced framework, we derived 11 key characteristics to describe differences between the case tools. Based on the key characteristics, we defined 2 types of indicator-based tools: full sustainability assessment (FSA and rapid sustainability assessment (RSA. RSA tools are more oriented toward communicating and learning. They are therefore more suitable for use by a larger group of farmers, can help to raise awareness, trigger farmers to become interested in sustainable farming, and highlight areas of good or bad performance. If and when farmers increase their commitment to on-farm sustainability, they can gain additional insight by using an FSA tool. Based on complementary and modular use of the tools, practical recommendations for the different end users, i.e., researchers, farmers, advisers, and so forth, have been suggested.

  7. Molecular design, synthesis and evaluation of chemical biology tools

    NARCIS (Netherlands)

    Hoogenboom, Jorin

    2017-01-01

    Chapter 1 provides a perspective of synthetic organic chemistry as a discipline involved in the design, synthesis and evaluation of complex molecules. The reader is introduced with a brief history of synthetic organic chemistry, all the while dealing with different aspects of

  8. Phenomena based Methodology for Process Synthesis incorporating Process Intensification

    DEFF Research Database (Denmark)

    Lutze, Philip; Babi, Deenesh Kavi; Woodley, John

    2013-01-01

    at processes at the lowest level of aggregation which is the phenomena level. In this paper, a phenomena based synthesis/design methodology incorporating process intensification is presented. Using this methodology, a systematic identification of necessary and desirable (integrated) phenomena as well......Process intensification (PI) has the potential to improve existing as well as conceptual processes, in order to achieve a more sustainable production. PI can be achieved at different levels. That is, the unit operations, functional and/or phenomena level. The highest impact is expected by looking...... as generation and screening of phenomena based flowsheet options are presented using a decomposition based solution approach. The developed methodology as well as necessary tools and supporting methods are highlighted through a case study involving the production of isopropyl-acetate....

  9. Detecting sea-level hazards: Simple regression-based methods for calculating the acceleration of sea level

    Science.gov (United States)

    Doran, Kara S.; Howd, Peter A.; Sallenger,, Asbury H.

    2016-01-04

    This report documents the development of statistical tools used to quantify the hazard presented by the response of sea-level elevation to natural or anthropogenic changes in climate and ocean circulation. A hazard is a physical process (or processes) that, when combined with vulnerability (or susceptibility to the hazard), results in risk. This study presents the development and comparison of new and existing sea-level analysis methods, exploration of the strengths and weaknesses of the methods using synthetic time series, and when appropriate, synthesis of the application of the method to observed sea-level time series. These reports are intended to enhance material presented in peer-reviewed journal articles where it is not always possible to provide the level of detail that might be necessary to fully support or recreate published results.

  10. Synthesis of Axial Power Distribution Using 5-Level Ex-core Detector in a Core Protection System

    International Nuclear Information System (INIS)

    Koo, Bon-Seung; Lee, Chung-Chan; Zee, Sung-Quun

    2007-01-01

    In ABB-CE digital plants, Core Protection Calculator System (CPCS) is used for a core protection based on several online measured system parameters including 3- level safety grade ex-core detector signals. The CPCS provides four independent channels for the departure from a nucleate boiling ratio (DNBR) and local power density (LPD) trip signals to the reactor protection system. Each channel consists of a core protection calculator (CPC) and a control element assembly calculator (CEAC). The cubic spline synthesis technique has been used in online calculations of the core axial power distributions using 3-level ex-core detector signals in CPC. The pre-determined cubic spline function sets are used depending on the characteristics of the ex-core detector responses. But this method shows large power distribution errors for the extremely skewed axial shapes due to restrictive function sets and an incorrect SAM value. Especially thus situation is worse at a higher burnup. To solve these problems, the cubic spline function sets are improved and it is demonstrated that the axial power shapes can be synthesized more accurately with the new function sets than those of a conventional CPC. In this paper, synthesis of an axial power distribution using a 5-level ex-core detector is described and the axial power distributions are compared between 3-level and 5-level ex-core detector systems

  11. PolNet: A Tool to Quantify Network-Level Cell Polarity and Blood Flow in Vascular Remodeling.

    Science.gov (United States)

    Bernabeu, Miguel O; Jones, Martin L; Nash, Rupert W; Pezzarossa, Anna; Coveney, Peter V; Gerhardt, Holger; Franco, Claudio A

    2018-05-08

    In this article, we present PolNet, an open-source software tool for the study of blood flow and cell-level biological activity during vessel morphogenesis. We provide an image acquisition, segmentation, and analysis protocol to quantify endothelial cell polarity in entire in vivo vascular networks. In combination, we use computational fluid dynamics to characterize the hemodynamics of the vascular networks under study. The tool enables, to our knowledge for the first time, a network-level analysis of polarity and flow for individual endothelial cells. To date, PolNet has proven invaluable for the study of endothelial cell polarization and migration during vascular patterning, as demonstrated by two recent publications. Additionally, the tool can be easily extended to correlate blood flow with other experimental observations at the cellular/molecular level. We release the source code of our tool under the Lesser General Public License. Copyright © 2018 Biophysical Society. Published by Elsevier Inc. All rights reserved.

  12. Synthesis of S-linked oligoxylans

    DEFF Research Database (Denmark)

    Bonora, Beatrice

    by several families of enzymes,collected under the name of Glycosyl Hydrolases (GHs). Among other methods,the use of enzyme inhibitors like thio-linked oligosaccharides has for a long timebeen a common tool to analyze and characterize these enzymes.In the present work the chemical synthesis of thio......-analogs of xylo- andarabinoxyloglycans is presented. Furthermore, the selection of a reliable method forthe incorporation of thiolinkages in the synthesis of oligoxylans is alsoinvestigated.Therefore, different strategies for assembling S-linked-disaccharides have beenapproached both involving 1-thioglycoside...... donors and thioacceptors. Advantagesand disadvantages concerning the different methods are described and evaluated inrelation to the synthesis of linear and branched oligoxylans....

  13. Green synthesis of gold nanoparticles for trace level detection of a hazardous pollutant (nitrobenzene) causing Methemoglobinaemia

    International Nuclear Information System (INIS)

    Emmanuel, R.; Karuppiah, Chelladurai; Chen, Shen-Ming; Palanisamy, Selvakumar; Padmavathy, S.; Prakash, P.

    2014-01-01

    Graphical abstract: Schematic representation for green synthesis of Au-NPs and its electroreduction of nitrobenzene. - Highlights: • A green synthesis of size controlled Au-NPs from plant extract. • Trace level detection of nitro benzene, a pollutant causing Methemoglobinaemia, at Au-NPs modified electrode. • Achievement of lower LOD and wider linear response. • The proposed sensor exhibits excellent practicality in various water samples. - Abstract: The present study involves a green synthesis of gold nanoparticles (Au-NPs) using Acacia nilotica twig bark extract at room temperature and trace level detection of one of the hazardous materials, viz. nitrobenzene (NB) that causes Methemoglobinaemia. The synthesis protocol demonstrates that the bioreduction of chloroauric acid leads to the formation of Au-NPs within 10 min, suggesting a higher reaction rate than any other chemical methods involved. The obtained Au-NPs have been characterized by UV–vis spectroscopy, X-ray diffraction, transmission electron microscopy, Energy-Dispersive X-ray Spectroscopy and Fourier Transform Infrared Spectroscopy. The electrochemical detection of NB has been investigated at the green synthesized Au-NPs modified glassy carbon electrode by using differential pulse voltammetry (DPV). The Au-NPs modified electrode exhibits excellent reduction ability toward NB compared to unmodified electrode. The developed NB sensor at Au-NPs modified electrode displays a wide linear response from 0.1 to 600 μM with high sensitivity of 1.01 μA μM −1 cm −2 and low limit of detection of 0.016 μM. The modified electrode shows exceptional selectivity in the presence of ions, phenolic and biologically coactive compounds. In addition, the Au-NPs modified electrode exhibits an outstanding recovery results toward NB in various real water samples

  14. Green synthesis of gold nanoparticles for trace level detection of a hazardous pollutant (nitrobenzene) causing Methemoglobinaemia

    Energy Technology Data Exchange (ETDEWEB)

    Emmanuel, R. [Post Graduate and Research Department of Chemistry, Thiagarajar College, Madurai 625009, Tamil Nadu (India); Karuppiah, Chelladurai [Department of Chemical Engineering and Biotechnology, National Taipei University of Technology, Taipei 106, Taiwan, ROC (China); Chen, Shen-Ming, E-mail: smchen78@ms15.hinet.net [Department of Chemical Engineering and Biotechnology, National Taipei University of Technology, Taipei 106, Taiwan, ROC (China); Palanisamy, Selvakumar [Department of Chemical Engineering and Biotechnology, National Taipei University of Technology, Taipei 106, Taiwan, ROC (China); Padmavathy, S. [Department of Zoology and Microbiology, Thiagarajar College, Madurai 625009, Tamil Nadu (India); Prakash, P., E-mail: kmpprakash@gmail.com [Post Graduate and Research Department of Chemistry, Thiagarajar College, Madurai 625009, Tamil Nadu (India)

    2014-08-30

    Graphical abstract: Schematic representation for green synthesis of Au-NPs and its electroreduction of nitrobenzene. - Highlights: • A green synthesis of size controlled Au-NPs from plant extract. • Trace level detection of nitro benzene, a pollutant causing Methemoglobinaemia, at Au-NPs modified electrode. • Achievement of lower LOD and wider linear response. • The proposed sensor exhibits excellent practicality in various water samples. - Abstract: The present study involves a green synthesis of gold nanoparticles (Au-NPs) using Acacia nilotica twig bark extract at room temperature and trace level detection of one of the hazardous materials, viz. nitrobenzene (NB) that causes Methemoglobinaemia. The synthesis protocol demonstrates that the bioreduction of chloroauric acid leads to the formation of Au-NPs within 10 min, suggesting a higher reaction rate than any other chemical methods involved. The obtained Au-NPs have been characterized by UV–vis spectroscopy, X-ray diffraction, transmission electron microscopy, Energy-Dispersive X-ray Spectroscopy and Fourier Transform Infrared Spectroscopy. The electrochemical detection of NB has been investigated at the green synthesized Au-NPs modified glassy carbon electrode by using differential pulse voltammetry (DPV). The Au-NPs modified electrode exhibits excellent reduction ability toward NB compared to unmodified electrode. The developed NB sensor at Au-NPs modified electrode displays a wide linear response from 0.1 to 600 μM with high sensitivity of 1.01 μA μM{sup −1} cm{sup −2} and low limit of detection of 0.016 μM. The modified electrode shows exceptional selectivity in the presence of ions, phenolic and biologically coactive compounds. In addition, the Au-NPs modified electrode exhibits an outstanding recovery results toward NB in various real water samples.

  15. Integrated biofuels process synthesis

    DEFF Research Database (Denmark)

    Torres-Ortega, Carlo Edgar; Rong, Ben-Guang

    2017-01-01

    Second and third generation bioethanol and biodiesel are more environmentally friendly fuels than gasoline and petrodiesel, andmore sustainable than first generation biofuels. However, their production processes are more complex and more expensive. In this chapter, we describe a two-stage synthesis......% used for bioethanol process), and steam and electricity from combustion (54%used as electricity) in the bioethanol and biodiesel processes. In the second stage, we saved about 5% in equipment costs and 12% in utility costs for bioethanol separation. This dual synthesis methodology, consisting of a top......-level screening task followed by a down-level intensification task, proved to be an efficient methodology for integrated biofuel process synthesis. The case study illustrates and provides important insights into the optimal synthesis and intensification of biofuel production processes with the proposed synthesis...

  16. Experimental synthesis of crystalline matrices based on Ce, Ba, Sr zirconates for immobilization of high-level radioactive actinides

    International Nuclear Information System (INIS)

    Anderson, E.B.; Burakov, B.E.; Vasiliev, V.G.; Starchenko, V.A.

    1993-01-01

    In geological disposal of high-level radioactive waste the main storage barriers, in the first place the matrix containing radionuclides, must remain undestructible over a long period of time. Very high requirements are imposed for the matrices from the viewpoint of their chemical stability and mechanical strength. Zirconates may be classified among compounds potentially suitable for the creation of crystalline matrices incorporating radionuclides in their structure. The paper considers results of laboratory experiments on the synthesis of crystalline matrices based on various zirconates by the methods of gas-static and axial pressing. Problems are discussed concerning the crystalline matrix industrial synthesis technology developed at the Radium Institute. One of the most promising directions in solving the problem of high-level waste (HLW) removal from the sphere of human activity is disposal in deep geological formations. The realization of this direction envisages creation of multibarrier compositions. Special attention is paid to the technology for the synthesis of the first, the most crucial, engineering barrier: the matrix into which radionuclides are incorporated. It is assumed that crystalline compounds best satisfy all the requirements as the most thermodynamically stable

  17. Synthesis of Cyclic Polymers and Characterization of Their Diffusive Motion in the Melt State at the Single Molecule Level

    KAUST Repository

    Habuchi, Satoshi

    2016-09-26

    We demonstrate a method for the synthesis of cyclic polymers and a protocol for characterizing their diffusive motion in a melt state at the single molecule level. An electrostatic self-assembly and covalent fixation (ESA-CF) process is used for the synthesis of the cyclic poly(tetrahydrofuran) (poly(THF)). The diffusive motion of individual cyclic polymer chains in a melt state is visualized using single molecule fluorescence imaging by incorporating a fluorophore unit in the cyclic chains. The diffusive motion of the chains is quantitatively characterized by means of a combination of mean-squared displacement (MSD) analysis and a cumulative distribution function (CDF) analysis. The cyclic polymer exhibits multiple-mode diffusion which is distinct from its linear counterpart. The results demonstrate that the diffusional heterogeneity of polymers that is often hidden behind ensemble averaging can be revealed by the efficient synthesis of the cyclic polymers using the ESA-CF process and the quantitative analysis of the diffusive motion at the single molecule level using the MSD and CDF analyses.

  18. Procafd: Computer Aided Tool for Synthesis-Design & Analysis of Chemical Process Flowsheets

    DEFF Research Database (Denmark)

    Kumar Tula, Anjan; Eden, Mario R.; Gani, Rafiqul

    2015-01-01

    and emission to the surrounding and many more. In terms of approaches to solve the synthesis-design problem three major lines of attack have emerged: (a) the knowledge based approach [1] which relies on engineering knowledge & problem insights, (b) the optimization approach [2] which relies on the use...... of mathematical programming techniques, (c) hybrid approach which combine two or more approaches. D’Anterroches [3] proposed a group contribution based hybrid approach to solve the synthesis-design problem where, chemical process flowsheets could be synthesized in the same way as atoms or groups of atoms...... parameters for the operations of the high ranked flowsheets are established through reverse engineering approaches based on driving forces available for each operation. In the final stage, rigorous simulation is performed to validate the synthesis-design. Note that since the flowsheet is synthesized...

  19. Synthesis and Layout of an Asynchronous Network-on-Chip using Standard EDA Tools

    DEFF Research Database (Denmark)

    Müller, Christoph; Kasapaki, Evangelia; Sørensen, Rasmus Bo

    2014-01-01

    is the key role that clock signals play in specifying time-constraints for the synthesis. In this paper explain how we handled the synthesis and layout of an asynchronous network-on-chip for a multi-core platform. Focus is on the design process while the actual NOC-design and its performance are presented...

  20. System-level tools and reconfigurable computing for next-generation HWIL systems

    Science.gov (United States)

    Stark, Derek; McAulay, Derek; Cantle, Allan J.; Devlin, Malachy

    2001-08-01

    Previous work has been presented on the creation of computing architectures called DIME, which addressed the particular computing demands of hardware in the loop systems. These demands include low latency, high data rates and interfacing. While it is essential to have a capable platform for handling and processing of the data streams, the tools must also complement this so that a system's engineer is able to construct their final system. The paper will present the work in the area of integration of system level design tools, such as MATLAB and SIMULINK, with a reconfigurable computing platform. This will demonstrate how algorithms can be implemented and simulated in a familiar rapid application development environment before they are automatically transposed for downloading directly to the computing platform. This complements the established control tools, which handle the configuration and control of the processing systems leading to a tool suite for system development and implementation. As the development tools have evolved the core-processing platform has also been enhanced. These improved platforms are based on dynamically reconfigurable computing, utilizing FPGA technologies, and parallel processing methods that more than double the performance and data bandwidth capabilities. This offers support for the processing of images in Infrared Scene Projectors with 1024 X 1024 resolutions at 400 Hz frame rates. The processing elements will be using the latest generation of FPGAs, which implies that the presented systems will be rated in terms of Tera (1012) operations per second.

  1. New tools for chloroplast genetic engineering allow the synthesis of human growth hormone in the green alga Chlamydomonas reinhardtii.

    Science.gov (United States)

    Wannathong, Thanyanan; Waterhouse, Janet C; Young, Rosanna E B; Economou, Chloe K; Purton, Saul

    2016-06-01

    In recent years, there has been an increasing interest in the exploitation of microalgae in industrial biotechnology. Potentially, these phototrophic eukaryotes could be used for the low-cost synthesis of valuable recombinant products such as bioactive metabolites and therapeutic proteins. The algal chloroplast in particular represents an attractive target for such genetic engineering, both because it houses major metabolic pathways and because foreign genes can be targeted to specific loci within the chloroplast genome, resulting in high-level, stable expression. However, routine methods for chloroplast genetic engineering are currently available only for one species-Chlamydomonas reinhardtii-and even here, there are limitations to the existing technology, including the need for an expensive biolistic device for DNA delivery, the lack of robust expression vectors, and the undesirable use of antibiotic resistance markers. Here, we describe a new strain and vectors for targeted insertion of transgenes into a neutral chloroplast locus that (i) allow scar-less fusion of a transgenic coding sequence to the promoter/5'UTR element of the highly expressed endogenous genes psaA or atpA, (ii) employ the endogenous gene psbH as an effective but benign selectable marker, and (iii) ensure the successful integration of the transgene construct in all transformant lines. Transformation is achieved by a simple and cheap method of agitation of a DNA/cell suspension with glass beads, with selection based on the phototrophic rescue of a cell wall-deficient ΔpsbH strain. We demonstrate the utility of these tools in the creation of a transgenic line that produces high levels of functional human growth hormone.

  2. Effects of Fuel to Synthesis of CaTiO3 by Solution Combustion Synthesis for High-Level Nuclear Waste Ceramics.

    Science.gov (United States)

    Jung, Choong-Hwan; Kim, Yeon-Ku; Han, Young-Min; Lee, Sang-Jin

    2016-02-01

    A solution combustion process for the synthesis of perovskite (CaTiO3) powders is described. Perovskite is one of the crystalline host matrics for the disposal of high-level radioactive wastes (HLW) because it immobilizes Sr and Lns elements by forming solid solutions. Solution combustion synthesis, which is a self-sustaining oxi-reduction reaction between nitrate and organic fuel, the exothermic reaction, and the heat evolved convert the precursors into their corresponding oxide products above 1100 degrees C in air. To investigate the effects of amino acid on the combustion reaction, various types of fuels were used; a glycine, amine and carboxylic ligand mixture. Sr, La and Gd-nitrate with equivalent amounts of up to 20% of CaTiO3 were mixed with Ca and Ti nitrate and amino acid. X-ray diffraction analysis, SEM and TEM were conducted to confirm the formed phases and morphologies. While powders with an uncontrolled shape are obtained through a general oxide-route process, Ca(Sr, Lns)TiO3 powders with micro-sized soft agglomerates consisting of nano-sized primary particles can be prepared using this method.

  3. Overcoming heterologous protein interdependency to optimize P450-mediated Taxol precursor synthesis in Escherichia coli.

    Science.gov (United States)

    Biggs, Bradley Walters; Lim, Chin Giaw; Sagliani, Kristen; Shankar, Smriti; Stephanopoulos, Gregory; De Mey, Marjan; Ajikumar, Parayil Kumaran

    2016-03-22

    Recent advances in metabolic engineering have demonstrated the potential to exploit biological chemistry for the synthesis of complex molecules. Much of the progress to date has leveraged increasingly precise genetic tools to control the transcription and translation of enzymes for superior biosynthetic pathway performance. However, applying these approaches and principles to the synthesis of more complex natural products will require a new set of tools for enabling various classes of metabolic chemistries (i.e., cyclization, oxygenation, glycosylation, and halogenation) in vivo. Of these diverse chemistries, oxygenation is one of the most challenging and pivotal for the synthesis of complex natural products. Here, using Taxol as a model system, we use nature's favored oxygenase, the cytochrome P450, to perform high-level oxygenation chemistry in Escherichia coli. An unexpected coupling of P450 expression and the expression of upstream pathway enzymes was discovered and identified as a key obstacle for functional oxidative chemistry. By optimizing P450 expression, reductase partner interactions, and N-terminal modifications, we achieved the highest reported titer of oxygenated taxanes (∼570 ± 45 mg/L) in E. coli. Altogether, this study establishes E. coli as a tractable host for P450 chemistry, highlights the potential magnitude of protein interdependency in the context of synthetic biology and metabolic engineering, and points to a promising future for the microbial synthesis of complex chemical entities.

  4. Towards behavioral synthesis of asynchronous circuits - an implementation template targeting syntax directed compilation

    DEFF Research Database (Denmark)

    Nielsen, Sune Fallgaard; Sparsø, Jens; Madsen, Jan

    2004-01-01

    This paper presents a method for behavioral synthesis of asynchronous circuits. Our approach aims at providing a synthesis flow which is very similar to what is found in existing synchronous design tools. We adapt the synchronous behavioral synthesis abstraction into the asynchronous handshake...

  5. Using MaxCompiler for High Level Synthesis of Trigger Algorithms

    CERN Document Server

    Summers, Sioni Paris; Sanders, P.

    2017-01-01

    Firmware for FPGA trigger applications at the CMS experiment is conventionally written using hardware description languages such as Verilog and VHDL. MaxCompiler is an alternative, Java based, tool for developing FPGA applications which uses a higher level of abstraction from the hardware than a hardware description language. An implementation of the jet and energy sum algorithms for the CMS Level-1 calorimeter trigger has been written using MaxCompiler to benchmark against the VHDL implementation in terms of accuracy, latency, resource usage, and code size. A Kalman Filter track fitting algorithm has been developed using MaxCompiler for a proposed CMS Level-1 track trigger for the High-Luminosity LHC upgrade. The design achieves a low resource usage, and has a latency of 187.5 ns per iteration.

  6. Salicylic acid derivatives: synthesis, features and usage as therapeutic tools.

    Science.gov (United States)

    Ekinci, Deniz; Sentürk, Murat; Küfrevioğlu, Ömer İrfan

    2011-12-01

    In the field of medicinal chemistry, there is a growing interest in the use of small molecules. Although acetyl salicylic acid is well known for medical applications, little is known about other salicylic acid derivatives, and there is serious lack of data and information on the effects and biological evaluation that connect them. This review covers the synthesis and drug potencies of salicylic acid derivatives. After a brief overview of the information on salicylic acid and its features, a detailed review of salicylic acids as drugs and prodrugs, usage as cyclooxygenase inhibitors, properties in plants, synthesis and recent patents, is developed. Salicylic acid research is still an important area and innovations continue to arise, which offer hope for new therapeutics in related fields. It is anticipated that this review will guide the direction of long-term drug/nutraceutical safety trials and stimulate ideas for future research.

  7. DARWIN: analogue circuit synthesis based on a genetic algorithms

    NARCIS (Netherlands)

    Kruiskamp, M.W.; Leenaerts, D.M.W.

    1995-01-01

    DARWIN is a synthesis tool for generating sized net lists of CMOS op amps from performance specifications and process parameters. the synthesis process starts with an initial set of randomly generated op amps. Owing to genetic operator ‘crossover’ and ‘mutation’, the population of op amps evolves to

  8. Induction of phytic acid synthesis by abscisic acid in suspension-cultured cells of rice.

    Science.gov (United States)

    Matsuno, Koya; Fujimura, Tatsuhito

    2014-03-01

    A pathway of phytic acid (PA) synthesis in plants has been revealed via investigations of low phytic acid mutants. However, the regulation of this pathway is not well understood because it is difficult to control the environments of cells in the seeds, where PA is mainly synthesized. We modified a rice suspension culture system in order to study the regulation of PA synthesis. Rice cells cultured with abscisic acid (ABA) accumulate PA at higher levels than cells cultured without ABA, and PA accumulation levels increase with ABA concentration. On the other hand, higher concentrations of sucrose or inorganic phosphorus do not affect PA accumulation. Mutations in the genes RINO1, OsMIK, OsIPK1 and OsLPA1 have each been reported to confer low phytic acid phenotypes in seeds. Each of these genes is upregulated in cells cultured with ABA. OsITPK4 and OsITPK6 are upregulated in cells cultured with ABA and in developing seeds. These results suggest that the regulation of PA synthesis is similar between developing seeds and cells in this suspension culture system. This system will be a powerful tool for elucidating the regulation of PA synthesis. Copyright © 2014 Elsevier Ireland Ltd. All rights reserved.

  9. Strategic Management Tools and Techniques Usage: a Qualitative Review

    Directory of Open Access Journals (Sweden)

    Albana Berisha Qehaja

    2017-01-01

    Full Text Available This paper is one of the few studies to review the empirical literature on strategic management tools and techniques usage. There are many techniques, tools and methods, models, frameworks, approaches and methodologies, available to support strategic managers in decision making. They are developed and designed to support managers in all stages of strategic management process to achieve better performance. Management schools provide knowledge of these tools. But their use in organizations should be seen in practice‑based context. Consequently, some questions arise: Do they use these strategic tools and techniques in their workplace? Which strategic tools and techniques are used more in organizations? To answer these questions we have made a review of empirical studies using textual narrative synthesis method. Initially, this study presents a tabulation with a summary of empirical research for the period 1990–2015. The included studies are organized clustering them by enterprise size and sector and by country level development. A synopsis of the ten most used strategic tools and techniques worldwide resulted as follows: SWOT analysis, benchmarking, PEST analysis, “what if” analysis, vision and mission statements, Porter’s five forces analysis, business financial analysis, key success factors analysis, cost‑benefit analysis and customer satisfaction.

  10. Living Polycondensation: Synthesis of Well-Defined Aromatic Polyamide-Based Polymeric Materials

    KAUST Repository

    Alyami, Mram Z.

    2016-01-01

    Chain growth condensation polymerization is a powerful tool towards the synthesis of well-defined polyamides. This thesis focuses on one hand, on the synthesis of well-defined aromatic polyamides with different aminoalkyl pendant groups with low

  11. N-acetylcysteine stimulates protein synthesis in enterocytes independently of glutathione synthesis.

    Science.gov (United States)

    Yi, Dan; Hou, Yongqing; Wang, Lei; Long, Minhui; Hu, Shengdi; Mei, Huimin; Yan, Liqiong; Hu, Chien-An Andy; Wu, Guoyao

    2016-02-01

    Dietary supplementation with N-acetylcysteine (NAC) has been reported to improve intestinal health and treat gastrointestinal diseases. However, the underlying mechanisms are not fully understood. According to previous reports, NAC was thought to exert its effect through glutathione synthesis. This study tested the hypothesis that NAC enhances enterocyte growth and protein synthesis independently of cellular glutathione synthesis. Intestinal porcine epithelial cells were cultured for 3 days in Dulbecco's modified Eagle medium containing 0 or 100 μM NAC. To determine a possible role for GSH (the reduced form of glutathione) in mediating the effect of NAC on cell growth and protein synthesis, additional experiments were conducted using culture medium containing 100 μM GSH, 100 μM GSH ethyl ester (GSHee), diethylmaleate (a GSH-depletion agent; 10 μM), or a GSH-synthesis inhibitor (buthionine sulfoximine, BSO; 20 μM). NAC increased cell proliferation, GSH concentration, and protein synthesis, while inhibiting proteolysis. GSHee enhanced cell proliferation and GSH concentration without affecting protein synthesis but inhibited proteolysis. Conversely, BSO or diethylmaleate reduced cell proliferation and GSH concentration without affecting protein synthesis, while promoting protein degradation. At the signaling level, NAC augmented the protein abundance of total mTOR, phosphorylated mTOR, and phosphorylated 70S6 kinase as well as mRNA levels for mTOR and p70S6 kinase in IPEC-1 cells. Collectively, these results indicate that NAC upregulates expression of mTOR signaling proteins to stimulate protein synthesis in enterocytes independently of GSH generation. Our findings provide a hitherto unrecognized biochemical mechanism for beneficial effects of NAC in intestinal cells.

  12. Role of laser fluence in protein synthesis of cultured DRG neurons following low-level laser irradiation

    Science.gov (United States)

    Zheng, Liqin; Qiu, Caimin; Wang, Yuhua; Zeng, Yixiu; Yang, Hongqin; Zhang, Yanding; Xie, Shusen

    2014-11-01

    Low-level lasers have been used to relieve pain in clinical for many years. But the mechanism is not fully clear. In animal models, nitric oxide (NO) has been reported involving in the transmission and modulation of nociceptive signals. So the objective of this study was to establish whether low-level laser with different fluence could stimulate the production of nitric oxide synthese (NOS), which produces NO in cultured primary dorsal root ganglion neurons (DRG neurons). The primary DRG neurons were isolated from healthy Sprague Dawley rats (8-12 weeks of age) and spread on 35 mm culture dishes specially used for confocal microscopy. 24 hours after spreading, cells were irradiated with 658 nm laser for two consecutive days at the energy density of 20, 40, 60 and 80 mJ·cm-2 respectively. Control groups were not exposed to the laser, but were kept under the same conditions as the irradiated ones. The synthesis of NOS after laser irradiation was detected by immunofluorescence assay, and the changes of NOS were evaluated using confocal microscopy and Image J software. The results showed that all the laser fluence could promote the production of NOS in DRG neurons, especially the 60 mJ·cm-2 . These results demonstrated that low-level laser irradiation could modify protein synthesis in a dose- or fluence- dependent manner, and indicated that low-level laser irradiation might achieve the analgesic effect through modulation of NO production.

  13. Energy and resource basis of an Italian coastal resort region integrated using emergy synthesis.

    Science.gov (United States)

    Vassallo, Paolo; Paoli, Chiara; Tilley, David R; Fabiano, Mauro

    2009-10-01

    Sustainable development of coastal zones must balance economic development that encourages human visitation from a larger population with desires that differ from the local residents with the need to maintain opportunities for the local resident society and conserve ecological capital, which may serve as the basis for residents. We present a case study in which the sustainability level of a coastal zone (Riviera del Beigua), located along the Ligurian coast of north-western Italy, was assessed through the lens of systems ecology using emergy synthesis to integrate across economic, social and environmental sub-systems. Our purposes were (1) to quantify the environmental sustainability level of this coastal zone, (2) to evaluate the role of tourism in affecting the economy, society and environment, and (3) to compare emergy synthesis to Butler's Tourism Area Life Cycle model (TALC). Results showed that 81% of the total emergy consumption in the coastal zone was derived from external sources, indicating that this tourist-heavy community was not sustainable. Tourism, as the dominant economic sub-system, consumed 42% of the total emergy budget, while local residents used the remaining 58%. The progressive stages of the TALC model were found to parallel the dynamic changes in the ratio of external emergy inputs to local emergy inputs, suggesting that emergy synthesis could be a useful tool for detecting a tourist region's TALC stage. Use of such a quantitative tool could expedite sustainability assessment to allow administrative managers to understand the complex relationship between a region's economy, environment and resident society so sound policies can be developed to improve overall sustainability.

  14. NASA System-Level Design, Analysis and Simulation Tools Research on NextGen

    Science.gov (United States)

    Bardina, Jorge

    2011-01-01

    A review of the research accomplished in 2009 in the System-Level Design, Analysis and Simulation Tools (SLDAST) of the NASA's Airspace Systems Program is presented. This research thrust focuses on the integrated system-level assessment of component level innovations, concepts and technologies of the Next Generation Air Traffic System (NextGen) under research in the ASP program to enable the development of revolutionary improvements and modernization of the National Airspace System. The review includes the accomplishments on baseline research and the advancements on design studies and system-level assessment, including the cluster analysis as an annualization standard of the air traffic in the U.S. National Airspace, and the ACES-Air MIDAS integration for human-in-the-loop analyzes within the NAS air traffic simulation.

  15. Multi-Objective Optimization in Physical Synthesis of Integrated Circuits

    CERN Document Server

    A Papa, David

    2013-01-01

    This book introduces techniques that advance the capabilities and strength of modern software tools for physical synthesis, with the ultimate goal to improve the quality of leading-edge semiconductor products.  It provides a comprehensive introduction to physical synthesis and takes the reader methodically from first principles through state-of-the-art optimizations used in cutting edge industrial tools. It explains how to integrate chip optimizations in novel ways to create powerful circuit transformations that help satisfy performance requirements. Broadens the scope of physical synthesis optimization to include accurate transformations operating between the global and local scales; Integrates groups of related transformations to break circular dependencies and increase the number of circuit elements that can be jointly optimized to escape local minima;  Derives several multi-objective optimizations from first observations through complete algorithms and experiments; Describes integrated optimization te...

  16. Ribulose 1,5-bisphosphate carboxylase synthesis during heat shock

    International Nuclear Information System (INIS)

    Vierling, E.; Key, J.L.

    1985-01-01

    Ribulose 1,5-bisphosphate carboxylase (RuBPCase) was chosen as a model protein to study how heat shock (HS) affects both chloroplast protein synthesis and the nuclear-chloroplast interaction in production of chloroplast proteins. Experiments were performed using highly chlorophyllous, soybean (Glycine max L. Merr. var Corsoy) cell suspension cultures active in chloroplast protein synthesis. Synthesis of RuBPCase large (L) and small (S) subunits was followed by in vivo labeling, and corresponding mRNA levels were examined by Northern and dot hybridization analyses. Results demonstrate that L and S synthesis declines with increasing HS temperatures (33-40 0 C) and reaches minimum levels (20-30% of control) at temperatures of maximum HS protein synthesis (39-40 0 C). Recovery of L and S synthesis following a 2-hour HS at 38 or 40 0 C was also studied. The changes in S synthesis during HS and recovery correlate with the steady state levels of S mRNA. In contrast, changes in L synthesis show little relationship to the corresponding mRNA levels; levels of L mRNA remain relatively unchanged by HS. The authors conclude that chloroplast protein synthesis shows no greater sensitivity to HS than is observed for cytoplasmic protein synthesis and that transport of proteins into the chloroplast (e.g.,S subunit) continues during HS. Furthermore, there is no apparent coordination of L and S subunit mNRA levels under the conditions examined

  17. High-level synthesis for reduction of WCET in real-time systems

    DEFF Research Database (Denmark)

    Kristensen, Andreas Toftegaard; Pezzarossa, Luca; Sparsø, Jens

    2017-01-01

    . Compared to executing the high-level language code on a processor, HLS can be used to create hardware that accelerates critical parts of the code. When discussing performance in the context or real-time systems, it is the worst-case execution time (WCET) of a task that matters. WCET obviously benefits from...... hardware acceleration, but it may also benefit from a tighter bound on the WCET. This paper explores the use of and integration of accelerators generated using HLS into a time-predictable processor intended for real-time systems. The high-level design tool, Vivado HLS, is used to generate hardware...

  18. DETECTING LOW-LEVEL SYNTHESIS IMPURITIES IN MODIFIED PHOSPHOROTHIOATE OLIGONUCLEOTIDES USING LIQUID CHROMATOGRAPHY – HIGH RESOLUTION MASS SPECTROMETRY

    Science.gov (United States)

    Nikcevic, Irena; Wyrzykiewicz, Tadeusz K.; Limbach, Patrick A.

    2010-01-01

    Summary An LC-MS method based on the use of high resolution Fourier transform ion cyclotron resonance mass spectrometry (FTIRCMS) for profiling oligonucleotides synthesis impurities is described. Oligonucleotide phosphorothioatediesters (phosphorothioate oligonucleotides), in which one of the non-bridging oxygen atoms at each phosphorus center is replaced by a sulfur atom, are now one of the most popular oligonucleotide modifications due to their ease of chemical synthesis and advantageous pharmacokinetic properties. Despite significant progress in the solid-phase oligomerization chemistry used in the manufacturing of these oligonucleotides, multiple classes of low-level impurities always accompany synthetic oligonucleotides. Liquid chromatography-mass spectrometry has emerged as a powerful technique for the identification of these synthesis impurities. However, impurity profiling, where the entire complement of low-level synthetic impurities is identified in a single analysis, is more challenging. Here we present an LC-MS method based the use of high resolution-mass spectrometry, specifically Fourier transform ion cyclotron resonance mass spectrometry (FTIRCMS or FTMS). The optimal LC-FTMS conditions, including the stationary phase and mobile phases for the separation and identification of phosphorothioate oligonucleotides, were found. The characteristics of FTMS enable charge state determination from single m/z values of low-level impurities. Charge state information then enables more accurate modeling of the detected isotopic distribution for identification of the chemical composition of the detected impurity. Using this approach, a number of phosphorothioate impurities can be detected by LC-FTMS including failure sequences carrying 3′-terminal phosphate monoester and 3′-terminal phosphorothioate monoester, incomplete backbone sulfurization and desulfurization products, high molecular weight impurities, and chloral, isobutyryl, and N3 (2-cyanoethyl) adducts

  19. Synthesis of Cyclic Polymers and Characterization of Their Diffusive Motion in the Melt State at the Single Molecule Level

    KAUST Repository

    Habuchi, Satoshi; Yamamoto, Takuya; Tezuka, Yasuyuki

    2016-01-01

    We demonstrate a method for the synthesis of cyclic polymers and a protocol for characterizing their diffusive motion in a melt state at the single molecule level. An electrostatic self-assembly and covalent fixation (ESA-CF) process is used

  20. Microchemical synthesis of the serotonin receptor ligand, 125I-LSD

    International Nuclear Information System (INIS)

    Hartig, P.R.; Krohn, A.M.; Hirschman, S.A.

    1985-01-01

    The synthesis and properties of 2-[ 125 I]-lysergic acid diethylamide, the first 125 I-labeled serotonin receptor ligand, are described. A novel microsynthesis apparatus was developed for this synthesis. The apparatus employs a micromanipulator and glass micro tools to handle microliter to nanoliter volumes on a microscope stage. This apparatus should be generally useful for the synthesis of radioligands and other compounds when limited amounts of material must be handled in small volumes

  1. STUDY OF THE VIBRATION LEVEL IN CASE OF MANUFACTURING ON A CNC MACHINE-TOOL

    Directory of Open Access Journals (Sweden)

    Ioan Călin ROȘCA

    2015-12-01

    Full Text Available The paper presents the results of an experimental research performed on a CNC machine tool type ISEL-GFV considering the vibration level developed during the manufacturing of different pieces of particleboard at six processing regimes. There were recorded signals on both time and frequency domains on the three main directions. Based on recorded data there are presented the main conclusions referring to the level of vibrations and the frequencies associated to the highest levels.

  2. Molecular tools for the construction of peptide-based materials.

    Science.gov (United States)

    Ramakers, B E I; van Hest, J C M; Löwik, D W P M

    2014-04-21

    Proteins and peptides are fundamental components of living systems where they play crucial roles at both functional and structural level. The versatile biological properties of these molecules make them interesting building blocks for the construction of bio-active and biocompatible materials. A variety of molecular tools can be used to fashion the peptides necessary for the assembly of these materials. In this tutorial review we shall describe five of the main techniques, namely solid phase peptide synthesis, native chemical ligation, Staudinger ligation, NCA polymerisation, and genetic engineering, that have been used to great effect for the construction of a host of peptide-based materials.

  3. Mind tools the five levels of mathematical reality

    CERN Document Server

    Rucker, Rudy

    2013-01-01

    This reader-friendly volume groups the patterns of mathematics into five archetypes: numbers, space, logic, infinity, and information. Rudy Rucker presents an accessible introduction to each of these important areas, reflecting intelligence gathered from the frontiers of mathematical thought. More than 100 drawings illuminate explorations of digital versus analog processes, logic as a computing tool, communication as information transmission, and other ""mind tools.""""Mind Tools is an original and fascinating look at various aspects of mathematics that is sure to fascinate the nonmathematicia

  4. Climate Change Adaptation Tools at the Community Level: An Integrated Literature Review

    Directory of Open Access Journals (Sweden)

    Elvis Modikela Nkoana

    2018-03-01

    Full Text Available The negative impacts of climate change are experienced at the global, regional and local levels. However, rural communities in sub-Saharan Africa face additional socio-political, cultural and economic challenges in addition to climate change. Decision support tools have been developed and applied to assist rural communities to cope with and adapt to climate change. However, poorly planned participatory processes and the lack of context-specific approaches in these tools are obstacles when aiming at strengthening the resilience of these rural communities. This paper uses an integrated literature review to identify best practices for involving rural communities in climate change adaptation efforts through the application of context-specific and culturally-sensitive climate change adaptation tools. These best practices include the use of a livelihoods approach to engage communities; the explicit acknowledgement of the local cultural do’s and don’ts; the recognition of local champions appointed from within the local community; the identification and prioritisation of vulnerable stakeholders; and the implementation of a two-way climate change risk communication instead of a one-sided information sharing approach.

  5. Using MaxCompiler for the high level synthesis of trigger algorithms

    International Nuclear Information System (INIS)

    Summers, S.; Rose, A.; Sanders, P.

    2017-01-01

    Firmware for FPGA trigger applications at the CMS experiment is conventionally written using hardware description languages such as Verilog and VHDL. MaxCompiler is an alternative, Java based, tool for developing FPGA applications which uses a higher level of abstraction from the hardware than a hardware description language. An implementation of the jet and energy sum algorithms for the CMS Level-1 calorimeter trigger has been written using MaxCompiler to benchmark against the VHDL implementation in terms of accuracy, latency, resource usage, and code size. A Kalman Filter track fitting algorithm has been developed using MaxCompiler for a proposed CMS Level-1 track trigger for the High-Luminosity LHC upgrade. The design achieves a low resource usage, and has a latency of 187.5 ns per iteration.

  6. Using MaxCompiler for the high level synthesis of trigger algorithms

    Science.gov (United States)

    Summers, S.; Rose, A.; Sanders, P.

    2017-02-01

    Firmware for FPGA trigger applications at the CMS experiment is conventionally written using hardware description languages such as Verilog and VHDL. MaxCompiler is an alternative, Java based, tool for developing FPGA applications which uses a higher level of abstraction from the hardware than a hardware description language. An implementation of the jet and energy sum algorithms for the CMS Level-1 calorimeter trigger has been written using MaxCompiler to benchmark against the VHDL implementation in terms of accuracy, latency, resource usage, and code size. A Kalman Filter track fitting algorithm has been developed using MaxCompiler for a proposed CMS Level-1 track trigger for the High-Luminosity LHC upgrade. The design achieves a low resource usage, and has a latency of 187.5 ns per iteration.

  7. Chlorophyll Synthase under Epigenetic Surveillance Is Critical for Vitamin E Synthesis, and Altered Expression Affects Tocopherol Levels in Arabidopsis.

    Science.gov (United States)

    Zhang, Chunyu; Zhang, Wei; Ren, Guodong; Li, Delin; Cahoon, Rebecca E; Chen, Ming; Zhou, Yongming; Yu, Bin; Cahoon, Edgar B

    2015-08-01

    Chlorophyll synthase catalyzes the final step in chlorophyll biosynthesis: the esterification of chlorophyllide with either geranylgeranyl diphosphate or phytyl diphosphate (PDP). Recent studies have pointed to the involvement of chlorophyll-linked reduction of geranylgeranyl by geranylgeranyl reductase as a major pathway for the synthesis of the PDP precursor of tocopherols. This indirect pathway of PDP synthesis suggests a key role of chlorophyll synthase in tocopherol production to generate the geranylgeranyl-chlorophyll substrate for geranylgeranyl reductase. In this study, contributions of chlorophyll synthase to tocopherol formation in Arabidopsis (Arabidopsis thaliana) were explored by disrupting and altering expression of the corresponding gene CHLOROPHYLL SYNTHASE (CHLSYN; At3g51820). Leaves from the homozygous chlysyn1-1 null mutant were nearly devoid of tocopherols, whereas seeds contained only approximately 25% of wild-type tocopherol levels. Leaves of RNA interference lines with partial suppression of CHLSYN displayed marked reductions in chlorophyll but up to a 2-fold increase in tocopherol concentrations. Cauliflower mosaic virus35S-mediated overexpression of CHLSYN unexpectedly caused a cosuppression phenotype at high frequencies accompanied by strongly reduced chlorophyll content and increased tocopherol levels. This phenotype and the associated detection of CHLSYN-derived small interfering RNAs were reversed with CHLSYN overexpression in rna-directed rna polymerase6 (rdr6), which is defective in RNA-dependent RNA polymerase6, a key enzyme in sense transgene-induced small interfering RNA production. CHLSYN overexpression in rdr6 had little effect on chlorophyll content but resulted in up to a 30% reduction in tocopherol levels in leaves. These findings show that altered CHLSYN expression impacts tocopherol levels and also, show a strong epigenetic surveillance of CHLSYN to control chlorophyll and tocopherol synthesis. © 2015 American Society of

  8. Process Intensification: A Perspective on Process Synthesis

    DEFF Research Database (Denmark)

    Lutze, Philip; Gani, Rafiqul; Woodley, John

    2010-01-01

    In recent years, process intensification (PI) has attracted considerable academic interest as a potential means for process improvement, to meet the increasing demands for sustainable production. A variety of intensified operations developed in academia and industry creates a large number...... of options to potentially improve the process but to identify the set of feasible solutions for PI in which the optimal can be found takes considerable resources. Hence, a process synthesis tool to achieve PI would potentially assist in the generation and evaluation of PI options. Currently, several process...... design tools with a clear focus on specific PI tasks exist. Therefore, in this paper, the concept of a general systematic framework for synthesis and design of PI options in hierarchical steps through analyzing an existing process, generating PI options in a superstructure and evaluating intensified...

  9. Systemic Assessment as a New Tool for Assessing Students ...

    African Journals Online (AJOL)

    Systemic Assessment as a New Tool for Assessing Students Learning in Chemistry using SATL Methods: Systemic Matching, Systemic Synthesis, Systemic Analysis, Systemic Synthetic – Analytic, as Systemic Question Types.

  10. Determining synthesis rates of individual proteins in zebrafish (Danio rerio) with low levels of a stable isotope labelled amino acid.

    Science.gov (United States)

    Geary, Bethany; Magee, Kieran; Cash, Phillip; Young, Iain S; Whitfield, Phillip D; Doherty, Mary K

    2016-05-01

    The zebrafish is a powerful model organism for the analysis of human cardiovascular development and disease. Understanding these processes at the protein level not only requires changes in protein concentration to be determined but also the rate at which these changes occur on a protein-by-protein basis. The ability to measure protein synthesis and degradation rates on a proteome-wide scale, using stable isotope labelling in conjunction with mass spectrometry is now a well-established experimental approach. With the advent of more selective and sensitive mass spectrometers, it is possible to accurately measure lower levels of stable isotope incorporation, even when sample is limited. In order to challenge the sensitivity of this approach, we successfully determined the synthesis rates of over 600 proteins from the cardiac muscle of the zebrafish using a diet where either 30% or 50% of the L-leucine was replaced with a stable isotope labelled analogue ([(2) H7 ]L-leucine]. It was possible to extract sufficient protein from individual zebrafish hearts to determine the incorporation rate of the label into hundreds of proteins simultaneously, with the two labelling regimens showing a good correlation of synthesis rates. © 2016 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  11. Accelerating spirocyclic polyketide synthesis using flow chemistry.

    Science.gov (United States)

    Newton, Sean; Carter, Catherine F; Pearson, Colin M; de C Alves, Leandro; Lange, Heiko; Thansandote, Praew; Ley, Steven V

    2014-05-05

    Over the past decade, the integration of synthetic chemistry with flow processing has resulted in a powerful platform for molecular assembly that is making an impact throughout the chemical community. Herein, we demonstrate the extension of these tools to encompass complex natural product synthesis. We have developed a number of novel flow-through processes for reactions commonly encountered in natural product synthesis programs to achieve the first total synthesis of spirodienal A and the preparation of spirangien A methyl ester. Highlights of the synthetic route include an iridium-catalyzed hydrogenation, iterative Roush crotylations, gold-catalyzed spiroketalization and a late-stage cis-selective reduction. © 2014 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  12. Streamlining the Design-to-Build Transition with Build-Optimization Software Tools.

    Science.gov (United States)

    Oberortner, Ernst; Cheng, Jan-Fang; Hillson, Nathan J; Deutsch, Samuel

    2017-03-17

    Scaling-up capabilities for the design, build, and test of synthetic biology constructs holds great promise for the development of new applications in fuels, chemical production, or cellular-behavior engineering. Construct design is an essential component in this process; however, not every designed DNA sequence can be readily manufactured, even using state-of-the-art DNA synthesis methods. Current biological computer-aided design and manufacture tools (bioCAD/CAM) do not adequately consider the limitations of DNA synthesis technologies when generating their outputs. Designed sequences that violate DNA synthesis constraints may require substantial sequence redesign or lead to price-premiums and temporal delays, which adversely impact the efficiency of the DNA manufacturing process. We have developed a suite of build-optimization software tools (BOOST) to streamline the design-build transition in synthetic biology engineering workflows. BOOST incorporates knowledge of DNA synthesis success determinants into the design process to output ready-to-build sequences, preempting the need for sequence redesign. The BOOST web application is available at https://boost.jgi.doe.gov and its Application Program Interfaces (API) enable integration into automated, customized DNA design processes. The herein presented results highlight the effectiveness of BOOST in reducing DNA synthesis costs and timelines.

  13. Changes in plasma melatonin levels and pineal organ melatonin synthesis following acclimation of rainbow trout (Oncorhynchus mykiss) to different water salinities.

    Science.gov (United States)

    López-Patiño, Marcos A; Rodríguez-Illamola, Arnau; Gesto, Manuel; Soengas, José L; Míguez, Jesús M

    2011-03-15

    Melatonin has been suggested to play a role in fish osmoregulation, and in salmonids has been related to the timing of adaptive mechanisms during smolting. It has been described that acclimation to different environmental salinities alters levels of circulating melatonin in a number of fish species, including rainbow trout. However, nothing is known regarding salinity effects on melatonin synthesis in the pineal organ, which is the main source of rhythmically produced and secreted melatonin in blood. In the present study we have evaluated, in rainbow trout, the effects of acclimation to different salinities on day and night plasma melatonin values and pineal organ melatonin synthesis. Groups of freshwater (FW)-adapted rainbow trout were placed in tanks with four different levels of water salinity (FW, 6, 12, 18 p.p.t.; parts per thousand) and maintained for 6 h or 5 days. Melatonin content in plasma and pineal organs, as well as the pineal content of serotonin (5-HT) and its main oxidative metabolite (5-hydroxyindole-3-acetic acid; 5-HIAA) were measured by high performance liquid chromatography. In addition, day-night changes in pineal organ arylalkylamine N-acetyltransferase (AANAT2) activity and aanat2 gene expression were studied. Plasma osmolalities were found to be higher in rainbow trout exposed to all salinity levels compared with the control FW groups. A salinity-dependent increase in melatonin content was found in both plasma and pineal organs. This effect was observed during the night, and was related to an increase in aanat2 mRNA abundance and AANAT2 enzyme activity, both of which also occurred during the day. Also, the levels of indoles (5-HT, 5-HIAA) in the pineal organ were negatively affected by increasing water salinity, which seems to be related to the higher recruitment of 5-HT as a substrate for the increased melatonin synthesis. A stimulatory effect of salinity on pineal aanat2 mRNA expression was also identified. These results indicate that

  14. Biomimetic and Bioinspired Synthesis of Nanomaterials/Nanostructures.

    Science.gov (United States)

    Zan, Guangtao; Wu, Qingsheng

    2016-03-16

    In recent years, due to its unparalleled advantages, the biomimetic and bioinspired synthesis of nanomaterials/nanostructures has drawn increasing interest and attention. Generally, biomimetic synthesis can be conducted either by mimicking the functions of natural materials/structures or by mimicking the biological processes that organisms employ to produce substances or materials. Biomimetic synthesis is therefore divided here into "functional biomimetic synthesis" and "process biomimetic synthesis". Process biomimetic synthesis is the focus of this review. First, the above two terms are defined and their relationship is discussed. Next different levels of biological processes that can be used for process biomimetic synthesis are compiled. Then the current progress of process biomimetic synthesis is systematically summarized and reviewed from the following five perspectives: i) elementary biomimetic system via biomass templates, ii) high-level biomimetic system via soft/hard-combined films, iii) intelligent biomimetic systems via liquid membranes, iv) living-organism biomimetic systems, and v) macromolecular bioinspired systems. Moreover, for these five biomimetic systems, the synthesis procedures, basic principles, and relationships are discussed, and the challenges that are encountered and directions for further development are considered. © 2016 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  15. Potential uses of Bayesian networks as tools for synthesis of systematic reviews of complex interventions.

    Science.gov (United States)

    Stewart, G B; Mengersen, K; Meader, N

    2014-03-01

    Bayesian networks (BNs) are tools for representing expert knowledge or evidence. They are especially useful for synthesising evidence or belief concerning a complex intervention, assessing the sensitivity of outcomes to different situations or contextual frameworks and framing decision problems that involve alternative types of intervention. Bayesian networks are useful extensions to logic maps when initiating a review or to facilitate synthesis and bridge the gap between evidence acquisition and decision-making. Formal elicitation techniques allow development of BNs on the basis of expert opinion. Such applications are useful alternatives to 'empty' reviews, which identify knowledge gaps but fail to support decision-making. Where review evidence exists, it can inform the development of a BN. We illustrate the construction of a BN using a motivating example that demonstrates how BNs can ensure coherence, transparently structure the problem addressed by a complex intervention and assess sensitivity to context, all of which are critical components of robust reviews of complex interventions. We suggest that BNs should be utilised to routinely synthesise reviews of complex interventions or empty reviews where decisions must be made despite poor evidence. Copyright © 2013 John Wiley & Sons, Ltd.

  16. Developmental screening tools: feasibility of use at primary healthcare level in low- and middle-income settings.

    Science.gov (United States)

    Fischer, Vinicius Jobim; Morris, Jodi; Martines, José

    2014-06-01

    An estimated 150 million children have a disability. Early identification of developmental disabilities is a high priority for the World Health Organization to allow action to reduce impairments through Gap Action Program on mental health. The study identified the feasibility of using the developmental screening and monitoring tools for children aged 0-3 year(s) by non-specialist primary healthcare providers in low-resource settings. A systematic review of the literature was conducted to identify the tools, assess their psychometric properties, and feasibility of use in low- and middle-income countries (LMICs). Key indicators to examine feasibility in LMICs were derived from a consultation with 23 international experts. We identified 426 studies from which 14 tools used in LMICs were extracted for further examination. Three tools reported adequate psychometric properties and met most of the feasibility criteria. Three tools appear promising for use in identifying and monitoring young children with disabilities at primary healthcare level in LMICs. Further research and development are needed to optimize these tools.

  17. Synthesis and Development of Diagnostic Tools for Medical Imaging

    DEFF Research Database (Denmark)

    Schaarup-Jensen, Henrik

    was the synthesis of different materials. The first project introduces the development of injectable fiducial markers within the field of image-guided radiotherapy. Fiducial markers for computed tomography (CT)-imaging are today needed in order to correlate the positioning of the tumor to provide a more precise...... loading of liposomes. Long circulating contrast agents for blood pool imaging by CT-imaging are of interest due to the current limitations of short retention times and the considerable amounts needed to achieve a proper contrast. A small library of contrast agents designed for remote loading of liposomes...

  18. Applying flow chemistry: methods, materials, and multistep synthesis.

    Science.gov (United States)

    McQuade, D Tyler; Seeberger, Peter H

    2013-07-05

    The synthesis of complex molecules requires control over both chemical reactivity and reaction conditions. While reactivity drives the majority of chemical discovery, advances in reaction condition control have accelerated method development/discovery. Recent tools include automated synthesizers and flow reactors. In this Synopsis, we describe how flow reactors have enabled chemical advances in our groups in the areas of single-stage reactions, materials synthesis, and multistep reactions. In each section, we detail the lessons learned and propose future directions.

  19. QR-codes as a tool to increase physical activity level among school children during class hours

    DEFF Research Database (Denmark)

    Christensen, Jeanette Reffstrup; Kristensen, Allan; Bredahl, Thomas Viskum Gjelstrup

    the students physical activity level during class hours. Methods: A before-after study was used to examine 12 students physical activity level, measured with pedometers for six lessons. Three lessons of traditional teaching and three lessons, where QR-codes were used to make orienteering in school area...... as old fashioned. The students also felt positive about being physically active in teaching. Discussion and conclusion: QR-codes as a tool for teaching are usable for making students more physically active in teaching. The students were exited for using QR-codes and they experienced a good motivation......QR-codes as a tool to increase physical activity level among school children during class hours Introduction: Danish students are no longer fulfilling recommendations for everyday physical activity. Since August 2014, Danish students in public schools are therefore required to be physically active...

  20. Sustainable Process Synthesis-Intensification

    DEFF Research Database (Denmark)

    Babi, Deenesh Kavi; Holtbruegge, Johannes; Lutze, Philip

    2014-01-01

    Sustainable process design can be achieved by performing process synthesis and process intensification together. This approach first defines a design target through a sustainability analysis and then finds design alternatives that match the target through process intensification. A systematic......, multi-stage framework for process synthesis- intensification that identifies more sustainable process designs has been developed. At stages 1-2, the working scale is at the level of unit operations, where a base case design is identified and analyzed with respect to sustainability metrics. At stages 3......, a phenomena-based process synthesis method is applied, where the phenomena involved in each tasks are identified, manipulated and recombined to generate new and/or existing unit operations configured into flowsheets that are more sustainable from those found in the previous levels. An overview of the key...

  1. Synthesis of the day 'Sane dwelling and radon: how to act at the local level?' - Experiments and perspectives

    International Nuclear Information System (INIS)

    Bernier, Sandrine

    2012-01-01

    This document proposes a synthesis of contributions which addressed the knowledge about radon and regulation regarding radon, the management of the risk related to the presence of radon in dwellings and the environment, at the international level (in Switzerland, in Canada); locally implemented experiments (around Montbeliard, in Aix-en-Provence, in the Finistere district) with measurements and public information are discussed

  2. Teaching Joint-Level Robot Programming with a New Robotics Software Tool

    Directory of Open Access Journals (Sweden)

    Fernando Gonzalez

    2017-12-01

    Full Text Available With the rising popularity of robotics in our modern world there is an increase in the number of engineering programs that offer the basic Introduction to Robotics course. This common introductory robotics course generally covers the fundamental theory of robotics including robot kinematics, dynamics, differential movements, trajectory planning and basic computer vision algorithms commonly used in the field of robotics. Joint programming, the task of writing a program that directly controls the robot’s joint motors, is an activity that involves robot kinematics, dynamics, and trajectory planning. In this paper, we introduce a new educational robotics tool developed for teaching joint programming. The tool allows the student to write a program in a modified C language that controls the movement of the arm by controlling the velocity of each joint motor. This is a very important activity in the robotics course and leads the student to gain knowledge of how to build a robotic arm controller. Sample assignments are presented for different levels of difficulty.

  3. Α-amino-β-fluorocyclopropanecarboxylic acids as a new tool for drug development: synthesis of glutamic acid analogs and agonist activity towards metabotropic glutamate receptor 4.

    Science.gov (United States)

    Lemonnier, Gérald; Lion, Cédric; Quirion, Jean-Charles; Pin, Jean-Philippe; Goudet, Cyril; Jubault, Philippe

    2012-08-01

    Herein we describe the diastereoselective synthesis of glutamic acid analogs and the evaluation of their agonist activity towards metabotropic glutamate receptor subtype 4 (mGluR4). These analogs are based on a monofluorinated cyclopropane core substituted with an α-aminoacid function. The potential of this new building block as a tool for the development of a novel class of drugs is demonstrated with racemic analog 11a that displayed the best agonist activity with an EC50 of 340 nM. Copyright © 2012 Elsevier Ltd. All rights reserved.

  4. Methodology for Knowledge Synthesis of the Management of Vaccination Pain and Needle Fear.

    Science.gov (United States)

    Taddio, Anna; McMurtry, C Meghan; Shah, Vibhuti; Yoon, Eugene W; Uleryk, Elizabeth; Pillai Riddell, Rebecca; Lang, Eddy; Chambers, Christine T; Noel, Melanie; MacDonald, Noni E

    2015-10-01

    A knowledge synthesis was undertaken to inform the development of a revised and expanded clinical practice guideline about managing vaccination pain in children to include the management of pain across the lifespan and the management of fear in individuals with high levels of needle fear. This manuscript describes the methodological details of the knowledge synthesis and presents the list of included clinical questions, critical and important outcomes, search strategy, and search strategy results. The Grading of Assessments, Recommendations, Development and Evaluation (GRADE) and Cochrane methodologies provided the general framework. The project team voted on clinical questions for inclusion and critically important and important outcomes. A broad search strategy was used to identify relevant randomized-controlled trials and quasi-randomized-controlled trials. Quality of research evidence was assessed using the Cochrane risk of bias tool and quality across studies was assessed using GRADE. Multiple measures of the same construct within studies (eg, observer-rated and parent-rated infant distress) were combined before pooling. The standardized mean difference and 95% confidence intervals (CI) or relative risk and 95% CI was used to express the effects of an intervention. Altogether, 55 clinical questions were selected for inclusion in the knowledge synthesis; 49 pertained to pain management during vaccine injections and 6 pertained to fear management in individuals with high levels of needle fear. Pain, fear, and distress were typically prioritized as critically important outcomes across clinical questions. The search strategy identified 136 relevant studies. This manuscript describes the methodological details of a knowledge synthesis about pain management during vaccination and fear management in individuals with high levels of needle fear. Subsequent manuscripts in this series will present the results for the included questions.

  5. Controller Strategies for Automation Tool Use under Varying Levels of Trajectory Prediction Uncertainty

    Science.gov (United States)

    Morey, Susan; Prevot, Thomas; Mercer, Joey; Martin, Lynne; Bienert, Nancy; Cabrall, Christopher; Hunt, Sarah; Homola, Jeffrey; Kraut, Joshua

    2013-01-01

    A human-in-the-loop simulation was conducted to examine the effects of varying levels of trajectory prediction uncertainty on air traffic controller workload and performance, as well as how strategies and the use of decision support tools change in response. This paper focuses on the strategies employed by two controllers from separate teams who worked in parallel but independently under identical conditions (airspace, arrival traffic, tools) with the goal of ensuring schedule conformance and safe separation for a dense arrival flow in en route airspace. Despite differences in strategy and methods, both controllers achieved high levels of schedule conformance and safe separation. Overall, results show that trajectory uncertainties introduced by wind and aircraft performance prediction errors do not affect the controllers' ability to manage traffic. Controller strategies were fairly robust to changes in error, though strategies were affected by the amount of delay to absorb (scheduled time of arrival minus estimated time of arrival). Using the results and observations, this paper proposes an ability to dynamically customize the display of information including delay time based on observed error to better accommodate different strategies and objectives.

  6. The Use of Marketing Management Tools in E-commerce

    Directory of Open Access Journals (Sweden)

    Veronika Svatošová

    2015-01-01

    Full Text Available Marketing management increasingly occupies an important position in the world of business as well as in the sphere of e-commerce. However, some companies underestimate the importance of marketing support. This paper focuses on the e-commerce marketing management and its importance that is currently in theory and practice underestimated. Based on the analysis of the current state, synthesis of knowledge are literature research, quantitative survey was conducted using questionnaires, which aims to determine the use of marketing management tools, weaknesses and effectiveness of the marketing management concept among Internet companies, focusing on online retailing. The results of the survey reject or not reject the hypotheses (by the Pearson’s χ2-test of independence, the Chi-square test, Friedman test, Nemenyi test of multiple comparisons and the Wilcoxon matched pairs test. The results of the survey show that the concept of e-commerce marketing management is not used effectively as well as marketing management tools. The survey founded out that the analysis phase, compared to other phases, the e-commerce marketing management is significantly undervalued. The survey also showed that the e-commerce marketing management concept is used at the tactical level, strategic tools are used to a limited extent. However, marketing management concept in e-commerce is not used in most cases (53.84%. The survey also has confirmed that the marketing activities of Internet companies are limited to Internet marketing, which is controlled only at the tactical level.

  7. Building more effective sea level rise models for coastal management

    Science.gov (United States)

    Kidwell, D.; Buckel, C.; Collini, R.; Meckley, T.

    2017-12-01

    For over a decade, increased attention on coastal resilience and adaptation to sea level rise has resulted in a proliferation of predictive models and tools. This proliferation has enhanced our understanding of our vulnerability to sea level rise, but has also led to stakeholder fatigue in trying to realize the value of each advancement. These models vary in type and complexity ranging from GIS-based bathtub viewers to modeling systems that dynamically couple complex biophysical and geomorphic processes. These approaches and capabilities typically have the common purpose using scenarios of global and regional sea level change to inform adaptation and mitigation. In addition, stakeholders are often presented a plethora of options to address sea level rise issues from a variety of agencies, academics, and consulting firms. All of this can result in confusion, misapplication of a specific model/tool, and stakeholder feedback of "no more new science or tools, just help me understand which one to use". Concerns from stakeholders have led to the question; how do we move forward with sea level rise modeling? This presentation will provide a synthesis of the experiences and feedback derived from NOAA's Ecological Effects of Sea level Rise (EESLR) program to discuss the future of predictive sea level rise impact modeling. EESLR is an applied research program focused on the advancement of dynamic modeling capabilities in collaboration with local and regional stakeholders. Key concerns from stakeholder engagement include questions about model uncertainty, approaches for model validation, and a lack of cross-model comparisons. Effective communication of model/tool products, capabilities, and results is paramount to address these concerns. Looking forward, the most effective predictions of sea level rise impacts on our coast will be attained through a focus on coupled modeling systems, particularly those that connect natural processes and human response.

  8. FY 2000 report on the results of the technology development of energy use reduction of machine tools. Development of dry cutting use abrasion resistant/lubricous coated tools; 2000 nendo energy shiyo gorika kosaku kikai nado gijutsu kaihatsu seika hokokusho. Dry sessakuyo taimamo junkatsusei hifuku kogu no kaihatsu

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2001-03-01

    For the purpose of energy conservation and reduction of environmental loads of machine tools, study was conducted on the dry cutting which is the cutting with no use of cutting oil, and the FY 2000 results were summed up. The study was made on dry cutting use abrasion resistance/lubricous coated tools coated with the composite membrane of which the cutting life become little lower than that of existing tools using coolant. In the survey of abrasion resistant/lubricous films, it was found out that in the adhesion to ultra-hard substrates, the DLC single-layer film consisting only of carbon indicated the same excellent adhesion as intermediate-layer inserts. As to the synthesis of abrasion resistant/lubricous films, the synthesis of the composite membrane (WC/C membrane) consisting of tungsten carbide (WC) and carbon (C) was made using arc ion plating device. The WC/C membrane is composed of W and C and has the structure in which at nm levels the layer with much W and the layer with less W were alternately piled. Study was made of devices necessary for the development of abrasion resistant/lubricous films and the film formation for drill. (NEDO)

  9. Chimenea and other tools: Automated imaging of multi-epoch radio-synthesis data with CASA

    Science.gov (United States)

    Staley, T. D.; Anderson, G. E.

    2015-11-01

    In preparing the way for the Square Kilometre Array and its pathfinders, there is a pressing need to begin probing the transient sky in a fully robotic fashion using the current generation of radio telescopes. Effective exploitation of such surveys requires a largely automated data-reduction process. This paper introduces an end-to-end automated reduction pipeline, AMIsurvey, used for calibrating and imaging data from the Arcminute Microkelvin Imager Large Array. AMIsurvey makes use of several component libraries which have been packaged separately for open-source release. The most scientifically significant of these is chimenea, which implements a telescope-agnostic algorithm for automated imaging of pre-calibrated multi-epoch radio-synthesis data, of the sort typically acquired for transient surveys or follow-up. The algorithm aims to improve upon standard imaging pipelines by utilizing iterative RMS-estimation and automated source-detection to avoid so called 'Clean-bias', and makes use of CASA subroutines for the underlying image-synthesis operations. At a lower level, AMIsurvey relies upon two libraries, drive-ami and drive-casa, built to allow use of mature radio-astronomy software packages from within Python scripts. While targeted at automated imaging, the drive-casa interface can also be used to automate interaction with any of the CASA subroutines from a generic Python process. Additionally, these packages may be of wider technical interest beyond radio-astronomy, since they demonstrate use of the Python library pexpect to emulate terminal interaction with an external process. This approach allows for rapid development of a Python interface to any legacy or externally-maintained pipeline which accepts command-line input, without requiring alterations to the original code.

  10. Stimulation of prostacyclin synthesis in rats by phenobarbital treatment

    International Nuclear Information System (INIS)

    Pynadath, T.I.; Haghighi, A.Z.

    1986-01-01

    Prostacyclin (PGI 2 ), synthesized in the endothelial cells of arteries, is known to inhibit the aggregation of platelets and hence thrombosis in blood. Low levels of PGI 2 have been observed in coronary heart disease which is associated with low levels of HDL in blood. Recently, it has been shown that synthesis of PGI 2 in vitro, is stimulated by HDL. Hence it seems likely that higher level of HDL in blood would increase the level of PGI 2 in blood. Since phenobarbital treatment is known to increase blood HDL levels in humans and animals, this study was undertaken to determine the effect of phenobarbital treatment on the synthesis of PGI 2 . Coronary vascular microsomes were prepared from Sprague Dawley rats treated with phenobarbital for two days. The PGI 2 synthesizing activity was assayed by incubating these microsomes with 1- 14 C-arachidonic acid and by determining the 14 C-activity recovered in 6-ketoprostaglandin F/sub 1α/, the stable decomposition product of PGI 2 . Phenobarbital treatment increased the synthesis of PGI 2 nearly 2-fold. Addition of phenobarbital did not increase PGI 2 synthesis in control microsomes; however, the synthesis was increased by HDL. Thus, it appears that the observed increase in PGI 2 synthesis resulting from phenobarbital treatment was partly, if not totally, due to the increase in blood HDL level

  11. Tools for determining critical levels of atmospheric ammonia under the influence of multiple disturbances

    International Nuclear Information System (INIS)

    Pinho, P.; Llop, E.; Ribeiro, M.C.; Cruz, C.; Soares, A.; Pereira, M.J.; Branquinho, C.

    2014-01-01

    Critical levels (CLEs) of atmospheric ammonia based on biodiversity changes have been mostly calculated using small-scale single-source approaches, to avoid interference by other factors, which also influence biodiversity. Thus, it is questionable whether these CLEs are valid at larger spatial scales, in a multi- disturbances context. To test so, we sampled lichen diversity and ammonia at 80 sites across a region with a complex land-cover including industrial and urban areas. At a regional scale, confounding factors such as industrial pollutants prevailed, masking the CLEs. We propose and use a new tool to calculate CLEs by stratifying ammonia concentrations into classes, and focusing on the highest diversity values. Based on the significant correlations between ammonia and biodiversity, we found the CLE of ammonia for Mediterranean evergreen woodlands to be 0.69 μg m −3 , below the previously accepted value of 1.9 μg m −3 , and below the currently accepted pan-European CLE of 1.0 μg m −3 . - Highlights: • Biodiversity responds to multiple disturbances. • This prevents calculation regional critical levels of atmospheric ammonia. • We propose a tool to overcome that, based on the maximum biodiversity observed. • Critical level for Mediterranean evergreen woodlands was revised down to 0.69 μg m −3 . - Critical levels of atmospheric ammonia have not been calculated at a regional scale. Using a new method, we revised down the current Mediterranean evergreen woodlands critical level to 0.69 μg m −3

  12. Abnormal levels of UV-induced unscheduled DNA synthesis in ataxia telangiectasia cells after exposure to ionizing radiation

    International Nuclear Information System (INIS)

    Jaspers, N.G.J.; Nederlandse Centrale Organisatie voor Toegepast Natuurwetenschappelijk Onderzoek, Rijswijk. Medical Biological Lab.); Bootsma, D.

    1982-01-01

    In cultured cells from normal individuals and from patients having ataxia telangiectasia (AT) the rate of unscheduled DNA synthesis (UDS) induced by UV light was investigated by autoradiography. The number of grains in 6 different AT cell strains was similar to that observed in normal cells. Exposure of normal cells to doses of X-rays up to 20 krad had no influence on the rate of UV-induced UDS. In contrast, the UV-induced UDS was significantly modified in AT cells by treatment with X-rays. In AT cell strains that were reported to have reduced levels of γ-ray-induced repair DNA synthesis ('excision-deficient' AT cells) the effect of X-rays on UV-induced UDS was inhibitory, whereas UV-induced UDS was stimulated by X-ray exposure in 'excision-proficient' AT cell strains. Different UV and X-ray dose-response relationships were seen in the two categories of AT cell strains. (orig./AJ)

  13. Nitrogen balances at farm level as a tool to monitor effects of agri-environment policy

    NARCIS (Netherlands)

    Brouwer, F.M.

    1998-01-01

    Nitrogen balances at farm level are an important tool for monitoring the effects of agri-environmental policy in the European Union. Nitrogen surpluses, defined as the difference between input and output flows, are a pressure indicator to link agricultural activities with environmental quality

  14. Rendering Systems Visible for Design: Synthesis Maps as Constructivist Design Narratives

    Directory of Open Access Journals (Sweden)

    Peter Jones

    Full Text Available Synthesis maps integrate research evidence, system expertise, and design proposals into visual narratives. These narratives support communication and decision-making among stakeholders. Synthesis maps evolved from earlier visualization tools in systemics and design. They help stakeholders to understand design options for complex sociotechnical systems. Other visual approaches map complexity for effective collaboration across perspectives and knowledge domains. These help stakeholder groups to work in higher-order design contexts for sociotechnical or human-ecological systems. This article describes a constructivist pedagogy for collaborative learning in small teams of mixed-discipline designers. Synthesis mapping enables these teams to learn systems methods for design research in complex problem domains. Synthesis maps integrate knowledge from research cycles and iterative sensemaking to define a coherent design narrative. While synthesis maps may include formal system modeling techniques, they do not require them. Synthesis maps tangibly render research observations and design choices. As a hybrid system design method, synthesis maps are a contribution to the design genre of visual systems thinking.

  15. Chlorophyll Synthase under Epigenetic Surveillance Is Critical for Vitamin E Synthesis, and Altered Expression Affects Tocopherol Levels in Arabidopsis1[OPEN

    Science.gov (United States)

    Zhang, Chunyu; Zhang, Wei; Ren, Guodong; Li, Delin; Cahoon, Rebecca E.; Chen, Ming; Zhou, Yongming; Yu, Bin

    2015-01-01

    Chlorophyll synthase catalyzes the final step in chlorophyll biosynthesis: the esterification of chlorophyllide with either geranylgeranyl diphosphate or phytyl diphosphate (PDP). Recent studies have pointed to the involvement of chlorophyll-linked reduction of geranylgeranyl by geranylgeranyl reductase as a major pathway for the synthesis of the PDP precursor of tocopherols. This indirect pathway of PDP synthesis suggests a key role of chlorophyll synthase in tocopherol production to generate the geranylgeranyl-chlorophyll substrate for geranylgeranyl reductase. In this study, contributions of chlorophyll synthase to tocopherol formation in Arabidopsis (Arabidopsis thaliana) were explored by disrupting and altering expression of the corresponding gene CHLOROPHYLL SYNTHASE (CHLSYN; At3g51820). Leaves from the homozygous chlysyn1-1 null mutant were nearly devoid of tocopherols, whereas seeds contained only approximately 25% of wild-type tocopherol levels. Leaves of RNA interference lines with partial suppression of CHLSYN displayed marked reductions in chlorophyll but up to a 2-fold increase in tocopherol concentrations. Cauliflower mosaic virus35S-mediated overexpression of CHLSYN unexpectedly caused a cosuppression phenotype at high frequencies accompanied by strongly reduced chlorophyll content and increased tocopherol levels. This phenotype and the associated detection of CHLSYN-derived small interfering RNAs were reversed with CHLSYN overexpression in rna-directed rna polymerase6 (rdr6), which is defective in RNA-dependent RNA polymerase6, a key enzyme in sense transgene-induced small interfering RNA production. CHLSYN overexpression in rdr6 had little effect on chlorophyll content but resulted in up to a 30% reduction in tocopherol levels in leaves. These findings show that altered CHLSYN expression impacts tocopherol levels and also, show a strong epigenetic surveillance of CHLSYN to control chlorophyll and tocopherol synthesis. PMID:26048882

  16. The DSM-5 Self-Rated Level 1 Cross-Cutting Symptom Measure as a Screening Tool.

    Science.gov (United States)

    Bastiaens, Leo; Galus, James

    2018-03-01

    The DSM-5 Self-Rated Level 1 Cross-Cutting Symptom Measure was developed to aid clinicians with a dimensional assessment of psychopathology; however, this measure resembles a screening tool for several symptomatic domains. The objective of the current study was to examine the basic parameters of sensitivity, specificity, positive and negative predictive power of the measure as a screening tool. One hundred and fifty patients in a correctional community center filled out the measure prior to a psychiatric evaluation, including the Mini International Neuropsychiatric Interview screen. The above parameters were calculated for the domains of depression, mania, anxiety, and psychosis. The results showed that the sensitivity and positive predictive power of the studied domains was poor because of a high rate of false positive answers on the measure. However, when the lowest threshold on the Cross-Cutting Symptom Measure was used, the sensitivity of the anxiety and psychosis domains and the negative predictive values for mania, anxiety and psychosis were good. In conclusion, while it is foreseeable that some clinicians may use the DSM-5 Self-Rated Level 1 Cross-Cutting Symptom Measure as a screening tool, it should not be relied on to identify positive findings. It functioned well in the negative prediction of mania, anxiety and psychosis symptoms.

  17. A Behavioral Synthesis Frontend to the Haste/TiDE Design Flow

    DEFF Research Database (Denmark)

    Nielsen, Sune Fallgaard; Sparsø, Jens; Jensen, Jonas Braband

    2009-01-01

    This paper presents a complete design tool which performs automatic behavioral synthesis of asynchronous circuits (resource sharing, scheduling and binding). The tool targets a traditional control-datapath-style template architecture. Within the limitations set by this template architecture...... and a controller. The tool may be seen as an add-on to the Haste/TiDE tool flow, and it can be used to automatically optimize parts of a design and to quickly xplore alternative optimizations. The paper outlines the design flow, explains key elements of the design tool, and presents a number of benchmark results....

  18. Computer-Aided Sustainable Process Synthesis-Design and Analysis

    DEFF Research Database (Denmark)

    Kumar Tula, Anjan

    -groups is that, the performance of the entire process can be evaluated from the contributions of the individual process-groups towards the selected flowsheet property (for example, energy consumed). The developed flowsheet property models include energy consumption, carbon footprint, product recovery, product......Process synthesis involves the investigation of chemical reactions needed to produce the desired product, selection of the separation techniques needed for downstream processing, as well as taking decisions on sequencing the involved separation operations. For an effective, efficient and flexible...... focuses on the development and application of a computer-aided framework for sustainable synthesis-design and analysis of process flowsheets by generating feasible alternatives covering the entire search space and includes analysis tools for sustainability, LCA and economics. The synthesis method is based...

  19. Health systems guidance appraisal--a critical interpretive synthesis.

    Science.gov (United States)

    Ako-Arrey, Denis E; Brouwers, Melissa C; Lavis, John N; Giacomini, Mita K

    2016-01-22

    Health systems guidance (HSG) are systematically developed statements that assist with decisions about options for addressing health systems challenges, including related changes in health systems arrangements. However, the development, appraisal, and reporting of HSG poses unique conceptual and methodological challenges related to the varied types of evidence that are relevant, the complexity of health systems, and the pre-eminence of contextual factors. To address this gap, we are conducting a program of research that aims to create a tool to support the appraisal of HSG and further enhance HSG development and reporting. The focus of this paper was to conduct a knowledge synthesis of the published and grey literatures to determine quality criteria (concepts) relevant for this process. We applied a critical interpretive synthesis (CIS) approach to knowledge synthesis that enabled an iterative, flexible, and dynamic analysis of diverse bodies of literature in order to generate a candidate list of concepts that will constitute the foundational components of the HSG tool. Using our review questions as compasses, we were able to guide the search strategy to look for papers based on their potential relevance to HSG appraisal, development, and reporting. The search strategy included various electronic databases and sources, subject-specific journals, conference abstracts, research reports, book chapters, unpublished data, dissertations, and policy documents. Screening the papers and data extraction was completed independently and in duplicate, and a narrative approach to data synthesis was executed. We identified 43 papers that met eligibility criteria. No existing review was found on this topic, and no HSG appraisal tool was identified. Over one third of the authors implicitly or explicitly identified the need for a high-quality tool aimed to systematically evaluate HSG and contribute to its development/reporting. We identified 30 concepts that may be relevant to the

  20. Tools for Genomic and Transcriptomic Analysis of Microbes at Single-Cell Level

    Directory of Open Access Journals (Sweden)

    Zixi Chen

    2017-09-01

    Full Text Available Microbiologists traditionally study population rather than individual cells, as it is generally assumed that the status of individual cells will be similar to that observed in the population. However, the recent studies have shown that the individual behavior of each single cell could be quite different from that of the whole population, suggesting the importance of extending traditional microbiology studies to single-cell level. With recent technological advances, such as flow cytometry, next-generation sequencing (NGS, and microspectroscopy, single-cell microbiology has greatly enhanced the understanding of individuality and heterogeneity of microbes in many biological systems. Notably, the application of multiple ‘omics’ in single-cell analysis has shed light on how individual cells perceive, respond, and adapt to the environment, how heterogeneity arises under external stress and finally determines the fate of the whole population, and how microbes survive under natural conditions. As single-cell analysis involves no axenic cultivation of target microorganism, it has also been demonstrated as a valuable tool for dissecting the microbial ‘dark matter.’ In this review, current state-of-the-art tools and methods for genomic and transcriptomic analysis of microbes at single-cell level were critically summarized, including single-cell isolation methods and experimental strategies of single-cell analysis with NGS. In addition, perspectives on the future trends of technology development in the field of single-cell analysis was also presented.

  1. Utilisation of reactor heat in methanol synthesis to reduce compressor duty : application of power cycle principles and simulation tools

    NARCIS (Netherlands)

    Greeff, I.L.; Visser, J.A.; Ptasinski, K.J.; Janssen, F.J.J.G.

    2002-01-01

    The chemical conversion in a methanol reactor is restricted by equilibrium, therefore the synthesis loop is operated at high pressure and unconverted gas is recycled. Such a synthesis loop consumes large amounts of compression work. In this paper a new flow sheet for methanol synthesis is presented.

  2. The modern synthesis, Ronald Fisher and creationism.

    Science.gov (United States)

    Leigh

    1999-12-01

    The 'modern evolutionary synthesis' convinced most biologists that natural selection was the only directive influence on adaptive evolution. Today, however, dissatisfaction with the synthesis is widespread, and creationists and antidarwinians are multiplying. The central problem with the synthesis is its failure to show (or to provide distinct signs) that natural selection of random mutations could account for observed levels of adaptation.

  3. Knowledge Translation Tools are Emerging to Move Neck Pain Research into Practice.

    Science.gov (United States)

    Macdermid, Joy C; Miller, Jordan; Gross, Anita R

    2013-01-01

    Development or synthesis of the best clinical research is in itself insufficient to change practice. Knowledge translation (KT) is an emerging field focused on moving knowledge into practice, which is a non-linear, dynamic process that involves knowledge synthesis, transfer, adoption, implementation, and sustained use. Successful implementation requires using KT strategies based on theory, evidence, and best practice, including tools and processes that engage knowledge developers and knowledge users. Tools can provide instrumental help in implementing evidence. A variety of theoretical frameworks underlie KT and provide guidance on how tools should be developed or implemented. A taxonomy that outlines different purposes for engaging in KT and target audiences can also be useful in developing or implementing tools. Theoretical frameworks that underlie KT typically take different perspectives on KT with differential focus on the characteristics of the knowledge, knowledge users, context/environment, or the cognitive and social processes that are involved in change. Knowledge users include consumers, clinicians, and policymakers. A variety of KT tools have supporting evidence, including: clinical practice guidelines, patient decision aids, and evidence summaries or toolkits. Exemplars are provided of two KT tools to implement best practice in management of neck pain-a clinician implementation guide (toolkit) and a patient decision aid. KT frameworks, taxonomies, clinical expertise, and evidence must be integrated to develop clinical tools that implement best evidence in the management of neck pain.

  4. CYP98A22, a phenolic ester 3’-hydroxylase specialized in the synthesis of chlorogenic acid, as a new tool for enhancing the furanocoumarin concentration in Ruta graveolens

    Directory of Open Access Journals (Sweden)

    Karamat Fazeelat

    2012-08-01

    Full Text Available Abstract Background Furanocoumarins are molecules with proven therapeutic properties and are produced in only a small number of medicinal plant species such as Ruta graveolens. In vivo, these molecules play a protective role against phytophageous insect attack. Furanocoumarins are members of the phenylpropanoids family, and their biosynthetic pathway is initiated from p-coumaroyl coA. The enzymes belonging to the CYP98A cytochrome P450 family have been widely described as being aromatic meta-hydroxylases of various substrates, such as p-coumaroyl ester derivatives, and are involved in the synthesis of coumarins such as scopoletin. In furanocoumarin-producing plants, these enzymes catalyze the step directly downstream of the junction with the furanocoumarin biosynthetic pathway and might indirectly impact their synthesis. Results In this work, we describe the cloning and functional characterization of the first CYP98A encoding gene isolated from R. graveolens. Using Nicotiana benthamiana as a heterologous expression system, we have demonstrated that this enzyme adds a 3-OH to p-coumaroyl ester derivatives but is more efficient to convert p-coumaroyl quinate into chlorogenic acid than to metabolize p-coumaroyl shikimate. Plants exposed to UV-B stress showed an enhanced expression level of the corresponding gene. The R. graveolens cyp98a22 open reading frame and the orthologous Arabidopsis thaliana cyp98a3 open reading frame were overexpressed in stable transgenic Ruta plants. Both plant series were analyzed for their production of scopoletin and furanocoumarin. A detailed analysis indicates that both genes enhance the production of furanocoumarins but that CYP98A22, unlike CYP98A3, doesn’t affect the synthesis of scopoletin. Conclusions The overexpression of CYP98A22 positively impacts the concentration of furanocoumarins in R. graveolens. This gene is therefore a valuable tool to engineer plants with improved therapeutical values that might

  5. A Software Architecture for Intelligent Synthesis Environments

    Science.gov (United States)

    Filman, Robert E.; Norvig, Peter (Technical Monitor)

    2001-01-01

    The NASA's Intelligent Synthesis Environment (ISE) program is a grand attempt to develop a system to transform the way complex artifacts are engineered. This paper discusses a "middleware" architecture for enabling the development of ISE. Desirable elements of such an Intelligent Synthesis Architecture (ISA) include remote invocation; plug-and-play applications; scripting of applications; management of design artifacts, tools, and artifact and tool attributes; common system services; system management; and systematic enforcement of policies. This paper argues that the ISA extend conventional distributed object technology (DOT) such as CORBA and Product Data Managers with flexible repositories of product and tool annotations and "plug-and-play" mechanisms for inserting "ility" or orthogonal concerns into the system. I describe the Object Infrastructure Framework, an Aspect Oriented Programming (AOP) environment for developing distributed systems that provides utility insertion and enables consistent annotation maintenance. This technology can be used to enforce policies such as maintaining the annotations of artifacts, particularly the provenance and access control rules of artifacts-, performing automatic datatype transformations between representations; supplying alternative servers of the same service; reporting on the status of jobs and the system; conveying privileges throughout an application; supporting long-lived transactions; maintaining version consistency; and providing software redundancy and mobility.

  6. Parallel Synthesis and Biocatalytic Amplification of Marine-Inspired Libraries: An Integrated Approach Toward Discovering New Chemotherapeutics

    Science.gov (United States)

    2007-09-01

    synthesis and biocatalysis. We will use a combination of highly efficient chemistry and biocatalysis to prepare a library of small organic molecules whose...potential for the synthesis of diverse alkaloids . KEY RESEARCH ACCOMPLISHMENTS OF THIS REPORTING PERIOD Cyclopentenone libraries were screened for...growth and proliferation of cancer cells. The newer approach is to use the tools of chemical synthesis to create large collections (“libraries”)

  7. Microbial synthesis of chalcogenide semiconductor nanoparticles: a review.

    Science.gov (United States)

    Jacob, Jaya Mary; Lens, Piet N L; Balakrishnan, Raj Mohan

    2016-01-01

    Chalcogenide semiconductor quantum dots are emerging as promising nanomaterials due to their size tunable optoelectronic properties. The commercial synthesis and their subsequent integration for practical uses have, however, been contorted largely due to the toxicity and cost issues associated with the present chemical synthesis protocols. Accordingly, there is an immediate need to develop alternative environment-friendly synthesis procedures. Microbial factories hold immense potential to achieve this objective. Over the past few years, bacteria, fungi and yeasts have been experimented with as eco-friendly and cost-effective tools for the biosynthesis of semiconductor quantum dots. This review provides a detailed overview about the production of chalcogen-based semiconductor quantum particles using the inherent microbial machinery. © 2015 The Authors. Microbial Biotechnology published by John Wiley & Sons Ltd and Society for Applied Microbiology.

  8. Timing of initiation of macronuclear DNA synthesis is set during the preceding cell cycle in Paramecium tetraurelia: analysis of the effects of abrupt changes in nutrient level

    International Nuclear Information System (INIS)

    Ching, A.S.L.; Berger, J.D.

    1986-01-01

    In many eukaryotic organisms, initiation of DNA synthesis is associated with a major control point within the cell cycle and reflects the commitment of the cell to the DNA replication-division portion of the cell cycle. In paramecium, the timing of DNA synthesis initiation is established prior to fission during the preceding cell cycle. DNA synthesis normally starts at 0.25 in the cell cycle. When dividing cells are subjected to abrupt nutrient shift-up by transfer from a chemostat culture to medium with excess food, or shift-down from a well-fed culture to exhausted medium, DNA synthesis initiation in the post-shift cell cycle occurs at 0.25 of the parental cell cycle and not at either 0.25 in the post-shift cell cycle or at 0.25 in the equilibrium cell cycle produced under the post-shift conditions. The long delay prior to initiation of DNA synthesis following nutritional shift-up is not a consequence of continued slow growth because the rate of protein synthesis increases rapidly to the normal level after shift-up. Analysis of the relation between increase in cell mass and initiation of DNA synthesis following nutritional shifts indicates that increase in cell mass, per se, is neither a necessary nor a sufficient condition for initiation of DNA synthesis, in spite of the strong association between accumulation of cell mass and initiation of DNA synthesis in cells growing under steady-state conditions

  9. Stereoselective Wittig Olefination as a Macrocyclization Tool. Synthesis of Large Carbazolophanes.

    Science.gov (United States)

    Myśliwiec, Damian; Lis, Tadeusz; Gregoliński, Janusz; Stępień, Marcin

    2015-06-19

    Z-Selective Wittig olefination was applied to the synthesis of large carbazolophanes containing up to eight heteroaromatic subunits. A number of strategies were devised and tested, showing that cyclooligomerization yields can be significantly improved by using one-component schemes involving heterobifunctional reactants. [4]- and [6]Carbazolophanes were characterized in the solid state, revealing compact, highly folded structures. Electronic and steric effects of substitution and chain length on the Wittig olefination rates and Z-selectivities were explored theoretically using DFT calculations.

  10. Biomimetically inspired asymmetric total synthesis of (+)-19-dehydroxyl arisandilactone A

    Science.gov (United States)

    Han, Yi-Xin; Jiang, Yan-Long; Li, Yong; Yu, Hai-Xin; Tong, Bing-Qi; Niu, Zhe; Zhou, Shi-Jie; Liu, Song; Lan, Yu; Chen, Jia-Hua; Yang, Zhen

    2017-01-01

    Complex natural products are a proven and rich source of disease-modulating drugs and of efficient tools for the study of chemical biology and drug discovery. The architectures of complex natural products are generally considered to represent significant barriers to efficient chemical synthesis. Here we describe a concise and efficient asymmetric synthesis of 19-dehydroxyl arisandilactone A--which belongs to a family of architecturally unique, highly oxygenated nortriterpenoids isolated from the medicinal plant Schisandra arisanensis. This synthesis takes place by means of a homo-Michael reaction, a tandem retro-Michael/Michael reaction, and Cu-catalysed intramolecular cyclopropanation as key steps. The proposed mechanisms for the homo-Michael and tandem retro-Michael/Michael reactions are supported by density functional theory (DFT) calculation. The developed chemistry may find application for the synthesis of its other family members of Schisandraceae nortriterpenoids.

  11. Assessment and application of national environmental databases and mapping tools at the local level to two community case studies.

    Science.gov (United States)

    Hammond, Davyda; Conlon, Kathryn; Barzyk, Timothy; Chahine, Teresa; Zartarian, Valerie; Schultz, Brad

    2011-03-01

    Communities are concerned over pollution levels and seek methods to systematically identify and prioritize the environmental stressors in their communities. Geographic information system (GIS) maps of environmental information can be useful tools for communities in their assessment of environmental-pollution-related risks. Databases and mapping tools that supply community-level estimates of ambient concentrations of hazardous pollutants, risk, and potential health impacts can provide relevant information for communities to understand, identify, and prioritize potential exposures and risk from multiple sources. An assessment of existing databases and mapping tools was conducted as part of this study to explore the utility of publicly available databases, and three of these databases were selected for use in a community-level GIS mapping application. Queried data from the U.S. EPA's National-Scale Air Toxics Assessment, Air Quality System, and National Emissions Inventory were mapped at the appropriate spatial and temporal resolutions for identifying risks of exposure to air pollutants in two communities. The maps combine monitored and model-simulated pollutant and health risk estimates, along with local survey results, to assist communities with the identification of potential exposure sources and pollution hot spots. Findings from this case study analysis will provide information to advance the development of new tools to assist communities with environmental risk assessments and hazard prioritization. © 2010 Society for Risk Analysis.

  12. Green and solvent-free procedure for microwave-assisted synthesis ...

    Indian Academy of Sciences (India)

    tant tool in organic synthesis and therefore microwave chemistry can provide ... silica nanoparticles for preparation of highly substi- tuted pyridines.42 ..... MgO. 30. 60. 9. BaO. 25. 65. 10. NaOEt. 22. 70. 11. L-Alanine. 25. 65. 12. Montmorillonite.

  13. The Role of Ontologies in Schema-based Program Synthesis

    Science.gov (United States)

    Bures, Tomas; Denney, Ewen; Fischer, Bernd; Nistor, Eugen C.

    2004-01-01

    Program synthesis is the process of automatically deriving executable code from (non-executable) high-level specifications. It is more flexible and powerful than conventional code generation techniques that simply translate algorithmic specifications into lower-level code or only create code skeletons from structural specifications (such as UML class diagrams). Key to building a successful synthesis system is specializing to an appropriate application domain. The AUTOBAYES and AUTOFILTER systems, under development at NASA Ames, operate in the two domains of data analysis and state estimation, respectively. The central concept of both systems is the schema, a representation of reusable computational knowledge. This can take various forms, including high-level algorithm templates, code optimizations, datatype refinements, or architectural information. A schema also contains applicability conditions that are used to determine when it can be applied safely. These conditions can refer to the initial specification, to intermediate results, or to elements of the partially-instantiated code. Schema-based synthesis uses AI technology to recursively apply schemas to gradually refine a specification into executable code. This process proceeds in two main phases. A front-end gradually transforms the problem specification into a program represented in an abstract intermediate code. A backend then compiles this further down into a concrete target programming language of choice. A core engine applies schemas on the initial problem specification, then uses the output of those schemas as the input for other schemas, until the full implementation is generated. Since there might be different schemas that implement different solutions to the same problem this process can generate an entire solution tree. AUTOBAYES and AUTOFILTER have reached the level of maturity where they enable users to solve interesting application problems, e.g., the analysis of Hubble Space Telescope images

  14. A Comparative Study to Evaluate the Educational Impact of E-Learning Tools on Griffith University Pharmacy Students’ Level of Understanding Using Bloom’s and SOLO Taxonomies

    Directory of Open Access Journals (Sweden)

    Abdullah Karaksha

    2014-01-01

    Full Text Available Objectives. To design a series of e-learning tools within the framework of a defined educational pedagogy to complement the conventional pharmacology curriculum at Griffith University and evaluate the impact of this strategy on student level of understanding through taxonomic classification of student final exam answers. Methods. A series of 148 e-learning tools was designed for 3rd year undergraduate pharmacy students and incorporated into their curriculum during 2012. The educational benefits of the e-learning tools were evaluated by analyses of student level of understanding (by SOLO taxonomy at the final exams between the control group (standard curricula in 2011 and the intervention group (standard curricula + e-learning tools in 2012. Results. Backward linear regression analysis demonstrated GPA to be the most significant predictor of level of understanding, while the intervention group was a highly significant predictor for greater level of understanding in semester two. Conclusion. E-learning tools appeared to significantly improve student level of understanding as scored by the SOLO taxonomy when students engaged highly with the tools.

  15. Synthetic Biology: Putting Synthesis into Biology

    Science.gov (United States)

    Liang, Jing; Luo, Yunzi; Zhao, Huimin

    2010-01-01

    The ability to manipulate living organisms is at the heart of a range of emerging technologies that serve to address important and current problems in environment, energy, and health. However, with all its complexity and interconnectivity, biology has for many years been recalcitrant to engineering manipulations. The recent advances in synthesis, analysis, and modeling methods have finally provided the tools necessary to manipulate living systems in meaningful ways, and have led to the coining of a field named synthetic biology. The scope of synthetic biology is as complicated as life itself – encompassing many branches of science, and across many scales of application. New DNA synthesis and assembly techniques have made routine the customization of very large DNA molecules. This in turn has allowed the incorporation of multiple genes and pathways. By coupling these with techniques that allow for the modeling and design of protein functions, scientists have now gained the tools to create completely novel biological machineries. Even the ultimate biological machinery – a self-replicating organism – is being pursued at this moment. It is the purpose of this review to dissect and organize these various components of synthetic biology into a coherent picture. PMID:21064036

  16. Suppression of glycosaminoglycan synthesis by articular cartilage, but not of hyaluronic acid synthesis by synovium, after exposure to radiation

    International Nuclear Information System (INIS)

    Hugenberg, S.T.; Myers, S.L.; Brandt, K.D.

    1989-01-01

    We recently found that injection of 2 mCi of yttrium 90 (90Y; approximately 23,000 rads) into normal canine knees stimulated glycosaminoglycan (GAG) synthesis by femoral condylar cartilage. The present investigation was conducted to determine whether radiation affects cartilage metabolism directly. Rates of GAG synthesis and degradation in normal canine articular cartilage were studied following irradiation. Cultured synovium from the same knees was treated similarly, to determine the effects of irradiation on hyaluronic acid synthesis. Twenty-four hours after exposure to 1,000 rads, 10,000 rads, or 50,000 rads, 35S-GAG synthesis by the cartilage was 93%, 69%, and 37%, respectively, of that in control, nonirradiated cartilage. The effect was not rapidly reversible: 120 hours after exposure to 50,000 rads, GAG synthesis remained at only 28% of the control level. Autoradiography showed marked suppression of 35S uptake by chondrocytes after irradiation. Cartilage GAG degradation was also increased following irradiation: 4 hours and 8 hours after exposure to 50,000 rads, the cartilage GAG concentration was only 66% and 54%, respectively, of that at time 0, while corresponding values for control, nonirradiated cartilage were 90% and 87%. In contrast to its effects on cartilage GAG metabolism, radiation at these levels had no effect on synovial hyaluronic acid synthesis

  17. Suppression of glycosaminoglycan synthesis by articular cartilage, but not of hyaluronic acid synthesis by synovium, after exposure to radiation

    Energy Technology Data Exchange (ETDEWEB)

    Hugenberg, S.T.; Myers, S.L.; Brandt, K.D.

    1989-04-01

    We recently found that injection of 2 mCi of yttrium 90 (90Y; approximately 23,000 rads) into normal canine knees stimulated glycosaminoglycan (GAG) synthesis by femoral condylar cartilage. The present investigation was conducted to determine whether radiation affects cartilage metabolism directly. Rates of GAG synthesis and degradation in normal canine articular cartilage were studied following irradiation. Cultured synovium from the same knees was treated similarly, to determine the effects of irradiation on hyaluronic acid synthesis. Twenty-four hours after exposure to 1,000 rads, 10,000 rads, or 50,000 rads, 35S-GAG synthesis by the cartilage was 93%, 69%, and 37%, respectively, of that in control, nonirradiated cartilage. The effect was not rapidly reversible: 120 hours after exposure to 50,000 rads, GAG synthesis remained at only 28% of the control level. Autoradiography showed marked suppression of 35S uptake by chondrocytes after irradiation. Cartilage GAG degradation was also increased following irradiation: 4 hours and 8 hours after exposure to 50,000 rads, the cartilage GAG concentration was only 66% and 54%, respectively, of that at time 0, while corresponding values for control, nonirradiated cartilage were 90% and 87%. In contrast to its effects on cartilage GAG metabolism, radiation at these levels had no effect on synovial hyaluronic acid synthesis.

  18. Patient Simulation: A Literary Synthesis of Assessment Tools in Anesthesiology

    Directory of Open Access Journals (Sweden)

    Alice A. Edler

    2009-12-01

    Full Text Available High-fidelity patient simulation (HFPS has been hypothesized as a modality for assessing competency of knowledge and skill in patient simulation, but uniform methods for HFPS performance assessment (PA have not yet been completely achieved. Anesthesiology as a field founded the HFPS discipline and also leads in its PA. This project reviews the types, quality, and designated purpose of HFPS PA tools in anesthesiology. We used the systematic review method and systematically reviewed anesthesiology literature referenced in PubMed to assess the quality and reliability of available PA tools in HFPS. Of 412 articles identified, 50 met our inclusion criteria. Seventy seven percent of studies have been published since 2000; more recent studies demonstrated higher quality. Investigators reported a variety of test construction and validation methods. The most commonly reported test construction methods included “modified Delphi Techniques” for item selection, reliability measurement using inter-rater agreement, and intra-class correlations between test items or subtests. Modern test theory, in particular generalizability theory, was used in nine (18% of studies. Test score validity has been addressed in multiple investigations and shown a significant improvement in reporting accuracy. However the assessment of predicative has been low across the majority of studies. Usability and practicality of testing occasions and tools was only anecdotally reported. To more completely comply with the gold standards for PA design, both shared experience of experts and recognition of test construction standards, including reliability and validity measurements, instrument piloting, rater training, and explicit identification of the purpose and proposed use of the assessment tool, are required.

  19. Evaluation of plasma H2S levels and H2S synthesis in streptozotocin induced Type-2 diabetes-an experimental study based on Swietenia macrophylla seeds

    Directory of Open Access Journals (Sweden)

    Moumita Dutta

    2014-05-01

    Conclusions: Although considering a small sample size, it can conclude that the fasting blood glucose levels are inversely related to plasma H2S levels as well as H2S synthesis activity in plasma and the extract of S. macrophylla is associated with increased plasma H2S levels with effective lowering of blood glucose in streptozotocin induced diabetic rats.

  20. Modulation of protein synthesis by polyamines.

    Science.gov (United States)

    Igarashi, Kazuei; Kashiwagi, Keiko

    2015-03-01

    Polyamines are ubiquitous small basic molecules that play important roles in cell growth and viability. Since polyamines mainly exist as a polyamine-RNA complex, we looked for proteins whose synthesis is preferentially stimulated by polyamines at the level of translation, and thus far identified 17 proteins in Escherichia coli and 6 proteins in eukaryotes. The mechanisms of polyamine stimulation of synthesis of these proteins were investigated. In addition, the role of eIF5A, containing hypusine formed from spermidine, on protein synthesis is described. These results clearly indicate that polyamines and eIF5A contribute to cell growth and viability through modulation of protein synthesis. © 2015 International Union of Biochemistry and Molecular Biology.

  1. Ohmic Heating: An Emerging Concept in Organic Synthesis.

    Science.gov (United States)

    Silva, Vera L M; Santos, Luis M N B F; Silva, Artur M S

    2017-06-12

    The ohmic heating also known as direct Joule heating, is an advanced thermal processing method, mainly used in the food industry to rapidly increase the temperature for either cooking or sterilization purposes. Its use in organic synthesis, in the heating of chemical reactors, is an emerging method that shows great potential, the development of which has started recently. This Concept article focuses on the use of ohmic heating as a new tool for organic synthesis. It presents the fundamentals of ohmic heating and makes a qualitative and quantitative comparison with other common heating methods. A brief description of the ohmic reactor prototype in operation is presented as well as recent examples of its use in organic synthesis at laboratory scale, thus showing the current state of the research. The advantages and limitations of this heating method, as well as its main current applications are also discussed. Finally, the prospects and potential implications of ohmic heating in future research in chemical synthesis are proposed. © 2017 Wiley-VCH Verlag GmbH & Co. KGaA, Weinheim.

  2. DNA repair synthesis in rat retinal ganglion cells treated with chemical carcinogens or ultraviolet light in vitro, with special reference to aging and repair level

    International Nuclear Information System (INIS)

    Ishikawa, T.; Takayama, S.; Kitagawa, T.

    1978-01-01

    A system in which the retinal tissues of noninbred Wistar rats were used in combination with autoradiography was developed for measurement of DNA repair synthesis in ganglion cells of the central nervous system. Retinal tissues in short-term organ culture were treated with various carcinogens plus tritiated thymidine ([methyl -3 H]dThd) or were irradiated with uv light and then treated with [methyl -3 H]dThd. Preliminary study with retinal tissues from rats at various ages revealed no age-associated changes in the levels of unscheduled DNA synthesis in ganglion cells

  3. Interactive web visualization tools to the results interpretation of a seismic risk study aimed at the emergency levels definition

    Science.gov (United States)

    Rivas-Medina, A.; Gutierrez, V.; Gaspar-Escribano, J. M.; Benito, B.

    2009-04-01

    municipalities according to the expected actuation level and eventually, to alert levels. In this regard, the visualization tool constitutes an intuitive and useful tool that the end-user of the risk study may use to optimize and guide its application on emergency planning. The use of this type of tools can be adapted to other scenarios with different boundary conditions (seismicity level, vulnerability distribution) and user profiles (policy makers, stakeholders, students, general public) maintaining the same final goal: to improve the adaptation of the results of a scientific-technical work to the needs of other users with different backgrounds.

  4. New transposon tools tailored for metabolic engineering of Gram-negative microbial cell factories

    Directory of Open Access Journals (Sweden)

    Esteban eMartínez-García

    2014-10-01

    Full Text Available Re-programming microorganisms to modify their existing functions and/or to bestow bacteria with entirely new-to-Nature tasks have largely relied so far on specialized molecular biology tools. Such endeavors are not only relevant in the burgeoning metabolic engineering arena, but also instrumental to explore the functioning of complex regulatory networks from a fundamental point of view. À la carte modification of bacterial genomes thus calls for novel tools to make genetic manipulations easier. We propose the use of a series of new broad-host-range mini-Tn5 vectors, termed pBAMDs, for the delivery of gene(s into the chromosome of Gram-negative bacteria and for generating saturated mutagenesis libraries in gene function studies. These delivery vectors endow the user with the possibility of easy cloning and subsequent insertion of functional cargoes with three different antibiotic resistance markers (kanamycin, streptomycin, and gentamicin. After validating the pBAMD vectors in the environmental bacterium Pseudomonas putida KT2440, their use was also illustrated by inserting the entire poly(3-hydroxybutyrate (PHB synthesis pathway from Cupriavidus necator in the chromosome of a phosphotransacetylase mutant of Escherichia coli. PHB is a completely biodegradable polyester with a number of industrial applications that make it attractive as a potential replacement of oil-based plastics. The non-selective nature of chromosomal insertions of the biosynthetic genes was evidenced by a large landscape of PHB synthesis levels in independent clones. One clone was selected and further characterized as a microbial cell factory for PHB accumulation, and it achieved polymer accumulation levels comparable to those of a plasmid-bearing recombinant. Taken together, our results demonstrate that the new mini-Tn5 vectors can be used to confer interesting phenotypes in Gram-negative bacteria that would be very difficult to engineer through direct manipulation of the

  5. New Transposon Tools Tailored for Metabolic Engineering of Gram-Negative Microbial Cell Factories

    Energy Technology Data Exchange (ETDEWEB)

    Martínez-García, Esteban; Aparicio, Tomás; Lorenzo, Víctor de; Nikel, Pablo I., E-mail: pablo.nikel@cnb.csic.es [Systems and Synthetic Biology Program, Centro Nacional de Biotecnología (CNB-CSIC), Madrid (Spain)

    2014-10-28

    Re-programming microorganisms to modify their existing functions and/or to bestow bacteria with entirely new-to-Nature tasks have largely relied so far on specialized molecular biology tools. Such endeavors are not only relevant in the burgeoning metabolic engineering arena but also instrumental to explore the functioning of complex regulatory networks from a fundamental point of view. À la carte modification of bacterial genomes thus calls for novel tools to make genetic manipulations easier. We propose the use of a series of new broad-host-range mini-Tn5-vectors, termed pBAMDs, for the delivery of gene(s) into the chromosome of Gram-negative bacteria and for generating saturated mutagenesis libraries in gene function studies. These delivery vectors endow the user with the possibility of easy cloning and subsequent insertion of functional cargoes with three different antibiotic-resistance markers (kanamycin, streptomycin, and gentamicin). After validating the pBAMD vectors in the environmental bacterium Pseudomonas putida KT2440, their use was also illustrated by inserting the entire poly(3-hydroxybutyrate) (PHB) synthesis pathway from Cupriavidus necator in the chromosome of a phosphotransacetylase mutant of Escherichia coli. PHB is a completely biodegradable polyester with a number of industrial applications that make it attractive as a potential replacement of oil-based plastics. The non-selective nature of chromosomal insertions of the biosynthetic genes was evidenced by a large landscape of PHB synthesis levels in independent clones. One clone was selected and further characterized as a microbial cell factory for PHB accumulation, and it achieved polymer accumulation levels comparable to those of a plasmid-bearing recombinant. Taken together, our results demonstrate that the new mini-Tn5-vectors can be used to confer interesting phenotypes in Gram-negative bacteria that would be very difficult to engineer through direct manipulation of the structural genes.

  6. New Transposon Tools Tailored for Metabolic Engineering of Gram-Negative Microbial Cell Factories

    International Nuclear Information System (INIS)

    Martínez-García, Esteban; Aparicio, Tomás; Lorenzo, Víctor de; Nikel, Pablo I.

    2014-01-01

    Re-programming microorganisms to modify their existing functions and/or to bestow bacteria with entirely new-to-Nature tasks have largely relied so far on specialized molecular biology tools. Such endeavors are not only relevant in the burgeoning metabolic engineering arena but also instrumental to explore the functioning of complex regulatory networks from a fundamental point of view. À la carte modification of bacterial genomes thus calls for novel tools to make genetic manipulations easier. We propose the use of a series of new broad-host-range mini-Tn5-vectors, termed pBAMDs, for the delivery of gene(s) into the chromosome of Gram-negative bacteria and for generating saturated mutagenesis libraries in gene function studies. These delivery vectors endow the user with the possibility of easy cloning and subsequent insertion of functional cargoes with three different antibiotic-resistance markers (kanamycin, streptomycin, and gentamicin). After validating the pBAMD vectors in the environmental bacterium Pseudomonas putida KT2440, their use was also illustrated by inserting the entire poly(3-hydroxybutyrate) (PHB) synthesis pathway from Cupriavidus necator in the chromosome of a phosphotransacetylase mutant of Escherichia coli. PHB is a completely biodegradable polyester with a number of industrial applications that make it attractive as a potential replacement of oil-based plastics. The non-selective nature of chromosomal insertions of the biosynthetic genes was evidenced by a large landscape of PHB synthesis levels in independent clones. One clone was selected and further characterized as a microbial cell factory for PHB accumulation, and it achieved polymer accumulation levels comparable to those of a plasmid-bearing recombinant. Taken together, our results demonstrate that the new mini-Tn5-vectors can be used to confer interesting phenotypes in Gram-negative bacteria that would be very difficult to engineer through direct manipulation of the structural genes.

  7. Microscale technology and biocatalytic processes: Opportunities and challenges for synthesis

    DEFF Research Database (Denmark)

    Wohlgemuth, Roland; Plazl, Igor; Žnidaršič-Plazl, Polona

    2015-01-01

    Despite the expanding presence of microscale technology in chemical synthesis and energy production as well as in biomedical devices and analytical and diagnostic tools, its potential in biocatalytic processes for pharmaceutical and fine chemicals, as well as related industries, has not yet been...

  8. Open access to high-level data and analysis tools in the CMS experiment at the LHC

    International Nuclear Information System (INIS)

    Calderon, A; Rodriguez-Marrero, A; Colling, D; Huffman, A; Lassila-Perini, K; McCauley, T; Rao, A; Sexton-Kennedy, E

    2015-01-01

    The CMS experiment, in recognition of its commitment to data preservation and open access as well as to education and outreach, has made its first public release of high-level data under the CC0 waiver: up to half of the proton-proton collision data (by volume) at 7 TeV from 2010 in CMS Analysis Object Data format. CMS has prepared, in collaboration with CERN and the other LHC experiments, an open-data web portal based on Invenio. The portal provides access to CMS public data as well as to analysis tools and documentation for the public. The tools include an event display and histogram application that run in the browser. In addition a virtual machine containing a CMS software environment along with XRootD access to the data is available. Within the virtual machine the public can analyse CMS data; example code is provided. We describe the accompanying tools and documentation and discuss the first experiences of data use. (paper)

  9. Low-level lasers alter mRNA levels from traditional reference genes used in breast cancer cells

    Science.gov (United States)

    Teixeira, A. F.; Canuto, K. S.; Rodrigues, J. A.; Fonseca, A. S.; Mencalha, A. L.

    2017-07-01

    Cancer is among the leading causes of mortality worldwide, increasing the importance of treatment development. Low-level lasers are used in several diseases, but some concerns remains on cancers. Reverse transcriptase quantitative polymerase chain reaction (RT-qPCR) is a technique used to understand cellular behavior through quantification of mRNA levels. Output data from target genes are commonly relative to a reference that cannot vary according to treatment. This study evaluated reference genes levels from MDA-MB-231 cells exposed to red or infrared lasers at different fluences. Cultures were exposed to red and infrared lasers, incubated (4 h, 37 °C), total RNA was extracted and cDNA synthesis was performed to evaluate mRNA levels from ACTB, GUSB and TRFC genes by RT-qPCR. Specific amplification was verified by melting curves and agarose gel electrophoresis. RefFinder enabled data analysis by geNorm, NormFinder and BestKeeper. Specific amplifications were obtained and, although mRNA levels from ACTB, GUSB or TRFC genes presented no significant variation through traditional statistical analysis, Excel-based tools revealed that the use of these reference genes are dependent of laser characteristics. Our data showed that exposure to low-level red and infrared lasers at different fluences alter the mRNA levels from ACTB, GUSB and TRFC in MDA-MB-231 cells.

  10. Recent applications of synthetic biology tools for yeast metabolic engineering

    DEFF Research Database (Denmark)

    Jensen, Michael Krogh; Keasling, Jay

    2015-01-01

    to engineer microbial chemical factories has steadily decreased, improvement is still needed. Through the development of synthetic biology tools for key microbial hosts, it should be possible to further decrease the development times and improve the reliability of the resulting microorganism. Together...... with continuous decreases in price and improvements in DNA synthesis, assembly and sequencing, synthetic biology tools will rationalize time-consuming strain engineering, improve control of metabolic fluxes, and diversify screening assays for cellular metabolism. This review outlines some recently developed...... synthetic biology tools and their application to improve production of chemicals and fuels in yeast. Finally, we provide a perspective for the challenges that lie ahead....

  11. Digital Storytelling: A Tool for Identifying and Developing Cultural Competence with Preservice Teachers in an Introduction to Middle Level Education Course

    Science.gov (United States)

    Ruppert, Nancy; Adcock, Lee T.; Crave, Jared

    2017-01-01

    Using five themes associated with a diversity intensive undergraduate course, preservice teachers in an upper level introduction to middle grade course described their knowledge of cultural competence using digital storytelling as the tool. Findings suggest digital storytelling provides a tool to explore and describe how cultural competence is…

  12. Comparison of BrainTool to other UML modeling and model transformation tools

    Science.gov (United States)

    Nikiforova, Oksana; Gusarovs, Konstantins

    2017-07-01

    In the last 30 years there were numerous model generated software systems offered targeting problems with the development productivity and the resulting software quality. CASE tools developed due today's date are being advertised as having "complete code-generation capabilities". Nowadays the Object Management Group (OMG) is calling similar arguments in regards to the Unified Modeling Language (UML) models at different levels of abstraction. It is being said that software development automation using CASE tools enables significant level of automation. Actual today's CASE tools are usually offering a combination of several features starting with a model editor and a model repository for a traditional ones and ending with code generator (that could be using a scripting or domain-specific (DSL) language), transformation tool to produce the new artifacts from the manually created and transformation definition editor to define new transformations for the most advanced ones. Present paper contains the results of CASE tool (mainly UML editors) comparison against the level of the automation they are offering.

  13. Scalable synthesis of sequence-defined, unimolecular macromolecules by Flow-IEG

    Science.gov (United States)

    Leibfarth, Frank A.; Johnson, Jeremiah A.; Jamison, Timothy F.

    2015-01-01

    We report a semiautomated synthesis of sequence and architecturally defined, unimolecular macromolecules through a marriage of multistep flow synthesis and iterative exponential growth (Flow-IEG). The Flow-IEG system performs three reactions and an in-line purification in a total residence time of under 10 min, effectively doubling the molecular weight of an oligomeric species in an uninterrupted reaction sequence. Further iterations using the Flow-IEG system enable an exponential increase in molecular weight. Incorporating a variety of monomer structures and branching units provides control over polymer sequence and architecture. The synthesis of a uniform macromolecule with a molecular weight of 4,023 g/mol is demonstrated. The user-friendly nature, scalability, and modularity of Flow-IEG provide a general strategy for the automated synthesis of sequence-defined, unimolecular macromolecules. Flow-IEG is thus an enabling tool for theory validation, structure–property studies, and advanced applications in biotechnology and materials science. PMID:26269573

  14. A generic methodology for processing route synthesis and design based on superstructure optimization

    DEFF Research Database (Denmark)

    Bertran, Maria-Ona; Frauzem, Rebecca; Sanchez-Arcilla, Ana Sofia

    2017-01-01

    a specially developed knowledge representation system, and (2) Super-O, a software interface that guides users through the formulation and solution of synthesis problems. Super-O transfers data between the different tools, including a library of generic models, representing a wide range of processing options...... are resolved and targets for improvement are identified through the use of integrated tools. In Stage 3, new alternatives are generated using the selected route and the previously identified targets. In addition to the various computer-aided tools, two special tools are presented: (1) a database employing...

  15. DeMand: A tool for evaluating and comparing device-level demand and supply forecast models

    DEFF Research Database (Denmark)

    Neupane, Bijay; Siksnys, Laurynas; Pedersen, Torben Bach

    2016-01-01

    Fine-grained device-level predictions of both shiftable and non-shiftable energy demand and supply is vital in order to take advantage of Demand Response (DR) for efficient utilization of Renewable Energy Sources. The selection of an effective device-level load forecast model is a challenging task......, mainly due to the diversity of the models and the lack of proper tools and datasets that can be used to validate them. In this paper, we introduce the DeMand system for fine-tuning, analyzing, and validating the device-level forecast models. The system offers several built-in device-level measurement...... datasets, forecast models, features, and errors measures, thus semi-automating most of the steps of the forecast model selection and validation process. This paper presents the architecture and data model of the DeMand system; and provides a use-case example on how one particular forecast model...

  16. Ropossum: An Authoring Tool for Designing, Optimizing and Solving Cut the Rope Levels

    DEFF Research Database (Denmark)

    Shaker, Mohammad; Shaker, Noor; Togelius, Julian

    2013-01-01

    We present a demonstration of Ropossum, an authoring tool for the generation and testing of levels of the physics-based game, Cut the Rope. Ropossum integrates many features: (1) automatic design of complete solvable content, (2) incorporation of designer’s input through the creation of complete...... or partial designs, (3) automatic check for playability and (4) optimization of a given design based on playability. The system includes a physics engine to simulate the game and an evolutionary framework to evolve content as well as an AI reasoning agent to check for playability. The system is optimised...

  17. Dismantling of a hot cell of high level activity. Method and tools used

    International Nuclear Information System (INIS)

    Jeantet, E.; Miquel, P.; Baudoin, J.C.; Moutonnet, A.

    1981-05-01

    The aim of this operation is the removal of all the equipment and the material introduced and used in the hot cell 'Attila' and its decontamination to obtain an irradiation level as low as possible to allow direct intervention. The Attila facilitie was build in 1964-1966 to study dry processing of irradiated fuels by halogenide volatility process. Dismantling of the out-cell and of the laboratory associated to the shielded cell, dismantling inside the shielded cell with the remote handling equipment of the cell and tools used for these operations are described in this article [fr

  18. Approaches to decrease the level of parasitic noise over vibroacoustic channel in terms of configuring information security tools

    Science.gov (United States)

    Ivanov, A. V.; Reva, I. L.; Babin, A. A.

    2018-04-01

    The article deals with influence of various ways to place vibration transmitters on efficiency of rooms safety for negotiations. Standing for remote vibration listening of window glass, electro-optical channel, the most typical technical channel of information leakage, was investigated. The modern system “Sonata-AB” of 4B model is used as an active protection tool. Factors influencing on security tools configuration efficiency have been determined. The results allow utilizer to reduce masking interference level as well as parasitic noise with keeping properties of room safety.

  19. Using key performance indicators as knowledge-management tools at a regional health-care authority level.

    Science.gov (United States)

    Berler, Alexander; Pavlopoulos, Sotiris; Koutsouris, Dimitris

    2005-06-01

    The advantages of the introduction of information and communication technologies in the complex health-care sector are already well-known and well-stated in the past. It is, nevertheless, paradoxical that although the medical community has embraced with satisfaction most of the technological discoveries allowing the improvement in patient care, this has not happened when talking about health-care informatics. Taking the above issue of concern, our work proposes an information model for knowledge management (KM) based upon the use of key performance indicators (KPIs) in health-care systems. Based upon the use of the balanced scorecard (BSC) framework (Kaplan/Norton) and quality assurance techniques in health care (Donabedian), this paper is proposing a patient journey centered approach that drives information flow at all levels of the day-to-day process of delivering effective and managed care, toward information assessment and knowledge discovery. In order to persuade health-care decision-makers to assess the added value of KM tools, those should be used to propose new performance measurement and performance management techniques at all levels of a health-care system. The proposed KPIs are forming a complete set of metrics that enable the performance management of a regional health-care system. In addition, the performance framework established is technically applied by the use of state-of-the-art KM tools such as data warehouses and business intelligence information systems. In that sense, the proposed infrastructure is, technologically speaking, an important KM tool that enables knowledge sharing amongst various health-care stakeholders and between different health-care groups. The use of BSC is an enabling framework toward a KM strategy in health care.

  20. Effect of inclusion of different levels of silage on rumen microbial population and microbial protein synthesis in dairy steers fed on rice straw

    Directory of Open Access Journals (Sweden)

    Thien Truong Giang Nguyen

    2017-02-01

    Full Text Available Objective Leucaena leucocephala (Leucaena is a perennial tropical legume that can be directly grazed or harvested and offered to ruminants as hay, silage, or fresh. However, Leucaena contain phenolic compounds, which are considered anti-nutritional factors as these may reduce intake, digestibility and thus animal performance. Therefore, the objective of this experiment was to determine effects of Leucaena silage (LS feeding levels on rumen microbial populations, N-balance and microbial protein synthesis in dairy steers. Methods Four, rumen fistulated dairy steers with initial weight of 167±12 kg were randomly assigned to receive dietary treatments according to a 4×4 Latin square design. Treatments were as followings: T1 = untreated rice straw (RS; Control, T2 = 70% RS+30% LS, T3 = 40% RS+60% LS, and T4 = 100% LS. Dairy steers were fed rice straw and LS ad libitum and supplemented with concentrate at 0.2% of body weight/d. Results Results revealed that the rumen microbial population, especially cellulolytic, proteolytic bacteria and fungal zoospores were enhanced in steers that received 60% of LS (p0.05. Protozoal population was linearly decreased with increasing level of LS (p<0.05. Moreover, N-balance and microbial protein synthesis were enhanced by LS feeding (p<0.05 and were the highest in 60% LS group. Conclusion Based on this study, it could be concluded that replacement of RS with 60% LS significantly improved microbial population and microbial protein synthesis in diary steers.

  1. Conception and validation software tools for the level 0 muon trigger of LHCb

    International Nuclear Information System (INIS)

    Aslanides, E.; Cachemiche, J. P.; Cogan, J.; Duval, P. Y.; Le Gac, R.; Hachon, F.; Leroy, O.; Liotard, P. L.; Marin, F.; Tsaregorodtsev, A.

    2009-01-01

    The Level-0 muon trigger processor of the LHCb experiment looks for straight particles crossing muon detector and measures their transverse momentum. It processes 40*10 6 proton-proton collisions per second. The tracking uses a road algorithm relying on the projectivity of the muon detector (the logical layout in the 5 muon station is projective in y to the interaction point and it is also projective in x when the bending in the horizontal direction introduced by the magnetic field is ignored). The architecture of the Level-0 muon trigger is complex with a dense network of data interconnections. The design and validation of such an intricate system has only been possible with intense use of software tools for the detector simulation, the modelling of the hardware components behaviour and the validation. A database describing the data-flow is the corner stone between the software and hardware components. (authors)

  2. A multi-paradigm language for reactive synthesis

    Directory of Open Access Journals (Sweden)

    Ioannis Filippidis

    2016-02-01

    Full Text Available This paper proposes a language for describing reactive synthesis problems that integrates imperative and declarative elements. The semantics is defined in terms of two-player turn-based infinite games with full information. Currently, synthesis tools accept linear temporal logic (LTL as input, but this description is less structured and does not facilitate the expression of sequential constraints. This motivates the use of a structured programming language to specify synthesis problems. Transition systems and guarded commands serve as imperative constructs, expressed in a syntax based on that of the modeling language Promela. The syntax allows defining which player controls data and control flow, and separating a program into assumptions and guarantees. These notions are necessary for input to game solvers. The integration of imperative and declarative paradigms allows using the paradigm that is most appropriate for expressing each requirement. The declarative part is expressed in the LTL fragment of generalized reactivity(1, which admits efficient synthesis algorithms, extended with past LTL. The implementation translates Promela to input for the Slugs synthesizer and is written in Python. The AMBA AHB bus case study is revisited and synthesized efficiently, identifying the need to reorder binary decision diagrams during strategy construction, in order to prevent the exponential blowup observed in previous work.

  3. Forest resource projection tools at the European level

    NARCIS (Netherlands)

    Schelhaas, M.; Nabuurs, G.J.; Verkerk, P.J.; Hengeveld, G.M.; Packalen, Tuula; Sallnäs, O.; Pilli, Roberto; Grassi, J.; Forsell, Nicklas; Frank, S.; Gusti, Mykola; Havlik, Petr

    2017-01-01

    Many countries have developed their own systems for projecting forest resources and wood availability. Although studies using these tools are helpful for developing national policies, they do not provide a consistent assessment for larger regions such as the European Union or Europe as a whole.

  4. Low-Temperature Synthesis Routes to Intermetallic Superconductors

    Energy Technology Data Exchange (ETDEWEB)

    Schaak, Raymond E

    2008-01-08

    Over the past few years, our group has gained expertise at developing low-temperature solution-based synthetic pathways to complex nanoscale solids, with particular emphasis on nanocrystalline intermetallic compounds. Our synthetic capabilities are providing tools to reproducibly generate intermetallic nanostructures with simultaneous control over crystal structure, composition, and morphology. This DOE-funded project aims to expand these capabilities to intermetallic superconductors. This could represent an important addition to the tools that are available for the synthesis and processing of intermetallic superconductors, which traditionally utilize high-temperature, high-pressure, thin film, or gas-phase vacuum deposition methods. Our current knowledge of intermetallic superconductors suggests that significant enhancements could result from the inherent benefits of low-temperature solution synthesis, e.g. metastable phase formation, control over nanoscale morphology to facilitate size-dependent property studies, robust and inexpensive processability, low-temperature annealing and consolidation, and impurity incorporation (for doping, stoichiometry control, flux pinning, and improving the critical fields). Our focus is on understanding the superconducting properties as a function of synthetic route, crystal structure, crystallite size, and morphology, and developing the synthetic tools necessary to accomplish this. This research program can currently be divided into two classes of superconducting materials: intermetallics (transition metal/post transition metal) and metal carbides/borides. Both involve the development and exploitation of low-temperature synthesis routes followed by detailed characterization of structures and properties, with the goal of understanding how the synthetic pathways influence key superconducting properties of selected target materials. Because of the low-temperature methods used to synthesize them and the nanocrystalline morphologies

  5. Simulation of Human Speech Production Applied to the Study and Synthesis of European Portuguese

    Directory of Open Access Journals (Sweden)

    Francisco A. C. Vaz

    2005-06-01

    Full Text Available A new articulatory synthesizer (SAPWindows, with a modular and flexible design, is described. A comprehensive acoustic model and a new interactive glottal source were implemented. Perceptual tests and simulations made possible by the synthesizer contributed to deepening our knowledge of one of the most important characteristics of European Portuguese, the nasal vowels. First attempts at incorporating models of frication into the articulatory synthesizer are presented, demonstrating the potential of performing fricative synthesis based on broad articulatory configurations. Synthesis of nonsense words and Portuguese words with vowels and nasal consonants is also shown. Despite not being capable of competing with mainstream concatenative speech synthesis, the anthropomorphic approach to speech synthesis, known as articulatory synthesis, proved to be a valuable tool for phonetics research and teaching. This was particularly true for the European Portuguese nasal vowels.

  6. Single-case synthesis tools II: Comparing quantitative outcome measures.

    Science.gov (United States)

    Zimmerman, Kathleen N; Pustejovsky, James E; Ledford, Jennifer R; Barton, Erin E; Severini, Katherine E; Lloyd, Blair P

    2018-03-07

    Varying methods for evaluating the outcomes of single case research designs (SCD) are currently used in reviews and meta-analyses of interventions. Quantitative effect size measures are often presented alongside visual analysis conclusions. Six measures across two classes-overlap measures (percentage non-overlapping data, improvement rate difference, and Tau) and parametric within-case effect sizes (standardized mean difference and log response ratio [increasing and decreasing])-were compared to determine if choice of synthesis method within and across classes impacts conclusions regarding effectiveness. The effectiveness of sensory-based interventions (SBI), a commonly used class of treatments for young children, was evaluated. Separately from evaluations of rigor and quality, authors evaluated behavior change between baseline and SBI conditions. SBI were unlikely to result in positive behavior change across all measures except IRD. However, subgroup analyses resulted in variable conclusions, indicating that the choice of measures for SCD meta-analyses can impact conclusions. Suggestions for using the log response ratio in SCD meta-analyses and considerations for understanding variability in SCD meta-analysis conclusions are discussed. Copyright © 2018 Elsevier Ltd. All rights reserved.

  7. The prevention of mother-to-child transmission of HIV cascade analysis tool: supporting health managers to improve facility-level service delivery.

    Science.gov (United States)

    Gimbel, Sarah; Voss, Joachim; Mercer, Mary Anne; Zierler, Brenda; Gloyd, Stephen; Coutinho, Maria de Joana; Floriano, Florencia; Cuembelo, Maria de Fatima; Einberg, Jennifer; Sherr, Kenneth

    2014-10-21

    The objective of the prevention of Mother-to-Child Transmission (pMTCT) cascade analysis tool is to provide frontline health managers at the facility level with the means to rapidly, independently and quantitatively track patient flows through the pMTCT cascade, and readily identify priority areas for clinic-level improvement interventions. Over a period of six months, five experienced maternal-child health managers and researchers iteratively adapted and tested this systems analysis tool for pMTCT services. They prioritized components of the pMTCT cascade for inclusion, disseminated multiple versions to 27 health managers and piloted it in five facilities. Process mapping techniques were used to chart PMTCT cascade steps in these five facilities, to document antenatal care attendance, HIV testing and counseling, provision of prophylactic anti-retrovirals, safe delivery, safe infant feeding, infant follow-up including HIV testing, and family planning, in order to obtain site-specific knowledge of service delivery. Seven pMTCT cascade steps were included in the Excel-based final tool. Prevalence calculations were incorporated as sub-headings under relevant steps. Cells not requiring data inputs were locked, wording was simplified and stepwise drop-offs and maximization functions were included at key steps along the cascade. While the drop off function allows health workers to rapidly assess how many patients were lost at each step, the maximization function details the additional people served if only one step improves to 100% capacity while others stay constant. Our experience suggests that adaptation of a cascade analysis tool for facility-level pMTCT services is feasible and appropriate as a starting point for discussions of where to implement improvement strategies. The resulting tool facilitates the engagement of frontline health workers and managers who fill out, interpret, apply the tool, and then follow up with quality improvement activities. Research on

  8. FPGA Implementation of Blue Whale Calls Classifier Using High-Level Programming Tool

    Directory of Open Access Journals (Sweden)

    Mohammed Bahoura

    2016-02-01

    Full Text Available In this paper, we propose a hardware-based architecture for automatic blue whale calls classification based on short-time Fourier transform and multilayer perceptron neural network. The proposed architecture is implemented on field programmable gate array (FPGA using Xilinx System Generator (XSG and the Nexys-4 Artix-7 FPGA board. This high-level programming tool allows us to design, simulate and execute the compiled design in Matlab/Simulink environment quickly and easily. Intermediate signals obtained at various steps of the proposed system are presented for typical blue whale calls. Classification performances based on the fixed-point XSG/FPGA implementation are compared to those obtained by the floating-point Matlab simulation, using a representative database of the blue whale calls.

  9. Fungal Anticancer Metabolites: Synthesis Towards Drug Discovery.

    Science.gov (United States)

    Barbero, Margherita; Artuso, Emma; Prandi, Cristina

    2018-01-01

    Fungi are a well-known and valuable source of compounds of therapeutic relevance, in particular of novel anticancer compounds. Although seldom obtainable through isolation from the natural source, the total organic synthesis still remains one of the most efficient alternatives to resupply them. Furthermore, natural product total synthesis is a valuable tool not only for discovery of new complex biologically active compounds but also for the development of innovative methodologies in enantioselective organic synthesis. We undertook an in-depth literature searching by using chemical bibliographic databases (SciFinder, Reaxys) in order to have a comprehensive insight into the wide research field. The literature has been then screened, refining the obtained results by subject terms focused on both biological activity and innovative synthetic procedures. The literature on fungal metabolites has been recently reviewed and these publications have been used as a base from which we consider the synthetic feasibility of the most promising compounds, in terms of anticancer properties and drug development. In this paper, compounds are classified according to their chemical structure. This review summarizes the anticancer potential of fungal metabolites, highlighting the role of total synthesis outlining the feasibility of innovative synthetic procedures that facilitate the development of fungal metabolites into drugs that may become a real future perspective. To our knowledge, this review is the first effort to deal with the total synthesis of these active fungi metabolites and demonstrates that total chemical synthesis is a fruitful means of yielding fungal derivatives as aided by recent technological and innovative advancements. Copyright© Bentham Science Publishers; For any queries, please email at epub@benthamscience.org.

  10. DESTINY: A Comprehensive Tool with 3D and Multi-Level Cell Memory Modeling Capability

    Directory of Open Access Journals (Sweden)

    Sparsh Mittal

    2017-09-01

    Full Text Available To enable the design of large capacity memory structures, novel memory technologies such as non-volatile memory (NVM and novel fabrication approaches, e.g., 3D stacking and multi-level cell (MLC design have been explored. The existing modeling tools, however, cover only a few memory technologies, technology nodes and fabrication approaches. We present DESTINY, a tool for modeling 2D/3D memories designed using SRAM, resistive RAM (ReRAM, spin transfer torque RAM (STT-RAM, phase change RAM (PCM and embedded DRAM (eDRAM and 2D memories designed using spin orbit torque RAM (SOT-RAM, domain wall memory (DWM and Flash memory. In addition to single-level cell (SLC designs for all of these memories, DESTINY also supports modeling MLC designs for NVMs. We have extensively validated DESTINY against commercial and research prototypes of these memories. DESTINY is very useful for performing design-space exploration across several dimensions, such as optimizing for a target (e.g., latency, area or energy-delay product for a given memory technology, choosing the suitable memory technology or fabrication method (i.e., 2D v/s 3D for a given optimization target, etc. We believe that DESTINY will boost studies of next-generation memory architectures used in systems ranging from mobile devices to extreme-scale supercomputers. The latest source-code of DESTINY is available from the following git repository: https://bitbucket.org/sparshmittal/destinyv2.

  11. Regulation of protein synthesis during sea urchin early development

    International Nuclear Information System (INIS)

    Kelso, L.C.

    1989-01-01

    Fertilization of the sea urchin egg results in a 20-40 fold increase in the rate of protein synthesis. The masked message hypothesis proposes that mRNAs are masked or unavailable for translation in the egg. We devised an in vivo assay to test this hypothesis. Our results show that masked mRNAs limit protein synthesis in the unfertilized egg. In addition, we show that protein synthesis is also regulated at the level of translational machinery. Following fertilization is a period of rapid cell divisions. This period, known as the rapid cleavage stage, is characterized by the transient synthesis of a novel set of proteins. The synthesis of these proteins is programmed by maternal mRNAs stored in the unfertilized egg. To study the behavior of these mRNAs, we prepared a cDNA library from polysomal poly (A+) RNA from 2-hour embryos. [ 32 P] labeled probes, prepared from the cDNA library, were used to monitor the levels of individual mRNAs in polysomes at fertilization and during early development

  12. Current Trends in High-Level Synthesis of Asynchronous Circuits

    DEFF Research Database (Denmark)

    Sparsø, Jens

    2009-01-01

    This paper is a survey paper presenting what the author sees as two major and promising trends in the current research in CAD-tools and design-methods for asynchronous circuits. One branch of research builds on top of existing asynchronous CAD-tools that perform syntax directed translation, e...... a conventional synchronous circuit as the starting point, and then adds some form of handshake-based flow-control. One approach keeps the global clock and implements discrete-time asynchronous operation. Another approach substitutes the clocked registers by asynchronous handshake-registers, thus creating truly...

  13. Computing tools for implementing standards for single-case designs.

    Science.gov (United States)

    Chen, Li-Ting; Peng, Chao-Ying Joanne; Chen, Ming-E

    2015-11-01

    In the single-case design (SCD) literature, five sets of standards have been formulated and distinguished: design standards, assessment standards, analysis standards, reporting standards, and research synthesis standards. This article reviews computing tools that can assist researchers and practitioners in meeting the analysis standards recommended by the What Works Clearinghouse: Procedures and Standards Handbook-the WWC standards. These tools consist of specialized web-based calculators or downloadable software for SCD data, and algorithms or programs written in Excel, SAS procedures, SPSS commands/Macros, or the R programming language. We aligned these tools with the WWC standards and evaluated them for accuracy and treatment of missing data, using two published data sets. All tools were tested to be accurate. When missing data were present, most tools either gave an error message or conducted analysis based on the available data. Only one program used a single imputation method. This article concludes with suggestions for an inclusive computing tool or environment, additional research on the treatment of missing data, and reasonable and flexible interpretations of the WWC standards. © The Author(s) 2015.

  14. Vacancy-impurity centers in diamond: prospects for synthesis and applications

    Science.gov (United States)

    Ekimov, E. A.; Kondrin, M. V.

    2017-06-01

    The bright luminescence of impurity-vacancy complexes, combined with high chemical and radiation resistance, makes diamond an attractive platform for the production of single-photon emitters and luminescent biomarkers for applications in nanoelectronics and medicine. Two representatives of this kind of defects in diamond, silicon-vacancy (SiV) and germanium-vacancy (GeV) centers, are discussed in this review; their similarities and differences are demonstrated in terms of the more thoroughly studied nitrogen-vacancy (NV) complexes. The recent discovery of GeV luminescent centers opens a unique opportunity for the controlled synthesis of single-photon emitters in nanodiamonds. We demonstrate prospects for the high-pressure high-temperature (HPHT) technique to create single-photon emitters, not only as an auxiliary to chemical vapor deposition (CVD) and ion-implantation methods but also as a primary synthesis tool for producing color centers in nanodiamonds. Besides practical applications, comparative studies of these two complexes, which belong to the same structural class of defects, have a fundamental importance for deeper understanding of shelving levels, the electronic structure, and optical properties of these centers. In conclusion, we discuss several open problems regarding the structure, charge state, and practical application of these centers, which still require a solution.

  15. Bridges between multiple-point geostatistics and texture synthesis: Review and guidelines for future research

    Science.gov (United States)

    Mariethoz, Gregoire; Lefebvre, Sylvain

    2014-05-01

    Multiple-Point Simulations (MPS) is a family of geostatistical tools that has received a lot of attention in recent years for the characterization of spatial phenomena in geosciences. It relies on the definition of training images to represent a given type of spatial variability, or texture. We show that the algorithmic tools used are similar in many ways to techniques developed in computer graphics, where there is a need to generate large amounts of realistic textures for applications such as video games and animated movies. Similarly to MPS, these texture synthesis methods use training images, or exemplars, to generate realistic-looking graphical textures. Both domains of multiple-point geostatistics and example-based texture synthesis present similarities in their historic development and share similar concepts. These disciplines have however remained separated, and as a result significant algorithmic innovations in each discipline have not been universally adopted. Texture synthesis algorithms present drastically increased computational efficiency, patterns reproduction and user control. At the same time, MPS developed ways to condition models to spatial data and to produce 3D stochastic realizations, which have not been thoroughly investigated in the field of texture synthesis. In this paper we review the possible links between these disciplines and show the potential and limitations of using concepts and approaches from texture synthesis in MPS. We also provide guidelines on how recent developments could benefit both fields of research, and what challenges remain open.

  16. Silicon compilation: From the circuit to the system

    Science.gov (United States)

    Obrien, Keven

    The methodology used for the compilation of silicon from a behavioral level to a system level is presented. The aim was to link the heretofore unrelated areas of high level synthesis and system level design. This link will play an important role in the development of future design automation tools as it will allow hardware/software co-designs to be synthesized. A design methodology that alllows, through the use of an intermediate representation, SOLAR, a System level Design Language (SDL), to be combined with a Hardware Description Language (VHDL) is presented. Two main steps are required in order to transform this specification into a synthesizable one. Firstly, a system level synthesis step including partitioning and communication synthesis is required in order to split the model into a set of interconnected subsystems, each of which will be processed by a high level synthesis tool. For this latter step AMICAL is used and this allows powerful scheduling techniques to be used, that accept very abstract descriptions of control flow dominated circuits as input, and interconnected RTL blocks that may feed existing logic-level synthesis tools to be generated.

  17. The rebirth of the morphogenetic field as an explanatory tool in biology

    Directory of Open Access Journals (Sweden)

    Perović Slobodan

    2013-01-01

    Full Text Available I discuss two uses of the concept of the morphogenetic field, a tool of the 19th century biology motivated by particular ontological views of the time, which has been re-emerging and increasingly relevant in explaining microbiological phenomena. I also consider the relation of these uses to the Central Dogma of modern biology as well as Modern Synthesis of Darwinism and genetics. An induced morphogenetic field is determined by a physical (e.g., gravitational field, or it acquires a physical (e.g., visco-elastic field’s characteristics. Such a morphogenetic field presents only a weak challenge to the Central Dogma of Modern Synthesis by indirectly, albeit severely, constraining variability at the molecular level. I discuss explanations that introduce structural inheritance in ciliate protozoa, as well as the experimental evidence on which these arguments are based. The global cellular morphogenetic field is a unit of such inheritance. I discuss relevant cases of structural inheritance in ciliates that bring about internal cellular as well as functional changes and point out that DNA is absent in the cortex and that RNA controls neither intermediary nor the global level of the field. I go on to argue that utilizing knowledge of known physical fields may advance explanations and understanding of the morphogenetic field in ciliates as the unit of both development and inheritance. [Projekat Ministarstva nauke Republike Srbije, br. 179041: Dynamic Systems in nature and society: Philosophical and empirical aspects

  18. THE PROJECTED RATE OF COMPETENCE FORMATION AS A TOOL OF EDUCATIONAL MANAGEMENT OF ADVANCED LEVEL OF EDUCATION

    Directory of Open Access Journals (Sweden)

    L. V. Lvov

    2017-01-01

    Full Text Available Introduction. Specially organized complex of the scientific research directed to obtaining the reliable advancing information about development of pedagogical members is necessary for the development of educational policy, the strategy of development for educational systems, and methods of management of quality of pedagogical activity at different stages of education. The result of the educational management of professional and educational process is caused by the quality of pedagogical design. In turn, the quality of pedagogical forecasting is a factor determining the overall effectiveness of management through the pedagogical design.The aim of this article is to describe the model that allows applying the rate of competence formation as a tool of educational management and providing the advanced level of education. Methodology and research methods are based on pre-competence and context approach, which supposes the content selection as a set of competencies and designing the educational and professional process with the use of the rate of formation of ability and readiness (competency as a tool of teaching management.Results. The author states socio-pedagogical contradiction, which is in acute shortage of predictive tools in the management of the educational process. The article describes terminology and empirical mathematical models that underpin pedagogical management of the educational and professional training of students that provides the advanced level of formation of organizational and managerial competence.Scientific novelty. The author clarifies the concept of the advanced level of education; introduces the term of the rate of formation of competency; proposes a new model to solve the problem of predicting learning outcomes and timely management influence by managers of education at all stages of the design and functioning of the educational system in the conditions of implementation of competence-based approach in the higher school

  19. Surgical tools and medical devices

    CERN Document Server

    Jackson, Mark

    2016-01-01

    This new edition presents information and knowledge on the field of biomedical devices and surgical tools. The authors look at the interactions between nanotechnology, nanomaterials, design, modeling, and tools for surgical and dental applications, as well as how nanostructured surfaces can be created for the purposes of improving cell adhesion between medical devices and the human body. Each original chapter is revised in this second edition and describes developments in coatings for heart valves, stents, hip and knee joints, cardiovascular devices, orthodontic applications, and regenerative materials such as bone substitutes. There are also 8 new chapters that address: Microvascular anastomoses Inhaler devices used for pulmonary delivery of medical aerosols Surface modification of interference screws Biomechanics of the mandible (a detailed case study) Safety and medical devices The synthesis of nanostructured material Delivery of anticancer molecules using carbon nanotubes Nano and micro coatings for medic...

  20. Boron “stitching” reaction: a powerful tool for the synthesis of polyethylene-based star architectures

    KAUST Repository

    Zapsas, George; Ntetsikas, Konstantinos; Kim, Joey; Bilalis, Panagiotis; Gnanou, Yves; Hadjichristidis, Nikolaos

    2018-01-01

    The linking of macroanions with BFOEt leads to a 3-arm star with a boron junction point, which can serve as a macroinitiator for the polyhomologation of dimethylsulfoxonium methylide, thus enabling the synthesis of novel but not

  1. Boron “stitching” reaction: a powerful tool for the synthesis of polyethylene-based star architectures

    KAUST Repository

    Zapsas, George

    2018-02-07

    The linking of macroanions with BFOEt leads to a 3-arm star with a boron junction point, which can serve as a macroinitiator for the polyhomologation of dimethylsulfoxonium methylide, thus enabling the synthesis of novel but not

  2. Effect of dietary protein quality and feeding level on milk secretion and mammary protein synthesis in the rat

    International Nuclear Information System (INIS)

    Sampson, D.A.; Jansen, G.R.

    1985-01-01

    Protein synthesis was studied in mammary tissue of rats fed diets deficient in protein quality and/or restricted in food intake throughout gestation and lactation. Diets containing 25% wheat gluten (WG), wheat gluten plus lysine and threonine (WGLT), or casein (C) were pair-fed from conception until day 15 of lactation at 100% or 85% of WG ad libitum consumption (PF100 and PF85, respectively). A seventh group was fed C ad libitum. Rates of protein synthesis were measured in vivo at day 15 of lactation from incorporation of [3- 3 H]phenylalanine. At both PF100 and PF85, fractional and absolute rates of mammary gland protein synthesis were two- to three-fold higher in rats fed C than in those fed WG. Pup weights showed similar treatment effects. Both mammary protein synthesis rates and pup weights were significantly higher in rats fed C at PF85 than rats fed WG ad libitum. Food restriction from PF100 to PF85 depressed pup weights and mammary protein synthesis rates in rats fed WGLT, but had no effect in rats fed WG. These results demonstrate that when food intake is restricted, improvement of protein quality of the maternal diet increases milk output in the rat in association with increased rates of mammary protein synthesis

  3. Uncoupled regulation of fibronectin and collagen synthesis in Rous sarcoma virus transformed avian tendon cells

    International Nuclear Information System (INIS)

    Parry, G.; Soo, W.J.; Bissell, M.J.

    1979-01-01

    The regulation of fibronectin and procollagen synthesis has been investigated in normal and Rous sarcoma virus transformed primary avian tendon cells. These two proteins interact at the cell periphery and both are reportedly lost upon transformation. Whether their synthesis was coordinately regulated in Rous sarcoma virus-infected cells was thus examined. It was found that while the synthesis of both pro α 1 and pro α 2 peptides was reduced upon transformation, the synthesis of fibronectin was not altered. Nevertheless, long term radiolabeling demonstrated that fibronectin levels were reduced in transformed cells. It is concluded that the reduction in levels of these components at the surface is brought about by different mechanisms; collagen levels being regulated by procollagen synthesis and fibronectin levels by degradation and/or release into the culture medium. The possibility is discussed that fibronectin is lost from the cell periphery of primary avian tendon cells as a consequence of decreased levels of anchoring collagen molecules

  4. NeoCASS: An integrated tool for structural sizing, aeroelastic analysis and MDO at conceptual design level

    Science.gov (United States)

    Cavagna, Luca; Ricci, Sergio; Travaglini, Lorenzo

    2011-11-01

    This paper presents a design framework called NeoCASS (Next generation Conceptual Aero-Structural Sizing Suite), developed at the Department of Aerospace Engineering of Politecnico di Milano in the frame of SimSAC (Simulating Aircraft Stability And Control Characteristics for Use in Conceptual Design) project, funded by EU in the context of 6th Framework Program. It enables the creation of efficient low-order, medium fidelity models particularly suitable for structural sizing, aeroelastic analysis and optimization at the conceptual design level. The whole methodology is based on the integration of geometry construction, aerodynamic and structural analysis codes that combine depictive, computational, analytical, and semi-empirical methods, validated in an aircraft design environment. The work here presented aims at including the airframe and its effect from the very beginning of the conceptual design. This aspect is usually not considered in this early phase. In most cases, very simplified formulas and datasheets are adopted, which implies a low level of detail and a poor accuracy. Through NeoCASS, a preliminar distribution of stiffness and inertias can be determined, given the initial layout. The adoption of empirical formulas is reduced to the minimum in favor of simple numerical methods. This allows to consider the aeroelastic behavior and performances, as well, improving the accuracy of the design tools during the iterative steps and lowering the development costs and reducing the time to market. The result achieved is a design tool based on computational methods for the aero-structural analysis and Multi-Disciplinary Optimization (MDO) of aircraft layouts at the conceptual design stage. A complete case study regarding the TransoniCRuiser aircraft, including validation of the results obtained using industrial standard tools like MSC/NASTRAN and a CFD (Computational Fluid Dynamics) code, is reported. As it will be shown, it is possible to improve the degree of

  5. DNA synthesis in HeLa cells and isolated nuclei after treatment with an inhibitor of spermidine synthesis, methyl glyoxal bis(guanylhydrazone).

    Science.gov (United States)

    Krokan, H; Eriksen, A

    1977-02-01

    Addition of methyl glyoxal bis(guanylhydrazone) to HeLa S3 suspension cultures resulted in increased putrescine levels and decreased spermidine and spermine levels preceding a drop in incorporation of [3H]thymidine, [3H]uridine and [14C]leucine into macromolecules. When putrescine, spermidine, spermine or cadaverine was added simultaneously with methyl glyoxal bis(guanylhydrazone), the drug had no detectable effect on the synthesis of macromolecules. In nuclei isolated from cells treated with methyl glyoxal bis(guanylhydrazone) the reduction in the rate of DNA synthesis was equal to the reduction of [3H]thymidine incorporation in the corresponding whole cells. The capability of the nuclei to synthesize DNA could not be restored by adding spermidine or spermine to the system in vitro. The rate of DNA chain elongation was only reduced slightly by methyl glyoxal bis(guanylhydrazone) indicating that decreased levels of spermidine and spermine lead to a decrease in the number of replication units active in DNA synthesis within each cell.

  6. SCALES : A System Level Tool for Conceptual Design of Nano- and Microsatellites

    NARCIS (Netherlands)

    Aas, C.; Zandbergen, B.T.C.; Hamann, R.J.; Gill, E.K.A.

    2009-01-01

    A satellite design tool has been developed offering systems engineers a fast way to analyze the feasibility of a particular design concept. The tool differs from available tools on the market in that it is specifically targeted at small satellites in the mass range of 1-50 kg, and with a limited

  7. The Evolution of DNA-Templated Synthesis as a Tool for Materials Discovery.

    Science.gov (United States)

    O'Reilly, Rachel K; Turberfield, Andrew J; Wilks, Thomas R

    2017-10-17

    Precise control over reactivity and molecular structure is a fundamental goal of the chemical sciences. Billions of years of evolution by natural selection have resulted in chemical systems capable of information storage, self-replication, catalysis, capture and production of light, and even cognition. In all these cases, control over molecular structure is required to achieve a particular function: without structural control, function may be impaired, unpredictable, or impossible. The search for molecules with a desired function is often achieved by synthesizing a combinatorial library, which contains many or all possible combinations of a set of chemical building blocks (BBs), and then screening this library to identify "successful" structures. The largest libraries made by conventional synthesis are currently of the order of 10 8 distinct molecules. To put this in context, there are 10 13 ways of arranging the 21 proteinogenic amino acids in chains up to 10 units long. Given that we know that a number of these compounds have potent biological activity, it would be highly desirable to be able to search them all to identify leads for new drug molecules. Large libraries of oligonucleotides can be synthesized combinatorially and translated into peptides using systems based on biological replication such as mRNA display, with selected molecules identified by DNA sequencing; but these methods are limited to BBs that are compatible with cellular machinery. In order to search the vast tracts of chemical space beyond nucleic acids and natural peptides, an alternative approach is required. DNA-templated synthesis (DTS) could enable us to meet this challenge. DTS controls chemical product formation by using the specificity of DNA hybridization to bring selected reactants into close proximity, and is capable of the programmed synthesis of many distinct products in the same reaction vessel. By making use of dynamic, programmable DNA processes, it is possible to engineer a

  8. DSP Based System for Real time Voice Synthesis Applications Development

    OpenAIRE

    Arsinte, Radu; Ferencz, Attila; Miron, Costin

    2008-01-01

    This paper describes an experimental system designed for development of real time voice synthesis applications. The system is composed from a DSP coprocessor card, equipped with an TMS320C25 or TMS320C50 chip, voice acquisition module (ADDA2),host computer (IBM-PC compatible), software specific tools.

  9. Presynaptic protein synthesis required for NT-3-induced long-term synaptic modulation

    Directory of Open Access Journals (Sweden)

    Je H

    2011-01-01

    Full Text Available Abstract Background Neurotrophins elicit both acute and long-term modulation of synaptic transmission and plasticity. Previously, we demonstrated that the long-term synaptic modulation requires the endocytosis of neurotrophin-receptor complex, the activation of PI3K and Akt, and mTOR mediated protein synthesis. However, it is unclear whether the long-term synaptic modulation by neurotrophins depends on protein synthesis in pre- or post-synaptic cells. Results Here we have developed an inducible protein translation blocker, in which the kinase domain of protein kinase R (PKR is fused with bacterial gyrase B domain (GyrB-PKR, which could be dimerized upon treatment with a cell permeable drug, coumermycin. By genetically targeting GyrB-PKR to specific cell types, we show that NT-3 induced long-term synaptic modulation requires presynaptic, but not postsynaptic protein synthesis. Conclusions Our results provide mechanistic insights into the cell-specific requirement for protein synthesis in the long-term synaptic modulation by neurotrophins. The GyrB-PKR system may be useful tool to study protein synthesis in a cell-specific manner.

  10. Effects of dietary nitrogen levels and carbohydrate sources on apparent ruminal synthesis of some B vitamins in dairy cows.

    Science.gov (United States)

    Beaudet, V; Gervais, R; Graulet, B; Nozière, P; Doreau, M; Fanchone, A; Castagnino, D D S; Girard, C L

    2016-04-01

    Effects of nitrogen level and carbohydrate source on apparent ruminal synthesis (ARS) of thiamin, riboflavin, niacin, vitamin B6, folates, and vitamin B12 were evaluated using 4 lactating Holstein cows distributed in a 4 × 4 Latin square design with treatments following a 2 × 2 factorial arrangement. Cows were fitted with cannulas in the rumen and proximal duodenum. The treatments were 2 N levels and 2 carbohydrate sources. The diet with the high N level provided 14% crude protein, calculated to meet 110% of the protein requirements and an adequate supply in rumen-degradable protein, whereas the diet with the low N level contained 11% crude protein, calculated to meet 80% of the protein requirements with a shortage in rumen-degradable protein. Carbohydrate source treatments differed by their nature (i.e., high in starch from barley, corn, and wheat, or high in fiber from soybean hulls and dehydrated beet pulp). All 4 diets were isoenergetic, based on corn silage, and had the same forage-to-concentrate ratio (60:40, dry matter basis). Duodenal flow was determined using YbCl3 as a marker. Each B-vitamin ARS was calculated as duodenal flow minus daily intake. The intake of several B vitamins varied among treatments, but because the animals consumed a similar amount of feed every day (average of 20 kg of dry matter/d) the difference was mostly due to vitamin content of each ingredient and their relative proportion in the diets. Decreasing N concentration in the diet reduced vitamin B6 duodenal flow and increased its apparent ruminal degradation. It also decreased duodenal flow and ARS of folates. The high-starch diets increased duodenal flow and ruminal balance of riboflavin, vitamin B6, and folates, whereas the high-fiber diets increased vitamin B12 ARS and duodenal flow. These effects on apparent synthesis are possibly due to changes in ruminal fermentation. Copyright © 2016 American Dairy Science Association. Published by Elsevier Inc. All rights reserved.

  11. DNA polymerase I-mediated ultraviolet repair synthesis in toluene-treated Escherichia coli

    International Nuclear Information System (INIS)

    Dorson, J.W.; Moses, R.E.

    1978-01-01

    DNA synthesis after ultraviolet irradiation is low in wild type toluene-treated cells. The level of repair incorporation is greater in strains deficient in DNA polymerase I. The low level of repair synthesis is attributable to the concerted action of DNA polymerase I and polynucleotide ligase. Repair synthesis is stimulated by blocking ligase activity with the addition of nicotinamide mononucleotide (NMN) or the use of a ligase temperature-sensitive mutant. NMN stimulation is specific for DNA polymerase I-mediated repair synthesis, as it is absent in isogenic strains deficient in the polymerase function or the 5' yields 3' exonuclease function associated with DNA polymerase I. DNA synthesis that is stimulated by NMN is proportional to the ultraviolet exposure at low doses, nonconservative in nature, and is dependent on the uvrA gene product but is independent of the recA gene product. These criteria place this synthesis in the excision repair pathway. The NMN-stimulated repair synthesis requires ATP and is N-ethylmaleimide-resistant. The use of NMN provides a direct means for evaluating the involvement of DNA polymerase I in excision repair

  12. Lathe leveler

    Energy Technology Data Exchange (ETDEWEB)

    Lovelady, III, Michael W.J.

    2018-03-06

    A lathe leveler for centering a cutting tool in relation to a cylindrical work piece includes a first leveling arm having a first contact point disposed adjacent a distal end of the first leveling arm, a second leveling arm having a second contact point disposed adjacent a distal end of the second leveling arm, a leveling gage, and a leveling plate having a cutting tool receiving surface positioned parallel to a horizontal axis of the leveling gage and on a same plane as a midpoint of the first contact point and the second contact point. The leveling arms and leveling plate are dimensioned and configured such that the cutting tool receiving surface is centered in relation to the work piece when the first and second contact points are in contact with one of the inner surface and outer surface of the cylindrical work piece and the leveling gage is centered.

  13. Investigating the Digital Addiction Level of the University Students According to Their Purposes for Using Digital Tools

    Science.gov (United States)

    Kesici, Ahmet; Tunç, Nazenin Fidan

    2018-01-01

    This study was carried out to investigate the digital addiction (DA) level of the university students according to their purposes for using digital tools. 527 students studying at the faculties of education of Erzincan, Dicle, and Siirt Universities participated this study in which general survey model was used. A form was used to reveal for which…

  14. Serotonin synthesis, release and reuptake in terminals: a mathematical model

    Directory of Open Access Journals (Sweden)

    Best Janet

    2010-08-01

    Full Text Available Abstract Background Serotonin is a neurotransmitter that has been linked to a wide variety of behaviors including feeding and body-weight regulation, social hierarchies, aggression and suicidality, obsessive compulsive disorder, alcoholism, anxiety, and affective disorders. Full understanding of serotonergic systems in the central nervous system involves genomics, neurochemistry, electrophysiology, and behavior. Though associations have been found between functions at these different levels, in most cases the causal mechanisms are unknown. The scientific issues are daunting but important for human health because of the use of selective serotonin reuptake inhibitors and other pharmacological agents to treat disorders in the serotonergic signaling system. Methods We construct a mathematical model of serotonin synthesis, release, and reuptake in a single serotonergic neuron terminal. The model includes the effects of autoreceptors, the transport of tryptophan into the terminal, and the metabolism of serotonin, as well as the dependence of release on the firing rate. The model is based on real physiology determined experimentally and is compared to experimental data. Results We compare the variations in serotonin and dopamine synthesis due to meals and find that dopamine synthesis is insensitive to the availability of tyrosine but serotonin synthesis is sensitive to the availability of tryptophan. We conduct in silico experiments on the clearance of extracellular serotonin, normally and in the presence of fluoxetine, and compare to experimental data. We study the effects of various polymorphisms in the genes for the serotonin transporter and for tryptophan hydroxylase on synthesis, release, and reuptake. We find that, because of the homeostatic feedback mechanisms of the autoreceptors, the polymorphisms have smaller effects than one expects. We compute the expected steady concentrations of serotonin transporter knockout mice and compare to

  15. Synthesis of [14α-methyl-3H]-24,25-dihydrolanosterol

    International Nuclear Information System (INIS)

    DeKeczer, S.; Kertesz, D.; Parnes, H.

    1993-01-01

    We describe the first synthesis of isomerically pure title compound (6) at high specific activity. This required the development of a convenient, regiospecific synthesis of the δ 8(9) -15-ketone and subsequent alkylation with methyl-[ 3 H 3 ]iodide. A key step in our procedure was the use of an electrochemical reduction of the intermediate [14α-methyl- 3 H]-15-oxo-dihydrolanosterol. This process was effected cleanly and in high yield to give (6), an important assay tool in the search for cholesterol lowering agents. This approach was found to be significantly superior to the Wolff-Kishner reduction of the corresponding 3-benzoate. (Author)

  16. Basic Hand Tools for Bricklaying and Cement Masonry [and] Basic Hand Tools of the Carpenter.

    Science.gov (United States)

    Texas A and M Univ., College Station. Vocational Instructional Services.

    Intended for student use, this unit discusses and illustrates the tools used in brick and masonry and carpentry. Contents of the brick and masonry section include informative materials on bricklaying tools (brick trowels, joint tools, levels, squares, line and accessories, rules, hammers and chisels, tool kits) and cement masonry tools (tampers,…

  17. Protein synthesis in x-irradiated rabbit lens

    International Nuclear Information System (INIS)

    Garadi, R.; Foltyn, A.R.; Giblin, F.J.; Reddy, V.N.

    1984-01-01

    The present study deals with the incorporation of 35 S methionine into lens crystallins as a function of time after x-irradiation. Crystallin synthesis is first affected approximately 4 weeks following x-irradiation. This coincides with the time period at which the ratio of the two cations in the lens is affected, as shown in earlier studies. A greater decrease in 35 S-methionine incorporation into crystallins is observed between 5-7 weeks following x-irradiation in good agreement with a cation imbalance at these time intervals. These studies also revealed for the first time that the change in cation distribution can affect not only crystallin synthesis, but also the synthesis of certain polypeptides of lens membranes. No alteration in protein synthesis could be detected in lens epithelium even after 7 weeks following irradiation. In addition to the effect of Na+ and K+ levels on protein synthesis, an impaired transport of amino acids into the x-rayed lens was also found to be a factor in the observed reduction in synthesis of the crystallin, cytoskeletal and membrane proteins of the fiber cells. It is concluded that Na+/K+ ratio as well as the availability of amino acids in the lens are important factors in protein synthesis of x-ray cataracts

  18. Benzoylureas as removable cis amide inducers: synthesis of cyclic amides via ring closing metathesis (RCM).

    Science.gov (United States)

    Brady, Ryan M; Khakham, Yelena; Lessene, Guillaume; Baell, Jonathan B

    2011-02-07

    Rapid and high yielding synthesis of medium ring lactams was made possible through the use of a benzoylurea auxiliary that serves to stabilize a cisoid amide conformation, facilitating cyclization. The auxiliary is released after activation under the mild conditions required to deprotect a primary amine, such as acidolysis of a Boc group in the examples given here. This methodology is a promising tool for the synthesis of medium ring lactams, macrocyclic natural products and peptides.

  19. A methodology and decision support tool for informing state-level bioenergy policymaking: New Jersey biofuels as a case study

    Science.gov (United States)

    Brennan-Tonetta, Margaret

    This dissertation seeks to provide key information and a decision support tool that states can use to support long-term goals of fossil fuel displacement and greenhouse gas reductions. The research yields three outcomes: (1) A methodology that allows for a comprehensive and consistent inventory and assessment of bioenergy feedstocks in terms of type, quantity, and energy potential. Development of a standardized methodology for consistent inventorying of biomass resources fosters research and business development of promising technologies that are compatible with the state's biomass resource base. (2) A unique interactive decision support tool that allows for systematic bioenergy analysis and evaluation of policy alternatives through the generation of biomass inventory and energy potential data for a wide variety of feedstocks and applicable technologies, using New Jersey as a case study. Development of a database that can assess the major components of a bioenergy system in one tool allows for easy evaluation of technology, feedstock and policy options. The methodology and decision support tool is applicable to other states and regions (with location specific modifications), thus contributing to the achievement of state and federal goals of renewable energy utilization. (3) Development of policy recommendations based on the results of the decision support tool that will help to guide New Jersey into a sustainable renewable energy future. The database developed in this research represents the first ever assessment of bioenergy potential for New Jersey. It can serve as a foundation for future research and modifications that could increase its power as a more robust policy analysis tool. As such, the current database is not able to perform analysis of tradeoffs across broad policy objectives such as economic development vs. CO2 emissions, or energy independence vs. source reduction of solid waste. Instead, it operates one level below that with comparisons of kWh or

  20. Advances in the synthesis of nitroxide radicals for use in biomolecule spin labelling.

    Science.gov (United States)

    Haugland, Marius M; Lovett, Janet E; Anderson, Edward A

    2018-02-05

    EPR spectroscopy is an increasingly useful analytical tool to probe biomolecule structure, dynamic behaviour, and interactions. Nitroxide radicals are the most commonly used radical probe in EPR experiments, and many methods have been developed for their synthesis, as well as incorporation into biomolecules using site-directed spin labelling. In this Tutorial Review, we discuss the most practical methods for the synthesis of nitroxides, focusing on the tunability of their structures, the manipulation of their sidechains into spin labelling handles, and their installation into biomolecules.

  1. SNPexp - A web tool for calculating and visualizing correlation between HapMap genotypes and gene expression levels

    Directory of Open Access Journals (Sweden)

    Franke Andre

    2010-12-01

    Full Text Available Abstract Background Expression levels for 47294 transcripts in lymphoblastoid cell lines from all 270 HapMap phase II individuals, and genotypes (both HapMap phase II and III of 3.96 million single nucleotide polymorphisms (SNPs in the same individuals are publicly available. We aimed to generate a user-friendly web based tool for visualization of the correlation between SNP genotypes within a specified genomic region and a gene of interest, which is also well-known as an expression quantitative trait locus (eQTL analysis. Results SNPexp is implemented as a server-side script, and publicly available on this website: http://tinyurl.com/snpexp. Correlation between genotype and transcript expression levels are calculated by performing linear regression and the Wald test as implemented in PLINK and visualized using the UCSC Genome Browser. Validation of SNPexp using previously published eQTLs yielded comparable results. Conclusions SNPexp provides a convenient and platform-independent way to calculate and visualize the correlation between HapMap genotypes within a specified genetic region anywhere in the genome and gene expression levels. This allows for investigation of both cis and trans effects. The web interface and utilization of publicly available and widely used software resources makes it an attractive supplement to more advanced bioinformatic tools. For the advanced user the program can be used on a local computer on custom datasets.

  2. Automated process flowsheet synthesis for membrane processes using genetic algorithm: role of crossover operators

    KAUST Repository

    Shafiee, Alireza; Arab, Mobin; Lai, Zhiping; Liu, Zongwen; Abbas, Ali

    2016-01-01

    In optimization-based process flowsheet synthesis, optimization methods, including genetic algorithms (GA), are used as advantageous tools to select a high performance flowsheet by ‘screening’ large numbers of possible flowsheets. In this study, we

  3. Enhancement of the synthesis of RpoN, Cra, and H-NS by polyamines at the level of translation in Escherichia coli cultured with glucose and glutamate.

    Science.gov (United States)

    Terui, Yusuke; Higashi, Kyohei; Taniguchi, Shiho; Shigemasa, Ai; Nishimura, Kazuhiro; Yamamoto, Kaneyoshi; Kashiwagi, Keiko; Ishihama, Akira; Igarashi, Kazuei

    2007-03-01

    Proteins whose synthesis is enhanced by polyamines at the level of translation were identified in a polyamine-requiring mutant cultured in the presence of 0.1% glucose and 0.02% glutamate instead of 0.4% glucose as an energy source. Under these conditions, enhancement of cell growth by polyamines was almost the same as that in the presence of 0.4% glucose. It was found that synthesis of RpoN, Cra, and H-NS was enhanced by polyamines at the level of translation at the early logarithmic phase of growth (A(540) of 0.15). The effects of polyamines on synthesis of RpoN, H-NS, and Cra were due to the existence of unusual Shine-Dalgarno sequences (RpoN and H-NS) and an inefficient GUG initiation codon (Cra) in their mRNAs. Thus, rpoN, cra, and hns genes were identified as new members of the polyamine modulon. Because most of the polyamine modulon genes thus far identified encode transcription factors (RpoS [sigma(38)], Cya, FecI [sigma(18)], Fis, RpoN [sigma(54)], Cra, and H-NS), DNA microarray analysis of mRNA expressed in cells was performed. At the early logarithmic phase of growth, a total of 97 species of mRNAs that were up-regulated by polyamines more than twofold were under the control of seven polyamine modulon genes mentioned above.

  4. Assessment of Tools and Data for System-Level Dynamic Analyses

    International Nuclear Information System (INIS)

    Piet, Steven J.; Soelberg, Nick R.

    2011-01-01

    The only fuel cycle for which dynamic analyses and assessments are not needed is the null fuel cycle - no nuclear power. For every other concept, dynamic analyses are needed and can influence relative desirability of options. Dynamic analyses show how a fuel cycle might work during transitions from today's partial fuel cycle to something more complete, impact of technology deployments, location of choke points, the key time lags, when benefits can manifest, and how well parts of fuel cycles work together. This report summarizes the readiness of existing Fuel Cycle Technology (FCT) tools and data for conducting dynamic analyses on the range of options. VISION is the primary dynamic analysis tool. Not only does it model mass flows, as do other dynamic system analysis models, but it allows users to explore various potential constraints. The only fuel cycle for which constraints are not important are those in concept advocates PowerPoint presentations; in contrast, comparative analyses of fuel cycles must address what constraints exist and how they could impact performance. The most immediate tool need is extending VISION to the thorium/U233 fuel cycle. Depending on further clarification of waste management strategies in general and for specific fuel cycle candidates, waste management sub-models in VISION may need enhancement, e.g., more on 'co-flows' of non-fuel materials, constraints in waste streams, or automatic classification of waste streams on the basis of user-specified rules. VISION originally had an economic sub-model. The economic calculations were deemed unnecessary in later versions so it was retired. Eventually, the program will need to restore and improve the economics sub-model of VISION to at least the cash flow stage and possibly to incorporating cost constraints and feedbacks. There are multiple sources of data that dynamic analyses can draw on. In this report, 'data' means experimental data, data from more detailed theoretical or empirical

  5. Assessment of Tools and Data for System-Level Dynamic Analyses

    Energy Technology Data Exchange (ETDEWEB)

    Steven J. Piet; Nick R. Soelberg

    2011-06-01

    The only fuel cycle for which dynamic analyses and assessments are not needed is the null fuel cycle - no nuclear power. For every other concept, dynamic analyses are needed and can influence relative desirability of options. Dynamic analyses show how a fuel cycle might work during transitions from today's partial fuel cycle to something more complete, impact of technology deployments, location of choke points, the key time lags, when benefits can manifest, and how well parts of fuel cycles work together. This report summarizes the readiness of existing Fuel Cycle Technology (FCT) tools and data for conducting dynamic analyses on the range of options. VISION is the primary dynamic analysis tool. Not only does it model mass flows, as do other dynamic system analysis models, but it allows users to explore various potential constraints. The only fuel cycle for which constraints are not important are those in concept advocates PowerPoint presentations; in contrast, comparative analyses of fuel cycles must address what constraints exist and how they could impact performance. The most immediate tool need is extending VISION to the thorium/U233 fuel cycle. Depending on further clarification of waste management strategies in general and for specific fuel cycle candidates, waste management sub-models in VISION may need enhancement, e.g., more on 'co-flows' of non-fuel materials, constraints in waste streams, or automatic classification of waste streams on the basis of user-specified rules. VISION originally had an economic sub-model. The economic calculations were deemed unnecessary in later versions so it was retired. Eventually, the program will need to restore and improve the economics sub-model of VISION to at least the cash flow stage and possibly to incorporating cost constraints and feedbacks. There are multiple sources of data that dynamic analyses can draw on. In this report, 'data' means experimental data, data from more detailed

  6. Influence of the dopant during the one step mechano-chemical synthesis of sodium alanate

    International Nuclear Information System (INIS)

    Rongeat, C; Geipel, C; Llamas-Jansa, I; Schultz, L; Gutfleisch, O

    2009-01-01

    High-pressure reactive milling under hydrogen atmosphere is used for the one-step synthesis of doped sodium alanate. In-situ monitoring of the pressure and the temperature inside the vial gives a direct feedback about the reactions occurring during the milling. This information is used to study the influence of the dopant during synthesis, e.g. the amount of dopant added. The study of the pressure variations during milling is a reliable tool for screening the efficiency of different dopants.

  7. Induction of vitellogenin synthesis by estrogen in avian liver: relationship between level of vitellogenin mRNA and vitellogenin synthesis.

    Science.gov (United States)

    Mullinix, K P; Wetekam, W; Deeley, R G; Gordon, J I; Meyers, M; Kent, K A; Goldberger, R F

    1976-01-01

    We have investigated the estrogen-mediated induction of vitellogenin synthesis in rooster liver. We compared the concentrations of vitellogenin messenger RNA (mRNA) in the liver with the concentrations of vitellogenin in the sera of roosters that had recieved various treatments with estrogen. We found no vitellogenin mRNA in the livers of the unstimulated roosters. An initial injection of estrogen was attended by de novo synthesis of vitellogenin mRNA in the liver and accumulation of vitellogenin in the serum. When vitellogenin was no longer present in the serum or liver (the "post-estrogen-serum-negative" state), the liver was found to contain appreciable amounts of vitellogenin mRNA. This mRNA was of the same size as that found in the liver of the rooster actively synthesizing vitellogenin in response to estrogen. Whereas vitellogenin mRNA was in large polysomes in the livers of the roosters actively synthesizing vitellogenin, the vitellogenin mRNA in the liver of the post-estrogen-serum-negative rooster was not associated with polysomes. The possible relevance of these findings to the fact that the rooster responds differently to a primary stimulation with estrogen than to subsequent stimulations is discussed. PMID:1064017

  8. A statistical view of protein chemical synthesis using NCL and extended methodologies.

    Science.gov (United States)

    Agouridas, Vangelis; El Mahdi, Ouafâa; Cargoët, Marine; Melnyk, Oleg

    2017-09-15

    Native chemical ligation and extended methodologies are the most popular chemoselective reactions for protein chemical synthesis. Their combination with desulfurization techniques can give access to small or challenging proteins that are exploited in a large variety of research areas. In this report, we have conducted a statistical review of their use for protein chemical synthesis in order to provide a flavor of the recent trends and identify the most popular chemical tools used by protein chemists. To this end, a protein chemical synthesis (PCS) database (http://pcs-db.fr) was created by collecting a set of relevant data from more than 450 publications covering the period 1994-2017. A preliminary account of what this database tells us is presented in this report. Copyright © 2017 Elsevier Ltd. All rights reserved.

  9. Extracellular synthesis gold nanotriangles using biomass of Streptomyces microflavus.

    Science.gov (United States)

    Soltani Nejad, Meysam; Khatami, Mehrdad; Shahidi Bonjar, Gholam Hosein

    2016-02-01

    Applications of nanotechnology and nano-science have ever-expanding breakthroughs in medicine, agriculture and industries in recent years; therefore, synthesis of metals nanoparticle (NP) has special significance. Synthesis of NPs by chemical methods are long, costly and hazardous for environment so biosynthesis has been developing interest for researchers. In this regard, the extracellular biosynthesis of gold nanotriangles (AuNTs) performed by use of the soil Streptomycetes. Streptomycetes isolated from rice fields of Guilan Province, Iran, showed biosynthetic activity for producing AuNTs via in vitro experiments. Among all 15 Streptomyces spp. isolates, isolate No. 5 showed high biosynthesis activity. To determine the bacterium taxonomical identity at genus level, its colonies characterised morphologically by use of scanning electron microscope. The polymerase chain reaction (PCR) molecular analysis of active isolate represented its identity partially. In this regard, 16S rRNA gene of the isolate was amplified using universal bacterial primers FD1 and RP2. The PCR products were purified and sequenced. Sequence analysis of 16S rDNA was then conducted using National Center for Biotechnology Information Basic Local Alignment Search Tool method. The AuNTs obtained were characterised by ultraviolet-visible spectroscopy, atomic force microscopy, transmission electron microscopy and energy dispersive X-ray spectroscopy, Fourier transform infrared spectroscopy (FTIR) and X-ray diffraction spectroscopy analyses. The authors results indicated that Streptomyces microflavus isolate 5 bio-synthesises extracellular AuNTs in the range of 10-100 nm. Synthesised SNPs size ranged from 10 to 100 nm. In comparison with chemical methods for synthesis of metal NPs, the biosynthesis of AuNTs by Streptomyces source is a fast, simple and eco-friendly method. The isolate is a good candidate for further investigations to optimise its production efficacy for further industrial goals in

  10. Automatic compilation from high-level biologically-oriented programming language to genetic regulatory networks.

    Science.gov (United States)

    Beal, Jacob; Lu, Ting; Weiss, Ron

    2011-01-01

    The field of synthetic biology promises to revolutionize our ability to engineer biological systems, providing important benefits for a variety of applications. Recent advances in DNA synthesis and automated DNA assembly technologies suggest that it is now possible to construct synthetic systems of significant complexity. However, while a variety of novel genetic devices and small engineered gene networks have been successfully demonstrated, the regulatory complexity of synthetic systems that have been reported recently has somewhat plateaued due to a variety of factors, including the complexity of biology itself and the lag in our ability to design and optimize sophisticated biological circuitry. To address the gap between DNA synthesis and circuit design capabilities, we present a platform that enables synthetic biologists to express desired behavior using a convenient high-level biologically-oriented programming language, Proto. The high level specification is compiled, using a regulatory motif based mechanism, to a gene network, optimized, and then converted to a computational simulation for numerical verification. Through several example programs we illustrate the automated process of biological system design with our platform, and show that our compiler optimizations can yield significant reductions in the number of genes (~ 50%) and latency of the optimized engineered gene networks. Our platform provides a convenient and accessible tool for the automated design of sophisticated synthetic biological systems, bridging an important gap between DNA synthesis and circuit design capabilities. Our platform is user-friendly and features biologically relevant compiler optimizations, providing an important foundation for the development of sophisticated biological systems.

  11. Screen-Printed Electrodes: New Tools for Developing Microbial Electrochemistry at Microscale Level

    Directory of Open Access Journals (Sweden)

    Marta Estevez-Canales

    2015-11-01

    Full Text Available Microbial electrochemical technologies (METs have a number of potential technological applications. In this work, we report the use of screen-printed electrodes (SPEs as a tool to analyze the microbial electroactivity by using Geobacter sulfurreducens as a model microorganism. We took advantage of the small volume required for the assays (75 μL and the disposable nature of the manufactured strips to explore short-term responses of microbial extracellular electron transfer to conductive materials under different scenarios. The system proved to be robust for identifying the bioelectrochemical response, while avoiding complex electrochemical setups, not available in standard biotechnology laboratories. We successfully validated the system for characterizing the response of Geobacter sulfurreducens in different physiological states (exponential phase, stationary phase, and steady state under continuous culture conditions revealing different electron transfer responses. Moreover, a combination of SPE and G. sulfurreducens resulted to be a promising biosensor for quantifying the levels of acetate, as well as for performing studies in real wastewater. In addition, the potential of the technology for identifying electroactive consortia was tested, as an example, with a mixed population with nitrate-reducing capacity. We therefore present SPEs as a novel low-cost platform for assessing microbial electrochemical activity at the microscale level.

  12. Mechanical-thermal synthesis of chromium carbides

    International Nuclear Information System (INIS)

    Cintho, Osvaldo Mitsuyuki; Favilla, Eliane Aparecida Peixoto; Capocchi, Jose Deodoro Trani

    2007-01-01

    The present investigation deals with the synthesis of chromium carbides (Cr 3 C 2 and Cr 7 C 3 ), starting from metallic chromium (obtained from the reduction of Cr 2 O 3 with Al) and carbon (graphite). The synthesis was carried out via high energy milling, followed by heat-treating of pellets made of different milled mixtures at 800 o C, for 2 h, under an atmosphere of argon. A SPEX CertPrep 8000 Mixer/Mill was used for milling under argon atmosphere. A tool steel vat and two 12.7 mm diameter chromium steel balls were used. The raw materials used and the products were characterized by differential thermal analysis, thermo gravimetric analysis, X-ray diffraction, electronic microscopy and X-ray fluorescence chemical analysis. The following variables were investigated: the quantity of carbon in the mixture, the milling time and the milling power. Mechanical activation of the reactant mixture depends upon the milling power ratio used for processing. The energy liberated by the reduction of the chromium oxide with aluminium exhibits a maximum for milling power ratio between 5:1 and 7.5:1. Self-propagating reaction occurred for all heat-treated samples whatever the carbon content of the sample and the milling power ratio used. Bearing carbon samples exhibited hollow shell structures after the reaction. The level of iron contamination of the milled samples was kept below 0.3% Fe. The self-propagated reaction caused high temperatures inside the samples as it may be seen by the occurrence of spherules, dendrites and whiskers. The carbon content determines the type of chromium carbide formed

  13. Synthesis-on” and “synthesis-off” modes of carbon arc operation during synthesis of carbon nanotubes

    International Nuclear Information System (INIS)

    Yatom, Shurik; Selinsky, Rachel S.

    2017-01-01

    Arc discharge synthesis of single-walled carbon nanotubes (SWCNTs) remains largely uncontrollable, due to incomplete understanding of the synthetic process itself. Here, we show that synthesis of SWCNTs by a carbon arc may not constitute a single continuous process, but may instead consist of two distinct modes. One of these, a “synthesis-on” mode, produces the majority of the nanomaterials. During the synthesis-on mode, proportionally more carbon nanotubes are collected than in another mode, a “synthesis-off” mode. Both synthesis-on and synthesis-off modes for a typical arc configuration, employing a hollow anode filled with a mixture of powdered metal catalyst and graphite, were characterized by using in situ electrical, imaging, and spectroscopic diagnostics, along with ex situ imaging and spectroscopy. The synthesis-on mode duration is rare compared to the total arc run-time, helping to explain the poor selectivity found in the final collected products, a known inadequacy of arc synthesis. Finally, the rarity of the synthesis on mode occurence may be due to the synthesis off mode being more favorable energetically.

  14. Demonstration of extensive GABA synthesis in the small population of GAD positive neurons in cerebellar cultures by the use of pharmacological tools

    DEFF Research Database (Denmark)

    Sonnewald, Ursula; Kortner, Trond M; Qu, Hong

    2006-01-01

    by labeling from [U-(13)C]glutamine added on day 7. Altogether the findings show continuous GABA synthesis and degradation throughout the culture period in the cerebellar neurons. At 10 microM AOAA, GABA synthesis from [U-(13)C]glutamine was not affected, indicating that transaminases are not involved in GABA...... that GABA synthesis is taking place via GAD in a subpopulation of the cerebellar neurons, throughout the culture period....

  15. High-deposition-rate ceramics synthesis

    Energy Technology Data Exchange (ETDEWEB)

    Allendorf, M.D.; Osterheld, T.H.; Outka, D.A. [Sandia National Laboratories, Livermore, CA (United States)] [and others

    1995-05-01

    Parallel experimental and computational investigations are conducted in this project to develop validated numerical models of ceramic synthesis processes. Experiments are conducted in the High-Temperature Materials Synthesis Laboratory in Sandia`s Combustion Research Facility. A high-temperature flow reactor that can accommodate small preforms (1-3 cm diameter) generates conditions under which deposition can be observed, with flexibility to vary both deposition temperature (up to 1500 K) and pressure (as low as 10 torr). Both mass spectrometric and laser diagnostic probes are available to provide measurements of gas-phase compositions. Experiments using surface analytical techniques are also applied to characterize important processes occuring on the deposit surface. Computational tools developed through extensive research in the combustion field are employed to simulate the chemically reacting flows present in typical industrial reactors. These include the CHEMKIN and Surface-CHEMKIN suites of codes, which permit facile development of complex reaction mechanisms and vastly simplify the implementation of multi-component transport and thermodynamics. Quantum chemistry codes are also used to estimate thermodynamic and kinetic data for species and reactions for which this information is unavailable.

  16. Sea-level rise modeling handbook: Resource guide for coastal land managers, engineers, and scientists

    Science.gov (United States)

    Doyle, Thomas W.; Chivoiu, Bogdan; Enwright, Nicholas M.

    2015-08-24

    ; utility options for setting sea-level rise and climate change scenarios; and ease or difficulty of storing, displaying, or interpreting model output. Coastal land managers, engineers, and scientists can benefit from this synthesis of tools and models that have been developed for projecting causes and consequences of sea-level change on the landscape and seascape.

  17. How Does Skype, as an Online Communication Software Tool, Contribute to K-12 Administrators' Level of Self-Efficacy?

    Science.gov (United States)

    Kiriakidis, Peter

    2012-01-01

    How does Skype, as an online communication tool, contribute to school and district administrators' reported level of self-efficacy? A sample of n = 39 participants of which 22 were school administrators and 17 were district administrators was purposefully selected to use Skype in their offices with a webcam and microphone to communicate with other…

  18. No changes in heme synthesis in human Friedreich´s ataxia erythroid progenitor cells.

    Science.gov (United States)

    Steinkellner, Hannes; Singh, Himanshu Narayan; Muckenthaler, Martina U; Goldenberg, Hans; Moganty, Rajeswari R; Scheiber-Mojdehkar, Barbara; Sturm, Brigitte

    2017-07-20

    Friedreich's ataxia (FRDA) is a neurodegenerative disease caused by reduced expression of the protein frataxin. Frataxin is thought to play a role in iron-sulfur cluster biogenesis and heme synthesis. In this study, we used erythroid progenitor stem cells obtained from FRDA patients and healthy donors to investigate the putative role, if any, of frataxin deficiency in heme synthesis. We used electrochemiluminescence and qRT-PCR for frataxin protein and mRNA quantification. We used atomic absorption spectrophotometry for iron levels and a photometric assay for hemoglobin levels. Protoporphyrin IX and Ferrochelatase were analyzed using auto-fluorescence. An "IronChip" microarray analysis followed by a protein-protein interaction analysis was performed. FRDA patient cells showed no significant changes in iron levels, hemoglobin synthesis, protoporphyrin IX levels, and ferrochelatase activity. Microarray analysis presented 11 genes that were significantly changed in all patients compared to controls. The genes are especially involved in oxidative stress, iron homeostasis and angiogenesis. The mystery about the involvement of frataxin on iron metabolism raises the question why frataxin deficiency in primary FRDA cells did not lead to changes in biochemical parameters of heme synthesis. It seems that alternative pathways can circumvent the impact of frataxin deficiency on heme synthesis. We show for the first time in primary FRDA patient cells that reduced frataxin levels are still sufficient for heme synthesis and possibly other mechanisms can overcome reduced frataxin levels in this process. Our data strongly support the fact that so far no anemia in FRDA patients was reported. Copyright © 2017 Elsevier B.V. All rights reserved.

  19. Modelling and synthesis of pharmaceutical processes: moving from batch to continuous

    DEFF Research Database (Denmark)

    Papadakis, Emmanouil

    and to investigate/evaluate opportunities for continuous operation. To achieve the mentioned objectives the use of an integrated framework based on systematic model-based methods and tools is proposed. Computer-aided methods and tools are used to generate process knowledge and to evaluate different operational...... optimization studies are performed by defining optimization target based on the process analysis. The application of the developed integrated framework is highlighted through four case studies. In the first case study, the overall use of the framework is highlighted using the synthesis of ibuprofen...

  20. Protein synthesis controls phosphate homeostasis.

    Science.gov (United States)

    Pontes, Mauricio H; Groisman, Eduardo A

    2018-01-01

    Phosphorus is an essential element assimilated largely as orthophosphate (Pi). Cells respond to Pi starvation by importing Pi from their surroundings. We now report that impaired protein synthesis alone triggers a Pi starvation response even when Pi is plentiful in the extracellular milieu. In the bacterium Salmonella enterica serovar Typhimurium , this response entails phosphorylation of the regulatory protein PhoB and transcription of PhoB-dependent Pi transporter genes and is eliminated upon stimulation of adenosine triphosphate (ATP) hydrolysis. When protein synthesis is impaired due to low cytoplasmic magnesium (Mg 2+ ), Salmonella triggers the Pi starvation response because ribosomes are destabilized, which reduces ATP consumption and thus free cytoplasmic Pi. This response is transient because low cytoplasmic Mg 2+ promotes an uptake in Mg 2+ and a decrease in ATP levels, which stabilizes ribosomes, resulting in ATP consumption and Pi increase, thus ending the response. Notably, pharmacological inhibition of protein synthesis also elicited a Pi starvation response in the bacterium Escherichia coli and the yeast Saccharomyces cerevisiae Our findings identify a regulatory connection between protein synthesis and Pi homeostasis that is widespread in nature. © 2018 Pontes and Groisman; Published by Cold Spring Harbor Laboratory Press.

  1. Synthesis of milligram quantities of proteins using a reconstituted in vitro protein synthesis system.

    Science.gov (United States)

    Kazuta, Yasuaki; Matsuura, Tomoaki; Ichihashi, Norikazu; Yomo, Tetsuya

    2014-11-01

    In this study, the amount of protein synthesized using an in vitro protein synthesis system composed of only highly purified components (the PURE system) was optimized. By varying the concentrations of each system component, we determined the component concentrations that result in the synthesis of 0.38 mg/mL green fluorescent protein (GFP) in batch mode and 3.8 mg/mL GFP in dialysis mode. In dialysis mode, protein concentrations of 4.3 and 4.4 mg/mL were synthesized for dihydrofolate reductase and β-galactosidase, respectively. Using the optimized system, the synthesized protein represented 30% (w/w) of the total protein, which is comparable to the level of overexpressed protein in Escherichia coli cells. This optimized reconstituted in vitro protein synthesis system may potentially be useful for various applications, including in vitro directed evolution of proteins, artificial cell assembly, and protein structural studies. Copyright © 2014 The Society for Biotechnology, Japan. Published by Elsevier B.V. All rights reserved.

  2. A simple and accurate two-step long DNA sequences synthesis strategy to improve heterologous gene expression in pichia.

    Directory of Open Access Journals (Sweden)

    Jiang-Ke Yang

    Full Text Available In vitro gene chemical synthesis is a powerful tool to improve the expression of gene in heterologous system. In this study, a two-step gene synthesis strategy that combines an assembly PCR and an overlap extension PCR (AOE was developed. In this strategy, the chemically synthesized oligonucleotides were assembled into several 200-500 bp fragments with 20-25 bp overlap at each end by assembly PCR, and then an overlap extension PCR was conducted to assemble all these fragments into a full length DNA sequence. Using this method, we de novo designed and optimized the codon of Rhizopus oryzae lipase gene ROL (810 bp and Aspergillus niger phytase gene phyA (1404 bp. Compared with the original ROL gene and phyA gene, the codon-optimized genes expressed at a significantly higher level in yeasts after methanol induction. We believe this AOE method to be of special interest as it is simple, accurate and has no limitation with respect to the size of the gene to be synthesized. Combined with de novo design, this method allows the rapid synthesis of a gene optimized for expression in the system of choice and production of sufficient biological material for molecular characterization and biotechnological application.

  3. Gold-Catalyzed Cyclizations of Alkynol-Based Compounds: Synthesis of Natural Products and Derivatives

    Directory of Open Access Journals (Sweden)

    Pedro Almendros

    2011-09-01

    Full Text Available The last decade has witnessed dramatic growth in the number of reactions catalyzed by gold complexes because of their powerful soft Lewis acid nature. In particular, the gold-catalyzed activation of propargylic compounds has progressively emerged in recent years. Some of these gold-catalyzed reactions in alkynes have been optimized and show significant utility in organic synthesis. Thus, apart from significant methodology work, in the meantime gold-catalyzed cyclizations in alkynol derivatives have become an efficient tool in total synthesis. However, there is a lack of specific review articles covering the joined importance of both gold salts and alkynol-based compounds for the synthesis of natural products and derivatives. The aim of this Review is to survey the chemistry of alkynol derivatives under gold-catalyzed cyclization conditions and its utility in total synthesis, concentrating on the advances that have been made in the last decade, and in particular in the last quinquennium.

  4. Key Building Blocks via Enzyme-Mediated Synthesis

    Science.gov (United States)

    Fischer, Thomas; Pietruszka, Jörg

    Biocatalytic approaches to valuable building blocks in organic synthesis have emerged as an important tool in the last few years. While first applications were mainly based on hydrolases, other enzyme classes such as oxidoreductases or lyases moved into the focus of research. Nowadays, a vast number of biotransformations can be found in the chemical and pharmaceutical industries delivering fine chemicals or drugs. The mild reaction conditions, high stereo-, regio-, and chemoselectivities, and the often shortened reaction pathways lead to economical and ecological advantages of enzymatic conversions. Due to the enormous number of enzyme-mediated syntheses, the present chapter is not meant to be a complete review, but to deliver comprehensive insights into well established enzymatic systems and recent advances in the application of enzymes in natural product synthesis. Furthermore, it is focused on the most frequently used enzymes or enzyme classes not covered elsewhere in the present volume.

  5. Synthesis of Constructs for Modeling Consumers’ Understanding and Perception of Eco-Labels

    Directory of Open Access Journals (Sweden)

    Khan Md Raziuddin Taufique

    2014-04-01

    Full Text Available The term “eco-labeling” has become a buzzword in today’s sustainable business world. The use of eco-labeling in various forms has been increasing notably for past many years, sometimes as an environmental “requirement” and sometimes merely as a marketing tool. Questions arise about how well these eco-labels are attended and understood by consumers. However, though mentionable studies are found on various aspects of eco-labels, gaps exist in exploring an inclusive set of parameters for investigating consumer perceptions of eco-labels. This paper aims at preparing a synthesis of all the possible factors to be incorporated for measuring consumer perceptions of eco-labeling of products. For making such synthesis, all major works in the field have been thoroughly reviewed. The paper comes up with a total of 10 parameters that include consumer awareness, consumer knowledge, consumer involvement, consumer trust, design and visibility, credibility of the source, type and level of information, clarity of meaning, persuasiveness, and private benefits. This tentative, yet inclusive, set of parameters is thought to be useful for designing large scale future empirical researches for developing a dependable inclusive set of parameters to test consumer understanding and perceptions of eco-label. A framework is proposed for further empirical research.

  6. Evidence synthesis software.

    Science.gov (United States)

    Park, Sophie Elizabeth; Thomas, James

    2018-06-07

    It can be challenging to decide which evidence synthesis software to choose when doing a systematic review. This article discusses some of the important questions to consider in relation to the chosen method and synthesis approach. Software can support researchers in a range of ways. Here, a range of review conditions and software solutions. For example, facilitating contemporaneous collaboration across time and geographical space; in-built bias assessment tools; and line-by-line coding for qualitative textual analysis. EPPI-Reviewer is a review software for research synthesis managed by the EPPI-centre, UCL Institute of Education. EPPI-Reviewer has text mining automation technologies. Version 5 supports data sharing and re-use across the systematic review community. Open source software will soon be released. EPPI-Centre will continue to offer the software as a cloud-based service. The software is offered via a subscription with a one-month (extendible) trial available and volume discounts for 'site licences'. It is free to use for Cochrane and Campbell reviews. The next EPPI-Reviewer version is being built in collaboration with National Institute for Health and Care Excellence using 'surveillance' of newly published research to support 'living' iterative reviews. This is achieved using a combination of machine learning and traditional information retrieval technologies to identify the type of research each new publication describes and determine its relevance for a particular review, domain or guideline. While the amount of available knowledge and research is constantly increasing, the ways in which software can support the focus and relevance of data identification are also developing fast. Software advances are maximising the opportunities for the production of relevant and timely reviews. © Article author(s) (or their employer(s) unless otherwise stated in the text of the article) 2018. All rights reserved. No commercial use is permitted unless otherwise

  7. DNA-synthesis inhibition and repair DNA-synthesis in CHO Ade- C cells: An alternative approach to genotoxicity testing

    International Nuclear Information System (INIS)

    Slamenova, D.; Papsova, E.; Gabelova, A.; Dusinska, M.; Collins, A.; Wsolova, L.

    1997-01-01

    We describe an alternative assay to determine genotoxicity. Its main feature is that it combines two measures in a single experiment; the inhibition of replicative DNA synthesis together with the stimulation of DNA repair. We show that, in tests of four different genotoxic agents, the assay gives results that are entirely consistent with what is known about the mode of action of these agents. In addition, we have demonstrated that chemical carcinogens requiring metabolic activation can be examined using a standard procedure of incubation with a microsomal activating fraction. We consider the combined assay for DNA synthesis inhibition and repair synthesis to be a useful way for the rapid pre-screening of chemicals suspected of genotoxic activity on the level of mammalian cells. (author)

  8. Asymmetric synthesis including enzymatic catalysis of 11C and 13N labelled amino acids

    International Nuclear Information System (INIS)

    Langstrom, B.; Antonio, G.; Bjurling, P.; Fasth, K.J.; Westerberg, G.; Watanabe, Y.

    1993-01-01

    Use of asymmetric synthesis in production of 11 C- and 13 N-labelled amino acids has been shown to be a useful approach in order to prepare amino acids routinely for PET-studies. Such PET-studies are focused either on problems related to amino acid transport, protein synthesis rate or the turnover of neurotransmitters from amino acids. The paper discusses matters regarding synthetic strategies and techniques involving production of precursors, labelled intermediates and main reaction sequences. In synthesis using the short-lived β + -emitters like 11 C and 13 N with T 1/2 of 20.3 and 10.0 min respectively, many special aspects have to be considered. The use of enzymes as catalysts has shown to be a useful tool in such preparations. The design of the labelled amino acids especially considering the stereochemistry, the position of the label will be addressed since these points are important both with regard to the application of the labelled amino acids as well as to the synthesis itself. In this presentation of the synthesis of labelled amino acids these various aspects are discussed

  9. Effect of heat stress on the pattern of protein synthesis in wheat endosperm

    International Nuclear Information System (INIS)

    Inwood, W.; Bernardin, J.

    1990-01-01

    The exposure of detached wheat heads (T. aestivum L. cv Cheyenne) to elevated temperatures resulted not only in the induction of a typical set of high and low molecular weight heat shock proteins (hsps), but also in a differential effect on the synthesis of wheat storage proteins in endosperm tissue when monitored by SDS PAGE of 35 S-labeled polypeptides. The synthesis of hsps in the endosperm had a rapid onset, reached a maximum rate within the first 2 hours at 40 degree C, and then steadily decreased during the next four hours. When heads were returned to 25 degree C after 3 hours at 40 degree C, hsp synthesis did not cease abruptly, but gradually declined over the next several hours. High molecular weight glutenin protein synthesis was drastically reduced with the same time course as heat shock protein synthesis was induced at 40 degree C. Conversely, the synthesis of gliadin proteins remained at a high level at 40 degree C. The synthesis rates for glutenin and gliadin proteins remained at low and high levels, respectively, for as long as the elevated temperature was maintained up to 7 hours

  10. New Dilated LMI Characterization for the Multiobjective Full-Order Dynamic Output Feedback Synthesis Problem

    Directory of Open Access Journals (Sweden)

    Zrida Jalel

    2010-01-01

    Full Text Available This paper introduces new dilated LMI conditions for continuous-time linear systems which not only characterize stability and performance specifications, but also, performance specifications. These new conditions offer, in addition to new analysis tools, synthesis procedures that have the advantages of keeping the controller parameters independent of the Lyapunov matrix and offering supplementary degrees of freedom. The impact of such advantages is great on the multiobjective full-order dynamic output feedback control problem as the obtained dilated LMI conditions always encompass the standard ones. It follows that much less conservatism is possible in comparison to the currently used standard LMI based synthesis procedures. A numerical simulation, based on an empirically abridged search procedure, is presented and shows the advantage of the proposed synthesis methods.

  11. Computational Tools and Algorithms for Designing Customized Synthetic Genes

    Energy Technology Data Exchange (ETDEWEB)

    Gould, Nathan [Department of Computer Science, The College of New Jersey, Ewing, NJ (United States); Hendy, Oliver [Department of Biology, The College of New Jersey, Ewing, NJ (United States); Papamichail, Dimitris, E-mail: papamicd@tcnj.edu [Department of Computer Science, The College of New Jersey, Ewing, NJ (United States)

    2014-10-06

    Advances in DNA synthesis have enabled the construction of artificial genes, gene circuits, and genomes of bacterial scale. Freedom in de novo design of synthetic constructs provides significant power in studying the impact of mutations in sequence features, and verifying hypotheses on the functional information that is encoded in nucleic and amino acids. To aid this goal, a large number of software tools of variable sophistication have been implemented, enabling the design of synthetic genes for sequence optimization based on rationally defined properties. The first generation of tools dealt predominantly with singular objectives such as codon usage optimization and unique restriction site incorporation. Recent years have seen the emergence of sequence design tools that aim to evolve sequences toward combinations of objectives. The design of optimal protein-coding sequences adhering to multiple objectives is computationally hard, and most tools rely on heuristics to sample the vast sequence design space. In this review, we study some of the algorithmic issues behind gene optimization and the approaches that different tools have adopted to redesign genes and optimize desired coding features. We utilize test cases to demonstrate the efficiency of each approach, as well as identify their strengths and limitations.

  12. Computational Tools and Algorithms for Designing Customized Synthetic Genes

    International Nuclear Information System (INIS)

    Gould, Nathan; Hendy, Oliver; Papamichail, Dimitris

    2014-01-01

    Advances in DNA synthesis have enabled the construction of artificial genes, gene circuits, and genomes of bacterial scale. Freedom in de novo design of synthetic constructs provides significant power in studying the impact of mutations in sequence features, and verifying hypotheses on the functional information that is encoded in nucleic and amino acids. To aid this goal, a large number of software tools of variable sophistication have been implemented, enabling the design of synthetic genes for sequence optimization based on rationally defined properties. The first generation of tools dealt predominantly with singular objectives such as codon usage optimization and unique restriction site incorporation. Recent years have seen the emergence of sequence design tools that aim to evolve sequences toward combinations of objectives. The design of optimal protein-coding sequences adhering to multiple objectives is computationally hard, and most tools rely on heuristics to sample the vast sequence design space. In this review, we study some of the algorithmic issues behind gene optimization and the approaches that different tools have adopted to redesign genes and optimize desired coding features. We utilize test cases to demonstrate the efficiency of each approach, as well as identify their strengths and limitations.

  13. Laminin peptide YIGSR induces collagen synthesis in Hs27 human dermal fibroblasts

    International Nuclear Information System (INIS)

    Yoon, Jong Hyuk; Kim, Jaeyoon; Lee, Hyeongjoo; Kim, So Young; Jang, Hwan-Hee; Ryu, Sung Ho; Kim, Beom Joon; Lee, Taehoon G.

    2012-01-01

    Highlights: ► We identify a function of the YIGSR peptide to enhance collagen synthesis in Hs27. ► YIGSR peptide enhanced collagen type 1 synthesis both of gene and protein levels. ► There were no changes in cell proliferation and MMP-1 level in YIGSR treatment. ► The YIGSR effect on collagen synthesis mediated activation of FAK, pyk2 and ERK. ► The YIGSR-induced FAK and ERK activation was modulated by FAK and MEK inhibitors. -- Abstract: The dermal ECM is synthesized from fibroblasts and is primarily compromised of fibrillar collagen and elastic fibers, which support the mechanical strength and resiliency of skin, respectively. Laminin, a major glycoprotein located in the basement membrane, promotes cell adhesion, cell growth, differentiation, and migration. The laminin tyrosine-isoleucine-glycine-serine-arginine (YIGSR) peptide, corresponding to the 929–933 sequence of the β1 chain, is known to be a functional motif with effects on the inhibition of tumor metastasis, the regulation of sensory axonal response and the inhibition of angiogenesis through high affinity to the 67 kDa laminin receptor. In this study, we identified a novel function of the YIGSR peptide to enhance collagen synthesis in human dermal fibroblasts. To elucidate this novel function regarding collagen synthesis, we treated human dermal fibroblasts with YIGSR peptide in both a time- and dose-dependent manner. According to subsequent experiments, we found that the YIGSR peptide strongly enhanced collagen type 1 synthesis without changing cell proliferation or cellular MMP-1 level. This YIGSR peptide-mediated collagen type 1 synthesis was modulated by FAK inhibitor and MEK inhibitor. This study clearly reveals that YIGSR peptide plays a novel function on the collagen type 1 synthesis of dermal fibroblasts and also suggests that YIGSR is a strong candidate peptide for the treatment of skin aging and wrinkles.

  14. Regulation of phospholipid synthesis in Mycobacterium smegmatis by cyclic adenosine monophosphate

    International Nuclear Information System (INIS)

    Sareen, Monica; Kaur, Harpinder; Khuller, G.K.

    1993-01-01

    Forskolin, an adenylate cyclase activator and a cyclic AMP analogue, dibutyryl cyclic AMP have been used to examine the relationship between intracellular levels of cyclic AMP and lipid synthesis in Mycobacterium smegmatis. Total phospholipid content was found to be increased in forskolin grown cells as a result of increased cyclic AMP levels caused by activation of adenylate cyclase. Increased phospholipid content was supported by increased [ 14 C]acetate incorporation as well as increased activity of glycerol-3-phosphate acyltransferase. Pretreatment of cells with dibutyryl cyclic AMP had similar effects on lipid synthesis. Taking all these observations together it is suggested that lipid synthesis is being controlled by cyclic AMP in mycobacteria. (author). 14 refs., 4 tabs

  15. Analytic webs support the synthesis of ecological data sets.

    Science.gov (United States)

    Ellison, Aaron M; Osterweil, Leon J; Clarke, Lori; Hadley, Julian L; Wise, Alexander; Boose, Emery; Foster, David R; Hanson, Allen; Jensen, David; Kuzeja, Paul; Riseman, Edward; Schultz, Howard

    2006-06-01

    A wide variety of data sets produced by individual investigators are now synthesized to address ecological questions that span a range of spatial and temporal scales. It is important to facilitate such syntheses so that "consumers" of data sets can be confident that both input data sets and synthetic products are reliable. Necessary documentation to ensure the reliability and validation of data sets includes both familiar descriptive metadata and formal documentation of the scientific processes used (i.e., process metadata) to produce usable data sets from collections of raw data. Such documentation is complex and difficult to construct, so it is important to help "producers" create reliable data sets and to facilitate their creation of required metadata. We describe a formal representation, an "analytic web," that aids both producers and consumers of data sets by providing complete and precise definitions of scientific processes used to process raw and derived data sets. The formalisms used to define analytic webs are adaptations of those used in software engineering, and they provide a novel and effective support system for both the synthesis and the validation of ecological data sets. We illustrate the utility of an analytic web as an aid to producing synthetic data sets through a worked example: the synthesis of long-term measurements of whole-ecosystem carbon exchange. Analytic webs are also useful validation aids for consumers because they support the concurrent construction of a complete, Internet-accessible audit trail of the analytic processes used in the synthesis of the data sets. Finally we describe our early efforts to evaluate these ideas through the use of a prototype software tool, SciWalker. We indicate how this tool has been used to create analytic webs tailored to specific data-set synthesis and validation activities, and suggest extensions to it that will support additional forms of validation. The process metadata created by SciWalker is

  16. Synthesis of tetraalkyl thiuram disulfides using different oxidants in recycling solvent mixture

    Directory of Open Access Journals (Sweden)

    Milosavljević Milutin M.

    2012-01-01

    Full Text Available A new optimized laboratory synthesis of tetraalkyl thiuram disulfides, starting from dialkyl amines and carbon disulfide in presence of three oxidants (hydrogen peroxide, potassium peroxodisulfate and sodium hypochlorite and appropriate reaction medium: two mixtures of isopropyl alcohol - water used in two consecutive syntheses, was presented in this work. First synthesis was performed in a recycled azeotropic mixture of isopropyl alcohol - water 87.7% - 12.3%, and second in a filtrate obtained after first synthesis, which was a mixture of isopropyl alcohol - water 70.4% - 29.6%. After the second synthesis and filtration, recycled azeotropic mixture isopropyl alcohol - water 87.7% - 12.3% was regenerated from the filtrate by rectification. Considering this, the technology for beneficial use of recycling isopropyl alcohol - water mixture as reaction medium for tetraalkyl thiuram disulfides synthesis was developed. Such concept contributes to extraordinary economical benefit of implemented optimal laboratory synthesis at semi-industrial level. High yields of tetraalkyl thiuram disulfides syntheses were obtained at both laboratory and semiindustrial level. Structure and purity of synthesized compounds were confirmed by elemental analysis, as well as FTIR, 1H and 13C NMR, and MS spectral data.

  17. Biomimetic synthesis of noble metal nanocrystals

    Science.gov (United States)

    Chiu, Chin-Yi

    synthesis of nanocrystals with shape control and nanostructures with control over the anisotropy are unprecedented, representing a step forward in achieving the goal of producing complex nanostructures with required properties. The fundamental studies on the biomolecule-inorganic interfaces have contributed to advancing the synthesis tool of colloidal nanomaterials and enriching understating of organic-inorganic interface, impacting many applications.

  18. Appraisal tools for clinical practice guidelines: a systematic review.

    Directory of Open Access Journals (Sweden)

    Ulrich Siering

    Full Text Available Clinical practice guidelines can improve healthcare processes and patient outcomes, but are often of low quality. Guideline appraisal tools aim to help potential guideline users in assessing guideline quality. We conducted a systematic review of publications describing guideline appraisal tools in order to identify and compare existing tools.Among others we searched MEDLINE, EMBASE and the Cochrane Database of Systematic Reviews from 1995 to May 2011 for relevant primary and secondary publications. We also handsearched the reference lists of relevant publications. On the basis of the available literature we firstly generated 34 items to be used in the comparison of appraisal tools and grouped them into thirteen quality dimensions. We then extracted formal characteristics as well as questions and statements of the appraisal tools and assigned them to the items.We identified 40 different appraisal tools. They covered between three and thirteen of the thirteen possible quality dimensions and between three and 29 of the possible 34 items. The main focus of the appraisal tools were the quality dimensions "evaluation of evidence" (mentioned in 35 tools; 88%, "presentation of guideline content" (34 tools; 85%, "transferability" (33 tools; 83%, "independence" (32 tools; 80%, "scope" (30 tools; 75%, and "information retrieval" (29 tools; 73%. The quality dimensions "consideration of different perspectives" and "dissemination, implementation and evaluation of the guideline" were covered by only twenty (50% and eighteen tools (45% respectively.Most guideline appraisal tools assess whether the literature search and the evaluation, synthesis and presentation of the evidence in guidelines follow the principles of evidence-based medicine. Although conflicts of interest and norms and values of guideline developers, as well as patient involvement, affect the trustworthiness of guidelines, they are currently insufficiently considered. Greater focus should be

  19. Industrial scale gene synthesis.

    Science.gov (United States)

    Notka, Frank; Liss, Michael; Wagner, Ralf

    2011-01-01

    The most recent developments in the area of deep DNA sequencing and downstream quantitative and functional analysis are rapidly adding a new dimension to understanding biochemical pathways and metabolic interdependencies. These increasing insights pave the way to designing new strategies that address public needs, including environmental applications and therapeutic inventions, or novel cell factories for sustainable and reconcilable energy or chemicals sources. Adding yet another level is building upon nonnaturally occurring networks and pathways. Recent developments in synthetic biology have created economic and reliable options for designing and synthesizing genes, operons, and eventually complete genomes. Meanwhile, high-throughput design and synthesis of extremely comprehensive DNA sequences have evolved into an enabling technology already indispensable in various life science sectors today. Here, we describe the industrial perspective of modern gene synthesis and its relationship with synthetic biology. Gene synthesis contributed significantly to the emergence of synthetic biology by not only providing the genetic material in high quality and quantity but also enabling its assembly, according to engineering design principles, in a standardized format. Synthetic biology on the other hand, added the need for assembling complex circuits and large complexes, thus fostering the development of appropriate methods and expanding the scope of applications. Synthetic biology has also stimulated interdisciplinary collaboration as well as integration of the broader public by addressing socioeconomic, philosophical, ethical, political, and legal opportunities and concerns. The demand-driven technological achievements of gene synthesis and the implemented processes are exemplified by an industrial setting of large-scale gene synthesis, describing production from order to delivery. Copyright © 2011 Elsevier Inc. All rights reserved.

  20. Preparation of ubiquitin-conjugated proteins using an insect cell-free protein synthesis system.

    Science.gov (United States)

    Suzuki, Takashi; Ezure, Toru; Ando, Eiji; Nishimura, Osamu; Utsumi, Toshihiko; Tsunasawa, Susumu

    2010-01-01

    Ubiquitination is one of the most significant posttranslational modifications (PTMs). To evaluate the ability of an insect cell-free protein synthesis system to carry out ubiquitin (Ub) conjugation to in vitro translated proteins, poly-Ub chain formation was studied in an insect cell-free protein synthesis system. Poly-Ub was generated in the presence of Ub aldehyde (UA), a de-ubiquitinating enzyme inhibitor. In vitro ubiquitination of the p53 tumor suppressor protein was also analyzed, and p53 was poly-ubiquitinated when Ub, UA, and Mdm2, an E3 Ub ligase (E3) for p53, were added to the in vitro reaction mixture. These results suggest that the insect cell-free protein synthesis system contains enzymatic activities capable of carrying out ubiquitination. CBB-detectable ubiquitinated p53 was easily purified from the insect cell-free protein synthesis system, allowing analysis of the Ub-conjugated proteins by mass spectrometry (MS). Lys 305 of p53 was identified as one of the Ub acceptor sites using this strategy. Thus, we conclude that the insect cell-free protein synthesis system is a powerful tool for studying various PTMs of eukaryotic proteins including ubiqutination presented here.

  1. The Blue DRAGON--a system for monitoring the kinematics and the dynamics of endoscopic tools in minimally invasive surgery for objective laparoscopic skill assessment.

    Science.gov (United States)

    Rosen, Jacob; Brown, Jeffrey D; Barreca, Marco; Chang, Lily; Hannaford, Blake; Sinanan, Mika

    2002-01-01

    Minimally invasive surgeiy (MIS) involves a multi-dimensional series of tasks requiring a synthesis between visual information and the kinematics and dynamics of the surgical tools. Analysis of these sources of information is a key step in mastering MIS surgery but may also be used to define objective criteria for characterizing surgical performance. The BIueDRAGON is a new system for acquiring the kinematics and the dynamics of two endoscopic tools along with the visual view of the surgical scene. It includes two four-bar mechanisms equipped with position and force torque sensors for measuring the positions and the orientations (P/O) of two endoscopic tools along with the forces and torques applied by the surgeons hands. The methodology of decomposing the surgical task is based on a fully connected, finite-states (28 states) Markov model where each states corresponded to a fundamental tool/tissue interaction based on the tool kinematics and associated with unique F/T signatures. The experimental protocol included seven MIS tasks performed on an animal model (pig) by 30 surgeons at different levels of their residency training. Preliminary analysis of these data showed that major differences between residents at different skill levels were: (i) the types of tool/tissue interactions being used, (ii) the transitions between tool/tissue interactions being applied by each hand, (iii) time spent while perfonning each tool/tissue interaction, (iv) the overall completion time, and (v) the variable F/T magnitudes being applied by the subjects through the endoscopic tools. Systems like surgical robots or virtual reality simulators that inherently measure the kinematics and the dynamics of the surgical tool may benefit from inclusion of the proposed methodology for analysis of efficacy and objective evaluation of surgical skills during training.

  2. Soluble Polymer-supported Synthesis of Indoles via Palladium-mediat -ed Heteroannulation of Terminal Alkynes with o-Iodoanilines

    Institute of Scientific and Technical Information of China (English)

    2002-01-01

    A soluble polymer-supported synthesis of indoles via palladium-mediated hetero- annulation of terminal alkynes with o-iodoanilines has been described. The protocol provides a useful tool for constructing combinatorial indole libraries.

  3. Amphoteric Borylketenimines: Versatile Intermediates in the Synthesis of Borylated Heterocycles.

    Science.gov (United States)

    Kaldas, Sherif J; O'Keefe, Kowan T V; Mendoza-Sanchez, Rodrigo; Yudin, Andrei K

    2017-07-21

    We report the first synthesis of amphoteric borylketenimines from ethynyl N-methyliminodiacetic acid (MIDA) boronate and sulfonyl azides via copper catalysis. In situ trapping of these intermediates with various nucleophiles provided access to novel borylated azetidimines, iminocoumarins, amides, iminooxetanes, and amidines. The described strategy based on borylketenimines offers high levels of chemo- and regioselectivity, enabling the synthesis of unprecedented borylated molecules. This work highlights the unexplored utility of borylketenimines in the synthesis of potentially bioactive molecules. © 2017 Wiley-VCH Verlag GmbH & Co. KGaA, Weinheim.

  4. Effect of Carbohydrate Source and Cottonseed Meal Level in the Concentrate on Feed Intake, Nutrient Digestibility, Rumen Fermentation and Microbial Protein Synthesis in Swamp Buffaloes

    Directory of Open Access Journals (Sweden)

    M. Wanapat

    2013-07-01

    Full Text Available The objective of this study was to investigate the effect of carbohydrate source and cottonseed meal level in the concentrate on feed intake, nutrient digestibility, rumen fermentation and microbial protein synthesis in swamp buffaloes. Four, 4-yr old rumen fistulated swamp buffaloes were randomly assigned to receive four dietary treatments according to a 2×2 factorial arrangement in a 4×4 Latin square design. Factor A was carbohydrate source; cassava chip (CC and CC+rice bran at a ratio 3:1 (CR3:1, and factor B was level of cottonseed meal (CM; 109 g CP/kg (LCM and 328 g CP/kg (HCM in isonitrogenous diets (490 g CP/kg. Buffaloes received urea-treated rice straw ad libitum and supplemented with 5 g concentrate/kg BW. It was found that carbohydrate source did not affect feed intake, nutrient intake, digested nutrients, nutrient digestibility, ammonia nitrogen concentration, fungi and bacterial populations, or microbial protein synthesis (p>0.05. Ruminal pH at 6 h after feeding and the population of protozoa at 4 h after feeding were higher when buffalo were fed with CC than in the CR3:1 treatment (p0.05. Based on this experiment, concentrate with a low level of cottonseed meal could be fed with cassava chips as an energy source in swamp buffalo receiving rice straw.

  5. Effect of hypocholesterolemia on cholesterol synthesis in small intestine of diabetic rats

    International Nuclear Information System (INIS)

    Feingold, K.R.; Moser, A.H.

    1987-01-01

    Studies by our and other laboratories have demonstrated that cholesterol synthesis is increased in the small intestine of insulinopenic diabetic animals. In normal animals, many factors have been shown to regulate cholesterol synthesis in the small intestine, including changes in plasma cholesterol levels. The purpose of this study was to determine the effect of lowering plasma cholesterol levels on small intestine cholesterol synthesis in streptozocin-induced diabetic rats. In diabetic rats, 4-aminopyrazolo[3,4-d]pyrimidine (4-APP)-induced hypocholesterolemia (plasma cholesterol levels less than 20 mg/dl) resulted in a 2.5-fold increase in small intestine cholesterol synthesis, which was most marked in the distal small intestine, decreasing proximally. In the distal small intestine the incorporation of 3 H 2 O into cholesterol was 0.28 +/- 0.04 mumol.h-1.g-1 in diabetic rats versus 1.60 +/- 0.38 in diabetic rats administered 4-APP (P less than .01). This stimulation of cholesterol synthesis occurred in the upper villus, middle villus, and crypt cells isolated from the middle intestine of the 4-APP-treated diabetic animals. In agreement with these observations, functional hypocholesterolemia due to Triton WR-1339 administration also stimulated cholesterol synthesis 2.5-fold in the small intestine of normal and diabetic animals. In the distal small intestine, cholesterol synthesis was 0.43 +/- 0.10 mumol.h-1.g-1 in the diabetic rats versus 1.08 +/- 0.21 in diabetic rats treated with Triton WR-1339 (P less than .05). In both the 4-APP and Triton WR-1339 experiments, the response of the diabetic rats was similar to that observed in normal rats

  6. New tools for an old trade: a socio-technical appraisal of how electronic decision support is used by primary care practitioners.

    Science.gov (United States)

    Peiris, David; Usherwood, Tim; Weeramanthri, Tarun; Cass, Alan; Patel, Anushka

    2011-11-01

    This article explores Australian general practitioners' (GPs) views on a novel electronic decision support (EDS) tool being developed for cardiovascular disease management. We use Timmermans and Berg's technology-in-practice approach to examine how technologies influence and are influenced by the social networks in which they are placed. In all, 21 general practitioners who piloted the tool were interviewed. The tool occupied an ill-defined middle ground in a dialectical relationship between GPs' routine care and factors promoting best practice. Drawing on Lipsky's concept of 'street-level bureaucrats', the tool's ability to process workloads expeditiously was of greatest appeal to GPs. This feature of the tool gave it the potential to alter the structure, process and content of healthcare encounters. The credibility of EDS tools appears to be mediated by fluid notions of best practice, based on an expert scrutiny of the evidence, synthesis via authoritative guidelines and dissemination through trusted and often informal networks. Balanced against this is the importance of 'soft' forms of knowledge such as intuition and timing in everyday decision-making. This resonates with Aristotle's theory of phronesis (practical wisdom) and may render EDS tools inconsequential if they merely process biomedical data. While EDS tools show promise in improving health practitioner performance, the socio-technical dimensions of their implementation warrant careful consideration. © 2011 The Authors. Sociology of Health & Illness © 2011 Foundation for the Sociology of Health & Illness/Blackwell Publishing Ltd.

  7. Adeno-associated virus rep protein synthesis during productive infection

    International Nuclear Information System (INIS)

    Redemann, B.E.; Mendelson, E.; Carter, B.J.

    1989-01-01

    Adeno-associated virus (AAV) Rep proteins mediate viral DNA replication and can regulate expression from AAV genes. The authors studied the kinetics of synthesis of the four Rep proteins, Rep78, Rep68, Rep52, and Rep40, during infection of human 293 or KB cells with AAV and helper adenovirus by in vivo labeling with [ 35 S]methionine, immunoprecipitation, and immunoblotting analyses. Rep78 and Rep52 were readily detected concomitantly with detection of viral monomer duplex DNA replicating about 10 to 12 h after infection, and Rep68 and Rep40 were detected 2 h later. Rep78 and Rep52 were more abundant than Rep68 and Rep40 owing to a higher synthesis rate throughout the infectious cycle. In some experiments, very low levels of Rep78 could be detected as early as 4 h after infection. The synthesis rates of Rep proteins were maximal between 14 and 24 h and then decreased later after infection. Isotopic pulse-chase experiments showed that each of the Rep proteins was synthesized independently and was stable for at least 15 h. A slower-migrating, modified form of Rep78 was identified late after infection. AAV capsid protein synthesis was detected at 10 to 12 h after infection and also exhibited synthesis kinetics similar to those of the Rep proteins. AAV DNA replication showed at least two clearly defined stages. Bulk duplex replicating DNA accumulation began around 10 to 12 h and reached a maximum level at about 20 h when Rep and capsid protein synthesis was maximal. Progeny single-stranded DNA accumulation began about 12 to 13 h, but most of this DNA accumulated after 24 h when Rep and capsid protein synthesis had decreased

  8. Language Management Tools

    DEFF Research Database (Denmark)

    Sanden, Guro Refsum

    This paper offers a review of existing literature on the topic of language management tools – the means by which language is managed – in multilingual organisations. By drawing on a combination of sociolinguistics and international business and management studies, a new taxonomy of language...... management tools is proposed, differentiating between three categories of tools. Firstly, corporate policies are the deliberate control of issues pertaining to language and communication developed at the managerial level of a firm. Secondly, corporate measures are the planned activities the firm’s leadership...... may deploy in order to address the language needs of the organisation. Finally, front-line practices refer to the use of informal, emergent language management tools available to staff members. The language management tools taxonomy provides a framework for operationalising the management of language...

  9. Ethylene-induced senescence-related gene expression requires protein synthesis

    International Nuclear Information System (INIS)

    Lawton, K.A.; Raghothama, K.G.; Woodson, W.R.

    1990-01-01

    We have investigated the effects of inhibiting protein synthesis on the ethylene-induced expression of 3 carnation senescence-related genes, pSR5, pSR8, and pSR12. Treatment of preclimacteric carnation petal discs with 1μg/ml of cycloheximide, a cytoplasmic protein synthesis inhibitor, for 3h inhibited protein synthesis by >80% as quantitated by the incorporation of [35S]methionine into protein. Pre-treatment of petal discs with cycloheximide prevented ethylene-induced SR transcript accumulation. Cycloheximide treatment of petal discs held in air did not result in increased levels of SR mRNA. These results indicate that ethylene does not interact with pre-formed factors but rather that the activation of SR gene expression by ethylene is mediated by labile protein factor(s) synthesized on cytoplasmic ribosomes. Experiments are currently underway to determine if cycloheximide exerts its effect at the transcriptional or post-transcriptional level

  10. Linear algebra as an alternative approach to the synthesis of digital devices of automation and control systems

    Directory of Open Access Journals (Sweden)

    Nikolay Chernov

    2018-01-01

    Full Text Available The article considers linear algebra as an alternative mathematical tool of logic synthesis of digital structures to Boolean algebra and synthesis methods of digital electronic component base (ECB on its ground. The methods of solving the applied problems of logic synthesis are shown, including the expansion of an arbitrary logic function by means of monotonic functions. The proposed mathematical apparatus actually provides the creation of digital structures on the principles of analog circuitry. It can find application in the design of multivalued digital ECB, specialized system-on-chip and analog-digital sensors with current output. The examples of synthesis of the combinational and sequential two-valued and multivalued digital devices are given. In conclusion, the advantages of linear algebra in comparison with Boolean algebra are formulated.

  11. Amino acids augment muscle protein synthesis in neonatal pigs during acute endotoxemia by stimulating mTOR-dependent translation initiation.

    Science.gov (United States)

    Orellana, Renán A; Jeyapalan, Asumthia; Escobar, Jeffery; Frank, Jason W; Nguyen, Hanh V; Suryawan, Agus; Davis, Teresa A

    2007-11-01

    In skeletal muscle of adults, sepsis reduces protein synthesis by depressing translation initiation and induces resistance to branched-chain amino acid stimulation. Normal neonates maintain a high basal muscle protein synthesis rate that is sensitive to amino acid stimulation. In the present study, we determined the effect of amino acids on protein synthesis in skeletal muscle and other tissues in septic neonates. Overnight-fasted neonatal pigs were infused with endotoxin (LPS, 0 and 10 microg.kg(-1).h(-1)), whereas glucose and insulin were maintained at fasting levels; amino acids were clamped at fasting or fed levels. In the presence of fasting insulin and amino acids, LPS reduced protein synthesis in longissimus dorsi (LD) and gastrocnemius muscles and increased protein synthesis in the diaphragm, but had no effect in masseter and heart muscles. Increasing amino acids to fed levels accelerated muscle protein synthesis in LD, gastrocnemius, masseter, and diaphragm. LPS stimulated protein synthesis in liver, lung, spleen, pancreas, and kidney in fasted animals. Raising amino acids to fed levels increased protein synthesis in liver of controls, but not LPS-treated animals. The increase in muscle protein synthesis in response to amino acids was associated with increased mTOR, 4E-BP1, and S6K1 phosphorylation and eIF4G-eIF4E association in control and LPS-infused animals. These findings suggest that amino acids stimulate skeletal muscle protein synthesis during acute endotoxemia via mTOR-dependent ribosomal assembly despite reduced basal protein synthesis rates in neonatal pigs. However, provision of amino acids does not further enhance the LPS-induced increase in liver protein synthesis.

  12. Final project memorandum: sea-level rise modeling handbook: resource guide for resource managers, engineers, and scientists

    Science.gov (United States)

    Doyle, Thomas W.

    2015-01-01

    to be a primer to understanding sea-level rise and a practical synthesis of the current state of knowledge and modeling tools as a resource guide for DOl land management needs and facilitating Landscape Conservation Cooperative (LCC) research and conservation initiatives.

  13. Synthesis and screening of peptide libraries with free C-termini.

    Science.gov (United States)

    Wang, Yen-Chih; Distefano, Mark D

    2014-01-01

    Peptide libraries are useful tools to investigate the relationship between structure and function of proteins. The creation of peptide libraries with free C-termini presents unique synthetic challenges. In this review, methods for creating peptide libraries using either solid-phase peptide synthesis or phage display are described. Methods for screening such libraries and their application in studying several important biological problems are also reported.

  14. How students process equations in solving quantitative synthesis problems? Role of mathematical complexity in students’ mathematical performance

    Directory of Open Access Journals (Sweden)

    Bashirah Ibrahim

    2017-10-01

    Full Text Available We examine students’ mathematical performance on quantitative “synthesis problems” with varying mathematical complexity. Synthesis problems are tasks comprising multiple concepts typically taught in different chapters. Mathematical performance refers to the formulation, combination, and simplification of equations. Generally speaking, formulation and combination of equations require conceptual reasoning; simplification of equations requires manipulation of equations as computational tools. Mathematical complexity is operationally defined by the number and the type of equations to be manipulated concurrently due to the number of unknowns in each equation. We use two types of synthesis problems, namely, sequential and simultaneous tasks. Sequential synthesis tasks require a chronological application of pertinent concepts, and simultaneous synthesis tasks require a concurrent application of the pertinent concepts. A total of 179 physics major students from a second year mechanics course participated in the study. Data were collected from written tasks and individual interviews. Results show that mathematical complexity negatively influences the students’ mathematical performance on both types of synthesis problems. However, for the sequential synthesis tasks, it interferes only with the students’ simplification of equations. For the simultaneous synthesis tasks, mathematical complexity additionally impedes the students’ formulation and combination of equations. Several reasons may explain this difference, including the students’ different approaches to the two types of synthesis problems, cognitive load, and the variation of mathematical complexity within each synthesis type.

  15. Present-day sea level rise: a synthesis

    International Nuclear Information System (INIS)

    Cazenave, A.; Llovel, W.; Lombard, A.

    2008-01-01

    Measuring sea level change and understanding its causes have improved considerably in the recent years, essentially because new in situ and remote sensing data sets have become available. Here we report on the current knowledge of present-day sea level change. We briefly present observational results on sea level change from satellite altimetry since 1993 and tide gauges for the past century. We next discuss recent progress made in quantifying the processes causing sea level change on time scales ranging from years to decades, i.e., thermal expansion, land ice mass loss and land water storage change. For the 1993-2003 decade, the sum of climate-related contributions agree well (within the error bars) with the altimetry-based sea level, half of the observed rate of rise being due to ocean thermal expansion, land ice plus land waters explaining the other half. Since about 2003, thermal expansion increase has stopped, whereas the sea level continues to rise, although at a reduced rate compared to the previous decade (2.5 mm/yr versus 3.1 mm/yr). Recent increases in glacier melting and ice mass loss from the ice sheets appear able to account alone for the rise in sea level reported over the last five years. (authors)

  16. Synthesis of cytochrome c oxidase 1 (SCO1) inhibits insulin sensitivity by decreasing copper levels in adipocytes.

    Science.gov (United States)

    Wei, Xiang-Bo; Guo, Liang; Liu, Yang; Zhou, Shui-Rong; Liu, Yuan; Dou, Xin; Du, Shao-Yue; Ding, Meng; Peng, Wan-Qiu; Qian, Shu-Wen; Huang, Hai-Yan; Tang, Qi-Qun

    2017-09-23

    Dysregulation of insulin signaling leads to type 2 diabetes mellitus (T2DM) and other metabolic disorders. Obesity is an important contributor to insulin resistance, and although the understanding of this relationship has improved in recent years, the mechanism of obesity-induced insulin resistance is not completely understood. Disorders of copper metabolism tend to accompany the development of obesity, which increases the risk of insulin resistance. Synthesis of cytochrome c oxidase 1 (SCO1) functions in the assembly of cytochrome c oxidase (COX) and cellular copper homeostasis. However, the role of SCO1 in the regulation of metabolism remains unknown. Here, we found that obese mice had higher expression of SCO1 and lower levels of copper in white adipose tissue (WAT) than did the control mice. Overexpression of SCO1 in adipocytes was associated with copper deficiency. Copper increased insulin sensitivity by decreasing the level of phosphatase and tensin homolog (PTEN) protein. Ectopic expression of SCO1 led to insulin resistance and was accompanied by a decrease in intracellular copper level, and addition of copper abolished the inhibitory effect of SCO1 on insulin sensitivity. Our results demonstrated a novel role of SCO1 in modulating insulin sensitivity via the regulation of copper concentration in WAT and suggested a potential therapeutic target for T2DM. Copyright © 2017. Published by Elsevier Inc.

  17. Cholesterol synthesis by human fetal hepatocytes: effect of lipoproteins

    International Nuclear Information System (INIS)

    Carr, B.R.; Simpson, E.R.

    1984-01-01

    The purpose of the present investigation was to determine the effect of various lipoproteins on the rate of cholesterol synthesis of human fetal liver cells maintained in culture. This was accomplished by measuring the rate of incorporation of tritium from tritiated water or carbon 14-labeled acetate into cholesterol in human fetal liver cells. Optimal conditions for each assay were determined. When human fetal liver cells were maintained in the presence of low-density lipoprotein, cholesterol synthesis was inhibited in a concentration-dependent fashion. Intermediate--density lipoprotein and very-low-density lipoprotein also suppressed cholesterol synthesis in human fetal liver cells. In contrast, high-density lipoprotein stimulated cholesterol synthesis in human fetal liver cells. The results of the present as well as our previous investigations suggest that multiple interrelationships exist between fetal liver cholesterol synthesis and lipoprotein-cholesterol utilization by the human fetal adrenal gland and that these processes serve to regulate the lipoprotein-cholesterol levels in fetal plasma

  18. Physics analysis tools

    International Nuclear Information System (INIS)

    Kunz, P.F.

    1991-04-01

    There are many tools used in analysis in High Energy Physics (HEP). They range from low level tools such as a programming language to high level such as a detector simulation package. This paper will discuss some aspects of these tools that are directly associated with the process of analyzing HEP data. Physics analysis tools cover the whole range from the simulation of the interactions of particles to the display and fitting of statistical data. For purposes of this paper, the stages of analysis is broken down to five main stages. The categories are also classified as areas of generation, reconstruction, and analysis. Different detector groups use different terms for these stages thus it is useful to define what is meant by them in this paper. The particle generation stage is a simulation of the initial interaction, the production of particles, and the decay of the short lived particles. The detector simulation stage simulates the behavior of an event in a detector. The track reconstruction stage does pattern recognition on the measured or simulated space points, calorimeter information, etc., and reconstructs track segments of the original event. The event reconstruction stage takes the reconstructed tracks, along with particle identification information and assigns masses to produce 4-vectors. Finally the display and fit stage displays statistical data accumulated in the preceding stages in the form of histograms, scatter plots, etc. The remainder of this paper will consider what analysis tools are available today, and what one might expect in the future. In each stage, the integration of the tools with other stages and the portability of the tool will be analyzed

  19. Social science to improve fuels management: a synthesis of research on collaboration.

    Science.gov (United States)

    Victoria Sturtevant; Margaret Ann Moote; Pamela Jakes; Anthony S. Cheng

    2005-01-01

    A series of syntheses were commissioned by the USDA Forest Service to aid in fuels mitigation project planning. This synthesis focuses on collaboration research, and offers knowledge and tools to improve collaboration in the planning and implementation of wildland fire and fuels management projects. It covers a variety of topics including benefits of collaboration,...

  20. Data Center IT Equipment Energy Assessment Tools: Current State of Commercial Tools, Proposal for a Future Set of Assessment Tools

    Energy Technology Data Exchange (ETDEWEB)

    Radhakrishnan, Ben D. [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); National Univ., San Diego, CA (United States). School of Engineering

    2012-06-30

    This research project, which was conducted during the Summer and Fall of 2011, investigated some commercially available assessment tools with a focus on IT equipment to see if such tools could round out the DC Pro tool suite. In this research, the assessment capabilities of the various tools were compiled to help make “non-biased” information available to the public. This research should not be considered to be exhaustive on all existing vendor tools although a number of vendors were contacted. Large IT equipment OEM’s like IBM and Dell provide their proprietary internal automated software which does not work on any other IT equipment. However, found two companies with products that showed promise in performing automated assessments for IT equipment from different OEM vendors. This report documents the research and provides a list of software products reviewed, contacts and websites, product details, discussions with specific companies, a set of recommendations, and next steps. As a result of this research, a simple 3-level approach to an IT assessment tool is proposed along with an example of an assessment using a simple IT equipment data collection tool (Level 1, spreadsheet). The tool has been reviewed with the Green Grid and LBNL staff. The initial feedback has been positive although further refinement to the tool will be necessary. Proposed next steps include a field trial of at least two vendors’ software in two different data centers with an objective to prove the concept, ascertain the extent of energy and computational assessment, ease of installation and opportunities for continuous improvement. Based on the discussions, field trials (or case studies) are proposed with two vendors – JouleX (expected to be completed in 2012) and Sentilla.

  1. Sustainable Process Synthesis-Intensification

    DEFF Research Database (Denmark)

    Babi, Deenesh Kavi

    The chemical and biochemical industry needs major reductions in energy consumption, waste generation, number of equipment used in the construction of plants and capital/operational cost. These required reductions can be addressed through process intensification that is the efficient use of raw....... Therefore sustainable process design can be achieved by performing process syn-thesis and process intensification together. The main contribution of this work is the development of a systematic computer-aided multi-scale, multi-level framework for performing process synthesis-intensification that aims...... designs that otherwise could not be found from the higher scales. The framework is applied to three case studies related to the chemical and bioprocess industry in order to test the applicability of the framework for covering a wide range of applications, showing that process intensification provides...

  2. Protein targeting to glycogen is a master regulator of glycogen synthesis in astrocytes

    KAUST Repository

    Ruchti, E.; Roach, P.J.; DePaoli-Roach, A.A.; Magistretti, Pierre J.; Allaman, I.

    2016-01-01

    to induce glycogen synthesis and accumulation. In contrast, siRNA-mediated downregulation of PTG resulted in a 2-fold decrease in glycogen levels. Interestingly, PTG downregulation strongly impaired long-term astrocytic glycogen synthesis induced by insulin

  3. Extracellular matrix components influence DNA synthesis of rat hepatocytes in primary culture

    International Nuclear Information System (INIS)

    Sawada, N.; Tomomura, A.; Sattler, C.A.; Sattler, G.L.; Kleinman, H.K.; Pitot, H.C.

    1986-01-01

    The effects of several extracellular matrix components (EMCs) - fibronectin (Fn), laminin (Ln), type I (C-I) and type IV (C-IV) collagen - on DNA synthesis in rat hepatocytes in primary culture were examined by both quantitative scintillation spectrometry and autoradiography of [ 3 H]thymidine incorporation. Hepatocytes cultured on Fn showed the most active DNA synthesis initiated by epidermal growth factor (EGF) with decreasing levels of [ 3 H]thymidine uptake exhibited in the cell cultured on C-IV, C-I, and Ln, respectively. The decreasing level of DNA synthesis in hepatocytes cultured on Fn, C-IV, C-I, and Ln respectively was not influenced by cell density. The number of EGF receptors of hepatocytes was also not influenced by EMCs. These data suggest that EMCs modify hepatocyte DNA synthesis by means of post-EGF-receptor mechanisms which are regulated by both growth factors and cell density

  4. SaTool - a Software Tool for Structural Analysis of Complex Automation Systems

    DEFF Research Database (Denmark)

    Blanke, Mogens; Lorentzen, Torsten

    2006-01-01

    The paper introduces SaTool, a tool for structural analysis, the use of the Matlab (R)-based implementation is presented and special features are introduced, which were motivated by industrial users. Salient features of tool are presented, including the ability to specify the behavior of a complex...... system at a high level of functional abstraction, analyze single and multiple fault scenarios and automatically generate parity relations for diagnosis for the system in normal and impaired conditions. User interface and algorithmic details are presented....

  5. Plant-mediated synthesis of nanoparticles: A newer and safer tool against mosquito-borne diseases?

    Directory of Open Access Journals (Sweden)

    Giovanni Benelli

    2016-04-01

    Full Text Available Prevention and control of mosquito-borne diseases is a key challenge of huge public health importance. Plant-mediated synthesis of nanoparticles has recently gained attention as a cheap, rapid and eco-friendly method to control mosquito vector populations, with special reference to young instars. Furthermore, plant-fabricated nanoparticles have been successfully employed as dengue virus growth inhibitors. In this Editorial, parasitologists, entomologists and researchers in drug nanosynthesis are encouraged to deal with a number of crucial challenges of public health importance.

  6. Regulation of urea synthesis during the acute phase response in rats

    DEFF Research Database (Denmark)

    Thomsen, Karen Louise; Jessen, Niels; Buch Møller, Andreas

    2013-01-01

    The acute-phase response is a catabolic event involving increased waste of amino-nitrogen (N) via hepatic urea synthesis, despite an increased need for amino-N incorporation into acute-phase proteins. This study aimed to clarify the regulation of N elimination via urea during different phases...... of the tumor necrosis factor-α (TNF-α)-induced acute-phase response in rats. We used four methods to study the regulation of urea synthesis: We examined urea cycle enzyme mRNA levels in liver tissue, the hepatocyte urea cycle enzyme proteins, the in vivo capacity of urea-N synthesis (CUNS), and known humoral...... regulators of CUNS at 1, 3, 24, and 72 h after TNF-α injection (25 μg/kg iv rrTNF-α) in rats. Serum acute-phase proteins and their liver mRNA levels were also measured. The urea cycle enzyme mRNA levels acutely decreased and then gradually normalized, whereas the urea cycle enzyme proteins remained...

  7. Process Evaluation Tools for Enzymatic Cascades Welcome Message

    DEFF Research Database (Denmark)

    Abu, Rohana

    improvement and implementation. Hence, the goal of this thesis is to evaluate the process concepts in enzymatic cascades in a systematic manner, using tools such as thermodynamic and kinetic analysis. Three relevant case studies have been used to exemplify the approach. In the first case study, thermodynamic......Biocatalysis is attracting significant attention from both academic and industrial scientists due to the excellent capability of enzyme to catalyse selective reactions. Recently, much interest has been shown in the application of enzymatic cascades as a useful tool in organic synthesis......, the kinetics can be controlled in a highly efficient way to achieve a sufficiently favourable conversion to a given target product. This is exemplified in the second case study, in the kinetic modelling of the formation of 2-ketoglutarate from glucoronate, the second case study. This cascade consists of 4...

  8. Statins increase hepatic cholesterol synthesis and stimulate fecal cholesterol elimination in mice

    NARCIS (Netherlands)

    Schonewille, Marleen; de Boer, Jan Freark; Mele, Laura; Wolters, Henk; Bloks, Vincent W.; Wolters, Justina C.; Kuivenhoven, Jan A.; Tietge, Uwe J. F.; Brufau, Gemma; Groen, Albert K.

    Statins are competitive inhibitors of HMG-CoA reductase, the rate-limiting enzyme of cholesterol synthesis. Statins reduce plasma cholesterol levels, but whether this is actually caused by inhibition of de novo cholesterol synthesis has not been clearly established. Using three different statins, we

  9. Statins increase hepatic cholesterol synthesis and stimulate fecal cholesterol elimination in mice

    NARCIS (Netherlands)

    Schonewille, Marleen; de Boer, Jan Freark; Mele, Laura; Wolters, Henk; Bloks, Vincent W.; Wolters, Justina C.; Kuivenhoven, Jan A.; Tietge, Uwe J. F.; Brufau, Gemma; Groen, Albert K.

    2016-01-01

    Statins are competitive inhibitors of HMG-CoA reductase, the rate-limiting enzyme of cholesterol synthesis. Statins reduce plasma cholesterol levels, but whether this is actually caused by inhibition of de novo cholesterol synthesis has not been clearly established. Using three different statins, we

  10. Animal Toxins as Therapeutic Tools to Treat Neurodegenerative Diseases

    Science.gov (United States)

    de Souza, Jessica M.; Goncalves, Bruno D. C.; Gomez, Marcus V.; Vieira, Luciene B.; Ribeiro, Fabiola M.

    2018-01-01

    Neurodegenerative diseases affect millions of individuals worldwide. So far, no disease-modifying drug is available to treat patients, making the search for effective drugs an urgent need. Neurodegeneration is triggered by the activation of several cellular processes, including oxidative stress, mitochondrial impairment, neuroinflammation, aging, aggregate formation, glutamatergic excitotoxicity, and apoptosis. Therefore, many research groups aim to identify drugs that may inhibit one or more of these events leading to neuronal cell death. Venoms are fruitful natural sources of new molecules, which have been relentlessly enhanced by evolution through natural selection. Several studies indicate that venom components can exhibit selectivity and affinity for a wide variety of targets in mammalian systems. For instance, an expressive number of natural peptides identified in venoms from animals, such as snakes, scorpions, bees, and spiders, were shown to lessen inflammation, regulate glutamate release, modify neurotransmitter levels, block ion channel activation, decrease the number of protein aggregates, and increase the levels of neuroprotective factors. Thus, these venom components hold potential as therapeutic tools to slow or even halt neurodegeneration. However, there are many technological issues to overcome, as venom peptides are hard to obtain and characterize and the amount obtained from natural sources is insufficient to perform all the necessary experiments and tests. Fortunately, technological improvements regarding heterologous protein expression, as well as peptide chemical synthesis will help to provide enough quantities and allow chemical and pharmacological enhancements of these natural occurring compounds. Thus, the main focus of this review is to highlight the most promising studies evaluating animal toxins as therapeutic tools to treat a wide variety of neurodegenerative conditions, including Alzheimer’s disease, Parkinson’s disease, brain

  11. Computational Tools and Algorithms for Designing Customized Synthetic Genes

    Directory of Open Access Journals (Sweden)

    Nathan eGould

    2014-10-01

    Full Text Available Advances in DNA synthesis have enabled the construction of artificial genes, gene circuits, and genomes of bacterial scale. Freedom in de-novo design of synthetic constructs provides significant power in studying the impact of mutations in sequence features, and verifying hypotheses on the functional information that is encoded in nucleic and amino acids. To aid this goal, a large number of software tools of variable sophistication have been implemented, enabling the design of synthetic genes for sequence optimization based on rationally defined properties. The first generation of tools dealt predominantly with singular objectives such as codon usage optimization and unique restriction site incorporation. Recent years have seen the emergence of sequence design tools that aim to evolve sequences toward combinations of objectives. The design of optimal protein coding sequences adhering to multiple objectives is computationally hard, and most tools rely on heuristics to sample the vast sequence design space. In this review we study some of the algorithmic issues behind gene optimization and the approaches that different tools have adopted to redesign genes and optimize desired coding features. We utilize test cases to demonstrate the efficiency of each approach, as well as identify their strengths and limitations.

  12. Nitrogen balance, microbial protein synthesis and blood metabolites in fattening of male Bali cattle fed ration with different protein levels in smallholder farms

    Directory of Open Access Journals (Sweden)

    P. K. Tahuk

    2018-03-01

    Full Text Available Research was aimed to determine nitrogen balance, microbial protein synthesis, and blood metabolites of male Bali cattle fattening fed ration with different protein level in smallholder farms North Central Timor, Province of East Timor Tenggara, Indonesia. The cattle used were 18 heads aged 2 to 2.5 years with initial body weight of 229.86±12.46 kg. The cattle were randomly divided into three treatment groups. The T0 group was given feed the same as traditional fattening cattle practices by farmers,T1 group fed ration containing 12% crude protein (CP and 72% total digestible nutrients (TDN, andT2 group fedration containing 15% CP and 72%TDN. Cattle were fed individually for 90 days and drinkingwater ad libitum. The data were analyzedby analysis of variance.Results of research indicated the nitrogen balance, and blood urea nitrogen between T1 and T2 were relatively similar, but those were higher (P<0.05 than T0 . In contrast, microbial proteins synthesis, and blood glucose at 0, 4, and 6 hours before and after feeding were relatively similar between the groups. Blood glucose of T2 at 2 hours after intake were higher (P <0.05 than T0, but was not different with T1 . It can be concluded, that the fattening maleBali cattle fed ration containing 12% CP and 72% TDNimprovedthe nitrogen balance and blood metabolites, butit was no positive effect on the microbial proteins and N synthesis.

  13. Protein targeting to glycogen is a master regulator of glycogen synthesis in astrocytes

    KAUST Repository

    Ruchti, E.

    2016-10-08

    The storage and use of glycogen, the main energy reserve in the brain, is a metabolic feature of astrocytes. Glycogen synthesis is regulated by Protein Targeting to Glycogen (PTG), a member of specific glycogen-binding subunits of protein phosphatase-1 (PPP1). It positively regulates glycogen synthesis through de-phosphorylation of both glycogen synthase (activation) and glycogen phosphorylase (inactivation). In cultured astrocytes, PTG mRNA levels were previously shown to be enhanced by the neurotransmitter noradrenaline. To achieve further insight into the role of PTG in the regulation of astrocytic glycogen, its levels of expression were manipulated in primary cultures of mouse cortical astrocytes using adenovirus-mediated overexpression of tagged-PTG or siRNA to downregulate its expression. Infection of astrocytes with adenovirus led to a strong increase in PTG expression and was associated with massive glycogen accumulation (>100 fold), demonstrating that increased PTG expression is sufficient to induce glycogen synthesis and accumulation. In contrast, siRNA-mediated downregulation of PTG resulted in a 2-fold decrease in glycogen levels. Interestingly, PTG downregulation strongly impaired long-term astrocytic glycogen synthesis induced by insulin or noradrenaline. Finally, these effects of PTG downregulation on glycogen metabolism could also be observed in cultured astrocytes isolated from PTG-KO mice. Collectively, these observations point to a major role of PTG in the regulation of glycogen synthesis in astrocytes and indicate that conditions leading to changes in PTG expression will directly impact glycogen levels in this cell type.

  14. Laminin peptide YIGSR induces collagen synthesis in Hs27 human dermal fibroblasts

    Energy Technology Data Exchange (ETDEWEB)

    Yoon, Jong Hyuk; Kim, Jaeyoon; Lee, Hyeongjoo [NovaCell Technology Inc., Pohang, Kyungbuk 790-784 (Korea, Republic of); Kim, So Young [Department of Dermatology, Chung-Ang University College of Medicine, Seoul 156-756 (Korea, Republic of); Department of Convergence Medicine and Pharmaceutical Biosciences, Graduate School, Chung-Ang University, Seoul 156-756 (Korea, Republic of); Jang, Hwan-Hee [Functional Food and Nutrition Division, Department of Agrofood Resources, Rural Development Administration, Suwon 441-853 (Korea, Republic of); Ryu, Sung Ho [Division of Integrative Biosciences and Biotechnology, Pohang University of Science and Technology (POSTECH), Pohang, Kyungbuk 790-784 (Korea, Republic of); Kim, Beom Joon [Department of Dermatology, Chung-Ang University College of Medicine, Seoul 156-756 (Korea, Republic of); Department of Convergence Medicine and Pharmaceutical Biosciences, Graduate School, Chung-Ang University, Seoul 156-756 (Korea, Republic of); Lee, Taehoon G., E-mail: taehoon@novacelltech.com [NovaCell Technology Inc., Pohang, Kyungbuk 790-784 (Korea, Republic of)

    2012-11-23

    Highlights: Black-Right-Pointing-Pointer We identify a function of the YIGSR peptide to enhance collagen synthesis in Hs27. Black-Right-Pointing-Pointer YIGSR peptide enhanced collagen type 1 synthesis both of gene and protein levels. Black-Right-Pointing-Pointer There were no changes in cell proliferation and MMP-1 level in YIGSR treatment. Black-Right-Pointing-Pointer The YIGSR effect on collagen synthesis mediated activation of FAK, pyk2 and ERK. Black-Right-Pointing-Pointer The YIGSR-induced FAK and ERK activation was modulated by FAK and MEK inhibitors. -- Abstract: The dermal ECM is synthesized from fibroblasts and is primarily compromised of fibrillar collagen and elastic fibers, which support the mechanical strength and resiliency of skin, respectively. Laminin, a major glycoprotein located in the basement membrane, promotes cell adhesion, cell growth, differentiation, and migration. The laminin tyrosine-isoleucine-glycine-serine-arginine (YIGSR) peptide, corresponding to the 929-933 sequence of the {beta}1 chain, is known to be a functional motif with effects on the inhibition of tumor metastasis, the regulation of sensory axonal response and the inhibition of angiogenesis through high affinity to the 67 kDa laminin receptor. In this study, we identified a novel function of the YIGSR peptide to enhance collagen synthesis in human dermal fibroblasts. To elucidate this novel function regarding collagen synthesis, we treated human dermal fibroblasts with YIGSR peptide in both a time- and dose-dependent manner. According to subsequent experiments, we found that the YIGSR peptide strongly enhanced collagen type 1 synthesis without changing cell proliferation or cellular MMP-1 level. This YIGSR peptide-mediated collagen type 1 synthesis was modulated by FAK inhibitor and MEK inhibitor. This study clearly reveals that YIGSR peptide plays a novel function on the collagen type 1 synthesis of dermal fibroblasts and also suggests that YIGSR is a strong candidate

  15. Fluorinase: a tool for the synthesis of ¹⁸F-labeled sugars and nucleosides for PET.

    Science.gov (United States)

    Onega, Mayca; Winkler, Margit; O'Hagan, David

    2009-08-01

    There is an increasing interest in the preparation of (18)F-labeled radiopharmaceuticals with potential applications in PET for medicinal imaging. Appropriate synthetic methods require a quick and efficient route in which to incorporate the (18)F into a ligand, due to the relatively short half-life of the (18)F isotope. Enzymatic methods are rare in this area; however, the discovery of a fluorinating enzyme from Streptomyces cattleya (EC 2.5.1.63) has opened up the possibility of the enzymatic synthesis and formation of C-(18)F bonds from the [(18)F]fluoride ion. In this article, the development of enzymatic preparations of (18)F-labeled sugars and nucleosides as potential radiotracers using the fluorinase from S. cattleya for PET applications is reviewed. Enzymatic reactions are not traditional in PET synthesis, but this enzyme has some attractive features. The enzyme is available in an overexpressed form from Escherichia coli and it is relatively stable and can be easily purified and manipulated. Most notably, it utilizes [(18)F] fluoride, the form of the isotope normally generated by the cyclotron and usually in very high specific radioactivity. The disadvantage with the enzyme is that it is substrate specific; however, when the fluorinase is used in combination biotransformations with a second or third enzyme, then a range of radiolabeled nucleosides and ribose sugars can be prepared. The fluorinase enzyme has emerged as a curiosity from biosynthesis studies, but it now has some potential as a new catalyst for (18)F incorporation for PET syntheses. The focus is now on delivering a user-friendly catalyst to the PET synthesis community and establishing a clinical role for some of the (18)F-labeled molecules available using this technology.

  16. Adapting realist synthesis methodology: The case of workplace harassment interventions.

    Science.gov (United States)

    Carr, Tracey; Quinlan, Elizabeth; Robertson, Susan; Gerrard, Angie

    2017-12-01

    Realist synthesis techniques can be used to assess complex interventions by extracting and synthesizing configurations of contexts, mechanisms, and outcomes found in the literature. Our novel and multi-pronged approach to the realist synthesis of workplace harassment interventions describes our pursuit of theory to link macro and program level theories. After discovering the limitations of a dogmatic approach to realist synthesis, we adapted our search strategy and focused our analysis on a subset of data. We tailored our realist synthesis to understand how, why, and under what circumstances workplace harassment interventions are effective. The result was a conceptual framework to test our theory-based interventions and provide the basis for subsequent realist evaluation. Our experience documented in this article contributes to an understanding of how, under what circumstances, and with what consequences realist synthesis principles can be customized. Copyright © 2017 John Wiley & Sons, Ltd.

  17. Techniques for Soundscape Retrieval and Synthesis

    Science.gov (United States)

    Mechtley, Brandon Michael

    The study of acoustic ecology is concerned with the manner in which life interacts with its environment as mediated through sound. As such, a central focus is that of the soundscape: the acoustic environment as perceived by a listener. This dissertation examines the application of several computational tools in the realms of digital signal processing, multimedia information retrieval, and computer music synthesis to the analysis of the soundscape. Namely, these tools include a) an open source software library, Sirens, which can be used for the segmentation of long environmental field recordings into individual sonic events and compare these events in terms of acoustic content, b) a graph-based retrieval system that can use these measures of acoustic similarity and measures of semantic similarity using the lexical database WordNet to perform both text-based retrieval and automatic annotation of environmental sounds, and c) new techniques for the dynamic, realtime parametric morphing of multiple field recordings, informed by the geographic paths along which they were recorded.

  18. New data structures and algorithms for logic synthesis and verification

    CERN Document Server

    Amaru, Luca Gaetano

    2017-01-01

    This book introduces new logic primitives for electronic design automation tools. The author approaches fundamental EDA problems from a different, unconventional perspective, in order to demonstrate the key role of rethinking EDA solutions in overcoming technological limitations of present and future technologies. The author discusses techniques that improve the efficiency of logic representation, manipulation and optimization tasks by taking advantage of majority and biconditional logic primitives. Readers will be enabled to accelerate formal methods by studying core properties of logic circuits and developing new frameworks for logic reasoning engines. · Provides a comprehensive, theoretical study on majority and biconditional logic for logic synthesis; · Updates the current scenario in synthesis and verification – especially in light of emerging technologies; · Demonstrates applications to CMOS technology and emerging technologies.

  19. FPGA-Based Channel Coding Architectures for 5G Wireless Using High-Level Synthesis

    Directory of Open Access Journals (Sweden)

    Swapnil Mhaske

    2017-01-01

    Full Text Available We propose strategies to achieve a high-throughput FPGA architecture for quasi-cyclic low-density parity-check codes based on circulant-1 identity matrix construction. By splitting the node processing operation in the min-sum approximation algorithm, we achieve pipelining in the layered decoding schedule without utilizing additional hardware resources. High-level synthesis compilation is used to design and develop the architecture on the FPGA hardware platform. To validate this architecture, an IEEE 802.11n compliant 608 Mb/s decoder is implemented on the Xilinx Kintex-7 FPGA using the LabVIEW FPGA Compiler in the LabVIEW Communication System Design Suite. Architecture scalability was leveraged to accomplish a 2.48 Gb/s decoder on a single Xilinx Kintex-7 FPGA. Further, we present rapidly prototyped experimentation of an IEEE 802.16 compliant hybrid automatic repeat request system based on the efficient decoder architecture developed. In spite of the mixed nature of data processing—digital signal processing and finite-state machines—LabVIEW FPGA Compiler significantly reduced time to explore the system parameter space and to optimize in terms of error performance and resource utilization. A 4x improvement in the system throughput, relative to a CPU-based implementation, was achieved to measure the error-rate performance of the system over large, realistic data sets using accelerated, in-hardware simulation.

  20. Indonesian Text-To-Speech System Using Diphone Concatenative Synthesis

    Directory of Open Access Journals (Sweden)

    Sutarman

    2015-02-01

    Full Text Available In this paper, we describe the design and develop a database of Indonesian diphone synthesis using speech segment of recorded voice to be converted from text to speech and save it as audio file like WAV or MP3. In designing and develop a database of Indonesian diphone there are several steps to follow; First, developed Diphone database includes: create a list of sample of words consisting of diphones organized by prioritizing looking diphone located in the middle of a word if not at the beginning or end; recording the samples of words by segmentation. ;create diphones made with a tool Diphone Studio 1.3. Second, develop system using Microsoft Visual Delphi 6.0, includes: the conversion system from the input of numbers, acronyms, words, and sentences into representations diphone. There are two kinds of conversion (process alleged in analyzing the Indonesian text-to-speech system. One is to convert the text to be sounded to phonem and two, to convert the phonem to speech. Method used in this research is called Diphone Concatenative synthesis, in which recorded sound segments are collected. Every segment consists of a diphone (2 phonems. This synthesizer may produce voice with high level of naturalness. The Indonesian Text to Speech system can differentiate special phonemes like in ‘Beda’ and ‘Bedak’ but sample of other spesific words is necessary to put into the system. This Indonesia TTS system can handle texts with abbreviation, there is the facility to add such words.

  1. RNA and protein synthesis of irradiated Ehrlich ascites tumour cells. Pt. 2

    International Nuclear Information System (INIS)

    Skog, S.; Tribukait, B.; Nygard, O.; Wenner-Gren-Center foer Vetenskaplig Forskning, Stockholm

    1985-01-01

    Poly(A)-containing RNA (m-RNA) was studied in in vivo growing Ehrlich ascites tumour cells following a roentgen irradiation dose of 5 Gy. m-RNA increased significantly during the first 12 hours after irradiation. Thus, the observed decrease in protein synthesis rate during this time seems not to be due to radiation induced changes at the transcriptional level. The protein synthesis rate of in vivo irradiated cells incubated in vitro in culture medium was unchanged. On the other hand, the protein synthesis rate of non-irradiated cells incubated in vitro in ascites fluid from irradiated animals was decreased. We concluded that factor(s) inhibiting protein synthesis or the lack of factor(s) promoting protein synthesis in the ascites fluid is(are) of significance for the reduced protein synthesis of tumour cells found in irradiated in vivo growing cells. (orig.)

  2. Optimization of process parameters for synthesis of silica–Ni ...

    Indian Academy of Sciences (India)

    The synthesis and characterization of nanostructured mate- rials has found importance .... 2, 3 such that xj = +1, −1 and 0, respectively representing the upper level, lower level ... N is the total number of experiments. In this case N is equal to 8.

  3. Development of a monitoring tool to validate trigger level analysis in the ATLAS experiment

    CERN Document Server

    Hahn, Artur

    2014-01-01

    This report summarizes my thirteen week summer student project at CERN from June 30th until September 26th of 2014. My task was to contribute to a monitoring tool for the ATLAS experiment, comparing jets reconstructed by the trigger to fully offline reconstructed and saved events by creating a set of insightful histograms to be used during run 2 of the Large Hadron Collider, planned to start in early 2015. The motivation behind this project is to validate the use of data taken solely from the high level trigger for analysis purposes. Once the code generating the plots was completed, it was tested on data collected during run 1 up to the year 2012 and Monte Carlo simulated events with center-of-mass energies ps = 8TeV and ps = 14TeV.

  4. Synthesis of Volumetric Ring Antenna Array for Terrestrial Coverage Pattern

    Directory of Open Access Journals (Sweden)

    Alberto Reyna

    2014-01-01

    Full Text Available This paper presents a synthesis of a volumetric ring antenna array for a terrestrial coverage pattern. This synthesis regards the spacing among the rings on the planes X-Y, the positions of the rings on the plane X-Z, and uniform and concentric excitations. The optimization is carried out by implementing the particle swarm optimization. The synthesis is compared with previous designs by resulting with proper performance of this geometry to provide an accurate coverage to be applied in satellite applications with a maximum reduction of the antenna hardware as well as the side lobe level reduction.

  5. Synthesis of Volumetric Ring Antenna Array for Terrestrial Coverage Pattern

    Science.gov (United States)

    Reyna, Alberto; Panduro, Marco A.; Del Rio Bocio, Carlos

    2014-01-01

    This paper presents a synthesis of a volumetric ring antenna array for a terrestrial coverage pattern. This synthesis regards the spacing among the rings on the planes X-Y, the positions of the rings on the plane X-Z, and uniform and concentric excitations. The optimization is carried out by implementing the particle swarm optimization. The synthesis is compared with previous designs by resulting with proper performance of this geometry to provide an accurate coverage to be applied in satellite applications with a maximum reduction of the antenna hardware as well as the side lobe level reduction. PMID:24701150

  6. Regulation of porphyrin synthesis and photodynamic therapy in heavy metal intoxication.

    Science.gov (United States)

    Grinblat, Borislava; Pour, Nir; Malik, Zvi

    2006-01-01

    Protoporphyrin IX (PpIX) synthesis by malignant cells is successfully exploited for photodynamic therapy (PDT) following administration of 5-aminolevulinic acid (ALA) and light irradiation. The influence of two environmental heavy metal poisons, lead and gallium, on PpIX-synthesis and ALA-PDT was studied in two neu-ronal cell lines, SH-SY5Y neuroblastoma and PC12 pheochromocytoma. The heavy metal intoxication affected two of the heme-synthesis enzymes, ALA-dehydratase (ALAD) and porphobilinogen deaminase (PBGD). The present results show that lead poisoning significantly decreased the PBGD cellular level and inhibited its enzymatic activity, whereas the effects of gallium were less prominent. Although, the protein levels were reduced, the mRNA levels of PBGD remained unchanged during metal intoxication. These findings show additional inhibitory activity of lead on top of its classical effect on ALAD. Proteasome activity was enhanced during lead treatment, as measured by the AMC fluorigenic proteasome assay. The reduction in PBGD levels was not a consequence of PBGD mRNA reduced synthesis, which remained unchanged as shown by RT-PCR analysis. As a result of the lead poisoning, marked alterations in the cell cycle were observed, including a decreased G1 phase and an increased number of S phase cells. The efficacy of ALA-PDT was reduced in correlation with decreased activities of the enzymes during lead intoxication. We may conclude that lead poisoning adversely affects the outcome of ALA photodynamic therapy of cancer.

  7. Chemical synthesis of membrane proteins by the removable backbone modification method.

    Science.gov (United States)

    Tang, Shan; Zuo, Chao; Huang, Dong-Liang; Cai, Xiao-Ying; Zhang, Long-Hua; Tian, Chang-Lin; Zheng, Ji-Shen; Liu, Lei

    2017-12-01

    Chemical synthesis can produce membrane proteins bearing specifically designed modifications (e.g., phosphorylation, isotope labeling) that are difficult to obtain through recombinant protein expression approaches. The resulting homogeneously modified synthetic membrane proteins are valuable tools for many advanced biochemical and biophysical studies. This protocol describes the chemical synthesis of membrane proteins by condensation of transmembrane peptide segments through native chemical ligation. To avoid common problems encountered due to the poor solubility of transmembrane peptides in almost any solvent, we describe an effective procedure for the chemical synthesis of membrane proteins through the removable-backbone modification (RBM) strategy. Two key steps of this protocol are: (i) installation of solubilizing Arg4-tagged RBM groups into the transmembrane peptides at any primary amino acid through Fmoc (9-fluorenylmethyloxycarbonyl) solid-phase peptide synthesis and (ii) native ligation of the full-length sequence, followed by removal of the RBM tags by TFA (trifluoroacetic acid) cocktails to afford the native protein. The installation of RBM groups is achieved by using 4-methoxy-5-nitrosalicyladehyde by reduction amination to incorporate an activated O-to-N acyl transfer auxiliary. The Arg4-tag-modified membrane-spanning peptide segments behave like water-soluble peptides to facilitate their purification, ligation and mass characterization.

  8. Kefir consumption does not alter plasma lipid levels or cholesterol fractional synthesis rates relative to milk in hyperlipidemic men: a randomized controlled trial [ISRCTN10820810

    Directory of Open Access Journals (Sweden)

    Mafu Akier

    2002-01-01

    Full Text Available Abstract Background Fermented milk products have been shown to affect serum cholesterol concentrations in humans. Kefir, a fermented milk product, has been traditionally consumed for its potential health benefits but has to date not been studied for its hypocholesterolemic properties. Methods Thirteen healthy mildly hypercholesterolemic male subjects consumed a dairy supplement in randomized crossover trial for 2 periods of 4 wk each. Subjects were blinded to the dairy supplement consumed. Blood samples were collected at baseline and after 4 wk of supplementation for measurement of plasma total, low-density lipoprotein, and high-density lipoprotein cholesterol and triglyceride concentrations, as well as fatty acid profile and cholesterol synthesis rate. Fecal samples were collected at baseline and after 2 and 4 wk of supplementation for determination of fecal short chain fatty acid level and bacterial content. Results Kefir had no effect on total cholesterol, low-density lipoprotein cholesterol, high-density lipoprotein cholesterol or triglyceride concentrations nor on cholesterol fractional synthesis rates after 4 wk of supplementation. No significant change on plasma fatty acid levels was observed with diet. However, both kefir and milk increased (p Conclusions Since kefir consumption did not result in lowered plasma lipid concentrations, the results of this study do not support consumption of kefir as a cholesterol-lowering agent.

  9. RNA precursor pool metabolism and RNA synthesis in X-irradiated Tetrahymena

    International Nuclear Information System (INIS)

    Stephens, R.E.; Paul, I.J.; Zimmerman, A.M.

    1976-01-01

    The incorporation of a radioactive RNA precursor ( 3 H-uridine) has been used in many studies as an index for measuring the synthesis of RNA, yet there is a distinct possibility that the results so obtained were significantly influenced by radiation-induced effects on the metabolism of this precursor into UTP (the primary immediate precursor of RNA) before its incorporation into RNA. A direct examination was therefore undertaken of the effects of X-irradiation on the metabolism of 3 H-uridine and its relationship to RNA synthesis as determined by incorporation. X-irradiation of logarithmically growing Tetrahymena pyriformis caused a dose-dependent depression of total cellular RNA synthesis. Ribosomal RNA (which comprises about 80 per cent of total cellular RNA) synthesis was also depressed by X-irradiation in a dose-dependent manner. Measurements of the levels of radioactivity present in the UTP precursor pool of both irradiated and unirradiated cells were obtained by means of DEAE-cellulose column chromatography of the extracted free nucleotides. Metabolism of 3 H-uridine into UMP, UDP and UTP was depressed by 40%, 26% and 27% respectively, whereas incorporation of 3 H-uridine into RNA was depressed by 77%. The results show that about one-third of the observed (apparent) depression in RNA synthesis was due to radiation-induced effects on the precursor pool, and the remaining two-thirds due to some definite effect of radiation at the transcription level leading to depressed synthesis of RNA. (U.K.)

  10. Cucurbit[7]uril as a tool in the green synthesis of gold nanoparticles.

    Science.gov (United States)

    Premkumar, Thathan; Geckeler, Kurt E

    2010-12-03

    A simple, green, one-pot synthesis of gold nanoparticles was achieved through the reaction of an aqueous mixture of potassium tetrachloroaurate(III) and the macrocycle cucurbit[7]uril in the presence of sodium hydroxide at room temperature without introducing any kind of traditional reducing agents and/or external energy. The as-prepared gold nanoparticles showed catalytic activity for the reduction reaction of 4-nitrophenol in the presence of NaBH(4), which has been established by visual inspection and UV/Vis spectroscopy. This report is the first for the preparation of gold nanoparticles using cucurbit[7]uril in aqueous media through chemical reduction without employing conventional reducing agents and/or external energy.

  11. Controlled synthesis and characterization of hollow flower-like silver nanostructures

    Directory of Open Access Journals (Sweden)

    Eid KAM

    2012-03-01

    Full Text Available Kamel AM Eid, Hassan ME AzzazyNovel Diagnostics and Therapeutics Group, Yousef Jameel Science and Technology Research Center, School of Sciences and Engineering, The American University in Cairo, New Cairo, EgyptBackground: The synthesis of anisotropic silver nanoparticles is a time-consuming process and involves the use of expensive toxic chemicals and specialized laboratory equipment. The presence of toxic chemicals in the prepared anisotropic silver nanostructures hindered their medical application. The authors have developed a fast and inexpensive method for the synthesis of three-dimensional hollow flower-like silver nanostructures without the use of toxic chemicals.Methods: In this method, silver nitrate was reduced using dextrose in presence of trisodium citrate as a capping agent. Sodium hydroxide was added to enhance reduction efficacy of dextrose and reduce time of synthesis. The effects of all four agents on the shape and size of silver nanostructures were investigated.Results: Robust hollow flower-like silver nanostructures were successfully synthesized and ranged in size from 0.2 µm to 5.0 µm with surface area between 25–240 m2/g. Changing the concentration of silver nitrate, dextrose, sodium hydroxide, and trisodium citrate affected the size and shape of the synthesized structures, while changing temperature had no effect.Conclusion: The proposed method is simple, safe, and allows controlled synthesis of anisotropic silver nanostructures, which may represent promising tools as effective antimicrobial agents and for in vitro diagnostics. The synthesized hollow nanostructures may be used for enhanced drug encapsulation and sustained release.Keywords: silver nanoparticles, 3D hollow, flower-like, green synthesis

  12. Mapping student thinking in chemical synthesis

    Science.gov (United States)

    Weinrich, Melissa

    In order to support the development of learning progressions about central ideas and practices in different disciplines, we need detailed analyses of the implicit assumptions and reasoning strategies that guide students' thinking at different educational levels. In the particular case of chemistry, understanding how new chemical substances are produced (chemical synthesis) is of critical importance. Thus, we have used a qualitative research approach based on individual interviews with first semester general chemistry students (n = 16), second semester organic chemistry students (n = 15), advanced undergraduates (n = 9), first year graduate students (n = 15), and PhD candidates (n = 16) to better characterize diverse students' underlying cognitive elements (conceptual modes and modes of reasoning) when thinking about chemical synthesis. Our results reveal a great variability in the cognitive resources and strategies used by students with different levels of training in the discipline to make decisions, particularly at intermediate levels of expertise. The specific nature of the task had a strong influence on the conceptual sophistication and mode of reasoning that students exhibited. Nevertheless, our data analysis has allowed us to identify common modes of reasoning and assumptions that seem to guide students' thinking at different educational levels. Our results should facilitate the development of learning progressions that help improve chemistry instruction, curriculum, and assessment.

  13. MbT-Tool: An open-access tool based on Thermodynamic Electron Equivalents Model to obtain microbial-metabolic reactions to be used in biotechnological process.

    Science.gov (United States)

    Araujo, Pablo Granda; Gras, Anna; Ginovart, Marta

    2016-01-01

    Modelling cellular metabolism is a strategic factor in investigating microbial behaviour and interactions, especially for bio-technological processes. A key factor for modelling microbial activity is the calculation of nutrient amounts and products generated as a result of the microbial metabolism. Representing metabolic pathways through balanced reactions is a complex and time-consuming task for biologists, ecologists, modellers and engineers. A new computational tool to represent microbial pathways through microbial metabolic reactions (MMRs) using the approach of the Thermodynamic Electron Equivalents Model has been designed and implemented in the open-access framework NetLogo. This computational tool, called MbT-Tool (Metabolism based on Thermodynamics) can write MMRs for different microbial functional groups, such as aerobic heterotrophs, nitrifiers, denitrifiers, methanogens, sulphate reducers, sulphide oxidizers and fermenters. The MbT-Tool's code contains eighteen organic and twenty inorganic reduction-half-reactions, four N-sources (NH4 (+), NO3 (-), NO2 (-), N2) to biomass synthesis and twenty-four microbial empirical formulas, one of which can be determined by the user (CnHaObNc). MbT-Tool is an open-source program capable of writing MMRs based on thermodynamic concepts, which are applicable in a wide range of academic research interested in designing, optimizing and modelling microbial activity without any extensive chemical, microbiological and programing experience.

  14. From the "Modern Synthesis" to cybernetics: Ivan Ivanovich Schmalhausen (1884-1963) and his research program for a synthesis of evolutionary and developmental biology.

    Science.gov (United States)

    Levit, Georgy S; Hossfeld, Uwe; Olsson, Lennart

    2006-03-15

    Ivan I. Schmalhausen was one of the central figures in the Russian development of the "Modern Synthesis" in evolutionary biology. He is widely cited internationally even today. Schmalhausen developed the main principles of his theory facing the danger of death in the totalitarian Soviet Union. His great services to evolutionary and theoretical biology are indisputable. However, the received view of Schmalhausen's contributions to evolutionary biology makes an unbiased reading of his texts difficult. Here we show that taking all of his works into consideration (including those only available in Russian) paints a much more dynamic and exciting picture of what he tried to achieve. Schmalhausen pioneered the integration of a developmental perspective into evolutionary thinking. A main tool for achieving this was his approach to living objects as complex multi-level self-regulating systems. Schmalhausen put enormous effort into bringing this idea into fruition during the final stages of his career by combining evolutionary theory with cybernetics. His results and ideas remain thought-provoking, and his texts are of more than just historical interest. Copyright 2006 Wiley-Liss, Inc.

  15. A hybrid multi-level optimization approach for the dynamic synthesis/design and operation/control under uncertainty of a fuel cell system

    International Nuclear Information System (INIS)

    Kim, Kihyung; Spakovsky, Michael R. von; Wang, M.; Nelson, Douglas J.

    2011-01-01

    During system development, large-scale, complex energy systems require multi-disciplinary efforts to achieve system quality, cost, and performance goals. As systems become larger and more complex, the number of possible system configurations and technologies, which meet the designer's objectives optimally, increases greatly. In addition, both transient and environmental effects may need to be taken into account. Thus, the difficulty of developing the system via the formulation of a single optimization problem in which the optimal synthesis/design and operation/control of the system are achieved simultaneously is great and rather problematic. This difficulty is further heightened with the introduction of uncertainty analysis, which transforms the problem from a purely deterministic one into a probabilistic one. Uncertainties, system complexity and nonlinearity, and large numbers of decision variables quickly render the single optimization problem unsolvable by conventional, single-level, optimization strategies. To address these difficulties, the strategy adopted here combines a dynamic physical decomposition technique for large-scale optimization with a response sensitivity analysis method for quantifying system response uncertainties to given uncertainty sources. The feasibility of such a hybrid approach is established by applying it to the synthesis/design and operation/control of a 5 kW proton exchange membrane (PEM) fuel cell system.

  16. Tools for Microbiological risk assessment

    DEFF Research Database (Denmark)

    Bassett, john; Nauta, Maarten; Lindqvist, Roland

    can increase the understanding of microbiological risks in foods. It is timely to inform food safety professionals about the availability and utility of MRA tools. Therefore, the focus of this report is to aid the food safety manager by providing a concise summary of the tools available for the MRA......Microbiological Risk Assessment (MRA) has emerged as a comprehensive and systematic approach for addressing the risk of pathogens in specific foods and/or processes. At government level, MRA is increasingly recognised as a structured and objective approach to understand the level of risk in a given...... food/pathogen scenario. Tools developed so far support qualitative and quantitative assessments of the risk that a food pathogen poses to a particular population. Risk can be expressed as absolute numbers or as relative (ranked) risks. The food industry is beginning to appreciate that the tools for MRA...

  17. A robot-assisted synthesis system applied to 11C-alkylations

    International Nuclear Information System (INIS)

    Appelquist, G.; Bohm, C.; Eriksson, H.; Halldin, C.; Stone-Elander, S.

    1990-01-01

    A robot-based system for the production of radiopharmaceuticals has been developed, which consists of a 7-axis SCARA robot, supporting equipment, a synthesis module, and a PC-AT personal computer for system control. A Multifunction Editor (MFE) acts as the system controller and is a development tool as well. Robot movement can be controlled via keyboard, mouse, or remote control box, and procedures can be saved and edited for future use

  18. Reprogrammable Controller Design From High-Level Specification

    Directory of Open Access Journals (Sweden)

    M. Benmohammed

    2003-10-01

    Full Text Available Existing techniques in high-level synthesis mostly assume a simple controller architecture model in the form of a single FSM. However, in reality more complex controller architectures are often used. On the other hand, in the case of programmable processors, the controller architecture is largely defined by the available control-flow instructions in the instruction set. With the wider acceptance of behavioral synthesis, the application of these methods for the design of programmable controllers is of fundamental importance in embedded system technology. This paper describes an important extension of an existing architectural synthesis system targeting the generation of ASIP reprogrammable architectures. The designer can then generate both style of architecture, hardwired and programmable, using the same synthesis system and can quickly evaluate the trade-offs of hardware decisions.

  19. Use of isotopic tools to delimit areas of harnessing for drinking water supply - Final report

    International Nuclear Information System (INIS)

    Gourcy, L.; Petelet-Giraud, E.

    2011-03-01

    Within the frame of an action of the ONEMA-BRGM convention (Methodological approaches and tools for the protection of drinking water harnessing against diffuse pollutions), this study aims at developing a synthesis of isotopic geochemical tools to obtain the information required for the delimitation of harnessing supply areas. The report first describes the conventional tools: water molecule steady isotopes, radioactive isotopes, water dating tools, tools developed for another use, and artificial tracers. It presents the possible uses of natural and artificial tracers to determine parameters like flow directions, water residence duration, exchanges between aquifers and water sheet-river interactions. It gives an overview of knowledge on the use of isotopic methods to determine the origin of contaminants. It proposes a brief overview of a previous study of water sheets-rivers relationships. It finally discusses the use of geochemical and isotopic tools when delimiting supply areas for harnessing aimed at drinking water supply

  20. Fluxnet Synthesis Dataset Collaboration Infrastructure

    Energy Technology Data Exchange (ETDEWEB)

    Agarwal, Deborah A. [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Humphrey, Marty [Univ. of Virginia, Charlottesville, VA (United States); van Ingen, Catharine [Microsoft. San Francisco, CA (United States); Beekwilder, Norm [Univ. of Virginia, Charlottesville, VA (United States); Goode, Monte [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Jackson, Keith [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Rodriguez, Matt [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Weber, Robin [Univ. of California, Berkeley, CA (United States)

    2008-02-06

    The Fluxnet synthesis dataset originally compiled for the La Thuile workshop contained approximately 600 site years. Since the workshop, several additional site years have been added and the dataset now contains over 920 site years from over 240 sites. A data refresh update is expected to increase those numbers in the next few months. The ancillary data describing the sites continues to evolve as well. There are on the order of 120 site contacts and 60proposals have been approved to use thedata. These proposals involve around 120 researchers. The size and complexity of the dataset and collaboration has led to a new approach to providing access to the data and collaboration support and the support team attended the workshop and worked closely with the attendees and the Fluxnet project office to define the requirements for the support infrastructure. As a result of this effort, a new website (http://www.fluxdata.org) has been created to provide access to the Fluxnet synthesis dataset. This new web site is based on a scientific data server which enables browsing of the data on-line, data download, and version tracking. We leverage database and data analysis tools such as OLAP data cubes and web reports to enable browser and Excel pivot table access to the data.

  1. 15N-labelled glycine synthesis

    International Nuclear Information System (INIS)

    Tavares, Claudineia R.O.; Bendassolli, Jose A.; Sant'Ana Filho, Carlos R.; Prestes, Clelber V.; Coelho, Fernando

    2006-01-01

    This work describes a method for 15 N-isotope-labeled glycine synthesis, as well as details about a recovery line for nitrogen residues. To that effect, amination of α-haloacids was performed, using carboxylic chloroacetic acid and labeled aqueous ammonia ( 15 NH 3 ). Special care was taken to avoid possible 15 NH 3 losses, since its production cost is high. In that respect, although the purchase cost of the 13 N-labeled compound (radioactive) is lower, the stable tracer produced constitutes an important tool for N cycling studies in living organisms, also minimizing labor and environmental hazards, as well as time limitation problems in field studies. The tests were carried out with three replications, and variable 15 NH 3(aq) volumes in the reaction were used (50, 100, and 150 mL), in order to calibrate the best operational condition; glycine masses obtained were 1.7, 2, and 3.2 g, respectively. With the development of a system for 15 NH 3 recovery, it was possible to recover 71, 83, and 87% of the ammonia initially used in the synthesis. With the required adaptations, the same system was used to recover methanol, and 75% of the methanol initially used in the amino acid purification process were recovered. (author)

  2. Design of tool monitor simulator

    International Nuclear Information System (INIS)

    Yao Yonggang; Deng Changming; Zhang Jia; Meng Dan; Zhang Lu; Wang Zhi'ai; Shen Yang

    2011-01-01

    It is based on tool monitor in Qinshan Nuclear Power Plant for the object of study, and manufacture a tool monitor simulator. The device is designed to automatically emulate-monitor the contamination level of objects for training students. Once if the tool monitor reports the contamination, the students can handle properly. The brief introduction of main function and system design of the simulator are presented in the paper. (authors)

  3. Teamwork Assessment Tools in Obstetric Emergencies: A Systematic Review.

    Science.gov (United States)

    Onwochei, Desire N; Halpern, Stephen; Balki, Mrinalini

    2017-06-01

    Team-based training and simulation can improve patient safety, by improving communication, decision making, and performance of team members. Currently, there is no general consensus on whether or not a specific assessment tool is better adapted to evaluate teamwork in obstetric emergencies. The purpose of this qualitative systematic review was to find the tools available to assess team effectiveness in obstetric emergencies. We searched Embase, Medline, PubMed, Web of Science, PsycINFO, CINAHL, and Google Scholar for prospective studies that evaluated nontechnical skills in multidisciplinary teams involving obstetric emergencies. The search included studies from 1944 until January 11, 2016. Data on reliability and validity measures were collected and used for interpretation. A descriptive analysis was performed on the data. Thirteen studies were included in the final qualitative synthesis. All the studies assessed teams in the context of obstetric simulation scenarios, but only six included anesthetists in the simulations. One study evaluated their teamwork tool using just validity measures, five using just reliability measures, and one used both. The most reliable tools identified were the Clinical Teamwork Scale, the Global Assessment of Obstetric Team Performance, and the Global Rating Scale of performance. However, they were still lacking in terms of quality and validity. More work needs to be conducted to establish the validity of teamwork tools for nontechnical skills, and the development of an ideal tool is warranted. Further studies are required to assess how outcomes, such as performance and patient safety, are influenced when using these tools.

  4. Validation of the Australian Midwifery Standards Assessment Tool (AMSAT): A tool to assess midwifery competence.

    Science.gov (United States)

    Sweet, Linda; Bazargan, Maryam; McKellar, Lois; Gray, Joanne; Henderson, Amanda

    2018-02-01

    There is no current validated clinical assessment tool to measure the attainment of midwifery student competence in the midwifery practice setting. The lack of a valid assessment tool has led to a proliferation of tools and inconsistency in assessment of, and feedback on student learning. This research aimed to develop and validate a tool to assess competence of midwifery students in practice-based settings. A mixed-methods approach was used and the study implemented in two phases. Phase one involved the development of the AMSAT tool with qualitative feedback from midwifery academics, midwife assessors of students, and midwifery students. In phase two the newly developed AMSAT tool was piloted across a range of midwifery practice settings and ANOVA was used to compare scores across year levels, with feedback being obtained from assessors. Analysis of 150 AMSAT forms indicate the AMSAT as: reliable (Cronbach alpha greater than 0.9); valid-data extraction loaded predominantly onto one factor; and sensitivity scores indicating level of proficiency increased across the three years. Feedback evaluation forms (n=83) suggest acceptance of this tool for the purpose of both assessing and providing feedback on midwifery student's practice performance and competence. The AMSAT is a valid, reliable and acceptable midwifery assessment tool enables consistent assessment of midwifery student competence. This assists benchmarking across midwifery education programs. Copyright © 2017 Australian College of Midwives. Published by Elsevier Ltd. All rights reserved.

  5. Statistical nuclear properties and synthesis of 138La

    Directory of Open Access Journals (Sweden)

    Kheswa B. V.

    2015-01-01

    Full Text Available The synthesis of the neutron deficient 138La nucleus has been a puzzle for a long time. It has not been clear whether it is produced through photodisintegration processes or neutrino induced reactions due to unavailability of experimental data for nuclear level densities and γ strength functions of 138,139La nuclei. In the present work these nuclear properties have been measured and are used to investigate the synthesis of 138La. The results support the neutrino interactions as a dominant production process for 138La.

  6. LHCb online infrastructure monitoring tools

    International Nuclear Information System (INIS)

    Granado Cardoso, L.; Gaspar, C.; Haen, C.; Neufeld, N.; Varela, F.; Galli, D.

    2012-01-01

    The Online System of the LHCb experiment at CERN is composed of a very large number of PCs: around 1500 in a CPU farm for performing the High Level Trigger; around 170 for the control system, running the SCADA system - PVSS; and several others for performing data monitoring, reconstruction, storage, and infrastructure tasks, like databases, etc. Some PCs run Linux, some run Windows but all of them need to be remotely controlled and monitored to make sure they are correctly running and to be able, for example, to reboot them whenever necessary. A set of tools was developed in order to centrally monitor the status of all PCs and PVSS Projects needed to run the experiment: a Farm Monitoring and Control (FMC) tool, which provides the lower level access to the PCs, and a System Overview Tool (developed within the Joint Controls Project - JCOP), which provides a centralized interface to the FMC tool and adds PVSS project monitoring and control. The implementation of these tools has provided a reliable and efficient way to manage the system, both during normal operations as well as during shutdowns, upgrades or maintenance operations. This paper will present the particular implementation of this tool in the LHCb experiment and the benefits of its usage in a large scale heterogeneous system

  7. Plasma cholesterol and endogenous cholesterol synthesis during refeeding in anorexia nervosa.

    Science.gov (United States)

    Feillet, F; Feillet-Coudray, C; Bard, J M; Parra, H J; Favre, E; Kabuth, B; Fruchart, J C; Vidailhet, M

    2000-04-01

    Normal or high levels of cholesterol have been measured in patients with anorexia nervosa (AN). Given that cholesterol intake in AN is usually very low, the reasons for this anomaly are not clearly understood. We studied lipid and lipoprotein profiles and endogenous cholesterol synthesis, estimated by serum lathosterol, in a population of 14 girls with AN, before and during a period of 30 days refeeding. The initial body mass index (BMI) of the patients was 13.41+/-1.62 kg/m(2). No changes were observed during refeeding in endocrine parameters (ACTH, cortisol and estradiol). At Day 0 the lipids data measured here showed normal levels of triglycerides, and total cholesterol at the upper limits of the normal range (5.44+/-1 mmol/l). At this time, total and LDL cholesterol were negatively correlated with transthyretin and BMI. Serum lathosterol (a precursor in cholesterol synthesis pathway) increased significantly (5.99+/-1.75 (Day 0) vs. 8.39+/-2.96 (Day 30); P=0.02) while there was a significant decrease in apo B (0.79+/-0.33 (Day 0) vs. 0. 60+/-0.17 g/l (Day 30), P=0.02) with refeeding. Thus, patients with initial high cholesterol levels have the worst nutritional status and high cholesterol levels are not related to a de novo synthesis. This profile returns to normal with refeeding. An increase of cellular cholesterol uptake may be responsible for this apparently paradoxical evolution with increase of cholesterol synthesis and decrease of apo B during renutrition.

  8. HIV and AIDS Data Hub for Asia Pacific: a regional tool to support strategic information needs

    Directory of Open Access Journals (Sweden)

    Ye Yu Shwe

    2012-09-01

    Full Text Available The 2011 global commitments towards controlling HIV made by Asia-Pacific countries require considerable improvement in strategic information and response tracking. The HIV and AIDS Data Hub can serve as an important tool for stakeholders with its regional database of subnational indicators, web site and data synthesis capacity.

  9. Diversity-Oriented Synthesis as a Strategy for Fragment Evolution against GSK3β

    Science.gov (United States)

    2016-01-01

    Traditional fragment-based drug discovery (FBDD) relies heavily on structural analysis of the hits bound to their targets. Herein, we present a complementary approach based on diversity-oriented synthesis (DOS). A DOS-based fragment collection was able to produce initial hit compounds against the target GSK3β, allow the systematic synthesis of related fragment analogues to explore fragment-level structure–activity relationship, and finally lead to the synthesis of a more potent compound. PMID:27660690

  10. Effect of Carbohydrate Sources and Levels of Cotton Seed Meal in Concentrate on Feed Intake, Nutrient Digestibility, Rumen Fermentation and Microbial Protein Synthesis in Young Dairy Bulls

    Directory of Open Access Journals (Sweden)

    M. Wanapat

    2013-04-01

    Full Text Available The objective of this study was to investigate the effect of levels of cottonseed meal with various carbohydrate sources in concentrate on feed intake, nutrient digestibility, rumen fermentation and microbial protein synthesis in dairy bulls. Four, 6 months old dairy bulls were randomly assigned to receive four dietary treatments according to a 2×2 factorial arrangement in a 4×4 Latin square design. Factor A was carbohydrate source; cassava chip (CC and cassava chip+rice bran in the ratio of 3:1 (CR3:1, and factor B was cotton seed meal levels in the concentrate; 109 g CP/kg (LCM and 328 g CP/kg (HCM at similar overall CP levels (490 g CP/kg. Bulls received urea-lime treated rice straw ad libitum and were supplemented with 10 g of concentrate/kg BW. It was found that carbohydrate source and level of cotton seed meal did not have significant effects on ruminal pH, ammonia nitrogen concentration, microbial protein synthesis or feed intake. Animals which received CC showed significantly higher BUN concentration, ruminal propionic acid and butyric acid proportions, while dry matter, organic matter digestibility, populations of total viable bacteria and proteolytic bacteria were lower than those in the CR3:1 treatment. The concentration of total volatile fatty acids was higher in HCM than LCM treatments, while the concentration of butyric acid was higher in LCM than HCM treatments. The population of proteolytic bacteria with the LCM treatments was higher than the HCM treatments; however other bacteria groups were similar among the different levels of cotton seed meal. Bulls which received LCM had higher protein digestibility than those receiving HCM. Therefore, using high levels of cassava chip and cotton seed meal might positively impact on energy and nitrogen balance for the microbial population in the rumen of the young dairy bull.

  11. Electrochemical Synthesis of Ammonia in Solid Electrolyte Cells

    Directory of Open Access Journals (Sweden)

    Ioannis eGaragounis

    2014-01-01

    Full Text Available Developed in the early 1900's, the Haber-Bosch synthesis is the dominant NH3 synthesis process. Parallel to catalyst optimization, current research efforts are also focused on the investigation of new methods for ammonia synthesis, including the electrochemical synthesis with the use of solid electrolyte cells. Since the first report on Solid State Ammonia Synthesis (SSAS, more than 30 solid electrolyte materials were tested and at least 15 catalysts were used as working electrodes. Thus far, the highest rate of ammonia formation reported is 1.13×10−8 mol s−1 cm−2, obtained at 80°C with a Nafion solid electrolyte and a mixed oxide, SmFe0.7Cu0.1Ni0.2O3, cathode. At high temperatures (>500oC the maximum rate was 9.5*10-9 mol s−1 cm−2 using Ce0.8Y0.2O2-δ -[Ca3(PO42 -K3PO4] as electrolyte and Ag-Pd as cathode. In this paper, the advantages and the disadvantages of SSAS vs the conventional process and the requirements that must be met in order to promote the electrochemical process into an industrial level, are discussed.

  12. Exact Synthesis of Reversible Circuits Using A* Algorithm

    Science.gov (United States)

    Datta, K.; Rathi, G. K.; Sengupta, I.; Rahaman, H.

    2015-06-01

    With the growing emphasis on low-power design methodologies, and the result that theoretical zero power dissipation is possible only if computations are information lossless, design and synthesis of reversible logic circuits have become very important in recent years. Reversible logic circuits are also important in the context of quantum computing, where the basic operations are reversible in nature. Several synthesis methodologies for reversible circuits have been reported. Some of these methods are termed as exact, where the motivation is to get the minimum-gate realization for a given reversible function. These methods are computationally very intensive, and are able to synthesize only very small functions. There are other methods based on function transformations or higher-level representation of functions like binary decision diagrams or exclusive-or sum-of-products, that are able to handle much larger circuits without any guarantee of optimality or near-optimality. Design of exact synthesis algorithms is interesting in this context, because they set some kind of benchmarks against which other methods can be compared. This paper proposes an exact synthesis approach based on an iterative deepening version of the A* algorithm using the multiple-control Toffoli gate library. Experimental results are presented with comparisons with other exact and some heuristic based synthesis approaches.

  13. Electrochemical Synthesis of Ammonia in Solid Electrolyte Cells

    International Nuclear Information System (INIS)

    Garagounis, Ioannis; Kyriakou, Vasileios; Skodra, Aglaia; Vasileiou, Eirini; Stoukides, Michael

    2014-01-01

    Developed in the early 1900s, the “Haber–Bosch” synthesis is the dominant NH 3 synthesis process. Parallel to catalyst optimization, current research efforts are also focused on the investigation of new methods for ammonia synthesis, including the electrochemical synthesis with the use of solid electrolyte cells. Since the first report on Solid State Ammonia Synthesis (SSAS), more than 30 solid electrolyte materials were tested and at least 15 catalysts were used as working electrodes. Thus far, the highest rate of ammonia formation reported is 1.13 × 10 -8 mol s -1 cm -2 , obtained at 80°C with a Nafion solid electrolyte and a mixed oxide, SmFe 0.7 Cu 0.1 Ni 0.2 O 3 , cathode. At high temperatures (>500°C), the maximum rate was 9.5 × 10 −9 mol s -1 cm -2 using Ce 0.8 Y 0.2 O 2-δ –[Ca 3 (PO 4 ) 2 –K 3 PO 4 ] as electrolyte and Ag–Pd as cathode. In this paper, the advantages and the disadvantages of SSAS vs. the conventional process and the requirements that must be met in order to promote the electrochemical process into an industrial level are discussed.

  14. Microscale technology and biocatalytic processes: opportunities and challenges for synthesis.

    Science.gov (United States)

    Wohlgemuth, Roland; Plazl, Igor; Žnidaršič-Plazl, Polona; Gernaey, Krist V; Woodley, John M

    2015-05-01

    Despite the expanding presence of microscale technology in chemical synthesis and energy production as well as in biomedical devices and analytical and diagnostic tools, its potential in biocatalytic processes for pharmaceutical and fine chemicals, as well as related industries, has not yet been fully exploited. The aim of this review is to shed light on the strategic advantages of this promising technology for the development and realization of biocatalytic processes and subsequent product recovery steps, demonstrated with examples from the literature. Constraints, opportunities, and the future outlook for the implementation of these key green engineering methods and the role of supporting tools such as mathematical models to establish sustainable production processes are discussed. Copyright © 2015 Elsevier Ltd. All rights reserved.

  15. Achieving More Sustainable Designs through a Process Synthesis-Intensification Framework

    DEFF Research Database (Denmark)

    Babi, Deenesh Kavi; Woodley, John; Gani, Rafiqul

    2014-01-01

    More sustainable process designs refer to design alternatives that correspond to lowervalues of a set of targeted performance criteria. In this paper, a multi-level frameworkfor process synthesis-intensification that leads to more sustainable process designs ispresented. At the highest level of a...

  16. Network analysis and synthesis a modern systems theory approach

    CERN Document Server

    Anderson, Brian D O

    2006-01-01

    Geared toward upper-level undergraduates and graduate students, this book offers a comprehensive look at linear network analysis and synthesis. It explores state-space synthesis as well as analysis, employing modern systems theory to unite the classical concepts of network theory. The authors stress passive networks but include material on active networks. They avoid topology in dealing with analysis problems and discuss computational techniques. The concepts of controllability, observability, and degree are emphasized in reviewing the state-variable description of linear systems. Explorations

  17. Systemic assessment as a new tool to assess student learning

    African Journals Online (AJOL)

    IICBA01

    students' systemic thinking level developed in organic chemistry is strongly related to a deeper understanding of the relevant chemistry concepts (7) .In this regards we will illustrate five types of SAQ,s in heterocyclic chemistry based on systemics to assess students at synthesis and analysis learning levels. We experiment ...

  18. Detonation-synthesis nanodiamonds: synthesis, structure, properties and applications

    Energy Technology Data Exchange (ETDEWEB)

    Dolmatov, Valerii Yu [Federal State Unitary Enterprise Special Design-Technology Bureau (FSUE SDTB) ' ' Tekhnolog' ' at the St Petersburg State Institute of Technology (Technical University) (Russian Federation)

    2007-04-30

    The review outlines the theoretical foundations and industrial implementations of modern detonation synthesis of nanodiamonds and chemical purification of the nanodiamonds thus obtained. The structure, key properties and promising fields of application of detonation-synthesis nanodiamonds are considered.

  19. Detonation-synthesis nanodiamonds: synthesis, structure, properties and applications

    International Nuclear Information System (INIS)

    Dolmatov, Valerii Yu

    2007-01-01

    The review outlines the theoretical foundations and industrial implementations of modern detonation synthesis of nanodiamonds and chemical purification of the nanodiamonds thus obtained. The structure, key properties and promising fields of application of detonation-synthesis nanodiamonds are considered.

  20. mTORC2 Promotes Tumorigenesis via Lipid Synthesis.

    Science.gov (United States)

    Guri, Yakir; Colombi, Marco; Dazert, Eva; Hindupur, Sravanth K; Roszik, Jason; Moes, Suzette; Jenoe, Paul; Heim, Markus H; Riezman, Isabelle; Riezman, Howard; Hall, Michael N

    2017-12-11

    Dysregulated mammalian target of rapamycin (mTOR) promotes cancer, but underlying mechanisms are poorly understood. We describe an mTOR-driven mouse model that displays hepatosteatosis progressing to hepatocellular carcinoma (HCC). Longitudinal proteomic, lipidomics, and metabolomic analyses revealed that hepatic mTORC2 promotes de novo fatty acid and lipid synthesis, leading to steatosis and tumor development. In particular, mTORC2 stimulated sphingolipid (glucosylceramide) and glycerophospholipid (cardiolipin) synthesis. Inhibition of fatty acid or sphingolipid synthesis prevented tumor development, indicating a causal effect in tumorigenesis. Increased levels of cardiolipin were associated with tubular mitochondria and enhanced oxidative phosphorylation. Furthermore, increased lipogenesis correlated with elevated mTORC2 activity and HCC in human patients. Thus, mTORC2 promotes cancer via formation of lipids essential for growth and energy production. Copyright © 2017 Elsevier Inc. All rights reserved.

  1. Rna synthesis of perinatal female and male gametes

    International Nuclear Information System (INIS)

    Doering, R.; Hubaleck, K.

    1980-01-01

    Intensity curves of RNA synthesis in the perinatal phase of gametogenesis were established for rat fetuses and young rats by 3 H-uridine autoradiography. Gonads of male and female rat fetuses were studied on days 15 to 22 p.c. and gonads of young animals on days 1 to 7 p.n. The nuclear surface of the gametes was found to increase continuously. The number of silver grains was the same for male and female gametes up to the 18th day of fetal life, and the same applies to the silver grain density. The rate of RNA synthesis of male germ celles remained at a constant, low level throughout the study; in the female germ cells, a 10-fold increase in RNA synthesis was measured after the 19th day of fetal life. (orig./MG) [de

  2. Cochrane Qualitative and Implementation Methods Group guidance series-paper 3: methods for assessing methodological limitations, data extraction and synthesis, and confidence in synthesized qualitative findings.

    Science.gov (United States)

    Noyes, Jane; Booth, Andrew; Flemming, Kate; Garside, Ruth; Harden, Angela; Lewin, Simon; Pantoja, Tomas; Hannes, Karin; Cargo, Margaret; Thomas, James

    2018-05-01

    The Cochrane Qualitative and Implementation Methods Group develops and publishes guidance on the synthesis of qualitative and mixed-method implementation evidence. Choice of appropriate methodologies, methods, and tools is essential when developing a rigorous protocol and conducting the synthesis. Cochrane authors who conduct qualitative evidence syntheses have thus far used a small number of relatively simple methods to address similarly written questions. Cochrane has invested in methodological work to develop new tools and to encourage the production of exemplar reviews to show the value of more innovative methods that address a wider range of questions. In this paper, in the series, we report updated guidance on the selection of tools to assess methodological limitations in qualitative studies and methods to extract and synthesize qualitative evidence. We recommend application of Grades of Recommendation, Assessment, Development, and Evaluation-Confidence in the Evidence from Qualitative Reviews to assess confidence in qualitative synthesized findings. This guidance aims to support review authors to undertake a qualitative evidence synthesis that is intended to be integrated subsequently with the findings of one or more Cochrane reviews of the effects of similar interventions. The review of intervention effects may be undertaken concurrently with or separate to the qualitative evidence synthesis. We encourage further development through reflection and formal testing. Copyright © 2017 Elsevier Inc. All rights reserved.

  3. A role for PPARα in the regulation of arginine metabolism and nitric oxide synthesis.

    Science.gov (United States)

    Guelzim, Najoua; Mariotti, François; Martin, Pascal G P; Lasserre, Frédéric; Pineau, Thierry; Hermier, Dominique

    2011-10-01

    The pleiotropic effects of PPARα may include the regulation of amino acid metabolism. Nitric oxide (NO) is a key player in vascular homeostasis. NO synthesis may be jeopardized by a differential channeling of arginine toward urea (via arginase) versus NO (via NO synthase, NOS). This was studied in wild-type (WT) and PPARα-null (KO) mice fed diets containing either saturated fatty acids (COCO diet) or 18:3 n-3 (LIN diet). Metabolic markers of arginine metabolism were assayed in urine and plasma. mRNA levels of arginases and NOS were determined in liver. Whole-body NO synthesis and the conversion of systemic arginine into urea were assessed by using (15)N(2)-guanido-arginine and measuring urinary (15)NO(3) and [(15)N]-urea. PPARα deficiency resulted in a markedly lower whole-body NO synthesis, whereas the conversion of systemic arginine into urea remained unaffected. PPARα deficiency also increased plasma arginine and decreased citrulline concentration in plasma. These changes could not be ascribed to a direct effect on hepatic target genes, since NOS mRNA levels were unaffected, and arginase mRNA levels decreased in KO mice. Despite the low level in the diet, the nature of the fatty acids modulated some effects of PPARα deficiency, including plasma arginine and urea, which increased more in KO mice fed the LIN diet than in those fed the COCO diet. In conclusion, PPARα is largely involved in normal whole-body NO synthesis. This warrants further study on the potential of PPARα activation to maintain NO synthesis in the initiation of the metabolic syndrome.

  4. Report on tool transfer and alignment methods

    DEFF Research Database (Denmark)

    Tosello, Guido; Gasparin, Stefania; De Grave, Arnaud

    2010-01-01

    In the last few years, research work has been carried out regarding the feature miniaturization and tooling performance achievable with specific process chains combining different micro machining processes. On the other hand, technologies, strategies and tool design rules in order to optimize the...... process chain for tooling (i.e. hybrid tooling) based on the combination of micro milling and micro electrical discharge machining (EDM) milling, both at machine tool and at machining technology levels....

  5. Tomo-synthesis. Bibliographic study report

    International Nuclear Information System (INIS)

    2016-01-01

    completely finalized. To be able to monitor the development of this technique, IRSN recommends to initiate as soon as possible works at a national level on the quality control of tomo-synthesis systems. tomo-synthesis seems to deliver more dose than 2D mammography. The diversity in design of these systems leads to an expected variability of their behavior in terms of image quality and dose with breast thickness. IRSN recommends a particular attention is paid to the increase of dose delivered to breasts by the use of this technique, in substitution or in addition to the 2D mammography. (authors)

  6. Microfibrous Matrices: Optimization of Synthesis Conditions

    Directory of Open Access Journals (Sweden)

    Amogh N. Karwa

    2012-01-01

    Full Text Available This study focuses on the process of optimization for carbon nanofiber synthesis at the exterior and the interior of 3-dimensional sintered nickel microfibrous networks. Synthesis of carbon nanofibers (CNF by catalytic decomposition of acetylene (ethyne was conducted at atmospheric pressure and short reaction times (10 min. Two factors evaluated during the study were (a CNF quality (observed by SEM and Raman spectroscopy and (b rate of reaction (gravimetrically measured carbon yield. Independent optimization variables included redox faceting pretreatment of nickel, synthesis temperature, and gas composition. Faceting resulted in an 8-fold increase in the carbon yield compared to an untreated substrate. Synthesis with varying levels of hydrogen maximized the carbon yield (9.31 mg C/cm2 catalyst. The quality of CNF was enhanced via a reduction in amorphous carbon that resulted from the addition of 20% ammonia. Optimized growth conditions that led to high rates of CNF deposition preferentially deposited this carbon at the exterior layer of the nickel microfibrous networks (570°C, 78% H2, 20% NH3, 2% C2H2, faceted Ni.. CNF growth within the 3-dimensional nickel networks was accomplished at the conditions selected to lower the gravimetric reaction rate (470°C, 10% H2, 88% N2, 2% C2H2, nonfaceted Ni.

  7. A monitoring tool for performance improvement in plastic surgery at the individual level.

    Science.gov (United States)

    Maruthappu, Mahiben; Duclos, Antoine; Orgill, Dennis; Carty, Matthew J

    2013-05-01

    The assessment of performance in surgery is expanding significantly. Application of relevant frameworks to plastic surgery, however, has been limited. In this article, the authors present two robust graphic tools commonly used in other industries that may serve to monitor individual surgeon operative time while factoring in patient- and surgeon-specific elements. The authors reviewed performance data from all bilateral reduction mammaplasties performed at their institution by eight surgeons between 1995 and 2010. Operative time was used as a proxy for performance. Cumulative sum charts and exponentially weighted moving average charts were generated using a train-test analytic approach, and used to monitor surgical performance. Charts mapped crude, patient case-mix-adjusted, and case-mix and surgical-experience-adjusted performance. Operative time was found to decline from 182 minutes to 118 minutes with surgical experience (p factors is essential for correct interpretation of performance in plastic surgery at the individual surgeon level. Cumulative sum and exponentially weighted moving average charts represent accurate methods of monitoring operative time to control and potentially improve surgeon performance over the course of a career.

  8. Iron induction of ferritin synthesis in soybean cell suspensions.

    Science.gov (United States)

    Proudhon, D; Briat, J F; Lescure, A M

    1989-06-01

    In animal cells specialized for iron storage, iron-induced accumulation of ferritin is known to result from a shift of stored mRNA from the ribonucleoprotein fraction to polysomes. Previous reports with bean leaves suggested that in plants iron induction of ferritin synthesis would result from a regulation at the transcriptional level (F van der Mark, F Bienfait, H van der Ende [1983] Biochem Biophys Res Commun 115:463-469). Soybean (Glycine max, cv Mandarin) cell suspension cultures have been used here to support these findings. Ferritin induction is obtained by addition of Fe-citrate to the culture medium. A good correlation is found between cellular iron content and the amount of ferritin accumulation. This protein accumulation corresponds to an increase of in vitro translatable ferritin mRNA. Addition of 4 micrograms actinomycin D per milliliter to the cultures inhibits completely in vivo RNA synthesis, whereas protein synthesis was poorly affected, at least for 24 hours. During the same time, this concentration of actinomycin D strongly inhibits the iron-induced synthesis of ferritin. These results show that in soybean cell cultures, the mechanism of regulation of ferritin synthesis in response to iron does not result from recruitment of preexisting mRNA. They confirm that in plant systems, ferritin synthesis results from increased transcription of the corresponding genes.

  9. Systemic design methodologies for electrical energy systems analysis, synthesis and management

    CERN Document Server

    Roboam, Xavier

    2012-01-01

    This book proposes systemic design methodologies applied to electrical energy systems, in particular analysis and system management, modeling and sizing tools. It includes 8 chapters: after an introduction to the systemic approach (history, basics & fundamental issues, index terms) for designing energy systems, this book presents two different graphical formalisms especially dedicated to multidisciplinary devices modeling, synthesis and analysis: Bond Graph and COG/EMR. Other systemic analysis approaches for quality and stability of systems, as well as for safety and robustness analysis tools are also proposed. One chapter is dedicated to energy management and another is focused on Monte Carlo algorithms for electrical systems and networks sizing. The aim of this book is to summarize design methodologies based in particular on a systemic viewpoint, by considering the system as a whole. These methods and tools are proposed by the most important French research laboratories, which have many scientific partn...

  10. 3D Pattern Synthesis of Time-Modulated Conformal Arrays with a Multiobjective Optimization Approach

    Directory of Open Access Journals (Sweden)

    Wentao Li

    2014-01-01

    Full Text Available This paper addresses the synthesis of the three-dimensional (3D radiation patterns of the time-modulated conformal arrays. Due to the nature of periodic time modulation, harmonic radiation patterns are generated at the multiples of the modulation frequency in time-modulated arrays. Thus, the optimization goal of the time-modulated conformal array includes the optimization of the sidelobe level at the operating frequency and the sideband levels (SBLs at the harmonic frequency, and the design can be regarded as a multiobjective problem. The multiobjective particle swarm optimization (MOPSO is applied to optimize the switch-on instants and pulse durations of the time-modulated conformal array. To significantly reduce the optimization variables, the modified Bernstein polynomial is employed in the synthesis process. Furthermore, dual polarized patch antenna is designed as radiator to achieve low cross-polarization level during the beam scanning. A 12 × 13 (156-element conical conformal microstrip array is simulated to demonstrate the proposed synthesis mechanism, and good results reveal the promising ability of the proposed algorithm in solving the synthesis of the time-modulated conformal arrays problem.

  11. Alcohol synthesis in a high-temperature slurry reactor

    Energy Technology Data Exchange (ETDEWEB)

    Roberts, G.W.; Marquez, M.A.; McCutchen, M.S. [North Carolina State Univ., Raleigh, NC (United States)

    1995-12-31

    The overall objective of this contract is to develop improved process and catalyst technology for producing higher alcohols from synthesis gas or its derivatives. Recent research has been focused on developing a slurry reactor that can operate at temperatures up to about 400{degrees}C and on evaluating the so-called {open_quotes}high pressure{close_quotes} methanol synthesis catalyst using this reactor. A laboratory stirred autoclave reactor has been developed that is capable of operating at temperatures up to 400{degrees}C and pressures of at least 170 atm. The overhead system on the reactor is designed so that the temperature of the gas leaving the system can be closely controlled. An external liquid-level detector is installed on the gas/liquid separator and a pump is used to return condensed slurry liquid from the separator to the reactor. In order to ensure that gas/liquid mass transfer does not influence the observed reaction rate, it was necessary to feed the synthesis gas below the level of the agitator. The performance of a commercial {open_quotes}high pressure {close_quotes} methanol synthesis catalyst, the so-called {open_quotes}zinc chromite{close_quotes} catalyst, has been characterized over a range of temperature from 275 to 400{degrees}C, a range of pressure from 70 to 170 atm., a range of H{sub 2}/CO ratios from 0.5 to 2.0 and a range of space velocities from 2500 to 10,000 sL/kg.(catalyst),hr. Towards the lower end of the temperature range, methanol was the only significant product.

  12. MbT-Tool: An open-access tool based on Thermodynamic Electron Equivalents Model to obtain microbial-metabolic reactions to be used in biotechnological process

    Directory of Open Access Journals (Sweden)

    Pablo Araujo Granda

    2016-01-01

    Full Text Available Modelling cellular metabolism is a strategic factor in investigating microbial behaviour and interactions, especially for bio-technological processes. A key factor for modelling microbial activity is the calculation of nutrient amounts and products generated as a result of the microbial metabolism. Representing metabolic pathways through balanced reactions is a complex and time-consuming task for biologists, ecologists, modellers and engineers. A new computational tool to represent microbial pathways through microbial metabolic reactions (MMRs using the approach of the Thermodynamic Electron Equivalents Model has been designed and implemented in the open-access framework NetLogo. This computational tool, called MbT-Tool (Metabolism based on Thermodynamics can write MMRs for different microbial functional groups, such as aerobic heterotrophs, nitrifiers, denitrifiers, methanogens, sulphate reducers, sulphide oxidizers and fermenters. The MbT-Tool's code contains eighteen organic and twenty inorganic reduction-half-reactions, four N-sources (NH4+, NO3−, NO2−, N2 to biomass synthesis and twenty-four microbial empirical formulas, one of which can be determined by the user (CnHaObNc. MbT-Tool is an open-source program capable of writing MMRs based on thermodynamic concepts, which are applicable in a wide range of academic research interested in designing, optimizing and modelling microbial activity without any extensive chemical, microbiological and programing experience.

  13. M4D: a powerful tool for structured programming at assembly level for MODCOMP computers

    International Nuclear Information System (INIS)

    Shah, R.R.; Basso, R.A.J.

    1984-04-01

    Structured programming techniques offer numerous benefits for software designers and form the basis of the current high level languages. However, these techniques are generally not available to assembly programmers. The M4D package was therefore developed for a large project to enable the use of structured programming constructs such as DO.WHILE-ENDDO and IF-ORIF-ORIF...-ELSE-ENDIF in the assembly code for MODCOMP computers. Programs can thus be produced that have clear semantics and are considerably easier to read than normal assembly code, resulting in reduced program development and testing effort, and in improved long-term maintainability of the code. This paper describes the M4D structured programming tool as implemented for MODCOMP'S MAX III and MAX IV assemblers, and illustrates the use of the facility with a number of examples

  14. Intelligent microchip networks: an agent-on-chip synthesis framework for the design of smart and robust sensor networks

    Science.gov (United States)

    Bosse, Stefan

    2013-05-01

    , interaction (communication), and mobility features are modelled and specified on a machine-independent abstract programming level using a state-based agent behaviour language (APL). With this APL a high-level agent compiler is able to synthesize a hardware model (RTL, VHDL), a software model (C, ML), or a simulation model (XML) suitable to simulate a multi-agent system using the SeSAm simulator framework. Agent communication is provided by a simple tuple-space database implemented on node level providing fault tolerant access of global data. A novel synthesis development kit (SynDK) based on a graph-structured database approach is introduced to support the rapid development of compilers and synthesis tools, used for example for the design and implementation of the APL compiler.

  15. Effects of γ radiation and hyperthermia on DNA repair synthesis and the level of NAD+ in cultured human mononuclear leukocytes

    International Nuclear Information System (INIS)

    Jonsson, G.G.; Eriksson, G.; Pero, R.W.

    1984-01-01

    DNA repair has been investigated, estimated by unscheduled DNA synthesis (UDS) and the cellular NAD + pool, after exposing human mononuclear leukocytes to hyperthermia and γ radiation separately and in combination. It was found that γ radiation induced a decline in UDS with increasing temperature through the temperature region studied (37-45 0 C). At 42.5 0 C the γ-ray-induced UDS was reduced to about 70% of that at 37 0 C. Following γ-ray damage the NAD + pool dropped to about 20% of control values. Without hyperthermic treatment the cells completely recovered to the original level within 5 hr. Moderate hyperthermia (42.5 0 C for 45 min) followed by γ-ray damage altered the kinetics so that even after 8 hr the NAD + pool had recovered to only 70% of the original level. After heat treatment at 44 0 C for 45 min prior to γ radiation the cells did not recover at all, presumably because of the cytotoxic effects from the combined treatment

  16. Selecting a Web 2.0 Presentation Tool

    Science.gov (United States)

    Hodges, Charles B.; Clark, Kenneth

    2011-01-01

    Web-based presentation tools are sometimes referred to as "next generation presentation tools" (EDUCAUSE, 2010). At the most basic level, these tools are simply online versions of traditional presentation software, such as Microsoft's PowerPoint or Apple's Keynote, but some services offer features like web-based collaboration, online presentation…

  17. Proteomic and functional analyses reveal MAPK1 regulates milk protein synthesis.

    Science.gov (United States)

    Lu, Li-Min; Li, Qing-Zhang; Huang, Jian-Guo; Gao, Xue-Jun

    2012-12-27

    L-Lysine (L-Lys) is an essential amino acid that plays fundamental roles in protein synthesis. Many nuclear phosphorylated proteins such as Stat5 and mTOR regulate milk protein synthesis. However, the details of milk protein synthesis control at the transcript and translational levels are not well known. In this current study, a two-dimensional gel electrophoresis (2-DE)/MS-based proteomic technology was used to identify phosphoproteins responsible for milk protein synthesis in dairy cow mammary epithelial cells (DCMECs). The effect of L-Lys on DCMECs was analyzed by CASY technology and reversed phase high performance liquid chromatography (RP-HPLC). The results showed that cell proliferation ability and β-casein expression were enhanced in DCMECs treated with L-Lys. By phosphoproteomics analysis, six proteins, including MAPK1, were identified up-expressed in DCMECs treated with 1.2 mM L-Lys for 24 h, and were verified by quantitative real-time PCR (qRT-PCR) and western blot. Overexpression and siRNA inhibition of MAPK1 experiments showed that MAPK1 upregulated milk protein synthesis through Stat5 and mTOR pathway. These findings that MAPK1 involves in regulation of milk synthesis shed new insights for understanding the mechanisms of milk protein synthesis.

  18. A Method for Design of Modular Reconfigurable Machine Tools

    Directory of Open Access Journals (Sweden)

    Zhengyi Xu

    2017-02-01

    Full Text Available Presented in this paper is a method for the design of modular reconfigurable machine tools (MRMTs. An MRMT is capable of using a minimal number of modules through reconfiguration to perform the required machining tasks for a family of parts. The proposed method consists of three steps: module identification, module determination, and layout synthesis. In the first step, the module components are collected from a family of general-purpose machines to establish a module library. In the second step, for a given family of parts to be machined, a set of needed modules are selected from the module library to construct a desired reconfigurable machine tool. In the third step, a final machine layout is decided though evaluation by considering a number of performance indices. Based on this method, a software package has been developed that can design an MRMT for a given part family.

  19. Histone gene expression remains coupled to DNA synthesis during in vitro cellular senescence

    International Nuclear Information System (INIS)

    Zambetti, G.; Stein, G.; Stein, J.; Dell'Orco, R.

    1987-01-01

    Despite a decrease in the extent to which confluent monolayers of late compared to early passage CF3 human diploid fibroblasts can be stimulated to proliferate, the time course of DNA synthesis onset is similar regardless of the in vitro age of the cells. A parallel and stoichiometric relationship is maintained between the rate of DNA synthesis and the cellular levels of histone mRNA independent of the age of the cell cultures. Furthermore, DNA synthesis and cellular histone mRNA levels decline in a coordinate manner after inhibition of DNA replication by hydroxyurea treatment. These results indicate that while the proliferative activity of human diploid fibroblasts decreases with passage in culture, those cells that retain the ability to proliferate continue to exhibit a tight coupling of DNA replication and histone gene expression

  20. Measuring Light with Useful Tools

    Science.gov (United States)

    Peek, Gina; Hebert, Paulette; Frazier, Robert Scott; Knag, Mihyun

    2013-01-01

    Lighting, a necessary part of our home and work environment, is often considered as an afterthought. This article describes tools that Extension educators (Agriculture, Family and Consumer Sciences, and 4-H) can use to measure light levels. 4-H youth may also participate. These tools include light meters and Illuminating Engineering Society (IES)…

  1. High-level accumulation of oleyl oleate in plant seed oil by abundant supply of oleic acid substrates to efficient wax ester synthesis enzymes.

    Science.gov (United States)

    Yu, Dan; Hornung, Ellen; Iven, Tim; Feussner, Ivo

    2018-01-01

    Biotechnology enables the production of high-valued industrial feedstocks from plant seed oil. The plant-derived wax esters with long-chain monounsaturated acyl moieties, like oleyl oleate, have favorite properties for lubrication. For biosynthesis of wax esters using acyl-CoA substrates, expressions of a fatty acyl reductase (FAR) and a wax synthase (WS) in seeds are sufficient. For optimization of the enzymatic activity and subcellular localization of wax ester synthesis enzymes, two fusion proteins were created, which showed wax ester-forming activities in Saccharomyces cerevisiae . To promote the formation of oleyl oleate in seed oil, WSs from Acinetobactor baylyi ( Ab WSD1) and Marinobacter aquaeolei ( Ma WS2), as well as the two created fusion proteins were tested in Arabidopsis to evaluate their abilities and substrate preference for wax ester production. The tested seven enzyme combinations resulted in different yields and compositions of wax esters. Expression of a FAR of Marinobacter aquaeolei ( Ma FAR) with Ab WSD1 or Ma WS2 led to a high incorporation of C 18 substrates in wax esters. The Ma FAR/TM Mm AWAT2- Ab WSD1 combination resulted in the incorporation of more C 18:1 alcohol and C 18:0 acyl moieties into wax esters compared with Ma FAR/ Ab WSD1. The fusion protein of a WS from Simmondsia chinensis ( Sc WS) with MaFAR exhibited higher specificity toward C 20:1 substrates in preference to C 18:1 substrates. Expression of Ma FAR/ Ab WSD1 in the Arabidopsis fad2 fae1 double mutant resulted in the accumulation of oleyl oleate (18:1/18:1) in up to 62 mol% of total wax esters in seed oil, which was much higher than the 15 mol% reached by Ma FAR/ Ab WSD1 in Arabidopsis Col-0 background. In order to increase the level of oleyl oleate in seed oil of Camelina , lines expressing Ma FAR/ Sc WS were crossed with a transgenic high oleate line. The resulting plants accumulated up to >40 mg g seed -1 of wax esters, containing 27-34 mol% oleyl oleate. The

  2. Bond graphs : an integrating tool for design of mechatronic systems

    International Nuclear Information System (INIS)

    Ould Bouamama, B.

    2011-01-01

    Bond graph is a powerful tool well known for dynamic modelling of multi physical systems: This is the only modelling technique to generate automatically state space or non-linear models using dedicated software tools (CAMP-G, 20-Sim, Symbols, Dymola...). Recently several fundamental theories have been developed for using a bond graph model not only for modeling but also as a real integrated tool from conceptual ideas to optimal practical realization of mechatronic system. This keynote presents a synthesis of those new theories which exploit some particular properties (such as causal, structural and behavioral) of this graphical methodology. Based on a pedagogical example, it will be shown how from a physical system (not a transfer function or state equation) and using only one representation (Bond graph), the following results can be performed: modeling (formal state equations generation), Control analysis (observability, controllability, Structural I/O decouplability, dynamic decoupling,...) diagnosis analysis (automatic generation of robust fault indicators, sensor placement, structural diagnosability) and finally sizing of actuators. The presentation will be illustrated by real industrial applications. Limits and perspectives of bond graph theory conclude the keynote.

  3. Effects of the Nd:YAG laser on DNA synthesis and collagen production in human skin fibroblast cultures

    Energy Technology Data Exchange (ETDEWEB)

    Castro, D.J.; Abergel, R.P.; Meeker, C.; Dwyer, R.M.; Lesavoy, M.A.; Uitto, J.

    1983-09-01

    Human skin fibroblasts were subjected to treatment with a Neodymium:YAG laser at 1060 nm with varying levels of energy determined by a reproducible method of dosimetry. DNA synthesis in the cells was measured by the incorporation of (3H)thymidine, and collagen production was monitored by the synthesis of nondialyzable (3H)hydroxyproline after incubation of cells with (3H)proline. Using energy levels equal to 1.7 X 10(3) J/cm2, a significant reduction in DNA synthesis was noted, while the cells remained viable as tested by the trypan blue exclusion test. With energy levels higher or equal to 2.3 X 10(3) J/cm2, the suppression of DNA synthesis was accompanied by cell nonviability. The collagen production, when measured immediately following the treatment with 1.7 X 10(3) J/cm2, was markedly reduced, and similar effects were observed with higher energy levels. However, when the cells were tested for collagen production at 20 hours following laser treatment, there was a significant decrease in collagen production at energy levels as low as 1.1 X 10(3) J/cm2, a dose that did not affect DNA synthesis or cell viability. Thus, the results indicate that the Nd:YAG laser can selectively suppress collagen production without affecting cell proliferation. These observations suggest that laser treatment could potentially be used to reduce collagen deposition in conditions such as keloids and hypertrophic scars.

  4. Sol-gel Synthesis of a Biotemplated Inorganic Photocatalyst

    DEFF Research Database (Denmark)

    Boffa, Vittorio; Yue, Yuanzheng; He, Wen

    2012-01-01

    chemistry and photocatalysis, provides an opportunity to teach valuable laboratory skills and to introduce students to the synthesis, isolation, and characterization of inorganic materials. This laboratory activity is adaptable to a range of educational levels and to various instrumental techniques....

  5. Algebraic solution of the synthesis problem for coded sequences

    International Nuclear Information System (INIS)

    Leukhin, Anatolii N

    2005-01-01

    The algebraic solution of a 'complex' problem of synthesis of phase-coded (PC) sequences with the zero level of side lobes of the cyclic autocorrelation function (ACF) is proposed. It is shown that the solution of the synthesis problem is connected with the existence of difference sets for a given code dimension. The problem of estimating the number of possible code combinations for a given code dimension is solved. It is pointed out that the problem of synthesis of PC sequences is related to the fundamental problems of discrete mathematics and, first of all, to a number of combinatorial problems, which can be solved, as the number factorisation problem, by algebraic methods by using the theory of Galois fields and groups. (fourth seminar to the memory of d.n. klyshko)

  6. Synthesis and photophysical characterizations of thermal-stable naphthalene benzimidazoles.

    Science.gov (United States)

    Erten-Ela, Sule; Ozcelik, Serdar; Eren, Esin

    2011-07-01

    Microwave-assisted synthesis, photophysical and electrochemical properties of thermal-stable naphthalene benzimidazoles and naphthalimides are studied in this paper. Microwave-assisted synthesis of naphthalene benzimidazoles provide higher yields than the conventional thermal synthesis. Comparative photophysical properties of naphthalene benzimidazoles and naphthalimides are revealed that conjugation of electron-donating group onto naphthalimide moiety increases fluorescence quantum yields. Fluorophore-solvent interactions are also investigated using Lippert-Mataga equation for naphthalimides and naphthalene benzimidazoles. Thermal stabilities of naphthalene benzimidazoles are better than naphthalimides due to increased aromaticity. The experimental E(LUMO) levels of naphthalene benzimidazoles are found to be between 3.15 and 3.28 eV. Therefore, naphthalene benzimidazole derivatives consisting of anchoring groups are promising materials in organic dye sensitized solar cells. © Springer Science+Business Media, LLC 2011

  7. Enhancement of the FDOT's project level and network level bridge management analysis tools

    Science.gov (United States)

    2011-02-01

    Over several years, the Florida Department of Transportation (FDOT) has been implementing the AASHTO Pontis Bridge Management System to support network-level and project-level decision making in the headquarters and district offices. Pontis is an int...

  8. Electrochemical Synthesis of Ammonia in Solid Electrolyte Cells

    Energy Technology Data Exchange (ETDEWEB)

    Garagounis, Ioannis; Kyriakou, Vasileios [Department of Chemical Engineering, Aristotle University of Thessaloniki, Thessaloniki (Greece); Chemical Processes and Energy Resources Institute, Center for Research and Technology Hellas, Thessaloniki (Greece); Skodra, Aglaia [Chemical Processes and Energy Resources Institute, Center for Research and Technology Hellas, Thessaloniki (Greece); Vasileiou, Eirini; Stoukides, Michael, E-mail: stoukidi@cperi.certh.gr [Department of Chemical Engineering, Aristotle University of Thessaloniki, Thessaloniki (Greece); Chemical Processes and Energy Resources Institute, Center for Research and Technology Hellas, Thessaloniki (Greece)

    2014-01-17

    Developed in the early 1900s, the “Haber–Bosch” synthesis is the dominant NH{sub 3} synthesis process. Parallel to catalyst optimization, current research efforts are also focused on the investigation of new methods for ammonia synthesis, including the electrochemical synthesis with the use of solid electrolyte cells. Since the first report on Solid State Ammonia Synthesis (SSAS), more than 30 solid electrolyte materials were tested and at least 15 catalysts were used as working electrodes. Thus far, the highest rate of ammonia formation reported is 1.13 × 10{sup -8} mol s{sup -1} cm{sup -2}, obtained at 80°C with a Nafion solid electrolyte and a mixed oxide, SmFe{sub 0.7}Cu{sub 0.1}Ni{sub 0.2}O{sub 3}, cathode. At high temperatures (>500°C), the maximum rate was 9.5 × 10{sup −9} mol s{sup -1} cm{sup -2} using Ce{sub 0.8}Y{sub 0.2}O{sub 2-δ}–[Ca{sub 3}(PO{sub 4}){sub 2}–K{sub 3}PO{sub 4}] as electrolyte and Ag–Pd as cathode. In this paper, the advantages and the disadvantages of SSAS vs. the conventional process and the requirements that must be met in order to promote the electrochemical process into an industrial level are discussed.

  9. Role of adrenal hormones in the synthesis of noradrenaline in cardiac sympathetic neurones

    Science.gov (United States)

    Bhagat, B.

    1969-01-01

    1. Adrenalectomy or adrenal demedullation affected neither the levels of endogenous catecholamines in the rat heart nor the accumulation of 3H-noradrenaline 1 hr after its intravenous administration. 2. Twenty-four hours after intravenous administration of labelled amine, however, its retention was markedly reduced in the heart of adrenalectomized or demedullated rats. Ganglionic blockade prevented this reduction. 3. Rate calculations from the decline of catecholamine levels after blockade of synthesis with α-methyl-tyrosine showed that cardiac synthesis of noradrenaline increased about four-fold after demedullation and about three-fold after adrenalectomy. This increase in synthesis may compensate for the loss of circulating catecholamines. 4. There was no change in catechol-o-methyl-transferase activity, but monoamine oxidase activity was increased in the homogenates of the heart of adrenalectomized and demedullated rats. The increase in the cardiac monoamine oxidase activity was markedly greater in the adrenalectomized rats than in the demedullated rats. 5. It is suggested that adrenal cortex insufficiency may modulate the rate of synthesis of noradrenaline and monoamine oxidase activity in cardiac sympathetic neurones. PMID:5360339

  10. Glucosamine exposure reduces proteoglycan synthesis in primary human endothelial cells in vitro

    Directory of Open Access Journals (Sweden)

    Trine M. Reine

    2016-09-01

    Full Text Available Purpose: Glucosamine (GlcN supplements are promoted for medical reasons, for example, for patients with arthritis and other joint-related diseases. Oral intake of GlcN is followed by uptake in the intestine, transport in the circulation and thereafter delivery to chondrocytes. Here, it is postulated to have an effect on synthesis and turnover of extracellular matrix constituents expressed by these cells. Following uptake in the intestine, serum levels are transiently increased, and the endothelium is exposed to increased levels of GlcN. We investigated the possible effects of GlcN on synthesis of proteoglycans (PGs, an important matrix component, in primary human endothelial cells. Methods: Primary human endothelial cells were cultured in vitro in medium with 5 mM glucose and 0–10 mM GlcN. PGs were recovered and analysed by western blotting, or by SDS-PAGE, gel chromatography or ion-exchange chromatography of 35S-PGs after 35S-sulphate labelling of the cells. Results: The synthesis and secretion of 35S-PGs from cultured endothelial cells were reduced in a dose- and time-dependent manner after exposure to GlcN. PGs are substituted with sulphated glycosaminoglycan (GAG chains, vital for PG function. The reduction in 35S-PGs was not related to an effect on GAG chain length, number or sulphation, but rather to the total expression of PGs. Conclusion: Exposure of endothelial cells to GlcN leads to a general decrease in 35S-PG synthesis. These results suggest that exposure to high levels of GlcN can lead to decreased matrix synthesis, contrary to what has been claimed by supporters of such supplements.

  11. Structured synthesis of MEMS using evolutionary approaches

    DEFF Research Database (Denmark)

    Fan, Zhun; Wang, Jiachuan; Achiche, Sofiane

    2008-01-01

    In this paper, we discuss the hierarchy that is involved in a typical MEMS design and how evolutionary approaches can be used to automate the hierarchical synthesis process for MEMS. The paper first introduces the flow of a structured MEMS design process and emphasizes that system-level lumped...

  12. Mechanochemical synthesis of thioureas, ureas and guanidines

    Directory of Open Access Journals (Sweden)

    Vjekoslav Štrukil

    2017-09-01

    Full Text Available In this review, the recent progress in the synthesis of ureas, thioureas and guanidines by solid-state mechanochemical ball milling is highlighted. While the literature is abundant on their preparation in conventional solution environment, it was not until the advent of solvent-free manual grinding using a mortar and pestle and automated ball milling that new synthetic opportunities have opened. The mechanochemical approach not only has enabled the quantitative synthesis of (thioureas and guanidines without using bulk solvents and the generation of byproducts, but it has also been established as a means to develop "click-type" chemistry for these classes of compounds and the concept of small molecule desymmetrization. Moreover, mechanochemistry has been demonstrated as an effective tool in reaction discovery, with emphasis on the reactivity differences in solution and in the solid state. These three classes of organic compounds share some structural features which are reflected in their physical and chemical properties, important for application as organocatalysts and sensors. On the other hand, the specific and unique nature of each of these functionalities render (thioureas and guanidines as the key constituents of pharmaceuticals and other biologically active compounds.

  13. The Arabidopsis co-expression tool (act): a WWW-based tool and database for microarray-based gene expression analysis

    DEFF Research Database (Denmark)

    Jen, C. H.; Manfield, I. W.; Michalopoulos, D. W.

    2006-01-01

    be examined using the novel clique finder tool to determine the sets of genes most likely to be regulated in a similar manner. In combination, these tools offer three levels of analysis: creation of correlation lists of co-expressed genes, refinement of these lists using two-dimensional scatter plots......We present a new WWW-based tool for plant gene analysis, the Arabidopsis Co-Expression Tool (act) , based on a large Arabidopsis thaliana microarray data set obtained from the Nottingham Arabidopsis Stock Centre. The co-expression analysis tool allows users to identify genes whose expression...

  14. Synthesis of Α-azido-oximes from chiral cyclo-hexanones. Conformation monitoring by NMR

    International Nuclear Information System (INIS)

    Alves, R.J.; Fontes Prado, M.A.; Oliveira, A.B. de; Souza Filho, J.D. de; GArcia, J.I.; Olesker, A.; Lukacs, G.

    1993-01-01

    Carbon hydrates are the greatest source of chirality due to a large number of functional groups. Such compounds present preferential conformations, which result in reactions which high level of stereo-selectivity. This work is concerned to the preparation of intermediates to several other synthesis of biological interest and how the above mentioned properties influence these synthesis

  15. Dynamic synthesis for the energy transmission systems long term planning; Sintese dinamica para o planejamento a longo prazo de sistemas de transmissao de energia

    Energy Technology Data Exchange (ETDEWEB)

    Salles Filho, Anirio

    1988-12-01

    An automation methodology for dynamic synthesis of electric power transmission network is presented. The dynamic synthesis problem is formulated by an optimization mathematical model. The use of a Lagrangian Relaxation strategy allows to decompose the dynamic problem in a simpler static subproblems sequence. The developed model goal is to establish options of system expansion that minimize the investments total costs and satisfy the increasing demand in time. The method is tested in transmission networks Brazilian system and the obtained results show the utility of a dynamic synthesis tool to assist in complex task of planing the transmission system expansion.

  16. Distributed PROMPT-LTL Synthesis

    Directory of Open Access Journals (Sweden)

    Swen Jacobs

    2016-09-01

    Full Text Available We consider the synthesis of distributed implementations for specifications in Prompt Linear Temporal Logic (PROMPT-LTL, which extends LTL by temporal operators equipped with parameters that bound their scope. For single process synthesis it is well-established that such parametric extensions do not increase worst-case complexities. For synchronous systems, we show that, despite being more powerful, the distributed realizability problem for PROMPT-LTL is not harder than its LTL counterpart. For asynchronous systems we have to consider an assume-guarantee synthesis problem, as we have to express scheduling assumptions. As asynchronous distributed synthesis is already undecidable for LTL, we give a semi-decision procedure for the PROMPT-LTL assume-guarantee synthesis problem based on bounded synthesis.

  17. Predictors of muscle protein synthesis after severe pediatric burns.

    Science.gov (United States)

    Diaz, Eva C; Herndon, David N; Lee, Jinhyung; Porter, Craig; Cotter, Matthew; Suman, Oscar E; Sidossis, Labros S; Børsheim, Elisabet

    2015-04-01

    Following a major burn, skeletal muscle protein synthesis rate increases but is often insufficient to compensate for massively elevated muscle protein breakdown rates. Given the long-term nature of the pathophysiologic response to burn injury, we hypothesized that muscle protein synthesis rate would be chronically elevated in severely burned children. The objectives of this study were to characterize muscle protein synthesis rate of burned children over a period of 24 months after injury and to identify predictors that influence this response. A total of 87 children with 40% or greater total body surface area (TBSA) burned were included. Patients participated in stable isotope infusion studies at 1, 2, and approximately 4 weeks after burn and at 6, 12, and 24 months after injury to determine skeletal muscle protein fractional synthesis rate. Generalized estimating equations with log link normal distribution were applied to account for clustering of patients and control for patient characteristics. Patients (8 ± 6 years) had large (62, 51-72% TBSA) and deep (47% ± 21% TBSA third degree) burns. Muscle protein fractional synthesis rate was elevated throughout the first 12 months after burn compared with established values from healthy young adults. Muscle protein fractional synthesis rate was lower in boys, in children older than 3 years, and when burns were greater than 80% TBSA. Muscle protein synthesis is elevated for at least 1 year after injury, suggesting that greater muscle protein turnover is a component of the long-term pathophysiologic response to burn trauma. Muscle protein synthesis is highly affected by sex, age, and burn size in severely burned children. These findings may explain the divergence in net protein balance and lean body mass in different populations of burn patients. Prognostic study, level III.

  18. Organic synthesis

    International Nuclear Information System (INIS)

    Lallemand, J.Y.; Fetizon, M.

    1988-01-01

    The 1988 progress report of the Organic Synthesis Chemistry laboratory (Polytechnic School, France), is presented. The laboratory activities are centered on the chemistry of natural products, which have a biological activity and on the development of new reactions, useful in the organic synthesis. The research works involve the following domains: the natural products chemistry which are applied in pharmacology, the plants and insects chemistry, the organic synthesis, the radical chemistry new reactions and the bio-organic physicochemistry. The published papers, the congress communications and the thesis are listed [fr

  19. Tools of radio astronomy

    CERN Document Server

    Wilson, Thomas L; Hüttemeister, Susanne

    2013-01-01

    This 6th edition of “Tools of Radio Astronomy”, the most used introductory text in radio astronomy, has been revised to reflect the current state of this important branch of astronomy. This includes the use of satellites, low radio frequencies, the millimeter/sub-mm universe, the Cosmic Microwave Background and the increased importance of mm/sub-mm dust emission. Several derivations and presentations of technical aspects of radio astronomy and receivers, such as receiver noise, the Hertz dipole and  beam forming have been updated, expanded, re-worked or complemented by alternative derivations. These reflect advances in technology. The wider bandwidths of the Jansky-VLA and long wave arrays such as LOFAR and mm/sub-mm arrays such as ALMA required an expansion of the discussion of interferometers and aperture synthesis. Developments in data reduction algorithms have been included. As a result of the large amount of data collected in the past 20 years, the discussion of solar system radio astronomy, dust em...

  20. A Firm-Level Innovation Management Framework and Assessment Tool for Increasing Competitiveness

    Directory of Open Access Journals (Sweden)

    Sorin Cohn

    2013-10-01

    Full Text Available Innovation depends on much more than just technology and R&D. It is a means to an end – competitive success and higher market value – and it needs to be managed strategically and methodically for tangible corporate performance where it matters: in the market. This article introduces a comprehensive corporate innovation management framework (v-CIM and a targeted competitiveness assessment tool (i-TCA. Properly used by corporate leaders, this framework and its associated tool enable innovation managers to decide on priorities for competitive development, adopt appropriate innovation strategies to meet corporate goals, monitor progress, make adjustments, and help create and maintain a culture of innovation that is aligned with business goals.

  1. Medicare Part D Opioid Drug Mapping Tool

    Data.gov (United States)

    U.S. Department of Health & Human Services — The Medicare Part D opioid prescribing mapping tool is an interactive tool that shows geographic comparisons, at the state, county, and ZIP code levels, of...

  2. SPARSE FARADAY ROTATION MEASURE SYNTHESIS

    International Nuclear Information System (INIS)

    Andrecut, M.; Stil, J. M.; Taylor, A. R.

    2012-01-01

    Faraday rotation measure synthesis is a method for analyzing multichannel polarized radio emissions, and it has emerged as an important tool in the study of Galactic and extragalactic magnetic fields. The method requires the recovery of the Faraday dispersion function from measurements restricted to limited wavelength ranges, which is an ill-conditioned deconvolution problem. Here, we discuss a recovery method that assumes a sparse approximation of the Faraday dispersion function in an overcomplete dictionary of functions. We discuss the general case when both thin and thick components are included in the model, and we present the implementation of a greedy deconvolution algorithm. We illustrate the method with several numerical simulations that emphasize the effect of the covered range and sampling resolution in the Faraday depth space, and the effect of noise on the observed data.

  3. Coronavirus minus-strand RNA synthesis and effect of cycloheximide on coronavirus RNA synthesis

    International Nuclear Information System (INIS)

    Sawicki, S.G.; Sawicki, D.L.

    1986-01-01

    The temporal sequence of coronavirus plus-strand and minus-strand RNA synthesis was determined in 17CL1 cells infected with the A59 strain of mouse hepatitis virus (MHV). MHV-induced fusion was prevented by keeping the pH of the medium below pH 6.8. This had no effect on the MHV replication cycle, but gave 5- to 10-fold-greater titers of infectious virus and delayed the detachment of cells from the monolayer which permitted viral RNA synthesis to be studied conveniently until at least 10 h postinfection. Seven species of poly(A)-containing viral RNAs were synthesized at early and late times infection, in nonequal but constant ratios. MHV minus-strand RNA synthesis was first detected at about 3 h after infection and was found exclusively in the viral replicative intermediates and was not detected in 60S single-stranded form in infected cells. Early in the replication cycle, from 45 to 65% of the [ 3 H]uridine pulse-labeled RF core of purified MHV replicative intermediates was in minus-strand RNA. The rate of minus-strand synthesis peaked at 5 to 6 h postinfection and then declined to about 20% of the maximum rate. The addition of cycloheximide before 3 h postinfection prevented viral RNA synthesis, whereas the addition of cycloheximide after viral RNA synthesis had begun resulted in the inhibition of viral RNA synthesis. The synthesis of both genome and subgenomic mRNAs and of viral minus strands required continued protein synthesis, and minis-strand RNA synthesis was three- to fourfold more sensitive to inhibition of cycloheximide than was plus-strand synthesis

  4. Evolutionary synthesis of optimum light ends recovery unit with exergy analysis application

    International Nuclear Information System (INIS)

    Khalili-Garakani, Amirhossein; Ivakpour, Javad; Kasiri, Norollah

    2016-01-01

    Highlights: • Presenting an evolutionary synthesis algorithm. • Reducing configuration nominees based on exergy loss diagram of distillation columns. • Reduction of search space without decreasing the comprehensiveness and precision of the synthesis algorithm. • Rigorous simulation and optimization of sequences. - Abstract: Exergy analysis proved to be important in understanding of regions with poor energy efficiency and improve the design of distillation processes. In this study a new method based on exergy analysis is developed for the synthesis of a light ends recovery unit. The algorithm is some kinds of evolutionary one which employ total exergy loss diagrams of distillation columns for limiting the search space and reducing configuration nominees. The new method presented here for the light end separation unit, applies exergy loss diagrams as a powerful tool in locating the weak spot in the distillation columns of the Brugma sequence (as a first guess) and change the structure of the sequence step by step to achieve the best sequence. The results show that the new method could reduce the amount of calculations between 16% and 55% of the cases considered in this case study. The reduction of the search space takes place without decreasing the comprehensiveness and precision of the synthesis algorithm. Besides the amount of reduction in total annual cost and exergy loss of the optimum sequence is considerable.

  5. TESTAR : Tool Support for Test Automation at the User Interface Level

    NARCIS (Netherlands)

    Vos, Tanja E.J.; Kruse, Peter M.; Condori Fernandez, Nelly; Bauersfeld, Sebastian; Wegener, Joachim

    2015-01-01

    Testing applications with a graphical user interface (GUI) is an important, though challenging and time consuming task. The state of the art in the industry are still capture and replay tools, which may simplify the recording and execution of input sequences, but do not support the tester in finding

  6. Kefir consumption does not alter plasma lipid levels or cholesterol fractional synthesis rates relative to milk in hyperlipidemic men: a randomized controlled trial [ISRCTN10820810

    Science.gov (United States)

    St-Onge, Marie-Pierre; Farnworth, Edward R; Savard, Tony; Chabot, Denise; Mafu, Akier; Jones, Peter JH

    2002-01-01

    Background Fermented milk products have been shown to affect serum cholesterol concentrations in humans. Kefir, a fermented milk product, has been traditionally consumed for its potential health benefits but has to date not been studied for its hypocholesterolemic properties. Methods Thirteen healthy mildly hypercholesterolemic male subjects consumed a dairy supplement in randomized crossover trial for 2 periods of 4 wk each. Subjects were blinded to the dairy supplement consumed. Blood samples were collected at baseline and after 4 wk of supplementation for measurement of plasma total, low-density lipoprotein, and high-density lipoprotein cholesterol and triglyceride concentrations, as well as fatty acid profile and cholesterol synthesis rate. Fecal samples were collected at baseline and after 2 and 4 wk of supplementation for determination of fecal short chain fatty acid level and bacterial content. Results Kefir had no effect on total cholesterol, low-density lipoprotein cholesterol, high-density lipoprotein cholesterol or triglyceride concentrations nor on cholesterol fractional synthesis rates after 4 wk of supplementation. No significant change on plasma fatty acid levels was observed with diet. However, both kefir and milk increased (p < 0.05) fecal isobutyric, isovaleric and propionic acids as well as the total amount of fecal short chain fatty acids. Kefir supplementation resulted in increased fecal bacterial content in the majority of the subjects. Conclusions Since kefir consumption did not result in lowered plasma lipid concentrations, the results of this study do not support consumption of kefir as a cholesterol-lowering agent. PMID:11825344

  7. A high level implementation and performance evaluation of level-I asynchronous cache on FPGA

    Directory of Open Access Journals (Sweden)

    Mansi Jhamb

    2017-07-01

    Full Text Available To bridge the ever-increasing performance gap between the processor and the main memory in a cost-effective manner, novel cache designs and implementations are indispensable. Cache is responsible for a major part of energy consumption (approx. 50% of processors. This paper presents a high level implementation of a micropipelined asynchronous architecture of L1 cache. Due to the fact that each cache memory implementation is time consuming and error-prone process, a synthesizable and a configurable model proves out to be of immense help as it aids in generating a range of caches in a reproducible and quick fashion. The micropipelined cache, implemented using C-Elements acts as a distributed message-passing system. The RTL cache model implemented in this paper, comprising of data and instruction caches has a wide array of configurable parameters. In addition to timing robustness our implementation has high average cache throughput and low latency. The implemented architecture comprises of two direct-mapped, write-through caches for data and instruction. The architecture is implemented in a Field Programmable Gate Array (FPGA chip using Very High Speed Integrated Circuit Hardware Description Language (VHSIC HDL along with advanced synthesis and place-and-route tools.

  8. Software tools for microprocessor based systems

    International Nuclear Information System (INIS)

    Halatsis, C.

    1981-01-01

    After a short review of the hardware and/or software tools for the development of single-chip, fixed instruction set microprocessor-based sytems we focus on the software tools for designing systems based on microprogrammed bit-sliced microprocessors. Emphasis is placed on meta-microassemblers and simulation facilties at the register-transfer-level and architecture level. We review available meta-microassemblers giving their most important features, advantages and disadvantages. We also make extentions to higher-level microprogramming languages and associated systems specifically developed for bit-slices. In the area of simulation facilities we first discuss the simulation objectives and the criteria for chosing the right simulation language. We consertrate to simulation facilities already used in bit-slices projects and discuss the gained experience. We conclude by describing the way the Signetics meta-microassembler and the ISPS simulation tool have been employed in the design of a fast microprogrammed machine, called MICE, made out of ECL bit-slices. (orig.)

  9. Depletion of polycistronic transcripts using short interfering RNAs: cDNA synthesis method affects levels of non-targeted genes determined by quantitative PCR.

    Science.gov (United States)

    Hanning, Jennifer E; Groves, Ian J; Pett, Mark R; Coleman, Nicholas

    2013-05-21

    Short interfering RNAs (siRNAs) are often used to deplete viral polycistronic transcripts, such as those encoded by human papillomavirus (HPV). There are conflicting data in the literature concerning how siRNAs targeting one HPV gene can affect levels of other genes in the polycistronic transcripts. We hypothesised that the conflict might be partly explained by the method of cDNA synthesis used prior to transcript quantification. We treated HPV16-positive cervical keratinocytes with siRNAs targeting the HPV16 E7 gene and used quantitative PCR to compare transcript levels of E7 with those of E6 and E2, viral genes located upstream and downstream of the target site respectively. We compared our findings from cDNA generated using oligo-dT primers alone with those from cDNA generated using a combination of random hexamer and oligo-dT primers. Our data show that when polycistronic transcripts are targeted by siRNAs, there is a period when untranslatable cleaved mRNA upstream of the siRNA binding site remains detectable by PCR, if cDNA is generated using random hexamer primers. Such false indications of mRNA abundance are avoided using oligo-dT primers. The period corresponds to the time taken for siRNA activity and degradation of the cleaved transcripts. Genes downstream of the siRNA binding site are detectable during this interval, regardless of how the cDNA is generated. These data emphasise the importance of the cDNA synthesis method used when measuring transcript abundance following siRNA depletion of polycistronic transcripts. They provide a partial explanation for erroneous reports suggesting that siRNAs targeting HPV E7 can have gene-specific effects.

  10. Toward a synthetic economic systems modeling tool for sustainable exploitation of ecosystems.

    Science.gov (United States)

    Richardson, Colin; Courvisanos, Jerry; Crawford, John W

    2011-02-01

    Environmental resources that underpin the basic human needs of water, energy, and food are predicted to become in such short supply by 2050 that global security and the well-being of millions will be under threat. These natural commodities have been allowed to reach crisis levels of supply because of a failure of economic systems to sustain them. This is largely because there have been no means of integrating their exploitation into any economic model that effectively addresses ecological systemic failures in a way that provides an integrated ecological-economic tool that can monitor and evaluate market and policy targets. We review the reasons for this and recent attempts to address the problem while identifying outstanding issues. The key elements of a policy-oriented economic model that integrates ecosystem processes are described and form the basis of a proposed new synthesis approach. The approach is illustrated by an indicative case study that develops a simple model for rainfed and irrigated food production in the Murray-Darling basin of southeastern Australia. © 2011 New York Academy of Sciences.

  11. Governance of complex environmental situations through social learning: a synthesis of SLIM's lessons for research, policy and practice

    NARCIS (Netherlands)

    Steyaert, P.; Jiggins, Janice

    2007-01-01

    This synthesis of the SLIM project findings deals with the development and deployment of knowledge and research that is useful for actions that transform at socially and ecologically meaningful scales. A diagnostic framework (DF) is elaborated that aims to transform the findings into a tool that

  12. Formalin-induced behavioural hypersensitivity and neuronal hyperexcitability are mediated by rapid protein synthesis at the spinal level

    Science.gov (United States)

    Asante, Curtis O; Wallace, Victoria C; Dickenson, Anthony H

    2009-01-01

    Background The mammalian target of rapamycin (mTOR) is a key regulator of mRNA translation whose action can be inhibited by the drug rapamycin. Forms of long-term plasticity require protein synthesis and evidence indicates that mRNA in dendrites, axon terminals and cell bodies is essential for long-term synaptic plasticity. Specific to pain, shifts in pain thresholds and responsiveness are an expression of neuronal plasticity and this likely contributes to persistent pain. We investigated this by inhibiting the activity of mTOR with rapamycin at the spinal level, of rats that were subjected to the formalin test, using both behavioural and electrophysiological techniques. Results For in vivo electrophysiology, Sprague Dawley rats were fully anaesthetised and single-unit extracellular recordings were obtained from lamina V wide dynamic range (WDR) dorsal horn spinal neurones at the region where input is received from the hind paw. Neuronal responses from naive rats showed that rapamycin-sensitive pathways were important in nociceptive-specific C-fibre mediated transmission onto WDR neurones as well mechanically-evoked responses since rapamycin was effective in attenuating these measures. Formalin solution was injected into the hind paw prior to which, rapamycin or vehicle was applied directly onto the exposed spinal cord. When rapamycin was applied to the spinal cord prior to hind paw formalin injection, there was a significant attenuation of the prolonged second phase of the formalin test, which comprises continuing afferent input to the spinal cord, neuronal hyperexcitability and an activated descending facilitatory drive from the brainstem acting on spinal neurones. In accordance with electrophysiological data, behavioural studies showed that rapamycin attenuated behavioural hypersensitivity elicited by formalin injection into the hind paw. Conclusion We conclude that mTOR has a role in maintaining persistent pain states via mRNA translation and thus protein

  13. Formalin-induced behavioural hypersensitivity and neuronal hyperexcitability are mediated by rapid protein synthesis at the spinal level

    Directory of Open Access Journals (Sweden)

    Wallace Victoria C

    2009-06-01

    Full Text Available Abstract Background The mammalian target of rapamycin (mTOR is a key regulator of mRNA translation whose action can be inhibited by the drug rapamycin. Forms of long-term plasticity require protein synthesis and evidence indicates that mRNA in dendrites, axon terminals and cell bodies is essential for long-term synaptic plasticity. Specific to pain, shifts in pain thresholds and responsiveness are an expression of neuronal plasticity and this likely contributes to persistent pain. We investigated this by inhibiting the activity of mTOR with rapamycin at the spinal level, of rats that were subjected to the formalin test, using both behavioural and electrophysiological techniques. Results For in vivo electrophysiology, Sprague Dawley rats were fully anaesthetised and single-unit extracellular recordings were obtained from lamina V wide dynamic range (WDR dorsal horn spinal neurones at the region where input is received from the hind paw. Neuronal responses from naive rats showed that rapamycin-sensitive pathways were important in nociceptive-specific C-fibre mediated transmission onto WDR neurones as well mechanically-evoked responses since rapamycin was effective in attenuating these measures. Formalin solution was injected into the hind paw prior to which, rapamycin or vehicle was applied directly onto the exposed spinal cord. When rapamycin was applied to the spinal cord prior to hind paw formalin injection, there was a significant attenuation of the prolonged second phase of the formalin test, which comprises continuing afferent input to the spinal cord, neuronal hyperexcitability and an activated descending facilitatory drive from the brainstem acting on spinal neurones. In accordance with electrophysiological data, behavioural studies showed that rapamycin attenuated behavioural hypersensitivity elicited by formalin injection into the hind paw. Conclusion We conclude that mTOR has a role in maintaining persistent pain states via m

  14. Facile synthesis of deuterated and [14C]labeled analogues of vanillin and curcumin for use as mechanistic and analytical tools

    Science.gov (United States)

    Gordon, Odaine N.; Graham, Leigh A.; Schneider, Claus

    2014-01-01

    Curcumin is a dietary diphenol with antioxidant, antinflammatory and antitumor activity. We describe facile procedures for the synthesis of [14C2]curcumin (4 mCi/mmol), [d6]curcumin, [d3]curcumin, [13C5]curcumin, and [d6]bicyclopentadione, the major oxidative metabolite of curcumin. We also describe synthesis of the labeled building blocks [14C]vanillin, [d3]vanillin, and [13C5]acetylacetone. The overall molar yields of the labeled products were 52% ([14C]) and 47% ([d3]) for vanillin and 25% ([14C2]) and 27% ([d6]) for curcumin. The compounds can be used as radiotracers in biotransformation studies and as isotopic standards for mass spectrometry-based quantification in pharmacokinetic analyses. PMID:24339007

  15. Tools for plant safety engineer

    International Nuclear Information System (INIS)

    Fabic, S.

    1996-01-01

    This paper contains: - review of tools for monitoring plant safety equipment reliability and readiness, before and accident (performance indicators for monitoring the risk and reliability performance and for determining when degraded performance alert levels are achieved) - brief reviews of tools for use during an accident: Emergency Operating Procedures (EOPs), Emergency Response Data System (ERDS), Reactor Safety Assessment System (RSAS), Computerized Accident Management Support

  16. Selection of a tool to decision making for site selection for high level waste

    International Nuclear Information System (INIS)

    Madeira, J.G.; Alvin, A.C.M.; Martins, V.B.; Monteiro, N.A.

    2016-01-01

    The aim of this paper is to create a panel comparing some of the key decision-making support tools used in situations with the characteristics of the problem of selecting suitable areas for constructing a final deep geologic repository. The tools addressed in this work are also well known and with easy implementation. The decision-making process in matters of this kind is, in general, complex due to its multi-criteria nature and the conflicting opinions of various stakeholders. Thus, a comprehensive study was performed with the literature in this subject, specifically in documents of the International Atomic Energy Agency (IAEA), regarding the importance of the criteria involved in the decision-making process. Therefore, we highlighted six judgment attributes for selecting a decision support tool, suitable for the problem. For this study, we have selected the following multi-criteria tools: AHP, Delphi, Brainstorm, Nominal Group Technique and AHP-Delphi. Finally, the AHP-Delphi method has demonstrated to be more appropriate for managing the inherent multiple attributes to the problem proposed. (authors)

  17. An Approach to Interface Synthesis

    DEFF Research Database (Denmark)

    Madsen, Jan; Hald, Bjarne

    1995-01-01

    Presents a novel interface synthesis approach based on a one-sided interface description. Whereas most other approaches consider interface synthesis as optimizing a channel to existing client/server modules, we consider the interface synthesis as part of the client/server module synthesis (which...... may contain the re-use of existing modules). The interface synthesis approach describes the basic transformations needed to transform the server interface description into an interface description on the client side of the communication medium. The synthesis approach is illustrated through a point...

  18. UTILIZATION OF QUALITY TOOLS: DOES SECTOR AND SIZE MATTER?

    Directory of Open Access Journals (Sweden)

    Luis Fonseca

    2015-12-01

    Full Text Available This research focuses on the influence of company sector and size on the level of utilization of Basic and Advanced Quality Tools. The paper starts with a literature review and then presents the methodology used for the survey. Based on the responses from 202 managers of Portuguese ISO 9001:2008 Quality Management System certified organizations, statistical tests were performed. Results show, with 95% confidence level, that industry and services have a similar proportion of use of Basic and Advanced Quality Tools. Concerning size, bigger companies show a higher trend to use Advanced Quality Tools than smaller ones. For Basic Quality Tools, there was no statistical significant difference at a 95% confidence level for different company sizes. The three basic Quality tools with higher utilization were Check sheets, Flow charts and Histograms (for Services or Control Charts/ (for Industry, however 22% of the surveyed organizations reported not using Basic Quality Tools, which highlights a major improvement opportunity for these companies. Additional studies addressing motivations, benefits and barriers for Quality Tools application should be undertaken for further validation and understanding of these results.

  19. What is the most appropriate knowledge synthesis method to conduct a review? Protocol for a scoping review

    Directory of Open Access Journals (Sweden)

    Kastner Monika

    2012-08-01

    Full Text Available Abstract Background A knowledge synthesis attempts to summarize all pertinent studies on a specific question, can improve the understanding of inconsistencies in diverse evidence, and can identify gaps in research evidence to define future research agendas. Knowledge synthesis activities in healthcare have largely focused on systematic reviews of interventions. However, a wider range of synthesis methods has emerged in the last decade addressing different types of questions (e.g., realist synthesis to explore mediating mechanisms and moderators of interventions. Many different knowledge synthesis methods exist in the literature across multiple disciplines, but locating these, particularly for qualitative research, present challenges. There is a need for a comprehensive manual for synthesis methods (quantitative/qualitative or mixed, outlining how these methods are related, and how to match the most appropriate knowledge synthesis method to answer a research question. The objectives of this scoping review are to: 1 conduct a systematic search of the literature for knowledge synthesis methods across multi-disciplinary fields; 2 compare and contrast the different knowledge synthesis methods; and, 3 map out the specific steps to conducting the knowledge syntheses to inform the development of a knowledge synthesis methods manual/tool. Methods We will search relevant electronic databases (e.g., MEDLINE, CINAHL, grey literature, and discipline-based listservs. The scoping review will consider all study designs including qualitative and quantitative methodologies (excluding economic analysis or clinical practice guideline development, and identify knowledge synthesis methods across the disciplines of health, education, sociology, and philosophy. Two reviewers will pilot-test the screening criteria and data abstraction forms, and will independently screen the literature and abstract the data. A three-step synthesis process will be used to map the

  20. The effect of Maillard reaction products and yeast strain on the synthesis of key higher alcohols and esters in beer fermentations.

    Science.gov (United States)

    Dack, Rachael E; Black, Gary W; Koutsidis, Georgios; Usher, St John

    2017-10-01

    The effect of Maillard reaction products (MRPs), formed during the production of dark malts, on the synthesis of higher alcohols and esters in beer fermentations was investigated by headspace solid-phase microextraction GC-MS. Higher alcohol levels were significantly (p<0.05) higher in dark malt fermentations, while the synthesis of esters was inhibited, due to possible suppression of enzyme activity and/or gene expression linked to ester synthesis. Yeast strain also affected flavour synthesis with Saccharomyces cerevisiae strain A01 producing considerably lower levels of higher alcohols and esters than S288c and L04. S288c produced approximately double the higher alcohol levels and around twenty times more esters compared to L04. Further investigations into malt type-yeast strain interactions in relation to flavour development are required to gain better understanding of flavour synthesis that could assist in the development of new products and reduce R&D costs for the industry. Copyright © 2017 Elsevier Ltd. All rights reserved.

  1. Physics-Based Probabilistic Design Tool with System-Level Reliability Constraint, Phase II

    Data.gov (United States)

    National Aeronautics and Space Administration — The work proposed herein would develop a set of analytic methodologies and a computer tool suite enabling aerospace hardware designers to rapidly determine optimum...

  2. Cytomatrix synthesis in MDCK epithelial cells

    International Nuclear Information System (INIS)

    Mitchell, J.J.; Low, R.B.; Woodcock-Mitchell, J.L.

    1990-01-01

    Detailed information regarding the synthesis rates of individual protein components is important in understanding the assembly and dynamics of the cytoskeletal matrix of eukaryotic cells. As an approach to this topic, the dual isotope technique of Clark and Zak, was employed to measure fractional synthesis rates (FSRs) in growing and quiescent cultures of MDCK epithelial cells. Cell protein was labeled to equilibrium with [14C]leucine over several days and then pulse-labeled for 4 hours with [3H]leucine. FSRs (as percent per hour) were calculated from the 3H/14C ratio of cell extracts or individual proteins separated by two-dimensional polyacrylamide gel electrophoresis and the 3H/14C ratio of free leucine in the medium. Synthesis of total cell protein rose from approximately 1.4%/hour in quiescent cells to 3.5%/hour in the growing cultures. The latter rate was sufficient to account for the rate of protein accumulation and a low level of turnover in the growing cultures. The FSR of the buffered-Triton soluble extract was higher and the cytoskeletal FSR significantly lower than that for total protein in quiescent monolayers. This difference, however, was not observed in growing cultures. A distinct pattern of differences was seen in the FSRs of individual cytoskeletal proteins in the quiescent cultures. Vimentin synthesis was significantly lower than that of the keratins and the keratin FSRs were not obviously matched in pairwise fashion. Unexpectedly, the FSRs of alpha- and beta-tubulin diverged in quiescent cells with alpha-tubulin turnover exceeding beta-tubulin. Likewise, components of the microfilament lattice showed unequal fractional synthesis rates, myosin and alpha-actinin being faster than actin. In addition, the FSR for globular actin exceeded that of the cytoskeletal associated form

  3. PathMAPA: a tool for displaying gene expression and performing statistical tests on metabolic pathways at multiple levels for Arabidopsis

    Directory of Open Access Journals (Sweden)

    Ma Ligeng

    2003-11-01

    Full Text Available Abstract Background To date, many genomic and pathway-related tools and databases have been developed to analyze microarray data. In published web-based applications to date, however, complex pathways have been displayed with static image files that may not be up-to-date or are time-consuming to rebuild. In addition, gene expression analyses focus on individual probes and genes with little or no consideration of pathways. These approaches reveal little information about pathways that are key to a full understanding of the building blocks of biological systems. Therefore, there is a need to provide useful tools that can generate pathways without manually building images and allow gene expression data to be integrated and analyzed at pathway levels for such experimental organisms as Arabidopsis. Results We have developed PathMAPA, a web-based application written in Java that can be easily accessed over the Internet. An Oracle database is used to store, query, and manipulate the large amounts of data that are involved. PathMAPA allows its users to (i upload and populate microarray data into a database; (ii integrate gene expression with enzymes of the pathways; (iii generate pathway diagrams without building image files manually; (iv visualize gene expressions for each pathway at enzyme, locus, and probe levels; and (v perform statistical tests at pathway, enzyme and gene levels. PathMAPA can be used to examine Arabidopsis thaliana gene expression patterns associated with metabolic pathways. Conclusion PathMAPA provides two unique features for the gene expression analysis of Arabidopsis thaliana: (i automatic generation of pathways associated with gene expression and (ii statistical tests at pathway level. The first feature allows for the periodical updating of genomic data for pathways, while the second feature can provide insight into how treatments affect relevant pathways for the selected experiment(s.

  4. Development of the Veritas plot and its application in cardiac surgery: an evidence-synthesis graphic tool for the clinician to assess multiple meta-analyses reporting on a common outcome.

    Science.gov (United States)

    Panesar, Sukhmeet S; Rao, Christopher; Vecht, Joshua A; Mirza, Saqeb B; Netuveli, Gopalakrishnan; Morris, Richard; Rosenthal, Joe; Darzi, Ara; Athanasiou, Thanos

    2009-10-01

    Meta-analyses may be prone to generating misleading results because of a paucity of experimental studies (especially in surgery); publication bias; and heterogeneity in study design, intervention and the patient population of included studies. When investigating a specific clinical or scientific question on which several relevant meta-analyses may have been published, value judgments must be applied to determine which analysis represents the most robust evidence. These value judgments should be specifically acknowledged. We designed the Veritas plot to explicitly explore important elements of quality and to facilitate decision-making by highlighting specific areas in which meta-analyses are found to be deficient. Furthermore, as a graphic tool, it may be more intuitive than when similar data are presented in a tabular or text format. The Veritas plot is an adaption of the radar plot, a graphic tool for the description of multiattribute data. Key elements of meta-analytical quality such as heterogeneity, publication bias and study design are assessed. Existing qualitative methods such as the Assessment of Multiple Systematic Reviews (AMSTAR) tool have been incorporated in addition to important considerations when interpreting surgical meta-analyses such as the year of publication and population characteristics. To demonstrate the potential of the Veritas plot to inform clinical practice, we apply the Veritas plot to the meta-analytical literature comparing the incidence of 30-day stroke in off-pump coronary artery bypass surgery and conventional coronary artery bypass surgery. We demonstrate that a visually-stimulating and practical evidence-synthesis tool can direct the clinician and scientist to a particular meta-analytical study to inform clinical practice. The Veritas plot is also cumulative and allowed us to assess the quality of evidence over time. We have presented a practical graphic application for scientists and clinicians to identify and interpret

  5. Statistical planning of experiments applied in zeolite 4A synthesis

    International Nuclear Information System (INIS)

    Santos, Armindo; Santos, Liessi Luiz; Oliveira, Maria Lucia M. de; Pinto, Joao Mario Andrade

    1995-01-01

    Zeolite, an aluminum silicate which can be used in high level radioactive waste immobilization is presented. A brief description of various aspects of 4A Zeolite is made emphasizing the fractioned factorial statistic planning results, with two levels without replication, applied in the synthesis of this compound. (author). 7 refs., 3 figs

  6. Forensic surface metrology: tool mark evidence.

    Science.gov (United States)

    Gambino, Carol; McLaughlin, Patrick; Kuo, Loretta; Kammerman, Frani; Shenkin, Peter; Diaczuk, Peter; Petraco, Nicholas; Hamby, James; Petraco, Nicholas D K

    2011-01-01

    Over the last several decades, forensic examiners of impression evidence have come under scrutiny in the courtroom due to analysis methods that rely heavily on subjective morphological comparisons. Currently, there is no universally accepted system that generates numerical data to independently corroborate visual comparisons. Our research attempts to develop such a system for tool mark evidence, proposing a methodology that objectively evaluates the association of striated tool marks with the tools that generated them. In our study, 58 primer shear marks on 9 mm cartridge cases, fired from four Glock model 19 pistols, were collected using high-resolution white light confocal microscopy. The resulting three-dimensional surface topographies were filtered to extract all "waviness surfaces"-the essential "line" information that firearm and tool mark examiners view under a microscope. Extracted waviness profiles were processed with principal component analysis (PCA) for dimension reduction. Support vector machines (SVM) were used to make the profile-gun associations, and conformal prediction theory (CPT) for establishing confidence levels. At the 95% confidence level, CPT coupled with PCA-SVM yielded an empirical error rate of 3.5%. Complementary, bootstrap-based computations for estimated error rates were 0%, indicating that the error rate for the algorithmic procedure is likely to remain low on larger data sets. Finally, suggestions are made for practical courtroom application of CPT for assigning levels of confidence to SVM identifications of tool marks recorded with confocal microscopy. Copyright © 2011 Wiley Periodicals, Inc.

  7. Subtask 2.4 - Integration and Synthesis in Climate Change Predictive Modeling

    Energy Technology Data Exchange (ETDEWEB)

    Jaroslav Solc

    2009-06-01

    The Energy & Environmental Research Center (EERC) completed a brief evaluation of the existing status of predictive modeling to assess options for integration of our previous paleohydrologic reconstructions and their synthesis with current global climate scenarios. Results of our research indicate that short-term data series available from modern instrumental records are not sufficient to reconstruct past hydrologic events or predict future ones. On the contrary, reconstruction of paleoclimate phenomena provided credible information on past climate cycles and confirmed their integration in the context of regional climate history is possible. Similarly to ice cores and other paleo proxies, acquired data represent an objective, credible tool for model calibration and validation of currently observed trends. It remains a subject of future research whether further refinement of our results and synthesis with regional and global climate observations could contribute to improvement and credibility of climate predictions on a regional and global scale.

  8. Photolithographic Synthesis of High-Density DNA and RNA Arrays on Flexible, Transparent, and Easily Subdivided Plastic Substrates.

    Science.gov (United States)

    Holden, Matthew T; Carter, Matthew C D; Wu, Cheng-Hsien; Wolfer, Jamison; Codner, Eric; Sussman, Michael R; Lynn, David M; Smith, Lloyd M

    2015-11-17

    The photolithographic fabrication of high-density DNA and RNA arrays on flexible and transparent plastic substrates is reported. The substrates are thin sheets of poly(ethylene terephthalate) (PET) coated with cross-linked polymer multilayers that present hydroxyl groups suitable for conventional phosphoramidite-based nucleic acid synthesis. We demonstrate that by modifying array synthesis procedures to accommodate the physical and chemical properties of these materials, it is possible to synthesize plastic-backed oligonucleotide arrays with feature sizes as small as 14 μm × 14 μm and feature densities in excess of 125 000/cm(2), similar to specifications attainable using rigid substrates such as glass or glassy carbon. These plastic-backed arrays are tolerant to a wide range of hybridization temperatures, and improved synthetic procedures are described that enable the fabrication of arrays with sequences up to 50 nucleotides in length. These arrays hybridize with S/N ratios comparable to those fabricated on otherwise identical arrays prepared on glass or glassy carbon. This platform supports the enzymatic synthesis of RNA arrays and proof-of-concept experiments are presented showing that the arrays can be readily subdivided into smaller arrays (or "millichips") using common laboratory-scale laser cutting tools. These results expand the utility of oligonucleotide arrays fabricated on plastic substrates and open the door to new applications for these important bioanalytical tools.

  9. 17beta-estradiol induced vitellogenesis is inhibited by cortisol at the post-transcriptional level in Arctic char (Salvelinus alpinus

    Directory of Open Access Journals (Sweden)

    Modig Carina

    2004-09-01

    Full Text Available Abstract This study was performed to investigate stress effects on the synthesis of egg yolk precursor, vitellogenin (Vtg in Arctic char (Salvelinus alpinus. In particular the effect of cortisol (F was determined since this stress hormone has been suggested to interfere with vitellogenesis and is upregulated during sexual maturation in teleosts. Arctic char Vtg was purified and polyclonal antibodies were produced in order to develop tools to study regulation of vitellogenesis. The Vtg antibodies were used to develop an enzyme-linked immunosorbent assay. The corresponding Vtg cDNA was cloned from a hepatic cDNA library in order to obtain DNA probes to measure Vtg mRNA expression. Analysis of plasma from juvenile Arctic char, of both sexes, exposed to different steroids showed that production of Vtg was induced in a dose dependent fashion by 17β-estradiol (E2, estrone and estriol. Apart from estrogens a high dose of F also upregulated Vtg. In addition, F, progesterone (P and tamoxifen were tested to determine these compounds ability to modulate E2 induced Vtg synthesis at both the mRNA and protein level. Tamoxifen was found to inhibit E2 induced Vtg mRNA and protein upregulation. P did not alter the Vtg induction while F reduced the Vtg protein levels without affecting the Vtg mRNA levels. Furthermore the inhibition of Vtg protein was found to be dose dependent. Thus, the inhibitory effect of F on Vtg appears to be mediated at the post-transcriptional level.

  10. The LEONAR code: a new tool for PSA Level 2 analyses

    International Nuclear Information System (INIS)

    Tourniaire, B; Spindler, B.; Ratel, G.; Seiler, J.M.; Iooss, B.; Marques, M.; Gaudier, F.; Greffier, G.

    2011-01-01

    The LEONAR code, complementary to integral codes such as MAAP or ASTEC, is a new severe accident simulation tool which can calculate easily 1000 late phase reactor situations within a few hours and provide a statistical evaluation of the situations. LEONAR can be used for the analysis of the impact on the failure probabilities of specific Severe Accident Management measures (for instance: water injection) or design modifications (for instance: pressure vessel flooding or dedicated reactor pit flooding), or to focus the research effort on key phenomena. The starting conditions for LEONAR are a set of core melting situations that are separately calculated from a core degradation code (such as MAAP, which is used by EDF). LEONAR describes the core melt evolution after flooding in the core, the corium relocation in the lower head (under dry and wet conditions), the evolution of corium in the lower head including the effect of flooding, the vessel failure, corium relocation in the reactor cavity, interaction between corium and basemat concrete, possible corium spreading in the neighbour rooms, on the containment floor. Scenario events as well as specific physical model parameters are characterised by a probability density distribution. The probabilistic evaluation is performed by URANIE that is coupled to the physical calculations. The calculation results are treated in a statistical way in order to provide easily usable information. This tool can be used to identify the main parameters that influence corium coolability for severe accident late phases. It is aimed to replace efficiently PIRT exercises. An important impact of such a tool is that it can be used to make a demonstration that the probability of basemat failure can be significantly reduced by coupling a number of separate severe accident management measures or design modifications despite each separate measure is not sufficient by itself to avoid the failure. (authors)

  11. Energetic costs of protein synthesis do not differ between red- and white-blooded Antarctic notothenioid fishes.

    Science.gov (United States)

    Lewis, Johanne M; Grove, Theresa J; O'Brien, Kristin M

    2015-09-01

    Antarctic icefishes (Family Channichthyidae) within the suborder Notothenioidei lack the oxygen-binding protein hemoglobin (Hb), and six of the 16 species of icefishes lack myoglobin (Mb) in heart ventricle. As iron-centered proteins, Hb and Mb can promote the formation of reactive oxygen species (ROS) that damage biological macromolecules. Consistent with this, our previous studies have shown that icefishes have lower levels of oxidized proteins and lipids in oxidative muscle compared to red-blooded notothenioids. Because oxidized proteins are usually degraded by the 20S proteasome and must be resynthesized, we hypothesized that rates of protein synthesis would be lower in icefishes compared to red-blooded notothenioids, thereby reducing the energetic costs of protein synthesis and conferring a benefit to the loss of Hb and Mb. Rates of protein synthesis were quantified in hearts, and the fraction of oxygen consumption devoted to protein synthesis was measured in isolated hepatocytes and cardiomyocytes of notothenioids differing in the expression of Hb and cardiac Mb. Neither rates of protein synthesis nor the energetic costs of protein synthesis differed among species, suggesting that red-blooded species do not degrade and replace oxidatively modified proteins at a higher rate compared to icefishes but rather, persist with higher levels of oxidized proteins. Copyright © 2015 Elsevier Inc. All rights reserved.

  12. European Institutional and Organisational Tools for Maritime Human Resources Development

    OpenAIRE

    Dragomir Cristina

    2012-01-01

    Seafarers need to continuously develop their career, at all stages of their professional life. This paper presents some tools of institutional and organisational career development. At insitutional level there are presented vocational education and training tools provided by the European Union institutions while at organisational level are exemplified some tools used by private crewing companies for maritime human resources assessment and development.

  13. Analytical sensitivity analysis of geometric errors in a three axis machine tool

    International Nuclear Information System (INIS)

    Park, Sung Ryung; Yang, Seung Han

    2012-01-01

    In this paper, an analytical method is used to perform a sensitivity analysis of geometric errors in a three axis machine tool. First, an error synthesis model is constructed for evaluating the position volumetric error due to the geometric errors, and then an output variable is defined, such as the magnitude of the position volumetric error. Next, the global sensitivity analysis is executed using an analytical method. Finally, the sensitivity indices are calculated using the quantitative values of the geometric errors

  14. Regulation of leptin synthesis in white adipose tissue of the female fruit bat, Cynopterus sphinx: role of melatonin with or without insulin.

    Science.gov (United States)

    Banerjee, A; Udin, S; Krishna, A

    2011-02-01

    Factors regulating leptin synthesis during adipogenesis in wild species are not well known. Studies in the female Cynopterus sphinx bat have shown that it undergoes seasonal changes in its fat deposition and serum leptin and melatonin levels. The aim of the present study was to investigate the hormonal regulation of leptin synthesis by the white adipose tissue during the period of fat deposition in female C. sphinx. This study showed a significant correlation between the seasonal changes in serum melatonin level with the circulating leptin level (r = 0.78; P sphinx. A significant correlation between circulating insulin and leptin levels (r = 0.65; P sphinx. The study showed MT(2) receptors in adipose tissue and a stimulatory effect of melatonin on leptin synthesis, which was blocked by treatment with an MT(2) receptor antagonist, suggesting that the effect of melatonin on leptin synthesis by adipose tissue is mediated through the MT(2) receptor in C. sphinx. The in vitro study showed that the synthesis of leptin is directly proportional to the amount of glucose uptake by the adipose tissue. It further showed that melatonin together with insulin synergistically enhanced the leptin synthesis by adipose tissue through phosphorylation of mitogen-activated protein kinase in C. sphinx.

  15. cAMP level modulates scleral collagen remodeling, a critical step in the development of myopia.

    Directory of Open Access Journals (Sweden)

    Yijin Tao

    Full Text Available The development of myopia is associated with decreased ocular scleral collagen synthesis in humans and animal models. Collagen synthesis is, in part, under the influence of cyclic adenosine monophosphate (cAMP. We investigated the associations between cAMP, myopia development in guinea pigs, and collagen synthesis by human scleral fibroblasts (HSFs. Form-deprived myopia (FDM was induced by unilateral masking of guinea pig eyes. Scleral cAMP levels increased selectively in the FDM eyes and returned to normal levels after unmasking and recovery. Unilateral subconjunctival treatment with the adenylyl cyclase (AC activator forskolin resulted in a myopic shift accompanied by reduced collagen mRNA levels, but it did not affect retinal electroretinograms. The AC inhibitor SQ22536 attenuated the progression of FDM. Moreover, forskolin inhibited collagen mRNA levels and collagen secretion by HSFs. The inhibition was reversed by SQ22536. These results demonstrate a critical role of cAMP in control of myopia development. Selective regulation of cAMP to control scleral collagen synthesis may be a novel therapeutic strategy for preventing and treating myopia.

  16. Changing of expression level of fas-antigen (CD95), cytokines synthesis and production after irradiation in low doses

    International Nuclear Information System (INIS)

    Kalinina, N.M.; Solntceva, O.S.; Bytchkova, N.V.; Nikiforov, A.M.

    1997-01-01

    It is known that bone marrow progenitor (CD34+), tymocytes and peripheral blood lymphocytes (PBL) are most radiosensitive than other cell types. Even low doses of radiation induce apoptosis. The investigators suggest that it is possible relationship between synthesis and production of cytokines and apoptotic process. With the purpose to determine correlation between expression of Fas-antigen and synthesis of cytokines after low doses irradiation the experiments by irradiation PBL of healthy persons in vitro were held. Cells were X-irradiated by 12,5, 25 and 50 cGy. In consequence of the experiments increasing of Fas-antigen was revealed. This increasing correlated with changing in synthesis and production of cytokines. Also the Chernobyl's accident liquidators (CAL) were investigated. After comparison data in the group CAL (I) with data in the control group (II) increasing of Fas-antigen expression was revealed. Also in I group was discovered increasing of the cell number sinthesied interleukine-4 (IL-4) and interleukine-6 (IL-6). Interleukine-lβ (IL-1 β) producing pell were decreased. These changes have been correlated with degree of immunodeficiency at CAL. These data allow to consider the apoptosis as cell mechanism included in pathogenesis of diseases, which can be showed later long time after irradiation. (author)

  17. Modeling with a view to target identification in metabolic engineering: a critical evaluation of the available tools.

    Science.gov (United States)

    Maertens, Jo; Vanrolleghem, Peter A

    2010-01-01

    The state of the art tools for modeling metabolism, typically used in the domain of metabolic engineering, were reviewed. The tools considered are stoichiometric network analysis (elementary modes and extreme pathways), stoichiometric modeling (metabolic flux analysis, flux balance analysis, and carbon modeling), mechanistic and approximative modeling, cybernetic modeling, and multivariate statistics. In the context of metabolic engineering, one should be aware that the usefulness of these tools to optimize microbial metabolism for overproducing a target compound depends predominantly on the characteristic properties of that compound. Because of their shortcomings not all tools are suitable for every kind of optimization; issues like the dependence of the target compound's synthesis on severe (redox) constraints, the characteristics of its formation pathway, and the achievable/desired flux towards the target compound should play a role when choosing the optimization strategy.

  18. TIF-IA-dependent regulation of ribosome synthesis in drosophila muscle is required to maintain systemic insulin signaling and larval growth.

    Directory of Open Access Journals (Sweden)

    Abhishek Ghosh

    2014-10-01

    Full Text Available The conserved TOR kinase signaling network links nutrient availability to cell, tissue and body growth in animals. One important growth-regulatory target of TOR signaling is ribosome biogenesis. Studies in yeast and mammalian cell culture have described how TOR controls rRNA synthesis-a limiting step in ribosome biogenesis-via the RNA Polymerase I transcription factor TIF-IA. However, the contribution of TOR-dependent ribosome synthesis to tissue and body growth in animals is less clear. Here we show in Drosophila larvae that ribosome synthesis in muscle is required non-autonomously to maintain normal body growth and development. We find that amino acid starvation and TOR inhibition lead to reduced levels of TIF-IA, and decreased rRNA synthesis in larval muscle. When we mimic this decrease in muscle ribosome synthesis using RNAi-mediated knockdown of TIF-IA, we observe delayed larval development and reduced body growth. This reduction in growth is caused by lowered systemic insulin signaling via two endocrine responses: reduced expression of Drosophila insulin-like peptides (dILPs from the brain and increased expression of Imp-L2-a secreted factor that binds and inhibits dILP activity-from muscle. We also observed that maintaining TIF-IA levels in muscle could partially reverse the starvation-mediated suppression of systemic insulin signaling. Finally, we show that activation of TOR specifically in muscle can increase overall body size and this effect requires TIF-IA function. These data suggest that muscle ribosome synthesis functions as a nutrient-dependent checkpoint for overall body growth: in nutrient rich conditions, TOR is required to maintain levels of TIF-IA and ribosome synthesis to promote high levels of systemic insulin, but under conditions of starvation stress, reduced muscle ribosome synthesis triggers an endocrine response that limits systemic insulin signaling to restrict growth and maintain homeostasis.

  19. Development of a Geographic Information System (GIS) tool for the preliminary assessment of the effects of predicted sea level and tidal change on transportation infrastructure.

    Science.gov (United States)

    2013-09-01

    In this project, researchers from the University of Florida developed a sketch planning tool that can be used to conduct statewide and regional assessments of transportation facilities potentially vulnerable to sea level change trends. Possible futur...

  20. Introduction, comparison, and validation of Meta-Essentials: A free and simple tool for meta-analysis.

    Science.gov (United States)

    Suurmond, Robert; van Rhee, Henk; Hak, Tony

    2017-12-01

    We present a new tool for meta-analysis, Meta-Essentials, which is free of charge and easy to use. In this paper, we introduce the tool and compare its features to other tools for meta-analysis. We also provide detailed information on the validation of the tool. Although free of charge and simple, Meta-Essentials automatically calculates effect sizes from a wide range of statistics and can be used for a wide range of meta-analysis applications, including subgroup analysis, moderator analysis, and publication bias analyses. The confidence interval of the overall effect is automatically based on the Knapp-Hartung adjustment of the DerSimonian-Laird estimator. However, more advanced meta-analysis methods such as meta-analytical structural equation modelling and meta-regression with multiple covariates are not available. In summary, Meta-Essentials may prove a valuable resource for meta-analysts, including researchers, teachers, and students. © 2017 The Authors. Research Synthesis Methods published by John Wiley & Sons Ltd.

  1. Design Tools for Integrated Asynchronous Electronic Circuits

    National Research Council Canada - National Science Library

    Martin, Alain

    2003-01-01

    ..., simulation, verification, at the logical and physical levels. Situs has developed a business model for the commercialization of the CAD tools, and has designed the prototype of the tool suite based on this business model and the Caltech approach...

  2. STEVIOSIDE SYNTHESIS IN STEVIA (Stevia rebaudiana Bert

    Directory of Open Access Journals (Sweden)

    Alfredo Jarma Orozco

    2010-01-01

    Full Text Available Stevia rebaudiana Bert. is a subtropical wild plant of Paraguay, that possesses a potent sweetener up to 300 times higher than sucrose and has no calories. The molecules responsible for these characteristics are diterpen glycosides, found in leaves and synthesized at least, at initial states, which use the same pathway of the gibberellic acid in which the shiquimic acid gives origin to many aromatic compounds. The acetate is the precursor of the terpens or isoprenoids through the acetate-mevalonate pathway, where steviosides are found. Although in this article, an alternative route is discussed. This updating pretends to contribute tools for the understanding of the main pathways of steviol glycosides synthesis.

  3. The development of Operational Intervention Levels (OILs) for Soils - A decision support tool in nuclear and radiological emergency response

    Science.gov (United States)

    Lee Zhi Yi, Amelia; Dercon, Gerd; Blackburn, Carl; Kheng, Heng Lee

    2017-04-01

    In the event of a large-scale nuclear accident, the swift implementation of response actions is imperative. For food and agriculture, it is important to restrict contaminated food from being produced or gathered, and to put in place systems to prevent contaminated produce from entering the food chain. Emergency tools and response protocols exist to assist food control and health authorities but they tend to focus on radioactivity concentrations in food products as a means of restricting the distribution and sale of contaminated produce. Few, if any, emergency tools or protocols focus on the food production environment, for example radioactivity concentrations in soils. Here we present the Operational Intervention Levels for Soils (OIL for Soils) concept, an optimization tool developed at the IAEA to facilitate agricultural decision making and to improve nuclear emergency preparedness and response capabilities. Effective intervention relies on the prompt availability of radioactivity concentration data and the ability to implement countermeasures. Sampling in food and agriculture can be demanding because it may involve large areas and many sample types. In addition, there are finite resources available in terms of manpower and laboratory support. Consequently, there is a risk that timely decision making will be hindered and food safety compromised due to time taken to sample and analyse produce. However, the OILs for Soils concept developed based on experience in Japan can help in this situation and greatly assist authorities responsible for agricultural production. OILs for Soils - pre-determined reference levels of air dose rates linked to radionuclide concentrations in soils - can be used to trigger response actions particularly important for agricultural and food protection. Key considerations in the development of the OILs for Soils are: (1) establishing a pragmatic sampling approach to prioritize and optimize available resources and data requirements for

  4. Clinician, patient and general public beliefs about diagnostic imaging for low back pain: protocol for a qualitative evidence synthesis.

    Science.gov (United States)

    Traeger, Adrian C; Reed, Benjamin J; O'Connor, Denise A; Hoffmann, Tammy C; Machado, Gustavo C; Bonner, Carissa; Maher, Chris G; Buchbinder, Rachelle

    2018-02-10

    Little is known about how to reduce unnecessary imaging for low back pain. Understanding clinician, patient and general public beliefs about imaging is critical to developing strategies to reduce overuse. To synthesise qualitative research that has explored clinician, patient or general public beliefs about diagnostic imaging for low back pain. We will perform a qualitative evidence synthesis of relevant qualitative research exploring clinician, patient and general public beliefs about diagnostic imaging for low back pain. Exclusions will be studies not using qualitative methods and studies not published in English. Studies will be identified using sensitive search strategies in MEDLINE, EMBASE, CINAHL, AMED and PsycINFO. Two reviewers will independently apply inclusion and exclusion criteria, extract data, and use the Critical Appraisal Skills Programme quality assessment tool to assess the quality of included studies. To synthesise the data we will use a narrative synthesis approach that involves developing a theoretical model, conducting a preliminary synthesis, exploring relations in the data, and providing a structured summary. We will code the data using NVivo. At least two reviewers will independently apply the thematic framework to extracted data. Confidence in synthesis findings will be evaluated using the GRADE Confidence in the Evidence from Reviews of Qualitative Research tool. Ethical approval is not required to conduct this review. We will publish the results in a peer-reviewed journal. CRD42017076047. © Article author(s) (or their employer(s) unless otherwise stated in the text of the article) 2018. All rights reserved. No commercial use is permitted unless otherwise expressly granted.

  5. Facile synthesis of ZrO2 powders: Control of morphology

    International Nuclear Information System (INIS)

    Grover, V.; Shukla, R.; Tyagi, A.K.

    2007-01-01

    Tetragonal (t-)ZrO 2 rods and spheres were prepared by simple and time-saving low-temperature synthesis and characterized by X-ray diffraction, Raman spectroscopy and scanning electron microscopy. The morphology of the product can be changed from rods to spheres by changing the reaction conditions slightly. The t-ZrO 2 rods (0.5-0.1 mm approximately) were obtained by topotactic reaction. The work illustrates the utility of Raman spectroscopy as a powerful characterization tool when XRD is not able to conclusively identify the phases

  6. Bipedal tool use strengthens chimpanzee hand preferences

    DEFF Research Database (Denmark)

    Braccini, Stephanie; Lambeth, Susan; Schapiro, Steve

    2010-01-01

    The degree to which non-human primate behavior is lateralized, at either individual or population levels, remains controversial. We investigated the relationship between hand preference and posture during tool use in chimpanzees (Pan troglodytes) during bipedal tool use. We experimentally induced...

  7. Protein synthesis in the presence of carbamoyl-amino acids

    International Nuclear Information System (INIS)

    Kraus, L.M.; Stephens, M.C.

    1987-01-01

    The role of exogenous carbamoyl-amino acids in protein biosynthesis has been examined in vitro using a mixture of 14 C amino acids to label newly synthesized protein in human reticulocyte rich (8-18%) peripheral blood. Aliquots of the radiolabeled newly synthesized protein were acid precipitated, washed and the radioactivity measured. Control samples which measured the synthetic capacity of the blood were aliquots of the same blood- 14 C amino acid mixture without added carbamoyl-amino acids or cyanate. N-carbamoyl leucine alone or a 3 N-carbamoyl amino acid mixture of leucine, aspartic acid and tyrosine were used to test inhibition of protein synthesis. Also carbamoyl-amino acids were synthesized using cyanate and Pierce hydrolyzate amino acid calibration standards or the mixture of 14 C amino acids. In this system the carbamoylation of endogenous amino acids by cyanate up to 8 μmol/100μl showed a linear decrease in protein synthesis with time which is inversely related to the cyanate concentration. At greater cyanate levels the inhibition of protein synthesis reaches a plateau. When N-carbamoyl-amino acids only are present there is about a 50% decrease in the 14 C protein at 30 minutes as compared to the synthesis of 14 C protein without N-carbamoyl-amino acids. These results indicate that the presence of carbamoyl-amino acids interferes with protein synthesis

  8. Design and synthesis of an indol derivative as antibacterial agent against Staphylococcus aureus.

    Science.gov (United States)

    Lenin, Hau-Heredia; Lauro, Figueroa-Valverde; Marcela, Rosas-Nexticapa; Socorro, Herrera-Meza; Maria, López-Ramos; Francisco, Díaz-Cedillo; Elodia, García-Cervera; Eduardo, Pool-Gómez; Josefa, Paat-Estrella; Regina, Cauich-Carrillo; Saidy, Euan-Hau

    2017-10-01

    Several indole derivatives with antibacterial activity have been prepared using different protocols; however, some require special reagents and conditions. The aim of this study involved the synthesis of some indole derivatives using estrone and OTBS-estrone as chemical tools. The synthesis of the indole derivatives involves reactions such as follows: (1) synthesis of two indol derivatives ( 4 or 5 ) by reaction of estrone or OTBS-estrone with phenylhydrazine in medium acid; (2) reaction of 4 or 5 with 6-cloro-1-hexyne in medium basic to form two hexynyl-indol ( 7 or 8 ); (3) preparation of indol-propargylic alcohol derivatives ( 10 or 11 ) by reaction of benzaldehyde with 7 or 8 in medium basic; (4) synthesis of indol-aldehydes ( 12 or 13 ) via oxidation of 10 or 11 with DMSO; (5) synthesis of indeno-indol-carbaldehyde ( 15 or 16 ) via alkynylation/cyclization of 12 or 13 with hexyne in presence of copper(II); (6) preparation indeno-indol-carbaldehyde complex ( 19 or 20 ) via alkynylation/cyclization of 12 or 13 with 1-(hex-5-yn-1-yl)-2-phenyl-1 H -imidazole. The antibacterial effect exerted by the indol-steroid derivatives against Streptococcus pneumoniae and Staphylococcus aureus bacteria was evaluated using dilution method and the minimum inhibitory concentration (MIC). The results showed that only the compound 19 inhibit the growth bacterial of S. aureus . In conclusion, these data indicate that antibacterial activity of 19 can be due mainly to functional groups involved in the chemical structure in comparison with the compounds studied.

  9. EISA 432 Energy Audits Best Practices: Software Tools

    Energy Technology Data Exchange (ETDEWEB)

    Maryl Fisher

    2014-11-01

    Five whole building analysis software tools that can aid an energy manager with fulfilling energy audit and commissioning/retro-commissioning requirements were selected for review in this best practices study. A description of each software tool is provided as well as a discussion of the user interface and level of expertise required for each tool, a review of how to use the tool for analyzing energy conservation opportunities, the format and content of reports generated by the tool, and a discussion on the applicability of the tool for commissioning.

  10. Sustainability Tools Inventory - Initial Gaps Analysis | Science ...

    Science.gov (United States)

    This report identifies a suite of tools that address a comprehensive set of community sustainability concerns. The objective is to discover whether "gaps" exist in the tool suite’s analytic capabilities. These tools address activities that significantly influence resource consumption, waste generation, and hazard generation including air pollution and greenhouse gases. In addition, the tools have been evaluated using four screening criteria: relevance to community decision making, tools in an appropriate developmental stage, tools that may be transferrable to situations useful for communities, and tools with requiring skill levels appropriate to communities. This document provides an initial gap analysis in the area of community sustainability decision support tools. It provides a reference to communities for existing decision support tools, and a set of gaps for those wishing to develop additional needed tools to help communities to achieve sustainability. It contributes to SHC 1.61.4

  11. Maximization of fructose esters synthesis by response surface methodology.

    Science.gov (United States)

    Neta, Nair Sampaio; Peres, António M; Teixeira, José A; Rodrigues, Ligia R

    2011-07-01

    Enzymatic synthesis of fructose fatty acid ester was performed in organic solvent media, using a purified lipase from Candida antartica B immobilized in acrylic resin. Response surface methodology with a central composite rotatable design based on five levels was implemented to optimize three experimental operating conditions (temperature, agitation and reaction time). A statistical significant cubic model was established. Temperature and reaction time were found to be the most significant parameters. The optimum operational conditions for maximizing the synthesis of fructose esters were 57.1°C, 100 rpm and 37.8 h. The model was validated in the identified optimal conditions to check its adequacy and accuracy, and an experimental esterification percentage of 88.4% (±0.3%) was obtained. These results showed that an improvement of the enzymatic synthesis of fructose esters was obtained under the optimized conditions. Copyright © 2011 Elsevier B.V. All rights reserved.

  12. Electrochemical reverse engineering: A systems-level tool to probe the redox-based molecular communication of biology.

    Science.gov (United States)

    Li, Jinyang; Liu, Yi; Kim, Eunkyoung; March, John C; Bentley, William E; Payne, Gregory F

    2017-04-01

    The intestine is the site of digestion and forms a critical interface between the host and the outside world. This interface is composed of host epithelium and a complex microbiota which is "connected" through an extensive web of chemical and biological interactions that determine the balance between health and disease for the host. This biology and the associated chemical dialogues occur within a context of a steep oxygen gradient that provides the driving force for a variety of reduction and oxidation (redox) reactions. While some redox couples (e.g., catecholics) can spontaneously exchange electrons, many others are kinetically "insulated" (e.g., biothiols) allowing the biology to set and control their redox states far from equilibrium. It is well known that within cells, such non-equilibrated redox couples are poised to transfer electrons to perform reactions essential to immune defense (e.g., transfer from NADH to O 2 for reactive oxygen species, ROS, generation) and protection from such oxidative stresses (e.g., glutathione-based reduction of ROS). More recently, it has been recognized that some of these redox-active species (e.g., H 2 O 2 ) cross membranes and diffuse into the extracellular environment including lumen to transmit redox information that is received by atomically-specific receptors (e.g., cysteine-based sulfur switches) that regulate biological functions. Thus, redox has emerged as an important modality in the chemical signaling that occurs in the intestine and there have been emerging efforts to develop the experimental tools needed to probe this modality. We suggest that electrochemistry provides a unique tool to experimentally probe redox interactions at a systems level. Importantly, electrochemistry offers the potential to enlist the extensive theories established in signal processing in an effort to "reverse engineer" the molecular communication occurring in this complex biological system. Here, we review our efforts to develop this

  13. A case study: application of statistical process control tool for determining process capability and sigma level.

    Science.gov (United States)

    Chopra, Vikram; Bairagi, Mukesh; Trivedi, P; Nagar, Mona

    2012-01-01

    Statistical process control is the application of statistical methods to the measurement and analysis of variation process. Various regulatory authorities such as Validation Guidance for Industry (2011), International Conference on Harmonisation ICH Q10 (2009), the Health Canada guidelines (2009), Health Science Authority, Singapore: Guidance for Product Quality Review (2008), and International Organization for Standardization ISO-9000:2005 provide regulatory support for the application of statistical process control for better process control and understanding. In this study risk assessments, normal probability distributions, control charts, and capability charts are employed for selection of critical quality attributes, determination of normal probability distribution, statistical stability, and capability of production processes, respectively. The objective of this study is to determine tablet production process quality in the form of sigma process capability. By interpreting data and graph trends, forecasting of critical quality attributes, sigma process capability, and stability of process were studied. The overall study contributes to an assessment of process at the sigma level with respect to out-of-specification attributes produced. Finally, the study will point to an area where the application of quality improvement and quality risk assessment principles for achievement of six sigma-capable processes is possible. Statistical process control is the most advantageous tool for determination of the quality of any production process. This tool is new for the pharmaceutical tablet production process. In the case of pharmaceutical tablet production processes, the quality control parameters act as quality assessment parameters. Application of risk assessment provides selection of critical quality attributes among quality control parameters. Sequential application of normality distributions, control charts, and capability analyses provides a valid statistical

  14. Fluorochemicals used in food packaging inhibit male sex hormone synthesis

    Energy Technology Data Exchange (ETDEWEB)

    Rosenmai, A.K., E-mail: akjro@food.dtu.dk [Division of Toxicology and Risk Assessment, National Food Institute, Technical University of Denmark, DK-2860 Søborg (Denmark); Nielsen, F.K. [Section of Toxicology, Department of Pharmacy, Faculty of Health and Medical Sciences, University of Copenhagen, DK-2100 Copenhagen (Denmark); Pedersen, M. [Division of Food Chemistry, National Food Institute, Technical University of Denmark, DK-2860 Søborg (Denmark); Hadrup, N. [Division of Toxicology and Risk Assessment, National Food Institute, Technical University of Denmark, DK-2860 Søborg (Denmark); Trier, X. [Division of Food Chemistry, National Food Institute, Technical University of Denmark, DK-2860 Søborg (Denmark); Christensen, J.H. [Department of Basic Sciences and Environment, Faculty of Life Sciences, University of Copenhagen, DK-1871 Frederiksberg C. (Denmark); Vinggaard, A.M. [Division of Toxicology and Risk Assessment, National Food Institute, Technical University of Denmark, DK-2860 Søborg (Denmark)

    2013-01-01

    Polyfluoroalkyl phosphate surfactants (PAPS) are widely used in food contact materials (FCMs) of paper and board and have recently been detected in 57% of investigated materials. Human exposure occurs as PAPS have been measured in blood; however knowledge is lacking on the toxicology of PAPS. The aim of this study was to elucidate the effects of six fluorochemicals on sex hormone synthesis and androgen receptor (AR) activation in vitro. Four PAPS and two metabolites, perfluorooctanoic acid (PFOA) and 8:2 fluorotelomer alcohol (8:2 FTOH) were tested. Hormone profiles, including eight steroid hormones, generally showed that 8:2 diPAPS, 8:2 monoPAPS and 8:2 FTOH led to decreases in androgens (testosterone, dehydroepiandrosterone, and androstenedione) in the H295R steroidogenesis assay. Decreases were observed for progesterone and 17-OH-progesterone as well. These observations indicated that a step prior to progestagen and androgen synthesis had been affected. Gene expression analysis of StAR, Bzrp, CYP11A, CYP17, CYP21 and CYP19 mRNA showed a decrease in Bzrp mRNA levels for 8:2 monoPAPS and 8:2 FTOH indicating interference with cholesterol transport to the inner mitochondria. Cortisol, estrone and 17β-estradiol levels were in several cases increased with exposure. In accordance with these data CYP19 gene expression increased with 8:2 diPAPS, 8:2 monoPAPS and 8:2 FTOH exposures indicating that this is a contributing factor to the decreased androgen and the increased estrogen levels. Overall, these results demonstrate that fluorochemicals present in food packaging materials and their metabolites can affect steroidogenesis through decreased Bzrp and increased CYP19 gene expression leading to lower androgen and higher estrogen levels. -- Highlights: ► Fluorochemicals found in 57% of paper and board food packaging were tested. ► Collectively six fluorochemicals were tested for antiandrogenic potential in vitro. ► Three out of six tested fluorochemicals inhibited

  15. Barriers to antiretroviral therapy adherence in developed countries: a qualitative synthesis to develop a conceptual framework for a new patient-reported outcome measure.

    Science.gov (United States)

    Engler, Kim; Lènàrt, Andras; Lessard, David; Toupin, Isabelle; Lebouché, Bertrand

    2018-05-02

    Suboptimal adherence to antiretroviral therapy (ART) remains common. Patient-centered tools are needed to comprehensively assess adherence barriers in HIV clinical practice. Thus, we conducted a research synthesis to produce a conceptual framework for a new patient-reported outcome measure (PRO) for use in routine HIV care in Canada and France. A PRO's conceptual framework graphically represents the concepts to be measured and the potential relationships between them. Towards ensuring the framework's relevance to the target populations' concerns, qualitative studies with HIV-positive adults on barriers to ART adherence in developed countries were synthesized with thematic analysis, attending to the cross-study prevalence and interrelationships of barrier themes. In March 2016, searches within Medline, PsychINFO, and Embase produced 5,284 records. Two reviewers determined the final sample (n = 41). Analysis generated three levels of ART adherence barrier themes. Twenty Level 2 themes and their component subthemes (Level 3) were organized into 6 higher-order themes (Level 1): Cognitive and emotional aspects (100% of studies contributing content -prevalence), Lifestyle factors (95%), Social and material context (95%), Characteristics of ART (90%), Health experience and state (73%), and Healthcare services and system (66%). As to interrelationships, study authors articulated relationships between all higher-order themes (Level 3). Linkages between Level 2 barrier themes showed great variability, from 21% to 95%. Overall, this synthesis contributes an exceptionally detailed conceptual framework and report of ART adherence barriers, applicable to a wide range of PLHIV. It suggests that a key to understanding many barriers is through their interconnections. It also identifies gaps in barrier research. Concerning the new PRO's development, comprehensiveness will need to be weighed against other concerns (e.g., respondent burden) and the provision of barrier

  16. Synthesis of Discipline-Based Education Research in Physics

    Science.gov (United States)

    Docktor, Jennifer L.; Mestre, José P.

    2014-01-01

    This paper presents a comprehensive synthesis of physics education research at the undergraduate level. It is based on work originally commissioned by the National Academies. Six topical areas are covered: (1) conceptual understanding, (2) problem solving, (3) curriculum and instruction, (4) assessment, (5) cognitive psychology, and (6) attitudes…

  17. Tc-MYBPA an Arabidopsis TT2-like transcription factor and functions in the regulation of proanthocyanidin synthesis in Theobroma cacao.

    Science.gov (United States)

    Liu, Yi; Shi, Zi; Maximova, Siela N; Payne, Mark J; Guiltinan, Mark J

    2015-06-25

    The flavan-3-ols catechin and epicatechin, and their polymerized oligomers, the proanthocyanidins (PAs, also called condensed tannins), accumulate to levels of up to 15 % of the total weight of dry seeds of Theobroma cacao L. These compounds have been associated with several health benefits in humans. They also play important roles in pest and disease defense throughout the plant. In Arabidopsis, the R2R3 type MYB transcription factor TT2 regulates the major genes leading to the synthesis of PA. To explore the transcriptional regulation of the PA synthesis pathway in cacao, we isolated and characterized an R2R3 type MYB transcription factor MYBPA from cacao. We examined the spatial and temporal gene expression patterns of the Tc-MYBPA gene and found it to be developmentally expressed in a manner consistent with its involvement in PAs and anthocyanin synthesis. Functional complementation of an Arabidopsis tt2 mutant with Tc-MYBPA suggested that it can functionally substitute the Arabidopsis TT2 gene. Interestingly, in addition to PA accumulation in seeds of the Tc-MYBPA expressing plants, we also observed an obvious increase of anthocyanidin accumulation in hypocotyls. We observed that overexpression of the Tc-MYBPA gene resulted in increased expression of several key genes encoding the major structural enzymes of the PA and anthocyanidin pathway, including DFR (dihydroflavanol reductase), LDOX (leucoanthocyanidin dioxygenase) and BAN (ANR, anthocyanidin reductase). We conclude that the Tc-MYBPA gene that encodes an R2R3 type MYB transcription factor is an Arabidopsis TT2 like transcription factor, and may be involved in the regulation of both anthocyanin and PA synthesis in cacao. This research may provide molecular tools for breeding of cacao varieties with improved disease resistance and enhanced flavonoid profiles for nutritional and pharmaceutical applications.

  18. Studies of the kinetics and mechanisms of ammonia synthesis and hydrodesulfurization on metal single-crystal surfaces

    International Nuclear Information System (INIS)

    Gellman, A.J.; Asscher, M.; Somorjai, G.A.

    1985-01-01

    The authors studied the ammonia synthesis reaction over Fe and Re single crystal surfaces and the hydrodesulfurization of thiophene over the Mo(100) single crystal surface. The studies have been performed using UHV surface science tools with the capability of exposing the surfaces to high pressure, high temperature reaction conditions. The ammonia synthesis reaction was shown to be extremely sensitive to surface structure on both Fe and Re, favoring surfaces with a rough or open topography. The HDS reaction on the Mo(100) surface has been shown to be similar to that on MoS/sub 2/ and appears to proceed via a reaction path that does not produce a strong Mo-S bond as an intermediate species

  19. The Sport Concussion Assessment Tool 5th Edition (SCAT5): Background and rationale.

    Science.gov (United States)

    Echemendia, Ruben J; Meeuwisse, Willem; McCrory, Paul; Davis, Gavin A; Putukian, Margot; Leddy, John; Makdissi, Michael; Sullivan, S John; Broglio, Steven P; Raftery, Martin; Schneider, Kathryn; Kissick, James; McCrea, Michael; Dvořák, Jiří; Sills, Allen K; Aubry, Mark; Engebretsen, Lars; Loosemore, Mike; Fuller, Gordon; Kutcher, Jeffrey; Ellenbogen, Richard; Guskiewicz, Kevin; Patricios, Jon; Herring, Stanley

    2017-06-01

    This paper presents the Sport Concussion Assessment Tool 5th Edition (SCAT5), which is the most recent revision of a sport concussion evaluation tool for use by healthcare professionals in the acute evaluation of suspected concussion. The revision of the SCAT3 (first published in 2013) culminated in the SCAT5. The revision was based on a systematic review and synthesis of current research, public input and expert panel review as part of the 5th International Consensus Conference on Concussion in Sport held in Berlin in 2016. The SCAT5 is intended for use in those who are 13 years of age or older. The Child SCAT5 is a tool for those aged 5-12 years, which is discussed elsewhere. © Article author(s) (or their employer(s) unless otherwise stated in the text of the article) 2017. All rights reserved. No commercial use is permitted unless otherwise expressly granted.

  20. Effects of the aromatase inhibitor Letrozole on serum immunoglobulin and lysozyme levels in immunized rainbow trout (Oncorhynchus mykiss Walbaum females

    Directory of Open Access Journals (Sweden)

    Paria Akbary

    2013-12-01

    Full Text Available Letrozole is a synthetic aromatase inhibitor and interfere in the committed step in the synthesis of endogenous estrogens from androgens. Also estrogens regulate the immune system in teleost. Changes of 17- β- esrtradiol (E2, serum immunoglobulin and lysozyme levels were measured using a method based on the ability of lysozyme to lyse the bacterium Micrococcus lysodeikticus, enzyme-linked immunosorbent assay (ELISA and ELISA respectively. Twelve broodstocks were injected weekly with 2.5 mg kg-1 letrozole (an endocrine disrupter component two months before spawning season and vaccinated intraperitoneally (i.p with a bacterin (inactivated L. garviae one month before spawning. Twelve broodstocks for vaccination and twelve female rainbow trout as control group were also immiunised (i.p with the bacterin and injected (i.p with PBS, respectively. In the group received 2.5 mg AI kg-1 per week, serum E2 levels were significantly lower than that of other groups. Total immunoglobulin level and lysozyme activity were significantly higher in the parents received 2.5 mg kg-1 per week and were immunized with 10-9 cells ml-1 Lactococcus garvieae  compared to the group which immunized with L. garvieae and the control (non- immunized. The present study, suggests that aromatase inhibitors such as letrozole may be a potential tool to regulate the synthesis of E2, is involved in the hormone- immune system interaction in rainbow trout.

  1. Enantioselective synthesis of α-oxy amides via Umpolung amide synthesis.

    Science.gov (United States)

    Leighty, Matthew W; Shen, Bo; Johnston, Jeffrey N

    2012-09-19

    α-Oxy amides are prepared through enantioselective synthesis using a sequence beginning with a Henry addition of bromonitromethane to aldehydes and finishing with Umpolung Amide Synthesis (UmAS). Key to high enantioselection is the finding that ortho-iodo benzoic acid salts of the chiral copper(II) bis(oxazoline) catalyst deliver both diastereomers of the Henry adduct with high enantiomeric excess, homochiral at the oxygen-bearing carbon. Overall, this approach to α-oxy amides provides an innovative complement to alternatives that focus almost entirely on the enantioselective synthesis of α-oxy carboxylic acids.

  2. Simulation of the Direct Digital Synthesis module for Helium RFQ LLRF system

    Energy Technology Data Exchange (ETDEWEB)

    Jeong, Hae-Seong; Ahn, Tae-Sung; Kim, Seong-Gu; Kwon, Hyeok-Jung; Kim, Han-Sung; Song, Young-Gi; Seol, Kyung-Tae; Cho, Yong-Sub [Korea Atomic Energy Research Institute, Gyeongju (Korea, Republic of)

    2015-10-15

    In this paper, the DDS module in the FPGA simulated and the analysis result will be introduced. Using Xilinx ISE design suite which is tool for developing the FPGA logic module, DDS module simulated. KOMAC (Korea Multi-purpose Accelerator Complex) has a plan to develop the helium irradiation system. This system includes the Ion source, LEBT, RFQ, MEBT systems to transport helium particles to the target. Especially, the RFQ (Radio Frequency Quadrupole) system should receive the 200 MHz RF within 1% amplitude error stability. For supplying stable 200 MHz RF to the RFQ, the LLRF (low-level radio frequency) should be controlled by control system. This helium RFQ LLRF control system have a concept to track the cavity resonance frequency. For tracking the cavity resonance frequency, the FPGA (Field Programmable Gate Array) in the digital board will tune the frequency of the output sinusoidal signal. In order to implement this frequency tracking concept, the DDS (Direct Digital Synthesis) module should be implemented in the FPGA. In the future, frequency tracking system will be tested using test cavity.

  3. The Geocybernetic Assessment Matrix (GAM) — A new assessment tool for evaluating the level and nature of sustainability or unsustainability

    Energy Technology Data Exchange (ETDEWEB)

    Phillips, Jason, E-mail: jp1@tiscali.co.uk

    2016-01-15

    Evaluating sustainability from EIA-based assessments has been problematic at best. This is due to the use of reductionist and qualitative approaches which is dependent upon the perspective of the assessor(s). Therefore, a more rigorous and holistic approach is required to evaluate sustainability in a more consistent way. In this paper, a matrix-based methodology in order to assess the indicated level and nature of sustainability for any project, policy, indicators, legislation, regulation, or other framework is described. The Geocybernetic Assessment Matrix (GAM) is designed to evaluate the level and nature of sustainability or unsustainability occurring in respect the fundamental and complex geocybernetic paradigms. The GAM method is described in detail in respect to the theory behind it and the methodology. The GAM is then demonstrated using an appropriate case study — Part 1 of the UK Climate Change Act (2008) concerning carbon budgets and targets. The results indicate that the Part 1 of Act may not achieve the desired goals in contributing towards sustainable development through the stated mechanisms for carbon budgets and targets. The paper then discusses the broader context of the GAM with respect to the core themes evident in the development and application of the GAM of: sustainability science; sustainability assessment; application value of the GAM; and future research and development. - Highlights: • A new assessment tool called the Geocybernetic Assessment Matrix (GAM) described. • GAM evaluates the level and nature of sustainability or unsustainability. • GAM demonstrated by application to Part 1 of the UK Climate Change Act (CCA). • Part 1 of CCA has significant flaws in achieving a sustainable pathway. • GAM offers a potentially useful tool for quantitatively evaluating sustainability.

  4. The Geocybernetic Assessment Matrix (GAM) — A new assessment tool for evaluating the level and nature of sustainability or unsustainability

    International Nuclear Information System (INIS)

    Phillips, Jason

    2016-01-01

    Evaluating sustainability from EIA-based assessments has been problematic at best. This is due to the use of reductionist and qualitative approaches which is dependent upon the perspective of the assessor(s). Therefore, a more rigorous and holistic approach is required to evaluate sustainability in a more consistent way. In this paper, a matrix-based methodology in order to assess the indicated level and nature of sustainability for any project, policy, indicators, legislation, regulation, or other framework is described. The Geocybernetic Assessment Matrix (GAM) is designed to evaluate the level and nature of sustainability or unsustainability occurring in respect the fundamental and complex geocybernetic paradigms. The GAM method is described in detail in respect to the theory behind it and the methodology. The GAM is then demonstrated using an appropriate case study — Part 1 of the UK Climate Change Act (2008) concerning carbon budgets and targets. The results indicate that the Part 1 of Act may not achieve the desired goals in contributing towards sustainable development through the stated mechanisms for carbon budgets and targets. The paper then discusses the broader context of the GAM with respect to the core themes evident in the development and application of the GAM of: sustainability science; sustainability assessment; application value of the GAM; and future research and development. - Highlights: • A new assessment tool called the Geocybernetic Assessment Matrix (GAM) described. • GAM evaluates the level and nature of sustainability or unsustainability. • GAM demonstrated by application to Part 1 of the UK Climate Change Act (CCA). • Part 1 of CCA has significant flaws in achieving a sustainable pathway. • GAM offers a potentially useful tool for quantitatively evaluating sustainability.

  5. Dynamic plantwide modeling, uncertainty and sensitivity analysis of a pharmaceutical upstream synthesis: Ibuprofen case study

    DEFF Research Database (Denmark)

    Montes, Frederico C. C.; Gernaey, Krist; Sin, Gürkan

    2018-01-01

    A dynamic plantwide model was developed for the synthesis of the Active pharmaceutical Ingredient (API) ibuprofen, following the Hoescht synthesis process. The kinetic parameters, reagents, products and by-products of the different reactions were adapted from literature, and the different process...... operations integrated until the end process, crystallization and isolation of the ibuprofen crystals. The dynamic model simulations were validated against available measurements from literature and then used as enabling tool to analyze the robustness of design space. To this end, sensitivity of the design...... space towards input disturbances and process uncertainties (from physical and model parameters) is studied using Monte Carlo simulations. The results quantify the uncertainty of the quality of product attributes, with particular focus on crystal size distribution and ibuprofen crystalized. The ranking...

  6. Partial Support Ventilation and Mitochondrial-Targeted Antioxidants Protect against Ventilator-Induced Decreases in Diaphragm Muscle Protein Synthesis.

    Science.gov (United States)

    Hudson, Matthew B; Smuder, Ashley J; Nelson, W Bradley; Wiggs, Michael P; Shimkus, Kevin L; Fluckey, James D; Szeto, Hazel H; Powers, Scott K

    2015-01-01

    Mechanical ventilation (MV) is a life-saving intervention in patients in respiratory failure. Unfortunately, prolonged MV results in the rapid development of diaphragm atrophy and weakness. MV-induced diaphragmatic weakness is significant because inspiratory muscle dysfunction is a risk factor for problematic weaning from MV. Therefore, developing a clinical intervention to prevent MV-induced diaphragm atrophy is important. In this regard, MV-induced diaphragmatic atrophy occurs due to both increased proteolysis and decreased protein synthesis. While efforts to impede MV-induced increased proteolysis in the diaphragm are well-documented, only one study has investigated methods of preserving diaphragmatic protein synthesis during prolonged MV. Therefore, we evaluated the efficacy of two therapeutic interventions that, conceptually, have the potential to sustain protein synthesis in the rat diaphragm during prolonged MV. Specifically, these experiments were designed to: 1) determine if partial-support MV will protect against the decrease in diaphragmatic protein synthesis that occurs during prolonged full-support MV; and 2) establish if treatment with a mitochondrial-targeted antioxidant will maintain diaphragm protein synthesis during full-support MV. Compared to spontaneously breathing animals, full support MV resulted in a significant decline in diaphragmatic protein synthesis during 12 hours of MV. In contrast, diaphragm protein synthesis rates were maintained during partial support MV at levels comparable to spontaneous breathing animals. Further, treatment of animals with a mitochondrial-targeted antioxidant prevented oxidative stress during full support MV and maintained diaphragm protein synthesis at the level of spontaneous breathing animals. We conclude that treatment with mitochondrial-targeted antioxidants or the use of partial-support MV are potential strategies to preserve diaphragm protein synthesis during prolonged MV.

  7. Partial Support Ventilation and Mitochondrial-Targeted Antioxidants Protect against Ventilator-Induced Decreases in Diaphragm Muscle Protein Synthesis.

    Directory of Open Access Journals (Sweden)

    Matthew B Hudson

    Full Text Available Mechanical ventilation (MV is a life-saving intervention in patients in respiratory failure. Unfortunately, prolonged MV results in the rapid development of diaphragm atrophy and weakness. MV-induced diaphragmatic weakness is significant because inspiratory muscle dysfunction is a risk factor for problematic weaning from MV. Therefore, developing a clinical intervention to prevent MV-induced diaphragm atrophy is important. In this regard, MV-induced diaphragmatic atrophy occurs due to both increased proteolysis and decreased protein synthesis. While efforts to impede MV-induced increased proteolysis in the diaphragm are well-documented, only one study has investigated methods of preserving diaphragmatic protein synthesis during prolonged MV. Therefore, we evaluated the efficacy of two therapeutic interventions that, conceptually, have the potential to sustain protein synthesis in the rat diaphragm during prolonged MV. Specifically, these experiments were designed to: 1 determine if partial-support MV will protect against the decrease in diaphragmatic protein synthesis that occurs during prolonged full-support MV; and 2 establish if treatment with a mitochondrial-targeted antioxidant will maintain diaphragm protein synthesis during full-support MV. Compared to spontaneously breathing animals, full support MV resulted in a significant decline in diaphragmatic protein synthesis during 12 hours of MV. In contrast, diaphragm protein synthesis rates were maintained during partial support MV at levels comparable to spontaneous breathing animals. Further, treatment of animals with a mitochondrial-targeted antioxidant prevented oxidative stress during full support MV and maintained diaphragm protein synthesis at the level of spontaneous breathing animals. We conclude that treatment with mitochondrial-targeted antioxidants or the use of partial-support MV are potential strategies to preserve diaphragm protein synthesis during prolonged MV.

  8. DnaB gene product-independence of DNA polymerase III-directed repair synthesis in Escherichia coli K-12

    International Nuclear Information System (INIS)

    Billen, D.; Hellermann, G.R.

    1977-01-01

    An investigation has been carried out into the role of dnaB gene product in X-ray-induced repair synthesis carried out by DNA polymerase III in toluene-treated Escherichia coli K-12. A polAl polBlOO dnaB mutant deficient in both DNA polymerase I and II activities was used, and it was shown that the level of X-ray-induced, ATP-dependent, non-conservative DNA synthesis was, unlike semi-conservative DNA synthesis, unaffected by a temperature shift from 30 0 to 42 0 C. The dnaB gene product was not therefore necessary for DNA polymerase III-directed repair synthesis, which occurred in the absence of replicative synthesis. (U.K.)

  9. DNA synthesis in vitro in human fibroblast preparations

    Energy Technology Data Exchange (ETDEWEB)

    Kaufmann, W.K.

    1983-01-01

    When confluent cultures of human fibroblasts were ultraviolet irradiated and either permeabilized or lysed, three types of DNA synthesis were subsequently observed during incubation in vitro: (A) a low level of DNA replication, which ceased after 15-30 min incubation at 37/sup 0/C; (B) radiation-dependent reparative gap-filling, which also ceased after 15 min at 37/sup 0/C; and (C) radiation-independent DNA synthesis, which was not semiconservative and proceeded at a linear rate for 1 hr at 37/sup 0/C. Normal and xeroderma pigmentosum fibroblasts displayed different rates of radiation-dependent reparative gap-filling after lysis but similar rates of radiation-independent DNA synthesis. The rates of DNA replication and radiation-independent DNA synthesis were less in the permeable cell system than in the lysed cell system, whereas radiation-dependent reparative gap-filling was the same in both. Preparations of permeable and lysed cells activated radiation-dependent reparative gap-filling at about 15% of the rate estimated for intact cells. No radiation-dependent DNA strand breaks, as assayed by alkaline elution, were observed in the lysed cell preparation. Some radiation-dependent breaks were observed in the permeable cell preparation, but radiation-dependent DNA breakage was less than that seen in intact cells. This inability to incise DNA at damaged sites could account for the low rate of activation of reparative gap-filling in vitro. DNA strand breaks were produced in fibroblast preparations nonspecifically during lysis or permeabilization and incubation in vitro, and this breakage of DNA probably was responsible for the radiation-independent DNA synthesis.

  10. Contingencies and metacontingencies: Toward a synthesis of behavior analysis and cultural materialism

    Science.gov (United States)

    Glenn, Sigrid S.

    1988-01-01

    A synthesis of cultural materialism and behavior analysis might increase the scientific and technological value of both fields. Conceptual and substantive relations between the two fields show important similarities, particularly with regard to the causal role of the environment in behavioral and cultural evolution. Key concepts in Marvin Harris's cultural materialist theories are outlined. A distinction is made between contingencies at the behavioral level of analysis (contingencies of reinforcement) and contingencies at the cultural level of analysis (metacontingencies). Relations between the two kinds of contingencies are explored in cultural practices from paleolithic to industrial sociocultural systems. A synthesis of these two fields may offer the opportunity to resolve serious problems currently facing modern cultures. PMID:22478011

  11. synthesis and characterization of some poly functionalized heterocyclic derivatives of expected biological activity

    International Nuclear Information System (INIS)

    El-sayed, M.S.

    2001-01-01

    The present work was aimed and designed to fulfil The following objectives : 1- Continuation of the effort done by our research group in the field of chemistry of pyridinethione derivatives and their biological activities. 2- Synthesis of several new heterocyclic derivatives containing N and/or S using the laboratory available reagents. 3- Establishment of the structures of the newly synthesized heterocyclic compounds by the data of IR, 1 H-NMR, mass spectra in addition to the elemental analysis. 4- Synthesis of some of these heterocyclic derivatives via alternative routs and this used as a tool to confirm the structures of the newly synthesized heterocyclic derivatives. 5- study of the most probable mechanisms leading to the formation of the new heterocyclic derivatives. 6- The antimicrobial activity of some of the newly synthesized heterocyclic derivatives was tested against several types of organisms

  12. Synthesis of solid catalyst from egg shell waste and clay for biodiesel production

    Science.gov (United States)

    Setiadji, S.; Sundari, C. D. D.; Munir, M.; Fitriyah, S.

    2018-05-01

    Until now, energy consumption in Indonesia is almost entirely fulfilled by fossil fuels, thus, its availability will be limited and continue to decrease. To overcome these problems, development and utilization of renewable energy are required, one of which is biodiesel. Biodiesel can be prepared through transesterification reaction of vegetable oil using catalyst. In this research, a solid catalyst for biodiesel synthesis was prepared from chicken egg shell waste and clay. Optimization of the transesterification reaction of coconut (Cocos nucifera) oil to obtain biodiesel was also carried out. The formation of CaO/kaolin catalyst was confirmed based on the results of XRD and SEM-EDS. This catalyst is suitable for biodiesel synthesis from vegetable oils with lower FFA (free fatty acid) levels, i.e. coconut oil with FFA level of 0.18%. Based on FTIR result, FFA level and flame tests, it was found that biodiesel was successfully formed. Synthesis of biodiesel has the optimum conditions on reaction time of 16 hours and temperature of 64 °C, with oil: methanol ratio of 1: 15 and CaO/kaolin catalyst concentration of 0.9% in a reflux system.

  13. Radioautographic study of protein synthesis during early embryogenesis of Leptimotarsa decemlineata Say (Coleoptera)

    International Nuclear Information System (INIS)

    Maisonhaute, Claude

    1976-01-01

    Protein synthesis in early embryonic stages of the Colorado beetle has been investigated by radioautography. Radioactive precursor (L. Leucine-3 H) was injected in eggs. At the stage of blastoderm formation amino-acid incorporation decreases sharply: at late blastula stage, incorporation reaches the same levels as during early cleavage, and at gastrula stage becomes higher. Nuclear protein synthesis is first detected during blastoderm formation and increases at gastrula stage [fr

  14. Taming Radical Pairs in Nanocrystalline Ketones: Photochemical Syn-thesis of Compounds with Vicinal Stereogenic All-Carbon Quaternary Centers.

    Science.gov (United States)

    Dotson, Jordan J; Perez-Estrada, Salvador; Garcia-Garibay, Miguel A

    2018-05-29

    Here we describe the use of crystalline ketones to control the fate of the radical pair intermediates generated in the Norrish type I photodecarbonylation reaction to render it a powerful tool in the challenging synthesis of sterically congested carbon-carbon bonds. This methodology makes the synthetically more accessible hexasusbtituted ketones as ideal synthons for the construction of adjacent, all-carbon substituted, stereogenic quaternary stereocenters. We describe here the structural and thermochemical parameters required of the starting ketone in order to react in the solid state. Finally, the scope and scalability of the reaction and its application in the total synthesis of two natural products is described.

  15. Synthesis of the major storage protein, hordein, in barley

    DEFF Research Database (Denmark)

    Giese, Nanna Henriette; Andersen, B.; Doll, Hans

    1983-01-01

    A liquid culture system for culturing detached spikes of barley (Hordeum vulgare L.) at different nutritional levels was established. The synthesis of hordein polypeptides was studied by pulse-labeling with [14C]sucrose at different stages of development and nitrogen (N) nutrition. All polypeptides...

  16. The contribution of mitochondrial thymidylate synthesis in preventing the nuclear genome stress

    OpenAIRE

    Lee, Ming-Hsiang; Wang, Liya; Chang, Zee-Fen

    2014-01-01

    In quiescent fibroblasts, the expression levels of cytosolic enzymes for thymidine triphosphate (dTTP) synthesis are down-regulated, causing a marked reduction in the dTTP pool. In this study, we provide evidence that mitochondrial thymidylate synthesis via thymidine kinase 2 (TK2) is a limiting factor for the repair of ultraviolet (UV) damage in the nuclear compartment in quiescent fibroblasts. We found that TK2 deficiency causes secondary DNA double-strand breaks formation in the nuclear ge...

  17. Sound Cross-synthesis and Morphing Using Dictionary-based Methods

    DEFF Research Database (Denmark)

    Collins, Nick; Sturm, Bob L.

    2011-01-01

    Dictionary-based methods (DBMs) provide rich possibilities for new sound transformations; as the analysis dual to granular synthesis, audio signals are decomposed into `atoms', allowing interesting manipulations. We present various approaches to audio signal cross-synthesis and cross-analysis via...... atomic decomposition using scale-time-frequency dictionaries. DBMs naturally provide high-level descriptions of a signal and its content, which can allow for greater control over what is modified and how. Through these models, we can make one signal decomposition influence that of another to create cross......-synthesized sounds. We present several examples of these techniques both theoretically and practically, and present on-going and further work....

  18. Effect of SOS-induced levels of imuABC on spontaneous and damage-induced mutagenesis in Caulobacter crescentus.

    Science.gov (United States)

    Alves, Ingrid R; Lima-Noronha, Marco A; Silva, Larissa G; Fernández-Silva, Frank S; Freitas, Aline Luiza D; Marques, Marilis V; Galhardo, Rodrigo S

    2017-11-01

    imuABC (imuAB dnaE2) genes are responsible for SOS-mutagenesis in Caulobacter crescentus and other bacterial species devoid of umuDC. In this work, we have constructed operator-constitutive mutants of the imuABC operon. We used this genetic tool to investigate the effect of SOS-induced levels of these genes upon both spontaneous and damage-induced mutagenesis. We showed that constitutive expression of imuABC does not increase spontaneous or damage-induced mutagenesis, nor increases cellular resistance to DNA-damaging agents. Nevertheless, the presence of the operator-constitutive mutation rescues mutagenesis in a recA background, indicating that imuABC are the only genes required at SOS-induced levels for translesion synthesis (TLS) in C. crescentus. Furthermore, these data also show that TLS mediated by ImuABC does not require RecA, unlike umuDC-dependent mutagenesis in E. coli. Copyright © 2017 Elsevier B.V. All rights reserved.

  19. A systematic review and synthesis of the strengths and limitations of measuring malaria mortality through verbal autopsy.

    Science.gov (United States)

    Herrera, Samantha; Enuameh, Yeetey; Adjei, George; Ae-Ngibise, Kenneth Ayuurebobi; Asante, Kwaku Poku; Sankoh, Osman; Owusu-Agyei, Seth; Yé, Yazoume

    2017-10-23

    Lack of valid and reliable data on malaria deaths continues to be a problem that plagues the global health community. To address this gap, the verbal autopsy (VA) method was developed to ascertain cause of death at the population level. Despite the adoption and wide use of VA, there are many recognized limitations of VA tools and methods, especially for measuring malaria mortality. This study synthesizes the strengths and limitations of existing VA tools and methods for measuring malaria mortality (MM) in low- and middle-income countries through a systematic literature review. The authors searched PubMed, Cochrane Library, Popline, WHOLIS, Google Scholar, and INDEPTH Network Health and Demographic Surveillance System sites' websites from 1 January 1990 to 15 January 2016 for articles and reports on MM measurement through VA. article presented results from a VA study where malaria was a cause of death; article discussed limitations/challenges related to measurement of MM through VA. Two authors independently searched the databases and websites and conducted a synthesis of articles using a standard matrix. The authors identified 828 publications; 88 were included in the final review. Most publications were VA studies; others were systematic reviews discussing VA tools or methods; editorials or commentaries; and studies using VA data to develop MM estimates. The main limitation were low sensitivity and specificity of VA tools for measuring MM. Other limitations included lack of standardized VA tools and methods, lack of a 'true' gold standard to assess accuracy of VA malaria mortality. Existing VA tools and methods for measuring MM have limitations. Given the need for data to measure progress toward the World Health Organization's Global Technical Strategy for Malaria 2016-2030 goals, the malaria community should define strategies for improving MM estimates, including exploring whether VA tools and methods could be further improved. Longer term strategies should focus

  20. Tools for Trigger Aware Analyses in ATLAS

    CERN Document Server

    Krasznahorkay, A; The ATLAS collaboration; Stelzer, J

    2010-01-01

    In order to search for rare processes, all four LHC experiments have to use advanced triggering methods for selecting and recording the events of interest. At the expected nominal LHC operating conditions only about 0.0005% of the collision events can be kept for physics analysis in ATLAS. Therefore the understanding and evaluation of the trigger performance is one of the most crucial parts of any physics analysis. ATLAS’s first level trigger is composed of custom-built hardware, while the second and third levels are implemented using regular PCs running reconstruction and selection algorithms. Because of this split, accessing the results of the trigger execution for the two stages is different. The complexity of the software trigger presents further difficulties in accessing the trigger data. To make the job of the physicists easier when evaluating the trigger performance, multiple general-use tools are provided by the ATLAS Trigger Analysis Tools group. The TrigDecisionTool, a general tool, is provided to...

  1. Rule-Based Storytelling Text-to-Speech (TTS Synthesis

    Directory of Open Access Journals (Sweden)

    Ramli Izzad

    2016-01-01

    Full Text Available In recent years, various real life applications such as talking books, gadgets and humanoid robots have drawn the attention to pursue research in the area of expressive speech synthesis. Speech synthesis is widely used in various applications. However, there is a growing need for an expressive speech synthesis especially for communication and robotic. In this paper, global and local rule are developed to convert neutral to storytelling style speech for the Malay language. In order to generate rules, modification of prosodic parameters such as pitch, intensity, duration, tempo and pauses are considered. Modification of prosodic parameters is examined by performing prosodic analysis on a story collected from an experienced female and male storyteller. The global and local rule is applied in sentence level and synthesized using HNM. Subjective tests are conducted to evaluate the synthesized storytelling speech quality of both rules based on naturalness, intelligibility, and similarity to the original storytelling speech. The results showed that global rule give a better result than local rule

  2. In response to 'Can sugars be produced from fatty acids? A test case for pathway analysis tools'.

    Science.gov (United States)

    Faust, Karoline; Croes, Didier; van Helden, Jacques

    2009-12-01

    In their article entitled 'Can sugars be produced from fatty acids? A test case for pathway analysis tools' de Figueiredo and co-authors assess the performance of three pathway prediction tools (METATOOL, PathFinding and Pathway Hunter Tool) using the synthesis of glucose-6-phosphate (G6P) from acetyl-CoA in humans as a test case. We think that this article is biased for three reasons: (i) the metabolic networks used as input for the respective tools were of very different sizes; (ii) the 'assessment' is restricted to two study cases; (iii) developers are inherently more skilled to use their own tools than those developed by other people. We extended the analyses led by de Figueiredo and clearly show that the apparent superior performance of their tool (METATOOL) is partly due to the differences in input network sizes. We also see a conceptual problem in the comparison of tools that serve different purposes. In our opinion, metabolic path finding and elementary mode analysis are answering different biological questions, and should be considered as complementary rather than competitive approaches. Supplementary data are available at Bioinformatics online.

  3. Effects of inhibitors of DNA synthesis and protein synthesis on the rate of DNA synthesis after exposure of mammalian cells to ultraviolet light

    International Nuclear Information System (INIS)

    Griffiths, T.D.; Dahle, D.B.; Meechan, P.J.; Carpenter, J.G.

    1981-01-01

    Chinese hamster V-79 cells were treated with metabolic inhibitors of DNA or protein synthesis for various intervals of time after exposure of 3.0 or 5.0 J m -2 . After removal of the metabolic block(s) the rate of DNA synthesis was followed by measuring the incorporation of [ 14 C]thymidine into acid-insoluble material. A 2.5 or 5.0h incubation with cycloheximide or hydroxyurea was effective in delaying the onset of the recovery in the rate of DNA synthesis that normally becomes evident several hours after exposure to ultraviolet light. By using concentrations of cycloheximide or hydroxyurea that inhibit DNA synthesis by a similar amount (70%), but protein synthesis by vastly different amounts (95% for cycloheximide; 0% for hydroxyurea), it was apparent that the delay in recovery caused by the treatment of the cells with cycloheximide could be accounted for entirely by its inhibitory effect on DNA synthesis. This suggests that the recovery in DNA synthetic rates following exposure of V-79 cells to ultraviolet light does not appear to require de novo protein synthesis, and therefore does not appear to require the involvement of an inducible DNA repair process. (Auth.)

  4. Effect of Nitrogen, Phosphorus and Potassium on the Dynamics of Synthesis of Nucleic Acids and Proteins in the Different Phases of Wheat Development

    Energy Technology Data Exchange (ETDEWEB)

    Martinovic, B.; Grujic-Injac, B.; Jelenic, Dj. [Institute for the Application of Nuclear Energy in Agriculture, Veterinary Medicine and Forestry, Belgrade (Yugoslavia)

    1968-07-01

    The influence of different nitrogen, phosphorus and potassium levels on the dynamics of RNA synthesis and raw proteins, as well as the uptake of phosphorus in the different phases of wheat development, were studied by applying radioactive phosphorus {sup 32}P . The rate of the uptake of phosphorus is proportional to its concentration in the nutrient supply in all phases of wheat development, in spite of the fact that the uptake of phosphorus during vegetation decreases with the plant's maturity. The influence of nitrogen on the uptake of phosphorus is inversely proportional to the concentration of nitrogen in the nutrient, while the influence of potassium depends on the relation of the amounts of nitrogen and phosphorus. The increased levels of nitrogen and phosphorus are directly proportional to the increase of RNA synthesis, and conversely the decrease of these levels decreases the RNA synthesis. The RNA synthesis decreases with the wheat's maturity during vegetation and is considerably greater in the first phase than in the later phases of the plant's development. Nitrogen and phosphorus have the greatest influence on protein synthesis; potassium has far less influence. These investigations show that the synthesis of nucleic acids and the building up of phosphorus in the RNA-fraction is directly proportional to the concentration of nitrogen in the nutrient supply, even though the uptake of phosphorus by wheat is not proportional to the increased nitrogen levels. Investigations now being carried out provide further explanations concerning the mutual relationship of some forms of RNA of the cells and the amino acids in the synthesis of certain protein fractions of wheat under the influence of different levels of nitrogen, phosphorus and potassium. (author)

  5. A novel PKB/Akt inhibitor, MK-2206, effectively inhibits insulin-stimulated glucose metabolism and protein synthesis in isolated rat skeletal muscle.

    Science.gov (United States)

    Lai, Yu-Chiang; Liu, Yang; Jacobs, Roxane; Rider, Mark H

    2012-10-01

    PKB (protein kinase B), also known as Akt, is a key component of insulin signalling. Defects in PKB activation lead to insulin resistance and metabolic disorders, whereas PKB overactivation has been linked to tumour growth. Small-molecule PKB inhibitors have thus been developed for cancer treatment, but also represent useful tools to probe the roles of PKB in insulin action. In the present study, we examined the acute effects of two allosteric PKB inhibitors, MK-2206 and Akti 1/2 (Akti) on PKB signalling in incubated rat soleus muscles. We also assessed the effects of the compounds on insulin-stimulated glucose uptake, glycogen and protein synthesis. MK-2206 dose-dependently inhibited insulin-stimulated PKB phosphorylation, PKBβ activity and phosphorylation of PKB downstream targets (including glycogen synthase kinase-3α/β, proline-rich Akt substrate of 40 kDa and Akt substrate of 160 kDa). Insulin-stimulated glucose uptake, glycogen synthesis and glycogen synthase activity were also decreased by MK-2206 in a dose-dependent manner. Incubation with high doses of MK-2206 (10 μM) inhibited insulin-induced p70 ribosomal protein S6 kinase and 4E-BP1 (eukaryotic initiation factor 4E-binding protein-1) phosphorylation associated with increased eEF2 (eukaryotic elongation factor 2) phosphorylation. In contrast, Akti only modestly inhibited insulin-induced PKB and mTOR (mammalian target of rapamycin) signalling, with little or no effect on glucose uptake and protein synthesis. MK-2206, rather than Akti, would thus be the tool of choice for studying the role of PKB in insulin action in skeletal muscle. The results point to a key role for PKB in mediating insulin-stimulated glucose uptake, glycogen synthesis and protein synthesis in skeletal muscle.

  6. Understanding the sub-cellular dynamics of silicon transportation and synthesis in diatoms using population-level data and computational optimization.

    Directory of Open Access Journals (Sweden)

    Narjes Javaheri

    2014-06-01

    Full Text Available Controlled synthesis of silicon is a major challenge in nanotechnology and material science. Diatoms, the unicellular algae, are an inspiring example of silica biosynthesis, producing complex and delicate nano-structures. This happens in several cell compartments, including cytoplasm and silica deposition vesicle (SDV. Considering the low concentration of silicic acid in oceans, cells have developed silicon transporter proteins (SIT. Moreover, cells change the level of active SITs during one cell cycle, likely as a response to the level of external nutrients and internal deposition rates. Despite this topic being of fundamental interest, the intracellular dynamics of nutrients and cell regulation strategies remain poorly understood. One reason is the difficulties in measurements and manipulation of these mechanisms at such small scales, and even when possible, data often contain large errors. Therefore, using computational techniques seems inevitable. We have constructed a mathematical model for silicon dynamics in the diatom Thalassiosira pseudonana in four compartments: external environment, cytoplasm, SDV and deposited silica. The model builds on mass conservation and Michaelis-Menten kinetics as mass transport equations. In order to find the free parameters of the model from sparse, noisy experimental data, an optimization technique (global and local search, together with enzyme related penalty terms, has been applied. We have connected population-level data to individual-cell-level quantities including the effect of early division of non-synchronized cells. Our model is robust, proven by sensitivity and perturbation analysis, and predicts dynamics of intracellular nutrients and enzymes in different compartments. The model produces different uptake regimes, previously recognized as surge, externally-controlled and internally-controlled uptakes. Finally, we imposed a flux of SITs to the model and compared it with previous classical kinetics

  7. Synthesis imaging in radio astronomy

    International Nuclear Information System (INIS)

    Perley, R.A.; Schwab, F.R.; Bridle, A.H.

    1989-01-01

    Recent advances in techniques and instrumentation for radio synthesis imaging in astronomy are discussed in a collection of review essays. Topics addressed include coherence in radio astronomy, the interferometer in practice, primary antenna elements, cross correlators, calibration and editing, sensitivity, deconvolution, self-calibration, error recognition, and image analysis. Consideration is given to wide-field imaging (bandwidth and time-average smearing, noncoplanar arrays, and mosaicking), high-dynamic-range imaging, spectral-line imaging, VLBI, solar imaging with a synthesis telescope, synthesis imaging of spatially coherent objects, noise in images of very bright sources, synthesis observing strategies, and the design of aperture-synthesis arrays

  8. Feature-aware natural texture synthesis

    KAUST Repository

    Wu, Fuzhang; Dong, Weiming; Kong, Yan; Mei, Xing; Yan, Dongming; Zhang, Xiaopeng; Paul, Jean Claude

    2014-01-01

    This article presents a framework for natural texture synthesis and processing. This framework is motivated by the observation that given examples captured in natural scene, texture synthesis addresses a critical problem, namely, that synthesis

  9. Effect of monensin on in vitro fermentation of silages and microbial protein synthesis.

    Science.gov (United States)

    Wischer, Gerald; Boguhn, Jeannette; Steingaß, Herbert; Schollenberger, Margit; Hartung, Karin; Rodehutscord, Markus

    2013-06-01

    The objective of the study was to investigate the effects of monensin on silage fermentation and microbial net protein synthesis. In Experiment 1, monensin (0.5, 1, 2, 4, 6, or 10 µg) was added to syringes that contained 120 mg of grass silage (GS), grass silage and concentrate (GS + C), or maize silage (MS), resulting in concentrations of 4.2, 8.3, 16.7, 33.3, 50.0 and 83.3 mg monensin/kg feed. Samples were incubated for 24 h to determine the monensin concentration that resulted in the maximum reduction in methane production without effects on the total gas production. In Experiment 2, GS and GS + C were incubated in a rumen simulation technique (Rusitec) to assess the monensin effects (133 and 266 mg/kg feed) on the production of total gas, methane and volatile fatty acids (VFA), degradation of nutrients and microbial net protein synthesis. In Experiment 1, methane production was reduced without significant effects on the total gas production; the reductions were 17% (GS), 10% (GS + C) and 13% (MS) with 16.7 (GS), 50.0 (GS + C) and 33.3 (MS) mg monensin/kg feed. Monensin reduced the total gas and methane production in GS and GS + C in Experiment 2. Propionate production was enhanced by monensin, accompanied by a decrease in acetate production. Along with a reduction in crude protein (CP) degradation, monensin reduced the ammonia nitrogen concentration in the effluent of both treatments. While the protein produced by liquid-associated microbes increased with monensin, protein production by solid-associated microbes was reduced. Total microbial net protein synthesis increased in the presence of monensin. Monensin influenced the production of total gas, methane and VFA from the silages without an effect on the degradation of organic matter (OM). Different microbial fractions were affected differently by monensin supplementation. If monensin is used as a tool to reduce methane emission, the supplementation level must be carefully chosen to avoid negative effects on

  10. Effect of inhibition of protein synthesis on the development of thermotolerance

    International Nuclear Information System (INIS)

    Chang, P.Y.; Blakely, E.A.; Gonzalez-Flores, I.

    1986-01-01

    The authors have chosen to use a temperature-sensitive mutant line, CHO-TSH1, which shuts down protein synthesis at nonpermissive temperatures of 40 0 C and above by the inactivation of its cytoplasmic nonmitochondrial leucyl-transfer RNA (t-RNA) synthetase enzyme. The parent cell line, CHO-SC1, was used as the control for these experiments. Exponentially growing, asynchronous CHO-TSH1 and CHO-SC1 cell populations were treated for times up to 8 hours at 41.5 0 C, 42 0 C, and 42.5 0 C. The wild-type cells showed the development of tolerance to heat killing at 41.5 0 C, 42 0 C, and possibly at 42.5 0 C, although the survival level at which tolerance developed at 42.5 0 C was too low to be statistically significant. The CHO-TSH1 mutant cell showed no tolerance at any of those temperatures. The rate of total protein synthesis was measured in both cell lines in pulse-labeling experiments with 3 H-leucine under the conditions of the experiment. Results indicated that the rate of synthesis dropped precipitously within the initial hour of exposure to 42 0 C and remained low during the 3 hours of 42 0 C treatment. When each cell line was returned to 35 0 C after the 3-hour treatment at 42 0 C, protein synthesis immediately resumed and eventually returned to control levels after 7 hours at 35 0 C

  11. Effect of glutathione on phytochelatin synthesis in tomato cells. [Lycopersicon esculentum

    Energy Technology Data Exchange (ETDEWEB)

    Mendum, M.L.; Gupta, S.C.; Goldsbrough, P.B. (Purdue Univ., West Lafayette, IN (USA))

    1990-06-01

    Growth of cell suspension cultures of tomato, Lycopersicon esculentum Mill. cv VFNT-Cherry, in the presence of cadmium is inhibited by buthionine sulfoximine, an inhibitor of glutathione synthesis. Cell growth and phytochelatin synthesis are restored to cells treated with buthionine sulfoximine by the addition of glutathione to the medium. Glutathione stimulates the accumulation of phytochelatins in cadmium treated cells, indicating that availability of glutathione can limit synthesis of these peptides. Exogenous glutathione causes a disproportionate increase in the level of smaller phytochelatins, notably ({gamma}-Glu-Cys){sub 2}-Gly. In the presence of buthionine sulfoximine and glutathione, phytochelatins that are produced upon exposure to cadmium incorporate little ({sup 35}S)cysteine, indicating that these peptides are probably not synthesized by sequential addition of cysteine and glutamate to glutathione.

  12. Effects of dietary amino acids, carbohydrates, and choline on neurotransmitter synthesis

    Science.gov (United States)

    Wurtman, Richard J.

    1988-01-01

    The ability of a meal to increase or decrease brain neurotransmitter synthesis has been studied. It is concluded that brain serotonin synthesis is directly controlled by the proportions of carbohydrate to protein in meals and snacks that increase or decrease brain tryptophan levels, thereby changing the substrate saturation of tryptophan hydroxylase and the rate of serotonin synthesis. The ability of serotoninergic neurons to have their output coupled to dietary macronutrients enables them to function as sensors of peripheral metabolism, and to subserve an important role in the control of appetite. The robust and selective responses of catecholaminergic and cholinergic neurons to supplemental tyrosine and choline suggest that these compounds may become useful as a new type of drug for treating deseases or conditions in which adequate quantities of the transmitter would otherwise be unavailable.

  13. Characterization of cycP gene expression in Achromobacter xylosoxidans NCIMB 11015 and high-level heterologous synthesis of cytochrome c' in Escherichia coli.

    Science.gov (United States)

    Harris, Roger L; Barbieri, Sonia; Paraskevopoulos, Kostas; Murphy, Loretta M; Eady, Robert R; Hasnain, S Samar; Sawers, R Gary

    2010-01-01

    The cycP gene encoding a periplasmic cytochrome c' from the denitrifying beta-proteobacterium Achromobacter xylosoxidans was characterized. The genes flanking cycP encode components of a mobile genetic element characteristic of the beta-proteobacteria, suggesting that cycP has inserted within a transposon or insertion element. The gene therefore does not form part of a denitrification operon or gene cluster. The level of expression of the cycP gene and the level of synthesis of its corresponding gene product were found to increase by maximally 3-fold anaerobically. Expression of cycP appears to occur mainly by non-specific read-through transcription from portions of the insertion element. Conditions were developed for high-level overproduction of cytochrome c' in Escherichia coli, which resulted in signal peptide cleavage concomitant with secretion of the protein into the periplasm. Using a single-step purification, 20-30 mg of pure protein were isolated from a 1-litre culture. Based on UV-visible spectrophotometry the dimeric protein was shown to have a full complement of haem and to be indistinguishable from the native protein purified from A. xylosoxidans. This system provides an excellent platform to facilitate biochemical and structural dissection of the mechanism underlying the novel specificity of NO binding to the proximal face of the haem.

  14. Identification of proteins whose synthesis in Saccharomyces cerevisiae is induced by DNA damage and heat shock

    International Nuclear Information System (INIS)

    Gailit, James

    1990-01-01

    Protein synthesis in Saccharomyces cerevisiae after exposure to ultraviolet light (UV) was examined by two-dimensional gel electrophoresis of pulse-labelled proteins. The synthesis of 12 distinct proteins was induced by treatment with UV doses of 10-200 J/m 2 . The induced proteins differed in minimum dose necessary for induction, maximum dose at which induction still occurred and constitutive level present in unirradiated cells. A chemical mutagen, 4-nitroquinoline-1-oxide, induced synthesis of the same proteins. Induction after UV treatment was observed in seven different yeast strains, including three mutants deficient in DNA repair. Synthesis of five of the proteins was also induced by brief heat shock treatment. These five may be members of a family of proteins whose synthesis is regulated by two different pathways responding to different types of stress. (author)

  15. Radiation chemical synthesis

    International Nuclear Information System (INIS)

    Zagoretz, P.A.; Poluetkov, V.A.; Shostenko, A.G.

    1986-01-01

    The authors consider processes in radiation chemical synthesis which are being developed in various scientific-research organizations. The important advantages of radiation chlorination, viz. the lower temperature compared with the thermal method and the absence of dehydrochlorination products are discussed. The authors examine the liquid-phase chlorination of trifluorochloroethyltrichloromethyl ether to obtain the pentachloro-contining ether, trifluorodichloroethyltrichloromethyl ether. The authors discuss radiation synthesis processes that have be used formulated kinetic equations on which models have been based. It is concluded that the possibilities of preparative (micro- and low-tonnage) radiation synthesis are promising

  16. Synthesis and AFM visualization of DNA nanostructures

    International Nuclear Information System (INIS)

    Mizuno, Rika; Haruta, Hirotaka; Morii, Takashi; Okada, Takao; Asakawa, Takeshi; Hayashi, Kenshi

    2004-01-01

    We propose a novel bottom-up approach for the fabrication of various desired nanostructures, based on self-assembly of oligonucleotides governed by Watson-Crick base pairing. Using this approach, we designed Y-shaped, closed Y-shaped, H-shaped, and hexagonal structures with oligonucleotides. These structures were autonomously fabricated simply by mixing equimolar solutions of oligonucleotides and performing hybridization. After synthesis of the nanostructures, we confirmed their validity by agarose gel electrophoresis and atomic force microscope (AFM) visualization. We detected bands of the desired molecular sizes in the gel electrophoresis and observed the desired structures by AFM analysis. We concluded that the synthesized structures were consistent with our intended design and that AFM visualization is a very useful tool for the observation of nanostructures

  17. SystemC Transaction-Level Modeling of an MPSoC Platform Based on an Open Source ISS by Using Interprocess Communication

    Directory of Open Access Journals (Sweden)

    Sami Boukhechem

    2008-01-01

    Full Text Available Transaction-level modeling (TLM is a promising technique to deal with the increasing complexity of modern embedded systems. This model allows a system designer to model a complete application, composed of hardware and software parts, at several levels of abstraction. For this purpose, we use systemC, which is proposed as a standardized modeling language. This paper presents a transaction-level modeling cosimulation methodology for modeling, validating, and verifying our embedded open architecture platform. The proposed platform is an open source multiprocessor system-on-chip (MPSoC platform, integrated under the synthesis tool for adaptive and reconfigurable system-on-chip (STARSoC environment. It relies on the integration between an open source instruction set simulators (ISSs, OR1Ksim platform, and the systemC simulation environment which contains other components (wishbone bus, memories, …, etc.. The aim of this work is to provide designers with the possibility of faster and efficient architecture exploration at a higher level of abstractions, starting from an algorithmic description to implementation details.

  18. Lab-on-a-chip synthesis of inorganic nanomaterials and quantum dots for biomedical applications.

    Science.gov (United States)

    Krishna, Katla Sai; Li, Yuehao; Li, Shuning; Kumar, Challa S S R

    2013-11-01

    The past two decades have seen a dramatic raise in the number of investigations leading to the development of Lab-on-a-Chip (LOC) devices for synthesis of nanomaterials. A majority of these investigations were focused on inorganic nanomaterials comprising of metals, metal oxides, nanocomposites and quantum dots. Herein, we provide an analysis of these findings, especially, considering the more recent developments in this new decade. We made an attempt to bring out the differences between chip-based as well as tubular continuous flow systems. We also cover, for the first time, various opportunities the tools from the field of computational fluid dynamics provide in designing LOC systems for synthesis inorganic nanomaterials. Particularly, we provide unique examples to demonstrate that there is a need for concerted effort to utilize LOC devices not only for synthesis of inorganic nanomaterials but also for carrying out superior in vitro studies thereby, paving the way for faster clinical translation. Even though LOC devices with the possibility to carry out multi-step syntheses have been designed, surprisingly, such systems have not been utilized for carrying out simultaneous synthesis and bio-functionalization of nanomaterials. While traditionally, LOC devices are primarily based on microfluidic systems, in this review article, we make a case for utilizing millifluidic systems for more efficient synthesis, bio-functionalization and in vitro studies of inorganic nanomaterials tailor-made for biomedical applications. Finally, recent advances in the field clearly point out the possibility for pushing the boundaries of current medical practices towards personalized health care with a vision to develop automated LOC-based instrumentation for carrying out simultaneous synthesis, bio-functionalization and in vitro evaluation of inorganic nanomaterials for biomedical applications. Copyright © 2013 Elsevier B.V. All rights reserved.

  19. Click synthesis of PET radiopharmaceuticals

    International Nuclear Information System (INIS)

    Xu Mei; Kuang Chunxiang

    2009-01-01

    Increasing attention has been focused on synthesis radiopharmaceuticals for positron emission tomography (PET). The recent years witnessed applications of click chemistry to PET radiopharmaceutical synthesis,because of its distinctive advantages including high speed,yield and stereospecificity under mild conditions. Synthesis of 18 F-labeled and 11 C-labeled radiopharmaceuticals and intermediates via click chemistry are reviewed. The future trend of click chemistry for the synthesis of PET radiopharmaceutical is prospected. (authors)

  20. CytoSpectre: a tool for spectral analysis of oriented structures on cellular and subcellular levels.

    Science.gov (United States)

    Kartasalo, Kimmo; Pölönen, Risto-Pekka; Ojala, Marisa; Rasku, Jyrki; Lekkala, Jukka; Aalto-Setälä, Katriina; Kallio, Pasi

    2015-10-26

    Orientation and the degree of isotropy are important in many biological systems such as the sarcomeres of cardiomyocytes and other fibrillar structures of the cytoskeleton. Image based analysis of such structures is often limited to qualitative evaluation by human experts, hampering the throughput, repeatability and reliability of the analyses. Software tools are not readily available for this purpose and the existing methods typically rely at least partly on manual operation. We developed CytoSpectre, an automated tool based on spectral analysis, allowing the quantification of orientation and also size distributions of structures in microscopy images. CytoSpectre utilizes the Fourier transform to estimate the power spectrum of an image and based on the spectrum, computes parameter values describing, among others, the mean orientation, isotropy and size of target structures. The analysis can be further tuned to focus on targets of particular size at cellular or subcellular scales. The software can be operated via a graphical user interface without any programming expertise. We analyzed the performance of CytoSpectre by extensive simulations using artificial images, by benchmarking against FibrilTool and by comparisons with manual measurements performed for real images by a panel of human experts. The software was found to be tolerant against noise and blurring and superior to FibrilTool when analyzing realistic targets with degraded image quality. The analysis of real images indicated general good agreement between computational and manual results while also revealing notable expert-to-expert variation. Moreover, the experiment showed that CytoSpectre can handle images obtained of different cell types using different microscopy techniques. Finally, we studied the effect of mechanical stretching on cardiomyocytes to demonstrate the software in an actual experiment and observed changes in cellular orientation in response to stretching. CytoSpectre, a versatile, easy