WorldWideScience

Sample records for php electronic resource

  1. blend4php: a PHP API for galaxy.

    Science.gov (United States)

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

    2017-01-01

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

  2. PHP Ajax Cookbook

    CERN Document Server

    Sedliak, Milan; Bhattarai, Roshan

    2011-01-01

    This book contains a collection of recipes with step-by-step directions to build SEO-friendly websites using standard Ajax tools. Each recipe contains behind-the-scene explanations to PHP Ajax questions. This book is an ideal resource for people who like to add Ajax features to websites and who prefer standards and best practices for building SEO-friendly websites. As the book covers advanced topics, readers need to be aware of basic PHP, JavaScript and XML features.

  3. Learning FuelPHP for effective PHP development

    CERN Document Server

    Tweedie, Ross

    2013-01-01

    The book follows a standard tutorial approach, which will enable readers to use the FuelPHP framework efficiently while developing PHP applications.If you are a PHP developer who is looking to learn more about using the FuelPHP framework for effective PHP development, this book is ideal for you. If you are interested in this book, you should already have a basic understanding of general PHP development.

  4. Using R via PHP for Teaching Purposes: R-php

    Directory of Open Access Journals (Sweden)

    Angelo Mineo

    2006-10-01

    Full Text Available This paper deals with the R-php statistical software, that is an environment for statistical analysis, freely accessible and attainable through the World Wide Web, based on R. Indeed, this software uses, as “engine” for statistical analyses, R via PHP and its design has been inspired by a paper of de Leeuw (1997. R-php is based on two modules: a base module and a point-and-click module. R-php base allows the simple editing of R code in a form. R-php point-and-click allows some statistical analyses by means of a graphical user interface (GUI: then, to use this module it is not necessary for the user to know the R environment, but all the allowed analyses can be performed by using the computer mouse. We think that this tool could be particularly useful for teaching purposes: one possible use could be in a University computer laboratory to permit a smooth approach of students to R.

  5. PHP The Good Parts

    CERN Document Server

    MacIntyre, Peter

    2010-01-01

    Get past all the hype about PHP and dig into the real power of this language. This book explores the most useful features of PHP and how they can speed up the web development process, and explains why the most commonly used PHP elements are often misused or misapplied. You'll learn which parts add strength to object-oriented programming, and how to use certain features to integrate your application with databases. Written by a longtime member of the PHP community, PHP: The Good Parts is ideal for new PHP programmers, as well as web developers switching from other languages. Become familiar w

  6. fell all.php3 | php | Indian Academy of Sciences

    Indian Academy of Sciences (India)

    Home; php; fell all.php3. 404! error. The page your are looking for can not be found! Please check the link or use the navigation bar at the top. YouTube; Twitter; Facebook; Blog. Academy News. IAS Logo. 29th Mid-year meeting. Posted on 19 January 2018. The 29th Mid-year meeting of the Academy will be held from ...

  7. Pulmonary haptoglobin (pHp) is part of the surfactant system in the human lung.

    Science.gov (United States)

    Abdullah, Mahdi; Goldmann, Torsten

    2012-11-20

    Since the existence of pHp was demonstrated, it has been shown that this molecule and its receptor CD163 are regulated by different stimuli. Furthermore, a comparably fast secretion of pHp was described as well as the immuno-stimulatory effects. The intention of this study was to elucidate the role of pHp in the human lungs further. Here we show, by means of confocal microscopy and immune-electron-microscopy, a clear co-localization of pHp with surfactant protein-B in lamellar bodies of alveolar epithelial cells type II. These results are underlined by immunohistochemical stainings in differently fixed human lung tissues, which show pHp in vesicular and released form. The images of the released form resemble the intended position of surfactant in the human alveolus. pHp is secreted by Alveolar epithelial cells type II as previously shown. Moreover, pHp is co-localized with Surfactant protein-B. We conclude that the presented data shows that pHp is a native part of the surfactant system in the human lung. http://www.diagnosticpathology.diagnomx.eu/vs/2563584738239912.

  8. PHP frameworks

    OpenAIRE

    Srša, Aljaž

    2016-01-01

    The thesis presents one of the four most popular PHP web frameworks: Laravel, Symfony, CodeIgniter and CakePHP. These frameworks are compared with each other according to the four criteria, which can help with the selection of a framework. These criteria are size of the community, quality of official support, comprehensibility of framework’s documentation and implementation of functionalities in individual frameworks, which are automatic code generation, routing, object-relational mapping and...

  9. Ajax with PHP 5

    CERN Document Server

    Curioso, Andrew

    2007-01-01

    "Ajax with PHP 5" is a detailed overviewof how to use PHP technologies to createinteractive, fault-tolerant, and responsiveweb applications. This Short Cut first concentrates on thefundamentals of Ajax. Then it coversserving (or providing) content formattedin both XML and JSON. Finally, we completely immerse ourselvesin the Ajax world and write twoPHP applications that use each markuplanguage on both the client and server. We encourage you to use the classes andexamples given to produce your own richWeb 2.0-style applications.

  10. Pro PHP and jQuery

    CERN Document Server

    Lengstorf, Jason

    2010-01-01

    This book is for intermediate programmers interested in building AJAX web applications using jQuery and PHP. Along with teaching some advanced PHP techniques, it will teach you how to take your dynamic applications to the next level by adding a JavaScript layer with jQuery. * Learn to utilize built-in PHP functions to build calendar tools.* Learn how jQuery can be used for AJAX, animation, client-side validation, and more.What you'll learn* Use PHP to build a calendar application that allows users to post, view, edit, and delete events.* Use jQuery to allow the calendar app to be viewed and ed

  11. Server-side Statistics Scripting in PHP

    Directory of Open Access Journals (Sweden)

    Jan de Leeuw

    1997-06-01

    Full Text Available On the UCLA Statistics WWW server there are a large number of demos and calculators that can be used in statistics teaching and research. Some of these demos require substantial amounts of computation, others mainly use graphics. These calculators and demos are implemented in various different ways, reflecting developments in WWW based computing. As usual, one of the main choices is between doing the work on the client-side (i.e. in the browser or on the server-side (i.e. on our WWW server. Obviously, client-side computation puts fewer demands on the server. On the other hand, it requires that the client downloads Java applets, or installs plugins and/or helpers. If JavaScript is used, client-side computations will generally be slow. We also have to assume that the client is installed properly, and has the required capabilities. Requiring too much on the client-side has caused browsing machines such as Netscape Communicator to grow beyond all reasonable bounds, both in size and RAM requirements. Moreover requiring Java and JavaScript rules out such excellent browsers as Lynx or Emacs W3. For server-side computing, we can configure the server and its resources ourselves, and we need not worry about browser capabilities and configuration. Nothing needs to be downloaded, except the usual HTML pages and graphics. In the same way as on the client side, there is a scripting solution, where code is interpreted, or a ob ject-code solution using compiled code. For the server-side scripting, we use embedded languages, such as PHP/FI. The scripts in the HTML pages are interpreted by a CGI program, and the output of the CGI program is send to the clients. Of course the CGI program is compiled, but the statistics procedures will usually be interpreted, because PHP/FI does not have the appropriate functions in its scripting language. This will tend to be slow, because embedded languages do not deal efficiently with loops and similar constructs. Thus a first

  12. PHP and MySQL 24-Hour Trainer

    CERN Document Server

    Tarr, Andrea

    2011-01-01

    Step-by-step lessons for using PHP and MySQL in a unique book-and-video combination Assuming no previous experience with PHP or MySQL, this book-and-video package is ideal reading for anyone who wants to go beyond HTML/CSS in order to provide clients with the most dynamic web sites possible. The approachable tone breaks down the basics of programming and PHP and MySQL in individual lessons starting with the installation of the programs necessary to run PHP. You begin with a static web site and then watch and learn as PHP functionality is added as you work through the lessons. When working w

  13. PHP-HT (VitaResc Biotech).

    Science.gov (United States)

    Baldwin, A; Wiley, E

    2001-04-01

    VitaResc (formerly Apex) is developing PHP-HT, pyridoxalated hemoglobin polyoxyethylene conjugate, for the potential treatment of nitric oxide-induced shock (characterized by hypotension), associated with various etiologies, initially in septic shock. A phase I safety study and an initial phase I/II patient trial for NO-induced shock have been completed, and VitaResc has enrolled patients in three of five planned cohorts in a continuation of these trials to include a protocol of continuous infusion and dose escalation [330680,349187,390918]. The results from the dose escalation trials are expected to provide the basis for a randomized, controlled phase II/III pivotal trial of PHP-HT [390918]. VitaResc has licensed PHP-HT exclusively from Ajinomoto for all indications, worldwide, except Japan [275263]. Ajinomoto originally developed the human derived and chemically modified hemoglobin preparation as a blood substitute, but no development has been reported by the company since 1997 [275277,303577]. The other potential indications of PHP-HT include shock associated with burns, pancreatitis, hemodialysis and cytokine therapies [275277]. VitaResc expects the annual market potential of PHP-HT to exceed 1 billion dollars [330680].

  14. Head first PHP and MySQL

    CERN Document Server

    Beighley, Lynn

    2008-01-01

    If you're ready to create web pages more complex than those you can build with HTML and CSS, Head First PHP & MySQL is the ultimate learning guide to building dynamic, database-driven websites using PHP and MySQL. Packed with real-world examples, this book teaches you all the essentials of server-side programming, from the fundamentals of PHP and MySQL coding to advanced topics such as form validation, session IDs, cookies, database queries and joins, file I/O operations, content management, and more. Head First PHP & MySQL offers the same visually rich format that's turned every title in th

  15. phpMs: A PHP-Based Mass Spectrometry Utilities Library.

    Science.gov (United States)

    Collins, Andrew; Jones, Andrew R

    2018-03-02

    The recent establishment of cloud computing, high-throughput networking, and more versatile web standards and browsers has led to a renewed interest in web-based applications. While traditionally big data has been the domain of optimized desktop and server applications, it is now possible to store vast amounts of data and perform the necessary calculations offsite in cloud storage and computing providers, with the results visualized in a high-quality cross-platform interface via a web browser. There are number of emerging platforms for cloud-based mass spectrometry data analysis; however, there is limited pre-existing code accessible to web developers, especially for those that are constrained to a shared hosting environment where Java and C applications are often forbidden from use by the hosting provider. To remedy this, we provide an open-source mass spectrometry library for one of the most commonly used web development languages, PHP. Our new library, phpMs, provides objects for storing and manipulating spectra and identification data as well as utilities for file reading, file writing, calculations, peptide fragmentation, and protein digestion as well as a software interface for controlling search engines. We provide a working demonstration of some of the capabilities at http://pgb.liv.ac.uk/phpMs .

  16. FuelPHP application development blueprints

    CERN Document Server

    Drouyer, Sébastien

    2015-01-01

    This book is for intermediary to seasoned web developers who want to learn how to use the FuelPHP framework and build complex projects using it. You should be familiar with PHP, HTML, CSS, and JavaScript, but no prior knowledge about MVC frameworks is required.

  17. Laboratorio de PHP y MySQL, febrer 2010

    OpenAIRE

    Berni Millet, Pietro; Gil de la Iglesia, Dídac

    2010-01-01

    El Laboratori de PHP i MySQL és un espai de pràctiques compartit per diverses assignatures de la UOC que tenen en comú un Sistema de Gestió de Bases de Dades (SGBD) d'arquitectura LAMP (Apache + PHP + MySQL). El Laboratorio de PHP y MySQL es un espacio de prácticas compartido por varias asignaturas de la UOC que tienen en común un Sistema de Gestión de Bases de Datos (SGBD) de arquitectura LAMP (Apache + PHP + MySQL). The PHP and MySQL Laboratory is a practical space shared by the UOC s...

  18. The Zend PHP certification practice test book practice questions for the Zend certified engineer exam

    CERN Document Server

    Coggeshall, John

    2005-01-01

    As the usage of PHP grows, the need for a globally-recognized credentials program for professional developers is becoming more and more important. The Zend Engineer Certification Program, launched by worldwide PHP leader Zend Technologies, finally creates a professional designation that represents consistently high-quality skills and knowledge in the PHP world. Written and edited by four members of the Zend Education Board who also helped create the actual Zend Certification Exam, this book contains 200 questions on every topic that is part of the exam. The Zend Certification Practice Test Book is an invaluable resource in testing your preparedness in every area of the exam, from the basics to the most advanced topics. Each question comes with a clear answer that provides an explanation of the question's topic, its goals and end result. Answering the questions in this book will allow you to clearly and quickly identify the areas of PHP in which you are strong and those in which you need further study before b...

  19. Speed up of XML parsers with PHP language implementation

    Science.gov (United States)

    Georgiev, Bozhidar; Georgieva, Adriana

    2012-11-01

    In this paper, authors introduce PHP5's XML implementation and show how to read, parse, and write a short and uncomplicated XML file using Simple XML in a PHP environment. The possibilities for mutual work of PHP5 language and XML standard are described. The details of parsing process with Simple XML are also cleared. A practical project PHP-XML-MySQL presents the advantages of XML implementation in PHP modules. This approach allows comparatively simple search of XML hierarchical data by means of PHP software tools. The proposed project includes database, which can be extended with new data and new XML parsing functions.

  20. Apache Solr PHP integration

    CERN Document Server

    Kumar, Jayant

    2013-01-01

    This book is full of step-by-step example-oriented tutorials which will show readers how to integrate Solr in PHP applications using the available libraries, and boost the inherent search facilities that Solr offers.If you are a developer who knows PHP and is interested in integrating search into your applications, this is the book for you. No advanced knowledge of Solr is required. Very basic knowledge of system commands and the command-line interface on both Linux and Windows is required. You should also be familiar with the concept of Web servers.

  1. PHP & MySQL The Missing Manual

    CERN Document Server

    McLaughlin, Brett

    2011-01-01

    If you can build websites with CSS and JavaScript, this book takes you to the next level-creating dynamic, database-driven websites with PHP and MySQL. Learn how to build a database, manage your content, and interact with users through queries and web forms. With step-by-step tutorials, real-world examples, and jargon-free explanations, you'll soon discover the power of server-side programming. The important stuff you need to know: Get a running start. Write PHP scripts and create a web form right away.Learn the language. Get up to speed on PHP and SQL syntax quickly.Build a database. Use My

  2. Object-sensitive Type Analysis of PHP

    NARCIS (Netherlands)

    Van der Hoek, Henk Erik; Hage, J

    2015-01-01

    In this paper we develop an object-sensitive type analysis for PHP, based on an extension of the notion of monotone frameworks to deal with the dynamic aspects of PHP, and following the framework of Smaragdakis et al. for object-sensitive analysis. We consider a number of instantiations of the

  3. Instant simple botting with PHP

    CERN Document Server

    Anderson, Shay Michael

    2013-01-01

    do for you, and then get to work with the most important features and tasks. This book is a hands-on Starter guide that takes the reader from initialization to the coding and implementation of bot apps.Instant Simple Botting with PHP targets programmers of all levels who are familiar with common PHP functions and syntax, and who want to learn about bots and how to design and develop bots using objects.

  4. Development tool for PHP programs

    OpenAIRE

    Karlsen, Håkon Skaarud

    2005-01-01

    This paper discusses how a PHP development toolbox can be implemented. One toolbox has been implemented, and the implementation is described and documented in the text. The toolbox is primarily meant to help students who are taking a System Development course (INF1050) at the University of Oslo with the implementation phase of a software engineering project, but other PHP programmers may also benefit from using the toolbox. It has been emphasized that the programming interface should be i...

  5. Pro PHP Security From Application Security Principles to the Implementation of XSS Defenses

    CERN Document Server

    Snyder, Chris; Southwell, Michael

    2010-01-01

    PHP security, just like PHP itself, has advanced. Updated for PHP 5.3, the second edition of this authoritative PHP security book covers foundational PHP security topics like SQL injection, XSS, user authentication, and secure PHP development. Chris Snyder and Tom Myer also dive into recent developments like mobile security, the impact of Javascript, and the advantages of recent PHP hardening efforts. Pro PHP Security, Second Edition will serve as your complete guide for taking defensive and proactive security measures within your PHP applications. Beginners in secure programming will find a l

  6. Learning PHP, MySQL, and JavaScript

    CERN Document Server

    Nixon, Robin

    2009-01-01

    If you know HTML, this guide will have you building interactive websites quickly. You'll learn how to create responsive, data-driven websites with PHP, MySQL, and JavaScript, regardless of whether you already know how to program. Discover how the powerful combination of PHP and MySQL provides an easy way to build modern websites complete with dynamic data and user interaction. You'll also learn how to add JavaScript to create rich Internet applications and websites. Learning PHP, MySQL, and JavaScript explains each technology separately, shows you how to combine them, and introduces valuable

  7. PHP Solutions Dynamic Web Design Made Easy

    CERN Document Server

    Powers, David

    2010-01-01

    This is the second edition of David Power's highly-respected PHP Solutions: Dynamic Web Design Made Easy. This new edition has been updated by David to incorporate changes to PHP since the first edition and to offer the latest techniques - a classic guide modernized for 21st century PHP techniques, innovations, and best practices. You want to make your websites more dynamic by adding a feedback form, creating a private area where members can upload images that are automatically resized, or perhaps storing all your content in a database. The problem is, you're not a programmer and the thought o

  8. Analysing Student Programs in the PHP Intelligent Tutoring System

    Science.gov (United States)

    Weragama, Dinesha; Reye, Jim

    2014-01-01

    Programming is a subject that many beginning students find difficult. The PHP Intelligent Tutoring System (PHP ITS) has been designed with the aim of making it easier for novices to learn the PHP language in order to develop dynamic web pages. Programming requires practice. This makes it necessary to include practical exercises in any ITS that…

  9. Exclusion of the GNAS locus in PHP-Ib patients with broad GNAS methylation changes: evidence for an autosomal recessive form of PHP-Ib?

    Science.gov (United States)

    Fernández-Rebollo, Eduardo; Pérez de Nanclares, Guiomar; Lecumberri, Beatriz; Turan, Serap; Anda, Emma; Pérez-Nanclares, Gustavo; Feig, Denice; Nik-Zainal, Serena; Bastepe, Murat; Jüppner, Harald

    2011-08-01

    Most patients with autosomal dominant pseudohypoparathyroidism type Ib (AD-PHP-Ib) carry maternally inherited microdeletions upstream of GNAS that are associated with loss of methylation restricted to GNAS exon A/B. Only few AD-PHP-Ib patients carry microdeletions within GNAS that are associated with loss of all maternal methylation imprints. These epigenetic changes are often indistinguishable from those observed in patients affected by an apparently sporadic PHP-Ib form that has not yet been defined genetically. We have now investigated six female patients affected by PHP-Ib (four unrelated and two sisters) with complete or almost complete loss of GNAS methylation, whose healthy children (11 in total) showed no epigenetic changes at this locus. Analysis of several microsatellite markers throughout the 20q13 region made it unlikely that PHP-Ib is caused in these patients by large deletions involving GNAS or by paternal uniparental isodisomy or heterodisomy of chromosome 20 (patUPD20). Microsatellite and single-nucleotide variation (SNV) data revealed that the two affected sisters share their maternally inherited GNAS alleles with unaffected relatives that lack evidence for abnormal GNAS methylation, thus excluding linkage to this locus. Consistent with these findings, healthy children of two unrelated sporadic PHP-Ib patients had inherited different maternal GNAS alleles, also arguing against linkage to this locus. Based on our data, it appears plausible that some forms of PHP-Ib are caused by homozygous or compound heterozygous mutation(s) in an unknown gene involved in establishing or maintaining GNAS methylation. Copyright © 2011 American Society for Bone and Mineral Research.

  10. Evolution of PHP Applications: A Systematic Literature Review

    Directory of Open Access Journals (Sweden)

    Alinaswe Siame

    2017-03-01

    Full Text Available This paper reviews, some of the research work done in the evolution of PHP applications that have been around and are vastly used. PHP is currently one of the most popular programming languages, widely used in both the open source community and in industry to build large web-focused applications and application frameworks. This review looks at how PHP applications have evolved in terms of the use of libraries, the software maturity, adoption of object-orientation paradigm, the evolution of complexity and security. The results suggest that these systems undergo systematic maintenance and evolution is helping the underlying programming language to grow.

  11. Using PHP/MySQL to Manage Potential Mass Impacts

    Science.gov (United States)

    Hager, Benjamin I.

    2010-01-01

    This paper presents a new application using commercially available software to manage mass properties for spaceflight vehicles. PHP/MySQL(PHP: Hypertext Preprocessor and My Structured Query Language) are a web scripting language and a database language commonly used in concert with each other. They open up new opportunities to develop cutting edge mass properties tools, and in particular, tools for the management of potential mass impacts (threats and opportunities). The paper begins by providing an overview of the functions and capabilities of PHP/MySQL. The focus of this paper is on how PHP/MySQL are being used to develop an advanced "web accessible" database system for identifying and managing mass impacts on NASA's Ares I Upper Stage program, managed by the Marshall Space Flight Center. To fully describe this application, examples of the data, search functions, and views are provided to promote, not only the function, but the security, ease of use, simplicity, and eye-appeal of this new application. This paper concludes with an overview of the other potential mass properties applications and tools that could be developed using PHP/MySQL. The premise behind this paper is that PHP/MySQL are software tools that are easy to use and readily available for the development of cutting edge mass properties applications. These tools are capable of providing "real-time" searching and status of an active database, automated report generation, and other capabilities to streamline and enhance mass properties management application. By using PHP/MySQL, proven existing methods for managing mass properties can be adapted to present-day information technology to accelerate mass properties data gathering, analysis, and reporting, allowing mass property management to keep pace with today's fast-pace design and development processes.

  12. Real-World Solutions for Developing High-Quality PHP Frameworks and Applications

    CERN Document Server

    Bergmann, Sebastian

    2011-01-01

    Learn to develop high-quality applications and frameworks in PHP Packed with in-depth information and step-by-step guidance, this book escorts you through the process of creating, maintaining and extending sustainable software of high quality with PHP. World-renowned PHP experts present real-world case studies for developing high-quality applications and frameworks in PHP that can easily be adapted to changing business requirements. . They offer different approaches to solving  typical development and quality assurance problems that every developer needs to know and master.Details the process

  13. Electronic Resource Management and Design

    Science.gov (United States)

    Abrams, Kimberly R.

    2015-01-01

    We have now reached a tipping point at which electronic resources comprise more than half of academic library budgets. Because of the increasing work associated with the ever-increasing number of e-resources, there is a trend to distribute work throughout the library even in the presence of an electronic resources department. In 2013, the author…

  14. Continuous Integration in PHP web applications development

    OpenAIRE

    Hujer, Martin

    2011-01-01

    This work deals with continuous integration of web applications, especially those in PHP language. The main objective is the selection of the server for continuous integration, its deployment and configuration for continuous integration of PHP web applications. The first chapter describes the concept of continuous integration and its individual techniques. The second chapter deals with the choice of server for continuous integration and its basic settings. The third chapter contains an overvi...

  15. Characterization of the nuclear import mechanism of the CCAAT-regulatory subunit Php4.

    Directory of Open Access Journals (Sweden)

    Md Gulam Musawwir Khan

    Full Text Available Php4 is a nucleo-cytoplasmic shuttling protein that accumulates in the nucleus during iron deficiency. When present in the nucleus, Php4 associates with the CCAAT-binding protein complex and represses genes encoding iron-using proteins. Here, we show that nuclear import of Php4 is independent of the other subunits of the CCAAT-binding complex. Php4 nuclear import relies on two functionally independent nuclear localization sequences (NLSs that are located between amino acid residues 171 to 174 (KRIR and 234 to 240 (KSVKRVR. Specific substitutions of basic amino acid residues to alanines within these sequences are sufficient to abrogate nuclear targeting of Php4. The two NLSs are biologically redundant and are sufficient to target a heterologous reporter protein to the nucleus. Under low-iron conditions, a functional GFP-Php4 protein is only partly targeted to the nucleus in imp1Δ and sal3Δ mutant cells. We further found that cells expressing a temperature-sensitive mutation in cut15 exhibit increased cytosolic accumulation of Php4 at the nonpermissive temperature. Further analysis by pull-down experiments revealed that Php4 is a cargo of the karyopherins Imp1, Cut15 and Sal3. Collectively, these results indicate that Php4 can be bound by distinct karyopherins, connecting it into more than one nuclear import pathway.

  16. PHP and MySQL for Dummies

    CERN Document Server

    Valade, Janet

    2009-01-01

    Here's what Web designers need to know to create dynamic, database-driven Web sites. To be on the cutting edge, Web sites need to serve up HTML, CSS, and products specific to the needs of different customers using different browsers. An effective e-commerce site gathers information about users and provides information they need to get the desired result. PHP scripting language with a MySQL back-end database offers an effective way to design sites that meet these requirements. This full updated 4th Edition of PHP & MySQL For Dummies gets you quickly up to speed, even if your experience is limit

  17. A structural role for the PHP domain in E. coli DNA polymerase III.

    Science.gov (United States)

    Barros, Tiago; Guenther, Joel; Kelch, Brian; Anaya, Jordan; Prabhakar, Arjun; O'Donnell, Mike; Kuriyan, John; Lamers, Meindert H

    2013-05-14

    In addition to the core catalytic machinery, bacterial replicative DNA polymerases contain a Polymerase and Histidinol Phosphatase (PHP) domain whose function is not entirely understood. The PHP domains of some bacterial replicases are active metal-dependent nucleases that may play a role in proofreading. In E. coli DNA polymerase III, however, the PHP domain has lost several metal-coordinating residues and is likely to be catalytically inactive. Genomic searches show that the loss of metal-coordinating residues in polymerase PHP domains is likely to have coevolved with the presence of a separate proofreading exonuclease that works with the polymerase. Although the E. coli Pol III PHP domain has lost metal-coordinating residues, the structure of the domain has been conserved to a remarkable degree when compared to that of metal-binding PHP domains. This is demonstrated by our ability to restore metal binding with only three point mutations, as confirmed by the metal-bound crystal structure of this mutant determined at 2.9 Å resolution. We also show that Pol III, a large multi-domain protein, unfolds cooperatively and that mutations in the degenerate metal-binding site of the PHP domain decrease the overall stability of Pol III and reduce its activity. While the presence of a PHP domain in replicative bacterial polymerases is strictly conserved, its ability to coordinate metals and to perform proofreading exonuclease activity is not, suggesting additional non-enzymatic roles for the domain. Our results show that the PHP domain is a major structural element in Pol III and its integrity modulates both the stability and activity of the polymerase.

  18. Effects of Php Gene-Associated versus Induced Resistance to Tobacco Cyst Nematode in Flue-Cured Tobacco

    Science.gov (United States)

    Johnson, Charles S.; Eisenback, Jon D.

    2009-01-01

    Effects of the systemic acquired resistance (SAR)-inducing compound acibenzolar-S-methyl (ASM) and the plant-growth promoting rhizobacterial mixture Bacillus subtilis A13 and B. amyloliquefaciens IN937a (GB99+GB122) were assessed on the reproduction of a tobacco cyst nematode (TCN- Globodera tabacum solanacearum) under greenhouse conditions. Two sets of two independent experiments were conducted, each involving soil or root sampling. Soil sample experiments included flue-cured tobacco cultivars with (Php+: NC71 and NC102) and without (Php-: K326 and K346) a gene (Php) suppressing TCN parasitism. Root sample experiments examined TCN root parasitism of NC71 and K326. Cultivars possessing the Php gene (Php+) were compared with Php- cultivars to assess the effects of resistance mediated via Php gene vs. induced resistance to TCN. GB99+GB122 consistently reduced nematode reproductive ratio on both Php+ and Php- cultivars, but similar effects of ASM across Php- cultivars were less consistent. In addition, ASM application resulted in leaf yellowing and reduced root weight. GB99+GB122 consistently reduced nematode development in roots of both Php+ and Php- cultivars, while similar effects of ASM were frequently less consistent. The results of this study indicate that GB99+GB122 consistently reduced TCN reproduction in all flue-cured tobacco cultivars tested, while the effects of ASM were only consistent in Php+ cultivars. Under most circumstances, GB99+GB122 suppressed nematode reproduction more consistently than ASM compared to the untreated control. PMID:22736824

  19. PENGEMBANGAN EVALUASI PEMBELAJARAN BERBASIS MULTIMEDIA DENGAN FLASH, PHP, DAN MySQL

    Directory of Open Access Journals (Sweden)

    Hadi Sutopo

    2012-01-01

    Full Text Available Computer-Based Testing (CBT program was launched for years to give test takers the options of taking computerized version of test. The application which generates academic score is developed as a server-side with Adobe Flash. Flash is well known as a powerful and dynamic front-end for the Web. However, Flash is also great interface for server-side applications. PHP can launch server-side script using Flash as a front-end and pass variables back and forth between Flash and the PHP pages. Along with PHP, MySQL can be used to store data and later retrieve it. Using Flash as a front-end, data and variables are passed between the MySQL database, PHP, and Flash to enhance application's functionality in managing databases.

  20. The IBM i Programmer's Guide to PHP

    CERN Document Server

    Olen, Jeff

    2012-01-01

    This is the first book to comprehensively address PHP and how it can-and should-be deployed on the IBM i. With this IBM i-specific point of view, the authors examine how to transfer skills from a green screen environment to the Web, become intimately familiar with PHP's commonly used features, and help start down the road of highly interactive Web-based application development. For decades, the green screen has been the ubiquitous interface into an organization's data. But with the advent of HTML, the Internet, and the browser, combined with the end user's existing familiarity with the Web,

  1. Medición de atributos POO en frameworks de desarrollo PHP

    OpenAIRE

    Acosta, Julio César; Greiner, Cristina L.; Dapozo, Gladys N.; Estayno, Marcelo G.

    2012-01-01

    La medición es un factor clave para analizar la calidad dado que permite la generación de indicadores cuantitativos sobre una entidad software. En este trabajo se presenta una metodología de medición de atributos característicos de la programación orientada a objetos (POO) sobre aplicaciones escritas en PHP 5, con el objetivo de conocer qué tan bien se implementan los conceptos de la POO en aplicaciones PHP. La misma fue aplicada para evaluar cuatro frameworks de desarrollo PHP, que soportan ...

  2. Tripeptide amide L-pyroglutamyl-histidyl-L-prolineamide (L-PHP-thyrotropin-releasing hormone, TRH) promotes insulin-producing cell proliferation.

    Science.gov (United States)

    Luo, LuGuang; Luo, John Z Q; Jackson, Ivor

    2013-02-01

    A very small tripeptide amide L-pyroglutamyl-L-histidyl-L-prolineamide (L-PHP, Thyrotropin-Releasing Hormone, TRH), was first identified in the brain hypothalamus area. Further studies found that L-PHP was expressed in pancreas. The biological role of pancreatic L-PHP is still not clear. Growing evidence indicates that L-PHP expression in the pancreas may play a pivotal role for pancreatic development in the early prenatal period. However, the role of L-PHP in adult pancreas still needs to be explored. L-PHP activation of pancreatic β cell Ca2+ flow and stimulation of β-cell insulin synthesis and release suggest that L-PHP involved in glucose metabolism may directly act on the β cell separate from any effects via the central nervous system (CNS). Knockout L-PHP animal models have shown that loss of L-PHP expression causes hyperglycemia, which cannot be reversed by administration of thyroid hormone, suggesting that the absence of L-PHP itself is the cause. L-PHP receptor type-1 has been identified in pancreas which provides a possibility for L-PHP autocrine and paracrine regulation in pancreatic function. During pancreatic damage in adult pancreas, L-PHP may protect beta cell from apoptosis and initiate its regeneration through signal pathways of growth hormone in β cells. L-PHP has recently been discovered to affect a broad array of gene expression in the pancreas including growth factor genes. Signal pathways linked between L-PHP and EGF receptor phosphorylation suggest that L-PHP may be an important factor for adult β-cell regeneration, which could involve adult stem cell differentiation. These effects suggest that L-PHP may benefit pancreatic β cells and diabetic therapy in clinic.

  3. The use of PHP in the radioactive effluent treatment in rare earth industry

    International Nuclear Information System (INIS)

    Shitang, Q.; Ruensheng, W.

    1985-01-01

    Monazite is one of the most important rare earth resources, processing monazite, however, is accompanied by radioactive effluent that needs treatment. A satisfactory treatment should be able not only to insolubilize the radioactive isotopes but also to clarify the suspension quickly and completely. In this study, out of 15 different coagulants, partially hydrolyzed polyacrylamide (PHP) of molecular weight 1000 has been chosen as the most efficient one for the clarification of the treated effluent in question. Satisfactory performance has been attained in a continuous clarifier

  4. Electronic Resource Management Systems

    Directory of Open Access Journals (Sweden)

    Mark Ellingsen

    2004-10-01

    Full Text Available Computer applications which deal with electronic resource management (ERM are quite a recent development. They have grown out of the need to manage the burgeoning number of electronic resources particularly electronic journals. Typically, in the early years of e-journal acquisition, library staff provided an easy means of accessing these journals by providing an alphabetical list on a web page. Some went as far as categorising the e-journals by subject and then grouping the journals either on a single web page or by using multiple pages. It didn't take long before it was recognised that it would be more efficient to dynamically generate the pages from a database rather than to continually edit the pages manually. Of course, once the descriptive metadata for an electronic journal was held within a database the next logical step was to provide administrative forms whereby that metadata could be manipulated. This in turn led to demands for incorporating more information and more functionality into the developing application.

  5. Preferential Hyperacuity Perimeter (PreView PHP) for detecting choroidal neovascularization study.

    Science.gov (United States)

    Alster, Yair; Bressler, Neil M; Bressler, Susan B; Brimacombe, Judith A; Crompton, R Michael; Duh, Yi-Jing; Gabel, Veit-Peter; Heier, Jeffrey S; Ip, Michael S; Loewenstein, Anat; Packo, Kirk H; Stur, Michael; Toaff, Techiya

    2005-10-01

    To assess the ability of the Preferential Hyperacuity Perimeter (PreView PHP; Carl Zeiss Meditec, Dublin, CA) to detect recent-onset choroidal neovascularization (CNV) resulting from age-related macular degeneration (AMD) and to differentiate it from an intermediate stage of AMD. Prospective, comparative, concurrent, nonrandomized, multicenter study. Eligible participants' study eyes had a corrected visual acuity of 20/160 or better and either untreated CNV from AMD diagnosed within the last 60 days or an intermediate stage of AMD. After obtaining consent, visual acuity with habitual correction, masked PHP testing, stereoscopic color fundus photography, and fluorescein angiography were performed. Photographs and angiograms were evaluated by graders masked to diagnosis and PHP results. The reading center's diagnosis determined if the patient was categorized as having intermediate AMD or neovascular AMD. A successful study outcome was defined a priori as a sensitivity of at least 80% and a specificity of at least 80%. Of 185 patients who gave consent to be enrolled, 11 (6%) had PHP results judged to be unreliable. An additional 52 were not included because they did not meet all eligibility criteria. Of the remaining 122 patients, 57 had an intermediate stage of AMD and 65 had neovascular AMD. The sensitivity to detect newly diagnosed CNV using PHP testing was 82% (95% confidence interval [CI], 70%-90%). The specificity to differentiate newly diagnosed CNV from the intermediate stage of AMD using PHP testing was 88% (95% CI, 76%-95%). Preferential Hyperacuity Perimeter testing can detect recent-onset CNV resulting from AMD and can differentiate it from an intermediate stage of AMD with high sensitivity and specificity. These data suggest that monitoring with PHP should detect most cases of CNV of recent onset with few false-positive results at a stage when treatment usually would be beneficial. Thus, this monitoring should be considered in the management of the

  6. Electronic Resources Management Project Presentation 2012

    KAUST Repository

    Ramli, Rindra M.

    2012-11-05

    This presentation describes the electronic resources management project undertaken by the KAUST library. The objectives of this project is to migrate information from MS Sharepoint to Millennium ERM module. One of the advantages of this migration is to consolidate all electronic resources into a single and centralized location. This would allow for better information sharing among library staff.

  7. PRINCIPLES OF CONTENT FORMATION EDUCATIONAL ELECTRONIC RESOURCE

    Directory of Open Access Journals (Sweden)

    О Ю Заславская

    2017-12-01

    Full Text Available The article considers modern possibilities of information and communication technologies for the design of electronic educational resources. The conceptual basis of the open educational multimedia system is based on the modular architecture of the electronic educational resource. The content of the electronic training module can be implemented in several versions of the modules: obtaining information, practical exercises, control. The regularities in the teaching process in modern pedagogical theory are considered: general and specific, and the principles for the formation of the content of instruction at different levels are defined, based on the formulated regularities. On the basis of the analysis, the principles of the formation of the electronic educational resource are determined, taking into account the general and didactic patterns of teaching.As principles of the formation of educational material for obtaining information for the electronic educational resource, the article considers: the principle of methodological orientation, the principle of general scientific orientation, the principle of systemic nature, the principle of fundamentalization, the principle of accounting intersubject communications, the principle of minimization. The principles of the formation of the electronic training module of practical studies in the article include: the principle of systematic and dose based consistency, the principle of rational use of study time, the principle of accessibility. The principles of the formation of the module for monitoring the electronic educational resource can be: the principle of the operationalization of goals, the principle of unified identification diagnosis.

  8. Implementing CORAL: An Electronic Resource Management System

    Science.gov (United States)

    Whitfield, Sharon

    2011-01-01

    A 2010 electronic resource management survey conducted by Maria Collins of North Carolina State University and Jill E. Grogg of University of Alabama Libraries found that the top six electronic resources management priorities included workflow management, communications management, license management, statistics management, administrative…

  9. Managing electronic resources a LITA guide

    CERN Document Server

    Weir, Ryan O

    2012-01-01

    Informative, useful, current, Managing Electronic Resources: A LITA Guide shows how to successfully manage time, resources, and relationships with vendors and staff to ensure personal, professional, and institutional success.

  10. Pro PHP Refactoring

    CERN Document Server

    Trucchia, F

    2010-01-01

    Many businesses and organizations depend on older high-value PHP software that risks abandonment because it is impossible to maintain. The reasons for this may be that the software is not well designed; there is only one developer (the one who created the system) who can develop it because he didn't use common design patterns and documentation; or the code is procedural, not object oriented. With this book, you'll learn to identify problem code and refactor it to create more effective applications using test-driven design. What you'll learn * What refactoring is and why you need to refactor co

  11. Static, Lightweight Includes Resolution for PHP

    NARCIS (Netherlands)

    M.A. Hills (Mark); P. Klint (Paul); J.J. Vinju (Jurgen)

    2014-01-01

    htmlabstractDynamic languages include a number of features that are challenging to model properly in static analysis tools. In PHP, one of these features is the include expression, where an arbitrary expression provides the path of the file to include at runtime. In this paper we present two

  12. An empirical study of PHP feature usage

    NARCIS (Netherlands)

    M.A. Hills (Mark); P. Klint (Paul); J.J. Vinju (Jurgen); M. Pezze; M Harman

    2013-01-01

    htmlabstractPHP is one of the most popular languages for server-side application development. The language is highly dynamic, providing programmers with a large amount of flexibility. However, these dynamic features also have a cost, making it difficult to apply traditional static analysis

  13. Testing Theoretical Relationships: Factors Influencing Positive Health Practices (PHP) in Filipino College Students

    Science.gov (United States)

    Ayres, Cynthia; Mahat, Ganga; Atkins, Robert

    2013-01-01

    Objective: To examine variables influencing the positive health practices (PHP) of Filipino college students to gain a better understanding of health practices in this ethnic/racial group. Cross-sectional study tested theoretical relationships postulated among (a) PHP, (b) social support (SS), (c) optimism, and (d) acculturation. Participants: A…

  14. DESARROLLO DE UN PORTAL WEB CON TECNOLOGIA PHP/MYSQL

    OpenAIRE

    IBAÑEZ RAAD, FABRICIO CARLOS

    2015-01-01

    Este trabajo de final de grado consta en la implementación de la tecnología PHP y MySQL en un portal web desarrollado con con NetBeans IDE. La ventaja es que tanto PHP, MySQL y NetBeans son open source con lo cual se evita el sobrecoste de pagar licencias adicionales a la hora de crear una web. En este proyecto he implementado un CMS (sistema de gestión de contenidos) donde el usuario puede poner en su web los objetos que el desee a través de este CMS de una forma dinámica y rápida sin tener...

  15. Comparison of response times of a mobile-web EHRs system using PHP and JSP languages.

    Science.gov (United States)

    De la Torre-Díez, Isabel; Antón-Rodríguez, Míriam; Díaz-Pernas, Francisco Javier; Perozo-Rondón, Freddy José

    2012-12-01

    Performance evaluation is highly important in the Electronic Health Records (EHRs) system implementation. Response time's measurement can be considered as one manner to make that evaluation. In the e-health field, after the creation of EHRs available through different platforms such as Web and/or mobile, a performance evaluation is necessary. The operation of the system in the right way is essential. In this paper, a comparison of the response times for the MEHRmobile system is presented. The first version uses PHP language with a MySQL database and the second one employs JSP with an eXist database. Both versions have got the same functionalities. In addition to the technological aspects, a significant difference is the way the information is stored. The main goal of this paper is choosing the version which offers better response times. We have created a new benchmark to calculate the response times. Better results have been obtained for the PHP version. Nowadays, this version is being used for specialists from Fundación Intras, Spain.

  16. Gender Analysis Of Electronic Information Resource Use: The Case ...

    African Journals Online (AJOL)

    Based on the findings the study concluded that access and use of electronic information resources creates a “social digital divide” along gender lines. The study ... Finally, the library needs to change its marketing strategies on the availability of electronic information resources to increase awareness of these resources.

  17. Migrating Existing PHP Web Applications to the Cloud

    Directory of Open Access Journals (Sweden)

    Ionut VODA

    2014-01-01

    Full Text Available The purpose of this paper is to present a set of best practices for moving PHP web applications from a traditional hosting to a Cloud based one. PHP applications are widespread nowadays and they come in many shapes and sizes and that is why they require a special attention. The paper goes beyond just moving the code in the Cloud and setting up the run-time environment as some architectural changes must be done at application level most of the time. The decision of how and when to make these changes can make the difference between a successful migra-tion and a failed one. It will be presented how to decouple and scale an application, how to scale a database while following the high availability principles.

  18. Users satisfaction with electronic information resources and services ...

    African Journals Online (AJOL)

    This study investigated users satisfaction on the use of electronic information resources and services in MTN Net libraries in ABU & UNIBEN. Two objectives and one null hypotheses were formulated and tested with respect to the users' satisfaction on electronic information resources and services in MTN Net libraries in ...

  19. Rhodium-Catalyzed Insertion Reaction of PhP Group of Pentaphenylcyclopentaphosphine with Acyclic and Cyclic Disulfides.

    Science.gov (United States)

    Arisawa, Mieko; Sawahata, Kyosuke; Yamada, Tomoki; Sarkar, Debayan; Yamaguchi, Masahiko

    2018-02-16

    Organophosphorus compounds with a phosphorus atom attached to a phenyl group and two organothio/organoseleno groups were synthesized using the rhodium-catalyzed insertion reaction of the PhP group of pentaphenylcyclopentaphosphine (PhP) 5 with acyclic disulfides and diselenides. The method was applied to the synthesis of heterocyclic compounds containing the S-P-S group by the reaction of (PhP) 5 and cyclic disulfides such as 1,2-dithietes, 1,2-dithiocane, 1,4,5-dithiopane, and 1,2-dithiolanes.

  20. PHP und MySQL der Web-Baukasten fur Einsteiger und Individualisten

    CERN Document Server

    Damaschke, Giesbert

    2015-01-01

    Sie haben schon eigene Webseiten gebaut und mochten diese nun mit Funktionen ausstatten, fur die Sie PHP und MySQL benotigen? Giesbert Damaschke zeigt Ihnen in diesem Buch, wie Sie das schaffen. Schritt fur Schritt erlernen Sie die benotigten Programmier- und Datenbankgrundlagen - immer im Rahmen von typischen dynamischen Anwendungen. So erheben und speichern Sie zum Beispiel mit Formularen Kontaktdaten, prufen Benutzereingaben, erstellen Menus, richten einen Besucherzahler ein, verschicken E-Mails mit PHP oder entwickeln sogar einen eigenen Blog. Alle Codebeispiele werden ausfuhrlich erklart,

  1. Web Services as new phenomenon in the PHP environment

    Directory of Open Access Journals (Sweden)

    Pavel Horovčák

    2006-06-01

    Full Text Available The support of development and exploitation of Web Services (WS is gradually becoming an integral part of current development environments. Beside standard environments connected with the emergence of WS (Java or .NET, the support is presently time realized also in a widely-used environment for the web application development – PHP, in its updated version 5. This contribution is oriented towards the development and utilization of WS within the framework of PHP 5. It deals with the development of standard WS (calculation mode as well as WS in the database mode (using MySQL, SQLite. It compares the structured and object-oriented approach (which is preferred to the server part of the service development.

  2. iDESWEB: Práctica 7: Administración de un servidor web y PHP 1 (formularios)

    OpenAIRE

    Luján Mora, Sergio

    2012-01-01

    Aprender a instalar y configurar la plataforma de desarrollo web XAMPP. Aprender los conceptos básicos del lenguaje de programación PHP. Aprender dividir la estructura de una página web en múltiples ficheros con PHP. Aprender a gestionar los datos de un formulario web con PHP. Sitio web del curso: http://idesweb.es/

  3. MongoDB and PHP

    CERN Document Server

    Francia, Steve

    2012-01-01

    What would happen if you optimized a data store for the operations application developers actually use? You'd arrive at MongoDB, the reliable document-oriented database. With this concise guide, you'll learn how to build elegant database applications with MongoDB and PHP. Written by the Chief Solutions Architect at 10gen-the company that develops and supports this open source database-this book takes you through MongoDB basics such as queries, read-write operations, and administration, and then dives into MapReduce, sharding, and other advanced topics. Get out of the relational database rut,

  4. 75 FR 66038 - Planning Resource Adequacy Assessment Reliability Standard

    Science.gov (United States)

    2010-10-27

    ..., providing a common framework for resource adequacy analysis, assessment, and documentation) effectively and...://www.nerc.com/commondocs.php?cd=2 . D. Proposed Effective Date 24. Proposed regional Reliability...

  5. Phene Plate (PhP) biochemical fingerprinting. A screening method for epidemiological typing of enterococcal isolates.

    Science.gov (United States)

    Saeedi, B; Tärnberg, M; Gill, H; Hällgren, A; Jonasson, J; Nilsson, L E; Isaksson, B; Kühn, I; Hanberger, H

    2005-09-01

    Pulsed-field gel electrophoresis (PFGE) is currently considered the gold standard for genotyping of enterococci. However, PFGE is both expensive and time-consuming. The purpose of this study was to investigate whether the PhP system can be used as a reliable clinical screening method for detection of genetically related isolates of enterococci. If so, it should be possible to minimize the number of isolates subjected to PFGE typing, which would save time and money. Ninety-nine clinical enterococcal isolates were analysed by PhP (similarity levels 0.90-0.975) and PFGE (similarity levels PhP also belong to the same cluster according to PFGE, i.e. p(A(PFGE)=B(PFGE) * A(PhP)=B(PhP)), and the probability that a pair of isolates of different types according to PhP also belong to different clusters according to PFGE, i.e. p(A(PFGE) not equalB(PFGE) * A(PhP) not equalB(PhP)), was relatively high for E. faecalis (0.86 and 0.96, respectively), but was lower for E. faecium (0.51 and 0.77, respectively). The concordance which shows the probability that PhP and PFGE agree on match or mismatch was 86%-93% for E. faecalis and 54%-66% for E. faecium, which indicates that the PhP method may be useful for epidemiological typing of E. faecalis in the current settings but not for E. faecium.

  6. Organizational matters of competition in electronic educational resources

    Directory of Open Access Journals (Sweden)

    Ирина Карловна Войтович

    2015-12-01

    Full Text Available The article examines the experience of the Udmurt State University in conducting competitions of educational publications and electronic resources. The purpose of such competitions is to provide methodological support to educational process. The main focus is on competition of electronic educational resources. The technology of such contests is discussed through detailed analysis of the main stages of the contest. It is noted that the main task of the preparatory stage of the competition is related to the development of regulations on competition and the definition of criteria for selection of the submitted works. The paper also proposes a system of evaluation criteria of electronic educational resources developed by members of the contest organizing committee and jury members. The article emphasizes the importance of not only the preparatory stages of the competition, but also measures for its completion, aimed at training teachers create quality e-learning resources.

  7. Pretreating wheat straw by the concentrated phosphoric acid plus hydrogen peroxide (PHP): Investigations on pretreatment conditions and structure changes.

    Science.gov (United States)

    Wang, Qing; Hu, Jinguang; Shen, Fei; Mei, Zili; Yang, Gang; Zhang, Yanzong; Hu, Yaodong; Zhang, Jing; Deng, Shihuai

    2016-01-01

    Wheat straw was pretreated by PHP (the concentrated H3PO4 plus H2O2) to clarify effects of temperature, time and H3PO4 proportion on hemicellulose removal, delignification, cellulose recovery and enzymatic digestibility. Overall, hemicellulose removal was intensified by PHP comparing to the concentrated H3PO4. Moreover, efficient delignification specially happened in PHP pretreatment. Hemicellulose removal and delignification by PHP positively responded to temperature and time. Increasing H3PO4 proportion in PHP can promote hemicellulose removal, however, decrease the delignification. Maximum hemicellulose removal and delignification were achieved at 100% and 83.7% by PHP. Enzymatic digestibility of PHP-pretreated wheat straw was greatly improved by increasing temperature, time and H3PO4 proportion, and complete hydrolysis can be achieved consequently. As temperature of 30-40°C, time of 2.0 h and H3PO4 proportion of 60% were employed, more than 92% cellulose was retained in the pretreated wheat straw, and 29.1-32.6g glucose can be harvested from 100g wheat straw. Copyright © 2015 Elsevier Ltd. All rights reserved.

  8. CHALLENGES OF ELECTRONIC INFORMATION RESOURCES IN ...

    African Journals Online (AJOL)

    This paper discusses the role of policy for proper and efficient library services in the electronic era. It points out some of the possible dangers of embarking in electronic resources without a proper focus at hand. Thus, it calls for today's librarians and policy makers to brainstorm and come up with working policies suitable to ...

  9. Use of Electronic Resources in a Private University in Nigeria ...

    African Journals Online (AJOL)

    The study examined awareness and constraints in the use of electronic resources by lecturers and students of Ajayi Crowther University, Oyo, Nigeria. It aimed at justifying the resources expended in the provision of electronic resources in terms of awareness, patronage and factors that may be affecting awareness and use ...

  10. Electronic Resources Management System: Recommendation Report 2017

    KAUST Repository

    Ramli, Rindra M.

    2017-05-01

    This recommendation report provides an overview of the selection process for the new Electronic Resources Management System. The library has decided to move away from Innovative Interfaces Millennium ERM module. The library reviewed 3 system as potential replacements namely: Proquest 360 Resource Manager, Ex Libris Alma and Open Source CORAL ERMS. After comparing and trialling the systems, it was decided to go for Proquest 360 Resource Manager.

  11. use of electronic resources by graduate students of the department

    African Journals Online (AJOL)

    respondent's access electronic resources from the internet via Cybercafé .There is a high ... KEY WORDS: Use, Electronic Resources, Graduate Students, Cybercafé. INTRODUCTION ... Faculty of Education, University of Uyo, Uyo. Olu Olat ...

  12. The effect of total blood exchange with PHP solution on cardiac xenotransplantation.

    Science.gov (United States)

    Liu, H; Agishi, T; Suga, H; Hayasaka, Y; Teraoka, S; Ota, K

    1995-04-01

    Prevention of hyperacute rejection is a difficult and unsolved problem in xenotransplantation. Natural antibodies and complement activation have been known to play an important role in the xenotransplantation between discordant species pairs. In the present study, total blood exchange (TBE) was performed with pyridoxalated-hemoglobin-polyoxyethylene conjugate (PHP) solution (Ajinomoto Co., Inc., Kawasaki, Japan) before cardiac xenotransplantation in order to remove the immunoglobulins and prolong xenograft survival time. Guinea pigs and rats were used as the discordant species combination for donor and recipient. Two groups were established: Group 1, untreated control (n = 8) and Group 2, TBT with PHP solution (n = 8). The exchange blood transfusion was carried out at the rate of 15-20 ml/h utilizing PHP solution using a blood pump. After the blood exchange was processed, hematocrit (Ht) levels dropped to 4 or 5%, and a cardiac xenotransplantation was performed within 24 h. The levels of serum IgA, IgM, and IgG were decreased to less than 25, 25, and 10% of the base line, respectively, after blood exchange. A mean xenograft survival time in Group 2 was prolonged to 472 +/- 74 min and to 10.4 +/- 1.8 min in Group 1 (p < 0.01). A titer of the anti-guinea pig lymphocytotoxic antibody in rat serum was decreased to almost nil. The data from this study suggest that total blood exchange with PHP solution may be useful in preoperative removal of xenograft antibodies in xenotransplantation.

  13. PHP14 regulates hepatic stellate cells migration in liver fibrosis via mediating TGF-β1 signaling to PI3Kγ/AKT/Rac1 pathway.

    Science.gov (United States)

    Xu, Anjian; Li, Yanmeng; Zhao, Wenshan; Hou, Fei; Li, Xiaojin; Sun, Lan; Chen, Wei; Yang, Aiting; Wu, Shanna; Zhang, Bei; Yao, Jingyi; Wang, Huan; Huang, Jian

    2018-02-01

    Hepatic fibrosis is characterized by the activation of hepatic stellate cells (HSCs). Migration of the activated HSCs to the site of injury is one of the key characteristics during the wound healing process. We have previously demonstrated that 14 kDa phosphohistidine phosphatase (PHP14) is involved in migration and lamellipodia formation of HSCs. However, the role of PHP14 in liver fibrosis remains unknown. In this study, we first assessed PHP14 expression and distribution in liver fibrotic tissues using western blot, immunohistochemistry, and double immunofluorescence staining. Next, we investigated the role of PHP14 in liver fibrosis and, more specifically, the migration of HSCs by Transwell assay and 3D collagen matrices assay. Finally, we explored the possible molecular mechanisms of the effects of PHP14 on these processes. Our results show that the PHP14 expression is up-regulated in fibrotic liver and mainly in HSCs. Importantly, TGF-β1 can induce PHP14 expression in HSCs accompanied with the activation of HSCs. Consistent with the previous study, PHP14 promotes HSCs migration, especially, promotes 3D floating collagen matrices contraction but inhibits stressed-released matrices contraction. Mechanistically, the PI3Kγ/AKT/Rac1 pathway is involved in migration regulated by PHP14. Moreover, PHP14 specifically mediates the TGF-β1 signaling to PI3Kγ/AKT pathway and regulates HSC migration, and thus participates in liver fibrosis. Our study identified the role of PHP14 in liver fibrosis, particularly HSC migration, and suggested a novel mediator of transducting TGF-β1 signaling to PI3Kγ/AKT/Rac1 pathway. PHP14 is up-regulated in fibrotic liver and activated hepatic stellate cells. The expression of PHP14 is induced by TGF-β1. The migration of hepatic stellate cells is regulated by PHP14. PHP14 is a mediator of TGF-β1 signaling to PI3Kγ/AKT/Rac1 pathway in hepatic stellate cells.

  14. MySQL/PHP web database applications for IPAC proposal submission

    Science.gov (United States)

    Crane, Megan K.; Storrie-Lombardi, Lisa J.; Silbermann, Nancy A.; Rebull, Luisa M.

    2008-07-01

    The Infrared Processing and Analysis Center (IPAC) is NASA's multi-mission center of expertise for long-wavelength astrophysics. Proposals for various IPAC missions and programs are ingested via MySQL/PHP web database applications. Proposers use web forms to enter coversheet information and upload PDF files related to the proposal. Upon proposal submission, a unique directory is created on the webserver into which all of the uploaded files are placed. The coversheet information is converted into a PDF file using a PHP extension called FPDF. The files are concatenated into one PDF file using the command-line tool pdftk and then forwarded to the review committee. This work was performed at the California Institute of Technology under contract to the National Aeronautics and Space Administration.

  15. Développement professionnel en PHP quels frameworks s'offrent aux entreprises ?

    OpenAIRE

    Ehrbar, Jérôme; Hauri, Rolf

    2009-01-01

    Les frameworks PHP sont des outils aidant à la réalisation d’une application. Le but de ce travail était de déterminer quels frameworks les entreprises peuvent-elles choisir. Il commence par une sélection de frameworks PHP existant sur le marché. Un ensemble de critères a été définis afin de les évaluer. Sur la base de cette analyse, certains frameworks ont été sélectionnés dans le but de réaliser une petite application avec chaque framework. Ainsi, le lecteur voit les différences de façon pr...

  16. Electronic resource management practical perspectives in a new technical services model

    CERN Document Server

    Elguindi, Anne

    2012-01-01

    A significant shift is taking place in libraries, with the purchase of e-resources accounting for the bulk of materials spending. Electronic Resource Management makes the case that technical services workflows need to make a corresponding shift toward e-centric models and highlights the increasing variety of e-formats that are forcing new developments in the field.Six chapters cover key topics, including: technical services models, both past and emerging; staffing and workflow in electronic resource management; implementation and transformation of electronic resource management systems; the ro

  17. Utilization of electronic information resources by academic staff at ...

    African Journals Online (AJOL)

    The study investigated the utilization of Electronic Information resources by the academic staff of Makerere University in Uganda. It examined the academic staff awareness of the resources available, the types of resources provided by the Makerere University Library, the factors affecting resource utilization. The study was ...

  18. Electronic Resources Management Project Presentation 2012

    KAUST Repository

    Ramli, Rindra M.

    2012-01-01

    This presentation describes the electronic resources management project undertaken by the KAUST library. The objectives of this project is to migrate information from MS Sharepoint to Millennium ERM module. One of the advantages of this migration

  19. iDESWEB (3ª ed.): Práctica 8: Administración de un servidor web y PHP 1 (formularios)

    OpenAIRE

    Luján Mora, Sergio

    2013-01-01

    Aprender a instalar y configurar la plataforma de desarrollo web XAMPP. Aprender los conceptos básicos del lenguaje de programación PHP. Aprender dividir la estructura de una página web en múltiples ficheros con PHP. Aprender a gestionar los datos de un formulario web con PHP. Sitio web del curso: http://idesweb.es/

  20. Introducción a phpMyAdmin (3/4)

    OpenAIRE

    Suárez Cueto, Armando

    2012-01-01

    Curso "Introducción al desarrollo web": inserción de datos, creación de una relación muchos a muchos (N:N), claves ajenas, integridad referencial, diseñador de phpMyAdmin. Más información: http://idesweb.es

  1. Practical guide to electronic resources in the humanities

    CERN Document Server

    Dubnjakovic, Ana

    2010-01-01

    From full-text article databases to digitized collections of primary source materials, newly emerging electronic resources have radically impacted how research in the humanities is conducted and discovered. This book, covering high-quality, up-to-date electronic resources for the humanities, is an easy-to-use annotated guide for the librarian, student, and scholar alike. It covers online databases, indexes, archives, and many other critical tools in key humanities disciplines including philosophy, religion, languages and literature, and performing and visual arts. Succinct overviews of key eme

  2. Web application development with Yii 2 and PHP

    CERN Document Server

    Safronov, Mark

    2014-01-01

    This book is for professional PHP developers who wish to master the powerful Yii 2 application framework. It is assumed that you have knowledge of object-oriented programming. The previous version of the Yii framework is only briefly mentioned, but it''ll be even easier to grasp Yii 2 with the knowledge of Yii 1.1.x.

  3. Utilisation of Electronic Information Resources By Lecturers in ...

    African Journals Online (AJOL)

    This study assesses the use of information resources, specifically, electronic databases by lecturers/teachers in Universities and Colleges of Education in South Western Nigeria. Information resources are central to teachers' education. It provides lecturers/teachers access to information that enhances research and ...

  4. Correlations between M-CHARTS and PHP findings and subjective perception of metamorphopsia in patients with macular diseases.

    Science.gov (United States)

    Arimura, Eiko; Matsumoto, Chota; Nomoto, Hiroki; Hashimoto, Shigeki; Takada, Sonoko; Okuyama, Sachiko; Shimomura, Yoshikazu

    2011-01-05

    To assess the correlations between a patient's subjective perception of metamorphopsia and the clinical measurements of metamorphopsia by M-CHARTS and PreView PHP (PHP). The authors designed a 10-item questionnaire focusing on the symptoms of metamorphopsia and verified its validity with a Rasch analysis. M-CHARTS measured the minimum visual angle of a dotted line needed to detect metamorphopsia, and PHP used the hyperacuity function for detection. Subjects were 39 patients with idiopathic epiretinal membrane (ERM), 22 patients with idiopathic macular hole (M-hole), 19 patients with age-related macular degeneration (AMD), and 51 healthy controls. Rasch analysis suggested the elimination of one question. The nine-item questionnaire score significantly correlated to the M-CHARTS score in ERM (r = 0.59; P = 0.0004) but not in M-hole and to the PHP result in AMD (r = -0.29; P = 0.04) but not in ERM. Eighty percent of ERM patients with greater horizontal M-CHARTS score subjectively perceived horizontal metamorphopsia more often. M-CHARTS showed better sensitivities than PHP in both ERM (89% vs. 42%) and AMD (74% vs. 68%) and better specificity (100% vs. 71%) in healthy controls. Rasch analysis indicated that the present form of the questionnaire is better suited for moderate to severe cases of metamorphopsia than for mild cases. The questionnaire appears to be a valid assessment of patient subjective perception of metamorphopsia and can be used to supplement the clinical measurements of metamorphopsia by M-CHARTS and PHP in patients with macular diseases.

  5. Better Targeting, Better Efficiency for Wide-scale Neuronal Transduction with the Synapsin Promoter and AAV-PHP.B

    Directory of Open Access Journals (Sweden)

    Kasey L Jackson

    2016-11-01

    Full Text Available Widespread genetic modification of cells in the central nervous system (CNS with a viral vector has become possible and increasingly more efficient. We previously applied an AAV9 vector with the cytomegalovirus/chicken beta-actin hybrid (CBA promoter and achieved wide-scale CNS transduction in neonatal and adult rats. However, this method transduces a variety of tissues in addition to the CNS. Thus we studied intravenous AAV9 gene transfer with a synapsin promoter to better target the neurons. We noted in systematic comparisons that the synapsin promoter drives lower level expression than does the CBA promoter. The engineered AAV-PHP.B serotype was compared with AAV9, and AAV-PHP.B did enhance the efficiency of expression. Combining the synapsin promoter with AAV-PHP.B could therefore be advantageous in terms of combining two refinements of targeting and efficiency. Wide-scale expression was used to model a disease with widespread pathology. Vectors encoding the amyotrophic lateral sclerosis (ALS-related protein TDP-43 with the synapsin promoter and AAV-PHP.B were used for efficient CNS-targeted TDP-43 expression. Intracerebroventricular injections were also explored to limit TDP-43 expression to the CNS. The neuron-selective promoter and the AAV-PHP.B enhanced gene transfer and ALS disease modeling in adult rats.

  6. Intravenous administration of the adeno-associated virus-PHP.B capsid fails to upregulate transduction efficiency in the marmoset brain.

    Science.gov (United States)

    Matsuzaki, Yasunori; Konno, Ayumu; Mochizuki, Ryuta; Shinohara, Yoichiro; Nitta, Keisuke; Okada, Yukihiro; Hirai, Hirokazu

    2018-02-05

    Intravenous administration of adeno-associated virus (AAV)-PHP.B, a capsid variant of AAV9 containing seven amino acid insertions, results in a greater permeability of the blood brain barrier (BBB) than standard AAV9 in mice, leading to highly efficient and global transduction of the central nervous system (CNS). The present study aimed to examine whether the enhanced BBB penetrance of AAV-PHP.B observed in mice also occurs in non-human primates. Thus, a young adult (age, 1.6 years) and an old adult (age, 7.2 years) marmoset received an intravenous injection of AAV-PHP.B expressing enhanced green fluorescent protein (EGFP) under the control of the constitutive CBh promoter (a hybrid of cytomegalovirus early enhancer and chicken β-actin promoter). Age-matched control marmosets were treated with standard AAV9-capsid vectors. The animals were sacrificed 6 weeks after the viral injection. Based on the results, only limited transduction of neurons (0-2%) and astrocytes (0.1-2.5%) was observed in both AAV-PHP.B- and AAV9-treated marmosets. One noticeable difference between AAV-PHP.B and AAV9 was the marked transduction of the peripheral dorsal root ganglia neurons. Indeed, the soma and axons in the projection from the spinal cord to the nucleus cuneatus in the medulla oblongata were strongly labeled with EGFP by AAV-PHP.B. Thus, except for the peripheral dorsal root ganglia neurons, the AAV-PHP.B transduction efficiency in the CNS of marmosets was comparable to that of AAV9 vectors. Copyright © 2017 Elsevier B.V. All rights reserved.

  7. Discipline, availability of electronic resources and the use of Finnish National Electronic Library - FinELib

    Directory of Open Access Journals (Sweden)

    Sanna Torma

    2004-01-01

    Full Text Available This study elaborated relations between digital library use by university faculty, users' discipline and the availability of key resources in the Finnish National Electronic Library (FinELib, Finnish national digital library, by using nationwide representative survey data. The results show that the perceived availability of key electronic resources by researchers in FinELib was a stronger predictor of the frequency and purpose of use of its services than users' discipline. Regardless of discipline a good perceived provision of central resources led to a more frequent use of FinELib. The satisfaction with the services did not vary with the discipline, but with the perceived availability of resources.

  8. The Role of the Acquisitions Librarian in Electronic Resources Management

    Science.gov (United States)

    Pomerantz, Sarah B.

    2010-01-01

    With the ongoing shift to electronic formats for library resources, acquisitions librarians, like the rest of the profession, must adapt to the rapidly changing landscape of electronic resources by keeping up with trends and mastering new skills related to digital publishing, technology, and licensing. The author sought to know what roles…

  9. An Improved Model for Operational Specification of the Electron Density Structure up to Geosynchronous Heights

    Science.gov (United States)

    2010-07-01

    http://www.iono.noa.gr/ElectronDensity/EDProfile.php The web service has been developed with the following open source tools: a) PHP , for the... MySQL for the database, which was based on the enhancement of the DIAS database. Below we present some screen shots to demonstrate the functionality

  10. Web Development Technology-PHP. How It Is Related To Web Development Technology ASP.NET

    Directory of Open Access Journals (Sweden)

    Manya Sharma

    2015-01-01

    Full Text Available ABSTRACT This paper tells about the technologies used in PHP and how they are related to ASP.NET. The paper begin with the introduction of PHP defining what and how technologies has been used in development of User Complaint Web Application. How thistechnology is related to ASP.NET in features such as implementation functionality validation and proactive behavior involved in validating user input from the browser providing users feedback overall time consumed in development and maintenance.

  11. Analysis of Pedagogic Potential of Electronic Educational Resources with Elements of Autodidactics

    Directory of Open Access Journals (Sweden)

    Igor A.

    2018-03-01

    Full Text Available Introduction: in recent years didactic properties of electronic educational resources undergo considerable changes, nevertheless, the question of studying of such complete phenomenon as “an electronic educational resource with autodidactics elements” remains open, despite sufficient scientific base of researches of the terms making this concept. Article purpose – determination of essence of electronic educational resources with autodidactics elements. Materials and Methods: the main method of research was the theoretical analysis of the pedagogical and psychological literature on the problem under study. We used the theoretical (analysis, synthesis, comparison and generalization methods, the method of interpretation, pedagogical modeling, and empirical methods (observation, testing, conversation, interview, analysis of students’ performance, pedagogical experiment, peer review. Results: we detected the advantages of electronic educational resources in comparison with traditional ones. The concept of autodidactics as applied to the subject of research is considered. Properties of electronic educational resources with a linear and nonlinear principle of construction are studied.The influence of the principle of construction on the development of the learners’ qualities is shown. We formulated an integral definition of electronic educational resources with elements of autodidactics, namely, the variability, adaptivity and cyclicity of training. A model of the teaching-learning process with electronic educational resources is developed. Discussion and Conclusions: further development of a problem will allow to define whether electronic educational resources with autodidactics elements pedagogical potential for realization of educational and self-educational activity of teachers have, to modify technological procedures taking into account age features of students, their specialties and features of the organization of process of training of

  12. Preservation and conservation of electronic information resources of ...

    African Journals Online (AJOL)

    The major holdings of the broadcast libraries of the Nigerian Television Authority (NTA) are electronic information resources; therefore, providing safe places for general management of these resources have aroused interest in the industry in Nigeria for sometimes. The need to study the preservation and conservation of ...

  13. Building an electronic resource collection a practical guide

    CERN Document Server

    Lee, Stuart D

    2004-01-01

    This practical book guides information professionals step-by-step through building and managing an electronic resource collection. It outlines the range of electronic products currently available in abstracting and indexing, bibliographic, and other services and then describes how to effectively select, evaluate and purchase them.

  14. Analysis of Human Resources Management Strategy in China Electronic Commerce Enterprises

    Science.gov (United States)

    Shao, Fang

    The paper discussed electronic-commerce's influence on enterprise human resources management, proposed and proved the human resources management strategy which electronic commerce enterprise should adopt from recruitment strategy to training strategy, keeping talent strategy and other ways.

  15. Using XML Technologies to Organize Electronic Reference Resources

    OpenAIRE

    Huser, Vojtech; Del Fiol, Guilherme; Rocha, Roberto A.

    2005-01-01

    Provision of access to reference electronic resources to clinicians is becoming increasingly important. We have created a framework for librarians to manage access to these resources at an enterprise level, rather than at the individual hospital libraries. We describe initial project requirements, implementation details, and some preliminary results.

  16. Electronic Resources and Mission Creep: Reorganizing the Library for the Twenty-First Century

    Science.gov (United States)

    Stachokas, George

    2009-01-01

    The position of electronic resources librarian was created to serve as a specialist in the negotiation of license agreements for electronic resources, but mission creep has added more functions to the routine work of electronic resources such as cataloging, gathering information for collection development, and technical support. As electronic…

  17. Better Targeting, Better Efficiency for Wide-Scale Neuronal Transduction with the Synapsin Promoter and AAV-PHP.B.

    Science.gov (United States)

    Jackson, Kasey L; Dayton, Robert D; Deverman, Benjamin E; Klein, Ronald L

    2016-01-01

    Widespread genetic modification of cells in the central nervous system (CNS) with a viral vector has become possible and increasingly more efficient. We previously applied an AAV9 vector with the cytomegalovirus/chicken beta-actin (CBA) hybrid promoter and achieved wide-scale CNS transduction in neonatal and adult rats. However, this method transduces a variety of tissues in addition to the CNS. Thus we studied intravenous AAV9 gene transfer with a synapsin promoter to better target the neurons. We noted in systematic comparisons that the synapsin promoter drives lower level expression than does the CBA promoter. The engineered adeno-associated virus (AAV)-PHP.B serotype was compared with AAV9, and AAV-PHP.B did enhance the efficiency of expression. Combining the synapsin promoter with AAV-PHP.B could therefore be advantageous in terms of combining two refinements of targeting and efficiency. Wide-scale expression was used to model a disease with widespread pathology. Vectors encoding the amyotrophic lateral sclerosis (ALS)-related protein transactive response DNA-binding protein, 43 kDa (TDP-43) with the synapsin promoter and AAV-PHP.B were used for efficient CNS-targeted TDP-43 expression. Intracerebroventricular injections were also explored to limit TDP-43 expression to the CNS. The neuron-selective promoter and the AAV-PHP.B enhanced gene transfer and ALS disease modeling in adult rats.

  18. A Web-based Examination System Based on PHP+MySQL.

    Science.gov (United States)

    Wen, Ji; Zhang, Yang; Yan, Yong; Xia, Shunren

    2005-01-01

    The design and implementation of web-based examination system constructed by PHP and MySQL is presented in this paper. Three primary parts, including students',teachers' and administrators', are introduced and analyzed in detail. Initial application has demonstrated the system's feasibility and reasonability.*

  19. 2018-05-11T19:26:48Z https://www.ajol.info/index.php/all/oai oai:ojs ...

    African Journals Online (AJOL)

    2018-05-11T19:26:48Z https://www.ajol.info/index.php/all/oai ... standards and confidentiality of HIV/AIDS status in the workplace — a South African case ... Article application/pdf https://www.ajol.info/index.php/ajar/article/view/7294 African ...

  20. Electronic Resources Management System: Recommendation Report 2017

    KAUST Repository

    Ramli, Rindra M.

    2017-01-01

    This recommendation report provides an overview of the selection process for the new Electronic Resources Management System. The library has decided to move away from Innovative Interfaces Millennium ERM module. The library reviewed 3 system

  1. Introducción a phpMyAdmin (2/4)

    OpenAIRE

    Suárez Cueto, Armando

    2012-01-01

    Curso "Introducción al desarrollo web": phpMyAdmin, creación de tablas, tipos de datos, creación de índices, motores de MySQL (INNODB, MyISAM, MEMORY), inserción de datos, seguimiento de una tabla (historial), exportar una tabla (backup). Más información: http://idesweb.es

  2. Paternal uniparental isodisomy of the entire chromosome 20 as a molecular cause of pseudohypoparathyroidism type Ib (PHP-Ib).

    Science.gov (United States)

    Bastepe, Murat; Altug-Teber, Ozge; Agarwal, Chhavi; Oberfield, Sharon E; Bonin, Michael; Jüppner, Harald

    2011-03-01

    Pseudohypoparathyoridism type Ib (PHP-Ib) typically defines the presence of end-organ resistance to parathyroid hormone in the absence of Albright's hereditary osteodystrophy. Patients affected by this disorder present with imprinting defects in the complex GNAS locus. Microdeletions within STX16 or GNAS have been identified in familial cases with PHP-Ib, but the molecular cause of the GNAS imprinting defects in sporadic PHP-Ib cases remains poorly defined. We now report a case with sporadic PHP-Ib for whom a SNPlex analysis revealed loss of the maternal GNAS allele. Further analysis of the entire genome with a 100K SNP chip identified a paternal uniparental isodisomy affecting the entire chromosome 20 without evidence for another chromosomal abnormality. Our findings explain the observed GNAS methylation changes and the patient's hormone resistance, and furthermore suggest that chromosome 20 harbors, besides GNAS, no additional imprinted region that contributes to the clinical and laboratory phenotype. Copyright © 2010 Elsevier Inc. All rights reserved.

  3. APLIKASI E-COMMERCE WWW.KOMPUTERONLINE.COM DENGAN MENGGUNAKAN MYSQL DAN PHP4

    Directory of Open Access Journals (Sweden)

    Djoni Haryadi Setiabudi

    2002-01-01

    Full Text Available This research is about the development of the e-commerce www.komputeronline. com website using MySQL as the database server, Apache as the web server and PHP4 as the scripting programming language with Linux as the operating system of the server . This site can be used to do the transaction of the selling computers and its accesorries. The implementation is about shopping mall's facilities (shopping cart for end users and catalog maintenance's facilities for the administrator. The facilities for the end users in the shopping mall are stuff list based on category and type, search, account status, and at the shopping cart part users can change the quantity, or even cancel the ordering. The facilities for the administrator in the catalog maintenance are search users, maintenance users, look at each user's transactions, look at today's transaction, and change the status of transaction from 'pending' to 'shipped'. The testing that has been done on the komputeronline.com database, with 17 users login at the same time, accessing shopping mall database facilities, shows that the database server and the PHP4 scripting program can run well without any problems. Abstract in Bahasa Indonesia : Pada penelitian ini dilakukan pembuatan website e-commerce www.komputeronline. com dengan menggunakan database server MySQL, pada web server Apache, dan perancangan scripting programming yang menggunakan bahasa scripting PHP4 yang berjalan di sistem operasi Linux. Website ini dipergunakan untuk melakukan transaksi penjualan komputer beserta aksesorisnya. Implementasi yang dilakukan pada komputeronline.com antara lain adalah fasilitas shopping mall (shopping cart untuk end user, dan fasilitas pemeliharaan katalog untuk administrator. Fasilitas-fasilitas untuk end user yang diberikan pada shopping mall antara lain adalah daftar barang berdasarkan kategori dan type, search, account status, dan pada bagian shopping cart user dapat mengubah jumlah barang yang dibeli

  4. [Comparison of Preferential Hyperacuity Perimeter (PHP) test and Amsler grid test in the diagnosis of different stages of age-related macular degeneration].

    Science.gov (United States)

    Kampmeier, J; Zorn, M M; Lang, G K; Botros, Y T; Lang, G E

    2006-09-01

    Age-related macular degeneration (ARMD) is the leading cause of blindness in people over 65 years of age. A rapid loss of vision occurs especially in cases with choroidal neovascularisation. Early detection of ARMD and timely treatment are mandatory. We have prospectively studied the results of two diagnostic self tests for the early detection of metamorphopsia and scotoma, the PHP test and the Amsler grid test, in different stages of ARMD. Patients with ARMD and best corrected visual acuity of 6/30 or better (Snellen charts) were examined with a standardised protocol, including supervised Amsler grid examination and PHP, a new device for metamorphopsia or scotoma measurement, based on the hyperacuity phenomenon in the central 14 degrees of the visual field. The stages of ARMD were independently graded in a masked fashion by stereoscopic ophthalmoscopy, stereoscopic fundus colour photographs, fluorescein angiography, and OCT. The patients were subdivided into 3 non-neovascular groups [early, late (RPE atrophy > 175 microm) and geographic atrophy], a neovascular group (classic and occult CNV) and an age-matched control group (healthy volunteers). 140 patients, with ages ranging from 50 to 90 years (median 68 years), were included in the study. Best corrected visual acuity ranged from 6/30 to 6/6 with a median of 6/12. 95 patients were diagnosed as non-neovascular ARMD. Thirty eyes had early ARMD (9 were tested positive by the PHP test and 9 by the Amsler grid test), and 50 late ARMD (positive: PHP test 23, Amsler grid test 26). The group with geographic atrophy consisted of 15 eyes (positive: PHP test 13, Amsler grid test 10). Forty-five patients presented with neovascular ARMD (positive: PHP test 38, Amsler grid test 36), 34 volunteers served as control group (positive: PHP test 1, Amsler grid test 5). The PHP and Amsler grid tests revealed comparable results detecting metamorphopsia and scotoma in early ARMD (30 vs. 30 %) and late ARMD (46 vs. 52 %). However, the

  5. TSH elevations as the first laboratory evidence for pseudohypoparathyroidism type Ib (PHP-Ib).

    Science.gov (United States)

    Molinaro, Angelo; Tiosano, Dov; Takatani, Rieko; Chrysis, Dionisios; Russell, William; Koscielniak, Nikolas; Kottler, Marie-Laure; Agretti, Patrizia; De Marco, Giuseppina; Ahtiainen, Petteri; Christov, Marta; Mäkitie, Outi; Tonacchera, Massimo; Jüppner, Harald

    2015-05-01

    Hypocalcemia and hyperphosphatemia because of resistance toward parathyroid hormone (PTH) in the proximal renal tubules are the most prominent abnormalities in patients affected by pseudohypoparathyroidism type Ib (PHP-Ib). In this rare disorder, which is caused by GNAS methylation changes, resistance can occur toward other hormones, such as thyroid-stimulating hormone (TSH), that mediate their actions through G protein-coupled receptors. However, these additional laboratory abnormalities are usually not recognized until PTH-resistant hypocalcemia becomes clinically apparent. We now describe four pediatric patients, first diagnosed with subclinical or overt hypothyroidism between the ages of 0.2 and 15 years, who developed overt PTH-resistance 3 to 20 years later. Although anti-thyroperoxidase (anti-TPO) antibodies provided a plausible explanation for hypothyroidism in one of these patients, this and two other patients revealed broad epigenetic GNAS abnormalities, which included loss of methylation (LOM) at exons AS, XL, and A/B, and gain of methylation at exon NESP55; ie, findings consistent with PHP-Ib. LOM at GNAS exon A/B alone led in the fourth patient to the identification of a maternally inherited 3-kb STX16 deletion, a well-established cause of autosomal dominant PHP-Ib. Although GNAS methylation changes were not detected in additional pediatric and adult patients with subclinical hypothyroidism (23 pediatric and 39 adult cases), hypothyroidism can obviously be the initial finding in PHP-Ib patients. One should therefore consider measuring PTH, along with calcium and phosphate, in patients with unexplained hypothyroidism for extended periods of time to avoid hypocalcemia and associated clinical complications. © 2014 American Society for Bone and Mineral Research.

  6. The Internet School of Medicine: use of electronic resources by medical trainees and the reliability of those resources.

    Science.gov (United States)

    Egle, Jonathan P; Smeenge, David M; Kassem, Kamal M; Mittal, Vijay K

    2015-01-01

    Electronic sources of medical information are plentiful, and numerous studies have demonstrated the use of the Internet by patients and the variable reliability of these sources. Studies have investigated neither the use of web-based resources by residents, nor the reliability of the information available on these websites. A web-based survey was distributed to surgical residents in Michigan and third- and fourth-year medical students at an American allopathic and osteopathic medical school and a Caribbean allopathic school regarding their preferred sources of medical information in various situations. A set of 254 queries simulating those faced by medical trainees on rounds, on a written examination, or during patient care was developed. The top 5 electronic resources cited by the trainees were evaluated for their ability to answer these questions accurately, using standard textbooks as the point of reference. The respondents reported a wide variety of overall preferred resources. Most of the 73 responding medical trainees favored textbooks or board review books for prolonged studying, but electronic resources are frequently used for quick studying, clinical decision-making questions, and medication queries. The most commonly used electronic resources were UpToDate, Google, Medscape, Wikipedia, and Epocrates. UpToDate and Epocrates had the highest percentage of correct answers (47%) and Wikipedia had the lowest (26%). Epocrates also had the highest percentage of wrong answers (30%), whereas Google had the lowest percentage (18%). All resources had a significant number of questions that they were unable to answer. Though hardcopy books have not been completely replaced by electronic resources, more than half of medical students and nearly half of residents prefer web-based sources of information. For quick questions and studying, both groups prefer Internet sources. However, the most commonly used electronic resources fail to answer clinical queries more than half

  7. ANALYTICAL REVIEW OF ELECTRONIC RESOURCES FOR THE STUDY OF LATIN

    Directory of Open Access Journals (Sweden)

    Olena Yu. Balalaieva

    2014-04-01

    Full Text Available The article investigates the current state of development of e-learning content in the Latin language. It is noted that the introduction of ICT in the educational space has expanded the possibility of studying Latin, opened access to digital libraries resources, made it possible to use scientific and educational potential and teaching Latin best practices of world's leading universities. A review of foreign and Ukrainian information resources and electronic editions for the study of Latin is given. Much attention was paid to the didactic potential of local and online multimedia courses of Latin, electronic textbooks, workbooks of interactive tests and exercises, various dictionaries and software translators, databases and digital libraries. Based on analysis of the world market of educational services and products the main trends in the development of information resources and electronic books are examined. It was found that multimedia courses with interactive exercises or workbooks with interactive tests, online dictionaries and translators are the most widely represented and demanded. The noticeable lagging of Ukrainian education and computer linguistics in quantitative and qualitative measures in this industry is established. The obvious drawback of existing Ukrainian resources and electronic editions for the study of Latin is their noninteractive nature. The prospects of e-learning content in Latin in Ukraine are outlined.

  8. Elektronik Bilgi Kaynaklarının Seçimi / Selection of Electronic Information Resources

    Directory of Open Access Journals (Sweden)

    Pınar Al

    2003-04-01

    Full Text Available For many years, library users have used only from the printed media in order to get the information that they have needed. Today with the widespread use of the Web and the addition of electronic information resources to library collections, the use of information in the electronic environment as well as in printed media is started to be used. In time, such types of information resources as, electronic journals, electronic books, electronic encyclopedias, electronic dictionaries and electronic theses have been added to library collections. In this study, selection criteria that can be used for electronic information resources are discussed and suggestions are provided for libraries that try to select electronic information resources for their collections.

  9. TSH elevations as the first laboratory evidence for pseudohypoparathyroidism type Ib (PHP-Ib)†

    Science.gov (United States)

    Molinaro, Angelo; Tiosano, Dov; Takatani, Rieko; Chrysis, Dionisios; Russell, William; Koscielniak, Nikolas; Kottler, Marie-Laure; Agretti, Patrizia; De Marco, Giuseppina; Ahtiainen, Petteri; Christov, Marta; Mäkitie, Outi; Tonacchera, Massimo; Jüppner, Harald

    2014-01-01

    Hypocalcemia and hyperphosphatemia because of resistance towards parathyroid hormone (PTH) in the proximal renal tubules are the most prominent abnormalities in patients affected by pseudohypoparathyroidism type Ib (PHP-Ib). In this rare disorder that is caused by GNAS methylation changes, resistance can occur towards other hormones, such as thyroid-stimulating hormone (TSH), that mediate their actions through G protein-coupled receptors. However, these additional laboratory abnormalities are usually not recognized until PTH-resistant hypocalcemia becomes clinically apparent. We now describe four pediatric patients, first diagnosed with subclinical or overt hypothyroidism between the ages of 0.2 and 15 years, who developed overt PTH-resistance 3-20 years later. Although anti-TPO antibodies provided a plausible explanation for hypothyroidism in one of these patients, this and two other patients revealed broad epigenetic GNAS abnormalities, which included loss of methylation (LOM) at exons AS, XL and A/B, and gain of methylation at exon NESP55, i.e. findings consistent with PHP-Ib. LOM at GNAS exon A/B alone led in the fourth patient to the identification of a maternally inherited 3-kb STX16 deletion, a well-established cause of autosomal dominant PHP-Ib. Although GNAS methylation changes were not detected in additional pediatric and adult patients with subclinical hypothyroidism (23 pediatric and 39 adult cases), hypothyroidism can obviously be the initial finding in PHP-Ib patients. One should therefore consider measuring PTH, along with calcium and phosphate, in patients with unexplained hypothyroidism for extended periods of time to avoid hypocalcemia and associated clinical complications. PMID:25403028

  10. The NH2-terminal php domain of the alpha subunit of the Escherichia coli replicase binds the epsilon proofreading subunit.

    Science.gov (United States)

    Wieczorek, Anna; McHenry, Charles S

    2006-05-05

    The alpha subunit of the replicase of all bacteria contains a php domain, initially identified by its similarity to histidinol phosphatase but of otherwise unknown function (Aravind, L., and Koonin, E. V. (1998) Nucleic Acids Res. 26, 3746-3752). Deletion of 60 residues from the NH2 terminus of the alpha php domain destroys epsilon binding. The minimal 255-residue php domain, estimated by sequence alignment with homolog YcdX, is insufficient for epsilon binding. However, a 320-residue segment including sequences that immediately precede the polymerase domain binds epsilon with the same affinity as the 1160-residue full-length alpha subunit. A subset of mutations of a conserved acidic residue (Asp43 in Escherichia coli alpha) present in the php domain of all bacterial replicases resulted in defects in epsilon binding. Using sequence alignments, we show that the prototypical gram+ Pol C, which contains the polymerase and proofreading activities within the same polypeptide chain, has an epsilon-like sequence inserted in a surface loop near the center of the homologous YcdX protein. These findings suggest that the php domain serves as a platform to enable coordination of proofreading and polymerase activities during chromosomal replication.

  11. Access to electronic resources by visually impaired people

    Directory of Open Access Journals (Sweden)

    Jenny Craven

    2003-01-01

    Full Text Available Research into access to electronic resources by visually impaired people undertaken by the Centre for Research in Library and Information Management has not only explored the accessibility of websites and levels of awareness in providing websites that adhere to design for all principles, but has sought to enhance understanding of information seeking behaviour of blind and visually impaired people when using digital resources.

  12. Library training to promote electronic resource usage

    DEFF Research Database (Denmark)

    Frandsen, Tove Faber; Tibyampansha, Dativa; Ibrahim, Glory

    2017-01-01

    Purpose: Increasing the usage of electronic resources is an issue of concern for many libraries all over the world. Several studies stress the importance of information literacy and instruction in order to increase the usage. Design/methodology/approach: The present article presents the results...

  13. Why and How to Measure the Use of Electronic Resources

    Directory of Open Access Journals (Sweden)

    Jean Bernon

    2008-11-01

    Full Text Available A complete overview of library activity implies a complete and reliable measurement of the use of both electronic resources and printed materials. This measurement is based on three sets of definitions: document types, use types and user types. There is a common model of definitions for printed materials, but a lot of questions and technical issues remain for electronic resources. In 2006 a French national working group studied these questions. It relied on the COUNTER standard, but found it insufficient and pointed out the need for local tools such as web markers and deep analysis of proxy logs. Within the French national consortium COUPERIN, a new working group is testing ERMS, SUSHI standards, Shibboleth authentication, along with COUNTER standards, to improve the counting of the electronic resources use. At this stage this counting is insufficient and its improvement will be a European challenge for the future.

  14. PHP programavimo kalbos karkasų charakteristikų tyrimas

    OpenAIRE

    Burokas, Ernestas

    2016-01-01

    An increasing number of websites are created using a wide variety of frameworks that facilitate the programming work and provide various functions (code and menu generation, querying the database, validation etc.). Manual implementation of these functions is time consuming. However, for developers, which intend to create website based on PHP framework or just want to test a new framework, it is hard to pick right framework because of wide selection.Moreover, it is not always easy to find tech...

  15. Generic HTML Form Processor: A versatile PHP script to save web-collected data into a MySQL database.

    Science.gov (United States)

    Göritz, Anja S; Birnbaum, Michael H

    2005-11-01

    The customizable PHP script Generic HTML Form Processor is intended to assist researchers and students in quickly setting up surveys and experiments that can be administered via the Web. This script relieves researchers from the burdens of writing new CGI scripts and building databases for each Web study. Generic HTML Form Processor processes any syntactically correct HTML forminput and saves it into a dynamically created open-source database. We describe five modes for usage of the script that allow increasing functionality but require increasing levels of knowledge of PHP and Web servers: The first two modes require no previous knowledge, and the fifth requires PHP programming expertise. Use of Generic HTML Form Processor is free for academic purposes, and its Web address is www.goeritz.net/brmic.

  16. Rancang Bangun Sistem Informasi Jadwal Perkuliahan Berbasis Jquery Mobile Dengan Menggunakan PHP Dan MySQL

    Directory of Open Access Journals (Sweden)

    Elisa Usada

    2012-11-01

    Full Text Available Informasi perubahan jadwal perlu diberitahukan secepatnya kepada dosen dan mahasiswa.Aplikasi Sistem Informasi Jadwal Perkuliahan berbasis jQuery Mobile dengan menggunakan PHP dan MySQL pada proyek penelitian ini diharapkan mempermudah pemberitahuan perubahan jadwal kepada dosen dan mahasiswa.Dengan dibuat aplikasi Sistem Informasi Jadwal Perkuliahan berbasis jQuery Mobile dengan menggunakan PHP dan MySQL pada proyek penelitian ini dapat mempermudah dalam mencari informasi jadwal perkuliahan.Metode yang digunakan dalam rancang bangun aplikasi sistem informasi jadwal perkuliahan yaitu metode waterfall. Pengujian aplikasi sistem informasi jadwal perkuliahan menggunakan beberapa tahapan yaitu tahap pengujian integrasi, pengujian sistem, pengujian validasi dan  pengujian penerimaan pada handphone. Pada aplikasi ini digunakan  database MySQL untuk penyimpanan data-data jadwal perkuliahan, dan pembuatan aplikasi ini dibuat menggunakan PHP. untuk mendapatkan hasil yang lebih baik lagi adapun saran-saran yang dapat diberikan terhadap aplikasi sistem informasi jadwal perkuliahan ini yaitu mengintegrasikan aplikasi sistem informasi jadwal perkuliahan ini dengan sistem kampus dan melakukan update pada jQuery Mobile ke versi yang terbaru agar tampilan lebih baik serta memiliki keunggulan tambahan.

  17. Euler European Libraries and Electronic Resources in Mathematical Sciences

    CERN Document Server

    The Euler Project. Karlsruhe

    The European Libraries and Electronic Resources (EULER) Project in Mathematical Sciences provides the EulerService site for searching out "mathematical resources such as books, pre-prints, web-pages, abstracts, proceedings, serials, technical reports preprints) and NetLab (for Internet resources), this outstanding engine is capable of simple, full, and refined searches. It also offers a browse option, which responds to entries in the author, keyword, and title fields. Further information about the Project is provided at the EULER homepage.

  18. Effects of Electronic Information Resources Skills Training for Lecturers on Pedagogical Practices and Research Productivity

    Science.gov (United States)

    Bhukuvhani, Crispen; Chiparausha, Blessing; Zuvalinyenga, Dorcas

    2012-01-01

    Lecturers use various electronic resources at different frequencies. The university library's information literacy skills workshops and seminars are the main sources of knowledge of accessing electronic resources. The use of electronic resources can be said to have positively affected lecturers' pedagogical practices and their work in general. The…

  19. Final PHP bench-scale report for the DOE-ID/SAIC sole source contract

    International Nuclear Information System (INIS)

    1997-04-01

    The Plasma Hearth Process (PHP) Technology Development Project was established to develop, test, and evaluate a new concept for treating mixed waste. The new concept uses direct current (dc) transferred-arc plasma torch technology to process mixed waste into a glass-like end-product. Under the cognizance of the US Department of Energy (DOE) Office of Technology Development (OTD) Mixed Waste Focus Area (MWFA), the technology is being explored for its potential to treat mixed waste. Because it is a mature technology, well-understood and commercially available, it is expected to develop rapidly in this new application. This report summarizes the radioactive bench-scale system activities funded under PHP Sole Source Contract DE-AC07-94ID13266 through the end of the contract

  20. Beginning PHP, Apache, MySQL web development

    CERN Document Server

    Glass, Michael K; Naramore, Elizabeth; Mailer, Gary; Stolz, Jeremy; Gerner, Jason

    2004-01-01

    An ideal introduction to the entire process of setting up a Web site using PHP (a scripting language), MySQL (a database management system), and Apache (a Web server)* Programmers will be up and running in no time, whether they're using Linux or Windows servers* Shows readers step by step how to create several Web sites that share common themes, enabling readers to use these examples in real-world projects* Invaluable reading for even the experienced programmer whose current site has outgrown the traditional static structure and who is looking for a way to upgrade to a more efficient, user-f

  1. Electronic Commerce Resource Centers. An Industry--University Partnership.

    Science.gov (United States)

    Gulledge, Thomas R.; Sommer, Rainer; Tarimcilar, M. Murat

    1999-01-01

    Electronic Commerce Resource Centers focus on transferring emerging technologies to small businesses through university/industry partnerships. Successful implementation hinges on a strategic operating plan, creation of measurable value for customers, investment in customer-targeted training, and measurement of performance outputs. (SK)

  2. Design and principle of operation of the HeartMate PHP (percutaneous heart pump).

    Science.gov (United States)

    Van Mieghem, Nicolas M; Daemen, Joost; den Uil, Corstiaan; Dur, Onur; Joziasse, Linda; Maugenest, Anne-Marie; Fitzgerald, Keif; Parker, Chris; Muller, Paul; van Geuns, Robert-Jan

    2018-02-20

    The HeartMate PHP (percutaneous heart pump) is a second-generation transcatheter axial flow circulatory support system. The collapsible catheter pump is inserted through a 14 Fr sheath, deployed across the aortic valve expanding to 24 Fr and able to deliver up to 5 L/min blood flow at minimum haemolytic risk. As such, this device may be a valuable adjunct to percutaneous coronary intervention (PCI) of challenging lesions in high-risk patients or treatment of cardiogenic shock. This technical report discusses: (i) the HeartMate PHP concept, (ii) the implantation technique, (iii) the haemodynamic performance in an in vitro cardiovascular flow testing set-up, and (iv) preliminary clinical experience. An update on the device, produced by St. Jude Medical/Abbott Laboratories, can be found in the Appendix.

  3. Identification and characterization of new designer drug 4-fluoro-PV9 and α-PHP in the seized materials.

    Science.gov (United States)

    Majchrzak, Milena; Rojkiewicz, Marcin; Celiński, Rafał; Kuś, Piotr; Sajewicz, Mieczysław

    In this study, we present identification and physicochemical characterization of new cathinone derivatives, 4-fluoro-PV9 and already known α-PHP in seized materials. Although the disclosure of α-PHP from an illegal product had been reported and characterized to some extent, the data on α-PHP are also presented together with those of 4-fluoro-PV9. The data of characterization for the two compounds were obtained by high-performance liquid chromatography (HPLC)-mass spectrometry and HPLC-diode array detection, electrospray ionization/ion trap mass spectrometry in MS 2 and MS 3 modes, gas chromatography-mass spectrometry, thermogravimetric analysis, differential scanning calorimetry, Fourier transform infrared spectroscopy, ultraviolet-visible spectroscopy, and nuclear magnetic resonance spectroscopy. To our knowledge, this is the first report for identification and detailed characterization of 4-fluoro-PV9 circulated on the illegal drug market.

  4. Aplikasi Penjualan Online Web Menggunakan Php Pada Toko Medan

    OpenAIRE

    Prabowo, Andika

    2016-01-01

    This study aims to build an online sales website in Medan store advertising, Website is developed using software Apache, PHP and MySQL. This website serves to conduct advertising and selling goods which included a variety of Categories and assorted advertising items for visitors, and besides, this website serves mengiklanan field stores the product in this website. The purpose peranjangan online sales website is to understand the system of sales and online sales strategies to increase profits...

  5. Pretreating lignocellulosic biomass by the concentrated phosphoric acid plus hydrogen peroxide (PHP) for enzymatic hydrolysis: evaluating the pretreatment flexibility on feedstocks and particle sizes.

    Science.gov (United States)

    Wang, Qing; Wang, Zhanghong; Shen, Fei; Hu, Jinguang; Sun, Fubao; Lin, Lili; Yang, Gang; Zhang, Yanzong; Deng, Shihuai

    2014-08-01

    In order to seek a high-efficient pretreatment path for converting lignocellulosic feedstocks to fermentable sugars by enzymatic hydrolysis, the concentrated H₃PO₄ plus H₂O₂ (PHP) was attempted to pretreat different lignocellulosic biomass for evaluating the pretreatment flexibility on feedstocks. Meanwhile, the responses of pretreatment to particle sizes were also evaluated. When the PHP-pretreatment was employed (final H₂O₂ and H₃PO₄ concentration of 1.77% and 80.0%), 71-96% lignin and more than 95% hemicellulose in various feedstocks (agricultural residues, hardwood, softwood, bamboo, and their mixture, and garden wastes mixture) can be removed. Consequently, more than 90% glucose conversion was uniformly achieved indicating PHP greatly improved the pretreatment flexibility to different feedstocks. Moreover, when wheat straw and oak chips were PHP-pretreated with different sizes, the average glucose conversion reached 94.9% and 100% with lower coefficient of variation (7.9% and 0.0%), which implied PHP-pretreatment can significantly weaken the negative effects of feedstock sizes on subsequent conversion. Copyright © 2014 Elsevier Ltd. All rights reserved.

  6. Effect of treatment with depot somatostatin analogue octreotide on primary hyperparathyroidism (PHP) in multiple endocrine neoplasia type 1 (MEN1) patients.

    Science.gov (United States)

    Faggiano, Antongiulio; Tavares, Lidice Brandao; Tauchmanova, Libuse; Milone, Francesco; Mansueto, Gelsomina; Ramundo, Valeria; De Caro, Maria Laura Del Basso; Lombardi, Gaetano; De Rosa, Gaetano; Colao, Annamaria

    2008-11-01

    In patients with multiple endocrine neoplasia type 1 (MEN1), expression of somatostatin receptor (SST) in parathyroid adenomas and effectiveness of therapy with somatostatin analogues on primary hyperparathyroidism (PHP) have been scarcely investigated. To evaluate the effects of depot long acting octreotide (OCT-LAR) in patients with MEN1-related PHP. Eight patients with a genetically confirmed MEN1, presenting both PHP and duodeno-pancreatic neuroendocrine tumours (NET), were enrolled. The initial treatment was OCT-LAR 30 mg every 4 weeks. This therapy was established to stabilize the duodeno-pancreatic NET before to perform parathyroidectomy for PHP. Before OCT-LAR therapy, a SST scintigraphy was performed in all patients. SST subtype 2A immunohistochemistry was performed on parathyroid tumour samples from three patients undergone parathyroidectomy after OCT-LAR therapy. Serum concentrations of PTH, calcium and phosphorus as well as the 24-h urine calcium : creatinine ratio and the renal threshold phosphate concentration were evaluated before and after OCT-LAR. After OCT-LAR therapy, hypercalcaemia and hypercalciuria normalized in 75% and 62.5% of patients, respectively, and serum phosphorus and renal threshold phosphate significantly increased. Serum PTH concentrations significantly decreased in all patients and normalized in two of them. SST subtype 2A immunostaining was found in all parathyroid adenomas investigated, while SST scintigraphy showed a positive parathyroid tumour uptake in three of eight patients (37.5%). Six months of OCT-LAR therapy controlled hypercalcaemia and hypercalciuria in two-thirds of patients with MEN1-related PHP. Direct OCT-LAR effects mediated by binding to SST expression on parathyroid tumour cells are likely the main mechanism to explain the activity of this compound on calcium and phosphorus abnormalities in MEN1 PHP.

  7. Building Tag Clouds in Perl and PHP

    CERN Document Server

    Bumgardner, Jim

    2006-01-01

    Tag clouds are everywhere on the web these days. First popularized by the web sites Flickr, Technorati, and del.icio.us, these amorphous clumps of words now appear on a slew of web sites as visual evidence of their membership in the elite corps of "Web 2.0." This PDF analyzes what is and isn't a tag cloud, offers design tips for using them effectively, and then goes on to show how to collect tags and display them in the tag cloud format. Scripts are provided in Perl and PHP. Yes, some have said tag clouds are a fad. But as you will see, tag clouds, when used properly, have real merits. More

  8. Ultrasound combined transcutaneous electrical nerve stimulation (UltraTENS) versus phonophoresis of piroxicam (PhP) in symptomatic knee osteoarthritis: A randomized double-blind, controlled trial.

    Science.gov (United States)

    Boonhong, Jariya; Suntornpiyapan, Phitsanu; Piriyajarukul, Apatchanee

    2018-02-02

    Ultrasound combined with transcutaneous electrical nerve stimulation (UltraTENS) and phonophoresis of piroxicam (PhP) are combined modality therapy that frequently used in musculoskeletal pain including knee osteoarthritis (OA). But it is lack of a good clinical trial to prove and compare their effects. To compare the effects of UltraTENS with PhP on mild to moderate degree of symptomatic knee OA. Sixty-one patients (55 women), mean age of 63.4 ± 8.1 y, 50-90 mm VAS of knee pain and Kellgren-Lawrence score of grade I-III were randomly allocated into UltraTENS and PhP (N = 31 and 30, respectively). The UltraTENS group received a combined ultrasound with TENS program and a non-drug gel, whereas the PhP group got an ultrasound program with piroxicam gel and sham TENS. All patients were treated for a total of 10 sessions, consisting of five times per week and 10 min per session. Before and after treatment, patients were evaluated knee pain by using the 100-mm VAS and functional performance by Western Ontario and McMaster Universities Osteoarthritis (WOMAC) index. The UltraTENS and PhP groups experienced considerable improvement in both VAS and total WOMAC scores post-treatment (PPhP had better VAS of pain and WOMAC scores but no statistical significance. Results show that UltraTENS and PhP were effective for relieving pain and improve functionality knee OA without significant differences between their effects.

  9. USE OF ELECTRONIC EDUCATIONAL RESOURCES WHEN TRAINING IN WORK WITH SPREADSHEETS

    Directory of Open Access Journals (Sweden)

    Х А Гербеков

    2017-12-01

    Full Text Available Today the tools for maintaining training courses based on opportunities of information and communication technologies are developed. Practically in all directions of preparation and on all subject matters electronic textbook and self-instruction manuals are created. Nevertheless the industry of computer educational and methodical materials actively develops and gets more and more areas of development and introduction. In this regard more and more urgent is a problem of development of the electronic educational resources adequate to modern educational requirements. Creation and the organization of training courses with use of electronic educational resources in particular on the basis of Internet technologies remains a difficult methodical task.In article the questions connected with development of electronic educational resources for use when studying the substantial line “Information technologies” of a school course of informatics in particular for studying of spreadsheets are considered. Also the analysis of maintenance of a school course and the unified state examination from the point of view of representation of task in him corresponding to the substantial line of studying “Information technologies” on mastering technology of information processing in spreadsheets and the methods of visualization given by means of charts and schedules is carried out.

  10. Web application development with Laravel PHP Framework version 4

    OpenAIRE

    Armel, Jamal

    2014-01-01

    The purpose of this thesis work was to learn a new PHP framework and use it efficiently to build an eCommerce web application for a small start-up freelancing company that will let potential customers check products by category and pass orders securely. To fulfil this set of requirements, a system consisting of a web application with a backend was designed and implemented using built in Laravel features such as Composer, Eloquent, Blade and Artisan and a WAMP stack. The web application wa...

  11. Analytical Study of Usage of Electronic Information Resources at Pharmacopoeial Libraries in India

    Directory of Open Access Journals (Sweden)

    Sunil Tyagi

    2014-02-01

    Full Text Available The objective of this study is to know the rate and purpose of the use of e-resource by the scientists at pharmacopoeial libraries in India. Among other things, this study examined the preferences of the scientists toward printed books and journals, electronic information resources, and pattern of using e-resources. Non-probability sampling specially accidental and purposive technique was applied in the collection of primary data through administration of user questionnaire. The sample respondents chosen for the study consists of principle scientific officer, senior scientific officer, scientific officer, and scientific assistant of different division of the laboratories, namely, research and development, pharmaceutical chemistry, pharmacovigilance, pharmacology, pharmacogonosy, and microbiology. The findings of the study reveal the personal experiences and perceptions they have had on practice and research activity using e-resource. The major findings indicate that of the total anticipated participants, 78% indicated that they perceived the ability to use computer for electronic information resources. The data analysis shows that all the scientists belonging to the pharmacopoeial libraries used electronic information resources to address issues relating to drug indexes and compendia, monographs, drugs obtained through online databases, e-journals, and the Internet sources—especially polices by regulatory agencies, contacts, drug promotional literature, and standards.

  12. Management of hyperparathyroidism (PHP) in MEN2 syndromes in Europe.

    Science.gov (United States)

    Alevizaki, Maria

    2013-03-14

    Hyperparathyroidism occurs in 20-30% of MEN2A syndrome patients. It is usually associated with mild disease and is frequently asymptomatic, especially in younger age. There is genotype/phenotype association and PHP is usually associated with codon 634 mutations; however association with more "rare" mutations has also been reported. The pathology of the parathyroid glands includes hyperplasia, adenoma or a combination of the two. The optimal surgical management of this entity has not been defined yet.

  13. Page 170 Use of Electronic Resources by Undergraduates in Two ...

    African Journals Online (AJOL)

    undergraduate students use electronic resources such as NUC virtual library, HINARI, ... web pages articles from magazines, encyclopedias, pamphlets and other .... of Nigerian university libraries have Internet connectivity, some of the system.

  14. Widespread transduction of astrocytes and neurons in the mouse central nervous system after systemic delivery of a self-complementary AAV-PHP.B vector.

    Science.gov (United States)

    Rincon, Melvin Y; de Vin, Filip; Duqué, Sandra I; Fripont, Shelly; Castaldo, Stephanie A; Bouhuijzen-Wenger, Jessica; Holt, Matthew G

    2018-04-01

    Until recently, adeno-associated virus 9 (AAV9) was considered the AAV serotype most effective in crossing the blood-brain barrier (BBB) and transducing cells of the central nervous system (CNS), following systemic injection. However, a newly engineered capsid, AAV-PHP.B, is reported to cross the BBB at even higher efficiency. We investigated how much we could boost CNS transgene expression by using AAV-PHP.B carrying a self-complementary (sc) genome. To allow comparison, 6 weeks old C57BL/6 mice received intravenous injections of scAAV2/9-GFP or scAAV2/PHP.B-GFP at equivalent doses. Three weeks postinjection, transgene expression was assessed in brain and spinal cord. We consistently observed more widespread CNS transduction and higher levels of transgene expression when using the scAAV2/PHP.B-GFP vector. In particular, we observed an unprecedented level of astrocyte transduction in the cortex, when using a ubiquitous CBA promoter. In comparison, neuronal transduction was much lower than previously reported. However, strong neuronal expression (including spinal motor neurons) was observed when the human synapsin promoter was used. These findings constitute the first reported use of an AAV-PHP.B capsid, encapsulating a scAAV genome, for gene transfer in adult mice. Our results underscore the potential of this AAV construct as a platform for safer and more efficacious gene therapy vectors for the CNS.

  15. Model of e-learning with electronic educational resources of new generation

    Directory of Open Access Journals (Sweden)

    A. V. Loban

    2017-01-01

    Full Text Available Purpose of the article: improving of scientific and methodical base of the theory of the е-learning of variability. Methods used: conceptual and logical modeling of the е-learning of variability process with electronic educational resource of new generation and system analysis of the interconnection of the studied subject area, methods, didactics approaches and information and communication technologies means. Results: the formalization complex model of the е-learning of variability with electronic educational resource of new generation is developed, conditionally decomposed into three basic components: the formalization model of the course in the form of the thesaurusclassifier (“Author of e-resource”, the model of learning as management (“Coordination. Consultation. Control”, the learning model with the thesaurus-classifier (“Student”. Model “Author of e-resource” allows the student to achieve completeness, high degree of didactic elaboration and structuring of the studied material in triples of variants: modules of education information, practical task and control tasks; the result of the student’s (author’s of e-resource activity is the thesaurus-classifier. Model of learning as management is based on the principle of personal orientation of learning in computer environment and determines the logic of interaction between the lecturer and the student when determining the triple of variants individually for each student; organization of a dialogue between the lecturer and the student for consulting purposes; personal control of the student’s success (report generation and iterative search for the concept of the class assignment in the thesaurus-classifier before acquiring the required level of training. Model “Student” makes it possible to concretize the learning tasks in relation to the personality of the student and to the training level achieved; the assumption of the lecturer about the level of training of a

  16. A survey of the use of electronic scientific information resources among medical and dental students

    Directory of Open Access Journals (Sweden)

    Aarnio Matti

    2006-05-01

    Full Text Available Abstract Background To evaluate medical and dental students' utilization of electronic information resources. Methods A web survey sent to 837 students (49.9% responded. Results Twenty-four per cent of medical students and ninteen per cent of dental students searched MEDLINE 2+ times/month for study purposes, and thiry-two per cent and twenty-four per cent respectively for research. Full-text articles were used 2+ times/month by thirty-three per cent of medical and ten per cent of dental students. Twelve per cent of respondents never utilized either MEDLINE or full-text articles. In multivariate models, the information-searching skills among students were significantly associated with use of MEDLINE and full-text articles. Conclusion Use of electronic resources differs among students. Forty percent were non-users of full-text articles. Information-searching skills are correlated with the use of electronic resources, but the level of basic PC skills plays not a major role in using these resources. The student data shows that adequate training in information-searching skills will increase the use of electronic information resources.

  17. Development of SRS.php, a Simple Object Access Protocol-based library for data acquisition from integrated biological databases.

    Science.gov (United States)

    Barbosa-Silva, A; Pafilis, E; Ortega, J M; Schneider, R

    2007-12-11

    Data integration has become an important task for biological database providers. The current model for data exchange among different sources simplifies the manner that distinct information is accessed by users. The evolution of data representation from HTML to XML enabled programs, instead of humans, to interact with biological databases. We present here SRS.php, a PHP library that can interact with the data integration Sequence Retrieval System (SRS). The library has been written using SOAP definitions, and permits the programmatic communication through webservices with the SRS. The interactions are possible by invoking the methods described in WSDL by exchanging XML messages. The current functions available in the library have been built to access specific data stored in any of the 90 different databases (such as UNIPROT, KEGG and GO) using the same query syntax format. The inclusion of the described functions in the source of scripts written in PHP enables them as webservice clients to the SRS server. The functions permit one to query the whole content of any SRS database, to list specific records in these databases, to get specific fields from the records, and to link any record among any pair of linked databases. The case study presented exemplifies the library usage to retrieve information regarding registries of a Plant Defense Mechanisms database. The Plant Defense Mechanisms database is currently being developed, and the proposal of SRS.php library usage is to enable the data acquisition for the further warehousing tasks related to its setup and maintenance.

  18. Access to electronic information resources by students of federal ...

    African Journals Online (AJOL)

    The paper discusses access to electronic information resources by students of Federal Colleges of Education in Eha-Amufu and Umunze. Descriptive survey design was used to investigate sample of 526 students. Sampling technique used was a Multi sampling technique. Data for the study were generated using ...

  19. Adoption and use of electronic information resources by medical ...

    African Journals Online (AJOL)

    This study investigated the adoption and use of electronic information resources by medical science students of the University of Benin. The descriptive survey research design was adopted for the study and 390 students provided the data. Data collected were analysed with descriptive Statistics(Simple percentage and ...

  20. Design and principle of operation of the HeartMate PHP (percutaneous heart pump)

    NARCIS (Netherlands)

    Mieghem, N.M. van; Daemen, J.; Uil, C. den; Dur, O.; Joziasse, L.; Maugenest, A.M.; Fitzgerald, K.; Parker, C.; Muller, P.; Geuns, R.J.M. van

    2018-01-01

    The HeartMate PHP (percutaneous heart pump) is a second-generation transcatheter axial flow circulatory support system. The collapsible catheter pump is inserted through a 14 Fr sheath, deployed across the aortic valve expanding to 24 Fr and able to deliver up to 5 L/min blood flow at minimum

  1. Where Do Electronic Books Fit in the College Research Arsenal of Resources?

    Science.gov (United States)

    Barbier, Patricia

    2007-01-01

    Student use of electronic books has become an accepted supplement to traditional resources. Student use and satisfaction was monitored through an online course discussion board. Increased use of electronic books indicate this service is an accepted supplement to the print book collection.

  2. Characterization of DNA polymerase X from Thermus thermophilus HB8 reveals the POLXc and PHP domains are both required for 3'-5' exonuclease activity.

    Science.gov (United States)

    Nakane, Shuhei; Nakagawa, Noriko; Kuramitsu, Seiki; Masui, Ryoji

    2009-04-01

    The X-family DNA polymerases (PolXs) comprise a highly conserved DNA polymerase family found in all kingdoms. Mammalian PolXs are known to be involved in several DNA-processing pathways including repair, but the cellular functions of bacterial PolXs are less known. Many bacterial PolXs have a polymerase and histidinol phosphatase (PHP) domain at their C-termini in addition to a PolX core (POLXc) domain, and possess 3'-5' exonuclease activity. Although both domains are highly conserved in bacteria, their molecular functions, especially for a PHP domain, are unknown. We found Thermus thermophilus HB8 PolX (ttPolX) has Mg(2+)/Mn(2+)-dependent DNA/RNA polymerase, Mn(2+)-dependent 3'-5' exonuclease and DNA-binding activities. We identified the domains of ttPolX by limited proteolysis and characterized their biochemical activities. The POLXc domain was responsible for the polymerase and DNA-binding activities but exonuclease activity was not detected for either domain. However, the POLXc and PHP domains interacted with each other and a mixture of the two domains had Mn(2+)-dependent 3'-5' exonuclease activity. Moreover, site-directed mutagenesis revealed catalytically important residues in the PHP domain for the 3'-5' exonuclease activity. Our findings provide a molecular insight into the functional domain organization of bacterial PolXs, especially the requirement of the PHP domain for 3'-5' exonuclease activity.

  3. Strategic Planning for Electronic Resources Management: A Case Study at Gustavus Adolphus College

    Science.gov (United States)

    Hulseberg, Anna; Monson, Sarah

    2009-01-01

    Electronic resources, the tools we use to manage them, and the needs and expectations of our users are constantly evolving; at the same time, the roles, responsibilities, and workflow of the library staff who manage e-resources are also in flux. Recognizing a need to be more intentional and proactive about how we manage e-resources, the…

  4. REVIEW OF MOODLE PLUGINS FOR DESIGNING MULTIMEDIA ELECTRONIC EDUCATIONAL RESOURCES FROM LANGUAGE DISCIPLINES

    Directory of Open Access Journals (Sweden)

    Anton M. Avramchuk

    2015-09-01

    Full Text Available Today the problem of designing multimedia electronic educational resources from language disciplines in Moodle is very important. This system has a lot of different, powerful resources, plugins to facilitate the learning of students with language disciplines. This article presents an overview and comparative analysis of the five Moodle plugins for designing multimedia electronic educational resources from language disciplines. There have been considered their key features and functionality in order to choose the best for studying language disciplines in the Moodle. Plugins are compared by a group of experts according to the criteria: efficiency, functionality and easy use. For a comparative analysis of the plugins it is used the analytic hierarchy process.

  5. PENGARUH PENGGUNAAN TIGA MODEL PEMBELAJARAN TERHADAP HASIL BELAJAR MATA DIKLAT PEMROGRAMAN WEB PHP PADA SISWA DI SEKOLAH MENENGAH KEJURUAN

    Directory of Open Access Journals (Sweden)

    Rini Agustina

    2012-08-01

    Full Text Available The appropriate learning model for students is a support of the teacher for  improving student grades. This research is aimed to identify the effect of the three learning models usage, Independent Learning, Cooperative Learning (Jigsaw and Contextual Teaching and Learning applied to the students with high achievement categorized both male and female students in subject of PHP Web Programming at vocational higher school. The result shows that the implementation of learning model affects the achievement of competency for each learning model as follows; 8.91 for Independent Learning Model, 8.91 for Cooperative Learning Model and 9.44 for Contextual Teaching and Learning Model. Students with high achievement (male and female give significant influence to the achievement of competency of PHP Web Programming. Model pembelajaran yang sesuai bagi siswa merupakan dukungan dari guru untuk meningkatkan kemampuan siswa. Penelitian ini bertujuan untuk mengetahui efek dari penggunaan tiga metode pembelajaran yakni Independent Learning, Co­opera­tive Learning (Jigsaw, dan Contextual Teaching and Learning.  Ketiga metode ini diterapkan pada siswa dengan prestasi tinggi yang dipilah menurut jenis kelamin pada mata diklat Pemrograman Web PHP di sekolah menengah kejuruan. Hasil penelitian menujukkan bahwa implementasi model pembelajaran memberikan dampak capaian kompetensi sebagai berikut: 8,91 untuk model pembelajaran Independent Learning, 8,91 untuk model Cooperative Learning, dan 9,44 untuk model Contextual Teaching and Learning. Siswa dengan prestasi tinggi baik laki-laki maupun perem­puan memberikan akibat yang signifikan terhadap capaian kompetensi Pemrograman Web PHP.

  6. Modern ICT Tools: Online Electronic Resources Sharing Using Web ...

    African Journals Online (AJOL)

    Modern ICT Tools: Online Electronic Resources Sharing Using Web 2.0 and Its Implications For Library And Information Practice In Nigeria. ... The PDF file you selected should load here if your Web browser has a PDF reader plug-in installed (for example, a recent version of Adobe Acrobat Reader). If you would like more ...

  7. Beginning PHP and MySQL 5 from novice to professional

    CERN Document Server

    Gilmore, W Jason

    2006-01-01

    Written for the budding web developer searching for a powerful, low-cost solution for building flexible, dynamic web sites.Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites.Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface.Updated for MySQL 5, includes new chapters introducing triggers, stor

  8. Identification and analytical characterization of nine synthetic cathinone derivatives N-ethylhexedrone, 4-Cl-pentedrone, 4-Cl-α-EAPP, propylone, N-ethylnorpentylone, 6-MeO-bk-MDMA, α-PiHP, 4-Cl-α-PHP, and 4-F-α-PHP.

    Science.gov (United States)

    Liu, Cuimei; Jia, Wei; Li, Tao; Hua, Zhendong; Qian, Zhenhua

    2017-08-01

    Clinical and forensic toxicology laboratories are continuously confronted by analytical challenges when dealing with the new psychoactive substances (NPS) phenomenon. In this study, the analytical characterization of nine synthetic cathinones is described: 2-(ethylamino)-1-phenylhexan-1-one (N-ethylhexedrone 1), 1-(4-chlorophenyl)-2-(methylamino)pentan-1-one (4-Cl-pentedrone 2), 1-(4-chlorophenyl)-2-(ethylamino)pentan-1-one (4-Cl-α-EAPP 3), 1-(3,4-methylenedioxyphenyl)-2-propylaminopropan-1-one (propylone 4), 1-(3,4-methylenedioxyphenyl)-2-ethylaminopentan-1-one (N-ethylnorpentylone 5), 1-(6-methoxy-3,4-methylenedioxyphenyl)-2-methylaminopropan-1-one (6-MeO-bk-MDMA 6), 4-methyl-1-phenyl-2-(pyrrolidin-1-yl)pentan-1-one (α-PiHP 7), 1-(4-chlorophenyl)-2-(pyrrolidin-1-yl)hexan-1-one (4-Cl-α-PHP 8), and 1-(4-fluorophenyl)-2-(pyrrolidin-1-yl)hexan-1-one (4-F-α-PHP 9). The identification was based on ultra-high-performance liquid chromatography-quadrupole time-of-flight-mass spectrometry (UHPLC-QTOF-MS), gas chromatography-mass spectrometry (GC-MS), and nuclear magnetic resonance (NMR) spectroscopy. The mass-spectral fragmentations of these compounds following collision-induced dissociation (CID) and electron ionization (EI) were studied to assist forensic laboratories in identifying these compounds or other substances with similar structure in their case work. To our knowledge, no analytical data about the compounds 1-4, 7, and 8 have appeared until now, making this the first report on these compounds. The GC-MS data of 5, 6 and 9 has been reported, but this study added the LC-MS, Fourier Transform Infrared (FTIR) and NMR data for additional characterization. Copyright © 2016 John Wiley & Sons, Ltd. Copyright © 2016 John Wiley & Sons, Ltd.

  9. THE MODEL OF LINGUISTIC TEACHERS’ COMPETENCY DEVELOPMENT ON DESIGNING MULTIMEDIA ELECTRONIC EDUCATIONAL RESOURCES IN THE MOODLE SYSTEM

    Directory of Open Access Journals (Sweden)

    Anton M. Avramchuk

    2017-10-01

    Full Text Available The article is devoted to the problem of developing the competency of teachers of language disciplines on designing multimedia electronic educational resources in the Moodle system. The concept of "the competence of teachers of language disciplines on designing multimedia electronic educational resources in the Moodle system" is justified and defined. Identified and characterized the components by which the levels of the competency development of teachers of language disciplines on designing multimedia electronic educational resources in the Moodle system should be assessed. Developed a model for the development of the competency of teachers of language disciplines on designing multimedia electronic educational resources in the Moodle system, which is based on the main scientific approaches, used in adult education, and consists of five blocks: target, informative, technological, diagnostic and effective.

  10. Developing Humanities Collections in the Digital Age: Exploring Humanities Faculty Engagement with Electronic and Print Resources

    Science.gov (United States)

    Kachaluba, Sarah Buck; Brady, Jessica Evans; Critten, Jessica

    2014-01-01

    This article is based on quantitative and qualitative research examining humanities scholars' understandings of the advantages and disadvantages of print versus electronic information resources. It explores how humanities' faculty members at Florida State University (FSU) use print and electronic resources, as well as how they perceive these…

  11. Thermal performance of a PCB embedded pulsating heat pipe for power electronics applications

    International Nuclear Information System (INIS)

    Kearney, Daniel J.; Suleman, Omar; Griffin, Justin; Mavrakis, Georgios

    2016-01-01

    Highlights: • Planar, compact PCB embedded pulsating heat pipe for heat spreading applications. • Embedded heat pipe operates at sub-ambient pressure with environmentally. • Compatible fluids. • Range of optimum operating conditions, orientations and fill ratios identified. - Abstract: Low voltage power electronics applications (<1.2 kV) are pushing the design envelope towards increased functionality, better reliability, low profile and reduced cost. One packaging method to enable these constraints is the integration of active power electronic devices into the printed circuit board improving electrical and thermal performance. This development requires a reliable passive thermal management solution to mitigate hot spots due to the increased heat flux density. To this end, a 44 channel open looped pulsating heat pipe (OL-PHP) is experimentally investigated for two independent dielectric working fluids – Novec"T"M 649 and Novec"T"M 774 – due to their lower pressure operation and low global warming potential compared to traditional two-phase coolants. The OL-PHP is investigated in vertical (90°) orientation with fill ratios ranging from 0.30 to 0.70. The results highlight the steady state operating conditions for each working fluid with instantaneous plots of pressure, temperature, and thermal resistance; the minimum potential bulk thermal resistance for each fill ratio and the effective thermal conductivity achievable for the OL-PHP.

  12. Electronic resource management systems a workflow approach

    CERN Document Server

    Anderson, Elsa K

    2014-01-01

    To get to the bottom of a successful approach to Electronic Resource Management (ERM), Anderson interviewed staff at 11 institutions about their ERM implementations. Among her conclusions, presented in this issue of Library Technology Reports, is that grasping the intricacies of your workflow-analyzing each step to reveal the gaps and problems-at the beginning is crucial to selecting and implementing an ERM. Whether the system will be used to fill a gap, aggregate critical data, or replace a tedious manual process, the best solution for your library depends on factors such as your current soft

  13. Electronic Resource Management System. Vernetzung von Lizenzinformationen

    Directory of Open Access Journals (Sweden)

    Michaela Selbach

    2014-12-01

    Full Text Available In den letzten zehn Jahren spielen elektronische Ressourcen im Bereich der Erwerbung eine zunehmend wichtige Rolle: Eindeutig lässt sich hier ein Wandel in den Bibliotheken (fort vom reinen Printbestand zu immer größeren E-Only-Beständen feststellen. Die stetig wachsende Menge an E-Ressourcen und deren Heterogenität stellt Bibliotheken vor die Herausforderung, die E-Ressourcen effizient zu verwalten. Nicht nur Bibliotheken, sondern auch verhandlungsführende Institutionen von Konsortial- und Allianzlizenzen benötigen ein geeignetes Instrument zur Verwaltung von Lizenzinformationen, welches den komplexen Anforderungen moderner E-Ressourcen gerecht wird. Die Deutsche Forschungsgemeinschaft (DFG unterstützt ein Projekt des Hochschulbibliothekszentrums des Landes Nordrhein-Westfalen (hbz, der Universitätsbibliothek Freiburg, der Verbundzentrale des Gemeinsamen Bibliotheksverbundes (GBV und der Universitätsbibliothek Frankfurt, in dem ein bundesweit verfügbares Electronic Ressource Managementsystem (ERMS aufgebaut werden soll. Ein solches ERMS soll auf Basis einer zentralen Knowledge Base eine einheitliche Nutzung von Daten zur Lizenzverwaltung elektronischer Ressourcen auf lokaler, regionaler und nationaler Ebene ermöglichen. Statistische Auswertungen, Rechteverwaltung für alle angeschlossenen Bibliotheken, kooperative Datenpflege sowie ein über standardisierte Schnittstellen geführter Datenaustausch stehen bei der Erarbeitung der Anforderungen ebenso im Fokus wie die Entwicklung eines Daten- und Funktionsmodells. In the last few years the importance of electronic resources in library acquisitions has increased significantly. There has been a shift from mere print holdings to both e- and print combinations and even e-only subscriptions. This shift poses a double challenge for libraries: On the one hand they have to provide their e-resource collections to library users in an appealing way, on the other hand they have to manage these

  14. Mastering phpMyAdmin 34 for Effective MySQL Management

    CERN Document Server

    Delisle, Marc

    2012-01-01

    This is a step-by-step instructional guide to get you started easily with phpMyAdmin and teach you to manage and perform database functions on your database. You will first be introduced to the interface and then build basic tables and perform both simple and advanced functions on the created database. The book progresses gradually and you will follow it best by reading it sequentially. If you are a developer, system administrator, or web designer who wants to manage MySQL databases and tables efficiently, then this book is for you. This book assumes that you are already wellacquainted with My

  15. Using SemanticScuttle for managing lists of recommended resources on a library website

    Directory of Open Access Journals (Sweden)

    Tomasz Neugebauer

    2015-01-01

    Full Text Available Concordia University Libraries has adopted SemanticScuttle, an open source and locally-hosted PHP/MySQL application for social bookmarking, as an alternative to Delicious for managing lists of recommended resources on the library’s website. Two implementations for displaying feed content from SemanticScuttle were developed: (1 using the Google Feed API and (2 using direct SQL access to SemanticScuttle’s database.

  16. The Electron Microscopy Outreach Program: A Web-based resource for research and education.

    Science.gov (United States)

    Sosinsky, G E; Baker, T S; Hand, G; Ellisman, M H

    1999-01-01

    We have developed a centralized World Wide Web (WWW)-based environment that serves as a resource of software tools and expertise for biological electron microscopy. A major focus is molecular electron microscopy, but the site also includes information and links on structural biology at all levels of resolution. This site serves to help integrate or link structural biology techniques in accordance with user needs. The WWW site, called the Electron Microscopy (EM) Outreach Program (URL: http://emoutreach.sdsc.edu), provides scientists with computational and educational tools for their research and edification. In particular, we have set up a centralized resource containing course notes, references, and links to image analysis and three-dimensional reconstruction software for investigators wanting to learn about EM techniques either within or outside of their fields of expertise. Copyright 1999 Academic Press.

  17. Technical Communicator: A New Model for the Electronic Resources Librarian?

    Science.gov (United States)

    Hulseberg, Anna

    2016-01-01

    This article explores whether technical communicator is a useful model for electronic resources (ER) librarians. The fields of ER librarianship and technical communication (TC) originated and continue to develop in relation to evolving technologies. A review of the literature reveals four common themes for ER librarianship and TC. While the…

  18. AAV-PHP.B-Mediated Global-Scale Expression in the Mouse Nervous System Enables GBA1 Gene Therapy for Wide Protection from Synucleinopathy.

    Science.gov (United States)

    Morabito, Giuseppe; Giannelli, Serena G; Ordazzo, Gabriele; Bido, Simone; Castoldi, Valerio; Indrigo, Marzia; Cabassi, Tommaso; Cattaneo, Stefano; Luoni, Mirko; Cancellieri, Cinzia; Sessa, Alessandro; Bacigaluppi, Marco; Taverna, Stefano; Leocani, Letizia; Lanciego, José L; Broccoli, Vania

    2017-12-06

    The lack of technology for direct global-scale targeting of the adult mouse nervous system has hindered research on brain processing and dysfunctions. Currently, gene transfer is normally achieved by intraparenchymal viral injections, but these injections target a restricted brain area. Herein, we demonstrated that intravenous delivery of adeno-associated virus (AAV)-PHP.B viral particles permeated and diffused throughout the neural parenchyma, targeting both the central and the peripheral nervous system in a global pattern. We then established multiple procedures of viral transduction to control gene expression or inactivate gene function exclusively in the adult nervous system and assessed the underlying behavioral effects. Building on these results, we established an effective gene therapy strategy to counteract the widespread accumulation of α-synuclein deposits throughout the forebrain in a mouse model of synucleinopathy. Transduction of A53T-SCNA transgenic mice with AAV-PHP.B-GBA1 restored physiological levels of the enzyme, reduced α-synuclein pathology, and produced significant behavioral recovery. Finally, we provided evidence that AAV-PHP.B brain penetration does not lead to evident dysfunctions in blood-brain barrier integrity or permeability. Altogether, the AAV-PHP.B viral platform enables non-invasive, widespread, and long-lasting global neural expression of therapeutic genes, such as GBA1, providing an invaluable approach to treat neurodegenerative diseases with diffuse brain pathology such as synucleinopathies. Copyright © 2017 The American Society of Gene and Cell Therapy. Published by Elsevier Inc. All rights reserved.

  19. MODEL OF AN ELECTRONIC EDUCATIONAL RESOURCE OF NEW GENERATION

    Directory of Open Access Journals (Sweden)

    Anatoliy V. Loban

    2016-01-01

    Full Text Available The mathematical structure of the modular architecture of an electronic educational resource (EER of new generation, which allows to decompose the process of studying the subjects of the course at a hierarchically ordered set of data (knowledge and procedures for manipulating them, to determine the roles of participants of process of training of and technology the development and use of EOR in the study procrate.

  20. GEOMAGIA50: An archeointensity database with PHP and MySQL

    Science.gov (United States)

    Korhonen, K.; Donadini, F.; Riisager, P.; Pesonen, L. J.

    2008-04-01

    The GEOMAGIA50 database stores 3798 archeomagnetic and paleomagnetic intensity determinations dated to the past 50,000 years. It also stores details of the measurement setup for each determination, which are used for ranking the data according to prescribed reliability criteria. The ranking system aims to alleviate the data reliability problem inherent in this kind of data. GEOMAGIA50 is based on two popular open source technologies. The MySQL database management system is used for storing the data, whereas the functionality and user interface are provided by server-side PHP scripts. This technical brief gives a detailed description of GEOMAGIA50 from a technical viewpoint.

  1. 2018-05-15T22:36:01Z https://www.ajol.info/index.php/index/oai oai ...

    African Journals Online (AJOL)

    They are aware that the bees collect nectar and pollen and also know that the ... Even though the indigenous people recognize stingless bee honey as highly ... Article application/pdf https://www.ajol.info/index.php/jgsa/article/view/48073 ...

  2. Percutaneous Hepatic Perfusion (PHP) with Melphalan as a Treatment for Unresectable Metastases Confined to the Liver.

    Science.gov (United States)

    de Leede, Eleonora M; Burgmans, Mark C; Martini, Christian H; Tijl, Fred G J; van Erkel, Arian R; Vuyk, Jaap; Kapiteijn, Ellen; Verhoef, Cornelis; van de Velde, Cornelis J H; Vahrmeijer, Alexander L

    2016-07-31

    Unresectable liver metastases of colorectal cancer can be treated with systemic chemotherapy, aiming to limit the disease, extend survival or turn unresectable metastases into resectable ones. Some patients however, suffer from side effects or progression under systemic treatment. For patients with metastasized uveal melanoma there are no standard systemic therapy options. For patients without extrahepatic disease, isolated liver perfusion (IHP) may enable local disease control with limited systemic side effects. Previously, this was performed during open surgery with satisfying results, but morbidity and mortality related to the open procedure, prohibited a widespread application. Therefore, percutaneous hepatic perfusion (PHP) with simultaneous chemofiltration was developed. Besides decreasing morbidity and mortality, this procedure can be repeated, hopefully leading to a higher response rate and improved survival (by local control of disease). During PHP, catheters are placed in the proper hepatic artery, to infuse the chemotherapeutic agent, and in the inferior caval vein to aspirate the chemosaturated blood returning through the hepatic veins. The caval vein catheter is a double balloon catheter that prohibits leakage into the systemic circulation. The blood returning from the hepatic veins is aspirated through the catheter fenestrations and then perfused through an extra-corporeal filtration system. After filtration, the blood is returned to the patient by a third catheter in the right internal jugular vein. During PHP a high dose of melphalan is infused into the liver, which is toxic and would lead to life threatening complications when administered systemically. Because of the significant hemodynamic instability resulting from the combination of caval vein occlusion and chemofiltration, hemodynamic monitoring and hemodynamic support is of paramount importance during this complex procedure.

  3. TSH elevations as the first laboratory evidence for pseudohypoparathyroidism type Ib (PHP-Ib)†

    OpenAIRE

    Molinaro, Angelo; Tiosano, Dov; Takatani, Rieko; Chrysis, Dionisios; Russell, William; Koscielniak, Nikolas; Kottler, Marie-Laure; Agretti, Patrizia; De Marco, Giuseppina; Ahtiainen, Petteri; Christov, Marta; Mäkitie, Outi; Tonacchera, Massimo; Jüppner, Harald

    2015-01-01

    Hypocalcemia and hyperphosphatemia because of resistance towards parathyroid hormone (PTH) in the proximal renal tubules are the most prominent abnormalities in patients affected by pseudohypoparathyroidism type Ib (PHP-Ib). In this rare disorder that is caused by GNAS methylation changes, resistance can occur towards other hormones, such as thyroid-stimulating hormone (TSH), that mediate their actions through G protein-coupled receptors. However, these additional laboratory abnormalities are...

  4. Hertel 7 fracture of the humeral head. Can two different fixation systems (Diphos/PHP) lead to different outcomes? A retrospective study.

    Science.gov (United States)

    Gumina, S; Baudi, P; Candela, V; Campochiaro, G

    2016-10-01

    To compare clinical outcomes and complication rates in the medium-to-long-term follow-up of Hertel 7 humeral head fractures treated with two different locking plates. A total of 52 patients with type 7 humeral head fracture (in accordance with Hertel classification) were enrolled retrospectively: 24 patients [4 male, 20 female; mean age (standard deviation [SD]): 68.9 (5.8) years] were treated with Diphos H plate (Group A) and 28 patients [6 male, 22 female; mean age (SD): 61.0 (7.5) years] with Proximal Humeral Plate (PHP; Group B). The mean follow-up periods were 25.6 and 18.9 months, respectively. Functional outcomes were assessed using the Constant score and Disabilities of the Arm, Shoulder and Hand (DASH) score; X-ray evaluation was also performed and complications were recorded. The mean Constant score in the Diphos and PHP groups at follow-up were 75.6 (SD 13.4) and 78.9 (SD 12.8), respectively (p>0.05). The DASH score was similar in both groups (Diphos: 18.6, range 0-51.5; PHP: 16.8, range 0-47.8) (p>0.05). In our series, 9.6% of patients had complications; these included a case of aseptic non-union and a case of avascular necrosis of the humeral head in each group, and a secondary screw perforation in a patient treated with Diphos. In patients with Hertel 7 proximal humeral fractures, Diphos and PHP lead to similar satisfactory functional outcomes and are associated with low complication rates; this confirms that both are useful implants for the treatment of this pattern of fracture. Copyright © 2016. Published by Elsevier Ltd.

  5. 2018-04-06T22:56:04Z https://www.ajol.info/index.php/all/oai oai:ojs ...

    African Journals Online (AJOL)

    Variable speed induction motor drives without mechanical speed sensors at the ... the magnitude and spatial orientation of the fundamental magnetic flux in the ... Article application/pdf https://www.ajol.info/index.php/ijest/article/view/63713 ...

  6. GUIDELINES FOR EVALUATION OF PSYCHOLOGICAL AND PEDAGOGICAL QUALITY CHARACTERISTICS OF ELECTRONIC EDUCATIONAL RESOURCES

    Directory of Open Access Journals (Sweden)

    Galina P. Lavrentieva

    2014-05-01

    Full Text Available The article highlights the causes of insufficient effective use of electronic learning resources and sets out the guidelines on ways to solve the aforementioned problems. The set of didactic, methodical, psychological, pedagogical, design and ergonomic quality requirements is considered for evaluation, selection and application of information and communication technologies in the educational process. The most appropriate mechanisms for the ICT introduction into the learning process are disclosed as it should meet the specific learning needs of the student and the objectives of the educational process. The guidance for psycho-educational assessment of quality of electronic educational resources is provided. It is argued that the effectiveness of the ICT use is to be improved by means of quality evaluation mechanisms involved into the educational process.

  7. 2018-05-10T13:10:34Z https://www.ajol.info/index.php/all/oai oai:ojs ...

    African Journals Online (AJOL)

    In the retrobulbar injection group 25 (71.4%) patients had none or mild pains ... an aesthetic techniques are effective and safe for cataract surgery although the ... Article application/pdf https://www.ajol.info/index.php/njcp/article/view/74533 ...

  8. Availability, Use and Constraints to Use of Electronic Information Resources by Postgraduates Students at the University of Ibadan

    Directory of Open Access Journals (Sweden)

    Dare Samuel Adeleke

    2017-12-01

    Full Text Available Availability, awareness and use of electronic resources provide access to authoritative, reliable, accurate and timely access to information. The use of electronic information resources (EIRs can enable innovation in teaching and increase timeliness in research of postgraduate students which will eventual result into encouragement of the expected research-led enquiry in this digital age. The study adopted a descriptive survey design. Samples of 300 of postgraduate students within seven out 13 Faculties were randomly selected. Data were collected using questionnaire designed to elicit response from respondents and data were analyzed using descriptive statistics methods percentages, mean, and standard deviation. Results indicated that internet was ranked most available and used in the university. Low level of usage of electronic resources, in particular, full texts data bases is linked to a number of constraints: Interrupted power supply was ranked highest among other factors as speed and capacity of computers, retrieval of records with high recall and low precision, retrieving records relevant to information need, lack of knowledge of search techniques to retrieve information effectively, non possession of requisite IT skills and problems accessing the internet. The study recommended that usage of electronic resources be made compulsory, intensifying awareness campaigns concerning the availability, training on use of electronic resources and the problem of power outage be addressed.

  9. Editing of misaligned 3'-termini by an intrinsic 3'-5' exonuclease activity residing in the PHP domain of a family X DNA polymerase.

    Science.gov (United States)

    Baños, Benito; Lázaro, José M; Villar, Laurentino; Salas, Margarita; de Vega, Miguel

    2008-10-01

    Bacillus subtilis gene yshC encodes a family X DNA polymerase (PolX(Bs)), whose biochemical features suggest that it plays a role during DNA repair processes. Here, we show that, in addition to the polymerization activity, PolX(Bs) possesses an intrinsic 3'-5' exonuclease activity specialized in resecting unannealed 3'-termini in a gapped DNA substrate. Biochemical analysis of a PolX(Bs) deletion mutant lacking the C-terminal polymerase histidinol phosphatase (PHP) domain, present in most of the bacterial/archaeal PolXs, as well as of this separately expressed protein region, allow us to state that the 3'-5' exonuclease activity of PolX(Bs) resides in its PHP domain. Furthermore, site-directed mutagenesis of PolX(Bs) His339 and His341 residues, evolutionary conserved in the PHP superfamily members, demonstrated that the predicted metal binding site is directly involved in catalysis of the exonucleolytic reaction. The implications of the unannealed 3'-termini resection by the 3'-5' exonuclease activity of PolX(Bs) in the DNA repair context are discussed.

  10. A Study on Developing Evaluation Criteria for Electronic Resources in Evaluation Indicators of Libraries

    Science.gov (United States)

    Noh, Younghee

    2010-01-01

    This study aimed to improve the current state of electronic resource evaluation in libraries. While the use of Web DB, e-book, e-journal, and other e-resources such as CD-ROM, DVD, and micro materials is increasing in libraries, their use is not comprehensively factored into the general evaluation of libraries and may diminish the reliability of…

  11. The reaction of TcCl3(Me2PhP)3 with dithio ligands. Synthesis, characterization and X-ray crystal structures of [TcCl2(Me2PhP)2(Me2dtp)]and [Tc(Me2PhP)(Etxan)3](Me2PhP=dimethylphenylphosphine, Me2dtp-=O,O'-dimethyldithiophosphate, Etxan-=ethylxanthate)

    International Nuclear Information System (INIS)

    Lorenz, B.; Schmidt, K.; Hiller, W.; Abram, U.; Huebener, R.

    1993-01-01

    Trichlorotris (dimethylphenylphosphine)technetium(III); [TcCl 3 (Me 2 PhP) 3 ], reacts with dithio ligands to form chelate complexes of different compositions and coordinations geometries. The reaction with ethylxanthate (Etxan - ) yields the diamagnetic seven-coordinate [Tc(Me 2 PhP)(Etxan) 3 ], which crystallizes monoclinic in the space group P2 2 /c with Z = 4 (a = 18.44(5), b = 9.2(1), c = 15.36(6) A, β = 104.3(2) ). The final R value is 0.029. The metal has a pentagonal-bipyramidal environment. With ammonium dimethyldithiophosphate, (NH 4 )Me 2 dtp, [TcCl 3 (Me 2 PhP) 3 ] forms the paramagnetic [TcCl 2 (Me 2 PhP) 2 (Me 2 dtp) in which the technetium atom has a distorted octahedral coordination sphere. The compound crystallizes orthorhombic, space group Pbcn, with Z = 4 (a = 16.20(1), b = 10.445(1), c 14.878(1)). The final R value is 0.031. The chloro ligands are in trans arrangement. (orig.)

  12. Perancangan Sistem Informasi SMA Negeri 1 Babalan Dengan Menggunakan Pemrograman PHP Dan MySQL

    OpenAIRE

    Yulita, Devi

    2014-01-01

    Tulisan ini bertujuan untuk membangun suatu sistem informasi pada SMA Negeri 1 Babalan. Sistem ini dikembangkan dengan menggunakan perangkat lunak PHP, MySQL, Apache, dan Mozilla Firefox juga software pembantu lainnya seperti Adobe Dreamweaver CS5. Tujuan dari sistem informasi ini adalah untuk menyajikan informasi profil sekolah, visi, misi dan tujuan, daftar siswa, daftar guru. Merancang sebuah website untuk membantu siswa dalam memperoleh informasi SMA Negeri 1 Babalan dan website ini dapat...

  13. THE MODEL OF LINGUISTIC TEACHERS’ COMPETENCY DEVELOPMENT ON DESIGNING MULTIMEDIA ELECTRONIC EDUCATIONAL RESOURCES IN THE MOODLE SYSTEM

    OpenAIRE

    Anton M. Avramchuk

    2017-01-01

    The article is devoted to the problem of developing the competency of teachers of language disciplines on designing multimedia electronic educational resources in the Moodle system. The concept of "the competence of teachers of language disciplines on designing multimedia electronic educational resources in the Moodle system" is justified and defined. Identified and characterized the components by which the levels of the competency development of teachers of language disciplines on designing ...

  14. Determining the level of awareness of the physicians in using the variety of electronic information resources and the effecting factors.

    Science.gov (United States)

    Papi, Ahmad; Ghazavi, Roghayeh; Moradi, Salimeh

    2015-01-01

    Understanding of the medical society's from the types of information resources for quick and easy access to information is an imperative task in medical researches and management of the treatment. The present study was aimed to determine the level of awareness of the physicians in using various electronic information resources and the factors affecting it. This study was a descriptive survey. The data collection tool was a researcher-made questionnaire. The study population included all the physicians and specialty physicians of the teaching hospitals affiliated to Isfahan University of Medical Sciences and numbered 350. The sample size based on Morgan's formula was set at 180. The content validity of the tool was confirmed by the library and information professionals and the reliability was 95%. Descriptive statistics were used including the SPSS software version 19. On reviewing the need of the physicians to obtain the information on several occasions, the need for information in conducting the researches was reported by the maximum number of physicians (91.9%) and the usage of information resources, especially the electronic resources, formed 65.4% as the highest rate with regard to meeting the information needs of the physicians. Among the electronic information databases, the maximum awareness was related to Medline with 86.5%. Among the various electronic information resources, the highest awareness (43.3%) was related to the E-journals. The highest usage (36%) was also from the same source. The studied physicians considered the most effective deterrent in the use of electronic information resources as being too busy and lack of time. Despite the importance of electronic information resources for the physician's community, there was no comprehensive knowledge of these resources. This can lead to less usage of these resources. Therefore, careful planning is necessary in the hospital libraries in order to introduce the facilities and full capabilities of the

  15. Managing Selection for Electronic Resources: Kent State University Develops a New System to Automate Selection

    Science.gov (United States)

    Downey, Kay

    2012-01-01

    Kent State University has developed a centralized system that manages the communication and work related to the review and selection of commercially available electronic resources. It is an automated system that tracks the review process, provides selectors with price and trial information, and compiles reviewers' feedback about the resource. It…

  16. End-of-life resource recovery from emerging electronic products

    DEFF Research Database (Denmark)

    Parajuly, Keshav; Habib, Komal; Cimpan, Ciprian

    2016-01-01

    Integrating product design with appropriate end-of-life (EoL) processing is widely recognized to have huge potentials in improving resource recovery from electronic products. In this study, we investigate both the product characteristics and EoL processing of robotic vacuum cleaner (RVC), as a case...... of emerging electronic product, in order to understand the recovery fate of different materials and its linkage to product design. Ten different brands of RVC were dismantled and their material composition and design profiles were studied. Another 125 RVCs (349 kg) were used for an experimental trial...... at a conventional ‘shred-and-separate’ type preprocessing plant in Denmark. A detailed material flow analysis was performed throughout the recycling chain. The results show a mismatch between product design and EoL processing, and the lack of practical implementation of ‘Design for EoL’ thinking. In the best...

  17. Use of electronic sales data to tailor nutrition education resources for an ethnically diverse population.

    Science.gov (United States)

    Eyles, H; Rodgers, A; Ni Mhurchu, C

    2010-02-01

    Nutrition education may be most effective when personally tailored. Individualised electronic supermarket sales data offer opportunities to tailor nutrition education using shopper's usual food purchases. The present study aimed to use individualised electronic supermarket sales data to tailor nutrition resources for an ethnically diverse population in a large supermarket intervention trial in New Zealand. Culturally appropriate nutrition education resources (i.e. messages and shopping lists) were developed with the target population (through two sets of focus groups) and ethnic researchers. A nutrient database of supermarket products was developed using retrospective sales data and linked to participant sales to allow tailoring by usual food purchases. Modified Heart Foundation Tick criteria were used to identify 'healthier' products in the database suitable for promotion in the resources. Rules were developed to create a monthly report listing the tailored and culturally targeted messages to be sent to each participant, and to produce automated, tailored shopping lists. Culturally targeted nutrition messages (n = 864) and shopping lists (n = 3 formats) were developed. The food and nutrient database (n = 3000 top-selling products) was created using 12 months of retrospective sales data, and comprised 60%'healthier' products. Three months of baseline sales data were used to determine usual food purchases. Tailored resources were successfully mailed to 123 Māori, 52 Pacific and 346 non-Māori non-Pacific participants over the 6-month trial intervention period. Electronic supermarket sales data can be used to tailor nutrition education resources for a large number of ethnically diverse supermarket shoppers.

  18. Availability, Level of Use and Constraints to Use of Electronic Resources by Law Lecturers in Public Universities in Nigeria

    Science.gov (United States)

    Amusa, Oyintola Isiaka; Atinmo, Morayo

    2016-01-01

    (Purpose) This study surveyed the level of availability, use and constraints to use of electronic resources among law lecturers in Nigeria. (Methodology) Five hundred and fifty-two law lecturers were surveyed and four hundred and forty-two responded. (Results) Data analysis revealed that the level of availability of electronic resources for the…

  19. A systematic review of portable electronic technology for health education in resource-limited settings.

    Science.gov (United States)

    McHenry, Megan S; Fischer, Lydia J; Chun, Yeona; Vreeman, Rachel C

    2017-08-01

    The objective of this study is to conduct a systematic review of the literature of how portable electronic technologies with offline functionality are perceived and used to provide health education in resource-limited settings. Three reviewers evaluated articles and performed a bibliography search to identify studies describing health education delivered by portable electronic device with offline functionality in low- or middle-income countries. Data extracted included: study population; study design and type of analysis; type of technology used; method of use; setting of technology use; impact on caregivers, patients, or overall health outcomes; and reported limitations. Searches yielded 5514 unique titles. Out of 75 critically reviewed full-text articles, 10 met inclusion criteria. Study locations included Botswana, Peru, Kenya, Thailand, Nigeria, India, Ghana, and Tanzania. Topics addressed included: development of healthcare worker training modules, clinical decision support tools, patient education tools, perceptions and usability of portable electronic technology, and comparisons of technologies and/or mobile applications. Studies primarily looked at the assessment of developed educational modules on trainee health knowledge, perceptions and usability of technology, and comparisons of technologies. Overall, studies reported positive results for portable electronic device-based health education, frequently reporting increased provider/patient knowledge, improved patient outcomes in both quality of care and management, increased provider comfort level with technology, and an environment characterized by increased levels of technology-based, informal learning situations. Negative assessments included high investment costs, lack of technical support, and fear of device theft. While the research is limited, portable electronic educational resources present promising avenues to increase access to effective health education in resource-limited settings, contingent

  20. 2018-03-21T13:09:49Z https://www.ajol.info/index.php/all/oai oai:ojs ...

    African Journals Online (AJOL)

    Abdu, SB Hassan, MR Adamu, HY Yashim, SM Oketona, GF Buck, digestibility, Gmelina arborea, maize cobs, red Sokoto bucks An experiment was conducted to ... info:eu-repo/semantics/publishedVersion Peer-reviewed Article application/pdf https://www.ajol.info/index.php/tjas/article/view/94039 Nigerian Journal of ...

  1. Pembuatan Kakas Pendeteksi Unused Method pada Kode Program PHP dengan Framework CodeIgniter Menggunakan Call Graph

    Directory of Open Access Journals (Sweden)

    Divi Galih Prasetyo Putri

    2014-03-01

    Full Text Available Proses evolusi dan perawatan dari sebuah sistem merupakan proses yang sangat penting dalam rekayasa perangkat lunak tidak terkecuali pada aplikasi web. Pada proses ini kebanyakan pengembang tidak lagi berpatokan pada rancangan sistem. Hal ini menyebabkan munculnya unused method. Bagian-bagian program ini tidak lagi terpakai namun masih berada dalam sistem. Keadaan ini meningkatkan kompleksitas dan mengurangi tingkat understandability sistem. Guna mendeteksi adanya unused method pada progam diperlukan teknik untuk melakukan code analysis. Teknik static analysis yang digunakan memanfaatkan call graph yang dibangun dari kode program untuk mengetahui adanya unused method. Call graph dibangun berdasarkan pemanggilan antar method. Aplikasi ini mendeteksi unused method pada kode program PHP yang dibangun menggunakan framework CodeIgniter. Kode program sebagai inputan diurai kedalam bentuk Abstract Syntax Tree (AST yang kemudian dimanfaatkan untuk melakukan analisis terhadap kode program. Proses analisis tersebut kemudian menghasilkan sebuah call graph. Dari call graph yang dihasilkan dapat dideteksi method-method mana saja yang tidak berhasil ditelusuri dan tergolong kedalam unused method. Kakas telah diuji coba pada 5 aplikasi PHP dengan hasil  rata-rata nilai presisi sistem sebesar 0.749 dan recall sebesar 1.

  2. SAGES: a suite of freely-available software tools for electronic disease surveillance in resource-limited settings.

    Directory of Open Access Journals (Sweden)

    Sheri L Lewis

    Full Text Available Public health surveillance is undergoing a revolution driven by advances in the field of information technology. Many countries have experienced vast improvements in the collection, ingestion, analysis, visualization, and dissemination of public health data. Resource-limited countries have lagged behind due to challenges in information technology infrastructure, public health resources, and the costs of proprietary software. The Suite for Automated Global Electronic bioSurveillance (SAGES is a collection of modular, flexible, freely-available software tools for electronic disease surveillance in resource-limited settings. One or more SAGES tools may be used in concert with existing surveillance applications or the SAGES tools may be used en masse for an end-to-end biosurveillance capability. This flexibility allows for the development of an inexpensive, customized, and sustainable disease surveillance system. The ability to rapidly assess anomalous disease activity may lead to more efficient use of limited resources and better compliance with World Health Organization International Health Regulations.

  3. Use and Cost of Electronic Resources in Central Library of Ferdowsi University Based on E-metrics

    Directory of Open Access Journals (Sweden)

    Mohammad Reza Davarpanah

    2012-07-01

    Full Text Available The purpose of this study was to investigate the usage of electronic journals in Ferdowsi University, Iran based on e-metrics. The paper also aimed to emphasize the analysis of cost-benefit and the correlation between the journal impact factors and the usage data. In this study experiences of Ferdowsi University library on licensing and usage of electronic resources was evaluated by providing a cost-benefit analysis based on the cost and usage statistics of electronic resources. Vendor-provided data were also compared with local usage data. The usage data were collected by tracking web-based access locally, and by collecting vender-provided usage data. The data sources were one-year of vendor-supplied e-resource usage data such as Ebsco, Elsevier, Proquest, Emerald, Oxford and Springer and local usage data collected from the Ferdowsi university web server. The study found that actual usage values differ for vendor-provided data and local usage data. Elsevier has got the highest usage degree in searches, sessions and downloads. Statistics also showed that a small number of journals satisfy significant amount of use while the majority of journals were used less frequent and some were never used at all. The users preferred the PDF rather than HTML format. The data in subject profile suggested that the provided e-resources were best suited to certain subjects. There was no correlation between IF and electronic journal use. Monitoring the usage of e-resources gained increasing importance for acquisition policy and budget decisions. The article provided information about local metrics for the six surveyed vendors/publishers, e.g. usage trends, requests per package, cost per use as related to the scientific specialty of the university.

  4. The role of the PHP domain associated with DNA polymerase X from Thermus thermophilus HB8 in base excision repair.

    Science.gov (United States)

    Nakane, Shuhei; Nakagawa, Noriko; Kuramitsu, Seiki; Masui, Ryoji

    2012-11-01

    Base excision repair (BER) is one of the most commonly used DNA repair pathways involved in genome stability. X-family DNA polymerases (PolXs) play critical roles in BER, especially in filling single-nucleotide gaps. In addition to a polymerase core domain, bacterial PolXs have a polymerase and histidinol phosphatase (PHP) domain with phosphoesterase activity which is also required for BER. However, the role of the PHP domain of PolX in bacterial BER remains unresolved. We found that the PHP domain of Thermus thermophilus HB8 PolX (ttPolX) functions as two types of phosphoesterase in BER, including a 3'-phosphatase and an apurinic/apyrimidinic (AP) endonuclease. Experiments using T. thermophilus HB8 cell lysates revealed that the majority of the 3'-phosphatase and AP endonuclease activities are attributable to the another phosphoesterase in T. thermophilus HB8, endonuclease IV (ttEndoIV). However, ttPolX possesses significant 3'-phosphatase activity in ΔttendoIV cell lysate, indicating possible complementation. Our experiments also reveal that there are only two enzymes that display the 3'-phosphatase activity in the T. thermophilus HB8 cell, ttPolX and ttEndoIV. Furthermore, phenotypic analysis of ΔttpolX, ΔttendoIV, and ΔttpolX/ΔttendoIV using hydrogen peroxide and sodium nitrite supports the hypothesis that ttPolX functions as a backup for ttEndoIV in BER. Copyright © 2012 Elsevier B.V. All rights reserved.

  5. iDESWEB: Práctica 9: PHP 3 (MySQL y acceso a una base de datos)

    OpenAIRE

    Luján Mora, Sergio

    2012-01-01

    Aprender a administrar una base de datos con MySQL. Conocer algunas herramientas que ayudan a administrar una base de datos de MySQL. Aprender a acceder a una base de datos desde PHP. Aprender a realizar una consulta SELECT y mostrar el resultado en una página web. Sitio web del curso: http://idesweb.es/

  6. Using PHP to Parse eBook Resources from Drupal 6 to Populate a Mobile Web Page

    Directory of Open Access Journals (Sweden)

    Junior Tidal

    2012-10-01

    Full Text Available The Ursula C. Schwerin library needed to create a page for its mobile website devoted to subscribed eBooks. These resources, however, were only available through the main desktop website. These resources were organized using the Drupal 6 content management system with contributed and core modules. It was necessary to create a solution to retrieve the eBook databases from the Drupal installation to a separate mobile site.

  7. Building and Managing Electronic Resources in Digital Era in India with Special Reference to IUCAA and NIV, Pune: A Comparative Case Study

    Science.gov (United States)

    Sahu, H. K.; Singh, S. N.

    2015-04-01

    This paper discusses and presents a comparative case study of two libraries in Pune, India, Inter-University Centre for Astronomy and Astrophysics and Information Centre and Library of National Institute of Virology (Indian Council of Medical Research). It compares how both libraries have managed their e-resource collections, including acquisitions, subscriptions, and consortia arrangements, while also developing a collection of their own resources, including pre-prints and publications, video lectures, and other materials in an institutional repository. This study illustrates how difficult it is to manage electronic resources in a developing country like India, even though electronic resources are used more than print resources. Electronic resource management can be daunting, but with a systematic approach, various problems can be solved, and use of the materials will be enhanced.

  8. Potential role of Arabidopsis PHP as an accessory subunit of the PAF1 transcriptional cofactor.

    Science.gov (United States)

    Park, Sunchung; Ek-Ramos, Maria Julissa; Oh, Sookyung; van Nocker, Steven

    2011-08-01

    Paf1C is a transcriptional cofactor that has been implicated in various transcription-associated mechanisms spanning initiation, elongation and RNA processing, and is important for multiple aspects of development in Arabidopsis. Our recent studies suggest Arabidopsis Paf1C is crucial for proper regulation of genes within H3K27me3-enriched chromatin, and that a protein named PHP may act as an accessory subunit of Paf1C that promotes this function.

  9. [Use of internet and electronic resources among Spanish intensivist physicians. First national survey].

    Science.gov (United States)

    Gómez-Tello, V; Latour-Pérez, J; Añón Elizalde, J M; Palencia-Herrejón, E; Díaz-Alersi, R; De Lucas-García, N

    2006-01-01

    Estimate knowledge and use habits of different electronic resources in a sample of Spanish intensivists: Internet, E-mail, distribution lists, and use of portable electronic devices. Self-applied questionnaire. A 50-question questionnaire was distributed among Spanish intensivists through the hospital marketing delegates of a pharmaceutical company and of electronic forums. A total of 682 questionnaires were analyzed (participation: 74%). Ninety six percent of those surveyed used Internet individually: 67% admitted training gap. Internet was the second source of clinical consultations most used (61%), slightly behind consultation to colleagues (65%). The pages consulted most were bibliographic databases (65%) and electronic professional journals (63%), with limited use of Evidence Based Medicine pages (19%). Ninety percent of those surveyed used e-mail regularly in the practice of their profession, although 25% admitted that were not aware of its possibilities. The use of E-mail decreased significantly with increase in age. A total of 62% of the intensivists used distribution lists. Of the rest, 42% were not aware of its existence and 32% admitted they had insufficient training to handle them. Twenty percent of those surveyed had portable electronic devices and 64% considered it useful, basically due to its rapid consultation at bedside. Female gender was a negative predictive factor of its use (OR 0.35; 95% CI 0.2-0.63; p=0.0002). A large majority of the Spanish intensivists use Internet and E-mail. E-mail lists and use of portable devices are still underused resources. There are important gaps in training and infrequent use of essential pages. There are specific groups that require directed educational policies.

  10. Model of e-learning with electronic educational resources of new generation

    OpenAIRE

    A. V. Loban; D. A. Lovtsov

    2017-01-01

    Purpose of the article: improving of scientific and methodical base of the theory of the е-learning of variability. Methods used: conceptual and logical modeling of the е-learning of variability process with electronic educational resource of new generation and system analysis of the interconnection of the studied subject area, methods, didactics approaches and information and communication technologies means. Results: the formalization complex model of the е-learning of variability with elec...

  11. The Primary Care Electronic Library: RSS feeds using SNOMED-CT indexing for dynamic content delivery.

    Science.gov (United States)

    Robinson, Judas; de Lusignan, Simon; Kostkova, Patty; Madge, Bruce; Marsh, A; Biniaris, C

    2006-01-01

    Rich Site Summary (RSS) feeds are a method for disseminating and syndicating the contents of a website using extensible mark-up language (XML). The Primary Care Electronic Library (PCEL) distributes recent additions to the site in the form of an RSS feed. When new resources are added to PCEL, they are manually assigned medical subject headings (MeSH terms), which are then automatically mapped to SNOMED-CT terms using the Unified Medical Language System (UMLS) Metathesaurus. The library is thus searchable using MeSH or SNOMED-CT. Our syndicate partner wished to have remote access to PCEL coronary heart disease (CHD) information resources based on SNOMED-CT search terms. To pilot the supply of relevant information resources in response to clinically coded requests, using RSS syndication for transmission between web servers. Our syndicate partner provided a list of CHD SNOMED-CT terms to its end-users, a list which was coded according to UMLS specifications. When the end-user requested relevant information resources, this request was relayed from our syndicate partner's web server to the PCEL web server. The relevant resources were retrieved from the PCEL MySQL database. This database is accessed using a server side scripting language (PHP), which enables the production of dynamic RSS feeds on the basis of Source Asserted Identifiers (CODEs) contained in UMLS. Retrieving resources using SNOMED-CT terms using syndication can be used to build a functioning application. The process from request to display of syndicated resources took less than one second. The results of the pilot illustrate that it is possible to exchange data between servers using RSS syndication. This method could be utilised dynamically to supply digital library resources to a clinical system with SNOMED-CT data used as the standard of reference.

  12. Impact of Knowledge Resources Linked to an Electronic Health Record on Frequency of Unnecessary Tests and Treatments

    Science.gov (United States)

    Goodman, Kenneth; Grad, Roland; Pluye, Pierre; Nowacki, Amy; Hickner, John

    2012-01-01

    Introduction: Electronic knowledge resources have the potential to rapidly provide answers to clinicians' questions. We sought to determine clinicians' reasons for searching these resources, the rate of finding relevant information, and the perceived clinical impact of the information they retrieved. Methods: We asked general internists, family…

  13. Electronic Document Management: A Human Resource Management Case Study

    Directory of Open Access Journals (Sweden)

    Thomas Groenewald

    2004-11-01

    Full Text Available This case study serve as exemplar regarding what can go wrong with the implementation of an electronic document management system. Knowledge agility and knowledge as capital, is outlined against the backdrop of the information society and knowledge economy. The importance of electronic document management and control is sketched thereafter. The literature review is concluded with the impact of human resource management on knowledge agility, which includes references to the learning organisation and complexity theory. The intervention methodology, comprising three phases, follows next. The results of the three phases are presented thereafter. Partial success has been achieved with improving the human efficacy of electronic document management, however the client opted to discontinue the system in use. Opsomming Die gevalle studie dien as voorbeeld van wat kan verkeerd loop met die implementering van ’n elektroniese dokumentbestuur sisteem. Teen die agtergrond van die inligtingsgemeenskap en kennishuishouding word kennissoepelheid en kennis as kapitaal bespreek. Die literatuurstudie word afgesluit met die inpak van menslikehulpbronbestuur op kennissoepelheid, wat ook die verwysings na die leerorganisasie en kompleksietydsteorie insluit. Die metodologie van die intervensie, wat uit drie fases bestaan, volg daarna. Die resultate van die drie fases word vervolgens aangebied. Slegs gedeelte welslae is behaal met die verbetering van die menslike doeltreffendheid ten opsigte van elektroniese dokumentbestuur. Die klient besluit egter om nie voort te gaan om die huidige sisteem te gebruik nie.

  14. Challenges in the implementation of an electronic surveillance system in a resource-limited setting: Alerta, in Peru

    Directory of Open Access Journals (Sweden)

    Soto Giselle

    2008-11-01

    Full Text Available Abstract Background Infectious disease surveillance is a primary public health function in resource-limited settings. In 2003, an electronic disease surveillance system (Alerta was established in the Peruvian Navy with support from the U.S. Naval Medical Research Center Detachment (NMRCD. Many challenges arose during the implementation process, and a variety of solutions were applied. The purpose of this paper is to identify and discuss these issues. Methods This is a retrospective description of the Alerta implementation. After a thoughtful evaluation according to the Centers for Disease Control and Prevention (CDC guidelines, the main challenges to implementation were identified and solutions were devised in the context of a resource-limited setting, Peru. Results After four years of operation, we have identified a number of challenges in implementing and operating this electronic disease surveillance system. These can be divided into the following categories: (1 issues with personnel and stakeholders; (2 issues with resources in a developing setting; (3 issues with processes involved in the collection of data and operation of the system; and (4 issues with organization at the central hub. Some of the challenges are unique to resource-limited settings, but many are applicable for any surveillance system. For each of these challenges, we developed feasible solutions that are discussed. Conclusion There are many challenges to overcome when implementing an electronic disease surveillance system, not only related to technology issues. A comprehensive approach is required for success, including: technical support, personnel management, effective training, and cultural sensitivity in order to assure the effective deployment of an electronic disease surveillance system.

  15. Editing of misaligned 3′-termini by an intrinsic 3′–5′ exonuclease activity residing in the PHP domain of a family X DNA polymerase

    Science.gov (United States)

    Baños, Benito; Lázaro, José M.; Villar, Laurentino; de Vega, Miguel

    2008-01-01

    Bacillus subtilis gene yshC encodes a family X DNA polymerase (PolXBs), whose biochemical features suggest that it plays a role during DNA repair processes. Here, we show that, in addition to the polymerization activity, PolXBs possesses an intrinsic 3′–5′ exonuclease activity specialized in resecting unannealed 3′-termini in a gapped DNA substrate. Biochemical analysis of a PolXBs deletion mutant lacking the C-terminal polymerase histidinol phosphatase (PHP) domain, present in most of the bacterial/archaeal PolXs, as well as of this separately expressed protein region, allow us to state that the 3′–5′ exonuclease activity of PolXBs resides in its PHP domain. Furthermore, site-directed mutagenesis of PolXBs His339 and His341 residues, evolutionary conserved in the PHP superfamily members, demonstrated that the predicted metal binding site is directly involved in catalysis of the exonucleolytic reaction. The implications of the unannealed 3′-termini resection by the 3′–5′ exonuclease activity of PolXBs in the DNA repair context are discussed. PMID:18776221

  16. Considering Point-of-Care Electronic Medical Resources in Lieu of Traditional Textbooks for Medical Education.

    Science.gov (United States)

    Hale, LaDonna S; Wallace, Michelle M; Adams, Courtney R; Kaufman, Michelle L; Snyder, Courtney L

    2015-09-01

    Selecting resources to support didactic courses is a critical decision, and the advantages and disadvantages must be carefully considered. During clinical rotations, students not only need to possess strong background knowledge but also are expected to be proficient with the same evidence-based POC resources used by clinicians. Students place high value on “real world” learning and therefore may place more value on POC resources that they know practicing clinicians use as compared with medical textbooks. The condensed nature of PA education requires students to develop background knowledge and information literacy skills over a short period. One way to build that knowledge and those skills simultaneously is to use POC resources in lieu of traditional medical textbooks during didactic training. Electronic POC resources offer several advantages over traditional textbooks and should be considered as viable options in PA education.

  17. The development of an electronic business based on the MySQL technology

    Directory of Open Access Journals (Sweden)

    Andreea IONESCU

    2011-09-01

    Full Text Available This article aims to demonstrate the importance of using relational database management system in working with web applications. We chose MySQL technology like representative relational database management system because has: portability, scalability, speed, is easy to use, is open source, is widely used by web developers and provides good security. We watched the analysis of an electronic business. We also presented the technologies that we have used: PHP, MySQL, HTML, CSS.

  18. Resource conservation approached with an appropriate collection and upgrade-remanufacturing for used electronic products.

    Science.gov (United States)

    Zlamparet, Gabriel I; Tan, Quanyin; Stevels, A B; Li, Jinhui

    2018-03-01

    This comparative research represents an example for a better conservation of resources by reducing the amount of waste (kg) and providing it more value under the umbrella of remanufacturing. The three discussed cases will expose three issues already addressed separately in the literature. The generation of waste electrical and electronic equipment (WEEE) interacts with the environmental depletion. In this article, we gave the examples of addressed issues under the concept of remanufacturing. Online collection opportunity eliminating classical collection, a business to business (B2B) implementation for remanufactured servers and medical devices. The material reuse (recycling), component sustainability, reuse (part harvesting), product reuse (after repair/remanufacturing) indicates the recovery potential using remanufacturing tool for a better conservation of resources adding more value to the products. Our findings can provide an overview of new system organization for the general collection, market potential and the technological advantages using remanufacturing instead of recycling of WEEE or used electrical and electronic equipment. Copyright © 2017. Published by Elsevier Ltd.

  19. Effects of the Use of Electronic Human Resource Management (EHRM Within Human Resource Management (HRM Functions at Universities

    Directory of Open Access Journals (Sweden)

    Chux Gervase Iwu

    2016-09-01

    Full Text Available This study set out to examine the effect of e-hrm systems in assisting human resource practitioners to execute their duties and responsibilities. In comparison to developed economies of the world, information technology adoption in sub-Saharan Africa has not been without certain glitches. Some of the factors that are responsible for these include poor need identification, sustainable funding, and insufficient skills. Besides these factors, there is also the issue of change management and users sticking to what they already know. Although, the above factors seem negative, there is strong evidence that information systems such as electronic human resource management present benefits to an organization. To achieve this, a dual research approach was utilized. Literature assisted immensely in both the development of the conceptual framework upon which the study hinged as well as in the development of the questionnaire items. The study also made use of an interview checklist to guide the participants. The findings reveal a mix of responses that indicate that while there are gains in adopting e-hrm systems, it is wiser to consider supporting resources as well as articulate the needs of the university better before any investment is made.

  20. Electronic human resource management: Enhancing or entrancing?

    Directory of Open Access Journals (Sweden)

    Paul Poisat

    2017-07-01

    Full Text Available Orientation: This article provides an investigation into the current level of development of the body of knowledge related to electronic human resource management (e-HRM by means of a qualitative content analysis. Several aspects of e-HRM, namely definitions of e-HRM, the theoretical perspectives around e-HRM, the role of e-HRM, the various types of e-HRM and the requirements for successful e-HRM, are examined. Research purpose: The purpose of the article was to determine the status of e-HRM and examine the studies that report on the link between e-HRM and organisational productivity. Motivation for the study: e-HRM has the capacity to improve organisational efficiency and leverage the role of human resources (HR as a strategic business partner. Main findings: The notion that the implementation of e-HRM will lead to improved organisational productivity is commonly assumed; however, empirical evidence in this regard was found to be limited. Practical/managerial implications: From the results of this investigation it is evident that more research is required to gain a greater understanding of the influence of e-HRM on organisational productivity, as well as to develop measures for assessing this influence. Contribution: This article proposes additional areas to research and measure when investigating the effectiveness of e-HRM. It provides a different lens from which to view e-HRM assessment whilst keeping it within recognised HR measurement parameters (the HR value chain. In addition, it not only provides areas for measuring e-HRM’s influence but also provides important clues as to how the measurements may be approached.

  1. Identifying and evaluating electronic learning resources for use in adult-gerontology nurse practitioner education.

    Science.gov (United States)

    Thompson, Hilaire J; Belza, Basia; Baker, Margaret; Christianson, Phyllis; Doorenbos, Ardith; Nguyen, Huong

    2014-01-01

    Enhancing existing curricula to meet newly published adult-gerontology advanced practice registered nurse (APRN) competencies in an efficient manner presents a challenge to nurse educators. Incorporating shared, published electronic learning resources (ELRs) in existing or new courses may be appropriate in order to assist students in achieving competencies. The purposes of this project were to (a) identify relevant available ELR for use in enhancing geriatric APRN education and (b) to evaluate the educational utility of identified ELRs based on established criteria. A multilevel search strategy was used. Two independent team members reviewed identified ELR against established criteria to ensure utility. Only resources meeting all criteria were retained. Resources were found for each of the competency areas and included formats such as podcasts, Web casts, case studies, and teaching videos. In many cases, resources were identified using supplemental strategies and not through traditional search or search of existing geriatric repositories. Resources identified have been useful to advanced practice educators in improving lecture and seminar content in a particular topic area and providing students and preceptors with additional self-learning resources. Addressing sustainability within geriatric APRN education is critical for sharing of best practices among educators and for sustainability of teaching and related resources. © 2014.

  2. Systematic review of electronic surveillance of infectious diseases with emphasis on antimicrobial resistance surveillance in resource-limited settings.

    Science.gov (United States)

    Rattanaumpawan, Pinyo; Boonyasiri, Adhiratha; Vong, Sirenda; Thamlikitkul, Visanu

    2018-02-01

    Electronic surveillance of infectious diseases involves rapidly collecting, collating, and analyzing vast amounts of data from interrelated multiple databases. Although many developed countries have invested in electronic surveillance for infectious diseases, the system still presents a challenge for resource-limited health care settings. We conducted a systematic review by performing a comprehensive literature search on MEDLINE (January 2000-December 2015) to identify studies relevant to electronic surveillance of infectious diseases. Study characteristics and results were extracted and systematically reviewed by 3 infectious disease physicians. A total of 110 studies were included. Most surveillance systems were developed and implemented in high-income countries; less than one-quarter were conducted in low-or middle-income countries. Information technologies can be used to facilitate the process of obtaining laboratory, clinical, and pharmacologic data for the surveillance of infectious diseases, including antimicrobial resistance (AMR) infections. These novel systems require greater resources; however, we found that using electronic surveillance systems could result in shorter times to detect targeted infectious diseases and improvement of data collection. This study highlights a lack of resources in areas where an effective, rapid surveillance system is most needed. The availability of information technology for the electronic surveillance of infectious diseases, including AMR infections, will facilitate the prevention and containment of such emerging infectious diseases. Copyright © 2018 Association for Professionals in Infection Control and Epidemiology, Inc. Published by Elsevier Inc. All rights reserved.

  3. Assessing the Total Economic Value of Improving Water Quality to Inform Water Resources Management: Evidence and Challenges from Southeast Asia

    Science.gov (United States)

    Jalilov, S.; Fukushi, K.

    2016-12-01

    Population growth, high rates of economic development and rapid urbanization in the developing countries of Southeast Asia (SEA) have resulted in degradation and depletion of natural resources, including water resources and related ecosystem services. Many urban rivers in the region are highly polluted with domestic, industrial and agricultural wastes. Policymakers are often aware of the direct value of water resources for domestic and industrial consumption, but they often underestimate the indirect value of these functions, since they are not exchanged in the market and do not appear in national income accounts. Underestimation of pollution and over-exploitation of water resources result in a loss of these benefits and have adverse impacts on nearby residents, threatening the long-term sustainable development of natural resources in the region. Behind these constraints lies a lack of knowledge (ignorance) from governments that a clean water environment could bring significant economic benefits. This study has been initiated to tackle this issue and to foster a more rational approach for sustainable urban development in Metro Manila in the Philippines. We applied a Contingent Valuation Method (CVM) based on Computer-Assisted Personal Interviewing (CAPI) technique. Results show that users are willing to pay up to PHP 102.42 (2.18) monthly to improve quality of urban waterbodies whereas nonusers are willing to pay up to PHP 366.53 (7.80) as one-time payment towards water quality improvement. The estimated monetary value of water quality improvements would be a useful variable in cost-benefit analyses of various water quality-related policies, in both public and private sectors in Metro Manila. This survey design could serve as a useful template for similar water quality studies in other SEA countries.

  4. From Millennium ERM to Proquest 360 Resource Manager: Implementing a new Electronic Resources Management System ERMS in an International Graduate Research University in Saudi Arabia

    KAUST Repository

    Ramli, Rindra M.

    2017-01-01

    An overview of the Recommendation Study and the subsequent Implementation of a new Electronic Resources Management system ERMS in an international graduate research university in the Kingdom of Saudi Arabia. It covers the timeline, deliverables

  5. Development of a web application for water resources based on open source software

    Science.gov (United States)

    Delipetrev, Blagoj; Jonoski, Andreja; Solomatine, Dimitri P.

    2014-01-01

    This article presents research and development of a prototype web application for water resources using latest advancements in Information and Communication Technologies (ICT), open source software and web GIS. The web application has three web services for: (1) managing, presenting and storing of geospatial data, (2) support of water resources modeling and (3) water resources optimization. The web application is developed using several programming languages (PhP, Ajax, JavaScript, Java), libraries (OpenLayers, JQuery) and open source software components (GeoServer, PostgreSQL, PostGIS). The presented web application has several main advantages: it is available all the time, it is accessible from everywhere, it creates a real time multi-user collaboration platform, the programing languages code and components are interoperable and designed to work in a distributed computer environment, it is flexible for adding additional components and services and, it is scalable depending on the workload. The application was successfully tested on a case study with concurrent multi-users access.

  6. Aplicação de PHP, Javascript, CSS e MySQL na Criação do Portal de Agro@mbiente On-line. = Application of PHP, Javascript, CSS and MySQL in the creation of Agro@mbiente On-line’s web site.

    Directory of Open Access Journals (Sweden)

    Luciano S. Neucamp

    2007-12-01

    Full Text Available Descrevemos uma aplicação conjunta de PHP, Javascript, CSS e MySQL na criação do Portal de Agro@mbiente On-line, a revista científica eletrônica do Centro de Ciências Agrárias da Universidade Federal de Roraima - Brasil. A metodologia de desenvolvimento do site foi planejada para construir uma interface de navegação simples, interativa e esteticamente amigável; assim como construir um banco de dados simples mais robusto para fornecer suporte quanto à estatística de gestão do periódico. = We described an application of PHP, Javascript, CSS and MySQL beside in the creation of Agro@mbiente On-line’s web site, the Scientific e-Magazine of the Centro de Ciências Agrárias of the Universidade Federal de Roraima - Brazil. The methodology of site’s development was planned to build an interface of simple sailing, iterative and esthetical friendly; as well as building a more robust simple database to supply support with relationship to the statistics of administration of themagazine.

  7. 2018-03-20T01:33:40Z https://www.ajol.info/index.php/all/oai oai:ojs ...

    African Journals Online (AJOL)

    Ayoola, SO Le poisson chat d'Afrique (Clarias gariepinus) a été exposé à 0.0, 0.10, 0.50, 1.00, 2.0 et 4.5mg / l de la concentration de vert de malachite. ... Article application/pdf https://www.ajol.info/index.php/bahpa/article/view/44051 10.4314/bahpa.v57i1.44051 Bulletin of Animal Health and Production in Africa; Vol 57, No ...

  8. Open-Source Electronic Health Record Systems for Low-Resource Settings: Systematic Review.

    Science.gov (United States)

    Syzdykova, Assel; Malta, André; Zolfo, Maria; Diro, Ermias; Oliveira, José Luis

    2017-11-13

    Despite the great impact of information and communication technologies on clinical practice and on the quality of health services, this trend has been almost exclusive to developed countries, whereas countries with poor resources suffer from many economic and social issues that have hindered the real benefits of electronic health (eHealth) tools. As a component of eHealth systems, electronic health records (EHRs) play a fundamental role in patient management and effective medical care services. Thus, the adoption of EHRs in regions with a lack of infrastructure, untrained staff, and ill-equipped health care providers is an important task. However, the main barrier to adopting EHR software in low- and middle-income countries is the cost of its purchase and maintenance, which highlights the open-source approach as a good solution for these underserved areas. The aim of this study was to conduct a systematic review of open-source EHR systems based on the requirements and limitations of low-resource settings. First, we reviewed existing literature on the comparison of available open-source solutions. In close collaboration with the University of Gondar Hospital, Ethiopia, we identified common limitations in poor resource environments and also the main requirements that EHRs should support. Then, we extensively evaluated the current open-source EHR solutions, discussing their strengths and weaknesses, and their appropriateness to fulfill a predefined set of features relevant for low-resource settings. The evaluation methodology allowed assessment of several key aspects of available solutions that are as follows: (1) integrated applications, (2) configurable reports, (3) custom reports, (4) custom forms, (5) interoperability, (6) coding systems, (7) authentication methods, (8) patient portal, (9) access control model, (10) cryptographic features, (11) flexible data model, (12) offline support, (13) native client, (14) Web client,(15) other clients, (16) code

  9. iDESWEB (3ª ed.): Práctica 10: PHP 3 (MySQL y acceso a una base de datos)

    OpenAIRE

    Luján Mora, Sergio

    2013-01-01

    Aprender a administrar una base de datos con MySQL. Conocer algunas herramientas que ayudan a administrar una base de datos de MySQL. Aprender a acceder a una base de datos desde PHP. Aprender a realizar una consulta SELECT y mostrar el resultado en una página web. Sitio web del curso: http://idesweb.es/

  10. Evaluation of three electronic report processing systems for preparing hydrologic reports of the U.S Geological Survey, Water Resources Division

    Science.gov (United States)

    Stiltner, G.J.

    1990-01-01

    In 1987, the Water Resources Division of the U.S. Geological Survey undertook three pilot projects to evaluate electronic report processing systems as a means to improve the quality and timeliness of reports pertaining to water resources investigations. The three projects selected for study included the use of the following configuration of software and hardware: Ventura Publisher software on an IBM model AT personal computer, PageMaker software on a Macintosh computer, and FrameMaker software on a Sun Microsystems workstation. The following assessment criteria were to be addressed in the pilot studies: The combined use of text, tables, and graphics; analysis of time; ease of learning; compatibility with the existing minicomputer system; and technical limitations. It was considered essential that the camera-ready copy produced be in a format suitable for publication. Visual improvement alone was not a consideration. This report consolidates and summarizes the findings of the electronic report processing pilot projects. Text and table files originating on the existing minicomputer system were successfully transformed to the electronic report processing systems in American Standard Code for Information Interchange (ASCII) format. Graphics prepared using a proprietary graphics software package were transferred to all the electronic report processing software through the use of Computer Graphic Metafiles. Graphics from other sources were entered into the systems by scanning paper images. Comparative analysis of time needed to process text and tables by the electronic report processing systems and by conventional methods indicated that, although more time is invested in creating the original page composition for an electronically processed report , substantial time is saved in producing subsequent reports because the format can be stored and re-used by electronic means as a template. Because of the more compact page layouts, costs of printing the reports were 15% to 25

  11. Perancangan dan Penerapan Sistem Informasi Kenotariatan Menggunakan Bahasa Pemrograman PHP

    Directory of Open Access Journals (Sweden)

    Muhammad Ichsan Adhiim

    2015-10-01

    Full Text Available Notary is a judicial officer who is authorized to make an authentic deed and agreements of individuals, institutions, or land properties. In the daily work, Notary records customer data and work data. However, the result of recording data manually makes Notary overwhelmed in data processing, causing task completion time becomes longer. The Notary Information System is designed using Waterfall methodology using PHP programming language, Code Igniter framework, and MySQL database. Analysis of system requirements is is conducted by interviewing the Notary, so the design is appropriate and well targeted. This research produces an information system that is capable of recording type of work data, customer data, land, property data, employment data, income and outcome data, and data revenue recapitulation in the form of text and graphics data. This information system design also has an additional functions that notifies the clients about the completed work via E-mail and SMS. This information system design was tested using the black box method, and the results of these tests indicate that all functions in the system have been running well.

  12. Implementation of an interactive database interface utilizing HTML, PHP, JavaScript, and MySQL in support of water quality assessments in the Northeastern North Carolina Pasquotank Watershed

    Science.gov (United States)

    Guion, A., Jr.; Hodgkins, H.

    2015-12-01

    The Center of Excellence in Remote Sensing Education and Research (CERSER) has implemented three research projects during the summer Research Experience for Undergraduates (REU) program gathering water quality data for local waterways. The data has been compiled manually utilizing pen and paper and then entered into a spreadsheet. With the spread of electronic devices capable of interacting with databases, the development of an electronic method of entering and manipulating the water quality data was pursued during this project. This project focused on the development of an interactive database to gather, display, and analyze data collected from local waterways. The database and entry form was built in MySQL on a PHP server allowing participants to enter data from anywhere Internet access is available. This project then researched applying this data to the Google Maps site to provide labeling and information to users. The NIA server at http://nia.ecsu.edu is used to host the application for download and for storage of the databases. Water Quality Database Team members included the authors plus Derek Morris Jr., Kathryne Burton and Mr. Jeff Wood as mentor.

  13. Use and User Perception of Electronic Information Resources: A Case Study of Siva Institute of Frontier Technology, India

    Directory of Open Access Journals (Sweden)

    Velmurugan Chandran

    2013-12-01

    Full Text Available The present study aims to explore the use and user perception of electronic resources in Siva Institute of Frontier Technology, India. A total number of 123 users were taken into account for the study through a questionnaire-based survey method. A well-structured questionnaire was designed and distributed to the selected 200 students and staff members. 123 copies of the questionnaires were returned dully filled in and the overall response rate was 61.50 percent. The questionnaire contained both open- and close-ended questions. The collected data were classified, analyzed, and tabulated by using simple statistical methods. This study covers the impact of electronic resources on students and faculty in their academic pursuit.

  14. A preliminary categorization of end-of-life electrical and electronic equipment as secondary metal resources

    International Nuclear Information System (INIS)

    Oguchi, Masahiro; Murakami, Shinsuke; Sakanakura, Hirofumi; Kida, Akiko; Kameya, Takashi

    2011-01-01

    Highlights: → End-of-life electrical and electronic equipment (EEE) as secondary metal resources. → The content and the total amount of metals in specific equipment are both important. → We categorized 21 EEE types from contents and total amounts of various metals. → Important equipment types as secondary resources were listed for each metal kind. → Collectability and possible collection systems of various EEE types were discussed. - Abstract: End-of-life electrical and electronic equipment (EEE) has recently received attention as a secondary source of metals. This study examined characteristics of end-of-life EEE as secondary metal resources to consider efficient collection and metal recovery systems according to the specific metals and types of EEE. We constructed an analogy between natural resource development and metal recovery from end-of-life EEE and found that metal content and total annual amount of metal contained in each type of end-of-life EEE should be considered in secondary resource development, as well as the collectability of the end-of-life products. We then categorized 21 EEE types into five groups and discussed their potential as secondary metal resources. Refrigerators, washing machines, air conditioners, and CRT TVs were evaluated as the most important sources of common metals, and personal computers, mobile phones, and video games were evaluated as the most important sources of precious metals. Several types of small digital equipment were also identified as important sources of precious metals; however, mid-size information and communication technology (ICT) equipment (e.g., printers and fax machines) and audio/video equipment were shown to be more important as a source of a variety of less common metals. The physical collectability of each type of EEE was roughly characterized by unit size and number of end-of-life products generated annually. Current collection systems in Japan were examined and potentially appropriate collection

  15. Principles of formation of the content of an educational electronic resource on the basis of general and didactic patterns of learning

    Directory of Open Access Journals (Sweden)

    Ольга Юрьевна Заславская

    2018-12-01

    Full Text Available The article considers the influence of the development of technical means of teaching on the effectiveness of educational and methodical resources. Modern opportunities of information and communication technologies allow creating electronic educational resources that represent educational information that automates the learning process, provide information assistance, if necessary, collect and process statistical information on the degree of development of the content of the school material by schoolchildren, set an individual trajectory of learning, and so on. The main principle of data organization is the division of the training course into separate sections on the thematic elements and components of the learning process. General regularities include laws that encompass the entire didactic system, and in specific (particular cases, those whose actions extend to a separate component (aspect of the system. From the standpoint of the existence of three types of electronic training modules in the aggregate content of the electronic learning resource - information, control and module of practical classes - the principles of the formation of the electronic learning resource, in our opinion, should regulate all these components. Each of the certain principles is considered in the groups: scientific orientation, methodological orientation, systemic nature, accounting of interdisciplinary connections, fundamentalization, systematic and dosage sequence, rational use of study time, accessibility, minimization, operationalization of goals, unified identification diagnosis.

  16. From Millennium ERM to Proquest 360 Resource Manager: Implementing a new Electronic Resources Management System ERMS in an International Graduate Research University in Saudi Arabia

    KAUST Repository

    Ramli, Rindra M.

    2017-05-17

    An overview of the Recommendation Study and the subsequent Implementation of a new Electronic Resources Management system ERMS in an international graduate research university in the Kingdom of Saudi Arabia. It covers the timeline, deliverables and challenges as well as lessons learnt by the Project Team.

  17. The Synthesis of the Hierarchical Structure of Information Resources for Management of Electronic Commerce Entities

    Directory of Open Access Journals (Sweden)

    Krutova Anzhelika S.

    2017-06-01

    Full Text Available The aim of the article is to develop the theoretical bases for the classification and coding of economic information and the scientific justification of the content of information resources of an electronic commerce enterprise. The essence of information resources for management of electronic business entities is investigated. It is proved that the organization of accounting in e-commerce systems is advisable to be built on the basis of two circuits: accounting for financial flows and accounting associated with transformation of business factors in products and services as a result of production activities. There presented a sequence of accounting organization that allows to combine the both circuits in a single information system, which provides a possibility for the integrated replenishment and distributed simultaneous use of the e-commerce system by all groups of users. It is proved that the guarantee of efficient activity of the information management system of electronic commerce entities is a proper systematization of the aggregate of information resources on economic facts and operations of an enterprise in accordance with the management tasks by building the hierarchy of accounting nomenclatures. It is suggested to understand nomenclature as an objective, primary information aggregate concerning a certain fact of the economic activity of an enterprise, which is characterized by minimum requisites, is entered into the database of the information system and is to be reflected in the accounting system. It is proposed to build a database of e-commerce systems as a part of directories (constants, personnel, goods / products, suppliers, buyers and the hierarchy of accounting nomenclatures. The package of documents regulating the organization of accounting at an enterprise should include: the provision on the accounting services, the order on the accounting policy, the job descriptions, the schedules of information exchange, the report card and

  18. Controlling user access to electronic resources without password

    Science.gov (United States)

    Smith, Fred Hewitt

    2015-06-16

    Described herein are devices and techniques for remotely controlling user access to a restricted computer resource. The process includes pre-determining an association of the restricted computer resource and computer-resource-proximal environmental information. Indicia of user-proximal environmental information are received from a user requesting access to the restricted computer resource. Received indicia of user-proximal environmental information are compared to associated computer-resource-proximal environmental information. User access to the restricted computer resource is selectively granted responsive to a favorable comparison in which the user-proximal environmental information is sufficiently similar to the computer-resource proximal environmental information. In at least some embodiments, the process further includes comparing user-supplied biometric measure and comparing it with a predetermined association of at least one biometric measure of an authorized user. Access to the restricted computer resource is granted in response to a favorable comparison.

  19. Electronic theses and dissertations: a review of this valuable resource for nurse scholars worldwide.

    Science.gov (United States)

    Goodfellow, L M

    2009-06-01

    A worldwide repository of electronic theses and dissertations (ETDs) could provide worldwide access to the most up-to-date research generated by masters and doctoral students. Until that international repository is established, it is possible to access some of these valuable knowledge resources. ETDs provide a technologically advanced medium with endless multimedia capabilities that far exceed the print and bound copies of theses and dissertations housed traditionally in individual university libraries. CURRENT USE: A growing trend exists for universities worldwide to require graduate students to submit theses or dissertations as electronic documents. However, nurse scholars underutilize ETDs, as evidenced by perusing bibliographic citation lists in many of the research journals. ETDs can be searched for and retrieved through several digital resources such as the Networked Digital Library of Theses and Dissertations (http://www.ndltd.org), ProQuest Dissertations and Theses (http://www.umi.com), the Australasian Digital Theses Program (http://adt.caul.edu.au/) and through individual university web sites and online catalogues. An international repository of ETDs benefits the community of nurse scholars in many ways. The ability to access recent graduate students' research electronically from anywhere in the world is advantageous. For scholars residing in developing countries, access to these ETDs may prove to be even more valuable. In some cases, ETDs are not available for worldwide access and can only be accessed through the university library from which the student graduated. Public access to university library ETD collections is not always permitted. Nurse scholars from both developing and developed countries could benefit from ETDs.

  20. The Genome Atlas Resource

    DEFF Research Database (Denmark)

    Azam Qureshi, Matloob; Rotenberg, Eva; Stærfeldt, Hans Henrik

    2010-01-01

    with scripts and algorithms developed in a variety of programming languages at the Centre for Biological Sequence Analysis in order to create a three-tier software application for genome analysis. The results are made available via a web interface developed in Java, PHP and Perl CGI. User...

  1. Hardening en servidor web Linux Apache, PHP y configurar el firewall de aplicaciones modsecurity para mitigar ataques al servidor

    OpenAIRE

    Espol; Delgado Quishpe, Byron Alberto

    2017-01-01

    Realizar un hardening al servidor web, se procederá a revisar las directivas en los archivos de configuración del servicio Apache, PHP, y se procederá a realizar instalación y configuración de un firewall de aplicaciones llamado mod_security la cual nos permitirá mitigar ataques a nuestro servidor web. realizando un análisis de vulnerabilidades encontrado en el servidor. Guayaquil Magíster en Seguridad Informática Aplicada

  2. Library resources on the Internet

    Science.gov (United States)

    Buchanan, Nancy L.

    1995-07-01

    Library resources are prevalent on the Internet. Library catalogs, electronic books, electronic periodicals, periodical indexes, reference sources, and U.S. Government documents are available by telnet, Gopher, World Wide Web, and FTP. Comparatively few copyrighted library resources are available freely on the Internet. Internet implementations of library resources can add useful features, such as full-text searching. There are discussion lists, Gophers, and World Wide Web pages to help users keep up with new resources and changes to existing ones. The future will bring more library resources, more types of library resources, and more integrated implementations of such resources to the Internet.

  3. ELECTRONIC EDUCATIONAL RESOURCES FOR ONLINE SUPPORT OF MODERN CHEMISTRY CLASSES IN SPECIALIZED SCHOOL

    Directory of Open Access Journals (Sweden)

    Maria D. Tukalo

    2013-09-01

    Full Text Available This article contains material of some modern electronic educational resources that can be used via the Internet to support the modern chemistry classes in specialized school. It was drawn attention to the educational chemical experiments as means of knowledge; simulated key motivational characteristics to enhance students interest for learning subjects, their cognitive and practical activity in the formation of self-reliance and self-creative; commented forecasts for creating of conditions to enhance the creative potential of students in a modern learning environment.

  4. Selection and Evaluation of Electronic Resources

    Directory of Open Access Journals (Sweden)

    Doğan Atılgan

    2013-11-01

    Full Text Available Publication boom and issues related to controlling and accession of printed sources have created some problems after World War II. Consequently, publishing industry has encountered the problem of finding possible solution for emerged situation. Industry of electronic publishing has started to improve with the rapid increase of the price of printed sources as well as the problem of publication boom. The first effects of electronic publishing were appeared on the academic and scholarly publications then electronic publishing became a crucial part of all types of publications. As a result of these developments, collection developments and service policies of information centers were also significantly changed. In this article, after a general introduction about selection and evaluation processes of electronic publications, the subscribed databases by a state and a privately owned university in Turkey and their usage were examined.

  5. An Exploratory study on the use of LibAnswers to Resolve, Track and Monitor Electronic Resources Issues: The KAUST Library experience

    KAUST Repository

    Ramli, Rindra M.

    2017-01-01

    An Exploratory study on KAUST library use of LibAnswers in resolving electronic resources questions received in LibAnswers. It describes the findings of the questions received in LibAnswers. The author made suggestions based on the findings to improve the reference services in responding to e-resources questions.

  6. An Exploratory study on the use of LibAnswers to Resolve, Track and Monitor Electronic Resources Issues: The KAUST Library experience

    KAUST Repository

    Ramli, Rindra M.

    2017-05-03

    An Exploratory study on KAUST library use of LibAnswers in resolving electronic resources questions received in LibAnswers. It describes the findings of the questions received in LibAnswers. The author made suggestions based on the findings to improve the reference services in responding to e-resources questions.

  7. The level of the usage of the human resource information system and electronic recruitment in Croatian companies

    Directory of Open Access Journals (Sweden)

    Snježana Pivac

    2014-12-01

    Full Text Available Performing business according to contemporary requirements influences companies for continuous usage of modern managerial tools, such as a human resource information system (HRIS and electronic recruitment (ER. Human resources have been recognised as curtail resources and the main source of a competitive advantage in creation of successful business performance. In order to attract and select the top employees, companies use quality information software for attracting internal ones, and electronic recruitment for attracting the best possible external candidates. The main aim of this paper is to research the level of the usage of HRIS and ER within medium-size and large Croatian companies. Moreover, the additional aim of this paper is to evaluate the relationship among the usage of these modern managerial tools and the overall success of human resource management within these companies. For the purpose of this paper, primary and secondary research has been conducted in order to reveal the level of the usage of HRIS and ER as well as the overall success of human resource management in Croatian companies. The companies’ classification (HRIS and ER is done by using the non-hierarchical k-means cluster method as well as the nonparametric Kruskal Wallis test. Further, the companies are ranked by the multicriteria PROMETHEE method. Relevant nonparametric tests are used for testing the overall companies’ HRM. Finally, binary logistic regression is estimated, relating binary variable HRM and HRIS development. After detailed research, it can be concluded that large Croatian companies apply HRIS in majority (with a positive relation to HRM performance, but still require certain degrees of its development.

  8. The electronic encapsulation of knowledge in hydraulics, hydrology and water resources

    Science.gov (United States)

    Abbott, Michael B.

    The rapidly developing practice of encapsulating knowledge in electronic media is shown to lead necessarily to the restructuring of the knowledge itself. The consequences of this for hydraulics, hydrology and more general water-resources management are investigated in particular relation to current process-simulation, real-time control and advice-serving systems. The generic properties of the electronic knowledge encapsulator are described, and attention is drawn to the manner in which knowledge 'goes into hiding' through encapsulation. This property is traced in the simple situations of pure mathesis and in the more complex situations of taxinomia using one example each from hydraulics and hydrology. The consequences for systems architectures are explained, pointing to the need for multi-agent architectures for ecological modelling and for more general hydroinformatics systems also. The relevance of these developments is indicated by reference to ongoing projects in which they are currently being realised. In conclusion, some more general epistemological aspects are considered within the same context. As this contribution is so much concerned with the processes of signification and communication, it has been partly shaped by the theory of semiotics, as popularised by Eco ( A Theory of Semiotics, Indiana University, Bloomington, 1977).

  9. http://www.revistadestatistica.ro/index.php/effective-management-of-resources-for-environmental-protection-using-taxes-in-the-environmental-policy/

    Directory of Open Access Journals (Sweden)

    Claudia CĂPĂŢÎNĂ

    2014-03-01

    Full Text Available Establishment of environmental taxes, called green taxes or eco-taxes, are ways to internalize the environmental costs in the prices of goods or services, causing producers and consumers to use resources more efficiently and sustainably. Green taxes or Pigovian taxes, named after their inventor, Arthur Pigou are known as sin taxes and when are applied to the “sin” of pollution they may be called environmental taxes or eco-taxes. Sustainable development can not be sustained without the existence of adequate measures and effective for protection of the environment. The polluter pays principle is a principle embraced by all countries from the desire do not deplete environmental resources, some of which being non-renewable resources, to be used by future generations. Polluters are both individuals and legal entities who must to respond in one way or another for their irresponsible actions, compensating damages, protecting the environment and paying damages for any casualties. Green taxes can generate a tax reform. Any responsible person will try to manage in another way the resources when has to bear consequences. In this regard, the environment can be protected more effectively and more cost effective for citizens. The effects of irresponsible actions of some of us not only affect the environment but also all animals and vegetable bodies inclusive people.

  10. RESEARCH OF INFLUENCE OF QUALITY OF ELECTRONIC EDUCATIONAL RESOURCES ON QUALITY OF TRAINING WITH USE OF DISTANCE TECHNOLOGIES

    Directory of Open Access Journals (Sweden)

    H. M. Kravtsov

    2013-03-01

    Full Text Available Communication improving of educational processes requires today new approaches to the management arrangements and forming of educational policy in the field of distance learning, which is based on the use of modern information and communication technologies. An important step in this process is the continuous monitoring of the development and implementation of information technology and, in particular, the distance learning systems in higher educational establishments. The main objective of the monitoring is the impact assessment on the development of distance learning following the state educational standards, curricula, methodical and technical equipment and other factors; factors revelation that influence the implementation and outcomes of distance learning; results comparison of educational institution functioning and distance education systems in order to determine the most efficient ways of its development. The paper presents the analysis results of the dependence of the quality of educational services on the electronic educational resources. Trends in educational services development was studied by comparing the quality influence of electronic educational resources on the quality of educational services of higher pedagogical educational institutions of Ukraine as of 2009-2010 and 2012-2013. Generally, the analysis of the survey results allows evaluating quality of the modern education services as satisfactory and it can be said that almost 70% of the success of their future development depends on the quality of the used electronic educational resources and distance learning systems in particular.

  11. Desenvolvimento de Sistemas de Informação baseados em PHP e MySQL, e Java e Oracle

    OpenAIRE

    Couto, Francisco M; Santos, Emanuel

    2011-01-01

    Este manual tem como objectivo apoiar o desenvolvimento de sistemas de informação baseados nas linguagens de programação PHP e Java com recurso aos sistemas de gestão de bases de dados relacionais MySQL e Oracle, respectivamente. Este documento introduz os conceitos básicos explicados através de exemplos, que embora tenham sido testados na infra-estrutura informática do Departamento de Informática da FCUL podem ser fácilmente adaptados a qualquer outra infra-estrutura que possuia...

  12. Tracking the Flow of Resources in Electronic Waste - The Case of End-of-Life Computer Hard Disk Drives.

    Science.gov (United States)

    Habib, Komal; Parajuly, Keshav; Wenzel, Henrik

    2015-10-20

    Recovery of resources, in particular, metals, from waste flows is widely seen as a prioritized option to reduce their potential supply constraints in the future. The current waste electrical and electronic equipment (WEEE) treatment system is more focused on bulk metals, where the recycling rate of specialty metals, such as rare earths, is negligible compared to their increasing use in modern products, such as electronics. This study investigates the challenges in recovering these resources in the existing WEEE treatment system. It is illustrated by following the material flows of resources in a conventional WEEE treatment plant in Denmark. Computer hard disk drives (HDDs) containing neodymium-iron-boron (NdFeB) magnets were selected as the case product for this experiment. The resulting output fractions were tracked until their final treatment in order to estimate the recovery potential of rare earth elements (REEs) and other resources contained in HDDs. The results further show that out of the 244 kg of HDDs treated, 212 kg comprising mainly of aluminum and steel can be finally recovered from the metallurgic process. The results further demonstrate the complete loss of REEs in the existing shredding-based WEEE treatment processes. Dismantling and separate processing of NdFeB magnets from their end-use products can be a more preferred option over shredding. However, it remains a technological and logistic challenge for the existing system.

  13. Přístup k databázím v PHP frameworcích Zend a Nette

    OpenAIRE

    Moravec, Petr

    2009-01-01

    The main asset of the essay is a very detailed documentation of PHP frameworks and more detailed view on database layer. The essay pays attention to a database layer in Zend and Nette Frameworks. Both Frameworks are described separately. The essay also analyses Data Source Architectural Patterns of Martin Fowler. These patterns are explained in details and shown in practical examples in each separate Frameworks. They are mainly patterns of Table Data Gateway, Row Data Gateway , Active Record ...

  14. 76 FR 72718 - Notice of Availability of the Draft Baker Resource Management Plan and Environmental Impact...

    Science.gov (United States)

    2011-11-25

    ... following methods: Web site: http://www.blm.gov/or/districts/vale/plans/bakerrmp/contact.php . Email: Baker... above address or may be viewed at: http://www.blm.gov/or/districts/vale/plans/bakerrmp/index.php . FOR... will revise the existing Baker RMP of 1989 and provide the Baker Field Office with an updated framework...

  15. Sistem Pemrosesan Transaksi Pada Toko Bangunan Berbasis Web Dengan PHP dan MySQL

    Directory of Open Access Journals (Sweden)

    Rizky Gelar Maliq

    2014-06-01

    Full Text Available Building supply store is a business entity engaged in the sale of construction materials for the building. Where there are still use the transaction data were administrative in bookkeeping way , so it takes a long time to figure out the sale and purchase transactions. Therefore, the author here takes issue in the sale and purchase itself. Transaction processing systems created using PHP programming language and MySQL database. System where this information can help in recording the transaction in the building supply store . In addition to recording can also be used for the preparation of monthly reports. The expected result from design of this transaction processing systems is to build a computerized information system to facilitate the operator in the transaction. With this expected to improve customer service so well that the presentation of information in a relatively quick and accurate transactions. Moreover, it can accelerate the collection of goods to see inventory and preparing reports.

  16. Using mobile electronic devices to deliver educational resources in developing countries.

    Science.gov (United States)

    Mazal, Jonathan Robert; Ludwig, Rebecca

    2015-01-01

    Developing countries have far fewer trained radiography professionals than developed countries, which exacerbates the limited access to imaging services. The lack of trained radiographers reflects, in part, limited availability of radiographer-specific educational resources. Historically, organizations that provided such resources in the developing world faced challenges related to the limited stock of current materials as well as expenses associated with shipping and delivery. Four mobile electronic devices (MEDs) were loaded with educational content (e-books, PDFs, and digital applications) spanning major radiography topics. The MEDs were distributed to 4 imaging departments in Ghana, India, Nepal, and Nigeria based on evidence of need for radiography-specific resources, as revealed by survey responses. A cost comparison of postal delivery vs digital delivery of educational content was performed. The effectiveness of delivering additional content via Wi-Fi transmission also was evaluated. Feedback was solicited on users' experience with the MEDs as a delivery tool for educational content. An initial average per e-book expense of $30.05, which included the cost of the device, was calculated for the MED delivery method compared with $15.56 for postal delivery of printed materials. The cost of the MED delivery method was reduced to an average of $10.05 for subsequent e-book deliveries. Additional content was successfully delivered via Wi-Fi transmission to all recipients during the 3-month follow-up period. Overall user feedback on the experience was positive, and ideas for enhancing the MED-based method were identified. Using MEDs to deliver radiography-specific educational content appears to be more cost effective than postal delivery of printed materials on a long-term basis. MEDs are more efficient for providing updates to educational materials. Customization of content to department needs, and using projector devices could enhance the usefulness of MEDs for

  17. Identification of phase I and II metabolites of the new designer drug α-pyrrolidinohexiophenone (α-PHP) in human urine by liquid chromatography quadrupole time-of-flight mass spectrometry (LC-QTOF-MS).

    Science.gov (United States)

    Paul, Michael; Bleicher, Sergej; Guber, Susanne; Ippisch, Josef; Polettini, Aldo; Schultis, Wolfgang

    2015-11-01

    Pyrrolidinophenones represent one emerging class of newly encountered drugs of abuse, also known as 'new psychoactive substances', with stimulating psychoactive effects. In this work, we report on the detection of the new designer drug α-pyrrolidinohexiophenone (α-PHP) and its phase I and II metabolites in a human urine sample of a drug abuser. Determination and structural elucidation of these metabolites have been achieved by liquid chromatography electrospray ionisation quadrupole time-of-flight mass spectrometry (LC-ESI-QTOF-MS). By tentative identification, the exact and approximate structures of 19 phase I metabolites and nine phase II glucuronides were elucidated. Major metabolic pathways revealed the reduction of the ß-keto moieties to their corresponding alcohols, didesalkylation of the pyrrolidine ring, hydroxylation and oxidation of the aliphatic side chain leading to n-hydroxy, aldehyde and carboxylate metabolites, and oxidation of the pyrrolidine ring to its lactam followed by ring cleavage and additional hydroxylation, reduction and oxidation steps and combinations thereof. The most abundant phase II metabolites were glucuronidated ß-keto-reduced alcohols. Besides the great number of metabolites detected in this sample, α-PHP is still one of the most abundant ions together with its ß-keto-reduced alcoholic dihydro metabolite. Monitoring of these metabolites in clinical and forensic toxicology may unambiguously prove the abuse of the new designer drug α-PHP. Copyright © 2015 John Wiley & Sons, Ltd.

  18. Success criteria for electronic medical record implementations in low-resource settings: a systematic review.

    Science.gov (United States)

    Fritz, Fleur; Tilahun, Binyam; Dugas, Martin

    2015-03-01

    Electronic medical record (EMR) systems have the potential of supporting clinical work by providing the right information at the right time to the right people and thus make efficient use of resources. This is especially important in low-resource settings where reliable data are also needed to support public health and local supporting organizations. In this systematic literature review, our objectives are to identify and collect literature about success criteria of EMR implementations in low-resource settings and to summarize them into recommendations. Our search strategy relied on PubMed queries and manual bibliography reviews. Studies were included if EMR implementations in low-resource settings were described. The extracted success criteria and measurements were summarized into 7 categories: ethical, financial, functionality, organizational, political, technical, and training. We collected 381 success criteria with 229 measurements from 47 articles out of 223 articles. Most papers were evaluations or lessons learned from African countries, published from 1999 to 2013. Almost half of the EMR systems served a specific disease area like human immunodeficiency virus (HIV). The majority of criteria that were reported dealt with the functionality, followed by organizational issues, and technical infrastructures. Sufficient training and skilled personnel were mentioned in roughly 10%. Political, ethical, and financial considerations did not play a predominant role. More evaluations based on reliable frameworks are needed. Highly reliable data handling methods, human resources and effective project management, as well as technical architecture and infrastructure are all key factors for successful EMR implementation. © The Author 2015. Published by Oxford University Press on behalf of the American Medical Informatics Association. All rights reserved. For Permissions, please email: journals.permissions@oup.com.

  19. Implementation of electronic logbook for trainees of general surgery in Thailand.

    Science.gov (United States)

    Aphinives, Potchavit

    2013-01-01

    All trainees are required to keep a record of their surgical skill and experiences throughout the trainingperiod in a logbook format. Paper-based logbook has several limitations. Therefore, an electronic logbook was introduced to replace the paper-based logbook. An electronic logbook program was developed in November 2005. This program was designed as web-based application based upon PHP scripts beneath Apache web server and MySQL database implementation. Only simpliJfied and essential data, such as hospital number diagnosis, surgical procedure, and pathological findings, etc. are recorded. The electronic logbook databases between Academic year 2006 and 2011 were analyzed. The annual recordedsurgical procedures gradually increasedfrom 41,214 procedures in 2006 to 66,643 procedures in 2011. Around one-third of all records were not verified by attending staffs, i.e. 27.59% (2006), 31.69% (2007), 18.06% (2008), 28.42% (2009), 30.18% (2010), and 31.41% (2011). On the Education year 2011, the three most common procedural groups included colon, rectum & anus group, appendix group, and vascular group, respectively. Advantages of the electronic logbook included more efficient data access, increased ability to monitor trainees and trainers, and analysis of procedural varieties among the training institutes.

  20. Developing Plugin e-DDC as an Additional Application for Senayan Library Management System with PHP Language Programming and MySQL Database

    Directory of Open Access Journals (Sweden)

    Mohamad Rotmianto

    2018-01-01

    Full Text Available Between Senayan Library Management System or usually called SLiMS and e-DDC (electronic Dewey Decimal Classification now is the most popular library application software which has a lot of user, because it is simple to use, has an updating guarantee from its developers and off course both of them are free of charge. Although SLiMS and e-DDC are different application at all, as practically they are recommended to be used togather for library management. SLiMS is used for library automation and e-DDC is to find collection’s classification. Many users of SLiMS and e-DDC ever give suggestions about developing SLiMS with e-DDC include in its database, and then librarians will be easier to manage their libraries. Because of that suggestion, finally a plugin as an additional application for SLiMS has been created and developed. That plugin was build with PHP language programming and MySQL database. The purpose of this paper is to enrich about reference of development of library application, especially those based on Free Open Source Software (FOSS. This paper use Research and Development Methods. And the result of this paper is Plugin e-DDC for SLiMS which has released on May, 2nd 2015, in order to celebrate “National Education Day”.

  1. Developing Plugin e-DDC as an Additional Application for Senayan Library Management System with PHP Language Programming and MySQL Database

    Directory of Open Access Journals (Sweden)

    Mohamad Rotmianto

    2016-07-01

    Full Text Available Senayan Library Management System, usually called as SLiMS dan e-DDC (electronic Dewey Decimal Classification, is an application for library that now is used widely because it is easy to use, guaranteed of updating from the provider, and free. SLiMs and e-DDC is actually two separated application, but in the practice, it is possible and recommended to be used together. SLiMS is used as a tool of library automation, meanwhile e-DDC functions to help finding collection classification number. Some users of SLiMS and e-DDC have suggested to develop SLiMS that is integral with e-DDC, so the use of both application can be practical which can make the librarian easier to manage the library. Based on the suggestion, the writer and e-DDC team finally created and designed additional application which is called plugin in SLiMS automation system that contained e-DDC. The plugin was created using PHP MySQL and MySQL database. The purpose of this paper is to enrich the reference of library application development, especially that is based on Free Open Source Software (FOSS. The method used is Research and Development method. The result was the Plugin e-DDC for SLiMS was finished and released on May 2, 2015 to celebrate National Education Day.

  2. Value of Clean Water Resources: Estimating the Water Quality Improvement in Metro Manila, Philippines

    Directory of Open Access Journals (Sweden)

    Shokhrukh-Mirzo Jalilov

    2017-12-01

    Full Text Available While having many positive impacts, a tremendous economic performance and rapid industrial expansion over the last decades in the Philippines has had negative effects that have resulted in unfavorable hydrological and ecological changes in most urban river systems and has created environmental problems. Usually, these effects would not be part of a systematic assessment of urban water benefits. To address the issue, this study investigates the relationship between poor water quality and resident’s willingness to pay (WTP for improved water quality in Metro Manila. By employing a contingent valuation method (CVM, this paper estimates the benefits of the provision of clean water quality (swimmable and fishable in waterbodies of Metro Manila for its residents. Face-to-face interviews were completed with 240 randomly selected residents. Residents expressed a mean WTP of PHP102.44 (USD2.03 for a swimmable water quality (good quality and a mean WTP of PHP102.39 (USD2.03 for fishable water quality (moderate quality. The aggregation of this mean willingness-to-pay value amounted to annual economic benefits from PHP9443 billion to PHP9447 billion (approx. USD190 million per year for all taxpayers in Metro Manila. As expected, these estimates could inform local decision-makers about the benefits of future policy interventions aimed at improving the quality of waterbodies in Metro Manila.

  3. Electronic Human Resources Management (e-HRM Adoption Studies: Past and Future Research

    Directory of Open Access Journals (Sweden)

    Winarto Winarto

    2018-05-01

    Full Text Available Electronic human resource management (e-HRM systems become more widely used by profit and non-profit organization. However, the field currently lacks sound theoretical frameworks that can be useful in addressing a key issue concerning the implementation of e-HRM systems, in particular to obtain a better understanding of the factors influencing the adoption of e-HRM systems. The objective of this paper is to provide a foundation towards the development of a theoretical framework for the implementation of e-HRM systems and develop a conceptual model that would reflect the nature of e-HRM systems’ adoption through systematic literature review. Adopting Crossan and Apaydin’s procedure of systematic review, this paper investigated 21 empirical papers of electronics human resources management, then categorized them into 4 characteristics which influence the adoption; System and technology characteristics; Organizational characteristics; User/individual characteristics, and Environmental and contextual characteristics. Finally, the e-HRM adoption research framework is drawn and based on the framework; avenues for future research are discussed.   Bahasa Indonesia Abstrak: Manajemen sumber daya manusia elektronik (selanjutnya disebut dengan e-HRM semakin banyak digunakan oleh organisasi profit dan nonprofit. Namun, bidang dan topik ini belum memiliki kerangka teori yang mapan, yang dapat digunakan untuk menganalisis isu-isu terkait penerapan e-HRM, terutama mengenai faktor-faktor yang mempengaruhi adopsi sistem e-HRM. Tujuan penelitian ini adalah untuk memberikan landasan bagi pengembangan kerangka teoritis untuk implementasi sistem e-HRM dan mengembangkan model konseptual yang akan menggambarkan adopsi sistem e-HRM melalui tinjauan literatur sistematis. Mengadopsi prosedur dan metode Crossan dan Apaydin untuk melakukan telaah literatur secara sistematis, paper ini menyelidiki 21 publikasi empiris manajemen sumber daya manusia elektronik dari 2

  4. Pengembangan Aplikasi Sistem Informasi Geografis (SIG berbasis Web untuk Manajemen Pemanfaatan Air Tanah menggunakan PHP, Java dan MySQL Spatial (Studi Kasus di Kabupaten Banyumas

    Directory of Open Access Journals (Sweden)

    J Jumadi

    2009-12-01

    Full Text Available In the existing world of geographic information systems (GIS, desktop mapping has taken a critical role for managing and using spatial information for business. But desktop-based GIS application having any limitation for users. The research was conducted to develop the web-based GIS in order to manage groundwater exploration and production, preventing from uncontrolled exploration, using Java Applet, MySQL Spatial and PHP. The system development was designed by using waterfall model of system life cycle with following steps: 1 system requirements, 2 software requirements, 3 analysis, 4 program design, 5 coding, 6 testing, and 7 operation, supported by reference study, observation, and peer discussion. The result shows that by using Java Applet, MySQL Spatial and PHP, web-based GIS for groundwater management is customizable to create spatial modeling and well log modeling, user friendly, interactive, interoperable, informative, and easy to access with LAN/WAN connected PC. The application is very helpful in order to balance between groundwater supply and production, groundwater level monitoring, water quality monitoring, and groundwater user monitoring. Hopefully, the implementation of the system will help the groundwater supply conservation for sustainable development.

  5. Improving Electronic Resources through Holistic Budgeting

    Science.gov (United States)

    Kusik, James P.; Vargas, Mark A.

    2009-01-01

    To establish a more direct link between its collections and the educational goals of Saint Xavier University, the Byrne Memorial Library has adopted a "holistic" approach to collection development. This article examines how traditional budget practices influenced the library's selection of resources and describes how holistic collection…

  6. The ALICE Electronic Logbook

    Energy Technology Data Exchange (ETDEWEB)

    Altini, V [INFN, Dipartimento di Fisica dell' Universita and Sezione INFN Bary (Italy); Carena, F; Carena, W; Chapeland, S; Barroso, V Chibante; Costa, F; Divia, R; Fuchs, U; Makhlyueva, I; Roukoutakis, F; Schossmaier, K; Soos, C; Vyvre, P Vande; Haller, B Von, E-mail: Vasco.Chibante.Barroso@cern.c [CERN, Physics Department, Geneva (Switzerland)

    2010-04-01

    All major experiments need tools that provide a way to keep a record of the events and activities, both during commissioning and operations. In ALICE (A Large Ion Collider Experiment) at CERN, this task is performed by the Alice Electronic Logbook (eLogbook), a custom-made application developed and maintained by the Data-Acquisition group (DAQ). Started as a statistics repository, the eLogbook has evolved to become not only a fully functional electronic logbook, but also a massive information repository used to store the conditions and statistics of the several online systems. It's currently used by more than 600 users in 30 different countries and it plays an important role in the daily ALICE collaboration activities. This paper will describe the LAMP (Linux, Apache, MySQL and PHP) based architecture of the eLogbook, the database schema and the relevance of the information stored in the eLogbook to the different ALICE actors, not only for near real time procedures but also for long term data-mining and analysis. It will also present the web interface, including the different used technologies, the implemented security measures and the current main features. Finally it will present the roadmap for the future, including a migration to the web 2.0 paradigm, the handling of the database ever-increasing data volume and the deployment of data-mining tools.

  7. The ALICE Electronic Logbook

    International Nuclear Information System (INIS)

    Altini, V; Carena, F; Carena, W; Chapeland, S; Barroso, V Chibante; Costa, F; Divia, R; Fuchs, U; Makhlyueva, I; Roukoutakis, F; Schossmaier, K; Soos, C; Vyvre, P Vande; Haller, B Von

    2010-01-01

    All major experiments need tools that provide a way to keep a record of the events and activities, both during commissioning and operations. In ALICE (A Large Ion Collider Experiment) at CERN, this task is performed by the Alice Electronic Logbook (eLogbook), a custom-made application developed and maintained by the Data-Acquisition group (DAQ). Started as a statistics repository, the eLogbook has evolved to become not only a fully functional electronic logbook, but also a massive information repository used to store the conditions and statistics of the several online systems. It's currently used by more than 600 users in 30 different countries and it plays an important role in the daily ALICE collaboration activities. This paper will describe the LAMP (Linux, Apache, MySQL and PHP) based architecture of the eLogbook, the database schema and the relevance of the information stored in the eLogbook to the different ALICE actors, not only for near real time procedures but also for long term data-mining and analysis. It will also present the web interface, including the different used technologies, the implemented security measures and the current main features. Finally it will present the roadmap for the future, including a migration to the web 2.0 paradigm, the handling of the database ever-increasing data volume and the deployment of data-mining tools.

  8. Clinician‐selected Electronic Information Resources do not Guarantee Accuracy in Answering Primary Care Physicians’ Information Needs. A review of: McKibbon, K. Ann, and Douglas B. Fridsma. “Effectiveness of Clinician‐selected Electronic Information Resources for Answering Primary Care Physicians’ Information Needs.” Journal of the American Medical Informatics Association 13.6 (2006: 653‐9.

    Directory of Open Access Journals (Sweden)

    Martha Ingrid Preddie

    2008-03-01

    Full Text Available Objective – To determine if electronic information resources selected by primary care physicians improve their ability to answer simulated clinical questions.Design – An observational study utilizing hour‐long interviews and think‐aloud protocols.Setting – The offices and clinics of primary care physicians in Canada and the United States.Subjects – Twenty‐five primary care physicians of whom 4 were women, 17 were from Canada, 22 were family physicians,and 24 were board certified.Methods – Participants provided responses to 23 multiple‐choice questions. Each physician then chose two questions and looked for the answers utilizing information resources of their own choice. The search processes, chosen resources and search times were noted. These were analyzed along with data on the accuracy of the answers and certainties related to the answer to each clinical question prior to the search.Main results – Twenty‐three physicians sought answers to 46 simulated clinical questions. Utilizing only electronic information resources, physicians spent a mean of 13.0 (SD 5.5 minutes searching for answers to the questions, an average of 7.3(SD 4.0 minutes for the first question and 5.8 (SD 2.2 minutes to answer the second question. On average, 1.8 resources were utilized per question. Resources that summarized information, such as the Cochrane Database of Systematic Reviews, UpToDate and Clinical Evidence, were favored 39.2% of the time, MEDLINE (Ovid and PubMed 35.7%, and Internet resources including Google 22.6%. Almost 50% of the search and retrieval strategies were keyword‐based, while MeSH, subheadings and limiting were used less frequently. On average, before searching physicians answered 10 of 23 (43.5% questions accurately. For questions that were searched using clinician‐selected electronic resources, 18 (39.1% of the 46 answers were accurate before searching, while 19 (42.1% were accurate after searching. The difference of

  9. Managing research and surveillance projects in real-time with a novel open-source eManagement tool designed for under-resourced countries.

    Science.gov (United States)

    Steiner, Andreas; Hella, Jerry; Grüninger, Servan; Mhalu, Grace; Mhimbira, Francis; Cercamondi, Colin I; Doulla, Basra; Maire, Nicolas; Fenner, Lukas

    2016-09-01

    A software tool is developed to facilitate data entry and to monitor research projects in under-resourced countries in real-time. The eManagement tool "odk_planner" is written in the scripting languages PHP and Python. The odk_planner is lightweight and uses minimal internet resources. It was designed to be used with the open source software Open Data Kit (ODK). The users can easily configure odk_planner to meet their needs, and the online interface displays data collected from ODK forms in a graphically informative way. The odk_planner also allows users to upload pictures and laboratory results and sends text messages automatically. User-defined access rights protect data and privacy. We present examples from four field applications in Tanzania successfully using the eManagement tool: 1) clinical trial; 2) longitudinal Tuberculosis (TB) Cohort Study with a complex visit schedule, where it was used to graphically display missing case report forms, upload digitalized X-rays, and send text message reminders to patients; 3) intervention study to improve TB case detection, carried out at pharmacies: a tablet-based electronic referral system monitored referred patients, and sent automated messages to remind pharmacy clients to visit a TB Clinic; and 4) TB retreatment case monitoring designed to improve drug resistance surveillance: clinicians at four public TB clinics and lab technicians at the TB reference laboratory used a smartphone-based application that tracked sputum samples, and collected clinical and laboratory data. The user friendly, open source odk_planner is a simple, but multi-functional, Web-based eManagement tool with add-ons that helps researchers conduct studies in under-resourced countries. © The Author 2016. Published by Oxford University Press on behalf of the American Medical Informatics Association. All rights reserved. For Permissions, please email: journals.permissions@oup.com.

  10. Review of material recovery from used electric and electronic equipment-alternative options for resource conservation.

    Science.gov (United States)

    Friege, Henning

    2012-09-01

    For waste from electric and electronic equipment, the WEEE Directive stipulates the separate collection of electric and electronic waste. As to new electric and electronic devices, the Restriction of Hazardous Substances (RoHS) Directive bans the use of certain chemicals dangerous for man and environment. From the implementation of the WEEE directive, many unsolved problems have been documented: poor collection success, emission of dangerous substances during collection and recycling, irretrievable loss of valuable metals among others. As to RoHS, data from the literature show a satisfying success. The problems identified in the process can be reduced to some basic dilemmas at the borders between waste management, product policy and chemical safety. The objectives of the WEEE Directive and the specific targets for use and recycling of appliances are not consistent. There is no focus on scarce resources. Extended producer responsibility is not sufficient to guarantee sustainable waste management. Waste management reaches its limits due to problems of implementation but also due to physical laws. A holistic approach is necessary looking at all branch points and sinks in the stream of used products and waste from electric and electronic equipment. This may be done with respect to the general rules for sustainable management of material streams covering the three dimensions of sustainable policy. The relationships between the players in the field of electric and electronic devices have to be taken into account. Most of the problems identified in the implementation process will not be solved by the current amendment of the WEEE Directive.

  11. Charting a Course through CORAL: Texas A&M University Libraries' Experience Implementing an Open-Source Electronic Resources Management System

    Science.gov (United States)

    Hartnett, Eric; Beh, Eugenia; Resnick, Taryn; Ugaz, Ana; Tabacaru, Simona

    2013-01-01

    In 2010, after two previous unsuccessful attempts at electronic resources management system (ERMS) implementation, Texas A&M University (TAMU) Libraries set out once again to find an ERMS that would fit its needs. After surveying the field, TAMU Libraries selected the University of Notre Dame Hesburgh Libraries-developed, open-source ERMS,…

  12. Designing a model of electronic human resource management’s implementation at the Ministry of Communications and Information Technology

    Directory of Open Access Journals (Sweden)

    Mirali Seyednaghavi

    2017-06-01

    Full Text Available : In the first phase of this study a model for electronic human resource management in government agencies based on new public services was explored by using software MAXQDA, then in the second phase, relationship between the elements of the theory were tested using software Smart PLS2. So the aim of this study is to design a model of electronic human resource management’s implementation at the Ministry of Communications and Information Technology. In this regard, according to Strauss and Corbin’s structured plan, five hypotheses were tested. Quantitative data analysis indicates that the pressures of the policies and global perspectives cause to move toward e-HRM. Among the contextual conditions macro structural mechanisms, considerations of actors, governance considerations have a significant impact on the strategy of new public services and therefore lead to the consequences of its implementation in public organizations. The findings suggest that e-HRM does not have a positive and meaningful impact on new public services, and in our country, although the recent political developments have somehow removed the gap between public policy makers, administrators, and the public, but there is still a long way to go.

  13. The Neurotropic Properties of AAV-PHP.B Are Limited to C57BL/6J Mice.

    Science.gov (United States)

    Hordeaux, Juliette; Wang, Qiang; Katz, Nathan; Buza, Elizabeth L; Bell, Peter; Wilson, James M

    2018-03-07

    Improved delivery of adeno-associated virus (AAV) vectors to the CNS will greatly enhance their clinical utility. Selection of AAV9 variants in a mouse model led to the isolation of a capsid called PHP.B, which resulted in remarkable transduction of the CNS following intravenous infusion. However, we now show here that this enhanced CNS tropism is restricted to the model in which it was selected, i.e., a Cre transgenic mouse in a C57BL/6J background, and was not found in nonhuman primates or the other commonly used mouse strain BALB/cJ. We also report the potential for serious acute toxicity in NHP after systemic administration of high dose of AAV. Copyright © 2018 The American Society of Gene and Cell Therapy. Published by Elsevier Inc. All rights reserved.

  14. The module of methodical support in system of electronic educational resources as the innovative element of the modern maintenance of formation

    Directory of Open Access Journals (Sweden)

    Ольга Николаевна Крылова

    2009-06-01

    Full Text Available The article introduces some results of research, which were devoted to evaluation of tearches' mobility to introduce innovations in the contents of education. The author considers innovative potential of modules of the methodical support for system of electronic educational resources.

  15. Impact of Electronic Resources and Usage in Academic Libraries in Ghana: Evidence from Koforidua Polytechnic & All Nations University College, Ghana

    Science.gov (United States)

    Akussah, Maxwell; Asante, Edward; Adu-Sarkodee, Rosemary

    2015-01-01

    The study investigates the relationship between impact of electronic resources and its usage in academic libraries in Ghana: evidence from Koforidua Polytechnic & All Nations University College, Ghana. The study was a quantitative approach using questionnaire to gather data and information. A valid response rate of 58.5% was assumed. SPSS…

  16. MODEL PENGEMBANGAN APLIKASI PEMBAYARAN ANGSURAN PINJAMAN ONLINE MENGGUNAKAN PHP-MYSQL DENGAN METODE OBJECT ORIENTED PROGRAMMING

    Directory of Open Access Journals (Sweden)

    Whisnumurti Adhiwibowo

    2017-12-01

    Full Text Available Sistem pembayaran angsuran berbasis web pada suatu koperasi merupakan sistem yang bersifat dinamis dalam arti akan selalu berkembang dan kompleks. Metode Pemrograman prosedural memiliki kelemahan saat mengembangkan aplikasi yang kompleks. Ketika terjadi permasalahan, penanganannya menjadi sulit karena porgram terdiri dari banyak fungsi dan pada saat mengubah suatu fungsi akan mengubah fungsi fungsi yang lain. Tidak hanya saat terjadi permasalahan, suatu sistem berbasis pemrograman prosedural juga susah apabila akan dikembangkan. Oleh karena itu di pendang perlu untuk mengembangan Sistem dengan metode object Oriented Programming (OOP, merupakan metode pemrograman berorientasi obyek.  Sistem yang di bangun dengan metode ini terdiri dari banyak obyek yang saling berhubungan. Perancangan yang dipakai menggunakan Unified Modeling Language (UML, suatu metodologi untuk mengembangkan sistem dengan pendekatan OOP. Pengembangan Sistem ini menggunakan Hypertext Prepocessor (PHP. Metode pengembangan sistem yang digunakan adalah Waterfall. Hasil dari penelitian ini adalah terbentuknya sistem pembayaran transaksi berbasis web dengan metode OOP, sehingga dapat lebih mudah pemeliharaan dan pengembangannya

  17. Utilization of Electronic Information Resources by Undergraduate Students of University of Ibadan: A Case Study of Social Sciences and Education

    Science.gov (United States)

    Owolabi, Sola; Idowu, Oluwafemi A.; Okocha, Foluke; Ogundare, Atinuke Omotayo

    2016-01-01

    The study evaluated utilization of electronic information resources by undergraduates in the Faculties of Education and the Social Sciences in University of Ibadan. The study adopted a descriptive survey design with a study population of 1872 undergraduates in the Faculties of Education and the Social Sciences in University of Ibadan, from which a…

  18. MiSNPDb: a web-based genomic resources of tropical ecology fruit mango (Mangifera indica L.) for phylogeography and varietal differentiation.

    Science.gov (United States)

    Iquebal, M A; Jaiswal, Sarika; Mahato, Ajay Kumar; Jayaswal, Pawan K; Angadi, U B; Kumar, Neeraj; Sharma, Nimisha; Singh, Anand K; Srivastav, Manish; Prakash, Jai; Singh, S K; Khan, Kasim; Mishra, Rupesh K; Rajan, Shailendra; Bajpai, Anju; Sandhya, B S; Nischita, Puttaraju; Ravishankar, K V; Dinesh, M R; Rai, Anil; Kumar, Dinesh; Sharma, Tilak R; Singh, Nagendra K

    2017-11-02

    Mango is one of the most important fruits of tropical ecological region of the world, well known for its nutritive value, aroma and taste. Its world production is >45MT worth >200 billion US dollars. Genomic resources are required for improvement in productivity and management of mango germplasm. There is no web-based genomic resources available for mango. Hence rapid and cost-effective high throughput putative marker discovery is required to develop such resources. RAD-based marker discovery can cater this urgent need till whole genome sequence of mango becomes available. Using a panel of 84 mango varieties, a total of 28.6 Gb data was generated by ddRAD-Seq approach on Illumina HiSeq 2000 platform. A total of 1.25 million SNPs were discovered. Phylogenetic tree using 749 common SNPs across these varieties revealed three major lineages which was compared with geographical locations. A web genomic resources MiSNPDb, available at http://webtom.cabgrid.res.in/mangosnps/ is based on 3-tier architecture, developed using PHP, MySQL and Javascript. This web genomic resources can be of immense use in the development of high density linkage map, QTL discovery, varietal differentiation, traceability, genome finishing and SNP chip development for future GWAS in genomic selection program. We report here world's first web-based genomic resources for genetic improvement and germplasm management of mango.

  19. Shaping the Electronic Library--The UW-Madison Approach.

    Science.gov (United States)

    Dean, Charles W., Ed.; Frazier, Ken; Pope, Nolan F.; Gorman, Peter C.; Dentinger, Sue; Boston, Jeanne; Phillips, Hugh; Daggett, Steven C.; Lundquist, Mitch; McClung, Mark; Riley, Curran; Allan, Craig; Waugh, David

    1998-01-01

    This special theme section describes the University of Wisconsin-Madison's experience building its Electronic Library. Highlights include integrating resources and services; the administrative framework; the public electronic library, including electronic publishing capability and access to World Wide Web-based and other electronic resources;…

  20. Controlling user access to electronic resources without password

    Science.gov (United States)

    Smith, Fred Hewitt

    2017-08-22

    Described herein are devices and techniques for remotely controlling user access to a restricted computer resource. The process includes obtaining an image from a communication device of a user. An individual and a landmark are identified within the image. Determinations are made that the individual is the user and that the landmark is a predetermined landmark. Access to a restricted computing resource is granted based on the determining that the individual is the user and that the landmark is the predetermined landmark. Other embodiments are disclosed.

  1. The use of quality benchmarking in assessing web resources for the dermatology virtual branch library of the National electronic Library for Health (NeLH).

    Science.gov (United States)

    Kamel Boulos, M N; Roudsari, A V; Gordon, C; Muir Gray, J A

    2001-01-01

    In 1998, the U.K. National Health Service Information for Health Strategy proposed the implementation of a National electronic Library for Health to provide clinicians, healthcare managers and planners, patients and the public with easy, round the clock access to high quality, up-to-date electronic information on health and healthcare. The Virtual Branch Libraries are among the most important components of the National electronic Library for Health. They aim at creating online knowledge based communities, each concerned with some specific clinical and other health-related topics. This study is about the envisaged Dermatology Virtual Branch Libraries of the National electronic Library for Health. It aims at selecting suitable dermatology Web resources for inclusion in the forthcoming Virtual Branch Libraries after establishing preliminary quality benchmarking rules for this task. Psoriasis, being a common dermatological condition, has been chosen as a starting point. Because quality is a principal concern of the National electronic Library for Health, the study includes a review of the major quality benchmarking systems available today for assessing health-related Web sites. The methodology of developing a quality benchmarking system has been also reviewed. Aided by metasearch Web tools, candidate resources were hand-selected in light of the reviewed benchmarking systems and specific criteria set by the authors. Over 90 professional and patient-oriented Web resources on psoriasis and dermatology in general are suggested for inclusion in the forthcoming Dermatology Virtual Branch Libraries. The idea of an all-in knowledge-hallmarking instrument for the National electronic Library for Health is also proposed based on the reviewed quality benchmarking systems. Skilled, methodical, organized human reviewing, selection and filtering based on well-defined quality appraisal criteria seems likely to be the key ingredient in the envisaged National electronic Library for

  2. There is a Relationship between Resource Expenditures and Reference Transactions in Academic Libraries. A Review of: Dubnjakovic, A. (2012. Electronic resource expenditure and the decline in reference transaction statistics in academic libraries. Journal of Academic Librarianship, 38(2, 94-100. doi:10.1016/j.acalib.2012.01.001

    Directory of Open Access Journals (Sweden)

    Annie M. Hughes

    2013-03-01

    Full Text Available Objective – To provide an analysis of the impact of expenditures on electronic resourcesand gate counts on the increase or decrease in reference transactions.Design – Analysis of results of existing survey data from the National Center for Educational Statistics (NCES 2006 Academic Library Survey(ALS.Setting – Academic libraries in the United States.Subjects – 3925 academic library respondents.Methods – The author chose to use survey data collected from the 2006 ALS conducted bythe NCES. The survey included data on various topics related to academic libraries, but in the case of this study, the author chose to analyze three of the 193 variables included. The three variables: electronic books expenditure, computer hardware and software, and expenditures on bibliographic utilities, were combined into one variable called electronic resource expenditure. Gate counts were also considered as a variable. Electronic resource expenditure was also split as a variable into three groups: low, medium, and high. Multiple regression analysis and general linear modeling, along with tests of reliability, were employed. Main Results – The author determined that low, medium, and high spenders with regard to electronic resources exhibited differences in gate counts, and gate counts have an effect on reference transactions in any given week. Gate counts tend to not have much of an effect on reference transactions for the higher spenders, and higher spenders tend to have a higher number of reference transactions overall. Low spenders have lower gate counts and also a lower amount of reference transactions.Conclusion – The findings from this study show that academic libraries spending more on electronic resources also tend to have an increase with regard to reference transactions. The author also concludes that library spaces are no longer the determining factor with regard to number of reference transactions. Spending more on electronic resources is

  3. Electronic resources access and usage among the postgraduates of ...

    African Journals Online (AJOL)

    ... and usage among the postgraduates of a Nigerian University of Technology. ... faced by postgraduates in using e-resources include takes too much time to find, ... Resources, Access, Use, Postgraduat, Students, University, Technology, Nigeria ... By Country · List All Titles · Free To Read Titles This Journal is Open Access.

  4. PERANCANGAN ELECTRONIC COMMERCE BERBASIS B2C PADA TOKO ATK SINDORO

    Directory of Open Access Journals (Sweden)

    Dedi Irawan

    2017-06-01

    Full Text Available Trade through the internet network is known as electronic commerce has advantages that directly can be useful for Atk Sindoro one that uses the internet to aim to expand the marketing and service through the Internet so as to add value to the Ats Sindoro Shop. In order to customer is done by contacting by phone or go to company, so that takes a long time and hamper customer in doing transaction. Therefore this thesis is made aiming to design a web application program that is used for online ordering activities at Atk Sindoro. This research uses RUP methodology, programming language and database used in making this system is PHP and MySQL. With this system facilitate the process of sale and transaction of consumer ordering.

  5. Electronic Safety Resource Tools -- Supporting Hydrogen and Fuel Cell Commercialization

    Energy Technology Data Exchange (ETDEWEB)

    Barilo, Nick F.

    2014-09-29

    The Pacific Northwest National Laboratory (PNNL) Hydrogen Safety Program conducted a planning session in Los Angeles, CA on April 1, 2014 to consider what electronic safety tools would benefit the next phase of hydrogen and fuel cell commercialization. A diverse, 20-person team led by an experienced facilitator considered the question as it applied to the eight most relevant user groups. The results and subsequent evaluation activities revealed several possible resource tools that could greatly benefit users. The tool identified as having the greatest potential for impact is a hydrogen safety portal, which can be the central location for integrating and disseminating safety information (including most of the tools identified in this report). Such a tool can provide credible and reliable information from a trustworthy source. Other impactful tools identified include a codes and standards wizard to guide users through a series of questions relating to application and specific features of the requirements; a scenario-based virtual reality training for first responders; peer networking tools to bring users from focused groups together to discuss and collaborate on hydrogen safety issues; and a focused tool for training inspectors. Table ES.1 provides results of the planning session, including proposed new tools and changes to existing tools.

  6. EFFECTIVE ELECTRONIC TUTORIAL

    Directory of Open Access Journals (Sweden)

    Andrei A. Fedoseev

    2014-01-01

    Full Text Available The article analyzes effective electronic tutorials creation and application based on the theory of pedagogy. Herewith the issues of necessary electronic tutorial functional, ways of the educational process organization with the use of information and communication technologies and the logistics of electronic educational resources are touched upon. 

  7. Multilingual Data Selection for Low Resource Speech Recognition

    Science.gov (United States)

    2016-09-12

    output of this feature fron- tend is a multilingual representation from the bottleneck layer of the second network. In our training framework , we use 40...16] M. Harper, “IARPA Babel Program,” http://www.iarpa.gov/index. php /research-programs/babel, [Online; accessed 2016-03-25]. [17] “Assamese Babel

  8. Renewable energy resources

    DEFF Research Database (Denmark)

    Ellabban, Omar S.; Abu-Rub, Haitham A.; Blaabjerg, Frede

    2014-01-01

    Electric energy security is essential, yet the high cost and limited sources of fossil fuels, in addition to the need to reduce greenhouse gasses emission, have made renewable resources attractive in world energy-based economies. The potential for renewable energy resources is enormous because...... they can, in principle, exponentially exceed the world's energy demand; therefore, these types of resources will have a significant share in the future global energy portfolio, much of which is now concentrating on advancing their pool of renewable energy resources. Accordingly, this paper presents how...... renewable energy resources are currently being used, scientific developments to improve their use, their future prospects, and their deployment. Additionally, the paper represents the impact of power electronics and smart grid technologies that can enable the proportionate share of renewable energy...

  9. Preference and Use of Electronic Information and Resources by Blind/Visually Impaired in NCR Libraries in India

    Directory of Open Access Journals (Sweden)

    Shailendra Kumar

    2013-06-01

    Full Text Available This paper aims to determine the preference and use of electronic information and resources by blind/visually impaired users in the leading National Capital Region (NCR libraries of India. Survey methodology has been used as the basic research tool for data collection with the help of questionnaires. The 125 in total users surveyed in all the five libraries were selected randomly on the basis of willingness of the users with experience of working in digital environments to participate in the survey. The survey results were tabulated and analyzed with descriptive statistics methods using Excel software and 'Stata version 11'. The findings reveal that ICT have a positive impact in the lives of people with disabilities as it helps them to work independently and increases the level of confidence among them. The Internet is the most preferred medium of access to information among the majority of blind/visually impaired users. The 'Complexity of content available on the net' is found as the major challenge faced during Internet use by blind users of NCR libraries. 'Audio books on CDs/DVDs and DAISY books' are the most preferred electronic resources among the majority of blind/visually impaired users. This study will help the library professionals and organizations/institutions serving people with disabilities to develop effective library services for blind/visually impaired users in the digital environment on the basis of findings on information usage behavior in the study.

  10. EST Express: PHP/MySQL based automated annotation of ESTs from expression libraries.

    Science.gov (United States)

    Smith, Robin P; Buchser, William J; Lemmon, Marcus B; Pardinas, Jose R; Bixby, John L; Lemmon, Vance P

    2008-04-10

    Several biological techniques result in the acquisition of functional sets of cDNAs that must be sequenced and analyzed. The emergence of redundant databases such as UniGene and centralized annotation engines such as Entrez Gene has allowed the development of software that can analyze a great number of sequences in a matter of seconds. We have developed "EST Express", a suite of analytical tools that identify and annotate ESTs originating from specific mRNA populations. The software consists of a user-friendly GUI powered by PHP and MySQL that allows for online collaboration between researchers and continuity with UniGene, Entrez Gene and RefSeq. Two key features of the software include a novel, simplified Entrez Gene parser and tools to manage cDNA library sequencing projects. We have tested the software on a large data set (2,016 samples) produced by subtractive hybridization. EST Express is an open-source, cross-platform web server application that imports sequences from cDNA libraries, such as those generated through subtractive hybridization or yeast two-hybrid screens. It then provides several layers of annotation based on Entrez Gene and RefSeq to allow the user to highlight useful genes and manage cDNA library projects.

  11. EST Express: PHP/MySQL based automated annotation of ESTs from expression libraries

    Directory of Open Access Journals (Sweden)

    Pardinas Jose R

    2008-04-01

    Full Text Available Abstract Background Several biological techniques result in the acquisition of functional sets of cDNAs that must be sequenced and analyzed. The emergence of redundant databases such as UniGene and centralized annotation engines such as Entrez Gene has allowed the development of software that can analyze a great number of sequences in a matter of seconds. Results We have developed "EST Express", a suite of analytical tools that identify and annotate ESTs originating from specific mRNA populations. The software consists of a user-friendly GUI powered by PHP and MySQL that allows for online collaboration between researchers and continuity with UniGene, Entrez Gene and RefSeq. Two key features of the software include a novel, simplified Entrez Gene parser and tools to manage cDNA library sequencing projects. We have tested the software on a large data set (2,016 samples produced by subtractive hybridization. Conclusion EST Express is an open-source, cross-platform web server application that imports sequences from cDNA libraries, such as those generated through subtractive hybridization or yeast two-hybrid screens. It then provides several layers of annotation based on Entrez Gene and RefSeq to allow the user to highlight useful genes and manage cDNA library projects.

  12. A resource for benchmarking the usefulness of protein structure models.

    Science.gov (United States)

    Carbajo, Daniel; Tramontano, Anna

    2012-08-02

    Increasingly, biologists and biochemists use computational tools to design experiments to probe the function of proteins and/or to engineer them for a variety of different purposes. The most effective strategies rely on the knowledge of the three-dimensional structure of the protein of interest. However it is often the case that an experimental structure is not available and that models of different quality are used instead. On the other hand, the relationship between the quality of a model and its appropriate use is not easy to derive in general, and so far it has been analyzed in detail only for specific application. This paper describes a database and related software tools that allow testing of a given structure based method on models of a protein representing different levels of accuracy. The comparison of the results of a computational experiment on the experimental structure and on a set of its decoy models will allow developers and users to assess which is the specific threshold of accuracy required to perform the task effectively. The ModelDB server automatically builds decoy models of different accuracy for a given protein of known structure and provides a set of useful tools for their analysis. Pre-computed data for a non-redundant set of deposited protein structures are available for analysis and download in the ModelDB database. IMPLEMENTATION, AVAILABILITY AND REQUIREMENTS: Project name: A resource for benchmarking the usefulness of protein structure models. Project home page: http://bl210.caspur.it/MODEL-DB/MODEL-DB_web/MODindex.php.Operating system(s): Platform independent. Programming language: Perl-BioPerl (program); mySQL, Perl DBI and DBD modules (database); php, JavaScript, Jmol scripting (web server). Other requirements: Java Runtime Environment v1.4 or later, Perl, BioPerl, CPAN modules, HHsearch, Modeller, LGA, NCBI Blast package, DSSP, Speedfill (Surfnet) and PSAIA. License: Free. Any restrictions to use by non-academics: No.

  13. A resource for benchmarking the usefulness of protein structure models

    Directory of Open Access Journals (Sweden)

    Carbajo Daniel

    2012-08-01

    Full Text Available Abstract Background Increasingly, biologists and biochemists use computational tools to design experiments to probe the function of proteins and/or to engineer them for a variety of different purposes. The most effective strategies rely on the knowledge of the three-dimensional structure of the protein of interest. However it is often the case that an experimental structure is not available and that models of different quality are used instead. On the other hand, the relationship between the quality of a model and its appropriate use is not easy to derive in general, and so far it has been analyzed in detail only for specific application. Results This paper describes a database and related software tools that allow testing of a given structure based method on models of a protein representing different levels of accuracy. The comparison of the results of a computational experiment on the experimental structure and on a set of its decoy models will allow developers and users to assess which is the specific threshold of accuracy required to perform the task effectively. Conclusions The ModelDB server automatically builds decoy models of different accuracy for a given protein of known structure and provides a set of useful tools for their analysis. Pre-computed data for a non-redundant set of deposited protein structures are available for analysis and download in the ModelDB database. Implementation, availability and requirements Project name: A resource for benchmarking the usefulness of protein structure models. Project home page: http://bl210.caspur.it/MODEL-DB/MODEL-DB_web/MODindex.php. Operating system(s: Platform independent. Programming language: Perl-BioPerl (program; mySQL, Perl DBI and DBD modules (database; php, JavaScript, Jmol scripting (web server. Other requirements: Java Runtime Environment v1.4 or later, Perl, BioPerl, CPAN modules, HHsearch, Modeller, LGA, NCBI Blast package, DSSP, Speedfill (Surfnet and PSAIA. License: Free. Any

  14. A resource for benchmarking the usefulness of protein structure models.

    KAUST Repository

    Carbajo, Daniel

    2012-08-02

    BACKGROUND: Increasingly, biologists and biochemists use computational tools to design experiments to probe the function of proteins and/or to engineer them for a variety of different purposes. The most effective strategies rely on the knowledge of the three-dimensional structure of the protein of interest. However it is often the case that an experimental structure is not available and that models of different quality are used instead. On the other hand, the relationship between the quality of a model and its appropriate use is not easy to derive in general, and so far it has been analyzed in detail only for specific application. RESULTS: This paper describes a database and related software tools that allow testing of a given structure based method on models of a protein representing different levels of accuracy. The comparison of the results of a computational experiment on the experimental structure and on a set of its decoy models will allow developers and users to assess which is the specific threshold of accuracy required to perform the task effectively. CONCLUSIONS: The ModelDB server automatically builds decoy models of different accuracy for a given protein of known structure and provides a set of useful tools for their analysis. Pre-computed data for a non-redundant set of deposited protein structures are available for analysis and download in the ModelDB database. IMPLEMENTATION, AVAILABILITY AND REQUIREMENTS: Project name: A resource for benchmarking the usefulness of protein structure models. Project home page: http://bl210.caspur.it/MODEL-DB/MODEL-DB_web/MODindex.php.Operating system(s): Platform independent. Programming language: Perl-BioPerl (program); mySQL, Perl DBI and DBD modules (database); php, JavaScript, Jmol scripting (web server). Other requirements: Java Runtime Environment v1.4 or later, Perl, BioPerl, CPAN modules, HHsearch, Modeller, LGA, NCBI Blast package, DSSP, Speedfill (Surfnet) and PSAIA. License: Free. Any restrictions to use by

  15. A resource for benchmarking the usefulness of protein structure models.

    KAUST Repository

    Carbajo, Daniel; Tramontano, Anna

    2012-01-01

    BACKGROUND: Increasingly, biologists and biochemists use computational tools to design experiments to probe the function of proteins and/or to engineer them for a variety of different purposes. The most effective strategies rely on the knowledge of the three-dimensional structure of the protein of interest. However it is often the case that an experimental structure is not available and that models of different quality are used instead. On the other hand, the relationship between the quality of a model and its appropriate use is not easy to derive in general, and so far it has been analyzed in detail only for specific application. RESULTS: This paper describes a database and related software tools that allow testing of a given structure based method on models of a protein representing different levels of accuracy. The comparison of the results of a computational experiment on the experimental structure and on a set of its decoy models will allow developers and users to assess which is the specific threshold of accuracy required to perform the task effectively. CONCLUSIONS: The ModelDB server automatically builds decoy models of different accuracy for a given protein of known structure and provides a set of useful tools for their analysis. Pre-computed data for a non-redundant set of deposited protein structures are available for analysis and download in the ModelDB database. IMPLEMENTATION, AVAILABILITY AND REQUIREMENTS: Project name: A resource for benchmarking the usefulness of protein structure models. Project home page: http://bl210.caspur.it/MODEL-DB/MODEL-DB_web/MODindex.php.Operating system(s): Platform independent. Programming language: Perl-BioPerl (program); mySQL, Perl DBI and DBD modules (database); php, JavaScript, Jmol scripting (web server). Other requirements: Java Runtime Environment v1.4 or later, Perl, BioPerl, CPAN modules, HHsearch, Modeller, LGA, NCBI Blast package, DSSP, Speedfill (Surfnet) and PSAIA. License: Free. Any restrictions to use by

  16. Visualization and comparative investigations of pulsating ferro-fluid heat pipe

    International Nuclear Information System (INIS)

    Gandomkar, A.; Saidi, M.H.; Shafii, M.B.; Vandadi, M.; Kalan, K.

    2017-01-01

    Highlights: • Nanofluid was unstable and also agglomerated and deposited in the copper pipe; whereas, it was stable in the Pyrex pipe. • For the Pyrex heat pipe, applying the magnetic field caused weaker performance. • For Pyrex PHP, increasing the concentration improved the performance. • For the copper PHP, applying the magnetic field had the best performance. • For copper PHP, concentration of the nanofluid in each case of the magnet and input power has an optimum value. - Abstract: Pulsating heat pipes (PHPs) are among the best solutions for the electronics cooling due to their low cost, effectiveness and being passive. Experiments to study the effective factors on heat transfer performance have been designed and as a result, improvement of ferrofluid PHP performance has been achieved. Two different heat pipes made of copper and glass were prepared to investigate the behavior of magnetic nanofluids. In order to find the best condition for heat transfer performance, different concentrations of nanofluid with a filling ratio of 50% were tested in 3 different cases of magnetic field. The results indicated that the ferrofluid is more stable in the glass PHP. It also shows that the presence of magnetic field in the copper PHP has the best outcome while in the glass PHP, the absence of magnetic field results better. It was detected that using a more concentrated ferrofluid causes a better performance in the copper PHP only when the magnetic field is applied, while in the glass PHP, increasing the concentration of ferrofluid improves the performance of the PHP in all conditions of applying the magnetic field.

  17. Library usage patterns in the electronic information environment. Electronic journals, Use studies, Libraries, Medical libraries

    Directory of Open Access Journals (Sweden)

    B. Franklin

    2004-01-01

    Full Text Available This paper examines the methodology and results from Web-based surveys of more than 15,000 networked electronic services users in the United States between July 1998 and June 2003 at four academic health sciences libraries and two large main campus libraries serving a variety of disciplines. A statistically valid methodology for administering simultaneous Web-based and print-based surveys using the random moments sampling technique is discussed and implemented. Results from the Web-based surveys showed that at the four academic health sciences libraries, there were approximately four remote networked electronic services users for each in-house user. This ratio was even higher for faculty, staff, and research fellows at the academic health sciences libraries, where more than five remote users for each in-house user were recorded. At the two main libraries, there were approximately 1.3 remote users for each in-house user of electronic information. Sponsored research (grant funded research accounted for approximately 32% of the networked electronic services activity at the health sciences libraries and 16% at the main campus libraries. Sponsored researchers at the health sciences libraries appeared to use networked electronic services most intensively from on-campus, but not from in the library. The purpose of use for networked electronic resources by patrons within the library is different from the purpose of use of those resources by patrons using the resources remotely. The implications of these results on how librarians reach decisions about networked electronic resources and services are discussed.

  18. Electronic resources of the rare books and valuable editions department of the Central Scientific Library of the V.N. Karazin Kharkiv National University: open access for research

    Directory of Open Access Journals (Sweden)

    І. К. Журавльова

    2014-12-01

    Full Text Available The article describes tasks that electronic collections of rare books fulfill: broad access for readers to rare and valuable editions providing, preservation of ensuring of the original. On the example of the electronic collection of the Central Scientific Library of the V.N. Karazin Kharkiv National University – «eScriptorium: electronic archive of rare books and manuscripts for research and education» the possibility of the full-text resources of the valuable editions using is shown. The principles of creation, structure, chronological frameworks, directions of adding the documents to the archive are represented. The perspectives of the project development are outlined as well as examples of the digital libraries of the European countries and Ukraine are provided, the actual task of preserving the originals of the rare books of the country is raised, the innovative approaches to serving users with electronic resources are considered. The evidences of cooperation of the Central Scientific Library of the V.N. Karazin Kharkiv National University with the largest world digital libraries: World Digital Library and Europeana are provided.

  19. Electronic tracking of human resource skills and knowledge, just in time training, manageable due diligence

    Energy Technology Data Exchange (ETDEWEB)

    Kolodziej, M.A. [Quick Test International Inc., (Canada). Canadian Technology Human Resource Board; Baker, O. [KeySpan Energy Canada, Calgary, AB (Canada)

    2001-06-01

    KeySpan Energy Canada is in the process of obtaining recognition of various occupational profiles including pipeline operators, inspectors, and field and plant operators from various certifying organizations. The process of allowing individuals to obtain certification is recognized by Canadian Technology Human Resources Board as a step towards national standards for technologists and technicians. Proven competency is a must for workers in todays oil industry in response to increasingly stringent government safety regulations, environmental concerns and high public scrutiny. Quick Test international Inc. has developed a management tool in collaboration with end users at KeySpan Energy Canada. It is an electronic, Internet based competency tool for tracking personal competencies and maintaining continued competency. Response to the tool has been favourable. 2 refs., 4 figs.

  20. The Biomedical Resource Ontology (BRO) to enable resource discovery in clinical and translational research.

    Science.gov (United States)

    Tenenbaum, Jessica D; Whetzel, Patricia L; Anderson, Kent; Borromeo, Charles D; Dinov, Ivo D; Gabriel, Davera; Kirschner, Beth; Mirel, Barbara; Morris, Tim; Noy, Natasha; Nyulas, Csongor; Rubenson, David; Saxman, Paul R; Singh, Harpreet; Whelan, Nancy; Wright, Zach; Athey, Brian D; Becich, Michael J; Ginsburg, Geoffrey S; Musen, Mark A; Smith, Kevin A; Tarantal, Alice F; Rubin, Daniel L; Lyster, Peter

    2011-02-01

    The biomedical research community relies on a diverse set of resources, both within their own institutions and at other research centers. In addition, an increasing number of shared electronic resources have been developed. Without effective means to locate and query these resources, it is challenging, if not impossible, for investigators to be aware of the myriad resources available, or to effectively perform resource discovery when the need arises. In this paper, we describe the development and use of the Biomedical Resource Ontology (BRO) to enable semantic annotation and discovery of biomedical resources. We also describe the Resource Discovery System (RDS) which is a federated, inter-institutional pilot project that uses the BRO to facilitate resource discovery on the Internet. Through the RDS framework and its associated Biositemaps infrastructure, the BRO facilitates semantic search and discovery of biomedical resources, breaking down barriers and streamlining scientific research that will improve human health. Copyright © 2010 Elsevier Inc. All rights reserved.

  1. Electronic Recruitment at CERN

    CERN Multimedia

    2004-01-01

    The Human Resources Department switches to electronic recruitment. From now on whenever you are involved in a recruitment action you will receive an e-mail giving you access to a Web folder. Inside you will find a shortlist of applications drawn up by the Human Resources Department. This will allow you to consult the folder, at the same time as everyone else involved in the recruitment process, for the vacancy you are interested in. This new electronic recruitment system, known as e-RT, will be introduced in a presentation given at 10 a.m. on 11 February in the Main Auditorium. Implemented by AIS (Administrative Information Services) and the Human Resources Department, e-RT will cover vacancies open in all of CERN's recruitment programmes. The electronic application system was initially made available to technical students in July 2003. By December it was extended to summer students, fellows, associates and Local Staff. Geraldine Ballet from the Recruitment Service prefers e-RT to mountains of paper! The Hu...

  2. Automated conversation system before pediatric primary care visits: a randomized trial.

    Science.gov (United States)

    Adams, William G; Phillips, Barrett D; Bacic, Janine D; Walsh, Kathleen E; Shanahan, Christopher W; Paasche-Orlow, Michael K

    2014-09-01

    Interactive voice response systems integrated with electronic health records have the potential to improve primary care by engaging parents outside clinical settings via spoken language. The objective of this study was to determine whether use of an interactive voice response system, the Personal Health Partner (PHP), before routine health care maintenance visits could improve the quality of primary care visits and be well accepted by parents and clinicians. English-speaking parents of children aged 4 months to 11 years called PHP before routine visits and were randomly assigned to groups by the system at the time of the call. Parents' spoken responses were used to provide tailored counseling and support goal setting for the upcoming visit. Data were transferred to the electronic health records for review during visits. The study occurred in an urban hospital-based pediatric primary care center. Participants were called after the visit to assess (1) comprehensiveness of screening and counseling, (2) assessment of medications and their management, and (3) parent and clinician satisfaction. PHP was able to identify and counsel in multiple areas. A total of 9.7% of parents responded to the mailed invitation. Intervention parents were more likely to report discussing important issues such as depression (42.6% vs 25.4%; P PHP improved the quality of their care. Systems like PHP have the potential to improve clinical screening, counseling, and medication management. Copyright © 2014 by the American Academy of Pediatrics.

  3. Plastics disassembly versus bulk recycling: engineering design for end-of-life electronics resource recovery.

    Science.gov (United States)

    Rios, Pedro; Stuart, Julie Ann; Grant, Ed

    2003-12-01

    Annual plastic flows through the business and consumer electronics manufacturing supply chain include nearly 3 billion lb of high-value engineering plastics derived from petroleum. The recovery of resource value from this stream presents critical challenges in areas of materials identification and recycling process design that demand new green engineering technologies applied together with life cycle assessment and ecological supply chain analysis to create viable plastics-to-plastics supply cycles. The sustainable recovery of potentially high-value engineering plastics streams requires that recyclers either avoid mixing plastic parts or purify later by separating smaller plastic pieces created in volume reduction (shredding) steps. Identification and separation constitute significant barriers in the plastics-to-plastics recycling value proposition. In the present work, we develop a model that accepts randomly arriving electronic products to study scenarios by which a recycler might identify and separate high-value engineering plastics as well as metals. Using discrete eventsimulation,we compare current mixed plastics recovery with spectrochemical plastic resin identification and subsequent sorting. Our results show that limited disassembly with whole-part identification can produce substantial yields in separated streams of recovered engineering thermoplastics. We find that disassembly with identification does not constitute a bottleneck, but rather, with relatively few workers, can be configured to pull the process and thus decrease maximum staging space requirements.

  4. VIRmiRNA: a comprehensive resource for experimentally validated viral miRNAs and their targets.

    Science.gov (United States)

    Qureshi, Abid; Thakur, Nishant; Monga, Isha; Thakur, Anamika; Kumar, Manoj

    2014-01-01

    Viral microRNAs (miRNAs) regulate gene expression of viral and/or host genes to benefit the virus. Hence, miRNAs play a key role in host-virus interactions and pathogenesis of viral diseases. Lately, miRNAs have also shown potential as important targets for the development of novel antiviral therapeutics. Although several miRNA and their target repositories are available for human and other organisms in literature, but a dedicated resource on viral miRNAs and their targets are lacking. Therefore, we have developed a comprehensive viral miRNA resource harboring information of 9133 entries in three subdatabases. This includes 1308 experimentally validated miRNA sequences with their isomiRs encoded by 44 viruses in viral miRNA ' VIRMIRNA: ' and 7283 of their target genes in ' VIRMIRTAR': . Additionally, there is information of 542 antiviral miRNAs encoded by the host against 24 viruses in antiviral miRNA ' AVIRMIR': . The web interface was developed using Linux-Apache-MySQL-PHP (LAMP) software bundle. User-friendly browse, search, advanced search and useful analysis tools are also provided on the web interface. VIRmiRNA is the first specialized resource of experimentally proven virus-encoded miRNAs and their associated targets. This database would enhance the understanding of viral/host gene regulation and may also prove beneficial in the development of antiviral therapeutics. Database URL: http://crdd.osdd.net/servers/virmirna. © The Author(s) 2014. Published by Oxford University Press.

  5. Monitoring System for Evaluation of Operator Functional Status on Sea Ships

    Directory of Open Access Journals (Sweden)

    Giedrius Varoneckas

    2016-07-01

    Full Text Available This paper introduces the basic concept of a new developed web-based databank for an assessment of seafarers’ functional status during the sea missions. The Web system is based on client-server architecture and the international open source technologies including Apache web server, PHP scripts and MySQL database. The paper focuses on the aspects and first results of the initial practical realization of the web-based databank. The main operational advantage of the developed system is the capability to on-line handle up to a dozen users at the same time. The system includes administrative data and questionnaires. Electronic data entry saves the time and material resources.

  6. RICD: A rice indica cDNA database resource for rice functional genomics

    Directory of Open Access Journals (Sweden)

    Zhang Qifa

    2008-11-01

    Full Text Available Abstract Background The Oryza sativa L. indica subspecies is the most widely cultivated rice. During the last few years, we have collected over 20,000 putative full-length cDNAs and over 40,000 ESTs isolated from various cDNA libraries of two indica varieties Guangluai 4 and Minghui 63. A database of the rice indica cDNAs was therefore built to provide a comprehensive web data source for searching and retrieving the indica cDNA clones. Results Rice Indica cDNA Database (RICD is an online MySQL-PHP driven database with a user-friendly web interface. It allows investigators to query the cDNA clones by keyword, genome position, nucleotide or protein sequence, and putative function. It also provides a series of information, including sequences, protein domain annotations, similarity search results, SNPs and InDels information, and hyperlinks to gene annotation in both The Rice Annotation Project Database (RAP-DB and The TIGR Rice Genome Annotation Resource, expression atlas in RiceGE and variation report in Gramene of each cDNA. Conclusion The online rice indica cDNA database provides cDNA resource with comprehensive information to researchers for functional analysis of indica subspecies and for comparative genomics. The RICD database is available through our website http://www.ncgr.ac.cn/ricd.

  7. DelPhi: a comprehensive suite for DelPhi software and associated resources

    Directory of Open Access Journals (Sweden)

    Li Lin

    2012-05-01

    Full Text Available Abstract Background Accurate modeling of electrostatic potential and corresponding energies becomes increasingly important for understanding properties of biological macromolecules and their complexes. However, this is not an easy task due to the irregular shape of biological entities and the presence of water and mobile ions. Results Here we report a comprehensive suite for the well-known Poisson-Boltzmann solver, DelPhi, enriched with additional features to facilitate DelPhi usage. The suite allows for easy download of both DelPhi executable files and source code along with a makefile for local installations. The users can obtain the DelPhi manual and parameter files required for the corresponding investigation. Non-experienced researchers can download examples containing all necessary data to carry out DelPhi runs on a set of selected examples illustrating various DelPhi features and demonstrating DelPhi’s accuracy against analytical solutions. Conclusions DelPhi suite offers not only the DelPhi executable and sources files, examples and parameter files, but also provides links to third party developed resources either utilizing DelPhi or providing plugins for DelPhi. In addition, the users and developers are offered a forum to share ideas, resolve issues, report bugs and seek help with respect to the DelPhi package. The resource is available free of charge for academic users from URL: http://compbio.clemson.edu/DelPhi.php.

  8. Merge of terminological resources

    DEFF Research Database (Denmark)

    Henriksen, Lina; Braasch, Anna

    2012-01-01

    In our globalized world, the amount of cross-national communication increases rapidly, which also calls for easy access to multi-lingual high quality terminological resources. Sharing of terminology resources is currently becoming common practice, and efficient strategies for integration...... – or merging – of terminology resources are strongly needed. This paper discusses prerequisites for successful merging with the focus on identification of candidate duplicates of a subject domain found in the resources to be merged, and it describes automatic merging strategies to be applied to such duplicates...... in electronic terminology resources. Further, some perspectives of manual, supplementary assessment methods supporting the automatic procedures are sketched. Our considerations are primarily based on experience gained in the IATE and EuroTermBank projects, as merging was a much discussed issue in both projects....

  9. Complete electronics self-teaching guide with projects

    CERN Document Server

    Boysen, Earl

    2012-01-01

    An all-in-one resource on everything electronics-related! For almost 30 years, this book has been a classic text for electronics enthusiasts. Now completely updated for today's technology, this latest version combines concepts, self-tests, and hands-on projects to offer you a completely repackaged and revised resource. This unique self-teaching guide features easy-to-understand explanations that are presented in a user-friendly format to help you learn the essentials you need to work with electronic circuits. All you need is a general understanding of electronics concepts such as Oh

  10. Oscillator clustering in a resource distribution chain

    DEFF Research Database (Denmark)

    Postnov, D.; Sosnovtseva, Olga; Mosekilde, Erik

    2005-01-01

    separate the inherent dynamics of the individual oscillator from the properties of the coupling network. Illustrated by examples from microbiological population dynamics, renal physiology, and electronic oscillator theory, we show how competition for primary resources in a resource distribution chain leads...

  11. Creating XML/PHP Interface for BAN Interoperability.

    Science.gov (United States)

    Fragkos, Vasileios; Katzis, Konstantinos; Despotou, Georgios

    2017-01-01

    Recent advances in medical and electronic technologies have introduced the use of Body Area Networks as a part of e-health, for constant and accurate monitoring of patients and the transmission as well as processing of the data to develop a holistic Electronic Health Record. The rising global population, different BAN manufacturers and a variety of medical systems pose the issue of interoperability between BANs and systems as well as the proper way to propagate medical data in an organized and efficient manner. In this paper, we describe BANs and propose the use of certain web technologies to address this issue.

  12. Power Electronics

    DEFF Research Database (Denmark)

    Iov, Florin; Ciobotaru, Mihai; Blaabjerg, Frede

    2008-01-01

    is to change the electrical power production sources from the conventional, fossil (and short term) based energy sources to renewable energy resources. The other is to use high efficient power electronics in power generation, power transmission/distribution and end-user application. This paper discuss the most...... emerging renewable energy sources, wind energy, which by means of power electronics are changing from being a minor energy source to be acting as an important power source in the energy system. Power electronics is the enabling technology and the presentation will cover the development in wind turbine...... technology from kW to MW, discuss which power electronic solutions are most feasible and used today....

  13. How Health Department Contextual Factors Affect Public Health Preparedness (PHP) and Perceptions of the 15 PHP Capabilities.

    Science.gov (United States)

    Horney, Jennifer A; Carbone, Eric G; Lynch, Molly; Wang, Z Joan; Jones, Terrance; Rose, Dale A

    2017-09-01

    To assess how health department contextual factors influence perceptions of the 15 Public Health Preparedness Capabilities, developed by the Centers for Disease Control and Prevention (CDC) to provide guidance on organizing preparedness activities. We conducted an online survey and focus group between September 2015 and May 2016 with directors of preparedness programs in state, metropolitan, and territorial jurisdictions funded by CDC's Public Health Emergency Preparedness (PHEP) cooperative agreement. The survey collected demographic information and data on contextual factors including leadership, partnerships, organizational structure, resources and structural capacity, and data and evaluation. Seventy-seven percent (48 of 62) of PHEP directors completed the survey and 8 participated in the focus group. Respondents were experienced directors (mean = 10.6 years), and 58% led 7 or more emergency responses. Leadership, partnerships, and access to fiscal and human resources were associated with perception and use of the capabilities. Despite some deficiencies, PHEP awardees believe the capabilities provide useful guidance and a flexible framework for organizing their work. Contextual factors affect perceptions of the capabilities and possibly the effectiveness of their use. Public Health Implications. The capabilities can be used to address challenges in preparedness, including identifying evidence-based practices, developing performance measures, and improving responses.

  14. Electronic conferencing for continuing medical education: a resource survey.

    Science.gov (United States)

    Sternberg, R J

    1986-10-01

    The use of electronic technologies to link participants for education conferences is an option for providers of Continuing Medical Education. In order to profile the kinds of electronic networks currently offering audio- or videoteleconferences for physician audiences, a survey was done during late 1985. The information collected included range of services, fees, and geographic areas served. The results show a broad diversity of providers providing both interactive and didactic programming to both physicians and other health care professionals.

  15. Electronic patient record and archive of records in Cardio.net system for telecardiology.

    Science.gov (United States)

    Sierdziński, Janusz; Karpiński, Grzegorz

    2003-01-01

    In modern medicine the well structured patient data set, fast access to it and reporting capability become an important question. With the dynamic development of information technology (IT) such question is solved via building electronic patient record (EPR) archives. We then obtain fast access to patient data, diagnostic and treatment protocols etc. It results in more efficient, better and cheaper treatment. The aim of the work was to design a uniform Electronic Patient Record, implemented in cardio.net system for telecardiology allowing the co-operation among regional hospitals and reference centers. It includes questionnaires for demographic data and questionnaires supporting doctor's work (initial diagnosis, final diagnosis, history and physical, ECG at the discharge, applied treatment, additional tests, drugs, daily and periodical reports). The browser is implemented in EPR archive to facilitate data retrieval. Several tools for creating EPR and EPR archive were used such as: XML, PHP, Java Script and MySQL. The separate question is the security of data on WWW server. The security is ensured via Security Socket Layer (SSL) protocols and other tools. EPR in Cardio.net system is a module enabling the co-work of many physicians and the communication among different medical centers.

  16. Resource use Efficiency in Sweet Potato Production in Odeda Local ...

    African Journals Online (AJOL)

    Available online at http://www.ajol.info/index.php/njbas/index ... world's most important food crops due to its high yield ... food security as well as serving as a cash crop ... deficiency is a particular problem with children under five and for pregnant and lactating women. In view of the above points, any boost in (market).

  17. Combination study of operation characteristics and heat transfer mechanism for pulsating heat pipe

    International Nuclear Information System (INIS)

    Cui, Xiaoyu; Zhu, Yue; Li, Zhihua; Shun, Shende

    2014-01-01

    Pulsating heat pipe (PHP) is becoming a promising heat transfer device for the application like electronics cooling. However, due to its complicated operation mechanism, the heat transfer properties of the PHP still have not been fully understood. This study experimentally investigated on a closed-loop PHP charged with four types of working fluids, deionized water, methanol, ethanol and acetone. Combined with the visualization experimental results from the open literature, the operation characteristics and the corresponding heat transfer mechanisms for different heat inputs (5 W up to 100 W) and different filling ratios (20% up to 95%) have been presented and elaborated. The results show that heat-transfer mechanism changed with the transition of operation patterns; before valid oscillation started, the thermal resistance was not like that described in the open literature where it decreased almost linearly, but would rather slowdown descending or even change into rise first before further decreasing (i.e. an inflection point existed); when the heat input further increased to certain level, e.g. 65 W or above, there presented a limit of heat-transfer performance which was independent of the types of working fluids and the filling ratios, but may be related to the structure, the material, the size and the inclination of the PHP. - Highlights: •The thermal mechanisms altered accordingly with the operation features in the PHP. •Unlike conventional heat pipes, continuous temperature soaring would not happen in the PHP. •Before the oscillation start-up, there existed a heat-transfer limit for the relatively stagnated flow in the PHP. •A limit of thermal performance existed in the PHP at relatively high heat inputs

  18. SQL by Example. 2. PHP and MySQL Web Application based on Tanner-Whitehouse Standard

    Directory of Open Access Journals (Sweden)

    Sorana Daniela BOLBOACĂ

    2003-03-01

    Full Text Available In pediatrics, skeletal maturity, also called “bone age”, an expression of biological maturity of a child, is an important quantitative measure for the clinical diagnosis of endocrinological problems and growth disorders. Bone age is also used in monitoring children with hormone therapy. Skeletal maturity may be assessed by analysis of the ossification centers of the hand, foot, knee, elbow or pelvis but most often used is the hand. Skeletal maturity diagnosis is usually based on a visual comparison of a left-hand wrist radiograph with atlas patterns and the most common method used is the Tanner-Whitehouse method. With the help of PHP and MySQL a computer-assisted software we developed, based on Tanner-Whitehouse method, for bone age assessment of children and young people. The program is a client-server one and all data are saved into a database server. The program (1 display control radiographies, schematic drawings and specifications for every stage of hand bones until maturity stage, (2 allow user to select a maturity stage for every bone, (3 save and query personal data of patients, (4 save and query consultations and (5 make consultation reports. URL address: http://vl.academicdirect.ro/medical_informatics/bone_age/v1.2/

  19. A web accessible resource for investigating cassava phenomics and genomics information: BIOGEN BASE.

    Science.gov (United States)

    Jayakodi, Murukarthick; Selvan, Sreedevi Ghokhilamani; Natesan, Senthil; Muthurajan, Raveendran; Duraisamy, Raghu; Ramineni, Jana Jeevan; Rathinasamy, Sakthi Ambothi; Karuppusamy, Nageswari; Lakshmanan, Pugalenthi; Chokkappan, Mohan

    2011-01-01

    The goal of our research is to establish a unique portal to bring out the potential outcome of the research in the Casssava crop. The Biogen base for cassava clearly brings out the variations of different traits of the germplasms, maintained at the Tapioca and Castor Research Station, Tamil Nadu Agricultural University. Phenotypic and genotypic variations of the accessions are clearly depicted, for the users to browse and interpret the variations using the microsatellite markers. Database (BIOGEN BASE - CASSAVA) is designed using PHP and MySQL and is equipped with extensive search options. It is more user-friendly and made publicly available, to improve the research and development of cassava by making a wealth of genetics and genomics data available through open, common, and worldwide forum for all individuals interested in the field. The database is available for free at http://www.tnaugenomics.com/biogenbase/casava.php.

  20. Utilization of bio-resources by low energy electron beam

    International Nuclear Information System (INIS)

    Kume, Tamikazu

    2003-01-01

    Utilization of bio-resources by radiation has been investigated for recycling the natural resources and reducing the environmental pollution. Polysaccharides such as chitosan and sodium alginate were easily degraded by irradiation and induced various kinds of biological activities, i.g. anti-microbial activity, promotion of plant growth, suppression of heavy metal stress, phytoalexins induction. Radiation degraded chitosan was effective to enhance the growth of plants in tissue culture. It was demonstrated that the liquid sample irradiation system using low energy EB was effective for the preparation of degraded polysaccharides. Methylcellulose (MC) can be crosslinked under certain radiation condition as same as carboxymethylcellulose (CMC) and produced the biodegradable hydrogel for medical and agricultural use. Treatment of soybean seeds by low energy EB enhanced the growth and the number of rhizobia on the root. (author)

  1. Adaptation of mathematical educational content in e-learning resources

    Directory of Open Access Journals (Sweden)

    Yuliya V. Vainshtein

    2017-01-01

    Full Text Available Modern trends in the world electronic educational system development determine the necessity of adaptive learning intellectual environments and resources’ development and implementation. An upcoming trend in improvement the quality of studying mathematical disciplines is the development and application of adaptive electronic educational resources. However, the development and application experience of adaptive technologies in higher education is currently extremely limited and does not imply the usage flexibility. Adaptive educational resources in the electronic environment are electronic educational resources that provide the student with a personal educational space, filled with educational content that “adapts” to the individual characteristics of the students and provides them with the necessary information.This article focuses on the mathematical educational content adaptation algorithms development and their implementation in the e-learning system. The peculiarity of the proposed algorithms is the possibility of their application and distribution for adaptive e-learning resources construction. The novelty of the proposed approach is the three-step content organization of the adaptive algorithms for the educational content: “introductory adaptation of content”, “the current adaptation of content”, “estimative and a corrective adaptation”. For each stage of the proposed system, mathematical algorithms for educational content adaptation in adaptive e-learning resources are presented.Due to the high level of abstraction and complexity perception of mathematical disciplines, educational content is represented in the various editions of presentation that correspond to the levels of assimilation of the course material. Adaptation consists in the selection of the optimal edition of the material that best matches the individual characteristics of the student. The introduction of a three-step content organization of the adaptive

  2. Internet and Electronic Information Management

    Science.gov (United States)

    2004-12-01

    centers to form consortia and share electronic information sources. Although traditional resource sharing arrangements encouraged competition rather...outside world, through public relations and through marketing information products or services, to its own competitive advantage (Davenport 1997: 193-217... electronic information sources are a challenge for electronic information managers. Libraries and information centers are no longer “the only game in town

  3. Electronic Information Access and Utilization by Makerere University Students in Uganda

    Directory of Open Access Journals (Sweden)

    Elisam Magara

    2008-09-01

    Full Text Available Objectives – The objectives of this study were to establish the level of computer utilization skills of Makerere University (Uganda Library and Information Science (LIS students; to determine the use of electronic information resources by LIS students; to determine the attitudes of LIS students towards electronic information resources; and to establish the problems faced by LIS students in accessing electronic information resources.Methods – A questionnaire survey was used for data collection.Results – The majority of Library and Information Science students at Makerere University depend on university computers for their work, and very few of them access the library’s e-resources. The few who access e-resources are self-taught. The majority of students surveyed were unaware of Emerald and EBSCO databases relevant to Library and Information Science students, and they found accessing eresources time-consuming. Conclusion – The study concluded that a concerted effort is needed by both LIS lecturers and university librarians in promoting use of the library’s electronic resources.

  4. Dynamic models for distributed generation resources

    Energy Technology Data Exchange (ETDEWEB)

    Morched, A.S. [BPR Energie, Sherbrooke, PQ (Canada)

    2010-07-01

    Distributed resources can impact the performance of host power systems during both normal and abnormal system conditions. This PowerPoint presentation discussed the use of dynamic models for identifying potential interaction problems between interconnected systems. The models were designed to simulate steady state behaviour as well as transient responses to system disturbances. The distributed generators included directly coupled and electronically coupled generators. The directly coupled generator was driven by wind turbines. Simplified models of grid-side inverters, electronically coupled wind generators and doubly-fed induction generators (DFIGs) were presented. The responses of DFIGs to wind variations were evaluated. Synchronous machine and electronically coupled generator responses were compared. The system model components included load models, generators, protection systems, and system equivalents. Frequency responses to islanding events were reviewed. The study demonstrated that accurate simulations are needed to predict the impact of distributed generation resources on the performance of host systems. Advances in distributed generation technology have outpaced the development of models needed for integration studies. tabs., figs.

  5. There's An App For That: Planning Ahead for the Solar Eclipse in August 2017

    Science.gov (United States)

    Chizek Frouard, Malynda R.; Lesniak, Michael V.; Bell, Steve

    2017-01-01

    With the total solar eclipse of 2017 August 21 over the continental United States approaching, the U.S. Naval Observatory (USNO) on-line Solar Eclipse Computer can now be accessed via an Android application, available on Google Play.Over the course of the eclipse, as viewed from a specific site, several events may be visible: the beginning and ending of the eclipse (first and fourth contacts), the beginning and ending of totality (second and third contacts), the moment of maximum eclipse, sunrise, or sunset. For each of these events, the USNO Solar Eclipse 2017 Android application reports the time, Sun's altitude and azimuth, and the event's position and vertex angles. The app also lists the duration of the total phase, the duration of the eclipse, the magnitude of the eclipse, and the percent of the Sun obscured for a particular eclipse site.All of the data available in the app comes from the flexible USNO Solar Eclipse Computer Application Programming Interface (API), which produces JavaScript Object Notation (JSON) that can be incorporated into third-party Web sites or custom applications. Additional information is available in the on-line documentation (http://aa.usno.navy.mil/data/docs/api.php).For those who prefer using a traditional data input form, the local circumstances can still be requested at http://aa.usno.navy.mil/data/docs/SolarEclipses.php.In addition the 2017 August 21 Solar Eclipse Resource page (http://aa.usno.navy.mil/data/docs/Eclipse2017.php) consolidates all of the USNO resources for this event, including a Google Map view of the eclipse track designed by Her Majesty's Nautical Almanac Office (HMNAO).Looking further ahead, a 2024 April 8 Solar Eclipse Resource page (http://aa.usno.navy.mil/data/docs/Eclipse2024.php) is also available.

  6. PCAS – a precomputed proteome annotation database resource

    Directory of Open Access Journals (Sweden)

    Luo Jingchu

    2003-11-01

    Full Text Available Abstract Background Many model proteomes or "complete" sets of proteins of given organisms are now publicly available. Much effort has been invested in computational annotation of those "draft" proteomes. Motif or domain based algorithms play a pivotal role in functional classification of proteins. Employing most available computational algorithms, mainly motif or domain recognition algorithms, we set up to develop an online proteome annotation system with integrated proteome annotation data to complement existing resources. Results We report here the development of PCAS (ProteinCentric Annotation System as an online resource of pre-computed proteome annotation data. We applied most available motif or domain databases and their analysis methods, including hmmpfam search of HMMs in Pfam, SMART and TIGRFAM, RPS-PSIBLAST search of PSSMs in CDD, pfscan of PROSITE patterns and profiles, as well as PSI-BLAST search of SUPERFAMILY PSSMs. In addition, signal peptide and TM are predicted using SignalP and TMHMM respectively. We mapped SUPERFAMILY and COGs to InterPro, so the motif or domain databases are integrated through InterPro. PCAS displays table summaries of pre-computed data and a graphical presentation of motifs or domains relative to the protein. As of now, PCAS contains human IPI, mouse IPI, and rat IPI, A. thaliana, C. elegans, D. melanogaster, S. cerevisiae, and S. pombe proteome. PCAS is available at http://pak.cbi.pku.edu.cn/proteome/gca.php Conclusion PCAS gives better annotation coverage for model proteomes by employing a wider collection of available algorithms. Besides presenting the most confident annotation data, PCAS also allows customized query so users can inspect statistically less significant boundary information as well. Therefore, besides providing general annotation information, PCAS could be used as a discovery platform. We plan to update PCAS twice a year. We will upgrade PCAS when new proteome annotation algorithms

  7. Availability of Electronic Resources for Service Provision in ...

    African Journals Online (AJOL)

    The study also revealed that majority of the University libraries have adequate basic infrastructure for effective electronic information services. ... acquired by the library are put into maximal use by the library clientele, thereby ensuring the achievement of the library's objective which is satisfying the users, information needs.

  8. Emotional Intelligence Research within Human Resource Development Scholarship

    Science.gov (United States)

    Farnia, Forouzan; Nafukho, Fredrick Muyia

    2016-01-01

    Purpose: The purpose of this study is to review and synthesize pertinent emotional intelligence (EI) research within the human resource development (HRD) scholarship. Design/methodology/approach: An integrative review of literature was conducted and multiple electronic databases were searched to find the relevant resources. Using the content…

  9. GAMDB: a web resource to connect microRNAs with autophagy in gerontology.

    Science.gov (United States)

    Zhang, Lan; Xie, Tao; Tian, Mao; Li, Jingjing; Song, Sicheng; Ouyang, Liang; Liu, Bo; Cai, Haoyang

    2016-04-01

    MicroRNAs (miRNAs) are endogenous ~23 nucleotides (nt) RNAs, regulating gene expression by pairing to the mRNAs of protein-coding genes to direct their post-transcriptional repression. Both in normal and aberrant activities, miRNAs contribute to a recurring paradigm of cellular behaviors in pathological settings, especially in gerontology. Autophagy, a multi-step lysosomal degradation process with function to degrade long-lived proteins and damaged organelles, has significant impact on gerontology. Thus, elucidating how miRNAs participate in autophagy may enlarge the scope of miRNA in autophagy and facilitate researches in gerontology. Herein, based upon the published studies, predicted targets and gerontology-related diseases, we constructed a web resource named Gerontology-Autophagic-MicroRNA Database (GAMDB) (http://gamdb.liu-lab.com/index.php), which contained 836 autophagy-related miRNAs, 197 targeted genes/proteins and 56 aging-related diseases such as Parkinson' disease, Alzheimer's disease and Huntington's disease. We made use of large amounts of data to elucidate the intricate relationships between microRNA-regulated autophagic mechanisms and gerontology. This database will facilitate better understanding of autophagy regulation network in gerontology and thus promoting gerontology-related therapy in the future. © 2016 John Wiley & Sons Ltd.

  10. To get or not to get: the KAUST library e-resources acquisition experience

    KAUST Repository

    Ramli, Rindra M.

    2014-06-01

    In the challenging times of budget cuts and reviews, libraries are faced with issues, among others, such as justifying acquisition, negotiating deals and reviewing current subscriptions (pertaining to electronic resources). With the rapid increase in growth of electronic resources, libraries have to continuously assess their acquisition models and policies to constantly ensure that they are balancing their budget and users’ needs as well. This paper highlights the role played by Technical and IT department of King Abdullah University of Science and Technology (KAUST) library (Saudi Arabia) in acquiring the electronic resources (electronic books, electronic journals, databases, image and reference) for the community. It will describe the processes during the early days when KAUST library was inaugurated; how electronic resources were acquired and what went through during those days. The paper will elaborate further how the acquisition model has evolved and the various important roles played by the library staff in ensuring that acquisitions/subscriptions are justified, within the budget and provides ROI for the library. King Abdullah University is a graduate research university which opened in September 2009 with its first cohort of 800 graduate students (25% female) taught by 100 faculties. The focus of study and research in the university are: Mathematics and Computer Science, Physical Sciences and Life Sciences. The university library started with 10 staff. The library has a “state-of-the-art learning and information resource center supporting graduate education and advanced scientific research” (KAUST, 2010).

  11. The development and evaluation of a multimedia resource for family carers of patients receiving palliative care: a consumer-led project.

    Science.gov (United States)

    Thomas, Kristina; Moore, Gaye

    2015-06-01

    Previous intervention research has shown that group education sessions for carers are effective but not always feasible due to the demands of the caregiving role and the difficulty in getting carers to attend. This project was a consumer-led research initiative to develop and evaluate a multimedia resource (DVD) providing information and support for carers of people receiving palliative care. Eight carers were recruited from a community palliative care service to form a steering committee for the project. In collaboration with two researchers, the committee discussed the topics that would be included in the resource, developed an interview guide, participated in the filmed interviews, and developed the evaluation program. The steering committee participated in a focus group as part of the evaluation to elicit their experiences of the project. An evaluation was conducted that included the following: questionnaires for 29 carers and 17 palliative care health professionals; follow-up telephone interviews with carers; a focus group with health professionals; and a focus group with the Carer Steering Committee. The carers and health professionals reported that the DVD was informative (93 and 94%, respectively), realistic (96 and 88%), supportive (93 and 88%), and helpful (83 and 100%). All health professionals and carers reported that they would recommend the resource to carers. Carers on the steering committee reported substantial benefits that involved the opportunity to help others and to openly discuss and reflect on their experiences. This is an important resource that can be utilized to support family carers and introduce palliative care. Currently, 1500 copies have been distributed to palliative care services and professionals nationwide and is available online at centreforpallcare.org/index.php/resources/carer_dvd/. Development of this DVD represents a strong collaboration between carers and researchers to produce a resource that is informative, supportive, and

  12. Utilisation of Online Resources among Undergraduates in Nigerian ...

    African Journals Online (AJOL)

    Electronic book (e-book) was mostly utilized as against Ejournals and E-thesis, while mobile phones and cybercafés remain the channels used in accessing online resources. it was discovered that incessant power supply, slow Internet connectivity and lack of time to access the information resources are constraints to ...

  13. Automotive electronics design fundamentals

    CERN Document Server

    Zaman, Najamuz

    2015-01-01

    This book explains the topology behind automotive electronics architectures and examines how they can be profoundly augmented with embedded controllers. These controllers serve as the core building blocks of today’s vehicle electronics. Rather than simply teaching electrical basics, this unique resource focuses on the fundamental concepts of vehicle electronics architecture, and details the wide variety of Electronic Control Modules (ECMs) that enable the increasingly sophisticated "bells & whistles" of modern designs.  A must-have for automotive design engineers, technicians working in automotive electronics repair centers and students taking automotive electronics courses, this guide bridges the gap between academic instruction and industry practice with clear, concise advice on how to design and optimize automotive electronics with embedded controllers.

  14. Gaseous Electronics Tables, Atoms, and Molecules

    CERN Document Server

    Raju, Gorur Govinda

    2011-01-01

    With the constant emergence of new research and application possibilities, gaseous electronics is more important than ever in disciplines including engineering (electrical, power, mechanical, electronics, and environmental), physics, and electronics. The first resource of its kind, Gaseous Electronics: Tables, Atoms, and Molecules fulfills the author's vision of a stand-alone reference to condense 100 years of research on electron-neutral collision data into one easily searchable volume. It presents most--if not all--of the properly classified experimental results that scientists, researchers,

  15. The Frustrated Nerds Project--Resources for Systems Administrators in Higher Education: A Resource Webliography

    Science.gov (United States)

    Henninger, Jessamyn; Aber, Susan Ward

    2010-01-01

    Systems Architects and Information Technology administrators working in higher education help faculty, staff, and student computer users. Yet, who helps them? What resources do these professionals value? A case study was conducted using purposeful sampling and data collection through electronic interview to gather the preferred information-seeking…

  16. Human Resource Development in Hybrid Libraries

    OpenAIRE

    Prakasan, E. R.; Swarna, T.; Vijai Kumar, *

    2000-01-01

    This paper explores the human resources and development implications in hybrid libraries. Due to technological changes in libraries, which is a result of the proliferation of electronic resources, there has been a shift in workloads and workflow, requiring staff with different skills and educational backgrounds. Training of staff at all levels in information technology is the key to manage change, alleviate anxiety in the workplace and assure quality service in the libraries. Staff developmen...

  17. Preservation of and Permanent Access to Electronic Information Resources

    National Research Council Canada - National Science Library

    Hodge, Gail

    2004-01-01

    The rapid growth in the creation and dissemination of electronic information has emphasized the digital environment's speed and ease of dissemination with little regard for its long-term preservation and access...

  18. Implementating Information Technology in E-Human Resource Management

    Directory of Open Access Journals (Sweden)

    Cristina-Dana Popescu (Mitu

    2016-01-01

    More and more organizations have been replacing face-to-face human resource managementactivities with electronic human resource management, which is considered as one of the keyfactors that every organization needs to focus. Considering that human resource management isone of the necessary needs of today’s business, the goal of this article is to establish the importanceof human resource management (HRM, to examine recent research in e-HRM in order to evaluatethe cumulated evidence on the relationship between HRM and e-HRM and to outline the impact ofe-HRM on human resource. Many specialists underlined the fact that human resource requiresmore attention and careful management than any other resource of an organization. This paperalso deals with the influence of Internet and information technology on work and human resourcemanagement.

  19. Optimizing Phosphoric Acid plus Hydrogen Peroxide (PHP) Pretreatment on Wheat Straw by Response Surface Method for Enzymatic Saccharification.

    Science.gov (United States)

    Qiu, Jingwen; Wang, Qing; Shen, Fei; Yang, Gang; Zhang, Yanzong; Deng, Shihuai; Zhang, Jing; Zeng, Yongmei; Song, Chun

    2017-03-01

    Wheat straw was pretreated by phosphoric acid plus hydrogen peroxide (PHP), in which temperature, time, and H 3 PO 4 proportion for pretreatment were investigated by using response surface method. Results indicated that hemicellulose and lignin removal positively responded to the increase of pretreatment temperature, H 3 PO 4 proportion, and time. H 3 PO 4 proportion was the most important variable to control cellulose recovery, followed by pretreatment temperature and time. Moreover, these three variables all negatively related to cellulose recovery. Increasing H 3 PO 4 proportion can improve enzymatic hydrolysis; however, reduction on cellulose recovery results in decrease of glucose yield. Extra high temperature or long time for pretreatment was not beneficial to enzymatic hydrolysis and glucose yield. Based on the criterion for minimizing H 3 PO 4 usage and maximizing glucose yield, the optimized pretreatment conditions was 40 °C, 2.0 h, and H 3 PO 4 proportion of 70.2 % (H 2 O 2 proportion of 5.2 %), by which glucose yielded 299 mg/g wheat straw (946.2 mg/g cellulose) after 72-h enzymatic hydrolysis.

  20. Looking for Guidelines for the Production of Electronic Textbooks.

    Science.gov (United States)

    Landoni, M.; Wilson, R.; Gibb, F.

    2001-01-01

    Reports the results of two studies of electronic book production, including production on the World Wide Web, and explains EBONI (Electronic Books On-screen Interface) that focuses on the evaluation of electronic resources and compiling guidelines for publishing electronic materials on the Internet for the United Kingdom higher education…

  1. Analytical characterization of three cathinone derivatives, 4-MPD, 4F-PHP and bk-EPDP, purchased as bulk powder from online vendors.

    Science.gov (United States)

    Apirakkan, Orapan; Frinculescu, Anca; Shine, Trevor; Parkin, Mark C; Cilibrizzi, Agostino; Frascione, Nunzianda; Abbate, Vincenzo

    2018-02-01

    Novel emerging drugs of abuse, also referred as new psychoactive substances, constitute an ever-changing mixture of chemical compounds designed to circumvent legislative controls by means of chemical modifications of previously banned recreational drugs. One such class, synthetic cathinones, namely β-keto derivatives of amphetamines, has been largely abused over the past decade. A number of new synthetic cathinones are detected each year, either in bulk powders/crystals or in biological matrices. It is therefore important to continuously monitor the supply of new synthetic derivatives and promptly report them. By using complementary analytical techniques (i.e. one- and two-dimensional NMR, FT-IR, GC-MS, HRMS and HPLC-UV), this study investigates the detection, identification and full characterization of 1-(4-methylphenyl)-2-(methylamino)pentanone (4-methylpentedrone, 4-MPD), 1-(4-fluorophenyl)-2-(pyrrolidin-1-yl)hexanone (4F-PHP) and 1-(1,3-benzodioxol-5-yl)-2-(ethylamino)-1-pentanone (bk-EPDP), three emerging cathinone derivatives. Copyright © 2017 John Wiley & Sons, Ltd.

  2. impact of the use of electronic resources on research output

    African Journals Online (AJOL)

    manda

    ... Julita Nawe. University of Dar Es Salaam Library, P.O. Box 35092, Dar Es Salaam, Tanzania .... significantly, while 28.3% observed that quality of service to the community had improved .... resources and evaluate them is an important area.

  3. Social Studies Online Resources. Media Corner.

    Science.gov (United States)

    Wilson, Jeri, Ed.

    1995-01-01

    Maintains that three types of social studies activities are found on the information highway: (1) electronic mail; (2) information; and (3) conferencing. Describes examples of each. Discusses commercial services and resource materials and provides references to online services. (CFR)

  4. Green Supply Chain Collaboration for Fashionable Consumer Electronics Products under Third-Party Power Intervention—A Resource Dependence Perspective

    Directory of Open Access Journals (Sweden)

    Jiuh-Biing Sheu

    2014-05-01

    Full Text Available Under third-party power intervention (TPPI, which increases uncertainty in task environments, complex channel power interplays and restructuring are indispensable among green supply chain members as they move toward sustainable collaborative relationships for increased viability and competitive advantage. From the resource dependence perspective, this work presents a novel conceptual model to investigate the influence of political and social power on channel power restructuring and induced green supply chain collaboration in brander-retailer bidirectional green supply chains of fashionable consumer electronics products (FCEPs. An FCEP refers to the consumer electronics product (e.g., personal computers, mobile phones, computer notebooks, and game consoles with the features of a well-known brand associated, a short product lifecycle, timely and fashionable design fit for market trends, and quick responsiveness to the variations of market demands. The proposed model is tested empirically using questionnaire data obtained from retailers in the FCEP brander-retailer distribution channels. Analytical results reveal that as an extension of political and social power, TPPI positively affects the reciprocal interdependence of dyadic members and reduces power asymmetry, thereby enhancing the collaborative relationship of dyadic members and leading to improved green supply chain performance. Therein, reciprocal interdependence underlying collaborative relationship is the key to reducing the external environmental uncertainties in the TPPI context.

  5. Developing Online Communities with LAMP (Linux, Apache, MySQL, PHP) - the IMIA OSNI and CHIRAD Experiences.

    Science.gov (United States)

    Murray, Peter J; Oyri, Karl

    2005-01-01

    Many health informatics organisations do not seem to use, on a practical basis, for the benefit of their activities and interaction with their members, the very technologies that they often promote for use within healthcare environments. In particular, many organisations seem to be slow to take up the benefits of interactive web technologies. This paper presents an introduction to some of the many free/libre and open source (FLOSS) applications currently available and using the LAMP - Linux, Apache, MySQL, PHP architecture - as a way of cheaply deploying reliable, scalable, and secure web applications. The experience of moving to applications using LAMP architecture, in particular that of the Open Source Nursing Informatics (OSNI) Working Group of the Special Interest Group in Nursing Informatics of the International Medical Informatics Association (IMIA-NI), in using PostNuke, a FLOSS Content Management System (CMS) illustrates many of the benefits of such applications. The experiences of the authors in installing and maintaining a large number of websites using FLOSS CMS to develop dynamic, interactive websites that facilitate real engagement with the members of IMIA-NI OSNI, the IMIA Open Source Working Group, and the Centre for Health Informatics Research and Development (CHIRAD), as well as other organisations, is used as the basis for discussing the potential benefits that could be realised by others within the health informatics community.

  6. Electron beam pasteurised oil palm waste: a potential feed resource

    International Nuclear Information System (INIS)

    Mat Rasol Awang; Hassan Hamdani Mutaat; Tamikazu Kume; Tachibana, H.

    2002-01-01

    Pasteurization of oil palm empty fruit bunch (EFB) was performed using electron beam single sided irradiation. The dose profiles of oil palm EFB samples for different thickness in both directions X and Y were established. The results showed the usual characteristics dose uniformity as sample thickness decreased. The mean average absorbed dose on both sides at the surface and bottom of the samples for different thickness samples lead to establishing depth dose curve. Based on depth dose curve and operation conditions of electron beam machine, the process throughput for pasteurized oil palm EFB were estimated. (Author)

  7. The Use of Electronic Resources by Academic Staff at the University of Ilorin, Nigeria

    Science.gov (United States)

    Tella, Adeyinka; Orim, Faith; Ibrahim, Dauda Morenikeji; Memudu, Suleiman Ajala

    2018-01-01

    The use of e-resources is now commonplace among academics in tertiary educational institutions the world over. Many academics including those in the universities are exploring the opportunities of e-resources to facilitate teaching and research. As the use of e-resources is increasing particularly among academics at the University of Ilorin,…

  8. Building the electronic industry's roadmaps

    Science.gov (United States)

    Boulton, William R.

    1995-02-01

    JTEC panelists found a strong consistency among the electronics firms they visited: all the firms had clear visions or roadmaps for their research and development activities and had committed resources to ensure that they achieve targeted results. The overarching vision driving Japan's electronics industry is that of achieving market success through developing appealing, high-quality, low-cost consumer goods - ahead of the competition. Specifics of the vision include improving performance, quality, and portability of consumer electronics products. Such visions help Japanese companies define in detail the roadmaps they will follow to develop new and improved electronic packaging technologies.

  9. Resources to Manage a Private Practice.

    Science.gov (United States)

    Aigner, John; Cheek, Fredricka; Donati, Georgia; Zuravicky, Dori

    1997-01-01

    Includes four theme articles: "The Digital Toolkit: Electronic Necessities for Private Practice" (John Aigner); "Organizing a Private Practice: Forms, Fees, and Physical Set-up (Fredricka Cheek); "Career Development Resources: Guidelines for Setting Up a Private Practice Library" (Georgia Donati); and "Books to…

  10. Communicating with the Net Generation

    Science.gov (United States)

    2011-03-11

    resource investment is necessary to sustain a high quality all-volunteer force. 9 Leadership Technique for the Net Generation Army Regulation 600...Generations at Work, Millenials at Work, http://www.generationsatwork. com /articles_millennials_at_work.php (accessed November 21, 2010). 31 Thomas

  11. Current status of electron beam treatment of flue gas in China

    International Nuclear Information System (INIS)

    Wang Zhiguang

    2006-01-01

    Fossil resource especially coal will remain the main energy resource in China over the next 3 ∼4 decades. Pollution of flue gas from fossil power station is one problem being desiderated to solve since 1990's. Electron beam treatment of flue gas as an advanced technique has been developed and used by some institutes and industries in China. The current status of flue gas treatment using electron beam and the development of electron accelerator in China are reviewed. (author)

  12. Where Doctors Read Health Information Resources and Their ...

    African Journals Online (AJOL)

    Resources Media Preferences. Obianuju E. ... The survey research design was adopted for the study. ... media of assessing health information are the internet, electronic databases, textbooks, journals and .... for Social Sciences (SPSS).

  13. eLearning resources to supplement postgraduate neurosurgery training.

    OpenAIRE

    Stienen, MN; Schaller, K; Cock, H; Lisnic, V; Regli, L; Thomson, S

    2017-01-01

    BACKGROUND: In an increasingly complex and competitive professional environment, improving methods to educate neurosurgical residents is key to ensure high-quality patient care. Electronic (e)Learning resources promise interactive knowledge acquisition. We set out to give a comprehensive overview on available eLearning resources that aim to improve postgraduate neurosurgical training and review the available literature. MATERIAL AND METHODS: A MEDLINE query was performed, using the search ter...

  14. Electronic Commerce: Government Services in the New Millennium.

    Science.gov (United States)

    Maxwell, Terrence A., Ed.

    1998-01-01

    This newsletter features innovations in resource management and information technology to support New York State government. The newsletter contains the following six sections: (1) "Electronic Commerce: Government Services in the New Millennium" -- examining the need for government involvement in electronic commerce policy and…

  15. Electronic Publishing Approaches to Curriculum: Videotex, Teletext and Databases.

    Science.gov (United States)

    Aumente, Jerome

    1986-01-01

    Describes the Journalism Resources Institute (JRI) of Rutgers University in terms of its administrative organization, computer resources, computer facilities use, involvement in electronic publishing, use of the Dow Jones News/Retrieval Database, curricular options, and professional continuing education. (AYC)

  16. De-MA: a web Database for electron Microprobe Analyses to assist EMP lab manager and users

    Science.gov (United States)

    Allaz, J. M.

    2012-12-01

    Lab managers and users of electron microprobe (EMP) facilities require comprehensive, yet flexible documentation structures, as well as an efficient scheduling mechanism. A single on-line database system for managing reservations, and providing information on standards, quantitative and qualitative setups (element mapping, etc.), and X-ray data has been developed for this purpose. This system is particularly useful in multi-user facilities where experience ranges from beginners to the highly experienced. New users and occasional facility users will find these tools extremely useful in developing and maintaining high quality, reproducible, and efficient analyses. This user-friendly database is available through the web, and uses MySQL as a database and PHP/HTML as script language (dynamic website). The database includes several tables for standards information, X-ray lines, X-ray element mapping, PHA, element setups, and agenda. It is configurable for up to five different EMPs in a single lab, each of them having up to five spectrometers and as many diffraction crystals as required. The installation should be done on a web server supporting PHP/MySQL, although installation on a personal computer is possible using third-party freeware to create a local Apache server, and to enable PHP/MySQL. Since it is web-based, any user outside the EMP lab can access this database anytime through any web browser and on any operating system. The access can be secured using a general password protection (e.g. htaccess). The web interface consists of 6 main menus. (1) "Standards" lists standards defined in the database, and displays detailed information on each (e.g. material type, name, reference, comments, and analyses). Images such as EDS spectra or BSE can be associated with a standard. (2) "Analyses" lists typical setups to use for quantitative analyses, allows calculation of mineral composition based on a mineral formula, or calculation of mineral formula based on a fixed

  17. PERii electronic journals: Assessing access and use by ...

    African Journals Online (AJOL)

    Peter G. Underwood

    institutional subscription to electronic journals through the Programme for Enhancement of .... These strategies include the promotion and marketing of these .... assist students and other library users to access PERii electronic journals resources. ..... Smith, H. Bukirwa, H. Mukasa, O. Snell, P. Adeh-Nsoh, S. Mbuyita, ...

  18. Electronic Information – Threat or Challenge to Librarians and ...

    African Journals Online (AJOL)

    Electronic Information – Threat or Challenge to Librarians and Library Buildings. ... electronic resources because as new things and methods emerge, they exist ... that world trends in the paper industry and Internet use do not justify the fears ...

  19. Success factors for implementing and sustaining a mature electronic medical record in a low-resource setting: a case study of iSanté in Haiti.

    Science.gov (United States)

    deRiel, E; Puttkammer, N; Hyppolite, N; Diallo, J; Wagner, S; Honoré, J G; Balan, J G; Celestin, N; Vallès, J S; Duval, N; Thimothé, G; Boncy, J; Coq, N R L; Barnhart, S

    2018-03-01

    Electronic health information systems, including electronic medical records (EMRs), have the potential to improve access to information and quality of care, among other things. Success factors and challenges for novel EMR implementations in low-resource settings have increasingly been studied, although less is known about maturing systems and sustainability. One systematic review identified seven categories of implementation success factors: ethical, financial, functionality, organizational, political, technical and training. This case study applies this framework to iSanté, Haiti's national EMR in use in more than 100 sites and housing records for more than 750 000 patients. The author group, consisting of representatives of different agencies within the Haitian Ministry of Health (MSPP), funding partner the Centers for Disease Control and Prevention (CDC) Haiti, and implementing partner the International Training and Education Center for Health (I-TECH), identify successes and lessons learned according to the seven identified categories, and propose an additional cross-cutting category, sustainability. Factors important for long-term implementation success of complex information systems are balancing investments in hardware and software infrastructure upkeep, user capacity and data quality control; designing and building a system within the context of the greater eHealth ecosystem with a plan for interoperability and data exchange; establishing system governance and strong leadership to support local system ownership and planning for system financing to ensure sustainability. Lessons learned from 10 years of implementation of the iSanté EMR system are relevant to sustainability of a full range of increasingly interrelated information systems (e.g. for laboratory, supply chain, pharmacy and human resources) in the health sector in low-resource settings. © The Author 2017. Published by Oxford University Press in association with The London School of Hygiene

  20. A study on the utilization of serial resources in selected tertiary ...

    African Journals Online (AJOL)

    A study on the utilization of serial resources in selected tertiary institutions in Ogun State. ... Lagos Journal of Library and Information Science ... Serial resources are publications either in printed form or electronic format issued in successive parts usually having numerical or chronological designations and intended to be ...

  1. Modeling antecedents of electronic medical record system implementation success in low-resource setting hospitals.

    Science.gov (United States)

    Tilahun, Binyam; Fritz, Fleur

    2015-08-01

    With the increasing implementation of Electronic Medical Record Systems (EMR) in developing countries, there is a growing need to identify antecedents of EMR success to measure and predict the level of adoption before costly implementation. However, less evidence is available about EMR success in the context of low-resource setting implementations. Therefore, this study aims to fill this gap by examining the constructs and relationships of the widely used DeLone and MacLean (D&M) information system success model to determine whether it can be applied to measure EMR success in those settings. A quantitative cross sectional study design using self-administered questionnaires was used to collect data from 384 health professionals working in five governmental hospitals in Ethiopia. The hospitals use a comprehensive EMR system since three years. Descriptive and structural equation modeling methods were applied to describe and validate the extent of relationship of constructs and mediating effects. The findings of the structural equation modeling shows that system quality has significant influence on EMR use (β = 0.32, P quality has significant influence on EMR use (β = 0.44, P service quality has strong significant influence on EMR use (β = 0.36, P effect of EMR use on user satisfaction was not significant. Both EMR use and user satisfaction have significant influence on perceived net-benefit (β = 0.31, P mediating factor in the relationship between service quality and EMR use (P effect on perceived net-benefit of health professionals. EMR implementers and managers in developing countries are in urgent need of implementation models to design proper implementation strategies. In this study, the constructs and relationships depicted in the updated D&M model were found to be applicable to assess the success of EMR in low resource settings. Additionally, computer literacy was found to be a mediating factor in EMR use and user satisfaction of

  2. Application of ICT-based Learning Resources for University Inorganic Chemistry Course Training

    Directory of Open Access Journals (Sweden)

    Tatyana M. Derkach

    2013-01-01

    Full Text Available The article studies expediency and efficiency of various ICT-based learning resources use in university inorganic chemistry course training, detects difference of attitudes toward electronic resources between students and faculty members, which create the background for their efficiency loss

  3. Innovation and development of exhibition electronic-commerce based on the properties of electronic-commerce

    Science.gov (United States)

    Zhang, Jiankang

    2017-06-01

    There are two roadmaps of accomplishing exhibition electronic-commerce innovation and development. The first roadmap is that the exhibition organizers should seek mutual benefit cooperation with professional electronic-commerce platform of correspondent area with exhibition projects, thus help exhibitors realize their market object. The second roadmap is to promote innovation and development of electronic-commerce (Business-to-Customer) between both exhibitors and purchasers. Exhibition electronic-commerce must focus on innovative development in the following functions: market research and information service; advertising and business negotiation; online trading and online payment. With the aid of electronic-commerce, exhibition enterprise could have distinctive strengths such as transactions with virtualization, transparency, high efficiency and low cost, enhancing market link during enterprise research and development, promoting the efficiency of internal team collaboration and the individuation of external service, and optimizing resource allocation.

  4. 大學圖書館電子資源之需求分析與行銷策略之研究 A Study of Demands Analysis and Marketing Strategy of Electronic Resources in University Library

    Directory of Open Access Journals (Sweden)

    Huang-Yu Liu

    2008-03-01

    Full Text Available 電子資源的出現,使得知識載體有了新的突破,提高了使用者的便利性與即時性。對於圖書館而言,如何使電子資源的使用效益達到最高,必須思考一套有效的行銷策略。電子資源行銷概念應以讀者為導向,尊重讀者的資訊需求,並利用各種宣傳技巧,行銷電子資源,使圖書館能提供更完善的服務。本研究之目的旨在探討讀者的使用需求及電子資源的推廣策略,以獲致最有效益的行銷方式。研究對象以開南大學日間部四學院(商學院、運輸觀光學院、資訊學院、人文社會學院)學生為樣本,佐以缺口分析模型為分析架構,藉以找出個案中讀者/學生對於電子資源使用的真實需求,並進而歸納出提供服務的大學圖書館在其推廣或行銷服務上可有的因應策略。The emergence of electronic resources has made new breakthrough in knowledge carriers because of their ease of use, instant availability, and the characteristic of no time and space constraints. For public libraries to achieve maximum efficiency in its electronic resources, it is necessary to seek the most effective marketing strategies. Therefore, the marketing concept of the electronic resources should be reader oriented, such as respecting and understanding library user’s information needs. Libraries also need to utilize various media and techniques to market the electronic resources, so that more comprehensive services and experiences can be provided to readers. The purpose of this study is to investigate library user’s needs and promotion strategies of electronic resources in order to identify the most effective ways of marketing. This study focuses on the students of the four colleges (College of Business, College of Tourism, College of Information, and College of Humanities and Social Science in Kainan University as subjects in the survey questionnaire. It uses the Gap Analysis

  5. GENDER ANALYSIS OF ELECTRONIC INFORMATION

    African Journals Online (AJOL)

    use of internet Search engines such as google, yahoo and other free internet resources was found ... empirical studies are undertaken to examine the influence of gender ... H3: Perceived ease of use is positively related to the use of electronic.

  6. Recent improvements to Binding MOAD: a resource for protein–ligand binding affinities and structures

    Science.gov (United States)

    Ahmed, Aqeel; Smith, Richard D.; Clark, Jordan J.; Dunbar, James B.; Carlson, Heather A.

    2015-01-01

    For over 10 years, Binding MOAD (Mother of All Databases; http://www.BindingMOAD.org) has been one of the largest resources for high-quality protein–ligand complexes and associated binding affinity data. Binding MOAD has grown at the rate of 1994 complexes per year, on average. Currently, it contains 23 269 complexes and 8156 binding affinities. Our annual updates curate the data using a semi-automated literature search of the references cited within the PDB file, and we have recently upgraded our website and added new features and functionalities to better serve Binding MOAD users. In order to eliminate the legacy application server of the old platform and to accommodate new changes, the website has been completely rewritten in the LAMP (Linux, Apache, MySQL and PHP) environment. The improved user interface incorporates current third-party plugins for better visualization of protein and ligand molecules, and it provides features like sorting, filtering and filtered downloads. In addition to the field-based searching, Binding MOAD now can be searched by structural queries based on the ligand. In order to remove redundancy, Binding MOAD records are clustered in different families based on 90% sequence identity. The new Binding MOAD, with the upgraded platform, features and functionalities, is now equipped to better serve its users. PMID:25378330

  7. Electronics all-in-one for dummies

    CERN Document Server

    Lowe, Doug

    2011-01-01

    Take your electronics skills to the next level! If you're looking for a solitary resource that covers everything you need to know about electronics, then look no further. This friendly-and-straightforward guide introduces the basics of electronics and enhances your learning experience by debunking and explaining concepts such as circuits, analog and digital, schematics, voltage, safety concerns, and more. Packed with nearly 900 pages of detailed information, this book shows you how to develop your own breadboard, design your own circuit, and get savvy with schematics. Cover

  8. Electronic U.S. Government Information: Policy Issues and Directions.

    Science.gov (United States)

    Hernon, Peter; McClure, Charles R.

    1993-01-01

    Provides an overview of U.S. federal information policy and its treatment of electronic information resources. Highlights include government publications; electronic government information; main providers of government information, including the Government Printing Office; the Freedom of Information Act; public access and use; information…

  9. Connecting Print and Electronic Titles: An Integrated Approach at the University of Nebraska-Lincoln

    Science.gov (United States)

    Wolfe, Judith; Konecky, Joan Latta; Boden, Dana W. R.

    2011-01-01

    Libraries make heavy investments in electronic resources, with many of these resources reflecting title changes, bundled subsets, or content changes of formerly print material. These changes can distance the electronic format from its print origins, creating discovery and access issues. A task force was formed to explore the enhancement of catalog…

  10. The electronic Rothamsted Archive (e-RA), an online resource for data from the Rothamsted long-term experiments.

    Science.gov (United States)

    Perryman, Sarah A M; Castells-Brooke, Nathalie I D; Glendining, Margaret J; Goulding, Keith W T; Hawkesford, Malcolm J; Macdonald, Andy J; Ostler, Richard J; Poulton, Paul R; Rawlings, Christopher J; Scott, Tony; Verrier, Paul J

    2018-05-15

    The electronic Rothamsted Archive, e-RA (www.era.rothamsted.ac.uk) provides a permanent managed database to both securely store and disseminate data from Rothamsted Research's long-term field experiments (since 1843) and meteorological stations (since 1853). Both historical and contemporary data are made available via this online database which provides the scientific community with access to a unique continuous record of agricultural experiments and weather measured since the mid-19 th century. Qualitative information, such as treatment and management practices, plans and soil information, accompanies the data and are made available on the e-RA website. e-RA was released externally to the wider scientific community in 2013 and this paper describes its development, content, curation and the access process for data users. Case studies illustrate the diverse applications of the data, including its original intended purposes and recent unforeseen applications. Usage monitoring demonstrates the data are of increasing interest. Future developments, including adopting FAIR data principles, are proposed as the resource is increasingly recognised as a unique archive of data relevant to sustainable agriculture, agroecology and the environment.

  11. Internet resources and web pages for pediatric surgeons.

    Science.gov (United States)

    Lugo-Vicente, H

    2000-02-01

    The Internet, the largest network of connected computers, provides immediate, dynamic, and downloadable information. By re-architecturing the work place and becoming familiar with Internet resources, pediatric surgeons have anticipated the informatics capabilities of this computer-based technology creating a new vision of work and organization in such areas as patient care, teaching, and research. This review aims to highlight how Internet navigational technology can be a useful educational resource in pediatric surgery, examines web pages of interest, and defines ideas of network communication. Basic Internet resources are electronic mail, discussion groups, file transfer, and the Worldwide Web (WWW). Electronic mailing is the most useful resource extending the avenue of learning to an international audience through news or list-servers groups. Pediatric Surgery List Server, the most popular discussion group, is a constant forum for exchange of ideas, difficult cases, consensus on management, and development of our specialty. The WWW provides an all-in-one medium of text, image, sound, and video. Associations, departments, educational sites, organizations, peer-reviewed scientific journals and Medline database web pages of prime interest to pediatric surgeons have been developing at an amazing pace. Future developments of technological advance nurturing our specialty will consist of online journals, telemedicine, international chatting, computer-based training for surgical education, and centralization of cyberspace information into database search sites.

  12. A simple versatile solution for collecting multidimensional clinical data based on the CakePHP web application framework.

    Science.gov (United States)

    Biermann, Martin

    2014-04-01

    Clinical trials aiming for regulatory approval of a therapeutic agent must be conducted according to Good Clinical Practice (GCP). Clinical Data Management Systems (CDMS) are specialized software solutions geared toward GCP-trials. They are however less suited for data management in small non-GCP research projects. For use in researcher-initiated non-GCP studies, we developed a client-server database application based on the public domain CakePHP framework. The underlying MySQL database uses a simple data model based on only five data tables. The graphical user interface can be run in any web browser inside the hospital network. Data are validated upon entry. Data contained in external database systems can be imported interactively. Data are automatically anonymized on import, and the key lists identifying the subjects being logged to a restricted part of the database. Data analysis is performed by separate statistics and analysis software connecting to the database via a generic Open Database Connectivity (ODBC) interface. Since its first pilot implementation in 2011, the solution has been applied to seven different clinical research projects covering different clinical problems in different organ systems such as cancer of the thyroid and the prostate glands. This paper shows how the adoption of a generic web application framework is a feasible, flexible, low-cost, and user-friendly way of managing multidimensional research data in researcher-initiated non-GCP clinical projects. Copyright © 2014 The Authors. Published by Elsevier Ireland Ltd.. All rights reserved.

  13. Gauging User Interest in Non-Traditional Library Resources

    Energy Technology Data Exchange (ETDEWEB)

    Sandberg, Tami; Abbott, Jennifer

    2015-06-23

    The National Renewable Energy Laboratory (NREL) is a government funded research laboratory based in Golden, Colorado. In addition to collecting traditional library resources such as journals, conference proceedings, and print and electronic books, the library also spends a significant portion of its collection development funds on resources not often found in many libraries: technical industry standards (e.g., ISO, IEC, ASTM, IEEE) and energy-related market reports. Assessing user needs for these resources is difficult for a number of reasons, particularly because standardized usage statistics are lacking or non-existent. Standards and market reports are generally costly and include fairly restrictive license agreements, which increase the importance of making informed collection development decisions. This presentation will discuss the NREL Library's current collection assessment and development practices as they relate to these unique resources.

  14. When Will It Be …?: U.S. Naval Observatory Religious Calendar Computers Expanded

    Science.gov (United States)

    Bartlett, Jennifer L.; Chizek Frouard, Malynda; Ziegler, Cross; Lesniak, Michael V.

    2017-01-01

    Reflecting increasing sensitivity to differing religious practices, the U.S. Naval Observatory (USNO) has expanded its on-line calendar resources to compute additional religious dates for specific years via an Application Programming Interface (API). This flexible method now identifies Christian, Islamic, and Jewish events in JavaScript Object Notation (JSON) that anyone can use.Selected Christian Observances (http://aa.usno.navy.mil/data/docs/easter.php) returns dates of eight events for years after 1582 C.E. (A.D. 1582): Ash Wednesday, Palm Sunday, Good Friday, Easter, Ascension, Whit Sunday, Trinity Sunday, and the first Sunday of Advent. The determination of Easter, a moveable feast, uses the method of western Christian churches.Selected Islamic Observances (http://aa.usno.navy.mil/data/docs/islamic.php) returns approximate Gregorian dates of three events for years after 1582 C.E. (A.H. 990) and Julian dates for 622-1582 C.E. (A.H. 1-990) along with the corresponding Islamic year (anno Hegirae). Ramadân, Shawwál, and the Islamic year begin at sunset on the preceding Gregorian or Julian date. For planning purposes, the determination of these dates uses a tabular calendar; in practice, observation of the appropriate waxing crescent Moon determines the actual date, which may vary.Selected Jewish Observances (http://aa.usno.navy.mil/data/docs/passover.php) returns Gregorian dates of six events for years after 1582 C.E. (A.M. 5342) and Julian dates for the years 360-1582 C.E. (A.M. 4120-5342) along with the corresponding Jewish year (anno Mundi). Passover, Shavuot, Rosh Hashanah, Yom Kippur, and Hanukkah begin at sunset on the preceding Gregorian or Julian date.On-line documentation for using the API-enabled calendar computers, including sample calls, is available (http://aa.usno.navy.mil/data/docs/api.php). The webpage also describes how to use the API with the Complete Sun and Moon Data for One Day, Phases of the Moon, Solar Eclipse Computer, Day and Night

  15. MendelWeb: An Electronic Science/Math/History Resource for the WWW.

    Science.gov (United States)

    Blumberg, Roger B.

    This paper describes a hypermedia resource, called MendelWeb that integrates elementary biology, discrete mathematics, and the history of science. MendelWeb is constructed from Gregor Menders 1865 paper, "Experiments in Plant Hybridization". An English translation of Mendel's paper, which is considered to mark the birth of classical and…

  16. Genome-wide DNA methylation analysis of pseudohypoparathyroidism patients with GNAS imprinting defects.

    Science.gov (United States)

    Rochtus, Anne; Martin-Trujillo, Alejandro; Izzi, Benedetta; Elli, Francesca; Garin, Intza; Linglart, Agnes; Mantovani, Giovanna; Perez de Nanclares, Guiomar; Thiele, Suzanne; Decallonne, Brigitte; Van Geet, Chris; Monk, David; Freson, Kathleen

    2016-01-01

    Pseudohypoparathyroidism (PHP) is caused by (epi)genetic defects in the imprinted GNAS cluster. Current classification of PHP patients is hampered by clinical and molecular diagnostic overlaps. The European Consortium for the study of PHP designed a genome-wide methylation study to improve molecular diagnosis. The HumanMethylation 450K BeadChip was used to analyze genome-wide methylation in 24 PHP patients with parathyroid hormone resistance and 20 age- and gender-matched controls. Patients were previously diagnosed with GNAS-specific differentially methylated regions (DMRs) and include 6 patients with known STX16 deletion (PHP(Δstx16)) and 18 without deletion (PHP(neg)). The array demonstrated that PHP patients do not show DNA methylation differences at the whole-genome level. Unsupervised clustering of GNAS-specific DMRs divides PHP(Δstx16) versus PHP(neg) patients. Interestingly, in contrast to the notion that all PHP patients share methylation defects in the A/B DMR while only PHP(Δstx16) patients have normal NESP, GNAS-AS1 and XL methylation, we found a novel DMR (named GNAS-AS2) in the GNAS-AS1 region that is significantly different in both PHP(Δstx16) and PHP(neg), as validated by Sequenom EpiTYPER in a larger PHP cohort. The analysis of 58 DMRs revealed that 8/18 PHP(neg) and 1/6 PHP(Δstx16) patients have multi-locus methylation defects. Validation was performed for FANCC and SVOPL DMRs. This is the first genome-wide methylation study for PHP patients that confirmed that GNAS is the most significant DMR, and the presence of STX16 deletion divides PHP patients in two groups. Moreover, a novel GNAS-AS2 DMR affects all PHP patients, and PHP patients seem sensitive to multi-locus methylation defects.

  17. Helping Patrons Find Locally Held Electronic Resources: An Interlibrary Loan Perspective

    Science.gov (United States)

    Johnston, Pamela

    2016-01-01

    The University of North Texas Libraries provide extensive online access to academic journals through major vendor databases. As illustrated by interlibrary loan borrowing requests for items held in our databases, patrons often have difficulty navigating the available resources. In this study, the Interlibrary Loan staff used data gathered from the…

  18. Usability Testing for e-Resource Discovery: How Students Find and Choose e-Resources Using Library Web Sites

    Science.gov (United States)

    Fry, Amy; Rich, Linda

    2011-01-01

    In early 2010, library staff at Bowling Green State University (BGSU) in Ohio designed and conducted a usability study of key parts of the library web site, focusing on the web pages generated by the library's electronic resources management system (ERM) that list and describe the library's databases. The goal was to discover how users find and…

  19. EDUCATIONAL NETWORK RESOURCES IN JOURNALISM AND PUBLISHING: FEATURES OF THE SITES' CONTENT AND DESIGN

    Directory of Open Access Journals (Sweden)

    Hanna A. Zenzina

    2012-12-01

    Full Text Available The article deals with the concept of electronic educational resource, its importance for the orientation of students in cyberspace, the basic requirements for the design and content of educational resources eligibility criteria standards. Filed benefits of having their own educational resource for high school. Singled out the importance of the interaction of educational resources with social networks. Detected differences and similarities of design and content of educational resources of Kyiv Universities in journalism and publishing.

  20. Reliability criteria selection for integrated resource planning

    International Nuclear Information System (INIS)

    Ruiu, D.; Ye, C.; Billinton, R.; Lakhanpal, D.

    1993-01-01

    A study was conducted on the selection of a generating system reliability criterion that ensures a reasonable continuity of supply while minimizing the total costs to utility customers. The study was conducted using the Institute for Electronic and Electrical Engineers (IEEE) reliability test system as the study system. The study inputs and results for conditions and load forecast data, new supply resources data, demand-side management resource data, resource planning criterion, criterion value selection, supply side development, integrated resource development, and best criterion values, are tabulated and discussed. Preliminary conclusions are drawn as follows. In the case of integrated resource planning, the selection of the best value for a given type of reliability criterion can be done using methods similar to those used for supply side planning. The reliability criteria values previously used for supply side planning may not be economically justified when integrated resource planning is used. Utilities may have to revise and adopt new, and perhaps lower supply reliability criteria for integrated resource planning. More complex reliability criteria, such as energy related indices, which take into account the magnitude, frequency and duration of the expected interruptions are better adapted than the simpler capacity-based reliability criteria such as loss of load expectation. 7 refs., 5 figs., 10 tabs

  1. Power electronics for renewable energy systems

    DEFF Research Database (Denmark)

    Iov, Florin; Blaabjerg, Frede

    2009-01-01

    sources from the conventional, fossil (and short term) based energy sources to renewable energy resources. Another is to use high efficient power electronics in power generation, power transmission/distribution and end-user application. This paper discuss some of the most emerging renewable energy sources......, wind energy and photovoltaics, which by means of power electronics are changing from being minor energy sources to be acting as important power sources in the energy system....

  2. School Building Design and Audio-Visual Resources.

    Science.gov (United States)

    National Committee for Audio-Visual Aids in Education, London (England).

    The design of new schools should facilitate the use of audiovisual resources by ensuring that the materials used in the construction of the buildings provide adequate sound insulation and acoustical and viewing conditions in all learning spaces. The facilities to be considered are: electrical services; electronic services; light control and…

  3. Free and Innovative Teaching Resources for STEM Educators

    Science.gov (United States)

    Weber, W. J.; McWhirter, J.; Dirks, D.

    2014-12-01

    The Unidata Program Center has implemented a teaching resource facility that allows educators to create, access, and share collections of resource material related to atmospheric, oceanic, and other earth system phenomena. While the facility can manage almost any type of electronic resource, it is designed with scientific data and products, teaching tools such as lesson plans and guided exercises, and tools for displaying data in mind. In addition to being very easy for educators and students to access, the facility makes it simple for other educators and scientists to contribute content related to their own areas of expertise to the collection. This allows existing teaching resources to grow in depth and breadth over time, enhancing their relevance and providing insights from multiple disciplines. Based on the open-source RAMADDA content/data management framework, the teaching resource facility provides a variety of built-in services to analyze and display data, as well as support for Unidata's rich 3D client, the Interactive Data Viewer (IDV).

  4. FCDD: A Database for Fruit Crops Diseases.

    Science.gov (United States)

    Chauhan, Rupal; Jasrai, Yogesh; Pandya, Himanshu; Chaudhari, Suman; Samota, Chand Mal

    2014-01-01

    Fruit Crops Diseases Database (FCDD) requires a number of biotechnology and bioinformatics tools. The FCDD is a unique bioinformatics resource that compiles information about 162 details on fruit crops diseases, diseases type, its causal organism, images, symptoms and their control. The FCDD contains 171 phytochemicals from 25 fruits, their 2D images and their 20 possible sequences. This information has been manually extracted and manually verified from numerous sources, including other electronic databases, textbooks and scientific journals. FCDD is fully searchable and supports extensive text search. The main focus of the FCDD is on providing possible information of fruit crops diseases, which will help in discovery of potential drugs from one of the common bioresource-fruits. The database was developed using MySQL. The database interface is developed in PHP, HTML and JAVA. FCDD is freely available. http://www.fruitcropsdd.com/

  5. Solar Eclipse Computer API: Planning Ahead for August 2017

    Science.gov (United States)

    Bartlett, Jennifer L.; Chizek Frouard, Malynda; Lesniak, Michael V.; Bell, Steve

    2016-01-01

    With the total solar eclipse of 2017 August 21 over the continental United States approaching, the U.S. Naval Observatory (USNO) on-line Solar Eclipse Computer can now be accessed via an application programming interface (API). This flexible interface returns local circumstances for any solar eclipse in JavaScript Object Notation (JSON) that can be incorporated into third-party Web sites or applications. For a given year, it can also return a list of solar eclipses that can be used to build a more specific request for local circumstances. Over the course of a particular eclipse as viewed from a specific site, several events may be visible: the beginning and ending of the eclipse (first and fourth contacts), the beginning and ending of totality (second and third contacts), the moment of maximum eclipse, sunrise, or sunset. For each of these events, the USNO Solar Eclipse Computer reports the time, Sun's altitude and azimuth, and the event's position and vertex angles. The computer also reports the duration of the total phase, the duration of the eclipse, the magnitude of the eclipse, and the percent of the Sun obscured for a particular eclipse site. On-line documentation for using the API-enabled Solar Eclipse Computer, including sample calls, is available (http://aa.usno.navy.mil/data/docs/api.php). The same Web page also describes how to reach the Complete Sun and Moon Data for One Day, Phases of the Moon, Day and Night Across the Earth, and Apparent Disk of a Solar System Object services using API calls.For those who prefer using a traditional data input form, local circumstances can still be requested that way at http://aa.usno.navy.mil/data/docs/SolarEclipses.php. In addition, the 2017 August 21 Solar Eclipse Resource page (http://aa.usno.navy.mil/data/docs/Eclipse2017.php) consolidates all of the USNO resources for this event, including a Google Map view of the eclipse track designed by Her Majesty's Nautical Almanac Office (HMNAO). Looking further ahead, a

  6. HELP (INFORMATION ELECTRONIC RESOURCE "CHRONICLE OF ONU: DATES, FACTS, EVENTS": HISTORY OF UNIVERSITY IN INFORMATION SPACE

    Directory of Open Access Journals (Sweden)

    А. М. Гавриленко

    2016-03-01

    Object of research is the help information resource "The chronicle of the Odessa national university of I. I. Mechnikov: dates, facts, events". The main objective of our article – to state the main methodological bases of creation of information resource. One of advantages of information resource is possibility of continuous updating and replenishment by new information. Main objective of creation of this information resource is systematization of material on stories of the Odessa national university of I. I. Mechnikov from the date of his basis to the present, ensuring interactive access to information on the main dates, the most significant events in life of university. The base of research are sources on the history of university, chronology of historical development, formation of infrastructure, cadres and scientific researches. In information resource the main stages of development, functioning and transformation of the Odessa University are analyzed, information on its divisions is collected. For creation of this information resource in Scientific library the method of work was developed, the main selection criteria of data are allocated. This information resource have practical value for all who is interested in history of university, historians, scientists-researchers of history of science and the city of Odessa.

  7. Electronic Journals in Academic Libraries: A Comparison of ARL and Non-ARL Libraries.

    Science.gov (United States)

    Shemberg, Marian; Grossman, Cheryl

    1999-01-01

    Describes a survey dealing with academic library provision of electronic journals and other electronic resources that compared ARL (Association of Research Libraries) members to non-ARL members. Highlights include full-text electronic journals; computers in libraries; online public access catalogs; interlibrary loan and electronic reserves; access…

  8. Particles and waves in electron optics and microscopy

    CERN Document Server

    Pozzi, Giulio

    2016-01-01

    Advances in Imaging and Electron Physics merges two long-running serials, Advances in Electronics and Electron Physics and Advances in Optical and Electron Microscopy. The series features extended articles on the physics of electron devices (especially semiconductor devices), particle optics at high and low energies, microlithography, image science, digital image processing, electromagnetic wave propagation, electron microscopy, and the computing methods used in all these domains. * Contains contributions from leading authorities on the subject matter* Informs and updates all the latest developments in the field of imaging and electron physics* Provides practitioners interested in microscopy, optics, image processing, mathematical morphology, electromagnetic fields, electron, and ion emission with a valuable resource* Features extended articles on the physics of electron devices (especially semiconductor devices), particle optics at high and low energies, microlithography, image science, and digital image pro...

  9. CLOUD EDUCATIONAL RESOURCES FOR PHYSICS LEARNING RESEARCHES SUPPORT

    Directory of Open Access Journals (Sweden)

    Oleksandr V. Merzlykin

    2015-10-01

    Full Text Available The definition of cloud educational resource is given in paper. Its program and information components are characterized. The virtualization as the technological ground of transforming from traditional electronic educational resources to cloud ones is reviewed. Such levels of virtualization are described: data storage device virtualization (Data as Service, hardware virtualization (Hardware as Service, computer virtualization (Infrastructure as Service, software system virtualization (Platform as Service, «desktop» virtualization (Desktop as Service, software user interface virtualization (Software as Service. Possibilities of designing the cloud educational resources system for physics learning researches support taking into account standards of learning objects metadata (accessing via OAI-PMH protocol and standards of learning tools interoperability (LTI are shown. The example of integration cloud educational resources into Moodle learning management system with use of OAI-PMH and LTI is given.

  10. QR Codes as Finding Aides: Linking Electronic and Print Library Resources

    Science.gov (United States)

    Kane, Danielle; Schneidewind, Jeff

    2011-01-01

    As part of a focused, methodical, and evaluative approach to emerging technologies, QR codes are one of many new technologies being used by the UC Irvine Libraries. QR codes provide simple connections between print and virtual resources. In summer 2010, a small task force began to investigate how QR codes could be used to provide information and…

  11. Power electronics basics operating principles, design, formulas, and applications

    CERN Document Server

    Rozanov, Yuriy; Chaplygin, Evgeny; Voronin, Pavel

    2015-01-01

    Power Electronics Basics: Operating Principles, Design, Formulas, and Applications provides fundamental knowledge for the analysis and design of modern power electronic devices. This concise and user-friendly resource:Explains the basic concepts and most important terms of power electronicsDescribes the power assemblies, control, and passive components of semiconductor power switchesCovers the control of power electronic devices, from mathematical modeling to the analysis of the electrical processesAddresses pulse-width modulation, power quality control, and multilevel, modular, and multicell

  12. Print and Electronic Resources: Usage Statistics at Guru Gobind Singh Indraprastha University Library

    Science.gov (United States)

    Kapoor, Kanta

    2010-01-01

    Purpose: The purpose of this paper is to quantify the use of electronic journals in comparison with the print collections in the Guru Gobind Singh Indraprastha University Library. Design/methodology/approach: A detailed analysis was made of the use of lending services, the Xerox facility and usage of electronic journals such as Science Direct,…

  13. Preliminary Radiation Analysis of the Total Ionizing Dose for the Resource Prospector Mission

    Science.gov (United States)

    Rojdev, Kristina; Tylka, Allan J.; Atwell, William

    2015-01-01

    NASA's Resource Prospector (RP) is a collaborative project between multiple centers and institutions to search for volatiles at the polar regions of the Moon as a potential resource for oxygen and propellant production. The mission is rated Class D and will be the first In-Situ Resource Utilization (ISRU) demonstration on the lunar surface and at the lunar poles. Given that this mission is rated Class D, the project is considering using commercial off the shelf (COTS) electronics parts to reduce cost. However, COTS parts can be more susceptible to space radiation than typical aerospace electronic parts and carry some additional risk. Thus, prior to parts selection, having a better understanding of the radiation environment can assist designers in the parts selection process. The focus of this paper is to provide a preliminary analysis of the radiation environment from launch, through landing on the surface, and some surface stay as an initial step in determining worst case mission doses to assist designers in screening out electronic parts that would not meet the potential dose levels experienced on this mission.

  14. Využití metodiky RUP při vývoji webové aplikace menšího rozsahu v prostředí PHP 5

    OpenAIRE

    Albrecht, Jakub

    2008-01-01

    Práce se snaží zhodnotit možnosti využití metodiky RUP při realizaci projektu vývoje konkrétního informačního systému s danými parametry. Těmito parametry jsou malý rozsah, webová platforma a technologické prostředí PHP 5. V úvodu se práce zaobírá úlohou metodik při vývoji software, následuje představení metodiky RUP. Dále je probírána metodická podpora specifických charakteristik projektů. Vlastním přínosem práce je vytvoření vlastní instance metodiky RUP vhodné pro definovaný projekt a na z...

  15. Global application of disorders of sex development-related electronic resources: e-learning, e-consultation and e-information sharing.

    Science.gov (United States)

    Muscarella, Miriam; Kranenburg-van Koppen, Laura; Grijpink-van den Biggelaar, Kalinka; Drop, Stenvert L S

    2014-01-01

    The past 20 years have seen proliferation of electronic (e) resources that promote improved understanding of disorders of sex development (DSD): e-learning for physicians and trainees, e-consultation between clinicians, and e-information for families and affected individuals. Recent e-learning advances have emerged from the European Society for Pediatric Endocrinology's online learning portal for current physicians and trainees. Developed with attention to developing clinical competencies incorporating learning theory, and presenting material that represents international best practice, this e-learning portal offers advances in training, making information more accessible for clinicians and trainees. Multiple levels of instruction, authentic case examples, collaborative forums for physicians and trainees, individualized feedback and user-friendly tools represent advances in trainee and physician learning that can take place in any location. e-consultation is an emerging tool that aims to connect physicians with specialists experienced in DSD care. Although it faces logistical challenges, e-consultation carries the potential to improve DSD care, especially in remote areas with limited access to DSD specialists. e-information for families and patients of all ages is widely accessible online, often with focus on DSD biology, medical care, and psychological and social support. e-information tools aid self-management and support of those affected by DSD. Efforts to improve these resources should aim to map information to individual users, incorporate optimally clear nomenclature, and continue as a 'shared enterprise' of clinicians, affected individuals, families and researchers. Improving the quality of DSD-related e-learning and e-information and developing e-consultation carries the potential to transform DSD care and support for patients, families and physicians worldwide. © 2014 S. Karger AG, Basel.

  16. Clinical characterization and molecular classification of 12 Korean patients with pseudohypoparathyroidism and pseudopseudohypoparathyroidism.

    Science.gov (United States)

    Cho, S Y; Yoon, Y A; Ki, C-S; Huh, H J; Yoo, H-W; Lee, B H; Kim, G-H; Yoo, J-H; Kim, S-Y; Kim, S J; Sohn, Y B; Park, S W; Huh, R; Chang, M S; Lee, J; Kwun, Y; Maeng, S H; Jin, D-K

    2013-10-01

    Pseudohypoparathyroidism (PHP) is defined as resistance toward parathyroid hormones. PHP and pseudopseudohypoparathyroidism (PPHP) are rare disorders resulting from genetic and epigenetic aberrations within or upstream of the GNAS locus. This study investigated the clinical characteristics and performed a molecular analysis of PHP and PPHP. A total of 12 patients with (P)PHP from 11 unrelated families (4 with PHP-Ia, 6 with PHP-Ib, and 2 with PPHP) were characterized using both clinical and molecular methods. Clinical features included the presenting symptoms, Albright hereditary osteodystrophy features, and resistance to hormones. Comprehensive analysis of the GNAS and STX16 loci was undertaken to investigate the molecular defects underlying (P)PHP. All PHP-Ib patients displayed hypocalcemic symptoms. All PHP-Ia patients showed resistance toward TSH, in addition to PTH. In most patients with PHP, when the diagnosis of PHP was first established, hypocalcemia and hyperphosphatemia were associated with a significant increase in serum PTH levels. One patient with PHP-Ia was diagnosed with growth hormone deficiency and showed a good response to human recombinant growth hormone therapy. 6 patients with PHP-Ia and PPHP showed 5 different mutations in the GNAS gene. 5 patients with PHP-Ib displayed a loss of differentially methylated region (DMR) imprints of the maternal GNAS. One PHP-Ib patient showed a de novo microdeletion in STX16 and a loss of methylation of exon A/B on the maternal allele. No patients revealed paternal disomy among 4 patients with PHP-Ib. Identification of the molecular causes of PHP and PPHP explains their distinctive clinical features and enables confirmation of the diagnosis and exact genetic counseling. © J. A. Barth Verlag in Georg Thieme Verlag KG Stuttgart · New York.

  17. Improving the Status of Human and Material Resources in Public ...

    African Journals Online (AJOL)

    Improving the Status of Human and Material Resources in Public Primary School in Oyo States ... the Millennium Development Goals project in the State. ... libraries, well-equipped first aid centres, adequate electronically projected instructional ...

  18. Innovations in electronic services

    Directory of Open Access Journals (Sweden)

    Dagmara Wach

    2011-12-01

    Full Text Available Summarry Existence in electronic business has become increasingly difficult. High competition and considerable financial resources needed to enter electronic market are the problems of most micro and small sized enterprises, starting or developing their business. Nevertheless, there is a market niche for them, which can ensure success and grant partial financing of the business. This niche are small web projects, providing the customer with personalized service, hitting his tastes and meeting immediate needs. A projects that large websites are unable to perform. Financial sourcing of those projects comes from EU subsidies, in the framework of the Działanie 8.1. PO IG, 2007-2013.

  19. Is the Library's Online Orientation Program Effective with English Language Learners?

    Science.gov (United States)

    Albarillo, Frans

    2017-01-01

    In this paper, the author examines four years of assessment data (N = 4,786) from Brooklyn College's Library Online Orientation Program (LOOP; url: https://library.brooklyn.cuny.edu/resources/loop/loop.php), which is used to provide all English 1010 students with an orientation to the library, to see if English language learners (ELLs) are…

  20. Power Electronics in Wind Turbine Systems

    DEFF Research Database (Denmark)

    Blaabjerg, Frede; Chen, Zhe; Teodorescu, Remus

    2006-01-01

    the conventional, fossil (and short term) based energy sources to renewable energy resources. The other is to use high efficient power electronics in power systems, power production and end-user application. This paper discuss the most emerging renewable energy source, wind energy, which by means of power...... electronics is changing from being a minor energy source to be acting as an important power source in the energy system. By that wind power is also getting an added value in the power system operation....

  1. ORF Alignment: NC_003424 [GENIUS II[Archive

    Lifescience Database Archive (English)

    Full Text Available nscriptional activator [Schizosaccharomyces pombe] ... sp|P36611|PHP3_SCHPO Transcriptional activator php... NC_003424 gi|19114551 >1n1jA 3 87 12 96 7e-28 ... emb|CAA52966.1| PHP3 [Schizosacchar...omyces pombe] emb|CAB11161.1| php3 ... [Schizosaccharomyces pombe] ref|NP_593639.1| php3 ... tra...3 ... pir||S42744 transcription factor PHP3 - fission yeast ... (S

  2. Multimedia presentation as a form of E-learning resources in the educational process

    Directory of Open Access Journals (Sweden)

    Bizyaev АА

    2017-06-01

    Full Text Available The article describes the features of the use of multimedia presentations as an electronic learning resource in the educational process, reflecting resource requirements; pedagogical goals that may be achieved. Currently one of the main directions in the educational process is the effective use of teaching computers. Pressing issue implementation of information and communication technologies in education is to develop educational resources with the aim to increase the level and quality of education.

  3. Sustainable Steel Carburization by Using Snack Packaging Plastic Waste as Carbon Resources

    Directory of Open Access Journals (Sweden)

    Songyan Yin

    2018-01-01

    Full Text Available In recent years, the research regarding waste conversion to resources technology has attracted growing attention with the continued increase of waste accumulation issues and rapid depletion of natural resources. However, the study, with respect to utilizing plastics waste as carbon resources in the metals industry, is still limited. In this work, an environmentally friendly approach to utilize snack packaging plastic waste as a valuable carbon resources for steel carburization is investigated. At high temperature, plastic waste could be subject to pyrolytic gasification and decompose into small molecular hydrocarbon gaseous products which have the potential to be used as carburization agents for steel. When heating some snack packaging plastic waste and a steel sample together at the carburization temperature, a considerable amount of carbon-rich reducing gases, like methane, could be liberated from the plastic waste and absorbed by the steel sample as a carbon precursor for carburization. The resulting carburization effect on steel was investigated by optical microscopy, scanning electron microscopy, electron probe microanalyzer, and X-ray photoelectron spectrometer techniques. These investigation results all showed that snack packaging plastic waste could work effectively as a valuable carbon resource for steel carburization leading to a significant increase of surface carbon content and the corresponding microstructure evolution in steel.

  4. Recent improvements to Binding MOAD: a resource for protein-ligand binding affinities and structures.

    Science.gov (United States)

    Ahmed, Aqeel; Smith, Richard D; Clark, Jordan J; Dunbar, James B; Carlson, Heather A

    2015-01-01

    For over 10 years, Binding MOAD (Mother of All Databases; http://www.BindingMOAD.org) has been one of the largest resources for high-quality protein-ligand complexes and associated binding affinity data. Binding MOAD has grown at the rate of 1994 complexes per year, on average. Currently, it contains 23,269 complexes and 8156 binding affinities. Our annual updates curate the data using a semi-automated literature search of the references cited within the PDB file, and we have recently upgraded our website and added new features and functionalities to better serve Binding MOAD users. In order to eliminate the legacy application server of the old platform and to accommodate new changes, the website has been completely rewritten in the LAMP (Linux, Apache, MySQL and PHP) environment. The improved user interface incorporates current third-party plugins for better visualization of protein and ligand molecules, and it provides features like sorting, filtering and filtered downloads. In addition to the field-based searching, Binding MOAD now can be searched by structural queries based on the ligand. In order to remove redundancy, Binding MOAD records are clustered in different families based on 90% sequence identity. The new Binding MOAD, with the upgraded platform, features and functionalities, is now equipped to better serve its users. © The Author(s) 2014. Published by Oxford University Press on behalf of Nucleic Acids Research.

  5. PHP, SOL ve AJAX teknolojileri kullanarak Hacettepe Üniversitesi biyoloji bölümü herbaryumu için bir sorgulama yazılımının geliştirilmesi

    OpenAIRE

    Enginer, Erman

    2009-01-01

    Bu çalısmada Hacettepe Üniversitesi Biyoloji Bölümü Herbaryumu’ndaki (HUB) veriler kullanılarak PHP, SQL ve AJAX teknoljileri ile bir herbaryum sorgulama programı gelistirilmistir. Herbaryumlar özellikle botanik, ekolojik ve eczacılık çalısmaları için bir bilgi kaynagı olusturmaktadır. Bu kaynagın sistemli bir sekilde bilgisayar ortamındaki bir veritabanına aktarımı ile veritabanlarının bize sagladıgı hızlı sorgulama ve düzenli kayıt tutma imkanlarından faydalanabiliriz. ...

  6. Numerical simulation of transient moisture and temperature distribution in polycarbonate and aluminum electronic enclosures

    DEFF Research Database (Denmark)

    Shojaee Nasirabadi, Parizad; Jabbaribehnam, Mirmasoud; Hattel, Jesper Henri

    2016-01-01

    The challenge of developing a reliable electronic product requires huge amounts of resources and knowledge. Temperature and thermal features directly affect the life of electronic products. Furthermore, moisture can be damaging for electronic components. Nowadays, computational fluid dynamics (CF...

  7. Results of a Randomized Controlled Multicenter Phase III Trial of Percutaneous Hepatic Perfusion Compared with Best Available Care for Patients with Melanoma Liver Metastases.

    Science.gov (United States)

    Hughes, Marybeth S; Zager, Jonathan; Faries, Mark; Alexander, H Richard; Royal, Richard E; Wood, Bradford; Choi, Junsung; McCluskey, Kevin; Whitman, Eric; Agarwala, Sanjiv; Siskin, Gary; Nutting, Charles; Toomey, Mary Ann; Webb, Carole; Beresnev, Tatiana; Pingpank, James F

    2016-04-01

    There is no consensus for the treatment of melanoma metastatic to the liver. Percutaneous hepatic perfusion with melphalan (PHP-Mel) is a method of delivering regional chemotherapy selectively to the liver. In this study, we report the results of a multicenter, randomized controlled trial comparing PHP-Mel with best alternative care (BAC) for patients with ocular or cutaneous melanoma metastatic to the liver. A total of 93 patients were randomized to PHP-Mel (n = 44) or BAC (n = 49). On the PHP-Mel arm, melphalan was delivered via the hepatic artery, and the hepatic effluent captured and filtered extracorporeally prior to return to the systemic circulation via a venovenous bypass circuit. PHP-Mel was repeatable every 4-8 weeks. The primary endpoint was hepatic progression-free survival (hPFS), and secondary endpoints included overall PFS (oPFS), overall survival (OS), hepatic objective response (hOR), and safety. hPFS was 7.0 months for PHP-Mel and 1.6 months for BAC (p PHP-Mel and 1.6 months for BAC (p PHP-Mel 10.6 months vs. BAC 10.0 months), likely due to crossover to PHP-Mel treatment (57.1 %) from the BAC arm, and the hOR was 36.4 % for PHP-Mel and 2.0 % for BAC (p PHP-Mel, three in the primary PHP-Mel group, and one post-crossover to PHP-Mel from BAC. This randomized, phase III study demonstrated the efficacy of the PHP-Mel procedure. hPFS, oPFS, and hOR were significantly improved with PHP-Mel. PHP with melphalan should provide a new treatment option for unresectable metastatic melanoma in the liver.

  8. Students developing resources for students.

    Science.gov (United States)

    Pearce, Michael; Evans, Darrell

    2012-06-01

    The development of new technologies has provided medical education with the ability to enhance the student learning experience and meet the needs of changing curricula. Students quickly adapt to using multimedia learning resources, but these need to be well designed, learner-centred and interactive for students to become significantly engaged. One way to ensure that students become committed users and that resources become distinct elements of the learning cycle is to involve students in resource design and production. Such an approach enables resources to accommodate student needs and preferences, but also provides opportunities for them to develop their own teaching and training skills. The aim of the medical student research project was to design and produce an electronic resource that was focused on a particular anatomical region. The views of other medical students were used to decide what features were suitable for inclusion and the resulting package contained basic principles and clinical relevance, and used a variety of approaches such as images of cadaveric material, living anatomy movies and quizzes. The completed package was assessed using a survey matrix and found to compare well with commercially available products. Given the ever-diversifying arena of multimedia instruction and the ability of students to be fully conversant with technology, this project demonstrates that students are ideal participants and creators of multimedia resources. It is hoped that such an approach will help to further develop the skill base of students, but will also provide an avenue of developing packages that are student user friendly, and that are focused towards particular curricula requirements. © Blackwell Publishing Ltd 2012.

  9. eLearning resources to supplement postgraduate neurosurgery training.

    Science.gov (United States)

    Stienen, Martin N; Schaller, Karl; Cock, Hannah; Lisnic, Vitalie; Regli, Luca; Thomson, Simon

    2017-02-01

    In an increasingly complex and competitive professional environment, improving methods to educate neurosurgical residents is key to ensure high-quality patient care. Electronic (e)Learning resources promise interactive knowledge acquisition. We set out to give a comprehensive overview on available eLearning resources that aim to improve postgraduate neurosurgical training and review the available literature. A MEDLINE query was performed, using the search term "electronic AND learning AND neurosurgery". Only peer-reviewed English-language articles on the use of any means of eLearning to improve theoretical knowledge in postgraduate neurosurgical training were included. Reference lists were crosschecked for further relevant articles. Captured parameters were the year, country of origin, method of eLearning reported, and type of article, as well as its conclusion. eLearning resources were additionally searched for using Google. Of n = 301 identified articles by the MEDLINE search, n = 43 articles were analysed in detail. Applying defined criteria, n = 28 articles were excluded and n = 15 included. Most articles were generated within this decade, with groups from the USA, the UK and India having a leadership role. The majority of articles reviewed existing eLearning resources, others reported on the concept, development and use of generated eLearning resources. There was no article that scientifically assessed the effectiveness of eLearning resources (against traditional learning methods) in terms of efficacy or costs. Only one article reported on satisfaction rates with an eLearning tool. All authors of articles dealing with eLearning and the use of new media in neurosurgery uniformly agreed on its great potential and increasing future use, but most also highlighted some weaknesses and possible dangers. This review found only a few articles dealing with the modern aspects of eLearning as an adjunct to postgraduate neurosurgery training. Comprehensive

  10. The impact of an electronic clinical decision support for pulmonary ...

    African Journals Online (AJOL)

    State-of-the-art electronic radiology workflow can provide clinical decision support (CDS) for specialised imaging requests, but there has been limited work on the clinical impact of CDS in PE, particularly in resource-constrained environments. Objective. To determine the impact of an electronic CDS for PE on the efficiency ...

  11. Eavesdropping on Electronic Guidebooks: Observing Learning Resources in Shared Listening Environments.

    Science.gov (United States)

    Woodruff, Allison; Aoki, Paul M.; Grinter, Rebecca E.; Hurst, Amy; Szymanski, Margaret H.; Thornton, James D.

    This paper describes an electronic guidebook, "Sotto Voce," that enables visitors to share audio information by eavesdropping on each others guidebook activity. The first section discusses the design and implementation of the guidebook device, key aspects of its user interface, the design goals for the audio environment, the eavesdropping…

  12. Understanding intention to use electronic information resources: A theoretical extension of the technology acceptance model (TAM).

    Science.gov (United States)

    Tao, Donghua

    2008-11-06

    This study extended the Technology Acceptance Model (TAM) by examining the roles of two aspects of e-resource characteristics, namely, information quality and system quality, in predicting public health students' intention to use e-resources for completing research paper assignments. Both focus groups and a questionnaire were used to collect data. Descriptive analysis, data screening, and Structural Equation Modeling (SEM) techniques were used for data analysis. The study found that perceived usefulness played a major role in determining students' intention to use e-resources. Perceived usefulness and perceived ease of use fully mediated the impact that information quality and system quality had on behavior intention. The research model enriches the existing technology acceptance literature by extending TAM. Representing two aspects of e-resource characteristics provides greater explanatory information for diagnosing problems of system design, development, and implementation.

  13. Clinical and genetic characteristics of Pseudohypoparathyroidism in the Chinese population.

    Science.gov (United States)

    Chu, Xueying; Zhu, Yan; Wang, Ou; Nie, Min; Quan, Tingting; Xue, Yu; Wang, Wenbo; Jiang, Yan; Li, Mei; Xia, Weibo; Xing, Xiaoping

    2018-02-01

    Pseudohypoparathyroidism (PHP) is caused by mutations and epimutations in the GNAS locus, and characterized by the possibility of resistance to multiple hormones and Albright's hereditary osteodystrophy. PHP can be classified into the forms 1A/C, sporadic 1B and familial 1B. To obtain an overall view of the clinical and genetic characteristics of the Chinese PHP patient population. From 2000 to 2016, 120 patients were recruited and studied using Sanger sequencing, methylation-specific multiple ligation-dependent probe amplification (MS-MLPA) and combined bisulfite restriction analysis (COBRA). Of these patients, 104 had positive molecular alterations indicative of certain forms of PHP and were included in data analysis. Clinical and laboratory features were compared between PHP1A/C and PHP1B patients. Ten PHP1A/C, 21 familial PHP1B and 73 sporadic PHP1B patients were identified. Four novel GNAS mutations were discovered in these patients, including c.1038+1G>T, c.530+2T>C, c.880_883delCAAG and c.311_312delAAG, insT. The most common symptoms in this series were recurrent tetany (89.4%) and epilepsy (47.1%). The prevalence of weight excess increased with age for PHP1B (10%-35%) and PHP1A/C (50%-75%). Intracranial calcification had a prevalence of 94.6% and correlated with seizures (r = .227, P = .029). Cataracts occurred in 56.2% PHP patients, and there was a trend towards longer disease duration in patients with cataracts (P = .051). Statistically significant differences (P PHP1B and PHP1A/C patients, including age of onset (10 vs 7 year), short stature (21.3% vs 70%), rounded face (60.6% vs 100%), brachydactyly (25.5% vs 100%), ectopic ossification (1.1% vs 40%) and TSH resistance (44.6% vs 90%), respectively. This study is the largest single-centre series of PHP patients and summarizes the clinical and genetic features of the Chinese PHP population. While there was substantial clinical overlap between PHP1A/C and PHP1B, differences in disease progression

  14. When Will It Be …?: U.S. Naval Observatory Calendar Computers

    Science.gov (United States)

    Bartlett, Jennifer L.; Chizek Frouard, Malynda; Lesniak, Michael V.

    2016-06-01

    Sensitivity to religious calendars is increasingly expected when planning activities. Consequently, the U.S. Naval Observatory (USNO) has redesigned its on-line calendar resources to allow the computation of select religious dates for specific years via an application programming interface (API). This flexible interface returns dates in JavaScript Object Notation (JSON) that can be incorporated into third-party websites or applications. Currently, the services compute Christian, Islamic, and Jewish events.The “Dates of Ash Wednesday and Easter” service (http://aa.usno.navy.mil/data/docs/easter.php) returns the dates of these two events for years after 1582 C.E. (1582 A.D.) The method of the western Christian churches is used to determined when Easter, a moveable feast, occurs.The “Dates of Islamic New Year and Ramadan” service (http://aa.usno.navy.mil/data/docs/islamic.php) returns the approximate Gregorian dates of these two events for years after 1582 C.E. (990 A.H.) and Julian dates are computed for the years 622-1582 C.E. (1-990 A.H.). The appropriate year in the Islamic calendar (anno Hegira) is also provided. Each event begins at 6 P.M. or sunset on the preceding day. These events are computed using a tabular calendar for planning purposes; in practice, the actual event is determined by observation of the appropriate new Moon.The “First Day of Passover” service (http://aa.usno.navy.mil/data/docs/passover.php) returns the Gregorian date corresponding to Nisan 15 for years after 1582 C.E. (5342 A.M.) and Julian dates are computed for the years 360-1582 C.E. (4120-5342 A.M.). The appropriate year in the Jewish calendar (anno Mundi) is also provided. Passover begins at 6 P.M. or sunset on the preceding day.On-line documentation for using the API-enabled calendar computers, including sample calls, is available (http://aa.usno.navy.mil/data/docs/api.php). The same web page also describes how to reach the Complete Sun and Moon Data for One Day, Phases of

  15. Mediated learning in the workplace: student perspectives on knowledge resources.

    Science.gov (United States)

    Shanahan, Madeleine

    2015-01-01

    In contemporary clinical practice, student radiographers can use many types of knowledge resources to support their learning. These include workplace experts, digital and nondigital information sources (eg, journals, textbooks, and the Internet), and electronic communication tools such as e-mail and social media. Despite the range of knowledge tools available, there is little available data about radiography students' use of these resources during clinical placement. A 68-item questionnaire was distributed to 62 students enrolled in an Australian university undergraduate radiography program after they completed a clinical placement. Researchers used descriptive statistics to analyze student access to workplace experts and their use of digital and nondigital information sources and electronic communication tools. A 5-point Likert scale (1 = very important; 5 = not important) was used to assess the present importance and perceived future value of knowledge tools for workplace learning. Of the 53 students who completed and returned the questionnaire anonymously, most rely on the knowledge of practicing technologists and on print and electronic information sources to support their learning; some students also use electronic communication tools. Students perceive that these knowledge resources also will be important tools for their future learning as qualified health professionals. The findings from this study present baseline data regarding the value students attribute to multiple knowledge tools and regarding student access to and use of these tools during clinical placement. In addition, most students have access to multiple knowledge tools in the workplace and incorporate these tools simultaneously into their overall learning practice during clinical placement. Although a range of knowledge tools is used in the workplace to support learning among student radiographers, the quality of each tool should be critically analyzed before it is adopted in practice

  16. Realizing what's essential: a case study on integrating electronic journal management into a print-centric technical services department.

    Science.gov (United States)

    Dollar, Daniel M; Gallagher, John; Glover, Janis; Marone, Regina Kenny; Crooker, Cynthia

    2007-04-01

    To support migration from print to electronic resources, the Cushing/Whitney Medical Library at Yale University reorganized its Technical Services Department to focus on managing electronic resources. The library hired consultants to help plan the changes and to present recommendations for integrating electronic resource management into every position. The library task force decided to focus initial efforts on the periodical collection. To free staff time to devote to electronic journals, most of the print subscriptions were switched to online only and new workflows were developed for e-journals. Staff learned new responsibilities such as activating e-journals, maintaining accurate holdings information in the online public access catalog and e-journals database ("electronic shelf reading"), updating the link resolver knowledgebase, and troubleshooting. All of the serials team members now spend significant amounts of time managing e-journals. The serials staff now spends its time managing the materials most important to the library's clientele (e-journals and databases). The team's proactive approach to maintenance work and rapid response to reported problems should improve patrons' experiences using e-journals. The library is taking advantage of new technologies such as an electronic resource management system, and library workflows and procedures will continue to evolve as technology changes.

  17. Power Electronics for Renewable Energy Systems

    DEFF Research Database (Denmark)

    Choi, U. M.; Lee, K. B.; Blaabjerg, Frede

    2012-01-01

    The use of renewable energy sources are increased because of the depletion of natural resources and the increasing pollution level from energy production. The wind energy and the solar energy are most widely used among the renewable energy sources. Power electronics is needed in almost all kinds...... of renewable energy system. It controls the renewable source and interfaces with the load effectively, which can be grid-connected or van work in stand-alone mode. In this presentation, overview of wind and photovoltaic energy systems are introduced. Next, the power electronic circuits behind the most common...

  18. ORF Alignment: NC_007530 [GENIUS II[Archive

    Lifescience Database Archive (English)

    Full Text Available NC_007530 gi|47530092 >1m65A 4 232 339 570 1e-51 ... ref|YP_021441.1| php domain protein [Bacillus anthracis str. 'Ames Ancestor'] ... ref|NP_846998.1| PHP...acis ... str. Ames] ref|YP_030695.1| PHP domain protein [Bacillus ... anthracis str. Sterne] r.... A2012] ... gb|AAP28484.1| PHP domain protein [Bacillus anthracis ... str. Ames] gb|AAT33916.1| PHP... domain protein [Bacillus ... anthracis str. 'Ames Ancestor'] gb|AAT56746.1| PHP ... dom

  19. Rare earth metals-primary resources and prospects of processing secondary resources in India

    International Nuclear Information System (INIS)

    Pandey, B.D.

    2015-01-01

    The importance of Rare earth metals (REMs) in modern technological applications is associated with their spectroscopic and magnetic properties. The occurrence of rare earths in mixed form is commonly reported and their separation to the individual metal is a challenging task because of the similar chemical properties. The economical processing of the primary ores of rare earths is limited to a few countries and their supply at the international level is currently dominated by China. Hence assessing the present scenario of the primary resources of rare earths vis-à-vis their applications and demand is crucial at this stage, besides looking at the alternate resources to ensure availability of REMs; such aspects are covered in the manuscript. In view of the environmental concerns in the processing of ores such as monazite, xenotime, bastnasite, etc, and increasing demand of REMs, corresponding increase in demand of the raw materials has been recorded. It is therefore, necessary to utilize the end-of the-life rare earth containing materials as a rich resource by developing an appropriate recycling technology, which is emerging as a high priority area. To recover the REMs, major secondary resources such as electronic wastes, industrial wastes, spent catalysts and magnets, and phosphors powder, etc, have been considered for now. This will not only open the prospects of utilizing the wastes containing REMs, but will also limit the imports while lowering the production cost and decreasing the load on the primary reserves. The paper also examines the efficient recycling methods to recover a fairly good amount of rare earths which are relevant to India in view of the limited exploitation of the ores. Recovery of REMs from secondary resources using mechanical treatment followed by hydrometallurgical methods is prevalent and the same is reviewed in some detail. The recent R and D work pursued at CSIR-NML to extract (leaching and metal separation using some phosphatic reagents

  20. Food Safety Impacts from Post-Harvest Processing Procedures of Molluscan Shellfish.

    Science.gov (United States)

    Baker, George L

    2016-04-18

    Post-harvest Processing (PHP) methods are viable food processing methods employed to reduce human pathogens in molluscan shellfish that would normally be consumed raw, such as raw oysters on the half-shell. Efficacy of human pathogen reduction associated with PHP varies with respect to time, temperature, salinity, pressure, and process exposure. Regulatory requirements and PHP molluscan shellfish quality implications are major considerations for PHP usage. Food safety impacts associated with PHP of molluscan shellfish vary in their efficacy and may have synergistic outcomes when combined. Further research for many PHP methods are necessary and emerging PHP methods that result in minimal quality loss and effective human pathogen reduction should be explored.

  1. Guide to state-of-the-art electron devices

    CERN Document Server

    2013-01-01

    Concise, high quality and comparative overview of state-of-the-art electron device development, manufacturing technologies and applications Guide to State-of-the-Art Electron Devices marks the 60th anniversary of the IEEE Electron Devices Committee and the 35th anniversary of the IEEE Electron Devices Society, as such it defines the state-of-the-art of electron devices, as well as future directions across the entire field. Spans full range of electron device types such as photovoltaic devices, semiconductor manufacturing and VLSI technology and circuits, covered by IEEE Electron and Devices Society Contributed by internationally respected members of the electron devices community A timely desk reference with fully-integrated colour and a unique lay-out with sidebars to highlight the key terms Discusses the historical developments and speculates on future trends to give a more rounded picture of the topics covered A valuable resource R&D managers; engineers in the semiconductor industry; applied scientists...

  2. Supervisors' Perspective on Electronic Logbook System for Postgraduate Medical Residents of CPSP.

    Science.gov (United States)

    Gondal, Khalid Masood; Iqbal, Uzma; Ahmed, Arslan; Khan, Junaid Sarfraz

    2017-09-01

    To find out the perspective of the supervisors about the role of electronic logbook (E-Logbook) of College of Physicians and Surgeons, Pakistan (CPSP) in monitoring the training of postgraduate medical residents of CPSP. Descriptive cross-sectional study. College of Physicians and Surgeons Pakistan (CPSP), Karachi, from May to October 2015. An electronic computer-based questionnaire designed in Hypertext Preprocessor (PHP) language was distributed to the registered CPSPsupervisors through the e-log system. The questionnaire comprised of seven close ended questions. The data were entered and analyzed by SPSS version 20. Descriptive statistics were determined. Atotal of 1,825 supervisors responded to the questionnaire. Fifteen hundred and ninety-eight (87.6%) supervisors gave regular feedback for their trainees, 88.2% considered it a better monitoring tool than conventional logbook, 92.5% responded that e-logbook helped in the regular assessment of the trainees, 87.8% believe that quality of training will improve after introduction of e-logbook, 89.2% found e-logbook useful in implementation of outcome-based learning and 88.4% considered e-logbook user-friendly. The main reasons for not providing regular feedback included the supervisors not familiar to e-logbook interface, internet access problems, and busy schedules of supervisors. There was a wide acceptability of the e-log system among the supervisors with positive perception about its usefulness. The common reasons that hinder the provision of regular feedback include not being familiar to e-log interface, internet access problem, busy schedule and some consider using e-logbook a cumbersome task. These reasons can be alleviated to provide a better training monitoring system for the residents.

  3. The Evolution of Electronic Marketplaces: an exploratory study of internet-based electronic within the American Independent Insurance Agency system

    Directory of Open Access Journals (Sweden)

    Andrew Burton

    1998-11-01

    Full Text Available Evolving competitive, organisational and technology environments drive organisations to continually evaluate how information technology resources can be exploited for competitive value. The emergence of a global information infrastructure has spawned an entirely new area for competitive exploitation, electronic marketplaces. This paper first presents a review and synthesis of the conceptual and empirical literature on electronic marketplaces. Drawing upon multiple theoretical perspectives, we develop a framework for analysing their potential influences on market and industry structure. This conceptual framework is then applied to an empirical assessment of the potential of the Internet as an electronic marketplace for the American Independent Insurance Agency System.

  4. Amarillo National Resource Center for Plutonium 1999 plan

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1999-01-30

    The purpose of the Amarillo National Resource Center for Plutonium is to serve the Texas Panhandle, the State of Texas and the US Department of Energy by: conducting scientific and technical research; advising decision makers; and providing information on nuclear weapons materials and related environment, safety, health, and nonproliferation issues while building academic excellence in science and technology. This paper describes the electronic resource library which provides the national archives of technical, policy, historical, and educational information on plutonium. Research projects related to the following topics are described: Environmental restoration and protection; Safety and health; Waste management; Education; Training; Instrumentation development; Materials science; Plutonium processing and handling; and Storage.

  5. Amarillo National Resource Center for Plutonium 1999 plan

    International Nuclear Information System (INIS)

    1999-01-01

    The purpose of the Amarillo National Resource Center for Plutonium is to serve the Texas Panhandle, the State of Texas and the US Department of Energy by: conducting scientific and technical research; advising decision makers; and providing information on nuclear weapons materials and related environment, safety, health, and nonproliferation issues while building academic excellence in science and technology. This paper describes the electronic resource library which provides the national archives of technical, policy, historical, and educational information on plutonium. Research projects related to the following topics are described: Environmental restoration and protection; Safety and health; Waste management; Education; Training; Instrumentation development; Materials science; Plutonium processing and handling; and Storage

  6. ORF Alignment: NC_003995 [GENIUS II[Archive

    Lifescience Database Archive (English)

    Full Text Available NC_003995 gi|21402596 >1m65A 4 232 339 570 1e-51 ... ref|YP_021441.1| php domain prot...ein [Bacillus anthracis str. 'Ames Ancestor'] ... ref|NP_846998.1| PHP domain protein [Bacillus anthr...acis ... str. Ames] ref|YP_030695.1| PHP domain protein [Bacillus ... anthracis str. Sterne] r.... A2012] ... gb|AAP28484.1| PHP domain protein [Bacillus anthracis ... str. Ames] gb|AAT33916.1| PHP... domain protein [Bacillus ... anthracis str. 'Ames Ancestor'] gb|AAT56746.1| PHP ... dom

  7. ORF Alignment: NC_005945 [GENIUS II[Archive

    Lifescience Database Archive (English)

    Full Text Available NC_005945 gi|49187443 >1m65A 4 232 339 570 1e-51 ... ref|YP_021441.1| php domain prot...ein [Bacillus anthracis str. 'Ames Ancestor'] ... ref|NP_846998.1| PHP domain protein [Bacillus anthr...acis ... str. Ames] ref|YP_030695.1| PHP domain protein [Bacillus ... anthracis str. Sterne] r.... A2012] ... gb|AAP28484.1| PHP domain protein [Bacillus anthracis ... str. Ames] gb|AAT33916.1| PHP... domain protein [Bacillus ... anthracis str. 'Ames Ancestor'] gb|AAT56746.1| PHP ... dom

  8. ORF Alignment: NC_003997 [GENIUS II[Archive

    Lifescience Database Archive (English)

    Full Text Available NC_003997 gi|30264621 >1m65A 4 232 339 570 1e-51 ... ref|YP_021441.1| php domain prot...ein [Bacillus anthracis str. 'Ames Ancestor'] ... ref|NP_846998.1| PHP domain protein [Bacillus anthr...acis ... str. Ames] ref|YP_030695.1| PHP domain protein [Bacillus ... anthracis str. Sterne] r.... A2012] ... gb|AAP28484.1| PHP domain protein [Bacillus anthracis ... str. Ames] gb|AAT33916.1| PHP... domain protein [Bacillus ... anthracis str. 'Ames Ancestor'] gb|AAT56746.1| PHP ... dom

  9. Development and evolution of The Knowledge Hub for Pathology and related electronic resources.

    Science.gov (United States)

    Hardwick, David F; Sinard, John; Silva, Fred

    2011-06-01

    The Knowledge Hub for Pathology was created to provide authenticated and validated knowledge for United States and Canadian Academy of Pathology members and pathologists worldwide with access to the Web. Using the material presented at the annual meeting of the United States and Canadian Academy of Pathology with existing selection and review procedures ensured that these criteria were met without added costly procedures. Further submissions for courses and research papers are provided in electronic format and funded by universities and hospitals for their creation; thus, the principal costs borne by the United States and Canadian Academy of Pathology are Web site-posting costs. Use has escalated rapidly from 2 million hits in 2002 to 51 million in 2009 with use by 35,000 pathologists from now a total of 180 countries. This true "freemium" model is a successful process as are more traditional continuing professional development course structures such as Anatomic Pathology Electronic Case Series, a "premium" model for learning electronically also sponsored by the United States and Canadian Academy of Pathology. Copyright © 2011 Elsevier Inc. All rights reserved.

  10. Randomized Controlled Trial of Electronic Care Plan Alerts and Resource Utilization by High Frequency Emergency Department Users with Opioid Use Disorder

    Directory of Open Access Journals (Sweden)

    Niels Rathlev, MD

    2016-01-01

    Full Text Available Introduction: There is a paucity of literature supporting the use of electronic alerts for patients with high frequency emergency department (ED use. We sought to measure changes in opioid prescribing and administration practices, total charges and other resource utilization using electronic alerts to notify providers of an opioid-use care plan for high frequency ED patients. Methods: This was a randomized, non-blinded, two-group parallel design study of patients who had 1 opioid use disorder and 2 high frequency ED use. Three affiliated hospitals with identical electronic health records participated. Patients were randomized into “Care Plan” versus “Usual Care groups”. Between the years before and after randomization, we compared as primary outcomes the following: 1 opioids (morphine mg equivalents prescribed to patients upon discharge and administered to ED and inpatients; 2 total medical charges, and the numbers of; 3 ED visits, 4 ED visits with advanced radiologic imaging (computed tomography [CT] or magnetic resonance imaging [MRI] studies, and 5 inpatient admissions. Results: A total of 40 patients were enrolled. For ED and inpatients in the “Usual Care” group, the proportion of morphine mg equivalents received in the post-period compared with the pre-period was 15.7%, while in the “Care Plan” group the proportion received in the post-period compared with the pre-period was 4.5% (ratio=0.29, 95% CI [0.07-1.12]; p=0.07. For discharged patients in the “Usual Care” group, the proportion of morphine mg equivalents prescribed in the post-period compared with the pre-period was 25.7% while in the “Care Plan” group, the proportion prescribed in the post-period compared to the pre-period was 2.9%. The “Care Plan” group showed an 89% greater proportional change over the periods compared with the “Usual Care” group (ratio=0.11, 95% CI [0.01-0.092]; p=0.04. Care plans did not change the total charges, or, the numbers

  11. Acetylcholine content and viability of cholinergic neurons are influenced by the activity of protein histidine phosphatase

    Science.gov (United States)

    2012-01-01

    Background The first mammalian protein histidine phosphatase (PHP) was discovered in the late 90s of the last century. One of the known substrates of PHP is ATP-citrate lyase (ACL), which is responsible - amongst other functions - for providing acetyl-CoA for acetylcholine synthesis in neuronal tissues. It has been shown in previous studies that PHP downregulates the activity of ACL by dephosphorylation. According to this our present work focused on the influence of PHP activity on the acetylcholine level in cholinergic neurons. Results The amount of PHP in SN56 cholinergic neuroblastoma cells was increased after overexpression of PHP by using pIRES2-AcGFP1-PHP as a vector. We demonstrated that PHP overexpression reduced the acetylcholine level and induced cell death. The acetylcholine content of SN56 cells was measured by fast liquid chromatography-tandem mass spectrometry method. Overexpression of the inactive H53A-PHP mutant also induced cell damage, but in a significantly reduced manner. However, this overexpression of the inactive PHP mutant did not change the acetylcholine content of SN56 cells significantly. In contrast, PHP downregulation, performed by RNAi-technique, did not induce cell death, but significantly increased the acetylcholine content in SN56 cells. Conclusions We could show for the first time that PHP downregulation increased the acetylcholine level in SN56 cells. This might be a potential therapeutic strategy for diseases involving cholinergic deficits like Alzheimer's disease. PMID:22436051

  12. Experimental investigation of a pulsating heat pipe for hybrid vehicle applications

    International Nuclear Information System (INIS)

    Burban, G.; Ayel, V.; Alexandre, A.; Lagonotte, P.; Bertin, Y.; Romestant, C.

    2013-01-01

    This paper deals with the experimental results of an unlooped pulsating heat pipe (PHP) developed and tested in an electronic thermal management field with hybrid vehicle applications in mind. The 2.5 mm inner tube diameter device was cooled by an air heat exchanger to replicate the environment of a vehicle. In order to characterize this pulsating heat pipe, four working fluids have been tested. They are acetone, methanol, water, and n-pentane, with applied thermal power ranging from 25 W to 550 W, air temperature ranging from 10 °C to 60 °C and air velocity ranging from 0.25 m s −1 to 2 m s −1 . Three inclinations have also been tested according to their horizontal positions: +45° (condenser above the evaporator), 0° and −45° (condenser below the evaporator). Among the different results, some of the most revelatory were obtained with regard to unfavourable inclination (−45°), for which the performances were very interesting considering a terrestrial application. On the other hand, one also observed low temperature limitations for water as a working fluid and degradation of performances for n-pentane tested at 60 °C air temperature. On an overall basis, however, it should be noted that the PHP functioned with high reliability and reproducibility and without any failure during the start-up or working stage. - Highlights: ► An unlooped pulsating heat pipe (PHP) has been tested varying heat power, air velocity and temperature, inclination and fluid. ► Four working fluids have been tested and classified into two groups according to the performances of the PHP. ► Interesting water phenomena have been highlighted in this study. ► The PHP worked with a good reliability and reproducibility.

  13. Development of an Electronic Medical Record Based Alert for Risk of HIV Treatment Failure in a Low-Resource Setting

    Science.gov (United States)

    Puttkammer, Nancy; Zeliadt, Steven; Balan, Jean Gabriel; Baseman, Janet; Destiné, Rodney; Domerçant, Jean Wysler; France, Garilus; Hyppolite, Nathaelf; Pelletier, Valérie; Raphael, Nernst Atwood; Sherr, Kenneth; Yuhas, Krista; Barnhart, Scott

    2014-01-01

    Background The adoption of electronic medical record systems in resource-limited settings can help clinicians monitor patients' adherence to HIV antiretroviral therapy (ART) and identify patients at risk of future ART failure, allowing resources to be targeted to those most at risk. Methods Among adult patients enrolled on ART from 2005–2013 at two large, public-sector hospitals in Haiti, ART failure was assessed after 6–12 months on treatment, based on the World Health Organization's immunologic and clinical criteria. We identified models for predicting ART failure based on ART adherence measures and other patient characteristics. We assessed performance of candidate models using area under the receiver operating curve, and validated results using a randomly-split data sample. The selected prediction model was used to generate a risk score, and its ability to differentiate ART failure risk over a 42-month follow-up period was tested using stratified Kaplan Meier survival curves. Results Among 923 patients with CD4 results available during the period 6–12 months after ART initiation, 196 (21.2%) met ART failure criteria. The pharmacy-based proportion of days covered (PDC) measure performed best among five possible ART adherence measures at predicting ART failure. Average PDC during the first 6 months on ART was 79.0% among cases of ART failure and 88.6% among cases of non-failure (pART initiation were added to PDC, the risk score differentiated between those who did and did not meet failure criteria over 42 months following ART initiation. Conclusions Pharmacy data are most useful for new ART adherence alerts within iSanté. Such alerts offer potential to help clinicians identify patients at high risk of ART failure so that they can be targeted with adherence support interventions, before ART failure occurs. PMID:25390044

  14. ORF Alignment: NC_003423 [GENIUS II[Archive

    Lifescience Database Archive (English)

    Full Text Available ... ref|NP_596412.1| ccaat-binding factor subunit php5p. ... [Schizosaccharomyces pombe] sp|P79007|PHP... NC_003423 gi|19113204 >1n1jA 1 86 107 194 5e-20 ... emb|CAA18291.1| php5 [Schizosacch...5_SCHPO ... Transcriptional activator php5 pir||T40338 ccaat-binding ... ... factor subunit php5p - fission yeast ... (Schizosaccharomyces pombe) ... Length = 88

  15. An update on the clinical and molecular characteristics of pseudohypoparathyroidism

    Science.gov (United States)

    Levine, Michael A.

    2013-01-01

    Purpose of review To provide the reader with a review of contemporary literature describing the evolving understanding of the molecular pathobiology of pseudohypoparathyroidism (PHP). Recent findings The features of PHP type 1 reflect imprinting of the GNAS gene, which encodes the α subunit of the heterotrimeric G protein (Gαs) that couples heptahelical receptors to activation of adenylyl cyclase. Transcription of Gαs is biallelic in most cells, but is primarily from the maternal allele in some tissues (e.g. proximal renal tubules, thyroid, pituitary somatotropes, gonads). Patients with PHP 1a have heterozygous mutations within the exons of the maternal GNAS allele that encode Gαs, whereas patients with PHP 1b have methylation defects in the GNAS locus that reduce transcription of Gαs from the maternal allele. In both PHP 1a and PHP 1b, paternal imprinting of Gαs leads to resistance to parathyroid hormone and TSH. Although brachydactyly is characteristic of PHP 1a, it is sometimes present in patients with PHP 1b. Summary Molecular studies enable a distinction between PHP 1a and PHP 1b, with different mechanisms accounting for Gαs deficiency. Clinical overlap between these two forms of PHP type 1 is likely due to the variable levels of Gαs activity expressed in specific cell types. PMID:23076042

  16. Quality control of the documentation process in electronic economic activities

    Directory of Open Access Journals (Sweden)

    Krutova A.S.

    2017-06-01

    Full Text Available It is proved that the main tool that will provide adequate information resources e economic activities of social and economic relations are documenting quality control processes as the basis of global information space. Directions problems as formation evaluation information resources in the process of documentation, namely development tools assess the efficiency of the system components – qualitative assessment; development of mathematical modeling tools – quantitative evaluation. A qualitative assessment of electronic documentation of economic activity through exercise performance, efficiency of communication; document management efficiency; effectiveness of flow control operations; relationship management effectiveness. The concept of quality control process documents electronically economic activity to components which include: the level of workflow; forms adequacy of information; consumer quality documents; quality attributes; type of income data; condition monitoring systems; organizational level process documentation; attributes of quality, performance quality consumer; type of management system; type of income data; condition monitoring systems. Grounded components of the control system electronic document subjects of economic activity. Detected components IT-audit management system economic activity: compliance audit; audit of internal control; detailed multilevel analysis; corporate risk assessment methodology. The stages and methods of processing electronic transactions economic activity during condition monitoring of electronic economic activity.

  17. E-HRM: innovation or irritation? An exploration of web-based human resource management in large companies

    NARCIS (Netherlands)

    Ruel, Hubertus Johannes Maria; Bondarouk, Tatiana; Looise, Jan C.

    2004-01-01

    Human Resource Management (HRM of HR) executives are feeling pressured by the threat of a new development in recent years: Electronic Human Resource Management systems, also known as E-HRM. Consultants and other experts purport that this phenomenon will decrease the number of HRM employees, reduce

  18. Current Nomenclature of Pseudohypoparathyroidism: Inactivating Parathyroid Hormone/Parathyroid Hormone-Related Protein Signaling Disorder.

    Science.gov (United States)

    Turan, Serap

    2017-12-30

    Disorders related to parathyroid hormone (PTH) resistance and PTH signaling pathway impairment are historically classified under the term of pseudohypoparathyroidism (PHP). The disease was first described and named by Fuller Albright and colleagues in 1942. Albright hereditary osteodystrophy (AHO) is described as an associated clinical entity with PHP, characterized by brachydactyly, subcutaneous ossifications, round face, short stature and a stocky build. The classification of PHP is further divided into PHP-Ia, pseudo-PHP (pPHP), PHP-Ib, PHP-Ic and PHP-II according to the presence or absence of AHO, together with an in vivo response to exogenous PTH and the measurement of Gsα protein activity in peripheral erythrocyte membranes in vitro. However, PHP classification fails to differentiate all patients with different clinical and molecular findings for PHP subtypes and classification become more complicated with more recent molecular characterization and new forms having been identified. So far, new classifications have been established by the EuroPHP network to cover all disorders of the PTH receptor and its signaling pathway. Inactivating PTH/PTH-related protein signaling disorder (iPPSD) is the new name proposed for a group of these disorders and which can be further divided into subtypes - iPPSD1 to iPPSD6. These are termed, starting from PTH receptor inactivation mutation (Eiken and Blomstrand dysplasia) as iPPSD1, inactivating Gsα mutations (PHP-Ia, PHP-Ic and pPHP) as iPPSD2, loss of methylation of GNAS DMRs (PHP-Ib) as iPPSD3, PRKAR1A mutations (acrodysostosis type 1) as iPPSD4, PDE4D mutations (acrodysostosis type 2) as iPPSD5 and PDE3A mutations (autosomal dominant hypertension with brachydactyly) as iPPSD6. iPPSDx is reserved for unknown molecular defects and iPPSDn+1 for new molecular defects which are yet to be described. With these new classifications, the aim is to clarify the borders of each different subtype of disease and make the classification

  19. Rare earths as a future resource

    International Nuclear Information System (INIS)

    Cornell, D.H.

    1988-01-01

    The fourteen rare earth or lanthanide elements have recently emerged as an important natural resource because of the rapidly growing demand in the electronic, chemical and metallurgical industries. The Symposium on rare earth elements as a future resource presented a multidisciplinary review of rare earth chemistry, geology, beneficiation, industrial applications and marketing. Papers by experts in many fields were presented on the following topics: chemical properties of the rare earth elements; the analysis of rare earth elements and minerals; beneficiation and extraction of rare earth elements; economic geochemistry and mineralogy of rare earths; present industrial uses of rare earth elements; the role of rare earth elements in high-temperature superconductors; the technical application of high-temperature superconductors; supply and demand for rare earth products - now and in the future, and the geology of rare earth deposits

  20. Lithium Resources for the 21st Century

    Science.gov (United States)

    Kesler, S.; Gruber, P.; Medina, P.; Keolian, G.; Everson, M. P.; Wallington, T.

    2011-12-01

    Lithium is an important industrial compound and the principal component of high energy-density batteries. Because it is the lightest solid element, these batteries are widely used in consumer electronics and are expected to be the basis for battery electric vehicles (BEVs), hybrid electric vehicles (HEVs) and plug-in hybrid electric vehicles (PHEVs) for the 21st century. In view of the large incremental demand for lithium that will result from expanded use of various types of EVs, long-term estimates of lithium demand and supply are advisable. For GDP growth rates of 2 to 3% and battery recycling rates of 90 to 100%, total demand for lithium for all markets is expected to be a maximum of 19.6 million tonnes through 2100. This includes 3.2 million tonnes for industrial compounds, 3.6 million tonnes for consumer electronics, and 12.8 million tonnes for EVs. Lithium-bearing mineral deposits that might supply this demand contain an estimated resource of approximately 39 million tonnes, although many of these deposits have not been adequately evaluated. These lithium-bearing mineral deposits are of two main types, non-marine playa-brine deposits and igneous deposits. Playa-brine deposits have the greatest immediate resource potential (estimated at 66% of global resources) and include the Salar de Atacama (Chile), the source of almost half of current world lithium production, as well as Zabuye (China/Tibet) and Hombre Muerto (Argentina). Additional important playa-brine lithium resources include Rincon (Argentina), Qaidam (China), Silver Peak (USA) and Uyuni (Bolivia), which together account for about 35% of the estimated global lithium resource. Information on the size and continuity of brine-bearing aquifers in many of these deposits is limited, and differences in chemical composition of brines from deposit to deposit require different extraction processes and yield different product mixes of lithium, boron, potassium and other elements. Numerous other brines in playas

  1. MULTICRITERIA METHODS IN PERFORMING COMPANIES’ RESULTS USING ELECTRONIC RECRUITING, CORPORATE COMMUNICATION AND FINANCIAL RATIOS

    Directory of Open Access Journals (Sweden)

    Ivana Bilić

    2011-02-01

    Full Text Available Human resources represent one of the most important companies’ resources responsible in creation of companies’ competitive advantage. In search for the most valuable resources, companies use different methods. Lately, one of the growing methods is electronic recruiting, not only as a recruitment tool, but also as a mean of external communication. Additionally, in the process of corporate communication, companies nowadays use the electronic corporate communication as the easiest, the cheapest and the simplest form of business communication. The aim of this paper is to investigate relationship between three groups of different criteria; including main characteristics of performed electronic recruiting, corporate communication and selected financial performances. Selected companies were ranked separately by each group of criteria by usage of multicriteria decision making method PROMETHEE II. The main idea is to research whether companies which are the highest performers by certain group of criteria obtain the similar results regarding other group of criteria or performing results.

  2. Resource Abundance and Resource Dependence in China

    NARCIS (Netherlands)

    Ji, K.; Magnus, J.R.; Wang, W.

    2010-01-01

    This paper reconsiders the ‘curse of resources’ hypothesis for the case of China, and distinguishes between resource abundance, resource rents, and resource dependence. Resource abundance and resource rents are shown to be approximately equivalent, and their association with resource dependence

  3. Resource-based interdependencies in value networks for mobile Internet services

    NARCIS (Netherlands)

    Montalvo, U.W. de; Kar, E. van de; Maitland, C.

    2004-01-01

    The advent of new electronic platforms, such as fixed and mobile Internet, is forcing firms from a range of industries to come together in so-called 'value networks' for the provision of innovative services. Firms from different industries have widely varying resources. Our analysis is aimed at

  4. Menu-driven cloud computing and resource sharing for R and Bioconductor.

    Science.gov (United States)

    Bolouri, Hamid; Dulepet, Rajiv; Angerman, Michael

    2011-08-15

    We report CRdata.org, a cloud-based, free, open-source web server for running analyses and sharing data and R scripts with others. In addition to using the free, public service, CRdata users can launch their own private Amazon Elastic Computing Cloud (EC2) nodes and store private data and scripts on Amazon's Simple Storage Service (S3) with user-controlled access rights. All CRdata services are provided via point-and-click menus. CRdata is open-source and free under the permissive MIT License (opensource.org/licenses/mit-license.php). The source code is in Ruby (ruby-lang.org/en/) and available at: github.com/seerdata/crdata. hbolouri@fhcrc.org.

  5. Putative Microsatellite DNA Marker-Based Wheat Genomic Resource for Varietal Improvement and Management

    Directory of Open Access Journals (Sweden)

    Sarika Jaiswal

    2017-11-01

    Full Text Available Wheat fulfills 20% of global caloric requirement. World needs 60% more wheat for 9 billion population by 2050 but climate change with increasing temperature is projected to affect wheat productivity adversely. Trait improvement and management of wheat germplasm requires genomic resource. Simple Sequence Repeats (SSRs being highly polymorphic and ubiquitously distributed in the genome, can be a marker of choice but there is no structured marker database with options to generate primer pairs for genotyping on desired chromosome/physical location. Previously associated markers with different wheat trait are also not available in any database. Limitations of in vitro SSR discovery can be overcome by genome-wide in silico mining of SSR. Triticum aestivum SSR database (TaSSRDb is an integrated online database with three-tier architecture, developed using PHP and MySQL and accessible at http://webtom.cabgrid.res.in/wheatssr/. For genotyping, Primer3 standalone code computes primers on user request. Chromosome-wise SSR calling for all the three sub genomes along with choice of motif types is provided in addition to the primer generation for desired marker. We report here a database of highest number of SSRs (476,169 from complex, hexaploid wheat genome (~17 GB along with previously reported 268 SSR markers associated with 11 traits. Highest (116.93 SSRs/Mb and lowest (74.57 SSRs/Mb SSR densities were found on 2D and 3A chromosome, respectively. To obtain homozygous locus, e-PCR was done. Such 30 loci were randomly selected for PCR validation in panel of 18 wheat Advance Varietal Trial (AVT lines. TaSSRDb can be a valuable genomic resource tool for linkage mapping, gene/QTL (Quantitative trait locus discovery, diversity analysis, traceability and variety identification. Varietal specific profiling and differentiation can supplement DUS (Distinctiveness, Uniformity, and Stability testing, EDV (Essentially Derived Variety/IV (Initial Variety disputes, seed

  6. Positive Perceptions of Access to Online Library Resources Correlates with Quality and Quantity of Scholarly Publications among Finnish Academics. A Review of: Vakkari, Pertti. “Perceived Influence of the Use of Electronic Information Resources on Scholarly Work and Publication Productivity.” Journal of the American Society for Information Science and Technology 59.4 (Feb. 15, 2008: 602-12.

    Directory of Open Access Journals (Sweden)

    Scott Marsalis

    2008-12-01

    Full Text Available Objective – To investigate the relationship between academics’ use of library electronic resources and their opinions regarding how these resources have impacted their work, and to investigate the association between this perceived influence and publication productivity during the previous two years.Design – Two specific questions added to an annual online user-survey questionnaire; additional data mined from surveySetting – Twenty-two Finnish Universities served by FinELib, the Finnish Electronic Library.Subjects – Seven hundred and sixty seven academic staff and full-time doctoral students.Methods – A questionnaire was posted in April 2007 on FinELib’s homepage and advertised on each university library’s mainpage, and focused on respondents’ experience in the previous two years. Participants selected answers either from a list of category choices, or, when measuring perceptions, by rating agreement with statements along a four-point scale. Controlled variables measured were the respondents’ academic position, their discipline, membership in a research group, whether their literature use was discipline-specific or interdisciplinary, and their perception of the availability online of the relevant core literature. The independent variable measured was the scholars’ perception of the impact of the use of electronic library resources on their work. The dependent variable measured was the scholars’ self-reported publications in the two years preceding the survey.Main Results – Participants reported a positive impact on the efficiency of their work, most strongly in areas of ease of access, with lesser impacts in the range of materials available to them and the ease with which they can keep up-to-date in their field. To a lesser extent, the scholars perceived a positive impact on the quality of their work. Upon analysis, the study found that access to online library resources improved scholars’ work by the interconnected

  7. 78 FR 72878 - Integration of Variable Energy Resources; Notice Of Filing Procedures for Order No. 764...

    Science.gov (United States)

    2013-12-04

    ... DEPARTMENT OF ENERGY Federal Energy Regulatory Commission [Docket No. RM10-11-000] Integration of Variable Energy Resources; Notice Of Filing Procedures for Order No. 764 Electronic Compliance Filings Take... Variable Energy Resources, Order No. 764, FERC Stats. & Regs. ] 31,331, order on reh'g, Order No. 764-A...

  8. A hospital-based survey of primary hyperparathyroidism in the AsirRegion: Low prevalence or underdiagnosis

    International Nuclear Information System (INIS)

    Al-Shehri, Mohammed Y.

    1999-01-01

    The number of patients with primary hyperparathyroidism (PHP) seen at theAsir Central Hospital (ACH) is remarkably low. This observation has raisedthe question of whether there is a low prevalence of PHP in the Asir region,whether it is underdiagnosed, or perhaps a combination of other both factors.A survey of 15 hospitals in the Asir region was conducted for the cases ofPHP. All case notes of the patients with PHP are seen at ACH were reviewed.Also a sample of patients seen at ACH was chosen randomly. The charts ofthose found to have hypercalcemia were reviewed for the inclusion of PHP inthe diagnostic work-up. Only 13 patients with PHP were discovered. The eightpatients with PHP seen at ACH had advanced bone manifestations and seven ofthem had renal manifestations. Hypercalcemia was found in 39 out of 655patients seen at ACH. None of these had been investigated for PHP. The numberof patients with PHP seen in hospitals in the Asir region is very low.Underdiagnosis seems to be an important factor. Therefore, it is felt thatthere is a need for greater awareness of disease in the region. Furthermore,there is a need for national survey to measure the prevalence of PHP in SaudiArabia. (author)

  9. Undergraduate students' perception and Utilization of electronic ...

    African Journals Online (AJOL)

    An evaluation of undergraduate students' perception and utilization of electronic information resources and services was carried out. The population of the study consisted of all registered library users in the 2014/2015 academic session. The total population of the study was 4, 211 registered users. Accidental sampling ...

  10. Eating behaviors in obese children with pseudohypoparathyroidism type 1a: a cross-sectional study.

    Science.gov (United States)

    Wang, Lulu; Shoemaker, Ashley H

    2014-01-01

    Children with pseudohypoparathyroidism type 1a (PHP-1a) develop early-onset obesity. These children have decreased resting energy expenditure but it is unknown if hyperphagia contributes to their obesity. We conducted a survey assessment of patients 2 to 12 years old with PHP-1a and matched controls using the Hyperphagia Questionnaire (HQ) and Children's Eating Behavior Questionnaire (CEBQ). Results of the PHP-1a group were also compared with an obese control group and normal weight sibling group. We enrolled 10 patients with PHP-1a and 9 matched controls. There was not a significant difference between the PHP-1a group and matched controls for total HQ score (p = 0.72), Behavior (p = 0.91), Drive (p = 0.48) or Severity (p = 0.73) subset scores. There was also no difference between the PHP-1a group and matched controls on the CEBQ. In a secondary analysis, the PHP-1a group was compared with obese controls (n = 30) and normal weight siblings (n = 6). Caregivers reported an increased interest in food before age 2 years in 6 of 10 PHP-1a patients (60%), 9 of 30 obese controls (30%) and none of the siblings (p = 0.04). The sibling group had a significantly lower Positive Eating Behavior score than the PHP-1a group (2.6 [2.4, 2.9] vs. 3.5 [3.1, 4.0], p PHP-1a and obese controls (p = 0.35). The sibling group had a lower Desire to Drink score than both the PHP-1a group (1.8 [1.6, 2.7] vs. 4.3 [3.3, 5.0], p PHP-1a and obese control Desire to Drink scores (p = 0.11). Patients with PHP-1a demonstrate hyperphagic symptoms similar to matched obese controls.

  11. Bone Status Among Patients With Nonsurgical Hypoparathyroidism, Autosomal Dominant Hypocalcaemia, and Pseudohypoparathyroidism: A Cohort Study.

    Science.gov (United States)

    Underbjerg, Line; Malmstroem, Sofie; Sikjaer, Tanja; Rejnmark, Lars

    2018-03-01

    Nonsurgical hypoparathyroidism (Ns-HypoPT) and pseudohypoparathyroidism (PHP) are both rare diseases, characterized by hypocalcemia. In Ns-HypoPT, PTH levels are low, whereas patients with PHP often have very high levels due to receptor-insensitivity to PTH (PTH-resistance). Accordingly, we hypothesized that indices of bone turnover and bone mineralization/architecture are similar in Ns-HypoPT and PHP despite marked differences in PTH levels. We studied 62 patients with Ns-HypoPT and 31 with PHP as well as a group of age- and sex-matched healthy controls. We found a significantly higher areal BMD (aBMD) by DXA among patients with Ns-HypoPT, both compared with PHP and the background population. Compared with Ns-HypoPT, PHP patients had significantly lower total and trabecular volumetric BMD (vBMD) assessed by quantitative computed tomography (QCT) scans at the spine and hip. High-resolution peripheral quantitative computed tomography (HRpQCT) scans showed a lower trabecular area and vBMD as well as a lower trabecular number at the tibia in PHP compared to Ns-HypoPT and matched controls. In PHP, PTH levels correlated with levels of markers of bone formation (osteocalcin, bone-specific alkaline phosphatase, P1NP), and bone resorption (CTx). In adult males, levels of bone markers were significantly higher in PHP compared with Ns-HypoPT. Levels of procalcitonin and calcitonin were significantly higher in PHP compared with Ns-HypoPT. In conclusion, indices of bone turnover, density, and microarchitecture differ between patients with Ns-HypoPT and PHP. Our data suggest that patients with PHP do not have a complete skeletal resistance to PTH and that the effects of chronically high PTH levels in PHP are mostly confined to the trabecular tissue. © 2017 American Society for Bone and Mineral Research. © 2017 American Society for Bone and Mineral Research.

  12. A FRAMEWORK FOR PERFORMANCE EVALUATION AND MONITORING OF PUBLIC HEALTH PROGRAM USING COMPOSITE PERFORMANCE INDEX

    Directory of Open Access Journals (Sweden)

    Susanta Kumar Gauri

    2017-12-01

    Full Text Available A public health program (PHP taken up by the government of a country refers to all organized measures to prevent disease and promote health among the population, by providing different planned cares/services to the people. Usually, the target population for different PHP are different. The basic requirement for success of a PHP is to ensure that all the planned cares/services are reached to each member of the target population. Therefore, the important performance measures for a PHP are the implementation status of all the planned cares/services under the PHP. However, management and monitoring of a PHP become quite difficult by interpreting separately the information contained in a large number of performance measures. Therefore, usually a metric, called composite performance index (CPI, is evaluated to understand the overall performance of a PHP. However, due a scaling operation involved in the CPI computation procedure, the CPI value does not reveal the true overall implementation status of a PHP and consequently, it is effective for management of a PHP. This paper presents a new approach for CPI computation, in which scaling/normalization of the performance variables is not required and therefore, it can be used for monitoring the true overall implementation status of a PHP in a region. A systematic approach for monitoring a PHP using the CPI values is proposed and applied for monitoring the maternal and child healthcare (MCH program. The results are found effective towards continuous improvement of implementation status.

  13. Daylighting simulation: methods, algorithms, and resources

    Energy Technology Data Exchange (ETDEWEB)

    Carroll, William L.

    1999-12-01

    This document presents work conducted as part of Subtask C, ''Daylighting Design Tools'', Subgroup C2, ''New Daylight Algorithms'', of the IEA SHC Task 21 and the ECBCS Program Annex 29 ''Daylight in Buildings''. The search for and collection of daylighting analysis methods and algorithms led to two important observations. First, there is a wide range of needs for different types of methods to produce a complete analysis tool. These include: Geometry; Light modeling; Characterization of the natural illumination resource; Materials and components properties, representations; and Usability issues (interfaces, interoperability, representation of analysis results, etc). Second, very advantageously, there have been rapid advances in many basic methods in these areas, due to other forces. They are in part driven by: The commercial computer graphics community (commerce, entertainment); The lighting industry; Architectural rendering and visualization for projects; and Academia: Course materials, research. This has led to a very rich set of information resources that have direct applicability to the small daylighting analysis community. Furthermore, much of this information is in fact available online. Because much of the information about methods and algorithms is now online, an innovative reporting strategy was used: the core formats are electronic, and used to produce a printed form only secondarily. The electronic forms include both online WWW pages and a downloadable .PDF file with the same appearance and content. Both electronic forms include live primary and indirect links to actual information sources on the WWW. In most cases, little additional commentary is provided regarding the information links or citations that are provided. This in turn allows the report to be very concise. The links are expected speak for themselves. The report consists of only about 10+ pages, with about 100+ primary links, but

  14. DESIGNING OF ELECTRONIC LIBRARIES SYSTEM OF SCIENTIFIC AND EDUCATIONAL INSTITUTIONS OF APS OF UKRAINE

    Directory of Open Access Journals (Sweden)

    Oleg M. Spirin

    2010-08-01

    Full Text Available In the article the concept of electronic library is considered, preconditions of its designing for the institutions of APS of Ukraine are investigated. The basic components, base services of electronic library and kinds of corresponding resources are defined. It is proved typical decisions for working out of electronic scientifically-educational library of APS of Ukraine.

  15. Results of bench-scale plasma system testing in support of the Plasma Hearth Process

    International Nuclear Information System (INIS)

    Leatherman, G.L.; Cornelison, C.; Frank, S.

    1996-01-01

    The Plasma Hearth Process (PHP) is a high-temperature process that destroys hazardous organic components and stabilizes the radioactive components and hazardous metals in a leach-resistant vitreous slag waste form. The PHP technology development program is targeted at mixed waste that cannot be easily treated by conventional means. For example, heterogeneous debris, which may contain hazardous organics, toxic metals, and radionuclides, is difficult to characterize and cannot be treated with conventional thermal, chemical, or physical treatment methods. A major advantage of the PHP over other plasma processes is its ability to separate nonradioactive, non-hazardous metals from the non-metallic and radioactive components which are contained in the vitreous slag. The overall PHP program involves the design, fabrication, and operation of test hardware to demonstrate and certify that the PHP concept is viable for DOE waste treatment. The program involves bench-scale testing of PHP equipment in radioactive service, as well as pilot-scale demonstration of the PHP concept using nonradioactive, surrogate test materials. The fate of secondary waste streams is an important consideration for any technology considered for processing mixed waste. The main secondary waste stream generated by the PHP is flyash captured by the fabric- filter baghouse. The PHP concept is that flyash generated by the process can, to a large extent, be treated by processing this secondary waste stream in the PHP. Prior to the work presented in the paper, however, the PHP project has not quantitatively demonstrated the ability to treat PHP generated flyash. A major consideration is the quantity of radionuclides and RCRA-regulated metals in the flyash that can be retained the resultant waste form

  16. Domestic Ice Breaking (DOMICE) Simulation Model User Guide

    Science.gov (United States)

    2013-02-01

    run the data processing scripts successfully. These requirements include: sufficient computing power; a PHP / MySQL environment; and access to Port 80...processor;  8 GB RAM; and  120 GB SSD. 7.2.2 PHP / MySQL Environment The scripts have been designed to run from within a PHP / MySQL development...environment, commonly called a LAMPP or XAMPP environment. A PHP / MySQL environment consists of a computer configured to act as a server with PHP scripting

  17. A combination of PhP typing and β-d-glucuronidase gene sequence variation analysis for differentiation of Escherichia coli from humans and animals.

    Science.gov (United States)

    Masters, N; Christie, M; Katouli, M; Stratton, H

    2015-06-01

    We investigated the usefulness of the β-d-glucuronidase gene variance in Escherichia coli as a microbial source tracking tool using a novel algorithm for comparison of sequences from a prescreened set of host-specific isolates using a high-resolution PhP typing method. A total of 65 common biochemical phenotypes belonging to 318 E. coli strains isolated from humans and domestic and wild animals were analysed for nucleotide variations at 10 loci along a 518 bp fragment of the 1812 bp β-d-glucuronidase gene. Neighbour-joining analysis of loci variations revealed 86 (76.8%) human isolates and 91.2% of animal isolates were correctly identified. Pairwise hierarchical clustering improved assignment; where 92 (82.1%) human and 204 (99%) animal strains were assigned to their respective cluster. Our data show that initial typing of isolates and selection of common types from different hosts prior to analysis of the β-d-glucuronidase gene sequence improves source identification. We also concluded that numerical profiling of the nucleotide variations can be used as a valuable approach to differentiate human from animal E. coli. This study signifies the usefulness of the β-d-glucuronidase gene as a marker for differentiating human faecal pollution from animal sources.

  18. The management of online resources and long-term saving of electronic documents by transfer into the digital space

    Directory of Open Access Journals (Sweden)

    Marius Daniel MAREŞ

    2011-12-01

    The electronic archive refers to the electronic storage system, along with the totality of electronic-type stored documents, while using as storage support any environment that can support storing and from which an electronic document can be presented.

  19. Gender differences in students' utilization of electronic information ...

    African Journals Online (AJOL)

    The study determined gender differences among students in the utilization of electronic information resources in Ramat Library, University of Maiduguri. One objective,with corresponding hypotheses guided the study. The survey research method was used. The population for the study comprised 13,995 (thirteen thousand, ...

  20. Power Electronics Control of Wind Energy in Distributed Power System

    DEFF Research Database (Denmark)

    Iov, Florin; Ciobotaru, Mihai; Blaabjerg, Frede

    2008-01-01

    is to change the electrical power production sources from the conventional, fossil (and short term) based energy sources to renewable energy resources. The other is to use high efficient power electronics in power generation, power transmission/distribution and end-user application. This paper discuss the most...... emerging renewable energy sources, wind energy, which by means of power electronics are changing from being a minor energy source to be acting as an important power source in the energy system. Power electronics is the enabling technology and the presentation will cover the development in wind turbine...... technology from kW to MW, discuss which power electronic solutions are most feasible and used today....

  1. Sustainable polymers from renewable resources.

    Science.gov (United States)

    Zhu, Yunqing; Romain, Charles; Williams, Charlotte K

    2016-12-14

    Renewable resources are used increasingly in the production of polymers. In particular, monomers such as carbon dioxide, terpenes, vegetable oils and carbohydrates can be used as feedstocks for the manufacture of a variety of sustainable materials and products, including elastomers, plastics, hydrogels, flexible electronics, resins, engineering polymers and composites. Efficient catalysis is required to produce monomers, to facilitate selective polymerizations and to enable recycling or upcycling of waste materials. There are opportunities to use such sustainable polymers in both high-value areas and in basic applications such as packaging. Life-cycle assessment can be used to quantify the environmental benefits of sustainable polymers.

  2. To get or not to get: the KAUST library e-resources acquisition experience

    KAUST Repository

    Ramli, Rindra M.; Kabli, Ola

    2014-01-01

    In the challenging times of budget cuts and reviews, libraries are faced with issues, among others, such as justifying acquisition, negotiating deals and reviewing current subscriptions (pertaining to electronic resources). With the rapid increase

  3. Health-related quality of life in patients with nonsurgical hypoparathyroidism and pseudohypoparathyroidism.

    Science.gov (United States)

    Underbjerg, L; Sikjaer, T; Rejnmark, L

    2018-03-09

    Nonsurgical hypoparathyroidism (NS-HypoPT) and pseudohypoparathyroidism (PHP) are rare diseases, with a prevalence of 2/100.000 and 1/100.000, respectively. Only few studies on Quality of Life (QoL) among patients with Ns-HypoPT and PHP are available. We aimed to investigate the QoL among patients with Ns-HypoPT and PHP including information about education. A cohort study with patients identified from a previously epidemiological study. Fifty seven patients with Ns-HypoPT and 30 patients with PHP. The well-validated questionnaires SF-36v2 and WHO-5 Well Being Index. Results compared to norm-based material, disease-specific norm-based material and patients with postsurgical HypoPT RESULTS: SF36v2 showed a significantly reduced score in all eight subdomains in patients with NS-HypoPT compared with a norm-based population. PHP patients scored lower in five subdomains. Females were more affected than males. Compared with postsurgical HypoPT, Ns-HypoPT and PHP are compatible at most domains. At the domains Physical Function, Social Function and Mental Health, Ns-HypoPT and PHP patients scored significantly lower (P all  PHP (P = .67). A WHO-5 score below 28 indicates depression (NS-HypoPT=7; PHP=3, P = .71), whereas a score between 28-50 suggesting poor emotional well-being (NS-HypoPT=19; PHP=5, P = .13). The remaining patients scored above 50 suggesting well-being. QoL is impaired equally among patients with Ns-HypoPT and PHP. © 2018 John Wiley & Sons Ltd.

  4. Access to IEEE Electronic Library

    CERN Multimedia

    2007-01-01

    From 2007, the CERN Library now offers readers online access to the complete IEEE Electronic Library (Institute of Electrical and Electronics Engineers). This new licence gives unlimited online access to all IEEE and IET (previously IEE) journals and proceedings as well as all current IEEE standards and selected archived ones. Some of the titles offer volumes back to 1913. This service currently represents more than 1,400,000 full-text articles! This leading engineering information resource replaces the previous service, a sub-product of the IEEE database called 'IEEE Enterprise', which offered online access to the complete collection of IEEE journals and proceedings, but with limited features. The service had become so popular that the CERN Working Group for Acquisitions recommended that the Library subscribe to the complete IEEE Electronic Library for 2007. Usage statistics for recent months showed there was a demand for the service from a large community of CERN users and we were aware that many users h...

  5. Sample Development on Java Smart-Card Electronic Wallet Application

    OpenAIRE

    Toma Cristian

    2009-01-01

    In this paper, are highlighted concepts as: complete Java card application, life cycle of an applet, and a practical electronic wallet sample implemented in Java card technology. As a practical approach it would be interesting building applets for ID, Driving License, Health-Insurance smart cards, for encrypt and digitally sign documents, for E-Commerce and for accessing critical resources in government and military field. The end of this article it is presented a java card electronic wallet ...

  6. Multiple choice questions in electronics and electrical engineering

    CERN Document Server

    DAVIES, T J

    2013-01-01

    A unique compendium of over 2000 multiple choice questions for students of electronics and electrical engineering. This book is designed for the following City and Guilds courses: 2010, 2240, 2320, 2360. It can also be used as a resource for practice questions for any vocational course.

  7. Online Resources

    Indian Academy of Sciences (India)

    Home; Journals; Journal of Genetics; Online Resources. Journal of Genetics. Online Resources. Volume 97. 2018 | Online resources. Volume 96. 2017 | Online resources. Volume 95. 2016 | Online resources. Volume 94. 2015 | Online resources. Volume 93. 2014 | Online resources. Volume 92. 2013 | Online resources ...

  8. 77 FR 5581 - Submission for Review: Financial Resources Questionnaire (RI 34-1, RI 34-17) and Notice of Amount...

    Science.gov (United States)

    2012-02-03

    ... OFFICE OF PERSONNEL MANAGEMENT Submission for Review: Financial Resources Questionnaire (RI 34- 1... opportunity to comment on a revised information collection request (ICR) 3206-0167, Financial Resources... collection techniques or other forms of information technology, e.g., permitting electronic submissions of...

  9. Using a Metro Map Metaphor for organizing Web-based learning resources

    DEFF Research Database (Denmark)

    Grønbæk, Kaj; Bang, Tove; Hansen, Per Steen

    2002-01-01

    This paper briefly describes the WebNize system and how it applies a Metro Map metaphor for organizing guided tours in Web based resources. Then, experiences in using the Metro Map based tours in a Knowledge Sharing project at the library at Aarhus School of Business (ASB) in Denmark, are discussed...... is to create models for Intelligent Knowledge Solutions that can contribute to form the learning environments of the School in the 21st century. The WebNize system is used for sharing of knowledge through metro maps for specific subject areas made available in the Learning Resource Centre at ASB. The metro....... The Library has been involved in establishing a Learning Resource Center (LRC). The LRC serves as an exploratorium for the development and the testing of new forms of communication and learning, at the same time as it integrates the information resources of the electronic research library. The objective...

  10. Amarillo National Resource Center for Plutonium quarterly technical progress report, August 1, 1997--October 31, 1997

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1997-12-31

    This report summarizes activities of the Amarillo National Resource Center for Plutonium during the quarter. The report describes the Electronic Resource Library; DOE support activities; current and future environmental health and safety programs; pollution prevention and pollution avoidance; communication, education, training, and community involvement programs; and nuclear and other material studies, including plutonium storage and disposition studies.

  11. Students' access usage and awareness of electronic information ...

    African Journals Online (AJOL)

    Students' access usage and awareness of electronic information resources at the University College Hospital, University of Ibadan, Nigeria. RA Ojo, SO Akande. Abstract. No Abstract. Lagos Journal of Library and Information Science Vol. 3(1) 2005: 16-24. Full Text: EMAIL FULL TEXT EMAIL FULL TEXT · DOWNLOAD ...

  12. Aplikasi Sistem SMS Hitung Cepat Berbasis PHP dan MYSQL (Studi Kasus Suara Gerindra Dapil 1 Pada Pemilu Legislatif 2014

    Directory of Open Access Journals (Sweden)

    Agus Subkhi Hermawan

    2015-01-01

    Full Text Available General Election is the Indonesian greatest democracy party, which becomes an opportunity to the legislative candidates to compete. The success of the General Election is determined by the smooth running of the vote and the vote counting process. The process of organizing elections often encountered various problems, the fraud of several elements which inflate the votes in the polling stations, and corruption of the top elements’ functionary. In order to avoid those problems, a hitung cepat is needed to inform the prediction of the election result faster than the official counting by the Commission of General Election. A hitung cepat can also be the proof of the election fraud. In this case, a hitung cepat application becomes one of the solutions to finish the vote counting faster than if manual counting is used. This application will help the official supporting teams in predicting their supported legislative candidates’ winning. This application is created by using several phases; they are system designing, prototype making, implementation, and program testing. All this phases are called prototyping method. This method is appropriatefor this project because it has a fast flow to fulfill the official supporting teams need in a dynamic political condition. The application designing is modeled by the UML. This application is created by using PHP programming language to run the program itself, and supported by Gammu and MySQL to run the function of the SMS gateway. In implementation phase, the quick count application can be used to count the vote of the legistative election in 2014 General Election by using statistic method. The level of accuracy used in this study was 99% with a margin of error 1%.

  13. Development of an electronic medical record based alert for risk of HIV treatment failure in a low-resource setting.

    Directory of Open Access Journals (Sweden)

    Nancy Puttkammer

    Full Text Available The adoption of electronic medical record systems in resource-limited settings can help clinicians monitor patients' adherence to HIV antiretroviral therapy (ART and identify patients at risk of future ART failure, allowing resources to be targeted to those most at risk.Among adult patients enrolled on ART from 2005-2013 at two large, public-sector hospitals in Haiti, ART failure was assessed after 6-12 months on treatment, based on the World Health Organization's immunologic and clinical criteria. We identified models for predicting ART failure based on ART adherence measures and other patient characteristics. We assessed performance of candidate models using area under the receiver operating curve, and validated results using a randomly-split data sample. The selected prediction model was used to generate a risk score, and its ability to differentiate ART failure risk over a 42-month follow-up period was tested using stratified Kaplan Meier survival curves.Among 923 patients with CD4 results available during the period 6-12 months after ART initiation, 196 (21.2% met ART failure criteria. The pharmacy-based proportion of days covered (PDC measure performed best among five possible ART adherence measures at predicting ART failure. Average PDC during the first 6 months on ART was 79.0% among cases of ART failure and 88.6% among cases of non-failure (p<0.01. When additional information including sex, baseline CD4, and duration of enrollment in HIV care prior to ART initiation were added to PDC, the risk score differentiated between those who did and did not meet failure criteria over 42 months following ART initiation.Pharmacy data are most useful for new ART adherence alerts within iSanté. Such alerts offer potential to help clinicians identify patients at high risk of ART failure so that they can be targeted with adherence support interventions, before ART failure occurs.

  14. Innovative technologies in course Electrical engineering and electronics

    Science.gov (United States)

    Kuznetsov, E. V.; Kiselev, V. I.; Kulikova, E. A.

    2017-11-01

    Department of Electrical Engineering and Nondestructive Testing, NRU “MPEI”, has been working on development Electronic Learning Resources (ELRs) in course Electrical Engineering and Electronics for several years. This work have been focused on education intensification and effectiveness while training bachelors in nonelectrical specializations including students from Thermal and Atomic Power Engineering Institute. The developed ELRs are united in a tutorial module consisting of three parts (Electrical Circuits, Electrical Machines, Basics of Electronics): electronic textbook and workbook (ETW); virtual laboratory sessions (VLS); training sessions (ETS); personal tasks (PT); testing system that contains electronic tests in all course subjects and built-in verification of a student’s work results in ETW, VLS, ETS, PT. The report presents samples of different ELRs in html format and MathCAD, MatLAB Simulink applications, copyrighted programs in Java2, Delphi, VB6, C++. The report also contains the experience description, advantages and disadvantages of the new technologies. It is mentioned that ELRs provide new opportunities in course studying.

  15. Analysis the fatigue using pro taper rotary instruments durin instrumentation of extrated mandibular premolars. SEM observation.

    OpenAIRE

    Siragusa, Martha; Racciatti, Gabriela; García, María

    2007-01-01

    Recibido: Marzo 2007 Aceptado: Julio 2007 Siragusa, Martha; Racciatti, Gabriela y García, María. Analysis the fatigue using pro taper rotary instruments durin instrumentation of extrated mandibular premolars. SEM observation. Electronic Journal of Endodontics Rosario [Online], Volumen 2 Número 13. [octubre 2007]. http://www.endojournal.com.ar/journal/index.php/ejer/article/view/44. ISSN 1666-6143.

  16. Power Electronics for Renewable Energy Systems - Status and Trends

    DEFF Research Database (Denmark)

    Blaabjerg, Frede; Ma, Ke; Yang, Yongheng

    2014-01-01

    electronics in generation, transmission/distribution and end-user application, together with advanced controls, can pave the way for renewable energy resources. In view of this, some of the most promising renewable candidates like wind power and photovoltaic, which are becoming a significant part...... in the electricity production, are explored in this paper. Issues like technology demands, power converter topologies, and control structures are addressed. Some special focuses are also paid on the emerging trends in power electronics development for those systems....

  17. An evaluation of learning resources in the teaching of formal philosophical methods

    Directory of Open Access Journals (Sweden)

    Susan A.J. Stuart

    2003-12-01

    Full Text Available In any discipline, across a wide variety of subjects, there are numerous learning resources available to students. For many students the resources that will be most beneficial to them are quickly apparent but, because of the nature of philosophy and the philosophical method, it is not immediately clear which resources will be most valuable to students for whom the development of critical thinking skills is crucial. If we are to support these students effectively in their learning we must establish what these resources are how we can continue to maintain and improve them, and how we can encourage students to make good use of them. In this paper we describe and assess our evaluation of the use made by students of learning resources in the context of learning logic and in developing their critical thinking skills. We also assess the use of a new resource, electronic handsets, the purpose of which is to encourage students to respond to questions in lectures and to gain feedback about how they are progressing with the material.

  18. MO-F-CAMPUS-T-02: An Electronic Whiteboard Platform to Manage Treatment Planning Process

    Energy Technology Data Exchange (ETDEWEB)

    DiCostanzo, D; Woollard, J; Gupta, N; Ayan, A [Ohio State University, Columbus, OH (United States); Thompson, S [Santa Cruz Radiation Oncology, Santa Cruz, CA (United States)

    2015-06-15

    Purpose: In an effort to improve patient safety and streamline the radiotherapy treatment planning (TP) process, a software based whiteboard had been developed and put in use in our facility Methods: The electronic whiteboard developed using SQL database (DB) and PHP/JavaScript based web interface, is published via department intranet and login credentials. The DB stores data for each TP process such as patient information, plan type, simulation/start dates, physician, dosimetrist, QA and the current status in planning process. Users interact with the DB per plan and perform status updates in real time as the planning process progresses. All user interactions with the DB are recorded with timestamps so as to calculate statistical information for TP process management such as contouring times, planning and review times, dosimetry, physics and therapist QA times. External beam and brachytherapy plans are categorized according to complexity (ex: IMRT, 3D, HDR, LDR etc) and treatment types and applicators. Each plan category is assigned specific timelines for each planning process. When a plan approaches or passes the predetermined timeline, users are alerted via color coded graphical cues. When certain process items are not completed in time, pre-determined actions are triggered such as a delay in treatment start date. Results: Our institution has been using the electronic whiteboard for two years. Implementation of pre-determined actions based on the statistical information collected by the whiteboard improved our TP process. For example, the average time for normal tissue contouring decreased from 0.73±1.37 to 0.24±0.33 days. The average time for target volume contouring decreased from 3.2±2.84 to 2.37±2.54 days. This increase in efficiency allows more time for quality assurance processes, improving patient safety. Conclusion: The electronic whiteboard has been an invaluable tool for streamlining our TP processes. It facilitates timely and accurate communication

  19. MO-F-CAMPUS-T-02: An Electronic Whiteboard Platform to Manage Treatment Planning Process

    International Nuclear Information System (INIS)

    DiCostanzo, D; Woollard, J; Gupta, N; Ayan, A; Thompson, S

    2015-01-01

    Purpose: In an effort to improve patient safety and streamline the radiotherapy treatment planning (TP) process, a software based whiteboard had been developed and put in use in our facility Methods: The electronic whiteboard developed using SQL database (DB) and PHP/JavaScript based web interface, is published via department intranet and login credentials. The DB stores data for each TP process such as patient information, plan type, simulation/start dates, physician, dosimetrist, QA and the current status in planning process. Users interact with the DB per plan and perform status updates in real time as the planning process progresses. All user interactions with the DB are recorded with timestamps so as to calculate statistical information for TP process management such as contouring times, planning and review times, dosimetry, physics and therapist QA times. External beam and brachytherapy plans are categorized according to complexity (ex: IMRT, 3D, HDR, LDR etc) and treatment types and applicators. Each plan category is assigned specific timelines for each planning process. When a plan approaches or passes the predetermined timeline, users are alerted via color coded graphical cues. When certain process items are not completed in time, pre-determined actions are triggered such as a delay in treatment start date. Results: Our institution has been using the electronic whiteboard for two years. Implementation of pre-determined actions based on the statistical information collected by the whiteboard improved our TP process. For example, the average time for normal tissue contouring decreased from 0.73±1.37 to 0.24±0.33 days. The average time for target volume contouring decreased from 3.2±2.84 to 2.37±2.54 days. This increase in efficiency allows more time for quality assurance processes, improving patient safety. Conclusion: The electronic whiteboard has been an invaluable tool for streamlining our TP processes. It facilitates timely and accurate communication

  20. A dynamic film model of the pulsating heat pipe

    International Nuclear Information System (INIS)

    Nikolayev, Vadim S.

    2011-01-01

    This article deals with the numerical modeling of the pulsating heat pipe (PHP) and is based on the film evaporation/condensation model recently applied to the single-bubble PHP (Das et al., 2010, 'Thermally Induced Two-Phase Oscillating Flow Inside a Capillary Tube', Int. J. Heat Mass Transfer, 53(19-20), pp. 3905-3913). The described numerical code can treat the PHP of an arbitrary number of bubbles and branches. Several phenomena that occur inside the PHP are taken into account: coalescence of liquid plugs, film junction or rupture, etc. The model reproduces some of the experimentally observed regimes of functioning of the PHP such as chaotic or intermittent oscillations of large amplitudes. Some results on the PHP heat transfer are discussed. (author)

  1. Advanced Power Electronics Interfaces for Distributed Energy Workshop Summary: August 24, 2006, Sacramento, California

    Energy Technology Data Exchange (ETDEWEB)

    Treanton, B.; Palomo, J.; Kroposki, B.; Thomas, H.

    2006-10-01

    The Advanced Power Electronics Interfaces for Distributed Energy Workshop, sponsored by the California Energy Commission Public Interest Energy Research program and organized by the National Renewable Energy Laboratory, was held Aug. 24, 2006, in Sacramento, Calif. The workshop provided a forum for industry stakeholders to share their knowledge and experience about technologies, manufacturing approaches, markets, and issues in power electronics for a range of distributed energy resources. It focused on the development of advanced power electronic interfaces for distributed energy applications and included discussions of modular power electronics, component manufacturing, and power electronic applications.

  2. PERii electronic journals: Assessing access and use by ...

    African Journals Online (AJOL)

    This paper is based on the findings of a study that assessed the awareness of Programme for Enhancement of Resources Initiative (PERii) electronic journals, their use and challenges encountered by postgraduate students. The study was carried out at the University of Dar es Salaam and involved postgraduate students in ...

  3. Economic Evaluation of the Initiative Control of Tuberculosis in Large Metropolitan Cities in Lima, Peru

    Science.gov (United States)

    2016-03-22

    index.php?option=com_topics&view=article&id=5 9&Itemid=40776 112. Programa de las Naciones Unidas para los Asentamientos Humanos (ONU- Habitat). 2012...2012. Towards a new urban transition], Programa de las Naciones Unidas para los Asentamientos Humanos (ONU-Habitat)   137 113. R Core Team...30   Table 2. Type of resources use for inclusion in this health economic analysis ................ 39   Table 3. Consumer price index* by

  4. PubMed Interact: an Interactive Search Application for MEDLINE/PubMed

    Science.gov (United States)

    Muin, Michael; Fontelo, Paul; Ackerman, Michael

    2006-01-01

    Online search and retrieval systems are important resources for medical literature research. Progressive Web 2.0 technologies provide opportunities to improve search strategies and user experience. Using PHP, Document Object Model (DOM) manipulation and Asynchronous JavaScript and XML (Ajax), PubMed Interact allows greater functionality so users can refine search parameters with ease and interact with the search results to retrieve and display relevant information and related articles. PMID:17238658

  5. 76 FR 50770 - Submission for Review: Financial Resources Questionnaire (RI 34-1, RI 34-17, and RI 34-18) and...

    Science.gov (United States)

    2011-08-16

    ... OFFICE OF PERSONNEL MANAGEMENT Submission for Review: Financial Resources Questionnaire (RI 34- 1...) 3206-0167, Financial Resources Questionnaire and Notice of Amount Due Because of Annuity Overpayment... techniques or other forms of information technology, e.g., permitting electronic submissions of responses...

  6. Current Solutions: Recent Experience in Interconnecting Distributed Energy Resources

    Energy Technology Data Exchange (ETDEWEB)

    Johnson, M.

    2003-09-01

    This report catalogues selected real-world technical experiences of utilities and customers that have interconnected distributed energy assets with the electric grid. This study was initiated to assess the actual technical practices for interconnecting distributed generation and had a particular focus on the technical issues covered under the Institute of Electrical and Electronics Engineers (IEEE) 1547(TM) Standard for Interconnecting Distributed Resources With Electric Power Systems.

  7. Environmental scan and evaluation of best practices for online systematic review resources.

    Science.gov (United States)

    Parker, Robin M N; Boulos, Leah M; Visintini, Sarah; Ritchie, Krista; Hayden, Jill

    2018-04-01

    Online training for systematic review methodology is an attractive option due to flexibility and limited availability of in-person instruction. Librarians often direct new reviewers to these online resources, so they should be knowledgeable about the variety of available resources. The objective for this project was to conduct an environmental scan of online systematic review training resources and evaluate those identified resources. The authors systematically searched for electronic learning resources pertaining to systematic review methods. After screening for inclusion, we collected data about characteristics of training resources and assigned scores in the domains of (1) content, (2) design, (3) interactivity, and (4) usability by applying a previously published evaluation rubric for online instruction modules. We described the characteristics and scores for each training resource and compared performance across the domains. Twenty training resources were evaluated. Average overall score of online instructional resources was 61%. Online courses (n=7) averaged 73%, web modules (n=5) 64%, and videos (n=8) 48%. The top 5 highest scoring resources were in course or web module format, featured high interactivity, and required a longer (>5hrs) time commitment from users. This study revealed that resources include appropriate content but are less likely to adhere to principles of online training design and interactivity. Awareness of these resources will allow librarians to make informed recommendations for training based on patrons' needs. Future online systematic review training resources should use established best practices for e-learning to provide high-quality resources, regardless of format or user time commitment.

  8. High-fidelity DNA replication in Mycobacterium tuberculosis relies on a trinuclear zinc center.

    Science.gov (United States)

    Baños-Mateos, Soledad; van Roon, Anne-Marie M; Lang, Ulla F; Maslen, Sarah L; Skehel, J Mark; Lamers, Meindert H

    2017-10-11

    High-fidelity DNA replication depends on a proofreading 3'-5' exonuclease that is associated with the replicative DNA polymerase. The replicative DNA polymerase DnaE1 from the major pathogen Mycobacterium tuberculosis (Mtb) uses its intrinsic PHP-exonuclease that is distinct from the canonical DEDD exonucleases found in the Escherichia coli and eukaryotic replisomes. The mechanism of the PHP-exonuclease is not known. Here, we present the crystal structure of the Mtb DnaE1 polymerase. The PHP-exonuclease has a trinuclear zinc center, coordinated by nine conserved residues. Cryo-EM analysis reveals the entry path of the primer strand in the PHP-exonuclease active site. Furthermore, the PHP-exonuclease shows a striking similarity to E. coli endonuclease IV, which provides clues regarding the mechanism of action. Altogether, this work provides important insights into the PHP-exonuclease and reveals unique properties that make it an attractive target for novel anti-mycobacterial drugs.The polymerase and histidinol phosphatase (PHP) domain in the DNA polymerase DnaE1 is essential for mycobacterial high-fidelity DNA replication. Here, the authors determine the DnaE1 crystal structure, which reveals the PHP-exonuclease mechanism that can be exploited for antibiotic development.

  9. Barriers in communication and available resources to facilitate conversation about infertility with girls diagnosed with Turner syndrome.

    Science.gov (United States)

    King, Jessica E; Plamondon, Jenna; Counts, Debra; Laney, Dawn; Dixon, Shannan DeLany

    2016-02-01

    Delayed discussion about infertility with individuals affected by Turner syndrome (TS) has been found to result in psychological and social harm. The aim of this study was to identify barriers experienced when discussing infertility and determine resource types that may facilitate this conversation. An electronic survey, given to caregivers of girls with TS diagnosed at barriers in having the conversation. Although most individuals did not use resources to facilitate the conversation, they did express interest in additional resources.

  10. Resource selection for an interdisciplinary field: a methodology.

    Science.gov (United States)

    Jacoby, Beth E; Murray, Jane; Alterman, Ina; Welbourne, Penny

    2002-10-01

    The Health Sciences and Human Services Library of the University of Maryland developed and implemented a methodology to evaluate print and digital resources for social work. Although this methodology was devised for the interdisciplinary field of social work, the authors believe it may lend itself to resource selection in other interdisciplinary fields. The methodology was developed in response to the results of two separate surveys conducted in late 1999, which indicated improvement was needed in the library's graduate-level social work collections. Library liaisons evaluated the print collection by identifying forty-five locally relevant Library of Congress subject headings and then using these subjects or synonymous terms to compare the library's titles to collections of peer institutions, publisher catalogs, and Amazon.com. The collection also was compared to social work association bibliographies, ISI Journal Citation Reports, and major social work citation databases. An approval plan for social work books was set up to assist in identifying newly published titles. The library acquired new print and digital social work resources as a result of the evaluation, thus improving both print and digital collections for its social work constituents. Visibility of digital resources was increased by cataloging individual titles in aggregated electronic journal packages and listing each title on the library Web page.

  11. Front Range Infrastructure Resources Project: water-resources activities

    Science.gov (United States)

    Robson, Stanley G.; Heiny, Janet S.

    1998-01-01

    Infrastructure, such as roads, buildings, airports, and dams, is built and maintained by use of large quantities of natural resources such as aggregate (sand and gravel), energy, and water. As urban area expand, local sources of these resource are becoming inaccessible (gravel cannot be mined from under a subdivision, for example), or the cost of recovery of the resource becomes prohibitive (oil and gas drilling in urban areas is costly), or the resources may become unfit for some use (pollution of ground water may preclude its use as a water supply). Governmental land-use decision and environmental mandates can further preclude development of natural resources. If infrastructure resources are to remain economically available. current resource information must be available for use in well-reasoned decisions bout future land use. Ground water is an infrastructure resource that is present in shallow aquifers and deeper bedrock aquifers that underlie much of the 2,450-square-mile demonstration area of the Colorado Front Range Infrastructure Resources Project. In 1996, mapping of the area's ground-water resources was undertaken as a U.S. Geological Survey project in cooperation with the Colorado Department of Natural Resources, Division of Water Resources, and the Colorado Water Conservation Board.

  12. Application of electron accelerator for thin film in Indonesia

    International Nuclear Information System (INIS)

    Danu, Sugiarto; Darsono, Dadang

    2004-01-01

    Electron accelerator is widely used for the crosslinking of wire and cable insulation, the treatment of heat shrinkable products, precuring of tire components, and the sterilization of medical products. Research and development the use of electron accelerator for thin film in Indonesia covered radiation curing of surface coating, crosslinking of poly (butylenes succinate), crosslinking of wire, cable and heat shrinkable, sterilization of wound dressing, and prevulcanization of tire. In general, comparing with conventional method, electron beam processing have some advantages, such as, less energy consumption, much higher production rate, processing ability at ambient temperature and environmental friendly. Indonesia has a great potential to develop the application of electron accelerator, due to the remarkable growth industrial sector, the abundant of natural resources and the increasing demand of the high quality products. This paper describes the activities concerning with R and D, and application of electron accelerator for processing of thin film. (author)

  13. Low back pain and disability in individuals with plantar heel pain.

    Science.gov (United States)

    McClinton, Shane; Weber, Carolyn F; Heiderscheit, Bryan

    2018-03-01

    Lack of response to plantar heel pain (PHP) treatment may be related to unmanaged low back pain (LBP) and low back dysfunction, but a relationship between LBP and PHP has not been established. The purpose of this investigation was to compare the prevalence of LBP among individuals with and without PHP and to assess the association between low back disability and foot/ankle function. A cross-sectional study compared the prevalence and likelihood of LBP in individuals with (n=27) and without (n=27) PHP matched to age, sex, BMI, foot posture, and foot mobility. In individuals with PHP, correlations were examined between foot/ankle function using the foot and ankle ability measure (FAAM), low back disability using the Oswestry low back disability questionnaire (OSW), duration of PHP symptoms, body mass index (BMI), and age. A greater percentage of individuals with PHP had LBP (74% versus 37% of controls, odds ratio=5.2, P=0.009) and higher levels of low back disability (17% higher OSW score than controls, PPHP, FAAM scores were correlated with OSW scores (ρ=-0.463, P=0.015), but not with duration of PHP symptoms, BMI, or age (P>0.150). Individuals with PHP had a greater prevalence of LBP and higher low back disability that was correlated to reduced foot and ankle function. Treatment to address both local and proximal impairments, including impairments related to LBP, may be warranted to improve the management of PHP. Copyright © 2017 Elsevier Ltd. All rights reserved.

  14. Electronic Rubrics to Assess Competences in ICT Subjects

    Science.gov (United States)

    Rivas, Manuela Raposo; De La Serna, Manuel Cebrian; Martinez-Figueira, Esther

    2014-01-01

    Helping students to acquire specific competences is nowadays one of the basic pillars of university teaching; therefore its evaluation and accreditation is of key importance. As of late, rubrics and in particular electronic rubrics (e-rubrics) have become an important resource to assess competences and guide students in their learning processes.…

  15. 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.

  16. Multicenter, randomized, placebo-controlled study of the nitric oxide scavenger pyridoxalated hemoglobin polyoxyethylene in distributive shock.

    Science.gov (United States)

    Kinasewitz, Gary T; Privalle, Christopher T; Imm, Amy; Steingrub, Jay S; Malcynski, John T; Balk, Robert A; DeAngelo, Joseph

    2008-07-01

    To assess the safety and efficacy of the hemoglobin-based nitric oxide scavenger, pyridoxalated hemoglobin polyoxyethylene (PHP), in patients with distributive shock. Phase II multicenter, randomized (1:1), placebo-controlled study. Fifteen intensive care units in North America. Sixty-two patients with distributive shock, > or = 2 systemic inflammatory response syndrome criteria, and persistent catecholamine dependence despite adequate fluid resuscitation (pulmonary capillary wedge pressure > or = 12). Patients were randomized to PHP at 0.25 mL/kg/hr (20 mg/kg/hr), or an equal volume of placebo, infused for up to 100 hrs, in addition to conventional vasopressor therapy. Because treatment could not be blinded, vasopressors and ventilatory support were weaned by protocol. Sixty-two patients were randomized to PHP (n = 33) or placebo (n = 29). Age, sex, etiology of shock (sepsis in 94%), and Acute Physiology and Chronic Health Evaluation II scores (33.1 +/- 8.3 vs. 30 +/- 7) were similar in PHP and placebo patients, respectively. Baseline plasma nitrite and nitrate levels were markedly elevated in both groups. PHP infusion increased systemic blood pressure within minutes. Overall 28-day mortality was similar (58% PHP vs. 59% placebo), but PHP survivors were weaned off vasopressors faster (13.7 +/- 8.2 vs. 26.3 +/- 21.4 hrs; p = .07) and spent less time on mechanical ventilation (10.4 +/- 10.2 vs. 17.4 +/- 9.9 days; p = .21). The risk ratio (PHP/placebo) for mortality was .79 (95% confidence interval, .39-1.59) when adjusted for age, sex, Acute Physiology and Chronic Health Evaluation II score, and etiology of sepsis. No excess medical interventions were noted with PHP use. PHP survivors left the intensive care unit earlier (13.6 +/- 8.6 vs. 17.9 +/- 8.2 days; p = .21) and more were discharged by day 28 (57.1 vs. 41.7%). PHP is a hemodynamically active nitric oxide scavenger. The role of PHP in distributive shock remains to be determined.

  17. Awareness and use of the Essential Electronic Agricultural Library ...

    African Journals Online (AJOL)

    The study investigated the extent of awareness and use of The Essential Electronic Agricultural Library (TEEAL) resources by faculty members of Federal University, Kashere and Federal College of Education (Technical) Gombe. A survey design was adopted for the study. The questionnaire was used as data collection ...

  18. Developing and managing electronic collections the essentials

    CERN Document Server

    Johnson, Peggy

    2014-01-01

    The complex issues associated with developing and managing electronic collections deserve special treatment, and library collection authority Peggy Johnson rises to the challenge with a book sure to become a benchmark for excellence. Providing comprehensive coverage of key issues and decision points, she offers advice on best practices for developing and managing these important resources for libraries of all types and sizes.

  19. Free Access to Point of Care Resource Results in Increased Use and Satisfaction by Rural Healthcare Providers

    Directory of Open Access Journals (Sweden)

    Lindsay Alcock

    2016-12-01

    Full Text Available A Review of: Eldredge, J. D., Hall, L. J., McElfresh, K. R., Warner, T. D., Stromberg, T. L., Trost, J. T., & Jelinek, D. A. (2016. Rural providers’ access to online resources: A randomized controlled trial. Journal of the Medical Library Association, 104(1, 33-41. http://dx.doi.org/10.3163/1536-5050.104.1.005 Objective – To determine whether free access to the point of care (PoC resource Dynamed or the electronic book collection AccessMedicine was more useful to rural health care providers in answering clinical questions in terms of usage and satisfaction. Design – Randomized controlled trial. Setting – Rural New Mexico. Subjects – Twenty-eight health care providers (physicians, nurses, physician assistants, and pharmacists with no reported access to PoC resources, (specifically Dynamed and AccessMedicine or electronic textbook collections prior to enrollment.

  20. Power electronics for renewable and distributed energy systems a sourcebook of topologies, control and integration

    CERN Document Server

    Chakraborty, Sudipta; Kramer, William E

    2013-01-01

    While most books approach power electronics and renewable energy as two separate subjects, Power Electronics for Renewable and Distributed Energy Systems takes an integrative approach; discussing power electronic converters topologies, controls and integration that are specific to the renewable and distributed energy system applications. An overview of power electronic technologies is followed by the introduction of various renewable and distributed energy resources that includes photovoltaics, wind, small hydroelectric, fuel cells, microturbines and variable speed generation. Energy storage s

  1. Electronic Grey Literature in Accelerator Science and Its Allied Subjects : Selected Web Resources for Scientists and Engineers

    CERN Document Server

    Rajendiran, P

    2006-01-01

    Grey literature Web resources in the field of accelerator science and its allied subjects are collected for the scientists and engineers of RRCAT (Raja Ramanna Centre for Advanced Technology). For definition purposes the different types of grey literature are described. The Web resources collected and compiled in this article (with an overview and link for each) specifically focus on technical reports, preprints or e-prints, which meet the main information needs of RRCAT users.

  2. Ranking Medical Terms to Support Expansion of Lay Language Resources for Patient Comprehension of Electronic Health Record Notes: Adapted Distant Supervision Approach.

    Science.gov (United States)

    Chen, Jinying; Jagannatha, Abhyuday N; Fodeh, Samah J; Yu, Hong

    2017-10-31

    Medical terms are a major obstacle for patients to comprehend their electronic health record (EHR) notes. Clinical natural language processing (NLP) systems that link EHR terms to lay terms or definitions allow patients to easily access helpful information when reading through their EHR notes, and have shown to improve patient EHR comprehension. However, high-quality lay language resources for EHR terms are very limited in the public domain. Because expanding and curating such a resource is a costly process, it is beneficial and even necessary to identify terms important for patient EHR comprehension first. We aimed to develop an NLP system, called adapted distant supervision (ADS), to rank candidate terms mined from EHR corpora. We will give EHR terms ranked as high by ADS a higher priority for lay language annotation-that is, creating lay definitions for these terms. Adapted distant supervision uses distant supervision from consumer health vocabulary and transfer learning to adapt itself to solve the problem of ranking EHR terms in the target domain. We investigated 2 state-of-the-art transfer learning algorithms (ie, feature space augmentation and supervised distant supervision) and designed 5 types of learning features, including distributed word representations learned from large EHR data for ADS. For evaluating ADS, we asked domain experts to annotate 6038 candidate terms as important or nonimportant for EHR comprehension. We then randomly divided these data into the target-domain training data (1000 examples) and the evaluation data (5038 examples). We compared ADS with 2 strong baselines, including standard supervised learning, on the evaluation data. The ADS system using feature space augmentation achieved the best average precision, 0.850, on the evaluation set when using 1000 target-domain training examples. The ADS system using supervised distant supervision achieved the best average precision, 0.819, on the evaluation set when using only 100 target

  3. An assessment of student experiences and learning based on a novel undergraduate e-learning resource.

    Science.gov (United States)

    Mehta, S; Clarke, F; Fleming, P S

    2016-08-12

    Purpose/objectives The aims of this study were to describe the development of a novel e-learning resource and to assess its impact on student learning experiences and orthodontic knowledge.Methods Thirty-two 4th year dental undergraduate students at Queen Mary University of London were randomly allocated to receive electronic access to e-learning material covering various undergraduate orthodontic topics over a 6-week period. Thirty-one control students were not given access during the study period. All students were asked to complete electronic quizzes both before (T0) and after (T1) the study period and a general questionnaire concerning familiarity with e-learning. The test group also completed a user satisfaction questionnaire at T1. Two focus groups were also undertaken to explore learners' experiences and suggestions in relation to the resource.Results The mean quiz result improved by 3.9% and 4.5% in the control and test groups, respectively. An independent t-test, however, demonstrated a lack of statistical significance in knowledge gain between control and test groups (P = 0.941). The qualitative feedback indicated that students believed that use of the resource enhanced knowledge and basic understanding with students expressing a wish to ingrain similar resources in other areas of undergraduate teaching.Conclusions Use of the novel orthodontic e-resource by 4th year undergraduate students over a 6-week period did not result in a significant improvement in subject knowledge. However, the e-learning has proven popular among undergraduates and the resources will continue to be refined.

  4. Electronic Health Record Implementation: A SWOT Analysis.

    Science.gov (United States)

    Shahmoradi, Leila; Darrudi, Alireza; Arji, Goli; Farzaneh Nejad, Ahmadreza

    2017-10-01

    Electronic Health Record (EHR) is one of the most important achievements of information technology in healthcare domain, and if deployed effectively, it can yield predominant results. The aim of this study was a SWOT (strengths, weaknesses, opportunities, and threats) analysis in electronic health record implementation. This is a descriptive, analytical study conducted with the participation of a 90-member work force from Hospitals affiliated to Tehran University of Medical Sciences (TUMS). The data were collected by using a self-structured questionnaire and analyzed by SPSS software. Based on the results, the highest priority in strength analysis was related to timely and quick access to information. However, lack of hardware and infrastructures was the most important weakness. Having the potential to share information between different sectors and access to a variety of health statistics was the significant opportunity of EHR. Finally, the most substantial threats were the lack of strategic planning in the field of electronic health records together with physicians' and other clinical staff's resistance in the use of electronic health records. To facilitate successful adoption of electronic health record, some organizational, technical and resource elements contribute; moreover, the consideration of these factors is essential for HER implementation.

  5. Internet and electronic resources for inflammatory bowel disease: a primer for providers and patients.

    Science.gov (United States)

    Fortinsky, Kyle J; Fournier, Marc R; Benchimol, Eric I

    2012-06-01

    Patients with inflammatory bowel disease (IBD) are increasingly turning to the Internet to research their condition and engage in discourse on their experiences. This has resulted in new dynamics in the relationship between providers and their patients, with misinformation and advertising potentially presenting barriers to the cooperative patient-provider partnership. This article addresses important issues of online IBD-related health information and social media activity, such as quality, reliability, objectivity, and privacy. We reviewed the medical literature on the quality of online information provided to IBD patients, and summarized the most commonly accessed Websites related to IBD. We also assessed the activity on popular social media sites (such as Facebook, Twitter, and YouTube), and evaluated currently available applications for use by IBD patients and providers on mobile phones and tablets. Through our review of the literature and currently available resources, we developed a list of recommended online resources to strengthen patient participation in their care by providing reliable, comprehensive educational material. Copyright © 2011 Crohn's & Colitis Foundation of America, Inc.

  6. Chemosaturation with Percutaneous Hepatic Perfusion for Unresectable Isolated Hepatic Metastases from Sarcoma

    Energy Technology Data Exchange (ETDEWEB)

    Deneve, Jeremiah L., E-mail: Jeremiah.Deneve@Moffitt.org [Moffitt Cancer Center, Department of Cutaneous and Sarcoma Oncology (United States); Choi, Junsung [Moffitt Cancer Center, Department of Interventional Radiology (United States); Gonzalez, Ricardo J.; Conley, Anthony P.; Stewart, Steven; Han, Dale [Moffitt Cancer Center, Department of Cutaneous and Sarcoma Oncology (United States); Werner, Philip; Chaudhry, Tariq A. [Moffitt Cancer Center, Department of Anesthesia (United States); Zager, Jonathan S., E-mail: Jonathan.Zager@Moffitt.org [Moffitt Cancer Center, Department of Cutaneous and Sarcoma Oncology (United States)

    2012-12-15

    Purpose: Treatment of patients with unresectable liver metastases is challenging. Regional therapies to the liver have been developed that maximize treatment of the localized disease process without systemic toxic adverse effects. We discuss the procedural aspects of liver chemosaturation with percutaneous hepatic perfusion (CS-PHP). Methods: We present as an illustration of this technique a case report of the treatment of unresectable metastatic leiomyosarcoma of the liver. Results: A randomized phase III trial for unresectable liver metastases from melanoma was recently completed comparing CS-PHP with melphalan vs. best alternative care (BAC). When compared with BAC, CS-PHP was associated with a significant improvement in hepatic progression-free survival (8.0 months CS-PHP vs. 1.6 months BAC, p < 0.0001) and overall progression-free survival (6.7 months CS-PHP vs. 1.6 months BAC, p < 0.0001), respectively. On the basis of these results, and given our experience as one of the treating institutions for this phase III trial, we appealed for compassionate use of CS-PHP in a patient with isolated bilobar unresectable hepatic metastases from leiomyosarcoma. Four target lesions were identified and monitored to assess treatment response. A total of 4 CS-PHP procedures were performed, with a 25 % reduction in size of the largest lesion observed and 16 month hepatic progression-free survival. Toxicity was mild (neutropenia) and manageable on an outpatient basis. Conclusion: CS-PHP offers several advantages for unresectable hepatic sarcoma metastases. CS-PHP is minimally invasive and repeatable, and it has a predictable and manageable systemic toxicity profile. For appropriately selected patients, CS-PHP can delay tumor progression and could potentially improve survival.

  7. Chemosaturation with Percutaneous Hepatic Perfusion for Unresectable Isolated Hepatic Metastases from Sarcoma

    International Nuclear Information System (INIS)

    Deneve, Jeremiah L.; Choi, Junsung; Gonzalez, Ricardo J.; Conley, Anthony P.; Stewart, Steven; Han, Dale; Werner, Philip; Chaudhry, Tariq A.; Zager, Jonathan S.

    2012-01-01

    Purpose: Treatment of patients with unresectable liver metastases is challenging. Regional therapies to the liver have been developed that maximize treatment of the localized disease process without systemic toxic adverse effects. We discuss the procedural aspects of liver chemosaturation with percutaneous hepatic perfusion (CS-PHP). Methods: We present as an illustration of this technique a case report of the treatment of unresectable metastatic leiomyosarcoma of the liver. Results: A randomized phase III trial for unresectable liver metastases from melanoma was recently completed comparing CS-PHP with melphalan vs. best alternative care (BAC). When compared with BAC, CS-PHP was associated with a significant improvement in hepatic progression-free survival (8.0 months CS-PHP vs. 1.6 months BAC, p < 0.0001) and overall progression-free survival (6.7 months CS-PHP vs. 1.6 months BAC, p < 0.0001), respectively. On the basis of these results, and given our experience as one of the treating institutions for this phase III trial, we appealed for compassionate use of CS-PHP in a patient with isolated bilobar unresectable hepatic metastases from leiomyosarcoma. Four target lesions were identified and monitored to assess treatment response. A total of 4 CS-PHP procedures were performed, with a 25 % reduction in size of the largest lesion observed and 16 month hepatic progression-free survival. Toxicity was mild (neutropenia) and manageable on an outpatient basis. Conclusion: CS-PHP offers several advantages for unresectable hepatic sarcoma metastases. CS-PHP is minimally invasive and repeatable, and it has a predictable and manageable systemic toxicity profile. For appropriately selected patients, CS-PHP can delay tumor progression and could potentially improve survival.

  8. Control of Active Front-End Rectifier in Electric Drive under Unbalanced Voltage Supply in Transient States

    Czech Academy of Sciences Publication Activity Database

    Chomát, Miroslav; Schreier, Luděk; Bendl, Jiří

    2012-01-01

    Roč. 88, 1A (2012), s. 177-180 ISSN 0033-2097 R&D Projects: GA ČR GA102/09/1273 Institutional research plan: CEZ:AV0Z20570509 Keywords : unbalanced voltage supply * DC-link voltage pulsations * pulse-width modulation Subject RIV: JA - Electronics ; Optoelectronics, Electrical Engineering Impact factor: 0.244, year: 2011 http://www.red.pe.org.pl/abstract_pl.php?nid=5479

  9. Solar activity impact on the Earth’s upper atmosphere

    Czech Academy of Sciences Publication Activity Database

    Kutiev, I.; Tsagouri, I.; Perrone, L.; Pancheva, D.; Mukhtarov, P.; Mikhailov, A.; Laštovička, Jan; Jakowski, N.; Burešová, Dalia; Blanch, E.; Andonov, B.; Altadill, D.; Magdaleno, S.; Parisi, M.; Torta, J. M.

    2013-01-01

    Roč. 3, February (2013), A06/1-A06/21 ISSN 2115-7251 Grant - others:COST(XE) ES0803 Institutional support: RVO:68378289 Keywords : ionosphere * solar activity * storm * total electron content * data analysis Subject RIV: DG - Athmosphere Sciences, Meteorology Impact factor: 2.519, year: 2013 http://www.swsc-journal.org/index.php?option=com_article&access=doi&doi=10.1051/swsc/2013028&Itemid=129

  10. On-line monitoring of food fermentation processes using electronic noses and electronic tongues: A review

    International Nuclear Information System (INIS)

    Peris, Miguel; Escuder-Gilabert, Laura

    2013-01-01

    Graphical abstract: -- Highlights: •This review paper deals with the applications of electronic noses and electronic tongues to the monitoring of fermentation processes. •Positive and negative aspects of the different approaches reviewed are analyzed. •Current and future endeavors in this field are also commented. -- Abstract: Fermentation processes are often sensitive to even slight changes of conditions that may result in unacceptable end-product quality. Thus, close follow-up of this type of processes is critical for detecting unfavorable deviations as early as possible in order to save downtime, materials and resources. Nevertheless the use of traditional analytical techniques is often hindered by the need for expensive instrumentation and experienced operators and complex sample preparation. In this sense, one of the most promising ways of developing rapid and relatively inexpensive methods for quality control in fermentation processes is the use of chemical multisensor systems. In this work we present an overview of the most important contributions dealing with the monitoring of fermentation processes using electronic noses and electronic tongues. After a brief description of the fundamentals of both types of devices, the different approaches are critically commented, their strengths and weaknesses being highlighted. Finally, future trends in this field are also mentioned in the last section of the article

  11. On-line monitoring of food fermentation processes using electronic noses and electronic tongues: A review

    Energy Technology Data Exchange (ETDEWEB)

    Peris, Miguel, E-mail: mperist@qim.upv.es [Departamento de Química, Universidad Politécnica de Valencia, 46071 Valencia (Spain); Escuder-Gilabert, Laura [Departamento de Química Analítica, Universitat de Valencia, C/ Vicente Andrés Estellés s/n, E-46100 Burjasot, Valencia (Spain)

    2013-12-04

    Graphical abstract: -- Highlights: •This review paper deals with the applications of electronic noses and electronic tongues to the monitoring of fermentation processes. •Positive and negative aspects of the different approaches reviewed are analyzed. •Current and future endeavors in this field are also commented. -- Abstract: Fermentation processes are often sensitive to even slight changes of conditions that may result in unacceptable end-product quality. Thus, close follow-up of this type of processes is critical for detecting unfavorable deviations as early as possible in order to save downtime, materials and resources. Nevertheless the use of traditional analytical techniques is often hindered by the need for expensive instrumentation and experienced operators and complex sample preparation. In this sense, one of the most promising ways of developing rapid and relatively inexpensive methods for quality control in fermentation processes is the use of chemical multisensor systems. In this work we present an overview of the most important contributions dealing with the monitoring of fermentation processes using electronic noses and electronic tongues. After a brief description of the fundamentals of both types of devices, the different approaches are critically commented, their strengths and weaknesses being highlighted. Finally, future trends in this field are also mentioned in the last section of the article.

  12. fell all.php3 | php | Indian Academy of Sciences

    Indian Academy of Sciences (India)

    Theory Of Evolution. Posted on 23 January 2018. Joint Statement by the Three Science Academies of India on the teaching of the theory of evolution more. ... Posted on 21 December 2017. ASTROPHYSICS: An Observational View of the Universe. Math Art and Design: MAD about Math, Math Education and Outreach.

  13. fell detail.php3 | php | Indian Academy of Sciences

    Indian Academy of Sciences (India)

    error. The page your are looking for can not be found! Please check the link or use the navigation bar at the top. YouTube; Twitter; Facebook; Blog. Academy News. IAS Logo. 29th Mid-year meeting. Posted on 19 January 2018. The 29th Mid-year meeting of the Academy will be held from 29–30 June 2018 in Infosys, Mysuru ...

  14. fell detail.php3 | php | Indian Academy of Sciences

    Indian Academy of Sciences (India)

    Upcoming Refresher Courses. Topology 02 to 14 May, 2018. Ramanujan Institute for Advanced Study in Mathematics, University of Madras Register Mathematics 11 to 25 June, 2018. Dayanand Science College, Latur (M.S.) Register Experimental Physics 14 to 29 June, 2018. Birla Institute of Technology, Mesra, Ranchi

  15. teacher all.php3 | php | Indian Academy of Sciences

    Indian Academy of Sciences (India)

    2018-03-13

    . 29th Mid-year meeting. Posted on 19 January 2018. The 29th Mid-year meeting of the Academy will be held from 29–30 June 2018 in Infosys, Mysuru. 84th Annual meeting. Posted on 19 January 2018. The 84th Annual meeting of the ...

  16. Web Syndication in a Multilevel Security Environment

    Science.gov (United States)

    2012-03-01

    Group LAMP Linux, Apache, MySQL and PHP LAN Local Area Network MAC Mandatory Access Control MILS Multiple Independent Levels of Security MLS Multilevel...Reader [35] Section 1.4.3 – X X X X X FeedShow [36] Section 1.4.3 – X X X X feed on feeds [37] Section 1.4.3 GPL PHP 4.3.2+, MySQL – X X / Tiny Tiny RSS...38] Section 1.4.3 GPL PHP 5+, MySQL /Postgres – X X X X – zFeeder [39] Section 1.4.3 GPL PHP 4.2+ – X X – / lylina [40] Section 1.4.3 GPL PHP 5.2

  17. Main Issues on Electronic Commerce and Policy Recommendations

    Directory of Open Access Journals (Sweden)

    Chongwha Lee

    1998-03-01

    Full Text Available "Electronic Commerce" means that people sell and buy commodity, labor service and information through internet and now is mainly be used in commercial intercourse. The core of the international research related to Electronic Commerce is a tax-exemption, land tax, liberalization of encrypted technology and privacy protection policy, etc. Meanwhile, intellectual property, consumer protection and limitation of packing specification are also researched together with the business activeness. The reason why questions related to Electronic Commerce are in the back of the spotlight is that US and major countries in EU lead the international research to maximize their own benefits. These researches are related to rectify legal system framework for protecting development of Electronic Commerce and to work out international standards. Also, enlarging Electronic Commerce on online resources is also regarded as the core issue by OECD, APEC and other international organization and it is inevitable to have multilateral negotiation regarding this issue. Based on the opinion above mentioned, we collect all the problems brought by Electronic Commerce Activeness in each area in this paper and try to find out corresponding solutions to face these problems.

  18. Development of an electronic radiation oncology patient information management system.

    Science.gov (United States)

    Mandal, Abhijit; Asthana, Anupam Kumar; Aggarwal, Lalit Mohan

    2008-01-01

    The quality of patient care is critically influenced by the availability of accurate information and its efficient management. Radiation oncology consists of many information components, for example there may be information related to the patient (e.g., profile, disease site, stage, etc.), to people (radiation oncologists, radiological physicists, technologists, etc.), and to equipment (diagnostic, planning, treatment, etc.). These different data must be integrated. A comprehensive information management system is essential for efficient storage and retrieval of the enormous amounts of information. A radiation therapy patient information system (RTPIS) has been developed using open source software. PHP and JAVA script was used as the programming languages, MySQL as the database, and HTML and CSF as the design tool. This system utilizes typical web browsing technology using a WAMP5 server. Any user having a unique user ID and password can access this RTPIS. The user ID and password is issued separately to each individual according to the person's job responsibilities and accountability, so that users will be able to only access data that is related to their job responsibilities. With this system authentic users will be able to use a simple web browsing procedure to gain instant access. All types of users in the radiation oncology department should find it user-friendly. The maintenance of the system will not require large human resources or space. The file storage and retrieval process would be be satisfactory, unique, uniform, and easily accessible with adequate data protection. There will be very little possibility of unauthorized handling with this system. There will also be minimal risk of loss or accidental destruction of information.

  19. Development of an electronic radiation oncology patient information management system

    Directory of Open Access Journals (Sweden)

    Mandal Abhijit

    2008-01-01

    Full Text Available The quality of patient care is critically influenced by the availability of accurate information and its efficient management. Radiation oncology consists of many information components, for example there may be information related to the patient (e.g., profile, disease site, stage, etc., to people (radiation oncologists, radiological physicists, technologists, etc., and to equipment (diagnostic, planning, treatment, etc.. These different data must be integrated. A comprehensive information management system is essential for efficient storage and retrieval of the enormous amounts of information. A radiation therapy patient information system (RTPIS has been developed using open source software. PHP and JAVA script was used as the programming languages, MySQL as the database, and HTML and CSF as the design tool. This system utilizes typical web browsing technology using a WAMP5 server. Any user having a unique user ID and password can access this RTPIS. The user ID and password is issued separately to each individual according to the person′s job responsibilities and accountability, so that users will be able to only access data that is related to their job responsibilities. With this system authentic users will be able to use a simple web browsing procedure to gain instant access. All types of users in the radiation oncology department should find it user-friendly. The maintenance of the system will not require large human resources or space. The file storage and retrieval process would be be satisfactory, unique, uniform, and easily accessible with adequate data protection. There will be very little possibility of unauthorized handling with this system. There will also be minimal risk of loss or accidental destruction of information.

  20. New York State Forum for Information Resource Management: 1998-1999 Annual Report.

    Science.gov (United States)

    New York State Forum for Information Resource Management.

    This annual report of the New York State Forum for Information Resource Management begins with a section that summarizes key activities for 1998-99, including partnerships with other organizations, sessions on the use of information in government and information security, programs on the challenges of electronic commerce for government,…