Mobile Cloud Computing with SOAP and REST Web Services
NASA Astrophysics Data System (ADS)
Ali, Mushtaq; Fadli Zolkipli, Mohamad; Mohamad Zain, Jasni; Anwar, Shahid
2018-05-01
Mobile computing in conjunction with Mobile web services drives a strong approach where the limitations of mobile devices may possibly be tackled. Mobile Web Services are based on two types of technologies; SOAP and REST, which works with the existing protocols to develop Web services. Both the approaches carry their own distinct features, yet to keep the constraint features of mobile devices in mind, the better in two is considered to be the one which minimize the computation and transmission overhead while offloading. The load transferring of mobile device to remote servers for execution called computational offloading. There are numerous approaches to implement computational offloading a viable solution for eradicating the resources constraints of mobile device, yet a dynamic method of computational offloading is always required for a smooth and simple migration of complex tasks. The intention of this work is to present a distinctive approach which may not engage the mobile resources for longer time. The concept of web services utilized in our work to delegate the computational intensive tasks for remote execution. We tested both SOAP Web services approach and REST Web Services for mobile computing. Two parameters considered in our lab experiments to test; Execution Time and Energy Consumption. The results show that RESTful Web services execution is far better than executing the same application by SOAP Web services approach, in terms of execution time and energy consumption. Conducting experiments with the developed prototype matrix multiplication app, REST execution time is about 200% better than SOAP execution approach. In case of energy consumption REST execution is about 250% better than SOAP execution approach.
A Design of a Network Model to the Electric Power Trading System Using Web Services
NASA Astrophysics Data System (ADS)
Maruo, Tomoaki; Matsumoto, Keinosuke; Mori, Naoki; Kitayama, Masashi; Izumi, Yoshio
Web services are regarded as a new application paradigm in the world of the Internet. On the other hand, many business models of a power trading system has been proposed to aim at load reduction by consumers cooperating with electric power suppliers in an electric power market. Then, we propose a network model of power trading system using Web service in this paper. The adaptability of Web services to power trading system was checked in the prototype of our network model and we got good results for it. Each server provides functions as a SOAP server, and it is coupled loosely with each other through SOAP. Storing SOAP message in HTTP packet can establish the penetration communication way that is not conscious of a firewall. Switching of a dynamic server is possible by means of rewriting the server point information on WSDL at the time of obstacle generating.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Casella, R.
RESTful (REpresentational State Transfer) web services are an alternative implementation to SOAP/RPC web services in a client/server model. BNLs IT Division has started deploying RESTful Web Services for enterprise data retrieval and manipulation. Data is currently used by system administrators for tracking configuration information and as it is expanded will be used by Cyber Security for vulnerability management and as an aid to cyber investigations. This talk will describe the implementation and outstanding issues as well as some of the reasons for choosing RESTful over SOAP/RPC and future directions.
SOAP based web services and their future role in VO projects
NASA Astrophysics Data System (ADS)
Topf, F.; Jacquey, C.; Génot, V.; Cecconi, B.; André, N.; Zhang, T. L.; Kallio, E.; Lammer, H.; Facsko, G.; Stöckler, R.; Khodachenko, M.
2011-10-01
Modern state-of-the-art web services are from crucial importance for the interoperability of different VO tools existing in the planetary community. SOAP based web services assure the interconnectability between different data sources and tools by providing a common protocol for communication. This paper will point out a best practice approach with the Automated Multi-Dataset Analysis Tool (AMDA) developed by CDPP, Toulouse and the provision of VEX/MAG data from a remote database located at IWF, Graz. Furthermore a new FP7 project IMPEx will be introduced with a potential usage example of AMDA web services in conjunction with simulation models.
Data partitioning enables the use of standard SOAP Web Services in genome-scale workflows.
Sztromwasser, Pawel; Puntervoll, Pål; Petersen, Kjell
2011-07-26
Biological databases and computational biology tools are provided by research groups around the world, and made accessible on the Web. Combining these resources is a common practice in bioinformatics, but integration of heterogeneous and often distributed tools and datasets can be challenging. To date, this challenge has been commonly addressed in a pragmatic way, by tedious and error-prone scripting. Recently however a more reliable technique has been identified and proposed as the platform that would tie together bioinformatics resources, namely Web Services. In the last decade the Web Services have spread wide in bioinformatics, and earned the title of recommended technology. However, in the era of high-throughput experimentation, a major concern regarding Web Services is their ability to handle large-scale data traffic. We propose a stream-like communication pattern for standard SOAP Web Services, that enables efficient flow of large data traffic between a workflow orchestrator and Web Services. We evaluated the data-partitioning strategy by comparing it with typical communication patterns on an example pipeline for genomic sequence annotation. The results show that data-partitioning lowers resource demands of services and increases their throughput, which in consequence allows to execute in-silico experiments on genome-scale, using standard SOAP Web Services and workflows. As a proof-of-principle we annotated an RNA-seq dataset using a plain BPEL workflow engine.
KBWS: an EMBOSS associated package for accessing bioinformatics web services.
Oshita, Kazuki; Arakawa, Kazuharu; Tomita, Masaru
2011-04-29
The availability of bioinformatics web-based services is rapidly proliferating, for their interoperability and ease of use. The next challenge is in the integration of these services in the form of workflows, and several projects are already underway, standardizing the syntax, semantics, and user interfaces. In order to deploy the advantages of web services with locally installed tools, here we describe a collection of proxy client tools for 42 major bioinformatics web services in the form of European Molecular Biology Open Software Suite (EMBOSS) UNIX command-line tools. EMBOSS provides sophisticated means for discoverability and interoperability for hundreds of tools, and our package, named the Keio Bioinformatics Web Service (KBWS), adds functionalities of local and multiple alignment of sequences, phylogenetic analyses, and prediction of cellular localization of proteins and RNA secondary structures. This software implemented in C is available under GPL from http://www.g-language.org/kbws/ and GitHub repository http://github.com/cory-ko/KBWS. Users can utilize the SOAP services implemented in Perl directly via WSDL file at http://soap.g-language.org/kbws.wsdl (RPC Encoded) and http://soap.g-language.org/kbws_dl.wsdl (Document/literal).
Data Integration Using SOAP in the VSO
NASA Astrophysics Data System (ADS)
Tian, K. Q.; Bogart, R. S.; Davey, A.; Dimitoglou, G.; Gurman, J. B.; Hill, F.; Martens, P. C.; Wampler, S.
2003-05-01
The Virtual Solar Observatory (VSO) project has implemented a time interval search for all four participating data archives. The back-end query services are implemented as web services, and are accessible via SOAP. SOAP (Simple Object Access Protocol) defines an RPC (Remote Procedure Call) mechanism that employs HTTP as its transport and encodes the client-server interactions (request and response messages) in XML (eXtensible Markup Language) documents. In addition to its core function of identifying relevant datasets in the local archive, the SOAP server at each data provider acts as a "wrapper" that maps descriptions in an abstract data model to those in the provider-specific data model, and vice versa. It is in this way that VSO integrates heterogeneous data services and allows access to them using a common interface. Our experience with SOAP has been fruitful. It has proven to be a better alternative to traditional web access methods, namely POST and GET, because of its flexibility and interoperability.
Distributed run of a one-dimensional model in a regional application using SOAP-based web services
NASA Astrophysics Data System (ADS)
Smiatek, Gerhard
This article describes the setup of a distributed computing system in Perl. It facilitates the parallel run of a one-dimensional environmental model on a number of simple network PC hosts. The system uses Simple Object Access Protocol (SOAP) driven web services offering the model run on remote hosts and a multi-thread environment distributing the work and accessing the web services. Its application is demonstrated in a regional run of a process-oriented biogenic emission model for the area of Germany. Within a network consisting of up to seven web services implemented on Linux and MS-Windows hosts, a performance increase of approximately 400% has been reached compared to a model run on the fastest single host.
A SOAP Web Service for accessing MODIS land product subsets
DOE Office of Scientific and Technical Information (OSTI.GOV)
SanthanaVannan, Suresh K; Cook, Robert B; Pan, Jerry Yun
2011-01-01
Remote sensing data from satellites have provided valuable information on the state of the earth for several decades. Since March 2000, the Moderate Resolution Imaging Spectroradiometer (MODIS) sensor on board NASA s Terra and Aqua satellites have been providing estimates of several land parameters useful in understanding earth system processes at global, continental, and regional scales. However, the HDF-EOS file format, specialized software needed to process the HDF-EOS files, data volume, and the high spatial and temporal resolution of MODIS data make it difficult for users wanting to extract small but valuable amounts of information from the MODIS record. Tomore » overcome this usability issue, the NASA-funded Distributed Active Archive Center (DAAC) for Biogeochemical Dynamics at Oak Ridge National Laboratory (ORNL) developed a Web service that provides subsets of MODIS land products using Simple Object Access Protocol (SOAP). The ORNL DAAC MODIS subsetting Web service is a unique way of serving satellite data that exploits a fairly established and popular Internet protocol to allow users access to massive amounts of remote sensing data. The Web service provides MODIS land product subsets up to 201 x 201 km in a non-proprietary comma delimited text file format. Users can programmatically query the Web service to extract MODIS land parameters for real time data integration into models, decision support tools or connect to workflow software. Information regarding the MODIS SOAP subsetting Web service is available on the World Wide Web (WWW) at http://daac.ornl.gov/modiswebservice.« less
Design and implementation of CUAHSI WaterML and WaterOneFlow Web Services
NASA Astrophysics Data System (ADS)
Valentine, D. W.; Zaslavsky, I.; Whitenack, T.; Maidment, D.
2007-12-01
WaterOneFlow is a term for a group of web services created by and for the Consortium of Universities for the Advancement of Hydrologic Science, Inc. (CUAHSI) community. CUAHSI web services facilitate the retrieval of hydrologic observations information from online data sources using the SOAP protocol. CUAHSI Water Markup Language (below referred to as WaterML) is an XML schema defining the format of messages returned by the WaterOneFlow web services. \
NASA Astrophysics Data System (ADS)
Lahinta, A.; Haris, I.; Abdillah, T.
2017-03-01
The aim of this paper is to describe a developed application of Simple Object Access Protocol (SOAP) as a model for improving libraries’ digital content findability on the library web. The study applies XML text-based protocol tools in the collection of data about libraries’ visibility performance in the search results of the book. Model from the integrated Web Service Document Language (WSDL) and Universal Description, Discovery and Integration (UDDI) are applied to analyse SOAP as element within the system. The results showed that the developed application of SOAP with multi-tier architecture can help people simply access the website in the library server Gorontalo Province and support access to digital collections, subscription databases, and library catalogs in each library in Regency or City in Gorontalo Province.
A High Performance SOAP Engine for Grid Computing
NASA Astrophysics Data System (ADS)
Wang, Ning; Welzl, Michael; Zhang, Liang
Web Service technology still has many defects that make its usage for Grid computing problematic, most notably the low performance of the SOAP engine. In this paper, we develop a novel SOAP engine called SOAPExpress, which adopts two key techniques for improving processing performance: SCTP data transport and dynamic early binding based data mapping. Experimental results show a significant and consistent performance improvement of SOAPExpress over Apache Axis.
Using EMBL-EBI services via Web interface and programmatically via Web Services
Lopez, Rodrigo; Cowley, Andrew; Li, Weizhong; McWilliam, Hamish
2015-01-01
The European Bioinformatics Institute (EMBL-EBI) provides access to a wide range of databases and analysis tools that are of key importance in bioinformatics. As well as providing Web interfaces to these resources, Web Services are available using SOAP and REST protocols that enable programmatic access to our resources and allow their integration into other applications and analytical workflows. This unit describes the various options available to a typical researcher or bioinformatician who wishes to use our resources via Web interface or programmatically via a range of programming languages. PMID:25501941
CrossTalk: The Journal of Defense Software Engineering. Volume 20, Number 9, September 2007
2007-09-01
underlying application framework, e.g., Java Enter- prise Edition or .NET. This increases the risk that consumer Web services not based on the same...weaknesses and vulnera- bilities that are targeted by attackers and malicious code. For example, Apache Axis 2 enables a Java devel- oper to simply...load his/her Java objects into the Axis SOAP engine. At runtime, it is the SOAP engine that determines which incoming SOAP request messages should be
Compression-based aggregation model for medical web services.
Al-Shammary, Dhiah; Khalil, Ibrahim
2010-01-01
Many organizations such as hospitals have adopted Cloud Web services in applying their network services to avoid investing heavily computing infrastructure. SOAP (Simple Object Access Protocol) is the basic communication protocol of Cloud Web services that is XML based protocol. Generally,Web services often suffer congestions and bottlenecks as a result of the high network traffic that is caused by the large XML overhead size. At the same time, the massive load on Cloud Web services in terms of the large demand of client requests has resulted in the same problem. In this paper, two XML-aware aggregation techniques that are based on exploiting the compression concepts are proposed in order to aggregate the medical Web messages and achieve higher message size reduction.
Using EMBL-EBI Services via Web Interface and Programmatically via Web Services.
Lopez, Rodrigo; Cowley, Andrew; Li, Weizhong; McWilliam, Hamish
2014-12-12
The European Bioinformatics Institute (EMBL-EBI) provides access to a wide range of databases and analysis tools that are of key importance in bioinformatics. As well as providing Web interfaces to these resources, Web Services are available using SOAP and REST protocols that enable programmatic access to our resources and allow their integration into other applications and analytical workflows. This unit describes the various options available to a typical researcher or bioinformatician who wishes to use our resources via Web interface or programmatically via a range of programming languages. Copyright © 2014 John Wiley & Sons, Inc.
Scalable web services for the PSIPRED Protein Analysis Workbench.
Buchan, Daniel W A; Minneci, Federico; Nugent, Tim C O; Bryson, Kevin; Jones, David T
2013-07-01
Here, we present the new UCL Bioinformatics Group's PSIPRED Protein Analysis Workbench. The Workbench unites all of our previously available analysis methods into a single web-based framework. The new web portal provides a greatly streamlined user interface with a number of new features to allow users to better explore their results. We offer a number of additional services to enable computationally scalable execution of our prediction methods; these include SOAP and XML-RPC web server access and new HADOOP packages. All software and services are available via the UCL Bioinformatics Group website at http://bioinf.cs.ucl.ac.uk/.
Comparing Architectural Styles for Service-Oriented Architectures - a REST vs. SOAP Case Study
NASA Astrophysics Data System (ADS)
Becker, Jörg; Matzner, Martin; Müller, Oliver
Two architectural styles are currently heavily discussed regarding the design of service-oriented architectures (SOA). Within this chapter we have compared those two alternative styles - the SOAP-style with procedural designs similar to remote procedure calls and the REST-style with loosely coupled services similar to resources of the World Wide Web. We introduce the case of a business network consisting of manufacturers and service providers of the electronics industry for deriving a set of requirements towards a specific SOA implementation. For each architectural style we present a concrete SOA design and evaluate it against the defined set of requirements.
Finding, Browsing and Getting Data Easily Using SPDF Web Services
NASA Technical Reports Server (NTRS)
Candey, R.; Chimiak, R.; Harris, B.; Johnson, R.; Kovalick, T.; Lal, N.; Leckner, H.; Liu, M.; McGuire, R.; Papitashvili, N.;
2010-01-01
The NASA GSFC Space Physics Data Facility (5PDF) provides heliophysics science-enabling information services for enhancing scientific research and enabling integration of these services into the Heliophysics Data Environment paradigm, via standards-based approach (SOAP) and Representational State Transfer (REST) web services in addition to web browser, FTP, and OPeNDAP interfaces. We describe these interfaces and the philosophies behind these web services, and show how to call them from various languages, such as IDL and Perl. We are working towards a "one simple line to call" philosophy extolled in the recent VxO discussions. Combining data from many instruments and missions enables broad research analysis and correlation and coordination with other experiments and missions.
WIWS: a protein structure bioinformatics Web service collection.
Hekkelman, M L; Te Beek, T A H; Pettifer, S R; Thorne, D; Attwood, T K; Vriend, G
2010-07-01
The WHAT IF molecular-modelling and drug design program is widely distributed in the world of protein structure bioinformatics. Although originally designed as an interactive application, its highly modular design and inbuilt control language have recently enabled its deployment as a collection of programmatically accessible web services. We report here a collection of WHAT IF-based protein structure bioinformatics web services: these relate to structure quality, the use of symmetry in crystal structures, structure correction and optimization, adding hydrogens and optimizing hydrogen bonds and a series of geometric calculations. The freely accessible web services are based on the industry standard WS-I profile and the EMBRACE technical guidelines, and are available via both REST and SOAP paradigms. The web services run on a dedicated computational cluster; their function and availability is monitored daily.
Secure Service Invocation in a Peer-to-Peer Environment Using JXTA-SOAP
NASA Astrophysics Data System (ADS)
Laghi, Maria Chiara; Amoretti, Michele; Conte, Gianni
The effective convergence of service-oriented architectures (SOA) and peer-to-peer (P2P) is an urgent task, with many important applications ranging from e-business to ambient intelligence. A considerable standardization effort is being carried out from both SOA and P2P communities, but a complete platform for the development of secure, distributed applications is still missing. In this context, the result of our research and development activity is JXTA-SOAP, an official extension for JXTA enabling Web Service sharing in peer-to-peer networks. Recently we focused on security aspects, providing JXTA-SOAP with a general security management system, and specialized policies that target both J2SE and J2ME versions of the component. Among others, we implemented a policy based on Multimedia Internet KEYing (MIKEY), which can be used to create a key pair and all the required parameters for encryption and decryption of service messages in consumer and provider peers running on resource-constrained devices.
Distributed Social Bookmarking Web Service Architecture. SOAP vs. iCamp FeedBack
ERIC Educational Resources Information Center
Afonin, Andrej
2011-01-01
Social bookmarking services became very popular recently. Easy of use, possibility to share and discover in addition to accessibility though the Internet, turns social bookmarking systems into powerful repository of shared knowledge. Obviously this attracts attention of educational institutions and recently such systems started to appear under…
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.
Analysis Tool Web Services from the EMBL-EBI.
McWilliam, Hamish; Li, Weizhong; Uludag, Mahmut; Squizzato, Silvano; Park, Young Mi; Buso, Nicola; Cowley, Andrew Peter; Lopez, Rodrigo
2013-07-01
Since 2004 the European Bioinformatics Institute (EMBL-EBI) has provided access to a wide range of databases and analysis tools via Web Services interfaces. This comprises services to search across the databases available from the EMBL-EBI and to explore the network of cross-references present in the data (e.g. EB-eye), services to retrieve entry data in various data formats and to access the data in specific fields (e.g. dbfetch), and analysis tool services, for example, sequence similarity search (e.g. FASTA and NCBI BLAST), multiple sequence alignment (e.g. Clustal Omega and MUSCLE), pairwise sequence alignment and protein functional analysis (e.g. InterProScan and Phobius). The REST/SOAP Web Services (http://www.ebi.ac.uk/Tools/webservices/) interfaces to these databases and tools allow their integration into other tools, applications, web sites, pipeline processes and analytical workflows. To get users started using the Web Services, sample clients are provided covering a range of programming languages and popular Web Service tool kits, and a brief guide to Web Services technologies, including a set of tutorials, is available for those wishing to learn more and develop their own clients. Users of the Web Services are informed of improvements and updates via a range of methods.
Analysis Tool Web Services from the EMBL-EBI
McWilliam, Hamish; Li, Weizhong; Uludag, Mahmut; Squizzato, Silvano; Park, Young Mi; Buso, Nicola; Cowley, Andrew Peter; Lopez, Rodrigo
2013-01-01
Since 2004 the European Bioinformatics Institute (EMBL-EBI) has provided access to a wide range of databases and analysis tools via Web Services interfaces. This comprises services to search across the databases available from the EMBL-EBI and to explore the network of cross-references present in the data (e.g. EB-eye), services to retrieve entry data in various data formats and to access the data in specific fields (e.g. dbfetch), and analysis tool services, for example, sequence similarity search (e.g. FASTA and NCBI BLAST), multiple sequence alignment (e.g. Clustal Omega and MUSCLE), pairwise sequence alignment and protein functional analysis (e.g. InterProScan and Phobius). The REST/SOAP Web Services (http://www.ebi.ac.uk/Tools/webservices/) interfaces to these databases and tools allow their integration into other tools, applications, web sites, pipeline processes and analytical workflows. To get users started using the Web Services, sample clients are provided covering a range of programming languages and popular Web Service tool kits, and a brief guide to Web Services technologies, including a set of tutorials, is available for those wishing to learn more and develop their own clients. Users of the Web Services are informed of improvements and updates via a range of methods. PMID:23671338
FROG: Time Series Analysis for the Web Service Era
NASA Astrophysics Data System (ADS)
Allan, A.
2005-12-01
The FROG application is part of the next generation Starlink{http://www.starlink.ac.uk} software work (Draper et al. 2005) and released under the GNU Public License{http://www.gnu.org/copyleft/gpl.html} (GPL). Written in Java, it has been designed for the Web and Grid Service era as an extensible, pluggable, tool for time series analysis and display. With an integrated SOAP server the packages functionality is exposed to the user for use in their own code, and to be used remotely over the Grid, as part of the Virtual Observatory (VO).
Data Strategies to Support Automated Multi-Sensor Data Fusion in a Service Oriented Architecture
2008-06-01
and employ vast quantities of content. This dissertation provides two software architectural patterns and an auto-fusion process that guide the...UDDI), Simple Order Access Protocol (SOAP), Java, Maritime Domain Awareness (MDA), Business Process Execution Language for Web Service (BPEL4WS) 16...content. This dissertation provides two software architectural patterns and an auto-fusion process that guide the development of a distributed
A SOAP Web Services Interface to ACE Data
NASA Astrophysics Data System (ADS)
Davis, A. J.; Hamell, G. R.
2005-05-01
Since early in 1998, NASA's Advanced Composition Explorer (ACE) spacecraft has provided continuous measurements of solar wind and energetic particle activity from L1, located approximately 0.01 AU sunward of Earth. ACE data from nine instruments are being used to measure and compare the elemental and isotopic composition of the solar corona, the nearby interstellar medium, and the Galaxy, and to study particle acceleration processes that occur in a wide range of environments. The spacecraft has enough fuel to stay in orbit about L1 until at least 2020. The ACE Science Center (ASC) provides access to ACE data, and performs level 1 and browse data processing for the science instruments. Available on-line are solar wind, solar energetic particle, and galactic cosmic ray intensity and composition data, as well as solar wind and magnetic field parameters on a variety of time scales. We describe our recent efforts to provide enhanced access to ACE data via a SOAP Web Services interface. The interface utilizes the Space Physics Archive Search and Extract (SPASE) dictionary, and will be compatible with emerging virtual observatories.
The Live Access Server Scientific Product Generation Through Workflow Orchestration
NASA Astrophysics Data System (ADS)
Hankin, S.; Calahan, J.; Li, J.; Manke, A.; O'Brien, K.; Schweitzer, R.
2006-12-01
The Live Access Server (LAS) is a well-established Web-application for display and analysis of geo-science data sets. The software, which can be downloaded and installed by anyone, gives data providers an easy way to establish services for their on-line data holdings, so their users can make plots; create and download data sub-sets; compare (difference) fields; and perform simple analyses. Now at version 7.0, LAS has been in operation since 1994. The current "Armstrong" release of LAS V7 consists of three components in a tiered architecture: user interface, workflow orchestration and Web Services. The LAS user interface (UI) communicates with the LAS Product Server via an XML protocol embedded in an HTTP "get" URL. Libraries (APIs) have been developed in Java, JavaScript and perl that can readily generate this URL. As a result of this flexibility it is common to find LAS user interfaces of radically different character, tailored to the nature of specific datasets or the mindset of specific users. When a request is received by the LAS Product Server (LPS -- the workflow orchestration component), business logic converts this request into a series of Web Service requests invoked via SOAP. These "back- end" Web services perform data access and generate products (visualizations, data subsets, analyses, etc.). LPS then packages these outputs into final products (typically HTML pages) via Jakarta Velocity templates for delivery to the end user. "Fine grained" data access is performed by back-end services that may utilize JDBC for data base access; the OPeNDAP "DAPPER" protocol; or (in principle) the OGC WFS protocol. Back-end visualization services are commonly legacy science applications wrapped in Java or Python (or perl) classes and deployed as Web Services accessible via SOAP. Ferret is the default visualization application used by LAS, though other applications such as Matlab, CDAT, and GrADS can also be used. Other back-end services may include generation of Google Earth layers using KML; generation of maps via WMS or ArcIMS protocols; and data manipulation with Unix utilities.
Accessing SDO data in a pipeline environment using the VSO WSDL/SOAP interface
NASA Astrophysics Data System (ADS)
Suarez Sola, F. I.; Hourcle, J. A.; Amezcua, A.; Bogart, R.; Davey, A. R.; Gurman, J. B.; Hill, F.; Hughitt, V. K.; Martens, P. C.; Spencer, J.; Vso Team
2010-12-01
As part of the Virtual Solar Observatory (VSO) effort to support the Solar Dynamics Observatory (SDO) data, the VSO has worked on bringing up to date its WSDL document and SOAP interface to make it compatible with most widely used web services core engines. (E.g. axis2, jws, etc.) In this presentation we will explore the possibilities available for searching and/or fetching data within pipeline code. We will explain some of the WSDL/VSO-SDO interface intricacies and show how the vast amount of data that is available via the VSO can be tapped via IDL, Java, Perl or C in an uncomplicated way.
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
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.
NASA Astrophysics Data System (ADS)
Wilson, B. D.; Manipon, G.; Xing, Z.
2007-12-01
The General Earth Science Investigation Suite (GENESIS) project is a NASA-sponsored partnership between the Jet Propulsion Laboratory, academia, and NASA data centers to develop a new suite of Web Services tools to facilitate multi-sensor investigations in Earth System Science. The goal of GENESIS is to enable large-scale, multi-instrument atmospheric science using combined datasets from the AIRS, MODIS, MISR, and GPS sensors. Investigations include cross-comparison of spaceborne climate sensors, cloud spectral analysis, study of upper troposphere-stratosphere water transport, study of the aerosol indirect cloud effect, and global climate model validation. The challenges are to bring together very large datasets, reformat and understand the individual instrument retrievals, co-register or re-grid the retrieved physical parameters, perform computationally-intensive data fusion and data mining operations, and accumulate complex statistics over months to years of data. To meet these challenges, we have developed a Grid computing and dataflow framework, named SciFlo, in which we are deploying a set of versatile and reusable operators for data access, subsetting, registration, mining, fusion, compression, and advanced statistical analysis. SciFlo leverages remote Web Services, called via Simple Object Access Protocol (SOAP) or REST (one-line) URLs, and the Grid Computing standards (WS-* & Globus Alliance toolkits), and enables scientists to do multi- instrument Earth Science by assembling reusable Web Services and native executables into a distributed computing flow (tree of operators). The SciFlo client & server engines optimize the execution of such distributed data flows and allow the user to transparently find and use datasets and operators without worrying about the actual location of the Grid resources. In particular, SciFlo exploits the wealth of datasets accessible by OpenGIS Consortium (OGC) Web Mapping Servers & Web Coverage Servers (WMS/WCS), and by Open Data Access Protocol (OpenDAP) servers. SciFlo also publishes its own SOAP services for space/time query and subsetting of Earth Science datasets, and automated access to large datasets via lists of (FTP, HTTP, or DAP) URLs which point to on-line HDF or netCDF files. Typical distributed workflows obtain datasets by calling standard WMS/WCS servers or discovering and fetching data granules from ftp sites; invoke remote analysis operators available as SOAP services (interface described by a WSDL document); and merge results into binary containers (netCDF or HDF files) for further analysis using local executable operators. Naming conventions (HDFEOS and CF-1.0 for netCDF) are exploited to automatically understand and read on-line datasets. More interoperable conventions, and broader adoption of existing converntions, are vital if we are to "scale up" automated choreography of Web Services beyond toy applications. Recently, the ESIP Federation sponsored a collaborative activity in which several ESIP members developed some collaborative science scenarios for atmospheric and aerosol science, and then choreographed services from multiple groups into demonstration workflows using the SciFlo engine and a Business Process Execution Language (BPEL) workflow engine. We will discuss the lessons learned from this activity, the need for standardized interfaces (like WMS/WCS), the difficulty in agreeing on even simple XML formats and interfaces, the benefits of doing collaborative science analysis at the "touch of a button" once services are connected, and further collaborations that are being pursued.
OpenSearch (ECHO-ESIP) & REST API for Earth Science Data Access
NASA Astrophysics Data System (ADS)
Mitchell, A.; Cechini, M.; Pilone, D.
2010-12-01
This presentation will provide a brief technical overview of OpenSearch, the Earth Science Information Partners (ESIP) Federated Search framework, and the REST architecture; discuss NASA’s Earth Observing System (EOS) ClearingHOuse’s (ECHO) implementation lessons learned; and demonstrate the simplified usage of these technologies. SOAP, as a framework for web service communication has numerous advantages for Enterprise applications and Java/C# type programming languages. As a technical solution, SOAP has been a reliable framework on top of which many applications have been successfully developed and deployed. However, as interest grows for quick development cycles and more intriguing “mashups,” the SOAP API loses its appeal. Lightweight and simple are the vogue characteristics that are sought after. Enter the REST API architecture and OpenSearch format. Both of these items provide a new path for application development addressing some of the issues unresolved by SOAP. ECHO has made available all of its discovery, order submission, and data management services through a publicly accessible SOAP API. This interface is utilized by a variety of ECHO client and data partners to provide valuable capabilities to end users. As ECHO interacted with current and potential partners looking to develop Earth Science tools utilizing ECHO, it became apparent that the development overhead required to interact with the SOAP API was a growing barrier to entry. ECHO acknowledged the technical issues that were being uncovered by its partner community and chose to provide two new interfaces for interacting with the ECHO metadata catalog. The first interface is built upon the OpenSearch format and ESIP Federated Search framework. Leveraging these two items, a client (ECHO-ESIP) was developed with a focus on simplified searching and results presentation. The second interface is built upon the Representational State Transfer (REST) architecture. Leveraging the REST architecture, a new API has been made available that will provide access to the entire SOAP API suite of services. The results of these development activities has not only positioned to engage in the thriving world of mashup applications, but also provided an excellent real-world case study of how to successfully leverage these emerging technologies.
An Interface Transformation Strategy for AF-IPPS
2012-12-01
Representational State Transfer (REST) and Java Enterprise Edition ( Java EE) to implement a reusable “translation service.” For SOAP and REST protocols, XML and...of best-of-breed open source software. The product baseline is summarized in the following table: Product Function Description Java Language...Compiler & Runtime JBoss Application Server Applications, Messaging, Translation Java EE Application Server Ruby on Rails Applications Ruby Web
Using ESO Reflex with Web Services
NASA Astrophysics Data System (ADS)
Järveläinen, P.; Savolainen, V.; Oittinen, T.; Maisala, S.; Ullgrén, M. Hook, R.
2008-08-01
ESO Reflex is a prototype graphical workflow system, based on Taverna, and primarily intended to be a flexible way of running ESO data reduction recipes along with other legacy applications and user-written tools. ESO Reflex can also readily use the Taverna Web Services features that are based on the Apache Axis SOAP implementation. Taverna is a general purpose Web Service client, and requires no programming to use such services. However, Taverna also has some restrictions: for example, no numerical types such integers. In addition the preferred binding style is document/literal wrapped, but most astronomical services publish the Axis default WSDL using RPC/encoded style. Despite these minor limitations we have created simple but very promising test VO workflow using the Sesame name resolver service at CDS Strasbourg, the Hubble SIAP server at the Multi-Mission Archive at Space Telescope (MAST) and the WESIX image cataloging and catalogue cross-referencing service at the University of Pittsburgh. ESO Reflex can also pass files and URIs via the PLASTIC protocol to visualisation tools and has its own viewer for VOTables. We picked these three Web Services to try to set up a realistic and useful ESO Reflex workflow. They also demonstrate ESO Reflex abilities to use many kind of Web Services because each of them requires a different interface. We describe each of these services in turn and comment on how it was used
MAPI: towards the integrated exploitation of bioinformatics Web Services.
Ramirez, Sergio; Karlsson, Johan; Trelles, Oswaldo
2011-10-27
Bioinformatics is commonly featured as a well assorted list of available web resources. Although diversity of services is positive in general, the proliferation of tools, their dispersion and heterogeneity complicate the integrated exploitation of such data processing capacity. To facilitate the construction of software clients and make integrated use of this variety of tools, we present a modular programmatic application interface (MAPI) that provides the necessary functionality for uniform representation of Web Services metadata descriptors including their management and invocation protocols of the services which they represent. This document describes the main functionality of the framework and how it can be used to facilitate the deployment of new software under a unified structure of bioinformatics Web Services. A notable feature of MAPI is the modular organization of the functionality into different modules associated with specific tasks. This means that only the modules needed for the client have to be installed, and that the module functionality can be extended without the need for re-writing the software client. The potential utility and versatility of the software library has been demonstrated by the implementation of several currently available clients that cover different aspects of integrated data processing, ranging from service discovery to service invocation with advanced features such as workflows composition and asynchronous services calls to multiple types of Web Services including those registered in repositories (e.g. GRID-based, SOAP, BioMOBY, R-bioconductor, and others).
Demonstrating NaradaBrokering as a Middleware Fabric for Grid-based Remote Visualization Services
NASA Astrophysics Data System (ADS)
Pallickara, S.; Erlebacher, G.; Yuen, D.; Fox, G.; Pierce, M.
2003-12-01
Remote Visualization Services (RVS) have tended to rely on approaches based on the client server paradigm. Here we demonstrate our approach - based on a distributed brokering infrastructure, NaradaBrokering [1] - that relies on distributed, asynchronous and loosely coupled interactions to meet the requirements and constraints of RVS. In our approach to RVS, services advertise their capabilities to the broker network that manages these service advertisements. Among the services considered within our system are those that perform graphic transformations, mediate access to specialized datasets and finally those that manage the execution of specified tasks. There could be multiple instances of each of these services and the system ensures that load for a given service is distributed efficiently over these service instances. We will demonstrate implementation of concepts that we outlined in the oral presentation. This would involve two or more visualization servers interacting asynchronously with multiple clients through NaradaBrokering. The communicating entities may exchange SOAP [2] (Simple Object Access Protocol) messages. SOAP is a lightweight protocol for exchange of information in a decentralized, distributed environment. It is an XML based protocol that consists of three parts: an envelope that describes what is in a message and how to process it, rules for expressing instances of application-defined data types, and a convention for representing remote invocation related operations. Furthermore, we will also demonstrate how clients can retrieve their results after prolonged disconnects or after any failures that might have taken place. The entities, services and clients alike, are not limited by the geographical distances that separate them. We are planning to test this system in the context of trans-Atlantic links separating interacting entities. {[1]} The NaradaBrokering Project: http://www.naradabrokering.org {[2]} Newcomer, E., 2002, Understanding web services: XML, WSDL, SOAP, and UDDI, Addison Wesley Professional.
Automating Visualization Service Generation with the WATT Compiler
NASA Astrophysics Data System (ADS)
Bollig, E. F.; Lyness, M. D.; Erlebacher, G.; Yuen, D. A.
2007-12-01
As tasks and workflows become increasingly complex, software developers are devoting increasing attention to automation tools. Among many examples, the Automator tool from Apple collects components of a workflow into a single script, with very little effort on the part of the user. Tasks are most often described as a series of instructions. The granularity of the tasks dictates the tools to use. Compilers translate fine-grained instructions to assembler code, while scripting languages (ruby, perl) are used to describe a series of tasks at a higher level. Compilers can also be viewed as transformational tools: a cross-compiler can translate executable code written on one computer to assembler code understood on another, while transformational tools can translate from one high-level language to another. We are interested in creating visualization web services automatically, starting from stand-alone VTK (Visualization Toolkit) code written in Tcl. To this end, using the OCaml programming language, we have developed a compiler that translates Tcl into C++, including all the stubs, classes and methods to interface with gSOAP, a C++ implementation of the Soap 1.1/1.2 protocols. This compiler, referred to as the Web Automation and Translation Toolkit (WATT), is the first step towards automated creation of specialized visualization web services without input from the user. The WATT compiler seeks to automate all aspects of web service generation, including the transport layer, the division of labor and the details related to interface generation. The WATT compiler is part of ongoing efforts within the NSF funded VLab consortium [1] to facilitate and automate time-consuming tasks for the science related to understanding planetary materials. Through examples of services produced by WATT for the VLab portal, we will illustrate features, limitations and the improvements necessary to achieve the ultimate goal of complete and transparent automation in the generation of web services. In particular, we will detail the generation of a charge density visualization service applicable to output from the quantum calculations of the VLab computation workflows, plus another service for mantle convection visualization. We also discuss WATT-LIVE [2], a web-based interface that allows users to interact with WATT. With WATT-LIVE users submit Tcl code, retrieve its C++ translation with various files and scripts necessary to locally install the tailor-made web service, or launch the service for a limited session on our test server. This work is supported by NSF through the ITR grant NSF-0426867. [1] Virtual Laboratory for Earth and Planetary Materials, http://vlab.msi.umn.edu, September 2007. [2] WATT-LIVE website, http://vlab2.scs.fsu.edu/watt-live, September 2007.
WEB-IS2: Next Generation Web Services Using Amira Visualization Package
NASA Astrophysics Data System (ADS)
Yang, X.; Wang, Y.; Bollig, E. F.; Kadlec, B. J.; Garbow, Z. A.; Yuen, D. A.; Erlebacher, G.
2003-12-01
Amira (www.amiravis.com) is a powerful 3-D visualization package and has been employed recently by the science and engineering communities to gain insight into their data. We present a new web-based interface to Amira, packaged in a Java applet. We have developed a module called WEB-IS/Amira (WEB-IS2), which provides web-based access to Amira. This tool allows earth scientists to manipulate Amira controls remotely and to analyze, render and view large datasets over the internet, without regard for time or location. This could have important ramifications for GRID computing. The design of our implementation will soon allow multiple users to visually collaborate by manipulating a single dataset through a variety of client devices. These clients will only require a browser capable of displaying Java applets. As the deluge of data continues, innovative solutions that maximize ease of use without sacrificing efficiency or flexibility will continue to gain in importance, particularly in the Earth sciences. Major initiatives, such as Earthscope (http://www.earthscope.org), which will generate at least a terabyte of data daily, stand to profit enormously by a system such as WEB-IS/Amira (WEB-IS2). We discuss our use of SOAP (Livingston, D., Advanced SOAP for Web development, Prentice Hall, 2002), a novel 2-way communication protocol, as a means of providing remote commands, and efficient point-to-point transfer of binary image data. We will present our initial experiences with the use of Naradabrokering (www.naradabrokering.org) as a means to decouple clients and servers. Information is submitted to the system as a published item, while it is retrieved through a subscription mechanisms, via what is known as "topics". These topic headers, their contents, and the list of subscribers are automatically tracked by Naradabrokering. This novel approach promises a high degree of fault tolerance, flexibility with respect to client diversity, and language independence for the services (Erlebacher, G., Yuen, D.A., and F. Dubuffet, Current trends and demands in visualization in the geosciences, Electron. Geosciences, 4, 2001).
NASA Astrophysics Data System (ADS)
Ahern, T. K.; Barga, R.; Casey, R.; Kamb, L.; Parastatidis, S.; Stromme, S.; Weertman, B. T.
2008-12-01
While mature methods of accessing seismic data from the IRIS DMC have existed for decades, the demands for improved interdisciplinary data integration call for new approaches. Talented software teams at the IRIS DMC, UNAVCO and the ICDP in Germany, have been developing web services for all EarthScope data including data from USArray, PBO and SAFOD. These web services are based upon SOAP and WSDL. The EarthScope Data Portal was the first external system to access data holdings from the IRIS DMC using Web Services. EarthScope will also draw more heavily upon products to aid in cross-disciplinary data reuse. A Product Management System called SPADE allows archive of and access to heterogeneous data products, presented as XML documents, at the IRIS DMC. Searchable metadata are extracted from the XML and enable powerful searches for products from EarthScope and other data sources. IRIS is teaming with the External Research Group at Microsoft Research to leverage a powerful Scientific Workflow Engine (Trident) and interact with the web services developed at centers such as IRIS to enable access to data services as well as computational services. We believe that this approach will allow web- based control of workflows and the invocation of computational services that transform data. This capability will greatly improve access to data across scientific disciplines. This presentation will review some of the traditional access tools as well as many of the newer approaches that use web services, scientific workflow to improve interdisciplinary data access.
Opal web services for biomedical applications.
Ren, Jingyuan; Williams, Nadya; Clementi, Luca; Krishnan, Sriram; Li, Wilfred W
2010-07-01
Biomedical applications have become increasingly complex, and they often require large-scale high-performance computing resources with a large number of processors and memory. The complexity of application deployment and the advances in cluster, grid and cloud computing require new modes of support for biomedical research. Scientific Software as a Service (sSaaS) enables scalable and transparent access to biomedical applications through simple standards-based Web interfaces. Towards this end, we built a production web server (http://ws.nbcr.net) in August 2007 to support the bioinformatics application called MEME. The server has grown since to include docking analysis with AutoDock and AutoDock Vina, electrostatic calculations using PDB2PQR and APBS, and off-target analysis using SMAP. All the applications on the servers are powered by Opal, a toolkit that allows users to wrap scientific applications easily as web services without any modification to the scientific codes, by writing simple XML configuration files. Opal allows both web forms-based access and programmatic access of all our applications. The Opal toolkit currently supports SOAP-based Web service access to a number of popular applications from the National Biomedical Computation Resource (NBCR) and affiliated collaborative and service projects. In addition, Opal's programmatic access capability allows our applications to be accessed through many workflow tools, including Vision, Kepler, Nimrod/K and VisTrails. From mid-August 2007 to the end of 2009, we have successfully executed 239,814 jobs. The number of successfully executed jobs more than doubled from 205 to 411 per day between 2008 and 2009. The Opal-enabled service model is useful for a wide range of applications. It provides for interoperation with other applications with Web Service interfaces, and allows application developers to focus on the scientific tool and workflow development. Web server availability: http://ws.nbcr.net.
A Security-façade Library for Virtual-observatory Software
NASA Astrophysics Data System (ADS)
Rixon, G.
2009-09-01
The security-façade library implements, for Java, IVOA's security standards. It supports the authentication mechanisms for SOAP and REST web-services, the sign-on mechanisms (with MyProxy, AstroGrid Accounts protocol or local credential-caches), the delegation protocol, and RFC3820-enabled HTTPS for Apache Tomcat. Using the façade, a developer who is not a security specialist can easily add access control to a virtual-observatory service and call secured services from an application. The library has been an internal part of AstroGrid software for some time and it is now offered for use by other developers.
DISTANT EARLY WARNING SYSTEM for Tsunamis - A wide-area and multi-hazard approach
NASA Astrophysics Data System (ADS)
Hammitzsch, Martin; Lendholt, Matthias; Wächter, Joachim
2010-05-01
The DEWS (Distant Early Warning System) [1] project, funded under the 6th Framework Programme of the European Union, has the objective to create a new generation of interoperable early warning systems based on an open sensor platform. This platform integrates OGC [2] SWE [3] compliant sensor systems for the rapid detection of hazardous events, like earthquakes, sea level anomalies, ocean floor occurrences, and ground displacements in the case of tsunami early warning. Based on the upstream information flow DEWS focuses on the improvement of downstream capacities of warning centres especially by improving information logistics for effective and targeted warning message aggregation for a multilingual environment. Multiple telecommunication channels will be used for the dissemination of warning messages. Wherever possible, existing standards have been integrated. The Command and Control User Interface (CCUI), a rich client application based on Eclipse RCP (Rich Client Platform) [4] and the open source GIS uDig [5], integrates various OGC services. Using WMS (Web Map Service) [6] and WFS (Web Feature Service) [7] spatial data are utilized to depict the situation picture and to integrate a simulation system via WPS (Web Processing Service) [8] to identify affected areas. Warning messages are compiled and transmitted in the OASIS [9] CAP (Common Alerting Protocol) [10] standard together with addressing information defined via EDXL-DE (Emergency Data Exchange Language - Distribution Element) [11]. Internal interfaces are realized with SOAP [12] web services. Based on results of GITEWS [13] - in particular the GITEWS Tsunami Service Bus [14] - the DEWS approach provides an implementation for tsunami early warning systems but other geological paradigms are going to follow, e.g. volcanic eruptions or landslides. Therefore in future also multi-hazard functionality is conceivable. The specific software architecture of DEWS makes it possible to dock varying sensors to the system and to extend the CCUI with hazard specific functionality. The presentation covers the DEWS project, the system architecture and the CCUI in conjunction with details of information logistics. The DEWS Wide Area Centre connecting national centres to allow the international communication and warning exchange is presented also. REFERENCES: [1] DEWS, www.dews-online.org [2] OGC, www.opengeospatial.org [3] SWE, www.opengeospatial.org/projects/groups/sensorweb [4] Eclipse RCP, www.eclipse.org/home/categories/rcp.php [5] uDig, udig.refractions.net [6] WMS, www.opengeospatial.org/standards/wms [7] WFS, www.opengeospatial.org/standards/wfs [8] WPS, www.opengeospatial.org/standards/wps [9] OASIS, www.oasis-open.org [10] CAP, www.oasis-open.org/specs/#capv1.1 [11] EDXL-DE, www.oasis-open.org/specs/#edxlde-v1.0 [12] SOAP, www.w3.org/TR/soap [13] GITEWS (German Indonesian Tsunami Early Warning System) is a project of the German Federal Government to aid the recon¬struction of the tsunami-prone Indian Ocean region, www.gitews.org [14] The Tsunami Service Bus is the GITEWS sensor system integration platform offering standardised services for the detection and monitoring of tsunamis
NASA Astrophysics Data System (ADS)
Lykiardopoulos, A.; Iona, A.; Lakes, V.; Batis, A.; Balopoulos, E.
2009-04-01
The development of new technologies for the aim of enhancing Web Applications with Dynamically data access was the starting point for Geospatial Web Applications to developed at the same time as well. By the means of these technologies the Web Applications embed the capability of presenting Geographical representations of the Geo Information. The induction in nowadays, of the state of the art technologies known as Web Services, enforce the Web Applications to have interoperability among them i.e. to be able to process requests from each other via a network. In particular throughout the Oceanographic Community, modern Geographical Information systems based on Geospatial Web Services are now developed or will be developed shortly in the near future, with capabilities of managing the information itself fully through Web Based Geographical Interfaces. The exploitation of HNODC Data Base, through a Web Based Application enhanced with Web Services by the use of open source tolls may be consider as an ideal case of such implementation. Hellenic National Oceanographic Data Center (HNODC) as a National Public Oceanographic Data provider and at the same time a member of the International Net of Oceanographic Data Centers( IOC/IODE), owns a very big volume of Data and Relevant information about the Marine Ecosystem. For the efficient management and exploitation of these Data, a relational Data Base has been constructed with a storage of over 300.000 station data concerning, physical, chemical and biological Oceanographic information. The development of a modern Web Application for the End User worldwide to be able to explore and navigate throughout HNODC data via the use of an interface with the capability of presenting Geographical representations of the Geo Information, is today a fact. The application is constituted with State of the art software components and tools such as: • Geospatial and no Spatial Web Services mechanisms • Geospatial open source tools for the creation of Dynamic Geographical Representations. • Communication protocols (messaging mechanisms) in all Layers such as XML and GML together with SOAP protocol via Apache/Axis. At the same time the application may interact with any other SOA application either in sending or receiving Geospatial Data through Geographical Layers, since it inherits the big advantage of interoperability between Web Services systems. Roughly the Architecture can denoted as follows: • At the back End Open source PostgreSQL DBMS stands as the data storage mechanism with more than one Data Base Schemas cause of the separation of the Geospatial Data and the non Geospatial Data. • UMN Map Server and Geoserver are the mechanisms for: Represent Geospatial Data via Web Map Service (WMS) Querying and Navigating in Geospatial and Meta Data Information via Web Feature Service (WFS) oAnd in the near future Transacting and processing new or existing Geospatial Data via Web Processing Service (WPS) • Map Bender, a geospatial portal site management software for OGC and OWS architectures acts as the integration module between the Geospatial Mechanisms. Mapbender comes with an embedded data model capable to manage interfaces for displaying, navigating and querying OGC compliant web map and feature services (WMS and transactional WFS). • Apache and Tomcat stand again as the Web Service middle Layers • Apache Axis with it's embedded implementation of the SOAP protocol ("Simple Object Access Protocol") acts as the No spatial data Mechanism of Web Services. These modules of the platform are still under development but their implementation will be fulfilled in the near future. • And a new Web user Interface for the end user based on enhanced and customized version of a MapBender GUI, a powerful Web Services client. For HNODC the interoperability of Web Services is the big advantage of the developed platform since it is capable to act in the future as provider and consumer of Web Services in both ways: • Either as data products provider for external SOA platforms. • Or as consumer of data products from external SOA platforms for new applications to be developed or for existing applications to be enhanced. A great paradigm of Data Managenet integration and dissemination via the use of such technologies is the European's Union Research Project Seadatanet, with the main objective to develop a standardized distributed system for managing and disseminating the large and diverse data sets and to enhance the currently existing infrastructures with Web Services Further more and when the technology of Web Processing Service (WPS), will be mature enough and applicable for development, the derived data products will be able to have any kind of GIS functionality for consumers across the network. From this point of view HNODC, joins the global scientific community by providing and consuming application Independent data products.
Damkliang, Kasikrit; Tandayya, Pichaya; Sangket, Unitsa; Pasomsub, Ekawat
2016-11-28
At the present, coding sequence (CDS) has been discovered and larger CDS is being revealed frequently. Approaches and related tools have also been developed and upgraded concurrently, especially for phylogenetic tree analysis. This paper proposes an integrated automatic Taverna workflow for the phylogenetic tree inferring analysis using public access web services at European Bioinformatics Institute (EMBL-EBI) and Swiss Institute of Bioinformatics (SIB), and our own deployed local web services. The workflow input is a set of CDS in the Fasta format. The workflow supports 1,000 to 20,000 numbers in bootstrapping replication. The workflow performs the tree inferring such as Parsimony (PARS), Distance Matrix - Neighbor Joining (DIST-NJ), and Maximum Likelihood (ML) algorithms of EMBOSS PHYLIPNEW package based on our proposed Multiple Sequence Alignment (MSA) similarity score. The local web services are implemented and deployed into two types using the Soaplab2 and Apache Axis2 deployment. There are SOAP and Java Web Service (JWS) providing WSDL endpoints to Taverna Workbench, a workflow manager. The workflow has been validated, the performance has been measured, and its results have been verified. Our workflow's execution time is less than ten minutes for inferring a tree with 10,000 replicates of the bootstrapping numbers. This paper proposes a new integrated automatic workflow which will be beneficial to the bioinformaticians with an intermediate level of knowledge and experiences. All local services have been deployed at our portal http://bioservices.sci.psu.ac.th.
Damkliang, Kasikrit; Tandayya, Pichaya; Sangket, Unitsa; Pasomsub, Ekawat
2016-03-01
At the present, coding sequence (CDS) has been discovered and larger CDS is being revealed frequently. Approaches and related tools have also been developed and upgraded concurrently, especially for phylogenetic tree analysis. This paper proposes an integrated automatic Taverna workflow for the phylogenetic tree inferring analysis using public access web services at European Bioinformatics Institute (EMBL-EBI) and Swiss Institute of Bioinformatics (SIB), and our own deployed local web services. The workflow input is a set of CDS in the Fasta format. The workflow supports 1,000 to 20,000 numbers in bootstrapping replication. The workflow performs the tree inferring such as Parsimony (PARS), Distance Matrix - Neighbor Joining (DIST-NJ), and Maximum Likelihood (ML) algorithms of EMBOSS PHYLIPNEW package based on our proposed Multiple Sequence Alignment (MSA) similarity score. The local web services are implemented and deployed into two types using the Soaplab2 and Apache Axis2 deployment. There are SOAP and Java Web Service (JWS) providing WSDL endpoints to Taverna Workbench, a workflow manager. The workflow has been validated, the performance has been measured, and its results have been verified. Our workflow's execution time is less than ten minutes for inferring a tree with 10,000 replicates of the bootstrapping numbers. This paper proposes a new integrated automatic workflow which will be beneficial to the bioinformaticians with an intermediate level of knowledge and experiences. The all local services have been deployed at our portal http://bioservices.sci.psu.ac.th.
AliEn—ALICE environment on the GRID
NASA Astrophysics Data System (ADS)
Saiz, P.; Aphecetche, L.; Bunčić, P.; Piskač, R.; Revsbech, J.-E.; Šego, V.; Alice Collaboration
2003-04-01
AliEn ( http://alien.cern.ch) (ALICE Environment) is a Grid framework built on top of the latest Internet standards for information exchange and authentication (SOAP, PKI) and common Open Source components. AliEn provides a virtual file catalogue that allows transparent access to distributed datasets and a number of collaborating Web services which implement the authentication, job execution, file transport, performance monitor and event logging. In the paper we will present the architecture and components of the system.
Deploying and sharing U-Compare workflows as web services.
Kontonatsios, Georgios; Korkontzelos, Ioannis; Kolluru, Balakrishna; Thompson, Paul; Ananiadou, Sophia
2013-02-18
U-Compare is a text mining platform that allows the construction, evaluation and comparison of text mining workflows. U-Compare contains a large library of components that are tuned to the biomedical domain. Users can rapidly develop biomedical text mining workflows by mixing and matching U-Compare's components. Workflows developed using U-Compare can be exported and sent to other users who, in turn, can import and re-use them. However, the resulting workflows are standalone applications, i.e., software tools that run and are accessible only via a local machine, and that can only be run with the U-Compare platform. We address the above issues by extending U-Compare to convert standalone workflows into web services automatically, via a two-click process. The resulting web services can be registered on a central server and made publicly available. Alternatively, users can make web services available on their own servers, after installing the web application framework, which is part of the extension to U-Compare. We have performed a user-oriented evaluation of the proposed extension, by asking users who have tested the enhanced functionality of U-Compare to complete questionnaires that assess its functionality, reliability, usability, efficiency and maintainability. The results obtained reveal that the new functionality is well received by users. The web services produced by U-Compare are built on top of open standards, i.e., REST and SOAP protocols, and therefore, they are decoupled from the underlying platform. Exported workflows can be integrated with any application that supports these open standards. We demonstrate how the newly extended U-Compare enhances the cross-platform interoperability of workflows, by seamlessly importing a number of text mining workflow web services exported from U-Compare into Taverna, i.e., a generic scientific workflow construction platform.
Deploying and sharing U-Compare workflows as web services
2013-01-01
Background U-Compare is a text mining platform that allows the construction, evaluation and comparison of text mining workflows. U-Compare contains a large library of components that are tuned to the biomedical domain. Users can rapidly develop biomedical text mining workflows by mixing and matching U-Compare’s components. Workflows developed using U-Compare can be exported and sent to other users who, in turn, can import and re-use them. However, the resulting workflows are standalone applications, i.e., software tools that run and are accessible only via a local machine, and that can only be run with the U-Compare platform. Results We address the above issues by extending U-Compare to convert standalone workflows into web services automatically, via a two-click process. The resulting web services can be registered on a central server and made publicly available. Alternatively, users can make web services available on their own servers, after installing the web application framework, which is part of the extension to U-Compare. We have performed a user-oriented evaluation of the proposed extension, by asking users who have tested the enhanced functionality of U-Compare to complete questionnaires that assess its functionality, reliability, usability, efficiency and maintainability. The results obtained reveal that the new functionality is well received by users. Conclusions The web services produced by U-Compare are built on top of open standards, i.e., REST and SOAP protocols, and therefore, they are decoupled from the underlying platform. Exported workflows can be integrated with any application that supports these open standards. We demonstrate how the newly extended U-Compare enhances the cross-platform interoperability of workflows, by seamlessly importing a number of text mining workflow web services exported from U-Compare into Taverna, i.e., a generic scientific workflow construction platform. PMID:23419017
Automatic meta-data collection of STP observation data
NASA Astrophysics Data System (ADS)
Ishikura, S.; Kimura, E.; Murata, K.; Kubo, T.; Shinohara, I.
2006-12-01
For the geo-science and the STP (Solar-Terrestrial Physics) studies, various observations have been done by satellites and ground-based observatories up to now. These data are saved and managed at many organizations, but no common procedure and rule to provide and/or share these data files. Researchers have felt difficulty in searching and analyzing such different types of data distributed over the Internet. To support such cross-over analyses of observation data, we have developed the STARS (Solar-Terrestrial data Analysis and Reference System). The STARS consists of client application (STARS-app), the meta-database (STARS- DB), the portal Web service (STARS-WS) and the download agent Web service (STARS DLAgent-WS). The STARS-DB includes directory information, access permission, protocol information to retrieve data files, hierarchy information of mission/team/data and user information. Users of the STARS are able to download observation data files without knowing locations of the files by using the STARS-DB. We have implemented the Portal-WS to retrieve meta-data from the meta-database. One reason we use the Web service is to overcome a variety of firewall restrictions which is getting stricter in recent years. Now it is difficult for the STARS client application to access to the STARS-DB by sending SQL query to obtain meta- data from the STARS-DB. Using the Web service, we succeeded in placing the STARS-DB behind the Portal- WS and prevent from exposing it on the Internet. The STARS accesses to the Portal-WS by sending the SOAP (Simple Object Access Protocol) request over HTTP. Meta-data is received as a SOAP Response. The STARS DLAgent-WS provides clients with data files downloaded from data sites. The data files are provided with a variety of protocols (e.g., FTP, HTTP, FTPS and SFTP). These protocols are individually selected at each site. The clients send a SOAP request with download request messages and receive observation data files as a SOAP Response with DIME-Attachment. By introducing the DLAgent-WS, we overcame the problem that the data management policies of each data site are independent. Another important issue to be overcome is how to collect the meta-data of observation data files. So far, STARS-DB managers have added new records to the meta-database and updated them manually. We have had a lot of troubles to maintain the meta-database because observation data are generated every day and the quantity of data files increases explosively. For that purpose, we have attempted to automate collection of the meta-data. In this research, we adopted the RSS 1.0 (RDF Site Summary) as a format to exchange meta-data in the STP fields. The RSS is an RDF vocabulary that provides a multipurpose extensible meta-data description and is suitable for syndication of meta-data. Most of the data in the present study are described in the CDF (Common Data Format), which is a self- describing data format. We have converted meta-information extracted from the CDF data files into RSS files. The program to generate the RSS files is executed on data site server once a day and the RSS files provide information of new data files. The RSS files are collected by RSS collection server once a day and the meta- data are stored in the STARS-DB.
Automatically exposing OpenLifeData via SADI semantic Web Services.
González, Alejandro Rodríguez; Callahan, Alison; Cruz-Toledo, José; Garcia, Adrian; Egaña Aranguren, Mikel; Dumontier, Michel; Wilkinson, Mark D
2014-01-01
Two distinct trends are emerging with respect to how data is shared, collected, and analyzed within the bioinformatics community. First, Linked Data, exposed as SPARQL endpoints, promises to make data easier to collect and integrate by moving towards the harmonization of data syntax, descriptive vocabularies, and identifiers, as well as providing a standardized mechanism for data access. Second, Web Services, often linked together into workflows, normalize data access and create transparent, reproducible scientific methodologies that can, in principle, be re-used and customized to suit new scientific questions. Constructing queries that traverse semantically-rich Linked Data requires substantial expertise, yet traditional RESTful or SOAP Web Services cannot adequately describe the content of a SPARQL endpoint. We propose that content-driven Semantic Web Services can enable facile discovery of Linked Data, independent of their location. We use a well-curated Linked Dataset - OpenLifeData - and utilize its descriptive metadata to automatically configure a series of more than 22,000 Semantic Web Services that expose all of its content via the SADI set of design principles. The OpenLifeData SADI services are discoverable via queries to the SHARE registry and easy to integrate into new or existing bioinformatics workflows and analytical pipelines. We demonstrate the utility of this system through comparison of Web Service-mediated data access with traditional SPARQL, and note that this approach not only simplifies data retrieval, but simultaneously provides protection against resource-intensive queries. We show, through a variety of different clients and examples of varying complexity, that data from the myriad OpenLifeData can be recovered without any need for prior-knowledge of the content or structure of the SPARQL endpoints. We also demonstrate that, via clients such as SHARE, the complexity of federated SPARQL queries is dramatically reduced.
Leveraging Open Standard Interfaces in Accessing and Processing NASA Data Model Outputs
NASA Astrophysics Data System (ADS)
Falke, S. R.; Alameh, N. S.; Hoijarvi, K.; de La Beaujardiere, J.; Bambacus, M. J.
2006-12-01
An objective of NASA's Earth Science Division is to develop advanced information technologies for processing, archiving, accessing, visualizing, and communicating Earth Science data. To this end, NASA and other federal agencies have collaborated with the Open Geospatial Consortium (OGC) to research, develop, and test interoperability specifications within projects and testbeds benefiting the government, industry, and the public. This paper summarizes the results of a recent effort under the auspices of the OGC Web Services testbed phase 4 (OWS-4) to explore standardization approaches for accessing and processing the outputs of NASA models of physical phenomena. Within the OWS-4 context, experiments were designed to leverage the emerging OGC Web Processing Service (WPS) and Web Coverage Service (WCS) specifications to access, filter and manipulate the outputs of the NASA Goddard Earth Observing System (GEOS) and Goddard Chemistry Aerosol Radiation and Transport (GOCART) forecast models. In OWS-4, the intent is to provide the users with more control over the subsets of data that they can extract from the model results as well as over the final portrayal of that data. To meet that goal, experiments have been designed to test the suitability of use of OGC's Web Processing Service (WPS) and Web Coverage Service (WCS) for filtering, processing and portraying the model results (including slices by height or by time), and to identify any enhancements to the specs to meet the desired objectives. This paper summarizes the findings of the experiments highlighting the value of the Web Processing Service in providing standard interfaces for accessing and manipulating model data within spatial and temporal frameworks. The paper also points out the key shortcomings of the WPS especially in terms in comparison with a SOAP/WSDL approach towards solving the same problem.
BioModels.net Web Services, a free and integrated toolkit for computational modelling software.
Li, Chen; Courtot, Mélanie; Le Novère, Nicolas; Laibe, Camille
2010-05-01
Exchanging and sharing scientific results are essential for researchers in the field of computational modelling. BioModels.net defines agreed-upon standards for model curation. A fundamental one, MIRIAM (Minimum Information Requested in the Annotation of Models), standardises the annotation and curation process of quantitative models in biology. To support this standard, MIRIAM Resources maintains a set of standard data types for annotating models, and provides services for manipulating these annotations. Furthermore, BioModels.net creates controlled vocabularies, such as SBO (Systems Biology Ontology) which strictly indexes, defines and links terms used in Systems Biology. Finally, BioModels Database provides a free, centralised, publicly accessible database for storing, searching and retrieving curated and annotated computational models. Each resource provides a web interface to submit, search, retrieve and display its data. In addition, the BioModels.net team provides a set of Web Services which allows the community to programmatically access the resources. A user is then able to perform remote queries, such as retrieving a model and resolving all its MIRIAM Annotations, as well as getting the details about the associated SBO terms. These web services use established standards. Communications rely on SOAP (Simple Object Access Protocol) messages and the available queries are described in a WSDL (Web Services Description Language) file. Several libraries are provided in order to simplify the development of client software. BioModels.net Web Services make one step further for the researchers to simulate and understand the entirety of a biological system, by allowing them to retrieve biological models in their own tool, combine queries in workflows and efficiently analyse models.
The OGC Sensor Web Enablement framework
NASA Astrophysics Data System (ADS)
Cox, S. J.; Botts, M.
2006-12-01
Sensor observations are at the core of natural sciences. Improvements in data-sharing technologies offer the promise of much greater utilisation of observational data. A key to this is interoperable data standards. The Open Geospatial Consortium's (OGC) Sensor Web Enablement initiative (SWE) is developing open standards for web interfaces for the discovery, exchange and processing of sensor observations, and tasking of sensor systems. The goal is to support the construction of complex sensor applications through real-time composition of service chains from standard components. The framework is based around a suite of standard interfaces, and standard encodings for the message transferred between services. The SWE interfaces include: Sensor Observation Service (SOS)-parameterized observation requests (by observation time, feature of interest, property, sensor); Sensor Planning Service (SPS)-tasking a sensor- system to undertake future observations; Sensor Alert Service (SAS)-subscription to an alert, usually triggered by a sensor result exceeding some value. The interface design generally follows the pattern established in the OGC Web Map Service (WMS) and Web Feature Service (WFS) interfaces, where the interaction between a client and service follows a standard sequence of requests and responses. The first obtains a general description of the service capabilities, followed by obtaining detail required to formulate a data request, and finally a request for a data instance or stream. These may be implemented in a stateless "REST" idiom, or using conventional "web-services" (SOAP) messaging. In a deployed system, the SWE interfaces are supplemented by Catalogue, data (WFS) and portrayal (WMS) services, as well as authentication and rights management. The standard SWE data formats are Observations and Measurements (O&M) which encodes observation metadata and results, Sensor Model Language (SensorML) which describes sensor-systems, Transducer Model Language (TML) which covers low-level data streams, and domain-specific GML Application Schemas for definitions of the target feature types. The SWE framework has been demonstrated in several interoperability testbeds. These were based around emergency management, security, contamination and environmental monitoring scenarios.
Software Applications to Access Earth Science Data: Building an ECHO Client
NASA Astrophysics Data System (ADS)
Cohen, A.; Cechini, M.; Pilone, D.
2010-12-01
Historically, developing an ECHO (NASA’s Earth Observing System (EOS) ClearingHOuse) client required interaction with its SOAP API. SOAP, as a framework for web service communication has numerous advantages for Enterprise applications and Java/C# type programming languages. However, as interest has grown for quick development cycles and more intriguing “mashups,” ECHO has seen the SOAP API lose its appeal. In order to address these changing needs, ECHO has introduced two new interfaces facilitating simple access to its metadata holdings. The first interface is built upon the OpenSearch format and ESIP Federated Search framework. The second interface is built upon the Representational State Transfer (REST) architecture. Using the REST and OpenSearch APIs to access ECHO makes development with modern languages much more feasible and simpler. Client developers can leverage the simple interaction with ECHO to focus more of their time on the advanced functionality they are presenting to users. To demonstrate the simplicity of developing with the REST API, participants will be led through a hands-on experience where they will develop an ECHO client that performs the following actions: + Login + Provider discovery + Provider based dataset discovery + Dataset, Temporal, and Spatial constraint based Granule discovery + Online Data Access
Wagener, Johannes; Spjuth, Ola; Willighagen, Egon L; Wikberg, Jarl ES
2009-01-01
Background Life sciences make heavily use of the web for both data provision and analysis. However, the increasing amount of available data and the diversity of analysis tools call for machine accessible interfaces in order to be effective. HTTP-based Web service technologies, like the Simple Object Access Protocol (SOAP) and REpresentational State Transfer (REST) services, are today the most common technologies for this in bioinformatics. However, these methods have severe drawbacks, including lack of discoverability, and the inability for services to send status notifications. Several complementary workarounds have been proposed, but the results are ad-hoc solutions of varying quality that can be difficult to use. Results We present a novel approach based on the open standard Extensible Messaging and Presence Protocol (XMPP), consisting of an extension (IO Data) to comprise discovery, asynchronous invocation, and definition of data types in the service. That XMPP cloud services are capable of asynchronous communication implies that clients do not have to poll repetitively for status, but the service sends the results back to the client upon completion. Implementations for Bioclipse and Taverna are presented, as are various XMPP cloud services in bio- and cheminformatics. Conclusion XMPP with its extensions is a powerful protocol for cloud services that demonstrate several advantages over traditional HTTP-based Web services: 1) services are discoverable without the need of an external registry, 2) asynchronous invocation eliminates the need for ad-hoc solutions like polling, and 3) input and output types defined in the service allows for generation of clients on the fly without the need of an external semantics description. The many advantages over existing technologies make XMPP a highly interesting candidate for next generation online services in bioinformatics. PMID:19732427
Wagener, Johannes; Spjuth, Ola; Willighagen, Egon L; Wikberg, Jarl E S
2009-09-04
Life sciences make heavily use of the web for both data provision and analysis. However, the increasing amount of available data and the diversity of analysis tools call for machine accessible interfaces in order to be effective. HTTP-based Web service technologies, like the Simple Object Access Protocol (SOAP) and REpresentational State Transfer (REST) services, are today the most common technologies for this in bioinformatics. However, these methods have severe drawbacks, including lack of discoverability, and the inability for services to send status notifications. Several complementary workarounds have been proposed, but the results are ad-hoc solutions of varying quality that can be difficult to use. We present a novel approach based on the open standard Extensible Messaging and Presence Protocol (XMPP), consisting of an extension (IO Data) to comprise discovery, asynchronous invocation, and definition of data types in the service. That XMPP cloud services are capable of asynchronous communication implies that clients do not have to poll repetitively for status, but the service sends the results back to the client upon completion. Implementations for Bioclipse and Taverna are presented, as are various XMPP cloud services in bio- and cheminformatics. XMPP with its extensions is a powerful protocol for cloud services that demonstrate several advantages over traditional HTTP-based Web services: 1) services are discoverable without the need of an external registry, 2) asynchronous invocation eliminates the need for ad-hoc solutions like polling, and 3) input and output types defined in the service allows for generation of clients on the fly without the need of an external semantics description. The many advantages over existing technologies make XMPP a highly interesting candidate for next generation online services in bioinformatics.
Sand, Olivier; Thomas-Chollier, Morgane; Vervisch, Eric; van Helden, Jacques
2008-01-01
This protocol shows how to access the Regulatory Sequence Analysis Tools (RSAT) via a programmatic interface in order to automate the analysis of multiple data sets. We describe the steps for writing a Perl client that connects to the RSAT Web services and implements a workflow to discover putative cis-acting elements in promoters of gene clusters. In the presented example, we apply this workflow to lists of transcription factor target genes resulting from ChIP-chip experiments. For each factor, the protocol predicts the binding motifs by detecting significantly overrepresented hexanucleotides in the target promoters and generates a feature map that displays the positions of putative binding sites along the promoter sequences. This protocol is addressed to bioinformaticians and biologists with programming skills (notions of Perl). Running time is approximately 6 min on the example data set.
Web Services Provide Access to SCEC Scientific Research Application Software
NASA Astrophysics Data System (ADS)
Gupta, N.; Gupta, V.; Okaya, D.; Kamb, L.; Maechling, P.
2003-12-01
Web services offer scientific communities a new paradigm for sharing research codes and communicating results. While there are formal technical definitions of what constitutes a web service, for a user community such as the Southern California Earthquake Center (SCEC), we may conceptually consider a web service to be functionality provided on-demand by an application which is run on a remote computer located elsewhere on the Internet. The value of a web service is that it can (1) run a scientific code without the user needing to install and learn the intricacies of running the code; (2) provide the technical framework which allows a user's computer to talk to the remote computer which performs the service; (3) provide the computational resources to run the code; and (4) bundle several analysis steps and provide the end results in digital or (post-processed) graphical form. Within an NSF-sponsored ITR project coordinated by SCEC, we are constructing web services using architectural protocols and programming languages (e.g., Java). However, because the SCEC community has a rich pool of scientific research software (written in traditional languages such as C and FORTRAN), we also emphasize making existing scientific codes available by constructing web service frameworks which wrap around and directly run these codes. In doing so we attempt to broaden community usage of these codes. Web service wrapping of a scientific code can be done using a "web servlet" construction or by using a SOAP/WSDL-based framework. This latter approach is widely adopted in IT circles although it is subject to rapid evolution. Our wrapping framework attempts to "honor" the original codes with as little modification as is possible. For versatility we identify three methods of user access: (A) a web-based GUI (written in HTML and/or Java applets); (B) a Linux/OSX/UNIX command line "initiator" utility (shell-scriptable); and (C) direct access from within any Java application (and with the correct API interface from within C++ and/or C/Fortran). This poster presentation will provide descriptions of the following selected web services and their origin as scientific application codes: 3D community velocity models for Southern California, geocoordinate conversions (latitude/longitude to UTM), execution of GMT graphical scripts, data format conversions (Gocad to Matlab format), and implementation of Seismic Hazard Analysis application programs that calculate hazard curve and hazard map data sets.
RSAT 2018: regulatory sequence analysis tools 20th anniversary.
Nguyen, Nga Thi Thuy; Contreras-Moreira, Bruno; Castro-Mondragon, Jaime A; Santana-Garcia, Walter; Ossio, Raul; Robles-Espinoza, Carla Daniela; Bahin, Mathieu; Collombet, Samuel; Vincens, Pierre; Thieffry, Denis; van Helden, Jacques; Medina-Rivera, Alejandra; Thomas-Chollier, Morgane
2018-05-02
RSAT (Regulatory Sequence Analysis Tools) is a suite of modular tools for the detection and the analysis of cis-regulatory elements in genome sequences. Its main applications are (i) motif discovery, including from genome-wide datasets like ChIP-seq/ATAC-seq, (ii) motif scanning, (iii) motif analysis (quality assessment, comparisons and clustering), (iv) analysis of regulatory variations, (v) comparative genomics. Six public servers jointly support 10 000 genomes from all kingdoms. Six novel or refactored programs have been added since the 2015 NAR Web Software Issue, including updated programs to analyse regulatory variants (retrieve-variation-seq, variation-scan, convert-variations), along with tools to extract sequences from a list of coordinates (retrieve-seq-bed), to select motifs from motif collections (retrieve-matrix), and to extract orthologs based on Ensembl Compara (get-orthologs-compara). Three use cases illustrate the integration of new and refactored tools to the suite. This Anniversary update gives a 20-year perspective on the software suite. RSAT is well-documented and available through Web sites, SOAP/WSDL (Simple Object Access Protocol/Web Services Description Language) web services, virtual machines and stand-alone programs at http://www.rsat.eu/.
Earth Science Mining Web Services
NASA Astrophysics Data System (ADS)
Pham, L. B.; Lynnes, C. S.; Hegde, M.; Graves, S.; Ramachandran, R.; Maskey, M.; Keiser, K.
2008-12-01
To allow scientists further capabilities in the area of data mining and web services, the Goddard Earth Sciences Data and Information Services Center (GES DISC) and researchers at the University of Alabama in Huntsville (UAH) have developed a system to mine data at the source without the need of network transfers. The system has been constructed by linking together several pre-existing technologies: the Simple Scalable Script-based Science Processor for Measurements (S4PM), a processing engine at the GES DISC; the Algorithm Development and Mining (ADaM) system, a data mining toolkit from UAH that can be configured in a variety of ways to create customized mining processes; ActiveBPEL, a workflow execution engine based on BPEL (Business Process Execution Language); XBaya, a graphical workflow composer; and the EOS Clearinghouse (ECHO). XBaya is used to construct an analysis workflow at UAH using ADaM components, which are also installed remotely at the GES DISC, wrapped as Web Services. The S4PM processing engine searches ECHO for data using space-time criteria, staging them to cache, allowing the ActiveBPEL engine to remotely orchestrates the processing workflow within S4PM. As mining is completed, the output is placed in an FTP holding area for the end user. The goals are to give users control over the data they want to process, while mining data at the data source using the server's resources rather than transferring the full volume over the internet. These diverse technologies have been infused into a functioning, distributed system with only minor changes to the underlying technologies. The key to this infusion is the loosely coupled, Web- Services based architecture: All of the participating components are accessible (one way or another) through (Simple Object Access Protocol) SOAP-based Web Services.
Earth Science Mining Web Services
NASA Technical Reports Server (NTRS)
Pham, Long; Lynnes, Christopher; Hegde, Mahabaleshwa; Graves, Sara; Ramachandran, Rahul; Maskey, Manil; Keiser, Ken
2008-01-01
To allow scientists further capabilities in the area of data mining and web services, the Goddard Earth Sciences Data and Information Services Center (GES DISC) and researchers at the University of Alabama in Huntsville (UAH) have developed a system to mine data at the source without the need of network transfers. The system has been constructed by linking together several pre-existing technologies: the Simple Scalable Script-based Science Processor for Measurements (S4PM), a processing engine at he GES DISC; the Algorithm Development and Mining (ADaM) system, a data mining toolkit from UAH that can be configured in a variety of ways to create customized mining processes; ActiveBPEL, a workflow execution engine based on BPEL (Business Process Execution Language); XBaya, a graphical workflow composer; and the EOS Clearinghouse (ECHO). XBaya is used to construct an analysis workflow at UAH using ADam components, which are also installed remotely at the GES DISC, wrapped as Web Services. The S4PM processing engine searches ECHO for data using space-time criteria, staging them to cache, allowing the ActiveBPEL engine to remotely orchestras the processing workflow within S4PM. As mining is completed, the output is placed in an FTP holding area for the end user. The goals are to give users control over the data they want to process, while mining data at the data source using the server's resources rather than transferring the full volume over the internet. These diverse technologies have been infused into a functioning, distributed system with only minor changes to the underlying technologies. The key to the infusion is the loosely coupled, Web-Services based architecture: All of the participating components are accessible (one way or another) through (Simple Object Access Protocol) SOAP-based Web Services.
Common Data Format (CDF) and Coordinated Data Analysis Web (CDAWeb)
NASA Technical Reports Server (NTRS)
Candey, Robert M.
2010-01-01
The Coordinated Data Analysis Web (CDAWeb)
Collaborative Science Using Web Services and the SciFlo Grid Dataflow Engine
NASA Astrophysics Data System (ADS)
Wilson, B. D.; Manipon, G.; Xing, Z.; Yunck, T.
2006-12-01
The General Earth Science Investigation Suite (GENESIS) project is a NASA-sponsored partnership between the Jet Propulsion Laboratory, academia, and NASA data centers to develop a new suite of Web Services tools to facilitate multi-sensor investigations in Earth System Science. The goal of GENESIS is to enable large-scale, multi-instrument atmospheric science using combined datasets from the AIRS, MODIS, MISR, and GPS sensors. Investigations include cross-comparison of spaceborne climate sensors, cloud spectral analysis, study of upper troposphere-stratosphere water transport, study of the aerosol indirect cloud effect, and global climate model validation. The challenges are to bring together very large datasets, reformat and understand the individual instrument retrievals, co-register or re-grid the retrieved physical parameters, perform computationally-intensive data fusion and data mining operations, and accumulate complex statistics over months to years of data. To meet these challenges, we have developed a Grid computing and dataflow framework, named SciFlo, in which we are deploying a set of versatile and reusable operators for data access, subsetting, registration, mining, fusion, compression, and advanced statistical analysis. SciFlo leverages remote Web Services, called via Simple Object Access Protocol (SOAP) or REST (one-line) URLs, and the Grid Computing standards (WS-* &Globus Alliance toolkits), and enables scientists to do multi-instrument Earth Science by assembling reusable Web Services and native executables into a distributed computing flow (tree of operators). The SciFlo client &server engines optimize the execution of such distributed data flows and allow the user to transparently find and use datasets and operators without worrying about the actual location of the Grid resources. In particular, SciFlo exploits the wealth of datasets accessible by OpenGIS Consortium (OGC) Web Mapping Servers & Web Coverage Servers (WMS/WCS), and by Open Data Access Protocol (OpenDAP) servers. The scientist injects a distributed computation into the Grid by simply filling out an HTML form or directly authoring the underlying XML dataflow document, and results are returned directly to the scientist's desktop. Once an analysis has been specified for a chunk or day of data, it can be easily repeated with different control parameters or over months of data. Recently, the Earth Science Information Partners (ESIP) Federation sponsored a collaborative activity in which several ESIP members advertised their respective WMS/WCS and SOAP services, developed some collaborative science scenarios for atmospheric and aerosol science, and then choreographed services from multiple groups into demonstration workflows using the SciFlo engine and a Business Process Execution Language (BPEL) workflow engine. For several scenarios, the same collaborative workflow was executed in three ways: using hand-coded scripts, by executing a SciFlo document, and by executing a BPEL workflow document. We will discuss the lessons learned from this activity, the need for standardized interfaces (like WMS/WCS), the difficulty in agreeing on even simple XML formats and interfaces, and further collaborations that are being pursued.
Code of Federal Regulations, 2014 CFR
2014-07-01
... spent pulping liquor, soap, and turpentine management, spill prevention, and control. 430.03 Section 430... management practices (BMPs) for spent pulping liquor, soap, and turpentine management, spill prevention, and... Liquor, Soap, and Turpentine Service: Any process vessel, storage tank, pumping system, evaporator, heat...
Code of Federal Regulations, 2013 CFR
2013-07-01
... spent pulping liquor, soap, and turpentine management, spill prevention, and control. 430.03 Section 430... management practices (BMPs) for spent pulping liquor, soap, and turpentine management, spill prevention, and... Liquor, Soap, and Turpentine Service: Any process vessel, storage tank, pumping system, evaporator, heat...
The peer review system (PRS) for quality assurance and treatment improvement in radiation therapy
NASA Astrophysics Data System (ADS)
Le, Anh H. T.; Kapoor, Rishabh; Palta, Jatinder R.
2012-02-01
Peer reviews are needed across all disciplines of medicine to address complex medical challenges in disease care, medical safety, insurance coverage handling, and public safety. Radiation therapy utilizes technologically advanced imaging for treatment planning, often with excellent efficacy. Since planning data requirements are substantial, patients are at risk for repeat diagnostic procedures or suboptimal therapeutic intervention due to a lack of knowledge regarding previous treatments. The Peer Review System (PRS) will make this critical radiation therapy information readily available on demand via Web technology. The PRS system has been developed with current Web technology, .NET framework, and in-house DICOM library. With the advantages of Web server-client architecture, including IIS web server, SOAP Web Services and Silverlight for the client side, the patient data can be visualized through web browser and distributed across multiple locations by the local area network and Internet. This PRS will significantly improve the quality, safety, and accessibility, of treatment plans in cancer therapy. Furthermore, the secure Web-based PRS with DICOM-RT compliance will provide flexible utilities for organization, sorting, and retrieval of imaging studies and treatment plans to optimize the patient treatment and ultimately improve patient safety and treatment quality.
ERDDAP - An Easier Way for Diverse Clients to Access Scientific Data From Diverse Sources
NASA Astrophysics Data System (ADS)
Mendelssohn, R.; Simons, R. A.
2008-12-01
ERDDAP is a new open-source, web-based service that aggregates data from other web services: OPeNDAP grid servers (THREDDS), OPeNDAP sequence servers (Dapper), NOS SOAP service, SOS (IOOS, OOStethys), microWFS, DiGIR (OBIS, BMDE). Regardless of the data source, ERDDAP makes all datasets available to clients via standard (and enhanced) DAP requests and makes some datasets accessible via WMS. A client's request also specifies the desired format for the results, e.g., .asc, .csv, .das, .dds, .dods, htmlTable, XHTML, .mat, netCDF, .kml, .png, or .pdf (formats more directly useful to clients). ERDDAP interprets a client request, requests the data from the data source (in the appropriate way), reformats the data source's response, and sends the result to the client. Thus ERDDAP makes data from diverse sources available to diverse clients via standardized interfaces. Clients don't have to install libraries to get data from ERDDAP because ERDDAP is RESTful and resource-oriented: a URL completely defines a data request and the URL can be used in any application that can send a URL and receive a file. This also makes it easy to use ERDDAP in mashups with other web services. ERDDAP could be extended to support other protocols. ERDDAP's hub and spoke architecture simplifies adding support for new types of data sources and new types of clients. ERDDAP includes metadata management support, catalog services, and services to make graphs and maps.
NASA Astrophysics Data System (ADS)
Gupta, V.; Gupta, N.; Gupta, S.; Field, E.; Maechling, P.
2003-12-01
Modern laptop computers, and personal computers, can provide capabilities that are, in many ways, comparable to workstations or departmental servers. However, this doesn't mean we should run all computations on our local computers. We have identified several situations in which it preferable to implement our seismological application programs in a distributed, server-based, computing model. In this model, application programs on the user's laptop, or local computer, invoke programs that run on an organizational server, and the results are returned to the invoking system. Situations in which a server-based architecture may be preferred include: (a) a program is written in a language, or written for an operating environment, that is unsupported on the local computer, (b) software libraries or utilities required to execute a program are not available on the users computer, (c) a computational program is physically too large, or computationally too expensive, to run on a users computer, (d) a user community wants to enforce a consistent method of performing a computation by standardizing on a single implementation of a program, and (e) the computational program may require current information, that is not available to all client computers. Until recently, distributed, server-based, computational capabilities were implemented using client/server architectures. In these architectures, client programs were often written in the same language, and they executed in the same computing environment, as the servers. Recently, a new distributed computational model, called Web Services, has been developed. Web Services are based on Internet standards such as XML, SOAP, WDSL, and UDDI. Web Services offer the promise of platform, and language, independent distributed computing. To investigate this new computational model, and to provide useful services to the SCEC Community, we have implemented several computational and utility programs using a Web Service architecture. We have hosted these Web Services as a part of the SCEC Community Modeling Environment (SCEC/CME) ITR Project (http://www.scec.org/cme). We have implemented Web Services for several of the reasons sited previously. For example, we implemented a FORTRAN-based Earthquake Rupture Forecast (ERF) as a Web Service for use by client computers that don't support a FORTRAN runtime environment. We implemented a Generic Mapping Tool (GMT) Web Service for use by systems that don't have local access to GMT. We implemented a Hazard Map Calculator Web Service to execute Hazard calculations that are too computationally intensive to run on a local system. We implemented a Coordinate Conversion Web Service to enforce a standard and consistent method for converting between UTM and Lat/Lon. Our experience developing these services indicates both strengths and weakness in current Web Service technology. Client programs that utilize Web Services typically need network access, a significant disadvantage at times. Programs with simple input and output parameters were the easiest to implement as Web Services, while programs with complex parameter-types required a significant amount of additional development. We also noted that Web services are very data-oriented, and adapting object-oriented software into the Web Service model proved problematic. Also, the Web Service approach of converting data types into XML format for network transmission has significant inefficiencies for some data sets.
Lightweight Advertising and Scalable Discovery of Services, Datasets, and Events Using Feedcasts
NASA Astrophysics Data System (ADS)
Wilson, B. D.; Ramachandran, R.; Movva, S.
2010-12-01
Broadcast feeds (Atom or RSS) are a mechanism for advertising the existence of new data objects on the web, with metadata and links to further information. Users then subscribe to the feed to receive updates. This concept has already been used to advertise the new granules of science data as they are produced (datacasting), with browse images and metadata, and to advertise bundles of web services (service casting). Structured metadata is introduced into the XML feed format by embedding new XML tags (in defined namespaces), using typed links, and reusing built-in Atom feed elements. This “infocasting” concept can be extended to include many other science artifacts, including data collections, workflow documents, topical geophysical events (hurricanes, forest fires, etc.), natural hazard warnings, and short articles describing a new science result. The common theme is that each infocast contains machine-readable, structured metadata describing the object and enabling further manipulation. For example, service casts contain type links pointing to the service interface description (e.g., WSDL for SOAP services), service endpoint, and human-readable documentation. Our Infocasting project has three main goals: (1) define and evangelize micro-formats (metadata standards) so that providers can easily advertise their web services, datasets, and topical geophysical events by adding structured information to broadcast feeds; (2) develop authoring tools so that anyone can easily author such service advertisements, data casts, and event descriptions; and (3) provide a one-stop, Google-like search box in the browser that allows discovery of service, data and event casts visible on the web, and services & data registered in the GEOSS repository and other NASA repositories (GCMD & ECHO). To demonstrate the event casting idea, a series of micro-articles—with accompanying event casts containing links to relevant datasets, web services, and science analysis workflows--will be authored for several kinds of geophysical events, such as hurricanes, smoke plume events, tsunamis, etc. The talk will describe our progress so far, and some of the issues with leveraging existing metadata standards to define lightweight micro-formats.
An Open Source Tool to Test Interoperability
NASA Astrophysics Data System (ADS)
Bermudez, L. E.
2012-12-01
Scientists interact with information at various levels from gathering of the raw observed data to accessing portrayed processed quality control data. Geoinformatics tools help scientist on the acquisition, storage, processing, dissemination and presentation of geospatial information. Most of the interactions occur in a distributed environment between software components that take the role of either client or server. The communication between components includes protocols, encodings of messages and managing of errors. Testing of these communication components is important to guarantee proper implementation of standards. The communication between clients and servers can be adhoc or follow standards. By following standards interoperability between components increase while reducing the time of developing new software. The Open Geospatial Consortium (OGC), not only coordinates the development of standards but also, within the Compliance Testing Program (CITE), provides a testing infrastructure to test clients and servers. The OGC Web-based Test Engine Facility, based on TEAM Engine, allows developers to test Web services and clients for correct implementation of OGC standards. TEAM Engine is a JAVA open source facility, available at Sourceforge that can be run via command line, deployed in a web servlet container or integrated in developer's environment via MAVEN. The TEAM Engine uses the Compliance Test Language (CTL) and TestNG to test HTTP requests, SOAP services and XML instances against Schemas and Schematron based assertions of any type of web service, not only OGC services. For example, the OGC Web Feature Service (WFS) 1.0.0 test has more than 400 test assertions. Some of these assertions includes conformance of HTTP responses, conformance of GML-encoded data; proper values for elements and attributes in the XML; and, correct error responses. This presentation will provide an overview of TEAM Engine, introduction of how to test via the OGC Testing web site and description of performing local tests. It will also provide information about how to participate in the open source code development of TEAM Engine.
Schaffner, Donald W; Jensen, Dane; Gerba, Charles P; Shumaker, David; Arbogast, James W
2018-02-01
Concern has been raised regarding the public health risks from refillable bulk-soap dispensers because they provide an environment for potentially pathogenic bacteria to grow. This study surveyed the microbial quality of open refillable bulk soap in four different food establishment types in three states. Two hundred ninety-six samples of bulk soap were collected from food service establishments in Arizona, New Jersey, and Ohio. Samples were tested for total heterotrophic viable bacteria, Pseudomonas, coliforms and Escherichia coli, and Salmonella. Bacteria were screened for antibiotic resistance. The pH, solids content, and water activity of all soap samples were measured. Samples were assayed for the presence of the common antibacterial agents triclosan and parachlorometaxylenol. More than 85% of the soap samples tested contained no detectable microorganisms, but when a sample contained any detectable microorganisms, it was most likely contaminated at a very high level (∼7 log CFU/mL). Microorganisms detected in contaminated soap included Klebsiella oxytoca, Serratia liquefaciens, Shigella sonnei, Enterobacter gergoviae, Serratia odorifera, and Enterobacter cloacae. Twenty-three samples contained antibiotic-resistant organisms, some of which were resistant to two or more antibiotics. Every sample containing less than 4% solids had some detectable level of bacteria, whereas no samples with greater than 14% solids had detectable bacteria. This finding suggests the use of dilution and/or low-cost formulations as a cause of bacterial growth. There was a statistically significant difference ( P = 0.0035) between the fraction of bacteria-positive samples with no detected antimicrobial agent (17%) and those containing an antimicrobial agent (7%). Fast food operations and grocery stores were more likely to have detectable bacteria in bulk-soap samples compared with convenience stores ( P < 0.05). Our findings underscore the risk to public health from use of refillable bulk-soap dispensers in food service establishments.
Virtual Solar Observatory Distributed Query Construction
NASA Technical Reports Server (NTRS)
Gurman, J. B.; Dimitoglou, G.; Bogart, R.; Davey, A.; Hill, F.; Martens, P.
2003-01-01
Through a prototype implementation (Tian et al., this meeting) the VSO has already demonstrated the capability of unifying geographically distributed data sources following the Web Services paradigm and utilizing mechanisms such as the Simple Object Access Protocol (SOAP). So far, four participating sites (Stanford, Montana State University, National Solar Observatory and the Solar Data Analysis Center) permit Web-accessible, time-based searches that allow browse access to a number of diverse data sets. Our latest work includes the extension of the simple, time-based queries to include numerous other searchable observation parameters. For VSO users, this extended functionality enables more refined searches. For the VSO, it is a proof of concept that more complex, distributed queries can be effectively constructed and that results from heterogeneous, remote sources can be synthesized and presented to users as a single, virtual data product.
RSAT 2015: Regulatory Sequence Analysis Tools
Medina-Rivera, Alejandra; Defrance, Matthieu; Sand, Olivier; Herrmann, Carl; Castro-Mondragon, Jaime A.; Delerce, Jeremy; Jaeger, Sébastien; Blanchet, Christophe; Vincens, Pierre; Caron, Christophe; Staines, Daniel M.; Contreras-Moreira, Bruno; Artufel, Marie; Charbonnier-Khamvongsa, Lucie; Hernandez, Céline; Thieffry, Denis; Thomas-Chollier, Morgane; van Helden, Jacques
2015-01-01
RSAT (Regulatory Sequence Analysis Tools) is a modular software suite for the analysis of cis-regulatory elements in genome sequences. Its main applications are (i) motif discovery, appropriate to genome-wide data sets like ChIP-seq, (ii) transcription factor binding motif analysis (quality assessment, comparisons and clustering), (iii) comparative genomics and (iv) analysis of regulatory variations. Nine new programs have been added to the 43 described in the 2011 NAR Web Software Issue, including a tool to extract sequences from a list of coordinates (fetch-sequences from UCSC), novel programs dedicated to the analysis of regulatory variants from GWAS or population genomics (retrieve-variation-seq and variation-scan), a program to cluster motifs and visualize the similarities as trees (matrix-clustering). To deal with the drastic increase of sequenced genomes, RSAT public sites have been reorganized into taxon-specific servers. The suite is well-documented with tutorials and published protocols. The software suite is available through Web sites, SOAP/WSDL Web services, virtual machines and stand-alone programs at http://www.rsat.eu/. PMID:25904632
Implementing the Victory Access Control Framework in a Military Ground Vehicle
2015-08-01
Protocol ( SOAP ) message body, but lacked the ability to encrypt individual XML elements within the SOAP body. Several attempts were made to augment the C...Service and both use SOAP and provide freely available WSDLs with similarly defined operations. TS3 even leverages the same XACML engine that is...Characterizing the Performance of SOAP Toolkits”, Fifth IEEE/ACM International Workshop on Grid Computing, pages 365- 372, November 2004. [8] J.A
Côté, Richard G; Jones, Philip; Martens, Lennart; Kerrien, Samuel; Reisinger, Florian; Lin, Quan; Leinonen, Rasko; Apweiler, Rolf; Hermjakob, Henning
2007-10-18
Each major protein database uses its own conventions when assigning protein identifiers. Resolving the various, potentially unstable, identifiers that refer to identical proteins is a major challenge. This is a common problem when attempting to unify datasets that have been annotated with proteins from multiple data sources or querying data providers with one flavour of protein identifiers when the source database uses another. Partial solutions for protein identifier mapping exist but they are limited to specific species or techniques and to a very small number of databases. As a result, we have not found a solution that is generic enough and broad enough in mapping scope to suit our needs. We have created the Protein Identifier Cross-Reference (PICR) service, a web application that provides interactive and programmatic (SOAP and REST) access to a mapping algorithm that uses the UniProt Archive (UniParc) as a data warehouse to offer protein cross-references based on 100% sequence identity to proteins from over 70 distinct source databases loaded into UniParc. Mappings can be limited by source database, taxonomic ID and activity status in the source database. Users can copy/paste or upload files containing protein identifiers or sequences in FASTA format to obtain mappings using the interactive interface. Search results can be viewed in simple or detailed HTML tables or downloaded as comma-separated values (CSV) or Microsoft Excel (XLS) files suitable for use in a local database or a spreadsheet. Alternatively, a SOAP interface is available to integrate PICR functionality in other applications, as is a lightweight REST interface. We offer a publicly available service that can interactively map protein identifiers and protein sequences to the majority of commonly used protein databases. Programmatic access is available through a standards-compliant SOAP interface or a lightweight REST interface. The PICR interface, documentation and code examples are available at http://www.ebi.ac.uk/Tools/picr.
Côté, Richard G; Jones, Philip; Martens, Lennart; Kerrien, Samuel; Reisinger, Florian; Lin, Quan; Leinonen, Rasko; Apweiler, Rolf; Hermjakob, Henning
2007-01-01
Background Each major protein database uses its own conventions when assigning protein identifiers. Resolving the various, potentially unstable, identifiers that refer to identical proteins is a major challenge. This is a common problem when attempting to unify datasets that have been annotated with proteins from multiple data sources or querying data providers with one flavour of protein identifiers when the source database uses another. Partial solutions for protein identifier mapping exist but they are limited to specific species or techniques and to a very small number of databases. As a result, we have not found a solution that is generic enough and broad enough in mapping scope to suit our needs. Results We have created the Protein Identifier Cross-Reference (PICR) service, a web application that provides interactive and programmatic (SOAP and REST) access to a mapping algorithm that uses the UniProt Archive (UniParc) as a data warehouse to offer protein cross-references based on 100% sequence identity to proteins from over 70 distinct source databases loaded into UniParc. Mappings can be limited by source database, taxonomic ID and activity status in the source database. Users can copy/paste or upload files containing protein identifiers or sequences in FASTA format to obtain mappings using the interactive interface. Search results can be viewed in simple or detailed HTML tables or downloaded as comma-separated values (CSV) or Microsoft Excel (XLS) files suitable for use in a local database or a spreadsheet. Alternatively, a SOAP interface is available to integrate PICR functionality in other applications, as is a lightweight REST interface. Conclusion We offer a publicly available service that can interactively map protein identifiers and protein sequences to the majority of commonly used protein databases. Programmatic access is available through a standards-compliant SOAP interface or a lightweight REST interface. The PICR interface, documentation and code examples are available at . PMID:17945017
A Prototype Web-based system for GOES-R Space Weather Data
NASA Astrophysics Data System (ADS)
Sundaravel, A.; Wilkinson, D. C.
2010-12-01
The Geostationary Operational Environmental Satellite-R Series (GOES-R) makes use of advanced instruments and technologies to monitor the Earth's surface and provide with accurate space weather data. The first GOES-R series satellite is scheduled to be launched in 2015. The data from the satellite will be widely used by scientists for space weather modeling and predictions. This project looks into the ways of how these datasets can be made available to the scientists on the Web and to assist them on their research. We are working on to develop a prototype web-based system that allows users to browse, search and download these data. The GOES-R datasets will be archived in NetCDF (Network Common Data Form) and CSV (Comma Separated Values) format. The NetCDF is a self-describing data format that contains both the metadata information and the data. The data is stored in an array-oriented fashion. The web-based system will offer services in two ways: via a web application (portal) and via web services. Using the web application, the users can download data in NetCDF or CSV format and can also plot a graph of the data. The web page displays the various categories of data and the time intervals for which the data is available. The web application (client) sends the user query to the server, which then connects to the data sources to retrieve the data and delivers it to the users. Data access will also be provided via SOAP (Simple Object Access Protocol) and REST (Representational State Transfer) web services. These provide functions which can be used by other applications to fetch data and use the data for further processing. To build the prototype system, we are making use of proxy data from existing GOES and POES space weather datasets. Java is the programming language used in developing tools that formats data to NetCDF and CSV. For the web technology we have chosen Grails to develop both the web application and the services. Grails is an open source web application framework based on the Groovy language. We are also making use of the THREDDS (Thematic Realtime Environmental Distributed Data Services) server to publish and access the NetCDF files. We have completed developing software tools to generate NetCDF and CSV data files and also tools to translate NetCDF to CSV. The current phase of the project involves in designing and developing the web interface.
Design Drivers of Water Data Services
NASA Astrophysics Data System (ADS)
Valentine, D.; Zaslavsky, I.
2008-12-01
The CUAHSI Hydrologic Information System (HIS) is being developed as a geographically distributed network of hydrologic data sources and functions that are integrated using web services so that they function as a connected whole. The core of the HIS service-oriented architecture is a collection of water web services, which provide uniform access to multiple repositories of observation data. These services use SOAP protocols communicating WaterML (Water Markup Language). When a client makes a data or metadata request using a CUAHSI HIS web service, these requests are made in standard manner, following the CUAHSI HIS web service signatures - regardless of how the underlying data source may be organized. Also, regardless of the format in which the data are returned by the source, the web services respond to requests by returning the data in a standard format of WaterML. The goal of WaterML design has been to capture semantics of hydrologic observations discovery and retrieval and express the point observations information model as an XML schema. To a large extent, it follows the representation of the information model as adopted by the CUASHI Observations Data Model (ODM) relational design. Another driver of WaterML design is specifications and metadata adopted by USGS NWIS, EPA STORET, and other federal agencies, as it seeks to provide a common foundation for exchanging both agency data and data collected in multiple academic projects. Another WaterML design principle was to create, in version 1 of HIS in particular, a fairly rigid and simple XML schema which is easy to generate and parse, thus creating the least barrier for adoption by hydrologists. WaterML includes a series of elements that reflect common notions used in describing hydrologic observations, such as site, variable, source, observation series, seriesCatalog, and data values. Each of the three main request methods in the water web services - GetSiteInfo, GetVariableInfo, and GetValues - has a corresponding response element in WaterML: SitesResponse, VariableResponse, and TimeSeriesResponse. The WaterML specification is being adopted by federal agencies. The experimental USGS NWIS Daily Values web service returns WaterML-compliant TImeSeriesResponse. The National Climatic Data Center is also prototyping WaterML for data delivery, and has developed a REST-based service that generates WaterML- compliant output for the NCDC ASOS network. Such agency-supported web services coming online provide a much more efficient way to deliver agency data compared to the web site scraper services that the CUAHSI HIS project has developed initially. The CUAHSI water data web services will continue to serve as the main communication mechanism within CUAHSI HIS, connecting a variety of data sources with a growing set of web service clients being developed in both academia and the commercial sector. The driving forces for the development of web services continue to be: - Application experience and needs of the growing number of CUAHSI HIS users, who experiment with additional data types, analysis modes, data browsing and searching strategies, and provide feedback to WaterML developers; - Data description requirements posed by various federal and state agencies; - Harmonization with standards being adopted or developed in neighboring communities, in particular the relevant standards being explored within the Open Geospatial Consortium. CUAHSI WaterML is a standard output schema for CUAHSI HIS water web services. Its formal specification is available as OGC discussion paper at www.opengeospatial.org/standards/dp/ class="ab'>
Software for Allocating Resources in the Deep Space Network
NASA Technical Reports Server (NTRS)
Wang, Yeou-Fang; Borden, Chester; Zendejas, Silvino; Baldwin, John
2003-01-01
TIGRAS 2.0 is a computer program designed to satisfy a need for improved means for analyzing the tracking demands of interplanetary space-flight missions upon the set of ground antenna resources of the Deep Space Network (DSN) and for allocating those resources. Written in Microsoft Visual C++, TIGRAS 2.0 provides a single rich graphical analysis environment for use by diverse DSN personnel, by connecting to various data sources (relational databases or files) based on the stages of the analyses being performed. Notable among the algorithms implemented by TIGRAS 2.0 are a DSN antenna-load-forecasting algorithm and a conflict-aware DSN schedule-generating algorithm. Computers running TIGRAS 2.0 can also be connected using SOAP/XML to a Web services server that provides analysis services via the World Wide Web. TIGRAS 2.0 supports multiple windows and multiple panes in each window for users to view and use information, all in the same environment, to eliminate repeated switching among various application programs and Web pages. TIGRAS 2.0 enables the use of multiple windows for various requirements, trajectory-based time intervals during which spacecraft are viewable, ground resources, forecasts, and schedules. Each window includes a time navigation pane, a selection pane, a graphical display pane, a list pane, and a statistics pane.
Robinson, Andrew L; Lee, Hyun Jung; Kwon, Junehee; Todd, Ewen; Rodriguez, Fernando Perez; Ryu, Dojin
2016-02-01
Hand washing and glove use are the main methods for reducing bacterial cross-contamination from hands to ready-to-eat food in a food service setting. However, bacterial transfer from hands to gloves is poorly understood, as is the effect of different durations of soap rubbing on bacterial reduction. To assess bacterial transfer from hands to gloves and to compare bacterial transfer rates to food after different soap washing times and glove use, participants' hands were artificially contaminated with Enterobacter aerogenes B199A at ∼9 log CFU. Different soap rubbing times (0, 3, and 20 s), glove use, and tomato dicing activities followed. The bacterial counts in diced tomatoes and on participants' hands and gloves were then analyzed. Different soap rubbing times did not significantly change the amount of bacteria recovered from participants' hands. Dicing tomatoes with bare hands after 20 s of soap rubbing transferred significantly less bacteria (P < 0.01) to tomatoes than did dicing with bare hands after 0 s of soap rubbing. Wearing gloves while dicing greatly reduced the incidence of contaminated tomato samples compared with dicing with bare hands. Increasing soap washing time decreased the incidence of bacteria recovered from outside glove surfaces (P < 0.05). These results highlight that both glove use and adequate hand washing are necessary to reduce bacterial cross-contamination in food service environments.
Modern Data Center Services Supporting Science
NASA Astrophysics Data System (ADS)
Varner, J. D.; Cartwright, J.; McLean, S. J.; Boucher, J.; Neufeld, D.; LaRocque, J.; Fischman, D.; McQuinn, E.; Fugett, C.
2011-12-01
The National Oceanic and Atmospheric Administration's National Geophysical Data Center (NGDC) World Data Center for Geophysics and Marine Geology provides scientific stewardship, products and services for geophysical data, including bathymetry, gravity, magnetics, seismic reflection, data derived from sediment and rock samples, as well as historical natural hazards data (tsunamis, earthquakes, and volcanoes). Although NGDC has long made many of its datasets available through map and other web services, it has now developed a second generation of services to improve the discovery and access to data. These new services use off-the-shelf commercial and open source software, and take advantage of modern JavaScript and web application frameworks. Services are accessible using both RESTful and SOAP queries as well as Open Geospatial Consortium (OGC) standard protocols such as WMS, WFS, WCS, and KML. These new map services (implemented using ESRI ArcGIS Server) are finer-grained than their predecessors, feature improved cartography, and offer dramatic speed improvements through the use of map caches. Using standards-based interfaces allows customers to incorporate the services without having to coordinate with the provider. Providing fine-grained services increases flexibility for customers building custom applications. The Integrated Ocean and Coastal Mapping program and Coastal and Marine Spatial Planning program are two examples of national initiatives that require common data inventories from multiple sources and benefit from these modern data services. NGDC is also consuming its own services, providing a set of new browser-based mapping applications which allow the user to quickly visualize and search for data. One example is a new interactive mapping application to search and display information about historical natural hazards. NGDC continues to increase the amount of its data holdings that are accessible and is augmenting the capabilities with modern web application frameworks such as Groovy and Grails. Data discovery is being improved and simplified by leveraging ISO metadata standards along with ESRI Geoportal Server.
RSAT 2015: Regulatory Sequence Analysis Tools.
Medina-Rivera, Alejandra; Defrance, Matthieu; Sand, Olivier; Herrmann, Carl; Castro-Mondragon, Jaime A; Delerce, Jeremy; Jaeger, Sébastien; Blanchet, Christophe; Vincens, Pierre; Caron, Christophe; Staines, Daniel M; Contreras-Moreira, Bruno; Artufel, Marie; Charbonnier-Khamvongsa, Lucie; Hernandez, Céline; Thieffry, Denis; Thomas-Chollier, Morgane; van Helden, Jacques
2015-07-01
RSAT (Regulatory Sequence Analysis Tools) is a modular software suite for the analysis of cis-regulatory elements in genome sequences. Its main applications are (i) motif discovery, appropriate to genome-wide data sets like ChIP-seq, (ii) transcription factor binding motif analysis (quality assessment, comparisons and clustering), (iii) comparative genomics and (iv) analysis of regulatory variations. Nine new programs have been added to the 43 described in the 2011 NAR Web Software Issue, including a tool to extract sequences from a list of coordinates (fetch-sequences from UCSC), novel programs dedicated to the analysis of regulatory variants from GWAS or population genomics (retrieve-variation-seq and variation-scan), a program to cluster motifs and visualize the similarities as trees (matrix-clustering). To deal with the drastic increase of sequenced genomes, RSAT public sites have been reorganized into taxon-specific servers. The suite is well-documented with tutorials and published protocols. The software suite is available through Web sites, SOAP/WSDL Web services, virtual machines and stand-alone programs at http://www.rsat.eu/. © The Author(s) 2015. Published by Oxford University Press on behalf of Nucleic Acids Research.
Alkemio: association of chemicals with biomedical topics by text and data mining
Gijón-Correas, José A.; Andrade-Navarro, Miguel A.; Fontaine, Jean F.
2014-01-01
The PubMed® database of biomedical citations allows the retrieval of scientific articles studying the function of chemicals in biology and medicine. Mining millions of available citations to search reported associations between chemicals and topics of interest would require substantial human time. We have implemented the Alkemio text mining web tool and SOAP web service to help in this task. The tool uses biomedical articles discussing chemicals (including drugs), predicts their relatedness to the query topic with a naïve Bayesian classifier and ranks all chemicals by P-values computed from random simulations. Benchmarks on seven human pathways showed good retrieval performance (areas under the receiver operating characteristic curves ranged from 73.6 to 94.5%). Comparison with existing tools to retrieve chemicals associated to eight diseases showed the higher precision and recall of Alkemio when considering the top 10 candidate chemicals. Alkemio is a high performing web tool ranking chemicals for any biomedical topics and it is free to non-commercial users. Availability: http://cbdm.mdc-berlin.de/∼medlineranker/cms/alkemio. PMID:24838570
Interfaces to PeptideAtlas: a case study of standard data access systems
Handcock, Jeremy; Robinson, Thomas; Deutsch, Eric W.; Boyle, John
2012-01-01
Access to public data sets is important to the scientific community as a resource to develop new experiments or validate new data. Projects such as the PeptideAtlas, Ensembl and The Cancer Genome Atlas (TCGA) offer both access to public data and a repository to share their own data. Access to these data sets is often provided through a web page form and a web service API. Access technologies based on web protocols (e.g. http) have been in use for over a decade and are widely adopted across the industry for a variety of functions (e.g. search, commercial transactions, and social media). Each architecture adapts these technologies to provide users with tools to access and share data. Both commonly used web service technologies (e.g. REST and SOAP), and custom-built solutions over HTTP are utilized in providing access to research data. Providing multiple access points ensures that the community can access the data in the simplest and most effective manner for their particular needs. This article examines three common access mechanisms for web accessible data: BioMart, caBIG, and Google Data Sources. These are illustrated by implementing each over the PeptideAtlas repository and reviewed for their suitability based on specific usages common to research. BioMart, Google Data Sources, and caBIG are each suitable for certain uses. The tradeoffs made in the development of the technology are dependent on the uses each was designed for (e.g. security versus speed). This means that an understanding of specific requirements and tradeoffs is necessary before selecting the access technology. PMID:22941959
WEBnm@ v2.0: Web server and services for comparing protein flexibility.
Tiwari, Sandhya P; Fuglebakk, Edvin; Hollup, Siv M; Skjærven, Lars; Cragnolini, Tristan; Grindhaug, Svenn H; Tekle, Kidane M; Reuter, Nathalie
2014-12-30
Normal mode analysis (NMA) using elastic network models is a reliable and cost-effective computational method to characterise protein flexibility and by extension, their dynamics. Further insight into the dynamics-function relationship can be gained by comparing protein motions between protein homologs and functional classifications. This can be achieved by comparing normal modes obtained from sets of evolutionary related proteins. We have developed an automated tool for comparative NMA of a set of pre-aligned protein structures. The user can submit a sequence alignment in the FASTA format and the corresponding coordinate files in the Protein Data Bank (PDB) format. The computed normalised squared atomic fluctuations and atomic deformation energies of the submitted structures can be easily compared on graphs provided by the web user interface. The web server provides pairwise comparison of the dynamics of all proteins included in the submitted set using two measures: the Root Mean Squared Inner Product and the Bhattacharyya Coefficient. The Comparative Analysis has been implemented on our web server for NMA, WEBnm@, which also provides recently upgraded functionality for NMA of single protein structures. This includes new visualisations of protein motion, visualisation of inter-residue correlations and the analysis of conformational change using the overlap analysis. In addition, programmatic access to WEBnm@ is now available through a SOAP-based web service. Webnm@ is available at http://apps.cbu.uib.no/webnma . WEBnm@ v2.0 is an online tool offering unique capability for comparative NMA on multiple protein structures. Along with a convenient web interface, powerful computing resources, and several methods for mode analyses, WEBnm@ facilitates the assessment of protein flexibility within protein families and superfamilies. These analyses can give a good view of how the structures move and how the flexibility is conserved over the different structures.
Connecting long-tail scientists with big data centers using SaaS
NASA Astrophysics Data System (ADS)
Percivall, G. S.; Bermudez, L. E.
2012-12-01
Big data centers and long tail scientists represent two extremes in the geoscience research community. Interoperability and inter-use based on software-as-a-service (SaaS) increases access to big data holdings by this underserved community of scientists. Large, institutional data centers have long been recognized as vital resources in the geoscience community. Permanent data archiving and dissemination centers provide "access to the data and (are) a critical source of people who have experience in the use of the data and can provide advice and counsel for new applications." [NRC] The "long-tail of science" is the geoscience researchers that work separate from institutional data centers [Heidorn]. Long-tail scientists need to be efficient consumers of data from large, institutional data centers. Discussions in NSF EarthCube capture the challenges: "Like the vast majority of NSF-funded researchers, Alice (a long-tail scientist) works with limited resources. In the absence of suitable expertise and infrastructure, the apparently simple task that she assigns to her graduate student becomes an information discovery and management nightmare. Downloading and transforming datasets takes weeks." [Foster, et.al.] The long-tail metaphor points to methods to bridge the gap, i.e., the Web. A decade ago, OGC began building a geospatial information space using open, web standards for geoprocessing [ORM]. Recently, [Foster, et.al.] accurately observed that "by adopting, adapting, and applying semantic web and SaaS technologies, we can make the use of geoscience data as easy and convenient as consumption of online media." SaaS places web services into Cloud Computing. SaaS for geospatial is emerging rapidly building on the first-generation geospatial web, e.g., OGC Web Coverage Service [WCS] and the Data Access Protocol [DAP]. Several recent examples show progress in applying SaaS to geosciences: - NASA's Earth Data Coherent Web has a goal to improve science user experience using Web Services (e.g. W*S, SOAP, RESTful) to reduce barriers to using EOSDIS data [ECW]. - NASA's LANCE provides direct access to vast amounts of satellite data using the OGC Web Map Tile Service (WMTS). - NOAA's Unified Access Framework for Gridded Data (UAF Grid) is a web service based capability for direct access to a variety of datasets using netCDF, OPeNDAP, THREDDS, WMS and WCS. [UAF] Tools to access SaaS's are many and varied: some proprietary, others open source; some run in browsers, others are stand-alone applications. What's required is interoperability using web interfaces offered by the data centers. NOAA's UAF service stack supports Matlab, ArcGIS, Ferret, GrADS, Google Earth, IDV, LAS. Any SaaS that offers OGC Web Services (WMS, WFS, WCS) can be accessed by scores of clients [OGC]. While there has been much progress in the recent year toward offering web services for the long-tail of scientists, more needs to be done. Web services offer data access but more than access is needed for inter-use of data, e.g. defining data schemas that allow for data fusion, addressing coordinate systems, spatial geometry, and semantics for observations. Connecting long-tail scientists with large, data centers using SaaS and, in the future, semantic web, will address this large and currently underserved user community.
Teaching with Soap: Examples of Project-Based Units for Students and Future Educators
ERIC Educational Resources Information Center
Farrell, Ivan; Hamed, Kastro M.
2016-01-01
This article describes the use of project-based instruction in activities and labs intended to develop higher-order thinking skills with high school students and pre-service teachers through the use of soap making.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Wagner, Robert; Rivers, Wilmer
any single computer program for seismic data analysis will not have all the capabilities needed to study reference events, since hese detailed studies will be highly specialized. It may be necessary to develop and test new algorithms, and then these special ;odes must be integrated with existing software to use their conventional data-processing routines. We have investigated two neans of establishing communications between the legacy and new codes: CORBA and XML/SOAP Web services. We have nvestigated making new Java code communicate with a legacy C-language program, geotool, running under Linux. Both methods vere successful, but both were difficult to implement.more » C programs on UNIX/Linux are poorly supported for Web services, compared vith the Java and .NET languages and platforms. Easier-to-use middleware will be required for scientists to construct distributed applications as easily as stand-alone ones. Considerable difficulty was encountered in modifying geotool, and this problem shows he need to use component-based user interfaces instead of large C-language codes where changes to one part of the program nay introduce side effects into other parts. We have nevertheless made bug fixes and enhancements to that legacy program, but t remains difficult to expand it through communications with external software.« less
OC ToGo: bed site image integration into OpenClinica with mobile devices
NASA Astrophysics Data System (ADS)
Haak, Daniel; Gehlen, Johan; Jonas, Stephan; Deserno, Thomas M.
2014-03-01
Imaging and image-based measurements nowadays play an essential role in controlled clinical trials, but electronic data capture (EDC) systems insufficiently support integration of captured images by mobile devices (e.g. smartphones and tablets). The web application OpenClinica has established as one of the world's leading EDC systems and is used to collect, manage and store data of clinical trials in electronic case report forms (eCRFs). In this paper, we present a mobile application for instantaneous integration of images into OpenClinica directly during examination on patient's bed site. The communication between the Android application and OpenClinica is based on the simple object access protocol (SOAP) and representational state transfer (REST) web services for metadata, and secure file transfer protocol (SFTP) for image transfer, respectively. OpenClinica's web services are used to query context information (e.g. existing studies, events and subjects) and to import data into the eCRF, as well as export of eCRF metadata and structural information. A stable image transfer is ensured and progress information (e.g. remaining time) visualized to the user. The workflow is demonstrated for a European multi-center registry, where patients with calciphylaxis disease are included. Our approach improves the EDC workflow, saves time, and reduces costs. Furthermore, data privacy is enhanced, since storage of private health data on the imaging devices becomes obsolete.
Riposan, Adina; Taylor, Ian; Owens, David R; Rana, Omer; Conley, Edward C
2007-01-01
In this paper we present mechanisms for imaging and spectral data discovery, as applied to the early detection of pathologic mechanisms underlying diabetic retinopathy in research and clinical trial scenarios. We discuss the Alchemist framework, built using a generic peer-to-peer architecture, supporting distributed database queries and complex search algorithms based on workflow. The Alchemist is a domain-independent search mechanism that can be applied to search and data discovery scenarios in many areas. We illustrate Alchemist's ability to perform complex searches composed as a collection of peer-to-peer overlays, Grid-based services and workflows, e.g. applied to image and spectral data discovery, as applied to the early detection and prevention of retinal disease and investigational drug discovery. The Alchemist framework is built on top of decentralised technologies and uses industry standards such as Web services and SOAP for messaging.
Extensible Probabilistic Repository Technology (XPRT)
2004-10-01
projects, such as, Centaurus , Evidence Data Base (EDB), etc., others were fabricated, such as INS and FED, while others contain data from the open...Google Web Report Unlimited SOAP API News BBC News Unlimited WEB RSS 1.0 Centaurus Person Demographics 204,402 people from 240 countries...objects of the domain ontology map to the various simulated data-sources. For example, the PersonDemographics are stored in the Centaurus database, while
SciFlo: Semantically-Enabled Grid Workflow for Collaborative Science
NASA Astrophysics Data System (ADS)
Yunck, T.; Wilson, B. D.; Raskin, R.; Manipon, G.
2005-12-01
SciFlo is a system for Scientific Knowledge Creation on the Grid using a Semantically-Enabled Dataflow Execution Environment. SciFlo leverages Simple Object Access Protocol (SOAP) Web Services and the Grid Computing standards (WS-* standards and the Globus Alliance toolkits), and enables scientists to do multi-instrument Earth Science by assembling reusable SOAP Services, native executables, local command-line scripts, and python codes into a distributed computing flow (a graph of operators). SciFlo's XML dataflow documents can be a mixture of concrete operators (fully bound operations) and abstract template operators (late binding via semantic lookup). All data objects and operators can be both simply typed (simple and complex types in XML schema) and semantically typed using controlled vocabularies (linked to OWL ontologies such as SWEET). By exploiting ontology-enhanced search and inference, one can discover (and automatically invoke) Web Services and operators that have been semantically labeled as performing the desired transformation, and adapt a particular invocation to the proper interface (number, types, and meaning of inputs and outputs). The SciFlo client & server engines optimize the execution of such distributed data flows and allow the user to transparently find and use datasets and operators without worrying about the actual location of the Grid resources. The scientist injects a distributed computation into the Grid by simply filling out an HTML form or directly authoring the underlying XML dataflow document, and results are returned directly to the scientist's desktop. A Visual Programming tool is also being developed, but it is not required. Once an analysis has been specified for a granule or day of data, it can be easily repeated with different control parameters and over months or years of data. SciFlo uses and preserves semantics, and also generates and infers new semantic annotations. Specifically, the SciFlo engine uses semantic metadata to understand (infer) what it is doing and potentially improve the data flow; preserves semantics by saving links to the semantics of (metadata describing) the input datasets, related datasets, and the data transformations (algorithms) used to generate downstream products; generates new metadata by allowing the user to add semantic annotations to the generated data products (or simply accept automatically generated provenance annotations); and infers new semantic metadata by understanding and applying logic to the semantics of the data and the transformations performed. Much ontology development still needs to be done but, nevertheless, SciFlo documents provide a substrate for using and preserving more semantics as ontologies develop. We will give a live demonstration of the growing SciFlo network using an example dataflow in which atmospheric temperature and water vapor profiles from three Earth Observing System (EOS) instruments are retrieved using SOAP (geo-location query & data access) services, co-registered, and visually & statistically compared on demand (see http://sciflo.jpl.nasa.gov for more information).
Epidemiological link between wheat allergy and exposure to hydrolyzed wheat protein in facial soap.
Fukutomi, Y; Taniguchi, M; Nakamura, H; Akiyama, K
2014-10-01
Recent studies have highlighted the importance of extra-intestinal routes of sensitization to food-related allergens as the cause of epidemics of food allergy. Instances of Japanese women developing food allergy to wheat after exposure to hydrolyzed wheat protein (HWP) present in facial soap have been reported. However, the epidemiologic impact of these ingredients as a cause of food allergy has not been well studied. To clarify the epidemiological relationship between food allergy to wheat and contact exposure to HWP, a case-control study of Japanese women aged 20-54 years with self-reported wheat allergy (WA) (cases, n = 157) and age-matched control subjects without WA (controls, n = 449) was performed using a large-scale Web-based research panel. Subjects answered a Web-based questionnaire regarding the use of skin and hair care products, as well as other possible risk factors. Current use of an HWP-containing facial soap (Cha no Shizuku; Yuka) was significantly associated with an increased risk of WA (adjusted odds ratio, 2.6; 95% confidence interval, 1.2-5.7; frequencies of current use in cases and controls; 11% and 6%, respectively). Use of Cha no Shizuku was more common in subjects with more recent-onset WA, implying that this soap may have contributed to the recent epidemic of WA. An epidemiological relationship between WA and contact exposure to HWP has been documented. This study implicates a possible role of contact exposure to food-derived protein hydrolysates as a risk factor for the development of food allergy manifesting itself as anaphylaxis. © 2014 John Wiley & Sons A/S. Published by John Wiley & Sons Ltd.
Interacting With A Near Real-Time Urban Digital Watershed Using Emerging Geospatial Web Technologies
NASA Astrophysics Data System (ADS)
Liu, Y.; Fazio, D. J.; Abdelzaher, T.; Minsker, B.
2007-12-01
The value of real-time hydrologic data dissemination including river stage, streamflow, and precipitation for operational stormwater management efforts is particularly high for communities where flash flooding is common and costly. Ideally, such data would be presented within a watershed-scale geospatial context to portray a holistic view of the watershed. Local hydrologic sensor networks usually lack comprehensive integration with sensor networks managed by other agencies sharing the same watershed due to administrative, political, but mostly technical barriers. Recent efforts on providing unified access to hydrological data have concentrated on creating new SOAP-based web services and common data format (e.g. WaterML and Observation Data Model) for users to access the data (e.g. HIS and HydroSeek). Geospatial Web technology including OGC sensor web enablement (SWE), GeoRSS, Geo tags, Geospatial browsers such as Google Earth and Microsoft Virtual Earth and other location-based service tools provides possibilities for us to interact with a digital watershed in near-real-time. OGC SWE proposes a revolutionary concept towards a web-connected/controllable sensor networks. However, these efforts have not provided the capability to allow dynamic data integration/fusion among heterogeneous sources, data filtering and support for workflows or domain specific applications where both push and pull mode of retrieving data may be needed. We propose a light weight integration framework by extending SWE with open source Enterprise Service Bus (e.g., mule) as a backbone component to dynamically transform, transport, and integrate both heterogeneous sensor data sources and simulation model outputs. We will report our progress on building such framework where multi-agencies" sensor data and hydro-model outputs (with map layers) will be integrated and disseminated in a geospatial browser (e.g. Microsoft Virtual Earth). This is a collaborative project among NCSA, USGS Illinois Water Science Center, Computer Science Department at UIUC funded by the Adaptive Environmental Infrastructure Sensing and Information Systems initiative at UIUC.
Alkemio: association of chemicals with biomedical topics by text and data mining.
Gijón-Correas, José A; Andrade-Navarro, Miguel A; Fontaine, Jean F
2014-07-01
The PubMed® database of biomedical citations allows the retrieval of scientific articles studying the function of chemicals in biology and medicine. Mining millions of available citations to search reported associations between chemicals and topics of interest would require substantial human time. We have implemented the Alkemio text mining web tool and SOAP web service to help in this task. The tool uses biomedical articles discussing chemicals (including drugs), predicts their relatedness to the query topic with a naïve Bayesian classifier and ranks all chemicals by P-values computed from random simulations. Benchmarks on seven human pathways showed good retrieval performance (areas under the receiver operating characteristic curves ranged from 73.6 to 94.5%). Comparison with existing tools to retrieve chemicals associated to eight diseases showed the higher precision and recall of Alkemio when considering the top 10 candidate chemicals. Alkemio is a high performing web tool ranking chemicals for any biomedical topics and it is free to non-commercial users. http://cbdm.mdc-berlin.de/∼medlineranker/cms/alkemio. © The Author(s) 2014. Published by Oxford University Press on behalf of Nucleic Acids Research.
The International Solid Earth Research Virtual Observatory
NASA Astrophysics Data System (ADS)
Fox, G.; Pierce, M.; Rundle, J.; Donnellan, A.; Parker, J.; Granat, R.; Lyzenga, G.; McLeod, D.; Grant, L.
2004-12-01
We describe the architecture and initial implementation of the International Solid Earth Research Virtual Observatory (iSERVO). This has been prototyped within the USA as SERVOGrid and expansion is planned to Australia, China, Japan and other countries. We base our design on a globally scalable distributed "cyber-infrastructure" or Grid built around a Web Services-based approach consistent with the extended Web Service Interoperability approach. The Solid Earth Science Working Group of NASA has identified several challenges for Earth Science research. In order to investigate these, we need to couple numerical simulation codes and data mining tools to observational data sets. This observational data are now available on-line in internet-accessible forms, and the quantity of this data is expected to grow explosively over the next decade. We architect iSERVO as a loosely federated Grid of Grids with each country involved supporting a national Solid Earth Research Grid. The national Grid Operations, possibly with dedicated control centers, are linked together to support iSERVO where an International Grid control center may eventually be necessary. We address the difficult multi-administrative domain security and ownership issues by exposing capabilities as services for which the risk of abuse is minimized. We support large scale simulations within a single domain using service-hosted tools (mesh generation, data repository and sensor access, GIS, visualization). Simulations typically involve sequential or parallel machines in a single domain supported by cross-continent services. We use Web Services implement Service Oriented Architecture (SOA) using WSDL for service description and SOAP for message formats. These are augmented by UDDI, WS-Security, WS-Notification/Eventing and WS-ReliableMessaging in the WS-I+ approach. Support for the latter two capabilities will be available over the next 6 months from the NaradaBrokering messaging system. We augment these specifications with the powerful portlet architecture using WSRP and JSR168 supported by such portal containers as uPortal, WebSphere, and Apache JetSpeed2. The latter portal aggregates component user interfaces for each iSERVO service allowing flexible customization of the user interface. We exploit the portlets produced by the NSF NMI (Middleware initiative) OGCE activity. iSERVO also uses specifications from the Open Geographical Information Systems (GIS) Consortium (OGC) that defines a number of standards for modeling earth surface feature data and services for interacting with this data. The data models are expressed in the XML-based Geography Markup Language (GML), and the OGC service framework are being adapted to use the Web Service model. The SERVO prototype includes a GIS Grid that currently includes the core WMS and WFS (Map and Feature) services. We will follow the best practice in the Grid and Web Service field and will adapt our technology as appropriate. For example, we expect to support services built on WS-RF when is finalized and to make use of the database interfaces OGSA-DAI and its WS-I+ versions. Finally, we review advances in Web Service scripting (such as HPSearch) and workflow systems (such as GCF) and their applications to iSERVO.
NASA Astrophysics Data System (ADS)
2012-07-01
WE RECOMMEND Data logger Fourier NOVA LINK: data logging and analysis To Engineer is Human Engineering: essays and insights Soap, Science, & Flat-Screen TVs People, politics, business and science overlap uLog sensors and sensor adapter A new addition to the LogIT range offers simplicity and ease of use WORTH A LOOK Imagined Worlds Socio-scientific predictions for the future Mini light data logger and mini temperature data logger Small-scale equipment for schools SensorLab Plus LogIT's supporting software, with extra features HANDLE WITH CARE CAXE110P PICAXE-18M2 data logger Data logger 'on view' but disappoints Engineering: A Very Short Introduction A broad-brush treatment fails to satisfy WEB WATCH Two very different websites for students: advanced physics questions answered and a more general BBC science resource
Realising the Uncertainty Enabled Model Web
NASA Astrophysics Data System (ADS)
Cornford, D.; Bastin, L.; Pebesma, E. J.; Williams, M.; Stasch, C.; Jones, R.; Gerharz, L.
2012-12-01
The FP7 funded UncertWeb project aims to create the "uncertainty enabled model web". The central concept here is that geospatial models and data resources are exposed via standard web service interfaces, such as the Open Geospatial Consortium (OGC) suite of encodings and interface standards, allowing the creation of complex workflows combining both data and models. The focus of UncertWeb is on the issue of managing uncertainty in such workflows, and providing the standards, architecture, tools and software support necessary to realise the "uncertainty enabled model web". In this paper we summarise the developments in the first two years of UncertWeb, illustrating several key points with examples taken from the use case requirements that motivate the project. Firstly we address the issue of encoding specifications. We explain the usage of UncertML 2.0, a flexible encoding for representing uncertainty based on a probabilistic approach. This is designed to be used within existing standards such as Observations and Measurements (O&M) and data quality elements of ISO19115 / 19139 (geographic information metadata and encoding specifications) as well as more broadly outside the OGC domain. We show profiles of O&M that have been developed within UncertWeb and how UncertML 2.0 is used within these. We also show encodings based on NetCDF and discuss possible future directions for encodings in JSON. We then discuss the issues of workflow construction, considering discovery of resources (both data and models). We discuss why a brokering approach to service composition is necessary in a world where the web service interfaces remain relatively heterogeneous, including many non-OGC approaches, in particular the more mainstream SOAP and WSDL approaches. We discuss the trade-offs between delegating uncertainty management functions to the service interfaces themselves and integrating the functions in the workflow management system. We describe two utility services to address conversion between uncertainty types, and between the spatial / temporal support of service inputs / outputs. Finally we describe the tools being generated within the UncertWeb project, considering three main aspects: i) Elicitation of uncertainties on model inputs. We are developing tools to enable domain experts to provide judgements about input uncertainties from UncertWeb model components (e.g. parameters in meteorological models) which allow panels of experts to engage in the process and reach a consensus view on the current knowledge / beliefs about that parameter or variable. We are developing systems for continuous and categorical variables as well as stationary spatial fields. ii) Visualisation of the resulting uncertain outputs from the end of the workflow, but also at intermediate steps. At this point we have prototype implementations driven by the requirements from the use cases that motivate UncertWeb. iii) Sensitivity and uncertainty analysis on model outputs. Here we show the design of the overall system we are developing, including the deployment of an emulator framework to allow computationally efficient approaches. We conclude with a summary of the open issues and remaining challenges we are facing in UncertWeb, and provide a brief overview of how we plan to tackle these.
News from Online: Cleaning Up--Soap, Detergent, and More.
ERIC Educational Resources Information Center
Judd, Carolyn Sweeney
2002-01-01
Provides a guide to web resources on cleaning and hygiene. Answers the questions, What do you want to clean--your hair? your carpet? your rusty lawn furniture? Develops special products for different tasks. Focuses on products to use and the environmental impact of our choices. (MM)
Determining Appropriate Coupling between User Experiences and Earth Science Data Services
NASA Astrophysics Data System (ADS)
Moghaddam-Taaheri, E.; Pilone, D.; Newman, D. J.; Mitchell, A. E.; Goff, T. D.; Baynes, K.
2012-12-01
NASA's Earth Observing System ClearingHOuse (ECHO) is a format agnostic metadata repository supporting over 3000 collections and 100M granules. ECHO exposes FTP and RESTful Data Ingest APIs in addition to both SOAP and RESTful search and order capabilities. Built on top of ECHO is a human facing search and order web application named Reverb. Reverb exposes ECHO's capabilities through an interactive, Web 2.0 application designed around searching for Earth Science data and downloading or ordering data of interest. ECHO and Reverb have supported the concept of Earth Science data services for several years but only for discovery. Invocation of these services was not a primary capability of the user experience. As more and more Earth Science data moves online and away from the concept of data ordering, progress has been made in making on demand services available for directly accessed data. These concepts have existed through access mechanisms such as OPeNDAP but are proliferating to accommodate a wider variety of services and service providers. Recently, the EOSDIS Service Interface (ESI) was defined and integrated into the ECS system. The ESI allows data providers to expose a wide variety of service capabilities including reprojection, reformatting, spatial and band subsetting, and resampling. ECHO and Reverb were tasked with making these services available to end-users in a meaningful and usable way that integrated into its existing search and ordering workflow. This presentation discusses the challenges associated with exposing disparate service capabilities while presenting a meaningful and cohesive user experience. Specifically, we'll discuss: - Benefits and challenges of tightly coupling the user interface with underlying services - Approaches to generic service descriptions - Approaches to dynamic user interfaces that better describe service capabilities while minimizing application coupling - Challenges associated with traditional WSDL / UDDI style service descriptions - Walkthrough of the solution used by ECHO and Reverb to integrate and expose ESI compliant services to our users
21 CFR 701.20 - Detergent substances, other than soap, intended for use in cleansing the body.
Code of Federal Regulations, 2010 CFR
2010-04-01
... represented only as soap. (b) Products intended for cleansing the human body and which are not “soap” as set... for use in cleansing the body. 701.20 Section 701.20 Food and Drugs FOOD AND DRUG ADMINISTRATION, DEPARTMENT OF HEALTH AND HUMAN SERVICES (CONTINUED) COSMETICS COSMETIC LABELING Labeling of Specific...
21 CFR 701.20 - Detergent substances, other than soap, intended for use in cleansing the body.
Code of Federal Regulations, 2011 CFR
2011-04-01
... represented only as soap. (b) Products intended for cleansing the human body and which are not “soap” as set... use in cleansing the body. 701.20 Section 701.20 Food and Drugs FOOD AND DRUG ADMINISTRATION, DEPARTMENT OF HEALTH AND HUMAN SERVICES (CONTINUED) COSMETICS COSMETIC LABELING Labeling of Specific...
NeAT: a toolbox for the analysis of biological networks, clusters, classes and pathways.
Brohée, Sylvain; Faust, Karoline; Lima-Mendez, Gipsi; Sand, Olivier; Janky, Rekin's; Vanderstocken, Gilles; Deville, Yves; van Helden, Jacques
2008-07-01
The network analysis tools (NeAT) (http://rsat.ulb.ac.be/neat/) provide a user-friendly web access to a collection of modular tools for the analysis of networks (graphs) and clusters (e.g. microarray clusters, functional classes, etc.). A first set of tools supports basic operations on graphs (comparison between two graphs, neighborhood of a set of input nodes, path finding and graph randomization). Another set of programs makes the connection between networks and clusters (graph-based clustering, cliques discovery and mapping of clusters onto a network). The toolbox also includes programs for detecting significant intersections between clusters/classes (e.g. clusters of co-expression versus functional classes of genes). NeAT are designed to cope with large datasets and provide a flexible toolbox for analyzing biological networks stored in various databases (protein interactions, regulation and metabolism) or obtained from high-throughput experiments (two-hybrid, mass-spectrometry and microarrays). The web interface interconnects the programs in predefined analysis flows, enabling to address a series of questions about networks of interest. Each tool can also be used separately by entering custom data for a specific analysis. NeAT can also be used as web services (SOAP/WSDL interface), in order to design programmatic workflows and integrate them with other available resources.
ERIC Educational Resources Information Center
Kilickaya, Ferit; Krajka, Jaroslaw
2012-01-01
Both teacher- and learner-made computer visuals are quite extensively reported in Computer-Assisted Language Learning literature, for instance, filming interviews, soap operas or mini-documentaries, creating storyboard projects, authoring podcasts and vodcasts, designing digital stories. Such student-made digital assets are used to present to…
The 2nd DBCLS BioHackathon: interoperable bioinformatics Web services for integrated applications
2011-01-01
Background The interaction between biological researchers and the bioinformatics tools they use is still hampered by incomplete interoperability between such tools. To ensure interoperability initiatives are effectively deployed, end-user applications need to be aware of, and support, best practices and standards. Here, we report on an initiative in which software developers and genome biologists came together to explore and raise awareness of these issues: BioHackathon 2009. Results Developers in attendance came from diverse backgrounds, with experts in Web services, workflow tools, text mining and visualization. Genome biologists provided expertise and exemplar data from the domains of sequence and pathway analysis and glyco-informatics. One goal of the meeting was to evaluate the ability to address real world use cases in these domains using the tools that the developers represented. This resulted in i) a workflow to annotate 100,000 sequences from an invertebrate species; ii) an integrated system for analysis of the transcription factor binding sites (TFBSs) enriched based on differential gene expression data obtained from a microarray experiment; iii) a workflow to enumerate putative physical protein interactions among enzymes in a metabolic pathway using protein structure data; iv) a workflow to analyze glyco-gene-related diseases by searching for human homologs of glyco-genes in other species, such as fruit flies, and retrieving their phenotype-annotated SNPs. Conclusions Beyond deriving prototype solutions for each use-case, a second major purpose of the BioHackathon was to highlight areas of insufficiency. We discuss the issues raised by our exploration of the problem/solution space, concluding that there are still problems with the way Web services are modeled and annotated, including: i) the absence of several useful data or analysis functions in the Web service "space"; ii) the lack of documentation of methods; iii) lack of compliance with the SOAP/WSDL specification among and between various programming-language libraries; and iv) incompatibility between various bioinformatics data formats. Although it was still difficult to solve real world problems posed to the developers by the biological researchers in attendance because of these problems, we note the promise of addressing these issues within a semantic framework. PMID:21806842
The 2nd DBCLS BioHackathon: interoperable bioinformatics Web services for integrated applications.
Katayama, Toshiaki; Wilkinson, Mark D; Vos, Rutger; Kawashima, Takeshi; Kawashima, Shuichi; Nakao, Mitsuteru; Yamamoto, Yasunori; Chun, Hong-Woo; Yamaguchi, Atsuko; Kawano, Shin; Aerts, Jan; Aoki-Kinoshita, Kiyoko F; Arakawa, Kazuharu; Aranda, Bruno; Bonnal, Raoul Jp; Fernández, José M; Fujisawa, Takatomo; Gordon, Paul Mk; Goto, Naohisa; Haider, Syed; Harris, Todd; Hatakeyama, Takashi; Ho, Isaac; Itoh, Masumi; Kasprzyk, Arek; Kido, Nobuhiro; Kim, Young-Joo; Kinjo, Akira R; Konishi, Fumikazu; Kovarskaya, Yulia; von Kuster, Greg; Labarga, Alberto; Limviphuvadh, Vachiranee; McCarthy, Luke; Nakamura, Yasukazu; Nam, Yunsun; Nishida, Kozo; Nishimura, Kunihiro; Nishizawa, Tatsuya; Ogishima, Soichi; Oinn, Tom; Okamoto, Shinobu; Okuda, Shujiro; Ono, Keiichiro; Oshita, Kazuki; Park, Keun-Joon; Putnam, Nicholas; Senger, Martin; Severin, Jessica; Shigemoto, Yasumasa; Sugawara, Hideaki; Taylor, James; Trelles, Oswaldo; Yamasaki, Chisato; Yamashita, Riu; Satoh, Noriyuki; Takagi, Toshihisa
2011-08-02
The interaction between biological researchers and the bioinformatics tools they use is still hampered by incomplete interoperability between such tools. To ensure interoperability initiatives are effectively deployed, end-user applications need to be aware of, and support, best practices and standards. Here, we report on an initiative in which software developers and genome biologists came together to explore and raise awareness of these issues: BioHackathon 2009. Developers in attendance came from diverse backgrounds, with experts in Web services, workflow tools, text mining and visualization. Genome biologists provided expertise and exemplar data from the domains of sequence and pathway analysis and glyco-informatics. One goal of the meeting was to evaluate the ability to address real world use cases in these domains using the tools that the developers represented. This resulted in i) a workflow to annotate 100,000 sequences from an invertebrate species; ii) an integrated system for analysis of the transcription factor binding sites (TFBSs) enriched based on differential gene expression data obtained from a microarray experiment; iii) a workflow to enumerate putative physical protein interactions among enzymes in a metabolic pathway using protein structure data; iv) a workflow to analyze glyco-gene-related diseases by searching for human homologs of glyco-genes in other species, such as fruit flies, and retrieving their phenotype-annotated SNPs. Beyond deriving prototype solutions for each use-case, a second major purpose of the BioHackathon was to highlight areas of insufficiency. We discuss the issues raised by our exploration of the problem/solution space, concluding that there are still problems with the way Web services are modeled and annotated, including: i) the absence of several useful data or analysis functions in the Web service "space"; ii) the lack of documentation of methods; iii) lack of compliance with the SOAP/WSDL specification among and between various programming-language libraries; and iv) incompatibility between various bioinformatics data formats. Although it was still difficult to solve real world problems posed to the developers by the biological researchers in attendance because of these problems, we note the promise of addressing these issues within a semantic framework.
NASA Astrophysics Data System (ADS)
Benedict, K. K.
2008-12-01
Since 2004 the Earth Data Analysis Center, in collaboration with the researchers at the University of Arizona and George Mason University, with funding from NASA, has been developing a services oriented architecture (SOA) that acquires remote sensing, meteorological forecast, and observed ground level particulate data (EPA AirNow) from NASA, NOAA, and DataFed through a variety of standards-based service interfaces. These acquired data are used to initialize and set boundary conditions for the execution of the Dust Regional Atmospheric Model (DREAM) to generate daily 48-hour dust forecasts, which are then published via a combination of Open Geospatial Consortium (OGC) services (WMS and WCS), basic HTTP request-based services, and SOAP services. The goal of this work has been to develop services that can be integrated into existing public health decision support systems (DSS) to provide enhanced environmental data (i.e. ground surface particulate concentration estimates) for use in epidemiological analysis, public health warning systems, and syndromic surveillance systems. While the project has succeeded in deploying these products into the target systems, there has been differential adoption of the different service interface products, with the simple OGC and HTTP interfaces generating much greater interest by DSS developers and researchers than the more complex SOAP service interfaces. This paper reviews the SOA developed as part of this project and provides insights into how different service models may have a significant impact on the infusion of Earth science products into decision making processes and systems.
Foddai, Antonio C G; Grant, Irene R; Dean, Moira
2016-06-01
Hands can be a vector for transmitting pathogenic microorganisms to foodstuffs and drinks, and to the mouths of susceptible hosts. Hand washing is the primary barrier to prevent transmission of enteric pathogens via cross-contamination from infected persons. Conventional hand washing involves the use of water, soap, and friction to remove dirt and microorganisms. The availability of hand sanitizing products for use when water and soap are unavailable has increased in recent years. The aim of this systematic review was to collate scientific information on the efficacy of hand sanitizers compared with washing hands with soap and water for the removal of foodborne pathogens from the hands of food handlers. An extensive literature search was carried out using three electronic databases: Web of Science, Scopus, and PubMed. Twenty-eight scientific publications were ultimately included in the review. Analysis of this literature revealed various limitations in the scientific information owing to the absence of a standardized protocol for evaluating the efficacy of hand products and variation in experimental conditions. However, despite conflicting results, scientific evidence seems to support the historical skepticism about the use of waterless hand sanitizers in food preparation settings. Water and soap appear to be more effective than waterless products for removal of soil and microorganisms from hands. Alcohol-based products achieve rapid and effective inactivation of various bacteria, but their efficacy is generally lower against nonenveloped viruses. The presence of food debris significantly affects the microbial inactivation rate of hand sanitizers.
Experimental pretesting of hand-washing interventions in a natural setting.
Judah, Gaby; Aunger, Robert; Schmidt, Wolf-Peter; Michie, Susan; Granger, Stewart; Curtis, Val
2009-10-01
We pretested interventions derived from different domains of behavior change theory to determine their effectiveness at increasing hand washing with soap in a natural setting. We installed wireless devices in highway service station restrooms to record entry and soap use. Two text-only messages for each of 7 psychological domains were compared for their effect on soap-use rates. We collected data on nearly 200 000 restroom uses. The knowledge activation domain was most effective for women, with a relative increase in soap use of 9.4% compared with the control condition (P = .001). For men, disgust was the most effective, increasing soap use by 9.8% (P = .001). Disgust was not significantly better than the control condition for women, nor was knowledge activation for men. Messages based on social norms and social status were effective for both genders. Our data show that unobtrusive observation of behavior in a natural setting can help identify the most effective interventions for changing behaviors of public health importance. The gender differences we found suggest that public health interventions should target men and women differently.
Making Your Tools Useful to a Broader Audience
NASA Astrophysics Data System (ADS)
Lyness, M. D.; Broten, M. J.
2006-12-01
With the increasing growth of Web Services and SOAP the ability to connect and reuse computational and also visualization tools from all over the world via Web Interfaces that can be easily displayed in any current browser has provided the means to construct an ideal online research environment. The age-old question of usability is a major determining factor whether a particular tool would find great success in its community. An interface that can be understood purely by a user's intuition is desirable and more closely obtainable than ever before. Through the use of increasingly sophisticated web-oriented technologies including JavaScript, AJAX, and the DOM, web interfaces are able to harness the advantages of the Internet along with the functional capabilities of native applications such as menus, partial page changes, background processing, and visual effects to name a few. Also, with computers becoming a normal part of the educational process companies, such as Google and Microsoft, give us a synthetic intuition as a foundation for new designs. Understanding the way earth science researchers know how to use computers will allow the VLab portal (http://vlab.msi.umn.edu) and other projects to create interfaces that will get used. To provide detailed communication with the users of VLab's computational tools, projects like the Porky Portlet (http://www.gorerle.com/vlab-wiki/index.php?title=Porky_Portlet) spawned to empower users with a fully- detailed, interactive visual representation of progressing workflows. With the well-thought design of such tools and interfaces, researchers around the world will become accustomed to new highly engaging, visual web- based research environments.
Improvements in the Protein Identifier Cross-Reference service.
Wein, Samuel P; Côté, Richard G; Dumousseau, Marine; Reisinger, Florian; Hermjakob, Henning; Vizcaíno, Juan A
2012-07-01
The Protein Identifier Cross-Reference (PICR) service is a tool that allows users to map protein identifiers, protein sequences and gene identifiers across over 100 different source databases. PICR takes input through an interactive website as well as Representational State Transfer (REST) and Simple Object Access Protocol (SOAP) services. It returns the results as HTML pages, XLS and CSV files. It has been in production since 2007 and has been recently enhanced to add new functionality and increase the number of databases it covers. Protein subsequences can be Basic Local Alignment Search Tool (BLAST) against the UniProt Knowledgebase (UniProtKB) to provide an entry point to the standard PICR mapping algorithm. In addition, gene identifiers from UniProtKB and Ensembl can now be submitted as input or mapped to as output from PICR. We have also implemented a 'best-guess' mapping algorithm for UniProt. In this article, we describe the usefulness of PICR, how these changes have been implemented, and the corresponding additions to the web services. Finally, we explain that the number of source databases covered by PICR has increased from the initial 73 to the current 102. New resources include several new species-specific Ensembl databases as well as the Ensembl Genome ones. PICR can be accessed at http://www.ebi.ac.uk/Tools/picr/.
[Identification of bacterial contamination in liquid soap for hospital use].
Caetano, Joselany Afio; Lima, Maria Alzete; Di Ciero Miranda, Maira; Serufo, José Carlos; Ponte, Paulo Roberto Lins
2011-03-01
This study performed a bacteriological analysis of the liquid soap in dispensers that health professionals use for hand washing. This exploratory, cross-sectional study was developed at the hospitalization units of a medium-sized hospital in Fortaleza, Ceará, Brazil. Data were collected between May and July 2007. Fifty-nine liquid soap dispensers were analyzed, of which 33 contained the following microorganisms: Burkholderia cepacia (14), Pseudomonas putidas (9), Pseudomonas aeruginosa (3), Klebsiella pneumoniae (3), Enterobacter clocae (2), and Pseudomonas luteola (2). The units with the largest number of contaminated samples were the surgical (n=7) and the dermatological clinics (n=4). Contamination was also found in an original flask of the same lot of liquid soap used to fill up the dispensers. In conclusion, there is a need to regulate and control the quality of these products in the production lines as well as during use in hospital services, mainly because they are used to prevent hospital infection.
NASA Astrophysics Data System (ADS)
Palanisamy, G.; Krassovski, M.; Devarakonda, R.; Santhana Vannan, S.
2012-12-01
The current climate debate is highlighting the importance of free, open, and authoritative sources of high quality climate data that are available for peer review and for collaborative purposes. It is increasingly important to allow various organizations around the world to share climate data in an open manner, and to enable them to perform dynamic processing of climate data. This advanced access to data can be enabled via Web-based services, using common "community agreed" standards without having to change their internal structure used to describe the data. The modern scientific community has become diverse and increasingly complex in nature. To meet the demands of such diverse user community, the modern data supplier has to provide data and other related information through searchable, data and process oriented tool. This can be accomplished by setting up on-line, Web-based system with a relational database as a back end. The following common features of the web data access/search systems will be outlined in the proposed presentation: - A flexible data discovery - Data in commonly used format (e.g., CSV, NetCDF) - Preparing metadata in standard formats (FGDC, ISO19115, EML, DIF etc.) - Data subseting capabilities and ability to narrow down to individual data elements - Standards based data access protocols and mechanisms (SOAP, REST, OpenDAP, OGC etc.) - Integration of services across different data systems (discovery to access, visualizations and subseting) This presentation will also include specific examples of integration of various data systems that are developed by Oak Ridge National Laboratory's - Climate Change Science Institute, their ability to communicate between each other to enable better data interoperability and data integration. References: [1] Devarakonda, Ranjeet, and Harold Shanafield. "Drupal: Collaborative framework for science research." Collaboration Technologies and Systems (CTS), 2011 International Conference on. IEEE, 2011. [2]Devarakonda, R., Shrestha, B., Palanisamy, G., Hook, L. A., Killeffer, T. S., Boden, T. A., ... & Lazer, K. (2014). THE NEW ONLINE METADATA EDITOR FOR GENERATING STRUCTURED METADATA. Oak Ridge National Laboratory (ORNL).
Leveraging the NLM map from SNOMED CT to ICD-10-CM to facilitate adoption of ICD-10-CM.
Cartagena, F Phil; Schaeffer, Molly; Rifai, Dorothy; Doroshenko, Victoria; Goldberg, Howard S
2015-05-01
Develop and test web services to retrieve and identify the most precise ICD-10-CM code(s) for a given clinical encounter. Facilitate creation of user interfaces that 1) provide an initial shortlist of candidate codes, ideally visible on a single screen; and 2) enable code refinement. To satisfy our high-level use cases, the analysis and design process involved reviewing available maps and crosswalks, designing the rule adjudication framework, determining necessary metadata, retrieving related codes, and iteratively improving the code refinement algorithm. The Partners ICD-10-CM Search and Mapping Services (PI-10 Services) are SOAP web services written using Microsoft's.NET 4.0 Framework, Windows Communications Framework, and SQL Server 2012. The services cover 96% of the Partners problem list subset of SNOMED CT codes that map to ICD-10-CM codes and can return up to 76% of the 69,823 billable ICD-10-CM codes prior to creation of custom mapping rules. We consider ways to increase 1) the coverage ratio of the Partners problem list subset of SNOMED CT codes and 2) the upper bound of returnable ICD-10-CM codes by creating custom mapping rules. Future work will investigate the utility of the transitive closure of SNOMED CT codes and other methods to assist in custom rule creation and, ultimately, to provide more complete coverage of ICD-10-CM codes. ICD-10-CM will be easier for clinicians to manage if applications display short lists of candidate codes from which clinicians can subsequently select a code for further refinement. The PI-10 Services support ICD-10 migration by implementing this paradigm and enabling users to consistently and accurately find the best ICD-10-CM code(s) without translation from ICD-9-CM. © 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.
UBioLab: a web-LABoratory for Ubiquitous in-silico experiments.
Bartocci, E; Di Berardini, M R; Merelli, E; Vito, L
2012-03-01
The huge and dynamic amount of bioinformatic resources (e.g., data and tools) available nowadays in Internet represents a big challenge for biologists -for what concerns their management and visualization- and for bioinformaticians -for what concerns the possibility of rapidly creating and executing in-silico experiments involving resources and activities spread over the WWW hyperspace. Any framework aiming at integrating such resources as in a physical laboratory has imperatively to tackle -and possibly to handle in a transparent and uniform way- aspects concerning physical distribution, semantic heterogeneity, co-existence of different computational paradigms and, as a consequence, of different invocation interfaces (i.e., OGSA for Grid nodes, SOAP for Web Services, Java RMI for Java objects, etc.). The framework UBioLab has been just designed and developed as a prototype following the above objective. Several architectural features -as those ones of being fully Web-based and of combining domain ontologies, Semantic Web and workflow techniques- give evidence of an effort in such a direction. The integration of a semantic knowledge management system for distributed (bioinformatic) resources, a semantic-driven graphic environment for defining and monitoring ubiquitous workflows and an intelligent agent-based technology for their distributed execution allows UBioLab to be a semantic guide for bioinformaticians and biologists providing (i) a flexible environment for visualizing, organizing and inferring any (semantics and computational) "type" of domain knowledge (e.g., resources and activities, expressed in a declarative form), (ii) a powerful engine for defining and storing semantic-driven ubiquitous in-silico experiments on the domain hyperspace, as well as (iii) a transparent, automatic and distributed environment for correct experiment executions.
2013-08-15
McCrea, M., Harding, H.P., Jr., Matthews, A., and Cantu, R.C. (2007). Recurrent concussion and risk of depression in retired professional football ... concussion , is often unrecog nized due to the severity of the other injuries occurring in a combat setting, particularly life threatening injuries and...foreign body; light sensitivity Previous blast Documented in SOAP note or EMED Previous combat concussion Combat related, documented in SOAP note or EMED
NASA Astrophysics Data System (ADS)
Girvetz, E. H.; Zganjar, C.; Raber, G. T.; Hoekstra, J.; Lawler, J. J.; Kareiva, P.
2008-12-01
Now that there is overwhelming evidence of global climate change, scientists, managers and planners (i.e. practitioners) need to assess the potential impacts of climate change on particular ecological systems, within specific geographic areas, and at spatial scales they care about, in order to make better land management, planning, and policy decisions. Unfortunately, this application of climate science to real world decisions and planning has proceeded too slowly because we lack tools for translating cutting-edge climate science and climate-model outputs into something managers and planners can work with at local or regional scales (CCSP 2008). To help increase the accessibility of climate information, we have developed a freely-available, easy-to-use, web-based climate-change analysis toolbox, called ClimateWizard, for assessing how climate has and is projected to change at specific geographic locations throughout the world. The ClimateWizard uses geographic information systems (GIS), web-services (SOAP/XML), statistical analysis platforms (e.g. R- project), and web-based mapping services (e.g. Google Earth/Maps, KML/GML) to provide a variety of different analyses (e.g. trends and departures) and outputs (e.g. maps, graphs, tables, GIS layers). Because ClimateWizard analyzes large climate datasets stored remotely on powerful computers, users of the tool do not need to have fast computers or expensive software, but simply need access to the internet. The analysis results are then provided to users in a Google Maps webpage tailored to the specific climate-change question being asked. The ClimateWizard is not a static product, but rather a framework to be built upon and modified to suit the purposes of specific scientific, management, and policy questions. For example, it can be expanded to include bioclimatic variables (e.g. evapotranspiration) and marine data (e.g. sea surface temperature), as well as improved future climate projections, and climate-change impact analyses involving hydrology, vegetation, wildfire, disease, and food security. By harnessing the power of computer and web- based technologies, the ClimateWizard puts local, regional, and global climate-change analyses in the hands of a wider array of managers, planners, and scientists.
21 CFR 211.52 - Washing and toilet facilities.
Code of Federal Regulations, 2013 CFR
2013-04-01
...) DRUGS: GENERAL CURRENT GOOD MANUFACTURING PRACTICE FOR FINISHED PHARMACEUTICALS Buildings and Facilities... cold water, soap or detergent, air driers or single-service towels, and clean toilet facilities easily...
21 CFR 211.52 - Washing and toilet facilities.
Code of Federal Regulations, 2012 CFR
2012-04-01
...) DRUGS: GENERAL CURRENT GOOD MANUFACTURING PRACTICE FOR FINISHED PHARMACEUTICALS Buildings and Facilities... cold water, soap or detergent, air driers or single-service towels, and clean toilet facilities easily...
21 CFR 211.52 - Washing and toilet facilities.
Code of Federal Regulations, 2011 CFR
2011-04-01
...) DRUGS: GENERAL CURRENT GOOD MANUFACTURING PRACTICE FOR FINISHED PHARMACEUTICALS Buildings and Facilities... cold water, soap or detergent, air driers or single-service towels, and clean toilet facilities easily...
21 CFR 211.52 - Washing and toilet facilities.
Code of Federal Regulations, 2010 CFR
2010-04-01
...) DRUGS: GENERAL CURRENT GOOD MANUFACTURING PRACTICE FOR FINISHED PHARMACEUTICALS Buildings and Facilities... cold water, soap or detergent, air driers or single-service towels, and clean toilet facilities easily...
21 CFR 211.52 - Washing and toilet facilities.
Code of Federal Regulations, 2014 CFR
2014-04-01
...) DRUGS: GENERAL CURRENT GOOD MANUFACTURING PRACTICE FOR FINISHED PHARMACEUTICALS Buildings and Facilities... cold water, soap or detergent, air driers or single-service towels, and clean toilet facilities easily...
UBioLab: a web-laboratory for ubiquitous in-silico experiments.
Bartocci, Ezio; Cacciagrano, Diletta; Di Berardini, Maria Rita; Merelli, Emanuela; Vito, Leonardo
2012-07-09
The huge and dynamic amount of bioinformatic resources (e.g., data and tools) available nowadays in Internet represents a big challenge for biologists –for what concerns their management and visualization– and for bioinformaticians –for what concerns the possibility of rapidly creating and executing in-silico experiments involving resources and activities spread over the WWW hyperspace. Any framework aiming at integrating such resources as in a physical laboratory has imperatively to tackle –and possibly to handle in a transparent and uniform way– aspects concerning physical distribution, semantic heterogeneity, co-existence of different computational paradigms and, as a consequence, of different invocation interfaces (i.e., OGSA for Grid nodes, SOAP for Web Services, Java RMI for Java objects, etc.). The framework UBioLab has been just designed and developed as a prototype following the above objective. Several architectural features –as those ones of being fully Web-based and of combining domain ontologies, Semantic Web and workflow techniques– give evidence of an effort in such a direction. The integration of a semantic knowledge management system for distributed (bioinformatic) resources, a semantic-driven graphic environment for defining and monitoring ubiquitous workflows and an intelligent agent-based technology for their distributed execution allows UBioLab to be a semantic guide for bioinformaticians and biologists providing (i) a flexible environment for visualizing, organizing and inferring any (semantics and computational) "type" of domain knowledge (e.g., resources and activities, expressed in a declarative form), (ii) a powerful engine for defining and storing semantic-driven ubiquitous in-silico experiments on the domain hyperspace, as well as (iii) a transparent, automatic and distributed environment for correct experiment executions.
NASA Astrophysics Data System (ADS)
Davis, A. J.; Kanekal, S. G.; Looper, M. D.; Mason, G. M.; Mewaldt, R. A.
2006-12-01
The SAMPEX Resident Archive is currently under construction, and will be co-hosted at Caltech with the ACE Science Center. With SAMPEX in low earth orbit, and ACE at L1, and a suite of instruments on each spacecraft, the combined data cover a very broad range in species, energy, location, and time. The data include solar wind, solar energetic particle, and galactic cosmic ray intensity and composition data, as well as solar wind and magnetic field parameters on a variety of time scales. We describe our recent efforts to provide enhanced access to these data via the emerging virtual observatory system, including work with the Space Physics Archive Search and Extract (SPASE) Consortium to ensure that the ACE and SAMPEX data can be adequately described using the SPASE data model, development of a SOAP web services interface between the ACE Science Center and the virtual observatories, and ideas for combining the ACE and SAMPEx data in useful ways.
Adding Hierarchical Objects to Relational Database General-Purpose XML-Based Information Managements
NASA Technical Reports Server (NTRS)
Lin, Shu-Chun; Knight, Chris; La, Tracy; Maluf, David; Bell, David; Tran, Khai Peter; Gawdiak, Yuri
2006-01-01
NETMARK is a flexible, high-throughput software system for managing, storing, and rapid searching of unstructured and semi-structured documents. NETMARK transforms such documents from their original highly complex, constantly changing, heterogeneous data formats into well-structured, common data formats in using Hypertext Markup Language (HTML) and/or Extensible Markup Language (XML). The software implements an object-relational database system that combines the best practices of the relational model utilizing Structured Query Language (SQL) with those of the object-oriented, semantic database model for creating complex data. In particular, NETMARK takes advantage of the Oracle 8i object-relational database model using physical-address data types for very efficient keyword searches of records across both context and content. NETMARK also supports multiple international standards such as WEBDAV for drag-and-drop file management and SOAP for integrated information management using Web services. The document-organization and -searching capabilities afforded by NETMARK are likely to make this software attractive for use in disciplines as diverse as science, auditing, and law enforcement.
NASA Astrophysics Data System (ADS)
Vucinic, Dean; Deen, Danny; Oanta, Emil; Batarilo, Zvonimir; Lacor, Chris
This paper focuses on visualization and manipulation of graphical content in distributed network environments. The developed graphical middleware and 3D desktop prototypes were specialized for situational awareness. This research was done in the LArge Scale COllaborative decision support Technology (LASCOT) project, which explored and combined software technologies to support human-centred decision support system for crisis management (earthquake, tsunami, flooding, airplane or oil-tanker incidents, chemical, radio-active or other pollutants spreading, etc.). The performed state-of-the-art review did not identify any publicly available large scale distributed application of this kind. Existing proprietary solutions rely on the conventional technologies and 2D representations. Our challenge was to apply the "latest" available technologies, such Java3D, X3D and SOAP, compatible with average computer graphics hardware. The selected technologies are integrated and we demonstrate: the flow of data, which originates from heterogeneous data sources; interoperability across different operating systems and 3D visual representations to enhance the end-users interactions.
CoryneRegNet 4.0 – A reference database for corynebacterial gene regulatory networks
Baumbach, Jan
2007-01-01
Background Detailed information on DNA-binding transcription factors (the key players in the regulation of gene expression) and on transcriptional regulatory interactions of microorganisms deduced from literature-derived knowledge, computer predictions and global DNA microarray hybridization experiments, has opened the way for the genome-wide analysis of transcriptional regulatory networks. The large-scale reconstruction of these networks allows the in silico analysis of cell behavior in response to changing environmental conditions. We previously published CoryneRegNet, an ontology-based data warehouse of corynebacterial transcription factors and regulatory networks. Initially, it was designed to provide methods for the analysis and visualization of the gene regulatory network of Corynebacterium glutamicum. Results Now we introduce CoryneRegNet release 4.0, which integrates data on the gene regulatory networks of 4 corynebacteria, 2 mycobacteria and the model organism Escherichia coli K12. As the previous versions, CoryneRegNet provides a web-based user interface to access the database content, to allow various queries, and to support the reconstruction, analysis and visualization of regulatory networks at different hierarchical levels. In this article, we present the further improved database content of CoryneRegNet along with novel analysis features. The network visualization feature GraphVis now allows the inter-species comparisons of reconstructed gene regulatory networks and the projection of gene expression levels onto that networks. Therefore, we added stimulon data directly into the database, but also provide Web Service access to the DNA microarray analysis platform EMMA. Additionally, CoryneRegNet now provides a SOAP based Web Service server, which can easily be consumed by other bioinformatics software systems. Stimulons (imported from the database, or uploaded by the user) can be analyzed in the context of known transcriptional regulatory networks to predict putative contradictions or further gene regulatory interactions. Furthermore, it integrates protein clusters by means of heuristically solving the weighted graph cluster editing problem. In addition, it provides Web Service based access to up to date gene annotation data from GenDB. Conclusion The release 4.0 of CoryneRegNet is a comprehensive system for the integrated analysis of procaryotic gene regulatory networks. It is a versatile systems biology platform to support the efficient and large-scale analysis of transcriptional regulation of gene expression in microorganisms. It is publicly available at . PMID:17986320
Hancock, David; Wilson, Michael; Velarde, Giles; Morrison, Norman; Hayes, Andrew; Hulme, Helen; Wood, A Joseph; Nashar, Karim; Kell, Douglas B; Brass, Andy
2005-11-03
maxdLoad2 is a relational database schema and Java application for microarray experimental annotation and storage. It is compliant with all standards for microarray meta-data capture; including the specification of what data should be recorded, extensive use of standard ontologies and support for data exchange formats. The output from maxdLoad2 is of a form acceptable for submission to the ArrayExpress microarray repository at the European Bioinformatics Institute. maxdBrowse is a PHP web-application that makes contents of maxdLoad2 databases accessible via web-browser, the command-line and web-service environments. It thus acts as both a dissemination and data-mining tool. maxdLoad2 presents an easy-to-use interface to an underlying relational database and provides a full complement of facilities for browsing, searching and editing. There is a tree-based visualization of data connectivity and the ability to explore the links between any pair of data elements, irrespective of how many intermediate links lie between them. Its principle novel features are: the flexibility of the meta-data that can be captured, the tools provided for importing data from spreadsheets and other tabular representations, the tools provided for the automatic creation of structured documents, the ability to browse and access the data via web and web-services interfaces. Within maxdLoad2 it is very straightforward to customise the meta-data that is being captured or change the definitions of the meta-data. These meta-data definitions are stored within the database itself allowing client software to connect properly to a modified database without having to be specially configured. The meta-data definitions (configuration file) can also be centralized allowing changes made in response to revisions of standards or terminologies to be propagated to clients without user intervention.maxdBrowse is hosted on a web-server and presents multiple interfaces to the contents of maxd databases. maxdBrowse emulates many of the browse and search features available in the maxdLoad2 application via a web-browser. This allows users who are not familiar with maxdLoad2 to browse and export microarray data from the database for their own analysis. The same browse and search features are also available via command-line and SOAP server interfaces. This both enables scripting of data export for use embedded in data repositories and analysis environments, and allows access to the maxd databases via web-service architectures. maxdLoad2 http://www.bioinf.man.ac.uk/microarray/maxd/ and maxdBrowse http://dbk.ch.umist.ac.uk/maxdBrowse are portable and compatible with all common operating systems and major database servers. They provide a powerful, flexible package for annotation of microarray experiments and a convenient dissemination environment. They are available for download and open sourced under the Artistic License.
Microbial flora of in-use soap products.
McBride, M E
1984-01-01
A comparison has been made of the in-use bacterial load of two bar soaps with and without antibacterials and two liquid soaps in five different locations over a 1-week period. Of the 25 samples taken from each soap, 92 to 96% of samples from bar soaps were culture positive as compared to 8% of those from liquid soaps. Bacterial populations ranged from 0 to 3.8 log CFU per sample for bar soaps and from 0 to 2.0 log CFU per sample for liquid soaps. The mean bacterial populations per sample were 1.96 and 2.47 log CFU for the two bar soaps, and 0.08 and 0.12 log CFU for the two liquid soaps. The difference in bacterial population between bar soaps and liquid soaps was statistically significant (P = 0.005). Staphylococcus aureus was isolated on three occasions from bar soaps but not from liquid soaps. S. aureus was isolated twice from the exterior of the plastic dispensers of liquid soap but not from the soap itself. Gram-negative bacteria were cultured only from soaps containing antibacterials. Bacterial populations on bar soaps were not high compared with bacterial populations on hands, and the flora was continually changing without evidence of a carrier state. PMID:6486782
NASA Astrophysics Data System (ADS)
Girvetz, E. H.; Zganjar, C.; Raber, G. T.; Maurer, E. P.; Duffy, P.
2009-12-01
Virtually all fields of study and parts of society—from ecological science and nature conservation, to global development, multinational corporations, and government bodies—need to know how climate change has and may impact specific locations of interest. Our ability to respond to climate change depends on having convenient tools that make past and projected climate trends available to planners, managers, scientists and the general public, at scales ranging from global to local scales. Web-mapping applications provide an effective platform for communicating climate change impacts in specific geographic areas of interest to the public. Here, we present one such application, the ClimateWizard, that allows users to analyze, visualize and explore climate change maps for specific geographic areas of interest throughout the world (http://ClimateWizard.org). Built on Web 2.0 web-services (SOAP), Google Maps mash-up, and cloud computing technologies, the ClimateWizard analyzes large databases of climate information located on remote servers to create synthesized information and useful products tailored to geographic areas of interest (e.g. maps, graphs, tables, GIS layers). We demonstrate how the ClimateWizard can be used to assess projected changes to temperature and precipitation across all states in the contiguous United States and all countries of the world using statistically downscaled general circulation models from the CMIP3 dataset. We then go on to show how ClimateWizard can be used to analyze changes to other climate related variables, such as moisture stress and water production. Finally, we discuss how this tool can be adapted to develop a wide range of web-based tools that are targeted at informing specific audiences—from scientific research and natural resource management, to K-12 and higher education—about how climate change may affect different aspects of human and natural systems.
NASA Astrophysics Data System (ADS)
Gallagher, J. H. R.; Potter, N.; Evans, B. J. K.
2016-12-01
OPeNDAP, in conjunction with the Australian National University, documented the installation process needed to add authentication to OPeNDAP-enabled data servers (Hyrax, TDS, etc.) and examined 13 OPeNDAP clients to determine how best to add authentication using LDAP, Shibboleth and OAuth2 (we used NASA's URS). We settled on a server configuration (architecture) that uses the Apache web server and a collection of open-source modules to perform the authentication and authorization actions. This is not the only way to accomplish those goals, but using Apache represents a good balance between functionality, leveraging existing work that has been well vetted and includes support for a wide variety of web services, include those that depend on a servlet engine such as tomcat (which both Hyrax and TDS do). Or work shows how LDAP, OAuth2 and Shibboleth can all be accommodated using this readily available software stack. Also important is that the Apache software is very widely used and is fairly robust - extremely important for security software components. In order to make use of a server requiring authentication, clients must support the authentication process. Because HTTP has included authentication for well over a decade, and because HTTP/HTTPS can be used by simply linking programs with a library, both the LDAP and OAuth2/URS authentication schemes have almost universal support within the OPeNDAP client base. The clients, i.e. the HTTP client libraries they employ, understand how to submit the credentials to the correct server when confronted by an HTTP/S Unauthorized (401) response. Interestingly OAuth2 can achieve it's SSO objectives while relying entirely on normative HTTP transport. All 13 of the clients examined worked.The situation with Shibboleth is different. While Shibboleth does use HTTP, it also requires the client to either scrape a web page or support the SAML2.0 ECP profile, which, for programmatic clients, means using SOAP messages. Since working with SOAP is outside the scope of HTTP, support for Shibboleth must be added explicitly into the client software. Some of the potential burden of enabling OPeNDAP clients to work with Shibboleth may be mitigated by getting both NetCDF-C and NetCDF-Java libraries to use the Shibboleth ECP profile. If done, this would get 9 of the 13 clients we examined working.
Enabling the development of Community Extensions to GI-cat - the SIB-ESS-C case study
NASA Astrophysics Data System (ADS)
Bigagli, L.; Meier, N.; Boldrini, E.; Gerlach, R.
2009-04-01
GI-cat is a Java software package that implements discovery and access services for disparate geospatial resources. An instance of GI-cat provides a single point of service for querying and accessing remote, as well as local, heterogeneous sources of geospatial information, either through standard interfaces, or taking advantage of GI-cat advanced features, such as incremental responses, query feedback, etc. GI-cat supports a number of de-iure and de-facto standards, but can also be extended to additional community catalog/inventory services, by defining appropriate mediation components. The GI-cat and the SIB-ESS-C development teams collaborated in the development of a mediator to the Siberian Earth Science System Cluster (SIB-ESS-C), a web-based infrastructure to support the communities of environmental and Earth System research in Siberia. This activity resulted in the identification of appropriate technologies and internal mechanisms supporting the development of GI-cat extensions, that are the object of this work. GI-cat is actually built up of a modular framework of SOA components, that can be variously arranged to fit the needs of a community of users. For example, a particular GI-cat instance may be configured to provide discovery functionalities onto an OGC WMS; or to adapt a THREDDS catalog to the standard OGC CSW interface; or to merge a number of CDI repositories into a single, more efficient catalog. The flexibility of GI-cat framework is achieved thanks to its design, that follows the Tree of Responsibility (ToR) pattern and the Uniform Pipe and Filter architectural style. This approach allows the building of software blocks that can be flexibly reused and composed in multiple ways. In fact, the components that make up any GI-cat configuration all implement two common interfaces (i.e. IChainNode and ICatalogService), that support chaining one component to another . Hence, it would suffice to implement those interfaces (plus an appropriate factory class: the mechanism used to create GI-cat components) to support a custom community catalog/inventory service in GI-cat. In general, all the terminal nodes of a GI-cat configuration chain are in charge of mediating between the GI-cat common interfaces and a backend, so we implemented a default behavior in an abstract class, termed Accessor, to be more easily subclassed. Moreover, we identified several typical backend scenarios and provided specialized Accessor subclasses, even simpler to implement. For example, in case of a coarse-grained backend service, that responds its data all at once, a specialized Accessor can retrieve the whole content the first time, and subsequently browse/query the local copy of the data. This was the approach followed for the development of SibesscAccessor. The SIB-ESS-C case study is also noticeable because it requires mediating between the relational and the semi-structured data models. In fact, SIB-ESS-C data are stored in a relational database, to provide performant access even to huge amounts of data. The SibesscAccessor is in charge of establishing a JDBC connection to the database, reading the data by means of SQL statements, creating Java objects according to the ISO 19115 data model, and marshalling the resulting information to an XML document. During the implementation of the SibesscAccessor, the mix of technologies and deployment environments and the geographical distribution of the development teams turned out to be important issues. To solve them, we relied on technologies and tools for collaborative software development: the Maven build system, the SVN version control system, the XPlanner project planning and tracking tool, and of course VOIP tools. Moreover, we shipped the Accessor Development Kit (ADK) Java library, containing the classes needed for extending GI-cat to custom community catalog/inventory services and other supporting material (documentation, best-practices, examples). The ADK is distributed as a Maven artifact, to simplify dependency management and ease the common tasks of testing, packaging, etc. The SibesscAccessor was the first custom addition to the set of GI-cat accessors. Later, also the so-called Standard Accessors library has been refactored onto the ADK. The SIB-ESS-C case study also gave us the opportunity to refine our policies for collaborative software development. Besides, several improvements were made to the overall GI-cat data model and framework. Finally, the SIB-ESS-C development team developed a GI-cat web client by means of Web 2.0 technologies (JavaScript, XML, HTML, CSS, etc.) The client can easily be integrated in any HTML context on any web page. The web GUI allows the user to define requests to GI-cat by entering parameter strings and/or selecting an area of interest on a map. The client sends its request to GI-cat via SOAP through HTTP-POST, parses GI-cat SOAP responses and presents user-friendly information on a web page.
Foam soap is not as effective as liquid soap in eliminating hand microbial flora.
Dixon, Nicolette; Morgan, Margie; Equils, Ozlem
2017-07-01
Foam soaps are aerosolized liquid soaps dispensed through a special pump mechanism. Currently there are no studies comparing liquid soap with foam soap in regard to efficacy of reducing hand microbial burden. In 3 separate experiments and with 2 different brands of foam soap, it was observed that nonantimicrobial foam soap was not as effective in reducing hand bacterial load as the liquid soap. Copyright © 2017 Association for Professionals in Infection Control and Epidemiology, Inc. Published by Elsevier Inc. All rights reserved.
Fuls, Janice L.; Rodgers, Nancy D.; Fischler, George E.; Howard, Jeanne M.; Patel, Monica; Weidner, Patrick L.; Duran, Melani H.
2008-01-01
Antimicrobial hand soaps provide a greater bacterial reduction than nonantimicrobial soaps. However, the link between greater bacterial reduction and a reduction of disease has not been definitively demonstrated. Confounding factors, such as compliance, soap volume, and wash time, may all influence the outcomes of studies. The aim of this work was to examine the effects of wash time and soap volume on the relative activities and the subsequent transfer of bacteria to inanimate objects for antimicrobial and nonantimicrobial soaps. Increasing the wash time from 15 to 30 seconds increased reduction of Shigella flexneri from 2.90 to 3.33 log10 counts (P = 0.086) for the antimicrobial soap, while nonantimicrobial soap achieved reductions of 1.72 and 1.67 log10 counts (P > 0.6). Increasing soap volume increased bacterial reductions for both the antimicrobial and the nonantimicrobial soaps. When the soap volume was normalized based on weight (∼3 g), nonantimicrobial soap reduced Serratia marcescens by 1.08 log10 counts, compared to the 3.83-log10 reduction caused by the antimicrobial soap (P < 0.001). The transfer of Escherichia coli to plastic balls following a 15-second hand wash with antimicrobial soap resulted in a bacterial recovery of 2.49 log10 counts, compared to the 4.22-log10 (P < 0.001) bacterial recovery on balls handled by hands washed with nonantimicrobial soap. This indicates that nonantimicrobial soap was less active and that the effectiveness of antimicrobial soaps can be improved with longer wash time and greater soap volume. The transfer of bacteria to objects was significantly reduced due to greater reduction in bacteria following the use of antimicrobial soap. PMID:18441107
Fuls, Janice L; Rodgers, Nancy D; Fischler, George E; Howard, Jeanne M; Patel, Monica; Weidner, Patrick L; Duran, Melani H
2008-06-01
Antimicrobial hand soaps provide a greater bacterial reduction than nonantimicrobial soaps. However, the link between greater bacterial reduction and a reduction of disease has not been definitively demonstrated. Confounding factors, such as compliance, soap volume, and wash time, may all influence the outcomes of studies. The aim of this work was to examine the effects of wash time and soap volume on the relative activities and the subsequent transfer of bacteria to inanimate objects for antimicrobial and nonantimicrobial soaps. Increasing the wash time from 15 to 30 seconds increased reduction of Shigella flexneri from 2.90 to 3.33 log(10) counts (P = 0.086) for the antimicrobial soap, while nonantimicrobial soap achieved reductions of 1.72 and 1.67 log(10) counts (P > 0.6). Increasing soap volume increased bacterial reductions for both the antimicrobial and the nonantimicrobial soaps. When the soap volume was normalized based on weight (approximately 3 g), nonantimicrobial soap reduced Serratia marcescens by 1.08 log(10) counts, compared to the 3.83-log(10) reduction caused by the antimicrobial soap (P < 0.001). The transfer of Escherichia coli to plastic balls following a 15-second hand wash with antimicrobial soap resulted in a bacterial recovery of 2.49 log(10) counts, compared to the 4.22-log(10) (P < 0.001) bacterial recovery on balls handled by hands washed with nonantimicrobial soap. This indicates that nonantimicrobial soap was less active and that the effectiveness of antimicrobial soaps can be improved with longer wash time and greater soap volume. The transfer of bacteria to objects was significantly reduced due to greater reduction in bacteria following the use of antimicrobial soap.
Distribution of soap molecules in flowing soap films
NASA Astrophysics Data System (ADS)
Kim, Ildoo; Sane, Aakash; Mandre, Shreyas
Flowing soap films are useful tools to simulate two-dimensional flows. The Marangoni elasticity due to the presence of soap molecules not only stabilizes the soap film but also imparts it compressibility to the two-dimensional flow in the soap film. Therefore, it is desirable to measure the surface concentration cs of soap molecules to understand the physics flowing soap films. In this study, we present an indirect measurement of cs, by making a direct measurement of the surface tension and the Marangoni elasticity. Using a two-stage model for soap distribution in the flows, the range of cs is calculated for different thickness and the soap solution concentration. Our model shows that the soap film will have the same cs for the range of parameters in popular use and in agreements with experimental data.
Dunleavy, Leah; Preissner, Katharine L; Finlayson, Marcia L
2013-12-01
Telehealth refers to the provision of health information and services across a geographical distance. Little is known about the experiences of occupational therapists using this method of service delivery. The study explored the process of facilitating a telehealth intervention from the perspective of occupational therapists. Occupational therapists completed SOAP (Subjective, Objective, Assessment, and Plan) notes after facilitating group-based, teleconference-delivered fatigue management groups to people with multiple sclerosis. Notes were also documented after therapist team meetings. All SOAP notes and field notes were subjected to thematic analysis. Five major themes were identified. "Managing time" was the central theme and was facilitated by professional foundation and challenged by logistics. Managing time contributed to challenging work, which led to the realization that it can work! Based on study findings, the theory and research on clinical reasoning, professional development, and adult learning are relevant to developing curricula that prepare occupational therapists for using telehealth approaches in practice.
Geraldo, Ingrid M; Gilman, Allan; Shintre, Milind S; Modak, Shanta M
2008-08-01
To evaluate the antimicrobial efficacy of and risk of organisms developing resistance to 2 novel hand soaps: (1) a soap containing triclosan, polyhexamethylene biguanide, and benzethonium chloride added to a soap base (TPB soap); and (2) a soap containing farnesol, polyhexamethylene biguanide, and benzethonium chloride added to a soap base (FPB soap). Tests also included soaps containing only triclosan. The risk of emergence of resistant bacterial mutants was investigated by determining the susceptibility changes after repeated exposure of bacteria to the drugs and soaps in vitro. The effectiveness of the soaps was evaluated using an in vitro tube dilution method, a volunteer method (the ASTM standard), and 2 pig skin methods. The minimum inhibitory concentration and minimum bactericidal concentration of triclosan against Staphylococcus aureus increased 8- to 62.5-fold, whereas those of TPB and FPB (both alone and in soap) were unchanged. In vitro, TPB and FPB soaps produced higher log(10) reductions in colony-forming units of all tested organisms (4.95-8.58) than did soaps containing triclosan alone (0.29-4.86). In the test using the pig skin and volunteer methods, TPB soap produced a higher log(10) reduction in colony-forming units (3.1-3.3) than did the soap containing triclosan alone (2.6-2.8). The results indicate that TPB and FPB soaps may provide superior rapid and broad-spectrum efficacy with a lower risk of organisms developing resistance than do soaps containing triclosan alone. Pig skin methods may be used to predict the efficacy of antibacterial soaps in the rapid disinfection of contaminated hands. Hand washing with TPB and FPB soaps by healthcare workers and the general population may reduce the transmission of pathogens, with a lower risk of promoting the emergence of resistant organisms.
Bacterial flora of commonly used soaps in three hospitals in Nigeria.
Afolabi, B A; Oduyebo, O O; Ogunsola, F T
2007-10-01
To obtain general information on soap use and soap bacterial flora, and to assess the risk of transmission of organisms from contaminated soap to patients. Descriptive study. Three hospitals in an urban area of Lagos, Nigeria. A teaching (761 bed) hospital, a general hospital (a 51 bed secondary healthcare facility) and a private hospital (a 30 bed private community with a surgical specialty). Bar soaps were much more commonly used than liquid soaps. Out of the thirty six bar soaps and their receptacles studied, 19 (52.8%) were found wet, nine (25%) dry, five (13.9%) very dry, and three (8.3%) in a pool of water. A total of 39% soaps and 75% of receptacles were contaminated. Thirty three percent of the dry soaps and 68.4% of the wet soaps were contaminated. None of the very dry soaps and all in a pool of water were contaminated. The bacteria isolated from soaps included Pseudomonas aeruginosa (89.5%) and Klebsiella pneumoniae (10.5%), while Pseudomonas aeruginosa (70.6%), Klebsiella pneumoniae (14.7%), Staphylococcus aureus (11.8%) and Serratia marcescens (2.9%) were isolated from the receptacles. The antibiogram showed that the Pseudomonas aeruginosa isolated from the soaps and their containers (sinks) were distinct from those obtained from colonised or infected wounds. The soap contamination rates correlated with the conditions in which the soaps were kept. The type of soap containers in particular, played a vital role in keeping the soap dry or wet. In all the hospitals studied, the policies on soap use, if any, were not in agreement with the recommended guidelines. The healthcare workers need to be re-educated on these guidelines.
Designation of Soap Molder Machine and Procedure for Transparent Soap
NASA Astrophysics Data System (ADS)
Mat Sharif, Zainon Binti; Taib, Norhasnina Binti Mohd; Yusof, Mohd Sallehuddin Bin; Rahim, Mohammad Zulafif Bin; Tobi, Abdul Latif Bin Mohd; Othman, Mohd Syafiq Bin
2017-05-01
Transparent soap is actually the combination of actual soap and solvent. The solvent is added into the soap solution to produce the transparent characteristic. The problem from the previous production is that tiny air bubbles were observed inside the soap resulted in less attractive appearance. Current method of producing the soap bar had taken more than 8 hours and having difficulties to take out the soap bar from the plastic mold with low production rate. It is expected that the air bubble problem can be solved using this new soup molder machine. The soap production rate is believed to increase with the invention of soap molder machine. By reducing the production time from 8 hours to 2 hours, it improve production rate significantly.
A Community Data Model for Hydrologic Observations
NASA Astrophysics Data System (ADS)
Tarboton, D. G.; Horsburgh, J. S.; Zaslavsky, I.; Maidment, D. R.; Valentine, D.; Jennings, B.
2006-12-01
The CUAHSI Hydrologic Information System project is developing information technology infrastructure to support hydrologic science. Hydrologic information science involves the description of hydrologic environments in a consistent way, using data models for information integration. This includes a hydrologic observations data model for the storage and retrieval of hydrologic observations in a relational database designed to facilitate data retrieval for integrated analysis of information collected by multiple investigators. It is intended to provide a standard format to facilitate the effective sharing of information between investigators and to facilitate analysis of information within a single study area or hydrologic observatory, or across hydrologic observatories and regions. The observations data model is designed to store hydrologic observations and sufficient ancillary information (metadata) about the observations to allow them to be unambiguously interpreted and used and provide traceable heritage from raw measurements to usable information. The design is based on the premise that a relational database at the single observation level is most effective for providing querying capability and cross dimension data retrieval and analysis. This premise is being tested through the implementation of a prototype hydrologic observations database, and the development of web services for the retrieval of data from and ingestion of data into the database. These web services hosted by the San Diego Supercomputer center make data in the database accessible both through a Hydrologic Data Access System portal and directly from applications software such as Excel, Matlab and ArcGIS that have Standard Object Access Protocol (SOAP) capability. This paper will (1) describe the data model; (2) demonstrate the capability for representing diverse data in the same database; (3) demonstrate the use of the database from applications software for the performance of hydrologic analysis across different observation types.
Visualization of airflow growing soap bubbles
NASA Astrophysics Data System (ADS)
Al Rahbi, Hamood; Bock, Matthew; Ryu, Sangjin
2016-11-01
Visualizing airflow inside growing soap bubbles can answer questions regarding the fluid dynamics of soap bubble blowing, which is a model system for flows with a gas-liquid-gas interface. Also, understanding the soap bubble blowing process is practical because it can contribute to controlling industrial processes similar to soap bubble blowing. In this study, we visualized airflow which grows soap bubbles using the smoke wire technique to understand how airflow blows soap bubbles. The soap bubble blower setup was built to mimic the human blowing process of soap bubbles, which consists of a blower, a nozzle and a bubble ring. The smoke wire was placed between the nozzle and the bubble ring, and smoke-visualized airflow was captured using a high speed camera. Our visualization shows how air jet flows into the growing soap bubble on the ring and how the airflow interacts with the soap film of growing bubble.
Science and Art--Rotating and Vibrating Soap Films.
ERIC Educational Resources Information Center
Ramme, Goran
1993-01-01
Describes activities concerning interference phenomena derived from illuminated rotating soap films. Suggests reflecting incident light off of the soap film onto a projection screen. Discusses several possible experiments, how to make soap solutions, and vibrating soap films. (MVL)
Popular soap opera helps raise contraceptive use. Tanzania.
1996-01-01
The latest Demographic and Health Surveys Report on Knowledge, Attitudes, and Practice documents an increase in the level of use of modern contraceptive methods in Tanzania between 1991 and 1994 from 5.9% to 11.3% of reproductive-age women. 53.2% of all women of reproductive age were exposed to mass media messages about family planning, which large majorities of men and women consider acceptable. 48.3% were exposed through radio, 22.9% reported listening to the US Agency for International Development-funded family planning promotional radio soap opera "Zinduka]", 22.5% read newspaper items, 17.5% saw posters, and 7.3% saw leaflets. 4.5% were visited by a family planning worker, 24.7% discussed family planning with a friend or relative, and 24.7% discussed family planning with health facility personnel. Zinduka], a popular 52-episode soap opera, depicts how the lives of Bomu wa Kabuma's family, in Msongano Town and Tawanya village in Tanzania, are affected because he is unable to provide for his eight children, parents, wife, mistress, and the mistress's child. The soap was produced with technical assistance from the Johns Hopkins University Center for Communication Programs Population Communication Services project. The 15-minute episodes were first broadcast in Swahili on Radio Tanzania from October 1993 through October 1994. The series was then resumed in September 1995 for another 12 months.
Chu, Chi Meng; Ng, Kynaston; Fong, June; Teoh, Jennifer
2012-04-01
Recent research suggested that the predictive validity of adult sexual offender risk assessment measures can be affected when used cross-culturally, but there is no published study on the predictive validity of risk assessment measures for youth who sexually offended in a non-Western context. This study compared the predictive validity of three youth risk assessment measures (i.e., the Estimate of Risk of Adolescent Sexual Offense Recidivism [ERASOR], the Juvenile Sex Offender Assessment Protocol-II [J-SOAP-II], and the Youth Level of Service/Case Management Inventory [YLS/CMI]) for sexual and nonviolent recidivism in a sample of 104 male youth who sexually offended within a Singaporean context (M (follow-up) = 1,637 days; SD (follow-up) = 491). Results showed that the ERASOR overall clinical rating and total score significantly predicted sexual recidivism but only the former significantly predicted time to sexual reoffense. All of the measures (i.e., the ERASOR overall clinical rating and total score, the J-SOAP-II total score, as well as the YLS/CMI) significantly predicted nonsexual recidivism and time to nonsexual reoffense for this sample of youth who sexually offended. Overall, the results suggest that the ERASOR appears to be suited for assessing youth who sexually offended in a non-Western context, but the J-SOAP-II and the YLS/CMI have limited utility for such a purpose.
Marangoni elasticity of flowing soap films
NASA Astrophysics Data System (ADS)
Kim, Ildoo; Mandre, Shreyas
2017-08-01
We measure the Marangoni elasticity of a flowing soap film to be 22 mN/m irrespective of its width, thickness, flow speed, or the bulk soap concentration. We perform this measurement by generating an oblique shock in the soap film and measuring the shock angle, flow speed, and thickness. We postulate that the elasticity is constant because the film surface is crowded with soap molecules. Our method allows nondestructive measurement of flowing soap film elasticity and the value 22 mN/m is likely applicable to other similarly constructed flowing soap films.
Bactericidal effects of triclosan in soap both in vitro and in vivo.
Kim, S A; Moon, H; Lee, K; Rhee, M S
2015-12-01
On December 2013, the US FDA proposed a rule stating that manufacturers must provide data to demonstrate that antibacterial soap is more effective than plain soap or water. The objective of the present study was to examine the in vitro and in vivo bactericidal effect of triclosan (the most widely used antiseptic agent in soap) in soap. Twenty bacterial strains (proposed by the FDA) were exposed to plain and antibacterial soaps (the same formulation as plain soap, but containing 0.3% triclosan) for 20 s at 22°C (room temperature) and 40°C (warm temperature). The temperature and time were selected to simulate the hand washing conditions and procedures used by consumers. The triclosan concentration of 0.3% is the maximum allowed by law. The decontamination efficacy of plain soap and antibacterial soap was also examined in vivo: the hands of volunteers were artificially inoculated with Serratia marcescens. There was no significant difference (P > 0.05) in bactericidal activity between plain soap and antibacterial soap at either test temperature. However, antibacterial soap showed significantly greater bactericidal effects after 9 h. These results suggest that although triclosan-containing soap does have antibacterial activity, the effects are not apparent during the short time required for hand washing. Antibacterial soap containing triclosan (0.3%) was no more effective than plain soap at reducing bacterial contamination when used under 'real-life' conditions. The present study provides practical information that may prove useful for both industry and governments. © The Author 2015. Published by Oxford University Press on behalf of the British Society for Antimicrobial Chemotherapy. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com.
Social uses of commercial soap operas: a conversation with Miguel Sabido.
Singhal, A; Obregon, R
1999-01-01
This paper presents an interview with Miguel Sabido, a writer-producer-director of theater and soap operas in Mexico concerning the social uses of commercial soap operas. According to Sabido, television soap operas can play multiple roles in educating the public: 1) melodramatic soap operas represent a mediation between good and bad; 2) soap operas allow people to gossip on different characters, their dilemmas, and create a climate for social change, especially if it centers on key social issues; and 3) soap operas provide role models to emulate. Sabido stressed the importance of a theory-based method for producing drama and mentioned how theoreticians Bentley, Bandura, Maclean, and Jung influenced his writing and production of soap operas. According to Sabido, the social uses of commercial television are possible with socially responsible soap operas.
How are soap bubbles blown? Fluid dynamics of soap bubble blowing
NASA Astrophysics Data System (ADS)
Davidson, John; Lambert, Lori; Sherman, Erica; Wei, Timothy; Ryu, Sangjin
2013-11-01
Soap bubbles are a common interfacial fluid dynamics phenomenon having a long history of delighting not only children and artists but also scientists. In contrast to the dynamics of liquid droplets in gas and gas bubbles in liquid, the dynamics of soap bubbles has not been well documented. This is possibly because studying soap bubbles is more challenging due to there existing two gas-liquid interfaces. Having the thin-film interface seems to alter the characteristics of the bubble/drop creation process since the interface has limiting factors such as thickness. Thus, the main objective of this study is to determine how the thin-film interface differentiates soap bubbles from gas bubbles and liquid drops. To investigate the creation process of soap bubbles, we constructed an experimental model consisting of air jet flow and a soap film, which consistently replicates the conditions that a human produces when blowing soap bubbles, and examined the interaction between the jet and the soap film using the high-speed videography and the particle image velocimetry.
Stability conditions and mechanism of cream soaps: role of glycerol.
Sagitani, Hiromichi
2014-01-01
Fatty acids, fatty acid potassium soaps, glycerol and water are essential ingredients in the production of stable cream soaps. In this study, the behavior of these components in solution was investigated to elucidate the stability conditions and mechanism of cream soaps. It was determined that the cream soaps were a dispersion of 1:1 acid soap (1:1 molar ratio of potassium soap/fatty acid) crystals in the lamellar gel phase, which has confirmed from the phase behavior diagrams and small angle X-ray scattering data. Glycerol was crucial ingredient in the formation of the lamellar gel phase. The cleansing process of the cream soaps was also evaluated using the same diagrams. The structure of the continuous phase in cream soaps changed from lamellar gel to a micellar aqueous solution upon the addition of water. This structural change during the washing process is important in producing the foaming activity of acid soaps to wash away dirt or excess fats from the skin surface.
40 CFR 417.10 - Applicability; description of the soap manufacturing by batch kettle subcategory.
Code of Federal Regulations, 2014 CFR
2014-07-01
... 40 Protection of Environment 29 2014-07-01 2012-07-01 true Applicability; description of the soap... PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Soap Manufacturing by Batch Kettle Subcategory § 417.10 Applicability; description of the soap...
40 CFR 417.10 - Applicability; description of the soap manufacturing by batch kettle subcategory.
Code of Federal Regulations, 2012 CFR
2012-07-01
... 40 Protection of Environment 30 2012-07-01 2012-07-01 false Applicability; description of the soap... PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Soap Manufacturing by Batch Kettle Subcategory § 417.10 Applicability; description of the soap...
40 CFR 417.10 - Applicability; description of the soap manufacturing by batch kettle subcategory.
Code of Federal Regulations, 2013 CFR
2013-07-01
... 40 Protection of Environment 30 2013-07-01 2012-07-01 true Applicability; description of the soap... PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Soap Manufacturing by Batch Kettle Subcategory § 417.10 Applicability; description of the soap...
50 CFR 260.101 - Lavatory accommodations.
Code of Federal Regulations, 2011 CFR
2011-10-01
... Fishery Products for Human Consumption Requirements for Plants Operating Under Continuous Inspection on A... water, soap, and single service towels, shall be provided. Such accommodations shall be in or near... which provides an adequate flow of water for washing hands. (d) Durable signs shall be posted...
50 CFR 260.101 - Lavatory accommodations.
Code of Federal Regulations, 2010 CFR
2010-10-01
... Fishery Products for Human Consumption Requirements for Plants Operating Under Continuous Inspection on A... water, soap, and single service towels, shall be provided. Such accommodations shall be in or near... which provides an adequate flow of water for washing hands. (d) Durable signs shall be posted...
Making Usable, Quality Opaque or Transparent Soap
ERIC Educational Resources Information Center
Mabrouk, Suzanne T.
2005-01-01
The experiment to make opaque and transparent soap, using cold and semi boiled processes respectively, and surfactant tests that measure the pH of the prepared soap, is introduced. The experiment shows an easy method to make soap by giving a choice to select oils and scents for the soap, which can be used at home.
Sartor, C; Jacomo, V; Duvivier, C; Tissot-Dupont, H; Sambuc, R; Drancourt, M
2000-03-01
To determine the role of nonmedicated soap as a source of Serratia marcescens nosocomial infections (NIs) in hospital units with endemic S marcescens NI and to examine the mechanisms of soap colonization. University-affiliated tertiary-care hospitals. A prospective case-control study and an environmental investigation were performed to assess the relationship between S marcescens NIs in hospital units and S marcescens-contaminated soap. Soap-bottle use and handwashing practices were reviewed. Cultures of healthcare workers' (HCWs) hands were obtained before and after hand washing with soap. 5 of 7 hospital units with S marcescens NIs had soap bottles contaminated with S marcescens, compared to 1 of 14 other units (P=.006). After hand washing with an S marcescens-contaminated soap pump, HCWs' hands were 54 times more likely to be contaminated with S marcescens (P<.001). Extrinsic contamination of a non-medicated liquid soap by S marcescens resulted in handborne transmission of S marcescens NIs by HCWs in our setting. This finding led to the application of strict guidelines for nonmedicated soap use and to the reinforcement of alcoholic hand disinfection.
Soap bubbles in paintings: Art and science
NASA Astrophysics Data System (ADS)
Behroozi, F.
2008-12-01
Soap bubbles became popular in 17th century paintings and prints primarily as a metaphor for the impermanence and fragility of life. The Dancing Couple (1663) by the Dutch painter Jan Steen is a good example which, among many other symbols, shows a young boy blowing soap bubbles. In the 18th century the French painter Jean-Simeon Chardin used soap bubbles not only as metaphor but also to express a sense of play and wonder. In his most famous painting, Soap Bubbles (1733/1734) a translucent and quavering soap bubble takes center stage. Chardin's contemporary Charles Van Loo painted his Soap Bubbles (1764) after seeing Chardin's work. In both paintings the soap bubbles have a hint of color and show two bright reflection spots. We discuss the physics involved and explain how keenly the painters have observed the interaction of light and soap bubbles. We show that the two reflection spots on the soap bubbles are images of the light source, one real and one virtual, formed by the curved surface of the bubble. The faint colors are due to thin film interference effects.
Ecological effects of a deodorant and a plain soap upon human skin bacteria.
Bibel, D. J.
1977-01-01
The effects of a commercial trichlorocarbanilide-containing deodorant soap and a commercial plain soap upon the cutaneous flora of individuals were compared. Using a cross-over design, 21 volunteers (10 women and 11 men) washed their forearms at least once a day with one soap for 3 weeks and then switched soaps for another 4 weeks use. By analysis of variance no significant difference in total colony counts was noted among individuals in their use of the two soaps. With the exception of individual variation, neither sequence of use, sex, nor any combination was influential. However, in 20 of 21 subjects an alteration in the composition of skin flora was observed. The deodorant soap, which in six cases increased total flora, tended to reduce or eliminate diphtheroids in 12 to 17 carriers (71%). Fewer kinds of bacteria were also noted. More Staphylococcus epidermidis was seen with the plain soap, but washing with the deodorant soap seemed to favour Acinetobacter calcoaceticus and Micrococcus luteus. The impact of this alteration and the use of total counts to measure effectiveness of deodorant soaps were brought into question. PMID:264493
The importance of soap selection for routine hand hygiene in hospital.
Ojajärvi, J.
1981-01-01
Five different types of liquid soap were studied in hospital wards, each during two months' use. Altogether 1306 finger print samples were taken from the hands of the staff by sampling twice a week and the acceptability of the soaps was measured by a questionnaire. During the use of different soaps only slight differences were found in the numbers of total bacteria or in the occurrence of Staph. aureus and gram-negative bacilli on the hands. During the use of the emulsion-type product studied, several persons who had dermatological problems had lower mean bacterial counts of the fingers than during the use of the other soaps. This soap was also favourably accepted by the staff. After over one year's use of pine oil soap and alcohol, the staff of the hospital was satisfied with the method. However, several persons with skin problems admitted to not using soap or alcohol. The considerable differences found in the acceptability of soaps imply that for use in hospital the choice of a soap acceptable to the nursing staff is important in promoting proper hand hygiene. PMID:7240731
Bernoulli Suction Effect on Soap Bubble Blowing?
NASA Astrophysics Data System (ADS)
Davidson, John; Ryu, Sangjin
2015-11-01
As a model system for thin-film bubble with two gas-liquid interfaces, we experimentally investigated the pinch-off of soap bubble blowing. Using the lab-built bubble blower and high-speed videography, we have found that the scaling law exponent of soap bubble pinch-off is 2/3, which is similar to that of soap film bridge. Because air flowed through the decreasing neck of soap film tube, we studied possible Bernoulli suction effect on soap bubble pinch-off by evaluating the Reynolds number of airflow. Image processing was utilized to calculate approximate volume of growing soap film tube and the volume flow rate of the airflow, and the Reynolds number was estimated to be 800-3200. This result suggests that soap bubbling may involve the Bernoulli suction effect.
... medlineplus.gov/ency/article/002762.htm Bubble bath soap poisoning To use the sharing features on this page, please enable JavaScript. Bubble bath soap poisoning occurs when someone swallows bubble bath soap. ...
DOE Office of Scientific and Technical Information (OSTI.GOV)
Dufresne, P.E.
1998-09-01
Phosphate ester fluids have been used as a gas turbine main bearing lubricant for more than 35 years. Acid treatment systems utilizing fullers` earth and activated alumina have been used to remove acids produced during the PE fluid degradation process on an intermittent or continuous basis. Both acid adsorbing medias contribute metal soaps during the acid adsorbing process. Over time, the build-up of metal soaps significantly reduces the capability of the media to adsorb acids. The end result is escalating acid levels and fluid operating problems. The introduction of ion exchange as an acid adsorbing media has eliminated the catalyticmore » fluid degradation process, and offers phosphate ester users` extremely long fluid service life.« less
Towards Semantic Web Services on Large, Multi-Dimensional Coverages
NASA Astrophysics Data System (ADS)
Baumann, P.
2009-04-01
Observed and simulated data in the Earth Sciences often come as coverages, the general term for space-time varying phenomena as set forth by standardization bodies like the Open GeoSpatial Consortium (OGC) and ISO. Among such data are 1-d time series, 2-D surface data, 3-D surface data time series as well as x/y/z geophysical and oceanographic data, and 4-D metocean simulation results. With increasing dimensionality the data sizes grow exponentially, up to Petabyte object sizes. Open standards for exploiting coverage archives over the Web are available to a varying extent. The OGC Web Coverage Service (WCS) standard defines basic extraction operations: spatio-temporal and band subsetting, scaling, reprojection, and data format encoding of the result - a simple interoperable interface for coverage access. More processing functionality is available with products like Matlab, Grid-type interfaces, and the OGC Web Processing Service (WPS). However, these often lack properties known as advantageous from databases: declarativeness (describe results rather than the algorithms), safe in evaluation (no request can keep a server busy infinitely), and optimizable (enable the server to rearrange the request so as to produce the same result faster). WPS defines a geo-enabled SOAP interface for remote procedure calls. This allows to webify any program, but does not allow for semantic interoperability: a function is identified only by its function name and parameters while the semantics is encoded in the (only human readable) title and abstract. Hence, another desirable property is missing, namely an explicit semantics which allows for machine-machine communication and reasoning a la Semantic Web. The OGC Web Coverage Processing Service (WCPS) language, which has been adopted as an international standard by OGC in December 2008, defines a flexible interface for the navigation, extraction, and ad-hoc analysis of large, multi-dimensional raster coverages. It is abstract in that it does not anticipate any particular protocol. One such protocol is given by the OGC Web Coverage Service (WCS) Processing Extension standard which ties WCPS into WCS. Another protocol which makes WCPS an OGC Web Processing Service (WPS) Profile is under preparation. Thereby, WCPS bridges WCS and WPS. The conceptual model of WCPS relies on the coverage model of WCS, which in turn is based on ISO 19123. WCS currently addresses raster-type coverages where a coverage is seen as a function mapping points from a spatio-temporal extent (its domain) into values of some cell type (its range). A retrievable coverage has an identifier associated, further the CRSs supported and, for each range field (aka band, channel), the interpolation methods applicable. The WCPS language offers access to one or several such coverages via a functional, side-effect free language. The following example, which derives the NDVI (Normalized Difference Vegetation Index) from given coverages C1, C2, and C3 within the regions identified by the binary mask R, illustrates the language concept: for c in ( C1, C2, C3 ), r in ( R ) return encode( (char) (c.nir - c.red) / (c.nir + c.red), H˜DF-EOS\\~ ) The result is a list of three HDF-EOS encoded images containing masked NDVI values. Note that the same request can operate on coverages of any dimensionality. The expressive power of WCPS includes statistics, image, and signal processing up to recursion, to maintain safe evaluation. As both syntax and semantics of any WCPS expression is well known the language is Semantic Web ready: clients can construct WCPS requests on the fly, servers can optimize such requests (this has been investigated extensively with the rasdaman raster database system) and automatically distribute them for processing in a WCPS-enabled computing cloud. The WCPS Reference Implementation is being finalized now that the standard is stable; it will be released in open source once ready. Among the future tasks is to extend WCPS to general meshes, in synchronization with the WCS standard. In this talk WCPS is presented in the context of OGC standardization. The author is co-chair of OGC's WCS Working Group (WG) and Coverages WG.
THE GERMICIDAL AND HEMOLYTIC ACTION OF α-BROM SOAPS
Eggerth, Arnold H.
1929-01-01
1. The soaps of the α-brom fatty acids are usually more germicidal than the unsubstituted soaps. Only when B. typhosus was the test organism was there no increase in germicidal action. 2. For any test organism, germicidal action of the brominated soaps increases rapidly with increasing molecular weight up to a certain point, then diminishes. This is likewise true of the hemolytic titer. The point of maximal germicidal action varies with the different species of tests organisms. In the series studied, brominated soaps of 12 and 14 carbon atoms were most germicidal for the Gram-negative organisms, while soaps of 16 and 18 carbon atoms were most germicidal for Gram-positive organisms. 3. The brominated soaps are, in general, more active in acid that in neutral or alkaline reactions. The reasons for this have been discussed in a previous paper, in which a similar phenomenon with unsubstituted soaps was observed. 4. For certain organisms, the brominated soaps are among the most rapid and potent germicides known. PMID:19869537
7 CFR 1570.10 - General statement.
Code of Federal Regulations, 2011 CFR
2011-01-01
... Foreign Agricultural Service (FAS). These criteria are interrelated and will be considered together in... are made available by FAS to enable exporters to meet prevailing world prices for sunflowerseed oil and cottonseed oil in targeted destinations. In the operation of the SOAP and the COAP, FAS will make...
7 CFR 1570.10 - General statement.
Code of Federal Regulations, 2010 CFR
2010-01-01
... Foreign Agricultural Service (FAS). These criteria are interrelated and will be considered together in... are made available by FAS to enable exporters to meet prevailing world prices for sunflowerseed oil and cottonseed oil in targeted destinations. In the operation of the SOAP and the COAP, FAS will make...
7 CFR 1570.10 - General statement.
Code of Federal Regulations, 2013 CFR
2013-01-01
... Foreign Agricultural Service (FAS). These criteria are interrelated and will be considered together in... are made available by FAS to enable exporters to meet prevailing world prices for sunflowerseed oil and cottonseed oil in targeted destinations. In the operation of the SOAP and the COAP, FAS will make...
7 CFR 1570.10 - General statement.
Code of Federal Regulations, 2012 CFR
2012-01-01
... Foreign Agricultural Service (FAS). These criteria are interrelated and will be considered together in... are made available by FAS to enable exporters to meet prevailing world prices for sunflowerseed oil and cottonseed oil in targeted destinations. In the operation of the SOAP and the COAP, FAS will make...
7 CFR 1570.10 - General statement.
Code of Federal Regulations, 2014 CFR
2014-01-01
... Foreign Agricultural Service (FAS). These criteria are interrelated and will be considered together in... are made available by FAS to enable exporters to meet prevailing world prices for sunflowerseed oil and cottonseed oil in targeted destinations. In the operation of the SOAP and the COAP, FAS will make...
Medicinal and cosmetics soap production from Jatropha oil.
Shahinuzzaman, M; Yaakob, Zahira; Moniruzzaman, M
2016-06-01
Soap is the most useful things which we use our everyday life in various cleansing and cosmetics purposes. Jatropha oil is nonedible oil which has more benefits to soap making. It has also cosmetics and medicinal properties. But the presence of toxic Phorbol esters in Jatropha oil is the main constrains to use it. So it is necessary to search a more suitable method for detoxifying the Jatropha oil before the use as the main ingredient of soap production. This review implies a more suitable method for removing phorbol esters from Jatropha oil. Several parameters such as the % yield of pure Jatropha oil soap, TFM value of soap, total alkali content, free caustic alkalinity content, pH, the antimicrobial activity, and CMC value of general soap should be taken into consideration for soap from detoxified Jatropha oil. © 2016 Wiley Periodicals, Inc.
Significance of Ca-soap formation for calcium absorption in the rat.
Gacs, G; Barltrop, D
1977-01-01
The significance of calcium soap formation in the inhibition of calcium absorption has been studied in rats. 47Ca labelled soaps of fatty acids were introduced into the duodenum and the absorption of calcium measured after four hours in a whole body counter. The absorption of calcium was inversely correlated with the chain length of the fatty acid varying from 1% for Ca-stearate to 60% for Ca-hexanoate. Increasing the degree of unsaturation of the fatty acid was accompanied by increased calcium absorption. The availability of calcium for absorption from the soaps was correlated with their solubility in 1% aqueous Na-tauroglycocholate. The percentages of calcium as soap in the small intestine and the faeces after intragastric administration of calcium and fats were similar, which suggests that the faecal content of calcium soaps is an index of intestinal soap formation. Soap formation was negligible when CaCl2 was given with tristearate, triolaeate, or tridecanoate and no depression of calcium absorption was observed. Calcium absorption was markedly impaired by the addition of phosphates at a Ca/P ratio of 1:1 irrespective of the presence of neutral fats. Stearic acid resulted in significant soap formation and reduced calcium absorption. The degree of Ca-soap formation and the inhibition of calcium absorption were well correlated. The results suggest that, although calcium soap formation may markedly depress calcium absorption in the rat, no significant soap formation takes place when fats are given in the form of triglycerides. PMID:838405
Luby, Stephen P; Kadir, Mohammad Abdul; Yushuf Sharker, M A; Yeasmin, Farzana; Unicomb, Leanne; Sirajul Islam, M
2010-12-01
To pilot two intensive hand hygiene promotion interventions, one using soap and one using a waterless hand sanitizer, in low-income housing compounds in Dhaka, Bangladesh and assess subsequent changes in handwashing behaviour and hand microbiology. Fieldworkers randomized 30 housing compounds: 10 received handwashing promotion with free soap, 10 received handwashing promotion with free waterless hand sanitizer and 10 were non-intervention controls. Fieldworkers assessed handwashing behaviour by structured observation and collected hand rinse specimens. At baseline, compound residents washed their hands with soap 26% of the time after defecation and 30% after cleaning a child's anus but <1% at other times. Compared with baseline, residents of soap intervention compounds were much more likely to wash their hands with soap after faecal contact (85-91%), before preparing food (26%) and before eating (26%). Compounds that received waterless hand sanitizer cleansed their hands more commonly than control compounds that used soap (10.4%vs. 2.3%), but less commonly than soap intervention compounds used soap (25%). Post-intervention hand rinse samples from soap and sanitizer compounds had lower concentrations of faecal indicator bacteria compared with baseline and control compounds. Waterless hand sanitizer was readily adopted by this low-income community and reduced hand contamination but did not improve the frequency of handwashing compared with soap. Future deployments of waterless hand sanitizers may improve hand hygiene more effectively by targeting settings where soap and water is unavailable. © 2010 Blackwell Publishing Ltd.
Surface tension of flowing soap films
NASA Astrophysics Data System (ADS)
Sane, Aakash; Mandre, Shreyas; Kim, Ildoo
2018-04-01
The surface tension of flowing soap films is measured with respect to the film thickness and the concentration of soap solution. We perform this measurement by measuring the curvature of the nylon wires that bound the soap film channel and use the measured curvature to parametrize the relation between the surface tension and the tension of the wire. We find the surface tension of our soap films increases when the film is relatively thin or made of soap solution of low concentration, otherwise it approaches an asymptotic value 30 mN/m. A simple adsorption model with only two parameters describes our observations reasonably well. With our measurements, we are also able to measure Gibbs elasticity for our soap film.
Effective dilution of surfactants due to thinning of the soap film
NASA Astrophysics Data System (ADS)
Sane, Aakash; Mandre, Shreyas; Kim, Ildoo
2017-11-01
A flowing soap film is a system whose hydrodynamic properties can be affected by its thickness. Despite abundant experiments performed using soap films, few have examined the dependence of its physical as well as chemical properties with respect to its thickness. We investigate one such property - surface tension of the flowing film and delineate its dependence on the concentration of the soap solution and flow rate per unit width i.e. thickness of the soap film. Using our proposed method to measure the average surface tension in-situ over the whole soap film, we show that the surface tension increases by reducing the thickness of the film and by reducing the concentration of the soap solution. Our data suggests that thinning of the soap film is effectively diluting the solution. Thinning increases the adsorption of surfactants to the surfaces, but it decreases the total number of molecules per unit area. Our work brings new insight into the physics of soap films and we believe that this effective dilution due to thinning is a signature of the flowing soap films, whose surface concentration of surfactants is affected by the thickness.
NASA Astrophysics Data System (ADS)
Widyaningsih, S.; Chasani, M.; Diastuti, H.; Novayanti
2018-04-01
The increasing demand of soap encourages new innovations of it’s quantity, quality, benefits and raw materials. One of the innovations that has been developed is the use of nyamplung (C. inophyllum L) seed oil as basic ingredients of soap, with addition of active substances such as antibacterial and fragrance. This research aims to determine best formulation of liquid soap according to SNI 06-4085-1996 and its antibacterial activity after addition of n-hexane fraction of C. heyneana rhizome and fragrance from lavender flower oil at various concentrations, then a hedonic test was conducted to evaluate the panelist's preference towards the soap with the best formulation. This research has been done through several stages of soap making with saponification method, soap characterization according to SNI 06-4085-1996, determination of best formulation of liquid soap based on the effectiveness index method and antibacterial activity test of liquid soap to S.aureus with disc diffusion method and hedonic test using some parameters such as colour, odor, foam, clean power and effects after being used. The results showed that the best characteristic soap according to SNI 06-4085-1996 was soap with 0.2% antibacterial content and 2.5% perfume. The best soap characteristic showed total fatty acid 67.49%, free fatty acid 1.01%, neutral fat 7.24%, weight of type 1.05 g/mL, pH of 9.85 and foam stability 76.69%. The results of the antibacterial activity test of the best formula soap showed the inhibitory zone of 14.92 mm.
Zapka, Carrie A.; Campbell, Esther J.; Maxwell, Sheri L.; Gerba, Charles P.; Dolan, Michael J.; Arbogast, James W.; Macinga, David R.
2011-01-01
Bulk-soap-refillable dispensers are prone to extrinsic bacterial contamination, and recent studies demonstrated that approximately one in four dispensers in public restrooms are contaminated. The purpose of this study was to quantify bacterial hand contamination and transfer after use of contaminated soap under controlled laboratory and in-use conditions in a community setting. Under laboratory conditions using liquid soap experimentally contaminated with 7.51 log10 CFU/ml of Serratia marcescens, an average of 5.28 log10 CFU remained on each hand after washing, and 2.23 log10 CFU was transferred to an agar surface. In an elementary-school-based field study, Gram-negative bacteria on the hands of students and staff increased by 1.42 log10 CFU per hand (26-fold) after washing with soap from contaminated bulk-soap-refillable dispensers. In contrast, washing with soap from dispensers with sealed refills significantly reduced bacteria on hands by 0.30 log10 CFU per hand (2-fold). Additionally, the mean number of Gram-negative bacteria transferred to surfaces after washing with soap from dispensers with sealed-soap refills (0.06 log10 CFU) was significantly lower than the mean number after washing with contaminated bulk-soap-refillable dispensers (0.74 log10 CFU; P < 0.01). Finally, significantly higher levels of Gram-negative bacteria were recovered from students (2.82 log10 CFU per hand) than were recovered from staff (2.22 log10 CFU per hand) after washing with contaminated bulk soap (P < 0.01). These results demonstrate that washing with contaminated soap from bulk-soap-refillable dispensers can increase the number of opportunistic pathogens on the hands and may play a role in the transmission of bacteria in public settings. PMID:21421792
Bacterial hand contamination and transfer after use of contaminated bulk-soap-refillable dispensers.
Zapka, Carrie A; Campbell, Esther J; Maxwell, Sheri L; Gerba, Charles P; Dolan, Michael J; Arbogast, James W; Macinga, David R
2011-05-01
Bulk-soap-refillable dispensers are prone to extrinsic bacterial contamination, and recent studies demonstrated that approximately one in four dispensers in public restrooms are contaminated. The purpose of this study was to quantify bacterial hand contamination and transfer after use of contaminated soap under controlled laboratory and in-use conditions in a community setting. Under laboratory conditions using liquid soap experimentally contaminated with 7.51 log(10) CFU/ml of Serratia marcescens, an average of 5.28 log(10) CFU remained on each hand after washing, and 2.23 log(10) CFU was transferred to an agar surface. In an elementary-school-based field study, Gram-negative bacteria on the hands of students and staff increased by 1.42 log(10) CFU per hand (26-fold) after washing with soap from contaminated bulk-soap-refillable dispensers. In contrast, washing with soap from dispensers with sealed refills significantly reduced bacteria on hands by 0.30 log(10) CFU per hand (2-fold). Additionally, the mean number of Gram-negative bacteria transferred to surfaces after washing with soap from dispensers with sealed-soap refills (0.06 log(10) CFU) was significantly lower than the mean number after washing with contaminated bulk-soap-refillable dispensers (0.74 log(10) CFU; P < 0.01). Finally, significantly higher levels of Gram-negative bacteria were recovered from students (2.82 log(10) CFU per hand) than were recovered from staff (2.22 log(10) CFU per hand) after washing with contaminated bulk soap (P < 0.01). These results demonstrate that washing with contaminated soap from bulk-soap-refillable dispensers can increase the number of opportunistic pathogens on the hands and may play a role in the transmission of bacteria in public settings.
Freeman, Matthew C; Stocks, Meredith E; Cumming, Oliver; Jeandron, Aurelie; Higgins, Julian P T; Wolf, Jennyfer; Prüss-Ustün, Annette; Bonjour, Sophie; Hunter, Paul R; Fewtrell, Lorna; Curtis, Valerie
2014-08-01
To estimate the global prevalence of handwashing with soap and derive a pooled estimate of the effect of hygiene on diarrhoeal diseases, based on a systematic search of the literature. Studies with data on observed rates of handwashing with soap published between 1990 and August 2013 were identified from a systematic search of PubMed, Embase and ISI Web of Knowledge. A separate search was conducted for studies on the effect of hygiene on diarrhoeal disease that included randomised controlled trials, quasi-randomised trials with control group, observational studies using matching techniques and observational studies with a control group where the intervention was well defined. The search used Cochrane Library, Global Health, BIOSIS, PubMed, and Embase databases supplemented with reference lists from previously published systematic reviews to identify studies published between 1970 and August 2013. Results were combined using multilevel modelling for handwashing prevalence and meta-regression for risk estimates. From the 42 studies reporting handwashing prevalence we estimate that approximately 19% of the world population washes hands with soap after contact with excreta (i.e. use of a sanitation facility or contact with children's excreta). Meta-regression of risk estimates suggests that handwashing reduces the risk of diarrhoeal disease by 40% (risk ratio 0.60, 95% CI 0.53-0.68); however, when we included an adjustment for unblinded studies, the effect estimate was reduced to 23% (risk ratio 0.77, 95% CI 0.32-1.86). Our results show that handwashing after contact with excreta is poorly practiced globally, despite the likely positive health benefits. © 2014 John Wiley & Sons Ltd.
The diffusion of television in India.
Singhal, A; Doshi, J K; Rogers, E M; Rahman, S A
1988-01-01
Between 1980 and 1987, the number of television sets increased by 10 times in India. Television now reaches an audience of about 800 million, 10% of the population. 3 main reasons account for the rapid diffusion of television in India: the role of communication satellites in expanding access to television signals, the introduction and popularity of soap operas, and the increasing revenues to the national television system (Doordarshan) from commercial advertising. Hum Log, the 1st soap opera on the national network, was patterned after pro-development soap operas in Mexico and addresses social issues such as family communication, women's status, small family size, national integration, dowry, and alcoholism. The main lesson from the Hum Log experience was that indigenous soap operas can attract large audiences and substantial profits. A 1987 household survey indicated that television ownership is more common in urban areas (88% of households) than rural areas (52%) and among households with incomes above RS 1500 (75% of television owners). The commercialization of Indian television has precipitated a policy debate about television's role. Supporters of further expansion of television services cite popular will, the potential to use this medium for educational development, high advertising incomes, the ability of satellite television to penetrate rural areas, and high government expenditures for television broadcasting. On the other hand, detractors of the commercialization policy argue that television promotes consumerism, widens the gap between the urban elite and the rural poor, disregards regional sociocultural norms, and diverts funding from development programs in areas such as health and education.
An Automatic Web Service Composition Framework Using QoS-Based Web Service Ranking Algorithm.
Mallayya, Deivamani; Ramachandran, Baskaran; Viswanathan, Suganya
2015-01-01
Web service has become the technology of choice for service oriented computing to meet the interoperability demands in web applications. In the Internet era, the exponential addition of web services nominates the "quality of service" as essential parameter in discriminating the web services. In this paper, a user preference based web service ranking (UPWSR) algorithm is proposed to rank web services based on user preferences and QoS aspect of the web service. When the user's request cannot be fulfilled by a single atomic service, several existing services should be composed and delivered as a composition. The proposed framework allows the user to specify the local and global constraints for composite web services which improves flexibility. UPWSR algorithm identifies best fit services for each task in the user request and, by choosing the number of candidate services for each task, reduces the time to generate the composition plans. To tackle the problem of web service composition, QoS aware automatic web service composition (QAWSC) algorithm proposed in this paper is based on the QoS aspects of the web services and user preferences. The proposed framework allows user to provide feedback about the composite service which improves the reputation of the services.
A resource-oriented architecture for a Geospatial Web
NASA Astrophysics Data System (ADS)
Mazzetti, Paolo; Nativi, Stefano
2010-05-01
In this presentation we discuss some architectural issues on the design of an architecture for a Geospatial Web, that is an information system for sharing geospatial resources according to the Web paradigm. The success of the Web in building a multi-purpose information space, has raised questions about the possibility of adopting the same approach for systems dedicated to the sharing of more specific resources, such as the geospatial information, that is information characterized by spatial/temporal reference. To this aim an investigation on the nature of the Web and on the validity of its paradigm for geospatial resources is required. The Web was born in the early 90's to provide "a shared information space through which people and machines could communicate" [Berners-Lee 1996]. It was originally built around a small set of specifications (e.g. URI, HTTP, HTML, etc.); however, in the last two decades several other technologies and specifications have been introduced in order to extend its capabilities. Most of them (e.g. the SOAP family) actually aimed to transform the Web in a generic Distributed Computing Infrastructure. While these efforts were definitely successful enabling the adoption of service-oriented approaches for machine-to-machine interactions supporting complex business processes (e.g. for e-Government and e-Business applications), they do not fit in the original concept of the Web. In the year 2000, R. T. Fielding, one of the designers of the original Web specifications, proposes a new architectural style for distributed systems, called REST (Representational State Transfer), aiming to capture the fundamental characteristics of the Web as it was originally conceived [Fielding 2000]. In this view, the nature of the Web lies not so much in the technologies, as in the way they are used. Maintaining the Web architecture conform to the REST style would then assure the scalability, extensibility and low entry barrier of the original Web. On the contrary, systems using the same Web technologies and specifications but according to a different architectural style, despite their usefulness, should not be considered part of the Web. If the REST style captures the significant Web characteristics, then, in order to build a Geospatial Web it is necessary that its architecture satisfies all the REST constraints. One of them is of particular importance: the adoption of a Uniform Interface. It prescribes that all the geospatial resources must be accessed through the same interface; moreover according to the REST style this interface must satisfy four further constraints: a) identification of resources; b) manipulation of resources through representations; c) self-descriptive messages; and, d) hypermedia as the engine of application state. In the Web, the uniform interface provides basic operations which are meaningful for generic resources. They typically implement the CRUD pattern (Create-Retrieve-Update-Delete) which demonstrated to be flexible and powerful in several general-purpose contexts (e.g. filesystem management, SQL for database management systems, etc.). Restricting the scope to a subset of resources it would be possible to identify other generic actions which are meaningful for all of them. For example for geospatial resources, subsetting, resampling, interpolation and coordinate reference systems transformations functionalities are candidate functionalities for a uniform interface. However an investigation is needed to clarify the semantics of those actions for different resources, and consequently if they can really ascend the role of generic interface operation. Concerning the point a), (identification of resources), it is required that every resource addressable in the Geospatial Web has its own identifier (e.g. a URI). This allows to implement citation and re-use of resources, simply providing the URI. OPeNDAP and KVP encodings of OGC data access services specifications might provide a basis for it. Concerning point b) (manipulation of resources through representations), the Geospatial Web poses several issues. In fact, while the Web mainly handles semi-structured information, in the Geospatial Web the information is typically structured with several possible data models (e.g. point series, gridded coverages, trajectories, etc.) and encodings. A possibility would be to simplify the interchange formats, choosing to support a subset of data models and format(s). This is what actually the Web designers did choosing to define a common format for hypermedia (HTML), although the underlying protocol would be generic. Concerning point c), self-descriptive messages, the exchanged messages should describe themselves and their content. This would not be actually a major issue considering the effort put in recent years on geospatial metadata models and specifications. The point d), hypermedia as the engine of application state, is actually where the Geospatial Web would mainly differ from existing geospatial information sharing systems. In fact the existing systems typically adopt a service-oriented architecture, where applications are built as a single service or as a workflow of services. On the other hand, in the Geospatial Web, applications should be built following the path between interconnected resources. The link between resources should be made explicit as hyperlinks. The adoption of Semantic Web solutions would allow to define not only the existence of a link between two resources, but also the nature of the link. The implementation of a Geospatial Web would allow to build an information system with the same characteristics of the Web sharing its points-of-strength and weaknesses. The main advantages would be the following: • The user would interact with the Geospatial Web according to the well-known Web navigation paradigm. This would lower the barrier to the access to geospatial applications for non-specialists (e.g. the success of Google Maps and other Web mapping applications); • Successful Web and Web 2.0 applications - search engines, feeds, social network - could be integrated/replicated in the Geospatial Web; The main drawbacks would be the following: • The Uniform Interface simplifies the overall system architecture (e.g. no service registry, and service descriptors required), but moves the complexity to the data representation. Moreover since the interface must stay generic, it results really simple and therefore complex interactions would require several transfers. • In the geospatial domain one of the most valuable resources are processes (e.g. environmental models). How they can be modeled as resources accessed through the common interface is an open issue. Taking into account advantages and drawback it seems that a Geospatial Web would be useful, but its use would be limited to specific use-cases not covering all the possible applications. The Geospatial Web architecture could be partly based on existing specifications, while other aspects need investigation. References [Berners-Lee 1996] T. Berners-Lee, "WWW: Past, present, and future". IEEE Computer, 29(10), Oct. 1996, pp. 69-77. [Fielding 2000] Fielding, R. T. 2000. Architectural styles and the design of network-based software architectures. PhD Dissertation. Dept. of Information and Computer Science, University of California, Irvine
Handwashing and antiseptic-containing soaps in hospital
Jarvis, J. D.; Wynne, C. D.; Enwright, L.; Williams, J. D.
1979-01-01
Two aspects of handwashing in hospital were considered. A study was carried out to examine the contamination of bar soap and containers, and the use of antiseptic soaps in reducing the resident flora of the skin. Swabs were collected from soap dishes on six wards and from a bacteriology laboratory on four consecutive days. The unmedicated bar soap was replaced by bar soap containing 2·5% povidone-iodine, and further swabs were collected over a period of seven days. Ninety-two isolates from 48 samples were obtained when unmedicated bar soap was used, and nine isolates from 42 samples when povidone-iodine (Betadine) soap was substituted. The number of organisms recovered when povidone-iodine soap was used was much reduced, and Pseudomonas spp were recovered in low numbers on only one occasion. Six laboratory workers took part in a study to compare bar soap with other agents—povidone-iodine soap, povidone-iodine surgical scrub, povidone-iodine alcoholic solution, chlorhexidine surgical scrub, and alcoholic chlorhexidine. Samples were collected after standard washes and after surgical gloves had been worn for 90 minutes. The effect of multiple washes was assessed by samples collected after six washes with the agent under study (three per day) followed by 90 minutes wearing surgical gloves. The average percentage reduction in normal flora obtained indicated that alcoholic chlorhexidine was superior to the other agents. PMID:500840
Flexible Web services integration: a novel personalised social approach
NASA Astrophysics Data System (ADS)
Metrouh, Abdelmalek; Mokhati, Farid
2018-05-01
Dynamic composition or integration remains one of the key objectives of Web services technology. This paper aims to propose an innovative approach of dynamic Web services composition based on functional and non-functional attributes and individual preferences. In this approach, social networks of Web services are used to maintain interactions between Web services in order to select and compose Web services that are more tightly related to user's preferences. We use the concept of Web services community in a social network of Web services to reduce considerably their search space. These communities are created by the direct involvement of Web services providers.
The antimicrobial assessment of some Nigerian herbal soap.
Igbeneghu, O A
2013-01-01
Twenty samples of herbal soaps were evaluated for their antimicrobial activity against bacteria and yeast of significance in skin infections with the aim to provide some justification for the continued use of the soaps in the management of superficial skin infections. All the soaps were found to possess antimicrobial activity in a concentration and organism dependent manner. The soaps were more active against the gram positive organisms than the Gram negative organisms while none of the soaps had activity against the tested yeasts. Only 35% of the soaps were appropriately packaged with adequate directions for use and storage. The study showed that the tested soaps possessed antimicrobial properties and they can contribute to the treatment and management of skin infections caused by bacteria if well prepared with the appropriate plant materials to target specific causative organisms and packaged with appropriate directions for use and storage.
An Automatic Web Service Composition Framework Using QoS-Based Web Service Ranking Algorithm
Mallayya, Deivamani; Ramachandran, Baskaran; Viswanathan, Suganya
2015-01-01
Web service has become the technology of choice for service oriented computing to meet the interoperability demands in web applications. In the Internet era, the exponential addition of web services nominates the “quality of service” as essential parameter in discriminating the web services. In this paper, a user preference based web service ranking (UPWSR) algorithm is proposed to rank web services based on user preferences and QoS aspect of the web service. When the user's request cannot be fulfilled by a single atomic service, several existing services should be composed and delivered as a composition. The proposed framework allows the user to specify the local and global constraints for composite web services which improves flexibility. UPWSR algorithm identifies best fit services for each task in the user request and, by choosing the number of candidate services for each task, reduces the time to generate the composition plans. To tackle the problem of web service composition, QoS aware automatic web service composition (QAWSC) algorithm proposed in this paper is based on the QoS aspects of the web services and user preferences. The proposed framework allows user to provide feedback about the composite service which improves the reputation of the services. PMID:26504894
ERIC Educational Resources Information Center
Philippines Univ., Quezon City. Inst. for Science and Mathematics Education Development.
This module provides instructions for clarifying cooking oil and using it with either wood ash lye or commercial lye to make laundry soap. It also provides (in appendices): a discussion of oils and soaps, including the history of soap; instructions for preparing an 18 percent lye solution; instructions for preparing soap using lye from wood ash;…
Irritancy ranking of 31 cleansers in the Indian market in a 24-h patch test.
Lakshmi, C; Srinivas, C R; Anand, C V; Mathew, A C
2008-08-01
Cleansing trends promise freshness, sensory and health benefits but may also be accompanied by an increase in soap-induced skin irritation. The aim of this study was to evaluate the irritant effect of 31 cleansers (28 bar soaps and 3 liquid cleansers) available in the Indian market. Eight percent w/v solutions of the soaps/cleansers were made and 30 microL of each of the solutions were applied to Finn chambers and occluded for 24 h along with distilled water (negative control) and 20% sodium dodecyl sulphate (SDS) as positive control. The sites were graded for erythema and scaling 30 min after removing the patches. The pH of each of the soap solutions was determined. Mean with SD and ANOVA (F-value) was computed separately for each soap/cleanser with respect to the two parameters, erythema and scaling. The total of the means for both the parameters, erythema and scaling was also computed. The cleansers were listed based on this total from the least irritant to the most irritant. The differences between soaps (F-value) was significant for erythema and scaling [erythema = 4.106 (P = 0.000); scaling = 6.006 (P = 0.000)]. Cetaphil cleansing lotion had the lowest erythema score of 0.25. Lowest scaling score of zero was recorded for Cetaphil cleansing lotion and Elovera moisturizing body wash. Aquasoft and Lifebuoy soaps had the highest erythema score of 2.13. Acnex had the highest scaling score of 1.75; Aquasoft, Hamam scrub bath soap and Naturepower sandal soaps were the next with a scaling score of 1.63. Cetaphil cleansing lotion, Aquaderm liquid soap, Dove bar soap and Elovera moisturizing body wash proved to be the least irritant cleansers with a total score of less than 1. The four most irritant soaps/cleansers had an average score of 3.65. The irritant potential of the majority of the cleansers fell between these extremes. The pH of all the soap/cleanser solutions was neutral to alkaline (pH 7-9) except that of Dove bar, Cetaphil cleansing lotion, Aquaderm liquid soap and Elovera moisturizing body wash which tested acidic (pH 5-6). The pH of the positive control--20% SDS, was acidic (pH 6). The difference in the irritancy potential between soaps/cleansers as determined by the 24-h patch test was significant. There were individual variations in the irritant potential of the soaps/cleansers in the volunteers, thus when the patient queries on what soap to use, it may be advisable to test each patient separately and educate him/her regarding the soaps/cleansers less likely to cause irritation. The limitations of the study was that it was single blind and non-randomized as all the 14 soap solutions were applied on 15 volunteers in the first panel and subsequently all the 17 soap solutions were applied on eight volunteers in the second panel. However, we could compare the irritant potential of 31 cleansers. The results of 24-h patch testing of 31 soaps/cleansers in the Indian market in two panels of 14 and 17 soaps/cleansers on 15 and eight volunteers, respectively, are presented.
9 CFR 590.500 - Plant requirements.
Code of Federal Regulations, 2010 CFR
2010-01-01
... connected with other drainage systems within the plant. (h) The water supply (both hot and cold) shall be... following formula shall serve as a basis for determining the toilet facilities required: Persons of same sex... accommodations (including, but not being limited to, hot and cold running water, single service towels, and soap...
9 CFR 590.500 - Plant requirements.
Code of Federal Regulations, 2011 CFR
2011-01-01
... connected with other drainage systems within the plant. (h) The water supply (both hot and cold) shall be... following formula shall serve as a basis for determining the toilet facilities required: Persons of same sex... accommodations (including, but not being limited to, hot and cold running water, single service towels, and soap...
9 CFR 590.500 - Plant requirements.
Code of Federal Regulations, 2012 CFR
2012-01-01
... connected with other drainage systems within the plant. (h) The water supply (both hot and cold) shall be... following formula shall serve as a basis for determining the toilet facilities required: Persons of same sex... accommodations (including, but not being limited to, hot and cold running water, single service towels, and soap...
9 CFR 590.500 - Plant requirements.
Code of Federal Regulations, 2013 CFR
2013-01-01
... connected with other drainage systems within the plant. (h) The water supply (both hot and cold) shall be... following formula shall serve as a basis for determining the toilet facilities required: Persons of same sex... accommodations (including, but not being limited to, hot and cold running water, single service towels, and soap...
9 CFR 590.500 - Plant requirements.
Code of Federal Regulations, 2014 CFR
2014-01-01
... connected with other drainage systems within the plant. (h) The water supply (both hot and cold) shall be... following formula shall serve as a basis for determining the toilet facilities required: Persons of same sex... accommodations (including, but not being limited to, hot and cold running water, single service towels, and soap...
9 CFR 590.520 - Breaking room facilities.
Code of Federal Regulations, 2010 CFR
2010-01-01
... 9 Animals and Animal Products 2 2010-01-01 2010-01-01 false Breaking room facilities. 590.520 Section 590.520 Animals and Animal Products FOOD SAFETY AND INSPECTION SERVICE, DEPARTMENT OF AGRICULTURE..., clean towels or other facilities for drying hands, odorless soap, and containers for used towels. Hand...
Antimicrobial Activity of Medicated Soaps Commonly Used By Dar es Salaam Residents in Tanzania.
Mwambete, K D; Lyombe, F
2011-01-01
An in vitro evaluation of the anti-microbial activity of medicated soaps was conducted using ditch-plate and hand washing techniques. Strains of reference microbes namely Candida albicans (ATCC90028), Staphylococcus aureus (ATCC25923), Pseudomonas aureginosa (ATCC27853) and Escherichia coli (ATCC25922) were tested at three different soaps' concentrations (1.0, 4.0 and 8.0 mg/ml). A total of 16 medicated soaps were assayed for their antimicrobial efficacy. Of these, 13 were medicated and 3 non-medicated soaps, which served as control. Ciprofloxacin and ketaconazole were employed as positive controls. Label disclosure for the soaps' ingredients and other relevant information were absorbed. The most common antimicrobial active ingredients were triclosan, trichloroxylenol and trichlorocarbanilide. ANOVA for means of zones of inhibition revealed variability of antimicrobial activity among the medicated soaps. Positive correlation (r=0.318; P<0.01) between zones of inhibition and soaps' concentrations was evidenced. Hand washing frequencies positively correlated with microbial counts. Roberts(®) soap exhibited the largest zone of inhibition (34 mm) on S. aureus. Candida albicans was the least susceptible microbe. Regency(®) and Dalan(®) exhibited the least zone of inhibition on the tested bacteria. Protex(®), Roberts(®), Family(®) and Protector(®) were equally effective (P<0.01) against S. aureus. In conclusion, majority of the assayed medicated soaps have satisfactory antibacterial activity; though lack antifungal effect with exception of Linda(®) liquid soap. The hand washing technique has proved to be inappropriate for evaluation of soaps' antimicrobial efficacy due to presence of the skin microflora.
Microbicidal effects of plain soap vs triclocarban-based antibacterial soap.
Kim, S A; Rhee, M S
2016-11-01
The aim of this study was to determine the bactericidal effects of plain and antibacterial soap. The bactericidal effects of plain and antibacterial soap containing 0.3% triclocarban were examined against 10 Gram-positive and 10 Gram-negative bacterial strains after exposure at 22°C and 40°C for 20 s. Gram-negative bacteria were more susceptible to both soaps than Gram-positive bacteria. However, with one exception (Enterococcus faecalis ATCC 19433 at 40°C), there was no significant difference between the effects of medicated and non-medicated soap at either temperature. Triclocarban in soap does not lead to a meaningful reduction in bacterial levels during use. Copyright © 2016 The Healthcare Infection Society. Published by Elsevier Ltd. All rights reserved.
Measuring Surface Tension of a Flowing Soap Film
NASA Astrophysics Data System (ADS)
Sane, Aakash; Kim, Ildoo; Mandre, Shreyas
2016-11-01
It is well known that surface tension is sensitive to the presence of surfactants and many conventional methods exist to measure it. These techniques measure surface tension either by intruding into the system or by changing its geometry. Use of conventional methods in the case of a flowing soap film is not feasible because intruding the soap film changes surface tension due to Marangoni effect. We present a technique in which we measure the surface tension in situ of a flowing soap film without intruding into the film. A flowing soap film is created by letting soap solution drip between two wires. The interaction of the soap film with the wires causes the wires to deflect which can be measured. Surface tension is calculated using a relation between curvature of the wires and the surface tension. Our measurements indicate that the surface tension of the flowing soap film for our setup is around 0.05 N/m. The nature of this technique makes it favorable for measuring surface tension of flowing soap films whose properties change on intrusion.
Proposal for a Web Encoding Service (wes) for Spatial Data Transactio
NASA Astrophysics Data System (ADS)
Siew, C. B.; Peters, S.; Rahman, A. A.
2015-10-01
Web services utilizations in Spatial Data Infrastructure (SDI) have been well established and standardized by Open Geospatial Consortium (OGC). Similar web services for 3D SDI are also being established in recent years, with extended capabilities to handle 3D spatial data. The increasing popularity of using City Geographic Markup Language (CityGML) for 3D city modelling applications leads to the needs for large spatial data handling for data delivery. This paper revisits the available web services in OGC Web Services (OWS), and propose the background concepts and requirements for encoding spatial data via Web Encoding Service (WES). Furthermore, the paper discusses the data flow of the encoder within web service, e.g. possible integration with Web Processing Service (WPS) or Web 3D Services (W3DS). The integration with available web service could be extended to other available web services for efficient handling of spatial data, especially 3D spatial data.
The Marangoni convection induced by acetone desorption from the falling soap film
NASA Astrophysics Data System (ADS)
Sha, Yong; Li, Zhangyun; Wang, Yongyi; Huang, Jiali
2012-05-01
By means of the falling soap film tunnel and the Schlieren optical method, the Marangoni convection were observed directly in the immediate interfacial neighborhood during the desorption process of acetone from the falling soap film. Moreover, the hydraulic characteristics of the falling soap film tunnel, the acetone concentration, the surface tension of the soap liquid and the mass transfer has been investigated in details through the experimental or theoretical method.
Dynamic selection mechanism for quality of service aware web services
NASA Astrophysics Data System (ADS)
D'Mello, Demian Antony; Ananthanarayana, V. S.
2010-02-01
A web service is an interface of the software component that can be accessed by standard Internet protocols. The web service technology enables an application to application communication and interoperability. The increasing number of web service providers throughout the globe have produced numerous web services providing the same or similar functionality. This necessitates the use of tools and techniques to search the suitable services available over the Web. UDDI (universal description, discovery and integration) is the first initiative to find the suitable web services based on the requester's functional demands. However, the requester's requirements may also include non-functional aspects like quality of service (QoS). In this paper, the authors define a QoS model for QoS aware and business driven web service publishing and selection. The authors propose a QoS requirement format for the requesters, to specify their complex demands on QoS for the web service selection. The authors define a tree structure called quality constraint tree (QCT) to represent the requester's variety of requirements on QoS properties having varied preferences. The paper proposes a QoS broker based architecture for web service selection, which facilitates the requesters to specify their QoS requirements to select qualitatively optimal web service. A web service selection algorithm is presented, which ranks the functionally similar web services based on the degree of satisfaction of the requester's QoS requirements and preferences. The paper defines web service provider qualities to distinguish qualitatively competitive web services. The paper also presents the modelling and selection mechanism for the requester's alternative constraints defined on the QoS. The authors implement the QoS broker based system to prove the correctness of the proposed web service selection mechanism.
ERIC Educational Resources Information Center
Cantor, Muriel G.; Cantor, Joel M.
1984-01-01
Traces historical development of soap operas and presents results of surveys conducted with college students to determine how viewing affects their behavior, attitudes, and beliefs. Results indicate students neither seek nor take advice from soap operas whereas early radio soap opera listeners sought practical explanations of appropriate behavior…
Perencevich, E N; Wong, M T; Harris, A D
2001-10-01
Consumer antibacterial soaps contain triclosan or triclocarban. No scientific data have been published to suggest that the use of antibacterial agents in household products prevents infection, and triclosan resistance mechanisms have recently been identified. Little data are available regarding the prevalence of antibacterial agents contained in consumer soaps. In a physician-performed survey of 23 stores in 10 states from December 1999 to April 2000, investigators determined the number of national brand liquid and bar soaps and percent of each containing antibacterial agents sold at national chain, regional grocery, and Internet stores. Antibacterial agents were present in 76% of liquid soaps and 29% of bar soaps available nationally. There were no differences found between national, regional, and Internet stores. Overall, 45% of surveyed soaps contain antibacterial agents. With limited documented benefits and experimental laboratory evidence suggesting possible adverse effects on the emergence of antimicrobial resistance, consumer antibacterial use of this magnitude should be questioned.
Marangoni and Gibbs elasticity of flowing soap films
NASA Astrophysics Data System (ADS)
Kim, Ildoo; Sane, Aakash; Mandre, Shreyas
2017-11-01
A flowing soap film has two elasticities. Marangoni elasticity dynamically stabilizes the film from sudden disturbance, and Gibbs elasticity is an equilibrium property that influences the film's persistence over time. In our experimental investigation, we find that Marangoni elasticity is 22 mN/m independent of the film thickness. On the other hand, Gibbs elasticity depends both on the film thickness and the soap concentration. Interestingly, the soap film made of dilute soap solution has the greater Gibbs elasticity, which is not consistent to the existing theory. Such discrepancy is originated from the flowing nature of our soap films, in which surfactants are continuously replenished.
NASA Astrophysics Data System (ADS)
Widyasanti, Asri; Miracle Lenyta Ginting, Anastasia; Asyifani, Elgina; Nurjanah, Sarifah
2018-03-01
Hand washing with soap is important because it is proven to clean hands from germs and bacteria. The paper soapswere made from coconut oil and virgin coconut oil (VCO) with the addition of glycerin as a plasticizer. The aims of this research were to determine both formulation of paper soap using coconut oil and VCO based with addition of glycerin, and to determine the quality of the paper soapswhich is a disposable hand soap. This research used laboratory experimental method using descriptive analysis. The treatments of this research were treatment A (paper soap without the addition of glycerin), treatment B (paper soap with the addition of glycerin 10% (w/w)), treatment C (paper soap with the addition of glycerin 15% (w/w)), treatment D (paper soap with the addition of glycerin of 20% (w/w)). Parameters tested were moisture content, stability of foam, pH value, insoluble material in ethanol, free alkali content, unsaponified fat, antibacterial activity test, and organoleptic test. The result of physicochemical characteristics for bothcoconut oil-paper soap and VCO-paper soap revealed that treatment C (the addition of glycerin 15% (w/w) was the best soap formulation. Coconut Oil papersoap 15% w/w glicerin had water content 13.72%, the content of insoluble material in ethanol 3.93%, the content of free alkali 0.21%, and the content of unsaponified fat 4.06%, pH value 10.78, stability of foam 97.77%, and antibacterial activity against S. aureus 11.66 mm. Meanwhile, VCO paper soap 15% w/w glicerin had the value of water content of 18.47%, the value stability of foam of 96.7%, the pH value of 10.03, the value of insoluble material in ethanol of 3.49%, the value of free alkali content 0.17%, the value of unsaponified fat 4.91%, and the value of inhibition diameter on the antibacterial activity test 15.28 mm. Based on Mandatory Indonesian National Standard of solid soap SNI 3532:2016 showed that both of paper soap had not been accorded with SNI 3532:2016, unless the value of the insoluble material in ethanol. Moreover, organoleptic tests performed that both paper soap treatment D (20% w/w glicerine) were preferred by the most panelists.
40 CFR 417.80 - Applicability; description of the manufacture of liquid soaps subcategory.
Code of Federal Regulations, 2014 CFR
2014-07-01
... manufacture of liquid soaps subcategory. 417.80 Section 417.80 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Liquid Soaps Subcategory § 417.80 Applicability; description of the manufacture of...
40 CFR 417.71 - Specialized definitions.
Code of Federal Regulations, 2014 CFR
2014-07-01
... STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Bar Soaps Subcategory § 417... all water were removed from the actual product. (c) The term neat soap shall mean the solution of completely saponified and purified soap containing about 20-30 percent water which is ready for final...
40 CFR 417.61 - Specialized definitions.
Code of Federal Regulations, 2013 CFR
2013-07-01
... STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Soap Flakes and Powders... result if all water were removed from the actual product. (c) The term neat soap shall mean the solution of completely saponified and purified soap containing about 20-30 percent water which is ready for...
40 CFR 417.31 - Specialized definitions.
Code of Federal Regulations, 2013 CFR
2013-07-01
... STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Soap Manufacturing by Fatty Acid... would result if all water were removed from the actual product. (c) The term neat soap shall mean the solution of completely saponified and purified soap containing about 20-30 percent water which is ready for...
40 CFR 417.71 - Specialized definitions.
Code of Federal Regulations, 2011 CFR
2011-07-01
... STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Bar Soaps Subcategory § 417... all water were removed from the actual product. (c) The term neat soap shall mean the solution of completely saponified and purified soap containing about 20-30 percent water which is ready for final...
40 CFR 417.11 - Specialized definitions.
Code of Federal Regulations, 2014 CFR
2014-07-01
... STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Soap Manufacturing by Batch Kettle... result if all water were removed from the actual product. (c) The term neat soap shall mean the solution of completely saponified and purified soap containing about 20-30 percent water which is ready for...
40 CFR 417.61 - Specialized definitions.
Code of Federal Regulations, 2011 CFR
2011-07-01
... STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Soap Flakes and Powders... result if all water were removed from the actual product. (c) The term neat soap shall mean the solution of completely saponified and purified soap containing about 20-30 percent water which is ready for...
40 CFR 417.71 - Specialized definitions.
Code of Federal Regulations, 2010 CFR
2010-07-01
... STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Bar Soaps Subcategory § 417... all water were removed from the actual product. (c) The term neat soap shall mean the solution of completely saponified and purified soap containing about 20-30 percent water which is ready for final...
40 CFR 417.71 - Specialized definitions.
Code of Federal Regulations, 2012 CFR
2012-07-01
... AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Bar Soaps... result if all water were removed from the actual product. (c) The term neat soap shall mean the solution of completely saponified and purified soap containing about 20-30 percent water which is ready for...
40 CFR 417.80 - Applicability; description of the manufacture of liquid soaps subcategory.
Code of Federal Regulations, 2013 CFR
2013-07-01
... manufacture of liquid soaps subcategory. 417.80 Section 417.80 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Liquid Soaps Subcategory § 417.80 Applicability; description of the manufacture of...
40 CFR 417.61 - Specialized definitions.
Code of Federal Regulations, 2014 CFR
2014-07-01
... STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Soap Flakes and Powders... result if all water were removed from the actual product. (c) The term neat soap shall mean the solution of completely saponified and purified soap containing about 20-30 percent water which is ready for...
40 CFR 417.61 - Specialized definitions.
Code of Federal Regulations, 2010 CFR
2010-07-01
... STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Soap Flakes and Powders... result if all water were removed from the actual product. (c) The term neat soap shall mean the solution of completely saponified and purified soap containing about 20-30 percent water which is ready for...
40 CFR 417.11 - Specialized definitions.
Code of Federal Regulations, 2010 CFR
2010-07-01
... STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Soap Manufacturing by Batch Kettle... result if all water were removed from the actual product. (c) The term neat soap shall mean the solution of completely saponified and purified soap containing about 20-30 percent water which is ready for...
40 CFR 417.71 - Specialized definitions.
Code of Federal Regulations, 2013 CFR
2013-07-01
... STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Bar Soaps Subcategory § 417... all water were removed from the actual product. (c) The term neat soap shall mean the solution of completely saponified and purified soap containing about 20-30 percent water which is ready for final...
40 CFR 417.11 - Specialized definitions.
Code of Federal Regulations, 2011 CFR
2011-07-01
... STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Soap Manufacturing by Batch Kettle... result if all water were removed from the actual product. (c) The term neat soap shall mean the solution of completely saponified and purified soap containing about 20-30 percent water which is ready for...
40 CFR 417.80 - Applicability; description of the manufacture of liquid soaps subcategory.
Code of Federal Regulations, 2012 CFR
2012-07-01
... manufacture of liquid soaps subcategory. 417.80 Section 417.80 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Liquid Soaps Subcategory § 417.80 Applicability; description of the manufacture of...
40 CFR 417.11 - Specialized definitions.
Code of Federal Regulations, 2012 CFR
2012-07-01
... AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Soap Manufacturing by Batch... would result if all water were removed from the actual product. (c) The term neat soap shall mean the solution of completely saponified and purified soap containing about 20-30 percent water which is ready for...
40 CFR 417.31 - Specialized definitions.
Code of Federal Regulations, 2011 CFR
2011-07-01
... STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Soap Manufacturing by Fatty Acid... would result if all water were removed from the actual product. (c) The term neat soap shall mean the solution of completely saponified and purified soap containing about 20-30 percent water which is ready for...
40 CFR 417.11 - Specialized definitions.
Code of Federal Regulations, 2013 CFR
2013-07-01
... STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Soap Manufacturing by Batch Kettle... result if all water were removed from the actual product. (c) The term neat soap shall mean the solution of completely saponified and purified soap containing about 20-30 percent water which is ready for...
40 CFR 417.31 - Specialized definitions.
Code of Federal Regulations, 2014 CFR
2014-07-01
... STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Soap Manufacturing by Fatty Acid... would result if all water were removed from the actual product. (c) The term neat soap shall mean the solution of completely saponified and purified soap containing about 20-30 percent water which is ready for...
Wright, Richard L.; Zillmer, Ruediger; Biran, Adam; Hall, Peter; Sidibe, Myriam
2015-01-01
We evaluated the utility of electronic loggers to measure the effects of a simple intervention designed to influence the rates of hand washing with soap within enclosed toilets and bathrooms in low-income urban households in Kerala, India. 58 households were given three items with embedded electronic loggers for a period of 2-5 days. Two logged soaps tracked hand and body washing in the bathroom. The third logged item was a water vessel used for flushing the toilet and for post-defecation anal cleansing; this served as a marker of toilet use. In addition, 28 households in a Soap by toilet arm were given an additional logged soap, to be kept by the toilet, and used for hand washing. Compared with the Soap in bathroom arm, the loggers in the Soap by toilet households recorded 73% greater daily use of soaps designated for hand washing (t(36)=2.92, p<0.01) and 172% greater use within 2 minutes of the use of the water vessel (t(36)=3.51, p = 0.001). We conclude that the loggers were capable of detecting changes in the rates of hand washing with soap and changes in hand washing with soap after use of the toilet. Further adoption of logger technologies would enable more insightful studies of hand washing within urban environments. PMID:26101886
Wright, Richard L; Zillmer, Ruediger; Biran, Adam; Hall, Peter; Sidibe, Myriam
2015-01-01
We evaluated the utility of electronic loggers to measure the effects of a simple intervention designed to influence the rates of hand washing with soap within enclosed toilets and bathrooms in low-income urban households in Kerala, India. 58 households were given three items with embedded electronic loggers for a period of 2-5 days. Two logged soaps tracked hand and body washing in the bathroom. The third logged item was a water vessel used for flushing the toilet and for post-defecation anal cleansing; this served as a marker of toilet use. In addition, 28 households in a Soap by toilet arm were given an additional logged soap, to be kept by the toilet, and used for hand washing. Compared with the Soap in bathroom arm, the loggers in the Soap by toilet households recorded 73% greater daily use of soaps designated for hand washing (t(36)=2.92, p<0.01) and 172% greater use within 2 minutes of the use of the water vessel (t(36)=3.51, p = 0.001). We conclude that the loggers were capable of detecting changes in the rates of hand washing with soap and changes in hand washing with soap after use of the toilet. Further adoption of logger technologies would enable more insightful studies of hand washing within urban environments.
A study of the suppression of body odour in elderly subjects by anti-fungal agents.
Ozeki, C; Moro, O
2016-06-01
The suppression of body odour following the use of shampoos or soaps containing the anti-fungal agent miconazole nitrate (MCZ) has been recognized anecdotally. To determine whether MCZ could play a role in the suppression of body odour through inhibiting squalene oxidation. A prospective study recruited 54 elderly subjects residing in a nursing facility who needed bathing assistance. Subjects bathed with three types of body soap over a 6-week study period (regular soap, sample soap (soap containing MCZ), control soap; 2 weeks per type of soap). Body odour was evaluated based on olfactory assessment of the subjects and their clothing. The subjects and the examiners were blinded to the type of soap (sample or control) being used during the study. An analysis using GC/MS was also carried out to identify the volatile compounds associated with body odour. Suppression of unpleasant body odour of the neck and axilla was reported in subjects who used the sample soap. Three common volatile compounds were detected from the T-shirts worn by the subjects: 2-ethylbutanal, 6-methyl-5-hepten-2-one, and geranylacetone. The occurrence of these compounds was reduced using the sample soap. Our findings suggest that MCZ could play a role in the suppression of body odour. © 2015 Society of Cosmetic Scientists and the Société Française de Cosmétologie.
Robertson, K; Brown, P
2011-05-01
Cancer agencies recommend that patients use mild soap when undergoing external beam radiotherapy to minimise skin reactions. They define 'mild soap' as non-alkaline, lanolin free, unperfumed soap with a neutral pH. This study aimed to identify which soaps the UK public perceive as mild and ascertain if these were clinically mild and could potentially be recommended within radiotherapy departments. A survey of 237 participants identified eight top brands of mild soap, which were then tested for pH and analysed for potential irritants. All soaps were lanolin free and non-alkaline, with Simple and Johnson's the closest to pH 5.5. All contained fragrances except Simple and E45. Dove, Pears and Imperial Leather contained the highest concentration of fragrances. All soaps except E45 contained potential irritants. Only Simple and E45 fit the cancer agencies' definition of mild soap and could therefore be recommended for radiotherapy patients. Future research should identify current practices and recommendations in the UK as anecdotal evidence suggests large variations in skin care advice. Further scientific analysis could potentially identify cheaper brands that fit the definition of 'mild'. UK recommendations should be standardised and consistent with best practice to reduce skin reaction severity in radiotherapy patients. © 2010 Blackwell Publishing Ltd.
Nasreen, Sharifa; Kamm, Kelly; Allen, Jelena; Kumar, Swapna; Rahman, Mohammad Anisur; Zaman, K.; El Arifeen, Shams; Luby, Stephen P.
2017-01-01
One-quarter of neonatal deaths are attributed to infections. Maternal handwashing with soap may prevent neonatal sepsis. We examined impact of intensive handwashing promotion on handwashing behavior of mothers of neonates. In Matlab, Bangladesh, we randomly allocated pregnant women at 28–32 weeks' gestation to intensive handwashing promotion or control. Behavior change communicators used a participatory approach to motivate maternal handwashing with soap and provided soap and handwashing stations. In the neonatal period, we observed soap and water at handwashing places and, at the end of the neonatal period, we estimated impact on maternal handwashing by structured observation. Among 253 women enrolled, intervention households were between 5.7 and 15.2 times as likely as control households to have soap and water present at the handwashing station in the baby's sleeping area. Intervention mothers washed hands with soap 4.1 times as frequently as controls (95% CI 2.55–6.59); handwashing with soap at recommended times was infrequent in both intervention (9%) and control (2%) groups. Intensively promoting handwashing with soap resulted in increased availability of soap and water at handwashing places, but only a modest increase in maternal handwashing with soap. Novel approaches to motivating handwashing behavior to protect newborns should be developed and evaluated. PMID:28497058
Xue, Rui-De; Qualls, Whitney A
2013-01-01
Seven commercial synthetic disinfectant and antibacterial soap products were evaluated as mosquito larvicides against Culex quinquefasciatus Say in the laboratory. Three aerosol disinfectant products, at 0.01% concentration resulted in 58-76% mortality of laboratory-reared fourth instar mosquito larvae at 24 h posttreatment. Four antibacterial soap products at 0.0001% concentration resulted in 88-100% larval mortality at 24 h posttreatment. The active ingredient of the antibacterial soap products, triclosan (0.1%) resulted in 74% larval mortality. One of the antibacterial soap products, Equate caused the highest mosquito larval mortality in the laboratory. Equate antibacterial soap at the application rate of 0.000053 ppm resulted in 90% mortality of the introduced fourth instar larvae of Cx. quinquesfasicatus in the outdoor pools. In laboratory and field bioassays, the antibacterial soap resulted in significant larval mosquito mortality.
Discovering Black Soap: A Survey on the Attitudes and Practices of Black Soap Users.
Lin, Ann; Nabatian, Adam; Halverstam, Caroline P
2017-07-01
OBJECTIVE: The purpose of this study was to discover the general attitudes and practices of black soap users with regard to amelioration of various dermatologic conditions. DESIGN: This was a prospective questionnaire-based study with a sample size of 100 black soap users. Setting: Outpatient dermatology clinics of Montefiore Medical Center and other Albert Einstein affiliated dermatology clinics in Bronx, New York. PARTICIPANTS: One hundred subjects who have used black soap were recruited. MEASUREMENTS: The participants evaluated and reported their attitudes and applications of black soap. Data on sociodemographic prevalence and user satisfactions of black soap were collected and analyzed. RESULTS: The age distribution of participants was uniform among the specified age categories: 1) 18 to 29 years; 2) 30 to 39 years, 3) 40 to 49 yesars, and 4) 50 years and older. The sex distribution favored women, comprising 74 percent of those surveyed. A significant number of participants were born in either Africa (23%) or the Caribbean (19%). Black soap usage was applied to mitigate many dermatologic conditions, including acne (23%), dark spots (20%), razor bumps (13%), eczema (7%), and fine lines (4%). The most popular usage was for overall skin care (70%). The vast majority of users found black soap helpful for their skin condition (51% very satisfied, and 40% somewhat satisfied). Conclusion: The survey results indicate widespread usage and satisfaction with black soap for reduction in symptoms of various dermatologic conditions. Further investigations are warranted to discover active ingredients present in black soap that may unveil future therapeutic options for various dermatologic conditions.
40 CFR 417.61 - Specialized definitions.
Code of Federal Regulations, 2012 CFR
2012-07-01
... AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Soap Flakes and... would result if all water were removed from the actual product. (c) The term neat soap shall mean the solution of completely saponified and purified soap containing about 20-30 percent water which is ready for...
40 CFR 417.31 - Specialized definitions.
Code of Federal Regulations, 2012 CFR
2012-07-01
... AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Soap Manufacturing by Fatty Acid... would result if all water were removed from the actual product. (c) The term neat soap shall mean the solution of completely saponified and purified soap containing about 20-30 percent water which is ready for...
Code of Federal Regulations, 2014 CFR
2014-07-01
... manufacture of soap flakes and powders subcategory. 417.60 Section 417.60 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Soap Flakes and Powders Subcategory § 417.60 Applicability...
40 CFR 417.70 - Applicability; description of the manufacture of bar soaps subcategory.
Code of Federal Regulations, 2013 CFR
2013-07-01
... manufacture of bar soaps subcategory. 417.70 Section 417.70 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Bar Soaps Subcategory § 417.70 Applicability; description of the manufacture of bar...
Code of Federal Regulations, 2012 CFR
2012-07-01
... manufacture of soap flakes and powders subcategory. 417.60 Section 417.60 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Soap Flakes and Powders Subcategory § 417.60 Applicability...
Code of Federal Regulations, 2012 CFR
2012-07-01
... 40 Protection of Environment 30 2012-07-01 2012-07-01 false Applicability; description of the soap... ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Soap Manufacturing by Fatty Acid Neutralization Subcategory § 417.30 Applicability...
Code of Federal Regulations, 2013 CFR
2013-07-01
... 40 Protection of Environment 30 2013-07-01 2012-07-01 true Applicability; description of the soap... ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Soap Manufacturing by Fatty Acid Neutralization Subcategory § 417.30 Applicability...
40 CFR 417.70 - Applicability; description of the manufacture of bar soaps subcategory.
Code of Federal Regulations, 2012 CFR
2012-07-01
... manufacture of bar soaps subcategory. 417.70 Section 417.70 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Bar Soaps Subcategory § 417.70 Applicability; description of the manufacture of bar...
Code of Federal Regulations, 2014 CFR
2014-07-01
... 40 Protection of Environment 29 2014-07-01 2012-07-01 true Applicability; description of the soap... ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Soap Manufacturing by Fatty Acid Neutralization Subcategory § 417.30 Applicability...
Code of Federal Regulations, 2013 CFR
2013-07-01
... manufacture of soap flakes and powders subcategory. 417.60 Section 417.60 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Soap Flakes and Powders Subcategory § 417.60 Applicability...
40 CFR 417.70 - Applicability; description of the manufacture of bar soaps subcategory.
Code of Federal Regulations, 2014 CFR
2014-07-01
... manufacture of bar soaps subcategory. 417.70 Section 417.70 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Bar Soaps Subcategory § 417.70 Applicability; description of the manufacture of bar...
Sex on the Soap Operas: Afternoon Delight.
ERIC Educational Resources Information Center
Greenberg, Bradley S.; And Others
1981-01-01
Examines the portrayal of intimate sexual behavior on soap operas and concludes that soap operas have more sexual content than do prime-time programs, but the types of intimacies differ. Notes that soap operas are potentially a major force in the transmission of values and sexual information to youthful viewers. (PD)
9 CFR 108.9 - Dressing rooms and other facilities.
Code of Federal Regulations, 2011 CFR
2011-01-01
... 9 Animals and Animal Products 1 2011-01-01 2011-01-01 false Dressing rooms and other facilities. 108.9 Section 108.9 Animals and Animal Products ANIMAL AND PLANT HEALTH INSPECTION SERVICE, DEPARTMENT... running water, soap, towels, and the like. They shall be in sufficient number, ample in size, conveniently...
An open-source wireless sensor stack: from Arduino to SDI-12 to Water One Flow
NASA Astrophysics Data System (ADS)
Hicks, S.; Damiano, S. G.; Smith, K. M.; Olexy, J.; Horsburgh, J. S.; Mayorga, E.; Aufdenkampe, A. K.
2013-12-01
Implementing a large-scale streaming environmental sensor network has previously been limited by the high cost of the datalogging and data communication infrastructure. The Christina River Basin Critical Zone Observatory (CRB-CZO) is overcoming the obstacles to large near-real-time data collection networks by using Arduino, an open source electronics platform, in combination with XBee ZigBee wireless radio modules. These extremely low-cost and easy-to-use open source electronics are at the heart of the new DIY movement and have provided solutions to countless projects by over half a million users worldwide. However, their use in environmental sensing is in its infancy. At present a primary limitation to widespread deployment of open-source electronics for environmental sensing is the lack of a simple, open-source software stack to manage streaming data from heterogeneous sensor networks. Here we present a functioning prototype software stack that receives sensor data over a self-meshing ZigBee wireless network from over a hundred sensors, stores the data locally and serves it on demand as a CUAHSI Water One Flow (WOF) web service. We highlight a few new, innovative components, including: (1) a versatile open data logger design based the Arduino electronics platform and ZigBee radios; (2) a software library implementing SDI-12 communication protocol between any Arduino platform and SDI12-enabled sensors without the need for additional hardware (https://github.com/StroudCenter/Arduino-SDI-12); and (3) 'midStream', a light-weight set of Python code that receives streaming sensor data, appends it with metadata on the fly by querying a relational database structured on an early version of the Observations Data Model version 2.0 (ODM2), and uses the WOFpy library to serve the data as WaterML via SOAP and REST web services.
Brave New World: Data Intensive Science with SDSS and the VO
NASA Astrophysics Data System (ADS)
Thakar, A. R.; Szalay, A. S.; O'Mullane, W.; Nieto-Santisteban, M.; Budavari, T.; Li, N.; Carliles, S.; Haridas, V.; Malik, T.; Gray, J.
2004-12-01
With the advent of digital archives and the VO, astronomy is quickly changing from a data-hungry to a data-intensive science. Local and specialized access to data will remain the most direct and efficient way to get data out of individual archives, especially if you know what you are looking for. However, the enormous sizes of the upcoming archives will preclude this type of access for most institutions, and will not allow researchers to tap the vast potential for discovery in cross-matching and comparing data between different archives. The VO makes this type of interoperability and distributed data access possible by adopting industry standards for data access (SQL) and data interchange (SOAP/XML) with platform independence (Web services). As a sneak preview of this brave new world where astronomers may need to become SQL warriors, we present a look at VO-enabled access to catalog data in the SDSS Catalog Archive Server (CAS): CasJobs - a workbench environment that allows arbitrarily complex SQL queries and your own personal database (MyDB) that you can share with collaborators; OpenSkyQuery - an IVOA (International Virtual Observatory Alliance) compliant federation of multiple archives (OpenSkyNodes) that currently links nearly 20 catalogs and allows cross-match queries (in ADQL - Astronomical Data Query Language) between them; Spectrum and Filter Profile Web services that provide access to an open database of spectra (registered users may add their own spectra); and VO-enabled Mirage - a Java visualizatiion tool developed at Bell Labs and enhanced at JHU that allows side-by-side comparison of SDSS catalog and FITS image data. Anticipating the next generation of Petabyte archives like LSST by the end of the decade, we are developing a parallel cross-match engine for all-sky cross-matches between large surveys, along with a 100-Terabyte data intensive science laboratory with high-speed parallel data access.
Tanaka, Akane; Matsuda, Akira; Jung, Kyungsook; Jang, Hyosun; Ahn, Ginnae; Ishizaka, Saori; Amagai, Yosuke; Oida, Kumiko; Arkwright, Peter D; Matsuda, Hiroshi
2015-09-01
Mineral ions in tap water react with fatty acids in soap, leading to the formation of insoluble precipitate (metallic soap) on skin during washing. We hypothesised that metallic soap might negatively alter skin conditions. Application of metallic soap onto the skin of NC/Tnd mice with allergic dermatitis further induced inflammation with elevation of plasma immunoglobulin E and proinflammatory cytokine expression. Pruritus and dryness were ameliorated when the back of mice was washed with soap in Ca2+- and Mg2+-free ultra-pure soft water (UPSW). Washing in UPSW, but not tap water, also protected the skin of healthy volunteers from the soap deposition. Furthermore, 4 weeks of showering with UPSW reduced dryness and pruritus of human subjects with dry skin. Washing with UPSW may be therapeutically beneficial in patients with skin troubles.
40 CFR 467.60 - Applicability; description of the drawing with emulsions or soaps subcategory.
Code of Federal Regulations, 2013 CFR
2013-07-01
... drawing with emulsions or soaps subcategory. 467.60 Section 467.60 Protection of Environment ENVIRONMENTAL... CATEGORY Drawing With Emulsions or Soaps Subcategory § 467.60 Applicability; description of the drawing with emulsions or soaps subcategory. This subpart applies to discharges of pollutants to waters of the...
40 CFR 467.60 - Applicability; description of the drawing with emulsions or soaps subcategory.
Code of Federal Regulations, 2014 CFR
2014-07-01
... drawing with emulsions or soaps subcategory. 467.60 Section 467.60 Protection of Environment ENVIRONMENTAL... CATEGORY Drawing With Emulsions or Soaps Subcategory § 467.60 Applicability; description of the drawing with emulsions or soaps subcategory. This subpart applies to discharges of pollutants to waters of the...
40 CFR 467.60 - Applicability; description of the drawing with emulsions or soaps subcategory.
Code of Federal Regulations, 2012 CFR
2012-07-01
... drawing with emulsions or soaps subcategory. 467.60 Section 467.60 Protection of Environment ENVIRONMENTAL... CATEGORY Drawing With Emulsions or Soaps Subcategory § 467.60 Applicability; description of the drawing with emulsions or soaps subcategory. This subpart applies to discharges of pollutants to waters of the...
40 CFR 417.70 - Applicability; description of the manufacture of bar soaps subcategory.
Code of Federal Regulations, 2011 CFR
2011-07-01
... 40 Protection of Environment 29 2011-07-01 2009-07-01 true Applicability; description of the manufacture of bar soaps subcategory. 417.70 Section 417.70 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Bar Soaps Subcategor...
Hard Water and Soft Soap: Dependence of Soap Performance on Water Hardness
ERIC Educational Resources Information Center
Osorio, Viktoria K. L.; de Oliveira, Wanda; El Seoud, Omar A.; Cotton, Wyatt; Easdon, Jerry
2005-01-01
The demonstration of the performance of soap in different aqueous solutions, which is due to water hardness and soap formulation, is described. The demonstrations use safe, inexpensive reagents and simple glassware and equipment, introduce important everyday topics, stimulates the students to consider the wider consequences of water hardness and…
40 CFR 417.10 - Applicability; description of the soap manufacturing by batch kettle subcategory.
Code of Federal Regulations, 2010 CFR
2010-07-01
... 40 Protection of Environment 28 2010-07-01 2010-07-01 true Applicability; description of the soap manufacturing by batch kettle subcategory. 417.10 Section 417.10 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Soap Manufacturing by...
Code of Federal Regulations, 2011 CFR
2011-07-01
... 40 Protection of Environment 29 2011-07-01 2009-07-01 true Applicability; description of the soap manufacturing by fatty acid neutralization subcategory. 417.30 Section 417.30 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Soap...
40 CFR 417.70 - Applicability; description of the manufacture of bar soaps subcategory.
Code of Federal Regulations, 2010 CFR
2010-07-01
... 40 Protection of Environment 28 2010-07-01 2010-07-01 true Applicability; description of the manufacture of bar soaps subcategory. 417.70 Section 417.70 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Bar Soaps Subcategor...
40 CFR 417.10 - Applicability; description of the soap manufacturing by batch kettle subcategory.
Code of Federal Regulations, 2011 CFR
2011-07-01
... 40 Protection of Environment 29 2011-07-01 2009-07-01 true Applicability; description of the soap manufacturing by batch kettle subcategory. 417.10 Section 417.10 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Soap Manufacturing by...
40 CFR 417.80 - Applicability; description of the manufacture of liquid soaps subcategory.
Code of Federal Regulations, 2011 CFR
2011-07-01
... 40 Protection of Environment 29 2011-07-01 2009-07-01 true Applicability; description of the manufacture of liquid soaps subcategory. 417.80 Section 417.80 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Liquid Soaps...
40 CFR 417.80 - Applicability; description of the manufacture of liquid soaps subcategory.
Code of Federal Regulations, 2010 CFR
2010-07-01
... 40 Protection of Environment 28 2010-07-01 2010-07-01 true Applicability; description of the manufacture of liquid soaps subcategory. 417.80 Section 417.80 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Liquid Soaps...
Biswal, Manisha; Prasad, Amber; Dhaliwal, Navneet; Gupta, A K; Taneja, Neelam
2015-07-01
Alcohol-based handrub (AHR) consumption is positively correlated with increases in hand hygiene (HH) compliance. In our 2,000-bed hospital in India, multiple awareness drives have been conducted to promote HH. This study aimed to determine the quantitative effect of these campaigns on use of HH products (soap and AHR) in the hospital. Over the last 6 years, bar soap consumption has increased by 389.15%, whereas that of AHR increased by 146.7%. We also evaluated microbial contamination of 99 bar soap and 60 liquid soap samples in our hospital for a year. Of the samples, 61 (61.6%) of the bar soaps and 2 (3.3%) of the liquid soaps were found to be contaminated with various organisms (P < .0002). To conclude, the focus should be to increase the right kind of HH product so that hospitals in developing countries procure liquid soaps instead of bar soaps for handwashing purposes. Copyright © 2015 Association for Professionals in Infection Control and Epidemiology, Inc. Published by Elsevier Inc. All rights reserved.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Lalin, H.S.; Bermudez, J.E.; Fleming, W.T.
1987-09-08
A soap film gas flowmeter is described comprising: a flow tube having a hollow body with opposite open ends through which a soap film is propelled and a first closed chamber housing a soap solution. It also includes means for supporting the flow tube in a substantially vertical position with the open bottom end of the flow tube disposed in the first chamber above the soap solution; a second closed chamber into which the open top end of the flow tube extends and gas inlet means for introducing gas into the first chamber at a flow rate to be measuredmore » using the flowmeters. A gas exit means is included for discharging the gas introduced into the first chamber through the second chamber. Plus there are means for generating a single soap bubble from the soap solution substantially at the bottom end of the flow tube and a relatively large opening in the flowtube for providing an open passageway for inlet gas to pass through the flowtube when the bottom open end of the flowtube is covered by the soap solution.« less
Building an automated SOAP classifier for emergency department reports.
Mowery, Danielle; Wiebe, Janyce; Visweswaran, Shyam; Harkema, Henk; Chapman, Wendy W
2012-02-01
Information extraction applications that extract structured event and entity information from unstructured text can leverage knowledge of clinical report structure to improve performance. The Subjective, Objective, Assessment, Plan (SOAP) framework, used to structure progress notes to facilitate problem-specific, clinical decision making by physicians, is one example of a well-known, canonical structure in the medical domain. Although its applicability to structuring data is understood, its contribution to information extraction tasks has not yet been determined. The first step to evaluating the SOAP framework's usefulness for clinical information extraction is to apply the model to clinical narratives and develop an automated SOAP classifier that classifies sentences from clinical reports. In this quantitative study, we applied the SOAP framework to sentences from emergency department reports, and trained and evaluated SOAP classifiers built with various linguistic features. We found the SOAP framework can be applied manually to emergency department reports with high agreement (Cohen's kappa coefficients over 0.70). Using a variety of features, we found classifiers for each SOAP class can be created with moderate to outstanding performance with F(1) scores of 93.9 (subjective), 94.5 (objective), 75.7 (assessment), and 77.0 (plan). We look forward to expanding the framework and applying the SOAP classification to clinical information extraction tasks. Copyright © 2011. Published by Elsevier Inc.
NASA Astrophysics Data System (ADS)
Chan, Jau Tung; Lee, Jie Liang; Tjeng, Vincent; Yeo, Ye; Tan, Guoxian
2014-11-01
The International Young Physicists’ Tournament (IYPT) is a worldwide annual competition for high-school students. This paper is adapted from the solution to problem 8, Jet and Film, as presented by the Singapore Team at the 26th IYPT, Taipei, Taiwan. The impact of liquid microjets on stable soap films was investigated. Two steady regimes were observed: refraction (where the microjet penetrates the soap film and is deflected) and absorption (where the microjet merges with the soap film and forms vertical undulating patterns on the soap film surface). This phenomenon has potential applications in controlling the trajectory of a liquid microjet in air. Although Kirstetter et al (2012) investigated this interaction by using the same liquid for both the microjet and the soap film, this paper extends their work by using different liquids for the microjet and the soap film. In addition, the need for a small-angle approximation of Snell’s law is removed for the refraction regime, and an alternative expression is proposed for the force exerted by the soap film on the microjet in the absorption regime that accounts for the dependence of the wavelength of the undulating patterns on the angle of incidence of the microjet on the soap film. Empirical data support these improved theoretical predictions.
Kamm, K. B.; Feikin, D. R.; Bigogo, G. M.; Aol, G.; Audi, A.; Cohen, A. L.; Shah, M. M.; Yu, J.; Breiman, R. F.; Ram, P. K.
2015-01-01
OBJECTIVE We tested whether soap presence in the home or a designated handwashing station was associated with diarrhoea and respiratory illness in Kenya. METHODS In April 2009, we observed presence of a handwashing station and soap in households participating in a longitudinal health surveillance system in rural Kenya. Diarrhoea and acute respiratory illness (ARI) in children < 5 years old were identified using parent-reported syndromic surveillance collected January–April 2009. We used multivariate generalised linear regression to estimate differences in prevalence of illness between households with and without the presence of soap in the home and a handwashing station. RESULTS Among 2547 children, prevalence of diarrhoea and ARI was 2.3 and 11.4 days per 100 child-days, respectively. Soap was observed in 97% of households. Children in households with soap had 1.3 fewer days of diarrhoea/100 child-days (95% CI −2.6, −0.1) than children in households without soap. ARI prevalence was not associated with presence of soap. A handwashing station was identified in 1.4% of households and was not associated with a difference in diarrhoea or ARI prevalence. CONCLUSIONS Soap presence in the home was significantly associated with reduced diarrhoea, but not ARI, in children in rural western Kenya. Whereas most households had soap in the home, almost none had a designated handwashing station, which may prevent handwashing at key times of hand contamination. PMID:24405627
Kamm, K B; Feikin, D R; Bigogo, G M; Aol, G; Audi, A; Cohen, A L; Shah, M M; Yu, J; Breiman, R F; Ram, P K
2014-04-01
We tested whether soap presence in the home or a designated handwashing station was associated with diarrhoea and respiratory illness in Kenya. In April 2009, we observed presence of a handwashing station and soap in households participating in a longitudinal health surveillance system in rural Kenya. Diarrhoea and acute respiratory illness (ARI) in children < 5 years old were identified using parent-reported syndromic surveillance collected January-April 2009. We used multivariate generalised linear regression to estimate differences in prevalence of illness between households with and without the presence of soap in the home and a handwashing station. Among 2547 children, prevalence of diarrhoea and ARI was 2.3 and 11.4 days per 100 child-days, respectively. Soap was observed in 97% of households. Children in households with soap had 1.3 fewer days of diarrhoea/100 child-days (95% CI -2.6, -0.1) than children in households without soap. ARI prevalence was not associated with presence of soap. A handwashing station was identified in 1.4% of households and was not associated with a difference in diarrhoea or ARI prevalence. Soap presence in the home was significantly associated with reduced diarrhoea, but not ARI, in children in rural western Kenya. Whereas most households had soap in the home, almost none had a designated handwashing station, which may prevent handwashing at key times of hand contamination. © 2014 John Wiley & Sons Ltd.
Magnesium stearine production via direct reaction of palm stearine and magnesium hydroxide
NASA Astrophysics Data System (ADS)
Pratiwi, M.; Ylitervo, P.; Pettersson, A.; Prakoso, T.; Soerawidjaja, T. H.
2017-06-01
The fossil oil production could not compensate with the increase of its consumption, because of this reason the renewable alternative energy source is needed to meet this requirement of this fuel. One of the methods to produce hydrocarbon is by decarboxylation of fatty acids. Vegetable oil and fats are the greatest source of fatty acids, so these can be used as raw material for biohydrocarbon production. From other researchers on their past researchs, by heating base soap from divalent metal, those metal salts will decarboxylate and produce hydrocarbon. This study investigate the process and characterization of magnesium soaps from palm stearine by Blachford method. The metal soaps are synthesized by direct reaction of palm stearine and magnesium hydroxide to produce magnesium stearine and magnesium stearine base soaps at 140-180°C and 6-10 bar for 3-6 hours. The operation process which succeed to gain metal soaps is 180°C, 10 bar, for 3-6 hours. These metal soaps are then compared with commercial magnesium stearate. Based on Thermogravimetry Analysis (TGA) results, the decomposition temperature of all the metal soaps were 250°C. Scanning Electron Microscope with Energy Dispersive X-ray (SEM-EDX) analysis have shown the traces of sodium sulphate for magnesium stearate commercial and magnesium hydroxide for both type of magnesium stearine soaps. The analysis results from Microwave Plasma-Atomic Emission Spectrometry (MP-AES) have shown that the magnesium content of magnesium stearine approximate with magnesium stearate commercial and lower compare with magnesium stearine base soaps. These experiments suggest that the presented saponification process method could produced metal soaps comparable with the commercial metal soaps.
Personalization of Rule-based Web Services.
Choi, Okkyung; Han, Sang Yong
2008-04-04
Nowadays Web users have clearly expressed their wishes to receive personalized services directly. Personalization is the way to tailor services directly to the immediate requirements of the user. However, the current Web Services System does not provide any features supporting this such as consideration of personalization of services and intelligent matchmaking. In this research a flexible, personalized Rule-based Web Services System to address these problems and to enable efficient search, discovery and construction across general Web documents and Semantic Web documents in a Web Services System is proposed. This system utilizes matchmaking among service requesters', service providers' and users' preferences using a Rule-based Search Method, and subsequently ranks search results. A prototype of efficient Web Services search and construction for the suggested system is developed based on the current work.
Distributed spatial information integration based on web service
NASA Astrophysics Data System (ADS)
Tong, Hengjian; Zhang, Yun; Shao, Zhenfeng
2008-10-01
Spatial information systems and spatial information in different geographic locations usually belong to different organizations. They are distributed and often heterogeneous and independent from each other. This leads to the fact that many isolated spatial information islands are formed, reducing the efficiency of information utilization. In order to address this issue, we present a method for effective spatial information integration based on web service. The method applies asynchronous invocation of web service and dynamic invocation of web service to implement distributed, parallel execution of web map services. All isolated information islands are connected by the dispatcher of web service and its registration database to form a uniform collaborative system. According to the web service registration database, the dispatcher of web services can dynamically invoke each web map service through an asynchronous delegating mechanism. All of the web map services can be executed at the same time. When each web map service is done, an image will be returned to the dispatcher. After all of the web services are done, all images are transparently overlaid together in the dispatcher. Thus, users can browse and analyze the integrated spatial information. Experiments demonstrate that the utilization rate of spatial information resources is significantly raised thought the proposed method of distributed spatial information integration.
Distributed spatial information integration based on web service
NASA Astrophysics Data System (ADS)
Tong, Hengjian; Zhang, Yun; Shao, Zhenfeng
2009-10-01
Spatial information systems and spatial information in different geographic locations usually belong to different organizations. They are distributed and often heterogeneous and independent from each other. This leads to the fact that many isolated spatial information islands are formed, reducing the efficiency of information utilization. In order to address this issue, we present a method for effective spatial information integration based on web service. The method applies asynchronous invocation of web service and dynamic invocation of web service to implement distributed, parallel execution of web map services. All isolated information islands are connected by the dispatcher of web service and its registration database to form a uniform collaborative system. According to the web service registration database, the dispatcher of web services can dynamically invoke each web map service through an asynchronous delegating mechanism. All of the web map services can be executed at the same time. When each web map service is done, an image will be returned to the dispatcher. After all of the web services are done, all images are transparently overlaid together in the dispatcher. Thus, users can browse and analyze the integrated spatial information. Experiments demonstrate that the utilization rate of spatial information resources is significantly raised thought the proposed method of distributed spatial information integration.
Soap Operas and Sexual Activity: A Decade Later.
ERIC Educational Resources Information Center
Greenberg, Bradley S.; Busselle, Rick W.
1996-01-01
Finds that soap operas analyzed in 1994 contain more frequent sexual incidence on an hourly average, both within the same soaps analyzed a decade earlier and even more so on two additional very popular soaps. Shows that the more frequent sex centers on physical intercourse, primarily among partners not married to anyone; and sexual activity is…
Code of Federal Regulations, 2011 CFR
2011-07-01
... 40 Protection of Environment 29 2011-07-01 2009-07-01 true Applicability; description of the manufacture of soap flakes and powders subcategory. 417.60 Section 417.60 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Soap...
Code of Federal Regulations, 2010 CFR
2010-07-01
... 40 Protection of Environment 28 2010-07-01 2010-07-01 true Applicability; description of the manufacture of soap flakes and powders subcategory. 417.60 Section 417.60 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS SOAP AND DETERGENT MANUFACTURING POINT SOURCE CATEGORY Manufacture of Soap...
Soap Operas and Telenovelas: An Intercultural Critique of Soap Operas as Feminine Discourse.
ERIC Educational Resources Information Center
Lozano, Elizabeth
This paper questions some of the assumptions that permeate the current literature about soap operas and television, examining particularly the model according to which soap operas are the expression of an "essential" and universal feminine nature. The paper suggests the pertinence of a crosscultural approach to the study of melodrama as…
TV watching, soap opera and happiness.
Lu, L; Argyle, M
1993-09-01
One hundred and fourteen subjects reported the amount of time they spent watching television in general, and soap opera in particular. They also completed scales measuring happiness and other personality variables, such as extraversion and cooperativeness. In the multiple regression analysis, having controlled for the demographic variables, watching TV was related to unhappiness, whereas watching soap opera was related to happiness. Discriminant analysis showed that females, higher happiness and extraversion distinguished regular soap watchers (who nevertheless watched little TV in general) from irregular soap watchers (who nevertheless watched a lot of TV in general).
Drag reduction in hydrocarbon-aluminum soap polymer systems
DOE Office of Scientific and Technical Information (OSTI.GOV)
Zakin, J.L.; Lee, K.C.
1972-01-01
While the drag-reducing capability of solutions of aluminum soap in hydrocarbons in turbulent flow has been known for over 20 yr, investigations of the effects of concentration, soap type, and aging on drag reduction have only recently begun. The effects of aging, shear stress, and the presence of peptizers on drag reduction of hydrocarbon dispersions of aluminum soaps at relatively low concentrations were studied. These systems showed an apparent upper critical shear stress above which drag reduction was gradually lost. Degradation of the soap micelle structure occurred relatively rapidly above this point and recovery was slow. The effect of peptizersmore » is complex. In some situations, it enhanced and in others reduced the drag-reducing ability of the soap polymers. (13 refs.)« less
Providing Multi-Page Data Extraction Services with XWRAPComposer
DOE Office of Scientific and Technical Information (OSTI.GOV)
Liu, Ling; Zhang, Jianjun; Han, Wei
2008-04-30
Dynamic Web data sources – sometimes known collectively as the Deep Web – increase the utility of the Web by providing intuitive access to data repositories anywhere that Web access is available. Deep Web services provide access to real-time information, like entertainment event listings, or present a Web interface to large databases or other data repositories. Recent studies suggest that the size and growth rate of the dynamic Web greatly exceed that of the static Web, yet dynamic content is often ignored by existing search engine indexers owing to the technical challenges that arise when attempting to search the Deepmore » Web. To address these challenges, we present DYNABOT, a service-centric crawler for discovering and clustering Deep Web sources offering dynamic content. DYNABOT has three unique characteristics. First, DYNABOT utilizes a service class model of the Web implemented through the construction of service class descriptions (SCDs). Second, DYNABOT employs a modular, self-tuning system architecture for focused crawling of the Deep Web using service class descriptions. Third, DYNABOT incorporates methods and algorithms for efficient probing of the Deep Web and for discovering and clustering Deep Web sources and services through SCD-based service matching analysis. Our experimental results demonstrate the effectiveness of the service class discovery, probing, and matching algorithms and suggest techniques for efficiently managing service discovery in the face of the immense scale of the Deep Web.« less
An Automated End-To Multi-Agent Qos Based Architecture for Selection of Geospatial Web Services
NASA Astrophysics Data System (ADS)
Shah, M.; Verma, Y.; Nandakumar, R.
2012-07-01
Over the past decade, Service-Oriented Architecture (SOA) and Web services have gained wide popularity and acceptance from researchers and industries all over the world. SOA makes it easy to build business applications with common services, and it provides like: reduced integration expense, better asset reuse, higher business agility, and reduction of business risk. Building of framework for acquiring useful geospatial information for potential users is a crucial problem faced by the GIS domain. Geospatial Web services solve this problem. With the help of web service technology, geospatial web services can provide useful geospatial information to potential users in a better way than traditional geographic information system (GIS). A geospatial Web service is a modular application designed to enable the discovery, access, and chaining of geospatial information and services across the web that are often both computation and data-intensive that involve diverse sources of data and complex processing functions. With the proliferation of web services published over the internet, multiple web services may provide similar functionality, but with different non-functional properties. Thus, Quality of Service (QoS) offers a metric to differentiate the services and their service providers. In a quality-driven selection of web services, it is important to consider non-functional properties of the web service so as to satisfy the constraints or requirements of the end users. The main intent of this paper is to build an automated end-to-end multi-agent based solution to provide the best-fit web service to service requester based on QoS.
40 CFR 467.61 - Specialized definitions.
Code of Federal Regulations, 2012 CFR
2012-07-01
... AND STANDARDS (CONTINUED) ALUMINUM FORMING POINT SOURCE CATEGORY Drawing With Emulsions or Soaps... with emulsions or soaps subcategory shall include drawing using emulsions or soaps, stationary casting...
40 CFR 467.61 - Specialized definitions.
Code of Federal Regulations, 2014 CFR
2014-07-01
... AND STANDARDS (CONTINUED) ALUMINUM FORMING POINT SOURCE CATEGORY Drawing With Emulsions or Soaps... with emulsions or soaps subcategory shall include drawing using emulsions or soaps, stationary casting...
40 CFR 467.61 - Specialized definitions.
Code of Federal Regulations, 2013 CFR
2013-07-01
... AND STANDARDS (CONTINUED) ALUMINUM FORMING POINT SOURCE CATEGORY Drawing With Emulsions or Soaps... with emulsions or soaps subcategory shall include drawing using emulsions or soaps, stationary casting...
MedlinePlus Connect: Web Service
... https://medlineplus.gov/connect/service.html MedlinePlus Connect: Web Service To use the sharing features on this ... if you implement MedlinePlus Connect by contacting us . Web Service Overview The parameters for the Web service ...
Focused Crawling of the Deep Web Using Service Class Descriptions
DOE Office of Scientific and Technical Information (OSTI.GOV)
Rocco, D; Liu, L; Critchlow, T
2004-06-21
Dynamic Web data sources--sometimes known collectively as the Deep Web--increase the utility of the Web by providing intuitive access to data repositories anywhere that Web access is available. Deep Web services provide access to real-time information, like entertainment event listings, or present a Web interface to large databases or other data repositories. Recent studies suggest that the size and growth rate of the dynamic Web greatly exceed that of the static Web, yet dynamic content is often ignored by existing search engine indexers owing to the technical challenges that arise when attempting to search the Deep Web. To address thesemore » challenges, we present DynaBot, a service-centric crawler for discovering and clustering Deep Web sources offering dynamic content. DynaBot has three unique characteristics. First, DynaBot utilizes a service class model of the Web implemented through the construction of service class descriptions (SCDs). Second, DynaBot employs a modular, self-tuning system architecture for focused crawling of the DeepWeb using service class descriptions. Third, DynaBot incorporates methods and algorithms for efficient probing of the Deep Web and for discovering and clustering Deep Web sources and services through SCD-based service matching analysis. Our experimental results demonstrate the effectiveness of the service class discovery, probing, and matching algorithms and suggest techniques for efficiently managing service discovery in the face of the immense scale of the Deep Web.« less
40 CFR 467.61 - Specialized definitions.
Code of Federal Regulations, 2011 CFR
2011-07-01
... AND STANDARDS ALUMINUM FORMING POINT SOURCE CATEGORY Drawing With Emulsions or Soaps Subcategory § 467... emulsions or soaps subcategory shall include drawing using emulsions or soaps, stationary casting...
Quantitative assessment of risk reduction from hand washing with antibacterial soaps.
Gibson, L L; Rose, J B; Haas, C N; Gerba, C P; Rusin, P A
2002-01-01
The Centers for Disease Control and Prevention have estimated that there are 3,713,000 cases of infectious disease associated with day care facilities each year. The objective of this study was to examine the risk reduction achieved from using different soap formulations after diaper changing using a microbial quantitative risk assessment approach. To achieve this, a probability of infection model and an exposure assessment based on micro-organism transfer were used to evaluate the efficacy of different soap formulations in reducing the probability of disease following hand contact with an enteric pathogen. Based on this model, it was determined that the probability of infection ranged from 24/100 to 91/100 for those changing diapers of babies with symptomatic shigellosis who used a control product (soap without an antibacterial ingredient), 22/100 to 91/100 for those who used an antibacterial soap (chlorohexadine 4%), and 15/100 to 90/100 for those who used a triclosan (1.5%) antibacterial soap. Those with asymptomatic shigellosis who used a non-antibacterial control soap had a risk between 49/100,000 and 53/100, those who used the 4% chlorohexadine-containing soap had a risk between 43/100,000 and 51/100, and for those who used a 1.5% triclosan soap had a risk between 21/100,000 and 43/100. The adequate washing of hands after diapering reduces risk and can be further reduced by a factor of 20% by the use of an antibacterial soap. Quantitative risk assessment is a valuable tool in the evaluation of household sanitizing agents and low risk outcomes.
21 CFR 701.20 - Detergent substances, other than soap, intended for use in cleansing the body.
Code of Federal Regulations, 2013 CFR
2013-04-01
... 21 Food and Drugs 7 2013-04-01 2013-04-01 false Detergent substances, other than soap, intended... Ingredients § 701.20 Detergent substances, other than soap, intended for use in cleansing the body. (a) In its definition of the term cosmetic, the Federal Food, Drug, and Cosmetic Act specifically excludes soap. The...
21 CFR 701.20 - Detergent substances, other than soap, intended for use in cleansing the body.
Code of Federal Regulations, 2012 CFR
2012-04-01
... 21 Food and Drugs 7 2012-04-01 2012-04-01 false Detergent substances, other than soap, intended... Ingredients § 701.20 Detergent substances, other than soap, intended for use in cleansing the body. (a) In its definition of the term cosmetic, the Federal Food, Drug, and Cosmetic Act specifically excludes soap. The...
9. 5TH FLOOR, INTERIOR DETAIL TO EAST OF SOAP BIN ...
9. 5TH FLOOR, INTERIOR DETAIL TO EAST OF SOAP BIN No. 4: UPPER SCREWS MOVED SOAP CHIPS HORIZONTALLY FROM BIN TO BIN; LOWER LEFT-AND RIGHT-HAND SCREWS MOVED CHIPS TO CHUTE LEADING TO 3RD FLOOR SOAP MILLS - Colgate & Company Jersey City Plant, Building No. B-14, 54-58 Grand Street, Jersey City, Hudson County, NJ
21 CFR 701.20 - Detergent substances, other than soap, intended for use in cleansing the body.
Code of Federal Regulations, 2014 CFR
2014-04-01
... 21 Food and Drugs 7 2014-04-01 2014-04-01 false Detergent substances, other than soap, intended... Ingredients § 701.20 Detergent substances, other than soap, intended for use in cleansing the body. (a) In its definition of the term cosmetic, the Federal Food, Drug, and Cosmetic Act specifically excludes soap. The...
Use Primary Sources to Develop a Soap Opera: As the Civil War Turns
ERIC Educational Resources Information Center
Morris, Ronald V.
2002-01-01
In this article, the author describes a social studies class activity that uses primary sources to develop a soap opera based on the American Civil War. In the soap opera activity, students can watch historical characters as they grow, develop, and change. Not only do people in the soap opera develop over a long period, but their accumulated…
Mother Courage and Her Soaps: "Incendies, Weeds, Nurse Jackie," and Daytime Drama
ERIC Educational Resources Information Center
Beck, Bernard
2012-01-01
The decline of the soap opera as a major form of popular culture highlights the importance of that form in creating and maintaining a shared subculture for women. Soap operas are contrasted with recent television and film works that present the struggles of women in a different way, highlighting the distinctive features of soap operas as women's…
NASA Astrophysics Data System (ADS)
Sari, M.
2018-04-01
Soap is a compound of sodium or potassium with fatty acids from vegetable oils or solid animal fats, soft or liquid, and foamy. Considering the potential of VCO as the raw material for making soap and supported by the benefits of red betel leaves, then this research is done by making solid bath soap from VCO which is supplemented with Red betel leaf extract. The purpose of this research is to make solid soap from VCO with an extract of red betel leaf based on SNINo.06-3532199. Analyzing VCO oil, which is used for the manufacture of soap, consists of analysis of saponification figures, Iodine number and peroxide number. Has made solid soap from VCO oil with Red betel leaf extract. From the five quality standards established under SNI 06-3532-1994 only two quality standards that can be done that is water quality and the amount of acidity. The percent of water quality obtained is 10% meanwhile the amount of acidity obtained is 9,32%. According to the data, it can be concluded that the solid soap made was not fulfill SNI 06-3532-1994.
2001-04-01
opposed to combat engineering, and services are items such as laundry and consumable personal-use items (e.g. soap, shampoo , exchange items, etc...like insults and verbal abuse from non- combatants. In Grozny, about seventy-eight percent of soldiers surveyed had some type
Saboori, Shadi; Greene, Leslie E.; Moe, Christine L.; Freeman, Matthew C.; Caruso, Bethany A.; Akoko, Daniel; Rheingans, Richard D.
2013-01-01
We assessed whether supplying soap to primary schools on a regular basis increased pupil hand washing and decreased Escherichia coli hand contamination. Multiple rounds of structured observations of hand washing events after latrine use were conducted in 60 Kenyan schools, and hand rinse samples were collected one time in a subset of schools. The proportion of pupils observed practicing hand washing with soap (HWWS) events was significantly higher in schools that received a soap provision intervention (32%) and schools that received soap and latrine cleaning materials (38%) compared with controls (3%). Girls and boys had similar hand washing rates. There were non-significant reductions in E. coli contamination among intervention school pupils compared with controls. Removing the barrier of soap procurement can significantly increase availability of soap and hand washing among pupils; however, we discuss limitations in the enabling policy and institutional environment that may have prevented reaching desired levels of HWWS. PMID:23939707
Soaps and detergents: understanding their composition and effect.
Kirsner, R S; Froelich, C W
1998-03-01
Soaps have been used for thousands of years as part of religious ceremonies and daily life. Derived from fatty acids or triglycerides (fats or oils) into their alkali derivatives through a process called saponification, soaps are important for healthcare professionals in preventing the spread of disease. Partly due to their alkaline nature, soaps are limited by their irritancy to the skin and their tendency to form insoluble and inactive salts when combined with either hard water or sea water. Therefore, soap alternatives or synthetic detergents have been developed. Detergents are classified into four groups: anionic, cationic, amphoteric, and non-ionic. These four groups are based on the hydrophilic qualities and surfactants they possess. Each group has characteristics that pertain to its main uses, irritancy, and toxicity. Understanding soaps and detergents may assist clinicians in making intelligent choices when using these agents on their patients as either skin cleansers or wound cleansers. Understanding the characteristics of soaps and detergents is especially important when dealing with at-risk patients such as the elderly.
Evaluation and remediation of bulk soap dispensers for biofilm.
Lorenz, Lindsey A; Ramsay, Bradley D; Goeres, Darla M; Fields, Matthew W; Zapka, Carrie A; Macinga, David R
2012-01-01
Recent studies evaluating bulk soap in public restroom soap dispensers have demonstrated up to 25% of open refillable bulk-soap dispensers were contaminated with ~ 6 log(10)(CFU ml(-1)) heterotrophic bacteria. In this study, plastic counter-mounted, plastic wall-mounted and stainless steel wall-mounted dispensers were analyzed for suspended and biofilm bacteria using total cell and viable plate counts. Independent of dispenser type or construction material, the bulk soap was contaminated with 4-7 log(10)(CFU ml(-1)) bacteria, while 4-6 log(10)(CFU cm(-2)) biofilm bacteria were isolated from the inside surfaces of the dispensers (n = 6). Dispenser remediation studies, including a 10 min soak with 5000 mg l(-1) sodium hypochlorite, were then conducted to determine the efficacy of cleaning and disinfectant procedures against established biofilms. The testing showed that contamination of the bulk soap returned to pre-test levels within 7-14 days. These results demonstrate biofilm is present in contaminated bulk-soap dispensers and remediation studies to clean and sanitize the dispensers are temporary.
Amoruso, Irene; Bertoncello, Chiara; Caravello, Gianumberto; Giaccone, Valerio; Baldovin, Tatjana
2015-11-01
In 2012 some children developed sepsis after playing together with a soap bubble toy. Microbiological testing revealed heavy contamination of the soap solution, which reasonably represented the vehicle of infection. We investigated the issue with a multidisciplinary approach: review of toy safety legislation; microbiological testing of additional samples; query of the RAPEX database for non-compliant soap bubbles; identification of major manufacturing districts. Microbiological contamination of industrial soap bubbles was widespread. Sixty-three notifications of batches contaminated by environmental microorganisms and opportunistic pathogens had been reported. The Chinese had a virtual monopoly of the soap bubble market. We identified two main manufacturing districts in Guangdong Province, both notable for degradation of their water resources. The use of untreated water for the industrial production of soap bubbles may explain the bacterial contamination. Existing legislation provides an unsatisfactory approach for managing microbiological hazards in sensitive toy categories and for identifying responsible parties in import and export of the products.
Saboori, Shadi; Greene, Leslie E; Moe, Christine L; Freeman, Matthew C; Caruso, Bethany A; Akoko, Daniel; Rheingans, Richard D
2013-10-01
We assessed whether supplying soap to primary schools on a regular basis increased pupil hand washing and decreased Escherichia coli hand contamination. Multiple rounds of structured observations of hand washing events after latrine use were conducted in 60 Kenyan schools, and hand rinse samples were collected one time in a subset of schools. The proportion of pupils observed practicing hand washing with soap (HWWS) events was significantly higher in schools that received a soap provision intervention (32%) and schools that received soap and latrine cleaning materials (38%) compared with controls (3%). Girls and boys had similar hand washing rates. There were non-significant reductions in E. coli contamination among intervention school pupils compared with controls. Removing the barrier of soap procurement can significantly increase availability of soap and hand washing among pupils; however, we discuss limitations in the enabling policy and institutional environment that may have prevented reaching desired levels of HWWS.
Provenance-Based Approaches to Semantic Web Service Discovery and Usage
ERIC Educational Resources Information Center
Narock, Thomas William
2012-01-01
The World Wide Web Consortium defines a Web Service as "a software system designed to support interoperable machine-to-machine interaction over a network." Web Services have become increasingly important both within and across organizational boundaries. With the recent advent of the Semantic Web, web services have evolved into semantic…
ERIC Educational Resources Information Center
MacKinnon, Gregory R.
1998-01-01
Outlines an activity centered around the soap-making process in which soap is made via demonstration. Students are asked to develop an acid-base classification table and discuss various acid-base indicators. (DDR)
Steinmann, J; Paulmann, D; Becker, B; Bischoff, B; Steinmann, E; Steinmann, J
2012-12-01
Three ethanol-based sanitizers were compared with three antimicrobial liquid soaps for their efficacy to inactivate polio-, adeno-, vaccinia- and bovine viral diarrhoea virus (BVDV) as well as feline calicivirus (FCV) and murine norovirus (MNV) as surrogates for human norovirus in a suspension test. Additionally, sanitizers and soaps were examined against MNV in a modified fingerpad method. All sanitizers sufficiently inactivated the test viruses in the suspension test whereas two soaps were active only against vaccinia virus and BVDV. In the modified fingerpad test a povidone-iodine-containing soap was superior to the sanitizers whereas the other two soaps showed no activity. Copyright © 2012 The Healthcare Infection Society. Published by Elsevier Ltd. All rights reserved.
... Soap and soap products (including hand soap) Spermaceti Starch and sizing Stearic acid Sunscreens Talc (except when ... In the United States, widespread use of child-resistant containers with safety caps has greatly reduced the ...
Nowacki, Joyce; Lee, Hung-Chang; Lien, Reyin; Cheng, Shao-Wen; Li, Sung-Tse; Yao, Manjiang; Northington, Robert; Jan, Ingrid; Mutungi, Gisella
2014-11-05
Formula-fed (FF) infants often have harder stools and higher stool concentrations of fatty acid soaps compared to breastfed infants. Feeding high sn-2 palmitate or the prebiotic oligofructose (OF) may soften stools, reduce stool soaps, and decrease fecal calcium loss. We investigated the effect of high sn-2 palmitate alone and in combination with OF on stool palmitate soap, total soap and calcium concentrations, stool consistency, gastrointestinal (GI) tolerance, anthropometrics, and hydration in FF infants. This double-blind trial randomized 165 healthy term infants 25-45 days old to receive Control formula (n = 54), formula containing high sn-2 palmitate (sn-2; n = 56), or formula containing high sn-2 palmitate plus 3 g/L OF (sn-2+OF; n = 55). A non-randomized human milk (HM)-fed group was also included (n = 55). The primary endpoint, stool composition, was determined after 28 days of feeding, and was assessed using ANOVA accompanied by pairwise comparisons. Stool consistency, GI tolerance and hydration were assessed at baseline, day 14 (GI tolerance only) and day 28. Infants fed sn-2 had lower stool palmitate soaps compared to Control (P = 0.0028); while those fed sn-2+OF had reduced stool palmitate soaps compared to both Control and sn-2 (both P < 0.0001). Stool total soaps and calcium were lower in the sn-2+OF group than either Control (P < 0.0001) or sn-2 (P < 0.0001). The HM-fed group had lower stool palmitate soaps, total soaps and calcium (P < 0.0001 for each comparison) than all FF groups. The stool consistency score of the sn-2+OF group was lower than Control and sn-2 (P < 0.0001), but higher than the HM-fed group (P < 0.0001). GI tolerance was similar and anthropometric z-scores were <0.2 SD from the WHO growth standards in all groups, while urinary hydration markers were within normal range for all FF infants. Increasing sn-2 palmitate in infant formula reduces stool palmitate soaps. A combination of high sn-2 palmitate and OF reduces stool palmitate soaps, total soaps and calcium, while promoting softer stools. This study was registered on http://www.clinicaltrials.gov: number NCT02031003.
... your hands when they are visibly dirty. Antibacterial soaps, such as those containing triclosan, are no more effective at killing germs than is regular soap. Using antibacterial soap might even lead to the ...
False-positive cryptococcal antigen latex agglutination caused by disinfectants and soaps.
Blevins, L B; Fenn, J; Segal, H; Newcomb-Gayman, P; Carroll, K C
1995-01-01
Five disinfectants or soaps were tested to determine if any could be responsible for false-positive results obtained with the Latex-Crypto Antigen Detection System kit (Immuno-Mycologics, Inc., Norman, Okla.). Three disinfectants or soaps (Derma soap, 7X, and Bacdown) produced false-positive agglutination after repeated washing of ring slides during testing of a known negative cerebrospinal fluid specimen. PMID:7650214
NASA Astrophysics Data System (ADS)
Paulraj, D.; Swamynathan, S.; Madhaiyan, M.
2012-11-01
Web Service composition has become indispensable as a single web service cannot satisfy complex functional requirements. Composition of services has received much interest to support business-to-business (B2B) or enterprise application integration. An important component of the service composition is the discovery of relevant services. In Semantic Web Services (SWS), service discovery is generally achieved by using service profile of Ontology Web Languages for Services (OWL-S). The profile of the service is a derived and concise description but not a functional part of the service. The information contained in the service profile is sufficient for atomic service discovery, but it is not sufficient for the discovery of composite semantic web services (CSWS). The purpose of this article is two-fold: first to prove that the process model is a better choice than the service profile for service discovery. Second, to facilitate the composition of inter-organisational CSWS by proposing a new composition method which uses process ontology. The proposed service composition approach uses an algorithm which performs a fine grained match at the level of atomic process rather than at the level of the entire service in a composite semantic web service. Many works carried out in this area have proposed solutions only for the composition of atomic services and this article proposes a solution for the composition of composite semantic web services.
Automatic geospatial information Web service composition based on ontology interface matching
NASA Astrophysics Data System (ADS)
Xu, Xianbin; Wu, Qunyong; Wang, Qinmin
2008-10-01
With Web services technology the functions of WebGIS can be presented as a kind of geospatial information service, and helped to overcome the limitation of the information-isolated situation in geospatial information sharing field. Thus Geospatial Information Web service composition, which conglomerates outsourced services working in tandem to offer value-added service, plays the key role in fully taking advantage of geospatial information services. This paper proposes an automatic geospatial information web service composition algorithm that employed the ontology dictionary WordNet to analyze semantic distances among the interfaces. Through making matching between input/output parameters and the semantic meaning of pairs of service interfaces, a geospatial information web service chain can be created from a number of candidate services. A practice of the algorithm is also proposed and the result of it shows the feasibility of this algorithm and the great promise in the emerging demand for geospatial information web service composition.
Pérez-Garza, J; García, S; Heredia, N
2017-10-01
Food handlers are important sources of contamination in the agricultural environment. This study was conducted (i) to evaluate the activity of antimicrobial soaps against Escherichia coli and Enterococcus faecalis using a hand washing model with soiled hands and (ii) to determine the survival and persistence of these bacteria in rinsates. Sterilized agricultural soil from tomato and pepper farms was inoculated with E. coli or E. faecalis at 10 3 or 10 6 CFU/g. Decontaminated hands were placed in contact with contaminated soil for 2 min and were then washed with soaps with or without antimicrobial compounds (citric extracts, chloroxylenol, triclosan, or chlorhexidine gluconate). As the control, hands were washed with sterile distilled water. The levels of bacteria remaining on the hands and recovered from the rinsates were determined using a membrane filtration method and selective media. Antimicrobial soaps removed levels of E. coli similar to those removed by distilled water and nonantimicrobial soap on hands contaminated with E. coli at 10 3 CFU/g. However, when hands were contaminated with E. coli at 10 6 CFU/g, more E. coli was removed with the chlorhexidine gluconate soap. When hands were contaminated with E. faecalis at 10 3 CFU/g, bacteria were removed more effectively with soaps containing chloroxylenol or chlorhexidine gluconate. When hands were contaminated with E. faecalis at 10 6 CFU/g, all of the antimicrobial soaps were more effective for removing the bacteria than were distilled water and nonantimicrobial soap. E. coli grew in all of the hand washing rinsates except that containing triclosan, whereas E. faecalis from the 10 6 CFU/g treatments grew in rinsates containing chlorhexidine gluconate and in the distilled water rinsates. Washing with antimicrobial soap was more effective for reducing bacteria on soiled hands than was washing with water or nonantimicrobial soap. However, persistence or growth of bacteria in these rinsates poses health risks.
Graph-Based Semantic Web Service Composition for Healthcare Data Integration.
Arch-Int, Ngamnij; Arch-Int, Somjit; Sonsilphong, Suphachoke; Wanchai, Paweena
2017-01-01
Within the numerous and heterogeneous web services offered through different sources, automatic web services composition is the most convenient method for building complex business processes that permit invocation of multiple existing atomic services. The current solutions in functional web services composition lack autonomous queries of semantic matches within the parameters of web services, which are necessary in the composition of large-scale related services. In this paper, we propose a graph-based Semantic Web Services composition system consisting of two subsystems: management time and run time. The management-time subsystem is responsible for dependency graph preparation in which a dependency graph of related services is generated automatically according to the proposed semantic matchmaking rules. The run-time subsystem is responsible for discovering the potential web services and nonredundant web services composition of a user's query using a graph-based searching algorithm. The proposed approach was applied to healthcare data integration in different health organizations and was evaluated according to two aspects: execution time measurement and correctness measurement.
Graph-Based Semantic Web Service Composition for Healthcare Data Integration
2017-01-01
Within the numerous and heterogeneous web services offered through different sources, automatic web services composition is the most convenient method for building complex business processes that permit invocation of multiple existing atomic services. The current solutions in functional web services composition lack autonomous queries of semantic matches within the parameters of web services, which are necessary in the composition of large-scale related services. In this paper, we propose a graph-based Semantic Web Services composition system consisting of two subsystems: management time and run time. The management-time subsystem is responsible for dependency graph preparation in which a dependency graph of related services is generated automatically according to the proposed semantic matchmaking rules. The run-time subsystem is responsible for discovering the potential web services and nonredundant web services composition of a user's query using a graph-based searching algorithm. The proposed approach was applied to healthcare data integration in different health organizations and was evaluated according to two aspects: execution time measurement and correctness measurement. PMID:29065602
Stability Conditions and Mechanism of Cream Soaps: Effect of Polyols.
Sagitani, Hiromichi; Komoriya, Masumi
2015-01-01
Fatty acids, fatty acid potassium soaps, polyols and water are essential ingredients for producing stable cream soaps. The solution behavior of the above four components system has been studied to elucidate the effect of four sorts of polyols (glycerol, 1,3-butylene glycol, polyethylene glycol 400 and dipropylene glycol) on the stability of cream soaps. It has been revealed that the lamellar liquid crystalline one-phase converted to a two-phase of a lamellar phase and an isotropic aqueous solution by the addition of a few percent of 1,3-butylene glycol, polyethylene glycol 400 and dipropylene glycol, whereas the lamellar one-phase was remained by about 50 wt% of glycerol in the aqueous solution. The X-ray data at room temperature showed that the existence of 1:1 acid soap (1:1 mole ratio of potassium soap/fatty acid) crystals in the 1,3-butylene glycol, polyethylene glycol 400 and dipropylene glycol systems, whereas that the coexistence of 1:1 acid soap crystal and a lamellar gel phase (swelled lamellar gel structure) in the glycerol system. The phase transition peaks from coagel to gel (Tgel) and from gel to liquid state (Tc) were appeared in the above four polyol systems by DSC measurements. It was confirmed from the combined data of SAXS and DSC that the existence of anhydrous 1:1 acid soap gels (or with small amount of bound water) in the all polyol systems, whereas the coexistence of the anhydrate gel and the swelled gel with a lot of intermediate water in the only glycerol system. This swelled gel structure would be contributed to stabilize the dispersed anhydrate acid soap crystals in cream soaps.
Blanc, D S; Gomes Magalhaes, B; Abdelbary, M; Prod'hom, G; Greub, G; Wasserfallen, J B; Genoud, P; Zanetti, G; Senn, L
2016-05-01
During an environmental investigation of Pseudomonas aeruginosa in intensive care units, the liquid hand soap was found to be highly contaminated (up to 8 × 10(5)cfu/g) with this pathogen. It had been used over the previous five months and was probably contaminated during manufacturing. To evaluate the burden of this contamination on patients by conducting an epidemiological investigation using molecular typing combined with whole genome sequencing (WGS). P. aeruginosa isolates from clinical specimens were analysed by double locus sequence typing (DLST) and compared with isolates recovered from the soap. Medical charts of patients infected with a genotype identical to those found in the soap were reviewed. WGS was performed on soap and patient isolates sharing the same genotype. P. aeruginosa isolates (N = 776) were available in 358/382 patients (93.7%). Only three patients (0.8%) were infected with a genotype found in the soap. Epidemiological investigations showed that the first patient was not exposed to the soap, the second could have been exposed, and the third was indeed exposed. WGS showed a high number of core single nucleotide polymorphism differences between patients and soap isolates. No close genetic association was observed between soap and patient isolates, ruling out the hypothesis of transmission. Despite a highly contaminated soap, the combined investigation with DLST and WGS ruled out any impact on patients. Hand hygiene performed with alcohol-based solution for >15 years was probably the main reason. However, such contamination represents a putative reservoir of pathogens that should be avoided in the hospital setting. Copyright © 2016 The Healthcare Infection Society. Published by Elsevier Ltd. All rights reserved.
Soap is not enough: handwashing practices and knowledge in refugee camps, Maban County, South Sudan.
Phillips, Raina M; Vujcic, Jelena; Boscoe, Andrew; Handzel, Thomas; Aninyasi, Mark; Cookson, Susan T; Blanton, Curtis; S Blum, Lauren; Ram, Pavani K
2015-01-01
Refugees are at high risk for communicable diseases due to overcrowding and poor water, sanitation, and hygiene conditions. Handwashing with soap removes pathogens from hands and reduces disease risk. A hepatitis E outbreak in the refugee camps of Maban County, South Sudan in 2012 prompted increased hygiene promotion and improved provision of soap, handwashing stations, and latrines. We conducted a study 1 year after the outbreak to assess the knowledge, attitudes, and practices of the refugees in Maban County. We conducted a cross sectional survey of female heads of households in three refugee camps in Maban County. We performed structured observations on a subset of households to directly observe their handwashing practices at times of possible pathogen transmission. Of the 600 households interviewed, nearly all had soap available and 91 % reported water was available "always" or "sometimes". Exposure to handwashing promotion was reported by 85 % of the respondents. Rinsing hands with water alone was more commonly observed than handwashing with soap at critical handwashing times including "before eating" (80 % rinsing vs. 7 % washing with soap) and "before preparing/cooking food" (72.3 % vs 23 %). After toilet use, 46 % were observed to wash hands with soap and an additional 38 % rinsed with water alone. Despite intensive messaging regarding handwashing with soap and access to soap and water, rinsing hands with water alone rather than washing hands with soap remains more common among the refugees in Maban County. This practice puts them at continued risk for communicable disease transmission. Qualitative research into local beliefs and more effective messaging may help future programs tailor handwashing interventions.
BioSWR – Semantic Web Services Registry for Bioinformatics
Repchevsky, Dmitry; Gelpi, Josep Ll.
2014-01-01
Despite of the variety of available Web services registries specially aimed at Life Sciences, their scope is usually restricted to a limited set of well-defined types of services. While dedicated registries are generally tied to a particular format, general-purpose ones are more adherent to standards and usually rely on Web Service Definition Language (WSDL). Although WSDL is quite flexible to support common Web services types, its lack of semantic expressiveness led to various initiatives to describe Web services via ontology languages. Nevertheless, WSDL 2.0 descriptions gained a standard representation based on Web Ontology Language (OWL). BioSWR is a novel Web services registry that provides standard Resource Description Framework (RDF) based Web services descriptions along with the traditional WSDL based ones. The registry provides Web-based interface for Web services registration, querying and annotation, and is also accessible programmatically via Representational State Transfer (REST) API or using a SPARQL Protocol and RDF Query Language. BioSWR server is located at http://inb.bsc.es/BioSWR/and its code is available at https://sourceforge.net/projects/bioswr/under the LGPL license. PMID:25233118
BioSWR--semantic web services registry for bioinformatics.
Repchevsky, Dmitry; Gelpi, Josep Ll
2014-01-01
Despite of the variety of available Web services registries specially aimed at Life Sciences, their scope is usually restricted to a limited set of well-defined types of services. While dedicated registries are generally tied to a particular format, general-purpose ones are more adherent to standards and usually rely on Web Service Definition Language (WSDL). Although WSDL is quite flexible to support common Web services types, its lack of semantic expressiveness led to various initiatives to describe Web services via ontology languages. Nevertheless, WSDL 2.0 descriptions gained a standard representation based on Web Ontology Language (OWL). BioSWR is a novel Web services registry that provides standard Resource Description Framework (RDF) based Web services descriptions along with the traditional WSDL based ones. The registry provides Web-based interface for Web services registration, querying and annotation, and is also accessible programmatically via Representational State Transfer (REST) API or using a SPARQL Protocol and RDF Query Language. BioSWR server is located at http://inb.bsc.es/BioSWR/and its code is available at https://sourceforge.net/projects/bioswr/under the LGPL license.
Reliable Execution Based on CPN and Skyline Optimization for Web Service Composition
Ha, Weitao; Zhang, Guojun
2013-01-01
With development of SOA, the complex problem can be solved by combining available individual services and ordering them to best suit user's requirements. Web services composition is widely used in business environment. With the features of inherent autonomy and heterogeneity for component web services, it is difficult to predict the behavior of the overall composite service. Therefore, transactional properties and nonfunctional quality of service (QoS) properties are crucial for selecting the web services to take part in the composition. Transactional properties ensure reliability of composite Web service, and QoS properties can identify the best candidate web services from a set of functionally equivalent services. In this paper we define a Colored Petri Net (CPN) model which involves transactional properties of web services in the composition process. To ensure reliable and correct execution, unfolding processes of the CPN are followed. The execution of transactional composition Web service (TCWS) is formalized by CPN properties. To identify the best services of QoS properties from candidate service sets formed in the TCSW-CPN, we use skyline computation to retrieve dominant Web service. It can overcome that the reduction of individual scores to an overall similarity leads to significant information loss. We evaluate our approach experimentally using both real and synthetically generated datasets. PMID:23935431
Reliable execution based on CPN and skyline optimization for Web service composition.
Chen, Liping; Ha, Weitao; Zhang, Guojun
2013-01-01
With development of SOA, the complex problem can be solved by combining available individual services and ordering them to best suit user's requirements. Web services composition is widely used in business environment. With the features of inherent autonomy and heterogeneity for component web services, it is difficult to predict the behavior of the overall composite service. Therefore, transactional properties and nonfunctional quality of service (QoS) properties are crucial for selecting the web services to take part in the composition. Transactional properties ensure reliability of composite Web service, and QoS properties can identify the best candidate web services from a set of functionally equivalent services. In this paper we define a Colored Petri Net (CPN) model which involves transactional properties of web services in the composition process. To ensure reliable and correct execution, unfolding processes of the CPN are followed. The execution of transactional composition Web service (TCWS) is formalized by CPN properties. To identify the best services of QoS properties from candidate service sets formed in the TCSW-CPN, we use skyline computation to retrieve dominant Web service. It can overcome that the reduction of individual scores to an overall similarity leads to significant information loss. We evaluate our approach experimentally using both real and synthetically generated datasets.
Aerts, Jozef
2017-01-01
RESTful web services nowadays are state-of-the-art in business transactions over the internet. They are however not very much used in medical informatics and in clinical research, especially not in Europe. To make an inventory of RESTful web services that can be used in medical informatics and clinical research, including those that can help in patient empowerment in the DACH region and in Europe, and to develop some new RESTful web services for use in clinical research and regulatory review. A literature search on available RESTful web services has been performed and new RESTful web services have been developed on an application server using the Java language. Most of the web services found originate from institutes and organizations in the USA, whereas no similar web services could be found that are made available by European organizations. New RESTful web services have been developed for LOINC codes lookup, for UCUM conversions and for use with CDISC Standards. A comparison is made between "top down" and "bottom up" web services, the latter meant to answer concrete questions immediately. The lack of RESTful web services made available by European organizations in healthcare and medical informatics is striking. RESTful web services may in short future play a major role in medical informatics, and when localized for the German language and other European languages, can help to considerably facilitate patient empowerment. This however requires an EU equivalent of the US National Library of Medicine.
Evaluation of pH of Bathing Soaps and Shampoos for Skin and Hair Care.
Tarun, Jose; Susan, Jose; Suria, Jacob; Susan, Veronica John; Criton, Sebastian
2014-09-01
Normal healthy skin has potential of hydrogen (pH) range of 5.4-5.9 and a normal bacterial flora. Use of soap with high pH causes an increase in skin pH, which in turn causes an increase in dehydrative effect, irritability and alteration in bacterial flora. The majority of soaps and shampoos available in the market do not disclose their pH. The aim of this study was to assess the pH of different brands of bathing soaps and shampoos available in the market. The samples of soaps and shampoos were collected from shops in the locality. The samples of different brands are coded before the analysis of the pH. Solution of each sample was made and pH was measured using pH meter. Majority of the soaps have a pH within the range of 9-10. Majority of the shampoos have a pH within the range of 6-7. The soaps and shampoos commonly used by the population at large have a pH outside the range of normal skin and hair pH values. Therefore, it is hoped that before recommending soap to patient especially those who have sensitive and acne prone skin, due consideration is given to the pH factor and also that manufacturers will give a thought to pH of soaps and shampoos manufactured by them, so that their products will be more skin and hair friendly.
The crystallization of metal soaps and fatty acids in oil paint model systems.
Hermans, Joen J; Keune, Katrien; van Loon, Annelies; Iedema, Piet D
2016-04-28
The formation and crystallization of metal soaps in oil paint layers is an important issue in the conservation of oil paintings. The chemical reactions and physical processes that are involved in releasing metal ions from pigments and fatty acids from the oil binder to form crystalline metal soap deposits have so far remained poorly understood. We have used a combination of differential scanning calorimetry (DSC) and attenuated total reflection Fourier transform infrared spectroscopy (ATR-FTIR) on model mixtures of palmitic acid, lead palmitate or zinc palmitate and linseed oil to study the transition from amorphous material to crystalline fatty acid or metal soap. This transition forms the final stage in the cascade of processes leading to metal soap-related oil paint degradation. Palmitic acid as well as the metal soaps showed nearly ideal solubility behavior. However, it was found that, near room temperature, both lead and zinc palmitate are practically insoluble in both liquid and partially polymerized linseed oil. Interestingly, the rate of metal soap and fatty acid crystallization decreased rapidly with the degree of linseed oil polymerization, possibly leading to systems where metal soaps are kinetically trapped in a semi-crystalline state. To explain the various morphologies of metal soap aggregates observed in oil paint layers, it is proposed that factors affecting the probability of crystal nucleation and the rate of crystal growth play a crucial role, like exposure to heat or cleaning solvents and the presence of microcracks.
Critical assessment of the pH of children's soap.
Mendes, Bruna Rafaela; Shimabukuro, Danielle Midori; Uber, Marjorie; Abagge, Kerstin Taniguchi
2016-01-01
To evaluate the pH value of children's antibacterial soaps and syndets used in children's baths and verify whether there is information regarding pH on the product label. Quantitative, cross-sectional, analytical observational study that included ninety soap samples, both in bar and liquid presentations, as follows: 67 children's soap (group 1), 17 antibacterial soaps (group 2), and 6 syndets (group 3). Each sample had its pH measured after 1% dilution. In addition to descriptive statistics, the Pearson-Yates chi-squared test and Student's t-tests were applied, considering the minimal significance level of 5%. The Wilcoxon-Mann-Whitney test, Fisher's exact test, and the Kruskal-Wallis test were used for inferential statistics. The pH levels varied considerably between liquid and bar presentations, with lower levels (4.4-7.9) found for the liquids (p<0.05). Syndets showed pH levels close to the ideal (slightly acid) and the antibacterial soaps showed the highest pH levels (up to 11.34) (p<0.05). Only two of the soaps included in the study had information about their pH levels on the product packaging. Knowledge of the pH of children's soap by doctors and users is important, considering the great pH variability found in this study. Moreover, liquid soaps, and especially syndets, are the most recommended for the sensitive skin of neonates and infants, in order to guarantee skin barrier efficacy. Copyright © 2016 Sociedade Brasileira de Pediatria. Published by Elsevier Editora Ltda. All rights reserved.
DOE Office of Scientific and Technical Information (OSTI.GOV)
MILLS, EVAN; MATTHE, PAUL; STOUFER, MARTIN
2016-10-06
EnergyIQ-the first "action-oriented" benchmarking tool for non-residential buildings-provides a standardized opportunity assessment based on benchmarking results. along with decision-support information to help refine action plans. EnergyIQ offers a wide array of benchmark metrics, with visuall as well as tabular display. These include energy, costs, greenhouse-gas emissions, and a large array of characteristics (e.g. building components or operational strategies). The tool supports cross-sectional benchmarking for comparing the user's building to it's peers at one point in time, as well as longitudinal benchmarking for tracking the performance of an individual building or enterprise portfolio over time. Based on user inputs, the toolmore » generates a list of opportunities and recommended actions. Users can then explore the "Decision Support" module for helpful information on how to refine action plans, create design-intent documentation, and implement improvements. This includes information on best practices, links to other energy analysis tools and more. The variety of databases are available within EnergyIQ from which users can specify peer groups for comparison. Using the tool, this data can be visually browsed and used as a backdrop against which to view a variety of energy benchmarking metrics for the user's own building. User can save their project information and return at a later date to continue their exploration. The initial database is the CA Commercial End-Use Survey (CEUS), which provides details on energy use and characteristics for about 2800 buildings (and 62 building types). CEUS is likely the most thorough survey of its kind every conducted. The tool is built as a web service. The EnergyIQ web application is written in JSP with pervasive us of JavaScript and CSS2. EnergyIQ also supports a SOAP based web service to allow the flow of queries and data to occur with non-browser implementations. Data are stored in an Oracle 10g database. References: Mills, Mathew, Brook and Piette. 2008. "Action Oriented Benchmarking: Concepts and Tools." Energy Engineering, Vol.105, No. 4, pp 21-40. LBNL-358E; Mathew, Mills, Bourassa, Brook. 2008. "Action-Oriented Benchmarking: Using the CEUS Database to Benchmark Commercial Buildings in California." Energy Engineering, Vol 105, No. 5, pp 6-18. LBNL-502E.« less
NPDES Permit for Soap Creek Associates Wastewater Treatment Facility in Montana
Under National Pollutant Discharge Elimination System permit number MT-0023183, Soap Creek Associates, Inc. is authorized to discharge from its wastewater treatment facility located in West, Bighorn County, Montana, to Soap Creek.
Web service module for access to g-Lite
NASA Astrophysics Data System (ADS)
Goranova, R.; Goranov, G.
2012-10-01
G-Lite is a lightweight grid middleware for grid computing installed on all clusters of the European Grid Infrastructure (EGI). The middleware is partially service-oriented and does not provide well-defined Web services for job management. The existing Web services in the environment cannot be directly used by grid users for building service compositions in the EGI. In this article we present a module of well-defined Web services for job management in the EGI. We describe the architecture of the module and the design of the developed Web services. The presented Web services are composable and can participate in service compositions (workflows). An example of usage of the module with tools for service compositions in g-Lite is shown.
Spectroscopic and Thermal Behavior of Chromium Soaps
NASA Astrophysics Data System (ADS)
Mehrotra, K. N.; Jain, Mamta
1996-02-01
The physicochemical characteristics of chromium soaps (myristate and stearate) were investigated in the solid state (thermal, X-ray, and IR measurements) and in solutions (spectrophotometric measurements). The thermal measurements showed that the decomposition of chromium soaps is a two-step process. The soap decomposed into chromium oxycarboxylate, ketone, and carbon dioxide in the first step and the intermediate oxycarboxylate underwent further decomposition to chromium trioxide in the second step. The results showed that the second step is kinetically of zero order and the values of energy of activation for the first and second steps lie in the ranges 6-7 and 17-18 kcal mol-1, respectively. The X-ray diffraction results showed that these soaps possess double-layer structure with molecular axes slightly inclined to the basal plane. The infrared results revealed that the fatty acids exist with dimeric structure through hydrogen bonding between two molecules of fatty acids whereas the metal-to-oxygen bonds in chromium soaps are not purely ionic but possess considerable covalent character. The results of spectrophotometric measurements also confirmed the somewhat covalent nature of chromium soaps in solutions in dichloromethane.
Ram, Pavani K.; Halder, Amal K.; Granger, Stewart P.; Jones, Therese; Hall, Peter; Hitchcock, David; Wright, Richard; Nygren, Benjamin; Islam, M. Sirajul; Molyneaux, John W.; Luby, Stephen P.
2010-01-01
Structured observation is often used to evaluate handwashing behavior. We assessed reactivity to structured observation in rural Bangladesh by distributing soap containing acceleration sensors and performing structured observation 4 days later. Sensors recorded the number of times soap was moved. In 45 participating households, the median number of sensor soap movements during the 5-hour time block on pre-observation days was 3.7 (range 0.3–10.6). During the structured observation, the median number of sensor soap movements was 5.0 (range 0–18.0), a 35% increase, P = 0.0004. Compared with the same 5-hour time block on pre-observation days, the number of sensor soap movements increased during structured observation by ≥ 20% in 62% of households, and by ≥ 100% in 22% of households. The increase in sensor soap movements during structured observation, compared with pre-observation days, indicates substantial reactivity to the presence of the observer. These findings call into question the validity of structured observation for measurement of handwashing behavior. PMID:21036840
Ram, Pavani K; Halder, Amal K; Granger, Stewart P; Jones, Therese; Hall, Peter; Hitchcock, David; Wright, Richard; Nygren, Benjamin; Islam, M Sirajul; Molyneaux, John W; Luby, Stephen P
2010-11-01
Structured observation is often used to evaluate handwashing behavior. We assessed reactivity to structured observation in rural Bangladesh by distributing soap containing acceleration sensors and performing structured observation 4 days later. Sensors recorded the number of times soap was moved. In 45 participating households, the median number of sensor soap movements during the 5-hour time block on pre-observation days was 3.7 (range 0.3-10.6). During the structured observation, the median number of sensor soap movements was 5.0 (range 0-18.0), a 35% increase, P = 0.0004. Compared with the same 5-hour time block on pre-observation days, the number of sensor soap movements increased during structured observation by ≥ 20% in 62% of households, and by ≥ 100% in 22% of households. The increase in sensor soap movements during structured observation, compared with pre-observation days, indicates substantial reactivity to the presence of the observer. These findings call into question the validity of structured observation for measurement of handwashing behavior.
Water, sanitation and hygiene in Jordan's healthcare facilities.
Khader, Yousef Saleh
2017-08-14
Purpose The purpose of this paper is to determine water availability, sanitation and hygiene (WSH) services, and healthcare waste management in Jordan healthcare facilities. Design/methodology/approach In total, 19 hospitals (15 public and four private) were selected. The WSH services were assessed in hospitals using the WSH in health facilities assessment tool developed for this purpose. Findings All hospitals (100 percent) had a safe water source and most (84.2 percent) had functional water sources to provide enough water for users' needs. All hospitals had appropriate and sufficient gender separated toilets in the wards and 84.2 percent had the same in outpatient settings. Overall, 84.2 percent had sufficient and functioning handwashing basins with soap and water, and 79.0 percent had sufficient showers. Healthcare waste management was appropriately practiced in all hospitals. Practical implications Jordan hospital managers achieved major achievements providing access to drinking water and improved sanitation. However, there are still areas that need improvements, such as providing toilets for patients with special needs, establishing handwashing basins with water and soap near toilets, toilet maintenance and providing sufficient trolleys for collecting hazardous waste. Efforts are needed to integrate WSH service policies with existing national policies on environmental health in health facilities, establish national standards and targets for the various healthcare facilities to increase access and improve services. Originality/value There are limited WSH data on healthcare facilities and targets for basic coverage in healthcare facilities are also lacking. A new assessment tool was developed to generate core WSH indicators and to assess WSH services in Jordan's healthcare facilities. This tool can be used by a non-WSH specialist to quickly assess healthcare facility-related WSH services and sanitary hazards in other countries. This tool identified some areas that need improvements.
BOWS (bioinformatics open web services) to centralize bioinformatics tools in web services.
Velloso, Henrique; Vialle, Ricardo A; Ortega, J Miguel
2015-06-02
Bioinformaticians face a range of difficulties to get locally-installed tools running and producing results; they would greatly benefit from a system that could centralize most of the tools, using an easy interface for input and output. Web services, due to their universal nature and widely known interface, constitute a very good option to achieve this goal. Bioinformatics open web services (BOWS) is a system based on generic web services produced to allow programmatic access to applications running on high-performance computing (HPC) clusters. BOWS intermediates the access to registered tools by providing front-end and back-end web services. Programmers can install applications in HPC clusters in any programming language and use the back-end service to check for new jobs and their parameters, and then to send the results to BOWS. Programs running in simple computers consume the BOWS front-end service to submit new processes and read results. BOWS compiles Java clients, which encapsulate the front-end web service requisitions, and automatically creates a web page that disposes the registered applications and clients. Bioinformatics open web services registered applications can be accessed from virtually any programming language through web services, or using standard java clients. The back-end can run in HPC clusters, allowing bioinformaticians to remotely run high-processing demand applications directly from their machines.
... bars such as Neutrogena ® ) instead of harsh true “soaps.” Detergents are not the same as soap and are not necessarily bad; in fact, most bath bars are detergents and not soaps. Often, detergents are able to control the acid/ ...
Web Services--A Buzz Word with Potentials
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...
BioServices: a common Python package to access biological Web Services programmatically.
Cokelaer, Thomas; Pultz, Dennis; Harder, Lea M; Serra-Musach, Jordi; Saez-Rodriguez, Julio
2013-12-15
Web interfaces provide access to numerous biological databases. Many can be accessed to in a programmatic way thanks to Web Services. Building applications that combine several of them would benefit from a single framework. BioServices is a comprehensive Python framework that provides programmatic access to major bioinformatics Web Services (e.g. KEGG, UniProt, BioModels, ChEMBLdb). Wrapping additional Web Services based either on Representational State Transfer or Simple Object Access Protocol/Web Services Description Language technologies is eased by the usage of object-oriented programming. BioServices releases and documentation are available at http://pypi.python.org/pypi/bioservices under a GPL-v3 license.
NASA Astrophysics Data System (ADS)
Yu, Weishui; Luo, Changshou; Zheng, Yaming; Wei, Qingfeng; Cao, Chengzhong
2017-09-01
To deal with the “last kilometer” problem during the agricultural science and technology information service, we analyzed the feasibility, necessity and advantages of WebApp applied to agricultural information service and discussed the modes of WebApp used in agricultural information service based on the requirements analysis and the function of WebApp. To overcome the existing App’s defects of difficult installation and weak compatibility between the mobile operating systems, the Beijing Agricultural Sci-tech Service Hotline WebApp was developed based on the HTML and JAVA technology. The WebApp has greater compatibility and simpler operation than the Native App, what’s more, it can be linked to the WeChat public platform making it spread easily and run directly without setup process. The WebApp was used to provide agricultural expert consulting services and agriculture information push, obtained a good preliminary application achievement. Finally, we concluded the creative application of WebApp in agricultural consulting services and prospected the development of WebApp in agricultural information service.
Preparing WIND for the STEREO Mission
NASA Astrophysics Data System (ADS)
Schroeder, P.; Ogilve, K.; Szabo, A.; Lin, R.; Luhmann, J.
2006-05-01
The upcoming STEREO mission's IMPACT and PLASTIC investigations will provide the first opportunity for long duration, detailed observations of 1 AU magnetic field structures, plasma ions and electrons, suprathermal electrons, and energetic particles at points bracketing Earth's heliospheric location. Stereoscopic/3D information from the STEREO SECCHI imagers and SWAVES radio experiment will make it possible to use both multipoint and quadrature studies to connect interplanetary Coronal Mass Ejections (ICME) and solar wind structures to CMEs and coronal holes observed at the Sun. To fully exploit these unique data sets, tight integration with similarly equipped missions at L1 will be essential, particularly WIND and ACE. The STEREO mission is building novel data analysis tools to take advantage of the mission's scientific potential. These tools will require reliable access and a well-documented interface to the L1 data sets. Such an interface already exists for ACE through the ACE Science Center. We plan to provide a similar service for the WIND mission that will supplement existing CDAWeb services. Building on tools also being developed for STEREO, we will create a SOAP application program interface (API) which will allow both our STEREO/WIND/ACE interactive browser and third-party software to access WIND data as a seamless and integral part of the STEREO mission. The API will also allow for more advanced forms of data mining than currently available through other data web services. Access will be provided to WIND-specific data analysis software as well. The development of cross-spacecraft data analysis tools will allow a larger scientific community to combine STEREO's unique in-situ data with those of other missions, particularly the L1 missions, and, therefore, to maximize STEREO's scientific potential in gaining a greater understanding of the heliosphere.
Soaps and Detergents--A 'Social' Treatment.
ERIC Educational Resources Information Center
Rust, S. C.
1979-01-01
Describes how social aspects of science can be incorporated into teaching soap and detergents in British secondary chemistry and general science courses. Historical background to the use and production of soap and the development of detergents are also presented. (HM)
Colorful Demos with a Long-Lasting Soap Bubble.
ERIC Educational Resources Information Center
Behroozi, F.; Olson, D. W.
1994-01-01
Describes several demonstrations that feature interaction of light with soap bubbles. Includes directions about how to produce a long-lasting stationary soap bubble with an easily changeable size and describes the interaction of white light with the bubble. (DDR)
Information Retrieval System for Japanese Standard Disease-Code Master Using XML Web Service
Hatano, Kenji; Ohe, Kazuhiko
2003-01-01
Information retrieval system of Japanese Standard Disease-Code Master Using XML Web Service is developed. XML Web Service is a new distributed processing system by standard internet technologies. With seamless remote method invocation of XML Web Service, users are able to get the latest disease code master information from their rich desktop applications or internet web sites, which refer to this service. PMID:14728364
Wash water waste pretreatment system study
NASA Technical Reports Server (NTRS)
1976-01-01
The use of real wash water had no adverse effect on soap removal when an Olive Leaf soap based system was used; 96 percent of the soap was removed using ferric chloride. Numerous chemical agents were evaluated as antifoams for synthetic wash water. Wash water surfactants used included Olive Leaf Soap, Ivory Soap, Neutrogena and Neutrogena Rain Bath Gel, Alipal CO-436, Aerosol 18, Miranol JEM, Palmeto, and Aerosol MA-80. For each type of soapy wash water evaluated, at least one antifoam capable of causing nonpersistent foam was identified. In general, the silicones and the heavy metal ions (i.e., ferric, aluminum, etc.) were the most effective antifoams. Required dosage was in the range of 50 to 200 ppm.
Determination of surface tension from the measurement of internal pressure of mini soap bubbles
NASA Astrophysics Data System (ADS)
Behroozi, F.; Behroozi, P. S.
2011-11-01
We review the elementary theory that gives the internal pressure of a soap bubble in terms of its radius and surface tension. The theory is generalized to relate the pressure difference across any element of a soap film to its local curvature. This result is used to introduce the concept of the mean curvature of a surface element and is applied to a double soap bubble to obtain the relation between the three radii that characterize its geometry. We also describe a simple setup, suitable for the undergraduate laboratory, to produce mini bubbles and to obtain the surface tension of the soap solution by measuring the radius and internal pressure of the bubbles.
2015-11-01
Fig. 4 Collection pack with gelatin soap and synthetic gelatin ........................4 Fig. 5 Gelatin soap ...designed to hold 2 synthetic gelatin blocks or a combination of gelatin soap and synthetic gelatin for use as the collection medium (Fig. 4). Shelves...were constructed to support the synthetic gelatin and gelatin soap with dimensions of 25.4 cm wide × 25.4 cm deep. Each shelf was attached to the
Del Mundo, Dann Marie N; Sutheerawattananonda, Manote
2017-11-01
Fat, oil, and grease (FOG) deposit, in the form of calcium soap, was found to cause sanitary sewer overflows due to its adhesion on pipe walls. To address this problem, laboratory-prepared calcium soaps have been used to investigate the formation mechanisms of FOG deposits. However, the fats and oils previously utilized were limited and some soap characteristics were not examined. This research attempted to probe through the properties of calcium soaps prepared from calcium chloride and the fats and oils of chicken, pork, palm olein, soybean, olive, and coconut to further understand FOG formation and stability. Results revealed that FOG deposits may occur as smooth, paste-like material or coarse, semi-solid substance depending on their exposure to excess fat/oil and calcium. The smooth soaps with more excess fat/oil demonstrated high apparent viscosity and consistency index, while the coarse soaps with large levels of calcium signified higher melting endset. Moreover, a soap microstructure showing evident networks and lesser void area displayed higher heat and rheological stability, respectively. Overall, fats and oils with higher oleic to palmitic acid ratio such as palm olein oil, olive oil, chicken fat, and pork fat produced soaps with greater yield and degree of saponification. Hence, establishments and authorities should be alert in managing and monitoring these wastes. On the other hand, soybean oil high in linoleic acid and coconut oil high in lauric acid do not pose an immediate threat to the sewer system since they only produced soaps in small quantity. However, their soaps showed high melting endset which could pose a serious effect when accumulated at large amount. On the whole, the fatty acid profile of fats and oils, the presence of excess fat/oil, and calcium content mainly dictate the appearance, melting, rheology, and microstructure of calcium soaps. Their distinct properties can be used as criteria in predicting the condition and stability of FOG deposits. Copyright © 2017 Elsevier Ltd. All rights reserved.
Pro-development soap operas: a novel approach to development communication.
Brown, W J; Singhal, A; Rogers, E M
1989-01-01
Soap operas have their roots in 18th century English romance novels. These evolved into serialized radio dramas. In their current form, they were developed primarily to attract large audiences in order to sell consumer products. Hence the name soap which refers to the soap manufacturers who commonly advertise on such programs. In the world of soap operas there are 2 kinds. Those that function primarily to entertain and sell consumer products, and those that primarily entertain, but infuse positive social messages. The former are found everywhere, but are the only kind in America. The latter are found exclusively in developing countries. American soap operas have conveyed pro-social messages in the past, but they differ fundamentally from pro-development soap operas in their theoretical foundations. American soap operas are created by people who want to sell consumer goods. Development soap operas are created by people who want to convey pro-social messages that will aid their country's development. Both must be popular in order to be successful, but the former lack moral coherency, are unrealistic, erode values, and are created through a process of a theoretical development; while the latter have moral coherency, are realistic, promote values, and are created through a process of theoretical development. The 1st pro-development soap opera was Ven Conmigo (Come With Me) and was produced in Mexico between 1975-76. Its primary purpose was to increase adult literacy. During the year it ran, applicants at adult literacy centers rose by 600,000 or 63% compared to 7% the year before, and 2% the year after. The 2nd pro-development soap opera was Acompaname (Accompany Me) and it primary purpose was to promote family planning. It ran from 1977-78 and during that time the number of family planning adopters rose by 560,000 and contraceptive sale sin Mexico rose sharply. The question of what are pro-social messages and who should control them must be answered by each country in its effort to increase development.
Oughton, Matthew T; Loo, Vivian G; Dendukuri, Nandini; Fenn, Susan; Libman, Michael D
2009-10-01
To evaluate common hand hygiene methods for efficacy in removing Clostridium difficile. Randomized crossover comparison among 10 volunteers with hands experimentally contaminated by nontoxigenic C. difficile. Interventions included warm water with plain soap, cold water with plain soap, warm water with antibacterial soap, antiseptic hand wipes, alcohol-based handrub, and a control involving no intervention. All interventions were evaluated for mean reduction in colony-forming units (CFUs) under 2 contamination protocols: "whole hand" and "palmar surface." Results were analyzed according to a Bayesian approach, by using hierarchical models adjusted for multiple observations. Under the whole-hand protocol, the greatest adjusted mean reductions were achieved by warm water with plain soap (2.14 log(10) CFU/mL [95% credible interval (CrI), 1.74-2.54 log(10) CFU/mL]), cold water with plain soap (1.88 log(10) CFU/mL [95% CrI, 1.48-2.28 log(10) CFU/mL), and warm water with antibacterial soap (1.51 log(10) CFU/mL [95% CrI, 1.12-1.91 log(10) CFU/mL]), followed by antiseptic hand wipes (0.57 log(10) CFU/mL [95% CrI, 0.17-0.96 log(10) CFU/mL]). Alcohol-based handrub (0.06 log(10) CFU/mL [95% CrI, -0.34 to 0.45 log(10) CFU/mL]) was equivalent to no intervention. Under the palmar surface protocol, warm water with plain soap, cold water with plain soap, and warm water with antibacterial soap again yielded the greatest mean reductions, followed by antiseptic hand wipes (26.6, 26.6, 26.6, and 21.9 CFUs per plate, respectively), when compared with alcohol-based handrub. Hypothenar (odds ratio, 10.98 [95% CrI, 1.96-37.65]) and thenar (odds ratio, 6.99 [95% CrI, 1.25-23.41]) surfaces were more likely than fingertips to remain heavily contaminated after handwashing. Handwashing with soap and water showed the greatest efficacy in removing C. difficile and should be performed preferentially over the use of alcohol-based handrubs when contact with C. difficile is suspected or likely.
Persistence and availability of Web services in computational biology.
Schultheiss, Sebastian J; Münch, Marc-Christian; Andreeva, Gergana D; Rätsch, Gunnar
2011-01-01
We have conducted a study on the long-term availability of bioinformatics Web services: an observation of 927 Web services published in the annual Nucleic Acids Research Web Server Issues between 2003 and 2009. We found that 72% of Web sites are still available at the published addresses, only 9% of services are completely unavailable. Older addresses often redirect to new pages. We checked the functionality of all available services: for 33%, we could not test functionality because there was no example data or a related problem; 13% were truly no longer working as expected; we could positively confirm functionality only for 45% of all services. Additionally, we conducted a survey among 872 Web Server Issue corresponding authors; 274 replied. 78% of all respondents indicate their services have been developed solely by students and researchers without a permanent position. Consequently, these services are in danger of falling into disrepair after the original developers move to another institution, and indeed, for 24% of services, there is no plan for maintenance, according to the respondents. We introduce a Web service quality scoring system that correlates with the number of citations: services with a high score are cited 1.8 times more often than low-scoring services. We have identified key characteristics that are predictive of a service's survival, providing reviewers, editors, and Web service developers with the means to assess or improve Web services. A Web service conforming to these criteria receives more citations and provides more reliable service for its users. The most effective way of ensuring continued access to a service is a persistent Web address, offered either by the publishing journal, or created on the authors' own initiative, for example at http://bioweb.me. The community would benefit the most from a policy requiring any source code needed to reproduce results to be deposited in a public repository.
Persistence and Availability of Web Services in Computational Biology
Schultheiss, Sebastian J.; Münch, Marc-Christian; Andreeva, Gergana D.; Rätsch, Gunnar
2011-01-01
We have conducted a study on the long-term availability of bioinformatics Web services: an observation of 927 Web services published in the annual Nucleic Acids Research Web Server Issues between 2003 and 2009. We found that 72% of Web sites are still available at the published addresses, only 9% of services are completely unavailable. Older addresses often redirect to new pages. We checked the functionality of all available services: for 33%, we could not test functionality because there was no example data or a related problem; 13% were truly no longer working as expected; we could positively confirm functionality only for 45% of all services. Additionally, we conducted a survey among 872 Web Server Issue corresponding authors; 274 replied. 78% of all respondents indicate their services have been developed solely by students and researchers without a permanent position. Consequently, these services are in danger of falling into disrepair after the original developers move to another institution, and indeed, for 24% of services, there is no plan for maintenance, according to the respondents. We introduce a Web service quality scoring system that correlates with the number of citations: services with a high score are cited 1.8 times more often than low-scoring services. We have identified key characteristics that are predictive of a service's survival, providing reviewers, editors, and Web service developers with the means to assess or improve Web services. A Web service conforming to these criteria receives more citations and provides more reliable service for its users. The most effective way of ensuring continued access to a service is a persistent Web address, offered either by the publishing journal, or created on the authors' own initiative, for example at http://bioweb.me. The community would benefit the most from a policy requiring any source code needed to reproduce results to be deposited in a public repository. PMID:21966383
Planetary Data Systems (PDS) Imaging Node Atlas II
NASA Technical Reports Server (NTRS)
Stanboli, Alice; McAuley, James M.
2013-01-01
The Planetary Image Atlas (PIA) is a Rich Internet Application (RIA) that serves planetary imaging data to the science community and the general public. PIA also utilizes the USGS Unified Planetary Coordinate system (UPC) and the on-Mars map server. The Atlas was designed to provide the ability to search and filter through greater than 8 million planetary image files. This software is a three-tier Web application that contains a search engine backend (MySQL, JAVA), Web service interface (SOAP) between server and client, and a GWT Google Maps API client front end. This application allows for the search, retrieval, and download of planetary images and associated meta-data from the following missions: 2001 Mars Odyssey, Cassini, Galileo, LCROSS, Lunar Reconnaissance Orbiter, Mars Exploration Rover, Mars Express, Magellan, Mars Global Surveyor, Mars Pathfinder, Mars Reconnaissance Orbiter, MESSENGER, Phoe nix, Viking Lander, Viking Orbiter, and Voyager. The Atlas utilizes the UPC to translate mission-specific coordinate systems into a unified coordinate system, allowing the end user to query across missions of similar targets. If desired, the end user can also use a mission-specific view of the Atlas. The mission-specific views rely on the same code base. This application is a major improvement over the initial version of the Planetary Image Atlas. It is a multi-mission search engine. This tool includes both basic and advanced search capabilities, providing a product search tool to interrogate the collection of planetary images. This tool lets the end user query information about each image, and ignores the data that the user has no interest in. Users can reduce the number of images to look at by defining an area of interest with latitude and longitude ranges.
Témoin-Fardini, S; Servant, J; Sellam, S
2017-10-01
The aim of this study was to develop a test method to evaluate the preservation efficacy for a specific product, a very high-alkaline liquid soap (pH around 10) made by a saponification process. Several manufacturers have experienced contamination issues with these high-pH soaps despite passing a classic preservative efficacy challenge test or even a multi-inoculation challenge test. Bacteria were isolated from contaminated soaps and were identified using 16S rRNA gene sequencing. High-alkaline-pH unpreserved soaps were tested using the Thor Personal Care internal multichallenge test method (TM206) with classical microorganisms and then with the bacterial strains isolated from various contaminated soaps (TM768). Preservatives were added to these soaps and assessed for their efficacy using the newly developed test. Four different species of bacteria (Nesterenkonia lacusekhoensis, Dermacoccus sp., Halomonas sp. and Roseomonas sp.) were identified by sequencing among the contaminants of the various soaps tested. Among these, only one bacterial species, Nesterenkonia lacusekhoensis, appeared to be responsible for the specific contamination of these high-alkaline soaps. Thus, one specific wild-type strain of Nesterenkonia lacusekhoensis, named as strain 768, was used in a new multi-inoculation test (TM768). Unlike the single inoculation challenge test, the multi-inoculation test using the Nesterenkonia strain 768 was able to predict the sensitivity of a product towards this bacterium. Among the 27 different preservatives tested, 10 were able to protect the formula against contamination with this bacterium. This study enabled the development of a test method to evaluate the efficacy of preservation using a specific bacterium, Nesterenkonia lacusekhoensis, responsible for the contamination of very alkaline soaps made by saponification and identify an appropriate preservative system. © 2017 Society of Cosmetic Scientists and the Société Française de Cosmétologie.
Manual dexterity aptitude testing: a soap carving study.
Tang, Christopher G; Hilsinger, Raymond L; Cruz, Raul M; Schloegel, Luke J; Byl, Fred M; Rasgon, Barry M
2014-03-01
Currently there are few validated metrics for predicting surgical skill among otolaryngology residency applicants. To determine whether manual dexterity aptitude testing in the form of soap carving during otolaryngology residency interviews at Kaiser Permanente Medical Center Oakland predicts surgical skill at the time of graduation from otolaryngology residency programs. This study was conducted to determine how applicants with the best and worst soap carvings compared at the time of graduation with respect to various metrics including visuospatial ability and manual dexterity. Over the last 25 years, applicants to the residency program at Kaiser Permanente Oakland were required to carve soap during their residency interview. The 3 best and 3 worst soap carvings from 1990 through 2006 were determined. Of the individuals who carved those soaps, 62 qualified for the study and matriculated into otolaryngology residency programs. Surveys were sent to the 62 individuals' residency programs to evaluate those individuals on a 5-point Likert scale in various categories as well as to rank those individuals as being in the top 50% or bottom 50% of their graduating class. All else being equal, we hypothesized that applicants who had the manual dexterity and visuospatial skills to accurately carve a bar of soap would more likely possess the skills necessary to become a good surgeon. There was no difference between individuals with the best soap carvings and those with the worst soap carvings in all categories: cognitive knowledge, visuospatial ability, manual dexterity, decision making, and overall score (P > .10 for all categories). There was a 95% response rate, with 35 of 37 residency programs responding and 59 of 62 surveys returned. Manual dexterity aptitude testing in the form of soap carving does not appear to correlate with surgical skill at the time of graduation. Further studies need to be conducted to determine the role of manual dexterity and visuospatial aptitude testing in the otolaryngology application process.
Space Physics Data Facility Web Services
NASA Technical Reports Server (NTRS)
Candey, Robert M.; Harris, Bernard T.; Chimiak, Reine A.
2005-01-01
The Space Physics Data Facility (SPDF) Web services provides a distributed programming interface to a portion of the SPDF software. (A general description of Web services is available at http://www.w3.org/ and in many current software-engineering texts and articles focused on distributed programming.) The SPDF Web services distributed programming interface enables additional collaboration and integration of the SPDF software system with other software systems, in furtherance of the SPDF mission to lead collaborative efforts in the collection and utilization of space physics data and mathematical models. This programming interface conforms to all applicable Web services specifications of the World Wide Web Consortium. The interface is specified by a Web Services Description Language (WSDL) file. The SPDF Web services software consists of the following components: 1) A server program for implementation of the Web services; and 2) A software developer s kit that consists of a WSDL file, a less formal description of the interface, a Java class library (which further eases development of Java-based client software), and Java source code for an example client program that illustrates the use of the interface.
The EMBRACE web service collection
Pettifer, Steve; Ison, Jon; Kalaš, Matúš; Thorne, Dave; McDermott, Philip; Jonassen, Inge; Liaquat, Ali; Fernández, José M.; Rodriguez, Jose M.; Partners, INB-; Pisano, David G.; Blanchet, Christophe; Uludag, Mahmut; Rice, Peter; Bartaseviciute, Edita; Rapacki, Kristoffer; Hekkelman, Maarten; Sand, Olivier; Stockinger, Heinz; Clegg, Andrew B.; Bongcam-Rudloff, Erik; Salzemann, Jean; Breton, Vincent; Attwood, Teresa K.; Cameron, Graham; Vriend, Gert
2010-01-01
The EMBRACE (European Model for Bioinformatics Research and Community Education) web service collection is the culmination of a 5-year project that set out to investigate issues involved in developing and deploying web services for use in the life sciences. The project concluded that in order for web services to achieve widespread adoption, standards must be defined for the choice of web service technology, for semantically annotating both service function and the data exchanged, and a mechanism for discovering services must be provided. Building on this, the project developed: EDAM, an ontology for describing life science web services; BioXSD, a schema for exchanging data between services; and a centralized registry (http://www.embraceregistry.net) that collects together around 1000 services developed by the consortium partners. This article presents the current status of the collection and its associated recommendations and standards definitions. PMID:20462862
Exploring Determinants of Handwashing with Soap in Indonesia: A Quantitative Analysis
Hirai, Mitsuaki; Graham, Jay P.; Mattson, Kay D.; Kelsey, Andrea; Mukherji, Supriya; Cronin, Aidan A.
2016-01-01
Handwashing with soap is recognized as a cost-effective intervention to reduce morbidity and mortality associated with enteric and respiratory infections. This study analyzes rural Indonesian households’ hygiene behaviors and attitudes to examine how motivations for handwashing, locations of handwashing space in the household, and handwashing moments are associated with handwashing with soap as potential determinants of the behavior. The analysis was conducted using results from a UNICEF cross-sectional study of 1700 households in six districts across three provinces of Indonesia. A composite measure of handwashing with soap was developed that included self-reported handwashing, a handwashing demonstration, and observed handwashing materials and location of facilities in the home. Prevalence ratios were calculated to analyze associations between handwashing with soap and hypothesized determinants of the behavior. Our results showed that determinants that had a significant association with handwashing with soap included: (1) a desire to smell nice; (2) interpersonal influences; (3) the presence of handwashing places within 10 paces of the kitchen and the toilet; and (4) key handwashing moments when hands felt dirty, including after eating and after cleaning child stools. This study concludes that handwashing with soap may be more effectively promoted through the use of non-health messages. PMID:27598178
Exploring Determinants of Handwashing with Soap in Indonesia: A Quantitative Analysis.
Hirai, Mitsuaki; Graham, Jay P; Mattson, Kay D; Kelsey, Andrea; Mukherji, Supriya; Cronin, Aidan A
2016-09-01
Handwashing with soap is recognized as a cost-effective intervention to reduce morbidity and mortality associated with enteric and respiratory infections. This study analyzes rural Indonesian households' hygiene behaviors and attitudes to examine how motivations for handwashing, locations of handwashing space in the household, and handwashing moments are associated with handwashing with soap as potential determinants of the behavior. The analysis was conducted using results from a UNICEF cross-sectional study of 1700 households in six districts across three provinces of Indonesia. A composite measure of handwashing with soap was developed that included self-reported handwashing, a handwashing demonstration, and observed handwashing materials and location of facilities in the home. Prevalence ratios were calculated to analyze associations between handwashing with soap and hypothesized determinants of the behavior. Our results showed that determinants that had a significant association with handwashing with soap included: (1) a desire to smell nice; (2) interpersonal influences; (3) the presence of handwashing places within 10 paces of the kitchen and the toilet; and (4) key handwashing moments when hands felt dirty, including after eating and after cleaning child stools. This study concludes that handwashing with soap may be more effectively promoted through the use of non-health messages.
Washing with contaminated bar soap is unlikely to transfer bacteria.
Heinze, J. E.; Yackovich, F.
1988-01-01
Recent reports of the isolation of microorganisms from used soap bars have raised the concern that bacteria may be transferred from contaminated soap bars during handwashing. Since only one study addressing this question has been published, we developed an additional procedure to test this concern. In our new method prewashed and softened commercial deodorant soap bars (0.8% triclocarban) not active against Gram-negative bacteria were inoculated with Escherichia coli and Pseudomonas aeruginosa to give mean total survival levels of 4.4 X 10(5) c.f.u. per bar which was 70-fold higher than those reported on used soap bars. Sixteen panelists were instructed to wash with the inoculated bars using their normal handwashing procedure. After washing, none of the 16 panelists had detectable levels of either test bacterium on their hands. Thus, the results obtained using our new method were in complete agreement with those obtained with the previously published method even though the two methods differ in a number of procedural aspects. These findings, along with other published reports, show that little hazard exists in routine handwashing with previously used soap bars and support the frequent use of soap and water for handwashing to prevent the spread of disease. PMID:3402545
Consumer antibacterial soaps: effective or just risky?
Aiello, Allison E; Larson, Elaine L; Levy, Stuart B
2007-09-01
Much has been written recently about the potential hazards versus benefits of antibacterial (biocide)-containing soaps. The purpose of this systematic literature review was to assess the studies that have examined the efficacy of products containing triclosan, compared with that of plain soap, in the community setting, as well as to evaluate findings that address potential hazards of this use--namely, the emergence of antibiotic-resistant bacteria. The PubMed database was searched for English-language articles, using relevant keyword combinations for articles published between 1980 and 2006. Twenty-seven studies were eventually identified as being relevant to the review. Soaps containing triclosan within the range of concentrations commonly used in the community setting (0.1%-0.45% wt/vol) were no more effective than plain soap at preventing infectious illness symptoms and reducing bacterial levels on the hands. Several laboratory studies demonstrated evidence of triclosan-adapted cross-resistance to antibiotics among different species of bacteria. The lack of an additional health benefit associated with the use of triclosan-containing consumer soaps over regular soap, coupled with laboratory data demonstrating a potential risk of selecting for drug resistance, warrants further evaluation by governmental regulators regarding antibacterial product claims and advertising. Further studies of this issue are encouraged.
Columnar to Nematic Mesophase Transition: Binary Mixtures of Unlike Copper Soaps
NASA Astrophysics Data System (ADS)
Seghrouchni, R.; Skoulios, A.
1995-10-01
Copper (II) soaps are known to produce columnar mesophases at high temperature. The polar groups of the soap molecules are stacked over one another within columns surrounded by the alkyl chains in a disordered conformation and laterally arranged according to a two-dimensional hexagonal lattice. The present work studies the mesomorphic behaviour of binary mixtures of copper soaps using differential scanning calorimetry, polarizing microscopy, and X-ray diffraction. When the soaps are of comparable molecular sizes the mixtures are homogeneous and columnar at all compositions. The columns of the two soaps, remaining intact in the mixture, are distributed randomly on the nodes of a hexagonal Bravais lattice. Crystallographic homogeneity is obtained by transfer of methylene groups from cell to cell. When, on the other hand, the soaps are different enough in molecular sizes, the columnar structure of the mixtures is interrupted in the middle range of compositions for the benefit of a nematic one. The transfer of methylene groups gets indeed harder to achieve and the distortion of the hexagonal units cells becomes important. The columnar to nematic phase transition is discussed on a molecular and a topological level.
Phenotypic and genotypic data integration and exploration through a web-service architecture.
Nuzzo, Angelo; Riva, Alberto; Bellazzi, Riccardo
2009-10-15
Linking genotypic and phenotypic information is one of the greatest challenges of current genetics research. The definition of an Information Technology infrastructure to support this kind of studies, and in particular studies aimed at the analysis of complex traits, which require the definition of multifaceted phenotypes and the integration genotypic information to discover the most prevalent diseases, is a paradigmatic goal of Biomedical Informatics. This paper describes the use of Information Technology methods and tools to develop a system for the management, inspection and integration of phenotypic and genotypic data. We present the design and architecture of the Phenotype Miner, a software system able to flexibly manage phenotypic information, and its extended functionalities to retrieve genotype information from external repositories and to relate it to phenotypic data. For this purpose we developed a module to allow customized data upload by the user and a SOAP-based communications layer to retrieve data from existing biomedical knowledge management tools. In this paper we also demonstrate the system functionality by an example application of the system in which we analyze two related genomic datasets. In this paper we show how a comprehensive, integrated and automated workbench for genotype and phenotype integration can facilitate and improve the hypothesis generation process underlying modern genetic studies.
PubChemSR: A search and retrieval tool for PubChem
Hur, Junguk; Wild, David J
2008-01-01
Background Recent years have seen an explosion in the amount of publicly available chemical and related biological information. A significant step has been the emergence of PubChem, which contains property information for millions of chemical structures, and acts as a repository of compounds and bioassay screening data for the NIH Roadmap. There is a strong need for tools designed for scientists that permit easy download and use of these data. We present one such tool, PubChemSR. Implementation PubChemSR (Search and Retrieve) is a freely available desktop application written for Windows using Microsoft .NET that is designed to assist scientists in search, retrieval and organization of chemical and biological data from the PubChem database. It employs SOAP web services made available by NCBI for extraction of information from PubChem. Results and Discussion The program supports a wide range of searching techniques, including queries based on assay or compound keywords and chemical substructures. Results can be examined individually or downloaded and exported in batch for use in other programs such as Microsoft Excel. We believe that PubChemSR makes it straightforward for researchers to utilize the chemical, biological and screening data available in PubChem. We present several examples of how it can be used. PMID:18482452
Enhancing UCSF Chimera through web services
Huang, Conrad C.; Meng, Elaine C.; Morris, John H.; Pettersen, Eric F.; Ferrin, Thomas E.
2014-01-01
Integrating access to web services with desktop applications allows for an expanded set of application features, including performing computationally intensive tasks and convenient searches of databases. We describe how we have enhanced UCSF Chimera (http://www.rbvi.ucsf.edu/chimera/), a program for the interactive visualization and analysis of molecular structures and related data, through the addition of several web services (http://www.rbvi.ucsf.edu/chimera/docs/webservices.html). By streamlining access to web services, including the entire job submission, monitoring and retrieval process, Chimera makes it simpler for users to focus on their science projects rather than data manipulation. Chimera uses Opal, a toolkit for wrapping scientific applications as web services, to provide scalable and transparent access to several popular software packages. We illustrate Chimera's use of web services with an example workflow that interleaves use of these services with interactive manipulation of molecular sequences and structures, and we provide an example Python program to demonstrate how easily Opal-based web services can be accessed from within an application. Web server availability: http://webservices.rbvi.ucsf.edu/opal2/dashboard?command=serviceList. PMID:24861624
Nakamura, K; Saito, K; Kashiwazaki, J; Aoyagi, T; Arai, K; Hara, Y; Kobari, S; Mori, H; Ohashi, K; Takano, Y; Kaku, M; Kanemitsu, K
2018-02-13
Removal of bacteria by handwashing with ozonated water was evaluated using the ASTM E1174 standard test method. Thirty healthy volunteers were assigned randomly to three groups: ozonated water, antimicrobial soap and water, and non-antimicrobial soap and water. A 3 log 10 cfu reduction was achieved by washing hands with ozonated water or antimicrobial soap and water. However, ozonated water was not significantly superior to non-antimicrobial soap and water. Ozonated water may remove bacteria from the hands to at least a similar extent as that by non-antimicrobial soap and water in the absence of visible dirt or body fluid contamination. Copyright © 2018 The Healthcare Infection Society. Published by Elsevier Ltd. All rights reserved.
Hydrodynamics of soap films probed by two-particle microrheology
NASA Astrophysics Data System (ADS)
Prasad, Vikram; Weeks, Eric R.
2007-11-01
A soap film consists of a thin water layer that is separated from two bulk air phases above and below it by surfactant monolayers. The flow fields in the soap film created in response to a perturbation depend on coupling between these different phases, the exact nature of which is unknown. In order to determine this coupling, we use polystyrene spheres as tracer particles and track their diffusive motions in the soap film. The correlated Brownian motion of pairs of particles (two-particle microrheology) maps out the flow field, and provides a measure of the surface viscosity of the soap film as well. This measured surface viscosity agrees well with the value obtained from self diffusion of single particles (one-particle microrheology) in the film.
Real-time GIS data model and sensor web service platform for environmental data management.
Gong, Jianya; Geng, Jing; Chen, Zeqiang
2015-01-09
Effective environmental data management is meaningful for human health. In the past, environmental data management involved developing a specific environmental data management system, but this method often lacks real-time data retrieving and sharing/interoperating capability. With the development of information technology, a Geospatial Service Web method is proposed that can be employed for environmental data management. The purpose of this study is to determine a method to realize environmental data management under the Geospatial Service Web framework. A real-time GIS (Geographic Information System) data model and a Sensor Web service platform to realize environmental data management under the Geospatial Service Web framework are proposed in this study. The real-time GIS data model manages real-time data. The Sensor Web service platform is applied to support the realization of the real-time GIS data model based on the Sensor Web technologies. To support the realization of the proposed real-time GIS data model, a Sensor Web service platform is implemented. Real-time environmental data, such as meteorological data, air quality data, soil moisture data, soil temperature data, and landslide data, are managed in the Sensor Web service platform. In addition, two use cases of real-time air quality monitoring and real-time soil moisture monitoring based on the real-time GIS data model in the Sensor Web service platform are realized and demonstrated. The total time efficiency of the two experiments is 3.7 s and 9.2 s. The experimental results show that the method integrating real-time GIS data model and Sensor Web Service Platform is an effective way to manage environmental data under the Geospatial Service Web framework.
Similarity Based Semantic Web Service Match
NASA Astrophysics Data System (ADS)
Peng, Hui; Niu, Wenjia; Huang, Ronghuai
Semantic web service discovery aims at returning the most matching advertised services to the service requester by comparing the semantic of the request service with an advertised service. The semantic of a web service are described in terms of inputs, outputs, preconditions and results in Ontology Web Language for Service (OWL-S) which formalized by W3C. In this paper we proposed an algorithm to calculate the semantic similarity of two services by weighted averaging their inputs and outputs similarities. Case study and applications show the effectiveness of our algorithm in service match.
Water, sanitation and hygiene infrastructure and quality in rural healthcare facilities in Rwanda.
Huttinger, Alexandra; Dreibelbis, Robert; Kayigamba, Felix; Ngabo, Fidel; Mfura, Leodomir; Merryweather, Brittney; Cardon, Amelie; Moe, Christine
2017-08-03
WHO and UNICEF have proposed an action plan to achieve universal water, sanitation and hygiene (WASH) coverage in healthcare facilities (HCFs) by 2030. The WASH targets and indicators for HCFs include: an improved water source on the premises accessible to all users, basic sanitation facilities, a hand washing facility with soap and water at all sanitation facilities and patient care areas. To establish viable targets for WASH in HCFs, investigation beyond 'access' is needed to address the state of WASH infrastructure and service provision. Patient and caregiver use of WASH services is largely unaddressed in previous studies despite being critical for infection control. The state of WASH services used by staff, patients and caregivers was assessed in 17 rural HCFs in Rwanda. Site selection was non-random and predicated upon piped water and power supply. Direct observation and semi-structured interviews assessed drinking water treatment, presence and condition of sanitation facilities, provision of soap and water, and WASH-related maintenance and record keeping. Samples were collected from water sources and treated drinking water containers and analyzed for total coliforms, E. coli, and chlorine residual. Drinking water treatment was reported at 15 of 17 sites. Three of 18 drinking water samples collected met the WHO guideline for free chlorine residual of >0.2 mg/l, 6 of 16 drinking water samples analyzed for total coliforms met the WHO guideline of <1 coliform/100 mL and 15 of 16 drinking water samples analyzed for E. coli met the WHO guideline of <1 E. coli/100 mL. HCF staff reported treating up to 20 L of drinking water per day. At all sites, 60% of water access points (160 of 267) were observed to be functional, 32% of hand washing locations (46 of 142) had water and soap and 44% of sanitary facilities (48 of 109) were in hygienic condition and accessible to patients. Regular maintenance of WASH infrastructure consisted of cleaning; no HCF had on-site capacity for performing repairs. Quarterly evaluations of HCFs for Rwanda's Performance Based Financing system included WASH indicators. All HCFs met national policies for water access, but WHO guidelines for environmental standards including water quality were not fully satisfied. Access to WASH services at the HCFs differed between staff and patients and caregivers.
There's alcohol in my soap: portrayal and effects of alcohol use in a popular television series.
van Hoof, Joris J; de Jong, Menno D T; Fennis, Bob M; Gosselt, Jordy F
2009-06-01
Two studies are reported addressing the media influences on adolescents' alcohol-related attitudes and behaviours. A content analysis was conducted to investigate the prevalence of alcohol portrayal in a Dutch soap series. The coding scheme covered the alcohol consumption per soap character, drinking situations and drinking times. Inter-coder reliability was satisfactory. The results showed that alcohol portrayal was prominent and that many instances of alcohol use reflected undesirable behaviours. To assess the influence of such alcohol cues on adolescents, a 2x2 experiment was conducted focusing on the separate and combined effects of alcohol portrayal in the soap series and surrounding alcohol commercials. Whereas the alcohol commercials had the expected effects on adolescents' attitudes, the alcohol-related soap content only appeared to have unexpected effects. Adolescents who were exposed to the alcohol portrayal in the soap series had a less positive attitude towards alcohol and lower drinking intentions. Implications of these findings for health policy and future research are discussed.
Mendow, G; Veizaga, N S; Sánchez, B S; Querini, C A
2012-08-01
Industrial production of ethyl esters is impeded by difficulties in purifying the product due to high amounts of soap formed during transesterification. A simple biodiesel wash process was developed that allows successful purification of samples containing high amounts of soap. The key step was a first washing with neutral water, which removed the soaps without increasing the acidity or affecting the process yield. Afterward, the biodiesel was washed with water saturated with CO(2), a mild acid that neutralized the remaining soaps and extracted impurities. The acidity, free-glycerine, methanol and soaps concentrations were reduced to very low levels with high efficiency, and using non-corrosive acids. Independently of the initial acidity, it was possible to obtain biodiesel within EN14214 specifications. The process included the recovery of soaps by hydrolysis and esterification, making it possible to obtain the theoretical maximum amount of biodiesel. Copyright © 2012 Elsevier Ltd. All rights reserved.
Boverhof's App Earns Honorable Mention in Amazon's Web Services
» Boverhof's App Earns Honorable Mention in Amazon's Web Services Competition News & Publications News Publications Facebook Google+ Twitter Boverhof's App Earns Honorable Mention in Amazon's Web Services by Amazon Web Services (AWS). Amazon officially announced the winners of its EC2 Spotathon on Monday
Biological Web Service Repositories Review
Urdidiales‐Nieto, David; Navas‐Delgado, Ismael
2016-01-01
Abstract Web services play a key role in bioinformatics enabling the integration of database access and analysis of algorithms. However, Web service repositories do not usually publish information on the changes made to their registered Web services. Dynamism is directly related to the changes in the repositories (services registered or unregistered) and at service level (annotation changes). Thus, users, software clients or workflow based approaches lack enough relevant information to decide when they should review or re‐execute a Web service or workflow to get updated or improved results. The dynamism of the repository could be a measure for workflow developers to re‐check service availability and annotation changes in the services of interest to them. This paper presents a review on the most well‐known Web service repositories in the life sciences including an analysis of their dynamism. Freshness is introduced in this paper, and has been used as the measure for the dynamism of these repositories. PMID:27783459
NASA Astrophysics Data System (ADS)
Du, Xiaofeng; Song, William; Munro, Malcolm
Web Services as a new distributed system technology has been widely adopted by industries in the areas, such as enterprise application integration (EAI), business process management (BPM), and virtual organisation (VO). However, lack of semantics in the current Web Service standards has been a major barrier in service discovery and composition. In this chapter, we propose an enhanced context-based semantic service description framework (CbSSDF+) that tackles the problem and improves the flexibility of service discovery and the correctness of generated composite services. We also provide an agile transformation method to demonstrate how the various formats of Web Service descriptions on the Web can be managed and renovated step by step into CbSSDF+ based service description without large amount of engineering work. At the end of the chapter, we evaluate the applicability of the transformation method and the effectiveness of CbSSDF+ through a series of experiments.
Enhancing the AliEn Web Service Authentication
NASA Astrophysics Data System (ADS)
Zhu, Jianlin; Saiz, Pablo; Carminati, Federico; Betev, Latchezar; Zhou, Daicui; Mendez Lorenzo, Patricia; Grigoras, Alina Gabriela; Grigoras, Costin; Furano, Fabrizio; Schreiner, Steffen; Vladimirovna Datskova, Olga; Sankar Banerjee, Subho; Zhang, Guoping
2011-12-01
Web Services are an XML based technology that allow applications to communicate with each other across disparate systems. Web Services are becoming the de facto standard that enable inter operability between heterogeneous processes and systems. AliEn2 is a grid environment based on web services. The AliEn2 services can be divided in three categories: Central services, deployed once per organization; Site services, deployed on each of the participating centers; Job Agents running on the worker nodes automatically. A security model to protect these services is essential for the whole system. Current implementations of web server, such as Apache, are not suitable to be used within the grid environment. Apache with the mod_ssl and OpenSSL only supports the X.509 certificates. But in the grid environment, the common credential is the proxy certificate for the purpose of providing restricted proxy and delegation. An Authentication framework was taken for AliEn2 web services to add the ability to accept X.509 certificates and proxy certificates from client-side to Apache Web Server. The authentication framework could also allow the generation of access control policies to limit access to the AliEn2 web services.
The impact of web services at the IRIS DMC
NASA Astrophysics Data System (ADS)
Weekly, R. T.; Trabant, C. M.; Ahern, T. K.; Stults, M.; Suleiman, Y. Y.; Van Fossen, M.; Weertman, B.
2015-12-01
The IRIS Data Management Center (DMC) has served the seismological community for nearly 25 years. In that time we have offered data and information from our archive using a variety of mechanisms ranging from email-based to desktop applications to web applications and web services. Of these, web services have quickly become the primary method for data extraction at the DMC. In 2011, the first full year of operation, web services accounted for over 40% of the data shipped from the DMC. In 2014, over ~450 TB of data was delivered directly to users through web services, representing nearly 70% of all shipments from the DMC that year. In addition to handling requests directly from users, the DMC switched all data extraction methods to use web services in 2014. On average the DMC now handles between 10 and 20 million requests per day submitted to web service interfaces. The rapid adoption of web services is attributed to the many advantages they bring. For users, they provide on-demand data using an interface technology, HTTP, that is widely supported in nearly every computing environment and language. These characteristics, combined with human-readable documentation and existing tools make integration of data access into existing workflows relatively easy. For the DMC, the web services provide an abstraction layer to internal repositories allowing for concentrated optimization of extraction workflow and easier evolution of those repositories. Lending further support to DMC's push in this direction, the core web services for station metadata, timeseries data and event parameters were adopted as standards by the International Federation of Digital Seismograph Networks (FDSN). We expect to continue enhancing existing services and building new capabilities for this platform. For example, the DMC has created a federation system and tools allowing researchers to discover and collect seismic data from data centers running the FDSN-standardized services. A future capability will leverage the DMC's MUSTANG project to select data based on data quality measurements. Within five years, the DMC's web services have proven to be a robust and flexible platform that enables continued growth for the DMC. We expect continued enhancements and adoption of web services.
Web service discovery among large service pools utilising semantic similarity and clustering
NASA Astrophysics Data System (ADS)
Chen, Fuzan; Li, Minqiang; Wu, Harris; Xie, Lingli
2017-03-01
With the rapid development of electronic business, Web services have attracted much attention in recent years. Enterprises can combine individual Web services to provide new value-added services. An emerging challenge is the timely discovery of close matches to service requests among large service pools. In this study, we first define a new semantic similarity measure combining functional similarity and process similarity. We then present a service discovery mechanism that utilises the new semantic similarity measure for service matching. All the published Web services are pre-grouped into functional clusters prior to the matching process. For a user's service request, the discovery mechanism first identifies matching services clusters and then identifies the best matching Web services within these matching clusters. Experimental results show that the proposed semantic discovery mechanism performs better than a conventional lexical similarity-based mechanism.
A verification strategy for web services composition using enhanced stacked automata model.
Nagamouttou, Danapaquiame; Egambaram, Ilavarasan; Krishnan, Muthumanickam; Narasingam, Poonkuzhali
2015-01-01
Currently, Service-Oriented Architecture (SOA) is becoming the most popular software architecture of contemporary enterprise applications, and one crucial technique of its implementation is web services. Individual service offered by some service providers may symbolize limited business functionality; however, by composing individual services from different service providers, a composite service describing the intact business process of an enterprise can be made. Many new standards have been defined to decipher web service composition problem namely Business Process Execution Language (BPEL). BPEL provides an initial work for forming an Extended Markup Language (XML) specification language for defining and implementing business practice workflows for web services. The problems with most realistic approaches to service composition are the verification of composed web services. It has to depend on formal verification method to ensure the correctness of composed services. A few research works has been carried out in the literature survey for verification of web services for deterministic system. Moreover the existing models did not address the verification properties like dead transition, deadlock, reachability and safetyness. In this paper, a new model to verify the composed web services using Enhanced Stacked Automata Model (ESAM) has been proposed. The correctness properties of the non-deterministic system have been evaluated based on the properties like dead transition, deadlock, safetyness, liveness and reachability. Initially web services are composed using Business Process Execution Language for Web Service (BPEL4WS) and it is converted into ESAM (combination of Muller Automata (MA) and Push Down Automata (PDA)) and it is transformed into Promela language, an input language for Simple ProMeLa Interpreter (SPIN) tool. The model is verified using SPIN tool and the results revealed better recital in terms of finding dead transition and deadlock in contrast to the existing models.
Pragmatic Computing - A Semiotic Perspective to Web Services
NASA Astrophysics Data System (ADS)
Liu, Kecheng
The web seems to have evolved from a syntactic web, a semantic web to a pragmatic web. This evolution conforms to the study of information and technology from the theory of semiotics. The pragmatics, concerning with the use of information in relation to the context and intended purposes, is extremely important in web service and applications. Much research in pragmatics has been carried out; but in the same time, attempts and solutions have led to some more questions. After reviewing the current work in pragmatic web, the paper presents a semiotic approach to website services, particularly on request decomposition and service aggregation.
Code of Federal Regulations, 2010 CFR
2010-07-01
... manufacturing by fatty acid neutralization subcategory. 417.30 Section 417.30 Protection of Environment... POINT SOURCE CATEGORY Soap Manufacturing by Fatty Acid Neutralization Subcategory § 417.30 Applicability; description of the soap manufacturing by fatty acid neutralization subcategory. The provisions of this subpart...
Profiling the Adolescent Soap Opera Viewer.
ERIC Educational Resources Information Center
Alexander, Alison; And Others
Observing that plot and character changes in the daytime television serials has increased the teen and preteen share of soap opera audiences, a study compared demographic, personal experience, and attitudinal variables among adolescent soap opera fans, occasional viewers, and nonviewers. Data were collected from 230 students in the classrooms of…
6. FOURTH FLOOR, DETAIL OF HOTEL SOAP LINE TO NORTH: ...
6. FOURTH FLOOR, DETAIL OF HOTEL SOAP LINE TO NORTH: AMERICAN CAR & FOUNDRY COMPANY MANUAL SOAP CUTTER INSTALLED 1932 (FOREGROUND); CONVEYORS; AND R.A. JONES & COMPANY HORIZONTAL PRESS INSTALLED 1931 (BACKGROUND) - Colgate & Company Jersey City Plant, Building No. B-15, 90-96 Greene Street, Jersey City, Hudson County, NJ
Sensitivities of Soap Solutions in Leak Detection
NASA Technical Reports Server (NTRS)
Stuck, D.; Lam, D. Q.; Daniels, C.
1985-01-01
Document describes method for determining minimum leak rate to which soap-solution leak detectors sensitive. Bubbles formed at smaller leak rates than previously assumed. In addition to presenting test results, document discusses effects of joint-flange configurations, properties of soap solutions, and correlation of test results with earlier data.
The essential SOAP note in an EHR age.
Pearce, Patricia F; Ferguson, Laurie Anne; George, Gwen S; Langford, Cynthia A
2016-02-18
This article reviews the traditional Subjective, Objective, Assessment, and Plan (SOAP) note documentation format. The information in the SOAP note is useful to both providers and students for history taking and physical exam, and highlights the importance of including critical documentation details with or without an electronic health record.
The formation of soap bubbles created by blowing on soap films
NASA Astrophysics Data System (ADS)
Salkin, Louis; Schmit, Alexandre; Panizza, Pascal; Courbin, Laurent
2015-11-01
Using either circular bubble wands or long-lasting vertically falling soap films having an adjustable steady state thickness, we study the formation of soap bubbles created when air is blown through a nozzle onto a soap film. We vary nozzle radius, film size, space between the film and nozzle, and gas density, and we measure the gas velocity threshold above which bubbles are generated. The response is sensitive to confinement, that is, the ratio between film and jet sizes, and dissipation in the turbulent gas jet which is a function of the distance from the nozzle to the film. We observe four different regimes that we rationalize by comparing the dynamic pressure of a jet on the film and the Laplace pressure needed to create the curved surface of a bubble.
Moody, J O; Adebiyi, O A; Adeniyi, B A
2004-05-01
The Nigerian traditional soft soaps prepared using varied locally sourced raw materials such as cocoa pod ash (Theobroma cacao) palm kernel shaft ash (Elaies guineensis) have been evaluated for their physico-chemical properties and anti-microbial activities using standard pharmacopoeia protocols and an in-vitro agar diffusion bioassay method. The anti-microbial evaluation was done with and without incorporation of Aloe vera and Ageratum conyzoides extractives into the soap samples. Results showed that the physico-chemical properties of the soaps are dependent on the raw materials utilised. The incorporated medicinal plants used in this study, however, did not show any significant effect on the anti-microbial activities exhibited by the various soaps against the bacterial and fungal test organisms. Copyright 2004 Elsevier Ireland Ltd.
Sound and vision: visualization of music with a soap film
NASA Astrophysics Data System (ADS)
Gaulon, C.; Derec, C.; Combriat, T.; Marmottant, P.; Elias, F.
2017-07-01
A vertical soap film, freely suspended at the end of a tube, is vibrated by a sound wave that propagates in the tube. If the sound wave is a piece of music, the soap film ‘comes alive’: colours, due to iridescences in the soap film, swirl, split and merge in time with the music (see the snapshots in figure 1 below). In this article, we analyse the rich physics behind these fascinating dynamical patterns: it combines the acoustic propagation in a tube, the light interferences, and the static and dynamic properties of soap films. The interaction between the acoustic wave and the liquid membrane results in capillary waves on the soap film, as well as non-linear effects leading to a non-oscillatory flow of liquid in the plane of the film, which induces several spectacular effects: generation of vortices, diphasic dynamical patterns inside the film, and swelling of the soap film under certain conditions. Each of these effects is associated with a characteristic time scale, which interacts with the characteristic time of the music play. This article shows the richness of those characteristic times that lead to dynamical patterns. Through its artistic interest, the experiments presented in this article provide a tool for popularizing and demonstrating science in the classroom or to a broader audience.
Rhoades, J; Gialagkolidou, K; Gogou, M; Mavridou, O; Blatsiotis, N; Ritzoulis, C; Likotrafiti, E
2013-10-01
To investigate the potential use of oregano essential oil as an antimicrobial agent in liquid soap for hand washing and for food contact surface cleaning. Oregano essential oil (O.E.O.) was emulsified in liquid detergent solution. This was challenge tested against a commercial antimicrobial soap in hand washing trials using natural flora. Soap with O.E.O. was as effective as the commercial antimicrobial soap at reducing aerobic plate count on the hands and more effective than plain soap with no additives. Cloths wetted with soap with O.E.O. were used to clean three different surfaces contaminated with four bacterial pathogens. For three of the four pathogens, the addition of 0·5% v/v O.E.O. to the soap solution enhanced cleaning performance and also reduced bacterial survival on the cloth after cleaning. Oregano essential oil (0·5%) is effective as an antimicrobial additive to detergent solutions for hand washing and surface cleaning. This preliminary study has shown that oregano essential oil is a potential alternative to antimicrobials used in various detergents, such as chloroxylenol and triclosan, which can have adverse environmental and health effects. Further development could lead to a commercial product. © 2013 The Society for Applied Microbiology.
Borhan, Farrah Payyadhah; Abd Gani, Siti Salwa; Shamsuddin, Rosnah
2014-01-01
Okara, soybean waste from tofu and soymilk production, was utilised as a natural antioxidant in soap formulation for stratum corneum application. D-optimal mixture design was employed to investigate the influence of the main compositions of okara soap containing different fatty acid and oils (virgin coconut oil A (24-28% w/w), olive oil B (15-20% w/w), palm oil C (6-10% w/w), castor oil D (15-20% w/w), cocoa butter E (6-10% w/w), and okara F (2-7% w/w)) by saponification process on the response hardness of the soap. The experimental data were utilized to carry out analysis of variance (ANOVA) and to develop a polynomial regression model for okara soap hardness in terms of the six design factors considered in this study. Results revealed that the best mixture was the formulation that included 26.537% A, 19.999% B, 9.998% C, 16.241% D, 7.633% E, and 7.000% F. The results proved that the difference in the level of fatty acid and oils in the formulation significantly affects the hardness of soap. Depending on the desirable level of those six variables, creation of okara based soap with desirable properties better than those of commercial ones is possible.
The long-term use of soap does not affect the pH-maintenance mechanism of human skin.
Takagi, Y; Kaneda, K; Miyaki, M; Matsuo, K; Kawada, H; Hosokawa, H
2015-05-01
The pH at the surface of healthy human skin is around 5. Cleansing the skin with soap increases the pH of the skin, which then returns to a more acidic pH within a few hours. However, the effects of skin cleansing with soap over a long time on the pH regulatory system is still unclear. We compared the pH of the skin between users of a soap-based cleanser and of a mild-acidic cleanser prior to and following the cleansing. This study had two groups of subjects, one group who had used a soap-based cleanser for more than 5 years and the other group who had used a mild-acidic cleanser for more than 5 years. The pH on the inner forearm of each subject was measured prior to and for 6 h after cleansing with a soap bar. There were no differences between the pH of the skin these two groups prior to cleansing, immediately after cleansing or in the pH recovery rate for 6 h. These results suggest that long-term continuous use of a soap-based cleanser does not affect the pH-maintaining mechanism of human skin. © 2014 John Wiley & Sons A/S. Published by John Wiley & Sons Ltd.
QoS measurement of workflow-based web service compositions using Colored Petri net.
Nematzadeh, Hossein; Motameni, Homayun; Mohamad, Radziah; Nematzadeh, Zahra
2014-01-01
Workflow-based web service compositions (WB-WSCs) is one of the main composition categories in service oriented architecture (SOA). Eflow, polymorphic process model (PPM), and business process execution language (BPEL) are the main techniques of the category of WB-WSCs. Due to maturity of web services, measuring the quality of composite web services being developed by different techniques becomes one of the most important challenges in today's web environments. Business should try to provide good quality regarding the customers' requirements to a composed web service. Thus, quality of service (QoS) which refers to nonfunctional parameters is important to be measured since the quality degree of a certain web service composition could be achieved. This paper tried to find a deterministic analytical method for dependability and performance measurement using Colored Petri net (CPN) with explicit routing constructs and application of theory of probability. A computer tool called WSET was also developed for modeling and supporting QoS measurement through simulation.
Enhancing UCSF Chimera through web services.
Huang, Conrad C; Meng, Elaine C; Morris, John H; Pettersen, Eric F; Ferrin, Thomas E
2014-07-01
Integrating access to web services with desktop applications allows for an expanded set of application features, including performing computationally intensive tasks and convenient searches of databases. We describe how we have enhanced UCSF Chimera (http://www.rbvi.ucsf.edu/chimera/), a program for the interactive visualization and analysis of molecular structures and related data, through the addition of several web services (http://www.rbvi.ucsf.edu/chimera/docs/webservices.html). By streamlining access to web services, including the entire job submission, monitoring and retrieval process, Chimera makes it simpler for users to focus on their science projects rather than data manipulation. Chimera uses Opal, a toolkit for wrapping scientific applications as web services, to provide scalable and transparent access to several popular software packages. We illustrate Chimera's use of web services with an example workflow that interleaves use of these services with interactive manipulation of molecular sequences and structures, and we provide an example Python program to demonstrate how easily Opal-based web services can be accessed from within an application. Web server availability: http://webservices.rbvi.ucsf.edu/opal2/dashboard?command=serviceList. © The Author(s) 2014. Published by Oxford University Press on behalf of Nucleic Acids Research.
User Needs of Digital Service Web Portals: A Case Study
ERIC Educational Resources Information Center
Heo, Misook; Song, Jung-Sook; Seol, Moon-Won
2013-01-01
The authors examined the needs of digital information service web portal users. More specifically, the needs of Korean cultural portal users were examined as a case study. The conceptual framework of a web-based portal is that it is a complex, web-based service application with characteristics of information systems and service agents. In…
Jensen, Dane A; Danyluk, Michelle D; Harris, Linda J; Schaffner, Donald W
2015-04-01
Hand washing is recognized as a crucial step in preventing foodborne disease transmission by mitigating crosscontamination among hands, surfaces, and foods. This research was undertaken to establish the importance of several keys factors (soap, soil, time, and drying method) in reducing microorganisms during hand washing. A nonpathogenic nalidixic acid-resistant Enterobacter aerogenes surrogate for Salmonella was used to assess the efficacy of using soap or no soap for 5 or 20 s on hands with or without ground beef debris and drying with paper towel or air. Each experiment consisted of 20 replicates, each from a different individual with ∼ 6 log CFU/ml E. aerogenes on their hands. A reduction of 1.0 ± 0.4 and 1.7 ± 0.8 log CFU of E. aerogenes was observed for a 5-s wash with no soap and a 20-s wash with soap, respectively. When there was no debris on the hands, there was no significant difference between washing with and without soap for 20 s (P > 0.05). Likewise, there was no significant difference in the reductions achieved when washing without soap, whether or not debris was on the hands (P > 0.05). A significantly greater reduction (P < 0.05) in E. aerogenes (0.5 log CFU greater reduction) was observed with soap when there was ground beef debris on the hands. The greatest difference (1.1 log CFU greater average reduction) in effectiveness occurred when ground beef debris was on the hands and a 20-s wash with water was compared with a 20-s wash with soap. Significantly greater (P < 0.05) reductions were observed with paper towel drying compared with air (0.5 log CFU greater reductions). Used paper towels may contain high bacterial levels (>4.0 log CFU per towel) when hands are highly contaminated. Our results support future quantitative microbial risk assessments needed to effectively manage risks of foodborne illness in which food workers' hands are a primary cause.
Osz, Ágnes; Pongor, Lorinc Sándor; Szirmai, Danuta; Gyorffy, Balázs
2017-12-08
The long-term availability of online Web services is of utmost importance to ensure reproducibility of analytical results. However, because of lack of maintenance following acceptance, many servers become unavailable after a short period of time. Our aim was to monitor the accessibility and the decay rate of published Web services as well as to determine the factors underlying trends changes. We searched PubMed to identify publications containing Web server-related terms published between 1994 and 2017. Automatic and manual screening was used to check the status of each Web service. Kruskall-Wallis, Mann-Whitney and Chi-square tests were used to evaluate various parameters, including availability, accessibility, platform, origin of authors, citation, journal impact factor and publication year. We identified 3649 publications in 375 journals of which 2522 (69%) were currently active. Over 95% of sites were running in the first 2 years, but this rate dropped to 84% in the third year and gradually sank afterwards (P < 1e-16). The mean half-life of Web services is 10.39 years. Working Web services were published in journals with higher impact factors (P = 4.8e-04). Services published before the year 2000 received minimal attention. The citation of offline services was less than for those online (P = 0.022). The majority of Web services provide analytical tools, and the proportion of databases is slowly decreasing. Conclusions. Almost one-third of Web services published to date went out of service. We recommend continued support of Web-based services to increase the reproducibility of published results. © The Author 2017. Published by Oxford University Press.
Biran, Adam; Schmidt, Wolf-Peter; Wright, Richard; Jones, Therese; Seshadri, M; Isaac, Pradeep; Nathan, N A; Hall, Peter; McKenna, Joeleen; Granger, Stewart; Bidinger, Pat; Curtis, Val
2009-10-01
To investigate the effectiveness of a hygiene promotion intervention based on germ awareness in increasing handwashing with soap on key occasions (after faecal contact and before eating) in rural Indian households. Cluster randomised trial of a hygiene promotion intervention in five intervention and five control villages. Handwashing was assessed through structured observation in a random sample of 30 households per village. Additionally, soap use was monitored in a sub-sample of 10 households per village using electronic motion detectors embedded in soap bars. The intervention reached 40% of the target population. Germ awareness increased as well as reported handwashing (a possible indicator of perceived social norms). Observed handwashing with soap on key occasions was rare (6%), especially after faecal contact (2%). Observed handwashing with soap on key occasions did not change 4 weeks after the intervention in either the intervention arm (-1%, 95% CI -2%/+0.3%), or the control arm (+0.4%, 95% CI -1%/+2%). Data from motion detectors indicated a significant but small increase in overall soap use in the intervention arm. We cannot confidently identify the nature of this increase except to say that there was no change in a key measure of handwashing after defecation. The intervention proved scalable and effective in raising hygiene awareness. There was some evidence of an impact on soap use but not on the primary outcome of handwashing at key times. However, the results do not exclude that changes in knowledge and social norms may lay the foundations for behaviour change in the longer term.
Antimicrobial Activity of Medicated Soaps Commonly Used By Dar es Salaam Residents in Tanzania
Mwambete, K. D.; Lyombe, F.
2011-01-01
An in vitro evaluation of the anti-microbial activity of medicated soaps was conducted using ditch-plate and hand washing techniques. Strains of reference microbes namely Candida albicans (ATCC90028), Staphylococcus aureus (ATCC25923), Pseudomonas aureginosa (ATCC27853) and Escherichia coli (ATCC25922) were tested at three different soaps’ concentrations (1.0, 4.0 and 8.0 mg/ml). A total of 16 medicated soaps were assayed for their antimicrobial efficacy. Of these, 13 were medicated and 3 non-medicated soaps, which served as control. Ciprofloxacin and ketaconazole were employed as positive controls. Label disclosure for the soaps’ ingredients and other relevant information were absorbed. The most common antimicrobial active ingredients were triclosan, trichloroxylenol and trichlorocarbanilide. ANOVA for means of zones of inhibition revealed variability of antimicrobial activity among the medicated soaps. Positive correlation (r=0.318; P<0.01) between zones of inhibition and soaps’ concentrations was evidenced. Hand washing frequencies positively correlated with microbial counts. Roberts® soap exhibited the largest zone of inhibition (34 mm) on S. aureus. Candida albicans was the least susceptible microbe. Regency® and Dalan® exhibited the least zone of inhibition on the tested bacteria. Protex®, Roberts®, Family® and Protector® were equally effective (P<0.01) against S. aureus. In conclusion, majority of the assayed medicated soaps have satisfactory antibacterial activity; though lack antifungal effect with exception of Linda® liquid soap. The hand washing technique has proved to be inappropriate for evaluation of soaps’ antimicrobial efficacy due to presence of the skin microflora. PMID:22131630
Biological Web Service Repositories Review.
Urdidiales-Nieto, David; Navas-Delgado, Ismael; Aldana-Montes, José F
2017-05-01
Web services play a key role in bioinformatics enabling the integration of database access and analysis of algorithms. However, Web service repositories do not usually publish information on the changes made to their registered Web services. Dynamism is directly related to the changes in the repositories (services registered or unregistered) and at service level (annotation changes). Thus, users, software clients or workflow based approaches lack enough relevant information to decide when they should review or re-execute a Web service or workflow to get updated or improved results. The dynamism of the repository could be a measure for workflow developers to re-check service availability and annotation changes in the services of interest to them. This paper presents a review on the most well-known Web service repositories in the life sciences including an analysis of their dynamism. Freshness is introduced in this paper, and has been used as the measure for the dynamism of these repositories. © 2017 The Authors. Published by Wiley-VCH Verlag GmbH & Co. KGaA.
The value of Web-based library services at Cedars-Sinai Health System.
Halub, L P
1999-07-01
Cedars-Sinai Medical Library/Information Center has maintained Web-based services since 1995 on the Cedars-Sinai Health System network. In that time, the librarians have found the provision of Web-based services to be a very worthwhile endeavor. Library users value the services that they access from their desktops because the services save time. They also appreciate being able to access services at their convenience, without restriction by the library's hours of operation. The library values its Web site because it brings increased visibility within the health system, and it enables library staff to expand services when budget restrictions have forced reduced hours of operation. In creating and maintaining the information center Web site, the librarians have learned the following lessons: consider the design carefully; offer what services you can, but weigh the advantages of providing the services against the time required to maintain them; make the content as accessible as possible; promote your Web site; and make friends in other departments, especially information services.
The value of Web-based library services at Cedars-Sinai Health System.
Halub, L P
1999-01-01
Cedars-Sinai Medical Library/Information Center has maintained Web-based services since 1995 on the Cedars-Sinai Health System network. In that time, the librarians have found the provision of Web-based services to be a very worthwhile endeavor. Library users value the services that they access from their desktops because the services save time. They also appreciate being able to access services at their convenience, without restriction by the library's hours of operation. The library values its Web site because it brings increased visibility within the health system, and it enables library staff to expand services when budget restrictions have forced reduced hours of operation. In creating and maintaining the information center Web site, the librarians have learned the following lessons: consider the design carefully; offer what services you can, but weigh the advantages of providing the services against the time required to maintain them; make the content as accessible as possible; promote your Web site; and make friends in other departments, especially information services. PMID:10427423
MedlinePlus Connect: How it Works
... it looks depends on how it is implemented. Web Application The Web application returns a formatted response ... for more examples of Web Application response pages. Web Service The MedlinePlus Connect REST-based Web service ...
Unifying Access to National Hydrologic Data Repositories via Web Services
NASA Astrophysics Data System (ADS)
Valentine, D. W.; Jennings, B.; Zaslavsky, I.; Maidment, D. R.
2006-12-01
The CUAHSI hydrologic information system (HIS) is designed to be a live, multiscale web portal system for accessing, querying, visualizing, and publishing distributed hydrologic observation data and models for any location or region in the United States. The HIS design follows the principles of open service oriented architecture, i.e. system components are represented as web services with well defined standard service APIs. WaterOneFlow web services are the main component of the design. The currently available services have been completely re-written compared to the previous version, and provide programmatic access to USGS NWIS. (steam flow, groundwater and water quality repositories), DAYMET daily observations, NASA MODIS, and Unidata NAM streams, with several additional web service wrappers being added (EPA STORET, NCDC and others.). Different repositories of hydrologic data use different vocabularies, and support different types of query access. Resolving semantic and structural heterogeneities across different hydrologic observation archives and distilling a generic set of service signatures is one of the main scalability challenges in this project, and a requirement in our web service design. To accomplish the uniformity of the web services API, data repositories are modeled following the CUAHSI Observation Data Model. The web service responses are document-based, and use an XML schema to express the semantics in a standard format. Access to station metadata is provided via web service methods, GetSites, GetSiteInfo and GetVariableInfo. The methdods form the foundation of CUAHSI HIS discovery interface and may execute over locally-stored metadata or request the information from remote repositories directly. Observation values are retrieved via a generic GetValues method which is executed against national data repositories. The service is implemented in ASP.Net, and other providers are implementing WaterOneFlow services in java. Reference implementation of WaterOneFlow web services is available. More information about the ongoing development of CUAHSI HIS is available from http://www.cuahsi.org/his/.
A Privacy Access Control Framework for Web Services Collaboration with Role Mechanisms
NASA Astrophysics Data System (ADS)
Liu, Linyuan; Huang, Zhiqiu; Zhu, Haibin
With the popularity of Internet technology, web services are becoming the most promising paradigm for distributed computing. This increased use of web services has meant that more and more personal information of consumers is being shared with web service providers, leading to the need to guarantee the privacy of consumers. This paper proposes a role-based privacy access control framework for Web services collaboration, it utilizes roles to specify the privacy privileges of services, and considers the impact on the reputation degree of the historic experience of services in playing roles. Comparing to the traditional privacy access control approaches, this framework can make the fine-grained authorization decision, thus efficiently protecting consumers' privacy.
40 CFR 467.60 - Applicability; description of the drawing with emulsions or soaps subcategory.
Code of Federal Regulations, 2010 CFR
2010-07-01
... 40 Protection of Environment 29 2010-07-01 2010-07-01 false Applicability; description of the drawing with emulsions or soaps subcategory. 467.60 Section 467.60 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS ALUMINUM FORMING POINT SOURCE CATEGORY Drawing With Emulsions or Soaps Subcategory...
40 CFR 467.60 - Applicability; description of the drawing with emulsions or soaps subcategory.
Code of Federal Regulations, 2011 CFR
2011-07-01
... 40 Protection of Environment 30 2011-07-01 2011-07-01 false Applicability; description of the drawing with emulsions or soaps subcategory. 467.60 Section 467.60 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) EFFLUENT GUIDELINES AND STANDARDS ALUMINUM FORMING POINT SOURCE CATEGORY Drawing With Emulsions or Soaps Subcategory...
Synthesis of Exotic Soaps in the Chemistry Laboratory
NASA Astrophysics Data System (ADS)
Phanstiel, Otto, IV; Dueno, Eric; Xianghong Wang, Queenie
1998-05-01
A variety of different triglyceride sources ranging from Vietnamese garlic oil to a local restaurant's grill sludge were saponified to generate a series of exotic soaps. Students did not quantify their results, but described their products in terms of color, texture and odor. Their results were compared with existing data on the triglyceride content for each source used (when possible). Soap texture seemed to be related to the degree of unsaturation present in the starting triglyceride. However, texture alterations due to occluded impurities could not be ruled out. In general, fats and oils high in saturated fats (butter) gave hard, chunky, and waxlike soaps, while those high in unsaturated fats gave flaky and easily crumbled soaps (olive, corn, peanut and sunflower oils). Soap color was not consistent with triglyceride unsaturation levels during the time frame studied. Odor changes were dramatic and were explained in terms of a change in chemical structure (i.e. conversion from an ester to a carboxylate salt). In general, the experiment was well received by students and stressed the importance of making precise qualitative observations during the experiment.
Agorku, Eric Selorm; Kwaansa-Ansah, Edward Ebow; Voegborlo, Ray Bright; Amegbletor, Pamela; Opoku, Francis
2016-01-01
In this study, sixty-two (62) skin-lightening creams and soaps were analysed for total mercury and hydroquinone levels. Total mercury was determined by the Cold Vapour Atomic Absorption Spectrophotometry using an automatic mercury analyser and hydroquinone by High Performance Liquid Chromatography. The mean concentration of total mercury in skin toning creams and cosmetic soaps were 0.098 ± 0.082 and 0.152 ± 0.126 μg/g, respectively. The mean concentration of hydroquinone was 0.243 ± 0.385 and 0.035 ± 0.021 % in skin toning creams and cosmetic soaps, respectively. All the creams and soaps analysed had mercury and hydroquinone levels below the US Food and Drug Administration's acceptable limit of 1 μg/g and 2 %, respectively. The low levels of mercury and hydroquinone in the creams and soaps analysed in this study therefore do not pose any potential risk to consumers who are mostly women in Ghana.
Sarma, Saurabh Jyoti; Brar, Satinder Kaur; Le Bihan, Yann; Buelna, Gerardo; Soccol, Carlos Ricardo
2014-01-01
Owing to its inhibitory effect on microbial growth, soap present in crude glycerol (CG) is a concern in biological valorization of the biodiesel manufacturing waste. By salting out strategy, up to 42% of the soap has been removed and the approach has beneficial effect on H2 production; however, removal of more than 7% of the soap was found to be inhibitory. Actually, soap is utilized as a co-substrate and due to removal; the carbon-nitrogen ratio of the medium might have decreased to reduce the production. Alternatively, without changing the carbon-nitrogen ratio of CG, MgSO4 treatment can convert the soap to its inactive form (scum). The approach was found to increase the H2 production rate (33.82%), cumulative H2 production (34.70%) as well as glycerol utilization (nearly 2.5-folds). Additionally, the treatment can increase the Mg (a nutrient) content of the medium from 0.57 ppm to 201.92 ppm. Copyright © 2013 Elsevier Ltd. All rights reserved.
Adhvaryu, Atanu; Erhan, Sevim Z; Perez, Joseph M
2004-10-20
Vegetable oils have significant potential as a base fluid and a substitute for mineral oil in grease formulation. Preparation of soybean oil-based lithium greases using a variety of fatty acids in the soap structure is discussed in this paper. Soy greases with lithium-fatty acid soap having C12-C18 chain lengths and different metal to fatty acid ratios were synthesized. Grease hardness was determined using a standard test method, and their oxidative stabilities were measured using pressurized differential scanning calorimetry. Results indicate that lithium soap composition, fatty acid types, and base oil content significantly affect grease hardness and oxidative stability. Lithium soaps prepared with short-chain fatty acids resulted in softer grease. Oxidative stability and other performance properties will deteriorate if oil is released from the grease matrix due to overloading of soap with base oil. Performance characteristics are largely dependent on the hardness and oxidative stability of grease used as industrial and automotive lubricant. Therefore, this paper discusses the preparation methods, optimization of soap components, and antioxidant additive for making soy-based grease. Copyright 2004 American Chemical Society
Evaluation of various agro-wastes for traditional black soap production.
Taiwo, O E; Osinowo, F A
2001-08-01
The agricultural wastes, cocoa-pod husks, palm-bunch waste, sorghum chaff and groundnut shells, which are normally thrown away have been used in the production of black soap. Unlike other soaps which are made from oils and chemicals, black soap is made from oils and agro-wastes ashes. Chemical analysis indicated that the liquid extract from the ashes of the different agro-wastes used contained various amounts of potassium and sodium compounds. The most common ingredient in the agro-wastes was potassium carbonate. The amount of potassium carbonate was 56.73 +/- 0.16% in cocoa-pod ash, 43.15 +/- 0.13% in palm-bunch ash, 16.65 +/- 0.05% in groundnut shell ash and 12.40 +/- 0.08% in sorghum chaff ash. Soaps made from the agro-wastes ashes had excellent solubility, consistency, cleansing and lathering abilities.
Bow and Oblique Shock Formation in Soap Film
NASA Astrophysics Data System (ADS)
Kim, Ildoo; Mandre, Shreyas; Sane, Aakash
2015-11-01
In recent years, soap films have been exploited primarily to approximate two-dimensional flows while their three-dimensional character is relatively unattended. An example of the three-dimensional character of the flow in a soap film is the observed Marangoni shock wave when the flow speed exceeds the wave speed. In this study, we investigated the formation of bow and oblique shocks in soap films generated by wedges with different deflection angles. When the wedge deflection angle is small and the film flows fast, oblique shocks are observed. When the oblique shock cannot exists, bow shock is formed upstream the wedge. We characterized the oblique shock angle as a function of the wedge deflection angle and the flow speed, and we also present the criteria for transition between bow and oblique Marangoni shocks in soap films.
SIDECACHE: Information access, management and dissemination framework for web services.
Doderer, Mark S; Burkhardt, Cory; Robbins, Kay A
2011-06-14
Many bioinformatics algorithms and data sets are deployed using web services so that the results can be explored via the Internet and easily integrated into other tools and services. These services often include data from other sites that is accessed either dynamically or through file downloads. Developers of these services face several problems because of the dynamic nature of the information from the upstream services. Many publicly available repositories of bioinformatics data frequently update their information. When such an update occurs, the developers of the downstream service may also need to update. For file downloads, this process is typically performed manually followed by web service restart. Requests for information obtained by dynamic access of upstream sources is sometimes subject to rate restrictions. SideCache provides a framework for deploying web services that integrate information extracted from other databases and from web sources that are periodically updated. This situation occurs frequently in biotechnology where new information is being continuously generated and the latest information is important. SideCache provides several types of services including proxy access and rate control, local caching, and automatic web service updating. We have used the SideCache framework to automate the deployment and updating of a number of bioinformatics web services and tools that extract information from remote primary sources such as NCBI, NCIBI, and Ensembl. The SideCache framework also has been used to share research results through the use of a SideCache derived web service.
Design for Connecting Spatial Data Infrastructures with Sensor Web (sensdi)
NASA Astrophysics Data System (ADS)
Bhattacharya, D.; M., M.
2016-06-01
Integrating Sensor Web With Spatial Data Infrastructures (SENSDI) aims to extend SDIs with sensor web enablement, converging geospatial and built infrastructure, and implement test cases with sensor data and SDI. It is about research to harness the sensed environment by utilizing domain specific sensor data to create a generalized sensor webframework. The challenges being semantic enablement for Spatial Data Infrastructures, and connecting the interfaces of SDI with interfaces of Sensor Web. The proposed research plan is to Identify sensor data sources, Setup an open source SDI, Match the APIs and functions between Sensor Web and SDI, and Case studies like hazard applications, urban applications etc. We take up co-operative development of SDI best practices to enable a new realm of a location enabled and semantically enriched World Wide Web - the "Geospatial Web" or "Geosemantic Web" by setting up one to one correspondence between WMS, WFS, WCS, Metadata and 'Sensor Observation Service' (SOS); 'Sensor Planning Service' (SPS); 'Sensor Alert Service' (SAS); a service that facilitates asynchronous message interchange between users and services, and between two OGC-SWE services, called the 'Web Notification Service' (WNS). Hence in conclusion, it is of importance to geospatial studies to integrate SDI with Sensor Web. The integration can be done through merging the common OGC interfaces of SDI and Sensor Web. Multi-usability studies to validate integration has to be undertaken as future research.
Blodgett, David L.; Booth, Nathaniel L.; Kunicki, Thomas C.; Walker, Jordan I.; Viger, Roland J.
2011-01-01
Interest in sharing interdisciplinary environmental modeling results and related data is increasing among scientists. The U.S. Geological Survey Geo Data Portal project enables data sharing by assembling open-standard Web services into an integrated data retrieval and analysis Web application design methodology that streamlines time-consuming and resource-intensive data management tasks. Data-serving Web services allow Web-based processing services to access Internet-available data sources. The Web processing services developed for the project create commonly needed derivatives of data in numerous formats. Coordinate reference system manipulation and spatial statistics calculation components implemented for the Web processing services were confirmed using ArcGIS 9.3.1, a geographic information science software package. Outcomes of the Geo Data Portal project support the rapid development of user interfaces for accessing and manipulating environmental data.
Dynamic Generation of Reduced Ontologies to Support Resource Constraints of Mobile Devices
ERIC Educational Resources Information Center
Schrimpsher, Dan
2011-01-01
As Web Services and the Semantic Web become more important, enabling technologies such as web service ontologies will grow larger. At the same time, use of mobile devices to access web services has doubled in the last year. The ability of these resource constrained devices to download and reason across these ontologies to support service discovery…
A Smart Modeling Framework for Integrating BMI-enabled Models as Web Services
NASA Astrophysics Data System (ADS)
Jiang, P.; Elag, M.; Kumar, P.; Peckham, S. D.; Liu, R.; Marini, L.; Hsu, L.
2015-12-01
Serviced-oriented computing provides an opportunity to couple web service models using semantic web technology. Through this approach, models that are exposed as web services can be conserved in their own local environment, thus making it easy for modelers to maintain and update the models. In integrated modeling, the serviced-oriented loose-coupling approach requires (1) a set of models as web services, (2) the model metadata describing the external features of a model (e.g., variable name, unit, computational grid, etc.) and (3) a model integration framework. We present the architecture of coupling web service models that are self-describing by utilizing a smart modeling framework. We expose models that are encapsulated with CSDMS (Community Surface Dynamics Modeling System) Basic Model Interfaces (BMI) as web services. The BMI-enabled models are self-describing by uncovering models' metadata through BMI functions. After a BMI-enabled model is serviced, a client can initialize, execute and retrieve the meta-information of the model by calling its BMI functions over the web. Furthermore, a revised version of EMELI (Peckham, 2015), an Experimental Modeling Environment for Linking and Interoperability, is chosen as the framework for coupling BMI-enabled web service models. EMELI allows users to combine a set of component models into a complex model by standardizing model interface using BMI as well as providing a set of utilities smoothing the integration process (e.g., temporal interpolation). We modify the original EMELI so that the revised modeling framework is able to initialize, execute and find the dependencies of the BMI-enabled web service models. By using the revised EMELI, an example will be presented on integrating a set of topoflow model components that are BMI-enabled and exposed as web services. Reference: Peckham, S.D. (2014) EMELI 1.0: An experimental smart modeling framework for automatic coupling of self-describing models, Proceedings of HIC 2014, 11th International Conf. on Hydroinformatics, New York, NY.
NASA Astrophysics Data System (ADS)
Foley, Tyler; Pegram, Matthew; Jenkins, Zachary; Hester, Brooke C.; Burris, Jennifer L.
2015-01-01
We have developed an eye-catching demonstration that showcases a variety of physics topics from total internal reflection to electrostatics to non-Newtonian fluid dynamics, including the Kaye effect. The essential components of the demonstration include a vertical stream of liquid soap in which a laser pointer is internally reflected, and which subsequently hits an inclined plane. As the liquid soap, a non-Newtonian fluid, begins to accumulate into a pile, its shear properties change and the incoming fluid rebounds from the pile, forming striking parabolic arcs. We present here a readily reproducible and inexpensive version of a laser soap fountain.
Managing the Web-Enhanced Geographic Information Service.
ERIC Educational Resources Information Center
Stephens, Denise
1997-01-01
Examines key management issues involved in delivering geographic information services on the World Wide Web, using the Geographic Information Center (GIC) program at the University of Virginia Library as a reference. Highlights include integrating the Web into services; building collections for Web delivery; and evaluating spatial information…
Automated geospatial Web Services composition based on geodata quality requirements
NASA Astrophysics Data System (ADS)
Cruz, Sérgio A. B.; Monteiro, Antonio M. V.; Santos, Rafael
2012-10-01
Service-Oriented Architecture and Web Services technologies improve the performance of activities involved in geospatial analysis with a distributed computing architecture. However, the design of the geospatial analysis process on this platform, by combining component Web Services, presents some open issues. The automated construction of these compositions represents an important research topic. Some approaches to solving this problem are based on AI planning methods coupled with semantic service descriptions. This work presents a new approach using AI planning methods to improve the robustness of the produced geospatial Web Services composition. For this purpose, we use semantic descriptions of geospatial data quality requirements in a rule-based form. These rules allow the semantic annotation of geospatial data and, coupled with the conditional planning method, this approach represents more precisely the situations of nonconformities with geodata quality that may occur during the execution of the Web Service composition. The service compositions produced by this method are more robust, thus improving process reliability when working with a composition of chained geospatial Web Services.
Kanyanee, Tinakorn; Borst, Walter L; Jakmunee, Jaroon; Grudpan, Kate; Li, Jianzhong; Dasgupta, Purnendu K
2006-04-15
Soap bubbles provide a fascinating tool that is little used analytically. With a very low liquid volume to surface area ratio, a soap bubble can potentially provide a very useful interface for preconcentration where mass transfer to an interfacial surface is important. Here we use an automated system to create bubbles of uniform size and film thickness. We utilize purified Triton-X 100, a nonionic surfactant, to make soap bubbles. We use such bubbles as a gas-sampling interface. Incorporating hydrogen peroxide into the bubble provides a system where electrical conductance increases as the bubble is exposed to low concentrations of sulfur dioxide gas. We theoretically derive the conductance of a hollow conducting spherical thin film with spherical cap electrodes. We measure the film thickness by incorporating a dye in the bubble making solution and laser transmission photometry and find that it agrees well with the geometrically computed thickness. With the conductance of the bubble-making soap solution being measured by conventional methods, we show that the measured values of the bubble conductance with known bubble and electrode dimensions closely correspond to the theoretically computed value. Finally, we demonstrate that sub-ppm levels of SO(2) can readily be detected by the conductivity change of a hydrogen peroxide-doped soap bubble, measured in situ, when the gas flows around the bubble.
Borhan, Farrah Payyadhah; Abd Gani, Siti Salwa; Shamsuddin, Rosnah
2014-01-01
Okara, soybean waste from tofu and soymilk production, was utilised as a natural antioxidant in soap formulation for stratum corneum application. D-optimal mixture design was employed to investigate the influence of the main compositions of okara soap containing different fatty acid and oils (virgin coconut oil A (24–28% w/w), olive oil B (15–20% w/w), palm oil C (6–10% w/w), castor oil D (15–20% w/w), cocoa butter E (6–10% w/w), and okara F (2–7% w/w)) by saponification process on the response hardness of the soap. The experimental data were utilized to carry out analysis of variance (ANOVA) and to develop a polynomial regression model for okara soap hardness in terms of the six design factors considered in this study. Results revealed that the best mixture was the formulation that included 26.537% A, 19.999% B, 9.998% C, 16.241% D, 7.633% E, and 7.000% F. The results proved that the difference in the level of fatty acid and oils in the formulation significantly affects the hardness of soap. Depending on the desirable level of those six variables, creation of okara based soap with desirable properties better than those of commercial ones is possible. PMID:25548777
BioCatalogue: a universal catalogue of web services for the life sciences
Bhagat, Jiten; Tanoh, Franck; Nzuobontane, Eric; Laurent, Thomas; Orlowski, Jerzy; Roos, Marco; Wolstencroft, Katy; Aleksejevs, Sergejs; Stevens, Robert; Pettifer, Steve; Lopez, Rodrigo; Goble, Carole A.
2010-01-01
The use of Web Services to enable programmatic access to on-line bioinformatics is becoming increasingly important in the Life Sciences. However, their number, distribution and the variable quality of their documentation can make their discovery and subsequent use difficult. A Web Services registry with information on available services will help to bring together service providers and their users. The BioCatalogue (http://www.biocatalogue.org/) provides a common interface for registering, browsing and annotating Web Services to the Life Science community. Services in the BioCatalogue can be described and searched in multiple ways based upon their technical types, bioinformatics categories, user tags, service providers or data inputs and outputs. They are also subject to constant monitoring, allowing the identification of service problems and changes and the filtering-out of unavailable or unreliable resources. The system is accessible via a human-readable ‘Web 2.0’-style interface and a programmatic Web Service interface. The BioCatalogue follows a community approach in which all services can be registered, browsed and incrementally documented with annotations by any member of the scientific community. PMID:20484378
BioCatalogue: a universal catalogue of web services for the life sciences.
Bhagat, Jiten; Tanoh, Franck; Nzuobontane, Eric; Laurent, Thomas; Orlowski, Jerzy; Roos, Marco; Wolstencroft, Katy; Aleksejevs, Sergejs; Stevens, Robert; Pettifer, Steve; Lopez, Rodrigo; Goble, Carole A
2010-07-01
The use of Web Services to enable programmatic access to on-line bioinformatics is becoming increasingly important in the Life Sciences. However, their number, distribution and the variable quality of their documentation can make their discovery and subsequent use difficult. A Web Services registry with information on available services will help to bring together service providers and their users. The BioCatalogue (http://www.biocatalogue.org/) provides a common interface for registering, browsing and annotating Web Services to the Life Science community. Services in the BioCatalogue can be described and searched in multiple ways based upon their technical types, bioinformatics categories, user tags, service providers or data inputs and outputs. They are also subject to constant monitoring, allowing the identification of service problems and changes and the filtering-out of unavailable or unreliable resources. The system is accessible via a human-readable 'Web 2.0'-style interface and a programmatic Web Service interface. The BioCatalogue follows a community approach in which all services can be registered, browsed and incrementally documented with annotations by any member of the scientific community.
Customer Decision Making in Web Services with an Integrated P6 Model
NASA Astrophysics Data System (ADS)
Sun, Zhaohao; Sun, Junqing; Meredith, Grant
Customer decision making (CDM) is an indispensable factor for web services. This article examines CDM in web services with a novel P6 model, which consists of the 6 Ps: privacy, perception, propensity, preference, personalization and promised experience. This model integrates the existing 6 P elements of marketing mix as the system environment of CDM in web services. The new integrated P6 model deals with the inner world of the customer and incorporates what the customer think during the DM process. The proposed approach will facilitate the research and development of web services and decision support systems.
Green Soap: An Extraction and Saponification of Avocado Oil
ERIC Educational Resources Information Center
Sutheimer, Susan; Caster, Jacqueline M.; Smith, Simone H.
2015-01-01
An introductory level green chemistry experiment is described that places a new twist on soap-making in lab. In this experiment, oil is extracted from an avocado, after which the oil is saponified to produce bars of green craft soap. Commonly used extraction solvents, such as petroleum ether, methylene chloride, and hexane, are replaced with safer…
Soap Films and GeoGebra in the Study of Fermat and Steiner Points
ERIC Educational Resources Information Center
Flores, Alfinio; Park, Jungeun
2018-01-01
We discuss how mathematics and secondary mathematics education majors developed an understanding of Fermat points for the triangle as well as Steiner points for the square and regular pentagon, and also of soap film configurations between parallel plates where forces are in equilibrium. The activities included the use of soap films and the…
16. 3RD FLOOR, J.M. LEHMANN CO. FIVEROLL TOILET SOAP MILL ...
16. 3RD FLOOR, J.M. LEHMANN CO. FIVE-ROLL TOILET SOAP MILL INSTALLED 1950, TO WEST; BUCKET CONVEYOR AT RIGHT MOVED WASTE FROM 2ND FLOOR SOAP PRESSES TO 5TH FLOOR RE-MANUFACTURE - Colgate & Company Jersey City Plant, Building No. B-14, 54-58 Grand Street, Jersey City, Hudson County, NJ
Laidlaw, Alistair; Bloom, Philip
1990-01-01
We present a previously unreported series of five cases of acute angle closure glaucoma associated with watching the Australia soap opera "Neighbours". Two cases were bilateral and associated with watching two episodes of "Neighbours" on the same day. The pathogenesis, and possible role of watching soap operas in the causation of primary angle closure glaucoma is discussed. PMID:1369543
USDA-ARS?s Scientific Manuscript database
Insecticidal soaps (hereafter “soaps”) are labeled for use by homeowners and also can be used in citrus grown for the organic market. Soaps control some insect pests and therefore might be an alternative to conventional pesticides for control of the Asian citrus psyllid, Diaphorina citri Kuwayama (...
ERIC Educational Resources Information Center
Seezink, Audrey; Poell, Rob; Kirschner, Paul
2010-01-01
This paper reports on a case study investigating learning outcomes at the individual and organisational level of a cross-institutional innovation project based on the SOAP approach. SOAP integrates "S"chooling of teachers, "O"rganisational development of schools, "A"ction- and development-oriented research, and…
Guanidine Soaps As Vehicles For Coating Ceramic Fibers
NASA Technical Reports Server (NTRS)
Philipp, Warren H.; Veitch, Lisa C.; Jaskowiak, Martha H.
1994-01-01
Soaps made from strong organic base guanidine and organic fatty acids serve as vehicles and binders for coating ceramic fibers, various smooth substrates, and other problematic surfaces with thin precious-metal or metal-oxide films. Films needed to serve as barriers to diffusion in fiber/matrix ceramic composite materials. Guanidine soaps entirely organic and burn off, leaving no residues.
Choi, Okkyung; Han, SangYong
2007-01-01
Ubiquitous Computing makes it possible to determine in real time the location and situations of service requesters in a web service environment as it enables access to computers at any time and in any place. Though research on various aspects of ubiquitous commerce is progressing at enterprises and research centers, both domestically and overseas, analysis of a customer's personal preferences based on semantic web and rule based services using semantics is not currently being conducted. This paper proposes a Ubiquitous Computing Services System that enables a rule based search as well as semantics based search to support the fact that the electronic space and the physical space can be combined into one and the real time search for web services and the construction of efficient web services thus become possible.
The Organizational Role of Web Services
ERIC Educational Resources Information Center
Mitchell, Erik
2011-01-01
The workload of Web librarians is already split between Web-related and other library tasks. But today's technological environment has created new implications for existing services and new demands for staff time. It is time to reconsider how libraries can best allocate resources to provide effective Web services. Delivering high-quality services…
Federal Register 2010, 2011, 2012, 2013, 2014
2013-10-01
...-NEW] Agency Information Collection Activities: Online Survey of Web Services Employers; New... Web site at http://www.Regulations.gov under e-Docket ID number USCIS-2013- 0003. When submitting... information collection. (2) Title of the Form/Collection: Online Survey of Web Services Employers. (3) Agency...
Federal Register 2010, 2011, 2012, 2013, 2014
2013-07-16
...-NEW] Agency Information Collection Activities: Online Survey of Web Services Employers; New... Information Collection: New information collection. (2) Title of the Form/Collection: Online Survey of Web... sector. It is necessary that USCIS obtains data on the E-Verify Program Web Services. Gaining an...
Protecting Database Centric Web Services against SQL/XPath Injection Attacks
NASA Astrophysics Data System (ADS)
Laranjeiro, Nuno; Vieira, Marco; Madeira, Henrique
Web services represent a powerful interface for back-end database systems and are increasingly being used in business critical applications. However, field studies show that a large number of web services are deployed with security flaws (e.g., having SQL Injection vulnerabilities). Although several techniques for the identification of security vulnerabilities have been proposed, developing non-vulnerable web services is still a difficult task. In fact, security-related concerns are hard to apply as they involve adding complexity to already complex code. This paper proposes an approach to secure web services against SQL and XPath Injection attacks, by transparently detecting and aborting service invocations that try to take advantage of potential vulnerabilities. Our mechanism was applied to secure several web services specified by the TPC-App benchmark, showing to be 100% effective in stopping attacks, non-intrusive and very easy to use.
A Web service substitution method based on service cluster nets
NASA Astrophysics Data System (ADS)
Du, YuYue; Gai, JunJing; Zhou, MengChu
2017-11-01
Service substitution is an important research topic in the fields of Web services and service-oriented computing. This work presents a novel method to analyse and substitute Web services. A new concept, called a Service Cluster Net Unit, is proposed based on Web service clusters. A service cluster is converted into a Service Cluster Net Unit. Then it is used to analyse whether the services in the cluster can satisfy some service requests. Meanwhile, the substitution methods of an atomic service and a composite service are proposed. The correctness of the proposed method is proved, and the effectiveness is shown and compared with the state-of-the-art method via an experiment. It can be readily applied to e-commerce service substitution to meet the business automation needs.
2014-01-01
Background The rapid expansion of insecticide resistance is limiting the efficiency of malaria vector control interventions. However, current knowledge of factors inducing pyrethroid resistance remains incomplete. In the present study, the role of selection at the larval stage by disinfectants, such as soap and hydrogen peroxide (H2O2), on adult mosquito resistance to permethrin was investigated. Methods Field Anopheles gambiae sensu lato larvae, were exposed to variable concentrations of soap and H2O2. Larvae surviving to acute toxicity assays after 24 hours were reared to the adult stage and exposed to permethrin. The susceptibility level of adults was compared to the untreated control group. The effect of soap or hydrogen peroxide selection on the length of larval development and emergence rate was assessed. Result Larval bioassays analysis showed a more acute effect of hydrogen peroxide on mosquito larvae compared to soap. The regression lines describing the dose mortality profile showed higher mean and variance to hydrogen peroxide than to soap. The duration of larval development (<5 days) and adults emergence rates (1 to 77%) were shorter and lower compare to control. Anopheles gambiae s.l. larvae surviving to selection with either soap or hydrogen peroxide or both, produced adults who were up to eight-times more resistant to permethrin than mosquitoes from the untreated control group. Conclusion The present study shows that selective pressure exerted by non-insecticidal compounds such as soap and hydrogen peroxide affect An. gambiae s.l. tolerance to pyrethroids. This requires further studies with regard to the adaptation of An. gambiae s.l. to polluted habitats across sub-Saharan Africa cities. PMID:25086741
Takahashi, Hidenori; Oyama, Noritaka; Tanaka, Izumi; Hasegawa, Michiko; Hirano, Kaori; Shimada, Chieko; Hasegawa, Minoru
2017-07-01
The objective of the present randomized, double-blind trial was to evaluate the efficacy and safety of daily washing with miconazole nitrate-containing soap for candidiasis at diaper-covered sites in elderly subjects under long-term inpatient care. To confirm the onset and disappearance of candidiasis, we microscopically evaluated the existence of the pseudohyphae and/or blastoconidia of Candida spp. We enrolled 75 elderly patients who wore diapers all day in the hospital or nursing home. Patients were randomly assigned to receive treatment with either miconazole soap or miconazole-free placebo soap, and 28 patients in the miconazole group and 27 patients in the placebo group were followed for 4 weeks. Although washing with miconazole soap did not affect the frequency of pseudohyphae/blastoconidia-positive patients, it significantly inhibited the positive conversion of pseudohyphae/blastoconidia compared with the placebo group. As a result, the frequency of patients positive for pseudohyphae/blastoconidia was significantly lower in the miconazole group than in the control group at 4 weeks (17.9% vs 44.4%). Clinically apparent diaper candidiasis did not develop in either group. Washing with miconazole soap was a significant independent factor for reducing the cases positive for pseudohyphae/blastoconidia, while diarrhea and heart failure were significant factors associated with an increase in the positive rate at the end-point. Severe adverse effects were not found in any patients. Thus, washing with miconazole soap is well-tolerated and can inhibit the positive conversion of Candida in patients wearing diapers. Therefore, maintenance of genital hygiene using this soap may prophylactically decrease the overall prevalence of patients with diaper candidiasis. © 2017 Japanese Dermatological Association.
Zohura, Fatema; Bhuyian, Sazzadul Islam; Monira, Shirajum; Begum, Farzana; Biswas, Shwapon K; Parvin, Tahmina; Sack, David; Sack, R Bradley; Leontsini, Elli; Saif-Ur-Rahman, K M; Rashid, Mahamud-Ur; Sharmin, Rumana; Zhang, Xiaotong; Alam, Munirul; George, Christine Marie
2016-12-07
Household members of cholera patients are at a 100 times higher risk of cholera than the general population. Despite this risk, there are only a handful of studies that have investigated the handwashing practices among hospitalized diarrhea patients and their accompanying household members. To investigate handwashing practices in a hospital setting among this high-risk population, 444 hours of structured observation was conducted in a hospital in Dhaka, Bangladesh, among 148 cholera patients and their household members. Handwashing with soap practices were observed at the following key events: after toileting, after cleaning the anus of a child, after removing child feces, during food preparation, before eating, and before feeding. Spot-checks were also conducted to observe the presence of soap at bathroom areas. Overall, 4% (4/103) of key events involved handwashing with soap among cholera patients and household members during the structured observation period. This was 3% (1/37) among cholera patients and 5% (3/66) for household members. For toileting events, observed handwashing with soap was 7% (3/46) overall, 7% (1/14) for cholera patients, and 6% (2/32) for household members. For food-related events, overall observed handwashing with soap was 2% (2/93 overall), and 0% (0/34) and 3% (2/59) for cholera patients and household members, respectively. Soap was observed at only 7% (4/55) of handwashing stations used by patients and household members during spot-checks. Observed handwashing with soap at key times among patients and accompanying household members was very low. These findings highlight the urgent need for interventions to target this high-risk population. © The American Society of Tropical Medicine and Hygiene.
George, Christine Marie; Biswas, Shwapon; Jung, Danielle; Perin, Jamie; Parvin, Tahmina; Monira, Shirajum; Saif-Ur-Rahman, K M; Rashid, Mahamud-Ur; Bhuyian, Sazzadul Islam; Thomas, Elizabeth D; Dreibelbis, Robert; Begum, Farzana; Zohura, Fatema; Zhang, Xiaotong; Sack, David A; Alam, Munirul; Sack, R Bradley; Leontsini, Elli; Winch, Peter J
2017-08-01
Inadequate hand hygiene is estimated to result in nearly 300,000 deaths annually, with the majority of deaths being among children younger than 5 years. In an effort to promote handwashing with soap and water treatment behaviors among highly susceptible household members of cholera patients, we recently developed the Cholera-Hospital-Based Intervention-for-7-Days (CHoBI7); chobi means picture in Bengali. This 1-week handwashing with soap and water treatment intervention is delivered by a promoter in the hospital and the home to cholera patients and their household members. In our randomized controlled trial of this intervention, we observed a significant reduction in symptomatic cholera infections during the 1-week intervention period compared to the control arm and sustained high uptake of observed handwashing with soap behaviors up to 12 months postintervention. The aim of the present study was to assess the underlying mechanism of change that led to the high handwashing with soap behavior observed among participants who received the CHoBI7 intervention. Handwashing with soap was measured using 5-hour structured observation, and psychosocial factors were assessed using a structured questionnaire among 170 intervention and 174 control household members enrolled in the CHoBI7 trial. To investigate potential mediators of the CHoBI7 intervention effect, mediation models were performed. Response efficacy was found to mediate the intervention's effect on habit formation for handwashing with soap at the 1-week follow-up, and disgust, convenience, and cholera awareness were mediators of habit maintenance at the 6- to 12-month follow-up. These results support the use of theory-driven approaches for the development and implementation of handwashing with soap interventions.
Antonio-Nkondjio, Christophe; Youmsi-Goupeyou, Marlene; Kopya, Edmond; Tene-Fossog, Billy; Njiokou, Flobert; Costantini, Carlo; Awono-Ambene, Parfait
2014-08-03
The rapid expansion of insecticide resistance is limiting the efficiency of malaria vector control interventions. However, current knowledge of factors inducing pyrethroid resistance remains incomplete. In the present study, the role of selection at the larval stage by disinfectants, such as soap and hydrogen peroxide (H2O2), on adult mosquito resistance to permethrin was investigated. Field Anopheles gambiae sensu lato larvae, were exposed to variable concentrations of soap and H2O2. Larvae surviving to acute toxicity assays after 24 hours were reared to the adult stage and exposed to permethrin. The susceptibility level of adults was compared to the untreated control group. The effect of soap or hydrogen peroxide selection on the length of larval development and emergence rate was assessed. Larval bioassays analysis showed a more acute effect of hydrogen peroxide on mosquito larvae compared to soap. The regression lines describing the dose mortality profile showed higher mean and variance to hydrogen peroxide than to soap. The duration of larval development (<5 days) and adults emergence rates (1 to 77%) were shorter and lower compare to control. Anopheles gambiae s.l. larvae surviving to selection with either soap or hydrogen peroxide or both, produced adults who were up to eight-times more resistant to permethrin than mosquitoes from the untreated control group. The present study shows that selective pressure exerted by non-insecticidal compounds such as soap and hydrogen peroxide affect An. gambiae s.l. tolerance to pyrethroids. This requires further studies with regard to the adaptation of An. gambiae s.l. to polluted habitats across sub-Saharan Africa cities.
Bekibele, Charles O; Kehinde, Aderemi O; Ajayi, Benedictus G K
2010-12-01
To determine the effect of face washing with soap and water and cleaning with povidone iodine and cetrimide/chlorhexidine gluconate (Savlon) on upper-lid bacteria. Prospective, nonrandomized clinical trial. Eighty patients attending the Eye Clinic, University College Hospital, Ibadan, Nigeria. Eighty patients assigned to 4 groups had swabs of the upper eyelid skin taken before and after face wash with soap and water, and cleansing with Savlon and 5% povidone iodine. Specimens were cultured and Gram stained. Bacterial counts were carried out using standard techniques. Face washing with soap and water increased the proportion of patients with bacterial isolates from 80.0% to 87.5%. The average colony count increased from 187.1 to 318.5 colony units per mL (p = 0.02). Application of 5% povidone iodine without face washing with soap and water reduced the proportion of patients with bacterial isolates from 82.6% (mean count 196.5) to 28.6% (mean count 34.1)(p = 0.001); in comparison, the application of 5% povidone iodine after face washing with soap and water reduced the proportion from 71.4% (mean count 133.9) to 40.0% (mean count 69.0)(p = 0.01). Application of Savlon without face washing with soap and water reduced the proportion of patients with bacterial isolates from 100% (mean count 310.9) to 41.2% (mean count 19.8)(p = 0.004) compared with the application after face washing, which reduced the proportion from 89.5% (mean count 240.3) to 41.2% (mean count 82.9)(p = 0.02). Both povidone and Savlon are effective in reducing periocular bacteria in an African setting. Prior face washing with soap and water had no added benefit in reducing bacterial colony count.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Stulii, A.A.
1983-01-01
The lack of any effect of the polyalkylene glycols on the series of properties of the fatty acid soaps was confirmed by replacing the PEG-35 in the synthetic lubricating-cooling fluid (LCF) by a polyethylene glycol with a molecular weight of 400 or 6000, a propylene oxide oligomer with a molecular weight of 700, or a copolymer of ethylene and propylene oxides (Pluronic 44, Pluriol PE-6400, Hydropol 200). Attempts to select surfactants and optimal concentrations in synthetic LCFs based on polyalkylene glycols. Indicates that of the studied soaps, those of the most interest are the triethanolamine soaps of individual C/sub 6/-C/submore » 10/ fatty acids and commercial mixed C/sub 7/-C/sub 9/ synthetic fatty acids. Finds that the polyalkylene glycols and the indicated soaps supplement each other, imparting the required set of properties to the LCF.« less
Is cutaneous malignant melanoma associated with the use of antibacterial soaps?
Arbesman, H
1999-07-01
Since 1960, the incidence of melanoma has increased dramatically in Caucasians worldwide, and during the past decade has risen at a rate of 6% a year in the USA. A hypothesis regarding this increased incidence suggests that the prevalent use of antibacterial soaps that contain photosensitizing compounds may be a risk factor for the development of cutaneous malignant melanoma. These antibacterial soaps were introduced in the 1960s and compounds with photosensitizing properties are still present in various soaps throughout the industrialized world. The use of these antibacterial soaps, in combination with sun exposure, leads to free radical production in the skin. These free radicals are hypothesized to cause damage to melanocytes, leading to the development of melanoma. Various epidemiological findings regarding melanoma are consistent with this hypothesis. A significant reduction in the number of new cases of melanoma could be achieved if this hypothesis is correct.
The Systems SOAP Note: A Systems Learning Tool.
Mitsuishi, Fumi; Young, John Q; Leary, Mark; Dilley, James; Mangurian, Christina
2016-02-01
Systems-based practice (SBP) is the only Accreditation Council for Graduate Medical Education (ACGME) competency concerned with public health and is relatively neglected in residency curricula. A tool was developed and pilot-tested to improve SBP learning on inpatient psychiatry rotations. A four-step approach was used: (1) literature review, (2) expert consultation, (3) tool development, and (4) pilot testing on four cases and evaluation for completion time and preliminary efficacy. Out of 51 SBP articles, six (12%) focused on psychiatric residency programs, and none had a practical SBP learning tool. The "systems SOAP (subjective, objective, assessment, plan) note" (S-SOAP) was structured after a clinical SOAP note and was easy to use (mean completion time = 60 min), and residents self-reported more insight into systems issues. The S-SOAP tool was effectively integrated into clinical experience and provided insight into systemic complexities. Future research should assess SBP knowledge acquisition after the use of such tools.
Effects of an entertainment-education radio soap opera on family planning behavior in Tanzania.
Rogers, E M; Vaughan, P W; Swalehe, R M; Rao, N; Svenkerud, P; Sood, S
1999-09-01
An entertainment-education radio soap opera introduced in Tanzania in 1993 was evaluated by means of a field experimental design in which the radio program was broadcast by seven mainland stations of Radio Tanzania. An eighth station broadcast alternative programming from 1993 to 1995, its listenership serving as a comparison area in which contemporaneous changes in family planning adoption were measured. The soap opera was subsequently broadcast nationwide from 1995 to 1997. Data about the effects of the radio soap opera were gathered in five annual surveys of about 2,750 households in the comparison and the treatment areas and from a sample of new family planning adopters in 79 health clinics. The soap opera had strong behavioral effects on family planning adoption; it increased listeners' self-efficacy regarding family planning adoption and influenced listeners to talk with their spouses and peers about contraception.
Fibrillar films obtained from sodium soap fibers and polyelectrolyte multilayers.
Zawko, Scott A; Schmidt, Christine E
2011-08-01
An objective of tissue engineering is to create synthetic polymer scaffolds with a fibrillar microstructure similar to the extracellular matrix. Here, we present a novel method for creating polymer fibers using the layer-by-layer method and sacrificial templates composed of sodium soap fibers. Soap fibers were prepared from neutralized fatty acids using a sodium chloride crystal dissolution method. Polyelectrolyte multilayers (PEMs) of polystyrene sulfonate and polyallylamine hydrochloride were deposited onto the soap fibers, crosslinked with glutaraldehyde, and then the soap fibers were leached with warm water and ethanol. The morphology of the resulting PEM structures was a dense network of fibers surrounded by a nonfibrillar matrix. Microscopy revealed that the PEM fibers were solid structures, presumably composed of polyelectrolytes complexed with residual fatty acids. These fibrillar PEM films were found to support the attachment of human dermal fibroblasts. Copyright © 2011 Wiley Periodicals, Inc.
Web Services as Public Services: Are We Supporting Our Busiest Service Point?
ERIC Educational Resources Information Center
Riley-Huff, Debra A.
2009-01-01
This article is an analysis of academic library organizational culture, patterns, and processes as they relate to Web services. Data gathered in a research survey is examined in an attempt to reveal current departmental and administrative attitudes, practices, and support for Web services in the library research environment. (Contains 10 tables.)
Sward, Katherine A; Newth, Christopher JL; Khemani, Robinder G; Cryer, Martin E; Thelen, Julie L; Enriquez, Rene; Shaoyu, Su; Pollack, Murray M; Harrison, Rick E; Meert, Kathleen L; Berg, Robert A; Wessel, David L; Shanley, Thomas P; Dalton, Heidi; Carcillo, Joseph; Jenkins, Tammara L; Dean, J Michael
2015-01-01
Objectives To examine the feasibility of deploying a virtual web service for sharing data within a research network, and to evaluate the impact on data consistency and quality. Material and Methods Virtual machines (VMs) encapsulated an open-source, semantically and syntactically interoperable secure web service infrastructure along with a shadow database. The VMs were deployed to 8 Collaborative Pediatric Critical Care Research Network Clinical Centers. Results Virtual web services could be deployed in hours. The interoperability of the web services reduced format misalignment from 56% to 1% and demonstrated that 99% of the data consistently transferred using the data dictionary and 1% needed human curation. Conclusions Use of virtualized open-source secure web service technology could enable direct electronic abstraction of data from hospital databases for research purposes. PMID:25796596
An Architecture for Autonomic Web Service Process Planning
NASA Astrophysics Data System (ADS)
Moore, Colm; Xue Wang, Ming; Pahl, Claus
Web service composition is a technology that has received considerable attention in the last number of years. Languages and tools to aid in the process of creating composite Web services have been received specific attention. Web service composition is the process of linking single Web services together in order to accomplish more complex tasks. One area of Web service composition that has not received as much attention is the area of dynamic error handling and re-planning, enabling autonomic composition. Given a repository of service descriptions and a task to complete, it is possible for AI planners to automatically create a plan that will achieve this goal. If however a service in the plan is unavailable or erroneous the plan will fail. Motivated by this problem, this paper suggests autonomous re-planning as a means to overcome dynamic problems. Our solution involves automatically recovering from faults and creating a context-dependent alternate plan. We present an architecture that serves as a basis for the central activities autonomous composition, monitoring and fault handling.
Domain-specific Web Service Discovery with Service Class Descriptions
DOE Office of Scientific and Technical Information (OSTI.GOV)
Rocco, D; Caverlee, J; Liu, L
2005-02-14
This paper presents DynaBot, a domain-specific web service discovery system. The core idea of the DynaBot service discovery system is to use domain-specific service class descriptions powered by an intelligent Deep Web crawler. In contrast to current registry-based service discovery systems--like the several available UDDI registries--DynaBot promotes focused crawling of the Deep Web of services and discovers candidate services that are relevant to the domain of interest. It uses intelligent filtering algorithms to match services found by focused crawling with the domain-specific service class descriptions. We demonstrate the capability of DynaBot through the BLAST service discovery scenario and describe ourmore » initial experience with DynaBot.« less
Available, intuitive and free! Building e-learning modules using web 2.0 services.
Tam, Chun Wah Michael; Eastwood, Anne
2012-01-01
E-learning is part of the mainstream in medical education and often provides the most efficient and effective means of engaging learners in a particular topic. However, translating design and content ideas into a useable product can be technically challenging, especially in the absence of information technology (IT) support. There is little published literature on the use of web 2.0 services to build e-learning activities. To describe the web 2.0 tools and solutions employed to build the GP Synergy evidence-based medicine and critical appraisal online course. We used and integrated a number of free web 2.0 services including: Prezi, a web-based presentation platform; YouTube, a video sharing service; Google Docs, a online document platform; Tiny.cc, a URL shortening service; and Wordpress, a blogging platform. The course consisting of five multimedia-rich, tutorial-like modules was built without IT specialist assistance or specialised software. The web 2.0 services used were free. The course can be accessed with a modern web browser. Modern web 2.0 services remove many of the technical barriers for creating and sharing content on the internet. When used synergistically, these services can be a flexible and low-cost platform for building e-learning activities. They were a pragmatic solution in our context.
Federal Register 2010, 2011, 2012, 2013, 2014
2011-05-17
...; Comment Request; NCI Cancer Genetics Services Directory Web-Based Application Form and Update Mailer... currently valid OMB control number. Proposed Collection: Title: NCI Cancer Genetics Services Directory Web... application form and the Web-based update mailer is to collect information about genetics professionals to be...
Nair, M K C; Leena, M L; Thankachi, Yamini; George, Babu; Russell, Paul Swamidhas Sudhakar
2013-11-01
To understand the problems faced and the difference in knowledge, attitude and practice of young people across the age group of 10-24 y on reproductive and sexual health issues and to get their suggestions regarding adolescent care services. This cross sectional community survey involving three districts in Kerala was conducted among adolescents and young adults of 10-24 y using a population proportion to sample size technique. The main problems faced by the young people between 10 and 24 y of age were financial, substance abuse in family, poor academic performance, difference of opinion, disease in self/family, mental problems, lack of talent, strict parents, difficulty in mingling, love failure, broken family, loneliness and problems at school/office in the descending order. As the age advances higher percentage of both boys (43.4%) and girls (61.7%) discuss reproductive sexual health issues among themselves. There was a statistically significant difference in personal hygiene practices like changing napkins/cloths more than once a day (94.3%), cleaning genital organs with soap every day (71.7%), washing after urination (69.2%), washing from front to back after defecation (62.2%) and washing hands with soap after defecation (73.2%) between 10-14, 15-19, and 20-24 y age group with higher percentages in the older groups. In order to make the service more useful, more of the older group participants suggested giving information on adolescent services to parents, adolescents and society as a whole by creating better societal acceptance and keeping confidentiality in service delivery. This study has shown an overall inadequacy in reproductive health knowledge in all age groups, but increasing knowledge gain and better attitude and practices on reproductive and sexual health as the age increases. The suggestions made by the group regarding need for adolescent reproductive sexual health (ARSH) and counseling services with privacy and confidentiality ensured, is useful for planning ARSH services under National Rural Health Mission.
Subotic-Kerry, Mirjana; King, Catherine; O'Moore, Kathleen; Achilles, Melinda; O'Dea, Bridianne
2018-03-23
Anxiety disorders and depression are prevalent among youth. General practitioners (GPs) are often the first point of professional contact for treating health problems in young people. A Web-based mental health service delivered in partnership with schools may facilitate increased access to psychological care among adolescents. However, for such a model to be implemented successfully, GPs' views need to be measured. This study aimed to examine the needs and attitudes of GPs toward a Web-based mental health service for adolescents, and to identify the factors that may affect the provision of this type of service and likelihood of integration. Findings will inform the content and overall service design. GPs were interviewed individually about the proposed Web-based service. Qualitative analysis of transcripts was performed using thematic coding. A short follow-up questionnaire was delivered to assess background characteristics, level of acceptability, and likelihood of integration of the Web-based mental health service. A total of 13 GPs participated in the interview and 11 completed a follow-up online questionnaire. Findings suggest strong support for the proposed Web-based mental health service. A wide range of factors were found to influence the likelihood of GPs integrating a Web-based service into their clinical practice. Coordinated collaboration with parents, students, school counselors, and other mental health care professionals were considered important by nearly all GPs. Confidence in Web-based care, noncompliance of adolescents and GPs, accessibility, privacy, and confidentiality were identified as potential barriers to adopting the proposed Web-based service. GPs were open to a proposed Web-based service for the monitoring and management of anxiety and depression in adolescents, provided that a collaborative approach to care is used, the feedback regarding the client is clear, and privacy and security provisions are assured. ©Mirjana Subotic-Kerry, Catherine King, Kathleen O'Moore, Melinda Achilles, Bridianne O'Dea. Originally published in JMIR Human Factors (http://humanfactors.jmir.org), 23.03.2018.
Gravity-driven soap film dynamics in subcritical regimes
NASA Astrophysics Data System (ADS)
Auliel, M. I.; Castro, F.; Sosa, R.; Artana, G.
2015-10-01
We undertake the analysis of soap-film dynamics with the classical approach of asymptotic expansions. We focus our analysis in vertical soap film tunnels operating in subcritical regimes with elastic Mach numbers Me=O(10-1) . Considering the associated set of nondimensional numbers that characterize this flow, we show that the flow behaves as a two-dimensional (2D) divergence free flow with variable mass density. When the soap film dynamics agrees with that of a 2D and almost constant mass density flow, the regions where the second invariant of the velocity gradient is non-null correspond to regions where the rate of change of film thickness is non-negligible.
Antibacterial properties of soap containing some fatty acid esters.
Pandey, N K; Natraj, C V; Kalle, G P; Nambudiry, M E
1985-02-01
Synopsis Chemical microbial inhibitors compatible with formulations of soaps and deodorant perfumes are more effective if they are substantive to the skin. However, highly effective inhibitors are toxic and their substantivity on skin may accentuate the toxicity. Natural compounds such as short to medium chain fatty acids and their derivatives, which are known to be germicidal, offer a viable alternative to chemical inhibitors. We report here the synthesis of sodium 2-lauroyloxy propionate and an in vivo method to test its substantivity on skin following its incorporation in soaps. Among several compounds tested, sodium 2-lauroyloxy propionate was found to be highly substantive in soap formulation.
Guanidine based vehicle/binders for use with oxides, metals and ceramics
NASA Technical Reports Server (NTRS)
Philipp, Warren H. (Inventor); Weitch, Lisa C. (Inventor); Jaskowiak, Martha H. (Inventor)
1995-01-01
The use of guanidine salts of organic fatty acids (guanidine soaps) as vehicles and binders for coating substrate surfaces is disclosed. Being completely organic, the guanidine soaps can be burned off leaving no undesirable residue. Of special interest is the use of guanidine 2-ethyl hexanoate as the vehicle and binder for coating problematic surfaces such as in coating alumina fibers with platinum or zirconia. For this application the guanidine soap is used as a melt. For other applications the guanidine soap may be used in a solution with a variety of solvents, the solution containing chlorometalates or powdered metals, refractories or ceramics.
PaaS for web applications with OpenShift Origin
NASA Astrophysics Data System (ADS)
Lossent, A.; Rodriguez Peon, A.; Wagner, A.
2017-10-01
The CERN Web Frameworks team has deployed OpenShift Origin to facilitate deployment of web applications and to improving efficiency in terms of computing resource usage. OpenShift leverages Docker containers and Kubernetes orchestration to provide a Platform-as-a-service solution oriented for web applications. We will review use cases and how OpenShift was integrated with other services such as source control, web site management and authentication services.
Federal Register 2010, 2011, 2012, 2013, 2014
2011-03-15
... Request; NCI Cancer Genetics Services Directory Web-Based Application Form and Update Mailer Summary: In... Cancer Genetics Services Directory Web-based Application Form and Update Mailer. [[Page 14035
Building asynchronous geospatial processing workflows with web services
NASA Astrophysics Data System (ADS)
Zhao, Peisheng; Di, Liping; Yu, Genong
2012-02-01
Geoscience research and applications often involve a geospatial processing workflow. This workflow includes a sequence of operations that use a variety of tools to collect, translate, and analyze distributed heterogeneous geospatial data. Asynchronous mechanisms, by which clients initiate a request and then resume their processing without waiting for a response, are very useful for complicated workflows that take a long time to run. Geospatial contents and capabilities are increasingly becoming available online as interoperable Web services. This online availability significantly enhances the ability to use Web service chains to build distributed geospatial processing workflows. This paper focuses on how to orchestrate Web services for implementing asynchronous geospatial processing workflows. The theoretical bases for asynchronous Web services and workflows, including asynchrony patterns and message transmission, are examined to explore different asynchronous approaches to and architecture of workflow code for the support of asynchronous behavior. A sample geospatial processing workflow, issued by the Open Geospatial Consortium (OGC) Web Service, Phase 6 (OWS-6), is provided to illustrate the implementation of asynchronous geospatial processing workflows and the challenges in using Web Services Business Process Execution Language (WS-BPEL) to develop them.
OneGeology Web Services and Portal as a global geological SDI - latest standards and technology
NASA Astrophysics Data System (ADS)
Duffy, Tim; Tellez-Arenas, Agnes
2014-05-01
The global coverage of OneGeology Web Services (www.onegeology.org and portal.onegeology.org) achieved since 2007 from the 120 participating geological surveys will be reviewed and issues arising discussed. Recent enhancements to the OneGeology Web Services capabilities will be covered including new up to 5 star service accreditation scheme utilising the ISO/OGC Web Mapping Service standard version 1.3, core ISO 19115 metadata additions and Version 2.0 Web Feature Services (WFS) serving the new IUGS-CGI GeoSciML V3.2 geological web data exchange language standard (http://www.geosciml.org/) with its associated 30+ IUGS-CGI available vocabularies (http://resource.geosciml.org/ and http://srvgeosciml.brgm.fr/eXist2010/brgm/client.html). Use of the CGI simpelithology and timescale dictionaries now allow those who wish to do so to offer data harmonisation to query their GeoSciML 3.2 based Web Feature Services and their GeoSciML_Portrayal V2.0.1 (http://www.geosciml.org/) Web Map Services in the OneGeology portal (http://portal.onegeology.org). Contributing to OneGeology involves offering to serve ideally 1:1000,000 scale geological data (in practice any scale now is warmly welcomed) as an OGC (Open Geospatial Consortium) standard based WMS (Web Mapping Service) service from an available WWW server. This may either be hosted within the Geological Survey or a neighbouring, regional or elsewhere institution that offers to serve that data for them i.e. offers to help technically by providing the web serving IT infrastructure as a 'buddy'. OneGeology is a standards focussed Spatial Data Infrastructure (SDI) and works to ensure that these standards work together and it is now possible for European Geological Surveys to register their INSPIRE web services within the OneGeology SDI (e.g. see http://www.geosciml.org/geosciml/3.2/documentation/cookbook/INSPIRE_GeoSciML_Cookbook%20_1.0.pdf). The Onegeology portal (http://portal.onegeology.org) is the first port of call for anyone wishing to discover the availability of global geological web services and has new functionality to view and use such services including multiple projection support. KEYWORDS : OneGeology; GeoSciML V 3.2; Data exchange; Portal; INSPIRE; Standards; OGC; Interoperability; GeoScience information; WMS; WFS; Cookbook.
Web Services and Other Enhancements at the Northern California Earthquake Data Center
NASA Astrophysics Data System (ADS)
Neuhauser, D. S.; Zuzlewski, S.; Allen, R. M.
2012-12-01
The Northern California Earthquake Data Center (NCEDC) provides data archive and distribution services for seismological and geophysical data sets that encompass northern California. The NCEDC is enhancing its ability to deliver rapid information through Web Services. NCEDC Web Services use well-established web server and client protocols and REST software architecture to allow users to easily make queries using web browsers or simple program interfaces and to receive the requested data in real-time rather than through batch or email-based requests. Data are returned to the user in the appropriate format such as XML, RESP, or MiniSEED depending on the service, and are compatible with the equivalent IRIS DMC web services. The NCEDC is currently providing the following Web Services: (1) Station inventory and channel response information delivered in StationXML format, (2) Channel response information delivered in RESP format, (3) Time series availability delivered in text and XML formats, (4) Single channel and bulk data request delivered in MiniSEED format. The NCEDC is also developing a rich Earthquake Catalog Web Service to allow users to query earthquake catalogs based on selection parameters such as time, location or geographic region, magnitude, depth, azimuthal gap, and rms. It will return (in QuakeML format) user-specified results that can include simple earthquake parameters, as well as observations such as phase arrivals, codas, amplitudes, and computed parameters such as first motion mechanisms, moment tensors, and rupture length. The NCEDC will work with both IRIS and the International Federation of Digital Seismograph Networks (FDSN) to define a uniform set of web service specifications that can be implemented by multiple data centers to provide users with a common data interface across data centers. The NCEDC now hosts earthquake catalogs and waveforms from the US Department of Energy (DOE) Enhanced Geothermal Systems (EGS) monitoring networks. These data can be accessed through the above web services and through special NCEDC web pages.
Preference and compliance of waterless hand-hygiene products versus soap and water.
Carr, Michele P; Sullivan, Stefanie; Gilmore, Jenny; Rashid, Robert G
2003-09-01
To compare handwashing using traditional antimicrobial soap and water with two antimicrobial waterless hand-hygiene products for personal preference and compliance. Fifty dental and dental hygiene students were randomly chosen to participate in the study. All subjects were anonymously observed prior to the introduction of the waterless products for handwashing compliance using soap and water for 1 week. All subjects were then instructed on the use of a waterless gel and foam for handwashing. Both waterless products were used for a period of 1 week and students again were anonymously observed. A questionnaire was distributed at the conclusion of the study to determine product preference. During handwashing with soap and water, the average time the soap was in contact with the hands was 7.0 seconds. The average contact time with the gel and foam was 15.3 seconds and 20.0 seconds, respectfully. Questionnaire results indicated that the foam was significantly preferred over the gel and soap and water (54%, 28% and 16%, respectively). The foam was also significantly preferred when evaluating fragrance (52%), kindness to the skin (66%), convenience (64%) and fastest drying time (54%). Results from this study indicate that the waterless foam product was significantly preferred over the waterless gel and traditional soap and water for handwashing procedures. Since handwashing guidelines, regardless of which product used, recommend a minimum of 15 seconds to minimize the number of transient microorganisms on the hands, compliance was found only with the foam and the gel.
Communication networks, soap films and vectors
NASA Astrophysics Data System (ADS)
Clark, R. C.
1981-01-01
The problem of constructing the least-cost network of connections between arbitrarily placed points is one that is common and which can be very important financially. The network may consist of motorways between towns, a grid of electric power lines, buried gas or oil pipe lines or telephone cables. Soap films trapped between parallel planes with vertical pins between them provide a 'shortest path' network and Isenberg (1975) has suggested that soap films of this sort be used to model communication networks. However soap films are unable to simulate the different costs of laying, say, a three-lane motorway instead of a two-lane one or of using a larger pipeline to take the flow from two smaller ones. Soap films, however, have considerable intrinsic interest. In the article the emphasis is on the use of soap films and communication networks as a practical means of illustrating the importance of vector and matrix methods in geometry. The power of vector methods is illustrated by the fact that given any soap film network the total length of the film can be written down by inspection if the vector positions of the pins are known. It is also possible to predict the boundaries at which 'catastrophes' occur and to decide which network has the least total length. In the field of communication networks a method is given of designing the minimum cost network linking, say, a number of oilwells, which produce at different rates to an outlet terminal.
Szumlas, Daniel E
2002-04-01
Behavioral responses and mortality of the German cockroach, Blattella germanica (L.), after exposure to solutions of common household dishwashing liquid diluted in tap water without other known insecticidal active ingredients are described. Soap solutions of 0.05, 0.1, 0.25, 0.5, 1.0, 2.0, 3.0, 4.0, and 5.0% were tested on first and second instars, fifth and sixth instars, and adults. Cockroaches were treated individually or in groups. Behavioral observations after treatment included an immediate knockdown period, an awakening and a struggle period, an unresponsive period, and either death or recovery between 30 min and 18 h after treatment. Probit analysis gave an excellent fit of unresponsive rates 18 h after treatment with the various soap concentrations, and LD50 and LD99 values were calculated to be 0.4 and 3.0% soap, respectively. Adult females were the most difficult to kill, but at soap concentrations of 1% or higher, 95% or greater unresponsiveness and death occurred. Soap concentrations of 3% or greater resulted in 100% unresponsiveness after 3 min, and eventually resulted in 100% mortality within 72 h for all adults and nymphs treated. Observations on the mode and site of action for soap are consistent with the blockage of spiracles and/or tracheae that results in asphyxiation and death. Future investigations into the efficacy of soaps against other arthropod groups are warranted and may be beneficial in certain situations.
A meta-analysis of the published literature on the effectiveness of antimicrobial soaps.
Montville, Rebecca; Schaffner, Donald W
2011-11-01
The goal of this research was to conduct a systematic quantitative analysis of the existing data in the literature in order to determine if there is a difference between antimicrobial and nonantimicrobial soaps and to identify the methodological factors that might affect this difference. Data on hand washing efficacy and experimental conditions (sample size, wash duration, soap quantity, challenge organism, inoculum size, and neutralization method) from published studies were compiled and transferred to a relational database. A total of 25 publications, containing 374 observations, met the study selection criteria. The majority of the studies included fewer than 15 observations with each treatment and included a direct comparison between nonantimicrobial soap and antimicrobial soap. Although differences in efficacy between antimicrobial and nonantimicrobial soap were small (∼0.5-log CFU reduction difference), antimicrobial soap produced consistently statistically significantly greater reductions. This difference was true for any of the antimicrobial compounds investigated where n was >20 (chlorhexidine gluconate, iodophor, triclosan, or povidone). Average log reductions were statistically significantly greater (∼2 log CFU) when either gram-positive or gram-negative transient organisms were deliberately added to hands compared with experiments done with resident hand flora (∼0.5 log CFU). Our findings support the importance of using a high initial inoculum on the hands, well above the detection limit. The inherent variability in hand washing seen in the published literature underscores the importance of using a sufficiently large sample size to detect differences when they occur.
Research of three level match method about semantic web service based on ontology
NASA Astrophysics Data System (ADS)
Xiao, Jie; Cai, Fang
2011-10-01
An important step of Web service Application is the discovery of useful services. Keywords are used in service discovery in traditional technology like UDDI and WSDL, with the disadvantage of user intervention, lack of semantic description and low accuracy. To cope with these problems, OWL-S is introduced and extended with QoS attributes to describe the attribute and functions of Web Services. A three-level service matching algorithm based on ontology and QOS in proposed in this paper. Our algorithm can match web service by utilizing the service profile, QoS parameters together with input and output of the service. Simulation results shows that it greatly enhanced the speed of service matching while high accuracy is also guaranteed.
Interoperability And Value Added To Earth Observation Data
NASA Astrophysics Data System (ADS)
Gasperi, J.
2012-04-01
Geospatial web services technology has provided a new means for geospatial data interoperability. Open Geospatial Consortium (OGC) services such as Web Map Service (WMS) to request maps on the Internet, Web Feature Service (WFS) to exchange vectors or Catalog Service for the Web (CSW) to search for geospatialized data have been widely adopted in the Geosciences community in general and in the remote sensing community in particular. These services make Earth Observation data available to a wider range of public users than ever before. The mapshup web client offers an innovative and efficient user interface that takes advantage of the power of interoperability. This presentation will demonstrate how mapshup can be effectively used in the context of natural disasters management.
SSWAP: A Simple Semantic Web Architecture and Protocol for semantic web services
Gessler, Damian DG; Schiltz, Gary S; May, Greg D; Avraham, Shulamit; Town, Christopher D; Grant, David; Nelson, Rex T
2009-01-01
Background SSWAP (Simple Semantic Web Architecture and Protocol; pronounced "swap") is an architecture, protocol, and platform for using reasoning to semantically integrate heterogeneous disparate data and services on the web. SSWAP was developed as a hybrid semantic web services technology to overcome limitations found in both pure web service technologies and pure semantic web technologies. Results There are currently over 2400 resources published in SSWAP. Approximately two dozen are custom-written services for QTL (Quantitative Trait Loci) and mapping data for legumes and grasses (grains). The remaining are wrappers to Nucleic Acids Research Database and Web Server entries. As an architecture, SSWAP establishes how clients (users of data, services, and ontologies), providers (suppliers of data, services, and ontologies), and discovery servers (semantic search engines) interact to allow for the description, querying, discovery, invocation, and response of semantic web services. As a protocol, SSWAP provides the vocabulary and semantics to allow clients, providers, and discovery servers to engage in semantic web services. The protocol is based on the W3C-sanctioned first-order description logic language OWL DL. As an open source platform, a discovery server running at (as in to "swap info") uses the description logic reasoner Pellet to integrate semantic resources. The platform hosts an interactive guide to the protocol at , developer tools at , and a portal to third-party ontologies at (a "swap meet"). Conclusion SSWAP addresses the three basic requirements of a semantic web services architecture (i.e., a common syntax, shared semantic, and semantic discovery) while addressing three technology limitations common in distributed service systems: i.e., i) the fatal mutability of traditional interfaces, ii) the rigidity and fragility of static subsumption hierarchies, and iii) the confounding of content, structure, and presentation. SSWAP is novel by establishing the concept of a canonical yet mutable OWL DL graph that allows data and service providers to describe their resources, to allow discovery servers to offer semantically rich search engines, to allow clients to discover and invoke those resources, and to allow providers to respond with semantically tagged data. SSWAP allows for a mix-and-match of terms from both new and legacy third-party ontologies in these graphs. PMID:19775460
39 CFR 3001.12 - Service of documents.
Code of Federal Regulations, 2010 CFR
2010-07-01
... or presiding officer has determined is unable to receive service through the Commission's Web site... presiding officer has determined is unable to receive service through the Commission Web site shall be by... service list for each current proceeding will be available on the Commission's Web site http://www.prc.gov...
ChemCalc: a building block for tomorrow's chemical infrastructure.
Patiny, Luc; Borel, Alain
2013-05-24
Web services, as an aspect of cloud computing, are becoming an important part of the general IT infrastructure, and scientific computing is no exception to this trend. We propose a simple approach to develop chemical Web services, through which servers could expose the essential data manipulation functionality that students and researchers need for chemical calculations. These services return their results as JSON (JavaScript Object Notation) objects, which facilitates their use for Web applications. The ChemCalc project http://www.chemcalc.org demonstrates this approach: we present three Web services related with mass spectrometry, namely isotopic distribution simulation, peptide fragmentation simulation, and molecular formula determination. We also developed a complete Web application based on these three Web services, taking advantage of modern HTML5 and JavaScript libraries (ChemDoodle and jQuery).
Can They Plan to Teach with Web 2.0? Future Teachers' Potential Use of the Emerging Web
ERIC Educational Resources Information Center
Kale, Ugur
2014-01-01
This study examined pre-service teachers' potential use of Web 2.0 technologies for teaching. A coding scheme incorporating the Technological Pedagogical Content Knowledge (TPACK) framework guided the analysis of pre-service teachers' Web 2.0-enhanced learning activity descriptions. The results indicated that while pre-service teachers were able…
ERIC Educational Resources Information Center
Kostka, Kimberly L.; McKay, David D.
2002-01-01
Explores the confluence of cultural and technological changes that led to the transformation of soap into a ubiquitous and well-used object. Picks up the timeline for the development of soap in the early American republic when soapmaking was a householder's task. Traces the rise of the American cleanliness movement and correlates the rise to…
Jensen, Dane A; Macinga, David R; Shumaker, David J; Bellino, Roberto; Arbogast, James W; Schaffner, Donald W
2017-06-01
The literature on hand washing, while extensive, often contains conflicting data, and key variables are only superficially studied or not studied at all. Some hand washing recommendations are made without scientific support, and agreement between recommendations is limited. The influence of key variables such as soap volume, lather time, water temperature, and product formulation on hand washing efficacy was investigated in the present study. Baseline conditions were 1 mL of a bland (nonantimicrobial) soap, a 5-s lather time, and 38°C (100°F) water temperature. A nonpathogenic strain of Escherichia coli (ATCC 11229) was the challenge microorganism. Twenty volunteers (10 men and 10 women) participated in the study, and each test condition had 20 replicates. An antimicrobial soap formulation (1% chloroxylenol) was not significantly more effective than the bland soap for removing E. coli under a variety of test conditions. Overall, the mean reduction was 1.94 log CFU (range, 1.83 to 2.10 log CFU) with the antimicrobial soap and 2.22 log CFU (range, 1.91 to 2.54 log CFU) with the bland soap. Overall, lather time significantly influenced efficacy in one scenario, in which a 0.5-log greater reduction was observed after 20 s with bland soap compared with the baseline wash (P = 0.020). Water temperature as high as 38°C (100°F) and as low as 15°C (60°F) did not have a significant effect on the reduction of bacteria during hand washing; however, the energy usage differed between these temperatures. No significant differences were observed in mean log reductions experienced by men and women (both 2.08 log CFU; P = 0.988). A large part of the variability in the data was associated with the behaviors of the volunteers. Understanding what behaviors and human factors most influence hand washing may help researchers find techniques to optimize the effectiveness of hand washing.
Adopting and adapting a commercial view of web services for the Navy
NASA Astrophysics Data System (ADS)
Warner, Elizabeth; Ladner, Roy; Katikaneni, Uday; Petry, Fred
2005-05-01
Web Services are being adopted as the enabling technology to provide net-centric capabilities for many Department of Defense operations. The Navy Enterprise Portal, for example, is Web Services-based, and the Department of the Navy is promulgating guidance for developing Web Services. Web Services, however, only constitute a baseline specification that provides the foundation on which users, under current approaches, write specialized applications in order to retrieve data over the Internet. Application development may increase dramatically as the number of different available Web Services increases. Reasons for specialized application development include XML schema versioning differences, adoption/use of diverse business rules, security access issues, and time/parameter naming constraints, among others. We are currently developing for the US Navy a system which will improve delivery of timely and relevant meteorological and oceanographic (MetOc) data to the warfighter. Our objective is to develop an Advanced MetOc Broker (AMB) that leverages Web Services technology to identify, retrieve and integrate relevant MetOc data in an automated manner. The AMB will utilize a Mediator, which will be developed by applying ontological research and schema matching techniques to MetOc forms of data. The AMB, using the Mediator, will support a new, advanced approach to the use of Web Services; namely, the automated identification, retrieval and integration of MetOc data. Systems based on this approach will then not require extensive end-user application development for each Web Service from which data can be retrieved. Users anywhere on the globe will be able to receive timely environmental data that fits their particular needs.
Discovery Mechanisms for the Sensor Web
Jirka, Simon; Bröring, Arne; Stasch, Christoph
2009-01-01
This paper addresses the discovery of sensors within the OGC Sensor Web Enablement framework. Whereas services like the OGC Web Map Service or Web Coverage Service are already well supported through catalogue services, the field of sensor networks and the according discovery mechanisms is still a challenge. The focus within this article will be on the use of existing OGC Sensor Web components for realizing a discovery solution. After discussing the requirements for a Sensor Web discovery mechanism, an approach will be presented that was developed within the EU funded project “OSIRIS”. This solution offers mechanisms to search for sensors, exploit basic semantic relationships, harvest sensor metadata and integrate sensor discovery into already existing catalogues. PMID:22574038
AdaFF: Adaptive Failure-Handling Framework for Composite Web Services
NASA Astrophysics Data System (ADS)
Kim, Yuna; Lee, Wan Yeon; Kim, Kyong Hoon; Kim, Jong
In this paper, we propose a novel Web service composition framework which dynamically accommodates various failure recovery requirements. In the proposed framework called Adaptive Failure-handling Framework (AdaFF), failure-handling submodules are prepared during the design of a composite service, and some of them are systematically selected and automatically combined with the composite Web service at service instantiation in accordance with the requirement of individual users. In contrast, existing frameworks cannot adapt the failure-handling behaviors to user's requirements. AdaFF rapidly delivers a composite service supporting the requirement-matched failure handling without manual development, and contributes to a flexible composite Web service design in that service architects never care about failure handling or variable requirements of users. For proof of concept, we implement a prototype system of the AdaFF, which automatically generates a composite service instance with Web Services Business Process Execution Language (WS-BPEL) according to the users' requirement specified in XML format and executes the generated instance on the ActiveBPEL engine.
A New Approach for Semantic Web Matching
NASA Astrophysics Data System (ADS)
Zamanifar, Kamran; Heidary, Golsa; Nematbakhsh, Naser; Mardukhi, Farhad
In this work we propose a new approach for semantic web matching to improve the performance of Web Service replacement. Because in automatic systems we should ensure the self-healing, self-configuration, self-optimization and self-management, all services should be always available and if one of them crashes, it should be replaced with the most similar one. Candidate services are advertised in Universal Description, Discovery and Integration (UDDI) all in Web Ontology Language (OWL). By the help of bipartite graph, we did the matching between the crashed service and a Candidate one. Then we chose the best service, which had the maximum rate of matching. In fact we compare two services' functionalities and capabilities to see how much they match. We found that the best way for matching two web services, is comparing the functionalities of them.
Climatological Data Option in My Weather Impacts Decision Aid (MyWIDA) Overview
2017-07-18
rules. It consists of 2 databases, a data service server, a collection of web service, and web applications that show weather impacts on selected...3.1.2 ClimoDB 5 3.2 Data Service 5 3.2.1 Data Requestor 5 3.2.2 Data Decoder 6 3.2.3 Post Processor 6 3.2.4 Job Scheduler 6 3.3 Web Service 6...6.1 Additional Data Option 9 6.2 Impact Overlay Web Service 9 6.3 Graphical User Interface 9 7. References 10 List of Symbols, Abbreviations, and
Processing biological literature with customizable Web services supporting interoperable formats.
Rak, Rafal; Batista-Navarro, Riza Theresa; Carter, Jacob; Rowley, Andrew; Ananiadou, Sophia
2014-01-01
Web services have become a popular means of interconnecting solutions for processing a body of scientific literature. This has fuelled research on high-level data exchange formats suitable for a given domain and ensuring the interoperability of Web services. In this article, we focus on the biological domain and consider four interoperability formats, BioC, BioNLP, XMI and RDF, that represent domain-specific and generic representations and include well-established as well as emerging specifications. We use the formats in the context of customizable Web services created in our Web-based, text-mining workbench Argo that features an ever-growing library of elementary analytics and capabilities to build and deploy Web services straight from a convenient graphical user interface. We demonstrate a 2-fold customization of Web services: by building task-specific processing pipelines from a repository of available analytics, and by configuring services to accept and produce a combination of input and output data interchange formats. We provide qualitative evaluation of the formats as well as quantitative evaluation of automatic analytics. The latter was carried out as part of our participation in the fourth edition of the BioCreative challenge. Our analytics built into Web services for recognizing biochemical concepts in BioC collections achieved the highest combined scores out of 10 participating teams. Database URL: http://argo.nactem.ac.uk. © The Author(s) 2014. Published by Oxford University Press.
Processing biological literature with customizable Web services supporting interoperable formats
Rak, Rafal; Batista-Navarro, Riza Theresa; Carter, Jacob; Rowley, Andrew; Ananiadou, Sophia
2014-01-01
Web services have become a popular means of interconnecting solutions for processing a body of scientific literature. This has fuelled research on high-level data exchange formats suitable for a given domain and ensuring the interoperability of Web services. In this article, we focus on the biological domain and consider four interoperability formats, BioC, BioNLP, XMI and RDF, that represent domain-specific and generic representations and include well-established as well as emerging specifications. We use the formats in the context of customizable Web services created in our Web-based, text-mining workbench Argo that features an ever-growing library of elementary analytics and capabilities to build and deploy Web services straight from a convenient graphical user interface. We demonstrate a 2-fold customization of Web services: by building task-specific processing pipelines from a repository of available analytics, and by configuring services to accept and produce a combination of input and output data interchange formats. We provide qualitative evaluation of the formats as well as quantitative evaluation of automatic analytics. The latter was carried out as part of our participation in the fourth edition of the BioCreative challenge. Our analytics built into Web services for recognizing biochemical concepts in BioC collections achieved the highest combined scores out of 10 participating teams. Database URL: http://argo.nactem.ac.uk. PMID:25006225
Yu, Jinchao; Vavrusa, Marek; Andreani, Jessica; Rey, Julien; Tufféry, Pierre; Guerois, Raphaël
2016-01-01
The structural modeling of protein–protein interactions is key in understanding how cell machineries cross-talk with each other. Molecular docking simulations provide efficient means to explore how two unbound protein structures interact. InterEvDock is a server for protein docking based on a free rigid-body docking strategy. A systematic rigid-body docking search is performed using the FRODOCK program and the resulting models are re-scored with InterEvScore and SOAP-PP statistical potentials. The InterEvScore potential was specifically designed to integrate co-evolutionary information in the docking process. InterEvDock server is thus particularly well suited in case homologous sequences are available for both binding partners. The server returns 10 structures of the most likely consensus models together with 10 predicted residues most likely involved in the interface. In 91% of all complexes tested in the benchmark, at least one residue out of the 10 predicted is involved in the interface, providing useful guidelines for mutagenesis. InterEvDock is able to identify a correct model among the top10 models for 49% of the rigid-body cases with evolutionary information, making it a unique and efficient tool to explore structural interactomes under an evolutionary perspective. The InterEvDock web interface is available at http://bioserv.rpbs.univ-paris-diderot.fr/services/InterEvDock/. PMID:27131368
Gonçalves, Giovana M; Brianezi, Gabrielli; Miot, Hélio Amante
2017-01-01
The pH of the skin is slightly acidic (4.6 to 5.8) which is important for appropriate antibacterial, antifungal, constitution of barrier function, as well as structuring and maturation of the stratum corneum. This study aimed to evaluate the pH of the main commercial moisturizers and liquid soaps in Brazil. Thus, pH of the products was quantified by pH meter in three measurements. A total of 38 moisturizers and six commercial liquid soaps were evaluated. Mean pH of 63% and 50% of the moisturizing and liquid soaps presented results above 5.5, disfavoring repair, function, and synthesis of dermal barrier.
Exploring NASA GES DISC Data with Interoperable Services
NASA Technical Reports Server (NTRS)
Zhao, Peisheng; Yang, Wenli; Hegde, Mahabal; Wei, Jennifer C.; Kempler, Steven; Pham, Long; Teng, William; Savtchenko, Andrey
2015-01-01
Overview of NASA GES DISC (NASA Goddard Earth Science Data and Information Services Center) data with interoperable services: Open-standard and Interoperable Services Improve data discoverability, accessibility, and usability with metadata, catalogue and portal standards Achieve data, information and knowledge sharing across applications with standardized interfaces and protocols Open Geospatial Consortium (OGC) Data Services and Specifications Web Coverage Service (WCS) -- data Web Map Service (WMS) -- pictures of data Web Map Tile Service (WMTS) --- pictures of data tiles Styled Layer Descriptors (SLD) --- rendered styles.
31 CFR 515.578 - Exportation of certain services incident to Internet-based communications.
Code of Federal Regulations, 2010 CFR
2010-07-01
... Internet, such as instant messaging, chat and email, social networking, sharing of photos and movies, web... direct or indirect exportation of web-hosting services that are for purposes other than personal communications (e.g., web-hosting services for commercial endeavors) or of domain name registration services. (4...
31 CFR 515.578 - Exportation of certain services incident to Internet-based communications.
Code of Federal Regulations, 2011 CFR
2011-07-01
... Internet, such as instant messaging, chat and email, social networking, sharing of photos and movies, web... direct or indirect exportation of web-hosting services that are for purposes other than personal communications (e.g., web-hosting services for commercial endeavors) or of domain name registration services. (4...
REMORA: a pilot in the ocean of BioMoby web-services.
Carrere, Sébastien; Gouzy, Jérôme
2006-04-01
Emerging web-services technology allows interoperability between multiple distributed architectures. Here, we present REMORA, a web server implemented according to the BioMoby web-service specifications, providing life science researchers with an easy-to-use workflow generator and launcher, a repository of predefined workflows and a survey system. Jerome.Gouzy@toulouse.inra.fr The REMORA web server is freely available at http://bioinfo.genopole-toulouse.prd.fr/remora, sources are available upon request from the authors.
jORCA: easily integrating bioinformatics Web Services.
Martín-Requena, Victoria; Ríos, Javier; García, Maximiliano; Ramírez, Sergio; Trelles, Oswaldo
2010-02-15
Web services technology is becoming the option of choice to deploy bioinformatics tools that are universally available. One of the major strengths of this approach is that it supports machine-to-machine interoperability over a network. However, a weakness of this approach is that various Web Services differ in their definition and invocation protocols, as well as their communication and data formats-and this presents a barrier to service interoperability. jORCA is a desktop client aimed at facilitating seamless integration of Web Services. It does so by making a uniform representation of the different web resources, supporting scalable service discovery, and automatic composition of workflows. Usability is at the top of the jORCA agenda; thus it is a highly customizable and extensible application that accommodates a broad range of user skills featuring double-click invocation of services in conjunction with advanced execution-control, on the fly data standardization, extensibility of viewer plug-ins, drag-and-drop editing capabilities, plus a file-based browsing style and organization of favourite tools. The integration of bioinformatics Web Services is made easier to support a wider range of users. .
National Centers for Environmental Prediction
. Government's official Web portal to all Federal, state and local government Web resources and services. MISSION Web Page [scroll down to "Verification" Section] HRRR Verification at NOAA ESRL HRRR Web Verification Web Page NOAA / National Weather Service National Centers for Environmental Prediction
Component, Context, and Manufacturing Model Library (C2M2L)
2012-11-01
123 5.1 MML Population and Web Service Interface...104 Table 41. Relevant Questions with Associated Web Services...the models, and implementing web services that provide semantically aware programmatic access to the models, including implementing the MS&T
Generating Soap Bubbles by Blowing on Soap Films
NASA Astrophysics Data System (ADS)
Salkin, Louis; Schmit, Alexandre; Panizza, Pascal; Courbin, Laurent
2016-02-01
Making soap bubbles by blowing air on a soap film is an enjoyable activity, yet a poorly understood phenomenon. Working either with circular bubble wands or long-lived vertical soap films having an adjustable steady state thickness, we investigate the formation of such bubbles when a gas is blown through a nozzle onto a film. We vary film size, nozzle radius, space between the film and nozzle, and gas density, and we measure the gas velocity threshold above which bubbles are formed. The response is sensitive to containment, i.e., the ratio between film and jet sizes, and dissipation in the turbulent gas jet, which is a function of the distance from the film to the nozzle. We rationalize the observed four different regimes by comparing the dynamic pressure exerted by the jet on the film and the Laplace pressure needed to create the curved surface of a bubble. This simple model allows us to account for the interplay between hydrodynamic, physicochemical, and geometrical factors.
NASA Astrophysics Data System (ADS)
Oshagh, M.; Boisse, I.; Boué, G.; Montalto, M.; Santos, N. C.; Bonfils, X.; Haghighipour, N.
2013-01-01
We present an improved version of SOAP named "SOAP-T", which can generate the radial velocity variations and light curves for systems consisting of a rotating spotted star with a transiting planet. This tool can be used to study the anomalies inside transit light curves and the Rossiter-McLaughlin effect, to better constrain the orbital configuration and properties of planetary systems and the active zones of their host stars. Tests of the code are presented to illustrate its performance and to validate its capability when compared with analytical models and real data. Finally, we apply SOAP-T to the active star, HAT-P-11, observed by the NASA Kepler space telescope and use this system to discuss the capability of this tool in analyzing light curves for the cases where the transiting planet overlaps with the star's spots. The tool's public interface is available at http://www.astro.up.pt/resources/soap-t/
Ethical Gifts?: An Analysis of Soap-for-data Transactions in Malawian Survey Research Worlds.
Biruk, Crystal
2017-09-01
In 2008, thousands of Malawians received soap from an American research project as a gift for survey participation. Soap was deemed an ethical, non-coercive gift by researchers and ethics boards, but took on meanings that expressed recipients' grievances and aspirations. Research participants reframed soap and research benefits as "rights" they are entitled to, wages for "work," and a symbol of exploitation. Enlisting the perspectives of Malawi's ethics board, demographers, Malawian fieldworkers, and research participants, I describe how soap is spoken about and operates in research worlds. I suggest that neither a prescriptive nor a situated frame for ethics-with their investments in standardization and attention to context, respectively-provides answers about how to compensate Malawian research participants. The conclusion gestures toward a reparative framework for thinking ethics that is responsive not just to project-based parameters but also to the histories and political economy in which projects (and ethics) are situated. © 2017 by the American Anthropological Association.
Moser, Eileen M; Huang, Grace C; Packer, Clifford D; Glod, Susan; Smith, Cynthia D; Alguire, Patrick C; Fazio, Sara B
2016-03-01
Medical students must learn how to practice high-value, cost-conscious care. By modifying the traditional SOAP (Subjective-Objective-Assessment-Plan) presentation to include a discussion of value (SOAP-V), we developed a cognitive forcing function designed to promote discussion of high-value, cost-conscious care during patient delivery. The SOAP-V model prompts the student to consider (1) the evidence that supports a test or treatment, (2) the patient's preferences and values, and (3) the financial cost of a test or treatment compared to alternatives. Students report their findings to their teams during patient care rounds. This tool has been successfully used at 3 medical schools. Preliminary results find that students who have been trained in SOAP-V feel more empowered to address the economic healthcare crisis, are more comfortable in initiating discussions about value, and are more likely to consider potential costs to the healthcare system. © 2015 Society of Hospital Medicine.
Generating Soap Bubbles by Blowing on Soap Films.
Salkin, Louis; Schmit, Alexandre; Panizza, Pascal; Courbin, Laurent
2016-02-19
Making soap bubbles by blowing air on a soap film is an enjoyable activity, yet a poorly understood phenomenon. Working either with circular bubble wands or long-lived vertical soap films having an adjustable steady state thickness, we investigate the formation of such bubbles when a gas is blown through a nozzle onto a film. We vary film size, nozzle radius, space between the film and nozzle, and gas density, and we measure the gas velocity threshold above which bubbles are formed. The response is sensitive to containment, i.e., the ratio between film and jet sizes, and dissipation in the turbulent gas jet, which is a function of the distance from the film to the nozzle. We rationalize the observed four different regimes by comparing the dynamic pressure exerted by the jet on the film and the Laplace pressure needed to create the curved surface of a bubble. This simple model allows us to account for the interplay between hydrodynamic, physicochemical, and geometrical factors.
Baij, Lambert; Hermans, Joen J; Keune, Katrien; Iedema, Piet
2018-06-18
The formation of metal soaps (metal complexes of saturated fatty acids) is a serious problem affecting the appearance and structural integrity of many oil paintings. Tailored model systems for aged oil paint and time-dependent attenuated total reflection Fourier transform infrared (ATR-FTIR) spectroscopy were used to study the diffusion of palmitic acid and subsequent metal soap crystallization. The simultaneous presence of free saturated fatty acids and polymer-bound metal carboxylates leads to rapid metal soap crystallization, following a complex mechanism that involves both acid and metal diffusion. Solvent flow, water, and pigments all enhance metal soap crystallization in the model systems. These results contribute to the development of paint cleaning strategies, a better understanding of oil paint degradation, and highlight the potential of time-dependent ATR-FTIR spectroscopy for studying dynamic processes in polymer films. © 2018 The Authors. Published by Wiley-VCH Verlag GmbH & Co. KGaA.
Lipase pre-hydrolysis enhance anaerobic biodigestion of soap stock from an oil refining industry.
Cherif, Slim; Aloui, Fathi; Carrière, Frédéric; Sayadi, Sami
2014-01-01
A novel alcalophilic Staphylococcus haemolyticus strain with the lipolytic activity was used to perform enzymatic hydrolysis pretreatment of soap stock: a lipid rich solid waste from an oil refining industry. The culture liquid of the selected bacteria and an enzymatic preparation obtained by precipitation with ammonium sulphate from a filtrate of the same culture liquid were used for enzymatic pretreatment. The hydrolysis was carried with different incubation concentrations (10, 20 and 30%) of soap stock and the pretreatment efficiency was verified by running comparative biodegradability tests (crude and treated lipid waste). All pretreated assays showed higher reaction rate compared to crude lipid waste, which was confirmed by the increased levels of biogas production. The pretreatment of solutions containing 10% emulsified soap stock was optimized for 24 h hydrolysis time, enabling high-biogaz formation (800 ml). The use of enzymatic pre-treatment seemed to be a very promising alternative for treating soap stock having high fat contents.
STUDIES UPON CALCAREOUS DEGENERATION
Klotz, Oskar
1905-01-01
It will be seen from the above that we have studied the conditions associated with the deposit of calcareous salts: (I) in connection with normal and pathological ossification, and (2) in pathological calcification as exhibited in (a) atheroma of the vessels; (b) calcification of caseating tubercular lesions; (c) calcification of inflammatory new growth, and (d) degenerating tumors; and we have induced experimentally deposits of calcareous salts in the lower animals: (a) within celloidin capsules containing fats and soaps; (b) in the kidney, and (c) in connection with fat necrosis. I. We have found that bone formation and pathological calcareous infiltration are wholly distinct processes. In the former there is no evidence of associated fatty change, and the cells associated with the process of deposition of calcium are functionally active. In the latter there is an antecedent fatty change in the affected areas, and the cells involved present constant evidences of degeneration. The view that would seem to account best for the changes observed in the latter case is that with lowered vitality the cells are unable to utilize the products brought to them by the blood, or which they continue to absorb, so that the normal series of decompositions associated with their metabolism fails to take place and hence they interact among themselves in the cytoplasm with the result that insoluble compounds replace soluble ones. II. Besides the fact that calcification is always preceded by fatty change within the cells, another fact should be emphasized. namely: that combination of the fats present with calcium salts to form calcium soaps tends to occur. The stages immediately preceding these are difficult to follow with anything approaching certainty, perhaps because the earlier stages vary under different conditions. In fat necrosis, for instance, the cells affected are normally storehouses for neutral fats, and as long as they remain healthy neutral fats alone are present in them. When they are subjected to the action of the pancreatic juice with its fat-splitting ferment the cells are killed and coincidently the neutral fats are decomposed, fatty acids being deposited. The fatty acids now slowly combine with the calcium salts. In degenerating lipomata the process would seem to be similar. But in other cases the cells are not obviously fat-containing in the normal state; nevertheless prior to calcification they undergo so-called fatty degeneration, which is really a form of cell degeneration accompanied by fat infiltration. As regards the source of the cell fats in general we may safely accept: 1. That fats are transported in the blood as diffusible soaps. 2. That taken up by the cells these soaps may either— (a) Be reconverted into neutral fats and become stored in the cytoplasm as such, or (b) undergo assimilation proper, becoming part and parcel of the cell substance, in which case they are not recognizable by the ordinary microchemical tests. 3. If these two possibilities be accepted it follows that the appearance of fats and soaps in the degenerating cell may be due to either— (a) Absorption or infiltration of soaps from the surrounding medium, the degenerating cell retaining the power of splitting off the fat but being unable to utilize this in metabolism. (b) Cytoplasmic disintegration with dissociation of the soap-albumen combination or, more broadly, liberation of the fats from their combination with the cytoplasm. The appearances seen in the cells of atheromatous areas indicate that the first of these does occur. III. In areas undergoing calcareous infiltration we have demonstrated. the presence of soaps, and this often in such quantities that they can be isolated and estimated by gross chemical methods. By microchemical methods also we have been able to show that after removing all the neutral fats and fatty acids by petroleum ether there remains behind a substance giving with Sudan III the reaction we associate with the presence of soap. And experimentally we have produced these soaps within the organism, more particularly by placing capsules containing fats and fatty acids within the tissues and after several days finding that the capsules contain calcium soaps and possess a calcium content far in excess of that of the normal blood and lymph. IV. While these are the facts, certain of the details of this reaction demand elucidation. The existence of sodium and it may be potassium soaps in the degenerated cells is comprehensible if we accept that these are present in the circulating lymph and simply undergoing absorption. But even then, as these are diffusible substances how is it to be explained that they become stored up in these particular areas? We have found that, as a matter of fact, in regions which give the reaction for soaps, but which give no reaction for calcium (which therefore presumably contain at most amounts of the insoluble calcium soap too small to need consideration, the ordinary solvents for potassium and sodium soaps do not forthwith remove the stainable material; they are relatively insoluble. The reason for this insolubility is suggested by the observations made in the test tube, that soap solutions mixed with solutions of white of egg or blood serum form a precipitate of combined soap and albumen, which likewise is insoluble in water and alcohol. The indications are therefore that in cells undergoing degeneration, with degeneration of the cytoplasm, certain albuminous molecules unite with the soaps present to form relatively insoluble soap-albuminate. V. With regard to calcium soaps, these are also present and in certain stages appear to be the dominating form in the affected tissues. Two questions suggest themselves, viz.: what is the source of calcium, and what is the process by which they become formed? As to the source, the amount present in well-marked calcification is far in excess of the normal calcium contents of the affected tissue. If in the kidneys of experimental calcification three hundred times as much calcium may be present as in the normal kidney (von Kossa), the calcium must be conveyed to the part by the blood and lymph, and that this is so is demonstrated, as we have pointed out, by the distribution of the infiltration in solid organs, that like ovarian fibroids have undergone necrosis, in which the earliest deposits are superficial. As to the process, there are three possibilities: 1. That sodium and potassium soaps and soap albuminates are first formed and that interaction occurs between them and the diffused calcium salts from the lymph, the less soluble-calcium replacing the sodium and potassium. 2. That under certain conditions the calcium salts act directly on the neutral fats present in the degenerating cells. 3. That the neutral fats are first broken down into fatty acids and that these react with the calcium salts to form the soaps. We are assured that the first process occurs and that because in the boundary zone of areas of calcification we can detect soapy particles devoid of calcium, identical in position and arrangement with the particles more deeply placed which give the calcium reactions. But this is not the only reaction. In case of fat necrosis we see clearly that the third process is in evidence. And we are far from being convinced that the second does not also obtain. We have been impressed by the large accumulation of neutral fats in the cells in cases of early atheroma and the absence at any stage of the process of recognizable fatty acid. While soaps, it is true, are compounds of fatty acids with alkalies, it is recognized in ordinary domestic life that they can be formed by the direct action of strong lye upon ordinary fats, and this even in the cold. It is quite possible therefore that there occurs a similar direct process in the organism. The point is worth noting, however, that this does not occur in healthy cells the seat of fatty infiltration. We therefore leave this an open question, only laying down that, as indicated by the hyalin albuminous matrix left when calcium salts are dissolved out of an area of calcification, there must exist a calcium soap- or fat-albuminate similar to the potassium and sodium soap-albuminates already mentioned—such an albuminate as we can form with calcium soaps in the test tube. VI. In old areas of calcification soaps are largely if not entirely wanting, although these are to be detected at the periphery, when the process is still advancing. The reactions given by these older areas are almost entirely those of calcium phosphate, though some calcium carbonate is at times to be made out. This seems surely to indicate that the final stage in calcification is an interaction between the calcium soap-albuminates and substances containing phosphoric and carbonic acids. Such substances, it is needless to say, are present in considerable amounts in the lymph and blood. We must conclude that the acid sodium phosphates of the lymph act on the calcium soap, the highly insoluble calcium phosphates being formed (plus the albuminous moiety of the original compound) and diffusible sodium soap being liberated, while similarly alkaline carbonates form calcium carbonate and liberate sodium and potassium soaps. Calcium phosphate and calcium carbonate thus become the insoluble earthy salts of old crystalline areas of calcification. VII. As already stated very little soap is to be found in these old areas. It is possibly worth suggestion that the soaps liberated in this last reaction, as they diffuse out, again react with diffusible calcium salts and form calcium soaps which once more react with the alkaline salts to produce the phosphates and carbonates; that, in short, they have a katalytic action. Certain it is that old calcareous areas are extraordinarily dense, and have a coarse crystalline structure, wholly at variance with the finely granular appearance of the more recent areas, and these large crystalline masses, it would seem, can only be formed by successive deposition of new material and eventual fusion, as the interspaces become filled in between the original masses. PMID:19867016
WebGLORE: a web service for Grid LOgistic REgression.
Jiang, Wenchao; Li, Pinghao; Wang, Shuang; Wu, Yuan; Xue, Meng; Ohno-Machado, Lucila; Jiang, Xiaoqian
2013-12-15
WebGLORE is a free web service that enables privacy-preserving construction of a global logistic regression model from distributed datasets that are sensitive. It only transfers aggregated local statistics (from participants) through Hypertext Transfer Protocol Secure to a trusted server, where the global model is synthesized. WebGLORE seamlessly integrates AJAX, JAVA Applet/Servlet and PHP technologies to provide an easy-to-use web service for biomedical researchers to break down policy barriers during information exchange. http://dbmi-engine.ucsd.edu/webglore3/. WebGLORE can be used under the terms of GNU general public license as published by the Free Software Foundation.
2011-01-01
Background The complexity and inter-related nature of biological data poses a difficult challenge for data and tool integration. There has been a proliferation of interoperability standards and projects over the past decade, none of which has been widely adopted by the bioinformatics community. Recent attempts have focused on the use of semantics to assist integration, and Semantic Web technologies are being welcomed by this community. Description SADI - Semantic Automated Discovery and Integration - is a lightweight set of fully standards-compliant Semantic Web service design patterns that simplify the publication of services of the type commonly found in bioinformatics and other scientific domains. Using Semantic Web technologies at every level of the Web services "stack", SADI services consume and produce instances of OWL Classes following a small number of very straightforward best-practices. In addition, we provide codebases that support these best-practices, and plug-in tools to popular developer and client software that dramatically simplify deployment of services by providers, and the discovery and utilization of those services by their consumers. Conclusions SADI Services are fully compliant with, and utilize only foundational Web standards; are simple to create and maintain for service providers; and can be discovered and utilized in a very intuitive way by biologist end-users. In addition, the SADI design patterns significantly improve the ability of software to automatically discover appropriate services based on user-needs, and automatically chain these into complex analytical workflows. We show that, when resources are exposed through SADI, data compliant with a given ontological model can be automatically gathered, or generated, from these distributed, non-coordinating resources - a behaviour we have not observed in any other Semantic system. Finally, we show that, using SADI, data dynamically generated from Web services can be explored in a manner very similar to data housed in static triple-stores, thus facilitating the intersection of Web services and Semantic Web technologies. PMID:22024447
Wilkinson, Mark D; Vandervalk, Benjamin; McCarthy, Luke
2011-10-24
The complexity and inter-related nature of biological data poses a difficult challenge for data and tool integration. There has been a proliferation of interoperability standards and projects over the past decade, none of which has been widely adopted by the bioinformatics community. Recent attempts have focused on the use of semantics to assist integration, and Semantic Web technologies are being welcomed by this community. SADI - Semantic Automated Discovery and Integration - is a lightweight set of fully standards-compliant Semantic Web service design patterns that simplify the publication of services of the type commonly found in bioinformatics and other scientific domains. Using Semantic Web technologies at every level of the Web services "stack", SADI services consume and produce instances of OWL Classes following a small number of very straightforward best-practices. In addition, we provide codebases that support these best-practices, and plug-in tools to popular developer and client software that dramatically simplify deployment of services by providers, and the discovery and utilization of those services by their consumers. SADI Services are fully compliant with, and utilize only foundational Web standards; are simple to create and maintain for service providers; and can be discovered and utilized in a very intuitive way by biologist end-users. In addition, the SADI design patterns significantly improve the ability of software to automatically discover appropriate services based on user-needs, and automatically chain these into complex analytical workflows. We show that, when resources are exposed through SADI, data compliant with a given ontological model can be automatically gathered, or generated, from these distributed, non-coordinating resources - a behaviour we have not observed in any other Semantic system. Finally, we show that, using SADI, data dynamically generated from Web services can be explored in a manner very similar to data housed in static triple-stores, thus facilitating the intersection of Web services and Semantic Web technologies.
2009-01-01
greatest reduction was seen with castile soap, which lowered the photon count to 13% of the pretreatment level. This was followed by benzalkonium chloride ...castile soap was significantly greater than that with the normal saline solution (p = 0.0069), while the reductions with benzalkonium chloride (p...the goats were assigned to four treatment groups: normal saline solution, bacitracin solution, castile soap, and benzalkonium chloride . All wounds
NASA Astrophysics Data System (ADS)
Petrie, C.; Margaria, T.; Lausen, H.; Zaremba, M.
Explores trade-offs among existing approaches. Reveals strengths and weaknesses of proposed approaches, as well as which aspects of the problem are not yet covered. Introduces software engineering approach to evaluating semantic web services. Service-Oriented Computing is one of the most promising software engineering trends because of the potential to reduce the programming effort for future distributed industrial systems. However, only a small part of this potential rests on the standardization of tools offered by the web services stack. The larger part of this potential rests upon the development of sufficient semantics to automate service orchestration. Currently there are many different approaches to semantic web service descriptions and many frameworks built around them. A common understanding, evaluation scheme, and test bed to compare and classify these frameworks in terms of their capabilities and shortcomings, is necessary to make progress in developing the full potential of Service-Oriented Computing. The Semantic Web Services Challenge is an open source initiative that provides a public evaluation and certification of multiple frameworks on common industrially-relevant problem sets. This edited volume reports on the first results in developing common understanding of the various technologies intended to facilitate the automation of mediation, choreography and discovery for Web Services using semantic annotations. Semantic Web Services Challenge: Results from the First Year is designed for a professional audience composed of practitioners and researchers in industry. Professionals can use this book to evaluate SWS technology for their potential practical use. The book is also suitable for advanced-level students in computer science.
Amichai, B; Grunwald, M H
2009-12-01
Atopic dermatitis (AD) is a common chronic skin disease, which mainly affects children. Xerosis is one of the most troublesome signs of the disease. The aim of this study was to evaluate the efficacy of liquid soap containing 12% ammonium lactate + 20% urea in patients with AD. In a randomized, double-blind study, 36 patients (both male and female patients; age range 3-40 years) with mild to moderate AD were enrolled. Patients were divided randomly into two groups, in a ratio of 2:1 (active:placebo). The prescribed soap was used on a daily basis during a shower for 3 weeks. All patients continued all other systemic or topical medication but avoided any other soap or emollients. After 3 weeks of treatment, efficacy was assessed both by clinician and patient. There were significant improvements in scaling (P < 0.0001), skin dryness (P < 0.0001) and redness (P = 0.03) as rated by the investigator, and subjective patient assessment of itch also improved (P < 0.001) in the study group compared with the control group. The liquid soap was found to be effective in patients with AD, as use of this soap in patients with stable mild to moderate AD improved the parameters studied.