WorldWideScience

Sample records for client database applications

  1. A real time multi-server multi-client coherent database for a new high voltage system

    International Nuclear Information System (INIS)

    Gorbics, M.; Green, M.

    1995-01-01

    A high voltage system has been designed to allow multiple users (clients) access to the database of measured values and settings. This database is actively maintained in real time for a given mainframe containing multiple modules each having their own database. With limited CPU nd memory resources the mainframe system provides a data coherency scheme for multiple clients which (1) allows the client to determine when and what values need to be updated, (2) allows for changes from one client to be detected by another client, and (3) does not depend on the mainframe system tracking client accesses

  2. Design of multi-tiered database application based on CORBA component

    International Nuclear Information System (INIS)

    Sun Xiaoying; Dai Zhimin

    2003-01-01

    As computer technology quickly developing, middleware technology changed traditional two-tier database system. The multi-tiered database system, consisting of client application program, application servers and database serves, is mainly applying. While building multi-tiered database system using CORBA component has become the mainstream technique. In this paper, an example of DUV-FEL database system is presented, and then discuss the realization of multi-tiered database based on CORBA component. (authors)

  3. RA radiological characterization database application

    International Nuclear Information System (INIS)

    Steljic, M.M; Ljubenov, V.Lj. . E-mail address of corresponding author: milijanas@vin.bg.ac.yu; Steljic, M.M.)

    2005-01-01

    Radiological characterization of the RA research reactor is one of the main activities in the first two years of the reactor decommissioning project. The raw characterization data from direct measurements or laboratory analyses (defined within the existing sampling and measurement programme) have to be interpreted, organized and summarized in order to prepare the final characterization survey report. This report should be made so that the radiological condition of the entire site is completely and accurately shown with the radiological condition of the components clearly depicted. This paper presents an electronic database application, designed as a serviceable and efficient tool for characterization data storage, review and analysis, as well as for the reports generation. Relational database model was designed and the application is made by using Microsoft Access 2002 (SP1), a 32-bit RDBMS for the desktop and client/server database applications that run under Windows XP. (author)

  4. ATLAS database application enhancements using Oracle 11g

    CERN Document Server

    Dimitrov, G; The ATLAS collaboration; Blaszczyk, M; Sorokoletov, R

    2012-01-01

    The ATLAS experiment at LHC relies on databases for detector online data-taking, storage and retrieval of configurations, calibrations and alignments, post data-taking analysis, file management over the grid, job submission and management, condition data replication to remote sites. Oracle Relational Database Management System (RDBMS) has been addressing the ATLAS database requirements to a great extent for many years. Ten database clusters are currently deployed for the needs of the different applications, divided in production, integration and standby databases. The data volume, complexity and demands from the users are increasing steadily with time. Nowadays more than 20 TB of data are stored in the ATLAS production Oracle databases at CERN (not including the index overhead), but the most impressive number is the hosted 260 database schemas (for the most common case each schema is related to a dedicated client application with its own requirements). At the beginning of 2012 all ATLAS databases at CERN have...

  5. Database architectures for Space Telescope Science Institute

    Science.gov (United States)

    Lubow, Stephen

    1993-08-01

    At STScI nearly all large applications require database support. A general purpose architecture has been developed and is in use that relies upon an extended client-server paradigm. Processing is in general distributed across three processes, each of which generally resides on its own processor. Database queries are evaluated on one such process, called the DBMS server. The DBMS server software is provided by a database vendor. The application issues database queries and is called the application client. This client uses a set of generic DBMS application programming calls through our STDB/NET programming interface. Intermediate between the application client and the DBMS server is the STDB/NET server. This server accepts generic query requests from the application and converts them into the specific requirements of the DBMS server. In addition, it accepts query results from the DBMS server and passes them back to the application. Typically the STDB/NET server is local to the DBMS server, while the application client may be remote. The STDB/NET server provides additional capabilities such as database deadlock restart and performance monitoring. This architecture is currently in use for some major STScI applications, including the ground support system. We are currently investigating means of providing ad hoc query support to users through the above architecture. Such support is critical for providing flexible user interface capabilities. The Universal Relation advocated by Ullman, Kernighan, and others appears to be promising. In this approach, the user sees the entire database as a single table, thereby freeing the user from needing to understand the detailed schema. A software layer provides the translation between the user and detailed schema views of the database. However, many subtle issues arise in making this transformation. We are currently exploring this scheme for use in the Hubble Space Telescope user interface to the data archive system (DADS).

  6. MstApp, a rich client control applications framework at DESY

    International Nuclear Information System (INIS)

    Kirsten Hinsch, Winfried Schuette

    2012-01-01

    The control systems for PETRA 3 (a dedicated synchrotron machine) and its pre-accelerators extensively use rich clients for the control room and the servers. Most of them are written with the help of a rich client Java framework: MstApp. They totalize 106 different consoles and 158 individual server applications. MstApp takes care of many common control system application aspects beyond communication. MstApp provides a common look and feel: core menu items, a colour scheme for standard states of hardware components and predefined standardized screen sizes/locations. It interfaces our console application manager (CAM) and displays on demand our communication link diagnostics tools. MstApp supplies an accelerator context for each application; it handles printing, logging, re-sizing and unexpected application crashes. Due to our standardized deploy process MstApp applications know their individual developers and can even send them - on button press of the users - E-mails. Further a concept of different operation modes is implemented: view only, operating and expert use. Administration of the corresponding rights is done via web access of a database server. Initialization files on a web server are instantiated as JAVA objects with the help of the Java SE XML-Decoder. Data tables are read with the same mechanism. New MstApp applications can easily be created with in house wizards like the NewProjectWizard or the DeviceServerWizard. MstApp improves the operator experience, application developer productivity and delivered software quality. (authors)

  7. ATLAS database application enhancements using Oracle 11g

    International Nuclear Information System (INIS)

    Dimitrov, G; Canali, L; Blaszczyk, M; Sorokoletov, R

    2012-01-01

    The ATLAS experiment at LHC relies on databases for detector online data-taking, storage and retrieval of configurations, calibrations and alignments, post data-taking analysis, file management over the grid, job submission and management, condition data replication to remote sites. Oracle Relational Database Management System (RDBMS) has been addressing the ATLAS database requirements to a great extent for many years. Ten database clusters are currently deployed for the needs of the different applications, divided in production, integration and standby databases. The data volume, complexity and demands from the users are increasing steadily with time. Nowadays more than 20 TB of data are stored in the ATLAS production Oracle databases at CERN (not including the index overhead), but the most impressive number is the hosted 260 database schemes (for the most common case each schema is related to a dedicated client application with its own requirements). At the beginning of 2012 all ATLAS databases at CERN have been upgraded to the newest Oracle version at the time: Oracle 11g Release 2. Oracle 11g come with several key improvements compared to previous database engine versions. In this work we present our evaluation of the most relevant new features of Oracle 11g of interest for ATLAS applications and use cases. Notably we report on the performance and scalability enhancements obtained in production since the Oracle 11g deployment during Q1 2012 and we outline plans for future work in this area.

  8. SPANG: a SPARQL client supporting generation and reuse of queries for distributed RDF databases.

    Science.gov (United States)

    Chiba, Hirokazu; Uchiyama, Ikuo

    2017-02-08

    Toward improved interoperability of distributed biological databases, an increasing number of datasets have been published in the standardized Resource Description Framework (RDF). Although the powerful SPARQL Protocol and RDF Query Language (SPARQL) provides a basis for exploiting RDF databases, writing SPARQL code is burdensome for users including bioinformaticians. Thus, an easy-to-use interface is necessary. We developed SPANG, a SPARQL client that has unique features for querying RDF datasets. SPANG dynamically generates typical SPARQL queries according to specified arguments. It can also call SPARQL template libraries constructed in a local system or published on the Web. Further, it enables combinatorial execution of multiple queries, each with a distinct target database. These features facilitate easy and effective access to RDF datasets and integrative analysis of distributed data. SPANG helps users to exploit RDF datasets by generation and reuse of SPARQL queries through a simple interface. This client will enhance integrative exploitation of biological RDF datasets distributed across the Web. This software package is freely available at http://purl.org/net/spang .

  9. OVERVIEW OF POPULAR APPROACHES IN CREATING CLIENT-SERVER APPLICATIONS BASED ON SCIENTOMETRICS ONAFTS’ PLATFORM

    Directory of Open Access Journals (Sweden)

    D. Salskyi

    2017-12-01

    Full Text Available Most of the currently developed systems are based on the client-server architecture. This architecture is usedeverywhere, from mobile-native development to Web applications.However implementing an application based on this architectural solution requires quite a lot of effort from the softwaredeveloper, and therefore, in order to simplify and speed up the development, certain standard solutions and approachesappeared. This article will discuss the most popular technologies used in the development of Web applications in the context ofenterprise development.Also in this article will be mentioned the project, built on the architecture of "client-server" - ScienceToMetrics.The main theme of this project is the study of science-metric indicators for the structural divisions of the faculty of theOdessa National Academy of Food Technologies. In fact, it is a portal for viewing and editing information on employees, inthe future this portal may be extended to subprojects.In this project, the main idea of this architecture was embodied: decomposition of the application into atomic parts inorder to distribute it to several hardware units of capacity to improve performance. The client is an independent application,which at the same time receives information from an external API-interface through REST-requests. In turn, the backendprovides this API with certain security restrictions on the content provided. The backend for this architecture provides a layerfor the content of the data users, whether it's a database (NoSQL, SQL or an integration API with external aggregationsystems. To ensure the necessary level of security, JWT (Javascript Web Token authorization is used, which allows you not tocreate an explicit session between the client and the backend, but allows you to communicate through a token that stores allthe necessary meta-information for this user.

  10. NoSQL and SQL Databases for Mobile Applications. Case Study: MongoDB versus PostgreSQL

    Directory of Open Access Journals (Sweden)

    Marin FOTACHE

    2013-01-01

    Full Text Available Compared with "classical" web, multi-tier applications, mobile applications have common and specific requirements concerning data persistence and processing. In mobile apps, database features can be distinctly analyzed for the client (minimalistic, isolated, memory-only and the server (data rich, centralized, distributed, synchronized and disk-based layers. Currently, a few lite relational database products reign the persistence for client platforms of mobile applications. There are two main objectives of this paper. First is to investigate storage options for major mobile platforms. Second is to point out some major differences between SQL and NoSQL datastores in terms of deployment, data model, schema design, data definition and manipulation. As NoSQL movement lacks standardization, from NoSQL products family MongoDB was chosen as reference, due to its strengths and popularity among developers. PostgreSQL serves the position of SQL DBMSs representative due to its popularity and conformity with SQL standards.

  11. The design of distributed database system for HIRFL

    International Nuclear Information System (INIS)

    Wang Hong; Huang Xinmin

    2004-01-01

    This paper is focused on a kind of distributed database system used in HIRFL distributed control system. The database of this distributed database system is established by SQL Server 2000, and its application system adopts the Client/Server model. Visual C ++ is used to develop the applications, and the application uses ODBC to access the database. (authors)

  12. A RAD approach to client/server system development

    International Nuclear Information System (INIS)

    Brule, M.; Fair, W.; Jiang, J.; Sanvido, R.

    1995-01-01

    The capability, richness, and leverage of inexpensive commercial operating systems, off-the-shelf applications, and powerful developing tools have made building feature-rich client/server systems possible in rapid time and at low cost--ushering in a new level of systems integration not before possible. The authors achieve rapid application development (RAD) by using a flexible and extendible client/service integration framework. The framework provides the means to integrate in-house and third-party software applications with databases and expert-system knowledge bases and, where appropriate, provides communication links among the applications. The authors discuss the integration framework's capabilities, explain its underlying system architecture, and outline the methods and tools used to customize and integrate many diverse applications

  13. The Service Status and Development Strategy of the Mobile Application Service of Ancient Books Database

    Directory of Open Access Journals (Sweden)

    Yang Siluo

    2017-12-01

    Full Text Available [Purpose/significance] The mobile application of ancient books database is a change of the ancient books database from the online version to the mobile one. At present, the mobile application of ancient books database is in the initial stage of development, so it is necessary to investigate the current situation and provide suggestions for the development of it. [Method/process] This paper selected two kinds of ancient books databases, namely WeChat platform and the mobile phone client, and analyzed the operation mode and the main function. [Result/conclusion] We come to conclusion that the ancient database mobile application has some defects, such as resources in a small scale, single content and data form, and the function of single platform construction is not perfect, users pay inadequate attention to such issues. Then, we put forward some corresponding suggestions and point out that in order to construct ancient books database mobile applications, it is necessary to improve the platform construction, enrich the data form and quantity, optimize the function, emphasize the communication and interaction with the user.

  14. Development of a Client-Server Chat Application

    OpenAIRE

    Malmberg, Lasse

    2017-01-01

    The goal of the Bachelor’s thesis was to develop a simple client-server chat application. The focus was on the development process and the underlying technologies that were utilized in the development of the chat application. The chat application was developed with the C++ programming language and the SDL software development library. The development environment consisted primarily of command-line operated tools. The thesis resulted in a functional chat application. The program is a d...

  15. 77 FR 67804 - Agency Information Collection Activities; Comment Request; Application for Client Assistance Program

    Science.gov (United States)

    2012-11-14

    ...; Comment Request; Application for Client Assistance Program AGENCY: Department of Education (ED), Office of... of Collection: Application for Client Assistance Program. OMB Control Number: 1820-0520. Type of... Burden Hours: 9. Abstract: This form is used by states to request funds to establish and carry out Client...

  16. Database Replication

    CERN Document Server

    Kemme, Bettina

    2010-01-01

    Database replication is widely used for fault-tolerance, scalability and performance. The failure of one database replica does not stop the system from working as available replicas can take over the tasks of the failed replica. Scalability can be achieved by distributing the load across all replicas, and adding new replicas should the load increase. Finally, database replication can provide fast local access, even if clients are geographically distributed clients, if data copies are located close to clients. Despite its advantages, replication is not a straightforward technique to apply, and

  17. PeDaB - the personal dosimetry database at the research centre Juelich

    International Nuclear Information System (INIS)

    Geisse, C.; Hill, P.; Paschke, M.; Hille, R.; Schlaeger, M.

    1998-01-01

    In May, 1997 the mainframe based registration, processing and archiving of personal monitoring data at the research centre Juelich (FZJ) was transferred to a client server system. A complex database application was developed. The client user interface is a Windows based Microsoft ACCESS application which is connected to an ORACLE database via ODBC and TCP/IP. The conversion covered all areas of personal dosimetry including internal and external exposition as well as administrative areas. A higher degree of flexibility, data security and integrity was achieved. (orig.) [de

  18. Distributed Pseudo-Random Number Generation and Its Application to Cloud Database

    OpenAIRE

    Chen, Jiageng; Miyaji, Atsuko; Su, Chunhua

    2014-01-01

    Cloud database is now a rapidly growing trend in cloud computing market recently. It enables the clients run their computation on out-sourcing databases or access to some distributed database service on the cloud. At the same time, the security and privacy concerns is major challenge for cloud database to continue growing. To enhance the security and privacy of the cloud database technology, the pseudo-random number generation (PRNG) plays an important roles in data encryptions and privacy-pr...

  19. Enhancing Clients' Communication Regarding Goals for Using Psychiatric Medications.

    Science.gov (United States)

    Deegan, Patricia E; Carpenter-Song, Elizabeth; Drake, Robert E; Naslund, John A; Luciano, Alison; Hutchison, Shari L

    2017-08-01

    Discordance between psychiatric care providers' and clients' goals for medication treatment is prevalent and is a barrier to person-centered care. Power statements-short self-advocacy statements prepared by clients in response to a two-part template-offer a novel approach to help clients clarify and communicate their personal goals for using psychiatric medications. This study described the power statement method and examined a sample of power statements to understand clients' goals for medication treatment. More than 17,000 adults with serious mental illness at 69 public mental health clinics had the option to develop power statements by using a Web application located in the clinic waiting areas. A database query determined the percentage of clients who entered power statements into the Web application. The authors examined textual data from a random sample of 300 power statements by using content analysis. Nearly 14,000 (79%) clients developed power statements. Of the 277 statements in the sample deemed appropriate for content analysis, 272 statements had responses to the first part of the template and 230 had responses to the second part. Clients wanted psychiatric medications to help control symptoms in the service of improving functioning. Common goals for taking psychiatric medications (N=230 statements) were to enhance relationships (51%), well-being (32%), self-sufficiency (23%), employment (19%), hobbies (15%), and self-improvement (10%). People with serious mental illness typically viewed medications as a means to pursue meaningful life goals. Power statements appear to be a simple and scalable technique to enhance clients' communication of their goals for psychiatric medication treatment.

  20. Visual Querying in Chemical Databases using SMARTS Patterns

    OpenAIRE

    Šípek, Vojtěch

    2014-01-01

    The purpose of this thesis is to create framework for visual querying in chemical databases which will be implemented as a web application. By using graphical editor, which is a part of client side, the user creates queries which are translated into chemical query language SMARTS. This query is parsed on the application server which is connected to the chemical database. This framework also contains tooling for creating the database and index structure above it. 1

  1. NSLS-II High Level Application Infrastructure And Client API Design

    International Nuclear Information System (INIS)

    Shen, G.; Yang, L.; Shroff, K.

    2011-01-01

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

  2. Comparison of the Frontier Distributed Database Caching System with NoSQL Databases

    CERN Multimedia

    CERN. Geneva

    2012-01-01

    Non-relational "NoSQL" databases such as Cassandra and CouchDB are best known for their ability to scale to large numbers of clients spread over a wide area. The Frontier distributed database caching system, used in production by the Large Hadron Collider CMS and ATLAS detector projects, is based on traditional SQL databases but also has the same high scalability and wide-area distributability for an important subset of applications. This paper compares the architectures, behavior, performance, and maintainability of the two different approaches and identifies the criteria for choosing which approach to prefer over the other.

  3. The Network Configuration of an Object Relational Database Management System

    Science.gov (United States)

    Diaz, Philip; Harris, W. C.

    2000-01-01

    The networking and implementation of the Oracle Database Management System (ODBMS) requires developers to have knowledge of the UNIX operating system as well as all the features of the Oracle Server. The server is an object relational database management system (DBMS). By using distributed processing, processes are split up between the database server and client application programs. The DBMS handles all the responsibilities of the server. The workstations running the database application concentrate on the interpretation and display of data.

  4. Middleware for multi-client and multi-server mobile applications

    NARCIS (Netherlands)

    Rocha, B.P.S.; Rezende, C.G.; Loureiro, A.A.F.

    2007-01-01

    With popularization of mobile computing, many developers have faced problems due to great heterogeneity of devices. To address this issue, we present in this work a middleware for multi-client and multi-server mobile applications. We assume that the middleware at the server side has no resource

  5. Design and implementation of an enterprise information system utilizing a component based three-tier client/server database system

    OpenAIRE

    Akbay, Murat.; Lewis, Steven C.

    1999-01-01

    The Naval Security Group currently requires a modem architecture to merge existing command databases into a single Enterprise Information System through which each command may manipulate administrative data. There are numerous technologies available to build and implement such a system. Component- based architectures are extremely well-suited for creating scalable and flexible three-tier Client/Server systems because the data and business logic are encapsulated within objects, allowing them t...

  6. Database and Expert Systems Applications

    DEFF Research Database (Denmark)

    Viborg Andersen, Kim; Debenham, John; Wagner, Roland

    schemata, query evaluation, semantic processing, information retrieval, temporal and spatial databases, querying XML, organisational aspects of databases, natural language processing, ontologies, Web data extraction, semantic Web, data stream management, data extraction, distributed database systems......This book constitutes the refereed proceedings of the 16th International Conference on Database and Expert Systems Applications, DEXA 2005, held in Copenhagen, Denmark, in August 2005.The 92 revised full papers presented together with 2 invited papers were carefully reviewed and selected from 390...... submissions. The papers are organized in topical sections on workflow automation, database queries, data classification and recommendation systems, information retrieval in multimedia databases, Web applications, implementational aspects of databases, multimedia databases, XML processing, security, XML...

  7. Database Application Schema Forensics

    Directory of Open Access Journals (Sweden)

    Hector Quintus Beyers

    2014-12-01

    Full Text Available The application schema layer of a Database Management System (DBMS can be modified to deliver results that may warrant a forensic investigation. Table structures can be corrupted by changing the metadata of a database or operators of the database can be altered to deliver incorrect results when used in queries. This paper will discuss categories of possibilities that exist to alter the application schema with some practical examples. Two forensic environments are introduced where a forensic investigation can take place in. Arguments are provided why these environments are important. Methods are presented how these environments can be achieved for the application schema layer of a DBMS. A process is proposed on how forensic evidence should be extracted from the application schema layer of a DBMS. The application schema forensic evidence identification process can be applied to a wide range of forensic settings.

  8. Databases for INDUS-1 and INDUS-2

    International Nuclear Information System (INIS)

    Merh, Bhavna N.; Fatnani, Pravin

    2003-01-01

    The databases for Indus are relational databases designed to store various categories of data related to the accelerator. The data archiving and retrieving system in Indus is based on a client/sever model. A general purpose commercial database is used to store parameters and equipment data for the whole machine. The database manages configuration, on-line and historical databases. On line and off line applications distributed in several systems can store and retrieve the data from the database over the network. This paper describes the structure of databases for Indus-1 and Indus-2 and their integration within the software architecture. The data analysis, design, resulting data-schema and implementation issues are discussed. (author)

  9. Exchanging the Context between OGC Geospatial Web clients and GIS applications using Atom

    Science.gov (United States)

    Maso, Joan; Díaz, Paula; Riverola, Anna; Pons, Xavier

    2013-04-01

    Currently, the discovery and sharing of geospatial information over the web still presents difficulties. News distribution through website content was simplified by the use of Really Simple Syndication (RSS) and Atom syndication formats. This communication exposes an extension of Atom to redistribute references to geospatial information in a Spatial Data Infrastructure distributed environment. A geospatial client can save the status of an application that involves several OGC services of different kind and direct data and share this status with other users that need the same information and use different client vendor products in an interoperable way. The extensibility of the Atom format was essential to define a format that could be used in RSS enabled web browser, Mass Market map viewers and emerging geospatial enable integrated clients that support Open Geospatial Consortium (OGC) services. Since OWS Context has been designed as an Atom extension, it is possible to see the document in common places where Atom documents are valid. Internet web browsers are able to present the document as a list of items with title, abstract, time, description and downloading features. OWS Context uses GeoRSS so that, the document can be to be interpreted by both Google maps and Bing Maps as items that have the extent represented in a dynamic map. Another way to explode a OWS Context is to develop an XSLT to transform the Atom feed into an HTML5 document that shows the exact status of the client view window that saved the context document. To accomplish so, we use the width and height of the client window, and the extent of the view in world (geographic) coordinates in order to calculate the scale of the map. Then, we can mix elements in world coordinates (such as CF-NetCDF files or GML) with elements in pixel coordinates (such as WMS maps, WMTS tiles and direct SVG content). A smarter map browser application called MiraMon Map Browser is able to write a context document and read

  10. Retrieving high-resolution images over the Internet from an anatomical image database

    Science.gov (United States)

    Strupp-Adams, Annette; Henderson, Earl

    1999-12-01

    The Visible Human Data set is an important contribution to the national collection of anatomical images. To enhance the availability of these images, the National Library of Medicine has supported the design and development of a prototype object-oriented image database which imports, stores, and distributes high resolution anatomical images in both pixel and voxel formats. One of the key database modules is its client-server Internet interface. This Web interface provides a query engine with retrieval access to high-resolution anatomical images that range in size from 100KB for browser viewable rendered images, to 1GB for anatomical structures in voxel file formats. The Web query and retrieval client-server system is composed of applet GUIs, servlets, and RMI application modules which communicate with each other to allow users to query for specific anatomical structures, and retrieve image data as well as associated anatomical images from the database. Selected images can be downloaded individually as single files via HTTP or downloaded in batch-mode over the Internet to the user's machine through an applet that uses Netscape's Object Signing mechanism. The image database uses ObjectDesign's object-oriented DBMS, ObjectStore that has a Java interface. The query and retrieval systems has been tested with a Java-CDE window system, and on the x86 architecture using Windows NT 4.0. This paper describes the Java applet client search engine that queries the database; the Java client module that enables users to view anatomical images online; the Java application server interface to the database which organizes data returned to the user, and its distribution engine that allow users to download image files individually and/or in batch-mode.

  11. Database Access through Java Technologies

    Directory of Open Access Journals (Sweden)

    Nicolae MERCIOIU

    2010-09-01

    Full Text Available As a high level development environment, the Java technologies offer support to the development of distributed applications, independent of the platform, providing a robust set of methods to access the databases, used to create software components on the server side, as well as on the client side. Analyzing the evolution of Java tools to access data, we notice that these tools evolved from simple methods that permitted the queries, the insertion, the update and the deletion of the data to advanced implementations such as distributed transactions, cursors and batch files. The client-server architectures allows through JDBC (the Java Database Connectivity the execution of SQL (Structured Query Language instructions and the manipulation of the results in an independent and consistent manner. The JDBC API (Application Programming Interface creates the level of abstractization needed to allow the call of SQL queries to any DBMS (Database Management System. In JDBC the native driver and the ODBC (Open Database Connectivity-JDBC bridge and the classes and interfaces of the JDBC API will be described. The four steps needed to build a JDBC driven application are presented briefly, emphasizing on the way each step has to be accomplished and the expected results. In each step there are evaluations on the characteristics of the database systems and the way the JDBC programming interface adapts to each one. The data types provided by SQL2 and SQL3 standards are analyzed by comparison with the Java data types, emphasizing on the discrepancies between those and the SQL types, but also the methods that allow the conversion between different types of data through the methods of the ResultSet object. Next, starting from the metadata role and studying the Java programming interfaces that allow the query of result sets, we will describe the advanced features of the data mining with JDBC. As alternative to result sets, the Rowsets add new functionalities that

  12. Database And Interface Modifications: Change Management Without Affecting The Clients

    CERN Document Server

    Peryt, M; Martin Marquez, M; Zaharieva, Z

    2011-01-01

    The first Oracle®-based Controls Configuration Database (CCDB) was developed in 1986, by which the controls system of CERN’s Proton Synchrotron became data-driven. Since then, this mission-critical system has evolved tremendously going through several generational changes in terms of the increasing complexity of the control system, software technologies and data models. Today, the CCDB covers the whole CERN accelerator complex and satisfies a much wider range of functional requirements. Despite its online usage, everyday operations of the machines must not be disrupted. This paper describes our approach with respect to dealing with change while ensuring continuity. How do we manage the database schema changes? How do we take advantage of the latest web deployed application development frameworks without alienating the users? How do we minimize impact on the dependent systems connected to databases through various APIs? In this paper we will provide our answers to these questions, and to many more.

  13. Database characterisation of HEP applications

    International Nuclear Information System (INIS)

    Piorkowski, Mariusz; Grancher, Eric; Topurov, Anton

    2012-01-01

    Oracle-based database applications underpin many key aspects of operations for both the LHC accelerator and the LHC experiments. In addition to the overall performance, the predictability of the response is a key requirement to ensure smooth operations and delivering predictability requires understanding the applications from the ground up. Fortunately, database management systems provide several tools to check, measure, analyse and gather useful information. We present our experiences characterising the performance of several typical HEP database applications performance characterisations that were used to deliver improved predictability and scalability as well as for optimising the hardware platform choice as we migrated to new hardware and Oracle 11g.

  14. Fuzzy modeling of client preference from large data sets : an application to target selection in direct marketing

    NARCIS (Netherlands)

    Kaymak, U.; Setnes, M.

    2001-01-01

    Advances in computational methods have led, in the world of financial services, to huge databases of client and market information. In the past decade, various computational intelligence techniques have been applied in mining this data for obtaining knowledge and in-depth information about the

  15. Just-in-time Database-Driven Web Applications

    Science.gov (United States)

    2003-01-01

    "Just-in-time" database-driven Web applications are inexpensive, quickly-developed software that can be put to many uses within a health care organization. Database-driven Web applications garnered 73873 hits on our system-wide intranet in 2002. They enabled collaboration and communication via user-friendly Web browser-based interfaces for both mission-critical and patient-care-critical functions. Nineteen database-driven Web applications were developed. The application categories that comprised 80% of the hits were results reporting (27%), graduate medical education (26%), research (20%), and bed availability (8%). The mean number of hits per application was 3888 (SD = 5598; range, 14-19879). A model is described for just-in-time database-driven Web application development and an example given with a popular HTML editor and database program. PMID:14517109

  16. Database marketing : base de dados de clientes

    OpenAIRE

    Carreira, Luís

    2011-01-01

    Trabalho final para a Licenciatura em Informática apresentado à Universidade Aberta, 2011 Neste trabalho pretende-se extrair informação de base de dados de clientes recorrendo a duas métricas RM (Recenticidade/valor Monetário) e LTV(Life Time Value) individual. A comparação entre o LTV individual e o RM mostrou-se muito útil na tomada de decisões. O tratamento e a preparação dos dados em Access são efectuados em SQL obrigando à criação de várias consultas. O desenvolvimento de uma int...

  17. Distributed Database Access in the LHC Computing Grid with CORAL

    CERN Document Server

    Molnár, Z; Düllmann, D; Giacomo, G; Kalkhof, A; Valassi, A; CERN. Geneva. IT Department

    2009-01-01

    The CORAL package is the LCG Persistency Framework foundation for accessing relational databases. From the start CORAL has been designed to facilitate the deployment of the LHC experiment database applications in a distributed computing environment. In particular we cover - improvements to database service scalability by client connection management - platform-independent, multi-tier scalable database access by connection multiplexing, caching - a secure authentication and authorisation scheme integrated with existing grid services. We will summarize the deployment experience from several experiment productions using the distributed database infrastructure, which is now available in LCG. Finally, we present perspectives for future developments in this area.

  18. Automated Detection of Client-State Manipulation Vulnerabilities

    DEFF Research Database (Denmark)

    Møller, Anders; Schwarz, Mathias

    2012-01-01

    automated tools that can assist the programmers in the application development process by detecting weaknesses. Many vulnerabilities are related to web application code that stores references to application state in the generated HTML documents to work around the statelessness of the HTTP protocol....... In this paper, we show that such client-state manipulation vulnerabilities are amenable to tool supported detection. We present a static analysis for the widely used frameworks Java Servlets, JSP, and Struts. Given a web application archive as input, the analysis identifies occurrences of client state...... and infers the information flow between the client state and the shared application state on the server. This makes it possible to check how client-state manipulation performed by malicious users may affect the shared application state and cause leakage or modifications of sensitive information. The warnings...

  19. Fine-grained policy control in U.S. Army Research Laboratory (ARL) multimodal signatures database

    Science.gov (United States)

    Bennett, Kelly; Grueneberg, Keith; Wood, David; Calo, Seraphin

    2014-06-01

    The U.S. Army Research Laboratory (ARL) Multimodal Signatures Database (MMSDB) consists of a number of colocated relational databases representing a collection of data from various sensors. Role-based access to this data is granted to external organizations such as DoD contractors and other government agencies through a client Web portal. In the current MMSDB system, access control is only at the database and firewall level. In order to offer finer grained security, changes to existing user profile schemas and authentication mechanisms are usually needed. In this paper, we describe a software middleware architecture and implementation that allows fine-grained access control to the MMSDB at a dataset, table, and row level. Result sets from MMSDB queries issued in the client portal are filtered with the use of a policy enforcement proxy, with minimal changes to the existing client software and database. Before resulting data is returned to the client, policies are evaluated to determine if the user or role is authorized to access the data. Policies can be authored to filter data at the row, table or column level of a result set. The system uses various technologies developed in the International Technology Alliance in Network and Information Science (ITA) for policy-controlled information sharing and dissemination1. Use of the Policy Management Library provides a mechanism for the management and evaluation of policies to support finer grained access to the data in the MMSDB system. The GaianDB is a policy-enabled, federated database that acts as a proxy between the client application and the MMSDB system.

  20. A Call for Feminist Research: A Limited Client Perspective

    Science.gov (United States)

    Murray, Kirsten

    2006-01-01

    Feminist approaches embrace a counselor stance that is both collaborative and supportive, seeking client empowerment. On review of feminist family and couple counseling literature of the past 20 years using several academic databases, no research was found that explored a clients experience of feminist-informed family and couple counseling. The…

  1. Applications of GIS and database technologies to manage a Karst Feature Database

    Science.gov (United States)

    Gao, Y.; Tipping, R.G.; Alexander, E.C.

    2006-01-01

    This paper describes the management of a Karst Feature Database (KFD) in Minnesota. Two sets of applications in both GIS and Database Management System (DBMS) have been developed for the KFD of Minnesota. These applications were used to manage and to enhance the usability of the KFD. Structured Query Language (SQL) was used to manipulate transactions of the database and to facilitate the functionality of the user interfaces. The Database Administrator (DBA) authorized users with different access permissions to enhance the security of the database. Database consistency and recovery are accomplished by creating data logs and maintaining backups on a regular basis. The working database provides guidelines and management tools for future studies of karst features in Minnesota. The methodology of designing this DBMS is applicable to develop GIS-based databases to analyze and manage geomorphic and hydrologic datasets at both regional and local scales. The short-term goal of this research is to develop a regional KFD for the Upper Mississippi Valley Karst and the long-term goal is to expand this database to manage and study karst features at national and global scales.

  2. Distributed data collection for a database of radiological image interpretations

    Science.gov (United States)

    Long, L. Rodney; Ostchega, Yechiam; Goh, Gin-Hua; Thoma, George R.

    1997-01-01

    The National Library of Medicine, in collaboration with the National Center for Health Statistics and the National Institute for Arthritis and Musculoskeletal and Skin Diseases, has built a system for collecting radiological interpretations for a large set of x-ray images acquired as part of the data gathered in the second National Health and Nutrition Examination Survey. This system is capable of delivering across the Internet 5- and 10-megabyte x-ray images to Sun workstations equipped with X Window based 2048 X 2560 image displays, for the purpose of having these images interpreted for the degree of presence of particular osteoarthritic conditions in the cervical and lumbar spines. The collected interpretations can then be stored in a database at the National Library of Medicine, under control of the Illustra DBMS. This system is a client/server database application which integrates (1) distributed server processing of client requests, (2) a customized image transmission method for faster Internet data delivery, (3) distributed client workstations with high resolution displays, image processing functions and an on-line digital atlas, and (4) relational database management of the collected data.

  3. 14 CFR 1261.317 - Attorney-client privilege.

    Science.gov (United States)

    2010-01-01

    ... 14 Aeronautics and Space 5 2010-01-01 2010-01-01 false Attorney-client privilege. 1261.317 Section... Injury or Death-Accruing On or After January 18, 1967 § 1261.317 Attorney-client privilege. (a) Attorneys... traditional attorney-client relationship with the employee with respect to application of the attorney-client...

  4. Multimedia database retrieval technology and applications

    CERN Document Server

    Muneesawang, Paisarn; Guan, Ling

    2014-01-01

    This book explores multimedia applications that emerged from computer vision and machine learning technologies. These state-of-the-art applications include MPEG-7, interactive multimedia retrieval, multimodal fusion, annotation, and database re-ranking. The application-oriented approach maximizes reader understanding of this complex field. Established researchers explain the latest developments in multimedia database technology and offer a glimpse of future technologies. The authors emphasize the crucial role of innovation, inspiring users to develop new applications in multimedia technologies

  5. Asynchronous data change notification between database server and accelerator controls system

    International Nuclear Information System (INIS)

    Fu, W.; Morris, J.; Nemesure, S.

    2011-01-01

    Database data change notification (DCN) is a commonly used feature. Not all database management systems (DBMS) provide an explicit DCN mechanism. Even for those DBMS's which support DCN (such as Oracle and MS SQL server), some server side and/or client side programming may be required to make the DCN system work. This makes the setup of DCN between database server and interested clients tedious and time consuming. In accelerator control systems, there are many well established software client/server architectures (such as CDEV, EPICS, and ADO) that can be used to implement data reflection servers that transfer data asynchronously to any client using the standard SET/GET API. This paper describes a method for using such a data reflection server to set up asynchronous DCN (ADCN) between a DBMS and clients. This method works well for all DBMS systems which provide database trigger functionality. Asynchronous data change notification (ADCN) between database server and clients can be realized by combining the use of a database trigger mechanism, which is supported by major DBMS systems, with server processes that use client/server software architectures that are familiar in the accelerator controls community (such as EPICS, CDEV or ADO). This approach makes the ADCN system easy to set up and integrate into an accelerator controls system. Several ADCN systems have been set up and used in the RHIC-AGS controls system.

  6. Asynchronous data change notification between database server and accelerator control systems

    International Nuclear Information System (INIS)

    Wenge Fu; Seth Nemesure; Morris, J.

    2012-01-01

    Database data change notification (DCN) is a commonly used feature, it allows to be informed when the data has been changed on the server side by another client. Not all database management systems (DBMS) provide an explicit DCN mechanism. Even for those DBMS's which support DCN (such as Oracle and MS SQL server), some server side and/or client side programming may be required to make the DCN system work. This makes the setup of DCN between database server and interested clients tedious and time consuming. In accelerator control systems, there are many well established software client/server architectures (such as CDEV, EPICS, and ADO) that can be used to implement data reflection servers that transfer data asynchronously to any client using the standard SET/GET API. This paper describes a method for using such a data reflection server to set up asynchronous DCN (ADCN) between a DBMS and clients. This method works well for all DBMS systems which provide database trigger functionality. (authors)

  7. GenExp: an interactive web-based genomic DAS client with client-side data rendering.

    Directory of Open Access Journals (Sweden)

    Bernat Gel Moreno

    Full Text Available BACKGROUND: The Distributed Annotation System (DAS offers a standard protocol for sharing and integrating annotations on biological sequences. There are more than 1000 DAS sources available and the number is steadily increasing. Clients are an essential part of the DAS system and integrate data from several independent sources in order to create a useful representation to the user. While web-based DAS clients exist, most of them do not have direct interaction capabilities such as dragging and zooming with the mouse. RESULTS: Here we present GenExp, a web based and fully interactive visual DAS client. GenExp is a genome oriented DAS client capable of creating informative representations of genomic data zooming out from base level to complete chromosomes. It proposes a novel approach to genomic data rendering and uses the latest HTML5 web technologies to create the data representation inside the client browser. Thanks to client-side rendering most position changes do not need a network request to the server and so responses to zooming and panning are almost immediate. In GenExp it is possible to explore the genome intuitively moving it with the mouse just like geographical map applications. Additionally, in GenExp it is possible to have more than one data viewer at the same time and to save the current state of the application to revisit it later on. CONCLUSIONS: GenExp is a new interactive web-based client for DAS and addresses some of the short-comings of the existing clients. It uses client-side data rendering techniques resulting in easier genome browsing and exploration. GenExp is open source under the GPL license and it is freely available at http://gralggen.lsi.upc.edu/recerca/genexp.

  8. A Proposal of Client Application Architecture using Loosely Coupled Component Connection Method in Banking Branch System

    Science.gov (United States)

    Someya, Harushi; Mori, Yuichi; Abe, Masahiro; Machida, Isamu; Hasegawa, Atsushi; Yoshie, Osamu

    Due to the deregulation of financial industry, the branches in banking industry need to shift to the sales-oriented bases from the operation-oriented bases. For corresponding to this movement, new banking branch systems are being developed. It is the main characteristics of new systems that we bring the form operations that have traditionally been performed at each branch into the centralized operation center for the purpose of rationalization and efficiency of the form operations. The branches treat a wide variety of forms. The forms can be described by common items in many cases, but the items include the different business logic and each form has the different relation among the items. And there is a need to develop the client application by user oneself. Consequently the challenge is to arrange the development environment that is high reusable, easy customizable and user developable. We propose a client application architecture that has a loosely coupled component connection method, and allows developing the applications by only describing the screen configurations and their transitions in XML documents. By adopting our architecture, we developed client applications of the centralized operation center for the latest banking branch system. Our experiments demonstrate good performances.

  9. Integrating the DLD dosimetry system into the Almaraz NPP Corporative Database

    International Nuclear Information System (INIS)

    Gonzalez Crego, E.; Martin Lopez-Suevos, C.

    1996-01-01

    The article discusses the experience acquired during the integration of a new MGP Instruments DLD Dosimetry System into the Almaraz NPP corporative database and general communications network, following a client-server philosophy and taking into account the computer standards of the Plant. The most important results obtained are: Integration of DLD dosimetry information into corporative databases, permitting the use of new applications Sharing of existing personnel information with the DLD dosimetry application, thereby avoiding the redundant work of introducing data and improving the quality of the information. Facilitation of maintenance, both software and hardware, of the DLD system. Maximum explotation, from the computer point of view, of the initial investment. Adaptation of the application to the applicable legislation. (Author)

  10. Product Licenses Database Application

    CERN Document Server

    Tonkovikj, Petar

    2016-01-01

    The goal of this project is to organize and centralize the data about software tools available to CERN employees, as well as provide a system that would simplify the license management process by providing information about the available licenses and their expiry dates. The project development process is consisted of two steps: modeling the products (software tools), product licenses, legal agreements and other data related to these entities in a relational database and developing the front-end user interface so that the user can interact with the database. The result is an ASP.NET MVC web application with interactive views for displaying and managing the data in the underlying database.

  11. Chilean geo client application for disasters

    Science.gov (United States)

    Suárez, Rodrigo F.; Lovison, Lucia; Potters, Martinus

    2018-05-01

    The global network of the Group on Earth Observation, GEO, connects all kinds of professionals from public and private institutions with data providers, sharing information to face the challenges of global changes and human development and they are creating a Global Earth Observation System of Systems (GEOSS) to connect existing data infrastructures. A GEOSS Architecture Implementation Pilot Project for Disasters in Chile (AIP-8) was created as part of a capacity building initiative and representatives of different national agencies in Chile, along with international experts, formed a GEOSS Capacity Building Working Group (Lovison et al, 2016). Consistent with the objectives of GEOSS AIP-8 Chile, we developed and implemented a prototype service based on web services, mobile applications and other communication channels, which allows connecting different sources of information, aiming to reduce population vulnerability to natural disasters such as: earthquakes, flooding, wild fires and tsunamis, which is presented here. The GEO Chile client application is a JavaScript application using GEODAB brokering services, GIS technology and disaster information provided by national and international disaster services, including public and private organizations, where cartography becomes fundamental as a tool to provide realism and ubiquity to the information. Seven hotpots are targeted: Calbuco, Copahue and Villarrica volcanoes areas, Valparaíso city, which is frequently a victim of wildfires in the zone where population meets forest and Iquique, Illapel and Talcahuano, areas frequently struck by earthquakes and tsunamis.

  12. Medicaid care management: description of high-cost addictions treatment clients.

    Science.gov (United States)

    Neighbors, Charles J; Sun, Yi; Yerneni, Rajeev; Tesiny, Ed; Burke, Constance; Bardsley, Leland; McDonald, Rebecca; Morgenstern, Jon

    2013-09-01

    High utilizers of alcohol and other drug treatment (AODTx) services are a priority for healthcare cost control. We examine characteristics of Medicaid-funded AODTx clients, comparing three groups: individuals cost clients in the top decile of AODTx expenditures (HC; n=5,718); and 1760 enrollees in a chronic care management (CM) program for HC clients implemented in 22 counties in New York State. Medicaid and state AODTx registry databases were combined to draw demographic, clinical, social needs and treatment history data. HC clients accounted for 49% of AODTx costs funded by Medicaid. As expected, HC clients had significant social welfare needs, comorbid medical and psychiatric conditions, and use of inpatient services. The CM program was successful in enrolling some high-needs, high-cost clients but faced barriers to reaching the most costly and disengaged individuals. Copyright © 2013 Elsevier Inc. All rights reserved.

  13. CORAL Server and CORAL Server Proxy: Scalable Access to Relational Databases from CORAL Applications

    CERN Document Server

    Valassi, A; Kalkhof, A; Salnikov, A; Wache, M

    2011-01-01

    The CORAL software is widely used at CERN for accessing the data stored by the LHC experiments using relational database technologies. CORAL provides a C++ abstraction layer that supports data persistency for several backends and deployment models, including local access to SQLite files, direct client access to Oracle and MySQL servers, and read-only access to Oracle through the FroNTier web server and cache. Two new components have recently been added to CORAL to implement a model involving a middle tier "CORAL server" deployed close to the database and a tree of "CORAL server proxy" instances, with data caching and multiplexing functionalities, deployed close to the client. The new components are meant to provide advantages for read-only and read-write data access, in both offline and online use cases, in the areas of scalability and performance (multiplexing for several incoming connections, optional data caching) and security (authentication via proxy certificates). A first implementation of the two new c...

  14. PENGGUNAAN KONEKSI CORBA DENGAN PEMROGRAMAN MIDAS MULTI-TIER APPLICATION DALAM SISTEM RESERVASI HOTEL

    Directory of Open Access Journals (Sweden)

    Irwan Kristanto Julistiono

    2001-01-01

    Full Text Available This paper is made from a multi-tier system using corba technology for hotel reservation program for web browser and also client program. Client software is connected to application server with Corba Connection and client and application server connect to SQL server 7.0. via ODBC. The are 2 types of client: web client and delphi client. In making web browser client application, we use delphi activex from technology, in where in this system made like making the regular form, but it has shortage in integration with html language. Multi-pier application using corba system generally has another profit beside it could be developed, this system also stake with multi system database server, multi middle servers and multi client in which with these things all the system can system can be integrated. The weakness of this system is the complicated corba system, so it will be difficult to understand, while for multi-tier it self need a particular procedure to determine which server chossed by the client. Abstract in Bahasa Indonesia : Pada makalah ini dibuat suatu sistem multi-tier yang menggunakan teknologi CORBA untuk program reservasi hotel baik dengan web browser maupun program client. Perangkat lunak yang dipakai sebagai database server adalah SQL server 7.0. Program Client Delphi melalui Corba Connection akan dihubungkan ke Aplikasi server. Dan melalui ODBC Aplikasi Server akan dihubungkan ke SQL Server 7.0. Ada dua buah aplikasi client yaitu yang menggunakan lokal network dan yang menggunakan global network/web browser. Pada pembuatan aplikasi client untuk web browser. Digunakan teknologi activex form pada delphi dimana sistem ini dibuat seperti membuat form biasa, hanya saja memiliki kekurangan pada integrasi dengan bahasa html. Penggunaan sistem multi-tier dengan Corba ini secara umum memiliki keuntungan selain dapat dikembangkan lebih lanjut juga sistem ini dirancang dengan sistem multi database server, multi midle server, dan multi client dimana

  15. jSPyDB, an open source database-independent tool for data management

    CERN Document Server

    Pierro, Giuseppe Antonio

    2010-01-01

    Nowadays, the number of commercial tools available for accessing Databases, built on Java or .Net, is increasing. However, many of these applications have several drawbacks: usually they are not open-source, they provide interfaces only with a specific kind of database, they are platform-dependent and very CPU and memory consuming. jSPyDB is a free web based tool written using Python and Javascript. It relies on jQuery and python libraries, and is intended to provide a simple handler to different Database technologies inside a local web browser. Such a tool, exploiting fast access libraries such as SQLAlchemy, is easy to install, and to configure. The design of this tool envisages three layers. The front-end client side in the local web browser communicates with a backend server. Only the server is able to connect to the different databases for the purposes of performing data definition and manipulation. The server makes the data available to the client, so that the user can display and handle them safely. ...

  16. DEVELOPING MULTITHREADED DATABASE APPLICATION USING JAVA TOOLS AND ORACLE DATABASE MANAGEMENT SYSTEM IN INTRANET ENVIRONMENT

    OpenAIRE

    Raied Salman

    2015-01-01

    In many business organizations, database applications are designed and implemented using various DBMS and Programming Languages. These applications are used to maintain databases for the organizations. The organization departments can be located at different locations and can be connected by intranet environment. In such environment maintenance of database records become an assignment of complexity which needs to be resolved. In this paper an intranet application is designed an...

  17. Autism genetic database (AGD: a comprehensive database including autism susceptibility gene-CNVs integrated with known noncoding RNAs and fragile sites

    Directory of Open Access Journals (Sweden)

    Talebizadeh Zohreh

    2009-09-01

    Full Text Available Abstract Background Autism is a highly heritable complex neurodevelopmental disorder, therefore identifying its genetic basis has been challenging. To date, numerous susceptibility genes and chromosomal abnormalities have been reported in association with autism, but most discoveries either fail to be replicated or account for a small effect. Thus, in most cases the underlying causative genetic mechanisms are not fully understood. In the present work, the Autism Genetic Database (AGD was developed as a literature-driven, web-based, and easy to access database designed with the aim of creating a comprehensive repository for all the currently reported genes and genomic copy number variations (CNVs associated with autism in order to further facilitate the assessment of these autism susceptibility genetic factors. Description AGD is a relational database that organizes data resulting from exhaustive literature searches for reported susceptibility genes and CNVs associated with autism. Furthermore, genomic information about human fragile sites and noncoding RNAs was also downloaded and parsed from miRBase, snoRNA-LBME-db, piRNABank, and the MIT/ICBP siRNA database. A web client genome browser enables viewing of the features while a web client query tool provides access to more specific information for the features. When applicable, links to external databases including GenBank, PubMed, miRBase, snoRNA-LBME-db, piRNABank, and the MIT siRNA database are provided. Conclusion AGD comprises a comprehensive list of susceptibility genes and copy number variations reported to-date in association with autism, as well as all known human noncoding RNA genes and fragile sites. Such a unique and inclusive autism genetic database will facilitate the evaluation of autism susceptibility factors in relation to known human noncoding RNAs and fragile sites, impacting on human diseases. As a result, this new autism database offers a valuable tool for the research

  18. Software Application for Supporting the Education of Database Systems

    Science.gov (United States)

    Vágner, Anikó

    2015-01-01

    The article introduces an application which supports the education of database systems, particularly the teaching of SQL and PL/SQL in Oracle Database Management System environment. The application has two parts, one is the database schema and its content, and the other is a C# application. The schema is to administrate and store the tasks and the…

  19. Database and applications security integrating information security and data management

    CERN Document Server

    Thuraisingham, Bhavani

    2005-01-01

    This is the first book to provide an in-depth coverage of all the developments, issues and challenges in secure databases and applications. It provides directions for data and application security, including securing emerging applications such as bioinformatics, stream information processing and peer-to-peer computing. Divided into eight sections, each of which focuses on a key concept of secure databases and applications, this book deals with all aspects of technology, including secure relational databases, inference problems, secure object databases, secure distributed databases and emerging

  20. Exploring the field of public construction clients by a graphical network analysis

    OpenAIRE

    Eisma, P.R.; Volker, L.

    2014-01-01

    Because public construction clients form the majority of construction clients and procure over 40% of the construction output in most countries, they are important actors in the construction industry. Yet, the field of research on clients is still underdeveloped. In order to identify the research gaps in this field, a graphical network analysis of existing literature is performed. The analysis is based on a query executed in the scientific database Scopus resulting in around 3,300 publication...

  1. The ATLAS Wide-Range Database & Application Monitoring

    CERN Document Server

    Vasileva, Petya Tsvetanova; The ATLAS collaboration

    2018-01-01

    In HEP experiments at LHC the database applications often become complex by reflecting the ever demanding requirements of the researchers. The ATLAS experiment has several Oracle DB clusters with over 216 database schemes each with its own set of database objects. To effectively monitor them, we designed a modern and portable application with exceptionally good characteristics. Some of them include: concise view of the most important DB metrics; top SQL statements based on CPU, executions, block reads, etc.; volume growth plots per schema and DB object type; database jobs section with signaling for problematic ones; in-depth analysis in case of contention on data or processes. This contribution describes also the technical aspects of the implementation. The project can be separated into three independent layers. The first layer consists in highly-optimized database objects hiding all complicated calculations. The second layer represents a server providing REST access to the underlying database backend. The th...

  2. THE DIFFERENCE BETWEEN DEVELOPING SINGLE PAGE APPLICATION AND TRADITIONAL WEB APPLICATION BASED ON MECHATRONICS ROBOT LABORATORY ONAFT APPLICATION

    Directory of Open Access Journals (Sweden)

    V. Solovei

    2018-04-01

    Full Text Available Today most of desktop and mobile applications have analogues in the form of web-based applications.  With evolution of development technologies and web technologies web application increased in functionality to desktop applications. The Web application consists of two parts of the client part and the server part. The client part is responsible for providing the user with visual information through the browser. The server part is responsible for processing and storing data.MPA appeared simultaneously with the Internet. Multiple-page applications work in a "traditional" way. Every change eg. display the data or submit data back to the server. With the advent of AJAX, MPA learned to load not the whole page, but only a part of it, which eventually led to the appearance of the SPA. SPA is the principle of development when only one page is transferred to the client part, and the content is downloaded only to a certain part of the page, without rebooting it, which allows to speed up the application and simplify the user experience of using the application to the level of desktop applications.Based on the SPA, the Mechatronics Robot Laboratory ONAFT application was designed to automate the management process. The application implements the client-server architecture. The server part consists of a RESTful API, which allows you to get unified access to the application functionality, and a database for storing information. Since the client part is a spa, this allows you to reduce the load on the connection to the server and improve the user experience

  3. Efficient Mobile Client Caching Supporting Transaction Semantics

    Directory of Open Access Journals (Sweden)

    IlYoung Chung

    2000-05-01

    Full Text Available In mobile client-server database systems, caching of frequently accessed data is an important technique that will reduce the contention on the narrow bandwidth wireless channel. As the server in mobile environments may not have any information about the state of its clients' cache(stateless server, using broadcasting approach to transmit the updated data lists to numerous concurrent mobile clients is an attractive approach. In this paper, a caching policy is proposed to maintain cache consistency for mobile computers. The proposed protocol adopts asynchronous(non-periodic broadcasting as the cache invalidation scheme, and supports transaction semantics in mobile environments. With the asynchronous broadcasting approach, the proposed protocol can improve the throughput by reducing the abortion of transactions with low communication costs. We study the performance of the protocol by means of simulation experiments.

  4. 31 CFR 8.34 - Knowledge of client's omission.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 1 2010-07-01 2010-07-01 false Knowledge of client's omission. 8.34... client's omission. Each attorney, certified public accountant, or enrolled practitioner who knows that a client has not complied with applicable law, or has made an error in or omission from any document...

  5. Community ambulation: influences on therapists and clients reasoning and decision making.

    Science.gov (United States)

    Corrigan, Rosemary; McBurney, Helen

    2008-01-01

    Community ambulation is an important element of a rehabilitation training programme and its achievement is a goal shared by rehabilitation professionals and clients. The factors that influence a physiotherapist's or health professionals decision making around the preparation of a client for community ambulation and the factors that influence a client's decision to return to walking in their community are unclear. To review the available literature about the factors that have influenced the reasoning and decision making of rehabilitation therapists and clients around the topic of ambulation in the community. Three separate searches of the available literature were undertaken using Ovid, Cinahl, ProQuest, Medline and Ebscohost databases. Databases were searched from 1966 to October 2006.The first search explored the literature for factors that influence the clinical reasoning of rehabilitation therapists. The second search explored the literature for factors that influence client's decision to ambulate in the community. A third search was undertaken to explore the literature for the demands of community ambulation in rural communities. Very few studies were found that explored community ambulation in the context of clinical reasoning and decision making, the facilitators and barriers to a clients return to ambulation in their community or the demands of ambulation in a rural community. Consideration of the environment is key to the successful return to walking in the community of clients with mobility problems yet little literature has been found to guide physiotherapist's decision making about preparing a clients to return to walking in the community. An individual's participation in their society is also a result of the interaction between their personal characteristics and his or her environment. The influence of these characteristics may vary from one individual to another yet the factors that influence a person's decision to return to walking in their community

  6. Wireless Sensor Networks Database: Data Management and Implementation

    Directory of Open Access Journals (Sweden)

    Ping Liu

    2014-04-01

    Full Text Available As the core application of wireless sensor network technology, Data management and processing have become the research hotspot in the new database. This article studied mainly data management in wireless sensor networks, in connection with the characteristics of the data in wireless sensor networks, discussed wireless sensor network data query, integrating technology in-depth, proposed a mobile database structure based on wireless sensor network and carried out overall design and implementation for the data management system. In order to achieve the communication rules of above routing trees, network manager uses a simple maintenance algorithm of routing trees. Design ordinary node end, server end in mobile database at gathering nodes and mobile client end that can implement the system, focus on designing query manager, storage modules and synchronous module at server end in mobile database at gathering nodes.

  7. Molecule database framework: a framework for creating database applications with chemical structure search capability.

    Science.gov (United States)

    Kiener, Joos

    2013-12-11

    Research in organic chemistry generates samples of novel chemicals together with their properties and other related data. The involved scientists must be able to store this data and search it by chemical structure. There are commercial solutions for common needs like chemical registration systems or electronic lab notebooks. However for specific requirements of in-house databases and processes no such solutions exist. Another issue is that commercial solutions have the risk of vendor lock-in and may require an expensive license of a proprietary relational database management system. To speed up and simplify the development for applications that require chemical structure search capabilities, I have developed Molecule Database Framework. The framework abstracts the storing and searching of chemical structures into method calls. Therefore software developers do not require extensive knowledge about chemistry and the underlying database cartridge. This decreases application development time. Molecule Database Framework is written in Java and I created it by integrating existing free and open-source tools and frameworks. The core functionality includes:•Support for multi-component compounds (mixtures)•Import and export of SD-files•Optional security (authorization)For chemical structure searching Molecule Database Framework leverages the capabilities of the Bingo Cartridge for PostgreSQL and provides type-safe searching, caching, transactions and optional method level security. Molecule Database Framework supports multi-component chemical compounds (mixtures).Furthermore the design of entity classes and the reasoning behind it are explained. By means of a simple web application I describe how the framework could be used. I then benchmarked this example application to create some basic performance expectations for chemical structure searches and import and export of SD-files. By using a simple web application it was shown that Molecule Database Framework

  8. Frontier: High Performance Database Access Using Standard Web Components in a Scalable Multi-Tier Architecture

    International Nuclear Information System (INIS)

    Kosyakov, S.; Kowalkowski, J.; Litvintsev, D.; Lueking, L.; Paterno, M.; White, S.P.; Autio, Lauri; Blumenfeld, B.; Maksimovic, P.; Mathis, M.

    2004-01-01

    A high performance system has been assembled using standard web components to deliver database information to a large number of broadly distributed clients. The CDF Experiment at Fermilab is establishing processing centers around the world imposing a high demand on their database repository. For delivering read-only data, such as calibrations, trigger information, and run conditions data, we have abstracted the interface that clients use to retrieve data objects. A middle tier is deployed that translates client requests into database specific queries and returns the data to the client as XML datagrams. The database connection management, request translation, and data encoding are accomplished in servlets running under Tomcat. Squid Proxy caching layers are deployed near the Tomcat servers, as well as close to the clients, to significantly reduce the load on the database and provide a scalable deployment model. Details the system's construction and use are presented, including its architecture, design, interfaces, administration, performance measurements, and deployment plan

  9. Development and application of nuclear power operation database

    International Nuclear Information System (INIS)

    Shao Juying; Fang Zhaoxia

    1996-01-01

    The article describes the development of the Nuclear Power Operation Database which include Domestic and Overseas Nuclear Event Scale Database, Overseas Nuclear Power Operation Abnormal Event Database, Overseas Nuclear Power Operation General Reliability Database and Qinshan Nuclear Power Operation Abnormal Event Database. The development includes data collection and analysis, database construction and code design, database management system selection. The application of the database to provide support to the safety analysis of the NPPs which have been in commercial operation is also introduced

  10. CheD: chemical database compilation tool, Internet server, and client for SQL servers.

    Science.gov (United States)

    Trepalin, S V; Yarkov, A V

    2001-01-01

    An efficient program, which runs on a personal computer, for the storage, retrieval, and processing of chemical information, is presented, The program can work both as a stand-alone application or in conjunction with a specifically written Web server application or with some standard SQL servers, e.g., Oracle, Interbase, and MS SQL. New types of data fields are introduced, e.g., arrays for spectral information storage, HTML and database links, and user-defined functions. CheD has an open architecture; thus, custom data types, controls, and services may be added. A WWW server application for chemical data retrieval features an easy and user-friendly installation on Windows NT or 95 platforms.

  11. A large channel count multi client data acquisition system for superconducting magnet system of SST-1

    International Nuclear Information System (INIS)

    Doshi, K.; Pradhan, S.; Masand, H.; Khristi, Y.; Dhongde, J.; Sharma, A.; Parghi, B.; Varmora, P.; Prasad, U.; Patel, D.

    2012-01-01

    The magnet system of the Steady-state Superconducting Tokamak-1 at the Institute for Plasma Research, Gandhinagar, India, consists of sixteen Toroidal field and nine Poloidal field Superconducting coils together with a pair of resistive PF coils, an air core ohmic transformer and a pair of vertical field coils. These coils are instrumented with various cryogenic grade sensors and voltage taps to monitor its operating status and health during different operational scenarios. A VME based data acquisition system with remote system architecture is implemented for data acquisition and control of the complete magnet operation. Client-Server based architecture is implemented with remote hardware configuration and continuous online/offline monitoring. A JAVA based platform independent client application is developed for data analysis and data plotting. The server has multiple data pipeline architecture to send data to storage database, online plotting application, numerical display screen, and run time calculation. This paper describes software architecture, design and implementation of the data acquisition system. (author)

  12. Professional iOS database application programming

    CERN Document Server

    Alessi, Patrick

    2013-01-01

    Updated and revised coverage that includes the latest versions of iOS and Xcode Whether you're a novice or experienced developer, you will want to dive into this updated resource on database application programming for the iPhone and iPad. Packed with more than 50 percent new and revised material - including completely rebuilt code, screenshots, and full coverage of new features pertaining to database programming and enterprise integration in iOS 6 - this must-have book intends to continue the precedent set by the previous edition by helping thousands of developers master database

  13. Cultural humility: measuring openness to culturally diverse clients.

    Science.gov (United States)

    Hook, Joshua N; Davis, Don E; Owen, Jesse; Worthington, Everett L; Utsey, Shawn O

    2013-07-01

    Building on recent theory stressing multicultural orientation, as well as the development of virtues and dispositions associated with multicultural values, we introduce the construct of cultural humility, defined as having an interpersonal stance that is other-oriented rather than self-focused, characterized by respect and lack of superiority toward an individual's cultural background and experience. In 4 studies, we provide evidence for the estimated reliability and construct validity of a client-rated measure of a therapist's cultural humility, and we demonstrate that client perceptions of their therapist's cultural humility are positively associated with developing a strong working alliance. Furthermore, client perceptions of their therapist's cultural humility were positively associated with improvement in therapy, and this relationship was mediated by a strong working alliance. We consider implications for research, practice, and training. PsycINFO Database Record (c) 2013 APA, all rights reserved.

  14. Design of Integrated Database on Mobile Information System: A Study of Yogyakarta Smart City App

    Science.gov (United States)

    Nurnawati, E. K.; Ermawati, E.

    2018-02-01

    An integration database is a database which acts as the data store for multiple applications and thus integrates data across these applications (in contrast to an Application Database). An integration database needs a schema that takes all its client applications into account. The benefit of the schema that sharing data among applications does not require an extra layer of integration services on the applications. Any changes to data made in a single application are made available to all applications at the time of database commit - thus keeping the applications’ data use better synchronized. This study aims to design and build an integrated database that can be used by various applications in a mobile device based system platforms with the based on smart city system. The built-in database can be used by various applications, whether used together or separately. The design and development of the database are emphasized on the flexibility, security, and completeness of attributes that can be used together by various applications to be built. The method used in this study is to choice of the appropriate database logical structure (patterns of data) and to build the relational-database models (Design Databases). Test the resulting design with some prototype apps and analyze system performance with test data. The integrated database can be utilized both of the admin and the user in an integral and comprehensive platform. This system can help admin, manager, and operator in managing the application easily and efficiently. This Android-based app is built based on a dynamic clientserver where data is extracted from an external database MySQL. So if there is a change of data in the database, then the data on Android applications will also change. This Android app assists users in searching of Yogyakarta (as smart city) related information, especially in culture, government, hotels, and transportation.

  15. The ARAC client system: network-based access to ARAC

    International Nuclear Information System (INIS)

    Leach, M J; Sumikawa, D; Webster, C

    1999-01-01

    The ARAC Client System allows users (such as emergency managers and first responders) with commonly available desktop and laptop computers to utilize the central ARAC system over the Internet or any other communications link using Internet protocols. Providing cost-effective fast access to the central ARAC system greatly expands the availability of the ARAC capability. The ARAC Client system consists of (1) local client applications running on the remote user's computer, and (2) ''site servers'' that provide secure access to selected central ARAC system capabilities and run on a scalable number of dedicated workstations residing at the central facility. The remote client applications allow users to describe a real or potential them-bio event, electronically sends this information to the central ARAC system which performs model calculations, and quickly receive and visualize the resulting graphical products. The site servers will support simultaneous access to ARAC capabilities by multiple users. The ARAC Client system is based on object-oriented client/server and distributed computing technologies using CORBA and Java, and consists of a large number of interacting components

  16. Client/server models for transparent, distributed computational resources

    International Nuclear Information System (INIS)

    Hammer, K.E.; Gilman, T.L.

    1991-01-01

    Client/server models are proposed to address issues of shared resources in a distributed, heterogeneous UNIX environment. Recent development of automated Remote Procedure Call (RPC) interface generator has simplified the development of client/server models. Previously, implementation of the models was only possible at the UNIX socket level. An overview of RPCs and the interface generator will be presented and will include a discussion of generation and installation of remote services, the RPC paradigm, and the three levels of RPC programming. Two applications, the Nuclear Plant Analyzer (NPA) and a fluids simulation using molecular modelling, will be presented to demonstrate how client/server models using RPCs and External Data Representations (XDR) have been used production/computation situations. The NPA incorporates a client/server interface for transferring/translation of TRAC or RELAP results from the UNICOS Cray to a UNIX workstation. The fluids simulation program utilizes the client/server model to access the Cray via a single function allowing it to become a shared co-processor to the workstation application. 5 refs., 6 figs

  17. A database application for wilderness character monitoring

    Science.gov (United States)

    Ashley Adams; Peter Landres; Simon Kingston

    2012-01-01

    The National Park Service (NPS) Wilderness Stewardship Division, in collaboration with the Aldo Leopold Wilderness Research Institute and the NPS Inventory and Monitoring Program, developed a database application to facilitate tracking and trend reporting in wilderness character. The Wilderness Character Monitoring Database allows consistent, scientifically based...

  18. Addressing clients' racism and racial prejudice in individual psychotherapy: Therapeutic considerations.

    Science.gov (United States)

    Bartoli, Eleonora; Pyati, Aarti

    2009-06-01

    Psychotherapists lack clear guidelines regarding how to address clients' racist and prejudicial comments in clinical work. The authors explore the contributions of multicultural, social justice, feminist, and ethical theories to the field of psychotherapy and apply these theories to 2 clinical vignettes in which clients made racially charged statements. These clinical examples highlight the importance of using racial, in addition to traditional, theories to decipher the clinical meanings of racial comments and dynamics in clinical work. The article provides therapeutic conceptualizations regarding how to address clients' racist and prejudicial comments in psychotherapy and elaborates on the complex meanings that might arise from engaging in racially charged discussions with clients depending on the racial composition of the therapeutic dyad. In addition to highlighting how social justice, multicultural, and feminist lenses are necessary to fully understand the meaning of clients' comments, the argument is made that addressing clients' racist and prejudicial comments is at once a clinical and a social justice issue. (PsycINFO Database Record (c) 2010 APA, all rights reserved).

  19. Mars Science Laboratory Frame Manager for Centralized Frame Tree Database and Target Pointing

    Science.gov (United States)

    Kim, Won S.; Leger, Chris; Peters, Stephen; Carsten, Joseph; Diaz-Calderon, Antonio

    2013-01-01

    The FM (Frame Manager) flight software module is responsible for maintaining the frame tree database containing coordinate transforms between frames. The frame tree is a proper tree structure of directed links, consisting of surface and rover subtrees. Actual frame transforms are updated by their owner. FM updates site and saved frames for the surface tree. As the rover drives to a new area, a new site frame with an incremented site index can be created. Several clients including ARM and RSM (Remote Sensing Mast) update their related rover frames that they own. Through the onboard centralized FM frame tree database, client modules can query transforms between any two frames. Important applications include target image pointing for RSM-mounted cameras and frame-referenced arm moves. The use of frame tree eliminates cumbersome, error-prone calculations of coordinate entries for commands and thus simplifies flight operations significantly.

  20. Geoscientific (GEO) database of the Andra Meuse / Haute-Marne research center

    International Nuclear Information System (INIS)

    Tabani, P.; Hemet, P.; Hermand, G.; Delay, J.; Auriere, C.

    2010-01-01

    Document available in extended abstract form only. The GEO database (geo-scientific database of the Meuse/Haute-Marne Center) is a tool developed by Andra, with a view to group in a secured computer form all data related to the acquisition of in situ and laboratory measurements made on solid and fluid samples. This database has three main functions: - Acquisition and management of data and computer files related to geological, geomechanical, hydrogeological and geochemical measurements on solid and fluid samples and in situ measurements (logging, on sample measurements, geological logs, etc). - Available consultation by the staff on Andra's intranet network for selective viewing of data linked to a borehole and/or a sample and for making computations and graphs on sets of laboratory measurements related to a sample. - Physical management of fluid and solid samples stored in a 'core library' in order to localize a sample, follow-up its movement out of the 'core library' to an organization, and carry out regular inventories. The GEO database is a relational Oracle data base. It is installed on a data server which stores information and manages the users' transactions. The users can consult, download and exploit data from any computer connected to the Andra network or Internet. Management of the access rights is made through a login/ password. Four geo-scientific explanations are linked to the Geo database, they are: - The Geosciences portal: The Geosciences portal is a web Intranet application accessible from the ANDRA network. It does not require a particular installation from the client and is accessible through the Internet navigator. A SQL Server Express database manages the users and access rights to the application. This application is used for the acquisition of hydrogeological and geochemical data collected on the field and on fluid samples, as well as data related to scientific work carried out at surface level or in drifts

  1. Analysis and Design of Web-Based Database Application for Culinary Community

    Directory of Open Access Journals (Sweden)

    Choirul Huda

    2017-03-01

    Full Text Available This research is based on the rapid development of the culinary and information technology. The difficulties in communicating with the culinary expert and on recipe documentation make a proper support for media very important. Therefore, a web-based database application for the public is important to help the culinary community in communication, searching and recipe management. The aim of the research was to design a web-based database application that could be used as social media for the culinary community. This research used literature review, user interviews, and questionnaires. Moreover, the database system development life cycle was used as a guide for designing a database especially for conceptual database design, logical database design, and physical design database. Web-based application design used eight golden rules for user interface design. The result of this research is the availability of a web-based database application that can fulfill the needs of users in the culinary field related to communication and recipe management.

  2. 34 CFR 370.1 - What is the Client Assistance Program (CAP)?

    Science.gov (United States)

    2010-07-01

    ... 34 Education 2 2010-07-01 2010-07-01 false What is the Client Assistance Program (CAP)? 370.1... § 370.1 What is the Client Assistance Program (CAP)? The purpose of this program is to establish and carry out CAPs that— (a) Advise and inform clients and client applicants of all services and benefits...

  3. Emotional congruence between clients and therapists and its effect on treatment outcome.

    Science.gov (United States)

    Atzil-Slonim, Dana; Bar-Kalifa, Eran; Fisher, Hadar; Peri, Tuvia; Lutz, Wolfgang; Rubel, Julian; Rafaeli, Eshkol

    2018-01-01

    The present study aimed to (a) explore 2 indices of emotional congruence-temporal similarity and directional discrepancy-between clients' and therapists' ratings of their emotions as they cofluctuate session-by-session; and (b) examine whether client/therapist emotional congruence predicts clients' symptom relief and improved functioning. The sample comprised 109 clients treated by 62 therapists in a university setting. Clients and therapists self-reported their negative (NE) and positive emotions (PE) after each session. Symptom severity and functioning level were assessed at the beginning of each session using the clients' self-reports. To assess emotional congruence, an adaptation of West and Kenny's (2011) Truth and Bias model was applied. To examine the consequences of emotional congruence, polynomial regression, and response surface analyses were conducted (Edwards & Parry, 1993). Clients and therapists were temporally similar in both PE and NE. Therapists experienced less intense PE on average, but did not experience more or less intense NE than their clients. Those therapists who experienced more intense NE than their clients were more temporally similar in their emotions to their clients. Therapist/client incongruence in both PE and NE predicted poorer next-session symptomatology; incongruence in PE was also associated with lower client next-session functioning. Session-level symptoms were better when therapists experienced more intense emotions (both PE and NE) than their clients. The findings highlight the importance of recognizing the dynamic nature of emotions in client-therapist interactions and the contribution of session-by-session emotional dynamics to outcomes. (PsycINFO Database Record (c) 2018 APA, all rights reserved).

  4. International Ventilation Cooling Application Database

    DEFF Research Database (Denmark)

    Holzer, Peter; Psomas, Theofanis Ch.; OSullivan, Paul

    2016-01-01

    The currently running International Energy Agency, Energy and Conservation in Buildings, Annex 62 Ventilative Cooling (VC) project, is coordinating research towards extended use of VC. Within this Annex 62 the joint research activity of International VC Application Database has been carried out...... and locations, using VC as a mean of indoor comfort improvement. The building-spreadsheet highlights distributions of technologies and strategies, such as the following. (Numbers in % refer to the sample of the database’s 91 buildings.) It may be concluded that Ventilative Cooling is applied in temporary......, systematically investigating the distribution of technologies and strategies within VC. The database is structured as both a ticking-list-like building-spreadsheet and a collection of building-datasheets. The content of both closely follows Annex 62 State-Of-The- Art-Report. The database has been filled, based...

  5. Database application research in real-time data access of accelerator control system

    International Nuclear Information System (INIS)

    Chen Guanghua; Chen Jianfeng; Wan Tianmin

    2012-01-01

    The control system of Shanghai Synchrotron Radiation Facility (SSRF) is a large-scale distributed real-time control system, It involves many types and large amounts of real-time data access during the operating. Database system has wide application prospects in the large-scale accelerator control system. It is the future development direction of the accelerator control system, to replace the differently dedicated data structures with the mature standardized database system. This article discusses the application feasibility of database system in accelerators based on the database interface technology, real-time data access testing, and system optimization research and to establish the foundation of the wide scale application of database system in the SSRF accelerator control system. Based on the database interface technology, real-time data access testing and system optimization research, this article will introduce the application feasibility of database system in accelerators, and lay the foundation of database system application in the SSRF accelerator control system. (authors)

  6. 37 CFR 10.57 - Preservation of confidences and secrets of a client.

    Science.gov (United States)

    2010-07-01

    ... and secrets of a client. 10.57 Section 10.57 Patents, Trademarks, and Copyrights UNITED STATES PATENT... confidences and secrets of a client. (a) “Confidence” refers to information protected by the attorney-client or agent-client privilege under applicable law. “Secret” refers to other information gained in the...

  7. Fuzzy Modeling of Client Preference in Data-Rich Marketing Environments

    NARCIS (Netherlands)

    M. Setnes; U. Kaymak (Uzay)

    2000-01-01

    textabstractAdvances in computational methods have led, in the world of financial services, to huge databases of client and market information. In the past decade, various computational intelligence (CI) techniques have been applied in mining this data for obtaining knowledge and in-depth

  8. Secure thin client architecture for DICOM image analysis

    Science.gov (United States)

    Mogatala, Harsha V. R.; Gallet, Jacqueline

    2005-04-01

    This paper presents a concept of Secure Thin Client (STC) Architecture for Digital Imaging and Communications in Medicine (DICOM) image analysis over Internet. STC Architecture provides in-depth analysis and design of customized reports for DICOM images using drag-and-drop and data warehouse technology. Using a personal computer and a common set of browsing software, STC can be used for analyzing and reporting detailed patient information, type of examinations, date, Computer Tomography (CT) dose index, and other relevant information stored within the images header files as well as in the hospital databases. STC Architecture is three-tier architecture. The First-Tier consists of drag-and-drop web based interface and web server, which provides customized analysis and reporting ability to the users. The Second-Tier consists of an online analytical processing (OLAP) server and database system, which serves fast, real-time, aggregated multi-dimensional data using OLAP technology. The Third-Tier consists of a smart algorithm based software program which extracts DICOM tags from CT images in this particular application, irrespective of CT vendor's, and transfers these tags into a secure database system. This architecture provides Winnipeg Regional Health Authorities (WRHA) with quality indicators for CT examinations in the hospitals. It also provides health care professionals with analytical tool to optimize radiation dose and image quality parameters. The information is provided to the user by way of a secure socket layer (SSL) and role based security criteria over Internet. Although this particular application has been developed for WRHA, this paper also discusses the effort to extend the Architecture to other hospitals in the region. Any DICOM tag from any imaging modality could be tracked with this software.

  9. Design of remote weather monitor system based on embedded web database

    International Nuclear Information System (INIS)

    Gao Jiugang; Zhuang Along

    2010-01-01

    The remote weather monitoring system is designed by employing the embedded Web database technology and the S3C2410 microprocessor as the core. The monitoring system can simultaneously monitor the multi-channel sensor signals, and can give a dynamic Web pages display of various types of meteorological information on the remote computer. It gives a elaborated introduction of the construction and application of the Web database under the embedded Linux. Test results show that the client access the Web page via the GPRS or the Internet, acquires data and uses an intuitive graphical way to display the value of various types of meteorological information. (authors)

  10. Letter Writing as a Tool To Increase Client Motivation To Change: Application to an Inpatient Crisis Unit.

    Science.gov (United States)

    Tubman, Jonathan G.; Montgomery, Marilyn J.; Wagner, Eric F.

    2001-01-01

    Describes the application of a letter writing exercise as a motivational technique for group counseling in contemporary crisis unit settings. Discusses guidelines and implications for clinical practice with clients with multiple, chronic problems. (Contains 37 references and 1 table.) (GCP)

  11. THE ROLE OF DATABASE MARKETING IN THE OPERATIONALIZATION OF THE SERVICES RELATIONSHIP MARKETING

    Directory of Open Access Journals (Sweden)

    Luigi DUMITRESCU

    2010-01-01

    Full Text Available The relationship marketing aims the construction of a durable relation between the enterprise and the final client, identified at an individual level. The particular part of the relationship marketing has two main concepts: individuality and the relation. This paper presents the concepts of relationship marketing, database marketing and geomarketing. We present the importance of implementing a marketing database in a service providing enterprise and its implications on one hand for the client and on the other hand for the enterprise. The paper point out the marketing database instruments and the advantages for the elements of the marketing mix. The implementation of a marketing database will aid the enterprise to better target and attract the client, to transform them into loyal consumers and in the same time it can help refresh the image of the enterprise.

  12. Improved materials management through client/server computing

    International Nuclear Information System (INIS)

    Brooks, D.; Neilsen, E.; Reagan, R.; Simmons, D.

    1992-01-01

    This paper reports that materials management and procurement impacts every organization within an electric utility from power generation to customer service. An efficient material management and procurement system can help improve productivity and minimize operating costs. It is no longer sufficient to simply automate materials management using inventory control systems. Smart companies are building centralized data warehouses and use the client/server style of computing to provide real time data access. This paper describes how Alabama Power Company, Southern Company Services and Digital Equipment Corporation transformed two existing applications, a purchase order application within DEC's ALL-IN-1 environment and a materials management application within an IBM CICS environment, into a data warehouse - client/server application. An application server is used to overcome incompatibilities between computing environments and provide easy, real-time access to information residing in multi-vendor environments

  13. Fuzzy modeling of client preference in data-rich marketing environments

    NARCIS (Netherlands)

    Setnes, M.; Kaymak, U.

    2000-01-01

    Advances in computational methods have led, in the world of financial services, to huge databases of client and market information. In the past decade, various computational intelligence (CI) techniques have been applied in mining this data for obtaining knowledge and in-depth information about the

  14. Analysis of Java Distributed Architectures in Designing and Implementing a Client/Server Database System

    National Research Council Canada - National Science Library

    Akin, Ramis

    1998-01-01

    .... Information is scattered throughout organizations and must be easily accessible. A new solution is needed for effective and efficient management of data in today's distributed client/server environment...

  15. Client Mobile Software Design Principles for Mobile Learning Systems

    Directory of Open Access Journals (Sweden)

    Qing Tan

    2009-01-01

    Full Text Available In a client-server mobile learning system, client mobile software must run on the mobile phone to acquire, package, and send student’s interaction data via the mobile communications network to the connected mobile application server. The server will receive and process the client data in order to offer appropriate content and learning activities. To develop the mobile learning systems there are a number of very important issues that must be addressed. Mobile phones have scarce computing resources. They consist of heterogeneous devices and use various mobile operating systems, they have limitations with their user/device interaction capabilities, high data communications cost, and must provide for device mobility and portability. In this paper we propose five principles for designing Client mobile learning software. A location-based adaptive mobile learning system is presented as a proof of concept to demonstrate the applicability of these design principles.

  16. A Client/Server Architecture for Supporting Science Data Using EPICS Version 4

    Energy Technology Data Exchange (ETDEWEB)

    Dalesio, Leo [EPIC Consulting, Jacksonville, FL (United States)

    2015-04-21

    The Phase 1 grant that serves as a precursor to this proposal, prototyped complex storage techniques for high speed structured data that is being produced in accelerator diagnostics and beam line experiments. It demonstrates the technologies that can be used to archive and retrieve complex data structures and provide the performance required by our new accelerators, instrumentations, and detectors. Phase 2 is proposed to develop a high-performance platform for data acquisition and analysis to provide physicists and operators a better understanding of the beam dynamics. This proposal includes developing a platform for reading 109 MHz data at 10 KHz rates through a multicore front end processor, archiving the data to an archive repository that is then indexed for fast retrieval. The data is then retrieved from this data archive, integrated with the scalar data, to provide data sets to client applications for analysis, use in feedback, and to aid in identifying problem with the instrumentation, plant, beam steering, or model. This development is built on EPICS version 4 , which is being successfully deployed to implement physics applications. Through prior SBIR grants, EPICS version 4 has a solid communication protocol for middle layer services (PVAccess), structured data representation and methods for efficient transportation and access (PVData), an operational hierarchical record environment (JAVA IOC), and prototypes for standard structured data (Normative Types). This work was further developed through project funding to successfully deploy the first service based physics application environment with demonstrated services that provide arbitrary object views, save sets, model, lattice, and unit conversion. Thin client physics applications have been developed in Python that implement quad centering, orbit display, bump control, and slow orbit feedback. This service based architecture has provided a very modular and robust environment that enables commissioning teams

  17. WORKING WITH HOMOSEXUAL CLIENTS: Application of Solution-Focused Therapy

    Directory of Open Access Journals (Sweden)

    Husmiati Husmiati

    2012-04-01

    Full Text Available This article discusses the psychosocial problems dealt by gay, lesbian, and bisexual clients. Gay is an individual who has sex orientation to male, whereas lesbian is to female. Bisexual has both sex orientation towards male and female. This article also points out one approach called Solution-Focused Therapy (SFT which can be applied in clinical practice. Working with SFT technique to homoerotic individual or group is significantly different to common people. Mental health experts such as social workers and clinical psychologists should have this understanding. Keywords: Homosexuality, client, clinical practice, therapy, solution focused

  18. jSPyDB, an open source database-independent tool for data management

    Science.gov (United States)

    Pierro, Giuseppe Antonio; Cavallari, Francesca; Di Guida, Salvatore; Innocente, Vincenzo

    2011-12-01

    Nowadays, the number of commercial tools available for accessing Databases, built on Java or .Net, is increasing. However, many of these applications have several drawbacks: usually they are not open-source, they provide interfaces only with a specific kind of database, they are platform-dependent and very CPU and memory consuming. jSPyDB is a free web-based tool written using Python and Javascript. It relies on jQuery and python libraries, and is intended to provide a simple handler to different database technologies inside a local web browser. Such a tool, exploiting fast access libraries such as SQLAlchemy, is easy to install, and to configure. The design of this tool envisages three layers. The front-end client side in the local web browser communicates with a backend server. Only the server is able to connect to the different databases for the purposes of performing data definition and manipulation. The server makes the data available to the client, so that the user can display and handle them safely. Moreover, thanks to jQuery libraries, this tool supports export of data in different formats, such as XML and JSON. Finally, by using a set of pre-defined functions, users are allowed to create their customized views for a better data visualization. In this way, we optimize the performance of database servers by avoiding short connections and concurrent sessions. In addition, security is enforced since we do not provide users the possibility to directly execute any SQL statement.

  19. jSPyDB, an open source database-independent tool for data management

    International Nuclear Information System (INIS)

    Pierro, Giuseppe Antonio; Cavallari, Francesca; Di Guida, Salvatore; Innocente, Vincenzo

    2011-01-01

    Nowadays, the number of commercial tools available for accessing Databases, built on Java or .Net, is increasing. However, many of these applications have several drawbacks: usually they are not open-source, they provide interfaces only with a specific kind of database, they are platform-dependent and very CPU and memory consuming. jSPyDB is a free web-based tool written using Python and Javascript. It relies on jQuery and python libraries, and is intended to provide a simple handler to different database technologies inside a local web browser. Such a tool, exploiting fast access libraries such as SQLAlchemy, is easy to install, and to configure. The design of this tool envisages three layers. The front-end client side in the local web browser communicates with a backend server. Only the server is able to connect to the different databases for the purposes of performing data definition and manipulation. The server makes the data available to the client, so that the user can display and handle them safely. Moreover, thanks to jQuery libraries, this tool supports export of data in different formats, such as XML and JSON. Finally, by using a set of pre-defined functions, users are allowed to create their customized views for a better data visualization. In this way, we optimize the performance of database servers by avoiding short connections and concurrent sessions. In addition, security is enforced since we do not provide users the possibility to directly execute any SQL statement.

  20. Phynx: an open source software solution supporting data management and web-based patient-level data review for drug safety studies in the general practice research database and other health care databases.

    Science.gov (United States)

    Egbring, Marco; Kullak-Ublick, Gerd A; Russmann, Stefan

    2010-01-01

    To develop a software solution that supports management and clinical review of patient data from electronic medical records databases or claims databases for pharmacoepidemiological drug safety studies. We used open source software to build a data management system and an internet application with a Flex client on a Java application server with a MySQL database backend. The application is hosted on Amazon Elastic Compute Cloud. This solution named Phynx supports data management, Web-based display of electronic patient information, and interactive review of patient-level information in the individual clinical context. This system was applied to a dataset from the UK General Practice Research Database (GPRD). Our solution can be setup and customized with limited programming resources, and there is almost no extra cost for software. Access times are short, the displayed information is structured in chronological order and visually attractive, and selected information such as drug exposure can be blinded. External experts can review patient profiles and save evaluations and comments via a common Web browser. Phynx provides a flexible and economical solution for patient-level review of electronic medical information from databases considering the individual clinical context. It can therefore make an important contribution to an efficient validation of outcome assessment in drug safety database studies.

  1. CORAL Server and CORAL Server Proxy: Scalable Access to Relational Databases from CORAL Applications

    International Nuclear Information System (INIS)

    Valassi, A; Kalkhof, A; Bartoldus, R; Salnikov, A; Wache, M

    2011-01-01

    The CORAL software is widely used at CERN by the LHC experiments to access the data they store on relational databases, such as Oracle. Two new components have recently been added to implement a model involving a middle tier 'CORAL server' deployed close to the database and a tree of 'CORAL server proxies', providing data caching and multiplexing, deployed close to the client. A first implementation of the two new components, released in the summer 2009, is now deployed in the ATLAS online system to read the data needed by the High Level Trigger, allowing the configuration of a farm of several thousand processes. This paper reviews the architecture of the software, its development status and its usage in ATLAS.

  2. Beauty from the beast: Avoiding errors in responding to client questions.

    Science.gov (United States)

    Waehler, Charles A; Grandy, Natalie M

    2016-09-01

    Those rare moments when clients ask direct questions of their therapists likely represent a point when they are particularly open to new considerations, thereby representing an opportunity for substantial therapeutic gains. However, clinical errors abound in this area because clients' questions often engender apprehension in therapists, causing therapists to respond with too little or too much information or shutting down the discussion prematurely. These response types can damage the therapeutic relationship, the psychotherapy process, or both. We explore the nature of these clinical errors in response to client questions by providing examples from our own clinical work, suggesting potential reasons why clinicians may not make optimal use of client questions, and discussing how the mixed psychological literature further complicates the issue. We also present four guidelines designed to help therapists, trainers, and supervisors respond constructively to clinical questions in order to create constructive interactions. (PsycINFO Database Record (c) 2016 APA, all rights reserved).

  3. Development of a Personal Digital Assistant (PDA) based client/server NICU patient data and charting system.

    Science.gov (United States)

    Carroll, A E; Saluja, S; Tarczy-Hornoch, P

    2001-01-01

    Personal Digital Assistants (PDAs) offer clinicians the ability to enter and manage critical information at the point of care. Although PDAs have always been designed to be intuitive and easy to use, recent advances in technology have made them even more accessible. The ability to link data on a PDA (client) to a central database (server) allows for near-unlimited potential in developing point of care applications and systems for patient data management. Although many stand-alone systems exist for PDAs, none are designed to work in an integrated client/server environment. This paper describes the design, software and hardware selection, and preliminary testing of a PDA based patient data and charting system for use in the University of Washington Neonatal Intensive Care Unit (NICU). This system will be the subject of a subsequent study to determine its impact on patient outcomes and clinician efficiency.

  4. A Unit-Test Framework for Database Applications

    DEFF Research Database (Denmark)

    Christensen, Claus Abildgaard; Gundersborg, Steen; de Linde, Kristian

    The outcome of a test of an application that stores data in a database naturally depends on the state of the database. It is therefore important that test developers are able to set up and tear down database states in a simple and efficient manner. In existing unit-test frameworks, setting up...... test can be minimized. In addition, the reuse between unit tests can speed up the execution of test suites. A performance test on a medium-size project shows a 40% speed up and an estimated 25% reduction in the number of lines of test code....

  5. Client/Server Architecture Promises Radical Changes.

    Science.gov (United States)

    Freeman, Grey; York, Jerry

    1991-01-01

    This article discusses the emergence of the client/server paradigm for the delivery of computer applications, its emergence in response to the proliferation of microcomputers and local area networks, the applicability of the model in academic institutions, and its implications for college campus information technology organizations. (Author/DB)

  6. Ontology to relational database transformation for web application development and maintenance

    Science.gov (United States)

    Mahmudi, Kamal; Inggriani Liem, M. M.; Akbar, Saiful

    2018-03-01

    Ontology is used as knowledge representation while database is used as facts recorder in a KMS (Knowledge Management System). In most applications, data are managed in a database system and updated through the application and then they are transformed to knowledge as needed. Once a domain conceptor defines the knowledge in the ontology, application and database can be generated from the ontology. Most existing frameworks generate application from its database. In this research, ontology is used for generating the application. As the data are updated through the application, a mechanism is designed to trigger an update to the ontology so that the application can be rebuilt based on the newest ontology. By this approach, a knowledge engineer has a full flexibility to renew the application based on the latest ontology without dependency to a software developer. In many cases, the concept needs to be updated when the data changed. The framework is built and tested in a spring java environment. A case study was conducted to proof the concepts.

  7. Primary Numbers Database for ATLAS Detector Description Parameters

    CERN Document Server

    Vaniachine, A; Malon, D; Nevski, P; Wenaus, T

    2003-01-01

    We present the design and the status of the database for detector description parameters in ATLAS experiment. The ATLAS Primary Numbers are the parameters defining the detector geometry and digitization in simulations, as well as certain reconstruction parameters. Since the detailed ATLAS detector description needs more than 10,000 such parameters, a preferred solution is to have a single verified source for all these data. The database stores the data dictionary for each parameter collection object, providing schema evolution support for object-based retrieval of parameters. The same Primary Numbers are served to many different clients accessing the database: the ATLAS software framework Athena, the Geant3 heritage framework Atlsim, the Geant4 developers framework FADS/Goofy, the generator of XML output for detector description, and several end-user clients for interactive data navigation, including web-based browsers and ROOT. The choice of the MySQL database product for the implementation provides addition...

  8. RANCANG BANGUN PERANGKAT LUNAK MANAJEMEN DATABASE SQL SERVER BERBASIS WEB

    Directory of Open Access Journals (Sweden)

    Muchammad Husni

    2005-01-01

    Full Text Available Normal 0 false false false IN X-NONE X-NONE MicrosoftInternetExplorer4 Microsoft SQL Server merupakan aplikasi desktop database server yang bersifat client/server, karena memiliki komponen client, yang  berfungsi menampilkan dan memanipulasi data; serta komponen server yang berfungsi menyimpan, memanggil, dan mengamankan database. Operasi-operasi manajemen semua server database dalam jaringan dilakukan administrator database dengan menggunakan tool administratif utama SQL Server yang bernama Enterprise Manager. Hal ini mengakibatkan administrator database hanya bisa  melakukan operasi-operasi tersebut di komputer yang telah diinstalasi Microsoft SQL Server. Pada penelitian ini, dirancang suatu aplikasi berbasis web dengan menggunakan ASP.Net untuk melakukan pengaturan database server. Aplikasi ini menggunakan ADO.NET yang memanfaatkan Transact-SQL dan stored procedure pada server untuk melakukan operasi-operasi manajemen database pada suatu server database SQL, dan menampilkannya ke dalam web. Administrator database bisa menjalankan aplikasi berbasis web tersebut dari komputer mana saja pada jaringan dan melakukan koneksi ke server database SQL dengan menggunakan web browser. Dengan demikian memudahkan administrator melakukan tugasnya tanpa harus menggunakan komputer server.   Kata Kunci : Transact-SQL, ASP.Net, ADO.NET, SQL Server

  9. Nurse Interaction With Clients In Communication Therapeutic Study Analysis Of Symbolic Interactionism Hospital South Sulawesi

    Directory of Open Access Journals (Sweden)

    Hj.Indirawaty

    2015-08-01

    Full Text Available ABSTRACT This study aimed to describe briefly on the application of social interaction which made nurses to clients while performing therapeutic communication at the Hospital of South Sulawesi with frame symbolic interactionism. Result achieved against the system carried nurse interaction with clients who patterned on therapeutic communication. At the stage of pre-interaction system is applied such as before the nurse interacts with the client well in advance to prepare the way of dressing reception duties of nurse and studying the book status of each client. Introduction or orientation phase nurses visit each client and when the first met uttered a greeting before asking the clients condition when the interaction takes place he uses verbal and non-verbal language and attitude shown in full client hospitality and courtesy. Stage work nurses do an evaluation or action on the clients condition in accordance with the termination task. Midwife stage nurse re-evaluate the client and conclude the development of the clients condition and report a doctor who handles client. The fourth aspect of the application using the analysis of symbolic interactionism

  10. Channel Access Client Toolbox for Matlab

    International Nuclear Information System (INIS)

    2002-01-01

    This paper reports on MATLAB Channel Access (MCA) Toolbox--MATLAB [1] interface to EPICS Channel Access (CA) client library. We are developing the toolbox for SPEAR3 accelerator controls, but it is of general use for accelerator and experimental physics applications programming. It is packaged as a MATLAB toolbox to allow easy development of complex CA client applications entirely in MATLAB. The benefits include: the ability to calculate and display parameters that use EPICS process variables as inputs, availability of MATLAB graphics tools for user interface design, and integration with the MATLABbased accelerator modeling software - Accelerator Toolbox [2-4]. Another purpose of this paper is to propose a feasible path to a synergy between accelerator control systems and accelerator simulation codes, the idea known as on-line accelerator model

  11. Implementation of a database on drugs into a university hospital Intranet.

    Science.gov (United States)

    François, M; Joubert, M; Fieschi, D; Fieschi, M

    1998-01-01

    Several databases on drugs have been developed worldwide for drug information functions whose sources are now electronically available. Our objective was to implement one of them in our University hospitals information system. Thériaque is a database which contains information on all the drugs available in France. Before its implementation we modeled its content (chemical classes, active components, excipients, indications, contra-indications, side effects, and so on) following an object-oriented method. From this model we designed dynamic HTML pages according to the Microsoft's Internet Database Connector (IDC) technics. This allowed a fast implementation and does not imply to port a client application on the thousands of workstations over the network of the University hospitals. This interface provides end-users with an easy-to-use and natural way to access information related to drugs in an Intranet environment.

  12. MetReS, an Efficient Database for Genomic Applications.

    Science.gov (United States)

    Vilaplana, Jordi; Alves, Rui; Solsona, Francesc; Mateo, Jordi; Teixidó, Ivan; Pifarré, Marc

    2018-02-01

    MetReS (Metabolic Reconstruction Server) is a genomic database that is shared between two software applications that address important biological problems. Biblio-MetReS is a data-mining tool that enables the reconstruction of molecular networks based on automated text-mining analysis of published scientific literature. Homol-MetReS allows functional (re)annotation of proteomes, to properly identify both the individual proteins involved in the processes of interest and their function. The main goal of this work was to identify the areas where the performance of the MetReS database performance could be improved and to test whether this improvement would scale to larger datasets and more complex types of analysis. The study was started with a relational database, MySQL, which is the current database server used by the applications. We also tested the performance of an alternative data-handling framework, Apache Hadoop. Hadoop is currently used for large-scale data processing. We found that this data handling framework is likely to greatly improve the efficiency of the MetReS applications as the dataset and the processing needs increase by several orders of magnitude, as expected to happen in the near future.

  13. THE ROLE OF DATABASE MARKETING IN THE OPERATIONALIZATION OF THE SERVICES RELATIONSHIP MARKETING

    OpenAIRE

    Luigi DUMITRESCU; Mircea FUCIU

    2010-01-01

    The relationship marketing aims the construction of a durable relation between the enterprise and the final client, identified at an individual level. The particular part of the relationship marketing has two main concepts: individuality and the relation. This paper presents the concepts of relationship marketing, database marketing and geomarketing. We present the importance of implementing a marketing database in a service providing enterprise and its implications on one hand for the client...

  14. Client Perspective

    International Nuclear Information System (INIS)

    Cohen, M.; Oleksiak, T.A.

    1991-01-01

    Training Sections can best serve the needs of their clients by encouraging them to recognize that self-determination and overall training program ownership are the key ingredients of a successful program. In a support role, Training Sections should provide excellent lesson plans and instructors, good record keeping, and feedback vehicles. Most importantly, Training Sections should communicate closely with their clients and provide maximum flexibility to support overall client responsibilities

  15. Database design for Physical Access Control System for nuclear facilities

    Energy Technology Data Exchange (ETDEWEB)

    Sathishkumar, T., E-mail: satishkumart@igcar.gov.in; Rao, G. Prabhakara, E-mail: prg@igcar.gov.in; Arumugam, P., E-mail: aarmu@igcar.gov.in

    2016-08-15

    Highlights: • Database design needs to be optimized and highly efficient for real time operation. • It requires a many-to-many mapping between Employee table and Doors table. • This mapping typically contain thousands of records and redundant data. • Proposed novel database design reduces the redundancy and provides abstraction. • This design is incorporated with the access control system developed in-house. - Abstract: A (Radio Frequency IDentification) RFID cum Biometric based two level Access Control System (ACS) was designed and developed for providing access to vital areas of nuclear facilities. The system has got both hardware [Access controller] and software components [server application, the database and the web client software]. The database design proposed, enables grouping of the employees based on the hierarchy of the organization and the grouping of the doors based on Access Zones (AZ). This design also illustrates the mapping between the Employee Groups (EG) and AZ. By following this approach in database design, a higher level view can be presented to the system administrator abstracting the inner details of the individual entities and doors. This paper describes the novel approach carried out in designing the database of the ACS.

  16. Database design for Physical Access Control System for nuclear facilities

    International Nuclear Information System (INIS)

    Sathishkumar, T.; Rao, G. Prabhakara; Arumugam, P.

    2016-01-01

    Highlights: • Database design needs to be optimized and highly efficient for real time operation. • It requires a many-to-many mapping between Employee table and Doors table. • This mapping typically contain thousands of records and redundant data. • Proposed novel database design reduces the redundancy and provides abstraction. • This design is incorporated with the access control system developed in-house. - Abstract: A (Radio Frequency IDentification) RFID cum Biometric based two level Access Control System (ACS) was designed and developed for providing access to vital areas of nuclear facilities. The system has got both hardware [Access controller] and software components [server application, the database and the web client software]. The database design proposed, enables grouping of the employees based on the hierarchy of the organization and the grouping of the doors based on Access Zones (AZ). This design also illustrates the mapping between the Employee Groups (EG) and AZ. By following this approach in database design, a higher level view can be presented to the system administrator abstracting the inner details of the individual entities and doors. This paper describes the novel approach carried out in designing the database of the ACS.

  17. Model Adequacy Analysis of Matching Record Versions in Nosql Databases

    Directory of Open Access Journals (Sweden)

    E. V. Tsviashchenko

    2015-01-01

    Full Text Available The article investigates a model of matching record versions. The goal of this work is to analyse the model adequacy. This model allows estimating a user’s processing time distribution of the record versions and a distribution of the record versions count. The second option of the model was used, according to which, for a client the time to process record versions depends explicitly on the number of updates, performed by the other users between the sequential updates performed by a current client. In order to prove the model adequacy the real experiment was conducted in the cloud cluster. The cluster contains 10 virtual nodes, provided by DigitalOcean Company. The Ubuntu Server 14.04 was used as an operating system (OS. The NoSQL system Riak was chosen for experiments. In the Riak 2.0 version and later provide “dotted vector versions” (DVV option, which is an extension of the classic vector clock. Their use guarantees, that the versions count, simultaneously stored in DB, will not exceed the count of clients, operating in parallel with a record. This is very important while conducting experiments. For developing the application the java library, provided by Riak, was used. The processes run directly on the nodes. In experiment two records were used. They are: Z – the record, versions of which are handled by clients; RZ – service record, which contains record update counters. The application algorithm can be briefly described as follows: every client reads versions of the record Z, processes its updates using the RZ record counters, and saves treated record in database while old versions are deleted form DB. Then, a client rereads the RZ record and increments counters of updates for the other clients. After that, a client rereads the Z record, saves necessary statistics, and deliberates the results of processing. In the case of emerging conflict because of simultaneous updates of the RZ record, the client obtains all versions of that

  18. Development of application program and building database to increase facilities for using the radiation effect assessment computer codes

    International Nuclear Information System (INIS)

    Hyun Seok Ko; Young Min Kim; Suk-Hoon Kim; Dong Hoon Shin; Chang-Sun Kang

    2005-01-01

    The current radiation effect assessment system is required the skillful technique about the application for various code and high level of special knowledge classified by field. Therefore, as a matter of fact, it is very difficult for the radiation users' who don't have enough special knowledge to assess or recognize the radiation effect properly. For this, we already have developed the five Computer codes(windows-based), that is the radiation effect assessment system, in radiation utilizing field including the nuclear power generation. It needs the computer program that non-specialist can use the five computer codes to have already developed with ease. So, we embodied the A.I-based specialist system that can infer the assessment system by itself, according to the characteristic of given problem. The specialist program can guide users, search data, inquire of administrator directly. Conceptually, with circumstance which user to apply the five computer code may encounter actually, we embodied to consider aspects as follows. First, the accessibility of concept and data to need must be improved. Second, the acquirement of reference theory and use of corresponding computer code must be easy. Third, Q and A function needed for solution of user's question out of consideration previously. Finally, the database must be renewed continuously. Actually, to express this necessity, we develop the client program to organize reference data, to build the access methodology(query) about organized data, to load the visible expression function of searched data. And It is embodied the instruction method(effective theory acquirement procedure and methodology) to acquire the theory referring the five computer codes. It is developed the data structure access program(DBMS) to renew continuously data with ease. For Q and A function, it is embodied the Q and A board within client program because the user of client program can search the content of question and answer. (authors)

  19. Prototype for a generic thin-client remote analysis environment for CMS

    International Nuclear Information System (INIS)

    Steenberg, C.D.; Bunn, J.J.; Hickey, T.M.; Holtman, K.; Legrand, I.; Litvin, V.; Newman, H.B.; Samar, A.; Singh, S.; Wilkinson, R.

    2001-01-01

    The multi-tiered architecture of the highly-distributed CMS computing systems necessitates a flexible data distribution and analysis environment. The authors describe a prototype analysis environment which functions efficiently over wide area networks using a server installed at the Caltech/UCSD Tier 2 prototype to analyze CMS data stored at various locations using a thin client. The analysis environment is based on existing HEP (Anaphe) and CMS (CARF, ORCA, IGUANA) software technology on the server accessed from a variety of clients. A Java Analysis Studio (JAS, from SLAC) plug-in is being developed as a reference client. The server is operated as a 'black box' on the proto-Tier2 system. ORCA objectivity databases (e.g. an existing large CMS Muon sample) are hosted on the master and slave nodes, and remote clients can request processing of queries across the server nodes, and get the histogram results returned and rendered in the client. The server is implemented using pure C++, and use XML-RPC as a language-neutral transport. This has several benefits, including much better scalability, better integration with CARF-ORCA, and importantly, makes the work directly useful to other non-Java general-purpose analysis and presentation tools such as Hippodraw, Lizard, or ROOT

  20. Implementing a Dynamic Database-Driven Course Using LAMP

    Science.gov (United States)

    Laverty, Joseph Packy; Wood, David; Turchek, John

    2011-01-01

    This paper documents the formulation of a database driven open source architecture web development course. The design of a web-based curriculum faces many challenges: a) relative emphasis of client and server-side technologies, b) choice of a server-side language, and c) the cost and efficient delivery of a dynamic web development, database-driven…

  1. When psychologists work with religious clients: applications of the general principles of ethical conduct.

    Science.gov (United States)

    Yarhouse, M A; VanOrman, B T

    1999-12-01

    Psychologists become more effective and relevant when they appreciate that many clients hold religious values and commitments. Greater awareness of religion and religious values in the lives of clients may aid clinicians' efforts to provide more accurate assessments and effective treatment plans. The authors use the American Psychological Association's (1992) "Ethical Principles of Psychologists and Code of Conduct" as a framework to examine many of the ethical issues relevant when psychologists work with religious clients. This article also provides suggestions for ways in which clinicians may obtain the skills needed to offer competent assessments and interventions with religiously committed clients.

  2. Advancements in web-database applications for rabies surveillance

    Directory of Open Access Journals (Sweden)

    Bélanger Denise

    2011-08-01

    Full Text Available Abstract Background Protection of public health from rabies is informed by the analysis of surveillance data from human and animal populations. In Canada, public health, agricultural and wildlife agencies at the provincial and federal level are responsible for rabies disease control, and this has led to multiple agency-specific data repositories. Aggregation of agency-specific data into one database application would enable more comprehensive data analyses and effective communication among participating agencies. In Québec, RageDB was developed to house surveillance data for the raccoon rabies variant, representing the next generation in web-based database applications that provide a key resource for the protection of public health. Results RageDB incorporates data from, and grants access to, all agencies responsible for the surveillance of raccoon rabies in Québec. Technological advancements of RageDB to rabies surveillance databases include 1 automatic integration of multi-agency data and diagnostic results on a daily basis; 2 a web-based data editing interface that enables authorized users to add, edit and extract data; and 3 an interactive dashboard to help visualize data simply and efficiently, in table, chart, and cartographic formats. Furthermore, RageDB stores data from citizens who voluntarily report sightings of rabies suspect animals. We also discuss how sightings data can indicate public perception to the risk of racoon rabies and thus aid in directing the allocation of disease control resources for protecting public health. Conclusions RageDB provides an example in the evolution of spatio-temporal database applications for the storage, analysis and communication of disease surveillance data. The database was fast and inexpensive to develop by using open-source technologies, simple and efficient design strategies, and shared web hosting. The database increases communication among agencies collaborating to protect human health from

  3. The X-Files: Investigating Alien Performance in a Thin-client World

    OpenAIRE

    Gunther, Neil J.

    2000-01-01

    Many scientific applications use the X11 window environment; an open source windows GUI standard employing a client/server architecture. X11 promotes: distributed computing, thin-client functionality, cheap desktop displays, compatibility with heterogeneous servers, remote services and administration, and greater maturity than newer web technologies. This paper details the author's investigations into close encounters with alien performance in X11-based seismic applications running on a 200-n...

  4. Client Centred Desing

    DEFF Research Database (Denmark)

    Ørngreen, Rikke; Nielsen, Janni; Levinsen, Karin

    2008-01-01

    In this paper we argue for the use of Client Centred preparation phases when designing complex systems. Through Client Centred Design human computer interaction can extend the focus on end-users to alse encompass the client's needs, context and resources....

  5. Construction of crystal structure prototype database: methods and applications.

    Science.gov (United States)

    Su, Chuanxun; Lv, Jian; Li, Quan; Wang, Hui; Zhang, Lijun; Wang, Yanchao; Ma, Yanming

    2017-04-26

    Crystal structure prototype data have become a useful source of information for materials discovery in the fields of crystallography, chemistry, physics, and materials science. This work reports the development of a robust and efficient method for assessing the similarity of structures on the basis of their interatomic distances. Using this method, we proposed a simple and unambiguous definition of crystal structure prototype based on hierarchical clustering theory, and constructed the crystal structure prototype database (CSPD) by filtering the known crystallographic structures in a database. With similar method, a program structure prototype analysis package (SPAP) was developed to remove similar structures in CALYPSO prediction results and extract predicted low energy structures for a separate theoretical structure database. A series of statistics describing the distribution of crystal structure prototypes in the CSPD was compiled to provide an important insight for structure prediction and high-throughput calculations. Illustrative examples of the application of the proposed database are given, including the generation of initial structures for structure prediction and determination of the prototype structure in databases. These examples demonstrate the CSPD to be a generally applicable and useful tool for materials discovery.

  6. Construction of crystal structure prototype database: methods and applications

    International Nuclear Information System (INIS)

    Su, Chuanxun; Lv, Jian; Wang, Hui; Wang, Yanchao; Ma, Yanming; Li, Quan; Zhang, Lijun

    2017-01-01

    Crystal structure prototype data have become a useful source of information for materials discovery in the fields of crystallography, chemistry, physics, and materials science. This work reports the development of a robust and efficient method for assessing the similarity of structures on the basis of their interatomic distances. Using this method, we proposed a simple and unambiguous definition of crystal structure prototype based on hierarchical clustering theory, and constructed the crystal structure prototype database (CSPD) by filtering the known crystallographic structures in a database. With similar method, a program structure prototype analysis package (SPAP) was developed to remove similar structures in CALYPSO prediction results and extract predicted low energy structures for a separate theoretical structure database. A series of statistics describing the distribution of crystal structure prototypes in the CSPD was compiled to provide an important insight for structure prediction and high-throughput calculations. Illustrative examples of the application of the proposed database are given, including the generation of initial structures for structure prediction and determination of the prototype structure in databases. These examples demonstrate the CSPD to be a generally applicable and useful tool for materials discovery. (paper)

  7. Research Study on the Migration of Clients on Banking Market

    Directory of Open Access Journals (Sweden)

    Cornelia Tureac

    2013-02-01

    Full Text Available In this paper we present the relevancy and importance of knowing the reasons on clients’migration to competitive banking institutions. The main reason of being the client of several banks isdue to the fierce competition between credit institutions,thusthe banking market has changed. Basedon a case study within the Raiffeisen Bank we researched and presented the reasons fordiscontinuation of banking tiesand the migration of clients to other banks. The used researchmethodology consisted of the application of analysis point of contact by sending a questionnairethrough which there could have been identified 105 migrating clients, out of which 89 were formerclients of Raiffeisen Bank. Since both in the specialized literatureand in practice there is very littleinformation about migration behavior of banking clients-especially in the category of small andmedium enterprises-the present research was not limited to the Raiffeisen Bank clients, but to all 105respondents whodiscontinued totally or partially their connection with the bank. It can be concludedthat the attitude of the bank clients has a considerable influence on the migration behavior. The most“infidel” banking clients are considered in the category of “clients oriented towards the conditions.”

  8. Modeling and implementing a database on drugs into a hospital intranet.

    Science.gov (United States)

    François, M; Joubert, M; Fieschi, D; Fieschi, M

    1998-09-01

    Our objective was to develop a drug information service, implementing a database on drugs in our university hospitals information system. Thériaque is a database, maintained by a group of pharmacists and physicians, on all the drugs available in France. Before its implementation we modeled its content (chemical classes, active components, excipients, indications, contra-indications, side effects, and so on) according to an object-oriented method. Then we designed HTML pages whose appearance translates the structure of classes of objects of the model. Fields in pages are dynamically fulfilled by the results of queries to a relational database in which information on drugs is stored. This allowed a fast implementation and did not imply to port a client application on the thousands of workstations over the network. The interface provides end-users with an easy-to-use and natural way to access information related to drugs in an internet environment.

  9. Databases and their application

    NARCIS (Netherlands)

    Grimm, E.C.; Bradshaw, R.H.W; Brewer, S.; Flantua, S.; Giesecke, T.; Lézine, A.M.; Takahara, H.; Williams, J.W.,Jr; Elias, S.A.; Mock, C.J.

    2013-01-01

    During the past 20 years, several pollen database cooperatives have been established. These databases are now constituent databases of the Neotoma Paleoecology Database, a public domain, multiproxy, relational database designed for Quaternary-Pliocene fossil data and modern surface samples. The

  10. Thin Client Architecture: The Promise and the Problems.

    Science.gov (United States)

    Machovec, George S.

    1997-01-01

    Describes thin clients, a networking technology that allows organizations to provide software applications over networked workstations connected to a central server. Topics include corporate settings; major advantages, including cost effectiveness and increased computer security; problems; and possible applications for large public and academic…

  11. The insecure psychotherapy base: Using client and therapist attachment styles to understand the early alliance.

    Science.gov (United States)

    Marmarosh, Cheri L; Kivlighan, Dennis M; Bieri, Kathryn; LaFauci Schutt, Jean M; Barone, Carrie; Choi, Jaehwa

    2014-09-01

    The purpose of this study was to test the notion that complementary attachments are best for achieving a secure base in psychotherapy. Specifically, we predicted third to fifth session alliance from client- and therapist-rated attachment style interactions. Using a combined sample of 46 therapy dyads from a community mental health clinic and university counseling center, the client- and therapist-perceived therapy alliance, attachment anxiety, and attachment avoidance were examined at the beginning of therapy. The results of an Actor-Partner Interdependence Model (APIM; Kenny & Cook, 1999, Partner effects in relationship research: Conceptual issues, analytic difficulties, and illustrations. Personal Relationships, 6, 433-448.) indicated that there was no direct effect of either client or therapist attachment style on therapist or client early ratings of the alliance. One significant interaction emerged and indicated that client-perceived alliance was influenced by therapist and client attachment anxiety. The client-perceived early alliance was higher when more anxious therapists worked with clients with decreasing anxiety. The client early alliance was higher when less anxious therapists worked with clients with increasing anxiety. The findings partially support the notion that different attachment configurations between the therapist and client facilitate greater alliance, but this was the case only when assessing client-perceived early alliance and only with regards to the dimension of attachment anxiety. There were no significant main effects or interactions when exploring therapist-perceived alliance. Implications of the findings are discussed along with recommendations for future study and clinical training. PsycINFO Database Record (c) 2014 APA, all rights reserved.

  12. PENERAPAN ARSITEKTUR MULTI-TIER DENGAN DCOM DALAM SUATU SISTEM INFORMASI

    Directory of Open Access Journals (Sweden)

    Kartika Gunadi

    2001-01-01

    Full Text Available Information System implementation using two-tier architecture result lack in several critical issues : reuse component, scalability, maintenance, and data security. The multi-tiered client/server architecture provides a good resolution to solve these problems that using DCOM technology . The software is made by using Delphi 4 Client/Server Suite and Microsoft SQL Server V. 7.0 as a database server software. The multi-tiered application is partitioned into thirds. The first is client application which provides presentation services. The second is server application which provides application services, and the third is database server which provides database services. This multi-tiered application software can be made in two model. They are Client/Server Windows model and Client/Server Web model with ActiveX Form Technology. In this research is found that making multi-tiered architecture with using DCOM technology can provide many benefits such as, centralized application logic in middle-tier, make thin client application, distributed load of data process in several machines, increases security with the ability in hiding data, dan fast maintenance without installing database drivers in every client. Abstract in Bahasa Indonesia : Penerapan sistem informasi menggunakan two-tier architecture mempunyai banyak kelemahan : penggunaan kembali komponen, skalabilitas, perawatan, dan keamanan data. Multi-tier Client-Server architecture mempunyai kemampuan untuk memecahkan masalah ini dengan DCOM teknologi. Perangkat lunak ini dapat dibuat menggunakan Delphi 4 Client/Server Suite dan Microsoft SQL Server 7.0 sebagai perangkat lunak database. Aplikasi program multi-tier ini dibagi menjadi tiga partisi. Pertama adalah aplikasi client menyediakan presentasi servis, kedua aplikasi server menyediakan servis aplikasi, dan ketiga aplikasi database menyediakan database servis. Perangkat lunak aplikasi multi-tier ini dapat dibuat dalam dua model, yaitu client

  13. Trainees' use of supervision for therapy with sexual minority clients: A qualitative study.

    Science.gov (United States)

    Chui, Harold; McGann, Kevin J; Ziemer, Kathryn S; Hoffman, Mary Ann; Stahl, Jessica

    2018-01-01

    In the supervision literature, research on sexual orientation considerations often focuses on sexual minority supervisees and less often on their work with sexual minority clients. Yet both heterosexual and sexual minority supervisees serve sexual minority clients and may have different supervision needs. Twelve predoctoral interns from 12 APA-accredited counseling center internships were interviewed about how they made use of supervision for their work with a sexual minority client. The sample consisted of 6 heterosexual-identified supervisees and 6 supervisees who identified as lesbian, gay, or queer (LGQ). Data were analyzed using consensual qualitative research. All participants reported positive gains from supervision that carried over to their work with heterosexual and sexual minority clients, even when not all supervisors disclosed or discussed their own sexual orientation. Heterosexual supervisees used supervision to ensure that their heterosexuality does not interfere with an affirmative experience for their sexual minority client, whereas LGQ supervisees used supervision to explore differences in sexual identity development between themselves and their client to minimize the negative impact of overidentification. Thus, affirmative supervision may unfold with different foci depending on supervisees' sexual identity. Implications for training and supervision are discussed. (PsycINFO Database Record (c) 2018 APA, all rights reserved).

  14. IAEA nuclear databases for applications

    International Nuclear Information System (INIS)

    Schwerer, Otto

    2003-01-01

    The Nuclear Data Section (NDS) of the International Atomic Energy Agency (IAEA) provides nuclear data services to scientists on a worldwide scale with particular emphasis on developing countries. More than 100 data libraries are made available cost-free by Internet, CD-ROM and other media. These databases are used for practically all areas of nuclear applications as well as basic research. An overview is given of the most important nuclear reaction and nuclear structure databases, such as EXFOR, CINDA, ENDF, NSR, ENSDF, NUDAT, and of selected special purpose libraries such as FENDL, RIPL, RNAL, the IAEA Photonuclear Data Library, and the IAEA charged-particle cross section database for medical radioisotope production. The NDS also coordinates two international nuclear data centre networks and is involved in data development activities (to create new or improve existing data libraries when the available data are inadequate) and in technology transfer to developing countries, e.g. through the installation and support of the mirror web site of the IAEA Nuclear Data Services at IPEN (operational since March 2000) and by organizing nuclear-data related workshops. By encouraging their participation in IAEA Co-ordinated Research Projects and also by compiling their experimental results in databases such as EXFOR, the NDS helps to make developing countries' contributions to nuclear science visible and conveniently available. The web address of the IAEA Nuclear Data Services is http://www.nds.iaea.org and the NDS mirror service at IPEN (Brasil) can be accessed at http://www.nds.ipen.br/ (author)

  15. Handling of network and database instabilities in CORAL

    International Nuclear Information System (INIS)

    Trentadue, R; Valassi, A; Kalkhof, A

    2012-01-01

    The CORAL software is widely used by the LHC experiments for storing and accessing data using relational database technologies. CORAL provides a C++ abstraction layer that supports data persistency for several back-ends and deployment models, direct client access to Oracle servers being one of the most important use cases. Since 2010, several problems have been reported by the LHC experiments in their use of Oracle through CORAL, involving application errors, hangs or crashes after the network or the database servers became temporarily unavailable. CORAL already provided some level of handling of these instabilities, which are due to external causes and cannot be avoided, but this proved to be insufficient in some cases and to be itself the cause of other problems, such as the hangs and crashes mentioned before, in other cases. As a consequence, a major redesign of the CORAL plugins has been implemented, with the aim of making the software more robust against these database and network glitches. The new implementation ensures that CORAL automatically reconnects to Oracle databases in a transparent way whenever possible and gently terminates the application when this is not possible. Internally, this is done by resetting all relevant parameters of the underlying back-end technology (OCI, the Oracle Call Interface). This presentation reports on the status of this work at the time of the CHEP2012 conference, covering the design and implementation of these new features and the outlook for future developments in this area.

  16. PROPERTY DATABASE FOR THE DEVELOPMENT OF SHAPE MEMORY ALLOY APPLICATIONS

    OpenAIRE

    Tang , W.; CederstrÖm , J.; SandstrÖm , R.

    1991-01-01

    Important points involving the selection of shape memory alloy (SMA) application projects are discussed. The development of a property database for SMA is initiated. Both conventional data as well as characteristics which are unique for SMA are stored. As an application example of the database SMA-SELECT, important properties for Ti-Ni alloys near equi-atomic composition, such as temperature window width for superelasticity (SE), stress rate, critical yield stress, and their interaction have ...

  17. Preparing College Students To Search Full-Text Databases: Is Instruction Necessary?

    Science.gov (United States)

    Riley, Cheryl; Wales, Barbara

    Full-text databases allow Central Missouri State University's clients to access some of the serials that libraries have had to cancel due to escalating subscription costs; EbscoHost, the subject of this study, is one such database. The database is available free to all Missouri residents. A survey was designed consisting of 21 questions intended…

  18. On Non-Parallelizable Deterministic Client Puzzle Scheme with Batch Verification Modes

    NARCIS (Netherlands)

    Tang, Qiang; Jeckmans, Arjan

    A (computational) client puzzle scheme enables a client to prove to a server that a certain amount of computing resources (CPU cycles and/or Memory look-ups) has been dedicated to solve a puzzle. Researchers have identified a number of potential applications, such as constructing timed cryptography,

  19. On the applicability of schema integration techniques to database interoperation

    NARCIS (Netherlands)

    Vermeer, Mark W.W.; Apers, Peter M.G.

    1996-01-01

    We discuss the applicability of schema integration techniques developed for tightly-coupled database interoperation to interoperation of databases stemming from different modelling contexts. We illustrate that in such an environment, it is typically quite difficult to infer the real-world semantics

  20. Establishment of China Nuclear Fuel Assembly Database

    International Nuclear Information System (INIS)

    Chen Peng; Jin Yongli; Zhang Yingchao; Lu Huaquan; Chen Jianxin

    2009-01-01

    China Nuclear Fuel Assembly Database (CNFAD) is developed based on Oracle system. It contains the information of fuel assemblies in the stages of its design, fabrication and post irradiation (PIE). The structure of Browser Sever is adopted in the development of the software, which supports the HTTP protocol. It uses Java interface to transfer the codes from server to clients and make the sources of server and clients be utilized reasonably and sufficiently, so it can perform complicated tasks. Data in various stages of the fuel assemblies in Pressure Water Reactor (PWR), such as the design,fabrication, operation, and post irradiation examination, can be stored in this database. Data can be shared by multi users and communicated within long distances. By using CNFAD, the problem of decentralization of fuel data in China nuclear power plants will be solved. (authors)

  1. Applying artificial intelligence to astronomical databases - a surveyof applicable technology.

    Science.gov (United States)

    Rosenthal, D. A.

    This paper surveys several emerging technologies which are relevant to astronomical database issues such as interface technology, internal database representation, and intelligent data reduction aids. Among the technologies discussed are natural language understanding, frame and object representations, planning, pattern analysis, machine learning and the nascent study of simulated neural nets. These techniques will become increasingly important for astronomical research, and in particular, for applications with large databases.

  2. Database management systems understanding and applying database technology

    CERN Document Server

    Gorman, Michael M

    1991-01-01

    Database Management Systems: Understanding and Applying Database Technology focuses on the processes, methodologies, techniques, and approaches involved in database management systems (DBMSs).The book first takes a look at ANSI database standards and DBMS applications and components. Discussion focus on application components and DBMS components, implementing the dynamic relationship application, problems and benefits of dynamic relationship DBMSs, nature of a dynamic relationship application, ANSI/NDL, and DBMS standards. The manuscript then ponders on logical database, interrogation, and phy

  3. Rancang Bangun Keanggotaan Perpustakaan STT Telematika Telkom Menggunakan RFID Berbasis Java 2 Standard Edition Dengan Konsep Client Server

    Directory of Open Access Journals (Sweden)

    Yana Yuniarsyah

    2013-05-01

    Full Text Available RFID technology is a new technology that hasn’t been widely applied. The existence of this technology can reduce the disadvantages of barcode technology. One application of RFID technology is used for a library card. STT Telematika Library is a library that uses a membership card to borrow and return transactions only. The existence of RFID technology in the card member can create a multifunctional card, in addition to borrow and return books transactions, membership cards can be used for visitor attendance too. Distribution of visitor attendance and report library using client-server concept, thus make it easier for librarians in data management. The programming language used in the design of Library Information System is a Java 2 Standard Edition (J2SE using NetBeans 7.0 as IDE. Storage Library using the MySQL database. Software design method using waterfall or linear sequential models. Model design to make information sistem using Unified Modeling Language (UML like usecase diagram, activity diagram, and class diagram. Database design model using Entity Relationship Diagram (ERD for development information library system. Testing library information system have form with testing user requirements, test the program using blacbox testing, and testing the user. RFID used for library information systems have form such as RFID reader which used to read the information carried by the RFID tag and RFID tag used to transmit information to the RFID reader. The success of the client-server concept comes from the success of visitor attendance and show a report from the client, and the success of server to store visitor attendance data.

  4. Mobile object retrieval in server-based image databases

    Science.gov (United States)

    Manger, D.; Pagel, F.; Widak, H.

    2013-05-01

    The increasing number of mobile phones equipped with powerful cameras leads to huge collections of user-generated images. To utilize the information of the images on site, image retrieval systems are becoming more and more popular to search for similar objects in an own image database. As the computational performance and the memory capacity of mobile devices are constantly increasing, this search can often be performed on the device itself. This is feasible, for example, if the images are represented with global image features or if the search is done using EXIF or textual metadata. However, for larger image databases, if multiple users are meant to contribute to a growing image database or if powerful content-based image retrieval methods with local features are required, a server-based image retrieval backend is needed. In this work, we present a content-based image retrieval system with a client server architecture working with local features. On the server side, the scalability to large image databases is addressed with the popular bag-of-word model with state-of-the-art extensions. The client end of the system focuses on a lightweight user interface presenting the most similar images of the database highlighting the visual information which is common with the query image. Additionally, new images can be added to the database making it a powerful and interactive tool for mobile contentbased image retrieval.

  5. Family Expense Manager Application in Android

    Science.gov (United States)

    Rajaprabha, M. N.

    2017-11-01

    FAMILY EXPENSES MANAGER is an android application. This monitors your own costs, family costs and incidental costs. This resembles a present day costs day book in your versatile. This application helps you to monitor your every day costs, settlement points of interest, general rundown, report in detail and periodic costs subtle elements. Every one of the information is put away in database and can be recovered by the client and their relatives.

  6. 75 FR 66796 - Pricewaterhousecoopers LLP (“PwC”), Internal Firm Services Client Account Administrators Group...

    Science.gov (United States)

    2010-10-29

    ... LLP (``PwC''), Internal Firm Services Client Account Administrators Group Atlanta, GA; Amended...''), Internal Firm Services Client Account Administrators Group. Accordingly, the Department is amending this... Firm Services Client Account Administrators Group. The amended notice applicable to TA-W-73,630 is...

  7. Efficient Incremental Garbage Collection for Workstation/Server Database Systems

    OpenAIRE

    Amsaleg , Laurent; Gruber , Olivier; Franklin , Michael

    1994-01-01

    Projet RODIN; We describe an efficient server-based algorithm for garbage collecting object-oriented databases in a workstation/server environment. The algorithm is incremental and runs concurrently with client transactions, however, it does not hold any locks on data and does not require callbacks to clients. It is fault tolerant, but performs very little logging. The algorithm has been designed to be integrated into existing OODB systems, and therefore it works with standard implementation ...

  8. Klaim-DB: A Modeling Language for Distributed Database Applications

    DEFF Research Database (Denmark)

    Wu, Xi; Li, Ximeng; Lluch Lafuente, Alberto

    2015-01-01

    and manipulation of structured data, with integrity and atomicity considerations. We present the formal semantics of KlaimDB and illustrate the use of the language in a scenario where the sales from different branches of a chain of department stores are aggregated from their local databases. It can be seen......We present the modelling language, Klaim-DB, for distributed database applications. Klaim-DB borrows the distributed nets of the coordination language Klaim but essentially re-incarnates the tuple spaces of Klaim as databases, and provides high-level language abstractions for the access...... that raising the abstraction level and encapsulating integrity checks (concerning the schema of tables, etc.) in the language primitives for database operations benefit the modelling task considerably....

  9. Calculating Clinically Significant Change: Applications of the Clinical Global Impressions (CGI) Scale to Evaluate Client Outcomes in Private Practice

    Science.gov (United States)

    Kelly, Peter James

    2010-01-01

    The Clinical Global Impressions (CGI) scale is a therapist-rated measure of client outcome that has been widely used within the research literature. The current study aimed to develop reliable and clinically significant change indices for the CGI, and to demonstrate its application in private psychological practice. Following the guidelines…

  10. Secure Distributed Databases Using Cryptography

    Directory of Open Access Journals (Sweden)

    Ion IVAN

    2006-01-01

    Full Text Available The computational encryption is used intensively by different databases management systems for ensuring privacy and integrity of information that are physically stored in files. Also, the information is sent over network and is replicated on different distributed systems. It is proved that a satisfying level of security is achieved if the rows and columns of tables are encrypted independently of table or computer that sustains the data. Also, it is very important that the SQL - Structured Query Language query requests and responses to be encrypted over the network connection between the client and databases server. All this techniques and methods must be implemented by the databases administrators, designer and developers in a consistent security policy.

  11. Selective Document Retrieval from Encrypted Database

    NARCIS (Netherlands)

    Bösch, C.T.; Tang, Qiang; Hartel, Pieter H.; Jonker, Willem

    We propose the concept of selective document retrieval (SDR) from an encrypted database which allows a client to store encrypted data on a third-party server and perform efficient search remotely. We propose a new SDR scheme based on the recent advances in fully homomorphic encryption schemes. The

  12. Relational Database Extension Oriented, Self-adaptive Imagery Pyramid Model

    Directory of Open Access Journals (Sweden)

    HU Zhenghua

    2015-06-01

    Full Text Available With the development of remote sensing technology, especially the improvement of sensor resolution, the amount of image data is increasing. This puts forward higher requirements to manage huge amount of data efficiently and intelligently. And how to access massive remote sensing data with efficiency and smartness becomes an increasingly popular topic. In this paper, against current development status of Spatial Data Management System, we proposed a self-adaptive strategy for image blocking and a method for LoD(level of detailmodel construction that adapts, with the combination of database storage, network transmission and the hardware of the client. Confirmed by experiments, this imagery management mechanism can achieve intelligent and efficient storage and access in a variety of different conditions of database, network and client. This study provides a feasible idea and method for efficient image data management, contributing to the efficient access and management for remote sensing image data which are based on database technology under network environment of C/S architecture.

  13. Client-Oriented Approach: Forming the System of Management of the Bank Relations with Clients

    Directory of Open Access Journals (Sweden)

    Zavadska Diana V.

    2015-03-01

    Full Text Available The aim of the article is to develop the theoretical principles of forming the bank relations with clients as part of the client-oriented strategy implementation. As a result of the conducted research there has been presented the definition of client-orientation, mechanism and system of management. The system of management of the bank relations with clients, the purpose and objectives of its formation have been substantiated. The hierarchy of subjects of forming and managing the process of the bank relations with client has been presented. The ways of implementing in practice the functions of the mechanism of managing relations with clients have been revealed. It has been proved that for implementation of the client-oriented approach the banking institution should have a comprehensive view of its clients’ behavior, which detailed understanding will allow for a more accurate segmentation and building individualized partnership relations. Implementing the principle of totality of client relationships level and comprehensive knowledge, development of employee behavior techniques and special techniques for working with the most valuable clients, the use of analytics and forecasting tools will provide targeting of marketing campaigns and lead to minimization of additional costs, satisfaction of every client, loyalty, increase in the market share, growth of sales volume, increase in profits of the banking institution.

  14. Application of material databases for improved reliability of reactor pressure vessels

    International Nuclear Information System (INIS)

    Griesbach, T.J.; Server, W.L.; Beaudoin, B.F.; Burgos, B.N.

    1994-01-01

    A vital part of reactor vessel Life Cycle Management program must begin with an accurate characterization of the vessel material properties. Uncertainties in vessel material properties or use of bounding values may result in unnecessary conservatisms in vessel integrity calculations. These conservatisms may be eliminated through a better understanding of the material properties in reactor vessels, both in the unirradiated and irradiated conditions. Reactor vessel material databases are available for quantifying the chemistry and Charpy shift behavior of individual heats of reactor vessel materials. Application of the databases for vessels with embrittlement concerns has proven to be an effective embrittlement management tool. This paper presents details of database development and applications which demonstrate the value of using material databases for improving material chemistry and for maximizing the data from integrated material surveillance programs

  15. La contrainte client

    Directory of Open Access Journals (Sweden)

    Guillaume Tiffon

    2011-04-01

    Full Text Available Cet article montre que le contact client a beau être ambivalent, dans la mesure où il est à la fois source de contrainte et de reconnaissance, dans certains cas, comme celui des caissières, il constitue avant tout une contrainte, en ce que les clients contrôlent le travail qui s’opère « sous leurs yeux », tandis que, dans d’autres cas, comme celui des kinésithérapeutes, il contribue avant tout à donner du sens au travail et, par là, à susciter l’engagement des travailleurs. L’article souligne ainsi combien la contrainte client revêt des modalités différentes selon la configuration, spatiale et temporelle, dans laquelle se déroule la relation de service, et le différentiel de compétences entre les protagonistes engagés dans cette relation.The client constraint. A comparative analysis of cashiers and physiotherapistsThis article shows that despite the ambivalence of client contact, insofar as it is both a source of constraint and recognition, in some cases, as the ones of cashiers, it isprimarily a constraint: clients control the work that takes place “before their eyes”, whereas in other cases – as in the ones of physiotherapists – it contributes to give meaning to work and, thereby, to arouse the commitment of workers. The article highlights how the client constraint takes on different forms depending on thespatial and temporal configuration where the service relation runs, and the skills differential between the protagonists involved in this relation.El apremio de los clientes. Análisis comparativo entre las cajeras de supermercado y los kinesiterapeutasEn este artículo se demuestra que aunque el contacto con los clientes puede ser percibido como agradable, en realidad en la mayoría de los casos el cliente es percibido como un peso puesto que estos « controlan » visualmente el trabajo de las cajeras mientras que en otras profesiones como es el caso de los kinesiterapeutas la presencia del paciente

  16. 75 FR 66797 - PricewaterhouseCoopers LLP (“PwC”) Internal Firm Services Client Account Administrators Group...

    Science.gov (United States)

    2010-10-29

    ... LLP (``PwC'') Internal Firm Services Client Account Administrators Group, Charlotte, NC; Amended... Firm Services Client Account Administrators Group. Accordingly, the Department is amending this... Firm Services Client Account Administrators Group. The amended notice applicable to TA-W-73,608 is...

  17. An Empirical Research on Bank Client Credit Assessments

    Directory of Open Access Journals (Sweden)

    Quan Chen

    2018-05-01

    Full Text Available Individual microcredit loans involve large quantities and small amounts and necessitate rapid approval, therefore making simple and fast application approvals rather critical. Creditors must evaluate clients’ credit status and default risk within the shortest time when determining whether to approve or decline their applications, preventing overdue responses that negatively impact bank profits and management practices, and could trigger domestic financial crises. This study investigates client credit quality criteria, focusing on the expert opinions of bank managers. The decision-making trial and evaluation laboratory method is adopted to enable a comparison and analysis of the similarities and differences in how banks evaluate their clients’ character, ability, financial capability, and collateral. Based on causality and correlations among the criteria, we also identify the core problems and key improvement criteria in the evaluation system. Through survey results of professional managers from Taiwanese banks, this study uses the DEMATEL method to compare the differences in bank evaluation methods based on the four dimensions of clients’ character, ability, pockets, and collateral, as well as the corresponding 14 criteria. In order to improve the reliability and usefulness in bank client credit risk assessment, the assessment dimensions and indicators of bank client credit risk assessment are first discussed; second, the causal relationship and degree of mutual influence between different dimensions and criteria are researched and assessed; in the end, the paper discusses how to improve the function and the benefits of bank client credit risk assessment.

  18. [Research and development of medical case database: a novel medical case information system integrating with biospecimen management].

    Science.gov (United States)

    Pan, Shiyang; Mu, Yuan; Wang, Hong; Wang, Tong; Huang, Peijun; Ma, Jianfeng; Jiang, Li; Zhang, Jie; Gu, Bing; Yi, Lujiang

    2010-04-01

    To meet the needs of management of medical case information and biospecimen simultaneously, we developed a novel medical case information system integrating with biospecimen management. The database established by MS SQL Server 2000 covered, basic information, clinical diagnosis, imaging diagnosis, pathological diagnosis and clinical treatment of patient; physicochemical property, inventory management and laboratory analysis of biospecimen; users log and data maintenance. The client application developed by Visual C++ 6.0 was used to implement medical case and biospecimen management, which was based on Client/Server model. This system can perform input, browse, inquest, summary of case and related biospecimen information, and can automatically synthesize case-records based on the database. Management of not only a long-term follow-up on individual, but also of grouped cases organized according to the aim of research can be achieved by the system. This system can improve the efficiency and quality of clinical researches while biospecimens are used coordinately. It realizes synthesized and dynamic management of medical case and biospecimen, which may be considered as a new management platform.

  19. Client-server Approach in the Navigation System for the Blind

    Directory of Open Access Journals (Sweden)

    Lukasz Markiewicz

    2013-09-01

    Full Text Available The article presents the client-server approach in the navigation system for the blind - “Voice Maps”. The authors were among the main creators of the prototype and currently the commercialization phase is being finished. In the implemented prototype only exemplary, limited spatial data were used, therefore they could be stored and analyzed (for pathfinding process in the mobile device’s memory without any difficulties. The resulting increase of spatial data scale and complexity required a modification of the data storage and operation. Consequently, the decision was made to maintain a central spatial database, which is accessed remotely. After that modification, the mobile application fetches the required batch of spatial data (with the pathfinding and search results from the central server through the mobile internet connection, which has also become necessary for other purposes (e.g. voice recognition. The authors present the advantages and disadvantages of this new approach along with the results of the server operational tests.

  20. MDI: Mathematica database interface for the MFEDB

    International Nuclear Information System (INIS)

    Wiley, J.C.; Miner, W.H. Jr.; Ross, D.W.

    1992-04-01

    We describe a new interface for the Magnetic Fusion Energy Database, MFEDB, which uses Mathematica reg-sign as a front end. MDI is a Mathematica package that defines a basic set of MFEDB access functions. The package will also accept standard SQL queries. Each function returns Mathematica-style lists, which can then be manipulated with any of the Mathematica functions. MDI also provides some utility functions for plotting and analyzing the data. The MDI package essentially makes the MFEDB an extension of Mathematica. The user may use any of the many Mathematica front-ends including telnet, X-Windows, or a notebook. The mdi.m package may be obtained by anonymous FTP from the MFEDB site or by use of netmfe, and E-mail database interface. MDI is a example of distributed computing. Behind the user interface, MDI calls an RPC client program that communicates with an RPC server on the MFEDB computer. It relies on the network communication capabilities of Mathematica to connect the user to a workstation running the Mathematica kernel. The Mathematica kernel is then connected to the MFEDB host workstation by a client/server pair of RPC processes. If the Mathematica kernel is to be run on the users' machine, the RPC client program must also be obtained and installed. The MDI RPC server is also available for users who would like to provide their own client software. The server returns ASCII tables from standards queries and may be accessed and processed by any program on the internet that has access to RPC services

  1. Server Interface Descriptions for Automated Testing of JavaScript Web Applications

    DEFF Research Database (Denmark)

    Jensen, Casper Svenning; Møller, Anders; Su, Zhendong

    2013-01-01

    Automated testing of JavaScript web applications is complicated by the communication with servers. Specifically, it is difficult to test the JavaScript code in isolation from the server code and database contents. We present a practical solution to this problem. First, we demonstrate that formal...... server interface descriptions are useful in automated testing of JavaScript web applications for separating the concerns of the client and the server. Second, to support the construction of server interface descriptions for existing applications, we introduce an effective inference technique that learns...... communication patterns from sample data. By incorporating interface descriptions into the testing tool Artemis, our experimental results show that we increase the level of automation for high-coverage testing on a collection of JavaScript web applications that exchange JSON data between the clients and servers...

  2. Counselor Responsiveness to Client Religiousness.

    Science.gov (United States)

    Kelly, Eugene W., Jr.

    1990-01-01

    Presents eight categories of client attitudes toward religion and suggests opportunities for religiously oriented counselor responses. Uses four categories to describes how religion may be associated with specific client issues. Contends that an informed appreciation of clients' religiousness and the religious dimensions of many client issues can…

  3. The Impact of Client Expertise, Client Gender and Auditor Gender on Auditors' Judgments

    NARCIS (Netherlands)

    A.H. Gold-Nöteberg (Anna); J.E. Hunton (James); M.I. Gomaa (Mohamed)

    2006-01-01

    textabstractThe purpose of the current study is to assess the extent to which auditors’ judgments are affected by client expertise, client gender and auditor gender. Prior audit research suggests that auditors place more weight on evidence received from clients who possess higher, relative to

  4. Analysis and Design of Web-Based Database Application for Culinary Community

    OpenAIRE

    Huda, Choirul; Awang, Osel Dharmawan; Raymond, Raymond; Raynaldi, Raynaldi

    2017-01-01

    This research is based on the rapid development of the culinary and information technology. The difficulties in communicating with the culinary expert and on recipe documentation make a proper support for media very important. Therefore, a web-based database application for the public is important to help the culinary community in communication, searching and recipe management. The aim of the research was to design a web-based database application that could be used as social media for the cu...

  5. Improving client-centred care and services : the role of front/back-office configurations

    NARCIS (Netherlands)

    Broekhuis, Manda; de Blok, C.; Meijboom, B.

    Improving client-centred care and services: the role of front/back-officeconfigurations. This paper is a report of a study conducted to explore the application of designing front- and back-office work resulting in efficient client-centred care in healthcare organizations that supply home care,

  6. Client Server design and implementation issues in the Accelerator Control System environment

    International Nuclear Information System (INIS)

    Sathe, S.; Hoff, L.; Clifford, T.

    1995-01-01

    In distributed system communication software design, the Client Server model has been widely used. This paper addresses the design and implementation issues of such a model, particularly when used in Accelerator Control Systems. in designing the Client Server model one needs to decide how the services will be defined for a server, what types of messages the server will respond to, which data formats will be used for the network transactions and how the server will be located by the client. Special consideration needs to be given to error handling both on the server and client side. Since the server usually is located on a machine other than the client, easy and informative server diagnostic capability is required. The higher level abstraction provided by the Client Server model simplifies the application writing, however fine control over network parameters is essential to improve the performance. Above mentioned design issues and implementation trade-offs are discussed in this paper

  7. Client application for automated management training system of NPP personnel

    International Nuclear Information System (INIS)

    Pribysh, P.I.; Poplavskij, I.A.; Karpej, A.L.

    2016-01-01

    This paper describes the client side of automated management training system. This system will optimize the speed of the organization and quality of the training plan; reduce the time of collecting the necessary documentation and facilitate the analysis of the results. (authors)

  8. [Client centered psychotherapy].

    Science.gov (United States)

    Werthmann, H V

    1979-01-01

    In the discussion concerning which psychotherapeutic methods should come under the auspices of the medical health system in West Germany, the question is raised regarding the client-centered therapy of Carl Rogers. Can it be considered a distinct psychotherapeutic method? A review of the scientific literature dealing with this method shows that it provides neither a theory of mental illness nor a theory of clinical application based on individual cases or specific neurotic disturbances, Therefore it should be categorized as a useful method of communication in the field of psychology and not as a therapeutic method for treating mental illness.

  9. Shared Bioinformatics Databases within the Unipro UGENE Platform

    Directory of Open Access Journals (Sweden)

    Protsyuk Ivan V.

    2015-03-01

    Full Text Available Unipro UGENE is an open-source bioinformatics toolkit that integrates popular tools along with original instruments for molecular biologists within a unified user interface. Nowadays, most bioinformatics desktop applications, including UGENE, make use of a local data model while processing different types of data. Such an approach causes an inconvenience for scientists working cooperatively and relying on the same data. This refers to the need of making multiple copies of certain files for every workplace and maintaining synchronization between them in case of modifications. Therefore, we focused on delivering a collaborative work into the UGENE user experience. Currently, several UGENE installations can be connected to a designated shared database and users can interact with it simultaneously. Such databases can be created by UGENE users and be used at their discretion. Objects of each data type, supported by UGENE such as sequences, annotations, multiple alignments, etc., can now be easily imported from or exported to a remote storage. One of the main advantages of this system, compared to existing ones, is the almost simultaneous access of client applications to shared data regardless of their volume. Moreover, the system is capable of storing millions of objects. The storage itself is a regular database server so even an inexpert user is able to deploy it. Thus, UGENE may provide access to shared data for users located, for example, in the same laboratory or institution. UGENE is available at: http://ugene.net/download.html.

  10. Concierge: Personal database software for managing digital research resources

    Directory of Open Access Journals (Sweden)

    Hiroyuki Sakai

    2007-11-01

    Full Text Available This article introduces a desktop application, named Concierge, for managing personal digital research resources. Using simple operations, it enables storage of various types of files and indexes them based on content descriptions. A key feature of the software is a high level of extensibility. By installing optional plug-ins, users can customize and extend the usability of the software based on their needs. In this paper, we also introduce a few optional plug-ins: literaturemanagement, electronic laboratory notebook, and XooNlps client plug-ins. XooNIps is a content management system developed to share digital research resources among neuroscience communities. It has been adopted as the standard database system in Japanese neuroinformatics projects. Concierge, therefore, offers comprehensive support from management of personal digital research resources to their sharing in open-access neuroinformatics databases such as XooNIps. This interaction between personal and open-access neuroinformatics databases is expected to enhance the dissemination of digital research resources. Concierge is developed as an open source project; Mac OS X and Windows XP versions have been released at the official site (http://concierge.sourceforge.jp.

  11. Access to DNA and protein databases on the Internet.

    Science.gov (United States)

    Harper, R

    1994-02-01

    During the past year, the number of biological databases that can be queried via Internet has dramatically increased. This increase has resulted from the introduction of networking tools, such as Gopher and WAIS, that make it easy for research workers to index databases and make them available for on-line browsing. Biocomputing in the nineties will see the advent of more client/server options for the solution of problems in bioinformatics.

  12. Database Description - Arabidopsis Phenome Database | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available List Contact us Arabidopsis Phenome Database Database Description General information of database Database n... BioResource Center Hiroshi Masuya Database classification Plant databases - Arabidopsis thaliana Organism T...axonomy Name: Arabidopsis thaliana Taxonomy ID: 3702 Database description The Arabidopsis thaliana phenome i...heir effective application. We developed the new Arabidopsis Phenome Database integrating two novel database...seful materials for their experimental research. The other, the “Database of Curated Plant Phenome” focusing

  13. Design and development of a mobile exercise application for home care aides and older adult medicaid home and community-based clients.

    Science.gov (United States)

    Danilovich, Margaret K; Diaz, Laura; Saberbein, Gustavo; Healey, William E; Huber, Gail; Corcos, Daniel M

    2017-01-01

    We describe a community-engaged approach with Medicaid home and community-based services (HCBS), home care aide (HCA), client, and physical therapist stakeholders to develop a mobile application (app) exercise intervention through focus groups and interviews. Participants desired a short exercise program with modification capabilities, goal setting, and mechanisms to track progress. Concerns regarding participation were training needs and feasibility within usual care services. Technological preferences were for simple, easy-to-use, and engaging content. The app was piloted with HCA-client dyads (n = 5) to refine the intervention and evaluate content. Engaging stakeholders in intervention development provides valuable user-feedback on both desired exercise program contents and mobile technology preferences for HCBS recipients.

  14. Client-Oriented Approach: Forming the System of Management of the Bank Relations with Clients

    OpenAIRE

    Zavadska Diana V.

    2015-01-01

    The aim of the article is to develop the theoretical principles of forming the bank relations with clients as part of the client-oriented strategy implementation. As a result of the conducted research there has been presented the definition of client-orientation, mechanism and system of management. The system of management of the bank relations with clients, the purpose and objectives of its formation have been substantiated. The hierarchy of subjects of forming and managing the process...

  15. Evolution and applications of plant pathway resources and databases

    DEFF Research Database (Denmark)

    Sucaet, Yves; Deva, Taru

    2011-01-01

    Plants are important sources of food and plant products are essential for modern human life. Plants are increasingly gaining importance as drug and fuel resources, bioremediation tools and as tools for recombinant technology. Considering these applications, database infrastructure for plant model...... systems deserves much more attention. Study of plant biological pathways, the interconnection between these pathways and plant systems biology on the whole has in general lagged behind human systems biology. In this article we review plant pathway databases and the resources that are currently available...

  16. Open client/server computing and middleware

    CERN Document Server

    Simon, Alan R

    2014-01-01

    Open Client/Server Computing and Middleware provides a tutorial-oriented overview of open client/server development environments and how client/server computing is being done.This book analyzes an in-depth set of case studies about two different open client/server development environments-Microsoft Windows and UNIX, describing the architectures, various product components, and how these environments interrelate. Topics include the open systems and client/server computing, next-generation client/server architectures, principles of middleware, and overview of ProtoGen+. The ViewPaint environment

  17. Mobile application for surveys

    OpenAIRE

    Pifko, Luka

    2012-01-01

    The main objective of the diploma thesis is to produce a system that supports field interviewers. The introduction defines the problem and reasons for making such a system. All the technologies which we have used to achieve the objective are described within. We have made a web application designed for questionnaire designers. The designing of the questionnaires is dynamic and client-side up until the user decides to send the data to the database. In addition to designing questionnaires, ...

  18. Rehabilitation therapies for older clients of the Ontario home care system: regional variation and client-level predictors of service provision.

    Science.gov (United States)

    Armstrong, Joshua J; Zhu, Mu; Hirdes, John P; Stolee, Paul

    2015-01-01

    To examine regional variation in service provision and identify the client characteristics associated with occupational therapy (OT) and physiotherapy (PT) services for older adults in the Ontario Home Care System. Secondary analyses of a provincial database containing comprehensive assessments (RAI-HC) linked with service utilization data from every older long-stay home care client in the system between 2005 and 2010 (n = 299 262). Hierarchical logistic regression models were used to model the dependent variables of OT and PT service use within 90 d of the initial assessment. Regional differences accounted for 9% of the variation in PT service provision and 20% of OT service provision. After controlling for the differences across regions, the most powerful predictors of service provision were identified for both OT and PT. The most highly associated client characteristics related to PT service provision were hip fracture, impairments in activities of daily living/instrumental activities of daily living, cerebrovascular accidents, and cognitive impairment. For OT, hazards in the home environment was the most powerful predictor of future service provision. Where a client lived was an important determinant of service provision in Ontario, raising the possibility of inequities in access to rehabilitation services. Health care planners and policy makers should review current practices and make adjustments to meet the increasing and changing needs for rehabilitation therapies of the aging population. Implications for Rehabilitation For older adults in home care, the goal of rehabilitation therapy services is to allow individuals to maintain or improve physical functioning, quality of life and overall independence while living within their community. Previous research has demonstrated that a large proportion of home care clients specifically identified as having rehabilitation potential do not receive it. This article used clinical assessment data to identify the

  19. Framework Model for Database Replication within the Availability Zones

    OpenAIRE

    Al-Mughrabi, Ala'a Atallah; Owaied, Hussein

    2013-01-01

    This paper presents a proposed model for database replication model in private cloud availability regions, which is an enhancement of the SQL Server AlwaysOn Layers of Protection Model presents by Microsoft in 2012. The enhancement concentrates in the database replication for private cloud availability regions through the use of primary and secondary servers. The processes of proposed model during the client send Write/Read Request to the server, in synchronous and semi synchronous replicatio...

  20. Seeking what matters: determinants of clients' satisfaction in obstetric care services in Pakistan.

    Science.gov (United States)

    Ali, Moazzam; Qazi, Muhammad Suleman; Seuc, Armando

    2014-01-01

    Aim of this study was to determine the dimensions of the service quality in the public hospitals and evaluate the determinants of client satisfaction in obstetric health in the context of Pakistan. The present research evaluates the application of an integrated client satisfaction model that draws mainly from the original SERVQUAL framework in obstetric health services. We conducted a cross-sectional study, in four public district hospitals in Pakistan, enrolling 1101 clients attending obstetric health care services. Measures of service quality and determinants of client satisfaction were factor-analysed and multiple regression analysis was used to test the hypothesis. The client satisfaction increased significantly with increases in respondent's age, number of children, number of visits and with decrease in educational status. Factor analysis revealed five service quality dimensions; and multiple regression analysis showed that all five dimensions of service quality in obstetric care were significant in explaining client satisfaction. The most powerful predictor for client satisfaction was provider communication with clients, followed by responsiveness and discipline. Interventions aimed at improving client provider interaction would not only advance the clinical provision of services, butwould also result in greater patient satisfaction with the services provided, leading to higher levels of facility utilization and continuity of care. Better client provider interaction can be accomplished at hospital's level through focused training of all cadre of service providers sensitizing them on clients' needs. Results also showed that the proposed framework is a valid and flexible instrument in assessing and monitoring service quality and enabling staff to identify where improvements are needed, from the clients' perspective.

  1. Persistent storage of non-event data in the CMS databases

    International Nuclear Information System (INIS)

    De Gruttola, M; Di Guida, S; Innocente, V; Schlatter, D; Futyan, D; Glege, F; Paolucci, P; Govi, G; Picca, P; Pierro, A; Xie, Z

    2010-01-01

    In the CMS experiment, the non event data needed to set up the detector, or being produced by it, and needed to calibrate the physical responses of the detector itself are stored in ORACLE databases. The large amount of data to be stored, the number of clients involved and the performance requirements make the database system an essential service for the experiment to run. This note describes the CMS condition database architecture, the data-flow and PopCon, the tool built in order to populate the offline databases. Finally, the first experience obtained during the 2008 and 2009 cosmic data taking are presented.

  2. A Methodology and Tool for Investigation of Artifacts Left by the BitTorrent Client

    Directory of Open Access Journals (Sweden)

    Algimantas Venčkauskas

    2016-05-01

    Full Text Available The BitTorrent client application is a popular utility for sharing large files over the Internet. Sometimes, this powerful utility is used to commit cybercrimes, like sharing of illegal material or illegal sharing of legal material. In order to help forensics investigators to fight against these cybercrimes, we carried out an investigation of the artifacts left by the BitTorrent client. We proposed a methodology to locate the artifacts that indicate the BitTorrent client activity performed. Additionally, we designed and implemented a tool that searches for the evidence left by the BitTorrent client application in a local computer running Windows. The tool looks for the four files holding the evidence. The files are as follows: *.torrent, dht.dat, resume.dat, and settings.dat. The tool decodes the files, extracts important information for the forensic investigator and converts it into XML format. The results are combined into a single result file.

  3. Truth Space Method for Caching Database Queries

    Directory of Open Access Journals (Sweden)

    S. V. Mosin

    2015-01-01

    Full Text Available We propose a new method of client-side data caching for relational databases with a central server and distant clients. Data are loaded into the client cache based on queries executed on the server. Every query has the corresponding DB table – the result of the query execution. These queries have a special form called "universal relational query" based on three fundamental Relational Algebra operations: selection, projection and natural join. We have to mention that such a form is the closest one to the natural language and the majority of database search queries can be expressed in this way. Besides, this form allows us to analyze query correctness by checking lossless join property. A subsequent query may be executed in a client’s local cache if we can determine that the query result is entirely contained in the cache. For this we compare truth spaces of the logical restrictions in a new user’s query and the results of the queries execution in the cache. Such a comparison can be performed analytically , without need in additional Database queries. This method may be used to define lacking data in the cache and execute the query on the server only for these data. To do this the analytical approach is also used, what distinguishes our paper from the existing technologies. We propose four theorems for testing the required conditions. The first and the third theorems conditions allow us to define the existence of required data in cache. The second and the fourth theorems state conditions to execute queries with cache only. The problem of cache data actualizations is not discussed in this paper. However, it can be solved by cataloging queries on the server and their serving by triggers in background mode. The article is published in the author’s wording.

  4. Professional iPhone and iPad Database Application Programming

    CERN Document Server

    Alessi, Patrick

    2010-01-01

    A much-needed resource on database development and enterprise integration for the iPhone. An enormous demand exists for getting iPhone applications into the enterprise and this book guides you through all the necessary steps for integrating an iPhone app within an existing enterprise. Experienced iPhone developers will learn how to take advantage of the built-in capabilities of the iPhone to confidently implement a data-driven application for the iPhone.: Shows you how to integrate iPhone applications into enterprise class systems; Introduces development of data-driven applications on the iPho

  5. Validation and application of a physics database for fast reactor fuel cycle analysis

    International Nuclear Information System (INIS)

    McKnight, R.D.; Stillman, J.A.; Toppel, B.J.; Khalil, H.S.

    1994-01-01

    An effort has been made to automate the execution of fast reactor fuel cycle analysis, using EBR-II as a demonstration vehicle, and to validate the analysis results for application to the IFR closed fuel cycle demonstration at EBR-II and its fuel cycle facility. This effort has included: (1) the application of the standard ANL depletion codes to perform core-follow analyses for an extensive series of EBR-II runs, (2) incorporation of the EBR-II data into a physics database, (3) development and verification of software to update, maintain and verify the database files, (4) development and validation of fuel cycle models and methodology, (5) development and verification of software which utilizes this physics database to automate the application of the ANL depletion codes, methods and models to perform the core-follow analysis, and (6) validation studies of the ANL depletion codes and of their application in support of anticipated near-term operations in EBR-II and the Fuel Cycle Facility. Results of the validation tests indicate the physics database and associated analysis codes and procedures are adequate to predict required quantities in support of early phases of FCF operations

  6. Clinical errors and therapist discomfort with client disclosure of troublesome pornography use: Implications for clinical practice and error reduction.

    Science.gov (United States)

    Walters, Nathan T; Spengler, Paul M

    2016-09-01

    Mental health professionals are increasingly aware of the need for competence in the treatment of clients with pornography-related concerns. However, while researchers have recently sought to explore efficacious treatments for pornography-related concerns, few explorations of potential clinical judgment issues have occurred. Due to the sensitive, and at times uncomfortable, nature of client disclosures of sexual concerns within therapy, therapists are required to manage their own discomfort while retaining fidelity to treatment. The present paper explores clinician examples of judgment errors that may result from feelings of discomfort, and specifically from client use of pornography. Issues of potential bias, bias management techniques, and therapeutic implications are discussed. (PsycINFO Database Record (c) 2016 APA, all rights reserved).

  7. Generalized Database Management System Support for Numeric Database Environments.

    Science.gov (United States)

    Dominick, Wayne D.; Weathers, Peggy G.

    1982-01-01

    This overview of potential for utilizing database management systems (DBMS) within numeric database environments highlights: (1) major features, functions, and characteristics of DBMS; (2) applicability to numeric database environment needs and user needs; (3) current applications of DBMS technology; and (4) research-oriented and…

  8. 77 FR 66617 - HIT Policy and Standards Committees; Workgroup Application Database

    Science.gov (United States)

    2012-11-06

    ... DEPARTMENT OF HEALTH AND HUMAN SERVICES HIT Policy and Standards Committees; Workgroup Application... of New ONC HIT FACA Workgroup Application Database. The Office of the National Coordinator (ONC) has.... Name of Committees: HIT Standards Committee and HIT Policy Committee. General Function of the...

  9. The Competitive Advantage: Client Service.

    Science.gov (United States)

    Leffel, Linda G.; DeBord, Karen B.

    The adult education literature contains a considerable amount of research on and discussion of client service in the marketing process, management and staff roles in service- and product-oriented businesses, and the importance of client service and service quality to survival in the marketplace. By applying the principles of client-oriented…

  10. Nurse Interaction With Clients In Communication Therapeutic Study Analysis Of Symbolic Interactionism Hospital South Sulawesi

    OpenAIRE

    Hj.Indirawaty; Syamsuddin AB

    2015-01-01

    ABSTRACT This study aimed to describe briefly on the application of social interaction which made nurses to clients while performing therapeutic communication at the Hospital of South Sulawesi with frame symbolic interactionism. Result achieved against the system carried nurse interaction with clients who patterned on therapeutic communication. At the stage of pre-interaction system is applied such as before the nurse interacts with the client well in advance to prepare the way of dressing re...

  11. Patterns of client behavior with their most recent male escort: an application of latent class analysis.

    Science.gov (United States)

    Grov, Christian; Starks, Tyrel J; Wolff, Margaret; Smith, Michael D; Koken, Juline A; Parsons, Jeffrey T

    2015-05-01

    Research examining interactions between male escorts and clients has relied heavily on data from escorts, men working on the street, and behavioral data aggregated over time. In the current study, 495 clients of male escorts answered questions about sexual behavior with their last hire. Latent class analysis identified four client sets based on these variables. The largest (n = 200, 40.4 %, labeled Typical Escort Encounter) included men endorsing behavior prior research found typical of paid encounters (e.g., oral sex and kissing). The second largest class (n = 157, 31.7 %, Typical Escort Encounter + Erotic Touching) included men reporting similar behaviors, but with greater variety along a spectrum of touching (e.g., mutual masturbation and body worship). Those classed BD/SM and Kink (n = 76, 15.4 %) reported activity along the kink spectrum (BD/SM and role play). Finally, men classed Erotic Massage Encounters (n = 58, 11.7 %) primarily engaged in erotic touch. Clients reporting condomless anal sex were in the minority (12.2 % overall). Escorts who engage in anal sex with clients might be appropriate to train in HIV prevention and other harm reduction practices-adopting the perspective of "sex workers as sex educators."

  12. Do client fees help or hurt?

    Science.gov (United States)

    Barnett, B

    1998-01-01

    This article discusses the impact of client fees for family planning (FP) services on cost recovery and level of user services in developing countries. The UN Population Fund reports that developing country governments currently pay 75% of the costs of FP programs. Donors contribute 15%, and clients pay 10%. Current pressures are on FP services to broaden and improve their scope, while user demand is increasing. Program managers should consider the program's need for funds and the clients' willingness to pay. Clients are willing to pay about 1% of their income for contraception. A study of sterilization acceptance in Mexico finds that the average monthly case load declined by 10% after the 1st price increase from $43 to $55 and declined by 58% after the 2nd price increase to $60. Fewer low-income clients requested sterilization. A CEMOPLAF study in Ecuador finds that in three price increase situations the number of clients seeking services declined, but the economic mix of clients remained about the same. The decline was 20% in the group with a 20% price increase and 26% in the 40% increase group. In setting fees, the first need is to determine unit costs. The Futures Group International recommends considering political, regulatory, and institutional constraints for charging fees; priorities for revenue use; protection for poor clients; and monitoring of money collection and expenditure. Management Sciences for Health emphasizes consideration of the reasons for collection of fees, client affordability, and client perception of quality issues. Sliding scales can be used to protect poor clients. Charging fees for laboratory services can subsidize poor clients. A Bangladesh program operated a restaurant and catering service in order to subsidize FP services. Colombia's PROFAMILIA sells medical and surgical services and a social marketing program in order to expand clinics.

  13. Thermochemistry in BWR. An overview of applications of program codes and databases

    International Nuclear Information System (INIS)

    Hermansson, H-P.; Becker, R.

    2010-01-01

    The Swedish work on thermodynamics of metal-water systems relevant to BWR conditions has been ongoing since the 70ies, and at present time a compilation and adaptation of codes and thermodynamic databases are in progress. In the previous work, basic thermodynamic data were compiled for parts of the system Fe-Cr-Ni-Co-Zn-S-H 2 O at 25-300 °C. Since some thermodynamic information necessary for temperature extrapolations of data up to 300 °C was not published in the earlier works, these data have now been partially recalculated. This applies especially to the parameters of the HKF-model, which are used to extrapolate the thermodynamic data for ionic and neutral aqua species from 25 °C to BWR temperatures. Using the completed data, e.g. the change in standard Gibbs energy (ΔG 0 ) and the equilibrium constant (log K) can be calculated for further applications at BWR/LWR conditions. In addition a computer program is currently being developed at Studsvik for the calculation of equilibrium conductivity in high temperature water. The program is intended for PWR applications, but can also be applied to BWR environment. Data as described above will be added to the database of this program. It will be relatively easy to further develop the program e.g. to calculate Pourbaix diagrams, and these graphs could then be calculated at any temperature. This means that there will be no limitation to the temperatures and total concentrations (usually 10 -6 to 10 -8 mol/kg) as reported in earlier work. It is also easy to add a function generating ΔG 0 and log K values at selected temperatures. One of the fundamentals for this work was also to overview and collect publicly available thermodynamic program codes and databases of relevance for BWR conditions found in open sources. The focus has been on finding already done compilations and reviews, and some 40 codes and 15 databases were found. Codes and data-bases are often integrated and such a package is often developed for

  14. Chaperone-client complexes: A dynamic liaison

    Science.gov (United States)

    Hiller, Sebastian; Burmann, Björn M.

    2018-04-01

    Living cells contain molecular chaperones that are organized in intricate networks to surveil protein homeostasis by avoiding polypeptide misfolding, aggregation, and the generation of toxic species. In addition, cellular chaperones also fulfill a multitude of alternative functionalities: transport of clients towards a target location, help them fold, unfold misfolded species, resolve aggregates, or deliver clients towards proteolysis machineries. Until recently, the only available source of atomic resolution information for virtually all chaperones were crystal structures of their client-free, apo-forms. These structures were unable to explain details of the functional mechanisms underlying chaperone-client interactions. The difficulties to crystallize chaperones in complexes with clients arise from their highly dynamic nature, making solution NMR spectroscopy the method of choice for their study. With the advent of advanced solution NMR techniques, in the past few years a substantial number of structural and functional studies on chaperone-client complexes have been resolved, allowing unique insight into the chaperone-client interaction. This review summarizes the recent insights provided by advanced high-resolution NMR-spectroscopy to understand chaperone-client interaction mechanisms at the atomic scale.

  15. Security Behavior Observatory: Infrastructure for Long-term Monitoring of Client Machines

    Science.gov (United States)

    2014-07-14

    desired data. In Wmdows, this is most often a .NET language (e.g., C#, PowerShell), a command-line batch script, or Java . 3) Least privilege: To ensure...modules are written in Java , and thus should be easily-portable to any OS. B. Deployment There are several high-level requirements the SBO must meet...practically feasible with such solutions. Instead, one researcher with access to all the clients’ keys (stored in an isolated and secured MySQL database

  16. Database design and database administration for a kindergarten

    OpenAIRE

    Vítek, Daniel

    2009-01-01

    The bachelor thesis deals with creation of database design for a standard kindergarten, installation of the designed database into the database system Oracle Database 10g Express Edition and demonstration of the administration tasks in this database system. The verification of the database was proved by a developed access application.

  17. Evaluation of Face Detection Algorithms for the Bank Client Identity Verification

    Directory of Open Access Journals (Sweden)

    Szczodrak Maciej

    2017-06-01

    Full Text Available Results of investigation of face detection algorithms efficiency in the banking client visual verification system are presented. The video recordings were made in real conditions met in three bank operating outlets employing a miniature industrial USB camera. The aim of the experiments was to check the practical usability of the face detection method in the biometric bank client verification system. The main assumption was to provide a simplified as much as possible user interaction with the application. Applied algorithms for face detection are described and achieved results of face detection in the real bank environment conditions are presented. Practical limitations of the application based on encountered problems are discussed.

  18. Wireless access to a pharmaceutical database: A demonstrator for data driven Wireless Application Prorocol (WAP) applications in medical information processing

    DEFF Research Database (Denmark)

    Hansen, Michael Schacht; Dørup, Jens

    2001-01-01

    script for easy update of the database. Data were distributed in 35 interrelated tables. Each pharmaceutical brand name was given its own card with links to general information about the drug, active substances, contraindications etc. Access was available through 1) browsing therapeutic groups and 2......) searching for a brand name. The database interface was programmed in the server-side scripting language PHP3. RESULTS: A free, open source Wireless Application Protocol gateway to a pharmaceutical catalogue was established to allow dial-in access independent of commercial Wireless Application Protocol...... service providers. The application was tested on the Nokia 7110 and Ericsson R320s cellular phones. CONCLUSIONS: We have demonstrated that Wireless Application Protocol-based access to a dynamic clinical database can be established using open source freeware. The project opens perspectives for a further...

  19. Promoting self-care in clients on hemodialysis: application of the nola pender's diagram

    OpenAIRE

    Xavier, Brunno Lessa Saldanha; Santos, Iraci dos; Silva, Frances Valéria Costa e

    2017-01-01

    Objetivo: evidenciar a convivência do cliente com doença renal crônica em hemodiálise, a partir da aplicação da teoria Modelo de Promoção da Saúde (MPS) de Nola Pender. Método: descritivo com delineamento intragrupos, em oficina de autocuidado com 48 clientes, em Campos dos Goytacazes, Rio de Janeiro, de 2013 a 2014. Evidenciou-se o comportamento de autocuidado no diagrama: características e experiências individuais; cognições e afetos específicos do comportamento de maior importância motivac...

  20. Search-based Tier Assignment for Optimising Offline Availability in Multi-tier Web Applications

    OpenAIRE

    Philips, Laure; De Koster, Joeri; De Meuter, Wolfgang; De Roover, Coen

    2017-01-01

    Web programmers are often faced with several challenges in the development process of modern, rich internet applications. Technologies for the different tiers of the application have to be selected: a server-side language, a combination of JavaScript, HTML and CSS for the client, and a database technology. Meeting the expectations of contemporary web applications requires even more effort from the developer: many state of the art libraries must be mastered and glued together. This leads to an...

  1. Team-client Relationships And Extreme Programming

    Directory of Open Access Journals (Sweden)

    John Karn

    2008-01-01

    Full Text Available This paper describes a study that examined the relationship between software engineering teams who adhered to the extreme programming (XP methodology and their project clients. The study involved observing teams working on projects for clients who had commissioned a piece of software to be used in the real world. Interviews were conducted during and at the end of the project to get client opinion on how the project had progressed. Of interest to the researchers were opinions on frequency of feedback, how the team captured requirements, whether or not the iterative approach of XP proved to be helpful, and the level of contextual and software engineering knowledge the client had at the start of the project. In theory, fidelity to XP should result in enhanced communication, reduce expectation gaps, and lead to greater client satisfaction. Our results suggest that this depends heavily on the communication skills of the team and of the client, the expectations of the client, and the nature of the project.

  2. Anxiety in mammography: mammographers' and clients' perspectives

    International Nuclear Information System (INIS)

    Galletta, S.; Joel, N.; Maguire, R.; Weaver, K.; Poulos, A.

    2003-01-01

    The aim of this study was to identify causes of anxiety experienced by mammographers and clients during mammography and strategies to decrease the anxiety generated by the mammographic procedure. Two questionnaires were distributed: one to mammographers in public and private centres within NSW, the other to women (clients) who have experienced mammography. Mammographers' and clients' rankings of causes of clients' anxiety demonstrated many similarities indicating the mammographers' acknowledgement of factors contributing to client anxiety. Thematic analysis provided important qualitative data concerning anxiety experienced by both mammographers and clients and the influence of mammographer and client behaviour on that anxiety. The results of this study have provided important new knowledge for mammographic practice and mammography education. By understanding the causes of anxiety experienced by clients, mammographers can provide an informed, empathetic approach to the mammographic process. By acknowledging factors which increase their own anxiety mammographers can reduce the impact of this on themselves and on their clients. Copyright (2003) Australian Institute of Radiography

  3. OLS Client and OLS Dialog: Open Source Tools to Annotate Public Omics Datasets.

    Science.gov (United States)

    Perez-Riverol, Yasset; Ternent, Tobias; Koch, Maximilian; Barsnes, Harald; Vrousgou, Olga; Jupp, Simon; Vizcaíno, Juan Antonio

    2017-10-01

    The availability of user-friendly software to annotate biological datasets and experimental details is becoming essential in data management practices, both in local storage systems and in public databases. The Ontology Lookup Service (OLS, http://www.ebi.ac.uk/ols) is a popular centralized service to query, browse and navigate biomedical ontologies and controlled vocabularies. Recently, the OLS framework has been completely redeveloped (version 3.0), including enhancements in the data model, like the added support for Web Ontology Language based ontologies, among many other improvements. However, the new OLS is not backwards compatible and new software tools are needed to enable access to this widely used framework now that the previous version is no longer available. We here present the OLS Client as a free, open-source Java library to retrieve information from the new version of the OLS. It enables rapid tool creation by providing a robust, pluggable programming interface and common data model to programmatically access the OLS. The library has already been integrated and is routinely used by several bioinformatics resources and related data annotation tools. Secondly, we also introduce an updated version of the OLS Dialog (version 2.0), a Java graphical user interface that can be easily plugged into Java desktop applications to access the OLS. The software and related documentation are freely available at https://github.com/PRIDE-Utilities/ols-client and https://github.com/PRIDE-Toolsuite/ols-dialog. © 2017 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  4. Integrated Controlling System and Unified Database for High Throughput Protein Crystallography Experiments

    International Nuclear Information System (INIS)

    Gaponov, Yu.A.; Igarashi, N.; Hiraki, M.; Sasajima, K.; Matsugaki, N.; Suzuki, M.; Kosuge, T.; Wakatsuki, S.

    2004-01-01

    An integrated controlling system and a unified database for high throughput protein crystallography experiments have been developed. Main features of protein crystallography experiments (purification, crystallization, crystal harvesting, data collection, data processing) were integrated into the software under development. All information necessary to perform protein crystallography experiments is stored (except raw X-ray data that are stored in a central data server) in a MySQL relational database. The database contains four mutually linked hierarchical trees describing protein crystals, data collection of protein crystal and experimental data processing. A database editor was designed and developed. The editor supports basic database functions to view, create, modify and delete user records in the database. Two search engines were realized: direct search of necessary information in the database and object oriented search. The system is based on TCP/IP secure UNIX sockets with four predefined sending and receiving behaviors, which support communications between all connected servers and clients with remote control functions (creating and modifying data for experimental conditions, data acquisition, viewing experimental data, and performing data processing). Two secure login schemes were designed and developed: a direct method (using the developed Linux clients with secure connection) and an indirect method (using the secure SSL connection using secure X11 support from any operating system with X-terminal and SSH support). A part of the system has been implemented on a new MAD beam line, NW12, at the Photon Factory Advanced Ring for general user experiments

  5. Quality control in diagnostic radiology: software (Visual Basic 6) and database applications

    International Nuclear Information System (INIS)

    Md Saion Salikin; Muhammad Farid Abdul Khalid

    2002-01-01

    Quality Assurance programme in diagnostic Radiology is being implemented by the Ministry of Health (MoH) in Malaysia. Under this program the performance of an x-ray machine used for diagnostic purpose is tested by using the approved procedure which is commonly known as Quality Control in diagnostic radiology. The quality control or performance tests are carried out b a class H licence holder issued the Atomic Energy Licensing Act 1984. There are a few computer applications (software) that are available in the market which can be used for this purpose. A computer application (software) using Visual Basics 6 and Microsoft Access, is being developed to expedite data handling, analysis and storage as well as report writing of the quality control tests. In this paper important features of the software for quality control tests are explained in brief. A simple database is being established for this purpose which is linked to the software. Problems encountered in the preparation of database are discussed in this paper. A few examples of practical usage of the software and database applications are presented in brief. (Author)

  6. Exploring mortality among drug treatment clients: The relationship between treatment type and mortality.

    Science.gov (United States)

    Lloyd, Belinda; Zahnow, Renee; Barratt, Monica J; Best, David; Lubman, Dan I; Ferris, Jason

    2017-11-01

    Studies consistently identify substance treatment populations as more likely to die prematurely compared with age-matched general population, with mortality risk higher out-of-treatment than in-treatment. While opioid-using pharmacotherapy cohorts have been studied extensively, less evidence exists regarding effects of other treatment types, and clients in treatment for other drugs. This paper examines mortality during and following treatment across treatment modalities. A retrospective seven-year cohort was utilised to examine mortality during and in the two years following treatment among clients from Victoria, Australia, recorded on the Alcohol and Drug Information Service database by linking with National Death Index. 18,686 clients over a 12-month period were included. Crude (CMRs) and standardised mortality rates (SMRs) were analysed in terms of treatment modality, and time in or out of treatment. Higher risk of premature death was associated with residential withdrawal as the last type of treatment engagement, while mortality following counselling was significantly lower than all other treatment types in the year post-treatment. Both CMRs and SMRs were significantly higher in-treatment than post-treatment. Better understanding of factors contributing to elevated mortality risk for clients engaged in, and following treatment, is needed to ensure that treatment systems provide optimal outcomes during and after treatment. Copyright © 2017 Elsevier Inc. All rights reserved.

  7. Call center. Centrados en el cliente

    OpenAIRE

    Leal-Alonso-de-Castañeda, José Enrique

    2003-01-01

    La empresa actual ha de estar preparada para responder al Cliente tal y como éste espera, porque no se busca un cliente puntual, sino un cliente fiel. La globalización de la economía y del acceso a los mercados exige que la empresa sea capaz de atraer al cliente no sólo con un servicio de calidad, sino además con una atención de calidad. La implantación de un Call Center (Centro de Atención al Cliente, Centro de Atención de Llamadas) constituye por todo ello una estrategia de negocio qu...

  8. PATRON-CLIENT RELATIONSHIP PADA MASYARAKAT MADURA

    OpenAIRE

    Mohammad Hefni

    2012-01-01

    Abstrac This article traces patron-client relationship of Madurese both from socio-historical point of view and its contemporary progress. As an imbalance social-exchange relationship, in terms of patron-client relationship, second side (client) much highly depends upon the first side (patron). This had been experienced in Madurese social history during the native governmental period of time. The government was classified into two major classes; ruler class (patron) and farmer class (client)....

  9. A comparison of fusion breeder/fission client and fission breeder/fission client systems for electrical energy production

    International Nuclear Information System (INIS)

    Land, R.J.; Parish, T.A.

    1983-01-01

    A parametric study that evaluated the economic performance of breeder/client systems is described. The linkage of the breeders to the clients was modelled using the stockpile approach to determine the system doubling time. Since the actual capital costs of the breeders are uncertain, a precise prediction of the cost of a breeder was not attempted. Instead, the breakeven capital cost of a breeder relative to the capital cost of a client reactor was established by equating the cost of electricity from the breeder/client system to the cost of a system consisting of clients alone. Specific results are presented for two breeder/client systems. The first consisted of an LMFBR with LWR clients. The second consisted of a DT fusion reactor (with a 238 U fission suppressed blanket) with LWR clients. The economics of each system was studied as a function of the cost of fissile fuel from a conventional source. Generally, the LMFBR/LWR system achieved relatively small breakeven capital cost ratios; the maximum ratio computed was 2.2 (achieved at approximately triple current conventional fissile material cost). The DTFR/LWR system attained a maximum breakeven capital cost ratio of 4.5 (achieved at the highest plasma quality (ignited device) and triple conventional fissile cost)

  10. Handbook of video databases design and applications

    CERN Document Server

    Furht, Borko

    2003-01-01

    INTRODUCTIONIntroduction to Video DatabasesOge Marques and Borko FurhtVIDEO MODELING AND REPRESENTATIONModeling Video Using Input/Output Markov Models with Application to Multi-Modal Event DetectionAshutosh Garg, Milind R. Naphade, and Thomas S. HuangStatistical Models of Video Structure and SemanticsNuno VasconcelosFlavor: A Language for Media RepresentationAlexandros Eleftheriadis and Danny HongIntegrating Domain Knowledge and Visual Evidence to Support Highlight Detection in Sports VideosJuergen Assfalg, Marco Bertini, Carlo Colombo, and Alberto Del BimboA Generic Event Model and Sports Vid

  11. [A systematic evaluation of application of the web-based cancer database].

    Science.gov (United States)

    Huang, Tingting; Liu, Jialin; Li, Yong; Zhang, Rui

    2013-10-01

    In order to support the theory and practice of the web-based cancer database development in China, we applied a systematic evaluation to assess the development condition of the web-based cancer databases at home and abroad. We performed computer-based retrieval of the Ovid-MEDLINE, Springerlink, EBSCOhost, Wiley Online Library and CNKI databases, the papers of which were published between Jan. 1995 and Dec. 2011, and retrieved the references of these papers by hand. We selected qualified papers according to the pre-established inclusion and exclusion criteria, and carried out information extraction and analysis of the papers. Eventually, searching the online database, we obtained 1244 papers, and checking the reference lists, we found other 19 articles. Thirty-one articles met the inclusion and exclusion criteria and we extracted the proofs and assessed them. Analyzing these evidences showed that the U.S.A. counted for 26% in the first place. Thirty-nine percent of these web-based cancer databases are comprehensive cancer databases. As for single cancer databases, breast cancer and prostatic cancer are on the top, both counting for 10% respectively. Thirty-two percent of the cancer database are associated with cancer gene information. For the technical applications, MySQL and PHP applied most widely, nearly 23% each.

  12. Improving client-centred care and services: the role of front/back-office configurations.

    Science.gov (United States)

    Broekhuis, Manda; de Blok, Carolien; Meijboom, Bert

    2009-05-01

    This paper is a report of a study conducted to explore the application of designing front- and back-office work resulting in efficient client-centred care in healthcare organizations that supply home care, welfare and domestic services. Front/back-office configurations reflect a neglected domain of design decisions in the development of more client-centred processes and structures without incurring major cost increases. Based on a literature search, a framework of four front/back-office configurations was constructed. To illustrate the usefulness of this framework, a single, longitudinal case study was performed in a large organization, which provides home care, welfare and domestic services for a sustained period (2005-2006). The case study illustrates how front/back-office design decisions are related to the complexity of the clients' demands and the strategic objectives of an organization. The constructed framework guides the practical development of front/back-office designs, and shows how each design contributes differently to such performance objectives as quality, speed and efficiency. The front/back-office configurations presented comprise an important first step in elaborating client-centred care and service provision to the operational level. It helps healthcare organizations to become more responsive and to provide efficient client-centred care and services when approaching demand in a well-tuned manner. In addition to its applicability in home care, we believe that a deliberate front/back-office configuration also has potential in other fields of health care.

  13. Negotiating the Client-Based Capstone Experience

    Science.gov (United States)

    Reifenberg, Steve; Long, Sean

    2017-01-01

    Many graduate programs for professionals (public policy, public administration, business, international affairs, and others) use client-based experiential learning projects, often termed "capstones," in which students combine theory and practice to benefit an outside client. Increasingly, undergraduate programs use client-based capstones…

  14. Recent developments and object-oriented approach in FTU database

    International Nuclear Information System (INIS)

    Bertocchi, A.; Bracco, G.; Buceti, G.; Centioli, C.; Iannone, F.; Manduchi, G.; Nanni, U.; Panella, M.; Stracuzzi, C.; Vitale, V.

    2001-01-01

    During the last two years, the experimental database of Frascati Tokamak Upgrade (FTU) has been changed from several points of view, particularly: (i) the data and the analysis codes have been moved from the IBM main frame to Unix platforms making enabling the users to take advantage of the large quantities of commercial and free software available under Unix (Matlab, IDL, etc); (ii) AFS (Andrew File System) has been chosen as the distributed file system making the data available on all the nodes and distributing the workload; (iii) 'One measure/one file' philosophy (vs. the previous 'one pulse/one file') has been adopted increasing the number of files into the database but, at the same time, allowing the most important data to be available just after the plasma discharge. The client-server architecture has been tested using the signal viewer client jScope. Moreover, an object oriented data model (OODM) of FTU experimental data has been tried: a generalized model in tokamak experimental data has been developed with typical concepts such as abstraction, encapsulation, inheritance, and polymorphism. The model has been integrated with data coming from different databases, building an Object Warehouse to extract, with data mining techniques, meaningful trends and patterns from huge amounts of data

  15. The Effects of Psychotherapist's and Clients' Interpersonal Behaviors during a First Simulated Session: A Lab Study Investigating Client Satisfaction

    Directory of Open Access Journals (Sweden)

    François Moors

    2017-10-01

    Full Text Available The purpose of this study was to examine the effects of psychotherapists' behaviors during a first simulated therapy session on clients' satisfaction, including their intention to pursue or drop out from therapy. The importance of psychotherapists' warmth on clients' satisfaction was examined to check previous findings stressing this determining factor. Examining the role of warm behaviors is however insufficient according to the interpersonal perspective. We therefore tested the role of the psychotherapist's agentic behaviors since only a few studies provide contradictory results about the role of this interpersonal dimension on clients' satisfaction and how it is influenced by matching up client and therapist's profiles. To test our hypotheses and control for alternative therapy-related explanatory variables, we used different videos as experimental conditions manipulating the therapist's behaviors. Seventy-five participants had to imagine themselves as potential clients arriving for a first therapy session. They successively watched a role-playing therapist behaving according to five randomized interpersonal profiles. Results confirmed that warmth was a major dimension predicting client satisfaction. They revealed that agency was also a determinant of client satisfaction and that its effects depended on the client's own interpersonal agentic profile. Dominant clients were found to be more satisfied with the dominant psychotherapist than the submissive one while submissive clients preferred only the warm psychotherapist. These findings are discussed and suggest that therapists may need to be flexible and adapt their behaviors according to their client's interpersonal profile to increase their client satisfaction and decrease drop outs.

  16. Sexually transmitted infections among heterosexual male clients of female sex workers in China: a systematic review and meta-analysis.

    Directory of Open Access Journals (Sweden)

    Megan M McLaughlin

    Full Text Available Female sex workers have been the target of numerous sexually transmitted infection (STI prevention strategies in China, but their male clients have attracted considerably less public health attention and resources. We sought to systematically assess the prevalence of HIV, syphilis, gonorrhea, and chlamydia among heterosexual male clients of female sex workers in China.Original research manuscripts were identified by searching Chinese and English language databases, and 37 studies analyzing 26,552 male clients were included in the review. Client STI prevalence across studies was heterogeneous. Pooled prevalence estimates and 95% confidence intervals were 0.68% (0.36-1.28% for HIV, 2.91% (2.17-3.89% for syphilis, 2.16% (1.46-3.17% for gonorrhea, and 8.01% (4.94-12.72% for chlamydia.The pooled prevalence estimates of HIV, syphilis, gonorrhea, and chlamydia among clients in this review exceed the prevalences previously reported among population-representative samples and low-risk groups in China. However, heterogeneity across studies and sampling limitations prevent definitive conclusions about how the prevalence of STIs in this population compares to the general population. These findings suggest a need for greater attention to clients' sexual risk and disease prevalence in China's STI research agenda in order to inform effective prevention policies.

  17. A relational database for physical data from TJ-II discharges

    International Nuclear Information System (INIS)

    Sanchez, E.; Portas, A.B.; Vega, J.

    2002-01-01

    A relational database (RDB) has been developed for classifying TJ-II experimental data according to physical criteria. Two objectives have been achieved: the design and the implementation of the database and the software tools for data access depending on a single software driver. TJ-II data were arranged in several tables with a flexible design, speedy performance, efficient search capacity and adaptability to meet present and future, requirements. The software has been developed to allow the access to the TJ-II RDB from a variety of computer platforms (ALPHA AXP/True64 UNIX, CRAY/UNICOS, Intel Linux, Sparc/Solaris and Intel/Windows 95/98/NT) and programming languages (FORTRAN and C/C++). The database resides in a Windows NT Server computer and is managed by Microsoft SQL Server. The access software is based on open network computing remote procedure call and follows client/server model. A server program running in the Windows NT computer controls data access. Operations on the database (through a local ODBC connection) are performed according to predefined permission protocols. A client library providing a set of basic functions for data integration and retrieval has been built in both static and dynamic link versions. The dynamic version is essential in accessing RDB data from 4GL environments (IDL and PV-WAVE among others)

  18. TuBaFrost 5: multifunctional central database application for a European tumor bank.

    Science.gov (United States)

    Isabelle, M; Teodorovic, I; Morente, M M; Jaminé, D; Passioukov, A; Lejeune, S; Therasse, P; Dinjens, W N M; Oosterhuis, J W; Lam, K H; Oomen, M H A; Spatz, A; Ratcliffe, C; Knox, K; Mager, R; Kerr, D; Pezzella, F; van de Vijver, M; van Boven, H; Alonso, S; Kerjaschki, D; Pammer, J; Lopez-Guerrero, J A; Llombart Bosch, A; Carbone, A; Gloghini, A; van Veen, E-B; van Damme, B; Riegman, P H J

    2006-12-01

    Developing a tissue bank database has become more than just logically arranging data in tables combined with a search engine. Current demand for high quality samples and data, and the ever-changing legal and ethical regulations mean that the application must reflect TuBaFrost rules and protocols for the collection, exchange and use of tissue. To ensure continuation and extension of the TuBaFrost European tissue bank, the custodianship of the samples, and hence the decision over whether to issue samples to requestors, remains with the local collecting centre. The database application described in this article has been developed to facilitate this open structure virtual tissue bank model serving a large group. It encompasses many key tasks, without the requirement for personnel, hence minimising operational costs. The Internet-accessible database application enables search, selection and request submission for requestors, whereas collectors can upload and edit their collection. Communication between requestor and involved collectors is started with automatically generated e-mails.

  19. Application of cloud database in the management of clinical data of patients with skin diseases.

    Science.gov (United States)

    Mao, Xiao-fei; Liu, Rui; DU, Wei; Fan, Xue; Chen, Dian; Zuo, Ya-gang; Sun, Qiu-ning

    2015-04-01

    To evaluate the needs and applications of using cloud database in the daily practice of dermatology department. The cloud database was established for systemic scleroderma and localized scleroderma. Paper forms were used to record the original data including personal information, pictures, specimens, blood biochemical indicators, skin lesions,and scores of self-rating scales. The results were input into the cloud database. The applications of the cloud database in the dermatology department were summarized and analyzed. The personal and clinical information of 215 systemic scleroderma patients and 522 localized scleroderma patients were included and analyzed using the cloud database. The disease status,quality of life, and prognosis were obtained by statistical calculations. The cloud database can efficiently and rapidly store and manage the data of patients with skin diseases. As a simple, prompt, safe, and convenient tool, it can be used in patients information management, clinical decision-making, and scientific research.

  20. Collaborating with Your Clients Using Social Media & Mobile Communications

    Science.gov (United States)

    Typhina, Eli; Bardon, Robert E.; Gharis, Laurie W.

    2015-01-01

    Many Extension educators are still learning how to effectively integrate social media into their programs. By using the right social media platforms and mobile applications to create engaged, online communities, Extension educators can collaborate with clients to produce and to share information expanding and enhancing their social media and…

  1. 32 CFR 776.4 - Attorney-client relationships.

    Science.gov (United States)

    2010-07-01

    ... 32 National Defense 5 2010-07-01 2010-07-01 false Attorney-client relationships. 776.4 Section 776... General § 776.4 Attorney-client relationships. (a) The executive agency to which assigned (DON in most cases) is the client served by each covered USG attorney unless detailed to represent another client by...

  2. THE DEVELOPMENT OF A WEB BASED DATABASE APPLICATIONS OF PROCUREMENT, INVENTORY, AND SALES AT PT. INTERJAYA SURYA MEGAH

    Directory of Open Access Journals (Sweden)

    Choirul Huda

    2011-10-01

    Full Text Available The objective of this research is to develop a web based database application for the procurement, inventory and sales at PT. Interjaya Surya Megah. The current system at PT. Interjaya Surya Megah is running manually, so the company has difficulty in carrying out its activities. The methodology, that is used in this research, includes interviews, observation, literature review, conceptual database design, logical database design and physical database design. The results are the establishment of a web-based database application at PT. Interjaya Surya Megah. The conclusion is the company can be easier to run the day-to-day activities because data processing becomes faster and more accurate, faster report generation and more accurate, more secure data storage.Keywords: database; application; procurement; inventory; sales

  3. Diversity within African American, female therapists: variability in clients' expectations and assumptions about the therapist.

    Science.gov (United States)

    Kelly, Jennifer F; Greene, Beverly

    2010-06-01

    Despite the presence of some literature that has addressed the characteristics of the African American female therapist, most psychotherapy training proceeds with the assumption that therapists are members of dominant groups, and most of the psychological and psychotherapy literature has been written by therapists and psychologists who come from dominant cultural perspectives. Not as much has been written about psychological paradigms or the process of psychotherapy from the perspective of the therapist who is not a dominant group member. This article explores both the common and divergent experiences that we, the authors, share as African American female therapists and the different reactions we frequently elicit in clients. We also explore how individual differences in our physical appearances, personal backgrounds, and different characteristics of our respective practices elicit distinct responses from clients that we believe are based on differences between us, despite the fact that we are both African American women. We believe that many of the stereotypes that affect perceptions of African American female clients also exist for African American female therapists. We will address how the intersection of gender, race, and sexual orientation of the client highlights the complexity of culturally competent practice. PsycINFO Database Record (c) 2010 APA, all rights reserved.

  4. The relationship between clients' depression etiological beliefs and psychotherapy orientation preferences, expectations, and credibility beliefs.

    Science.gov (United States)

    Tompkins, Kelley A; Swift, Joshua K; Rousmaniere, Tony G; Whipple, Jason L

    2017-06-01

    The purpose of this study was to examine the relationship between clients' etiological beliefs for depression and treatment preferences, credibility beliefs, and outcome expectations for five different depression treatments-behavioral activation, cognitive therapy, interpersonal psychotherapy, pharmacotherapy, and psychodynamic psychotherapy. Adult psychotherapy clients (N = 98) were asked to complete an online survey that included the Reasons for Depression Questionnaire, a brief description of each of the five treatment options, and credibility, expectancy, and preference questions for each option. On average, the participating clients rated pharmacotherapy as significantly less credible, having a lower likelihood of success, and being less preferred than the four types of psychotherapy. In general, interpersonal psychotherapy was also rated more negatively than the other types of psychotherapy. However, these findings depended somewhat on whether the participating client was personally experiencing depression. Credibility beliefs, outcome expectations, and preferences for pharmacotherapy were positively associated with biological beliefs for depression; however, the other hypothesized relationships between etiological beliefs and treatment attitudes were not supported. Although the study is limited based on the specific sample and treatment descriptions that were used, the results may still have implications for psychotherapy research, training, and practice. (PsycINFO Database Record (c) 2017 APA, all rights reserved).

  5. Development and Application of the Lincoln Adherence Instrument Record for Assessing Client Adherence to Advice in Dog Behavior Consultations and Success

    Directory of Open Access Journals (Sweden)

    Lisanna Lamb

    2018-03-01

    application of the instrument in any veterinary behavior practice wishing to use client feedback to rationalize areas of the consultation which might be improved.

  6. Development and Application of the Lincoln Adherence Instrument Record for Assessing Client Adherence to Advice in Dog Behavior Consultations and Success.

    Science.gov (United States)

    Lamb, Lisanna; Affenzeller, Nadja; Hewison, Lynn; McPeake, Kevin James; Zulch, Helen; Mills, Daniel S

    2018-01-01

    Adherence to the advice of medical practitioners is critical to successful treatment outcomes and has been much researched in human health, but is less well studied in the veterinary and clinical animal behavior fields. Given that the management of behavior problems often requires substantial change in established client behavior, it is likely that adherence is a substantive issue affecting success. However, little is known about the relationships between relevant factors, and there is no established way of assessing these. Therefore, the aim of this study was to develop an instrument for coding factors likely to impinge on pet owner adherence to behavior advice and validate its utility through the identification of the factors appearing to relate most closely to a successful treatment outcome in a sample population from our clinic. Potential factors affecting adherence were identified from human health and animal behavior studies, and a survey instrument developed with items matched to these factors. Forty-two dog owners who had attended the University of Lincoln Animal Behavior Clinic over a 2-year period provided data used in the analysis. The assessment of treatment outcome success by clients and clinicians was correlated, but clinicians tended to overestimate success by half a point on a 5-point scale. Eleven items relating to adherence were found to correlate with client ratings of treatment success in a univariate analysis, with three of these remaining in an ordinal logistic regression model. These three related to trust in the advice given by the clinician, concern over distress caused to the pet in the longer term and the perceived recommendation of treatment measures that had failed. By further examining the relationship between all of these factors in a hierarchical cluster analysis, we were able to postulate ways in which we might be able to improve client adherence and thus treatment success. This provides a model for the application of the instrument

  7. The X-Files Investigating Alien Performance in a Thin-client World

    CERN Document Server

    Gunther, N J

    2000-01-01

    Many scientific applications use the X11 window environment; an open source windows GUI standard employing a client/server architecture. X11 promotes: distributed computing, thin-client functionality, cheap desktop displays, compatibility with heterogeneous servers, remote services and administration, and greater maturity than newer web technologies. This paper details the author's investigations into close encounters with alien performance in X11-based seismic applications running on a 200-node cluster, backed by 2 TB of mass storage. End-users cited two significant UFOs (Unidentified Faulty Operations) i) long application launch times and ii) poor interactive response times. The paper is divided into three major sections describing Close Encounters of the 1st Kind: citings of UFO experiences, the 2nd Kind: recording evidence of a UFO, and the 3rd Kind: contact and analysis. UFOs do exist and this investigation presents a real case study for evaluating workload analysis and other diagnostic tools.

  8. Application Program Interface for the Orion Aerodynamics Database

    Science.gov (United States)

    Robinson, Philip E.; Thompson, James

    2013-01-01

    The Application Programming Interface (API) for the Crew Exploration Vehicle (CEV) Aerodynamic Database has been developed to provide the developers of software an easily implemented, fully self-contained method of accessing the CEV Aerodynamic Database for use in their analysis and simulation tools. The API is programmed in C and provides a series of functions to interact with the database, such as initialization, selecting various options, and calculating the aerodynamic data. No special functions (file read/write, table lookup) are required on the host system other than those included with a standard ANSI C installation. It reads one or more files of aero data tables. Previous releases of aerodynamic databases for space vehicles have only included data tables and a document of the algorithm and equations to combine them for the total aerodynamic forces and moments. This process required each software tool to have a unique implementation of the database code. Errors or omissions in the documentation, or errors in the implementation, led to a lengthy and burdensome process of having to debug each instance of the code. Additionally, input file formats differ for each space vehicle simulation tool, requiring the aero database tables to be reformatted to meet the tool s input file structure requirements. Finally, the capabilities for built-in table lookup routines vary for each simulation tool. Implementation of a new database may require an update to and verification of the table lookup routines. This may be required if the number of dimensions of a data table exceeds the capability of the simulation tools built-in lookup routines. A single software solution was created to provide an aerodynamics software model that could be integrated into other simulation and analysis tools. The highly complex Orion aerodynamics model can then be quickly included in a wide variety of tools. The API code is written in ANSI C for ease of portability to a wide variety of systems. The

  9. Pattern database applications from design to manufacturing

    Science.gov (United States)

    Zhuang, Linda; Zhu, Annie; Zhang, Yifan; Sweis, Jason; Lai, Ya-Chieh

    2017-03-01

    Pattern-based approaches are becoming more common and popular as the industry moves to advanced technology nodes. At the beginning of a new technology node, a library of process weak point patterns for physical and electrical verification are starting to build up and used to prevent known hotspots from re-occurring on new designs. Then the pattern set is expanded to create test keys for process development in order to verify the manufacturing capability and precheck new tape-out designs for any potential yield detractors. With the database growing, the adoption of pattern-based approaches has expanded from design flows to technology development and then needed for mass-production purposes. This paper will present the complete downstream working flows of a design pattern database(PDB). This pattern-based data analysis flow covers different applications across different functional teams from generating enhancement kits to improving design manufacturability, populating new testing design data based on previous-learning, generating analysis data to improve mass-production efficiency and manufacturing equipment in-line control to check machine status consistency across different fab sites.

  10. The database on transgenic luminescent microorganisms as an instrument of studying a microbial component of closed ecosystems

    Science.gov (United States)

    Boyandin, A. N.; Lankin, Y. P.; Kargatova, T. V.; Popova, L. Y.; Pechurkin, N. S.

    Luminescent transgenic microorganisms are widely used for study of microbial communities' functioning including closed ones. Bioluminescence is of high sensitive to effects of different environmental factors. Integration of lux-genes into different metabolic ways allows studying many aspects of microorganisms' life permitting to carry out measurements in situ. There is much information about applications of bioluminescent bacteria in different researches. But for effective using these data their summarizing and accumulation in common source is required. Therefore an information system on characteristics of transgenic microorganisms with cloned lux-genes was created. The database and client software related were developed. A database structure includes information on common characteristics of cloned lux-genes, their sources and properties, on regulation of gene expression in bacterial cells, on dependence of bioluminescence manifestation on biotic, abiotic and anthropogenic environmental factors. The database also can store description of changes in bacterial populations depending on environmental changes. The database created allows storing and using bibliographic information and also links to web sites of world collections of microorganisms. Internet publishing software permitting to open access to the database through the Internet is developed.

  11. 49 CFR 1103.23 - Confidences of a client.

    Science.gov (United States)

    2010-10-01

    ... 49 Transportation 8 2010-10-01 2010-10-01 false Confidences of a client. 1103.23 Section 1103.23... Responsibilities Toward A Client § 1103.23 Confidences of a client. (a) The practitioner's duty to preserve his client's confidence outlasts the practitioner's employment by the client, and this duty extends to the...

  12. Characterizing fentanyl use in methadone-maintained clients.

    Science.gov (United States)

    Arfken, Cynthia L; Suchanek, Jessica; Greenwald, Mark K

    2017-04-01

    Deaths attributed to fentanyl have increased in the United States. However, little is known about fentanyl use among substance abuse treatment clients. To fill this gap, we assessed prevalence of fentanyl exposure, characteristics of clients testing positive for fentanyl, other substances detected concurrently or simultaneously with fentanyl, and clients' perception of how many people are actively seeking to use fentanyl. A retrospective chart review was conducted of all clients at one methadone maintenance treatment clinic between January 2015 and May 2016 in Wayne County, Michigan. Urine drug screens (UDS) including fentanyl (and its metabolite norfentanyl) were conducted clinically. To obtain additional data, 113 clients in this clinic subsequently completed an anonymous survey. Of 368 unique clients with UDS, 38.0% had at least one and 26.1% had ≥2 fentanyl-positive UDS results. None had a fentanyl prescription. Clients ever testing positive for fentanyl were significantly (pFentanyl-positive UDS results coincided most commonly with metabolites of cocaine- and heroin-positive UDS results. Of the anonymously surveyed clients, most (67.3%) reported they did not know anyone seeking fentanyl, a proportion significantly higher than for heroin, cocaine, alprazolam, hydrocodone and morphine. Fentanyl was commonly detected during this period with some clients having multiple fentanyl-positive UDS. Most clients did not know anyone seeking to obtain fentanyl. Regardless, the high exposure underscores that naloxone training and distribution is needed. Copyright © 2017 Elsevier Inc. All rights reserved.

  13. Monet: a next-generation database kernel for query-intensive applications

    NARCIS (Netherlands)

    P.A. Boncz (Peter)

    2002-01-01

    htmlabstractMonet is a database kernel targeted at query-intensive, heavy analysis applications (the opposite of transaction processing), which include OLAP and data mining, but also go beyond the business domain in GIS processing, multi-media retrieval and XML. The clean sheet approach of Monet

  14. Interactive Effects of Counselor-Client Similarity and Client Self-Esteem on Termination Type and Number of Sessions.

    Science.gov (United States)

    Berry, G. William; Sipps, Gary J.

    1991-01-01

    Examined effects of client self-esteem as measured by Rosenberg Self-Esteem Scale and client-counselor similarity as determined by Myers-Briggs Type Indicator (MBTI) on number of sessions and type of termination (unilateral or mutual) for 55 clients and 9 counselors at university counseling center. Self-esteem interacted significantly with…

  15. Earthdata Search Client: Usability Review Process, Results, and Implemented Changes, Using Earthdata Search Client as a Case Study

    Science.gov (United States)

    Siarto, Jeff; Reese, Mark; Shum, Dana; Baynes, Katie

    2016-01-01

    User experience and visual design are greatly improved when usability testing is performed on a periodic basis. Design decisions should be tested by real users so that application owners can understand the effectiveness of each decision and identify areas for improvement. It is important that applications be tested not just once, but as a part of a continuing process that looks to build upon previous tests. NASA's Earthdata Search Client has undergone a usability study to ensure its users' needs are being met and that users understand how to use the tool efficiently and effectively. This poster will highlight the process followed for usability study, the results of the study, and what has been implemented in light of the results to improve the application's interface.

  16. Client Involvement in Home Care Practice

    DEFF Research Database (Denmark)

    Glasdam, Stinne; Henriksen, Nina; Kjær, Lone

    2013-01-01

    Client involvement’ has been a mantra within health policies, education curricula and healthcare institutions over many years, yet very little is known about how ‘client involvement’ is practised in home-care services. The aim of this article is to analyse ‘client involvement’ in practise seen fr...... in public home-care practice remains limited...

  17. 31 CFR 10.28 - Return of client's records.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 1 2010-07-01 2010-07-01 false Return of client's records. 10.28... § 10.28 Return of client's records. (a) In general, a practitioner must, at the request of a client, promptly return any and all records of the client that are necessary for the client to comply with his or...

  18. ARTIST Project

    CSIR Research Space (South Africa)

    Ferguson, K

    2012-10-01

    Full Text Available Biennial Conference Presented by: Keith Ferguson Date: 9 October 2012 Mobile IPTV Broadcasting Platform Consortium: CSIR, UCT, ECA Funded by TIA 2008-2011 ARTIST Project Min time - sacrifice quality Max quality - sacrifice time Application Context... idth > ARTIST Platform Advertiser Client 1 Client 2 Client 3 Client 4 Sport channel News channel Wildlife channel Advert database Transaction database Transcoder Servers Media Switching Servers INTERNET Channel viewing Advert upload...

  19. SSDL personel dosimetry system: migration from a client - server system into a web-based system

    International Nuclear Information System (INIS)

    Maizura Ibrahim; Rosnah Shariff; Ahmad Bazlie Abdul Kadir; John Konsoh Sangau; Mohd Amin Sharifuldin Salleh; Taiman Kadni; Noriah Mod Ali

    2007-01-01

    Personnel Dosimetry System has been used by the Secondary Standard Dosimetry Laboratory (SSDL), Nuclear Malaysia since ten years ago. The system is a computerized database system with a client-server concept. This system has been used by Film Badge Laboratory, SSDL to record details of clients, calculation of Film Badge dosage, management of radiation workers data's, generating of dosage report, retrieval of statistical reports regarding film badge usage for the purpose of reporting to monitoring bodies such as Atomic Energy Licensing Board (AELB), Ministry of Health and others. But, due to technical problems that frequently occurs, the system is going to be replaced by a newly developed web- based system called e-SSDL. This paper describe the problems that regularly occurs in the previous system, explains how the process of replacing the client-server system with a web-based system is done and the differences between the previous and current system. This paper will also present details architecture of the new system and the new process introduced in processing film badges. (Author)

  20. Database Translator (DATALATOR) for Integrated Exploitation

    Science.gov (United States)

    2010-10-31

    via the Internet to Fortune 1000 clients including Mercedes Benz , Procter & Gamble, and HP. I look forward to hearing of your successful proposal and working with you to build a successful business. Sincerely, ...testing the DATALATOR experimental prototype (IRL 4) designed to demonstrate its core functions based on Next (icneration Software technology . Die...sources, but is not directly dependent on the platform such as database technology or data formats. In other words, there is a clear air gap between

  1. Recent advancements on the development of web-based applications for the implementation of seismic analysis and surveillance systems

    Science.gov (United States)

    Friberg, P. A.; Luis, R. S.; Quintiliani, M.; Lisowski, S.; Hunter, S.

    2014-12-01

    Recently, a novel set of modules has been included in the Open Source Earthworm seismic data processing system, supporting the use of web applications. These include the Mole sub-system, for storing relevant event data in a MySQL database (see M. Quintiliani and S. Pintore, SRL, 2013), and an embedded webserver, Moleserv, for serving such data to web clients in QuakeML format. These modules have enabled, for the first time using Earthworm, the use of web applications for seismic data processing. These can greatly simplify the operation and maintenance of seismic data processing centers by having one or more servers providing the relevant data as well as the data processing applications themselves to client machines running arbitrary operating systems.Web applications with secure online web access allow operators to work anywhere, without the often cumbersome and bandwidth hungry use of secure shell or virtual private networks. Furthermore, web applications can seamlessly access third party data repositories to acquire additional information, such as maps. Finally, the usage of HTML email brought the possibility of specialized web applications, to be used in email clients. This is the case of EWHTMLEmail, which produces event notification emails that are in fact simple web applications for plotting relevant seismic data.Providing web services as part of Earthworm has enabled a number of other tools as well. One is ISTI's EZ Earthworm, a web based command and control system for an otherwise command line driven system; another is a waveform web service. The waveform web service serves Earthworm data to additional web clients for plotting, picking, and other web-based processing tools. The current Earthworm waveform web service hosts an advanced plotting capability for providing views of event-based waveforms from a Mole database served by Moleserve.The current trend towards the usage of cloud services supported by web applications is driving improvements in Java

  2. Podemos fidelizar clientes inicialmente insatisfechos

    Directory of Open Access Journals (Sweden)

    Jesús Cambra-Fierro

    2011-01-01

    Full Text Available El paradigma relacional, dominante en el ámbito de la mercadotecnia, aboga por establecer y desarrollar relaciones duraderas con los clientes. Para ello es preciso conocer cuáles son sus necesidades y esforzarse por satisfacerlas. Los clientes quieren sentirse importantes y, por tanto, las empresas deberían preocuparse no sólo por vender, sino también por conocer su índice real de satisfacción/ insatisfacción. Por tanto, desde un punto de vista lógico este debería ser el patrón de comportamiento empresarial, los trabajos de Barroso (2008 y Coca (2008 así lo indican. Pero la realidad demuestra que esto no siempre es así. A pesar de que los clientes siempre desean sentirse atendidos, existen empresas que parecen olvidarse de esta premisa básica y, sin embargo, obtienen resultados positivos. Este trabajo tiene el objetivo de analizar la posible contribución de los procesos de recuperación de servicios en la fidelización de clientes/usuarios. Para ello tomamos como referencia el concepto de procesos de recuperación de servicio y estudiamos el contexto del sector de telefonía móvil en España.Através de un análisis de estadísticos descriptivos y de la técnica Partial Least Squares (PLS, concluimos que las empresas se comportan de manera opuesta a lo que esperan los clientes y no se preocupan realmente por reconquistar su satisfacción. Sin embargo, la opinión de los usuarios resulta muy reveladora y sugiere que es posible convertir un cliente inicialmente insatisfecho en un cliente fiel.

  3. Xerostomia among older home care clients.

    Science.gov (United States)

    Viljakainen, Sari; Nykänen, Irma; Ahonen, Riitta; Komulainen, Kaija; Suominen, Anna Liisa; Hartikainen, Sirpa; Tiihonen, Miia

    2016-06-01

    The purpose of this study was to examine drug use and other factors associated with xerostomia in home care clients aged 75 years or older. The study sample included 270 home care clients aged ≥75 years living in Eastern and Central Finland. The home care clients underwent in-home interviews carried out by trained home care nurses, nutritionists, dental hygienists and pharmacists. The collected data contained information on sociodemographic factors, health and oral health status, drug use, depressive symptoms (GDS-15), cognitive functioning (MMSE), functional ability (Barthel Index, IADL) and nutrition (MNA). The primary outcome was xerostomia status (never, occasionally or continuously). Among the home care clients, 56% (n = 150) suffered from xerostomia. Persons with continuous xerostomia used more drugs and had more depressive symptoms and a higher number of comorbidities than other home care clients. In multivariate analyses, excessive polypharmacy (OR = 1.83, 95% Cl 1.08-3.10) and depressive symptoms (OR = 1.12, 95% Cl 1.03-1.22) were associated with xerostomia. Xerostomia is a common problem among old home care clients. Excessive polypharmacy, use of particular drug groups and depressive symptoms were associated with xerostomia. The findings support the importance of a multidisciplinary approach in the care of older home care clients. © 2016 John Wiley & Sons A/S. Published by John Wiley & Sons Ltd.

  4. MARKETING DATABASES – THE SHORTEST WAY TO CLIENT’S HEART

    Directory of Open Access Journals (Sweden)

    Popa Adela Laura

    2008-05-01

    Full Text Available The aim of this paper is to present the potential which could be offered by managing databases in direct marketing through gathering the information that could offer the shortest and efficient way to the clients needs. The paper includes the necessary steps to make this activity a real success

  5. Perceptions towards IT Security in Online Banking: Croatian Clients vs. Clients of Bosnia and Herzegovina

    Directory of Open Access Journals (Sweden)

    Nedim Makarevic

    2016-01-01

    Full Text Available This study has been completed with a purpose to analyze and compare perceptions of clients of Bosnia and Herzegovina and those of Croatian clients about IT security in online banking, to provide insight into similarities and differences of their view points and to create important set of information for all subjects active in banking industry. Once the survey based on six variables and specific questions assigned to each one of those variables was prepared, results regarding both countries were collected and concluded. Survey was completed in both Bosnia and Herzegovina and Croatia at high response rates. Even 207 respondents replied from Bosnia and Herzegovina, while 203 respondents completed survey from Croatia. Results were analyzed and presented using descriptive statistics. Results indicated that Croatian e-banking users trust to banks when it comes to IT security of online banking much more compared to clients of Bosnia and Herzegovina. It is important to mention that clients of Croatia perceive tangible features as highly significant while Bosnian clients do not perceive tangible features that much important. This proved that Croatian clients are aware of potential security threats and they know their part of responsibility when it comes to handling money online. On the other hand, results from Bosnia and Herzegovina indicated that Bosnian clients have lack of trust in online banking, and lack of awareness about personal tangible aspects that can improve security of personal online banking experience. The main limitation of this study is relatively small sample and too generic approach. Therefore, this study may be perceived as a pilot study for future researchers. The study’s results may be of interest to marketers and managers of banks operating in Bosnia and Herzegovina and Croatia to learn more about their clients’ perceptions towards their e-banking services.

  6. Lsiviewer 2.0 - a Client-Oriented Online Visualization Tool for Geospatial Vector Data

    Science.gov (United States)

    Manikanta, K.; Rajan, K. S.

    2017-09-01

    Geospatial data visualization systems have been predominantly through applications that are installed and run in a desktop environment. Over the last decade, with the advent of web technologies and its adoption by Geospatial community, the server-client model for data handling, data rendering and visualization respectively has been the most prevalent approach in Web-GIS. While the client devices have become functionally more powerful over the recent years, the above model has largely ignored it and is still in a mode of serverdominant computing paradigm. In this paper, an attempt has been made to develop and demonstrate LSIViewer - a simple, easy-to-use and robust online geospatial data visualisation system for the user's own data that harness the client's capabilities for data rendering and user-interactive styling, with a reduced load on the server. The developed system can support multiple geospatial vector formats and can be integrated with other web-based systems like WMS, WFS, etc. The technology stack used to build this system is Node.js on the server side and HTML5 Canvas and JavaScript on the client side. Various tests run on a range of vector datasets, upto 35 MB, showed that the time taken to render the vector data using LSIViewer is comparable to a desktop GIS application, QGIS, over an identical system.

  7. Clients' and therapists' stories about psychotherapy.

    Science.gov (United States)

    Adler, Jonathan M

    2013-12-01

    This article provides an overview of the emerging field of research on clients' stories about their experiences in psychotherapy. The theory of narrative identity suggests that individuals construct stories about their lives in order to provide the self with a sense of purpose and unity. Psychotherapy stories serve both psychological functions. Focusing on the theme of agency as a vehicle for operationalizing purpose and coherence as a way of operationalizing unity, this article will describe the existing scholarship connecting psychotherapy stories to clients' psychological well-being. Results from cross-sectional qualitative and quantitative studies as well as longitudinal research indicate a connection between the stories clients tell about therapy and their psychological well-being, both over the course of treatment and after it is over. In addition, a preliminary analysis of therapists' stories about their clients' treatment is presented. These analyses reveal that the way therapists recount a particular client's therapy does not impact the relationships between clients' narratives and their improvement. The article concludes with a discussion of how this body of scholarship might be fruitfully applied in the realm of clinical practice. © 2012 Wiley Periodicals, Inc.

  8. The Client's Perspective on Voluntary Stuttering.

    Science.gov (United States)

    Byrd, Courtney T; Gkalitsiou, Zoi; Donaher, Joe; Stergiou, Erin

    2016-08-01

    Voluntary stuttering is a strategy that has been suggested for use in the clinical literature but has minimal empirical data regarding treatment outcomes. The purpose of the present study is to explore client perspectives regarding the impact of the use of this strategy on the affective, behavioral, and cognitive components of stuttering. The present study used an original survey designed to explore the intended purpose. A total of 206 adults who stutter were included in the final data corpus. Responses were considered with respect to the type of voluntary stuttering the participants reportedly produced and the location of use. A client perceives significantly greater affective, behavioral, and cognitive benefits from voluntary stuttering when the production is closely matched to the client's actual stutter and when it is used outside the clinical environment. To enhance client perception of associated benefits, clinicians should encourage use of voluntary stuttering that closely matches the client's own stuttering. Clinicians should also facilitate practice of voluntary stuttering outside of the therapy room. Finally, clinicians should be aware that clients, at least initially, may not perceive any benefits from the use of this strategy.

  9. Nencki Genomics Database--Ensembl funcgen enhanced with intersections, user data and genome-wide TFBS motifs.

    Science.gov (United States)

    Krystkowiak, Izabella; Lenart, Jakub; Debski, Konrad; Kuterba, Piotr; Petas, Michal; Kaminska, Bozena; Dabrowski, Michal

    2013-01-01

    We present the Nencki Genomics Database, which extends the functionality of Ensembl Regulatory Build (funcgen) for the three species: human, mouse and rat. The key enhancements over Ensembl funcgen include the following: (i) a user can add private data, analyze them alongside the public data and manage access rights; (ii) inside the database, we provide efficient procedures for computing intersections between regulatory features and for mapping them to the genes. To Ensembl funcgen-derived data, which include data from ENCODE, we add information on conserved non-coding (putative regulatory) sequences, and on genome-wide occurrence of transcription factor binding site motifs from the current versions of two major motif libraries, namely, Jaspar and Transfac. The intersections and mapping to the genes are pre-computed for the public data, and the result of any procedure run on the data added by the users is stored back into the database, thus incrementally increasing the body of pre-computed data. As the Ensembl funcgen schema for the rat is currently not populated, our database is the first database of regulatory features for this frequently used laboratory animal. The database is accessible without registration using the mysql client: mysql -h database.nencki-genomics.org -u public. Registration is required only to add or access private data. A WSDL webservice provides access to the database from any SOAP client, including the Taverna Workbench with a graphical user interface.

  10. [On the clients of public health organizations].

    Science.gov (United States)

    Duran, Júlia; Villalbí, Joan R; Guix, Joan

    2004-01-01

    Public services must satisfy a variety of agents: users of these services, the citizens who pay the taxes that finance them, politicians, and those that work in them. To obtain public services that give priority to the citizen-user, knowledge of clients, their expectations, preferences, complaints and degree of satisfaction is essential. This article presents the process of internal discussion in our agency about its clients, who differ from those of an industrial or commercial organization. A proposal for the classification of clients, as well as the process that has led to a client portfolio, are presented and steps to improve services from the perspective of the client are suggested.

  11. Quality Primary Care and Family Planning Services for LGBT Clients: A Comprehensive Review of Clinical Guidelines.

    Science.gov (United States)

    Klein, David A; Malcolm, Nikita M; Berry-Bibee, Erin N; Paradise, Scott L; Coulter, Jessica S; Keglovitz Baker, Kristin; Schvey, Natasha A; Rollison, Julia M; Frederiksen, Brittni N

    2018-04-01

    LGBT clients have unique healthcare needs but experience a wide range of quality in the care that they receive. This study provides a summary of clinical guideline recommendations related to the provision of primary care and family planning services for LGBT clients. In addition, we identify gaps in current guidelines, and inform future recommendations and guidance for clinical practice and research. PubMed, Cochrane, and Agency for Healthcare Research and Quality electronic bibliographic databases, and relevant professional organizations' websites, were searched to identify clinical guidelines related to the provision of primary care and family planning services for LGBT clients. Information obtained from a technical expert panel was used to inform the review. Clinical guidelines meeting the inclusion criteria were assessed to determine their alignment with Institute of Medicine (IOM) standards for the development of clinical practice guidelines and content relevant to the identified themes. The search parameters identified 2,006 clinical practice guidelines. Seventeen clinical guidelines met the inclusion criteria. Two of the guidelines met all eight IOM criteria. However, many recommendations were consistent regarding provision of services to LGBT clients within the following themes: clinic environment, provider cultural sensitivity and awareness, communication, confidentiality, coordination of care, general clinical principles, mental health considerations, and reproductive health. Guidelines for the primary and family planning care of LGBT clients are evolving. The themes identified in this review may guide professional organizations during guideline development, clinicians when providing care, and researchers conducting LGBT-related studies.

  12. BoreholeAR: A mobile tablet application for effective borehole database visualization using an augmented reality technology

    Science.gov (United States)

    Lee, Sangho; Suh, Jangwon; Park, Hyeong-Dong

    2015-03-01

    Boring logs are widely used in geological field studies since the data describes various attributes of underground and surface environments. However, it is difficult to manage multiple boring logs in the field as the conventional management and visualization methods are not suitable for integrating and combining large data sets. We developed an iPad application to enable its user to search the boring log rapidly and visualize them using the augmented reality (AR) technique. For the development of the application, a standard borehole database appropriate for a mobile-based borehole database management system was designed. The application consists of three modules: an AR module, a map module, and a database module. The AR module superimposes borehole data on camera imagery as viewed by the user and provides intuitive visualization of borehole locations. The map module shows the locations of corresponding borehole data on a 2D map with additional map layers. The database module provides data management functions for large borehole databases for other modules. Field survey was also carried out using more than 100,000 borehole data.

  13. Client Intimacy & Performance Advice: Determinants of Trust in the Public Accountant - SME Client Relationship

    Directory of Open Access Journals (Sweden)

    Dianne McGrath

    2018-04-01

    Full Text Available This multi-discipline research investigated the determinants of trust in the relationship between Australia’s public accountants and their small and medium-sized (SME clients. In excess of four hundred SME owners, across Australia, were surveyed to test a proposed model and client intimacy variables were found to be the most significant predictors of trust in this important relationship. Offer-related variables, primarily the provision of advisory or performance-related services (rather than conformance-related services, were also found to be significant, however, at a lesser level than client intimacy and relationship variables. The multi-dimensionality of the trust construct was also highlighted.

  14. Planform: an application and database of graph-encoded planarian regenerative experiments.

    Science.gov (United States)

    Lobo, Daniel; Malone, Taylor J; Levin, Michael

    2013-04-15

    Understanding the mechanisms governing the regeneration capabilities of many organisms is a fundamental interest in biology and medicine. An ever-increasing number of manipulation and molecular experiments are attempting to discover a comprehensive model for regeneration, with the planarian flatworm being one of the most important model species. Despite much effort, no comprehensive, constructive, mechanistic models exist yet, and it is now clear that computational tools are needed to mine this huge dataset. However, until now, there is no database of regenerative experiments, and the current genotype-phenotype ontologies and databases are based on textual descriptions, which are not understandable by computers. To overcome these difficulties, we present here Planform (Planarian formalization), a manually curated database and software tool for planarian regenerative experiments, based on a mathematical graph formalism. The database contains more than a thousand experiments from the main publications in the planarian literature. The software tool provides the user with a graphical interface to easily interact with and mine the database. The presented system is a valuable resource for the regeneration community and, more importantly, will pave the way for the application of novel artificial intelligence tools to extract knowledge from this dataset. The database and software tool are freely available at http://planform.daniel-lobo.com.

  15. Design and management of database using microsoft access program: application in neurointerventional unit

    Energy Technology Data Exchange (ETDEWEB)

    Hwang, Seon Moon; Jeong, Gyeong Un; Kim, Tae Il; Cha, Ji Hyeon; Pyun, Hae Wook; Woo, Ryu Chang; Kim, Ho Sung; Suh, Dae Chul [University of Ulsan, College of Medicine, Seoul (Korea, Republic of)

    2005-10-15

    Complex clinical information in cerebral angiointervention unit requires effective management of statistical analysis for the classification of diagnosis and intervention including follow-up data from the interventional treatment. We present an application of Microsoft Access program for the management of patient data in cerebral angiointervention unit which suggests practical methods in recording and analyzing the patient data. Since January 2002, patient information from cerebral angiointervention was managed by a database with over 4000 patients. We designed a program which incorporates size items; Table, Query, Form, Report, Page and Macro. Patient data, follow-up data and information regarding diagnosis and intervention were established in the Form section, related by serial number, and connected to each other to an independent Table. Problems in running the program were corrected by establishing Entity Relationship (ER) diagnosis of Tables to define relationships between Tables. Convenient Queries, Forms and Reports were created to display expected information were applied from selected Tables. The relationship program which incorporated six items conveniently provided the number of cases per year, incidence of disease, lesion site, and case analysis based on interventional treatment. We were able to follow the patients after the interventional procedures by creating queries and reports. Lists of disease and patients files were identified easily each time by the Macro function. In addition, product names, size and characteristics of materials used were indexed and easily available. Microsoft Access program is effective in the management of patient data in cerebral angiointervention unit. Accumulation of large amounts of complex data handled by multiple users may require client/sever solutions such as a Microsoft SQL Server.

  16. Client/server approach to image capturing

    Science.gov (United States)

    Tuijn, Chris; Stokes, Earle

    1998-01-01

    The diversity of the digital image capturing devices on the market today is quite astonishing and ranges from low-cost CCD scanners to digital cameras (for both action and stand-still scenes), mid-end CCD scanners for desktop publishing and pre- press applications and high-end CCD flatbed scanners and drum- scanners with photo multiplier technology. Each device and market segment has its own specific needs which explains the diversity of the associated scanner applications. What all those applications have in common is the need to communicate with a particular device to import the digital images; after the import, additional image processing might be needed as well as color management operations. Although the specific requirements for all of these applications might differ considerably, a number of image capturing and color management facilities as well as other services are needed which can be shared. In this paper, we propose a client/server architecture for scanning and image editing applications which can be used as a common component for all these applications. One of the principal components of the scan server is the input capturing module. The specification of the input jobs is based on a generic input device model. Through this model we make abstraction of the specific scanner parameters and define the scan job definitions by a number of absolute parameters. As a result, scan job definitions will be less dependent on a particular scanner and have a more universal meaning. In this context, we also elaborate on the interaction of the generic parameters and the color characterization (i.e., the ICC profile). Other topics that are covered are the scheduling and parallel processing capabilities of the server, the image processing facilities, the interaction with the ICC engine, the communication facilities (both in-memory and over the network) and the different client architectures (stand-alone applications, TWAIN servers, plug-ins, OLE or Apple-event driven

  17. 49 CFR 1103.22 - Restraining clients from improprieties.

    Science.gov (United States)

    2010-10-01

    ... 49 Transportation 8 2010-10-01 2010-10-01 false Restraining clients from improprieties. 1103.22... Practitioner's Duties and Responsibilities Toward A Client § 1103.22 Restraining clients from improprieties. A practitioner should see that his clients act with the same restraint that the practitioner himself uses...

  18. Acerca de los clientes de las organizaciones de salud pública On the clients of public health organizations

    Directory of Open Access Journals (Sweden)

    Júlia Duran

    2004-12-01

    Full Text Available Los servicios públicos han de responder y satisfacer a una diversidad de agentes: sus usuarios, los ciudadanos que pagan impuestos que los financian, los políticos, y el personal que trabaja en ellos. Para conseguir unos servicios públicos que pongan al ciudadano-usuario en el vértice de su funcionamiento habrá que conocer al cliente, sus expectativas, preferencias, quejas y satisfacción. Este manuscrito presenta el proceso de reflexión interna realizado en nuestra organización acerca de sus clientes, cuya naturaleza es muy distinta de los de una empresa industrial o comercial. Se plantea una tipología y el proceso que ha llevado a confeccionar un listado de clientes, y se plantean acciones que hay que realizar para mejorar los servicios desde su perspectiva.Public services must satisfy a variety of agents: users of these services, the citizens who pay the taxes that finance them, politicians, and those that work in them. To obtain public services that give priority to the citizen-user, knowledge of clients, their expectations, preferences, complaints and degree of satisfaction is essential. This article presents the process of internal discussion in our agency about its clients, who differ from those of an industrial or commercial organization. A proposal for the classification of clients, as well as the process that has led to a client portfolio, are presented and steps to improve services from the perspective of the client are suggested.

  19. The IVTANTHERMO-Online database for thermodynamic properties of individual substances with web interface

    Science.gov (United States)

    Belov, G. V.; Dyachkov, S. A.; Levashov, P. R.; Lomonosov, I. V.; Minakov, D. V.; Morozov, I. V.; Sineva, M. A.; Smirnov, V. N.

    2018-01-01

    The database structure, main features and user interface of an IVTANTHERMO-Online system are reviewed. This system continues the series of the IVTANTHERMO packages developed in JIHT RAS. It includes the database for thermodynamic properties of individual substances and related software for analysis of experimental results, data fitting, calculation and estimation of thermodynamical functions and thermochemistry quantities. In contrast to the previous IVTANTHERMO versions it has a new extensible database design, the client-server architecture, a user-friendly web interface with a number of new features for online and offline data processing.

  20. The new ALICE DQM client: a web access to ROOT-based objects

    International Nuclear Information System (INIS)

    Von Haller, B; Carena, F; Carena, W; Chapeland, S; Barroso, V Chibante; Costa, F; Delort, C; Diviá, R.; Fuchs, U; Niedziela, J; Simonetti, G; Soós, C; Telesca, A; Vyvre, P Vande; Wegrzynek, A; Dénes, E

    2015-01-01

    A Large Ion Collider Experiment (ALICE) is the heavy-ion detector designed to study the physics of strongly interacting matter and the quark-gluon plasma at the CERN Large Hadron Collider (LHC). The online Data Quality Monitoring (DQM) plays an essential role in the experiment operation by providing shifters with immediate feedback on the data being recorded in order to quickly identify and overcome problems.An immediate access to the DQM results is needed not only by shifters in the control room but also by detector experts worldwide. As a consequence, a new web application has been developed to dynamically display and manipulate the ROOT-based objects produced by the DQM system in a flexible and user friendly interface.The architecture and design of the tool, its main features and the technologies that were used, both on the server and the client side, are described. In particular, we detail how we took advantage of the most recent ROOT JavaScript I/O and web server library to give interactive access to ROOT objects stored in a database. We describe as well the use of modern web techniques and packages such as AJAX, DHTMLX and jQuery, which has been instrumental in the successful implementation of a reactive and efficient application.We finally present the resulting application and how code quality was ensured. We conclude with a roadmap for future technical and functional developments. (paper)

  1. Social exchange as a framework for client-nurse interaction during public health nursing maternal-child home visits.

    Science.gov (United States)

    Byrd, Mary E

    2006-01-01

    The purpose of this paper was to develop a nursing-focused use of social exchange theory within the context of maternal-child home visiting. The nature of social exchange theory, its application to client-nurse interaction, and its fit with an existing data set from a field research investigation were examined. Resources exchanged between the nurse and clients were categorized and compared across the patterns of home visiting, nursing strategies based on exchange notions were identified, and variations in exchange were linked with client outcomes. The nurse provided resources within the categories of information, status, service, and goods. Clients provided time, access to the home, space within the home to conduct the visit, opportunities to observe maternal-child interaction, access to the infant, and information. The ease and breadth of resource exchange varied across the patterns of home visiting. The social exchange perspective was useful in categorizing resources, specifying and uncovering new resource categories, understanding nursing strategies to initiate and maintain the client-nurse relationship, and linking client-nurse interactive phenomena with client outcomes. Social exchange theory is potentially useful for understanding client-nurse interaction in the context of maternal-child home visits.

  2. 29 CFR 402.11 - Attorney-client communications exempted.

    Science.gov (United States)

    2010-07-01

    ... 29 Labor 2 2010-07-01 2010-07-01 false Attorney-client communications exempted. 402.11 Section 402... LABOR-MANAGEMENT STANDARDS LABOR ORGANIZATION INFORMATION REPORTS § 402.11 Attorney-client... communicated to such attorney by any of his clients in the course of a legitimate attorney-client relationship. ...

  3. 29 CFR 403.9 - Attorney-client communications exempted.

    Science.gov (United States)

    2010-07-01

    ... 29 Labor 2 2010-07-01 2010-07-01 false Attorney-client communications exempted. 403.9 Section 403... LABOR-MANAGEMENT STANDARDS LABOR ORGANIZATION ANNUAL FINANCIAL REPORTS § 403.9 Attorney-client... communicated to such attorney by any of his clients in the course of a legitimate attorney-client relationship. ...

  4. Assessing client-caregiver relationships and the applicability of the 'student-teacher relationship scale' for people with intellectual disabilities

    NARCIS (Netherlands)

    Roeden, J.M.; Maaskant, M.A.; Koomen, H.M.Y.; Candel, M.J.J.M.; Curfs, L.M.G.

    2012-01-01

    Improvements in client-caregiver relationships may lead to improvements in the quality of life of clients with intellectual disabilities (ID). For this reason, interventions aimed at influencing these relationships are important. To gain insight into the nature and intention of these relationships

  5. 32 CFR 776.33 - Client under a disability.

    Science.gov (United States)

    2010-07-01

    ... 32 National Defense 5 2010-07-01 2010-07-01 false Client under a disability. 776.33 Section 776.33... of Professional Conduct § 776.33 Client under a disability. (a) Client under a disability: (1) When a client's ability to make adequately considered decisions in connection with the representation is...

  6. 29 CFR 404.5 - Attorney-client communications exempted.

    Science.gov (United States)

    2010-07-01

    ... 29 Labor 2 2010-07-01 2010-07-01 false Attorney-client communications exempted. 404.5 Section 404... LABOR-MANAGEMENT STANDARDS LABOR ORGANIZATION OFFICER AND EMPLOYEE REPORTS § 404.5 Attorney-client... communicated to such attorney by any of his clients in the course of a legitimate attorney-client relationship. ...

  7. Application of the transtheoretical model of behaviour change for identifying older clients' readiness for hearing rehabilitation during history-taking in audiology appointments.

    Science.gov (United States)

    Ekberg, Katie; Grenness, Caitlin; Hickson, Louise

    2016-07-01

    The transtheoretical model (TTM) of behaviour change focuses on clients' readiness for adopting new health behaviours. This study explores how clients' readiness for change can be identified through their interactions with audiologists during history-taking in initial appointments; and whether clients' readiness has consequences for the rehabilitation decisions they make within the initial appointment. Conversation analysis (CA) was used to examine video-recorded initial audiology appointments with older adults with hearing impairment. The data corpus involved 62 recorded appointments with 26 audiologists and their older adult clients (aged 55+ years). Companions were present in 17 appointments. Clients' readiness for change could be observed through their interaction with the audiologist. Analysis demonstrated that the way clients described their hearing in the history-taking phase had systematic consequences for how they responded to rehabilitation recommendations (in particular, hearing aids) in the management phase of the appointment. In particular, clients identified as being in a pre-contemplation stage-of-change were more likely to display resistance to a recommendation of hearing aids (80% declined). The transtheoretical model of behaviour change can be useful for helping audiologists individualize management planning to be congruent with individual clients' needs, attitudes, desires, and psychological readiness for action in order to optimize clients' hearing outcomes.

  8. 42 CFR 483.420 - Condition of participation: Client protections.

    Science.gov (United States)

    2010-10-01

    ... 42 Public Health 5 2010-10-01 2010-10-01 false Condition of participation: Client protections. 483... Condition of participation: Client protections. (a) Standard: Protection of clients' rights. The facility must ensure the rights of all clients. Therefore, the facility must— (1) Inform each client, parent (if...

  9. AIDA Asia. Artificial Insemination Database Application. User manual. 1

    International Nuclear Information System (INIS)

    Garcia Podesta, Mario

    2002-01-01

    Artificial Insemination Database Application (AIDA-Asia) is a computer application to store and analyze information from AI Services (farms, females, inseminated, semen, estrus characteristics, inseminator and pregnancy diagnosis data). The need for such an application arose during a consultancy undertaken by the author for the International Atomic Energy Agency (IAEA, Vienna) under the framework of its Regional Co-operative Agreement for Asia and the Pacific (RCA) which is implementing a project on 'Improving Animal Productivity and Reproductive Efficiency' (RAS/5/035). The detailed specifications for the application were determined through a Task Force Meeting of National Consultants from five RCA Member States, organized by the IAEA and held in Sri Lanka in April 2001. The application has been developed in MS Access 2000 and Visual Basic for Applications (VBA) 6.0. However, it can run as a stand-alone application through its own executable files. It is based on screen forms for data entry or editing of information and command buttons. The structure of the data, the design of the application and VBA codes cannot be seen and cannot be modified by users. However, the designated administrator of AIDA-Asia in each country can customize it

  10. 31 CFR 10.21 - Knowledge of client's omission.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 1 2010-07-01 2010-07-01 false Knowledge of client's omission. 10.21... § 10.21 Knowledge of client's omission. A practitioner who, having been retained by a client with respect to a matter administered by the Internal Revenue Service, knows that the client has not complied...

  11. Uncovering client retention antecedents in service organizations

    Directory of Open Access Journals (Sweden)

    Mari Jansen van Rensburg

    2014-01-01

    Full Text Available This paper develops a multi-dimensional model of retention to provide a more complete and integrated view of client retention and its determinants in service contexts. To uncover the antecedents of client retention, social and economic exchanges were reviewed under the fundamental ideas of the Social Exchange Theory. Findings from a survey of senior South African advertising executives suggest that client retention is the result of evaluative as well as relational factors that can influence client responses. Despite contractual obligations, advertisers are willing to pay the costs and make the sacrifices of switching should their expectations be unmet. An important contribution of this study is the use of multi-item scales to measure retention. The model developed provides valuable insight to agencies on client retention management and the optimal allocation of resources for maximum customer equity. This model may also be applied to other service organisations to provide insight to client retention.

  12. Client Contacts Improve Quality of Copywriting.

    Science.gov (United States)

    McCann, Guy

    1988-01-01

    Discusses the advantages of using real-life clients for class assignments in copywriting courses. Presents suggestions for client sources and identifies possible problems which may be encountered. (MM)

  13. Development of comprehensive material performance database for nuclear applications

    International Nuclear Information System (INIS)

    Tsuji, Hirokazu; Yokoyama, Norio; Tsukada, Takashi; Nakajima, Hajime

    1993-01-01

    This paper introduces the present status of the comprehensive material performance database for nuclear applications, which was named JAERI Material Performance Database (JMPD), and examples of its utilization. The JMPD has been developed since 1986 in JAERI with a view to utilizing various kinds of characteristics data of nuclear materials efficiently. Management system of relational database, PLANNER, was employed, and supporting systems for data retrieval and output were expanded. In order to improve user-friendliness of the retrieval system, the menu selection type procedures have been developed where knowledge of the system or the data structures are not required for end-users. As to utilization of the JMPD, two types of data analyses are mentioned as follows: (1) A series of statistical analyses was performed in order to estimate the design values both of the yield strength (Sy) and the tensile strength (Su) for aluminum alloys which are widely used as structural materials for research reactors. (2) Statistical analyses were accomplished by using the cyclic crack growth rate data for nuclear pressure vessel steels, and comparisons were made on variability and/or reproducibility of the data between obtained by ΔK-increasing and ΔK-constant type tests. (author)

  14. Comparisons of client and clinician views of the importance of factors in client-clinician interaction in hearing aid purchase decisions.

    Science.gov (United States)

    Poost-Foroosh, Laya; Jennings, Mary Beth; Cheesman, Margaret F

    2015-03-01

    Despite clinical recognition of the adverse effects of acquired hearing loss, only a small proportion of adults who could benefit use hearing aids. Hearing aid adoption has been studied in relationship to client-related and hearing aid technology-related factors. The influence of the client-clinician interaction in the decision to purchase hearing aids has not been explored in any depth. Importance ratings of a sample of adults having a recent hearing aid recommendation (clients) and hearing healthcare professionals (clinicians) from across Canada were compared on factors in client-clinician interactions that influence hearing aid purchase decisions. A cross-sectional approach was used to obtain online and paper-based concept ratings. Participants were 43 adults (age range, 45-85 yr) who had received a first hearing aid recommendation in the 3 mo before participation. A total of 54 audiologists and 20 hearing instrument practitioners from a variety of clinical settings who prescribed or dispensed hearing aids completed the concept-rating task. The task consisted of 122 items that had been generated via concept mapping in a previous study and which resulted in the identification of eight concepts that may influence hearing aid purchase decisions. Participants rated "the importance of each of the statements in a person's decision to purchase a hearing aid" on a 5-point Likert scale, from 1 = minimally important to 5 = extremely important. For the initial data analysis, the ratings for each of the items included in each concept were averaged for each participant to provide an estimate of the overall importance rating of each concept. Multivariate analysis of variance was used to compare the mean importance ratings of the clients to the clinicians. Ratings of individual statements were also compared in order to investigate the directionality of the importance ratings within concepts. There was a significant difference in the mean ratings for clients and clinicians for

  15. Image Reference Database in Teleradiology: Migrating to WWW

    Science.gov (United States)

    Pasqui, Valdo

    The paper presents a multimedia Image Reference Data Base (IRDB) used in Teleradiology. The application was developed at the University of Florence in the framework of the European Community TELEMED Project. TELEMED overall goals and IRDB requirements are outlined and the resulting architecture is described. IRDB is a multisite database containing radiological images, selected because their scientific interest, and their related information. The architecture consists of a set of IRDB Installations which are accessed from Viewing Stations (VS) located at different medical sites. The interaction between VS and IRDB Installations follows the client-server paradigm and uses an OSI level-7 protocol, named Telemed Communication Language. After reviewing Florence prototype implementation and experimentation, IRDB migration to World Wide Web (WWW) is discussed. A possible scenery to implement IRDB on the basis of WWW model is depicted in order to exploit WWW servers and browsers capabilities. Finally, the advantages of this conversion are outlined.

  16. DCS data viewer, an application that accesses ATLAS DCS historical data

    International Nuclear Information System (INIS)

    Tsarouchas, C; Schlenker, S; Dimitrov, G; Jahn, G

    2014-01-01

    The ATLAS experiment at CERN is one of the four Large Hadron Collider experiments. The Detector Control System (DCS) of ATLAS is responsible for the supervision of the detector equipment, the reading of operational parameters, the propagation of the alarms and the archiving of important operational data in a relational database (DB). DCS Data Viewer (DDV) is an application that provides access to the ATLAS DCS historical data through a web interface. Its design is structured using a client-server architecture. The pythonic server connects to the DB and fetches the data by using optimized SQL requests. It communicates with the outside world, by accepting HTTP requests and it can be used stand alone. The client is an AJAX (Asynchronous JavaScript and XML) interactive web application developed under the Google Web Toolkit (GWT) framework. Its web interface is user friendly, platform and browser independent. The selection of metadata is done via a column-tree view or with a powerful search engine. The final visualization of the data is done using java applets or java script applications as plugins. The default output is a value-over-time chart, but other types of outputs like tables, ascii or ROOT files are supported too. Excessive access or malicious use of the database is prevented by a dedicated protection mechanism, allowing the exposure of the tool to hundreds of inexperienced users. The current configuration of the client and of the outputs can be saved in an XML file. Protection against web security attacks is foreseen and authentication constrains have been taken into account, allowing the exposure of the tool to hundreds of users world wide. Due to its flexible interface and its generic and modular approach, DDV could be easily used for other experiment control systems.

  17. Dcs Data Viewer, an Application that Accesses ATLAS DCS Historical Data

    Science.gov (United States)

    Tsarouchas, C.; Schlenker, S.; Dimitrov, G.; Jahn, G.

    2014-06-01

    The ATLAS experiment at CERN is one of the four Large Hadron Collider experiments. The Detector Control System (DCS) of ATLAS is responsible for the supervision of the detector equipment, the reading of operational parameters, the propagation of the alarms and the archiving of important operational data in a relational database (DB). DCS Data Viewer (DDV) is an application that provides access to the ATLAS DCS historical data through a web interface. Its design is structured using a client-server architecture. The pythonic server connects to the DB and fetches the data by using optimized SQL requests. It communicates with the outside world, by accepting HTTP requests and it can be used stand alone. The client is an AJAX (Asynchronous JavaScript and XML) interactive web application developed under the Google Web Toolkit (GWT) framework. Its web interface is user friendly, platform and browser independent. The selection of metadata is done via a column-tree view or with a powerful search engine. The final visualization of the data is done using java applets or java script applications as plugins. The default output is a value-over-time chart, but other types of outputs like tables, ascii or ROOT files are supported too. Excessive access or malicious use of the database is prevented by a dedicated protection mechanism, allowing the exposure of the tool to hundreds of inexperienced users. The current configuration of the client and of the outputs can be saved in an XML file. Protection against web security attacks is foreseen and authentication constrains have been taken into account, allowing the exposure of the tool to hundreds of users world wide. Due to its flexible interface and its generic and modular approach, DDV could be easily used for other experiment control systems.

  18. Group Work with Transgender Clients

    Science.gov (United States)

    Dickey, Lore M.; Loewy, Michael I.

    2010-01-01

    Drawing on the existing literature, the authors' research and clinical experiences, and the first author's personal journey as a member and leader of the transgender community, this article offers a brief history of group work with transgender clients followed by suggestions for group work with transgender clients from a social justice…

  19. 45 CFR 1608.7 - Attorney-client relationship.

    Science.gov (United States)

    2010-10-01

    ... 45 Public Welfare 4 2010-10-01 2010-10-01 false Attorney-client relationship. 1608.7 Section 1608... PROHIBITED POLITICAL ACTIVITIES § 1608.7 Attorney-client relationship. Nothing in this part is intended to prohibit an attorney or staff attorney from providing any form of legal assistance to an eligible client...

  20. Can retail banking clients' attrition be managed?

    Directory of Open Access Journals (Sweden)

    Agaliotis Konstantinos

    2015-01-01

    Full Text Available The rurrο_e of all banks across the universe is to satisfy their clients' necessities. One of the predominant impacts of the last few years' financial crisis in Europe was the way in which customers interact with their banks. The theory of 'main bank' is not any more the case as clients' trust toward banks fades away together with their loyalty. Nowadays, it is necessary for banks to segment their clientele data base, and target the most profitable clients. The retention strategy of each financial institution becomes more and more important as the value of each retained customer is disproportional to the cost of acquiring a new one. The main findings of the subject retail banking clients' retention policy analysis prove that clients of different lifetime value have different propensity to defect. At the same time, the ability of a bank to retain a potential defector does not depend directly on satisfying the defection reason. Many of the various bank counter offers which do not directly satisfy the reason that a client refers to as the 'defection' one, are enough in order to retain a client. Equally important to the identification of clients' behavioural patterns is the use of the subject findings on behalf of the retail oriented banks in order to predict accurately the cost of future defection, as well as, to incorporate one more measurable parameter in their credit risk scorecards i.e. the intention to increase credit exposure.

  1. BDVC (Bimodal Database of Violent Content): A database of violent audio and video

    Science.gov (United States)

    Rivera Martínez, Jose Luis; Mijes Cruz, Mario Humberto; Rodríguez Vázqu, Manuel Antonio; Rodríguez Espejo, Luis; Montoya Obeso, Abraham; García Vázquez, Mireya Saraí; Ramírez Acosta, Alejandro Álvaro

    2017-09-01

    Nowadays there is a trend towards the use of unimodal databases for multimedia content description, organization and retrieval applications of a single type of content like text, voice and images, instead bimodal databases allow to associate semantically two different types of content like audio-video, image-text, among others. The generation of a bimodal database of audio-video implies the creation of a connection between the multimedia content through the semantic relation that associates the actions of both types of information. This paper describes in detail the used characteristics and methodology for the creation of the bimodal database of violent content; the semantic relationship is stablished by the proposed concepts that describe the audiovisual information. The use of bimodal databases in applications related to the audiovisual content processing allows an increase in the semantic performance only and only if these applications process both type of content. This bimodal database counts with 580 audiovisual annotated segments, with a duration of 28 minutes, divided in 41 classes. Bimodal databases are a tool in the generation of applications for the semantic web.

  2. An approach for access differentiation design in medical distributed applications built on databases.

    Science.gov (United States)

    Shoukourian, S K; Vasilyan, A M; Avagyan, A A; Shukurian, A K

    1999-01-01

    A formalized "top to bottom" design approach was described in [1] for distributed applications built on databases, which were considered as a medium between virtual and real user environments for a specific medical application. Merging different components within a unified distributed application posits new essential problems for software. Particularly protection tools, which are sufficient separately, become deficient during the integration due to specific additional links and relationships not considered formerly. E.g., it is impossible to protect a shared object in the virtual operating room using only DBMS protection tools, if the object is stored as a record in DB tables. The solution of the problem should be found only within the more general application framework. Appropriate tools are absent or unavailable. The present paper suggests a detailed outline of a design and testing toolset for access differentiation systems (ADS) in distributed medical applications which use databases. The appropriate formal model as well as tools for its mapping to a DMBS are suggested. Remote users connected via global networks are considered too.

  3. 17 CFR 205.3 - Issuer as client.

    Science.gov (United States)

    2010-04-01

    ... 17 Commodity and Securities Exchanges 2 2010-04-01 2010-04-01 false Issuer as client. 205.3... ISSUER § 205.3 Issuer as client. (a) Representing an issuer. An attorney appearing and practicing before...'s clients. (b) Duty to report evidence of a material violation. (1) If an attorney, appearing and...

  4. 19 CFR 111.39 - Advice to client.

    Science.gov (United States)

    2010-04-01

    ... 19 Customs Duties 1 2010-04-01 2010-04-01 false Advice to client. 111.39 Section 111.39 Customs... CUSTOMS BROKERS Duties and Responsibilities of Customs Brokers § 111.39 Advice to client. (a) Withheld or false information. A broker must not withhold information relative to any customs business from a client...

  5. DataBase on Demand

    International Nuclear Information System (INIS)

    Aparicio, R Gaspar; Gomez, D; Wojcik, D; Coz, I Coterillo

    2012-01-01

    At CERN a number of key database applications are running on user-managed MySQL database services. The database on demand project was born out of an idea to provide the CERN user community with an environment to develop and run database services outside of the actual centralised Oracle based database services. The Database on Demand (DBoD) empowers the user to perform certain actions that had been traditionally done by database administrators, DBA's, providing an enterprise platform for database applications. It also allows the CERN user community to run different database engines, e.g. presently open community version of MySQL and single instance Oracle database server. This article describes a technology approach to face this challenge, a service level agreement, the SLA that the project provides, and an evolution of possible scenarios.

  6. The clients' readiness to use mental health care services: Experiences and perceptions from Iranian context.

    Science.gov (United States)

    Alavi, Mousa; Irajpour, Alireza

    2013-11-01

    Underutilization of mental health care services has been a challenge for the health care providers for many years. This challenge could be met in part by improving the clients' readiness to use such services. This study aimed to introduce the important aspects of the clients' readiness to use mental health services in the Iranian context. A thematic analysis of in-depth interviews was undertaken using a constant comparative approach. Participants (11 health professionals consisting of 3 physicians, 7 nurses, 1 psychologist, and 5 patients/their family members) were recruited from educational hospitals affiliated with Isfahan University of Medical Sciences, Iran. The credibility and trustworthiness was grounded on four aspects: factual value, applicability, consistency, and neutrality. The study findings uncovered two important aspects of the clients' readiness for utilizing mental health care services. These are described through two themes and related sub-themes: "The clients' awareness" implies the cognitive aspect of readiness and "the clients' attitudes" implies the psychological aspect of readiness, both of which have perceived to cultivate a fertile context through which the clients could access and use the mental health services more easily. For the health care system in Isfahan, Iran to be successful in delivering mental health services, training programs directed to prepare service users should be considered. Improving the clients' favorable attitudes and awareness should be considered.

  7. Análise da lucratividade dos clientes

    OpenAIRE

    Madeira, Paulo

    2000-01-01

    Um bom sistema de Análise da lucratividade de Clientes pode ajudar a melhorar a rendibilidade global do negócio, selecionando os clientes de qualidade, e a indicar o principal caminho a segui rpara atingir uma maior lucartividade, indicando o impacto financeiro actual e potencial dos movimentos estratégicos dos clientes.

  8. TogoDoc server/client system: smart recommendation and efficient management of life science literature.

    Directory of Open Access Journals (Sweden)

    Wataru Iwasaki

    Full Text Available In this paper, we describe a server/client literature management system specialized for the life science domain, the TogoDoc system (Togo, pronounced Toe-Go, is a romanization of a Japanese word for integration. The server and the client program cooperate closely over the Internet to provide life scientists with an effective literature recommendation service and efficient literature management. The content-based and personalized literature recommendation helps researchers to isolate interesting papers from the "tsunami" of literature, in which, on average, more than one biomedical paper is added to MEDLINE every minute. Because researchers these days need to cover updates of much wider topics to generate hypotheses using massive datasets obtained from public databases or omics experiments, the importance of having an effective literature recommendation service is rising. The automatic recommendation is based on the content of personal literature libraries of electronic PDF papers. The client program automatically analyzes these files, which are sometimes deeply buried in storage disks of researchers' personal computers. Just saving PDF papers to the designated folders makes the client program automatically analyze and retrieve metadata, rename file names, synchronize the data to the server, and receive the recommendation lists of newly published papers, thus accomplishing effortless literature management. In addition, the tag suggestion and associative search functions are provided for easy classification of and access to past papers (researchers who read many papers sometimes only vaguely remember or completely forget what they read in the past. The TogoDoc system is available for both Windows and Mac OS X and is free. The TogoDoc Client software is available at http://tdc.cb.k.u-tokyo.ac.jp/, and the TogoDoc server is available at https://docman.dbcls.jp/pubmed_recom.

  9. TogoDoc server/client system: smart recommendation and efficient management of life science literature.

    Science.gov (United States)

    Iwasaki, Wataru; Yamamoto, Yasunori; Takagi, Toshihisa

    2010-12-13

    In this paper, we describe a server/client literature management system specialized for the life science domain, the TogoDoc system (Togo, pronounced Toe-Go, is a romanization of a Japanese word for integration). The server and the client program cooperate closely over the Internet to provide life scientists with an effective literature recommendation service and efficient literature management. The content-based and personalized literature recommendation helps researchers to isolate interesting papers from the "tsunami" of literature, in which, on average, more than one biomedical paper is added to MEDLINE every minute. Because researchers these days need to cover updates of much wider topics to generate hypotheses using massive datasets obtained from public databases or omics experiments, the importance of having an effective literature recommendation service is rising. The automatic recommendation is based on the content of personal literature libraries of electronic PDF papers. The client program automatically analyzes these files, which are sometimes deeply buried in storage disks of researchers' personal computers. Just saving PDF papers to the designated folders makes the client program automatically analyze and retrieve metadata, rename file names, synchronize the data to the server, and receive the recommendation lists of newly published papers, thus accomplishing effortless literature management. In addition, the tag suggestion and associative search functions are provided for easy classification of and access to past papers (researchers who read many papers sometimes only vaguely remember or completely forget what they read in the past). The TogoDoc system is available for both Windows and Mac OS X and is free. The TogoDoc Client software is available at http://tdc.cb.k.u-tokyo.ac.jp/, and the TogoDoc server is available at https://docman.dbcls.jp/pubmed_recom.

  10. Satisfação de clientes sobre cuidados de enfermagem no contexto hospitalar Satisfacción de clientes sobre cuidados de enfermería en el contexto hospitalario Outpatient satisfaction with nursing care

    Directory of Open Access Journals (Sweden)

    Juliana de Lima Lopes

    2009-01-01

    Full Text Available OBJETIVO: Descrever a metodologia utilizada para mensurar a satisfação do cliente externo com relação aos cuidados de enfermagem e apresentar o índice de satisfação destes clientes quanto aos cuidados de enfermagem. MÉTODOS: Estudo descritivo, de corte transversal, retrospectivo e abordagem quantitativa. realizado em uma instituição hospitalar de grande porte localizada na cidade de São Paulo, no período de dezembro de 2003 a outubro de 2005. O estudo foi elaborado a partir de dados fornecidos pelo Departamento de Marketing da Instituição. RESULTADOS: Os resultados demonstraram que 99% dos clientes pesquisados (3.860 estão satisfeitos com os cuidados de enfermagem. CONCLUSÃO: A satisfação dos clientes é decorrente do atendimento às expectativas e necessidades atendidas pelos cuidados de enfermagem recebidos.OBJETIVO: Describir la metodología utilizada para medir la satisfacción del cliente externo con relación a los cuidados de enfermería y presentar el índice de satisfacción de estos clientes en cuanto a los cuidados de enfermería. MÉTODOS: Se trata de un estudio descriptivo, de corte transversal, retrospectivo y abordaje cuantitativo, realizado en una institución hospitalaria de gran porte localizada en la ciudad de Sao Paulo, en el período de diciembre del 2003 a octubre del 2005. El estudio fue elaborado a partir de datos proporcionados por el Departamento de Marketing de la Institución. RESULTADOS: Los resultados demostraron que el 99% de los clientes investigados (3.860 están satisfechos con los cuidados de enfermería. CONCLUSIÓN: La satisfacción de los clientes es resultante de la atención a las expectativas y necesidades atendidas por los cuidados de enfermería recibidos.OBJECTIVE: To describe the methodology used to measure outpatient satisfaction with nursing care and to report their actual satisfaction scores. METHODS: This was a descriptive retrospective cross-sectional study. Data were collected

  11. Database Organisation in a Web-Enabled Free and Open-Source Software (foss) Environment for Spatio-Temporal Landslide Modelling

    Science.gov (United States)

    Das, I.; Oberai, K.; Sarathi Roy, P.

    2012-07-01

    Landslides exhibit themselves in different mass movement processes and are considered among the most complex natural hazards occurring on the earth surface. Making landslide database available online via WWW (World Wide Web) promotes the spreading and reaching out of the landslide information to all the stakeholders. The aim of this research is to present a comprehensive database for generating landslide hazard scenario with the help of available historic records of landslides and geo-environmental factors and make them available over the Web using geospatial Free & Open Source Software (FOSS). FOSS reduces the cost of the project drastically as proprietary software's are very costly. Landslide data generated for the period 1982 to 2009 were compiled along the national highway road corridor in Indian Himalayas. All the geo-environmental datasets along with the landslide susceptibility map were served through WEBGIS client interface. Open source University of Minnesota (UMN) mapserver was used as GIS server software for developing web enabled landslide geospatial database. PHP/Mapscript server-side application serve as a front-end application and PostgreSQL with PostGIS extension serve as a backend application for the web enabled landslide spatio-temporal databases. This dynamic virtual visualization process through a web platform brings an insight into the understanding of the landslides and the resulting damage closer to the affected people and user community. The landslide susceptibility dataset is also made available as an Open Geospatial Consortium (OGC) Web Feature Service (WFS) which can be accessed through any OGC compliant open source or proprietary GIS Software.

  12. Semantic-Based Concurrency Control for Object-Oriented Database Systems Supporting Real-Time Applications

    National Research Council Canada - National Science Library

    Lee, Juhnyoung; Son, Sang H

    1994-01-01

    .... This paper investigates major issues in designing semantic-based concurrency control for object-oriented database systems supporting real-time applications, and it describes approaches to solving...

  13. Design and implementation of an XML based object-oriented detector description database for CMS

    International Nuclear Information System (INIS)

    Liendl, M.

    2003-04-01

    This thesis deals with the development of a detector description database (DDD) for the compact muon solenoid (CMS) experiment at the large hadron collider (LHC) located at the European organization for nuclear research (CERN). DDD is a fundamental part of the CMS offline software with its main applications, simulation and reconstruction. Both are in need of different models of the detector in order to efficiently solve their specific tasks. In the thesis the requirements to a detector description database are analyzed and the chosen solution is described in detail. It comprises the following components: an XML based detector description language, a runtime system that implements an object-oriented transient representation of the detector, and an application programming interface to be used by client applications. One of the main aspects of the development is the design of the DDD components. The starting point is a domain model capturing concisely the characteristics of the problem domain. The domain model is transformed into several implementation models according to the guidelines of the model driven architecture (MDA). Implementation models and appropriate refinements thereof are foundation for adequate implementations. Using the MDA approach, a fully functional prototype was realized in C++ and XML. The prototype was successfully tested through seamless integration into both the simulation and the reconstruction framework of CMS. (author)

  14. Application of embedded database to digital power supply system in HIRFL

    International Nuclear Information System (INIS)

    Wu Guanghua; Yan Huaihai; Chen Youxin; Huang Yuzhen; Zhou Zhongzu; Gao Daqing

    2014-01-01

    Background: This paper introduces the application of embedded MySQL database in the real-time monitoring system of the digital power supply system in Heavy Ion Research Facility in Lanzhou (HIRFL). Purpose: The aim is to optimize the real-time monitoring system of the digital power supply system for better performance. Methods: The MySQL database is designed and implemented under Linux operation system running on ARM processor, together with the related functions for real-time data monitoring, such as collection, storage and query. All status parameters of digital power supply system is collected and communicated with ARM by a FPGA, whilst the user interface is realized by Qt toolkits at ARM end. Results: The actual operation indicates that digital power supply can realize the function of real-time data monitoring, collection, storage and so on. Conclusion: Through practical application, we have found some aspects we can improve and we will try to optimize them in the future. (authors)

  15. Databases and information systems: Applications in biogeography

    International Nuclear Information System (INIS)

    Escalante E, Tania; Llorente B, Jorge; Espinoza O, David N; Soberon M, Jorge

    2000-01-01

    Some aspects of the new instrumentalization and methodological elements that make up information systems in biodiversity (ISB) are described. The use of accurate geographically referenced data allows a broad range of available sources: natural history collections and scientific literature require the use of databases and geographic information systems (GIS). The conceptualization of ISB and GIS, based in the use of extensive data bases, has implied detailed modeling and the construction of authoritative archives: exhaustive catalogues of nomenclature and synonymies, complete bibliographic lists, list of names proposed, historical-geographic gazetteers with localities and their synonyms united under a global positioning system which produces a geospheric conception of the earth and its biota. Certain difficulties in the development of the system and the construction of the biological databases are explained: quality control of data, for example. The use of such systems is basic in order to respond to many questions at the frontier of current studies of biodiversity and conservation. In particular, some applications in biogeography and their importance for modeling distributions, to identify and contrast areas of endemism and biological richness for conservation, and their use as tools in what we identify as predictive and experimental faunistics are detailed. Lastly, the process as well as its relevance is emphasized at national and regional levels

  16. Improving UK client-contractor relations

    International Nuclear Information System (INIS)

    Brant, A.W.

    1996-01-01

    The client's aim in any decommissioning project is that the originally intended end point is achieved, within budget and on time. The contractor's aim is to have a satisfied client, so that both are happy to work together again, and to have a reasonable return for his efforts. How can these - not incompatible - aims best be achieved? (UK)

  17. The client-centred approach as experienced by male neurological rehabilitation clients in occupational therapy. A qualitative study based on a grounded theory tradition.

    Science.gov (United States)

    Van de Velde, Dominique; Devisch, Ignaas; De Vriendt, Patricia

    2016-08-01

    Purpose To explore the perspectives of male clients in a neurological rehabilitation setting with regard to the occupational therapy they have received and the client-centred approach. Method This study involved a qualitative research design based on the grounded theory tradition. Individual in-depth interviews were used to collect data. Data were analysed using a constant comparative method. Seven male participants from an inpatient neurological setting were included using a theoretical sampling technique. Results Three themes emerged to describe the approach of the therapists to client-centred practice: (a) a shared biomedical focus as the start of the rehabilitation process, (b) the un-simultaneous shift from a biomedical towards a psycho-social focus and (c) formal versus informal nature of gathering client information. Conclusion A client-centred approach entails a shift from the therapist focussing on recovery from the short-term neurological issues towards the long-term consequences of the disease. According to the client, this shift in reasoning must occur at a specific and highly subjective moment during the rehabilitation process. Identifying this moment could strengthen the client-centred approach. Implications for Rehabilitation Client-centred practice entails a shift from recovering the short-term neurological issues towards the long-term psycho-social consequences of the disease. To be effective in client-centred practice, the clients expect from the professional to be an authority with regard to biomedical issues and to be partner with regard to psycho-social issues. Client-centred practice is most likely to be successful when client is susceptible to discuss his psycho-social issues and finding this moment is a challenge for the professional. Using formal methods for goal setting do not necessarily cover all the information needed for a client-centred therapy programme. Rather, using informal methods could lead to a more valid image of the client.

  18. CQL: a database in smart card for health care applications.

    Science.gov (United States)

    Paradinas, P C; Dufresnes, E; Vandewalle, J J

    1995-01-01

    The CQL-Card is the first smart card in the world to use Database Management Systems (DBMS) concepts. The CQL-Card is particularly suited to a portable file in health applications where the information is required by many different partners, such as health insurance organizations, emergency services, and General Practitioners. All the information required by these different partners can be shared with independent security mechanisms. Database engine functions are carried out by the card, which manages tables, views, and dictionaries. Medical Information is stored in tables and views are logical and dynamic subsets of tables. For owner-partners like MIS (Medical Information System), it is possible to grant privileges (select, insert, update, and delete on table or view) to other partners. Furthermore, dictionaries are structures that contain requested descriptions and which allow adaptation to computer environments. Health information held in the CQL-Card is accessed using CQL (Card Query Language), a high level database query language which is a subset of the standard SQL (Structured Query Language). With this language, CQL-Card can be easily integrated into Medical Information Systems.

  19. GarlicESTdb: an online database and mining tool for garlic EST sequences

    Directory of Open Access Journals (Sweden)

    Choi Sang-Haeng

    2009-05-01

    Full Text Available Abstract Background Allium sativum., commonly known as garlic, is a species in the onion genus (Allium, which is a large and diverse one containing over 1,250 species. Its close relatives include chives, onion, leek and shallot. Garlic has been used throughout recorded history for culinary, medicinal use and health benefits. Currently, the interest in garlic is highly increasing due to nutritional and pharmaceutical value including high blood pressure and cholesterol, atherosclerosis and cancer. For all that, there are no comprehensive databases available for Expressed Sequence Tags(EST of garlic for gene discovery and future efforts of genome annotation. That is why we developed a new garlic database and applications to enable comprehensive analysis of garlic gene expression. Description GarlicESTdb is an integrated database and mining tool for large-scale garlic (Allium sativum EST sequencing. A total of 21,595 ESTs collected from an in-house cDNA library were used to construct the database. The analysis pipeline is an automated system written in JAVA and consists of the following components: automatic preprocessing of EST reads, assembly of raw sequences, annotation of the assembled sequences, storage of the analyzed information into MySQL databases, and graphic display of all processed data. A web application was implemented with the latest J2EE (Java 2 Platform Enterprise Edition software technology (JSP/EJB/JavaServlet for browsing and querying the database, for creation of dynamic web pages on the client side, and for mapping annotated enzymes to KEGG pathways, the AJAX framework was also used partially. The online resources, such as putative annotation, single nucleotide polymorphisms (SNP and tandem repeat data sets, can be searched by text, explored on the website, searched using BLAST, and downloaded. To archive more significant BLAST results, a curation system was introduced with which biologists can easily edit best-hit annotation

  20. GarlicESTdb: an online database and mining tool for garlic EST sequences.

    Science.gov (United States)

    Kim, Dae-Won; Jung, Tae-Sung; Nam, Seong-Hyeuk; Kwon, Hyuk-Ryul; Kim, Aeri; Chae, Sung-Hwa; Choi, Sang-Haeng; Kim, Dong-Wook; Kim, Ryong Nam; Park, Hong-Seog

    2009-05-18

    Allium sativum., commonly known as garlic, is a species in the onion genus (Allium), which is a large and diverse one containing over 1,250 species. Its close relatives include chives, onion, leek and shallot. Garlic has been used throughout recorded history for culinary, medicinal use and health benefits. Currently, the interest in garlic is highly increasing due to nutritional and pharmaceutical value including high blood pressure and cholesterol, atherosclerosis and cancer. For all that, there are no comprehensive databases available for Expressed Sequence Tags(EST) of garlic for gene discovery and future efforts of genome annotation. That is why we developed a new garlic database and applications to enable comprehensive analysis of garlic gene expression. GarlicESTdb is an integrated database and mining tool for large-scale garlic (Allium sativum) EST sequencing. A total of 21,595 ESTs collected from an in-house cDNA library were used to construct the database. The analysis pipeline is an automated system written in JAVA and consists of the following components: automatic preprocessing of EST reads, assembly of raw sequences, annotation of the assembled sequences, storage of the analyzed information into MySQL databases, and graphic display of all processed data. A web application was implemented with the latest J2EE (Java 2 Platform Enterprise Edition) software technology (JSP/EJB/JavaServlet) for browsing and querying the database, for creation of dynamic web pages on the client side, and for mapping annotated enzymes to KEGG pathways, the AJAX framework was also used partially. The online resources, such as putative annotation, single nucleotide polymorphisms (SNP) and tandem repeat data sets, can be searched by text, explored on the website, searched using BLAST, and downloaded. To archive more significant BLAST results, a curation system was introduced with which biologists can easily edit best-hit annotation information for others to view. The Garlic

  1. Agreement between clients with schizophrenia and mental health workers on clients' social quality of life: The role of social cognition and symptoms.

    Science.gov (United States)

    Ofir-Eyal, Shani; Hasson-Ohayon, Ilanit; Bar-Kalifa, Eran; Kravetz, Shlomo; Lysaker, Paul H

    2017-06-01

    Studies have showed that therapists and mental health workers of persons with schizophrenia tend to estimate their patients' social quality of life (SQoL) as poorer than the clients' own estimation. This study explores the hypothesis that this discrepancy is related to clients' social cognition and symptomatology. Cross-sectional assessment of both clients and their mental health workers. Ninety persons with schizophrenia and 12 persons who were formal care providers participated in the study. All responded to a parallel version (client and clinician) of social quality-of-life scales. Clients' emotion identification, theory of mind and symptoms were also assessed. Low social cognitive abilities of persons with schizophrenia, as well as negative symptomatology and having children, may be related to the negative bias of mental health workers, with regard to their client's SQoL. While more severe levels of negative symptoms and more deficits of social cognition were related to reduced levels of agreement, paradoxically, a relatively normative family life that includes parenting was also related to lower levels of agreement. Attention should be given to low agreement between clients with schizophrenia and clinicians with regard to the client's quality of life, as it is central to alliance and outcome. Clinicians tend to estimate clients' social quality of life as poorer than the clients' own estimation when those clients have low social cognition, high negative symptomatology and children. There is a need to identify additional factors that contribute to agreement and alliance in therapy. Longitudinal assessment during therapy can trace the process of construction of agreement. © 2016 The British Psychological Society.

  2. Managing Client Values in Construction Design

    DEFF Research Database (Denmark)

    Thyssen, Mikael Hygum; Emmitt, Stephen; Bonke, Sten

    2008-01-01

    In construction projects the client will comprise both owner, end-users, and the wider society, representatives of which may have conflicting goals and values; and these may not be fully realized by the stakeholders themselves. Therefore it is a great challenge to capture and manage the values...... for capturing and managing client values within a lean framework. This paper describes the initial findings of a joint research project between academia and industry practitioners that seeks to develop the workshop method to create a state of the art approach in construction design management. This includes...... of the multiple stakeholders that constitutes the “client”. However, seeing client satisfaction as the end-goal of construction it is imperative to make client values explicit in the early project phase and make sure that these values are reflected in all subsequent phases of design and construction...

  3. Maximising health literacy and client recall of clinical information: An exploratory study of clients and speech-language pathologists

    Directory of Open Access Journals (Sweden)

    Friderike Schmidt von Wûhlisch

    2010-12-01

    Full Text Available Limited research has been carried out in the field of speech-language pathology with regard to ways of maximising health literacy and client recall. However, speech-language pathologists (SLPs frequently provide vast amounts of information that clients need to understand, apply and review in order to manage their (or their child’s health. This exploratory study aimed to contribute information about ways in which SLPs can overcome low health literacy and poor client recall so that treatment effectiveness is improved. A case-study design was used with specific focus on four clients receiving treatment for dysphagia, voice disorders (including laryngectomies and cleft lip and/or palate management in Cape Town. Strategies which may be able to maximise health literacy and client recall of clinical information were trialled and evaluated by clients and their SLPs, using semi-structured interviews. The researchers proposed a combination of high-tech strategies which assisted in all the cases. No single solution or universal tool was found that would be appropriate for all. There is a need to evaluate the long-term effectiveness of the combined strategies across a wider population, at different stages of rehabilitation and in diverse contexts. Implications and suggestions for future related research are presented.

  4. Client Involvement in Home Care Practice

    DEFF Research Database (Denmark)

    Glasdam, Stinne; Henriksen, Nina; Kjær, Lone

    2013-01-01

    , political and administrative frames that rule home- care practice. Client involvement is shown within four constructed analytical categories: ‘Structural conditions of providing and receiving home care’; ‘Client involvement inside the home: performing a professional task and living an everyday life......’; ‘Client involvement outside the home: liberal business and mutual goal setting’; and ‘Converting a home to a working place: refurnishing a life’. The meaning of involvement is depending on which position it is viewed from. On the basis of this analysis, we raise the question of the extent to which...

  5. Homebased rehabilitation: Physiotherapy student and client perspectives

    Directory of Open Access Journals (Sweden)

    Dianne Parris

    2016-05-01

    Full Text Available Background. Home-based rehabilitation (HBR in under-resourced areas in a primary healthcare (PHC context exposes students to the real-life situations of their clients. There is a scarcity of literature on student and client experiences of HBR in the physiotherapy context. Increased knowledge of HBR could result in an enhanced experience for both student and client. This study sought to discover the perceptions of final-year physiotherapy students and their clients relating to their experiences of HBR during a PHC placement in a resource-constrained setting. Objectives. To explore the experiences and perceptions of physiotherapy students and their clients regarding HBR as part of clinical training in resource-constrained settings. To discover the barriers to and facilitators of effective HBR. Methods. An exploratory case study was performed. A qualitative phenomenological research design in the interpretivist paradigm was used. Semistructured interviews were conducted with clients (n=7 living in an under-resourced setting, who had received HBR from physiotherapy students. Paired interviews were conducted with final-year physiotherapy students (n=6 after their HBR placement. Results. Clients appreciated the students’ services; however, data revealed communication barriers and unmet expectations. Students reported struggling to adapt to the context, resulting in interventions not being sufficiently client-centred. They voiced a need for language competency and earlier exposure to such contexts. Conclusion. Exposure to real-life situations in under-resourced settings in HBR provides valuable situated and authentic learning opportunities for physiotherapy students. The experience can be useful in preparing graduates to address the needs of the populations they serve during community service.

  6. Fat/Thin client for mobile applications and the proposed way forward

    OpenAIRE

    Reza Izadi, Mohammad

    2012-01-01

    This project is aimed to highlight the effectiveness of using clients on mobile phones. The paper clarifies the need of FMC by introducing new features in business case that are going to be executed in the near future to facilitate the communication and interaction among people and global networks. The major subject discussed is to achieve a goal in the telecommunications world which is to lessen the call cost especially when it comes to international calls by implementing ‘GPRS Call Back’ us...

  7. ROPUESTA DE MODELO EN CINCO CAPAS PARA APLICACIONES WEB I PROPOSAL OF A FIVE LAYERS MODEL FOR WEB APPLICATIONS

    Directory of Open Access Journals (Sweden)

    Loly Valentina Gómez Fermín

    2018-04-01

    Full Text Available The ability to create cross-platform programs is a goal for many software developers; however, it is complex to achieve. At present, web applications have been introduced as the chosen way to achieve this desired goal, but being the project tied to a software or hardware platform it is, inevitably, subject to obsolescence. This is not unique to the client application, but also applies to the server side, so that when developing software, even unwillingly, there are strings attached to a database and other applications. Because of this, to develop systems capable of operating with multiple databases and not dependent on a specific platform becomes a Herculean task for a development team. Therefore, this research proposes a working model which enables web applications capable of operating in a layered structure, where each defined layer can be replaced without the need to rewrite the other, and allowing real abstraction for application on any platform software or hardware, both on the client and server sides. For this purpose, the research is supported by Sommerville (2005, who presents a detailed classification of models of software development, according to its organization and modular decomposition, which layed the basis for the development of this proposal. This research is documentary in nature, since it is based on the collection of bibliographic material relating to existing software architectures.

  8. Object-oriented designs for LHD data acquisitions using client-server model

    International Nuclear Information System (INIS)

    Kojima, M.; Nakanishi, H.; Hidekuma, S.

    1999-01-01

    The LHD data acquisition system handles >600 MB data per shot. The fully distributed data processing and the object-oriented system design are the main principles of this system. Its wide flexibility has been realized by introducing the object-oriented method into the data processing, in which the object sharing and class libraries will provide the unified way of data handling for the network client-server programming. The object class libraries are described in C++, and the network object sharing is provided through the commercial software named HARNESS. As for the CAMAC setup, the Java script can use the C++ class libraries and thus establishes the relationship between the object-oriented database and the WWW server. In LHD experiments, the CAMAC system and the Windows NT operating system are applied for digitizing and acquiring data, respectively. For the purpose of the LHD data acquisition, the new CAMAC handling software on Windows NT have been developed to manipulate the SCSI-connected crate controllers. The CAMAC command lists and diagnostic data classes are shared between client and server computers. A lump of the diagnostic data can be treated as part of an object by the object-oriented programming. (orig.)

  9. Migrating to the Cloud IT Application, Database, and Infrastructure Innovation and Consolidation

    CERN Document Server

    Laszewski, Tom

    2011-01-01

    Whether your company is planning on database migration, desktop application migration, or has IT infrastructure consolidation projects, this book gives you all the resources you'll need. It gives you recommendations on tools, strategy and best practices and serves as a guide as you plan, determine effort and budget, design, execute and roll your modern Oracle system out to production. Focusing on Oracle grid relational database technology and Oracle Fusion Middleware as the target cloud-based architecture, your company can gain organizational efficiency, agility, increase innovation and reduce

  10. Development of Client-Server Application by Using UDP Socket Programming for Remotely Monitoring CNC Machine Environment in Fixture Process

    Directory of Open Access Journals (Sweden)

    Darmawan Darmawan

    2016-08-01

    Full Text Available The use of computer technology in manufacturing industries can improve manufacturing flexibility significantly, especially in manufacturing processes; many software applications have been utilized to improve machining performance. However, none of them has discussed the abilities to perform direct machining. In this paper, an integrated system for remote operation and monitoring of Computer Numerical Control (CNC machines is put into consideration. The integrated system includes computerization, network technology, and improved holding mechanism. The work proposed by this research is mainly on the software development for such integrated system. It uses Java three-dimensional (3D programming and Virtual Reality Modeling Language (VRML at the client side for visualization of machining environment. This research is aimed at developing a control system to remotely operate and monitor a self-reconfiguration fixture mechanism of a CNC milling machine through internet connection and integration of Personal Computer (PC-based CNC controller, a server side, a client side and CNC milling. The performance of the developed system was evaluated by testing with one type of common protocols particularly User Datagram Protocol (UDP.  Using UDP, the developed system requires 3.9 seconds to complete the close clamping, less than 1 second to release the clamping and it can deliver 463 KiloByte.

  11. 32 CFR 776.28 - Conflict of interest: Former client.

    Science.gov (United States)

    2010-07-01

    ... 32 National Defense 5 2010-07-01 2010-07-01 false Conflict of interest: Former client. 776.28... ADVOCATE GENERAL Rules of Professional Conduct § 776.28 Conflict of interest: Former client. (a) Conflict of interest: Former client. A covered attorney who has represented a client in a matter shall not...

  12. Thermodynamic database of multi-component Mg alloys and its application to solidification and heat treatment

    Directory of Open Access Journals (Sweden)

    Guanglong Xu

    2016-12-01

    Full Text Available An overview about one thermodynamic database of multi-component Mg alloys is given in this work. This thermodynamic database includes thermodynamic descriptions for 145 binary systems and 48 ternary systems in 23-component (Mg–Ag–Al–Ca–Ce–Cu–Fe–Gd–K–La–Li–Mn–Na–Nd–Ni–Pr–Si–Sn–Sr–Th–Y–Zn–Zr system. First, the major computational and experimental tools to establish the thermodynamic database of Mg alloys are briefly described. Subsequently, among the investigated binary and ternary systems, representative binary and ternary systems are shown to demonstrate the major feature of the database. Finally, application of the thermodynamic database to solidification simulation and selection of heat treatment schedule is described.

  13. Involvement of the Client in Home Care Practice

    DEFF Research Database (Denmark)

    Glasdam, Stinne; Kjær, Lone; Præstegaard, Jeanette

    Background: Through the last 35 years, ‘client involvement’ has been a mantra within health policies, education curriculums and health care institutions, yet very little is known about how ‘client involvement’ is practiced in the meetings with clients and health professionals. Aim: To analyse...

  14. Authenticated Diffie-Hellman Key Agreement Scheme that Protects Client Anonymity and Achieves Half-Forward Secrecy

    Directory of Open Access Journals (Sweden)

    Hung-Yu Chien

    2015-01-01

    Full Text Available Authenticated Diffie-Hellman key agreement (D-H key is the de facto building block for establishing secure session keys in many security systems. Regarding the computations of authenticated D-H key agreement, the operation of modular exponentiation is the most expensive computation, which incurs a heavy loading on those clients where either their computational capacities or their batteries are limited and precious. As client’s privacy is a big concern in several e-commerce applications, it is desirable to extend authenticated D-H key agreement to protect client’s identity privacy. This paper proposes a new problem: the modified elliptic curves computational Diffie-Hellman problem (MECDHP and proves that the MECDHP is as hard as the conventional elliptic curves computational Diffie-Hellman problem (ECDHP. Based on the MECDHP, we propose an authenticated D-H key agreement scheme which greatly improves client computational efficiency and protects client’s anonymity from outsiders. This new scheme is attractive to those applications where the clients need identity protection and lightweight computation.

  15. Development of a North American paleoclimate pollen-based reconstruction database application

    Science.gov (United States)

    Ladd, Matthew; Mosher, Steven; Viau, Andre

    2013-04-01

    Recent efforts in synthesizing paleoclimate records across the globe has warranted an effort to standardize the different paleoclimate archives currently available in order to facilitate data-model comparisons and hence improve our estimates of future climate change. It is often the case that the methodology and programs make it challenging for other researchers to reproduce the results for a reconstruction, therefore there is a need for to standardize paleoclimate reconstruction databases in an application specific to proxy data. Here we present a methodology using the open source R language using North American pollen databases (e.g. NAPD, NEOTOMA) where this application can easily be used to perform new reconstructions and quickly analyze and output/plot the data. The application was developed to easily test methodological and spatial/temporal issues that might affect the reconstruction results. The application allows users to spend more time analyzing and interpreting results instead of on data management and processing. Some of the unique features of this R program are the two modules each with a menu making the user feel at ease with the program, the ability to use different pollen sums, select one of 70 climate variables available, substitute an appropriate modern climate dataset, a user-friendly regional target domain, temporal resolution criteria, linear interpolation and many other features for a thorough exploratory data analysis. The application program will be available for North American pollen-based reconstructions and eventually be made available as a package through the CRAN repository by late 2013.

  16. On Being "Attractive" With Resistant Clients.

    Science.gov (United States)

    Miller, Mark J.; Wells, Don

    1990-01-01

    Calls client resistance a frequent occurrence within the helping profession. Defines client resistance, provides a brief review of related literature, and offers counselor attractiveness as one way of addressing the issue. Identifies attractive counselor behaviors and attitudes and presents case study illustrating specific attractive counselor…

  17. 37 CFR 10.84 - Representing a client zealously.

    Science.gov (United States)

    2010-07-01

    ... 37 Patents, Trademarks, and Copyrights 1 2010-07-01 2010-07-01 false Representing a client... Office Code of Professional Responsibility § 10.84 Representing a client zealously. (a) A practitioner shall not intentionally: (1) Fail to seek the lawful objectives of a client through reasonably available...

  18. A theory led narrative review of one-to-one health interventions: the influence of attachment style and client-provider relationship on client adherence.

    Science.gov (United States)

    Nanjappa, S; Chambers, S; Marcenes, W; Richards, D; Freeman, R

    2014-10-01

    A theory-led narrative approach was used to unpack the complexities of the factors that enable successful client adherence following one-to-one health interventions. Understanding this could prepare the provider to anticipate different adherence behaviours by clients, allowing them to tailor their interventions to increase the likelihood of adherence. The review was done in two stages. A theoretical formulation was proposed to explore factors which influence the effectiveness of one-to-one interventions to result in client adherence. The second stage tested this theory using a narrative synthesis approach. Eleven studies across the health care arena were included in the synthesis and explored the interplay between client attachment style, client-provider interaction and client adherence with health interventions. It emerged that adherence results substantially because of the relationship that the client has with the provider, which is amplified or diminished by the client's own attachment style. This occurs because the client's attachment style shapes how they perceive and behave in relationships with the health-care providers, who become the 'secure base' from which the client accepts, assimilates and adheres with the recommended health intervention. The pathway from one-to-one interventions to adherence is explained using moderated mediation and mediated moderation models. © The Author 2014. Published by Oxford University Press. All rights reserved. For permissions, please email: journals.permissions@oup.com.

  19. Clients' knowledge, perception and satisfaction with quality of ...

    African Journals Online (AJOL)

    Clients' knowledge, perception and satisfaction with quality of maternal health care services at the primary health care level in Nnewi, Nigeria. ... Furthermore cost, local language used, staff attitude and interaction with clients was acceptable and may be the reason for high level of satisfaction reported. Key words: Clients' ...

  20. Application Of Database Program in selecting Sorghum (Sorghum bicolor L) Mutant Lines

    International Nuclear Information System (INIS)

    H, Soeranto

    2000-01-01

    Computer database software namely MSTAT and paradox have been exercised in the field of mutation breeding especially in the process of selecting plant mutant lines of sorghum. In MSTAT, selecting mutant lines can be done by activating the SELECTION function and then followed by entering mathematical formulas for the selection criterion. Another alternative is by defining the desired selection intensity to the analysis results of subprogram SORT. Including the selected plant mutant lines in BRSERIES program, it will make their progenies be easier to be traced in subsequent generations. In paradox, an application program for selecting mutant lines can be made by combining facilities of Table, form and report. Selecting mutant lines with defined selection criterion can easily be done through filtering data. As a relation database, paradox ensures that the application program for selecting mutant lines and progeny trachings, can be made easier, efficient and interactive

  1. Development and application of basis database for materials life cycle assessment in china

    Science.gov (United States)

    Li, Xiaoqing; Gong, Xianzheng; Liu, Yu

    2017-03-01

    As the data intensive method, high quality environmental burden data is an important premise of carrying out materials life cycle assessment (MLCA), and the reliability of data directly influences the reliability of the assessment results and its application performance. Therefore, building Chinese MLCA database is the basic data needs and technical supports for carrying out and improving LCA practice. Firstly, some new progress on database which related to materials life cycle assessment research and development are introduced. Secondly, according to requirement of ISO 14040 series standards, the database framework and main datasets of the materials life cycle assessment are studied. Thirdly, MLCA data platform based on big data is developed. Finally, the future research works were proposed and discussed.

  2. A "client perspective" helps improve services.

    Science.gov (United States)

    1998-01-01

    Egypt's Ministry of Health launched a campaign in 1992 to improve client satisfaction with family planning clinic services in the country. In the program, family planning clinic supervisors are being trained to use a checklist of 101 indicators to evaluate services, ranging from the availability of contraceptive commodities to the condition of facilities. Television messages and posters disseminated throughout communities instruct potential clients to look for gold stars on the doors of family planning clinics across the country, indicators of a clinic which meets quality service standards. This program is currently used by almost 4000 clinics nationwide. Family planning services worldwide have long focused upon increasing levels of contraceptive use. More recently, however, they are also focusing upon the quality of services provided. Frameworks for improving services tend to emphasize better ways to interact with clients, and often address how to approach specific management concerns, such as maintaining adequate contraceptive supplies. Client interaction, management concerns, and how quality makes a difference are discussed.

  3. Successful Vocational Rehabilitation of Clients with Retinitis Pigmentosa.

    Science.gov (United States)

    Taheri-Araghi, M.; Hendren, G.

    1994-01-01

    Statistical analysis of 10 personal (client) variables and four program variables related to 76 people who became blind from retinitis pigmentosa revealed that 6 variables predicted clients' rehabilitation outcomes: age, gender, race, work status, amount of case-service money spent on the client's behalf, and number of changes in career objectives…

  4. Teaching Case: Adapting the Access Northwind Database to Support a Database Course

    Science.gov (United States)

    Dyer, John N.; Rogers, Camille

    2015-01-01

    A common problem encountered when teaching database courses is that few large illustrative databases exist to support teaching and learning. Most database textbooks have small "toy" databases that are chapter objective specific, and thus do not support application over the complete domain of design, implementation and management concepts…

  5. Mutual powerlessness in client participation practices in mental health care

    Science.gov (United States)

    Broer, Tineke; Nieboer, Anna P.; Bal, Roland

    2012-01-01

    Abstract Background  Client participation has become a dominant policy goal in many countries including the Netherlands and is a topic much discussed in the literature. The success of client participation is usually measured in terms of the extent to which clients have a say in the participation process. Many articles have concluded that client participation is limited; professionals often still control the participation process and outcomes. Objective  The objective of this study is to gain insight into (i) the practice of client participation within a quality improvement collaborative in mental health care and (ii) the consequences of a Foucauldian conceptualization of power in analysing practices of client participation. Design  We used an ethnographic design consisting of observations of national events and improvement team meetings and interviews with the collaborative’s team members and programme managers. Results  Contrary to many studies on client participation, we found both clients and service providers frequently felt powerless in its practice. Professionals and clients alike struggled with the contributions clients could make to the improvement processes and what functions they should fulfil. Moreover, professionals did not want to exert power upon clients, but ironically just for that reason sometimes struggled with shaping practices of client participation. This mutual powerlessness (partly) disappeared when clients helped to determine and execute specific improvement actions instead of participating in improvement teams. Conclusion  Recognizing that power is inescapable might allow for a more substantive discussion concerning the consequences that power arrangements produce, rather than looking at who is exerting how much power. PMID:22390793

  6. Asymmetry of Responsiveness in Client-Centered Therapy

    Science.gov (United States)

    Shapiro, David A.

    1977-01-01

    Each utterance of a psychotherapy session conducted by Carl Rogers was transcribed on a separate card. Fifteen undergraduate subjects reconstituted client-therapist sequences more accurately than therapist-client sequences. (Author)

  7. Experimental Blind Quantum Computing for a Classical Client

    Science.gov (United States)

    Huang, He-Liang; Zhao, Qi; Ma, Xiongfeng; Liu, Chang; Su, Zu-En; Wang, Xi-Lin; Li, Li; Liu, Nai-Le; Sanders, Barry C.; Lu, Chao-Yang; Pan, Jian-Wei

    2017-08-01

    To date, blind quantum computing demonstrations require clients to have weak quantum devices. Here we implement a proof-of-principle experiment for completely classical clients. Via classically interacting with two quantum servers that share entanglement, the client accomplishes the task of having the number 15 factorized by servers who are denied information about the computation itself. This concealment is accompanied by a verification protocol that tests servers' honesty and correctness. Our demonstration shows the feasibility of completely classical clients and thus is a key milestone towards secure cloud quantum computing.

  8. Experimental Blind Quantum Computing for a Classical Client.

    Science.gov (United States)

    Huang, He-Liang; Zhao, Qi; Ma, Xiongfeng; Liu, Chang; Su, Zu-En; Wang, Xi-Lin; Li, Li; Liu, Nai-Le; Sanders, Barry C; Lu, Chao-Yang; Pan, Jian-Wei

    2017-08-04

    To date, blind quantum computing demonstrations require clients to have weak quantum devices. Here we implement a proof-of-principle experiment for completely classical clients. Via classically interacting with two quantum servers that share entanglement, the client accomplishes the task of having the number 15 factorized by servers who are denied information about the computation itself. This concealment is accompanied by a verification protocol that tests servers' honesty and correctness. Our demonstration shows the feasibility of completely classical clients and thus is a key milestone towards secure cloud quantum computing.

  9. 37 CFR 10.78 - Limiting liability to client.

    Science.gov (United States)

    2010-07-01

    ... 37 Patents, Trademarks, and Copyrights 1 2010-07-01 2010-07-01 false Limiting liability to client... Office Code of Professional Responsibility § 10.78 Limiting liability to client. A practitioner shall not attempt to exonerate himself or herself from, or limit his or her liability to, a client for his or her...

  10. Who cares for involuntary clients?

    Science.gov (United States)

    Soliman, Soheil; Pollack, Harold A; Alexander, Jeffrey A

    2009-01-01

    The objectives of this study were to compare characteristics of outpatient substance abuse treatment (OSAT) units that serve high proportions of involuntary clients (ICs) with those that serve a low percentage of such clients. The authors analyze unit-level 1995-2005 data from the National Drug Abuse Treatment System Survey (NDATSS). Approximately 1/6 of OSAT units draw the dominant majority of their clients from involuntary referrals. OSAT units that treat a high proportion of ICs are less likely to be accredited by professional organizations, have fewer treatment staff with advanced degrees, and have shorter average treatment duration than do OSAT units that serve few ICs. OSAT units that serve ICs are more likely to offer legal and domestic violence services but are less likely to offer mental health services or aftercare. OSAT units that serve ICs are less likely to be hospital-affiliated than are other units. Clients at such facilities are more likely to be convicted of driving while intoxicated (DWI), are younger, are less likely to have received prior treatment, are more likely to remain abstinent after treatment, but are more likely to be remanded back to courts. The authors conclude that ICs are an important market niche in OSAT care. DWI is by far the most common offense reported in units that specialize in ICs. Aside from legal and domestic violence services, units with a high proportion of ICs appear to offer somewhat less intensive and professionalized services than do other facilities; however, clients at these units are more likely to be abstinent at the end of treatment and but more likely to be remanded back to the courts.

  11. KALIMER database development

    Energy Technology Data Exchange (ETDEWEB)

    Jeong, Kwan Seong; Lee, Yong Bum; Jeong, Hae Yong; Ha, Kwi Seok

    2003-03-01

    KALIMER database is an advanced database to utilize the integration management for liquid metal reactor design technology development using Web applications. KALIMER design database is composed of results database, Inter-Office Communication (IOC), 3D CAD database, and reserved documents database. Results database is a research results database during all phase for liquid metal reactor design technology development of mid-term and long-term nuclear R and D. IOC is a linkage control system inter sub project to share and integrate the research results for KALIMER. 3D CAD database is a schematic overview for KALIMER design structure. And reserved documents database is developed to manage several documents and reports since project accomplishment.

  12. KALIMER database development

    International Nuclear Information System (INIS)

    Jeong, Kwan Seong; Lee, Yong Bum; Jeong, Hae Yong; Ha, Kwi Seok

    2003-03-01

    KALIMER database is an advanced database to utilize the integration management for liquid metal reactor design technology development using Web applications. KALIMER design database is composed of results database, Inter-Office Communication (IOC), 3D CAD database, and reserved documents database. Results database is a research results database during all phase for liquid metal reactor design technology development of mid-term and long-term nuclear R and D. IOC is a linkage control system inter sub project to share and integrate the research results for KALIMER. 3D CAD database is a schematic overview for KALIMER design structure. And reserved documents database is developed to manage several documents and reports since project accomplishment

  13. A Method to Ease the Deployment of Web Applications that Involve Database Systems A Method to Ease the Deployment of Web Applications that Involve Database Systems

    Directory of Open Access Journals (Sweden)

    Antonio Vega Corona

    2012-02-01

    Full Text Available El crecimiento continuo de la Internet ha permitido a las personas, alrededor de todo mundo, realizar transacciones en línea, buscar información o navegar usando el explorador de la Web. A medida que más gente se siente cómoda usando los exploradores de Web, más empresas productoras de software tratan de ofrecer interfaces Web como una forma alternativa para proporcionar acceso a sus aplicaciones. La naturaleza de la conexión Web y las restricciones impuestas por el ancho de banda disponible, hacen la integración de aplicaciones Web y los sistemas de bases de datos críticas. Debido a que las aplicaciones que usan bases de datos proporcionan una interfase gráfica para editar la información en la base de datos y debido a que cada columna en una tabla de una base de datos corresponde a un control en una interfase gráfica, el desarrollo de estas aplicaciones puede consumirun tiempo considerable, ya que la validación de campos y reglas de integridad referencial deben ser respetadas. Se propone un diseño orientado a objetos para así facilitar el desarrollo de aplicaciones que usan sistemas de bases de datos.The continuous growth of the Internet has driven people, all around the globe, to performtransactions on-line, search information or navigate using a browser. As more people feelcomfortable using a Web browser, more software companies are trying to alternatively offerWeb interfaces to provide access to their applications. The consequent nature of the Webconnection and the restrictions imposed by the available bandwidth make the successfulintegration of Web applications and database systems critical. Because popular databaseapplications provide a user interface to edit and maintain the information in the databaseand because each column in the database table maps to a graphic user interface control,the deployment of these applications can be time consuming; appropriate fi eld validationand referential integrity rules must be observed

  14. Hydrogen Leak Detection Sensor Database

    Science.gov (United States)

    Baker, Barton D.

    2010-01-01

    This slide presentation reviews the characteristics of the Hydrogen Sensor database. The database is the result of NASA's continuing interest in and improvement of its ability to detect and assess gas leaks in space applications. The database specifics and a snapshot of an entry in the database are reviewed. Attempts were made to determine the applicability of each of the 65 sensors for ground and/or vehicle use.

  15. Client capital as a source of enterprise cost

    Directory of Open Access Journals (Sweden)

    Verba Veronika A.

    2014-01-01

    Full Text Available The article presents the authors’ vision of the essence of the client capital and its influence upon the enterprise cost. The goal of the article is explanation of the role of the client capital in the process of enterprise capitalisation with the help of the business cost capitalisation model: investments into assets – cash flow generation – enterprise capitalisation. The result of the study is the authors’ position regarding the essence and structuring the client capital, which gives a possibility to detect financial and managerial instruments of capitalisation of the client capital. The conducted analysis of dynamics of financial parameters of the world leaders of IT industry, car building, clothes manufacture and beverages production allows detection of interconnection of the enterprise cost with the volume of assets and profit and identification of influence of the client capital upon capitalisation of enterprises of various spheres of activity. The article develops a model of capitalisation of the client capital on the basis of detection of cash flows, caused by formation of enterprises of B2C and B2B types.

  16. Database communication protocol analyses and security detection

    International Nuclear Information System (INIS)

    Luo Qun; Liu Qiushi

    2003-01-01

    In this paper we introduced the analysis of TDS protocol in the communication application between Client and Server about SYBASE and MICROSOFT SQL SERVER and do some test for some bugs existed in the protocol. (authors)

  17. NoSQL database scaling

    OpenAIRE

    Žardin, Norbert

    2017-01-01

    NoSQL database scaling is a decision, where system resources or financial expenses are traded for database performance or other benefits. By scaling a database, database performance and resource usage might increase or decrease, such changes might have a negative impact on an application that uses the database. In this work it is analyzed how database scaling affect database resource usage and performance. As a results, calculations are acquired, using which database scaling types and differe...

  18. The establish and application of equipment reliability database in Nuclear Power Plant

    International Nuclear Information System (INIS)

    Zheng Wei; Li He

    2006-03-01

    Take the case of Daya Bay Nuclear Power Plant, the collecting and handling of equipment reliability data, the calculation method of reliability parameters and the establish and application of reliability databases, etc. are discussed. The data source involved the design information of the equipment, the operation information, the maintenance information and periodically test record, etc. Equipment reliability database built on a base of the operation experience. It provided the valid tool for thoroughly and objectively recording the operation history and the present condition of various equipment of the plant; supervising the appearance of the equipment, especially the safety-related equipment, provided the very practical worth information for enhancing the safety and availability management of the equipment and insuring the safety and economic operation of the plant; and provided the essential data for the research and applications in safety management, reliability analysis, probabilistic safety assessment, reliability centered maintenance and economic management in nuclear power plant. (authors)

  19. [Role and management of cancer clinical database in the application of gastric cancer precision medicine].

    Science.gov (United States)

    Li, Yuanfang; Zhou, Zhiwei

    2016-02-01

    Precision medicine is a new medical concept and medical model, which is based on personalized medicine, rapid progress of genome sequencing technology and cross application of biological information and big data science. Precision medicine improves the diagnosis and treatment of gastric cancer to provide more convenience through more profound analyses of characteristics, pathogenesis and other core issues in gastric cancer. Cancer clinical database is important to promote the development of precision medicine. Therefore, it is necessary to pay close attention to the construction and management of the database. The clinical database of Sun Yat-sen University Cancer Center is composed of medical record database, blood specimen bank, tissue bank and medical imaging database. In order to ensure the good quality of the database, the design and management of the database should follow the strict standard operation procedure(SOP) model. Data sharing is an important way to improve medical research in the era of medical big data. The construction and management of clinical database must also be strengthened and innovated.

  20. STUDY ON THE ACCOUNTING OF ADJUSTMENTS FOR RECEIVABLES DEPRECIATION IN OPERATIONS WITH CLIENTS

    Directory of Open Access Journals (Sweden)

    ILIE RĂSCOLEAN

    2015-12-01

    Full Text Available The present work approaches an important topic for credit institutions: limiting the credit risk and determining the prudential value adjustments for the depreciation of client credits, and their reflection in the accounting statements. The Chart of Accounts applicable to credit institutions includes class-two accounts Operations with clients and expenses and revenues accounts, which help record the adjustments for receivables depreciation in operations with clients. To constitute, diminish or annul depreciations, credit institutions have the obligation to assure the classification of their credits based on classification categories according to three criteria: financial performance, debt service and initiation of juridical procedures. By the present study, we present the way the credit portfolio is structured according to the criteria mentioned and the reflection in accounting of the prudential adjustments of value. The article ends with the authors’ conclusions regarding the specificity of the way of classification of the credits according to risk categories in agreement to the evolution of the class determination criteria.

  1. Using virtual Lustre clients on the WAN for analysis of data from high energy physics experiments

    International Nuclear Information System (INIS)

    Bourilkov, D; Avery, P; Cheng, M; Fu, Y; Kim, B; Palencia, J; Budden, R; Benninger, K; Shrum, D; Wilgenbusch, J

    2012-01-01

    We describe the work on creating system images of Lustre virtual clients in the ExTENCI project (Extending Science Through Enhanced National Cyberlnfrastructure), using several virtual technologies (Xen, VMware, VirtualBox, KVM). These virtual machines can be built at several levels, from a basic Linux installation (we use Scientific Linux 5 as an example), adding a Lustre client with Kerberos authentication, and up to complete clients including local or distributed (based on CernVM-FS) installations of the full CERN and project specific software stack for typical LHC experiments. The level, and size, of the images are determined by the users on demand. Various sites and individual users can just download and use them out of the box on Linux/UNIX, Windows and Mac OS X based hosts. We compare the performance of virtual clients with that of real physical systems for typical high energy physics applications like Monte Carlo simulations or analysis of data stored in ROOT trees.

  2. Mutual construction and reconstruction in client-consultant interaction

    DEFF Research Database (Denmark)

    Smith, Irene Skovgaard

    Based on preliminary interviews with client representatives and a pilot case study, the pa-per explores collaboration and mutual construction in client-consultant relationships. Both consultants and client actors take part in an active construction and reconstruction of knowledge that involve...... struggles over position, power and control. In the context of client-consultant interaction, it is thus not only ideas and solutions that are contested but also the power to define. Attention is paid to how ideas are brought into play and negotiated in the interaction between actors. The empirical material...... presented in the paper illustrates how consultancy projects evolve through processes of negotiation over whose interpretation should count and who should be in control. In the process, client actors with different posi-tions and interests play an active role in creating what become valid and what ideas...

  3. Footprint Database and web services for the Herschel space observatory

    Science.gov (United States)

    Verebélyi, Erika; Dobos, László; Kiss, Csaba

    2015-08-01

    Using all telemetry and observational meta-data, we created a searchable database of Herschel observation footprints. Data from the Herschel space observatory is freely available for everyone but no uniformly processed catalog of all observations has been published yet. As a first step, we unified the data model for all three Herschel instruments in all observation modes and compiled a database of sky coverage information. As opposed to methods using a pixellation of the sphere, in our database, sky coverage is stored in exact geometric form allowing for precise area calculations. Indexing of the footprints allows for very fast search among observations based on pointing, time, sky coverage overlap and meta-data. This enables us, for example, to find moving objects easily in Herschel fields. The database is accessible via a web site and also as a set of REST web service functions which makes it usable from program clients like Python or IDL scripts. Data is available in various formats including Virtual Observatory standards.

  4. Multi-client quantum key distribution using wavelength division multiplexing

    International Nuclear Information System (INIS)

    Grice, Warren P.; Bennink, Ryan S.; Earl, Dennis Duncan; Evans, Philip G.; Humble, Travis S.; Pooser, Raphael C.; Schaake, Jason; Williams, Brian P.

    2011-01-01

    Quantum Key Distribution (QKD) exploits the rules of quantum mechanics to generate and securely distribute a random sequence of bits to two spatially separated clients. Typically a QKD system can support only a single pair of clients at a time, and so a separate quantum link is required for every pair of users. We overcome this limitation with the design and characterization of a multi-client entangled-photon QKD system with the capacity for up to 100 clients simultaneously. The time-bin entangled QKD system includes a broadband down-conversion source with two unique features that enable the multi-user capability. First, the photons are emitted across a very large portion of the telecom spectrum. Second, and more importantly, the photons are strongly correlated in their energy degree of freedom. Using standard wavelength division multiplexing (WDM) hardware, the photons can be routed to different parties on a quantum communication network, while the strong spectral correlations ensure that each client is linked only to the client receiving the conjugate wavelength. In this way, a single down-conversion source can support dozens of channels simultaneously--and to the extent that the WDM hardware can send different spectral channels to different clients, the system can support multiple client pairings. We will describe the design and characterization of the down-conversion source, as well as the client stations, which must be tunable across the emission spectrum.

  5. Reusable Client-Side JavaScript Modules for Immersive Web-Based Real-Time Collaborative Neuroimage Visualization.

    Science.gov (United States)

    Bernal-Rusiel, Jorge L; Rannou, Nicolas; Gollub, Randy L; Pieper, Steve; Murphy, Shawn; Robertson, Richard; Grant, Patricia E; Pienaar, Rudolph

    2017-01-01

    In this paper we present a web-based software solution to the problem of implementing real-time collaborative neuroimage visualization. In both clinical and research settings, simple and powerful access to imaging technologies across multiple devices is becoming increasingly useful. Prior technical solutions have used a server-side rendering and push-to-client model wherein only the server has the full image dataset. We propose a rich client solution in which each client has all the data and uses the Google Drive Realtime API for state synchronization. We have developed a small set of reusable client-side object-oriented JavaScript modules that make use of the XTK toolkit, a popular open-source JavaScript library also developed by our team, for the in-browser rendering and visualization of brain image volumes. Efficient realtime communication among the remote instances is achieved by using just a small JSON object, comprising a representation of the XTK image renderers' state, as the Google Drive Realtime collaborative data model. The developed open-source JavaScript modules have already been instantiated in a web-app called MedView , a distributed collaborative neuroimage visualization application that is delivered to the users over the web without requiring the installation of any extra software or browser plugin. This responsive application allows multiple physically distant physicians or researchers to cooperate in real time to reach a diagnosis or scientific conclusion. It also serves as a proof of concept for the capabilities of the presented technological solution.

  6. 37 CFR 10.65 - Limiting business relations with a client.

    Science.gov (United States)

    2010-07-01

    ... with a client. 10.65 Section 10.65 Patents, Trademarks, and Copyrights UNITED STATES PATENT AND... a client. A practitioner shall not enter into a business transaction with a client if they have differing interests therein and if the client expects the practitioner to exercise professional judgment...

  7. Empathy from the client's perspective: A grounded theory analysis.

    Science.gov (United States)

    MacFarlane, Peter; Anderson, Timothy; McClintock, Andrew S

    2017-03-01

    Although empathy is one of most robust predictors of client outcome, there is little consensus about how best to conceptualize this construct. The aim of the present research was to investigate clients' perceptions and in-session experiences of empathy. Semi-structured, video-assisted interpersonal process recall interviews were used to collect data from nine clients receiving individual psychotherapy at a university psychology clinic. Grounded theory analysis yielded a model consisting of three clusters: (1) relational context of empathy (i.e., personal relationship and professional relationship), (2) types of empathy (i.e., psychotherapists' cognitive empathy, psychotherapists' emotional empathy, and client attunement to psychotherapist), and (3) utility of empathy (i.e., process-related benefits and client-related benefits). These results suggest that empathy is a multi-dimensional, interactional process that affects-and is affected by-the broader relationship between client and psychotherapist.

  8. Functionally Graded Materials Database

    Science.gov (United States)

    Kisara, Katsuto; Konno, Tomomi; Niino, Masayuki

    2008-02-01

    Functionally Graded Materials Database (hereinafter referred to as FGMs Database) was open to the society via Internet in October 2002, and since then it has been managed by the Japan Aerospace Exploration Agency (JAXA). As of October 2006, the database includes 1,703 research information entries with 2,429 researchers data, 509 institution data and so on. Reading materials such as "Applicability of FGMs Technology to Space Plane" and "FGMs Application to Space Solar Power System (SSPS)" were prepared in FY 2004 and 2005, respectively. The English version of "FGMs Application to Space Solar Power System (SSPS)" is now under preparation. This present paper explains the FGMs Database, describing the research information data, the sitemap and how to use it. From the access analysis, user access results and users' interests are discussed.

  9. Social work - client relationship practice: exploring social worker perspectives

    OpenAIRE

    WENDY ELIZABETH ROLLINS

    2018-01-01

    This thesis explores, using qualitative methodology, the significance of social worker – client relationships for achieving client outcomes in the field of child and family welfare. The study found that social worker – client relationships are critical for achieving outcomes. It is a distinct practice method, informed by relational views about ‘the self’, human development and healing. The social worker, as Relationship Building Agent, is heavily focused on client engagement and building t...

  10. Large Science Databases – Are Cloud Services Ready for Them?

    Directory of Open Access Journals (Sweden)

    Ani Thakar

    2011-01-01

    Full Text Available We report on attempts to put an astronomical database – the Sloan Digital Sky Survey science archive – in the cloud. We find that it is very frustrating to impossible at this time to migrate a complex SQL Server database into current cloud service offerings such as Amazon (EC2 and Microsoft (SQL Azure. Certainly it is impossible to migrate a large database in excess of a TB, but even with (much smaller databases, the limitations of cloud services make it very difficult to migrate the data to the cloud without making changes to the schema and settings that would degrade performance and/or make the data unusable. Preliminary performance comparisons show a large performance discrepancy with the Amazon cloud version of the SDSS database. These difficulties suggest that much work and coordination needs to occur between cloud service providers and their potential clients before science databases – not just large ones but even smaller databases that make extensive use of advanced database features for performance and usability – can successfully and effectively be deployed in the cloud. We describe a powerful new computational instrument that we are developing in the interim – the Data-Scope – that will enable fast and efficient analysis of the largest (petabyte scale scientific datasets.

  11. 49 CFR 1103.15 - The practitioner's duty to clients, generally.

    Science.gov (United States)

    2010-10-01

    ... 49 Transportation 8 2010-10-01 2010-10-01 false The practitioner's duty to clients, generally... Practitioner's Duties and Responsibilities Toward A Client § 1103.15 The practitioner's duty to clients... all clients to observe the statutory law to the best of his knowledge or as interpreted by competent...

  12. Mission critical database for SPS accelerator measurements

    CERN Document Server

    Billen, R; Laugier, I; Reguero, I; Segura, N

    1995-01-01

    In order to maintain efficient control over the hadron and lepton beams in CERN¹s SPS accelerator, measurements are of vital importance. Beam parameters such as intensities, positions and losses need to be rapidly available in the SPS control room to allow the operators to monitor, judge and act on beam physics conditions. For the 1994 SPS startup, a completely new and redesigned measurement system based on client and server C-programs running on UNIX-workstations was introduced. The kernel of this new measurement system is an on-line ORACLE database.The NIAM method was used for the database design as well as a technique to tag synchronized data with timeslots instead of timestamps. A great attention was paid to proper storage allocation for tables and indices since this has a major impact on the efficiency of the database, due to its time-critical nature. Many new features of Oracle7 were exploited to reduce the surrounding software.During the 1994 SPS physics run, this new measurement system was commission...

  13. Assessment of ART centres in India: client perspectives.

    Science.gov (United States)

    Sogarwal, Ruchi; Bachani, Damodar

    2009-05-01

    Drug adherence and quality of antiretroviral therapy (ART) services are the keys for the successful ART programme. Hence, an attempt has been made to assess ART centres in India from client perspectives that are receiving services from the centres. Data were gathered through exit interviews with 1366 clients from 27 ART centres that were selected on the basis of drug adherence and client load. Analyses revealed that more than 80 per cent of the clients reported overall satisfaction with the services availed from the centre and 60 per cent reported that the quality of life has improved to a great extent after getting ART. Most of the clients strongly demanded to open ART centre in each district for better access as that will increase drug adherence and eventually control the HIV progression. It has been found that as many as 14% of respondents, ever been on ART, reported non-adherence and 70% of them cited distance and economic factors as the reasons for non-adherence. Study concludes that while majority of the clients were satisfied with ART services, shortage of staff, high level of non-drug adherence, long distances and poor referring system are the weak areas requiring attention.

  14. Database system for management of health physics and industrial hygiene records

    International Nuclear Information System (INIS)

    Murdoch, B. T.; Blomquist, J. A.; Cooke, R. H.; Davis, J. T.; Davis, T. M.; Dolecek, E. H.; Halka-Peel, L.; Johnson, D.; Keto, D. N.; Reyes, L. R.; Schlenker, R. A.; Woodring; J. L.

    1999-01-01

    This paper provides an overview of the Worker Protection System (WPS), a client/server, Windows-based database management system for essential radiological protection and industrial hygiene. Seven operational modules handle records for external dosimetry, bioassay/internal dosimetry, sealed sources, routine radiological surveys, lasers, workplace exposure, and respirators. WPS utilizes the latest hardware and software technologies to provide ready electronic access to a consolidated source of worker protection

  15. Object-oriented design for LHD data acquisition using client-server model

    International Nuclear Information System (INIS)

    Kojima, M.; Nakanishi, H.; Hidekuma, S.

    1997-11-01

    The LHD data acquisition system handles a huge amount of data exceeding over 600MB per shot. The fully distributed processing and the object-oriented system design are the main principles of this system. Its wide flexibility has been realized by introducing the object-oriented method into the data processing, in which the object-sharing and the class libraries will provide the unified way of data handling for both servers and clients program developments. The object class libraries are written in C ++ , and the network object-sharing is provided through a commercial software called HARNESS. As for the CAMAC setup, the Java script can use the C ++ class libraries and thus establishes the relationship between the object-oriented database and the WWW server. In LHD experiments, the CAMAC system and the Windows NT operating system are applied for digitizing and acquiring data, respectively. For the purpose of the LHD data acquisition, the new CAMAC handling softwares which work on Windows NT have been developed to manipulate the SCSI-connected crate controllers. The CAMAC command lists and diagnostic data classes are shared between clients and servers. A lump of diagnostic data mass is treated as a part of an object by the object-oriented programming. (author)

  16. Servidor de claves públicas pgp, cliente administrador y cliente para ciframiento y desciframiento de correo electrónico

    OpenAIRE

    Redrovan Castillo, Fabian; Ruiz Ampuero, Luis M.; Vaca Ruiz, Carmen K.; Yanez Godoy, Ricardo E.; Caicedo Rossi, Guido Alfredo

    2009-01-01

    Basándose en el paradigma Cliente-Servidor bajo la arquitectura TCP/IP, se implementaran tres aplicaciones. Cada aplicación tiene un nombre que refleja su propósito: el Cliente Administrador, el Cliente de Correo Electrónico y finalmente el servidor PGP. Este último ofrece varios servicios, sobresaliendo por su importancia, el proporcionar a quien lo necesite, la clave pública de encriptación PGP (Pretty Good Privacy) de una persona determinada. Para que esto sea posible, dicha persona deb...

  17. PATRON-CLIENT RELATIONSHIP PADA MASYARAKAT MADURA

    Directory of Open Access Journals (Sweden)

    Mohammad Hefni

    2012-03-01

    Full Text Available Abstrac This article traces patron-client relationship of Madurese both from socio-historical point of view and its contemporary progress. As an imbalance social-exchange relationship, in terms of patron-client relationship, second side (client much highly depends upon the first side (patron. This had been experienced in Madurese social history during the native governmental period of time. The government was classified into two major classes; ruler class (patron and farmer class (client. The former is fully in authority to take control either economic or politic potencies, however, the later transacts labors to the first side. Both side is connected by a bribe (upeti systems—percaton, apanage and daleman. In current progress this relationship becomes more acquaintance, it covers economic and politic relationship. The success of Trunojoyo, the king of Sumenep's inherit, against the Mataram domination had been supported by Madurese people that had previously tightened to the system. Today,  patron-client relationship in Madura is reflected in the relationship between the head of village, as the owner of percaton,  and the staff as well as people, as the percaton manager. The other is well-described in the relationship of ship owner and pandega (fisher in fishing. Once the relationship is set up, it directs to diadik relation, a two in one relation which is more personal and long lasting one. Kata-kata kunci Patron-klien, percaton, apanage, panembahan, rakyat, daleman, kepala desa, juragan, pandega, dan diadik.

  18. Laser Surgeon, Client Education, and Satisfaction with Tattoo Removal

    DEFF Research Database (Denmark)

    Hutton Carlsen, Katrina; Esmann, Jørgen; Serup, Jørgen

    2017-01-01

    Studies of satisfaction with tattoo removal outcomes by laser, rated by clients themselves, including qualitative aspects, are sparse. We studied long-term results and client satisfaction with tattoo removal by Q-switched YAG laser. Client satisfaction is influenced by numerous factors: pretreatm...

  19. Failure rates in Barsebaeck-1 reactor coolant pressure boundary piping. An application of a piping failure database

    International Nuclear Information System (INIS)

    Lydell, B.

    1999-05-01

    This report documents an application of a piping failure database to estimate the frequency of leak and rupture in reactor coolant pressure boundary piping. The study used Barsebaeck-1 as reference plant. The study tried two different approaches to piping failure rate estimation: 1) PSA-style, simple estimation using Bayesian statistics, and 2) fitting of statistical distribution to failure data. A large, validated database on piping failures (like the SKI-PIPE database) supports both approaches. In addition to documenting leak and rupture frequencies, the SKI report describes the use of piping failure data to estimate frequency of medium and large loss of coolant accidents (LOCAs). This application study was co sponsored by Barsebaeck Kraft AB and SKI Research

  20. The EREC-STRESA database. Internet application

    International Nuclear Information System (INIS)

    Davydov, M.V.; Annunziato, A.

    2004-01-01

    A considerable amount of experimental data in the field of NPPs safety and reliability was produced and gathered in the Electrogorsk Research and Engineering Centre on NPPs Safety. In order to provide properly preservation and easy accessing to the data the EREC Database was created. This paper gives a description of the EREC Database and the supporting web-based informatic platform STRESA. (author)

  1. 32 CFR 776.32 - Department of the Navy as client.

    Science.gov (United States)

    2010-07-01

    ... 32 National Defense 5 2010-07-01 2010-07-01 false Department of the Navy as client. 776.32 Section... Rules of Professional Conduct § 776.32 Department of the Navy as client. (a) Department of Navy as client: (1) Except when representing an individual client pursuant to paragraph (a)(6) of this section, a...

  2. 45 CFR 1639.4 - Permissible representation of eligible clients.

    Science.gov (United States)

    2010-10-01

    ... 45 Public Welfare 4 2010-10-01 2010-10-01 false Permissible representation of eligible clients... CORPORATION WELFARE REFORM § 1639.4 Permissible representation of eligible clients. Recipients may represent an individual eligible client who is seeking specific relief from a welfare agency. [62 FR 30766...

  3. 37 CFR 10.33 - Direct contact with prospective clients.

    Science.gov (United States)

    2010-07-01

    ... 37 Patents, Trademarks, and Copyrights 1 2010-07-01 2010-07-01 false Direct contact with prospective clients. 10.33 Section 10.33 Patents, Trademarks, and Copyrights UNITED STATES PATENT AND... clients. A practitioner may not solicit professional employment from a prospective client with whom the...

  4. Home-based rehabilitation: Physiotherapy student and client ...

    African Journals Online (AJOL)

    Results. Clients appreciated the students' services; however, data revealed communication barriers and unmet expectations. Students reported struggling to adapt to the context, resulting in interventions not being sufficiently client-centred. They voiced a need for language competency and earlier exposure to such contexts.

  5. The Development of a Web Based Database Applications of Procurement, Inventory, and Sales at PT. Interjaya Surya Megah

    OpenAIRE

    Huda, Choirul; Hudyanto, Chendra; Sisillia, Sisillia; Persada, Revin Kencana

    2011-01-01

    The objective of this research is to develop a web based database application for the procurement, inventory and sales at PT. Interjaya Surya Megah. The current system at PT. Interjaya Surya Megah is running manually, so the company has difficulty in carrying out its activities. The methodology, that is used in this research, includes interviews, observation, literature review, conceptual database design, logical database design and physical database design. The results are the establishment ...

  6. Caring for Clients and Families With Anxiety

    Directory of Open Access Journals (Sweden)

    Noriko Yamamoto-Mitani

    2016-08-01

    Full Text Available This study elucidated Japanese home care nurses’ experiences of supporting clients and families with anxiety. We interviewed 10 registered nurses working in home care agencies and analyzed the data using grounded theory to derive categories pertaining to the nurses’ experiences of providing care. We conceptualized nurses’ approaches to caring for anxiety into three categories: First, they attempted to reach out for anxiety even when the client/family did not make it explicit; second, they tried to alter the outlook of the situation; and third, they created comfort in the lives of the client/family. The conceptualizations of nurses’ strategies to alleviate client/family anxiety may reflect Japanese/Eastern cultural characteristics in communication and their view of the person and social care system, but these conceptualizations may also inform the practice of Western nurses by increasing awareness of skills they may also have and use.

  7. Evaluating the Influence of the Client Behavior in Cloud Computing.

    Science.gov (United States)

    Souza Pardo, Mário Henrique; Centurion, Adriana Molina; Franco Eustáquio, Paulo Sérgio; Carlucci Santana, Regina Helena; Bruschi, Sarita Mazzini; Santana, Marcos José

    2016-01-01

    This paper proposes a novel approach for the implementation of simulation scenarios, providing a client entity for cloud computing systems. The client entity allows the creation of scenarios in which the client behavior has an influence on the simulation, making the results more realistic. The proposed client entity is based on several characteristics that affect the performance of a cloud computing system, including different modes of submission and their behavior when the waiting time between requests (think time) is considered. The proposed characterization of the client enables the sending of either individual requests or group of Web services to scenarios where the workload takes the form of bursts. The client entity is included in the CloudSim, a framework for modelling and simulation of cloud computing. Experimental results show the influence of the client behavior on the performance of the services executed in a cloud computing system.

  8. Image storage, cataloguing and retrieval using a personal computer database software application

    International Nuclear Information System (INIS)

    Lewis, G.; Howman-Giles, R.

    1999-01-01

    Full text: Interesting images and cases are collected and collated by most nuclear medicine practitioners throughout the world. Changing imaging technology has altered the way in which images may be presented and are reported, with less reliance on 'hard copy' for both reporting and archiving purposes. Digital image generation and storage is rapidly replacing film in both radiological and nuclear medicine practice. A personal computer database based interesting case filing system is described and demonstrated. The digital image storage format allows instant access to both case information (e.g. history and examination, scan report or teaching point) and the relevant images. The database design allows rapid selection of cases and images appropriate to a particular diagnosis, scan type, age or other search criteria. Correlative X-ray, CT, MRI and ultrasound images can also be stored and accessed. The application is in use at The New Children's Hospital as an aid to postgraduate medical education, with new cases being regularly added to the database

  9. Development of a Database for Study Data in Registration Applications for Veterinary Medicinal Products

    Directory of Open Access Journals (Sweden)

    Anke Finnah

    2017-02-01

    Full Text Available Objective: In the present study, the feasibility of a systematic record of clinical study data from marketing authorisation applications for veterinary medicinal products (VMP and benefits of the selected approach were investigated.Background: Drug registration dossiers for veterinary medicinal products contain extensive data from drug studies, which are not easily accessible to assessors.Evidentiary value: Fast access to these data including specific search tools could facilitate a meaningful use of the data and allow assessors for comparison of test and studies from different dossiers.Methods: First, pivotal test parameters and their mutual relationships were identified. Second, a data model was developed and implemented in a relational database management system, including a data entry form and various reports for database searches. Compilation of study data in the database was demonstrated using all available clinical studies involving VMPs containing the anthelmintic drug Praziquantel. By means of descriptive data analysis possibilities of data evaluation including graphical presentation were shown. Suitability of the database to support the performance of meta-analyses was tentatively validated.Results: The data model was designed to cover the specific requirements arising from study data. A total of 308 clinical studies related to 95 VMPs containing Praziquantel (single agent and combination drugs was selected for prototype testing. The relevant data extracted from these studies were appropriately structured and shown to be basically suitable for descriptive data analyses as well as for meta-analyses.Conclusion: The database-supported collection of study data would provide users with easy access to the continuously increasing pool of scientific information held by competent authorities. It enables specific data analyses. Database design allows expanding the data model to all types of studies and classes of drugs registered in veterinary

  10. 75 FR 82236 - Principal Trades with Certain Advisory Clients

    Science.gov (United States)

    2010-12-30

    ... 3235-AJ96 Principal Trades with Certain Advisory Clients AGENCY: Securities and Exchange Commission... certain of their advisory clients. The amendment extends the date on which rule 206(3)- 3T will sunset... a principal capacity in transactions with certain of their advisory clients.\\1\\ In December 2009, we...

  11. Serving up the self: Role identity and burnout in client service environments

    Directory of Open Access Journals (Sweden)

    Carly Steyn

    2015-12-01

    Full Text Available Orientation: Whilst the limited investigations into the relationship between identity and burnout have made an important contribution to our understanding of the development of burnout, further research is required to gain a deeper understanding of how the processes associated with the construction and enactment of a specific identity could contribute to burnout amongst client service employees. Research purpose: The purpose of this research was to explore whether levels of burnout amongst client service employees are associated with the manner in which they define and enact the client service role identity. Motivation for the study: The negative effects of burnout amongst client service employees can be particularly devastating for client service organisations. A deeper understanding of the causes of burnout amongst client service employees is therefore essential if we wish to reduce the significant costs associated with burnout in this environment. Research approach, design and method: The research strategy comprised a qualitative design consisting of semi-structured interviews. Main findings: The results of the study indicate that the role identities of higher burnout client service employees differ from the role identities of lower burnout client service employees. Lower burnout employees view the client relationship as a partnership and experience a high level of self-verification when dealing with their clients. Higher burnout employees, on the other hand, describe themselves as subordinate to the client and exhibit strong feelings of defeat and failure when interacting with their clients. Practical implications/managerial implications: The study shows that if client service organisations wish to reduce the detrimental effects of burnout in the workplace, they need to pay careful attention to the way in which their client service employees perceive themselves in relation to the client. Since client service employees construct role

  12. Organizational and Client Commitment among Contracted Employees

    Science.gov (United States)

    Coyle-Shapiro, Jacqueline A-M.; Morrow, Paula C.

    2006-01-01

    This study examines affective commitment to employing and client organizations among long-term contracted employees, a new and growing employment classification. Drawing on organizational commitment and social exchange literatures, we propose two categories of antecedents of employee commitment to client organizations. We tested our hypotheses…

  13. A Web-based Architecture Enabling Multichannel Telemedicine Applications

    Directory of Open Access Journals (Sweden)

    Fabrizio Lamberti

    2003-02-01

    Full Text Available Telemedicine scenarios include today in-hospital care management, remote teleconsulting, collaborative diagnosis and emergency situations handling. Different types of information need to be accessed by means of etherogeneous client devices in different communication environments in order to enable high quality continuous sanitary assistance delivery wherever and whenever needed. In this paper, a Web-based telemedicine architecture based on Java, XML and XSL technologies is presented. By providing dynamic content delivery services and Java based client applications for medical data consultation and modification, the system enables effective access to an Electronic Patient Record based standard database by means of any device equipped with a Web browser, such as traditional Personal Computers and workstation as well as modern Personal Digital Assistants. The effectiveness of the proposed architecture has been evaluated in different scenarios, experiencing fixed and mobile clinical data transmissions over Local Area Networks, wireless LANs and wide coverage telecommunication network including GSM and GPRS.

  14. Discrimination against Obese Exercise Clients: An Experimental Study of Personal Trainers.

    Science.gov (United States)

    Fontana, Fabio; Bopes, Jonathan; Bendixen, Seth; Speed, Tyler; George, Megan; Mack, Mick

    2018-01-01

    The aim of the study was to compare exercise recommendations, attitudes, and behaviors of personal trainers toward clients of different weight statuses. Fifty-two personal trainers participated in the study. The data collection was organized into two phases. In phase one, trainers read a profile and watched the video displaying an interview of either an obese or an average-weight client. Profiles and video interviews were identical except for weight status. Then, trainers provided exercise recommendations and rated their attitude toward the client. In phase two, trainers personally met an obese or an average-weight mock client. Measures were duration and number of advices provided by the trainer to a question posed by the client and sitting distance between trainer and client. There were no significant differences in exercise intensity ( p = .94), duration of first session ( p = .65), and total exercise duration of first week ( p = .76) prescribed to the obese and average-weight clients. The attitude of the personal trainers toward the obese client were not significantly different from the attitude of personal trainers toward the average-weight client ( p = .58). The number of advices provided ( p = .49), the duration of the answer ( p = .55), and the distance personal trainers sat from the obese client ( p = .68) were not significantly different from the behaviors displayed toward the average-weight client. Personal trainers did not discriminate against obese clients in professional settings.

  15. clientes surdos

    Directory of Open Access Journals (Sweden)

    Wiliam César Alves Machado

    2015-01-01

    Full Text Available Objetivo: identificar cómo profesionales de la unidad municipal de rehabilitación física se comunican con personas sordas que buscan atención especializada. Métodos: estudio exploratorio, descriptivo, de enfoque cualitativo, realizado con 32 profesionales que trabajan en rehabilitación física a través de instrumento auto aplicable. Resultados: del análisis de datos, surgieron dos categorías temáticas: Usando el Lenguaje Brasileño de Signos; Improvisación de Estrategias de comunicación para interactuar con clientes sordos. Improvisación de estrategias utilizadas por los profesionales para comunicarse con personas sordas pueden causar barreras que inciden negativamente en la calidad de los servicios prestados a esta población. Conclusión: la comunicación es deficiente, e iniciativas eficaces centradas en la cualificación de los profesionales que trabajan en el ámbito de la rehabilitación, pueden contribuir para que puedan dominar el Lenguaje Brasileño de Signos, garantizándose a los clientes sordos la atención adecuada, conforme a lo dispuestos para personas sin discapacidad auditiva.

  16. 37 CFR 10.67 - Settling similar claims of clients.

    Science.gov (United States)

    2010-07-01

    ... clients. 10.67 Section 10.67 Patents, Trademarks, and Copyrights UNITED STATES PATENT AND TRADEMARK OFFICE... Office Code of Professional Responsibility § 10.67 Settling similar claims of clients. A practitioner who represents two or more clients shall not make or participate in the making of an aggregate settlement of the...

  17. Failure rates in Barsebaeck-1 reactor coolant pressure boundary piping. An application of a piping failure database

    Energy Technology Data Exchange (ETDEWEB)

    Lydell, B. [RSA Technologies, Vista, CA (United States)

    1999-05-01

    This report documents an application of a piping failure database to estimate the frequency of leak and rupture in reactor coolant pressure boundary piping. The study used Barsebaeck-1 as reference plant. The study tried two different approaches to piping failure rate estimation: 1) PSA-style, simple estimation using Bayesian statistics, and 2) fitting of statistical distribution to failure data. A large, validated database on piping failures (like the SKI-PIPE database) supports both approaches. In addition to documenting leak and rupture frequencies, the SKI report describes the use of piping failure data to estimate frequency of medium and large loss of coolant accidents (LOCAs). This application study was co sponsored by Barsebaeck Kraft AB and SKI Research 41 refs, figs, tabs

  18. Psychometrics of the Personal Questionnaire: A client-generated outcome measure.

    Science.gov (United States)

    Elliott, Robert; Wagner, John; Sales, Célia M D; Rodgers, Brian; Alves, Paula; Café, Maria J

    2016-03-01

    We present a range of evidence for the reliability and validity of data generated by the Personal Questionnaire (PQ), a client-generated individualized outcome measure, using 5 data sets from 3 countries. Overall pretherapy mean internal consistency (alpha) across clients was .80, and within-client alphas averaged .77; clients typically had 1 or 2 items that did not vary with the other items. Analyses of temporal structure indicated high levels of between-clients variance (58%), moderate pretherapy test-retest correlation (r = .57), and high session-to-session Lag-1 autocorrelation (.82). Scores on the PQ provided clear evidence of convergence with a range of outcome measures (within-client r = .41). Mean pre-post effects were large (d = 1.25). The results support a revised caseness cutoff of 3.25 and a reliable change index interval of 1.67. We conclude that PQ data meet criteria for evidence-based, norm-referenced measurement of client psychological distress for supporting psychotherapy practice and research. (c) 2016 APA, all rights reserved).

  19. Client contribution in negotiations on employability – categories revised?

    DEFF Research Database (Denmark)

    Eskelinen, L.; Olesen, Søren Peter; Caswell, D.

    2010-01-01

    worker–client talk: how the category unemployed is shaped and ‘translated’ when the client negotiates her situation with the social worker. Two types of category revisions are identified. First, the employability of the client, rather than her unemployment situation, is the issue under negotiation......In this article, we explore how the institutional category ‘unemployed’ is specified in everyday practice when implementing an active employment policy. We illustrate the process of categorisation as an aspect of the in situ positioning and self-representation of the client by examining one social...

  20. Reusable Client-Side JavaScript Modules for Immersive Web-Based Real-Time Collaborative Neuroimage Visualization

    Directory of Open Access Journals (Sweden)

    Jorge L. Bernal-Rusiel

    2017-05-01

    Full Text Available In this paper we present a web-based software solution to the problem of implementing real-time collaborative neuroimage visualization. In both clinical and research settings, simple and powerful access to imaging technologies across multiple devices is becoming increasingly useful. Prior technical solutions have used a server-side rendering and push-to-client model wherein only the server has the full image dataset. We propose a rich client solution in which each client has all the data and uses the Google Drive Realtime API for state synchronization. We have developed a small set of reusable client-side object-oriented JavaScript modules that make use of the XTK toolkit, a popular open-source JavaScript library also developed by our team, for the in-browser rendering and visualization of brain image volumes. Efficient realtime communication among the remote instances is achieved by using just a small JSON object, comprising a representation of the XTK image renderers' state, as the Google Drive Realtime collaborative data model. The developed open-source JavaScript modules have already been instantiated in a web-app called MedView, a distributed collaborative neuroimage visualization application that is delivered to the users over the web without requiring the installation of any extra software or browser plugin. This responsive application allows multiple physically distant physicians or researchers to cooperate in real time to reach a diagnosis or scientific conclusion. It also serves as a proof of concept for the capabilities of the presented technological solution.

  1. Writing about Clients: Ethical Considerations and Options

    Science.gov (United States)

    Sperry, Len; Pies, Ronald

    2010-01-01

    Today, the decision to prepare clinical case material for publication is a decision that cannot be taken lightly. The decision involves reviewing ethical considerations and choosing among various options to safeguard client privacy. Such options include seeking the client's permission, disguising case material, and developing composite case…

  2. Experiential Interventions for Clients with Genital Herpes.

    Science.gov (United States)

    Cummings, Anne L.

    1999-01-01

    Explores potential benefits of incorporating concepts and interventions from experimental therapy to help clients with psychosocial difficulties in learning to live with genital herpes. Recommends experimental counseling of two-chair dialog, empty chair, and metaphor for helping clients with emotional sequelae of genital herpes. Presents case…

  3. Can Knowledge of Client Birth Order Bias Clinical Judgment?

    Science.gov (United States)

    Stewart, Allan E.

    2004-01-01

    Clinicians (N = 308) responded to identical counseling vignettes of a male client that differed only in the client's stated birth order. Clinicians developed different impressions about the client and his family experiences that corresponded with the prototypical descriptions of persons from 1 of 4 birth orders (i.e., first, middle, youngest, and…

  4. A Graphical Client-Server Approach to Financial Management

    CERN Document Server

    Möller, M

    1994-01-01

    At the European Laboratory for Particle Physics (CERN), we have an annual budget of around 600 million US dollars. In order to manage this budget successfully, fast, accurate and easy information access is required throughout the management hierarchy. To meet these goals we have focused on the powerful combination of Relational Database Technology, Fourth Generation Tools and Client-Server architecture. Using these technologies we have developed a powerful and easy-to-use management information tool (known as the BHT) which allows the follow up and tracking of expenditure at all levels throughout the organization. Executives may instantaneously produce up-to-date graphics showing the expenditure profile of the organization. These graphics may then be used as a basis for ‘zooming in’ to view more and more details until the individual financial transactions are reached (all of which are on-line and available on the user’s desktop). The graphical user interface runs on both Macintosh and PC. Using ORACLE�...

  5. E-mail security: mail clients must use encrypted protocols

    CERN Multimedia

    2006-01-01

    In the coming weeks, users of mail clients other than Outlook (e.g. Pine, Mozilla, Mac Mail, etc.) may receive an e-mail from Mail-service@cern.ch with instructions to update the security settings of their mail client. The aim of this campaign is to enforce the use of encrypted and authenticated mail protocols in order to prevent the propagation of viruses and protect passwords from theft. As a first step, from 6 June 2006 onwards, access to mail servers from outside CERN will require a securely configured mail client as described in the help page http://cern.ch/mmmservices/Help/?kbid=191040. On this page most users will also find tools that will update their mail client settings automatically. Note that Outlook clients and WebMail access are not affected. The Mail Team

  6. Effectiveness of motivational interviewing on lifestyle modification and health outcomes of clients at risk or diagnosed with cardiovascular diseases: A systematic review.

    Science.gov (United States)

    Lee, Windy W M; Choi, K C; Yum, Royce W Y; Yu, Doris S F; Chair, S Y

    2016-01-01

    Clinically, there is an increasing trend in using motivational interviewing as a counseling method to help clients with cardiovascular diseases to modify their unhealthy lifestyle in order to decrease the risk of disease occurrence. As motivational interviewing has gained increased attention, research has been conducted to examine its effectiveness. This review attempts to identify the best available evidence related to the effectiveness of motivational interviewing on lifestyle modification, physiological and psychological outcomes for clients at risk of developing or with established cardiovascular diseases. Systematic review of studies incorporating motivational interviewing in modifying lifestyles, improving physiological and psychological outcomes for clients at risk of or diagnosed with cardiovascular diseases. Major English and Chinese electronic databases were searched to identify citations that reported the effectiveness of motivational interviewing. The searched databases included MEDLINE, British Nursing Index, CINAHL Plus, PsycINFO, SCOPUS, CJN, CBM, HyRead, WanFang Data, Digital Dissertation Consortium, and so on. Two reviewers independently assessed the relevance of citations based on the inclusion criteria. Full texts of potential citations were retrieved for more detailed review. Critical appraisal was conducted by using the standardized critical appraisal checklist for randomized and quasi-randomized controlled studies from the Joanna Briggs Institute - Meta Analysis of Statistics Assessment and Review Instrument (JBI-MAStaRI). After eligibility screening, 14 articles describing 9 studies satisfied the inclusion criteria and were included in the analysis. Only certain outcomes in certain studies were pooled for meta-analysis because of the large variability of the studies included, other findings were presented in narrative form. For lifestyle modification, the review showed that motivational interviewing could be more effective than usual care on

  7. Client and parent feedback on a Youth Mental Health Service: The importance of family inclusive practice and working with client preferences.

    Science.gov (United States)

    Coates, Dominiek

    2016-12-01

    In mental health settings, feedback from clients and carers is central to service evaluation, development and delivery. Increasingly, client and carer feedback is considered an integral part of service planning, and recognized as a critical element of the provision of recovery oriented service. This paper outlines the findings of a qualitative evaluation of a Youth Mental Health (YMH) service from the perspective of discharged clients and their parents. The service researcher conducted telephone interviews with 39 parents of discharged clients, and 17 young people themselves. Participants reported positive or mixed experiences with the service. In addition to more generic positive statements about the service, analysis identified two key themes: the importance of 'family inclusive practice' and the importance of 'working with client preferences'. Young people and their parents want to be actively engaged in treatment and have their treatment preferences considered in treatment planning. Participants expressed the importance of "a good fit" between the client and the worker in terms of the clinician's gender, personality and treatment style/modality. While for some participants these themes were raised in the context of service strengths, others identified them as limitations or opportunities for service improvement. The extent to which clients and their parents felt engaged and heard by their allocated clinician is critical to their satisfaction or dissatisfaction with the service, depending on their unique experience. As an outcome of this evaluation, a range of service improvement strategies have been recommended. © 2016 Australian College of Mental Health Nurses Inc.

  8. COMPARISON OF POPULAR BIOINFORMATICS DATABASES

    OpenAIRE

    Abdulganiyu Abdu Yusuf; Zahraddeen Sufyanu; Kabir Yusuf Mamman; Abubakar Umar Suleiman

    2016-01-01

    Bioinformatics is the application of computational tools to capture and interpret biological data. It has wide applications in drug development, crop improvement, agricultural biotechnology and forensic DNA analysis. There are various databases available to researchers in bioinformatics. These databases are customized for a specific need and are ranged in size, scope, and purpose. The main drawbacks of bioinformatics databases include redundant information, constant change, data spread over m...

  9. RODOS database adapter

    International Nuclear Information System (INIS)

    Xie Gang

    1995-11-01

    Integrated data management is an essential aspect of many automatical information systems such as RODOS, a real-time on-line decision support system for nuclear emergency management. In particular, the application software must provide access management to different commercial database systems. This report presents the tools necessary for adapting embedded SQL-applications to both HP-ALLBASE/SQL and CA-Ingres/SQL databases. The design of the database adapter and the concept of RODOS embedded SQL syntax are discussed by considering some of the most important features of SQL-functions and the identification of significant differences between SQL-implementations. Finally fully part of the software developed and the administrator's and installation guides are described. (orig.) [de

  10. Application of ABWR construction database to nuclear power plant project

    International Nuclear Information System (INIS)

    Takashima, Atsushi; Katsube, Yasuhiko

    1999-01-01

    Tokyo Electric Power Company (TEPCO) completed the construction of Kashiwazaki-Kariwa Nuclear Power Station Unit No. 6 and No. 7 (K-6/7) as the first advanced boiling water reactors (ABWR) in the world successfully. K-6 and K-7 started their commercial operations in November, 1996 and in July, 1997 respectively. We consider ABWR as a standard BWR in the world as well as in Japan because ABWR is highly reputed. However, because the interval of our nuclear power plant construction is going to be longer, our engineering level on plant construction will be declining. Hence it is necessary for us to maintain our engineering level. In addition to this circumstance, we are planning to wide application of separated purchase orders for further cost reduction. Also there is an expectation for our contribution to ABWR plant constructions overseas. As facing these circumstances, we have developed a construction database based on our experience for ABWR construction. As the first step of developing the database for these use, we analyzed our own activities in the previous ABWR construction. Through this analysis, we could define activity units of which the project consists. As the second step, we clarified the data which are treated in each activity unit and the interface among them. By taking these steps, we could develop our database efficiently. (author)

  11. Embedding resilience in the design of the electricity supply for industrial clients.

    Science.gov (United States)

    Moura, Márcio das Chagas; Diniz, Helder Henrique Lima; Droguett, Enrique López; da Cunha, Beatriz Sales; Lins, Isis Didier; Simoni, Vicente Ribeiro

    2017-01-01

    This paper proposes an optimization model, using Mixed-Integer Linear Programming (MILP), to support decisions related to making investments in the design of power grids serving industrial clients that experience interruptions to their energy supply due to disruptive events. In this approach, by considering the probabilities of the occurrence of a set of such disruptive events, the model is used to minimize the overall expected cost by determining an optimal strategy involving pre- and post-event actions. The pre-event actions, which are considered during the design phase, evaluate the resilience capacity (absorption, adaptation and restoration) and are tailored to the context of industrial clients dependent on a power grid. Four cases are analysed to explore the results of different probabilities of the occurrence of disruptions. Moreover, two scenarios, in which the probability of occurrence is lowest but the consequences are most serious, are selected to illustrate the model's applicability. The results indicate that investments in pre-event actions, if implemented, can enhance the resilience of power grids serving industrial clients because the impacts of disruptions either are experienced only for a short time period or are completely avoided.

  12. Embedding resilience in the design of the electricity supply for industrial clients

    Science.gov (United States)

    Moura, Márcio das Chagas; Diniz, Helder Henrique Lima; da Cunha, Beatriz Sales; Lins, Isis Didier; Simoni, Vicente Ribeiro

    2017-01-01

    This paper proposes an optimization model, using Mixed-Integer Linear Programming (MILP), to support decisions related to making investments in the design of power grids serving industrial clients that experience interruptions to their energy supply due to disruptive events. In this approach, by considering the probabilities of the occurrence of a set of such disruptive events, the model is used to minimize the overall expected cost by determining an optimal strategy involving pre- and post-event actions. The pre-event actions, which are considered during the design phase, evaluate the resilience capacity (absorption, adaptation and restoration) and are tailored to the context of industrial clients dependent on a power grid. Four cases are analysed to explore the results of different probabilities of the occurrence of disruptions. Moreover, two scenarios, in which the probability of occurrence is lowest but the consequences are most serious, are selected to illustrate the model’s applicability. The results indicate that investments in pre-event actions, if implemented, can enhance the resilience of power grids serving industrial clients because the impacts of disruptions either are experienced only for a short time period or are completely avoided. PMID:29190777

  13. What Business Students Should Know about Attorney-Client Privilege

    Science.gov (United States)

    Draba, Robert; Marshall, Brent

    2012-01-01

    The case law on attorney-client privilege is extensive and can be somewhat complex. Over seven hundred articles in Westlaw, for example, have the phrase "attorney-client privilege" in the title; in the last three years alone, there have been over 3700 federal cases in which the phrase "attorney-client privilege" appears at least once. However,…

  14. An Embedded Database Application for the Aggregation of Farming Device Data

    DEFF Research Database (Denmark)

    Iftikhar, Nadeem; Pedersen, Torben Bach

    2010-01-01

    In order to store massive amounts of data produced by the farming devices and to keep data that spans long intervals of time for analysis, reporting and maintenance purposes; it is desirable to reduce the size of the data by maintaining the data at different aggregate levels. The older data can...... be made coarse-grained while keeping the newest data fine-grained. Considering the availability of a limited amount of storage capacity on the farm machinery, an application written in C was developed to collect the data from a CAN-BUS, store it into the embedded database efficiently and perform gradual...... data aggregation effectively. Furthermore, the aggregation is achieved by using either two ratio-based aggregation methods or a time-granularity based aggregation method. A detailed description of the embedded database technology on a tractor computer is also presented in this paper....

  15. 37 CFR 10.68 - Avoiding influence by others than the client.

    Science.gov (United States)

    2010-07-01

    ... than the client. 10.68 Section 10.68 Patents, Trademarks, and Copyrights UNITED STATES PATENT AND... the client. (a) Except with the consent of the practitioner's client after full disclosure, a practitioner shall not: (1) Accept compensation from one other than the practitioner's client for the...

  16. Client's constraining factors to construction project management ...

    African Journals Online (AJOL)

    This study analyzed client's related factors that constrain project management success of public and private sector construction in Nigeria. Issues that concern clients in any project can not be undermined as they are the owners and the initiators of project proposals. It is assumed that success, failure or abandonment of ...

  17. Training Therapists about Client Expectations of Psychotherapy.

    Science.gov (United States)

    Soley, Georgia; Marshall, Renee; Chambliss, Catherine

    Research has indicated that premature termination of therapy is sometimes due to a conflict in goal and outcome expectations between therapists and family members of clients. The present study requested both therapists and parents of child clients to complete questionnaires to determine if there is congruence between therapist and parental…

  18. Experience of Client-centered Practice amongst Danish Occupational Therapists

    DEFF Research Database (Denmark)

    Larsen, Anette Enemark

    A client-centered approach is on the health care agenda in many European countries (1), and amongst these Denmark (2). It is described as the foundation for Occupational Therapy (OT) (3), a code of professional conduct (4,5), and defined as a partnership between client and therapist (3). The goal...... is to empower a client to fulfil his/her occupational roles in a variety of environments, leading to an increase in intervention efficacy and client perception of intervention quality (3). However, it is known to be challenging (1,3). Given the importance of this approach, there has been limited exploration...

  19. JDD, Inc. Database

    Science.gov (United States)

    Miller, David A., Jr.

    2004-01-01

    JDD Inc, is a maintenance and custodial contracting company whose mission is to provide their clients in the private and government sectors "quality construction, construction management and cleaning services in the most efficient and cost effective manners, (JDD, Inc. Mission Statement)." This company provides facilities support for Fort Riley in Fo,rt Riley, Kansas and the NASA John H. Glenn Research Center at Lewis Field here in Cleveland, Ohio. JDD, Inc. is owned and operated by James Vaughn, who started as painter at NASA Glenn and has been working here for the past seventeen years. This summer I worked under Devan Anderson, who is the safety manager for JDD Inc. in the Logistics and Technical Information Division at Glenn Research Center The LTID provides all transportation, secretarial, security needs and contract management of these various services for the center. As a safety manager, my mentor provides Occupational Health and Safety Occupation (OSHA) compliance to all JDD, Inc. employees and handles all other issues (Environmental Protection Agency issues, workers compensation, safety and health training) involving to job safety. My summer assignment was not as considered "groundbreaking research" like many other summer interns have done in the past, but it is just as important and beneficial to JDD, Inc. I initially created a database using a Microsoft Excel program to classify and categorize data pertaining to numerous safety training certification courses instructed by our safety manager during the course of the fiscal year. This early portion of the database consisted of only data (training field index, employees who were present at these training courses and who was absent) from the training certification courses. Once I completed this phase of the database, I decided to expand the database and add as many dimensions to it as possible. Throughout the last seven weeks, I have been compiling more data from day to day operations and been adding the

  20. Client experiences of motivational interviewing: An interpersonal process recall study.

    Science.gov (United States)

    Jones, Sarah A; Latchford, Gary; Tober, Gillian

    2016-03-01

    To explore clients' experience of the therapy process in motivational interviewing (MI) for alcohol abuse. A qualitative study using grounded theory. Interviews with nine clients were conducted using interpersonal process recall (IPR), a methodology which utilizes a video recording as a cue to aid memory recall. Clients watched a videotape of their MI session and were asked to identify and describe the important moments in the therapy session. The transcribed interviews were then analysed using grounded theory. A single session of MI is seen by the clients in this study as a complex interpersonal interaction between client and therapist, which impacts on the client's cognitive and affective intrapersonal processes. The themes which emerged partly confirm processes of MI previously hypothesized to be important, but also highlight the importance of factors common to all therapeutic approaches. The aspects of therapy which clients in this study felt were important are similar to those hypothesized to underlie the effectiveness of MI, including a non-confrontational approach, affirmation, and developing discrepancies between beliefs and behaviour. These were embedded in aspects common to all therapies, including the qualities of the therapist and the therapeutic relationship. Client's perspectives on therapeutic processes are an important area of research, and IPR is a particularly suitable method. © 2015 The British Psychological Society.

  1. Client capital as a source of enterprise cost

    OpenAIRE

    Verba Veronika A.; Tyshchenko Oleksandr O.

    2014-01-01

    The article presents the authors’ vision of the essence of the client capital and its influence upon the enterprise cost. The goal of the article is explanation of the role of the client capital in the process of enterprise capitalisation with the help of the business cost capitalisation model: investments into assets – cash flow generation – enterprise capitalisation. The result of the study is the authors’ position regarding the essence and structuring the client capital, which gives a poss...

  2. Perspectives on a Big Data Application: What Database Engineers and IT Students Need to Know

    Directory of Open Access Journals (Sweden)

    E. Erturk

    2015-10-01

    Full Text Available Cloud Computing and Big Data are important and related current trends in the world of information technology. They will have significant impact on the curricula of computer engineering and information systems at universities and higher education institutions. Learning about big data is useful for both working database professionals and students, in accordance with the increase in jobs requiring these skills. It is also important to address a broad gamut of database engineering skills, i.e. database design, installation, and operation. Therefore the authors have investigated MongoDB, a popular application, both from the perspective of industry retraining for database specialists and for teaching. This paper demonstrates some practical activities that can be done by students at the Eastern Institute of Technology New Zealand. In addition to testing and preparing new content for future students, this paper contributes to the very recent and emerging academic literature in this area. This paper concludes with general recommendations for IT educators, database engineers, and other IT professionals.

  3. Design of the system of maintenance operations occupational safety and health database application of nuclear power station

    International Nuclear Information System (INIS)

    Wang Xuehong; Li Xiangyang; Ye Yongjun

    2011-01-01

    Based on the KKS code of building equipment in nuclear power station, this paper introduces the method of establishing the system of maintenance operation occupational safety and health database application. Through the application system of maintenance occupational safety and health database, it can summarize systematically all kinds of maintenance operation dangerous factor of nuclear power station, and make a convenience for staff to learn the maintenance operation dangerous factors and the prevention measures, so that it can achieve the management concept of 'precaution crucial, continuous improvement' that advocated by OSHMS. (authors)

  4. Characteristics of clients accessing HIV counseling and testing ...

    African Journals Online (AJOL)

    Characteristics of clients accessing HIV counseling and testing services in a tertiary hospital in ... Introduction: Client-initiated HIV testing and counseling has helped millions of people learn their HIV status. ... AJOL African Journals Online.

  5. The Contribution of the Counselor-Client Working Alliance to Career Exploration

    Science.gov (United States)

    Elad-Strenger, Julia; Littman-Ovadia, Hadassah

    2012-01-01

    This longitudinal study examines the effects of Israeli counselors' and clients' ratings of their working alliance on clients' career exploration (CE), using a sample of 94 three-session career counseling processes. Results reveal that both clients' and counselors' working alliance ratings increased over time; yet, clients' ratings remained…

  6. A New Reversible Database Watermarking Approach with Firefly Optimization Algorithm

    Directory of Open Access Journals (Sweden)

    Mustafa Bilgehan Imamoglu

    2017-01-01

    Full Text Available Up-to-date information is crucial in many fields such as medicine, science, and stock market, where data should be distributed to clients from a centralized database. Shared databases are usually stored in data centers where they are distributed over insecure public access network, the Internet. Sharing may result in a number of problems such as unauthorized copies, alteration of data, and distribution to unauthorized people for reuse. Researchers proposed using watermarking to prevent problems and claim digital rights. Many methods are proposed recently to watermark databases to protect digital rights of owners. Particularly, optimization based watermarking techniques draw attention, which results in lower distortion and improved watermark capacity. Difference expansion watermarking (DEW with Firefly Algorithm (FFA, a bioinspired optimization technique, is proposed to embed watermark into relational databases in this work. Best attribute values to yield lower distortion and increased watermark capacity are selected efficiently by the FFA. Experimental results indicate that FFA has reduced complexity and results in less distortion and improved watermark capacity compared to similar works reported in the literature.

  7. Understanding the innovation adoption process of construction clients, Clients driving Innovation

    NARCIS (Netherlands)

    Hartmann, Andreas; Dewulf, Geert P.M.R.; Reymen, Isabelle; Adams, L.; Guest, K.

    2006-01-01

    Although the role of clients in stimulating construction innovation seems to be controversial, little has been known about their innovation adoption behaviour. This paper presents first results of an ongoing research project the aim of which is to shed more light on the adoption processes of

  8. 77 FR 17367 - Permissible Sharing of Client Records by Customs Brokers

    Science.gov (United States)

    2012-03-26

    ...-0038] RIN 1651-AA80 Permissible Sharing of Client Records by Customs Brokers AGENCY: U.S. Customs and... would allow brokers, upon the client's consent in a written authorization, to share client information... services to the broker's clients. Although the proposed rule was prepared in response to a request from a...

  9. Dreaming of you: client and therapist dreams about each other during psychodynamic psychotherapy.

    Science.gov (United States)

    Hill, Clara E; Knox, Sarah; Crook-Lyon, Rachel E; Hess, Shirley A; Miles, Joe; Spangler, Patricia T; Pudasaini, Sakar

    2014-01-01

    Our objectives were to describe the frequency of therapists' dreams about their clients and clients' dreams about their therapists, to determine how therapists and clients who had such dreams differed from those who did not have such dreams, whether therapy process and outcome differed for those who had and did not have such dreams, and to describe the content and consequences of these dreams. Thirteen doctoral student therapists conducted psychodynamic psychotherapy with 63 clients in a community clinic. Therapists who had dreams about clients had higher estimated and actual dream recall than did therapists who did not dream about clients. Qualitative analyses indicated that therapists' dreams yielded insights about the therapist, clients, and therapy; therapists used insights in their work with the clients. Among the clients, only two (who were particularly high in attachment anxiety and who feared abandonment from their therapists) reported dreams that were manifestly about their therapists. Therapists-in-training dreamed more about their clients than their clients dreamed about them. Dreams about clients can be used by therapists to understand themselves, clients, and the dynamics of the therapy relationship.

  10. A qualitative analysis of staff-client interactions within a breast cancer assessment clinic

    International Nuclear Information System (INIS)

    Nightingale, J.M.; Murphy, F.; Eaton, C.; Borgen, R.

    2017-01-01

    Objectives: Breast screening clients recalled to an assessment clinic experience high levels of anxiety. The culture of the assessment clinic may impact upon client experience, which may influence their future re-engagement in screening. This study aimed to explore the culture of staff-client interactions within a breast cancer assessment clinic. Materials and methods: Following an ethnographic approach, twenty-three client journeys were observed, followed by semi-structured interviews with the clients. The observation and interview data were analysed to produce research themes, which were then explored within two focus groups to add a practitioner perspective. Results: Multiple staff-client interaction events were observed over a period of several weeks. Client interview feedback was overwhelmingly positive. Three recurrent and sequential themes emerged: breaking down barriers, preparing the ground and sign-posting. These themes outline the changing focus of staff-client interactions during the client's clinic journey, encompassing how anxieties were expressed by clients, and responded to by practitioners. Conclusion: This study was the first to explore in depth the staff-client interaction culture within a breast assessment clinic using an ethnographic approach. A new perspective on professional values and behaviours has been demonstrated via a model of staff-client interaction. The model documents the process of guiding the client from initial confusion and distress to an enhanced clarity of understanding. A recommendation most likely to have a positive impact on the client experience is the introduction of a client navigator role to guide the clients through what is often a lengthy, stressful and confusing process. - Highlights: • This study was the first to explore staff-client interaction within breast assessment clinics. • Assessment clinic culture may affect client perceptions and future re-engagement in screening. • An ethnographic approach

  11. SMART PHONE USER ASSISTANCE APPLICATION FOR ANDROID

    Directory of Open Access Journals (Sweden)

    P. PRABHAVATHY

    2015-09-01

    Full Text Available Nowadays people seem to be more dependent on smart phones rather than any other electronic devices. Smart phones act like mini laptops with the mobilecommunication facility. Moreover, people possess more than one SIM card/Smart phone for many purposes. So non-ambiguity between various roles performed by them is crucial. For an example, person can have smart phone for his personal use at the residence and another phone for his official use. Consider a scenario: person at the residence urgently needs the official contact information available on the phone at his office (remote place. This application plays major dual role by acting as Server (official Smart phone and Client (personal Smart phone. Irrespective of geographic area, the server smart phone (SSP provides various services based on the request received from the client smart phone (CSP. The CSP send various requests through the SMS communication. Various requests can be fetching information from SSP such as log for unread messages and missed calls, unread message content, contact numbers, SIM and IMEI numbers. When the SSP is on silent mode and got misplaced, the CSP can be used to change the sound profile of SSP from silent to ringing mode by sending a request through SMS. If the SSP is in audible distance, then a phone call to it will help us to find the misplaced phone. Besides, the CSP can delete secret data available in the SSP’s memory. This application is different from other applications because it provides User Interface having options to send request through SMS and web database login through internet connectivity for phone’s data backup to provide unlimited memory. Upload any information such as contacts and messages from the smart phone into web database and save phone’s memory space. This application will upload the information in encoded format over the internet, which can be decoded using the application’s login password for security purpose.

  12. THE CITIZEN CLIENT PROFILE

    Directory of Open Access Journals (Sweden)

    Ângela Cristina Bueno Vieira

    2006-12-01

    Full Text Available ABSTRACT: In our experience and work in the Medical Clinic at the Federal University of Goiás Clinical Hospital (HC/UFG, we observe that in despite of the most patients get orientations about their pathology by the health team, they don’t accomplish these orientations. For the continuous self-care promotion was implanted project "Citizen Client", with intention to contribute to patient citizenship rescue, guiding and strengthening its rights and duties while carrying on pathology. This article is an experience related by a qualitative approach with a group of patients interned in the Medical Clinic of the HC/UFG that rambles, their familiars and that ones who participates in the project Citizen Client during their internment in the year of 2003. On the meeting we work with lectures, workshops and groups by the multi-professional team and coordinated by a Nurse. The subjects had been diverse, approaching some pathology and its cares, social and spiritual assistance. The client participation in its recovery has extreme importance and, so that this occurs, it is necessary health education understood in its extended form, recognizing the client’s life reality, their day-by-day, providing mechanisms for them to become an asset subject with autonomy to act in favor of own health. KEYWORDS: Health Education; Self Care; Quality of Life.

  13. Examining challenging behaviors of clients with borderline personality disorder.

    Science.gov (United States)

    Chalker, Samantha A; Carmel, Adam; Atkins, David C; Landes, Sara J; Kerbrat, Amanda H; Comtois, Katherine Anne

    2015-12-01

    Few studies have examined effects of challenging behaviors of clients with borderline personality disorder (BPD) on psychotherapy outcomes. Dialectical behavior therapy (DBT) is an evidence-based treatment designed to treat chronic suicidality, self-directed violence (SDV), and emotion dysregulation, while targeting challenging behaviors. DBT has been shown to be effective with clients with BPD. We evaluated whether therapist reported challenging behaviors, such as high volume phone contacts or violating the therapist's limits, during DBT would be associated with dropping out of DBT, severity and frequency of SDV, emotion regulation deficits, psychological symptom severity and client's and therapist's satisfaction of treatment. The current study examined challenging behaviors reported by therapists in a sample of 63 psychiatrically disabled outpatient DBT clients diagnosed with BPD (73% women, average age 37 years). More frequent phone contacts were associated with a decrease in dropout and psychological symptoms, and an increase in client and therapist satisfaction. More avoidance/disengagement behavior was associated with more than twice the risk of SDV and a decrease in therapist satisfaction. Findings suggest that the phone coaching might serve to maximize client satisfaction and reduce the likelihood of dropout. Copyright © 2015 Elsevier Ltd. All rights reserved.

  14. Restating a Client-Centered Approach to Career Counseling.

    Science.gov (United States)

    Miller, Mark J.

    1988-01-01

    Asserts career counseling too often is associated with objective test scores and rational decision making. Reiterates the importance of considering the client's developing self-concept in career counseling. Provides sample client centered career counseling session. (Author/ABL)

  15. Evaluation of a server-client architecture for accelerator modeling and simulation

    International Nuclear Information System (INIS)

    Bowling, B.A.; Akers, W.; Shoaee, H.; Watson, W.; Zeijts, J. van; Witherspoon, S.

    1997-01-01

    Traditional approaches to computational modeling and simulation often utilize a batch method for code execution using file-formatted input/output. This method of code implementation was generally chosen for several factors, including CPU throughput and availability, complexity of the required modeling problem, and presentation of computation results. With the advent of faster computer hardware and the advances in networking and software techniques, other program architectures for accelerator modeling have recently been employed. Jefferson Laboratory has implemented a client/server solution for accelerator beam transport modeling utilizing a query-based I/O. The goal of this code is to provide modeling information for control system applications and to serve as a computation engine for general modeling tasks, such as machine studies. This paper performs a comparison between the batch execution and server/client architectures, focusing on design and implementation issues, performance, and general utility towards accelerator modeling demands

  16. Multi-layer distributed storage of LHD plasma diagnostic database

    International Nuclear Information System (INIS)

    Nakanishi, Hideya; Kojima, Mamoru; Ohsuna, Masaki; Nonomura, Miki; Imazu, Setsuo; Nagayama, Yoshio

    2006-01-01

    At the end of LHD experimental campaign in 2003, the amount of whole plasma diagnostics raw data had reached 3.16 GB in a long-pulse experiment. This is a new world record in fusion plasma experiments, far beyond the previous value of 1.5 GB/shot. The total size of the LHD diagnostic data is about 21.6 TB for the whole six years of experiments, and it continues to grow at an increasing rate. The LHD diagnostic database and storage system, i.e. the LABCOM system, has a completely distributed architecture to be sufficiently flexible and easily expandable to maintain integrity of the total amount of data. It has three categories of the storage layer: OODBMS volumes in data acquisition servers, RAID servers, and mass storage systems, such as MO jukeboxes and DVD-R changers. These are equally accessible through the network. By data migration between them, they can be considered a virtual OODB extension area. Their data contents have been listed in a 'facilitator' PostgreSQL RDBMS, which contains about 6.2 million entries, and informs the optimized priority to clients requesting data. Using the 'glib' compression for all of the binary data and applying the three-tier application model for the OODB data transfer/retrieval, an optimized OODB read-out rate of 1.7 MB/s and effective client access speed of 3-25 MB/s have been achieved. As a result, the LABCOM data system has succeeded in combination of the use of RDBMS, OODBMS, RAID, and MSS to enable a virtual and always expandable storage volume, simultaneously with rapid data access. (author)

  17. Clients' outcomes of home health nursing in Taiwan.

    Science.gov (United States)

    Yeh, L; Wen, M J

    2001-09-01

    The home health nursing movement is expanding rapidly. Home health nursing agencies (HHNAs) are expected to demonstrate that the care provided does make a difference for the client receiving the services. The purpose of this study was to explore client outcomes from home health nursing. Outcome indicators include: Services utilized (emergency services, re-hospitalization), physiological status (catheter indwelling status, consciousness level, wound severity-number and wound stages) and functional status (reflected by Barthel Index). A prospective research design was used to collect the results. Five hospital-based HHNAs were invited to participate in this research. Clients newly admitted to HHNAs and diagnosed as non-cancer patients were recruited, and the researchers gathered outcome indicators over a six-month period. Data were analyzed using SPSS 8.0 computer software. There were 75 clients in this study. Results showed that most of the clients (64.0%) received service for more than 180 days. The client characteristics were dominated by elderly (66.6% age above 70), female (53.3%) and married (74.7%). The three leading care needs were NG tubing service (84.0%), Foley tubing service (45.3%) and wound care (38.7%). The Kruscal Wallis Test revealed that there was no difference in emergency service frequency and re-hospitalization between clients who received service for more than 180 days and those who received service for less than 180 days. The Wilcoxon Sign rank test showed that within one half-year, catheter indwelling status, functional status, and wound severity were not significantly different, with the exception only of conscious level (p = .001). The results of this study can be viewed as preliminary data to assist in shaping home health nursing services in Taiwan.

  18. 13 CFR 113.3-3 - Structural accommodations for handicapped clients.

    Science.gov (United States)

    2010-01-01

    ... handicapped clients. 113.3-3 Section 113.3-3 Business Credit and Assistance SMALL BUSINESS ADMINISTRATION... ADMINISTRATOR General Provisions § 113.3-3 Structural accommodations for handicapped clients. (a) Existing... by handicapped clients. Where structural changes are necessary to make the recipient's goods or...

  19. The new Cloud Dynamics and Radiation Database algorithms for AMSR2 and GMI: exploitation of the GPM observational database for operational applications

    Science.gov (United States)

    Cinzia Marra, Anna; Casella, Daniele; Martins Costa do Amaral, Lia; Sanò, Paolo; Dietrich, Stefano; Panegrossi, Giulia

    2017-04-01

    Two new precipitation retrieval algorithms for the Advanced Microwave Scanning Radiometer 2 (AMSR2) and for the GPM Microwave Imager (GMI) are presented. The algorithms are based on the Cloud Dynamics and Radiation Database (CDRD) Bayesian approach and represent an evolution of the previous version applied to Special Sensor Microwave Imager/Sounder (SSMIS) observations, and used operationally within the EUMETSAT Satellite Application Facility on support to Operational Hydrology and Water Management (H-SAF). These new products present as main innovation the use of an extended database entirely empirical, derived from coincident radar and radiometer observations from the NASA/JAXA Global Precipitation Measurement Core Observatory (GPM-CO) (Dual-frequency Precipitation Radar-DPR and GMI). The other new aspects are: 1) a new rain-no-rain screening approach; 2) the use of Empirical Orthogonal Functions (EOF) and Canonical Correlation Analysis (CCA) both in the screening approach, and in the Bayesian algorithm; 2) the use of new meteorological and environmental ancillary variables to categorize the database and mitigate the problem of non-uniqueness of the retrieval solution; 3) the development and implementations of specific modules for computational time minimization. The CDRD algorithms for AMSR2 and GMI are able to handle an extremely large observational database available from GPM-CO and provide the rainfall estimate with minimum latency, making them suitable for near-real time hydrological and operational applications. As far as CDRD for AMSR2, a verification study over Italy using ground-based radar data and over the MSG full disk area using coincident GPM-CO/AMSR2 observations has been carried out. Results show remarkable AMSR2 capabilities for rainfall rate (RR) retrieval over ocean (for RR > 0.25 mm/h), good capabilities over vegetated land (for RR > 1 mm/h), while for coastal areas the results are less certain. Comparisons with NASA GPM products, and with

  20. Trust and Professional Skepticism in the Relationship between auditors and Clients

    DEFF Research Database (Denmark)

    Aschauer, Ewald; Fink, Matthias; Moro, Andrea

    2017-01-01

    This study empirically investigates the relationship between auditors' identification-based trust in client firm's managers and their perceptions of auditors' professional skepticism. We employ a multimethod approach broken Down into two studies. First, in study 1, we approached auditors...... collected from 233 real auditor-client dyads in Germany reveals that auditors' identification-based trust is positively Associated with their clients' perception of the auditors' professional skepticism. The identified coexistence of trust and professional skepticism in auditor-client dyads implies...... that regulatory measures that impede the evolution of trust between auditors and their clients will fail to enhance professional skepticism. instead, regulations should give auditors and their clients sufficient leeway to establish identification-based trust....

  1. Mutual powerlessness in client participation practices in mental health care

    NARCIS (Netherlands)

    T. Broer (Tineke); A.P. Nieboer (Anna); R.A. Bal (Roland)

    2014-01-01

    textabstractBackground Client participation has become a dominant policy goal in many countries including the Netherlands and is a topic much discussed in the literature. The success of client participation is usually measured in terms of the extent to which clients have a say in the participation

  2. Development of a computational database for application in Probabilistic Safety Analysis of nuclear research reactors

    International Nuclear Information System (INIS)

    Macedo, Vagner dos Santos

    2016-01-01

    The objective of this work is to present the computational database that was developed to store technical information and process data on component operation, failure and maintenance for the nuclear research reactors located at the Nuclear and Energy Research Institute (Instituto de Pesquisas Energéticas e Nucleares, IPEN), in São Paulo, Brazil. Data extracted from this database may be applied in the Probabilistic Safety Analysis of these research reactors or in less complex quantitative assessments related to safety, reliability, availability and maintainability of these facilities. This database may be accessed by users of the corporate network, named IPEN intranet. Professionals who require the access to the database must be duly registered by the system administrator, so that they will be able to consult and handle the information. The logical model adopted to represent the database structure is an entity-relationship model, which is in accordance with the protocols installed in IPEN intranet. The open-source relational database management system called MySQL, which is based on the Structured Query Language (SQL), was used in the development of this work. The PHP programming language was adopted to allow users to handle the database. Finally, the main result of this work was the creation a web application for the component reliability database named PSADB, specifically developed for the research reactors of IPEN; furthermore, the database management system provides relevant information efficiently. (author)

  3. Qualidade de vida de clientes pós-infarto agudo do miocárdio Calidad de vida de los clientes pós-infarto agudo del miocardio Client's quality of life after myocardial infarction

    Directory of Open Access Journals (Sweden)

    Joselany Afio Caetano

    2007-03-01

    Full Text Available Objetivou-se neste estudo avaliar a qualidade de vida de clientes que sofreram infarto agudo do miocárdio. A amostra constou de 30 clientes selecionados pela busca em prontuários de uma unidade cardiológica, que nos permitiu a identificação e localização desses clientes, internados no ano de 2004. Para coleta de dados utilizamos a Escala de Qualidade de Vida de Flanagan e o tratamento estatístico com desvio-padrão. Os resultados mostraram maior índice de respostas nos níveis "indiferentes" a "pouco satisfeitos" em suas qualidades de vida. A relação interpessoal apresentou o mais alto índice de satisfação, contrariando o bem-estar físico e material, com o mais baixo índice de satisfação. Concluiu-se que a avaliação da qualidade de vida de clientes que sofreram infarto agudo do miocárdio se mostra comprometida, o que vem corroborar outros estudos anteriormente realizados.El objetivo del estudio fue evaluar la calidad de vida de los clientes que han sufrido infarto agudo del miocardio. La muestra ha consistido de 30 pacientes escogidos por la búsqueda en historias clínicas de una unidad cardiológica, que nos permitió la identificación y localización de estos clientes, internados en el año 2004. Para la colecta de los datos utilizamos la Escala de Calidad de Vida de Flanagan y el tratamiento estadístico con desvío medio. Los resultados muestran mayor índice de respuestas en los niveles "indiferentes" a "poco satisfechos" en sus calidades de vida. La relación interpersonal presentó el más alto índice de satisfacción, contrariando el bienestar físico y material, con el más bajo índice de satisfacción. Ha concluído que la evaluación de la calidad de vida de clientes que sufrieron infarto agudo del miocardio muéstrase comprometida, lo que viene a confirmar otros estudios anteriormente realizados.This study evaluates the quality of life of clients who suffered myocardial infarction. The sample consisted of 30

  4. A study on client needs regarding FDG-PET for cancer screening

    International Nuclear Information System (INIS)

    Yamane, Tomohiko; Yoshiya, Kazuhiko; Nagata, Takeshi; Ito, Shinichi; Ito, Satoshi; Mezaki, Yukio; Uchida, Hideo

    2006-01-01

    We researched client needs regarding FDG-PET for cancer screening. The study included 1,527 individuals who underwent FDG-PET for cancer screening at our hospital. An interview sheet was distributed after injecting FDG. Clients listed the organs that required examination and the symptoms causing them anxiety. Results indicated that 9.8% of the clients listed organs for which FDG-PET would not be useful in detecting cancer. This study suggested that there exists a gap between client needs and FDG-PET utility; hence we need improved methods of providing correct information to clients. (author)

  5. Database Systems - Present and Future

    Directory of Open Access Journals (Sweden)

    2009-01-01

    Full Text Available The database systems have nowadays an increasingly important role in the knowledge-based society, in which computers have penetrated all fields of activity and the Internet tends to develop worldwide. In the current informatics context, the development of the applications with databases is the work of the specialists. Using databases, reach a database from various applications, and also some of related concepts, have become accessible to all categories of IT users. This paper aims to summarize the curricular area regarding the fundamental database systems issues, which are necessary in order to train specialists in economic informatics higher education. The database systems integrate and interfere with several informatics technologies and therefore are more difficult to understand and use. Thus, students should know already a set of minimum, mandatory concepts and their practical implementation: computer systems, programming techniques, programming languages, data structures. The article also presents the actual trends in the evolution of the database systems, in the context of economic informatics.

  6. A personal digital assistant application (MobilDent) for dental fieldwork data collection, information management and database handling.

    Science.gov (United States)

    Forsell, M; Häggström, M; Johansson, O; Sjögren, P

    2008-11-08

    To develop a personal digital assistant (PDA) application for oral health assessment fieldwork, including back-office and database systems (MobilDent). System design, construction and implementation of PDA, back-office and database systems. System requirements for MobilDent were collected, analysed and translated into system functions. User interfaces were implemented and system architecture was outlined. MobilDent was based on a platform with. NET (Microsoft) components, using an SQL Server 2005 (Microsoft) for data storage with Windows Mobile (Microsoft) operating system. The PDA devices were Dell Axim. System functions and user interfaces were specified for MobilDent. User interfaces for PDA, back-office and database systems were based on. NET programming. The PDA user interface was based on Windows suitable to a PDA display, whereas the back-office interface was designed for a normal-sized computer screen. A synchronisation module (MS Active Sync, Microsoft) was used to enable download of field data from PDA to the database. MobilDent is a feasible application for oral health assessment fieldwork, and the oral health assessment database may prove a valuable source for care planning, educational and research purposes. Further development of the MobilDent system will include wireless connectivity with download-on-demand technology.

  7. A new Volcanic managEment Risk Database desIgn (VERDI): Application to El Hierro Island (Canary Islands)

    Science.gov (United States)

    Bartolini, S.; Becerril, L.; Martí, J.

    2014-11-01

    One of the most important issues in modern volcanology is the assessment of volcanic risk, which will depend - among other factors - on both the quantity and quality of the available data and an optimum storage mechanism. This will require the design of purpose-built databases that take into account data format and availability and afford easy data storage and sharing, and will provide for a more complete risk assessment that combines different analyses but avoids any duplication of information. Data contained in any such database should facilitate spatial and temporal analysis that will (1) produce probabilistic hazard models for future vent opening, (2) simulate volcanic hazards and (3) assess their socio-economic impact. We describe the design of a new spatial database structure, VERDI (Volcanic managEment Risk Database desIgn), which allows different types of data, including geological, volcanological, meteorological, monitoring and socio-economic information, to be manipulated, organized and managed. The root of the question is to ensure that VERDI will serve as a tool for connecting different kinds of data sources, GIS platforms and modeling applications. We present an overview of the database design, its components and the attributes that play an important role in the database model. The potential of the VERDI structure and the possibilities it offers in regard to data organization are here shown through its application on El Hierro (Canary Islands). The VERDI database will provide scientists and decision makers with a useful tool that will assist to conduct volcanic risk assessment and management.

  8. Comparison and selection of client computer in nuclear instrument

    International Nuclear Information System (INIS)

    Ma Guizhen; Xie Yanhui; Peng Jing; Xu Feiyan

    2012-01-01

    The function of modern new nuclear instrument is very much. And the information degree is high requested. Through close matching for host computer and client computer, the data processing function can be carried out. This article puts forward a few of projects for the client computer of general nuclear instrument. The function and features of several common client computers, such as FPGA, ARM and DSP, are analyzed and compared. The applied scope is discussed also. At the same time, using a practical design as an example, the selection ideas of client computer are described. This article can be used for reference for the hardware design of data acquisition processing unit in nuclear instrument. (authors)

  9. Using the Domain Name System to Thwart Automated Client-Based Attacks

    Energy Technology Data Exchange (ETDEWEB)

    Taylor, Curtis R [ORNL; Shue, Craig A [ORNL

    2011-09-01

    On the Internet, attackers can compromise systems owned by other people and then use these systems to launch attacks automatically. When attacks such as phishing or SQL injections are successful, they can have negative consequences including server downtime and the loss of sensitive information. Current methods to prevent such attacks are limited in that they are application-specific, or fail to block attackers. Phishing attempts can be stopped with email filters, but if the attacker manages to successfully bypass these filters, then the user must determine if the email is legitimate or not. Unfortunately, they often are unable to do so. Since attackers have a low success rate, they attempt to compensate for it in volume. In order to have this high throughput, attackers take shortcuts and break protocols. We use this knowledge to address these issues by implementing a system that can detect malicious activity and use it to block attacks. If the client fails to follow proper procedure, they can be classified as an attacker. Once an attacker has been discovered, they will be isolated and monitored. This can be accomplished using existing software in Ubuntu Linux applications, along with our custom wrapper application. After running the system and seeing its performance on three popular Web browsers Chromium, Firefox and Internet Explorer as well as two popular email clients, Thunderbird and Evolution, we found that not only is this system conceivable, it is effective and has low overhead.

  10. Applications of the Cambridge Structural Database in chemical education1

    Science.gov (United States)

    Battle, Gary M.; Ferrence, Gregory M.; Allen, Frank H.

    2010-01-01

    The Cambridge Structural Database (CSD) is a vast and ever growing compendium of accurate three-dimensional structures that has massive chemical diversity across organic and metal–organic compounds. For these reasons, the CSD is finding significant uses in chemical education, and these applications are reviewed. As part of the teaching initiative of the Cambridge Crystallographic Data Centre (CCDC), a teaching subset of more than 500 CSD structures has been created that illustrate key chemical concepts, and a number of teaching modules have been devised that make use of this subset in a teaching environment. All of this material is freely available from the CCDC website, and the subset can be freely viewed and interrogated using WebCSD, an internet application for searching and displaying CSD information content. In some cases, however, the complete CSD System is required for specific educational applications, and some examples of these more extensive teaching modules are also discussed. The educational value of visualizing real three-dimensional structures, and of handling real experimental results, is stressed throughout. PMID:20877495

  11. Performance of the logistics service to the client. StudyCase No farming Cooperative Atelier "La Moda"

    Directory of Open Access Journals (Sweden)

    Liana Padrón Carmona

    2017-12-01

    Full Text Available Services have become a highly dominant economic force where the main value of logistics has been to meet the client's requirements, at the same time, which maintains its efficiency in costs. Any strategy of service to be successful must have an adequate design of the logistic system, which is the one that guarantees the materialization of the acquisition of the product or service by the client, in the place and at the moment that needs it. When having to adapt to a highly changing economic environment, the non-state sector also competes to endorse the feasibility of its implementation based on the socioeconomic development of the nation, which is why this work is intended to show the main results in the no farming Cooperative Atelier "La Moda" from the application of a group of actions that contribute to improve the performance of the logistics service to the client.

  12. Communication management between architects and clients

    Science.gov (United States)

    Taleb, Hala; Ismail, Syuhaida; Wahab, Mohammad Hussaini; Rani, Wan Nurul Mardiah Wan Mohd.

    2017-10-01

    Architectural projects are initiated with the designing phase, that tends to translate and materialize the client's requirements and needs. This phase is highly and directly affected by the exchanged information and communication between architects with their clients. Nevertheless, despite of its importance, studies have proven that communication management, being a significant field of project management, is distinctly overlooked by architects in the architectural industry. Thus, this paper highlights the current practices and attributes of communication management in the context of architectural design phase. It outlines the different aspects' definitions of communication, as well as communication management standards and practices. By the end of this paper, the findings are expected to increase the communication management knowledge amongst architects to achieve success in projects by promoting the relationships between them and their clients. Finally, this paper uncover the architects' need for significant improvement of communication management as an insistent matter to ultimately fulfill project success.

  13. Evaluation of a liaison librarian program: client and liaison perspectives.

    Science.gov (United States)

    Tennant, Michele R; Cataldo, Tara Tobin; Sherwill-Navarro, Pamela; Jesano, Rae

    2006-10-01

    This paper describes a survey-based evaluation of the five-year old Liaison Librarian Program at the University of Florida. Liaison librarians, faculty, students, staff, residents, and post-doctoral associates were queried via Web-based surveys. Questions addressed client and liaison perspectives on a variety of issues, including program and service awareness and usage, client-library relations and communication, client support for the program, and liaison workload. Approximately 43% of the 323 client respondents were aware of liaison services; 72% (n = 163) of these clients had had contact with their liaison. Ninety-five percent (n = 101) of faculty and students who reported contact with their liaison supported the continuation of the program. Liaison services were used by a greater percentage of faculty than students, although they had similar patterns of usage and reported the same "traditional" services to be most important. Liaisons indicated that communications with clients had increased, the reputation of the library was enhanced, and their workloads had increased as a result of the Liaison Librarian Program. Survey results suggest that the Liaison Librarian Program has a core set of clients who use and highly value the services provided by liaisons. Recommendations addressing workload, training, marketing, and administrative support are provided.

  14. 45 CFR 1609.5 - Acceptance of reimbursement from a client.

    Science.gov (United States)

    2010-10-01

    ... 45 Public Welfare 4 2010-10-01 2010-10-01 false Acceptance of reimbursement from a client. 1609.5... CORPORATION FEE-GENERATING CASES § 1609.5 Acceptance of reimbursement from a client. (a) When a case results in recovery of damages or statutory benefits, a recipient may accept reimbursement from the client...

  15. Corruption of Client Advocacy in a Community Mental Health System.

    Science.gov (United States)

    Denner, Bruce

    This speech discusses client advocacy, a paraprofessional service offered in many community mental health centers to help bridge the gap between therapist and client. While having an advocate on the mental health team is an attractive idea, these client advocates are quite susceptible to "corruption." The author discusses two major causes of this…

  16. The Application and Future of Big Database Studies in Cardiology: A Single-Center Experience.

    Science.gov (United States)

    Lee, Kuang-Tso; Hour, Ai-Ling; Shia, Ben-Chang; Chu, Pao-Hsien

    2017-11-01

    As medical research techniques and quality have improved, it is apparent that cardiovascular problems could be better resolved by more strict experiment design. In fact, substantial time and resources should be expended to fulfill the requirements of high quality studies. Many worthy ideas and hypotheses were unable to be verified or proven due to ethical or economic limitations. In recent years, new and various applications and uses of databases have received increasing attention. Important information regarding certain issues such as rare cardiovascular diseases, women's heart health, post-marketing analysis of different medications, or a combination of clinical and regional cardiac features could be obtained by the use of rigorous statistical methods. However, there are limitations that exist among all databases. One of the key essentials to creating and correctly addressing this research is through reliable processes of analyzing and interpreting these cardiologic databases.

  17. A New Database for Speaker Recognition

    DEFF Research Database (Denmark)

    Feng, Ling; Hansen, Lars Kai

    2005-01-01

    In this paper we discuss properties of speech databases used for speaker recognition research and evaluation, and we characterize some popular standard databases. The paper presents a new database called ELSDSR dedicated to speaker recognition applications. The main characteristics of this database...

  18. Implementing GraphQL as a Query Language for Deductive Databases in SWI-Prolog Using DCGs, Quasi Quotations, and Dicts

    Directory of Open Access Journals (Sweden)

    Falco Nogatz

    2017-01-01

    Full Text Available The methods to access large relational databases in a distributed system are well established: the relational query language SQL often serves as a language for data access and manipulation, and in addition public interfaces are exposed using communication protocols like REST. Similarly to REST, GraphQL is the query protocol of an application layer developed by Facebook. It provides a unified interface between the client and the server for data fetching and manipulation. Using GraphQL's type system, it is possible to specify data handling of various sources and to combine, e.g., relational with NoSQL databases. In contrast to REST, GraphQL provides a single API endpoint and supports flexible queries over linked data. GraphQL can also be used as an interface for deductive databases. In this paper, we give an introduction of GraphQL and a comparison to REST. Using language features recently added to SWI-Prolog 7, we have developed the Prolog library GraphQL.pl, which implements the GraphQL type system and query syntax as a domain-specific language with the help of definite clause grammars (DCG, quasi quotations, and dicts. Using our library, the type system created for a deductive database can be validated, while the query system provides a unified interface for data access and introspection.

  19. Database modeling and design logical design

    CERN Document Server

    Teorey, Toby J; Nadeau, Tom; Jagadish, HV

    2011-01-01

    Database systems and database design technology have undergone significant evolution in recent years. The relational data model and relational database systems dominate business applications; in turn, they are extended by other technologies like data warehousing, OLAP, and data mining. How do you model and design your database application in consideration of new technology or new business needs? In the extensively revised fifth edition, you'll get clear explanations, lots of terrific examples and an illustrative case, and the really practical advice you have come to count on--with design rules

  20. Database modeling and design logical design

    CERN Document Server

    Teorey, Toby J; Nadeau, Tom; Jagadish, HV

    2005-01-01

    Database systems and database design technology have undergone significant evolution in recent years. The relational data model and relational database systems dominate business applications; in turn, they are extended by other technologies like data warehousing, OLAP, and data mining. How do you model and design your database application in consideration of new technology or new business needs? In the extensively revised fourth edition, you'll get clear explanations, lots of terrific examples and an illustrative case, and the really practical advice you have come to count on--with design rul

  1. Application of Google Maps API service for creating web map of information retrieved from CORINE land cover databases

    Directory of Open Access Journals (Sweden)

    Kilibarda Milan

    2010-01-01

    Full Text Available Today, Google Maps API application based on Ajax technology as standard web service; facilitate users with publication interactive web maps, thus opening new possibilities in relation to the classical analogue maps. CORINE land cover databases are recognized as the fundamental reference data sets for numerious spatial analysis. The theoretical and applicable aspects of Google Maps API cartographic service are considered on the case of creating web map of change in urban areas in Belgrade and surround from 2000. to 2006. year, obtained from CORINE databases.

  2. Understanding the usage of the Helioviewer Project clients and services

    Science.gov (United States)

    Ireland, J.; Zahniy, S.; Mueller, D.; Nicula, B.; Verstringe, F.; Bourgoignie, B.; Buchlin, E.; Alingery, P.

    2017-12-01

    The Helioviewer Project enables visual exploration of the Sun and the inner heliosphere for everyone, everywhere via intuitive interfaces and novel technology. The project mainly develops two clients, helioviewer.org and JHelioviewer, and the server-side capabilities accessed via those clients. Images from many different ground and space-based sources are currently available from multiple servers. Solar and heliospheric feature and event information, magnetic field extrapolations and important time-series can also be browsed and visualized using Helioviewer Project clients. Users of the Helioviewer Project have made over two million movies and many millions of screenshots since detailed (and anonymous) logging of Helioviewer Project usage was implemented in February 2011. These usage logs are analyzed to give a detailed breakdown on user interaction with solar and heliospheric data via Helioviewer Project clients and services. We present summary statistics on how our users are using our clients and services, which data they are interested in, and how they choose to interact with different data sources. At the poster presentation we will also be soliciting ideas from the community to improve our clients and services.

  3. Psychotherapy for Suicidal Clients.

    Science.gov (United States)

    Lester, David

    1994-01-01

    Reviews various systems of psychotherapy for suitability for suicidal clients. Discusses psychoanalysis, cognitive therapy, primal therapy, transactional analysis, Gestalt therapy, reality therapy, person-centered therapy, existential analysis, and Jungian analysis in light of available treatment options. Includes 36 citations. (Author/CRR)

  4. 17 CFR 275.206(3)-2 - Agency cross transactions for advisory clients.

    Science.gov (United States)

    2010-04-01

    ... advisory clients. 275.206(3)-2 Section 275.206(3)-2 Commodity and Securities Exchanges SECURITIES AND... Agency cross transactions for advisory clients. (a) An investment adviser, or a person registered as a... advisory client, if: (1) The advisory client has executed a written consent prospectively authorizing the...

  5. Male nurses' experiences of providing intimate care for women clients.

    Science.gov (United States)

    Inoue, Madoka; Chapman, Rose; Wynaden, Dianne

    2006-09-01

    This paper reports a study of male nurses' experiences of providing intimate care for women clients. The number of men entering the nursing profession has increased worldwide. As a consequence of the move to a more gender-balanced profession, debate has ensued over how intimate care should be performed when this requires male nurses to be physically close to women clients. As there was little previous work on this topic, we wished to provide nurses, clients and other healthcare professionals with a better understanding of male nurses' experiences of working with women clients and within a healthcare system where they often feel excluded. Semi-structured, open-ended interviews were conducted with male nurses working in various clinical settings in Western Australia. Latent content analysis was used to analyse the interviews, which were carried out between June and July 2004. Three themes were identified: the definition of intimate care, the emotional experience associated with providing intimate care and strategies used to assist in the delivery of intimate care for women clients. Providing intimate care for women clients was a challenging experience for male nurses. Participants described how it required them to invade these clients' personal space. Consequently, they often experienced various negative feelings and used several strategies to assist them during care delivery. Nurse educators should assist male nurses to be better prepared to interact with women clients in various settings. Furthermore, workplace environments need to provide additional support and guidance for male nurses to enable them to develop effective coping strategies to manage challenging situations.

  6. Institutional policy changes aimed at addressing obesity among mental health clients.

    Science.gov (United States)

    Knol, Linda L; Pritchett, Kelly; Dunkin, Jeri

    2010-05-01

    People with mental illness often experience unique barriers to healthy eating and physical activity. For these clients, interventions should focus on changes in the immediate environment to change behaviors. The purpose of this project was to implement and evaluate policy changes that would limit calorie intake and increase calorie expenditure of clients receiving mental health services. This intervention was implemented in a rural mental health system in the southeastern United States. Clients live in small group homes, where they are served breakfast, dinner, and a snack, and attend outpatient day treatment programs, where they are served lunch and can purchase snacks from vending machines. This intervention included institutional policy changes that altered menus and vending machine options and implemented group walking programs. Primary outcome measures were changes in clients' weight at 3 and 6 months after policy implementation. At the 3-month follow-up, the median weight loss for overweight/obese clients (n = 45) was 1.4 kg. The 33 overweight/obese clients who were still in the group homes at the 6-month follow-up either maintained or continued to lose weight. Institutional policy changes aimed at improving dietary intake and physical activity levels among clients receiving mental health services can promote weight loss in overweight clients.

  7. Tank Information System (tis): a Case Study in Migrating Web Mapping Application from Flex to Dojo for Arcgis Server and then to Open Source

    Science.gov (United States)

    Pulsani, B. R.

    2017-11-01

    Tank Information System is a web application which provides comprehensive information about minor irrigation tanks of Telangana State. As part of the program, a web mapping application using Flex and ArcGIS server was developed to make the data available to the public. In course of time as Flex be-came outdated, a migration of the client interface to the latest JavaScript based technologies was carried out. Initially, the Flex based application was migrated to ArcGIS JavaScript API using Dojo Toolkit. Both the client applications used published services from ArcGIS server. To check the migration pattern from proprietary to open source, the JavaScript based ArcGIS application was later migrated to OpenLayers and Dojo Toolkit which used published service from GeoServer. The migration pattern noticed in the study especially emphasizes upon the use of Dojo Toolkit and PostgreSQL database for ArcGIS server so that migration to open source could be performed effortlessly. The current ap-plication provides a case in study which could assist organizations in migrating their proprietary based ArcGIS web applications to open source. Furthermore, the study reveals cost benefits of adopting open source against commercial software's.

  8. Survey of Machine Learning Methods for Database Security

    Science.gov (United States)

    Kamra, Ashish; Ber, Elisa

    Application of machine learning techniques to database security is an emerging area of research. In this chapter, we present a survey of various approaches that use machine learning/data mining techniques to enhance the traditional security mechanisms of databases. There are two key database security areas in which these techniques have found applications, namely, detection of SQL Injection attacks and anomaly detection for defending against insider threats. Apart from the research prototypes and tools, various third-party commercial products are also available that provide database activity monitoring solutions by profiling database users and applications. We present a survey of such products. We end the chapter with a primer on mechanisms for responding to database anomalies.

  9. Integrating evidence-based interventions into client care plans.

    Science.gov (United States)

    Doran, Diane; Carryer, Jennifer; Paterson, Jane; Goering, Paula; Nagle, Lynn; Kushniruk, Andre; Bajnok, Irmajean; Clark, Carrie; Srivastava, Rani

    2009-01-01

    Within the mental health care system, there is an opportunity to improve patient safety and the overall quality of care by integrating clinical practice guidelines with the care planning process through the use of information technology. Electronic assessment tools such as the Resident Assessment Inventory - Mental Health (RAI-MH) are widely used to identify the health care needs and outcomes of clients. In this knowledge translation initiative, an electronic care planning tool was enhanced to include evidence-based clinical interventions from schizophrenia guidelines. This paper describes the development of a mental health decision support prototype, a field test by clinicians, and user experiences with the application.

  10. Weight and body mass index among female contraceptive clients.

    Science.gov (United States)

    Kohn, Julia E; Lopez, Priscilla M; Simons, Hannah R

    2015-06-01

    As obesity may affect the efficacy of some contraceptives, we examined weight, body mass index (BMI) and prevalence of obesity among female contraceptive clients at 231 U.S. health centers. A secondary aim was to analyze differences in contraceptive method use by obesity status. Cross-sectional study using de-identified electronic health record data from family planning centers. We analyzed contraceptive visits made by 147,336 females aged 15-44 years in 2013. A total of 46.1% of clients had BMI ≥25. Mean body weight was 154.4 lb (S.D.=41.9); mean BMI was 26.1 (S.D.=6.6). A total of 40% had BMI ≥26, when levonorgestrel emergency contraception may become less effective. Obese clients had higher odds of using a tier 1 or tier 3 contraceptive method and had lower odds of using a tier 2 or hormonal method than non-obese clients. About half of contraceptive clients would be categorized as overweight or obese. Contraceptive method choices differed by obesity status. About half of contraceptive clients in this study population were overweight or obese. Contraceptive method choices differed by obesity status. All women - regardless of body size - should receive unbiased, evidence-based counseling on the full range of contraceptive options so that they can make informed choices. Copyright © 2015 Elsevier Inc. All rights reserved.

  11. Building an integrated neurodegenerative disease database at an academic health center.

    Science.gov (United States)

    Xie, Sharon X; Baek, Young; Grossman, Murray; Arnold, Steven E; Karlawish, Jason; Siderowf, Andrew; Hurtig, Howard; Elman, Lauren; McCluskey, Leo; Van Deerlin, Vivianna; Lee, Virginia M-Y; Trojanowski, John Q

    2011-07-01

    It is becoming increasingly important to study common and distinct etiologies, clinical and pathological features, and mechanisms related to neurodegenerative diseases such as Alzheimer's disease, Parkinson's disease, amyotrophic lateral sclerosis, and frontotemporal lobar degeneration. These comparative studies rely on powerful database tools to quickly generate data sets that match diverse and complementary criteria set by them. In this article, we present a novel integrated neurodegenerative disease (INDD) database, which was developed at the University of Pennsylvania (Penn) with the help of a consortium of Penn investigators. Because the work of these investigators are based on Alzheimer's disease, Parkinson's disease, amyotrophic lateral sclerosis, and frontotemporal lobar degeneration, it allowed us to achieve the goal of developing an INDD database for these major neurodegenerative disorders. We used the Microsoft SQL server as a platform, with built-in "backwards" functionality to provide Access as a frontend client to interface with the database. We used PHP Hypertext Preprocessor to create the "frontend" web interface and then used a master lookup table to integrate individual neurodegenerative disease databases. We also present methods of data entry, database security, database backups, and database audit trails for this INDD database. Using the INDD database, we compared the results of a biomarker study with those using an alternative approach by querying individual databases separately. We have demonstrated that the Penn INDD database has the ability to query multiple database tables from a single console with high accuracy and reliability. The INDD database provides a powerful tool for generating data sets in comparative studies on several neurodegenerative diseases. Copyright © 2011 The Alzheimer's Association. Published by Elsevier Inc. All rights reserved.

  12. An experimental study of client-side Spotify peering behaviour

    OpenAIRE

    Ellis, M.; Strowes, S.; Perkins, C.

    2011-01-01

    Spotify is a popular music-streaming service which has seen widespread use across Europe. While Spotify’s server-side behaviour has previously been studied, little is known about the client-side behaviour. In this paper, we describe an experimental study where we collect packet headers for Spotify traffic over multiple 24-hour time frames at a client host. Two distinct types of behaviour are observed, when tracks are being downloaded, and when the client is only serving requests from other pe...

  13. 37 CFR 10.112 - Preserving identity of funds and property of client.

    Science.gov (United States)

    2010-07-01

    ... and property of client. 10.112 Section 10.112 Patents, Trademarks, and Copyrights UNITED STATES PATENT... funds and property of client. (a) All funds of clients paid to a practitioner or a practitioner's firm... therein. (2) Funds belonging in part to a client and in part presently or potentially to the practitioner...

  14. 49 CFR 1103.19 - Advising upon the merits of a client's cause.

    Science.gov (United States)

    2010-10-01

    ... 49 Transportation 8 2010-10-01 2010-10-01 false Advising upon the merits of a client's cause. 1103... Practitioner's Duties and Responsibilities Toward A Client § 1103.19 Advising upon the merits of a client's cause. A practitioner shall try to obtain full knowledge of his client's cause before advising thereon...

  15. Mobile Application "Neurogame" for Assessment the Attention, Focus and Concentration.

    Science.gov (United States)

    Loleski, Mario; Loleska, Sofija; Pop-Jordanova, Nada

    2017-12-01

    Smartphones are ubiquitous, but it is still unknown what physiological functions can be monitored at clinical quality. In medicine their use is cited in many fields (cardiology, pulmology, endocrinology, rheumatology, pediatrics as well as in the field of mental health). The aim of this paper is to explain how the use of mobile application can help clients to improve the index of their focus, concentration and motor skills. Our original developed application on Android operating system, named "neurogame" is based on an open source platform to enable assessment and therapeutic stimulation, focus and concentration with the ability to monitor the progress of the results obtained in a larger number of participants (normal subjects as well as patients with different disorders) over a period of time. Whilst nowadays the predominant focus is on the pharmacological treatments, there is a rapidly growing interest in research on alternative options that will offer help in many cases of disorder management in terms of mobile application games. In order to have some kind of "norms", we evaluated a group of healthy population. Obtained results will serve as a database for comparison the future results. This article displays the results obtained as database.

  16. Application of bioinformatics tools and databases in microbial dehalogenation research (a review).

    Science.gov (United States)

    Satpathy, R; Konkimalla, V B; Ratha, J

    2015-01-01

    Microbial dehalogenation is a biochemical process in which the halogenated substances are catalyzed enzymatically in to their non-halogenated form. The microorganisms have a wide range of organohalogen degradation ability both explicit and non-specific in nature. Most of these halogenated organic compounds being pollutants need to be remediated; therefore, the current approaches are to explore the potential of microbes at a molecular level for effective biodegradation of these substances. Several microorganisms with dehalogenation activity have been identified and characterized. In this aspect, the bioinformatics plays a key role to gain deeper knowledge in this field of dehalogenation. To facilitate the data mining, many tools have been developed to annotate these data from databases. Therefore, with the discovery of a microorganism one can predict a gene/protein, sequence analysis, can perform structural modelling, metabolic pathway analysis, biodegradation study and so on. This review highlights various methods of bioinformatics approach that describes the application of various databases and specific tools in the microbial dehalogenation fields with special focus on dehalogenase enzymes. Attempts have also been made to decipher some recent applications of in silico modeling methods that comprise of gene finding, protein modelling, Quantitative Structure Biodegradibility Relationship (QSBR) study and reconstruction of metabolic pathways employed in dehalogenation research area.

  17. Meeting the Needs of Clients with Dissociative Identity Disorder: Considerations for Psychotherapy

    Science.gov (United States)

    Ringrose, Jo L.

    2011-01-01

    Psychotherapy for clients with Dissociative Identity Disorder (DID) is different to therapy with most clients because these clients are multiple, comprising one or more host, and one or more alter personalities. The necessary components to be addressed in order that clients can live successfully either as a multiple or as an integrated person are…

  18. Fidelização de clientes na web: como conhecer e fidelizar clientes por meio da internet

    OpenAIRE

    Benossi, Claudio

    2010-01-01

    A dissertação intitulada Fidelização de Clientes na WEB: Como conhecer e fidelizar clientes através da Internet do Mestrado em Tecnologias da Inteligência e Design Digital (TIDD) tem como objetivo analisar a contribuição da tecnologia da informação para o marketing de relacionamento, incrementando a competitividade empresarial. O atual ambiente globalizado implica numa era de concorrência e competição, resultado da desintegração de fronteiras e da abertura de mercados anteriormente protegidos...

  19. Healing Relationships: A Qualitative Study of Healers and Their Clients in Germany

    Directory of Open Access Journals (Sweden)

    B. M. H. Stöckigt

    2015-01-01

    Full Text Available Background. The aim of this study was to investigate the nature of the relationships between healers and their clients in Germany. Methods. An interdisciplinary research team performed semistructured interviews with healers and clients and participatory observation of healing sessions. All interviews were digitally recorded, transcribed, and analyzed using content analysis. Results. Fifteen healers and sixteen clients were included. The healer-client relationship was described as a profound and unique experience, which brought forth interpersonal and spiritual connections. The healers were seen as role models for healing to occur and support for being connected spiritually. The clients had to be open-minded and responsible. The importance of the healers’ empathy was emphasized. Discussion. The relationship between healer and client can be seen as a triangular connection between client, healer, and a transcendent source which is not the case in typical patient-doctor relationships. The spiritual connection is also said to enhance the empathetic understanding of the healer. The personality and a partner-like attitude of the healer supported the client in giving a more positive meaning to his life, in reconnecting to his spirituality, and in taking responsibility. Future studies should address the role of spirituality in health care and the development of enduring healer-client relationships.

  20. Cleaner shrimp use a rocking dance to advertise cleaning service to clients.

    Science.gov (United States)

    Becker, Justine H A; Curtis, Lynda M; Grutter, Alexandra S

    2005-04-26

    Signals transmit information to receivers about sender attributes, increase the fitness of both parties, and are selected for in cooperative interactions between species to reduce conflict [1, 2]. Marine cleaning interactions are known for stereotyped behaviors [3-6] that likely serve as signals. For example, "dancing" and "tactile dancing" in cleaner fish may serve to advertise cleaning services to client fish [7] and manipulate client behavior [8], respectively. Cleaner shrimp clean fish [9], yet are cryptic in comparison to cleaner fish. Signals, therefore, are likely essential for cleaner shrimp to attract clients. Here, we show that the yellow-beaked cleaner shrimp [10] Urocaridella sp. c [11] uses a stereotypical side-to-side movement, or "rocking dance," while approaching potential client fish in the water column. This dance was followed by a cleaning interaction with the client 100% of the time. Hungry cleaner shrimp, which are more willing to clean than satiated ones [12], spent more time rocking and in closer proximity to clients Cephalopholis cyanostigma than satiated ones, and when given a choice, clients preferred hungry, rocking shrimp. The rocking dance therefore influenced client behavior and, thus, appears to function as a signal to advertise the presence of cleaner shrimp to potential clients.

  1. The Impact of Organizational Stress and Burnout on Client Engagement

    Science.gov (United States)

    Landrum, Brittany; Knight, Danica K.; Flynn, Patrick M.

    2011-01-01

    This paper explores the impact of organizational attributes on client engagement within substance abuse treatment. Previous research has identified organizational features, including small size, accreditation, and workplace practices that impact client engagement (Broome, Flynn, Knight, & Simpson, 2007). The current study sought to explore how aspects of the work environment impact client engagement. The sample included 89 programs located in 9 states across the U.S. Work environment measures included counselor perceptions of stress, burnout, and work satisfaction at each program, while engagement measures included client ratings of participation, counseling rapport, and treatment satisfaction. Using multiple regression, tests of moderation and mediation revealed that staff stress negatively predicted client participation in treatment. Burnout was related to stress, but was not related to participation. Two additional organizational measures – workload and influence – moderated the positive relationship between staff stress and burnout. Implications for drug treatment programs are discussed. PMID:22154029

  2. Counseling Older Japanese American Clients: An Overview and Observations.

    Science.gov (United States)

    Itai, Goro; McRae, Cynthia

    1994-01-01

    Discusses important aspects of providing counseling to older Japanese American clients, including ethical issues based on cultural differences and nontraditional approaches to counseling. Examines unique historical and cultural characteristics of these clients. Includes 26 citations. (Author/CRR)

  3. Design and implementation of typical target image database system

    International Nuclear Information System (INIS)

    Qin Kai; Zhao Yingjun

    2010-01-01

    It is necessary to provide essential background data and thematic data timely in image processing and application. In fact, application is an integrating and analyzing procedure with different kinds of data. In this paper, the authors describe an image database system which classifies, stores, manages and analyzes database of different types, such as image database, vector database, spatial database, spatial target characteristics database, its design and structure. (authors)

  4. The Impact of Comprehensive Case Management on HIV Client Outcomes.

    Directory of Open Access Journals (Sweden)

    Mark Brennan-Ing

    Full Text Available In 1990, New York State instituted Comprehensive Medicaid Case Management, also known as Target Case Management (TCM, for people dealing with multiple comorbid conditions, including HIV. The goal of TCM is to assist clients in navigating the health care system to increase care engagement and treatment adherence for individuals with complex needs. HIV-positive individuals engaged in care are more likely to be virally suppressed, improving clinical outcomes and decreasing chances of HIV transmission. The purpose of this study was to understand the impact of TCM management on outcomes for people with HIV. Data were obtained from Amida Care, which operates not-for-profit managed care Medicaid and Medicare Special Needs Plans (SNPs for HIV clients. Changes in clinical, cost, as well as medical and pharmacy utilization data among TCM clients were examined between January 2011 through September 2012 from the start of case management enrollment through the end of the study period (i.e., up to 6 months after disenrollment. Additionally, CD4 counts were compared between Amida Care TCM clients and non-TCM clients. Notable findings include increased CD4 counts for TCM clients over the one-year study period, achieving parity with non-TCM clients (i.e., Mean CD4 count > 500. When looking exclusively at TCM clients, there were increases in medication costs over time, which were concomitant with increased care engagement. Current findings demonstrate that TCM is able to achieve its goals of improving care engagement and treatment adherence. Subsequent policy changes resulting from the Affordable Care Act and the New York State Medicaid Redesign have made the Health Home the administrator of TCM services. Government entities charged with securing and managing TCM and care coordination for people with HIV should provide thoughtful and reasonable guidance and oversight in order to maintain optimal clinical outcomes for TCM clients and reduce the transmission of

  5. Visualization Software for VisIT Java Client

    Energy Technology Data Exchange (ETDEWEB)

    2017-01-01

    The VisIT Java Client (JVC) library is a lightweight thin client that is designed and written purely in the native language of Java (the Python & JavaScript versions of the library use the same concept) and communicates with any new unmodified standalone version of VisIT, a high performance computing parallel visualization toolkit, over traditional or web sockets and dynamically determines capabilities of the running VisIT instance whether local or remote.

  6. 75 FR 66050 - Permissible Sharing of Client Records by Customs Brokers

    Science.gov (United States)

    2010-10-27

    .... USCBP-2010-0038] RIN 1651-AA80 Permissible Sharing of Client Records by Customs Brokers AGENCIES... the Code of Federal Regulations (CFR) pertaining to the obligations of customs brokers to keep clients' information confidential. The proposed amendment would allow brokers, upon the client's consent in a written...

  7. Difficult Clients: Who Are They and How Do We Help Them?

    Science.gov (United States)

    Seligman, Linda; Gaaserud, Lynn

    1994-01-01

    Reviewed literature on dealing with resistant clients and, based on review, developed survey to elicit counselors' reactions to and experiences with resistant clients. Responses from 215 American Mental Health Counselors Association members suggest that nearly all counselors have encountered resistant clients, but counselors' reactions to and…

  8. A Client-Centered Review of Rogers with Gloria

    Science.gov (United States)

    Moon, Kathryn A.

    2007-01-01

    Carl Rogers's nondirective theory and his response style with Gloria (E. L. Shostrom, 1965) are discussed in reply to S. A. Wickman and C. Campbell's (2003) "An Analysis of How Carl Rogers Enacted Client-Centered Conversation With Gloria." Client-centered studies of C. Rogers's transcripts give context for reformulating S. A. Wickman and C.…

  9. Client Views of TESOL Service: Expectations and Perceptions.

    Science.gov (United States)

    Walker, John

    2001-01-01

    Used focus groups to explore TESOL (teaching of English to speakers of other languages) client expectations and perceptions of the service they received in New Zealand English language schools. Findings confirmed the key role of the teacher and the importance of the school's milieu and home stay, quality of client feedback systems, servicescape,…

  10. Propuesta metodológica para la gestión del cliente

    Directory of Open Access Journals (Sweden)

    Luis Ignacio López Villegas

    2016-03-01

    Full Text Available La investigación tuvo como objetivo diseñar una propuesta metodológica para la fidelización del cliente bancario. Situando al cliente como la razón de ser de su negocio, aportando a dicha entidad bancaria una visión más amplia del valor de sus clientes y un punto de partida para el diseño de acciones o estrategias realmente efectivas a la hora de gestionar en torno a éstos. La metodología se aplicó considerando clientes externos; mediante técnicas estadísticas aleatorias se les aplicó un instrumento —encuesta— validada previamente mediante prueba piloto, y a los clientes internos —funcionarios del banco— se les aplicó una entrevista, dando como resultado una propuesta metodológica de intervención hacia el cumplimiento del objetivo: incrementar la rentabilidad mediante la fidelización de clientes.

  11. assessment of clients' satisfaction with health service deliveries at ...

    African Journals Online (AJOL)

    Abrham

    Hence, the objective of this study was to assess the perceived levels of clients' ... doctor. Furthermore, satisfaction with the health care was found to have a significant association with the age ... those client values and expectations, which are.

  12. Programming database tools for the casual user

    International Nuclear Information System (INIS)

    Katz, R.A; Griffiths, C.

    1990-01-01

    The AGS Distributed Control System (AGSDCS) uses a relational database management system (INTERBASE) for the storage of all data associated with the control of the particle accelerator complex. This includes the static data which describes the component devices of the complex, as well as data for application program startup and data records that are used in analysis. Due to licensing restraints, it was necessary to develop tools to allow programs requiring access to a database to be unconcerned whether or not they were running on a licensed node. An in-house database server program was written, using Apollo mailbox communication protocols, allowing application programs via calls to this server to access the interbase database. Initially, the tools used by the server to actually access the database were written using the GDML C host language interface. Through the evolutionary learning process these tools have been converted to Dynamic SQL. Additionally, these tools have been extracted from the exclusive province of the database server and placed in their own library. This enables application programs to use these same tools on a licensed node without using the database server and without having to modify the application code. The syntax of the C calls remain the same

  13. Database theory and SQL practice using Access

    International Nuclear Information System (INIS)

    Kim, Gyeong Min; Lee, Myeong Jin

    2001-01-01

    This book introduces database theory and SQL practice using Access. It is comprised of seven chapters, which give description of understanding database with basic conception and DMBS, understanding relational database with examples of it, building database table and inputting data using access 2000, structured Query Language with introduction, management and making complex query using SQL, command for advanced SQL with understanding conception of join and virtual table, design on database for online bookstore with six steps and building of application with function, structure, component, understanding of the principle, operation and checking programming source for application menu.

  14. Clients' experiences of a community based lifestyle modification program: a qualitative study.

    Science.gov (United States)

    Chan, Ruth S M; Lok, Kris Y W; Sea, Mandy M M; Woo, Jean

    2009-10-01

    There is little information about how clients attending lifestyle modification programs view the outcomes. This qualitative study examined the clients' experience of a community based lifestyle modification program in Hong Kong. Semi-structured interviews were conducted with 25 clients attending the program. Clients perceived the program had positive impacts on their health and nutrition knowledge. They experienced frustration, negative emotion, lack of motivation, and pressure from others during the program. Working environment and lack of healthy food choices in restaurants were the major perceived environmental barriers for lifestyle modification. Clients valued nutritionists' capability of providing professional information and psychological support in the program. Our results suggest that nutritionist's capability of providing quality consultations and patient-centered care are important for empowering clients achieve lifestyle modification.

  15. Physical Attractiveness: Interactive Effects of Counselor and Client on Counseling Processes.

    Science.gov (United States)

    Vargas, Alice M.; Borkowski, John G.

    1983-01-01

    Assessed how the physical attractiveness of counselors and clients interacted to build rapport in two experiments involving college students (N=128 and N=64). Results showed the counselor's physical attractiveness had a major impact on her perceived effectiveness and the client's expectation of success irrespective of the client's attractiveness…

  16. Clients' perception of service quality of care in health facilities in ...

    African Journals Online (AJOL)

    Introduction: Clients perception of service quality is important for utilization of health services. Clients with positive perception are more likely to comply with treatment and to continue to use health care services. Assessing clients' perception of services offered is crucial for improving delivery and organization of the services.

  17. 17 CFR 275.206(4)-3 - Cash payments for client solicitations.

    Science.gov (United States)

    2010-04-01

    ... 17 Commodity and Securities Exchanges 3 2010-04-01 2010-04-01 false Cash payments for client... for client solicitations. (a) It shall be unlawful for any investment adviser required to be... client at the time of the solicitation or referral; or (iii) Other than a solicitor specified in...

  18. Speaking for the Client

    DEFF Research Database (Denmark)

    Mik-Meyer, Nanna; Silverman, D.

    . Nonetheless staff often assume that their clients were at the centre of the encounter, even when there is little indication that they understand the Danish language spoken. In order to analyze and explain dilemmas like these, we draw on symbolic interactionism and conversation analysis, placing linguistic...

  19. MODBUS APPLICATION AT JEFFERSON LAB

    Energy Technology Data Exchange (ETDEWEB)

    Yan, Jianxun [Thomas Jefferson National Accelerator Facility (TJNAF), Newport News, VA (United States); Seaton, Chad [Thomas Jefferson National Accelerator Facility (TJNAF), Newport News, VA (United States); Philip, Sarin [Thomas Jefferson National Accelerator Facility (TJNAF), Newport News, VA (United States)

    2018-02-01

    Modbus is a client/server communication model. In our applications, the embedded Ethernet device XPort is designed as the server and a SoftIOC running EPICS Modbus is the client. The SoftIOC builds a Modbus request from parameter contained in a demand that is sent by the EPICS application to the Modbus Client interface. On reception of the Modbus request, the Modbus server activates a local action to read, write, or achieve some other action. So, the main Modbus server functions are to wait for a Modbus request on 502 TCP port, treat this request, and then build a Modbus response.

  20. Subjective Experiences of Clients in a Voluntary Money Management Program.

    Science.gov (United States)

    Serowik, Kristin L; Bellamy, Chyrell D; Rowe, Michael; Rosen, Marc I

    2013-01-01

    A large proportion of people diagnosed with mental illnesses have difficulty managing their money, and therefore many psychiatric treatments involve providing money management assistance. However, little is known about the subjective experience of having a money manager, and extant literature is restricted to people forced to work with a representative payee or conservator. In this study, fifteen people were interviewed about their experience receiving a voluntary money management intervention designed to minimize substance use. Clients emphasized the importance of trusting the money manager, financial mindfulness (an enhanced awareness of the financial transactions in clients' day-to-day lives), agency over their own affairs, and addiction. In contrast to evaluations of people assigned representative payees and/or conservators, there was little mention of feeling coerced. These findings suggest that money management programs can address client concerns by building trust, relating budgeting to clients' day-to-day lives, and encouraging clients' control over their own affairs.

  1. Current trends and new challenges of databases and web applications for systems driven biological research

    Directory of Open Access Journals (Sweden)

    Pradeep Kumar eSreenivasaiah

    2010-12-01

    Full Text Available Dynamic and rapidly evolving nature of systems driven research imposes special requirements on the technology, approach, design and architecture of computational infrastructure including database and web application. Several solutions have been proposed to meet the expectations and novel methods have been developed to address the persisting problems of data integration. It is important for researchers to understand different technologies and approaches. Having familiarized with the pros and cons of the existing technologies, researchers can exploit its capabilities to the maximum potential for integrating data. In this review we discuss the architecture, design and key technologies underlying some of the prominent databases (DBs and web applications. We will mention their roles in integration of biological data and investigate some of the emerging design concepts and computational technologies that are likely to have a key role in the future of systems driven biomedical research.

  2. Social networks and links to isolation and loneliness among elderly HCBS clients.

    Science.gov (United States)

    Medvene, Louis J; Nilsen, Kari M; Smith, Rachel; Ofei-Dodoo, Samuel; DiLollo, Anthony; Webster, Noah; Graham, Annette; Nance, Anita

    2016-01-01

    The purpose of this study was to explore the network types of HCBS clients based on the structural characteristics of their social networks. We also examined how the network types were associated with social isolation, relationship quality and loneliness. Forty personal interviews were carried out with HCBS clients to assess the structure of their social networks as indicated by frequency of contact with children, friends, family and participation in religious and community organizations. Hierarchical cluster analysis was conducted to identify network types. Four network types were found including: family (n = 16), diverse (n = 8), restricted (n = 8) and religious (n = 7). Family members comprised almost half of participants' social networks, and friends comprised less than one-third. Clients embedded in family, diverse and religious networks had significantly more positive relationships than clients embedded in restricted networks. Clients embedded in restricted networks had significantly higher social isolation scores and were lonelier than clients in diverse and family networks. The findings suggest that HCBS clients' isolation and loneliness are linked to the types of social networks in which they are embedded. The findings also suggest that clients embedded in restricted networks are at high risk for negative outcomes.

  3. Patient-Therapist Value Congruence and Ratings of Client Improvement

    Science.gov (United States)

    Martini, Janie L.

    1978-01-01

    It can be concluded from the results of the two studies described here that value similarity between client and therapist is related to therapists' ratings of client improvement. This phenomenon can be expected in therapies irrespective of theoretical orientation. (Author)

  4. Case management in early psychosis intervention programme: Perspectives of clients and caregivers.

    Science.gov (United States)

    Wong, Horng Hien; Yong, Yee Huei; Shahwan, Shazana; Cetty, Laxman; Vaingankar, Janhavi; Hon, Charlene; Lee, Helen; Loh, Christopher; Abdin, Edimansyah; Subramaniam, Mythily

    2017-12-14

    This qualitative study explored the perspectives of clients and caregivers on case management provided by the Singapore Early Psychosis Intervention Programme (EPIP), with the intent to understand the salient aspects of case management from their perspective. Clients and their caregivers were recruited from the EPIP outpatient clinics. Focus group discussions (FGDs) were conducted at a community centre outside the hospital with 47 clients and 19 caregivers. Facilitators were experienced researchers who were not involved in the care of the clients and trained in qualitative research methodologies. All FGDs were audio recorded and transcribed verbatim with all participants' identifiers omitted to protect confidentiality. Qualitative data analysis was conducted using thematic analysis. There were 11 themes that emerged from the FGDs: therapeutic alliance, holistic monitoring, collaborative role with other care providers, counselling and guidance, crisis management, bridging role, client-centred care, client empowerment and strength building, psychoeducation/education on illness, support and problem solving. "Problem solving" surfaced only from the client FGDs; the remaining themes were common to both groups. The voices of clients and caregivers are important to EPIP case management service. This study has provided insights into their perspectives, understandings and lived experiences of case management and its impact on clients and caregivers. © 2017 The Authors Early Intervention in Psychiatry Published by John Wiley & Sons Australia, Ltd.

  5. Advanced approaches to intelligent information and database systems

    CERN Document Server

    Boonjing, Veera; Chittayasothorn, Suphamit

    2014-01-01

    This book consists of 35 chapters presenting different theoretical and practical aspects of Intelligent Information and Database Systems. Nowadays both Intelligent and Database Systems are applied in most of the areas of human activities which necessitates further research in these areas. In this book various interesting issues related to the intelligent information models and methods as well as their advanced applications, database systems applications, data models and their analysis, and digital multimedia methods and applications are presented and discussed both from the practical and theoretical points of view. The book is organized in four parts devoted to intelligent systems models and methods, intelligent systems advanced applications, database systems methods and applications, and multimedia systems methods and applications. The book will be interesting for both practitioners and researchers, especially graduate and PhD students of information technology and computer science, as well more experienced ...

  6. What client?

    DEFF Research Database (Denmark)

    Unterrainer, Walter

    2015-01-01

    rising pressure for new approaches towards space, urbanization, environmental challenges, technological inventions, transformation of cities and buildings on one hand and the decline in impact, reputation, self-esteem and economy of ´conventional´architectural profession on the other hand. In Asia like...... engage architects, no matter how urgent the problems are. It is the architects who must reverse their understanding of ´clients´, for the sake of these challenges as well as for their own professional future. This started happen very much in contrast to predominant architectural education models: Young...

  7. The ATLAS TAGS database distribution and management - Operational challenges of a multi-terabyte distributed database

    International Nuclear Information System (INIS)

    Viegas, F; Nairz, A; Goossens, L; Malon, D; Cranshaw, J; Dimitrov, G; Nowak, M; Gamboa, C; Gallas, E; Wong, A; Vinek, E

    2010-01-01

    The TAG files store summary event quantities that allow a quick selection of interesting events. This data will be produced at a nominal rate of 200 Hz, and is uploaded into a relational database for access from websites and other tools. The estimated database volume is 6TB per year, making it the largest application running on the ATLAS relational databases, at CERN and at other voluntary sites. The sheer volume and high rate of production makes this application a challenge to data and resource management, in many aspects. This paper will focus on the operational challenges of this system. These include: uploading the data from files to the CERN's and remote sites' databases; distributing the TAG metadata that is essential to guide the user through event selection; controlling resource usage of the database, from the user query load to the strategy of cleaning and archiving of old TAG data.

  8. Automatic invariant detection in dynamic web applications

    NARCIS (Netherlands)

    Groeneveld, F.; Mesbah, A.; Van Deursen, A.

    2010-01-01

    The complexity of modern web applications increases as client-side JavaScript and dynamic DOM programming are used to offer a more interactive web experience. In this paper, we focus on improving the dependability of such applications by automatically inferring invariants from the client-side and

  9. Client Centeredness and Health Reform: Key Issues for Occupational Therapy

    Science.gov (United States)

    Pitonyak, Jennifer S.; Fogelberg, Donald; Leland, Natalie E.

    2015-01-01

    Health reform promotes the delivery of patient-centered care. Occupational therapy’s rich history of client-centered theory and practice provides an opportunity for the profession to participate in the evolving discussion about how best to provide care that is truly patient centered. However, the growing emphasis on patient-centered care also poses challenges to occupational therapy’s perspectives on client-centered care. We compare the conceptualizations of client-centered and patient-centered care and describe the current state of measurement of client-centered and patient-centered care. We then discuss implications for occupational therapy’s research agenda, practice, and education within the context of patient-centered care, and propose next steps for the profession. PMID:26356651

  10. Database Dictionary for Ethiopian National Ground-Water DAtabase (ENGDA) Data Fields

    Science.gov (United States)

    Kuniansky, Eve L.; Litke, David W.; Tucci, Patrick

    2007-01-01

    Introduction This document describes the data fields that are used for both field forms and the Ethiopian National Ground-water Database (ENGDA) tables associated with information stored about production wells, springs, test holes, test wells, and water level or water-quality observation wells. Several different words are used in this database dictionary and in the ENGDA database to describe a narrow shaft constructed in the ground. The most general term is borehole, which is applicable to any type of hole. A well is a borehole specifically constructed to extract water from the ground; however, for this data dictionary and for the ENGDA database, the words well and borehole are used interchangeably. A production well is defined as any well used for water supply and includes hand-dug wells, small-diameter bored wells equipped with hand pumps, or large-diameter bored wells equipped with large-capacity motorized pumps. Test holes are borings made to collect information about the subsurface with continuous core or non-continuous core and/or where geophysical logs are collected. Test holes are not converted into wells. A test well is a well constructed for hydraulic testing of an aquifer in order to plan a larger ground-water production system. A water-level or water-quality observation well is a well that is used to collect information about an aquifer and not used for water supply. A spring is any naturally flowing, local, ground-water discharge site. The database dictionary is designed to help define all fields on both field data collection forms (provided in attachment 2 of this report) and for the ENGDA software screen entry forms (described in Litke, 2007). The data entered into each screen entry field are stored in relational database tables within the computer database. The organization of the database dictionary is designed based on field data collection and the field forms, because this is what the majority of people will use. After each field, however, the

  11. Client-Side Event Processing for Personalized Web Advertisement

    Science.gov (United States)

    Stühmer, Roland; Anicic, Darko; Sen, Sinan; Ma, Jun; Schmidt, Kay-Uwe; Stojanovic, Nenad

    The market for Web advertisement is continuously growing and correspondingly, the number of approaches that can be used for realizing Web advertisement are increasing. However, current approaches fail to generate very personalized ads for a current Web user that is visiting a particular Web content. They mainly try to develop a profile based on the content of that Web page or on a long-term user's profile, by not taking into account current user's preferences. We argue that by discovering a user's interest from his current Web behavior we can support the process of ad generation, especially the relevance of an ad for the user. In this paper we present the conceptual architecture and implementation of such an approach. The approach is based on the extraction of simple events from the user interaction with a Web page and their combination in order to discover the user's interests. We use semantic technologies in order to build such an interpretation out of many simple events. We present results from preliminary evaluation studies. The main contribution of the paper is a very efficient, semantic-based client-side architecture for generating and combining Web events. The architecture ensures the agility of the whole advertisement system, by complexly processing events on the client. In general, this work contributes to the realization of new, event-driven applications for the (Semantic) Web.

  12. The Usage Analysis of Databases at Ankara University Digital Library

    Directory of Open Access Journals (Sweden)

    Sacit Arslantekin

    2006-12-01

    Full Text Available The development in information and communication technologies has changed and improved resources and services diversity in libraries. These changes continue to develop rapidly throughout the world. As for our country, remarkable developments, especially in university and special libraries, in this field are worth consideration. In order to take benefit of the existing and forthcoming developments in the field of electronic libraries the databases used by clients should be well-demonstrated and followed closely. The providing wide use of electronic databases leads to increasing the productivity of scientific and social information that that is the ultimate goal. The article points out electronic resources management and the effect of consortia developments in the field first, and then evaluates the results of the survey on the use of electronic libraries assessment questionnaires by faculty members at Ankara University.

  13. Nuclear technology databases and information network systems

    International Nuclear Information System (INIS)

    Iwata, Shuichi; Kikuchi, Yasuyuki; Minakuchi, Satoshi

    1993-01-01

    This paper describes the databases related to nuclear (science) technology, and information network. Following contents are collected in this paper: the database developed by JAERI, ENERGY NET, ATOM NET, NUCLEN nuclear information database, INIS, NUclear Code Information Service (NUCLIS), Social Application of Nuclear Technology Accumulation project (SANTA), Nuclear Information Database/Communication System (NICS), reactor materials database, radiation effects database, NucNet European nuclear information database, reactor dismantling database. (J.P.N.)

  14. Improved Information Retrieval Performance on SQL Database Using Data Adapter

    Science.gov (United States)

    Husni, M.; Djanali, S.; Ciptaningtyas, H. T.; Wicaksana, I. G. N. A.

    2018-02-01

    The NoSQL databases, short for Not Only SQL, are increasingly being used as the number of big data applications increases. Most systems still use relational databases (RDBs), but as the number of data increases each year, the system handles big data with NoSQL databases to analyze and access data more quickly. NoSQL emerged as a result of the exponential growth of the internet and the development of web applications. The query syntax in the NoSQL database differs from the SQL database, therefore requiring code changes in the application. Data adapter allow applications to not change their SQL query syntax. Data adapters provide methods that can synchronize SQL databases with NotSQL databases. In addition, the data adapter provides an interface which is application can access to run SQL queries. Hence, this research applied data adapter system to synchronize data between MySQL database and Apache HBase using direct access query approach, where system allows application to accept query while synchronization process in progress. From the test performed using data adapter, the results obtained that the data adapter can synchronize between SQL databases, MySQL, and NoSQL database, Apache HBase. This system spends the percentage of memory resources in the range of 40% to 60%, and the percentage of processor moving from 10% to 90%. In addition, from this system also obtained the performance of database NoSQL better than SQL database.

  15. El servicio al cliente: una necesidad imperante en la calidad de la industria. // The client service: a prevailing necessity in the quality of the industry.

    Directory of Open Access Journals (Sweden)

    E. Martínez Delgado

    2006-05-01

    Full Text Available A través de todos los sectores industriales la investigación por la excelencia en el servicio se ha convertido en unapreocupación creciente y los gerentes han reconocido que la ventaja sustancial competitiva puede ganarse a través de unservicio superior al cliente, e igualmente importante, el servicio al cliente se convierte en un medio poderoso de diferenciarlas compañías desde la competencia. La calidad equivale entonces no sólo al producto en sí mismo, sino combinado éstecon lo que le rodea; de hecho, en las normas ISO 9000: 2000 se define al producto como el resultado de un proceso,siendo los servicios una de las cuatro categorías genéricas de éste. Cada vez más se demanda la garantía de la capacidad deproducir establemente una calidad superior y de innovación del producto acorde con los deseos de los clientes; pasándosede la certificación del producto a la certificación de toda la cadena logística, debiendo brindarse servicios de alto valoragregado a los clientes en forma diferenciada. Así, en el mercado globalizado donde sólo es posible ubicar productos dealta calidad para satisfacer a los clientes y al mercado, lo primero que debe hacer el gerente de servicios es comprender lascalidades demandadas por los clientes, así como la información relacionada con la importancia relativa de lascaracterísticas de calidad.El presente trabajo expone los resultados favorables obtenidos en el sistema de producción-distribución a través de unmodelo conformado para la evaluación integral del desempeño de la organización. Éste considera al cliente, con suscriterios y preferencias, como un elemento clave en la planeación de la producción y en la proyección de las capacidadesproductivas, incorporándolo con su oferta de valor.Palabras claves: Calidad industrial, producción-distribución, ISO 9000, cliente._______________________________________________________________________________Abstract.The investigation for the

  16. A Server-Client-Based Graphical Development Environment for Physics Analyses (VISPA)

    International Nuclear Information System (INIS)

    Bretz, H-P; Erdmann, M; Fischer, R; Hinzmann, A; Klingebiel, D; Komm, M; Müller, G; Rieger, M; Steffens, J; Steggemann, J; Urban, M; Winchen, T

    2012-01-01

    The Visual Physics Analysis (VISPA) project provides a graphical development environment for data analysis. It addresses the typical development cycle of (re-)designing, executing, and verifying an analysis. We present the new server-client-based web application of the VISPA project to perform physics analyses via a standard internet browser. This enables individual scientists to work with a large variety of devices including touch screens, and teams of scientists to share, develop, and execute analyses on a server via the web interface.

  17. On the Use of Client-Driven Projects in the Mathematics Classroom

    Science.gov (United States)

    Maki, Dan; Winston, Wayne; Shafii-Mousavi, Morteza; Kochanowski, Paul; Lang, Chris; Ernstberger, Kathy; Hodgson, Ted

    2006-01-01

    In this article, we discuss the use of client-driven projects--projects that are posed by business, government, and non-profit organizations and based upon real problems facing the organization. Although client-driven projects have long been used in business and engineering education, their use in the mathematics classroom is rare. Client-driven…

  18. Can "patient keeper" help in-patients?

    Science.gov (United States)

    Al-Hinnawi, M F

    2009-06-01

    The aim of this paper is to present our "Patient Keeper" application, which is a client-server medical application. "Patient Keeper" is designed to run on a mobile phone for the client application and on a PC for the server application using J2ME and JAVA2, respectively. This application can help doctors during visits to their patients in hospitals. The client application allows doctors to store on their mobile phones the results of their diagnoses and findings such as temperature, blood pressure, medications, analysis, etc., and send this information to the server via short message service (SMS) for storage in a database. The server can also respond to any request from the client and send the result via Bluetooth, infrared, or over the air. Experimental results showed a significant improvement of the healthcare delivery and reduction for in-patient stay.

  19. Electron Effective-Attenuation-Length Database

    Science.gov (United States)

    SRD 82 NIST Electron Effective-Attenuation-Length Database (PC database, no charge)   This database provides values of electron effective attenuation lengths (EALs) in solid elements and compounds at selected electron energies between 50 eV and 2,000 eV. The database was designed mainly to provide EALs (to account for effects of elastic-eletron scattering) for applications in surface analysis by Auger-electron spectroscopy (AES) and X-ray photoelectron spectroscopy (XPS).

  20. DATABASE REPLICATION IN HETEROGENOUS PLATFORM

    OpenAIRE

    Hendro Nindito; Evaristus Didik Madyatmadja; Albert Verasius Dian Sano

    2014-01-01

    The application of diverse database technologies in enterprises today is increasingly a common practice. To provide high availability and survavibality of real-time information, a database replication technology that has capability to replicate databases under heterogenous platforms is required. The purpose of this research is to find the technology with such capability. In this research, the data source is stored in MSSQL database server running on Windows. The data will be replicated to MyS...