Sample records for environment api version

  1. The Ruby UCSC API: accessing the UCSC genome database using Ruby.

    PubMed

    Mishima, Hiroyuki; Aerts, Jan; Katayama, Toshiaki; Bonnal, Raoul J P; Yoshiura, Koh-ichiro

    2012-09-21

    The University of California, Santa Cruz (UCSC) genome database is among the most used sources of genomic annotation in human and other organisms. The database offers an excellent web-based graphical user interface (the UCSC genome browser) and several means for programmatic queries. A simple application programming interface (API) in a scripting language aimed at the biologist was however not yet available. Here, we present the Ruby UCSC API, a library to access the UCSC genome database using Ruby. The API is designed as a BioRuby plug-in and built on the ActiveRecord 3 framework for the object-relational mapping, making writing SQL statements unnecessary. The current version of the API supports databases of all organisms in the UCSC genome database including human, mammals, vertebrates, deuterostomes, insects, nematodes, and yeast.The API uses the bin index-if available-when querying for genomic intervals. The API also supports genomic sequence queries using locally downloaded *.2bit files that are not stored in the official MySQL database. The API is implemented in pure Ruby and is therefore available in different environments and with different Ruby interpreters (including JRuby). Assisted by the straightforward object-oriented design of Ruby and ActiveRecord, the Ruby UCSC API will facilitate biologists to query the UCSC genome database programmatically. The API is available through the RubyGem system. Source code and documentation are available at https://github.com/misshie/bioruby-ucsc-api/ under the Ruby license. Feedback and help is provided via the website at http://rubyucscapi.userecho.com/.

  2. The Ruby UCSC API: accessing the UCSC genome database using Ruby

    PubMed Central

    2012-01-01

    Background The University of California, Santa Cruz (UCSC) genome database is among the most used sources of genomic annotation in human and other organisms. The database offers an excellent web-based graphical user interface (the UCSC genome browser) and several means for programmatic queries. A simple application programming interface (API) in a scripting language aimed at the biologist was however not yet available. Here, we present the Ruby UCSC API, a library to access the UCSC genome database using Ruby. Results The API is designed as a BioRuby plug-in and built on the ActiveRecord 3 framework for the object-relational mapping, making writing SQL statements unnecessary. The current version of the API supports databases of all organisms in the UCSC genome database including human, mammals, vertebrates, deuterostomes, insects, nematodes, and yeast. The API uses the bin index—if available—when querying for genomic intervals. The API also supports genomic sequence queries using locally downloaded *.2bit files that are not stored in the official MySQL database. The API is implemented in pure Ruby and is therefore available in different environments and with different Ruby interpreters (including JRuby). Conclusions Assisted by the straightforward object-oriented design of Ruby and ActiveRecord, the Ruby UCSC API will facilitate biologists to query the UCSC genome database programmatically. The API is available through the RubyGem system. Source code and documentation are available at https://github.com/misshie/bioruby-ucsc-api/ under the Ruby license. Feedback and help is provided via the website at http://rubyucscapi.userecho.com/. PMID:22994508

  3. 78 FR 48738 - Self-Regulatory Organizations; C2 Options Exchange, Incorporated; Notice of Filing and Immediate...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-08-09

    ... depend upon the Application Programming Interface (``API'') a Permit Holder is using.\\4\\ Currently, the Exchange offers two APIs: CBOE Market Interface (``CMi'') API and Financial Information eXchange (``FIX... available APIs, and if applicable, which version, it would like to use. \\4\\ An API is a computer interface...

  4. Perl Embedded in PTC's Pro/ENGINEER, Version 1

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    2003-12-22

    Pro-PERL (AKA Pro/PERL) is a Perl extension to the PTC Pro/TOOLKIT API to the PTC Pro/ENGINEER CAD application including an embedded interpreter. It can be used to automate and customize Pro/ENGINEER, create Vendor Neutral Archive (VNA) format files and re-create CAD models from the VNA files. This has applications in sanitizing classified CAD models created in a classified environment for transfer to an open environment, creating template models for modification to finished models by non-expert users, and transfer of design intent data to other modeling technologies.

  5. A parallel solver for huge dense linear systems

    NASA Astrophysics Data System (ADS)

    Badia, J. M.; Movilla, J. L.; Climente, J. I.; Castillo, M.; Marqués, M.; Mayo, R.; Quintana-Ortí, E. S.; Planelles, J.

    2011-11-01

    HDSS (Huge Dense Linear System Solver) is a Fortran Application Programming Interface (API) to facilitate the parallel solution of very large dense systems to scientists and engineers. The API makes use of parallelism to yield an efficient solution of the systems on a wide range of parallel platforms, from clusters of processors to massively parallel multiprocessors. It exploits out-of-core strategies to leverage the secondary memory in order to solve huge linear systems O(100.000). The API is based on the parallel linear algebra library PLAPACK, and on its Out-Of-Core (OOC) extension POOCLAPACK. Both PLAPACK and POOCLAPACK use the Message Passing Interface (MPI) as the communication layer and BLAS to perform the local matrix operations. The API provides a friendly interface to the users, hiding almost all the technical aspects related to the parallel execution of the code and the use of the secondary memory to solve the systems. In particular, the API can automatically select the best way to store and solve the systems, depending of the dimension of the system, the number of processes and the main memory of the platform. Experimental results on several parallel platforms report high performance, reaching more than 1 TFLOP with 64 cores to solve a system with more than 200 000 equations and more than 10 000 right-hand side vectors. New version program summaryProgram title: Huge Dense System Solver (HDSS) Catalogue identifier: AEHU_v1_1 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEHU_v1_1.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 87 062 No. of bytes in distributed program, including test data, etc.: 1 069 110 Distribution format: tar.gz Programming language: Fortran90, C Computer: Parallel architectures: multiprocessors, computer clusters Operating system: Linux/Unix Has the code been vectorized or parallelized?: Yes, includes MPI primitives. RAM: Tested for up to 190 GB Classification: 6.5 External routines: MPI ( http://www.mpi-forum.org/), BLAS ( http://www.netlib.org/blas/), PLAPACK ( http://www.cs.utexas.edu/~plapack/), POOCLAPACK ( ftp://ftp.cs.utexas.edu/pub/rvdg/PLAPACK/pooclapack.ps) (code for PLAPACK and POOCLAPACK is included in the distribution). Catalogue identifier of previous version: AEHU_v1_0 Journal reference of previous version: Comput. Phys. Comm. 182 (2011) 533 Does the new version supersede the previous version?: Yes Nature of problem: Huge scale dense systems of linear equations, Ax=B, beyond standard LAPACK capabilities. Solution method: The linear systems are solved by means of parallelized routines based on the LU factorization, using efficient secondary storage algorithms when the available main memory is insufficient. Reasons for new version: In many applications we need to guarantee a high accuracy in the solution of very large linear systems and we can do it by using double-precision arithmetic. Summary of revisions: Version 1.1 Can be used to solve linear systems using double-precision arithmetic. New version of the initialization routine. The user can choose the kind of arithmetic and the values of several parameters of the environment. Running time: About 5 hours to solve a system with more than 200 000 equations and more than 10 000 right-hand side vectors using double-precision arithmetic on an eight-node commodity cluster with a total of 64 Intel cores.

  6. JEnsembl: a version-aware Java API to Ensembl data systems.

    PubMed

    Paterson, Trevor; Law, Andy

    2012-11-01

    The Ensembl Project provides release-specific Perl APIs for efficient high-level programmatic access to data stored in various Ensembl database schema. Although Perl scripts are perfectly suited for processing large volumes of text-based data, Perl is not ideal for developing large-scale software applications nor embedding in graphical interfaces. The provision of a novel Java API would facilitate type-safe, modular, object-orientated development of new Bioinformatics tools with which to access, analyse and visualize Ensembl data. The JEnsembl API implementation provides basic data retrieval and manipulation functionality from the Core, Compara and Variation databases for all species in Ensembl and EnsemblGenomes and is a platform for the development of a richer API to Ensembl datasources. The JEnsembl architecture uses a text-based configuration module to provide evolving, versioned mappings from database schema to code objects. A single installation of the JEnsembl API can therefore simultaneously and transparently connect to current and previous database instances (such as those in the public archive) thus facilitating better analysis repeatability and allowing 'through time' comparative analyses to be performed. Project development, released code libraries, Maven repository and documentation are hosted at SourceForge (http://jensembl.sourceforge.net).

  7. JEnsembl: a version-aware Java API to Ensembl data systems

    PubMed Central

    Paterson, Trevor; Law, Andy

    2012-01-01

    Motivation: The Ensembl Project provides release-specific Perl APIs for efficient high-level programmatic access to data stored in various Ensembl database schema. Although Perl scripts are perfectly suited for processing large volumes of text-based data, Perl is not ideal for developing large-scale software applications nor embedding in graphical interfaces. The provision of a novel Java API would facilitate type-safe, modular, object-orientated development of new Bioinformatics tools with which to access, analyse and visualize Ensembl data. Results: The JEnsembl API implementation provides basic data retrieval and manipulation functionality from the Core, Compara and Variation databases for all species in Ensembl and EnsemblGenomes and is a platform for the development of a richer API to Ensembl datasources. The JEnsembl architecture uses a text-based configuration module to provide evolving, versioned mappings from database schema to code objects. A single installation of the JEnsembl API can therefore simultaneously and transparently connect to current and previous database instances (such as those in the public archive) thus facilitating better analysis repeatability and allowing ‘through time’ comparative analyses to be performed. Availability: Project development, released code libraries, Maven repository and documentation are hosted at SourceForge (http://jensembl.sourceforge.net). Contact: jensembl-develop@lists.sf.net, andy.law@roslin.ed.ac.uk, trevor.paterson@roslin.ed.ac.uk PMID:22945789

  8. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Veseli, S.

    As the number of sites deploying and adopting EPICS Version 4 grows, so does the need to support PV Access from multiple languages. Especially important are the widely used scripting languages that tend to reduce both software development time and the learning curve for new users. In this paper we describe PvaPy, a Python API for the EPICS PV Access protocol and its accompanying structured data API. Rather than implementing the protocol itself in Python, PvaPy wraps the existing EPICS Version 4 C++ libraries using the Boost.Python framework. This approach allows us to benefit from the existing code base andmore » functionality, and to significantly reduce the Python API development effort. PvaPy objects are based on Python dictionaries and provide users with the ability to access even the most complex of PV Data structures in a relatively straightforward way. Its interfaces are easy to use, and include support for advanced EPICS Version 4 features such as implementation of client and server Remote Procedure Calls (RPC).« less

  9. Task 28: Web Accessible APIs in the Cloud Trade Study

    NASA Technical Reports Server (NTRS)

    Gallagher, James; Habermann, Ted; Jelenak, Aleksandar; Lee, Joe; Potter, Nathan; Yang, Muqun

    2017-01-01

    This study explored three candidate architectures for serving NASA Earth Science Hierarchical Data Format Version 5 (HDF5) data via Hyrax running on Amazon Web Services (AWS). We studied the cost and performance for each architecture using several representative Use-Cases. The objectives of the project are: Conduct a trade study to identify one or more high performance integrated solutions for storing and retrieving NASA HDF5 and Network Common Data Format Version 4 (netCDF4) data in a cloud (web object store) environment. The target environment is Amazon Web Services (AWS) Simple Storage Service (S3).Conduct needed level of software development to properly evaluate solutions in the trade study and to obtain required benchmarking metrics for input into government decision of potential follow-on prototyping. Develop a cloud cost model for the preferred data storage solution (or solutions) that accounts for different granulation and aggregation schemes as well as cost and performance trades.

  10. The NERC Vocabulary Server: Version 2.0

    NASA Astrophysics Data System (ADS)

    Leadbetter, A. M.; Lowry, R. K.

    2012-12-01

    The Natural Environment Research Council (NERC) Vocabulary Server (NVS) has been used to publish controlled vocabularies of terms relevant to marine environmental sciences since 2006 (version 0) with version 1 being introduced in 2007. It has been used for - metadata mark-up with verifiable content - populating dynamic drop down lists - semantic cross-walk between metadata schemata - so-called smart search - and the semantic enablement of Open Geospatial Consortium (OGC) Web Processing Services in the NERC Data Grid and the European Commission SeaDataNet, Geo-Seas, and European Marine Observation and Data Network (EMODnet) projects. The NVS is based on the Simple Knowledge Organization System (SKOS) model. SKOS is based on the "concept", which it defines as a "unit of thought", that is an idea or notion such as "oil spill". Following a version change for SKOS in 2009 there was a desire to upgrade the NVS to incorporate the changes. This version of SKOS introduces the ability to aggregate concepts in both collections and schemes. The design of version 2 of the NVS uses both types of aggregation: schemes for the discovery of content through hierarchical thesauri and collections for the publication and addressing of content. Other desired changes from version 1 of the NVS included: - the removal of the potential for multiple identifiers for the same concept to ensure consistent addressing of concepts - the addition of content and technical governance information in the payload documents to provide an audit trail to users of NVS content - the removal of XML snippets from concept definitions in order to correctly validate XML serializations of the SKOS - the addition of the ability to map into external knowledge organization systems in order to extend the knowledge base - a more truly RESTful approach URL access to the NVS to make the development of applications on top of the NVS easier - and support for multiple human languages to increase the user base of the NVS Version 2 of the NVS (NVS2.0) underpins the semantic layer for the Open Service Network for Marine Environmental Data (NETMAR) project, funded by the European Commission under the Seventh Framework Programme. Within NETMAR, NVS2.0 has been used for: - semantic validation of inputs to chained OGC Web Processing Services - smart discovery of data and services - integration of data from distributed nodes of the International Coastal Atlas Network Since its deployment, NVS2.0 has been adopted within the European SeaDataNet community's software products which has significantly increased the usage of the NVS2.0 Application Programming Interace (API), as illustrated in Table 1. Here we present the results of upgrading the NVS to version 2 and show applications which have been built on top of the NVS2.0 API, including a SPARQL endpoint and a hierarchical catalogue of oceanographic hardware.Table 1. NVS2.0 API usage by month from 467 unique IP addressest;

  11. Confirmatory factor analysis and recommendations for improvement of the Autonomy-Preference-Index (API).

    PubMed

    Simon, Daniela; Kriston, Levente; Loh, Andreas; Spies, Claudia; Scheibler, Fueloep; Wills, Celia; Härter, Martin

    2010-09-01

    Validation of the German version of the Autonomy-Preference-Index (API), a measure of patients' preferences for decision making and information seeking. Stepwise confirmatory factor analysis was conducted on a sample of patients (n = 1592) treated in primary care for depression (n = 186), surgical and internal medicine inpatients (n = 811) and patients with minor trauma treated in an emergency department (n = 595). An initial test of the model was done on calculation and validation halves of the sample. Both local and global indexes-of-fit suggested modifications to the scale. The scale was modified and re-tested in the calculation sample and confirmed in the validation sample. Subgroup analyses for age, gender and type of treatment setting were also performed. The confirmatory analysis led to a modified version of the API with better local and global indexes-of-fit for samples of German-speaking patients. Two items of the sub-scale, 'preference for decision-making', and one item of the sub-scale, 'preference for information seeking', showed very low reliability scores and were deleted. Thus, several global indexes-of-fit clearly improved significantly. The modified scale was confirmed on the validation sample with acceptable to good indices of fit. Results of subgroup analyses indicated that no adaptations were necessary. This first confirmatory analysis for a German-speaking population showed that the API was improved by the removal of several items. There were theoretically plausible explanations for this improvement suggesting that the modifications might also be appropriate in English and other language versions.

  12. libNeuroML and PyLEMS: using Python to combine procedural and declarative modeling approaches in computational neuroscience.

    PubMed

    Vella, Michael; Cannon, Robert C; Crook, Sharon; Davison, Andrew P; Ganapathy, Gautham; Robinson, Hugh P C; Silver, R Angus; Gleeson, Padraig

    2014-01-01

    NeuroML is an XML-based model description language, which provides a powerful common data format for defining and exchanging models of neurons and neuronal networks. In the latest version of NeuroML, the structure and behavior of ion channel, synapse, cell, and network model descriptions are based on underlying definitions provided in LEMS, a domain-independent language for expressing hierarchical mathematical models of physical entities. While declarative approaches for describing models have led to greater exchange of model elements among software tools in computational neuroscience, a frequent criticism of XML-based languages is that they are difficult to work with directly. Here we describe two Application Programming Interfaces (APIs) written in Python (http://www.python.org), which simplify the process of developing and modifying models expressed in NeuroML and LEMS. The libNeuroML API provides a Python object model with a direct mapping to all NeuroML concepts defined by the NeuroML Schema, which facilitates reading and writing the XML equivalents. In addition, it offers a memory-efficient, array-based internal representation, which is useful for handling large-scale connectomics data. The libNeuroML API also includes support for performing common operations that are required when working with NeuroML documents. Access to the LEMS data model is provided by the PyLEMS API, which provides a Python implementation of the LEMS language, including the ability to simulate most models expressed in LEMS. Together, libNeuroML and PyLEMS provide a comprehensive solution for interacting with NeuroML models in a Python environment.

  13. libNeuroML and PyLEMS: using Python to combine procedural and declarative modeling approaches in computational neuroscience

    PubMed Central

    Vella, Michael; Cannon, Robert C.; Crook, Sharon; Davison, Andrew P.; Ganapathy, Gautham; Robinson, Hugh P. C.; Silver, R. Angus; Gleeson, Padraig

    2014-01-01

    NeuroML is an XML-based model description language, which provides a powerful common data format for defining and exchanging models of neurons and neuronal networks. In the latest version of NeuroML, the structure and behavior of ion channel, synapse, cell, and network model descriptions are based on underlying definitions provided in LEMS, a domain-independent language for expressing hierarchical mathematical models of physical entities. While declarative approaches for describing models have led to greater exchange of model elements among software tools in computational neuroscience, a frequent criticism of XML-based languages is that they are difficult to work with directly. Here we describe two Application Programming Interfaces (APIs) written in Python (http://www.python.org), which simplify the process of developing and modifying models expressed in NeuroML and LEMS. The libNeuroML API provides a Python object model with a direct mapping to all NeuroML concepts defined by the NeuroML Schema, which facilitates reading and writing the XML equivalents. In addition, it offers a memory-efficient, array-based internal representation, which is useful for handling large-scale connectomics data. The libNeuroML API also includes support for performing common operations that are required when working with NeuroML documents. Access to the LEMS data model is provided by the PyLEMS API, which provides a Python implementation of the LEMS language, including the ability to simulate most models expressed in LEMS. Together, libNeuroML and PyLEMS provide a comprehensive solution for interacting with NeuroML models in a Python environment. PMID:24795618

  14. Classification of the crystallization behavior of amorphous active pharmaceutical ingredients in aqueous environments.

    PubMed

    Van Eerdenbrugh, Bernard; Raina, Shweta; Hsieh, Yi-Ling; Augustijns, Patrick; Taylor, Lynne S

    2014-04-01

    To classify the crystallization behavior of amorphous active pharmaceutical ingredients (API) exposed to aqueous environments. A set of approximately 50 chemically and physically diverse active pharmaceutical ingredients (APIs) was selected for this study. Two experimental setups were employed to characterize the crystallization behavior of the amorphous API in an aqueous environment. For the first approach, precipitation, as evidenced by the development of turbidity, was induced using the solvent shift method, by mixing concentrated API solutions in DMSO with an aqueous buffer in a capillary. Subsequently, crystallization was monitored in situ over time using synchrotron radiation (simultaneous SAXS/WAXS beamline 12-ID-B at the Advanced Photon Source, Argonne National Laboratories, Argonne, IL). In the second approach, amorphous films were prepared by melt quenching; after adding buffer, crystallization was monitored with time using polarized light microscopy. In general, the crystallization behavior of a given compound was similar irrespective of the experimental method employed. However, the crystallization behavior among different compounds varied significantly, ranging from immediate and complete crystallization to no observable crystallization over biorelevant time scales. Comparison of the observed behavior with previous studies of crystallization tendency in non-aqueous environments revealed that the crystallization tendency of individual APIs was somewhat similar regardless of the crystallization environment. API properties, rather than the method by which amorphous materials are generated, tend to dictate crystallization behavior in aqueous media.

  15. Design and Implement AN Interoperable Internet of Things Application Based on AN Extended Ogc Sensorthings Api Standard

    NASA Astrophysics Data System (ADS)

    Huang, C. Y.; Wu, C. H.

    2016-06-01

    The Internet of Things (IoT) is an infrastructure that interconnects uniquely-identifiable devices using the Internet. By interconnecting everyday appliances, various monitoring and physical mashup applications can be constructed to improve people's daily life. However, IoT devices created by different manufacturers follow different proprietary protocols and cannot communicate with each other. This heterogeneity issue causes different products to be locked in multiple closed ecosystems that we call IoT silos. In order to address this issue, a common industrial solution is the hub approach, which implements connectors to communicate with IoT devices following different protocols. However, with the growing number of proprietary protocols proposed by device manufacturers, IoT hubs need to support and maintain a lot of customized connectors. Hence, we believe the ultimate solution to address the heterogeneity issue is to follow open and interoperable standard. Among the existing IoT standards, the Open Geospatial Consortium (OGC) SensorThings API standard supports comprehensive conceptual model and query functionalities. The first version of SensorThings API mainly focuses on connecting to IoT devices and sharing sensor observations online, which is the sensing capability. Besides the sensing capability, IoT devices could also be controlled via the Internet, which is the tasking capability. While the tasking capability was not included in the first version of the SensorThings API standard, this research aims on defining the tasking capability profile and integrates with the SensorThings API standard, which we call the extended-SensorThings API in this paper. In general, this research proposes a lightweight JSON-based web service description, the "Tasking Capability Description", allowing device owners and manufacturers to describe different IoT device protocols. Through the extended- SensorThings API, users and applications can follow a coherent protocol to control IoT devices that use different communication protocols, which could consequently achieve the interoperable Internet of Things infrastructure.

  16. Programmatic access to logical models in the Cell Collective modeling environment via a REST API.

    PubMed

    Kowal, Bryan M; Schreier, Travis R; Dauer, Joseph T; Helikar, Tomáš

    2016-01-01

    Cell Collective (www.cellcollective.org) is a web-based interactive environment for constructing, simulating and analyzing logical models of biological systems. Herein, we present a Web service to access models, annotations, and simulation data in the Cell Collective platform through the Representational State Transfer (REST) Application Programming Interface (API). The REST API provides a convenient method for obtaining Cell Collective data through almost any programming language. To ensure easy processing of the retrieved data, the request output from the API is available in a standard JSON format. The Cell Collective REST API is freely available at http://thecellcollective.org/tccapi. All public models in Cell Collective are available through the REST API. For users interested in creating and accessing their own models through the REST API first need to create an account in Cell Collective (http://thecellcollective.org). thelikar2@unl.edu. Technical user documentation: https://goo.gl/U52GWo. Copyright © 2015 Elsevier Ireland Ltd. All rights reserved.

  17. RELEASE NOTES FOR MODELS-3 VERSION 4.1 PATCH: SMOKE TOOL AND FILE CONVERTER

    EPA Science Inventory

    This software patch to the Models-3 system corrects minor errors in the Models-3 framework, provides substantial improvements in the ASCII to I/O API format conversion of the File Converter utility, and new functionalities for the SMOKE Tool. Version 4.1 of the Models-3 system...

  18. Tiger LDRD final report

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Steich, D J; Brugger, S T; Kallman, J S

    2000-02-01

    This final report describes our efforts on the Three-Dimensional Massively Parallel CEM Technologies LDRD project (97-ERD-009). Significant need exists for more advanced time domain computational electromagnetics modeling. Bookkeeping details and modifying inflexible software constitute a vast majority of the effort required to address such needs. The required effort escalates rapidly as problem complexity increases. For example, hybrid meshes requiring hybrid numerics on massively parallel platforms (MPPs). This project attempts to alleviate the above limitations by investigating flexible abstractions for these numerical algorithms on MPPs using object-oriented methods, providing a programming environment insulating physics from bookkeeping. The three major design iterationsmore » during the project, known as TIGER-I to TIGER-III, are discussed. Each version of TIGER is briefly discussed along with lessons learned during the development and implementation. An Application Programming Interface (API) of the object-oriented interface for Tiger-III is included in three appendices. The three appendices contain the Utilities, Entity-Attribute, and Mesh libraries developed during the project. The API libraries represent a snapshot of our latest attempt at insulated the physics from the bookkeeping.« less

  19. Green Pharmacy & PharmEcovigilance: Prescribing and the Planet

    EPA Science Inventory

    Active pharmaceutical ingredients (APIs) are well documented as ubiquitous contaminants in the environment, especially in surface waters. Although their primary source is excretion and bathing, a secondary route by which many APIs enter the environment is disposal of unwanted, le...

  20. Isolation, Expression Analysis, and Functional Characterization of the First Antidiuretic Hormone Receptor in Insects

    DTIC Science & Technology

    2010-06-01

    fruitfly Drosophila melanogaster and the honey bee Apis mellifera . Prog Neurobiol 80:1–19. 28. Larkin MA, et al. (2007) Clustal W and Clustal X version...receptors predicted or annotated in the Acyrthosiphon pisum, Pediculus humanus corporis, andApis mellifera genomes. The CAPA-related peptides in insects...prolixus CAPA Receptor Gene. CAPA receptor protein sequences identified or predicted in D. melanogaster (AAS65092) (13, 14), A. mellifera (NP_001091702

  1. Environmental footprint of pharmaceuticals: the significance of factors beyond direct excretion to sewers.

    PubMed

    Daughton, Christian G; Ruhoy, Ilene S

    2009-12-01

    The combined excretion of active pharmaceutical ingredients (APIs) via urine and feces is considered the primary route by which APIs from human pharmaceuticals enter the environment. Disposal of unwanted, leftover medications by flushing into sewers has been considered a secondary route-one that does not contribute substantially to overall environmental loadings. The present study presents the first comprehensive examination of secondary routes of API release to the environment and for direct but unintentional human exposure. These include bathing, washing, and laundering, all of which release APIs remaining on the skin from the use of high-content dermal applications or from excretion to the skin via sweating, and disposal of unused and partially used high-content devices. Also discussed are the health hazards associated with: partially used devices, medication disposal practices of consumers, and interpersonal dermal transfer of API residues. Understanding these secondary routes is important from the perspective of pollution prevention, because actions can be designed more easily for reducing the environmental impact of APIs compared with the route of direct excretion (via urine and feces), for reducing the incidence of unintentional and purposeful poisonings of humans and pets, and for improving the quality and cost-effectiveness of health care. Overall, unintentional exposure to APIs for humans via these routes is possibly more important than exposure to trace residues recycled from the environment in drinking water or foods.

  2. The Matchmaker Exchange API: automating patient matching through the exchange of structured phenotypic and genotypic profiles

    PubMed Central

    Buske, Orion J.; Schiettecatte, François; Hutton, Benjamin; Dumitriu, Sergiu; Misyura, Andriy; Huang, Lijia; Hartley, Taila; Girdea, Marta; Sobreira, Nara; Mungall, Chris; Brudno, Michael

    2016-01-01

    Despite the increasing prevalence of clinical sequencing, the difficulty of identifying additional affected families is a key obstacle to solving many rare diseases. There may only be a handful of similar patients worldwide, and their data may be stored in diverse clinical and research databases. Computational methods are necessary to enable finding similar patients across the growing number of patient repositories and registries. We present the Matchmaker Exchange Application Programming Interface (MME API), a protocol and data format for exchanging phenotype and genotype profiles to enable matchmaking among patient databases, facilitate the identification of additional cohorts, and increase the rate with which rare diseases can be researched and diagnosed. We designed the API to be straightforward and flexible in order to simplify its adoption on a large number of data types and workflows. We also provide a public test data set, curated from the literature, to facilitate implementation of the API and development of new matching algorithms. The initial version of the API has been successfully implemented by three members of the Matchmaker Exchange and was immediately able to reproduce previously-identified matches and generate several new leads currently being validated. The API is available at https://github.com/ga4gh/mme-apis. PMID:26255989

  3. The Matchmaker Exchange API: automating patient matching through the exchange of structured phenotypic and genotypic profiles.

    PubMed

    Buske, Orion J; Schiettecatte, François; Hutton, Benjamin; Dumitriu, Sergiu; Misyura, Andriy; Huang, Lijia; Hartley, Taila; Girdea, Marta; Sobreira, Nara; Mungall, Chris; Brudno, Michael

    2015-10-01

    Despite the increasing prevalence of clinical sequencing, the difficulty of identifying additional affected families is a key obstacle to solving many rare diseases. There may only be a handful of similar patients worldwide, and their data may be stored in diverse clinical and research databases. Computational methods are necessary to enable finding similar patients across the growing number of patient repositories and registries. We present the Matchmaker Exchange Application Programming Interface (MME API), a protocol and data format for exchanging phenotype and genotype profiles to enable matchmaking among patient databases, facilitate the identification of additional cohorts, and increase the rate with which rare diseases can be researched and diagnosed. We designed the API to be straightforward and flexible in order to simplify its adoption on a large number of data types and workflows. We also provide a public test data set, curated from the literature, to facilitate implementation of the API and development of new matching algorithms. The initial version of the API has been successfully implemented by three members of the Matchmaker Exchange and was immediately able to reproduce previously identified matches and generate several new leads currently being validated. The API is available at https://github.com/ga4gh/mme-apis. © 2015 WILEY PERIODICALS, INC.

  4. BEYOND THE MEDICINE CABINET: AN ANALYSIS OF WHERE AND WHY MEDICATIONS ACCUMULATE

    EPA Science Inventory

    Active pharmaceutical ingredients (APIs) from medications can enter the environment as trace contaminants, at individual concentrations generally below a part per billion (μg/L). APIs enter the environment primarily via the discharge of raw and treated sewage. Residues of unmet...

  5. Multi-National Information Sharing -- Cross Domain Collaborative Information Environment (CDCIE) Solution. Revision 4

    DTIC Science & Technology

    2005-04-12

    Hardware, Database, and Operating System independence using Java • Enterprise-class Architecture using Java2 Enterprise Edition 1.4 • Standards based...portal applications. Compliance with the Java Specification Request for Portlet APIs (JSR-168) (Portlet API) and Web Services for Remote Portals...authentication and authorization • Portal Standards using Java Specification Request for Portlet APIs (JSR-168) (Portlet API) and Web Services for Remote

  6. Potential ecological footprints of active pharmaceutical ingredients: an examination of risk factors in low-, middle- and high-income countries

    PubMed Central

    Kookana, Rai S.; Williams, Mike; Boxall, Alistair B. A.; Larsson, D. G. Joakim; Gaw, Sally; Choi, Kyungho; Yamamoto, Hiroshi; Thatikonda, Shashidhar; Zhu, Yong-Guan; Carriquiriborde, Pedro

    2014-01-01

    Active pharmaceutical ingredients (APIs) can enter the natural environment during manufacture, use and/or disposal, and consequently public concern about their potential adverse impacts in the environment is growing. Despite the bulk of the human population living in Asia and Africa (mostly in low- or middle-income countries), limited work relating to research, development and regulations on APIs in the environment have so far been conducted in these regions. Also, the API manufacturing sector is gradually shifting to countries with lower production costs. This paper focuses mainly on APIs for human consumption and highlights key differences between the low-, middle- and high-income countries, covering factors such as population and demographics, manufacture, prescriptions, treatment, disposal and reuse of waste and wastewater. The striking differences in populations (both human and animal), urbanization, sewer connectivity and other factors have revealed that the environmental compartments receiving the bulk of API residues differ markedly between low- and high-income countries. High sewer connectivity in developed countries allows capture and treatment of the waste stream (point-source). However, in many low- or middle-income countries, sewerage connectivity is generally low and in some areas waste is collected predominantly in septic systems. Consequently, the diffuse-source impact, such as on groundwater from leaking septic systems or on land due to disposal of raw sewage or septage, may be of greater concern. A screening level assessment of potential burdens of APIs in urban and rural environments of countries representing low- and middle-income as well as high-income has been made. Implications for ecological risks of APIs used by humans in lower income countries are discussed. PMID:25405973

  7. Automated Test Assembly Using lp_Solve Version 5.5 in R

    ERIC Educational Resources Information Center

    Diao, Qi; van der Linden, Wim J.

    2011-01-01

    This article reviews the use of the software program lp_solve version 5.5 for solving mixed-integer automated test assembly (ATA) problems. The program is freely available under Lesser General Public License 2 (LGPL2). It can be called from the statistical language R using the lpSolveAPI interface. Three empirical problems are presented to…

  8. Validation of the Abdominal Pain Index Using a Revised Scoring Method

    PubMed Central

    Sherman, Amanda L.; Smith, Craig A.; Walker, Lynn S.

    2015-01-01

    Objective Evaluate the psychometric properties of child- and parent-report versions of the four-item Abdominal Pain Index (API) in children with functional abdominal pain (FAP) and healthy controls, using a revised scoring method that facilitates comparisons of scores across samples and time. Methods Pediatric patients aged 8–18 years with FAP and controls completed the API at baseline (N = 1,967); a subset of their parents (N = 290) completed the API regarding the child’s pain. Subsets of patients completed follow-up assessments at 2 weeks (N = 231), 3 months (N = 330), and 6 months (N = 107). Subsets of both patients (N = 389) and healthy controls (N = 172) completed a long-term follow-up assessment (mean age at follow-up = 20.21 years, SD = 3.75). Results The API demonstrated good concurrent, discriminant, and construct validity, as well as good internal consistency. Conclusion We conclude that the API, using the revised scoring method, is a useful, reliable, and valid measure of abdominal pain severity. PMID:25617048

  9. Identification of clinical yeasts by Vitek MS system compared with API ID 32 C.

    PubMed

    Durán-Valle, M Teresa; Sanz-Rodríguez, Nuria; Muñoz-Paraíso, Carmen; Almagro-Moltó, María; Gómez-Garcés, José Luis

    2014-05-01

    We performed a clinical evaluation of the Vitek MS matrix-assisted laser desorption ionization-time-of-flight mass spectrometry (MALDI-TOF MS) system with the commercial database version 2.0 for rapid identification of medically important yeasts as compared with the conventional phenotypic method API ID 32 C. We tested 161 clinical isolates, nine isolates from culture collections and five reference strains. In case of discrepant results or no identification with one or both methods, molecular identification techniques were employed. Concordance between both methods was observed with 160/175 isolates (91.42%) and misidentifications by both systems occurred only when taxa were not included in the respective databases, i.e., one isolate of Candida etchellsii was identified as C. globosa by Vitek MS and two isolates of C. orthopsilosis were identified as C. parapsilosis by API ID 32 C. Vitek MS could not identify nine strains (5.14%) and API ID 32 C did not identify 13 (7.42%). Vitek MS was more reliable than API ID 32 C and reduced the time required for the identification of clinical isolates to only a few minutes.

  10. Prioritization of pharmaceuticals based on risks to aquatic environments in Kazakhstan.

    PubMed

    Aubakirova, Bakhyt; Beisenova, Raikhan; Boxall, Alistair Ba

    2017-09-01

    Over the last 20 years, there has been increasing interest in the occurrence, fate, effects, and risk of pharmaceuticals in the natural environment. However, we still have only limited or no data on ecotoxicological risks of many of the active pharmaceutical ingredients (APIs) currently in use. This is partly due to the fact that the environmental assessment of an API is an expensive, time-consuming, and complicated process. Prioritization methodologies, which aim to identify APIs of most concern in a particular situation, could therefore be invaluable in focusing experimental work on APIs that really matter. The majority of approaches for prioritizing APIs require annual pharmaceutical usage data. These methods cannot therefore be applied to countries, such as Kazakhstan, that have very limited data on API usage. The present paper therefore offers an approach for prioritizing APIs in surface waters in information-poor regions such as Kazakhstan. Initially data were collected on the number of products and active ingredients for different therapeutic classes in use in Kazakhstan and on the typical doses. These data were then used alongside simple exposure modeling approaches to estimate exposure indices for active ingredients (about 240 APIs) in surface waters in the country. Ecotoxicological effects data were obtained from the literature or predicted. Risk quotients were then calculated for each pharmaceutical based on the exposure and the substances were ranked in order of risk quotient. Highest exposure indices were obtained for benzylpenicillin, metronidazole, sulbactam, ceftriaxone, and sulfamethoxazole. The highest risk was estimated for amoxicillin, clarithromycin, azithromycin, ketoconazole, and benzylpenicillin. In the future, the approach could be employed in other regions where usage information is limited. Integr Environ Assess Manag 2017;13:832-839. © 2017 SETAC. © 2017 SETAC.

  11. QuTiP 2: A Python framework for the dynamics of open quantum systems

    NASA Astrophysics Data System (ADS)

    Johansson, J. R.; Nation, P. D.; Nori, Franco

    2013-04-01

    We present version 2 of QuTiP, the Quantum Toolbox in Python. Compared to the preceding version [J.R. Johansson, P.D. Nation, F. Nori, Comput. Phys. Commun. 183 (2012) 1760.], we have introduced numerous new features, enhanced performance, and made changes in the Application Programming Interface (API) for improved functionality and consistency within the package, as well as increased compatibility with existing conventions used in other scientific software packages for Python. The most significant new features include efficient solvers for arbitrary time-dependent Hamiltonians and collapse operators, support for the Floquet formalism, and new solvers for Bloch-Redfield and Floquet-Markov master equations. Here we introduce these new features, demonstrate their use, and give a summary of the important backward-incompatible API changes introduced in this version. Catalog identifier: AEMB_v2_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEMB_v2_0.html Program obtainable from: CPC Program Library, Queen’s University, Belfast, N. Ireland Licensing provisions: GNU General Public License, version 3 No. of lines in distributed program, including test data, etc.: 33625 No. of bytes in distributed program, including test data, etc.: 410064 Distribution format: tar.gz Programming language: Python. Computer: i386, x86-64. Operating system: Linux, Mac OSX. RAM: 2+ Gigabytes Classification: 7. External routines: NumPy, SciPy, Matplotlib, Cython Catalog identifier of previous version: AEMB_v1_0 Journal reference of previous version: Comput. Phys. Comm. 183 (2012) 1760 Does the new version supercede the previous version?: Yes Nature of problem: Dynamics of open quantum systems Solution method: Numerical solutions to Lindblad, Floquet-Markov, and Bloch-Redfield master equations, as well as the Monte Carlo wave function method. Reasons for new version: Compared to the preceding version we have introduced numerous new features, enhanced performance, and made changes in the Application Programming Interface (API) for improved functionality and consistency within the package, as well as increased compatibility with existing conventions used in other scientific software packages for Python. The most significant new features include efficient solvers for arbitrary time-dependent Hamiltonians and collapse operators, support for the Floquet formalism, and new solvers for Bloch-Redfield and Floquet-Markov master equations. Restrictions: Problems must meet the criteria for using the master equation in Lindblad, Floquet-Markov, or Bloch-Redfield form. Running time: A few seconds up to several tens of hours, depending on size of the underlying Hilbert space.

  12. Psychometric properties of the Turkish versions of the Drug Use Disorders Identification Test (DUDIT) and the Drug Abuse Screening Test (DAST-10) in the prison setting.

    PubMed

    Evren, Cuneyt; Ogel, Kultegin; Evren, Bilge; Bozkurt, Muge

    2014-01-01

    The aim of this study was to evaluate psychometric properties of the Drug Use Disorders Identification Test (DUDIT) and the Drug Abuse Screening Test (DAST-10) in prisoners with (n = 124) or without (n = 78) drug use disorder. Participants were evaluated with the DUDIT, the DAST-10, and the Addiction Profile Index-Short (API-S). The DUDIT and the DAST-10 were found to be psychometrically sound drug abuse screening measures with high convergent validity when compared with each other (r = 0.86), and API-S (r = 0.88 and r = 0.84, respectively), and to have a Cronbach's α of 0.93 and 0.87, respectively. In addition, a single component accounted for 58.28% of total variance for DUDIT, whereas this was 47.10% for DAST-10. The DUDIT had sensitivity and specificity scores of 0.95 and 0.79, respectively, when using the optimal cut-off score of 10, whereas these scores were 0.88 and 0.74 for the DAST-10 when using the optimal cut-off score of 4. Additionally, both the DUDIT and the DAST-10 showed good discriminant validity as they differentiated prisoners with drug use disorder from those without. Findings support the Turkish versions of both the DUDIT and the DAST-10 as reliable and valid drug abuse screening instruments that measure unidimensional constructs.

  13. [Relationships of bee population fluctuation and distribution with natural environment in Anhui province].

    PubMed

    Yu, Linsheng; Zou, Yunding; Bi, Shoudong; Wu, Houzhang; Cao, Yifeng

    2006-08-01

    In 2002 to approximately 2004, an investigation was made on the bee population dynamics and its relationships with the ecological environment in four ecological regions of Anhui Province. The results indicated that in the mountainous areas of south and west Anhui, there were 46 and 37 species of nectariferous plants, and the distribution density of Apis cerena cerena population was 2.01 and 1.95 colony x km(-2), respectively. In Jianghuai area and Huaibei plain, there were 17 and 12 species of nectariferous plants, which had concentrated and short flowering period and fitted for Apis mellifera Ligustica oysterring and producing, and the distribution density of Apis cerena cerena population was 0. 06 and 0. 02 colony x km(-2), respectively. Bee population fluctuation and distribution was affected by wasp predation. The breeding proportion of Apis cerena cerena to local apis population was 41.5%, 36.8%, 3.1% and 1.1%, and that of Apis mellifera Ligustica was 58.5%, 63.2%, 96.9% and 98.9% in the mountainous areas of south and west Anhui, Jianghuai area, and Huaibei plain, respectively.

  14. Event heap: a coordination infrastructure for dynamic heterogeneous application interactions in ubiquitous computing environments

    DOEpatents

    Johanson, Bradley E.; Fox, Armando; Winograd, Terry A.; Hanrahan, Patrick M.

    2010-04-20

    An efficient and adaptive middleware infrastructure called the Event Heap system dynamically coordinates application interactions and communications in a ubiquitous computing environment, e.g., an interactive workspace, having heterogeneous software applications running on various machines and devices across different platforms. Applications exchange events via the Event Heap. Each event is characterized by a set of unordered, named fields. Events are routed by matching certain attributes in the fields. The source and target versions of each field are automatically set when an event is posted or used as a template. The Event Heap system implements a unique combination of features, both intrinsic to tuplespaces and specific to the Event Heap, including content based addressing, support for routing patterns, standard routing fields, limited data persistence, query persistence/registration, transparent communication, self-description, flexible typing, logical/physical centralization, portable client API, at most once per source first-in-first-out ordering, and modular restartability.

  15. A proposed application programming interface for a physical volume repository

    NASA Technical Reports Server (NTRS)

    Jones, Merritt; Williams, Joel; Wrenn, Richard

    1996-01-01

    The IEEE Storage System Standards Working Group (SSSWG) has developed the Reference Model for Open Storage Systems Interconnection, Mass Storage System Reference Model Version 5. This document, provides the framework for a series of standards for application and user interfaces to open storage systems. More recently, the SSSWG has been developing Application Programming Interfaces (APIs) for the individual components defined by the model. The API for the Physical Volume Repository is the most fully developed, but work is being done on APIs for the Physical Volume Library and for the Mover also. The SSSWG meets every other month, and meetings are open to all interested parties. The Physical Volume Repository (PVR) is responsible for managing the storage of removable media cartridges and for mounting and dismounting these cartridges onto drives. This document describes a model which defines a Physical Volume Repository, and gives a brief summary of the Application Programming Interface (API) which the IEEE Storage Systems Standards Working Group (SSSWG) is proposing as the standard interface for the PVR.

  16. ChEMBL web services: streamlining access to drug discovery data and utilities

    PubMed Central

    Davies, Mark; Nowotka, Michał; Papadatos, George; Dedman, Nathan; Gaulton, Anna; Atkinson, Francis; Bellis, Louisa; Overington, John P.

    2015-01-01

    ChEMBL is now a well-established resource in the fields of drug discovery and medicinal chemistry research. The ChEMBL database curates and stores standardized bioactivity, molecule, target and drug data extracted from multiple sources, including the primary medicinal chemistry literature. Programmatic access to ChEMBL data has been improved by a recent update to the ChEMBL web services (version 2.0.x, https://www.ebi.ac.uk/chembl/api/data/docs), which exposes significantly more data from the underlying database and introduces new functionality. To complement the data-focused services, a utility service (version 1.0.x, https://www.ebi.ac.uk/chembl/api/utils/docs), which provides RESTful access to commonly used cheminformatics methods, has also been concurrently developed. The ChEMBL web services can be used together or independently to build applications and data processing workflows relevant to drug discovery and chemical biology. PMID:25883136

  17. Validation of the Abdominal Pain Index using a revised scoring method.

    PubMed

    Laird, Kelsey T; Sherman, Amanda L; Smith, Craig A; Walker, Lynn S

    2015-06-01

    Evaluate the psychometric properties of child- and parent-report versions of the four-item Abdominal Pain Index (API) in children with functional abdominal pain (FAP) and healthy controls, using a revised scoring method that facilitates comparisons of scores across samples and time. Pediatric patients aged 8-18 years with FAP and controls completed the API at baseline (N = 1,967); a subset of their parents (N = 290) completed the API regarding the child's pain. Subsets of patients completed follow-up assessments at 2 weeks (N = 231), 3 months (N = 330), and 6 months (N = 107). Subsets of both patients (N = 389) and healthy controls (N = 172) completed a long-term follow-up assessment (mean age at follow-up = 20.21 years, SD = 3.75). The API demonstrated good concurrent, discriminant, and construct validity, as well as good internal consistency. We conclude that the API, using the revised scoring method, is a useful, reliable, and valid measure of abdominal pain severity. © The Author 2015. Published by Oxford University Press on behalf of the Society of Pediatric Psychology. All rights reserved. For permissions, please e-mail: journals.permissions@oup.com.

  18. nodeGame: Real-time, synchronous, online experiments in the browser.

    PubMed

    Balietti, Stefano

    2017-10-01

    nodeGame is a free, open-source JavaScript/ HTML5 framework for conducting synchronous experiments online and in the lab directly in the browser window. It is specifically designed to support behavioral research along three dimensions: (i) larger group sizes, (ii) real-time (but also discrete time) experiments, and (iii) batches of simultaneous experiments. nodeGame has a modular source code, and defines an API (application programming interface) through which experimenters can create new strategic environments and configure the platform. With zero-install, nodeGame can run on a great variety of devices, from desktop computers to laptops, smartphones, and tablets. The current version of the software is 3.0, and extensive documentation is available on the wiki pages at http://nodegame.org .

  19. Miniature Brain Decision Making in Complex Visual Environments

    DTIC Science & Technology

    2008-07-18

    release; distribution unlimited. 13. SUPPLEMENTARY NOTES 14. ABSTRACT The grantee investigated, using the honeybee ( Apis mellifera ) as a model...successful for understanding face processing in both human adults and infants. Individual honeybees ( Apis mellifera ) were trained with...for 30 bees (group 3) of the target stimuli. Bernard J, Stach S, Giurfa M (2007) Categorization of visual stimuli in the honeybee Apis mellifera

  20. APINetworks: A general API for the treatment of complex networks in arbitrary computational environments

    NASA Astrophysics Data System (ADS)

    Niño, Alfonso; Muñoz-Caro, Camelia; Reyes, Sebastián

    2015-11-01

    The last decade witnessed a great development of the structural and dynamic study of complex systems described as a network of elements. Therefore, systems can be described as a set of, possibly, heterogeneous entities or agents (the network nodes) interacting in, possibly, different ways (defining the network edges). In this context, it is of practical interest to model and handle not only static and homogeneous networks but also dynamic, heterogeneous ones. Depending on the size and type of the problem, these networks may require different computational approaches involving sequential, parallel or distributed systems with or without the use of disk-based data structures. In this work, we develop an Application Programming Interface (APINetworks) for the modeling and treatment of general networks in arbitrary computational environments. To minimize dependency between components, we decouple the network structure from its function using different packages for grouping sets of related tasks. The structural package, the one in charge of building and handling the network structure, is the core element of the system. In this work, we focus in this API structural component. We apply an object-oriented approach that makes use of inheritance and polymorphism. In this way, we can model static and dynamic networks with heterogeneous elements in the nodes and heterogeneous interactions in the edges. In addition, this approach permits a unified treatment of different computational environments. Tests performed on a C++11 version of the structural package show that, on current standard computers, the system can handle, in main memory, directed and undirected linear networks formed by tens of millions of nodes and edges. Our results compare favorably to those of existing tools.

  1. Web GIS in practice III: creating a simple interactive map of England's Strategic Health Authorities using Google Maps API, Google Earth KML, and MSN Virtual Earth Map Control

    PubMed Central

    Boulos, Maged N Kamel

    2005-01-01

    This eye-opener article aims at introducing the health GIS community to the emerging online consumer geoinformatics services from Google and Microsoft (MSN), and their potential utility in creating custom online interactive health maps. Using the programmable interfaces provided by Google and MSN, we created three interactive demonstrator maps of England's Strategic Health Authorities. These can be browsed online at – Google Maps API (Application Programming Interface) version, – Google Earth KML (Keyhole Markup Language) version, and – MSN Virtual Earth Map Control version. Google and MSN's worldwide distribution of "free" geospatial tools, imagery, and maps is to be commended as a significant step towards the ultimate "wikification" of maps and GIS. A discussion is provided of these emerging online mapping trends, their expected future implications and development directions, and associated individual privacy, national security and copyrights issues. Although ESRI have announced their planned response to Google (and MSN), it remains to be seen how their envisaged plans will materialize and compare to the offerings from Google and MSN, and also how Google and MSN mapping tools will further evolve in the near future. PMID:16176577

  2. PyPDB: a Python API for the Protein Data Bank.

    PubMed

    Gilpin, William

    2016-01-01

    We have created a Python programming interface for the RCSB Protein Data Bank (PDB) that allows search and data retrieval for a wide range of result types, including BLAST and sequence motif queries. The API relies on the existing XML-based API and operates by creating custom XML requests from native Python types, allowing extensibility and straightforward modification. The package has the ability to perform many types of advanced search of the PDB that are otherwise only available through the PDB website. PyPDB is implemented exclusively in Python 3 using standard libraries for maximal compatibility. The most up-to-date version, including iPython notebooks containing usage tutorials, is available free-of-charge under an open-source MIT license via GitHub at https://github.com/williamgilpin/pypdb, and the full API reference is at http://williamgilpin.github.io/pypdb_docs/html/. The latest stable release is also available on PyPI. wgilpin@stanford.edu. © The Author 2015. Published by Oxford University Press. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com.

  3. Concerns about the safety of obesity agents from a manufacturing perspective.

    PubMed

    Kanfer, Isadore

    2008-07-01

    Salt derivatives of active pharmaceutical ingredients (API), such as hydrochloride and mesylate salts, are frequently used during drug product development. Compared with the underivatized API, salt derivatives are often associated with beneficial properties, including improved solubility and better absorption. Although the obesity agent sibutramine was initially approved as the hydrochloride salt, it has also been formulated as a mesylate salt (sibutramine mesylate). In order to qualify as interchangeable, generic products generally must be both pharmaceutically equivalent and bioequivalent to an approved reference product. Because generic versions of hydrochloride salt formulations that have been reformulated as mesylate salts are not pharmaceutically equivalent to the approved reference products, they would not be interchangeable, even if bioequivalent. The safety of APIs and drug products manufactured outside the United States in non-Food and Drug Administration-regulated facilities are of concern, particularly agents that may contain harmful impurities, such as obesity products formulated as mesylate salts.

  4. Open SHMEM Reference Implementation

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Pritchard, Howard; Curtis, Anthony; Welch, Aaron

    2016-05-12

    OpenSHMEM is an effort to create a specification for a standardized API for parallel programming in the Partitioned Global Address Space. Along with the specification the project is also creating a reference implementation of the API. This implementation attempts to be portable, to allow it to be deployed in multiple environments, and to be a starting point for implementations targeted to particular hardware platforms. It will also serve as a springboard for future development of the API.

  5. JSBML: a flexible Java library for working with SBML.

    PubMed

    Dräger, Andreas; Rodriguez, Nicolas; Dumousseau, Marine; Dörr, Alexander; Wrzodek, Clemens; Le Novère, Nicolas; Zell, Andreas; Hucka, Michael

    2011-08-01

    The specifications of the Systems Biology Markup Language (SBML) define standards for storing and exchanging computer models of biological processes in text files. In order to perform model simulations, graphical visualizations and other software manipulations, an in-memory representation of SBML is required. We developed JSBML for this purpose. In contrast to prior implementations of SBML APIs, JSBML has been designed from the ground up for the Java programming language, and can therefore be used on all platforms supported by a Java Runtime Environment. This offers important benefits for Java users, including the ability to distribute software as Java Web Start applications. JSBML supports all SBML Levels and Versions through Level 3 Version 1, and we have strived to maintain the highest possible degree of compatibility with the popular library libSBML. JSBML also supports modules that can facilitate the development of plugins for end user applications, as well as ease migration from a libSBML-based backend. Source code, binaries and documentation for JSBML can be freely obtained under the terms of the LGPL 2.1 from the website http://sbml.org/Software/JSBML.

  6. ChEMBL web services: streamlining access to drug discovery data and utilities.

    PubMed

    Davies, Mark; Nowotka, Michał; Papadatos, George; Dedman, Nathan; Gaulton, Anna; Atkinson, Francis; Bellis, Louisa; Overington, John P

    2015-07-01

    ChEMBL is now a well-established resource in the fields of drug discovery and medicinal chemistry research. The ChEMBL database curates and stores standardized bioactivity, molecule, target and drug data extracted from multiple sources, including the primary medicinal chemistry literature. Programmatic access to ChEMBL data has been improved by a recent update to the ChEMBL web services (version 2.0.x, https://www.ebi.ac.uk/chembl/api/data/docs), which exposes significantly more data from the underlying database and introduces new functionality. To complement the data-focused services, a utility service (version 1.0.x, https://www.ebi.ac.uk/chembl/api/utils/docs), which provides RESTful access to commonly used cheminformatics methods, has also been concurrently developed. The ChEMBL web services can be used together or independently to build applications and data processing workflows relevant to drug discovery and chemical biology. © The Author(s) 2015. Published by Oxford University Press on behalf of Nucleic Acids Research.

  7. An Object-Oriented Network-Centric Software Architecture for Physical Computing

    NASA Astrophysics Data System (ADS)

    Palmer, Richard

    1997-08-01

    Recent developments in object-oriented computer languages and infrastructure such as the Internet, Web browsers, and the like provide an opportunity to define a more productive computational environment for scientific programming that is based more closely on the underlying mathematics describing physics than traditional programming languages such as FORTRAN or C++. In this talk I describe an object-oriented software architecture for representing physical problems that includes classes for such common mathematical objects as geometry, boundary conditions, partial differential and integral equations, discretization and numerical solution methods, etc. In practice, a scientific program written using this architecture looks remarkably like the mathematics used to understand the problem, is typically an order of magnitude smaller than traditional FORTRAN or C++ codes, and hence easier to understand, debug, describe, etc. All objects in this architecture are ``network-enabled,'' which means that components of a software solution to a physical problem can be transparently loaded from anywhere on the Internet or other global network. The architecture is expressed as an ``API,'' or application programmers interface specification, with reference embeddings in Java, Python, and C++. A C++ class library for an early version of this API has been implemented for machines ranging from PC's to the IBM SP2, meaning that phidentical codes run on all architectures.

  8. NSLS-II HIGH LEVEL APPLICATION INFRASTRUCTURE AND CLIENT API DESIGN

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Shen, G.; Yang; L.

    2011-03-28

    The beam commissioning software framework of NSLS-II project adopts a client/server based architecture to replace the more traditional monolithic high level application approach. It is an open structure platform, and we try to provide a narrow API set for client application. With this narrow API, existing applications developed in different language under different architecture could be ported to our platform with small modification. This paper describes system infrastructure design, client API and system integration, and latest progress. As a new 3rd generation synchrotron light source with ultra low emittance, there are new requirements and challenges to control and manipulate themore » beam. A use case study and a theoretical analysis have been performed to clarify requirements and challenges to the high level applications (HLA) software environment. To satisfy those requirements and challenges, adequate system architecture of the software framework is critical for beam commissioning, study and operation. The existing traditional approaches are self-consistent, and monolithic. Some of them have adopted a concept of middle layer to separate low level hardware processing from numerical algorithm computing, physics modelling, data manipulating, plotting, and error handling. However, none of the existing approaches can satisfy the requirement. A new design has been proposed by introducing service oriented architecture technology. The HLA is combination of tools for accelerator physicists and operators, which is same as traditional approach. In NSLS-II, they include monitoring applications and control routines. Scripting environment is very important for the later part of HLA and both parts are designed based on a common set of APIs. Physicists and operators are users of these APIs, while control system engineers and a few accelerator physicists are the developers of these APIs. With our Client/Server mode based approach, we leave how to retrieve information to the developers of APIs and how to use them to form a physics application to the users. For example, how the channels are related to magnet and what the current real-time setting of a magnet is in physics unit are the internals of APIs. Measuring chromaticities are the users of APIs. All the users of APIs are working with magnet and instrument names in a physics unit. The low level communications in current or voltage unit are minimized. In this paper, we discussed our recent progress of our infrastructure development, and client API.« less

  9. Internet SCADA Utilizing API's as Data Source

    NASA Astrophysics Data System (ADS)

    Robles, Rosslin John; Kim, Haeng-Kon; Kim, Tai-Hoon

    An Application programming interface or API is an interface implemented by a software program that enables it to interact with other software. Many companies provide free API services which can be utilized in Control Systems. SCADA is an example of a control system and it is a system that collects data from various sensors at a factory, plant or in other remote locations and then sends this data to a central computer which then manages and controls the data. In this paper, we designed a scheme for Weather Condition in Internet SCADA Environment utilizing data from external API services. The scheme was designed to double check the weather information in SCADA.

  10. The JANA calibrations and conditions database API

    NASA Astrophysics Data System (ADS)

    Lawrence, David

    2010-04-01

    Calibrations and conditions databases can be accessed from within the JANA Event Processing framework through the API defined in its JCalibration base class. The API is designed to support everything from databases, to web services to flat files for the backend. A Web Service backend using the gSOAP toolkit has been implemented which is particularly interesting since it addresses many modern cybersecurity issues including support for SSL. The API allows constants to be retrieved through a single line of C++ code with most of the context, including the transport mechanism, being implied by the run currently being analyzed and the environment relieving developers from implementing such details.

  11. Prioritization of pharmaceuticals for potential environmental hazard through leveraging a large scale mammalian pharmacological dataset

    EPA Science Inventory

    To proceed in the investigation of potential effects of thousands of active pharmaceutical ingredients (API) which may enter the aquatic environment, a cohesive research strategy, specifically a prioritization is paramount. API are biologically active, with specific physiologica...

  12. ENVIRONMENTAL FOOTPRINT OF PHARMACEUTICALS - THE SIGNIFICANCE OF FACTORS BEYOND DIRECT EXCRETION TO SEWERS

    EPA Science Inventory

    The combined excretion of active pharmaceutical ingredients (APIs) via urine and feces is considered the primary route by which APIs from human pharmaceuticals enter the environment. Disposal of unwanted, leftover medications by flushing into sewers has been considered a secondar...

  13. Dataflow Integration and Simulation Techniques for DSP System Design Tools

    DTIC Science & Technology

    2007-01-01

    Lebak, M. Richards , and D. Campbell, “VSIPL: An object-based open standard API for vector, signal, and image processing,” in Proceedings of the...Inc., document Version 0.98a. [56] P. Marwedel and G. Goossens , Eds., Code Generation for Embedded Processors. Kluwer Academic Publishers, 1995. [57

  14. The afterlife of drugs and the role of pharmEcovigilance.

    PubMed

    Daughton, Christian G; Ruhoy, Ilene Sue

    2008-01-01

    The prescribing and usage of medications (for both humans and domestic animals) have ramifications extending far beyond the traditional objectives of conventional medical care. The healthcare industry has an environmental footprint that includes the active pharmaceutical ingredients (APIs) from medications, residues of which can establish themselves as environmental pollutants. This occurs by a variety of routes, but primarily from excretion, bathing and disposal. Many parallels exist between healthcare and the protection and remediation of the environment, spanning the stages from symptomology and diagnosis to treatment. The critical role played by pharmacovigilance in healthcare has a counterpart with the ecological environment. The term ecopharmacovigilance has been used with respect to the unforeseen consequences APIs can have once they enter the environment. We propose that conventional pharmacovigilance could be expanded to encompass environmental concerns--a concept we term pharmEcovigilance--as a way to unify the parallel but interconnected needs for protecting both human and ecological health.To convey the scope of a pharmEcovigilance programme, we provide an overview of the occurrence of APIs as environmental pollutants, their ramifications for human health and the environment and some of the ways in which their impact could be reduced or minimized. The major areas discussed include: (i) the routes by which APIs become contaminants in the environment; (ii) the hazards of leftover drugs as a result of stockpiling and from disposal to sewage, which can also eventually contribute to the contamination of drinking water; (iii) why drugs accumulate unused; and (iv) the benefits for humans and the environment that could accrue from reducing the accumulation of leftover drugs and the subsequent introduction of APIs into the environment. A broad spectrum of actions could be taken by prescribers (including veterinarians) and the healthcare industry at large (including manufacturers and insurers) to reduce the release or introduction of APIs to the environment. Most significantly, however, a major reason to consider implementing a pharmEcovigilance programme--beyond reducing the environmental footprint of healthcare--is the previously unforeseen collateral benefit in making further progress in optimizing the delivery, effectiveness, outcomes and cost of healthcare, as well as improving safety for humans, pets and wildlife. For this reason, the relationships that healthcare professionals and patients have with medications might also include consideration of pharmEcovigilance. Like any profession that deals with chemicals, perhaps a major challenge to be faced is how to ensure the sustainability (and minimize the life cycle exposure hazards) of a chemical-based, chemical-centric society in the most cost-effective and safest manner. Given that the medical community is a major source of numerous 'exotic' chemical pollutants in the environment (with thousands of chemically distinct APIs in current use), albeit at very low levels, an imperative could be created for designing and implementing approaches for reducing and controlling this source of pollution. With reduced wastage of medications, in part driven by appropriate or rational prescribing and dispensing, the ecological footprint of medicine could be greatly reduced, with concomitant improvements in many aspects of healthcare.

  15. Components for Maintaining and Publishing Earth Science Vocabularies

    NASA Astrophysics Data System (ADS)

    Cox, S. J. D.; Yu, J.

    2014-12-01

    Shared vocabularies are an important aid to geoscience data interoperability. Many organizations maintain useful vocabularies, with Geologic Surveys having a particularly long history of vocabulary and lexicon development. However, the mode of publication is heterogeneous, ranging from PDFs and HTML web pages, spreadsheets and CSV, through various user-interfaces and APIs. Update and maintenance ranges from tightly-governed and externally opaque, through various community processes, all the way to crowd-sourcing ('folksonomies'). A general expectation, however, is for greater harmonization and vocabulary re-use. In order to be successful this requires (a) standardized content formalization and APIs (b) transparent content maintenance and versioning. We have been trialling a combination of software dealing with registration, search and linking. SKOS is designed for formalizing multi-lingual, hierarchical vocabularies, and has been widely adopted in earth and environmental sciences. SKOS is an RDF vocabulary, for which SPARQL is the standard low-level API. However, for interoperability between SKOS vocabulary sources, a SKOS-based API (i.e. based on the SKOS predicates prefLabel, broader, narrower, etc) is required. We have developed SISSvoc for this purpose, and used it to deploy a number of vocabularies on behalf of the IUGS, ICS, NERC, OGC, the Australian Government, and CSIRO projects. SISSvoc Search provides simple search UI on top of one or more SISSvoc sources. Content maintenance is composed of many elements, including content-formalization, definition-update, and mappings to related vocabularies. Typically there is a degree of expert judgement required. In order to provide confidence in users, two requirements are paramount: (i) once published, a URI that denotes a vocabulary item must remain dereferenceable; (ii) the history and status of the content denoted by a URI must be available. These requirements match the standard 'registration' paradigm which is implemented in the Linked Data Registry, which is currently used by WMO and the UK Environment Agency for publication of vocabularies. Together, these components provide a powerful and flexible system for providing earth science vocabularies for the community, consistent with semantic web and linked-data principles.

  16. Fortran interface layer of the framework for developing particle simulator FDPS

    NASA Astrophysics Data System (ADS)

    Namekata, Daisuke; Iwasawa, Masaki; Nitadori, Keigo; Tanikawa, Ataru; Muranushi, Takayuki; Wang, Long; Hosono, Natsuki; Nomura, Kentaro; Makino, Junichiro

    2018-06-01

    Numerical simulations based on particle methods have been widely used in various fields including astrophysics. To date, various versions of simulation software have been developed by individual researchers or research groups in each field, through a huge amount of time and effort, even though the numerical algorithms used are very similar. To improve the situation, we have developed a framework, called FDPS (Framework for Developing Particle Simulators), which enables researchers to develop massively parallel particle simulation codes for arbitrary particle methods easily. Until version 3.0, FDPS provided an API (application programming interface) for the C++ programming language only. This limitation comes from the fact that FDPS is developed using the template feature in C++, which is essential to support arbitrary data types of particle. However, there are many researchers who use Fortran to develop their codes. Thus, the previous versions of FDPS require such people to invest much time to learn C++. This is inefficient. To cope with this problem, we developed a Fortran interface layer in FDPS, which provides API for Fortran. In order to support arbitrary data types of particle in Fortran, we design the Fortran interface layer as follows. Based on a given derived data type in Fortran representing particle, a PYTHON script provided by us automatically generates a library that manipulates the C++ core part of FDPS. This library is seen as a Fortran module providing an API of FDPS from the Fortran side and uses C programs internally to interoperate Fortran with C++. In this way, we have overcome several technical issues when emulating a `template' in Fortran. Using the Fortran interface, users can develop all parts of their codes in Fortran. We show that the overhead of the Fortran interface part is sufficiently small and a code written in Fortran shows a performance practically identical to the one written in C++.

  17. Design notes for the next generation persistent object manager for CAP

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Isely, M.; Fischler, M.; Galli, M.

    1995-05-01

    The CAP query system software at Fermilab has several major components, including SQS (for managing the query), the retrieval system (for fetching auxiliary data), and the query software itself. The central query software in particular is essentially a modified version of the `ptool` product created at UIC (University of Illinois at Chicago) as part of the PASS project under Bob Grossman. The original UIC version was designed for use in a single-user non-distributed Unix environment. The Fermi modifications were an attempt to permit multi-user access to a data set distributed over a set of storage nodes. (The hardware is anmore » IBM SP-x system - a cluster of AIX POWER2 nodes with an IBM-proprietary high speed switch interconnect). Since the implementation work of the Fermi-ized ptool, the CAP members have learned quite a bit about the nature of queries and where the current performance bottlenecks exist. This has lead them to design a persistent object manager that will overcome these problems. For backwards compatibility with ptool, the ptool persistent object API will largely be retained, but the implementation will be entirely different.« less

  18. DroidSafe

    DTIC Science & Technology

    2016-12-01

    branches of our work . 3.1 Understanding Sensitive API Call and API Information Usage Android applications are written in a type- safe language (Java...directly invoke resolved targets. Because DroidSafe works with a comprehensive model of the Android environment , it supports precise resolution of...STATEMENT. FOR THE CHIEF ENGINEER: / S / / S / MARK K. WILLIAMS WARREN H. DEBANY, JR. Work Unit Manager

  19. AdDroid: Privilege Separation for Applications and Advertisers in Android

    DTIC Science & Technology

    2013-05-14

    integrates these three components into the Android Open Source Project, version 2.3.3 (Ginger- bread ). 4.1 AdDroid Library API The AdDroid userspace...AdPropert ies IAB MRECT public stat ic int NO REFRESH stat ic enum AdPropert ies . Al ign BOTTOM TOP UNSET Class AdRequest public AdRequest ( ) public

  20. Correcting satellite-based precipitation products through SMOS soil moisture data assimilation in two land-surface models of different complexity: API and SURFEX

    USDA-ARS?s Scientific Manuscript database

    Real-time rainfall accumulation estimates at the global scale is useful for many applications. However, the real-time versions of satellite-based rainfall products are known to contain errors relative to real rainfall observed in situ. Recent studies have demonstrated how information about rainfall ...

  1. On-line near infrared spectroscopy as a Process Analytical Technology (PAT) tool to control an industrial seeded API crystallization.

    PubMed

    Schaefer, C; Lecomte, C; Clicq, D; Merschaert, A; Norrant, E; Fotiadu, F

    2013-09-01

    The final step of an active pharmaceutical ingredient (API) manufacturing synthesis process consists of a crystallization during which the API and residual solvent contents have to be quantified precisely in order to reach a predefined seeding point. A feasibility study was conducted to demonstrate the suitability of on-line NIR spectroscopy to control this step in line with new version of the European Medicines Agency (EMA) guideline [1]. A quantitative method was developed at laboratory scale using statistical design of experiments (DOE) and multivariate data analysis such as principal component analysis (PCA) and partial least squares (PLS) regression. NIR models were built to quantify the API in the range of 9-12% (w/w) and to quantify the residual methanol in the range of 0-3% (w/w). To improve the predictive ability of the models, the development procedure encompassed: outliers elimination, optimum model rank definition, spectral range and spectral pre-treatment selection. Conventional criteria such as, number of PLS factors, R(2), root mean square errors of calibration, cross-validation and prediction (RMSEC, RMSECV, RMSEP) enabled the selection of three model candidates. These models were tested in the industrial pilot plant during three technical campaigns. Results of the most suitable models were evaluated against to the chromatographic reference methods. Maximum relative bias of 2.88% was obtained about API target content. Absolute bias of 0.01 and 0.02% (w/w) respectively were achieved at methanol content levels of 0.10 and 0.13% (w/w). The repeatability was assessed as sufficient for the on-line monitoring of the 2 analytes. The present feasibility study confirmed the possibility to use on-line NIR spectroscopy as a PAT tool to monitor in real-time both the API and the residual methanol contents, in order to control the seeding of an API crystallization at industrial scale. Furthermore, the successful scale-up of the method proved its capability to be implemented in the manufacturing plant with the launch of the new API process. Copyright © 2013 Elsevier B.V. All rights reserved.

  2. The Research on Linux Memory Forensics

    NASA Astrophysics Data System (ADS)

    Zhang, Jun; Che, ShengBing

    2018-03-01

    Memory forensics is a branch of computer forensics. It does not depend on the operating system API, and analyzes operating system information from binary memory data. Based on the 64-bit Linux operating system, it analyzes system process and thread information from physical memory data. Using ELF file debugging information and propose a method for locating kernel structure member variable, it can be applied to different versions of the Linux operating system. The experimental results show that the method can successfully obtain the sytem process information from physical memory data, and can be compatible with multiple versions of the Linux kernel.

  3. Presence of active pharmaceutical ingredients in the continuum of surface and ground water used in drinking water production.

    PubMed

    Ahkola, Heidi; Tuominen, Sirkku; Karlsson, Sanja; Perkola, Noora; Huttula, Timo; Saraperä, Sami; Artimo, Aki; Korpiharju, Taina; Äystö, Lauri; Fjäder, Päivi; Assmuth, Timo; Rosendahl, Kirsi; Nysten, Taina

    2017-12-01

    Anthropogenic chemicals in surface water and groundwater cause concern especially when the water is used in drinking water production. Due to their continuous release or spill-over at waste water treatment plants, active pharmaceutical ingredients (APIs) are constantly present in aquatic environment and despite their low concentrations, APIs can still cause effects on the organisms. In the present study, Chemcatcher passive sampling was applied in surface water, surface water intake site, and groundwater observation wells to estimate whether the selected APIs are able to end up in drinking water supply through an artificial groundwater recharge system. The API concentrations measured in conventional wastewater, surface water, and groundwater grab samples were assessed with the results obtained with passive samplers. Out of the 25 APIs studied with passive sampling, four were observed in groundwater and 21 in surface water. This suggests that many anthropogenic APIs released to waste water proceed downstream and can be detectable in groundwater recharge. Chemcatcher passive samplers have previously been used in monitoring several harmful chemicals in surface and wastewaters, but the path of chemicals to groundwater has not been studied. This study provides novel information on the suitability of the Chemcatcher passive samplers for detecting APIs in groundwater wells.

  4. Higher prevalence and levels of Nosema ceranae than Nosema apis infections in Canadian honey bee colonies.

    PubMed

    Emsen, Berna; Guzman-Novoa, Ernesto; Hamiduzzaman, Mollah Md; Eccles, Les; Lacey, Brian; Ruiz-Pérez, Rosario A; Nasr, Medhat

    2016-01-01

    This study was conducted to determine the prevalence and infection levels of the microsporidia fungi Nosema apis and/or Nosema ceranae in honey bee colonies of two Canadian provinces. Three surveys were conducted in the springs of 2008, 2010 and 2012 and PCR identification of Nosema species were performed in samples from 169 and 181 Ontario colonies and from 76 Alberta colonies that tested positive to Nosema spp. Infection levels of positive colonies were determined by microscopy and analyzed by Nosema spp. Results showed that N. ceranae was the dominant species in all three surveys (prevalence range of 41-91 vs. 4-34 % for N. apis), whereas mixed infections were less frequent than single infections (5-25 %). Infection levels of colonies parasitized by N. ceranae were three to five times higher than those of colonies parasitized by N. apis in the three surveys whereas mixed infections showed the highest spore counts. This is the first field study demonstrating significantly higher infection levels in colonies parasitized with either N. ceranae only or with both, N. ceranae and N. apis, than in colonies parasitized with N. apis only. Taken together, these results suggest that N. ceranae may be more virulent and better adapted than N. apis in cold climates such as Canadian environments.

  5. Pharmaceuticals in water, fish and osprey nestlings in Delaware River and Bay

    USGS Publications Warehouse

    Bean, Thomas G.; Rattner, Barnett A.; Lazarus, Rebecca S.; Day, Daniel D.; Burket, S. Rebekah; Brooks, Bryan W.; Haddad, Samuel P.; Bowerman, William W.

    2018-01-01

    Exposure of wildlife to Active Pharmaceutical Ingredients (APIs) is likely to occur but studies of risk are limited. One exposure pathway that has received attention is trophic transfer of APIs in a water-fish-osprey food chain. Samples of water, fish plasma and osprey plasma were collected from Delaware River and Bay, and analyzed for 21 APIs. Only 2 of 21 analytes exceeded method detection limits in osprey plasma (acetaminophen and diclofenac) with plasma levels typically 2–3 orders of magnitude below human therapeutic concentrations (HTC). We built upon a screening level model used to predict osprey exposure to APIs in Chesapeake Bay and evaluated whether exposure levels could have been predicted in Delaware Bay had we just measured concentrations in water or fish. Use of surface water and BCFs did not predict API concentrations in fish well, likely due to fish movement patterns, and partitioning and bioaccumulation uncertainties associated with these ionizable chemicals. Input of highest measured API concentration in fish plasma combined with pharmacokinetic data accurately predicted that diclofenac and acetaminophen would be the APIs most likely detected in osprey plasma. For the majority of APIs modeled, levels were not predicted to exceed 1 ng/mL or method detection limits in osprey plasma. Based on the target analytes examined, there is little evidence that APIs represent a significant risk to ospreys nesting in Delaware Bay. If an API is present in fish orders of magnitude below HTC, sampling of fish-eating birds is unlikely to be necessary. However, several human pharmaceuticals accumulated in fish plasma within a recommended safety factor for HTC. It is now important to expand the scope of diet-based API exposure modeling to include alternative exposure pathways (e.g., uptake from landfills, dumps and wastewater treatment plants) and geographic locations (developing countries) where API contamination of the environment may represent greater risk.

  6. Technologies and practices for maintaining and publishing earth science vocabularies

    NASA Astrophysics Data System (ADS)

    Cox, Simon; Yu, Jonathan; Williams, Megan; Giabardo, Fabrizio; Lowe, Dominic

    2015-04-01

    Shared vocabularies are a key element in geoscience data interoperability. Many organizations curate vocabularies, with most Geologic Surveys having a long history of development of lexicons and authority tables. However, their mode of publication is heterogeneous, ranging from PDFs and HTML web pages, spreadsheets and CSV, through various user-interfaces, and public and private APIs. Content maintenance ranges from tightly-governed and externally opaque, through various community processes, all the way to crowd-sourcing ('folksonomies'). Meanwhile, there is an increasing expectation of greater harmonization and vocabulary re-use, which create requirements for standardized content formalization and APIs, along with transparent content maintenance and versioning. We have been trialling a combination of processes and software dealing with vocabulary formalization, registration, search and linking. We use the Simplified Knowledge Organization System (SKOS) to provide a generic interface to content. SKOS is an RDF technology for multi-lingual, hierarchical vocabularies, oriented around 'concepts' denoted by URIs, and thus consistent with Linked Open Data. SKOS may be mixed in with classes and properties from specialized ontologies which provide a more specific interface when required. We have developed a suite of practices and techniques for conversion of content from the source technologies and styles into SKOS, largely based on spreadsheet manipulation before RDF conversion, and SPARQL afterwards. The workflow for each vocabulary must be adapted to match the specific inputs. In linked data applications, two requirements are paramount for user confidence: (i) the URI that denotes a vocabulary item is persistent, and should be dereferenceable indefinitely; (ii) the history and status of the resource denoted by a URI must be available. This is implemented by the Linked Data Registry (LDR), originally developed for the World Meteorological Organization and the UK Environment Agency, and now adapted and enhanced for deployment by CSIRO and the Australian Bureau of Meteorology. The LDR applies a standard content registration paradigm to RDF data, also including a delegation mode that enables a system to register (endorse) externally managed content. The locally managed RDF is exposed on a SPARQL endpoint. The registry implementation enables a flexible interaction pattern to support various specific content publication workflows, with the key feature of making the content externally accessible through a standard interface alongside its history, previous versions, and status. SPARQL is the standard low-level API for RDF including SKOS. On top of this we have developed SISSvoc, a SKOS-based RESTful API. This has been used it to deploy a number of vocabularies on behalf of the IUGS, ICS, NERC, OGC, the Australian Government, and CSIRO projects. Applications like SISSvoc Search provide a simple search UI on top of one or more SISSvoc sources. Together, these components provide a powerful and flexible system for providing earth science vocabularies for the community, consistent with semantic web and linked-data principles.

  7. jmzIdentML API: A Java interface to the mzIdentML standard for peptide and protein identification data.

    PubMed

    Reisinger, Florian; Krishna, Ritesh; Ghali, Fawaz; Ríos, Daniel; Hermjakob, Henning; Vizcaíno, Juan Antonio; Jones, Andrew R

    2012-03-01

    We present a Java application programming interface (API), jmzIdentML, for the Human Proteome Organisation (HUPO) Proteomics Standards Initiative (PSI) mzIdentML standard for peptide and protein identification data. The API combines the power of Java Architecture of XML Binding (JAXB) and an XPath-based random-access indexer to allow a fast and efficient mapping of extensible markup language (XML) elements to Java objects. The internal references in the mzIdentML files are resolved in an on-demand manner, where the whole file is accessed as a random-access swap file, and only the relevant piece of XMLis selected for mapping to its corresponding Java object. The APIis highly efficient in its memory usage and can handle files of arbitrary sizes. The APIfollows the official release of the mzIdentML (version 1.1) specifications and is available in the public domain under a permissive licence at http://www.code.google.com/p/jmzidentml/. © 2012 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  8. The significance of different health institutions and their respective contributions of active pharmaceutical ingredients to wastewater.

    PubMed

    Herrmann, Manuel; Olsson, Oliver; Fiehn, Rainer; Herrel, Markus; Kümmerer, Klaus

    2015-12-01

    Active pharmaceutical ingredients (APIs) have been frequently found in the environment. It is, however, still not quite clear who is mainly responsible for API emissions. Hospitals have been considered to be the main contributing point sources for wastewater (WW) discharge of APIs. However, recent studies have shown that the contribution of hospitals to the input of APIs into the aquatic environment is quite low. Due to demographic change and the increase of psychiatric diseases, health institutions (HIs) such as psychiatric hospitals and nursing homes are likely to be important sources as well, but no data is available in this respect. This study aims to assess the impact of HIs and to provide a methodology to measure their respective contributions. Drawing on pharmaceutical consumption data for the years 2010, 2011, and 2012, this study identified API usage patterns for a psychiatric hospital (146 beds), a nursing home (286 inhabitants), and a general hospital (741 beds), the latter of which comprises three separate locations. All the HIs are located in two sub-regions of a county district with about 400,000 citizens in southwestern Germany. A selection of neurological drugs was quantified in the sewer of these facilities to evaluate the correlation between consumption and emission. The API contribution of HIs was assessed by comparing the specific consumption in the facilities with the consumption in households, expressed as the emission potential (IEP). The study shows that the usage patterns of APIs in the psychiatric hospital and the nursing home were different from the general hospital. Neurological drugs such as anticonvulsants, psycholeptics, and psychoanaleptics were mainly consumed in the psychiatric hospital and the nursing home (74% and 65%, respectively). Predicted and average measured concentrations in the effluent of the investigated HIs differed mostly by less than one order of magnitude. Therefore, the consumption-based approach is a useful method to assess usage patterns of APIs in HIs and to predict their respective contributions to WW. The national contribution of HIs on total WW discharge of APIs compared to households was very low. Only the results for the sedative clomethiazole in general hospitals as well as the antidepressant moclobemide and the antipsychotic quetiapine for the nursing homes were found to deserve some attention. The regional comparison showed that in sub-regions with a comparably higher density of HIs, the allocated facilities could be seen as point sources emitting particular APIs. However, in general, the bulk of the consumed pharmaceuticals to WW discharge has to be attributed to households. Copyright © 2015 Elsevier Ltd. All rights reserved.

  9. A JavaScript API for the Ice Sheet System Model (ISSM) 4.11: towards an online interactive model for the cryosphere community

    NASA Astrophysics Data System (ADS)

    Larour, Eric; Cheng, Daniel; Perez, Gilberto; Quinn, Justin; Morlighem, Mathieu; Duong, Bao; Nguyen, Lan; Petrie, Kit; Harounian, Silva; Halkides, Daria; Hayes, Wayne

    2017-12-01

    Earth system models (ESMs) are becoming increasingly complex, requiring extensive knowledge and experience to deploy and use in an efficient manner. They run on high-performance architectures that are significantly different from the everyday environments that scientists use to pre- and post-process results (i.e., MATLAB, Python). This results in models that are hard to use for non-specialists and are increasingly specific in their application. It also makes them relatively inaccessible to the wider science community, not to mention to the general public. Here, we present a new software/model paradigm that attempts to bridge the gap between the science community and the complexity of ESMs by developing a new JavaScript application program interface (API) for the Ice Sheet System Model (ISSM). The aforementioned API allows cryosphere scientists to run ISSM on the client side of a web page within the JavaScript environment. When combined with a web server running ISSM (using a Python API), it enables the serving of ISSM computations in an easy and straightforward way. The deep integration and similarities between all the APIs in ISSM (MATLAB, Python, and now JavaScript) significantly shortens and simplifies the turnaround of state-of-the-art science runs and their use by the larger community. We demonstrate our approach via a new Virtual Earth System Laboratory (VESL) website (http://vesl.jpl.nasa.gov, VESL(2017)).

  10. Development of NETCONF-Based Network Management Systems in Web Services Framework

    NASA Astrophysics Data System (ADS)

    Iijima, Tomoyuki; Kimura, Hiroyasu; Kitani, Makoto; Atarashi, Yoshifumi

    To develop a network management system (NMS) more easily, the authors developed an application programming interface (API) for configuring network devices. Because this API is used in a Java development environment, an NMS can be developed by utilizing the API and other commonly available Java libraries. It is thus possible to easily develop an NMS that is highly compatible with other IT systems. And operations that are generated from the API and that are exchanged between the NMS and network devices are based on NETCONF, which is standardized by the Internet Engineering Task Force (IETF) as a next-generation network-configuration protocol. Adopting a standardized technology ensures that the NMS developed by using the API can manage network devices provided from multi-vendors in a unified manner. Furthermore, the configuration items exchanged over NETCONF are specified in an object-oriented design. They are therefore easier to manage than such items in the Management Information Base (MIB), which is defined as data to be managed by the Simple Network Management Protocol (SNMP). We actually developed several NMSs by using the API. Evaluation of these NMSs showed that, in terms of configuration time and development time, the NMS developed by using the API performed as well as NMSs developed by using a command line interface (CLI) and SNMP. The NMS developed by using the API showed feasibility to achieve “autonomic network management” and “high interoperability with IT systems.”

  11. GLobal Integrated Design Environment (GLIDE): A Concurrent Engineering Application

    NASA Technical Reports Server (NTRS)

    McGuire, Melissa L.; Kunkel, Matthew R.; Smith, David A.

    2010-01-01

    The GLobal Integrated Design Environment (GLIDE) is a client-server software application purpose-built to mitigate issues associated with real time data sharing in concurrent engineering environments and to facilitate discipline-to-discipline interaction between multiple engineers and researchers. GLIDE is implemented in multiple programming languages utilizing standardized web protocols to enable secure parameter data sharing between engineers and researchers across the Internet in closed and/or widely distributed working environments. A well defined, HyperText Transfer Protocol (HTTP) based Application Programming Interface (API) to the GLIDE client/server environment enables users to interact with GLIDE, and each other, within common and familiar tools. One such common tool, Microsoft Excel (Microsoft Corporation), paired with its add-in API for GLIDE, is discussed in this paper. The top-level examples given demonstrate how this interface improves the efficiency of the design process of a concurrent engineering study while reducing potential errors associated with manually sharing information between study participants.

  12. DOE Office of Scientific and Technical Information (OSTI.GOV)

    David Lawrence

    Calibrations and conditions databases can be accessed from within the JANA Event Processing framework through the API defined in its JCalibration base class. The API is designed to support everything from databases, to web services to flat files for the backend. A Web Service backend using the gSOAP toolkit has been implemented which is particularly interesting since it addresses many modern cybersecurity issues including support for SSL. The API allows constants to be retrieved through a single line of C++ code with most of the context, including the transport mechanism, being implied by the run currently being analyzed and themore » environment relieving developers from implementing such details.« less

  13. Using Mobile App Development Tools to Build a GIS Application

    NASA Astrophysics Data System (ADS)

    Mital, A.; Catchen, M.; Mital, K.

    2014-12-01

    Our group designed and built working web, android, and IOS applications using different mapping libraries as bases on which to overlay fire data from NASA. The group originally planned to make app versions for Google Maps, Leaflet, and OpenLayers. However, because the Leaflet library did not properly load on Android, the group focused efforts on the other two mapping libraries. For Google Maps, the group first designed a UI for the web app and made a working version of the app. After updating the source of fire data to one which also provided historical fire data, the design had to be modified to include the extra data. After completing a working version of the web app, the group used webview in android, a built in resource which allowed porting the web app to android without rewriting the code for android. Upon completing this, the group found Apple IOS devices had a similar capability, and so decided to add an IOS app to the project using a function similar to webview. Alongside this effort, the group began implementing an OpenLayers fire map using a simpler UI. This web app was completed fairly quickly relative to Google Maps; however, it did not include functionality such as satellite imagery or searchable locations. The group finished the project with a working android version of the Google Maps based app supporting API levels 14-19 and an OpenLayers based app supporting API levels 8-19, as well as a Google Maps based IOS app supporting both old and new screen formats. This project was implemented by high school and college students under an SGT Inc. STEM internship program

  14. SMMP v. 3.0—Simulating proteins and protein interactions in Python and Fortran

    NASA Astrophysics Data System (ADS)

    Meinke, Jan H.; Mohanty, Sandipan; Eisenmenger, Frank; Hansmann, Ulrich H. E.

    2008-03-01

    We describe a revised and updated version of the program package SMMP. SMMP is an open-source FORTRAN package for molecular simulation of proteins within the standard geometry model. It is designed as a simple and inexpensive tool for researchers and students to become familiar with protein simulation techniques. SMMP 3.0 sports a revised API increasing its flexibility, an implementation of the Lund force field, multi-molecule simulations, a parallel implementation of the energy function, Python bindings, and more. Program summaryTitle of program:SMMP Catalogue identifier:ADOJ_v3_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/ADOJ_v3_0.html Program obtainable from: CPC Program Library, Queen's University of Belfast, N. Ireland Licensing provisions:Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html Programming language used:FORTRAN, Python No. of lines in distributed program, including test data, etc.:52 105 No. of bytes in distributed program, including test data, etc.:599 150 Distribution format:tar.gz Computer:Platform independent Operating system:OS independent RAM:2 Mbytes Classification:3 Does the new version supersede the previous version?:Yes Nature of problem:Molecular mechanics computations and Monte Carlo simulation of proteins. Solution method:Utilizes ECEPP2/3, FLEX, and Lund potentials. Includes Monte Carlo simulation algorithms for canonical, as well as for generalized ensembles. Reasons for new version:API changes and increased functionality. Summary of revisions:Added Lund potential; parameters used in subroutines are now passed as arguments; multi-molecule simulations; parallelized energy calculation for ECEPP; Python bindings. Restrictions:The consumed CPU time increases with the size of protein molecule. Running time:Depends on the size of the simulated molecule.

  15. A RESTful API for accessing microbial community data for MG-RAST.

    PubMed

    Wilke, Andreas; Bischof, Jared; Harrison, Travis; Brettin, Tom; D'Souza, Mark; Gerlach, Wolfgang; Matthews, Hunter; Paczian, Tobias; Wilkening, Jared; Glass, Elizabeth M; Desai, Narayan; Meyer, Folker

    2015-01-01

    Metagenomic sequencing has produced significant amounts of data in recent years. For example, as of summer 2013, MG-RAST has been used to annotate over 110,000 data sets totaling over 43 Terabases. With metagenomic sequencing finding even wider adoption in the scientific community, the existing web-based analysis tools and infrastructure in MG-RAST provide limited capability for data retrieval and analysis, such as comparative analysis between multiple data sets. Moreover, although the system provides many analysis tools, it is not comprehensive. By opening MG-RAST up via a web services API (application programmers interface) we have greatly expanded access to MG-RAST data, as well as provided a mechanism for the use of third-party analysis tools with MG-RAST data. This RESTful API makes all data and data objects created by the MG-RAST pipeline accessible as JSON objects. As part of the DOE Systems Biology Knowledgebase project (KBase, http://kbase.us) we have implemented a web services API for MG-RAST. This API complements the existing MG-RAST web interface and constitutes the basis of KBase's microbial community capabilities. In addition, the API exposes a comprehensive collection of data to programmers. This API, which uses a RESTful (Representational State Transfer) implementation, is compatible with most programming environments and should be easy to use for end users and third parties. It provides comprehensive access to sequence data, quality control results, annotations, and many other data types. Where feasible, we have used standards to expose data and metadata. Code examples are provided in a number of languages both to show the versatility of the API and to provide a starting point for users. We present an API that exposes the data in MG-RAST for consumption by our users, greatly enhancing the utility of the MG-RAST service.

  16. Activity-Centric Approach to Distributed Programming

    NASA Technical Reports Server (NTRS)

    Levy, Renato; Satapathy, Goutam; Lang, Jun

    2004-01-01

    The first phase of an effort to develop a NASA version of the Cybele software system has been completed. To give meaning to even a highly abbreviated summary of the modifications to be embodied in the NASA version, it is necessary to present the following background information on Cybele: Cybele is a proprietary software infrastructure for use by programmers in developing agent-based application programs [complex application programs that contain autonomous, interacting components (agents)]. Cybele provides support for event handling from multiple sources, multithreading, concurrency control, migration, and load balancing. A Cybele agent follows a programming paradigm, called activity-centric programming, that enables an abstraction over system-level thread mechanisms. Activity centric programming relieves application programmers of the complex tasks of thread management, concurrency control, and event management. In order to provide such functionality, activity-centric programming demands support of other layers of software. This concludes the background information. In the first phase of the present development, a new architecture for Cybele was defined. In this architecture, Cybele follows a modular service-based approach to coupling of the programming and service layers of software architecture. In a service-based approach, the functionalities supported by activity-centric programming are apportioned, according to their characteristics, among several groups called services. A well-defined interface among all such services serves as a path that facilitates the maintenance and enhancement of such services without adverse effect on the whole software framework. The activity-centric application-program interface (API) is part of a kernel. The kernel API calls the services by use of their published interface. This approach makes it possible for any application code written exclusively under the API to be portable for any configuration of Cybele.

  17. Following the surface response of caffeine cocrystals to controlled humidity storage by atomic force microscopy.

    PubMed

    Cassidy, A M C; Gardner, C E; Jones, W

    2009-09-08

    Active pharmaceutical ingredient (API) stability in solid state tablet formulation is frequently a function of the relative humidity (RH) environment in which the drug is stored. Caffeine is one such problematic API. Previously reported caffeine cocrystals, however, were found to offer increased resistance to caffeine hydrate formation. Here we report on the use of atomic force microscopy (AFM) to image the surface of two caffeine cocrystal systems to look for differences between the surface and bulk response of the cocrystal to storage in controlled humidity environments. Bulk responses have previously been assessed by powder X-ray diffraction. With AFM, pinning sites were identified at step edges on caffeine/oxalic acid, with these sites leading to non-uniform step movement on going from ambient to 0% RH. At RH >75%, areas of fresh crystal growth were seen on the cocrystal surface. In the case of caffeine/malonic acid the cocrystals were observed to absorb water anisotropically after storage at 75% RH for 2 days, affecting the surface topography of the cocrystal. These results show that AFM expands on the data gathered by bulk analytical techniques, such as powder X-ray diffraction, by providing localised surface information. This surface information may be important for better predicting API stability in isolation and at a solid state API-excipient interface.

  18. TCIApathfinder: an R client for The Cancer Imaging Archive REST API.

    PubMed

    Russell, Pamela; Fountain, Kelly; Wolverton, Dulcy; Ghosh, Debashis

    2018-06-05

    The Cancer Imaging Archive (TCIA) hosts publicly available de-identified medical images of cancer from over 25 body sites and over 30,000 patients. Over 400 published studies have utilized freely available TCIA images. Images and metadata are available for download through a web interface or a REST API. Here we present TCIApathfinder, an R client for the TCIA REST API. TCIApathfinder wraps API access in user-friendly R functions that can be called interactively within an R session or easily incorporated into scripts. Functions are provided to explore the contents of the large database and to download image files. TCIApathfinder provides easy access to TCIA resources in the highly popular R programming environment. TCIApathfinder is freely available under the MIT license as a package on CRAN (https://cran.r-project.org/web/packages/TCIApathfinder/index.html) and at https://github.com/pamelarussell/TCIApathfinder. Copyright ©2018, American Association for Cancer Research.

  19. Differences in the API 20E biochemical patterns of clinical and environmental Vibrio parahaemolyticus isolates.

    PubMed

    Martinez-Urtaza, Jaime; Lozano-Leon, Antonio; Viña-Feas, Alejandro; de Novoa, Jacobo; Garcia-Martin, Oscar

    2006-02-01

    Genetic differences in clinical and environmental strains of Vibrio parahaemolyticus have been widely used as criteria in identifying pathogenic isolates. However, few studies have been carried out to assess the differences in biochemical characteristics of V. parahaemolyticus isolates from human and environmental sources. We compared the biochemical profiles obtained by the characterization of V. parahaemolyticus isolates from human infections and the marine environment using the API 20E system. Environmental and clinical isolates showed significant differences in the gelatin and arabinose tests. Additionally, clinical isolates were correctly identified according to the API 20E profile using 0.85% NaCl diluent, but they presented nonspecific profiles with 2% NaCl diluent. In contrast, use of 2% NaCl diluent facilitated correct identification of the environmental isolates. Clinical isolates showed significant differences in up to five biochemical tests with respect to the API 20E database. The API 20E system is widely used in routine identification of bacteria in clinical laboratories, and this discrepancy in an important number of biochemical tests may lead to misidentification of V. parahaemolyticus infection.

  20. libChEBI: an API for accessing the ChEBI database.

    PubMed

    Swainston, Neil; Hastings, Janna; Dekker, Adriano; Muthukrishnan, Venkatesh; May, John; Steinbeck, Christoph; Mendes, Pedro

    2016-01-01

    ChEBI is a database and ontology of chemical entities of biological interest. It is widely used as a source of identifiers to facilitate unambiguous reference to chemical entities within biological models, databases, ontologies and literature. ChEBI contains a wealth of chemical data, covering over 46,500 distinct chemical entities, and related data such as chemical formula, charge, molecular mass, structure, synonyms and links to external databases. Furthermore, ChEBI is an ontology, and thus provides meaningful links between chemical entities. Unlike many other resources, ChEBI is fully human-curated, providing a reliable, non-redundant collection of chemical entities and related data. While ChEBI is supported by a web service for programmatic access and a number of download files, it does not have an API library to facilitate the use of ChEBI and its data in cheminformatics software. To provide this missing functionality, libChEBI, a comprehensive API library for accessing ChEBI data, is introduced. libChEBI is available in Java, Python and MATLAB versions from http://github.com/libChEBI, and provides full programmatic access to all data held within the ChEBI database through a simple and documented API. libChEBI is reliant upon the (automated) download and regular update of flat files that are held locally. As such, libChEBI can be embedded in both on- and off-line software applications. libChEBI allows better support of ChEBI and its data in the development of new cheminformatics software. Covering three key programming languages, it allows for the entirety of the ChEBI database to be accessed easily and quickly through a simple API. All code is open access and freely available.

  1. Long-Term Corrosion Fatigue of Welded Marine Steels.

    DTIC Science & Technology

    1984-01-01

    MPa ksi MPa I C API 5L Grade B 35 240 60 min. 415 mrin. ASTM A53 Grade B 35 240 60 min. 415 min. ASTM A135 Grade B 35 240 60 min. 415 min. ASTM A139...2% max. cold expansion 42 290 60 min. 415 min. API 5LX Grade X52 2% max. cold expansion 52 360 66 min. 455 min. ASTM AS00 Grade B 42-46 290-320 58 mi...Environments 3.38 " 3.5 Influence of Load Ratio on the Corrosion Fatigue Crack Growth Rates in API X-70 Linepipe Steel in 3.5% NaCl (From (3.30]) 3.39 3.6

  2. Designing Collaborative Developmental Standards by Refactoring of the Earth Science Models, Libraries, Workflows and Frameworks.

    NASA Astrophysics Data System (ADS)

    Mirvis, E.; Iredell, M.

    2015-12-01

    The operational (OPS) NOAA National Centers for Environmental Prediction (NCEP) suite, traditionally, consist of a large set of multi- scale HPC models, workflows, scripts, tools and utilities, which are very much depending on the variety of the additional components. Namely, this suite utilizes a unique collection of the in-house developed 20+ shared libraries (NCEPLIBS), certain versions of the 3-rd party libraries (like netcdf, HDF, ESMF, jasper, xml etc.), HPC workflow tool within dedicated (sometimes even vendors' customized) HPC system homogeneous environment. This domain and site specific, accompanied with NCEP's product- driven large scale real-time data operations complicates NCEP collaborative development tremendously by reducing chances to replicate this OPS environment anywhere else. The NOAA/NCEP's Environmental Modeling Center (EMC) missions to develop and improve numerical weather, climate, hydrological and ocean prediction through the partnership with the research community. Realizing said difficulties, lately, EMC has been taken an innovative approach to improve flexibility of the HPC environment by building the elements and a foundation for NCEP OPS functionally equivalent environment (FEE), which can be used to ease the external interface constructs as well. Aiming to reduce turnaround time of the community code enhancements via Research-to-Operations (R2O) cycle, EMC developed and deployed several project sub-set standards that already paved the road to NCEP OPS implementation standards. In this topic we will discuss the EMC FEE for O2R requirements and approaches in collaborative standardization, including NCEPLIBS FEE and models code version control paired with the models' derived customized HPC modules and FEE footprints. We will share NCEP/EMC experience and potential in the refactoring of EMC development processes, legacy codes and in securing model source code quality standards by using combination of the Eclipse IDE, integrated with the reverse engineering tools/APIs. We will also inform on collaborative efforts in the restructuring of the NOAA Environmental Modeling System (NEMS) - the multi- model and coupling framework, and transitioning FEE verification methodology.

  3. Helioviewer.org: Simple Solar and Heliospheric Data Visualization

    NASA Astrophysics Data System (ADS)

    Hughitt, V. K.; Ireland, J.; Mueller, D.

    2011-12-01

    Helioviewer.org is a free and open-source web application for exploring solar physics data in a simple and intuitive manner. Over the past several years, Helioviewer.org has enabled thousands of users from across the globe to explore the inner heliosphere, providing access to over ten million images from the SOHO, SDO, and STEREO missions. While Helioviewer.org has seen a surge in use by the public in recent months, it is still ultimately a science tool. The newest version of Helioviewer.org provides access to science-quality data for all available images through the Virtual Solar Observatory (VSO). In addition to providing a powerful platform for browsing heterogeneous sets of solar data, Helioviewer.org also seeks to be as flexible and extensible as possible, providing access to much of its functionality via a simple Application Programming Interface (API). Recently, the Helioviewer.org API was used for two such applications: a Wordpress plugin, and a Python library for solar physics data analysis (SunPy). These applications are discussed and examples of API usage are provided. Finally, Helioviewer.org is undergoing continual development, with new features being added on a regular basis. Recent updates to Helioviewer.org are discussed, along with a preview of things to come.

  4. Aladin Lite: Lightweight sky atlas for browsers

    NASA Astrophysics Data System (ADS)

    Boch, Thomas

    2014-02-01

    Aladin Lite is a lightweight version of the Aladin tool, running in the browser and geared towards simple visualization of a sky region. It allows visualization of image surveys (JPEG multi-resolution HEALPix all-sky surveys) and permits superimposing tabular (VOTable) and footprints (STC-S) data. Aladin Lite is powered by HTML5 canvas technology and is easily embeddable on any web page and can also be controlled through a Javacript API.

  5. Fatigue crack growth behaviour of semi-elliptical surface cracks for an API 5L X65 gas pipeline under tension

    NASA Astrophysics Data System (ADS)

    Shaari, M. S.; Akramin, M. R. M.; Ariffin, A. K.; Abdullah, S.; Kikuchi, M.

    2018-02-01

    The paper is presenting the fatigue crack growth (FCG) behavior of semi-elliptical surface cracks for API X65 gas pipeline using S-version FEM. A method known as global-local overlay technique was used in this study to predict the fatigue behavior that involve of two separate meshes each specifically for global (geometry) and local (crack). The pre-post program was used to model the global geometry (coarser mesh) known as FAST including the material and boundary conditions. Hence, the local crack (finer mesh) will be defined the exact location and the mesh control accordingly. The local mesh was overlaid along with the global before the numerical computation taken place to solve the engineering problem. The stress intensity factors were computed using the virtual crack closure-integral method (VCCM). The most important results is the behavior of the fatigue crack growth, which contains the crack depth (a), crack length (c) and stress intensity factors (SIF). The correlation between the fatigue crack growth and the SIF shows a good growth for the crack depth (a) and dissimilar for the crack length (c) where stunned behavior was resulted. The S-version FEM will benefiting the user due to the overlay technique where it will shorten the computation process.

  6. Manufacturing Amorphous Solid Dispersions with a Tailored Amount of Crystallized API for Biopharmaceutical Testing.

    PubMed

    Theil, Frank; Milsmann, Johanna; Anantharaman, Sankaran; van Lishaut, Holger

    2018-05-07

    The preparation of an amorphous solid dispersion (ASD) by dissolving a poorly water-soluble active pharmaceutical ingredient (API) in a polymer matrix can improve the bioavailability by orders of magnitude. Crystallization of the API in the ASD, though, is an inherent threat for bioavailability. Commonly, the impact of crystalline API on the drug release of the dosage form is studied with samples containing spiked crystallinity. These spiked samples possess implicit differences compared to native crystalline samples, regarding size and spatial distribution of the crystals as well as their molecular environment. In this study, we demonstrate that it is possible to grow defined amounts of crystalline API in solid dosage forms, which enables us to study the biopharmaceutical impact of actual crystallization. For this purpose, we studied the crystal growth in fenofibrate tablets over time under an elevated moisture using transmission Raman spectroscopy (TRS). As a nondestructive method to assess API crystallinity in ASD formulations, TRS enables the monitoring of crystal growth in individual dosage forms. Once the kinetic trace of the crystal growth for a certain environmental condition is determined, this method can be used to produce samples with defined amounts of crystallized API. To investigate the biopharmaceutical impact of crystallized API, non-QC dissolution methods were used, designed to identify differences between the various amounts of crystalline materials present. The drug release in the samples manufactured in this fashion was compared to that of samples with spiked crystallinity. In this study, we present for the first time a method for targeted crystallization of amorphous tablets to simulate crystallized ASDs. This methodology is a valuable tool to generate model systems for biopharmaceutical studies on the impact of crystallinity on the bioavailability.

  7. Scientific Use Cases for the Virtual Atomic and Molecular Data Center

    NASA Astrophysics Data System (ADS)

    Dubernet, M. L.; Aboudarham, J.; Ba, Y. A.; Boiziot, M.; Bottinelli, S.; Caux, E.; Endres, C.; Glorian, J. M.; Henry, F.; Lamy, L.; Le Sidaner, P.; Møller, T.; Moreau, N.; Rénié, C.; Roueff, E.; Schilke, P.; Vastel, C.; Zwoelf, C. M.

    2014-12-01

    VAMDC Consortium is a worldwide consortium which federates interoperable Atomic and Molecular databases through an e-science infrastructure. The contained data are of the highest scientific quality and are crucial for many applications: astrophysics, atmospheric physics, fusion, plasma and lighting technologies, health, etc. In this paper we present astrophysical scientific use cases in relation to the use of the VAMDC e-infrastructure. Those will cover very different applications such as: (i) modeling the spectra of interstellar objects using the myXCLASS software tool implemented in the Common Astronomy Software Applications package (CASA) or using the CASSIS software tool, in its stand-alone version or implemented in the Herschel Interactive Processing Environment (HIPE); (ii) the use of Virtual Observatory tools accessing VAMDC databases; (iii) the access of VAMDC from the Paris solar BASS2000 portal; (iv) the combination of tools and database from the APIS service (Auroral Planetary Imaging and Spectroscopy); (v) combination of heterogeneous data for the application to the interstellar medium from the SPECTCOL tool.

  8. FirebrowseR: an R client to the Broad Institute’s Firehose Pipeline

    PubMed Central

    Deng, Mario; Brägelmann, Johannes; Kryukov, Ivan; Saraiva-Agostinho, Nuno; Perner, Sven

    2017-01-01

    With its Firebrowse service (http://firebrowse.org/) the Broad Institute is making large-scale multi-platform omics data analysis results publicly available through a Representational State Transfer (REST) Application Programmable Interface (API). Querying this database through an API client from an arbitrary programming environment is an essential task, allowing other developers and researchers to focus on their analysis and avoid data wrangling. Hence, as a first result, we developed a workflow to automatically generate, test and deploy such clients for rapid response to API changes. Its underlying infrastructure, a combination of free and publicly available web services, facilitates the development of API clients. It decouples changes in server software from the client software by reacting to changes in the RESTful service and removing direct dependencies on a specific implementation of an API. As a second result, FirebrowseR, an R client to the Broad Institute’s RESTful Firehose Pipeline, is provided as a working example, which is built by the means of the presented workflow. The package’s features are demonstrated by an example analysis of cancer gene expression data. Database URL: https://github.com/mariodeng/ PMID:28062517

  9. FirebrowseR: an R client to the Broad Institute's Firehose Pipeline.

    PubMed

    Deng, Mario; Brägelmann, Johannes; Kryukov, Ivan; Saraiva-Agostinho, Nuno; Perner, Sven

    2017-01-01

    With its Firebrowse service (http://firebrowse.org/) the Broad Institute is making large-scale multi-platform omics data analysis results publicly available through a Representational State Transfer (REST) Application Programmable Interface (API). Querying this database through an API client from an arbitrary programming environment is an essential task, allowing other developers and researchers to focus on their analysis and avoid data wrangling. Hence, as a first result, we developed a workflow to automatically generate, test and deploy such clients for rapid response to API changes. Its underlying infrastructure, a combination of free and publicly available web services, facilitates the development of API clients. It decouples changes in server software from the client software by reacting to changes in the RESTful service and removing direct dependencies on a specific implementation of an API. As a second result, FirebrowseR, an R client to the Broad Institute's RESTful Firehose Pipeline, is provided as a working example, which is built by the means of the presented workflow. The package's features are demonstrated by an example analysis of cancer gene expression data.Database URL: https://github.com/mariodeng/. © The Author(s) 2017. Published by Oxford University Press.

  10. Prioritization of pharmaceuticals for potential environmental hazard through leveraging a large-scale mammalian pharmacological dataset.

    PubMed

    Berninger, Jason P; LaLone, Carlie A; Villeneuve, Daniel L; Ankley, Gerald T

    2016-04-01

    The potential for pharmaceuticals in the environment to cause adverse ecological effects is of increasing concern. Given the thousands of active pharmaceutical ingredients (APIs) that can enter the aquatic environment through human and/or animal (e.g., livestock) waste, a current challenge in aquatic toxicology is identifying those that pose the greatest risk. Because empirical toxicity information for aquatic species is generally lacking for pharmaceuticals, an important data source for prioritization is that generated during the mammalian drug development process. Applying concepts of species read-across, mammalian pharmacokinetic data were used to systematically prioritize APIs by estimating their potential to cause adverse biological consequences to aquatic organisms, using fish as an example. Mammalian absorption, distribution, metabolism, and excretion (ADME) data (e.g., peak plasma concentration, apparent volume of distribution, clearance rate, and half-life) were collected and curated, creating the Mammalian Pharmacokinetic Prioritization For Aquatic Species Targeting (MaPPFAST) database representing 1070 APIs. From these data, a probabilistic model and scoring system were developed and evaluated. Individual APIs and therapeutic classes were ranked based on clearly defined read-across assumptions for translating mammalian-derived ADME parameters to estimate potential hazard in fish (i.e., greatest predicted hazard associated with lowest mammalian peak plasma concentrations, total clearance and highest volume of distribution, half-life). It is anticipated that the MaPPFAST database and the associated API prioritization approach will help guide research and/or inform ecological risk assessment. Published 2015 Wiley Periodicals Inc. on behalf of SETAC. This article is a US Government work and, as such, is in the public domain in the United States of America.

  11. Facies identification based on conventional core-log integration: Middle Ordovician St. Peter sandstone, Michigan basin

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Wieczorek, L.M.; Barnes, D.A.

    1989-08-01

    Lithofacies comprising the massive sand in the Michigan basin are very similar to the lithofacies of the St. Peter Sandstone in parts of the adjacent Midwestern basin and arches region. Lithostratigraphic and biostratigraphic correlations justify application of the name St. Peter Sandstone to the gas-productive massive sand in the Michigan basin. Four lithofacies have been determined by core-log integration. The two lowermost lithofacies (1 and 2) were deposited in marginal-marine peritidal shoreface to sand-flat environments. Lithofacies 1A comprises cross-bedded, quartz-cemented quartzarenites. Lithofacies 1B comprises dolomitic, cross-bedded, subfeldspathic arenites. Lithofacies 1A is recognized in logs by low gamma-ray response (less thanmore » 20-25 API units) and photoelectric effect (Pe) of 1.8. Lithofacies 1B log characteristics include low gamma ray response (15-30 API units) and Pe of 2-2.5. Lithofacies 2 log signatures include moderate to high gamma-ray (30-120 API units) and Pe values that range from 2.5-3.5. The uppermost two lithofacies (3 and 4) were deposited in storm-dominated lower shoreface, to offshore, to distal marine shelf environments. Lithofacies 3 consists of burrowed, massive, wavy to planar stratified quartzarenites to subfeldspathic arenites. Log signature is generally low gamma-ray response (15-30 API units) and Pe that ranges from 1.8 to 2.5. Lithofacies 4 consists of massive, burrowed and bioturbated, dominantly authigenic clay and dolomite-cemented subfeldspathic arenite. Lithofacies 4 log response is moderate to high gamma-ray response (30-105 API units) and Pe ranging from 2.25 to 3.5.« less

  12. A RESTful API for accessing microbial community data for MG-RAST

    DOE PAGES

    Wilke, Andreas; Bischof, Jared; Harrison, Travis; ...

    2015-01-08

    Metagenomic sequencing has produced significant amounts of data in recent years. For example, as of summer 2013, MGRAST has been used to annotate over 110,000 data sets totaling over 43 Terabases. With metagenomic sequencing finding even wider adoption in the scientific community, the existing web-based analysis tools and infrastructure in MG-RAST provide limited capability for data retrieval and analysis, such as comparative analysis between multiple data sets. Moreover, although the system provides many analysis tools, it is not comprehensive. By opening MG-RAST up via a web services API (application programmers interface) we have greatly expanded access to MG-RAST data, asmore » well as provided a mechanism for the use of third-party analysis tools with MG-RAST data. This RESTful API makes all data and data objects created by the MG-RAST pipeline accessible as JSON objects. As part of the DOE Systems Biology Knowledgebase project (KBase, http:// kbase.us) we have implemented a web services API for MG-RAST. This API complements the existing MG-RAST web interface and constitutes the basis of KBase’s microbial community capabilities. In addition, the API exposes a comprehensive collection of data to programmers. This API, which uses a RESTful (Representational State Transfer) implementation, is compatible with most programming environments and should be easy to use for end users and third parties. It provides comprehensive access to sequence data, quality control results, annotations, and many other data types. Where feasible, we have used standards to expose data and metadata. Code examples are provided in a number of languages both to show the versatility of the API and to provide a starting point for users. We present an API that exposes the data in MG-RAST for consumption by our users, greatly enhancing the utility of the MG-RAST service.« less

  13. A RESTful API for Accessing Microbial Community Data for MG-RAST

    PubMed Central

    Wilke, Andreas; Bischof, Jared; Harrison, Travis; Brettin, Tom; D'Souza, Mark; Gerlach, Wolfgang; Matthews, Hunter; Paczian, Tobias; Wilkening, Jared; Glass, Elizabeth M.; Desai, Narayan; Meyer, Folker

    2015-01-01

    Metagenomic sequencing has produced significant amounts of data in recent years. For example, as of summer 2013, MG-RAST has been used to annotate over 110,000 data sets totaling over 43 Terabases. With metagenomic sequencing finding even wider adoption in the scientific community, the existing web-based analysis tools and infrastructure in MG-RAST provide limited capability for data retrieval and analysis, such as comparative analysis between multiple data sets. Moreover, although the system provides many analysis tools, it is not comprehensive. By opening MG-RAST up via a web services API (application programmers interface) we have greatly expanded access to MG-RAST data, as well as provided a mechanism for the use of third-party analysis tools with MG-RAST data. This RESTful API makes all data and data objects created by the MG-RAST pipeline accessible as JSON objects. As part of the DOE Systems Biology Knowledgebase project (KBase, http://kbase.us) we have implemented a web services API for MG-RAST. This API complements the existing MG-RAST web interface and constitutes the basis of KBase's microbial community capabilities. In addition, the API exposes a comprehensive collection of data to programmers. This API, which uses a RESTful (Representational State Transfer) implementation, is compatible with most programming environments and should be easy to use for end users and third parties. It provides comprehensive access to sequence data, quality control results, annotations, and many other data types. Where feasible, we have used standards to expose data and metadata. Code examples are provided in a number of languages both to show the versatility of the API and to provide a starting point for users. We present an API that exposes the data in MG-RAST for consumption by our users, greatly enhancing the utility of the MG-RAST service. PMID:25569221

  14. Apis - a Digital Inventory of Archaeological Heritage Based on Remote Sensing Data

    NASA Astrophysics Data System (ADS)

    Doneus, M.; Forwagner, U.; Liem, J.; Sevara, C.

    2017-08-01

    Heritage managers are in need of dynamic spatial inventories of archaeological and cultural heritage that provide them with multipurpose tools to interactively understand information about archaeological heritage within its landscape context. Specifically, linking site information with the respective non-invasive prospection data is of increasing importance as it allows for the assessment of inherent uncertainties related to the use and interpretation of remote sensing data by the educated and knowledgeable heritage manager. APIS, the archaeological prospection information system of the Aerial Archive of the University of Vienna, is specifically designed to meet these needs. It provides storage and easy access to all data concerning aerial photographs and archaeological sites through a single GIS-based application. Furthermore, APIS has been developed in an open source environment, which allows it to be freely distributed and modified. This combination in one single open source system facilitates an easy workflow for data management, interpretation, storage, and retrieval. APIS and a sample dataset will be released free of charge under creative commons license in near future.

  15. Parametric Modelling of As-Built Beam Framed Structure in Bim Environment

    NASA Astrophysics Data System (ADS)

    Yang, X.; Koehl, M.; Grussenmeyer, P.

    2017-02-01

    A complete documentation and conservation of a historic timber roof requires the integration of geometry modelling, attributional and dynamic information management and results of structural analysis. Recently developed as-built Building Information Modelling (BIM) technique has the potential to provide a uniform platform, which provides possibility to integrate the traditional geometry modelling, parametric elements management and structural analysis together. The main objective of the project presented in this paper is to develop a parametric modelling tool for a timber roof structure whose elements are leaning and crossing beam frame. Since Autodesk Revit, as the typical BIM software, provides the platform for parametric modelling and information management, an API plugin, able to automatically create the parametric beam elements and link them together with strict relationship, was developed. The plugin under development is introduced in the paper, which can obtain the parametric beam model via Autodesk Revit API from total station points and terrestrial laser scanning data. The results show the potential of automatizing the parametric modelling by interactive API development in BIM environment. It also integrates the separate data processing and different platforms into the uniform Revit software.

  16. Large-scale Graph Computation on Just a PC

    DTIC Science & Technology

    2014-05-01

    edges for several vertices simultaneously). We compared the performance of GraphChi-DB to Neo4j using their Java API (we discuss MySQL comparison in the...75 4.7.6 Comparison to RDBMS ( MySQL ) . . . . . . . . . . . . . . . . . . . . . 75 4.7.7 Summary of the...Windows method, GraphChi. The C++ implementation has circa 8,000 lines of code. We have also de- veloped a Java -version of GraphChi, but it does not

  17. Development of the geometry database for the CBM experiment

    NASA Astrophysics Data System (ADS)

    Akishina, E. P.; Alexandrov, E. I.; Alexandrov, I. N.; Filozova, I. A.; Friese, V.; Ivanov, V. V.

    2018-01-01

    The paper describes the current state of the Geometry Database (Geometry DB) for the CBM experiment. The main purpose of this database is to provide convenient tools for: (1) managing the geometry modules; (2) assembling various versions of the CBM setup as a combination of geometry modules and additional files. The CBM users of the Geometry DB may use both GUI (Graphical User Interface) and API (Application Programming Interface) tools for working with it.

  18. The effect of various deformation processes on the corrosion behavior of casing and tubing carbon steels in sweet environment

    NASA Astrophysics Data System (ADS)

    Elramady, Alyaa Gamal

    The aim of this research project is to correlate the plastic deformation and mechanical instability of casing steel materials with corrosion behavior and surface change, in order to identify a tolerable degree of deformation for casing steel materials. While the corrosion of pipeline and casing steels has been investigated extensively, corrosion of these steels in sweet environments with respect to plastic deformation due to bending, rolling, autofrettage, or handling needs more investigation. Downhole tubular expansion of pipes (casings) is becoming standard practice in the petroleum industry to repair damaged casings, shutdown perforations, and ultimately achieve mono-diameter wells. Tubular expansion is a cold-drawing metal forming process, which consists of running conical mandrels through casings either mechanically using a piston or hydraulically by applying a back pressure. This mechanism subjects the pipes to large radial plastic deformations of up to 30 pct. of the inner diameter. It is known that cold-working is a way of strengthening materials such as low carbon steel, but given that this material will be subjected to corrosive environments, susceptibility to stress corrosion cracking (SCC) should be investigated. This research studies the effect of cold-work, in the form of cold-rolling and cold-expansion, on the surface behavior of API 5CT steels when it is exposed to a CO2-containing environment. Cold-work has a pronounced influence on the corrosion behavior of both API 5CT K55 and P110 grade steels. The lowest strength grade steel, API 5CT K55, performed poorly in a corrosive environment in the slow strain rate test. The ductile material exhibited the highest loss in strength and highest susceptibility to stress corrosion cracking in a CO 2-containing environment. The loss in strength declined with cold-rolling, which can be ascribed to the surface compressive stresses induced by cold-work. On the other hand, API 5CT P110 grade steels showed higher susceptibility to SCC when they were cold-rolled and cold-expanded. The research found that surface compressive stresses have an effect on the SCC behavior of casing and tubing steels. The CO2 corrosion behavior and atomic processes at the corroding interface were investigated at laboratory temperature using electrochemical techniques. Cold-work was found to have an influence on the corrosion behavior of both API 5CT K55 and P110 grade steels. These behaviors were found to be material and process dependent. Surface evaluation techniques such as field emission scanning electron microscope (FE-SEM) and X-ray diffraction (XRD) analysis did not detect formation of a protective scale. X-ray diffraction and X-ray photoelectron spectroscopy (XPS) analysis both detected the appearance of a scale that was traced back to magnetite.

  19. Leveraging a large scale mammalian pharmacological dataset to prioritize potential environmental hazard of pharmaceuticals

    EPA Science Inventory

    The potential for pharmaceuticals in the environment to cause adverse ecological effects is of increasing concern. Given the thousands of active pharmaceutical ingredients (APIs) which can enter the aquatic environment through various means, a current challenge in aquatic toxicol...

  20. Maintaining the momentum of Open Search in Earth Science Data discovery

    NASA Astrophysics Data System (ADS)

    Newman, D. J.; Lynnes, C.

    2013-12-01

    Federated Search for Earth Observation data has been a hallmark of EOSDIS (Earth Observing System Data and Information System) for two decades. Originally, the EOSDIS Version 0 system provided both data-collection-level and granule/file-level search in the mid 1990s with EOSDIS-specific socket protocols and message formats. Since that time, the advent of several standards has helped to simplify EOSDIS federated search, beginning with HTTP as the transfer protocol. Most recently, OpenSearch (www.opensearch.org) was employed for the EOS Clearinghouse (ECHO), based on a set of conventions that had been developed within the Earth Science Information Partners (ESIP) Federation. The ECHO OpenSearch API has evolved to encompass the ESIP RFC and the Open Geospatial Consortium (OGC) Open Search standard. Uptake of the ECHO Open Search API has been significant and has made ECHO accessible to client developers that found the previous ECHO SOAP API and current REST API too complex. Client adoption of the OpenSearch API appears to be largely driven by the simplicity of the OpenSearch convention. This simplicity is thus important to retain as the standard and convention evolve. For example, ECHO metrics indicate that the vast majority of ECHO users favor the following search criteria when using the REST API, - Spatial - bounding box, polygon, line and point - Temporal - start and end time - Keywords - free text Fewer than 10% of searches use additional constraints, particularly those requiring a controlled vocabulary, such as instrument, sensor, etc. This suggests that ongoing standardization efforts around OpenSearch usage for Earth Observation data may be more productive if oriented toward improving support for the Spatial, Temporal and Keyword search aspects. Areas still requiring improvement include support of - Concrete requirements for keyword constraints - Phrasal search for keyword constraints - Temporal constraint relations - Terminological symmetry between search URLs and response documents for both temporal and spatial terms - Best practices for both servers and clients. Over the past year we have seen several ongoing efforts to further standardize Open Search in the earth science domain such as, - Federation of Earth Science Information Partners (ESIP) - Open Geospatial Consortium (OGC) - Committee on Earth Observation Satellites (CEOS)

  1. Gee Fu: a sequence version and web-services database tool for genomic assembly, genome feature and NGS data.

    PubMed

    Ramirez-Gonzalez, Ricardo; Caccamo, Mario; MacLean, Daniel

    2011-10-01

    Scientists now use high-throughput sequencing technologies and short-read assembly methods to create draft genome assemblies in just days. Tools and pipelines like the assembler, and the workflow management environments make it easy for a non-specialist to implement complicated pipelines to produce genome assemblies and annotations very quickly. Such accessibility results in a proliferation of assemblies and associated files, often for many organisms. These assemblies get used as a working reference by lots of different workers, from a bioinformatician doing gene prediction or a bench scientist designing primers for PCR. Here we describe Gee Fu, a database tool for genomic assembly and feature data, including next-generation sequence alignments. Gee Fu is an instance of a Ruby-On-Rails web application on a feature database that provides web and console interfaces for input, visualization of feature data via AnnoJ, access to data through a web-service interface, an API for direct data access by Ruby scripts and access to feature data stored in BAM files. Gee Fu provides a platform for storing and sharing different versions of an assembly and associated features that can be accessed and updated by bench biologists and bioinformaticians in ways that are easy and useful for each. http://tinyurl.com/geefu dan.maclean@tsl.ac.uk.

  2. Effect of Temperature on the Corrosion Behavior of API X120 Pipeline Steel in H2S Environment

    NASA Astrophysics Data System (ADS)

    Okonkwo, Paul C.; Sliem, Mostafa H.; Shakoor, R. A.; Mohamed, A. M. A.; Abdullah, Aboubakr M.

    2017-08-01

    The corrosion behavior of newly developed API X120 C-steel that is commenced to be used for oil pipelines was studied in a H2S saturated 3.5 wt.% NaCl solution between 20 and 60 °C using potentiodynamic polarization and electrochemical impedance spectroscopy techniques. The corrosion products formed on the surface of the alloy were characterized using x-ray diffraction and scanning electron microscopy. It has been noticed that the formation of corrosion product layer takes place at both lower and higher temperatures which is mainly comprised of iron oxides and sulfides. The electrochemical results confirmed that the corrosion rate decreases with increasing temperature up to 60 °C. This decrease in corrosion rate with increasing temperature can be attributed to the formation of a protective layer of mackinawite layer. However, cracking in the formed mackinawite layer may not be responsible for the increase in the corrosion rate. More specifically, developed pourbaix diagrams at different temperatures showed that the formed protective layer belongs to mackinawite (FeS), a group of classified polymorphous iron sulfide, which is in good agreement with the experimental results. It is also noticed that the thickness of corrosion products layer increases significantly with decrease in the corrosion rate of API X120 steel exposed to H2S environment. These findings indicate that API X120 C-steel is susceptible to sour corrosion under the above stated experimental conditions.

  3. Chronic toxicity of an environmentally relevant mixture of pharmaceuticals to three aquatic organisms (alga, daphnid, and fish).

    PubMed

    Watanabe, Haruna; Tamura, Ikumi; Abe, Ryoko; Takanobu, Hitomi; Nakamura, Ataru; Suzuki, Toshinari; Hirose, Akihiko; Nishimura, Tetsuji; Tatarazako, Norihisa

    2016-04-01

    Principles of concentration addition and independent action have been used as effective tools to predict mixture toxicity based on individual component toxicity. The authors investigated the toxicity of a pharmaceutical mixture composed of the top 10 detected active pharmaceutical ingredients (APIs) in the Tama River (Tokyo, Japan) in a relevant concentration ratio. Both individual and mixture toxicities of the 10 APIs were evaluated by 3 short-term chronic toxicity tests using the alga Pseudokirchneriella subcapitata, the daphnid Ceriodaphnia dubia, and the zebrafish Danio rerio. With the exception of clarithromycin toxicity to alga, the no-observed-effect concentration of individual APIs for each test species was dramatically higher than the highest concentration of APIs found in the environment. The mixture of 10 APIs resulted in toxicity to alga, daphnid, and fish at 6.25 times, 100 times, and 15,000 times higher concentrations, respectively, than the environmental concentrations of individual APIs. Predictions by concentration addition and independent action were nearly identical for alga, as clarithromycin was the predominant toxicant in the mixture. Both predictions described the observed mixture toxicity to alga fairly well, whereas they slightly underestimated the observed mixture toxicity in the daphnid test. In the fish embryo test, the observed toxicity fell between the predicted toxicity by concentration addition and independent action. These results suggested that the toxicity of environmentally relevant pharmaceutical mixtures could be predicted by individual toxicity using either concentration addition or independent action. © 2015 SETAC.

  4. Mechanisms of arsenic-containing pyrite oxidation by aqueous arsenate under anoxic conditions

    NASA Astrophysics Data System (ADS)

    Qiu, Guohong; Gao, Tianyu; Hong, Jun; Tan, Wenfeng; Liu, Fan; Zheng, Lirong

    2017-11-01

    Adsorption and redox reactions occur between arsenic-containing pyrite and arsenate, which affect the migration and conversion of arsenic in soils and waters. However, the influence of arsenic incorporated in pyrite on the interaction processes is still enigmatic. In this work, arsenic-containing pyrites were hydrothermally synthesized with composition similar to naturally surface-oxidized pyrites in supergene environments. The effects of arsenic incorporation on the chemical composition and physicochemical properties were analyzed, and the interaction mechanism between arsenic-containing pyrites and aqueous arsenate was also studied within pH 3.0-11.0. Arsenic-containing pyrites with the arsenic contents of 0 (Apy0), 4.4 (Apy5) and 9.9 wt.% (Apy10) were produced in hydrothermal systems. As(III) and As(-I) respectively substituted Fe(II) and S2(-II) in the pyrite, and their relative contents respectively reached 76.6% and 17.2% in Apy5, and 91.0% and 8.0% in Apy10. Arsenic substitution resulted in a high content of Fe(III) in the form of Fe(III)sbnd S and a decrease in pyrite crystallinity. During the redox processes of arsenic-containing pyrites and arsenate, elemental S0, SO42- and goethite were formed as the main products with the adsorption of As(III,V), and As(III) was released due to the collapse of the crystal structure of pyrite and the oxidation of As(-I). Different redox mechanisms were achieved with pH increasing from 3.0 to 11.0 in the reaction system. At pH 3.0-6.0, Fe(III) contributed much to the oxidation of arsenic-containing pyrites, and arsenate and released As(III) were adsorbed on the surface of solid products. At pH 7.0-11.0, aqueous arsenate worked as the major oxidant, and its oxidation capacity increased with increasing pH. When the pH was increased from 3.0 to 7.0 and 11.0, the release ratio of incorporated arsenic from Apy10 particles increased from 34.1% to 45.0% and 56.8%, respectively. The present study facilitates a better understanding about the interaction mechanisms between arsenic-containing pyrite and arsenate in supergene environments.

  5. CyanoBase: the cyanobacteria genome database update 2010.

    PubMed

    Nakao, Mitsuteru; Okamoto, Shinobu; Kohara, Mitsuyo; Fujishiro, Tsunakazu; Fujisawa, Takatomo; Sato, Shusei; Tabata, Satoshi; Kaneko, Takakazu; Nakamura, Yasukazu

    2010-01-01

    CyanoBase (http://genome.kazusa.or.jp/cyanobase) is the genome database for cyanobacteria, which are model organisms for photosynthesis. The database houses cyanobacteria species information, complete genome sequences, genome-scale experiment data, gene information, gene annotations and mutant information. In this version, we updated these datasets and improved the navigation and the visual display of the data views. In addition, a web service API now enables users to retrieve the data in various formats with other tools, seamlessly.

  6. Math Description Engine Software Development Kit

    NASA Technical Reports Server (NTRS)

    Shelton, Robert O.; Smith, Stephanie L.; Dexter, Dan E.; Hodgson, Terry R.

    2010-01-01

    The Math Description Engine Software Development Kit (MDE SDK) can be used by software developers to make computer-rendered graphs more accessible to blind and visually-impaired users. The MDE SDK generates alternative graph descriptions in two forms: textual descriptions and non-verbal sound renderings, or sonification. It also enables display of an animated trace of a graph sonification on a visual graph component, with color and line-thickness options for users having low vision or color-related impairments. A set of accessible graphical user interface widgets is provided for operation by end users and for control of accessible graph displays. Version 1.0 of the MDE SDK generates text descriptions for 2D graphs commonly seen in math and science curriculum (and practice). The mathematically rich text descriptions can also serve as a virtual math and science assistant for blind and sighted users, making graphs more accessible for everyone. The MDE SDK has a simple application programming interface (API) that makes it easy for programmers and Web-site developers to make graphs accessible with just a few lines of code. The source code is written in Java for cross-platform compatibility and to take advantage of Java s built-in support for building accessible software application interfaces. Compiled-library and NASA Open Source versions are available with API documentation and Programmer s Guide at http:/ / prim e.jsc.n asa. gov.

  7. Starvation stress during larval development reveals predictive adaptive response in adult worker honey bees (Apis mellifera)

    USDA-ARS?s Scientific Manuscript database

    A variety of organisms exhibit developmental plasticity that results in differences in adult morphology, physiology or behavior. This variation in the phenotype, called “Predictive Adaptive Response (PAR),” gives a selective advantage in an adult's environment if the adult experiences environments s...

  8. MetNetAPI: A flexible method to access and manipulate biological network data from MetNet

    PubMed Central

    2010-01-01

    Background Convenient programmatic access to different biological databases allows automated integration of scientific knowledge. Many databases support a function to download files or data snapshots, or a webservice that offers "live" data. However, the functionality that a database offers cannot be represented in a static data download file, and webservices may consume considerable computational resources from the host server. Results MetNetAPI is a versatile Application Programming Interface (API) to the MetNetDB database. It abstracts, captures and retains operations away from a biological network repository and website. A range of database functions, previously only available online, can be immediately (and independently from the website) applied to a dataset of interest. Data is available in four layers: molecular entities, localized entities (linked to a specific organelle), interactions, and pathways. Navigation between these layers is intuitive (e.g. one can request the molecular entities in a pathway, as well as request in what pathways a specific entity participates). Data retrieval can be customized: Network objects allow the construction of new and integration of existing pathways and interactions, which can be uploaded back to our server. In contrast to webservices, the computational demand on the host server is limited to processing data-related queries only. Conclusions An API provides several advantages to a systems biology software platform. MetNetAPI illustrates an interface with a central repository of data that represents the complex interrelationships of a metabolic and regulatory network. As an alternative to data-dumps and webservices, it allows access to a current and "live" database and exposes analytical functions to application developers. Yet it only requires limited resources on the server-side (thin server/fat client setup). The API is available for Java, Microsoft.NET and R programming environments and offers flexible query and broad data- retrieval methods. Data retrieval can be customized to client needs and the API offers a framework to construct and manipulate user-defined networks. The design principles can be used as a template to build programmable interfaces for other biological databases. The API software and tutorials are available at http://www.metnetonline.org/api. PMID:21083943

  9. An integrated approach for prioritizing pharmaceuticals found in the environment for risk assessment, monitoring and advanced research.

    PubMed

    Caldwell, Daniel J; Mastrocco, Frank; Margiotta-Casaluci, Luigi; Brooks, Bryan W

    2014-11-01

    Numerous active pharmaceutical ingredients (APIs), approved prior to enactment of detailed environmental risk assessment (ERA) guidance in the EU in 2006, have been detected in surface waters as a result of advancements in analytical technologies. Without adequate knowledge of the potential hazards these APIs may pose, assessing their environmental risk is challenging. As it would be impractical to commence hazard characterization and ERA en masse, several approaches to prioritizing substances for further attention have been published. Here, through the combination of three presentations given at a recent conference, "Pharmaceuticals in the Environment, Is there a problem?" (Nîmes, France, June 2013) we review several of these approaches, identify salient components, and present available techniques and tools that could facilitate a pragmatic, scientifically sound approach to prioritizing APIs for advanced study or ERA and, where warranted, fill critical data gaps through targeted, intelligent testing. We further present a modest proposal to facilitate future prioritization efforts and advanced research studies that incorporates mammalian pharmacology data (e.g., adverse outcomes pathways and the fish plasma model) and modeled exposure data based on pharmaceutical use. Copyright © 2014 Elsevier Ltd. All rights reserved.

  10. A Scientific Data Provenance API for Distributed Applications

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Raju, Bibi; Elsethagen, Todd O.; Stephan, Eric G.

    Data provenance has been an active area of research as a means to standardize how the origin of data, process event history, and what or who was responsible for influencing results is explained. There are two approaches to capture provenance information. The first approach is to collect observed evidence produced by an executing application using log files, event listeners, and temporary files that are used by the application or application developer. The provenance translated from these observations is an interpretation of the provided evidence. The second approach is called disclosed because the application provides a firsthand account of the provenancemore » based on the anticipated questions on data flow, process flow, and responsible agents. Most observed provenance collection systems collect lot of provenance information during an application run or workflow execution. The common trend in capturing provenance is to collect all possible information, then attempt to find relevant information, which is not efficient. Existing disclosed provenance system APIs do not work well in distributed environment and have trouble finding where to fit the individual pieces of provenance information. This work focuses on determining more reliable solutions for provenance capture. As part of the Integrated End-to-end Performance Prediction and Diagnosis for Extreme Scientific Workflows (IPPD) project, an API was developed, called Producer API (PAPI), which can disclose application targeted provenance, designed to work in distributed environments by means of unique object identification methods. The provenance disclosure approach used adds additional metadata to the provenance information to uniquely identify the pieces and connect them together. PAPI uses a common provenance model to support this provenance integration across disclosure sources. The API also provides the flexibility to let the user decide what to do with the collected provenance. The collected provenance can be sent to a triple store using REST services or it can be logged to a file.« less

  11. Lateralization of visual learning in the honeybee.

    PubMed

    Letzkus, Pinar; Boeddeker, Norbert; Wood, Jeff T; Zhang, Shao-Wu; Srinivasan, Mandyam V

    2008-02-23

    Lateralization is a well-described phenomenon in humans and other vertebrates and there are interesting parallels across a variety of different vertebrate species. However, there are only a few studies of lateralization in invertebrates. In a recent report, we showed lateralization of olfactory learning in the honeybee (Apis mellifera). Here, we investigate lateralization of another sensory modality, vision. By training honeybees on a modified version of a visual proboscis extension reflex task, we find that bees learn a colour stimulus better with their right eye.

  12. CyanoBase: the cyanobacteria genome database update 2010

    PubMed Central

    Nakao, Mitsuteru; Okamoto, Shinobu; Kohara, Mitsuyo; Fujishiro, Tsunakazu; Fujisawa, Takatomo; Sato, Shusei; Tabata, Satoshi; Kaneko, Takakazu; Nakamura, Yasukazu

    2010-01-01

    CyanoBase (http://genome.kazusa.or.jp/cyanobase) is the genome database for cyanobacteria, which are model organisms for photosynthesis. The database houses cyanobacteria species information, complete genome sequences, genome-scale experiment data, gene information, gene annotations and mutant information. In this version, we updated these datasets and improved the navigation and the visual display of the data views. In addition, a web service API now enables users to retrieve the data in various formats with other tools, seamlessly. PMID:19880388

  13. Integrated platform and API for electrophysiological data

    PubMed Central

    Sobolev, Andrey; Stoewer, Adrian; Leonhardt, Aljoscha; Rautenberg, Philipp L.; Kellner, Christian J.; Garbers, Christian; Wachtler, Thomas

    2014-01-01

    Recent advancements in technology and methodology have led to growing amounts of increasingly complex neuroscience data recorded from various species, modalities, and levels of study. The rapid data growth has made efficient data access and flexible, machine-readable data annotation a crucial requisite for neuroscientists. Clear and consistent annotation and organization of data is not only an important ingredient for reproducibility of results and re-use of data, but also essential for collaborative research and data sharing. In particular, efficient data management and interoperability requires a unified approach that integrates data and metadata and provides a common way of accessing this information. In this paper we describe GNData, a data management platform for neurophysiological data. GNData provides a storage system based on a data representation that is suitable to organize data and metadata from any electrophysiological experiment, with a functionality exposed via a common application programming interface (API). Data representation and API structure are compatible with existing approaches for data and metadata representation in neurophysiology. The API implementation is based on the Representational State Transfer (REST) pattern, which enables data access integration in software applications and facilitates the development of tools that communicate with the service. Client libraries that interact with the API provide direct data access from computing environments like Matlab or Python, enabling integration of data management into the scientist's experimental or analysis routines. PMID:24795616

  14. Integrated platform and API for electrophysiological data.

    PubMed

    Sobolev, Andrey; Stoewer, Adrian; Leonhardt, Aljoscha; Rautenberg, Philipp L; Kellner, Christian J; Garbers, Christian; Wachtler, Thomas

    2014-01-01

    Recent advancements in technology and methodology have led to growing amounts of increasingly complex neuroscience data recorded from various species, modalities, and levels of study. The rapid data growth has made efficient data access and flexible, machine-readable data annotation a crucial requisite for neuroscientists. Clear and consistent annotation and organization of data is not only an important ingredient for reproducibility of results and re-use of data, but also essential for collaborative research and data sharing. In particular, efficient data management and interoperability requires a unified approach that integrates data and metadata and provides a common way of accessing this information. In this paper we describe GNData, a data management platform for neurophysiological data. GNData provides a storage system based on a data representation that is suitable to organize data and metadata from any electrophysiological experiment, with a functionality exposed via a common application programming interface (API). Data representation and API structure are compatible with existing approaches for data and metadata representation in neurophysiology. The API implementation is based on the Representational State Transfer (REST) pattern, which enables data access integration in software applications and facilitates the development of tools that communicate with the service. Client libraries that interact with the API provide direct data access from computing environments like Matlab or Python, enabling integration of data management into the scientist's experimental or analysis routines.

  15. multiplierz v2.0: A Python-based ecosystem for shared access and analysis of native mass spectrometry data.

    PubMed

    Alexander, William M; Ficarro, Scott B; Adelmant, Guillaume; Marto, Jarrod A

    2017-08-01

    The continued evolution of modern mass spectrometry instrumentation and associated methods represents a critical component in efforts to decipher the molecular mechanisms which underlie normal physiology and understand how dysregulation of biological pathways contributes to human disease. The increasing scale of these experiments combined with the technological diversity of mass spectrometers presents several challenges for community-wide data access, analysis, and distribution. Here we detail a redesigned version of multiplierz, our Python software library which leverages our common application programming interface (mzAPI) for analysis and distribution of proteomic data. New features include support for a wider range of native mass spectrometry file types, interfaces to additional database search engines, compatibility with new reporting formats, and high-level tools to perform post-search proteomic analyses. A GUI desktop environment, mzDesktop, provides access to multiplierz functionality through a user friendly interface. multiplierz is available for download from: https://github.com/BlaisProteomics/multiplierz; and mzDesktop is available for download from: https://sourceforge.net/projects/multiplierz/. © 2017 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  16. blend4php: a PHP API for galaxy

    PubMed Central

    Wytko, Connor; Soto, Brian; Ficklin, Stephen P.

    2017-01-01

    Galaxy is a popular framework for execution of complex analytical pipelines typically for large data sets, and is a commonly used for (but not limited to) genomic, genetic and related biological analysis. It provides a web front-end and integrates with high performance computing resources. Here we report the development of the blend4php library that wraps Galaxy’s RESTful API into a PHP-based library. PHP-based web applications can use blend4php to automate execution, monitoring and management of a remote Galaxy server, including its users, workflows, jobs and more. The blend4php library was specifically developed for the integration of Galaxy with Tripal, the open-source toolkit for the creation of online genomic and genetic web sites. However, it was designed as an independent library for use by any application, and is freely available under version 3 of the GNU Lesser General Public License (LPGL v3.0) at https://github.com/galaxyproject/blend4php. Database URL: https://github.com/galaxyproject/blend4php PMID:28077564

  17. Off-the-shelf mobile handset environments for deploying accelerometer based gait and activity analysis algorithms.

    PubMed

    Hynes, Martin; Wang, Han; Kilmartin, Liam

    2009-01-01

    Over the last decade, there has been substantial research interest in the application of accelerometry data for many forms of automated gait and activity analysis algorithms. This paper introduces a summary of new "of-the-shelf" mobile phone handset platforms containing embedded accelerometers which support the development of custom software to implement real time analysis of the accelerometer data. An overview of the main software programming environments which support the development of such software, including Java ME based JSR 256 API, C++ based Motion Sensor API and the Python based "aXYZ" module, is provided. Finally, a sample application is introduced and its performance evaluated in order to illustrate how a standard mobile phone can be used to detect gait activity using such a non-intrusive and easily accepted sensing platform.

  18. Integrating segmentation methods from the Insight Toolkit into a visualization application.

    PubMed

    Martin, Ken; Ibáñez, Luis; Avila, Lisa; Barré, Sébastien; Kaspersen, Jon H

    2005-12-01

    The Insight Toolkit (ITK) initiative from the National Library of Medicine has provided a suite of state-of-the-art segmentation and registration algorithms ideally suited to volume visualization and analysis. A volume visualization application that effectively utilizes these algorithms provides many benefits: it allows access to ITK functionality for non-programmers, it creates a vehicle for sharing and comparing segmentation techniques, and it serves as a visual debugger for algorithm developers. This paper describes the integration of image processing functionalities provided by the ITK into VolView, a visualization application for high performance volume rendering. A free version of this visualization application is publicly available and is available in the online version of this paper. The process for developing ITK plugins for VolView according to the publicly available API is described in detail, and an application of ITK VolView plugins to the segmentation of Abdominal Aortic Aneurysms (AAAs) is presented. The source code of the ITK plugins is also publicly available and it is included in the online version.

  19. Design of a Model Execution Framework: Repetitive Object-Oriented Simulation Environment (ROSE)

    NASA Technical Reports Server (NTRS)

    Gray, Justin S.; Briggs, Jeffery L.

    2008-01-01

    The ROSE framework was designed to facilitate complex system analyses. It completely divorces the model execution process from the model itself. By doing so ROSE frees the modeler to develop a library of standard modeling processes such as Design of Experiments, optimizers, parameter studies, and sensitivity studies which can then be applied to any of their available models. The ROSE framework accomplishes this by means of a well defined API and object structure. Both the API and object structure are presented here with enough detail to implement ROSE in any object-oriented language or modeling tool.

  20. TH-D-BRB-04: Pinnacle Scripting: Improving Efficiency While Maintaining Safety

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Moore, J.

    2016-06-15

    Scripting capabilities and application programming interfaces (APIs) are becoming commonly available in modern treatment planning systems. These links to the treatment planning system (TPS) allow users to read data from the TPS, and in some cases use TPS functionality and write data back to the TPS. Such tools are powerful extensions, allowing automation of routine clinical tasks and supporting research, particularly research involving repetitive tasks on large patient populations. The data and functionality exposed by scripting/API capabilities is vendor dependent, as are the languages used by script/API engines, such as the Microsoft .NET framework or Python. Scripts deployed in amore » clinical environment must be commissioned and validated like any other software tool. This session will provide an overview of scripting applications and a discussion of best practices, followed by a practical introduction to the scripting capabilities of three commercial treatment planning systems. Learning Objectives: Understand the scripting capabilities available in several treatment planning systems Learn how to get started using scripting capabilities Understand the best practices for safe script deployment in a clinical environment R. Popple, Varian Medical Systems has provided research support unrelated to the topic of this session.R. Cardan, Varian Medical Systems for grant research, product evaluation, and teaching honorarium.« less

  1. The coupling of MATISSE and the SE-WORKBENCH: a new solution for simulating efficiently the atmospheric radiative transfer and the sea surface radiation

    NASA Astrophysics Data System (ADS)

    Cathala, Thierry; Douchin, Nicolas; Latger, Jean; Caillault, Karine; Fauqueux, Sandrine; Huet, Thierry; Lubarre, Luc; Malherbe, Claire; Rosier, Bernard; Simoneau, Pierre

    2009-05-01

    The SE-WORKBENCH workshop, also called CHORALE (French acceptation for "simulated Optronic Acoustic Radar battlefield") is used by the French DGA (MoD) and several other Defense organizations and companies all around the World to perform multi-sensors simulations. CHORALE enables the user to create virtual and realistic multi spectral 3D scenes that may contain several types of target, and then generate the physical signal received by a sensor, typically an IR sensor. The SE-WORKBENCH can be used either as a collection of software modules through dedicated GUIs or as an API made of a large number of specialized toolkits. The SE-WORKBENCH is made of several functional block: one for geometrically and physically modeling the terrain and the targets, one for building the simulation scenario and one for rendering the synthetic environment, both in real and non real time. Among the modules that the modeling block is composed of, SE-ATMOSPHERE is used to simulate the atmospheric conditions of a Synthetic Environment and then to integrate the impact of these conditions on a scene. This software product generates an exploitable physical atmosphere by the SE WORKBENCH tools generating spectral images. It relies on several external radiative transfer models such as MODTRAN V4.2 in the current version. MATISSE [4,5] is a background scene generator developed for the computation of natural background spectral radiance images and useful atmospheric radiative quantities (radiance and transmission along a line of sight, local illumination, solar irradiance ...). Backgrounds include atmosphere, low and high altitude clouds, sea and land. A particular characteristic of the code is its ability to take into account atmospheric spatial variability (temperatures, mixing ratio, etc) along each line of sight. An Application Programming Interface (API) is included to facilitate its use in conjunction with external codes. MATISSE is currently considered as a new external radiative transfer model to be integrated in SE-ATMOSPHERE as a complement to MODTRAN. Compared to the latter which is used as a whole MATISSE can be used step by step and modularly as an API: this can avoid to pre compute large atmospheric parameters tables as it is done currently with MODTRAN. The use of MATISSE will also enable a real coupling between the ray tracing process of the SEWORKBENCH and the radiative transfer model of MATISSE. This will lead to the improvement of the link between a general atmospheric model and a specific 3D terrain. The paper will demonstrate the advantages for the SE WORKEBNCH of using MATISSE as a new atmospheric code, but also for computing the radiative properties of the sea surface.

  2. A Mathematical Model for the Bee Hive of Apis Mellifera

    NASA Astrophysics Data System (ADS)

    Antonioni, Alberto; Bellom, Fabio Enrici; Montabone, Andrea; Venturino, Ezio

    2010-09-01

    In this work we introduce and discuss a model for the bee hive, in which only adult bees and drones are modeled. The role that the latter have in the system is interesting, their population can retrieve even if they are totally absent from the bee hive. The feasibility and stability of the equilibria is studied numerically. A simplified version of the model shows the importance of the drones' role, in spite of the fact that it allows only a trivial equilibrium. For this simplified system, no Hopf bifurcations are shown to arise.

  3. Programming distributed medical applications with XWCH2.

    PubMed

    Ben Belgacem, Mohamed; Niinimaki, Marko; Abdennadher, Nabil

    2010-01-01

    Many medical applications utilise distributed/parallel computing in order to cope with demands of large data or computing power requirements. In this paper, we present a new version of the XtremWeb-CH (XWCH) platform, and demonstrate two medical applications that run on XWCH. The platform is versatile in a way that it supports direct communication between tasks. When tasks cannot communicate directly, warehouses are used as intermediary nodes between "producer" and "consumer" tasks. New features have been developed to provide improved support for writing powerfull distributed applications using an easy API.

  4. A Networked Learning Model for Construction of Personal Learning Environments in Seventh Grade Life Science

    ERIC Educational Resources Information Center

    Drexler, Wendy

    2010-01-01

    The purpose of this design-based research case study was to apply a networked learning approach to a seventh grade science class at a public school in the southeastern United States. Students adapted Web applications to construct personal learning environments for in-depth scientific inquiry of poisonous and venomous life forms. API widgets were…

  5. From River to River: Examining the Relationship between Racial Environments and Educational Outcomes for Asian American Students at Selective Institutions

    ERIC Educational Resources Information Center

    Chiang, Warren Yi-Jeng

    2011-01-01

    This study explored the relationship between pre-college and college racial environments and post-secondary outcomes for Asian American students at selective institutions. This research utilized a sample of API students (n = 940) from the National Longitudinal Survey of Freshman (1998-2003) which examined the pre-college and college experiences of…

  6. The Cloud-Based Integrated Data Viewer (IDV)

    NASA Astrophysics Data System (ADS)

    Fisher, Ward

    2015-04-01

    Maintaining software compatibility across new computing environments and the associated underlying hardware is a common problem for software engineers and scientific programmers. While there are a suite of tools and methodologies used in traditional software engineering environments to mitigate this issue, they are typically ignored by developers lacking a background in software engineering. The result is a large body of software which is simultaneously critical and difficult to maintain. Visualization software is particularly vulnerable to this problem, given the inherent dependency on particular graphics hardware and software API's. The advent of cloud computing has provided a solution to this problem, which was not previously practical on a large scale; Application Streaming. This technology allows a program to run entirely on a remote virtual machine while still allowing for interactivity and dynamic visualizations, with little-to-no re-engineering required. Through application streaming we are able to bring the same visualization to a desktop, a netbook, a smartphone, and the next generation of hardware, whatever it may be. Unidata has been able to harness Application Streaming to provide a tablet-compatible version of our visualization software, the Integrated Data Viewer (IDV). This work will examine the challenges associated with adapting the IDV to an application streaming platform, and include a brief discussion of the underlying technologies involved. We will also discuss the differences between local software and software-as-a-service.

  7. Joint Seismic-Geodetic Algorithm for Finite-Fault Detection and Slip Inversion in the West Coast ShakeAlert System

    NASA Astrophysics Data System (ADS)

    Smith, D. E.; Felizardo, C.; Minson, S. E.; Boese, M.; Langbein, J. O.; Murray, J. R.

    2016-12-01

    Finite-fault source algorithms can greatly benefit earthquake early warning (EEW) systems. Estimates of finite-fault parameters provide spatial information, which can significantly improve real-time shaking calculations and help with disaster response. In this project, we have focused on integrating a finite-fault seismic-geodetic algorithm into the West Coast ShakeAlert framework. The seismic part is FinDer 2, a C++ version of the algorithm developed by Böse et al. (2012). It interpolates peak ground accelerations and calculates the best fault length and strike from template matching. The geodetic part is a C++ version of BEFORES, the algorithm developed by Minson et al. (2014) that uses a Bayesian methodology to search for the most probable slip distribution on a fault of unknown orientation. Ultimately, these two will be used together where FinDer generates a Bayesian prior for BEFORES via the methodology of Minson et al. (2015), and the joint solution will generate estimates of finite-fault extent, strike, dip, best slip distribution, and magnitude. We have created C++ versions of both FinDer and BEFORES using open source libraries and have developed a C++ Application Protocol Interface (API) for them both. Their APIs allow FinDer and BEFORES to contribute to the ShakeAlert system via an open source messaging system, ActiveMQ. FinDer has been receiving real-time data, detecting earthquakes, and reporting messages on the development system for several months. We are also testing FinDer extensively with Earthworm tankplayer files. BEFORES has been tested with ActiveMQ messaging in the ShakeAlert framework, and works off a FinDer trigger. We are finishing the FinDer-BEFORES connections in this framework, and testing this system via seismic-geodetic tankplayer files. This will include actual and simulated data.

  8. Tcl as a Software Environment for a TCS

    NASA Astrophysics Data System (ADS)

    Terrett, David L.

    2002-12-01

    This paper describes how the Tcl scripting language and C API has been used as the software environment for a telescope pointing kernel so that new pointing algorithms and software architectures can be developed and tested without needing a real-time operating system or real-time software environment. It has enabled development to continue outside the framework of a specific telescope project while continuing to build a system that is sufficiently complete to be capable of controlling real hardware but expending minimum effort on replacing the services that would normally by provided by a real-time software environment. Tcl is used as a scripting language for configuring the system at startup and then as the command interface for controlling the running system; the Tcl C language API is used to provided a system independent interface to file and socket I/O and other operating system services. The pointing algorithms themselves are implemented as a set of C++ objects calling C library functions that implement the algorithms described in [2]. Although originally designed as a test and development environment, the system, running as a soft real-time process on Linux, has been used to test the SOAR mount control system and will be used as the pointing kernel of the SOAR telescope control system

  9. Drugs and the Environment: Stewardship and Sustainability

    EPA Science Inventory

    This report represents the first-ever comprehensive examination of the broad scope of issues surrounding the topic of disposal of unwanted, unneeded, leftover medications from consumer use and the countless ways in which the introduction of active pharmaceutical ingredients (API...

  10. Predicting variability of aquatic concentrations of human pharmaceuticals

    EPA Science Inventory

    Potential exposure to active pharmaceutical ingredients (APIs) in the aquatic environment is a subject of ongoing concern. We recently estimated maximum likely potency-normalized exposure rates at the national level for several hundred commonly used human prescription pharmaceut...

  11. The Role of PharmEcovigilance in Reducing the Environmental Footprint of Pharmaceuticals

    EPA Science Inventory

    The prescribing and usage of medications have ramifications extending far beyond conventional medical care. The pharmaceutical and healthcare industries have an environmental footprint because the active pharmaceutical ingredients (APIs) can enter the environment as contaminants ...

  12. GWM-VI: groundwater management with parallel processing for multiple MODFLOW versions

    USGS Publications Warehouse

    Banta, Edward R.; Ahlfeld, David P.

    2013-01-01

    Groundwater Management–Version Independent (GWM–VI) is a new version of the Groundwater Management Process of MODFLOW. The Groundwater Management Process couples groundwater-flow simulation with a capability to optimize stresses on the simulated aquifer based on an objective function and constraints imposed on stresses and aquifer state. GWM–VI extends prior versions of Groundwater Management in two significant ways—(1) it can be used with any version of MODFLOW that meets certain requirements on input and output, and (2) it is structured to allow parallel processing of the repeated runs of the MODFLOW model that are required to solve the optimization problem. GWM–VI uses the same input structure for files that describe the management problem as that used by prior versions of Groundwater Management. GWM–VI requires only minor changes to the input files used by the MODFLOW model. GWM–VI uses the Joint Universal Parameter IdenTification and Evaluation of Reliability Application Programming Interface (JUPITER-API) to implement both version independence and parallel processing. GWM–VI communicates with the MODFLOW model by manipulating certain input files and interpreting results from the MODFLOW listing file and binary output files. Nearly all capabilities of prior versions of Groundwater Management are available in GWM–VI. GWM–VI has been tested with MODFLOW-2005, MODFLOW-NWT (a Newton formulation for MODFLOW-2005), MF2005-FMP2 (the Farm Process for MODFLOW-2005), SEAWAT, and CFP (Conduit Flow Process for MODFLOW-2005). This report provides sample problems that demonstrate a range of applications of GWM–VI and the directory structure and input information required to use the parallel-processing capability.

  13. Using ChEMBL web services for building applications and data processing workflows relevant to drug discovery.

    PubMed

    Nowotka, Michał M; Gaulton, Anna; Mendez, David; Bento, A Patricia; Hersey, Anne; Leach, Andrew

    2017-08-01

    ChEMBL is a manually curated database of bioactivity data on small drug-like molecules, used by drug discovery scientists. Among many access methods, a REST API provides programmatic access, allowing the remote retrieval of ChEMBL data and its integration into other applications. This approach allows scientists to move from a world where they go to the ChEMBL web site to search for relevant data, to one where ChEMBL data can be simply integrated into their everyday tools and work environment. Areas covered: This review highlights some of the audiences who may benefit from using the ChEMBL API, and the goals they can address, through the description of several use cases. The examples cover a team communication tool (Slack), a data analytics platform (KNIME), batch job management software (Luigi) and Rich Internet Applications. Expert opinion: The advent of web technologies, cloud computing and micro services oriented architectures have made REST APIs an essential ingredient of modern software development models. The widespread availability of tools consuming RESTful resources have made them useful for many groups of users. The ChEMBL API is a valuable resource of drug discovery bioactivity data for professional chemists, chemistry students, data scientists, scientific and web developers.

  14. Prioritizing human pharmaceuticals for ecological risks in the freshwater environment of Korea.

    PubMed

    Ji, Kyunghee; Han, Eun Jeong; Back, Sunhyoung; Park, Jeongim; Ryu, Jisung; Choi, Kyungho

    2016-04-01

    Pharmaceutical residues are potential threats to aquatic ecosystems. Because more than 3000 active pharmaceutical ingredients (APIs) are in use, identifying high-priority pharmaceuticals is important for developing appropriate management options. Priority pharmaceuticals may vary by geographical region, because their occurrence levels can be influenced by demographic, societal, and regional characteristics. In the present study, the authors prioritized human pharmaceuticals of potential ecological risk in the Korean water environment, based on amount of use, biological activity, and regional hydrologic characteristics. For this purpose, the authors estimated the amounts of annual production of 695 human APIs in Korea. Then derived predicted environmental concentrations, using 2 approaches, to develop an initial candidate list of target pharmaceuticals. Major antineoplastic drugs and hormones were added in the initial candidate list regardless of their production amount because of their high biological activity potential. The predicted no effect concentrations were derived for those pharmaceuticals based on ecotoxicity information available in the literature or by model prediction. Priority lists of human pharmaceuticals were developed based on ecological risks and availability of relevant information. Those priority APIs identified include acetaminophen, clarithromycin, ciprofloxacin, ofloxacin, metformin, and norethisterone. Many of these pharmaceuticals have been neither adequately monitored nor assessed for risks in Korea. Further efforts are needed to improve these lists and to develop management decisions for these compounds in Korean water. © 2015 SETAC.

  15. Microbial ecology of the hive and pollination landscape: Bacterial associates from floral nectar, the alimentary tract and stored food of honey bees (Apis mellifera)

    USDA-ARS?s Scientific Manuscript database

    Nearly all eukaryotes are host to beneficial or benign bacteria in their gut lumen that are either vertically inherited or acquired from the environment. While the core bacteria of the honey bee gut is becoming evident, the influence of the pollination environment on honey bee-associated microbial p...

  16. Antecedent precipitation index determined from CST estimates of rainfall

    NASA Technical Reports Server (NTRS)

    Martin, David W.

    1992-01-01

    This paper deals with an experimental calculation of a satellite-based antecedent precipitation index (API). The index is also derived from daily rain images produced from infrared images using an improved version of GSFC's Convective/Stratiform Technique (CST). API is a measure of soil moisture, and is based on the notion that the amount of moisture in the soil at a given time is related to precipitation at earlier times. Four different CST programs as well as the Geostationary Operational Enviroment Satellite (GOES) Precipitation Index developed by Arkin in 1979 are compared to experimental results, for the Mississippi Valley during the month of July. Rain images are shown for the best CST code and the ARK program. Comparisons are made as to the accuracy and detail of the results for the two codes. This project demonstrates the feasibility of running the CST on a synoptic scale. The Mississippi Valley case is well suited for testing the feasibility of monitoring soil moisture by means of CST. Preliminary comparisons of CST and ARK indicate significant differences in estimates of rain amount and distribution.

  17. Galaxy Portal: interacting with the galaxy platform through mobile devices.

    PubMed

    Børnich, Claus; Grytten, Ivar; Hovig, Eivind; Paulsen, Jonas; Čech, Martin; Sandve, Geir Kjetil

    2016-06-01

    : We present Galaxy Portal app, an open source interface to the Galaxy system through smart phones and tablets. The Galaxy Portal provides convenient and efficient monitoring of job completion, as well as opportunities for inspection of results and execution history. In addition to being useful to the Galaxy community, we believe that the app also exemplifies a useful way of exploiting mobile interfaces for research/high-performance computing resources in general. The source is freely available under a GPL license on GitHub, along with user documentation and pre-compiled binaries and instructions for several platforms: https://github.com/Tarostar/QMLGalaxyPortal It is available for iOS version 7 (and newer) through the Apple App Store, and for Android through Google Play for version 4.1 (API 16) or newer. geirksa@ifi.uio.no. © The Author 2016. Published by Oxford University Press.

  18. caCORE version 3: Implementation of a model driven, service-oriented architecture for semantic interoperability.

    PubMed

    Komatsoulis, George A; Warzel, Denise B; Hartel, Francis W; Shanbhag, Krishnakant; Chilukuri, Ram; Fragoso, Gilberto; Coronado, Sherri de; Reeves, Dianne M; Hadfield, Jillaine B; Ludet, Christophe; Covitz, Peter A

    2008-02-01

    One of the requirements for a federated information system is interoperability, the ability of one computer system to access and use the resources of another system. This feature is particularly important in biomedical research systems, which need to coordinate a variety of disparate types of data. In order to meet this need, the National Cancer Institute Center for Bioinformatics (NCICB) has created the cancer Common Ontologic Representation Environment (caCORE), an interoperability infrastructure based on Model Driven Architecture. The caCORE infrastructure provides a mechanism to create interoperable biomedical information systems. Systems built using the caCORE paradigm address both aspects of interoperability: the ability to access data (syntactic interoperability) and understand the data once retrieved (semantic interoperability). This infrastructure consists of an integrated set of three major components: a controlled terminology service (Enterprise Vocabulary Services), a standards-based metadata repository (the cancer Data Standards Repository) and an information system with an Application Programming Interface (API) based on Domain Model Driven Architecture. This infrastructure is being leveraged to create a Semantic Service-Oriented Architecture (SSOA) for cancer research by the National Cancer Institute's cancer Biomedical Informatics Grid (caBIG).

  19. caCORE version 3: Implementation of a model driven, service-oriented architecture for semantic interoperability

    PubMed Central

    Komatsoulis, George A.; Warzel, Denise B.; Hartel, Frank W.; Shanbhag, Krishnakant; Chilukuri, Ram; Fragoso, Gilberto; de Coronado, Sherri; Reeves, Dianne M.; Hadfield, Jillaine B.; Ludet, Christophe; Covitz, Peter A.

    2008-01-01

    One of the requirements for a federated information system is interoperability, the ability of one computer system to access and use the resources of another system. This feature is particularly important in biomedical research systems, which need to coordinate a variety of disparate types of data. In order to meet this need, the National Cancer Institute Center for Bioinformatics (NCICB) has created the cancer Common Ontologic Representation Environment (caCORE), an interoperability infrastructure based on Model Driven Architecture. The caCORE infrastructure provides a mechanism to create interoperable biomedical information systems. Systems built using the caCORE paradigm address both aspects of interoperability: the ability to access data (syntactic interoperability) and understand the data once retrieved (semantic interoperability). This infrastructure consists of an integrated set of three major components: a controlled terminology service (Enterprise Vocabulary Services), a standards-based metadata repository (the cancer Data Standards Repository) and an information system with an Application Programming Interface (API) based on Domain Model Driven Architecture. This infrastructure is being leveraged to create a Semantic Service Oriented Architecture (SSOA) for cancer research by the National Cancer Institute’s cancer Biomedical Informatics Grid (caBIG™). PMID:17512259

  20. Sensor Placement Optimization using Chama

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Klise, Katherine A.; Nicholson, Bethany L.; Laird, Carl Damon

    Continuous or regularly scheduled monitoring has the potential to quickly identify changes in the environment. However, even with low - cost sensors, only a limited number of sensors can be deployed. The physical placement of these sensors, along with the sensor technology and operating conditions, can have a large impact on the performance of a monitoring strategy. Chama is an open source Python package which includes mixed - integer, stochastic programming formulations to determine sensor locations and technology that maximize monitoring effectiveness. The methods in Chama are general and can be applied to a wide range of applications. Chama ismore » currently being used to design sensor networks to monitor airborne pollutants and to monitor water quality in water distribution systems. The following documentation includes installation instructions and examples, description of software features, and software license. The software is intended to be used by regulatory agencies, industry, and the research community. It is assumed that the reader is familiar with the Python Programming Language. References are included for addit ional background on software components. Online documentation, hosted at http://chama.readthedocs.io/, will be updated as new features are added. The online version includes API documentation .« less

  1. Characterization of gut bacterial flora of Apis mellifera from north-west Pakistan.

    PubMed

    Anjum, Syed Ishtiaq; Shah, Abdul Haleem; Aurongzeb, Muhammad; Kori, Junaid; Azim, M Kamran; Ansari, Mohammad Javed; Bin, Li

    2018-02-01

    Gut microbiota has been recognized to play a beneficial role in honey bees ( Apis mellifera ). Present study was designed to characterize the gut bacterial flora of honey bees in north-west Pakistan. Total 150 aerobic and facultative anaerobic bacteria from guts of 45 worker bees were characterized using biochemical assays and 16S rDNA sequencing followed by bioinformatics analysis. The gut isolates were classified into three bacterial phyla of Firmicutes (60%), Proteobacteria (26%) and Actinobacteria (14%). Most of the isolates belonged to genera and families of Staphylococcus , Bacillus , Enterococcus , Ochrobactrum , Sphingomonas , Ralstonia , Enterobacteriaceae , Corynebacterium and Micrococcineae . Many of these bacteria were tolerant to acidic environments and fermented sugars, hence considered beneficial gut inhabitants and involved the maintenance of a healthy microbiota. However, several opportunistic commensals that proliferate in the hive environment including members Staphylococcus haemolyticus group and Sphingomonas paucimobilis were also identified. This is the first report on bee gut microbiota from north-west Pakistan geographically situated at the crossroads of Indian subcontinent and central Asia.

  2. 3-Acyl dihydroflavonols from poplar resins collected by honey bees are active against the bee pathogens Paenibacillus larvae and Ascosphaera apis.

    PubMed

    Wilson, Michael B; Pawlus, Alison D; Brinkman, Doug; Gardner, Gary; Hegeman, Adrian D; Spivak, Marla; Cohen, Jerry D

    2017-06-01

    Honey bees, Apis mellifera, collect antimicrobial plant resins from the environment and deposit them in their nests as propolis. This behavior is of practical concern to beekeepers since the presence of propolis in the hive has a variety of benefits, including the suppression of disease symptoms. To connect the benefits that bees derive from propolis with particular resinous plants, we determined the identity and botanical origin of propolis compounds active against bee pathogens using bioassay-guided fractionation against the bacterium Paenibacillus larvae, the causative agent of American foulbrood. Eleven dihydroflavonols were isolated from propolis collected in Fallon, NV, including pinobanksin-3-octanoate. This hitherto unknown derivative and five other 3-acyl-dihydroflavonols showed inhibitory activity against both P. larvae (IC 50  = 17-68 μM) and Ascosphaera apis (IC 50  = 8-23 μM), the fungal agent of chalkbrood. A structure-activity relationship between acyl group size and antimicrobial activity was found, with longer acyl groups increasing activity against P. larvae and shorter acyl groups increasing activity against A. apis. Finally, it was determined that the isolated 3-acyl-dihydroflavonols originated from Populus fremontii, and further analysis showed these compounds can also be found in other North American Populus spp. Copyright © 2017 Elsevier Ltd. All rights reserved.

  3. Removal of APIs and bacteria from hospital wastewater by MBR plus O(3), O(3) + H(2)O(2), PAC or ClO(2).

    PubMed

    Nielsen, U; Hastrup, C; Klausen, M M; Pedersen, B M; Kristensen, G H; Jansen, J L C; Bak, S N; Tuerk, J

    2013-01-01

    The objective of this study has been to develop technologies that can reduce the content of active pharmaceutical ingredients (APIs) and bacteria from hospital wastewater. The results from the laboratory- and pilot-scale testings showed that efficient removal of the vast majority of APIs could be achieved by a membrane bioreactor (MBR) followed by ozone, ozone + hydrogen peroxide or powdered activated carbon (PAC). Chlorine dioxide (ClO(2)) was significantly less effective. MBR + PAC (450 mg/l) was the most efficient technology, while the most cost-efficient technology was MBR + ozone (156 mg O(3)/l applied over 20 min). With MBR an efficient removal of Escherichia coli and enterococci was measured, and no antibiotic resistant bacteria were detected in the effluent. With MBR + ozone and MBR + PAC also the measured effluent concentrations of APIs (e.g. ciprofloxacin, sulfamethoxazole and sulfamethizole) were below available predicted no-effect concentrations (PNEC) for the marine environment without dilution. Iodinated contrast media were also reduced significantly (80-99% for iohexol, iopromide and ioversol and 40-99% for amidotrizoateacid). A full-scale MBR treatment plant with ozone at a hospital with 900 beds is estimated to require an investment cost of €1.6 mill. and an operating cost of €1/m(3) of treated water.

  4. Synthetic environments

    NASA Astrophysics Data System (ADS)

    Lukes, George E.; Cain, Joel M.

    1996-02-01

    The Advanced Distributed Simulation (ADS) Synthetic Environments Program seeks to create robust virtual worlds from operational terrain and environmental data sources of sufficient fidelity and currency to interact with the real world. While some applications can be met by direct exploitation of standard digital terrain data, more demanding applications -- particularly those support operations 'close to the ground' -- are well-served by emerging capabilities for 'value-adding' by the user working with controlled imagery. For users to rigorously refine and exploit controlled imagery within functionally different workstations they must have a shared framework to allow interoperability within and between these environments in terms of passing image and object coordinates and other information using a variety of validated sensor models. The Synthetic Environments Program is now being expanded to address rapid construction of virtual worlds with research initiatives in digital mapping, softcopy workstations, and cartographic image understanding. The Synthetic Environments Program is also participating in a joint initiative for a sensor model applications programer's interface (API) to ensure that a common controlled imagery exploitation framework is available to all researchers, developers and users. This presentation provides an introduction to ADS and the associated requirements for synthetic environments to support synthetic theaters of war. It provides a technical rationale for exploring applications of image understanding technology to automated cartography in support of ADS and related programs benefitting from automated analysis of mapping, earth resources and reconnaissance imagery. And it provides an overview and status of the joint initiative for a sensor model API.

  5. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Aderholdt, Ferrol; Caldwell, Blake A.; Hicks, Susan Elaine

    High performance computing environments are often used for a wide variety of workloads ranging from simulation, data transformation and analysis, and complex workflows to name just a few. These systems may process data at various security levels but in so doing are often enclaved at the highest security posture. This approach places significant restrictions on the users of the system even when processing data at a lower security level and exposes data at higher levels of confidentiality to a much broader population than otherwise necessary. The traditional approach of isolation, while effective in establishing security enclaves poses significant challenges formore » the use of shared infrastructure in HPC environments. This report details current state-of-the-art in reconfigurable network enclaving through Software Defined Networking (SDN) and Network Function Virtualization (NFV) and their applicability to secure enclaves in HPC environments. SDN and NFV methods are based on a solid foundation of system wide virtualization. The purpose of which is very straight forward, the system administrator can deploy networks that are more amenable to customer needs, and at the same time achieve increased scalability making it easier to increase overall capacity as needed without negatively affecting functionality. The network administration of both the server system and the virtual sub-systems is simplified allowing control of the infrastructure through well-defined APIs (Application Programming Interface). While SDN and NFV technologies offer significant promise in meeting these goals, they also provide the ability to address a significant component of the multi-tenant challenge in HPC environments, namely resource isolation. Traditional HPC systems are built upon scalable high-performance networking technologies designed to meet specific application requirements. Dynamic isolation of resources within these environments has remained difficult to achieve. SDN and NFV methodology provide us with relevant concepts and available open standards based APIs that isolate compute and storage resources within an otherwise common networking infrastructure. Additionally, the integration of the networking APIs within larger system frameworks such as OpenStack provide the tools necessary to establish isolated enclaves dynamically allowing the benefits of HPC while providing a controlled security structure surrounding these systems.« less

  6. Parcels v0.9: prototyping a Lagrangian ocean analysis framework for the petascale age

    NASA Astrophysics Data System (ADS)

    Lange, Michael; van Sebille, Erik

    2017-11-01

    As ocean general circulation models (OGCMs) move into the petascale age, where the output of single simulations exceeds petabytes of storage space, tools to analyse the output of these models will need to scale up too. Lagrangian ocean analysis, where virtual particles are tracked through hydrodynamic fields, is an increasingly popular way to analyse OGCM output, by mapping pathways and connectivity of biotic and abiotic particulates. However, the current software stack of Lagrangian ocean analysis codes is not dynamic enough to cope with the increasing complexity, scale and need for customization of use-cases. Furthermore, most community codes are developed for stand-alone use, making it a nontrivial task to integrate virtual particles at runtime of the OGCM. Here, we introduce the new Parcels code, which was designed from the ground up to be sufficiently scalable to cope with petascale computing. We highlight its API design that combines flexibility and customization with the ability to optimize for HPC workflows, following the paradigm of domain-specific languages. Parcels is primarily written in Python, utilizing the wide range of tools available in the scientific Python ecosystem, while generating low-level C code and using just-in-time compilation for performance-critical computation. We show a worked-out example of its API, and validate the accuracy of the code against seven idealized test cases. This version 0.9 of Parcels is focused on laying out the API, with future work concentrating on support for curvilinear grids, optimization, efficiency and at-runtime coupling with OGCMs.

  7. Application and API for Real-time Visualization of Ground-motions and Tsunami

    NASA Astrophysics Data System (ADS)

    Aoi, S.; Kunugi, T.; Suzuki, W.; Kubo, T.; Nakamura, H.; Azuma, H.; Fujiwara, H.

    2015-12-01

    Due to the recent progress of seismograph and communication environment, real-time and continuous ground-motion observation becomes technically and economically feasible. K-NET and KiK-net, which are nationwide strong motion networks operated by NIED, cover all Japan by about 1750 stations in total. More than half of the stations transmit the ground-motion indexes and/or waveform data in every second. Traditionally, strong-motion data were recorded by event-triggering based instruments with non-continues telephone line which is connected only after an earthquake. Though the data from such networks mainly contribute to preparations for future earthquakes, huge amount of real-time data from dense network are expected to directly contribute to the mitigation of ongoing earthquake disasters through, e.g., automatic shutdown plants and helping decision-making for initial response. By generating the distribution map of these indexes and uploading them to the website, we implemented the real-time ground motion monitoring system, Kyoshin (strong-motion in Japanese) monitor. This web service (www.kyoshin.bosai.go.jp) started in 2008 and anyone can grasp the current ground motions of Japan. Though this service provides only ground-motion map in GIF format, to take full advantage of real-time strong-motion data to mitigate the ongoing disasters, digital data are important. We have developed a WebAPI to provide real-time data and related information such as ground motions (5 km-mesh) and arrival times estimated from EEW (earthquake early warning). All response data from this WebAPI are in JSON format and are easy to parse. We also developed Kyoshin monitor application for smartphone, 'Kmoni view' using the API. In this application, ground motions estimated from EEW are overlapped on the map with the observed one-second-interval indexes. The application can playback previous earthquakes for demonstration or disaster drill. In mobile environment, data traffic and battery are limited and it is not practical to regularly visualize all the data. The application has automatic starting (pop-up) function triggered by EEW. Similar WebAPI and application for tsunami are being prepared using the pressure data recorded by dense offshore observation network (S-net), which is under construction along the Japan Trench.

  8. CyNEST: a maintainable Cython-based interface for the NEST simulator

    PubMed Central

    Zaytsev, Yury V.; Morrison, Abigail

    2014-01-01

    NEST is a simulator for large-scale networks of spiking point neuron models (Gewaltig and Diesmann, 2007). Originally, simulations were controlled via the Simulation Language Interpreter (SLI), a built-in scripting facility implementing a language derived from PostScript (Adobe Systems, Inc., 1999). The introduction of PyNEST (Eppler et al., 2008), the Python interface for NEST, enabled users to control simulations using Python. As the majority of NEST users found PyNEST easier to use and to combine with other applications, it immediately displaced SLI as the default NEST interface. However, developing and maintaining PyNEST has become increasingly difficult over time. This is partly because adding new features requires writing low-level C++ code intermixed with calls to the Python/C API, which is unrewarding. Moreover, the Python/C API evolves with each new version of Python, which results in a proliferation of version-dependent code branches. In this contribution we present the re-implementation of PyNEST in the Cython language, a superset of Python that additionally supports the declaration of C/C++ types for variables and class attributes, and provides a convenient foreign function interface (FFI) for invoking C/C++ routines (Behnel et al., 2011). Code generation via Cython allows the production of smaller and more maintainable bindings, including increased compatibility with all supported Python releases without additional burden for NEST developers. Furthermore, this novel approach opens up the possibility to support alternative implementations of the Python language at no cost given a functional Cython back-end for the corresponding implementation, and also enables cross-compilation of Python bindings for embedded systems and supercomputers alike. PMID:24672470

  9. The Validity of Race and Hispanic-origin Reporting on Death Certificates in the United States: An Update.

    PubMed

    Arias, Elizabeth; Heron, Melonie; Hakes, Jahn

    2016-08-01

    Objectives This report presents the findings of an updated study of the validity of race and Hispanic-origin reporting on death certificates in the United States, and its impact on race- and Hispanic origin-specific death rates. Methods The latest version of the National Longitudinal Mortality Study (NLMS) was used to evaluate the classification of race and Hispanic origin on death certificates for deaths occurring in 1999–2011 to decedents in NLMS. To evaluate change over time, these results were compared with those of a study based on an earlier version of NLMS that evaluated the quality of race and ethnicity classification on death certificates for 1979–1989 and 1990–1998. NLMS consists of a series of annual Current Population Survey files (1973 and 1978–2011) and a sample of the 1980 decennial census linked to death certificates for 1979–2011. Pooled 2009–2011 vital statistics mortality data and 2010 decennial census population data were used to estimate and compare observed and corrected race- and Hispanic origin-specific death rates. Results Race and ethnicity reporting on death certificates continued to be highly accurate for both white and black populations during the 1999–2011 period. Misclassification remained high at 40% for the American Indian or Alaska Native (AIAN) population. It improved, from 5% to 3%, for the Hispanic population, and from 7% to 3% for the Asian or Pacific Islander (API) population. Decedent characteristics such as place of residence and nativity affected the quality of reporting on the death certificate. Effects of misclassification on death rates were large for the AIAN population but not significant for the Hispanic or API populations.

  10. Optimizing Secure Communication Standards for Disadvantaged Networks

    DTIC Science & Technology

    2009-09-01

    created using LATEX with the editor Kile [5]. 5.1.2 Libraries and APIs Several libraries were important to the successful completion of this study. The...Explorer. http://www.microsoft.com/windows/ internet-explorer/default.aspx. [5] Kile - An Integrated LaTeX Environment. http://kile.sourceforge.net/. [6

  11. Vocabulary services to support scientific data interoperability

    NASA Astrophysics Data System (ADS)

    Cox, Simon; Mills, Katie; Tan, Florence

    2013-04-01

    Shared vocabularies are a core element in interoperable systems. Vocabularies need to be available at run-time, and where the vocabularies are shared by a distributed community this implies the use of web technology to provide vocabulary services. Given the ubiquity of vocabularies or classifiers in systems, vocabulary services are effectively the base of the interoperability stack. In contemporary knowledge organization systems, a vocabulary item is considered a concept, with the "terms" denoting it appearing as labels. The Simple Knowledge Organization System (SKOS) formalizes this as an RDF Schema (RDFS) application, with a bridge to formal logic in Web Ontology Language (OWL). For maximum utility, a vocabulary should be made available through the following interfaces: * the vocabulary as a whole - at an ontology URI corresponding to a vocabulary document * each item in the vocabulary - at the item URI * summaries, subsets, and resources derived by transformation * through the standard RDF web API - i.e. a SPARQL endpoint * through a query form for human users. However, the vocabulary data model may be leveraged directly in a standard vocabulary API that uses the semantics provided by SKOS. SISSvoc3 [1] accomplishes this as a standard set of URI templates for a vocabulary. Any URI comforming to the template selects a vocabulary subset based on the SKOS properties, including labels (skos:prefLabel, skos:altLabel, rdfs:label) and a subset of the semantic relations (skos:broader, skos:narrower, etc). SISSvoc3 thus provides a RESTFul SKOS API to query a vocabulary, but hiding the complexity of SPARQL. It has been implemented using the Linked Data API (LDA) [2], which connects to a SPARQL endpoint. By using LDA, we also get content-negotiation, alternative views, paging, metadata and other functionality provided in a standard way. A number of vocabularies have been formalized in SKOS and deployed by CSIRO, the Australian Bureau of Meteorology (BOM) and their collaborators using SISSvoc3, including: * geologic timescale (multiple versions) * soils classification * definitions from OGC standards * geosciml vocabularies * mining commodities * hyperspectral scalars Several other agencies in Australia have adopted SISSvoc3 for their vocabularies. SISSvoc3 differs from other SKOS-based vocabulary-access APIs such as GEMET [3] and NVS [4] in that (a) the service is decoupled from the content store, (b) the service URI is independent of the content URIs This means that a SISSvoc3 interface can be deployed over any SKOS vocabulary which is available at a SPARQL endpoint. As an example, a SISSvoc3 query and presentation interface has been deployed over the NERC vocabulary service hosted by the BODC, providing a search interface which is not available natively. We use vocabulary services to populate menus in user interfaces, to support data validation, and to configure data conversion routines. Related services built on LDA have also been used as a generic registry interface, and extended for serving gazetteer information. ACKNOWLEDGEMENTS The CSIRO SISSvoc3 implementation is built using the Epimorphics ELDA platform http://code.google.com/p/elda/. We thank Jacqui Githaiga and Terry Rankine for their contributions to SISSvoc design and implementation. REFERENCES 1. SISSvoc3 Specification https://www.seegrid.csiro.au/wiki/Siss/SISSvoc30Specification 2. Linked Data API http://code.google.com/p/linked-data-api/wiki/Specification 3. GEMET https://svn.eionet.europa.eu/projects/Zope/wiki/GEMETWebServiceAPI 4. NVS 2.0 http://vocab.nerc.ac.uk/

  12. The E3 ubiquitin ligases β-TrCP and FBXW7 cooperatively mediates GSK3-dependent Mcl-1 degradation induced by the Akt inhibitor API-1, resulting in apoptosis.

    PubMed

    Ren, Hui; Koo, Junghui; Guan, Baoxiang; Yue, Ping; Deng, Xingming; Chen, Mingwei; Khuri, Fadlo R; Sun, Shi-Yong

    2013-11-22

    The novel Akt inhibitor, API-1, induces apoptosis through undefined mechanisms. The current study focuses on revealing the mechanisms by which API-1 induces apoptosis. API-1 rapidly and potently reduced the levels of Mcl-1 primarily in API-1-senstive lung cancer cell lines. Ectopic expression of Mcl-1 protected cells from induction of apoptosis by API-1. API-1 treatment decreased the half-life of Mcl-1, whereas inhibition of the proteasome with MG132 rescued Mcl-1 reduction induced by API-1. API-1 decreased Mcl-1 levels accompanied with a rapid increase in Mcl-1 phosphorylation (S159/T163). Moreover, inhibition of GSK3 inhibited Mcl-1 phosphorylation and reduction induced by API-1 and antagonized the effect of API-1 on induction of apoptosis. Knockdown of either FBXW7 or β-TrCP alone, both of which are E3 ubiquitin ligases involved in Mcl-1 degradation, only partially rescued Mcl-1 reduction induced by API-1. However, double knockdown of both E3 ubiquitin ligases enhanced the rescue of API-1-induced Mcl-1 reduction. API-1 induces GSK3-dependent, β-TrCP- and FBXW7-mediated Mcl-1 degradation, resulting in induction of apoptosis.

  13. The E3 ubiquitin ligases β-TrCP and FBXW7 cooperatively mediates GSK3-dependent Mcl-1 degradation induced by the Akt inhibitor API-1, resulting in apoptosis

    PubMed Central

    2013-01-01

    Background The novel Akt inhibitor, API-1, induces apoptosis through undefined mechanisms. The current study focuses on revealing the mechanisms by which API-1 induces apoptosis. Results API-1 rapidly and potently reduced the levels of Mcl-1 primarily in API-1-senstive lung cancer cell lines. Ectopic expression of Mcl-1 protected cells from induction of apoptosis by API-1. API-1 treatment decreased the half-life of Mcl-1, whereas inhibition of the proteasome with MG132 rescued Mcl-1 reduction induced by API-1. API-1 decreased Mcl-1 levels accompanied with a rapid increase in Mcl-1 phosphorylation (S159/T163). Moreover, inhibition of GSK3 inhibited Mcl-1 phosphorylation and reduction induced by API-1 and antagonized the effect of API-1 on induction of apoptosis. Knockdown of either FBXW7 or β-TrCP alone, both of which are E3 ubiquitin ligases involved in Mcl-1 degradation, only partially rescued Mcl-1 reduction induced by API-1. However, double knockdown of both E3 ubiquitin ligases enhanced the rescue of API-1-induced Mcl-1 reduction. Conclusions API-1 induces GSK3-dependent, β-TrCP- and FBXW7-mediated Mcl-1 degradation, resulting in induction of apoptosis. PMID:24261825

  14. DyninstAPI Patches

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    LeGendre, M.

    2012-04-01

    We are seeking a code review of patches against DyninstAPI 8.0. DyninstAPI is an open source binary instrumentation library from the University of Wisconsin and University of Maryland. Our patches port DyninstAPI to the BlueGene/P and BlueGene/Q systems, as well as fix DyninstAPI bugs and implement minor new features in DyninstAPI.

  15. blend4php: a PHP API for galaxy.

    PubMed

    Wytko, Connor; Soto, Brian; Ficklin, Stephen P

    2017-01-01

    Galaxy is a popular framework for execution of complex analytical pipelines typically for large data sets, and is a commonly used for (but not limited to) genomic, genetic and related biological analysis. It provides a web front-end and integrates with high performance computing resources. Here we report the development of the blend4php library that wraps Galaxy's RESTful API into a PHP-based library. PHP-based web applications can use blend4php to automate execution, monitoring and management of a remote Galaxy server, including its users, workflows, jobs and more. The blend4php library was specifically developed for the integration of Galaxy with Tripal, the open-source toolkit for the creation of online genomic and genetic web sites. However, it was designed as an independent library for use by any application, and is freely available under version 3 of the GNU Lesser General Public License (LPGL v3.0) at https://github.com/galaxyproject/blend4phpDatabase URL: https://github.com/galaxyproject/blend4php. © The Author(s) 2017. Published by Oxford University Press. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com.

  16. PCIPS 2.0: Powerful multiprofile image processing implemented on PCs

    NASA Technical Reports Server (NTRS)

    Smirnov, O. M.; Piskunov, N. E.

    1992-01-01

    Over the years, the processing power of personal computers has steadily increased. Now, 386- and 486-based PC's are fast enough for many image processing applications, and inexpensive enough even for amateur astronomers. PCIPS is an image processing system based on these platforms that was designed to satisfy a broad range of data analysis needs, while requiring minimum hardware and providing maximum expandability. It will run (albeit at a slow pace) even on a 80286 with 640K memory, but will take full advantage of bigger memory and faster CPU's. Because the actual image processing is performed by external modules, the system can be easily upgraded by the user for all sorts of scientific data analysis. PCIPS supports large format lD and 2D images in any numeric type from 8-bit integer to 64-bit floating point. The images can be displayed, overlaid, printed and any part of the data examined via an intuitive graphical user interface that employs buttons, pop-up menus, and a mouse. PCIPS automatically converts images between different types and sizes to satisfy the requirements of various applications. PCIPS features an API that lets users develop custom applications in C or FORTRAN. While doing so, a programmer can concentrate on the actual data processing, because PCIPS assumes responsibility for accessing images and interacting with the user. This also ensures that all applications, even custom ones, have a consistent and user-friendly interface. The API is compatible with factory programming, a metaphor for constructing image processing procedures that will be implemented in future versions of the system. Several application packages were created under PCIPS. The basic package includes elementary arithmetics and statistics, geometric transformations and import/export in various formats (FITS, binary, ASCII, and GIF). The CCD processing package and the spectral analysis package were successfully used to reduce spectra from the Nordic Telescope at La Palma. A photometry package is also available, and other packages are being developed. A multitasking version of PCIPS that utilizes the factory programming concept is currently under development. This version will remain compatible (on the source code level) with existing application packages and custom applications.

  17. Fusion of the C-terminal triskaidecapeptide of hirudin variant 3 to alpha1-proteinase inhibitor M358R increases the serpin-mediated rate of thrombin inhibition

    PubMed Central

    2013-01-01

    Background Alpha-1 proteinase inhibitor (API) is a plasma serpin superfamily member that inhibits neutrophil elastase; variant API M358R inhibits thrombin and activated protein C (APC). Fusing residues 1-75 of another serpin, heparin cofactor II (HCII), to API M358R (in HAPI M358R) was previously shown to accelerate thrombin inhibition over API M358R by conferring thrombin exosite 1 binding properties. We hypothesized that replacing HCII 1-75 region with the 13 C-terminal residues (triskaidecapeptide) of hirudin variant 3 (HV354-66) would further enhance the inhibitory potency of API M358R fusion proteins. We therefore expressed HV3API M358R (HV354-66 fused to API M358R) and HV3API RCL5 (HV354-66 fused to API F352A/L353V/E354V/A355I/I356A/I460L/M358R) API M358R) as N-terminally hexahistidine-tagged polypeptides in E. coli. Results HV3API M358R inhibited thrombin 3.3-fold more rapidly than API M358R; for HV3API RCL5 the rate enhancement was 1.9-fold versus API RCL5; neither protein inhibited thrombin as rapidly as HAPI M358R. While the thrombin/Activated Protein C rate constant ratio was 77-fold higher for HV3API RCL5 than for HV3API M358R, most of the increased specificity derived from the API F352A/L353V/E354V/A355I/I356A/I460L API RCL 5 mutations, since API RCL5 remained 3-fold more specific than HV3API RCL5. An HV3 54-66 peptide doubled the Thrombin Clotting Time (TCT) and halved the binding of thrombin to immobilized HCII 1-75 at lower concentrations than free HCII 1-75. HV3API RCL5 bound active site-inhibited FPR-chloromethyl ketone-thrombin more effectively than HAPI RCL5. Transferring the position of the fused HV3 triskaidecapeptide to the C-terminus of API M358R decreased the rate of thrombin inhibition relative to that mediated by HV3API M358R by 11-to 14-fold. Conclusions Fusing the C-terminal triskaidecapeptide of HV3 to API M358R-containing serpins significantly increased their effectiveness as thrombin inhibitors, but the enhancement was less than that seen in HCII 1-75–API M358R fusion proteins. HCII 1-75 was a superior fusion partner, in spite of the greater affinity of the HV3 triskaidecapeptide, manifested both in isolated and API-fused form, for thrombin exosite 1. Our results suggest that HCII 1-75 binds thrombin exosite 1 and orients the attached serpin scaffold for more efficient interaction with the active site of thrombin than the HV3 triskaidecapeptide. PMID:24215622

  18. Ada (trade name) Compiler Validation Summary Report: Rational Environment, Version A.2.0.6 for Rational R1000.

    DTIC Science & Technology

    1985-05-24

    RD-Ali57 830 ADA (TRADE NAME) COMPILER VALIDATION SUMMARY REPORT: 1/ RATIONAL ENVIRONMENT VERSION R296 FOR RATIONAL Ri888 (U) SOFTECH INC FAIRBORN OH...USoCPY WSSOS.UTM iTS GWAT % : 4 AVF Control Number: AVF-VSR-09.0585 0 IAda Compiler Validation Summary Report: Rational Environment Version A.2.0.6 For...1985 to May 1986 Environment Version A.2-0.6 For Rational RlOOO (Final) ______________ S. PLNOPftaiJSw mO. ftLOW@N WuCU ). aulwtar111. CONiTRACT 00

  19. N-Terminal Ile-Orn- and Trp-Orn-Motif Repeats Enhance Membrane Interaction and Increase the Antimicrobial Activity of Apidaecins against Pseudomonas aeruginosa

    PubMed Central

    Bluhm, Martina E. C.; Schneider, Viktoria A. F.; Schäfer, Ingo; Piantavigna, Stefania; Goldbach, Tina; Knappe, Daniel; Seibel, Peter; Martin, Lisandra L.; Veldhuizen, Edwin J. A.; Hoffmann, Ralf

    2016-01-01

    The Gram-negative bacterium Pseudomonas aeruginosa is a life-threatening nosocomial pathogen due to its generally low susceptibility toward antibiotics. Furthermore, many strains have acquired resistance mechanisms requiring new antimicrobials with novel mechanisms to enhance treatment options. Proline-rich antimicrobial peptides, such as the apidaecin analog Api137, are highly efficient against various Enterobacteriaceae infections in mice, but less active against P. aeruginosa in vitro. Here, we extended our recent work by optimizing lead peptides Api755 (gu-OIORPVYOPRPRPPHPRL-OH; gu = N,N,N′,N′-tetramethylguanidino, O = L-ornithine) and Api760 (gu-OWORPVYOPRPRPPHPRL-OH) by incorporation of Ile-Orn- and Trp-Orn-motifs, respectively. Api795 (gu-O(IO)2RPVYOPRPRPPHPRL-OH) and Api794 (gu-O(WO)3RPVYOPRPRPPHPRL-OH) were highly active against P. aeruginosa with minimal inhibitory concentrations of 8–16 and 8–32 μg/mL against Escherichia coli and Klebsiella pneumoniae. Assessed using a quartz crystal microbalance, these peptides inserted into a membrane layer and the surface activity increased gradually from Api137, over Api795, to Api794. This mode of action was confirmed by transmission electron microscopy indicating some membrane damage only at the high peptide concentrations. Api794 and Api795 were highly stable against serum proteases (half-life times >5 h) and non-hemolytic to human erythrocytes at peptide concentrations of 0.6 g/L. At this concentration, Api795 reduced the cell viability of HeLa cells only slightly, whereas the IC50 of Api794 was 0.23 ± 0.09 g/L. Confocal fluorescence microscopy revealed no colocalization of 5(6)-carboxyfluorescein-labeled Api794 or Api795 with the mitochondria, excluding interactions with the mitochondrial membrane. Interestingly, Api795 was localized in endosomes, whereas Api794 was present in endosomes and the cytosol. This was verified using flow cytometry showing a 50% higher uptake of Api794 in HeLa cells compared with Api795. The uptake was reduced for both peptides by 50 and 80%, respectively, after inhibiting endocytotic uptake with dynasore. In summary, Api794 and Api795 were highly active against P. aeruginosa in vitro. Both peptides passed across the bacterial membrane efficiently, most likely then disturbing the ribosome assembly, and resulting in further intracellular damage. Api795 with its IOIO-motif, which was particularly active and only slightly toxic in vitro, appears to represent a promising third generation lead compound for the development of novel antibiotics against P. aeruginosa. PMID:27243004

  20. Quantitative Component Analysis of Solid Mixtures by Analyzing Time Domain 1H and 19F T1 Saturation Recovery Curves (qSRC).

    PubMed

    Stueber, Dirk; Jehle, Stefan

    2017-07-01

    Prevalent polymorphism and complicated phase behavior of active pharmaceutical ingredients (APIs) often result in remarkable differences in the respective biochemical and physical API properties. Consequently, API form characterization and quantification play a central role in the pharmaceutical industry from early drug development to manufacturing. Here we present a novel and proficient quantification protocol for solid mixtures (qSRC) based on the measurement and mathematical fitting of T 1 nuclear magnetic resonance (NMR) saturation recovery curves collected on a bench top time-domain NMR instrument. The saturation recovery curves of the relevant pure components are used as fingerprints. Employing a bench top NMR instrument possesses clear benefits. These instruments exhibit a small footprint, do not present any special requirements on lab space, and required sample handling is simple and fast. The qSRC analysis can easily be conducted in a conventional laboratory setting as well as in an industrial production environment, making it a versatile tool with the potential for widespread application. The accuracy and efficiency of the qSRC method is illustrated using 1 H and 19 F T 1 data of selected pharmaceutical model compounds, as well as utilizing 1 H T 1 data of an actual binary API anhydrous polymorph system of a Merck & Co., Inc. compound formerly developed as a hepatitis C virus drug. Copyright © 2017 American Pharmacists Association®. Published by Elsevier Inc. All rights reserved.

  1. A Comparative Study of Relational Learning Capacity in Honeybees (Apis mellifera) and Stingless Bees (Melipona rufiventris)

    PubMed Central

    Moreno, Antonio Mauricio; de Souza, Deisy das Graças; Reinhard, Judith

    2012-01-01

    Background Learning of arbitrary relations is the capacity to acquire knowledge about associations between events or stimuli that do not share any similarities, and use this knowledge to make behavioural choices. This capacity is well documented in humans and vertebrates, and there is some evidence it exists in the honeybee (Apis mellifera). However, little is known about whether the ability for relational learning extends to other invertebrates, although many insects have been shown to possess excellent learning capacities in spite of their small brains. Methodology/Principal Findings Using a symbolic matching-to-sample procedure, we show that the honeybee Apis mellifera rapidly learns arbitrary relations between colours and patterns, reaching 68.2% correct choice for pattern-colour relations and 73.3% for colour-pattern relations. However, Apis mellifera does not transfer this knowledge to the symmetrical relations when the stimulus order is reversed. A second bee species, the stingless bee Melipona rufiventris from Brazil, seems unable to learn the same arbitrary relations between colours and patterns, although it exhibits excellent discrimination learning. Conclusions/Significance Our results confirm that the capacity for learning arbitrary relations is not limited to vertebrates, but even insects with small brains can perform this learning task. Interestingly, it seems to be a species-specific ability. The disparity in relational learning performance between the two bee species we tested may be linked to their specific foraging and recruitment strategies, which evolved in adaptation to different environments. PMID:23251542

  2. A comparative study of relational learning capacity in honeybees (Apis mellifera) and stingless bees (Melipona rufiventris).

    PubMed

    Moreno, Antonio Mauricio; de Souza, Deisy das Graças; Reinhard, Judith

    2012-01-01

    Learning of arbitrary relations is the capacity to acquire knowledge about associations between events or stimuli that do not share any similarities, and use this knowledge to make behavioural choices. This capacity is well documented in humans and vertebrates, and there is some evidence it exists in the honeybee (Apis mellifera). However, little is known about whether the ability for relational learning extends to other invertebrates, although many insects have been shown to possess excellent learning capacities in spite of their small brains. Using a symbolic matching-to-sample procedure, we show that the honeybee Apis mellifera rapidly learns arbitrary relations between colours and patterns, reaching 68.2% correct choice for pattern-colour relations and 73.3% for colour-pattern relations. However, Apis mellifera does not transfer this knowledge to the symmetrical relations when the stimulus order is reversed. A second bee species, the stingless bee Melipona rufiventris from Brazil, seems unable to learn the same arbitrary relations between colours and patterns, although it exhibits excellent discrimination learning. Our results confirm that the capacity for learning arbitrary relations is not limited to vertebrates, but even insects with small brains can perform this learning task. Interestingly, it seems to be a species-specific ability. The disparity in relational learning performance between the two bee species we tested may be linked to their specific foraging and recruitment strategies, which evolved in adaptation to different environments.

  3. CALIBRATION, OPTIMIZATION, AND SENSITIVITY AND UNCERTAINTY ALGORITHMS APPLICATION PROGRAMMING INTERFACE (COSU-API)

    EPA Science Inventory

    The Application Programming Interface (API) for Uncertainty Analysis, Sensitivity Analysis, and Parameter Estimation (UA/SA/PE API) tool development, here fore referred to as the Calibration, Optimization, and Sensitivity and Uncertainty Algorithms API (COSU-API), was initially d...

  4. Impact of Nosema ceranae and Nosema apis on individual worker bees of the two host species (Apis cerana and Apis mellifera) and regulation of host immune response.

    PubMed

    Sinpoo, Chainarong; Paxton, Robert J; Disayathanoowat, Terd; Krongdang, Sasiprapa; Chantawannakul, Panuwan

    Nosema apis and Nosema ceranae are obligate intracellular microsporidian parasites infecting midgut epithelial cells of host adult honey bees, originally Apis mellifera and Apis cerana respectively. Each microsporidia cross-infects the other host and both microsporidia nowadays have a worldwide distribution. In this study, cross-infection experiments using both N. apis and N. ceranae in both A. mellifera and A. cerana were carried out to compare pathogen proliferation and impact on hosts, including host immune response. Infection by N. ceranae led to higher spore loads than by N. apis in both host species, and there was greater proliferation of microsporidia in A. mellifera compared to A. cerana. Both N. apis and N. ceranae were pathogenic in both host Apis species. N. ceranae induced subtly, though not significantly, higher mortality than N. apis in both host species, yet survival of A. cerana was no different to that of A. mellifera in response to N. apis or N. ceranae. Infections of both host species with N. apis and N. ceranae caused significant up-regulation of AMP genes and cellular mediated immune genes but did not greatly alter apoptosis-related gene expression. In this study, A. cerana enlisted a higher immune response and displayed lower loads of N. apis and N. ceranae spores than A. mellifera, suggesting it may be better able to defend itself against microsporidia infection. We caution against over-interpretation of our results, though, because differences between host and parasite species in survival were insignificant and because size differences between microsporidia species and between host Apis species may alternatively explain the differential proliferation of N. ceranae in A. mellifera. Copyright © 2017 Elsevier Ltd. All rights reserved.

  5. Comparison of plasma amino acid profile-based index and CA125 in the diagnosis of epithelial ovarian cancers and borderline malignant tumors.

    PubMed

    Miyagi, Etsuko; Maruyama, Yasuyo; Mogami, Tae; Numazaki, Reiko; Ikeda, Atsuko; Yamamoto, Hiroshi; Hirahara, Fumiki

    2017-02-01

    We previously developed a new plasma amino acid profile-based index (API) to detect ovarian, cervical, and endometrial cancers. Here, we compared API to serum cancer antigen 125 (CA125) for distinguishing epithelial ovarian malignant tumors from benign growths. API and CA125 were measured preoperatively in patients with ovarian tumors, which were later classified into 59 epithelial ovarian cancers, 21 epithelial borderline malignant tumors, and 97 benign tumors including 40 endometriotic cysts. The diagnostic accuracy and cutoff points of API were evaluated using receiver operating characteristic (ROC) curves. The area under the ROC curves showed the equivalent performance of API and CA125 to discriminate between malignant/borderline malignant and benign tumors (both 0.77), and API was superior to CA125 for discrimination between malignant/borderline malignant lesions and endometriotic cysts (API, 0.75 vs. CA125, 0.59; p < 0.05). At the API cutoff level of 6.0, API and CA125 had equal positive rates of detecting cancers and borderline malignancies (API, 0.71 vs. CA125, 0.74; p = 0.84) or cancers alone (API, 0.73 vs. CA125, 0.85; p = 0.12). However, API had a significantly lower detection rate of benign endometriotic cysts (0.35; 95 % CI, 0.21-0.52) compared with that of CA125 (0.65; 95 % CI, 0.48-0.79) (p < 0.05). API is an effective new tumor marker to detect ovarian cancers and borderline malignancies with a low false-positive rate for endometriosis. A large-scale prospective clinical study using the cutoff value of API determined in this study is warranted to validate API for practical clinical use.

  6. Differences between preschoolers with asthma and allergies in urban and rural environments.

    PubMed

    Marfortt, Daniel A; Josviack, Dario; Lozano, Alejandro; Cuestas, Eduardo; Agüero, Luis; Castro-Rodriguez, Jose A

    2018-05-01

    Previous studies have provided conflicting results about how living in a rural or urban environment influences schoolchildren with asthma and allergic diseases in different ways. The aim of the present study was to evaluate if recurrent wheezing preschoolers from rural or urban areas differ in asthma, allergic diseases, and atopy. A cross-sectional-study in Rafaela, Argentina, on 143 preschoolers with recurrent wheezing from rural and urban settings was performed (2010-2012). Diagnosis of asthma (by positive asthma predictive index [API]), allergic diseases (rhinitis, dermatitis), and atopy (by skin prick test [SPT], peripheral blood eosinophils, and serum total IgE) were assessed. Preschoolers from rural settings had significantly higher prevalence of vaginal delivery, longer breastfeeding, earlier onset of wheezing, more parental smoking, siblings, shared a bedroom, and more exposure to chemicals used in plant fumigation or farm animals, and unpasteurized milk consumption, in comparison to preschoolers living in urban setting. In contrast, preschoolers from urban areas had significantly higher prevalence of parental history of allergy, positive skin prick test, and positive API. After multivariate analysis adjusting for covariates, maternal smoking [odds ratio (OR) = 3.44] and positive SPT (OR = 5.57) significantly increase the risk of asthma diagnosis (positive API); in contrast, living in rural setting (OR = 0.04), and having more siblings (OR = 0.51) decrease their risk. Recurrent wheezing preschoolers from rural areas had a significant inverse odds of being diagnosed with asthma (type-2 inflammation) when compared to those from urban areas. Exposure to farm animals and consumption of unpasteurized milk might have a role.

  7. Parasaccharibacter apium, gen. nov., sp. nov., improves honey bee (Hymenoptera: Apidae) resistance to Nosema

    USDA-ARS?s Scientific Manuscript database

    The honey bee, Apis mellifera, is host to a variety of microorganisms. The bacterial community that occupies the adult worker gut contains a core group of approximately seven taxa, while the hive environment contains its own distribution of bacteria that is in many ways distinct from the gut. Parasa...

  8. 77 FR 22226 - Regulation of Oil-Bearing Hazardous Secondary Materials From the Petroleum Refining Industry...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-04-13

    ... does not expect adverse effects on human health or the environment from this regulation. EPA finds that... Petroleum Institute (API) (docket item EPA-HQ- RCRA-2008-0808-0010) and the Metals Industries Recycling... on potentially affecting the use of waste reduction and recycling activities. Neither report...

  9. SimEngine v. 1.0

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Le, Hai D.

    2017-03-02

    SimEngine provides the core functionalities and components that are key to the development of discrete event simulation tools. These include events, activities, event queues, random number generators, and basic result tracking classes. SimEngine was designed for high performance, integrates seamlessly into any Microsoft .Net development environment, and provides a flexible API for simulation developers.

  10. MEDICATION DISPOSAL AS A SOURCE FOR DRUGS AS ...

    EPA Pesticide Factsheets

    The major routes by which pharmaceuticals enter the environment are excretion, bathing, anddisposal of leftover, unwanted medications. Pharmaceuticals designed for humans and animalsoften remain unused. Leftover, accumulated drugs represent potentially environmentallyunsound disposal and suboptimal delivery of health care. They also can pose acute exposurerisks for humans and wildlife. Active pharmaceutical ingredients (APIs) directly enter theenvironment primarily via sewage. Among the three routes of entry, the relative contributions ofeach are poorly understood. In contrast to excretion, which as a source comprises continual lowlevelcontributions from multitudes of people, drug disposal comprises acute but transient andepisodic contributions from fewer people. The only route that is subject most easily to pollutionprevention or source control measures is disposal.A major unknown with respect to drugs as pollutants is what fractions of drug residues occurringin the ambient environment result from discarding leftover drugs. No studies exist that provideobjective data from well-defined populations to support any type of conclusion. Given theimportance of environmental stewardship to sustainability, a means for assessing the relativecontributions of APIs resulting from disposal would be useful in justifying the resources thatmight be devoted to controlling this source - - for example, by way of consumer

  11. BioBlend: automating pipeline analyses within Galaxy and CloudMan.

    PubMed

    Sloggett, Clare; Goonasekera, Nuwan; Afgan, Enis

    2013-07-01

    We present BioBlend, a unified API in a high-level language (python) that wraps the functionality of Galaxy and CloudMan APIs. BioBlend makes it easy for bioinformaticians to automate end-to-end large data analysis, from scratch, in a way that is highly accessible to collaborators, by allowing them to both provide the required infrastructure and automate complex analyses over large datasets within the familiar Galaxy environment. http://bioblend.readthedocs.org/. Automated installation of BioBlend is available via PyPI (e.g. pip install bioblend). Alternatively, the source code is available from the GitHub repository (https://github.com/afgane/bioblend) under the MIT open source license. The library has been tested and is working on Linux, Macintosh and Windows-based systems.

  12. A System for Supporting Development and Update of the International Classification of Health Interventions (ICHI).

    PubMed

    Donada, Marc; Della Mea, Vincenzo; Cumerlato, Megan; Rankin, Nicole; Madden, Richard

    2018-01-01

    The International Classification of Health Interventions (ICHI) is a member of the WHO Family of International Classifications, being developed to provide a common tool for reporting and analysing health interventions for statistical purposes. A web-based platform for classification development and update has been specifically developed to support the initial development step and then, after final approval, the continuous revision and update of the classification. The platform provides features for classification editing, versioning, comment management and URI identifiers. During the last 12 months it has been used for developing the ICHI Beta version, replacing the previous process based on the exchange of Excel files. At November 2017, 90 users have provided input to the development of the classification, which has resulted in 2913 comments and 2971 changes in the classification, since June 2017. Further work includes the development of an URI API for machine to machine communication, following the model established for ICD-11.

  13. owlcpp: a C++ library for working with OWL ontologies.

    PubMed

    Levin, Mikhail K; Cowell, Lindsay G

    2015-01-01

    The increasing use of ontologies highlights the need for a library for working with ontologies that is efficient, accessible from various programming languages, and compatible with common computational platforms. We developed owlcpp, a library for storing and searching RDF triples, parsing RDF/XML documents, converting triples into OWL axioms, and reasoning. The library is written in ISO-compliant C++ to facilitate efficiency, portability, and accessibility from other programming languages. Internally, owlcpp uses the Raptor RDF Syntax library for parsing RDF/XML and the FaCT++ library for reasoning. The current version of owlcpp is supported under Linux, OSX, and Windows platforms and provides an API for Python. The results of our evaluation show that, compared to other commonly used libraries, owlcpp is significantly more efficient in terms of memory usage and searching RDF triple stores. owlcpp performs strict parsing and detects errors ignored by other libraries, thus reducing the possibility of incorrect semantic interpretation of ontologies. owlcpp is available at http://owl-cpp.sf.net/ under the Boost Software License, Version 1.0.

  14. Using S3 cloud storage with ROOT and CvmFS

    NASA Astrophysics Data System (ADS)

    Arsuaga-Ríos, María; Heikkilä, Seppo S.; Duellmann, Dirk; Meusel, René; Blomer, Jakob; Couturier, Ben

    2015-12-01

    Amazon S3 is a widely adopted web API for scalable cloud storage that could also fulfill storage requirements of the high-energy physics community. CERN has been evaluating this option using some key HEP applications such as ROOT and the CernVM filesystem (CvmFS) with S3 back-ends. In this contribution we present an evaluation of two versions of the Huawei UDS storage system stressed with a large number of clients executing HEP software applications. The performance of concurrently storing individual objects is presented alongside with more complex data access patterns as produced by the ROOT data analysis framework. Both Huawei UDS generations show a successful scalability by supporting multiple byte-range requests in contrast with Amazon S3 or Ceph which do not support these commonly used HEP operations. We further report the S3 integration with recent CvmFS versions and summarize the experience with CvmFS/S3 for publishing daily releases of the full LHCb experiment software stack.

  15. Active pharmaceutical ingredients for antiretroviral treatment in low- and middle-income countries: a survey.

    PubMed

    Fortunak, Joseph M; de Souza, Rodrigo O M A; Kulkarni, Amol A; King, Christopher L; Ellison, Tiffany; Miranda, Leandro S M

    2014-01-01

    Active pharmaceutical ingredients (APIs) are the molecular entities that exert the therapeutic effects of medicines. This article provides an overview of the major APIs that are entered into antiretroviral therapy (ART), outlines how APIs are manufactured, and examines the regulatory and cost frameworks of manufacturing ART APIs used in low- and middle-income countries (LMICs). Almost all APIs for ART are prepared by chemical synthesis. Roughly 15 APIs account for essentially all of the ARTs used in LMICs. Nearly all of the ART APIs purchased through the Global Fund for AIDS, TB and Malaria (GFATM) or the United States President's Emergency Plan for AIDS Relief (PEPFAR) are produced by generic companies. API costs are very important because they are the largest contribution to the overall cost of ART. Efficient API production requires substantial investment in chemical manufacturing technologies and the ready availability of raw materials and energy at competitive prices. Generic API production is practiced in only a limited number of countries; the API market for ART is dominated by Indian companies. The quality of these APIs is ensured by manufacturing under good manufacturing practice (GMP), including process validation, testing against previously established specifications and the demonstration of clinical bioequivalence. The investment and personnel costs of a quality management system for GMP contribute significantly to the cost of API production. Chinese companies are the major suppliers for many advanced intermediates in API production. Improved chemistry of manufacturing, economies of scale and optimization of procurement have enabled drastic cost reductions for many ART APIs. The available capacity for global production of quality-assured APIs is likely adequate to meet forecasted demand for 2015. The increased use of ART for paediatric treatment, for second-line and salvage therapy, and the introduction of new APIs and combinations are important factors for the future of treatment in LMICs. The introduction of new fixed-dose combinations for ART and use of new drug delivery technologies could plausibly provide robust, durable ART for all patients in need, at an overall cost that is only moderately higher than what is presently being spent.

  16. Active pharmaceutical ingredients for antiretroviral treatment in low- and middle-income countries: a survey

    PubMed Central

    Fortunak, Joseph M; de Souza, Rodrigo OMA; Kulkarni, Amol A; King, Christopher L; Ellison, Tiffany; Miranda, Leandro SM

    2015-01-01

    Active pharmaceutical ingredients (APIs) are the molecular entities that exert the therapeutic effects of medicines. This article provides an overview of the major APIs that are entered into antiretroviral therapy (ART), outlines how APIs are manufactured, and examines the regulatory and cost frameworks of manufacturing ART APIs used in low- and middle-income countries (LMICs). Almost all APIs for ART are prepared by chemical synthesis. Roughly 15 APIs account for essentially all of the ARTs used in LMICs. Nearly all of the ART APIs purchased through the Global Fund for AIDS, TB and Malaria (GFATM) or the United States President’s Emergency Plan for AIDS Relief (PEPFAR) are produced by generic companies. API costs are very important because they are the largest contribution to the overall cost of ART. Efficient API production requires substantial investment in chemical manufacturing technologies and the ready availability of raw materials and energy at competitive prices. Generic API production is practiced in only a limited number of countries; the API market for ART is dominated by Indian companies. The quality of these APIs is ensured by manufacturing under good manufacturing practice (GMP), including process validation, testing against previously established specifications and the demonstration of clinical bioequivalence. The investment and personnel costs of a quality management system for GMP contribute significantly to the cost of API production. Chinese companies are the major suppliers for many advanced intermediates in API production. Improved chemistry of manufacturing, economies of scale and optimization of procurement have enabled drastic cost reductions for many ART APIs. The available capacity for global production of quality-assured APIs is likely adequate to meet forecasted demand for 2015. The increased use of ART for paediatric treatment, for second-line and salvage therapy, and the introduction of new APIs and combinations are important factors for the future of treatment in LMICs. The introduction of new fixed-dose combinations for ART and use of new drug delivery technologies could plausibly provide robust, durable ART for all patients in need, at an overall cost that is only moderately higher than what is presently being spent. PMID:25310430

  17. Development of Process Analytical Technology (PAT) methods for controlled release pellet coating.

    PubMed

    Avalle, P; Pollitt, M J; Bradley, K; Cooper, B; Pearce, G; Djemai, A; Fitzpatrick, S

    2014-07-01

    This work focused on the control of the manufacturing process for a controlled release (CR) pellet product, within a Quality by Design (QbD) framework. The manufacturing process was Wurster coating: firstly layering active pharmaceutical ingredient (API) onto sugar pellet cores and secondly a controlled release (CR) coating. For each of these two steps, development of a Process Analytical Technology (PAT) method is discussed and also a novel application of automated microscopy as the reference method. Ultimately, PAT methods should link to product performance and the two key Critical Quality Attributes (CQAs) for this CR product are assay and release rate, linked to the API and CR coating steps respectively. In this work, the link between near infra-red (NIR) spectra and those attributes was explored by chemometrics over the course of the coating process in a pilot scale industrial environment. Correlations were built between the NIR spectra and coating weight (for API amount), CR coating thickness and dissolution performance. These correlations allow the coating process to be monitored at-line and so better control of the product performance in line with QbD requirements. Copyright © 2014 Elsevier B.V. All rights reserved.

  18. From frames to OWL2: Converting the Foundational Model of Anatomy.

    PubMed

    Detwiler, Landon T; Mejino, Jose L V; Brinkley, James F

    2016-05-01

    The Foundational Model of Anatomy (FMA) [Rosse C, Mejino JLV. A reference ontology for bioinformatics: the Foundational Model of Anatomy. J. Biomed. Inform. 2003;36:478-500] is an ontology that represents canonical anatomy at levels ranging from the entire body to biological macromolecules, and has rapidly become the primary reference ontology for human anatomy, and a template for model organisms. Prior to this work, the FMA was developed in a knowledge modeling language known as Protégé Frames. Frames is an intuitive representational language, but is no longer the industry standard. Recognizing the need for an official version of the FMA in the more modern semantic web language OWL2 (hereafter referred to as OWL), the objective of this work was to create a generalizable Frames-to-OWL conversion tool, to use the tool to convert the FMA to OWL, to "clean up" the converted FMA so that it classifies under an EL reasoner, and then to do all further development in OWL. The conversion tool is a Java application that uses the Protégé knowledge representation API for interacting with the initial Frames ontology, and uses the OWL-API for producing new statements (axioms, etc.) in OWL. The converter is relation centric. The conversion is configurable, on a property-by-property basis, via user-specifiable XML configuration files. The best conversion, for each property, was determined in conjunction with the FMA knowledge author. The convertor is potentially generalizable, which we partially demonstrate by using it to convert our Ontology of Craniofacial Development and Malformation as well as the FMA. Post-conversion cleanup involved using the Explain feature of Protégé to trace classification errors under the ELK reasoner in Protégé, fixing the errors, then re-running the reasoner. We are currently doing all our development in the converted and cleaned-up version of the FMA. The FMA (updated every 3 months) is available via our FMA web page http://si.washington.edu/projects/fma, which also provides access to mailing lists, an issue tracker, a SPARQL endpoint (updated every week), and an online browser. The converted OCDM is available at http://www.si.washington.edu/projects/ocdm. The conversion code is open source, and available at http://purl.org/sig/software/frames2owl. Prior to the post-conversion cleanup 73% of the more than 100,000 classes were unsatisfiable. After correction of six types of errors no classes remained unsatisfiable. Because our FMA conversion captures all or most of the information in the Frames version, is the only complete OWL version that classifies under an EL reasoner, and is maintained by the FMA authors themselves, we propose that this version should be the only official release version of the FMA in OWL, supplanting all other versions. Although several issues remain to be resolved post-conversion, release of a single, standardized version of the FMA in OWL will greatly facilitate its use in informatics research and in the development of a global knowledge base within the semantic web. Because of the fundamental nature of anatomy in both understanding and organizing biomedical information, and because of the importance of the FMA in particular in representing human anatomy, the FMA in OWL should greatly accelerate the development of an anatomically based structural information framework for organizing and linking a large amount of biomedical information. Copyright © 2016 Elsevier B.V. All rights reserved.

  19. IgE-Api m 4 Is Useful for Identifying a Particular Phenotype of Bee Venom Allergy.

    PubMed

    Ruiz, B; Serrano, P; Moreno, C

    Different clinical behaviors have been identified in patients allergic to bee venom. Compound-resolved diagnosis could be an appropriate tool for investigating these differences. The aims of this study were to analyze whether specific IgE to Api m 4 (sIgE-Api m 4) can identify a particular kind of bee venom allergy and to describe response to bee venom immunotherapy (bVIT). Prospective study of 31 patients allergic to bee venom who were assigned to phenotype group A (sIgE-Api m 4 <0.98 kU/L), treated with native aqueous (NA) extract, or phenotype group B (sIgE-Api m 4 ≥0.98 kU/L), treated with purified aqueous (PA) extract. Sex, age, cardiovascular risk, severity of preceding sting reaction, exposure to beekeeping, and immunological data (intradermal test, sIgE/sIgG4-Apis-nApi m 1, and sIgE-rApi m 2-Api m 4 were analyzed. Systemic reactions (SRs) during bVIT build-up were analyzed. Immunological and sting challenge outcomes were evaluated in each group after 1 and 2 years of bVIT. Phenotype B patients had more severe reactions (P=.049) and higher skin sensitivity (P=.011), baseline sIgE-Apis (P=.0004), sIgE-nApi m 1 (P=.0004), and sIgG4-Apis (P=.027) than phenotype A patients. Furthermore, 41% of patients in group B experienced SRs during the build-up phase with NA; the sting challenge success rate in this group was 82%. There were no significant reductions in serial intradermal test results, but an intense reduction in sIgE-nApi m 1 (P=.013) and sIgE-Api m 4 (P=.004) was observed after the first year of bVIT. Use of IgE-Api m 4 as the only discrimination criterion demonstrated differences in bee venom allergy. Further investigation with larger populations is necessary.

  20. Chimeras of Bet v 1 and Api g 1 reveal heterogeneous IgE responses in patients with birch pollen allergy

    PubMed Central

    Gepp, Barbara; Lengger, Nina; Bublin, Merima; Hemmer, Wolfgang; Breiteneder, Heimo; Radauer, Christian

    2014-01-01

    Background Characterization of IgE-binding epitopes of allergens and determination of their patient-specific relevance is crucial for the diagnosis and treatment of allergy. Objective We sought to assess the contribution of specific surface areas of the major birch pollen allergen Bet v 1.0101 to binding IgE of individual patients. Methods Four distinct areas of Bet v 1 representing in total 81% of its surface were grafted onto the scaffold of its homolog, Api g 1.0101, to yield the chimeras Api-Bet-1 to Api-Bet-4. The chimeras were expressed in Escherichia coli and purified. IgE binding of 64 sera from Bet v 1–sensitized subjects with birch pollen allergy was determined by using direct ELISA. Specificity was assessed by means of inhibition ELISA. Results rApi g 1.0101, Api-Bet-1, Api-Bet-2, Api-Bet-3, and Api-Bet-4 bound IgE from 44%, 89%, 80%, 78%, and 48% of the patients, respectively. By comparing the amount of IgE binding to the chimeras and to rApi g 1.0101, 81%, 70%, 75%, and 45% of the patients showed significantly enhanced IgE binding to Api-Bet-1, Api-Bet-2, Api-Bet-3, and Api-Bet-4, respectively. The minority (8%) of the sera revealed enhanced IgE binding exclusively to a single chimera, whereas 31% showed increased IgE binding to all 4 chimeras compared with rApi g 1.0101. The chimeras inhibited up to 70% of IgE binding to rBet v 1.0101, confirming the specific IgE recognition of the grafted regions. Conclusion The Bet v 1–specific IgE response is polyclonal, and epitopes are spread across the entire Bet v 1 surface. Furthermore, the IgE recognition profile of Bet v 1 is highly patient specific. PMID:24529686

  1. Predominant Api m 10 sensitization as risk factor for treatment failure in honey bee venom immunotherapy.

    PubMed

    Frick, Marcel; Fischer, Jörg; Helbling, Arthur; Ruëff, Franziska; Wieczorek, Dorothea; Ollert, Markus; Pfützner, Wolfgang; Müller, Sabine; Huss-Marp, Johannes; Dorn, Britta; Biedermann, Tilo; Lidholm, Jonas; Ruecker, Gerta; Bantleon, Frank; Miehe, Michaela; Spillner, Edzard; Jakob, Thilo

    2016-12-01

    Component resolution recently identified distinct sensitization profiles in honey bee venom (HBV) allergy, some of which were dominated by specific IgE to Api m 3 and/or Api m 10, which have been reported to be underrepresented in therapeutic HBV preparations. We performed a retrospective analysis of component-resolved sensitization profiles in HBV-allergic patients and association with treatment outcome. HBV-allergic patients who had undergone controlled honey bee sting challenge after at least 6 months of HBV immunotherapy (n = 115) were included and classified as responder (n = 79) or treatment failure (n = 36) on the basis of absence or presence of systemic allergic reactions upon sting challenge. IgE reactivity to a panel of HBV allergens was analyzed in sera obtained before immunotherapy and before sting challenge. No differences were observed between responders and nonresponders regarding levels of IgE sensitization to Api m 1, Api m 2, Api m 3, and Api m 5. In contrast, Api m 10 specific IgE was moderately but significantly increased in nonresponders. Predominant Api m 10 sensitization (>50% of specific IgE to HBV) was the best discriminator (specificity, 95%; sensitivity, 25%) with an odds ratio of 8.444 (2.127-33.53; P = .0013) for treatment failure. Some but not all therapeutic HBV preparations displayed a lack of Api m 10, whereas Api m 1 and Api m 3 immunoreactivity was comparable to that of crude HBV. In line with this, significant Api m 10 sIgG 4 induction was observed only in those patients who were treated with HBV in which Api m 10 was detectable. Component-resolved sensitization profiles in HBV allergy suggest predominant IgE sensitization to Api m 10 as a risk factor for treatment failure in HBV immunotherapy. Copyright © 2016 The Authors. Published by Elsevier Inc. All rights reserved.

  2. Chimeras of Bet v 1 and Api g 1 reveal heterogeneous IgE responses in patients with birch pollen allergy.

    PubMed

    Gepp, Barbara; Lengger, Nina; Bublin, Merima; Hemmer, Wolfgang; Breiteneder, Heimo; Radauer, Christian

    2014-07-01

    Characterization of IgE-binding epitopes of allergens and determination of their patient-specific relevance is crucial for the diagnosis and treatment of allergy. We sought to assess the contribution of specific surface areas of the major birch pollen allergen Bet v 1.0101 to binding IgE of individual patients. Four distinct areas of Bet v 1 representing in total 81% of its surface were grafted onto the scaffold of its homolog, Api g 1.0101, to yield the chimeras Api-Bet-1 to Api-Bet-4. The chimeras were expressed in Escherichia coli and purified. IgE binding of 64 sera from Bet v 1-sensitized subjects with birch pollen allergy was determined by using direct ELISA. Specificity was assessed by means of inhibition ELISA. rApi g 1.0101, Api-Bet-1, Api-Bet-2, Api-Bet-3, and Api-Bet-4 bound IgE from 44%, 89%, 80%, 78%, and 48% of the patients, respectively. By comparing the amount of IgE binding to the chimeras and to rApi g 1.0101, 81%, 70%, 75%, and 45% of the patients showed significantly enhanced IgE binding to Api-Bet-1, Api-Bet-2, Api-Bet-3, and Api-Bet-4, respectively. The minority (8%) of the sera revealed enhanced IgE binding exclusively to a single chimera, whereas 31% showed increased IgE binding to all 4 chimeras compared with rApi g 1.0101. The chimeras inhibited up to 70% of IgE binding to rBet v 1.0101, confirming the specific IgE recognition of the grafted regions. The Bet v 1-specific IgE response is polyclonal, and epitopes are spread across the entire Bet v 1 surface. Furthermore, the IgE recognition profile of Bet v 1 is highly patient specific. Copyright © 2014 The Authors. Published by Mosby, Inc. All rights reserved.

  3. Temporal and spatial behavior of pharmaceuticals in ...

    EPA Pesticide Factsheets

    The behavior of active pharmaceutical ingredients (APIs) in urban estuaries is not well understood. In this study, 15 high volume usage APIs were measured over a one year period throughout Narragansett Bay, RI, USA to determine factors controlling their concentration and distribution. Dissolved APIs ranged in concentration from not detected to 310 ng/L, with numerous APIs present at all sites and sampling periods. Eight APIs were present in suspended particulate material, ranging in concentration from <1 ng/g to 44 ng/g. Partitioning coefficients (Kds) were determined for APIs present in both the dissolved and particulate phases, with their range and variability remaining relatively constant during the study. Organic carbon normalization reduced the observed variability of several APIs to a small extent; however, other factors appear to play a role in controlling partitioning behavior. The continuous discharge of wastewater treatment plant effluents into upper Narragansett Bay resulted in sustained levels of APIs, resulting in a zone of “pseudo-persistence.” For most of the APIs, there was a strong relationship with salinity, indicating conservative behavior within the estuary. Short flushing times in Narragansett Bay coupled with APIs present primarily in the dissolved phase suggests that most APIs will be diluted and transported out of the estuary, with only small amounts of several compounds removed to and sequestered in sediments. This study ide

  4. 49 CFR 195.565 - How do I install cathodic protection on breakout tanks?

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ...) capacity built to API Specification 12F, API Standard 620, or API Standard 650 (or its predecessor Standard 12C), you must install the system in accordance with API Recommended Practice 651. However, installation of the system need not comply with API Recommended Practice 651 on any tank for which you note in...

  5. 49 CFR 195.579 - What must I do to mitigate internal corrosion?

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... API Specification 12F, API Standard 620, or API Standard 650 (or its predecessor Standard 12C), you must install the lining in accordance with API Recommended Practice 652. However, installation of the lining need not comply with API Recommended Practice 652 on any tank for which you note in the corrosion...

  6. 49 CFR 195.565 - How do I install cathodic protection on breakout tanks?

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ...) capacity built to API Specification 12F, API Standard 620, or API Standard 650 (or its predecessor Standard 12C), you must install the system in accordance with API Recommended Practice 651. However, installation of the system need not comply with API Recommended Practice 651 on any tank for which you note in...

  7. 49 CFR 195.565 - How do I install cathodic protection on breakout tanks?

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ...) capacity built to API Specification 12F, API Standard 620, or API Standard 650 (or its predecessor Standard 12C), you must install the system in accordance with API Recommended Practice 651. However, installation of the system need not comply with API Recommended Practice 651 on any tank for which you note in...

  8. 49 CFR 195.579 - What must I do to mitigate internal corrosion?

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... API Specification 12F, API Standard 620, or API Standard 650 (or its predecessor Standard 12C), you must install the lining in accordance with API Recommended Practice 652. However, installation of the lining need not comply with API Recommended Practice 652 on any tank for which you note in the corrosion...

  9. 49 CFR 195.579 - What must I do to mitigate internal corrosion?

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... API Specification 12F, API Standard 620, or API Standard 650 (or its predecessor Standard 12C), you must install the lining in accordance with API Recommended Practice 652. However, installation of the lining need not comply with API Recommended Practice 652 on any tank for which you note in the corrosion...

  10. 49 CFR 195.579 - What must I do to mitigate internal corrosion?

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... API Specification 12F, API Standard 620, or API Standard 650 (or its predecessor Standard 12C), you must install the lining in accordance with API Recommended Practice 652. However, installation of the lining need not comply with API Recommended Practice 652 on any tank for which you note in the corrosion...

  11. 49 CFR 195.565 - How do I install cathodic protection on breakout tanks?

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ...) capacity built to API Specification 12F, API Standard 620, or API Standard 650 (or its predecessor Standard 12C), you must install the system in accordance with API Recommended Practice 651. However, installation of the system need not comply with API Recommended Practice 651 on any tank for which you note in...

  12. 49 CFR 195.579 - What must I do to mitigate internal corrosion?

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... API Specification 12F, API Standard 620, or API Standard 650 (or its predecessor Standard 12C), you must install the lining in accordance with API Recommended Practice 652. However, installation of the lining need not comply with API Recommended Practice 652 on any tank for which you note in the corrosion...

  13. 49 CFR 195.565 - How do I install cathodic protection on breakout tanks?

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ...) capacity built to API Specification 12F, API Standard 620, or API Standard 650 (or its predecessor Standard 12C), you must install the system in accordance with API Recommended Practice 651. However, installation of the system need not comply with API Recommended Practice 651 on any tank for which you note in...

  14. 49 CFR 194.105 - Worst case discharge.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ...: Prevention measure Standard Credit(percent) Secondary containment >100% NFPA 30 50 Built/repaired to API standards API STD 620/650/653 10 Overfill protection standards API RP 2350 5 Testing/cathodic protection API...

  15. 49 CFR 194.105 - Worst case discharge.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ...: Prevention measure Standard Credit(percent) Secondary containment > 100% NFPA 30 50 Built/repaired to API standards API STD 620/650/653 10 Overfill protection standards API RP 2350 5 Testing/cathodic protection API...

  16. 49 CFR 194.105 - Worst case discharge.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ...: Prevention measure Standard Credit(percent) Secondary containment >100% NFPA 30 50 Built/repaired to API standards API STD 620/650/653 10 Overfill protection standards API RP 2350 5 Testing/cathodic protection API...

  17. 49 CFR 194.105 - Worst case discharge.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ...: Prevention measure Standard Credit(percent) Secondary containment > 100% NFPA 30 50 Built/repaired to API standards API STD 620/650/653 10 Overfill protection standards API RP 2350 5 Testing/cathodic protection API...

  18. 49 CFR 194.105 - Worst case discharge.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ...: Prevention measure Standard Credit(percent) Secondary containment > 100% NFPA 30 50 Built/repaired to API standards API STD 620/650/653 10 Overfill protection standards API RP 2350 5 Testing/cathodic protection API...

  19. The novel Akt inhibitor API-1 induces c-FLIP degradation and synergizes with TRAIL to augment apoptosis independent of Akt inhibition

    PubMed Central

    Li, Bo; Ren, Hui; Yue, Ping; Chen, Mingwei; Khuri, Fadlo R.; Sun, Shi-Yong

    2012-01-01

    API-1 is a novel small molecule inhibitor of Akt, which acts by binding to Akt and preventing its membrane translocation, and has promising preclinical antitumor activity. In this study, we reveal a novel function of API-1 in regulation of c-FLIP levels and tumor necrosis factor-related apoptosis-inducing ligand (TRAIL)-induced apoptosis, independent of Akt inhibition. API-1 effectively induced apoptosis in tested cancer cell lines including activation of caspase-8 and caspase-9. It reduced the levels of c-FLIP without increasing the expression of DR4 or DR5. Accordingly, it synergized with TRAIL to induce apoptosis. Enforced expression of ectopic c-FLIP did not attenuate API-1-induced apoptosis, but inhibited its ability to enhance TRAIL-induced apoptosis. These data indicate that downregulation of c-FLIP mediates enhancement of TRAIL-induced apoptosis by API-1, but is not sufficient for API-1-induced apoptosis. API-1-induced reduction of c-FLIP could be blocked by the proteasome inhibitor MG132. Moreover, API-1 increased c-FLIP ubiquitination and decreased c-FLIP stability. These data together suggest that API-1 downregulates c-FLIP by facilitating its ubiquitination and proteasome-mediated degradation. Since other Akt inhibitors including API-2 and MK2206 had minimal effects on reducing c-FLIP and enhancement of TRAIL-induced apoptosis, it is likely that API-1 reduces c-FLIP and enhances TRAIL-induced apoptosis independent of its Akt-inhibitory activity. PMID:22345097

  20. Beyond the Model Minority Myth: Interrogating the Lived Experiences of Korean American Gay Men in College

    ERIC Educational Resources Information Center

    Strayhorn, Terrell L.

    2014-01-01

    Scholars have examined the experiences of GLBT students in college and found that gay students often report encountering unwelcoming campus environments, physical or verbal assault, and homophobia. Rarely, however, have the experiences of Asian Pacific Islander (API) or more specifically South Korean gay men been accounted for in the literature. A…

  1. A Ruby API to query the Ensembl database for genomic features.

    PubMed

    Strozzi, Francesco; Aerts, Jan

    2011-04-01

    The Ensembl database makes genomic features available via its Genome Browser. It is also possible to access the underlying data through a Perl API for advanced querying. We have developed a full-featured Ruby API to the Ensembl databases, providing the same functionality as the Perl interface with additional features. A single Ruby API is used to access different releases of the Ensembl databases and is also able to query multi-species databases. Most functionality of the API is provided using the ActiveRecord pattern. The library depends on introspection to make it release independent. The API is available through the Rubygem system and can be installed with the command gem install ruby-ensembl-api.

  2. Development of a Dynamically Configurable, Object-Oriented Framework for Distributed, Multi-modal Computational Aerospace Systems Simulation: Second Year Progress Report

    NASA Technical Reports Server (NTRS)

    Afjeh, Abdollah A.; Reed, John A.

    2003-01-01

    Mesh generation has long been recognized as a bottleneck in the CFD process. While much research on automating the volume mesh generation process have been relatively successful,these methods rely on appropriate initial surface triangulation to work properly. Surface discretization has been one of the least automated steps in computational simulation due to its dependence on implicitly defined CAD surfaces and curves. Differences in CAD peometry engines manifest themselves in discrepancies in their interpretation of the same entities. This lack of "good" geometry causes significant problems for mesh generators, requiring users to "repair" the CAD geometry before mesh generation. The problem is exacerbated when CAD geometry is translated to other forms (e.g., IGES )which do not include important topological and construction information in addition to entity geometry. One technique to avoid these problems is to access the CAD geometry directly from the mesh generating software, rather than through files. By accessing the geometry model (not a discretized version) in its native environment, t h s a proach avoids translation to a format which can deplete the model of topological information. Our approach to enable models developed in the Denali software environment to directly access CAD geometry and functions is through an Application Programming Interface (API) known as CAPRI. CAPRI provides a layer of indirection through which CAD-specific data may be accessed by an application program using CAD-system neutral C and FORTRAN language function calls. CAPRI supports a general set of CAD operations such as truth testing, geometry construction and entity queries.

  3. 49 CFR 195.205 - Repair, alteration and reconstruction of aboveground breakout tanks that have been in service.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ...-refrigerated and tanks built to API Standard 650 or its predecessor Standard 12C, repair, alteration, and reconstruction must be in accordance with API Standard 653. (2) For tanks built to API Specification 12F or API..., examination, and material requirements of those respective standards. (3) For high pressure tanks built to API...

  4. 49 CFR 195.205 - Repair, alteration and reconstruction of aboveground breakout tanks that have been in service.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ...-refrigerated and tanks built to API Standard 650 or its predecessor Standard 12C, repair, alteration, and reconstruction must be in accordance with API Standard 653. (2) For tanks built to API Specification 12F or API..., examination, and material requirements of those respective standards. (3) For high pressure tanks built to API...

  5. 49 CFR 195.205 - Repair, alteration and reconstruction of aboveground breakout tanks that have been in service.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ...-refrigerated and tanks built to API Standard 650 or its predecessor Standard 12C, repair, alteration, and reconstruction must be in accordance with API Standard 653. (2) For tanks built to API Specification 12F or API..., examination, and material requirements of those respective standards. (3) For high pressure tanks built to API...

  6. 49 CFR 195.205 - Repair, alteration and reconstruction of aboveground breakout tanks that have been in service.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ...-refrigerated and tanks built to API Standard 650 or its predecessor Standard 12C, repair, alteration, and reconstruction must be in accordance with API Standard 653. (2) For tanks built to API Specification 12F or API..., examination, and material requirements of those respective standards. (3) For high pressure tanks built to API...

  7. Infra-Population and -Community Dynamics of the Parasites Nosema apis and Nosema ceranae, and Consequences for Honey Bee (Apis mellifera) Hosts

    PubMed Central

    Williams, Geoffrey R.; Shutler, Dave; Burgher-MacLellan, Karen L.; Rogers, Richard E. L.

    2014-01-01

    Nosema spp. fungal gut parasites are among myriad possible explanations for contemporary increased mortality of western honey bees (Apis mellifera, hereafter honey bee) in many regions of the world. Invasive Nosema ceranae is particularly worrisome because some evidence suggests it has greater virulence than its congener N. apis. N. ceranae appears to have recently switched hosts from Asian honey bees (Apis cerana) and now has a nearly global distribution in honey bees, apparently displacing N. apis. We examined parasite reproduction and effects of N. apis, N. ceranae, and mixed Nosema infections on honey bee hosts in laboratory experiments. Both infection intensity and honey bee mortality were significantly greater for N. ceranae than for N. apis or mixed infections; mixed infection resulted in mortality similar to N. apis parasitism and reduced spore intensity, possibly due to inter-specific competition. This is the first long-term laboratory study to demonstrate lethal consequences of N. apis and N. ceranae and mixed Nosema parasitism in honey bees, and suggests that differences in reproduction and intra-host competition may explain apparent heterogeneous exclusion of the historic parasite by the invasive species. PMID:24987989

  8. Infra-population and -community dynamics of the parasites Nosema apis and Nosema ceranae, and consequences for honey bee (Apis mellifera) hosts.

    PubMed

    Williams, Geoffrey R; Shutler, Dave; Burgher-MacLellan, Karen L; Rogers, Richard E L

    2014-01-01

    Nosema spp. fungal gut parasites are among myriad possible explanations for contemporary increased mortality of western honey bees (Apis mellifera, hereafter honey bee) in many regions of the world. Invasive Nosema ceranae is particularly worrisome because some evidence suggests it has greater virulence than its congener N. apis. N. ceranae appears to have recently switched hosts from Asian honey bees (Apis cerana) and now has a nearly global distribution in honey bees, apparently displacing N. apis. We examined parasite reproduction and effects of N. apis, N. ceranae, and mixed Nosema infections on honey bee hosts in laboratory experiments. Both infection intensity and honey bee mortality were significantly greater for N. ceranae than for N. apis or mixed infections; mixed infection resulted in mortality similar to N. apis parasitism and reduced spore intensity, possibly due to inter-specific competition. This is the first long-term laboratory study to demonstrate lethal consequences of N. apis and N. ceranae and mixed Nosema parasitism in honey bees, and suggests that differences in reproduction and intra-host competition may explain apparent heterogeneous exclusion of the historic parasite by the invasive species.

  9. Evaluation of physical and chemical changes in pharmaceuticals flown on space missions.

    PubMed

    Du, Brian; Daniels, Vernie R; Vaksman, Zalman; Boyd, Jason L; Crady, Camille; Putcha, Lakshmi

    2011-06-01

    Efficacy and safety of medications used for the treatment of astronauts in space may be compromised by altered stability in space. We compared physical and chemical changes with time in 35 formulations contained in identical pharmaceutical kits stowed on the International Space Station (ISS) and on Earth. Active pharmaceutical content (API) was determined by ultra- and high-performance liquid chromatography after returning to Earth. After stowage for 28 months in space, six medications aboard the ISS and two of matching ground controls exhibited changes in physical variables; nine medications from the ISS and 17 from the ground met the United States Pharmacopeia (USP) acceptance criteria for API content after 28 months of storage. A higher percentage of medications from each flight kit had lower API content than the respective ground controls. The number of medications failing API requirement increased as a function of time in space, independent of expiration date. The rate of degradation was faster in space than on the ground for many of the medications, and most solid dosage forms met USP standard for dissolution after storage in space. Cumulative radiation dose was higher and increased with time in space, whereas temperature and humidity remained similar to those on the ground. Exposure to the chronic low dose of ionizing radiation aboard the spacecraft as well as repackaging of solid dosage forms in flight-specific dispensers may adversely affect stability of pharmaceuticals. Characterization of degradation profiles of unstable formulations and identification of chemical attributes of stability in space analog environments on Earth will facilitate development of space-hardy medications.

  10. Transcriptome differences in the hypopharyngeal gland between Western Honeybees (Apis mellifera) and Eastern Honeybees (Apis cerana).

    PubMed

    Liu, Hao; Wang, Zi-Long; Tian, Liu-Qing; Qin, Qiu-Hong; Wu, Xiao-Bo; Yan, Wei-Yu; Zeng, Zhi-Jiang

    2014-08-30

    Apis mellifera and Apis cerana are two sibling species of Apidae. Apis cerana is adept at collecting sporadic nectar in mountain and forest region and exhibits stiffer hardiness and acarid resistance as a result of natural selection, whereas Apis mellifera has the advantage of producing royal jelly. To identify differentially expressed genes (DEGs) that affect the development of hypopharyngeal gland (HG) and/or the secretion of royal jelly between these two honeybee species, we performed a digital gene expression (DGE) analysis of the HGs of these two species at three developmental stages (newly emerged worker, nurse and forager). Twelve DGE-tag libraries were constructed and sequenced using the total RNA extracted from the HGs of newly emerged workers, nurses, and foragers of Apis mellifera and Apis cerana. Finally, a total of 1482 genes in Apis mellifera and 1313 in Apis cerana were found to exhibit an expression difference among the three developmental stages. A total of 1417 DEGs were identified between these two species. Of these, 623, 1072, and 462 genes showed an expression difference at the newly emerged worker, nurse, and forager stages, respectively. The nurse stage exhibited the highest number of DEGs between these two species and most of these were found to be up-regulated in Apis mellifera. These results suggest that the higher yield of royal jelly in Apis mellifera may be due to the higher expression level of these DEGs. In this study, we investigated the DEGs between the HGs of two sibling honeybee species (Apis mellifera and Apis cerana). Our results indicated that the gene expression difference was associated with the difference in the royal jelly yield between these two species. These results provide an important clue for clarifying the mechanisms underlying hypopharyngeal gland development and the production of royal jelly.

  11. Globus: Service and Platform for Research Data Lifecycle Management

    NASA Astrophysics Data System (ADS)

    Ananthakrishnan, R.; Foster, I.

    2017-12-01

    Globus offers a range of data management capabilities to the community as hosted services, encompassing data transfer and sharing, user identity and authorization, and data publication. Globus capabilities are accessible via both a web browser and REST APIs. Web access allows researchers to use Globus capabilities through a software-as-a-service model; and the REST APIs address the needs of developers of research services, who can now use Globus as a platform, outsourcing complex user and data management tasks to Globus services. In this presentation, we review Globus capabilities and outline how it is being applied as a platform for scientific services, and highlight work done to link computational analysis flows to the underlying data through an interactive Jupyter notebook environment to promote immediate data usability, reusability of these flows by other researchers, and future analysis extensibility.

  12. Quantitative analysis and comparative study of four cities green pattern in API system on the background of big data

    NASA Astrophysics Data System (ADS)

    Xin, YANG; Si-qi, WU; Qi, ZHANG

    2018-05-01

    Beijing, London, Paris, New York are typical cities in the world, so comparative study of four cities green pattern is very important to find out gap and advantage and to learn from each other. The paper will provide basis and new ideas for development of metropolises in China. On the background of big data, API (Application Programming Interface) system can provide extensive and accurate basic data to study urban green pattern in different geographical environment in domestic and foreign. On the basis of this, Average nearest neighbor tool, Kernel density tool and Standard Ellipse tool in ArcGIS platform can process and summarize data and realize quantitative analysis of green pattern. The paper summarized uniqueness of four cities green pattern and reasons of formation on basis of numerical comparison.

  13. OpenMM 4: A Reusable, Extensible, Hardware Independent Library for High Performance Molecular Simulation.

    PubMed

    Eastman, Peter; Friedrichs, Mark S; Chodera, John D; Radmer, Randall J; Bruns, Christopher M; Ku, Joy P; Beauchamp, Kyle A; Lane, Thomas J; Wang, Lee-Ping; Shukla, Diwakar; Tye, Tony; Houston, Mike; Stich, Timo; Klein, Christoph; Shirts, Michael R; Pande, Vijay S

    2013-01-08

    OpenMM is a software toolkit for performing molecular simulations on a range of high performance computing architectures. It is based on a layered architecture: the lower layers function as a reusable library that can be invoked by any application, while the upper layers form a complete environment for running molecular simulations. The library API hides all hardware-specific dependencies and optimizations from the users and developers of simulation programs: they can be run without modification on any hardware on which the API has been implemented. The current implementations of OpenMM include support for graphics processing units using the OpenCL and CUDA frameworks. In addition, OpenMM was designed to be extensible, so new hardware architectures can be accommodated and new functionality (e.g., energy terms and integrators) can be easily added.

  14. OpenMM 4: A Reusable, Extensible, Hardware Independent Library for High Performance Molecular Simulation

    PubMed Central

    Eastman, Peter; Friedrichs, Mark S.; Chodera, John D.; Radmer, Randall J.; Bruns, Christopher M.; Ku, Joy P.; Beauchamp, Kyle A.; Lane, Thomas J.; Wang, Lee-Ping; Shukla, Diwakar; Tye, Tony; Houston, Mike; Stich, Timo; Klein, Christoph; Shirts, Michael R.; Pande, Vijay S.

    2012-01-01

    OpenMM is a software toolkit for performing molecular simulations on a range of high performance computing architectures. It is based on a layered architecture: the lower layers function as a reusable library that can be invoked by any application, while the upper layers form a complete environment for running molecular simulations. The library API hides all hardware-specific dependencies and optimizations from the users and developers of simulation programs: they can be run without modification on any hardware on which the API has been implemented. The current implementations of OpenMM include support for graphics processing units using the OpenCL and CUDA frameworks. In addition, OpenMM was designed to be extensible, so new hardware architectures can be accommodated and new functionality (e.g., energy terms and integrators) can be easily added. PMID:23316124

  15. 49 CFR 195.264 - Impoundment, protection against entry, normal/emergency venting or pressure/vacuum relief for...

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... specified: (1) For tanks built to API Specification 12F, API Standard 620, and others (such as API Standard... accordance with section 4.3.2.3.1. (2) For tanks built to API 2510, the installation of impoundment must be in accordance with section 5 or 11 of API 2510 (incorporated by reference, see § 195.3). (c...

  16. 49 CFR 195.264 - Impoundment, protection against entry, normal/emergency venting or pressure/vacuum relief for...

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... specified: (1) For tanks built to API Specification 12F, API Standard 620, and others (such as API Standard... accordance with section 4.3.2.3.1. (2) For tanks built to API 2510, the installation of impoundment must be in accordance with section 5 or 11 of API 2510 (incorporated by reference, see § 195.3). (c...

  17. 49 CFR 195.264 - Impoundment, protection against entry, normal/emergency venting or pressure/vacuum relief for...

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... specified: (1) For tanks built to API Specification 12F, API Standard 620, and others (such as API Standard... accordance with section 4.3.2.3.1. (2) For tanks built to API 2510, the installation of impoundment must be in accordance with section 5 or 11 of API 2510 (incorporated by reference, see § 195.3). (c...

  18. 49 CFR 195.264 - Impoundment, protection against entry, normal/emergency venting or pressure/vacuum relief for...

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... specified: (1) For tanks built to API Specification 12F, API Standard 620, and others (such as API Standard... accordance with section 4.3.2.3.1. (2) For tanks built to API 2510, the installation of impoundment must be in accordance with section 5 or 11 of API 2510 (incorporated by reference, see § 195.3). (c...

  19. The novel Akt inhibitor API-1 induces c-FLIP degradation and synergizes with TRAIL to augment apoptosis independent of Akt inhibition.

    PubMed

    Li, Bo; Ren, Hui; Yue, Ping; Chen, Mingwei; Khuri, Fadlo R; Sun, Shi-Yong

    2012-04-01

    API-1 (pyrido[2,3-d]pyrimidines) is a novel small-molecule inhibitor of Akt, which acts by binding to Akt and preventing its membrane translocation and has promising preclinical antitumor activity. In this study, we reveal a novel function of API-1 in regulation of cellular FLICE-inhibitory protein (c-FLIP) levels and TRAIL-induced apoptosis, independent of Akt inhibition. API-1 effectively induced apoptosis in tested cancer cell lines including activation of caspase-8 and caspase-9. It reduced the levels of c-FLIP without increasing the expression of death receptor 4 (DR4) or DR5. Accordingly, it synergized with TRAIL to induce apoptosis. Enforced expression of ectopic c-FLIP did not attenuate API-1-induced apoptosis but inhibited its ability to enhance TRAIL-induced apoptosis. These data indicate that downregulation of c-FLIP mediates enhancement of TRAIL-induced apoptosis by API-1 but is not sufficient for API-1-induced apoptosis. API-1-induced reduction of c-FLIP could be blocked by the proteasome inhibitor MG132. Moreover, API-1 increased c-FLIP ubiquitination and decreased c-FLIP stability. These data together suggest that API-1 downregulates c-FLIP by facilitating its ubiquitination and proteasome-mediated degradation. Because other Akt inhibitors including API-2 and MK2206 had minimal effects on reducing c-FLIP and enhancement of TRAIL-induced apoptosis, it is likely that API-1 reduces c-FLIP and enhances TRAIL-induced apoptosis independent of its Akt-inhibitory activity. 2012 AACR

  20. [Levels of mercury in samples of bees and honey from areas with and without industrial contamination].

    PubMed

    Toporcák, J; Legáth, J; Kul'ková, J

    1992-07-01

    Increasing numbers of specialists have been concerned with the problem of friendly environment in relation to man as well as to farm and wild animals. Greater interest in the biological monitoring of environment and ecosystem contamination can be observed. Determination of residues of organic and inorganic substances in bees (Apis mellifera) and in their products is one of effective possibilities of environmental pollution monitoring. Our work was aimed at the study of mercury levels in bees and their products. Mercury levels were determined in the head, abdomen and thorax of bees (Apis mellifera) from 20 bee populations coming from industrially contaminated areas with a dominant load of mercury (10 populations) and from uncontaminated areas. Mercury levels were determined simultaneously in honey coming from both contaminated and uncontaminated areas. The following mercury levels were found in bees from the contaminated area: heads 0.029-0.385 mg/kg, thorax 0.028-0.595 mg/kg and abdomen 0.083-2.255 mg/kg. Mercury levels in samples from uncontaminated areas ranged from 0.004 to 0.024 mg/kg in the heads, from 0.004 to 0.008 mg/kg in the thorax and from 0.008 to 0.020 mg/kg in the abdomen. In honey samples from the contaminated and uncontaminated areas mercury levels ranged from 0.050 to 0.212 mg/kg and from 0.001 to 0.003 mg/kg, respectively. The results of sample analyses for mercury loads in bees and honey from both contaminated and uncontaminated areas are given in Tab. I. Mean mercury levels in the single parts of the body in Apis mellifera and in honey from contaminated and uncontaminated areas are given in Figs. 1, 2, 3.(ABSTRACT TRUNCATED AT 250 WORDS)

  1. 16 CFR 311.4 - Testing.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... (“API”), Publication 1509, Thirteenth Edition, January 1995. API Publication 1509, Thirteenth Edition has been updated to API Publication 1509, Fifteenth Edition, April 2002. API Publication 1509... the materials incorporated by reference may be obtained from: API, 1220 L Street, NW., Washington, DC...

  2. 16 CFR 311.4 - Testing.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... (“API”), Publication 1509, Thirteenth Edition, January 1995. API Publication 1509, Thirteenth Edition has been updated to API Publication 1509, Fifteenth Edition, April 2002. API Publication 1509... the materials incorporated by reference may be obtained from: API, 1220 L Street, NW., Washington, DC...

  3. 16 CFR 311.4 - Testing.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... (“API”), Publication 1509, Thirteenth Edition, January 1995. API Publication 1509, Thirteenth Edition has been updated to API Publication 1509, Fifteenth Edition, April 2002. API Publication 1509... the materials incorporated by reference may be obtained from: API, 1220 L Street, NW., Washington, DC...

  4. 16 CFR 311.4 - Testing.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... (“API”), Publication 1509, Thirteenth Edition, January 1995. API Publication 1509, Thirteenth Edition has been updated to API Publication 1509, Fifteenth Edition, April 2002. API Publication 1509... the materials incorporated by reference may be obtained from: API, 1220 L Street, NW., Washington, DC...

  5. OFF, Open source Finite volume Fluid dynamics code: A free, high-order solver based on parallel, modular, object-oriented Fortran API

    NASA Astrophysics Data System (ADS)

    Zaghi, S.

    2014-07-01

    OFF, an open source (free software) code for performing fluid dynamics simulations, is presented. The aim of OFF is to solve, numerically, the unsteady (and steady) compressible Navier-Stokes equations of fluid dynamics by means of finite volume techniques: the research background is mainly focused on high-order (WENO) schemes for multi-fluids, multi-phase flows over complex geometries. To this purpose a highly modular, object-oriented application program interface (API) has been developed. In particular, the concepts of data encapsulation and inheritance available within Fortran language (from standard 2003) have been stressed in order to represent each fluid dynamics "entity" (e.g. the conservative variables of a finite volume, its geometry, etc…) by a single object so that a large variety of computational libraries can be easily (and efficiently) developed upon these objects. The main features of OFF can be summarized as follows: Programming LanguageOFF is written in standard (compliant) Fortran 2003; its design is highly modular in order to enhance simplicity of use and maintenance without compromising the efficiency; Parallel Frameworks Supported the development of OFF has been also targeted to maximize the computational efficiency: the code is designed to run on shared-memory multi-cores workstations and distributed-memory clusters of shared-memory nodes (supercomputers); the code's parallelization is based on Open Multiprocessing (OpenMP) and Message Passing Interface (MPI) paradigms; Usability, Maintenance and Enhancement in order to improve the usability, maintenance and enhancement of the code also the documentation has been carefully taken into account; the documentation is built upon comprehensive comments placed directly into the source files (no external documentation files needed): these comments are parsed by means of doxygen free software producing high quality html and latex documentation pages; the distributed versioning system referred as git has been adopted in order to facilitate the collaborative maintenance and improvement of the code; CopyrightsOFF is a free software that anyone can use, copy, distribute, study, change and improve under the GNU Public License version 3. The present paper is a manifesto of OFF code and presents the currently implemented features and ongoing developments. This work is focused on the computational techniques adopted and a detailed description of the main API characteristics is reported. OFF capabilities are demonstrated by means of one and two dimensional examples and a three dimensional real application.

  6. In Vitro and In Vivo Anti-tumoral Effects of the Flavonoid Apigenin in Malignant Mesothelioma

    PubMed Central

    Masuelli, Laura; Benvenuto, Monica; Mattera, Rosanna; Di Stefano, Enrica; Zago, Erika; Taffera, Gloria; Tresoldi, Ilaria; Giganti, Maria Gabriella; Frajese, Giovanni Vanni; Berardi, Ginevra; Modesti, Andrea; Bei, Roberto

    2017-01-01

    Malignant mesothelioma (MM) is a tumor arising from mesothelium. MM patients’ survival is poor. The polyphenol 4′,5,7,-trihydroxyflavone Apigenin (API) is a “multifunctional drug”. Several studies have demonstrated API anti-tumoral effects. However, little is known on the in vitro and in vivo anti-tumoral effects of API in MM. Thus, we analyzed the in vitro effects of API on cell proliferation, cell cycle regulation, pro-survival signaling pathways, apoptosis, and autophagy of human and mouse MM cells. We evaluated the in vivo anti-tumor activities of API in mice transplanted with MM #40a cells forming ascites. API inhibited in vitro MM cells survival, increased reactive oxygen species intracellular production and induced DNA damage. API activated apoptosis but not autophagy. API-induced apoptosis was sustained by the increase of Bax/Bcl-2 ratio, increase of p53 expression, activation of both caspase 9 and caspase 8, cleavage of PARP-1, and increase of the percentage of cells in subG1 phase. API treatment affected the phosphorylation of ERK1/2, JNK and p38 MAPKs in a cell-type specific manner, inhibited AKT phosphorylation, decreased c-Jun expression and phosphorylation, and inhibited NF-κB nuclear translocation. Intraperitoneal administration of API increased the median survival of C57BL/6 mice intraperitoneally transplanted with #40a cells and reduced the risk of tumor growth. Our findings may have important implications for the design of MM treatment using API. PMID:28674496

  7. The putative serine protease inhibitor Api m 6 from Apis mellifera venom: recombinant and structural evaluation.

    PubMed

    Michel, Y; McIntyre, M; Ginglinger, H; Ollert, M; Cifuentes, L; Blank, S; Spillner, E

    2012-01-01

    Immunoglobulin (Ig) E-mediated reactions to honeybee venom can cause severe anaphylaxis, sometimes with fatal consequences. Detailed knowledge of the allergic potential of all venom components is necessary to ensure proper diagnosis and treatment of allergy and to gain a better understanding of the allergological mechanisms of insect venoms. Our objective was to undertake an immunochemical and structural evaluation of the putative low-molecular-weight serine protease inhibitor Api m 6, a component of honeybee venom. We recombinantly produced Api m 6 as a soluble protein in Escherichia coli and in Spodoptera frugiperda (Sf9) insect cells.We also assessed specific IgE reactivity of venom-sensitized patients with 2 prokaryotically produced Api m 6 variants using enzyme-linked immunosorbent assay. Moreover, we built a structural model ofApi m 6 and compared it with other protease inhibitor structures to gain insights into the function of Api m 6. In a population of 31 honeybee venom-allergic patients, 26% showed specific IgE reactivity with prokaryotically produced Api m 6, showing it to be a minor but relevant allergen. Molecular modeling of Api m 6 revealed a typical fold of canonical protease inhibitors, supporting the putative function of this venom allergen. Although Api m 6 has a highly variant surface charge, its epitope distribution appears to be similar to that of related proteins. Api m 6 is a honeybee venom component with IgE-sensitizing potential in a fraction of venom-allergic patients. Recombinant Api m 6 can help elucidate individual component-resolved reactivity profiles and increase our understanding of immune responses to low-molecular-weight allergens

  8. Caste-specific differences in hindgut microbial communities of honey bees (Apis mellifera).

    PubMed

    Kapheim, Karen M; Rao, Vikyath D; Yeoman, Carl J; Wilson, Brenda A; White, Bryan A; Goldenfeld, Nigel; Robinson, Gene E

    2015-01-01

    Host-symbiont dynamics are known to influence host phenotype, but their role in social behavior has yet to be investigated. Variation in life history across honey bee (Apis mellifera) castes may influence community composition of gut symbionts, which may in turn influence caste phenotypes. We investigated the relationship between host-symbiont dynamics and social behavior by characterizing the hindgut microbiome among distinct honey bee castes: queens, males and two types of workers, nurses and foragers. Despite a shared hive environment and mouth-to-mouth food transfer among nestmates, we detected separation among gut microbiomes of queens, workers, and males. Gut microbiomes of nurses and foragers were similar to previously characterized honey bee worker microbiomes and to each other, despite differences in diet, activity, and exposure to the external environment. Queen microbiomes were enriched for bacteria that may enhance metabolic conversion of energy from food to egg production. We propose that the two types of workers, which have the highest diversity of operational taxonomic units (OTUs) of bacteria, are central to the maintenance of the colony microbiome. Foragers may introduce new strains of bacteria to the colony from the environment and transfer them to nurses, who filter and distribute them to the rest of the colony. Our results support the idea that host-symbiont dynamics influence microbiome composition and, reciprocally, host social behavior.

  9. Tenofovir disoproxil fumarate in Asian or Pacific Islander chronic hepatitis B patients with high viral load (≥ 9 log10 copies/ml).

    PubMed

    Fung, Scott; Gordon, Stuart C; Krastev, Zahary; Horban, Andrzej; Petersen, Jörg; Sperl, Jan; Gane, Edward; Jacobson, Ira M; Yee, Leland J; Dinh, Phillip; Martins, Eduardo B; Flaherty, John F; Kitrinos, Kathryn M; Dusheiko, Geoffrey; Trinh, Huy; Flisiak, Robert; Rustgi, Vinod K; Buti, Maria; Marcellin, Patrick

    2015-02-01

    We evaluated the antiviral response of Asian or Pacific Islander (API) patients with chronic hepatitis B (CHB) who had baseline high viral load (HVL), defined as pre-treatment hepatitis B virus (HBV) DNA ≥9 log10 copies/ml, following up to 288 weeks of tenofovir disoproxil fumarate (TDF) treatment. A total of 205 HBeAg-negative and HBeAg-positive self-described API patients received 48 weeks of TDF 300 mg (HVL n = 18) or adefovir dipivoxil 10 mg (HVL n = 15) in a blinded fashion, followed by open-label TDF for an additional 240 weeks. The proportions of HVL vs. non-HVL patients with HBV DNA <400 copies/ml were compared. Mean declines in HBV DNA were evaluated in API vs. non-API patients. Throughout the first 72 weeks of treatment, a smaller proportion of HVL API patients reached HBV DNA <400 copies/ml than non-HVL API patients. However, after this timepoint similar proportions of HVL and non-HVL API patients achieved HBV DNA <400 copies/ml (100% vs. 97%, respectively), which was maintained through week 288, where 92% of HVL patients and 99% of non-HVL API patients on treatment had HBV DNA <400 copies/ml. During the 288 weeks of treatment, API patients had similar mean HBV DNA declines as non-API patients, regardless of whether patients were HVL or non-HVL. No API HVL patient had persistent viremia at week 288. No resistance was detected among HVL or non-HVL patients. API patients with HVL CHB achieve HBV DNA <400 copies/ml with long-term TDF treatment; however, achieving viral suppression may take longer for HVL patients relative to non-HVL API patients. © 2014 John Wiley & Sons A/S. Published by John Wiley & Sons Ltd.

  10. Spatial and temporal analysis of Air Pollution Index and its timescale-dependent relationship with meteorological factors in Guangzhou, China, 2001-2011.

    PubMed

    Li, Li; Qian, Jun; Ou, Chun-Quan; Zhou, Ying-Xue; Guo, Cui; Guo, Yuming

    2014-07-01

    There is an increasing interest in spatial and temporal variation of air pollution and its association with weather conditions. We presented the spatial and temporal variation of Air Pollution Index (API) and examined the associations between API and meteorological factors during 2001-2011 in Guangzhou, China. A Seasonal-Trend Decomposition Procedure Based on Loess (STL) was used to decompose API. Wavelet analyses were performed to examine the relationships between API and several meteorological factors. Air quality has improved since 2005. APIs were highly correlated among five monitoring stations, and there were substantial temporal variations. Timescale-dependent relationships were found between API and a variety of meteorological factors. Temperature, relative humidity, precipitation and wind speed were negatively correlated with API, while diurnal temperature range and atmospheric pressure were positively correlated with API in the annual cycle. Our findings should be taken into account when determining air quality forecasts and pollution control measures. Copyright © 2014 Elsevier Ltd. All rights reserved.

  11. Physiology of reproductive worker honey bees (Apis mellifera): insights for the development of the worker caste.

    PubMed

    Peso, Marianne; Even, Naïla; Søvik, Eirik; Naeger, Nicholas L; Robinson, Gene E; Barron, Andrew B

    2016-02-01

    Reproductive and behavioural specialisations characterise advanced social insect societies. Typically, the honey bee (Apis mellifera) shows a pronounced reproductive division of labour between worker and queen castes, and a clear division of colony roles among workers. In a queenless condition, however, both of these aspects of social organisation break down. Queenless workers reproduce, forage and maintain their colony operating in a manner similar to communal bees, rather than as an advanced eusocial group. This plasticity in social organisation provides a natural experiment for exploring physiological mechanisms of division of labour. We measured brain biogenic amine (BA) levels and abdominal fat body vitellogenin gene expression levels of workers in queenright and queenless colonies. Age, ovary activation and social environment influenced brain BA levels in honey bees. BA levels were most influenced by ovary activation state in queenless bees. Vitellogenin expression levels were higher in queenless workers than queenright workers, but in both colony environments vitellogenin expression was lower in foragers than non-foragers. We propose this plasticity in the interacting signalling systems that influence both reproductive and behavioural development allows queenless workers to deviate significantly from the typical worker bee reaction norm and develop as reproductively active behavioural generalists.

  12. Usability of HL7 and SNOMED CT standards in Java Persistence API environment.

    PubMed

    Antal, Gábor; Végh, Ádám Zoltán; Bilicki, Vilmos

    2014-01-01

    Due to the need for an efficient way of communication between the different stakeholders of healthcare (e.g. doctors, pharmacists, hospitals, patients etc.), the possibility of integrating different healthcare systems occurs. However, during the integration process several problems of heterogeneity might come up, which can turn integration into a difficult task. These problems motivated the development of healthcare information standards. The main goal of the HL7 family of standards is the standardization of communication between clinical systems and the unification of clinical document formats on the structural level. The SNOMED CT standard aims the unification of the healthcare terminology, thus the development of a standard on lexical level. The goal of this article is to introduce the usability of these two standards in Java Persistence API (JPA) environment, and to examine how standard-based system components can be efficiently generated. First, we shortly introduce the structure of the standards, their advantages and disadvantages. Then, we present an architecture design method, which can help to eliminate the possible structural drawbacks of the standards, and makes code generating tools applicable for the automatic production of certain system components.

  13. A new programming metaphor for image processing procedures

    NASA Technical Reports Server (NTRS)

    Smirnov, O. M.; Piskunov, N. E.

    1992-01-01

    Most image processing systems, besides an Application Program Interface (API) which lets users write their own image processing programs, also feature a higher level of programmability. Traditionally, this is a command or macro language, which can be used to build large procedures (scripts) out of simple programs or commands. This approach, a legacy of the teletypewriter has serious drawbacks. A command language is clumsy when (and if! it attempts to utilize the capabilities of a multitasking or multiprocessor environment, it is but adequate for real-time data acquisition and processing, it has a fairly steep learning curve, and the user interface is very inefficient,. especially when compared to a graphical user interface (GUI) that systems running under Xll or Windows should otherwise be able to provide. ll these difficulties stem from one basic problem: a command language is not a natural metaphor for an image processing procedure. A more natural metaphor - an image processing factory is described in detail. A factory is a set of programs (applications) that execute separate operations on images, connected by pipes that carry data (images and parameters) between them. The programs function concurrently, processing images as they arrive along pipes, and querying the user for whatever other input they need. From the user's point of view, programming (constructing) factories is a lot like playing with LEGO blocks - much more intuitive than writing scripts. Focus is on some of the difficulties of implementing factory support, most notably the design of an appropriate API. It also shows that factories retain all the functionality of a command language (including loops and conditional branches), while suffering from none of the drawbacks outlined above. Other benefits of factory programming include self-tuning factories and the process of encapsulation, which lets a factory take the shape of a standard application both from the system and the user's point of view, and thus be used as a component of other factories. A bare-bones prototype of factory programming was implemented under the PcIPS image processing system, and a complete version (on a multitasking platform) is under development.

  14. 75 FR 58014 - Pipeline Safety: Information Collection Activity; Request for Comments

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-09-23

    ... detection systems must comply with the standards set out in American Petroleum Institute (API) publication API 1130. API 1130 requires operators to record and retain certain information regarding the operation and testing of CPM systems. Compliance with API 1130, including its recordkeeping requirements...

  15. Restful API Architecture Based on Laravel Framework

    NASA Astrophysics Data System (ADS)

    Chen, Xianjun; Ji, Zhoupeng; Fan, Yu; Zhan, Yongsong

    2017-10-01

    Web service has been an industry standard tech for message communication and integration between heterogeneous systems. RESTFUL API has become mainstream web service development paradigm after SOAP, how to effectively construct RESTFUL API remains a research hotspots. This paper presents a development model of RESTFUL API construction based on PHP language and LARAVEL framework. The key technical problems that need to be solved during the construction of RESTFUL API are discussed, and implementation details based on LARAVEL are given.

  16. Ionic liquids in drug delivery.

    PubMed

    Shamshina, Julia L; Barber, Patrick S; Rogers, Robin D

    2013-10-01

    To overcome potential problems with solid-state APIs, such as polymorphism, solubility and bioavailability, pure liquid salt (ionic liquid) forms of active pharmaceutical ingredients (API-ILs) are considered here as a design strategy. After a critical review of the current literature, the recent development of the API-ILs strategy is presented, with a particular focus on the liquefaction of drugs. A variety of IL tools for control over the liquid salt state of matter are discussed including choice of counterion to produce an IL from a given API; the concept of oligomeric ions that enables liquefaction of solid ILs by changing the stoichiometry or complexity of the ions; formation of 'liquid co-crystals' where hydrogen bonding is the driving force in the liquefaction of a neutral acid-base complex; combining an IL strategy with the prodrug strategy to improve the delivery of solid APIs; using ILs as delivery agents via trapping a drug in a micelle and finally ILs designed with tunable hydrophilic-lipophilic balance that matches the structural requirements needed to solubilize poorly water-soluble APIs. The authors believe that API-IL approaches may save failed lead candidates, extend the patent life of current APIs, lead to new delivery options or even new pharmaceutical action. They encourage the pharmaceutical industry to invest more research into the API-IL platform as it could lead to fast-tracked approval based on similarities to the APIs already approved.

  17. Detecting Runtime Anomalies in AJAX Applications through Trace Analysis

    DTIC Science & Technology

    2011-08-10

    statements by adding the instrumentation to the GWT UI classes, leaving the user code untouched. Some content management frameworks such as Drupal [12...Google web toolkit.” http://code.google.com/webtoolkit/. [12] “Form generation – drupal api.” http://api.drupal.org/api/group/form_api/6. 9

  18. Multi-Robot Systems in Military Domains (Les Systemes Multi-Robots Dans les Domaines Militaires)

    DTIC Science & Technology

    2008-12-01

    to allow him to react quickly to improve his personal safety , it is mandatory to shorten the current very long delay needed for the human operator to...Hard RT tasks 2 OS / API Process monitoring 3 H / API Flexible communication medium 4 H / API Networking capabilities 5 H / API Safety 6 API...also be considered between high level services and legacy systems. 4) This is the one of the basic requirement for CoRoDe. 5) Safety : CRC, Timeouts

  19. Integration and Exposure of Large Scale Computational Resources Across the Earth System Grid Federation (ESGF)

    NASA Astrophysics Data System (ADS)

    Duffy, D.; Maxwell, T. P.; Doutriaux, C.; Williams, D. N.; Chaudhary, A.; Ames, S.

    2015-12-01

    As the size of remote sensing observations and model output data grows, the volume of the data has become overwhelming, even to many scientific experts. As societies are forced to better understand, mitigate, and adapt to climate changes, the combination of Earth observation data and global climate model projects is crucial to not only scientists but to policy makers, downstream applications, and even the public. Scientific progress on understanding climate is critically dependent on the availability of a reliable infrastructure that promotes data access, management, and provenance. The Earth System Grid Federation (ESGF) has created such an environment for the Intergovernmental Panel on Climate Change (IPCC). ESGF provides a federated global cyber infrastructure for data access and management of model outputs generated for the IPCC Assessment Reports (AR). The current generation of the ESGF federated grid allows consumers of the data to find and download data with limited capabilities for server-side processing. Since the amount of data for future AR is expected to grow dramatically, ESGF is working on integrating server-side analytics throughout the federation. The ESGF Compute Working Team (CWT) has created a Web Processing Service (WPS) Application Programming Interface (API) to enable access scalable computational resources. The API is the exposure point to high performance computing resources across the federation. Specifically, the API allows users to execute simple operations, such as maximum, minimum, average, and anomalies, on ESGF data without having to download the data. These operations are executed at the ESGF data node site with access to large amounts of parallel computing capabilities. This presentation will highlight the WPS API, its capabilities, provide implementation details, and discuss future developments.

  20. Natural abundance 14N and 15N solid-state NMR of pharmaceuticals and their polymorphs

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Veinberg, Stanislav L.; Johnston, Karen E.; Jaroszewicz, Michael J.

    14N ultra-wideline (UW), 1H{ 15N} indirectly-detected HETCOR (idHETCOR) and 15N dynamic nuclear polarization (DNP) solid-state NMR (SSNMR) experiments, in combination with plane-wave density functional theory (DFT) calculations of 14N EFG tensors, were utilized to characterize a series of nitrogen-containing active pharmaceutical ingredients (APIs), including HCl salts of scopolamine, alprenolol, isoprenaline, acebutolol, dibucaine, nicardipine, and ranitidine. Here, a case study applying these methods for the differentiation of polymorphs of bupivacaine HCl is also presented. All experiments were conducted upon samples with naturally-abundant nitrogen isotopes. For most of the APIs, it was possible to acquire frequency-stepped UW 14N SSNMR spectra of stationarymore » samples, which display powder patterns corresponding to pseudo-tetrahedral (i.e., RR'R"NH + and RR'NH 2 +) or other (i.e., RNH 2 and RNO 2) nitrogen environments.« less

  1. Genome Sequences of Apibacter spp., Gut Symbionts of Asian Honey Bees

    PubMed Central

    Kwong, Waldan K; Steele, Margaret I; Moran, Nancy A

    2018-01-01

    Abstract Honey bees have distinct gut microbiomes consisting almost entirely of several host-specific bacterial species. We present the genomes of three strains of Apibacter spp., bacteria of the Bacteroidetes phylum that are endemic to Asian honey bee species (Apis dorsata and Apis cerana). The Apibacter strains have similar metabolic abilities to each other and to Apibacter mensalis, a species isolated from a bumble bee. They use microaerobic respiration and fermentation to catabolize a limited set of monosaccharides and dicarboxylic acids. All strains are capable of gliding motility and encode a type IX secretion system. Two strains and A. mensalis have type VI secretion systems, and all strains encode Rhs or VgrG proteins used in intercellular interactions. The characteristics of Apibacter spp. are consistent with adaptions to life in a gut environment; however, the factors responsible for host-specificity and mutualistic interactions remain to be uncovered. PMID:29635372

  2. The NIH BD2K center for big data in translational genomics

    PubMed Central

    Paten, Benedict; Diekhans, Mark; Druker, Brian J; Friend, Stephen; Guinney, Justin; Gassner, Nadine; Guttman, Mitchell; James Kent, W; Mantey, Patrick; Margolin, Adam A; Massie, Matt; Novak, Adam M; Nothaft, Frank; Pachter, Lior; Patterson, David; Smuga-Otto, Maciej; Stuart, Joshua M; Van’t Veer, Laura; Haussler, David

    2015-01-01

    The world’s genomics data will never be stored in a single repository – rather, it will be distributed among many sites in many countries. No one site will have enough data to explain genotype to phenotype relationships in rare diseases; therefore, sites must share data. To accomplish this, the genetics community must forge common standards and protocols to make sharing and computing data among many sites a seamless activity. Through the Global Alliance for Genomics and Health, we are pioneering the development of shared application programming interfaces (APIs) to connect the world’s genome repositories. In parallel, we are developing an open source software stack (ADAM) that uses these APIs. This combination will create a cohesive genome informatics ecosystem. Using containers, we are facilitating the deployment of this software in a diverse array of environments. Through benchmarking efforts and big data driver projects, we are ensuring ADAM’s performance and utility. PMID:26174866

  3. Updates to the NASA Space Telecommunications Radio System (STRS) Architecture

    NASA Technical Reports Server (NTRS)

    Kacpura, Thomas J.; Handler, Louis M.; Briones, Janette; Hall, Charles S.

    2008-01-01

    This paper describes an update of the Space Telecommunications Radio System (STRS) open architecture for NASA space based radios. The STRS architecture has been defined as a framework for the design, development, operation and upgrade of space based software defined radios, where processing resources are constrained. The architecture has been updated based upon reviews by NASA missions, radio providers, and component vendors. The STRS Standard prescribes the architectural relationship between the software elements used in software execution and defines the Application Programmer Interface (API) between the operating environment and the waveform application. Modeling tools have been adopted to present the architecture. The paper will present a description of the updated API, configuration files, and constraints. Minimum compliance is discussed for early implementations. The paper then closes with a summary of the changes made and discussion of the relevant alignment with the Object Management Group (OMG) SWRadio specification, and enhancements to the specialized signal processing abstraction.

  4. Natural abundance 14N and 15N solid-state NMR of pharmaceuticals and their polymorphs

    DOE PAGES

    Veinberg, Stanislav L.; Johnston, Karen E.; Jaroszewicz, Michael J.; ...

    2016-06-08

    14N ultra-wideline (UW), 1H{ 15N} indirectly-detected HETCOR (idHETCOR) and 15N dynamic nuclear polarization (DNP) solid-state NMR (SSNMR) experiments, in combination with plane-wave density functional theory (DFT) calculations of 14N EFG tensors, were utilized to characterize a series of nitrogen-containing active pharmaceutical ingredients (APIs), including HCl salts of scopolamine, alprenolol, isoprenaline, acebutolol, dibucaine, nicardipine, and ranitidine. Here, a case study applying these methods for the differentiation of polymorphs of bupivacaine HCl is also presented. All experiments were conducted upon samples with naturally-abundant nitrogen isotopes. For most of the APIs, it was possible to acquire frequency-stepped UW 14N SSNMR spectra of stationarymore » samples, which display powder patterns corresponding to pseudo-tetrahedral (i.e., RR'R"NH + and RR'NH 2 +) or other (i.e., RNH 2 and RNO 2) nitrogen environments.« less

  5. Ecology of Varroa destructor, the Major Ectoparasite of the Western Honey Bee, Apis mellifera.

    PubMed

    Nazzi, Francesco; Le Conte, Yves

    2016-01-01

    Varroa destructor is the most important ectoparasite of Apis mellifera. This review addresses the interactions between the varroa mite, its environment, and the honey bee host, mediated by an impressive number of cues and signals, including semiochemicals regulating crucial steps of the mite's life cycle. Although mechanical stimuli, temperature, and humidity play an important role, chemical communication is the most important channel. Kairomones are used at all stages of the mite's life cycle, and the exploitation of bees' brood pheromones is particularly significant given these compounds function as primer and releaser signals that regulate the social organization of the honey bee colony. V. destructor is a major problem for apiculture, and the search for novel control methods is an essential task for researchers. A detailed study of the ecological interactions of V. destructor is a prerequisite for creating strategies to sustainably manage the parasite.

  6. Chromium: A Stress-Processing Framework for Interactive Rendering on Clusters

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Humphreys, G,; Houston, M.; Ng, Y.-R.

    2002-01-11

    We describe Chromium, a system for manipulating streams of graphics API commands on clusters of workstations. Chromium's stream filters can be arranged to create sort-first and sort-last parallel graphics architectures that, in many cases, support the same applications while using only commodity graphics accelerators. In addition, these stream filters can be extended programmatically, allowing the user to customize the stream transformations performed by nodes in a cluster. Because our stream processing mechanism is completely general, any cluster-parallel rendering algorithm can be either implemented on top of or embedded in Chromium. In this paper, we give examples of real-world applications thatmore » use Chromium to achieve good scalability on clusters of workstations, and describe other potential uses of this stream processing technology. By completely abstracting the underlying graphics architecture, network topology, and API command processing semantics, we allow a variety of applications to run in different environments.« less

  7. Social media indicators of the food environment and state health outcomes.

    PubMed

    Nguyen, Q C; Meng, H; Li, D; Kath, S; McCullough, M; Paul, D; Kanokvimankul, P; Nguyen, T X; Li, F

    2017-07-01

    Contextual factors can influence health through exposures to health-promoting and risk-inducing factors. The aim of this study was to (1) build, from geotagged Twitter and Yelp data, a national food environment database and (2) to test associations between state food environment indicators and health outcomes. This is a cross-sectional study based upon secondary analyses of publicly available data. Using Twitter's Streaming Application Programming Interface (API), we collected and processed 4,041,521 food-related, geotagged tweets between April 2015 and March 2016. Using Yelp's Search API, we collected data on 505,554 unique food-related businesses. In linear regression models, we examined associations between food environment characteristics and state-level health outcomes, controlling for state-level differences in age, percent non-Hispanic white, and median household income. A one standard deviation increase in caloric density of food tweets was related to higher all-cause mortality (+46.50 per 100,000), diabetes (+0.75%), obesity (+1.78%), high cholesterol (+1.40%), and fair/poor self-rated health (2.01%). More burger Yelp listings were related to higher prevalence of diabetes (+0.55%), obesity (1.35%), and fair/poor self-rated health (1.12%). More alcohol tweets and Yelp bars and pub listings were related to higher state-level binge drinking and heavy drinking, but lower mortality and lower percent reporting fair/poor self-rated health. Supplemental analyses with county-level social media indicators and county health outcomes resulted in finding similar but slightly attenuated associations compared to those found at the state level. Social media can be utilized to create indicators of the food environment that are associated with area-level mortality, health behaviors, and chronic conditions. Copyright © 2017 The Royal Society for Public Health. Published by Elsevier Ltd. All rights reserved.

  8. Diagnosis and treatment of limb fractures associated with acute peripheral ischemia.

    PubMed

    Popescu, G I; Lupescu, O; Nagea, M; Patru, C

    2013-01-01

    Acute Peripheral Ischemia (API) is the most severe acute complication after both open and closed fractures, as ischemia compromises not only the vitality of the affected limb, but also the patient's life, because metabolic anaerobic changes following ischemia have serious local and general consequences. These explain why early diagnosis of API is very important for the prognosis of the traumatized limb.The authors analyse cases when API was not diagnosed immediately after trauma, but some time after the first examination, due to either low systolic BP or to late onset of API. The patients were analysed concerning the type of the fracture, the reason for delayed diagnosis of API, the moment of API diagnosis and the arterial injury. In all those cases, surgery was performed immediately after API diagnosis, in order to identify and treat the complex injuries(bone and vascular). Celsius.

  9. Infectivity and virulence of Nosema ceranae and Nosema apis in commercially available North American honey bees

    USDA-ARS?s Scientific Manuscript database

    Nosema ceranae infection is ubiquitous in western honey bees, Apis mellifera. In the US, displacement of N. apis in bee colonies suggests that N. ceranae has competitive advantages. Our study, however, showed that N. ceranae was significantly less infective and less virulent than N. apis in commerc...

  10. 47 CFR 61.46 - Adjustments to the API.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... 47 Telecommunication 3 2014-10-01 2014-10-01 false Adjustments to the API. 61.46 Section 61.46... Rules for Dominant Carriers § 61.46 Adjustments to the API. (a) Except as provided in paragraphs (d) and... cap local exchange carrier must calculate an API for each affected basket pursuant to the following...

  11. 47 CFR 61.46 - Adjustments to the API.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... 47 Telecommunication 3 2012-10-01 2012-10-01 false Adjustments to the API. 61.46 Section 61.46... Rules for Dominant Carriers § 61.46 Adjustments to the API. (a) Except as provided in paragraphs (d) and... cap local exchange carrier must calculate an API for each affected basket pursuant to the following...

  12. 47 CFR 61.46 - Adjustments to the API.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... 47 Telecommunication 3 2011-10-01 2011-10-01 false Adjustments to the API. 61.46 Section 61.46... Rules for Dominant Carriers § 61.46 Adjustments to the API. (a) Except as provided in paragraphs (d) and... cap local exchange carrier must calculate an API for each affected basket pursuant to the following...

  13. 47 CFR 61.46 - Adjustments to the API.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 47 Telecommunication 3 2010-10-01 2010-10-01 false Adjustments to the API. 61.46 Section 61.46... Rules for Dominant Carriers § 61.46 Adjustments to the API. (a) Except as provided in paragraphs (d) and... carrier must calculate an API for each affected basket pursuant to the following methodology: APIt = APIt...

  14. 47 CFR 61.46 - Adjustments to the API.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... 47 Telecommunication 3 2013-10-01 2013-10-01 false Adjustments to the API. 61.46 Section 61.46... Rules for Dominant Carriers § 61.46 Adjustments to the API. (a) Except as provided in paragraphs (d) and... cap local exchange carrier must calculate an API for each affected basket pursuant to the following...

  15. Compositional mining of multiple object API protocols through state abstraction.

    PubMed

    Dai, Ziying; Mao, Xiaoguang; Lei, Yan; Qi, Yuhua; Wang, Rui; Gu, Bin

    2013-01-01

    API protocols specify correct sequences of method invocations. Despite their usefulness, API protocols are often unavailable in practice because writing them is cumbersome and error prone. Multiple object API protocols are more expressive than single object API protocols. However, the huge number of objects of typical object-oriented programs poses a major challenge to the automatic mining of multiple object API protocols: besides maintaining scalability, it is important to capture various object interactions. Current approaches utilize various heuristics to focus on small sets of methods. In this paper, we present a general, scalable, multiple object API protocols mining approach that can capture all object interactions. Our approach uses abstract field values to label object states during the mining process. We first mine single object typestates as finite state automata whose transitions are annotated with states of interacting objects before and after the execution of the corresponding method and then construct multiple object API protocols by composing these annotated single object typestates. We implement our approach for Java and evaluate it through a series of experiments.

  16. Compositional Mining of Multiple Object API Protocols through State Abstraction

    PubMed Central

    Mao, Xiaoguang; Qi, Yuhua; Wang, Rui; Gu, Bin

    2013-01-01

    API protocols specify correct sequences of method invocations. Despite their usefulness, API protocols are often unavailable in practice because writing them is cumbersome and error prone. Multiple object API protocols are more expressive than single object API protocols. However, the huge number of objects of typical object-oriented programs poses a major challenge to the automatic mining of multiple object API protocols: besides maintaining scalability, it is important to capture various object interactions. Current approaches utilize various heuristics to focus on small sets of methods. In this paper, we present a general, scalable, multiple object API protocols mining approach that can capture all object interactions. Our approach uses abstract field values to label object states during the mining process. We first mine single object typestates as finite state automata whose transitions are annotated with states of interacting objects before and after the execution of the corresponding method and then construct multiple object API protocols by composing these annotated single object typestates. We implement our approach for Java and evaluate it through a series of experiments. PMID:23844378

  17. Physicochemical characterisation and investigation of the bonding mechanisms of API-titanate nanotube composites as new drug carrier systems.

    PubMed

    Sipos, Barbara; Pintye-Hódi, Klára; Kónya, Zoltán; Kelemen, András; Regdon, Géza; Sovány, Tamás

    2017-02-25

    Titanate nanotube (TNT) has recently been explored as a new carrier material for active pharmaceutical ingredients (API). The aim of the present work was to reveal the physicochemical properties of API-TNT composites, focusing on the interactions between the TNTs and the incorporated APIs. Drugs belonging to different Biopharmaceutical Classification System (BCS) classes were loaded into TNTs: diltiazem hydrochloride (BCS I.), diclofenac sodium (BCS II.), atenolol (BCS III.) and hydrochlorothiazide (BCS IV.). Experimental results demonstrated that it is feasible for spiral cross-sectioned titanate nanotubes to carry drugs and maintain their bioactivity. The structural properties of the composites were characterized by a range of analytical techniques, including FT-IR, DSC, TG-MS, etc. The interactions between APIs and TNTs were identified as electrostatic attractions, mainly dominated by hydrogen bonds. Based on the results, it can be stated that the strength of the association depends on the hydrogen donor strength of the API. The drug release of incorporated APIs was evaluated from compressed tablets and compared to that of pure APIs. Differences noticed in the dissolution profiles due to incorporation showed a correlation with the strength of interactions between the APIs and the TNTs observed in the above analytical studies. Copyright © 2016 Elsevier B.V. All rights reserved.

  18. Resolution and sensitivity of the eyes of the Asian honeybees Apis florea, Apis cerana and Apis dorsata.

    PubMed

    Somanathan, Hema; Warrant, Eric J; Borges, Renee M; Wallén, Rita; Kelber, Almut

    2009-08-01

    Bees of the genus Apis are important foragers of nectar and pollen resources. Although the European honeybee, Apis mellifera, has been well studied with respect to its sensory abilities, learning behaviour and role as pollinators, much less is known about the other Apis species. We studied the anatomical spatial resolution and absolute sensitivity of the eyes of three sympatric species of Asian honeybees, Apis cerana, Apis florea and Apis dorsata and compared them with the eyes of A. mellifera. Of these four species, the giant honeybee A. dorsata (which forages during moonlit nights) has the lowest spatial resolution and the most sensitive eyes, followed by A. mellifera, A. cerana and the dwarf honeybee, A. florea (which has the smallest acceptance angles and the least sensitive eyes). Moreover, unlike the strictly diurnal A. cerana and A. florea, A. dorsata possess large ocelli, a feature that it shares with all dim-light bees. However, the eyes of the facultatively nocturnal A. dorsata are much less sensitive than those of known obligately nocturnal bees such as Megalopta genalis in Panama and Xylocopa tranquebarica in India. The differences in sensitivity between the eyes of A. dorsata and other strictly diurnal Apis species cannot alone explain why the former is able to fly, orient and forage at half-moon light levels. We assume that additional neuronal adaptations, as has been proposed for A. mellifera, M. genalis and X. tranquebarica, might exist in A. dorsata.

  19. Improving the API dissolution rate during pharmaceutical hot-melt extrusion I: Effect of the API particle size, and the co-rotating, twin-screw extruder screw configuration on the API dissolution rate.

    PubMed

    Li, Meng; Gogos, Costas G; Ioannidis, Nicolas

    2015-01-15

    The dissolution rate of the active pharmaceutical ingredients in pharmaceutical hot-melt extrusion is the most critical elementary step during the extrusion of amorphous solid solutions - total dissolution has to be achieved within the short residence time in the extruder. Dissolution and dissolution rates are affected by process, material and equipment variables. In this work, we examine the effect of one of the material variables and one of the equipment variables, namely, the API particle size and extruder screw configuration on the API dissolution rate, in a co-rotating, twin-screw extruder. By rapidly removing the extruder screws from the barrel after achieving a steady state, we collected samples along the length of the extruder screws that were characterized by polarized optical microscopy (POM) and differential scanning calorimetry (DSC) to determine the amount of undissolved API. Analyses of samples indicate that reduction of particle size of the API and appropriate selection of screw design can markedly improve the dissolution rate of the API during extrusion. In addition, angle of repose measurements and light microscopy images show that the reduction of particle size of the API can improve the flowability of the physical mixture feed and the adhesiveness between its components, respectively, through dry coating of the polymer particles by the API particles. Copyright © 2014. Published by Elsevier B.V.

  20. Comparison of Vitek Matrix-assisted Laser Desorption/Ionization Time-of-Flight Mass Spectrometry Versus Conventional Methods in Candida Identification.

    PubMed

    Keçeli, Sema Aşkın; Dündar, Devrim; Tamer, Gülden Sönmez

    2016-02-01

    Candida species are generally identified by conventional methods such as germ tube or morphological appearance on corn meal agar, biochemical methods using API kits and molecular biological methods. Alternative to these methods, rapid and accurate identification methods of microorganisms called matrix-assisted laser desorption/ionization time-of-flight mass spectrometry (MALDİ-TOF MS) has recently been described. In this study, Candida identification results by API Candida kit, API 20C AUX kit and identifications on corn meal agar (CMA) are compared with the results obtained on Vitek-MS. All results were confirmed by sequencing internal transcribed spacer (ITS) regions of rDNA. Totally, 97 Candida strains were identified by germ tube test, CMA, API and Vitek-MS. Vitek-MS results were compatible with 74.2 % of API 20C AUX and 81.4 % of CMA results. The difference between the results of API Candida and API 20C AUX was detected. The ratio of discrepancy between Vitek-MS and API 20C AUX was 25.8 %. Candida species mostly identified as C. famata or C. tropicalis by and not compatible with API kits were identified as C. albicans by Vitek-MS. Sixteen Candida species having discrepant results with Vitek-MS, API or CMA were randomly chosen, and ITS sequence analysis was performed. The results of sequencing were compatible 56.2 % with API 20C AUX, 50 % with CMA and 93.7 % with Vitek-MS. When compared with conventional identification methods, MS results are more reliable and rapid for Candida identification. MS system may be used as routine identification method in clinical microbiology laboratories.

  1. Development of an in-line Raman spectroscopic method for continuous API quantification during twin-screw wet granulation.

    PubMed

    Harting, Julia; Kleinebudde, Peter

    2018-04-01

    Raman spectroscopy was evaluated as a process analytical technology (PAT) tool for continuous API quantification during twin-screw wet granulation. Therefore, a Raman probe was implemented in front of the granulator barrel. This setup enabled the collection of Raman spectra upon a constant granule flow. To develop an in-line PLS calibration model, eight binary mixtures of the API and lactose monohydrate with API contents between 5 and 50% were pre-blended and granulated in a twin-screw granulator with a screw speed of 150 rpm and a powder feed rate of 40 g/min. Water was used as a granulation liquid with different liquid to solid ratios depending on the API content. Ibuprofen and diclofenac sodium were chosen as model drugs and separated PLS models were built for each API. The predictive performance of the developed PLS models was determined by granulating and monitoring new test samples containing different API concentrations. This evaluation showed that the models were able to predict the API concentration with an RMSEP of 0.59% for ibuprofen and 1.5% for diclofenac sodium. In a second part, the developed in-line Raman spectroscopic method was used to determine the API concentration during a split feeding process. Therefore, the API and lactose monohydrate were added by two independently adjustable feeders into the twin-screw granulator barrel. The in-line spectroscopy analysis which was verified by UV-analysis indicated that the mixing ability of the twin-screw granulator was good for the used settings and all adjusted API concentrations. Copyright © 2018 Elsevier B.V. All rights reserved.

  2. Component resolution reveals additional major allergens in patients with honeybee venom allergy.

    PubMed

    Köhler, Julian; Blank, Simon; Müller, Sabine; Bantleon, Frank; Frick, Marcel; Huss-Marp, Johannes; Lidholm, Jonas; Spillner, Edzard; Jakob, Thilo

    2014-05-01

    Detection of IgE to recombinant Hymenoptera venom allergens has been suggested to improve the diagnostic precision in Hymenoptera venom allergy. However, the frequency of sensitization to the only available recombinant honeybee venom (HBV) allergen, rApi m 1, in patients with HBV allergy is limited, suggesting that additional HBV allergens might be of relevance. We performed an analysis of sensitization profiles of patients with HBV allergy to a panel of HBV allergens. Diagnosis of HBV allergy (n = 144) was based on history, skin test results, and allergen-specific IgE levels to HBV. IgE reactivity to 6 HBV allergens devoid of cross-reactive carbohydrate determinants (CCD) was analyzed by ImmunoCAP. IgE reactivity to rApi m 1, rApi m 2, rApi m 3, nApi m 4, rApi m 5, and rApi m 10 was detected in 72.2%, 47.9%, 50.0%, 22.9%, 58.3%, and 61.8% of the patients with HBV allergy, respectively. Positive results to at least 1 HBV allergen were detected in 94.4%. IgE reactivity to Api m 3, Api m 10, or both was detected in 68.0% and represented the only HBV allergen-specific IgE in 5% of the patients. Limited inhibition of IgE binding by therapeutic HBV and limited induction of Api m 3- and Api m 10-specific IgG4 in patients obtaining immunotherapy supports recent reports on the underrepresentation of these allergens in therapeutic HBV preparations. Analysis of a panel of CCD-free HBV allergens improved diagnostic sensitivity compared with use of rApi m 1 alone, identified additional major allergens, and revealed sensitizations to allergens that have been reported to be absent or underrepresented in therapeutic HBV preparations. Copyright © 2014 The Authors. Published by Mosby, Inc. All rights reserved.

  3. Long-Term Temporal Trends of Nosema spp. Infection Prevalence in Northeast Germany: Continuous Spread of Nosema ceranae, an Emerging Pathogen of Honey Bees (Apis mellifera), but No General Replacement of Nosema apis.

    PubMed

    Gisder, Sebastian; Schüler, Vivian; Horchler, Lennart L; Groth, Detlef; Genersch, Elke

    2017-01-01

    The Western honey bee ( Apis mellifera ) is widely used as commercial pollinator in worldwide agriculture and, therefore, plays an important role in global food security. Among the parasites and pathogens threatening health and survival of honey bees are two species of microsporidia, Nosema apis and Nosema ceranae. Nosema ceranae is considered an emerging pathogen of the Western honey bee. Reports on the spread of N. ceranae suggested that this presumably highly virulent species is replacing its more benign congener N. apis in the global A. mellifera population. We here present a 12 year longitudinal cohort study on the prevalence of N. apis and N. ceranae in Northeast Germany. Between 2005 and 2016, a cohort of about 230 honey bee colonies originating from 23 apiaries was sampled twice a year (spring and autumn) resulting in a total of 5,600 bee samples which were subjected to microscopic and molecular analysis for determining the presence of infections with N. apis or/and N. ceranae . Throughout the entire study period, both N. apis - and N. ceranae -infections could be diagnosed within the cohort. Logistic regression analysis of the prevalence data demonstrated a significant increase of N. ceranae -infections over the last 12 years, both in autumn (reflecting the development during the summer) and in spring (reflecting the development over winter) samples. Cell culture experiments confirmed that N. ceranae has a higher proliferative potential than N. apis at 27° and 33°C potentially explaining the increase in N. ceranae prevalence during summer. In autumn, characterized by generally low infection prevalence, this increase was accompanied by a significant decrease in N. apis -infection prevalence. In contrast, in spring, the season with a higher prevalence of infection, no significant decrease of N. apis infections despite a significant increase in N. ceranae infections could be observed. Therefore, our data do not support a general advantage of N. ceranae over N. apis and an overall replacement of N. apis by N. ceranae in the studied honey bee population.

  4. Long-Term Temporal Trends of Nosema spp. Infection Prevalence in Northeast Germany: Continuous Spread of Nosema ceranae, an Emerging Pathogen of Honey Bees (Apis mellifera), but No General Replacement of Nosema apis

    PubMed Central

    Gisder, Sebastian; Schüler, Vivian; Horchler, Lennart L.; Groth, Detlef; Genersch, Elke

    2017-01-01

    The Western honey bee (Apis mellifera) is widely used as commercial pollinator in worldwide agriculture and, therefore, plays an important role in global food security. Among the parasites and pathogens threatening health and survival of honey bees are two species of microsporidia, Nosema apis and Nosema ceranae. Nosema ceranae is considered an emerging pathogen of the Western honey bee. Reports on the spread of N. ceranae suggested that this presumably highly virulent species is replacing its more benign congener N. apis in the global A. mellifera population. We here present a 12 year longitudinal cohort study on the prevalence of N. apis and N. ceranae in Northeast Germany. Between 2005 and 2016, a cohort of about 230 honey bee colonies originating from 23 apiaries was sampled twice a year (spring and autumn) resulting in a total of 5,600 bee samples which were subjected to microscopic and molecular analysis for determining the presence of infections with N. apis or/and N. ceranae. Throughout the entire study period, both N. apis- and N. ceranae-infections could be diagnosed within the cohort. Logistic regression analysis of the prevalence data demonstrated a significant increase of N. ceranae-infections over the last 12 years, both in autumn (reflecting the development during the summer) and in spring (reflecting the development over winter) samples. Cell culture experiments confirmed that N. ceranae has a higher proliferative potential than N. apis at 27° and 33°C potentially explaining the increase in N. ceranae prevalence during summer. In autumn, characterized by generally low infection prevalence, this increase was accompanied by a significant decrease in N. apis-infection prevalence. In contrast, in spring, the season with a higher prevalence of infection, no significant decrease of N. apis infections despite a significant increase in N. ceranae infections could be observed. Therefore, our data do not support a general advantage of N. ceranae over N. apis and an overall replacement of N. apis by N. ceranae in the studied honey bee population. PMID:28730143

  5. In Vivo Efficacy and Pharmacokinetics of Optimized Apidaecin Analogs

    NASA Astrophysics Data System (ADS)

    Schmidt, Rico; Knappe, Daniel; Wende, Elisabeth; Ostorházi, Eszter; Hoffmann, Ralf

    2017-03-01

    Proline-rich antimicrobial peptides (PrAMPs) represent promising alternative therapeutic options for the treatment of multidrug-resistant bacterial infections. PrAMPs are predominantly active against Gram-negative bacteria by inhibiting protein expression via at least two different modes of action, i.e., blocking the ribosomal exit tunnel of 70S ribosomes (oncocin-type binding) or inhibiting the assembly of the 50S ribosomal subunit (apidaecin-type binding). The in vivo efficacy and favorable biodistribution of oncocins confirmed the therapeutic potential of short PrAMPs for the first time, whereas the in vivo evaluation of apidaecins is still limited despite the promising efficacy of apidaecin-analog Api88 in an intraperitoneal murine infection model. Here, the in vivo efficacy of apidaecin-analog Api137 was studied, which rescued all NMRI mice from a lethal intraperitoneal infection with E. coli ATCC 25922 when administered three times intraperitoneal at doses of 0.6 mg/kg starting one hour after infection. When Api88 and Api137 were administered intravenous or intraperitoneal at doses of 5 and 20 mg/kg, their plasma levels were similarly low (<3 µg/mL) and fourfold lower than for oncocin-analog Onc72. This contradicted earlier expectation based on the very low serum stability of Api88 with a half-life time of only 5 min compared to 6 hrs and 3 hrs for Api137 and Onc72, respectively. Pharmacokinetic data relying on a sensitive mass spectrometry method utilizing multiple reaction monitoring and isotope-labeled peptides revealed that Api88 and Api137 were present in blood, urine, and kidney, and liver homogenates at similar levels accompanied by the same major metabolites comprising residues 1-16 and 1-17. The pretended discrepancy was solved, when all peptides were incubated in peritoneal lavage. Api137 was rapidly degraded at the C-terminus, while Api88 was rather stable despite releasing the same degradation products. Onc72 was very stable explaining its higher plasma levels compared to Api88 and Api137 after intraperitoneal administration illuminating its good in vivo efficacy. The data indicate that the degradation of therapeutic peptides should be studied in serum and further body fluids. Moreover, the high efficacy in murine infection models and the fast clearance of Api88 and Api137 within 60 min after intravenous and 90 min after intraperitoneal injections indicate that

  6. A Slovenian version of the "clinical learning environment, supervision and nurse teacher scale (Cles+T)" and its comparison with the Croatian version.

    PubMed

    Žvanut, Boštjan; Lovrić, Robert; Kolnik, Tamara Štemberger; Šavle, Majda; Pucer, Patrik

    2018-05-01

    Nursing clinical learning environments are particularly important for the achievement of good practice in clinical training of student nurses, and thus, for the nursing competence development. Hence, it is important to have an instrument consisting of reliable and valid criteria for assessing the clinical learning environment, applicable in different contexts, and translated in the respondents mother tongue. The goal of the present research was to test the reliability and validity of the Slovenian version of the "Clinical Learning Environment, Supervision and Nurse Teacher evaluation scale", and to compare it with the Croatian version. The data was collected between 10 March and 10 June 2015 at four Slovenian institutions, where nursing BSc study programmes are performed. The final sample consisted of 232 students (response rate 68.8%): 81.9% were females and 18.1% males, average age was 23. The translated instrument in Slovenian language resulted as reliable and valid, it reflects the expected five factors of the original version despite some minor problems in the factor structure and in test-retest. The most important difference between the Slovenian and Croatian version is in the factor structure regarding the implementation of roles in clinical learning environment. Copyright © 2018 Elsevier Ltd. All rights reserved.

  7. A Simulation Environment for Aerodynamic Analysis and Design of Flapping Wing Micro Air Vehicles

    DTIC Science & Technology

    2010-01-01

    parametric study involving numerous configurations with multiple flight conditions must be conducted in order to determine the potential "best design...virilis Honey Bee : Apis mellifica Bumble Bee : Bombus terrestris Hummingbird: Archi lochus colubris Hawkmoth: Manduca Sexta Hummingbird...Sf. WORK UNIT NUMBER 7. PERFORMING ORGANIZATION NAME(S) AND ADDRESS(ES) B.PERFORMING ORGANIZATION REPORT NUMBER Streamline Numerics , Inc. SNI-CR

  8. Active peptidomimetic insect kinin analogs with type VI turn motif 4-aminopyroglutamate lack native peptide bonds

    USDA-ARS?s Scientific Manuscript database

    Two stereochemical variant insect kinin mimetic analogs 1796 and 1797 containing (2S,4S)-APy (APy) and (2R,4S)-APy (Apy), respectively, were synthesized and evaluated on isolated Malpighian tubules of the house cricket Acheta domesticus to determine if they could retain the fluid secretion stimulat...

  9. Web Services--A Buzz Word with Potentials

    Treesearch

    János T. Füstös

    2006-01-01

    The simplest definition of a web service is an application that provides a web API. The web API exposes the functionality of the solution to other applications. The web API relies on other Internet-based technologies to manage communications. The resulting web services are pervasive, vendor-independent, language-neutral, and very low-cost. The main purpose of a web API...

  10. Provenance Store Evaluation

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Paulson, Patrick R.; Gibson, Tara D.; Schuchardt, Karen L.

    2008-03-01

    Requirements for the provenance store and access API are developed. Existing RDF stores and APIs are evaluated against the requirements and performance benchmarks. The team’s conclusion is to use MySQL as a database backend, with a possible move to Oracle in the near-term future. Both Jena and Sesame’s APIs will be supported, but new code will use the Jena API

  11. PedVizApi: a Java API for the interactive, visual analysis of extended pedigrees.

    PubMed

    Fuchsberger, Christian; Falchi, Mario; Forer, Lukas; Pramstaller, Peter P

    2008-01-15

    PedVizApi is a Java API (application program interface) for the visual analysis of large and complex pedigrees. It provides all the necessary functionality for the interactive exploration of extended genealogies. While available packages are mostly focused on a static representation or cannot be added to an existing application, PedVizApi is a highly flexible open source library for the efficient construction of visual-based applications for the analysis of family data. An extensive demo application and a R interface is provided. http://www.pedvizapi.org

  12. A Monte Carlo modeling alternative for the API Gamma Ray Calibration Facility.

    PubMed

    Galford, J E

    2017-04-01

    The gamma ray pit at the API Calibration Facility, located on the University of Houston campus, defines the API unit for natural gamma ray logs used throughout the petroleum logging industry. Future use of the facility is uncertain. An alternative method is proposed to preserve the gamma ray API unit definition as an industry standard by using Monte Carlo modeling to obtain accurate counting rate-to-API unit conversion factors for gross-counting and spectral gamma ray tool designs. Copyright © 2017 Elsevier Ltd. All rights reserved.

  13. Hierarchy Software Development Framework (h-dp-fwk) project

    NASA Astrophysics Data System (ADS)

    Zaytsev, A.

    2010-04-01

    Hierarchy Software Development Framework provides a lightweight tool for building portable modular applications for performing automated data analysis tasks in a batch mode. The history of design and development activities devoted to the project has begun in March 2005 and from the very beginning it was targeting the case of building experimental data processing applications for the CMD-3 experiment which is being commissioned at Budker Institute of Nuclear Physics (BINP, Novosibirsk, Russia). Its design addresses the generic case of modular data processing application operating within the well defined distributed computing environment. The main features of the framework are modularity, built-in message and data exchange mechanisms, XInclude and XML schema enabled XML configuration management tools, dedicated log management tools, internal debugging tools, both dynamic and static module chains support, internal DSO version and consistency checking, well defined API for developing specialized frameworks. It is supported on Scientific Linux 4 and 5 and planned to be ported to other platforms as well. The project is provided with the comprehensive set of technical documentation and users' guides. The licensing schema for the source code, binaries and documentation implies that the product is free for non-commercial use. Although the development phase is not over and many features are to be implemented yet the project is considered ready for public use and creating applications in various fields including development of events reconstruction software for small and moderate scale HEP experiments.

  14. Interactive 2D to 3D stereoscopic image synthesis

    NASA Astrophysics Data System (ADS)

    Feldman, Mark H.; Lipton, Lenny

    2005-03-01

    Advances in stereoscopic display technologies, graphic card devices, and digital imaging algorithms have opened up new possibilities in synthesizing stereoscopic images. The power of today"s DirectX/OpenGL optimized graphics cards together with adapting new and creative imaging tools found in software products such as Adobe Photoshop, provide a powerful environment for converting planar drawings and photographs into stereoscopic images. The basis for such a creative process is the focus of this paper. This article presents a novel technique, which uses advanced imaging features and custom Windows-based software that utilizes the Direct X 9 API to provide the user with an interactive stereo image synthesizer. By creating an accurate and interactive world scene with moveable and flexible depth map altered textured surfaces, perspective stereoscopic cameras with both visible frustums and zero parallax planes, a user can precisely model a virtual three-dimensional representation of a real-world scene. Current versions of Adobe Photoshop provide a creative user with a rich assortment of tools needed to highlight elements of a 2D image, simulate hidden areas, and creatively shape them for a 3D scene representation. The technique described has been implemented as a Photoshop plug-in and thus allows for a seamless transition of these 2D image elements into 3D surfaces, which are subsequently rendered to create stereoscopic views.

  15. Using the Generic Mapping Tools From Within the MATLAB, Octave and Julia Computing Environments

    NASA Astrophysics Data System (ADS)

    Luis, J. M. F.; Wessel, P.

    2016-12-01

    The Generic Mapping Tools (GMT) is a widely used software infrastructure tool set for analyzing and displaying geoscience data. Its power to analyze and process data and produce publication-quality graphics has made it one of several standard processing toolsets used by a large segment of the Earth and Ocean Sciences. GMT's strengths lie in superior publication-quality vector graphics, geodetic-quality map projections, robust data processing algorithms scalable to enormous data sets, and ability to run under all common operating systems. The GMT tool chest offers over 120 modules sharing a common set of command options, file structures, and documentation. GMT modules are command line tools that accept input and write output, and this design allows users to write scripts in which one module's output becomes another module's input, creating highly customized GMT workflows. With the release of GMT 5, these modules are high-level functions with a C API, potentially allowing users access to high-level GMT capabilities from any programmable environment. Many scientists who use GMT also use other computational tools, such as MATLAB® and its clone Octave. We have built a MATLAB/Octave interface on top of the GMT 5 C API. Thus, MATLAB or Octave now has full access to all GMT modules as well as fundamental input/output of GMT data objects via a MEX function. Internally, the GMT/MATLAB C API defines six high-level composite data objects that handle input and output of data via individual GMT modules. These are data tables, grids, text tables (text/data mixed records), color palette tables, raster images (1-4 color bands), and PostScript. The API is responsible for translating between the six GMT objects and the corresponding native MATLAB objects. References to data arrays are passed if transposing of matrices is not required. The GMT and MATLAB/Octave combination is extremely flexible, letting the user harvest the general numerical and graphical capabilities of both systems, and represents a giant step forward in interoperability between GMT and other software package. We will present examples of the symbiotic benefits of combining these platforms. Two other extensions are also in the works: a nearly finished Julia wrapper and an embryonic Python module. Publication supported by FCT- project UID/GEO/50019/2013 - Instituto D. Luiz

  16. Engineered particles demonstrate improved flow properties at elevated drug loadings for direct compression manufacturing.

    PubMed

    Trementozzi, Andrea N; Leung, Cheuk-Yui; Osei-Yeboah, Frederick; Irdam, Erwin; Lin, Yiqing; MacPhee, J Michael; Boulas, Pierre; Karki, Shyam B; Zawaneh, Peter N

    2017-05-15

    Optimizing powder flow and compaction properties are critical for ensuring a robust tablet manufacturing process. The impact of flow and compaction properties of the active pharmaceutical ingredient (API) becomes progressively significant for higher drug load formulations, and for scaling up manufacturing processes. This study demonstrated that flow properties of a powder blend can be improved through API particle engineering, without critically impacting blend tabletability at elevated drug loadings. In studying a jet milled API (D 50 =24μm) and particle engineered wet milled API (D 50 =70μm and 90μm), flow functions of all API lots were similarly poor despite the vast difference in average particle size (ff c <4). This finding strays from the common notion that powder flow properties are directly correlated to particle size distribution. Upon adding excipients, however, clear trends in flow functions based on API particle size were observed. Wet milled API blends had a much improved flow function (ff c >10) compared with the jet milled API blends. Investigation of the compaction properties of both wet and jet milled powder blends also revealed that both jet and wet milled material produced robust tablets at the drug loadings used. The ability to practically demonstrate this uncommon observation that similarly poor flowing APIs can lead to a marked difference upon blending is important for pharmaceutical development. It is especially important in early phase development during API selection, and is advantageous particularly when material-sparing techniques are utilized. Copyright © 2017 Elsevier B.V. All rights reserved.

  17. Magnetic Material Arrangement In Apis Mellifera Abdomens

    DTIC Science & Technology

    2002-04-01

    UNCLASSIFIED Defense Technical Information Center Compilation Part Notice ADP014406 TITLE: Magnetic Material Arrangement In Apis Mellifera Abdomens...Magnetic Material Arrangement In Apis Mellifera Abdomens Darci M. S. Esquivel, Eliane Wajnberg, Geraldo R. Cernicchiaro, Daniel Acosta-Avalos’ and B.E...transition (52 K- 91 K). Hysteresis curves of Apis mellifera abdomens organized parallel and perpendicular to the applied magnetic field were obtained

  18. Public evaluation of an announcement of public interests communicated by an AIDS patient.

    PubMed

    Lau, J T; Cheung, C K

    1999-01-01

    Announcements of public interests (APIs) on television (TV) have been an important means of AIDS prevention. Recently in Hong Kong, the first API on TV which was communicated by a male AIDS patient, named J.J., was displayed on the screen from April to December, 1995. The objective of this study is to examine the effectiveness of this API, as compared with other APIs previously shown in Hong Kong. Collecting data from a random sample of 1,275 residential respondents in Hong Kong through a telephone survey, this study demonstrated that the public gave very favorable evaluation on J.J.'s API, when compared with other APIs. Remarkable impacts of J.J.'s API on the public included increasing concern for AIDS, condom use, and testing blood for HIV infection, and reducing the number of sex partners. The impacts tended to be more salient on male than female viewers. Some of these impacts also appeared to vary by different levels of education and family income.

  19. GIANT API: an application programming interface for functional genomics

    PubMed Central

    Roberts, Andrew M.; Wong, Aaron K.; Fisk, Ian; Troyanskaya, Olga G.

    2016-01-01

    GIANT API provides biomedical researchers programmatic access to tissue-specific and global networks in humans and model organisms, and associated tools, which includes functional re-prioritization of existing genome-wide association study (GWAS) data. Using tissue-specific interaction networks, researchers are able to predict relationships between genes specific to a tissue or cell lineage, identify the changing roles of genes across tissues and uncover disease-gene associations. Additionally, GIANT API enables computational tools like NetWAS, which leverages tissue-specific networks for re-prioritization of GWAS results. The web services covered by the API include 144 tissue-specific functional gene networks in human, global functional networks for human and six common model organisms and the NetWAS method. GIANT API conforms to the REST architecture, which makes it stateless, cacheable and highly scalable. It can be used by a diverse range of clients including web browsers, command terminals, programming languages and standalone apps for data analysis and visualization. The API is freely available for use at http://giant-api.princeton.edu. PMID:27098035

  20. Can the Air Pollution Index be used to communicate the health risks of air pollution?

    PubMed

    Li, Li; Lin, Guo-Zhen; Liu, Hua-Zhang; Guo, Yuming; Ou, Chun-Quan; Chen, Ping-Yan

    2015-10-01

    The validity of using the Air Pollution Index (API) to assess health impacts of air pollution and potential modification by individual characteristics on air pollution effects remain uncertain. We applied distributed lag non-linear models (DLNMs) to assess associations of daily API, specific pollution indices for PM10, SO2, NO2 and the weighted combined API (APIw) with mortality during 2003-2011 in Guangzhou, China. An increase of 10 in API was associated with a 0.88% (95% confidence interval (CI): 0.50, 1.27%) increase of non-accidental mortality at lag 0-2 days. Harvesting effects appeared after 2 days' exposure. The effect estimate of API over lag 0-15 days was statistically significant and similar with those of pollutant-specific indices and APIw. Stronger associations between API and mortality were observed in the elderly, females and residents with low educational attainment. In conclusion, the API can be used to communicate health risks of air pollution. Copyright © 2015 Elsevier Ltd. All rights reserved.

  1. Reliability of the Participation and Sensory Environment Questionnaire: Teacher Version

    ERIC Educational Resources Information Center

    Piller, Aimee; Fletcher, Tina; Pfeiffer, Beth; Dunlap, Karen; Pickens, Noralyn

    2017-01-01

    The Participation and Sensory Environment Questionnaire-Teacher Version (PSEQ-TV) is a teacher-report questionnaire to assess the impact of the sensory environment on participation of preschool children with autism spectrum disorder (ASD). Many children with ASD have sensory processing differences, although these differences are frequently…

  2. Validity and Reliability of Farsi Version of Youth Sport Environment Questionnaire

    PubMed Central

    Eshghi, Mohammad Ali; Kordi, Ramin; Memari, Amir Hossein; Ghaziasgar, Ahmad; Mansournia, Mohammad-Ali; Zamani Sani, Seyed Hojjat

    2015-01-01

    The Youth Sport Environment Questionnaire (YSEQ) had been developed from Group Environment Questionnaire, a well-known measure of team cohesion. The aim of this study was to adapt and examine the reliability and validity of the Farsi version of the YSEQ. This version was completed by 455 athletes aged 13–17 years. Results of confirmatory factor analysis indicated that two-factor solution showed a good fit to the data. The results also revealed that the Farsi YSEQ showed high internal consistency, test-retest reliability, and good concurrent validity. This study indicated that the Farsi version of the YSEQ is a valid and reliable measure to assess team cohesion in sport setting. PMID:26464900

  3. A user's guide to Sandia's latin hypercube sampling software : LHS UNIX library/standalone version.

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Swiler, Laura Painton; Wyss, Gregory Dane

    2004-07-01

    This document is a reference guide for the UNIX Library/Standalone version of the Latin Hypercube Sampling Software. This software has been developed to generate Latin hypercube multivariate samples. This version runs on Linux or UNIX platforms. This manual covers the use of the LHS code in a UNIX environment, run either as a standalone program or as a callable library. The underlying code in the UNIX Library/Standalone version of LHS is almost identical to the updated Windows version of LHS released in 1998 (SAND98-0210). However, some modifications were made to customize it for a UNIX environment and as a librarymore » that is called from the DAKOTA environment. This manual covers the use of the LHS code as a library and in the standalone mode under UNIX.« less

  4. Scientific Platform as a Service - Tools and solutions for efficient access to and analysis of oceanographic data

    NASA Astrophysics Data System (ADS)

    Vines, Aleksander; Hansen, Morten W.; Korosov, Anton

    2017-04-01

    Existing infrastructure international and Norwegian projects, e.g., NorDataNet, NMDC and NORMAP, provide open data access through the OPeNDAP protocol following the conventions for CF (Climate and Forecast) metadata, designed to promote the processing and sharing of files created with the NetCDF application programming interface (API). This approach is now also being implemented in the Norwegian Sentinel Data Hub (satellittdata.no) to provide satellite EO data to the user community. Simultaneously with providing simplified and unified data access, these projects also seek to use and establish common standards for use and discovery metadata. This then allows development of standardized tools for data search and (subset) streaming over the internet to perform actual scientific analysis. A combinnation of software tools, which we call a Scientific Platform as a Service (SPaaS), will take advantage of these opportunities to harmonize and streamline the search, retrieval and analysis of integrated satellite and auxiliary observations of the oceans in a seamless system. The SPaaS is a cloud solution for integration of analysis tools with scientific datasets via an API. The core part of the SPaaS is a distributed metadata catalog to store granular metadata describing the structure, location and content of available satellite, model, and in situ datasets. The analysis tools include software for visualization (also online), interactive in-depth analysis, and server-based processing chains. The API conveys search requests between system nodes (i.e., interactive and server tools) and provides easy access to the metadata catalog, data repositories, and the tools. The SPaaS components are integrated in virtual machines, of which provisioning and deployment are automatized using existing state-of-the-art open-source tools (e.g., Vagrant, Ansible, Docker). The open-source code for scientific tools and virtual machine configurations is under version control at https://github.com/nansencenter/, and is coupled to an online continuous integration system (e.g., Travis CI).

  5. Evaluation of API 20E strips for identification of coagulase-negative staphylococci from the urinary tract.

    PubMed

    Anderson, D Y; Vredeveld, G N; Brake, S R; Buchanan, T F; Lewis, J F

    1983-12-01

    A previous study indicated that the API 230E system can identify coagulase-negative Staphylococcus species. A study was devised to evaluate the use of the API 20E system for this purpose. Because of the current interest in Staphylococcus saprophyticus the relationship of the API 20E results to novobiocin susceptibility was also examined. One hundred forty-nine isolates of coagulase-negative staphylococci from urine cultures were tested with the API 20E system. The identification of 49 isolates was confirmed by Kloos and Schleifer method. We found that the routine API 20E system did not provide more information than novobiocin susceptibility studies alone, and that there was good but not absolute correlation between novobiocin resistance and identification of S. saprophyticus.

  6. Proscene: A feature-rich framework for interactive environments

    NASA Astrophysics Data System (ADS)

    Charalambos, Jean Pierre

    We introduce Proscene, a feature-rich, open-source framework for interactive environments. The design of Proscene comprises a three-layered onion-like software architecture, promoting different possible development scenarios. The framework innermost layer decouples user gesture parsing from user-defined actions. The in-between layer implements a feature-rich set of widely-used motion actions allowing the selection and manipulation of objects, including the scene viewpoint. The outermost layer exposes those features as a Processing library. The results have shown the feasibility of our approach together with the simplicity and flexibility of the Proscene framework API.

  7. A Shellcode Detection Method Based on Full Native API Sequence and Support Vector Machine

    NASA Astrophysics Data System (ADS)

    Cheng, Yixuan; Fan, Wenqing; Huang, Wei; An, Jing

    2017-09-01

    Dynamic monitoring the behavior of a program is widely used to discriminate between benign program and malware. It is usually based on the dynamic characteristics of a program, such as API call sequence or API call frequency to judge. The key innovation of this paper is to consider the full Native API sequence and use the support vector machine to detect the shellcode. We also use the Markov chain to extract and digitize Native API sequence features. Our experimental results show that the method proposed in this paper has high accuracy and low detection rate.

  8. Sharing good NEWS across the world: developing comparable scores across 12 countries for the Neighborhood Environment Walkability Scale (NEWS).

    PubMed

    Cerin, Ester; Conway, Terry L; Cain, Kelli L; Kerr, Jacqueline; De Bourdeaudhuij, Ilse; Owen, Neville; Reis, Rodrigo S; Sarmiento, Olga L; Hinckson, Erica A; Salvo, Deborah; Christiansen, Lars B; Macfarlane, Duncan J; Davey, Rachel; Mitáš, Josef; Aguinaga-Ontoso, Ines; Sallis, James F

    2013-04-08

    The IPEN (International Physical Activity and Environment Network) Adult project seeks to conduct pooled analyses of associations of perceived neighborhood environment, as measured by the Neighborhood Environment Walkability Scale (NEWS) and its abbreviated version (NEWS-A), with physical activity using data from 12 countries. As IPEN countries used adapted versions of the NEWS/NEWS-A, this paper aimed to develop scoring protocols that maximize cross-country comparability in responses. This information is also highly relevant to non-IPEN studies employing the NEWS/NEWS-A, which is one of the most popular measures of perceived environment globally. The following countries participated in the IPEN Adult study: Australia, Belgium, Brazil, Colombia, Czech Republic, Denmark, Hong Kong, Mexico, New Zealand, Spain, the United Kingdom, and the United States. Participants (N = 14,305) were recruited from neighborhoods varying in walkability and socio-economic status. Countries collected data on the perceived environment using a self- or interviewer-administered version of the NEWS/NEWS-A. Confirmatory Factor Analysis (CFA) was used to derive comparable country-specific measurement models of the NEWS/NEWS-A. The level of correspondence between standard and alternative versions of the NEWS/NEWS-A factor-analyzable subscales was determined by estimating the correlations and mean standardized difference (Cohen's d) between them using data from countries that had included items from both standard and alternative versions of the subscales. Final country-specific measurement models of the NEWS/NEWS-A provided acceptable levels of fit to the data and shared the same factorial structure with six latent factors and two single items. The correspondence between the standard and alternative versions of subscales of Land use mix - access, Infrastructure and safety for walking/cycling, and Aesthetics was high. The Brazilian version of the Traffic safety subscale was highly, while the Australian and Belgian versions were marginally, comparable to the standard version. Single-item versions of the Street connectivity subscale used in Australia and Belgium showed marginally acceptable correspondence to the standard version. We have proposed country-specific modifications to the original scoring protocol of the NEWS/NEWS-A that enhance inter-country comparability. These modifications have yielded sufficiently equivalent measurement models of the NEWS/NEWS-A. Some inter-country discrepancies remain. These need to be considered when interpreting findings from different countries.

  9. Sharing good NEWS across the world: developing comparable scores across 12 countries for the neighborhood environment walkability scale (NEWS)

    PubMed Central

    2013-01-01

    Background The IPEN (International Physical Activity and Environment Network) Adult project seeks to conduct pooled analyses of associations of perceived neighborhood environment, as measured by the Neighborhood Environment Walkability Scale (NEWS) and its abbreviated version (NEWS-A), with physical activity using data from 12 countries. As IPEN countries used adapted versions of the NEWS/NEWS-A, this paper aimed to develop scoring protocols that maximize cross-country comparability in responses. This information is also highly relevant to non-IPEN studies employing the NEWS/NEWS-A, which is one of the most popular measures of perceived environment globally. Methods The following countries participated in the IPEN Adult study: Australia, Belgium, Brazil, Colombia, Czech Republic, Denmark, Hong Kong, Mexico, New Zealand, Spain, the United Kingdom, and the United States. Participants (N = 14,305) were recruited from neighborhoods varying in walkability and socio-economic status. Countries collected data on the perceived environment using a self- or interviewer-administered version of the NEWS/NEWS-A. Confirmatory Factor Analysis (CFA) was used to derive comparable country-specific measurement models of the NEWS/NEWS-A. The level of correspondence between standard and alternative versions of the NEWS/NEWS-A factor-analyzable subscales was determined by estimating the correlations and mean standardized difference (Cohen’s d) between them using data from countries that had included items from both standard and alternative versions of the subscales. Results Final country-specific measurement models of the NEWS/NEWS-A provided acceptable levels of fit to the data and shared the same factorial structure with six latent factors and two single items. The correspondence between the standard and alternative versions of subscales of Land use mix – access, Infrastructure and safety for walking/cycling, and Aesthetics was high. The Brazilian version of the Traffic safety subscale was highly, while the Australian and Belgian versions were marginally, comparable to the standard version. Single-item versions of the Street connectivity subscale used in Australia and Belgium showed marginally acceptable correspondence to the standard version. Conclusions We have proposed country-specific modifications to the original scoring protocol of the NEWS/NEWS-A that enhance inter-country comparability. These modifications have yielded sufficiently equivalent measurement models of the NEWS/NEWS-A. Some inter-country discrepancies remain. These need to be considered when interpreting findings from different countries. PMID:23566032

  10. Starvation stress during larval development facilitates an adaptive response in adult worker honey bees (Apis mellifera L.).

    PubMed

    Wang, Ying; Kaftanoglu, Osman; Brent, Colin S; Page, Robert E; Amdam, Gro V

    2016-04-01

    Most organisms are constantly faced with environmental changes and stressors. In diverse organisms, there is an anticipatory mechanism during development that can program adult phenotypes. The adult phenotype would be adapted to the predicted environment that occurred during organism maturation. However, whether this anticipatory mechanism is present in eusocial species is questionable because eusocial organisms are largely shielded from exogenous conditions by their stable nest environment. In this study, we tested whether food deprivation during development of the honey bee (Apis mellifera), a eusocial insect model, can shift adult phenotypes to better cope with nutritional stress. After subjecting fifth instar worker larvae to short-term starvation, we measured nutrition-related morphology, starvation resistance, physiology, endocrinology and behavior in the adults. We found that the larval starvation caused adult honey bees to become more resilient toward starvation. Moreover, the adult bees were characterized by reduced ovary size, elevated glycogen stores and juvenile hormone (JH) titers, and decreased sugar sensitivity. These changes, in general, can help adult insects survive and reproduce in food-poor environments. Overall, we found for the first time support for an anticipatory mechanism in a eusocial species, the honey bee. Our results suggest that this mechanism may play a role in honey bee queen-worker differentiation and worker division of labor, both of which are related to the responses to nutritional stress. © 2016. Published by The Company of Biologists Ltd.

  11. Efficient Strategies for Active Interface-Level Network Topology Discovery

    DTIC Science & Technology

    2013-09-01

    Network Information Centre API Application Programming Interface APNIC Asia-Pacific Network Information Centre ARIN American Registry for Internet Numbers...very convenient Application Programming Interface ( API ) for easy primitive implementation. Ark’s API facilitates easy development and rapid...prototyping – important attributes as the char- acteristics of our primitives evolve. The API allows a high-level of abstraction, which in turn leads to rapid

  12. Single-step GBLUP using APY inverse for protein yield in US Holstein with a large number of genotyped animals

    USDA-ARS?s Scientific Manuscript database

    The objective of this study was to provide initial results in an application of single-step genomic BLUP with a genomic relationship matrix (G^-1APY) calculated using the Algorithm of Proven and Young (APY) to 305-day protein yield for US Holsteins. Two G^-1APY were tested; one was from 139,057 geno...

  13. Investigation of the capacity of low glass transition temperature excipients to minimize amorphization of sulfadimidine on comilling.

    PubMed

    Curtin, Vincent; Amharar, Youness; Hu, Yun; Erxleben, Andrea; McArdle, Patrick; Caron, Vincent; Tajber, Lidia; Corrigan, Owen I; Healy, Anne Marie

    2013-01-07

    The coprocessing of active pharmaceutical ingredient (API) with an excipient which has a high glass transition temperature (T(g)) is a recognized strategy to stabilize the amorphous form of a drug. This work investigates whether coprocessing a model API, sulfadimidine (SDM) with a series of low T(g) excipients, prevents or reduces amorphization of the crystalline drug. It was hypothesized that these excipients could exert a T(g) lowering effect, resulting in composite T(g) values lower than that of the API alone and promote crystallization of the drug. Milled SDM and comilled SDM with glutaric acid (GA), adipic acid (AA), succinic acid (SA), and malic acid (MA) were characterized with respect to their thermal, X-ray diffraction, spectroscopic, and vapor sorption properties. SDM was predominantly amorphous when milled alone, with an amorphous content of 82%. No amorphous content was detected by dynamic vapor sorption (DVS) on comilling SDM with 50% w/w GA, and amorphous content of the API was reduced by almost 30%, relative to the API milled alone, on comilling with 50% w/w AA. In contrast, amorphization of SDM was promoted on comilling with 50% w/w SA and MA, as indicated by near-infrared (NIR) spectroscopy. Results indicated that the API was completely amorphized in the SDM:MA comilled composite. The saturated solubility of GA and AA in the amorphous API was estimated by thermal methods. It was observed that the T(g) of the comelt quenched composites reached a minimum and leveled out at this solubility concentration. Maximum crystallinity of API on comilling was reached at excipient concentrations comparable to the saturated concentration solubility of excipient in the API. Moreover, the closer the Hildebrand solubility parameter of the excipient to the API, the greater the inhibition of API amorphization on comilling. The results reported here indicate that an excipient with a low T(g) coupled with high solubility in the API can prevent or reduce the generation of an amorphous phase on comilling.

  14. Comparative virulence and competition between Nosema apis and Nosema ceranae in honey bees (Apis mellifera).

    PubMed

    Milbrath, Meghan O; van Tran, Toan; Huang, Wei-Fong; Solter, Leellen F; Tarpy, David R; Lawrence, Frank; Huang, Zachary Y

    2015-02-01

    Honey bees (Apis mellifera) are infected by two species of microsporidia: Nosema apis and Nosemaceranae. Epidemiological evidence indicates that N. ceranae may be replacing N. apis globally in A. mellifera populations, suggesting a potential competitive advantage of N. ceranae. Mixed infections of the two species occur, and little is known about the interactions among the host and the two pathogens that have allowed N. ceranae to become dominant in most geographical areas. We demonstrated that mixed Nosema species infections negatively affected honey bee survival (median survival=15-17days) more than single species infections (median survival=21days and 20days for N. apis and N. ceranae, respectively), with median survival of control bees of 27days. We found similar rates of infection (percentage of bees with active infections after inoculation) for both species in mixed infections, with N. apis having a slightly higher rate (91% compared to 86% for N. ceranae). We observed slightly higher spore counts in bees infected with N. ceranae than in bees infected with N. apis in single microsporidia infections, especially at the midpoint of infection (day 10). Bees with mixed infections of both species had higher spore counts than bees with single infections, but spore counts in mixed infections were highly variable. We did not see a competitive advantage for N. ceranae in mixed infections; N. apis spore counts were either higher or counts were similar for both species and more N. apis spores were produced in 62% of bees inoculated with equal dosages of the two microsporidian species. N. ceranae does not, therefore, appear to have a strong within-host advantage for either infectivity or spore growth, suggesting that direct competition in these worker bee mid-guts is not responsible for its apparent replacement of N. apis. Copyright © 2014 Elsevier Inc. All rights reserved.

  15. An example of how to handle amorphous fractions in API during early pharmaceutical development: SAR114137--a successful approach.

    PubMed

    Petzoldt, Christine; Bley, Oliver; Byard, Stephen J; Andert, Doris; Baumgartner, Bruno; Nagel, Norbert; Tappertzhofen, Christoph; Feth, Martin Philipp

    2014-04-01

    The so-called pharmaceutical solid chain, which encompasses drug substance micronisation to the final tablet production, at pilot plant scale is presented as a case study for a novel, highly potent, pharmaceutical compound: SAR114137. Various solid-state analytical methods, such as solid-state Nuclear Magnetic Resonance (ssNMR), Differential Scanning Calorimetry (DSC), Dynamic Water Vapour Sorption Gravimetry (DWVSG), hot-stage Raman spectroscopy and X-ray Powder Diffraction (XRPD) were applied and evaluated to characterise and quantify amorphous content during the course of the physical treatment of crystalline active pharmaceutical ingredient (API). DSC was successfully used to monitor the changes in amorphous content during micronisation of the API, as well as during stability studies. (19)F solid-state NMR was found to be the method of choice for the detection and quantification of low levels of amorphous API, even in the final drug product (DP), since compaction during tablet manufacture was identified as a further source for the formation of amorphous API. The application of different jet milling techniques was a critical factor with respect to amorphous content formation. In the present case, the change from spiral jet milling to loop jet milling led to a decrease in amorphous API content from 20-30 w/w% to nearly 0 w/w% respectively. The use of loop jet milling also improved the processability of the API. Stability investigations on both the milled API and the DP showed a marked tendency for recrystallisation of the amorphous API content on exposure to elevated levels of relative humidity. No significant impact of amorphous API on either the chemical stability or the dissolution rate of the API in drug formulation was observed. Therefore, the presence of amorphous content in the oral formulation was of no consequence for the clinical trial phases I and II. Copyright © 2013 Elsevier B.V. All rights reserved.

  16. Low level drug product API form analysis - Avalide tablet NIR quantitative method development and robustness challenges.

    PubMed

    Pan, Duohai; Crull, George; Yin, Shawn; Grosso, John

    2014-02-01

    Avalide(@), a medication used for the treatment of hypertension, is a combination of Irbesartan, and Hydrochlorothiazide. Irbesartan, one of the active pharmaceutical ingredients (API) in Avalide products, exists in two neat crystalline forms: Form A and Form B. Irbesartan Form A is the API form used in a wet granulation for the preparation of Avalide tablets. The presence of the less soluble Irbesartan Form B in Avalide tablets may result in the slower dissolution. In this paper, we have presented our work on the method development, verification and challenges of quantitatively detecting, via NIR and ssNMR, very small amounts of Irbesartan Form B in Avalide tablets. As part of the NIR method development and qualification, limit of detection, linearity and accuracy were examined. In addition, a limited study of the robustness of the method was conducted and a bias in the level of Form B was correlated to the ambient humidity. ssNMR, a primary method for the determination of polymorphic composition, was successfully used as an orthogonal technique to verify the accuracy of the NIR method and added to the confidence in the NIR method. The speed and efficiency of the NIR method make it a suitable and convenient tool for routine analysis of Avalide tablets for Form B in a QC environment. Copyright © 2013 Elsevier B.V. All rights reserved.

  17. Identification of a melatonin receptor type 1A gene ( AccMTNR1A) in Apis cerana cerana and its possible involvement in the response to low temperature stress

    NASA Astrophysics Data System (ADS)

    Li, Guilin; Zhang, Yanming; Ni, Yong; Wang, Ying; Xu, Baohua; Guo, Xingqi

    2018-04-01

    It is known that melatonin plays an indispensable role in the defense against some environment-induced stresses. The melatonin receptor (MTNR) is also closely linked to the environmental stress response in mammals. However, little is known about the function of the MTNR in insects, including honeybees. In this study, we identified a MTNR from Apis cerana cerana named AccMTNR1A, which contained a typical seven-transmembrane domain common to this family of receptors. A subcellular localization analysis showed that AccMTNR1A was localized in the cytomembrane. Additionally, we found that cold stress apparently boosted AccMTNR1A transcription, indicating that AccMTNR1A possibly connects to the cold stress response. The knockdown of AccMTNR1A attenuated the expression level of some genes associated with the cold stress response, suggesting that AccMTNR1A likely plays an analogous role with these genes during low temperature stress response. Moreover, silencing of AccMTNR1A also suppressed the transcription of some antioxidant genes, prompting the possibility that the response of AccMTNR1A to cold stress response may be related to antioxidant signaling pathways. Collectively, the findings presented here provide evidence that AccMTNR1A may play essential roles in protecting Apis cerana cerana from cold stress.

  18. Physiological plasticity of metabolic rates in the invasive honey bee and an endemic Australian bee species.

    PubMed

    Tomlinson, Sean; Dixon, Kingsley W; Didham, Raphael K; Bradshaw, S Don

    2015-12-01

    Seasonal variation in metabolic rate and evaporative water loss as a function of ambient temperature were compared in two species of bees. The endemic blue-banded bee, Amegilla chlorocyanea, is a solitary species that is an important pollinator in the south-west Australian biodiversity hotspot. Responses were compared with the European honeybee, Apis mellifera, naturalised in Western Australia almost 200 years ago. Metabolic rate increased exponentially with temperature to a peak in both species, and then declined rapidly, with unique scaling exponents and peaks for all species-by-season comparisons. Early in the austral summer, Apis was less thermally tolerant than Amegilla, but the positions reversed later in the foraging season. There were also significant exponential increases in evaporative water loss with increasing temperature, and both season and species contributed to significantly different responses. Apis maintained relatively consistent thermal performance of metabolic rate between seasons, but at the expense of increased rates of evaporative water loss later in summer. In contrast, Amegilla had dramatically increased metabolic requirements later in summer, but maintained consistent thermal performance of evaporative water loss. Although both species acclimated to higher thermal tolerance, the physiological strategies underpinning the acclimation differed. These findings may have important implications for understanding the responses of these and other pollinators to changing environments and for their conservation management.

  19. Systematic CRISPR-Cas9-Mediated Modifications of Plasmodium yoelii ApiAP2 Genes Reveal Functional Insights into Parasite Development

    PubMed Central

    Zhang, Cui; Li, Zhenkui; Cui, Huiting; Jiang, Yuanyuan; Yang, Zhenke; Wang, Xu; Gao, Han; Liu, Cong; Zhang, Shujia

    2017-01-01

    ABSTRACT Malaria parasites have a complex life cycle with multiple developmental stages in mosquito and vertebrate hosts, and different developmental stages express unique sets of genes. Unexpectedly, many transcription factors (TFs) commonly found in eukaryotic organisms are absent in malaria parasites; instead, a family of genes encoding proteins similar to the plant Apetala2 (ApiAP2) transcription factors is expanded in the parasites. Several malaria ApiAP2 genes have been shown to play a critical role in parasite development; however, the functions of the majority of the ApiAP2 genes remain to be elucidated. In particular, no study on the Plasmodium yoelii ApiAP2 (PyApiAP2) gene family has been reported so far. This study systematically investigated the functional roles of PyApiAP2 genes in parasite development. Twenty-four of the 26 PyApiAP2 genes were selected for disruption, and 12 were successfully knocked out using the clustered regularly interspaced short palindromic repeat–CRISPR-associated protein 9 (CRISPR-Cas9) method. The effects of gene knockout (KO) on parasite development in mouse and mosquito stages were evaluated. Ten of 12 successfully disrupted genes, including two genes that have not been functionally characterized in any Plasmodium species previously, were shown to be critical for P. yoelii development of sexual and mosquito stages. Additionally, seven of the genes were labeled for protein expression analysis, revealing important information supporting their functions. This study represents the first systematic functional characterization of the P. yoelii ApiAP2 gene family and discovers important insights on the roles of the ApiAP2 genes in parasite development. PMID:29233900

  20. Pharmacokinetics and Abuse Potential of Benzhydrocodone, a Novel Prodrug of Hydrocodone, After Intranasal Administration in Recreational Drug Users.

    PubMed

    Mickle, Travis C; Guenther, Sven M; Barrett, Andrew C; Roupe, Kathryn Ann; Zhou, Jing; Dickerson, Daniel; Webster, Lynn R

    2017-10-28

    Developing an acetaminophen-free, immediate-release hydrocodone product remains an unmet medical need; however, new opioid analgesics should not introduce new abuse risks. Benzhydrocodone is a prodrug of hydrocodone that must be metabolized into hydrocodone by enzymes in the intestinal tract to optimally deliver its pharmacologic effects. This study evaluated the intranasal pharmacokinetics and abuse potential of benzhydrocodone active pharmaceutical ingredient (API) compared with hydrocodone bitartrate (HB) API. Single-center, randomized, double-blind, crossover study. Clinical research site. Healthy adult, nondependent, recreational opioid users. Subjects (N = 51 Completers) were randomized to receive 13.34 mg of intranasal benzhydrocodone API and 15.0 mg of intranasal HB API (molar-equivalent doses of hydrocodone). Blood samples were taken, and Drug Liking scores (assessed on a bipolar visual analog scale) were obtained throughout each dosing interval. Nasal irritation and safety were assessed. Peak hydrocodone plasma concentration (Cmax) was 36.0% lower, and total hydrocodone exposures (AUClast and AUCinf) were 20.3% and 19.5% lower, respectively, for benzhydrocodone API compared with HB API (P < 0.0001). All partial AUC values were lower for benzhydrocodone API, with a ≥ 75% reduction in hydrocodone exposure at all time intervals up to one hour postdose (P < 0.0001). Median Tmax of hydrocodone following benzhydrocodone API was delayed by more than one hour compared with HB. Drug Liking score, as assessed by maximal liking (Emax), was significantly lower for benzhydrocodone API vs HB API (P = 0.004), with 45% of subjects showing a ≥ 30% reduction in Drug Liking Emax. Reductions in hydrocodone exposure and associated decreases in Drug Liking relative to HB suggest that the prodrug benzhydrocodone may deter intranasal abuse. © 2017 American Academy of Pain Medicine.

  1. A family of silver(I) complexes built with 2-sulfoterephthalic acid monosodium salt and different aminopyridine ligands: Syntheses, structures and properties

    NASA Astrophysics Data System (ADS)

    Zhang, Jie; Tan, Gai-Xiu; Liu, Bao-Lin; Dai, Yu-Bei; Xu, Na; Wen, Wei-Fen; Cao, Chong; Xiao, Hong-Ping

    2017-05-01

    Five Ag(I) coordination complexes, namely, [Ag6(2-stp)2(3-methyl-2-apy)3·H2O]n (1), [Ag3(2-stp)(4-methyl-2-apy)3]n (2), [Na2Ag18(2-stp)4(2-Hstp)4(5-methyl-2-apy)16 (H2O)4·11H2O]n (3), Ag3(2-stp)(6-methy-2-apy)4·H2O (4), and [Ag6(2-stp)2(6-methyl-2-apy)8(H2O)2·H2O]n (5) (2-NaH2stp = 2-sulfoterephthalic acid monosodium salt, 3-methyl-2-apy = 3-methyl-2-aminopyridine, 4-methyl-2-apy = 4-methyl-2-aminopyridine, 5-methyl-2-apy = 5-methyl-2-aminopyridine, 6-methyl-2-apy = 6-methyl-2-aminopyridine), have been synthesized and structurally characterized. Complexes 1 and 2 show two-dimensional network. In complex 3, the adjacent Ag10 units are bridged by 5-methyl-2-apy ligands to form a 2D infinite undulated sheet. Adjacent 2D sheets are linked by coordinative bonds between carboxylic oxygen atoms and Na(I) ions to form a 3D coordination polymer. Complex 4 is a 0-D discrete trinuclear molecule, and the self-complementary the Osbnd H⋯O and Nsbnd H⋯O hydrogen bonds incorporating hydrogen bond motifs extend these molecules into a 2D supramolecular framework. Compound 5 exhibits 1D-chain structure. However, complex 5 shows 3D supramolecular structure results from the linkage of neighboring layers through a rich hydrogen-bonding between uncoordinated sulfonates, amino groups and coordinated carboxylates. The thermogravimetric analyses and photoluminescence of the complexes were also investigated.

  2. Artificial periodic irregularities in the high-latitude ionosphere excited by the HAARP facility

    NASA Astrophysics Data System (ADS)

    Bakhmetieva, N. V.; Grach, S. M.; Sergeev, E. N.; Shindin, A. V.; Milikh, G. M.; Siefring, C. L.; Bernhardt, P. A.; McCarrick, M.

    2016-07-01

    We present results of the new observations of artificial periodic irregularities (APIs) in the ionosphere using the High Frequency Active Auroral Research Program (HAARP) heating facility carried out in late May and early June 2014.The objective of this work is to detect API using high-latitude facility and analyze possible differences of the temporal and spatial variations of the API echoes in the high (HAARP) and middle (Sura) latitudes. Irregularities were created by the powerful wave of X mode and were sounded using the short probing pulses signals of X mode. API echoes were observed in the D, E, and F regions of the ionosphere. Amplitudes and characteristic times of the API echoes were measured. The API growth and decay times at HAARP (high latitudes) observed were similar to those at the Sura heating facility (midlatitudes).

  3. The geospatial data quality REST API for primary biodiversity data

    PubMed Central

    Otegui, Javier; Guralnick, Robert P.

    2016-01-01

    Summary: We present a REST web service to assess the geospatial quality of primary biodiversity data. It enables access to basic and advanced functions to detect completeness and consistency issues as well as general errors in the provided record or set of records. The API uses JSON for data interchange and efficient parallelization techniques for fast assessments of large datasets. Availability and implementation: The Geospatial Data Quality API is part of the VertNet set of APIs. It can be accessed at http://api-geospatial.vertnet-portal.appspot.com/geospatial and is already implemented in the VertNet data portal for quality reporting. Source code is freely available under GPL license from http://www.github.com/vertnet/api-geospatial. Contact: javier.otegui@gmail.com or rguralnick@flmnh.ufl.edu Supplementary information: Supplementary data are available at Bioinformatics online. PMID:26833340

  4. The geospatial data quality REST API for primary biodiversity data.

    PubMed

    Otegui, Javier; Guralnick, Robert P

    2016-06-01

    We present a REST web service to assess the geospatial quality of primary biodiversity data. It enables access to basic and advanced functions to detect completeness and consistency issues as well as general errors in the provided record or set of records. The API uses JSON for data interchange and efficient parallelization techniques for fast assessments of large datasets. The Geospatial Data Quality API is part of the VertNet set of APIs. It can be accessed at http://api-geospatial.vertnet-portal.appspot.com/geospatial and is already implemented in the VertNet data portal for quality reporting. Source code is freely available under GPL license from http://www.github.com/vertnet/api-geospatial javier.otegui@gmail.com or rguralnick@flmnh.ufl.edu Supplementary data are available at Bioinformatics online. © The Author 2016. Published by Oxford University Press.

  5. HIV testing among sexually experienced Asian and Pacific Islander young women association with routine gynecologic care.

    PubMed

    Hahm, Hyeouk Chris; Song, In Han; Ozonoff, Al; Sassani, Jessica C

    2009-01-01

    To describe the proportion of HIV testing in the past 12 months among sexually experienced Asian and Pacific Islander (API) women and to investigate to what extent routine gynecologic care (RGC) increases HIV testing among API women. Data were derived from Wave III of the National Longitudinal Study of Adolescent Health (Add Health). Analyses were limited to 7,576 sexually experienced women (White, n = 4,482 [68.5%]; Black, n = 1,693 [25.6%]; Hispanic, n = 923 [13.9%]; API, n = 478 [7.2%]) aged 18-27 years. Multiple logistic regression analyses were used to estimate the association between RGC and HIV testing after controlling for predisposing, need, and enabling factors. On average, 22.8% (n = 1,504) of sexually experienced women reported HIV testing in the past year. API women had the lowest proportion of testing (17.2%), and Black women had the highest (26.2%). Overall, 60.2% of API women reported receiving RGC; however, only 15.5% of API who received RGC reported HIV testing. After controlling for covariates, significantly positive associations were found for White, Black, and Hispanic women between RGC and HIV testing; however, there was no evidence that RGC was associated with HIV testing among API women. Our data suggest that RGC does not [corrected] increase HIV testing among API women. To eliminate disparities in HIV testing service utilization among API women, appropriate efforts should be directed to better understand the barriers and facilitators of HIV testing among this population.

  6. Influence of humidity on the phase behavior of API/polymer formulations.

    PubMed

    Prudic, Anke; Ji, Yuanhui; Luebbert, Christian; Sadowski, Gabriele

    2015-08-01

    Amorphous formulations of APIs in polymers tend to absorb water from the atmosphere. This absorption of water can induce API recrystallization, leading to reduced long-term stability during storage. In this work, the phase behavior of different formulations was investigated as a function of relative humidity. Indomethacin and naproxen were chosen as model APIs and poly(vinyl pyrrolidone) (PVP) and poly(vinyl pyrrolidone-co-vinyl acetate) (PVPVA64) as excipients. The formulations were prepared by spray drying. The water sorption in pure polymers and in formulations was measured at 25°C and at different values of relative humidity (RH=25%, 50% and 75%). Most water was absorbed in PVP-containing systems, and water sorption was decreasing with increasing API content. These trends could also be predicted in good agreement with the experimental data using the thermodynamic model PC-SAFT. Furthermore, the effect of absorbed water on API solubility in the polymer and on the glass-transition temperature of the formulations was predicted with PC-SAFT and the Gordon-Taylor equation, respectively. The absorbed water was found to significantly decrease the API solubility in the polymer as well as the glass-transition temperature of the formulation. Based on a quantitative modeling of the API/polymer phase diagrams as a function of relative humidity, appropriate API/polymer compositions can now be selected to ensure long-term stable amorphous formulations at given storage conditions. Copyright © 2015 Elsevier B.V. All rights reserved.

  7. Determination of sorption of seventy-five pharmaceuticals in sewage sludge.

    PubMed

    Hörsing, Maritha; Ledin, Anna; Grabic, Roman; Fick, Jerker; Tysklind, Mats; la Cour Jansen, Jes; Andersen, Henrik R

    2011-10-01

    Sorption of 75 active pharmaceutical ingredients (APIs) to three different types of sludge (primary sludge, secondary sludge with short and long sludge age respectively) were investigated. To obtain the sorption isotherms batch studies with the APIs mixture were performed in four nominal concentrations to water containing 1 g of sludge. The range of APIs concentrations was between ng L(-1) to μg L(-1) which are found in the wastewater effluents. Isotherms were obtained for approximately 45 of the APIs, providing distribution coefficients for linear (Kd), Freundlich (Kf) and Langmuir (KL) isotherms. Kd, Kf and KL ranging between 7.1×10(4) and 3.8×10(7), 1.1×10(-2) and 6.1×10(4) and 9.2×10(-3) and 1.1 L kg(-1), respectively. The obtained coefficients were applied to estimate the fraction of APIs in the water phase (see Abstract Graphic). For 37 of the 75 APIs, the predicted presence in the liquid phase was estimated to >80%. 24 APIs were estimated to be present in the liquid phase between 20 and 80%, and 14 APIs were found to have <20% presence in the liquid phase, i.e. high affinity towards sludge. Furthermore, the effect of pH at values 6, 7 and 8 was evaluated using one way ANOVA-test. A significant difference in Kds due to pH changes were found for 6 of the APIs (variation 10-20%). Copyright © 2011 Elsevier Ltd. All rights reserved.

  8. Sorption of active pharmaceutical ingredients in untreated wastewater effluent and effect of dilution in freshwater: Implications for an "impact zone" environmental risk assessment approach.

    PubMed

    Bagnis, Simone; Fitzsimons, Mark; Snape, Jason; Tappin, Alan; Comber, Sean

    2018-05-15

    Evidence of ecotoxicological effects of active pharmaceuticals ingredients (APIs) has increased research into their environmental fate. In low and low-middle income countries (LLMICs) the main source of APIs to surface waters is from discharge of untreated wastewater. Consequently, concentrations of APIs can be relatively high in the "impact zone" downstream of a discharge point. Little is known about the fate of APIs in these impact zones. In this laboratory scale investigation, the effect of successive dilution of synthetic untreated wastewater (dilution factor 1 to 10) on the distribution of APIs was studied. The sorption was consistent with the chemical properties of each compound: charge, lipophilicity, and structure. Dilution increased desorption of the basic and neutral APIs (up to 27.7%) and correlated with their lipophilicity (R 2 >0.980); the positive charge was of secondary importance. Anions did not significantly desorb (<10% loss). Increased concentrations of dissolved organic matter at dilutions of 8 and 10 times that of untreated wastewater coincided with lower dissolved API concentrations. The data showed a clear trend in the desorption process of APIs that may lead to higher exposure risk than anticipated. Therefore, it is suggested that these aspects should be accounted for in the development of dedicated environmental risk assessment approach for APIs in riverine impact zones of LLMICs countries. Copyright © 2017 Elsevier B.V. All rights reserved.

  9. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Stevens, K; Huang, T; Buttler, D

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

  10. Building capacity for HIV/AIDS prevention among Asian Pacific Islander organizations: the experience of a culturally appropriate capacity-building program in Southern California.

    PubMed

    Takahashi, Lois M; Candelario, Jury; Young, Tim; Mediano, Elizabeth

    2007-01-01

    This article has two goals: (1) to outline a conceptual model for culturally appropriate HIV prevention capacity building; (2) to present the experiences from a 3-year program provided by Asian Pacific AIDS Intervention Team to Asian Pacific Islander (API) organizations in southern California. The participating organizations were of two types: lesbian, gay, bisexual, transgender, and questioning (LGBTQ) social organizations and social service agencies not targeting LGBTQ. These organizations were selected for participation because of their commitment to HIV/AIDS issues in API communities. An organizational survey and staff observations were used to explore changes in capacity. The organizations were mostly small, targeted diverse populations, served a large geographic area (southern California as a region), and were knowledgeable about HIV. Organizations became more viable (more capacity in human resources, financial, external relations, and strategic management), but also more unstable (large growth in paid staff and board members), and showed more capacity in HIV knowledge environments (especially less stigma and more sensitivity to diverse populations). The results suggest that capacity can expand over a short period of time, but as capacity increases, organizational viability/stability and HIV knowledge environments change, meaning that different types of technical assistance would be needed for sustainability.

  11. The nurse's load: early-life exposure to brood-rearing affects behavior and lifespan in honey bees (Apis mellifera).

    PubMed

    Amdam, Gro V; Rueppell, Olav; Fondrk, M Kim; Page, Robert E; Nelson, C Mindy

    2009-01-01

    Long-lived honey bees (Apis mellifera) develop in fall. This pattern may be explained by reduced nurse loads. When the amount of brood in colonies declines as a function of adverse foraging conditions, adult bees build up surplus nutrient stores that include vitellogenin, a behavioral affector protein that also can increase lifespan. Although the seasonal reduction in exposure to nursing tasks predictably results in vitellogenin accumulation, the assumption that long-lived adults thereby develop is confounded by a concomitant decline in foraging effort. Foraging activity reduces lifespan, and is influenced by colony resource consumption, brood pheromones, availability of nectar and pollen, and weather. Here, we perform the first controlled experiment where the nursing environment of pre-foraging sister bees was set to vary, while their foraging environment later was set to be the same. We measure vitellogenin, age at foraging onset and lifespan. We establish that reduced brood-rearing increases vitellogenin levels, and delays foraging onset and death. Longevity is largely explained by the effect of nursing on the onset of foraging behavior, but is also influenced by the level of brood-rearing independent of behavioral change. Our findings are consistent with the roles of vitellogenin in regulation of honey bee behavior and lifespan.

  12. Validation of a Spanish Version of the Distance Education Learning Environments Survey (DELES) in Spain

    ERIC Educational Resources Information Center

    Fernández-Pascual, Maria Dolores; Ferrer-Cascales, Rosario; Reig-Ferrer, Abilio; Albaladejo-Blázquez, Natalia; Walker, Scott L.

    2015-01-01

    The aim of this study was to examine the validity of the Spanish version of the Distance Education Learning Environments Survey (Sp-DELES). This instrument assesses students' perceptions of virtual learning environments using six scales: Instructor Support, Student Interaction and Collaboration, Personal Relevance, Authentic Learning, Active…

  13. Enhanced Systemic Understanding of the Information Environment in Complex Crisis Management - Analytical Concept, Version 1.0

    DTIC Science & Technology

    2010-10-22

    4. TITLE AND SUBTITLE Enhanced Systemic Understanding of the Information Environment in Complex Crisis Management Analytical Concept, Version 1.0...Email: schmidtb@iabg.de UNCLASSIFIED FOR PUBLIC RELEASE – Enhanced Systemic Understanding of the Information Environment in Complex Crisis ...multinational crisis management and the security sector about the significance and characteristics of the information environment. The framework is

  14. Multicomponent Pharmaceutical Cocrystals: A Novel Approach for Combination Therapy.

    PubMed

    Fatima, Zeeshan; Srivastava, Dipti; Kaur, Chanchal Deep

    2018-03-05

    Cocrystallization is a technique for modifying the physicochemical and pharmacokinetic properties of an active pharmaceutical ingredient (API) embodying the concept of supramolecular synthon. Most of the examples cited in the literature are of cocrystals formed between an API and a coformer chosen from the generally recognized as safe (GRAS) substance list, however, few examples exist where a cocrystal consists of two or more APIs. These cocrystals are commonly known as multi API, multi drug or drug- drug cocrystals. The formation of such cocrystals is feasible by virtue of non covalent interactions between the APIs, which help them in retaining their biologic activity. In addition, drug- drug cocrystals also offer the potential solution to the limitations such as solubility, stability differences and chemical interaction between the APIs which is often faced during the traditional combination therapy. Cocrystallization of two or more APIs can be employed for delivery of combination drugs for the better and efficacious management of many complex disorders where existing monotherapies do not furnish the desired therapeutic effect. This review on the existing drug-drug cocrystals is to gain insight for better designing of multi API cocrystals with improved physicochemical and pharmacokinetic profile and its application in multiple target therapy. Copyright© Bentham Science Publishers; For any queries, please email at epub@benthamscience.org.

  15. Investigation into process-induced de-aggregation of cohesive micronised API particles.

    PubMed

    Hoffmann, Magnus; Wray, Patrick S; Gamble, John F; Tobyn, Mike

    2015-09-30

    The aim of this study was to assess the impact of unit processes on the de-aggregation of a cohesive micronised API within a pharmaceutical formulation using near-infrared chemical imaging. The impact on the primary API particles was also investigated using an image-based particle characterization system with integrated Raman analysis. The blended material was shown to contain large, API rich domains which were distributed in-homogeneously across the sample, suggesting that the blending process was not aggressive enough to disperse aggregates of micronised drug particles. Cone milling, routinely used to improve the homogeneity of such cohesive formulations, was observed to substantially reduce the number and size of API rich domains; however, several smaller API domains survived the milling process. Conveyance of the cone milled formulation through the Alexanderwerk WP120 powder feed system completely dispersed all remaining aggregates. Importantly, powder feed transmission of the un-milled formulation was observed to produce an equally homogeneous API distribution. The size of the micronised primary drug particles remained unchanged during powder feed transmission. These findings provide further evidence that this powder feed system does induce shear, and is in fact better able to disperse aggregates of a cohesive micronised API within a blend than the blend-mill-blend step. Crown Copyright © 2015. Published by Elsevier B.V. All rights reserved.

  16. Apoptosis inhibitor 5 (API-5; AAC-11; FIF) is upregulated in human carcinomas in vivo.

    PubMed

    Koci, Lenka; Chlebova, Katarina; Hyzdalova, Martina; Hofmanova, Jirina; Jira, Miroslav; Kysela, Petr; Kozubik, Alois; Kala, Zdenek; Krejci, Pavel

    2012-04-01

    Apoptosis inhibitor 5 (API-5) is a 55 kDa nuclear protein with potent anti-apoptotic signaling in tumor cells in vitro. In this study, we analyzed the expression of the API-5 protein in vivo in a broad spectrum of human carcinomas, including those of the colon, lung, liver, kidney, pancreas, stomach and esophagus using tumor tissues obtained during tumor resection. The results showed significant upregulation of API-5 expression in biopsies of lung (23%, n=13) and colorectal tumors (33%, n=27) in comparison with biopsies from the adjacent normal tissue. Colon cancer biopsies were used to study the cell populations with an upregulated level of expression of API-5 more closely. Using a magnetic bead-based selection for the epithelial cell marker EpCAM, we purified epithelial cells from the tumor and control tissues and analyzed these cells for API-5 expression by western immunoblotting. We observed that EpCAM-positive tumor cells expressed API-5 in all three colorectal cancer cases tested, in contrast to the control EpCAM-positive and EpCAM-negative cells isolated from the control or tumor tissues. These data suggest that the expression of the API-5 protein is upregulated in tumor epithelial cells and may serve as a prognostic marker in colorectal cancer.

  17. Pipe Storage and Movement Study

    DTIC Science & Technology

    1986-02-01

    API 5L Points Higher Price Than API 5L Grades A or B Wall Range—X Grades X42 * X46* X52 * X60 X65 X70* * All Walls...thereof may be used at Mill Option for API 5L Grades X42, X46 and X52 unless specifically prohibited. * * DSAW only. NOTES: For Intermediate Grodes, apply...A53, BW, S 80, GALV 1-1/4", STL, A53, BW, S 80, GALV 2", STL, A53, BW, S 80, GALV 8", STL, API - 5L GR X-42, ERW, STD 3-1/2"OD, STL, API - 5L GR

  18. 49 CFR 195.432 - Inspection of in-service breakout tanks.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... low-pressure steel aboveground breakout tanks according to API Standard 653 (incorporated by reference... breakout tanks built to API Standard 2510 according to section 6 of API 510. (d) The intervals of...

  19. 49 CFR 195.432 - Inspection of in-service breakout tanks.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... low-pressure steel aboveground breakout tanks according to API Standard 653 (incorporated by reference... breakout tanks built to API Standard 2510 according to section 6 of API 510. (d) The intervals of...

  20. 49 CFR 195.432 - Inspection of in-service breakout tanks.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... low-pressure steel aboveground breakout tanks according to API Standard 653 (incorporated by reference... breakout tanks built to API Standard 2510 according to section 6 of API 510. (d) The intervals of...

  1. 49 CFR 195.432 - Inspection of in-service breakout tanks.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... low-pressure steel aboveground breakout tanks according to API Standard 653 (incorporated by reference... breakout tanks built to API Standard 2510 according to section 6 of API 510. (d) The intervals of...

  2. 49 CFR 195.432 - Inspection of in-service breakout tanks.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... low-pressure steel aboveground breakout tanks according to API Standard 653 (incorporated by reference... breakout tanks built to API Standard 2510 according to section 6 of API 510. (d) The intervals of...

  3. Infections with the Sexually Transmitted Pathogen Nosema apis Trigger an Immune Response in the Seminal Fluid of Honey Bees (Apis mellifera).

    PubMed

    Grassl, Julia; Peng, Yan; Baer-Imhoof, Barbara; Welch, Mat; Millar, A Harvey; Baer, Boris

    2017-01-06

    Honey bee (Apis mellifera) males are highly susceptible to infections with the sexually transmitted fungal pathogen Nosema apis. However, they are able to suppress this parasite in the ejaculate using immune molecules in the seminal fluid. We predicted that males respond to infections by altering the seminal fluid proteome to minimize the risk to sexually transmit the parasite to the queen and her colony. We used iTRAQ isotopic labeling to compare seminal fluid proteins from infected and noninfected males and found that N. apis infections resulted in significant abundance changes in 111 of the 260 seminal fluid proteins quantitated. The largest group of proteins with significantly changed abundances consisted of 15 proteins with well-known immune-related functions, which included two significantly more abundant chitinases in the seminal fluid of infected males. Chitinases were previously hypothesized to be involved in honey bee antifungal activity against N. apis. Here we show that infection with N. apis triggers a highly specific immune response in the seminal fluid of honey bee males.

  4. Hot-stage microscopy for determination of API particles in a formulated tablet.

    PubMed

    Simek, Michal; Grünwaldová, Veronika; Kratochvíl, Bohumil

    2014-01-01

    Although methods exist to readily determine the particle size distribution (PSD) of an active pharmaceutical ingredient (API) before its formulation into a final product, the primary challenge is to develop a method to determine the PSD of APIs in a finished tablet. To address the limitations of existing PSD methods, we used hot-stage microscopy to observe tablet disintegration during temperature change and, thus, reveal the API particles in a tablet. Both mechanical and liquid disintegration were evaluated after we had identified optimum milling time for mechanical disintegration and optimum volume of water for liquid disintegration. In each case, hot-stage micrographs, taken before and after the API melting point, were compared with image analysis software to obtain the PSDs. Then, the PSDs of the APIs from the disintegrated tablets were compared with the PSDs of raw APIs. Good agreement was obtained, thereby confirming the robustness of our methodology. The availability of such a method equips pharmaceutical scientists with an in vitro assessment method that will more reliably determine the PSD of active substances in finished tablets.

  5. GIANT API: an application programming interface for functional genomics.

    PubMed

    Roberts, Andrew M; Wong, Aaron K; Fisk, Ian; Troyanskaya, Olga G

    2016-07-08

    GIANT API provides biomedical researchers programmatic access to tissue-specific and global networks in humans and model organisms, and associated tools, which includes functional re-prioritization of existing genome-wide association study (GWAS) data. Using tissue-specific interaction networks, researchers are able to predict relationships between genes specific to a tissue or cell lineage, identify the changing roles of genes across tissues and uncover disease-gene associations. Additionally, GIANT API enables computational tools like NetWAS, which leverages tissue-specific networks for re-prioritization of GWAS results. The web services covered by the API include 144 tissue-specific functional gene networks in human, global functional networks for human and six common model organisms and the NetWAS method. GIANT API conforms to the REST architecture, which makes it stateless, cacheable and highly scalable. It can be used by a diverse range of clients including web browsers, command terminals, programming languages and standalone apps for data analysis and visualization. The API is freely available for use at http://giant-api.princeton.edu. © The Author(s) 2016. Published by Oxford University Press on behalf of Nucleic Acids Research.

  6. Prioritizing pharmaceuticals in municipal wastewater

    EPA Science Inventory

    Oral presentation at SETAC North America 32nd annual meeting, describing our prioritization of active pharmaceutical ingredients (APIs), based on estimates of risks posed by API residues originating from municipal wastewater. Goals of this project include prioritization of APIs f...

  7. Source characterization of nervous system active pharmaceutical ingredients in healthcare wastewaters

    EPA Science Inventory

    Nervous system active pharmaceutical ingredients (APIs), including anti-depressants and opioids, are important clinically administered pharmaceuticals within healthcare facilities. Concentrations and mass loadings of ten nervous system APIs and three nervous system API metaboli...

  8. [Effect of habitat and interspecific competition on Apis cerana cerana colony distribution].

    PubMed

    Yu, Linsheng; Han, Shengming

    2003-04-01

    Habitat change and interspecific competition were the main factors affecting, Apis cerana cerana colony distribution among Wannan and Wanxi Dabie mountainous areas, Jianghuai area and Huaibei plain. Wannan and Wanxi Dabie mountainous areas were the ideal places for Apis cerana cerana' habitation and propogation, in which, there were integrated natural vegetation, fine ecological condition, abundant nectariferous plants, and Apis cerana cerana had large colony size, wide distribution, high density, no disturbances of natural mating, and was dominant interspecific competition. In Jianghuai area and Huaibei plain, there were small covering of natural vegetation, different degree of degradation of ecological balance, few kinds of nectariferous plants with almost the same blooming periods, natural mating perturbed by Apis mellifera ligustica for Apis cerana cerana, and which was inferior in interspecific competition, colony size sharply decreased, distribution area reduced, and density cut down to a great extent. In Huaibei plain, the negative factors were more conspicuous.

  9. Validation of the "Chinese Language Classroom Learning Environment Inventory" for Investigating the Nature of Chinese Language Classrooms

    ERIC Educational Resources Information Center

    Lian, Chua Siew; Wong, Angela F. L.; Der-Thanq, Victor Chen

    2006-01-01

    The Chinese Language Classroom Environment Inventory (CLCEI) is a bilingual instrument developed for use in measuring students' and teachers' perceptions toward their Chinese Language classroom learning environments in Singapore secondary schools. The English version of the CLCEI was customised from the English version of the "What is…

  10. Infectivity and virulence of Nosema ceranae and Nosema apis in commercially available North American honey bees.

    PubMed

    Huang, Wei-Fone; Solter, Leellen; Aronstein, Katherine; Huang, Zachary

    2015-01-01

    Nosema ceranae infection is ubiquitous in western honey bees, Apis mellifera, in the United States and the pathogen has apparently replaced Nosema apis in colonies nationwide. Displacement of N. apis suggests that N. ceranae has competitive advantages but N. ceranae was significantly less infective and less virulent than N. apis in commercially available lineages of honey bees in studies conducted in Illinois and Texas. At 5 days post eclosion, the most susceptible age of adult bees tested, the mean ID50 for N. apis was 359 spores compared to 3217 N. ceranae spores, a nearly 9-fold difference. Infectivity of N. ceranae was also lower than N. apis for 24-h and 14-day worker bees. N. ceranae was less infective than reported in studies using European strains of honey bees, while N. apis infectivity, tested in the same cohort of honey bees, corresponded to results reported globally from 1972 to 2010. Mortality of worker bees was similar for both pathogens at a dosage of 50 spores and was not different from the uninfected controls, but was significantly higher for N. apis than N. ceranae at dosages ⩾500 spores. Our results provide comparisons for evaluating research using different ages of bees and pathogen dosages and clarify some controversies. In addition, comparisons among studies suggest that the mixed lineages of US honey bees may be less susceptible to N. ceranae infections than are European bees or that the US isolates of the pathogen are less infective and less virulent than European isolates. Copyright © 2014 Elsevier Inc. All rights reserved.

  11. Correlation analysis of air pollutant index levels and dengue cases across five different zones in Selangor, Malaysia.

    PubMed

    Thiruchelvam, Loshini; Dass, Sarat C; Zaki, Rafdzah; Yahya, Abqariyah; Asirvadam, Vijanth S

    2018-05-07

    This study investigated the potential relationship between dengue cases and air quality - as measured by the Air Pollution Index (API) for five zones in the state of Selangor, Malaysia. Dengue case patterns can be learned using prediction models based on feedback (lagged terms). However, the question whether air quality affects dengue cases is still not thoroughly investigated based on such feedback models. This work developed dengue prediction models using the autoregressive integrated moving average (ARIMA) and ARIMA with an exogeneous variable (ARIMAX) time series methodologies with API as the exogeneous variable. The Box Jenkins approach based on maximum likelihood was used for analysis as it gives effective model estimates and prediction. Three stages of model comparison were carried out for each zone: first with ARIMA models without API, then ARIMAX models with API data from the API station for that zone and finally, ARIMAX models with API data from the zone and spatially neighbouring zones. Bayesian Information Criterion (BIC) gives goodness-of-fit versus parsimony comparisons between all elicited models. Our study found that ARIMA models, with the lowest BIC value, outperformed the rest in all five zones. The BIC values for the zone of Kuala Selangor were -800.66, -796.22, and -790.5229, respectively, for ARIMA only, ARIMAX with single API component and ARIMAX with API components from its zone and spatially neighbouring zones. Therefore, we concluded that API levels, either temporally for each zone or spatio- temporally based on neighbouring zones, do not have a significant effect on dengue cases.

  12. Cloning, expression pattern, and potential role of apoptosis inhibitor 5 in the termination of embryonic diapause and early embryo development of Artemia sinica.

    PubMed

    Zhang, Shuang; Yao, Feng; Jing, Ting; Zhang, Mengchen; Zhao, Wei; Zou, Xiangyang; Sui, Linlin; Hou, Lin

    2017-09-10

    During the embryonic development of Artemia sinica, the diapause phenomenon can be induced by high salinity or low temperature conditions. The diapause embryo at the gastrula stage is maintained under the threat of apoptosis to guarantee the embryo's normal development. In this process, apoptosis inhibitor proteins play vital roles in protecting embryos against apoptosis. Apoptosis inhibitor5 (API5) plays a pivotal role in regulating the cell cycle and preventing programmed cell death after growth factor starvation. In the present study, we cloned the full-length cDNA representing the api5 gene from A. sinica (As-api5), which encodes a 372-amino acid protein. In situ hybridization experiments revealed that As-api5 expression is not tissue or organ specific. Quantitative real-time PCR analyses of the developmental expression of As-api5 showed that it reached its highest level at 10h, after which its expression decreased. High salinity and low temperature treatments increased the expression of As-api5. Western blotting was used to assess the abundance of As-API5 and related proteins (As-CyclinA, As-CyclinE, As-E2F1, As-CDK2, As-APAF1, and As-Caspase9). Downregulation of As-api5 expression using a short interfering RNA resulted in increased mortality and embryo malformation of A. sinica. Taken together, the results indicated that API5 plays a crucial role in embryonic diapause termination and early embryo development of A. sinica. Copyright © 2017. Published by Elsevier B.V.

  13. Api m 10, a genuine A. mellifera venom allergen, is clinically relevant but underrepresented in therapeutic extracts.

    PubMed

    Blank, S; Seismann, H; Michel, Y; McIntyre, M; Cifuentes, L; Braren, I; Grunwald, T; Darsow, U; Ring, J; Bredehorst, R; Ollert, M; Spillner, E

    2011-10-01

    Generalized systemic reactions to stinging hymenoptera venom constitute a potentially fatal condition in venom-allergic individuals. Hence, the identification and characterization of all allergens is imperative for improvement of diagnosis and design of effective immunotherapeutic approaches. Our aim was the immunochemical characterization of the carbohydrate-rich protein Api m 10, an Apis mellifera venom component and putative allergen, with focus on the relevance of glycosylation. Furthermore, the presence of Api m 10 in honeybee venom (HBV) and licensed venom immunotherapy preparations was addressed. Api m 10 was produced as soluble, aglycosylated protein in Escherichia coli and as differentially glycosylated protein providing a varying degree of fucosylation in insect cells. IgE reactivity and basophil activation of allergic patients were analyzed. For detection of Api m 10 in different venom preparations, a monoclonal human IgE antibody was generated. Both, the aglycosylated and the glycosylated variant of Api m 10 devoid of cross-reactive carbohydrate determinants (CCD), exhibited IgE reactivity with approximately 50% of HBV-sensitized patients. A corresponding reactivity could be documented for the activation of basophils. Although the detection of the native protein in crude HBV suggested content comparable to other relevant allergens, three therapeutical HBV extracts lacked detectable amounts of this component. Api m 10 is a genuine allergen of A. mellifera venom with IgE sensitizing potential in a significant fraction of allergic patients independent of CCD reactivity. Thus, Api m 10 could become a key element for component-resolved diagnostic tests and improved immunotherapeutic approaches in hymenoptera venom allergy. © 2011 John Wiley & Sons A/S.

  14. In-line UV spectroscopy for the quantification of low-dose active ingredients during the manufacturing of pharmaceutical semi-solid and liquid formulations.

    PubMed

    Bostijn, N; Hellings, M; Van Der Veen, M; Vervaet, C; De Beer, T

    2018-07-12

    UltraViolet (UV) spectroscopy was evaluated as an innovative Process Analytical Technology (PAT) - tool for the in-line and real-time quantitative determination of low-dosed active pharmaceutical ingredients (APIs) in a semi-solid (gel) and a liquid (suspension) pharmaceutical formulation during their batch production process. The performance of this new PAT-tool (i.e., UV spectroscopy) was compared with an already more established PAT-method based on Raman spectroscopy. In-line UV measurements were carried out with an immersion probe while for the Raman measurements a non-contact PhAT probe was used. For both studied formulations, an in-line API quantification model was developed and validated per spectroscopic technique. The known API concentrations (Y) were correlated with the corresponding in-line collected preprocessed spectra (X) through a Partial Least Squares (PLS) regression. Each developed quantification method was validated by calculating the accuracy profile on the basis of the validation experiments. Furthermore, the measurement uncertainty was determined based on the data generated for the determination of the accuracy profiles. From the accuracy profile of the UV- and Raman-based quantification method for the gel, it was concluded that at the target API concentration of 2% (w/w), 95 out of 100 future routine measurements given by the Raman method will not deviate more than 10% (relative error) from the true API concentration, whereas for the UV method the acceptance limits of 10% were exceeded. For the liquid formulation, the Raman method was not able to quantify the API in the low-dosed suspension (0.09% (w/w) API). In contrast, the in-line UV method was able to adequately quantify the API in the suspension. This study demonstrated that UV spectroscopy can be adopted as a novel in-line PAT-technique for low-dose quantification purposes in pharmaceutical processes. Important is that none of the two spectroscopic techniques was superior to the other for both formulations: the Raman method was more accurate in quantifying the API in the gel (2% (w/w) API), while the UV method performed better for API quantification in the suspension (0.09% (w/w) API). Copyright © 2018 Elsevier B.V. All rights reserved.

  15. Spatial-Temporal Analysis of Air Pollution, Climate Change, and Total Mortality in 120 Cities of China, 2012-2013.

    PubMed

    Liu, Longjian; Yang, Xuan; Liu, Hui; Wang, Mingquan; Welles, Seth; Márquez, Shannon; Frank, Arthur; Haas, Charles N

    2016-01-01

    China has had a rapid increase in its economy over the past three decades. However, the economic boom came at a certain cost of depleting air quality. In the study, we aimed to examine the burden of air pollution and its association with climatic factors and health outcomes using data from Chinese national and city-level air quality and public health surveillance systems. City-level daily air pollution index (API, a sum weighted index of SO2, NO2, PM10, CO, and Ozone) in 120 cities in 2012 and 2013, and its association with climate factors were analyzed using multiple linear regression analysis, spatial autocorrelation analysis, and panel fixed models. City-level ecological association between annual average API and total mortality were examined using univariate and partial correlation analysis. Sensitivity analysis was conducted by taking the consideration of time-lag effect between exposures and outcomes. The results show that among the 120 cities, annual average API significantly increased from 2012 to 2013 (65.05 vs. 75.99, p < 0.0001). The highest average API was in winter, and the lowest in summer. A significantly spatial clustering of elevated API was observed, with the highest API in northwest China in 2012 and with the highest in east China in 2013. In 2012, 5 (4%) of the 120 cities had ≥60 days with API >100 (defined as "slightly polluted"), however, it increased to 21 cities (18%) that experienced API >100 for ≥60 days in 2013. Furthermore, 16 cities (13%) in 2012 and 35 (29%) in 2013 experienced a maximum API >300 (defined as "severely polluted"). API was negatively and significantly correlated with heat index, precipitation, and sunshine hours, but positively with air pressure. Cities with higher API concentrations had significantly higher total mortality rates than those with lower API. About a 4-7% of the variation in total mortality could be explained by the difference in API across the nation. In conclusion, the study highlights an increased trend of air pollution from 2012 to 2013 in China. The magnitude of air pollution varied by seasons and regions and correlated with climatic factors and total mortality across the country.

  16. Spatial–Temporal Analysis of Air Pollution, Climate Change, and Total Mortality in 120 Cities of China, 2012–2013

    PubMed Central

    Liu, Longjian; Yang, Xuan; Liu, Hui; Wang, Mingquan; Welles, Seth; Márquez, Shannon; Frank, Arthur; Haas, Charles N.

    2016-01-01

    China has had a rapid increase in its economy over the past three decades. However, the economic boom came at a certain cost of depleting air quality. In the study, we aimed to examine the burden of air pollution and its association with climatic factors and health outcomes using data from Chinese national and city-level air quality and public health surveillance systems. City-level daily air pollution index (API, a sum weighted index of SO2, NO2, PM10, CO, and Ozone) in 120 cities in 2012 and 2013, and its association with climate factors were analyzed using multiple linear regression analysis, spatial autocorrelation analysis, and panel fixed models. City-level ecological association between annual average API and total mortality were examined using univariate and partial correlation analysis. Sensitivity analysis was conducted by taking the consideration of time-lag effect between exposures and outcomes. The results show that among the 120 cities, annual average API significantly increased from 2012 to 2013 (65.05 vs. 75.99, p < 0.0001). The highest average API was in winter, and the lowest in summer. A significantly spatial clustering of elevated API was observed, with the highest API in northwest China in 2012 and with the highest in east China in 2013. In 2012, 5 (4%) of the 120 cities had ≥60 days with API >100 (defined as “slightly polluted”), however, it increased to 21 cities (18%) that experienced API >100 for ≥60 days in 2013. Furthermore, 16 cities (13%) in 2012 and 35 (29%) in 2013 experienced a maximum API >300 (defined as “severely polluted”). API was negatively and significantly correlated with heat index, precipitation, and sunshine hours, but positively with air pressure. Cities with higher API concentrations had significantly higher total mortality rates than those with lower API. About a 4–7% of the variation in total mortality could be explained by the difference in API across the nation. In conclusion, the study highlights an increased trend of air pollution from 2012 to 2013 in China. The magnitude of air pollution varied by seasons and regions and correlated with climatic factors and total mortality across the country. PMID:27486572

  17. Apigenin enhances the antitumor effects of cetuximab in nasopharyngeal carcinoma by inhibiting EGFR signaling.

    PubMed

    Hu, Wen-Jian; Liu, Jing; Zhong, Lun-Kun; Wang, Jian

    2018-06-01

    Nasopharyngeal carcinoma (NPC) is a type of head and neck cancers with poor prognosis. Despite that platinum-based chemotherapy concurrent with radiotherapy have made great achievements for the treatment of NPC, the therapeutic reaction and toxicity varies dramatically among individuals. Apigenin (API), a naturally occurring plant flavone, is considered to have anti-cancer effect. Cetuximab (CET), a well known epidermal growth factor receptor (EGFR) inhibitor, is widely used in various cancers, especially head and neck cancers. The aim of our study was to measure the combination of API and CET for the treatment of NPC in vitro and in vivo. Results demonstrated that combining API and CET could better suppress the viability of the human nasopharyngeal carcinoma cell lines (HONE1 and CNE2) and inhibit the growth of NPC than API or CET used alone. Besides, the combination of API with CET produced greater pro-apoptosis effect. Moreover, the increased G2/M phase arrest caused by CET could be remarkably enhanced by adding API in HONE1 and CNE2 cells. Although, both API and CET could decrease the expressions of p-EGFR, p-Akt, p-STAT3 and Cyclin D1. Combining them produced greater inhibition effect. These results suggested that the combination of API and CET may be a promising therapeutic approach for the treatment of NPC. Copyright © 2018 Elsevier Masson SAS. All rights reserved.

  18. An Application Programming Interface for Synthetic Snowflake Particle Structure and Scattering Data

    NASA Technical Reports Server (NTRS)

    Lammers, Matthew; Kuo, Kwo-Sen

    2017-01-01

    The work by Kuo and colleagues on growing synthetic snowflakes and calculating their single-scattering properties has demonstrated great potential to improve the retrievals of snowfall. To grant colleagues flexible and targeted access to their large collection of sizes and shapes at fifteen (15) microwave frequencies, we have developed a web-based Application Programming Interface (API) integrated with NASA Goddard's Precipitation Processing System (PPS) Group. It is our hope that the API will enable convenient programmatic utilization of the database. To help users better understand the API's capabilities, we have developed an interactive web interface called the OpenSSP API Query Builder, which implements an intuitive system of mechanisms for selecting shapes, sizes, and frequencies to generate queries, with which the API can then extract and return data from the database. The Query Builder also allows for the specification of normalized particle size distributions by setting pertinent parameters, with which the API can also return mean geometric and scattering properties for each size bin. Additionally, the Query Builder interface enables downloading of raw scattering and particle structure data packages. This presentation will describe some of the challenges and successes associated with developing such an API. Examples of its usage will be shown both through downloading output and pulling it into a spreadsheet, as well as querying the API programmatically and working with the output in code.

  19. Unipept web services for metaproteomics analysis.

    PubMed

    Mesuere, Bart; Willems, Toon; Van der Jeugt, Felix; Devreese, Bart; Vandamme, Peter; Dawyndt, Peter

    2016-06-01

    Unipept is an open source web application that is designed for metaproteomics analysis with a focus on interactive datavisualization. It is underpinned by a fast index built from UniProtKB and the NCBI taxonomy that enables quick retrieval of all UniProt entries in which a given tryptic peptide occurs. Unipept version 2.4 introduced web services that provide programmatic access to the metaproteomics analysis features. This enables integration of Unipept functionality in custom applications and data processing pipelines. The web services are freely available at http://api.unipept.ugent.be and are open sourced under the MIT license. Unipept@ugent.be Supplementary data are available at Bioinformatics online. © The Author 2016. Published by Oxford University Press. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com.

  20. Fifth NASA Goddard Conference on Mass Storage Systems and Technologies.. Volume 1

    NASA Technical Reports Server (NTRS)

    Kobler, Benjamin (Editor); Hariharan, P. C. (Editor)

    1996-01-01

    This document contains copies of those technical papers received in time for publication prior to the Fifth Goddard Conference on Mass Storage Systems and Technologies. As one of an ongoing series, this conference continues to serve as a unique medium for the exchange of information on topics relating to the ingestion and management of substantial amounts of data and the attendant problems involved. This year's discussion topics include storage architecture, database management, data distribution, file system performance and modeling, and optical recording technology. There will also be a paper on Application Programming Interfaces (API) for a Physical Volume Repository (PVR) defined in Version 5 of the Institute of Electrical and Electronics Engineers (IEEE) Reference Model (RM). In addition, there are papers on specific archives and storage products.

  1. Efficiency and corrosion rate analysis of organic inhibitor utilization from bawang dayak leaves (EleutherineamericanaMerr.) on API 5L steel

    NASA Astrophysics Data System (ADS)

    Sari, Shaimah Rinda; Sari, Eli Novita; Rizky, Yoel; Sulistijono, Triana, Yunita

    2018-05-01

    This research studied the inhibition of corrosion by bawang dayak leaves extract (EleutherineamericanaMerr.) on API 5L steel in brine water environment (3.5% NaCl). The inhibitor was extracted using maceration process from bawang dayak leaves that was cultivated in Paser District, East Kalimantan. The test of antioxidant activity showed that bawang dayak leaves extract is a very powerful antioxidant with IC50 value of 27.30204. The results from FTIR test show the presence of electronegative atoms and double bonds of the alkenes groups that provide the potential of the extract as a corrosion inhibitor. Efficiency of inhibition reached up to 93.158% for the addition of inhibitor with 300 ppm concentration and 20 days of immersion time. This inhibitory behavior is also supported by polarization measurements where the lowest corrosion rate of 0.00128 mm/year is obtained at the same concentration and immersion time.

  2. Namibia Dashboard Enhancements

    NASA Technical Reports Server (NTRS)

    Mandl, Daniel; Handy, Matthew

    2014-01-01

    The purpose of this presentation is for a Technical Interchange Meeting with the Namibia Hydrological Services (NHS) in Namibia. The meeting serves as a capacity building exercise. This presentation goes over existing software functionality developed in collaboration with NHS over the past five years called the Namibia Flood Dashboard. Furthermore, it outlines new functionality developed over the past year and future functionality that will be developed. The main purpose of the Dashboard is to assist in decision support for flood warning. The Namibia Flood Dashboard already exists online in a cloud environment and has been used in prototype mode for the past few years.Functionality in the Dashboard includes river gauge hydrographs, TRMM estimate rainfall, EO-1 flood maps, infrastructure maps and other related functions. Future functionality includes attempting to integrate interoperability standards and crowd-sourcing capability. To this end, we are adding OpenStreetMap compatibility and an Applications Program Interface (API) called a GeoSocial API to enable discovery and sharing of data products useful for decision support via social media.

  3. Genetic structure of Mount Huang honey bee (Apis cerana) populations: evidence from microsatellite polymorphism.

    PubMed

    Liu, Fang; Shi, Tengfei; Huang, Sisi; Yu, Linsheng; Bi, Shoudong

    2016-01-01

    The Mount Huang eastern honey bees ( Apis cerana ) are an endemic population, which is well adapted to the local agricultural and ecological environment. In this study, the genetic structure of seven eastern honey bees ( A. cerana ) populations from Mount Huang in China were analyzed by SSR (simple sequence repeat) markers. The results revealed that 16 pairs of primers used amplified a total of 143 alleles. The number of alleles per locus ranged from 6 to 13, with a mean value of 8.94 alleles per locus. Observed and expected heterozygosities showed mean values of 0.446 and 0.831 respectively. UPGMA cluster analysis grouped seven eastern honey bees in three groups. The results obtained show a high genetic diversity in the honey bee populations studied in Mount Huang, and high differentiation among all the populations, suggesting that scarce exchange of honey bee species happened in Mount Huang. Our study demonstrated that the Mount Huang honey bee populations still have a natural genome worth being protected for conservation.

  4. API focuses on cleanliness, economics of fossil fuels

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Not Available

    1993-11-15

    Fossil fuels, consumed in free markets, are playing positive economic and environmental roles as the world economy becomes integrated, industry leader said last week. Environmental zealots threaten to force conversion from gasoline as a motor fuel in the U.S. and oppose the growing integration of the world economy. Fossil fuels, free markets, human creativity, and entrepreneurial spirit--not government intervention--are the keys to a clean environment, said API pres. Charles J. DiBona and outgoing Chairman C.J. (Pete) Silas, chairman and chief executive officer of Phillips Petroleum Co. DiBona said proponents of the BTU tax defeated earlier this year used erroneous assumptionsmore » to make a case against oil use in an effort to replace the efficiency of the marketplace with the inefficiency of bureaucracy. The government's role is to set tough standards and avoid dictating the way environmental standards are met, they said. Other speakers warned that voluntary measures put forward by the Clinton administration of address global climate change issues likely will fall short.« less

  5. [Semantic, item, and conceptual equivalence of the Brazilian version of the Neighborhood Environment Walkability Scale for Youth (NEWS-Y)].

    PubMed

    Lima, Alex Vieira; Rech, Cassiano Ricardo; Reis, Rodrigo Siqueira

    2013-12-01

    The objective of this study was to describe the process of translation and cultural adaptation of the Brazilian version of the Neighborhood Environment Walkability Scale for Youth (NEWS-Y). The original and the Portuguese versions were independently translated and back-translated into English. An expert panel performed semantic analysis and conceptual adaptations. The translated version of the NEWS-Y was applied to a sample of eight adolescents and showed adequate understanding. After minor changes identified in the translation processes, the expert panel considered the Brazilian version of the NEWS-Y semantically and conceptually equivalent. The translated version of the NEWS-Y required a few adjustments to ensure conceptual, item, and semantic adaptation. Further studies are recommended to examine other steps in the cross-cultural adaptation of the Portuguese-language NEWS-Y version in the Brazilian context.

  6. The influence of uncertainty and location-specific conditions on the environmental prioritisation of human pharmaceuticals in Europe.

    PubMed

    Oldenkamp, Rik; Huijbregts, Mark A J; Ragas, Ad M J

    2016-05-01

    The selection of priority APIs (Active Pharmaceutical Ingredients) can benefit from a spatially explicit approach, since an API might exceed the threshold of environmental concern in one location, while staying below that same threshold in another. However, such a spatially explicit approach is relatively data intensive and subject to parameter uncertainty due to limited data. This raises the question to what extent a spatially explicit approach for the environmental prioritisation of APIs remains worthwhile when accounting for uncertainty in parameter settings. We show here that the inclusion of spatially explicit information enables a more efficient environmental prioritisation of APIs in Europe, compared with a non-spatial EU-wide approach, also under uncertain conditions. In a case study with nine antibiotics, uncertainty distributions of the PAF (Potentially Affected Fraction) of aquatic species were calculated in 100∗100km(2) environmental grid cells throughout Europe, and used for the selection of priority APIs. Two APIs have median PAF values that exceed a threshold PAF of 1% in at least one environmental grid cell in Europe, i.e., oxytetracycline and erythromycin. At a tenfold lower threshold PAF (i.e., 0.1%), two additional APIs would be selected, i.e., cefuroxime and ciprofloxacin. However, in 94% of the environmental grid cells in Europe, no APIs exceed either of the thresholds. This illustrates the advantage of following a location-specific approach in the prioritisation of APIs. This added value remains when accounting for uncertainty in parameter settings, i.e., if the 95th percentile of the PAF instead of its median value is compared with the threshold. In 96% of the environmental grid cells, the location-specific approach still enables a reduction of the selection of priority APIs of at least 50%, compared with a EU-wide prioritisation. Copyright © 2016 Elsevier Ltd. All rights reserved.

  7. Automatic sampling and analysis of organics and biomolecules by capillary action-supported contactless atmospheric pressure ionization mass spectrometry.

    PubMed

    Hsieh, Cheng-Huan; Meher, Anil Kumar; Chen, Yu-Chie

    2013-01-01

    Contactless atmospheric pressure ionization (C-API) method has been recently developed for mass spectrometric analysis. A tapered capillary is used as both the sampling tube and spray emitter in C-API. No electric contact is required on the capillary tip during C-API mass spectrometric analysis. The simple design of the ionization method enables the automation of the C-API sampling system. In this study, we propose an automatic C-API sampling system consisting of a capillary (∼1 cm), an aluminium sample holder, and a movable XY stage for the mass spectrometric analysis of organics and biomolecules. The aluminium sample holder is controlled by the movable XY stage. The outlet of the C-API capillary is placed in front of the orifice of a mass spectrometer, whereas the sample well on the sample holder is moved underneath the capillary inlet. The sample droplet on the well can be readily infused into the C-API capillary through capillary action. When the sample solution reaches the capillary outlet, the sample spray is readily formed in the proximity of the mass spectrometer applied with a high electric field. The gas phase ions generated from the spray can be readily monitored by the mass spectrometer. We demonstrate that six samples can be analyzed in sequence within 3.5 min using this automatic C-API MS setup. Furthermore, the well containing the rinsing solvent is alternately arranged between the sample wells. Therefore, the C-API capillary could be readily flushed between runs. No carryover problems are observed during the analyses. The sample volume required for the C-API MS analysis is minimal, with less than 1 nL of the sample solution being sufficient for analysis. The feasibility of using this setup for quantitative analysis is also demonstrated.

  8. Automated chart review utilizing natural language processing algorithm for asthma predictive index.

    PubMed

    Kaur, Harsheen; Sohn, Sunghwan; Wi, Chung-Il; Ryu, Euijung; Park, Miguel A; Bachman, Kay; Kita, Hirohito; Croghan, Ivana; Castro-Rodriguez, Jose A; Voge, Gretchen A; Liu, Hongfang; Juhn, Young J

    2018-02-13

    Thus far, no algorithms have been developed to automatically extract patients who meet Asthma Predictive Index (API) criteria from the Electronic health records (EHR) yet. Our objective is to develop and validate a natural language processing (NLP) algorithm to identify patients that meet API criteria. This is a cross-sectional study nested in a birth cohort study in Olmsted County, MN. Asthma status ascertained by manual chart review based on API criteria served as gold standard. NLP-API was developed on a training cohort (n = 87) and validated on a test cohort (n = 427). Criterion validity was measured by sensitivity, specificity, positive predictive value and negative predictive value of the NLP algorithm against manual chart review for asthma status. Construct validity was determined by associations of asthma status defined by NLP-API with known risk factors for asthma. Among the eligible 427 subjects of the test cohort, 48% were males and 74% were White. Median age was 5.3 years (interquartile range 3.6-6.8). 35 (8%) had a history of asthma by NLP-API vs. 36 (8%) by abstractor with 31 by both approaches. NLP-API predicted asthma status with sensitivity 86%, specificity 98%, positive predictive value 88%, negative predictive value 98%. Asthma status by both NLP and manual chart review were significantly associated with the known asthma risk factors, such as history of allergic rhinitis, eczema, family history of asthma, and maternal history of smoking during pregnancy (p value < 0.05). Maternal smoking [odds ratio: 4.4, 95% confidence interval 1.8-10.7] was associated with asthma status determined by NLP-API and abstractor, and the effect sizes were similar between the reviews with 4.4 vs 4.2 respectively. NLP-API was able to ascertain asthma status in children mining from EHR and has a potential to enhance asthma care and research through population management and large-scale studies when identifying children who meet API criteria.

  9. Infections of Nosema ceranae in four different honeybee species.

    PubMed

    Chaimanee, Veeranan; Warrit, Natapot; Chantawannakul, Panuwan

    2010-10-01

    The microsporidium Nosema ceranae is detected in honeybees in Thailand for the first time. This endoparasite has recently been reported to infect most Apis mellifera honeybee colonies in Europe, the US, and parts of Asia, and is suspected to have displaced the endemic endoparasite species, Nosema apis, from the western A. mellifera. We collected and identified species of microsporidia from the European honeybee (A. mellifera), the cavity nesting Asian honeybee (Apis cerana), the dwarf Asian honeybee (Apis florea) and the giant Asian honeybee (Apis dorsata) from colonies in Northern Thailand. We used multiplex PCR technique with two pairs of primers to differentiate N. ceranae from N. apis. From 80 A. mellifera samples, 62 (77.5%) were positively identified for the presence of the N. ceranae. Amongst 46 feral colonies of Asian honeybees (A. cerana, A. florea and A. dorsata) examined for Nosema infections, only N. ceranae could be detected. No N. apis was found in our samples. N. ceranae is found to be the only microsporidium infesting honeybees in Thailand. Moreover, we found the frequencies of N. ceranae infection in native bees to be less than that of A. mellifera. Copyright 2010 Elsevier Inc. All rights reserved.

  10. Consequences of Nosema apis infection for male honey bees and their fertility

    PubMed Central

    Peng, Yan; Baer-Imhoof, Barbara; Harvey Millar, A.; Baer, Boris

    2015-01-01

    The queens of eusocial bees, ants and wasps mate only during a very short period early in life and males therefore produce ejaculates consisting of large numbers of high quality sperm. Such extreme selection for high fecundity resulted in males investing minimally into their somatic survival, including their immune system. However, if susceptible males are unable to protect their reproductive tissue from infections, they compromise queen fitness if they transfer pathogens during mating. We used the honey bee Apis mellifera and investigated the course of infection of the sexually transmitted pathogen Nosema apis. We predicted that honey bee males are susceptible but protect their reproductive tissues from infections. We investigated the effects of N. apis infections on the midgut, the accessory glands and the accessory testes and quantified the consequences of infection on male survival and fecundity. We found that N. apis is able to infect males, and as infections progressed, it significantly impacted fertility and survival in older males. Even though we confirm males to be able to minimize N. apis infections of their reproductive tissues, the parasite is present in ejaculates of older males. Consequently N. apis evolved alternative routes to successfully infect ejaculates and get sexually transmitted. PMID:26123530

  11. Consequences of Nosema apis infection for male honey bees and their fertility.

    PubMed

    Peng, Yan; Baer-Imhoof, Barbara; Millar, A Harvey; Baer, Boris

    2015-06-30

    The queens of eusocial bees, ants and wasps mate only during a very short period early in life and males therefore produce ejaculates consisting of large numbers of high quality sperm. Such extreme selection for high fecundity resulted in males investing minimally into their somatic survival, including their immune system. However, if susceptible males are unable to protect their reproductive tissue from infections, they compromise queen fitness if they transfer pathogens during mating. We used the honey bee Apis mellifera and investigated the course of infection of the sexually transmitted pathogen Nosema apis. We predicted that honey bee males are susceptible but protect their reproductive tissues from infections. We investigated the effects of N. apis infections on the midgut, the accessory glands and the accessory testes and quantified the consequences of infection on male survival and fecundity. We found that N. apis is able to infect males, and as infections progressed, it significantly impacted fertility and survival in older males. Even though we confirm males to be able to minimize N. apis infections of their reproductive tissues, the parasite is present in ejaculates of older males. Consequently N. apis evolved alternative routes to successfully infect ejaculates and get sexually transmitted.

  12. Acculturation and perceived stress in HIV+ immigrants: depression symptomatology in Asian and Pacific Islanders.

    PubMed

    Chen, Wei-Ti; Guthrie, Barbara; Shiu, Cheng-Shi; Yang, Joyce P; Weng, Zhongqi; Wang, Lixuan; Kamitani, Emiko; Fukuda, Yumiko; Luu, Binh Vinh

    2014-01-01

    Asians and Pacific Islanders (API) are among the fastest growing minority groups within the USA, and this growth has been accompanied by an increase in HIV incidence. Between 2000 and 2010, the API HIV infection rate increased from 4.5% to 8.7%; however, there is a paucity of HIV-related research for this group, and even less is known about the prevalence and correlates of antiretroviral therapy adherence behavior, quality of life, impact of stress, and efficacious self-management among HIV+ API Americans. This paper examines how acculturation and perceived stress affect depression symptomatology and treatment seeking in the HIV+ API population. A series of cross-sectional audio computer-assisted self-interviews were conducted with a convenience sample of 50 HIV+ API (29 in San Francisco and 21 in New York City). The relationship between acculturation and perceived stress was analyzed, and the results indicate that for those HIV+ API who reported low or moderate acculturation (as compared to those who reported high acculturation), stress was significantly mediated by depression symptomology. Interventions to address acculturation and reduce perceived stress among API generally and Asians specifically are therefore needed.

  13. Understanding API-polymer proximities in amorphous stabilized composite drug products using fluorine-carbon 2D HETCOR solid-state NMR.

    PubMed

    Abraham, Anuji; Crull, George

    2014-10-06

    A simple and robust method for obtaining fluorine-carbon proximities was established using a (19)F-(13)C heteronuclear correlation (HETCOR) two-dimensional (2D) solid-state nuclear magnetic resonance (ssNMR) experiment under magic-angle spinning (MAS). The method was applied to study a crystalline active pharmaceutical ingredient (API), avagacestat, containing two types of fluorine atoms and its API-polymer composite drug product. These results provide insight into the molecular structure, aid with assigning the carbon resonances, and probe API-polymer proximities in amorphous spray dried dispersions (SDD). This method has an advantage over the commonly used (1)H-(13)C HETCOR because of the large chemical shift dispersion in the fluorine dimension. In the present study, fluorine-carbon distances up to 8 Å were probed, giving insight into the API structure, crystal packing, and assignments. Most importantly, the study demonstrates a method for probing an intimate molecular level contact between an amorphous API and a polymer in an SDD, giving insights into molecular association and understanding of the role of the polymer in API stability (such as recrystallization, degradation, etc.) in such novel composite drug products.

  14. Towards integrated drug substance and drug product design for an active pharmaceutical ingredient using particle engineering.

    PubMed

    Kougoulos, Eleftherios; Smales, Ian; Verrier, Hugh M

    2011-03-01

    A novel experimental approach describing the integration of drug substance and drug production design using particle engineering techniques such as sonocrystallization, high shear wet milling (HSWM) and dry impact (hammer) milling were used to manufacture samples of an active pharmaceutical ingredient (API) with diverse particle size and size distributions. The API instability was addressed using particle engineering and through judicious selection of excipients to reduce degradation reactions. API produced using a conventional batch cooling crystallization process resulted in content uniformity issues. Hammer milling increased fine particle formation resulting in reduced content uniformity and increased degradation compared to sonocrystallized and HSWM API in the formulation. To ensure at least a 2-year shelf life based on predictions using an Accelerated Stability Assessment Program, this API should have a D [v, 0.1] of 55 μm and a D [v, 0.5] of 140 μm. The particle size of the chief excipient in the drug product formulation needed to be close to that of the API to avoid content uniformity and stability issues but large enough to reduce lactam formation. The novel methodology described here has potential for application to other APIs. © 2011 American Association of Pharmaceutical Scientists

  15. 49 CFR 195.440 - Public awareness.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... Petroleum Institute's (API) Recommended Practice (RP) 1162 (incorporated by reference, see § 195.3). (b) The operator's program must follow the general program recommendations of API RP 1162 and assess the unique... general program recommendations, including baseline and supplemental requirements of API RP 1162, unless...

  16. 49 CFR 195.440 - Public awareness.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... Petroleum Institute's (API) Recommended Practice (RP) 1162 (incorporated by reference, see § 195.3). (b) The operator's program must follow the general program recommendations of API RP 1162 and assess the unique... general program recommendations, including baseline and supplemental requirements of API RP 1162, unless...

  17. 49 CFR 195.440 - Public awareness.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... Petroleum Institute's (API) Recommended Practice (RP) 1162 (incorporated by reference, see § 195.3). (b) The operator's program must follow the general program recommendations of API RP 1162 and assess the unique... general program recommendations, including baseline and supplemental requirements of API RP 1162, unless...

  18. A simple dilute and shoot methodology for the identification and quantification of illegal insulin.

    PubMed

    Vanhee, Celine; Janvier, Steven; Moens, Goedele; Deconinck, Eric; Courselle, Patricia

    2016-10-01

    The occurrence of illegal medicines is a well-established global problem and concerns mostly small molecules. However, due to the advances in genomics and recombinant expression technologies there is an increased development of polypeptide therapeutics. Insulin is one of the best known polypeptide drug, and illegal versions of this medicine led to lethal incidents in the past. Therefore, it is crucial for the public health sector to develop reliable, efficient, cheap, unbiased and easily applicable active pharmaceutical ingredient (API) identification and quantification strategies for routine analysis of suspected illegal insulins. Here we demonstrate that our combined label-free full scan approach is not only able to distinguish between all those different versions of insulin and the insulins originating from different species, but also able to chromatographically separate human insulin and insulin lispro in conditions that are compatible with mass spectrometry (MS). Additionally, we were also able to selectively quantify the different insulins, including human insulin and insulin lispro according to the validation criteria, put forward by the United Nations (UN), for the analysis of seized illicit drugs. The proposed identification and quantification method is currently being used in our official medicines control laboratory to analyze insulins retrieved from the illegal market.

  19. Vaccinating Asian Pacific Islander children against hepatitis B: ethnic-specific influences and barriers.

    PubMed

    Pulido, M J; Alvarado, E A; Berger, W; Nelson, A; Todoroff, C

    2001-01-01

    Hepatitis B virus (HBV) is a known cause of liver cancer, especially among Asian and Pacific Islanders (API). Despite national recommendations and school entry requirements for vaccination, many children are not fully vaccinated with the Hepatitis B vaccine (Hep B) before entering school. The purpose of this study was to measure ethnic group-specific hepatitis B vaccination rates among school-aged API children after implementation of universal recommendations and school laws, and quantify ethnic-specific risk factors associated with late and incomplete vaccinations. A multilingual questionnaire was distributed to parents of second and fourth graders in nine Los Angeles County (LAC) elementary schools with high proportions of API students. Data on Hepatitis B vaccination dates, source of health care and health information, cultural factors, and general knowledge and attitudes about HBV and vaccination were collected and analyzed. Overall, 1,696 (77%) of 2,183 questionnaires were returned. Of these, 1,024 were from API children. The API second graders in this survey had a 72% coverage rate, ranging from 46% to 94% among the individual ethnic groups. Fifty-one percent of API fourth graders had three doses of Hep B vaccine, ranging from 38% to 69% among the individual ethnic groups. Factors influencing coverage levels among API fourth graders were speaking limited English at home, living in the United States less than five years, and not having discussed hepatitis B vaccination with a health care provider. Factors influencing low immunization levels differed among the API ethnic groups. Analysis and intervention on a non-aggregate level are necessary for designing both effective and cultural-specific outreach programs for diverse API communities such as LAC's.

  20. Populus euphratica APYRASE2 Enhances Cold Tolerance by Modulating Vesicular Trafficking and Extracellular ATP in Arabidopsis Plants.

    PubMed

    Deng, Shurong; Sun, Jian; Zhao, Rui; Ding, Mingquan; Zhang, Yinan; Sun, Yuanling; Wang, Wei; Tan, Yeqing; Liu, Dandan; Ma, Xujun; Hou, Peichen; Wang, Meijuan; Lu, Cunfu; Shen, Xin; Chen, Shaoliang

    2015-09-01

    Apyrase and extracellular ATP play crucial roles in mediating plant growth and defense responses. In the cold-tolerant poplar, Populus euphratica, low temperatures up-regulate APYRASE2 (PeAPY2) expression in callus cells. We investigated the biochemical characteristics of PeAPY2 and its role in cold tolerance. We found that PeAPY2 predominantly localized to the plasma membrane, but punctate signals also appeared in the endoplasmic reticulum and Golgi apparatus. PeAPY2 exhibited broad substrate specificity, but it most efficiently hydrolyzed purine nucleotides, particularly ATP. PeAPY2 preferred Mg(2+) as a cofactor, and it was insensitive to various, specific ATPase inhibitors. When PeAPY2 was ectopically expressed in Arabidopsis (Arabidopsis thaliana), cold tolerance was enhanced, based on root growth measurements and survival rates. Moreover, under cold stress, PeAPY2-transgenic plants maintained plasma membrane integrity and showed reduced cold-elicited electrolyte leakage compared with wild-type plants. These responses probably resulted from efficient plasma membrane repair via vesicular trafficking. Indeed, transgenic plants showed accelerated endocytosis and exocytosis during cold stress and recovery. We found that low doses of extracellular ATP accelerated vesicular trafficking, but high extracellular ATP inhibited trafficking and reduced cell viability. Cold stress caused significant increases in root medium extracellular ATP. However, under these conditions, PeAPY2-transgenic lines showed greater control of extracellular ATP levels than wild-type plants. We conclude that Arabidopsis plants that overexpressed PeAPY2 could increase membrane repair by accelerating vesicular trafficking and hydrolyzing extracellular ATP to avoid excessive, cold-elicited ATP accumulation in the root medium and, thus, reduced ATP-induced inhibition of vesicular trafficking. © 2015 American Society of Plant Biologists. All Rights Reserved.

  1. Improved properties of fine active pharmaceutical ingredient powder blends and tablets at high drug loading via dry particle coating.

    PubMed

    Kunnath, Kuriakose; Huang, Zhonghui; Chen, Liang; Zheng, Kai; Davé, Rajesh

    2018-05-30

    It has been shown that dry coating cohesive active pharmaceutical ingredients (APIs) with nano-silica can improve packing and flow of their blends, facilitating high speed direct compression tableting. This paper examines the broader scope and generality of previous work by examining three fine APIs; micronized Acetaminophen (mAPAP), coarse Acetaminophen (cAPAP) and micronized Ibuprofen (mIBU), and considers dry coating with both hydrophobic or hydrophilic nano-silica to examine the effect not only on packing density and flow of their blends, but also dissolution and tensile strength of their tablets. The impact of the excipient size on blend and tablet properties are also investigated, indicating blend flow is most improved when matching API particle size with excipient particle size. In all cases where the API is dry coated, the blend packing and flow improve, so as to suggest such high drug loaded blends could enable direct compression. Using dry coated API along with finer excipients in blends lead to improved hardness of the corresponding tablets. Interestingly, dissolution profiles show dry coated API tablets generally have faster dissolution rates, regardless of silica hydrophilicity, suggesting API powder deagglomeration via nano-silica coating plays a crucial role. The most significant conclusion is that, although there are differences in properties of blends that depend on the API, hydrophobic or hydrophilic nano-silica coating, as well as large or fine excipients, in all cases, dry coating of APIs significantly improves the possibility of using the specific blend at high drug loading in direct compression tableting. Copyright © 2018 Elsevier B.V. All rights reserved.

  2. At-line determination of pharmaceuticals small molecule's blending end point using chemometric modeling combined with Fourier transform near infrared spectroscopy

    NASA Astrophysics Data System (ADS)

    Tewari, Jagdish; Strong, Richard; Boulas, Pierre

    2017-02-01

    This article summarizes the development and validation of a Fourier transform near infrared spectroscopy (FT-NIR) method for the rapid at-line prediction of active pharmaceutical ingredient (API) in a powder blend to optimize small molecule formulations. The method was used to determine the blend uniformity end-point for a pharmaceutical solid dosage formulation containing a range of API concentrations. A set of calibration spectra from samples with concentrations ranging from 1% to 15% of API (w/w) were collected at-line from 4000 to 12,500 cm- 1. The ability of the FT-NIR method to predict API concentration in the blend samples was validated against a reference high performance liquid chromatography (HPLC) method. The prediction efficiency of four different types of multivariate data modeling methods such as partial least-squares 1 (PLS1), partial least-squares 2 (PLS2), principal component regression (PCR) and artificial neural network (ANN), were compared using relevant multivariate figures of merit. The prediction ability of the regression models were cross validated against results generated with the reference HPLC method. PLS1 and ANN showed excellent and superior prediction abilities when compared to PLS2 and PCR. Based upon these results and because of its decreased complexity compared to ANN, PLS1 was selected as the best chemometric method to predict blend uniformity at-line. The FT-NIR measurement and the associated chemometric analysis were implemented in the production environment for rapid at-line determination of the end-point of the small molecule blending operation. FIGURE 1: Correlation coefficient vs Rank plot FIGURE 2: FT-NIR spectra of different steps of Blend and final blend FIGURE 3: Predictions ability of PCR FIGURE 4: Blend uniformity predication ability of PLS2 FIGURE 5: Prediction efficiency of blend uniformity using ANN FIGURE 6: Comparison of prediction efficiency of chemometric models TABLE 1: Order of Addition for Blending Steps

  3. High-Throughput and Low-Latency Network Communication with NetIO

    NASA Astrophysics Data System (ADS)

    Schumacher, Jörn; Plessl, Christian; Vandelli, Wainer

    2017-10-01

    HPC network technologies like Infiniband, TrueScale or OmniPath provide low- latency and high-throughput communication between hosts, which makes them attractive options for data-acquisition systems in large-scale high-energy physics experiments. Like HPC networks, DAQ networks are local and include a well specified number of systems. Unfortunately traditional network communication APIs for HPC clusters like MPI or PGAS exclusively target the HPC community and are not suited well for DAQ applications. It is possible to build distributed DAQ applications using low-level system APIs like Infiniband Verbs, but it requires a non-negligible effort and expert knowledge. At the same time, message services like ZeroMQ have gained popularity in the HEP community. They make it possible to build distributed applications with a high-level approach and provide good performance. Unfortunately, their usage usually limits developers to TCP/IP- based networks. While it is possible to operate a TCP/IP stack on top of Infiniband and OmniPath, this approach may not be very efficient compared to a direct use of native APIs. NetIO is a simple, novel asynchronous message service that can operate on Ethernet, Infiniband and similar network fabrics. In this paper the design and implementation of NetIO is presented and described, and its use is evaluated in comparison to other approaches. NetIO supports different high-level programming models and typical workloads of HEP applications. The ATLAS FELIX project [1] successfully uses NetIO as its central communication platform. The architecture of NetIO is described in this paper, including the user-level API and the internal data-flow design. The paper includes a performance evaluation of NetIO including throughput and latency measurements. The performance is compared against the state-of-the- art ZeroMQ message service. Performance measurements are performed in a lab environment with Ethernet and FDR Infiniband networks.

  4. 49 CFR 192.616 - Public awareness.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... follows the guidance provided in the American Petroleum Institute's (API) Recommended Practice (RP) 1162... recommendations of API RP 1162 and assess the unique attributes and characteristics of the operator's pipeline and... supplemental requirements of API RP 1162, unless the operator provides justification in its program or...

  5. 49 CFR 192.616 - Public awareness.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... follows the guidance provided in the American Petroleum Institute's (API) Recommended Practice (RP) 1162... recommendations of API RP 1162 and assess the unique attributes and characteristics of the operator's pipeline and... supplemental requirements of API RP 1162, unless the operator provides justification in its program or...

  6. 49 CFR 192.616 - Public awareness.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... follows the guidance provided in the American Petroleum Institute's (API) Recommended Practice (RP) 1162... recommendations of API RP 1162 and assess the unique attributes and characteristics of the operator's pipeline and... supplemental requirements of API RP 1162, unless the operator provides justification in its program or...

  7. A knowledge discovery object model API for Java

    PubMed Central

    Zuyderduyn, Scott D; Jones, Steven JM

    2003-01-01

    Background Biological data resources have become heterogeneous and derive from multiple sources. This introduces challenges in the management and utilization of this data in software development. Although efforts are underway to create a standard format for the transmission and storage of biological data, this objective has yet to be fully realized. Results This work describes an application programming interface (API) that provides a framework for developing an effective biological knowledge ontology for Java-based software projects. The API provides a robust framework for the data acquisition and management needs of an ontology implementation. In addition, the API contains classes to assist in creating GUIs to represent this data visually. Conclusions The Knowledge Discovery Object Model (KDOM) API is particularly useful for medium to large applications, or for a number of smaller software projects with common characteristics or objectives. KDOM can be coupled effectively with other biologically relevant APIs and classes. Source code, libraries, documentation and examples are available at . PMID:14583100

  8. Integrative Advanced Oxidation and Biofiltration for Treating Pharmaceuticals in Wastewater.

    PubMed

    Lester, Yaal; Aga, Diana S; Love, Nancy G; Singh, Randolph R; Morrissey, Ian; Linden, Karl G

    2016-11-01

      Advanced oxidation of active pharmaceutical ingredients (APIs) in wastewater produces transformation products (TPs) that are often more biodegradable than the parent compounds. Secondary effluent from a wastewater treatment plant was treated using UV-based advanced oxidation (LPUV/H2O2 and MPUV/NO3) followed by biological aerated filtration (BAF), and different APIs and their transformation products were monitored. The advanced oxidation processes degraded the APIs by 55-87% (LPUV/H2O2) and 58-95% (MPUV/NO3), while minor loss of APIs was achieved in the downstream BAF system. Eleven TPs were detected following oxidation of carbamazepine (5) and iopromide (6); three key TPs were biodegraded in the BAF system. The other TPs remained relatively constant in the BAF. The decrease in UV absorbance (UVA254) of the effluent in the BAF system was linearly correlated to the degradation of the APIs (for the MPUV/NO3-BAF), and can be applied to monitor the biotransformation of APIs in biological-based systems.

  9. A Development of Lightweight Grid Interface

    NASA Astrophysics Data System (ADS)

    Iwai, G.; Kawai, Y.; Sasaki, T.; Watase, Y.

    2011-12-01

    In order to help a rapid development of Grid/Cloud aware applications, we have developed API to abstract the distributed computing infrastructures based on SAGA (A Simple API for Grid Applications). SAGA, which is standardized in the OGF (Open Grid Forum), defines API specifications to access distributed computing infrastructures, such as Grid, Cloud and local computing resources. The Universal Grid API (UGAPI), which is a set of command line interfaces (CLI) and APIs, aims to offer simpler API to combine several SAGA interfaces with richer functionalities. These CLIs of the UGAPI offer typical functionalities required by end users for job management and file access to the different distributed computing infrastructures as well as local computing resources. We have also built a web interface for the particle therapy simulation and demonstrated the large scale calculation using the different infrastructures at the same time. In this paper, we would like to present how the web interface based on UGAPI and SAGA achieve more efficient utilization of computing resources over the different infrastructures with technical details and practical experiences.

  10. Towards Standardized Patient Data Exchange: Integrating a FHIR Based API for the Open Medical Record System.

    PubMed

    Kasthurirathne, Suranga N; Mamlin, Burke; Grieve, Grahame; Biondich, Paul

    2015-01-01

    Interoperability is essential to address limitations caused by the ad hoc implementation of clinical information systems and the distributed nature of modern medical care. The HL7 V2 and V3 standards have played a significant role in ensuring interoperability for healthcare. FHIR is a next generation standard created to address fundamental limitations in HL7 V2 and V3. FHIR is particularly relevant to OpenMRS, an Open Source Medical Record System widely used across emerging economies. FHIR has the potential to allow OpenMRS to move away from a bespoke, application specific API to a standards based API. We describe efforts to design and implement a FHIR based API for the OpenMRS platform. Lessons learned from this effort were used to define long term plans to transition from the legacy OpenMRS API to a FHIR based API that greatly reduces the learning curve for developers and helps enhance adhernce to standards.

  11. Building model analysis applications with the Joint Universal Parameter IdenTification and Evaluation of Reliability (JUPITER) API

    USGS Publications Warehouse

    Banta, E.R.; Hill, M.C.; Poeter, E.; Doherty, J.E.; Babendreier, J.

    2008-01-01

    The open-source, public domain JUPITER (Joint Universal Parameter IdenTification and Evaluation of Reliability) API (Application Programming Interface) provides conventions and Fortran-90 modules to develop applications (computer programs) for analyzing process models. The input and output conventions allow application users to access various applications and the analysis methods they embody with a minimum of time and effort. Process models simulate, for example, physical, chemical, and (or) biological systems of interest using phenomenological, theoretical, or heuristic approaches. The types of model analyses supported by the JUPITER API include, but are not limited to, sensitivity analysis, data needs assessment, calibration, uncertainty analysis, model discrimination, and optimization. The advantages provided by the JUPITER API for users and programmers allow for rapid programming and testing of new ideas. Application-specific coding can be in languages other than the Fortran-90 of the API. This article briefly describes the capabilities and utility of the JUPITER API, lists existing applications, and uses UCODE_2005 as an example.

  12. [Evaluation of common commercial systems for the identification of yeast isolates in microbiology laboratories: a multicenter study].

    PubMed

    Karabıçak, Nilgün; Uludağ Altun, Hatice; Karatuna, Onur; Hazırolan, Gülşen; Aksu, Neriman; Adiloğlu, Ali; Akyar, Işın

    2015-04-01

    Accurate and rapid identification of yeast isolates have become important in recent years for not only antifungal susceptibility testing due to the species-specific clinical resistance breakpoints but also early initiation of appropriate antifungal therapy. In clinical microbiology laboratories species identification of yeasts is often performed with several commercial systems based on biochemical properties and rarely according to the physiological and morphological characteristics. The aim of this study was to compare the two common commercial systems, VITEK 2 YST ID Card (Vitek; bioMérieux, France) and API 20C AUX (API; bioMérieux, France) with conventional mycological methods. A total of 473 clinical yeast strains isolated from clinical specimens in different university and training/research hospitals and identified by Vitek system were included in the study. The isolates were re-identified with API and conventional methods including morphological identification in the Mycology Reference Laboratory of the Public Health Institute of Turkey. Candida dubliniensis MYA 583, Candida krusei ATCC 6258, Candida parapsilosis ATCC 22019, Candida albicans ATCC 10231 and Cryptococcus neoformans ATCC 32268 were used as quality control strains and those standard strains were studied consecutively 10 days with both of the methods. The results of identification by Vitek and API were compared with the results of conventional methods for those 473 yeast isolates [6 genus (Candida, Cryptococcus, Blastoshizomyces, Rhodotorula, Saccharomyces, Trichosporon), 17 species (5 common and 12 rarely isolated)]. The performances of the systems were better (Vitek: 95%; API: 96%) for the commonly detected species (C.albicans, C.parapsilosis, C.glabrata, C.tropicalis and C.krusei) than those for rarely detected species (Vitek: 78.4%; API: 71.6%) (p= 0.155). Misidentification or unidentification were mostly detected for C.parapsilosis (Vitek: 6/87; API: 7/87) and C.glabrata (Vitek: 9/104; API: 3/104) by both of the systems. For rarely detected yeast isolates, misidentification or unidentification were most frequently observed in species of C.pelliculosa (Vitek: 3/11; API: 6/11) and C.dubliniensis (API and Vitek: 2/5) isolates. Candida guilliermondii (API: 2/5) isolates had lower rate of identification with API compared to other species. Blastoschizomyces capitatus and Saccharomyces cerevisiae isolates could not be identified by both of the systems. As a result, the accurate diagnosis of Vitek and API systems were similar in terms of consistency (86.3%). Two systems performed well in correct identification of common clinical yeast species (at least 95%), while the identification of rare species was more challenging indicating that they require further morphological and physiological testing. The addition of morphological identification to commercial systems will be useful for accurate diagnosis and treatment of mixed infections.

  13. The Open Microscopy Environment: open image informatics for the biological sciences

    NASA Astrophysics Data System (ADS)

    Blackburn, Colin; Allan, Chris; Besson, Sébastien; Burel, Jean-Marie; Carroll, Mark; Ferguson, Richard K.; Flynn, Helen; Gault, David; Gillen, Kenneth; Leigh, Roger; Leo, Simone; Li, Simon; Lindner, Dominik; Linkert, Melissa; Moore, Josh; Moore, William J.; Ramalingam, Balaji; Rozbicki, Emil; Rustici, Gabriella; Tarkowska, Aleksandra; Walczysko, Petr; Williams, Eleanor; Swedlow, Jason R.

    2016-07-01

    Despite significant advances in biological imaging and analysis, major informatics challenges remain unsolved: file formats are proprietary, storage and analysis facilities are lacking, as are standards for sharing image data and results. While the open FITS file format is ubiquitous in astronomy, astronomical imaging shares many challenges with biological imaging, including the need to share large image sets using secure, cross-platform APIs, and the need for scalable applications for processing and visualization. The Open Microscopy Environment (OME) is an open-source software framework developed to address these challenges. OME tools include: an open data model for multidimensional imaging (OME Data Model); an open file format (OME-TIFF) and library (Bio-Formats) enabling free access to images (5D+) written in more than 145 formats from many imaging domains, including FITS; and a data management server (OMERO). The Java-based OMERO client-server platform comprises an image metadata store, an image repository, visualization and analysis by remote access, allowing sharing and publishing of image data. OMERO provides a means to manage the data through a multi-platform API. OMERO's model-based architecture has enabled its extension into a range of imaging domains, including light and electron microscopy, high content screening, digital pathology and recently into applications using non-image data from clinical and genomic studies. This is made possible using the Bio-Formats library. The current release includes a single mechanism for accessing image data of all types, regardless of original file format, via Java, C/C++ and Python and a variety of applications and environments (e.g. ImageJ, Matlab and R).

  14. Validation of Vitek 2 Nonfermenting Gram-Negative Cards and Vitek 2 Version 4.02 Software for Identification and Antimicrobial Susceptibility Testing of Nonfermenting Gram-Negative Rods from Patients with Cystic Fibrosis▿

    PubMed Central

    Otto-Karg, Ines; Jandl, Stefanie; Müller, Tobias; Stirzel, Beate; Frosch, Matthias; Hebestreit, Helge; Abele-Horn, Marianne

    2009-01-01

    Accurate identification and antimicrobial susceptibility testing (AST) of nonfermenters from cystic fibrosis patients are essential for appropriate antimicrobial treatment. This study examined the ability of the newly designed Vitek 2 nonfermenting gram-negative card (NGNC) (new gram-negative identification card; bioMérieux, Marcy-l'Ètoile, France) to identify nonfermenting gram-negative rods from cystic fibrosis patients in comparison to reference methods and the accuracy of the new Vitek 2 version 4.02 software for AST compared to the broth microdilution method. Two hundred twenty-four strains for identification and 138 strains for AST were investigated. The Vitek 2 NGNC identified 211 (94.1%) of the nonfermenters correctly. Among morphologically atypical microorganisms, five strains were misidentified and eight strains were determined with low discrimination, requiring additional tests which raised the correct identification rate to 97.8%. Regarding AST, the overall essential agreement of Vitek 2 was 97.6%, and the overall categorical agreement was 92.9%. Minor errors were found in 5.1% of strains, and major and very major errors were found in 1.6% and 0.3% of strains, respectively. In conclusion, the Vitek NGNC appears to be a reliable method for identification of morphologically typical nonfermenters and is an improvement over the API NE system and the Vitek 2 GNC database version 4.01. However, classification in morphologically atypical nonfermenters must be interpreted with care to avoid misidentification. Moreover, the new Vitek 2 version 4.02 software showed good results for AST and is suitable for routine clinical use. More work is needed for the reliable testing of strains whose MICs are close to the breakpoints. PMID:19710272

  15. Required ozone doses for removing pharmaceuticals from wastewater effluents.

    PubMed

    Antoniou, Maria G; Hey, Gerly; Rodríguez Vega, Sergio; Spiliotopoulou, Aikaterini; Fick, Jerker; Tysklind, Mats; la Cour Jansen, Jes; Andersen, Henrik Rasmus

    2013-07-01

    The aim of the this study was to investigate the ozone dosage required to remove active pharmaceutical ingredients (APIs) from biologically treated wastewater of varying quality, originated from different raw wastewater and wastewater treatment processes. Secondary effluents from six Swedish wastewater treatment plants (WWTP) were spiked with 42 APIs (nominal concentration μg/L) and treated with different O₃ doses (0.5-12.0 mg/L ozone) in bench-scale experiments. In order to compare the sensitivity of APIs in each matrix, the specific dose of ozone required to achieve reduction by one decade of each investigated API (DDO₃) was determined for each effluent by fitting a first order equation to the remaining concentration of API at each applied ozone dose. Ozone dose requirements were found to vary significantly between effluents depending on their matrix characteristics. The specific ozone dose was then normalized to the dissolved organic carbon (DOC) of each effluent. The DDO₃/DOC ratios were comparable for each API between the effluents. 15 of the 42 investigated APIs could be classified as easily degradable (DDO₃/DOC ≤ 0.7), while 19 were moderately degradable (0.7 < DDO₃/DOC ≤ 1.4), and 8 were recalcitrant towards O₃-treatment (DDO₃/DOC >1.4). Furthermore, we predict that a reasonable estimate of the ozone dose required to remove any of the investigated APIs may be attained by multiplying the experimental average DDO₃/DOC obtained with the actual DOC of any effluent. Copyright © 2013 Elsevier B.V. All rights reserved.

  16. Perinatal outcomes for Asian, Native Hawaiian, and other Pacific Islander mothers of single and multiple race/ethnicity: California and Hawaii, 2003-2005.

    PubMed

    Schempf, Ashley H; Mendola, Pauline; Hamilton, Brady E; Hayes, Donald K; Makuc, Diane M

    2010-05-01

    We examined characteristics and birth outcomes of Asian/Pacific Islander (API) mothers to determine whether differences in outcomes existed between mothers of single race/ethnicity and multiple race/ethnicity. We used data from California and Hawaii birth certificates from 2003 through 2005 to describe variation in birth outcomes for API subgroups by self-reported maternal race/ethnicity (single versus multiple race or API subgroup), and we also compared these outcomes to those of non-Hispanic White women. Low birthweight (LBW) and preterm birth (PTB) varied more among API subgroups than between mothers of single versus multiple race/ethnicity. After adjustment for sociodemographic and behavioral risk factors, API mothers of multiple race/ethnicity had outcomes similar to mothers of single race/ethnicity, with exceptions for multiple-race/ethnicity Chinese (higher PTB), Filipino (lower LBW and PTB), and Thai (higher LBW) subgroups. Compared with single-race non-Hispanic Whites, adverse outcomes were elevated for most API subgroups: only single-race/ethnicity Korean mothers had lower rates of both LBW (3.4%) and PTB (5.6%); single-race/ethnicity Cambodian, Laotian, and Marshallese mothers had the highest rates of both LBW (8.8%, 9.2%, and 8.4%, respectively) and PTB (14.0%, 13.7%, and 18.8%, respectively). Strategies to improve birth outcomes for API mothers should consider variations in risk by API subgroup and multiple race/ethnicity.

  17. Pim-2 activates API-5 to inhibit the apoptosis of hepatocellular carcinoma cells through NF-kappaB pathway.

    PubMed

    Ren, Ke; Zhang, Wei; Shi, Yujun; Gong, Jianping

    2010-06-01

    Pim-2 is proved to be relevant to the tumorigenesis of hepatocellular carcinoma (HCC), but the mechanism is unclear. We studied the relationship among Pim-2, NF-kappaB and API-5. In our experiment, expression level of the three factors and phosphorylation level of API-5, as well as NF-kappaB activity, were detected in HCC tissues and the nontumorous controls. Then Pim-2 gene was transfected into nontumorous liver cells L02, and Pim-2 SiRNA was transfected into hepatoblastoma cell line HepG2. Parthenolide was added as NF-kappaB inhibitor. The same detections as above were repeated in the cells, along with the apoptosis analysis. We found the levels of Pim-2, NF-kappaB and API-5, as well as NF-kappaB activity, were significantly higher in HCC tissues. Pim-2 level was increased in L02 cells after the transfection of Pim-2 gene, but decreased in HepG2 cells after the transfection of Pim-2 SiRNA. The levels of NF-kappaB and API-5, as well as NF-kappaB activity and API-5 phosphorylation level, were in accordance with Pim-2 level, but could be reversed by Parthenolide. Cell apoptosis rates were negatively correlated with API-5 phosphorylation level. Therefore, we infer that Pim-2 could activate API-5 to inhibit the apoptosis of liver cells, and NF-kappaB is the key regulator.

  18. Test Operations Procedure (TOP) 02-2-603A Vehicle Fuel Consumption

    DTIC Science & Technology

    2012-05-10

    API) Hydrometer . The API Hydrometer is used for accurate determination of the density, relative density (specific gravity), or API gravity of... Hydrometer Method. 5. TOP 02-2-505, Inspection and Preliminary Operation of Vehicles, 4 February 1987. 6. TOP 02-1-003, Hybrid Electric

  19. Investigation of drug-excipient compatibility using rheological and thermal tools

    NASA Astrophysics Data System (ADS)

    Trivedi, Maitri R.

    HYPOTHESIS: We plan to investigate a different approach to evaluate drug-excipient physical compatibility using rheological and thermal tools as opposed to commonly used chemical techniques in pharmaceutical industry. This approach offers practical solutions to routinely associated problems arising with API's and commonly used hydrates forms of excipients. ABSTRACT: Drug-Excipient compatibility studies are an important aspect of pre-formulation and formulation development in pharmaceutical research and development. Various approaches have been used in pharmaceutical industry including use of thermal analysis and quantitative assessment of drug-excipient mixtures after keeping the samples under stress environment depending upon the type of formulation. In an attempt to provide better understanding of such compatibility aspect of excipients with different properties of API, various rheological and thermal studies were conducted on binary mixtures of excipients which exist in different hydrates. Dibasic Calcium Phosphate (DCP, anhydrous and dihydrate forms) and Lactose (Lac, anhydrous and monohydrate) were selected with cohesive API's (Acetaminophen and Aspirin). Binary mixtures of DCP and Lac were prepared by addition of 0% w/w to 50% w/w of the API into each powder blend. Rheological and thermal aspects were considered using different approaches such as powder rheometer, rotational shear cell and traditional rheometery approaches like angle of repose (AOR), hausner's ratio (HR) and cares index (CI). Thermal analysis was conducted using modulated differential scanning calorimetry (MDSC) and thermal effusivity. The data suggested that the powder rheometer showed distinctive understanding in the flowability behavior of binary mixtures with addition of increasing proportion of API's than traditional approaches. Thermal approaches revealed the potential interaction of water of crystallization DCP-D with the API (APAP) while such interactions were absent in DCP-A, while in case of Lac-M and Lac-A, interaction with water of crystallization were not present. Binary mixtures prepared with DCP-D were better flowable while blends with DCP-A were better in stability (physical), compressibility and permeability. Similarly binary mixtures prepared with Lac-M were better flowable and stable in physical compatibility as compared to Lac-A. Lac-A were better in compressibility and permeability. Second part of these research included understanding the powder behavior from wet granulation point of view. Wet granulation includes the formation of agglomerates with powders to form granules in order to have better flowability, content uniformity and compressibility of granular mass. End point determination of powders involving change in powder energies and compressibility, permeability along with thermal analyses were conducted. The effects of water of crystallization on end point determination was studied and based on which overall effects on drug-excipient compatibility using different hydrate forms of excipients were evaluated.

  20. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Feldman, Steven; Valera-Leon, Carlos; Dechev, Damian

    The vector is a fundamental data structure, which provides constant-time access to a dynamically-resizable range of elements. Currently, there exist no wait-free vectors. The only non-blocking version supports only a subset of the sequential vector API and exhibits significant synchronization overhead caused by supporting opposing operations. Since many applications operate in phases of execution, wherein each phase only a subset of operations are used, this overhead is unnecessary for the majority of the application. To address the limitations of the non-blocking version, we present a new design that is wait-free, supports more of the operations provided by the sequential vector,more » and provides alternative implementations of key operations. These alternatives allow the developer to balance the performance and functionality of the vector as requirements change throughout execution. Compared to the known non-blocking version and the concurrent vector found in Intel’s TBB library, our design outperforms or provides comparable performance in the majority of tested scenarios. Over all tested scenarios, the presented design performs an average of 4.97 times more operations per second than the non-blocking vector and 1.54 more than the TBB vector. In a scenario designed to simulate the filling of a vector, performance improvement increases to 13.38 and 1.16 times. This work presents the first ABA-free non-blocking vector. Finally, unlike the other non-blocking approach, all operations are wait-free and bounds-checked and elements are stored contiguously in memory.« less

  1. An Efficient Wait-Free Vector

    DOE PAGES

    Feldman, Steven; Valera-Leon, Carlos; Dechev, Damian

    2016-03-01

    The vector is a fundamental data structure, which provides constant-time access to a dynamically-resizable range of elements. Currently, there exist no wait-free vectors. The only non-blocking version supports only a subset of the sequential vector API and exhibits significant synchronization overhead caused by supporting opposing operations. Since many applications operate in phases of execution, wherein each phase only a subset of operations are used, this overhead is unnecessary for the majority of the application. To address the limitations of the non-blocking version, we present a new design that is wait-free, supports more of the operations provided by the sequential vector,more » and provides alternative implementations of key operations. These alternatives allow the developer to balance the performance and functionality of the vector as requirements change throughout execution. Compared to the known non-blocking version and the concurrent vector found in Intel’s TBB library, our design outperforms or provides comparable performance in the majority of tested scenarios. Over all tested scenarios, the presented design performs an average of 4.97 times more operations per second than the non-blocking vector and 1.54 more than the TBB vector. In a scenario designed to simulate the filling of a vector, performance improvement increases to 13.38 and 1.16 times. This work presents the first ABA-free non-blocking vector. Finally, unlike the other non-blocking approach, all operations are wait-free and bounds-checked and elements are stored contiguously in memory.« less

  2. Bringing the Unidata IDV to the Cloud

    NASA Astrophysics Data System (ADS)

    Fisher, W. I.; Oxelson Ganter, J.

    2015-12-01

    Maintaining software compatibility across new computing environments and the associated underlying hardware is a common problem for software engineers and scientific programmers. While traditional software engineering provides a suite of tools and methodologies which may mitigate this issue, they are typically ignored by developers lacking a background in software engineering. Causing further problems, these methodologies are best applied at the start of project; trying to apply them to an existing, mature project can require an immense effort. Visualization software is particularly vulnerable to this problem, given the inherent dependency on particular graphics hardware and software API's. As a result of these issues, there exists a large body of software which is simultaneously critical to the scientists who are dependent upon it, and yet increasingly difficult to maintain.The solution to this problem was partially provided with the advent of Cloud Computing; Application Streaming. This technology allows a program to run entirely on a remote virtual machine while still allowing for interactivity and dynamic visualizations, with little-to-no re-engineering required. When coupled with containerization technology such as Docker, we are able to easily bring the same visualization software to a desktop, a netbook, a smartphone, and the next generation of hardware, whatever it may be.Unidata has been able to harness Application Streaming to provide a tablet-compatible version of our visualization software, the Integrated Data Viewer (IDV). This work will examine the challenges associated with adapting the IDV to an application streaming platform, and include a brief discussion of the underlying technologies involved.

  3. Experience API: Flexible, Decentralized and Activity-Centric Data Collection

    ERIC Educational Resources Information Center

    Kevan, Jonathan M.; Ryan, Paul R.

    2016-01-01

    This emerging technology report describes the Experience API (xAPI), a new e-learning specification designed to support the learning community in standardizing and collecting both formal and informal distributed learning activities. Informed by Activity Theory, a framework aligned with constructivism, data is collected in the form of activity…

  4. wbstats

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Piburn, Jesse

    2016-04-22

    Availability of accessing the World Bank Data API through the R language was limited to one existing package, which is limited in its ability. The software provides access to all of the features in World Bank API in one software package for the R language and provides functions for searching and downloading data from the World Bank API.

  5. 30 CFR 250.114 - How must I install and operate electrical equipment?

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    .... (a) You must classify all areas according to API RP 500, Recommended Practice for Classification of... Division 2, or API RP 505, Recommended Practice for Classification of Locations for Electrical... and hazards of electrical equipment. (c) You must install all electrical systems according to API RP...

  6. 49 CFR 195.428 - Overpressure safety devices and overfill protection systems.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... API Standard 2510 after October 2, 2000, must have an overfill protection system installed according to section 5.1.2 of API Standard 2510. Other aboveground breakout tanks with 600 gallons (2271 liters... have an overfill protection system installed according to API Recommended Practice 2350. However...

  7. 30 CFR 250.1203 - Gas measurement.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... follow the recommendations in API MPMS or RP and AGA as incorporated by reference in 30 CFR 250.198, including the following additional editions: (i) API RP 86 (incorporated by reference as specified in § 250.... If an electronic data recorder is used, you must follow the recommendations in API MPMS. (5) Take...

  8. 49 CFR 195.428 - Overpressure safety devices and overfill protection systems.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... API Standard 2510 after October 2, 2000, must have an overfill protection system installed according to section 5.1.2 of API Standard 2510. Other aboveground breakout tanks with 600 gallons (2271 liters... have an overfill protection system installed according to API Recommended Practice 2350. However...

  9. 49 CFR 195.428 - Overpressure safety devices and overfill protection systems.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... API Standard 2510 after October 2, 2000, must have an overfill protection system installed according to section 5.1.2 of API Standard 2510. Other aboveground breakout tanks with 600 gallons (2271 liters... have an overfill protection system installed according to API Recommended Practice 2350. However...

  10. 30 CFR 250.1203 - Gas measurement.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... follow the recommendations in API MPMS or RP and AGA as incorporated by reference in 30 CFR 250.198, including the following additional editions: (i) API RP 86 (incorporated by reference as specified in § 250.... If an electronic data recorder is used, you must follow the recommendations in API MPMS. (5) Take...

  11. 30 CFR 250.1203 - Gas measurement.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... follow the recommendations in API MPMS or RP and AGA as incorporated by reference in 30 CFR 250.198, including the following additional editions: (i) API RP 86 (incorporated by reference as specified in § 250.... If an electronic data recorder is used, you must follow the recommendations in API MPMS. (5) Take...

  12. 49 CFR 195.428 - Overpressure safety devices and overfill protection systems.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... API Standard 2510 after October 2, 2000, must have an overfill protection system installed according to section 5.1.2 of API Standard 2510. Other aboveground breakout tanks with 600 gallons (2271 liters... have an overfill protection system installed according to API Recommended Practice 2350. However...

  13. AN OVERVIEW OF THE UNCERTAINTY ANALYSIS, SENSITIVITY ANALYSIS, AND PARAMETER ESTIMATION (UA/SA/PE) API AND HOW TO IMPLEMENT IT

    EPA Science Inventory

    The Application Programming Interface (API) for Uncertainty Analysis, Sensitivity Analysis, and
    Parameter Estimation (UA/SA/PE API) (also known as Calibration, Optimization and Sensitivity and Uncertainty (CUSO)) was developed in a joint effort between several members of both ...

  14. 77 FR 70142 - Initialed Draft Revision to the Agreement Suspending the Antidumping Investigation on Certain Hot...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-11-23

    ...; API 5L Grades A & B....... Two--HSLA & HSLA-F Quality Grades: A572, A1011-HSLAS; A1018-HSLAS, A1011-HSLAS- $661.92 F; A1018-HSLAS-F; API 5L Gr. X42, X46, X52, X56, X60; API 5CT Grades J55 and K55 Three--High Grade Coils and Sheets for Pipes and Casings API 5L Gr. X65, X70, and X80 $770.24 Section III.E is...

  15. Effects of Nosema apis, N. ceranae, and coinfections on honey bee (Apis mellifera) learning and memory

    PubMed Central

    Charbonneau, Lise R.; Hillier, Neil Kirk; Rogers, Richard E. L.; Williams, Geoffrey R.; Shutler, Dave

    2016-01-01

    Western honey bees (Apis mellifera) face an increasing number of challenges that in recent years have led to significant economic effects on apiculture, with attendant consequences for agriculture. Nosemosis is a fungal infection of honey bees caused by either Nosema apis or N. ceranae. The putative greater virulence of N. ceranae has spurred interest in understanding how it differs from N. apis. Little is known of effects of N. apis or N. ceranae on honey bee learning and memory. Following a Pavlovian model that relies on the proboscis extension reflex, we compared acquisition learning and long-term memory recall of uninfected (control) honey bees versus those inoculated with N. apis, N. ceranae, or both. We also tested whether spore intensity was associated with variation in learning and memory. Neither learning nor memory differed among treatments. There was no evidence of a relationship between spore intensity and learning, and only limited evidence of a negative effect on memory; this occurred only in the co-inoculation treatment. Our results suggest that if Nosema spp. are contributing to unusually high colony losses in recent years, the mechanism by which they may affect honey bees is probably not related to effects on learning or memory, at least as assessed by the proboscis extension reflex. PMID:26961062

  16. Dry coating of micronized API powders for improved dissolution of directly compacted tablets with high drug loading.

    PubMed

    Han, Xi; Ghoroi, Chinmay; Davé, Rajesh

    2013-02-14

    Motivated by our recent study showing improved flow and dissolution rate of the active pharmaceutical ingredient (API) powders (20 μm) produced via simultaneous micronization and surface modification through continuous fluid energy milling (FEM) process, the performance of blends and direct compacted tablets with high drug loading is examined. Performance of 50 μm API powders dry coated without micronization is also considered for comparison. Blends of micronized, non-micronized, dry coated or uncoated API powders at 30, 60 and 70% drug loading, are examined. The results show that the blends containing dry coated API powders, even micronized ones, have excellent flowability and high bulk density compared to the blends containing uncoated API, which are required for direct compaction. As the drug loading increases, the difference between dry coated and uncoated blends is more pronounced, as seen in the proposed bulk density-FFC phase map. Dry coating led to improved tablet compactibility profiles, corresponding with the improvements in blend compressibility. The most significant advantage is in tablet dissolution where for all drug loadings, the t(80) for the tablets with dry coated APIs was well under 5 min, indicating that this approach can produce nearly instant release direct compacted tablets at high drug loadings. Copyright © 2012 Elsevier B.V. All rights reserved.

  17. Alpha 1-protease inhibitor moderates human neutrophil elastase-induced emphysema and secretory cell metaplasia in hamsters.

    PubMed

    Stone, P J; Lucey, E C; Virca, G D; Christensen, T G; Breuer, R; Snider, G L

    1990-06-01

    A study was undertaken to determine whether emphysema and airway secretory cell metaplasia, induced in hamsters by intratracheal treatment with human neutrophil elastase (HNE), could be moderated by pretreatment with human alpha 1-protease inhibitor (API). API (4.9 mg) was given intratracheally to hamsters 1 h before 0.3 mg HNE. Eight weeks later, lung volumes and pressure-volume relationships were measured in the anaesthetized animals. Mean linear intercepts and secretory cell indices were measured in lung sections. API given 1 h before HNE moderated the development of bronchial secretory cell metaplasia. The severity of emphysema was reduced by 75%. Clearance studies indicated that 80% of the functional activity of instilled API could be lavaged from the lungs after 1 h, indicating a 4 h half-life in the lavageable compartment of the lungs. We calculate that for 50% protection from emphysema the molar ratio of lavageable API to HNE at the time of HNE instillation was 4.8 as compared with 0.78 for 50% inhibition of elastolytic activity in vitro, indicating that API is only 16% as efficient in vivo as compared with its in vitro HNE inhibitory effectiveness. Nevertheless, we conclude that human API given intratracheally is efficacious against HNE-induced emphysema and secretory cell metaplasia.

  18. Effects of Nosema apis, N. ceranae, and coinfections on honey bee (Apis mellifera) learning and memory.

    PubMed

    Charbonneau, Lise R; Hillier, Neil Kirk; Rogers, Richard E L; Williams, Geoffrey R; Shutler, Dave

    2016-03-10

    Western honey bees (Apis mellifera) face an increasing number of challenges that in recent years have led to significant economic effects on apiculture, with attendant consequences for agriculture. Nosemosis is a fungal infection of honey bees caused by either Nosema apis or N. ceranae. The putative greater virulence of N. ceranae has spurred interest in understanding how it differs from N. apis. Little is known of effects of N. apis or N. ceranae on honey bee learning and memory. Following a Pavlovian model that relies on the proboscis extension reflex, we compared acquisition learning and long-term memory recall of uninfected (control) honey bees versus those inoculated with N. apis, N. ceranae, or both. We also tested whether spore intensity was associated with variation in learning and memory. Neither learning nor memory differed among treatments. There was no evidence of a relationship between spore intensity and learning, and only limited evidence of a negative effect on memory; this occurred only in the co-inoculation treatment. Our results suggest that if Nosema spp. are contributing to unusually high colony losses in recent years, the mechanism by which they may affect honey bees is probably not related to effects on learning or memory, at least as assessed by the proboscis extension reflex.

  19. e!DAL - a framework to store, share and publish research data

    PubMed Central

    2014-01-01

    Background The life-science community faces a major challenge in handling “big data”, highlighting the need for high quality infrastructures capable of sharing and publishing research data. Data preservation, analysis, and publication are the three pillars in the “big data life cycle”. The infrastructures currently available for managing and publishing data are often designed to meet domain-specific or project-specific requirements, resulting in the repeated development of proprietary solutions and lower quality data publication and preservation overall. Results e!DAL is a lightweight software framework for publishing and sharing research data. Its main features are version tracking, metadata management, information retrieval, registration of persistent identifiers (DOI), an embedded HTTP(S) server for public data access, access as a network file system, and a scalable storage backend. e!DAL is available as an API for local non-shared storage and as a remote API featuring distributed applications. It can be deployed “out-of-the-box” as an on-site repository. Conclusions e!DAL was developed based on experiences coming from decades of research data management at the Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). Initially developed as a data publication and documentation infrastructure for the IPK’s role as a data center in the DataCite consortium, e!DAL has grown towards being a general data archiving and publication infrastructure. The e!DAL software has been deployed into the Maven Central Repository. Documentation and Software are also available at: http://edal.ipk-gatersleben.de. PMID:24958009

  20. e!DAL--a framework to store, share and publish research data.

    PubMed

    Arend, Daniel; Lange, Matthias; Chen, Jinbo; Colmsee, Christian; Flemming, Steffen; Hecht, Denny; Scholz, Uwe

    2014-06-24

    The life-science community faces a major challenge in handling "big data", highlighting the need for high quality infrastructures capable of sharing and publishing research data. Data preservation, analysis, and publication are the three pillars in the "big data life cycle". The infrastructures currently available for managing and publishing data are often designed to meet domain-specific or project-specific requirements, resulting in the repeated development of proprietary solutions and lower quality data publication and preservation overall. e!DAL is a lightweight software framework for publishing and sharing research data. Its main features are version tracking, metadata management, information retrieval, registration of persistent identifiers (DOI), an embedded HTTP(S) server for public data access, access as a network file system, and a scalable storage backend. e!DAL is available as an API for local non-shared storage and as a remote API featuring distributed applications. It can be deployed "out-of-the-box" as an on-site repository. e!DAL was developed based on experiences coming from decades of research data management at the Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). Initially developed as a data publication and documentation infrastructure for the IPK's role as a data center in the DataCite consortium, e!DAL has grown towards being a general data archiving and publication infrastructure. The e!DAL software has been deployed into the Maven Central Repository. Documentation and Software are also available at: http://edal.ipk-gatersleben.de.

  1. Reuse of the Cloud Analytics and Collaboration Environment within Tactical Applications (TacApps): A Feasibility Analysis

    DTIC Science & Technology

    2016-03-01

    Representational state transfer  Java messaging service  Java application programming interface (API)  Internet relay chat (IRC)/extensible messaging and...JBoss application server or an Apache Tomcat servlet container instance. The relational database management system can be either PostgreSQL or MySQL ... Java library called direct web remoting. This library has been part of the core CACE architecture for quite some time; however, there have not been

  2. A Platform for Real-time Acquisition and Analysis of Physiological Data in Hospital Emergency Departments

    DTIC Science & Technology

    2014-08-01

    with the Department of Emergency Medicine, Massachusetts General Hospital, Boston, MA 02114 USA (corresponding author; phone: 617 -726-2241; e-mail...programming interface ( API ). Algorithms are used to determine the reliability of waveform (e.g., electrocardiogram) and vital-sign data (e.g., heart rate...and comparing of real-time decision- support algorithms in mobile environments," Conf Proc IEEE Eng Med Biol Soc, vol. 2009 , pp. 3417-20, 2009 . [3

  3. OSCAR API for Real-Time Low-Power Multicores and Its Performance on Multicores and SMP Servers

    NASA Astrophysics Data System (ADS)

    Kimura, Keiji; Mase, Masayoshi; Mikami, Hiroki; Miyamoto, Takamichi; Shirako, Jun; Kasahara, Hironori

    OSCAR (Optimally Scheduled Advanced Multiprocessor) API has been designed for real-time embedded low-power multicores to generate parallel programs for various multicores from different vendors by using the OSCAR parallelizing compiler. The OSCAR API has been developed by Waseda University in collaboration with Fujitsu Laboratory, Hitachi, NEC, Panasonic, Renesas Technology, and Toshiba in an METI/NEDO project entitled "Multicore Technology for Realtime Consumer Electronics." By using the OSCAR API as an interface between the OSCAR compiler and backend compilers, the OSCAR compiler enables hierarchical multigrain parallel processing with memory optimization under capacity restriction for cache memory, local memory, distributed shared memory, and on-chip/off-chip shared memory; data transfer using a DMA controller; and power reduction control using DVFS (Dynamic Voltage and Frequency Scaling), clock gating, and power gating for various embedded multicores. In addition, a parallelized program automatically generated by the OSCAR compiler with OSCAR API can be compiled by the ordinary OpenMP compilers since the OSCAR API is designed on a subset of the OpenMP. This paper describes the OSCAR API and its compatibility with the OSCAR compiler by showing code examples. Performance evaluations of the OSCAR compiler and the OSCAR API are carried out using an IBM Power5+ workstation, an IBM Power6 high-end SMP server, and a newly developed consumer electronics multicore chip RP2 by Renesas, Hitachi and Waseda. From the results of scalability evaluation, it is found that on an average, the OSCAR compiler with the OSCAR API can exploit 5.8 times speedup over the sequential execution on the Power5+ workstation with eight cores and 2.9 times speedup on RP2 with four cores, respectively. In addition, the OSCAR compiler can accelerate an IBM XL Fortran compiler up to 3.3 times on the Power6 SMP server. Due to low-power optimization on RP2, the OSCAR compiler with the OSCAR API achieves a maximum power reduction of 84% in the real-time execution mode.

  4. The M358R variant of α{sub 1}-proteinase inhibitor inhibits coagulation factor VIIa

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Sheffield, William P., E-mail: sheffiel@mcmaster.ca; Department of Pathology and Molecular Medicine, McMaster University, Hamilton, Ontario; Bhakta, Varsha

    The naturally occurring M358R mutation of the plasma serpin α{sub 1}-proteinase inhibitor (API) changes both its cleavable reactive centre bond to Arg–Ser and the efficacy with which it inhibits different proteases, reducing the rate of inhibition of neutrophil elastase, and enhancing that of thrombin, factor XIa, and kallikrein, by several orders of magnitude. Although another plasma serpin with an Arg–Ser reactive centre, antithrombin (AT), has been shown to inhibit factor VIIa (FVIIa), no published data are available with respect to FVIIa inhibition by API M358R. Recombinant bacterially-expressed API M358R and plasma-derived AT were therefore compared using gel-based and kinetic assaysmore » of FVIIa integrity and activity. Under pseudo-first order conditions of excess serpin over protease, both AT and API M358R formed denaturation-resistant inhibitory complexes with FVIIa in reactions accelerated by TF; AT, but not API M358R, also required heparin for maximal activity. The second order rate constant for heparin-independent API M358R-mediated FVIIa inhibition was determined to be 7.8 ± 0.8 × 10{sup 2} M{sup −1}sec{sup −1}. We conclude that API M358R inhibits FVIIa by forming inhibitory complexes of the serpin type more rapidly than AT in the absence of heparin. The likely 20-fold excess of API M358R over AT in patient plasma during inflammation raises the possibility that it could contribute to the hemorrhagic tendencies manifested by rare individuals expressing this mutant serpin. - Highlights: • The inhibitory specificity of the serpin alpha-1-proteinase inhibitor (API) is sharply altered in the M358R variant. • API M358R forms denaturation-resistant complexes with coagulation factor VIIa at a rate accelerated by tissue factor but unaffected by heparin. • Complex formation was shown by gel-based assays and quantified kinetically by inhibition of FVIIa-dependent amidolysis.« less

  5. Component-resolved evaluation of the content of major allergens in therapeutic extracts for specific immunotherapy of honeybee venom allergy

    PubMed Central

    Blank, Simon; Etzold, Stefanie; Darsow, Ulf; Schiener, Maximilian; Eberlein, Bernadette; Russkamp, Dennis; Wolf, Sara; Graessel, Anke; Biedermann, Tilo; Ollert, Markus; Schmidt-Weber, Carsten B.

    2017-01-01

    ABSTRACT Allergen-specific immunotherapy is the only curative treatment of honeybee venom (HBV) allergy, which is able to protect against further anaphylactic sting reactions. Recent analyses on a molecular level have demonstrated that HBV represents a complex allergen source that contains more relevant major allergens than formerly anticipated. Moreover, allergic patients show very diverse sensitization profiles with the different allergens. HBV-specific immunotherapy is conducted with HBV extracts which are derived from pure venom. The allergen content of these therapeutic extracts might differ due to natural variations of the source material or different down-stream processing strategies of the manufacturers. Since variations of the allergen content of therapeutic HBV extracts might be associated with therapeutic failure, we adressed the component-resolved allergen composition of different therapeutic grade HBV extracts which are approved for immunotherapy in numerous countries. The extracts were analyzed for their content of the major allergens Api m 1, Api m 2, Api m 3, Api m 5 and Api m 10. Using allergen-specific antibodies we were able to demonstrate the underrepresentation of relevant major allergens such as Api m 3, Api m 5 and Api m 10 in particular therapeutic extracts. Taken together, standardization of therapeutic extracts by determination of the total allergenic potency might imply the intrinsic pitfall of losing information about particular major allergens. Moreover, the variable allergen composition of different therapeutic HBV extracts might have an impact on therapy outcome and the clinical management of HBV-allergic patients with specific IgE to particular allergens. PMID:28494206

  6. API2-MALT1 oncoprotein promotes lymphomagenesis via unique program of substrate ubiquitination and proteolysis

    PubMed Central

    Rosebeck, Shaun; Lim, Megan S; Elenitoba-Johnson, Kojo S J; McAllister-Lucas, Linda M; Lucas, Peter C

    2016-01-01

    Lymphoma of mucosa-associated lymphoid tissue (MALT lymphoma) is the most common extranodal B cell tumor and accounts for 8% of non-Hodgkin’s lymphomas. Gastric MALT lymphoma is the best-studied example and is a prototypical neoplasm that occurs in the setting of chronic inflammation brought on by persistent infection or autoimmune disease. Cytogenetic abnormalities are commonly acquired during the course of disease and the most common is chromosomal translocation t(11;18)(q21;q21), which creates the API2-MALT1 fusion oncoprotein. t(11;18)-positive lymphomas can be clinically aggressive and have a higher rate of dissemination than t(11;18)-negative tumors. Many cancers, including MALT lymphomas, characteristically exhibit deregulated over-activation of cellular survival pathways, such as the nuclear factor-κB (NF-κB) pathway. Molecular characterization of API2-MALT1 has revealed it to be a potent activator of NF-κB, which is required for API2-MALT1-induced cellular transformation, however the mechanisms by which API2-MALT1 exerts these effects are only recently becoming apparent. The API2 moiety of the fusion binds tumor necrosis factor (TNF) receptor associated factor (TRAF) 2 and receptor interacting protein 1 (RIP1), two proteins essential for TNF receptor-induced NF-κB activation. By effectively mimicking ligand-bound TNF receptor, API2-MALT1 promotes TRAF2-dependent ubiquitination of RIP1, which then acts as a scaffold for nucleating and activating the canonical NF-κB machinery. Activation occurs, in part, through MALT1 moiety-dependent recruitment of TRAF6, which can directly modify NF-κB essential modulator, the principal downstream regulator of NF-κB. While the intrinsic MALT1 protease catalytic activity is dispensable for this canonical NF-κB signaling, it is critical for non-canonical NF-κB activation. In this regard, API2-MALT1 recognizes NF-κB inducing kinase (NIK), the essential upstream regulator of non-canonical NF-κB, and cleaves it to generate a stable, constitutively active fragment. Thus, API2-MALT1 harnesses multiple unique pathways to achieve deregulated NF-κB activation. Emerging data from our group and others have also detailed additional gain-of-function activities of API2-MALT1 that extend beyond NF-κB activation. Specifically, API2-MALT1 recruits and subverts multiple other signaling factors, including LIM domain and actin-binding protein 1 (LIMA1) and Smac/DIABLO. Like NIK, LIMA1 represents a unique substrate for API2-MALT1 protease activity, but unlike NIK, its cleavage sets in motion a major NF-κB-independent pathway for promoting oncogenesis. In this review, we highlight the most recent results characterizing these unique and diverse gain-of-function activities of API2-MALT1 and how they contribute to lymphomagenesis. PMID:26981201

  7. Nosema ceranae, a newly identified pathogen of Apis mellifera in the U.S. and Asia

    USDA-ARS?s Scientific Manuscript database

    Nosemosis (Nosema disease) is one of the most serious and prevalent adult honey bee diseases worldwide. For years, Nosema apis was thought to be the only microsporidia infecting domestic bee colonies. However, recently it was discovered that N. ceranae could jump from Asian honey bees (Apis cerana...

  8. Targeted Information Dissemination

    DTIC Science & Technology

    2008-03-01

    SETUP, RESULTS AND PERFORMANCE ANALYSIS .......................................... 36 APPENDIX C: TID API SPECIFICATION...are developed using FreePastry1. FreePastry provides an API for a structured P2P overlay network. Information Routing and address resolution is...the TID architecture to demonstrate its key features. TID interface API specifications are described in Appendix C. RSS feeds were used to obtain

  9. 30 CFR 250.114 - How must I install and operate electrical equipment?

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... their facilities. (a) You must classify all areas according to API RP 500, Recommended Practice for... 1 and Division 2, or API RP 505, Recommended Practice for Classification of Locations for Electrical... electrical systems according to API RP 14F, Recommended Practice for Design and Installation of Electrical...

  10. 49 CFR 195.307 - Pressure testing aboveground breakout tanks.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... aboveground breakout tanks. (a) For aboveground breakout tanks built into API Specification 12F and first placed in service after October 2, 2000, pneumatic testing must be in accordance with section 5.3 of API Specification 12 F (incorporated by reference, see § 195.3). (b) For aboveground breakout tanks built to API...

  11. 49 CFR 195.405 - Protection against ignitions and safe access/egress involving floating roofs.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... accordance with API Recommended Practice 2003, unless the operator notes in the procedural manual (§ 195.402(c)) why compliance with all or certain provisions of API Recommended Practice 2003 is not necessary... removed from service for cleaning) are addressed in API Publication 2026. After October 2, 2000, the...

  12. 30 CFR 250.114 - How must I install and operate electrical equipment?

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... structures, and their facilities. (a) You must classify all areas according to API RP 500, Recommended... Class I, Division 1 and Division 2, or API RP 505, Recommended Practice for Classification of Locations... according to API RP 14F, Recommended Practice for Design and Installation of Electrical Systems for Fixed...

  13. 30 CFR 250.114 - How must I install and operate electrical equipment?

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... their facilities. (a) You must classify all areas according to API RP 500, Recommended Practice for... 1 and Division 2, or API RP 505, Recommended Practice for Classification of Locations for Electrical... electrical systems according to API RP 14F, Recommended Practice for Design and Installation of Electrical...

  14. 49 CFR 195.405 - Protection against ignitions and safe access/egress involving floating roofs.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... accordance with API Recommended Practice 2003, unless the operator notes in the procedural manual (§ 195.402(c)) why compliance with all or certain provisions of API Recommended Practice 2003 is not necessary... removed from service for cleaning) are addressed in API Publication 2026. After October 2, 2000, the...

  15. 49 CFR 195.405 - Protection against ignitions and safe access/egress involving floating roofs.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... accordance with API Recommended Practice 2003, unless the operator notes in the procedural manual (§ 195.402(c)) why compliance with all or certain provisions of API Recommended Practice 2003 is not necessary... removed from service for cleaning) are addressed in API Publication 2026. After October 2, 2000, the...

  16. 49 CFR 195.405 - Protection against ignitions and safe access/egress involving floating roofs.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... accordance with API Recommended Practice 2003, unless the operator notes in the procedural manual (§ 195.402(c)) why compliance with all or certain provisions of API Recommended Practice 2003 is not necessary... removed from service for cleaning) are addressed in API Publication 2026. After October 2, 2000, the...

  17. 49 CFR 195.307 - Pressure testing aboveground breakout tanks.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... aboveground breakout tanks. (a) For aboveground breakout tanks built into API Specification 12F and first placed in service after October 2, 2000, pneumatic testing must be in accordance with section 5.3 of API Specification 12 F (incorporated by reference, see § 195.3). (b) For aboveground breakout tanks built to API...

  18. 49 CFR 195.405 - Protection against ignitions and safe access/egress involving floating roofs.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... accordance with API Recommended Practice 2003, unless the operator notes in the procedural manual (§ 195.402(c)) why compliance with all or certain provisions of API Recommended Practice 2003 is not necessary... removed from service for cleaning) are addressed in API Publication 2026. After October 2, 2000, the...

  19. 49 CFR 195.307 - Pressure testing aboveground breakout tanks.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... aboveground breakout tanks. (a) For aboveground breakout tanks built into API Specification 12F and first placed in service after October 2, 2000, pneumatic testing must be in accordance with section 5.3 of API Specification 12 F (incorporated by reference, see § 195.3). (b) For aboveground breakout tanks built to API...

  20. 30 CFR 250.114 - How must I install and operate electrical equipment?

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... their facilities. (a) You must classify all areas according to API RP 500, Recommended Practice for... 1 and Division 2, or API RP 505, Recommended Practice for Classification of Locations for Electrical... electrical systems according to API RP 14F, Recommended Practice for Design and Installation of Electrical...

  1. 49 CFR 195.307 - Pressure testing aboveground breakout tanks.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... aboveground breakout tanks. (a) For aboveground breakout tanks built into API Specification 12F and first placed in service after October 2, 2000, pneumatic testing must be in accordance with section 5.3 of API Specification 12 F (incorporated by reference, see § 195.3). (b) For aboveground breakout tanks built to API...

  2. 43 CFR 3103.4-3 - Heavy oil royalty reductions.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... must certify that the API oil gravity for the initial and subsequent 12-month periods was not subject... reduction for a property if BLM determines that the API oil gravity was manipulated or adulterated by the... effective date of the royalty rate reduction resulting from a manipulated or adulterated API oil gravity so...

  3. 43 CFR 3103.4-3 - Heavy oil royalty reductions.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... must certify that the API oil gravity for the initial and subsequent 12-month periods was not subject... reduction for a property if BLM determines that the API oil gravity was manipulated or adulterated by the... effective date of the royalty rate reduction resulting from a manipulated or adulterated API oil gravity so...

  4. 43 CFR 3103.4-3 - Heavy oil royalty reductions.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... must certify that the API oil gravity for the initial and subsequent 12-month periods was not subject... reduction for a property if BLM determines that the API oil gravity was manipulated or adulterated by the... effective date of the royalty rate reduction resulting from a manipulated or adulterated API oil gravity so...

  5. 43 CFR 3103.4-3 - Heavy oil royalty reductions.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... must certify that the API oil gravity for the initial and subsequent 12-month periods was not subject... reduction for a property if BLM determines that the API oil gravity was manipulated or adulterated by the... effective date of the royalty rate reduction resulting from a manipulated or adulterated API oil gravity so...

  6. Exploring HIV-testing intentions in young Asian/Pacific Islander (API) women as it relates to acculturation, theory of gender and power (TGP), and the AIDS risk reduction model (ARRM).

    PubMed

    Salud, Margaret C; Marshak, Helen Hopp; Natto, Zuhair S; Montgomery, Susanne

    2014-01-01

    While HIV rates are low for Asian/Pacific Islanders (APIs), they have been increasing, especially for API women in the USA. We conducted a cross-sectional study with 299 young API women (18-24 years old) in the Inland Empire region of Southern California to better understand their intention for HIV testing and their perceptions about HIV/AIDS. Data analyses included descriptive statistics, bivariate exploration for model building and multivariate analyses to determine variables associated with HIV-testing intentions. Results suggest that more lifetime sexual partners, greater perceived gender susceptibility, higher HIV/AIDS knowledge, sexually active, more positive attitudes about HIV testing and higher self-perceptions/experiences related to risk contribute to stronger intentions for HIV testing in young API women. Findings from this study will contribute to the limited literature on HIV/AIDS in API women and provide information that can be used for developing and implementing culturally appropriate programs that encourage HIV prevention and testing in this population.

  7. Exploring HIV-testing intentions in young Asian/Pacific Islander (API) women as it relates to acculturation, theory of gender and power (TGP), and the AIDS risk reduction model (ARRM)

    PubMed Central

    Salud, Margaret C.; Marshak, Helen Hopp; Natto, Zuhair S.; Montgomery, Susanne

    2015-01-01

    While HIV rates are low for Asian/Pacific Islanders (APIs), they have been increasing, especially for API women in the USA. We conducted a cross-sectional study with 299 young API women (18–24 years old) in the Inland Empire region of Southern California to better understand their intention for HIV testing and their perceptions about HIV/AIDS. Data analyses included descriptive statistics, bivariate exploration for model building and multivariate analyses to determine variables associated with HIV-testing intentions. Results suggest that more lifetime sexual partners, greater perceived gender susceptibility, higher HIV/AIDS knowledge, sexually active, more positive attitudes about HIV testing and higher self-perceptions/experiences related to risk contribute to stronger intentions for HIV testing in young API women. Findings from this study will contribute to the limited literature on HIV/AIDS in API women and provide information that can be used for developing and implementing culturally appropriate programs that encourage HIV prevention and testing in this population. PMID:24111859

  8. Thermodynamic phase behavior of API/polymer solid dispersions.

    PubMed

    Prudic, Anke; Ji, Yuanhui; Sadowski, Gabriele

    2014-07-07

    To improve the bioavailability of poorly soluble active pharmaceutical ingredients (APIs), these materials are often integrated into a polymer matrix that acts as a carrier. The resulting mixture is called a solid dispersion. In this work, the phase behaviors of solid dispersions were investigated as a function of the API as well as of the type and molecular weight of the carrier polymer. Specifically, the solubility of artemisinin and indomethacin was measured in different poly(ethylene glycol)s (PEG 400, PEG 6000, and PEG 35000). The measured solubility data and the solubility of sulfonamides in poly(vinylpyrrolidone) (PVP) K10 and PEG 35000 were modeled using the perturbed-chain statistical associating fluid theory (PC-SAFT). The results show that PC-SAFT predictions are in a good accordance with the experimental data, and PC-SAFT can be used to predict the whole phase diagram of an API/polymer solid dispersion as a function of the kind of API and polymer and of the polymer's molecular weight. This remarkably simplifies the screening process for suitable API/polymer combinations.

  9. DARMA v. Beta 0.5

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Hollman, David; Lifflander, Jonathon; Wilke, Jeremiah

    2017-03-14

    DARMA is a portability layer for asynchronous many-task (AMT) runtime systems. AMT runtime systems show promise to mitigate challenges imposed by next generation high performance computing architectures. However, current runtime system technologies are not production-ready. DARMA is a portability layer that seeks to insulate application developers from idiosyncrasies of individual runtime systems, thereby facilitating application-developer use of these technologies. DARMA comprises a frontend application programming interface (API) for application developers, a backend API for runtime system developers, and a translation that translates frontend API calls into backend API calls. Application developers use C++ abstractions to annotate both data and tasksmore » in their code. The DARMA translation layer uses C++ template metaprogramming to capture data-task dependencies, and provides this information to a potential backend runtime system via a series of backend API calls.« less

  10. The development, validity, and reliability of the Addiction Profile Index (API).

    PubMed

    Ögel, Kültegin; Evren, Cüneyt; Karadağ, Figen; Gürol, Defne Tamar

    2012-01-01

    The objective of this study was to develop a practical questionnaire for multidimensional assessment of problems associated with alcohol and substance abuse that would also be useful for treatment planning. The Addiction Profile Index (API) is a self-report questionnaire consisting of 37 items and the following 5 subscales: characteristics of substance use; dependency diagnosis; the effects of subsance use on the user; craving; motivation to quit using substances. The study included 345 alcohol and/or substance abusers from 2 addiction treatment clinics and a prison addiction service. The validity of the questionnaire was assessed using the Michigan Alcoholism Screening Test (MAST), Readiness to Change Questionnaire (SOCRATES), Penn Alcohol Craving Scale (PACS), Drug Craving Scale (DCS), Structured Clinical Interview for DSM-IV Axis I Disorders (SCID-I), and Addiction Severity Index (ASI). The Cronbach's alpha coefficient for the total API was 0.89 and for the subscales it ranged from 0.63 to 0.86. Item-total correlation coefficients ranged from 0.42 to 0.89. The Spearman Brown split-half method coefficient for the total API was 0.83. In all, 4 factors were obtained using explanatory factor analysis that represented 52.3% of the total variance. The API craving subscale was observed to be consistent with PACS and the API motivation subscale was consistent with SOCRATES. The API total score was strongly correlated with the mean MAST score, and the composite ASI medical status, substance use, legal status, and family social relations subscale scores. Based on ROC analyses, the area under curve was 0.90. With a total API cut-off score of 4, the scale's sensitivity and specificity 0.85 was 0.78, respectively. The findings show that the API is a valid and reliable questionnaire that can be used to measure the severity of different dimensions of substance dependency.

  11. Population Genetics of Nosema apis and Nosema ceranae: One Host (Apis mellifera) and Two Different Histories

    PubMed Central

    Maside, Xulio; Gómez-Moracho, Tamara; Jara, Laura; Martín-Hernández, Raquel; De la Rúa, Pilar; Higes, Mariano; Bartolomé, Carolina

    2015-01-01

    Two microsporidians are known to infect honey bees: Nosema apis and Nosema ceranae. Whereas population genetics data for the latter have been released in the last few years, such information is still missing for N. apis. Here we analyze the patterns of nucleotide polymorphism at three single-copy loci (PTP2, PTP3 and RPB1) in a collection of Apis mellifera isolates from all over the world, naturally infected either with N. apis (N = 22) or N. ceranae (N = 23), to provide new insights into the genetic diversity, demography and evolution of N. apis, as well as to compare them with evidence from N. ceranae. Neutral variation in N. apis and N. ceranae is of the order of 1%. This amount of diversity suggests that there is no substantial differentiation between the genetic content of the two nuclei present in these parasites, and evidence for genetic recombination provides a putative mechanism for the flow of genetic information between chromosomes. The analysis of the frequency spectrum of neutral variants reveals a significant surplus of low frequency variants, particularly in N. ceranae, and suggests that the populations of the two pathogens are not in mutation-drift equilibrium and that they have experienced a population expansion. Most of the variation in both species occurs within honey bee colonies (between 62%-90% of the total genetic variance), although in N. apis there is evidence for differentiation between parasites isolated from distinct A. mellifera lineages (20%-34% of the total variance), specifically between those collected from lineages A and C (or M). This scenario is consistent with a long-term host-parasite relationship and contrasts with the lack of differentiation observed among host-lineages in N. ceranae (< 4% of the variance), which suggests that the spread of this emergent pathogen throughout the A. mellifera worldwide population is a recent event. PMID:26720131

  12. Population Genetics of Nosema apis and Nosema ceranae: One Host (Apis mellifera) and Two Different Histories.

    PubMed

    Maside, Xulio; Gómez-Moracho, Tamara; Jara, Laura; Martín-Hernández, Raquel; De la Rúa, Pilar; Higes, Mariano; Bartolomé, Carolina

    2015-01-01

    Two microsporidians are known to infect honey bees: Nosema apis and Nosema ceranae. Whereas population genetics data for the latter have been released in the last few years, such information is still missing for N. apis. Here we analyze the patterns of nucleotide polymorphism at three single-copy loci (PTP2, PTP3 and RPB1) in a collection of Apis mellifera isolates from all over the world, naturally infected either with N. apis (N = 22) or N. ceranae (N = 23), to provide new insights into the genetic diversity, demography and evolution of N. apis, as well as to compare them with evidence from N. ceranae. Neutral variation in N. apis and N. ceranae is of the order of 1%. This amount of diversity suggests that there is no substantial differentiation between the genetic content of the two nuclei present in these parasites, and evidence for genetic recombination provides a putative mechanism for the flow of genetic information between chromosomes. The analysis of the frequency spectrum of neutral variants reveals a significant surplus of low frequency variants, particularly in N. ceranae, and suggests that the populations of the two pathogens are not in mutation-drift equilibrium and that they have experienced a population expansion. Most of the variation in both species occurs within honey bee colonies (between 62%-90% of the total genetic variance), although in N. apis there is evidence for differentiation between parasites isolated from distinct A. mellifera lineages (20%-34% of the total variance), specifically between those collected from lineages A and C (or M). This scenario is consistent with a long-term host-parasite relationship and contrasts with the lack of differentiation observed among host-lineages in N. ceranae (< 4% of the variance), which suggests that the spread of this emergent pathogen throughout the A. mellifera worldwide population is a recent event.

  13. EOSlib, Version 3

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Woods, Nathan; Menikoff, Ralph

    2017-02-03

    Equilibrium thermodynamics underpins many of the technologies used throughout theoretical physics, yet verification of the various theoretical models in the open literature remains challenging. EOSlib provides a single, consistent, verifiable implementation of these models, in a single, easy-to-use software package. It consists of three parts: a software library implementing various published equation-of-state (EOS) models; a database of fitting parameters for various materials for these models; and a number of useful utility functions for simplifying thermodynamic calculations such as computing Hugoniot curves or Riemann problem solutions. Ready availability of this library will enable reliable code-to- code testing of equation-of-state implementations, asmore » well as a starting point for more rigorous verification work. EOSlib also provides a single, consistent API for its analytic and tabular EOS models, which simplifies the process of comparing models for a particular application.« less

  14. Comparison of the energetic stress associated with experimental Nosema ceranae and Nosema apis infection of honeybees (Apis mellifera).

    PubMed

    Martín-Hernández, Raquel; Botías, Cristina; Barrios, Laura; Martínez-Salvador, Amparo; Meana, Aránzazu; Mayack, Christopher; Higes, Mariano

    2011-09-01

    Nosema ceranae is a relatively new and widespread parasite of the western honeybee Apis mellifera that provokes a new form of nosemosis. In comparison to Nosema apis, which has been infecting the honeybee for much longer, N. ceranae seems to have co-evolved less with this host, causing a more virulent disease. Given that N. apis and N. ceranae are obligate intracellular microsporidian parasites, needing host energy to reproduce, energetic stress may be an important factor contributing to the increased virulence observed. Through feeding experiments on caged bees, we show that both mortality and sugar syrup consumption were higher in N. ceranae-infected bees than in N. apis-infected and control bees. The mortality and sugar syrup consumption are also higher in N. apis-infected bees than in controls, but are less than in N. ceranae-infected bees. With both microsporidia, mortality and sugar syrup consumption increased in function of the increasing spore counts administered for infection. The differences in energetic requirements between both Nosema spp. confirm that their metabolic patterns are not the same, which may depend critically on host-parasite interactions and, ultimately, on host pathology. The repercussions of this increased energetic stress may even explain the changes in host behavior due to starvation, lack of thermoregulatory capacity, or higher rates of trophallaxis, which might enhance transmission and bee death.

  15. Integrating R with GIS for innovative geocomputing - the examples of RQGIS and RSAGA

    NASA Astrophysics Data System (ADS)

    Muenchow, Jannes; Schratz, Patrick; Bangs, Donovan; Brenning, Alexander

    2017-04-01

    While Geographical information systems (GIS) are good at efficiently manipulating and processing large amounts of geospatial data, the programming language R excels in (geo-)statistical analyses. Thus, bringing GIS algorithms to the R console combines the best of the two worlds, and paves the way for innovative geocomputing. To promote this approach, we will contrast the new RQGIS package with the established RSAGA package in terms of architecture, functionality and ease-of-use. Both packages use already existing Application Programming Interfaces (API), namely the QGIS Python API and SAGA API, to access GIS functionality from within R. Overall, RQGIS has the advantage of providing a unified interface to several GIS toolboxes (GRASS, SAGA, GDAL, etc.) bringing more than 1000 geocomputing algorithms to the R console (though only a subset of the full functionality of a specific third-party provider might be available). To further support the unified interface, QGIS automatically converts the input data into the formats supported by the respective third-party module. Moreover, RQGIS is easier to use than RSAGA due to special convenience functions (open_help, get_args_man, run_qgis). Nevertheless, the experienced SAGA user will most likely prefer the RSAGA package since it lets the user access all SAGA algorithms for a wide range of SAGA versions (currently 2.0.4 - 2.2.3). Additionally, RSAGA includes numerous user-friendly wrapper functions with arguments and meaningful default values (e.g., rsaga.slope). What is more, RSAGA provides the user with special geocomputing R functions, i.e. functions which solely run in R without using SAGA in the background (e.g., pick.from.ascii.grid, grid.predict and multi.local.function). To demonstrate the advantages of each package, we will derive terrain attributes from digital elevation models to model species richness and landslide susceptibility using non-linear generalized linear or generalized additive models. In the end, the choice of RQGIS or RSAGA depends on the user's preferences, expertise and tasks at hand. But both packages will benefit anyone working with large spatio-temporal data in R.

  16. Phylesystem: a git-based data store for community-curated phylogenetic estimates.

    PubMed

    McTavish, Emily Jane; Hinchliff, Cody E; Allman, James F; Brown, Joseph W; Cranston, Karen A; Holder, Mark T; Rees, Jonathan A; Smith, Stephen A

    2015-09-01

    Phylogenetic estimates from published studies can be archived using general platforms like Dryad (Vision, 2010) or TreeBASE (Sanderson et al., 1994). Such services fulfill a crucial role in ensuring transparency and reproducibility in phylogenetic research. However, digital tree data files often require some editing (e.g. rerooting) to improve the accuracy and reusability of the phylogenetic statements. Furthermore, establishing the mapping between tip labels used in a tree and taxa in a single common taxonomy dramatically improves the ability of other researchers to reuse phylogenetic estimates. As the process of curating a published phylogenetic estimate is not error-free, retaining a full record of the provenance of edits to a tree is crucial for openness, allowing editors to receive credit for their work and making errors introduced during curation easier to correct. Here, we report the development of software infrastructure to support the open curation of phylogenetic data by the community of biologists. The backend of the system provides an interface for the standard database operations of creating, reading, updating and deleting records by making commits to a git repository. The record of the history of edits to a tree is preserved by git's version control features. Hosting this data store on GitHub (http://github.com/) provides open access to the data store using tools familiar to many developers. We have deployed a server running the 'phylesystem-api', which wraps the interactions with git and GitHub. The Open Tree of Life project has also developed and deployed a JavaScript application that uses the phylesystem-api and other web services to enable input and curation of published phylogenetic statements. Source code for the web service layer is available at https://github.com/OpenTreeOfLife/phylesystem-api. The data store can be cloned from: https://github.com/OpenTreeOfLife/phylesystem. A web application that uses the phylesystem web services is deployed at http://tree.opentreeoflife.org/curator. Code for that tool is available from https://github.com/OpenTreeOfLife/opentree. mtholder@gmail.com. © The Author 2015. Published by Oxford University Press.

  17. Medical Administration: Patient Regulating To and Within the Continental United States

    DTIC Science & Technology

    1990-03-30

    the muscles, neuromuscular junctions, peripheral nerves, spinal cord, and brain. APY Electroencephalography See EVALUATIONS. APM Electromyography See...Oxygen Ther- apy See EVALUATIONS. SSTX Kidney Transplants See SURGERY/Urology. SSF Morbid Obesity Surgery Patients requiring surgery for morbid obesity...Scans. APG Cytogenetics Patients having, or suspected of having, genetic abnormalities, or chromosomal study is indi- cated. APY

  18. 12 CFR Appendix A to Part 230 - Annual Percentage Yield Calculation

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... following simple formula: APY=100 (Interest/Principal) Examples (1) If an institution pays $61.68 in... percentage yield is 5.39%, using the simple formula: APY=100(134.75/2,500) APY=5.39% For $15,000, interest is... Yield Calculation The annual percentage yield measures the total amount of interest paid on an account...

  19. [Staphylococcus aureus infection in Apis mellifera L. (honeybees)].

    PubMed

    Keskin, N

    1989-07-01

    The causative agent of American foulbrood is Bacillus larvae, the causes of the European foulbrood diseases are Streptococcus pluton and Bacillus alvei and the causes of the septicemia are Pseudomonas apiseptica and Escherichia coli in honeybees (Apis mellifera). Apart from the above causative agents in this study, Staphylococcus aureus has been isolated and identified from honeybees (Apis mellifera).

  20. A Guide to Communicating with Asian American Families. For Parents/about Parents.

    ERIC Educational Resources Information Center

    Schwartz, Wendy

    The enrollment of Asian and Pacific Islander (API) students is increasing rapidly, so it is important for school personnel and community members to learn to communicate with API families. This guide describes how the backgrounds and cultures of the various API groups affect their attitudes and behavior. The three general ethnicities within the API…

  1. 30 CFR 250.198 - Documents incorporated by reference.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... Conditions, May 2007; incorporated by reference at § 250.901; (3) API Bulletin 2INT-EX, Interim Guidance for...; incorporated by reference at § 250.1202; (34) API MPMS, Chapter 11.1—Volume Correction Factors, Volume 1, Table...; (35) API MPMS, Chapter 11.2.2—Compressibility Factors for Hydrocarbons: 0.350-0.637 Relative Density...

  2. 30 CFR 250.198 - Documents incorporated by reference.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... Conditions, May 2007; incorporated by reference at § 250.901; (3) API Bulletin 2INT-EX, Interim Guidance for...; incorporated by reference at § 250.1202; (34) API MPMS, Chapter 11.1—Volume Correction Factors, Volume 1, Table...; (35) API MPMS, Chapter 11.2.2—Compressibility Factors for Hydrocarbons: 0.350-0.637 Relative Density...

  3. 30 CFR 250.1920 - What are the auditing requirements for my SEMS program?

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... or your designated and qualified personnel according to the requirements of this subpart and API RP... subpart and API RP 75 to identify areas in which safety and environmental performance needs to be improved. (b) Your audit plan and procedures must meet or exceed all of the recommendations included in API RP...

  4. 30 CFR 250.1920 - What are the auditing requirements for my SEMS program?

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... designated and qualified personnel according to the requirements of this subpart and API RP 75, Section 12... thirteen elements of your SEMS program to evaluate compliance with the requirements of this subpart and API... audit plan and procedures must meet or exceed all of the recommendations included in API RP 75 section...

  5. Diversity within: Subgroup Differences of Youth Problem Behaviors among Asian Pacific Islander American Adolescents

    ERIC Educational Resources Information Center

    Choi, Yoonsun

    2008-01-01

    This study compares problem behaviors across a range of adolescent Asian Pacific Islander (API) subgroups using the Add Health data, and controlling for parental education or immigrant status. The study finds that Filipino, "other" API, and multiethnic API American youth are at higher risk for poorer outcomes than Chinese, Korean, and Vietnamese…

  6. An Australian Version of the Neighborhood Environment Walkability Scale: Validity Evidence

    ERIC Educational Resources Information Center

    Cerin, Ester; Leslie, Eva; Owen, Neville; Bauman, Adrian

    2008-01-01

    This study examined validity evidence for the Australian version of the Neighborhood Environment Walkability Scale (NEWS-AU). A stratified two-stage cluster sampling design was used to recruit 2,650 adults from Adelaide (Australia). The sample was drawn from residential addresses within eight high-walkable and eight low-walkable suburbs matched…

  7. Reliability and Validity of a Turkish Version of the DELES

    ERIC Educational Resources Information Center

    Ozkok, Alev; Walker, Scott L.; Buyukozturk, Sener

    2009-01-01

    The primary aim of this study was to examine the reliability and validity of a Turkish version of the Distance Education Learning Environment Survey (DELES) in post-secondary distance education. The second aim was to investigate empirically the conceptualisation of the distance education learning environment as a singular latent construct, within…

  8. JUPITER: Joint Universal Parameter IdenTification and Evaluation of Reliability - An Application Programming Interface (API) for Model Analysis

    USGS Publications Warehouse

    Banta, Edward R.; Poeter, Eileen P.; Doherty, John E.; Hill, Mary C.

    2006-01-01

    he Joint Universal Parameter IdenTification and Evaluation of Reliability Application Programming Interface (JUPITER API) improves the computer programming resources available to those developing applications (computer programs) for model analysis.The JUPITER API consists of eleven Fortran-90 modules that provide for encapsulation of data and operations on that data. Each module contains one or more entities: data, data types, subroutines, functions, and generic interfaces. The modules do not constitute computer programs themselves; instead, they are used to construct computer programs. Such computer programs are called applications of the API. The API provides common modeling operations for use by a variety of computer applications.The models being analyzed are referred to here as process models, and may, for example, represent the physics, chemistry, and(or) biology of a field or laboratory system. Process models commonly are constructed using published models such as MODFLOW (Harbaugh et al., 2000; Harbaugh, 2005), MT3DMS (Zheng and Wang, 1996), HSPF (Bicknell et al., 1997), PRMS (Leavesley and Stannard, 1995), and many others. The process model may be accessed by a JUPITER API application as an external program, or it may be implemented as a subroutine within a JUPITER API application . In either case, execution of the model takes place in a framework designed by the application programmer. This framework can be designed to take advantage of any parallel processing capabilities possessed by the process model, as well as the parallel-processing capabilities of the JUPITER API.Model analyses for which the JUPITER API could be useful include, for example: Compare model results to observed values to determine how well the model reproduces system processes and characteristics.Use sensitivity analysis to determine the information provided by observations to parameters and predictions of interest.Determine the additional data needed to improve selected model predictions.Use calibration methods to modify parameter values and other aspects of the model.Compare predictions to regulatory limits.Quantify the uncertainty of predictions based on the results of one or many simulations using inferential or Monte Carlo methods.Determine how to manage the system to achieve stated objectives.The capabilities provided by the JUPITER API include, for example, communication with process models, parallel computations, compressed storage of matrices, and flexible input capabilities. The input capabilities use input blocks suitable for lists or arrays of data. The input blocks needed for one application can be included within one data file or distributed among many files. Data exchange between different JUPITER API applications or between applications and other programs is supported by data-exchange files.The JUPITER API has already been used to construct a number of applications. Three simple example applications are presented in this report. More complicated applications include the universal inverse code UCODE_2005 (Poeter et al., 2005), the multi-model analysis MMA (Eileen P. Poeter, Mary C. Hill, E.R. Banta, S.W. Mehl, and Steen Christensen, written commun., 2006), and a code named OPR_PPR (Matthew J. Tonkin, Claire R. Tiedeman, Mary C. Hill, and D. Matthew Ely, written communication, 2006).This report describes a set of underlying organizational concepts and complete specifics about the JUPITER API. While understanding the organizational concept presented is useful to understanding the modules, other organizational concepts can be used in applications constructed using the JUPITER API.

  9. Influence of formulation and processing factors on stability of levothyroxine sodium pentahydrate.

    PubMed

    Collier, Jarrod W; Shah, Rakhi B; Gupta, Abhay; Sayeed, Vilayat; Habib, Muhammad J; Khan, Mansoor A

    2010-06-01

    Stability of formulations over shelf-life is critical for having a quality product. Choice of excipients, manufacturing process, storage conditions, and packaging can either mitigate or enhance the degradation of the active pharmaceutical ingredient (API), affecting potency and/or stability. The purpose was to investigate the influence of processing and formulation factors on stability of levothyroxine (API). The API was stored at long-term (25 degrees C/60%RH), accelerated (40 degrees C/75%RH), and low-humidity (25 degrees C/0%RH and 40 degrees C/0%RH) conditions for 28 days. Effect of moisture loss was evaluated by drying it (room temperature, N(2)) and placed at 25 degrees C/0%RH and 40 degrees C/0%RH. The API was incubated with various excipients (based on package insert of marketed tablets) in either 1:1, 1:10, or 1:100 ratios with 5% moisture at 60 degrees C. Commonly used ratios for excipients were used. The equilibrium sorption data was collected on the API and excipients. The API was stable in solid state for the study duration under all conditions for both forms (potency between 90% and 110%). Excipients effect on stability varied and crospovidone, povidone, and sodium laurel sulfate (SLS) caused significant API degradation where deiodination and deamination occurred. Moisture sorption values were different across excipients. Crospovidone and povidone were hygroscopic whereas SLS showed deliquescence at high RH. The transient formulation procedures where temperature might go up or humidity might go down would not have major impact on the API stability. Excipients influence stability and if possible, those three should either be avoided or used in minimum quantity which could provide more stable tablet formulations with minimum potency loss throughout its shelf-life.

  10. Role for apyrases in polar auxin transport in Arabidopsis.

    PubMed

    Liu, Xing; Wu, Jian; Clark, Greg; Lundy, Stacey; Lim, Minhui; Arnold, David; Chan, Jing; Tang, Wenqiang; Muday, Gloria K; Gardner, Gary; Roux, Stanley J

    2012-12-01

    Recent evidence indicates that extracellular nucleotides regulate plant growth. Exogenous ATP has been shown to block auxin transport and gravitropic growth in primary roots of Arabidopsis (Arabidopsis thaliana). Cells limit the concentration of extracellular ATP in part through the activity of ectoapyrases (ectonucleoside triphosphate diphosphohydrolases), and two nearly identical Arabidopsis apyrases, APY1 and APY2, appear to share this function. These findings, plus the fact that suppression of APY1 and APY2 blocks growth in Arabidopsis, suggested that the expression of these apyrases could influence auxin transport. This report tests that hypothesis. The polar movement of [(3)H]indole-3-acetic acid in both hypocotyl sections and primary roots of Arabidopsis seedlings was measured. In both tissues, polar auxin transport was significantly reduced in apy2 null mutants when they were induced by estradiol to suppress the expression of APY1 by RNA interference. In the hypocotyl assays, the basal halves of APY-suppressed hypocotyls contained considerably lower free indole-3-acetic acid levels when compared with wild-type plants, and disrupted auxin transport in the APY-suppressed roots was reflected by their significant morphological abnormalities. When a green fluorescent protein fluorescence signal encoded by a DR5:green fluorescent protein construct was measured in primary roots whose apyrase expression was suppressed either genetically or chemically, the roots showed no signal asymmetry following gravistimulation, and both their growth and gravitropic curvature were inhibited. Chemicals that suppress apyrase activity also inhibit gravitropic curvature and, to a lesser extent, growth. Taken together, these results indicate that a critical step connecting apyrase suppression to growth suppression is the inhibition of polar auxin transport.

  11. Rheology Guided Rational Selection of Processing Temperature To Prepare Copovidone-Nifedipine Amorphous Solid Dispersions via Hot Melt Extrusion (HME).

    PubMed

    Yang, Fengyuan; Su, Yongchao; Zhang, Jingtao; DiNunzio, James; Leone, Anthony; Huang, Chengbin; Brown, Chad D

    2016-10-03

    The production of amorphous solid dispersions via hot melt extrusion (HME) relies on elevated temperature and prolonged residence time, which can result in potential degradation and decomposition of thermally sensitive components. Herein, the rheological properties of a physical mixture of polymer and an active pharmaceutical ingredient (API) were utilized to guide the selection of appropriate HME processing temperature. In the currently studied copovidone-nifedipine system, a critical temperature, which is substantially lower (∼13 °C) than the melting point of crystalline API, was captured during a temperature ramp examination and regarded as the critical point at which the API could molecularly dissolve into the polymer. Based on the identification of this critical point, various solid dispersions were prepared by HME processing below, at, and above the critical temperature (both below and above the melting temperature (T m ) of crystalline API). In addition, the resultant extrudates along with two control solid dispersions prepared by physical mixing and cryogenic milling were assessed by X-ray diffraction, differential scanning calorimetry, hot stage microscopy, rheology, and solid-state NMR. Physicochemical properties of resultant solid dispersions indicated that the identified critical temperature is sufficient for the polymer-API system to reach a molecular-level mixing, manifested by the transparent and smooth appearance of extrudates, the absence of API crystalline diffraction and melting peaks, dramatically decreased rheological properties, and significantly improved polymer-API miscibility. Once the critical temperature has been achieved, further raising the processing temperature only results in limited improvement of API dispersion, reflected by slightly reduced storage modulus and complex viscosity and limited improvement in miscibility.

  12. Addressing the diversity of the honeybee gut symbiont Gilliamella: description of Gilliamella apis sp. nov., isolated from the gut of honeybees (Apis mellifera).

    PubMed

    Ludvigsen, Jane; Porcellato, Davide; Amdam, Gro V; Rudi, Knut

    2018-05-01

    The gut microbiota of honeybees (Apis) and bumblebees (Bombus) include the symbiotic bacterial genus Gilliamella. This genus shows a high degree of functional and genomic diversity and separates into distinct lineages. Gilliamella apicola wkB1 T , which was isolated from Apis, was the first species to be described. Recently four new species, isolated from Bombus, were identified. In this paper, we compare several genomes/strains from previous studies spanning this diversity, which gives insight into the phylogenetic relationship among different Gilliamella species. We show that one lineage, isolated only from Apis, is different from other gilliamellas described, based on average nucleotide identity calculation (about 80 %) and phenotypic characterizations. We propose the new species name for this lineage: Gilliamella apis sp. nov. We present the characterization of the type strain NO3 T (=DSM 105629 T =LMG 30293 T ), a strain isolated from the Western honeybee Apis mellifera, which clusters within this lineage. Cells of strain NO3 T grow best in a microaerophilic atmosphere with enhanced CO2 levels at 36 °C and pH 7.0-7.5. Cells also grow well in anaerobic conditions, but not in aerobic conditions. Cells are approximately 1 µm in length and rod-shaped, and the genomic G+C content is 34.7 mol%. Differential characteristics between strain NO3 T and the different type strains of Gilliamella were revealed based on API kit tests and genomic content comparisons. The main respiratory quinone of strain NO3 T was ubiquinone-8, and the predominant fatty acids were C18 : 1ω7c/C18 : 1ω6c, C16 : 0, consistent with the genus Gilliamella.

  13. Characterization of solid polymer dispersions of active pharmaceutical ingredients by 19F MAS NMR and factor analysis

    NASA Astrophysics Data System (ADS)

    Urbanova, Martina; Brus, Jiri; Sedenkova, Ivana; Policianova, Olivia; Kobera, Libor

    In this contribution the ability of 19F MAS NMR spectroscopy to probe structural variability of poorly water-soluble drugs formulated as solid dispersions in polymer matrices is discussed. The application potentiality of the proposed approach is demonstrated on a moderately sized active pharmaceutical ingredient (API, Atorvastatin) exhibiting extensive polymorphism. In this respect, a range of model systems with the API incorporated in the matrix of polvinylpyrrolidone (PVP) was prepared. The extent of mixing of both components was determined by T1(1H) and T1ρ(1H) relaxation experiments, and it was found that the API forms nanosized domains. Subsequently it was found out that the polymer matrix induces two kinds of changes in 19F MAS NMR spectra. At first, this is a high-frequency shift reaching 2-3 ppm which is independent on molecular structure of the API and which results from the long-range polarization of the electron cloud around 19F nucleus induced by electrostatic fields of the polymer matrix. At second, this is broadening of the signals and formation of shoulders reflecting changes in molecular arrangement of the API. To avoid misleading in the interpretation of the recorded 19F MAS NMR spectra, because both the contributions act simultaneously, we applied chemometric approach based on multivariate analysis. It is demonstrated that factor analysis of the recorded spectra can separate both these spectral contributions, and the subtle structural differences in the molecular arrangement of the API in the nanosized domains can be traced. In this way 19F MAS NMR spectra of both pure APIs and APIs in solid dispersions can be directly compared. The proposed strategy thus provides a powerful tool for the analysis of new formulations of fluorinated pharmaceutical substances in polymer matrices.

  14. Serological cross-reactions between four polyomaviruses of birds using virus-like particles expressed in yeast.

    PubMed

    Zielonka, Anja; Gedvilaite, Alma; Reetz, Jochen; Rösler, Uwe; Müller, Hermann; Johne, Reimar

    2012-12-01

    Polyomaviruses are aetiological agents of fatal acute diseases in various bird species. Genomic analysis revealed that avian polyomavirus (APyV), crow polyomavirus (CPyV), finch polyomavirus (FPyV) and goose hemorrhagic polyomavirus (GHPyV) are closely related to each other, but nevertheless form separate viral species; however, their serological relationship was previously unknown. As only APyV can be grown efficiently in tissue culture, virus-like particles (VLPs) were generated by expression of the genomic regions encoding the major structural protein VP1 of these viruses in yeast; these were used to elicit type-specific antibodies in rabbits and as antigens in serological reactions. For increased VLP assembly, a nuclear-localization signal was introduced into APyV-VP1. VLPs derived from the VP1 of the monkey polyomavirus simian virus 40 served as control. APyV-, GHPyV- and CPyV-VLPs showed haemagglutinating activity with chicken and human erythrocytes. CPyV- and GHPyV-specific sera showed slight cross-reactions in immunoblotting, haemagglutination-inhibition assay and indirect ELISA. The FPyV-specific serum inhibited the haemagglutination activity of APyV-VLPs slightly and showed a weak cross-neutralizing activity against APyV in cell-culture tests. Generally, these data indicate that the four polyomaviruses of birds are serologically distinct. However, in accordance with genetic data, a relationship between CPyV and GHPyV as well as between APyV and FPyV is evident, and grouping into two different serogroups may be suggested. The haemagglutinating activity of APyV, CPyV and GHPyV may indicate similar receptor-binding mechanisms for these viruses. Our data could be useful for the development of vaccines against the polyomavirus-induced diseases in birds and for interpretation of diagnostic test results.

  15. INM, integrated noise model, version 4.11 : user's guide, supplement

    DOT National Transportation Integrated Search

    1993-12-01

    The Volpe National Transportation Systems Center, in support of the Federal Aviation Administration, Office of Environment and Energy, has developed Version 4.11 of the Integrated Noise Model (INM). This User's Guide is a supplement to INM, Version 3...

  16. Use of Annotations for Component and Framework Interoperability

    NASA Astrophysics Data System (ADS)

    David, O.; Lloyd, W.; Carlson, J.; Leavesley, G. H.; Geter, F.

    2009-12-01

    The popular programming languages Java and C# provide annotations, a form of meta-data construct. Software frameworks for web integration, web services, database access, and unit testing now take advantage of annotations to reduce the complexity of APIs and the quantity of integration code between the application and framework infrastructure. Adopting annotation features in frameworks has been observed to lead to cleaner and leaner application code. The USDA Object Modeling System (OMS) version 3.0 fully embraces the annotation approach and additionally defines a meta-data standard for components and models. In version 3.0 framework/model integration previously accomplished using API calls is now achieved using descriptive annotations. This enables the framework to provide additional functionality non-invasively such as implicit multithreading, and auto-documenting capabilities while achieving a significant reduction in the size of the model source code. Using a non-invasive methodology leads to models and modeling components with only minimal dependencies on the modeling framework. Since models and modeling components are not directly bound to framework by the use of specific APIs and/or data types they can more easily be reused both within the framework as well as outside of it. To study the effectiveness of an annotation based framework approach with other modeling frameworks, a framework-invasiveness study was conducted to evaluate the effects of framework design on model code quality. A monthly water balance model was implemented across several modeling frameworks and several software metrics were collected. The metrics selected were measures of non-invasive design methods for modeling frameworks from a software engineering perspective. It appears that the use of annotations positively impacts several software quality measures. In a next step, the PRMS model was implemented in OMS 3.0 and is currently being implemented for water supply forecasting in the western United States at the USDA NRCS National Water and Climate Center. PRMS is a component based modular precipitation-runoff model developed to evaluate the impacts of various combinations of precipitation, climate, and land use on streamflow and general basin hydrology. The new OMS 3.0 PRMS model source code is more concise and flexible as a result of using the new framework’s annotation based approach. The fully annotated components are now providing information directly for (i) model assembly and building, (ii) dataflow analysis for implicit multithreading, (iii) automated and comprehensive model documentation of component dependencies, physical data properties, (iv) automated model and component testing, and (v) automated audit-traceability to account for all model resources leading to a particular simulation result. Experience to date has demonstrated the multi-purpose value of using annotations. Annotations are also a feasible and practical method to enable interoperability among models and modeling frameworks. As a prototype example, model code annotations were used to generate binding and mediation code to allow the use of OMS 3.0 model components within the OpenMI context.

  17. Mental illness and principal physical diagnoses among Asian American and Pacific Islander users of emergency services.

    PubMed

    Chen, Huey Jen

    2005-12-01

    The stigma of mental illness is one of the factors that prevents Asian Americans/Pacific Islanders (APIs) from seeking formal mental health services. A somatic complaint is more acceptable in expressing psychiatric/emotional distress. Admission diagnoses in API emergency service users with secondary psychiatric diagnoses were identified from the 2001 National Inpatient Sample (NIS) of the Healthcare Cost and Utilization Project (HCUP). The sample consisted of 10,623 adult APIs. The study examined the differences in the six leading principal physical admission diagnoses between API emergency service users with psychiatric diagnoses and those without psychiatric diagnoses. Several of the study findings create concern (e.g., the higher percentage of APIs with psychiatric diagnosis who were discharged against medical advice, the high percentage admitted with medication intoxication). Further study is needed to provide guidance for clinical practice.

  18. The indigenous honey bees of Saudi Arabia (Hymenoptera, Apidae, Apis mellifera jemenitica Ruttner): Their natural history and role in beekeeping.

    PubMed

    Alqarni, Abdulaziz S; Hannan, Mohammed A; Owayss, Ayman A; Engel, Michael S

    2011-01-01

    Apis mellifera jemenitica Ruttner (= yemenitica auctorum: videEngel 1999) has been used in apiculture throughout the Arabian Peninsula since at least 2000 BC. Existing literature demonstrates that these populations are well adapted for the harsh extremes of the region. Populations of Apis mellifera jemenitica native to Saudi Arabia are far more heat tolerant than the standard races often imported from Europe. Central Saudi Arabia has the highest summer temperatures for the Arabian Peninsula, and it is in this region where only Apis mellifera jemenitica survives, while other subspecies fail to persist. The indigenous race of Saudi Arabia differs from other subspecies in the region in some morphological, biological, and behavioral characteristics. Further taxonomic investigation, as well as molecular studies, is needed in order to confirm whether the Saudi indigenous bee populations represent a race distinct from Apis mellifera jemenitica, or merely an ecotype of this subspecies.

  19. Schools and neighborhoods: organizational and environmental factors associated with crime in secondary schools.

    PubMed

    Limbos, Mary Ann P; Casteel, Carri

    2008-10-01

    While crime and violence in schools are derived primarily from factors external to schools, violent behavior may also be aggravated by factors in the school environment, including the physical environment, its educational and social climate, and its organizational capacity and composition. The objective of this study is to examine the effect of the school's organizational and educational environment on crime rates in secondary schools and to examine how neighborhood factors influence these relationships. School and neighborhood crime rates for 95 middle (MS) and high (HS) schools were calculated using data from the Los Angeles Unified School District (LAUSD) Police Department and Los Angeles Police Department, respectively. School-level organizational and educational variables, including the academic performance index (API), were obtained from the California Department of Education. A measure of neighborhood dilapidation was created using variables collected on a neighborhood environmental survey. Linear regression was used to examine the relationship between organizational and educational school variables and school crime rates. Community crime and dilapidation were added to the model to examine the influence of the school-community context relationships. HS had higher crime rates than MS. As the percentage of certified teachers and student to staff ratios increased, school crime decreased (p < .01). An API of below basic performance was significantly associated with increasing school crime rates (p < .05). Neighborhood crime was not significantly associated with school crime, although dilapidation was positively and significantly associated with school crime even after controlling for community crime (p < .05). Both school- and neighborhood-level factors were associated with increasing crime rates in secondary schools. School violence prevention efforts should include school and community partnerships to address these potentially modifiable factors.

  20. Long Term Storage of Ascosphaera aggregata and A. apis Pathogens of the Leafcutting Bee (Megachile rotundata) and the Honey Bee (Apis mellifera)

    USDA-ARS?s Scientific Manuscript database

    Survival of Ascosphaera aggregata and A. apis over the course of a year were tested using different storage treatments. For spores, the methods tested were freeze drying and ultra-low temperature storage, and for hyphae, freeze drying, agar slants covered with water, and two methods of ultra-low tem...

  1. There-apy: The Use of Task, Imagery, and Symbolism To Connect the Inner and Outer Worlds.

    ERIC Educational Resources Information Center

    Eisenstein-Naveh, A. Rosa

    2001-01-01

    Presents a model of therapy called there-apy, which weaves together the use of task, symbolism, and imagery into an ongoing process. Concrete tasks take on symbolic meaning, and symbolism gets actualized through achieving concrete tasks. There-apy connects the individual's outside and inside worlds and often involves the partner or family in the…

  2. 47 CFR 61.49 - Supporting information to be submitted with letters of transmittal for tariffs of carriers...

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... accompanied by supporting materials sufficient to calculate required adjustments to each PCI, API, and SBI... that results in an API value that is equal to or less than the applicable PCI value, must be... proposed rates. (d) Each price cap tariff filing that proposes rates that will result in an API value that...

  3. 30 CFR 250.920 - What are the BSEE requirements for assessment of fixed platforms?

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    .... Assessment categories are defined in API RP 2A-WSD, Section 17.3 (as incorporated by reference in § 250.198... of API RP 2A-WSD, incorporated by reference in § 250.198, for a description of assessment initiators). (c) You must initiate mitigation actions for platforms that do not pass the assessment process of API...

  4. 30 CFR 250.806 - Safety and pollution prevention equipment quality assurance requirements.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... Gas Operations (as incorporated by reference in § 250.198); and (ii) API Spec Q1, Specification for... in § 250.198). (3) All SSV's and USV's must meet the technical specifications of API Spec 6A and 6AV1. All SSSVs must meet the technical specifications of API Specification 14A (as incorporated by...

  5. 47 CFR 61.49 - Supporting information to be submitted with letters of transmittal for tariffs of carriers...

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... accompanied by supporting materials sufficient to calculate required adjustments to each PCI, API, and SBI... that results in an API value that is equal to or less than the applicable PCI value, must be... proposed rates. (d) Each price cap tariff filing that proposes rates that will result in an API value that...

  6. 30 CFR 250.806 - Safety and pollution prevention equipment quality assurance requirements.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... Gas Operations (as incorporated by reference in § 250.198); and (ii) API Spec Q1, Specification for... in § 250.198). (3) All SSV's and USV's must meet the technical specifications of API Spec 6A and 6AV1. All SSSVs must meet the technical specifications of API Specification 14A (as incorporated by...

  7. 30 CFR 250.806 - Safety and pollution prevention equipment quality assurance requirements.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... Gas Operations (as incorporated by reference in § 250.198); and (ii) API Spec Q1, Specification for... in § 250.198). (3) All SSV's and USV's must meet the technical specifications of API Spec 6A and 6AV1. All SSSVs must meet the technical specifications of API Specification 14A (as incorporated by...

  8. 30 CFR 250.920 - What are the BSEE requirements for assessment of fixed platforms?

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    .... Assessment categories are defined in API RP 2A-WSD, Section 17.3 (as incorporated by reference in § 250.198... of API RP 2A-WSD, incorporated by reference in § 250.198, for a description of assessment initiators). (c) You must initiate mitigation actions for platforms that do not pass the assessment process of API...

  9. 47 CFR 61.49 - Supporting information to be submitted with letters of transmittal for tariffs of carriers...

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... accompanied by supporting materials sufficient to calculate required adjustments to each PCI, API, and SBI... that results in an API value that is equal to or less than the applicable PCI value, must be... proposed rates. (d) Each price cap tariff filing that proposes rates that will result in an API value that...

  10. 30 CFR 250.920 - What are the BSEE requirements for assessment of fixed platforms?

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    .... Assessment categories are defined in API RP 2A-WSD, Section 17.3 (as incorporated by reference in § 250.198... of API RP 2A-WSD, incorporated by reference in § 250.198, for a description of assessment initiators). (c) You must initiate mitigation actions for platforms that do not pass the assessment process of API...

  11. 47 CFR 61.49 - Supporting information to be submitted with letters of transmittal for tariffs of carriers...

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... accompanied by supporting materials sufficient to calculate required adjustments to each PCI, API, and SBI... that results in an API value that is equal to or less than the applicable PCI value, must be... proposed rates. (d) Each price cap tariff filing that proposes rates that will result in an API value that...

  12. A multiplex PCR assay for determination of mating type in isolates of the honey bee fungal pathogen, Ascosphaera apis

    USDA-ARS?s Scientific Manuscript database

    In this study we developed a multiplex PCR for identification of mating type idiomorphs in the filamentous fungus, Ascosphaera apis, the causative agent of chalkbrood disease in the honey bee (Apis melliffera). A combination of gene-specific primers was designed to amplify Mat1-1 and Mat1-2 gene fra...

  13. Rapid identification of antibiotic-resistant corynebacteria with the API 20S system.

    PubMed Central

    Kelly, M C; Smith, I D; Anstey, R J; Thornley, J H; Rennie, R P

    1984-01-01

    The API 20S system (Analytab Products, Plainview, N.Y.) was evaluated for the rapid identification of multiply antibiotic-resistant aerobic diphtheroids. Sixty-eight clinical isolates of multiply resistant Centers for Disease Control group JK and group D2 corynebacteria had API 20S profiles which were clearly different from those of a number of strains of other Corynebacterium species which were tested. The API 20S system allowed more rapid identification of antibiotic-resistant diphtheroids than conventional biochemical tests. Its use for corynebacteria other than group JK and group D2 is not recommended at this time. PMID:6699150

  14. A Knockout Screen of ApiAP2 Genes Reveals Networks of Interacting Transcriptional Regulators Controlling the Plasmodium Life Cycle.

    PubMed

    Modrzynska, Katarzyna; Pfander, Claudia; Chappell, Lia; Yu, Lu; Suarez, Catherine; Dundas, Kirsten; Gomes, Ana Rita; Goulding, David; Rayner, Julian C; Choudhary, Jyoti; Billker, Oliver

    2017-01-11

    A family of apicomplexa-specific proteins containing AP2 DNA-binding domains (ApiAP2s) was identified in malaria parasites. This family includes sequence-specific transcription factors that are key regulators of development. However, functions for the majority of ApiAP2 genes remain unknown. Here, a systematic knockout screen in Plasmodium berghei identified ten ApiAP2 genes that were essential for mosquito transmission: four were critical for the formation of infectious ookinetes, and three were required for sporogony. We describe non-essential functions for AP2-O and AP2-SP proteins in blood stages, and identify AP2-G2 as a repressor active in both asexual and sexual stages. Comparative transcriptomics across mutants and developmental stages revealed clusters of co-regulated genes with shared cis promoter elements, whose expression can be controlled positively or negatively by different ApiAP2 factors. We propose that stage-specific interactions between ApiAP2 proteins on partly overlapping sets of target genes generate the complex transcriptional network that controls the Plasmodium life cycle. Copyright © 2017 The Author(s). Published by Elsevier Inc. All rights reserved.

  15. Improved recombinant Api m 1- and Ves v 5-based IgE testing to dissect bee and yellow jacket allergy and their correlation with the severity of the sting reaction.

    PubMed

    Šelb, J; Kogovšek, R; Šilar, M; Košnik, M; Korošec, P

    2016-04-01

    No study has assessed the diagnostic sensitivity of rApi m 1 and rVes v 5 on Immulite testing system. To compare the diagnostic sensitivity of commercially available venom recombinant allergens between the currently available immunoassays [ImmunoCAP (CAP) and Immulite (LITE)] and establish their correlation with the severity of the sting reaction. This study evaluated 95 bee venom and 110 yellow jacket venom-allergic subjects. We measured the levels of sIgE to rApi m 1, rVes v 5 (LITE and CAP), rApi m 2 (LITE), rVes v 1 (CAP) and total IgE (CAP). Forty-nine healthy subjects served as controls. The diagnostic sensitivity of rApi m 1 and rVes v 5 was significantly higher with the LITE than with the CAP system (71% vs. 88% and 82% vs. 93%). The specificity of both assays for both allergens was between 94% and 98%. Twenty-nine patients that tested negative for rApi m 1 or rVes v 5 with CAP were positive with LITE, but none of the patients that tested negative with LITE were positive with CAP. The positive values of rApi m 1 and rVes v 5 were on average 2.7 and 2.3 times higher, with the LITE than with the CAP system. The combination of rApi m 1 and rApi m 2 (LITE) and the combination of rVes v 5 (LITE) and rVes v 1 (CAP) almost matched the sensitivity of native venoms (95% and 97%, respectively), whereas the diagnostic sensitivity of the combination of rVes v 5 and rVes v 1 (CAP) did not reach the sensitivity of rVes v 5 (LITE) alone (90% vs. 93%). IgE levels to venom recombinants and total IgE did not correlate with the severity of sting reaction. The use of rApi m 1 and rVes v 5 with the LITE system significantly enhanced diagnostic utility of venom recombinants and should improve the dissection of bee and yellow jacket venom allergy. © 2015 John Wiley & Sons Ltd.

  16. Strategy for increasing the participation of masyarakat peduli api in forest fire control

    NASA Astrophysics Data System (ADS)

    Ni’mah, N. L. K.; Herdiansyah, H.; Soesilo, T. E. B.; Mutia, E. F.

    2018-03-01

    Forest fires have negative impact on ecology, health, and damage economic activities. One of conservation areas facing the threat of forest fire is Gunung Ciremai National Park. This research aims to formulate a strategy to increase the participation of Masyarakat Peduli Api in the effort of forest fire control. This research use quantitative method with SWOT analysis. Expert consisting of representatives from the national park, Ministry of Environment and Forestry, and BPBD Kuningan Regency. An alternative strategy based on SWOT analysis is in quadrant 1 with coordinate point (0,39; 1,23). The position shows that sustainability of national park management through forest fire control can be done with an aggressive strategy. That is maximizing the strength that is owned with its potential as an ecotourism area to increase community motivation to engage in forest fire control activities. Provision of tourism management licenses will create employment opportunities and increase income for the community so it is expected to increase community participation to prevent the occurrence of forest fires rather than forest fire prevention.

  17. The NIH BD2K center for big data in translational genomics.

    PubMed

    Paten, Benedict; Diekhans, Mark; Druker, Brian J; Friend, Stephen; Guinney, Justin; Gassner, Nadine; Guttman, Mitchell; Kent, W James; Mantey, Patrick; Margolin, Adam A; Massie, Matt; Novak, Adam M; Nothaft, Frank; Pachter, Lior; Patterson, David; Smuga-Otto, Maciej; Stuart, Joshua M; Van't Veer, Laura; Wold, Barbara; Haussler, David

    2015-11-01

    The world's genomics data will never be stored in a single repository - rather, it will be distributed among many sites in many countries. No one site will have enough data to explain genotype to phenotype relationships in rare diseases; therefore, sites must share data. To accomplish this, the genetics community must forge common standards and protocols to make sharing and computing data among many sites a seamless activity. Through the Global Alliance for Genomics and Health, we are pioneering the development of shared application programming interfaces (APIs) to connect the world's genome repositories. In parallel, we are developing an open source software stack (ADAM) that uses these APIs. This combination will create a cohesive genome informatics ecosystem. Using containers, we are facilitating the deployment of this software in a diverse array of environments. Through benchmarking efforts and big data driver projects, we are ensuring ADAM's performance and utility. © The Author 2015. Published by Oxford University Press on behalf of the American Medical Informatics Association. All rights reserved. For Permissions, please email: journals.permissions@oup.com.

  18. Pollen analysis of honey and pollen collected by Apis mellifera linnaeus, 1758 (Hymenoptera, Apidae), in a mixed environment of Eucalyptus plantation and native cerrado in Southeastern Brazil.

    PubMed

    Simeão, C M G; Silveira, F A; Sampaio, I B M; Bastos, E M A F

    2015-11-01

    Eucalyptus plantations are frequently used for the establishment of bee yards. This study was carried on at Fazenda Brejão, northwestern region of the State of Minas Gerais, Brazil. This farm is covered both with native Cerrado vegetation (Brazilian savanna) and eucalyptus plantations. This paper reports on the botanic origin of pollen pellets and honey collected from honeybee (Apis mellifera) hives along a thirteen-month period (January 2004 to January 2005). The most frequent pollen types found in the pollen pellets during the rainy season were Trema micrantha (Ulmaceae), Copaifera langsdorffii (Fabaceae), an unidentified Poaceae, unidentified Asteraceae-2, Cecropia sp. 1 (Cecropiaceae) and Eucalyptus spp. (Myrtaceae); during the dry season the most frequent pollen types were Acosmium dasycarpum (Fabaceae), Cecropia sp. 1 (Cecropiaceae) and Eucalyptus spp. (Myrtaceae). Pollen grains of Baccharis sp. (Asteraceae), Cecropia sp. 1 (Cecropiaceae), Copaifera langsdorffii (Fabaceae), Mimosa nuda (Fabaceae), Eucalyptus spp. (Myrtaceae) and Trema micrantha (Ulmaceae) were present in the honey samples throughout the study period.

  19. SenseMyHeart: A cloud service and API for wearable heart monitors.

    PubMed

    Pinto Silva, P M; Silva Cunha, J P

    2015-01-01

    In the era of ubiquitous computing, the growing adoption of wearable systems and body sensor networks is trailing the path for new research and software for cardiovascular intensity, energy expenditure and stress and fatigue detection through cardiovascular monitoring. Several systems have received clinical-certification and provide huge amounts of reliable heart-related data in a continuous basis. PhysioNet provides equally reliable open-source software tools for ECG processing and analysis that can be combined with these devices. However, this software remains difficult to use in a mobile environment and for researchers unfamiliar with Linux-based systems. In the present paper we present an approach that aims at tackling these limitations by developing a cloud service that provides an API for a PhysioNet-based pipeline for ECG processing and Heart Rate Variability measurement. We describe the proposed solution, along with its advantages and tradeoffs. We also present some client tools (windows and Android) and several projects where the developed cloud service has been used successfully as a standard for Heart Rate and Heart Rate Variability studies in different scenarios.

  20. Gigantism in honeybees: Apis cerana queens reared in mixed-species colonies

    NASA Astrophysics Data System (ADS)

    Tan, Ken; Hepburn, H. R.; He, Shaoyu; Radloff, S. E.; Neumann, P.; Fang, Xiang

    2006-07-01

    The development of animals depends on both genetic and environmental effects to a varying extent. Their relative influences can be evaluated in the social insects by raising the intracolonial diversity to an extreme in nests consisting of workers from more than one species. In this study, we studied the effects of mixed honeybee colonies of Apis mellifera and Apis cerana on the rearing of grafted queen larvae of A. cerana. A. mellifera sealed worker brood was introduced into A. cerana colonies and on emergence, the adults were accepted. Then, A. cerana larvae were grafted for queen rearing into two of these mixed-species colonies. Similarly, A. cerana larvae and A. mellifera larvae were also grafted conspecifically as controls. The success rate of A. cerana queen rearing in the test colonies was 64.5%, surpassing all previous attempts at interspecific queen rearing. After emergence, all virgin queens obtained from the three groups ( N=90) were measured morphometrically. The A. cerana queens from the mixed-species colonies differed significantly in size and pigmentation from the A. cerana control queens and closely approximated the A. mellifera queens. It is inferred that these changes in the A. cerana queens reared in the mixed-species colonies can be attributed to feeding by heterospecific nurse bees and/or chemical differences in royal jelly. Our data show a strong impact of environment on the development of queens. The results further suggest that in honeybees the cues for brood recognition can be learned by heterospecific workers after eclosion, thereby providing a novel analogy to slave making in ants.

  1. Original data preprocessor for Femap/Nastran

    NASA Astrophysics Data System (ADS)

    Oanta, Emil M.; Panait, Cornel; Raicu, Alexandra

    2016-12-01

    Automatic data processing and visualization in the finite elements analysis of the structural problems is a long run concern in mechanical engineering. The paper presents the `common database' concept according to which the same information may be accessed from an analytical model, as well as from a numerical one. In this way, input data expressed as comma-separated-value (CSV) files are loaded into the Femap/Nastran environment using original API codes, being automatically generated: the geometry of the model, the loads and the constraints. The original API computer codes are general, being possible to generate the input data of any model. In the next stages, the user may create the discretization of the model, set the boundary conditions and perform a given analysis. If additional accuracy is needed, the analyst may delete the previous discretizations and using the same information automatically loaded, other discretizations and analyses may be done. Moreover, if new more accurate information regarding the loads or constraints is acquired, they may be modelled and then implemented in the data generating program which creates the `common database'. This means that new more accurate models may be easily generated. Other facility consists of the opportunity to control the CSV input files, several loading scenarios being possible to be generated in Femap/Nastran. In this way, using original intelligent API instruments the analyst is focused to accurately model the phenomena and on creative aspects, the repetitive and time-consuming activities being performed by the original computer-based instruments. Using this data processing technique we apply to the best Asimov's principle `minimum change required / maximum desired response'.

  2. Pollination Requirements of Almond (Prunus dulcis): Combining Laboratory and Field Experiments.

    PubMed

    Henselek, Yuki; Eilers, Elisabeth J; Kremen, Claire; Hendrix, Stephen D; Klein, Alexandra-Maria

    2018-05-28

    Almond (Prunus dulcis (Mill.) D. A. Webb; Rosales: Rosaceae) is a cash crop with an estimated global value of over seven billion U.S. dollars annually and commercial varieties are highly dependent on insect pollination. Therefore, the understanding of basic pollination requirements of the main varieties including pollination efficiency of honey bees (Apis mellifera, Linnaeus, Hymenoptera: Apidae) and wild pollinators is essential for almond production. We first conducted two lab experiments to examine the threshold number of pollen grains needed for successful pollination and to determine if varietal identity or diversity promotes fruit set and weight. Further, we examined stigma and ovules of flowers visited by Apis and non-Apis pollinators in the field to study the proportion of almond to non-almond pollen grains deposited, visitation time per flower visit, and tube set. Results indicate that the threshold for successful fertilization is around 60 pollen grains, but pollen can be from any compatible variety as neither pollen varietal identity nor diversity enhanced fruit set or weight. Andrena cerasifolii Cockerell (Hymenoptera: Andrenidae) was a more effective pollinator on a per single visit basis than Apis and syrphid flies. Nevertheless, Apis was more efficient than A. cerasifolii and syrphid flies as they spent less time on a flower during a single visit. Hence, planting with two compatible varieties and managing for both Apis and non-Apis pollinators is likely to be an optimal strategy for farmers to secure high and stable pollination success.

  3. The effects of honey (Apis dorsata) supplements on increased bone strength in ovariectomized rat as animal model of osteoporosis

    NASA Astrophysics Data System (ADS)

    Yudaniayanti, Ira Sari; Primarizky, Hardany; Nangoi, Lianny

    2018-04-01

    Osteoporosis is a chronic skeletal disease characterized by low bone mass and microarchitectural deterioration with a consequent increase in bone fragility and fracture risk. The aim of the study was to evaluate the effects of honey (Apis dorsata) supplements on increased bone strength in ovariectomized rat as animal models of osteoporosis. Twenty female rats at 3 months of age, weighing 150-200 g were used in the study. The rats were divided into five groups (n=4) : Sham operation group (SH); ovariectomy group no treatment(OVX); ovariectomy with treatment Apis dorsata 1g/Kg BW (AD-1); ovariectomy with treatment Apis dorsata 2g/Kg BW (AD-2); ovariectomy with treatment Apis dorsata 4g/Kg BW (AD-3). The treatment started to be given the next day after ovariectomy operation for 12 weeks. The Rats were sacrified within 12 weeks, and then the right femur were taken bone strength test. Based on the statistical analysis of the bone strength test, the greatest score belongs to the Sham operation group (SH) that have significant difference (p<0.05) with OVX group and AD-1 group, but there was no significant difference with AD-2 and AD-3 (p>0,05). In conclusion, honey (Apis dorsata) supplements has the effect of increasing bone strength in ovariectomized rat as animal models of osteoporosis, so that honey (Apis dorsata) supplements has the potential to be used as an alternative treatment for osteoporosis.

  4. IgE recognition of chimeric isoforms of the honeybee (Apis mellifera) venom allergen Api m 10 evaluated by protein array technology.

    PubMed

    Van Vaerenbergh, Matthias; De Smet, Lina; Rafei-Shamsabadi, David; Blank, Simon; Spillner, Edzard; Ebo, Didier G; Devreese, Bart; Jakob, Thilo; de Graaf, Dirk C

    2015-02-01

    Api m 10 has recently been established as novel major allergen that is recognized by more than 60% of honeybee venom (HBV) allergic patients. Previous studies suggest Api m 10 protein heterogeneity which may have implications for diagnosis and immunotherapy of HBV allergy. In the present study, RT-PCR revealed the expression of at least nine additional Api m 10 transcript isoforms by the venom glands. Two distinct mechanisms are responsible for the generation of these isoforms: while the previously known variant 2 is produced by an alternative splicing event, novel identified isoforms are intragenic chimeric transcripts. To the best of our knowledge, this is the first report of the identification of chimeric transcripts generated by the honeybee. By a retrospective proteomic analysis we found evidence for the presence of several of these isoforms in the venom proteome. Additionally, we analyzed IgE reactivity to different isoforms by protein array technology using sera from HBV allergic patients, which revealed that IgE recognition of Api m 10 is both isoform- and patient-specific. While it was previously demonstrated that the majority of HBV allergic patients display IgE reactivity to variant 2, our study also shows that some patients lacking IgE antibodies for variant 2 display IgE reactivity to two of the novel identified Api m 10 variants, i.e. variants 3 and 4. Copyright © 2014 Elsevier Ltd. All rights reserved.

  5. pH and Heat Resistance of the Major Celery Allergen Api g 1.

    PubMed

    Rib-Schmidt, Carina; Riedl, Philipp; Meisinger, Veronika; Schwaben, Luisa; Schulenborg, Thomas; Reuter, Andreas; Schiller, Dirk; Seutter von Loetzen, Christian; Rösch, Paul

    2018-05-25

    The major celery allergen Api g 1 is a member of the pathogenesis-related 10 class protein family. Here we aimed to investigate the impact of heat and pH on the native protein conformation required for Immunoglobulin E (IgE) recognition. Spectroscopic methods, MS and IgE binding analyses were used to study the effects of pH and thermal treatment on Api g 1.0101. Heat processing results in a loss of the native protein fold via denaturation, oligomerisation and precipitation along with a subsequent reduction of IgE recognition. The induced effects and timescales are strongly pH depended. While Api g 1 refolds partially into an IgE-binding conformation at physiological pH, acidic pH treatment leads to the formation of structurally heat resistant, IgE-reactive oligomers. Thermal processing in the presence of a celery matrix or at pH conditions close to the isoelectric point (pI = 4.63) of Api g 1.0101 results in almost instant precipitation. Our data demonstrate that Api g 1.0101 is not intrinsically susceptible to heat treatment in vitro. However, the pH and the celery matrix strongly influence the stability of Api g 1.0101 and might be the main reasons for the observed temperature lability of this important food allergen. This article is protected by copyright. All rights reserved. This article is protected by copyright. All rights reserved.

  6. Molecular characterization of Api g 2, a novel allergenic member of the lipid-transfer protein 1 family from celery stalks.

    PubMed

    Gadermaier, Gabriele; Egger, Matthias; Girbl, Tamara; Erler, Anja; Harrer, Andrea; Vejvar, Eva; Liso, Marina; Richter, Klaus; Zuidmeer, Laurian; Mari, Adriano; Ferreira, Fatima

    2011-04-01

    Celery represents a relevant cross-reactive food allergen source in the adult population. As the currently known allergens are not typical elicitors of severe symptoms, we aimed to identify and characterize a non-specific lipid transfer protein (nsLTP). MS and cDNA cloning were applied to obtain the full-length sequence of a novel allergenic nsLTP from celery stalks. The purified natural molecule consisted of a single isoallergen designated as Api g 2.0101, which was recombinantly produced in Escherichia coli Rosetta-gami. The natural and recombinant molecules displayed equivalent physicochemical and immunological properties. Circular dichroism revealed a typical α-helical fold and high thermal stability. Moreover, Api g 2 was highly resistant to simulated gastrointestinal digestion. As assessed by ELISA, thermal denaturation did not affect the IgE binding of Api g 2. Natural and recombinant Api g 2 showed similar allergenic activity in mediator release assays. Api g 2-specific IgE antibodies cross-reacted with peach and mugwort pollen nsLTPs. Based on our results, it can be anticipated that inclusion of recombinant Api g 2 in the current panel of allergens for molecule-based diagnosis will facilitate the evaluation of the clinical relevance of nsLTP sensitization in celery allergy and help clinicians in the management of food allergic patients. Copyright © 2011 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  7. Validation results of specifications for motion control interoperability

    NASA Astrophysics Data System (ADS)

    Szabo, Sandor; Proctor, Frederick M.

    1997-01-01

    The National Institute of Standards and Technology (NIST) is participating in the Department of Energy Technologies Enabling Agile Manufacturing (TEAM) program to establish interface standards for machine tool, robot, and coordinate measuring machine controllers. At NIST, the focus is to validate potential application programming interfaces (APIs) that make it possible to exchange machine controller components with a minimal impact on the rest of the system. This validation is taking place in the enhanced machine controller (EMC) consortium and is in cooperation with users and vendors of motion control equipment. An area of interest is motion control, including closed-loop control of individual axes and coordinated path planning. Initial tests of the motion control APIs are complete. The APIs were implemented on two commercial motion control boards that run on two different machine tools. The results for a baseline set of APIs look promising, but several issues were raised. These include resolving differing approaches in how motions are programmed and defining a standard measurement of performance for motion control. This paper starts with a summary of the process used in developing a set of specifications for motion control interoperability. Next, the EMC architecture and its classification of motion control APIs into two classes, Servo Control and Trajectory Planning, are reviewed. Selected APIs are presented to explain the basic functionality and some of the major issues involved in porting the APIs to other motion controllers. The paper concludes with a summary of the main issues and ways to continue the standards process.

  8. The VOLSCAT package for electron and positron scattering of molecular targets: A new high throughput approach to cross-section and resonances computation

    NASA Astrophysics Data System (ADS)

    Sanna, N.; Baccarelli, I.; Morelli, G.

    2009-12-01

    VOLSCAT is a computer program which implements the Single Center Expansion (SCE) method to solve the scattering equation for the elastic collision of electrons/positrons off molecular targets. The scattering potential needed is calculated by on-the-fly calls to the external SCELib library for molecular properties, recently ported to GPU computing environment and ClearSpeed platforms, and made available by means of an Application Program Interface (SCELib-API) which is also provided with the VOLSCAT package in a beta version. The result is a high throughput approach to the solution of the complex e/e-molecule scattering problem, with allows for intensive calculations both for the number of systems which can be studied and for their size. Accurate partial and total elastic cross sections are produced in output together with the associated eigenphase sums. Indirect scattering processes arising from the formation of temporary negative ions can also be analyzed through the computation of the resonances' parameters. Program summaryProgram title: VOLSCAT V1.0 Catalogue identifier: AEEW_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEEW_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 4 618 353 No. of bytes in distributed program, including test data, etc.: 120 307 536 Distribution format: tar.gz Programming language: Fortran90 Computer: All SMP platforms based on AIX, Linux and SUNOS operating systems over SPARC, POWER, Intel Itanium2, X86, em64t and Opteron processors Operating system: SUNOS, IBM AIX, Linux RedHat (Enterprise), Linux SuSE (SLES) Has the code been vectorized or parallelized?: Yes. The parallel version in the present release of the code is limited to the OpenMP calculation of the exchange potential V or V. The number of OpenMP threads can then be set in the input script. RAM: For a typical (isolated) biomolecule (e.g. Cytosine or Ribose) a converged calculation would require from 320 MB up to 2.5 GB. Word size: 64 bits Classification: 16.5 External routines: LAPACK (dsyev, dgetri, dgetrf) ( http://www.netlib.org/lapack/) Nature of problem: In this set of codes an efficient procedure is implemented to calculate partial cross section for the scattering between an electron/positron and a molecular target as a function of the collision energies. Solution method: The scattering equations are derived in the framework of the Single Center Expansion (SCE) procedure which allows the reduction of the original three-dimensional problem to a radial (one-dimensional) equation through the expansion of the scattering potential and the system wavefunction in a set of symmetry-adapted (real) spherical harmonics. The local part of the electrostatic interaction between the charged projectile (electron/positron) and the molecular target is provided in input by the SCELib library, which also provides the correlation and polarization corrections for the short-range and long-range part, respectively, of the interaction. A proper Application Programming Interface (API) is used by VOLSCAT to load the energy-independent part of the potential while the non-local exchange contribution is approximated by a local form and calculated on the fly in the VOLSCAT run for each desired collision energy. The resulting SCE one-dimensional homogeneous scattering equation is rewritten in an integral form by means of the standard Green's function technique resulting in a set of Volterra coupled equations which are solved to give the phase shifts and cross sections for any desired impact energy in terms of the partial components defined by the irreducible representations of the symmetry point group to which the target molecule belongs. The total cross section can then be straightforwardly calculated by summing over all the partial cross sections produced in the output. By the Breit-Wigner analysis of the eigenphase sum produced as a function of the energy one can also get information on the location of possible resonance states arising in the collision process. Restrictions: Depending on the molecular system under study and on the operating conditions the program may or may not fit into available RAM memory. Additional comments: A beta version of SCELib-API is included in the distribution package. Running time: The execution time strongly depends on the molecular target description and on the hardware/OS chosen, it is directly proportional to the (r,θ,φ) grid size and to the number of angular basis functions used.

  9. ISO WD 1856. Guideline for radiation exposure of nonmetallic materials. Present status

    NASA Astrophysics Data System (ADS)

    Briskman, B. A.

    In the framework of the International Organization for Standardization (ISO) activity we started development of international standard series for space environment simulation at on-ground tests of materials. The proposal was submitted to ISO Technical Committee 20 (Aircraft and Space Vehicles), Subcommittee 14 (Space Systems and Operations) and was approved as Working Draft 15856 at the Los-Angeles meeting (1997). A draft of the first international standard "Space Environment Simulation for Radiation Tests of Materials" (1st version) was presented at the 7th International Symposium on Materials in Space Environment (Briskman et al, 1997). The 2nd version of the standard was limited to nonmetallic materials and presented at the 20th Space Simulation Conference (Briskman and Borson, 1998). It covers the testing of nonmetallic materials embracing also polymer composite materials including metal components (metal matrix composites) to simulated space radiation. The standard does not cover semiconductor materials. The types of simulated radiation include charged particles (electrons and protons), solar ultraviolet radiation, and soft X-radiation of solar flares. Synergistic interactions of the radiation environment are covered only for these natural and some induced environmental effects. This standard outlines the recommended methodology and practices for the simulation of space radiation on materials. Simulation methods are used to reproduce the effects of the space radiation environment on materials that are located on surfaces of space vehicles and behind shielding. It was discovered that the problem of radiation environment simulation is very complex and the approaches of different specialists and countries to the problem are sometimes quite opposite. To the present moment we developed seven versions of the standard. The last version is a compromise between these approaches. It was approved at the last ISO TC20/SC14/WG4 meeting in Houston, October 2002. At a splinter meeting of Int. Conference on Materials in a Space Environment, Noordwijk, Netherlands, ESA, June 2003, the experts from ESA, USA, France, Russia and Japan discussed the last version of the draft and approved it with a number of notes. A revised version of the standard will be presented this May at ISO TC20/SC14 meeting in Russia.

  10. Interacting with Petabytes of Earth Science Data using Jupyter Notebooks, IPython Widgets and Google Earth Engine

    NASA Astrophysics Data System (ADS)

    Erickson, T. A.; Granger, B.; Grout, J.; Corlay, S.

    2017-12-01

    The volume of Earth science data gathered from satellites, aircraft, drones, and field instruments continues to increase. For many scientific questions in the Earth sciences, managing this large volume of data is a barrier to progress, as it is difficult to explore and analyze large volumes of data using the traditional paradigm of downloading datasets to a local computer for analysis. Furthermore, methods for communicating Earth science algorithms that operate on large datasets in an easily understandable and reproducible way are needed. Here we describe a system for developing, interacting, and sharing well-documented Earth Science algorithms that combines existing software components: Jupyter Notebook: An open-source, web-based environment that supports documents that combine code and computational results with text narrative, mathematics, images, and other media. These notebooks provide an environment for interactive exploration of data and development of well documented algorithms. Jupyter Widgets / ipyleaflet: An architecture for creating interactive user interface controls (such as sliders, text boxes, etc.) in Jupyter Notebooks that communicate with Python code. This architecture includes a default set of UI controls (sliders, dropboxes, etc.) as well as APIs for building custom UI controls. The ipyleaflet project is one example that offers a custom interactive map control that allows a user to display and manipulate geographic data within the Jupyter Notebook. Google Earth Engine: A cloud-based geospatial analysis platform that provides access to petabytes of Earth science data via a Python API. The combination of Jupyter Notebooks, Jupyter Widgets, ipyleaflet, and Google Earth Engine makes it possible to explore and analyze massive Earth science datasets via a web browser, in an environment suitable for interactive exploration, teaching, and sharing. Using these environments can make Earth science analyses easier to understand and reproducible, which may increase the rate of scientific discoveries and the transition of discoveries into real-world impacts.

  11. A Web-Based Interactive Mapping System of State Wide School Performance: Integrating Google Maps API Technology into Educational Achievement Data

    ERIC Educational Resources Information Center

    Wang, Kening; Mulvenon, Sean W.; Stegman, Charles; Anderson, Travis

    2008-01-01

    Google Maps API (Application Programming Interface), released in late June 2005 by Google, is an amazing technology that allows users to embed Google Maps in their own Web pages with JavaScript. Google Maps API has accelerated the development of new Google Maps based applications. This article reports a Web-based interactive mapping system…

  12. Alternative Fuels Compatibility with Army Equipment Testing-Effects of JP-8+100 on Military Filtration Equipment

    DTIC Science & Technology

    2012-02-21

    Summary of Proposed Additive Packages for API /IP 1581 4th Edition ...................................... 4 Table 2. Summary of DoD Test Results...15 Table 8. ISO 4406 Cleanliness Codes for the API /IP 1581 5th Edition...Improver WSIM Water Separation Index Measure NSN National Stock Number API American Petroleum Institute DESC Defense Energy Support Center DOE Design of

  13. 49 CFR 192.8 - How are onshore gathering lines and regulated onshore gathering lines determined?

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ...? (a) An operator must use API RP 80 (incorporated by reference, see § 192.7), to determine if an... section. (1) The beginning of gathering, under section 2.2(a)(1) of API RP 80, may not extend beyond the furthermost downstream point in a production operation as defined in section 2.3 of API RP 80. This...

  14. 49 CFR 192.8 - How are onshore gathering lines and regulated onshore gathering lines determined?

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ...? (a) An operator must use API RP 80 (incorporated by reference, see § 192.7), to determine if an... section. (1) The beginning of gathering, under section 2.2(a)(1) of API RP 80, may not extend beyond the furthermost downstream point in a production operation as defined in section 2.3 of API RP 80. This...

  15. 49 CFR 192.8 - How are onshore gathering lines and regulated onshore gathering lines determined?

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ...? (a) An operator must use API RP 80 (incorporated by reference, see § 192.7), to determine if an... section. (1) The beginning of gathering, under section 2.2(a)(1) of API RP 80, may not extend beyond the furthermost downstream point in a production operation as defined in section 2.3 of API RP 80. This...

  16. 30 CFR 250.920 - What are the MMS requirements for assessment of fixed platforms?

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    .... Assessment categories are defined in API RP 2A-WSD, Section 17.3. If MMS objects to the assessment category... more restrictive level (see Sections 17.2.1 through 17.2.5 of API RP 2A-WSD for a description of... assessment process of API RP 2A-WSD. You must submit applications for your mitigation actions (e.g., repair...

  17. 49 CFR 192.8 - How are onshore gathering lines and regulated onshore gathering lines determined?

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ...? (a) An operator must use API RP 80 (incorporated by reference, see § 192.7), to determine if an... section. (1) The beginning of gathering, under section 2.2(a)(1) of API RP 80, may not extend beyond the furthermost downstream point in a production operation as defined in section 2.3 of API RP 80. This...

  18. 49 CFR 192.8 - How are onshore gathering lines and regulated onshore gathering lines determined?

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ...? (a) An operator must use API RP 80 (incorporated by reference, see § 192.7), to determine if an... section. (1) The beginning of gathering, under section 2.2(a)(1) of API RP 80, may not extend beyond the furthermost downstream point in a production operation as defined in section 2.3 of API RP 80. This...

  19. Aladin Lite: Embed your Sky in the Browser

    NASA Astrophysics Data System (ADS)

    Boch, T.; Fernique, P.

    2014-05-01

    I will introduce and describe Aladin Lite1, a lightweight interactive sky viewer running natively in the browser. The past five years have seen the emergence of powerful and complex web applications, thanks to major improvements in JavaScript engines and the advent of HTML5. At the same time, browser plugins Java applets, Flash, Silverlight) that were commonly used to run rich Internet applications are declining and are not well suited for mobile devices. The Aladin team took this opportunity to develop Aladin Lite, a lightweight version of Aladin geared towards simple visualization of a sky region. Relying on the widely supported HTML5 canvas element, it provides an intuitive user interface running on desktops and tablets. This first version allows one to interactively visualize multi-resolution HEALPix image and superimpose tabular data and footprints. Aladin Lite is easily embeddable on any web page and may be of interest for data providers which will be able to use it as an interactive previewer for their own image surveys, previously pre-processed as explained in details in the poster "Create & publish your Hierarchical Progressive Survey". I will present the main features of Aladin Lite as well as the JavaScript API which gives the building blocks to create rich interactions between a web page and Aladin Lite.

  20. Integrating TITAN2D Geophysical Mass Flow Model with GIS

    NASA Astrophysics Data System (ADS)

    Namikawa, L. M.; Renschler, C.

    2005-12-01

    TITAN2D simulates geophysical mass flows over natural terrain using depth-averaged granular flow models and requires spatially distributed parameter values to solve differential equations. Since a Geographical Information System (GIS) main task is integration and manipulation of data covering a geographic region, the use of a GIS for implementation of simulation of complex, physically-based models such as TITAN2D seems a natural choice. However, simulation of geophysical flows requires computationally intensive operations that need unique optimizations, such as adaptative grids and parallel processing. Thus GIS developed for general use cannot provide an effective environment for complex simulations and the solution is to develop a linkage between GIS and simulation model. The present work presents the solution used for TITAN2D where data structure of a GIS is accessed by simulation code through an Application Program Interface (API). GRASS is an open source GIS with published data formats thus GRASS data structure was selected. TITAN2D requires elevation, slope, curvature, and base material information at every cell to be computed. Results from simulation are visualized by a system developed to handle the large amount of output data and to support a realistic dynamic 3-D display of flow dynamics, which requires elevation and texture, usually from a remote sensor image. Data required by simulation is in raster format, using regular rectangular grids. GRASS format for regular grids is based on data file (binary file storing data either uncompressed or compressed by grid row), header file (text file, with information about georeferencing, data extents, and grid cell resolution), and support files (text files, with information about color table and categories names). The implemented API provides access to original data (elevation, base material, and texture from imagery) and slope and curvature derived from elevation data. From several existing methods to estimate slope and curvature from elevation, the selected one is based on estimation by a third-order finite difference method, which has shown to perform better or with minimal difference when compared to more computationally expensive methods. Derivatives are estimated using weighted sum of 8 grid neighbor values. The method was implemented and simulation results compared to derivatives estimated by a simplified version of the method (uses only 4 neighbor cells) and proven to perform better. TITAN2D uses an adaptative mesh grid, where resolution (grid cell size) is not constant, and visualization tools also uses texture with varying resolutions for efficient display. The API supports different resolutions applying bilinear interpolation when elevation, slope and curvature are required at a resolution higher (smaller cell size) than the original and using a nearest cell approach for elevations with lower resolution (larger) than the original. For material information nearest neighbor method is used since interpolation on categorical data has no meaning. Low fidelity characteristic of visualization allows use of nearest neighbor method for texture. Bilinear interpolation estimates the value at a point as the distance-weighted average of values at the closest four cell centers, and interpolation performance is just slightly inferior compared to more computationally expensive methods such as bicubic interpolation and kriging.

Top